Skip to content

Commit 83beb38

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Shattering Palm Explosion using unarmed damage (#2336)
Is meant to be using the weapons damage and is not unarmed Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent ef7eb82 commit 83beb38

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/Data/Skills/act_int.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17210,10 +17210,9 @@ skills["ShatteringPalmExplosionPlayer"] = {
1721017210
incrementalEffectiveness = 0.054999999701977,
1721117211
statDescriptionScope = "triggered_freezing_word_explosion",
1721217212
baseFlags = {
17213+
attack = true,
1721317214
area = true,
17214-
nonWeaponAttack = true,
17215-
hit = true,
17216-
unarmed = true,
17215+
melee = true,
1721717216
},
1721817217
constantStats = {
1721917218
{ "active_skill_base_area_of_effect_radius", 16 },

src/Export/Skills/act_int.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ statMap = {
11971197

11981198
#skill ShatteringPalmExplosionPlayer
11991199
#set ShatteringPalmExplosionPlayer
1200-
#flags area nonWeaponAttack hit unarmed
1200+
#flags attack area
12011201
#mods
12021202
#skillEnd
12031203

0 commit comments

Comments
 (0)