Quantcast
--[[
##############################################################################
_____/\\\\\\\\\\\____/\\\________/\\\__/\\\________/\\\__/\\\\\\\\\\\_       #
 ___/\\\/////////\\\_\/\\\_______\/\\\_\/\\\_______\/\\\_\/////\\\///__      #
  __\//\\\______\///__\//\\\______/\\\__\/\\\_______\/\\\_____\/\\\_____     #
   ___\////\\\__________\//\\\____/\\\___\/\\\_______\/\\\_____\/\\\_____    #
    ______\////\\\________\//\\\__/\\\____\/\\\_______\/\\\_____\/\\\_____   #
     _________\////\\\______\//\\\/\\\_____\/\\\_______\/\\\_____\/\\\_____  #
      __/\\\______\//\\\______\//\\\\\______\//\\\______/\\\______\/\\\_____ #
       _\///\\\\\\\\\\\/________\//\\\________\///\\\\\\\\\/____/\\\\\\\\\\\_#
        ___\///////////___________\///___________\/////////_____\///////////_#
##############################################################################
S U P E R - V I L L A I N - U I   By: Munglunch                              #
##############################################################################
##########################################################
LOCALIZED LUA FUNCTIONS
##########################################################
]]--
local AddonName, AddonObject = ...

assert(LibSuperVillain, AddonName .. " requires LibSuperVillain")

local PLUGIN = LibSuperVillain:NewPlugin(AddonName, AddonObject)

local Schema = PLUGIN.Schema;
local SV = _G["SVUI"];

SV.configs[Schema] = {
	["enable"] = true,
	["fontSize"] = 12,
	["farming"] = {
		["buttonsize"] = 35,
		["buttonspacing"] = 3,
		["onlyactive"] = false,
		["droptools"] = true,
		["toolbardirection"] = "HORIZONTAL",
	},
	["fishing"] = {
		["autoequip"] = true,
	},
	["cooking"] = {
		["autoequip"] = true,
	},
}