other raid debuffs #213


  • Fixed
  • Enhancment
Closed
Assigned to _ForgeUser117147
  • Presup created this issue May 7, 2011

    Add's heroic raid debuffs and baradin hold

    local RDDB= Grid2Options:GetRaidDebuffsTable()

    RDDB["Cataclysm"] = {
        ["Baradin Hold"] = {
            ["Argaloth"]= {
            88942, -- Meteor Slash
            88954, -- Consuming Darkness
            },
        },
        ["Blackwing Descent"] = {
            ["Magmaw"]= {
            89773, -- Mangle
            94679, -- Parasitic Infection
            88287, -- Massive Crash
            78199, -- Sweltering Armor
            },
            ["Omnitron Defense System"]= {
            79889, -- Lightning Conductor
            80161, -- Chemical Cloud
            80011, -- Soaked in Poison
            91535, -- Flamethrower
            91829, -- Fixate
            92035, -- Acquiring Target
            92053, -- Shadow Conductor
            92048, -- Shadow Infusion
            92023, -- Encasing Shadows
            },
            ["Maloriak"]= {
            92991, -- Rend
            78225, -- Acid Nova
            92910, -- Debilitating Slime
            77786, -- Consuming Flames
            91829, -- Fixate
            77760, -- Biting Chill
            77699, -- Flash Freeze
            92987, -- Dark Sludge
            92982, -- Engulfing Darkness
            },
            ["Atremedes"]= {
            78092, -- Tracking
            77982, -- Searing
            78023, -- Roaring Flame
            78897, -- Noisy
            },
            ["Chimaeron"]= {
            89084, -- Low Health
            82934, -- Mortality
            88916, -- Caustic Slime
            82881, -- Break
            91307, -- Mocking Shadows
            },
            ["Nefarian"]={
            94075, -- Magma
            77827, -- Tail Lash
            79339, -- Explosive Cinders
            79318, -- Dominion
            },
        },
        ["The Bastion of Twilight"] = {
            ["Halfus Wyrmbreaker"]= {
            83710, -- Furious Roar
            83908, -- Malevolent Strike
            83603, -- Stone Touch
            },
            ["Valiona & Theralion"]= {
            86788, -- Blackout
            95639, -- Engulfing Magic
            86360, -- Twilight Shift
            86014, -- Twilight Meteorite
            92886, -- Twilight Zone
            },
            ["Ascendant Council"]= {
            82762, -- Waterlogged
            83099, -- Lightning Rod
            82285, -- Elemental Stasis
            82660, -- Burning Blood
            82665, -- Heart of Ice
            82772, -- Frozen
            84948, -- Gravity Crush
            83500, -- Swirling Winds
            83581, -- Grounded
            92307, -- Frost Beacon
            92467, -- Static Overload
            92538, -- Gravity Core
            },
            ["Cho'gall"]= {
            93187, -- Corrupted Blood
            81836, -- Corruption: Accelerated
            82125, -- Corruption: Malformation
            82170, -- Corruption: Absolute
            82523, -- Gall's Blast
            82518, -- Cho's Blast
            93134, -- Debilitating Beam
            },
        },
        ["Throne of the Four Winds"] = {
            ["Conclave of Wind"]= {
            84645, -- Wind Chill
            86107, -- Ice Patch
            86082, -- Permafrost
            84643, -- Hurricane
            86281, -- Toxic Spores
            85573, -- Deafening Winds
            85576, -- Withering Winds
            93057, -- Slicing Gale
            },
            ["Al'Akir"]= {
            88290, -- Acid Rain
            87873, -- Static Shock
            88427, -- Electrocute
            89668, -- Lightning Rod
            87856, -- Squall Line
            },
        },
    }

  • Presup added the tags New Enhancment May 7, 2011
  • michaelsp posted a comment May 7, 2011

    Added missing raid debuffs in r570. Thanks.
    After update new debuffs will be disabled , new debuffs can be enabled by hand from advanced Tab, or disabling and enabling cataclysm module.

  • michaelsp removed a tag New May 7, 2011
  • michaelsp added a tag Fixed May 7, 2011
  • michaelsp closed issue May 7, 2011

To post a comment, please login or register a new account.