We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c41809 commit 2d39fdcCopy full SHA for 2d39fdc
1 file changed
region/brinstar/blue/Morph Ball Room.json
@@ -1333,6 +1333,14 @@
1333
},
1334
"requires": [
1335
"h_ZebesIsAwake",
1336
+ "h_usePowerBomb",
1337
+ {"or": [
1338
+ "h_bombThings",
1339
+ {"and": [
1340
+ {"getBlueSpeed": {"usedTiles": 21, "openEnd": 1}},
1341
+ "canSpeedball"
1342
+ ]}
1343
+ ]},
1344
"canComplexRModeCrystalFlashInterrupt",
1345
{"ammo": {"type": "Missile", "count": 10}},
1346
{"or": [
@@ -1384,11 +1392,8 @@
1384
1392
]}
1385
1393
]},
1386
1394
1387
- {"and": [
1388
- {"getBlueSpeed": {"usedTiles": 21, "openEnd": 1}},
1389
- "canSpeedball"
1390
- ]},
1391
- "h_bombThings"
1395
1396
1397
1398
{"canShineCharge": {"usedTiles": 21, "openEnd": 1}},
1399
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
0 commit comments