Event
Ruler Title is Captured!
The battle in Target Location turned out to be a disastrous defeat for our forces. Worse yet, Captured Emperor, our beloved Ruler Title, was captured in the midst of the Capturing Country Adjective rout, plunging our Court Title into panic. It is not certain who will lead the Middle Kingdom from now on.
Event chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
- Victory at Target Location
- Ruler Title is Captured!↳ After any choice · right away
- Offer of Ransom↳ Option B “Offer [Target Country] ransom for [Captured Emperor].” · 90 days later
Definitionin_game/events/DHE/flavor_chi_mon.txt:149
150hide_portraits = yes
151type = country_event
152title = flavor_chi_mon.2.title Ruler Title is Captured!
153desc = flavor_chi_mon.2.desc The battle in Target Location turned out to be a disastrous defeat for our forces. Worse yet, Captured Emperor, our beloved Ruler Title, was captured in the midst of the Capturing Country Adjective rout, plunging our Court Title into panic. It is not certain who will lead the Middle Kingdom from now on.
154outcome = neutral
156immediate = {
157scope:captured_emperor = {
158random_child = {
159limit = {
160is_alive = yes
}
162save_scope_as = child_candidate
}
164father ?= {
165random_child = {
166limit = {
167this != scope:captured_emperor
168is_alive = yes
}
170save_scope_as = sibling_candidate
}
}
173dynasty ?= {
174random_character_in_dynasty = {
175limit = {
176this != scope:captured_emperor
177is_alive = yes
178scope:sibling_candidate ?= {
179this != prev
}
181scope:child_candidate ?= {
182this != prev
}
}
185save_scope_as = dynasty_candidate
}
}
}
}
227after = {
228custom_tooltip = chi_recapture_emperor_tt Captured Emperor must be retaken via the Recapture Emperor Peace Treaty. If Captured Emperor dies in captivity, we will receive the following penalties:
229show_as_tooltip = {
230add_country_modifier = {
}
}
}