스크립트 효과이번 버전 변경

change_location_rank_effect

change_location_rank_effectin_game/common/scripted_effects/location_effects.txt:112

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 = {
115$location_rank$ = location_rank:city
116NOT = {
116location_rank = location_rank:city
}
117NOT = {
117location_rank = location_rank:megalopolis
}
}
119change_location_rank = $location_rank$
}
121else_if = {
122limit = {
123$location_rank$ = location_rank:town
124NOT = {
124location_rank = location_rank:town
}
125NOT = {
125location_rank = location_rank:city
}
126NOT = {
126location_rank = location_rank:megalopolis
}
}
128change_location_rank = $location_rank$
}
130else_if = {
131limit = {
131$location_rank$ = location_rank:rural_settlement
}
132change_location_rank = $location_rank$
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지