9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00

Beautify JSON

This commit is contained in:
Daniel Mills
2020-08-27 00:05:24 -04:00
parent 5aeb28cfa8
commit e2dfb1159a
109 changed files with 9596 additions and 7956 deletions

View File

@@ -14,7 +14,9 @@
"south": "NEVER",
"rareObjects": [],
"north": "NEVER",
"objects": ["structure/Example Temple/cross-1"],
"objects": [
"structure/Example Temple/cross-1"
],
"west": "NEVER",
"loot": {
"mode": "ADD",
@@ -30,7 +32,9 @@
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/Example Temple/t-connect-1"],
"objects": [
"structure/Example Temple/t-connect-1"
],
"west": "NEVER",
"loot": {
"mode": "ADD",
@@ -46,7 +50,9 @@
"south": "REQUIRED",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/Example Temple/hall-1"],
"objects": [
"structure/Example Temple/hall-1"
],
"west": "NEVER",
"loot": {
"mode": "ADD",
@@ -62,7 +68,9 @@
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/Example Temple/corner-1"],
"objects": [
"structure/Example Temple/corner-1"
],
"west": "NEVER",
"loot": {
"mode": "ADD",
@@ -78,7 +86,9 @@
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/Example Temple/room-1"],
"objects": [
"structure/Example Temple/room-1"
],
"west": "REQUIRED",
"loot": {
"mode": "ADD",
@@ -94,7 +104,9 @@
"south": "REQUIRED",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/Example Temple/walled-room-1"],
"objects": [
"structure/Example Temple/walled-room-1"
],
"west": "REQUIRED",
"loot": {
"mode": "ADD",
@@ -120,4 +132,4 @@
},
"bore": true,
"mergeEdges": false
}
}