이벤트
새로운 포로

Target Location(으)로 약탈을 떠난 우리 전사들이 포로들을 잡아 돌아왔습니다. 이들은 의기양양하게 Target Character 앞에 다가와 한 아이를 앞에 내려놓았습니다. 그리고 그들은 이렇게 말했습니다. "이것으로 상실의 슬픔을 달래시기를." 그리고 눈물이 다시 흘렀습니다.
정의in_game/events/culture/haudenosaunee.txt:279
280type = country_event
281title = haudenosaunee.3.title 새로운 포로
282desc = haudenosaunee.3.desc Target Location(으)로 약탈을 떠난 우리 전사들이 포로들을 잡아 돌아왔습니다. 이들은 의기양양하게 Target Character 앞에 다가와 한 아이를 앞에 내려놓았습니다. 그리고 그들은 이렇게 말했습니다. "이것으로 상실의 슬픔을 달래시기를." 그리고 눈물이 다시 흘렀습니다.
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
}
}