We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce47c09 commit 482d3beCopy full SHA for 482d3be
1 file changed
region/maridia/outer/Mt. Everest.json
@@ -4338,10 +4338,20 @@
4338
},
4339
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
4340
"devNote": [
4341
- "Other Grapple blocks could be used on the left side, but there's no apparent reason to.",
4342
- "Variants with a `leaveWithGrappleJump` exit condition could also be added, but currently they wouldn't provide any new applications."
+ "Other Grapple blocks could be used on the left side, but there's no apparent reason to."
4343
]
4344
+ {
4345
+ "link": [9, 5],
4346
+ "name": "Leave With Grapple Jump",
4347
+ "requires": [],
4348
+ "exitCondition": {
4349
+ "leaveWithGrappleJump": {
4350
+ "position": "any"
4351
+ }
4352
+ },
4353
+ "unlocksDoors": [{"types": ["ammo"], "requires": []}]
4354
4355
{
4356
"id": 186,
4357
"link": [9, 8],
0 commit comments