Event
Playing Favorites

They say that a parent's love for their child is without limits, but it is obvious that some loves are greater than others. While Target Ruler is certainly fond of Heir, everyone knows that his/her brother/sister holds a greater place in Target Ruler's heart. The Ruler Title dotes on him/her and has made sure that he/she has had the very best education. Now Target Consort is trying to convince the Ruler Title to make Favorite Child the new Heir Title of Country.
MonarchyGovernment TypetriggerDefinitionin_game/events/character/consort_events.txt:743
744type = country_event
745title = consort_events.102.title Playing Favorites
746desc = consort_events.102.desc They say that a parent's love for their child is without limits, but it is obvious that some loves are greater than others. While Target Ruler is certainly fond of Heir, everyone knows that his/her brother/sister holds a greater place in Target Ruler's heart. The Ruler Title dotes on him/her and has made sure that he/she has had the very best education. Now Target Consort is trying to convince the Ruler Title to make Favorite Child the new Heir Title of Country.
747outcome = neutral
749trigger = {
750has_heir = yes
751has_consort = yes
755OR = {
756heir.father ?= ruler
757heir.mother ?= ruler
}
759NOR = {
760heir.father ?= consort
761heir.mother ?= consort
}
764consort = {
765age_in_years > 30
766num_of_children > 1
767any_child = {
768OR = {
769AND = {
770exists = father
771father = root.ruler
}
773AND = {
774exists = mother
775mother = root.ruler
}
}
778is_alive = yes
779is_heir = no
780is_adult = no
}
}
}
785illustration_tags = {
78610 = regular
78710 = interior
}
790immediate = {
}
792ruler ?= {
792save_scope_as = target_ruler
}
793consort = {
794save_scope_as = target_consort
795random_child = {
796limit = {
797OR = {
798father = root.ruler
799mother = root.ruler
}
801is_alive = yes
802is_heir = no
803is_adult = no
}
805save_scope_as = favorite_child
}
}
}