{ "STAIRS_DOWN": { "id": "STAIRS_DOWN", "name": "Stairs Down", "placement": "fixed", "description": "Stairs that go down further into the dungeon.", "inventory_count": 0, "randomized": false, "components": [ {"_type": "Tile", "display": "\u2ac5", "foreground": [24, 205, 189], "background": [24, 205, 189] }, {"_type": "Device", "config": {"test": true}, "events": ["Events::GUI::STAIRS_DOWN"]}, {"_type": "Sprite", "name": "well_down"} ] }, "STAIRS_UP": { "id": "STAIRS_UP", "name": "Stairs Up", "description": "Stairs that go up, for the weak.", "inventory_count": 0, "placement": "fixed", "components": [ {"_type": "Tile", "display": "\u2259", "foreground": [24, 205, 189], "background": [24, 205, 189] }, {"_type": "Device", "config": {"test": true}, "events": ["Events::GUI::STAIRS_UP"]}, {"_type": "Sprite", "name": "barrel_small"} ] }, "SPIKE_TRAP": { "id": "SPIKE_TRAP", "name": "Spike trap", "description": "Spikes stab you from the floor.", "inventory_count": 0, "components": [ {"_type": "Tile", "display": "\u1ac7", "foreground": [24, 205, 189], "background": [24, 205, 189] }, {"_type": "Device", "config": {"test": true}, "events": ["Events::GUI::TRAP"]}, {"_type": "Sprite", "name": "barrel_small"} ] } }