Event
The Miracle of Life

In these dark days of war and death, a reminder of new beginnings can ease the pains of our people. Our great Target Ruler and his/her noble husband/wife, Target Char, have been blessed with another child. The arrival of the baby has brought new hope and energy to the Country Adjective couple, and by extension, to their court and subjects. Many people dream that this child will grow up in a better, brighter future, and that all of the fighting will thus be worth it in the end.
Definitionin_game/events/character/consort_events.txt:1209
1210type = country_event
1211title = consort_events.313.title The Miracle of Life
1212desc = consort_events.313.desc In these dark days of war and death, a reminder of new beginnings can ease the pains of our people. Our great Target Ruler and his/her noble husband/wife, Target Char, have been blessed with another child. The arrival of the baby has brought new hope and energy to the Country Adjective couple, and by extension, to their court and subjects. Many people dream that this child will grow up in a better, brighter future, and that all of the fighting will thus be worth it in the end.
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
}
}