Efekt skryptowy
create_instant_rebellion
Definicjain_game/common/scripted_effects/global_effects.txt:191
192show_as_tooltip = {
193$rebel$ = {
194start_civil_war = {
}
}
}
198hidden_effect = {
199every_in_list = {
200list = $list$
201if = {
202limit = {
202scope_type = province
}
203every_location_in_province = {
204every_pop = {
205change_pop_allegiance = $rebel$
}
}
}
209else_if = {
210limit = {
210scope_type = location
}
211every_pop = {
212change_pop_allegiance = $rebel$
}
}
}
217$rebel$ = {
218start_civil_war = {
219save_scope_as = target_rebel_country
224if = {
225limit = {
226PREV.owner = {
227at_war = yes
}
}
230every_province = {
231raise_levies = {
232instant = yes
233type = army
}
}
}
}
}
}