이벤트이번 버전 변경
흔들리는 Ruler Char Dynasty 가문
Ruler Char의 father/mother의 father/mother 쪽 혈통에 뭔가 착오가 있었던 것 같습니다. Disputee Char의 친부는 사실 Capital 출신의 비천한 농사꾼이었던 것으로 드러났습니다.
군주국정부 유형trigger
기독교종교군trigger
의인특성trigger
마당발특성trigger정의in_game/events/character/dynastic.txt:1011
1012type = country_event
1013title = dynastic.14.title 흔들리는 Ruler Char Dynasty 가문
1014desc = dynastic.14.desc Ruler Char의 father/mother의 father/mother 쪽 혈통에 뭔가 착오가 있었던 것 같습니다. Disputee Char의 친부는 사실 Capital 출신의 비천한 농사꾼이었던 것으로 드러났습니다.
1015outcome = neutral
1016illustration_tags = {
101710 = regular
101810 = exterior
}
1020trigger = {
1023has_regent = no
1024capital = {
1024continent = continent:europe
}
1025ruler ?= {
1026has_dynasty = yes
1027has_nickname = no
1028OR = {
}
}
}
1040immediate = {
1041ruler = {
1042save_scope_as = ruler_char
1044if = {
1048father.father = {
1048save_scope_as = disputee_char
}
1049father = {
1049save_scope_as = target_parent
}
}
1051else = {
1052mother.father = {
1052save_scope_as = disputee_char
}
1053mother = {
1053save_scope_as = target_parent
}
}
}
}