diff options
| author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-17 19:39:05 +0800 |
|---|---|---|
| committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-17 19:39:05 +0800 |
| commit | 431e4fc9d1657a50ebc34b8ac24f9bfaea06417f (patch) | |
| tree | 5987bb14f38d2999c682970429f34b41eb3e5826 /src | |
| parent | e73f2efdf0f50aa775c540317394d46428e9704f (diff) | |
| download | SoopyV2-431e4fc9d1657a50ebc34b8ac24f9bfaea06417f.tar.gz SoopyV2-431e4fc9d1657a50ebc34b8ac24f9bfaea06417f.tar.bz2 SoopyV2-431e4fc9d1657a50ebc34b8ac24f9bfaea06417f.zip | |
Initial move to babel + change fetch to use async/await
Diffstat (limited to 'src')
121 files changed, 27296 insertions, 0 deletions
diff --git a/src/data/roomdata.json b/src/data/roomdata.json new file mode 100644 index 0000000..4f9661d --- /dev/null +++ b/src/data/roomdata.json @@ -0,0 +1,2817 @@ +[ + { + "id": [ + "282,66", + "102,66" + ], + "name": "Spawn", + "type": "spawn", + "shape": "1x1", + "doors": "D", + "secrets": 0, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 0 + }, + "soul": false, + "index": 0 + }, + { + "name": "Mithril Cave", + "type": "mobs", + "shape": "2x2", + "secrets": 10, + "crypts": 11, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 3, + "chest": 7 + }, + "soul": false, + "id": [ + "710,-592" + ], + "index": 1 + }, + { + "name": "Doors", + "type": "mobs", + "shape": "1x2", + "secrets": 5, + "crypts": 7, + "revive_stones": 1, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 1, + "item": 0, + "chest": 4 + }, + "soul": false, + "id": [ + "642,-384" + ], + "index": 2 + }, + { + "name": "Locked Away", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 1, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "246,-132" + ], + "index": 3 + }, + { + "name": "Beams", + "type": "mobs", + "shape": "1x1", + "doors": "T", + "secrets": 2, + "crypts": 2, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 1 + }, + "soul": false, + "id": [ + "750,-240" + ], + "index": 4 + }, + { + "name": "Hall", + "type": "mobs", + "shape": "1x1", + "doors": " ", + "secrets": 0, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "che |
