Geskripteter EffektIn dieser Version geändert

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.

ErfordertGroßstadtOrtsrangelse if 1, ifMegalopolisOrtsrangelse if 1, ifLandsiedlungOrtsrangelse if 2StadtOrtsrangelse if 1

Definitionin_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.. Alle Rechte vorbehalten. Inoffizielles Fanprojekt, nicht mit Paradox Interactive verbunden. Spielinhalte © Paradox Interactive. Über · Datenschutz · Impressum