--[[
	Addon: Taos Group Tools
	Author: TProg Taonnor
	Created by @Taonnor
]]--

--[[
	Default variables
]]--

TGT_DEFAULTS =
{
    -- Global settings
    ["Movable"]                  = true,
    ["IsGroupUltimateEnabled"]   = true,

    -- Group Ultimate settings
    ["OnlyAva"]                  = false,
    ["VisibleOffset"]            = 2,
    ["Sound"]                    = { 1, "No Sound" },
    ["Style"]                    = 3,
    -- Positioning
    ["PosX"]                     = 0,
    ["PosY"]                     = 0,
    ["SelectorPosX"]             = 0,
    ["SelectorPosY"]             = 0,
    -- Lane settings
    ["IsSortingActive"]          = false,
    ["Swimlanes"]                = 6,
    ["SwimlaneScaling"]          = 1.0,
    ["StaticUltimateID"]         =
    {
        ["Default"] = 29861,
    },
    ["SwimlaneUltimateGroupIds"] =
    {
        [1] = 29861,
        [2] = 27413,
        [3] = 86536,
        [4] = 86112,
        [5] = 46537,
        [6] = 46622,
    },
}