Skip to content

Commit b2346a3

Browse files
committed
Expect Basic to fall in the acid, LN hall
1 parent f30fb0a commit b2346a3

1 file changed

Lines changed: 56 additions & 14 deletions

File tree

region/lowernorfair/east/Main Hall.json

Lines changed: 56 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,33 @@
222222
"requires": [
223223
"canDash",
224224
{"or": [
225-
{"enemyDamage": {"enemy": "Dragon", "type": "fireball", "hits": 3}},
226225
{"and": [
227-
"Ice",
228-
"Wave"
226+
"Wave",
227+
"Ice"
229228
]},
230-
{"enemyKill": {
231-
"enemies": [["Dragon", "Dragon"]],
232-
"explicitWeapons": ["Wave+Plasma"]
233-
}}
229+
{"and": [
230+
"Wave",
231+
"Plasma"
232+
]},
233+
{"and": [
234+
{"enemyDamage": {"enemy": "Dragon", "type": "fireball", "hits": 3}},
235+
{"acidFrames": 20},
236+
{"heatFrames": 120},
237+
{"or": [
238+
"Gravity",
239+
"canWalljump",
240+
{"and": [
241+
"HiJump",
242+
{"or": [
243+
"canDownGrab",
244+
{"and": [
245+
{"acidFrames": 50},
246+
{"heatFrames": 50}
247+
]}
248+
]}
249+
]}
250+
]}
251+
]}
234252
]},
235253
{"heatFrames": 900}
236254
],
@@ -391,7 +409,10 @@
391409
{"heatFrames": 480}
392410
],
393411
"flashSuitChecked": true,
394-
"blueSuitChecked": true
412+
"blueSuitChecked": true,
413+
"note": [
414+
"The flames are still active until they fully disperse."
415+
]
395416
},
396417
{
397418
"id": 8,
@@ -728,7 +749,10 @@
728749
],
729750
"flashSuitChecked": true,
730751
"blueSuitChecked": true,
731-
"note": "Use a two tile wide platform to get a good amount of running speed to avoid the room hazards."
752+
"note": [
753+
"The flames are still active until they fully disperse",
754+
"Use a two tile wide platform to get a good amount of running speed to avoid the room hazards."
755+
]
732756
},
733757
{
734758
"id": 15,
@@ -820,15 +844,33 @@
820844
"requires": [
821845
"canDash",
822846
{"or": [
823-
{"enemyDamage": {"enemy": "Dragon", "type": "fireball", "hits": 3}},
824847
{"and": [
825848
"Ice",
826849
"Wave"
827850
]},
828-
{"enemyKill": {
829-
"enemies": [["Dragon", "Dragon"]],
830-
"explicitWeapons": ["Wave+Plasma"]
831-
}}
851+
{"and": [
852+
"Plasma",
853+
"Wave"
854+
]},
855+
{"and": [
856+
{"enemyDamage": {"enemy": "Dragon", "type": "fireball", "hits": 3}},
857+
{"acidFrames": 20},
858+
{"heatFrames": 120},
859+
{"or": [
860+
"Gravity",
861+
"canWalljump",
862+
{"and": [
863+
"HiJump",
864+
{"or": [
865+
"canDownGrab",
866+
{"and": [
867+
{"acidFrames": 50},
868+
{"heatFrames": 50}
869+
]}
870+
]}
871+
]}
872+
]}
873+
]}
832874
]},
833875
{"heatFrames": 1100}
834876
],

0 commit comments

Comments
 (0)