Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. ["Jaimex - Ravencrest"] = {
  2. ["castBarHeight"] = 35,
  3. ["tags"] = {
  4. ["maxhealth"] = {
  5. ["func"] = "function(unit)\nreturn not Gladius.test and UnitHealthMax(unit) or Gladius.testing[unit].maxHealth\nend",
  6. ["events"] = "UNIT_HEALTH UNIT_MAXHEALTH UNIT_NAME_UPDATE",
  7. },
  8. ["class:short"] = {
  9. ["preparation"] = true,
  10. ["func"] = "function(unit)\nreturn not Gladius.test and Gladius.L[LOCALIZED_CLASS_NAMES_MALE[Gladius.buttons[unit].class]..\":short\"] or Gladius.L[LOCALIZED_CLASS_NAMES_MALE[Gladius.testing[unit].unitClass]..\":short\"]\nend",
  11. ["events"] = "UNIT_NAME_UPDATE",
  12. },
  13. ["health:short"] = {
  14. ["func"] = "function(unit)\nlocal health = not Gladius.test and UnitHealth(unit) or Gladius.testing[unit].health\nif (health > 999) then\nreturn strformat(\"%.1fk\", (health / 1000))\nelse\nreturn health\nend\nend",
  15. ["events"] = "UNIT_HEALTH UNIT_MAXHEALTH UNIT_NAME_UPDATE",
  16. },
  17. ["class"] = {
  18. ["preparation"] = true,
  19. ["func"] = "function(unit)\nreturn not Gladius.test and LOCALIZED_CLASS_NAMES_MALE[Gladius.buttons[unit].class] or LOCALIZED_CLASS_NAMES_MALE[Gladius.testing[unit].unitClass]\nend",
  20. ["events"] = "UNIT_NAME_UPDATE",
  21. },
  22. ["power:short"] = {
  23. ["func"] = "function(unit)\nlocal power = not Gladius.test and UnitPower(unit) or Gladius.testing[unit].power\nif (power > 999) then\nreturn strformat(\"%.1fk\", (power / 1000))\nelse\nreturn power\nend\nend",
  24. ["events"] = "UNIT_POWER UNIT_DISPLAYPOWER UNIT_NAME_UPDATE",
  25. },
  26. ["race"] = {
  27. ["func"] = "function(unit)\nreturn not Gladius.test and UnitRace(unit) or Gladius.testing[unit].unitRace\nend",
  28. ["events"] = "UNIT_NAME_UPDATE",
  29. },
  30. ["maxpower:short"] = {
  31. ["func"] = "function(unit)\nlocal power = not Gladius.test and UnitPowerMax(unit) or Gladius.testing[unit].maxPower\nif (power > 999) then\nreturn strformat(\"%.1fk\", (power / 1000))\nelse\nreturn power\nend\nend",
  32. ["events"] = "UNIT_MAXPOWER UNIT_DISPLAYPOWER UNIT_NAME_UPDATE",
  33. },
  34. ["power"] = {
  35. ["func"] = "function(unit)\nreturn not Gladius.test and UnitPower(unit) or Gladius.testing[unit].power\nend",
  36. ["events"] = "UNIT_POWER UNIT_DISPLAYPOWER UNIT_NAME_UPDATE",
  37. },
  38. ["name:status"] = {
  39. ["func"] = "function(unit)\nreturn UnitIsDeadOrGhost(unit) and Gladius.L[\"DEAD\"] or (UnitName(unit) or unit)\nend",
  40. ["events"] = "UNIT_NAME_UPDATE UNIT_HEALTH",
  41. },
  42. ["spec"] = {
  43. ["preparation"] = true,
  44. ["func"] = "function(unit)\nreturn Gladius.test and Gladius.testing[unit].unitSpec or Gladius.buttons[unit].spec\nend",
  45. ["events"] = "UNIT_NAME_UPDATE GLADIUS_SPEC_UPDATE",
  46. },
  47. ["power:percentage"] = {
  48. ["func"] = "function(unit)\nlocal power = not Gladius.test and UnitPower(unit) or Gladius.testing[unit].power\nlocal maxPower = not Gladius.test and UnitPowerMax(unit) or Gladius.testing[unit].maxPower\nreturn strformat(\"%.1f%%\", (power / maxPower * 100))\nend",
  49. ["events"] = "UNIT_POWER UNIT_MAXPOWER UNIT_DISPLAYPOWER UNIT_NAME_UPDATE",
  50. },
  51. ["name"] = {
  52. ["func"] = "function(unit)\nreturn UnitName(unit) or unit\nend",
  53. ["events"] = "UNIT_NAME_UPDATE",
  54. },
  55. ["spec:short"] = {
  56. ["preparation"] = true,
  57. ["func"] = "function(unit)\nlocal spec = Gladius.test and Gladius.testing[unit].unitSpec or Gladius.buttons[unit].spec\nif (spec == nil or spec == \"\") then\nreturn \"\"\nend\nreturn Gladius.L[spec..\":short\"]\nend",
  58. ["events"] = "UNIT_NAME_UPDATE GLADIUS_SPEC_UPDATE",
  59. },
  60. ["health:percentage"] = {
  61. ["func"] = "function(unit)\nlocal health = not Gladius.test and UnitHealth(unit) or Gladius.testing[unit].health\nlocal maxHealth = not Gladius.test and UnitHealthMax(unit) or Gladius.testing[unit].maxHealth\nreturn strformat(\"%.1f%%\", (health / maxHealth * 100))\nend",
  62. ["events"] = "UNIT_HEALTH UNIT_MAXHEALTH UNIT_NAME_UPDATE",
  63. },
  64. ["maxpower"] = {
  65. ["func"] = "function(unit)\nreturn not Gladius.test and UnitPowerMax(unit) or Gladius.testing[unit].maxPower\nend",
  66. ["events"] = "UNIT_MAXPOWER UNIT_DISPLAYPOWER UNIT_NAME_UPDATE",
  67. },
  68. ["maxhealth:short"] = {
  69. ["func"] = "function(unit)\nlocal health = not Gladius.test and UnitHealthMax(unit) or Gladius.testing[unit].maxHealth\nif (health > 999) then\nreturn strformat(\"%.1fk\", (health / 1000))\nelse\nreturn health\nend\nend",
  70. ["events"] = "UNIT_HEALTH UNIT_MAXHEALTH UNIT_NAME_UPDATE",
  71. },
  72. ["health"] = {
  73. ["func"] = "function(unit)\nreturn not Gladius.test and UnitHealth(unit) or Gladius.testing[unit].health\nend",
  74. ["events"] = "UNIT_HEALTH UNIT_MAXHEALTH UNIT_NAME_UPDATE",
  75. },
  76. },
  77. ["tagsVersion"] = 4,
  78. ["castBarWidth"] = 290,
  79. ["locked"] = true,
  80. ["y"] = {
  81. ["arena1"] = 519.166790290434,
  82. },
  83. ["x"] = {
  84. ["arena1"] = 1024.26697350669,
  85. },
  86. ["castBarAdjustWidth"] = false,
  87. ["backgroundColor"] = {
  88. ["a"] = 0,
  89. },
  90. ["dispellOffsetX"] = 72,
  91. ["drTrackerOffsetY"] = 2,
  92. ["auraVersion"] = 1,
  93. ["castBarOffsetX"] = -89,
  94. },
  95. ["Jaimex - Aegwynn"] = {
  96. ["auraVersion"] = 1,
  97. ["tagsVersion"] = 4,
  98. },
  99. ["Jaí - Ravencrest"] = {
  100. ["auraVersion"] = 1,
  101. ["tagsVersion"] = 4,
  102. },
  103. ["Jåimejr - Outland"] = {
  104. ["auraVersion"] = 1,
  105. ["tagsVersion"] = 4,
  106. ["x"] = {
  107. ["arena1"] = 891.288878515654,
  108. },
  109. ["y"] = {
  110. ["arena1"] = 482.900004096591,
  111. },
  112. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement