이벤트
질투심 넘치는 형제

Country의 공동 통치자 중 가장 냉혹하고 악랄했던 Jealous Brother(이)가 다시 한번 정부의 심장부에 갈등의 비수를 들이밀었습니다. 이번에 그는 현 Ruler Title의 통치 역량과 Country의 열악한 상태에 대해 불만을 제기하며 왕위를 즉시 자신에게 이양할 것을 요구하고 있습니다. 그는 우리가 이에 응하지 않을 경우 추종자들을 모아 자신의 지역에서 현 Ruler Title에 맞서 공개적인 반란을 일으키겠다고 선언했습니다.
잔혹함특성option 3
사악함특성option 3
죄인특성option 3정의in_game/events/government_reforms.txt:193
194type = country_event
195title = joint_ruling.101.title 질투심 넘치는 형제
196desc = joint_ruling.101.desc Country의 공동 통치자 중 가장 냉혹하고 악랄했던 Jealous Brother(이)가 다시 한번 정부의 심장부에 갈등의 비수를 들이밀었습니다. 이번에 그는 현 Ruler Title의 통치 역량과 Country의 열악한 상태에 대해 불만을 제기하며 왕위를 즉시 자신에게 이양할 것을 요구하고 있습니다. 그는 우리가 이에 응하지 않을 경우 추종자들을 모아 자신의 지역에서 현 Ruler Title에 맞서 공개적인 반란을 일으키겠다고 선언했습니다.
197outcome = neutral
199trigger = {
201has_reform = government_reform:joint_ruling_monarchy
202NOT = {
202is_member_of_international_organization_of_type = {
202type = union
}
}
205ruler.father ?= {
206any_child = {
207not = {
207this = root.ruler
}
208is_alive = yes
209is_female = no
210is_adult = yes
}
}
}
215illustration_tags = {
21610 = angry
21710 = interior
}
220immediate = {
}
222ruler.father = {
223every_child = {
224limit = {
225not = {
225this = root.ruler
}
226is_alive = yes
227is_female = no
}
229add_to_list = other_sons 다른 아들의 수
}
}
233ruler.father = {
234random_child = {
235limit = {
236not = {
236this = root.ruler
}
237is_alive = yes
238is_female = no
239is_adult = yes
}
241save_scope_as = jealous_brother
}
}
}