Skip to content

Commit

Permalink
covenant: add some more abilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainrider committed May 15, 2022
1 parent 4a9235a commit c055234
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions data/Racials.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,11 @@ lib:__RegisterSpells('RACIAL', 90200, 1, {
274740, -- Zeal of the Burning Blade (Mag'har Orc)
274741, -- Ferocity of the Frostwolf (Mag'har Orc)
274742, -- Might of the Blackrock (Mag'har Orc)
324631, -- Fleshcraft (Necrolord ability)
331868, -- Fancy Footwork (Ventyr ability)
310143, -- Soulshape (Nightfae signature ability)
323491, -- Volatile Solvent: Humanoid (Necrolord coventant ability)
323524, -- Ultimate Form (Necrolord covenant ability)
324631, -- Fleshcraft (Necrolord signature ability)
331868, -- Fancy Footwork (Ventyr coventant ability)
},
HELPFUL = {
28880, -- Gift of the Naaru (Draenei Warrior)
Expand All @@ -83,7 +86,7 @@ lib:__RegisterSpells('RACIAL', 90200, 1, {
[260369] = 'SNARE', -- Arcane Pulse (Nightborne)
CROWD_CTRL = {
[107079] = 'INCAPACITATE', -- Quaking Palm (Monk)
[331866] = 'DISORIENT', -- Agent of Chaos (Venthyr Door of Shadows)
[331866] = 'DISORIENT', -- Agent of Chaos (Venthyr coventant ability)
STUN = {
20549, -- War Stomp (Tauren)
255723, -- Bull Rush (Highmountain Tauren)
Expand All @@ -108,11 +111,14 @@ lib:__RegisterSpells('RACIAL', 90200, 1, {
[274740] = 274738, -- Zeal of the Burning Blade <- Ancestral Call (Mag'har Orc)
[274741] = 274738, -- Ferocity of the Frostwolf <- Ancestral Call (Mag'har Orc)
[274742] = 274738, -- Might of the Blackrock <- Ancestral Call (Mag'har Orc)
[323491] = 323074, -- Volatile Solvent: Humanoid <- Volatile Solvent (Necrolord coventant ability)
[323524] = 323095, -- Ultimate Form (Necrolord ability)
[331866] = 331576, -- Agent of Chaos (Venthyr Door of Shadows)
[331868] = 331577, -- Fancy Footwork (Venthyr Ability)
}, {
-- map aura to modified spell(s)
[256948] = 257040, -- Spatial Rift (Void elf)
[331866] = 300728, -- Agent of Chaos -> Door of Shadows (Venthyr Ability)
[331868] = 300728, -- Fancy Footwork -> Door of Shadows (Venthyr Ability)
[323524] = 324631, -- Ultimate Form -> Fleshcraft (Necrolord coventant ability)
[331866] = 300728, -- Agent of Chaos -> Door of Shadows (Venthyr coventant ability)
[331868] = 300728, -- Fancy Footwork -> Door of Shadows (Venthyr coventant ability)
})

0 comments on commit c055234

Please sign in to comment.