Upgrades & Abandon

Abandon

circle-info

You can also change the abandon model, so checkout the appearance's page

Appearancechevron-right

Fast Abandon - fastAbandon

The building will downgrade or be abandoned faster.

Attribute Type: Boolean (default: False).

Upgrade

Updates - updates

List of building it can be updated into.

circle-info

The order specified will determine the priority of upgrade, starting from the first element, then the second... up to the last element of the list.

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

Add this building as update of another building.

Attribute Type: List of Update From

circle-info

The format of Update From is: original,mode,reference.

chevron-rightUpdate Fromhashtag

Original: Building you are wishing to add this to as update.

Mode:

  • After: Will be placed as update priority after reference.

  • Before: Will be placed as update priority before reference.

  • First: Will be placed as first update priority.

Reference: Existing update of the original, unneeded if you use as First as mode.

Examples:

  • Upgrade after city2 for the building pobla:

  • Upgrade before pechonhos for the building pobla:

  • Upgrade as first priority for the building ciudad:

Upgrade after city2 for the building pobla:

Visual Updates - visualUpdates

Updates visible to players (will hide others updates).

Attribute Type: List of Building Code Name.

Last updated