We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20785cf commit 6f6d788Copy full SHA for 6f6d788
1 file changed
region/maridia/inner-pink/Halfie Climb Room.json
@@ -819,14 +819,12 @@
819
{"obstaclesCleared": ["R-Mode"]},
820
"Gravity",
821
"Morph",
822
- {"and": [
823
- "h_RModeCanRefillReserves",
824
- {"or": [
825
- {"resourceMissingAtMost": [{"type": "Missile", "count": 2}]},
826
- {"resourceMissingAtMost": [{"type": "Super", "count": 1}]}
827
- ]},
828
- {"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
+ "h_RModeCanRefillReserves",
+ {"or": [
+ {"resourceMissingAtMost": [{"type": "Missile", "count": 2}]},
+ {"resourceMissingAtMost": [{"type": "Super", "count": 1}]}
829
]},
+ {"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
830
"h_shinechargeMaxRunway",
831
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
832
"canRModeSparkInterrupt"
0 commit comments