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.
215 lines
4.2 KiB
215 lines
4.2 KiB
------------------------------------------------------------------------------------------------------
|
|
-- Locked Settings, These settings are stored for your character only regardless of profile options.
|
|
------------------------------------------------------------------------------------------------------
|
|
local E, L, V, P, G = unpack(ElvUI)
|
|
|
|
V.general = {
|
|
loot = true,
|
|
lootRoll = true,
|
|
normTex = 'ElvUI Norm',
|
|
glossTex = 'ElvUI Norm',
|
|
dmgfont = 'Expressway',
|
|
namefont = 'Expressway', -- (PT Sans) some dont render for mail room quest
|
|
chatBubbles = 'backdrop',
|
|
chatBubbleFont = 'PT Sans Narrow',
|
|
chatBubbleFontSize = 12,
|
|
chatBubbleFontOutline = 'NONE',
|
|
chatBubbleName = false,
|
|
nameplateFont = 'PT Sans Narrow',
|
|
nameplateFontSize = 9,
|
|
nameplateFontOutline = 'OUTLINE',
|
|
nameplateLargeFont = 'PT Sans Narrow',
|
|
nameplateLargeFontSize = 11,
|
|
nameplateLargeFontOutline = 'OUTLINE',
|
|
pixelPerfect = true,
|
|
replaceNameFont = true,
|
|
replaceCombatFont = true,
|
|
replaceCombatText = false,
|
|
replaceBubbleFont = true,
|
|
replaceNameplateFont = true,
|
|
replaceBlizzFonts = true,
|
|
blizzardFontSize = false,
|
|
noFontScale = false,
|
|
totemTracker = true,
|
|
classColors = false,
|
|
queueStatus = true,
|
|
minimap = {
|
|
enable = true,
|
|
hideClassHallReport = false,
|
|
hideCalendar = true,
|
|
hideTracking = false,
|
|
},
|
|
classColorMentionsSpeech = true,
|
|
raidUtility = true,
|
|
voiceOverlay = true,
|
|
worldMap = true,
|
|
}
|
|
|
|
V.bags = {
|
|
enable = true,
|
|
bagBar = false,
|
|
}
|
|
|
|
V.nameplates = {
|
|
enable = true,
|
|
}
|
|
|
|
V.auras = {
|
|
enable = true,
|
|
disableBlizzard = true,
|
|
buffsHeader = true,
|
|
debuffsHeader = true,
|
|
masque = {
|
|
buffs = false,
|
|
debuffs = false,
|
|
}
|
|
}
|
|
|
|
V.chat = {
|
|
enable = true,
|
|
}
|
|
|
|
V.skins = {
|
|
ace3Enable = true,
|
|
libDropdown = true,
|
|
checkBoxSkin = true,
|
|
parchmentRemoverEnable = false,
|
|
blizzard = {
|
|
enable = true,
|
|
|
|
achievement = true,
|
|
addonManager = true,
|
|
adventureMap = true,
|
|
alertframes = true,
|
|
alliedRaces = true,
|
|
animaDiversion = true,
|
|
archaeology = true,
|
|
arena = true,
|
|
arenaRegistrar = true,
|
|
artifact = true,
|
|
auctionhouse = true,
|
|
azerite = true,
|
|
azeriteEssence = true,
|
|
azeriteRespec = true,
|
|
bags = true,
|
|
barber = true,
|
|
battlefield = true,
|
|
bgmap = true,
|
|
bgscore = true,
|
|
binding = true,
|
|
blizzardOptions = true,
|
|
bmah = true, --black market
|
|
calendar = true,
|
|
channels = true,
|
|
character = true,
|
|
chromieTime = true,
|
|
cooldownManager = true,
|
|
collections = true,
|
|
communities = true,
|
|
contribution = true,
|
|
covenantPreview = true,
|
|
covenantRenown = true,
|
|
covenantSanctum = true,
|
|
craft = true,
|
|
deathRecap = true,
|
|
debug = true,
|
|
dressingroom = true,
|
|
encounterjournal = true,
|
|
engraving = true,
|
|
eventLog = true,
|
|
friends = true,
|
|
garrison = true,
|
|
gbank = true,
|
|
gmChat = true,
|
|
gossip = true,
|
|
greeting = true,
|
|
guide = true,
|
|
guild = true,
|
|
guildBank = true,
|
|
guildcontrol = true,
|
|
guildregistrar = true,
|
|
help = true,
|
|
inspect = true,
|
|
islandQueue = true,
|
|
islandsPartyPose = true,
|
|
itemInteraction = true,
|
|
itemUpgrade = true,
|
|
lfg = true,
|
|
lfguild = true,
|
|
loot = true,
|
|
losscontrol = true,
|
|
macro = true,
|
|
mail = true,
|
|
merchant = true,
|
|
mirrorTimers = true,
|
|
misc = true,
|
|
nonraid = true,
|
|
objectiveTracker = true,
|
|
obliterum = true,
|
|
orderhall = true,
|
|
perks = true,
|
|
petbattleui = true,
|
|
petition = true,
|
|
playerChoice = true,
|
|
pvp = true,
|
|
quest = true,
|
|
questChoice = true,
|
|
questTimers = true,
|
|
raid = true,
|
|
reforge = true,
|
|
runeforge = true,
|
|
scrapping = true,
|
|
socket = true,
|
|
soulbinds = true,
|
|
spellbook = true,
|
|
stable = true,
|
|
subscriptionInterstitial = true,
|
|
tabard = true,
|
|
talent = true,
|
|
talkinghead = true,
|
|
taxi = true,
|
|
timemanager = true,
|
|
tooltip = true,
|
|
torghastLevelPicker = true,
|
|
trade = true,
|
|
tradeskill = true,
|
|
trainer = true,
|
|
transmogrify = true,
|
|
tutorials = true,
|
|
weeklyRewards = true,
|
|
worldmap = true,
|
|
expansionLanding = true,
|
|
majorFactions = true,
|
|
genericTrait = true,
|
|
editor = true,
|
|
campsites = true,
|
|
}
|
|
}
|
|
|
|
V.tooltip = {
|
|
enable = true,
|
|
}
|
|
|
|
V.unitframe = {
|
|
enable = true,
|
|
disabledBlizzardFrames = {
|
|
castbar = true,
|
|
player = true,
|
|
target = true,
|
|
focus = true,
|
|
boss = true,
|
|
arena = true,
|
|
party = true,
|
|
raid = true,
|
|
}
|
|
}
|
|
|
|
V.actionbar = {
|
|
enable = true,
|
|
hideCooldownBling = false,
|
|
masque = {
|
|
actionbars = false,
|
|
petBar = false,
|
|
stanceBar = false,
|
|
}
|
|
}
|
|
|