|
95 | 95 | ], |
96 | 96 | "flashSuitChecked": true |
97 | 97 | }, |
| 98 | + { |
| 99 | + "link": [1, 1], |
| 100 | + "name": "Direct G-Mode Morph, Power Bomb the Item", |
| 101 | + "entranceCondition": { |
| 102 | + "comeInWithGMode": { |
| 103 | + "mode": "direct", |
| 104 | + "morphed": true |
| 105 | + } |
| 106 | + }, |
| 107 | + "requires": [ |
| 108 | + "h_heatedGMode", |
| 109 | + {"ammo": {"type": "PowerBomb","count": 18}}, |
| 110 | + {"heatFrames": 240} |
| 111 | + ], |
| 112 | + "collectsItems": [3], |
| 113 | + "flashSuitChecked": true, |
| 114 | + "note": [ |
| 115 | + "Use 17 Power Bombs while pressed against the crumble blocks to overload PLMs and go through the crumble blocks.", |
| 116 | + "With Morph, exit G-mode near the item then return to the left, without, exit in the middle of the room to break the crumble blocks." |
| 117 | + ], |
| 118 | + "detailNote": "Anywhere else in the left section of the room requires one more Power Bomb.", |
| 119 | + "devNote": "Returning to the left avoids canRiskPermanentLossOfAccess. This might be useful with a crystal flash." |
| 120 | + }, |
98 | 121 | { |
99 | 122 | "id": 3, |
100 | 123 | "link": [1, 2], |
|
112 | 135 | "Holding down and mashing forward sometimes works, or X-Ray can be used at the end of the Crystal Flash to more easily time the inputs." |
113 | 136 | ] |
114 | 137 | }, |
| 138 | + { |
| 139 | + "link": [1, 2], |
| 140 | + "name": "G-Mode, Bomb the Crumble Blocks", |
| 141 | + "entranceCondition": { |
| 142 | + "comeInWithGMode": { |
| 143 | + "mode": "any", |
| 144 | + "morphed": true |
| 145 | + } |
| 146 | + }, |
| 147 | + "requires": [ |
| 148 | + "h_heatedGMode", |
| 149 | + "h_canArtificialMorphBombs", |
| 150 | + {"heatFrames": 50} |
| 151 | + ], |
| 152 | + "flashSuitChecked": true, |
| 153 | + "note": "Bomb the side of the crumble blocks to overload PLMs and go through to the middle of the room.", |
| 154 | + "devNote": "It is possible to go to 3, but then it takes extra heat frames to get out, being almost the same as ending at 2 and going to 3." |
| 155 | + }, |
| 156 | + { |
| 157 | + "link": [1, 2], |
| 158 | + "name": "Direct G-Mode Morph, Power Bomb the Item", |
| 159 | + "entranceCondition": { |
| 160 | + "comeInWithGMode": { |
| 161 | + "mode": "direct", |
| 162 | + "morphed": true |
| 163 | + } |
| 164 | + }, |
| 165 | + "requires": [ |
| 166 | + "h_heatedGMode", |
| 167 | + {"itemNotCollectedAtNode": 3}, |
| 168 | + "canRiskPermanentLossOfAccess", |
| 169 | + {"ammo": {"type": "PowerBomb","count": 17}}, |
| 170 | + {"heatFrames": 50} |
| 171 | + ], |
| 172 | + "flashSuitChecked": true, |
| 173 | + "note": "Use 17 Power Bombs while pressed against the crumble blocks to overload PLMs and go through the crumble blocks.", |
| 174 | + "detailNote": "Anywhere else in the left section of the room requires one more Power Bomb.", |
| 175 | + "devNote": "It is possible to go to 3, but then it takes extra heat frames to get out, being almost the same as ending at 2 and going to 3." |
| 176 | + }, |
115 | 177 | { |
116 | 178 | "id": 4, |
117 | 179 | "link": [1, 3], |
|
189 | 251 | {"types": ["missiles", "powerbomb"], "requires": ["never"]} |
190 | 252 | ] |
191 | 253 | }, |
| 254 | + { |
| 255 | + "link": [2, 1], |
| 256 | + "name": "G-Mode, Bomb the Crumble Blocks", |
| 257 | + "entranceCondition": { |
| 258 | + "comeInWithGMode": { |
| 259 | + "mode": "any", |
| 260 | + "morphed": true |
| 261 | + }, |
| 262 | + "comesThroughToilet": "any" |
| 263 | + }, |
| 264 | + "requires": [ |
| 265 | + "h_heatedGMode", |
| 266 | + "h_canArtificialMorphBombs", |
| 267 | + "h_HeatedGModeOpenDifferentDoor" |
| 268 | + ], |
| 269 | + "flashSuitChecked": true, |
| 270 | + "note": "Bomb the side of the crumble blocks to overload PLMs and go through to the left door.", |
| 271 | + "devNote": [ |
| 272 | + "FIXME: This and a few other variant could go to 3, but then it takes extra heat frames to get out, which is about the same overall,", |
| 273 | + "but the item could be Varia, Gravity, or an E-Tank making it possible when entering with less Energy." |
| 274 | + ] |
| 275 | + }, |
| 276 | + { |
| 277 | + "link": [2, 1], |
| 278 | + "name": "Direct G-Mode Morph, Power Bomb the Item", |
| 279 | + "entranceCondition": { |
| 280 | + "comeInWithGMode": { |
| 281 | + "mode": "direct", |
| 282 | + "morphed": true |
| 283 | + }, |
| 284 | + "comesThroughToilet": "any" |
| 285 | + }, |
| 286 | + "requires": [ |
| 287 | + "h_heatedGMode", |
| 288 | + {"itemNotCollectedAtNode": 3}, |
| 289 | + "canRiskPermanentLossOfAccess", |
| 290 | + {"ammo": {"type": "PowerBomb","count": 9}}, |
| 291 | + "h_HeatedGModeOpenDifferentDoor" |
| 292 | + ], |
| 293 | + "flashSuitChecked": true, |
| 294 | + "note": "Use 9 Power Bombs against the right crumble blocks to overload PLMs and roll through the crumble blocks on the left." |
| 295 | + }, |
192 | 296 | { |
193 | 297 | "id": 6, |
194 | 298 | "link": [2, 2], |
|
0 commit comments