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 CEnemyCastBar_Spells = {
8  
9 -- IMPORTANT: Maybe some spells which cause debuffs have to be moved to CEnemyCastBar_Afflicitions to be shown
10 -- "g=0" prevents a bar if a player gains this spell. "g=x" shows a bar of x seconds instead of "t=x" if it's a gain.
11 -- "i=x" shows a bar of x seconds additional to "t" (everytime)
12  
13 -- All Classes
14 -- General
15 ["Pierre de foyer"] = {t=10.0, icontex="INV_Misc_Rune_01"};
16  
17 -- Trinkets & Racials
18 ["Armure fragile"] = {t=20.0, d=120, icontex="Spell_Shadow_GrimWard"}; -- gain
19 ["Pouvoir Instable"] = {t=20.0, d=120, icontex="Spell_Lightning_LightningBolt01"}; -- gain
20 ["Force Sup\195\169rieure"] = {t=20.0, d=120, icontex="Spell_Shadow_GrimWard"}; -- gain
21 ["Pouvoir \195\169ph\195\169m\195\168re"] = {t=15.0, d=90, icontex="Spell_Holy_MindVision"}; -- gain
22 ["Puissance des Arcanes"] = {t=15.0, d=180, icontex="Spell_Nature_Lightning"}; -- gain
23 ["Destruction Massive"] = {t=20.0, d=180, icontex="Spell_Fire_WindsofWoe"}; -- gain
24 ["Pouvoir des Arcanes"] = {t=20.0, d=180, icontex="Spell_Arcane_StarFire"}; -- gain
25 ["Bouclier dynamis\195\169"] = {t=20.0, d=180, icontex="Spell_Nature_CallStorm"}; -- gain
26 ["Lumi\195\168re \195\169clatante"] = {t=20.0, d=180, icontex="Spell_Holy_MindVision"}; -- gain
27 ["Volont\195\169 des R\195\169prouv\195\169s"] = {t=5.0, d=120, icontex="Spell_Shadow_RaiseDead"}; -- gain
28 ["Perception"] = {t=20.0, d=180, icontex="Spell_Nature_Sleep"}; -- gain
29 ["Acc\195\169l\195\169ration mentale de Mar'li"] = {t=30.0, d=180, icontex="INV_ZulGurubTrinket"}; -- gain
30 ["Choc martial"] = {t=0.5, d=120, icontex="Ability_WarStomp"};
31 ["Forme de pierre"] = {t=8.0, d=180, icontex="Spell_Shadow_UnholyStrength"};
32 ["Garde de l'ombre"] = {t=1.5, icontex="Spell_Nature_LightningShield"};
33  
34 ["Choc de terre"] = {t=20.0, d=120, icontex="Spell_Nature_AbolishMagic"}; -- gain
35 ["Don de vie"] = {t=20.0, d=300, icontex="INV_Misc_Gem_Pearl_05"}; -- gain
36 ["Alignement sur la nature"] = {t=20.0, d=300, icontex="Spell_Nature_SpiritArmor"}; -- gain
37  
38 -- Engineering
39 ["R\195\169flectogivre"] = {t=5.0, d=300.0, icontex="Spell_Frost_FrostWard"}; -- gain
40 ["R\195\169flectombre"] = {t=5.0, d=300.0, icontex="Spell_Shadow_AntiShadow"}; -- gain
41 ["R\195\169flectofeu"] = {t=5.0, d=300.0, icontex="Spell_Fire_SealOfFire"}; -- gain
42  
43 -- First Aid
44 ["Premiers soins"] = {t=8.0, d=60, icontex="Spell_Holy_Heal"}; -- gain
45 ["Bandage en lin"] = {t=3.0, icontex="INV_Misc_Bandage_15"};
46 ["Bandage \195\169pais en lin"] = {t=3.0, icontex="INV_Misc_Bandage_18"};
47 ["Bandage en laine"] = {t=3.0, icontex="INV_Misc_Bandage_14"};
48 ["Bandage \195\169pais en laine"] = {t=3.0, icontex="INV_Misc_Bandage_17"};
49 ["Bandage en soie"] = {t=3.0, icontex="INV_Misc_Bandage_01"};
50 ["Bandage \195\169pais en soie"] = {t=3.0, icontex="INV_Misc_Bandage_02"};
51 ["Bandage en tissu de mage"] = {t=3.0, icontex="INV_Misc_Bandage_19"};
52 ["Bandage \195\169pais en tissu de mage"] = {t=3.0, icontex="INV_Misc_Bandage_20"};
53 ["Bandage en \195\169toffe runique"] = {t=3.0, icontex="INV_Misc_Bandage_11"};
54 ["Bandage \195\169pais en \195\169toffe runique"] = {t=3.0, icontex="INV_Misc_Bandage_12"};
55  
56 -- Druid
57 ["Toucher gu\195\169risseur"] = {t=3.0, icontex="Spell_Nature_HealingTouch"};
58 ["R\195\169tablissement"] = {t=2.0, g=21.0, icontex="Spell_Nature_ResistNature"};
59 ["Renaissance"] = {t=2.0, d=1800.0, icontex="Spell_Nature_Reincarnation"};
60 ["Feu stellaire"] = {t=3.5, icontex="Spell_Arcane_StarFire"};
61 ["Col\195\168re"] = {t=2.0, icontex="Spell_Nature_AbolishMagic"};
62 ["Sarments"] = {t=1.5, icontex="Spell_Nature_StrangleVines"};
63 ["C\195\169l\195\169rit\195\169"] = {t=15.0, d=300.0, icontex="Ability_Druid_Dash"}; -- gain
64 ["Hibernation"] = {t=1.5, icontex="Spell_Nature_Sleep"};
65 ["Apaiser les animaux"] = {t=1.5, icontex="Ability_Hunter_BeastSoothe"};
66 ["Ecorce"] = {t=15.0, d=60, icontex="Spell_Nature_StoneClawTotem"}; -- gain
67 ["Innervation"] = {t=20.0, icontex="Spell_Nature_Lightning"}; -- gain
68 ["T\195\169l\195\169portation : Moonglade"] = {t=10.0, icontex="Spell_Arcane_TeleportMoonglade"};
69 ["Fureur du tigre"] = {t=6.0, icontex="Ability_Mount_JungleTiger"}; -- gain
70 ["R\195\169g\195\169n\195\169ration fr\195\169n\195\169tique"] = {t=10.0, d=180.0, icontex="Ability_BullRush"}; -- gain
71 ["R\195\169cup\195\169ration"] = {t=12.0, icontex="Spell_Nature_Rejuvenation"}; -- gain
72 ["Abolir le poison"] = {t=8.0, icontex="Spell_Nature_NullifyPoison_02"}; -- gain
73  
74 ["Tranquilit\195\169"] = {t=10.0, d=300.0, icontex="Spell_Nature_Tranquility"};
75  
76 -- Hunter
77 ["Vis\195\169e"] = {t=3.0, d=6.0, icontex="INV_Spear_07"};
78 ["Effrayer une b\195\170te"] = {t=1.0, d=30.0, icontex="Ability_Druid_Cower"};
79 ["Salve"] = {t=6.0, d=60.0, icontex="Ability_Marksmanship"};
80 ["Renvoyer le familier"] = {t=5.0, icontex="Spell_Nature_SpiritWolf"};
81 ["Ressusciter le familier"] = {t=10.0, icontex="Ability_Hunter_BeastSoothe"};
82 ["Oeil de la b\195\170te"] = {t=2.0, icontex="Ability_EyeOfTheOwl"};
83 ["Tir rapide"] = {t=15.0, d=300.0, icontex="Ability_Hunter_RunningShot"}; -- gain
84 ["Dissuasion"] = {t=10, d=300.0, icontex="Ability_Whirlwind"}; -- gain
85  
86 ["Fl\195\168ches multiples"] = {d=10.0, icontex="Ability_UpgradeMoonGlaive"};
87  
88  
89 -- Mage
90 ["Eclair de givre"] = {t=2.5, icontex="Spell_Frost_FrostBolt02"};
91 ["Boule de feu"] = {t=3.0, icontex="Spell_Fire_FlameBolt"};
92 ["Invocation d'eau"] = {t=3.0, icontex="INV_Drink_18"};
93 ["Invocation de nourriture"] = {t=3.0, icontex="INV_Misc_Food_33"};
94 ["Invocation d'un rubis de mana"] = {t=3.0, icontex="INV_Misc_Gem_Ruby_01"};
95 ["Invocation d'une citrine de mana"] = {t=3.0, icontex="INV_Misc_Gem_Opal_01"};
96 ["Invocation d'une jade de mana"] = {t=3.0, icontex="INV_Misc_Gem_Emerald_02"};
97 ["Invocation d'une agate de mana"] = {t=3.0, icontex="INV_Misc_Gem_Emerald_01"};
98 ["M\195\169tamorphose"] = {t=1.5, icontex="Spell_Nature_Polymorph"};
99 ["Explosion pyrotechnique"] = {t=6.0, d=60.0, icontex="Spell_Fire_Fireball02"};
100 ["Br\195\187lure"] = {t=1.5, icontex="Spell_Fire_SoulBurn"};
101 ["Choc de flammes"] = {t=3.0, r="Eveilleur Griffemort", a=2.5, icontex="Spell_Fire_SelfDestruct"};
102 ["Chute lente"] = {t=30.0, icontex="Spell_Magic_FeatherFall"}; -- gain
103 ["Portail : Darnassus"] = {t=10.0, icontex="Spell_Arcane_PortalDarnassus"};
104 ["Portail : Thunder Bluff"] = {t=10.0, icontex="Spell_Arcane_PortalThunderBluff"};
105 ["Portail : Ironforge"] = {t=10.0, icontex="Spell_Arcane_PortalIronForge"};
106 ["Portail : Orgrimmar"] = {t=10.0, icontex="Spell_Arcane_PortalOrgrimmar"};
107 ["Portail : Stormwind"] = {t=10.0, icontex="Spell_Arcane_PortalStormWind"};
108 ["Portail : Undercity"] = {t=10.0, icontex="Spell_Arcane_PortalUnderCity"};
109 ["T\195\169l\195\169portation : Darnassus"] = {t=10.0, icontex="Spell_Arcane_TeleportDarnassus"};
110 ["T\195\169l\195\169portation : Thunder Bluff"] = {t=10.0, icontex="Spell_Arcane_TeleportThunderBluff"};
111 ["T\195\169l\195\169portation : Ironforge"] = {t=10.0, icontex="Spell_Arcane_TeleportIronForge"};
112 ["T\195\169l\195\169portation : Orgrimmar"] = {t=10.0, icontex="Spell_Arcane_TeleportOrgrimmar"};
113 ["T\195\169l\195\169portation : Stormwind"] = {t=10.0, icontex="Spell_Arcane_TeleportStormWind"};
114 ["T\195\169l\195\169portation : Undercity"] = {t=10.0, icontex="Spell_Arcane_TeleportUnderCity"};
115 ["Gardien de feu"] = {t=30.0, icontex="Spell_Fire_FireArmor"}; -- gain
116 ["Gardien de givre"] = {t=30.0, icontex="Spell_Frost_FrostWard"}; -- gain
117 ["Evocation"] = {t=8.0, icontex="Spell_Nature_Purge"}; -- gain
118 ["Parade de glace"] = {t=10.0, d=300.0, icontex="Spell_Frost_Frost"}; -- gain
119 ["Pouvoir des arcanes"] = {t=15.0, d=180.0, icontex="Spell_Nature_Lightning"}; -- gain
120  
121 ["Barri\195\168re de glace"] = {d=120.0, icontex="Spell_Ice_Lament"};
122 ["Transfert"] = {d=15.0, icontex="Spell_Arcane_Blink"};
123  
124  
125 -- Paladin
126 ["Lumi\195\168re sacr\195\169e"] = {t=2.5, icontex="Spell_Holy_HolyBolt"};
127 ["Eclair lumineux"] = {t=1.5, icontex="Spell_Holy_FlashHeal"};
128 ["Invocation d'un destrier"] = {t=3.0, g=0.0, icontex="Ability_Mount_Charger"};
129 ["Invocation d'un Cheval de Guerre"] = {t=3.0, g=0.0, icontex="Spell_Nature_Swiftness"};
130 ["Marteau de courroux"] = {t=1.0, d=6.0, icontex="Ability_ThunderClap"};
131 ["Col\195\168re divine"] = {t=2.0, d=60.0, icontex="Spell_Holy_Excorcism"};
132 ["Renvoi des morts-vivants"] = {t=1.5, d=30.0, icontex="Spell_Holy_TurnUndead"};
133 ["R\195\169demption"] = {t=10.0, icontex="Spell_Holy_Resurrection"};
134 ["Protection divine"] = {t=8.0, d=300.0, icontex="Spell_Holy_Restoration"}; -- gain
135 ["Bouclier divin"] = {t=12.0, d=300.0, icontex="Spell_Holy_DivineIntervention"}; -- gain
136 ["Sceau de libert\195\169"] = {t=16.0, icontex="Spell_Holy_SealOfValor"}; -- gain
137 ["Sceau de protection"] = {t=10.0, d=300.0, icontex="Spell_Holy_SealOfProtection"}; -- gain
138 ["Blessing of Sacrifice"] = {t=30.0, icontex="Spell_Holy_SealOfSacrifice"}; -- gain
139 ["Vengeance"] = {t=8.0, icontex="Ability_Racial_Avatar"}; -- gain, Talent
140  
141 ["Imposition des mains"] = {d=3600.0, icontex="Spell_Holy_LayOnHands"};
142  
143  
144 -- Priest
145 ["Soins sup\195\169rieurs"] = {t=2.5, g=15, icontex="Spell_Holy_GreaterHeal"}; --!
146 ["Soins rapides"] = {t=1.5, icontex="Spell_Holy_FlashHeal"};
147 ["R\195\169surrection"] = {t=10.0, icontex="Spell_Holy_Resurrection"};
148 ["Ch\195\162timent"] = {t=2.0, icontex="Spell_Holy_HolySmite"}; --!
149 ["Attaque mentale"] = {t=1.5, d=8.0, icontex="Spell_Shadow_UnholyFrenzy"};
150 ["Contr\195\180le mental"] = {t=3.0, g=0.0, icontex="Spell_Shadow_ShadowWordDominate"};
151 ["Br\195\187lure de mana"] = {t=3.0, icontex="Spell_Shadow_ManaBurn"};
152 ["Feu int\195\169rieur"] = {t=3.0, icontex="Spell_Holy_SearingLight"}; --!
153 ["Apaisement"] = {t=1.5, icontex="Spell_Holy_MindSooth"};
154 ["Pri\195\168re de soins"] = {t=3.0, icontex="Spell_Holy_PrayerOfHealing02"};
155 ["Entraves des morts-vivants"] = {t=1.5, icontex="Spell_Nature_Slow"};
156 ["Oubli"] = {t=10.0, d=30.0, icontex="Spell_Magic_LesserInvisibilty"}; -- gain
157 ["R\195\169novation"] = {t=15.0, icontex="Spell_Holy_Renew"}; -- gain
158 ["Abolir maladie"] = {t=20.0, icontex="Spell_Nature_NullifyDisease"}; -- gain
159 ["R\195\169action"] = {t=15.0, icontex="Spell_Shadow_RitualOfSacrifice"}; -- gain
160 ["Inspiration"] = {t=15.0, icontex="INV_Shield_06"}; -- gain (target), Talent
161 ["Infusion de puissance"] = {t=15.0, d=180, icontex="Spell_Holy_PowerInfusion"}; -- gain, Talent
162 ["Incantation focalis\195\169e"] = {t=6.0, icontex="Spell_Arcane_Blink"}; -- gain, Talent
163  
164 ["Mot de pouvoir : Bouclier"] = {t=30, d=15.0, icontex="Spell_Holy_PowerWordShield"};
165  
166  
167 -- Rogue
168 ["D\195\169sarmement de pi\195\168ge"] = {t=2.0, icontex="Spell_Shadow_GrimWard"};
169 ["Sprint"] = {t=15.0, d=300.0, icontex="Ability_Rogue_Sprint"}; -- gain
170 ["Crochetage"] = {t=5.0, icontex="Spell_Nature_MoonKey"};
171 ["Evasion"] = {t=15.0, d=300, icontex="Spell_Shadow_ShadowWard"}; -- gain
172 ["Disparition"] = {t=10.0, d=300, icontex="Ability_Vanish"}; -- gain
173 ["Deluge de lames"] = {t=15.0, d=120, icontex="Ability_Rogue_SliceDice"}; -- gain
174  
175 ["Poison instantan\195\169 VI"] = {t=3.0, icontex="Ability_Poisons"};
176 ["Poison mortel V"] = {t=3.0, icontex="Ability_Rogue_DualWeild"};
177 ["Poison affaiblissant"] = {t=3.0, icontex="Ability_PoisonSting"};
178 ["Poison affaiblissant II"] = {t=3.0, icontex="Ability_PoisonSting"};
179 ["Poison de distraction mentale"] = {t=3.0, icontex="Spell_Nature_NullifyDisease"};
180 ["Poison de distraction mentale II"] = {t=3.0, icontex="Spell_Nature_NullifyDisease"};
181 ["Poison de distraction mentale III"] = {t=3.0, icontex="Spell_Nature_NullifyDisease"};
182  
183  
184 -- Shaman
185 ["Vague de soins inf\195\169rieurs"] = {t=1.5, icontex="Spell_Nature_HealingWaveLesser"};
186 ["Vague de soins"] = {t=2.5, icontex="Spell_Nature_MagicImmunity"}; --! talent
187 ["Esprit ancestral"] = {t=10.0, icontex="Spell_Nature_Regenerate"};
188 ["Cha\195\174ne d'\195\169clairs"] = {t=2.5, d=6.0, icontex="Spell_Nature_ChainLightning"};
189 ["Loup fant\195\180me"] = {t=3.0, icontex="Spell_Nature_SpiritWolf"};
190 ["Rappel astral"] = {t=10.0, icontex="Spell_Nature_AstralRecal"};
191 ["Salve de gu\195\169rison"] = {t=2.5, icontex="Spell_Nature_HealingWaveGreater"};
192 ["Eclair"] = {t=3.0, icontex="Spell_Nature_Lightning"};
193 ["Double vue"] = {t=2.0, icontex="Spell_Nature_FarSight"};
194 ["Totem de Griffes de pierre"] = {t=15.0, d=30.0, icontex="Spell_Nature_StoneClawTotem"}; -- gain
195 ["Totem Fontaine de mana"] = {t=15.0, d=300.0, icontex="Spell_Frost_SummonWaterElemental"}; -- gain
196 ["Totem Nova de feu"] = {t=5.0, d=15.0, icontex="Spell_Fire_SealOfFire"}; -- gain
197 ["Ma\195\174trise \195\169l\195\169mentaire"] = {t=12.0, d=25, icontex="Spell_Holy_SealOfMight"}; -- gain
198  
199 ["Totem de Gl\195\168be"] = {d=15.0, icontex="Spell_Nature_GroundingTotem"}; -- works?
200  
201  
202 -- Warlock
203 ["Trait de l'ombre"] = {t=2.5, icontex="Spell_Shadow_ShadowBolt"};
204 ["Immolation"] = {t=1.5, icontex="Spell_Fire_Immolation"};
205 ["Feu de l'\195\162me"] = {t=4.0, d=60.0, icontex="Spell_Fire_Fireball02"};
206 ["Douleur br\195\187lante"] = {t=1.5, icontex="Spell_Fire_SoulBurn"};
207 ["Invocation d'un Destrier de l'Effroi"] = {t=3.0, g=0.0, icontex="Ability_Mount_Dreadsteed"};
208 ["Invocation d'un palefroi corrompu"] = {t=3.0, g=0.0, icontex="Spell_Nature_Swiftness"};
209 ["Invocation d'un diablotin"] = {t=6.0, icontex="Spell_Shadow_Imp"};
210 ["Invocation d'une succube"] = {t=6.0, icontex="Spell_Shadow_SummonSuccubus"};
211 ["Invocation d'un marcheur du Vide"] = {t=6.0, icontex="Spell_Shadow_SummonVoidWalker"};
212 ["Invocation d'un chasseur corrompu"] = {t=6.0, icontex="Spell_Shadow_SummonFelHunter"};
213 ["Peur"] = {t=1.5, icontex="Spell_Shadow_Possession"};
214 ["Hurlement de terreur"] = {t=2.0, d=40.0, g=0.0, icontex="Spell_Shadow_DeathScream"};
215 ["Bannir"] = {t=1.5, icontex="Spell_Shadow_Cripple"};
216 ["Rituel d'invocation"] = {t=5.0, icontex="Spell_Shadow_Twilight"};
217 ["Rituel de mal\195\169diction"] = {t=10.0, icontex="Spell_Shadow_AntiMagicShell"};
218 ["Cr\195\169ation de Pierre de sort"] = {t=5.0, icontex="INV_Misc_Gem_Sapphire_01"};
219 ["Cr\195\169ation de Pierre d'\195\162me"] = {t=3.0, icontex="Spell_Shadow_SoulGem"};
220 ["Cr\195\169ation de Pierre de soins"] = {t=3.0, icontex="INV_Stone_04"};
221 ["Cr\195\169ation de Pierre de soins majeure"] = {t=3.0, icontex="INV_Stone_04"};
222 ["Cr\195\169ation de Pierre de feu"] = {t=3.0, icontex="INV_Ammo_FireTar"};
223 ["Asservir d\195\169mon"] = {t=3.0, icontex="Spell_Shadow_EnslaveDemon"};
224 -- ["Infernal"] = {t=2.0, d=3600.0}; -- removed for PvE (Geddon)
225 ["Gardien de l'ombre"] = {t=30.0, icontex="Spell_Shadow_AntiShadow"}; -- gain
226 ["Mal\195\169diction amplifi\195\169e"] = {t=30.0, d=180, icontex="Spell_Shadow_Contagion"}; -- gain
227  
228 -- Imp
229 ["Eclair de Feu"] = {t=1.5, icontex="Spell_Fire_FireBolt"};
230  
231 -- Succubus
232 ["S\195\169duction"] = {t=1.5, icontex="Spell_Shadow_MindSteal"};
233 ["Baiser apaisant"] = {t=4.0, d=4.0, icontex="Spell_Shadow_SoothingKiss"};
234  
235 -- Voidwalker
236 ["Consumer les ombres"] = {t=10.0, icontex="Spell_Shadow_AntiShadow"}; -- gain
237  
238 -- Warrior
239 ["Rage sanguinaire"] = {t=10.0, d=60, icontex="Ability_Racial_BloodRage"}; -- gain
240 ["Sanguinaire"] = {t=8.0, icontex="Spell_Nature_BloodLust"}; -- gain
241 ["Mur protecteur"] = {t=10.0, d=1800.0, icontex="Ability_Warrior_ShieldWall"}; -- gain
242 ["T\195\169m\195\169rit\195\169"] = {t=15.0, d=1800.0, icontex="Ability_CriticalStrike"}; -- gain
243 ["Repr\195\169sailles"] = {t=15.0, d=1800.0, icontex="Ability_Warrior_Challange"}; -- gain
244 ["Rage berserker"] = {t=10.0, d=30, icontex="Spell_Nature_AncestralGuardian"}; -- gain
245 ["Dernier rempart"] = {t=20.0, d=600, icontex="Spell_Holy_AshesToAshes"}; -- gain
246 ["Souhait mortel"] = {t=30.0, d=180, icontex="Spell_Shadow_DeathPact"}; -- gain
247 -- ["Enrager"] = {t=12.0, icontex="Spell_Shadow_UnholyFrenzy"}; -- gain
248 ["Ma\195\174trise du blocage"] = {t=5.5, icontex="Ability_Defend"}; -- gain, 1 Talent point in impr. block
249  
250  
251 -- Mobs
252 ["Rapetisser"] = {t=3.0, icontex="Spell_Ice_MagicDamage"};
253 ["Mal\195\169diction de la Banshee"] = {t=2.0, icontex="Spell_Nature_Drowsy"};
254 ["Salve de Traits de l'ombre"] = {t=3.0, icontex="Spell_Shadow_ShadowBolt"};
255 ["Faiblesse"] = {t=3.0, icontex="Spell_Shadow_Cripple"};
256 ["Gu\195\169rison t\195\169n\195\169breuse"] = {t=3.5, icontex="Spell_Shadow_ChillTouch"}; -- gain
257 ["D\195\169cr\195\169pitude spirituelle"] = {t=2.0, icontex="Spell_Holy_HarmUndeadAura"};
258 ["Bourrasque"] = {t=2.0, icontex="Spell_Nature_EarthBind"};
259  
260  
261 }
262  
263 CEnemyCastBar_Raids = {
264  
265 -- "mcheck" to only show a bar if cast from this mob, don't use together with "m", "i" or "r"!
266 -- "m" sets a mob's name for the castbar; "i" shows a second bar; "r" sets a different CastTime for this Mob
267 -- "active" only allows this spell to be an active cast, no afflictions and something else!
268 -- "global" normally is used for afflictions to be shown even it's not your target, but here the important feature is that the castbar won't be updated if active!
269 -- "checktarget" checks if the mob casted this spell is your current target. Normally this isn't done with RaidSpells.
270 -- "icasted" guides this spell through the instant cast protection
271  
272 -- Ahn'Qiraj
273  
274 -- 40 Man
275 ["Eradicateur d'obsidienne"] = {t=1800.0, c="cooldown", global="true", m="Respawn", icontex="Spell_Holy_Resurrection"};
276  
277 -- Twin Emperors
278 ["T\195\169l\195\169portation des jumeaux"] = {t=25.0, c="cooldown", icasted="true", icontex="Spell_Arcane_Blink"};
279 ["Explosion de l'insecte"] = {t=5.0, c="gains", icontex="Spell_Fire_Fire"};
280 ["Mutation de l'insecte"] = {t=5.0, c="gains", icontex="Ability_Hunter_Pet_Scorpid"};
281  
282 -- C'Thun
283 ["Eye Tentacle (Repeater)"] = {t=45, c="cooldown", icontex="INV_Misc_AhnQirajTrinket_05"}; -- don't translate, used internally! +auto global="true" on engage!
284 ["Next Eye Tentacle"] = {t=122, c="cooldown", icontex="INV_Misc_AhnQirajTrinket_05"}; -- don't translate, used internally!
285 ["Phase2 Eye Tentacle"] = {t=42, c="cooldown", icontex="INV_Misc_AhnQirajTrinket_05"}; -- don't translate, used internally!
286 --["Dark Glare (Repeater)"] = {t=86, c="cooldown", icontex="Spell_Nature_CallStorm"}; -- don't translate, used internally!; remove in lua, too, if works
287 ["First Dark Glare"] = {t=48, c="cooldown", icontex="Spell_Nature_CallStorm"}; -- don't translate, used internally! +auto global="true" on engage!
288 ["Weakened!!!"] = {t=45, c="gains"}; -- don't translate, used internally!
289 ["Rayon de l'Oeil"] = {t=86, i=40, c="cooldown", active="true", icontex="Spell_Nature_CallStorm"};
290  
291 -- Skeram
292 ["Explosion des arcanes"] = {t=1.2, c="hostile", mcheck="Le Proph\195\168te Skeram", icontex="Spell_Nature_WispSplode"};
293  
294 -- Sartura (Twin Emps enrage)
295 ["Tourbillon"] = {t=15.0, c="gains", mcheck="Garde de guerre Sartura", icontex="Ability_Whirlwind"};
296 ["Enraged mode"] = {t=900, r="Sartura", a=600, c="cooldown", icontex="Spell_Shadow_UnholyFrenzy"}; -- don't translate, used internally! +if player enters combat and target are twins! +auto global="true" on engage!
297 ["Enters Enraged mode"] = {t=3, c="gains", icontex="Spell_Shadow_UnholyFrenzy"}; -- don't translate, used internally!
298  
299 -- Huhuran
300 ["Berserk mode"] = {t=300, c="cooldown", icontex="Racial_Troll_Berserk"}; -- don't translate, used internally! if player enters combat and target is Huhuran! +auto global="true" on engage!
301 ["Enters Berserk mode"] = {t=3, c="gains", icontex="Racial_Troll_Berserk"}; -- don't translate, used internally!
302 ["Piq\195\187re de wyverne"] = {t=25, c="cooldown", m="Huhuran", aZone="Ahn'Qiraj", checkevent="CHAT_MSG_SPELL_PERIODIC_FRIENDLYPLAYER_DAMAGE - CHAT_MSG_SPELL_PERIODIC_PARTY_DAMAGE - CHAT_MSG_SPELL_PERIODIC_SELF_DAMAGE", icontex="INV_Spear_02"};
303  
304 -- 20 Man
305 ["Exploser"] = {t=6.0, c="hostile", icontex="Spell_Fire_SelfDestruct"};
306  
307 -- Moam
308 ["Until Stoneform"] = {t=90, c="grey", icontex="Spell_Shadow_UnholyStrength"}; -- don't translate, used internally!
309 ["Dynamiser"] = {t=90, c="gains", icontex="Spell_Nature_Cyclone"};
310  
311  
312 -- Zul'Gurub
313  
314 -- Hakkar
315 ["Siphon de sang"] = {t=90, c="cooldown", mcheck="Hakkar", icontex="Spell_Shadow_LifeDrain02"};
316 ["LIFE DRAIN"] = {t=90.0, c="cooldown", icontex="Spell_Shadow_LifeDrain02"}; -- don't translate, used internally!
317  
318 -- Mandokir's Gaze
319 --["Regard mena\195\167ant"] = {t=2.0, c="hostile", active="true", icontex="Spell_Shadow_Charm"}; -- removed, to call it in the affliction section
320  
321 -- Molten Core
322  
323 -- Lucifron
324 ["Mal\195\169diction imminente"] = {t=20, c="cooldown", m="Lucifron", icontex="Spell_Shadow_NightOfTheDead"};
325 ["Mal\195\169diction de Lucifron"] = {t=20, c="cooldown", m="Lucifron", icontex="Spell_Shadow_BlackPlague"};
326  
327 -- Magmadar
328 ["Panique"] = {t=30, c="cooldown", m="Magmadar", icontex="Spell_Shadow_DeathScream"};
329  
330 -- Gehennas
331 ["Mal\195\169diction de Gehennas"] = {t=30, c="cooldown", m="Gehennas", icontex="Spell_Shadow_GatherShadows"};
332  
333 -- Geddon
334 ["Infernal"] = {t=8.0, c="gains", mcheck="Baron Geddon", icontex="Spell_Fire_Incinerate"};
335  
336 -- Majordomo
337 ["Renvoi de la magie"] = {t=30, i=10.0, c="cooldown", m="Majordomo", icontex="Spell_Frost_FrostShock"};
338 ["Bouclier de d\195\169g\195\162ts"] = {t=30, i=10.0, c="cooldown", m="Majordomo", icontex="Spell_Nature_LightningShield"};
339  
340 -- Ragnaros
341 ["Submerge"] = {t=180.0, c="cooldown", icontex="Spell_Fire_Volcano"}; -- don't translate, used internally!
342 ["Knockback"] = {t=28.0, c="cooldown", icontex="Ability_Kick"}; -- don't translate, used internally!
343 ["Sons of Flame"] = {t=90.0, c="cooldown", icontex="ell_Fire_LavaSpawn"}; -- don't translate, used internally!
344  
345 -- Onyxia
346 ["Souffle de flammes"] = {t=2.0, c="hostile", active="true", icontex="Spell_Fire_Fire"};
347  
348 -- Blackwing Lair
349  
350 -- Razorgore
351 ["Mob Spawn (45sec)"] = {t=45.0, c="cooldown", icontex="Spell_Shadow_RaiseDead"}; -- don't translate, used internally!
352  
353 -- Firemaw/Flamegor/Ebonroc
354 ["Frappe des ailes"] = {t=31.5, i=1.2, c="cooldown", r="Onyxia", a=0, icontex="INV_Misc_MonsterScales_14"};
355 ["First Wingbuffet"] = {t=30.0, c="cooldown", icontex="INV_Misc_MonsterScales_14"}; -- don't translate, used internally! if player enters combat and target is firemaw or flamegor this castbar appears to catch the first wingbuffet!
356 ["Flamme d'ombre"] = {t=2.0, c="hostile", active="true", icontex="Spell_Fire_Incinerate"};
357  
358 -- Flamegor
359 ["Frenzy (CD)"] = {t=10.0, c="cooldown", icontex="INV_Misc_MonsterClaw_03"}; -- don't translate, used internally!
360  
361 -- Chromaggus
362 ["Br\195\187lure de givre"] = {t=60, i=2.0, c="cooldown", active="true", icontex="Spell_Frost_ChillingBlast"};
363 ["Trou de temps"] = {t=60, i=2.0, c="cooldown", active="true", icontex="Spell_Arcane_PortalOrgrimmar"};
364 ["Enflammer la chair"] = {t=60, i=2.0, c="cooldown", active="true", icontex="Spell_Fire_Fire"};
365 ["Acide corrosif"] = {t=60, i=2.0, c="cooldown", active="true", icontex="Spell_Nature_Acid_01"};
366 ["Incin\195\169rer"] = {t=60, i=2.0, c="cooldown", active="true", icontex="Spell_Fire_FlameShock"};
367 ["Killing Frenzy"] = {t=15.0, c="cooldown", icontex="INV_Misc_MonsterClaw_03"}; -- don't translate, used internally!
368 -- Chromaggus, Flamegor, Magmadar etc.
369 ["Fr\195\169n\195\169sie"] = {t=8.0, c="gains", checktarget="true", icontex="INV_Misc_MonsterClaw_03"};
370  
371 -- Neferian/Onyxia
372 ["Rugissement puissant"] = {t=2.0, c="hostile", r="Onyxia", a=1.5, active="true", icontex="Spell_Shadow_Charm"};
373  
374 -- Neferian
375 ["Nefarian calls"] = {t=30.0, c="gains", icontex="INV_Misc_Head_Dragon_Black"}; -- don't translate, used internally!
376 ["Mob Spawn"] = {t=8.0, c="hostile", icontex="Spell_Shadow_RaiseDead"}; -- don't translate, used internally!
377 ["Landing"] = {t=10.0, c="hostile", icontex="INV_Misc_Head_Dragon_Black"}; -- don't translate, used internally!
378  
379 -- Outdoor
380  
381 -- Azuregos
382 ["Temp\195\170te de mana"] = {t=10.0, c="hostile", icontex="Spell_Frost_IceStorm"};
383  
384  
385 }
386  
387  
388 CEnemyCastBar_Afflictions = {
389  
390 -- Warning: only add Spells with the "CEnemyCastBar_SPELL_AFFLICTED" pattern here!
391 -- fragile="true", if mob with the same name dies, the bar won't be removed
392 -- multi="true", the bar is not removed if debuff fades earlier (usefull if one spell is allowed to produce multiple afflictions)
393 -- stun="true", flags all spells which use the same Diminishing Return timer. These 8 Spells were tested to use one and the same timer.
394 -- death="true", removes the castbar although it is a "fragile"
395 -- periodicdmg="true" -> don't update and remove those castbars, only allows periodic damage done by yourself
396 -- spellDR="true", triggers a separate class DR Timer; affmob="true", this stun triggers a class specific DR Timer on a mob (not player), too
397  
398 -- Naturfreund | Warrior Afflicions
399 ["Provocation"] = {t=3.0, multi="true", icontex="Spell_Nature_Reincarnation"};
400 ["Coup railleur"] = {t=6.0, multi="true", icontex="Ability_Warrior_PunishingBlow"};
401 ["Cri de d\195\169fi"] = {t=6, multi="true", icontex="Ability_BullRush"};
402 ["Brise-genou"] = {t=15.0, icontex="Ability_ShockWave"};
403 ["Hurlement per\195\167ant"] = {t=6.0, icontex="Spell_Shadow_DeathScream"};
404 ["Coup de bouclier - silencieux"] = {t=4, solo="true", icontex="Ability_Warrior_ShieldBash"};
405 ["Bourrasque"] = {t=5, solo="true", stun="true", icontex="Ability_ThunderBolt"};
406 ["Charge \195\169tourdissante"] = {t=1, solo="true", stun="true", icontex="Ability_Warrior_Charge"};
407 ["Interception \195\169tourdissante"] = {t=3, solo="true", stun="true", icontex="Ability_Rogue_Sprint"};
408 ["Etourdissement vengeur"] = {t=3, solo="true", icontex="Ability_Warrior_Revenge"};
409 ["Cri d'intimidation"] = {t=8, solo="true", icontex="Ability_GolemThunderClap"};
410 ["D\195\169sarmement"] = {t=10, solo="true", icontex="Ability_Warrior_Disarm"};
411 -- periodic damage spells
412 ["Pourfendre"] = {t=21, periodicdmg="true", icontex="Ability_Gouge"};
413  
414 -- Naturfreund | Mage Afflicions
415 ["Nova de givre"] = {t=8.0, magecold="true", icontex="Spell_Frost_FrostNova"};
416 ["Morsure du givre"] = {t=5.0, magecold="true", icontex="Spell_Frost_FrostArmor"};
417 ["Transir"] = {t=5.0, magecold="true", icontex="Spell_Frost_IceStorm"};
418 ["C\195\180ne de froid"] = {t=9.0, magecold="true", icontex="Spell_Frost_Glacier"}; -- slightly improved with talents (+1 sec)
419 ["Eclair de givre"] = {t=10, solo="true", magecold="true", icontex="Spell_Frost_FrostBolt02"}; -- slightly improved with talents (+1 sec)
420 ["Froid hivernal"] = {t=15, magecold="true", icontex="Spell_Frost_ChillingBlast"};
421 ["Vuln\195\169rabilit\195\169 au Feu"] = {t=30, magecold="true", icontex="Spell_Fire_SoulBurn"};
422 ["M\195\169tamorphose"] = {t=50, fragile="true", spellDR="true", sclass="MAGE", icontex="Spell_Nature_Polymorph"};
423 ["Contresort - Silencieux"] = {t=4, solo="true", icontex="Spell_Frost_IceShock"};
424  
425 -- Naturfreund | Hunter Afflicions
426 ["Coupure d'ailes"] = {t=10, icontex="Ability_Rogue_Trip"};
427 ["Trait de choc am\195\169lior\195\169"] = {t=3, solo="true", icontex="Spell_Frost_Stun"};
428 ["Effet Pi\195\168ge givrant"] = {t=20.0, fragile="true", spellDR="true", sclass="HUNTER", icontex="Spell_Frost_ChainsOfIce"};
429 -- periodic damage spells
430 ["Morsure de serpent"] = {t=15, periodicdmg="true", icontex="Ability_Hunter_Quickshot"};
431  
432 -- Naturfreund | Priest Afflicions
433 ["Vuln\195\169rabilit\195\169 \195\160 l'Ombre"] = {t=15, magecold="true", icontex="Spell_Shadow_ShadowBolt"};
434 ["Apaisement"] = {t=15, icontex="Spell_Holy_MindSooth"};
435 ["Entraves des morts-vivants"] = {t=50, fragile="true", spellDR="true", sclass="PRIEST", icontex="Spell_Nature_Slow"};
436 ["Cri psychique"] = {t=8, solo="true", icontex="Spell_Shadow_PsychicScream"};
437 -- periodic damage spells
438 ["Mot de l'ombre : Douleur"] = {t=18, periodicdmg="true", icontex="Spell_Shadow_ShadowWordPain"};
439 ["Peste d\195\169vorante"] = {t=24, periodicdmg="true", icontex="Spell_Shadow_BlackPlague"};
440 ["Flammes sacr\195\169es"] = {t=10, periodicdmg="true", directhit="true", icontex="Spell_Holy_SearingLight"};
441  
442 -- Naturfreund | Warlock Afflicions
443 ["Bannir"] = {t=30, fragile="true", icontex="Spell_Shadow_Cripple"};
444 -- Succubus
445 ["S\195\169duction"] = {t=15, fragile="true", spellDR="true", sclass="WARLOCK", icontex="Spell_Shadow_MindSteal"};
446 ["Peur"] = {t=8, solo="true", icontex="Spell_Shadow_Possession"};
447 -- periodic damage spells
448 ["Mal\195\169diction d'agonie"] = {t=24, periodicdmg="true", icontex="Spell_Shadow_CurseOfSargeras"};
449 ["Corruption"] = {t=18, periodicdmg="true", icontex="Spell_Shadow_AbominationExplosion"};
450 ["Immolation"] = {t=15, periodicdmg="true", directhit="true", icontex="Spell_Fire_Immolation"};
451  
452 -- Naturfreund | Rogue Afflicions
453 ["Poison affaiblissant"] = {t=12, icontex="Ability_PoisonSting"};
454 ["Assommer"] = {t=45, fragile="true", spellDR="true", sclass="ROGUE", drshare="Assommer, Suriner", icontex="Ability_Sap"};
455 ["Aiguillon perfide"] = {t=6, cpinterval=1, solo="true", spellDR="true", sclass="ROGUE", affmob="true", icontex="Ability_Rogue_KidneyShot"}; -- own DR
456 ["Coup bas"] = {t=4, solo="true", stun="true", icontex="Ability_CheapShot"};
457 ["Suriner"] = {t=5.5, solo="true", spellDR="true", sclass="ROGUE", drshare="Assommer, Suriner", icontex="Ability_Gouge"}; -- normal 4sec impr. 5.5sec (no DR)
458 ["C\195\169cit\195\169"] = {t=10, solo="true", spellDR="true", sclass="ROGUE", icontex="Spell_Shadow_MindSteal"};
459 ["Coup de pied - Silencieux"] = {t=2, solo="true", icontex="Ability_Kick"};
460 ["Riposte"] = {t=6, solo="true", icontex="Ability_Warrior_Disarm"};
461 -- periodic damage spells
462 ["Garrot"] = {t=18, periodicdmg="true", icontex="Ability_Rogue_Garrote"};
463 ["Rupture"] = {t=22, cpinterval=4, periodicdmg="true", icontex="Ability_Rogue_Rupture"};
464  
465 -- Naturfreund | Druid Afflicions
466 ["Grondement"] = {t=3, multi="true", icontex="Ability_Physical_Taunt"};
467 ["Rugissement provocateur"] = {t=6, multi="true", icontex="Ability_Druid_ChallangingRoar"};
468 ["Sarments"] = {t=27, fragile="true", death="true", spellDR="true", sclass="DRUID", icontex="Spell_Nature_StrangleVines"};
469 ["Hibernation"] = {t=40, fragile="true", icontex="Spell_Nature_Sleep"};
470 ["Sonner"] = {t=4, solo="true", stun="true", icontex="Ability_Druid_Bash"};
471 ["Traquenard"] = {t=2, solo="true", stun="true", icontex="Ability_Druid_SupriseAttack"};
472 ["Effet de Charge farouche"] = {t=4, solo="true", stun="true", icontex="Ability_Hunter_Pet_Bear"};
473 -- periodic damage spells
474 ["Essaim d'insectes"] = {t=12, periodicdmg="true", icontex="Spell_Nature_InsectSwarm"};
475 ["Eclat lunaire"] = {t=12, periodicdmg="true", directhit="true", icontex="Spell_Nature_StarFall"};
476 ["D\195\169chirure"] = {t=12, periodicdmg="true", icontex="Ability_GhoulFrenzy"};
477  
478 -- Naturfreund | Paladin Afflicions
479 ["Marteau de la justice"] = {t=6, solo="true", stun="true", icontex="Spell_Holy_SealOfMight"};
480 ["Repentir"] = {t=6, solo="true", icontex="Spell_Holy_PrayerOfHealing"};
481  
482 -- Naturfreund | Shaman Afflicions
483 ["Horion de givre"] = {t=8.0, magecold="true", spellDR="true", sclass="SHAMAN", icontex="Spell_Frost_FrostShock"};
484 -- periodic damage spells
485 ["Horion de flammes"] = {t=12, periodicdmg="true", directhit="true", icontex="Spell_Fire_FlameShock"};
486  
487  
488 -- Naturfreund | Raidencounter Afflicions
489 -- gobal="true" creates a castbar even without a target!
490  
491 -- Zul'Gurub
492 ["Illusions de Jin'do"] = {t=20, global="true", icontex="Spell_Shadow_UnholyFrenzy"}; -- Delusions of Jin'do
493 ["Rendre frou"] = {t=9.5, global="true", icontex="Spell_Shadow_ShadowWordDominate"}; -- Hakkars Mind Control
494 ["Regard mena\195\167ant"] = {t=5.7, global="true", icontex="Spell_Shadow_Charm"}; -- Mandokir's Gaze
495  
496 -- MC
497 ["Bombe vivante"] = {t=8, global="true", icontex="INV_Enchant_EssenceAstralSmall"}; -- Geddon's Bomb
498  
499 -- BWL
500 ["D\195\169flagration"] = {t=10.0, global="true", icontex="Spell_Fire_Incinerate"}; -- Razorgores (and Drakkisaths) Burning
501 ["Mont\195\169e d'adr\195\169naline"] = {t=20.0, global="true", icontex="INV_Gauntlets_03"}; -- Vaelastrasz BA
502 ["Ombre d'Ebonroc"] = {t=8.0, global="true", icontex="Spell_Shadow_GatherShadows"}; -- Ebonroc selfheal debuff
503  
504 -- AQ40
505 ["Accomplissement v\195\169ritable"] = {t=20, global="true", icontex="Spell_Shadow_Charm"}; -- Skeram MindControl
506 ["Peste"] = {t=40, global="true", icontex="Spell_Shadow_CurseOfTounges"}; -- Anubisath Defenders Plague
507 ["Enchev\195\170trement"] = {t=10, global="true", icontex="Spell_Nature_StrangleVines"}; -- Fankriss the Unyielding's Entangle
508  
509 -- Non Boss DeBuffs:
510 ["M\195\169tamorphose sup\195\169rieure"] = {t=20.0, fragile="true", icontex="Spell_Nature_Brilliance"}; -- Polymorph of BWL Spellbinders
511  
512  
513 -- REMOVALS
514 -- just to remove the bar if this spell fades (t is useless here) | only the spells in "CEnemyCastBar_Afflictions" are checked by the "fade-engine"
515 -- Moam
516 ["Dynamiser"] = {t=0};
517 -- Other
518 ["Fr\195\169n\195\169sie"] = {t=0};
519 ["Stun DR"] = {t=0}; -- don't translate, used internally! clear the dimishing return timer if mob dies
520 ["Shield Block"] = {t=0};
521 -- AQ40 Sartura
522 ["Enraged mode"] = {t=0}; -- don't translate, used internally!
523  
524  
525 }
526  
527  
528 -- Zul'Gurub
529 CEnemyCastBar_HAKKAR_YELL = "ANNONCE LA FIN DE VOTRE MONDE";
530  
531 -- AQ40
532 CEnemyCastBar_SARTURA_NAME = "Garde de guerre Sartura";
533 CEnemyCastBar_SARTURA_CALL = "Je vous condamne \195\160 mort";
534 CEnemyCastBar_SARTURA_CRAZY = "devient fou furieux";
535  
536 CEnemyCastBar_HUHURAN_NAME = "Princesse Huhuran";
537 CEnemyCastBar_HUHURAN_CRAZY = "entre dans une rage d\195\169mente";
538 CEnemyCastBar_HUHURAN_FRENZY = "est pris de fr\195\169n\195\169sie";
539  
540 CEnemyCastBar_CTHUN_NAME1 = "Oeil de C'Thun";
541 CEnemyCastBar_CTHUN_WEAKENED = "est affaibli";
542  
543 -- Ruins of AQ
544 CEnemyCastBar_MOAM_STARTING = "sent votre peur.";
545  
546 -- MC
547 CEnemyCastBar_RAGNAROS_STARTING = "^ET MAINTENANT,";
548 CEnemyCastBar_RAGNAROS_KICKER = "^GO\195\155TEZ";
549 CEnemyCastBar_RAGNAROS_SONS = "^VENEZ, MES SERVITEURS";
550  
551 -- BWL
552 CEnemyCastBar_RAZORGORE_CALLER = "Grethok le Contr\195\180leur";
553 CEnemyCastBar_RAZORGORE_CALL = "Sonnez l'alarme";
554  
555 CEnemyCastBar_FIREMAW_NAME = "Gueule-de-feu";
556 CEnemyCastBar_EBONROC_NAME = "Ebonroc";
557 CEnemyCastBar_FLAMEGOR_NAME = "Flamegor";
558 CEnemyCastBar_FLAMEGOR_FRENZY = "est pris de fr\195\169n\195\169sie";
559 CEnemyCastBar_CHROMAGGUS_FRENZY = "entre dans une sanglante fr\195\169n\195\169sie";
560  
561 CEnemyCastBar_NEFARIAN_STARTING = "Que les jeux commencent";
562 CEnemyCastBar_NEFARIAN_LAND = "Beau travail";
563 CEnemyCastBar_NEFARIAN_SHAMAN_CALL = "Chamans, montrez moi";
564 CEnemyCastBar_NEFARIAN_DRUID_CALL = "Les druides et leur stupides";
565 CEnemyCastBar_NEFARIAN_WARLOCK_CALL = "D\195\169monistes, vous ne devriez pas jouer";
566 CEnemyCastBar_NEFARIAN_PRIEST_CALL = "Pr\195\170tres ! Si vous continuez";
567 CEnemyCastBar_NEFARIAN_HUNTER_CALL = "Ah, les chasseurs et les stupides";
568 CEnemyCastBar_NEFARIAN_WARRIOR_CALL = "Guerriers, je sais que vous pouvez frapper plus fort";
569 CEnemyCastBar_NEFARIAN_ROGUE_CALL = "Voleurs, arr\195\170tez de vous cacher";
570 CEnemyCastBar_NEFARIAN_PALADIN_CALL = "Les paladins";
571 CEnemyCastBar_NEFARIAN_MAGE_CALL = "Les mages aussi";
572  
573  
574 -- Event Pattern
575 CEnemyCastBar_MOB_DIES = "(.+) meurt"
576 CEnemyCastBar_SPELL_GAINS = "(.+) gagne (.+)."
577 CEnemyCastBar_SPELL_CAST = "(.+) commence \195\160 lancer (.+)."
578 CEnemyCastBar_SPELL_PERFORM = "(.+) commence \195\160 ex\195\169cuter (.+)."
579 CEnemyCastBar_SPELL_CASTS = "(.+) lance (.+)."
580 CEnemyCastBar_SPELL_AFFLICTED = "(.+) (.+) les effets de (.+).";
581 CEnemyCastBar_SPELL_DAMAGE = "(.+) de (.+) inflige \195\160 (.+) (%d+)";
582 -- spell from mob damage <- correct order here? tell me pls
583 -- engl. : "%s suffers %d %s damage from %s's %s."
584 -- french: "%5$s de %4$s inflige à %1$s %2$d points de dégâts |2 %3$s."
585 -- german: "%1$s erleidet %2$d %3$sschaden von %4$s (durch %5$s)."
586 -- \195\160 == à,
587  
588  
589 -- Naturfreund
590 CEnemyCastBar_SPELL_DAMAGE_SELFOTHER = "Votre (.+) inflige (.+) \195\160 (.+).";
591  
592 CEnemyCastBar_SPELL_FADE = "(.+) sur (.+) vient de se dissiper.";
593 -- effect mob <- correct order here? tell me pls
594  
595 CEnemyCastBar_SPELL_REMOVED = "(.+) n'est plus sous l'influence de (.+)."
596 -- mob spell <- correct order here? tell me pls
597  
598 CEnemyCastBar_SPELL_HITS_SELFOTHER = "Votre (.+) touche (.+) et lui inflige (.+).";
599 -- spell mob (damage)
600 CEnemyCastBar_SPELL_CRITS_SELFOTHER = "Votre (.+) inflige un coup critique \195\160 (.+) %((.+)%).";
601  
602 CECB_SELF1 = "Vous";
603 CECB_SELF2 = "vous";
604  
605  
606 -- Options Menue
607 CECB_status_txt = "EnemyCastBar Mod activated";
608 CECB_pvp_txt = "PvP/Common CastBars activated";
609 CECB_gains_txt = "Spelltype 'gains' activated";
610 CECB_cdown_txt = "Some CoolDownBars activated";
611 CECB_cdownshort_txt = "ONLY show short CDs";
612 CECB_pve_txt = "PvE/Raid Castbars activated";
613 CECB_afflict_txt = "Show Debuffs";
614 CECB_globalfrag_txt = "'Show Mob Outs' even w/o Target";
615 CECB_magecold_txt = "Show Cold + Vulnerability effects";
616 CECB_solod_txt = "Show 'Solo Debuffs' (Stuns)";
617 CECB_drtimer_txt = "Consider 'Diminishing Return'";
618 CECB_classdr_txt = "Consider class specific 'DRs'";
619 CECB_sdots_txt = "Observe own DoTs";
620 CECB_affuni_txt = "ONLY show Debuffs from RaidBosses";
621 CECB_parsec_txt = "Parse CT_RA/Raid/PartyChat";
622 CECB_broadcast_txt = "Broadcast CBs via CT_RA Channel";
623 CECB_targetm_txt = "Target on BarLeftClick";
624 CECB_timer_txt = "Show Timer next to CastBars";
625 CECB_tsize_txt = "Small textfont for CastBars";
626 CECB_flipb_txt = "Flip over CastBars";
627 CECB_flashit_txt = "'Flash' CastBars at their end";
628 CECB_showicon_txt = "Show Icon next to CastBars";
629 CECB_scale_txt = "Scaling: ";
630 CECB_alpha_txt = "Alphablending: ";
631 CECB_numbars_txt = "Max. number of CastBars: ";
632 CECB_space_txt = "Iconsize, Distance of CastBars: ";
633 CECB_minimap_txt = "Position at the MiniMap: ";
634  
635 CECB_status_tooltip = "Activates/ Deactivates the appearing of CastBars while gaming and switches off all Events to reduce CPU load.";
636 CECB_pvp_tooltip = "Activates CastBars for all supported, common spells of players.";
637 CECB_gains_tooltip = "Activates CastBars for 'gains'.\nThose are spells like 'Iceblock', 'Bloodrage' and Heal over Time (HoTs).";
638 CECB_cdown_tooltip = "Activates the CoolDown-Times for some(!) spells, which have casttimes or are 'gains'.";
639 CECB_cdownshort_tooltip = "Only shows Cooldowns if their duration is 60 or less seconds.";
640 CECB_pve_tooltip = "Activates CastBars for PvE/Raid-Encounters";
641 CECB_afflict_tooltip = "Shows immobilizing Debuffs, e.g. '(Polymorph)' or 'Harmstring'. Simultaneously activates many Debuffs of bosses which can be cast on players, e.g. 'Burning Adrenaline'.";
642 CECB_globalfrag_tooltip = "Shows CastBars at 'Mob Outs', even if the affected Mob is not your current target.\n\n'Mob Outs' are 'Shackle Undead', 'Banish', 'Polymorph' etc.";
643 CECB_magecold_tooltip = "Shows the following cold effects:\n'Frost Nova', 'Frostbite', 'Chilled', 'Cone of Cold' and 'Frostbolt'.\nAdditionally vulnerabilities (cold, fire, shadow) will be displayed.";
644 CECB_solod_tooltip = "Shows many Stuns. Also activates silenced, fear, disarm and threat effects!";
645 CECB_drtimer_tooltip = "Considers 'Diminishing Return' for the biggest stun-family which use the same timer.\nThese are 3 Warrior, 3 Druid, 1 Pala and 1 Rogue stuns.\n\nYou will see a bar counting down the 20 seconds until you will be able to afflict the full stun length again.";
646 CECB_classdr_tooltip = "Considers class specific 'Diminishing Returns' like 'Sap' and 'Polymorph'.\n\n|cffff0000Usually these timers are only active against other Players|r and are only displayed for the matching character class.";
647 CECB_sdots_tooltip = "Shows the duration of your DoTs (e.g. |cffffffff'Corruption' |r-|cffffffff 'Serpent Sting'|r).\nThe CastBars won't renew if the DoT is casted again before the duration ran out! |cffff0000\nAt best, renew the DoT at the very end of its duration or the timer becomes crazy!|r\n\nDoTs which additionally afflict instant damage will renew the CastBar and do not have this problem (e.g |cffffffff'Immolate'|r)!";
648 CECB_affuni_tooltip = "Switches off all Debuffs, which do not come from RaidBosses, to have a better overview.";
649 CECB_timer_tooltip = "Additionally shows an digital Timer beneath the CastBars.";
650 CECB_targetm_tooltip = "The Mob, the CastBar came from, may be targeted by a LeftClick on the CastBar through this option.";
651 CECB_parsec_tooltip = "All Users who enable this option, receive a CastBar on their screen, if one of the following commands with a set time appears at the beginning of the Raid-/Party-/CT_RA-Chat: '|cffffffff.countmin|r', '|cffffffff.countsec|r', '|cffffffff.repeat|r' or '|cffffffff.stopcount|r' (s. Help).\n\nExample:\n|cffffffff.countsec 45 Until Spawn|r\n\nInstead of:\n|cffffffff/necb countsec 45 Until Spawn\n\n|cffff0000Also needed for CT_RA Support!";
652 CECB_broadcast_tooltip = "Raidspells and Debuffs will be broadcasted through the CT_RA Channel.\nThis only works if sender and receiver use the same language!\n\n|cffff0000ATTENTION:|r This option should only be enable by some few, selected Players of the Raid!\nPvP Spells won't be transmitted.";
653 CECB_tsize_tooltip = "Lowers the size of the textfont to allow more letters in the castbars.";
654 CECB_flipb_tooltip = "Turns the direction in which CastBars appear around.\nNormal: From button up.\nActivated: From top down.";
655 CECB_flashit_tooltip = "CastBars with a Totaltime of at least 20 Sekunden, begin to 'flash' after 20% of the bar is left.\nBut at maximum the last 10 seconds are 'flashed'.";
656 CECB_showicon_tooltip = "Displays the proper spell icon next to the Castbar.\n\nThe size will automatically fit to the 'Space between CastBars' setting.";
657 CECB_scale_tooltip = "Does allow to change the size of the CastBars from 30 till 130 percent.";
658 CECB_alpha_tooltip = "Does allow to change the transparency of the CastBars.";
659 CECB_numbars_tooltip = "Sets the maximum allowed CastBars on your screen.";
660 CECB_space_tooltip = "Sets the space between CastBars.\n(default is 20)";
661 CECB_minimap_tooltip = "Moves the NECB Button around the MiniMap.";
662 CECB_fps_tooltip = "Creates a standalone clone of the FPS Bar which can be placed freely.\n\n|cffff0000This setting will NOT be saved.";
663  
664  
665 CECB_menue_txt = "Options";
666 CECB_menuesub1_txt = "Which CastBars to show?";
667 CECB_menuesub2_txt = "Appearance of CastBars/ Other";
668 CECB_menue_reset = "Defaults";
669 CECB_menue_help = "Help";
670 CECB_menue_mbar = "Movable Bar";
671 --CECB_menue_close = "Close";
672 CECB_menue_rwarning = "WARNING!\n\nAll values and positions will be restored \nto 'factory defaults'!\n\nDo you really want a complete reset?";
673 CECB_menue_ryes = "Yes";
674 CECB_menue_rno = "NO!";
675 CECB_menue_CTRAChan = "CT_RA Channel: ";
676 CECB_menue_CTRAnoBC = "please broadcast";
677 CECB_minimapoff_txt = "off";
678  
679  
680 end