Quantcast

And that's for Affi's install

Darthpred [02-21-15 - 20:47]
And that's for Affi's install
Filename
ElvUI_SLE/core/install.lua
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index 5e18e36..7657cc4 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -730,497 +730,299 @@ local function AffinitiiSetup() --The function to switch from class ElvUI settin
 	SLEInstallStepComplete.message = L["Affinitii's Defaults Set"]
 	SLEInstallStepComplete:Show()
 	if not E.db.movers then E.db.movers = {}; end
+	if not E.db["unitframe"]["units"]["party"]["customTexts"] then E.db["unitframe"]["units"]["party"]["customTexts"] = {} end
+	if not E.db["unitframe"]["units"]["raid40"]["customTexts"] then E.db["unitframe"]["units"]["raid40"]["customTexts"] = {} end
 	-- layout = E.db.layoutSet  --Pull which layout was selected if any.
 	pixel = E.PixelMode  --Pull PixelMode

-	E.db["sle"] = {
-		["nameplate"] = {
-			["showthreat"] = true,
-			["targetcount"] = true,
-		},
-		["datatext"] = {
-			["chathandle"] = true,
-			["top"] = {
-				["enabled"] = true,
-				["transparent"] = true,
-				["width"] = 100,
-			},
-			["bottom"] = {
-				["enabled"] = true,
-				["transparent"] = true,
-				["width"] = 100,
-			},
-			["dp6"] = {
-				["enabled"] = true,
-				["transparent"] = true,
-				["alpha"] = 0.8,
-				["width"] = 399,
-			},
-		},
-		["minimap"] = {
-			["buttons"] = {
-				["anchor"] = "VERTICAL",
-				["mouseover"] = true,
-			},
-			["mapicons"] = {
-				["skinmail"] = false,
-				["iconmouseover"] = true,
-			},
-		},
-	}
-
-	E.db["movers"] = {
-		["DP_6_Mover"] = "BOTTOMElvUIParentBOTTOM03",
-		["ElvUF_PlayerCastbarMover"] = "BOTTOMElvUIParentBOTTOM096",
-		["ElvUF_RaidMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT440511",
-		["LeftChatMover"] = "BOTTOMLEFTUIParentBOTTOMLEFT021",
-		["ElvUF_Raid10Mover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT449511",
-		["BossButton"] = "TOPLEFTElvUIParentTOPLEFT622-352",
-		["ElvUF_FocusMover"] = "BOTTOMElvUIParentBOTTOM-63436",
-		["ClassBarMover"] = "BOTTOMElvUIParentBOTTOM-337500",
-		["SquareMinimapBar"] = "TOPRIGHTElvUIParentTOPRIGHT-4-211",
-		["ElvUF_TargetMover"] = "BOTTOMElvUIParentBOTTOM278200",
-		["ElvUF_Raid40Mover"] = "TOPLEFTElvUIParentTOPLEFT447-468",
-		["ElvAB_1"] = "BOTTOMElvUIParentBOTTOM059",
-		["ElvAB_2"] = "BOTTOMElvUIParentBOTTOM025",
-		["ElvAB_4"] = "BOTTOMLEFTElvUIParentBOTTOMRIGHT-413200",
-		["AltPowerBarMover"] = "BOTTOMElvUIParentBOTTOM-300338",
-		["ElvAB_3"] = "BOTTOMElvUIParentBOTTOM25425",
-		["ElvAB_5"] = "BOTTOMElvUIParentBOTTOM-25425",
-		["MMButtonsMover"] = "TOPRIGHTElvUIParentTOPRIGHT-214-160",
-		["ElvUF_PlayerMover"] = "BOTTOMElvUIParentBOTTOM-278200",
-		["ElvUF_TargetTargetMover"] = "BOTTOMElvUIParentBOTTOM0190",
-		["ShiftAB"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT41421",
-		["RightChatMover"] = "BOTTOMRIGHTUIParentBOTTOMRIGHT021",
-		["TotemBarMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT41421",
-		["ArenaHeaderMover"] = "TOPRIGHTElvUIParentTOPRIGHT-210-410",
-		["DP_5_Mover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT4327",
-		["Top_Center_Mover"] = "BOTTOMElvUIParentBOTTOM-2543",
-		["BossHeaderMover"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-210435",
-		["ElvUF_PetMover"] = "BOTTOMElvUIParentBOTTOM0230",
-		["ElvAB_6"] = "BOTTOMElvUIParentBOTTOM0102",
-		["ElvUF_PartyMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT449511",
-		["Bottom_Panel_Mover"] = "BOTTOMElvUIParentBOTTOM2543",
-		["PetAB"] = "TOPRIGHTElvUIParentTOPRIGHT-4-433",
-		["ElvUF_Raid25Mover"] = "TOPLEFTElvUIParentTOPLEFT449-448",
-	}
+	E.db["sle"]["nameplate"]["showthreat"] = true
+	E.db["sle"]["nameplate"]["targetcount"] = true
+	E.db["sle"]["datatext"]["chathandle"] = true
+	E.db["sle"]["datatext"]["top"]["enabled"] = true
+	E.db["sle"]["datatext"]["top"]["transparent"] = true
+	E.db["sle"]["datatext"]["top"]["width"] = 100
+	E.db["sle"]["datatext"]["bottom"]["enabled"] = true
+	E.db["sle"]["datatext"]["bottom"]["transparent"] = true
+	E.db["sle"]["datatext"]["bottom"]["width"] = 100
+	E.db["sle"]["datatext"]["dp6"]["enabled"] = true
+	E.db["sle"]["datatext"]["dp6"]["transparent"] = true
+	E.db["sle"]["datatext"]["dp6"]["alpha"] = 0.8
+	E.db["sle"]["datatext"]["dp6"]["width"] = 399
+	E.db["sle"]["minimap"]["buttons"]["anchor"] = "VERTICAL"
+	E.db["sle"]["minimap"]["buttons"]["mouseover"] = true
+	E.db["sle"]["minimap"]["mapicons"]["skinmail"] = false
+	E.db["sle"]["minimap"]["mapicons"]["iconmouseover"] = true
+
+	E.db["movers"]["DP_6_Mover"] = "BOTTOMElvUIParentBOTTOM03"
+	E.db["movers"]["ElvUF_PlayerCastbarMover"] = "BOTTOMElvUIParentBOTTOM096"
+	E.db["movers"]["ElvUF_RaidMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT440511"
+	E.db["movers"]["LeftChatMover"] = "BOTTOMLEFTUIParentBOTTOMLEFT021"
+	E.db["movers"]["ElvUF_Raid10Mover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT449511"
+	E.db["movers"]["BossButton"] = "TOPLEFTElvUIParentTOPLEFT622-352"
+	E.db["movers"]["ElvUF_FocusMover"] = "BOTTOMElvUIParentBOTTOM-63436"
+	E.db["movers"]["ClassBarMover"] = "BOTTOMElvUIParentBOTTOM-337500"
+	E.db["movers"]["SquareMinimapBar"] = "TOPRIGHTElvUIParentTOPRIGHT-4-211"
+	E.db["movers"]["ElvUF_TargetMover"] = "BOTTOMElvUIParentBOTTOM278200"
+	E.db["movers"]["ElvUF_Raid40Mover"] = "TOPLEFTElvUIParentTOPLEFT447-468"
+	E.db["movers"]["ElvAB_1"] = "BOTTOMElvUIParentBOTTOM059"
+	E.db["movers"]["ElvAB_2"] = "BOTTOMElvUIParentBOTTOM025"
+	E.db["movers"]["ElvAB_4"] = "BOTTOMLEFTElvUIParentBOTTOMRIGHT-413200"
+	E.db["movers"]["AltPowerBarMover"] = "BOTTOMElvUIParentBOTTOM-300338"
+	E.db["movers"]["ElvAB_3"] = "BOTTOMElvUIParentBOTTOM25425"
+	E.db["movers"]["ElvAB_5"] = "BOTTOMElvUIParentBOTTOM-25425"
+	E.db["movers"]["MMButtonsMover"] = "TOPRIGHTElvUIParentTOPRIGHT-214-160"
+	E.db["movers"]["ElvUF_PlayerMover"] = "BOTTOMElvUIParentBOTTOM-278200"
+	E.db["movers"]["ElvUF_TargetTargetMover"] = "BOTTOMElvUIParentBOTTOM0190"
+	E.db["movers"]["ShiftAB"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT41421"
+	E.db["movers"]["RightChatMover"] = "BOTTOMRIGHTUIParentBOTTOMRIGHT021"
+	E.db["movers"]["TotemBarMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT41421"
+	E.db["movers"]["ArenaHeaderMover"] = "TOPRIGHTElvUIParentTOPRIGHT-210-410"
+	E.db["movers"]["DP_5_Mover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT4327"
+	E.db["movers"]["Top_Center_Mover"] = "BOTTOMElvUIParentBOTTOM-2543"
+	E.db["movers"]["BossHeaderMover"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-210435"
+	E.db["movers"]["ElvUF_PetMover"] = "BOTTOMElvUIParentBOTTOM0230"
+	E.db["movers"]["ElvAB_6"] = "BOTTOMElvUIParentBOTTOM0102"
+	E.db["movers"]["ElvUF_PartyMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT449511"
+	E.db["movers"]["Bottom_Panel_Mover"] = "BOTTOMElvUIParentBOTTOM2543"
+	E.db["movers"]["PetAB"] = "TOPRIGHTElvUIParentTOPRIGHT-4-433"
+	E.db["movers"]["ElvUF_Raid25Mover"] = "TOPLEFTElvUIParentTOPLEFT449-448"

 	E.db["gridSize"] = 110

-	E.db["tooltip"] = {
-		["style"] = "inset",
-		["visibility"] = {
-			["combat"] = true,
-		},
-	}
+	E.db["tooltip"]["style"] = "inset"
+	E.db["tooltip"]["visibility"]["combat"] = true

-	E.db["chat"] = {
-		["timeStampFormat"] = "%I:%M ",
-		["editBoxPosition"] = "ABOVE_CHAT",
-		["lfgIcons"] = false,
-		["emotionIcons"] = false,
-	}
+	E.db["chat"]["timeStampFormat"] = "%I:%M "
+	E.db["chat"]["editBoxPosition"] = "ABOVE_CHAT"
+	E.db["chat"]["lfgIcons"] = false
+	E.db["chat"]["emotionIcons"] = false

-	E.db["unitframe"] = {
-		["units"] = {
-			["tank"] = {
-				["enable"] = false,
-			},
-			["party"] = {
-				["horizontalSpacing"] = 1,
-				["debuffs"] = {
-					["sizeOverride"] = 21,
-					["yOffset"] = -7,
-					["anchorPoint"] = "TOPRIGHT",
-					["xOffset"] = -4,
-				},
-				["buffs"] = {
-					["enable"] = true,
-					["yOffset"] = 28,
-					["anchorPoint"] = "BOTTOMLEFT",
-					["clickThrough"] = true,
-					["useBlacklist"] = false,
-					["noDuration"] = false,
-					["playerOnly"] = false,
-					["perrow"] = 1,
-					["useFilter"] = "TurtleBuffs",
-					["noConsolidated"] = false,
-					["sizeOverride"] = 22,
-					["xOffset"] = 30,
-				},
-				["growthDirection"] = "LEFT_UP",
-				["GPSArrow"] = {
-					["size"] = 40,
-				},
-				["buffIndicator"] = {
-					["size"] = 10,
-				},
-				["roleIcon"] = {
-					["enable"] = false,
-					["position"] = "BOTTOMRIGHT",
-				},
-				["targetsGroup"] = {
-					["anchorPoint"] = "BOTTOM",
-				},
-				["power"] = {
-					["text_format"] = "",
-					["width"] = "inset",
-				},
-				["customTexts"] = {
-					["Health Text"] = {
-						["font"] = "ElvUI Pixel",
-						["justifyH"] = "CENTER",
-						["fontOutline"] = "MONOCHROMEOUTLINE",
-						["xOffset"] = 0,
-						["yOffset"] = -7,
-						["text_format"] = "[healthcolor][health:deficit]",
-						["size"] = 10,
-					},
-				},
-				["healPrediction"] = true,
-				["width"] = 80,
-				["name"] = {
-					["text_format"] = "[namecolor][name:veryshort] [difficultycolor][smartlevel]",
-					["position"] = "TOP",
-				},
-				["health"] = {
-					["frequentUpdates"] = true,
-					["position"] = "BOTTOM",
-					["text_format"] = "",
-				},
-				["height"] = 45,
-				["verticalSpacing"] = 1,
-				["petsGroup"] = {
-					["anchorPoint"] = "BOTTOM",
-				},
-				["raidicon"] = {
-					["attachTo"] = "LEFT",
-					["xOffset"] = 9,
-					["yOffset"] = 0,
-					["size"] = 13,
-				},
-			},
-			["raid40"] = {
-				["horizontalSpacing"] = 1,
-				["debuffs"] = {
-					["enable"] = true,
-					["yOffset"] = -9,
-					["anchorPoint"] = "TOPRIGHT",
-					["clickThrough"] = true,
-					["useBlacklist"] = false,
-					["perrow"] = 2,
-					["useFilter"] = "Blacklist",
-					["sizeOverride"] = 21,
-					["xOffset"] = -4,
-				},
-				["rdebuffs"] = {
-					["size"] = 26,
-				},
-				["growthDirection"] = "UP_LEFT",
-				["health"] = {
-					["frequentUpdates"] = true,
-				},
-				["power"] = {
-					["enable"] = true,
-					["width"] = "inset",
-					["position"] = "CENTER",
-				},
-				["customTexts"] = {
-					["Health Text"] = {
-						["font"] = "ElvUI Pixel",
-						["justifyH"] = "CENTER",
-						["fontOutline"] = "MONOCHROMEOUTLINE",
-						["xOffset"] = 0,
-						["yOffset"] = -7,
-						["text_format"] = "[healthcolor][health:deficit]",
-						["size"] = 10,
-					},
-				},
-				["healPrediction"] = true,
-				["width"] = 50,
-				["invertGroupingOrder"] = false,
-				["name"] = {
-					["text_format"] = "[namecolor][name:veryshort]",
-					["position"] = "TOP",
-				},
-				["buffs"] = {
-					["enable"] = true,
-					["yOffset"] = 25,
-					["anchorPoint"] = "BOTTOMLEFT",
-					["clickThrough"] = true,
-					["useBlacklist"] = false,
-					["noDuration"] = false,
-					["playerOnly"] = false,
-					["perrow"] = 1,
-					["useFilter"] = "TurtleBuffs",
-					["noConsolidated"] = false,
-					["sizeOverride"] = 17,
-					["xOffset"] = 21,
-				},
-				["height"] = 43,
-				["verticalSpacing"] = 1,
-				["raidicon"] = {
-					["attachTo"] = "LEFT",
-					["xOffset"] = 9,
-					["yOffset"] = 0,
-					["size"] = 13,
-				},
-			},
-			["focus"] = {
-				["power"] = {
-					["width"] = "inset",
-				},
-			},
-			["target"] = {
-				["portrait"] = {
-					["overlay"] = true,
-				},
-				["aurabar"] = {
-					["enable"] = false,
-				},
-				["power"] = {
-					["width"] = "inset",
-					["height"] = 11,
-				},
-			},
-			["raid"] = {
-				["debuffs"] = {
-					["countFontSize"] = 13,
-					["fontSize"] = 9,
-					["enable"] = true,
-					["yOffset"] = -7,
-					["anchorPoint"] = "TOPRIGHT",
-					["sizeOverride"] = 21,
-					["xOffset"] = -4,
-				},
-				["growthDirection"] = "LEFT_UP",
-				["numGroups"] = 8,
-				["roleIcon"] = {
-					["enable"] = false,
-				},
-				["healPrediction"] = true,
-				["power"] = {
-					["height"] = 8,
-				},
-				["buffs"] = {
-					["enable"] = true,
-					["yOffset"] = 28,
-					["anchorPoint"] = "BOTTOMLEFT",
-					["clickThrough"] = true,
-					["useBlacklist"] = false,
-					["noDuration"] = false,
-					["playerOnly"] = false,
-					["perrow"] = 1,
-					["useFilter"] = "TurtleBuffs",
-					["noConsolidated"] = false,
-					["sizeOverride"] = 22,
-					["xOffset"] = 30,
-				},
-			},
-			["focustarget"] = {
-				["power"] = {
-					["width"] = "inset",
-				},
-			},
-			["pettarget"] = {
-				["power"] = {
-					["width"] = "inset",
-				},
-			},
-			["pet"] = {
-				["power"] = {
-					["width"] = "inset",
-				},
-			},
-			["player"] = {
-				["debuffs"] = {
-					["attachTo"] = "BUFFS",
-				},
-				["portrait"] = {
-					["overlay"] = true,
-				},
-				["classbar"] = {
-					["detachFromFrame"] = true,
-					["enable"] = false,
-				},
-				["aurabar"] = {
-					["enable"] = false,
-				},
-				["power"] = {
-					["width"] = "inset",
-					["height"] = 11,
-				},
-				["buffs"] = {
-					["enable"] = true,
-					["noDuration"] = false,
-					["attachTo"] = "FRAME",
-				},
-				["castbar"] = {
-					["width"] = 399,
-					["height"] = 25,
-				},
-			},
-			["boss"] = {
-				["portrait"] = {
-					["enable"] = true,
-					["overlay"] = true,
-				},
-				["power"] = {
-					["width"] = "inset",
-				},
-			},
-			["arena"] = {
-				["power"] = {
-					["width"] = "inset",
-				},
-			},
-			["targettarget"] = {
-				["power"] = {
-					["width"] = "inset",
-				},
-			},
-			["assist"] = {
-				["targetsGroup"] = {
-					["enable"] = false,
-				},
-				["enable"] = false,
-			},
-		},
-		["statusbar"] = "Polished Wood",
-		["colors"] = {
-			["auraBarBuff"] = {
-				["b"] = 0.0941176470588236,
-				["g"] = 0.0784313725490196,
-				["r"] = 0.309803921568628,
-			},
-			["transparentPower"] = true,
-			["castColor"] = {
-				["b"] = 0.1,
-				["g"] = 0.1,
-				["r"] = 0.1,
-			},
-			["health"] = {
-				["b"] = 0.235294117647059,
-				["g"] = 0.235294117647059,
-				["r"] = 0.235294117647059,
-			},
-			["transparentHealth"] = true,
-			["transparentCastbar"] = true,
-			["transparentAurabars"] = true,
-		},
+	E.db["unitframe"]["units"]["tank"]["enable"] = false
+	E.db["unitframe"]["units"]["party"]["horizontalSpacing"] = 1
+	E.db["unitframe"]["units"]["party"]["debuffs"]["sizeOverride"] = 21
+	E.db["unitframe"]["units"]["party"]["debuffs"]["yOffset"] = -7
+	E.db["unitframe"]["units"]["party"]["debuffs"]["anchorPoint"] = "TOPRIGHT"
+	E.db["unitframe"]["units"]["party"]["debuffs"]["xOffset"] = -4
+	E.db["unitframe"]["units"]["party"]["buffs"]["enable"] = true
+	E.db["unitframe"]["units"]["party"]["buffs"]["yOffset"] = 28
+	E.db["unitframe"]["units"]["party"]["buffs"]["anchorPoint"] = "BOTTOMLEFT"
+	E.db["unitframe"]["units"]["party"]["buffs"]["clickThrough"] = true
+	E.db["unitframe"]["units"]["party"]["buffs"]["useBlacklist"] = false
+	E.db["unitframe"]["units"]["party"]["buffs"]["noDuration"] = false
+	E.db["unitframe"]["units"]["party"]["buffs"]["playerOnly"] = false
+	E.db["unitframe"]["units"]["party"]["buffs"]["perrow"] = 1
+	E.db["unitframe"]["units"]["party"]["buffs"]["useFilter"] = "TurtleBuffs"
+	E.db["unitframe"]["units"]["party"]["buffs"]["noConsolidated"] = false
+	E.db["unitframe"]["units"]["party"]["buffs"]["sizeOverride"] = 22
+	E.db["unitframe"]["units"]["party"]["buffs"]["xOffset"] = 30
+	E.db["unitframe"]["units"]["party"]["growthDirection"] = "LEFT_UP"
+	E.db["unitframe"]["units"]["party"]["GPSArrow"]["size"] = 40
+	E.db["unitframe"]["units"]["party"]["buffIndicator"]["size"] = 10
+	E.db["unitframe"]["units"]["party"]["roleIcon"]["enable"] = false
+	E.db["unitframe"]["units"]["party"]["roleIcon"]["position"] = "BOTTOMRIGHT"
+	E.db["unitframe"]["units"]["party"]["targetsGroup"]["anchorPoint"] = "BOTTOM"
+	E.db["unitframe"]["units"]["party"]["power"]["text_format"] = ""
+	E.db["unitframe"]["units"]["party"]["power"]["width"] = "inset"
+	E.db["unitframe"]["units"]["party"]["customTexts"]["Health Text"] = {}
+	E.db["unitframe"]["units"]["party"]["customTexts"]["Health Text"]["font"] = "ElvUI Pixel"
+	E.db["unitframe"]["units"]["party"]["customTexts"]["Health Text"]["justifyH"] = "CENTER"
+	E.db["unitframe"]["units"]["party"]["customTexts"]["Health Text"]["fontOutline"] = "MONOCHROMEOUTLINE"
+	E.db["unitframe"]["units"]["party"]["customTexts"]["Health Text"]["xOffset"] = 0
+	E.db["unitframe"]["units"]["party"]["customTexts"]["Health Text"]["yOffset"] = -7
+	E.db["unitframe"]["units"]["party"]["customTexts"]["Health Text"]["text_format"] = "[healthcolor][health:deficit]"
+	E.db["unitframe"]["units"]["party"]["customTexts"]["Health Text"]["size"] = 10
+	E.db["unitframe"]["units"]["party"]["healPrediction"] = true
+	E.db["unitframe"]["units"]["party"]["width"] = 80
+	E.db["unitframe"]["units"]["party"]["name"]["text_format"] = "[namecolor][name:veryshort] [difficultycolor][smartlevel]"
+	E.db["unitframe"]["units"]["party"]["name"]["position"] = "TOP"
+	E.db["unitframe"]["units"]["party"]["health"]["frequentUpdates"] = true
+	E.db["unitframe"]["units"]["party"]["health"]["position"] = "BOTTOM"
+	E.db["unitframe"]["units"]["party"]["health"]["text_format"] = ""
+	E.db["unitframe"]["units"]["party"]["height"] = 45
+	E.db["unitframe"]["units"]["party"]["verticalSpacing"] = 1
+	E.db["unitframe"]["units"]["party"]["petsGroup"]["anchorPoint"] = "BOTTOM"
+	E.db["unitframe"]["units"]["party"]["raidicon"]["attachTo"] = "LEFT"
+	E.db["unitframe"]["units"]["party"]["raidicon"]["xOffset"] = 9
+	E.db["unitframe"]["units"]["party"]["raidicon"]["yOffset"] = 0
+	E.db["unitframe"]["units"]["party"]["raidicon"]["size"] = 13
+	E.db["unitframe"]["units"]["raid40"]["horizontalSpacing"] = 1
+	E.db["unitframe"]["units"]["raid40"]["debuffs"]["enable"] = true
+	E.db["unitframe"]["units"]["raid40"]["debuffs"]["yOffset"] = -9
+	E.db["unitframe"]["units"]["raid40"]["debuffs"]["anchorPoint"] = "TOPRIGHT"
+	E.db["unitframe"]["units"]["raid40"]["debuffs"]["clickThrough"] = true
+	E.db["unitframe"]["units"]["raid40"]["debuffs"]["useBlacklist"] = false
+	E.db["unitframe"]["units"]["raid40"]["debuffs"]["perrow"] = 2
+	E.db["unitframe"]["units"]["raid40"]["debuffs"]["useFilter"] = "Blacklist"
+	E.db["unitframe"]["units"]["raid40"]["debuffs"]["sizeOverride"] = 21
+	E.db["unitframe"]["units"]["raid40"]["debuffs"]["xOffset"] = -4
+	E.db["unitframe"]["units"]["raid40"]["rdebuffs"]["size"] = 26
+	E.db["unitframe"]["units"]["raid40"]["growthDirection"] = "UP_LEFT"
+	E.db["unitframe"]["units"]["raid40"]["health"]["frequentUpdates"] = true
+	E.db["unitframe"]["units"]["raid40"]["power"]["enable"] = true
+	E.db["unitframe"]["units"]["raid40"]["power"]["width"] = "inset"
+	E.db["unitframe"]["units"]["raid40"]["power"]["position"] = "CENTER"
+	E.db["unitframe"]["units"]["raid40"]["customTexts"]["Health Text"] = {}
+	E.db["unitframe"]["units"]["raid40"]["customTexts"]["Health Text"]["font"] = "ElvUI Pixel"
+	E.db["unitframe"]["units"]["raid40"]["customTexts"]["Health Text"]["justifyH"] = "CENTER"
+	E.db["unitframe"]["units"]["raid40"]["customTexts"]["Health Text"]["fontOutline"] = "MONOCHROMEOUTLINE"
+	E.db["unitframe"]["units"]["raid40"]["customTexts"]["Health Text"]["xOffset"] = 0
+	E.db["unitframe"]["units"]["raid40"]["customTexts"]["Health Text"]["yOffset"] = -7
+	E.db["unitframe"]["units"]["raid40"]["customTexts"]["Health Text"]["text_format"] = "[healthcolor][health:deficit]"
+	E.db["unitframe"]["units"]["raid40"]["customTexts"]["Health Text"]["size"] = 10
+	E.db["unitframe"]["units"]["raid40"]["healPrediction"] = true
+	E.db["unitframe"]["units"]["raid40"]["width"] = 50
+	E.db["unitframe"]["units"]["raid40"]["invertGroupingOrder"] = false
+	E.db["unitframe"]["units"]["raid40"]["name"]["text_format"] = "[namecolor][name:veryshort]"
+	E.db["unitframe"]["units"]["raid40"]["name"]["position"] = "TOP"
+	E.db["unitframe"]["units"]["raid40"]["buffs"]["enable"] = true
+	E.db["unitframe"]["units"]["raid40"]["buffs"]["yOffset"] = 25
+	E.db["unitframe"]["units"]["raid40"]["buffs"]["anchorPoint"] = "BOTTOMLEFT"
+	E.db["unitframe"]["units"]["raid40"]["buffs"]["clickThrough"] = true
+	E.db["unitframe"]["units"]["raid40"]["buffs"]["useBlacklist"] = false
+	E.db["unitframe"]["units"]["raid40"]["buffs"]["noDuration"] = false
+	E.db["unitframe"]["units"]["raid40"]["buffs"]["playerOnly"] = false
+	E.db["unitframe"]["units"]["raid40"]["buffs"]["perrow"] = 1
+	E.db["unitframe"]["units"]["raid40"]["buffs"]["useFilter"] = "TurtleBuffs"
+	E.db["unitframe"]["units"]["raid40"]["buffs"]["noConsolidated"] = false
+	E.db["unitframe"]["units"]["raid40"]["buffs"]["sizeOverride"] = 17
+	E.db["unitframe"]["units"]["raid40"]["buffs"]["xOffset"] = 21
+	E.db["unitframe"]["units"]["raid40"]["height"] = 43
+	E.db["unitframe"]["units"]["raid40"]["verticalSpacing"] = 1
+	E.db["unitframe"]["units"]["raid40"]["raidicon"]["attachTo"] = "LEFT"
+	E.db["unitframe"]["units"]["raid40"]["raidicon"]["xOffset"] = 9
+	E.db["unitframe"]["units"]["raid40"]["raidicon"]["yOffset"] = 0
+	E.db["unitframe"]["units"]["raid40"]["raidicon"]["size"] = 13
+	E.db["unitframe"]["units"]["focus"]["power"]["width"] = "inset"
+	E.db["unitframe"]["units"]["target"]["portrait"]["overlay"] = true
+	E.db["unitframe"]["units"]["target"]["aurabar"]["enable"] = false
+	E.db["unitframe"]["units"]["target"]["power"]["width"] = "inset"
+	E.db["unitframe"]["units"]["target"]["power"]["height"] = 11
+	E.db["unitframe"]["units"]["raid"]["debuffs"]["countFontSize"] = 13
+	E.db["unitframe"]["units"]["raid"]["debuffs"]["fontSize"] = 9
+	E.db["unitframe"]["units"]["raid"]["debuffs"]["enable"] = true
+	E.db["unitframe"]["units"]["raid"]["debuffs"]["yOffset"] = -7
+	E.db["unitframe"]["units"]["raid"]["debuffs"]["anchorPoint"] = "TOPRIGHT"
+	E.db["unitframe"]["units"]["raid"]["debuffs"]["sizeOverride"] = 21
+	E.db["unitframe"]["units"]["raid"]["debuffs"]["xOffset"] = -4
+	E.db["unitframe"]["units"]["raid"]["growthDirection"] = "LEFT_UP"
+	E.db["unitframe"]["units"]["raid"]["numGroups"] = 8
+	E.db["unitframe"]["units"]["raid"]["roleIcon"]["enable"] = false
+	E.db["unitframe"]["units"]["raid"]["healPrediction"] = true
+	E.db["unitframe"]["units"]["raid"]["power"]["height"] = 8
+	E.db["unitframe"]["units"]["raid"]["buffs"]["enable"] = true
+	E.db["unitframe"]["units"]["raid"]["buffs"]["yOffset"] = 28
+	E.db["unitframe"]["units"]["raid"]["buffs"]["anchorPoint"] = "BOTTOMLEFT"
+	E.db["unitframe"]["units"]["raid"]["buffs"]["clickThrough"] = true
+	E.db["unitframe"]["units"]["raid"]["buffs"]["useBlacklist"] = false
+	E.db["unitframe"]["units"]["raid"]["buffs"]["noDuration"] = false
+	E.db["unitframe"]["units"]["raid"]["buffs"]["playerOnly"] = false
+	E.db["unitframe"]["units"]["raid"]["buffs"]["perrow"] = 1
+	E.db["unitframe"]["units"]["raid"]["buffs"]["useFilter"] = "TurtleBuffs"
+	E.db["unitframe"]["units"]["raid"]["buffs"]["noConsolidated"] = false
+	E.db["unitframe"]["units"]["raid"]["buffs"]["sizeOverride"] = 22
+	E.db["unitframe"]["units"]["raid"]["buffs"]["xOffset"] = 30
+	E.db["unitframe"]["units"]["focustarget"]["power"]["width"] = "inset"
+	E.db["unitframe"]["units"]["pettarget"]["power"]["width"] = "inset"
+	E.db["unitframe"]["units"]["pet"]["power"]["width"] = "inset"
+	E.db["unitframe"]["units"]["player"]["debuffs"]["attachTo"] = "BUFFS"
+	E.db["unitframe"]["units"]["player"]["portrait"]["overlay"] = true
+	E.db["unitframe"]["units"]["player"]["classbar"]["detachFromFrame"] = true
+	E.db["unitframe"]["units"]["player"]["classbar"]["enable"] = false
+	E.db["unitframe"]["units"]["player"]["aurabar"]["enable"] = false
+	E.db["unitframe"]["units"]["player"]["power"]["width"] = "inset"
+	E.db["unitframe"]["units"]["player"]["power"]["height"] = 11
+	E.db["unitframe"]["units"]["player"]["buffs"]["enable"] = true
+	E.db["unitframe"]["units"]["player"]["buffs"]["noDuration"] = false
+	E.db["unitframe"]["units"]["player"]["buffs"]["attachTo"] = "FRAME"
+	E.db["unitframe"]["units"]["player"]["castbar"]["width"] = 399
+	E.db["unitframe"]["units"]["player"]["castbar"]["height"] = 25
+	E.db["unitframe"]["units"]["boss"]["portrait"]["enable"] = true
+	E.db["unitframe"]["units"]["boss"]["portrait"]["overlay"] = true
+	E.db["unitframe"]["units"]["boss"]["power"]["width"] = "inset"
+	E.db["unitframe"]["units"]["arena"]["power"]["width"] = "inset"
+	E.db["unitframe"]["units"]["targettarget"]["power"]["width"] = "inset"
+	E.db["unitframe"]["units"]["assist"]["targetsGroup"]["enable"] = false
+	E.db["unitframe"]["units"]["assist"]["enable"] = false
+	E.db["unitframe"]["statusbar"] = "Polished Wood"
+	E.db["unitframe"]["colors"]["auraBarBuff"] = {
+		["b"] = 0.0941176470588236,
+		["g"] = 0.0784313725490196,
+		["r"] = 0.309803921568628,
 	}
-
-	E.db["datatexts"] = {
-		["minimapPanels"] = false,
-		["fontSize"] = 12,
-		["panelTransparency"] = true,
-		["panels"] = {
-			["DP_3"] = {
-				["middle"] = "DPS",
-			},
-			["RightChatDataPanel"] = {
-				["right"] = "Skada",
-				["left"] = "Combat/Arena Time",
-			},
-			["DP_1"] = {
-				["middle"] = "Friends",
-			},
-			["DP_5"] = {
-				["middle"] = "Friends",
-			},
-			["LeftChatDataPanel"] = {
-				["right"] = "Haste",
-				["left"] = "Spell/Heal Power",
-			},
-			["RightMiniPanel"] = "Gold",
-			["Top_Center"] = "WIM",
-			["Bottom_Panel"] = "Talent/Loot Specialization",
-			["DP_6"] = {
-				["right"] = "Gold",
-				["left"] = "System",
-				["middle"] = "Time",
-			},
-			["DP_2"] = {
-				["middle"] = "Attack Power",
-			},
-			["LeftMiniPanel"] = "Time",
-		},
-		["font"] = "ElvUI Font",
-		["fontOutline"] = "None",
-		["battleground"] = false,
+	E.db["unitframe"]["colors"]["transparentPower"] = true
+	E.db["unitframe"]["colors"]["castColor"] = {
+		["b"] = 0.1,
+		["g"] = 0.1,
+		["r"] = 0.1,
 	}
-
-	E.db["actionbar"] = {
-		["bar3"] = {
-			["buttonspacing"] = 1,
-			["buttonsPerRow"] = 3,
-			["alpha"] = 0.4,
-		},
-		["bar2"] = {
-			["enabled"] = true,
-			["buttonspacing"] = 1,
-			["alpha"] = 0.6,
-		},
-		["bar5"] = {
-			["buttonspacing"] = 1,
-			["buttonsPerRow"] = 3,
-			["alpha"] = 0.4,
-		},
-		["bar1"] = {
-			["buttonspacing"] = 1,
-			["alpha"] = 0.6,
-		},
-		["stanceBar"] = {
-			["buttonsPerRow"] = 1,
-			["alpha"] = 0.6,
-		},
-		["bar4"] = {
-			["enabled"] = false,
-			["point"] = "BOTTOMLEFT",
-			["alpha"] = 0.4,
-			["buttonsPerRow"] = 6,
-			["backdrop"] = false,
-		},
+	E.db["unitframe"]["colors"]["health"] = {
+		["b"] = 0.235294117647059,
+		["g"] = 0.235294117647059,
+		["r"] = 0.235294117647059,
 	}
+	E.db["unitframe"]["colors"]["transparentHealth"] = true
+	E.db["unitframe"]["colors"]["transparentCastbar"] = true
+	E.db["unitframe"]["colors"]["transparentAurabars"] = true
+
+	E.db["datatexts"]["minimapPanels"] = false
+	E.db["datatexts"]["fontSize"] = 12
+	E.db["datatexts"]["panelTransparency"] = true
+	E.db["datatexts"]["panels"]["DP_3"]["middle"] = "DPS"
+	E.db["datatexts"]["panels"]["RightChatDataPanel"]["right"] = "Skada"
+	E.db["datatexts"]["panels"]["RightChatDataPanel"]["left"] = "Combat/Arena Time"
+	E.db["datatexts"]["panels"]["DP_1"]["middle"] = "Friends"
+	E.db["datatexts"]["panels"]["DP_5"]["middle"] = "Friends"
+	E.db["datatexts"]["panels"]["LeftChatDataPanel"]["right"] = "Haste"
+	E.db["datatexts"]["panels"]["LeftChatDataPanel"]["left"] = "Spell/Heal Power"
+	E.db["datatexts"]["panels"]["RightMiniPanel"] = "Gold"
+	E.db["datatexts"]["panels"]["Top_Center"] = "WIM"
+	E.db["datatexts"]["panels"]["Bottom_Panel"] = "Talent/Loot Specialization"
+	E.db["datatexts"]["panels"]["DP_6"]["right"] = "Gold"
+	E.db["datatexts"]["panels"]["DP_6"]["left"] = "System"
+	E.db["datatexts"]["panels"]["DP_6"]["middle"] = "Time"
+	E.db["datatexts"]["panels"]["DP_2"]["middle"] = "Attack Power"
+	E.db["datatexts"]["panels"]["LeftMiniPanel"] = "Time"
+	E.db["datatexts"]["font"] = "ElvUI Font"
+	E.db["datatexts"]["fontOutline"] = "None"
+	E.db["datatexts"]["battleground"] = false
+
+	E.db["actionbar"]["bar3"]["buttonspacing"] = 1
+	E.db["actionbar"]["bar3"]["buttonsPerRow"] = 3
+	E.db["actionbar"]["bar3"]["alpha"] = 0.4
+	E.db["actionbar"]["bar2"]["enabled"] = true
+	E.db["actionbar"]["bar2"]["buttonspacing"] = 1
+	E.db["actionbar"]["bar2"]["alpha"] = 0.6
+	E.db["actionbar"]["bar5"]["buttonspacing"] = 1
+	E.db["actionbar"]["bar5"]["buttonsPerRow"] = 3
+	E.db["actionbar"]["bar5"]["alpha"] = 0.4
+	E.db["actionbar"]["bar1"]["buttonspacing"] = 1
+	E.db["actionbar"]["bar1"]["alpha"] = 0.6
+	E.db["actionbar"]["stanceBar"]["buttonsPerRow"] = 1
+	E.db["actionbar"]["stanceBar"]["alpha"] = 0.6
+	E.db["actionbar"]["bar4"]["enabled"] = false
+	E.db["actionbar"]["bar4"]["point"] = "BOTTOMLEFT"
+	E.db["actionbar"]["bar4"]["alpha"] = 0.4
+	E.db["actionbar"]["bar4"]["buttonsPerRow"] = 6
+	E.db["actionbar"]["bar4"]["backdrop"] = false

-	E.db["general"] = {
-		["autoRepair"] = "GUILD",
-		["bottomPanel"] = false,
-		["backdropfadecolor"] = {
-			["b"] = 0.054,
-			["g"] = 0.054,
-			["r"] = 0.054,
-		},
-		["valuecolor"] = {
-			["b"] = 0.819,
-			["g"] = 0.513,
-			["r"] = 0.09,
-		},
-		["threat"] = {
-			["position"] = "LEFTCHAT",
-		},
-		["topPanel"] = false,
-		["health"] = {
-		},
-		["BUFFS"] = {
-		},
-		["vendorGrays"] = true,
+	E.db["general"]["autoRepair"] = "GUILD"
+	E.db["general"]["bottomPanel"] = false
+	E.db["general"]["backdropfadecolor"]["b"] = 0.054
+	E.db["general"]["backdropfadecolor"]["g"] = 0.054
+	E.db["general"]["backdropfadecolor"]["r"] = 0.054
+	E.db["general"]["valuecolor"] = {
+		["b"] = 0.819,
+		["g"] = 0.513,
+		["r"] = 0.09,
 	}
+	E.db["general"]["threat"]["position"] = "LEFTCHAT"
+	E.db["general"]["topPanel"] = false
+	E.db["general"]["vendorGrays"] = true

 	E.private["general"]["normTex"] = "Polished Wood"
 	E.private["general"]["chatBubbles"] = "nobackdrop"
 	E.private["general"]["glossTex"] = "Polished Wood"

-	E.private["skins"] = {
-		["addons"] = {
-			["EmbedSystemDual"] = true,
-			["EmbedMain"] = "Skada, Skada",
-			["EmbedalDamageMeter"] = false,
-			["TransparentEmbed"] = true,
-		},
-	}
-
-
 	E.private["sle"]["inspectframeoptions"]["enable"] = true
 	E.private["sle"]["characterframeoptions"]["enable"] = true