事件
Target Province抗拒中央权威

Target Province在这一动荡时期拒绝服从管理。该省声称,若其自治要求得不到满足,可能会掀起公开叛乱。顾问们建议我们做出让步,但现在妥协将进一步削弱Flavor Rank的权威。
Fate of the PhoenixDLCtriggerfate_of_the_phoenix_6变量immediate, trigger定义in_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抗拒中央权威
335desc = fate_of_the_phoenix.6.desc Target Province在这一动荡时期拒绝服从管理。该省声称,若其自治要求得不到满足,可能会掀起公开叛乱。顾问们建议我们做出让步,但现在妥协将进一步削弱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
}
}
}