Advertisement
Guest User

Untitled

a guest
Dec 26th, 2014
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. {
  2. ["outline"] = true,
  3. ["fontSize"] = 44,
  4. ["color"] = {
  5. [1] = 1,
  6. [2] = 1,
  7. [3] = 1,
  8. [4] = 1,
  9. },
  10. ["displayText"] = "Fish!",
  11. ["yOffset"] = -2.142578125,
  12. ["anchorPoint"] = "CENTER",
  13. ["customTextUpdate"] = "update",
  14. ["actions"] = {
  15. ["start"] = {
  16. ["message"] = "Fish!",
  17. ["do_sound"] = true,
  18. ["message_type"] = "PRINT",
  19. ["do_message"] = true,
  20. ["sound"] = "Interface\\AddOns\\WeakAuras\\Media\\Sounds\\AirHorn.ogg",
  21. ["sound_channel"] = "Master",
  22. },
  23. ["finish"] = {
  24. },
  25. },
  26. ["disjunctive"] = true,
  27. ["additional_triggers"] = {
  28. [1] = {
  29. ["trigger"] = {
  30. ["unevent"] = "timed",
  31. ["type"] = "event",
  32. ["spellName"] = "Caught Fish",
  33. ["subeventSuffix"] = "_AURA_APPLIED",
  34. ["use_spellName"] = true,
  35. ["duration"] = "10",
  36. ["event"] = "Combat Log",
  37. ["subeventPrefix"] = "SPELL",
  38. },
  39. ["untrigger"] = {
  40. },
  41. },
  42. },
  43. ["justify"] = "LEFT",
  44. ["selfPoint"] = "BOTTOM",
  45. ["trigger"] = {
  46. ["type"] = "event",
  47. ["subeventSuffix"] = "_CAST_START",
  48. ["duration"] = "10",
  49. ["event"] = "Combat Log",
  50. ["unit"] = "player",
  51. ["spellName"] = "Eat Fish",
  52. ["use_spellName"] = true,
  53. ["spellIds"] = {
  54. },
  55. ["use_sourceunit"] = false,
  56. ["unevent"] = "timed",
  57. ["subeventPrefix"] = "SPELL",
  58. ["names"] = {
  59. },
  60. ["debuffType"] = "HELPFUL",
  61. },
  62. ["untrigger"] = {
  63. },
  64. ["frameStrata"] = 1,
  65. ["width"] = 100.2120513916,
  66. ["animation"] = {
  67. ["start"] = {
  68. ["duration_type"] = "seconds",
  69. ["type"] = "none",
  70. },
  71. ["main"] = {
  72. ["duration_type"] = "seconds",
  73. ["type"] = "none",
  74. },
  75. ["finish"] = {
  76. ["duration_type"] = "seconds",
  77. ["type"] = "none",
  78. },
  79. },
  80. ["font"] = "Friz Quadrata TT",
  81. ["numTriggers"] = 2,
  82. ["xOffset"] = -234.64233398438,
  83. ["height"] = 43.999973297119,
  84. ["id"] = "Fish gotta swim, brids gotta eat",
  85. ["load"] = {
  86. ["talent"] = {
  87. ["multi"] = {
  88. },
  89. },
  90. ["class"] = {
  91. ["multi"] = {
  92. },
  93. },
  94. ["role"] = {
  95. ["multi"] = {
  96. },
  97. },
  98. ["zone"] = "Spires of Arak",
  99. ["race"] = {
  100. ["multi"] = {
  101. },
  102. },
  103. ["use_zone"] = true,
  104. ["spec"] = {
  105. ["multi"] = {
  106. },
  107. },
  108. ["size"] = {
  109. ["multi"] = {
  110. },
  111. },
  112. },
  113. ["regionType"] = "text",
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement