vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
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() == "frFR" ) then
6  
7 Carnival_EnemyCastBar_Spells = {
8  
9 -- All Classes
10 -- General
11 ["Pierre de foyer"] = {t=10.0};
12  
13 -- Trinkets & Racials
14 ["Sanctuaire"] = {t=20.0, c="gains"};
15 ["Pouvoir Instable"] = {t=20.0, c="gains"};
16 ["Force Sup\195\169rieure"] = {t=20.0, c="gains"};
17 ["Pouvoir \195\169ph\195\169m/195/168re"] = {t=15.0, c="gains"};
18 ["Puissance des Arcanes"] = {t=20.0, c="gains"};
19 ["Destruction Massive"] = {t=20.0, c="gains"};
20 ["Pouvoir des Arcanes"] = {t=20.0, c="gains"};
21 ["Energized Shield"] = {t=20.0, c="gains"}; -- ??
22 ["Brilliant Light"] = {t=20.0, c="gains"}; -- ??
23 ["Volont\195\169 des R\195\169prouv\195\169s"] = {t=5.0, c="gains"};
24 ["Perception"] = {t=20.0, c="gains"};
25 ["Choc martial"] = {t=1.5};
26 ["Forme de pierre"] = {t=8.0};
27 ["Gardien des T\195\169n/195/168bres"] = {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 ["Premiers soins"] = {t=8.0, c="gains"};
36 ["Bandage en lin"] = {t=3.0};
37 ["Bandage \195\169pais en lin"] = {t=3.0};
38 ["Bandage en laine"] = {t=3.0};
39 ["Bandage \195\169pais en laine"] = {t=3.0};
40 ["Bandage en soie"] = {t=3.0};
41 ["Bandage \195\169pais en soie"] = {t=3.0};
42 ["Bandage en tissu de mage"] = {t=3.0};
43 ["Bandage \195\169pais en tissu de mage"] = {t=3.0};
44 ["Bandage en \195\169toffe runique"] = {t=3.0};
45 ["Bandage \195\169pais en \195\169toffe runique"] = {t=3.0};
46  
47 -- Druid
48 ["Toucher gu\195\169risseur"] = {t=3.0};
49 ["R\195\169tablissement"] = {t=2.0, g=21.0};
50 ["Renaissance"] = {t=2.0, d=1800.0};
51 ["Feu stellaire"] = {t=3.5};
52 ["Col/195/168re"] = {t=2.0};
53 ["Sarments"] = {t=2.0};
54 ["C\195\169l\195\169rit\195\169"] = {t=15.0, c="gains", d=300.0};
55 ["Hibernation"] = {t=1.5};
56 ["Apaiser les animaux"] = {t=1.5};
57 ["Ecorce"] = {t=15.0, i=0.0, c="gains"};
58 ["Innervation"] = {t=20.0, i=0.0, c="gains"};
59 ["T\195\169l\195\169portation : Moonglade"] = {t=10.0}; -- ??
60 ["Fureur du tigre"] = {t=6.0, c="gains"};
61 ["R\195\169g\195\169n\195\169ration fr\195\169n\195\169tique"] = {t=10.0, c="gains", d=180.0};
62 ["R\195\169cup\195\169ration"] = {t=12.0, c="gains"};
63 ["Abolir le poison"] = {t=8.0, c="gains"};
64 --["Ouragan"] = {t=10.0, d=60.0};
65 --["Tranquilit\195\169"] = {t=10.0, d=300.0};
66  
67 -- Hunter
68 ["Vis\195\169e"] = {t=3.0, d=6.0};
69 ["Effrayer une b\195\170te"] = {t=1.0, d=30.0};
70 ["Salve"] = {t=6.0, d=60.0};
71 ["Renvoyer le familier"] = {t=5.0};
72 ["Ressusciter le familier"] = {t=10.0};
73 ["Oeil de la b\195\170te"] = {t=2.0};
74 ["Tir rapide"] = {t=15.0, c="gains", d=300.0};
75 --["Fl/195/168ches multiples"] = {t=0.0, d=10.0};
76 --["Piq\195\187re de wyverne"] = {t=0.0, d=120.0};
77 --["Tir des arcanes"] = {t=0.0, d=6.0};
78 --["Trait provocateur"] = {t=0.0, d=8.0};
79  
80 -- Mage
81 ["Eclair de givre"] = {t=2.5};
82 ["Boule de feu"] = {t=3.0};
83 ["Invocation d'eau"] = {t=3.0};
84 ["Invocation de nourriture"] = {t=3.0};
85 ["Invocation d'un rubis de mana"] = {t=3.0};
86 ["Invocation d'une citrine de mana"] = {t=3.0};
87 ["Invocation d'une jade de mana"] = {t=3.0};
88 ["Invocation d'une agate de mana"] = {t=3.0};
89 ["M\195\169tamorphose"] = {t=1.5};
90 ["Explosion pyrotechnique"] = {t=6.0, d=60.0};
91 ["Br\195\187lure"] = {t=1.5};
92 ["Choc de flammes"] = {t=3.0, r="Eveilleur Griffemort", a=2.5};
93 ["Chute lente"] = {t=30.0, c="gains"};
94 ["Portail : Darnassus"] = {t=10.0};
95 ["Portail : Thunder Bluff"] = {t=10.0};
96 ["Portail : Ironforge"] = {t=10.0};
97 ["Portail : Orgrimmar"] = {t=10.0};
98 ["Portail : Stormwind"] = {t=10.0};
99 ["Portail : Undercity"] = {t=10.0};
100 ["T\195\169l\195\169portation : Darnassus"] = {t=10.0};
101 ["T\195\169l\195\169portation : Thunder Bluff"] = {t=10.0};
102 ["T\195\169l\195\169portation : Ironforge"] = {t=10.0};
103 ["T\195\169l\195\169portation : Orgrimmar"] = {t=10.0};
104 ["T\195\169l\195\169portation : Stormwind"] = {t=10.0};
105 ["T\195\169l\195\169portation : Undercity"] = {t=10.0};
106 ["Gardien de feu"] = {t=30.0, c="gains"};
107 ["Gardien de givre"] = {t=30.0, c="gains"};
108 ["Parade de glace"] = {t=10.0, c="gains"};
109 --["Vague d'explosions"] = {t=0.0, d=45.0};
110 --["Barri/195/168re de glace"] = {t=0.0, d=120.0};
111 --["C\195\180ne de froid"] = {t=0.0, d=120.0};
112 --["Trait de feu"] = {t=0.0, d=8.0};
113 --["Nova de givre"] = {t=0.0, d=25.0};
114 --["Contresort"] = {t=0.0, d=30.0};
115 --["Transfert"] = {t=0.0, d=15.0};
116 --["Parade de glace"] = {t=0.0, d=300.0};
117  
118 -- Paladin
119 ["Lumi/195/168re sacr\195\169e"] = {t=2.5};
120 ["Eclair lumineux"] = {t=1.5};
121 ["Invocation d'un destrier"] = {t=3.0, g=0.0}; -- ??
122 ["Invocation d'un Cheval de Guerre"] = {t=3.0, g=0.0}; -- ??
123 ["Marteau de courroux"] = {t=1.0, d=6.0};
124 ["Col/195/168re divine"] = {t=2.0, d=60.0};
125 ["Renvoi des morts-vivants"] = {t=1.5, d=30.0};
126 ["R\195\169demption"] = {t=10.0};
127 ["Protection divine"] = {t=8.0, c="gains", d=300.0};
128 ["Bouclier divin"] = {t=12.0, c="gains", d=300.0};
129 ["Sceau de libert\195\169"] = {t=16.0, c="gains"};
130 ["Sceau de protection"] = {t=10.0, c="gains"};
131 ["Blessing of Sacrifice"] = {t=30.0, c="gains"};
132 --["Cons\195\169cration"] = {t=0.0, d=8.0};
133 --["Exorcisme"] = {t=0.0, d=15.0};
134 --["Marteau de la justice"] = {t=0.0, d=60.0};
135 --["Imposition des mains"] = {t=0.0, d=3600.0};
136 --["B\195\169n\195\169diction de protection"] = {t=0.0, d=300.0};
137  
138 -- Priest
139 ["Soins sup\195\169rieurs"] = {t=3.0};
140 ["Soins rapides"] = {t=1.5};
141 ["R\195\169surrection"] = {t=10.0};
142 ["Ch\195\162timent"] = {t=2.5};
143 ["Attaque mentale"] = {t=1.5, d=8.0};
144 ["Contr\195\180le mental"] = {t=3.0};
145 ["Br\195\187lure de mana"] = {t=3.0};
146 ["Feu int\195\169rieur"] = {t=4.0, d=15.0};
147 ["Apaisement"] = {t=1.5};
148 ["Pri/195/168re de soins"] = {t=3.0};
149 ["Entraves des morts-vivants"] = {t=1.5};
150 ["Oubli"] = {t=10.0, c="gains", d=30.0};
151 ["R\195\169novation"] = {t=15.0, c="gains"};
152 ["Abolir maladie"] = {t=20.0, c="gains"};
153 --["Mot de pouvoir : Bouclier"] = {t=0.0, d=4.0};
154 --["Peste d\195\169vorante"] = {t=0.0, d=180.0};
155 --["Nova sacr\195\169e"] = {t=0.0, d=30.0};
156 --["Pri/195/168re du d\195\169sespoir"] = {t=0.0, d=1800.0};
157 --["Cri psychique"] = {t=0.0, d=30.0};
158  
159 -- Rogue
160 ["D\195\169sarmement de pi/195/168ge"] = {t=5.0};
161 ["Sprint"] = {t=15.0, c="gains", d=300.0};
162 ["Poison de distraction mentale"] = {t=3.0};
163 ["Poison de distraction mentale II"] = {t=3.0};
164 ["Poison de distraction mentale III"] = {t=3.0};
165 ["Crochetage"] = {t=5.0};
166 ["Evasion"] = {t=15.0, c="gains"};
167 --["C\195\169cit\195\169"] = {t=0.0, d=300.0};
168 --["Suriner"] = {t=0.0, d=10.0};
169 --["Feinte"] = {t=0.0, d=10.0};
170 --["Coup de pied"] = {t=0.0, d=10.0};
171 --["Aiguillon perfide"] = {t=0.0, d=20.0};
172  
173 -- Shaman
174 ["Vague de soins inf\195\169rieurs"] = {t=1.5};
175 ["Vague de soins"] = {t=3.0};
176 ["Esprit ancestral"] = {t=10.0};
177 ["Cha\195\174ne d'\195\169clairs"] = {t=2.5, d=6.0};
178 ["Loup fant\195\180me"] = {t=3.0};
179 ["Rappel astral"] = {t=10.0};
180 ["Salve de gu\195\169rison"] = {t=2.5};
181 ["Eclair"] = {t=3.0};
182 ["Double vue"] = {t=2.0};
183 ["Totem de Griffes de pierre"] = {t=15.0, c="gains", d=30.0};
184 ["Totem Fontaine de mana"] = {t=15.0, c="gains", d=300.0};
185 ["Totem Nova de feu"] = {t=5.0, c="gains", d=15.0};
186 --["Horion de terre"] = {t=0.0, d=6.0};
187 --["Horion de givre"] = {t=0.0, d=6.0};
188 --["Horion de flammes"] = {t=0.0, d=6.0};
189 --["Totem de Gl/195/168be"] = {t=0.0, d=15.0};
190  
191 -- Warlock
192 ["Trait de l'ombre"] = {t=2.5};
193 ["Immolation"] = {t=1.5};
194 ["Feu de l'\195\162me"] = {t=4.0, d=60.0};
195 ["Douleur br\195\187lante"] = {t=1.5};
196 ["Invocation d'un Destrier de l'Effroi"] = {t=3.0, g=0.0}; -- ??
197 ["Invocation d'un palefroi corrompu"] = {t=3.0, g=0.0};
198 ["Invocation d'un diablotin"] = {t=6.0};
199 ["Invocation d'une succube"] = {t=6.0};
200 ["Invocation d'un marcheur du Vide"] = {t=6.0};
201 ["Invocation d'un chasseur corrompu"] = {t=6.0};
202 ["Peur"] = {t=1.5};
203 ["Hurlement de terreur"] = {t=2.0, d=40.0, g=0.0};
204 ["Bannir"] = {t=1.5};
205 ["Rituel d'invocation"] = {t=5.0};
206 ["Rituel de mal\195\169diction"] = {t=10.0};
207 ["Cr\195\169ation de Pierre de sort"] = {t=5.0};
208 ["Cr\195\169ation de Pierre d'\195\162me"] = {t=3.0};
209 ["Cr\195\169ation de Pierre de soin"] = {t=3.0};
210 ["Cr\195\169ation de Pierre de feu"] = {t=3.0};
211 ["Asservir d\195\169mon"] = {t=3.0};
212 ["Infernal"] = {t=2.0, d=3600.0};
213 ["Gardien de l'ombre"] = {t=30.0, c="gains"};
214 --["Conflagration"] = {t=0.0, d=10.0};
215 --["Voile mortel"] = {t=0.0, d=120.0};
216 --["Br\195\187lure de l'ombre"] = {t=0.0, d=15.0};
217  
218 -- Imp
219 ["Eclair de Feu"] = {t=1.5};
220  
221 -- Succubus
222 ["S\195\169duction"] = {t=1.5};
223 ["Baiser apaisant"] = {t=4.0, d=4.0};
224 --["Fouet de la douleur"] = {t=0.0, d=6.0};
225  
226 -- Felhunter
227 --["Festin magique"] = {t=0.0, d=8.0};
228 --["Verrou magique"] = {t=0.0, d=30.0};
229  
230 -- Voidwalker
231 ["Consumer les ombres"] = {t=10.0, c="gains"};
232  
233 -- Warrior
234 ["Rage sanguinaire"] = {t=10.0, c="gains"};
235 ["Sanguinaire"] = {t=8.0, c="gains", d=6.0};
236 ["Mur protecteur"] = {t=10.0, c="gains", d=1800.0};
237 ["T\195\169m\195\169rit\195\169"] = {t=15.0, c="gains", d=1800.0};
238 ["Repr\195\169sailles"] = {t=15.0, c="gains", d=1800.0};
239 ["Rage berserker"] = {t=10.0, c="gains"};
240 ["Heurtoir"] = {t=1.0, c="gains"};
241 --["Vengeance"] = {t=0.0, d=5.0};
242 --["Coup de bouclier"] = {t=0.0, d=6.0};
243 --["Fulgurance"] = {t=0.0, d=5.0};
244 --["Frappe mortelle"] = {t=0.0, d=6.0};
245 --["Vol\195\169e de coups"] = {t=0.0, d=10.0};
246 --["Coup de tonnerre"] = {t=0.0, d=4.0};
247 --["Coup railleur"] = {t=0.0, d=120.0};
248 --["Interception"] = {t=0.0, d=30.0};
249 --["Charge"] = {t=0.0, d=15.0};
250 --["Tourbillon"] = {t=0.0, d=10.0};
251 --["D\195\169sarmement"] = {t=0.0, d=60.0};
252 --["Provocation"] = {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 ["Frappe des ailes"] = {t=32.0, i=1.0, c="cooldown", u="true"};
296 ["Flamme d'ombre"] = {t=2.0, c="hostile"};
297  
298 -- Flamegor
299 ["Frenzy"] = {t=10.0, c="cooldown"};
300  
301 -- Chromaggus
302 ["Br\195\187lure de givre"] = {t=60.0, i=2.0, c="cooldown"};
303 ["Trou de temps"] = {t=60.0, i=2.0, c="cooldown"};
304 ["Enflammer la chair"] = {t=60.0, i=2.0, c="cooldown"};
305 ["Acide corrosif"] = {t=60.0, i=2.0, c="cooldown"};
306 ["Incin\195\169rer"] = {t=60.0, i=2.0, c="cooldown"};
307 ["Killing Frenzy"] = {t=15.0, c="cooldown"};
308  
309 -- Neferian/Onyxia
310 ["Rugissement puissant"] = {t=2.0, c="hostile", r="Onyxia", a=1.5, u="true"};
311  
312 -- Neferian
313 ["Class Call"] = {t=33.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 = "Flamegor est pris de fr195169n195169sie !";
329 Carnival_EnemyCastBar_CHROMAGGUS_FRENZY = "entre dans une sanglante fr195169n195169sie !";
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 = "(.+) meurt."
344 Carnival_EnemyCastBar_SPELL_GAINS = "(.+) gagne (.+)."
345 Carnival_EnemyCastBar_SPELL_CAST = "(.+) commence \195\160 lancer (.+)."
346 Carnival_EnemyCastBar_SPELL_PERFORM = "(.+) commence \195\160 ex\195\169cuter (.+)."
347 Carnival_EnemyCastBar_SPELL_CASTS = "(.+) lance (.+)."
348 Carnival_EnemyCastBar_SPELL_AFFLICTED = "(.+) (.+) subit les effets de (.+).";
349 Carnival_EnemyCastBar_SPELL_DAMAGE = "(.+) suffers (.+) from (.+) (.+)"; -- ??
350  
351 end