Skip to content

Commit 08559e0

Browse files
committed
Style changes
1 parent bbf9f22 commit 08559e0

File tree

23 files changed

+63
-60
lines changed

23 files changed

+63
-60
lines changed

items.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -242,34 +242,34 @@
242242
],
243243
"dungeonPrizes": {
244244
"PendantOfCourage": {
245-
"data": ["0x37", "0x04", "0x38", "0x62", "0x00", "0x69", "0x01"]
245+
"data": [ "0x37", "0x04", "0x38", "0x62", "0x00", "0x69", "0x01" ]
246246
},
247247
"PendantOfWisdom": {
248-
"data": ["0x38", "0x01", "0x32", "0x60", "0x00", "0x69", "0x03"]
248+
"data": [ "0x38", "0x01", "0x32", "0x60", "0x00", "0x69", "0x03" ]
249249
},
250250
"PendantOfPower": {
251-
"data": ["0x39", "0x02", "0x34", "0x60", "0x00", "0x69", "0x02"]
251+
"data": [ "0x39", "0x02", "0x34", "0x60", "0x00", "0x69", "0x02" ]
252252
},
253253
"Crystal1": {
254-
"data": [null, "0x02", "0x34", "0x64", "0x40", "0x7F", "0x06"]
254+
"data": [ null, "0x02", "0x34", "0x64", "0x40", "0x7F", "0x06" ]
255255
},
256256
"Crystal2": {
257-
"data": [null, "0x10", "0x34", "0x64", "0x40", "0x79", "0x06"]
257+
"data": [ null, "0x10", "0x34", "0x64", "0x40", "0x79", "0x06" ]
258258
},
259259
"Crystal3": {
260-
"data": [null, "0x40", "0x34", "0x64", "0x40", "0x6C", "0x06"]
260+
"data": [ null, "0x40", "0x34", "0x64", "0x40", "0x6C", "0x06" ]
261261
},
262262
"Crystal4": {
263-
"data": [null, "0x20", "0x34", "0x64", "0x40", "0x6D", "0x06"]
263+
"data": [ null, "0x20", "0x34", "0x64", "0x40", "0x6D", "0x06" ]
264264
},
265265
"Crystal5": {
266-
"data": [null, "0x04", "0x32", "0x64", "0x40", "0x6E", "0x06"]
266+
"data": [ null, "0x04", "0x32", "0x64", "0x40", "0x6E", "0x06" ]
267267
},
268268
"Crystal6": {
269-
"data": [null, "0x01", "0x32", "0x64", "0x40", "0x6F", "0x06"]
269+
"data": [ null, "0x01", "0x32", "0x64", "0x40", "0x6F", "0x06" ]
270270
},
271271
"Crystal7": {
272-
"data": [null, "0x08", "0x34", "0x64", "0x40", "0x7C", "0x06"]
272+
"data": [ null, "0x08", "0x34", "0x64", "0x40", "0x7C", "0x06" ]
273273
}
274274
},
275275
"expansions": {

regions/darkworld/deathmountain/east/caves.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"nodeType": "item",
3232
"nodeItem": "ThreeBombs",
3333
"nodeAddress": "0xEA7C",
34-
"requires": ["isDarkLink"]
34+
"requires": [ "isDarkLink" ]
3535
},
3636
{
3737
"id": 4,
@@ -40,7 +40,7 @@
4040
"nodeType": "item",
4141
"nodeItem": "TwentyRupees",
4242
"nodeAddress": "0xEA7F",
43-
"requires": ["isDarkLink"]
43+
"requires": [ "isDarkLink" ]
4444
}
4545
]
4646
},

regions/darkworld/mire/caves.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Dark Desert Healer Fairy",
77
"roomType": "Cave",
88
"note": "Dark Desert Fairy",
9-
"requires": ["isDarkLink"]
9+
"requires": [ "isDarkLink" ]
1010
},
1111
{
1212
"id": 151,
@@ -20,7 +20,7 @@
2020
"nodeType": "item",
2121
"nodeItem": "PieceOfHeart",
2222
"nodeAddress": "0xEA73",
23-
"requires": ["isDarkLink"]
23+
"requires": [ "isDarkLink" ]
2424
},
2525
{
2626
"id": 2,
@@ -29,15 +29,15 @@
2929
"nodeType": "item",
3030
"nodeItem": "TwentyRupees",
3131
"nodeAddress": "0xEA76",
32-
"requires": ["isDarkLink"]
32+
"requires": [ "isDarkLink" ]
3333
}
3434
]
3535
},
3636
{
3737
"id": 152,
3838
"name": "Dark Desert Hint",
3939
"roomType": "Cave",
40-
"requires": ["isDarkLink"]
40+
"requires": [ "isDarkLink" ]
4141
}
4242
]
4343
}

regions/darkworld/mire/regions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"name": "Dark Desert Hint",
4848
"area": "Dark Desert",
4949
"nodeType": "door",
50-
"requires": ["isDarkLink"]
50+
"requires": [ "isDarkLink" ]
5151
},
5252
{
5353
"id": 8,
5454
"name": "Dark Desert Fairy",
5555
"area": "Dark Desert",
5656
"nodeType": "door",
57-
"requires": ["isDarkLink"]
57+
"requires": [ "isDarkLink" ]
5858
}
5959
]
6060
}

regions/darkworld/northeast/caves.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"id": 119,
1111
"name": "Palace of Darkness Hint",
1212
"roomType": "Cave",
13-
"requires": ["isDarkLink"]
13+
"requires": [ "isDarkLink" ]
1414
},
1515
{
1616
"id": 120,
1717
"name": "East Dark World Hint",
1818
"roomType": "Cave",
19-
"requires": ["isDarkLink"]
19+
"requires": [ "isDarkLink" ]
2020
},
2121
{
2222
"id": 138,

regions/darkworld/northwest/caves.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"id": 135,
1111
"name": "Village of Outcasts Shop",
1212
"roomType": "Cave",
13-
"requires": ["Hammer"],
13+
"requires": [ "Hammer" ],
1414
"note": "Dark World Outcasts Shop"
1515
},
1616
{

regions/darkworld/south/caves.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": 25,
66
"name": "Bonk Fairy (Dark)",
77
"roomType": "Cave",
8-
"requires": ["canDash"]
8+
"requires": [ "canDash" ]
99
},
1010
{
1111
"id": 30,
@@ -31,7 +31,7 @@
3131
"id": 127,
3232
"name": "Dark Lake Hylia Ledge Hint",
3333
"roomType": "Cave",
34-
"requires": ["canSwim"]
34+
"requires": [ "canSwim" ]
3535
},
3636
{
3737
"id": 128,
@@ -46,7 +46,7 @@
4646
"id": 129,
4747
"name": "Hype Cave",
4848
"roomType": "Cave",
49-
"requires": ["canBombThings"],
49+
"requires": [ "canBombThings" ],
5050
"nodes": [
5151
{
5252
"id": 1,

regions/darkworld/south/regions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"id": 3,
2323
"name": "Swamp Palace",
2424
"area": "South Dark World",
25-
"requires": ["DrainedFloodgate"],
25+
"requires": [ "DrainedFloodgate" ],
2626
"nodeType": "door"
2727
},
2828
{

regions/dungeons/castletower/main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": 88,
66
"name": "Agahnims Tower",
77
"roomType": "Dungeon",
8-
"requires": ["hasLightCone"],
8+
"requires": [ "hasLightCone" ],
99
"nodes": [
1010
{
1111
"id": 1,
@@ -59,9 +59,9 @@
5959
"name": "Agahnim 1",
6060
"area": "Agahnim 1",
6161
"nodeType": "event",
62-
"yields": ["DefeatAgahnim1"]
62+
"yields": [ "DefeatAgahnim1" ]
6363
}
6464
]
6565
}
6666
]
67-
}
67+
}

regions/dungeons/desert/main.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"id": 5,
4646
"name": "Desert Palace - Big Chest",
4747
"area": "Desert Palace Main (Outer)",
48-
"requires": ["BigKeyP2"],
48+
"requires": [ "BigKeyP2" ],
4949
"nodeType": "item",
5050
"nodeItem": "PowerGlove",
5151
"nodeAddress": "0xE98F"
@@ -54,7 +54,7 @@
5454
"id": 6,
5555
"name": "Desert Palace - Torch",
5656
"area": "Desert Palace Main (Outer)",
57-
"requires": ["canDash"],
57+
"requires": [ "canDash" ],
5858
"nodeType": "item",
5959
"nodeItem": "KeyP2",
6060
"nodeAddress": "0x180160"
@@ -97,7 +97,7 @@
9797
"id": 1,
9898
"name": "Desert Palace - Compass Chest",
9999
"area": "Desert Palace East",
100-
"requires": ["KeyP2"],
100+
"requires": [ "KeyP2" ],
101101
"nodeType": "item",
102102
"nodeItem": "CompassP2",
103103
"nodeAddress": "0xE9CB"
@@ -106,7 +106,7 @@
106106
"id": 2,
107107
"name": "Desert Palace - Big Key Chest",
108108
"area": "Desert Palace East",
109-
"requires": ["KeyP2"],
109+
"requires": [ "KeyP2" ],
110110
"nodeType": "item",
111111
"nodeItem": "BigKeyP2",
112112
"nodeAddress": "0xE9C2"

0 commit comments

Comments
 (0)