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.
437 lines
9.8 KiB
437 lines
9.8 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\Maul_Classic.lua
|
|
* Author.: StormFX, Maul, Blizzard Entertainment
|
|
|
|
"Classic Redux" Skin
|
|
|
|
]]
|
|
|
|
local _, Core = ...
|
|
|
|
----------------------------------------
|
|
-- Internal
|
|
---
|
|
|
|
-- @ Locales\enUS
|
|
local L = Core.Locale
|
|
|
|
----------------------------------------
|
|
-- Classic Redux
|
|
---
|
|
|
|
Core.AddSkin("Classic Redux", {
|
|
-- API_VERSION = Template.API_VERSION,
|
|
-- Shape = Template.Shape,
|
|
Template = "Blizzard Classic",
|
|
|
|
-- Info
|
|
Authors = {"StormFX", "|cff999999Maul|r", "|cff999999Blizzard Entertainment|r"},
|
|
Description = L["A modified version of the Classic button style."],
|
|
Discord = Core.Discord,
|
|
-- Version = Template.Version,
|
|
Websites = Core.Websites,
|
|
|
|
-- Skin
|
|
-- Mask = Template.Mask,
|
|
Backdrop = {
|
|
Texture = [[Interface\Buttons\UI-Quickslot]],
|
|
-- TexCoords = {0, 1, 0, 1},
|
|
Color = {1, 1, 1, 0.8},
|
|
BlendMode = "BLEND",
|
|
DrawLayer = "BACKGROUND",
|
|
DrawLevel = -1,
|
|
Width = 64,
|
|
Height = 64,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
-- UseColor = nil,
|
|
BagSlot = {
|
|
Texture = [[Interface\PaperDoll\UI-PaperDoll-Slot-Bag]],
|
|
-- TexCoords = {0, 1, 0, 1},
|
|
Color = {1, 1, 1, 0.8},
|
|
BlendMode = "BLEND",
|
|
DrawLayer = "BACKGROUND",
|
|
DrawLevel = -1,
|
|
Width = 36,
|
|
Height = 36,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
-- UseColor = nil,
|
|
},
|
|
Item = {
|
|
Texture = [[Interface\PaperDoll\UI-PaperDoll-Slot-Bag]],
|
|
-- TexCoords = {0, 1, 0, 1},
|
|
Color = {1, 1, 1, 0.5},
|
|
BlendMode = "BLEND",
|
|
DrawLayer = "BACKGROUND",
|
|
DrawLevel = -1,
|
|
Width = 36,
|
|
Height = 36,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
-- UseColor = nil,
|
|
},
|
|
},
|
|
Icon = {
|
|
TexCoords = {0.07, 0.93, 0.07, 0.93},
|
|
DrawLayer = "BACKGROUND",
|
|
DrawLevel = 0,
|
|
Width = 32,
|
|
Height = 32,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
},
|
|
-- SlotIcon = Template.SlotIcon,
|
|
-- Shadow = Template.Shadow,
|
|
Normal = {
|
|
Texture = [[Interface\Buttons\UI-Quickslot2]],
|
|
-- TexCoords = {0, 1, 0, 1},
|
|
-- Color = {1, 1, 1, 1},
|
|
EmptyColor = {1, 1, 1, 0.5},
|
|
BlendMode = "BLEND",
|
|
DrawLayer = "ARTWORK",
|
|
DrawLevel = 0,
|
|
Width = 60,
|
|
Height = 60,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0.5,
|
|
OffsetY = -0.5,
|
|
-- SetAllPoints = nil,
|
|
-- UseStates = nil,
|
|
Pet = {
|
|
Texture = [[Interface\Buttons\UI-Quickslot2]],
|
|
-- TexCoords = {0, 1, 0, 1},
|
|
-- Color = {1, 1, 1, 1},
|
|
-- EmptyColor = {1, 1, 1, 0.5},
|
|
BlendMode = "BLEND",
|
|
DrawLayer = "ARTWORK",
|
|
DrawLevel = 0,
|
|
Width = 58,
|
|
Height = 58,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0.5,
|
|
OffsetY = -0.5,
|
|
-- SetAllPoints = nil,
|
|
-- UseStates = nil,
|
|
},
|
|
},
|
|
-- Disabled = Template.Disabled,
|
|
Pushed = {
|
|
Texture = [[Interface\Buttons\UI-Quickslot-Depress]],
|
|
-- 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,
|
|
-- SetAllPoints = nil,
|
|
-- UseColor = nil,
|
|
},
|
|
Flash = {
|
|
Texture = [[Interface\Buttons\UI-QuickslotRed]],
|
|
-- TexCoords = {0, 1, 0, 1},
|
|
Color = {1, 1, 1, 0.75},
|
|
BlendMode = "BLEND",
|
|
DrawLayer = "BORDER",
|
|
DrawLevel = 1,
|
|
Width = 34,
|
|
Height = 34,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
-- UseColor = nil,
|
|
},
|
|
HotKey = {
|
|
JustifyH = "RIGHT",
|
|
JustifyV = "MIDDLE",
|
|
DrawLayer = "OVERLAY",
|
|
Width = 36,
|
|
Height = 0,
|
|
Anchor = "Icon",
|
|
Point = "TOPRIGHT",
|
|
RelPoint = "TOPRIGHT",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
},
|
|
Count = {
|
|
JustifyH = "RIGHT",
|
|
JustifyV = "MIDDLE",
|
|
DrawLayer = "OVERLAY",
|
|
Width = 0,
|
|
Height = 0,
|
|
Anchor = "Icon",
|
|
Point = "BOTTOMRIGHT",
|
|
RelPoint = "BOTTOMRIGHT",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
},
|
|
-- Duration = Template.Duration,
|
|
Checked = {
|
|
Texture = [[Interface\Buttons\CheckButtonHilight]],
|
|
-- TexCoords = {0, 1, 0, 1},
|
|
Color = {1, 1, 1, 0.8},
|
|
BlendMode = "ADD",
|
|
DrawLayer = "OVERLAY",
|
|
DrawLevel = 0,
|
|
Width = 33,
|
|
Height = 33,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
Pet = {
|
|
Texture = [[Interface\Buttons\CheckButtonHilight]],
|
|
-- TexCoords = {0, 1, 0, 1},
|
|
Color = {1, 1, 1, 0.8},
|
|
BlendMode = "ADD",
|
|
DrawLayer = "OVERLAY",
|
|
DrawLevel = 0,
|
|
Width = 32,
|
|
Height = 32,
|
|
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 = 33,
|
|
Height = 33,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
},
|
|
-- Name = Template.Name,
|
|
Border = {
|
|
Texture = [[Interface\Buttons\UI-ActionButton-Border]],
|
|
-- TexCoords = {0, 1, 0, 1},
|
|
-- Color = {1, 1, 1, 1},
|
|
BlendMode = "ADD",
|
|
DrawLayer = "OVERLAY",
|
|
DrawLevel = 0,
|
|
Width = 57,
|
|
Height = 57,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0.5,
|
|
OffsetY = 0.5,
|
|
-- 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 = 1,
|
|
-- 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 = 40,
|
|
Height = 40,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
},
|
|
},
|
|
DebuffBorder = {
|
|
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 = 1,
|
|
-- SetAllPoints = nil,
|
|
},
|
|
EnchantBorder = {
|
|
Texture = [[Interface\Buttons\UI-TempEnchant-Border]],
|
|
-- TexCoords = {0, 1, 0, 1},
|
|
-- Color = {1, 1, 1, 1},
|
|
BlendMode = "BLEND",
|
|
DrawLayer = "OVERLAY",
|
|
DrawLevel = 0,
|
|
Width = 40,
|
|
Height = 40,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
},
|
|
-- IconBorder = Template.IconBorder,
|
|
-- Gloss = Template.Gloss,
|
|
-- NewAction = Template.NewAction,
|
|
-- SpellHighlight = Template.SpellHighlight,
|
|
AutoCastable = {
|
|
Texture = [[Interface\Buttons\UI-AutoCastableOverlay]],
|
|
-- TexCoords = {0, 1, 0, 1},
|
|
-- Color = {1, 1, 1, 1},
|
|
BlendMode = "BLEND",
|
|
DrawLayer = "OVERLAY",
|
|
DrawLevel = 1,
|
|
Width = 66,
|
|
Height = 66,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0.5,
|
|
OffsetY = -0.5,
|
|
-- SetAllPoints = nil,
|
|
},
|
|
-- IconOverlay = Template.IconOverlay,
|
|
UpgradeIcon = {
|
|
Atlas = "bags-greenarrow",
|
|
UseAtlasSize = false,
|
|
-- Color = {1, 1, 1, 1},
|
|
BlendMode = "BLEND",
|
|
DrawLayer = "OVERLAY",
|
|
DrawLevel = 3,
|
|
Width = 16,
|
|
Height = 17,
|
|
Point = "TOPLEFT",
|
|
RelPoint = "TOPLEFT",
|
|
OffsetX = 1,
|
|
OffsetY = -1,
|
|
-- SetAllPoints = nil,
|
|
},
|
|
-- IconOverlay2 = Template.IconOverlay2,
|
|
QuestBorder = {
|
|
Border = [[Interface\ContainerFrame\UI-Icon-QuestBang]],
|
|
Texture = [[Interface\ContainerFrame\UI-Icon-QuestBorder]],
|
|
-- Color = {1, 1, 1, 1},
|
|
BlendMode = "BLEND",
|
|
DrawLayer = "OVERLAY",
|
|
DrawLevel = 2,
|
|
Width = 32,
|
|
Height = 32,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
},
|
|
NewItem = {
|
|
Atlas = "bags-glow-white",
|
|
UseAtlasSize = false,
|
|
-- Color = {1, 1, 1, 1},
|
|
BlendMode = "ADD",
|
|
DrawLayer = "OVERLAY",
|
|
DrawLevel = 2,
|
|
Width = 36,
|
|
Height = 36,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
},
|
|
-- SearchOverlay = Template.SearchOverlay,
|
|
-- ContextOverlay = Template.ContextOverlay,
|
|
JunkIcon = {
|
|
Atlas = "bags-junkcoin",
|
|
UseAtlasSize = false,
|
|
-- Color = {1, 1, 1, 1},
|
|
BlendMode = "BLEND",
|
|
DrawLayer = "OVERLAY",
|
|
DrawLevel = 3,
|
|
Width = 16,
|
|
Height = 16,
|
|
Point = "TOPLEFT",
|
|
RelPoint = "TOPLEFT",
|
|
OffsetX = 1,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
},
|
|
Highlight = {
|
|
Texture = [[Interface\Buttons\ButtonHilight-Square]],
|
|
-- TexCoords = {0, 1, 0, 1},
|
|
-- Color = {1, 1, 1, 1},
|
|
BlendMode = "ADD",
|
|
DrawLayer = "HIGHLIGHT",
|
|
DrawLevel = 0,
|
|
Width = 32,
|
|
Height = 32,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
-- UseColor = nil,
|
|
},
|
|
AutoCastShine = {
|
|
Width = 32,
|
|
Height = 32,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0.5,
|
|
OffsetY = -0.5,
|
|
-- SetAllPoints = nil,
|
|
},
|
|
Cooldown = {
|
|
-- Texture = nil,
|
|
EdgeTexture = [[Interface\AddOns\Masque\Textures\Cooldown\Edge]],
|
|
PulseTexture = [[Interface\Cooldown\star4]],
|
|
Color = {0, 0, 0, 0.8},
|
|
Width = 32,
|
|
Height = 32,
|
|
Point = "CENTER",
|
|
RelPoint = "CENTER",
|
|
OffsetX = 0,
|
|
OffsetY = 0,
|
|
-- SetAllPoints = nil,
|
|
},
|
|
ChargeCooldown = "Cooldown",
|
|
}, true)
|
|
|