事件
生命的奇迹

在战争和死亡的黑暗岁月里,新时代的曙光能够缓解我们人民的苦难。我们伟大的Target Ruler和his/her高贵的husband/wifeTarget Char受到祝福诞下了一个孩子。新生儿的到来给Country Adjective夫妇、内廷和臣民们带来了新的希望和动力。许多人希望这个孩子将在一个更美好、更光明的未来中成长,这样所有的斗争最后将是值得的。
定义in_game/events/character/consort_events.txt:1209
1210type = country_event
1211title = consort_events.313.title 生命的奇迹
1212desc = consort_events.313.desc 在战争和死亡的黑暗岁月里,新时代的曙光能够缓解我们人民的苦难。我们伟大的Target Ruler和his/her高贵的husband/wifeTarget Char受到祝福诞下了一个孩子。新生儿的到来给Country Adjective夫妇、内廷和臣民们带来了新的希望和动力。许多人希望这个孩子将在一个更美好、更光明的未来中成长,这样所有的斗争最后将是值得的。
1213outcome = neutral
1214trigger = {
1215war_exhaustion > 2
1217has_heir = yes
1218has_consort = yes
1219heir = {
1220age_in_years < 1
1221OR = {
1222and = {
1223exists = father
1224father = root.ruler
}
1226and = {
1227exists = mother
1228mother = root.ruler
}
}
1231OR = {
1232and = {
1233exists = father
1234father = root.consort
}
1236and = {
1237exists = mother
1238mother = root.consort
}
}
}
}
1244illustration_tags = {
124510 = happy
124610 = interior
}
1249immediate = {
}
1251consort = {
1252save_scope_as = target_char
}
1254ruler ?= {
1254save_scope_as = target_ruler
}
}