Acontecimiento
Un nuevo cautivo

Nuestros guerreros han regresado de su asalto a Target Location con algunos prisioneros. Victoriosos, se presentan ante Target Character y le ponen un niño delante. «Por tu pérdida», se oye, y las lágrimas vuelven a brotar.
Definiciónin_game/events/culture/haudenosaunee.txt:279
280type = country_event
281title = haudenosaunee.3.title Un nuevo cautivo
282desc = haudenosaunee.3.desc Nuestros guerreros han regresado de su asalto a Target Location con algunos prisioneros. Victoriosos, se presentan ante Target Character y le ponen un niño delante. «Por tu pérdida», se oye, y las lágrimas vuelven a brotar.
283outcome = neutral
284trigger = {
286any_country_at_war_with = {
287OR = {
288country_type = pop
289any_owned_location = {
290controller = root
}
}
}
294ruler ?= {
295any_child = {
296is_alive = no
}
}
}
301illustration_tags = {
30210 = happy
30310 = exterior
}
306immediate = {
}
308if = {
309limit = {
310any_country_at_war_with = {
311country_type = location
312any_owned_location = {
313controller = root
}
}
}
317random_country_at_war_with = {
318limit = {
319country_type = location
320any_owned_location = {
321controller = root
}
}
324random_owned_location = {
325limit = {
326controller = root
}
328save_scope_as = target_location
}
}
}
332else = {
333random_country_at_war_with = {
334limit = {
335country_type = pop
}
337random_owned_nomad_pop = {
338location = {
339save_scope_as = target_location
}
}
}
}
344ruler ?= {
344save_scope_as = target_character
}
345create_character = {
346age = 3
347culture = scope:target_location.dominant_culture
348religion = scope:target_location.dominant_religion
349birth_location = scope:target_location
351save_scope_as = target_child_character
352create_in_limbo = yes
}
}