Global("Localization","rus")
----------------------------------------------------------------------------------------------------------
--         
----------------------------------------------------------------------------------------------------------
Global( "SortUL", {
   ["PRIEST"]       = 0,
   ["NECROMANCER"]  = 1,
   ["DRUID"]        = 2,
   ["MAGE"]         = 3,
   ["BARD"]         = 4,
   ["PALADIN"]      = 5,
   ["PSIONIC"]      = 7,
   ["STALKER"]      = 8,
   ["WARRIOR"]      = 9,
   ["ENGINEER"]     = 10,
   ["WARLOCK"]     = 6,
})
----------------------------------------------------------------------------------------------------------
--   - 
----------------------------------------------------------------------------------------------------------
Global( "MaxEn",24)
----------------------------------------------------------------------------------------------------------
--   -  
----------------------------------------------------------------------------------------------------------
Global( "MaxFr",24)
----------------------------------------------------------------------------------------------------------
Global("IndexDND",777)
----------------------------------------------------------------------------------------------------------
Global("BuffList",{
[""]                  ={ON=true, COLOR="tip_white"},
-- 
[" "]	   ={ON=true, COLOR="tip_white"},
[""]		   ={ON=true, COLOR="tip_white"},
["!"]		   ={ON=true, COLOR="tip_white"},
[" "]	   ={ON=true, COLOR="tip_white"},
[" "]	   ={ON=true, COLOR="tip_blue"},
[""]		   ={ON=true, COLOR="tip_blue"},
[""]		   ={ON=true, COLOR="tip_blue"},
[" "]	   ={ON=true, COLOR="tip_blue"},
[" "]	   ={ON=true, COLOR="tip_blue"},
[""]	   ={ON=true, COLOR="tip_blue"},
[" "]	   ={ON=true, COLOR="tip_blue"},
[""]		   ={ON=true, COLOR="tip_blue"},
[""]		   ={ON=true, COLOR="tip_blue"},
[""]		   ={ON=true, COLOR="tip_blue"},
[""]		   ={ON=true, COLOR="tip_blue"},
[""]		   ={ON=true, COLOR="tip_blue"},
[""]	   ={ON=true, COLOR="tip_blue"},
[""]		   ={ON=true, COLOR="tip_blue"},
[""]		   ={ON=true, COLOR="tip_blue"},
[" "]		   ={ON=true, COLOR="tip_blue"},
[" "] 	   ={ON=true, COLOR="tip_blue"},
[" "]  ={ON=true, COLOR="tip_blue"},
-- 
[" "]	   ={ON=true, COLOR="tip_blue"},
[" "]	   ={ON=true, COLOR="tip_blue"},
[" "]		   ={ON=true, COLOR="tip_blue"},
[""]		   ={ON=true, COLOR="tip_blue"},

[""]		   ={ON=true, COLOR="tip_blue"},
--
["  III"]	   ={ON=true, COLOR="tip_blue"},
["  III"]	   ={ON=true, COLOR="tip_blue"},
["  III"]	   ={ON=true, COLOR="tip_blue"},
["   III"]   ={ON=true, COLOR="tip_blue"},
["  III"]	   ={ON=true, COLOR="tip_blue"},
["  III"]	   ={ON=true, COLOR="tip_blue"},
[" III"]	   ={ON=true, COLOR="tip_blue"},
[" "]		   ={ON=true, COLOR="tip_blue"},
[""]		   ={ON=true, COLOR="tip_blue"},
["  III"] ={ON=true, COLOR="tip_blue"},
[""]          ={ON=true, COLOR="tip_blue"},
[" "]         ={ON=true, COLOR="tip_blue"},
[" "]    ={ON=true, COLOR="tip_blue"},
})
----------------------------------------------------------------------------------------------------------
function getLocalesUL() return {
rus = {
  HitMe = " ",
  HitGR = " ",
  HitEn = "",
  HitFr = " ",
  HitS = " ",
},
eng = {
  HitMe = "Hit me",
  HitGR = "Hit group",
  HitEn = "Enemy",
  HitFr = "Frands",
  HitS = "Hit ",
},
}
end
