イベントこのバージョンで変更
揺るがされた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
}
}
}
}