Advertisement
Guest User

Untitled

a guest
May 13th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1.  
  2. TwintopInsanityBarSettings = {
  3. ["auspiciousSpiritsTracker"] = true,
  4. ["mindbender"] = {
  5. ["enabled"] = true,
  6. ["useNotification"] = {
  7. ["enabled"] = false,
  8. ["thresholdStacks"] = 26,
  9. ["useVoidformStacks"] = false,
  10. },
  11. ["timeMax"] = 3,
  12. ["mode"] = "gcd",
  13. ["swingsMax"] = 4,
  14. ["gcdsMax"] = 2,
  15. },
  16. ["displayText"] = {
  17. ["fontFaceLock"] = true,
  18. ["fontSizeLock"] = true,
  19. ["fontSizeMiddle"] = 9,
  20. ["fontSizeRight"] = 9,
  21. ["middle"] = {
  22. ["fontFace"] = "Fonts\\FRIZQT__.TTF",
  23. ["fontSize"] = 12,
  24. ["inVoidformText"] = "$vfStacks || $vfTime sec",
  25. ["fontFaceName"] = "Friz Quadrata TT",
  26. ["outVoidformText"] = "",
  27. },
  28. ["right"] = {
  29. ["fontFace"] = "Fonts\\FRIZQT__.TTF",
  30. ["fontSize"] = 12,
  31. ["inVoidformText"] = "$insanity",
  32. ["fontFaceName"] = "Friz Quadrata TT",
  33. ["outVoidformText"] = "$insanity",
  34. },
  35. ["left"] = {
  36. ["fontFace"] = "Fonts\\FRIZQT__.TTF",
  37. ["fontSize"] = 12,
  38. ["inVoidformText"] = "$haste%",
  39. ["fontFaceName"] = "Friz Quadrata TT",
  40. ["outVoidformText"] = "$haste%",
  41. },
  42. ["fontSizeLeft"] = 9,
  43. },
  44. ["ttd"] = {
  45. ["numEntries"] = 50,
  46. ["sampleRate"] = 0.2,
  47. },
  48. ["hasteThreshold"] = 140,
  49. ["textures"] = {
  50. ["passiveBarName"] = "Blizzard",
  51. ["castingBar"] = "Interface\\TargetingFrame\\UI-StatusBar",
  52. ["borderName"] = "1 Pixel",
  53. ["border"] = "Interface\\Buttons\\WHITE8X8",
  54. ["textureLock"] = true,
  55. ["castingBarName"] = "Blizzard",
  56. ["insanityBarName"] = "Blizzard",
  57. ["passiveBar"] = "Interface\\TargetingFrame\\UI-StatusBar",
  58. ["background"] = "Interface\\Tooltips\\UI-Tooltip-Background",
  59. ["backgroundName"] = "Blizzard Tooltip",
  60. ["insanityBar"] = "Interface\\TargetingFrame\\UI-StatusBar",
  61. },
  62. ["audio"] = {
  63. ["s2mDeath"] = {
  64. ["enabled"] = true,
  65. ["sound"] = "Interface\\Addons\\TwintopInsanityBar\\wilhelm.ogg",
  66. ["soundName"] = "Wilhelm Scream (TIB)",
  67. },
  68. ["mindbender"] = {
  69. ["sound"] = "Interface\\Addons\\TwintopInsanityBar\\BoxingArenaSound.ogg",
  70. ["soundName"] = "Boxing Arena Gong (TIB)",
  71. },
  72. },
  73. ["voidEruptionThreshold"] = true,
  74. ["dataRefreshRate"] = 5,
  75. ["displayBar"] = {
  76. ["alwaysShow"] = true,
  77. ["notZeroShow"] = false,
  78. },
  79. ["showS2MSummary"] = true,
  80. ["showSummary"] = false,
  81. ["summary"] = {
  82. ["show"] = false,
  83. ["simple"] = false,
  84. },
  85. ["hasteApproachingThreshold"] = 135,
  86. ["hastePrecision"] = 2,
  87. ["colors"] = {
  88. ["threshold"] = {
  89. ["mindbender"] = "FFFF11FF",
  90. ["over"] = "FF00FF00",
  91. ["under"] = "FFFFFFFF",
  92. },
  93. ["text"] = {
  94. ["passiveInsanity"] = "FFDF00FF",
  95. ["hasteBelow"] = "FFFFFFFF",
  96. ["right"] = "FFFFFFFF",
  97. ["left"] = "FFFFFFFF",
  98. ["hasteAbove"] = "FF00FF00",
  99. ["castingInsanity"] = "FFFFFFFF",
  100. ["hasteApproaching"] = "FFFFFF00",
  101. ["currentInsanity"] = "FFC2A3E0",
  102. ["middle"] = "FFFFFFFF",
  103. },
  104. ["bar"] = {
  105. ["flashPeriod"] = 0.5,
  106. ["inVoidform2GCD"] = "FFFFFF00",
  107. ["enterVoidform"] = "FF5C2F89",
  108. ["border"] = "FF431863",
  109. ["inVoidform1GCD"] = "FFFF0000",
  110. ["inVoidform"] = "FF431863",
  111. ["flashEnabled"] = true,
  112. ["background"] = "66000000",
  113. ["flashAlpha"] = 0.7,
  114. ["casting"] = "FFFFFFFF",
  115. ["base"] = "FF763BAF",
  116. ["passive"] = "FFDF00FF",
  117. },
  118. },
  119. ["thresholdWidth"] = 2,
  120. ["bar"] = {
  121. ["xPos"] = 0,
  122. ["dragAndDrop"] = false,
  123. ["height"] = 34,
  124. ["yPos"] = -140,
  125. ["border"] = 2,
  126. ["width"] = 250,
  127. },
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement