Event
Target Province Resists Our Authority

Target Province has refused to cooperate during this turbulent period. Should their demands for autonomy remain unmet, open rebellion may follow. Our advisors urge concessions, yet yielding now would further erode the authority of the Flavor Rank.
Fate of the PhoenixDLCtriggerfate_of_the_phoenix_6Variableimmediate, triggerDefinitionin_game/events/disaster/D008_fate_of_the_phoenix.txt:331
332type = country_event
333category = disaster_event
334title = fate_of_the_phoenix.6.title Target Province Resists Our Authority
335desc = fate_of_the_phoenix.6.desc Target Province has refused to cooperate during this turbulent period. Should their demands for autonomy remain unmet, open rebellion may follow. Our advisors urge concessions, yet yielding now would further erode the authority of the Flavor Rank.
336outcome = neutral
337image = "gfx/interface/illustrations/disaster/fate_of_the_phoenix.dds"
339trigger = {
341any_province = {
343NOT = {
344any_location_in_province = {
344is_capital = yes
}
}
}
}
348immediate = {
349ordered_province = {
350limit = {
352NOT = {
353any_location_in_province = {
353is_capital = yes
}
}
}
356order_by = {
357value = province_average_control
358multiply = -1
}
360max = 10
361check_range_bounds = no
363add_to_list = fate_of_the_phoenix_6_list
}
366random_in_list = {
367list = fate_of_the_phoenix_6_list
369save_scope_as = target_province
}
377if = {
378limit = {
379any_cabinet_character = {
379count > 0
}
}
381random_cabinet_character = {
381save_scope_as = target_character
}
}
}