스크립트 효과이번 버전 변경
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.
도시지점 등급else if 1, if
메갈로폴리스지점 등급else if 1, if
촌락 정착지지점 등급else if 2
소도시지점 등급else if 1정의in_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$
}