Scripted Trigger
haudenosaunee_1_as_pop_neighbor_trigger
Definitionin_game/events/culture/haudenosaunee.txt:16
17OR = {
18AND = {
19country_type = location
20any_owned_location = {
21OR = {
22any_pop = {
22culture = root.culture
}
23any_neighbor_location = {
24any_pop = {
24culture = root.culture
}
}
}
}
}
29any_owned_nomad_pop = {
30location = {
31OR = {
32any_pop = {
32culture = root.culture
}
33any_neighbor_location = {
34any_pop = {
34culture = root.culture
}
}
}
}
}
}