Skip to content

Commit d7ce522

Browse files
committed
Add 20-energy scenario if some PBs are missing.
1 parent b2a0fc2 commit d7ce522

1 file changed

Lines changed: 23 additions & 8 deletions

File tree

region/crateria/east/Crab Maze.json

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -327,14 +327,22 @@
327327
"h_CrystalFlash",
328328
{"and": [
329329
"h_RModeCanRefillReserves",
330-
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
331-
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
330+
{"or": [
331+
{"and": [
332+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
333+
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
334+
]},
335+
{"and": [
336+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 6}]},
337+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
338+
]}
339+
]}
332340
]}
333341
]},
334342
{"or":[
343+
{"resourceAvailable": [{"type": "Energy", "count": 121}]},
335344
"canPauseAbuse",
336-
"Varia",
337-
"Gravity"
345+
"h_partialEnemyDamageReduction"
338346
]},
339347
"canWaterShineCharge",
340348
{"canShineCharge": {"usedTiles": 20, "openEnd": 0}},
@@ -555,15 +563,22 @@
555563
"h_CrystalFlash",
556564
{"and": [
557565
"h_RModeCanRefillReserves",
558-
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
559-
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
566+
{"or": [
567+
{"and": [
568+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
569+
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
570+
]},
571+
{"and": [
572+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 6}]},
573+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
574+
]}
575+
]}
560576
]}
561577
]},
562578
{"or":[
563579
{"resourceAvailable": [{"type": "Energy", "count": 121}]},
564580
"canPauseAbuse",
565-
"Varia",
566-
"Gravity"
581+
"h_partialEnemyDamageReduction"
567582
]},
568583
"canWaterShineCharge",
569584
{"canShineCharge": {"usedTiles": 20, "openEnd": 0}},

0 commit comments

Comments
 (0)