Skip to content

Commit

Permalink
Fix Flamewood support not scaling with spell and projectile damage (#…
Browse files Browse the repository at this point in the history
…6505)

Tested in game to make sure, and the skill definitely scales with those 2 stats

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
  • Loading branch information
LocalIdentity and LocalIdentity authored Aug 25, 2023
1 parent 0fb26ca commit 526de66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Data/Skills/sup_str.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2327,6 +2327,8 @@ skills["AvengingFlame"] = {
baseFlags = {
area = true,
totem = true,
spell = true,
projectile = true,
},
qualityStats = {
Default = {
Expand Down
2 changes: 1 addition & 1 deletion src/Export/Skills/sup_str.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ local skills, mod, flag, skill = ...
-- Display only
}
},
#flags area totem
#flags area totem spell projectile
#mods

#skill SupportFortify
Expand Down

0 comments on commit 526de66

Please sign in to comment.