Skip to content

RANK#

Used to specify a required city level for the requirement to be fulfilled.

Example#

The following example requires the city to be at level 23.

"requirements": [
  {
    "type": "RANK",
    "lvl": 23
  }
]

Attributes#

hide if fulfilled#

Type: boolean

Whether to hide the requirement text if the requirement was fulfilled.

By default, the value will be false.

hide if not fulfilled#

Type: boolean

Whether to hide the requirement text if the requirement was not fulfilled.

By default, the value will be false.

id#

Type: string

ID of the required rank draft.

Deprecated

Specifying required rank by ID is deprecated. Use lvl attribute instead.

lvl#

Type: integer

Required rank integer value.