Skip to content

Commit a9d5a3b

Browse files
authored
Merge pull request #1797 from vg-json-data/auto-run-scripts
Run Scripts
2 parents 7c7b128 + 1af9cfb commit a9d5a3b

27 files changed

Lines changed: 178 additions & 49 deletions

region/brinstar/blue/Blue Brinstar Energy Tank Room.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,10 @@
402402
"nodes": [1]
403403
}},
404404
{"refill": ["Missile"]},
405-
{"partialRefill": { "type": "Energy", "limit": 200 }}
405+
{"partialRefill": {
406+
"type": "Energy",
407+
"limit": 200
408+
}}
406409
],
407410
"resetsObstacles": ["A", "B", "C", "D"]
408411
},

region/brinstar/blue/Construction Zone.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,14 @@
9393
{"resetRoom": {
9494
"nodes": [1, 2]
9595
}},
96-
{ "partialRefill": { "type": "Missile", "limit": 10 } },
97-
{ "partialRefill": { "type": "Energy", "limit": 100 } }
96+
{"partialRefill": {
97+
"type": "Missile",
98+
"limit": 10
99+
}},
100+
{"partialRefill": {
101+
"type": "Energy",
102+
"limit": 100
103+
}}
98104
]
99105
},
100106
{

region/brinstar/pink/Spore Spawn Farming Room.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
}
290290
},
291291
{
292+
"id": 18,
292293
"link": [2, 1],
293294
"name": "Roll Under Door",
294295
"entranceCondition": {
@@ -344,7 +345,7 @@
344345
"flashSuitChecked": true
345346
}
346347
],
347-
"nextStratId": 18,
348+
"nextStratId": 19,
348349
"notables": [
349350
{
350351
"id": 1,

region/brinstar/pink/Waterway Energy Tank Room.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@
138138
"Gravity",
139139
{"refill": ["PowerBomb"]}
140140
]},
141-
{"partialRefill": {"type": "PowerBomb", "limit": 6}}
141+
{"partialRefill": {
142+
"type": "PowerBomb",
143+
"limit": 6
144+
}}
142145
]}
143146
],
144147
"devNote": [

region/brinstar/red/Caterpillar Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@
20502050
"nodes": [5]
20512051
}},
20522052
{"refill": ["Energy", "PowerBomb"]},
2053-
{"partialRefill": { "type": "Super", "limit": 10 }}
2053+
{"partialRefill": {"type": "Super", "limit": 10}}
20542054
],
20552055
"resetsObstacles": ["A", "B"],
20562056
"devNote": "It is possible to roll off of the platform above to avoid a mid-air morph."

region/brinstar/red/Red Brinstar Fireflea Room.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,10 @@
720720
"canDodgeWhileShooting",
721721
{"refill": ["Energy"]}
722722
]},
723-
{"partialRefill": {"type": "Energy", "limit": 260}}
723+
{"partialRefill": {
724+
"type": "Energy",
725+
"limit": 260
726+
}}
724727
]}
725728
],
726729
"resetsObstacles": ["A"]

region/crateria/central/Parlor and Alcatraz.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3133,7 +3133,10 @@
31333133
"nodes": [3, 4, 6, 7]
31343134
}},
31353135
{"refill": ["Missile"]},
3136-
{"partialRefill": {"type": "Energy", "limit": 250}}
3136+
{"partialRefill": {
3137+
"type": "Energy",
3138+
"limit": 250
3139+
}}
31373140
],
31383141
"devNote": "FIXME: Other nodes could be used to reset the room, with additional requirements."
31393142
},

region/crateria/central/Pre-Map Flyway.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@
148148
{"resetRoom": {
149149
"nodes": [1, 2]
150150
}},
151-
{"partialRefill": {"type": "Energy", "limit": 160}},
151+
{"partialRefill": {
152+
"type": "Energy",
153+
"limit": 160
154+
}},
152155
{"partialRefill": {"type": "Missile", "limit": 8}}
153156
]
154157
},

region/crateria/east/Crab Maze.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,14 @@
114114
"Spazer",
115115
"canUseGrapple"
116116
]},
117-
{"partialRefill": {"type": "PowerBomb", "limit": 5}},
118-
{"partialRefill": {"type": "Energy", "limit": 200}}
117+
{"partialRefill": {
118+
"type": "PowerBomb",
119+
"limit": 5
120+
}},
121+
{"partialRefill": {
122+
"type": "Energy",
123+
"limit": 200
124+
}}
119125
]
120126
},
121127
{

region/maridia/inner-green/West Sand Hall Tunnel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
"note": "Get the shinecharge while killing the crab, then move towards and shinespark out the left door."
134134
},
135135
{
136+
"id": 32,
136137
"link": [1, 1],
137138
"name": "Sciser Farm",
138139
"requires": [
@@ -783,7 +784,7 @@
783784
"flashSuitChecked": true
784785
}
785786
],
786-
"nextStratId": 32,
787+
"nextStratId": 33,
787788
"notables": [],
788789
"nextNotableId": 1
789790
}

0 commit comments

Comments
 (0)