Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/wargoal_types/00_wargoal_types.txt +317 -0
common/wargoal_types/00_wargoal_types.txt CHANGED
@@ -2985,6 +2985,156 @@ ARB_spread_islam_wargoal = {
2985
2985
  war_name = CRUSADE_WAR_NAME
2986
2986
  }
2987
2987
 
2988
+ ITA_roman_ambition_wargoal = {
2989
+ type = take_province
2990
+
2991
+ attacker = {
2992
+ badboy_factor = 0.9
2993
+ prestige_factor = 1
2994
+ peace_cost_factor = 0.9
2995
+
2996
+ allowed_provinces = {
2997
+ OR = {
2998
+ is_claim = ROOT
2999
+ is_permanent_claim = ROOT
3000
+ is_core = ROOT
3001
+ }
3002
+ BYZ_roman_empire_decision_trigger = yes
3003
+ }
3004
+ peace_options = {
3005
+ po_demand_provinces
3006
+ }
3007
+ }
3008
+
3009
+ defender = {
3010
+ badboy_factor = 1
3011
+ prestige_factor = 1
3012
+ peace_cost_factor = 1
3013
+
3014
+ peace_options = {
3015
+ po_demand_provinces
3016
+ }
3017
+ }
3018
+
3019
+ war_name = ITA_ROMAN_AMBITION_WARNAME
3020
+ }
3021
+
3022
+ ITA_scramble_for_america_wargoal = {
3023
+ type = take_province
3024
+
3025
+ attacker = {
3026
+ badboy_factor = 1.25
3027
+ prestige_factor = 1
3028
+ peace_cost_factor = 1
3029
+
3030
+ allowed_provinces = {
3031
+ OR = {
3032
+ continent = south_america
3033
+ continent = north_america
3034
+ continent = new_world
3035
+ }
3036
+ }
3037
+ peace_options = {
3038
+ po_demand_provinces
3039
+ }
3040
+ }
3041
+
3042
+ defender = {
3043
+ badboy_factor = 1
3044
+ prestige_factor = 1
3045
+ peace_cost_factor = 1
3046
+
3047
+ peace_options = {
3048
+ po_demand_provinces
3049
+ }
3050
+ }
3051
+
3052
+ war_name = ITA_SCRAMBLE_FOR_AMERICA_WARNAME
3053
+ }
3054
+
3055
+ GER_claim_a_piece_wargoal = {
3056
+ type = take_province
3057
+
3058
+ attacker = {
3059
+ badboy_factor = 0.75
3060
+ prestige_factor = 1
3061
+ peace_cost_factor = 0.75
3062
+
3063
+ allowed_provinces = {
3064
+ continent = africa
3065
+ }
3066
+ peace_options = {
3067
+ po_demand_provinces
3068
+ }
3069
+ }
3070
+
3071
+ defender = {
3072
+ badboy_factor = 1
3073
+ prestige_factor = 1
3074
+ peace_cost_factor = 1
3075
+
3076
+ peace_options = {
3077
+ po_demand_provinces
3078
+ }
3079
+ }
3080
+
3081
+ war_name = GER_CLAIM_A_PIECE_WARNAME
3082
+ }
3083
+
3084
+ GER_scramble_for_africa_wargoal = {
3085
+ type = take_province
3086
+
3087
+ attacker = {
3088
+ badboy_factor = 0.9
3089
+ prestige_factor = 1
3090
+ peace_cost_factor = 0.9
3091
+
3092
+ allowed_provinces = {
3093
+ continent = africa
3094
+ }
3095
+ peace_options = {
3096
+ po_demand_provinces
3097
+ }
3098
+ }
3099
+
3100
+ defender = {
3101
+ badboy_factor = 1
3102
+ prestige_factor = 1
3103
+ peace_cost_factor = 1
3104
+
3105
+ peace_options = {
3106
+ po_demand_provinces
3107
+ }
3108
+ }
3109
+
3110
+ war_name = GER_SCRAMBLE_FOR_AFRICA_WARNAME
3111
+ }
3112
+
3113
+ ITA_dismantle_hre_wargoal = {
3114
+ type = take_capital
3115
+
3116
+ attacker = {
3117
+ badboy_factor = 1
3118
+ prestige_factor = 1
3119
+ peace_cost_factor = 1
3120
+
3121
+ peace_options = {
3122
+ po_demand_provinces
3123
+ }
3124
+ }
3125
+
3126
+ defender = {
3127
+ badboy_factor = 1
3128
+ prestige_factor = 1
3129
+ peace_cost_factor = 1
3130
+
3131
+ peace_options = {
3132
+ po_demand_provinces
3133
+ }
3134
+ }
3135
+
3136
+ war_name = ITA_HRE_DISMANTLEMENT_WARNAME
3137
+ }
2988
3138
 
2989
3139
  superiority_spread_the_true_faith = {
2990
3140
  type = superiority
@@ -3029,4 +3179,171 @@ superiority_spread_the_true_faith = {
3029
3179
  }
3030
3180
 
3031
3181
  war_name = WAR_OF_RELIGIOUS_SUPERIORITY_WAR_NAME
3182
+ }
3183
+
3184
+ SUN_sunset_invasion_wargoal = {
3185
+ type = superiority
3186
+
3187
+ attacker = {
3188
+ badboy_factor = 1
3189
+ prestige_factor = 1.5
3190
+ peace_cost_factor = 0.9
3191
+
3192
+ allowed_provinces = {
3193
+ OR = {
3194
+ superregion = europe_superregion
3195
+ region = maghreb_region
3196
+ }
3197
+ }
3198
+ prov_desc = SUN_ALL_EUROPE
3199
+ peace_options = {
3200
+ po_demand_provinces
3201
+ }
3202
+ }
3203
+
3204
+ defender = {
3205
+ badboy_factor = 1
3206
+ prestige_factor = 1.5
3207
+ peace_cost_factor = 0.9
3208
+
3209
+ peace_options = {
3210
+ po_demand_provinces
3211
+ }
3212
+ }
3213
+
3214
+ war_name = SUN_SUNSET_INVASION_WARNAME
3215
+ }
3216
+
3217
+ SUN_sunrise_invasion_wargoal = {
3218
+ type = superiority
3219
+
3220
+ attacker = {
3221
+ badboy_factor = 1
3222
+ prestige_factor = 1.5
3223
+ peace_cost_factor = 0.9
3224
+
3225
+ allowed_provinces = {
3226
+ OR = {
3227
+ superregion = china_superregion
3228
+ superregion = far_east_superregion
3229
+ }
3230
+ }
3231
+ prov_desc = SUN_ALL_FAR_EAST
3232
+ peace_options = {
3233
+ po_demand_provinces
3234
+ }
3235
+ }
3236
+
3237
+ defender = {
3238
+ badboy_factor = 1
3239
+ prestige_factor = 1.5
3240
+ peace_cost_factor = 0.9
3241
+
3242
+ peace_options = {
3243
+ po_demand_provinces
3244
+ }
3245
+ }
3246
+
3247
+ war_name = SUN_SUNSET_INVASION_WARNAME
3248
+ }
3249
+
3250
+ TIM_yuan_reconquest = {
3251
+ type = superiority
3252
+
3253
+ attacker = {
3254
+ badboy_factor = 1
3255
+ prestige_factor = 1.5
3256
+ peace_cost_factor = 0.75
3257
+
3258
+ allowed_provinces = {
3259
+ superregion = china_superregion
3260
+ }
3261
+ prov_desc = TIM_all_of_china
3262
+ peace_options = {
3263
+ po_demand_provinces
3264
+ }
3265
+ }
3266
+
3267
+ defender = {
3268
+ badboy_factor = 1
3269
+ prestige_factor = 1.5
3270
+ peace_cost_factor = 0.75
3271
+
3272
+ peace_options = {
3273
+ po_demand_provinces
3274
+ }
3275
+ }
3276
+
3277
+ war_name = TIM_YUAN_RECONQUEST_WARNAME
3278
+ }
3279
+
3280
+ TIM_crush_rebellion = {
3281
+ type = take_core
3282
+
3283
+ attacker = {
3284
+ badboy_factor = 0.25
3285
+ prestige_factor = 1
3286
+ peace_cost_factor = 0.5
3287
+
3288
+ allowed_provinces = {
3289
+ is_core = ROOT
3290
+ }
3291
+
3292
+ peace_options = {
3293
+ po_demand_provinces
3294
+ po_return_cores
3295
+ po_become_vassal
3296
+ }
3297
+
3298
+ prov_desc = ALL_CORES
3299
+ }
3300
+
3301
+ defender = {
3302
+ badboy_factor = 0.25
3303
+ prestige_factor = 1
3304
+ peace_cost_factor = 0.5
3305
+
3306
+ allowed_provinces = {
3307
+ is_core = FROM
3308
+ }
3309
+
3310
+ peace_options = {
3311
+ po_demand_provinces
3312
+ po_return_cores
3313
+ po_become_vassal
3314
+ }
3315
+
3316
+ prov_desc = ALL_CORES
3317
+ }
3318
+
3319
+ war_name = TIM_CRUSH_REBELLION_WARNAME
3320
+ }
3321
+
3322
+ take_capital_vassalize_flower_wars = {
3323
+ type = take_capital
3324
+
3325
+ attacker = {
3326
+ badboy_factor = 1
3327
+ prestige_factor = 2
3328
+ peace_cost_factor = 1
3329
+
3330
+ peace_options = {
3331
+ po_demand_provinces
3332
+ po_subjugate_vassal
3333
+ make_nahuatl_tributary
3334
+ }
3335
+ }
3336
+
3337
+ defender = {
3338
+ badboy_factor = 1
3339
+ prestige_factor = 1
3340
+ peace_cost_factor = 1
3341
+
3342
+ peace_options = {
3343
+ po_demand_provinces
3344
+ make_nahuatl_tributary
3345
+ }
3346
+ }
3347
+
3348
+ war_name = VASSAL_MISSION_WAR_NAME
3032
3349
  }