|
@@ -2956,4 +2956,77 @@ war_empire_cb_wgt = {
|
|
|
2956
2956
|
prov_desc = ALL_CLAIMS
|
|
2957
2957
|
}
|
|
2958
2958
|
war_name = CLAIM_WAR_NAME
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2961
|
+
ARB_spread_islam_wargoal = {
|
|
2962
|
+
type = superiority
|
|
2963
|
+
|
|
2964
|
+
attacker = {
|
|
2965
|
+
badboy_factor = 1
|
|
2966
|
+
prestige_factor = 1.5
|
|
2967
|
+
peace_cost_factor = 0.8
|
|
2968
|
+
|
|
2969
|
+
peace_options = {
|
|
2970
|
+
po_demand_provinces
|
|
2971
|
+
po_change_religion
|
|
2972
|
+
}
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2975
|
+
defender = {
|
|
2976
|
+
badboy_factor = 1
|
|
2977
|
+
prestige_factor = 1
|
|
2978
|
+
peace_cost_factor = 1
|
|
2979
|
+
|
|
2980
|
+
peace_options = {
|
|
2981
|
+
po_demand_provinces
|
|
2982
|
+
}
|
|
2983
|
+
}
|
|
2984
|
+
|
|
2985
|
+
war_name = CRUSADE_WAR_NAME
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2988
|
+
|
|
2989
|
+
superiority_spread_the_true_faith = {
|
|
2990
|
+
type = superiority
|
|
2991
|
+
|
|
2992
|
+
attacker = {
|
|
2993
|
+
badboy_factor = 1
|
|
2994
|
+
prestige_factor = 2
|
|
2995
|
+
peace_cost_factor = 0.25
|
|
2996
|
+
|
|
2997
|
+
allowed_provinces = {
|
|
2998
|
+
always = no
|
|
2999
|
+
}
|
|
3000
|
+
|
|
3001
|
+
peace_options = {
|
|
3002
|
+
po_change_religion
|
|
3003
|
+
po_gold
|
|
3004
|
+
po_change_culture
|
|
3005
|
+
po_change_culture_same_culture_group
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
deny_annex = yes
|
|
3009
|
+
country_desc = ALL_INFIDELS
|
|
3010
|
+
prov_desc = NO_PROVS
|
|
3011
|
+
}
|
|
3012
|
+
|
|
3013
|
+
defender = {
|
|
3014
|
+
badboy_factor = 0.5
|
|
3015
|
+
prestige_factor = 2
|
|
3016
|
+
peace_cost_factor = 0.5
|
|
3017
|
+
|
|
3018
|
+
allowed_provinces = {
|
|
3019
|
+
always = yes
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
peace_options = {
|
|
3023
|
+
po_demand_provinces
|
|
3024
|
+
po_release_vassals
|
|
3025
|
+
}
|
|
3026
|
+
|
|
3027
|
+
country_desc = ALL_INFIDELS
|
|
3028
|
+
prov_desc = ALL_PROVS
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
war_name = WAR_OF_RELIGIOUS_SUPERIORITY_WAR_NAME
|
|
2959
3032
|
}
|