Efecto de scriptCambiado en esta versión
change_location_rank_effect
root = location Safe upgrade-only helper: never downgrades the location's rank. - city target : applies only if current rank is below city (town or rural_settlement) - town target : applies only if current rank is below town (rural_settlement) - rural_settlement target : always applies (used for intentional downgrades, e.g. Cahokia collapse) Megalopolis target is intentionally not handled here; megalopolis upgrades go through the construction system.
CiudadRango de ubicaciónelse if 1, if
MegalópolisRango de ubicaciónelse if 1, if
Asentamiento ruralRango de ubicaciónelse if 2
PuebloRango de ubicaciónelse if 1Definiciónin_game/common/scripted_effects/location_effects.txt:112
113if = {
114limit = {
}
119change_location_rank = $location_rank$
}
121else_if = {
122limit = {
}
128change_location_rank = $location_rank$
}
130else_if = {
132change_location_rank = $location_rank$
}