Upgrades & Abandon

Abandon

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

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.

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

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

Update From

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:

UpgradesFrom: [“pobla,after,city2”]
  • Upgrade before pechonhos for the building pobla:

UpgradesFrom: [“pobla,before,pechonhos”]
  • Upgrade as first priority for the building ciudad:

UpgradesFrom: [“poblaPobre,first”]

Upgrade after city2 for the building pobla:

"UpgradesFrom": [
    "pobla,after,city2"
]

Visual Updates - 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