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