EventChanged this version
War Against the Target Country

Instability has gripped our Flavor Rank. Perilous ideas such as the abandonment of central power, feudarchy, and Enlightenment seem to spew forth from the likes of Target Country. A conduit of evil, according to our advisors, their spies have spread their poisonous tendrils far outside their borders in an effort to contaminate neighbors with dangerous notions of overthrowing the upper class. No doubt, we must intervene and put an end to this petulent display of resistance!
Crush the RevolutionCasus BelliimmediateDefinitionin_game/events/situations/the_revolution.txt:977
978type = country_event
979category = situation_event
980title = the_revolution.12.title War Against the Target Country
981desc = the_revolution.12.desc Instability has gripped our Flavor Rank. Perilous ideas such as the abandonment of central power, feudarchy, and Enlightenment seem to spew forth from the likes of Target Country. A conduit of evil, according to our advisors, their spies have spread their poisonous tendrils far outside their borders in an effort to contaminate neighbors with dangerous notions of overthrowing the upper class. No doubt, we must intervene and put an end to this petulent display of resistance!
982outcome = neutral
983image = "gfx/interface/illustrations/situation/the_revolution.dds"
985major = yes
986major_trigger = {
986is_revolutionary = yes
}
988trigger = {
989at_war = no
990is_revolutionary = no
991is_revolution_target = no
992any_revolutionary = {
993in_civil_war = no
994NOT = {
994has_truce_with = ROOT
}
995OR = {
996is_neighbor_of = ROOT
997is_rival_of = ROOT
998is_enemy_of = ROOT
}
}
}
1003immediate = {
1004save_scope_as = prime_candidate_to_join_scope
1005ordered_revolutionary = {
1006limit = {
1007in_civil_war = no
1008NOT = {
1008has_truce_with = ROOT
}
1009OR = {
1010is_neighbor_of = ROOT
1011is_rival_of = ROOT
1012is_enemy_of = ROOT
}
}
1015order_by = {
1016value = total_population
1017multiply = {
1018value = regular_army_size
1019multiply = 0.01
}
}
1022max = 1
1023save_scope_as = target_country
}
1026if = {
1027limit = {
1028NOT = {
1029has_casus_belli_of_type_on = {
1029target = scope:target_country
}
}
}
1032add_casus_belli = {
1032target = scope:target_country
}
}
1035if = {
1036limit = {
1037scope:target_country = {
1038any_current_war = {
1040defender_leader = prev
}
}
}
1044scope:target_country = {
1045random_current_war = {
1050save_scope_as = target_war
}
}
}
}