Skip to content

Commit 8518339

Browse files
committed
feedback update
1 parent 2518d48 commit 8518339

1 file changed

Lines changed: 28 additions & 4 deletions

File tree

region/norfair/east/Speed Booster Hall.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,15 @@
233233
"requires": [
234234
{"haveBlueSuit": {}},
235235
"canCrumbleJump",
236-
{"heatFrames": 1780}
236+
{"heatFrames": 1780},
237+
{"or": [
238+
"canInsaneJump",
239+
{"and": [
240+
{"enemyDamage": {"enemy": "Metaree", "type": "contact", "hits": 1}},
241+
{"heatFrames": 350},
242+
{"lavaFrames": 60}
243+
]}
244+
]}
237245
],
238246
"unlocksDoors": [
239247
{
@@ -243,7 +251,11 @@
243251
],
244252
"clearsObstacles": ["A"],
245253
"flashSuitChecked": true,
246-
"blueSuitChecked": true
254+
"blueSuitChecked": true,
255+
"note": [
256+
"If Samus falls into the lava without Gravity, escape by spin jumping rather than jumping straight up.",
257+
"Also note that the spikes' hitbox is one tile higher than it appears."
258+
]
247259
},
248260
{
249261
"id": 5,
@@ -606,7 +618,15 @@
606618
"name": "Blue Suit",
607619
"requires": [
608620
{"haveBlueSuit": {}},
609-
{"heatFrames": 1760}
621+
{"heatFrames": 1760},
622+
{"or": [
623+
"canInsaneJump",
624+
{"and": [
625+
{"enemyDamage": {"enemy": "Metaree", "type": "contact", "hits": 1}},
626+
{"heatFrames": 350},
627+
{"lavaFrames": 60}
628+
]}
629+
]}
610630
],
611631
"unlocksDoors": [
612632
{
@@ -616,7 +636,11 @@
616636
],
617637
"clearsObstacles": ["A"],
618638
"flashSuitChecked": true,
619-
"blueSuitChecked": true
639+
"blueSuitChecked": true,
640+
"note": [
641+
"If Samus falls into the lava without Gravity, escape by spin jumping rather than jumping straight up.",
642+
"Also note that the spikes' hitbox is one tile higher than it appears."
643+
]
620644
},
621645
{
622646
"id": 13,

0 commit comments

Comments
 (0)