事件
强盗贵族暴政

Country的强盗贵族依仗其封地的法律地位保护,对当地人口征收了高得离谱的通行费和赋税。尽管这些贵族可能是出于无奈,但如果我们放任这种情况继续,他们的行为会妨碍到Country Adjective的发展……
勃兰登堡的动荡灾难triggerPRU_robber_barons_active变量trigger定义in_game/events/disaster/turmoil_in_brandenburg.txt:209
210type = country_event
211category = disaster_event
212title = turmoil_in_brandenburg.4.title 强盗贵族暴政
213image = "gfx/interface/illustrations/disaster/turmoil_in_brandenburg.dds"
214desc = turmoil_in_brandenburg.4.desc Country的强盗贵族依仗其封地的法律地位保护,对当地人口征收了高得离谱的通行费和赋税。尽管这些贵族可能是出于无奈,但如果我们放任这种情况继续,他们的行为会妨碍到Country Adjective的发展……
215outcome = neutral
216trigger = {
221any_owned_location = {
222local_control < 0.5
223is_connected_to = root.capital
}
}
226immediate = {
227random_owned_location = {
228limit = {
229local_control < 0.5
230is_connected_to = root.capital
}
232save_scope_as = target_location
}
}