Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 81 additions & 0 deletions region/norfair/crocomire/Grapple Tutorial Room 3.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,87 @@
"note": "This may be easier by starting with a flatley jump from the lowest ledge.",
"devNote": "This is likely never useful unless the Gamets are gone or Samus can't take a hit from them for some reason."
},
{
"link": [1, 4],
"name": "Side Platform Cross Room Jump",
"entranceCondition": {
"comeInWithSidePlatform": {
"platforms": [
{
"minHeight": 1,
"maxHeight": 1,
"minTiles": 17,
"speedBooster": "any",
"obstructions": [[1, 0]],
"requires": [
{"or": [
"SpeedBooster",
"canLateralMidAirMorph"
]}
],
"note": ["This applies to Warehouse Entrance."]
},
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 7.4375,
"speedBooster": "any",
"obstructions": [[1, 0]],
"requires": [
"canTrickyJump"
],
"note": ["This applies to Shaktool Room, Ridley Tank Room, Halfie Climb Room, and Dust Torizo Room."]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 10.4375,
"speedBooster": "any",
"obstructions": [[1, 0]],
"requires": [
{"or": [
"SpeedBooster",
"canPreciseWalljump"
]}
],
"note": ["This applies to Big Boy Room and Mickey Mouse Room."]
},
{
"minHeight": 4,
"maxHeight": 4,
"minTiles": 11.4375,
"speedBooster": true,
"obstructions": [[1, 0]],
"requires": [
"canTrickyJump"
],
"note": ["This applies to Aqueduct."]
},
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 45,
"speedBooster": true,
"obstructions": [[2, 0]],
"requires": [
"canTrickyJump"
],
"note": ["This applies to Waterway Energy Tank Room."]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 15.4375,
"speedBooster": true,
"obstructions": [[3, 2]],
"requires": [],
"note": ["This applies to Metal Pirates Room."]
}
]
}
},
"requires": []
},
{
"id": 25,
"link": [2, 1],
Expand Down