Upgrades & Abandon
Abandon
AppearanceFast Abandon - fastAbandon
fastAbandonThe building will downgrade or be abandoned faster.
Attribute Type: Boolean (default: False).
Upgrade
Updates - updates
updatesList 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"
]Examples of updates of the building protoCabanha, ciudad2 will be the first priority of upgrade when cabanha will be the last.
"updates": [
"ciudad2",
"ciudad",
"lota",
"lotaCarbon",
"pescadores",
"fosforo",
"pueblo",
"puebloPobre",
"callampa",
"cabanha"
]Updates From - updatesFrom
updatesFromAdd this building as update of another building.
Attribute Type: List of Update From
Upgrade after city2 for the building pobla:
"UpgradesFrom": [
"pobla,after,city2"
]Will be added as upgrade to pobla, poblaPobre,mixto8 according to the conditions specified in each.
"UpgradesFrom": [
"pobla,after,city2",
"poblaPobre,first",
"mixto8,before,mixto12"
]Visual Updates - visualUpdates
visualUpdatesUpdates 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