|
195 | 195 | { |
196 | 196 | "id": 5, |
197 | 197 | "link": [1, 2], |
198 | | - "name": "Base", |
| 198 | + "name": "Tank the Damage", |
199 | 199 | "requires": [ |
200 | | - {"enemyDamage": { |
201 | | - "enemy": "Red Space Pirate (standing)", |
202 | | - "type": "contact", |
203 | | - "hits": 1 |
204 | | - }} |
| 200 | + {"or": [ |
| 201 | + {"enemyDamage": { |
| 202 | + "enemy": "Red Space Pirate (standing)", |
| 203 | + "type": "contact", |
| 204 | + "hits": 3 |
| 205 | + }}, |
| 206 | + {"and": [ |
| 207 | + {"enemyDamage": { |
| 208 | + "enemy": "Geemer (grey)", |
| 209 | + "type": "contact", |
| 210 | + "hits": 3 |
| 211 | + }}, |
| 212 | + {"or": [ |
| 213 | + {"and": [ |
| 214 | + "canCarefulJump", |
| 215 | + "HiJump" |
| 216 | + ]}, |
| 217 | + "canPreciseWallJump", |
| 218 | + {"and": [ |
| 219 | + "canDodgeWhileShooting", |
| 220 | + "SpaceJump" |
| 221 | + ]}, |
| 222 | + "canTrickySpringBallJump", |
| 223 | + "canUseIFrames" |
| 224 | + ]} |
| 225 | + ]} |
| 226 | + ]} |
205 | 227 | ], |
206 | 228 | "flashSuitChecked": true, |
207 | 229 | "blueSuitChecked": true, |
208 | | - "note": [ |
209 | | - "Wait for the pirates to step towards the wall then jump on their platform. Shoot them to momentarily prevent them from shooting lasers.", |
210 | | - "This strat assumes getting hit once. Note that the Geemers do much less damage than the Pirates" |
211 | | - ] |
| 230 | + "note": ["Note that the Geemers do much less damage than the Pirates"] |
212 | 231 | }, |
213 | 232 | { |
214 | 233 | "id": 6, |
215 | 234 | "link": [1, 2], |
216 | 235 | "name": "Avoid the Enemies", |
217 | 236 | "requires": [ |
218 | | - "canCarefulJump" |
| 237 | + {"or": [ |
| 238 | + "canTrickyJump", |
| 239 | + {"and": [ |
| 240 | + "canDodgeWhileShooting", |
| 241 | + "HiJump" |
| 242 | + ]} |
| 243 | + ]} |
219 | 244 | ], |
220 | 245 | "flashSuitChecked": true, |
221 | 246 | "blueSuitChecked": true, |
|
236 | 261 | "flashSuitChecked": true, |
237 | 262 | "blueSuitChecked": true |
238 | 263 | }, |
| 264 | + { |
| 265 | + "link": [1, 2], |
| 266 | + "name": "Kill the Geemers", |
| 267 | + "requires": [ |
| 268 | + "canUseGrapple", |
| 269 | + {"or": [ |
| 270 | + "canWallJump", |
| 271 | + "HiJump", |
| 272 | + "SpaceJump", |
| 273 | + "canSpringBallJumpMidAir" |
| 274 | + ]} |
| 275 | + ], |
| 276 | + "flashSuitChecked": true, |
| 277 | + "blueSuitChecked": true, |
| 278 | + "devNote": "ScrewAttack and PowerBombs would use Kill the Pirates." |
| 279 | + }, |
239 | 280 | { |
240 | 281 | "id": 8, |
241 | 282 | "link": [1, 2], |
|
251 | 292 | "blueSuitChecked": true, |
252 | 293 | "note": "Enter on the either side of the doorway to make it to the top." |
253 | 294 | }, |
| 295 | + { |
| 296 | + "link": [2, 1], |
| 297 | + "name": "Avoid the Enemies", |
| 298 | + "requires": [ |
| 299 | + "canDodgeWhileShooting" |
| 300 | + ], |
| 301 | + "flashSuitChecked": true, |
| 302 | + "blueSuitChecked": true, |
| 303 | + "note": "Fall onto the Geemer platforms while avoiding the pirates." |
| 304 | + }, |
254 | 305 | { |
255 | 306 | "id": 9, |
256 | 307 | "link": [2, 1], |
257 | | - "name": "Base", |
258 | | - "requires": [], |
| 308 | + "name": "Tank the Damage", |
| 309 | + "requires": [ |
| 310 | + {"enemyDamage": {"enemy": "Geemer (grey)", "type": "contact", "hits": 1}}, |
| 311 | + {"or": [ |
| 312 | + "canUseIFrames", |
| 313 | + {"enemyDamage": {"enemy": "Geemer (grey)", "type": "contact", "hits": 2}} |
| 314 | + ]} |
| 315 | + ], |
259 | 316 | "flashSuitChecked": true, |
260 | | - "blueSuitChecked": true |
| 317 | + "blueSuitChecked": true, |
| 318 | + "note": "Land on the Geemers to avoid taking damage from the Red Space Pirates." |
| 319 | + }, |
| 320 | + { |
| 321 | + "link": [2, 1], |
| 322 | + "name": "Kill the Enemies", |
| 323 | + "requires": [ |
| 324 | + {"or": [ |
| 325 | + "canUseGrapple", |
| 326 | + {"enemyKill": {"enemies": [["Red Space Pirate (standing)", "Red Space Pirate (standing)"], ["Red Space Pirate (standing)"]]}} |
| 327 | + ]} |
| 328 | + ], |
| 329 | + "flashSuitChecked": true, |
| 330 | + "blueSuitChecked": true, |
| 331 | + "note": "Carefully shoot the enemies from above." |
261 | 332 | }, |
262 | 333 | { |
263 | 334 | "id": 14, |
|
0 commit comments