イベント
大陸での大規模な反乱の噂

薔薇戦争で国外逃亡を余儀なくされた人々の多くが大陸に避難しており、現地当局は武力蜂起が間近に迫っているとの噂を伝えている。我々がこれを阻止しなければ、彼らはそこに拠点を築き、さらなる反乱を支援することになるだろう。
定義in_game/events/disaster/war_of_the_roses.txt:461
462type = country_event
463category = disaster_event
464fire_only_once = yes
465title = war_of_the_roses.9.title 大陸での大規模な反乱の噂
466desc = war_of_the_roses.9.desc 薔薇戦争で国外逃亡を余儀なくされた人々の多くが大陸に避難しており、現地当局は武力蜂起が間近に迫っているとの噂を伝えている。我々がこれを阻止しなければ、彼らはそこに拠点を築き、さらなる反乱を支援することになるだろう。
467outcome = neutral
468trigger = {
469any_owned_location = {
470average_satisfaction < 0.4
471AND = {
472region != region:great_britain_region
473region != region:ireland_region
}
}
}
477image = "gfx/interface/illustrations/disaster/war_of_the_roses.dds"
478immediate = {
479random_owned_location = {
480limit = {
481average_satisfaction < 0.4
482AND = {
483region != region:great_britain_region
484region != region:ireland_region
}
}
487save_scope_as = target_location
}
}