事件本版本变更
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
}
}
}
}