이벤트이번 버전 신규
두 민족과 하나의 Parliament

새로운 영토가 편입되면서, 새로운 민족들이 Country Adjective 통치하에 편입되어 급기야 Parliament 회의실에까지 발을 들였습니다. 귀족(은)는 동화 정책에서 기회를 엿보고, 도시민(은)는 공존을 통한 무역 협력을 기대하고 있습니다. 어느 쪽의 입장도 이타적이지는 않으나 나름의 일관성은 갖추고 있습니다. 이제 우리가 어떠한 Country(을)를 세울지, 그 청사진을 선택해야만 합니다.
도시민계층option 2, trigger
귀족계층option 1, trigger정의in_game/events/government/parliaments.txt:3149
3150type = country_event
3151title = parliaments.52.title 두 민족과 하나의 Parliament
3152desc = parliaments.52.desc 새로운 영토가 편입되면서, 새로운 민족들이 Country Adjective 통치하에 편입되어 급기야 Parliament 회의실에까지 발을 들였습니다. 귀족(은)는 동화 정책에서 기회를 엿보고, 도시민(은)는 공존을 통한 무역 협력을 기대하고 있습니다. 어느 쪽의 입장도 이타적이지는 않으나 나름의 일관성은 갖추고 있습니다. 이제 우리가 어떠한 Country(을)를 세울지, 그 청사진을 선택해야만 합니다.
3153outcome = neutral
3155illustration_tags = {
315610 = regular
315710 = interior
}
3160trigger = {
3161any_owned_location = {
3162dominant_culture != root.culture
3163integration_level = core
}
3165parliament_issue ?= {
3166OR = {
}
}
}
3173immediate = {
3174random_owned_location = {
3175limit = {
3176dominant_culture != root.culture
3177integration_level = core
}
3179save_scope_as = target_location
}
}
}