Upgrades & Abandon
Abandon
AppearanceFast Abandon - fastAbandon
fastAbandon
The building will downgrade or be abandoned faster.
Attribute Type: Boolean (default: False
).
Upgrade
Updates - updates
updates
List of building it can be updated into.
Attribute Type: List of Building Code Names.
The building will be updatable into either one of these 3 buildings, starting from caminoPueblo
, then caminoIndustrial
and then caminoLindo
as priority.
"updates": [
"caminoPueblo",
"caminoIndustrial",
"caminoLindo"
]
Updates From - updatesFrom
updatesFrom
Add this building as update of another building.
Attribute Type: List of Update From
Upgrade after city2
for the building pobla
:
"UpgradesFrom": [
"pobla,after,city2"
]
Visual Updates - visualUpdates
visualUpdates
Updates visible to players (will hide others updates).
Attribute Type: List of Building Code Name.
"visualUpdates": [
"lota",
"lotaCarbon",
"pescadores",
"fosforo",
"villa2",
"villa",
"pueblo",
"puebloPobre",
"callampa",
"cabanha"
]
Last updated