Advertisement
Guest User

Untitled

a guest
Sep 17th, 2012
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. {
  2. ["fontSize"] = 12,
  3. ["displayStacks"] = "%s",
  4. ["id"] = "CS",
  5. ["color"] = {
  6. [1] = 1,
  7. [2] = 1,
  8. [3] = 1,
  9. [4] = 1,
  10. },
  11. ["additional_triggers"] = {
  12. },
  13. ["untrigger"] = {
  14. ["custom"] = "function()\n local gcd = 1.5 -- hardcoded for the time being\n local _, d = GetSpellCooldown('Kolossales Schmettern')\n \n if d >= gcd then return true end\n local n, _, _, _, _, _, t = UnitDebuff('target', 'Kolossales Schmettern')\n if n and t - GetTime() > 1.5 then return true end\n \n return false\nend",
  15. },
  16. ["yOffset"] = 0,
  17. ["anchorPoint"] = "CENTER",
  18. ["actions"] = {
  19. ["start"] = {
  20. },
  21. ["finish"] = {
  22. },
  23. },
  24. ["animation"] = {
  25. ["start"] = {
  26. ["duration_type"] = "seconds",
  27. ["type"] = "none",
  28. },
  29. ["main"] = {
  30. ["duration_type"] = "seconds",
  31. ["type"] = "none",
  32. },
  33. ["finish"] = {
  34. ["duration_type"] = "seconds",
  35. ["type"] = "none",
  36. },
  37. },
  38. ["regionType"] = "icon",
  39. ["customTextUpdate"] = "update",
  40. ["stacksPoint"] = "BOTTOMRIGHT",
  41. ["icon"] = true,
  42. ["width"] = 64,
  43. ["stacksContainment"] = "INSIDE",
  44. ["zoom"] = 0,
  45. ["auto"] = true,
  46. ["selfPoint"] = "CENTER",
  47. ["trigger"] = {
  48. ["events"] = "ACTIONBAR_UPDATE_COOLDOWN",
  49. ["type"] = "custom",
  50. ["check"] = "update",
  51. ["subeventSuffix"] = "_CAST_START",
  52. ["custom_type"] = "status",
  53. ["ownOnly"] = true,
  54. ["event"] = "Health",
  55. ["unit"] = "target",
  56. ["custom"] = "function()\n local gcd = 1.5 -- hardcoded for the time being\n local _, d = GetSpellCooldown('Kolossales Schmettern')\n \n if d <= gcd then\n local n, _, _, _, _, _, t = UnitDebuff('target', 'Kolossales Schmettern')\n if not n then return true end\n if t - GetTime() <= 1.5 then return true end\n end\n return false\nend",
  57. ["rem"] = "1.5",
  58. ["inverse"] = true,
  59. ["remOperator"] = "<=",
  60. ["subeventPrefix"] = "SPELL",
  61. ["names"] = {
  62. [1] = "Kolossales Schmettern",
  63. },
  64. ["debuffType"] = "HARMFUL",
  65. },
  66. ["stickyDuration"] = false,
  67. ["frameStrata"] = 1,
  68. ["desaturate"] = false,
  69. ["xOffset"] = 0,
  70. ["font"] = "Friz Quadrata TT",
  71. ["numTriggers"] = 1,
  72. ["inverse"] = false,
  73. ["height"] = 64,
  74. ["displayIcon"] = "INTERFACE\\ICONS\\ability_warrior_colossussmash",
  75. ["load"] = {
  76. ["use_class"] = true,
  77. ["role"] = {
  78. ["multi"] = {
  79. },
  80. },
  81. ["use_spec"] = true,
  82. ["use_combat"] = true,
  83. ["class"] = {
  84. ["single"] = "WARRIOR",
  85. ["multi"] = {
  86. ["WARRIOR"] = true,
  87. },
  88. },
  89. ["spec"] = {
  90. ["single"] = 1,
  91. ["multi"] = {
  92. [1] = true,
  93. },
  94. },
  95. ["size"] = {
  96. ["multi"] = {
  97. },
  98. },
  99. },
  100. ["textColor"] = {
  101. [1] = 1,
  102. [2] = 1,
  103. [3] = 1,
  104. [4] = 1,
  105. },
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement