イベント
迫りつつある反乱

わが領土全域で起こっている近ごろの騒乱は、間違いなく外部からの干渉の結果である。最近反乱を起こしたTarget Provinceでは、有力者たちが武力によってわが国の支配を拒絶するようになった。このような事態を放置することはできない。反乱分子は直ちに叩き潰さなければ!
定義in_game/events/situations/fall_of_delhi.txt:762
763type = country_event
764category = situation_event
766title = delhi_situation.8.title 迫りつつある反乱
767desc = delhi_situation.8.desc わが領土全域で起こっている近ごろの騒乱は、間違いなく外部からの干渉の結果である。最近反乱を起こしたTarget Provinceでは、有力者たちが武力によってわが国の支配を拒絶するようになった。このような事態を放置することはできない。反乱分子は直ちに叩き潰さなければ!
768outcome = neutral
770image = "gfx/interface/illustrations/situation/fall_of_delhi.dds"
772trigger = {
773any_province = {
774OR = {
775province_average_control < 0.25
776province_satisfaction < 0.25
}
778NOT = {
}
}
}
789immediate = {
790random_province = {
791limit = {
792OR = {
793province_average_control < 0.25
794province_satisfaction < 0.25
}
796NOT = {
}
}
805save_scope_as = target_province
}
807if = {
808limit = {
808exists = scope:target_province
}
809scope:target_province = {
810ordered_location_in_province = {
811order_by = population
812max = 1
813check_range_bounds = no
814save_scope_as = target_capital
}
816every_location_in_province = {
817remove_core = ROOT
}
}
820scope:target_capital = {
}
}
}