We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f64c4 commit 65be1afCopy full SHA for 65be1af
1 file changed
region/lowernorfair/east/Red Kihunter Shaft.json
@@ -1093,7 +1093,10 @@
1093
"requires": [
1094
{"or": [
1095
"Wave",
1096
- ["canDodgeWhileShooting", {"heatFrames": 60}]
+ {"and": [
1097
+ "canDodgeWhileShooting",
1098
+ {"heatFrames": 60}
1099
+ ]}
1100
]},
1101
"Plasma",
1102
{"heatFrames": 300}
@@ -2049,7 +2052,10 @@
2049
2052
"canDash",
2050
2053
2051
2054
- ["canDodgeWhileShooting", {"heatFrames": 160}]
2055
2056
2057
+ {"heatFrames": 160}
2058
2059
2060
2061
{"heatFrames": 840}
0 commit comments