イベント
泥棒男爵の暴政

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
}
}