diff options
| author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-17 23:47:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-17 23:47:59 +0800 |
| commit | 364caae9b6e47b8d5e1bab950aebc5b35bc4baad (patch) | |
| tree | e554b5859e0135b8f644986768306d5f3ee5683e /src | |
| parent | eb8bc77bf2d790e97fe793eb96ad77e1b4d2bbbf (diff) | |
| parent | 12f3a81cf12c6ffc24a7f2a0e8102dfba3fddf82 (diff) | |
| download | SoopyV2-364caae9b6e47b8d5e1bab950aebc5b35bc4baad.tar.gz SoopyV2-364caae9b6e47b8d5e1bab950aebc5b35bc4baad.tar.bz2 SoopyV2-364caae9b6e47b8d5e1bab950aebc5b35bc4baad.zip | |
Merge pull request #71 from Soopyboo32/Babel
Diffstat (limited to 'src')
121 files changed, 27405 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": f |
