Event
The Mourning Wars

It has been a tradition among our people to raid neighboring villages in search of captives to replace those who have left us. The clan mothers have demanded a "mourning war" to provide consolation for the recent death of their children, and it is our duty to accept such a sensible petition.
This night. A blue night. The night after this part of the night. Our warriors have successfully attacked Target Location and, amid the chaos, have managed to ambush a fair amount of locals.
Mourning WarsAdvancetriggerHaudenosauneeCulture GrouptriggerDefinitionin_game/events/culture/haudenosaunee.txt:157
158type = country_event
159title = haudenosaunee.2.title The Mourning Wars
160desc = haudenosaunee.2.desc It has been a tradition among our people to raid neighboring villages in search of captives to replace those who have left us. The clan mothers have demanded a "mourning war" to provide consolation for the recent death of their children, and it is our duty to accept such a sensible petition.
This night. A blue night. The night after this part of the night. Our warriors have successfully attacked Target Location and, amid the chaos, have managed to ambush a fair amount of locals.
This night. A blue night. The night after this part of the night. Our warriors have successfully attacked Target Location and, amid the chaos, have managed to ambush a fair amount of locals.
161outcome = neutral
163trigger = {
166at_war = yes
167any_country_at_war_with = {
168OR = {
169country_type = pop
170any_owned_location = {
171controller = root
172population > 0
}
}
}
}
178illustration_tags = {
17910 = armed
18010 = exterior
}
183immediate = {
}
185if = {
186limit = {
187any_country_at_war_with = {
188country_type = location
189any_owned_location = {
190controller = root
191population > 0
}
}
}
195random_country_at_war_with = {
196limit = {
197country_type = location
198any_owned_location = {
199controller = root
200population > 0
}
}
203random_owned_location = {
204limit = {
205controller = root
206population > 0
}
208ordered_pop = {
209order_by = pop_size
210max = 1
211save_scope_as = target_pop
}
213save_scope_as = target_location
}
}
}
217else = {
218random_country_at_war_with = {
219limit = {
220country_type = pop
}
222random_owned_nomad_pop = {
223save_scope_as = target_pop
224location = {
225save_scope_as = target_location
}
}
}
}
230if = {
231limit = {
231country_type = location
}
232random_owned_location = {
233save_scope_as = our_location
}
}
236else = {
237random_owned_nomad_pop = {
238location = {
239save_scope_as = our_location
}
}
}
}