Skip to content
zrowny edited this page May 26, 2021 · 1 revision

Scenery Group Object Properties

Contents

priority : integer
This number determines the sorting priority of this scenery group in the menu
entertainerCostumes : array of enum (of string)

List of entertainer costumes that are included in this scenery group

*items* : enum (of string)
Must be one of: "panda", "tiger", "elephant", "roman", "gorilla", "snowman", "knight", "astronaut", "bandit", "sheriff", "pirate",
entries : array of string

List of the objects included in this scenery group, by id

*items* : string
OpenRCT2 id of the included object.

rct2.scenery_group.scgpirat (Pirate Theming)

"properties": {
    "entries": [
        "rct2.scenery_large.prship",
        "rct2.scenery_small.chest1",
        "rct2.scenery_small.chest2",
        "rct2.scenery_wall.wallpr32",
        "rct2.scenery_small.pirflag",
        "rct2.scenery_small.cnballs",
        "rct2.scenery_small.prcan",
        "rct2.scenery_large.tavern",
        "rct2.footpath_item.lamppir",
        "rct2.scenery_small.pirroof1",
        "rct2.scenery_small.pirroof2",
        "rct2.scenery_wall.wallpr34",
        "rct2.scenery_wall.wallpr33",
        "rct2.scenery_wall.wallpr35",
        "mamabear.scenery_wall.mg-prar"
    ],
    "priority": 38,
    "entertainerCostumes": "pirate"
}