|
|
|
@ -19,8 +19,8 @@ |
|
|
|
|
}, |
|
|
|
|
"STAIRS_UP": { |
|
|
|
|
"id": "STAIRS_UP", |
|
|
|
|
"name": "Stairs Up", |
|
|
|
|
"description": "Stairs that go up, for the weak.", |
|
|
|
|
"name": "Rope Up", |
|
|
|
|
"description": "A old rope, covered in vines, going up for the weak.", |
|
|
|
|
"inventory_count": 0, |
|
|
|
|
"placement": "fixed", |
|
|
|
|
"components": [ |
|
|
|
@ -31,13 +31,13 @@ |
|
|
|
|
{"_type": "Device", |
|
|
|
|
"config": {"test": true}, |
|
|
|
|
"events": ["Events::GUI::STAIRS_UP"]}, |
|
|
|
|
{"_type": "Sprite", "name": "barrel_small"} |
|
|
|
|
{"_type": "Sprite", "name": "rope_vines_up"} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"SPIKE_TRAP": { |
|
|
|
|
"id": "SPIKE_TRAP", |
|
|
|
|
"name": "Spike trap", |
|
|
|
|
"description": "Spikes stab you from the floor.", |
|
|
|
|
"TRIPEWIRE_TRAP": { |
|
|
|
|
"id": "TRIPEWIRE_TRAP", |
|
|
|
|
"name": "Tripwire Trap", |
|
|
|
|
"description": "Watch where you're going.", |
|
|
|
|
"inventory_count": 0, |
|
|
|
|
"components": [ |
|
|
|
|
{"_type": "Tile", "display": "\u1ac7", |
|
|
|
@ -47,7 +47,7 @@ |
|
|
|
|
{"_type": "Device", |
|
|
|
|
"config": {"test": true}, |
|
|
|
|
"events": ["Events::GUI::TRAP"]}, |
|
|
|
|
{"_type": "Sprite", "name": "barrel_small"} |
|
|
|
|
{"_type": "Sprite", "name": "tripwire_trap"} |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|