Advertisement
Guest User

DrainSoul Lua Extract

a guest
Jan 22nd, 2020
89
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"] = 15,
  4. ["color"] = {
  5. [1] = 1,
  6. [2] = 1,
  7. [3] = 1,
  8. [4] = 1,
  9. },
  10. ["displayText"] = "%c",
  11. ["customText"] = "function()\n local haste= GetCombatRatingBonus(20)\n return string.format(\"%.1f%%\" ,haste)\nend",
  12. ["untrigger"] = {
  13. ["custom"] = "\n\n",
  14. },
  15. ["anchorPoint"] = "CENTER",
  16. ["customTextUpdate"] = "event",
  17. ["actions"] = {
  18. ["start"] = {
  19. ["do_glow"] = false,
  20. ["do_custom"] = false,
  21. ["do_message"] = false,
  22. },
  23. ["finish"] = {
  24. },
  25. },
  26. ["regionType"] = "text",
  27. ["additional_triggers"] = {
  28. },
  29. ["justify"] = "LEFT",
  30. ["selfPoint"] = "BOTTOM",
  31. ["trigger"] = {
  32. ["use_castType"] = true,
  33. ["duration"] = "10",
  34. ["use_spell"] = true,
  35. ["spellName"] = "Drain Soul",
  36. ["custom_type"] = "event",
  37. ["percenthealth"] = "0",
  38. ["event"] = "Cast",
  39. ["use_percentpower"] = false,
  40. ["castType"] = "channel",
  41. ["check"] = "update",
  42. ["names"] = {
  43. },
  44. ["powertype"] = 0,
  45. ["spell"] = "Drain Soul",
  46. ["sourceGUID"] = "player",
  47. ["use_sourceGUID"] = true,
  48. ["debuffType"] = "HELPFUL",
  49. ["subeventSuffix"] = "_AURA_APPLIED",
  50. ["type"] = "status",
  51. ["unit"] = "player",
  52. ["auraType"] = "DEBUFF",
  53. ["subeventPrefix"] = "SPELL",
  54. ["use_unit"] = true,
  55. ["use_destGUID"] = true,
  56. ["use_powertype"] = true,
  57. ["custom_hide"] = "timed",
  58. ["use_spellName"] = true,
  59. ["custom"] = "\n\n",
  60. ["destGUID"] = "target",
  61. ["unevent"] = "auto",
  62. ["use_percenthealth"] = false,
  63. ["percenthealth_operator"] = ">",
  64. ["use_auraType"] = true,
  65. },
  66. ["id"] = "Haste % DS",
  67. ["frameStrata"] = 1,
  68. ["width"] = 35.555556528174,
  69. ["animation"] = {
  70. ["start"] = {
  71. ["type"] = "none",
  72. ["duration_type"] = "seconds",
  73. },
  74. ["main"] = {
  75. ["type"] = "none",
  76. ["duration_type"] = "seconds",
  77. },
  78. ["finish"] = {
  79. ["type"] = "none",
  80. ["duration_type"] = "seconds",
  81. },
  82. },
  83. ["font"] = "Friz Quadrata TT",
  84. ["numTriggers"] = 1,
  85. ["xOffset"] = -155,
  86. ["height"] = 14.95618422729,
  87. ["yOffset"] = -150,
  88. ["load"] = {
  89. ["use_class"] = true,
  90. ["role"] = {
  91. ["multi"] = {
  92. },
  93. },
  94. ["use_never"] = false,
  95. ["spec"] = {
  96. ["multi"] = {
  97. },
  98. },
  99. ["class"] = {
  100. ["single"] = "WARLOCK",
  101. ["multi"] = {
  102. },
  103. },
  104. ["size"] = {
  105. ["multi"] = {
  106. },
  107. },
  108. },
  109. ["parent"] = "Drain Soul",
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement