Advertisement
ought

defaults/defaults.lua

Feb 3rd, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.36 KB | None | 0 0
  1. vexpower.defaults.parameter = {
  2. ["profile"] = "",
  3. ["specProfile"] = {
  4. ["activate"] = false,
  5. ["specAProfile"] = "",
  6. ["specBProfile"] = "",
  7. ["specCProfile"] = "",
  8. ["specDProfile"] = "",
  9. },
  10. }
  11.  
  12. vexpower.defaults.singleProfile = {
  13. ["data"] = {
  14. ["advancedOptions"] = false,
  15. ["blizzhide"] = {
  16. ["holypower"] = true,
  17. ["cps"] = true,
  18. ["lockShards"] = true,
  19. },
  20. ["show"] = {
  21. ["fadeOutTime"] = 1,
  22. ["infightdelay"] = 0,
  23. ["enableAddon"] = true,
  24. ["fadeoutEffect"] = true,
  25. },
  26. ["classSpec"] = {
  27. ["rogue"] = {
  28. ["cps"] = true,
  29. ["anticipation"] = true,
  30. ["anti2ndRow"] = true,
  31. ["anti2ndRowOnly"] = false,
  32. ["antiRowHeight"] = 15,
  33. ["antiRowYDistance"] = 10,
  34. ["keepCPShown"] = true,
  35. },
  36. ["paladin"] = {["cps"] = true,},
  37. ["druid"] = {
  38. ["cps"] = true,
  39. ["keepCPShown"] = true,
  40. },
  41. ["monk"] = {
  42. ["cps"] = true,
  43. ["GotO"] = true,
  44. },
  45. ["priest"] = {["mana"] = true,},
  46. ["shaman"] = {
  47. ["eleMana"] = true,
  48. ["enhancerMana"] = false,
  49. ["enhancerStormstrikes"] = true,
  50. },
  51. ["warlock"] = {["cps"] = true,},
  52. ["mage"] = { ["cps"] = true, },
  53. ["dh"] = { ["fragments"] = true, },
  54. ["warrior"] = {
  55. ["focuesdrage"] = true,
  56. ["focuesdrageArms"] = true,
  57. },
  58. },
  59. ["strata"] = {
  60. ["cps"] = 3,
  61. ["markers"] = 3,
  62. ["powerbar"] = 3,
  63. ["text"] = 3,
  64. },
  65. },
  66. ["powerbar"] = {
  67. ["show"] = {
  68. ["show"] = true,
  69. ["hideOOC"] = false,
  70. ["inStealth"] = true,
  71. ["whenTargeting"] = true,
  72. ["whenTargetingAttackable"] = true,
  73. ["hideInVehicle"] = false,
  74. ["hideInPetBattle"] = true,
  75. ["powertypes"] = {
  76. ["FOCUS"] = true,
  77. ["MANA"] = true,
  78. ["RUNIC_POWER"] = true,
  79. ["ENERGY"] = true,
  80. ["RAGE"] = true,
  81. ["PAIN"] = true,
  82. ["FURY"] = true,
  83. ["INSANITY"] = true,
  84. ["MAELSTROM"] = true,
  85. ["LUNAR_POWER"] = true,
  86. },
  87. ["vehicleEnergy"] = true,
  88. },
  89. ["design"] = {
  90. ["size"] = {["width"]=400, ["height"]=30},
  91. ["position"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  92. ["colorByPowertype"]=true,
  93. ["colorByOwnPowertypeColors"]=false,
  94. ["colorByClass"]=false,
  95. ["ownPowertypeColors"] = {
  96. ["FOCUS"] = {["r"]=1, ["g"]=0.5, ["b"]=0.25},
  97. ["MANA"] = {["r"]=0, ["g"]=0, ["b"]=1},
  98. ["RUNIC_POWER"] = {["r"]=0, ["g"]=0.82, ["b"]=1},
  99. ["ENERGY"] = {["r"]=1, ["g"]=1, ["b"]=0},
  100. ["RAGE"] = {["r"]=1, ["g"]=0, ["b"]=0},
  101. ["PAIN"] = {["r"]=1, ["g"]=0.611, ["b"]=0},
  102. ["FURY"] = {["r"]=0.788, ["g"]=0.259, ["b"]=0.992},
  103. ["INSANITY"] = {["r"]=0.4, ["g"]=0, ["b"]=0.8},
  104. ["MAELSTROM"] = {["r"]=0, ["g"]=0.5, ["b"]=1},
  105. ["LUNAR_POWER"] = {["r"]=0.3, ["g"]=0.52, ["b"]=0.9},
  106. ["LUNAR_POWER"] = {["r"]=0.3, ["g"]=0.52, ["b"]=0.9},
  107. },
  108. ["BarBGColor"]={["r"]=0, ["g"]=0, ["b"]=0, ["a"]=0.5},
  109. ["BarColor"]={["r"]=1, ["g"]=1, ["b"]=0, ["a"]=1},
  110. ["usedEffect"] = {
  111. ["activate"] = true,
  112. ["dynamicColoring"] = false,
  113. ["color"] = {["r"]=1, ["g"]=0.6, ["b"]=0, ["a"]=1},
  114. },
  115. ["insets"] = {
  116. ["left"] = 0,
  117. ["right"] = 0,
  118. ["top"] = 0,
  119. ["bottom"] = 0,
  120. },
  121. ["sitRecoloring"] = {
  122. ["full"] = 0.95,
  123. ["fullIncEqual"] = false,
  124. ["empty"] = 0.05,
  125. ["emptyIncEqual"] = false,
  126. ["use"] = {false, false, false, false, false, false},
  127. ["colorByPowertype"] = {false, false, false, false, false, false},
  128. ["colorByClass"] = {false, false, false, false, false, false},
  129. ["1"] = {["r"]=1, ["g"]=1, ["b"]=0, ["a"]=1},
  130. ["2"] = {["r"]=1, ["g"]=1, ["b"]=0, ["a"]=1},
  131. ["3"] = {["r"]=1, ["g"]=1, ["b"]=0, ["a"]=1},
  132. ["4"] = {["r"]=1, ["g"]=1, ["b"]=0, ["a"]=1},
  133. ["5"] = {["r"]=1, ["g"]=1, ["b"]=0, ["a"]=1},
  134. ["6"] = {["r"]=1, ["g"]=1, ["b"]=0, ["a"]=1},
  135. ["7"] = {["r"]=1, ["g"]=1, ["b"]=0, ["a"]=1},
  136. ["8"] = {["r"]=1, ["g"]=1, ["b"]=0, ["a"]=1},
  137. ["9"] = {["r"]=1, ["g"]=1, ["b"]=0, ["a"]=1},
  138. ["10"] = {["r"]=1, ["g"]=1, ["b"]=0, ["a"]=1},
  139. },
  140. ["border"] = {
  141. ["texture"] = "Solid",
  142. ["color"]={["r"]=0, ["g"]=0, ["b"]=0, ["a"]=1},
  143. ["size"]=2,
  144. },
  145. ["barTexture"] = {
  146. ["usePack"] = 1,
  147. ["pack1"]="Solid",
  148. ["pack2"]="None",
  149. },
  150. ["barBGTexture"]="Solid",
  151. ["hideOnEmpty"]=false,
  152. },
  153. ["markers"]={
  154. ["width"] = 3,
  155. ["color"] = {["r"]=0, ["g"]=0, ["b"]=0, ["a"]=1},
  156. ["colorLikeBG"] = false,
  157. ["border"] = {
  158. ["color"] = {["r"]=0, ["g"]=0, ["b"]=0, ["a"]=1},
  159. ["size"] = 1,
  160. ["colorLikeBG"] = true,
  161. },
  162. },
  163. },
  164. ["CPBar"] = {
  165. ["sound"] = {
  166. ["activate"] = false,
  167. ["threshold"] = 3,
  168. ["channel"] = "Master",
  169. ["file"] = "",
  170. },
  171. ["show"] = {
  172. ["show"] = true,
  173. ["hideOOC"] = false,
  174. ["inStealth"] = true,
  175. ["whenTargeting"] = true,
  176. ["whenTargetingAttackable"] = true,
  177. ["hideInVehicle"] = false,
  178. ["hideInPetBattle"] = true,
  179. ["powertypes"] = {
  180. ["FOCUS"] = true,
  181. ["MANA"] = true,
  182. ["RUNIC_POWER"] = true,
  183. ["ENERGY"] = true,
  184. ["RAGE"] = true,
  185. ["PAIN"] = true,
  186. ["FURY"] = true,
  187. ["INSANITY"] = true,
  188. ["MAELSTROM"] = true,
  189. ["LUNAR_POWER"] = true,
  190. },
  191. ["vehicleCPs"] = true,
  192. },
  193. ["design"] = {
  194. ["usedEffect"] = {
  195. ["activate"] = true,
  196. },
  197. ["position"] = {
  198. ["clipToPower"] = true,
  199. ["x"]=0,
  200. ["y"]=40,
  201. ["anchor"]="CENTER",
  202. ["anchorFrame"]="CENTER",
  203. },
  204. ["insets"] = {
  205. ["left"] = 0,
  206. ["right"] = 0,
  207. ["top"] = 0,
  208. ["bottom"] = 0,
  209. },
  210. ["intMode"] = {
  211. ["activate"] = true,
  212. ["gap"] = 10,
  213. ["offset"] = 20,
  214. ["height"] = 30,
  215. ["y"] = 40,
  216. },
  217. ["texture"] = {
  218. ["usePack"] = 1,
  219. ["pack1"]="Solid",
  220. ["pack2"]="None",
  221. },
  222. ["border"] = {
  223. ["texture"] = "Solid",
  224. ["size"] = 1,
  225. ["color"] = {["r"]=0, ["g"]=0, ["b"]=0, ["a"]=1},
  226. },
  227. ["colors"] = {
  228. ["activateRecoloring"] = true,
  229. ["classPresets"] = {
  230. ["activate"] = true,
  231. ["classPresets"] = {
  232. ["PRIEST"] = "Preset Priest",
  233. ["MONK"] = "Preset Monk",
  234. ["MAGE"] = "Preset Mage",
  235. ["DEATHKNIGHT"] = "",
  236. ["WARRIOR"] = "Preset Warrior",
  237. ["SHAMAN"] = "Preset Shaman",
  238. ["HUNTER"] = "Preset Hunter",
  239. ["PALADIN"] = "Preset Paladin",
  240. ["ROGUE"] = "Preset Druid and Rogue",
  241. ["DRUID"] = "Preset Druid and Rogue",
  242. ["WARLOCK"] = "Preset Warlock",
  243. ["DEMONHUNTER"] = "Preset Demonhunter",
  244. },
  245. },
  246. ["threshold"] = "3",
  247. ["changeOnMax"] = false,
  248. ["absentCombopoints"] = false,
  249. ["changeThresholdOnly"] = false,
  250. ["colors"] = {
  251. ["1"] = {["r"]=1, ["g"]=0.929, ["b"]=0.0156, ["a"]=1},
  252. ["2"] = {["r"]=0.7725, ["g"]=1, ["b"]=0.043, ["a"]=1},
  253. ["3"] = {["r"]=0.314, ["g"]=1, ["b"]=0.6666, ["a"]=1},
  254. ["4"] = {["r"]=0, ["g"]=1, ["b"]=0.753, ["a"]=1},
  255. ["5"] = {["r"]=0.0078, ["g"]=0.757, ["b"]=1, ["a"]=1},
  256. ["6"] = {["r"]=0.0078, ["g"]=0.757, ["b"]=1, ["a"]=1},
  257. ["7"] = {["r"]=0.0078, ["g"]=0.757, ["b"]=1, ["a"]=1},
  258. ["8"] = {["r"]=0.0078, ["g"]=0.757, ["b"]=1, ["a"]=1},
  259. ["9"] = {["r"]=0.0078, ["g"]=0.757, ["b"]=1, ["a"]=1},
  260. ["10"] = {["r"]=0.0078, ["g"]=0.757, ["b"]=1, ["a"]=1},
  261. ["change"] = {["r"]=1, ["g"]=0, ["b"]=0, ["a"]=1},
  262. ["used"] = {["r"]=1, ["g"]=0.6, ["b"]=0, ["a"]=1},
  263. },
  264. },
  265. ["altPositioning"] = {
  266. ["10"] = {
  267. ["change"] = false,
  268. ["width"] = 36,
  269. ["height"] = 30,
  270. ["10"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  271. ["9"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  272. ["8"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  273. ["7"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  274. ["6"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  275. ["5"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  276. ["4"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  277. ["3"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  278. ["2"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  279. ["1"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  280. },
  281. ["9"] = {
  282. ["change"] = false,
  283. ["width"] = 40,
  284. ["height"] = 30,
  285. ["9"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  286. ["8"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  287. ["7"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  288. ["6"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  289. ["5"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  290. ["4"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  291. ["3"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  292. ["2"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  293. ["1"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  294. },
  295. ["8"] = {
  296. ["change"] = false,
  297. ["width"] = 45,
  298. ["height"] = 30,
  299. ["8"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  300. ["7"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  301. ["6"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  302. ["5"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  303. ["4"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  304. ["3"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  305. ["2"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  306. ["1"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  307. },
  308. ["7"] = {
  309. ["change"] = false,
  310. ["width"] = 50,
  311. ["height"] = 30,
  312. ["7"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  313. ["6"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  314. ["5"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  315. ["4"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  316. ["3"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  317. ["2"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  318. ["1"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  319. },
  320. ["6"] = {
  321. ["change"] = false,
  322. ["width"] = 60,
  323. ["height"] = 30,
  324. ["6"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  325. ["5"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  326. ["4"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  327. ["3"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  328. ["2"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  329. ["1"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  330. },
  331. ["5"] = {
  332. ["change"] = false,
  333. ["width"] = 72,
  334. ["height"] = 30,
  335. ["5"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  336. ["4"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  337. ["3"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  338. ["2"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  339. ["1"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  340. },
  341. ["4"] = {
  342. ["change"] = false,
  343. ["width"] = 90,
  344. ["height"] = 30,
  345. ["4"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  346. ["3"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  347. ["2"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  348. ["1"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  349. },
  350. ["3"] = {
  351. ["change"] = false,
  352. ["width"] = 120,
  353. ["height"] = 30,
  354. ["3"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  355. ["2"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  356. ["1"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  357. },
  358. ["2"] = {
  359. ["change"] = false,
  360. ["width"] = 180,
  361. ["height"] = 30,
  362. ["2"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  363. ["1"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  364. },
  365. ["1"] = {
  366. ["change"] = false,
  367. ["width"] = 360,
  368. ["height"] = 30,
  369. ["1"] = {["x"]=0, ["y"]=0, ["anchor"]="CENTER", ["anchorFrame"]="CENTER"},
  370. },
  371. },
  372. },
  373. },
  374. ["altPowerbar"] = {
  375. ["design"] = {
  376. ["insets"] = {
  377. ["left"] = 0, --!!!
  378. ["right"] = 0, --!!!
  379. ["top"] = 0, --!!!
  380. ["bottom"] = 0, --!!!
  381. },
  382. ["usedEffect"] = {
  383. ["activate"] = true, --!!!
  384. ["color"] = {["r"]=1, ["g"]=0.6, ["b"]=0, ["a"]=1}, --!!!
  385. },
  386. ["barTexture"] = {
  387. ["usePack"] = 1, --!!!
  388. ["pack1"]="Solid", --!!!
  389. ["pack2"]="None", --!!!
  390. },
  391. ["border"] = {
  392. ["texture"] = "Solid", --!!!
  393. ["size"] = 1, --!!!
  394. ["color"] = {["r"]=0, ["g"]=0, ["b"]=0, ["a"]=1}, --!!!
  395. },
  396. ["barBGTexture"]="Solid", --!!!
  397. ["BarBGColor"]={["r"]=0, ["g"]=0, ["b"]=0, ["a"]=0.5}, --!!!
  398. },
  399. },
  400. }
  401.  
  402. vexpower.defaults.createdTextfields = {
  403. ["1"]={
  404. ["text"]="[PowerCurrent]",
  405. ["font"]="Friz Quadrata TT",
  406. ["size"]=14,
  407. ["align"]="LEFT",
  408. ["x"]=5,
  409. ["y"]=-7,
  410. ["cptext"] = false,
  411. ["anchor"]="TOPLEFT",
  412. ["anchor2"]="TOPLEFT",
  413. ["width"]=100,
  414. ["color"]={["r"]=1, ["g"]=1, ["b"]=1, ["a"]=1},
  415. ["effect"]="OUTLINE",
  416. ["shadow"]={
  417. ["allow"] = false,
  418. ["offset"] = {["x"] = 5, ["y"] = 5},
  419. ["color"] = {["r"]=0, ["g"]=0, ["b"]=0, ["a"]=1},
  420. }
  421. },
  422. ["2"]={
  423. ["text"]="[PowerMax]",
  424. ["font"]="Friz Quadrata TT",
  425. ["size"]=14,
  426. ["align"]="RIGHT",
  427. ["x"]=-5,
  428. ["y"]=-7,
  429. ["cptext"] = false,
  430. ["anchor"]="TOPRIGHT",
  431. ["anchor2"]="TOPRIGHT",
  432. ["width"]=100,
  433. ["color"]={["r"]=1, ["g"]=1, ["b"]=1, ["a"]=1},
  434. ["effect"]="OUTLINE",
  435. ["shadow"]={
  436. ["allow"] = false,
  437. ["offset"] = {["x"] = 5, ["y"] = 5},
  438. ["color"] = {["r"]=0, ["g"]=0, ["b"]=0, ["a"]=1},
  439. }
  440. },
  441. ["3"] = {
  442. ["text"] = "[TimeLeft][PowerAltCurrent]",
  443. ["font"] = "Friz Quadrata TT",
  444. ["size"] = 14,
  445. ["align"] = "LEFT",
  446. ["x"] = 25,
  447. ["y"] = 50,
  448. ["cptext"] = true,
  449. ["anchor"] = "TOPLEFT",
  450. ["anchor2"] = "LEFT",
  451. ["width"] = 100,
  452. ["color"]={["r"]=1, ["g"]=1, ["b"]=1, ["a"]=1},
  453. ["effect"] = "OUTLINE",
  454. ["shadow"] = {
  455. ["allow"] = false,
  456. ["offset"] = {["x"] = 5, ["y"] = 5},
  457. ["color"] = {["r"]=0, ["g"]=0, ["b"]=0, ["a"]=1},
  458. },
  459. },
  460. }
  461.  
  462. vexpower.defaults.singleTextfield = {
  463. ["text"]="",
  464. ["font"]="Friz Quadrata TT",
  465. ["size"]=14,
  466. ["align"]="LEFT",
  467. ["x"]=25,
  468. ["y"]=-7,
  469. ["cptext"] = false,
  470. ["anchor"]="TOPLEFT",
  471. ["anchor2"]="TOPLEFT",
  472. ["width"]=100,
  473. ["color"]={["r"]=1, ["g"]=1, ["b"]=1, ["a"]=1},
  474. ["effect"]="OUTLINE",
  475. ["shadow"]={
  476. ["allow"] = false,
  477. ["offset"] = {["x"] = 5, ["y"] = 5},
  478. ["color"] = {["r"]=0, ["g"]=0, ["b"]=0, ["a"]=1},
  479. }
  480. }
  481.  
  482. vexpower.defaults.singleMarker = {
  483. ["position"] = "",
  484. ["name"] = "",
  485. ["ressource"] = {
  486. ["FOCUS"] = true,
  487. ["MANA"] = true,
  488. ["RUNIC_POWER"] = true,
  489. ["ENERGY"] = true,
  490. ["RAGE"] = true,
  491. ["PAIN"] = true,
  492. ["FURY"] = true,
  493. ["INSANITY"] = true,
  494. ["MAELSTROM"] = true,
  495. ["LUNAR_POWER"] = true,
  496. },
  497. ["spec"] = {
  498. [1] = true,
  499. [2] = true,
  500. [3] = true,
  501. [4] = true,
  502. },
  503. ["class"] = {
  504. ["PRIEST"] = true,
  505. ["MONK"] = true,
  506. ["MAGE"] = true,
  507. ["WARRIOR"] = true,
  508. ["DEATHKNIGHT"] = true,
  509. ["HUNTER"] = true,
  510. ["ROGUE"] = true,
  511. ["PALADIN"] = true,
  512. ["SHAMAN"] = true,
  513. ["DRUID"] = true,
  514. ["WARLOCK"] = true,
  515. ["DEMONHUNTER"] = true,
  516. },
  517. ["talent"] = {
  518. [1] = {true, true, true},
  519. [2] = {true, true, true},
  520. [3] = {true, true, true},
  521. [4] = {true, true, true},
  522. [5] = {true, true, true},
  523. [6] = {true, true, true},
  524. [7] = {true, true, true},
  525. },
  526. ["spell"] = {
  527. ["active"] = false,
  528. ["spelltype"] = "buff",
  529. ["identifier"] = {
  530. ["id"] = "",
  531. ["name"] = "",
  532. },
  533. ["stackControl"] = {
  534. ["active"] = false,
  535. ["stacks"] = 0,
  536. ["arithmetic"] = ">=",
  537. },
  538. }
  539. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement