Thread Tools Display Modes
07-13-08, 03:39 AM   #81
Xastrax
A Deviate Faerie Dragon
Join Date: Jul 2008
Posts: 10
Good Morning,
How can i Edit / config the HUD ??
It is to much on the screen, things like all "Target of Target"- Stuff i don't need. I want to switch it off.


Greetz
Chris [Ger]
Sry for the Bad english but my english lessons are some time ago
 
07-13-08, 04:56 AM   #82
noble8
A Warpwood Thunder Caller
 
noble8's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 95
Originally Posted by Xastrax View Post
Good Morning,
How can i Edit / config the HUD ??
It is to much on the screen, things like all "Target of Target"- Stuff i don't need. I want to switch it off.


Greetz
Chris [Ger]
Sry for the Bad english but my english lessons are some time ago
At preset you can only edit the frames by changing the lua in the addon foler.
A Gui system is in the works but may take some time, Spiel will give more ifo if you need it.
__________________
If science and religion are destroyed, science would re-emerge exactly the same;
but not religion.
 
07-13-08, 05:32 AM   #83
Xastrax
A Deviate Faerie Dragon
Join Date: Jul 2008
Posts: 10
yeah i need more info. i have no idea from .lua but thanks for the fast answer
 
07-13-08, 07:39 AM   #84
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Seer View Post
And a good day to all,

Quick question, does the pet bar problem also affect the Kara chess event ?
For the benefit of everyone who is reading over our shoulders, the "pet bar" problem is actually more widespread than is generally being reported. It isn't really a "pet bar" problem so much as it is a bar switching problem between four possible bar states: The pet bar, the warrior stance/druid shapeshift/rogue stealth bar, the possession bar (Eyes of the Beast/Eye of Kilrogg/Kara Chess event) and no bar at all.

The problem occurs when any one of these bars is shown or hidden while in combat. The "unit watch" fix suggested a couple of days ago works for toggling the pet bar on and off when you summon or dismiss a pet (mount, dismount, etc as well) but does not help with the shapeshift and possession bars.

Getting all four states to toggle in and out while in combat without tainting the execution thread is the hurdle I am facing now. So, the short answer to your question is yes, the pet bar problem also affects that Kara event and most severely if you are a warrior, druid, hunter, lock or rogue.

Love the mod so far, no major problems (Chess can be done with 9 easily, I just sit and watch :-p) for me at all, and no small ones either.
For the record, the Kara chess event action buttons should appear in your main action bar. If they don't because the possession bar tainted the code, sometimes pressing "Shift-2" and then "Shift-1" to swap action bars will fix it. Even if the icons on your action bar are wrong, the actions should still be right. If you know which buttons are supposed to be which, they should still work (move, attack, block, etc).

I know this bug is a huge PITA for everyone and I truely am doing my best to get it fixed as quickly as I can.

Maybe also a small suggestion, would it be possible to have the bar in the unit frames where the name is be used as a health (and/or mana) bar as wel ? Might make it a bit more readable then the way the healt/mana bars are displayed in the frames now.
I think I'm going to have to redesign how I do the main unit frames. This is something that just keeps coming up again and again. Personally, the entire reason for not having health and mana bars on those frames was that it allowed me to stack deep targeting in a relatively small area as well as shift the focus for health and mana up off the bottom of the dashboard into the center of the view screen where the action is occurring. But I guess some people just cannot get past not having the health and mana bars in the same place as the portrait.

I saw a mod that used vertical health and mana bars to the left and right of the unit portraits and liked the idea. I may borrow it. However, whatever course I take, my concern is that I'm adding yet another slew of calculated graphics elements which adds more burden to the game engine.

Kind of a damned if you do and damned if you don't thing.
 
07-13-08, 07:58 AM   #85
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Xastrax View Post
yeah i need more info. i have no idea from .lua but thanks for the fast answer

Xastrax --

At present there is no "easy" way to turn off the target-of-target health and mana bars in the HUD short of hacking the code as Noble suggested. I didn't code an option to toggle individual bars on and off as it was my intention to toggle the entire HUD on and off and it never really crossed my mind to option each bar. I guess I have always just taken using target-of-target for granted. I can't imagine playing without it. I'll have to add that to my to-do list I guess.

It is possible to get rid of the all of the labels on the health and mana bars for the target-of-target by editing your configuration options in WTF\Account\{your account}\SavedVariables\nUI.lua file. Search the file for the section "nUI_HUDConfig" and then in that section look for a section "Labels" and under that "ToT" -- you'll see configurations for MaxHealth, CurHealth, PctHealth, and so on. In each of those is an option that reads shown = "yes", just change it to shown = "no", and all of the labels for the target of target will be hidden.

If you want to get rid of the target-of-target buffs in the HUD, look for the section "Buffs" and under that "ToT" and change visible = "yes", to visible = "no",
 
07-13-08, 09:54 AM   #86
Xastrax
A Deviate Faerie Dragon
Join Date: Jul 2008
Posts: 10
Ok with a little bit help from my Brother i have fond the flags and changed them. But nothing happend. the Target of Target Stuff is Still there.
Here is my nUI.lua from F:\World of Warcraft deDE\WTF\Account\##Account\SavedVariables

Code:
nUI_Config = {
	["yOfs"] = 0,
	["party_pets"] = "yes",
	["tooltips"] = "owner",
	["bag_scale"] = 0.9,
	["unit_anim"] = "anim",
	["clock"] = 24,
	["map_coords"] = "yes",
	["debug"] = 0,
	["yOfs2"] = 0,
	["version"] = "1.02.00 (beta)",
	["hidden"] = "no",
	["auto_ding"] = "yes",
	["activeInfoMode"] = "Raid",
	["party_ptargets"] = "yes",
	["party_targets"] = "yes",
	["Colors"] = {
		["OOM"] = {
			["b"] = 1,
			["g"] = 0,
			["r"] = 0,
		},
		["CDC2"] = {
			["b"] = 0.6,
			["g"] = 0.6,
			["r"] = 1,
		},
		["CDC1"] = {
			["b"] = 0,
			["g"] = 1,
			["r"] = 1,
		},
		["OOR"] = {
			["b"] = 0,
			["g"] = 0,
			["r"] = 1,
		},
	},
	["console_fade"] = "yes",
	["minimap_zoom"] = "show",
	["chatfont_size"] = 10,
	["buttonbag"] = "yes",
}
nUI_ButtonBarLayouts = {
	["nUI_BonusBar1"] = {
		["btn_size"] = 42.8,
		["base_id"] = 108,
		["yOfs"] = -110,
		["xOfs"] = -682,
		["gap"] = 2,
		["cols"] = 5,
		["binding"] = "NUIBAR1BUTTON",
		["anchor"] = "TOPLEFT",
		["label"] = "nUI Bar 1",
		["rows"] = 2,
	},
	["nUI_MultiBarBottomRight"] = {
		["btn_size"] = 54,
		["label"] = "pg5 / BottomRight",
		["yOfs"] = 55,
		["xOfs"] = 168,
		["gap"] = 2,
		["cols"] = 12,
		["binding"] = "MULTIACTIONBAR2BUTTON",
		["anchor"] = "BOTTOMLEFT",
		["base_id"] = 48,
		["page"] = 5,
		["rows"] = 1,
	},
	["nUI_BonusBar2"] = {
		["btn_size"] = 42.8,
		["base_id"] = 118,
		["yOfs"] = -110,
		["xOfs"] = 682,
		["gap"] = 2,
		["cols"] = 5,
		["binding"] = "NUIBAR2BUTTON",
		["anchor"] = "TOPRIGHT",
		["label"] = "nUI Bar 2",
		["rows"] = 2,
	},
	["nUI_MultiBarLeft"] = {
		["btn_size"] = 42.8,
		["label"] = "pg3 / Right 2",
		["yOfs"] = -110,
		["xOfs"] = -168,
		["gap"] = 2,
		["cols"] = 6,
		["binding"] = "MULTIACTIONBAR3BUTTON",
		["anchor"] = "TOPRIGHT",
		["base_id"] = 24,
		["page"] = 3,
		["rows"] = 2,
	},
	["nUI_MultiBarRight"] = {
		["btn_size"] = 42.8,
		["label"] = "pg4 / Right",
		["yOfs"] = -110,
		["xOfs"] = 168,
		["gap"] = 2,
		["cols"] = 6,
		["binding"] = "MULTIACTIONBAR4BUTTON",
		["anchor"] = "TOPLEFT",
		["base_id"] = 36,
		["page"] = 4,
		["rows"] = 2,
	},
	["nUI_MultiBarBottomLeft"] = {
		["btn_size"] = 54,
		["label"] = "pg6 / BottomLeft",
		["yOfs"] = 55,
		["xOfs"] = -168,
		["gap"] = 2,
		["cols"] = 12,
		["binding"] = "MULTIACTIONBAR1BUTTON",
		["anchor"] = "BOTTOMRIGHT",
		["base_id"] = 60,
		["page"] = 6,
		["rows"] = 1,
	},
}
nUI_UnitLayouts = {
	["targettargettarget"] = {
		["Portrait"] = {
			["visible"] = "no",
			["style"] = "square",
		},
		["show_border"] = "no",
		["show_detail"] = "yes",
		["RageBar"] = {
			["name"] = "nUI_Unit_targettargettarget_RageBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 4,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 0,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 51.5,
		},
		["show_reaction"] = "yes",
		["CastBar"] = {
			["name"] = "nUI_Unit_targettargettarget_CastBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["FocusBar"] = {
			["name"] = "nUI_Unit_targettargettarget_FocusBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 4,
			["Values"] = {
				["min"] = 0,
				["cur"] = 26,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Focus",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 51.5,
		},
		["is_visible"] = "yes",
		["Size"] = {
			["height"] = 64,
			["compact"] = "no",
			["two_line"] = "yes",
			["width"] = 210,
		},
		["ManaBar"] = {
			["name"] = "nUI_Unit_targettargettarget_ManaBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.5,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.75,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 4,
			["Values"] = {
				["min"] = 0,
				["cur"] = 7063,
				["offset"] = 0,
				["max"] = 7063,
			},
			["Options"] = {
				["bar_name"] = "Mana",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 51.5,
		},
		["HealthBar"] = {
			["name"] = "nUI_Unit_targettargettarget_HealthBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 4,
			["Values"] = {
				["min"] = 0,
				["cur"] = 8,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Health",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 51.5,
		},
		["StatusBars"] = {
			["visible"] = "yes",
			["direction"] = "right",
			["animate"] = "no",
			["power"] = "normal",
			["total"] = "none",
			["values"] = "none",
			["percent"] = "none",
			["name"] = "none",
		},
		["BuffInfo"] = {
			["Debuffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "debuff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
			["Buffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "buff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
		},
		["ChannelBar"] = {
			["name"] = "nUI_Unit_targettargettarget_ChannelBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["elite_icon"] = "no",
		["LatencyBar"] = {
			["name"] = "nUI_Unit_targettargettarget_LatencyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Latency",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["CastingBars"] = {
			["visible"] = "no",
			["total"] = "none",
			["name"] = "min",
			["values"] = "none",
			["percent"] = "max",
			["latency"] = "no",
		},
		["EnergyBar"] = {
			["name"] = "nUI_Unit_targettargettarget_EnergyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 4,
			["Values"] = {
				["min"] = 0,
				["cur"] = 45,
				["offset"] = 0,
				["max"] = 110,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 51.5,
		},
		["show_class"] = "yes",
		["orientation"] = "left",
		["class_colors"] = "yes",
		["Origin"] = {
			["anchor"] = "BOTTOMLEFT",
			["xOfs"] = 171,
			["yOfs"] = 157,
		},
		["unit_id"] = "targettargettarget",
	},
	["focustarget"] = {
		["Portrait"] = {
			["visible"] = "no",
			["style"] = "square",
		},
		["show_border"] = "no",
		["show_detail"] = "no",
		["RageBar"] = {
			["name"] = "nUI_Unit_focustarget_RageBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["show_reaction"] = "no",
		["CastBar"] = {
			["name"] = "nUI_Unit_focustarget_CastBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["FocusBar"] = {
			["name"] = "nUI_Unit_focustarget_FocusBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Focus",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["is_visible"] = "yes",
		["Size"] = {
			["height"] = 34.28571428571429,
			["compact"] = "no",
			["two_line"] = "no",
			["width"] = 175,
		},
		["ManaBar"] = {
			["name"] = "nUI_Unit_focustarget_ManaBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.5,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.75,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Mana",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["HealthBar"] = {
			["name"] = "nUI_Unit_focustarget_HealthBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Health",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["StatusBars"] = {
			["visible"] = "no",
			["direction"] = "right",
			["animate"] = "no",
			["power"] = "normal",
			["total"] = "center",
			["values"] = "center",
			["percent"] = "none",
			["name"] = "none",
		},
		["BuffInfo"] = {
			["Debuffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "debuff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
			["Buffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "buff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
		},
		["ChannelBar"] = {
			["name"] = "nUI_Unit_focustarget_ChannelBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["elite_icon"] = "no",
		["LatencyBar"] = {
			["name"] = "nUI_Unit_focustarget_LatencyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Latency",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["CastingBars"] = {
			["visible"] = "no",
			["total"] = "none",
			["name"] = "min",
			["values"] = "none",
			["percent"] = "max",
			["latency"] = "no",
		},
		["EnergyBar"] = {
			["name"] = "nUI_Unit_focustarget_EnergyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["show_class"] = "yes",
		["orientation"] = "left",
		["class_colors"] = "yes",
		["Origin"] = {
			["anchor"] = "BOTTOMLEFT",
			["xOfs"] = -936,
			["yOfs"] = 1427,
		},
		["unit_id"] = "focustarget",
	},
	["focuspettarget"] = {
		["Portrait"] = {
			["visible"] = "no",
			["style"] = "square",
		},
		["show_border"] = "no",
		["show_detail"] = "no",
		["RageBar"] = {
			["name"] = "nUI_Unit_focuspettarget_RageBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["show_reaction"] = "yes",
		["CastBar"] = {
			["name"] = "nUI_Unit_focuspettarget_CastBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["FocusBar"] = {
			["name"] = "nUI_Unit_focuspettarget_FocusBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Focus",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["is_visible"] = "yes",
		["Size"] = {
			["height"] = 29.90476190476191,
			["compact"] = "no",
			["two_line"] = "no",
			["width"] = 175,
		},
		["ManaBar"] = {
			["name"] = "nUI_Unit_focuspettarget_ManaBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.5,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.75,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Mana",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["HealthBar"] = {
			["name"] = "nUI_Unit_focuspettarget_HealthBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Health",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["StatusBars"] = {
			["visible"] = "no",
			["direction"] = "right",
			["animate"] = "no",
			["power"] = "normal",
			["total"] = "center",
			["values"] = "center",
			["percent"] = "none",
			["name"] = "none",
		},
		["BuffInfo"] = {
			["Debuffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "debuff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
			["Buffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "buff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
		},
		["ChannelBar"] = {
			["name"] = "nUI_Unit_focuspettarget_ChannelBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["elite_icon"] = "no",
		["LatencyBar"] = {
			["name"] = "nUI_Unit_focuspettarget_LatencyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Latency",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["CastingBars"] = {
			["visible"] = "no",
			["total"] = "none",
			["name"] = "min",
			["values"] = "none",
			["percent"] = "max",
			["latency"] = "no",
		},
		["EnergyBar"] = {
			["name"] = "nUI_Unit_focuspettarget_EnergyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["show_class"] = "yes",
		["orientation"] = "left",
		["class_colors"] = "yes",
		["Origin"] = {
			["anchor"] = "BOTTOMLEFT",
			["xOfs"] = -936,
			["yOfs"] = 1539,
		},
		["unit_id"] = "focuspettarget",
	},
	["player"] = {
		["Portrait"] = {
			["visible"] = "anim",
			["style"] = "square",
		},
		["show_border"] = "yes",
		["show_detail"] = "yes",
		["RageBar"] = {
			["name"] = "nUI_Unit_player_RageBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["show_reaction"] = "yes",
		["CastBar"] = {
			["name"] = "nUI_Unit_player_CastBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["FocusBar"] = {
			["name"] = "nUI_Unit_player_FocusBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Focus",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["is_visible"] = "yes",
		["Size"] = {
			["height"] = 150,
			["compact"] = "no",
			["two_line"] = "no",
			["width"] = 515,
		},
		["ManaBar"] = {
			["name"] = "nUI_Unit_player_ManaBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.5,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.75,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Mana",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["HealthBar"] = {
			["name"] = "nUI_Unit_player_HealthBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Health",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["StatusBars"] = {
			["visible"] = "no",
			["direction"] = "right",
			["animate"] = "no",
			["power"] = "normal",
			["total"] = "center",
			["values"] = "center",
			["percent"] = "none",
			["name"] = "none",
		},
		["BuffInfo"] = {
			["Debuffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "debuff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
			["Buffs"] = {
				["timers"] = "yes",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 160,
				["xOfs"] = -425,
				["gap"] = 2,
				["flash"] = 10,
				["rows"] = 5,
				["type"] = "buff",
				["location"] = "detatched",
				["width"] = 450,
				["anim"] = "no",
				["anchor"] = "BOTTOMRIGHT",
			},
		},
		["ChannelBar"] = {
			["name"] = "nUI_Unit_player_ChannelBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["elite_icon"] = "no",
		["LatencyBar"] = {
			["name"] = "nUI_Unit_player_LatencyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Latency",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["CastingBars"] = {
			["visible"] = "no",
			["total"] = "none",
			["name"] = "min",
			["values"] = "none",
			["percent"] = "max",
			["latency"] = "no",
		},
		["EnergyBar"] = {
			["name"] = "nUI_Unit_player_EnergyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["show_class"] = "yes",
		["orientation"] = "left",
		["class_colors"] = "yes",
		["Origin"] = {
			["anchor"] = "BOTTOMRIGHT",
			["xOfs"] = -168,
			["yOfs"] = 155,
		},
		["unit_id"] = "player",
	},
	["pettarget"] = {
		["Portrait"] = {
			["visible"] = "no",
			["style"] = "square",
		},
		["show_border"] = "no",
		["show_detail"] = "yes",
		["RageBar"] = {
			["name"] = "nUI_Unit_pettarget_RageBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 4,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 0,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 51.5,
		},
		["show_reaction"] = "yes",
		["CastBar"] = {
			["name"] = "nUI_Unit_pettarget_CastBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["FocusBar"] = {
			["name"] = "nUI_Unit_pettarget_FocusBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 4,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Focus",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 51.5,
		},
		["is_visible"] = "yes",
		["Size"] = {
			["height"] = 64,
			["compact"] = "no",
			["two_line"] = "yes",
			["width"] = 210,
		},
		["ManaBar"] = {
			["name"] = "nUI_Unit_pettarget_ManaBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.5,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.75,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 4,
			["Values"] = {
				["min"] = 0,
				["cur"] = 5032,
				["offset"] = 0,
				["max"] = 6489,
			},
			["Options"] = {
				["bar_name"] = "Mana",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 51.5,
		},
		["HealthBar"] = {
			["name"] = "nUI_Unit_pettarget_HealthBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 4,
			["Values"] = {
				["min"] = 0,
				["cur"] = 8,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Health",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 51.5,
		},
		["StatusBars"] = {
			["visible"] = "yes",
			["direction"] = "right",
			["animate"] = "no",
			["power"] = "normal",
			["total"] = "none",
			["values"] = "none",
			["percent"] = "none",
			["name"] = "none",
		},
		["BuffInfo"] = {
			["Debuffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "debuff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
			["Buffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "buff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
		},
		["ChannelBar"] = {
			["name"] = "nUI_Unit_pettarget_ChannelBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["elite_icon"] = "no",
		["LatencyBar"] = {
			["name"] = "nUI_Unit_pettarget_LatencyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Latency",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["CastingBars"] = {
			["visible"] = "no",
			["total"] = "none",
			["name"] = "min",
			["values"] = "none",
			["percent"] = "max",
			["latency"] = "no",
		},
		["EnergyBar"] = {
			["name"] = "nUI_Unit_pettarget_EnergyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 4,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 51.5,
		},
		["show_class"] = "yes",
		["orientation"] = "right",
		["class_colors"] = "yes",
		["Origin"] = {
			["anchor"] = "BOTTOMRIGHT",
			["xOfs"] = -168,
			["yOfs"] = 155,
		},
		["unit_id"] = "pettarget",
	},
	["focus"] = {
		["Portrait"] = {
			["visible"] = "anim",
			["style"] = "square",
		},
		["show_border"] = "no",
		["show_detail"] = "yes",
		["RageBar"] = {
			["name"] = "nUI_Unit_focus_RageBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 12,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 66.5,
		},
		["show_reaction"] = "no",
		["CastBar"] = {
			["name"] = "nUI_Unit_focus_CastBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 10.75,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 77.5,
		},
		["FocusBar"] = {
			["name"] = "nUI_Unit_focus_FocusBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 12,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Focus",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 66.5,
		},
		["is_visible"] = "yes",
		["Size"] = {
			["height"] = 120,
			["compact"] = "no",
			["two_line"] = "no",
			["width"] = 340,
		},
		["ManaBar"] = {
			["name"] = "nUI_Unit_focus_ManaBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.5,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.75,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 12,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Mana",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 66.5,
		},
		["HealthBar"] = {
			["name"] = "nUI_Unit_focus_HealthBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 12,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Health",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 66.5,
		},
		["StatusBars"] = {
			["visible"] = "yes",
			["direction"] = "right",
			["animate"] = "no",
			["power"] = "normal",
			["total"] = "center",
			["values"] = "center",
			["percent"] = "none",
			["name"] = "none",
		},
		["BuffInfo"] = {
			["Debuffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 4,
				["type"] = "debuff",
				["location"] = "top",
				["anim"] = "no",
				["anchor"] = "",
			},
			["Buffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 4,
				["type"] = "buff",
				["location"] = "bottom",
				["anim"] = "no",
				["anchor"] = "",
			},
		},
		["ChannelBar"] = {
			["name"] = "nUI_Unit_focus_ChannelBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 10.75,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 77.5,
		},
		["elite_icon"] = "no",
		["LatencyBar"] = {
			["name"] = "nUI_Unit_focus_LatencyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Latency",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["CastingBars"] = {
			["visible"] = "yes",
			["total"] = "none",
			["name"] = "min",
			["values"] = "none",
			["percent"] = "max",
			["latency"] = "no",
		},
		["EnergyBar"] = {
			["name"] = "nUI_Unit_focus_EnergyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 12,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 66.5,
		},
		["show_class"] = "yes",
		["orientation"] = "left",
		["class_colors"] = "yes",
		["Origin"] = {
			["anchor"] = "BOTTOMRIGHT",
			["xOfs"] = -930,
			["yOfs"] = 1425,
		},
		["unit_id"] = "focus",
	},
	["target"] = {
		["Portrait"] = {
			["visible"] = "anim",
			["style"] = "square",
		},
		["show_border"] = "yes",
		["show_detail"] = "yes",
		["RageBar"] = {
			["name"] = "nUI_Unit_target_RageBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["show_reaction"] = "yes",
		["CastBar"] = {
			["name"] = "nUI_Unit_target_CastBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["FocusBar"] = {
			["name"] = "nUI_Unit_target_FocusBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Focus",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["is_visible"] = "yes",
		["Size"] = {
			["height"] = 150,
			["compact"] = "no",
			["two_line"] = "no",
			["width"] = 515,
		},
		["ManaBar"] = {
			["name"] = "nUI_Unit_target_ManaBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.5,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.75,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Mana",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["HealthBar"] = {
			["name"] = "nUI_Unit_target_HealthBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Health",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["StatusBars"] = {
			["visible"] = "no",
			["direction"] = "right",
			["animate"] = "no",
			["power"] = "normal",
			["total"] = "center",
			["values"] = "center",
			["percent"] = "none",
			["name"] = "none",
		},
		["BuffInfo"] = {
			["Debuffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "debuff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
			["Buffs"] = {
				["timers"] = "yes",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 160,
				["xOfs"] = 425,
				["gap"] = 2,
				["flash"] = 10,
				["rows"] = 5,
				["type"] = "adapt-",
				["location"] = "detatched",
				["width"] = 450,
				["anim"] = "no",
				["anchor"] = "BOTTOMLEFT",
			},
		},
		["ChannelBar"] = {
			["name"] = "nUI_Unit_target_ChannelBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["elite_icon"] = "yes",
		["LatencyBar"] = {
			["name"] = "nUI_Unit_target_LatencyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Latency",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["CastingBars"] = {
			["visible"] = "no",
			["total"] = "none",
			["name"] = "min",
			["values"] = "none",
			["percent"] = "max",
			["latency"] = "no",
		},
		["EnergyBar"] = {
			["name"] = "nUI_Unit_target_EnergyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["show_class"] = "yes",
		["orientation"] = "right",
		["class_colors"] = "yes",
		["Origin"] = {
			["anchor"] = "BOTTOMLEFT",
			["xOfs"] = 168,
			["yOfs"] = 155,
		},
		["unit_id"] = "target",
	},
	["focuspet"] = {
		["Portrait"] = {
			["visible"] = "no",
			["style"] = "square",
		},
		["show_border"] = "no",
		["show_detail"] = "yes",
		["RageBar"] = {
			["name"] = "nUI_Unit_focuspet_RageBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 6,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "no",
				["show_name"] = "none",
				["percent"] = "center",
				["cur_value"] = "no",
			},
			["width"] = 44.375,
		},
		["show_reaction"] = "no",
		["CastBar"] = {
			["name"] = "nUI_Unit_focuspet_CastBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["FocusBar"] = {
			["name"] = "nUI_Unit_focuspet_FocusBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 6,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Focus",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "no",
				["show_name"] = "none",
				["percent"] = "center",
				["cur_value"] = "no",
			},
			["width"] = 44.375,
		},
		["is_visible"] = "yes",
		["Size"] = {
			["height"] = 89.71428571428572,
			["compact"] = "no",
			["two_line"] = "yes",
			["width"] = 175,
		},
		["ManaBar"] = {
			["name"] = "nUI_Unit_focuspet_ManaBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.5,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.75,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 6,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Mana",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "no",
				["show_name"] = "none",
				["percent"] = "center",
				["cur_value"] = "no",
			},
			["width"] = 44.375,
		},
		["HealthBar"] = {
			["name"] = "nUI_Unit_focuspet_HealthBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 7,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Health",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "no",
				["show_name"] = "none",
				["percent"] = "center",
				["cur_value"] = "no",
			},
			["width"] = 44.375,
		},
		["StatusBars"] = {
			["visible"] = "yes",
			["direction"] = "right",
			["animate"] = "no",
			["power"] = "normal",
			["total"] = "no",
			["values"] = "no",
			["percent"] = "center",
			["name"] = "none",
		},
		["BuffInfo"] = {
			["Debuffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "debuff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
			["Buffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "buff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
		},
		["ChannelBar"] = {
			["name"] = "nUI_Unit_focuspet_ChannelBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["elite_icon"] = "no",
		["LatencyBar"] = {
			["name"] = "nUI_Unit_focuspet_LatencyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Latency",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["CastingBars"] = {
			["visible"] = "no",
			["total"] = "none",
			["name"] = "min",
			["values"] = "none",
			["percent"] = "max",
			["latency"] = "no",
		},
		["EnergyBar"] = {
			["name"] = "nUI_Unit_focuspet_EnergyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 6,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "no",
				["show_name"] = "none",
				["percent"] = "center",
				["cur_value"] = "no",
			},
			["width"] = 44.375,
		},
		["show_class"] = "no",
		["orientation"] = "left",
		["class_colors"] = "yes",
		["Origin"] = {
			["anchor"] = "BOTTOMLEFT",
			["xOfs"] = -936,
			["yOfs"] = 1455.285714285714,
		},
		["unit_id"] = "focuspet",
	},
	["targettarget"] = {
		["Portrait"] = {
			["visible"] = "anim",
			["style"] = "square",
		},
		["show_border"] = "no",
		["show_detail"] = "yes",
		["RageBar"] = {
			["name"] = "nUI_Unit_targettarget_RageBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["show_reaction"] = "yes",
		["CastBar"] = {
			["name"] = "nUI_Unit_targettarget_CastBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["FocusBar"] = {
			["name"] = "nUI_Unit_targettarget_FocusBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Focus",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["is_visible"] = "yes",
		["Size"] = {
			["height"] = 100,
			["compact"] = "no",
			["two_line"] = "no",
			["width"] = 330,
		},
		["ManaBar"] = {
			["name"] = "nUI_Unit_targettarget_ManaBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.5,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.75,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Mana",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["HealthBar"] = {
			["name"] = "nUI_Unit_targettarget_HealthBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Health",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["StatusBars"] = {
			["visible"] = "no",
			["direction"] = "right",
			["animate"] = "no",
			["power"] = "normal",
			["total"] = "center",
			["values"] = "center",
			["percent"] = "none",
			["name"] = "none",
		},
		["BuffInfo"] = {
			["Debuffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "debuff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
			["Buffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 160,
				["xOfs"] = 880,
				["gap"] = 2,
				["flash"] = 10,
				["rows"] = 5,
				["type"] = "buff",
				["location"] = "detatched",
				["width"] = 300,
				["anim"] = "no",
				["anchor"] = "BOTTOMLEFT",
			},
		},
		["ChannelBar"] = {
			["name"] = "nUI_Unit_targettarget_ChannelBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["elite_icon"] = "no",
		["LatencyBar"] = {
			["name"] = "nUI_Unit_targettarget_LatencyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Latency",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["CastingBars"] = {
			["visible"] = "no",
			["total"] = "none",
			["name"] = "min",
			["values"] = "none",
			["percent"] = "max",
			["latency"] = "no",
		},
		["EnergyBar"] = {
			["name"] = "nUI_Unit_targettarget_EnergyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "left",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["show_class"] = "yes",
		["orientation"] = "right",
		["class_colors"] = "yes",
		["Origin"] = {
			["anchor"] = "BOTTOMLEFT",
			["xOfs"] = 168,
			["yOfs"] = 155,
		},
		["unit_id"] = "targettarget",
	},
	["pet"] = {
		["Portrait"] = {
			["visible"] = "anim",
			["style"] = "square",
		},
		["show_border"] = "no",
		["show_detail"] = "yes",
		["RageBar"] = {
			["name"] = "nUI_Unit_pet_RageBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["show_reaction"] = "no",
		["CastBar"] = {
			["name"] = "nUI_Unit_pet_CastBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["FocusBar"] = {
			["name"] = "nUI_Unit_pet_FocusBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.25,
					["r"] = 0.5,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Focus",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["is_visible"] = "yes",
		["Size"] = {
			["height"] = 100,
			["compact"] = "no",
			["two_line"] = "no",
			["width"] = 330,
		},
		["ManaBar"] = {
			["name"] = "nUI_Unit_pet_ManaBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.5,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.75,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Mana",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["HealthBar"] = {
			["name"] = "nUI_Unit_pet_HealthBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0.5,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0.5,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.5,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Health",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["StatusBars"] = {
			["visible"] = "no",
			["direction"] = "right",
			["animate"] = "no",
			["power"] = "normal",
			["total"] = "center",
			["values"] = "center",
			["percent"] = "none",
			["name"] = "none",
		},
		["BuffInfo"] = {
			["Debuffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 0,
				["xOfs"] = 0,
				["gap"] = 2,
				["flash"] = 0,
				["rows"] = 5,
				["type"] = "debuff",
				["location"] = "hidden",
				["anim"] = "no",
				["anchor"] = "",
			},
			["Buffs"] = {
				["timers"] = "no",
				["highlight"] = "no",
				["flash_rate"] = 1.5,
				["yOfs"] = 160,
				["xOfs"] = -880,
				["gap"] = 2,
				["flash"] = 10,
				["rows"] = 5,
				["type"] = "buff",
				["location"] = "detatched",
				["width"] = 300,
				["anim"] = "no",
				["anchor"] = "BOTTOMRIGHT",
			},
		},
		["ChannelBar"] = {
			["name"] = "nUI_Unit_pet_ChannelBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["elite_icon"] = "no",
		["LatencyBar"] = {
			["name"] = "nUI_Unit_pet_LatencyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Latency",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 0,
		},
		["CastingBars"] = {
			["visible"] = "no",
			["total"] = "none",
			["name"] = "min",
			["values"] = "none",
			["percent"] = "max",
			["latency"] = "no",
		},
		["EnergyBar"] = {
			["name"] = "nUI_Unit_pet_EnergyBar",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 0,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "center",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "center",
			},
			["width"] = 0,
		},
		["show_class"] = "yes",
		["orientation"] = "left",
		["class_colors"] = "yes",
		["Origin"] = {
			["anchor"] = "BOTTOMRIGHT",
			["xOfs"] = -168,
			["yOfs"] = 155,
		},
		["unit_id"] = "pet",
	},
}
nUI_ButtonBagCfg = {
	["Logging"] = {
		["LibFuBarPlugin-3.0_Addon Preferences_FrameMinimapButton"] = "moved previously known button",
		["LibRockConfig-1.0_MinimapButton"] = "moved previously known button",
		["MiniMapRecordingButton"] = "skipped forced ignore button",
		["MiniMapCompassRing"] = "skipped forced ignore button",
		["nUI_Dashboard_LocBackdrop"] = "skipped forced ignore button",
		["MiniMapPing"] = "skipped forced ignore button",
		["MiniMapBattlefieldFrame"] = "skipped forced ignore button",
		["MiniMapVoiceChatFrame"] = "skipped forced ignore button",
		["MinimapZoomIn"] = "skipped forced ignore button",
		["MiniMapMailFrame"] = "skipped forced ignore button",
		["GameTimeFrame"] = "moved forced include button",
		["MiniMapWorldMapButton"] = "skipped forced ignore button",
		["nUI_PlayerCoords"] = "skipped forced ignore button",
		["MiniMapTracking"] = "skipped forced ignore button",
		["MinimapBackdrop"] = "skipped forced ignore button",
		["MiniMapMeetingStoneFrame"] = "skipped forced ignore button",
		["MinimapZoomOut"] = "skipped forced ignore button",
	},
	["Excludes"] = {
	},
	["Includes"] = {
	},
	["Buttons"] = {
		["LibFuBarPlugin-3.0_Addon Preferences_FrameMinimapButton"] = {
			["row"] = 1,
			["col"] = 3,
		},
		["LibRockConfig-1.0_MinimapButton"] = {
			["row"] = 1,
			["col"] = 1,
		},
		["LibFuBarPlugin-Mod-3.0_Omen_FrameMinimapButton"] = {
			["row"] = 2,
			["col"] = 1,
		},
		["FuBarPluginBartender3FrameMinimapButton"] = {
			["row"] = 2,
			["col"] = 1,
		},
		["GameTimeFrame"] = {
			["row"] = 2,
			["col"] = 2,
		},
		["FuBarPluginBig WigsFrameMinimapButton"] = {
			["row"] = 2,
			["col"] = 2,
		},
		["FuBarPluginPratFrameMinimapButton"] = {
			["row"] = 2,
			["col"] = 3,
		},
		["FuBarPluginAtlasLoot EnhancedFrameMinimapButton"] = {
			["row"] = 1,
			["col"] = 2,
		},
		["FuBarPluginoRA2FrameMinimapButton"] = {
			["row"] = 3,
			["col"] = 1,
		},
		["Enchantrix"] = {
			["row"] = 1,
			["col"] = 2,
		},
		["FuBarPluginVenantesFrameMinimapButton"] = {
			["row"] = 4,
			["col"] = 1,
		},
		["FuBarPluginBulkMailFrameMinimapButton"] = {
			["row"] = 3,
			["col"] = 2,
		},
		["FuBarPluginBagginsFrameMinimapButton"] = {
			["row"] = 3,
			["col"] = 3,
		},
	},
}
nUI_Movers = {
	["QuestTimerFrame"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_Console",
				["yOfs"] = -5,
				["xOfs"] = 0,
				["relative_pt"] = "BOTTOM",
				["anchor"] = "TOP",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["nUI_MicroMenu"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_Console",
				["yOfs"] = -0.75,
				["xOfs"] = 0,
				["relative_pt"] = "TOP",
				["anchor"] = "TOP",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["nUI_MultiBarRight"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_Dashboard",
				["yOfs"] = -41.25,
				["xOfs"] = 63,
				["relative_pt"] = "CENTER",
				["anchor"] = "TOPLEFT",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["nUI_MultiBarLeft"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_Dashboard",
				["yOfs"] = -41.25,
				["xOfs"] = -63,
				["relative_pt"] = "CENTER",
				["anchor"] = "TOPRIGHT",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["DurabilityFrame"] = {
		["Point"] = {
			{
				["relative_to"] = "QuestTimerFrame",
				["yOfs"] = -5,
				["xOfs"] = 0,
				["relative_pt"] = "BOTTOM",
				["anchor"] = "TOP",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["nUI_BonusBar2"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_Dashboard",
				["yOfs"] = -41.25,
				["xOfs"] = 255.75,
				["relative_pt"] = "CENTER",
				["anchor"] = "TOPRIGHT",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["BattlefieldMinimap"] = {
		["Point"] = {
			{
				["relative_to"] = "BattlefieldMinimapTab",
				["yOfs"] = -5,
				["xOfs"] = 0,
				["relative_pt"] = "BOTTOMLEFT",
				["anchor"] = "TOPLEFT",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["MinimapCluster"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_Dashboard",
				["yOfs"] = 77,
				["xOfs"] = -9.000000953674316,
				["relative_pt"] = "BOTTOM",
				["anchor"] = "CENTER",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["WorldStateAlwaysUpFrame"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_CaptureBarMover",
				["yOfs"] = -10,
				["xOfs"] = 0,
				["relative_pt"] = "BOTTOMLEFT",
				["anchor"] = "TOPLEFT",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["nUI_PetBar"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_Dashboard",
				["yOfs"] = 70.125,
				["xOfs"] = 0,
				["relative_pt"] = "CENTER",
				["anchor"] = "BOTTOM",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["nUI_MultiBarBottomLeft"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_Dashboard",
				["yOfs"] = 20.625,
				["xOfs"] = -63,
				["relative_pt"] = "CENTER",
				["anchor"] = "BOTTOMRIGHT",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["GameTooltip"] = {
		["Point"] = {
			{
				["anchor"] = "CENTER",
				["xOfs"] = -1.041176438331604,
				["relative_pt"] = "CENTER",
				["yOfs"] = -263.9166259765625,
			}, -- [1]
		},
		["user_placed"] = true,
	},
	["QuestWatchFrame"] = {
		["Point"] = {
			{
				["relative_to"] = "UIParent",
				["yOfs"] = 96,
				["xOfs"] = -5,
				["relative_pt"] = "RIGHT",
				["anchor"] = "RIGHT",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["Recount_MainWindow"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_InfoFrame_Stats",
				["yOfs"] = 10.99999904632568,
				["xOfs"] = 0,
				["relative_pt"] = "TOPLEFT",
				["anchor"] = "TOPLEFT",
			}, -- [1]
			{
				["relative_to"] = "UIParent",
				["yOfs"] = -556.2066040039063,
				["xOfs"] = 592.1226196289063,
				["relative_pt"] = "CENTER",
				["anchor"] = "CENTER",
			}, -- [2]
			{
				["relative_to"] = "nUI_InfoFrame_Stats",
				["yOfs"] = 0,
				["xOfs"] = -5,
				["relative_pt"] = "BOTTOMRIGHT",
				["anchor"] = "BOTTOMRIGHT",
			}, -- [3]
		},
		["user_placed"] = false,
	},
	["nUI_BonusBar1"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_Dashboard",
				["yOfs"] = -41.25,
				["xOfs"] = -255.75,
				["relative_pt"] = "CENTER",
				["anchor"] = "TOPLEFT",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["nUI_BagBar"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_Dashboard",
				["yOfs"] = 20.625,
				["xOfs"] = 475.875,
				["relative_pt"] = "CENTER",
				["anchor"] = "BOTTOMRIGHT",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["nUI_CaptureBarMover"] = {
		["Point"] = {
			{
				["relative_to"] = "UIParent",
				["yOfs"] = -20,
				["xOfs"] = -10,
				["relative_pt"] = "TOPRIGHT",
				["anchor"] = "TOPRIGHT",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["nUI_MultiBarBottomRight"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_Dashboard",
				["yOfs"] = 20.625,
				["xOfs"] = 63,
				["relative_pt"] = "CENTER",
				["anchor"] = "BOTTOMLEFT",
			}, -- [1]
		},
		["user_placed"] = false,
	},
	["nUI_ActionBar"] = {
		["Point"] = {
			{
				["relative_to"] = "nUI_Dashboard",
				["yOfs"] = 45.75000381469727,
				["xOfs"] = 0,
				["relative_pt"] = "CENTER",
				["anchor"] = "BOTTOM",
			}, -- [1]
		},
		["user_placed"] = false,
	},
}
nUI_PetBarLayout = {
	["btn_size"] = 39,
	["anchor"] = "BOTTOM",
	["xOfs"] = 0,
	["gap"] = 1,
	["yOfs"] = 187,
}
nUI_ActionBarLayout = {
	["btn_size"] = 55,
	["anchor"] = "BOTTOM",
	["xOfs"] = 0,
	["gap"] = 1,
	["yOfs"] = 122,
}
nUI_MicroMenuLayout = {
	["btn_size"] = 55,
	["anchor"] = "TOP",
	["xOfs"] = 0,
	["gap"] = -2,
	["yOfs"] = -2,
}
nUI_HUDConfig = {
	["BarLayouts"] = {
		["PlayerCasting"] = {
			["name"] = "nUI_HUD_PlayerCasting",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 0.35,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 11.25,
			["Values"] = {
				["min"] = 0,
				["cur"] = 1.051999999996042,
				["offset"] = 0,
				["max"] = 1.069999999999709,
			},
			["Options"] = {
				["bar_name"] = "Zuverlässiger Schuss",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 112.5,
		},
		["TargetCasting"] = {
			["name"] = "nUI_HUD_TargetCasting",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 0.5,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 11.25,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 140.625,
		},
		["TargetChanneling"] = {
			["name"] = "nUI_HUD_TargetChannel",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 0.5,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 11.25,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 140.625,
		},
		["PlayerChanneling"] = {
			["name"] = "nUI_HUD_PlayerChannel",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 0.35,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 11.25,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 112.5,
		},
		["PetChanneling"] = {
			["name"] = "nUI_HUD_PetChannel",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.25,
					["g"] = 0.75,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 0.35,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 6.5625,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 112.5,
		},
		["PetCasting"] = {
			["name"] = "nUI_HUD_PetCasting",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0,
					["g"] = 0.75,
					["r"] = 0.75,
				},
				["bg"] = {
					["a"] = 0.35,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 5.625,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0,
				["offset"] = 0,
				["max"] = 100,
			},
			["Options"] = {
				["bar_name"] = "Casting",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["width"] = 112.5,
		},
		["PlayerLatency"] = {
			["name"] = "nUI_HUD_PlayerLatency",
			["Colors"] = {
				["min"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["mid"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["animation"] = "",
				["max"] = {
					["a"] = 1,
					["b"] = 0.98,
					["g"] = 0,
					["r"] = 0,
				},
				["bg"] = {
					["a"] = 0.35,
					["b"] = 0,
					["g"] = 0,
					["r"] = 0,
				},
				["overlay"] = "Interface\\AddOns\\nUI\\Bars\\Art\\nUI_BarOverlay1.blp",
			},
			["height"] = 1.5,
			["Values"] = {
				["min"] = 0,
				["cur"] = 0.9989999999961583,
				["offset"] = 0,
				["max"] = 1.031000000002678,
			},
			["Options"] = {
				["bar_name"] = "Zuverlässiger Schuss",
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "none",
				["percent"] = "none",
				["cur_value"] = "none",
			},
			["width"] = 112.5,
		},
	},
	["Origin"] = {
		["anchor"] = "CENTER",
		["xOfs"] = 0,
		["yOfs"] = 700,
	},
	["scale"] = 1.5,
	["Alpha"] = {
		["target"] = 0.6,
		["combat"] = 0.9,
		["rest"] = 0,
		["regen"] = 0.35,
	},
	["show_npc"] = "no",
	["Colors"] = {
		["Rage"] = {
			["min"] = {
				["b"] = 0,
				["g"] = 0,
				["r"] = 1,
			},
			["mid"] = {
				["b"] = 0,
				["g"] = 0,
				["r"] = 1,
			},
			["max"] = {
				["b"] = 0,
				["g"] = 0,
				["r"] = 1,
			},
		},
		["Mana"] = {
			["min"] = {
				["b"] = 0.25,
				["g"] = 0,
				["r"] = 0.75,
			},
			["mid"] = {
				["b"] = 0.6,
				["g"] = 0,
				["r"] = 0,
			},
			["max"] = {
				["b"] = 1,
				["g"] = 0,
				["r"] = 0,
			},
		},
		["Range"] = {
			["med"] = {
				["b"] = 0.25,
				["g"] = 1,
				["r"] = 0.25,
			},
			["oor"] = {
				["b"] = 1,
				["g"] = 1,
				["r"] = 1,
			},
			["melee"] = {
				["b"] = 0.25,
				["g"] = 0.25,
				["r"] = 1,
			},
			["short"] = {
				["b"] = 0.25,
				["g"] = 1,
				["r"] = 1,
			},
			["long"] = {
				["b"] = 1,
				["g"] = 1,
				["r"] = 0.25,
			},
		},
		["Channeling"] = {
			["min"] = {
				["b"] = 0.5,
				["g"] = 0.5,
				["r"] = 0,
			},
			["mid"] = {
				["b"] = 0.5,
				["g"] = 0.5,
				["r"] = 0,
			},
			["max"] = {
				["b"] = 0.5,
				["g"] = 0.5,
				["r"] = 0,
			},
		},
		["Health"] = {
			["min"] = {
				["b"] = 0,
				["g"] = 0,
				["r"] = 1,
			},
			["mid"] = {
				["b"] = 0,
				["g"] = 0.5,
				["r"] = 0.5,
			},
			["max"] = {
				["b"] = 0,
				["g"] = 0.5,
				["r"] = 0.5,
			},
		},
		["Focus"] = {
			["min"] = {
				["b"] = 0,
				["g"] = 0.4,
				["r"] = 1,
			},
			["mid"] = {
				["b"] = 0,
				["g"] = 0.4,
				["r"] = 1,
			},
			["max"] = {
				["b"] = 0,
				["g"] = 0.4,
				["r"] = 1,
			},
		},
		["Casting"] = {
			["min"] = {
				["b"] = 0,
				["g"] = 0.5,
				["r"] = 0.5,
			},
			["mid"] = {
				["b"] = 0,
				["g"] = 0.5,
				["r"] = 0.5,
			},
			["max"] = {
				["b"] = 0,
				["g"] = 0.5,
				["r"] = 0.5,
			},
		},
		["Energy"] = {
			["min"] = {
				["b"] = 0,
				["g"] = 1,
				["r"] = 1,
			},
			["mid"] = {
				["b"] = 0,
				["g"] = 1,
				["r"] = 1,
			},
			["max"] = {
				["b"] = 0,
				["g"] = 1,
				["r"] = 1,
			},
		},
		["Latency"] = {
			["min"] = {
				["b"] = 1,
				["g"] = 0.25,
				["r"] = 0.25,
			},
			["mid"] = {
				["b"] = 1,
				["g"] = 0.25,
				["r"] = 0.25,
			},
			["max"] = {
				["b"] = 1,
				["g"] = 0.25,
				["r"] = 0.25,
			},
		},
	},
	["spacing"] = 275,
	["Buffs"] = {
		["Casts"] = {
			["visible"] = "yes",
			["timers"] = "yes",
			["highlight"] = "no",
			["flash_rate"] = 1.5,
			["Origin"] = {
				["anchor"] = "CENTER",
				["xOfs"] = 0,
				["yOfs"] = -295,
			},
			["Shape"] = {
				["orient"] = "TOPLEFT",
				["grow"] = "horizontal",
				["rows"] = 1,
				["gap"] = 1,
				["size"] = 70,
			},
			["anim"] = "yes",
			["flash"] = 10,
		},
		["Target"] = {
			["visible"] = "yes",
			["timers"] = "yes",
			["highlight"] = "yes",
			["flash_rate"] = 1.5,
			["Origin"] = {
				["anchor"] = "TOPLEFT",
				["xOfs"] = 62,
				["yOfs"] = 130,
			},
			["Shape"] = {
				["orient"] = "TOPLEFT",
				["grow"] = "vertical",
				["rows"] = 14,
				["gap"] = 1,
				["size"] = 40,
			},
			["anim"] = "yes",
			["flash"] = 10,
		},
		["ToT"] = {
			["visible"] = "no",
			["timers"] = "no",
			["highlight"] = "yes",
			["flash_rate"] = 1.5,
			["Origin"] = {
				["anchor"] = "TOPLEFT",
				["xOfs"] = 62,
				["yOfs"] = -40,
			},
			["Shape"] = {
				["orient"] = "TOPLEFT",
				["grow"] = "vertical",
				["rows"] = 14,
				["gap"] = 1,
				["size"] = 26,
			},
			["anim"] = "yes",
			["flash"] = 0,
		},
		["Pet"] = {
			["visible"] = "no",
			["timers"] = "no",
			["highlight"] = "yes",
			["flash_rate"] = 1.5,
			["Origin"] = {
				["anchor"] = "TOPRIGHT",
				["xOfs"] = -62,
				["yOfs"] = -40,
			},
			["Shape"] = {
				["orient"] = "TOPRIGHT",
				["grow"] = "vertical",
				["rows"] = 14,
				["gap"] = 1,
				["size"] = 26,
			},
			["anim"] = "yes",
			["flash"] = 0,
		},
		["Player"] = {
			["visible"] = "no",
			["timers"] = "yes",
			["highlight"] = "yes",
			["flash_rate"] = 1.5,
			["Origin"] = {
				["anchor"] = "TOPRIGHT",
				["xOfs"] = -62,
				["yOfs"] = 130,
			},
			["Shape"] = {
				["orient"] = "TOPRIGHT",
				["grow"] = "vertical",
				["rows"] = 14,
				["gap"] = 1,
				["size"] = 40,
			},
			["anim"] = "yes",
			["flash"] = 10,
		},
	},
	["Bars"] = {
		["Threat2"] = {
			["visible"] = "yes",
			["xOfs"] = 0,
			["yOfs"] = -180,
			["width"] = 150,
		},
		["Player"] = {
			["Colors"] = {
				["Casting"] = {
					["min"] = {
					},
					["mid"] = {
					},
					["bg"] = {
						["a"] = 0.35,
						["b"] = 0,
						["g"] = 0,
						["r"] = 0,
					},
					["max"] = {
					},
				},
				["Channeling"] = {
					["min"] = {
					},
					["mid"] = {
					},
					["bg"] = {
						["a"] = 0.35,
						["b"] = 0,
						["g"] = 0,
						["r"] = 0,
					},
					["max"] = {
					},
				},
				["Latency"] = {
					["min"] = {
					},
					["mid"] = {
					},
					["bg"] = {
						["a"] = 0.35,
						["b"] = 0,
						["g"] = 0,
						["r"] = 0,
					},
					["max"] = {
					},
				},
			},
			["Casting"] = {
				["visible"] = "yes",
				["height"] = 30,
				["yOfs"] = -215,
				["anchor"] = "TOP",
				["xOfs"] = 0,
				["pet"] = "yes",
				["width"] = 300,
			},
			["Options"] = {
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["Latency"] = {
				["visible"] = "yes",
				["height"] = 4,
			},
		},
		["GCD"] = {
			["Color"] = {
				["a"] = 0.3,
				["b"] = 1,
				["g"] = 1,
				["r"] = 1,
			},
			["shown"] = "yes",
			["yOfs"] = -245,
			["anchor"] = "BOTTOM",
			["xOfs"] = 0,
			["latency"] = "no",
			["size"] = 24,
		},
		["Target"] = {
			["Casting"] = {
				["visible"] = "yes",
				["height"] = 30,
				["anchor"] = "BOTTOM",
				["xOfs"] = 0,
				["yOfs"] = 275,
				["width"] = 375,
			},
			["Options"] = {
				["grow"] = "right",
				["min_value"] = "none",
				["max_value"] = "none",
				["show_name"] = "min",
				["percent"] = "max",
				["cur_value"] = "none",
			},
			["Colors"] = {
				["Channeling"] = {
					["min"] = {
					},
					["mid"] = {
					},
					["bg"] = {
						["a"] = 0.5,
						["b"] = 0,
						["g"] = 0,
						["r"] = 0,
					},
					["max"] = {
					},
				},
				["Casting"] = {
					["min"] = {
					},
					["mid"] = {
					},
					["bg"] = {
						["a"] = 0.5,
						["b"] = 0,
						["g"] = 0,
						["r"] = 0,
					},
					["max"] = {
					},
				},
			},
		},
		["KTM"] = {
			["visible"] = "no",
			["xOfs"] = 0,
			["yOfs"] = -180,
			["width"] = 150,
		},
		["Cooldown"] = {
			["shown"] = "yes",
			["yOfs"] = -365,
			["anchor"] = "CENTER",
			["xOfs"] = 0,
			["gap"] = 4,
			["size"] = 35,
		},
	},
	["show_borders"] = "yes",
	["Labels"] = {
		["Player"] = {
			["PctHealth"] = {
				["shown"] = "yes",
				["yOfs"] = -127,
				["align"] = "LEFT",
				["xOfs"] = 50,
				["anchor"] = "TOPLEFT",
				["size"] = 16,
			},
			["CurHealth"] = {
				["shown"] = "yes",
				["yOfs"] = -127,
				["align"] = "RIGHT",
				["xOfs"] = -38,
				["anchor"] = "TOPRIGHT",
				["size"] = 14,
			},
			["MaxPower"] = {
				["shown"] = "yes",
				["yOfs"] = 138,
				["align"] = "RIGHT",
				["xOfs"] = -40,
				["anchor"] = "BOTTOMRIGHT",
				["size"] = 13,
			},
			["PctPower"] = {
				["shown"] = "yes",
				["yOfs"] = -145,
				["align"] = "LEFT",
				["xOfs"] = 58,
				["anchor"] = "TOPLEFT",
				["size"] = 13,
			},
			["MaxHealth"] = {
				["shown"] = "yes",
				["yOfs"] = 155,
				["align"] = "RIGHT",
				["xOfs"] = -30,
				["anchor"] = "BOTTOMRIGHT",
				["size"] = 14,
			},
			["CurPower"] = {
				["shown"] = "yes",
				["yOfs"] = -145,
				["align"] = "RIGHT",
				["xOfs"] = -25,
				["anchor"] = "TOPRIGHT",
				["size"] = 13,
			},
		},
		["Target"] = {
			["PctHealth"] = {
				["shown"] = "yes",
				["yOfs"] = -127,
				["align"] = "RIGHT",
				["xOfs"] = -50,
				["anchor"] = "TOPRIGHT",
				["size"] = 16,
			},
			["CurHealth"] = {
				["shown"] = "yes",
				["yOfs"] = -127,
				["align"] = "LEFT",
				["xOfs"] = 38,
				["anchor"] = "TOPLEFT",
				["size"] = 14,
			},
			["MaxPower"] = {
				["shown"] = "yes",
				["yOfs"] = 138,
				["align"] = "LEFT",
				["xOfs"] = 40,
				["anchor"] = "BOTTOMLEFT",
				["size"] = 13,
			},
			["PctPower"] = {
				["shown"] = "yes",
				["yOfs"] = -145,
				["align"] = "RIGHT",
				["xOfs"] = -58,
				["anchor"] = "TOPRIGHT",
				["size"] = 13,
			},
			["MaxHealth"] = {
				["shown"] = "yes",
				["yOfs"] = 155,
				["align"] = "LEFT",
				["xOfs"] = 30,
				["anchor"] = "BOTTOMLEFT",
				["size"] = 14,
			},
			["CurPower"] = {
				["shown"] = "yes",
				["yOfs"] = -145,
				["align"] = "LEFT",
				["xOfs"] = 25,
				["anchor"] = "TOPLEFT",
				["size"] = 13,
			},
		},
		["ToT"] = {
			["PctHealth"] = {
				["shown"] = "no",
				["yOfs"] = -172,
				["align"] = "RIGHT",
				["xOfs"] = -20,
				["anchor"] = "TOPRIGHT",
				["size"] = 11,
			},
			["CurHealth"] = {
				["shown"] = "no",
				["yOfs"] = -172,
				["align"] = "LEFT",
				["xOfs"] = -15,
				["anchor"] = "TOPLEFT",
				["size"] = 11,
			},
			["MaxPower"] = {
				["shown"] = "no",
				["yOfs"] = -18,
				["align"] = "LEFT",
				["xOfs"] = 55,
				["anchor"] = "TOPLEFT",
				["size"] = 11,
			},
			["PctPower"] = {
				["shown"] = "no",
				["yOfs"] = -188,
				["align"] = "RIGHT",
				["xOfs"] = -20,
				["anchor"] = "TOPRIGHT",
				["size"] = 11,
			},
			["MaxHealth"] = {
				["shown"] = "no",
				["yOfs"] = -5,
				["align"] = "LEFT",
				["xOfs"] = 60,
				["anchor"] = "TOPLEFT",
				["size"] = 11,
			},
			["CurPower"] = {
				["shown"] = "no",
				["yOfs"] = -188,
				["align"] = "LEFT",
				["xOfs"] = -15,
				["anchor"] = "TOPLEFT",
				["size"] = 11,
			},
		},
		["Range"] = {
			["shown"] = "yes",
			["yOfs"] = -415,
			["align"] = "CENTER",
			["xOfs"] = 0,
			["anchor"] = "TOP",
			["size"] = 20,
		},
		["Pet"] = {
			["PctHealth"] = {
				["shown"] = "yes",
				["yOfs"] = -172,
				["align"] = "LEFT",
				["xOfs"] = 20,
				["anchor"] = "TOPLEFT",
				["size"] = 11,
			},
			["CurHealth"] = {
				["shown"] = "yes",
				["yOfs"] = -172,
				["align"] = "RIGHT",
				["xOfs"] = 15,
				["anchor"] = "TOPRIGHT",
				["size"] = 11,
			},
			["MaxPower"] = {
				["shown"] = "yes",
				["yOfs"] = -18,
				["align"] = "RIGHT",
				["xOfs"] = -55,
				["anchor"] = "TOPRIGHT",
				["size"] = 11,
			},
			["PctPower"] = {
				["shown"] = "yes",
				["yOfs"] = -188,
				["align"] = "LEFT",
				["xOfs"] = 20,
				["anchor"] = "TOPLEFT",
				["size"] = 11,
			},
			["MaxHealth"] = {
				["shown"] = "yes",
				["yOfs"] = -5,
				["align"] = "RIGHT",
				["xOfs"] = -60,
				["anchor"] = "TOPRIGHT",
				["size"] = 11,
			},
			["CurPower"] = {
				["shown"] = "yes",
				["yOfs"] = -188,
				["align"] = "RIGHT",
				["xOfs"] = 15,
				["anchor"] = "TOPRIGHT",
				["size"] = 11,
			},
		},
	},
}
 
07-13-08, 08:00 PM   #87
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
nUI v1.03.00 (beta) is out --

* Tweaked unit status font size (AFK/Offline/etc.)
* Tweaked elite mob dragon icon a bit more to address overlap of raid frame
* Recoded unit frames to improve battleground performance
* Recoded pet bar, stance/shapeshift bar and possess bar to fix taint
* Added management of TimeManagerClockButton to minimap fix
 
07-13-08, 08:03 PM   #88
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Xastrax View Post
Ok with a little bit help from my Brother i have fond the flags and changed them. But nothing happend. the Target of Target Stuff is Still there.
Here is my nUI.lua from F:\World of Warcraft deDE\WTF\Account\##Account\SavedVariables
That may be an oversight on my part Xastrax -- I'll check on it for the next update.
 
07-13-08, 10:40 PM   #89
gothicknight
A Flamescale Wyrmkin
 
gothicknight's Avatar
AddOn Compiler - Click to view compilations
Join Date: May 2006
Posts: 131
Just wondering if there was any chance of adding a pet XP bar into the mix.

Also options to turn off ToToT. I would much prefer to just see target and ToT.

Great work on the UI. Definitly one of the best i have used. thank You
 
07-14-08, 08:14 AM   #90
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by gothicknight View Post
Just wondering if there was any chance of adding a pet XP bar into the mix.
I've considered it. I"m going to be making some layout changes based on some user feedback I've gotten and when I do, I'm hoping to find a way to shoehorn in a pet XP bar in a way that makes sense.

Also options to turn off ToToT. I would much prefer to just see target and ToT.
If you're dead set you don't want the ToToT displayed, you can edit your WTF\Account\{your account}\SavedVariables\nUI.lua and locate ["targettargettarget"] in the "nUI_UnitLayouts" section, locate the ["Origin"] subsection and change ["yOfs"] = "157", to ["yOfs"] = "-1000", that will move the unit offscreen where you won't see it.

Great work on the UI. Definitly one of the best i have used. thank You
And thank you. ~smile~
 
07-14-08, 10:46 AM   #91
Xastrax
A Deviate Faerie Dragon
Join Date: Jul 2008
Posts: 10
Hello,
Today i have a new Problem, in my Unitbar Appears a ne Frame whem i'm joining a Raid or battleground, it overlays the Portait from my Char :/

 
07-14-08, 11:10 AM   #92
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Xastrax View Post
Hello,
Today i have a new Problem, in my Unitbar Appears a ne Frame whem i'm joining a Raid or battleground, it overlays the Portait from my Char :/

This bug is in the list of known issues and appears to be present only on the European version of WoW. I have yet to have been able to track down what is causing it or why.

Another nUI user has said that toggling the "Show Party Frame when in Raid" option on or off (can't remember which) seems to fix it, but I cannot confirm that as I cannot reproduce the error.
 
07-14-08, 12:06 PM   #93
Seer
A Molten Giant
Join Date: Dec 2007
Posts: 649
Originally Posted by spiel2001 View Post
For the record, the Kara chess event action buttons should appear in your main action bar. If they don't because the possession bar tainted the code, sometimes pressing "Shift-2" and then "Shift-1" to swap action bars will fix it. Even if the icons on your action bar are wrong, the actions should still be right. If you know which buttons are supposed to be which, they should still work (move, attack, block, etc).
Hm, I was sure it replaced the pet bar, but my memory is as good as.. What are we talking about again ?

Originally Posted by spiel2001 View Post
I know this bug is a huge PITA for everyone and I truely am doing my best to get it fixed as quickly as I can.
And we appreciate it, best UI for WoW. Thanks for your time and effort, not to mention thanks for the great support. (Usually bug fixes takes months, you usually take 2 or 3 days)

Originally Posted by spiel2001 View Post
I think I'm going to have to redesign how I do the main unit frames. This is something that just keeps coming up again and again. Personally, the entire reason for not having health and mana bars on those frames was that it allowed me to stack deep targeting in a relatively small area as well as shift the focus for health and mana up off the bottom of the dashboard into the center of the view screen where the action is occurring. But I guess some people just cannot get past not having the health and mana bars in the same place as the portrait.
Well, that's why I would suggest using the name bar, as I was hoping it would not mean that you would have to redo the entire unit frame.

Originally Posted by spiel2001 View Post
I saw a mod that used vertical health and mana bars to the left and right of the unit portraits and liked the idea. I may borrow it. However, whatever course I take, my concern is that I'm adding yet another slew of calculated graphics elements which adds more burden to the game engine.

Kind of a damned if you do and damned if you don't thing.
Saw several of those, not sure if something like that fits the style of your UI. Another reason why I think the name part of the frame is better suited for the healt/mana bars.

And if the gui is configurable (and you say it is ) maybe make something like this optional, just like the hud can be toggled.

It's not a real big issue in the long run, I just keep looking at the unitframes as it somehow was easier to read the status then whatever hud I was using.

Thanks for your reply and time.
 
07-14-08, 12:09 PM   #94
Xastrax
A Deviate Faerie Dragon
Join Date: Jul 2008
Posts: 10
Jay !!!!
It worked I've hide the Blizz Grp in Raid and my prob was gone
 
07-15-08, 09:56 AM   #95
Delinias
A Defias Bandit
Join Date: Jul 2008
Posts: 2
First off let me say that I think this is an amazing UI. I love the look of it, and the placement of the key elements. I have attempted on many occcasions to create my own custom UI using the countless addons out there, and I have come to the determination that I have absolutely no aptitude for it. So when I found your UI I thought I had died and gone to heaven After downloading it, I found that on my screen the buttons and chat panel were a bit too small so I am going to review the thread posts to see if there is a way to change that ( not sure if its due to my screen size 17" or if I need to adjust the scale somehow), but I wanted to come here first and thank you for putting out this exceptional UI. Keep up the great work.
 
07-15-08, 10:22 AM   #96
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Delinias View Post
First off let me say that I think this is an amazing UI. I love the look of it, and the placement of the key elements. I have attempted on many occcasions to create my own custom UI using the countless addons out there, and I have come to the determination that I have absolutely no aptitude for it. So when I found your UI I thought I had died and gone to heaven After downloading it, I found that on my screen the buttons and chat panel were a bit too small so I am going to review the thread posts to see if there is a way to change that ( not sure if its due to my screen size 17" or if I need to adjust the scale somehow), but I wanted to come here first and thank you for putting out this exceptional UI. Keep up the great work.
Delinias --

Thanks for the kind word.

Unfortunately, there's no option for changing button sizes at this time short of editing your WTF\Account\{your account}\SavedVariables\nUI.lua configuration file. You can look at nUI_ActionBar.lua, nUI_PetBar.lua, and nUI_ButtonBar.lua in the Interface\AddOns\nUI\Bars directory to see what the layout options are.

As for the chat frame... you cannot resize it, either, however, you can change the font size using the slash command "/nui fontsize {n}" where {n} is a number > 0... the larger {n} is, the bigger the chat font. The default is 12 I believe.
 
07-15-08, 11:19 AM   #97
Delinias
A Defias Bandit
Join Date: Jul 2008
Posts: 2
Thanks for the quick reply Spiel...I'll check out the options you mentioned. Even if there is nothing I can do to change it I will happily use this UI. Thanks again for all your effort and outstanding work on this UI.
 
07-15-08, 10:52 PM   #98
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
nUI v1.04.00 (beta) is out --

* Updated to patch 2.4.3
* Fixed raid unit frames to ensure groups aligned with default Bliz raid groups
* Fixed visibility option in HUD labels
* Added raid group ID to player and target unit frames
* Added awareness of FuBar and Titan bars to "/nui yofs" and "/nui yofs2" commands
* Further optimized unit frames -- eliminated extra GUID check
* Reduced CPU load on unit casting bars (casting, channeling, latency, GCD)
* Optimized HUD unit management to reduce CPU load

http://www.wowinterface.com/download...fo.php?id=9108
 
07-16-08, 08:22 PM   #99
swords
A Murloc Raider
Join Date: Jul 2008
Posts: 5
Hi I have been using nUI for the past 4 days. It's great. I love it.

However, there's a few problems which i noticed:

1. the raid shown under the information panel does not match the Blizz raid. But i guess its fixed in the latest nUI release. I will try that out tonight

2. I had Omen2 installed and the integrated threatmeter in the HUD worked great. However, the Omen bars are not showing under the information panel, even when I had the panel set to display omen. What could be the problem?

3. for my player buffs display, when I had a buff on my weapon it doesnt show correctly. The icon is correctly but when i mouseover the icon, the tooltip is always showing the status of the buff beside it.

4. As my character is a shaman, I noticed the player buff will show the totems being cast but without any countdown timer on them. Any chance of adding that in?

Also 1 thing i noticed is that the health and mana display of my target in HUD are in percentage. Is it possible to configure it to display the actual health/mana numbers? The reason being so that i can cast a lesser spell just enough to kill the targeted mob and save mana :P

I love the UI and hope you can keep up the great work.

 
07-17-08, 03:01 AM   #100
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by swords View Post
Hi I have been using nUI for the past 4 days. It's great. I love it.
Thank you for the kind word.

1. the raid shown under the information panel does not match the Blizz raid. But i guess its fixed in the latest nUI release. I will try that out tonight
Yes... that problem has been fixed and heavily tested. It should be stable now.

2. I had Omen2 installed and the integrated threatmeter in the HUD worked great. However, the Omen bars are not showing under the information panel, even when I had the panel set to display omen. What could be the problem?
I presume you're talking about when you are out of combat... that is correct. The Omen and KLH threat meters do not display when you are out of combat. The only appear while you are in combat and only if you have the Omen or KTM info mode selected.

3. for my player buffs display, when I had a buff on my weapon it doesnt show correctly. The icon is correctly but when i mouseover the icon, the tooltip is always showing the status of the buff beside it.
This may be a bug... I'll look into it.

4. As my character is a shaman, I noticed the player buff will show the totems being cast but without any countdown timer on them. Any chance of adding that in?
Totem timers are already on the to-do list. Along those lines, I have never played a shaman... just have a level 5 one I tinker with when I have absolutely nothing else to do ~smile~ For those who are shaman players, what mod do you use to keep up with your totems and what are the key features that really matter to you?

Also 1 thing i noticed is that the health and mana display of my target in HUD are in percentage. Is it possible to configure it to display the actual health/mana numbers? The reason being so that i can cast a lesser spell just enough to kill the targeted mob and save mana :P
The percentage is displayed on the inside edge of the bars, but the current health and mana should appear just opposite of that on the outside of the bar. The max health and mana appear at the top-outside of the bar, as well. If you don't see all three values on your bars, please e-mail a screencap to [email protected] and let me see what you are looking at... but all three values should be there... percent at the bottom inside, current value at the bottom outside and max value at the top outside.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » nUI -- A full feature standalone UI replacement


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off