Event
A New Captive

Our warriors have returned with some captives from their previous raid in Target Location. Victoriously, they have come upon Target Character's presence and laid a child's body before him/her. "In return for your loss," could be heard, and tears appeared again.
Definitionin_game/events/culture/haudenosaunee.txt:279
280type = country_event
281title = haudenosaunee.3.title A New Captive
282desc = haudenosaunee.3.desc Our warriors have returned with some captives from their previous raid in Target Location. Victoriously, they have come upon Target Character's presence and laid a child's body before him/her. "In return for your loss," could be heard, and tears appeared again.
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
}
}