@@ -120,6 +120,37 @@ CT.COOLDOWNS = {
120120 r = 1.0 , g = 1.0 , b = 1.0 ,
121121 },
122122
123+ -- -------------------------------------------------------------------------
124+ -- Monk (class colour: jade green)
125+ -- -------------------------------------------------------------------------
126+ {
127+ id = " monk_revival" ,
128+ class = " Monk" ,
129+ name = " Revival" ,
130+ duration = 180 ,
131+ defaultDuration = 180 ,
132+ icon = " Interface\\ Icons\\ spell_monk_revival" ,
133+ r = 0.0 , g = 1.0 , b = 0.59 ,
134+ },
135+ {
136+ id = " monk_celestial_conduit" ,
137+ class = " Monk" ,
138+ name = " Celestial Conduit" ,
139+ duration = 90 ,
140+ defaultDuration = 90 ,
141+ icon = " Interface\\ Icons\\ ability_monk_celestialconduit" ,
142+ r = 0.0 , g = 1.0 , b = 0.59 ,
143+ },
144+ {
145+ id = " monk_yulon" ,
146+ class = " Monk" ,
147+ name = " Invoke Yu'lon" ,
148+ duration = 120 ,
149+ defaultDuration = 120 ,
150+ icon = " Interface\\ Icons\\ ability_monk_dragonfire" ,
151+ r = 0.0 , g = 1.0 , b = 0.59 ,
152+ },
153+
123154 -- -------------------------------------------------------------------------
124155 -- Warrior (class colour: tan/gold)
125156 -- -------------------------------------------------------------------------
0 commit comments