Scripted Effect
union_expands
The Union expands to two more locations in Aragon or Valencia, except the loyal ones
Definitionin_game/events/disaster/war_of_the_aragonese_union_disaster.txt:69
70ordered_owned_location = {
71order_by = population
72max = 1
73limit = {
74OR = {
75area = area:aragon_area
76area = area:valencia_area
}
78not = {
79OR = {
80this = location:teruel
81this = location:calatayud
82this = location:daroca
83this = location:huesca
}
}
86any_pop = {
87owner = root
88rebel ?= {
89this != scope:union_of_aragon
}
}
}
93every_pop = {
94limit = {
95owner = root
96rebel ?= {
97this != scope:union_of_aragon
}
}
101change_pop_allegiance = scope:union_of_aragon
}
}