Advertisement
Guest User

Untitled

a guest
Jan 11th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 115.69 KB | None | 0 0
  1. ["profiles"] = {
  2. ["Default"] = {
  3. ["powerColors"] = {
  4. ["FUEL"] = {
  5. ["b"] = 0.36,
  6. ["g"] = 0.47,
  7. ["r"] = 0.85,
  8. },
  9. ["SHADOWORBS"] = {
  10. ["b"] = 0.79,
  11. ["g"] = 0.51,
  12. ["r"] = 0.58,
  13. },
  14. ["LIGHTWELL"] = {
  15. ["b"] = 0.8,
  16. ["g"] = 0.8,
  17. ["r"] = 0.8,
  18. },
  19. ["BANKEDHOLYPOWER"] = {
  20. ["b"] = 0.84,
  21. ["g"] = 0.61,
  22. ["r"] = 0.96,
  23. },
  24. ["FOCUS"] = {
  25. ["b"] = 0.25,
  26. ["g"] = 0.5,
  27. ["r"] = 1,
  28. },
  29. ["DEMONICFURY"] = {
  30. ["b"] = 0.79,
  31. ["g"] = 0.51,
  32. ["r"] = 0.58,
  33. },
  34. ["FULLBURNINGEMBER"] = {
  35. ["b"] = 0.062,
  36. ["g"] = 0.09,
  37. ["r"] = 0.88,
  38. },
  39. ["STAGGER_RED"] = {
  40. ["b"] = 0.42,
  41. ["g"] = 0.42,
  42. ["r"] = 1,
  43. },
  44. ["RUNEOFPOWER"] = {
  45. ["b"] = 0.6,
  46. ["g"] = 0.45,
  47. ["r"] = 0.35,
  48. },
  49. ["COMBOPOINTS"] = {
  50. ["b"] = 0,
  51. ["g"] = 0.8,
  52. ["r"] = 1,
  53. },
  54. ["RUNES"] = {
  55. ["b"] = 0.5,
  56. ["g"] = 0.5,
  57. ["r"] = 0.5,
  58. },
  59. ["STAGGER_GREEN"] = {
  60. ["b"] = 0.52,
  61. ["g"] = 1,
  62. ["r"] = 0.52,
  63. },
  64. ["ENERGY"] = {
  65. ["b"] = 0.1,
  66. ["g"] = 0.85,
  67. ["r"] = 1,
  68. },
  69. ["MANA"] = {
  70. ["b"] = 0.85,
  71. ["g"] = 0.5,
  72. ["r"] = 0.3,
  73. },
  74. ["CHI"] = {
  75. ["b"] = 0.92,
  76. ["g"] = 1,
  77. ["r"] = 0.71,
  78. },
  79. ["AURAPOINTS"] = {
  80. ["b"] = 0,
  81. ["g"] = 0.8,
  82. ["r"] = 1,
  83. },
  84. ["POWER_TYPE_FEL_ENERGY"] = {
  85. ["b"] = 0,
  86. ["g"] = 0.98,
  87. ["r"] = 0.878,
  88. },
  89. ["MUSHROOMS"] = {
  90. ["b"] = 0.2,
  91. ["g"] = 0.9,
  92. ["r"] = 0.2,
  93. },
  94. ["ECLIPSE_SUN"] = {
  95. ["b"] = 0,
  96. ["g"] = 1,
  97. ["r"] = 1,
  98. },
  99. ["SOULSHARDS"] = {
  100. ["b"] = 0.79,
  101. ["g"] = 0.51,
  102. ["r"] = 0.58,
  103. },
  104. ["ECLIPSE_MOON"] = {
  105. ["b"] = 0.9,
  106. ["g"] = 0.52,
  107. ["r"] = 0.3,
  108. },
  109. ["BURNINGEMBERS"] = {
  110. ["b"] = 0.79,
  111. ["g"] = 0.51,
  112. ["r"] = 0.58,
  113. },
  114. ["RUNIC_POWER"] = {
  115. ["r"] = 0.35,
  116. ["g"] = 0.45,
  117. ["b"] = 0.6,
  118. },
  119. ["AMMOSLOT"] = {
  120. ["b"] = 0.55,
  121. ["g"] = 0.6,
  122. ["r"] = 0.85,
  123. },
  124. ["STATUE"] = {
  125. ["b"] = 0.6,
  126. ["g"] = 0.45,
  127. ["r"] = 0.35,
  128. },
  129. ["ALTERNATE"] = {
  130. ["b"] = 1,
  131. ["g"] = 0.941,
  132. ["r"] = 0.815,
  133. },
  134. ["HOLYPOWER"] = {
  135. ["b"] = 0.6,
  136. ["g"] = 0.9,
  137. ["r"] = 0.95,
  138. },
  139. ["STAGGER_YELLOW"] = {
  140. ["b"] = 0.72,
  141. ["g"] = 0.98,
  142. ["r"] = 1,
  143. },
  144. ["RAGE"] = {
  145. ["b"] = 0.3,
  146. ["g"] = 0.2,
  147. ["r"] = 0.9,
  148. },
  149. },
  150. ["auras"] = {
  151. ["borderType"] = "light",
  152. },
  153. ["healthColors"] = {
  154. ["aggro"] = {
  155. ["b"] = 0,
  156. ["g"] = 0,
  157. ["r"] = 0.9,
  158. },
  159. ["enemyUnattack"] = {
  160. ["b"] = 0.2,
  161. ["g"] = 0.2,
  162. ["r"] = 0.6,
  163. },
  164. ["neutral"] = {
  165. ["b"] = 0,
  166. ["g"] = 0.93,
  167. ["r"] = 0.93,
  168. },
  169. ["static"] = {
  170. ["b"] = 0.9,
  171. ["g"] = 0.2,
  172. ["r"] = 0.7,
  173. },
  174. ["friendly"] = {
  175. ["b"] = 0.2,
  176. ["g"] = 0.9,
  177. ["r"] = 0.2,
  178. },
  179. ["offline"] = {
  180. ["b"] = 0.5,
  181. ["g"] = 0.5,
  182. ["r"] = 0.5,
  183. },
  184. ["incAbsorb"] = {
  185. ["b"] = 0.09,
  186. ["g"] = 0.75,
  187. ["r"] = 0.93,
  188. },
  189. ["tapped"] = {
  190. ["b"] = 0.5,
  191. ["g"] = 0.5,
  192. ["r"] = 0.5,
  193. },
  194. ["hostile"] = {
  195. ["b"] = 0,
  196. ["g"] = 0,
  197. ["r"] = 0.9,
  198. },
  199. ["green"] = {
  200. ["b"] = 0.2,
  201. ["g"] = 0.9,
  202. ["r"] = 0.2,
  203. },
  204. ["yellow"] = {
  205. ["b"] = 0,
  206. ["g"] = 0.93,
  207. ["r"] = 0.93,
  208. },
  209. ["healAbsorb"] = {
  210. ["r"] = 0.68,
  211. ["g"] = 0.47,
  212. ["b"] = 1,
  213. },
  214. ["inc"] = {
  215. ["b"] = 0.23,
  216. ["g"] = 0.35,
  217. ["r"] = 0,
  218. },
  219. ["red"] = {
  220. ["b"] = 0,
  221. ["g"] = 0,
  222. ["r"] = 0.9,
  223. },
  224. },
  225. ["xpColors"] = {
  226. ["normal"] = {
  227. ["b"] = 0.55,
  228. ["g"] = 0,
  229. ["r"] = 0.58,
  230. },
  231. ["rested"] = {
  232. ["b"] = 0.88,
  233. ["g"] = 0.39,
  234. ["r"] = 0,
  235. },
  236. },
  237. ["locked"] = true,
  238. ["positions"] = {
  239. ["arenatarget"] = {
  240. ["anchorPoint"] = "RT",
  241. ["anchorTo"] = "$parent",
  242. },
  243. ["mainassisttarget"] = {
  244. ["anchorPoint"] = "RT",
  245. ["anchorTo"] = "$parent",
  246. },
  247. ["targettargettarget"] = {
  248. ["anchorPoint"] = "RC",
  249. ["anchorTo"] = "#SUFUnittargettarget",
  250. },
  251. ["arenatargettarget"] = {
  252. ["anchorPoint"] = "RT",
  253. ["anchorTo"] = "$parent",
  254. },
  255. ["targettarget"] = {
  256. ["anchorPoint"] = "TL",
  257. ["anchorTo"] = "#SUFUnittarget",
  258. ["y"] = -5,
  259. },
  260. ["arenapet"] = {
  261. ["anchorPoint"] = "RB",
  262. ["anchorTo"] = "$parent",
  263. },
  264. ["mainassisttargettarget"] = {
  265. ["anchorPoint"] = "RT",
  266. ["x"] = 150,
  267. ["anchorTo"] = "$parent",
  268. },
  269. ["party"] = {
  270. ["top"] = 638.290577317657,
  271. ["x"] = -57.3263733346039,
  272. ["point"] = "BOTTOMLEFT",
  273. ["relativePoint"] = "BOTTOMLEFT",
  274. ["bottom"] = 427.390579964103,
  275. ["y"] = 427.390579964103,
  276. },
  277. ["maintanktarget"] = {
  278. ["anchorPoint"] = "RT",
  279. ["anchorTo"] = "$parent",
  280. },
  281. ["focus"] = {
  282. ["y"] = 77.9000063286885,
  283. ["x"] = 106.953501347608,
  284. ["point"] = "CENTER",
  285. ["relativePoint"] = "CENTER",
  286. },
  287. ["target"] = {
  288. ["anchorPoint"] = "RT",
  289. ["x"] = -5,
  290. ["anchorTo"] = "#SUFUnitplayer",
  291. },
  292. ["raid"] = {
  293. ["anchorPoint"] = "C",
  294. },
  295. ["boss"] = {
  296. ["top"] = 641.333314095882,
  297. ["x"] = 958.399868955112,
  298. ["point"] = "BOTTOMLEFT",
  299. ["bottom"] = 375.333288442043,
  300. ["relativePoint"] = "BOTTOMLEFT",
  301. ["y"] = 375.333288442043,
  302. },
  303. ["battlegroundtarget"] = {
  304. ["anchorPoint"] = "RT",
  305. ["anchorTo"] = "$parent",
  306. },
  307. ["arena"] = {
  308. ["anchorPoint"] = "C",
  309. },
  310. ["battlegroundtargettarget"] = {
  311. ["anchorPoint"] = "RT",
  312. ["anchorTo"] = "$parent",
  313. },
  314. ["bosstargettarget"] = {
  315. ["anchorPoint"] = "RB",
  316. ["anchorTo"] = "$parent",
  317. },
  318. ["battlegroundpet"] = {
  319. ["anchorPoint"] = "RB",
  320. ["anchorTo"] = "$parent",
  321. },
  322. ["bosstarget"] = {
  323. ["anchorPoint"] = "RB",
  324. ["anchorTo"] = "$parent",
  325. },
  326. ["focustarget"] = {
  327. ["y"] = 96.7721760863151,
  328. ["x"] = 104.820066345531,
  329. ["point"] = "CENTER",
  330. ["relativePoint"] = "CENTER",
  331. },
  332. ["pet"] = {
  333. ["anchorPoint"] = "BL",
  334. ["anchorTo"] = "#SUFUnitplayer",
  335. ["y"] = 6,
  336. },
  337. ["mainassist"] = {
  338. ["anchorPoint"] = "C",
  339. },
  340. ["player"] = {
  341. ["y"] = 3.10534531451721,
  342. ["x"] = -3.79999972581864,
  343. ["point"] = "LEFT",
  344. ["relativePoint"] = "LEFT",
  345. },
  346. ["raidpet"] = {
  347. ["anchorPoint"] = "C",
  348. },
  349. ["pettarget"] = {
  350. ["anchorPoint"] = "C",
  351. },
  352. ["maintanktargettarget"] = {
  353. ["anchorPoint"] = "RT",
  354. ["x"] = 150,
  355. ["anchorTo"] = "$parent",
  356. },
  357. ["maintank"] = {
  358. ["anchorPoint"] = "C",
  359. },
  360. ["partytargettarget"] = {
  361. ["anchorPoint"] = "RT",
  362. ["anchorTo"] = "$parent",
  363. },
  364. ["battleground"] = {
  365. ["anchorPoint"] = "C",
  366. },
  367. },
  368. ["tooltipCombat"] = true,
  369. ["revision"] = 53,
  370. ["castColors"] = {
  371. ["cast"] = {
  372. ["b"] = 0.3,
  373. ["g"] = 0.7,
  374. ["r"] = 1,
  375. },
  376. ["finished"] = {
  377. ["b"] = 0.1,
  378. ["g"] = 1,
  379. ["r"] = 0.1,
  380. },
  381. ["channel"] = {
  382. ["b"] = 1,
  383. ["g"] = 0.25,
  384. ["r"] = 0.25,
  385. },
  386. ["uninterruptible"] = {
  387. ["b"] = 1,
  388. ["g"] = 0,
  389. ["r"] = 0.71,
  390. },
  391. ["interrupted"] = {
  392. ["b"] = 0,
  393. ["g"] = 0,
  394. ["r"] = 1,
  395. },
  396. },
  397. ["loadedLayout"] = true,
  398. ["backdrop"] = {
  399. ["borderColor"] = {
  400. ["a"] = 1,
  401. ["b"] = 0.5,
  402. ["g"] = 0.3,
  403. ["r"] = 0.3,
  404. },
  405. ["edgeSize"] = 5,
  406. ["tileSize"] = 1,
  407. ["borderTexture"] = "None",
  408. ["backgroundColor"] = {
  409. ["a"] = 0.8,
  410. ["b"] = 0,
  411. ["g"] = 0,
  412. ["r"] = 0,
  413. },
  414. ["backgroundTexture"] = "Chat Frame",
  415. ["clip"] = 1,
  416. ["inset"] = 3,
  417. },
  418. ["units"] = {
  419. ["arenatarget"] = {
  420. ["highlight"] = {
  421. ["size"] = 10,
  422. },
  423. ["indicators"] = {
  424. ["raidTarget"] = {
  425. ["y"] = 0,
  426. ["x"] = 0,
  427. ["anchorTo"] = "$parent",
  428. ["anchorPoint"] = "C",
  429. ["size"] = 20,
  430. },
  431. ["class"] = {
  432. ["y"] = 0,
  433. ["x"] = 0,
  434. ["anchorTo"] = "$parent",
  435. ["anchorPoint"] = "BL",
  436. ["size"] = 16,
  437. },
  438. },
  439. ["portrait"] = {
  440. ["type"] = "3D",
  441. ["alignment"] = "LEFT",
  442. ["fullAfter"] = 100,
  443. ["height"] = 0.5,
  444. ["fullBefore"] = 0,
  445. ["order"] = 15,
  446. ["width"] = 0.22,
  447. },
  448. ["emptyBar"] = {
  449. ["height"] = 1,
  450. ["background"] = true,
  451. ["reactionType"] = "none",
  452. ["order"] = 0,
  453. },
  454. ["width"] = 90,
  455. ["castBar"] = {
  456. ["time"] = {
  457. ["enabled"] = true,
  458. ["x"] = -1,
  459. ["anchorTo"] = "$parent",
  460. ["y"] = 0,
  461. ["anchorPoint"] = "CRI",
  462. ["size"] = 0,
  463. },
  464. ["height"] = 0.6,
  465. ["order"] = 40,
  466. ["background"] = true,
  467. ["icon"] = "HIDE",
  468. ["name"] = {
  469. ["y"] = 0,
  470. ["x"] = 1,
  471. ["anchorTo"] = "$parent",
  472. ["rank"] = true,
  473. ["anchorPoint"] = "CLI",
  474. ["enabled"] = true,
  475. ["size"] = 0,
  476. },
  477. },
  478. ["auras"] = {
  479. ["debuffs"] = {
  480. ["anchorPoint"] = "BL",
  481. ["y"] = 0,
  482. ["x"] = 0,
  483. ["size"] = 16,
  484. },
  485. ["buffs"] = {
  486. ["y"] = 0,
  487. ["anchorPoint"] = "BL",
  488. ["x"] = 0,
  489. ["size"] = 16,
  490. },
  491. },
  492. ["altPowerBar"] = {
  493. ["height"] = 0.4,
  494. ["background"] = true,
  495. ["order"] = 100,
  496. },
  497. ["text"] = {
  498. {
  499. ["width"] = 0.5,
  500. ["y"] = 0,
  501. ["x"] = 3,
  502. ["default"] = true,
  503. ["anchorPoint"] = "CLI",
  504. }, -- [1]
  505. {
  506. ["text"] = "[curhp]",
  507. ["width"] = 0.6,
  508. ["anchorPoint"] = "CRI",
  509. ["x"] = -3,
  510. ["default"] = true,
  511. ["y"] = 0,
  512. }, -- [2]
  513. {
  514. ["text"] = "",
  515. ["width"] = 0.5,
  516. ["anchorPoint"] = "CLI",
  517. ["x"] = 3,
  518. ["default"] = true,
  519. ["y"] = 0,
  520. }, -- [3]
  521. {
  522. ["text"] = "",
  523. ["width"] = 0.6,
  524. ["anchorPoint"] = "CRI",
  525. ["x"] = -3,
  526. ["default"] = true,
  527. ["y"] = 0,
  528. }, -- [4]
  529. {
  530. ["text"] = "[name]",
  531. ["width"] = 1,
  532. ["anchorPoint"] = "CLI",
  533. ["x"] = 3,
  534. ["default"] = true,
  535. }, -- [5]
  536. },
  537. ["height"] = 25,
  538. ["powerBar"] = {
  539. ["colorType"] = "type",
  540. ["order"] = 20,
  541. ["background"] = true,
  542. ["height"] = 0.6,
  543. },
  544. ["healthBar"] = {
  545. ["colorType"] = "class",
  546. ["order"] = 10,
  547. ["background"] = true,
  548. ["reactionType"] = "npc",
  549. ["height"] = 1.2,
  550. },
  551. },
  552. ["mainassisttarget"] = {
  553. ["highlight"] = {
  554. ["size"] = 10,
  555. },
  556. ["indicators"] = {
  557. ["raidTarget"] = {
  558. ["y"] = 0,
  559. ["x"] = 0,
  560. ["anchorTo"] = "$parent",
  561. ["anchorPoint"] = "C",
  562. ["size"] = 20,
  563. },
  564. ["class"] = {
  565. ["y"] = 0,
  566. ["x"] = 0,
  567. ["anchorTo"] = "$parent",
  568. ["anchorPoint"] = "BL",
  569. ["size"] = 16,
  570. },
  571. },
  572. ["portrait"] = {
  573. ["type"] = "3D",
  574. ["alignment"] = "LEFT",
  575. ["fullAfter"] = 100,
  576. ["height"] = 0.5,
  577. ["fullBefore"] = 0,
  578. ["order"] = 15,
  579. ["width"] = 0.22,
  580. },
  581. ["emptyBar"] = {
  582. ["height"] = 1,
  583. ["background"] = true,
  584. ["reactionType"] = "none",
  585. ["order"] = 0,
  586. },
  587. ["width"] = 150,
  588. ["castBar"] = {
  589. ["time"] = {
  590. ["enabled"] = true,
  591. ["x"] = -1,
  592. ["anchorTo"] = "$parent",
  593. ["y"] = 0,
  594. ["anchorPoint"] = "CRI",
  595. ["size"] = 0,
  596. },
  597. ["height"] = 0.6,
  598. ["order"] = 40,
  599. ["background"] = true,
  600. ["icon"] = "HIDE",
  601. ["name"] = {
  602. ["y"] = 0,
  603. ["x"] = 1,
  604. ["anchorTo"] = "$parent",
  605. ["rank"] = true,
  606. ["anchorPoint"] = "CLI",
  607. ["enabled"] = true,
  608. ["size"] = 0,
  609. },
  610. },
  611. ["auras"] = {
  612. ["debuffs"] = {
  613. ["anchorPoint"] = "BL",
  614. ["y"] = 0,
  615. ["x"] = 0,
  616. ["size"] = 16,
  617. },
  618. ["buffs"] = {
  619. ["y"] = 0,
  620. ["anchorPoint"] = "BL",
  621. ["x"] = 0,
  622. ["size"] = 16,
  623. },
  624. },
  625. ["altPowerBar"] = {
  626. ["height"] = 0.4,
  627. ["background"] = true,
  628. ["order"] = 100,
  629. },
  630. ["text"] = {
  631. {
  632. ["text"] = "[(()afk() )][name]",
  633. ["width"] = 0.5,
  634. ["anchorPoint"] = "CLI",
  635. ["x"] = 3,
  636. ["default"] = true,
  637. ["y"] = 0,
  638. }, -- [1]
  639. {
  640. ["width"] = 0.6,
  641. ["y"] = 0,
  642. ["x"] = -3,
  643. ["default"] = true,
  644. ["anchorPoint"] = "CRI",
  645. }, -- [2]
  646. {
  647. ["text"] = "[level( )][classification( )][perpp]",
  648. ["width"] = 0.5,
  649. ["anchorPoint"] = "CLI",
  650. ["x"] = 3,
  651. ["default"] = true,
  652. ["y"] = 0,
  653. }, -- [3]
  654. {
  655. ["width"] = 0.6,
  656. ["y"] = 0,
  657. ["x"] = -3,
  658. ["default"] = true,
  659. ["anchorPoint"] = "CRI",
  660. }, -- [4]
  661. {
  662. ["text"] = "[(()afk() )][name]",
  663. ["width"] = 1,
  664. ["anchorPoint"] = "CLI",
  665. ["x"] = 3,
  666. ["default"] = true,
  667. }, -- [5]
  668. },
  669. ["height"] = 40,
  670. ["powerBar"] = {
  671. ["colorType"] = "type",
  672. ["order"] = 20,
  673. ["background"] = true,
  674. ["height"] = 1,
  675. },
  676. ["healthBar"] = {
  677. ["colorType"] = "class",
  678. ["order"] = 10,
  679. ["background"] = true,
  680. ["reactionType"] = "npc",
  681. ["height"] = 1.2,
  682. },
  683. },
  684. ["targettargettarget"] = {
  685. ["highlight"] = {
  686. ["height"] = 0.5,
  687. ["size"] = 10,
  688. },
  689. ["healthBar"] = {
  690. ["colorType"] = "percent",
  691. ["order"] = 10,
  692. ["background"] = true,
  693. ["reactionType"] = "npc",
  694. ["height"] = 1.2,
  695. },
  696. ["emptyBar"] = {
  697. ["height"] = 1,
  698. ["background"] = true,
  699. ["reactionType"] = "none",
  700. ["order"] = 0,
  701. },
  702. ["scale"] = 1.25,
  703. ["text"] = {
  704. {
  705. ["width"] = 1,
  706. ["y"] = 0,
  707. ["x"] = 3,
  708. ["default"] = true,
  709. ["anchorPoint"] = "CLI",
  710. }, -- [1]
  711. {
  712. ["text"] = "[perhp]",
  713. ["width"] = 0.6,
  714. ["anchorPoint"] = "CRI",
  715. ["x"] = -3,
  716. ["default"] = true,
  717. ["y"] = 0,
  718. }, -- [2]
  719. {
  720. ["text"] = "",
  721. ["width"] = 0.5,
  722. ["anchorPoint"] = "CLI",
  723. ["x"] = 3,
  724. ["default"] = true,
  725. ["y"] = 0,
  726. }, -- [3]
  727. {
  728. ["text"] = "",
  729. ["width"] = 0.6,
  730. ["anchorPoint"] = "CRI",
  731. ["x"] = -3,
  732. ["default"] = true,
  733. ["y"] = 0,
  734. }, -- [4]
  735. {
  736. ["width"] = 1,
  737. ["x"] = 3,
  738. ["default"] = true,
  739. ["anchorPoint"] = "CLI",
  740. }, -- [5]
  741. },
  742. ["range"] = {
  743. ["height"] = 0.5,
  744. },
  745. ["width"] = 80,
  746. ["castBar"] = {
  747. ["time"] = {
  748. ["enabled"] = true,
  749. ["x"] = -1,
  750. ["anchorTo"] = "$parent",
  751. ["y"] = 0,
  752. ["anchorPoint"] = "CRI",
  753. ["size"] = 0,
  754. },
  755. ["height"] = 0.6,
  756. ["order"] = 40,
  757. ["background"] = true,
  758. ["icon"] = "HIDE",
  759. ["name"] = {
  760. ["y"] = 0,
  761. ["x"] = 1,
  762. ["anchorTo"] = "$parent",
  763. ["rank"] = true,
  764. ["anchorPoint"] = "CLI",
  765. ["enabled"] = true,
  766. ["size"] = 0,
  767. },
  768. },
  769. ["auras"] = {
  770. ["height"] = 0.5,
  771. ["buffs"] = {
  772. ["y"] = 0,
  773. ["anchorPoint"] = "BL",
  774. ["x"] = 0,
  775. ["size"] = 16,
  776. },
  777. ["debuffs"] = {
  778. ["anchorPoint"] = "BL",
  779. ["y"] = 0,
  780. ["x"] = 0,
  781. ["size"] = 16,
  782. },
  783. },
  784. ["altPowerBar"] = {
  785. ["height"] = 0.4,
  786. ["background"] = true,
  787. ["order"] = 100,
  788. },
  789. ["indicators"] = {
  790. ["raidTarget"] = {
  791. ["y"] = 0,
  792. ["x"] = 0,
  793. ["anchorTo"] = "$parent",
  794. ["anchorPoint"] = "C",
  795. ["size"] = 20,
  796. },
  797. ["class"] = {
  798. ["y"] = 0,
  799. ["x"] = 0,
  800. ["anchorTo"] = "$parent",
  801. ["anchorPoint"] = "BL",
  802. ["size"] = 16,
  803. },
  804. ["height"] = 0.5,
  805. },
  806. ["height"] = 30,
  807. ["auraIndicators"] = {
  808. ["height"] = 0.5,
  809. },
  810. ["powerBar"] = {
  811. ["enabled"] = false,
  812. ["colorType"] = "type",
  813. ["order"] = 20,
  814. ["background"] = true,
  815. ["height"] = 0.6,
  816. },
  817. ["portrait"] = {
  818. ["type"] = "3D",
  819. ["alignment"] = "RIGHT",
  820. ["fullAfter"] = 100,
  821. ["height"] = 0.5,
  822. ["fullBefore"] = 0,
  823. ["order"] = 15,
  824. ["width"] = 0.22,
  825. },
  826. },
  827. ["partytarget"] = {
  828. ["highlight"] = {
  829. ["size"] = 10,
  830. },
  831. ["auras"] = {
  832. ["debuffs"] = {
  833. ["anchorPoint"] = "BL",
  834. ["y"] = 0,
  835. ["x"] = 0,
  836. ["size"] = 16,
  837. },
  838. ["buffs"] = {
  839. ["y"] = 0,
  840. ["anchorPoint"] = "BL",
  841. ["x"] = 0,
  842. ["size"] = 16,
  843. },
  844. },
  845. ["castBar"] = {
  846. ["time"] = {
  847. ["enabled"] = true,
  848. ["x"] = -1,
  849. ["anchorTo"] = "$parent",
  850. ["y"] = 0,
  851. ["anchorPoint"] = "CRI",
  852. ["size"] = 0,
  853. },
  854. ["height"] = 0.6,
  855. ["order"] = 40,
  856. ["background"] = true,
  857. ["icon"] = "HIDE",
  858. ["name"] = {
  859. ["y"] = 0,
  860. ["x"] = 1,
  861. ["anchorTo"] = "$parent",
  862. ["rank"] = true,
  863. ["anchorPoint"] = "CLI",
  864. ["enabled"] = true,
  865. ["size"] = 0,
  866. },
  867. },
  868. ["powerBar"] = {
  869. ["colorType"] = "type",
  870. ["order"] = 20,
  871. ["background"] = true,
  872. ["height"] = 0.6,
  873. },
  874. ["healthBar"] = {
  875. ["colorType"] = "class",
  876. ["order"] = 10,
  877. ["background"] = true,
  878. ["reactionType"] = "npc",
  879. ["height"] = 1.2,
  880. },
  881. ["emptyBar"] = {
  882. ["height"] = 1,
  883. ["background"] = true,
  884. ["reactionType"] = "none",
  885. ["order"] = 0,
  886. },
  887. ["width"] = 90,
  888. ["altPowerBar"] = {
  889. ["height"] = 0.4,
  890. ["background"] = true,
  891. ["order"] = 100,
  892. },
  893. ["height"] = 25,
  894. ["indicators"] = {
  895. ["raidTarget"] = {
  896. ["y"] = 0,
  897. ["x"] = 0,
  898. ["anchorTo"] = "$parent",
  899. ["anchorPoint"] = "C",
  900. ["size"] = 20,
  901. },
  902. ["class"] = {
  903. ["y"] = 0,
  904. ["x"] = 0,
  905. ["anchorTo"] = "$parent",
  906. ["anchorPoint"] = "BL",
  907. ["size"] = 16,
  908. },
  909. },
  910. ["text"] = {
  911. {
  912. ["width"] = 0.5,
  913. ["y"] = 0,
  914. ["x"] = 3,
  915. ["default"] = true,
  916. ["anchorPoint"] = "CLI",
  917. }, -- [1]
  918. {
  919. ["text"] = "[curhp]",
  920. ["width"] = 0.6,
  921. ["anchorPoint"] = "CRI",
  922. ["x"] = -3,
  923. ["default"] = true,
  924. ["y"] = 0,
  925. }, -- [2]
  926. {
  927. ["text"] = "",
  928. ["width"] = 0.5,
  929. ["anchorPoint"] = "CLI",
  930. ["x"] = 3,
  931. ["default"] = true,
  932. ["y"] = 0,
  933. }, -- [3]
  934. {
  935. ["text"] = "",
  936. ["width"] = 0.6,
  937. ["anchorPoint"] = "CRI",
  938. ["x"] = -3,
  939. ["default"] = true,
  940. ["y"] = 0,
  941. }, -- [4]
  942. {
  943. ["text"] = "[name]",
  944. ["width"] = 1,
  945. ["anchorPoint"] = "CLI",
  946. ["x"] = 3,
  947. ["default"] = true,
  948. }, -- [5]
  949. },
  950. ["portrait"] = {
  951. ["type"] = "3D",
  952. ["alignment"] = "LEFT",
  953. ["fullAfter"] = 100,
  954. ["height"] = 0.5,
  955. ["fullBefore"] = 0,
  956. ["order"] = 15,
  957. ["width"] = 0.22,
  958. },
  959. },
  960. ["arenatargettarget"] = {
  961. ["healthBar"] = {
  962. ["colorType"] = "class",
  963. ["order"] = 10,
  964. ["background"] = true,
  965. ["height"] = 1.2,
  966. ["reactionType"] = "npc",
  967. },
  968. ["indicators"] = {
  969. ["raidTarget"] = {
  970. ["y"] = 0,
  971. ["x"] = 0,
  972. ["anchorTo"] = "$parent",
  973. ["anchorPoint"] = "C",
  974. ["size"] = 20,
  975. },
  976. ["class"] = {
  977. ["y"] = 0,
  978. ["x"] = 0,
  979. ["anchorTo"] = "$parent",
  980. ["anchorPoint"] = "BL",
  981. ["size"] = 16,
  982. },
  983. },
  984. ["highlight"] = {
  985. ["size"] = 10,
  986. },
  987. ["emptyBar"] = {
  988. ["height"] = 1,
  989. ["background"] = true,
  990. ["order"] = 0,
  991. ["reactionType"] = "none",
  992. },
  993. ["auras"] = {
  994. ["buffs"] = {
  995. ["y"] = 0,
  996. ["anchorPoint"] = "BL",
  997. ["x"] = 0,
  998. ["size"] = 16,
  999. },
  1000. ["debuffs"] = {
  1001. ["y"] = 0,
  1002. ["anchorPoint"] = "BL",
  1003. ["x"] = 0,
  1004. ["size"] = 16,
  1005. },
  1006. },
  1007. ["castBar"] = {
  1008. ["time"] = {
  1009. ["enabled"] = true,
  1010. ["x"] = -1,
  1011. ["anchorTo"] = "$parent",
  1012. ["y"] = 0,
  1013. ["anchorPoint"] = "CRI",
  1014. ["size"] = 0,
  1015. },
  1016. ["name"] = {
  1017. ["y"] = 0,
  1018. ["x"] = 1,
  1019. ["anchorTo"] = "$parent",
  1020. ["size"] = 0,
  1021. ["enabled"] = true,
  1022. ["anchorPoint"] = "CLI",
  1023. ["rank"] = true,
  1024. },
  1025. ["order"] = 40,
  1026. ["background"] = true,
  1027. ["icon"] = "HIDE",
  1028. ["height"] = 0.6,
  1029. },
  1030. ["text"] = {
  1031. {
  1032. ["width"] = 0.5,
  1033. ["y"] = 0,
  1034. ["x"] = 3,
  1035. ["default"] = true,
  1036. ["anchorPoint"] = "CLI",
  1037. }, -- [1]
  1038. {
  1039. ["text"] = "[curhp]",
  1040. ["width"] = 0.6,
  1041. ["y"] = 0,
  1042. ["x"] = -3,
  1043. ["default"] = true,
  1044. ["anchorPoint"] = "CRI",
  1045. }, -- [2]
  1046. {
  1047. ["text"] = "",
  1048. ["width"] = 0.5,
  1049. ["y"] = 0,
  1050. ["x"] = 3,
  1051. ["default"] = true,
  1052. ["anchorPoint"] = "CLI",
  1053. }, -- [3]
  1054. {
  1055. ["text"] = "",
  1056. ["width"] = 0.6,
  1057. ["y"] = 0,
  1058. ["x"] = -3,
  1059. ["default"] = true,
  1060. ["anchorPoint"] = "CRI",
  1061. }, -- [4]
  1062. {
  1063. ["text"] = "[name]",
  1064. ["width"] = 1,
  1065. ["anchorPoint"] = "CLI",
  1066. ["x"] = 3,
  1067. ["default"] = true,
  1068. }, -- [5]
  1069. },
  1070. ["altPowerBar"] = {
  1071. ["height"] = 0.4,
  1072. ["background"] = true,
  1073. ["order"] = 100,
  1074. },
  1075. ["width"] = 90,
  1076. ["height"] = 25,
  1077. ["powerBar"] = {
  1078. ["colorType"] = "type",
  1079. ["height"] = 0.6,
  1080. ["background"] = true,
  1081. ["order"] = 20,
  1082. },
  1083. ["portrait"] = {
  1084. ["type"] = "3D",
  1085. ["alignment"] = "LEFT",
  1086. ["fullAfter"] = 100,
  1087. ["height"] = 0.5,
  1088. ["fullBefore"] = 0,
  1089. ["order"] = 15,
  1090. ["width"] = 0.22,
  1091. },
  1092. },
  1093. ["raid"] = {
  1094. ["portrait"] = {
  1095. ["type"] = "3D",
  1096. ["alignment"] = "LEFT",
  1097. ["fullAfter"] = 100,
  1098. ["height"] = 0.5,
  1099. ["fullBefore"] = 0,
  1100. ["order"] = 15,
  1101. ["width"] = 0.22,
  1102. },
  1103. ["auras"] = {
  1104. ["debuffs"] = {
  1105. ["anchorPoint"] = "BL",
  1106. ["y"] = 0,
  1107. ["x"] = 0,
  1108. ["size"] = 16,
  1109. },
  1110. ["buffs"] = {
  1111. ["y"] = 0,
  1112. ["anchorPoint"] = "BL",
  1113. ["x"] = 0,
  1114. ["size"] = 16,
  1115. },
  1116. },
  1117. ["castBar"] = {
  1118. ["time"] = {
  1119. ["enabled"] = true,
  1120. ["x"] = -1,
  1121. ["anchorTo"] = "$parent",
  1122. ["y"] = 0,
  1123. ["anchorPoint"] = "CRI",
  1124. ["size"] = 0,
  1125. },
  1126. ["height"] = 0.6,
  1127. ["order"] = 40,
  1128. ["background"] = true,
  1129. ["icon"] = "HIDE",
  1130. ["name"] = {
  1131. ["y"] = 0,
  1132. ["x"] = 1,
  1133. ["anchorTo"] = "$parent",
  1134. ["rank"] = true,
  1135. ["anchorPoint"] = "CLI",
  1136. ["enabled"] = true,
  1137. ["size"] = 0,
  1138. },
  1139. },
  1140. ["groupSpacing"] = 0,
  1141. ["powerBar"] = {
  1142. ["colorType"] = "type",
  1143. ["order"] = 20,
  1144. ["background"] = true,
  1145. ["height"] = 0.3,
  1146. },
  1147. ["healthBar"] = {
  1148. ["colorType"] = "class",
  1149. ["order"] = 10,
  1150. ["background"] = true,
  1151. ["reactionType"] = "none",
  1152. ["height"] = 1.2,
  1153. },
  1154. ["text"] = {
  1155. {
  1156. ["text"] = "[(()afk() )][name]",
  1157. ["width"] = 0.5,
  1158. ["anchorPoint"] = "CLI",
  1159. ["x"] = 3,
  1160. ["default"] = true,
  1161. ["y"] = 0,
  1162. }, -- [1]
  1163. {
  1164. ["text"] = "[missinghp]",
  1165. ["width"] = 0.6,
  1166. ["anchorPoint"] = "CRI",
  1167. ["x"] = -3,
  1168. ["default"] = true,
  1169. ["y"] = 0,
  1170. }, -- [2]
  1171. {
  1172. ["text"] = "",
  1173. ["width"] = 0.5,
  1174. ["anchorPoint"] = "CLI",
  1175. ["x"] = 3,
  1176. ["default"] = true,
  1177. ["y"] = 0,
  1178. }, -- [3]
  1179. {
  1180. ["text"] = "",
  1181. ["width"] = 0.6,
  1182. ["anchorPoint"] = "CRI",
  1183. ["x"] = -3,
  1184. ["default"] = true,
  1185. ["y"] = 0,
  1186. }, -- [4]
  1187. {
  1188. ["text"] = "[(()afk() )][name]",
  1189. ["width"] = 1,
  1190. ["anchorPoint"] = "CLI",
  1191. ["x"] = 3,
  1192. ["default"] = true,
  1193. }, -- [5]
  1194. },
  1195. ["maxColumns"] = 8,
  1196. ["altPowerBar"] = {
  1197. ["height"] = 0.4,
  1198. ["background"] = true,
  1199. ["order"] = 100,
  1200. },
  1201. ["height"] = 30,
  1202. ["indicators"] = {
  1203. ["raidTarget"] = {
  1204. ["y"] = 0,
  1205. ["x"] = 0,
  1206. ["anchorTo"] = "$parent",
  1207. ["anchorPoint"] = "C",
  1208. ["size"] = 20,
  1209. },
  1210. ["lfdRole"] = {
  1211. ["y"] = 14,
  1212. ["x"] = 3,
  1213. ["anchorTo"] = "$parent",
  1214. ["anchorPoint"] = "BR",
  1215. ["size"] = 14,
  1216. },
  1217. ["resurrect"] = {
  1218. ["y"] = -1,
  1219. ["x"] = 37,
  1220. ["anchorTo"] = "$parent",
  1221. ["anchorPoint"] = "LC",
  1222. ["size"] = 28,
  1223. },
  1224. ["masterLoot"] = {
  1225. ["anchorPoint"] = "TR",
  1226. ["x"] = -2,
  1227. ["anchorTo"] = "$parent",
  1228. ["y"] = -10,
  1229. ["size"] = 12,
  1230. },
  1231. ["leader"] = {
  1232. ["y"] = -12,
  1233. ["x"] = 2,
  1234. ["anchorTo"] = "$parent",
  1235. ["anchorPoint"] = "TL",
  1236. ["size"] = 14,
  1237. },
  1238. ["role"] = {
  1239. ["enabled"] = false,
  1240. ["x"] = 0,
  1241. ["anchorTo"] = "$parent",
  1242. ["anchorPoint"] = "BR",
  1243. ["y"] = 14,
  1244. ["size"] = 14,
  1245. },
  1246. ["status"] = {
  1247. ["y"] = -2,
  1248. ["x"] = 12,
  1249. ["anchorTo"] = "$parent",
  1250. ["anchorPoint"] = "LB",
  1251. ["size"] = 16,
  1252. },
  1253. ["pvp"] = {
  1254. ["anchorPoint"] = "BL",
  1255. ["x"] = 0,
  1256. ["anchorTo"] = "$parent",
  1257. ["y"] = 11,
  1258. ["size"] = 22,
  1259. },
  1260. ["class"] = {
  1261. ["y"] = 0,
  1262. ["x"] = 0,
  1263. ["anchorTo"] = "$parent",
  1264. ["anchorPoint"] = "BL",
  1265. ["size"] = 16,
  1266. },
  1267. ["ready"] = {
  1268. ["anchorPoint"] = "LC",
  1269. ["x"] = 25,
  1270. ["anchorTo"] = "$parent",
  1271. ["y"] = 0,
  1272. ["size"] = 24,
  1273. },
  1274. },
  1275. ["scale"] = 0.85,
  1276. ["incAbsorb"] = {
  1277. ["cap"] = 1,
  1278. },
  1279. ["incHeal"] = {
  1280. ["cap"] = 1,
  1281. },
  1282. ["groupsPerRow"] = 8,
  1283. ["unitsPerColumn"] = 8,
  1284. ["attribAnchorPoint"] = "LEFT",
  1285. ["width"] = 100,
  1286. ["columnSpacing"] = 5,
  1287. ["highlight"] = {
  1288. ["size"] = 10,
  1289. },
  1290. ["emptyBar"] = {
  1291. ["height"] = 1,
  1292. ["background"] = true,
  1293. ["reactionType"] = "none",
  1294. ["order"] = 0,
  1295. },
  1296. },
  1297. ["arenapet"] = {
  1298. ["indicators"] = {
  1299. ["raidTarget"] = {
  1300. ["y"] = 0,
  1301. ["x"] = 0,
  1302. ["anchorTo"] = "$parent",
  1303. ["anchorPoint"] = "C",
  1304. ["size"] = 20,
  1305. },
  1306. },
  1307. ["auras"] = {
  1308. ["debuffs"] = {
  1309. ["anchorPoint"] = "BL",
  1310. ["y"] = 0,
  1311. ["x"] = 0,
  1312. ["size"] = 16,
  1313. },
  1314. ["buffs"] = {
  1315. ["y"] = 0,
  1316. ["anchorPoint"] = "BL",
  1317. ["x"] = 0,
  1318. ["size"] = 16,
  1319. },
  1320. },
  1321. ["castBar"] = {
  1322. ["time"] = {
  1323. ["enabled"] = true,
  1324. ["x"] = -1,
  1325. ["anchorTo"] = "$parent",
  1326. ["y"] = 0,
  1327. ["anchorPoint"] = "CRI",
  1328. ["size"] = 0,
  1329. },
  1330. ["height"] = 0.6,
  1331. ["order"] = 40,
  1332. ["background"] = true,
  1333. ["icon"] = "HIDE",
  1334. ["name"] = {
  1335. ["y"] = 0,
  1336. ["x"] = 1,
  1337. ["anchorTo"] = "$parent",
  1338. ["rank"] = true,
  1339. ["anchorPoint"] = "CLI",
  1340. ["enabled"] = true,
  1341. ["size"] = 0,
  1342. },
  1343. },
  1344. ["powerBar"] = {
  1345. ["colorType"] = "type",
  1346. ["order"] = 20,
  1347. ["background"] = true,
  1348. ["height"] = 0.6,
  1349. },
  1350. ["healthBar"] = {
  1351. ["colorType"] = "class",
  1352. ["order"] = 10,
  1353. ["background"] = true,
  1354. ["reactionType"] = "npc",
  1355. ["height"] = 1.2,
  1356. },
  1357. ["emptyBar"] = {
  1358. ["height"] = 1,
  1359. ["background"] = true,
  1360. ["reactionType"] = "none",
  1361. ["order"] = 0,
  1362. },
  1363. ["width"] = 90,
  1364. ["altPowerBar"] = {
  1365. ["height"] = 0.4,
  1366. ["background"] = true,
  1367. ["order"] = 100,
  1368. },
  1369. ["height"] = 25,
  1370. ["highlight"] = {
  1371. ["size"] = 10,
  1372. },
  1373. ["text"] = {
  1374. {
  1375. ["width"] = 0.5,
  1376. ["y"] = 0,
  1377. ["x"] = 3,
  1378. ["default"] = true,
  1379. ["anchorPoint"] = "CLI",
  1380. }, -- [1]
  1381. {
  1382. ["text"] = "[curhp]",
  1383. ["width"] = 0.6,
  1384. ["anchorPoint"] = "CRI",
  1385. ["x"] = -3,
  1386. ["default"] = true,
  1387. ["y"] = 0,
  1388. }, -- [2]
  1389. {
  1390. ["text"] = "",
  1391. ["width"] = 0.5,
  1392. ["anchorPoint"] = "CLI",
  1393. ["x"] = 3,
  1394. ["default"] = true,
  1395. ["y"] = 0,
  1396. }, -- [3]
  1397. {
  1398. ["text"] = "",
  1399. ["width"] = 0.6,
  1400. ["anchorPoint"] = "CRI",
  1401. ["x"] = -3,
  1402. ["default"] = true,
  1403. ["y"] = 0,
  1404. }, -- [4]
  1405. {
  1406. ["text"] = "[name]",
  1407. ["width"] = 1,
  1408. ["anchorPoint"] = "CLI",
  1409. ["x"] = 3,
  1410. ["default"] = true,
  1411. }, -- [5]
  1412. },
  1413. ["portrait"] = {
  1414. ["type"] = "3D",
  1415. ["alignment"] = "LEFT",
  1416. ["fullAfter"] = 100,
  1417. ["height"] = 0.5,
  1418. ["fullBefore"] = 0,
  1419. ["order"] = 15,
  1420. ["width"] = 0.22,
  1421. },
  1422. },
  1423. ["mainassisttargettarget"] = {
  1424. ["healthBar"] = {
  1425. ["colorType"] = "class",
  1426. ["order"] = 10,
  1427. ["background"] = true,
  1428. ["height"] = 1.2,
  1429. ["reactionType"] = "npc",
  1430. },
  1431. ["indicators"] = {
  1432. ["raidTarget"] = {
  1433. ["y"] = 0,
  1434. ["x"] = 0,
  1435. ["anchorTo"] = "$parent",
  1436. ["anchorPoint"] = "C",
  1437. ["size"] = 20,
  1438. },
  1439. ["class"] = {
  1440. ["y"] = 0,
  1441. ["x"] = 0,
  1442. ["anchorTo"] = "$parent",
  1443. ["anchorPoint"] = "BL",
  1444. ["size"] = 16,
  1445. },
  1446. },
  1447. ["highlight"] = {
  1448. ["size"] = 10,
  1449. },
  1450. ["emptyBar"] = {
  1451. ["height"] = 1,
  1452. ["background"] = true,
  1453. ["order"] = 0,
  1454. ["reactionType"] = "none",
  1455. },
  1456. ["auras"] = {
  1457. ["buffs"] = {
  1458. ["y"] = 0,
  1459. ["anchorPoint"] = "BL",
  1460. ["x"] = 0,
  1461. ["size"] = 16,
  1462. },
  1463. ["debuffs"] = {
  1464. ["y"] = 0,
  1465. ["anchorPoint"] = "BL",
  1466. ["x"] = 0,
  1467. ["size"] = 16,
  1468. },
  1469. },
  1470. ["castBar"] = {
  1471. ["time"] = {
  1472. ["enabled"] = true,
  1473. ["x"] = -1,
  1474. ["anchorTo"] = "$parent",
  1475. ["y"] = 0,
  1476. ["anchorPoint"] = "CRI",
  1477. ["size"] = 0,
  1478. },
  1479. ["name"] = {
  1480. ["y"] = 0,
  1481. ["x"] = 1,
  1482. ["anchorTo"] = "$parent",
  1483. ["size"] = 0,
  1484. ["enabled"] = true,
  1485. ["anchorPoint"] = "CLI",
  1486. ["rank"] = true,
  1487. },
  1488. ["order"] = 40,
  1489. ["background"] = true,
  1490. ["icon"] = "HIDE",
  1491. ["height"] = 0.6,
  1492. },
  1493. ["text"] = {
  1494. {
  1495. ["text"] = "[(()afk() )][name]",
  1496. ["width"] = 0.5,
  1497. ["y"] = 0,
  1498. ["x"] = 3,
  1499. ["default"] = true,
  1500. ["anchorPoint"] = "CLI",
  1501. }, -- [1]
  1502. {
  1503. ["width"] = 0.6,
  1504. ["y"] = 0,
  1505. ["x"] = -3,
  1506. ["default"] = true,
  1507. ["anchorPoint"] = "CRI",
  1508. }, -- [2]
  1509. {
  1510. ["text"] = "[level( )][classification( )][perpp]",
  1511. ["width"] = 0.5,
  1512. ["y"] = 0,
  1513. ["x"] = 3,
  1514. ["default"] = true,
  1515. ["anchorPoint"] = "CLI",
  1516. }, -- [3]
  1517. {
  1518. ["width"] = 0.6,
  1519. ["y"] = 0,
  1520. ["x"] = -3,
  1521. ["default"] = true,
  1522. ["anchorPoint"] = "CRI",
  1523. }, -- [4]
  1524. {
  1525. ["text"] = "[(()afk() )][name]",
  1526. ["width"] = 1,
  1527. ["anchorPoint"] = "CLI",
  1528. ["x"] = 3,
  1529. ["default"] = true,
  1530. }, -- [5]
  1531. },
  1532. ["altPowerBar"] = {
  1533. ["height"] = 0.4,
  1534. ["background"] = true,
  1535. ["order"] = 100,
  1536. },
  1537. ["width"] = 150,
  1538. ["height"] = 40,
  1539. ["powerBar"] = {
  1540. ["colorType"] = "type",
  1541. ["height"] = 1,
  1542. ["background"] = true,
  1543. ["order"] = 20,
  1544. },
  1545. ["portrait"] = {
  1546. ["type"] = "3D",
  1547. ["alignment"] = "LEFT",
  1548. ["fullAfter"] = 100,
  1549. ["height"] = 0.5,
  1550. ["fullBefore"] = 0,
  1551. ["order"] = 15,
  1552. ["width"] = 0.22,
  1553. },
  1554. },
  1555. ["party"] = {
  1556. ["portrait"] = {
  1557. ["type"] = "3D",
  1558. ["alignment"] = "LEFT",
  1559. ["fullAfter"] = 50,
  1560. ["height"] = 0.5,
  1561. ["fullBefore"] = 0,
  1562. ["order"] = 15,
  1563. ["width"] = 0.22,
  1564. },
  1565. ["range"] = {
  1566. ["enabled"] = true,
  1567. ["height"] = 0.5,
  1568. },
  1569. ["auras"] = {
  1570. ["height"] = 0.5,
  1571. ["buffs"] = {
  1572. ["enabled"] = true,
  1573. ["y"] = 4,
  1574. ["x"] = 0,
  1575. ["anchorPoint"] = "BL",
  1576. ["size"] = 16,
  1577. },
  1578. ["debuffs"] = {
  1579. ["enabled"] = true,
  1580. ["anchorPoint"] = "BL",
  1581. ["x"] = 0,
  1582. ["y"] = 0,
  1583. ["size"] = 16,
  1584. },
  1585. },
  1586. ["castBar"] = {
  1587. ["enabled"] = true,
  1588. ["time"] = {
  1589. ["enabled"] = true,
  1590. ["x"] = -1,
  1591. ["anchorTo"] = "$parent",
  1592. ["y"] = 0,
  1593. ["anchorPoint"] = "CRI",
  1594. ["size"] = 0,
  1595. },
  1596. ["height"] = 0.6,
  1597. ["order"] = 60,
  1598. ["background"] = true,
  1599. ["icon"] = "HIDE",
  1600. ["name"] = {
  1601. ["y"] = 0,
  1602. ["x"] = 1,
  1603. ["anchorTo"] = "$parent",
  1604. ["rank"] = true,
  1605. ["anchorPoint"] = "CLI",
  1606. ["enabled"] = true,
  1607. ["size"] = 0,
  1608. },
  1609. },
  1610. ["highlight"] = {
  1611. ["height"] = 0.5,
  1612. ["mouseover"] = true,
  1613. ["size"] = 10,
  1614. },
  1615. ["incAbsorb"] = {
  1616. ["height"] = 0.5,
  1617. ["cap"] = 1,
  1618. },
  1619. ["powerBar"] = {
  1620. ["colorType"] = "type",
  1621. ["order"] = 20,
  1622. ["background"] = true,
  1623. ["height"] = 1,
  1624. },
  1625. ["auraIndicators"] = {
  1626. ["height"] = 0.5,
  1627. },
  1628. ["hideAnyRaid"] = false,
  1629. ["columnSpacing"] = 22,
  1630. ["offset"] = 14,
  1631. ["emptyBar"] = {
  1632. ["height"] = 1,
  1633. ["background"] = true,
  1634. ["reactionType"] = "none",
  1635. ["order"] = 0,
  1636. },
  1637. ["healthBar"] = {
  1638. ["colorType"] = "percent",
  1639. ["order"] = 10,
  1640. ["background"] = true,
  1641. ["reactionType"] = "npc",
  1642. ["height"] = 1.2,
  1643. },
  1644. ["hideSemiRaid"] = true,
  1645. ["altPowerBar"] = {
  1646. ["height"] = 0.4,
  1647. ["background"] = true,
  1648. ["order"] = 100,
  1649. },
  1650. ["text"] = {
  1651. {
  1652. ["text"] = "[(()afk() )][( )colorname]",
  1653. ["width"] = 0.5,
  1654. ["anchorPoint"] = "CLI",
  1655. ["x"] = 3,
  1656. ["default"] = true,
  1657. ["y"] = 0,
  1658. }, -- [1]
  1659. {
  1660. ["text"] = "[missinghp]",
  1661. ["width"] = 0.6,
  1662. ["y"] = 0,
  1663. ["x"] = -3,
  1664. ["default"] = true,
  1665. ["anchorPoint"] = "CRI",
  1666. }, -- [2]
  1667. {
  1668. ["text"] = "[levelcolor][( )smartclass]",
  1669. ["width"] = 0.5,
  1670. ["anchorPoint"] = "CLI",
  1671. ["x"] = 3,
  1672. ["default"] = true,
  1673. ["y"] = 0,
  1674. }, -- [3]
  1675. {
  1676. ["text"] = "[curpp]",
  1677. ["width"] = 0.6,
  1678. ["y"] = 0,
  1679. ["x"] = -3,
  1680. ["default"] = true,
  1681. ["anchorPoint"] = "CRI",
  1682. }, -- [4]
  1683. {
  1684. ["text"] = "[(()afk() )][name]",
  1685. ["width"] = 1,
  1686. ["anchorPoint"] = "CLI",
  1687. ["x"] = 3,
  1688. ["default"] = true,
  1689. }, -- [5]
  1690. },
  1691. ["attribAnchorPoint"] = "LEFT",
  1692. ["width"] = 190,
  1693. ["height"] = 45,
  1694. ["unitsPerColumn"] = 5,
  1695. ["fader"] = {
  1696. ["height"] = 0.5,
  1697. },
  1698. ["combatText"] = {
  1699. ["enabled"] = true,
  1700. ["height"] = 0.5,
  1701. },
  1702. ["incHeal"] = {
  1703. ["height"] = 0.5,
  1704. ["cap"] = 1,
  1705. },
  1706. ["healAbsorb"] = {
  1707. ["height"] = 0.5,
  1708. },
  1709. ["indicators"] = {
  1710. ["raidTarget"] = {
  1711. ["y"] = 0,
  1712. ["x"] = 0,
  1713. ["anchorTo"] = "$parent",
  1714. ["anchorPoint"] = "C",
  1715. ["size"] = 20,
  1716. },
  1717. ["lfdRole"] = {
  1718. ["y"] = 14,
  1719. ["x"] = 3,
  1720. ["anchorTo"] = "$parent",
  1721. ["anchorPoint"] = "BR",
  1722. ["size"] = 14,
  1723. },
  1724. ["resurrect"] = {
  1725. ["y"] = -1,
  1726. ["x"] = 37,
  1727. ["anchorTo"] = "$parent",
  1728. ["anchorPoint"] = "LC",
  1729. ["size"] = 28,
  1730. },
  1731. ["masterLoot"] = {
  1732. ["y"] = -10,
  1733. ["x"] = 16,
  1734. ["anchorTo"] = "$parent",
  1735. ["anchorPoint"] = "TL",
  1736. ["size"] = 12,
  1737. },
  1738. ["leader"] = {
  1739. ["y"] = -12,
  1740. ["x"] = 2,
  1741. ["anchorTo"] = "$parent",
  1742. ["anchorPoint"] = "TL",
  1743. ["size"] = 14,
  1744. },
  1745. ["role"] = {
  1746. ["y"] = -11,
  1747. ["x"] = 30,
  1748. ["anchorTo"] = "$parent",
  1749. ["anchorPoint"] = "TL",
  1750. ["size"] = 14,
  1751. },
  1752. ["pvp"] = {
  1753. ["y"] = -21,
  1754. ["x"] = 11,
  1755. ["anchorTo"] = "$parent",
  1756. ["anchorPoint"] = "TR",
  1757. ["size"] = 22,
  1758. },
  1759. ["class"] = {
  1760. ["y"] = 0,
  1761. ["x"] = 0,
  1762. ["anchorTo"] = "$parent",
  1763. ["anchorPoint"] = "BL",
  1764. ["size"] = 16,
  1765. },
  1766. ["status"] = {
  1767. ["y"] = -2,
  1768. ["x"] = 12,
  1769. ["anchorTo"] = "$parent",
  1770. ["anchorPoint"] = "LB",
  1771. ["size"] = 16,
  1772. },
  1773. ["phase"] = {
  1774. ["anchorTo"] = "$parent",
  1775. ["anchorPoint"] = "RC",
  1776. },
  1777. ["height"] = 0.5,
  1778. ["ready"] = {
  1779. ["y"] = 0,
  1780. ["x"] = 35,
  1781. ["anchorTo"] = "$parent",
  1782. ["anchorPoint"] = "LC",
  1783. ["size"] = 24,
  1784. },
  1785. },
  1786. ["attribPoint"] = "BOTTOM",
  1787. },
  1788. ["maintanktarget"] = {
  1789. ["highlight"] = {
  1790. ["size"] = 10,
  1791. },
  1792. ["indicators"] = {
  1793. ["raidTarget"] = {
  1794. ["y"] = 0,
  1795. ["x"] = 0,
  1796. ["anchorTo"] = "$parent",
  1797. ["anchorPoint"] = "C",
  1798. ["size"] = 20,
  1799. },
  1800. ["class"] = {
  1801. ["y"] = 0,
  1802. ["x"] = 0,
  1803. ["anchorTo"] = "$parent",
  1804. ["anchorPoint"] = "BL",
  1805. ["size"] = 16,
  1806. },
  1807. },
  1808. ["portrait"] = {
  1809. ["type"] = "3D",
  1810. ["alignment"] = "LEFT",
  1811. ["fullAfter"] = 100,
  1812. ["height"] = 0.5,
  1813. ["fullBefore"] = 0,
  1814. ["order"] = 15,
  1815. ["width"] = 0.22,
  1816. },
  1817. ["emptyBar"] = {
  1818. ["height"] = 1,
  1819. ["background"] = true,
  1820. ["reactionType"] = "none",
  1821. ["order"] = 0,
  1822. },
  1823. ["width"] = 150,
  1824. ["castBar"] = {
  1825. ["time"] = {
  1826. ["enabled"] = true,
  1827. ["x"] = -1,
  1828. ["anchorTo"] = "$parent",
  1829. ["y"] = 0,
  1830. ["anchorPoint"] = "CRI",
  1831. ["size"] = 0,
  1832. },
  1833. ["height"] = 0.6,
  1834. ["order"] = 40,
  1835. ["background"] = true,
  1836. ["icon"] = "HIDE",
  1837. ["name"] = {
  1838. ["y"] = 0,
  1839. ["x"] = 1,
  1840. ["anchorTo"] = "$parent",
  1841. ["rank"] = true,
  1842. ["anchorPoint"] = "CLI",
  1843. ["enabled"] = true,
  1844. ["size"] = 0,
  1845. },
  1846. },
  1847. ["auras"] = {
  1848. ["debuffs"] = {
  1849. ["anchorPoint"] = "BL",
  1850. ["y"] = 0,
  1851. ["x"] = 0,
  1852. ["size"] = 16,
  1853. },
  1854. ["buffs"] = {
  1855. ["y"] = 0,
  1856. ["anchorPoint"] = "BL",
  1857. ["x"] = 0,
  1858. ["size"] = 16,
  1859. },
  1860. },
  1861. ["altPowerBar"] = {
  1862. ["height"] = 0.4,
  1863. ["background"] = true,
  1864. ["order"] = 100,
  1865. },
  1866. ["text"] = {
  1867. {
  1868. ["text"] = "[(()afk() )][name]",
  1869. ["width"] = 0.5,
  1870. ["anchorPoint"] = "CLI",
  1871. ["x"] = 3,
  1872. ["default"] = true,
  1873. ["y"] = 0,
  1874. }, -- [1]
  1875. {
  1876. ["width"] = 0.6,
  1877. ["y"] = 0,
  1878. ["x"] = -3,
  1879. ["default"] = true,
  1880. ["anchorPoint"] = "CRI",
  1881. }, -- [2]
  1882. {
  1883. ["text"] = "[classification( )][perpp]",
  1884. ["width"] = 0.5,
  1885. ["anchorPoint"] = "CLI",
  1886. ["x"] = 3,
  1887. ["default"] = true,
  1888. ["y"] = 0,
  1889. }, -- [3]
  1890. {
  1891. ["width"] = 0.6,
  1892. ["y"] = 0,
  1893. ["x"] = -3,
  1894. ["default"] = true,
  1895. ["anchorPoint"] = "CRI",
  1896. }, -- [4]
  1897. {
  1898. ["text"] = "[(()afk() )][name]",
  1899. ["width"] = 1,
  1900. ["anchorPoint"] = "CLI",
  1901. ["x"] = 3,
  1902. ["default"] = true,
  1903. }, -- [5]
  1904. },
  1905. ["height"] = 40,
  1906. ["powerBar"] = {
  1907. ["colorType"] = "type",
  1908. ["order"] = 20,
  1909. ["background"] = true,
  1910. ["height"] = 1,
  1911. },
  1912. ["healthBar"] = {
  1913. ["colorType"] = "class",
  1914. ["order"] = 10,
  1915. ["background"] = true,
  1916. ["reactionType"] = "npc",
  1917. ["height"] = 1.2,
  1918. },
  1919. },
  1920. ["focus"] = {
  1921. ["indicators"] = {
  1922. ["raidTarget"] = {
  1923. ["y"] = 0,
  1924. ["x"] = 0,
  1925. ["anchorTo"] = "$parent",
  1926. ["anchorPoint"] = "C",
  1927. ["size"] = 20,
  1928. },
  1929. ["lfdRole"] = {
  1930. ["y"] = 14,
  1931. ["x"] = 3,
  1932. ["anchorTo"] = "$parent",
  1933. ["anchorPoint"] = "BR",
  1934. ["size"] = 14,
  1935. },
  1936. ["resurrect"] = {
  1937. ["y"] = -1,
  1938. ["x"] = 37,
  1939. ["anchorTo"] = "$parent",
  1940. ["anchorPoint"] = "LC",
  1941. ["size"] = 28,
  1942. },
  1943. ["masterLoot"] = {
  1944. ["y"] = -10,
  1945. ["x"] = 16,
  1946. ["anchorTo"] = "$parent",
  1947. ["anchorPoint"] = "TL",
  1948. ["size"] = 12,
  1949. },
  1950. ["leader"] = {
  1951. ["y"] = -12,
  1952. ["x"] = 2,
  1953. ["anchorTo"] = "$parent",
  1954. ["anchorPoint"] = "TL",
  1955. ["size"] = 14,
  1956. },
  1957. ["questBoss"] = {
  1958. ["y"] = 14,
  1959. ["x"] = 7,
  1960. ["anchorTo"] = "$parent",
  1961. ["anchorPoint"] = "BR",
  1962. ["enabled"] = false,
  1963. ["size"] = 22,
  1964. },
  1965. ["status"] = {
  1966. ["y"] = -2,
  1967. ["x"] = 12,
  1968. ["anchorTo"] = "$parent",
  1969. ["anchorPoint"] = "LB",
  1970. ["size"] = 16,
  1971. },
  1972. ["height"] = 0.5,
  1973. ["role"] = {
  1974. ["y"] = -11,
  1975. ["x"] = 30,
  1976. ["anchorTo"] = "$parent",
  1977. ["anchorPoint"] = "TL",
  1978. ["size"] = 14,
  1979. },
  1980. ["class"] = {
  1981. ["y"] = 0,
  1982. ["x"] = 0,
  1983. ["anchorTo"] = "$parent",
  1984. ["anchorPoint"] = "BL",
  1985. ["size"] = 16,
  1986. },
  1987. ["pvp"] = {
  1988. ["y"] = -21,
  1989. ["x"] = 11,
  1990. ["anchorTo"] = "$parent",
  1991. ["anchorPoint"] = "TR",
  1992. ["size"] = 22,
  1993. },
  1994. },
  1995. ["range"] = {
  1996. ["height"] = 0.5,
  1997. },
  1998. ["auras"] = {
  1999. ["height"] = 0.5,
  2000. ["buffs"] = {
  2001. ["y"] = 0,
  2002. ["anchorPoint"] = "BL",
  2003. ["x"] = 0,
  2004. ["size"] = 16,
  2005. },
  2006. ["debuffs"] = {
  2007. ["anchorPoint"] = "BL",
  2008. ["y"] = 0,
  2009. ["x"] = 0,
  2010. ["size"] = 16,
  2011. },
  2012. },
  2013. ["castBar"] = {
  2014. ["time"] = {
  2015. ["enabled"] = true,
  2016. ["x"] = -1,
  2017. ["anchorTo"] = "$parent",
  2018. ["y"] = 0,
  2019. ["anchorPoint"] = "CRI",
  2020. ["size"] = 0,
  2021. },
  2022. ["height"] = 0.6,
  2023. ["order"] = 60,
  2024. ["background"] = true,
  2025. ["icon"] = "HIDE",
  2026. ["name"] = {
  2027. ["y"] = 0,
  2028. ["x"] = 1,
  2029. ["anchorTo"] = "$parent",
  2030. ["rank"] = true,
  2031. ["anchorPoint"] = "CLI",
  2032. ["enabled"] = true,
  2033. ["size"] = 0,
  2034. },
  2035. },
  2036. ["auraIndicators"] = {
  2037. ["height"] = 0.5,
  2038. },
  2039. ["powerBar"] = {
  2040. ["colorType"] = "type",
  2041. ["order"] = 20,
  2042. ["background"] = true,
  2043. ["height"] = 0.6,
  2044. },
  2045. ["enabled"] = false,
  2046. ["healthBar"] = {
  2047. ["colorType"] = "class",
  2048. ["order"] = 10,
  2049. ["background"] = true,
  2050. ["reactionType"] = "npc",
  2051. ["height"] = 1.2,
  2052. },
  2053. ["text"] = {
  2054. {
  2055. ["text"] = "[(()afk() )][name]",
  2056. ["width"] = 0.5,
  2057. ["anchorPoint"] = "CLI",
  2058. ["x"] = 3,
  2059. ["default"] = true,
  2060. ["y"] = 0,
  2061. }, -- [1]
  2062. {
  2063. ["text"] = "[curhp]",
  2064. ["width"] = 0.6,
  2065. ["anchorPoint"] = "CRI",
  2066. ["x"] = -3,
  2067. ["default"] = true,
  2068. ["y"] = 0,
  2069. }, -- [2]
  2070. {
  2071. ["text"] = "[perpp]",
  2072. ["width"] = 0.5,
  2073. ["anchorPoint"] = "CLI",
  2074. ["x"] = 3,
  2075. ["default"] = true,
  2076. ["y"] = 0,
  2077. }, -- [3]
  2078. {
  2079. ["text"] = "[curpp]",
  2080. ["width"] = 0.6,
  2081. ["anchorPoint"] = "CRI",
  2082. ["x"] = -3,
  2083. ["default"] = true,
  2084. ["y"] = 0,
  2085. }, -- [4]
  2086. {
  2087. ["text"] = "[(()afk() )][name]",
  2088. ["width"] = 1,
  2089. ["anchorPoint"] = "CLI",
  2090. ["x"] = 3,
  2091. ["default"] = true,
  2092. }, -- [5]
  2093. },
  2094. ["emptyBar"] = {
  2095. ["height"] = 1,
  2096. ["background"] = true,
  2097. ["reactionType"] = "none",
  2098. ["order"] = 0,
  2099. },
  2100. ["highlight"] = {
  2101. ["height"] = 0.5,
  2102. ["size"] = 10,
  2103. },
  2104. ["width"] = 120,
  2105. ["altPowerBar"] = {
  2106. ["height"] = 0.4,
  2107. ["background"] = true,
  2108. ["order"] = 100,
  2109. },
  2110. ["height"] = 28,
  2111. ["fader"] = {
  2112. ["height"] = 0.5,
  2113. },
  2114. ["combatText"] = {
  2115. ["height"] = 0.5,
  2116. },
  2117. ["incHeal"] = {
  2118. ["height"] = 0.5,
  2119. },
  2120. ["healAbsorb"] = {
  2121. ["height"] = 0.5,
  2122. },
  2123. ["incAbsorb"] = {
  2124. ["height"] = 0.5,
  2125. },
  2126. ["portrait"] = {
  2127. ["type"] = "3D",
  2128. ["alignment"] = "LEFT",
  2129. ["fullAfter"] = 50,
  2130. ["height"] = 0.5,
  2131. ["fullBefore"] = 0,
  2132. ["order"] = 15,
  2133. ["width"] = 0.22,
  2134. },
  2135. },
  2136. ["target"] = {
  2137. ["highlight"] = {
  2138. ["height"] = 0.5,
  2139. ["eliteMob"] = false,
  2140. ["size"] = 10,
  2141. },
  2142. ["scale"] = 1.25,
  2143. ["range"] = {
  2144. ["enabled"] = true,
  2145. ["height"] = 0.5,
  2146. },
  2147. ["auras"] = {
  2148. ["height"] = 0.5,
  2149. ["buffs"] = {
  2150. ["enabled"] = true,
  2151. ["anchorOn"] = false,
  2152. ["enlarge"] = {
  2153. ["SELF"] = false,
  2154. ["REMOVABLE"] = false,
  2155. },
  2156. ["y"] = 4,
  2157. ["x"] = 0,
  2158. ["anchorPoint"] = "BL",
  2159. ["size"] = 16,
  2160. },
  2161. ["debuffs"] = {
  2162. ["enabled"] = true,
  2163. ["anchorOn"] = true,
  2164. ["enlarge"] = {
  2165. ["SELF"] = false,
  2166. },
  2167. ["anchorPoint"] = "BL",
  2168. ["x"] = 0,
  2169. ["y"] = 0,
  2170. ["size"] = 16,
  2171. },
  2172. },
  2173. ["castBar"] = {
  2174. ["enabled"] = true,
  2175. ["time"] = {
  2176. ["enabled"] = true,
  2177. ["x"] = -1,
  2178. ["anchorTo"] = "$parent",
  2179. ["y"] = 0,
  2180. ["anchorPoint"] = "CRI",
  2181. ["size"] = 0,
  2182. },
  2183. ["height"] = 0.6,
  2184. ["order"] = 60,
  2185. ["background"] = true,
  2186. ["icon"] = "HIDE",
  2187. ["name"] = {
  2188. ["y"] = 0,
  2189. ["x"] = 1,
  2190. ["anchorTo"] = "$parent",
  2191. ["rank"] = true,
  2192. ["anchorPoint"] = "CLI",
  2193. ["enabled"] = true,
  2194. ["size"] = 0,
  2195. },
  2196. },
  2197. ["incAbsorb"] = {
  2198. ["height"] = 0.5,
  2199. ["cap"] = 1,
  2200. },
  2201. ["powerBar"] = {
  2202. ["colorType"] = "type",
  2203. ["order"] = 20,
  2204. ["background"] = true,
  2205. ["height"] = 1,
  2206. },
  2207. ["healthBar"] = {
  2208. ["colorType"] = "percent",
  2209. ["colorAggro"] = true,
  2210. ["order"] = 10,
  2211. ["background"] = true,
  2212. ["reactionType"] = "npc",
  2213. ["height"] = 1.2,
  2214. },
  2215. ["comboPoints"] = {
  2216. ["height"] = 0.5,
  2217. ["order"] = 99,
  2218. },
  2219. ["text"] = {
  2220. {
  2221. ["text"] = "[(()afk() )][()colorname]",
  2222. ["width"] = 1.5,
  2223. ["anchorPoint"] = "CLI",
  2224. ["x"] = 3,
  2225. ["default"] = true,
  2226. ["y"] = 0,
  2227. }, -- [1]
  2228. {
  2229. ["text"] = "[curhp]",
  2230. ["width"] = 0.6,
  2231. ["y"] = 0,
  2232. ["x"] = -3,
  2233. ["default"] = true,
  2234. ["anchorPoint"] = "CRI",
  2235. }, -- [2]
  2236. {
  2237. ["text"] = "[levelcolor( )][classification( )][classcolor][smartclass]",
  2238. ["width"] = 1.6,
  2239. ["anchorPoint"] = "CLI",
  2240. ["x"] = 3,
  2241. ["default"] = true,
  2242. ["y"] = 0,
  2243. }, -- [3]
  2244. {
  2245. ["text"] = "[curpp]",
  2246. ["width"] = 0.6,
  2247. ["y"] = 0,
  2248. ["x"] = -3,
  2249. ["default"] = true,
  2250. ["anchorPoint"] = "CRI",
  2251. }, -- [4]
  2252. {
  2253. ["text"] = "[(()afk() )][name]",
  2254. ["width"] = 1,
  2255. ["anchorPoint"] = "CLI",
  2256. ["x"] = 3,
  2257. ["default"] = true,
  2258. }, -- [5]
  2259. },
  2260. ["indicators"] = {
  2261. ["raidTarget"] = {
  2262. ["y"] = 0,
  2263. ["x"] = 0,
  2264. ["anchorTo"] = "$parent",
  2265. ["anchorPoint"] = "C",
  2266. ["size"] = 20,
  2267. },
  2268. ["lfdRole"] = {
  2269. ["y"] = 14,
  2270. ["x"] = 3,
  2271. ["anchorTo"] = "$parent",
  2272. ["anchorPoint"] = "BR",
  2273. ["size"] = 14,
  2274. },
  2275. ["resurrect"] = {
  2276. ["y"] = -1,
  2277. ["x"] = -39,
  2278. ["anchorTo"] = "$parent",
  2279. ["anchorPoint"] = "RC",
  2280. ["size"] = 28,
  2281. },
  2282. ["masterLoot"] = {
  2283. ["y"] = -10,
  2284. ["x"] = 16,
  2285. ["anchorTo"] = "$parent",
  2286. ["anchorPoint"] = "TL",
  2287. ["size"] = 12,
  2288. },
  2289. ["leader"] = {
  2290. ["y"] = -12,
  2291. ["x"] = 2,
  2292. ["anchorTo"] = "$parent",
  2293. ["anchorPoint"] = "TL",
  2294. ["size"] = 14,
  2295. },
  2296. ["questBoss"] = {
  2297. ["y"] = 24,
  2298. ["x"] = 9,
  2299. ["anchorTo"] = "$parent",
  2300. ["anchorPoint"] = "BR",
  2301. ["size"] = 22,
  2302. },
  2303. ["status"] = {
  2304. ["y"] = -2,
  2305. ["x"] = 12,
  2306. ["anchorTo"] = "$parent",
  2307. ["anchorPoint"] = "LB",
  2308. ["size"] = 16,
  2309. },
  2310. ["height"] = 0.5,
  2311. ["role"] = {
  2312. ["y"] = -11,
  2313. ["x"] = 30,
  2314. ["anchorTo"] = "$parent",
  2315. ["anchorPoint"] = "TL",
  2316. ["size"] = 14,
  2317. },
  2318. ["class"] = {
  2319. ["y"] = 0,
  2320. ["x"] = 0,
  2321. ["anchorTo"] = "$parent",
  2322. ["anchorPoint"] = "BL",
  2323. ["size"] = 16,
  2324. },
  2325. ["pvp"] = {
  2326. ["y"] = -5,
  2327. ["x"] = 0,
  2328. ["anchorTo"] = "$parent",
  2329. ["anchorPoint"] = "C",
  2330. ["size"] = 40,
  2331. },
  2332. },
  2333. ["width"] = 190,
  2334. ["auraIndicators"] = {
  2335. ["height"] = 0.5,
  2336. },
  2337. ["height"] = 45,
  2338. ["altPowerBar"] = {
  2339. ["height"] = 0.4,
  2340. ["background"] = true,
  2341. ["order"] = 100,
  2342. },
  2343. ["combatText"] = {
  2344. ["x"] = -10,
  2345. ["height"] = 0.5,
  2346. ["y"] = 3,
  2347. },
  2348. ["incHeal"] = {
  2349. ["height"] = 0.5,
  2350. ["cap"] = 1,
  2351. },
  2352. ["healAbsorb"] = {
  2353. ["height"] = 0.5,
  2354. },
  2355. ["emptyBar"] = {
  2356. ["height"] = 1,
  2357. ["background"] = true,
  2358. ["reactionType"] = "none",
  2359. ["order"] = 0,
  2360. },
  2361. ["portrait"] = {
  2362. ["enabled"] = true,
  2363. ["type"] = "3D",
  2364. ["alignment"] = "RIGHT",
  2365. ["fullAfter"] = 50,
  2366. ["height"] = 0.5,
  2367. ["fullBefore"] = 0,
  2368. ["order"] = 15,
  2369. ["width"] = 0.22,
  2370. },
  2371. },
  2372. ["battlegroundtarget"] = {
  2373. ["highlight"] = {
  2374. ["size"] = 10,
  2375. },
  2376. ["indicators"] = {
  2377. ["raidTarget"] = {
  2378. ["y"] = 0,
  2379. ["x"] = 0,
  2380. ["anchorTo"] = "$parent",
  2381. ["anchorPoint"] = "C",
  2382. ["size"] = 20,
  2383. },
  2384. ["class"] = {
  2385. ["y"] = 0,
  2386. ["x"] = 0,
  2387. ["anchorTo"] = "$parent",
  2388. ["anchorPoint"] = "BL",
  2389. ["size"] = 16,
  2390. },
  2391. },
  2392. ["portrait"] = {
  2393. ["type"] = "3D",
  2394. ["alignment"] = "LEFT",
  2395. ["fullAfter"] = 100,
  2396. ["height"] = 0.5,
  2397. ["fullBefore"] = 0,
  2398. ["order"] = 15,
  2399. ["width"] = 0.22,
  2400. },
  2401. ["emptyBar"] = {
  2402. ["height"] = 1,
  2403. ["background"] = true,
  2404. ["reactionType"] = "none",
  2405. ["order"] = 0,
  2406. },
  2407. ["width"] = 90,
  2408. ["castBar"] = {
  2409. ["time"] = {
  2410. ["enabled"] = true,
  2411. ["x"] = -1,
  2412. ["anchorTo"] = "$parent",
  2413. ["y"] = 0,
  2414. ["anchorPoint"] = "CRI",
  2415. ["size"] = 0,
  2416. },
  2417. ["height"] = 0.6,
  2418. ["order"] = 40,
  2419. ["background"] = true,
  2420. ["icon"] = "HIDE",
  2421. ["name"] = {
  2422. ["y"] = 0,
  2423. ["x"] = 1,
  2424. ["anchorTo"] = "$parent",
  2425. ["rank"] = true,
  2426. ["anchorPoint"] = "CLI",
  2427. ["enabled"] = true,
  2428. ["size"] = 0,
  2429. },
  2430. },
  2431. ["auras"] = {
  2432. ["debuffs"] = {
  2433. ["anchorPoint"] = "BL",
  2434. ["y"] = 0,
  2435. ["x"] = 0,
  2436. ["size"] = 16,
  2437. },
  2438. ["buffs"] = {
  2439. ["y"] = 0,
  2440. ["anchorPoint"] = "BL",
  2441. ["x"] = 0,
  2442. ["size"] = 16,
  2443. },
  2444. },
  2445. ["altPowerBar"] = {
  2446. ["height"] = 0.4,
  2447. ["background"] = true,
  2448. ["order"] = 100,
  2449. },
  2450. ["text"] = {
  2451. {
  2452. ["width"] = 0.5,
  2453. ["y"] = 0,
  2454. ["x"] = 3,
  2455. ["default"] = true,
  2456. ["anchorPoint"] = "CLI",
  2457. }, -- [1]
  2458. {
  2459. ["text"] = "[curhp]",
  2460. ["width"] = 0.6,
  2461. ["anchorPoint"] = "CRI",
  2462. ["x"] = -3,
  2463. ["default"] = true,
  2464. ["y"] = 0,
  2465. }, -- [2]
  2466. {
  2467. ["text"] = "",
  2468. ["width"] = 0.5,
  2469. ["anchorPoint"] = "CLI",
  2470. ["x"] = 3,
  2471. ["default"] = true,
  2472. ["y"] = 0,
  2473. }, -- [3]
  2474. {
  2475. ["text"] = "",
  2476. ["width"] = 0.6,
  2477. ["anchorPoint"] = "CRI",
  2478. ["x"] = -3,
  2479. ["default"] = true,
  2480. ["y"] = 0,
  2481. }, -- [4]
  2482. {
  2483. ["text"] = "[name]",
  2484. ["width"] = 1,
  2485. ["anchorPoint"] = "CLI",
  2486. ["x"] = 3,
  2487. ["default"] = true,
  2488. }, -- [5]
  2489. },
  2490. ["height"] = 25,
  2491. ["powerBar"] = {
  2492. ["colorType"] = "type",
  2493. ["order"] = 20,
  2494. ["background"] = true,
  2495. ["height"] = 0.6,
  2496. },
  2497. ["healthBar"] = {
  2498. ["colorType"] = "class",
  2499. ["order"] = 10,
  2500. ["background"] = true,
  2501. ["reactionType"] = "npc",
  2502. ["height"] = 1.2,
  2503. },
  2504. },
  2505. ["raidpet"] = {
  2506. ["portrait"] = {
  2507. ["type"] = "3D",
  2508. ["alignment"] = "LEFT",
  2509. ["fullAfter"] = 100,
  2510. ["height"] = 0.5,
  2511. ["fullBefore"] = 0,
  2512. ["order"] = 15,
  2513. ["width"] = 0.22,
  2514. },
  2515. ["auras"] = {
  2516. ["debuffs"] = {
  2517. ["anchorPoint"] = "BL",
  2518. ["y"] = 0,
  2519. ["x"] = 0,
  2520. ["size"] = 16,
  2521. },
  2522. ["buffs"] = {
  2523. ["y"] = 0,
  2524. ["anchorPoint"] = "BL",
  2525. ["x"] = 0,
  2526. ["size"] = 16,
  2527. },
  2528. },
  2529. ["castBar"] = {
  2530. ["time"] = {
  2531. ["enabled"] = true,
  2532. ["x"] = -1,
  2533. ["anchorTo"] = "$parent",
  2534. ["y"] = 0,
  2535. ["anchorPoint"] = "CRI",
  2536. ["size"] = 0,
  2537. },
  2538. ["height"] = 0.6,
  2539. ["order"] = 40,
  2540. ["background"] = true,
  2541. ["icon"] = "HIDE",
  2542. ["name"] = {
  2543. ["y"] = 0,
  2544. ["x"] = 1,
  2545. ["anchorTo"] = "$parent",
  2546. ["rank"] = true,
  2547. ["anchorPoint"] = "CLI",
  2548. ["enabled"] = true,
  2549. ["size"] = 0,
  2550. },
  2551. },
  2552. ["groupSpacing"] = 0,
  2553. ["powerBar"] = {
  2554. ["colorType"] = "type",
  2555. ["order"] = 20,
  2556. ["background"] = true,
  2557. ["height"] = 0.3,
  2558. },
  2559. ["healthBar"] = {
  2560. ["colorType"] = "class",
  2561. ["order"] = 10,
  2562. ["background"] = true,
  2563. ["reactionType"] = "none",
  2564. ["height"] = 1.2,
  2565. },
  2566. ["text"] = {
  2567. {
  2568. ["width"] = 0.5,
  2569. ["y"] = 0,
  2570. ["x"] = 3,
  2571. ["default"] = true,
  2572. ["anchorPoint"] = "CLI",
  2573. }, -- [1]
  2574. {
  2575. ["text"] = "[missinghp]",
  2576. ["width"] = 0.6,
  2577. ["anchorPoint"] = "CRI",
  2578. ["x"] = -3,
  2579. ["default"] = true,
  2580. ["y"] = 0,
  2581. }, -- [2]
  2582. {
  2583. ["text"] = "",
  2584. ["width"] = 0.5,
  2585. ["anchorPoint"] = "CLI",
  2586. ["x"] = 3,
  2587. ["default"] = true,
  2588. ["y"] = 0,
  2589. }, -- [3]
  2590. {
  2591. ["text"] = "",
  2592. ["width"] = 0.6,
  2593. ["anchorPoint"] = "CRI",
  2594. ["x"] = -3,
  2595. ["default"] = true,
  2596. ["y"] = 0,
  2597. }, -- [4]
  2598. {
  2599. ["text"] = "[name]",
  2600. ["width"] = 1,
  2601. ["anchorPoint"] = "CLI",
  2602. ["x"] = 3,
  2603. ["default"] = true,
  2604. }, -- [5]
  2605. },
  2606. ["maxColumns"] = 8,
  2607. ["altPowerBar"] = {
  2608. ["height"] = 0.4,
  2609. ["background"] = true,
  2610. ["order"] = 100,
  2611. },
  2612. ["height"] = 30,
  2613. ["indicators"] = {
  2614. ["raidTarget"] = {
  2615. ["y"] = 0,
  2616. ["x"] = 0,
  2617. ["anchorTo"] = "$parent",
  2618. ["anchorPoint"] = "C",
  2619. ["size"] = 20,
  2620. },
  2621. },
  2622. ["scale"] = 0.85,
  2623. ["incAbsorb"] = {
  2624. ["cap"] = 1,
  2625. },
  2626. ["incHeal"] = {
  2627. ["cap"] = 1,
  2628. },
  2629. ["groupsPerRow"] = 8,
  2630. ["unitsPerColumn"] = 8,
  2631. ["attribAnchorPoint"] = "LEFT",
  2632. ["width"] = 90,
  2633. ["columnSpacing"] = 5,
  2634. ["highlight"] = {
  2635. ["size"] = 10,
  2636. },
  2637. ["emptyBar"] = {
  2638. ["height"] = 1,
  2639. ["background"] = true,
  2640. ["reactionType"] = "none",
  2641. ["order"] = 0,
  2642. },
  2643. },
  2644. ["maintank"] = {
  2645. ["highlight"] = {
  2646. ["size"] = 10,
  2647. },
  2648. ["height"] = 40,
  2649. ["indicators"] = {
  2650. ["raidTarget"] = {
  2651. ["y"] = 0,
  2652. ["x"] = 0,
  2653. ["anchorTo"] = "$parent",
  2654. ["anchorPoint"] = "C",
  2655. ["size"] = 20,
  2656. },
  2657. ["resurrect"] = {
  2658. ["y"] = -1,
  2659. ["x"] = 37,
  2660. ["anchorTo"] = "$parent",
  2661. ["anchorPoint"] = "LC",
  2662. ["size"] = 28,
  2663. },
  2664. ["class"] = {
  2665. ["y"] = 0,
  2666. ["x"] = 0,
  2667. ["anchorTo"] = "$parent",
  2668. ["anchorPoint"] = "BL",
  2669. ["size"] = 16,
  2670. },
  2671. },
  2672. ["text"] = {
  2673. {
  2674. ["text"] = "[(()afk() )][name]",
  2675. ["width"] = 0.5,
  2676. ["anchorPoint"] = "CLI",
  2677. ["x"] = 3,
  2678. ["default"] = true,
  2679. ["y"] = 0,
  2680. }, -- [1]
  2681. {
  2682. ["width"] = 0.6,
  2683. ["y"] = 0,
  2684. ["x"] = -3,
  2685. ["default"] = true,
  2686. ["anchorPoint"] = "CRI",
  2687. }, -- [2]
  2688. {
  2689. ["text"] = "[perpp]",
  2690. ["width"] = 0.5,
  2691. ["anchorPoint"] = "CLI",
  2692. ["x"] = 3,
  2693. ["default"] = true,
  2694. ["y"] = 0,
  2695. }, -- [3]
  2696. {
  2697. ["width"] = 0.6,
  2698. ["y"] = 0,
  2699. ["x"] = -3,
  2700. ["default"] = true,
  2701. ["anchorPoint"] = "CRI",
  2702. }, -- [4]
  2703. {
  2704. ["text"] = "[(()afk() )][name]",
  2705. ["width"] = 1,
  2706. ["anchorPoint"] = "CLI",
  2707. ["x"] = 3,
  2708. ["default"] = true,
  2709. }, -- [5]
  2710. },
  2711. ["auras"] = {
  2712. ["debuffs"] = {
  2713. ["anchorPoint"] = "BL",
  2714. ["y"] = 0,
  2715. ["x"] = 0,
  2716. ["size"] = 16,
  2717. },
  2718. ["buffs"] = {
  2719. ["y"] = 0,
  2720. ["anchorPoint"] = "BL",
  2721. ["x"] = 0,
  2722. ["size"] = 16,
  2723. },
  2724. },
  2725. ["castBar"] = {
  2726. ["time"] = {
  2727. ["enabled"] = true,
  2728. ["x"] = -1,
  2729. ["anchorTo"] = "$parent",
  2730. ["y"] = 0,
  2731. ["anchorPoint"] = "CRI",
  2732. ["size"] = 0,
  2733. },
  2734. ["height"] = 0.6,
  2735. ["order"] = 60,
  2736. ["background"] = true,
  2737. ["icon"] = "HIDE",
  2738. ["name"] = {
  2739. ["y"] = 0,
  2740. ["x"] = 1,
  2741. ["anchorTo"] = "$parent",
  2742. ["rank"] = true,
  2743. ["anchorPoint"] = "CLI",
  2744. ["enabled"] = true,
  2745. ["size"] = 0,
  2746. },
  2747. },
  2748. ["columnSpacing"] = 5,
  2749. ["incAbsorb"] = {
  2750. ["cap"] = 1,
  2751. },
  2752. ["powerBar"] = {
  2753. ["colorType"] = "type",
  2754. ["order"] = 20,
  2755. ["background"] = true,
  2756. ["height"] = 1,
  2757. },
  2758. ["offset"] = 5,
  2759. ["portrait"] = {
  2760. ["type"] = "3D",
  2761. ["alignment"] = "LEFT",
  2762. ["fullAfter"] = 50,
  2763. ["height"] = 0.5,
  2764. ["fullBefore"] = 0,
  2765. ["order"] = 15,
  2766. ["width"] = 0.22,
  2767. },
  2768. ["healthBar"] = {
  2769. ["colorType"] = "class",
  2770. ["order"] = 10,
  2771. ["background"] = true,
  2772. ["reactionType"] = "npc",
  2773. ["height"] = 1.2,
  2774. },
  2775. ["attribAnchorPoint"] = "LEFT",
  2776. ["emptyBar"] = {
  2777. ["height"] = 1,
  2778. ["background"] = true,
  2779. ["reactionType"] = "none",
  2780. ["order"] = 0,
  2781. },
  2782. ["width"] = 150,
  2783. ["maxColumns"] = 1,
  2784. ["altPowerBar"] = {
  2785. ["height"] = 0.4,
  2786. ["background"] = true,
  2787. ["order"] = 100,
  2788. },
  2789. ["incHeal"] = {
  2790. ["cap"] = 1,
  2791. },
  2792. ["unitsPerColumn"] = 5,
  2793. },
  2794. ["boss"] = {
  2795. ["indicators"] = {
  2796. ["raidTarget"] = {
  2797. ["y"] = 0,
  2798. ["x"] = 0,
  2799. ["anchorTo"] = "$parent",
  2800. ["anchorPoint"] = "C",
  2801. ["size"] = 20,
  2802. },
  2803. ["class"] = {
  2804. ["y"] = 0,
  2805. ["x"] = 0,
  2806. ["anchorTo"] = "$parent",
  2807. ["anchorPoint"] = "BL",
  2808. ["size"] = 16,
  2809. },
  2810. ["height"] = 0.5,
  2811. },
  2812. ["scale"] = 1.25,
  2813. ["range"] = {
  2814. ["height"] = 0.5,
  2815. },
  2816. ["auras"] = {
  2817. ["height"] = 0.5,
  2818. ["buffs"] = {
  2819. ["enabled"] = true,
  2820. ["anchorPoint"] = "BL",
  2821. ["perRow"] = 8,
  2822. ["x"] = 0,
  2823. ["y"] = 0,
  2824. ["size"] = 16,
  2825. },
  2826. ["debuffs"] = {
  2827. ["perRow"] = 8,
  2828. ["y"] = 0,
  2829. ["enabled"] = true,
  2830. ["x"] = 0,
  2831. ["anchorPoint"] = "BL",
  2832. ["size"] = 16,
  2833. },
  2834. },
  2835. ["castBar"] = {
  2836. ["time"] = {
  2837. ["enabled"] = true,
  2838. ["x"] = -1,
  2839. ["anchorTo"] = "$parent",
  2840. ["y"] = 0,
  2841. ["anchorPoint"] = "CRI",
  2842. ["size"] = 0,
  2843. },
  2844. ["height"] = 0.6,
  2845. ["order"] = 40,
  2846. ["background"] = true,
  2847. ["icon"] = "HIDE",
  2848. ["name"] = {
  2849. ["y"] = 0,
  2850. ["x"] = 1,
  2851. ["anchorTo"] = "$parent",
  2852. ["rank"] = true,
  2853. ["anchorPoint"] = "CLI",
  2854. ["enabled"] = true,
  2855. ["size"] = 0,
  2856. },
  2857. },
  2858. ["auraIndicators"] = {
  2859. ["height"] = 0.5,
  2860. },
  2861. ["powerBar"] = {
  2862. ["colorType"] = "type",
  2863. ["order"] = 20,
  2864. ["background"] = true,
  2865. ["height"] = 1,
  2866. },
  2867. ["enabled"] = true,
  2868. ["healthBar"] = {
  2869. ["colorType"] = "class",
  2870. ["order"] = 10,
  2871. ["background"] = true,
  2872. ["reactionType"] = "npc",
  2873. ["height"] = 1.2,
  2874. },
  2875. ["text"] = {
  2876. {
  2877. ["width"] = 0.5,
  2878. ["y"] = 0,
  2879. ["x"] = 3,
  2880. ["default"] = true,
  2881. ["anchorPoint"] = "CLI",
  2882. }, -- [1]
  2883. {
  2884. ["width"] = 0.6,
  2885. ["y"] = 0,
  2886. ["x"] = -3,
  2887. ["default"] = true,
  2888. ["anchorPoint"] = "CRI",
  2889. }, -- [2]
  2890. {
  2891. ["text"] = "[perpp]",
  2892. ["width"] = 0.5,
  2893. ["anchorPoint"] = "CLI",
  2894. ["x"] = 3,
  2895. ["default"] = true,
  2896. ["y"] = 0,
  2897. }, -- [3]
  2898. {
  2899. ["width"] = 0.6,
  2900. ["y"] = 0,
  2901. ["x"] = -3,
  2902. ["default"] = true,
  2903. ["anchorPoint"] = "CRI",
  2904. }, -- [4]
  2905. {
  2906. ["text"] = "[name]",
  2907. ["width"] = 1,
  2908. ["anchorPoint"] = "CLI",
  2909. ["x"] = 3,
  2910. ["default"] = true,
  2911. }, -- [5]
  2912. },
  2913. ["width"] = 160,
  2914. ["highlight"] = {
  2915. ["height"] = 0.5,
  2916. ["size"] = 10,
  2917. },
  2918. ["emptyBar"] = {
  2919. ["height"] = 1,
  2920. ["background"] = true,
  2921. ["reactionType"] = "none",
  2922. ["order"] = 0,
  2923. },
  2924. ["altPowerBar"] = {
  2925. ["height"] = 0.4,
  2926. ["background"] = true,
  2927. ["order"] = 100,
  2928. },
  2929. ["combatText"] = {
  2930. ["height"] = 0.5,
  2931. },
  2932. ["height"] = 40,
  2933. ["portrait"] = {
  2934. ["type"] = "3D",
  2935. ["alignment"] = "LEFT",
  2936. ["fullAfter"] = 100,
  2937. ["height"] = 0.5,
  2938. ["fullBefore"] = 0,
  2939. ["order"] = 15,
  2940. ["width"] = 0.22,
  2941. },
  2942. ["offset"] = 20,
  2943. ["attribPoint"] = "BOTTOM",
  2944. },
  2945. ["battlegroundtargettarget"] = {
  2946. ["healthBar"] = {
  2947. ["colorType"] = "class",
  2948. ["order"] = 10,
  2949. ["background"] = true,
  2950. ["height"] = 1.2,
  2951. ["reactionType"] = "npc",
  2952. },
  2953. ["indicators"] = {
  2954. ["raidTarget"] = {
  2955. ["y"] = 0,
  2956. ["x"] = 0,
  2957. ["anchorTo"] = "$parent",
  2958. ["anchorPoint"] = "C",
  2959. ["size"] = 20,
  2960. },
  2961. ["class"] = {
  2962. ["y"] = 0,
  2963. ["x"] = 0,
  2964. ["anchorTo"] = "$parent",
  2965. ["anchorPoint"] = "BL",
  2966. ["size"] = 16,
  2967. },
  2968. },
  2969. ["highlight"] = {
  2970. ["size"] = 10,
  2971. },
  2972. ["emptyBar"] = {
  2973. ["height"] = 1,
  2974. ["background"] = true,
  2975. ["order"] = 0,
  2976. ["reactionType"] = "none",
  2977. },
  2978. ["auras"] = {
  2979. ["buffs"] = {
  2980. ["y"] = 0,
  2981. ["anchorPoint"] = "BL",
  2982. ["x"] = 0,
  2983. ["size"] = 16,
  2984. },
  2985. ["debuffs"] = {
  2986. ["y"] = 0,
  2987. ["anchorPoint"] = "BL",
  2988. ["x"] = 0,
  2989. ["size"] = 16,
  2990. },
  2991. },
  2992. ["castBar"] = {
  2993. ["time"] = {
  2994. ["enabled"] = true,
  2995. ["x"] = -1,
  2996. ["anchorTo"] = "$parent",
  2997. ["y"] = 0,
  2998. ["anchorPoint"] = "CRI",
  2999. ["size"] = 0,
  3000. },
  3001. ["name"] = {
  3002. ["y"] = 0,
  3003. ["x"] = 1,
  3004. ["anchorTo"] = "$parent",
  3005. ["size"] = 0,
  3006. ["enabled"] = true,
  3007. ["anchorPoint"] = "CLI",
  3008. ["rank"] = true,
  3009. },
  3010. ["order"] = 40,
  3011. ["background"] = true,
  3012. ["icon"] = "HIDE",
  3013. ["height"] = 0.6,
  3014. },
  3015. ["text"] = {
  3016. {
  3017. ["width"] = 0.5,
  3018. ["y"] = 0,
  3019. ["x"] = 3,
  3020. ["default"] = true,
  3021. ["anchorPoint"] = "CLI",
  3022. }, -- [1]
  3023. {
  3024. ["text"] = "[curhp]",
  3025. ["width"] = 0.6,
  3026. ["y"] = 0,
  3027. ["x"] = -3,
  3028. ["default"] = true,
  3029. ["anchorPoint"] = "CRI",
  3030. }, -- [2]
  3031. {
  3032. ["text"] = "",
  3033. ["width"] = 0.5,
  3034. ["y"] = 0,
  3035. ["x"] = 3,
  3036. ["default"] = true,
  3037. ["anchorPoint"] = "CLI",
  3038. }, -- [3]
  3039. {
  3040. ["text"] = "",
  3041. ["width"] = 0.6,
  3042. ["y"] = 0,
  3043. ["x"] = -3,
  3044. ["default"] = true,
  3045. ["anchorPoint"] = "CRI",
  3046. }, -- [4]
  3047. {
  3048. ["text"] = "[name]",
  3049. ["width"] = 1,
  3050. ["anchorPoint"] = "CLI",
  3051. ["x"] = 3,
  3052. ["default"] = true,
  3053. }, -- [5]
  3054. },
  3055. ["altPowerBar"] = {
  3056. ["height"] = 0.4,
  3057. ["background"] = true,
  3058. ["order"] = 100,
  3059. },
  3060. ["width"] = 90,
  3061. ["height"] = 25,
  3062. ["powerBar"] = {
  3063. ["colorType"] = "type",
  3064. ["height"] = 0.6,
  3065. ["background"] = true,
  3066. ["order"] = 20,
  3067. },
  3068. ["portrait"] = {
  3069. ["type"] = "3D",
  3070. ["alignment"] = "LEFT",
  3071. ["fullAfter"] = 100,
  3072. ["height"] = 0.5,
  3073. ["fullBefore"] = 0,
  3074. ["order"] = 15,
  3075. ["width"] = 0.22,
  3076. },
  3077. },
  3078. ["bosstargettarget"] = {
  3079. ["healthBar"] = {
  3080. ["colorType"] = "class",
  3081. ["order"] = 10,
  3082. ["background"] = true,
  3083. ["height"] = 1.2,
  3084. ["reactionType"] = "npc",
  3085. },
  3086. ["indicators"] = {
  3087. ["raidTarget"] = {
  3088. ["y"] = 0,
  3089. ["x"] = 0,
  3090. ["anchorTo"] = "$parent",
  3091. ["anchorPoint"] = "C",
  3092. ["size"] = 20,
  3093. },
  3094. ["class"] = {
  3095. ["y"] = 0,
  3096. ["x"] = 0,
  3097. ["anchorTo"] = "$parent",
  3098. ["anchorPoint"] = "BL",
  3099. ["size"] = 16,
  3100. },
  3101. },
  3102. ["highlight"] = {
  3103. ["size"] = 10,
  3104. },
  3105. ["emptyBar"] = {
  3106. ["height"] = 1,
  3107. ["background"] = true,
  3108. ["order"] = 0,
  3109. ["reactionType"] = "none",
  3110. },
  3111. ["auras"] = {
  3112. ["buffs"] = {
  3113. ["y"] = 0,
  3114. ["anchorPoint"] = "BL",
  3115. ["x"] = 0,
  3116. ["size"] = 16,
  3117. },
  3118. ["debuffs"] = {
  3119. ["y"] = 0,
  3120. ["anchorPoint"] = "BL",
  3121. ["x"] = 0,
  3122. ["size"] = 16,
  3123. },
  3124. },
  3125. ["castBar"] = {
  3126. ["time"] = {
  3127. ["enabled"] = true,
  3128. ["x"] = -1,
  3129. ["anchorTo"] = "$parent",
  3130. ["y"] = 0,
  3131. ["anchorPoint"] = "CRI",
  3132. ["size"] = 0,
  3133. },
  3134. ["name"] = {
  3135. ["y"] = 0,
  3136. ["x"] = 1,
  3137. ["anchorTo"] = "$parent",
  3138. ["size"] = 0,
  3139. ["enabled"] = true,
  3140. ["anchorPoint"] = "CLI",
  3141. ["rank"] = true,
  3142. },
  3143. ["order"] = 40,
  3144. ["background"] = true,
  3145. ["icon"] = "HIDE",
  3146. ["height"] = 0.6,
  3147. },
  3148. ["text"] = {
  3149. {
  3150. ["width"] = 0.5,
  3151. ["y"] = 0,
  3152. ["x"] = 3,
  3153. ["default"] = true,
  3154. ["anchorPoint"] = "CLI",
  3155. }, -- [1]
  3156. {
  3157. ["text"] = "[curhp]",
  3158. ["width"] = 0.6,
  3159. ["y"] = 0,
  3160. ["x"] = -3,
  3161. ["default"] = true,
  3162. ["anchorPoint"] = "CRI",
  3163. }, -- [2]
  3164. {
  3165. ["text"] = "",
  3166. ["width"] = 0.5,
  3167. ["y"] = 0,
  3168. ["x"] = 3,
  3169. ["default"] = true,
  3170. ["anchorPoint"] = "CLI",
  3171. }, -- [3]
  3172. {
  3173. ["text"] = "",
  3174. ["width"] = 0.6,
  3175. ["y"] = 0,
  3176. ["x"] = -3,
  3177. ["default"] = true,
  3178. ["anchorPoint"] = "CRI",
  3179. }, -- [4]
  3180. {
  3181. ["text"] = "[name]",
  3182. ["width"] = 1,
  3183. ["anchorPoint"] = "CLI",
  3184. ["x"] = 3,
  3185. ["default"] = true,
  3186. }, -- [5]
  3187. },
  3188. ["altPowerBar"] = {
  3189. ["height"] = 0.4,
  3190. ["background"] = true,
  3191. ["order"] = 100,
  3192. },
  3193. ["width"] = 90,
  3194. ["height"] = 25,
  3195. ["powerBar"] = {
  3196. ["colorType"] = "type",
  3197. ["height"] = 0.6,
  3198. ["background"] = true,
  3199. ["order"] = 20,
  3200. },
  3201. ["portrait"] = {
  3202. ["type"] = "3D",
  3203. ["alignment"] = "LEFT",
  3204. ["fullAfter"] = 100,
  3205. ["height"] = 0.5,
  3206. ["fullBefore"] = 0,
  3207. ["order"] = 15,
  3208. ["width"] = 0.22,
  3209. },
  3210. },
  3211. ["targettarget"] = {
  3212. ["highlight"] = {
  3213. ["height"] = 0.5,
  3214. ["size"] = 10,
  3215. },
  3216. ["healthBar"] = {
  3217. ["colorType"] = "percent",
  3218. ["order"] = 10,
  3219. ["background"] = true,
  3220. ["reactionType"] = "npc",
  3221. ["height"] = 1.2,
  3222. },
  3223. ["emptyBar"] = {
  3224. ["height"] = 1,
  3225. ["background"] = true,
  3226. ["reactionType"] = "none",
  3227. ["order"] = 0,
  3228. },
  3229. ["scale"] = 1.25,
  3230. ["text"] = {
  3231. {
  3232. ["width"] = 1.5,
  3233. ["y"] = 0,
  3234. ["x"] = 3,
  3235. ["default"] = true,
  3236. ["anchorPoint"] = "CLI",
  3237. }, -- [1]
  3238. {
  3239. ["text"] = "[perhp]",
  3240. ["width"] = 0.6,
  3241. ["anchorPoint"] = "CRI",
  3242. ["x"] = -3,
  3243. ["default"] = true,
  3244. ["y"] = 0,
  3245. }, -- [2]
  3246. {
  3247. ["text"] = "[perpp]",
  3248. ["width"] = 0.5,
  3249. ["anchorPoint"] = "CLI",
  3250. ["x"] = 3,
  3251. ["default"] = true,
  3252. ["y"] = 0,
  3253. }, -- [3]
  3254. {
  3255. ["text"] = "[curpp]",
  3256. ["width"] = 0.6,
  3257. ["anchorPoint"] = "CRI",
  3258. ["x"] = -3,
  3259. ["default"] = true,
  3260. ["y"] = 0,
  3261. }, -- [4]
  3262. {
  3263. ["width"] = 1,
  3264. ["x"] = 3,
  3265. ["default"] = true,
  3266. ["anchorPoint"] = "CLI",
  3267. }, -- [5]
  3268. },
  3269. ["range"] = {
  3270. ["height"] = 0.5,
  3271. },
  3272. ["width"] = 110,
  3273. ["castBar"] = {
  3274. ["time"] = {
  3275. ["enabled"] = true,
  3276. ["x"] = -1,
  3277. ["anchorTo"] = "$parent",
  3278. ["y"] = 0,
  3279. ["anchorPoint"] = "CRI",
  3280. ["size"] = 0,
  3281. },
  3282. ["height"] = 0.6,
  3283. ["order"] = 40,
  3284. ["background"] = true,
  3285. ["icon"] = "HIDE",
  3286. ["name"] = {
  3287. ["y"] = 0,
  3288. ["x"] = 1,
  3289. ["anchorTo"] = "$parent",
  3290. ["rank"] = true,
  3291. ["anchorPoint"] = "CLI",
  3292. ["enabled"] = true,
  3293. ["size"] = 0,
  3294. },
  3295. },
  3296. ["auras"] = {
  3297. ["height"] = 0.5,
  3298. ["buffs"] = {
  3299. ["y"] = 0,
  3300. ["anchorPoint"] = "BL",
  3301. ["x"] = 0,
  3302. ["size"] = 16,
  3303. },
  3304. ["debuffs"] = {
  3305. ["anchorPoint"] = "BL",
  3306. ["y"] = 0,
  3307. ["x"] = 0,
  3308. ["size"] = 16,
  3309. },
  3310. },
  3311. ["altPowerBar"] = {
  3312. ["height"] = 0.4,
  3313. ["background"] = true,
  3314. ["order"] = 100,
  3315. },
  3316. ["indicators"] = {
  3317. ["raidTarget"] = {
  3318. ["y"] = 0,
  3319. ["x"] = 0,
  3320. ["anchorTo"] = "$parent",
  3321. ["anchorPoint"] = "C",
  3322. ["size"] = 20,
  3323. },
  3324. ["class"] = {
  3325. ["y"] = 0,
  3326. ["x"] = 0,
  3327. ["anchorTo"] = "$parent",
  3328. ["anchorPoint"] = "BL",
  3329. ["size"] = 16,
  3330. },
  3331. ["height"] = 0.5,
  3332. },
  3333. ["height"] = 30,
  3334. ["auraIndicators"] = {
  3335. ["height"] = 0.5,
  3336. },
  3337. ["powerBar"] = {
  3338. ["enabled"] = false,
  3339. ["colorType"] = "type",
  3340. ["order"] = 20,
  3341. ["background"] = true,
  3342. ["height"] = 0.6,
  3343. },
  3344. ["portrait"] = {
  3345. ["type"] = "3D",
  3346. ["alignment"] = "RIGHT",
  3347. ["fullAfter"] = 100,
  3348. ["height"] = 0.5,
  3349. ["fullBefore"] = 0,
  3350. ["order"] = 15,
  3351. ["width"] = 0.22,
  3352. },
  3353. },
  3354. ["bosstarget"] = {
  3355. ["highlight"] = {
  3356. ["size"] = 10,
  3357. },
  3358. ["indicators"] = {
  3359. ["raidTarget"] = {
  3360. ["y"] = 0,
  3361. ["x"] = 0,
  3362. ["anchorTo"] = "$parent",
  3363. ["anchorPoint"] = "C",
  3364. ["size"] = 20,
  3365. },
  3366. ["class"] = {
  3367. ["y"] = 0,
  3368. ["x"] = 0,
  3369. ["anchorTo"] = "$parent",
  3370. ["anchorPoint"] = "BL",
  3371. ["size"] = 16,
  3372. },
  3373. },
  3374. ["portrait"] = {
  3375. ["type"] = "3D",
  3376. ["alignment"] = "LEFT",
  3377. ["fullAfter"] = 100,
  3378. ["height"] = 0.5,
  3379. ["fullBefore"] = 0,
  3380. ["order"] = 15,
  3381. ["width"] = 0.22,
  3382. },
  3383. ["emptyBar"] = {
  3384. ["height"] = 1,
  3385. ["background"] = true,
  3386. ["reactionType"] = "none",
  3387. ["order"] = 0,
  3388. },
  3389. ["width"] = 90,
  3390. ["castBar"] = {
  3391. ["time"] = {
  3392. ["enabled"] = true,
  3393. ["x"] = -1,
  3394. ["anchorTo"] = "$parent",
  3395. ["y"] = 0,
  3396. ["anchorPoint"] = "CRI",
  3397. ["size"] = 0,
  3398. },
  3399. ["height"] = 0.6,
  3400. ["order"] = 40,
  3401. ["background"] = true,
  3402. ["icon"] = "HIDE",
  3403. ["name"] = {
  3404. ["y"] = 0,
  3405. ["x"] = 1,
  3406. ["anchorTo"] = "$parent",
  3407. ["rank"] = true,
  3408. ["anchorPoint"] = "CLI",
  3409. ["enabled"] = true,
  3410. ["size"] = 0,
  3411. },
  3412. },
  3413. ["auras"] = {
  3414. ["debuffs"] = {
  3415. ["anchorPoint"] = "BL",
  3416. ["y"] = 0,
  3417. ["x"] = 0,
  3418. ["size"] = 16,
  3419. },
  3420. ["buffs"] = {
  3421. ["y"] = 0,
  3422. ["anchorPoint"] = "BL",
  3423. ["x"] = 0,
  3424. ["size"] = 16,
  3425. },
  3426. },
  3427. ["altPowerBar"] = {
  3428. ["height"] = 0.4,
  3429. ["background"] = true,
  3430. ["order"] = 100,
  3431. },
  3432. ["text"] = {
  3433. {
  3434. ["width"] = 0.5,
  3435. ["y"] = 0,
  3436. ["x"] = 3,
  3437. ["default"] = true,
  3438. ["anchorPoint"] = "CLI",
  3439. }, -- [1]
  3440. {
  3441. ["text"] = "[curhp]",
  3442. ["width"] = 0.6,
  3443. ["anchorPoint"] = "CRI",
  3444. ["x"] = -3,
  3445. ["default"] = true,
  3446. ["y"] = 0,
  3447. }, -- [2]
  3448. {
  3449. ["text"] = "",
  3450. ["width"] = 0.5,
  3451. ["anchorPoint"] = "CLI",
  3452. ["x"] = 3,
  3453. ["default"] = true,
  3454. ["y"] = 0,
  3455. }, -- [3]
  3456. {
  3457. ["text"] = "",
  3458. ["width"] = 0.6,
  3459. ["anchorPoint"] = "CRI",
  3460. ["x"] = -3,
  3461. ["default"] = true,
  3462. ["y"] = 0,
  3463. }, -- [4]
  3464. {
  3465. ["text"] = "[name]",
  3466. ["width"] = 1,
  3467. ["anchorPoint"] = "CLI",
  3468. ["x"] = 3,
  3469. ["default"] = true,
  3470. }, -- [5]
  3471. },
  3472. ["height"] = 25,
  3473. ["powerBar"] = {
  3474. ["colorType"] = "type",
  3475. ["order"] = 20,
  3476. ["background"] = true,
  3477. ["height"] = 0.6,
  3478. },
  3479. ["healthBar"] = {
  3480. ["colorType"] = "class",
  3481. ["order"] = 10,
  3482. ["background"] = true,
  3483. ["reactionType"] = "npc",
  3484. ["height"] = 1.2,
  3485. },
  3486. },
  3487. ["focustarget"] = {
  3488. ["indicators"] = {
  3489. ["raidTarget"] = {
  3490. ["y"] = 0,
  3491. ["x"] = 0,
  3492. ["anchorTo"] = "$parent",
  3493. ["anchorPoint"] = "C",
  3494. ["size"] = 20,
  3495. },
  3496. ["class"] = {
  3497. ["y"] = 0,
  3498. ["x"] = 0,
  3499. ["anchorTo"] = "$parent",
  3500. ["anchorPoint"] = "BL",
  3501. ["size"] = 16,
  3502. },
  3503. ["height"] = 0.5,
  3504. },
  3505. ["range"] = {
  3506. ["height"] = 0.5,
  3507. },
  3508. ["auras"] = {
  3509. ["height"] = 0.5,
  3510. ["buffs"] = {
  3511. ["y"] = 0,
  3512. ["anchorPoint"] = "BL",
  3513. ["x"] = 0,
  3514. ["size"] = 16,
  3515. },
  3516. ["debuffs"] = {
  3517. ["anchorPoint"] = "BL",
  3518. ["y"] = 0,
  3519. ["x"] = 0,
  3520. ["size"] = 16,
  3521. },
  3522. },
  3523. ["castBar"] = {
  3524. ["time"] = {
  3525. ["enabled"] = true,
  3526. ["x"] = -1,
  3527. ["anchorTo"] = "$parent",
  3528. ["y"] = 0,
  3529. ["anchorPoint"] = "CRI",
  3530. ["size"] = 0,
  3531. },
  3532. ["height"] = 0.6,
  3533. ["order"] = 40,
  3534. ["background"] = true,
  3535. ["icon"] = "HIDE",
  3536. ["name"] = {
  3537. ["y"] = 0,
  3538. ["x"] = 1,
  3539. ["anchorTo"] = "$parent",
  3540. ["rank"] = true,
  3541. ["anchorPoint"] = "CLI",
  3542. ["enabled"] = true,
  3543. ["size"] = 0,
  3544. },
  3545. },
  3546. ["auraIndicators"] = {
  3547. ["height"] = 0.5,
  3548. },
  3549. ["powerBar"] = {
  3550. ["colorType"] = "type",
  3551. ["order"] = 20,
  3552. ["background"] = true,
  3553. ["height"] = 0.6,
  3554. },
  3555. ["enabled"] = false,
  3556. ["healthBar"] = {
  3557. ["colorType"] = "class",
  3558. ["order"] = 10,
  3559. ["background"] = true,
  3560. ["reactionType"] = "npc",
  3561. ["height"] = 1.2,
  3562. },
  3563. ["emptyBar"] = {
  3564. ["height"] = 1,
  3565. ["background"] = true,
  3566. ["reactionType"] = "none",
  3567. ["order"] = 0,
  3568. },
  3569. ["width"] = 120,
  3570. ["fader"] = {
  3571. ["height"] = 0.5,
  3572. },
  3573. ["highlight"] = {
  3574. ["height"] = 0.5,
  3575. ["size"] = 10,
  3576. },
  3577. ["height"] = 25,
  3578. ["portrait"] = {
  3579. ["type"] = "3D",
  3580. ["alignment"] = "RIGHT",
  3581. ["fullAfter"] = 100,
  3582. ["height"] = 0.5,
  3583. ["fullBefore"] = 0,
  3584. ["order"] = 15,
  3585. ["width"] = 0.22,
  3586. },
  3587. ["altPowerBar"] = {
  3588. ["height"] = 0.4,
  3589. ["background"] = true,
  3590. ["order"] = 100,
  3591. },
  3592. ["text"] = {
  3593. {
  3594. ["text"] = "[(()afk() )][name]",
  3595. ["width"] = 0.5,
  3596. ["anchorPoint"] = "CLI",
  3597. ["x"] = 3,
  3598. ["default"] = true,
  3599. ["y"] = 0,
  3600. }, -- [1]
  3601. {
  3602. ["text"] = "[curhp]",
  3603. ["width"] = 0.6,
  3604. ["anchorPoint"] = "CRI",
  3605. ["x"] = -3,
  3606. ["default"] = true,
  3607. ["y"] = 0,
  3608. }, -- [2]
  3609. {
  3610. ["text"] = "",
  3611. ["width"] = 0.5,
  3612. ["anchorPoint"] = "CLI",
  3613. ["x"] = 3,
  3614. ["default"] = true,
  3615. ["y"] = 0,
  3616. }, -- [3]
  3617. {
  3618. ["text"] = "",
  3619. ["width"] = 0.6,
  3620. ["anchorPoint"] = "CRI",
  3621. ["x"] = -3,
  3622. ["default"] = true,
  3623. ["y"] = 0,
  3624. }, -- [4]
  3625. {
  3626. ["text"] = "[(()afk() )][name]",
  3627. ["width"] = 1,
  3628. ["anchorPoint"] = "CLI",
  3629. ["x"] = 3,
  3630. ["default"] = true,
  3631. }, -- [5]
  3632. },
  3633. },
  3634. ["pet"] = {
  3635. ["xpBar"] = {
  3636. ["height"] = 0.25,
  3637. ["background"] = true,
  3638. ["order"] = 55,
  3639. },
  3640. ["indicators"] = {
  3641. ["raidTarget"] = {
  3642. ["y"] = 0,
  3643. ["x"] = 0,
  3644. ["anchorTo"] = "$parent",
  3645. ["anchorPoint"] = "C",
  3646. ["size"] = 20,
  3647. },
  3648. ["height"] = 0.5,
  3649. },
  3650. ["range"] = {
  3651. ["height"] = 0.5,
  3652. },
  3653. ["auras"] = {
  3654. ["height"] = 0.5,
  3655. ["buffs"] = {
  3656. ["y"] = 0,
  3657. ["anchorPoint"] = "BL",
  3658. ["x"] = 0,
  3659. ["size"] = 16,
  3660. },
  3661. ["debuffs"] = {
  3662. ["anchorPoint"] = "BL",
  3663. ["y"] = 0,
  3664. ["x"] = 0,
  3665. ["size"] = 16,
  3666. },
  3667. },
  3668. ["castBar"] = {
  3669. ["time"] = {
  3670. ["enabled"] = true,
  3671. ["x"] = -1,
  3672. ["anchorTo"] = "$parent",
  3673. ["y"] = 0,
  3674. ["anchorPoint"] = "CRI",
  3675. ["size"] = 0,
  3676. },
  3677. ["height"] = 0.6,
  3678. ["order"] = 60,
  3679. ["background"] = true,
  3680. ["icon"] = "HIDE",
  3681. ["name"] = {
  3682. ["y"] = 0,
  3683. ["x"] = 1,
  3684. ["anchorTo"] = "$parent",
  3685. ["rank"] = true,
  3686. ["anchorPoint"] = "CLI",
  3687. ["enabled"] = true,
  3688. ["size"] = 0,
  3689. },
  3690. },
  3691. ["auraIndicators"] = {
  3692. ["height"] = 0.5,
  3693. },
  3694. ["powerBar"] = {
  3695. ["colorType"] = "type",
  3696. ["order"] = 20,
  3697. ["background"] = true,
  3698. ["height"] = 0.7,
  3699. },
  3700. ["healthBar"] = {
  3701. ["colorType"] = "class",
  3702. ["order"] = 10,
  3703. ["background"] = true,
  3704. ["reactionType"] = "none",
  3705. ["height"] = 1.2,
  3706. },
  3707. ["highlight"] = {
  3708. ["height"] = 0.5,
  3709. ["size"] = 10,
  3710. },
  3711. ["text"] = {
  3712. {
  3713. ["width"] = 0.5,
  3714. ["y"] = 0,
  3715. ["x"] = 3,
  3716. ["default"] = true,
  3717. ["anchorPoint"] = "CLI",
  3718. }, -- [1]
  3719. {
  3720. ["width"] = 0.6,
  3721. ["y"] = 0,
  3722. ["x"] = -3,
  3723. ["default"] = true,
  3724. ["anchorPoint"] = "CRI",
  3725. }, -- [2]
  3726. {
  3727. ["text"] = "[perpp]",
  3728. ["width"] = 0.5,
  3729. ["anchorPoint"] = "CLI",
  3730. ["x"] = 3,
  3731. ["default"] = true,
  3732. ["y"] = 0,
  3733. }, -- [3]
  3734. {
  3735. ["width"] = 0.6,
  3736. ["y"] = 0,
  3737. ["x"] = -3,
  3738. ["default"] = true,
  3739. ["anchorPoint"] = "CRI",
  3740. }, -- [4]
  3741. {
  3742. ["text"] = "[name]",
  3743. ["width"] = 1,
  3744. ["anchorPoint"] = "CLI",
  3745. ["x"] = 3,
  3746. ["default"] = true,
  3747. }, -- [5]
  3748. },
  3749. ["emptyBar"] = {
  3750. ["height"] = 1,
  3751. ["background"] = true,
  3752. ["reactionType"] = "none",
  3753. ["order"] = 0,
  3754. },
  3755. ["width"] = 190,
  3756. ["altPowerBar"] = {
  3757. ["height"] = 0.4,
  3758. ["background"] = true,
  3759. ["order"] = 100,
  3760. },
  3761. ["height"] = 30,
  3762. ["fader"] = {
  3763. ["height"] = 0.5,
  3764. },
  3765. ["combatText"] = {
  3766. ["height"] = 0.5,
  3767. },
  3768. ["incHeal"] = {
  3769. ["height"] = 0.5,
  3770. },
  3771. ["healAbsorb"] = {
  3772. ["height"] = 0.5,
  3773. },
  3774. ["incAbsorb"] = {
  3775. ["height"] = 0.5,
  3776. },
  3777. ["portrait"] = {
  3778. ["type"] = "3D",
  3779. ["alignment"] = "LEFT",
  3780. ["fullAfter"] = 50,
  3781. ["height"] = 0.5,
  3782. ["fullBefore"] = 0,
  3783. ["order"] = 15,
  3784. ["width"] = 0.22,
  3785. },
  3786. },
  3787. ["partypet"] = {
  3788. ["portrait"] = {
  3789. ["type"] = "3D",
  3790. ["alignment"] = "LEFT",
  3791. ["fullAfter"] = 100,
  3792. ["height"] = 0.5,
  3793. ["fullBefore"] = 0,
  3794. ["order"] = 15,
  3795. ["width"] = 0.22,
  3796. },
  3797. ["auras"] = {
  3798. ["debuffs"] = {
  3799. ["anchorPoint"] = "BL",
  3800. ["y"] = 0,
  3801. ["x"] = 0,
  3802. ["size"] = 16,
  3803. },
  3804. ["buffs"] = {
  3805. ["y"] = 0,
  3806. ["anchorPoint"] = "BL",
  3807. ["x"] = 0,
  3808. ["size"] = 16,
  3809. },
  3810. },
  3811. ["castBar"] = {
  3812. ["time"] = {
  3813. ["enabled"] = true,
  3814. ["x"] = -1,
  3815. ["anchorTo"] = "$parent",
  3816. ["y"] = 0,
  3817. ["anchorPoint"] = "CRI",
  3818. ["size"] = 0,
  3819. },
  3820. ["height"] = 0.6,
  3821. ["order"] = 40,
  3822. ["background"] = true,
  3823. ["icon"] = "HIDE",
  3824. ["name"] = {
  3825. ["y"] = 0,
  3826. ["x"] = 1,
  3827. ["anchorTo"] = "$parent",
  3828. ["rank"] = true,
  3829. ["anchorPoint"] = "CLI",
  3830. ["enabled"] = true,
  3831. ["size"] = 0,
  3832. },
  3833. },
  3834. ["powerBar"] = {
  3835. ["colorType"] = "type",
  3836. ["order"] = 20,
  3837. ["background"] = true,
  3838. ["height"] = 0.6,
  3839. },
  3840. ["healthBar"] = {
  3841. ["colorType"] = "class",
  3842. ["order"] = 10,
  3843. ["background"] = true,
  3844. ["reactionType"] = "npc",
  3845. ["height"] = 1.2,
  3846. },
  3847. ["highlight"] = {
  3848. ["size"] = 10,
  3849. },
  3850. ["emptyBar"] = {
  3851. ["height"] = 1,
  3852. ["background"] = true,
  3853. ["reactionType"] = "none",
  3854. ["order"] = 0,
  3855. },
  3856. ["width"] = 90,
  3857. ["altPowerBar"] = {
  3858. ["height"] = 0.4,
  3859. ["background"] = true,
  3860. ["order"] = 100,
  3861. },
  3862. ["height"] = 25,
  3863. ["indicators"] = {
  3864. ["raidTarget"] = {
  3865. ["y"] = 0,
  3866. ["x"] = 0,
  3867. ["anchorTo"] = "$parent",
  3868. ["anchorPoint"] = "C",
  3869. ["size"] = 20,
  3870. },
  3871. },
  3872. ["text"] = {
  3873. {
  3874. ["width"] = 0.5,
  3875. ["y"] = 0,
  3876. ["x"] = 3,
  3877. ["default"] = true,
  3878. ["anchorPoint"] = "CLI",
  3879. }, -- [1]
  3880. {
  3881. ["text"] = "[curhp]",
  3882. ["width"] = 0.6,
  3883. ["anchorPoint"] = "CRI",
  3884. ["x"] = -3,
  3885. ["default"] = true,
  3886. ["y"] = 0,
  3887. }, -- [2]
  3888. {
  3889. ["text"] = "",
  3890. ["width"] = 0.5,
  3891. ["anchorPoint"] = "CLI",
  3892. ["x"] = 3,
  3893. ["default"] = true,
  3894. ["y"] = 0,
  3895. }, -- [3]
  3896. {
  3897. ["text"] = "",
  3898. ["width"] = 0.6,
  3899. ["anchorPoint"] = "CRI",
  3900. ["x"] = -3,
  3901. ["default"] = true,
  3902. ["y"] = 0,
  3903. }, -- [4]
  3904. {
  3905. ["text"] = "[name]",
  3906. ["width"] = 1,
  3907. ["anchorPoint"] = "CLI",
  3908. ["x"] = 3,
  3909. ["default"] = true,
  3910. }, -- [5]
  3911. },
  3912. },
  3913. ["mainassist"] = {
  3914. ["highlight"] = {
  3915. ["size"] = 10,
  3916. },
  3917. ["indicators"] = {
  3918. ["raidTarget"] = {
  3919. ["y"] = 0,
  3920. ["x"] = 0,
  3921. ["anchorTo"] = "$parent",
  3922. ["anchorPoint"] = "C",
  3923. ["size"] = 20,
  3924. },
  3925. ["resurrect"] = {
  3926. ["y"] = -1,
  3927. ["x"] = 37,
  3928. ["anchorTo"] = "$parent",
  3929. ["anchorPoint"] = "LC",
  3930. ["size"] = 28,
  3931. },
  3932. ["class"] = {
  3933. ["y"] = 0,
  3934. ["x"] = 0,
  3935. ["anchorTo"] = "$parent",
  3936. ["anchorPoint"] = "BL",
  3937. ["size"] = 16,
  3938. },
  3939. },
  3940. ["height"] = 40,
  3941. ["auras"] = {
  3942. ["debuffs"] = {
  3943. ["anchorPoint"] = "BL",
  3944. ["y"] = 0,
  3945. ["x"] = 0,
  3946. ["size"] = 16,
  3947. },
  3948. ["buffs"] = {
  3949. ["y"] = 0,
  3950. ["anchorPoint"] = "BL",
  3951. ["x"] = 0,
  3952. ["size"] = 16,
  3953. },
  3954. },
  3955. ["castBar"] = {
  3956. ["time"] = {
  3957. ["enabled"] = true,
  3958. ["x"] = -1,
  3959. ["anchorTo"] = "$parent",
  3960. ["y"] = 0,
  3961. ["anchorPoint"] = "CRI",
  3962. ["size"] = 0,
  3963. },
  3964. ["height"] = 0.6,
  3965. ["order"] = 60,
  3966. ["background"] = true,
  3967. ["icon"] = "HIDE",
  3968. ["name"] = {
  3969. ["y"] = 0,
  3970. ["x"] = 1,
  3971. ["anchorTo"] = "$parent",
  3972. ["rank"] = true,
  3973. ["anchorPoint"] = "CLI",
  3974. ["enabled"] = true,
  3975. ["size"] = 0,
  3976. },
  3977. },
  3978. ["text"] = {
  3979. {
  3980. ["text"] = "[(()afk() )][name]",
  3981. ["width"] = 0.5,
  3982. ["anchorPoint"] = "CLI",
  3983. ["x"] = 3,
  3984. ["default"] = true,
  3985. ["y"] = 0,
  3986. }, -- [1]
  3987. {
  3988. ["width"] = 0.6,
  3989. ["y"] = 0,
  3990. ["x"] = -3,
  3991. ["default"] = true,
  3992. ["anchorPoint"] = "CRI",
  3993. }, -- [2]
  3994. {
  3995. ["text"] = "[level( )][perpp]",
  3996. ["width"] = 0.5,
  3997. ["anchorPoint"] = "CLI",
  3998. ["x"] = 3,
  3999. ["default"] = true,
  4000. ["y"] = 0,
  4001. }, -- [3]
  4002. {
  4003. ["width"] = 0.6,
  4004. ["y"] = 0,
  4005. ["x"] = -3,
  4006. ["default"] = true,
  4007. ["anchorPoint"] = "CRI",
  4008. }, -- [4]
  4009. {
  4010. ["text"] = "[(()afk() )][name]",
  4011. ["width"] = 1,
  4012. ["anchorPoint"] = "CLI",
  4013. ["x"] = 3,
  4014. ["default"] = true,
  4015. }, -- [5]
  4016. },
  4017. ["columnSpacing"] = 5,
  4018. ["incAbsorb"] = {
  4019. ["cap"] = 1,
  4020. },
  4021. ["powerBar"] = {
  4022. ["colorType"] = "type",
  4023. ["order"] = 20,
  4024. ["background"] = true,
  4025. ["height"] = 1,
  4026. },
  4027. ["portrait"] = {
  4028. ["type"] = "3D",
  4029. ["alignment"] = "LEFT",
  4030. ["fullAfter"] = 50,
  4031. ["height"] = 0.5,
  4032. ["fullBefore"] = 0,
  4033. ["order"] = 15,
  4034. ["width"] = 0.22,
  4035. },
  4036. ["offset"] = 5,
  4037. ["healthBar"] = {
  4038. ["colorType"] = "class",
  4039. ["order"] = 10,
  4040. ["background"] = true,
  4041. ["reactionType"] = "npc",
  4042. ["height"] = 1.2,
  4043. },
  4044. ["attribAnchorPoint"] = "LEFT",
  4045. ["emptyBar"] = {
  4046. ["height"] = 1,
  4047. ["background"] = true,
  4048. ["reactionType"] = "none",
  4049. ["order"] = 0,
  4050. },
  4051. ["width"] = 150,
  4052. ["maxColumns"] = 1,
  4053. ["altPowerBar"] = {
  4054. ["height"] = 0.4,
  4055. ["background"] = true,
  4056. ["order"] = 100,
  4057. },
  4058. ["incHeal"] = {
  4059. ["cap"] = 1,
  4060. },
  4061. ["unitsPerColumn"] = 5,
  4062. },
  4063. ["player"] = {
  4064. ["portrait"] = {
  4065. ["enabled"] = true,
  4066. ["type"] = "3D",
  4067. ["alignment"] = "LEFT",
  4068. ["fullAfter"] = 50,
  4069. ["height"] = 0.5,
  4070. ["fullBefore"] = 0,
  4071. ["order"] = 15,
  4072. ["width"] = 0.22,
  4073. },
  4074. ["shadowOrbs"] = {
  4075. ["anchorTo"] = "$parent",
  4076. ["order"] = 60,
  4077. ["showAlways"] = true,
  4078. ["growth"] = "LEFT",
  4079. ["anchorPoint"] = "BR",
  4080. ["x"] = -3,
  4081. ["spacing"] = -4,
  4082. ["height"] = 0.4,
  4083. ["y"] = 6,
  4084. ["size"] = 14,
  4085. },
  4086. ["runeBar"] = {
  4087. ["enabled"] = true,
  4088. ["background"] = false,
  4089. ["height"] = 0.4,
  4090. ["order"] = 70,
  4091. },
  4092. ["castBar"] = {
  4093. ["time"] = {
  4094. ["enabled"] = true,
  4095. ["x"] = -1,
  4096. ["anchorTo"] = "$parent",
  4097. ["y"] = 0,
  4098. ["anchorPoint"] = "CRI",
  4099. ["size"] = 0,
  4100. },
  4101. ["height"] = 0.6,
  4102. ["order"] = 60,
  4103. ["background"] = true,
  4104. ["icon"] = "HIDE",
  4105. ["name"] = {
  4106. ["y"] = 0,
  4107. ["x"] = 1,
  4108. ["anchorTo"] = "$parent",
  4109. ["rank"] = true,
  4110. ["anchorPoint"] = "CLI",
  4111. ["enabled"] = true,
  4112. ["size"] = 0,
  4113. },
  4114. },
  4115. ["burningEmbersBar"] = {
  4116. ["height"] = 0.4,
  4117. ["background"] = false,
  4118. ["order"] = 70,
  4119. },
  4120. ["powerBar"] = {
  4121. ["colorType"] = "type",
  4122. ["height"] = 1,
  4123. ["background"] = true,
  4124. ["order"] = 20,
  4125. },
  4126. ["healthBar"] = {
  4127. ["colorType"] = "percent",
  4128. ["reactionType"] = "npc",
  4129. ["background"] = true,
  4130. ["order"] = 10,
  4131. ["height"] = 1.2,
  4132. },
  4133. ["eclipseBar"] = {
  4134. ["order"] = 70,
  4135. ["background"] = true,
  4136. ["height"] = 0.75,
  4137. },
  4138. ["druidBar"] = {
  4139. ["enabled"] = true,
  4140. ["background"] = true,
  4141. ["height"] = 0.4,
  4142. ["order"] = 70,
  4143. },
  4144. ["text"] = {
  4145. {
  4146. ["text"] = "[(()afk() )][()colorname][( ()group())]",
  4147. ["width"] = 0.5,
  4148. ["anchorPoint"] = "CLI",
  4149. ["x"] = 3,
  4150. ["default"] = true,
  4151. ["y"] = 0,
  4152. }, -- [1]
  4153. {
  4154. ["text"] = "[missinghp]",
  4155. ["width"] = 0.6,
  4156. ["y"] = 0,
  4157. ["x"] = -3,
  4158. ["default"] = true,
  4159. ["anchorPoint"] = "CRI",
  4160. }, -- [2]
  4161. {
  4162. ["text"] = "[levelcolor][( )classcolor][()class]",
  4163. ["width"] = 0.5,
  4164. ["anchorPoint"] = "CLI",
  4165. ["x"] = 3,
  4166. ["default"] = true,
  4167. ["y"] = 0,
  4168. }, -- [3]
  4169. {
  4170. ["text"] = "[( )missingpp]",
  4171. ["width"] = 0.6,
  4172. ["y"] = 0,
  4173. ["x"] = -3,
  4174. ["default"] = true,
  4175. ["anchorPoint"] = "CRI",
  4176. }, -- [4]
  4177. {
  4178. ["text"] = "[(()afk() )][name][( ()group())]",
  4179. ["width"] = 1,
  4180. ["anchorPoint"] = "CLI",
  4181. ["x"] = 3,
  4182. ["default"] = true,
  4183. }, -- [5]
  4184. {
  4185. ["anchorTo"] = "$demonicFuryBar",
  4186. ["text"] = "[warlock:demonic:curpp]",
  4187. ["width"] = 1,
  4188. ["x"] = 3,
  4189. ["name"] = "Text",
  4190. ["size"] = -1,
  4191. }, -- [6]
  4192. [10] = {
  4193. ["anchorTo"] = "$staggerBar",
  4194. ["text"] = "[monk:abs:stagger]",
  4195. ["width"] = 1,
  4196. ["name"] = "Text",
  4197. },
  4198. [11] = {
  4199. ["enabled"] = true,
  4200. ["anchorTo"] = "$runeBar",
  4201. ["text"] = "",
  4202. ["width"] = 1,
  4203. ["anchorPoint"] = "C",
  4204. ["x"] = 0,
  4205. ["name"] = "Timer Text",
  4206. ["default"] = true,
  4207. ["block"] = true,
  4208. ["y"] = 0,
  4209. ["size"] = 0,
  4210. },
  4211. [12] = {
  4212. ["enabled"] = true,
  4213. ["anchorTo"] = "$totemBar",
  4214. ["text"] = "",
  4215. ["width"] = 1,
  4216. ["anchorPoint"] = "C",
  4217. ["x"] = 0,
  4218. ["name"] = "Timer Text",
  4219. ["default"] = true,
  4220. ["block"] = true,
  4221. ["y"] = 0,
  4222. ["size"] = 0,
  4223. },
  4224. },
  4225. ["altPowerBar"] = {
  4226. ["height"] = 0.4,
  4227. ["background"] = true,
  4228. ["order"] = 100,
  4229. },
  4230. ["height"] = 45,
  4231. ["auraPoints"] = {
  4232. ["anchorTo"] = "$parent",
  4233. ["order"] = 60,
  4234. ["showAlways"] = true,
  4235. ["growth"] = "LEFT",
  4236. ["anchorPoint"] = "BR",
  4237. ["x"] = -3,
  4238. ["spacing"] = -4,
  4239. ["height"] = 0.4,
  4240. ["y"] = 8,
  4241. ["size"] = 14,
  4242. },
  4243. ["xpBar"] = {
  4244. ["height"] = 0.25,
  4245. ["background"] = true,
  4246. ["order"] = 55,
  4247. },
  4248. ["indicators"] = {
  4249. ["raidTarget"] = {
  4250. ["y"] = 0,
  4251. ["x"] = 0,
  4252. ["anchorTo"] = "$parent",
  4253. ["anchorPoint"] = "C",
  4254. ["size"] = 20,
  4255. },
  4256. ["lfdRole"] = {
  4257. ["y"] = 14,
  4258. ["x"] = 3,
  4259. ["anchorTo"] = "$parent",
  4260. ["anchorPoint"] = "BR",
  4261. ["size"] = 14,
  4262. },
  4263. ["resurrect"] = {
  4264. ["y"] = -1,
  4265. ["x"] = 37,
  4266. ["anchorTo"] = "$parent",
  4267. ["anchorPoint"] = "LC",
  4268. ["size"] = 28,
  4269. },
  4270. ["masterLoot"] = {
  4271. ["y"] = -10,
  4272. ["x"] = 16,
  4273. ["anchorTo"] = "$parent",
  4274. ["anchorPoint"] = "TL",
  4275. ["size"] = 12,
  4276. },
  4277. ["leader"] = {
  4278. ["y"] = -12,
  4279. ["x"] = 2,
  4280. ["anchorTo"] = "$parent",
  4281. ["anchorPoint"] = "TL",
  4282. ["size"] = 14,
  4283. },
  4284. ["role"] = {
  4285. ["y"] = -11,
  4286. ["x"] = 30,
  4287. ["anchorTo"] = "$parent",
  4288. ["anchorPoint"] = "TL",
  4289. ["size"] = 14,
  4290. },
  4291. ["status"] = {
  4292. ["y"] = -2,
  4293. ["x"] = 12,
  4294. ["anchorTo"] = "$parent",
  4295. ["anchorPoint"] = "LB",
  4296. ["size"] = 16,
  4297. },
  4298. ["pvp"] = {
  4299. ["y"] = -6,
  4300. ["x"] = 20,
  4301. ["anchorTo"] = "$parent",
  4302. ["anchorPoint"] = "C",
  4303. ["size"] = 40,
  4304. },
  4305. ["height"] = 0.5,
  4306. ["ready"] = {
  4307. ["y"] = 0,
  4308. ["x"] = 35,
  4309. ["anchorTo"] = "$parent",
  4310. ["anchorPoint"] = "LC",
  4311. ["size"] = 24,
  4312. },
  4313. },
  4314. ["scale"] = 1.25,
  4315. ["totemBar"] = {
  4316. ["enabled"] = true,
  4317. ["background"] = false,
  4318. ["height"] = 0.4,
  4319. ["order"] = 70,
  4320. },
  4321. ["incAbsorb"] = {
  4322. ["height"] = 0.5,
  4323. ["cap"] = 1,
  4324. },
  4325. ["comboPoints"] = {
  4326. ["enabled"] = false,
  4327. ["anchorTo"] = "$parent",
  4328. ["order"] = 60,
  4329. ["growth"] = "LEFT",
  4330. ["anchorPoint"] = "BR",
  4331. ["x"] = -3,
  4332. ["spacing"] = -4,
  4333. ["height"] = 0.4,
  4334. ["y"] = 8,
  4335. ["size"] = 14,
  4336. },
  4337. ["emptyBar"] = {
  4338. ["height"] = 1,
  4339. ["background"] = true,
  4340. ["reactionType"] = "none",
  4341. ["order"] = 0,
  4342. },
  4343. ["monkBar"] = {
  4344. ["height"] = 0.5,
  4345. },
  4346. ["highlight"] = {
  4347. ["height"] = 0.5,
  4348. ["debuff"] = true,
  4349. ["size"] = 10,
  4350. },
  4351. ["holyPower"] = {
  4352. ["anchorTo"] = "$parent",
  4353. ["order"] = 60,
  4354. ["showAlways"] = true,
  4355. ["growth"] = "LEFT",
  4356. ["anchorPoint"] = "BR",
  4357. ["x"] = -3,
  4358. ["spacing"] = -4,
  4359. ["height"] = 0.4,
  4360. ["y"] = 6,
  4361. ["size"] = 14,
  4362. },
  4363. ["soulShards"] = {
  4364. ["anchorTo"] = "$parent",
  4365. ["order"] = 60,
  4366. ["showAlways"] = true,
  4367. ["growth"] = "LEFT",
  4368. ["anchorPoint"] = "BR",
  4369. ["x"] = -8,
  4370. ["spacing"] = -2,
  4371. ["height"] = 0.4,
  4372. ["y"] = 6,
  4373. ["size"] = 12,
  4374. },
  4375. ["width"] = 190,
  4376. ["chi"] = {
  4377. ["anchorTo"] = "$parent",
  4378. ["order"] = 60,
  4379. ["showAlways"] = true,
  4380. ["growth"] = "LEFT",
  4381. ["anchorPoint"] = "BR",
  4382. ["x"] = -3,
  4383. ["spacing"] = -4,
  4384. ["height"] = 0.4,
  4385. ["y"] = 6,
  4386. ["size"] = 14,
  4387. },
  4388. ["auraIndicators"] = {
  4389. ["height"] = 0.5,
  4390. },
  4391. ["auras"] = {
  4392. ["height"] = 0.5,
  4393. ["buffs"] = {
  4394. ["anchorPoint"] = "BL",
  4395. ["x"] = 0,
  4396. ["y"] = 0,
  4397. ["temporary"] = false,
  4398. ["maxRows"] = 1,
  4399. ["size"] = 16,
  4400. },
  4401. ["debuffs"] = {
  4402. ["anchorPoint"] = "BL",
  4403. ["x"] = 0,
  4404. ["y"] = 0,
  4405. ["maxRows"] = 1,
  4406. ["size"] = 16,
  4407. },
  4408. },
  4409. ["fader"] = {
  4410. ["combatAlpha"] = 1,
  4411. ["inactiveAlpha"] = 0.6,
  4412. ["height"] = 0.5,
  4413. },
  4414. ["combatText"] = {
  4415. ["x"] = 9,
  4416. ["height"] = 0.5,
  4417. ["y"] = 3,
  4418. },
  4419. ["incHeal"] = {
  4420. ["height"] = 0.5,
  4421. ["cap"] = 1,
  4422. },
  4423. ["healAbsorb"] = {
  4424. ["height"] = 0.5,
  4425. },
  4426. ["staggerBar"] = {
  4427. ["height"] = 0.3,
  4428. ["background"] = true,
  4429. ["order"] = 70,
  4430. },
  4431. ["demonicFuryBar"] = {
  4432. ["height"] = 0.5,
  4433. ["background"] = false,
  4434. ["order"] = 70,
  4435. },
  4436. },
  4437. ["pettarget"] = {
  4438. ["text"] = {
  4439. {
  4440. ["width"] = 0.5,
  4441. ["y"] = 0,
  4442. ["x"] = 3,
  4443. ["default"] = true,
  4444. ["anchorPoint"] = "CLI",
  4445. }, -- [1]
  4446. {
  4447. ["width"] = 0.6,
  4448. ["y"] = 0,
  4449. ["x"] = -3,
  4450. ["default"] = true,
  4451. ["anchorPoint"] = "CRI",
  4452. }, -- [2]
  4453. {
  4454. ["text"] = "[perpp]",
  4455. ["width"] = 0.5,
  4456. ["anchorPoint"] = "CLI",
  4457. ["x"] = 3,
  4458. ["default"] = true,
  4459. ["y"] = 0,
  4460. }, -- [3]
  4461. {
  4462. ["width"] = 0.6,
  4463. ["y"] = 0,
  4464. ["x"] = -3,
  4465. ["default"] = true,
  4466. ["anchorPoint"] = "CRI",
  4467. }, -- [4]
  4468. {
  4469. ["text"] = "[name]",
  4470. ["width"] = 1,
  4471. ["anchorPoint"] = "CLI",
  4472. ["x"] = 3,
  4473. ["default"] = true,
  4474. }, -- [5]
  4475. },
  4476. ["portrait"] = {
  4477. ["type"] = "3D",
  4478. ["alignment"] = "LEFT",
  4479. ["fullAfter"] = 100,
  4480. ["height"] = 0.5,
  4481. ["fullBefore"] = 0,
  4482. ["order"] = 15,
  4483. ["width"] = 0.22,
  4484. },
  4485. ["indicators"] = {
  4486. ["raidTarget"] = {
  4487. ["y"] = 0,
  4488. ["x"] = 0,
  4489. ["anchorTo"] = "$parent",
  4490. ["anchorPoint"] = "C",
  4491. ["size"] = 20,
  4492. },
  4493. ["height"] = 0.5,
  4494. },
  4495. ["emptyBar"] = {
  4496. ["height"] = 1,
  4497. ["background"] = true,
  4498. ["reactionType"] = "none",
  4499. ["order"] = 0,
  4500. },
  4501. ["range"] = {
  4502. ["height"] = 0.5,
  4503. },
  4504. ["auras"] = {
  4505. ["height"] = 0.5,
  4506. ["buffs"] = {
  4507. ["y"] = 0,
  4508. ["anchorPoint"] = "BL",
  4509. ["x"] = 0,
  4510. ["size"] = 16,
  4511. },
  4512. ["debuffs"] = {
  4513. ["anchorPoint"] = "BL",
  4514. ["y"] = 0,
  4515. ["x"] = 0,
  4516. ["size"] = 16,
  4517. },
  4518. },
  4519. ["castBar"] = {
  4520. ["time"] = {
  4521. ["enabled"] = true,
  4522. ["x"] = -1,
  4523. ["anchorTo"] = "$parent",
  4524. ["y"] = 0,
  4525. ["anchorPoint"] = "CRI",
  4526. ["size"] = 0,
  4527. },
  4528. ["height"] = 0.6,
  4529. ["order"] = 40,
  4530. ["background"] = true,
  4531. ["icon"] = "HIDE",
  4532. ["name"] = {
  4533. ["y"] = 0,
  4534. ["x"] = 1,
  4535. ["anchorTo"] = "$parent",
  4536. ["rank"] = true,
  4537. ["anchorPoint"] = "CLI",
  4538. ["enabled"] = true,
  4539. ["size"] = 0,
  4540. },
  4541. },
  4542. ["healthBar"] = {
  4543. ["colorType"] = "class",
  4544. ["order"] = 10,
  4545. ["background"] = true,
  4546. ["reactionType"] = "npc",
  4547. ["height"] = 1.2,
  4548. },
  4549. ["altPowerBar"] = {
  4550. ["height"] = 0.4,
  4551. ["background"] = true,
  4552. ["order"] = 100,
  4553. },
  4554. ["width"] = 190,
  4555. ["height"] = 30,
  4556. ["auraIndicators"] = {
  4557. ["height"] = 0.5,
  4558. },
  4559. ["powerBar"] = {
  4560. ["colorType"] = "type",
  4561. ["order"] = 20,
  4562. ["background"] = true,
  4563. ["height"] = 0.7,
  4564. },
  4565. ["highlight"] = {
  4566. ["height"] = 0.5,
  4567. ["size"] = 10,
  4568. },
  4569. },
  4570. ["battlegroundpet"] = {
  4571. ["indicators"] = {
  4572. ["raidTarget"] = {
  4573. ["y"] = 0,
  4574. ["x"] = 0,
  4575. ["anchorTo"] = "$parent",
  4576. ["anchorPoint"] = "C",
  4577. ["size"] = 20,
  4578. },
  4579. },
  4580. ["auras"] = {
  4581. ["debuffs"] = {
  4582. ["anchorPoint"] = "BL",
  4583. ["y"] = 0,
  4584. ["x"] = 0,
  4585. ["size"] = 16,
  4586. },
  4587. ["buffs"] = {
  4588. ["y"] = 0,
  4589. ["anchorPoint"] = "BL",
  4590. ["x"] = 0,
  4591. ["size"] = 16,
  4592. },
  4593. },
  4594. ["castBar"] = {
  4595. ["time"] = {
  4596. ["enabled"] = true,
  4597. ["x"] = -1,
  4598. ["anchorTo"] = "$parent",
  4599. ["y"] = 0,
  4600. ["anchorPoint"] = "CRI",
  4601. ["size"] = 0,
  4602. },
  4603. ["height"] = 0.6,
  4604. ["order"] = 40,
  4605. ["background"] = true,
  4606. ["icon"] = "HIDE",
  4607. ["name"] = {
  4608. ["y"] = 0,
  4609. ["x"] = 1,
  4610. ["anchorTo"] = "$parent",
  4611. ["rank"] = true,
  4612. ["anchorPoint"] = "CLI",
  4613. ["enabled"] = true,
  4614. ["size"] = 0,
  4615. },
  4616. },
  4617. ["powerBar"] = {
  4618. ["colorType"] = "type",
  4619. ["order"] = 20,
  4620. ["background"] = true,
  4621. ["height"] = 0.6,
  4622. },
  4623. ["healthBar"] = {
  4624. ["colorType"] = "class",
  4625. ["order"] = 10,
  4626. ["background"] = true,
  4627. ["reactionType"] = "npc",
  4628. ["height"] = 1.2,
  4629. },
  4630. ["emptyBar"] = {
  4631. ["height"] = 1,
  4632. ["background"] = true,
  4633. ["reactionType"] = "none",
  4634. ["order"] = 0,
  4635. },
  4636. ["width"] = 90,
  4637. ["altPowerBar"] = {
  4638. ["height"] = 0.4,
  4639. ["background"] = true,
  4640. ["order"] = 100,
  4641. },
  4642. ["height"] = 25,
  4643. ["highlight"] = {
  4644. ["size"] = 10,
  4645. },
  4646. ["text"] = {
  4647. {
  4648. ["width"] = 0.5,
  4649. ["y"] = 0,
  4650. ["x"] = 3,
  4651. ["default"] = true,
  4652. ["anchorPoint"] = "CLI",
  4653. }, -- [1]
  4654. {
  4655. ["text"] = "[curhp]",
  4656. ["width"] = 0.6,
  4657. ["anchorPoint"] = "CRI",
  4658. ["x"] = -3,
  4659. ["default"] = true,
  4660. ["y"] = 0,
  4661. }, -- [2]
  4662. {
  4663. ["text"] = "",
  4664. ["width"] = 0.5,
  4665. ["anchorPoint"] = "CLI",
  4666. ["x"] = 3,
  4667. ["default"] = true,
  4668. ["y"] = 0,
  4669. }, -- [3]
  4670. {
  4671. ["text"] = "",
  4672. ["width"] = 0.6,
  4673. ["anchorPoint"] = "CRI",
  4674. ["x"] = -3,
  4675. ["default"] = true,
  4676. ["y"] = 0,
  4677. }, -- [4]
  4678. {
  4679. ["text"] = "[name]",
  4680. ["width"] = 1,
  4681. ["anchorPoint"] = "CLI",
  4682. ["x"] = 3,
  4683. ["default"] = true,
  4684. }, -- [5]
  4685. },
  4686. ["portrait"] = {
  4687. ["type"] = "3D",
  4688. ["alignment"] = "LEFT",
  4689. ["fullAfter"] = 100,
  4690. ["height"] = 0.5,
  4691. ["fullBefore"] = 0,
  4692. ["order"] = 15,
  4693. ["width"] = 0.22,
  4694. },
  4695. },
  4696. ["partytargettarget"] = {
  4697. ["healthBar"] = {
  4698. ["colorType"] = "class",
  4699. ["order"] = 10,
  4700. ["background"] = true,
  4701. ["height"] = 1.2,
  4702. ["reactionType"] = "npc",
  4703. },
  4704. ["indicators"] = {
  4705. ["raidTarget"] = {
  4706. ["y"] = 0,
  4707. ["x"] = 0,
  4708. ["anchorTo"] = "$parent",
  4709. ["anchorPoint"] = "C",
  4710. ["size"] = 20,
  4711. },
  4712. ["class"] = {
  4713. ["y"] = 0,
  4714. ["x"] = 0,
  4715. ["anchorTo"] = "$parent",
  4716. ["anchorPoint"] = "BL",
  4717. ["size"] = 16,
  4718. },
  4719. },
  4720. ["highlight"] = {
  4721. ["size"] = 10,
  4722. },
  4723. ["emptyBar"] = {
  4724. ["height"] = 1,
  4725. ["background"] = true,
  4726. ["order"] = 0,
  4727. ["reactionType"] = "none",
  4728. },
  4729. ["auras"] = {
  4730. ["buffs"] = {
  4731. ["y"] = 0,
  4732. ["anchorPoint"] = "BL",
  4733. ["x"] = 0,
  4734. ["size"] = 16,
  4735. },
  4736. ["debuffs"] = {
  4737. ["y"] = 0,
  4738. ["anchorPoint"] = "BL",
  4739. ["x"] = 0,
  4740. ["size"] = 16,
  4741. },
  4742. },
  4743. ["castBar"] = {
  4744. ["time"] = {
  4745. ["enabled"] = true,
  4746. ["x"] = -1,
  4747. ["anchorTo"] = "$parent",
  4748. ["y"] = 0,
  4749. ["anchorPoint"] = "CRI",
  4750. ["size"] = 0,
  4751. },
  4752. ["name"] = {
  4753. ["y"] = 0,
  4754. ["x"] = 1,
  4755. ["anchorTo"] = "$parent",
  4756. ["size"] = 0,
  4757. ["enabled"] = true,
  4758. ["anchorPoint"] = "CLI",
  4759. ["rank"] = true,
  4760. },
  4761. ["order"] = 40,
  4762. ["background"] = true,
  4763. ["icon"] = "HIDE",
  4764. ["height"] = 0.6,
  4765. },
  4766. ["text"] = {
  4767. {
  4768. ["width"] = 0.5,
  4769. ["y"] = 0,
  4770. ["x"] = 3,
  4771. ["default"] = true,
  4772. ["anchorPoint"] = "CLI",
  4773. }, -- [1]
  4774. {
  4775. ["text"] = "[curhp]",
  4776. ["width"] = 0.6,
  4777. ["y"] = 0,
  4778. ["x"] = -3,
  4779. ["default"] = true,
  4780. ["anchorPoint"] = "CRI",
  4781. }, -- [2]
  4782. {
  4783. ["text"] = "",
  4784. ["width"] = 0.5,
  4785. ["y"] = 0,
  4786. ["x"] = 3,
  4787. ["default"] = true,
  4788. ["anchorPoint"] = "CLI",
  4789. }, -- [3]
  4790. {
  4791. ["text"] = "",
  4792. ["width"] = 0.6,
  4793. ["y"] = 0,
  4794. ["x"] = -3,
  4795. ["default"] = true,
  4796. ["anchorPoint"] = "CRI",
  4797. }, -- [4]
  4798. {
  4799. ["text"] = "[name]",
  4800. ["width"] = 1,
  4801. ["anchorPoint"] = "CLI",
  4802. ["x"] = 3,
  4803. ["default"] = true,
  4804. }, -- [5]
  4805. },
  4806. ["altPowerBar"] = {
  4807. ["height"] = 0.4,
  4808. ["background"] = true,
  4809. ["order"] = 100,
  4810. },
  4811. ["width"] = 90,
  4812. ["height"] = 25,
  4813. ["powerBar"] = {
  4814. ["colorType"] = "type",
  4815. ["height"] = 0.6,
  4816. ["background"] = true,
  4817. ["order"] = 20,
  4818. },
  4819. ["portrait"] = {
  4820. ["type"] = "3D",
  4821. ["alignment"] = "LEFT",
  4822. ["fullAfter"] = 100,
  4823. ["height"] = 0.5,
  4824. ["fullBefore"] = 0,
  4825. ["order"] = 15,
  4826. ["width"] = 0.22,
  4827. },
  4828. },
  4829. ["arena"] = {
  4830. ["indicators"] = {
  4831. ["raidTarget"] = {
  4832. ["y"] = 0,
  4833. ["x"] = 0,
  4834. ["anchorTo"] = "$parent",
  4835. ["anchorPoint"] = "C",
  4836. ["size"] = 20,
  4837. },
  4838. ["class"] = {
  4839. ["y"] = 0,
  4840. ["x"] = 0,
  4841. ["anchorTo"] = "$parent",
  4842. ["anchorPoint"] = "BL",
  4843. ["size"] = 16,
  4844. },
  4845. ["lfdRole"] = {
  4846. ["y"] = 14,
  4847. ["x"] = 3,
  4848. ["anchorTo"] = "$parent",
  4849. ["anchorPoint"] = "BR",
  4850. ["size"] = 14,
  4851. },
  4852. ["arenaSpec"] = {
  4853. ["anchorTo"] = "$parent",
  4854. ["anchorPoint"] = "LC",
  4855. ["size"] = 28,
  4856. },
  4857. },
  4858. ["auras"] = {
  4859. ["debuffs"] = {
  4860. ["perRow"] = 9,
  4861. ["y"] = 0,
  4862. ["enabled"] = true,
  4863. ["x"] = 0,
  4864. ["anchorPoint"] = "BL",
  4865. ["size"] = 16,
  4866. },
  4867. ["buffs"] = {
  4868. ["enabled"] = true,
  4869. ["anchorPoint"] = "BL",
  4870. ["perRow"] = 9,
  4871. ["x"] = 0,
  4872. ["y"] = 0,
  4873. ["size"] = 16,
  4874. },
  4875. },
  4876. ["castBar"] = {
  4877. ["time"] = {
  4878. ["enabled"] = true,
  4879. ["x"] = -1,
  4880. ["anchorTo"] = "$parent",
  4881. ["y"] = 0,
  4882. ["anchorPoint"] = "CRI",
  4883. ["size"] = 0,
  4884. },
  4885. ["height"] = 0.6,
  4886. ["order"] = 60,
  4887. ["background"] = true,
  4888. ["icon"] = "HIDE",
  4889. ["name"] = {
  4890. ["y"] = 0,
  4891. ["x"] = 1,
  4892. ["anchorTo"] = "$parent",
  4893. ["rank"] = true,
  4894. ["anchorPoint"] = "CLI",
  4895. ["enabled"] = true,
  4896. ["size"] = 0,
  4897. },
  4898. },
  4899. ["powerBar"] = {
  4900. ["colorType"] = "type",
  4901. ["order"] = 20,
  4902. ["background"] = true,
  4903. ["height"] = 1,
  4904. },
  4905. ["offset"] = 25,
  4906. ["healthBar"] = {
  4907. ["colorType"] = "class",
  4908. ["order"] = 10,
  4909. ["background"] = true,
  4910. ["reactionType"] = "npc",
  4911. ["height"] = 1.2,
  4912. },
  4913. ["text"] = {
  4914. {
  4915. ["width"] = 0.5,
  4916. ["y"] = 0,
  4917. ["x"] = 3,
  4918. ["default"] = true,
  4919. ["anchorPoint"] = "CLI",
  4920. }, -- [1]
  4921. {
  4922. ["width"] = 0.6,
  4923. ["y"] = 0,
  4924. ["x"] = -3,
  4925. ["default"] = true,
  4926. ["anchorPoint"] = "CRI",
  4927. }, -- [2]
  4928. {
  4929. ["text"] = "[perpp]",
  4930. ["width"] = 0.5,
  4931. ["anchorPoint"] = "CLI",
  4932. ["x"] = 3,
  4933. ["default"] = true,
  4934. ["y"] = 0,
  4935. }, -- [3]
  4936. {
  4937. ["width"] = 0.6,
  4938. ["y"] = 0,
  4939. ["x"] = -3,
  4940. ["default"] = true,
  4941. ["anchorPoint"] = "CRI",
  4942. }, -- [4]
  4943. {
  4944. ["text"] = "[name]",
  4945. ["width"] = 1,
  4946. ["anchorPoint"] = "CLI",
  4947. ["x"] = 3,
  4948. ["default"] = true,
  4949. }, -- [5]
  4950. },
  4951. ["emptyBar"] = {
  4952. ["height"] = 1,
  4953. ["background"] = true,
  4954. ["reactionType"] = "none",
  4955. ["order"] = 0,
  4956. },
  4957. ["width"] = 170,
  4958. ["altPowerBar"] = {
  4959. ["height"] = 0.4,
  4960. ["background"] = true,
  4961. ["order"] = 100,
  4962. },
  4963. ["height"] = 45,
  4964. ["portrait"] = {
  4965. ["enabled"] = true,
  4966. ["type"] = "class",
  4967. ["alignment"] = "LEFT",
  4968. ["fullAfter"] = 50,
  4969. ["height"] = 0.5,
  4970. ["fullBefore"] = 0,
  4971. ["order"] = 15,
  4972. ["width"] = 0.22,
  4973. },
  4974. ["highlight"] = {
  4975. ["size"] = 10,
  4976. },
  4977. },
  4978. ["maintanktargettarget"] = {
  4979. ["healthBar"] = {
  4980. ["colorType"] = "class",
  4981. ["order"] = 10,
  4982. ["background"] = true,
  4983. ["height"] = 1.2,
  4984. ["reactionType"] = "npc",
  4985. },
  4986. ["indicators"] = {
  4987. ["raidTarget"] = {
  4988. ["y"] = 0,
  4989. ["x"] = 0,
  4990. ["anchorTo"] = "$parent",
  4991. ["anchorPoint"] = "C",
  4992. ["size"] = 20,
  4993. },
  4994. ["class"] = {
  4995. ["y"] = 0,
  4996. ["x"] = 0,
  4997. ["anchorTo"] = "$parent",
  4998. ["anchorPoint"] = "BL",
  4999. ["size"] = 16,
  5000. },
  5001. },
  5002. ["highlight"] = {
  5003. ["size"] = 10,
  5004. },
  5005. ["emptyBar"] = {
  5006. ["height"] = 1,
  5007. ["background"] = true,
  5008. ["order"] = 0,
  5009. ["reactionType"] = "none",
  5010. },
  5011. ["auras"] = {
  5012. ["buffs"] = {
  5013. ["y"] = 0,
  5014. ["anchorPoint"] = "BL",
  5015. ["x"] = 0,
  5016. ["size"] = 16,
  5017. },
  5018. ["debuffs"] = {
  5019. ["y"] = 0,
  5020. ["anchorPoint"] = "BL",
  5021. ["x"] = 0,
  5022. ["size"] = 16,
  5023. },
  5024. },
  5025. ["castBar"] = {
  5026. ["time"] = {
  5027. ["enabled"] = true,
  5028. ["x"] = -1,
  5029. ["anchorTo"] = "$parent",
  5030. ["y"] = 0,
  5031. ["anchorPoint"] = "CRI",
  5032. ["size"] = 0,
  5033. },
  5034. ["name"] = {
  5035. ["y"] = 0,
  5036. ["x"] = 1,
  5037. ["anchorTo"] = "$parent",
  5038. ["size"] = 0,
  5039. ["enabled"] = true,
  5040. ["anchorPoint"] = "CLI",
  5041. ["rank"] = true,
  5042. },
  5043. ["order"] = 40,
  5044. ["background"] = true,
  5045. ["icon"] = "HIDE",
  5046. ["height"] = 0.6,
  5047. },
  5048. ["text"] = {
  5049. {
  5050. ["text"] = "[(()afk() )][name]",
  5051. ["width"] = 0.5,
  5052. ["y"] = 0,
  5053. ["x"] = 3,
  5054. ["default"] = true,
  5055. ["anchorPoint"] = "CLI",
  5056. }, -- [1]
  5057. {
  5058. ["width"] = 0.6,
  5059. ["y"] = 0,
  5060. ["x"] = -3,
  5061. ["default"] = true,
  5062. ["anchorPoint"] = "CRI",
  5063. }, -- [2]
  5064. {
  5065. ["text"] = "[classification( )][perpp]",
  5066. ["width"] = 0.5,
  5067. ["y"] = 0,
  5068. ["x"] = 3,
  5069. ["default"] = true,
  5070. ["anchorPoint"] = "CLI",
  5071. }, -- [3]
  5072. {
  5073. ["width"] = 0.6,
  5074. ["y"] = 0,
  5075. ["x"] = -3,
  5076. ["default"] = true,
  5077. ["anchorPoint"] = "CRI",
  5078. }, -- [4]
  5079. {
  5080. ["text"] = "[(()afk() )][name]",
  5081. ["width"] = 1,
  5082. ["anchorPoint"] = "CLI",
  5083. ["x"] = 3,
  5084. ["default"] = true,
  5085. }, -- [5]
  5086. },
  5087. ["altPowerBar"] = {
  5088. ["height"] = 0.4,
  5089. ["background"] = true,
  5090. ["order"] = 100,
  5091. },
  5092. ["width"] = 150,
  5093. ["height"] = 40,
  5094. ["powerBar"] = {
  5095. ["colorType"] = "type",
  5096. ["height"] = 1,
  5097. ["background"] = true,
  5098. ["order"] = 20,
  5099. },
  5100. ["portrait"] = {
  5101. ["type"] = "3D",
  5102. ["alignment"] = "LEFT",
  5103. ["fullAfter"] = 100,
  5104. ["height"] = 0.5,
  5105. ["fullBefore"] = 0,
  5106. ["order"] = 15,
  5107. ["width"] = 0.22,
  5108. },
  5109. },
  5110. ["battleground"] = {
  5111. ["indicators"] = {
  5112. ["raidTarget"] = {
  5113. ["y"] = 0,
  5114. ["x"] = 0,
  5115. ["anchorTo"] = "$parent",
  5116. ["anchorPoint"] = "C",
  5117. ["size"] = 20,
  5118. },
  5119. ["class"] = {
  5120. ["y"] = 0,
  5121. ["x"] = 0,
  5122. ["anchorTo"] = "$parent",
  5123. ["anchorPoint"] = "BL",
  5124. ["size"] = 16,
  5125. },
  5126. ["pvp"] = {
  5127. ["anchorPoint"] = "LC",
  5128. ["x"] = 16,
  5129. ["anchorTo"] = "$parent",
  5130. ["y"] = -8,
  5131. ["size"] = 40,
  5132. },
  5133. },
  5134. ["auras"] = {
  5135. ["debuffs"] = {
  5136. ["anchorPoint"] = "BL",
  5137. ["perRow"] = 9,
  5138. ["x"] = 0,
  5139. ["y"] = 0,
  5140. ["size"] = 16,
  5141. },
  5142. ["buffs"] = {
  5143. ["y"] = 0,
  5144. ["perRow"] = 9,
  5145. ["x"] = 0,
  5146. ["anchorPoint"] = "BL",
  5147. ["size"] = 16,
  5148. },
  5149. },
  5150. ["castBar"] = {
  5151. ["time"] = {
  5152. ["enabled"] = true,
  5153. ["x"] = -1,
  5154. ["anchorTo"] = "$parent",
  5155. ["y"] = 0,
  5156. ["anchorPoint"] = "CRI",
  5157. ["size"] = 0,
  5158. },
  5159. ["height"] = 0.6,
  5160. ["order"] = 60,
  5161. ["background"] = true,
  5162. ["icon"] = "HIDE",
  5163. ["name"] = {
  5164. ["y"] = 0,
  5165. ["x"] = 1,
  5166. ["anchorTo"] = "$parent",
  5167. ["rank"] = true,
  5168. ["anchorPoint"] = "CLI",
  5169. ["enabled"] = true,
  5170. ["size"] = 0,
  5171. },
  5172. },
  5173. ["powerBar"] = {
  5174. ["colorType"] = "type",
  5175. ["order"] = 20,
  5176. ["background"] = true,
  5177. ["height"] = 0.5,
  5178. },
  5179. ["healthBar"] = {
  5180. ["colorType"] = "class",
  5181. ["order"] = 10,
  5182. ["background"] = true,
  5183. ["reactionType"] = "npc",
  5184. ["height"] = 1.2,
  5185. },
  5186. ["text"] = {
  5187. {
  5188. ["width"] = 0.5,
  5189. ["y"] = 0,
  5190. ["x"] = 3,
  5191. ["default"] = true,
  5192. ["anchorPoint"] = "CLI",
  5193. }, -- [1]
  5194. {
  5195. ["width"] = 0.6,
  5196. ["y"] = 0,
  5197. ["x"] = -3,
  5198. ["default"] = true,
  5199. ["anchorPoint"] = "CRI",
  5200. }, -- [2]
  5201. {
  5202. ["text"] = "",
  5203. ["width"] = 0.5,
  5204. ["anchorPoint"] = "CLI",
  5205. ["x"] = 3,
  5206. ["default"] = true,
  5207. ["y"] = 0,
  5208. }, -- [3]
  5209. {
  5210. ["text"] = "",
  5211. ["width"] = 0.6,
  5212. ["anchorPoint"] = "CRI",
  5213. ["x"] = -3,
  5214. ["default"] = true,
  5215. ["y"] = 0,
  5216. }, -- [4]
  5217. {
  5218. ["text"] = "[name]",
  5219. ["width"] = 1,
  5220. ["anchorPoint"] = "CLI",
  5221. ["x"] = 3,
  5222. ["default"] = true,
  5223. }, -- [5]
  5224. },
  5225. ["emptyBar"] = {
  5226. ["height"] = 1,
  5227. ["background"] = true,
  5228. ["reactionType"] = "none",
  5229. ["order"] = 0,
  5230. },
  5231. ["width"] = 140,
  5232. ["altPowerBar"] = {
  5233. ["height"] = 0.4,
  5234. ["background"] = true,
  5235. ["order"] = 100,
  5236. },
  5237. ["height"] = 35,
  5238. ["portrait"] = {
  5239. ["type"] = "class",
  5240. ["alignment"] = "LEFT",
  5241. ["fullAfter"] = 50,
  5242. ["height"] = 0.5,
  5243. ["fullBefore"] = 0,
  5244. ["order"] = 15,
  5245. ["width"] = 0.22,
  5246. },
  5247. ["highlight"] = {
  5248. ["size"] = 10,
  5249. },
  5250. },
  5251. },
  5252. ["wowBuild"] = 60000,
  5253. ["font"] = {
  5254. ["color"] = {
  5255. ["a"] = 1,
  5256. ["b"] = 1,
  5257. ["g"] = 1,
  5258. ["r"] = 1,
  5259. },
  5260. ["name"] = "Myriad Pro Bold Contensed",
  5261. ["shadowX"] = 0.8,
  5262. ["extra"] = "",
  5263. ["shadowY"] = -0.8,
  5264. ["shadowColor"] = {
  5265. ["a"] = 1,
  5266. ["b"] = 0,
  5267. ["g"] = 0,
  5268. ["r"] = 0,
  5269. },
  5270. ["size"] = 11,
  5271. },
  5272. ["advanced"] = true,
  5273. ["omnicc"] = true,
  5274. ["classColors"] = {
  5275. ["HUNTER"] = {
  5276. ["b"] = 0.45,
  5277. ["g"] = 0.83,
  5278. ["r"] = 0.67,
  5279. },
  5280. ["WARRIOR"] = {
  5281. ["b"] = 0.43,
  5282. ["g"] = 0.61,
  5283. ["r"] = 0.78,
  5284. },
  5285. ["PALADIN"] = {
  5286. ["b"] = 0.73,
  5287. ["g"] = 0.55,
  5288. ["r"] = 0.96,
  5289. },
  5290. ["MAGE"] = {
  5291. ["b"] = 0.94,
  5292. ["g"] = 0.8,
  5293. ["r"] = 0.41,
  5294. },
  5295. ["VEHICLE"] = {
  5296. ["b"] = 0.23,
  5297. ["g"] = 0.41,
  5298. ["r"] = 0.23,
  5299. },
  5300. ["PRIEST"] = {
  5301. ["b"] = 1,
  5302. ["g"] = 1,
  5303. ["r"] = 1,
  5304. },
  5305. ["DEATHKNIGHT"] = {
  5306. ["b"] = 0.23,
  5307. ["g"] = 0.12,
  5308. ["r"] = 0.77,
  5309. },
  5310. ["WARLOCK"] = {
  5311. ["b"] = 0.79,
  5312. ["g"] = 0.51,
  5313. ["r"] = 0.58,
  5314. },
  5315. ["SHAMAN"] = {
  5316. ["b"] = 1,
  5317. ["g"] = 0.35,
  5318. ["r"] = 0.14,
  5319. },
  5320. ["PET"] = {
  5321. ["b"] = 0.2,
  5322. ["g"] = 0.9,
  5323. ["r"] = 0.2,
  5324. },
  5325. ["DRUID"] = {
  5326. ["b"] = 0.04,
  5327. ["g"] = 0.49,
  5328. ["r"] = 1,
  5329. },
  5330. ["MONK"] = {
  5331. ["b"] = 0.59,
  5332. ["g"] = 1,
  5333. ["r"] = 0,
  5334. },
  5335. ["ROGUE"] = {
  5336. ["b"] = 0.41,
  5337. ["g"] = 0.96,
  5338. ["r"] = 1,
  5339. },
  5340. },
  5341. ["bars"] = {
  5342. ["spacing"] = -1.25,
  5343. ["backgroundAlpha"] = 0.2,
  5344. ["alpha"] = 1,
  5345. ["texture"] = "Minimalist",
  5346. },
  5347. ["auraColors"] = {
  5348. ["removable"] = {
  5349. ["b"] = 1,
  5350. ["g"] = 1,
  5351. ["r"] = 1,
  5352. },
  5353. },
  5354. },
  5355. },
  5356. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement