Quantcast

-- oUF_SimpleConfig: main tank for raid
-- rawoil, 2021

-----------------------------
-- Variables
-----------------------------

local A, L = ...

-----------------------------
-- Main Tank Config
-----------------------------

L.C.maintank = {
  enabled = true,
  size = {80,20},
  point = {"TOPLEFT", "oUF_SimpleRaidHeader1", "TOPRIGHT", 130, 0},
  scale = 1*L.C.globalscale,
  --healthbar
  healthbar = {
    --health and absorb bar cannot be disabled, they match the size of the frame
    colorDisconnected = true,
    colorClass = false,
    colorReaction = false,
    colorHealth = true,
    colorThreat = false,
    name = {
      enabled = true,
      points = {
        {"LEFT",2,0},
        {"RIGHT",-2,0},
      },
      size = 12,
      align = "CENTER",
      tag = "[name]",
    },
    debuffHighlight = true,
  },
  --raidmark
  raidmark = {
    enabled = true,
    size = {14,14},
    point = {"CENTER","TOP",0,0},
  },
  --debuff watch
  debuffwatch = {
    enabled = true,
    dispellable = true,
    filterOnly = true,
    matchByName = false,
    point = {"CENTER","CENTER",0,0},
    size = 18,
  },
  --range alpha
  range = {
    enabled = true,
    alpha = 0.3,  -- outside alpha
  },
  setup = {
    template = nil,
    visibility = "custom [group:raid] show; hide",
    showPlayer = false,
    showSolo = false,
    showParty = false,
    showRaid = true,
    point = "TOP",
    xOffset = 0,
    yOffset = -5,
  },
}