Advertisement
Draaxx

Draaxx sArena lua file

Mar 3rd, 2023
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.06 KB | Gaming | 0 0
  1.  
  2. sArena3DB = {
  3.     ["profileKeys"] = {
  4.         ["Draax - Tichondrius"] = "Default",
  5.         ["Draaxx - Area 52"] = "Default",
  6.         ["Draxarys - Tichondrius"] = "DraaxxTV",
  7.         ["Freddx - Tichondrius"] = "Default",
  8.         ["Draaxx - Tichondrius"] = "DraaxxTV",
  9.         ["Darax - Tichondrius"] = "DraaxxTV",
  10.         ["Xxard - Area 52"] = "Default",
  11.     },
  12.     ["profiles"] = {
  13.         ["Default"] = {
  14.             ["layoutSettings"] = {
  15.                 ["Xaryu"] = {
  16.                     ["dr"] = {
  17.                         ["size"] = 39,
  18.                     },
  19.                     ["posY"] = 83,
  20.                     ["posX"] = 298,
  21.                     ["specIcon"] = {
  22.                         ["scale"] = 2.4,
  23.                         ["posY"] = 0,
  24.                         ["posX"] = -22.5,
  25.                     },
  26.                     ["castBar"] = {
  27.                         ["scale"] = 1.5,
  28.                     },
  29.                 },
  30.             },
  31.             ["currentLayout"] = "Xaryu",
  32.         },
  33.         ["DraaxxTV"] = {
  34.             ["layoutSettings"] = {
  35.                 ["Xaryu"] = {
  36.                     ["dr"] = {
  37.                         ["size"] = 39,
  38.                     },
  39.                     ["specIcon"] = {
  40.                         ["scale"] = 2.4,
  41.                         ["posY"] = 0,
  42.                         ["posX"] = -22.5,
  43.                     },
  44.                     ["castBar"] = {
  45.                         ["scale"] = 1.5,
  46.                     },
  47.                     ["posX"] = 298,
  48.                     ["posY"] = 83,
  49.                 },
  50.             },
  51.             ["currentLayout"] = "Xaryu",
  52.         },
  53.     },
  54. }
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement