Skip to content

Commit dd58aef

Browse files
committed
feedback updates
1 parent 85ae740 commit dd58aef

5 files changed

Lines changed: 49 additions & 11 deletions

File tree

region/brinstar/red/Caterpillar Room.json

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
{"or": [
249249
"h_CrystalSpark",
250250
{"and": [
251+
"canBePatient",
251252
{"or": [
252253
"HiJump",
253254
"canWalljump",
@@ -2147,13 +2148,19 @@
21472148
},
21482149
"requires": [
21492150
{"or": [
2150-
"HiJump",
2151-
"canWalljump",
2152-
"SpaceJump",
2153-
"canIBJ",
2154-
"canSpringBallJumpMidAir"
2155-
]},
2156-
"h_CrystalSparkWithoutLenience"
2151+
"h_CrystalSpark",
2152+
{"and": [
2153+
"canBePatient",
2154+
{"or": [
2155+
"HiJump",
2156+
"canWalljump",
2157+
"SpaceJump",
2158+
"canIBJ",
2159+
"canSpringBallJumpMidAir"
2160+
]},
2161+
"h_CrystalSparkWithoutLenience"
2162+
]}
2163+
]}
21572164
],
21582165
"flashSuitChecked": true,
21592166
"blueSuitChecked": true,
@@ -2320,6 +2327,16 @@
23202327
],
23212328
"flashSuitChecked": true
23222329
},
2330+
{
2331+
"link": [5, 5],
2332+
"name": "Base - Open Gate",
2333+
"requires": [
2334+
{"ammo": {"type": "Super", "count": 1}}
2335+
],
2336+
"clearsObstacles": ["A"],
2337+
"flashSuitChecked": true,
2338+
"blueSuitChecked": true
2339+
},
23232340
{
23242341
"id": 86,
23252342
"link": [5, 5],
@@ -2426,6 +2443,7 @@
24262443
{"or": [
24272444
"h_CrystalSpark",
24282445
{"and": [
2446+
"canBePatient",
24292447
{"or": [
24302448
"HiJump",
24312449
"canWalljump",
@@ -2450,6 +2468,7 @@
24502468
{"or": [
24512469
"h_CrystalSpark",
24522470
{"and": [
2471+
"canBePatient",
24532472
{"or": [
24542473
"HiJump",
24552474
"canWalljump",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
{"or": [
266266
"h_CrystalSpark",
267267
{"and": [
268+
"canBePatient",
268269
"h_CrystalSparkWithoutLenience",
269270
{"or": [
270271
"Grapple",

region/brinstar/red/Red Tower.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,17 @@
373373
"comesInHeated": "no"
374374
},
375375
"requires": [
376-
"h_CrystalSpark"
376+
{"or": [
377+
"h_CrystalSpark",
378+
{"and": [
379+
"canBePatient",
380+
"h_CrystalSparkWithoutLenience"
381+
]}
382+
]}
377383
],
378384
"flashSuitChecked": true,
379385
"blueSuitChecked": true,
380-
"note": "Avoid getting blue until the end of the runway."
386+
"note": "Avoid getting blue until the end of the runway. It is possible to farm Power Bombs from the Beetom below."
381387
},
382388
{
383389
"id": 5,

region/crateria/central/Crateria Power Bomb Room.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,13 @@
227227
"comesInHeated": "no"
228228
},
229229
"requires": [
230-
"h_CrystalSparkWithoutLenience"
230+
{"or": [
231+
"h_CrystalSpark",
232+
{"and": [
233+
"canBePatient",
234+
"h_CrystalSparkWithoutLenience"
235+
]}
236+
]}
231237
],
232238
"flashSuitChecked": true,
233239
"blueSuitChecked": true,

region/crateria/east/Crateria Kihunter Room.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,13 @@
9999
"steepDownTiles": 5,
100100
"openEnd": 0
101101
}},
102-
"h_CrystalSparkWithoutLenience"
102+
{"or": [
103+
"h_CrystalSpark",
104+
{"and": [
105+
"canBePatient",
106+
"h_CrystalSparkWithoutLenience"
107+
]}
108+
]}
103109
],
104110
"flashSuitChecked": true,
105111
"blueSuitChecked": true,

0 commit comments

Comments
 (0)