call_to_war_rule_faction_leader_only = { type = call_to_war_rules trigger = { is_faction_leader = yes } ai_will_do = { base = 0 modifier = { add = 2 is_faction_leader = yes NOT = { has_government = democratic } } } modifier = { political_power_factor = -0.1 } } call_to_war_rule_major_only = { type = call_to_war_rules trigger = { is_major = yes } ai_will_do = { base = 0 modifier = { add = 2 tag = GER } } modifier = { political_power_factor = -0.05 } } call_to_war_rule_independent_only = { type = call_to_war_rules trigger = { is_subject = no } } # World Tension guarantee_threat_reduction_15 = { type = call_to_war_rules ai_will_do = { base = 0 modifier = { add = 1 has_government = democratic is_historical_focus_on = no } modifier = { add = 0.5 has_government = democratic is_historical_focus_on = yes } } modifier = { guarantee_tension = -0.15 stability_factor = -0.05 } effect = { } } guarantee_threat_reduction_40 = { type = call_to_war_rules ai_will_do = { base = 0 } modifier = { guarantee_tension = -0.4 stability_factor = -0.1 } effect = { } }