vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 aftt_color_chart_name = "Aqua Fusion";
2 aftt_color_chart_author = "AquaFlare7 (AquaFlare7@gmail.com)";
3  
4 --[[
5 This is the default color chart for AF_Tooltip.
6 --]]
7  
8 aftt_background_color = {
9 ["Player_Friendly"] = {
10 ["red"] = 0.0,
11 ["green"] = 0.0,
12 ["blue"] = 0.5,
13 },
14 ["Player_Friendly_PvP"] = {
15 ["red"] = 0.0,
16 ["green"] = 0.0,
17 ["blue"] = 0.5,
18 },
19 ["Player_Neutral"] = {
20 ["red"] = 0.5,
21 ["green"] = 0.5,
22 ["blue"] = 0.0,
23 },
24 ["Player_Caution"] = {
25 ["red"] = 0.5,
26 ["green"] = 0.0,
27 ["blue"] = 0.5,
28 },
29 ["Player_Hostile"] = {
30 ["red"] = 0.5,
31 ["green"] = 0.0,
32 ["blue"] = 0.0,
33 },
34 ["Mob_Friendly"] = {
35 ["red"] = 0.0,
36 ["green"] = 0.0,
37 ["blue"] = 0.0,
38 },
39 ["Mob_Friendly_PvP"] = {
40 ["red"] = 0.0,
41 ["green"] = 0.0,
42 ["blue"] = 0.0,
43 },
44 ["Mob_Neutral"] = {
45 ["red"] = 0.0,
46 ["green"] = 0.0,
47 ["blue"] = 0.0,
48 },
49 ["Mob_Hostile"] = {
50 ["red"] = 0.0,
51 ["green"] = 0.0,
52 ["blue"] = 0.0,
53 },
54 }
55  
56 aftt_color_name_hostile = "FF0000";
57 aftt_color_name_neutral = "FFFF00";
58 aftt_color_name_friendly = "00AAFF";
59 aftt_color_name_caution = "FF66FF";
60 aftt_color_name_pvp = "00FF00";
61 aftt_color_name_tapped_by_me = "FF0000";
62 aftt_color_name_tapped_by_other = "888888";
63  
64 aftt_color_description_hostile = "DD0000";
65 aftt_color_description_neutral = "CCCC00";
66 aftt_color_description_friendly = "0088FF";
67 aftt_color_description_caution = "BB55BB";
68 aftt_color_description_pvp = "00AA00";
69 aftt_color_description_tapped_by_me = "DD0000";
70 aftt_color_description_tapped_by_other= "888888";
71  
72 aftt_color_level_impossible = "FF0000";
73 aftt_color_level_hard = "FF6600";
74 aftt_color_level_normal = "FFFF00";
75 aftt_color_level_easy = "00FF00";
76 aftt_color_level_trivial = "888888";
77 aftt_color_level_same_faction = "FFCC00";
78  
79 aftt_color_class_mage = "00FFFF";
80 aftt_color_class_warlock = "8D54FB";
81 aftt_color_class_priest = "CCCCCC";
82 aftt_color_class_druid = "FF8A00";
83 aftt_color_class_shaman = "FF71A8";
84 aftt_color_class_paladin = "FF71A8";
85 aftt_color_class_rogue = "FFFF00";
86 aftt_color_class_hunter = "00FF00";
87 aftt_color_class_warrior = "B39442";
88  
89 aftt_color_elite_elite = "FFCC00";
90 aftt_color_elite_rare = "FF66FF";
91 aftt_color_elite_rareelite = "FFAAFF";
92 aftt_color_elite_worldboss = "FF0000";
93  
94 aftt_color_corpse = "888888";
95 aftt_color_unknown = "FFFFFF";
96 aftt_color_guildmate = "FF88FF";