이벤트
강도 귀족의 횡포

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