EventChanged this version
Like father/mother, like son/daughter

Over the years, our noble Target Consort has impressed us time and time again with his/her excellent knowledge and skills. he/she is clearly an educated man/woman and his/her interest in learning has sown a seed in his/her son/daughter, Target Heir. The apple does not fall far from the tree, indeed.
MonarchyGovernment TypetriggerDefinitionin_game/events/character/consort_events.txt:825
826type = country_event
827title = consort_events.104.title Like father/mother, like son/daughter
828desc = consort_events.104.desc Over the years, our noble Target Consort has impressed us time and time again with his/her excellent knowledge and skills. he/she is clearly an educated man/woman and his/her interest in learning has sown a seed in his/her son/daughter, Target Heir. The apple does not fall far from the tree, indeed.
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
}
}