Evoker Specs, class coords and colors

This commit is contained in:
Tercio Jose
2022-09-01 23:33:04 -03:00
parent e3a556562f
commit 5fcc9786ee
3 changed files with 16 additions and 0 deletions
+16
View File
@@ -615,6 +615,9 @@ local default_profile = {
[71] = {448/512, 512/512, 192/512, 256/512}, --> warrior arms
[72] = {0, 64/512, 256/512, 320/512}, --> warrior fury
[73] = {64/512, 128/512, 256/512, 320/512}, --> warrior protect
[1467] = {256/512, 320/512, 256/512, 320/512}, -- Devastation
[1468] = {320/512, 384/512, 256/512, 320/512}, -- Preservation
},
--> class icons and colors
@@ -734,7 +737,14 @@ local default_profile = {
0.25, -- [3]
0.5, -- [4]
},
["EVOKER"] = { --need to update
0.25, -- [1]
0.49609375, -- [2]
0.25, -- [3]
0.5, -- [4]
},
},
class_colors = {
["DEMONHUNTER"] = {
@@ -839,6 +849,12 @@ local default_profile = {
0.32156, -- [2]
0.89019, -- [3]
},
["EVOKER"] = {
0.49803924560547, -- [1]
0.57647061347961, -- [2]
0.20000001788139, -- [3]
},
},
death_log_colors = {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB