事件本版本变更
龙生龙,凤生凤

在这些年里,高贵的Target Consort一次又一次给我们留下了深刻的印象,特别是his/her卓越的知识和技能。he/she显然是受过教育的man/woman,his/her对学习的兴趣在his/herson/daughterTarget Heir心中播下了种子。真是龙生龙,凤生凤。
君主国政体trigger定义in_game/events/character/consort_events.txt:825
826type = country_event
827title = consort_events.104.title 龙生龙,凤生凤
828desc = consort_events.104.desc 在这些年里,高贵的Target Consort一次又一次给我们留下了深刻的印象,特别是his/her卓越的知识和技能。he/she显然是受过教育的man/woman,his/her对学习的兴趣在his/herson/daughterTarget Heir心中播下了种子。真是龙生龙,凤生凤。
829outcome = neutral
831trigger = {
833has_heir = yes
834has_consort = yes
835heir = {
836OR = {
837mother ?= root.consort
838father ?= root.consort
}
840age_in_years > 5
841age_in_years < 10
}
843consort = {
844OR = {
845adm > 50
846dip > 50
847mil > 50
}
}
}
852illustration_tags = {
85310 = regular
85410 = interior
}
857immediate = {
}
859consort = {
860save_scope_as = target_consort
}
862heir = {
863save_scope_as = target_heir
}
}