Skip to content

Commit 3e37613

Browse files
authored
Fix Conductive Runes scaling with weapon damage (PathOfBuildingCommunity#2341)
1 parent 7e90df1 commit 3e37613

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Data/Skills/other.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3826,7 +3826,7 @@ skills["ConductiveRunesPlayer"] = {
38263826
incrementalEffectiveness = 0.27349999547005,
38273827
statDescriptionScope = "conductive_runes_statset_1",
38283828
baseFlags = {
3829-
attack = true,
3829+
nonWeaponAttack = true,
38303830
},
38313831
constantStats = {
38323832
{ "rune_hazard_cone_angle", 80 },

src/Export/Skills/other.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ statMap = {
256256
#flags attack duration
257257
#mods
258258
#set ConductiveRunesExplosionPlayer
259-
#flags attack
259+
#flags nonWeaponAttack
260260
#mods
261261
#skillEnd
262262

0 commit comments

Comments
 (0)