Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. {
  2. ["color"] = {
  3. [1] = 0.9921568627451,
  4. [2] = 1,
  5. [3] = 1,
  6. [4] = 1,
  7. },
  8. ["untrigger"] = {
  9. },
  10. ["anchorPoint"] = "CENTER",
  11. ["customTextUpdate"] = "update",
  12. ["icon"] = true,
  13. ["fontFlags"] = "OUTLINE",
  14. ["useTooltip"] = false,
  15. ["animation"] = {
  16. ["start"] = {
  17. ["type"] = "none",
  18. ["duration_type"] = "seconds",
  19. },
  20. ["main"] = {
  21. ["scalex"] = 1,
  22. ["type"] = "none",
  23. ["scaley"] = 1,
  24. ["duration_type"] = "seconds",
  25. ["translateFunc"] = "return function(progress, startX, startY, deltaX, deltaY)\n local angle = progress * 2 * math.pi\n return startX + (deltaX * math.cos(angle)), startY + (deltaY * math.sin(angle))\nend\n",
  26. ["duration"] = "5",
  27. ["alpha"] = 0,
  28. ["colorR"] = 1,
  29. ["y"] = 0,
  30. ["colorA"] = 1,
  31. ["colorG"] = 1,
  32. ["x"] = 0,
  33. ["colorB"] = 1,
  34. ["rotate"] = 0,
  35. ["use_translate"] = true,
  36. ["translateType"] = "circle",
  37. },
  38. ["finish"] = {
  39. ["type"] = "none",
  40. ["duration_type"] = "seconds",
  41. },
  42. },
  43. ["trigger"] = {
  44. ["stack_info"] = "count",
  45. ["type"] = "aura",
  46. ["subeventSuffix"] = "_CAST_START",
  47. ["name_info"] = "aura",
  48. ["names"] = {
  49. [1] = "Reparation",
  50. },
  51. ["custom_hide"] = "timed",
  52. ["spellIds"] = {
  53. },
  54. ["specificUnit"] = "Sariannah",
  55. ["unit"] = "player",
  56. ["subeventPrefix"] = "SPELL",
  57. ["event"] = "Health",
  58. ["debuffType"] = "HELPFUL",
  59. },
  60. ["desaturate"] = false,
  61. ["font"] = "Adventure",
  62. ["height"] = 65,
  63. ["load"] = {
  64. ["use_never"] = false,
  65. ["talent"] = {
  66. ["multi"] = {
  67. },
  68. },
  69. ["class"] = {
  70. ["multi"] = {
  71. },
  72. },
  73. ["difficulty"] = {
  74. ["multi"] = {
  75. },
  76. },
  77. ["race"] = {
  78. ["multi"] = {
  79. },
  80. },
  81. ["role"] = {
  82. ["multi"] = {
  83. },
  84. },
  85. ["faction"] = {
  86. ["multi"] = {
  87. },
  88. },
  89. ["zone"] = "Hellfire Citadel",
  90. ["use_zone"] = false,
  91. ["spec"] = {
  92. ["multi"] = {
  93. },
  94. },
  95. ["size"] = {
  96. ["multi"] = {
  97. },
  98. },
  99. },
  100. ["fontSize"] = 24,
  101. ["displayStacks"] = "%p %s",
  102. ["regionType"] = "icon",
  103. ["selfPoint"] = "CENTER",
  104. ["stacksContainment"] = "INSIDE",
  105. ["zoom"] = 0,
  106. ["auto"] = true,
  107. ["additional_triggers"] = {
  108. },
  109. ["id"] = "Radiant Stack Icon 2",
  110. ["actions"] = {
  111. ["start"] = {
  112. },
  113. ["finish"] = {
  114. },
  115. ["init"] = {
  116. },
  117. },
  118. ["frameStrata"] = 7,
  119. ["width"] = 65,
  120. ["xOffset"] = 162.60571289063,
  121. ["inverse"] = false,
  122. ["numTriggers"] = 1,
  123. ["yOffset"] = -159.37585449219,
  124. ["disjunctive"] = true,
  125. ["stickyDuration"] = false,
  126. ["stacksPoint"] = "BOTTOMRIGHT",
  127. ["textColor"] = {
  128. [1] = 1,
  129. [2] = 0.91764705882353,
  130. [3] = 0,
  131. [4] = 1,
  132. },
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement