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.
53 lines
1.6 KiB
53 lines
1.6 KiB
{
|
|
"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", "width": 256, "height": 256, "scale": 1.0}
|
|
]
|
|
},
|
|
"STAIRS_UP": {
|
|
"id": "STAIRS_UP",
|
|
"name": "Rope Up",
|
|
"description": "A old rope, covered in vines, going 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": "rope_vines_up", "width": 256, "height": 256, "scale": 1.0}
|
|
]
|
|
},
|
|
"TRIPWIRE_TRAP": {
|
|
"id": "TRIPWIRE_TRAP",
|
|
"name": "Tripwire Trap",
|
|
"description": "Watch where you're going.",
|
|
"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": "tripwire_trap", "width": 256, "height": 256, "scale": 1.0}
|
|
]
|
|
}
|
|
}
|
|
|