Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. {
  2. ["color"] = {
  3. [1] = 1,
  4. [2] = 1,
  5. [3] = 1,
  6. [4] = 1,
  7. },
  8. ["untrigger"] = {
  9. },
  10. ["anchorPoint"] = "CENTER",
  11. ["activeTriggerMode"] = -10,
  12. ["customTextUpdate"] = "update",
  13. ["icon"] = true,
  14. ["fontFlags"] = "OUTLINE",
  15. ["selfPoint"] = "CENTER",
  16. ["trigger"] = {
  17. ["subeventPrefix"] = "SPELL",
  18. ["type"] = "aura",
  19. ["spellIds"] = {
  20. },
  21. ["subeventSuffix"] = "_CAST_START",
  22. ["debuffType"] = "HARMFUL",
  23. ["names"] = {
  24. [1] = "Ignite Soul",
  25. },
  26. ["event"] = "Health",
  27. ["unit"] = "player",
  28. },
  29. ["desaturate"] = false,
  30. ["font"] = "Friz Quadrata TT",
  31. ["height"] = 48,
  32. ["load"] = {
  33. ["use_never"] = false,
  34. ["talent"] = {
  35. ["multi"] = {
  36. },
  37. },
  38. ["spec"] = {
  39. ["multi"] = {
  40. },
  41. },
  42. ["zone"] = "Master's Terrace",
  43. ["difficulty"] = {
  44. ["multi"] = {
  45. },
  46. },
  47. ["race"] = {
  48. ["multi"] = {
  49. },
  50. },
  51. ["use_zone"] = false,
  52. ["pvptalent"] = {
  53. ["multi"] = {
  54. },
  55. },
  56. ["role"] = {
  57. ["multi"] = {
  58. },
  59. },
  60. ["class"] = {
  61. ["multi"] = {
  62. },
  63. },
  64. ["faction"] = {
  65. ["multi"] = {
  66. },
  67. },
  68. ["size"] = {
  69. ["multi"] = {
  70. },
  71. },
  72. },
  73. ["fontSize"] = 12,
  74. ["displayStacks"] = "%s",
  75. ["regionType"] = "icon",
  76. ["cooldown"] = true,
  77. ["stacksContainment"] = "INSIDE",
  78. ["zoom"] = 0.3,
  79. ["auto"] = true,
  80. ["actions"] = {
  81. ["start"] = {
  82. ["message"] = "Ignite Soul on Ashlii",
  83. ["do_sound"] = true,
  84. ["message_type"] = "SAY",
  85. ["do_message"] = true,
  86. ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\AirHorn.ogg",
  87. },
  88. ["finish"] = {
  89. },
  90. ["init"] = {
  91. },
  92. },
  93. ["id"] = "Ignite Soul",
  94. ["xOffset"] = 0,
  95. ["frameStrata"] = 1,
  96. ["width"] = 48,
  97. ["disjunctive"] = "all",
  98. ["animation"] = {
  99. ["start"] = {
  100. ["duration_type"] = "seconds",
  101. ["type"] = "none",
  102. },
  103. ["main"] = {
  104. ["type"] = "none",
  105. ["duration"] = "1",
  106. ["duration_type"] = "seconds",
  107. },
  108. ["finish"] = {
  109. ["duration_type"] = "seconds",
  110. ["type"] = "none",
  111. },
  112. },
  113. ["inverse"] = false,
  114. ["yOffset"] = 0,
  115. ["numTriggers"] = 1,
  116. ["stickyDuration"] = false,
  117. ["stacksPoint"] = "BOTTOMRIGHT",
  118. ["textColor"] = {
  119. [1] = 1,
  120. [2] = 1,
  121. [3] = 1,
  122. [4] = 1,
  123. },
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement