イベント
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
}
}
}