We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079b357 commit 8314dd4Copy full SHA for 8314dd4
1 file changed
region/brinstar/pink/Dachora Room.json
@@ -723,6 +723,7 @@
723
"comeInWithRMode": {}
724
},
725
"requires": [
726
+ {"or": [ "h_CrystalFlash", "free" ]},
727
"h_shinechargeMaxRunway",
728
{"or": [
729
{"and": [
@@ -745,7 +746,7 @@
745
746
{"shinespark": {"frames": 110, "excessFrames": 3}}
747
]},
748
- "h_CrystalFlash",
749
+ {"resourceAvailable": {"type": "ReserveEnergy", "count": 1}},
750
751
"h_RModeCanRefillReserves",
752
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
@@ -1471,4 +1472,4 @@
1471
1472
],
1473
"nextStratId": 68,
1474
"nextNotableId": 5
-}
1475
+}
0 commit comments