-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNameplateSCT.lua
48 lines (47 loc) · 1.28 KB
/
NameplateSCT.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
NameplateSCTDB = {
["global"] = {
["yOffset"] = 120,
["formatting"] = {
["size"] = 32,
},
["font"] = "Oswald",
["strata"] = {
["target"] = "BACKGROUND",
["offTarget"] = "BACKGROUND",
},
["xOffsetIcon"] = 6,
["animations"] = {
["miss"] = "verticalDown",
},
["showIcon"] = false,
["truncate"] = false,
["modOffTargetStrata"] = true,
["fontFlag"] = "THICKOUTLINE",
["yOffsetIcon"] = 2,
["useOffTarget"] = false,
["sizing"] = {
["missScale"] = 1.25,
["critsScale"] = 1.25,
["miss"] = true,
["smallHitsScale"] = 0.33,
},
["personal"] = false,
["textShadow"] = true,
["truncateLetter"] = false,
},
["profileKeys"] = {
["Garrgamell - Benediction"] = "Default",
["Stonegamell - Benediction"] = "Default",
["Gurrgamell - Benediction"] = "Default",
["Bluegamell - Benediction"] = "Default",
["Ahgamell - Benediction"] = "Default",
["Ghoulgamell - Benediction"] = "Default",
["Gourgamell - Benediction"] = "Default",
["Girrgamell - Benediction"] = "Default",
["Gorrgamell - Benediction"] = "Default",
["Potsgamell - Benediction"] = "Default",
["Enchgamell - Benediction"] = "Default",
["Clothgamell - Benediction"] = "Default",
["Herbgamell - Benediction"] = "Default",
},
}