Skip to content

Commit 09d31b8

Browse files
committed
remove downgrab
1 parent f7f382f commit 09d31b8

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

region/crateria/central/Landing Site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@
795795
{"shinespark": {"frames": 125, "excessFrames": 33}}
796796
],
797797
"clearsObstacles": ["A"],
798-
"unlocksDoors": [{"types": ["ammo"], "requires": []],
798+
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
799799
"flashSuitChecked": true,
800800
"blueSuitChecked": true,
801801
"note": "Shinecharge near the top right door, drop down and horizontally spark towards the left door."

region/lowernorfair/east/Main Hall.json

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -233,19 +233,14 @@
233233
{"and": [
234234
{"enemyDamage": {"enemy": "Dragon", "type": "fireball", "hits": 3}},
235235
{"acidFrames": 20},
236-
{"heatFrames": 120},
236+
{"heatFrames": 90},
237237
{"or": [
238238
"Gravity",
239239
"canWalljump",
240240
{"and": [
241241
"HiJump",
242-
{"or": [
243-
"canDownGrab",
244-
{"and": [
245-
{"acidFrames": 50},
246-
{"heatFrames": 50}
247-
]}
248-
]}
242+
{"acidFrames": 20},
243+
{"heatFrames": 90}
249244
]}
250245
]}
251246
]}
@@ -855,19 +850,14 @@
855850
{"and": [
856851
{"enemyDamage": {"enemy": "Dragon", "type": "fireball", "hits": 3}},
857852
{"acidFrames": 20},
858-
{"heatFrames": 120},
853+
{"heatFrames": 90},
859854
{"or": [
860855
"Gravity",
861856
"canWalljump",
862857
{"and": [
863858
"HiJump",
864-
{"or": [
865-
"canDownGrab",
866-
{"and": [
867-
{"acidFrames": 50},
868-
{"heatFrames": 50}
869-
]}
870-
]}
859+
{"acidFrames": 20},
860+
{"heatFrames": 90}
871861
]}
872862
]}
873863
]}

0 commit comments

Comments
 (0)