Skip to content

Commit a642ffb

Browse files
committed
Update resource requirements to deal with sidehoppers
1 parent 4d11a40 commit a642ffb

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

region/brinstar/pink/Pink Brinstar Wave Gate Room.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,17 @@
206206
{"and": [
207207
"h_RModeCanRefillReserves",
208208
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
209-
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
209+
{"resourceMissingAtMost": [{"type": "Super", "count": 0}]},
210+
{"or":[
211+
{"and": [
212+
"canBePatient",
213+
{"partialRefill": {"type": "ReserveEnergy", "limit": 5}}
214+
]},
215+
{"and": [
216+
"canBeExtremelyPatient",
217+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
218+
]}
219+
]}
210220
]}
211221
]},
212222
"h_destroyBombWalls",

0 commit comments

Comments
 (0)