We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bf96f commit 3cdfe49Copy full SHA for 3cdfe49
src/Data/Skills/act_str.lua
@@ -2464,6 +2464,7 @@ skills["CrossbowRequiemPlayer"] = {
2464
incrementalEffectiveness = 0.054999999701977,
2465
statDescriptionScope = "rapid_shot_requiem",
2466
baseFlags = {
2467
+ attack = true,
2468
projectile = true,
2469
area = true,
2470
},
src/Export/Skills/act_str.txt
@@ -182,7 +182,7 @@ statMap = {
182
#from item
183
#skill CrossbowRequiemPlayer
184
#set CrossbowRequiemPlayer
185
-#flags projectile area
+#flags attack projectile area
186
#mods
187
#skillEnd
188
0 commit comments