Skip to content

Commit 9cfab84

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Magma Barrier damage calculation (#664)
The skill is a shield attack Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 1d0a04a commit 9cfab84

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
@@ -8932,6 +8932,7 @@ skills["MagmaSprayPlayer"] = {
89328932
attack = true,
89338933
area = true,
89348934
melee = true,
8935+
shieldAttack = true,
89358936
},
89368937
constantStats = {
89378938
{ "active_skill_base_area_of_effect_radius", 22 },

src/Export/Skills/act_str.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ statMap = {
532532
#skill MagmaSprayPlayer
533533
#startSets
534534
#set MagmaSprayPlayer
535-
#flags attack area melee
535+
#flags attack area melee shieldAttack
536536
#mods
537537
#skillEnd
538538

0 commit comments

Comments
 (0)