Event
Target Child Falls Ill
Target Child breathes heavily. Target Child He She Formal has been lying in bed for three days now, and reflected in the beads of sweat on his/her forehead is the fear in his/her attendant's eyes for his/her life. Target Child might not make it through the night unless something is done.
Medical SchoolBuildingoption 2
MonarchyGovernment TypetriggerBlessed TalismanStatic Modifieroption 4talisman_giver_variableVariableimmediateDefinitionin_game/events/character/dynastic.txt:560
561type = country_event
562title = dynastic.7.title Target Child Falls Ill
563desc = dynastic.7.desc Target Child breathes heavily. Target Child He She Formal has been lying in bed for three days now, and reflected in the beads of sweat on his/her forehead is the fear in his/her attendant's eyes for his/her life. Target Child might not make it through the night unless something is done.
564outcome = neutral
565illustration_tags = {
56610 = regular
56710 = interior
}
569trigger = {
571has_heir = yes
572has_regent = no
574ruler ?= {
575any_child = {
576is_alive = yes
577age_in_years < 15
578owner = root
}
}
}
584immediate = {
585ruler ?= {
586random_child = {
587limit = {
588is_alive = yes
589age_in_years < 15
590owner = root
}
592save_scope_as = target_child
}
}
595capital = {
596save_scope_as = target_location
}
600if = {
}
}