You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: region/maridia/inner-pink/Crab Shaft.json
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -514,7 +514,11 @@
514
514
"canTrickyDashJump",
515
515
"canDownGrab"
516
516
],
517
-
"note": "Requires running a very precise distance of 12 tiles in the adjacent room and down grabbing onto the platform (extra run speed exactly $3.1)."
517
+
"note": "Requires running a very precise distance of 12 tiles in the adjacent room and down grabbing onto the platform (extra run speed exactly $3.1).",
518
+
"devNote": [
519
+
"FIXME: With 6.4375 tiles, it is possible to reach the floor below the floating platform;",
520
+
"there's currently no node there, but with a flash suit it would be possible to spark up from there."
521
+
]
518
522
},
519
523
{
520
524
"id": 22,
@@ -608,14 +612,19 @@
608
612
"entranceCondition": {
609
613
"comeInSpaceJumping": {
610
614
"speedBooster": true,
611
-
"minTiles": 12.4375
615
+
"minTiles": 18.4375
612
616
}
613
617
},
614
618
"requires": [
615
619
"canCrossRoomJumpIntoWater",
616
620
"canMomentumConservingTurnaround"
617
621
],
618
-
"devNote": "This is on a spike in the speed graph, but higher tile counts work too."
622
+
"devNote": [
623
+
"This is on a spike in the speed graph, but higher tile counts work too.",
624
+
"FIXME: With 7 tiles (extra run speed $2.0 or $2.1) or 11 tiles (extra run speed between $2.C and $3.1),",
625
+
"it is possible to make it onto the floor below the floating platform;",
626
+
"there's currently no node there, but with a flash suit it would be possible to spark up from there."
0 commit comments