EventHorizon

EventHorizon

185k Downloads

Add BM Config

Brusalk opened this issue ยท 1 comments

commented

Provided by Ourex

  -- Chi Wave
     self:newSpell
         cooldown = 115098,
         requiredTalent = 4,

    -- Keg Smash
         self:newSpell
            cooldown = 121253,
            requiredTree = 1,

        -- blackoutstrike
         self:newSpell
            cooldown = 205523,
            requiredTree = 1,


                -- breath of fire
         self:newSpell
            cooldown = 115181,
            debuff = 123725,
            requiredTree = 1,

    -- -- Chi Burst
    self:newSpell
        cooldown = 123986,
        cast = 123986,
        requiredTalent = 6,

         -- brew cooldown
         self:newSpell({
         cooldown = {115308, 119582},
    playerbuff = 215479,
        requiredTree = 1,
commented

Closing because these configs have been updated.