|
3916 | 3916 | {"refill": ["ReserveEnergy"]} |
3917 | 3917 | ]}, |
3918 | 3918 | {"and": [ |
| 3919 | + {"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]}, |
3919 | 3920 | {"or": [ |
3920 | 3921 | {"and": [ |
3921 | 3922 | "h_RModeCanRefillReserves", |
3922 | | - {"or": [ |
3923 | | - {"resourceMissingAtMost": [{"type": "Super", "count": 2}]}, |
3924 | | - {"resourceMissingAtMost": [{"type": "PowerBomb", "count": 4}]} |
3925 | | - ]} |
| 3923 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 20}} |
3926 | 3924 | ]}, |
3927 | 3925 | {"and": [ |
3928 | | - {"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]}, |
3929 | | - {"resourceMissingAtMost": [{"type": "Super", "count": 0}]} |
| 3926 | + {"disableEquipment": "ETank"}, |
| 3927 | + "canGravityJump", |
| 3928 | + {"or": [ |
| 3929 | + {"and": [ |
| 3930 | + {"resourceAvailable": [{"type": "RegularEnergy", "count": 39}]}, |
| 3931 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 20}} |
| 3932 | + ]}, |
| 3933 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 5}} |
| 3934 | + ]} |
3930 | 3935 | ]} |
3931 | | - ]}, |
| 3936 | + ]} |
| 3937 | + ]}, |
| 3938 | + {"and": [ |
| 3939 | + {"resourceMissingAtMost": [{"type": "PowerBomb", "count": 3}]}, |
| 3940 | + "h_RModeCanRefillReserves", |
3932 | 3941 | {"partialRefill": {"type": "ReserveEnergy", "limit": 20}} |
| 3942 | + ]}, |
| 3943 | + {"and": [ |
| 3944 | + "h_RModeCanRefillReserves", |
| 3945 | + {"resourceMissingAtMost": [{"type": "Super", "count": 0}]}, |
| 3946 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 15}} |
3933 | 3947 | ]} |
3934 | 3948 | ]}, |
3935 | 3949 | "h_shinechargeMaxRunway", |
|
0 commit comments