Skip to content

Commit c686361

Browse files
committed
feedback update
1 parent 16dce27 commit c686361

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

region/brinstar/red/Caterpillar Room.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -968,15 +968,17 @@
968968
},
969969
"requires": [
970970
"canXRayClimb",
971-
{"enemyDamage": {"enemy": "Cacatac", "type": "spike", "hits": 3}}
971+
{"or": [
972+
"Wave",
973+
"Spazer",
974+
"canBeLucky",
975+
{"enemyDamage": {"enemy": "Cacatac", "type": "spike", "hits": 1}}
976+
]}
972977
],
973978
"flashSuitChecked": true,
974979
"blueSuitChecked": true,
975980
"wallJumpAvoid": true,
976-
"note": "Climb up 1 screen.",
977-
"devNote": [
978-
"3 Cacatac spike hits is close to a worst case, with bad luck."
979-
]
981+
"note": "Climb up 1 screen. Kill the Cacatac once Samus' feet at almost off-camera."
980982
},
981983
{
982984
"id": 106,
@@ -1686,15 +1688,15 @@
16861688
},
16871689
"requires": [
16881690
"canXRayClimb",
1689-
{"enemyDamage": {"enemy": "Cacatac", "type": "spike", "hits": 3}}
1691+
{"or": [
1692+
{"enemyDamage": {"enemy": "Cacatac", "type": "spike", "hits": 1}},
1693+
"canBeLucky"
1694+
]}
16901695
],
16911696
"flashSuitChecked": true,
16921697
"blueSuitChecked": true,
16931698
"wallJumpAvoid": true,
1694-
"note": "Climb up 1 screen.",
1695-
"devNote": [
1696-
"3 Cacatac spike hits is close to a worst case, with bad luck."
1697-
]
1699+
"note": "Kill the Cacatac immediately on entry. Climb up 1 screen."
16981700
},
16991701
{
17001702
"id": 61,

0 commit comments

Comments
 (0)