Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - PitBull4DB = {
 - ["namespaces"] = {
 - ["LeaderIcon"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Boss"] = {
 - ["position"] = 5,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - },
 - },
 - },
 - },
 - },
 - ["LibDualSpec-1.0"] = {
 - },
 - ["RangeFader"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Boss"] = {
 - ["enabled"] = true,
 - ["out_of_range_opacity"] = 0.75,
 - ["custom_spell"] = "Gift of the Naaru",
 - },
 - ["Focus"] = {
 - ["enabled"] = true,
 - ["out_of_range_opacity"] = 0.65,
 - },
 - ["BossParty"] = {
 - ["enabled"] = true,
 - },
 - },
 - },
 - },
 - },
 - ["Border"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Boss"] = {
 - ["rare_texture"] = "Blizzard Dialog",
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - },
 - ["Focus"] = {
 - ["enabled"] = false,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - },
 - ["BossParty"] = {
 - ["boss_texture"] = "None",
 - ["rare_texture"] = "None",
 - ["elite_texture"] = "None",
 - ["enabled"] = false,
 - },
 - ["Player"] = {
 - ["enabled"] = false,
 - },
 - },
 - },
 - },
 - },
 - ["PhaseIcon"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 19,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00001,
 - },
 - ["Focus"] = {
 - ["position"] = 1.00001,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00001,
 - },
 - ["Boss"] = {
 - ["position"] = 17,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00001,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - ["position"] = 19,
 - },
 - },
 - },
 - },
 - },
 - ["CombatIcon"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 18,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - ["location"] = "edge_right",
 - },
 - ["Target"] = {
 - ["location"] = "edge_bottom_right",
 - },
 - ["Pet"] = {
 - ["position"] = 18,
 - ["location"] = "edge_left",
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - ["location"] = "edge_left",
 - },
 - ["Boss"] = {
 - ["position"] = 26,
 - },
 - },
 - },
 - },
 - },
 - ["RoleIcon"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 16,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00002,
 - },
 - ["Focus"] = {
 - ["position"] = 1.00002,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00002,
 - },
 - ["Boss"] = {
 - ["position"] = 16,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00002,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - ["position"] = 16,
 - },
 - },
 - },
 - },
 - },
 - ["LuaTexts"] = {
 - ["profiles"] = {
 - ["Lolet - Garrosh"] = {
 - ["layouts"] = {
 - ["Normal"] = {
 - ["elements"] = {
 - ["Lua:Eclipse"] = {
 - ["exists"] = true,
 - ["code"] = "return math.abs(Power(unit,SPELL_POWER_ECLIPSE))\n",
 - ["location"] = "center",
 - ["attach_to"] = "Eclipse",
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - },
 - ["Lua:Power"] = {
 - ["exists"] = true,
 - ["code"] = "local max = MaxPower(unit)\nif max > 0 then\n return \"%s/%s\",Power(unit),max\nend",
 - ["location"] = "right",
 - ["attach_to"] = "PowerBar",
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - },
 - ["Lua:Reputation"] = {
 - ["exists"] = true,
 - ["code"] = "local name, _, min , max, value, id = GetWatchedFactionInfo()\nif IsMouseOver() then\n return name or ConfigMode() \nelse\n local fs_id, fs_rep, _, _, _, _, _, fs_threshold, next_fs_threshold = GetFriendshipReputation(id)\n if fs_id then\n if next_fs_threshold then\n min, max, value = fs_threshold, next_fs_threshold, fs_rep\n else\n min, max, value = 0, 1, 1\n end\n end\n local bar_cur,bar_max = value-min,max-min\n return \"%d/%d (%s%%)\",bar_cur,bar_max,Percent(bar_cur,bar_max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ReputationBar",
 - ["events"] = {
 - ["UNIT_FACTION"] = true,
 - ["UPDATE_FACTION"] = true,
 - },
 - },
 - ["Lua:Name"] = {
 - ["exists"] = true,
 - ["code"] = "return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit))",
 - ["location"] = "left",
 - ["attach_to"] = "HealthBar",
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - ["UNIT_NAME_UPDATE"] = true,
 - },
 - },
 - ["Lua:Threat"] = {
 - ["exists"] = true,
 - ["code"] = "local unit_a,unit_b = ThreatPair(unit)\nif unit_a and unit_b then\n local _,_,percent = UnitDetailedThreatSituation(unit_a, unit_b)\n if percent and percent ~= 0 then\n return \"%s%%\",Round(percent,1)\n end\nend\nreturn ConfigMode()",
 - ["location"] = "center",
 - ["attach_to"] = "ThreatBar",
 - ["events"] = {
 - ["UNIT_THREAT_LIST_UPDATE"] = true,
 - ["UNIT_THREAT_SITUATION_UPDATE"] = true,
 - },
 - },
 - ["Lua:Experience"] = {
 - ["exists"] = true,
 - ["code"] = "local cur, max, rest = XP(unit), MaxXP(unit), RestXP(unit)\nif rest then\n return \"%s/%s (%s%%) R: %s%%\",cur,max,Percent(cur,max),Percent(rest,max)\nelse\n return \"%s/%s (%s%%)\",cur,max,Percent(cur,max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ExperienceBar",
 - ["events"] = {
 - ["UNIT_PET_EXPERIENCE"] = true,
 - ["PLAYER_XP_UPDATE"] = true,
 - },
 - },
 - ["Lua:Cast"] = {
 - ["exists"] = true,
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n local spell,stop_message,target = cast_data.spell,cast_data.stop_message,cast_data.target\n local stop_time,stop_duration = cast_data.stop_time\n if stop_time then\n stop_duration = GetTime() - stop_time\n end\n Alpha(-(stop_duration or 0) + 1)\n if stop_message then\n return stop_message\n elseif target then\n return \"%s (%s)\",spell,target\n else\n return spell \n end\nend\nreturn ConfigMode()",
 - ["location"] = "left",
 - ["attach_to"] = "CastBar",
 - ["events"] = {
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - },
 - },
 - ["Lua:Alternate power"] = {
 - ["exists"] = true,
 - ["code"] = "local max = MaxPower(unit,ALTERNATE_POWER_INDEX)\nif max > 0 then\n return \"%s%%\",Percent(Power(unit,ALTERNATE_POWER_INDEX),max)\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "AltPowerBar",
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - },
 - ["Lua:Cast time"] = {
 - ["exists"] = true,
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n if not cast_data.stop_time then\n local delay,end_time = cast_data.delay, cast_data.end_time\n local duration\n if end_time then\n duration = end_time - GetTime()\n end\n if delay and delay ~= 0 then\n local delay_sign = '+'\n if delay < 0 then\n delay_sign = ''\n end\n if duration and duration >= 0 then\n return \"|cffff0000%s%s|r %.1f\",delay_sign,Round(delay,1),duration\n else\n return \"|cffff0000%s%s|r\",delay_sign,Round(delay,1)\n end\n elseif duration and duration >= 0 then\n return \"%.1f\",duration\n end\n end\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "CastBar",
 - ["events"] = {
 - ["UNIT_SPELLCAST_SUCCEEDED"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - },
 - ["Lua:Health"] = {
 - ["exists"] = true,
 - ["code"] = "local s = Status(unit)\nif s then\n return s\nend\nlocal cur, max = HP(unit), MaxHP(unit)\nreturn \"%s/%s || %s%%\",Short(cur,true),Short(max,true),Percent(cur,max)",
 - ["location"] = "right",
 - ["attach_to"] = "HealthBar",
 - ["events"] = {
 - ["UNIT_HEALTH"] = true,
 - ["UNIT_AURA"] = true,
 - ["UNIT_MAXHEALTH"] = true,
 - },
 - },
 - ["Lua:PVPTimer"] = {
 - ["location"] = "out_right_top",
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "if unit == \"player\" then\n local pvp = PVPDuration()\n if pvp then\n return \"|cffff0000%s|r\",FormatDuration(pvp)\n end\nend",
 - },
 - ["Lua:Class"] = {
 - ["exists"] = true,
 - ["code"] = "local dr,dg,db = DifficultyColor(unit)\nlocal form = DruidForm(unit)\nlocal classification = Classification(unit)\nif UnitIsPlayer(unit) or (not UnitIsFriend(unit,\"player\") and not IsPet(unit)) then\n local cr,cg,cb = ClassColor(unit)\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),SmartRace(unit) or ''\n end\nelse\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),SmartRace(unit) or ''\n end\nend",
 - ["location"] = "left",
 - ["attach_to"] = "PowerBar",
 - ["events"] = {
 - ["UNIT_LEVEL"] = true,
 - ["UNIT_CLASSIFICATION_CHANGED"] = true,
 - ["UNIT_AURA"] = true,
 - },
 - },
 - ["Lua:Druid mana"] = {
 - ["exists"] = true,
 - ["code"] = "if UnitPowerType(unit) ~= 0 then\n return \"%s/%s\",Power(unit,0),MaxPower(unit,0)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "DruidManaBar",
 - ["events"] = {
 - ["UNIT_DISPLAYPOWER"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - },
 - ["Lua:Demonic fury"] = {
 - ["exists"] = true,
 - ["code"] = "return \"%s/%s\",Power(unit,SPELL_POWER_DEMONIC_FURY),MaxPower(unit,SPELL_POWER_DEMONIC_FURY)\n",
 - ["location"] = "center",
 - ["attach_to"] = "DemonicFury",
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - },
 - },
 - ["first"] = false,
 - },
 - },
 - },
 - ["Active"] = {
 - ["layouts"] = {
 - ["Normal"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Lua:Eclipse"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "return math.abs(Power(unit,SPELL_POWER_ECLIPSE))\n",
 - ["location"] = "center",
 - ["attach_to"] = "Eclipse",
 - },
 - ["Lua:Name"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - ["UNIT_NAME_UPDATE"] = true,
 - },
 - ["code"] = "return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit))",
 - ["location"] = "left",
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Reputation"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_FACTION"] = true,
 - ["UPDATE_FACTION"] = true,
 - },
 - ["code"] = "local name, _, min , max, value, id = GetWatchedFactionInfo()\nif IsMouseOver() then\n return name or ConfigMode() \nelse\n local fs_id, fs_rep, _, _, _, _, _, fs_threshold, next_fs_threshold = GetFriendshipReputation(id)\n if fs_id then\n if next_fs_threshold then\n min, max, value = fs_threshold, next_fs_threshold, fs_rep\n else\n min, max, value = 0, 1, 1\n end\n end\n local bar_cur,bar_max = value-min,max-min\n return \"%d/%d (%s%%)\",bar_cur,bar_max,Percent(bar_cur,bar_max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ReputationBar",
 - },
 - ["Lua:Power"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "local cur,max = Power(unit),MaxPower(unit)\nif max > 0 then\n return \"%s/%s || %s%%\",cur,max,Percent(cur,max)\nend",
 - ["location"] = "right",
 - ["attach_to"] = "PowerBar",
 - },
 - ["Lua:Threat"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_THREAT_LIST_UPDATE"] = true,
 - ["UNIT_THREAT_SITUATION_UPDATE"] = true,
 - },
 - ["code"] = "local unit_a,unit_b = ThreatPair(unit)\nif unit_a and unit_b then\n local _,_,percent = UnitDetailedThreatSituation(unit_a, unit_b)\n if percent and percent ~= 0 then\n return \"%s%%\",Round(percent,1)\n end\nend\nreturn ConfigMode()",
 - ["location"] = "center",
 - ["attach_to"] = "ThreatBar",
 - },
 - ["Lua:Druid mana"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_DISPLAYPOWER"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["code"] = "if UnitPowerType(unit) ~= 0 then\n return \"%s/%s\",Power(unit,0),MaxPower(unit,0)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "DruidManaBar",
 - },
 - ["Lua:Cast time"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_SPELLCAST_SUCCEEDED"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n if not cast_data.stop_time then\n local delay,end_time = cast_data.delay, cast_data.end_time\n local duration\n if end_time then\n duration = end_time - GetTime()\n end\n if delay and delay ~= 0 then\n local delay_sign = '+'\n if delay < 0 then\n delay_sign = ''\n end\n if duration and duration >= 0 then\n return \"|cffff0000%s%s|r %.1f\",delay_sign,Round(delay,1),duration\n else\n return \"|cffff0000%s%s|r\",delay_sign,Round(delay,1)\n end\n elseif duration and duration >= 0 then\n return \"%.1f\",duration\n end\n end\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:PVPTimer"] = {
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "if unit == \"player\" then\n local pvp = PVPDuration()\n if pvp then\n return \"|cffff0000%s|r\",FormatDuration(pvp)\n end\nend",
 - ["location"] = "out_right_top",
 - },
 - ["Lua:Cast"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n local spell,stop_message,target = cast_data.spell,cast_data.stop_message,cast_data.target\n local stop_time,stop_duration = cast_data.stop_time\n if stop_time then\n stop_duration = GetTime() - stop_time\n end\n Alpha(-(stop_duration or 0) + 1)\n if stop_message then\n return stop_message\n elseif target then\n return \"%s (%s)\",spell,target\n else\n return spell \n end\nend\nreturn ConfigMode()",
 - ["location"] = "left",
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:Health"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_HEALTH"] = true,
 - ["UNIT_AURA"] = true,
 - ["UNIT_MAXHEALTH"] = true,
 - },
 - ["code"] = "local s = Status(unit)\nif s then\n return s\nend\nlocal cur, max = HP(unit), MaxHP(unit)\nreturn \"%s/%s || %s%%\",Short(cur,true),Short(max,true),Percent(cur,max)",
 - ["location"] = "right",
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Alternate power"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "local max = MaxPower(unit,ALTERNATE_POWER_INDEX)\nif max > 0 then\n return \"%s%%\",Percent(Power(unit,ALTERNATE_POWER_INDEX),max)\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "AltPowerBar",
 - },
 - ["Lua:Class"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_LEVEL"] = true,
 - ["UNIT_CLASSIFICATION_CHANGED"] = true,
 - ["UNIT_AURA"] = true,
 - },
 - ["code"] = "local dr,dg,db = DifficultyColor(unit)\nlocal form = DruidForm(unit)\nlocal classification = Classification(unit)\nif UnitIsPlayer(unit) or (not UnitIsFriend(unit,\"player\") and not IsPet(unit)) then\n local cr,cg,cb = ClassColor(unit)\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),SmartRace(unit) or ''\n end\nelse\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),SmartRace(unit) or ''\n end\nend",
 - ["location"] = "left",
 - ["attach_to"] = "PowerBar",
 - },
 - ["Lua:Experience"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_PET_EXPERIENCE"] = true,
 - ["PLAYER_XP_UPDATE"] = true,
 - },
 - ["code"] = "local cur, max, rest = XP(unit), MaxXP(unit), RestXP(unit)\nif rest then\n return \"%s/%s (%s%%) R: %s%%\",cur,max,Percent(cur,max),Percent(rest,max)\nelse\n return \"%s/%s (%s%%)\",cur,max,Percent(cur,max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ExperienceBar",
 - },
 - ["Lua:Demonic fury"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "return \"%s/%s\",Power(unit,SPELL_POWER_DEMONIC_FURY),MaxPower(unit,SPELL_POWER_DEMONIC_FURY)\n",
 - ["location"] = "center",
 - ["attach_to"] = "DemonicFury",
 - },
 - },
 - },
 - ["Boss"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Lua:Eclipse"] = {
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "return math.abs(Power(unit,SPELL_POWER_ECLIPSE))\n",
 - ["location"] = "center",
 - ["position"] = 13,
 - ["attach_to"] = "Eclipse",
 - },
 - ["Lua:Power"] = {
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local max = MaxPower(unit)\nif max > 0 then\n return \"%s/%s\",Power(unit),max\nend",
 - ["location"] = "right",
 - ["position"] = 4,
 - ["attach_to"] = "PowerBar",
 - },
 - ["Lua:Reputation"] = {
 - ["events"] = {
 - ["UNIT_FACTION"] = true,
 - ["UPDATE_FACTION"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local name, _, min , max, value, id = GetWatchedFactionInfo()\nif IsMouseOver() then\n return name or ConfigMode() \nelse\n local fs_id, fs_rep, _, _, _, _, _, fs_threshold, next_fs_threshold = GetFriendshipReputation(id)\n if fs_id then\n if next_fs_threshold then\n min, max, value = fs_threshold, next_fs_threshold, fs_rep\n else\n min, max, value = 0, 1, 1\n end\n end\n local bar_cur,bar_max = value-min,max-min\n return \"%d/%d (%s%%)\",bar_cur,bar_max,Percent(bar_cur,bar_max)\nend",
 - ["location"] = "center",
 - ["position"] = 3,
 - ["attach_to"] = "ReputationBar",
 - },
 - ["Lua:Name"] = {
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - ["UNIT_NAME_UPDATE"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit))",
 - ["location"] = "left",
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Threat"] = {
 - ["events"] = {
 - ["UNIT_THREAT_LIST_UPDATE"] = true,
 - ["UNIT_THREAT_SITUATION_UPDATE"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local unit_a,unit_b = ThreatPair(unit)\nif unit_a and unit_b then\n local _,_,percent = UnitDetailedThreatSituation(unit_a, unit_b)\n if percent and percent ~= 0 then\n return \"%s%%\",Round(percent,1)\n end\nend\nreturn ConfigMode()",
 - ["location"] = "center",
 - ["position"] = 2,
 - ["attach_to"] = "ThreatBar",
 - },
 - ["Lua:Experience"] = {
 - ["events"] = {
 - ["UNIT_PET_EXPERIENCE"] = true,
 - ["PLAYER_XP_UPDATE"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local cur, max, rest = XP(unit), MaxXP(unit), RestXP(unit)\nif rest then\n return \"%s/%s (%s%%) R: %s%%\",cur,max,Percent(cur,max),Percent(rest,max)\nelse\n return \"%s/%s (%s%%)\",cur,max,Percent(cur,max)\nend",
 - ["location"] = "center",
 - ["position"] = 6,
 - ["attach_to"] = "ExperienceBar",
 - },
 - ["Lua:Cast"] = {
 - ["events"] = {
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n local spell,stop_message,target = cast_data.spell,cast_data.stop_message,cast_data.target\n local stop_time,stop_duration = cast_data.stop_time\n if stop_time then\n stop_duration = GetTime() - stop_time\n end\n Alpha(-(stop_duration or 0) + 1)\n if stop_message then\n return stop_message\n elseif target then\n return \"%s (%s)\",spell,target\n else\n return spell \n end\nend\nreturn ConfigMode()",
 - ["location"] = "left",
 - ["position"] = 9,
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:Alternate power"] = {
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local max = MaxPower(unit,ALTERNATE_POWER_INDEX)\nif max > 0 then\n return \"%s/%s\",Short(Power(unit,ALTERNATE_POWER_INDEX),true),Short(max,true)\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["position"] = 7,
 - ["attach_to"] = "AltPowerBar",
 - },
 - ["Lua:Cast time"] = {
 - ["events"] = {
 - ["UNIT_SPELLCAST_SUCCEEDED"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n if not cast_data.stop_time then\n local delay,end_time = cast_data.delay, cast_data.end_time\n local duration\n if end_time then\n duration = end_time - GetTime()\n end\n if delay and delay ~= 0 then\n local delay_sign = '+'\n if delay < 0 then\n delay_sign = ''\n end\n if duration and duration >= 0 then\n return \"|cffff0000%s%s|r %.1f\",delay_sign,Round(delay,1),duration\n else\n return \"|cffff0000%s%s|r\",delay_sign,Round(delay,1)\n end\n elseif duration and duration >= 0 then\n return \"%.1f\",duration\n end\n end\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["position"] = 11,
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:Health"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_HEALTH"] = true,
 - ["UNIT_AURA"] = true,
 - ["UNIT_MAXHEALTH"] = true,
 - },
 - ["code"] = "local s = Status(unit)\nif s then\n return s\nend\nlocal cur, max = HP(unit), MaxHP(unit)\nreturn \"%s/%s || %s%%\",Short(cur,true),Short(max,true),Percent(cur,max)",
 - ["location"] = "right",
 - ["position"] = 10,
 - ["attach_to"] = "HealthBar",
 - ["size"] = 1.1,
 - },
 - ["Lua:PVPTimer"] = {
 - ["position"] = 25,
 - ["exists"] = true,
 - ["code"] = "if unit == \"player\" then\n local pvp = PVPDuration()\n if pvp then\n return \"|cffff0000%s|r\",FormatDuration(pvp)\n end\nend",
 - ["location"] = "out_right_top",
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - },
 - },
 - ["Lua:Class"] = {
 - ["events"] = {
 - ["UNIT_LEVEL"] = true,
 - ["UNIT_CLASSIFICATION_CHANGED"] = true,
 - ["UNIT_AURA"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local dr,dg,db = DifficultyColor(unit)\nlocal form = DruidForm(unit)\nlocal classification = Classification(unit)\nif UnitIsPlayer(unit) or (not UnitIsFriend(unit,\"player\") and not IsPet(unit)) then\n local cr,cg,cb = ClassColor(unit)\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),SmartRace(unit) or ''\n end\nelse\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),SmartRace(unit) or ''\n end\nend",
 - ["location"] = "left",
 - ["position"] = 8,
 - ["attach_to"] = "PowerBar",
 - },
 - ["Lua:Druid mana"] = {
 - ["events"] = {
 - ["UNIT_DISPLAYPOWER"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "if UnitPowerType(unit) ~= 0 then\n return \"%s/%s\",Power(unit,0),MaxPower(unit,0)\nend",
 - ["location"] = "center",
 - ["position"] = 12,
 - ["attach_to"] = "DruidManaBar",
 - },
 - ["Lua:Demonic fury"] = {
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "return \"%s/%s\",Power(unit,SPELL_POWER_DEMONIC_FURY),MaxPower(unit,SPELL_POWER_DEMONIC_FURY)\n",
 - ["location"] = "center",
 - ["position"] = 14,
 - ["attach_to"] = "DemonicFury",
 - },
 - },
 - },
 - ["Pet_Target"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Lua:Eclipse"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "return math.abs(Power(unit,SPELL_POWER_ECLIPSE))\n",
 - ["location"] = "center",
 - ["attach_to"] = "Eclipse",
 - },
 - ["Lua:Name"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - ["UNIT_NAME_UPDATE"] = true,
 - },
 - ["code"] = "return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit))",
 - ["location"] = "left",
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Reputation"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_FACTION"] = true,
 - ["UPDATE_FACTION"] = true,
 - },
 - ["code"] = "local name, _, min , max, value, id = GetWatchedFactionInfo()\nif IsMouseOver() then\n return name or ConfigMode() \nelse\n local fs_id, fs_rep, _, _, _, _, _, fs_threshold, next_fs_threshold = GetFriendshipReputation(id)\n if fs_id then\n if next_fs_threshold then\n min, max, value = fs_threshold, next_fs_threshold, fs_rep\n else\n min, max, value = 0, 1, 1\n end\n end\n local bar_cur,bar_max = value-min,max-min\n return \"%d/%d (%s%%)\",bar_cur,bar_max,Percent(bar_cur,bar_max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ReputationBar",
 - },
 - ["Lua:Power"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "local max = MaxPower(unit)\nif max > 0 then\n return \"%s/%s\",Power(unit),max\nend",
 - ["location"] = "right",
 - ["attach_to"] = "PowerBar",
 - },
 - ["Lua:Threat"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_THREAT_LIST_UPDATE"] = true,
 - ["UNIT_THREAT_SITUATION_UPDATE"] = true,
 - },
 - ["code"] = "local unit_a,unit_b = ThreatPair(unit)\nif unit_a and unit_b then\n local _,_,percent = UnitDetailedThreatSituation(unit_a, unit_b)\n if percent and percent ~= 0 then\n return \"%s%%\",Round(percent,1)\n end\nend\nreturn ConfigMode()",
 - ["location"] = "center",
 - ["attach_to"] = "ThreatBar",
 - },
 - ["Lua:Druid mana"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_DISPLAYPOWER"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["code"] = "if UnitPowerType(unit) ~= 0 then\n return \"%s/%s\",Power(unit,0),MaxPower(unit,0)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "DruidManaBar",
 - },
 - ["Lua:Cast time"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_SPELLCAST_SUCCEEDED"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n if not cast_data.stop_time then\n local delay,end_time = cast_data.delay, cast_data.end_time\n local duration\n if end_time then\n duration = end_time - GetTime()\n end\n if delay and delay ~= 0 then\n local delay_sign = '+'\n if delay < 0 then\n delay_sign = ''\n end\n if duration and duration >= 0 then\n return \"|cffff0000%s%s|r %.1f\",delay_sign,Round(delay,1),duration\n else\n return \"|cffff0000%s%s|r\",delay_sign,Round(delay,1)\n end\n elseif duration and duration >= 0 then\n return \"%.1f\",duration\n end\n end\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:PVPTimer"] = {
 - ["enabled"] = false,
 - ["exists"] = true,
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - },
 - ["code"] = "if unit == \"player\" then\n local pvp = PVPDuration()\n if pvp then\n return \"|cffff0000%s|r\",FormatDuration(pvp)\n end\nend",
 - ["location"] = "out_right_top",
 - },
 - ["Lua:Cast"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n local spell,stop_message,target = cast_data.spell,cast_data.stop_message,cast_data.target\n local stop_time,stop_duration = cast_data.stop_time\n if stop_time then\n stop_duration = GetTime() - stop_time\n end\n Alpha(-(stop_duration or 0) + 1)\n if stop_message then\n return stop_message\n elseif target then\n return \"%s (%s)\",spell,target\n else\n return spell \n end\nend\nreturn ConfigMode()",
 - ["location"] = "left",
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:Health"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_HEALTH"] = true,
 - ["UNIT_AURA"] = true,
 - ["UNIT_MAXHEALTH"] = true,
 - },
 - ["code"] = "local s = Status(unit)\nif s then\n return s\nend\nreturn \"%s%%\",Percent(HP(unit),MaxHP(unit))",
 - ["location"] = "right",
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Alternate power"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "local max = MaxPower(unit,ALTERNATE_POWER_INDEX)\nif max > 0 then\n return \"%s%%\",Percent(Power(unit,ALTERNATE_POWER_INDEX),max)\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "AltPowerBar",
 - },
 - ["Lua:Class"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_LEVEL"] = true,
 - ["UNIT_CLASSIFICATION_CHANGED"] = true,
 - ["UNIT_AURA"] = true,
 - },
 - ["code"] = "local dr,dg,db = DifficultyColor(unit)\nlocal form = DruidForm(unit)\nlocal classification = Classification(unit)\nif UnitIsPlayer(unit) or (not UnitIsFriend(unit,\"player\") and not IsPet(unit)) then\n local cr,cg,cb = ClassColor(unit)\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),SmartRace(unit) or ''\n end\nelse\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),SmartRace(unit) or ''\n end\nend",
 - ["location"] = "left",
 - ["attach_to"] = "PowerBar",
 - },
 - ["Lua:Experience"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_PET_EXPERIENCE"] = true,
 - ["PLAYER_XP_UPDATE"] = true,
 - },
 - ["code"] = "local cur, max, rest = XP(unit), MaxXP(unit), RestXP(unit)\nif rest then\n return \"%s/%s (%s%%) R: %s%%\",cur,max,Percent(cur,max),Percent(rest,max)\nelse\n return \"%s/%s (%s%%)\",cur,max,Percent(cur,max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ExperienceBar",
 - },
 - ["Lua:Demonic fury"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "return \"%s/%s\",Power(unit,SPELL_POWER_DEMONIC_FURY),MaxPower(unit,SPELL_POWER_DEMONIC_FURY)\n",
 - ["location"] = "center",
 - ["attach_to"] = "DemonicFury",
 - },
 - },
 - },
 - ["Focus"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Lua:Eclipse"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "return math.abs(Power(unit,SPELL_POWER_ECLIPSE))\n",
 - ["location"] = "center",
 - ["attach_to"] = "Eclipse",
 - },
 - ["Lua:Reputation"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_FACTION"] = true,
 - ["UPDATE_FACTION"] = true,
 - },
 - ["code"] = "local name, _, min , max, value, id = GetWatchedFactionInfo()\nif IsMouseOver() then\n return name or ConfigMode() \nelse\n local fs_id, fs_rep, _, _, _, _, _, fs_threshold, next_fs_threshold = GetFriendshipReputation(id)\n if fs_id then\n if next_fs_threshold then\n min, max, value = fs_threshold, next_fs_threshold, fs_rep\n else\n min, max, value = 0, 1, 1\n end\n end\n local bar_cur,bar_max = value-min,max-min\n return \"%d/%d (%s%%)\",bar_cur,bar_max,Percent(bar_cur,bar_max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ReputationBar",
 - },
 - ["Lua:Name"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - ["UNIT_NAME_UPDATE"] = true,
 - },
 - ["code"] = "return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit))",
 - ["location"] = "left",
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Threat"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_THREAT_LIST_UPDATE"] = true,
 - ["UNIT_THREAT_SITUATION_UPDATE"] = true,
 - },
 - ["code"] = "local unit_a,unit_b = ThreatPair(unit)\nif unit_a and unit_b then\n local _,_,percent = UnitDetailedThreatSituation(unit_a, unit_b)\n if percent and percent ~= 0 then\n return \"%s%%\",Round(percent,1)\n end\nend\nreturn ConfigMode()",
 - ["location"] = "center",
 - ["attach_to"] = "ThreatBar",
 - },
 - ["Lua:Power"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "local max = MaxPower(unit)\nif max > 0 then\n return \"%s%%\",Percent(Power(unit),max)\nend",
 - ["location"] = "right",
 - ["attach_to"] = "PowerBar",
 - },
 - ["Lua:Druid mana"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_DISPLAYPOWER"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["code"] = "if UnitPowerType(unit) ~= 0 then\n return \"%s/%s\",Power(unit,0),MaxPower(unit,0)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "DruidManaBar",
 - },
 - ["Lua:Cast time"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_SPELLCAST_SUCCEEDED"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n if not cast_data.stop_time then\n local delay,end_time = cast_data.delay, cast_data.end_time\n local duration\n if end_time then\n duration = end_time - GetTime()\n end\n if delay and delay ~= 0 then\n local delay_sign = '+'\n if delay < 0 then\n delay_sign = ''\n end\n if duration and duration >= 0 then\n return \"|cffff0000%s%s|r %.1f\",delay_sign,Round(delay,1),duration\n else\n return \"|cffff0000%s%s|r\",delay_sign,Round(delay,1)\n end\n elseif duration and duration >= 0 then\n return \"%.1f\",duration\n end\n end\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:Cast"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n local spell,stop_message,target = cast_data.spell,cast_data.stop_message,cast_data.target\n local stop_time,stop_duration = cast_data.stop_time\n if stop_time then\n stop_duration = GetTime() - stop_time\n end\n Alpha(-(stop_duration or 0) + 1)\n if stop_message then\n return stop_message\n elseif target then\n return \"%s (%s)\",spell,target\n else\n return spell \n end\nend\nreturn ConfigMode()",
 - ["location"] = "left",
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:Health"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_HEALTH"] = true,
 - ["UNIT_AURA"] = true,
 - ["UNIT_MAXHEALTH"] = true,
 - },
 - ["code"] = "local s = Status(unit)\nif s then\n return s\nend\nreturn \"%s%%\",Percent(HP(unit),MaxHP(unit))",
 - ["location"] = "right",
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:PVPTimer"] = {
 - ["enabled"] = false,
 - ["exists"] = true,
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - },
 - ["code"] = "if unit == \"player\" then\n local pvp = PVPDuration()\n if pvp then\n return \"|cffff0000%s|r\",FormatDuration(pvp)\n end\nend",
 - ["location"] = "out_right_top",
 - },
 - ["Lua:Alternate power"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "local max = MaxPower(unit,ALTERNATE_POWER_INDEX)\nif max > 0 then\n return \"%s/%s\",Short(Power(unit,ALTERNATE_POWER_INDEX),true),Short(max,true)\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "AltPowerBar",
 - },
 - ["Lua:Experience"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_PET_EXPERIENCE"] = true,
 - ["PLAYER_XP_UPDATE"] = true,
 - },
 - ["code"] = "local cur, max, rest = XP(unit), MaxXP(unit), RestXP(unit)\nif rest then\n return \"%s/%s (%s%%) R: %s%%\",cur,max,Percent(cur,max),Percent(rest,max)\nelse\n return \"%s/%s (%s%%)\",cur,max,Percent(cur,max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ExperienceBar",
 - },
 - ["Lua:Demonic fury"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "return \"%s/%s\",Power(unit,SPELL_POWER_DEMONIC_FURY),MaxPower(unit,SPELL_POWER_DEMONIC_FURY)\n",
 - ["location"] = "center",
 - ["attach_to"] = "DemonicFury",
 - },
 - },
 - },
 - ["Target"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Lua:Eclipse"] = {
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "return math.abs(Power(unit,SPELL_POWER_ECLIPSE))\n",
 - ["location"] = "center",
 - ["attach_to"] = "Eclipse",
 - },
 - ["Lua:Power"] = {
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local max = MaxPower(unit)\nif max > 0 then\n return \"%s/%s\",Power(unit),max\nend",
 - ["location"] = "right",
 - ["attach_to"] = "PowerBar",
 - },
 - ["Lua:Reputation"] = {
 - ["events"] = {
 - ["UNIT_FACTION"] = true,
 - ["UPDATE_FACTION"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local name, _, min , max, value, id = GetWatchedFactionInfo()\nif IsMouseOver() then\n return name or ConfigMode() \nelse\n local fs_id, fs_rep, _, _, _, _, _, fs_threshold, next_fs_threshold = GetFriendshipReputation(id)\n if fs_id then\n if next_fs_threshold then\n min, max, value = fs_threshold, next_fs_threshold, fs_rep\n else\n min, max, value = 0, 1, 1\n end\n end\n local bar_cur,bar_max = value-min,max-min\n return \"%d/%d (%s%%)\",bar_cur,bar_max,Percent(bar_cur,bar_max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ReputationBar",
 - },
 - ["Lua:Name"] = {
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - ["UNIT_NAME_UPDATE"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "return '%s',Name(unit)",
 - ["location"] = "left",
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Threat"] = {
 - ["events"] = {
 - ["UNIT_THREAT_LIST_UPDATE"] = true,
 - ["UNIT_THREAT_SITUATION_UPDATE"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local unit_a,unit_b = ThreatPair(unit)\nif unit_a and unit_b then\n local _,_,percent = UnitDetailedThreatSituation(unit_a, unit_b)\n if percent and percent ~= 0 then\n return \"%s%%\",Round(percent,1)\n end\nend\nreturn ConfigMode()",
 - ["location"] = "center",
 - ["attach_to"] = "ThreatBar",
 - },
 - ["Lua:Experience"] = {
 - ["events"] = {
 - ["UNIT_PET_EXPERIENCE"] = true,
 - ["PLAYER_XP_UPDATE"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local cur, max, rest = XP(unit), MaxXP(unit), RestXP(unit)\nif rest then\n return \"%s/%s (%s%%) R: %s%%\",cur,max,Percent(cur,max),Percent(rest,max)\nelse\n return \"%s/%s (%s%%)\",cur,max,Percent(cur,max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ExperienceBar",
 - },
 - ["Lua:Cast"] = {
 - ["events"] = {
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n local spell,stop_message,target = cast_data.spell,cast_data.stop_message,cast_data.target\n local stop_time,stop_duration = cast_data.stop_time\n if stop_time then\n stop_duration = GetTime() - stop_time\n end\n Alpha(-(stop_duration or 0) + 1)\n if stop_message then\n return stop_message\n elseif target then\n return \"%s (%s)\",spell,target\n else\n return spell \n end\nend\nreturn ConfigMode()",
 - ["location"] = "left",
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:Alternate power"] = {
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local max = MaxPower(unit,ALTERNATE_POWER_INDEX)\nif max > 0 then\n return \"%s%%\",Percent(Power(unit,ALTERNATE_POWER_INDEX),max)\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "AltPowerBar",
 - },
 - ["Lua:Cast time"] = {
 - ["events"] = {
 - ["UNIT_SPELLCAST_SUCCEEDED"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n if not cast_data.stop_time then\n local delay,end_time = cast_data.delay, cast_data.end_time\n local duration\n if end_time then\n duration = end_time - GetTime()\n end\n if delay and delay ~= 0 then\n local delay_sign = '+'\n if delay < 0 then\n delay_sign = ''\n end\n if duration and duration >= 0 then\n return \"|cffff0000%s%s|r %.1f\",delay_sign,Round(delay,1),duration\n else\n return \"|cffff0000%s%s|r\",delay_sign,Round(delay,1)\n end\n elseif duration and duration >= 0 then\n return \"%.1f\",duration\n end\n end\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:Health"] = {
 - ["events"] = {
 - ["UNIT_HEALTH"] = true,
 - ["UNIT_AURA"] = true,
 - ["UNIT_MAXHEALTH"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local s = Status(unit)\nif s then\n return s\nend\nreturn \"%s%%\",Percent(HP(unit),MaxHP(unit))",
 - ["location"] = "right",
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:PVPTimer"] = {
 - ["enabled"] = false,
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "if unit == \"player\" then\n local pvp = PVPDuration()\n if pvp then\n return \"|cffff0000%s|r\",FormatDuration(pvp)\n end\nend",
 - ["location"] = "out_right_top",
 - ["position"] = 1.00001,
 - },
 - ["Lua:Class"] = {
 - ["events"] = {
 - ["UNIT_LEVEL"] = true,
 - ["UNIT_CLASSIFICATION_CHANGED"] = true,
 - ["UNIT_AURA"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "local dr,dg,db = DifficultyColor(unit)\nlocal form = DruidForm(unit)\nlocal classification = Classification(unit)\nif UnitIsPlayer(unit) or (not UnitIsFriend(unit,\"player\") and not IsPet(unit)) then\n local cr,cg,cb = ClassColor(unit)\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),SmartRace(unit) or ''\n end\nelse\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),SmartRace(unit) or ''\n end\nend",
 - ["location"] = "left",
 - ["attach_to"] = "PowerBar",
 - },
 - ["Lua:Druid mana"] = {
 - ["events"] = {
 - ["UNIT_DISPLAYPOWER"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "if UnitPowerType(unit) ~= 0 then\n return \"%s/%s\",Power(unit,0),MaxPower(unit,0)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "DruidManaBar",
 - },
 - ["Lua:Demonic fury"] = {
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "return \"%s/%s\",Power(unit,SPELL_POWER_DEMONIC_FURY),MaxPower(unit,SPELL_POWER_DEMONIC_FURY)\n",
 - ["location"] = "center",
 - ["attach_to"] = "DemonicFury",
 - },
 - },
 - },
 - ["Pet"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Lua:Eclipse"] = {
 - ["code"] = "return math.abs(Power(unit,SPELL_POWER_ECLIPSE))\n",
 - ["exists"] = true,
 - ["position"] = 6,
 - ["location"] = "center",
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["attach_to"] = "Eclipse",
 - },
 - ["Lua:Name"] = {
 - ["code"] = "return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit))",
 - ["exists"] = true,
 - ["position"] = 27,
 - ["location"] = "left",
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - ["UNIT_NAME_UPDATE"] = true,
 - },
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Reputation"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_FACTION"] = true,
 - ["UPDATE_FACTION"] = true,
 - },
 - ["position"] = 5,
 - ["location"] = "left",
 - ["code"] = "local name, _, min , max, value, id = GetWatchedFactionInfo()\nif IsMouseOver() then\n return name or ConfigMode() \nelse\n local fs_id, fs_rep, _, _, _, _, _, fs_threshold, next_fs_threshold = GetFriendshipReputation(id)\n if fs_id then\n if next_fs_threshold then\n min, max, value = fs_threshold, next_fs_threshold, fs_rep\n else\n min, max, value = 0, 1, 1\n end\n end\n local bar_cur,bar_max = value-min,max-min\n return \"%d/%d (%s%%)\",bar_cur,bar_max,Percent(bar_cur,bar_max)\nend",
 - ["attach_to"] = "ReputationBar",
 - ["size"] = 0.8,
 - },
 - ["Lua:Power"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["position"] = 4,
 - ["location"] = "right",
 - ["code"] = "local max = MaxPower(unit)\nif max > 0 then\n return VeryShort(Power(unit))\nend",
 - ["attach_to"] = "PowerBar",
 - ["size"] = 0.9,
 - },
 - ["Lua:Threat"] = {
 - ["code"] = "local unit_a,unit_b = ThreatPair(unit)\nif unit_a and unit_b then\n local _,_,percent = UnitDetailedThreatSituation(unit_a, unit_b)\n if percent and percent ~= 0 then\n return \"%s%%\",Round(percent,1)\n end\nend\nreturn ConfigMode()",
 - ["exists"] = true,
 - ["position"] = 2,
 - ["location"] = "center",
 - ["events"] = {
 - ["UNIT_THREAT_LIST_UPDATE"] = true,
 - ["UNIT_THREAT_SITUATION_UPDATE"] = true,
 - },
 - ["attach_to"] = "ThreatBar",
 - },
 - ["Lua:Druid mana"] = {
 - ["code"] = "if UnitPowerType(unit) ~= 0 then\n return \"%s/%s\",Power(unit,0),MaxPower(unit,0)\nend",
 - ["exists"] = true,
 - ["position"] = 3,
 - ["location"] = "center",
 - ["events"] = {
 - ["UNIT_DISPLAYPOWER"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["attach_to"] = "DruidManaBar",
 - },
 - ["Lua:Cast time"] = {
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n if not cast_data.stop_time then\n local delay,end_time = cast_data.delay, cast_data.end_time\n local duration\n if end_time then\n duration = end_time - GetTime()\n end\n if delay and delay ~= 0 then\n local delay_sign = '+'\n if delay < 0 then\n delay_sign = ''\n end\n if duration and duration >= 0 then\n return \"|cffff0000%s%s|r %.1f\",delay_sign,Round(delay,1),duration\n else\n return \"|cffff0000%s%s|r\",delay_sign,Round(delay,1)\n end\n elseif duration and duration >= 0 then\n return \"%.1f\",duration\n end\n end\nend\nreturn ConfigMode()",
 - ["exists"] = true,
 - ["position"] = 7,
 - ["location"] = "right",
 - ["events"] = {
 - ["UNIT_SPELLCAST_SUCCEEDED"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:PVPTimer"] = {
 - ["enabled"] = false,
 - ["code"] = "if unit == \"player\" then\n local pvp = PVPDuration()\n if pvp then\n return \"|cffff0000%s|r\",FormatDuration(pvp)\n end\nend",
 - ["exists"] = true,
 - ["position"] = 10,
 - ["location"] = "out_right_top",
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - },
 - },
 - ["Lua:Cast"] = {
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n local spell,stop_message,target = cast_data.spell,cast_data.stop_message,cast_data.target\n local stop_time,stop_duration = cast_data.stop_time\n if stop_time then\n stop_duration = GetTime() - stop_time\n end\n Alpha(-(stop_duration or 0) + 1)\n if stop_message then\n return stop_message\n elseif target then\n return \"%s (%s)\",spell,target\n else\n return spell \n end\nend\nreturn ConfigMode()",
 - ["exists"] = true,
 - ["position"] = 8,
 - ["location"] = "left",
 - ["events"] = {
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:Health"] = {
 - ["code"] = "local s = Status(unit)\nif s then\n return s\nend\nlocal cur, max = HP(unit), MaxHP(unit)\nreturn \"%s/%s || %s%%\",Short(cur,true),Short(max,true),Percent(cur,max)",
 - ["exists"] = true,
 - ["position"] = 12,
 - ["location"] = "right",
 - ["events"] = {
 - ["UNIT_HEALTH"] = true,
 - ["UNIT_AURA"] = true,
 - ["UNIT_MAXHEALTH"] = true,
 - },
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Alternate power"] = {
 - ["code"] = "local max = MaxPower(unit,ALTERNATE_POWER_INDEX)\nif max > 0 then\n return \"%s/%s\",Short(Power(unit,ALTERNATE_POWER_INDEX),true),Short(max,true)\nend\nreturn ConfigMode()",
 - ["exists"] = true,
 - ["position"] = 11,
 - ["location"] = "right",
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["attach_to"] = "AltPowerBar",
 - },
 - ["Lua:Class"] = {
 - ["code"] = "if UnitIsPlayer(unit) then\n local cr,cg,cb = DifficultyColor(unit)\n return \"|cff%02x%02x%02x%s|r\",cr,cg,cb,Level(unit)\nend",
 - ["exists"] = true,
 - ["position"] = 9,
 - ["location"] = "left",
 - ["events"] = {
 - ["UNIT_LEVEL"] = true,
 - },
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Experience"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_PET_EXPERIENCE"] = true,
 - ["PLAYER_XP_UPDATE"] = true,
 - },
 - ["position"] = 13,
 - ["location"] = "left",
 - ["code"] = "local cur, max, rest = XP(unit), MaxXP(unit), RestXP(unit)\nif rest then\n return \"%s/%s (%s%%) R: %s%%\",cur,max,Percent(cur,max),Percent(rest,max)\nelse\n return \"%s/%s (%s%%)\",cur,max,Percent(cur,max)\nend",
 - ["attach_to"] = "ExperienceBar",
 - ["size"] = 0.85,
 - },
 - ["Lua:Demonic fury"] = {
 - ["code"] = "return \"%s/%s\",Power(unit,SPELL_POWER_DEMONIC_FURY),MaxPower(unit,SPELL_POWER_DEMONIC_FURY)\n",
 - ["exists"] = true,
 - ["position"] = 25,
 - ["location"] = "center",
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["attach_to"] = "DemonicFury",
 - },
 - },
 - },
 - ["BossParty"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Lua:Eclipse"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "return math.abs(Power(unit,SPELL_POWER_ECLIPSE))\n",
 - ["location"] = "center",
 - ["attach_to"] = "Eclipse",
 - },
 - ["Lua:Name"] = {
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - ["UNIT_NAME_UPDATE"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit))",
 - ["location"] = "left",
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Reputation"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_FACTION"] = true,
 - ["UPDATE_FACTION"] = true,
 - },
 - ["code"] = "local name, _, min , max, value, id = GetWatchedFactionInfo()\nif IsMouseOver() then\n return name or ConfigMode() \nelse\n local fs_id, fs_rep, _, _, _, _, _, fs_threshold, next_fs_threshold = GetFriendshipReputation(id)\n if fs_id then\n if next_fs_threshold then\n min, max, value = fs_threshold, next_fs_threshold, fs_rep\n else\n min, max, value = 0, 1, 1\n end\n end\n local bar_cur,bar_max = value-min,max-min\n return \"%d/%d (%s%%)\",bar_cur,bar_max,Percent(bar_cur,bar_max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ReputationBar",
 - },
 - ["Lua:Power"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "local max = MaxPower(unit)\nif max > 0 then\n return \"%s%%\",Percent(Power(unit),max)\nend",
 - ["location"] = "right",
 - ["attach_to"] = "PowerBar",
 - },
 - ["Lua:Threat"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_THREAT_LIST_UPDATE"] = true,
 - ["UNIT_THREAT_SITUATION_UPDATE"] = true,
 - },
 - ["code"] = "local unit_a,unit_b = ThreatPair(unit)\nif unit_a and unit_b then\n local _,_,percent = UnitDetailedThreatSituation(unit_a, unit_b)\n if percent and percent ~= 0 then\n return \"%s%%\",Round(percent,1)\n end\nend\nreturn ConfigMode()",
 - ["location"] = "center",
 - ["attach_to"] = "ThreatBar",
 - },
 - ["Lua:Druid mana"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_DISPLAYPOWER"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["code"] = "if UnitPowerType(unit) ~= 0 then\n return \"%s/%s\",Power(unit,0),MaxPower(unit,0)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "DruidManaBar",
 - },
 - ["Lua:Cast time"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_SPELLCAST_SUCCEEDED"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n if not cast_data.stop_time then\n local delay,end_time = cast_data.delay, cast_data.end_time\n local duration\n if end_time then\n duration = end_time - GetTime()\n end\n if delay and delay ~= 0 then\n local delay_sign = '+'\n if delay < 0 then\n delay_sign = ''\n end\n if duration and duration >= 0 then\n return \"|cffff0000%s%s|r %.1f\",delay_sign,Round(delay,1),duration\n else\n return \"|cffff0000%s%s|r\",delay_sign,Round(delay,1)\n end\n elseif duration and duration >= 0 then\n return \"%.1f\",duration\n end\n end\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:PVPTimer"] = {
 - ["enabled"] = false,
 - ["exists"] = true,
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - },
 - ["code"] = "if unit == \"player\" then\n local pvp = PVPDuration()\n if pvp then\n return \"|cffff0000%s|r\",FormatDuration(pvp)\n end\nend",
 - ["location"] = "out_right_top",
 - },
 - ["Lua:Cast"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n local spell,stop_message,target = cast_data.spell,cast_data.stop_message,cast_data.target\n local stop_time,stop_duration = cast_data.stop_time\n if stop_time then\n stop_duration = GetTime() - stop_time\n end\n Alpha(-(stop_duration or 0) + 1)\n if stop_message then\n return stop_message\n elseif target then\n return \"%s (%s)\",spell,target\n else\n return spell \n end\nend\nreturn ConfigMode()",
 - ["location"] = "left",
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:Health"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_HEALTH"] = true,
 - ["UNIT_AURA"] = true,
 - ["UNIT_MAXHEALTH"] = true,
 - },
 - ["code"] = "local s = Status(unit)\nif s then\n return s\nend\nreturn \"%s%%\",Percent(HP(unit),MaxHP(unit))",
 - ["location"] = "right",
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Alternate power"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "local max = MaxPower(unit,ALTERNATE_POWER_INDEX)\nif max > 0 then\n return \"%s/%s\",Short(Power(unit,ALTERNATE_POWER_INDEX),true),Short(max,true)\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "AltPowerBar",
 - },
 - ["Lua:Class"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_LEVEL"] = true,
 - ["UNIT_CLASSIFICATION_CHANGED"] = true,
 - ["UNIT_AURA"] = true,
 - },
 - ["code"] = "local dr,dg,db = DifficultyColor(unit)\nlocal form = DruidForm(unit)\nlocal classification = Classification(unit)\nif UnitIsPlayer(unit) or (not UnitIsFriend(unit,\"player\") and not IsPet(unit)) then\n local cr,cg,cb = ClassColor(unit)\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),SmartRace(unit) or ''\n end\nelse\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),SmartRace(unit) or ''\n end\nend",
 - ["location"] = "left",
 - ["attach_to"] = "PowerBar",
 - },
 - ["Lua:Experience"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_PET_EXPERIENCE"] = true,
 - ["PLAYER_XP_UPDATE"] = true,
 - },
 - ["code"] = "local cur, max, rest = XP(unit), MaxXP(unit), RestXP(unit)\nif rest then\n return \"%s/%s (%s%%) R: %s%%\",cur,max,Percent(cur,max),Percent(rest,max)\nelse\n return \"%s/%s (%s%%)\",cur,max,Percent(cur,max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ExperienceBar",
 - },
 - ["Lua:Demonic fury"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["code"] = "return \"%s/%s\",Power(unit,SPELL_POWER_DEMONIC_FURY),MaxPower(unit,SPELL_POWER_DEMONIC_FURY)\n",
 - ["location"] = "center",
 - ["attach_to"] = "DemonicFury",
 - },
 - },
 - },
 - ["Player"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Lua:Eclipse"] = {
 - ["code"] = "return math.abs(Power(unit,SPELL_POWER_ECLIPSE))\n",
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["position"] = 6,
 - ["location"] = "center",
 - ["exists"] = true,
 - ["attach_to"] = "Eclipse",
 - },
 - ["Lua:Power"] = {
 - ["code"] = "local cur,max = Power(unit),MaxPower(unit)\nif max > 0 then\n return \"%s/%s || %s%%\",cur,max,Percent(cur,max)\nend",
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["position"] = 4,
 - ["location"] = "right",
 - ["exists"] = true,
 - ["attach_to"] = "PowerBar",
 - },
 - ["Lua:Reputation"] = {
 - ["events"] = {
 - ["UNIT_FACTION"] = true,
 - ["UPDATE_FACTION"] = true,
 - },
 - ["exists"] = true,
 - ["position"] = 5,
 - ["location"] = "left",
 - ["code"] = "local name, _, min , max, value, id = GetWatchedFactionInfo()\nif IsMouseOver() then\n return name or ConfigMode() \nelse\n local fs_id, fs_rep, _, _, _, _, _, fs_threshold, next_fs_threshold = GetFriendshipReputation(id)\n if fs_id then\n if next_fs_threshold then\n min, max, value = fs_threshold, next_fs_threshold, fs_rep\n else\n min, max, value = 0, 1, 1\n end\n end\n local bar_cur,bar_max = value-min,max-min\n return \"%d/%d (%s%%)\",bar_cur,bar_max,Percent(bar_cur,bar_max)\nend",
 - ["attach_to"] = "ReputationBar",
 - ["size"] = 0.8,
 - },
 - ["Lua:Name"] = {
 - ["code"] = "return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit))",
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - ["UNIT_NAME_UPDATE"] = true,
 - },
 - ["position"] = 27,
 - ["location"] = "left",
 - ["exists"] = true,
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Threat"] = {
 - ["code"] = "local unit_a,unit_b = ThreatPair(unit)\nif unit_a and unit_b then\n local _,_,percent = UnitDetailedThreatSituation(unit_a, unit_b)\n if percent and percent ~= 0 then\n return \"%s%%\",Round(percent,1)\n end\nend\nreturn ConfigMode()",
 - ["events"] = {
 - ["UNIT_THREAT_LIST_UPDATE"] = true,
 - ["UNIT_THREAT_SITUATION_UPDATE"] = true,
 - },
 - ["position"] = 2,
 - ["location"] = "center",
 - ["exists"] = true,
 - ["attach_to"] = "ThreatBar",
 - },
 - ["Lua:Experience"] = {
 - ["events"] = {
 - ["UNIT_PET_EXPERIENCE"] = true,
 - ["PLAYER_XP_UPDATE"] = true,
 - },
 - ["exists"] = true,
 - ["position"] = 13,
 - ["location"] = "left",
 - ["code"] = "local cur, max, rest = XP(unit), MaxXP(unit), RestXP(unit)\nif rest then\n return \"%s/%s (%s%%) R: %s%%\",cur,max,Percent(cur,max),Percent(rest,max)\nelse\n return \"%s/%s (%s%%)\",cur,max,Percent(cur,max)\nend",
 - ["attach_to"] = "ExperienceBar",
 - ["size"] = 0.85,
 - },
 - ["Lua:Cast"] = {
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n local spell,stop_message,target = cast_data.spell,cast_data.stop_message,cast_data.target\n local stop_time,stop_duration = cast_data.stop_time\n if stop_time then\n stop_duration = GetTime() - stop_time\n end\n Alpha(-(stop_duration or 0) + 1)\n if stop_message then\n return stop_message\n elseif target then\n return \"%s (%s)\",spell,target\n else\n return spell \n end\nend\nreturn ConfigMode()",
 - ["events"] = {
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - },
 - ["position"] = 8,
 - ["location"] = "left",
 - ["exists"] = true,
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:Alternate power"] = {
 - ["code"] = "local max = MaxPower(unit,ALTERNATE_POWER_INDEX)\nif max > 0 then\n return \"%s/%s\",Short(Power(unit,ALTERNATE_POWER_INDEX),true),Short(max,true)\nend\nreturn ConfigMode()",
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - ["position"] = 11,
 - ["location"] = "right",
 - ["exists"] = true,
 - ["attach_to"] = "AltPowerBar",
 - },
 - ["Lua:Cast time"] = {
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n if not cast_data.stop_time then\n local delay,end_time = cast_data.delay, cast_data.end_time\n local duration\n if end_time then\n duration = end_time - GetTime()\n end\n if delay and delay ~= 0 then\n local delay_sign = '+'\n if delay < 0 then\n delay_sign = ''\n end\n if duration and duration >= 0 then\n return \"|cffff0000%s%s|r %.1f\",delay_sign,Round(delay,1),duration\n else\n return \"|cffff0000%s%s|r\",delay_sign,Round(delay,1)\n end\n elseif duration and duration >= 0 then\n return \"%.1f\",duration\n end\n end\nend\nreturn ConfigMode()",
 - ["events"] = {
 - ["UNIT_SPELLCAST_SUCCEEDED"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["position"] = 7,
 - ["location"] = "right",
 - ["exists"] = true,
 - ["attach_to"] = "CastBar",
 - },
 - ["Lua:Health"] = {
 - ["code"] = "local s = Status(unit)\nif s then\n return s\nend\nreturn \"%s/%s\",Short(HP(unit),true),Short(MaxHP(unit),true)",
 - ["events"] = {
 - ["UNIT_HEALTH"] = true,
 - ["UNIT_AURA"] = true,
 - ["UNIT_MAXHEALTH"] = true,
 - },
 - ["position"] = 12,
 - ["location"] = "in_top_right",
 - ["exists"] = true,
 - },
 - ["Lua:PVPTimer"] = {
 - ["code"] = "if unit == \"player\" then\n local pvp = PVPDuration()\n if pvp then\n return \"|cffff0000%s|r\",FormatDuration(pvp)\n end\nend",
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - },
 - ["position"] = 10,
 - ["location"] = "out_right_top",
 - ["exists"] = true,
 - },
 - ["Lua:Class"] = {
 - ["exists"] = true,
 - ["events"] = {
 - ["UNIT_LEVEL"] = true,
 - },
 - ["position"] = 9,
 - ["location"] = "left",
 - ["code"] = "if UnitIsPlayer(unit) then\n local cr,cg,cb = DifficultyColor(unit)\n return \"|cff%02x%02x%02x%s|r\",cr,cg,cb,Level(unit)\nend",
 - ["attach_to"] = "HealthBar",
 - },
 - ["Lua:Druid mana"] = {
 - ["code"] = "if UnitPowerType(unit) ~= 0 then\n local max = MaxPower(unit,0)\n if max > 0 then\n return \"%s/%s || %s%%\",Short(Power(unit,0),true),Short(MaxPower(unit,0),true),Percent(Power(unit,0),max)\n end\nend",
 - ["events"] = {
 - ["UNIT_DISPLAYPOWER"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["position"] = 3,
 - ["location"] = "center",
 - ["exists"] = true,
 - ["attach_to"] = "DruidManaBar",
 - ["size"] = 0.95,
 - },
 - ["Lua:Demonic fury"] = {
 - ["code"] = "return \"%s/%s\",Power(unit,SPELL_POWER_DEMONIC_FURY),MaxPower(unit,SPELL_POWER_DEMONIC_FURY)\n",
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["position"] = 25,
 - ["location"] = "center",
 - ["exists"] = true,
 - ["attach_to"] = "DemonicFury",
 - },
 - },
 - },
 - },
 - },
 - ["Default"] = {
 - ["layouts"] = {
 - ["Normal"] = {
 - ["elements"] = {
 - ["Lua:Eclipse"] = {
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["code"] = "return math.abs(Power(unit,SPELL_POWER_ECLIPSE))\n",
 - ["location"] = "center",
 - ["attach_to"] = "Eclipse",
 - ["exists"] = true,
 - },
 - ["Lua:Power"] = {
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["code"] = "local max = MaxPower(unit)\nif max > 0 then\n return \"%s/%s\",Power(unit),max\nend",
 - ["location"] = "right",
 - ["attach_to"] = "PowerBar",
 - ["exists"] = true,
 - },
 - ["Lua:Reputation"] = {
 - ["events"] = {
 - ["UNIT_FACTION"] = true,
 - ["UPDATE_FACTION"] = true,
 - },
 - ["code"] = "local name, _, min , max, value, id = GetWatchedFactionInfo()\nif IsMouseOver() then\n return name or ConfigMode() \nelse\n local fs_id, fs_rep, _, _, _, _, _, fs_threshold, next_fs_threshold = GetFriendshipReputation(id)\n if fs_id then\n if next_fs_threshold then\n min, max, value = fs_threshold, next_fs_threshold, fs_rep\n else\n min, max, value = 0, 1, 1\n end\n end\n local bar_cur,bar_max = value-min,max-min\n return \"%d/%d (%s%%)\",bar_cur,bar_max,Percent(bar_cur,bar_max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ReputationBar",
 - ["exists"] = true,
 - },
 - ["Lua:Name"] = {
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - ["UNIT_NAME_UPDATE"] = true,
 - },
 - ["code"] = "return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit))",
 - ["location"] = "left",
 - ["attach_to"] = "HealthBar",
 - ["exists"] = true,
 - },
 - ["Lua:Threat"] = {
 - ["events"] = {
 - ["UNIT_THREAT_LIST_UPDATE"] = true,
 - ["UNIT_THREAT_SITUATION_UPDATE"] = true,
 - },
 - ["code"] = "local unit_a,unit_b = ThreatPair(unit)\nif unit_a and unit_b then\n local _,_,percent = UnitDetailedThreatSituation(unit_a, unit_b)\n if percent and percent ~= 0 then\n return \"%s%%\",Round(percent,1)\n end\nend\nreturn ConfigMode()",
 - ["location"] = "center",
 - ["attach_to"] = "ThreatBar",
 - ["exists"] = true,
 - },
 - ["Lua:Experience"] = {
 - ["events"] = {
 - ["UNIT_PET_EXPERIENCE"] = true,
 - ["PLAYER_XP_UPDATE"] = true,
 - },
 - ["code"] = "local cur, max, rest = XP(unit), MaxXP(unit), RestXP(unit)\nif rest then\n return \"%s/%s (%s%%) R: %s%%\",cur,max,Percent(cur,max),Percent(rest,max)\nelse\n return \"%s/%s (%s%%)\",cur,max,Percent(cur,max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ExperienceBar",
 - ["exists"] = true,
 - },
 - ["Lua:Cast"] = {
 - ["events"] = {
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - },
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n local spell,stop_message,target = cast_data.spell,cast_data.stop_message,cast_data.target\n local stop_time,stop_duration = cast_data.stop_time\n if stop_time then\n stop_duration = GetTime() - stop_time\n end\n Alpha(-(stop_duration or 0) + 1)\n if stop_message then\n return stop_message\n elseif target then\n return \"%s (%s)\",spell,target\n else\n return spell \n end\nend\nreturn ConfigMode()",
 - ["location"] = "left",
 - ["attach_to"] = "CastBar",
 - ["exists"] = true,
 - },
 - ["Lua:Alternate power"] = {
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["code"] = "local max = MaxPower(unit,ALTERNATE_POWER_INDEX)\nif max > 0 then\n return \"%s%%\",Percent(Power(unit,ALTERNATE_POWER_INDEX),max)\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "AltPowerBar",
 - ["exists"] = true,
 - },
 - ["Lua:Cast time"] = {
 - ["events"] = {
 - ["UNIT_SPELLCAST_SUCCEEDED"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n if not cast_data.stop_time then\n local delay,end_time = cast_data.delay, cast_data.end_time\n local duration\n if end_time then\n duration = end_time - GetTime()\n end\n if delay and delay ~= 0 then\n local delay_sign = '+'\n if delay < 0 then\n delay_sign = ''\n end\n if duration and duration >= 0 then\n return \"|cffff0000%s%s|r %.1f\",delay_sign,Round(delay,1),duration\n else\n return \"|cffff0000%s%s|r\",delay_sign,Round(delay,1)\n end\n elseif duration and duration >= 0 then\n return \"%.1f\",duration\n end\n end\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "CastBar",
 - ["exists"] = true,
 - },
 - ["Lua:Health"] = {
 - ["events"] = {
 - ["UNIT_HEALTH"] = true,
 - ["UNIT_AURA"] = true,
 - ["UNIT_MAXHEALTH"] = true,
 - },
 - ["code"] = "local s = Status(unit)\nif s then\n return s\nend\nlocal cur, max = HP(unit), MaxHP(unit)\nreturn \"%s/%s || %s%%\",Short(cur,true),Short(max,true),Percent(cur,max)",
 - ["location"] = "right",
 - ["attach_to"] = "HealthBar",
 - ["exists"] = true,
 - },
 - ["Lua:PVPTimer"] = {
 - ["location"] = "out_right_top",
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - },
 - ["exists"] = true,
 - ["code"] = "if unit == \"player\" then\n local pvp = PVPDuration()\n if pvp then\n return \"|cffff0000%s|r\",FormatDuration(pvp)\n end\nend",
 - },
 - ["Lua:Class"] = {
 - ["events"] = {
 - ["UNIT_LEVEL"] = true,
 - ["UNIT_CLASSIFICATION_CHANGED"] = true,
 - ["UNIT_AURA"] = true,
 - },
 - ["code"] = "local dr,dg,db = DifficultyColor(unit)\nlocal form = DruidForm(unit)\nlocal classification = Classification(unit)\nif UnitIsPlayer(unit) or (not UnitIsFriend(unit,\"player\") and not IsPet(unit)) then\n local cr,cg,cb = ClassColor(unit)\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),SmartRace(unit) or ''\n end\nelse\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),SmartRace(unit) or ''\n end\nend",
 - ["location"] = "left",
 - ["attach_to"] = "PowerBar",
 - ["exists"] = true,
 - },
 - ["Lua:Druid mana"] = {
 - ["events"] = {
 - ["UNIT_DISPLAYPOWER"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["code"] = "if UnitPowerType(unit) ~= 0 then\n return \"%s/%s\",Power(unit,0),MaxPower(unit,0)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "DruidManaBar",
 - ["exists"] = true,
 - },
 - ["Lua:Demonic fury"] = {
 - ["events"] = {
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - ["code"] = "return \"%s/%s\",Power(unit,SPELL_POWER_DEMONIC_FURY),MaxPower(unit,SPELL_POWER_DEMONIC_FURY)\n",
 - ["location"] = "center",
 - ["attach_to"] = "DemonicFury",
 - ["exists"] = true,
 - },
 - },
 - ["first"] = false,
 - },
 - ["Player"] = {
 - ["elements"] = {
 - ["Lua:Eclipse"] = {
 - ["exists"] = true,
 - ["code"] = "return math.abs(Power(unit,SPELL_POWER_ECLIPSE))\n",
 - ["location"] = "center",
 - ["attach_to"] = "Eclipse",
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - },
 - ["Lua:Name"] = {
 - ["exists"] = true,
 - ["code"] = "return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit))",
 - ["location"] = "left",
 - ["attach_to"] = "HealthBar",
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - ["UNIT_NAME_UPDATE"] = true,
 - },
 - },
 - ["Lua:Reputation"] = {
 - ["exists"] = true,
 - ["code"] = "local name, _, min , max, value, id = GetWatchedFactionInfo()\nif IsMouseOver() then\n return name or ConfigMode() \nelse\n local fs_id, fs_rep, _, _, _, _, _, fs_threshold, next_fs_threshold = GetFriendshipReputation(id)\n if fs_id then\n if next_fs_threshold then\n min, max, value = fs_threshold, next_fs_threshold, fs_rep\n else\n min, max, value = 0, 1, 1\n end\n end\n local bar_cur,bar_max = value-min,max-min\n return \"%d/%d (%s%%)\",bar_cur,bar_max,Percent(bar_cur,bar_max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ReputationBar",
 - ["events"] = {
 - ["UNIT_FACTION"] = true,
 - ["UPDATE_FACTION"] = true,
 - },
 - },
 - ["Lua:Power"] = {
 - ["exists"] = true,
 - ["code"] = "local max = MaxPower(unit)\nif max > 0 then\n return \"%s/%s\",Power(unit),max\nend",
 - ["location"] = "right",
 - ["attach_to"] = "PowerBar",
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - },
 - ["Lua:Threat"] = {
 - ["exists"] = true,
 - ["code"] = "local unit_a,unit_b = ThreatPair(unit)\nif unit_a and unit_b then\n local _,_,percent = UnitDetailedThreatSituation(unit_a, unit_b)\n if percent and percent ~= 0 then\n return \"%s%%\",Round(percent,1)\n end\nend\nreturn ConfigMode()",
 - ["location"] = "center",
 - ["attach_to"] = "ThreatBar",
 - ["events"] = {
 - ["UNIT_THREAT_LIST_UPDATE"] = true,
 - ["UNIT_THREAT_SITUATION_UPDATE"] = true,
 - },
 - },
 - ["Lua:Druid mana"] = {
 - ["exists"] = true,
 - ["code"] = "if UnitPowerType(unit) ~= 0 then\n return \"%s/%s\",Power(unit,0),MaxPower(unit,0)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "DruidManaBar",
 - ["events"] = {
 - ["UNIT_DISPLAYPOWER"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - ["UNIT_POWER_FREQUENT"] = true,
 - },
 - },
 - ["Lua:Cast time"] = {
 - ["exists"] = true,
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n if not cast_data.stop_time then\n local delay,end_time = cast_data.delay, cast_data.end_time\n local duration\n if end_time then\n duration = end_time - GetTime()\n end\n if delay and delay ~= 0 then\n local delay_sign = '+'\n if delay < 0 then\n delay_sign = ''\n end\n if duration and duration >= 0 then\n return \"|cffff0000%s%s|r %.1f\",delay_sign,Round(delay,1),duration\n else\n return \"|cffff0000%s%s|r\",delay_sign,Round(delay,1)\n end\n elseif duration and duration >= 0 then\n return \"%.1f\",duration\n end\n end\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "CastBar",
 - ["events"] = {
 - ["UNIT_SPELLCAST_SUCCEEDED"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - },
 - ["Lua:PVPTimer"] = {
 - ["location"] = "out_right_top",
 - ["exists"] = true,
 - ["events"] = {
 - ["PLAYER_FLAGS_CHANGED"] = true,
 - },
 - ["code"] = "if unit == \"player\" then\n local pvp = PVPDuration()\n if pvp then\n return \"|cffff0000%s|r\",FormatDuration(pvp)\n end\nend",
 - },
 - ["Lua:Cast"] = {
 - ["exists"] = true,
 - ["code"] = "local cast_data = CastData(unit)\nif cast_data then\n local spell,stop_message,target = cast_data.spell,cast_data.stop_message,cast_data.target\n local stop_time,stop_duration = cast_data.stop_time\n if stop_time then\n stop_duration = GetTime() - stop_time\n end\n Alpha(-(stop_duration or 0) + 1)\n if stop_message then\n return stop_message\n elseif target then\n return \"%s (%s)\",spell,target\n else\n return spell \n end\nend\nreturn ConfigMode()",
 - ["location"] = "left",
 - ["attach_to"] = "CastBar",
 - ["events"] = {
 - ["UNIT_SPELLCAST_DELAYED"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_UPDATE"] = true,
 - ["UNIT_SPELLCAST_START"] = true,
 - ["UNIT_SPELLCAST_CHANNEL_STOP"] = true,
 - ["UNIT_SPELLCAST_STOP"] = true,
 - ["UNIT_SPELLCAST_INTERRUPTED"] = true,
 - ["UNIT_SPELLCAST_FAILED"] = true,
 - },
 - },
 - ["Lua:Health"] = {
 - ["exists"] = true,
 - ["code"] = "local s = Status(unit)\nif s then\n return s\nend\nlocal cur, max = HP(unit), MaxHP(unit)\nreturn \"%s/%s || %s%%\",Short(cur,true),Short(max,true),Percent(cur,max)",
 - ["location"] = "right",
 - ["attach_to"] = "HealthBar",
 - ["events"] = {
 - ["UNIT_HEALTH"] = true,
 - ["UNIT_AURA"] = true,
 - ["UNIT_MAXHEALTH"] = true,
 - },
 - },
 - ["Lua:Alternate power"] = {
 - ["exists"] = true,
 - ["code"] = "local max = MaxPower(unit,ALTERNATE_POWER_INDEX)\nif max > 0 then\n return \"%s%%\",Percent(Power(unit,ALTERNATE_POWER_INDEX),max)\nend\nreturn ConfigMode()",
 - ["location"] = "right",
 - ["attach_to"] = "AltPowerBar",
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - },
 - ["Lua:Class"] = {
 - ["exists"] = true,
 - ["code"] = "local dr,dg,db = DifficultyColor(unit)\nlocal form = DruidForm(unit)\nlocal classification = Classification(unit)\nif UnitIsPlayer(unit) or (not UnitIsFriend(unit,\"player\") and not IsPet(unit)) then\n local cr,cg,cb = ClassColor(unit)\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r |cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),cr,cg,cb,Class(unit),SmartRace(unit) or ''\n end\nelse\n if form then\n return \"%s%s|cff%02x%02x%02x%s|r (%s) %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),form,SmartRace(unit) or ''\n else\n return \"%s%s|cff%02x%02x%02x%s|r %s\",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),SmartRace(unit) or ''\n end\nend",
 - ["location"] = "left",
 - ["attach_to"] = "PowerBar",
 - ["events"] = {
 - ["UNIT_LEVEL"] = true,
 - ["UNIT_CLASSIFICATION_CHANGED"] = true,
 - ["UNIT_AURA"] = true,
 - },
 - },
 - ["Lua:Experience"] = {
 - ["exists"] = true,
 - ["code"] = "local cur, max, rest = XP(unit), MaxXP(unit), RestXP(unit)\nif rest then\n return \"%s/%s (%s%%) R: %s%%\",cur,max,Percent(cur,max),Percent(rest,max)\nelse\n return \"%s/%s (%s%%)\",cur,max,Percent(cur,max)\nend",
 - ["location"] = "center",
 - ["attach_to"] = "ExperienceBar",
 - ["events"] = {
 - ["UNIT_PET_EXPERIENCE"] = true,
 - ["PLAYER_XP_UPDATE"] = true,
 - },
 - },
 - ["Lua:Demonic fury"] = {
 - ["exists"] = true,
 - ["code"] = "return \"%s/%s\",Power(unit,SPELL_POWER_DEMONIC_FURY),MaxPower(unit,SPELL_POWER_DEMONIC_FURY)\n",
 - ["location"] = "center",
 - ["attach_to"] = "DemonicFury",
 - ["events"] = {
 - ["UNIT_POWER_FREQUENT"] = true,
 - ["UNIT_MAXPOWER"] = true,
 - },
 - },
 - },
 - ["first"] = false,
 - },
 - },
 - },
 - },
 - },
 - ["SoulShards"] = {
 - },
 - ["HostilityFader"] = {
 - },
 - ["MasterLooterIcon"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 28,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - },
 - ["Focus"] = {
 - ["enabled"] = false,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - },
 - ["Boss"] = {
 - ["position"] = 19,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - ["position"] = 28,
 - },
 - },
 - },
 - },
 - },
 - ["CombatText"] = {
 - ["profiles"] = {
 - ["Default"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["enabled"] = false,
 - },
 - },
 - },
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["enabled"] = false,
 - ["position"] = 17,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - ["position"] = 17,
 - },
 - ["Boss"] = {
 - ["position"] = 18,
 - },
 - },
 - },
 - },
 - },
 - ["HolyPower"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["location"] = "out_right",
 - ["vertical"] = true,
 - ["size"] = 1.25,
 - },
 - },
 - },
 - },
 - },
 - ["ReadyCheckIcon"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 21,
 - ["location"] = "left",
 - ["attach_to"] = "Portrait",
 - ["size"] = 1.5,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - },
 - ["Focus"] = {
 - ["enabled"] = false,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00001,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - ["position"] = 21,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - },
 - ["Boss"] = {
 - ["position"] = 24,
 - },
 - },
 - },
 - },
 - },
 - ["ComboPoints"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Target"] = {
 - ["position"] = 1.00001,
 - },
 - ["Boss"] = {
 - ["location"] = "out_left",
 - ["vertical"] = true,
 - },
 - ["Player"] = {
 - ["enabled"] = false,
 - ["vertical"] = true,
 - ["location"] = "out_right",
 - },
 - },
 - },
 - },
 - },
 - ["Totems"] = {
 - },
 - ["Aggro"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Normal"] = {
 - ["kind"] = "Border",
 - },
 - ["Player"] = {
 - ["kind"] = "Border",
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - },
 - ["Focus"] = {
 - ["kind"] = "Border",
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - },
 - ["Boss"] = {
 - ["enabled"] = false,
 - ["kind"] = "Border",
 - },
 - ["Pet"] = {
 - ["kind"] = "Border",
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - ["kind"] = "Border",
 - },
 - },
 - },
 - },
 - },
 - ["Portrait"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["BossParty"] = {
 - ["fallback_style"] = "class",
 - },
 - ["Player"] = {
 - ["enabled"] = true,
 - ["side"] = "center",
 - ["color"] = {
 - nil, -- [1]
 - nil, -- [2]
 - nil, -- [3]
 - 0.464392066001892, -- [4]
 - },
 - ["position"] = 2,
 - ["location"] = "edge_left",
 - ["fallback_style"] = "hide",
 - ["size"] = 1.15,
 - },
 - ["Pet"] = {
 - ["side"] = "center",
 - ["color"] = {
 - nil, -- [1]
 - nil, -- [2]
 - nil, -- [3]
 - 1, -- [4]
 - },
 - ["position"] = 2,
 - ["location"] = "edge_left",
 - ["fallback_style"] = "class",
 - ["size"] = 1.15,
 - },
 - ["Boss"] = {
 - ["enabled"] = true,
 - ["fallback_style"] = "hide",
 - ["position"] = 2,
 - ["location"] = "in_left",
 - ["side"] = "center",
 - },
 - },
 - },
 - },
 - },
 - ["ExperienceBar"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 3,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - },
 - ["Focus"] = {
 - ["enabled"] = false,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - ["position"] = 6,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - },
 - ["Boss"] = {
 - ["enabled"] = false,
 - ["position"] = 6,
 - },
 - },
 - },
 - },
 - },
 - ["RaidTargetIcon"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 22,
 - },
 - ["Pet_Target"] = {
 - ["location"] = "out_right",
 - },
 - ["Target"] = {
 - ["location"] = "out_right",
 - ["size"] = 1.25,
 - },
 - ["Boss"] = {
 - ["position"] = 20,
 - ["location"] = "out_right",
 - ["size"] = 1.75,
 - },
 - ["BossParty"] = {
 - ["position"] = 1.00001,
 - ["location"] = "out_left",
 - ["size"] = 1.5,
 - },
 - ["Pet"] = {
 - ["position"] = 22,
 - ["location"] = "out_right",
 - },
 - },
 - },
 - },
 - },
 - ["ShadowOrbs"] = {
 - },
 - ["Sounds"] = {
 - },
 - ["PvPIcon"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 23,
 - ["location"] = "edge_left",
 - ["size"] = 1.5,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - },
 - ["Boss"] = {
 - ["position"] = 21,
 - ["location"] = "edge_bottom_left",
 - ["size"] = 1.4,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - ["position"] = 23,
 - ["location"] = "out_right",
 - ["size"] = 1.5,
 - },
 - },
 - },
 - },
 - },
 - ["CastBar"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 9,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - },
 - ["Focus"] = {
 - ["enabled"] = false,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - },
 - ["Pet"] = {
 - ["position"] = 8,
 - },
 - ["Boss"] = {
 - ["texture"] = "TukTex",
 - ["position"] = 8,
 - },
 - },
 - },
 - },
 - },
 - ["BurningEmbers"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Normal"] = {
 - ["location"] = "edge_bottom",
 - ["vertical"] = true,
 - ["attach_to"] = "AltPowerBar",
 - ["position"] = 1.00001,
 - },
 - ["Player"] = {
 - ["click_through"] = true,
 - ["vertical"] = true,
 - ["location"] = "out_right",
 - ["position"] = 1.00001,
 - },
 - },
 - },
 - },
 - },
 - ["Background"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Boss"] = {
 - ["color"] = {
 - nil, -- [1]
 - nil, -- [2]
 - nil, -- [3]
 - 0.678042352199555, -- [4]
 - },
 - },
 - },
 - },
 - },
 - },
 - ["Aura"] = {
 - ["profiles"] = {
 - ["Default"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["click_through"] = true,
 - ["cooldown_text"] = {
 - ["my_buffs"] = true,
 - },
 - ["max_debuffs"] = 3,
 - ["enabled_buffs"] = false,
 - ["zoom_aura"] = true,
 - ["borders"] = {
 - ["my_buffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - },
 - },
 - ["layout"] = {
 - ["buff"] = {
 - ["size_to_fit"] = false,
 - },
 - ["debuff"] = {
 - ["size_to_fit"] = false,
 - ["my_size"] = 30,
 - ["size"] = 30,
 - },
 - },
 - ["highlight"] = false,
 - },
 - },
 - },
 - ["Active"] = {
 - ["layouts"] = {
 - ["Boss"] = {
 - ["highlight_filters_color_by_type"] = {
 - false, -- [1]
 - false, -- [2]
 - nil, -- [3]
 - true, -- [4]
 - },
 - ["max_debuffs"] = 20,
 - ["max_buffs"] = 20,
 - ["zoom_aura"] = true,
 - ["borders"] = {
 - ["other_debuffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - ["weapon_buffs"] = {
 - ["enabled"] = false,
 - },
 - ["other_buffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - },
 - ["layout"] = {
 - ["debuff"] = {
 - ["my_size"] = 20,
 - ["size"] = 20,
 - },
 - ["buff"] = {
 - ["my_size"] = 20,
 - ["size"] = 20,
 - },
 - },
 - ["highlight_style"] = "thinborder",
 - ["texts"] = {
 - ["my_buffs"] = {
 - ["cooldown_text"] = {
 - ["size"] = 0.9,
 - },
 - },
 - },
 - },
 - ["Pet_Target"] = {
 - ["highlight"] = false,
 - ["max_debuffs"] = 10,
 - ["zoom_aura"] = true,
 - ["borders"] = {
 - ["other_debuffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - ["other_buffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - },
 - ["enabled"] = false,
 - ["click_through"] = true,
 - },
 - ["Focus"] = {
 - ["cooldown_text"] = {
 - ["other_debuffs"] = true,
 - ["my_debuffs"] = true,
 - },
 - ["zoom_aura"] = true,
 - ["borders"] = {
 - ["other_debuffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - ["my_debuffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - ["other_buffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - },
 - ["layout"] = {
 - ["debuff"] = {
 - ["width_percent"] = 1,
 - ["size_to_fit"] = false,
 - ["my_size"] = 32,
 - ["size"] = 30,
 - },
 - },
 - ["enabled_buffs"] = false,
 - ["click_through"] = true,
 - ["highlight"] = false,
 - ["cooldown"] = {
 - ["weapon_buffs"] = false,
 - ["my_buffs"] = false,
 - ["other_buffs"] = false,
 - },
 - ["texts"] = {
 - ["other_debuffs"] = {
 - ["count"] = {
 - ["size"] = 1,
 - },
 - },
 - },
 - },
 - ["Target"] = {
 - ["max_debuffs"] = 10,
 - ["zoom_aura"] = true,
 - ["borders"] = {
 - ["other_debuffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - ["other_buffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - },
 - ["enabled"] = false,
 - ["click_through"] = true,
 - ["max_buffs"] = 8,
 - ["highlight"] = false,
 - },
 - ["Pet"] = {
 - ["cooldown_text"] = {
 - ["my_buffs"] = true,
 - },
 - ["max_debuffs"] = 3,
 - ["zoom_aura"] = true,
 - ["borders"] = {
 - ["my_buffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - },
 - },
 - ["layout"] = {
 - ["buff"] = {
 - ["size_to_fit"] = false,
 - },
 - ["debuff"] = {
 - ["size_to_fit"] = false,
 - ["my_size"] = 20,
 - ["size"] = 20,
 - },
 - },
 - ["highlight"] = false,
 - },
 - ["BossParty"] = {
 - ["max_debuffs"] = 10,
 - ["max_buffs"] = 10,
 - ["zoom_aura"] = true,
 - ["borders"] = {
 - ["other_debuffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - ["other_buffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - },
 - ["layout"] = {
 - ["buff"] = {
 - ["width_percent"] = 1,
 - },
 - },
 - ["click_through"] = true,
 - ["enabled_debuffs"] = false,
 - ["highlight"] = false,
 - },
 - ["Player"] = {
 - ["max_buffs"] = 1,
 - ["zoom_aura"] = true,
 - ["borders"] = {
 - ["other_debuffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - ["my_debuffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - ["enemy"] = {
 - ["enabled"] = false,
 - },
 - },
 - ["my_buffs"] = {
 - ["friend"] = {
 - ["enabled"] = false,
 - },
 - },
 - },
 - ["layout"] = {
 - ["debuff"] = {
 - ["width_percent"] = 1,
 - ["size_to_fit"] = false,
 - ["my_size"] = 38,
 - ["size"] = 36,
 - },
 - ["buff"] = {
 - ["size_to_fit"] = false,
 - },
 - },
 - ["enabled_buffs"] = false,
 - ["highlight"] = false,
 - ["cooldown"] = {
 - ["weapon_buffs"] = false,
 - ["my_buffs"] = false,
 - ["other_buffs"] = false,
 - },
 - ["texts"] = {
 - ["other_debuffs"] = {
 - ["count"] = {
 - ["size"] = 1,
 - },
 - },
 - ["my_debuffs"] = {
 - ["count"] = {
 - ["size"] = 1,
 - },
 - },
 - },
 - },
 - },
 - },
 - },
 - },
 - ["Runes"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["vertical"] = true,
 - ["position"] = 1.00001,
 - ["location"] = "out_right",
 - ["size"] = 1,
 - },
 - },
 - },
 - },
 - },
 - ["DruidManaBar"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 7,
 - },
 - },
 - },
 - },
 - },
 - ["PowerBar"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 4,
 - },
 - ["Pet_Target"] = {
 - ["size"] = 1,
 - ["enabled"] = false,
 - },
 - ["Focus"] = {
 - ["size"] = 1,
 - },
 - ["Target"] = {
 - ["size"] = 1,
 - ["enabled"] = false,
 - },
 - ["Boss"] = {
 - ["texture"] = "TukTex",
 - ["position"] = 3,
 - ["size"] = 1.5,
 - },
 - ["BossParty"] = {
 - ["size"] = 1,
 - },
 - ["Pet"] = {
 - ["size"] = 1,
 - ["position"] = 3,
 - },
 - },
 - },
 - },
 - },
 - ["HideBlizzard"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["global"] = {
 - ["altpower"] = true,
 - ["party"] = false,
 - },
 - },
 - },
 - },
 - ["ReputationBar"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 6,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - },
 - ["Focus"] = {
 - ["enabled"] = false,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - },
 - ["Boss"] = {
 - ["enabled"] = false,
 - ["position"] = 4,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - ["position"] = 5,
 - },
 - },
 - },
 - },
 - },
 - ["DemonicFury"] = {
 - },
 - ["HealthBar"] = {
 - ["profiles"] = {
 - ["Default"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["size"] = 4,
 - },
 - },
 - },
 - ["Active"] = {
 - ["layouts"] = {
 - ["Boss"] = {
 - ["color_by_class"] = false,
 - ["hostility_color"] = false,
 - ["texture"] = "TukTex",
 - ["hostility_color_npcs"] = false,
 - ["size"] = 3,
 - },
 - ["Pet_Target"] = {
 - ["color_by_class"] = false,
 - ["hostility_color"] = false,
 - ["size"] = 1,
 - ["hostility_color_npcs"] = false,
 - },
 - ["Focus"] = {
 - ["color_by_class"] = false,
 - ["hostility_color"] = false,
 - ["hostility_color_npcs"] = false,
 - },
 - ["Target"] = {
 - ["color_by_class"] = false,
 - ["hostility_color"] = false,
 - ["hostility_color_npcs"] = false,
 - },
 - ["Pet"] = {
 - ["color_by_class"] = false,
 - ["hostility_color"] = false,
 - ["size"] = 3,
 - ["hostility_color_npcs"] = false,
 - },
 - ["BossParty"] = {
 - ["color_by_class"] = false,
 - ["hostility_color"] = false,
 - ["hostility_color_npcs"] = false,
 - },
 - ["Player"] = {
 - ["color_by_class"] = false,
 - ["hostility_color"] = false,
 - ["size"] = 4,
 - ["hostility_color_npcs"] = false,
 - },
 - },
 - ["global"] = {
 - ["colors"] = {
 - ["max_health"] = {
 - 0.52156862745098, -- [1]
 - [3] = 0.298039215686275,
 - },
 - },
 - },
 - },
 - },
 - },
 - ["RestIcon"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 14,
 - },
 - ["Pet_Target"] = {
 - ["position"] = 1.00001,
 - },
 - ["Focus"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00001,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00001,
 - },
 - ["Boss"] = {
 - ["position"] = 15,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00001,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - ["position"] = 14,
 - },
 - },
 - },
 - },
 - },
 - ["QuestIcon"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 15,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00002,
 - },
 - ["Focus"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00002,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00002,
 - },
 - ["Boss"] = {
 - ["position"] = 27,
 - ["location"] = "edge_right",
 - ["size"] = 1.5,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00002,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - ["position"] = 15,
 - },
 - },
 - },
 - },
 - },
 - ["VoiceIcon"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 24,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00001,
 - },
 - ["Focus"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00001,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00001,
 - },
 - ["Boss"] = {
 - ["enabled"] = false,
 - ["position"] = 23,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00001,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - ["position"] = 24,
 - },
 - },
 - },
 - },
 - },
 - ["VisualHeal"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Normal"] = {
 - ["show_overheal"] = false,
 - ["show_overabsorb"] = false,
 - },
 - ["Boss"] = {
 - ["show_overheal"] = false,
 - ["show_overabsorb"] = false,
 - },
 - ["Pet_Target"] = {
 - ["show_overheal"] = false,
 - ["show_overabsorb"] = false,
 - },
 - ["Focus"] = {
 - ["show_overheal"] = false,
 - ["show_overabsorb"] = false,
 - },
 - ["Target"] = {
 - ["show_overheal"] = false,
 - ["show_overabsorb"] = false,
 - },
 - ["Pet"] = {
 - ["show_overheal"] = false,
 - ["show_overabsorb"] = false,
 - },
 - ["BossParty"] = {
 - ["show_overheal"] = false,
 - ["show_overabsorb"] = false,
 - },
 - ["Player"] = {
 - ["show_overheal"] = false,
 - ["show_overabsorb"] = false,
 - },
 - },
 - },
 - },
 - },
 - ["CastBarLatency"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Normal"] = {
 - ["enabled"] = false,
 - },
 - ["Player"] = {
 - ["enabled"] = false,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - },
 - ["Boss"] = {
 - ["enabled"] = false,
 - },
 - },
 - },
 - },
 - },
 - ["CombatFader"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Pet"] = {
 - ["enabled"] = true,
 - ["target_opacity"] = 1,
 - ["hurt_opacity"] = 1,
 - },
 - ["Player"] = {
 - ["enabled"] = true,
 - ["target_opacity"] = 0.6,
 - ["hurt_opacity"] = 1,
 - },
 - },
 - },
 - },
 - },
 - ["BattlePet"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 20,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00003,
 - },
 - ["Focus"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00003,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00003,
 - },
 - ["Boss"] = {
 - ["position"] = 22,
 - },
 - ["BossParty"] = {
 - ["enabled"] = false,
 - ["position"] = 1.00003,
 - },
 - ["Pet"] = {
 - ["enabled"] = false,
 - ["position"] = 20,
 - },
 - },
 - },
 - },
 - },
 - ["AltPowerBar"] = {
 - ["profiles"] = {
 - ["Default"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["position"] = 3.00001,
 - },
 - },
 - },
 - ["Active"] = {
 - ["layouts"] = {
 - ["Normal"] = {
 - ["position"] = 3.00001,
 - },
 - ["Boss"] = {
 - ["position"] = 5,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - ["position"] = 3.00001,
 - ["size"] = 1,
 - },
 - ["Focus"] = {
 - ["enabled"] = false,
 - ["position"] = 3.00001,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - ["position"] = 3.00001,
 - ["size"] = 1,
 - },
 - ["Pet"] = {
 - ["position"] = 4,
 - ["size"] = 1,
 - },
 - ["BossParty"] = {
 - ["position"] = 3.00001,
 - ["size"] = 1,
 - },
 - ["Player"] = {
 - ["position"] = 5,
 - },
 - },
 - },
 - },
 - },
 - ["BlankSpace"] = {
 - ["profiles"] = {
 - ["Lolet - Garrosh"] = {
 - ["layouts"] = {
 - ["Normal"] = {
 - ["elements"] = {
 - ["Default"] = {
 - ["exists"] = true,
 - },
 - },
 - ["first"] = false,
 - },
 - },
 - },
 - ["Active"] = {
 - ["layouts"] = {
 - ["Normal"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Default"] = {
 - ["exists"] = true,
 - },
 - },
 - },
 - ["Boss"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Default"] = {
 - ["exists"] = true,
 - ["position"] = 9,
 - },
 - },
 - },
 - ["Pet_Target"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Default"] = {
 - ["exists"] = true,
 - },
 - },
 - },
 - ["Focus"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Default"] = {
 - ["exists"] = true,
 - },
 - },
 - },
 - ["Target"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Default"] = {
 - ["exists"] = true,
 - },
 - },
 - },
 - ["Pet"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Default"] = {
 - ["exists"] = true,
 - ["position"] = 9,
 - },
 - },
 - },
 - ["BossParty"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Default"] = {
 - ["exists"] = true,
 - },
 - },
 - },
 - ["Player"] = {
 - ["first"] = false,
 - ["elements"] = {
 - ["Default"] = {
 - ["exists"] = true,
 - },
 - },
 - },
 - },
 - },
 - ["Default"] = {
 - ["layouts"] = {
 - ["Normal"] = {
 - ["elements"] = {
 - ["Default"] = {
 - ["exists"] = true,
 - },
 - },
 - ["first"] = false,
 - },
 - ["Player"] = {
 - ["elements"] = {
 - ["Default"] = {
 - ["exists"] = true,
 - ["position"] = 10.00001,
 - },
 - },
 - ["first"] = false,
 - },
 - },
 - },
 - },
 - },
 - ["ThreatBar"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Boss"] = {
 - ["position"] = 7,
 - },
 - ["Pet_Target"] = {
 - ["enabled"] = false,
 - },
 - ["Target"] = {
 - ["enabled"] = false,
 - },
 - ["Pet"] = {
 - ["position"] = 7,
 - },
 - ["Player"] = {
 - ["position"] = 8,
 - },
 - },
 - },
 - },
 - },
 - ["Eclipse"] = {
 - },
 - ["Chi"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Player"] = {
 - ["location"] = "out_right",
 - ["vertical"] = true,
 - },
 - },
 - },
 - },
 - },
 - ["Highlight"] = {
 - ["profiles"] = {
 - ["Active"] = {
 - ["layouts"] = {
 - ["Normal"] = {
 - ["show_target"] = false,
 - },
 - ["Player"] = {
 - ["show_target"] = false,
 - ["color"] = {
 - 0.109803921568628, -- [1]
 - 0.109803921568628, -- [2]
 - 0.109803921568628, -- [3]
 - 0.772997349500656, -- [4]
 - },
 - ["texture"] = "Solid",
 - },
 - ["Pet_Target"] = {
 - ["color"] = {
 - nil, -- [1]
 - nil, -- [2]
 - nil, -- [3]
 - 0.700000017881393, -- [4]
 - },
 - },
 - ["Focus"] = {
 - ["show_target"] = false,
 - ["color"] = {
 - 0.109803921568627, -- [1]
 - 0.109803921568627, -- [2]
 - 0.109803921568627, -- [3]
 - 0.770000010728836, -- [4]
 - },
 - ["texture"] = "Solid",
 - },
 - ["Target"] = {
 - ["show_target"] = false,
 - },
 - ["BossParty"] = {
 - ["show_target"] = false,
 - },
 - ["Pet"] = {
 - ["show_target"] = false,
 - ["color"] = {
 - 0.109803921568627, -- [1]
 - 0.109803921568627, -- [2]
 - 0.109803921568627, -- [3]
 - 0.770000010728836, -- [4]
 - },
 - ["texture"] = "Solid",
 - },
 - ["Boss"] = {
 - ["show_target"] = false,
 - ["color"] = {
 - nil, -- [1]
 - nil, -- [2]
 - nil, -- [3]
 - 0.400000035762787, -- [4]
 - },
 - },
 - },
 - },
 - },
 - },
 - },
 - ["global"] = {
 - ["config_version"] = 2,
 - },
 - ["profileKeys"] = {
 - [""] = "Active",
 - },
 - ["profiles"] = {
 - ["Active"] = {
 - ["class_order"] = {
 - "WARRIOR", -- [1]
 - "DEATHKNIGHT", -- [2]
 - "PALADIN", -- [3]
 - "MONK", -- [4]
 - "PRIEST", -- [5]
 - "SHAMAN", -- [6]
 - "DRUID", -- [7]
 - "ROGUE", -- [8]
 - "MAGE", -- [9]
 - "WARLOCK", -- [10]
 - "HUNTER", -- [11]
 - },
 - ["layouts"] = {
 - ["Normal"] = {
 - ["font"] = "ABF",
 - ["exists"] = true,
 - },
 - ["Boss"] = {
 - ["bar_spacing"] = 1,
 - ["size_y"] = 90,
 - ["font"] = "ABF",
 - ["exists"] = true,
 - ["size_x"] = 370,
 - ["bar_texture"] = "TukTex",
 - },
 - ["Pet_Target"] = {
 - ["bar_spacing"] = 1,
 - ["size_y"] = 20,
 - ["font_size"] = 0.75,
 - ["font"] = "ABF",
 - ["exists"] = true,
 - ["bar_texture"] = "TukTex",
 - },
 - ["Focus"] = {
 - ["bar_spacing"] = 1,
 - ["size_y"] = 35,
 - ["font_size"] = 0.9,
 - ["font"] = "ABF",
 - ["exists"] = true,
 - ["size_x"] = 190,
 - ["bar_texture"] = "TukTex",
 - },
 - ["Target"] = {
 - ["bar_spacing"] = 1,
 - ["size_y"] = 25,
 - ["font_size"] = 0.9,
 - ["font"] = "ABF",
 - ["exists"] = true,
 - ["size_x"] = 150,
 - ["bar_texture"] = "TukTex",
 - },
 - ["Pet"] = {
 - ["strata"] = "LOW",
 - ["bar_spacing"] = 1,
 - ["indicator_root_inside_vertical_padding"] = 3,
 - ["indicator_root_outside_margin"] = 3,
 - ["indicator_root_inside_horizontal_padding"] = 3,
 - ["font_size"] = 0.9,
 - ["font"] = "ABF",
 - ["exists"] = true,
 - ["size_y"] = 35,
 - ["bar_texture"] = "TukTex",
 - },
 - ["BossParty"] = {
 - ["strata"] = "HIGH",
 - ["bar_spacing"] = 1,
 - ["size_y"] = 55,
 - ["font_size"] = 0.9,
 - ["font"] = "ABF",
 - ["exists"] = true,
 - ["bar_texture"] = "TukTex",
 - },
 - ["Player"] = {
 - ["strata"] = "LOW",
 - ["bar_spacing"] = 1,
 - ["indicator_root_inside_vertical_padding"] = 3,
 - ["indicator_root_outside_margin"] = 3,
 - ["size_y"] = 90,
 - ["font"] = "ABF",
 - ["exists"] = true,
 - ["size_x"] = 275,
 - ["indicator_root_inside_horizontal_padding"] = 3,
 - ["bar_texture"] = "TukTex",
 - },
 - },
 - ["lock_movement"] = true,
 - ["units"] = {
 - ["targettargettarget"] = {
 - ["enabled"] = false,
 - ["position_x"] = -564.960540771484,
 - ["position_y"] = 24.8359985351563,
 - },
 - ["focustarget"] = {
 - ["enabled"] = false,
 - ["position_x"] = -617.384033203125,
 - ["position_y"] = -144.253295898438,
 - ["layout"] = "Target",
 - },
 - ["targettarget"] = {
 - ["position_x"] = 527.9287109375,
 - ["position_y"] = -361.074035644531,
 - ["layout"] = "Target",
 - },
 - ["player"] = {
 - ["position_x"] = -205.266174316406,
 - ["tooltip"] = "never",
 - ["position_y"] = -330,
 - ["layout"] = "Player",
 - },
 - ["focus"] = {
 - ["position_x"] = -722.611206054688,
 - ["position_y"] = -303.467254638672,
 - ["layout"] = "Focus",
 - },
 - ["target"] = {
 - ["position_x"] = 251.222412109375,
 - ["position_y"] = -327.777603149414,
 - ["layout"] = "Boss",
 - },
 - ["pet"] = {
 - ["position_x"] = -475,
 - ["position_y"] = -322.700866699219,
 - ["layout"] = "Pet",
 - },
 - ["focustargettarget"] = {
 - ["enabled"] = false,
 - ["position_x"] = -662.056045532227,
 - ["position_y"] = -56.99462890625,
 - },
 - ["pettarget"] = {
 - ["position_x"] = -475,
 - ["position_y"] = -295.200866699219,
 - ["layout"] = "Pet_Target",
 - },
 - },
 - ["groups"] = {
 - ["Party pets"] = {
 - ["position_x"] = 258.725708007813,
 - ["use_pet_header"] = false,
 - ["unit_group"] = "partypet",
 - ["exists"] = true,
 - ["position_y"] = 143.4228515625,
 - },
 - ["BossParty"] = {
 - ["vertical_spacing"] = 20,
 - ["position_x"] = 795.99658203125,
 - ["vehicle_swap"] = false,
 - ["units_per_column"] = 8,
 - ["font_multiplier"] = 0.9,
 - ["enabled"] = true,
 - ["layout"] = "BossParty",
 - ["unit_group"] = "boss",
 - ["exists"] = true,
 - ["position_y"] = 140.482788085938,
 - ["show_when"] = {
 - ["raid40"] = true,
 - ["solo"] = true,
 - ["raid10"] = true,
 - ["raid25"] = true,
 - ["raid"] = true,
 - ["raid20"] = true,
 - ["raid15"] = true,
 - },
 - },
 - },
 - ["made_groups"] = true,
 - ["minimap_icon"] = {
 - ["hide"] = true,
 - },
 - },
 - ["Default"] = {
 - ["groups"] = {
 - ["Party pets"] = {
 - ["enabled"] = true,
 - ["exists"] = true,
 - ["unit_group"] = "partypet",
 - },
 - ["Party"] = {
 - ["enabled"] = true,
 - ["exists"] = true,
 - },
 - },
 - ["minimap_icon"] = {
 - ["hide"] = true,
 - },
 - ["class_order"] = {
 - "WARRIOR", -- [1]
 - "DEATHKNIGHT", -- [2]
 - "PALADIN", -- [3]
 - "MONK", -- [4]
 - "PRIEST", -- [5]
 - "SHAMAN", -- [6]
 - "DRUID", -- [7]
 - "ROGUE", -- [8]
 - "MAGE", -- [9]
 - "WARLOCK", -- [10]
 - "HUNTER", -- [11]
 - },
 - ["layouts"] = {
 - ["Normal"] = {
 - ["exists"] = true,
 - },
 - ["Player"] = {
 - ["exists"] = true,
 - ["size_y"] = 90,
 - ["size_x"] = 250,
 - ["bar_texture"] = "TukTex",
 - },
 - },
 - ["lock_movement"] = true,
 - ["made_groups"] = true,
 - ["units"] = {
 - ["player"] = {
 - ["tooltip"] = "never",
 - ["layout"] = "Player",
 - ["position_x"] = -638.195526123047,
 - ["position_y"] = 350.685791015625,
 - },
 - ["targettargettarget"] = {
 - },
 - ["focus"] = {
 - },
 - ["target"] = {
 - },
 - ["focustarget"] = {
 - },
 - ["pet"] = {
 - ["position_x"] = -463.920043945313,
 - ["position_y"] = -63.8056640625,
 - },
 - },
 - },
 - },
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment