Skip to content

Commit c22632d

Browse files
committed
feedback updates
1 parent 219b8ad commit c22632d

4 files changed

Lines changed: 24 additions & 10 deletions

File tree

region/brinstar/green/Etecoon Energy Tank Room.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,8 @@
12831283
{"refill": ["Energy", "Missile", "Super", "PowerBomb"]}
12841284
],
12851285
"flashSuitChecked": true,
1286-
"resetsObstacles": ["A", "B"],
1286+
"resetsObstacles": ["B"],
1287+
"clearsObstacles": ["A"],
12871288
"devNote": [
12881289
"FIXME: Node 3 could be used to reset the room, with additional requirements."
12891290
]

region/brinstar/red/Caterpillar Room.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,11 +1382,12 @@
13821382
"name": "Zero Farm",
13831383
"requires": [
13841384
{"resetRoom": {
1385-
"nodes": [3]
1385+
"nodes": [2, 3]
13861386
}},
13871387
{"refill": ["PowerBomb"]}
13881388
],
1389-
"resetsObstacles": ["A", "B"],
1389+
"resetsObstacles": ["A"],
1390+
"clearsObstacles": ["B"],
13901391
"devNote": "FIXME: Other nodes could be used to reset the room, with additional requirements."
13911392
},
13921393
{
@@ -2048,7 +2049,8 @@
20482049
{"resetRoom": {
20492050
"nodes": [5]
20502051
}},
2051-
{"refill": ["Energy", "Super", "PowerBomb"]}
2052+
{"refill": ["Energy", "PowerBomb"]},
2053+
{"partialRefill": { "type": "Super", "limit": 10 }}
20522054
],
20532055
"resetsObstacles": ["A", "B"],
20542056
"devNote": "It is possible to roll off of the platform above to avoid a mid-air morph."

region/lowernorfair/east/Three Musketeers' Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
}},
148148
{"partialRefill": {"type": "Super", "limit": 4}}
149149
],
150-
"resetsObstacles": ["A"]
150+
"clearsObstacles": ["A"]
151151
},
152152
{
153153
"id": 4,

region/tourian/main/Metroid Room 4.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,29 @@
116116
{
117117
"id": 3,
118118
"link": [1, 1],
119-
"name": "Crystal Flash",
119+
"name": "Crystal Flash (Come In Normally)",
120+
"entranceCondition": {
121+
"comeInNormally": {}
122+
},
123+
"requires": [
124+
"h_canCrystalFlash"
125+
],
126+
"flashSuitChecked": true,
127+
"note": [
128+
"To avoid heavy Rinka damage, perform the Crystal Flash while backed against the left door or inside the open door frame.",
129+
"Lay the Power Bomb immediately after destroying the Rinka with the closer spawn location."
130+
]
131+
},
132+
{
133+
"link": [1, 1],
134+
"name": "Crystal Flash (Metroids Dead or Frozen)",
120135
"requires": [
121136
{"or": [
122-
{"resetRoom": {
123-
"nodes": [1]
124-
}},
125137
"Ice",
126138
{"obstaclesCleared": ["A"]}
127139
]},
128140
"h_canCrystalFlash"
129141
],
130-
"resetsObstacles": ["A"],
131142
"flashSuitChecked": true,
132143
"note": [
133144
"To avoid heavy Rinka damage, perform the Crystal Flash while backed against the left door or inside the open door frame.",

0 commit comments

Comments
 (0)