Advertisement
Aldarana

RedtuzkUI powerbar lua table

Jul 6th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. {
  2. ["backdropColor"] = {
  3. [1] = 1,
  4. [2] = 1,
  5. [3] = 1,
  6. [4] = 0.5,
  7. },
  8. ["controlledChildren"] = {
  9. [1] = "Resource Bar Text 2",
  10. [2] = "All-purpose Resource Bar 2",
  11. },
  12. ["borderBackdrop"] = "Blizzard Tooltip",
  13. ["disjunctive"] = "all",
  14. ["border"] = false,
  15. ["yOffset"] = -107.00036621094,
  16. ["regionType"] = "group",
  17. ["borderSize"] = 16,
  18. ["activeTriggerMode"] = -10,
  19. ["xOffset"] = -73,
  20. ["anchorPoint"] = "CENTER",
  21. ["expanded"] = false,
  22. ["untrigger"] = {
  23. },
  24. ["additional_triggers"] = {
  25. },
  26. ["internalVersion"] = 3,
  27. ["id"] = "RedtuzkUI Power Bar group 2",
  28. ["selfPoint"] = "BOTTOMLEFT",
  29. ["trigger"] = {
  30. ["type"] = "aura",
  31. ["subeventSuffix"] = "_CAST_START",
  32. ["event"] = "Health",
  33. ["unit"] = "player",
  34. ["spellIds"] = {
  35. },
  36. ["showOn"] = "showOnActive",
  37. ["subeventPrefix"] = "SPELL",
  38. ["names"] = {
  39. },
  40. ["debuffType"] = "HELPFUL",
  41. },
  42. ["animation"] = {
  43. ["start"] = {
  44. ["type"] = "none",
  45. ["duration_type"] = "seconds",
  46. },
  47. ["main"] = {
  48. ["type"] = "none",
  49. ["duration_type"] = "seconds",
  50. },
  51. ["finish"] = {
  52. ["type"] = "none",
  53. ["duration_type"] = "seconds",
  54. },
  55. },
  56. ["frameStrata"] = 1,
  57. ["anchorFrameType"] = "SCREEN",
  58. ["borderColor"] = {
  59. [1] = 1,
  60. [2] = 1,
  61. [3] = 1,
  62. [4] = 0.5,
  63. },
  64. ["borderInset"] = 11,
  65. ["numTriggers"] = 1,
  66. ["borderOffset"] = 5,
  67. ["actions"] = {
  68. ["start"] = {
  69. },
  70. ["finish"] = {
  71. },
  72. ["init"] = {
  73. },
  74. },
  75. ["conditions"] = {
  76. },
  77. ["load"] = {
  78. ["talent2"] = {
  79. ["multi"] = {
  80. },
  81. },
  82. ["talent"] = {
  83. ["multi"] = {
  84. },
  85. },
  86. ["class"] = {
  87. ["single"] = "MONK",
  88. },
  89. ["use_class"] = "true",
  90. ["difficulty"] = {
  91. ["multi"] = {
  92. },
  93. },
  94. ["role"] = {
  95. ["multi"] = {
  96. },
  97. },
  98. ["pvptalent"] = {
  99. ["multi"] = {
  100. },
  101. },
  102. ["faction"] = {
  103. ["multi"] = {
  104. },
  105. },
  106. ["ingroup"] = {
  107. ["multi"] = {
  108. },
  109. },
  110. ["race"] = {
  111. ["multi"] = {
  112. },
  113. },
  114. ["spec"] = {
  115. ["multi"] = {
  116. },
  117. },
  118. ["size"] = {
  119. ["multi"] = {
  120. },
  121. },
  122. },
  123. ["borderEdge"] = "None",
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement