Skip to content

Commit a10d218

Browse files
committed
feedback updates
1 parent faef1d8 commit a10d218

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

region/maridia/inner-yellow/Maridia Elevator Room.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@
988988
},
989989
{
990990
"link": [2, 3],
991-
"name": "Tricky Grapple Jump",
991+
"name": "Precise Grapple Jump",
992992
"entranceCondition": {
993993
"comeInWithGrappleSwing": {
994994
"blocks": [
@@ -998,7 +998,7 @@
998998
}
999999
},
10001000
"requires": [
1001-
"canTrickyGrappleJump"
1001+
"canPreciseGrappleJump"
10021002
]
10031003
},
10041004
{

region/maridia/outer/Mt. Everest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4320,7 +4320,8 @@
43204320
},
43214321
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
43224322
"devNote": [
4323-
"Other Grapple blocks could be used on the left side, but there's no apparent reason to."
4323+
"Other Grapple blocks could be used on the left side, but there's no apparent reason to.",
4324+
"Variants with a `leaveWithGrappleJump` exit condition could also be added, but currently they wouldn't provide any new applications."
43244325
]
43254326
},
43264327
{

strats.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,15 +1408,17 @@ A `comeInWithGrappleSwing` implicitly comes with a `canPreciseGrapple` requireme
14081408
"name": "Grapple Jump",
14091409
"entranceCondition": {
14101410
"comeInWithGrappleSwing": {
1411-
"normalPhysicsBlockPositions": [[8, 3], [7, 3]],
1412-
"waterPhysicsBlockPositions": [[-1, 5]]
1411+
"blocks": [
1412+
{"position": [-1, 5], "environment": "water", "note": "Mt. Everest"},
1413+
{"position": [8, 3], "note": "Grapple Beam Room"},
1414+
{"position": [7, 3], "note": "Colosseum"}
1415+
]
14131416
}
14141417
},
14151418
"requires": [
14161419
"canGrappleJump"
14171420
]
1418-
}
1419-
```
1421+
}```
14201422

14211423
## Come In With Grapple Jump
14221424

0 commit comments

Comments
 (0)