We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9d935 commit 2968b68Copy full SHA for 2968b68
1 file changed
region/maridia/inner-yellow/Watering Hole.json
@@ -348,7 +348,15 @@
348
"name": "Use Flash Suit",
349
"requires": [
350
{"useFlashSuit": {}},
351
- {"shinespark": {"frames": 15, "excessFrames": 12}}
+ {"or": [
352
+ {"shinespark": {"frames": 32, "excessFrames": 13}},
353
+ {"and": [
354
+ {"shinespark": {"frames": 15, "excessFrames": 12}},
355
+ {"notable": "Precise Crouch Jump Down Grab"},
356
+ "canTrickyJump",
357
+ "h_crouchJumpDownGrab"
358
+ ]}
359
360
],
361
"flashSuitChecked": true
362
},
0 commit comments