{ "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"] } ] } }