You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

541 lines
11 KiB

--[[
This file is part of 'Masque', an add-on for World of Warcraft. For bug reports,
suggestions and license information, please visit https://github.com/SFX-WoW/Masque.
* File...: Skins\Default.lua
* Author.: Blizzard Entertainment
'Default' Skin
* Note: Some attributes are modified for internal consistency.
]]
local _, Core = ...
----------------------------------------
-- Locals
---
local L = Core.Locale
----------------------------------------
-- Default
---
Core.SkinList.Default = "Default"
Core.Skins.Default = {
SkinID = "Default",
API_VERSION = Core.API_VERSION,
Shape = "Square",
-- Info
Description = L["The default button style."],
Version = Core.Version,
Author = "|cff0099ffBlizzard Entertainment|r",
-- Skin
-- Mask = nil,
Backdrop = {
Texture = [[Interface\Buttons\UI-Quickslot]],
-- TexCoords = {0, 1, 0, 1},
Color = {1, 1, 1, 0.4},
BlendMode = "BLEND",
DrawLayer = "BACKGROUND",
DrawLevel = -1,
Width = 66,
Height = 66,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- UseColor = nil,
-- SetAllPoints = nil,
},
Icon = {
-- TexCoords = {0, 1, 0, 1},
DrawLayer = "BACKGROUND",
DrawLevel = 0,
Width = 36,
Height = 36,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
Shadow = {Hide = true},
Normal = {
Texture = [[Interface\Buttons\UI-Quickslot2]],
-- TexCoords = {0, 1, 0, 1},
Color = {1, 1, 1, 1},
-- EmptyTexture = [[Interface\Buttons\UI-Quickslot2]],
-- EmptyCoords = {0, 1, 0, 1},
EmptyColor = {1, 1, 1, 0.5},
BlendMode = "BLEND",
DrawLayer = "ARTWORK",
DrawLevel = 0,
Width = 66,
Height = 66,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
UseStates = true,
-- SetAllPoints = nil,
Pet = {
Texture = "Interface\\Buttons\\UI-Quickslot2",
-- TexCoords = {0, 1, 0, 1},
Color = {1, 1, 1, 1},
-- EmptyTexture = [[Interface\Buttons\UI-Quickslot2]],
-- EmptyCoords = {0, 1, 0, 1},
EmptyColor = {1, 1, 1, 0.5},
BlendMode = "BLEND",
DrawLayer = "ARTWORK",
DrawLevel = 0,
Width = 65,
Height = 65,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = -1,
UseStates = true,
-- SetAllPoints = nil,
},
Item = {
Texture = "Interface\\Buttons\\UI-Quickslot2",
-- TexCoords = {0, 1, 0, 1},
Color = {1, 1, 1, 1},
-- EmptyTexture = [[Interface\Buttons\UI-Quickslot2]],
-- EmptyCoords = {0, 1, 0, 1},
-- EmptyColor = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "ARTWORK",
DrawLevel = 0,
Width = 62,
Height = 62,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = -1,
UseStates = true,
-- SetAllPoints = nil,
},
},
Disabled = {Hide = true},
Pushed = {
Texture = [[Interface\Buttons\UI-Quickslot-Depress]],
-- TexCoords = {0, 1, 0, 1},
-- Color = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "ARTWORK",
DrawLevel = 0,
Width = 36,
Height = 36,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- UseColor = nil,
-- SetAllPoints = nil,
},
Flash = {
Texture = [[Interface\Buttons\UI-QuickslotRed]],
-- TexCoords = {0, 1, 0, 1},
-- Color = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "ARTWORK",
DrawLevel = 1,
Width = 36,
Height = 36,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- UseColor = nil,
-- SetAllPoints = nil,
},
HotKey = {
JustifyH = "RIGHT",
JustifyV = "MIDDLE",
DrawLayer = "ARTWORK",
Width = 36,
Height = 10,
Point = "TOPRIGHT",
RelPoint = "TOPRIGHT",
OffsetX = 1,
OffsetY = -3,
Pet = {
JustifyH = "RIGHT",
JustifyV = "MIDDLE",
DrawLayer = "ARTWORK",
Width = 36,
Height = 10,
Point = "TOPRIGHT",
RelPoint = "TOPRIGHT",
OffsetX = 4,
OffsetY = -4,
},
},
Count = {
JustifyH = "RIGHT",
JustifyV = "MIDDLE",
DrawLayer = "ARTWORK",
Width = 36,
Height = 10,
Point = "BOTTOMRIGHT",
RelPoint = "BOTTOMRIGHT",
OffsetX = -2,
OffsetY = 4.5,
Item = {
JustifyH = "RIGHT",
JustifyV = "MIDDLE",
DrawLayer = "ARTWORK",
Width = 36,
Height = 10,
Point = "BOTTOMRIGHT",
RelPoint = "BOTTOMRIGHT",
OffsetX = -5,
OffsetY = 4.5,
},
},
Duration = {
JustifyH = "CENTER",
JustifyV = "MIDDLE",
DrawLayer = "ARTWORK",
Width = 36,
Height = 10,
Point = "TOP",
RelPoint = "BOTTOM",
OffsetX = 0,
OffsetY = -1.5,
},
Checked = {
Texture = [[Interface\Buttons\CheckButtonHilight]],
-- TexCoords = {0, 1, 0, 1},
-- Color = {1, 1, 1, 1},
BlendMode = "ADD",
DrawLayer = "OVERLAY",
DrawLevel = 0,
Width = 36,
Height = 36,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
Border = {
Texture = [[Interface\Buttons\UI-ActionButton-Border]],
-- TexCoords = {0, 1, 0, 1},
-- Color = {1, 1, 1, 1},
BlendMode = "ADD",
DrawLayer = "OVERLAY",
DrawLevel = 0,
Width = 62,
Height = 62,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
Item = {
Texture = [[Interface\Buttons\UI-ActionButton-Border]],
-- TexCoords = {0, 1, 0, 1},
-- Color = {1, 1, 1, 1},
BlendMode = "ADD",
DrawLayer = "OVERLAY",
DrawLevel = 0,
Width = 66,
Height = 66,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
Debuff = {
Texture = [[Interface\Buttons\UI-Debuff-Overlays]],
TexCoords = {0.296875, 0.5703125, 0, 0.515625},
-- Color = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 0,
Width = 40,
Height = 38,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
Enchant = {
Texture = [[Interface\Buttons\UI-TempEnchant-Border]],
-- TexCoords = {0, 1, 0, 1},
-- Color = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 0,
Width = 38,
Height = 38,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
},
IconBorder = {
Texture = [[Interface\Common\WhiteIconFrame]],
RelicTexture = [[Interface\Artifacts\RelicIconFrame]],
-- TexCoords = {0, 1, 0, 1},
-- Color = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 0,
Width = 36,
Height = 36,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
SlotHighlight = {
Texture = [[Interface\Buttons\CheckButtonHilight]],
-- TexCoords = {0, 1, 0, 1},
-- Color = {1, 1, 1, 1},
BlendMode = "ADD",
DrawLayer = "OVERLAY",
DrawLevel = 0,
Width = 36,
Height = 36,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = true,
},
Gloss = {Hide = true},
AutoCastable = {
Texture = [[Interface\Buttons\UI-AutoCastableOverlay]],
-- TexCoords = {0, 1, 0, 1},
-- Color = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 1,
Width = 70,
Height = 70,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
NewAction = {
Atlas = "bags-newitem",
-- Color = {1, 1, 1, 1},
BlendMode = "ADD",
DrawLayer = "OVERLAY",
DrawLevel = 1,
Width = 44,
Height = 44,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
SpellHighlight = {
Atlas = "bags-newitem",
-- Color = {1, 1, 1, 1},
BlendMode = "ADD",
DrawLayer = "OVERLAY",
DrawLevel = 1,
Width = 44,
Height = 44,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
UpgradeIcon = {
Atlas = "bags-greenarrow",
-- Color = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 1,
Width = 20,
Height = 22,
Point = "TOPLEFT",
RelPoint = "TOPLEFT",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
IconOverlay = {
Atlas = "AzeriteIconFrame",
-- Color = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 1,
Width = 36,
Height = 36,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
IconOverlay2 = {
Atlas = "ConduitIconFrame-Corners",
-- Color = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 2,
Width = 36,
Height = 36,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
NewItem = {
Atlas = "bags-glow-white",
-- Color = {1, 1, 1, 1},
BlendMode = "ADD",
DrawLayer = "OVERLAY",
DrawLevel = 2,
Width = 38,
Height = 38,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
QuestBorder = {
Border = [[Interface\ContainerFrame\UI-Icon-QuestBorder]],
Texture = [[Interface\ContainerFrame\UI-Icon-QuestBang]],
Color = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 2,
Width = 36,
Height = 37,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
SearchOverlay = {
-- Texture = nil,
-- TexCoords = {0, 1, 0, 1},
Color = {0, 0, 0, 0.8},
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 4,
Width = 36,
Height = 36,
-- Point = "CENTER",
-- RelPoint = "CENTER",
-- OffsetX = 0,
-- OffsetY = 0,
UseColor = true,
SetAllPoints = true,
},
ContextOverlay = {
-- Texture = nil,
-- TexCoords = {0, 1, 0, 1},
Color = {0, 0, 0, 0.8},
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 4,
Width = 36,
Height = 36,
-- Point = "CENTER",
-- RelPoint = "CENTER",
-- OffsetX = 0,
-- OffsetY = 0,
UseColor = true,
SetAllPoints = true,
},
JunkIcon = {
Atlas = "bags-junkcoin",
-- Color = {1, 1, 1, 1},
BlendMode = "BLEND",
DrawLayer = "OVERLAY",
DrawLevel = 5,
Width = 20,
Height = 18,
Point = "TOPLEFT",
RelPoint = "TOPLEFT",
OffsetX = 1,
OffsetY = 0,
-- SetAllPoints = nil,
},
Name = {
JustifyH = "CENTER",
JustifyV = "MIDDLE",
DrawLayer = "OVERLAY",
Width = 36,
Height = 10,
Point = "BOTTOM",
RelPoint = "BOTTOM",
OffsetX = 0,
OffsetY = 2,
},
Highlight = {
Texture = [[Interface\Buttons\ButtonHilight-Square]],
-- TexCoords = {0, 1, 0, 1},
-- Color = {1, 1, 1, 1},
BlendMode = "ADD",
DrawLayer = "HIGHLIGHT",
DrawLevel = 0,
Width = 36,
Height = 36,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- UseColor = nil,
-- SetAllPoints = nil,
},
AutoCastShine = {
Width = 34,
Height = 34,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
Cooldown = {
-- Texture = nil,
EdgeTexture = [[Interface\Cooldown\edge]],
PulseTexture = [[Interface\Cooldown\star4]],
Color = {0, 0, 0, 0.8},
Width = 36,
Height = 36,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
ChargeCooldown = {
EdgeTexture = [[Interface\Cooldown\edge]],
PulseTexture = [[Interface\Cooldown\star4]],
Width = 36,
Height = 36,
-- Point = "CENTER",
-- RelPoint = "CENTER",
-- OffsetX = 0,
-- OffsetY = 0,
SetAllPoints = true,
},
}