Skip to content

Commit 20b9e0f

Browse files
committed
Difficulty adjustments
1 parent 456a8de commit 20b9e0f

5 files changed

Lines changed: 28 additions & 7 deletions

File tree

region/crateria/east/West Ocean.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2492,9 +2492,15 @@
24922492
"requires": [
24932493
"canUseEnemies",
24942494
{"or": [
2495-
"canCarefulJump",
2496-
"canUseFrozenEnemies",
2497-
"canPreciseWalljump"
2495+
{"and": [
2496+
"canUseFrozenEnemies",
2497+
"canPreciseWalljump"
2498+
]},
2499+
"canTrickyWalljump",
2500+
{"and": [
2501+
"canCameraManip",
2502+
"canCarefulJump"
2503+
]}
24982504
]}
24992505
],
25002506
"note": [

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,11 @@
987987
"link": [2, 3],
988988
"name": "Staggered Wall Climb",
989989
"requires": [
990-
"canTrickyWalljump"
990+
"canTrickyWalljump",
991+
{"or": [
992+
"canTrickyJump",
993+
{"enemyDamage": {"enemy": "Ripper", "type": "contact", "hits": 2}}
994+
]}
991995
]
992996
},
993997
{

region/maridia/inner-yellow/The Beach.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,15 +1435,25 @@
14351435
"h_crouchJumpDownGrab",
14361436
"canTrickyJump"
14371437
],
1438-
"note": "Crouch jump + down grab only works as a way out of the water on the right side."
1438+
"note": [
1439+
"Crouch jump just before the water reaches its maximum.",
1440+
"Wait until Samus reaches the peak of the jump;",
1441+
"then in quick succession press down and then forward (or diagonal down-forward).",
1442+
"This only works as a way out of the water on the right side."
1443+
],
1444+
"detailNote": [
1445+
"The problem with pressing down pre-maturely is that it shrinks Samus' hitbox vertically,",
1446+
"causing Samus to escape the water, which results in a shortened jump height",
1447+
"because of the larger vertical acceleration that applies when Samus is in air physics."
1448+
]
14391449
},
14401450
{
14411451
"id": 63,
14421452
"link": [4, 1],
14431453
"name": "Wall Jump Escape",
14441454
"requires": [
14451455
"canSuitlessMaridia",
1446-
"canPreciseWalljump"
1456+
"canTrickyWalljump"
14471457
],
14481458
"note": "Perform a precise wall jump as the water is lowering. Climbing up the right side of the room is slightly easier."
14491459
},

region/norfair/east/Double Chamber.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
{"or": [
561561
{"heatFrames": 560},
562562
{"and": [
563-
"canCarefulJump",
563+
"canTrickyWalljump",
564564
{"heatFrames": 360}
565565
]},
566566
{"and": [

region/norfair/east/Lava Dive Room.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,7 @@
11331133
"canSuitlessLavaDive",
11341134
"canGravityJump",
11351135
"canTrickyWalljump",
1136+
"canTrickyJump",
11361137
{"heatFrames": 290},
11371138
{"gravitylessLavaFrames": 230},
11381139
{"lavaFrames": 20}

0 commit comments

Comments
 (0)