Skip to content

Commit 406f776

Browse files
author
LocalIdentity
committed
Fix Cleave AoE
1 parent 51f3b60 commit 406f776

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<File name="Data/Rares.lua" part="program" sha1="cf9c96881f652ce1455bd93eaeaf572d5e56f272" />
146146
<File name="Data/Skills/act_dex.lua" part="program" sha1="703e8667f332bbf757182027e6b8c5725ad4a80d" />
147147
<File name="Data/Skills/act_int.lua" part="program" sha1="668d24f8bcd1022522f8528b75bf37a3220a28c8" />
148-
<File name="Data/Skills/act_str.lua" part="program" sha1="15db178e3266a0077c1697135c6c8b59ac8b86b8" />
148+
<File name="Data/Skills/act_str.lua" part="program" sha1="35a0a1e16f06e49f6b9d7e84068e2eea718e3b80" />
149149
<File name="Data/Skills/glove.lua" part="program" sha1="fd74aa0305325e3a20991380d5ce61b20b1394fb" />
150150
<File name="Data/Skills/minion.lua" part="program" sha1="7cac300846cfdf3e16a94e1807d46693d5c697ff" />
151151
<File name="Data/Skills/other.lua" part="program" sha1="82837911c7452380d2988a3860c3e20b93dc2022" />

src/Data/Skills/act_str.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2060,8 +2060,8 @@ skills["CleaveAltX"] = {
20602060
flag("Condition:CanGainRage", { type = "GlobalEffect", effectType = "Buff" }),
20612061
},
20622062
["chain_strike_cone_radius_+_per_x_rage"] = {
2063-
mod("AreaOfEffect", "BASE", nil, 0, 0, { type = "Multiplier", var = "Rage", div = 5 }),
2064-
div = 5,
2063+
mod("AreaOfEffect", "BASE", nil, 0, 0, { type = "Multiplier", var = "Rage", div = 3 }),
2064+
div = 3,
20652065
},
20662066
["quality_display_chain_hook_is_gem"] = {
20672067
-- Display only

src/Export/Skills/act_str.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ local skills, mod, flag, skill = ...
368368
flag("Condition:CanGainRage", { type = "GlobalEffect", effectType = "Buff" }),
369369
},
370370
["chain_strike_cone_radius_+_per_x_rage"] = {
371-
mod("AreaOfEffect", "BASE", nil, 0, 0, { type = "Multiplier", var = "Rage", div = 5 }),
372-
div = 5,
371+
mod("AreaOfEffect", "BASE", nil, 0, 0, { type = "Multiplier", var = "Rage", div = 3 }),
372+
div = 3,
373373
},
374374
["quality_display_chain_hook_is_gem"] = {
375375
-- Display only

0 commit comments

Comments
 (0)