Advertisement
Guest User

Hunter Cooldowns

a guest
Feb 13th, 2013
1,742
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. {
  2. ["backdropColor"] = {
  3. [1] = 1,
  4. [2] = 1,
  5. [3] = 1,
  6. [4] = 0.5,
  7. },
  8. ["controlledChildren"] = {
  9. [1] = "Kill Shot",
  10. [2] = "Kill Shot 2",
  11. [3] = "Kill Command",
  12. [4] = "Kill Command 2",
  13. [5] = "Kill Command 3",
  14. [6] = "Explosive Shot",
  15. [7] = "Explosive Shot 2",
  16. [8] = "Explosive Shot 3",
  17. [9] = "Lock and Load",
  18. [10] = "Dire Beast",
  19. [11] = "Dire Beast 2",
  20. [12] = "Dire Beast 3",
  21. [13] = "Fervor",
  22. [14] = "Fervor 2",
  23. [15] = "Fervor 3",
  24. [16] = "ToTH Icon",
  25. [17] = "ToTH Icon 2",
  26. [18] = "Glaive Toss",
  27. [19] = "Glaive Toss 2",
  28. [20] = "Glaive Toss 3",
  29. [21] = "Barrage",
  30. [22] = "Barrage 2",
  31. [23] = "Barrage 3",
  32. [24] = "Powershot",
  33. [25] = "Powershot 2",
  34. [26] = "Powershot 3",
  35. [27] = "Black Arrow",
  36. [28] = "Black Arrow 2",
  37. [29] = "Black Arrow 3",
  38. [30] = "Bestial Wrath",
  39. [31] = "Bestial Wrath 2",
  40. [32] = "Bestial Wrath 3",
  41. [33] = "Lynx Rush",
  42. [34] = "Lynx Rush 2",
  43. [35] = "Blink Strike",
  44. [36] = "Blink Strike 2",
  45. [37] = "MoC",
  46. [38] = "MoC 2",
  47. [39] = "MoC 3",
  48. [40] = "Rapid Fire",
  49. [41] = "Rapid Fire 2",
  50. [42] = "Readiness",
  51. [43] = "Readiness 2",
  52. [44] = "Stampede",
  53. [45] = "Stampede 2",
  54. [46] = "Burrow",
  55. [47] = "Burrow 2",
  56. [48] = "Burrow 3",
  57. [49] = "Burrow Focus",
  58. [50] = "Cooldowns BG",
  59. [51] = "Cooldowns BG KS",
  60. [52] = "Cooldowns BG Burrow",
  61. },
  62. ["borderBackdrop"] = "Blizzard Tooltip",
  63. ["xOffset"] = 0,
  64. ["border"] = false,
  65. ["yOffset"] = 0,
  66. ["anchorPoint"] = "CENTER",
  67. ["borderSize"] = 16,
  68. ["borderColor"] = {
  69. [1] = 1,
  70. [2] = 1,
  71. [3] = 1,
  72. [4] = 0.5,
  73. },
  74. ["actions"] = {
  75. ["start"] = {
  76. },
  77. ["finish"] = {
  78. },
  79. },
  80. ["borderOffset"] = 5,
  81. ["selfPoint"] = "BOTTOMLEFT",
  82. ["trigger"] = {
  83. ["names"] = {
  84. },
  85. ["type"] = "aura",
  86. ["debuffType"] = "HELPFUL",
  87. ["unit"] = "player",
  88. },
  89. ["frameStrata"] = 1,
  90. ["expanded"] = false,
  91. ["untrigger"] = {
  92. },
  93. ["borderInset"] = 11,
  94. ["numTriggers"] = 1,
  95. ["animation"] = {
  96. ["start"] = {
  97. ["duration_type"] = "seconds",
  98. ["type"] = "none",
  99. },
  100. ["main"] = {
  101. ["duration_type"] = "seconds",
  102. ["type"] = "none",
  103. },
  104. ["finish"] = {
  105. ["duration_type"] = "seconds",
  106. ["type"] = "none",
  107. },
  108. },
  109. ["borderEdge"] = "None",
  110. ["id"] = "Cooldowns",
  111. ["load"] = {
  112. ["role"] = {
  113. ["multi"] = {
  114. },
  115. },
  116. ["class"] = {
  117. ["multi"] = {
  118. },
  119. },
  120. ["spec"] = {
  121. ["multi"] = {
  122. },
  123. },
  124. ["size"] = {
  125. ["multi"] = {
  126. },
  127. },
  128. },
  129. ["regionType"] = "group",
  130. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement