Skip to content

Commit e98ff29

Browse files
authored
Merge pull request #2560 from kjbranch/vh-notables-2
Rework notable: Snail Clip With Gravity and Morph
2 parents 916ddee + 475d3fe commit e98ff29

1 file changed

Lines changed: 23 additions & 21 deletions

File tree

region/maridia/inner-pink/Aqueduct.json

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -668,31 +668,32 @@
668668
{
669669
"id": 13,
670670
"link": [2, 1],
671-
"name": "Snail Clip to the Left Middle Door",
671+
"name": "X-Ray Morph Snail Clip to the Left Middle Door",
672672
"requires": [
673673
"Gravity",
674674
"canUseEnemies",
675-
{"or": [
676-
"canPreciseCeilingClip",
677-
"canXRayCeilingClip"
678-
]}
675+
"canXRayCeilingClip"
679676
],
680677
"flashSuitChecked": true,
681678
"note": [
682679
"Jump on the Snail when it is at a precise location, and then crouch jump through the ceiling and jump again, without moving between jumps.",
683-
"The Snail's positioning is very precise, but it is more lenient with Morph and an X-Ray Turn Around. X-Ray can also be useful for helping position the Snail."
680+
"The Snail's positioning is more lenient with Morph and an X-Ray Turn Around. X-Ray can also be useful for helping position the Snail."
684681
]
685682
},
686683
{
687684
"id": 140,
688685
"link": [2, 1],
689-
"name": "Snail Clip with Morph to the Left Middle Door",
686+
"name": "Precise Snail Clip to the Left Middle Door",
690687
"requires": [
691-
{"notable": "Snail Clip With Gravity and Morph"},
688+
{"notable": "Precise Snail Clip With Gravity"},
692689
"Gravity",
693690
"canUseEnemies",
694-
"Morph",
695-
"canCeilingClip"
691+
"canCeilingClip",
692+
{"or": [
693+
"Morph",
694+
"canPreciseCeilingClip",
695+
{"enemyDamage": {"enemy": "Yard", "type": "contact", "hits": 2}}
696+
]}
696697
],
697698
"flashSuitChecked": true,
698699
"note": [
@@ -2367,31 +2368,32 @@
23672368
{
23682369
"id": 82,
23692370
"link": [5, 7],
2370-
"name": "Snail Clip to the Items",
2371+
"name": "X-Ray Morph Snail Clip to the Items",
23712372
"requires": [
23722373
"Gravity",
23732374
"canUseEnemies",
2374-
{"or": [
2375-
"canPreciseCeilingClip",
2376-
"canXRayCeilingClip"
2377-
]}
2375+
"canXRayCeilingClip"
23782376
],
23792377
"flashSuitChecked": true,
23802378
"note": [
23812379
"Jump on the Snail when it is at a precise location, and then crouch jump through the ceiling and jump again, without moving between jumps.",
2382-
"The Snail's positioning is very precise, but it is more lenient with Morph and an X-Ray Turn Around. X-Ray can also be useful for helping position the Snail."
2380+
"The Snail's positioning is more lenient with Morph and an X-Ray Turn Around. X-Ray can also be useful for helping position the Snail."
23832381
]
23842382
},
23852383
{
23862384
"id": 141,
23872385
"link": [5, 7],
2388-
"name": "Snail Clip with Morph to the Items",
2386+
"name": "Precise Snail Clip to the Items",
23892387
"requires": [
2390-
{"notable": "Snail Clip With Gravity and Morph"},
2388+
{"notable": "Precise Snail Clip With Gravity"},
23912389
"Gravity",
23922390
"canUseEnemies",
2393-
"Morph",
2394-
"canCeilingClip"
2391+
"canCeilingClip",
2392+
{"or": [
2393+
"Morph",
2394+
"canPreciseCeilingClip",
2395+
{"enemyDamage": {"enemy": "Yard", "type": "contact", "hits": 2}}
2396+
]}
23952397
],
23962398
"flashSuitChecked": true,
23972399
"note": [
@@ -3833,7 +3835,7 @@
38333835
},
38343836
{
38353837
"id": 2,
3836-
"name": "Snail Clip With Gravity and Morph",
3838+
"name": "Precise Snail Clip With Gravity",
38373839
"note": [
38383840
"Jump on the Snail when it is at a precise location, and then crouch jump through the ceiling and jump again, without moving between jumps.",
38393841
"The Snail's positioning is very precise. Morph can be used to help get onto the Snail and get off without taking a hit if it is in the wrong location.",

0 commit comments

Comments
 (0)