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