Skip to content

Commit

Permalink
feat(Range): Add multiple range spells for Demon Hunter
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilraaz committed Nov 19, 2023
1 parent a546784 commit 57944f5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions HeroLib/Class/Unit/Range.lua
Original file line number Diff line number Diff line change
Expand Up @@ -355,18 +355,27 @@ RangeTableBySpell = {
DEMONHUNTER = {
Hostile = {
RangeIndex = {
5, 15, 50
5, 10, 15, 30, 40, 50
},
SpellRange = {
[5] = {
162794, -- Chaos Strike
228477, -- Soul Cleave
},
[10] = {
183752, -- Disrupt
},
[15] = {
232893, -- Felblade
},
[30] = {
185245, -- Torment
},
[40] = {
204157, -- Throw Glaive
},
[50] = {
370965, -- The HUNTER
370965, -- The Hunt
},
},
},
Expand Down

0 comments on commit 57944f5

Please sign in to comment.