vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Mar'li
2 CT_RABOSS_MARLI_INFO = "Displays a warning when High Priestess Mar'li summons spiders."
3 CT_RABOSS_MARLI_REGEXP = "Aid me my brood!$"
4 CT_RABOSS_MARLI_ADDS = "SPIDERS SPAWNED"
5  
6 -- Bloodlord Mandokir
7 CT_RABOSS_MANDOKIR_INFO = "Displays a warning when you or nearby players are being watched.";
8 CT_RABOSS_MANDOKIR_TELL_TARGET = "Send tells to targets";
9 CT_RABOSS_MANDOKIR_TELL_TARGET_INFO = "Sends a tell to players that are being watched";
10 CT_RABOSS_MANDOKIR_WATCHWARNYOU = "*** YOU ARE BEING WATCHED ***";
11 CT_RABOSS_MANDOKIR_WATCHWARNTELL = "YOU ARE BEING WATCHED!";
12 CT_RABOSS_MANDOKIR_WATCHWARNRAID = " IS BEING WATCHED";
13 CT_RABOSS_MANDOKIR_REGEXP = "([^%s]+)! I'm watching you!$";
14  
15 -- Jin'do the Hexxer
16 CT_RABOSS_JINDO_TELL_TARGET = "Send tells to targets";
17 CT_RABOSS_JINDO_TELL_TARGET_INFO = "Sends a tell to players that are afflicted by Delusions of Jin'do.";
18 CT_RABOSS_JINDO_ALERT_NEARBY = "Alert for nearby players";
19 CT_RABOSS_JINDO_ALERT_NEARBY_INFO = "Alert you when nearby players are afflicted by Delusions of Jin'do."
20  
21 CT_RABOSS_JINDO_CURSEWARNYOU = "*** YOU ARE CURSED ***";
22 CT_RABOSS_JINDO_CURSEWARNTELL = "YOU ARE CURSED!";
23  
24 CT_RABOSS_JINDO_AFFLICT_CURSE = "^([^%s]+) ([^%s]+) afflicted by Delusions of Jin'do";
25 CT_RABOSS_JINDO_AFFLICT_SELF_MATCH1 = "You";
26 CT_RABOSS_JINDO_AFFLICT_SELF_MATCH2 = "are";
27  
28 -- Hakkar
29 CT_RABOSS_HAKKAR_ANNOUNCE_45 = "Display 45 sec. warning";
30 CT_RABOSS_HAKKAR_ANNOUNCE_45_INFO = "Displays a warning when half of the time has passed to the next life drain.";
31  
32 CT_RABOSS_HAKKAR_TIMEWARN = "*** %d SECONDS TO LIFE DRAIN ***";
33 CT_RABOSS_HAKKAR_LIFEDRAIN = "*** LIFE DRAIN - 90 SECONDS UNTIL NEXT ***";
34 CT_RABOSS_HAKKAR_AFFLICT_POISON = "^Hakkar suffers (.+) from (.+) Blood Siphon";
35  
36 -- Arlokk
37 CT_RABOSS_ARLOKK_INFO = "Displays a warning when High Priestess Arlokk marks a target.";
38 CT_RABOSS_ARLOKK_TELL_TARGET = "Send tells to targets";
39 CT_RABOSS_ARLOKK_TELL_TARGET_INFO = "Sends a tell to players that are marked.";
40 CT_RABOSS_ARLOKK_WATCHWARNYOU = "*** YOU ARE MARKED ***";
41 CT_RABOSS_ARLOKK_WATCHWARNTELL = "YOU ARE MARKED!";
42 CT_RABOSS_ARLOKK_WATCHWARNRAID = " IS MARKED";
43 CT_RABOSS_ARLOKK_REGEXP = "Feast on ([^%s]+), my pretties!$";
44  
45 if ( GetLocale() == "deDE" ) then
46 -- Mar'li
47 CT_RABOSS_MARLI_INFO = "Zeigt eine Warnung, wenn Hohepriesterin Mar'li Spinnen beschwört."
48 CT_RABOSS_MARLI_REGEXP = "Helft mir, meine Brut!$"
49 CT_RABOSS_MARLI_ADDS = "*** SPINNEN SPAWNED ***"
50  
51 CT_RABOSS_MARLI_YELL = "Helft mir, meine Brut!";
52  
53  
54 -- Jin'do the Hexxer
55 CT_RABOSS_JINDO_TELL_TARGET = "Send tells to targets";
56 CT_RABOSS_JINDO_TELL_TARGET_INFO = "Sends a tell to players that are afflicted by Delusions of Jin'do.";
57 CT_RABOSS_JINDO_ALERT_NEARBY = "Alert for nearby players";
58 CT_RABOSS_JINDO_ALERT_NEARBY_INFO = "Alert you when nearby players are afflicted by Delusions of Jin'do."
59  
60 CT_RABOSS_JINDO_CURSEWARNYOU = "*** DU BIST VERFLUCHT ***";
61 CT_RABOSS_JINDO_CURSEWARNTELL = "IST VERFLUCHT! NICHT DISPELEN!";
62  
63 CT_RABOSS_JINDO_AFFLICT_CURSE = "^([^%s]+) ([^%s]+) von Irrbilder von Jin'do betroffen"; --work
64 CT_RABOSS_JINDO_AFFLICT_SELF_MATCH1 = "Ihr"; --work
65 CT_RABOSS_JINDO_AFFLICT_SELF_MATCH2 = "seid"; --work
66  
67  
68 -- Hakkar
69 CT_RABOSS_HAKKAR_AFFLICT_POISON = "^Hakkar erleidet (.+) Naturschaden von (.+) %(durch Bluttrinker%)";
70  
71  
72 -- Arlokk
73 CT_RABOSS_ARLOKK_INFO = "Displays a warning when High Priestess Arlokk marks a target for her panthers.";
74 CT_RABOSS_ARLOKK_TELL_TARGET = "Send tells to targets";
75 CT_RABOSS_ARLOKK_TELL_TARGET_INFO = "Sends a tell to players that are marked for a feast";
76 CT_RABOSS_ARLOKK_WATCHWARNYOU = "*** DU BIST MAKIERT ***";
77 CT_RABOSS_ARLOKK_WATCHWARNTELL = "DU BIST MAKIERT!";
78 CT_RABOSS_ARLOKK_WATCHWARNRAID = " IST MAKIERT";
79 CT_RABOSS_ARLOKK_REGEXP = "Labt euch an ([^%s]+), meine";
80  
81  
82 -- Bloodlord Mandokir
83 CT_RABOSS_MANDOKIR_INFO = "Zeigt eine Meldung, wenn jemand von Mandokir beobachtet wird.";
84 CT_RABOSS_MANDOKIR_TELL_TARGET = "Ziel benachrichtigen";
85 CT_RABOSS_MANDOKIR_TELL_TARGET_INFO = "Sendet eine Nachricht an das Ziel, dass es beobachtet wird";
86 CT_RABOSS_MANDOKIR_WATCHWARNYOU = "*** DU WIRST BEOBACHTET ***";
87 CT_RABOSS_MANDOKIR_WATCHWARNTELL = "DU WIRST BEOBACHTET!";
88 CT_RABOSS_MANDOKIR_WATCHWARNRAID = " WIRD BEOBACHTET";
89 CT_RABOSS_MANDOKIR_REGEXP = "([^%s]+)! Ich behalte Euch im Auge!$";
90 end