이벤트
현지 귀족의 항의
Full Ruler Name(은)는 Culture 귀족보다 Culture 귀족을 편애하는 듯합니다. 이 사실을 알게 된 기존 귀족층은 수백 년에 걸쳐 계속되어 온 훌륭한 혈통을 어리석게도 무시했다며 역정을 내고 있습니다. 이 사건으로 우리나라가 지대한 영향을 받고 있습니다.
귀족 정치 대 금권 정치사회 가치관immediate, trigger정의in_game/events/diplomacy/unionevents.txt:4
5hide_portraits = yes
6type = country_event
7title = unionevents.1.title 현지 귀족의 항의
8desc = unionevents.1.desc Full Ruler Name(은)는 Culture 귀족보다 Culture 귀족을 편애하는 듯합니다. 이 사실을 알게 된 기존 귀족층은 수백 년에 걸쳐 계속되어 온 훌륭한 혈통을 어리석게도 무시했다며 역정을 내고 있습니다. 이 사건으로 우리나라가 지대한 영향을 받고 있습니다.
9outcome = neutral
10trigger = {
11union ?= {
12any_international_organization_member = {
13total_population > root.total_population
15has_ruler = yes
16ruler.culture = culture
}
}
19has_ruler = yes
20ruler = {
21NOT = {
21culture = root.culture
}
}
}
25immediate = {
26union ?= {
27random_international_organization_member = {
28limit = {
29total_population > root.total_population
31has_ruler = yes
32ruler.culture = culture
}
34save_scope_as = union_target
}
}
}