Skip to content
Merged
Show file tree
Hide file tree
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
68 changes: 68 additions & 0 deletions region/maridia/outer/Glass Tunnel.json
Original file line number Diff line number Diff line change
Expand Up @@ -1659,6 +1659,74 @@
"Shoot the door while rising to pass through."
]
},
{
"link": [2, 4],
"name": "Side Platform Cross Room Jump",
"entranceCondition": {
"comeInWithSidePlatform": {
"platforms": [
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 38,
"speedBooster": true,
"obstructions": [[1, 0]],
"requires": [],
"note": "Applies to Noob Bridge.",
"devNote": [
"FIXME: This (and other cases) can leave with enough vertical momentum to make it to the middle door of Main Street,",
"if the top door of Glass Tunnel connects to the bottom of Main Street."
]
},
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 45,
"speedBooster": true,
"obstructions": [[3, 0]],
"requires": [
"canMomentumConservingMorph",
"canInsaneJump",
"canInsaneMidAirMorph"
],
"note": ["This applies to Statues Hallway and Baby Kraid Room."]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 45,
"speedBooster": true,
"obstructions": [[3, 0]],
"requires": [
"canMomentumConservingMorph",
"canInsaneJump",
"canInsaneMidAirMorph"
],
"note": ["This applies to Bowling Alley (middle, power off) and Basement (power on)."]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 39.4375,
"speedBooster": true,
"obstructions": [[3, 2]],
"requires": [],
"note": "Applies to Metal Pirates Room."
}
]
}
},
"requires": [
"f_MaridiaTubeBroken",
"canCrossRoomJumpIntoWater",
Comment thread
blkerby marked this conversation as resolved.
"canTrickyJump",
"canMomentumConservingTurnaround"
],
"unlocksDoors": [
{"types": ["super"], "requires": []},
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
]
},
{
"id": 144,
"link": [2, 4],
Expand Down
91 changes: 91 additions & 0 deletions region/maridia/outer/Main Street.json
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,97 @@
"to prepare for this case, pause immediately when entering the room in order to unequip Spring Ball after the bounce."
]
},
{
"link": [2, 3],
"name": "Side Platform Cross Room Jump",
"entranceCondition": {
"comeInWithSidePlatform": {
"platforms": [
{
"minHeight": 1,
"maxHeight": 1,
"minTiles": 16,
"speedBooster": true,
"obstructions": [[1, 0]],
"requires": [
"canMomentumConservingMorph",
"canInsaneJump",
"canInsaneMidAirMorph"
],
"note": ["This applies to Lava Dive Room."]
},
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 27.4375,
"speedBooster": true,
"obstructions": [[1, 0]],
"requires": [
"canMomentumConservingMorph",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noob bridge can build enough speed to do a turnaround, and I'd call it easier and safer.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. Added a variant for it now.

{"or": [
{"enemyDamage": {"enemy": "Skultera", "type": "contact", "hits": 1}},
"canInsaneJump"
]}
],
"note": ["This applies to Dust Torizo Room and Noob Bridge."]
},
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 45,
"speedBooster": true,
"obstructions": [[1, 0]],
"requires": [
"canMomentumConservingTurnaround",
"canInsaneJump"
],
"note": ["This applies to Noob Bridge."]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 28.2472,
"speedBooster": true,
"obstructions": [[1, 0]],
"requires": [
"canMomentumConservingMorph",
{"or": [
{"enemyDamage": {"enemy": "Skultera", "type": "contact", "hits": 1}},
"canInsaneJump"
]}
],
"note": ["This applies to Double Chamber."]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 39.4375,
"speedBooster": true,
"obstructions": [[3, 2]],
"requires": [
{"or": [
{"and": [
"canMomentumConservingMorph",
{"or": [
{"enemyDamage": {"enemy": "Skultera", "type": "contact", "hits": 1}},
"canInsaneJump"
]}
]},
{"and": [
"canInsaneJump",
"canMomentumConservingTurnaround"
]}
]}
],
"note": "Applies to Metal Pirates Room."
}
]
}
},
"requires": [
"canCrossRoomJumpIntoWater"
]
},
{
"id": 51,
"link": [2, 3],
Expand Down