|
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 | + "canCarefulJump", |
| 213 | + {"or": [ |
| 214 | + "canWalljump", |
| 215 | + "HiJump", |
| 216 | + "SpaceJump", |
| 217 | + "canTrickySpringBallJump", |
| 218 | + "canUseIFrames" |
| 219 | + ]} |
| 220 | + ]} |
| 221 | + ]} |
205 | 222 | ], |
206 | 223 | "flashSuitChecked": true, |
207 | 224 | "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 | | - ] |
| 225 | + "note": ["Note that the Geemers do much less damage than the Pirates"] |
212 | 226 | }, |
213 | 227 | { |
214 | 228 | "id": 6, |
215 | 229 | "link": [1, 2], |
216 | 230 | "name": "Avoid the Enemies", |
217 | 231 | "requires": [ |
218 | | - "canCarefulJump" |
| 232 | + "canTrickyJump" |
219 | 233 | ], |
220 | 234 | "flashSuitChecked": true, |
221 | 235 | "blueSuitChecked": true, |
|
236 | 250 | "flashSuitChecked": true, |
237 | 251 | "blueSuitChecked": true |
238 | 252 | }, |
| 253 | + { |
| 254 | + "link": [1, 2], |
| 255 | + "name": "Kill the Geemers", |
| 256 | + "requires": [ |
| 257 | + {"or": [ |
| 258 | + "ScrewAttack", |
| 259 | + "canUseGrapple" |
| 260 | + ]}, |
| 261 | + {"or": [ |
| 262 | + "canWalljump", |
| 263 | + "HiJump", |
| 264 | + "SpaceJump", |
| 265 | + "canSpringBallJumpMidAir" |
| 266 | + ]} |
| 267 | + ], |
| 268 | + "flashSuitChecked": true, |
| 269 | + "blueSuitChecked": true, |
| 270 | + "devNote": "PowerBombs would use Kill the Pirates." |
| 271 | + }, |
239 | 272 | { |
240 | 273 | "id": 8, |
241 | 274 | "link": [1, 2], |
|
251 | 284 | "blueSuitChecked": true, |
252 | 285 | "note": "Enter on the either side of the doorway to make it to the top." |
253 | 286 | }, |
| 287 | + { |
| 288 | + "link": [2, 1], |
| 289 | + "name": "Avoid the Enemies", |
| 290 | + "requires": [ |
| 291 | + "canDodgeWhileShooting" |
| 292 | + ], |
| 293 | + "flashSuitChecked": true, |
| 294 | + "blueSuitChecked": true, |
| 295 | + "note": "Fall onto the Geemer platforms while avoiding the pirates." |
| 296 | + }, |
254 | 297 | { |
255 | 298 | "id": 9, |
256 | 299 | "link": [2, 1], |
257 | | - "name": "Base", |
258 | | - "requires": [], |
| 300 | + "name": "Tank the Damage", |
| 301 | + "requires": [ |
| 302 | + {"enemyDamage": {"enemy": "Geemer (grey)", "type": "contact", "hits": 3}} |
| 303 | + ], |
259 | 304 | "flashSuitChecked": true, |
260 | | - "blueSuitChecked": true |
| 305 | + "blueSuitChecked": true, |
| 306 | + "note": "Land on the Geemers to avoid taking damage from the Red Space Pirates." |
| 307 | + }, |
| 308 | + { |
| 309 | + "link": [2, 1], |
| 310 | + "name": "Kill the Enemies", |
| 311 | + "requires": [ |
| 312 | + {"or": [ |
| 313 | + {"enemyKill": {"enemies": [["Geemer (grey)"],["Geemer (grey)"],["Geemer (grey)"]]}}, |
| 314 | + {"enemyKill": {"enemies": [["Red Space Pirate (standing)", "Red Space Pirate (standing)"], ["Red Space Pirate (standing)"]]}} |
| 315 | + ]} |
| 316 | + ], |
| 317 | + "flashSuitChecked": true, |
| 318 | + "blueSuitChecked": true, |
| 319 | + "note": "Carefully shoot the enemies from above." |
261 | 320 | }, |
262 | 321 | { |
263 | 322 | "id": 14, |
|
0 commit comments