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() == "enUS" ) 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 ["Hearthstone"] = {t=10.0, icontex="INV_Misc_Rune_01"};
16  
17 -- Trinkets & Racials
18 ["Brittle Armor"] = {t=20.0, d=120, icontex="Spell_Shadow_GrimWard"}; -- gain
19 ["Unstable Power"] = {t=20.0, d=120, icontex="Spell_Lightning_LightningBolt01"}; -- gain
20 ["Restless Strength"] = {t=20.0, d=120, icontex="Spell_Shadow_GrimWard"}; -- gain
21 ["Ephemeral Power"] = {t=15.0, d=90, icontex="Spell_Holy_MindVision"}; -- gain
22 ["Arcane Power"] = {t=15.0, d=180, icontex="Spell_Nature_Lightning"}; -- gain
23 ["Massive Destruction"] = {t=20.0, d=180, icontex="Spell_Fire_WindsofWoe"}; -- gain
24 ["Arcane Potency"] = {t=20.0, d=180, icontex="Spell_Arcane_StarFire"}; -- gain
25 ["Energized Shield"] = {t=20.0, d=180, icontex="Spell_Nature_CallStorm"}; -- gain
26 ["Brilliant Light"] = {t=20.0, d=180, icontex="Spell_Holy_MindVision"}; -- gain
27 ["Will of the Forsaken"] = {t=5.0, d=120, icontex="Spell_Shadow_RaiseDead"}; -- gain
28 ["Perception"] = {t=20.0, d=180, icontex="Spell_Nature_Sleep"}; -- gain
29 ["Mar'li's Brain Boost"] = {t=30.0, d=180, icontex="INV_ZulGurubTrinket"}; -- gain
30 ["War Stomp"] = {t=0.5, d=120, icontex="Ability_WarStomp"};
31 ["Stoneform"] = {t=8.0, d=180, icontex="Spell_Shadow_UnholyStrength"};
32 ["Shadowguard"] = {t=1.5, icontex="Spell_Nature_LightningShield"};
33  
34 ["Earthstrike"] = {t=20.0, d=120, icontex="Spell_Nature_AbolishMagic"}; -- gain
35 ["Gift of Life"] = {t=20.0, d=300, icontex="INV_Misc_Gem_Pearl_05"}; -- gain
36 ["Nature Aligned"] = {t=20.0, d=300, icontex="Spell_Nature_SpiritArmor"}; -- gain
37  
38 -- Engineering
39 ["Frost Reflector"] = {t=5.0, d=300.0, icontex="Spell_Frost_FrostWard"}; -- gain
40 ["Shadow Reflector"] = {t=5.0, d=300.0, icontex="Spell_Shadow_AntiShadow"}; -- gain
41 ["Fire Reflector"] = {t=5.0, d=300.0, icontex="Spell_Fire_SealOfFire"}; -- gain
42  
43 -- First Aid
44 ["First Aid"] = {t=8.0, d=60, icontex="Spell_Holy_Heal"}; -- gain
45 ["Linen Bandage"] = {t=3.0, icontex="INV_Misc_Bandage_15"};
46 ["Heavy Linen Bandage"] = {t=3.0, icontex="INV_Misc_Bandage_18"};
47 ["Wool Bandage"] = {t=3.0, icontex="INV_Misc_Bandage_14"};
48 ["Heavy Wool Bandage"] = {t=3.0, icontex="INV_Misc_Bandage_17"};
49 ["Silk Bandage"] = {t=3.0, icontex="INV_Misc_Bandage_01"};
50 ["Heavy Silk Bandage"] = {t=3.0, icontex="INV_Misc_Bandage_02"};
51 ["Mageweave Bandage"] = {t=3.0, icontex="INV_Misc_Bandage_19"};
52 ["Heavy Mageweave Bandage"] = {t=3.0, icontex="INV_Misc_Bandage_20"};
53 ["Runecloth Bandage"] = {t=3.0, icontex="INV_Misc_Bandage_11"};
54 ["Heavy Runecloth Bandage"] = {t=3.0, icontex="INV_Misc_Bandage_12"};
55  
56 -- Druid
57 ["Healing Touch"] = {t=3.0, icontex="Spell_Nature_HealingTouch"};
58 ["Regrowth"] = {t=2.0, g=21.0, icontex="Spell_Nature_ResistNature"};
59 ["Rebirth"] = {t=2.0, d=1800.0, icontex="Spell_Nature_Reincarnation"};
60 ["Starfire"] = {t=3.5, icontex="Spell_Arcane_StarFire"};
61 ["Wrath"] = {t=2.0, icontex="Spell_Nature_AbolishMagic"};
62 ["Entangling Roots"] = {t=1.5, icontex="Spell_Nature_StrangleVines"};
63 ["Dash"] = {t=15.0, d=300.0, icontex="Ability_Druid_Dash"}; -- gain
64 ["Hibernate"] = {t=1.5, icontex="Spell_Nature_Sleep"};
65 ["Soothe Animal"] = {t=1.5, icontex="Ability_Hunter_BeastSoothe"};
66 ["Barkskin"] = {t=15.0, d=60, icontex="Spell_Nature_StoneClawTotem"}; -- gain
67 ["Innervate"] = {t=20.0, icontex="Spell_Nature_Lightning"}; -- gain
68 ["Teleport: Moonglade"] = {t=10.0, icontex="Spell_Arcane_TeleportMoonglade"};
69 ["Tiger's Fury"] = {t=6.0, icontex="Ability_Mount_JungleTiger"}; -- gain
70 ["Frenzied Regeneration"] = {t=10.0, d=180.0, icontex="Ability_BullRush"}; -- gain
71 ["Rejuvenation"] = {t=12.0, icontex="Spell_Nature_Rejuvenation"}; -- gain
72 ["Abolish Poison"] = {t=8.0, icontex="Spell_Nature_NullifyPoison_02"}; -- gain
73  
74 ["Tranquility"] = {t=10.0, d=300.0, icontex="Spell_Nature_Tranquility"};
75  
76 -- Hunter
77 ["Aimed Shot"] = {t=3.0, d=6.0, icontex="INV_Spear_07"};
78 ["Scare Beast"] = {t=1.0, d=30.0, icontex="Ability_Druid_Cower"};
79 ["Volley"] = {t=6.0, d=60.0, icontex="Ability_Marksmanship"};
80 ["Dismiss Pet"] = {t=5.0, icontex="Spell_Nature_SpiritWolf"};
81 ["Revive Pet"] = {t=10.0, icontex="Ability_Hunter_BeastSoothe"};
82 ["Eyes of the Beast"] = {t=2.0, icontex="Ability_EyeOfTheOwl"};
83 ["Rapid Fire"] = {t=15.0, d=300.0, icontex="Ability_Hunter_RunningShot"}; -- gain
84 ["Deterrence"] = {t=10, d=300.0, icontex="Ability_Whirlwind"}; -- gain
85  
86 ["Multi-Shot"] = {d=10.0, icontex="Ability_UpgradeMoonGlaive"};
87  
88  
89 -- Mage
90 ["Frostbolt"] = {t=2.5, icontex="Spell_Frost_FrostBolt02"};
91 ["Fireball"] = {t=3.0, icontex="Spell_Fire_FlameBolt"};
92 ["Conjure Water"] = {t=3.0, icontex="INV_Drink_18"};
93 ["Conjure Food"] = {t=3.0, icontex="INV_Misc_Food_33"};
94 ["Conjure Mana Ruby"] = {t=3.0, icontex="INV_Misc_Gem_Ruby_01"};
95 ["Conjure Mana Citrine"] = {t=3.0, icontex="INV_Misc_Gem_Opal_01"};
96 ["Conjure Mana Jade"] = {t=3.0, icontex="INV_Misc_Gem_Emerald_02"};
97 ["Conjure Mana Agate"] = {t=3.0, icontex="INV_Misc_Gem_Emerald_01"};
98 ["Polymorph"] = {t=1.5, icontex="Spell_Nature_Polymorph"};
99 ["Pyroblast"] = {t=6.0, d=60.0, icontex="Spell_Fire_Fireball02"};
100 ["Scorch"] = {t=1.5, icontex="Spell_Fire_SoulBurn"};
101 ["Flamestrike"] = {t=3.0, r="Death Talon Hatcher", a=2.5, icontex="Spell_Fire_SelfDestruct"};
102 ["Slow Fall"] = {t=30.0, icontex="Spell_Magic_FeatherFall"}; -- gain
103 ["Portal: Darnassus"] = {t=10.0, icontex="Spell_Arcane_PortalDarnassus"};
104 ["Portal: Thunder Bluff"] = {t=10.0, icontex="Spell_Arcane_PortalThunderBluff"};
105 ["Portal: Ironforge"] = {t=10.0, icontex="Spell_Arcane_PortalIronForge"};
106 ["Portal: Orgrimmar"] = {t=10.0, icontex="Spell_Arcane_PortalOrgrimmar"};
107 ["Portal: Stormwind"] = {t=10.0, icontex="Spell_Arcane_PortalStormWind"};
108 ["Portal: Undercity"] = {t=10.0, icontex="Spell_Arcane_PortalUnderCity"};
109 ["Teleport: Darnassus"] = {t=10.0, icontex="Spell_Arcane_TeleportDarnassus"};
110 ["Teleport: Thunder Bluff"] = {t=10.0, icontex="Spell_Arcane_TeleportThunderBluff"};
111 ["Teleport: Ironforge"] = {t=10.0, icontex="Spell_Arcane_TeleportIronForge"};
112 ["Teleport: Orgrimmar"] = {t=10.0, icontex="Spell_Arcane_TeleportOrgrimmar"};
113 ["Teleport: Stormwind"] = {t=10.0, icontex="Spell_Arcane_TeleportStormWind"};
114 ["Teleport: Undercity"] = {t=10.0, icontex="Spell_Arcane_TeleportUnderCity"};
115 ["Fire Ward"] = {t=30.0, icontex="Spell_Fire_FireArmor"}; -- gain
116 ["Frost Ward"] = {t=30.0, icontex="Spell_Frost_FrostWard"}; -- gain
117 ["Evocation"] = {t=8.0, icontex="Spell_Nature_Purge"}; -- gain
118 ["Ice Block"] = {t=10.0, d=300.0, icontex="Spell_Frost_Frost"}; -- gain
119 ["Arcane Power"] = {t=15.0, d=180.0, icontex="Spell_Nature_Lightning"}; -- gain
120  
121 ["Ice Barrier"] = {d=120.0, icontex="Spell_Ice_Lament"};
122 ["Blink"] = {d=15.0, icontex="Spell_Arcane_Blink"};
123  
124  
125 -- Paladin
126 ["Holy Light"] = {t=2.5, icontex="Spell_Holy_HolyBolt"};
127 ["Flash of Light"] = {t=1.5, icontex="Spell_Holy_FlashHeal"};
128 ["Summon Charger"] = {t=3.0, g=0.0, icontex="Ability_Mount_Charger"};
129 ["Summon Warhorse"] = {t=3.0, g=0.0, icontex="Spell_Nature_Swiftness"};
130 ["Hammer of Wrath"] = {t=1.0, d=6.0, icontex="Ability_ThunderClap"};
131 ["Holy Wrath"] = {t=2.0, d=60.0, icontex="Spell_Holy_Excorcism"};
132 ["Turn Undead"] = {t=1.5, d=30.0, icontex="Spell_Holy_TurnUndead"};
133 ["Redemption"] = {t=10.0, icontex="Spell_Holy_Resurrection"};
134 ["Divine Protection"] = {t=8.0, d=300.0, icontex="Spell_Holy_Restoration"}; -- gain
135 ["Divine Shield"] = {t=12.0, d=300.0, icontex="Spell_Holy_DivineIntervention"}; -- gain
136 ["Blessing of Freedom"] = {t=16.0, icontex="Spell_Holy_SealOfValor"}; -- gain
137 ["Blessing of 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 ["Lay on Hands"] = {d=3600.0, icontex="Spell_Holy_LayOnHands"};
142  
143  
144 -- Priest
145 ["Greater Heal"] = {t=2.5, g=15, icontex="Spell_Holy_GreaterHeal"}; --!
146 ["Flash Heal"] = {t=1.5, icontex="Spell_Holy_FlashHeal"};
147 ["Resurrection"] = {t=10.0, icontex="Spell_Holy_Resurrection"};
148 ["Smite"] = {t=2.0, icontex="Spell_Holy_HolySmite"}; --!
149 ["Mind Blast"] = {t=1.5, d=8.0, icontex="Spell_Shadow_UnholyFrenzy"};
150 ["Mind Control"] = {t=3.0, g=0.0, icontex="Spell_Shadow_ShadowWordDominate"};
151 ["Mana Burn"] = {t=3.0, icontex="Spell_Shadow_ManaBurn"};
152 ["Holy Fire"] = {t=3.0, icontex="Spell_Holy_SearingLight"}; --!
153 ["Mind Soothe"] = {t=1.5, icontex="Spell_Holy_MindSooth"};
154 ["Prayer of Healing"] = {t=3.0, icontex="Spell_Holy_PrayerOfHealing02"};
155 ["Shackle Undead"] = {t=1.5, icontex="Spell_Nature_Slow"};
156 ["Fade"] = {t=10.0, d=30.0, icontex="Spell_Magic_LesserInvisibilty"}; -- gain
157 ["Renew"] = {t=15.0, icontex="Spell_Holy_Renew"}; -- gain
158 ["Abolish Disease"] = {t=20.0, icontex="Spell_Nature_NullifyDisease"}; -- gain
159 ["Feedback"] = {t=15.0, icontex="Spell_Shadow_RitualOfSacrifice"}; -- gain
160 ["Inspiration"] = {t=15.0, icontex="INV_Shield_06"}; -- gain (target), Talent
161 ["Power Infusion"] = {t=15.0, d=180, icontex="Spell_Holy_PowerInfusion"}; -- gain, Talent
162 ["Focused Casting"] = {t=6.0, icontex="Spell_Arcane_Blink"}; -- gain, Talent
163  
164 ["Power Word: Shield"] = {t=30, d=15.0, icontex="Spell_Holy_PowerWordShield"};
165  
166  
167 -- Rogue
168 ["Disarm Trap"] = {t=2.0, icontex="Spell_Shadow_GrimWard"};
169 ["Sprint"] = {t=15.0, d=300.0, icontex="Ability_Rogue_Sprint"}; -- gain
170 ["Pick Lock"] = {t=5.0, icontex="Spell_Nature_MoonKey"};
171 ["Evasion"] = {t=15.0, d=300, icontex="Spell_Shadow_ShadowWard"}; -- gain
172 ["Vanish"] = {t=10.0, d=300, icontex="Ability_Vanish"}; -- gain
173 ["Blade Flurry"] = {t=15.0, d=120, icontex="Ability_Rogue_SliceDice"}; -- gain
174  
175 ["Instant Poison VI"] = {t=3.0, icontex="Ability_Poisons"};
176 ["Deadly Poison V"] = {t=3.0, icontex="Ability_Rogue_DualWeild"};
177 ["Crippling Poison"] = {t=3.0, icontex="Ability_PoisonSting"};
178 ["Crippling Poison II"] = {t=3.0, icontex="Ability_PoisonSting"};
179 ["Mind-numbing Poison"] = {t=3.0, icontex="Spell_Nature_NullifyDisease"};
180 ["Mind-numbing Poison II"] = {t=3.0, icontex="Spell_Nature_NullifyDisease"};
181 ["Mind-numbing Poison III"] = {t=3.0, icontex="Spell_Nature_NullifyDisease"};
182  
183  
184 -- Shaman
185 ["Lesser Healing Wave"] = {t=1.5, icontex="Spell_Nature_HealingWaveLesser"};
186 ["Healing Wave"] = {t=2.5, icontex="Spell_Nature_MagicImmunity"}; --! talent
187 ["Ancestral Spirit"] = {t=10.0, icontex="Spell_Nature_Regenerate"};
188 ["Chain Lightning"] = {t=2.5, d=6.0, icontex="Spell_Nature_ChainLightning"};
189 ["Ghost Wolf"] = {t=3.0, icontex="Spell_Nature_SpiritWolf"};
190 ["Astral Recall"] = {t=10.0, icontex="Spell_Nature_AstralRecal"};
191 ["Chain Heal"] = {t=2.5, icontex="Spell_Nature_HealingWaveGreater"};
192 ["Lightning Bolt"] = {t=3.0, icontex="Spell_Nature_Lightning"};
193 ["Far Sight"] = {t=2.0, icontex="Spell_Nature_FarSight"};
194 ["Stoneclaw Totem"] = {t=15.0, d=30.0, icontex="Spell_Nature_StoneClawTotem"}; -- '?-- works? -- gain
195 ["Mana Tide Totem"] = {t=15.0, d=300.0, icontex="Spell_Frost_SummonWaterElemental"}; -- '?-- works? -- gain
196 ["Fire Nova Totem"] = {t=5.0, d=15.0, icontex="Spell_Fire_SealOfFire"}; -- '?-- works? -- gain
197 ["Stormstrike"] = {t=12.0, d=25, icontex="Spell_Holy_SealOfMight"}; -- gain
198  
199 ["Grounding Totem"] = {d=15.0, icontex="Spell_Nature_GroundingTotem"}; -- works?
200  
201  
202 -- Warlock
203 ["Shadow Bolt"] = {t=2.5, icontex="Spell_Shadow_ShadowBolt"};
204 ["Immolate"] = {t=1.5, icontex="Spell_Fire_Immolation"};
205 ["Soul Fire"] = {t=4.0, d=60.0, icontex="Spell_Fire_Fireball02"};
206 ["Searing Pain"] = {t=1.5, icontex="Spell_Fire_SoulBurn"};
207 ["Summon Dreadsteed"] = {t=3.0, g=0.0, icontex="Ability_Mount_Dreadsteed"};
208 ["Summon Felsteed"] = {t=3.0, g=0.0, icontex="Spell_Nature_Swiftness"};
209 ["Summon Imp"] = {t=6.0, icontex="Spell_Shadow_Imp"};
210 ["Summon Succubus"] = {t=6.0, icontex="Spell_Shadow_SummonSuccubus"};
211 ["Summon Voidwalker"] = {t=6.0, icontex="Spell_Shadow_SummonVoidWalker"};
212 ["Summon Felhunter"] = {t=6.0, icontex="Spell_Shadow_SummonFelHunter"};
213 ["Fear"] = {t=1.5, icontex="Spell_Shadow_Possession"};
214 ["Howl of Terror"] = {t=2.0, d=40.0, g=0.0, icontex="Spell_Shadow_DeathScream"};
215 ["Banish"] = {t=1.5, icontex="Spell_Shadow_Cripple"};
216 ["Ritual of Summoning"] = {t=5.0, icontex="Spell_Shadow_Twilight"};
217 ["Ritual of Doom"] = {t=10.0, icontex="Spell_Shadow_AntiMagicShell"};
218 ["Create Spellstone"] = {t=5.0, icontex="INV_Misc_Gem_Sapphire_01"};
219 ["Create Soulstone"] = {t=3.0, icontex="Spell_Shadow_SoulGem"};
220 ["Create Healthstone"] = {t=3.0, icontex="INV_Stone_04"};
221 ["Create Major Healthstone"] = {t=3.0, icontex="INV_Stone_04"};
222 ["Create Firestone"] = {t=3.0, icontex="INV_Ammo_FireTar"};
223 ["Enslave Demon"] = {t=3.0, icontex="Spell_Shadow_EnslaveDemon"};
224 -- ["Inferno"] = {t=2.0, d=3600.0}; -- removed for PvE (Geddon)
225 ["Shadow Ward"] = {t=30.0, icontex="Spell_Shadow_AntiShadow"}; -- gain
226 ["Amplify Curse"] = {t=30.0, d=180, icontex="Spell_Shadow_Contagion"}; -- gain
227  
228 -- Imp
229 ["Firebolt"] = {t=1.5, icontex="Spell_Fire_FireBolt"};
230  
231 -- Succubus
232 ["Seduction"] = {t=1.5, icontex="Spell_Shadow_MindSteal"};
233 ["Soothing Kiss"] = {t=4.0, d=4.0, icontex="Spell_Shadow_SoothingKiss"};
234  
235 -- Voidwalker
236 ["Consume Shadows"] = {t=10.0, icontex="Spell_Shadow_AntiShadow"}; -- gain
237  
238 -- Warrior
239 ["Bloodrage"] = {t=10.0, d=60, icontex="Ability_Racial_BloodRage"}; -- gain
240 ["Bloodthirst"] = {t=8.0, icontex="Spell_Nature_BloodLust"}; -- gain
241 ["Shield Wall"] = {t=10.0, d=1800.0, icontex="Ability_Warrior_ShieldWall"}; -- gain
242 ["Recklessness"] = {t=15.0, d=1800.0, icontex="Ability_CriticalStrike"}; -- gain
243 ["Retaliation"] = {t=15.0, d=1800.0, icontex="Ability_Warrior_Challange"}; -- gain
244 ["Berserker Rage"] = {t=10.0, d=30, icontex="Spell_Nature_AncestralGuardian"}; -- gain
245 ["Last Stand"] = {t=20.0, d=600, icontex="Spell_Holy_AshesToAshes"}; -- gain
246 ["Death Wish"] = {t=30.0, d=180, icontex="Spell_Shadow_DeathPact"}; -- gain
247 -- ["Enrage"] = {t=12.0, icontex="Spell_Shadow_UnholyFrenzy"}; -- gain
248 ["Shield Block"] = {t=5.5, icontex="Ability_Defend"}; -- gain, 1 Talent point in impr. block
249  
250  
251 -- Mobs
252 ["Shrink"] = {t=3.0, icontex="Spell_Ice_MagicDamage"};
253 ["Banshee Curse"] = {t=2.0, icontex="Spell_Nature_Drowsy"};
254 ["Shadow Bolt Volley"] = {t=3.0, icontex="Spell_Shadow_ShadowBolt"};
255 ["Cripple"] = {t=3.0, icontex="Spell_Shadow_Cripple"};
256 ["Dark Mending"] = {t=3.5, icontex="Spell_Shadow_ChillTouch"}; -- gain
257 ["Spirit Decay"] = {t=2.0, icontex="Spell_Holy_HarmUndeadAura"};
258 ["Gust of Wind"] = {t=2.0, icontex="Spell_Nature_EarthBind"};
259  
260  
261  
262 }
263  
264 CEnemyCastBar_Raids = {
265  
266 -- "mcheck" to only show a bar if cast from this mob, don't use together with "m", "i" or "r"!
267 -- "m" sets a mob's name for the castbar; "i" shows a second bar; "r" sets a different CastTime for this Mob
268 -- "active" only allows this spell to be an active cast, no afflictions and something else!
269 -- "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!
270 -- "checktarget" checks if the mob casted this spell is your current target. Normally this isn't done with RaidSpells.
271 -- "icasted" guides this spell through the instant cast protection
272  
273 -- Ahn'Qiraj
274  
275 -- 40 Man
276 ["Obsidian Eradicator"] = {t=1800.0, c="cooldown", global="true", m="Respawn", icontex="Spell_Holy_Resurrection"};
277  
278 -- Twin Emperors
279 ["Twin Teleport"] = {t=25.0, c="cooldown", icasted="true", icontex="Spell_Arcane_Blink"};
280 ["Explode Bug"] = {t=5.0, c="gains", icontex="Spell_Fire_Fire"};
281 ["Mutate Bug"] = {t=5.0, c="gains", icontex="Ability_Hunter_Pet_Scorpid"};
282  
283 -- C'Thun
284 ["Eye Tentacle (Repeater)"] = {t=45, c="cooldown", icontex="INV_Misc_AhnQirajTrinket_05"}; -- don't translate, used internally! +auto global="true" on engage!
285 ["Next Eye Tentacle"] = {t=122, c="cooldown", icontex="INV_Misc_AhnQirajTrinket_05"}; -- don't translate, used internally!
286 ["Phase2 Eye Tentacle"] = {t=42, c="cooldown", icontex="INV_Misc_AhnQirajTrinket_05"}; -- don't translate, used internally!
287 --["Dark Glare (Repeater)"] = {t=86, c="cooldown", icontex="Spell_Nature_CallStorm"}; -- don't translate, used internally!; remove in lua, too, if works
288 ["First Dark Glare"] = {t=48, c="cooldown", icontex="Spell_Nature_CallStorm"}; -- don't translate, used internally! +auto global="true" on engage!
289 ["Weakened!!!"] = {t=45, c="gains"}; -- don't translate, used internally!
290 ["Eye Beam"] = {t=86, i=40, c="cooldown", active="true", icontex="Spell_Nature_CallStorm"};
291  
292 -- Skeram
293 ["Arcane Explosion"] = {t=1.2, c="hostile", mcheck="The Prophet Skeram", icontex="Spell_Nature_WispSplode"};
294  
295 -- Sartura (Twin Emps enrage)
296 ["Whirlwind"] = {t=15.0, c="gains", mcheck="Battleguard Sartura", icontex="Ability_Whirlwind"};
297 ["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!
298 ["Enters Enraged mode"] = {t=3, c="gains", icontex="Spell_Shadow_UnholyFrenzy"}; -- don't translate, used internally!
299  
300 -- Huhuran
301 ["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!
302 ["Enters Berserk mode"] = {t=3, c="gains", icontex="Racial_Troll_Berserk"}; -- don't translate, used internally!
303 ["Wyvern Sting"] = {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"};
304  
305  
306 -- 20 Man
307 ["Explode"] = {t=6.0, c="hostile", icontex="Spell_Fire_SelfDestruct"};
308  
309 -- Moam
310 ["Until Stoneform"] = {t=90, c="grey", icontex="Spell_Shadow_UnholyStrength"}; -- don't translate, used internally!
311 ["Energize"] = {t=90, c="gains", icontex="Spell_Nature_Cyclone"};
312  
313 -- Zul'Gurub
314  
315 -- Hakkar
316 ["Blood Siphon"] = {t=90.0, c="cooldown", mcheck="Hakkar", icontex="Spell_Shadow_LifeDrain02"};
317 ["LIFE DRAIN"] = {t=90.0, c="cooldown", icontex="Spell_Shadow_LifeDrain02"}; -- don't translate, used internally!
318  
319 -- Mandokir's Gaze
320 --["Threatening Gaze"] = {t=2.0, c="hostile", active="true", icontex="Spell_Shadow_Charm"}; -- removed, to call it in the affliction section
321  
322 -- Molten Core
323  
324 -- Lucifron
325 ["Impending Doom"] = {t=20.0, c="cooldown", m="Lucifron", icontex="Spell_Shadow_NightOfTheDead"};
326 ["Lucifron's Curse"] = {t=20.0, c="cooldown", m="Lucifron", icontex="Spell_Shadow_BlackPlague"};
327  
328 -- Magmadar
329 ["Panic"] = {t=30.0, c="cooldown", m="Magmadar", icontex="Spell_Shadow_DeathScream"};
330  
331 -- Gehennas
332 ["Gehennas' Curse"] = {t=30.0, c="cooldown", m="Gehennas", icontex="Spell_Shadow_GatherShadows"};
333  
334 -- Geddon
335 ["Inferno"] = {t=8.0, c="gains", mcheck="Baron Geddon", icontex="Spell_Fire_Incinerate"};
336  
337 -- Majordomo
338 ["Magic Reflection"] = {t=30.0, i=10.0, c="cooldown", m="Majordomo", icontex="Spell_Frost_FrostShock"};
339 ["Damage Shield"] = {t=30.0, i=10.0, c="cooldown", m="Majordomo", icontex="Spell_Nature_LightningShield"};
340  
341 -- Ragnaros
342 ["Submerge"] = {t=180.0, c="cooldown", icontex="Spell_Fire_Volcano"}; -- don't translate, used internally!
343 ["Knockback"] = {t=28.0, c="cooldown", icontex="Ability_Kick"}; -- don't translate, used internally!
344 ["Sons of Flame"] = {t=90.0, c="cooldown", icontex="ell_Fire_LavaSpawn"}; -- don't translate, used internally!
345  
346 -- Onyxia
347 ["Flame Breath"] = {t=2.0, c="hostile", active="true", icontex="Spell_Fire_Fire"};
348  
349 -- Blackwing Lair
350  
351 -- Razorgore
352 ["Mob Spawn (45sec)"] = {t=45.0, c="cooldown", icontex="Spell_Shadow_RaiseDead"}; -- don't translate, used internally!
353  
354 -- Firemaw/Flamegor/Ebonroc
355 ["Wing Buffet"] = {t=31.5, i=1.2, c="cooldown", r="Onyxia", a=0, icontex="INV_Misc_MonsterScales_14"};
356 ["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!
357 ["Shadow Flame"] = {t=2.0, c="hostile", active="true", icontex="Spell_Fire_Incinerate"};
358  
359 -- Flamegor
360 ["Frenzy (CD)"] = {t=10.0, c="cooldown", icontex="INV_Misc_MonsterClaw_03"}; -- don't translate, used internally!
361  
362 -- Chromaggus
363 ["Frost Burn"] = {t=60.0, i=2.0, c="cooldown", active="true", icontex="Spell_Frost_ChillingBlast"};
364 ["Time Lapse"] = {t=60.0, i=2.0, c="cooldown", active="true", icontex="Spell_Arcane_PortalOrgrimmar"};
365 ["Ignite Flesh"] = {t=60.0, i=2.0, c="cooldown", active="true", icontex="Spell_Fire_Fire"};
366 ["Corrosive Acid"] = {t=60.0, i=2.0, c="cooldown", active="true", icontex="Spell_Nature_Acid_01"};
367 ["Incinerate"] = {t=60.0, i=2.0, c="cooldown", active="true", icontex="Spell_Fire_FlameShock"};
368 ["Killing Frenzy"] = {t=15.0, c="cooldown", icontex="INV_Misc_MonsterClaw_03"}; -- don't translate, used internally!
369 -- Chromaggus, Flamegor, Magmadar etc.
370 ["Frenzy"] = {t=8.0, c="gains", checktarget="true", icontex="INV_Misc_MonsterClaw_03"};
371  
372 -- Neferian/Onyxia
373 ["Bellowing Roar"] = {t=2.0, c="hostile", r="Onyxia", a=1.5, active="true", icontex="Spell_Shadow_Charm"};
374  
375 -- Neferian
376 ["Nefarian calls"] = {t=30.0, c="gains", icontex="INV_Misc_Head_Dragon_Black"}; -- don't translate, used internally!
377 ["Mob Spawn"] = {t=8.0, c="hostile", icontex="Spell_Shadow_RaiseDead"}; -- don't translate, used internally!
378 ["Landing"] = {t=10.0, c="hostile", icontex="INV_Misc_Head_Dragon_Black"}; -- don't translate, used internally!
379  
380 -- Outdoor
381  
382 -- Azuregos
383 ["Manastorm"] = {t=10.0, c="hostile", icontex="Spell_Frost_IceStorm"};
384  
385  
386 }
387  
388  
389 CEnemyCastBar_Afflictions = {
390  
391 -- Warning: only add Spells with the "CEnemyCastBar_SPELL_AFFLICTED" pattern here!
392 -- fragile="true", if mob with the same name dies, the bar won't be removed
393 -- multi="true", the bar is not removed if debuff fades earlier (usefull if one spell is allowed to produce multiple afflictions)
394 -- stun="true", flags all spells which use the same Diminishing Return timer. These 8 Spells were tested to use one and the same timer.
395 -- death="true", removes the castbar although it is a "fragile"
396 -- periodicdmg="true" -> don't update and remove those castbars, only allows periodic damage done by yourself
397 -- spellDR="true", triggers a separate class DR Timer; affmob="true", this stun triggers a class specific DR Timer on a mob (not player), too
398  
399 -- Naturfreund | Warrior Afflicions
400 ["Taunt"] = {t=3.0, multi="true", icontex="Spell_Nature_Reincarnation"};
401 ["Mocking Blow"] = {t=6.0, multi="true", icontex="Ability_Warrior_PunishingBlow"};
402 ["Challenging Shout"] = {t=6, multi="true", icontex="Ability_BullRush"};
403 ["Hamstring"] = {t=15.0, icontex="Ability_ShockWave"};
404 ["Piercing Howl"] = {t=6.0, icontex="Spell_Shadow_DeathScream"};
405 ["Shield Bash - Silenced"] = {t=4, solo="true", icontex="Ability_Warrior_ShieldBash"};
406 ["Concussion Blow"] = {t=5, solo="true", stun="true", icontex="Ability_ThunderBolt"};
407 ["Charge Stun"] = {t=1, solo="true", stun="true", icontex="Ability_Warrior_Charge"};
408 ["Intercept Stun"] = {t=3, solo="true", stun="true", icontex="Ability_Rogue_Sprint"};
409 ["Revenge Stun"] = {t=3, solo="true", icontex="Ability_Warrior_Revenge"};
410 ["Intimidating Shout"] = {t=8, solo="true", icontex="Ability_GolemThunderClap"};
411 ["Disarm"] = {t=10, solo="true", icontex="Ability_Warrior_Disarm"};
412 -- periodic damage spells
413 ["Rend"] = {t=21, periodicdmg="true", icontex="Ability_Gouge"};
414  
415 -- Naturfreund | Mage Afflicions
416 ["Frost Nova"] = {t=8.0, magecold="true", icontex="Spell_Frost_FrostNova"};
417 ["Frostbite"] = {t=5.0, magecold="true", icontex="Spell_Frost_FrostArmor"};
418 ["Chilled"] = {t=5.0, magecold="true", icontex="Spell_Frost_IceStorm"};
419 ["Cone of Cold"] = {t=9.0, magecold="true", icontex="Spell_Frost_Glacier"}; -- slightly improved with talents (+1 sec)
420 ["Frostbolt"] = {t=10, magecold="true", icontex="Spell_Frost_FrostBolt02"}; -- slightly improved with talents (+1 sec)
421 ["Winter's Chill"] = {t=15, magecold="true", icontex="Spell_Frost_ChillingBlast"};
422 ["Fire Vulnerability"] = {t=30, magecold="true", icontex="Spell_Fire_SoulBurn"};
423 ["Polymorph"] = {t=50, fragile="true", spellDR="true", sclass="MAGE", icontex="Spell_Nature_Polymorph"};
424 ["Counterspell - Silenced"] = {t=4, solo="true", icontex="Spell_Frost_IceShock"};
425  
426 -- Naturfreund | Hunter Afflicions
427 ["Wing Clip"] = {t=10, icontex="Ability_Rogue_Trip"};
428 ["Improved Concussive Shot"] = {t=3, solo="true", icontex="Spell_Frost_Stun"};
429 ["Freezing Trap Effect"] = {t=20.0, fragile="true", spellDR="true", sclass="HUNTER", icontex="Spell_Frost_ChainsOfIce"};
430 -- periodic damage spells
431 ["Serpent Sting"] = {t=15, periodicdmg="true", icontex="Ability_Hunter_Quickshot"};
432  
433 -- Naturfreund | Priest Afflicions
434 ["Shadow Vulnerability"] = {t=15, magecold="true", icontex="Spell_Shadow_ShadowBolt"};
435 ["Mind Soothe"] = {t=15, icontex="Spell_Holy_MindSooth"};
436 ["Shackle Undead"] = {t=50, fragile="true", spellDR="true", sclass="PRIEST", icontex="Spell_Nature_Slow"};
437 ["Psychic Scream"] = {t=8, solo="true", icontex="Spell_Shadow_PsychicScream"};
438 -- periodic damage spells
439 ["Shadow Word: Pain"] = {t=18, periodicdmg="true", icontex="Spell_Shadow_ShadowWordPain"};
440 ["Devouring Plague"] = {t=24, periodicdmg="true", icontex="Spell_Shadow_BlackPlague"};
441 ["Holy Fire"] = {t=10, periodicdmg="true", directhit="true", icontex="Spell_Holy_SearingLight"};
442  
443 -- Naturfreund | Warlock Afflicions
444 ["Banish"] = {t=30, fragile="true", icontex="Spell_Shadow_Cripple"};
445 -- Succubus
446 ["Seduction"] = {t=15, fragile="true", spellDR="true", sclass="WARLOCK", icontex="Spell_Shadow_MindSteal"};
447 ["Fear"] = {t=8, solo="true", icontex="Spell_Shadow_Possession"};
448 -- periodic damage spells
449 ["Curse of Agony"] = {t=24, periodicdmg="true", icontex="Spell_Shadow_CurseOfSargeras"};
450 ["Corruption"] = {t=18, periodicdmg="true", icontex="Spell_Shadow_AbominationExplosion"};
451 ["Immolate"] = {t=15, periodicdmg="true", directhit="true", icontex="Spell_Fire_Immolation"};
452  
453 -- Naturfreund | Rogue Afflicions
454 ["Crippling Poison"] = {t=12, icontex="Ability_PoisonSting"};
455 ["Sap"] = {t=45, fragile="true", spellDR="true", sclass="ROGUE", drshare="Sap, Gouge", icontex="Ability_Sap"};
456 ["Kidney Shot"] = {t=6, cpinterval=1, solo="true", spellDR="true", sclass="ROGUE", affmob="true", icontex="Ability_Rogue_KidneyShot"}; -- own DR
457 ["Cheap Shot"] = {t=4, solo="true", stun="true", icontex="Ability_CheapShot"};
458 ["Gouge"] = {t=5.5, solo="true", spellDR="true", sclass="ROGUE", drshare="Sap, Gouge", icontex="Ability_Gouge"}; -- normal 4sec impr. 5.5sec (no DR)
459 ["Blind"] = {t=10, solo="true", spellDR="true", sclass="ROGUE", icontex="Spell_Shadow_MindSteal"};
460 ["Kick - Silenced"] = {t=2, solo="true", icontex="Ability_Kick"};
461 ["Riposte"] = {t=6, solo="true", icontex="Ability_Warrior_Disarm"};
462 -- periodic damage spells
463 ["Garrote"] = {t=18, periodicdmg="true", icontex="Ability_Rogue_Garrote"};
464 ["Rupture"] = {t=22, cpinterval=4, periodicdmg="true", icontex="Ability_Rogue_Rupture"};
465  
466 -- Naturfreund | Druid Afflicions
467 ["Growl"] = {t=3, multi="true", icontex="Ability_Physical_Taunt"};
468 ["Challenging Roar"] = {t=6, multi="true", icontex="Ability_Druid_ChallangingRoar"};
469 ["Entangling Roots"] = {t=27, fragile="true", death="true", spellDR="true", sclass="DRUID", icontex="Spell_Nature_StrangleVines"};
470 ["Hibernate"] = {t=40, fragile="true", icontex="Spell_Nature_Sleep"};
471 ["Bash"] = {t=4, solo="true", stun="true", icontex="Ability_Druid_Bash"};
472 ["Pounce"] = {t=2, solo="true", stun="true", icontex="Ability_Druid_SupriseAttack"};
473 ["Feral Charge Effect"] = {t=4, solo="true", stun="true", icontex="Ability_Hunter_Pet_Bear"};
474 -- periodic damage spells
475 ["Insect Swarm"] = {t=12, periodicdmg="true", icontex="Spell_Nature_InsectSwarm"};
476 ["Moonfire"] = {t=12, periodicdmg="true", directhit="true", icontex="Spell_Nature_StarFall"};
477 ["Rip"] = {t=12, periodicdmg="true", icontex="Ability_GhoulFrenzy"};
478  
479 -- Naturfreund | Paladin Afflicions
480 ["Hammer of Justice"] = {t=6, solo="true", stun="true", icontex="Spell_Holy_SealOfMight"};
481 ["Repentance"] = {t=6, solo="true", icontex="Spell_Holy_PrayerOfHealing"};
482  
483 -- Naturfreund | Shaman Afflicions
484 ["Frost Shock"] = {t=8.0, magecold="true", spellDR="true", sclass="SHAMAN", icontex="Spell_Frost_FrostShock"};
485 -- periodic damage spells
486 ["Flame Shock"] = {t=12, periodicdmg="true", directhit="true", icontex="Spell_Fire_FlameShock"};
487  
488  
489 -- Naturfreund | Raidencounter Afflicions
490 -- gobal="true" creates a castbar even without a target!
491  
492 -- Zul'Gurub
493 ["Delusions of Jin'do"] = {t=20, global="true", icontex="Spell_Shadow_UnholyFrenzy"}; -- Delusions of Jin'do
494 ["Cause Insanity"] = {t=9.5, global="true", icontex="Spell_Shadow_ShadowWordDominate"}; -- Hakkars Mind Control
495 ["Threatening Gaze"] = {t=5.7, global="true", icontex="Spell_Shadow_Charm"}; -- Mandokir's Gaze
496  
497 -- MC
498 ["Living Bomb"] = {t=8, global="true", icontex="INV_Enchant_EssenceAstralSmall"}; -- Geddon's Bomb
499  
500 -- BWL
501 ["Conflagration"] = {t=10.0, global="true", icontex="Spell_Fire_Incinerate"}; -- Razorgores (and Drakkisaths) Burning
502 ["Burning Adrenaline"] = {t=20.0, global="true", icontex="INV_Gauntlets_03"}; -- Vaelastrasz BA
503 ["Shadow of Ebonroc"] = {t=8.0, global="true", icontex="Spell_Shadow_GatherShadows"}; -- Ebonroc selfheal debuff
504  
505 -- AQ40
506 ["True Fulfillment"] = {t=20, global="true", icontex="Spell_Shadow_Charm"}; -- Skeram MindControl
507 ["Plague"] = {t=40, global="true", icontex="Spell_Shadow_CurseOfTounges"}; -- Anubisath Defenders Plague
508 ["Entangle"] = {t=10, global="true", icontex="Spell_Nature_StrangleVines"}; -- Fankriss the Unyielding's Entangle
509  
510 -- Non Boss DeBuffs:
511 ["Greater Polymorph"] = {t=20.0, fragile="true", icontex="Spell_Nature_Brilliance"}; -- Polymorph of BWL Spellbinders
512  
513  
514 -- REMOVALS
515 -- 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"
516 -- Moam
517 ["Energize"] = {t=0};
518 -- Other
519 ["Frenzy"] = {t=0};
520 ["Stun DR"] = {t=0}; -- don't translate, used internally! clear the dimishing return timer if mob dies
521 ["Shield Block"] = {t=0};
522 -- AQ40 Sartura
523 ["Enraged mode"] = {t=0}; -- don't translate, used internally!
524  
525  
526 }
527  
528  
529 -- Zul'Gurub
530 CEnemyCastBar_HAKKAR_YELL = "PRIDE HERALDS THE END OF YOUR WORLD";
531  
532 -- AQ40
533 CEnemyCastBar_SARTURA_NAME = "Battleguard Sartura";
534 CEnemyCastBar_SARTURA_CALL = "I sentence you to death";
535 CEnemyCastBar_SARTURA_CRAZY = "becomes enraged";
536  
537 CEnemyCastBar_HUHURAN_NAME = "Princess Huhuran";
538 CEnemyCastBar_HUHURAN_CRAZY = "goes into a berserker rage";
539 CEnemyCastBar_HUHURAN_FRENZY = "goes into a frenzy";
540  
541 CEnemyCastBar_CTHUN_NAME1 = "Eye of C'Thun";
542 CEnemyCastBar_CTHUN_WEAKENED = "is weakened!";
543  
544 -- Ruins of AQ
545 CEnemyCastBar_MOAM_STARTING = "senses your fear.";
546  
547 -- MC
548 CEnemyCastBar_RAGNAROS_STARTING = "NOW FOR YOU,";
549 CEnemyCastBar_RAGNAROS_KICKER = "TASTE THE FLAMES";
550 CEnemyCastBar_RAGNAROS_SONS = "COME FORTH, MY SERVANTS!";
551  
552 -- BWL
553 CEnemyCastBar_RAZORGORE_CALLER = "Grethok the Controller";
554 CEnemyCastBar_RAZORGORE_CALL = "Intruders have breached";
555  
556 CEnemyCastBar_FIREMAW_NAME = "Firemaw";
557 CEnemyCastBar_EBONROC_NAME = "Ebonroc";
558 CEnemyCastBar_FLAMEGOR_NAME = "Flamegor";
559 CEnemyCastBar_FLAMEGOR_FRENZY = "goes into a frenzy!";
560 CEnemyCastBar_CHROMAGGUS_FRENZY = "goes into a killing frenzy!";
561  
562 CEnemyCastBar_NEFARIAN_STARTING = "Let the games begin!";
563 CEnemyCastBar_NEFARIAN_LAND = "Well done, my minions";
564 CEnemyCastBar_NEFARIAN_SHAMAN_CALL = "Shamans, show me";
565 CEnemyCastBar_NEFARIAN_DRUID_CALL = "Druids and your silly";
566 CEnemyCastBar_NEFARIAN_WARLOCK_CALL = "Warlocks, you shouldn't be playing";
567 CEnemyCastBar_NEFARIAN_PRIEST_CALL = "Priests! If you're going to keep";
568 CEnemyCastBar_NEFARIAN_HUNTER_CALL = "Hunters and your annoying";
569 CEnemyCastBar_NEFARIAN_WARRIOR_CALL = "Warriors, I know you can hit harder";
570 CEnemyCastBar_NEFARIAN_ROGUE_CALL = "Rogues";
571 CEnemyCastBar_NEFARIAN_PALADIN_CALL = "Paladins";
572 CEnemyCastBar_NEFARIAN_MAGE_CALL = "Mages";
573  
574  
575 -- Event Pattern
576 CEnemyCastBar_MOB_DIES = "(.+) dies"
577 CEnemyCastBar_SPELL_GAINS = "(.+) gains (.+)."
578 CEnemyCastBar_SPELL_CAST = "(.+) begins to cast (.+)."
579 CEnemyCastBar_SPELL_PERFORM = "(.+) begins to perform (.+)."
580 CEnemyCastBar_SPELL_CASTS = "(.+) casts (.+)."
581 CEnemyCastBar_SPELL_AFFLICTED = "(.+) (.+) afflicted by (.+).";
582 CEnemyCastBar_SPELL_AFFLICTED2 = "-- dummy --";
583 CEnemyCastBar_SPELL_DAMAGE = "(.+) suffers (.+) from (.+)'s (.+).";
584  
585 -- Natufreund
586 CEnemyCastBar_SPELL_DAMAGE_SELFOTHER = "(.+) suffers (.+) from your (.+).";
587  
588 CEnemyCastBar_SPELL_FADE = "(.+) fades from (.+).";
589 -- effect mob
590  
591 CEnemyCastBar_SPELL_REMOVED = "(.+) (.+) is removed." -- correct pattern for engl. client?
592 -- mob spell
593 -- It is an extra check to see if an affliction has fade off
594  
595 CEnemyCastBar_SPELL_HITS_SELFOTHER = "Your (.+) hits (.+) for (.+) damage.";
596 -- spell mob (damage)
597 CEnemyCastBar_SPELL_CRITS_SELFOTHER = "Your (.+) crits (.+) for (.+) damage.";
598  
599 CECB_SELF1 = "You";
600 CECB_SELF2 = "you";
601  
602  
603 -- Options Menue
604 CECB_status_txt = "EnemyCastBar Mod activated";
605 CECB_pvp_txt = "PvP/Common CastBars activated";
606 CECB_gains_txt = "Spelltype 'gains' activated";
607 CECB_cdown_txt = "Some CoolDownBars activated";
608 CECB_cdownshort_txt = "ONLY show short CDs";
609 CECB_pve_txt = "PvE/Raid Castbars activated";
610 CECB_afflict_txt = "Show Debuffs";
611 CECB_globalfrag_txt = "'Show Mob Outs' even w/o Target";
612 CECB_magecold_txt = "Show Cold + Vulnerability effects";
613 CECB_solod_txt = "Show 'Solo Debuffs' (Stuns)";
614 CECB_drtimer_txt = "Consider 'Diminishing Return'";
615 CECB_classdr_txt = "Consider class specific 'DRs'";
616 CECB_sdots_txt = "Observe own DoTs";
617 CECB_affuni_txt = "ONLY show Debuffs from RaidBosses";
618 CECB_parsec_txt = "Parse CT_RA/Raid/PartyChat";
619 CECB_broadcast_txt = "Broadcast CBs via CT_RA Channel";
620 CECB_targetm_txt = "Target on BarLeftClick";
621 CECB_timer_txt = "Show Timer next to CastBars";
622 CECB_tsize_txt = "Small textfont for CastBars";
623 CECB_flipb_txt = "Flip over CastBars";
624 CECB_flashit_txt = "'Flash' CastBars at their end";
625 CECB_showicon_txt = "Show Icon next to CastBars";
626 CECB_scale_txt = "Scaling: ";
627 CECB_alpha_txt = "Alphablending: ";
628 CECB_numbars_txt = "Max. number of CastBars: ";
629 CECB_space_txt = "Iconsize, Distance of CastBars: ";
630 CECB_minimap_txt = "Position at the MiniMap: ";
631  
632 CECB_status_tooltip = "Activates/ Deactivates the appearing of CastBars while gaming and switches off all Events to reduce CPU load.";
633 CECB_pvp_tooltip = "Activates CastBars for all supported, common spells of players.";
634 CECB_gains_tooltip = "Activates CastBars for 'gains'.\nThose are spells like 'Iceblock', 'Bloodrage' and Heal over Time (HoTs).";
635 CECB_cdown_tooltip = "Activates the CoolDown-Times for some(!) spells, which have casttimes or are 'gains'.";
636 CECB_cdownshort_tooltip = "Only shows Cooldowns if their duration is 60 or less seconds.";
637 CECB_pve_tooltip = "Activates CastBars for PvE/Raid-Encounters";
638 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'.";
639 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.";
640 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.";
641 CECB_solod_tooltip = "Shows many Stuns. Also activates silenced, fear, disarm and threat effects!";
642 CECB_drtimer_tooltip = "Considers 'Diminishing Return' for the biggest stun-family which use the same timer.\nThese are 3 Warrior, 3 Druid, 1 Paladin and 1 Rogue stun(s).\n\nYou will see a bar counting down the 20 seconds until you will be able to afflict the full stun length again.";
643 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.";
644 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)!";
645 CECB_affuni_tooltip = "Switches off all Debuffs, which do not come from RaidBosses, to have a better overview.";
646 CECB_timer_tooltip = "Additionally shows an digital Timer beneath the CastBars.";
647 CECB_targetm_tooltip = "The Mob, the CastBar came from, may be targeted by a LeftClick on the CastBar through this option.";
648 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!";
649 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.";
650 CECB_tsize_tooltip = "Lowers the size of the textfont to allow more letters in the castbars.";
651 CECB_flipb_tooltip = "Turns the direction in which CastBars appear around.\nNormal: From button up.\nActivated: From top down.";
652 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'.";
653 CECB_showicon_tooltip = "Displays the proper spell icon next to the Castbar.\n\nThe size will automatically fit to the 'Space between CastBars' setting.";
654 CECB_scale_tooltip = "Does allow to change the size of the CastBars from 30 till 130 percent.";
655 CECB_alpha_tooltip = "Does allow to change the transparency of the CastBars.";
656 CECB_numbars_tooltip = "Sets the maximum allowed CastBars on your screen.";
657 CECB_space_tooltip = "Sets the space between CastBars.\n(default is 20)";
658 CECB_minimap_tooltip = "Moves the NECB Button around the MiniMap.";
659 CECB_fps_tooltip = "Creates a standalone clone of the FPS Bar which can be placed freely.\n\n|cffff0000This setting will NOT be saved.";
660  
661  
662 CECB_menue_txt = "Options";
663 CECB_menuesub1_txt = "Which CastBars to show?";
664 CECB_menuesub2_txt = "Appearance of CastBars/ Other";
665 CECB_menue_reset = "Defaults";
666 CECB_menue_help = "Help";
667 CECB_menue_mbar = "Movable Bar";
668 --CECB_menue_close = "Close";
669 CECB_menue_rwarning = "WARNING!\n\nAll values and positions will be restored \nto 'factory defaults'!\n\nDo you really want a complete reset?";
670 CECB_menue_ryes = "Yes";
671 CECB_menue_rno = "NO!";
672 CECB_menue_CTRAChan = "CT_RA Channel: ";
673 CECB_menue_CTRAnoBC = "please broadcast";
674 CECB_minimapoff_txt = "off";
675  
676 end