이벤트
Country의 경제적 방치
하나의 군주 아래 우리는 하나가 되었지만, 우리나라 출신 상인들은 여전히 외국인 취급을 받고 있으며 그 탓에 우리의 경제도 피해를 보고 있습니다. Full Ruler Name에게는 우리나라에 더 많은 시간을 투자해 번영하게 만들 책임이 있습니다!
정의in_game/events/diplomacy/unionevents.txt:109
110hide_portraits = yes
111type = country_event
112title = unionevents.3.title Country의 경제적 방치
113desc = unionevents.3.desc 하나의 군주 아래 우리는 하나가 되었지만, 우리나라 출신 상인들은 여전히 외국인 취급을 받고 있으며 그 탓에 우리의 경제도 피해를 보고 있습니다. Full Ruler Name에게는 우리나라에 더 많은 시간을 투자해 번영하게 만들 책임이 있습니다!
114outcome = neutral
115trigger = {
116union ?= {
117any_international_organization_member = {
118has_ruler = yes
119ruler.culture = culture
120num_loans > 2
}
}
123has_ruler = yes
124ruler = {
125NOT = {
125culture = root.culture
}
}
}
129immediate = {
130union ?= {
131random_international_organization_member = {
132limit = {
133has_ruler = yes
134ruler.culture = culture
135num_loans > 2
}
137save_scope_as = union_target
}
}
}