Skip to content

Commit

Permalink
added duplicate spells for various classes
Browse files Browse the repository at this point in the history
  • Loading branch information
nandor committed Jan 10, 2024
1 parent d3e3534 commit 5d1c2a5
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 1 deletion.
18 changes: 18 additions & 0 deletions class_configs/nec_class_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,24 @@ local _ClassConfig = {
"Venom of the Snake",
"Poison Bolt",
},
['Poison2_2'] = {
---Poison2 >=LVL1 (DOT)
"Hemorrhagic Venom",
"Crystal Crawler Venom",
"Polybiad Venom",
"Glistenwing Venom",
"Binaesa Venom",
"Naeya Venom",
"Argendev's Venom",
"Slitheren Venom",
"Venonscale Venom",
"Vakk`dra's Sickly Mists",
"Blood of Thule",
"Envenomed Bolt",
"Chilling Embrace",
"Venom of the Snake",
"Poison Bolt",
},
['Poison3'] = {
---Poison3 >= LVL79 DOT
"Zelnithak's Pallid Haze",
Expand Down
7 changes: 7 additions & 0 deletions class_configs/rog_class_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ return {
"Duelist Discipline", -- Level 59
"Kinesthetics Discipline", -- Level 57
},
["Executioner2"] = {
"Executioner Discipline", -- Level 100
"Eradicator's Discipline", -- Level 95
"Assassin Discipline", -- Level 75
"Duelist Discipline", -- Level 59
"Kinesthetics Discipline", -- Level 57
},
["Twisted"] = {
"Twisted Chance Discipline", -- Level 65
"Deadeye Discipline", -- Level 54
Expand Down
52 changes: 52 additions & 0 deletions class_configs/shm_class_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,58 @@ local _ClassConfig = {
"Light Healing",
"Minor Healing",
},
["RecklessHeal1"] = {
"Reckless Reinvigoration",
"Reckless Resurgence",
"Reckless Renewal",
"Reckless Rejuvenation",
"Reckless Regeneration",
"Reckless Restoration",
"Reckless Remedy",
"Reckless Mending",
"Qirik's Mending",
"Dannal's Mending",
"Gemmi's Mending",
"Ahnkaul's Mending",
"Ancient: Wilslik's Mending",
"Yoppa's Mending",
"Daluda's Mending",
"Tnarg's Mending",
"Chloroblast",
"Kragg's Salve",
"Superior Healing",
"Spirit Salve",
"Greater Healing",
"Healing",
"Light Healing",
"Minor Healing",
},
["RecklessHeal2"] = {
"Reckless Reinvigoration",
"Reckless Resurgence",
"Reckless Renewal",
"Reckless Rejuvenation",
"Reckless Regeneration",
"Reckless Restoration",
"Reckless Remedy",
"Reckless Mending",
"Qirik's Mending",
"Dannal's Mending",
"Gemmi's Mending",
"Ahnkaul's Mending",
"Ancient: Wilslik's Mending",
"Yoppa's Mending",
"Daluda's Mending",
"Tnarg's Mending",
"Chloroblast",
"Kragg's Salve",
"Superior Healing",
"Spirit Salve",
"Greater Healing",
"Healing",
"Light Healing",
"Minor Healing",
},
["AESpiritualHeal"] = {
-- LVL 115-LVL100
"Spiritual Shower",
Expand Down
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = 'e64b28c 2024-01-10' }
return { commitId = 'd3e3534 2024-01-10' }

0 comments on commit 5d1c2a5

Please sign in to comment.