Commit 3ddd803e authored by Ivaria's avatar Ivaria
Browse files

-- Added default custom debuffs for Castle Nathria raid encounters

-- Added Sun King's Salvation 'Cloak of Flames' debuff absorb tracking
parent c198e7a9
## Interface: 90002
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.117
## Version: 3.118
## Notes: Raid Frames providing click-heal functionality, buff and debuff control, main tank management and much more
## SavedVariablesPerCharacter: VUHDO_CONFIG, VUHDO_PANEL_SETUP, VUHDO_SPELL_ASSIGNMENTS, VUHDO_HOSTILE_SPELL_ASSIGNMENTS, VUHDO_MM_SETTINGS, VUHDO_PLAYER_TARGETS, VUHDO_MAINTANK_NAMES, VUHDO_BUFF_SETTINGS, VUHDO_POWER_TYPE_COLORS, VUHDO_SPELLS_KEYBOARD, VUHDO_SPELL_CONFIG, VUHDO_BUFF_ORDER, VUHDO_SPEC_LAYOUTS, VUHDO_GROUP_SIZE, VUHDO_RAID, VUHDO_INDICATOR_CONFIG
## SavedVariables: VUHDO_DEFAULT_LAYOUT, VUHDO_DEFAULT_PROFILE, VUHDO_PROFILES, VUHDO_MANUAL_ROLES, VUHDO_SPELL_LAYOUTS, VUHDO_USER_CLASS_COLORS, VUHDO_DEBUFF_BLACKLIST, VUHDO_BOUQUETS, VUHDO_COMBAT_LOG_TRACE, VUHDO_GLOBAL_CONFIG, VUHDO_DEBUG
......
......@@ -318,6 +318,7 @@ VUHDO_SPELL_ID.DEBUFF_IMMUNOSUPPRESSION = VUHDO_getSpellInfo(265206);
VUHDO_SPELL_ID.DEBUFF_DECAYING_MIND = VUHDO_getSpellInfo(278961);
VUHDO_SPELL_ID.DEBUFF_UMBRAL_SHELL = VUHDO_getSpellInfo(284722);
VUHDO_SPELL_ID.DEBUFF_UNLEASHED_VOID = VUHDO_getSpellInfo(306184);
VUHDO_SPELL_ID.DEBUFF_CLOAK_OF_FLAMES = VUHDO_getSpellInfo(338600);
......
......@@ -1959,7 +1959,7 @@ function VUHDO_loadDefaultConfig()
-- Maut
307806, -- Devour Magic
-- The Prophet Skitra
308059, -- ShadowShockApplied
308059, -- Shadow Shock
307950, -- Shred Psyche
308065, -- Shred Psyche
-- Dark Inquisitor Xanesh
......@@ -2023,6 +2023,74 @@ function VUHDO_loadDefaultConfig()
-- N'Zoth
);
-- 9.0.2 - Shadowlands
VUHDO_addCustomSpellIds(48,
-- [[ Castle Nathria ]]
-- Shriekwing
328897, -- Exsanguinated
342077, -- Echolocation
341684, -- The Blood Lantern
341489, -- Bloodlight
-- 340324, -- Sanguine Ichor (ground damage)
-- Huntsman Altimor
335111, -- Huntsmans Mark
334971, -- Jagged Claws
334945, -- Vicious Lunge
334852, -- Petrifying Howl
-- 334893, -- Stone Shards (ground damage)
-- Sun King's Salvation
323402, -- Reflection of Guilt
-- 326456, -- Burning Remnants (tank)
328479, -- Eyes on Target
-- 325442, -- Vanquished (tank)
326583, -- Crimson Flurry
339251, -- Drained Soul
332871, -- Greater Castigation
338600, -- Cloak of Flames
343026, -- Cloak of Flames
337859, -- Cloak of Flames
-- 328579, -- Smoldering Remnants (ground damage)
-- Artificer Xy'Mox
328448, -- Dimensional Tear
325236, -- Glyph of Destruction
327902, -- Fixate
-- 327414, -- Possesion (mind control)
340860, -- Withering Touch
-- Hungering Destroyer
329298, -- Gluttonous Miasma
-- Lady Inerva Darkvein
-- 325382, -- Warped Desires (tank)
325936, -- Shared Cognition
324983, -- Shared Suffering
332664, -- Concentrate Anima
-- 331573, -- Unconscionable Guilt (tank)
-- 325713, -- Lingering Anima (ground damage)
-- The Council of Blood
330967, -- Fixate
-- 346651, -- Drain Essence (tank)
331706, -- Scarlet Letter
331637, -- Dark Recital
-- 347350, -- Dancing Fever (dispel, disease)
-- Sludgefist
331209, -- Hateful Gaze
342420, -- Chain Them!
342419, -- Chain Them!
335470, -- Chain Slam
-- 335361, -- Stonequake (ground damage)
-- Stone Legion Generals
333377, -- Wicked Blade
-- 334765, -- Heart Rend (dispel, magic)
339690, -- Crystalize
-- 342425, -- Stone Fist (tank)
342655, -- Volatile Anima Infusion
-- Sire Denathrius
327796, -- Night Hunter
329906, -- Carnage
-- 329181, -- Wracking Pain (tank)
-- 332585, -- Scorn (tank)
332794, -- Fatal Finesse
327992 -- Desolation (ground damage)
);
local debuffRemovalList = {};
......
## Interface: 90002
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.117
## Version: 3.118
## Notes: VuhDo Options
## SavedVariables: VUHDO_OPTIONS_SETTINGS
## SavedVariablesPerCharacter: VUHDO_GLOBAL_ICONS, VUHDO_GI_SCAN_IDX
......
......@@ -77,6 +77,11 @@ local VUHDO_ABSORB_DEBUFFS = {
-- Patch 8.3.0 - Battle for Azeroth - Ny'alotha
[306184] = function(aUnit) return select(16, VUHDO_unitDebuff(aUnit, VUHDO_SPELL_ID.DEBUFF_UNLEASHED_VOID)), 40; end, -- Unleashed Void
-- Patch 9.0.2 - Shadowlands - Castle Nathria
[338600] = function(aUnit) return select(16, VUHDO_unitDebuff(aUnit, VUHDO_SPELL_ID.DEBUFF_CLOAK_OF_FLAMES)), 10 * 60; end, -- Cloak of Flames
[343026] = function(aUnit) return select(16, VUHDO_unitDebuff(aUnit, VUHDO_SPELL_ID.DEBUFF_CLOAK_OF_FLAMES)), 10 * 60; end, -- Cloak of Flames
[337859] = function(aUnit) return select(16, VUHDO_unitDebuff(aUnit, VUHDO_SPELL_ID.DEBUFF_CLOAK_OF_FLAMES)), 10 * 60; end, -- Cloak of Flames
--[79105] = function(aUnit) return 280000, 60 * 60; end, -- @TESTING PW:F
};
......
Version 3.118
Known issues:
-- Shadowlands stat squish cleanup still a work in progress
-- AOE Advice spell equations need complete overhaul
-- Some text providers need changes to better display small numbers
-- Debuff tooltips are currently bugged when using ElvUI
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
Bugfixes:
Improvements:
-- Added default custom debuffs for Castle Nathria raid encounters
-- Added Sun King's Salvation 'Cloak of Flames' debuff absorb tracking
--------------------------------------------------------------
Version 3.117
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment