Skip to content

Commit 3cdfe49

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Requiem not showing damage values (#1334)
The skill didn't have the attack tag on it Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent a8bf96f commit 3cdfe49

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Data/Skills/act_str.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2464,6 +2464,7 @@ skills["CrossbowRequiemPlayer"] = {
24642464
incrementalEffectiveness = 0.054999999701977,
24652465
statDescriptionScope = "rapid_shot_requiem",
24662466
baseFlags = {
2467+
attack = true,
24672468
projectile = true,
24682469
area = true,
24692470
},

src/Export/Skills/act_str.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ statMap = {
182182
#from item
183183
#skill CrossbowRequiemPlayer
184184
#set CrossbowRequiemPlayer
185-
#flags projectile area
185+
#flags attack projectile area
186186
#mods
187187
#skillEnd
188188

0 commit comments

Comments
 (0)