|
327 | 327 | "h_CrystalFlash", |
328 | 328 | {"and": [ |
329 | 329 | "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 | + ]} |
332 | 340 | ]} |
333 | 341 | ]}, |
334 | 342 | {"or":[ |
| 343 | + {"resourceAvailable": [{"type": "Energy", "count": 121}]}, |
335 | 344 | "canPauseAbuse", |
336 | | - "Varia", |
337 | | - "Gravity" |
| 345 | + "h_partialEnemyDamageReduction" |
338 | 346 | ]}, |
339 | 347 | "canWaterShineCharge", |
340 | 348 | {"canShineCharge": {"usedTiles": 20, "openEnd": 0}}, |
|
555 | 563 | "h_CrystalFlash", |
556 | 564 | {"and": [ |
557 | 565 | "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 | + ]} |
560 | 576 | ]} |
561 | 577 | ]}, |
562 | 578 | {"or":[ |
563 | 579 | {"resourceAvailable": [{"type": "Energy", "count": 121}]}, |
564 | 580 | "canPauseAbuse", |
565 | | - "Varia", |
566 | | - "Gravity" |
| 581 | + "h_partialEnemyDamageReduction" |
567 | 582 | ]}, |
568 | 583 | "canWaterShineCharge", |
569 | 584 | {"canShineCharge": {"usedTiles": 20, "openEnd": 0}}, |
|
0 commit comments