Availability & Unblock

Not Available - notAvailable

It will prompt a message like "Not available in this version", and won't be usable.

Attribute Type: Boolean (default: False).

Unblock

Unblock - unblock

Conditions needed to unblock the building.

Attribute Type: List of Global Variable or New Building.

Global Variable Format

Format:

{
    "gloVar": "fe",
    "q": 2
}

GloVar: Name of Global Variable.

Q: Quantity.

Number Building

Format:

{
    "nBuildings": "mixta8",
    "q": 2
}

nBuildings: Building Code Name.

Q: Quantity.

Pre Unblock - preunblock

Conditions needed to show the building (blocked) and the conditions to unblock it.

Attribute Type: List of Global Variable or New Building

Global Variable Format

Format:

{
    "gloVar": "fe",
    "q": 2
}

GloVar: Name of Global Variable.

Q: Quantity.

Number Building

Format:

{
    "nBuildings": "mixta8",
    "q": 2
}

nBuildings: Building Code Name.

Q: Quantity.

Last updated