|
755 | 755 | "h_CrystalFlashForReserveEnergy", |
756 | 756 | {"and": [ |
757 | 757 | "h_RModeCanRefillReserves", |
758 | | - {"resourceMissingAtMost": [{"type": "Missile", "count": 0}]}, |
759 | | - {"resourceMissingAtMost": [{"type": "Super", "count": 0}]}, |
760 | 758 | {"or": [ |
761 | 759 | {"and": [ |
762 | | - {"partialRefill": {"type": "ReserveEnergy", "limit": 5}}, |
763 | | - "canBePatient" |
| 760 | + {"resourceMissingAtMost": [{"type": "Missile", "count": 0}]}, |
| 761 | + {"resourceMissingAtMost": [{"type": "Super", "count": 0}]} |
764 | 762 | ]}, |
765 | | - {"and": [ |
766 | | - {"partialRefill": {"type": "ReserveEnergy", "limit": 20}}, |
767 | | - "canBeExtremelyPatient" |
768 | | - ]} |
769 | | - ]} |
| 763 | + "canBeVeryLucky" |
| 764 | + ]}, |
| 765 | + "canBeLucky", |
| 766 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 20}} |
770 | 767 | ]} |
771 | 768 | ]}, |
772 | 769 | "canTrickyDodgeEnemies", |
|
1379 | 1376 | {"and": [ |
1380 | 1377 | "h_usePowerBomb", |
1381 | 1378 | "h_RModeCanRefillReserves", |
1382 | | - {"resourceMissingAtMost": [{"type": "Missile", "count": 0}]}, |
1383 | | - {"resourceMissingAtMost": [{"type": "Super", "count": 0}]}, |
1384 | | - {"partialRefill": {"type": "ReserveEnergy", "limit": 1}}, |
1385 | 1379 | {"or": [ |
1386 | 1380 | {"and": [ |
1387 | | - {"partialRefill": {"type": "ReserveEnergy", "limit": 5}}, |
1388 | | - "canBePatient" |
| 1381 | + {"resourceMissingAtMost": [{"type": "Missile", "count": 0}]}, |
| 1382 | + {"resourceMissingAtMost": [{"type": "Super", "count": 0}]} |
1389 | 1383 | ]}, |
1390 | | - {"and": [ |
1391 | | - {"partialRefill": {"type": "ReserveEnergy", "limit": 20}}, |
1392 | | - "canBeVeryPatient" |
1393 | | - ]} |
1394 | | - ]} |
| 1384 | + "canBeVeryLucky" |
| 1385 | + ]}, |
| 1386 | + "canBeLucky", |
| 1387 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 20}} |
1395 | 1388 | ]} |
1396 | 1389 | ]}, |
1397 | 1390 | {"or": [ |
|
0 commit comments