Scripted Effect
pick_best_capital_gujarat
Definitionin_game/events/situations/fall_of_delhi.txt:115
116if = {
117limit = {
118owns = location:khambat
}
120location:khambat = {
120save_scope_as = target_location
}
}
122else = {
123ordered_owned_location = {
124limit = {
124area = area:gujarat_area
}
125order_by = population
126check_range_bounds = no
127max = 1
128save_scope_as = target_location
}
}
131scope:target_location = {
132province = {
132save_scope_as = target_province
}
}