-- oUF_SimpleConfig: targettarget
-- zork, 2016
-----------------------------
-- Variables
-----------------------------
local A, L = ...
-----------------------------
-- TargetTarget Config
-----------------------------
L.C.targettarget = {
enabled = true,
size = {130,26},
point = {"TOPLEFT","oUF_SimpleTarget","BOTTOMLEFT",0,-14},
scale = 1*L.C.globalscale,
--healthbar
healthbar = {
--health and absorb bar cannot be disabled, they match the size of the frame
colorTapping = true,
colorDisconnected = true,
colorReaction = true,
colorClass = true,
colorHealth = true,
name = {
enabled = true,
points = {
{"LEFT",2,0},
{"RIGHT",-2,0},
},
size = 16,
align = "CENTER",
tag = "[name]",
},
health = {
font = L.C.fonts.expressway,
},
debuffHighlight = true,
},
--raidmark
raidmark = {
enabled = true,
size = {18,18},
point = {"CENTER","TOP",0,0},
},
--debuffs
debuffs = {
enabled = true,
point = {"TOPLEFT","BOTTOMLEFT",0,-5},
num = 5,
cols = 5,
size = 22,
spacing = 5,
initialAnchor = "TOPLEFT",
growthX = "RIGHT",
growthY = "DOWN",
disableCooldown = true,
desaturate = true,
},
}