Skip to content

Commit 30e08f8

Browse files
committed
Feedback
1 parent 9fe74ee commit 30e08f8

5 files changed

Lines changed: 18 additions & 6 deletions

File tree

region/brinstar/kraid/Warehouse Energy Tank Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{"or": [
103103
{"ammo": {"type": "Missile", "count": 1}},
104104
{"ammo": {"type": "Super", "count": 1}},
105-
{"ammo": {"type": "PowerBomb", "count": 1}}
105+
{"resourceAvailable": [ {"type": "PowerBomb", "count": 1} ]}
106106
]},
107107
"h_canUsePowerBombs"
108108
]}

region/lowernorfair/east/Fast Pillars Setup Room.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,6 @@
11391139
"link": [5, 1],
11401140
"name": "Jump into Respawning Block",
11411141
"requires": [
1142-
{"noFlashSuit": {}},
11431142
"canJumpIntoRespawningBlock",
11441143
"canTrickyJump",
11451144
{"or": [

region/maridia/inner-pink/Botwoon Hallway.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
"note": [
348348
"Crouch under the crumble blocks while aiming upward, using both angle buttons then freeze the Mochtroid while it is on Samus.",
349349
"Jump onto the Mochtroid by quickly pressing down after jumping, when on it, press up to stand then jump through the ceiling.",
350-
"Use the middle section of pipes as a platform to reach the top level, above the Mocktroid.",
350+
"Use the middle section of pipes as a platform to reach the top level, above the Mochtroid.",
351351
"A crouch jump and down grab is enough if the jump begins on the farthest pixel out."
352352
]
353353
},

region/maridia/inner-pink/Colosseum.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
},
406406
{
407407
"link": [1, 3],
408-
"name": "Suitless Grapple Only",
408+
"name": "Suitless Grapple",
409409
"requires": [
410410
"canSuitlessMaridia",
411411
"canDodgeWhileShooting",
@@ -1091,7 +1091,7 @@
10911091
},
10921092
{
10931093
"link": [3, 1],
1094-
"name": "Suitless Grapple Only",
1094+
"name": "Suitless Grapple",
10951095
"requires": [
10961096
"canSuitlessMaridia",
10971097
"canDodgeWhileShooting",

region/norfair/crocomire/Grapple Tutorial Room 3.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
},
485485
{
486486
"link": [1, 4],
487-
"name": "Full Run Speed Jump",
487+
"name": "Some Run Speed Jump",
488488
"entranceCondition": {
489489
"comeInRunning": {
490490
"minTiles": 4,
@@ -500,6 +500,19 @@
500500
]}
501501
]
502502
},
503+
{
504+
"link": [1, 4],
505+
"name": "Full Run Speed Jump",
506+
"entranceCondition": {
507+
"comeInRunning": {
508+
"minTiles": 6,
509+
"speedBooster": "any"
510+
}
511+
},
512+
"requires": [
513+
"canCarefulJump"
514+
]
515+
},
503516
{
504517
"link": [1, 4],
505518
"name": "Grapple Tutorial Gamet Boost",

0 commit comments

Comments
 (0)