vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | -- WARNING |
2 | -- THE COMMENTED OUT ABILITIES ARE THERE FOR A REASON |
||
3 | -- PLEASE DO NOT UNCOMMENT THEM, OTHERWISE THINGS WILL PROBABLY BREAK |
||
4 | |||
5 | if ( GetLocale() == "enUS" ) then |
||
6 | |||
7 | Carnival_EnemyCastBar_Spells = { |
||
8 | |||
9 | -- All Classes |
||
10 | -- General |
||
11 | ["Hearthstone"] = {t=10.0}; |
||
12 | |||
13 | -- Trinkets & Racials |
||
14 | ["Brittle Armor"] = {t=20.0, c="gains"}; |
||
15 | ["Unstable Power"] = {t=20.0, c="gains"}; |
||
16 | ["Restless Strength"] = {t=20.0, c="gains"}; |
||
17 | ["Ephemeral Power"] = {t=15.0, c="gains"}; |
||
18 | ["Arcane Power"] = {t=20.0, c="gains"}; |
||
19 | ["Massive Destruction"] = {t=20.0, c="gains"}; |
||
20 | ["Arcane Potency"] = {t=20.0, c="gains"}; |
||
21 | ["Energized Shield"] = {t=20.0, c="gains"}; |
||
22 | ["Brilliant Light"] = {t=20.0, c="gains"}; |
||
23 | ["Will of the Forsaken"] = {t=5.0, c="gains"}; |
||
24 | ["Perception"] = {t=20.0, c="gains"}; |
||
25 | ["War Stomp"] = {t=1.5}; |
||
26 | ["Stoneform"] = {t=8.0}; |
||
27 | ["Shadowguard"] = {t=1.5}; |
||
28 | |||
29 | -- Engineering |
||
30 | ["Frost Reflector"] = {t=5.0, c="gains"}; |
||
31 | ["Shadow Reflector"] = {t=5.0, c="gains"}; |
||
32 | ["Fire Reflector"] = {t=5.0, c="gains"}; |
||
33 | |||
34 | -- First Aid |
||
35 | ["First Aid"] = {t=8.0, c="gains"}; |
||
36 | ["Linen Bandage"] = {t=3.0}; |
||
37 | ["Heavy Linen Bandage"] = {t=3.0}; |
||
38 | ["Wool Bandage"] = {t=3.0}; |
||
39 | ["Heavy Wool Bandage"] = {t=3.0}; |
||
40 | ["Silk Bandage"] = {t=3.0}; |
||
41 | ["Heavy Silk Bandage"] = {t=3.0}; |
||
42 | ["Mageweave Bandage"] = {t=3.0}; |
||
43 | ["Heavy Mageweave Bandage"] = {t=3.0}; |
||
44 | ["Runecloth Bandage"] = {t=3.0}; |
||
45 | ["Heavy Runecloth Bandage"] = {t=3.0}; |
||
46 | |||
47 | -- Druid |
||
48 | ["Healing Touch"] = {t=3.0}; |
||
49 | ["Regrowth"] = {t=2.0, g=21.0}; |
||
50 | ["Rebirth"] = {t=2.0, d=1800.0}; |
||
51 | ["Starfire"] = {t=3.5}; |
||
52 | ["Wrath"] = {t=2.0}; |
||
53 | ["Entangling Roots"] = {t=2.0}; |
||
54 | ["Dash"] = {t=15.0, c="gains", d=300.0}; |
||
55 | ["Hibernate"] = {t=1.5}; |
||
56 | ["Soothe Animal"] = {t=1.5}; |
||
57 | ["Bark Skin"] = {t=15.0, i=0.0, c="gains"}; |
||
58 | ["Innervate"] = {t=20.0, i=0.0, c="gains"}; |
||
59 | ["Teleport: Moonglade"] = {t=10.0}; |
||
60 | ["Tiger's Fury"] = {t=6.0, c="gains"}; |
||
61 | ["Frenzied Regeneration"] = {t=10.0, c="gains", d=180.0}; |
||
62 | ["Rejuvenation"] = {t=12.0, c="gains"}; |
||
63 | ["Abolish Poison"] = {t=8.0, c="gains"}; |
||
64 | --["Hurricane"] = {t=10.0, d=60.0}; |
||
65 | --["Tranquility"] = {t=10.0, d=300.0}; |
||
66 | |||
67 | -- Hunter |
||
68 | ["Aimed Shot"] = {t=3.0, d=6.0}; |
||
69 | ["Scare Beast"] = {t=1.0, d=30.0}; |
||
70 | ["Volley"] = {t=6.0, d=60.0}; |
||
71 | ["Dismiss Pet"] = {t=5.0}; |
||
72 | ["Revive Pet"] = {t=10.0}; |
||
73 | ["Eyes of the Beast"] = {t=2.0}; |
||
74 | ["Rapid Fire"] = {t=15.0, c="gains", d=300.0}; |
||
75 | --["Multi-Shot"] = {t=0.0, d=10.0}; |
||
76 | --["Wyvern Sting"] = {t=0.0, d=120.0}; |
||
77 | --["Arcane Shot"] = {t=0.0, d=6.0}; |
||
78 | --["Distracting Shot"] = {t=0.0, d=8.0}; |
||
79 | |||
80 | -- Mage |
||
81 | ["Frostbolt"] = {t=2.5}; |
||
82 | ["Fireball"] = {t=3.0}; |
||
83 | ["Conjure Water"] = {t=3.0}; |
||
84 | ["Conjure Food"] = {t=3.0}; |
||
85 | ["Conjure Mana Ruby"] = {t=3.0}; |
||
86 | ["Conjure Mana Citrine"] = {t=3.0}; |
||
87 | ["Conjure Mana Jade"] = {t=3.0}; |
||
88 | ["Conjure Mana Agate"] = {t=3.0}; |
||
89 | ["Polymorph"] = {t=1.5}; |
||
90 | ["Pyroblast"] = {t=6.0, d=60.0}; |
||
91 | ["Scorch"] = {t=1.5}; |
||
92 | ["Flamestrike"] = {t=3.0, r="Death Talon Hatcher", a=2.5}; |
||
93 | ["Slow Fall"] = {t=30.0, c="gains"}; |
||
94 | ["Portal: Darnassus"] = {t=10.0}; |
||
95 | ["Portal: Thunder Bluff"] = {t=10.0}; |
||
96 | ["Portal: Ironforge"] = {t=10.0}; |
||
97 | ["Portal: Orgrimmar"] = {t=10.0}; |
||
98 | ["Portal: Stormwind"] = {t=10.0}; |
||
99 | ["Portal: Undercity"] = {t=10.0}; |
||
100 | ["Teleport: Darnassus"] = {t=10.0}; |
||
101 | ["Teleport: Thunder Bluff"] = {t=10.0}; |
||
102 | ["Teleport: Ironforge"] = {t=10.0}; |
||
103 | ["Teleport: Orgrimmar"] = {t=10.0}; |
||
104 | ["Teleport: Stormwind"] = {t=10.0}; |
||
105 | ["Teleport: Undercity"] = {t=10.0}; |
||
106 | ["Fire Ward"] = {t=30.0, c="gains"}; |
||
107 | ["Frost Ward"] = {t=30.0, c="gains"}; |
||
108 | ["Ice Block"] = {t=10.0, c="gains"}; |
||
109 | --["Blast Wave"] = {t=0.0, d=45.0}; |
||
110 | --["Ice Barrier"] = {t=0.0, d=120.0}; |
||
111 | --["Cone of Cold"] = {t=0.0, d=120.0}; |
||
112 | --["Fire Blast"] = {t=0.0, d=8.0}; |
||
113 | --["Frost Nova"] = {t=0.0, d=25.0}; |
||
114 | --["Counterspell"] = {t=0.0, d=30.0}; |
||
115 | --["Blink"] = {t=0.0, d=15.0}; |
||
116 | --["Ice Block"] = {t=0.0, d=300.0}; |
||
117 | |||
118 | -- Paladin |
||
119 | ["Holy Light"] = {t=2.5}; |
||
120 | ["Flash of Light"] = {t=1.5}; |
||
121 | ["Summon Charger"] = {t=3.0, g=0.0}; |
||
122 | ["Summon Warhorse"] = {t=3.0, g=0.0}; |
||
123 | ["Hammer of Wrath"] = {t=1.0, d=6.0}; |
||
124 | ["Holy Wrath"] = {t=2.0, d=60.0}; |
||
125 | ["Turn Undead"] = {t=1.5, d=30.0}; |
||
126 | ["Redemption"] = {t=10.0}; |
||
127 | ["Divine Protection"] = {t=8.0, c="gains", d=300.0}; |
||
128 | ["Divine Shield"] = {t=12.0, c="gains", d=300.0}; |
||
129 | ["Blessing of Freedom"] = {t=16.0, c="gains"}; |
||
130 | ["Blessing of Protection"] = {t=10.0, c="gains"}; |
||
131 | ["Blessing of Sacrifice"] = {t=30.0, c="gains"}; |
||
132 | --["Consecration"] = {t=0.0, d=8.0}; |
||
133 | --["Exorcism"] = {t=0.0, d=15.0}; |
||
134 | --["Hammer of Justice"] = {t=0.0, d=60.0}; |
||
135 | --["Lay on Hands"] = {t=0.0, d=3600.0}; |
||
136 | --["Blessing of Protection"] = {t=0.0, d=300.0}; |
||
137 | |||
138 | -- Priest |
||
139 | ["Greater Heal"] = {t=3.0}; |
||
140 | ["Flash Heal"] = {t=1.5}; |
||
141 | ["Resurrection"] = {t=10.0}; |
||
142 | ["Smite"] = {t=2.5}; |
||
143 | ["Mind Blast"] = {t=1.5, d=8.0}; |
||
144 | ["Mind Control"] = {t=3.0}; |
||
145 | ["Mana Burn"] = {t=3.0}; |
||
146 | ["Holy Fire"] = {t=4.0, d=15.0}; |
||
147 | ["Mind Soothe"] = {t=1.5}; |
||
148 | ["Prayer of Healing"] = {t=3.0}; |
||
149 | ["Shackle Undead"] = {t=1.5}; |
||
150 | ["Fade"] = {t=10.0, c="gains", d=30.0}; |
||
151 | ["Renew"] = {t=15.0, c="gains"}; |
||
152 | ["Abolish Disease"] = {t=20.0, c="gains"}; |
||
153 | --["Power Word: Shield"] = {t=0.0, d=4.0}; |
||
154 | --["Devouring Plague"] = {t=0.0, d=180.0}; |
||
155 | --["Holy Nova"] = {t=0.0, d=30.0}; |
||
156 | --["Desperate Prayer"] = {t=0.0, d=1800.0}; |
||
157 | --["Psychic Scream"] = {t=0.0, d=30.0}; |
||
158 | |||
159 | -- Rogue |
||
160 | ["Disarm Trap"] = {t=5.0}; |
||
161 | ["Sprint"] = {t=15.0, c="gains", d=300.0}; |
||
162 | ["Mind-numbing Poison"] = {t=3.0}; |
||
163 | ["Mind-numbing Poison II"] = {t=3.0}; |
||
164 | ["Mind-numbing Poison III"] = {t=3.0}; |
||
165 | ["Pick Lock"] = {t=5.0}; |
||
166 | ["Evasion"] = {t=15.0, c="gains"}; |
||
167 | --["Blind"] = {t=0.0, d=300.0}; |
||
168 | --["Gouge"] = {t=0.0, d=10.0}; |
||
169 | --["Feint"] = {t=0.0, d=10.0}; |
||
170 | --["Kick"] = {t=0.0, d=10.0}; |
||
171 | --["Kidney Shot"] = {t=0.0, d=20.0}; |
||
172 | |||
173 | -- Shaman |
||
174 | ["Lesser Healing Wave"] = {t=1.5}; |
||
175 | ["Healing Wave"] = {t=3.0}; |
||
176 | ["Ancestral Spirit"] = {t=10.0}; |
||
177 | ["Chain Lightning"] = {t=2.5, d=6.0}; |
||
178 | ["Ghost Wolf"] = {t=3.0}; |
||
179 | ["Astral Recall"] = {t=10.0}; |
||
180 | ["Chain Heal"] = {t=2.5}; |
||
181 | ["Lightning Bolt"] = {t=3.0}; |
||
182 | ["Far Sight"] = {t=2.0}; |
||
183 | ["Stoneclaw Totem"] = {t=15.0, c="gains", d=30.0}; |
||
184 | ["Mana Tide Totem"] = {t=15.0, c="gains", d=300.0}; |
||
185 | ["Fire Nova Totem"] = {t=5.0, c="gains", d=15.0}; |
||
186 | --["Earth Shock"] = {t=0.0, d=6.0}; |
||
187 | --["Frost Shock"] = {t=0.0, d=6.0}; |
||
188 | --["Flame Shock"] = {t=0.0, d=6.0}; |
||
189 | --["Grounding Totem"] = {t=0.0, d=15.0}; |
||
190 | |||
191 | -- Warlock |
||
192 | ["Shadow Bolt"] = {t=2.5}; |
||
193 | ["Immolate"] = {t=1.5}; |
||
194 | ["Soul Fire"] = {t=4.0, d=60.0}; |
||
195 | ["Searing Pain"] = {t=1.5}; |
||
196 | ["Summon Dreadsteed"] = {t=3.0, g=0.0}; |
||
197 | ["Summon Felsteed"] = {t=3.0, g=0.0}; |
||
198 | ["Summon Imp"] = {t=6.0}; |
||
199 | ["Summon Succubus"] = {t=6.0}; |
||
200 | ["Summon Voidwalker"] = {t=6.0}; |
||
201 | ["Summon Felhunter"] = {t=6.0}; |
||
202 | ["Fear"] = {t=1.5}; |
||
203 | ["Howl of Terror"] = {t=2.0, d=40.0, g=0.0}; |
||
204 | ["Banish"] = {t=1.5}; |
||
205 | ["Ritual of Summoning"] = {t=5.0}; |
||
206 | ["Ritual of Doom"] = {t=10.0}; |
||
207 | ["Create Spellstone"] = {t=5.0}; |
||
208 | ["Create Soulstone"] = {t=3.0}; |
||
209 | ["Create Healthstone"] = {t=3.0}; |
||
210 | ["Create Firestone"] = {t=3.0}; |
||
211 | ["Enslave Demon"] = {t=3.0}; |
||
212 | ["Inferno"] = {t=2.0, d=3600.0}; |
||
213 | ["Shadow Ward"] = {t=30.0, c="gains"}; |
||
214 | --["Conflagrate"] = {t=0.0, d=10.0}; |
||
215 | --["Death Coil"] = {t=0.0, d=120.0}; |
||
216 | --["Shadowburn"] = {t=0.0, d=15.0}; |
||
217 | |||
218 | -- Imp |
||
219 | ["Firebolt"] = {t=1.5}; |
||
220 | |||
221 | -- Succubus |
||
222 | ["Seduction"] = {t=1.5}; |
||
223 | ["Soothing Kiss"] = {t=4.0, d=4.0}; |
||
224 | --["Lash of Pain"] = {t=0.0, d=6.0}; |
||
225 | |||
226 | -- Felhunter |
||
227 | --["Devour Magic"] = {t=0.0, d=8.0}; |
||
228 | --["Spell Lock"] = {t=0.0, d=30.0}; |
||
229 | |||
230 | -- Voidwalker |
||
231 | ["Consume Shadows"] = {t=10.0, c="gains"}; |
||
232 | |||
233 | -- Warrior |
||
234 | ["Bloodrage"] = {t=10.0, c="gains"}; |
||
235 | ["Bloodthirst"] = {t=8.0, c="gains", d=6.0}; |
||
236 | ["Shield Wall"] = {t=10.0, c="gains", d=1800.0}; |
||
237 | ["Recklessness"] = {t=15.0, c="gains", d=1800.0}; |
||
238 | ["Retaliation"] = {t=15.0, c="gains", d=1800.0}; |
||
239 | ["Berserker Rage"] = {t=10.0, c="gains"}; |
||
240 | ["Slam"] = {t=1.0, c="gains"}; |
||
241 | --["Revenge"] = {t=0.0, d=5.0}; |
||
242 | --["Shield Slam"] = {t=0.0, d=6.0}; |
||
243 | --["Overpower"] = {t=0.0, d=5.0}; |
||
244 | --["Mortal Strike"] = {t=0.0, d=6.0}; |
||
245 | --["Pummel"] = {t=0.0, d=10.0}; |
||
246 | --["Thunder Clap"] = {t=0.0, d=4.0}; |
||
247 | --["Mocking Blow"] = {t=0.0, d=120.0}; |
||
248 | --["Intercept"] = {t=0.0, d=30.0}; |
||
249 | --["Charge"] = {t=0.0, d=15.0}; |
||
250 | --["Whirlwind"] = {t=0.0, d=10.0}; |
||
251 | --["Disarm"] = {t=0.0, d=60.0}; |
||
252 | --["Taunt"] = {t=0.0, d=10.0}; |
||
253 | |||
254 | } |
||
255 | |||
256 | Carnival_EnemyCastBar_Raids = { |
||
257 | |||
258 | -- Ahn'Qiraj |
||
259 | |||
260 | -- 40 Man Trash |
||
261 | ["Obsidian Eradicator"] = {t=1800.0, c="cooldown"}; |
||
262 | |||
263 | -- 20 Man Trash |
||
264 | ["Explode"] = {t=6.0}; |
||
265 | |||
266 | -- Zul'Gurrub |
||
267 | |||
268 | -- Hakkar |
||
269 | ["Blood Siphon"] = {t=90.0, c="cooldown", m="Hakkar", u="true"}; |
||
270 | |||
271 | -- Molten Core |
||
272 | |||
273 | -- Lucifron |
||
274 | ["Impending Doom"] = {t=20.0, c="cooldown", m="Lucifron", u="true"}; |
||
275 | ["Lucifron's Curse"] = {t=20.0, c="cooldown", m="Lucifron", u="true"}; |
||
276 | |||
277 | -- Magmadar |
||
278 | ["Panic"] = {t=30.0, c="cooldown", m="Magmadar", u="true"}; |
||
279 | |||
280 | -- Gehennas |
||
281 | ["Gehennas' Curse"] = {t=30.0, c="cooldown", m="Gehennas", u="true"}; |
||
282 | |||
283 | -- Majordomo |
||
284 | ["Magic Reflection"] = {t=30.0, i=10.0, c="cooldown", m="Majordomo", u="true"}; |
||
285 | ["Damage Shield"] = {t=30.0, i=10.0, c="cooldown", m="Majordomo", u="true"}; |
||
286 | |||
287 | -- Ragnaros |
||
288 | ["Submerge"] = {t=180.0, c="cooldown"}; |
||
289 | ["Knockback"] = {t=28.0, c="cooldown"}; |
||
290 | ["Sons of Flame"] = {t=90.0, c="cooldown"}; |
||
291 | |||
292 | -- Blackwing Lair |
||
293 | |||
294 | -- Firemaw/Flamegor/Ebonroc |
||
295 | ["Wing Buffet"] = {t=32.0, i=1.0, c="cooldown", u="true"}; |
||
296 | ["Shadow Flame"] = {t=2.0, c="hostile"}; |
||
297 | |||
298 | -- Flamegor |
||
299 | ["Frenzy"] = {t=10.0, c="cooldown"}; |
||
300 | |||
301 | -- Chromaggus |
||
302 | ["Frost Burn"] = {t=60.0, i=2.0, c="cooldown"}; |
||
303 | ["Time Lapse"] = {t=60.0, i=2.0, c="cooldown"}; |
||
304 | ["Ignite Flesh"] = {t=60.0, i=2.0, c="cooldown"}; |
||
305 | ["Corrosive Acid"] = {t=60.0, i=2.0, c="cooldown"}; |
||
306 | ["Incinerate"] = {t=60.0, i=2.0, c="cooldown"}; |
||
307 | ["Killing Frenzy"] = {t=15.0, c="cooldown"}; |
||
308 | |||
309 | -- Neferian/Onyxia |
||
310 | ["Bellowing Roar"] = {t=2.0, c="hostile", r="Onyxia", a=1.5, u="true"}; |
||
311 | |||
312 | -- Neferian |
||
313 | ["Class Call"] = {t=30.0, c="cooldown"}; |
||
314 | ["Mob Spawn"] = {t=10.0, c="hostile"}; |
||
315 | ["Landing"] = {t=10.0, c="hostile"}; |
||
316 | |||
317 | -- Outdoor |
||
318 | |||
319 | -- Azuregos |
||
320 | ["Manastorm"] = {t=10.0, c="hostile"}; |
||
321 | |||
322 | } |
||
323 | |||
324 | Carnival_EnemyCastBar_RAGNAROS_STARTING = "NOW FOR YOU,"; |
||
325 | Carnival_EnemyCastBar_RAGNAROS_KICKER = "TASTE THE FLAMES"; |
||
326 | Carnival_EnemyCastBar_RAGNAROS_SONS = "COME FORTH, MY SERVANTS!"; |
||
327 | |||
328 | Carnival_EnemyCastBar_FLAMEGOR_FRENZY = "goes into a frenzy!"; |
||
329 | Carnival_EnemyCastBar_CHROMAGGUS_FRENZY = "goes into a killing frenzy!"; |
||
330 | |||
331 | Carnival_EnemyCastBar_NEFARIAN_STARTING = "Let the games begin!"; |
||
332 | Carnival_EnemyCastBar_NEFARIAN_LAND = "Well done, my minions"; |
||
333 | Carnival_EnemyCastBar_NEFARIAN_SHAMAN_CALL = "Shamans, show me"; |
||
334 | Carnival_EnemyCastBar_NEFARIAN_DRUID_CALL = "Druids and your silly"; |
||
335 | Carnival_EnemyCastBar_NEFARIAN_WARLOCK_CALL = "Warlocks, you shouldn't be playing"; |
||
336 | Carnival_EnemyCastBar_NEFARIAN_PRIEST_CALL = "Priests! If you're going to keep"; |
||
337 | Carnival_EnemyCastBar_NEFARIAN_HUNTER_CALL = "Hunters and your annoying"; |
||
338 | Carnival_EnemyCastBar_NEFARIAN_WARRIOR_CALL = "Warriors, I know you can hit harder"; |
||
339 | Carnival_EnemyCastBar_NEFARIAN_ROGUE_CALL = "Rogues"; |
||
340 | Carnival_EnemyCastBar_NEFARIAN_PALADIN_CALL = "Paladins"; |
||
341 | Carnival_EnemyCastBar_NEFARIAN_MAGE_CALL = "Mages"; |
||
342 | |||
343 | Carnival_EnemyCastBar_MOB_DIES = "(.+) dies." |
||
344 | Carnival_EnemyCastBar_SPELL_GAINS = "(.+) gains (.+)." |
||
345 | Carnival_EnemyCastBar_SPELL_CAST = "(.+) begins to cast (.+)." |
||
346 | Carnival_EnemyCastBar_SPELL_PERFORM = "(.+) begins to perform (.+)." |
||
347 | Carnival_EnemyCastBar_SPELL_CASTS = "(.+) casts (.+)." |
||
348 | Carnival_EnemyCastBar_SPELL_AFFLICTED = "(.+) (.+) afflicted by (.+)."; |
||
349 | Carnival_EnemyCastBar_SPELL_DAMAGE = "(.+) suffers (.+) from (.+) (.+)"; |
||
350 | |||
351 | end |