You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
828 B
30 lines
828 B
{
|
|
"STAIRS_DOWN": {
|
|
"id": "STAIRS_DOWN",
|
|
"name": "Stairs Down",
|
|
"foreground": [24, 205, 189],
|
|
"background": [24, 205, 189],
|
|
"description": "Stairs that go down further into the dungeon.",
|
|
"inventory_count": 0,
|
|
"components": [
|
|
{"type": "Tile", "config": {"chr": "\u2ac5"}},
|
|
{"type": "Device",
|
|
"config": {"test": true}, "events": ["Events::GUI::STAIRS_DOWN"]
|
|
}
|
|
]
|
|
},
|
|
"STAIRS_UP": {
|
|
"id": "STAIRS_UP",
|
|
"name": "Stairs Up",
|
|
"foreground": [24, 205, 189],
|
|
"background": [24, 205, 189],
|
|
"description": "Stairs that go up, for the weak.",
|
|
"inventory_count": 0,
|
|
"components": [
|
|
{"type": "Tile", "config": {"chr": "\u2259"}},
|
|
{"type": "Device",
|
|
"config": {"test": true}, "events": ["Events::GUI::STAIRS_UP"]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|