事件
欧陆大叛乱的传言

在玫瑰战争中很多被迫逃亡欧洲大陆的人已经找到避难之所。地方官署汇报有传言说武装叛乱正风雨欲来。如果我们不阻止这件事,那里会成为叛乱大本营,更加此消彼长。
定义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
}
}