Skip to content
Merged
Changes from 2 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
91 changes: 88 additions & 3 deletions region/brinstar/green/Early Supers Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,6 @@
"This assumes that Samus comes from the left with Speed, a mockball, or a crouch gate clip.",
"After the crumbles are broken, shoot the ceiling block and wait by the door for the Waver to come.",
"Note that if Samus takes more than 35 seconds after entering the room, before shooting the ceiling, the Waver will not come down."
],
"devNote": [
"FIXME: It is possible to come in from the right and get under the gate to break the crumbles."
]
},
{
Expand Down Expand Up @@ -849,6 +846,94 @@
],
"flashSuitChecked": true
},
{
"link": [2, 2],
"name": "G-Mode Setup - Get Hit By Waver (Come in Jumping)",
"entranceCondition": {
"comeInJumping": {
"speedBooster": false,
"minTiles": 4
}
},
"requires": [
"canCrouchGateClip",
"canComplexGMode"
],
"exitCondition": {
"leaveWithGModeSetup": {}
},
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
"flashSuitChecked": true,
"note": [
"Jump into the room and aim down to get under the first shutter, then break the crumble blocks to the left.",
"This is the only way for the Wavers to reach the door.",
"After the crumbles are broken, shoot the ceiling block and wait by the door for the Waver to come."
]
},
{
"link": [2, 2],
"name": "G-Mode Setup - Get Hit By Waver (Come in Space Jumping)",
"entranceCondition": {
"comeInSpaceJumping": {
"speedBooster": false,
"minTiles": 4
}
},
"requires": [
"canCrouchGateClip",
"canComplexGMode"
],
"exitCondition": {
"leaveWithGModeSetup": {}
},
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
"flashSuitChecked": true,
"note": [
"Space Jump into the room and aim down to get under the first shutter, then break the crumble blocks to the left.",
"This is the only way for the Wavers to reach the door.",
"After the crumbles are broken, shoot the ceiling block and wait by the door for the Waver to come."
]
},
{
"link": [2, 2],
"name": "G-Mode Setup - Get Hit By Waver (Come in With Side Platform)",
"entranceCondition": {
"comeInWithSidePlatform": {
"platforms": [
{
"minHeight": 1,
"maxHeight": 2,
"minTiles": 4,
"speedBooster": false,
"obstructions": [[1, 0]],
"note": ["Skree Boost Room and Butterfly Room are minimal-runway examples that this applies to."]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 5,
"speedBooster": false,
"obstructions": [[1, 0]],
"note": ["Bomb Torizo Room is a minimal-runway example that this applies to."]
}
]
}
},
"requires": [
"canCrouchGateClip",
"canComplexGMode"
],
"exitCondition": {
"leaveWithGModeSetup": {}
},
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
"flashSuitChecked": true,
"note": [
"Jump into the room and aim down to get under the first shutter, then break the crumble blocks to the left.",
"This is the only way for the Wavers to reach the door.",
"After the crumbles are broken, shoot the ceiling block and wait by the door for the Waver to come."
]
},
{
"id": 31,
"link": [2, 4],
Expand Down