Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 225.68 KB | None | 0 0
  1. <html>
  2. <meta charset="utf-8">
  3. <link rel="stylesheet" href="ch.css">
  4. <script src="vue.js"></script>
  5. <body>
  6. <div id="app">
  7. <div class="b1">
  8. <div class="item title">{{ titleText }}
  9. №{{ id }}</div>
  10. <div class="sep"></div>
  11. <div class="item buttons" @click="showHats">{{ hatsText }}</div>
  12. <div class="item buttons" @click="showGlasses">{{ glassesText }}</div>
  13. <div class="item buttons" @click="showTops">{{ topsText }}</div>
  14. <div class="item buttons" @click="showLegs">{{ legsText }}</div>
  15. <div class="item buttons" @click="showFeet">{{ feetText }}</div>
  16. <div class="item buttons" @click="showAccessories">{{ accessoriesText }}</div>
  17. <div class="item buttons" @click="showMasks">{{ masksText }}</div>
  18. <div class="item buttons" @click="showBags">{{ bagsText }}</div>
  19. <div class="sep2"></div>
  20. <div v-if="currentTitle">
  21. <div class="item title">{{ currentTitle }}</div>
  22. <div class="item b name">
  23. <div class="arrow l-arrow" @click="prevCloth"><</div> {{ currentCloth.name }} <div class="arrow r-arrow" @click="nextCloth">></div>
  24. </div>
  25. <div class="item b">
  26. <div class="arrow l-arrow" @click="prevColor"><</div> {{ colorText }} {{
  27. currentCloth.color }} <div class="arrow r-arrow" @click="nextColor">></div>
  28. </div>
  29.  
  30. <div class="item b" v-if="currentTitle === 'Tops'">
  31. <div class="arrow l-arrow" @click="prevUnderColor"><</div> {{ underColorText }}
  32. {{ currentCloth.underColor }} <div class="arrow r-arrow"
  33. @click="nextUnderColor">></div>
  34. </div>
  35.  
  36. <div class="item b buy" @click="buy">
  37. <div>
  38. {{ buyText }}</div>
  39. <div>{{ showPrice() }}</div>
  40. </div>
  41. </div>
  42.  
  43. <div class="item buttons reset" @click="reset">{{ resetText }}</div>
  44. <div class="item exit" @click="exit">{{ exitText }}</div>
  45. </div>
  46.  
  47. <div class="rotation">
  48. <input
  49. type="range"
  50. min="-180"
  51. max="360"
  52. step="1"
  53. v-model.number="camRotation"
  54. @input="changeCamRotation">
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. <div class="b2">
  60. <div class="item title">{{ titleText }}
  61. №{{ id }}</div>
  62. <div class="sep"></div>
  63. <div class="item buttons" @click="showHats">{{ hatsText }}</div>
  64. <div class="item buttons" @click="showGlasses">{{ glassesText }}</div>
  65. <div class="item buttons" @click="showTops">{{ topsText }}</div>
  66. <div class="item buttons" @click="showLegs">{{ legsText }}</div>
  67. <div class="item buttons" @click="showFeet">{{ feetText }}</div>
  68. <div class="item buttons" @click="showAccessories">{{ accessoriesText }}</div>
  69. <div class="item buttons" @click="showMasks">{{ masksText }}</div>
  70. <div class="item buttons" @click="showBags">{{ bagsText }}</div>
  71. <div class="sep2"></div>
  72. <div v-if="currentTitle">
  73. <div class="item title">{{ currentTitle }}</div>
  74. <div class="item b name">
  75. <div class="arrow l-arrow" @click="prevCloth"><</div> {{ currentCloth.name }} <div class="arrow r-arrow" @click="nextCloth">></div>
  76. </div>
  77. <div class="item b">
  78. <div class="arrow l-arrow" @click="prevColor"><</div> {{ colorText }} {{
  79. currentCloth.color }} <div class="arrow r-arrow" @click="nextColor">></div>
  80. </div>
  81.  
  82. <div class="item b" v-if="currentTitle === 'Tops'">
  83. <div class="arrow l-arrow" @click="prevUnderColor"><</div> {{ underColorText }}
  84. {{ currentCloth.underColor }} <div class="arrow r-arrow"
  85. @click="nextUnderColor">></div>
  86. </div>
  87.  
  88. <div class="item b buy" @click="buy">
  89. <div>
  90. {{ buyText }}</div>
  91. <div>{{ showPrice() }}</div>
  92. </div>
  93. </div>
  94. </div>
  95.  
  96. <div class="rotation">
  97. <input
  98. type="range"
  99. min="-180"
  100. max="360"
  101. step="1"
  102. v-model.number="camRotation"
  103. @input="changeCamRotation">
  104. </div>
  105. </div>
  106. </div>
  107. </div>
  108.  
  109. </div>
  110. </body>
  111. </html>
  112.  
  113. <script>
  114. const app = new Vue({
  115. el: '#app',
  116. data: {
  117. id: 0,
  118. margin: 0,
  119. camRotation: 0,
  120. hats: false,
  121. glasses: false,
  122. tops: false,
  123. legs: false,
  124. feet: false,
  125. accessories: false,
  126. masks: false,
  127. bags: false,
  128.  
  129. currentTitle: false,
  130. currentArr: false,
  131. currentNum: false,
  132. currentColorNum: 0,
  133. currentUnderColorNum: 0,
  134. currentCloth: false,
  135.  
  136. titleText: "Boutique de vêtements",
  137. hatsText: "Têtes",
  138. glassesText: "Lunettes",
  139. topsText: "Torse",
  140. legsText: "Jambes",
  141. feetText: "Chaussures",
  142. accessoriesText: "Accessoires",
  143. masksText: "Masques",
  144. bagsText: "Sacs",
  145. colorText: "Couleur:",
  146. underColorText: "Couleur secondaire",
  147. buyText: "Payer",
  148. resetText: "Annuler tout",
  149. exitText: "Quitter"
  150. },
  151. methods: {
  152. prettify: function (num) {
  153. let n = num.toString();
  154. const separator = " ";
  155. return n.replace(/(\d{1,3}(?=(?:\d\d\d)+(?!\d)))/g, "$1" + separator);
  156. },
  157. showPrice: function () {
  158. const margin = this.currentCloth.price * this.margin / 100;
  159. return this.currentCloth.price + margin;
  160. },
  161.  
  162. setCurrentStartSettings: function () {
  163. this.currentNum = 0;
  164. this.currentCloth = this.currentArr[0];
  165. this.currentCloth.color = this
  166. .currentCloth
  167. .colors[0];
  168. this.setColor(0);
  169. if (this.currentTitle === "Tops")
  170. this.setUnderColor(0);
  171. mp.trigger("cClothingShop-SetCamera", this.currentTitle);
  172. },
  173. showHats: function () {
  174. this.currentTitle = "Hats";
  175. this.currentArr = this.hats;
  176. this.setCurrentStartSettings();
  177. },
  178. showGlasses: function () {
  179. this.currentTitle = "Glasses";
  180. this.currentArr = this.glasses;
  181. this.setCurrentStartSettings();
  182. },
  183. showTops: function () {
  184. this.currentTitle = "Tops";
  185. this.currentArr = this.tops;
  186. this.setCurrentStartSettings();
  187. },
  188. showLegs: function () {
  189. this.currentTitle = "Legs";
  190. this.currentArr = this.legs;
  191. this.setCurrentStartSettings();
  192. },
  193. showFeet: function () {
  194. this.currentTitle = "Feet";
  195. this.currentArr = this.feet;
  196. this.setCurrentStartSettings();
  197. },
  198. showAccessories: function () {
  199. this.currentTitle = "Accessories";
  200. this.currentArr = this.accessories;
  201. this.setCurrentStartSettings();
  202. },
  203. showMasks: function () {
  204. this.currentTitle = "Masks";
  205. this.currentArr = this.masks;
  206. this.setCurrentStartSettings();
  207. },
  208. showBags: function () {
  209. this.currentTitle = "Bags";
  210. this.currentArr = this.bags;
  211. this.setCurrentStartSettings();
  212. },
  213.  
  214. setCurrentCloth: function (num) {
  215. this.currentNum = num;
  216. this.currentCloth = this.currentArr[num];
  217. this.setColor(0);
  218. if (this.currentTitle === "Tops")
  219. this.setUnderColor(0);
  220. this.setClothToPlayer();
  221. },
  222. nextCloth: function () {
  223. if (this.currentNum === this.currentArr.length - 1)
  224. return this.setCurrentCloth(0);
  225. this.setCurrentCloth(++this.currentNum);
  226. },
  227. prevCloth: function () {
  228. if (this.currentNum === 0)
  229. return this.setCurrentCloth(this.currentArr.length - 1);
  230. this.setCurrentCloth(--this.currentNum);
  231. },
  232.  
  233. setColor: function (num) {
  234. this.currentColorNum = num;
  235. this.currentCloth.color = this
  236. .currentCloth
  237. .colors[num];
  238. this.setClothToPlayer();
  239. },
  240. nextColor: function () {
  241. if (this.currentColorNum === this.currentCloth.colors.length - 1) {
  242. return this.setColor(0);
  243. }
  244. this.setColor(++this.currentColorNum);
  245. },
  246. prevColor: function () {
  247. if (this.currentColorNum === 0) {
  248. return this.setColor(this.currentCloth.colors.length - 1);
  249. }
  250. this.setColor(--this.currentColorNum);
  251. },
  252.  
  253. setUnderColor: function (num) {
  254. this.currentUnderColorNum = num;
  255. this.currentCloth.underColor = this
  256. .currentCloth
  257. .underColors[num];
  258. this.setClothToPlayer();
  259. },
  260. nextUnderColor: function () {
  261. if (this.currentUnderColorNum === this.currentCloth.underColors.length - 1) {
  262. return this.setUnderColor(0);
  263. }
  264. this.setUnderColor(++this.currentUnderColorNum);
  265. },
  266. prevUnderColor: function () {
  267. if (this.currentUnderColorNum === 0) {
  268. return this.setUnderColor(this.currentCloth.underColors.length - 1);
  269. }
  270. this.setUnderColor(--this.currentUnderColorNum);
  271. },
  272.  
  273. buy: function () {
  274. const obj = {
  275. title: this.currentTitle,
  276. id: this.id,
  277. number: this.currentNum,
  278. color: this.currentCloth.color,
  279. underColor: this.currentCloth.underColor
  280. }
  281. mp.trigger(
  282. "cMisc-CallServerEvent",
  283. "sClothingShop-BuyCloth",
  284. JSON.stringify(obj)
  285. );
  286. },
  287.  
  288. reset: function () {
  289. this.currentTitle = false;
  290. mp.trigger("cClothingShopSetCamera", this.currentTitle);
  291. mp.trigger("cMisc-CallServerEvent", "sClothingShop-ReloadClothes");
  292. },
  293. changeCamRotation: function () {
  294. mp.trigger("cChangeHeading", this.camRotation);
  295. },
  296. exit: function () {
  297. mp.trigger("cCloseCefAndDestroyCam");
  298. mp.trigger("cMisc-CallServerEvent", "sClothingShop-ReloadClothes");
  299. },
  300.  
  301. setClothToPlayer: function () {
  302. const obj = {
  303. title: this.currentTitle,
  304. number: this.currentNum,
  305. color: this.currentCloth.color,
  306. underColor: this.currentCloth.underColor
  307. }
  308. mp.trigger("cMisc-CallServerEvent", "sClothes-SetCloth", JSON.stringify(obj));
  309. }
  310. }
  311. });
  312.  
  313. function loadMans() {
  314. app.hats = [
  315. {
  316. id: 0,
  317. name: "0",
  318. color: 0,
  319. colors: [0],
  320. price: 10
  321. }, {
  322. id: 1,
  323. name: "1",
  324. color: 0,
  325. colors: [0],
  326. price: 10
  327. }, {
  328. id: 2,
  329. name: "2",
  330. color: 0,
  331. colors: [
  332. 0,
  333. 1,
  334. 2,
  335. 3,
  336. 4,
  337. 5,
  338. 6,
  339. 7
  340. ],
  341. price: 10
  342. }, {
  343. id: 3,
  344. name: "3",
  345. color: 1,
  346. colors: [
  347. 1, 2
  348. ],
  349. price: 10
  350. }, {
  351. id: 4,
  352. name: "4",
  353. color: 0,
  354. colors: [
  355. 0, 1
  356. ],
  357. price: 10
  358. }, {
  359. id: 5,
  360. name: "5",
  361. color: 0,
  362. colors: [
  363. 0, 1
  364. ],
  365. price: 10
  366. }, {
  367. id: 6,
  368. name: "6",
  369. color: 0,
  370. colors: [
  371. 0,
  372. 1,
  373. 2,
  374. 3,
  375. 4,
  376. 5,
  377. 6,
  378. 7
  379. ],
  380. price: 10
  381. }, {
  382. id: 7,
  383. name: "7",
  384. color: 0,
  385. colors: [
  386. 0,
  387. 1,
  388. 2,
  389. 3,
  390. 4,
  391. 5,
  392. 6,
  393. 7
  394. ],
  395. price: 10
  396. }, {
  397. id: 8,
  398. name: "8",
  399. color: 0,
  400. colors: [0],
  401. price: 10
  402. }, {
  403. id: 9,
  404. name: "9",
  405. color: 5,
  406. colors: [
  407. 5, 7
  408. ],
  409. price: 10
  410. }, {
  411. id: 10,
  412. name: "10",
  413. color: 5,
  414. colors: [
  415. 5, 7
  416. ],
  417. price: 10
  418. },
  419. <!-- { id: 11, name: "11", color: 5, colors: [5, 7], price: 10, }, -->
  420.  
  421. {
  422. id: 12,
  423. name: "12",
  424. color: 0,
  425. colors: [
  426. 0,
  427. 1,
  428. 2,
  429. 4,
  430. 6,
  431. 7
  432. ],
  433. price: 10
  434. }, {
  435. id: 13,
  436. name: "13",
  437. color: 0,
  438. colors: [
  439. 0,
  440. 1,
  441. 2,
  442. 3,
  443. 4,
  444. 5,
  445. 6,
  446. 7
  447. ],
  448. price: 10
  449. }, {
  450. id: 14,
  451. name: "14",
  452. color: 0,
  453. colors: [
  454. 0,
  455. 1,
  456. 2,
  457. 3,
  458. 4,
  459. 5,
  460. 6,
  461. 7
  462. ],
  463. price: 10
  464. }, {
  465. id: 15,
  466. name: "15",
  467. color: 0,
  468. colors: [
  469. 0,
  470. 1,
  471. 2,
  472. 3,
  473. 4,
  474. 5,
  475. 6,
  476. 7
  477. ],
  478. price: 10
  479. }, {
  480. id: 16,
  481. name: "16",
  482. color: 0,
  483. colors: [
  484. 0,
  485. 1,
  486. 2,
  487. 3,
  488. 4,
  489. 5,
  490. 6,
  491. 7
  492. ],
  493. price: 10
  494. }, {
  495. id: 17,
  496. name: "17",
  497. color: 0,
  498. colors: [
  499. 0,
  500. 1,
  501. 2,
  502. 3,
  503. 4,
  504. 5,
  505. 6,
  506. 7
  507. ],
  508. price: 10
  509. }, {
  510. id: 18,
  511. name: "18",
  512. color: 0,
  513. colors: [
  514. 0,
  515. 1,
  516. 2,
  517. 3,
  518. 4,
  519. 5,
  520. 6,
  521. 7
  522. ],
  523. price: 10
  524. }, {
  525. id: 19,
  526. name: "19",
  527. color: 0,
  528. colors: [0],
  529. price: 10
  530. }, {
  531. id: 20,
  532. name: "20",
  533. color: 0,
  534. colors: [
  535. 0,
  536. 1,
  537. 2,
  538. 3,
  539. 4,
  540. 5
  541. ],
  542. price: 10
  543. }, {
  544. id: 21,
  545. name: "21",
  546. color: 0,
  547. colors: [
  548. 0,
  549. 1,
  550. 2,
  551. 3,
  552. 4,
  553. 5,
  554. 6,
  555. 7
  556. ],
  557. price: 10
  558. }, {
  559. id: 22,
  560. name: "22",
  561. color: 0,
  562. colors: [
  563. 0, 1, 2
  564. ],
  565. price: 10
  566. }, {
  567. id: 23,
  568. name: "23",
  569. color: 0,
  570. colors: [0],
  571. price: 10
  572. }, {
  573. id: 24,
  574. name: "24",
  575. color: 0,
  576. colors: [0],
  577. price: 10
  578. }, {
  579. id: 25,
  580. name: "25",
  581. color: 0,
  582. colors: [
  583. 0, 1, 2
  584. ],
  585. price: 10
  586. }, {
  587. id: 26,
  588. name: "26",
  589. color: 0,
  590. colors: [
  591. 0,
  592. 1,
  593. 2,
  594. 3,
  595. 4,
  596. 5,
  597. 6,
  598. 7,
  599. 8,
  600. 9,
  601. 10,
  602. 11,
  603. 12,
  604. 13
  605. ],
  606. price: 10
  607. }, {
  608. id: 27,
  609. name: "27",
  610. color: 0,
  611. colors: [
  612. 0,
  613. 1,
  614. 2,
  615. 3,
  616. 4,
  617. 5,
  618. 6,
  619. 7,
  620. 8,
  621. 9,
  622. 10,
  623. 11,
  624. 12,
  625. 13
  626. ],
  627. price: 10
  628. }, {
  629. id: 28,
  630. name: "28",
  631. color: 0,
  632. colors: [
  633. 0,
  634. 1,
  635. 2,
  636. 3,
  637. 4,
  638. 5
  639. ],
  640. price: 10
  641. }, {
  642. id: 29,
  643. name: "29",
  644. color: 0,
  645. colors: [
  646. 0,
  647. 1,
  648. 2,
  649. 3,
  650. 4,
  651. 5,
  652. 6,
  653. 7
  654. ],
  655. price: 10
  656. }, {
  657. id: 30,
  658. name: "30",
  659. color: 0,
  660. colors: [
  661. 0, 1
  662. ],
  663. price: 10
  664. }, {
  665. id: 31,
  666. name: "31",
  667. color: 0,
  668. colors: [0],
  669. price: 10
  670. }, {
  671. id: 32,
  672. name: "32",
  673. color: 0,
  674. colors: [0],
  675. price: 10
  676. }, {
  677. id: 33,
  678. name: "33",
  679. color: 0,
  680. colors: [
  681. 0, 1
  682. ],
  683. price: 10
  684. }, {
  685. id: 34,
  686. name: "34",
  687. color: 0,
  688. colors: [0],
  689. price: 10
  690. }, {
  691. id: 35,
  692. name: "35",
  693. color: 0,
  694. colors: [0],
  695. price: 10
  696. }, {
  697. id: 36,
  698. name: "36",
  699. color: 0,
  700. colors: [0],
  701. price: 10
  702. }, {
  703. id: 37,
  704. name: "37",
  705. color: 0,
  706. colors: [
  707. 0,
  708. 1,
  709. 2,
  710. 3,
  711. 4,
  712. 5
  713. ],
  714. price: 10
  715. }, {
  716. id: 38,
  717. name: "38",
  718. color: 0,
  719. colors: [0],
  720. price: 10
  721. }, {
  722. id: 39,
  723. name: "39",
  724. color: 0,
  725. colors: [
  726. 0, 1, 2, 3, 4
  727. ],
  728. price: 10
  729. }, {
  730. id: 40,
  731. name: "40",
  732. color: 0,
  733. colors: [
  734. 0,
  735. 1,
  736. 2,
  737. 3,
  738. 4,
  739. 5,
  740. 6,
  741. 7
  742. ],
  743. price: 10
  744. }, {
  745. id: 41,
  746. name: "41",
  747. color: 0,
  748. colors: [0],
  749. price: 10
  750. }, {
  751. id: 42,
  752. name: "42",
  753. color: 0,
  754. colors: [
  755. 0, 1, 2, 3
  756. ],
  757. price: 10
  758. }, {
  759. id: 43,
  760. name: "43",
  761. color: 0,
  762. colors: [
  763. 0, 1, 2, 3
  764. ],
  765. price: 10
  766. }, {
  767. id: 44,
  768. name: "44",
  769. color: 0,
  770. colors: [
  771. 0,
  772. 1,
  773. 2,
  774. 3,
  775. 4,
  776. 5,
  777. 6,
  778. 7
  779. ],
  780. price: 10
  781. }, {
  782. id: 45,
  783. name: "45",
  784. color: 0,
  785. colors: [
  786. 0,
  787. 1,
  788. 2,
  789. 3,
  790. 4,
  791. 5,
  792. 6,
  793. 7
  794. ],
  795. price: 10
  796. }, {
  797. id: 46,
  798. name: "46",
  799. color: 0,
  800. colors: [0],
  801. price: 10
  802. }, {
  803. id: 47,
  804. name: "47",
  805. color: 0,
  806. colors: [0],
  807. price: 10
  808. }, {
  809. id: 48,
  810. name: "48",
  811. color: 0,
  812. colors: [0],
  813. price: 10
  814. }, {
  815. id: 49,
  816. name: "49",
  817. color: 0,
  818. colors: [0],
  819. price: 10
  820. }, {
  821. id: 50,
  822. name: "50",
  823. color: 0,
  824. colors: [0],
  825. price: 10
  826. }, {
  827. id: 51,
  828. name: "51",
  829. color: 0,
  830. colors: [0],
  831. price: 10
  832. }, {
  833. id: 52,
  834. name: "52",
  835. color: 0,
  836. colors: [0],
  837. price: 10
  838. }, {
  839. id: 53,
  840. name: "53",
  841. color: 0,
  842. colors: [0],
  843. price: 10
  844. }, {
  845. id: 54,
  846. name: "54",
  847. color: 0,
  848. colors: [
  849. 0, 1
  850. ],
  851. price: 10
  852. }, {
  853. id: 55,
  854. name: "55",
  855. color: 0,
  856. colors: [
  857. 0,
  858. 1,
  859. 2,
  860. 3,
  861. 4,
  862. 5,
  863. 6,
  864. 7,
  865. 8,
  866. 9,
  867. 10,
  868. 11,
  869. 12,
  870. 13,
  871. 14,
  872. 15
  873. ],
  874. price: 10
  875. }, {
  876. id: 56,
  877. name: "56",
  878. color: 0,
  879. colors: [
  880. 0,
  881. 1,
  882. 2,
  883. 3,
  884. 4,
  885. 5,
  886. 6,
  887. 7,
  888. 8,
  889. 9
  890. ],
  891. price: 10
  892. }, {
  893. id: 57,
  894. name: "57",
  895. color: 0,
  896. colors: [0],
  897. price: 10
  898. }, {
  899. id: 58,
  900. name: "58",
  901. color: 0,
  902. colors: [
  903. 0, 1, 2
  904. ],
  905. price: 10
  906. }, {
  907. id: 59,
  908. name: "59",
  909. color: 0,
  910. colors: [
  911. 0,
  912. 1,
  913. 2,
  914. 3,
  915. 4,
  916. 5,
  917. 6,
  918. 7,
  919. 8,
  920. 9
  921. ],
  922. price: 10
  923. }, {
  924. id: 60,
  925. name: "60",
  926. color: 0,
  927. colors: [
  928. 0,
  929. 1,
  930. 2,
  931. 3,
  932. 4,
  933. 5,
  934. 6,
  935. 7,
  936. 8,
  937. 9
  938. ],
  939. price: 10
  940. }, {
  941. id: 61,
  942. name: "61",
  943. color: 0,
  944. colors: [
  945. 0,
  946. 1,
  947. 2,
  948. 3,
  949. 4,
  950. 5,
  951. 6,
  952. 7,
  953. 8,
  954. 9
  955. ],
  956. price: 10
  957. }, {
  958. id: 62,
  959. name: "62",
  960. color: 0,
  961. colors: [
  962. 0,
  963. 1,
  964. 2,
  965. 3,
  966. 4,
  967. 5,
  968. 6,
  969. 7,
  970. 8,
  971. 9
  972. ],
  973. price: 10
  974. }, {
  975. id: 63,
  976. name: "63",
  977. color: 0,
  978. colors: [
  979. 0,
  980. 1,
  981. 2,
  982. 3,
  983. 4,
  984. 5,
  985. 6,
  986. 7,
  987. 8,
  988. 9
  989. ],
  990. price: 10
  991. }, {
  992. id: 64,
  993. name: "64",
  994. color: 0,
  995. colors: [
  996. 0,
  997. 1,
  998. 2,
  999. 3,
  1000. 4,
  1001. 5,
  1002. 6,
  1003. 7,
  1004. 8,
  1005. 9,
  1006. 10,
  1007. 11
  1008. ],
  1009. price: 10
  1010. }, {
  1011. id: 65,
  1012. name: "65",
  1013. color: 0,
  1014. colors: [0],
  1015. price: 10
  1016. }, {
  1017. id: 66,
  1018. name: "66",
  1019. color: 0,
  1020. colors: [0],
  1021. price: 10
  1022. }, {
  1023. id: 67,
  1024. name: "67",
  1025. color: 0,
  1026. colors: [
  1027. 0,
  1028. 1,
  1029. 2,
  1030. 3,
  1031. 4,
  1032. 5,
  1033. 6,
  1034. 7,
  1035. 8,
  1036. 9,
  1037. 10,
  1038. 11,
  1039. 12,
  1040. 13,
  1041. 14,
  1042. 15
  1043. ],
  1044. price: 10
  1045. }, {
  1046. id: 68,
  1047. name: "68",
  1048. color: 0,
  1049. colors: [0],
  1050. price: 10
  1051. }, {
  1052. id: 69,
  1053. name: "69",
  1054. color: 0,
  1055. colors: [0],
  1056. price: 10
  1057. }, {
  1058. id: 70,
  1059. name: "70",
  1060. color: 0,
  1061. colors: [0],
  1062. price: 10
  1063. }, {
  1064. id: 71,
  1065. name: "71",
  1066. color: 0,
  1067. colors: [0],
  1068. price: 10
  1069. }, {
  1070. id: 72,
  1071. name: "72",
  1072. color: 0,
  1073. colors: [
  1074. 0,
  1075. 1,
  1076. 2,
  1077. 3,
  1078. 4,
  1079. 5,
  1080. 6,
  1081. 7,
  1082. 8,
  1083. 9
  1084. ],
  1085. price: 10
  1086. }, {
  1087. id: 73,
  1088. name: "73",
  1089. color: 0,
  1090. colors: [
  1091. 0,
  1092. 1,
  1093. 2,
  1094. 3,
  1095. 4,
  1096. 5,
  1097. 6,
  1098. 7,
  1099. 8,
  1100. 9,
  1101. 10,
  1102. 11,
  1103. 12
  1104. ],
  1105. price: 10
  1106. }, {
  1107. id: 74,
  1108. name: "74",
  1109. color: 0,
  1110. colors: [
  1111. 0,
  1112. 1,
  1113. 2,
  1114. 3,
  1115. 4,
  1116. 5,
  1117. 6,
  1118. 7,
  1119. 8,
  1120. 9,
  1121. 10,
  1122. 11,
  1123. 12
  1124. ],
  1125. price: 10
  1126. }, {
  1127. id: 75,
  1128. name: "75",
  1129. color: 0,
  1130. colors: [
  1131. 0,
  1132. 1,
  1133. 2,
  1134. 3,
  1135. 4,
  1136. 5,
  1137. 6,
  1138. 7,
  1139. 8,
  1140. 9,
  1141. 10,
  1142. 11,
  1143. 12,
  1144. 13,
  1145. 14,
  1146. 15
  1147. ],
  1148. price: 10
  1149. }, {
  1150. id: 76,
  1151. name: "76",
  1152. color: 0,
  1153. colors: [
  1154. 0,
  1155. 1,
  1156. 2,
  1157. 3,
  1158. 4,
  1159. 5,
  1160. 6,
  1161. 7,
  1162. 8,
  1163. 9,
  1164. 10,
  1165. 11,
  1166. 12,
  1167. 13,
  1168. 14,
  1169. 15
  1170. ],
  1171. price: 10
  1172. }, {
  1173. id: 77,
  1174. name: "77",
  1175. color: 0,
  1176. colors: [
  1177. 0,
  1178. 1,
  1179. 2,
  1180. 3,
  1181. 4,
  1182. 5,
  1183. 6,
  1184. 7,
  1185. 8,
  1186. 9,
  1187. 10,
  1188. 11,
  1189. 12,
  1190. 13,
  1191. 14,
  1192. 15
  1193. ],
  1194. price: 10
  1195. }, {
  1196. id: 78,
  1197. name: "78",
  1198. color: 0,
  1199. colors: [
  1200. 0, 1, 2, 3, 4
  1201. ],
  1202. price: 10
  1203. }, {
  1204. id: 79,
  1205. name: "79",
  1206. color: 0,
  1207. colors: [
  1208. 0, 1, 2, 3, 4
  1209. ],
  1210. price: 10
  1211. }, {
  1212. id: 80,
  1213. name: "80",
  1214. color: 0,
  1215. colors: [
  1216. 0, 1, 2, 3
  1217. ],
  1218. price: 10
  1219. }, {
  1220. id: 81,
  1221. name: "81",
  1222. color: 0,
  1223. colors: [
  1224. 0, 1, 2, 3
  1225. ],
  1226. price: 10
  1227. }, {
  1228. id: 82,
  1229. name: "82",
  1230. color: 0,
  1231. colors: [
  1232. 0,
  1233. 1,
  1234. 2,
  1235. 3,
  1236. 4,
  1237. 5,
  1238. 6,
  1239. 7,
  1240. 8,
  1241. 9,
  1242. 10,
  1243. 11,
  1244. 12,
  1245. 13,
  1246. 14,
  1247. 15
  1248. ],
  1249. price: 10
  1250. }, {
  1251. id: 83,
  1252. name: "83",
  1253. color: 0,
  1254. colors: [
  1255. 0,
  1256. 1,
  1257. 2,
  1258. 3,
  1259. 4,
  1260. 5,
  1261. 6
  1262. ],
  1263. price: 10
  1264. }, {
  1265. id: 84,
  1266. name: "84",
  1267. color: 0,
  1268. colors: [
  1269. 0,
  1270. 1,
  1271. 2,
  1272. 3,
  1273. 4,
  1274. 5,
  1275. 6,
  1276. 7,
  1277. 8,
  1278. 9
  1279. ],
  1280. price: 10
  1281. }, {
  1282. id: 85,
  1283. name: "85",
  1284. color: 0,
  1285. colors: [0],
  1286. price: 10
  1287. }, {
  1288. id: 86,
  1289. name: "86",
  1290. color: 0,
  1291. colors: [0],
  1292. price: 10
  1293. }, {
  1294. id: 87,
  1295. name: "87",
  1296. color: 0,
  1297. colors: [0],
  1298. price: 10
  1299. }, {
  1300. id: 88,
  1301. name: "88",
  1302. color: 0,
  1303. colors: [0],
  1304. price: 10
  1305. }, {
  1306. id: 89,
  1307. name: "89",
  1308. color: 0,
  1309. colors: [
  1310. 0,
  1311. 1,
  1312. 2,
  1313. 3,
  1314. 4,
  1315. 5,
  1316. 6,
  1317. 7,
  1318. 8,
  1319. 9
  1320. ],
  1321. price: 10
  1322. }, {
  1323. id: 90,
  1324. name: "90",
  1325. color: 0,
  1326. colors: [0],
  1327. price: 10
  1328. }, {
  1329. id: 91,
  1330. name: "91",
  1331. color: 0,
  1332. colors: [
  1333. 0,
  1334. 1,
  1335. 2,
  1336. 3,
  1337. 4,
  1338. 5,
  1339. 6,
  1340. 7,
  1341. 8,
  1342. 9,
  1343. 10
  1344. ],
  1345. price: 10
  1346. }, {
  1347. id: 92,
  1348. name: "92",
  1349. color: 0,
  1350. colors: [
  1351. 0,
  1352. 1,
  1353. 2,
  1354. 3,
  1355. 4,
  1356. 5,
  1357. 6,
  1358. 7,
  1359. 8,
  1360. 9,
  1361. 10
  1362. ],
  1363. price: 10
  1364. }, {
  1365. id: 93,
  1366. name: "93",
  1367. color: 0,
  1368. colors: [
  1369. 0, 1, 2, 3
  1370. ],
  1371. price: 10
  1372. }, {
  1373. id: 94,
  1374. name: "94",
  1375. color: 0,
  1376. colors: [
  1377. 0,
  1378. 1,
  1379. 2,
  1380. 3,
  1381. 4,
  1382. 5,
  1383. 6,
  1384. 7,
  1385. 8,
  1386. 9
  1387. ],
  1388. price: 10
  1389. }, {
  1390. id: 95,
  1391. name: "95",
  1392. color: 0,
  1393. colors: [
  1394. 0,
  1395. 1,
  1396. 2,
  1397. 3,
  1398. 4,
  1399. 5,
  1400. 6,
  1401. 7,
  1402. 8,
  1403. 9
  1404. ],
  1405. price: 10
  1406. }, {
  1407. id: 96,
  1408. name: "96",
  1409. color: 0,
  1410. colors: [
  1411. 0,
  1412. 1,
  1413. 2,
  1414. 3,
  1415. 4,
  1416. 5,
  1417. 6,
  1418. 7,
  1419. 8,
  1420. 9,
  1421. 10,
  1422. 11,
  1423. 12,
  1424. 13,
  1425. 14,
  1426. 15
  1427. ],
  1428. price: 10
  1429. }, {
  1430. id: 97,
  1431. name: "97",
  1432. color: 0,
  1433. colors: [
  1434. 0, 1, 2, 3
  1435. ],
  1436. price: 10
  1437. }, {
  1438. id: 98,
  1439. name: "98",
  1440. color: 0,
  1441. colors: [0],
  1442. price: 10
  1443. }, {
  1444. id: 99,
  1445. name: "99",
  1446. color: 0,
  1447. colors: [0],
  1448. price: 10
  1449. }, {
  1450. id: 100,
  1451. name: "100",
  1452. color: 0,
  1453. colors: [0],
  1454. price: 10
  1455. }, {
  1456. id: 101,
  1457. name: "101",
  1458. color: 0,
  1459. colors: [0],
  1460. price: 10
  1461. }, {
  1462. id: 102,
  1463. name: "102",
  1464. color: 0,
  1465. colors: [
  1466. 0,
  1467. 1,
  1468. 2,
  1469. 3,
  1470. 4,
  1471. 5,
  1472. 6,
  1473. 7,
  1474. 8,
  1475. 9
  1476. ],
  1477. price: 10
  1478. }, {
  1479. id: 103,
  1480. name: "103",
  1481. color: 0,
  1482. colors: [
  1483. 0,
  1484. 1,
  1485. 2,
  1486. 3,
  1487. 4,
  1488. 5,
  1489. 6,
  1490. 7,
  1491. 8,
  1492. 9,
  1493. 10,
  1494. 11,
  1495. 12,
  1496. 13,
  1497. 14,
  1498. 15
  1499. ],
  1500. price: 10
  1501. }, {
  1502. id: 104,
  1503. name: "104",
  1504. color: 0,
  1505. colors: [
  1506. 0,
  1507. 1,
  1508. 2,
  1509. 3,
  1510. 4,
  1511. 5,
  1512. 6,
  1513. 7,
  1514. 8,
  1515. 9,
  1516. 10,
  1517. 11,
  1518. 12,
  1519. 13,
  1520. 14,
  1521. 15
  1522. ],
  1523. price: 10
  1524. }, {
  1525. id: 105,
  1526. name: "105",
  1527. color: 0,
  1528. colors: [
  1529. 0,
  1530. 1,
  1531. 2,
  1532. 3,
  1533. 4,
  1534. 5,
  1535. 6,
  1536. 7,
  1537. 8,
  1538. 9,
  1539. 10,
  1540. 11,
  1541. 12,
  1542. 13,
  1543. 14,
  1544. 15
  1545. ],
  1546. price: 10
  1547. }, {
  1548. id: 106,
  1549. name: "106",
  1550. color: 0,
  1551. colors: [
  1552. 0,
  1553. 1,
  1554. 2,
  1555. 3,
  1556. 4,
  1557. 5,
  1558. 6,
  1559. 7,
  1560. 8,
  1561. 9,
  1562. 10,
  1563. 11,
  1564. 12,
  1565. 13,
  1566. 14,
  1567. 15
  1568. ],
  1569. price: 10
  1570. }, {
  1571. id: 107,
  1572. name: "107",
  1573. color: 0,
  1574. colors: [
  1575. 0,
  1576. 1,
  1577. 2,
  1578. 3,
  1579. 4,
  1580. 5,
  1581. 6,
  1582. 7,
  1583. 8,
  1584. 9,
  1585. 10,
  1586. 11,
  1587. 12,
  1588. 13,
  1589. 14,
  1590. 15
  1591. ],
  1592. price: 10
  1593. }, {
  1594. id: 108,
  1595. name: "108",
  1596. color: 0,
  1597. colors: [
  1598. 0,
  1599. 1,
  1600. 2,
  1601. 3,
  1602. 4,
  1603. 5,
  1604. 6,
  1605. 7,
  1606. 8,
  1607. 9,
  1608. 10,
  1609. 11,
  1610. 12,
  1611. 13,
  1612. 14,
  1613. 15
  1614. ],
  1615. price: 10
  1616. }, {
  1617. id: 109,
  1618. name: "109",
  1619. color: 0,
  1620. colors: [
  1621. 0,
  1622. 1,
  1623. 2,
  1624. 3,
  1625. 4,
  1626. 5,
  1627. 6,
  1628. 7,
  1629. 8,
  1630. 9,
  1631. 10
  1632. ],
  1633. price: 10
  1634. }, {
  1635. id: 110,
  1636. name: "110",
  1637. color: 0,
  1638. colors: [
  1639. 0,
  1640. 1,
  1641. 2,
  1642. 3,
  1643. 4,
  1644. 5,
  1645. 6,
  1646. 7,
  1647. 8,
  1648. 9,
  1649. 10
  1650. ],
  1651. price: 10
  1652. }, {
  1653. id: 111,
  1654. name: "111",
  1655. color: 0,
  1656. colors: [
  1657. 0,
  1658. 1,
  1659. 2,
  1660. 3,
  1661. 4,
  1662. 5,
  1663. 6,
  1664. 7,
  1665. 8,
  1666. 9,
  1667. 10,
  1668. 11,
  1669. 12,
  1670. 13,
  1671. 14,
  1672. 15
  1673. ],
  1674. price: 10
  1675. }, {
  1676. id: 112,
  1677. name: "112",
  1678. color: 0,
  1679. colors: [
  1680. 0,
  1681. 1,
  1682. 2,
  1683. 3,
  1684. 4,
  1685. 5,
  1686. 6,
  1687. 7,
  1688. 8,
  1689. 9,
  1690. 10,
  1691. 11,
  1692. 12,
  1693. 13,
  1694. 14,
  1695. 15
  1696. ],
  1697. price: 10
  1698. }, {
  1699. id: 113,
  1700. name: "113",
  1701. color: 0,
  1702. colors: [
  1703. 0,
  1704. 1,
  1705. 2,
  1706. 3,
  1707. 4,
  1708. 5,
  1709. 6,
  1710. 7,
  1711. 8,
  1712. 9,
  1713. 10,
  1714. 11,
  1715. 12,
  1716. 13,
  1717. 14,
  1718. 15
  1719. ],
  1720. price: 10
  1721. }, {
  1722. id: 114,
  1723. name: "114",
  1724. color: 0,
  1725. colors: [
  1726. 0,
  1727. 1,
  1728. 2,
  1729. 3,
  1730. 4,
  1731. 5,
  1732. 6,
  1733. 7,
  1734. 8,
  1735. 9,
  1736. 10,
  1737. 11,
  1738. 12,
  1739. 13,
  1740. 14,
  1741. 15
  1742. ],
  1743. price: 10
  1744. }, {
  1745. id: 115,
  1746. name: "115",
  1747. color: 0,
  1748. colors: [
  1749. 0,
  1750. 1,
  1751. 2,
  1752. 3,
  1753. 4,
  1754. 5,
  1755. 6,
  1756. 7,
  1757. 8,
  1758. 9,
  1759. 10,
  1760. 11,
  1761. 12,
  1762. 13,
  1763. 14,
  1764. 15
  1765. ],
  1766. price: 10
  1767. }, {
  1768. id: 116,
  1769. name: "116",
  1770. color: 0,
  1771. colors: [
  1772. 0,
  1773. 1,
  1774. 2,
  1775. 3,
  1776. 4,
  1777. 5,
  1778. 6,
  1779. 7,
  1780. 8,
  1781. 9,
  1782. 10,
  1783. 11,
  1784. 12,
  1785. 13,
  1786. 14,
  1787. 15
  1788. ],
  1789. price: 10
  1790. }, {
  1791. id: 117,
  1792. name: "117",
  1793. color: 0,
  1794. colors: [
  1795. 0,
  1796. 1,
  1797. 2,
  1798. 3,
  1799. 4,
  1800. 5,
  1801. 6,
  1802. 7,
  1803. 8,
  1804. 9,
  1805. 10,
  1806. 11,
  1807. 12,
  1808. 13,
  1809. 14,
  1810. 15
  1811. ],
  1812. price: 10
  1813. }, {
  1814. id: 118,
  1815. name: "118",
  1816. color: 0,
  1817. colors: [
  1818. 0,
  1819. 1,
  1820. 2,
  1821. 3,
  1822. 4,
  1823. 5,
  1824. 6,
  1825. 7,
  1826. 8,
  1827. 9,
  1828. 10,
  1829. 11,
  1830. 12,
  1831. 13,
  1832. 14,
  1833. 15
  1834. ],
  1835. price: 10
  1836. }, {
  1837. id: 119,
  1838. name: "119",
  1839. color: 0,
  1840. colors: [
  1841. 0,
  1842. 1,
  1843. 2,
  1844. 3,
  1845. 4,
  1846. 5,
  1847. 6,
  1848. 7,
  1849. 8,
  1850. 9,
  1851. 10,
  1852. 11,
  1853. 12,
  1854. 13,
  1855. 14,
  1856. 15
  1857. ],
  1858. price: 10
  1859. }, {
  1860. id: 120,
  1861. name: "120",
  1862. color: 0,
  1863. colors: [
  1864. 0,
  1865. 1,
  1866. 2,
  1867. 3,
  1868. 4,
  1869. 5,
  1870. 6,
  1871. 7
  1872. ],
  1873. price: 10
  1874. }, {
  1875. id: 121,
  1876. name: "121",
  1877. color: 0,
  1878. colors: [0],
  1879. price: 10
  1880. }, {
  1881. id: 122,
  1882. name: "122",
  1883. color: 0,
  1884. colors: [
  1885. 0, 1
  1886. ],
  1887. price: 10
  1888. }, {
  1889. id: 123,
  1890. name: "123",
  1891. color: 0,
  1892. colors: [
  1893. 0,
  1894. 1,
  1895. 2,
  1896. 3,
  1897. 4,
  1898. 5,
  1899. 6,
  1900. 7,
  1901. 8,
  1902. 9,
  1903. 10,
  1904. 11,
  1905. 12,
  1906. 13,
  1907. 14,
  1908. 15
  1909. ],
  1910. price: 10
  1911. }, {
  1912. id: 124,
  1913. name: "124",
  1914. color: 0,
  1915. colors: [
  1916. 0,
  1917. 1,
  1918. 2,
  1919. 3,
  1920. 4,
  1921. 5,
  1922. 6,
  1923. 7,
  1924. 8,
  1925. 9,
  1926. 10,
  1927. 11,
  1928. 12,
  1929. 13,
  1930. 14,
  1931. 15
  1932. ],
  1933. price: 10
  1934. }, {
  1935. id: 125,
  1936. name: "125",
  1937. color: 0,
  1938. colors: [
  1939. 0,
  1940. 1,
  1941. 2,
  1942. 3,
  1943. 4,
  1944. 5,
  1945. 6,
  1946. 7,
  1947. 8,
  1948. 9,
  1949. 10,
  1950. 11,
  1951. 12,
  1952. 13,
  1953. 14,
  1954. 15
  1955. ],
  1956. price: 10
  1957. }, {
  1958. id: 126,
  1959. name: "126",
  1960. color: 0,
  1961. colors: [
  1962. 0,
  1963. 1,
  1964. 2,
  1965. 3,
  1966. 4,
  1967. 5,
  1968. 6,
  1969. 7,
  1970. 8,
  1971. 9,
  1972. 10,
  1973. 11,
  1974. 12,
  1975. 13,
  1976. 14,
  1977. 15
  1978. ],
  1979. price: 10
  1980. }, {
  1981. id: 127,
  1982. name: "127",
  1983. color: 0,
  1984. colors: [
  1985. 0, 1
  1986. ],
  1987. price: 10
  1988. }, {
  1989. id: 128,
  1990. name: "128",
  1991. color: 0,
  1992. colors: [0],
  1993. price: 10
  1994. }
  1995. ];
  1996.  
  1997. app.glasses = [
  1998. <!-- { id: 0, name: "0", color: 0, colors: [0], price: 10, }, -->
  1999.  
  2000. {
  2001. id: 1,
  2002. name: "1",
  2003. color: 1,
  2004. colors: [1],
  2005. price: 10
  2006. }, {
  2007. id: 2,
  2008. name: "2",
  2009. color: 0,
  2010. colors: [
  2011. 0,
  2012. 1,
  2013. 2,
  2014. 3,
  2015. 4,
  2016. 5,
  2017. 6,
  2018. 7,
  2019. 8,
  2020. 9,
  2021. 10
  2022. ],
  2023. price: 10
  2024. }, {
  2025. id: 3,
  2026. name: "3",
  2027. color: 0,
  2028. colors: [
  2029. 0,
  2030. 1,
  2031. 2,
  2032. 3,
  2033. 4,
  2034. 5,
  2035. 6,
  2036. 7,
  2037. 8,
  2038. 9,
  2039. 10
  2040. ],
  2041. price: 10
  2042. }, {
  2043. id: 4,
  2044. name: "4",
  2045. color: 0,
  2046. colors: [
  2047. 0,
  2048. 1,
  2049. 2,
  2050. 3,
  2051. 4,
  2052. 5,
  2053. 6,
  2054. 7,
  2055. 8,
  2056. 9,
  2057. 10
  2058. ],
  2059. price: 10
  2060. }, {
  2061. id: 5,
  2062. name: "5",
  2063. color: 0,
  2064. colors: [
  2065. 0,
  2066. 1,
  2067. 2,
  2068. 3,
  2069. 4,
  2070. 5,
  2071. 6,
  2072. 7,
  2073. 8,
  2074. 9,
  2075. 10
  2076. ],
  2077. price: 10
  2078. }, {
  2079. id: 6,
  2080. name: "6",
  2081. color: 0,
  2082. colors: [0],
  2083. price: 10
  2084. }, {
  2085. id: 7,
  2086. name: "7",
  2087. color: 0,
  2088. colors: [
  2089. 0,
  2090. 1,
  2091. 2,
  2092. 3,
  2093. 4,
  2094. 5,
  2095. 6,
  2096. 7,
  2097. 8,
  2098. 9,
  2099. 10
  2100. ],
  2101. price: 10
  2102. }, {
  2103. id: 8,
  2104. name: "8",
  2105. color: 0,
  2106. colors: [
  2107. 0,
  2108. 1,
  2109. 2,
  2110. 3,
  2111. 4,
  2112. 5,
  2113. 6,
  2114. 7,
  2115. 8,
  2116. 9,
  2117. 10
  2118. ],
  2119. price: 10
  2120. }, {
  2121. id: 9,
  2122. name: "9",
  2123. color: 0,
  2124. colors: [
  2125. 0,
  2126. 1,
  2127. 2,
  2128. 3,
  2129. 4,
  2130. 5,
  2131. 6,
  2132. 7,
  2133. 8,
  2134. 9,
  2135. 10
  2136. ],
  2137. price: 10
  2138. }, {
  2139. id: 10,
  2140. name: "10",
  2141. color: 0,
  2142. colors: [
  2143. 0,
  2144. 1,
  2145. 2,
  2146. 3,
  2147. 4,
  2148. 5,
  2149. 6,
  2150. 7,
  2151. 8,
  2152. 9,
  2153. 10
  2154. ],
  2155. price: 10
  2156. }, {
  2157. id: 12,
  2158. name: "12",
  2159. color: 0,
  2160. colors: [
  2161. 0,
  2162. 1,
  2163. 2,
  2164. 3,
  2165. 4,
  2166. 5,
  2167. 6,
  2168. 7,
  2169. 8,
  2170. 9,
  2171. 10
  2172. ],
  2173. price: 10
  2174. }, {
  2175. id: 13,
  2176. name: "13",
  2177. color: 0,
  2178. colors: [
  2179. 0,
  2180. 1,
  2181. 2,
  2182. 3,
  2183. 4,
  2184. 5,
  2185. 6,
  2186. 7,
  2187. 8,
  2188. 9,
  2189. 10
  2190. ],
  2191. price: 10
  2192. }, {
  2193. id: 15,
  2194. name: "15",
  2195. color: 0,
  2196. colors: [
  2197. 0,
  2198. 1,
  2199. 2,
  2200. 3,
  2201. 4,
  2202. 5,
  2203. 6,
  2204. 7,
  2205. 8,
  2206. 9,
  2207. 10
  2208. ],
  2209. price: 10
  2210. }, {
  2211. id: 16,
  2212. name: "16",
  2213. color: 0,
  2214. colors: [
  2215. 0,
  2216. 1,
  2217. 2,
  2218. 3,
  2219. 4,
  2220. 5,
  2221. 6,
  2222. 7,
  2223. 8,
  2224. 9
  2225. ],
  2226. price: 10
  2227. }, {
  2228. id: 17,
  2229. name: "17",
  2230. color: 0,
  2231. colors: [
  2232. 0,
  2233. 1,
  2234. 2,
  2235. 3,
  2236. 4,
  2237. 5,
  2238. 6,
  2239. 7,
  2240. 8,
  2241. 9,
  2242. 10
  2243. ],
  2244. price: 10
  2245. }, {
  2246. id: 18,
  2247. name: "18",
  2248. color: 0,
  2249. colors: [
  2250. 0,
  2251. 1,
  2252. 2,
  2253. 3,
  2254. 4,
  2255. 5,
  2256. 6,
  2257. 7,
  2258. 8,
  2259. 9,
  2260. 10
  2261. ],
  2262. price: 10
  2263. }, {
  2264. id: 19,
  2265. name: "19",
  2266. color: 0,
  2267. colors: [
  2268. 0,
  2269. 1,
  2270. 2,
  2271. 3,
  2272. 4,
  2273. 5,
  2274. 6,
  2275. 7,
  2276. 8,
  2277. 9,
  2278. 10
  2279. ],
  2280. price: 10
  2281. }, {
  2282. id: 20,
  2283. name: "20",
  2284. color: 0,
  2285. colors: [
  2286. 0,
  2287. 1,
  2288. 2,
  2289. 3,
  2290. 4,
  2291. 5,
  2292. 6,
  2293. 7,
  2294. 8,
  2295. 9,
  2296. 10
  2297. ],
  2298. price: 10
  2299. }, {
  2300. id: 21,
  2301. name: "21",
  2302. color: 0,
  2303. colors: [0],
  2304. price: 10
  2305. }, {
  2306. id: 22,
  2307. name: "22",
  2308. color: 0,
  2309. colors: [0],
  2310. price: 10
  2311. }, {
  2312. id: 23,
  2313. name: "23",
  2314. color: 0,
  2315. colors: [
  2316. 0,
  2317. 1,
  2318. 2,
  2319. 3,
  2320. 4,
  2321. 5,
  2322. 6,
  2323. 7,
  2324. 8,
  2325. 9
  2326. ],
  2327. price: 10
  2328. }, {
  2329. id: 24,
  2330. name: "24",
  2331. color: 0,
  2332. colors: [
  2333. 0,
  2334. 1,
  2335. 2,
  2336. 3,
  2337. 4,
  2338. 5
  2339. ],
  2340. price: 10
  2341. }, {
  2342. id: 25,
  2343. name: "25",
  2344. color: 0,
  2345. colors: [
  2346. 0,
  2347. 1,
  2348. 2,
  2349. 3,
  2350. 4,
  2351. 5,
  2352. 6,
  2353. 7
  2354. ],
  2355. price: 10
  2356. }, {
  2357. id: 26,
  2358. name: "26",
  2359. color: 0,
  2360. colors: [
  2361. 0,
  2362. 1,
  2363. 2,
  2364. 3,
  2365. 4,
  2366. 5,
  2367. 6,
  2368. 7,
  2369. 8,
  2370. 9,
  2371. 10,
  2372. 11,
  2373. 12,
  2374. 13,
  2375. 14,
  2376. 15
  2377. ],
  2378. price: 10
  2379. }
  2380. ];
  2381.  
  2382. app.tops = [
  2383. {
  2384. id: 0,
  2385. name: "0",
  2386. color: 0,
  2387. colors: [
  2388. 0,
  2389. 1,
  2390. 2,
  2391. 3,
  2392. 4,
  2393. 5,
  2394. 7,
  2395. 8,
  2396. 11
  2397. ],
  2398. price: 50,
  2399. torso: 0,
  2400. undershirt: 15,
  2401. underColor: 0,
  2402. underColors: [20]
  2403. }, {
  2404. id: 1,
  2405. name: "1",
  2406. color: 0,
  2407. colors: [
  2408. 0,
  2409. 1,
  2410. 3,
  2411. 4,
  2412. 5,
  2413. 6,
  2414. 7,
  2415. 8,
  2416. 11,
  2417. 12,
  2418. 14
  2419. ],
  2420. price: 50,
  2421. torso: 0,
  2422. undershirt: 15,
  2423. underColor: 0,
  2424. underColors: [20]
  2425. }, {
  2426. id: 2,
  2427. name: "2",
  2428. color: 9,
  2429. colors: [9],
  2430. price: 50,
  2431. torso: 2,
  2432. undershirt: 15,
  2433. underColor: 0,
  2434. underColors: [20]
  2435. }, {
  2436. id: 3,
  2437. name: "3",
  2438. color: 0,
  2439. colors: [
  2440. 0,
  2441. 1,
  2442. 2,
  2443. 3,
  2444. 4,
  2445. 5,
  2446. 6,
  2447. 7,
  2448. 8,
  2449. 9,
  2450. 10,
  2451. 11,
  2452. 12,
  2453. 13,
  2454. 14,
  2455. 15
  2456. ],
  2457. price: 50,
  2458. torso: 6,
  2459. undershirt: 0,
  2460. underColor: 0,
  2461. underColors: [
  2462. 0,
  2463. 1,
  2464. 2,
  2465. 3,
  2466. 4,
  2467. 5,
  2468. 7,
  2469. 8,
  2470. 11
  2471. ]
  2472. }, {
  2473. id: 4,
  2474. name: "4",
  2475. color: 0,
  2476. colors: [
  2477. 0, 2, 3, 11, 14
  2478. ],
  2479. price: 50,
  2480. torso: 14,
  2481. undershirt: 69,
  2482. underColor: 0,
  2483. underColors: [0, 1, 2, 3, 4]
  2484. }, {
  2485. id: 5,
  2486. name: "5",
  2487. color: 0,
  2488. colors: [
  2489. 0, 1, 2, 7
  2490. ],
  2491. price: 50,
  2492. torso: 5,
  2493. undershirt: 5,
  2494. underColor: 0,
  2495. underColors: [20]
  2496. }, {
  2497. id: 6,
  2498. name: "6",
  2499. color: 0,
  2500. colors: [
  2501. 0,
  2502. 1,
  2503. 3,
  2504. 4,
  2505. 5,
  2506. 6,
  2507. 8,
  2508. 9,
  2509. 11
  2510. ],
  2511. price: 50,
  2512. torso: 1,
  2513. undershirt: 48,
  2514. underColor: 0,
  2515. underColors: [0, 1, 2, 3]
  2516. }, {
  2517. id: 7,
  2518. name: "7",
  2519. color: 0,
  2520. colors: [
  2521. 0,
  2522. 1,
  2523. 2,
  2524. 3,
  2525. 4,
  2526. 5,
  2527. 6,
  2528. 7,
  2529. 8,
  2530. 9,
  2531. 10,
  2532. 11,
  2533. 12,
  2534. 13,
  2535. 14,
  2536. 15
  2537. ],
  2538. price: 50,
  2539. torso: 4,
  2540. undershirt: 0,
  2541. underColor: 0,
  2542. underColors: [
  2543. 0,
  2544. 1,
  2545. 2,
  2546. 3,
  2547. 4,
  2548. 5,
  2549. 7,
  2550. 8,
  2551. 11
  2552. ]
  2553. }, {
  2554. id: 8,
  2555. name: "8",
  2556. color: 0,
  2557. colors: [
  2558. 0, 10, 13, 14
  2559. ],
  2560. price: 50,
  2561. torso: 8,
  2562. undershirt: 8,
  2563. underColor: 0,
  2564. underColors: [20]
  2565. }, {
  2566. id: 9,
  2567. name: "9",
  2568. color: 0,
  2569. colors: [
  2570. 0,
  2571. 1,
  2572. 2,
  2573. 3,
  2574. 4,
  2575. 5,
  2576. 6,
  2577. 7,
  2578. 10,
  2579. 11,
  2580. 12,
  2581. 13,
  2582. 14,
  2583. 15
  2584. ],
  2585. price: 50,
  2586. torso: 0,
  2587. undershirt: 9,
  2588. underColor: 0,
  2589. underColors: [20]
  2590. }, {
  2591. id: 10,
  2592. name: "10",
  2593. color: 0,
  2594. colors: [
  2595. 0, 1, 2
  2596. ],
  2597. price: 50,
  2598. torso: 1,
  2599. undershirt: 21,
  2600. underColor: 0,
  2601. underColors: [0, 1, 2, 3, 4]
  2602. }, {
  2603. id: 11,
  2604. name: "11",
  2605. color: 0,
  2606. colors: [
  2607. 0, 1, 7, 14
  2608. ],
  2609. price: 50,
  2610. torso: 1,
  2611. undershirt: 73,
  2612. underColor: 0,
  2613. underColors: [0, 1, 2]
  2614. }, {
  2615. id: 12,
  2616. name: "12",
  2617. color: 0,
  2618. colors: [
  2619. 0,
  2620. 1,
  2621. 2,
  2622. 3,
  2623. 4,
  2624. 5,
  2625. 6,
  2626. 7,
  2627. 8,
  2628. 9,
  2629. 10,
  2630. 11
  2631. ],
  2632. price: 50,
  2633. torso: 1,
  2634. undershirt: 2,
  2635. underColor: 0,
  2636. underColors: [20]
  2637. }, {
  2638. id: 13,
  2639. name: "13",
  2640. color: 0,
  2641. colors: [
  2642. 0,
  2643. 1,
  2644. 2,
  2645. 3,
  2646. 5,
  2647. 13
  2648. ],
  2649. price: 50,
  2650. torso: 11,
  2651. undershirt: 2,
  2652. underColor: 0,
  2653. underColors: [20]
  2654. }, {
  2655. id: 14,
  2656. name: "14",
  2657. color: 0,
  2658. colors: [
  2659. 0,
  2660. 1,
  2661. 2,
  2662. 3,
  2663. 4,
  2664. 5,
  2665. 6,
  2666. 7,
  2667. 8,
  2668. 9,
  2669. 10,
  2670. 11,
  2671. 12,
  2672. 13,
  2673. 14,
  2674. 15
  2675. ],
  2676. price: 50,
  2677. torso: 1,
  2678. undershirt: 2,
  2679. underColor: 0,
  2680. underColors: [20]
  2681. }, {
  2682. id: 15,
  2683. name: "15",
  2684. color: 0,
  2685. colors: [
  2686. 0,
  2687. 1,
  2688. 2,
  2689. 3,
  2690. 4,
  2691. 5,
  2692. 6,
  2693. 7,
  2694. 8,
  2695. 9,
  2696. 10,
  2697. 11,
  2698. 12,
  2699. 13,
  2700. 14,
  2701. 15
  2702. ],
  2703. price: 50,
  2704. torso: 1,
  2705. undershirt: 2,
  2706. underColor: 0,
  2707. underColors: [20]
  2708. }, {
  2709. id: 16,
  2710. name: "16",
  2711. color: 0,
  2712. colors: [
  2713. 0, 1, 2
  2714. ],
  2715. price: 50,
  2716. torso: 0,
  2717. undershirt: 11,
  2718. underColor: 0,
  2719. underColors: [20]
  2720. }, {
  2721. id: 17,
  2722. name: "17",
  2723. color: 0,
  2724. colors: [
  2725. 0,
  2726. 1,
  2727. 2,
  2728. 3,
  2729. 4,
  2730. 5
  2731. ],
  2732. price: 50,
  2733. torso: 5,
  2734. undershirt: 15,
  2735. underColor: 0,
  2736. underColors: [20]
  2737. }, {
  2738. id: 18,
  2739. name: "18",
  2740. color: 0,
  2741. colors: [
  2742. 0, 1, 2, 3
  2743. ],
  2744. price: 50,
  2745. torso: 0,
  2746. undershirt: 15,
  2747. underColor: 0,
  2748. underColors: [20]
  2749. }, {
  2750. id: 19,
  2751. name: "19",
  2752. color: 0,
  2753. colors: [
  2754. 0, 1
  2755. ],
  2756. price: 50,
  2757. torso: 14,
  2758. undershirt: 20,
  2759. underColor: 0,
  2760. underColors: [0, 1, 2, 3]
  2761. }, {
  2762. id: 20,
  2763. name: "20",
  2764. color: 0,
  2765. colors: [
  2766. 0, 1, 2, 3
  2767. ],
  2768. price: 50,
  2769. torso: 4,
  2770. undershirt: 31,
  2771. underColor: 0,
  2772. underColors: [
  2773. 0,
  2774. 1,
  2775. 2,
  2776. 3,
  2777. 4,
  2778. 5,
  2779. 6,
  2780. 7,
  2781. 8,
  2782. 9,
  2783. 10,
  2784. 11,
  2785. 12,
  2786. 13,
  2787. 14,
  2788. 15
  2789. ]
  2790. }, {
  2791. id: 21,
  2792. name: "21",
  2793. color: 0,
  2794. colors: [
  2795. 0, 1, 2, 3
  2796. ],
  2797. price: 50,
  2798. torso: 11,
  2799. undershirt: 49,
  2800. underColor: 0,
  2801. underColors: [0, 1]
  2802. }, {
  2803. id: 22,
  2804. name: "22",
  2805. color: 0,
  2806. colors: [
  2807. 0, 1, 2
  2808. ],
  2809. price: 50,
  2810. torso: 0,
  2811. undershirt: 15,
  2812. underColor: 0,
  2813. underColors: [20]
  2814. }, {
  2815. id: 23,
  2816. name: "23",
  2817. color: 0,
  2818. colors: [
  2819. 0, 1, 2, 3
  2820. ],
  2821. price: 50,
  2822. torso: 4,
  2823. undershirt: 11,
  2824. underColor: 0,
  2825. underColors: [
  2826. 0,
  2827. 1,
  2828. 2,
  2829. 3,
  2830. 4,
  2831. 5,
  2832. 6,
  2833. 7,
  2834. 8,
  2835. 9,
  2836. 10,
  2837. 11,
  2838. 12,
  2839. 13,
  2840. 14,
  2841. 15
  2842. ]
  2843. }, {
  2844. id: 24,
  2845. name: "24",
  2846. color: 0,
  2847. colors: [
  2848. 0,
  2849. 1,
  2850. 2,
  2851. 3,
  2852. 4,
  2853. 5,
  2854. 6,
  2855. 7,
  2856. 8,
  2857. 9,
  2858. 10,
  2859. 11,
  2860. 12
  2861. ],
  2862. price: 50,
  2863. torso: 4,
  2864. undershirt: 11,
  2865. underColor: 0,
  2866. underColors: [
  2867. 0,
  2868. 1,
  2869. 2,
  2870. 3,
  2871. 4,
  2872. 5,
  2873. 6,
  2874. 7,
  2875. 8,
  2876. 9,
  2877. 10,
  2878. 11,
  2879. 12,
  2880. 13,
  2881. 14,
  2882. 15
  2883. ]
  2884. }, {
  2885. id: 25,
  2886. name: "25",
  2887. color: 0,
  2888. colors: [
  2889. 0,
  2890. 1,
  2891. 2,
  2892. 3,
  2893. 4,
  2894. 5,
  2895. 6,
  2896. 7,
  2897. 8,
  2898. 9
  2899. ],
  2900. price: 50,
  2901. torso: 11,
  2902. undershirt: 93,
  2903. underColor: 0,
  2904. underColors: [0, 1]
  2905. }, {
  2906. id: 26,
  2907. name: "26",
  2908. color: 0,
  2909. colors: [
  2910. 0,
  2911. 1,
  2912. 2,
  2913. 3,
  2914. 4,
  2915. 5,
  2916. 6,
  2917. 7,
  2918. 8,
  2919. 9
  2920. ],
  2921. price: 50,
  2922. torso: 11,
  2923. undershirt: 24,
  2924. underColor: 0,
  2925. underColors: [20]
  2926. }, {
  2927. id: 27,
  2928. name: "27",
  2929. color: 0,
  2930. colors: [
  2931. 0, 1, 2
  2932. ],
  2933. price: 50,
  2934. torso: 4,
  2935. undershirt: 71,
  2936. underColor: 0,
  2937. underColors: [
  2938. 0,
  2939. 1,
  2940. 2,
  2941. 3,
  2942. 4,
  2943. 5
  2944. ]
  2945. }, {
  2946. id: 28,
  2947. name: "28",
  2948. color: 0,
  2949. colors: [
  2950. 0, 1, 2
  2951. ],
  2952. price: 50,
  2953. torso: 4,
  2954. undershirt: 36,
  2955. underColor: 0,
  2956. underColors: [
  2957. 0,
  2958. 1,
  2959. 2,
  2960. 3,
  2961. 4,
  2962. 5,
  2963. 6
  2964. ]
  2965. }, {
  2966. id: 29,
  2967. name: "29",
  2968. color: 0,
  2969. colors: [
  2970. 0,
  2971. 1,
  2972. 2,
  2973. 3,
  2974. 4,
  2975. 5,
  2976. 6,
  2977. 7
  2978. ],
  2979. price: 50,
  2980. torso: 4,
  2981. undershirt: 34,
  2982. underColor: 0,
  2983. underColors: [
  2984. 0,
  2985. 1,
  2986. 2,
  2987. 3,
  2988. 4,
  2989. 5,
  2990. 6
  2991. ]
  2992. }, {
  2993. id: 30,
  2994. name: "30",
  2995. color: 0,
  2996. colors: [
  2997. 0,
  2998. 1,
  2999. 2,
  3000. 3,
  3001. 4,
  3002. 5,
  3003. 6,
  3004. 7
  3005. ],
  3006. price: 50,
  3007. torso: 4,
  3008. undershirt: 36,
  3009. underColor: 0,
  3010. underColors: [
  3011. 0,
  3012. 1,
  3013. 2,
  3014. 3,
  3015. 4,
  3016. 5,
  3017. 6
  3018. ]
  3019. }, {
  3020. id: 31,
  3021. name: "31",
  3022. color: 0,
  3023. colors: [
  3024. 0,
  3025. 1,
  3026. 2,
  3027. 3,
  3028. 4,
  3029. 5,
  3030. 6,
  3031. 7
  3032. ],
  3033. price: 50,
  3034. torso: 4,
  3035. undershirt: 34,
  3036. underColor: 0,
  3037. underColors: [
  3038. 0,
  3039. 1,
  3040. 2,
  3041. 3,
  3042. 4,
  3043. 5,
  3044. 6
  3045. ]
  3046. }, {
  3047. id: 32,
  3048. name: "32",
  3049. color: 0,
  3050. colors: [
  3051. 0,
  3052. 1,
  3053. 2,
  3054. 3,
  3055. 4,
  3056. 5,
  3057. 6,
  3058. 7
  3059. ],
  3060. price: 50,
  3061. torso: 4,
  3062. undershirt: 35,
  3063. underColor: 0,
  3064. underColors: [
  3065. 0,
  3066. 1,
  3067. 2,
  3068. 3,
  3069. 4,
  3070. 5,
  3071. 6
  3072. ]
  3073. }, {
  3074. id: 33,
  3075. name: "33",
  3076. color: 0,
  3077. colors: [0],
  3078. price: 50,
  3079. torso: 0,
  3080. undershirt: 15,
  3081. underColor: 0,
  3082. underColors: [20]
  3083. }, {
  3084. id: 34,
  3085. name: "34",
  3086. color: 0,
  3087. colors: [
  3088. 0, 1
  3089. ],
  3090. price: 50,
  3091. torso: 0,
  3092. undershirt: 15,
  3093. underColor: 0,
  3094. underColors: [20]
  3095. }, {
  3096. id: 35,
  3097. name: "35",
  3098. color: 0,
  3099. colors: [
  3100. 0,
  3101. 1,
  3102. 2,
  3103. 3,
  3104. 4,
  3105. 5,
  3106. 6
  3107. ],
  3108. price: 50,
  3109. torso: 4,
  3110. undershirt: 65,
  3111. underColor: 0,
  3112. underColors: [
  3113. 0,
  3114. 1,
  3115. 2,
  3116. 3,
  3117. 4,
  3118. 5,
  3119. 6,
  3120. 7,
  3121. 8,
  3122. 9,
  3123. 10,
  3124. 11,
  3125. 12,
  3126. 13,
  3127. 14,
  3128. 15,
  3129. 16,
  3130. 17,
  3131. 18
  3132. ]
  3133. }, {
  3134. id: 36,
  3135. name: "36",
  3136. color: 0,
  3137. colors: [
  3138. 0,
  3139. 1,
  3140. 2,
  3141. 3,
  3142. 4,
  3143. 5
  3144. ],
  3145. price: 50,
  3146. torso: 5,
  3147. undershirt: 15,
  3148. underColor: 0,
  3149. underColors: [20]
  3150. }, {
  3151. id: 37,
  3152. name: "37",
  3153. color: 0,
  3154. colors: [
  3155. 0, 1, 2
  3156. ],
  3157. price: 50,
  3158. torso: 12,
  3159. undershirt: 24,
  3160. underColor: 0,
  3161. underColors: [0, 1, 2]
  3162. }, {
  3163. id: 38,
  3164. name: "38",
  3165. color: 0,
  3166. colors: [
  3167. 0, 1, 2, 3, 4
  3168. ],
  3169. price: 50,
  3170. torso: 8,
  3171. undershirt: 15,
  3172. underColor: 0,
  3173. underColors: [20]
  3174. }, {
  3175. id: 39,
  3176. name: "39",
  3177. color: 0,
  3178. colors: [
  3179. 0, 1
  3180. ],
  3181. price: 50,
  3182. torso: 0,
  3183. undershirt: 15,
  3184. underColor: 0,
  3185. underColors: [20]
  3186. }, {
  3187. id: 40,
  3188. name: "40",
  3189. color: 0,
  3190. colors: [
  3191. 0, 1
  3192. ],
  3193. price: 50,
  3194. torso: 0,
  3195. undershirt: 49,
  3196. underColor: 0,
  3197. underColors: [0, 1]
  3198. }, {
  3199. id: 41,
  3200. name: "41",
  3201. color: 0,
  3202. colors: [
  3203. 0, 1, 2, 3
  3204. ],
  3205. price: 50,
  3206. torso: 6,
  3207. undershirt: 24,
  3208. underColor: 0,
  3209. underColors: [20]
  3210. }, {
  3211. id: 42,
  3212. name: "42",
  3213. color: 0,
  3214. colors: [0],
  3215. price: 50,
  3216. torso: 11,
  3217. undershirt: 24,
  3218. underColor: 0,
  3219. underColors: [20]
  3220. }, {
  3221. id: 43,
  3222. name: "43",
  3223. color: 0,
  3224. colors: [0],
  3225. price: 50,
  3226. torso: 11,
  3227. undershirt: 24,
  3228. underColor: 0,
  3229. underColors: [20]
  3230. }, {
  3231. id: 44,
  3232. name: "44",
  3233. color: 0,
  3234. colors: [
  3235. 0, 1, 2, 3
  3236. ],
  3237. price: 50,
  3238. torso: 0,
  3239. undershirt: 24,
  3240. underColor: 0,
  3241. underColors: [20]
  3242. }, {
  3243. id: 45,
  3244. name: "45",
  3245. color: 0,
  3246. colors: [
  3247. 0, 1, 2
  3248. ],
  3249. price: 50,
  3250. torso: 0,
  3251. undershirt: 49,
  3252. underColor: 0,
  3253. underColors: [0, 1]
  3254. }, {
  3255. id: 46,
  3256. name: "46",
  3257. color: 0,
  3258. colors: [
  3259. 0, 1, 2
  3260. ],
  3261. price: 50,
  3262. torso: 4,
  3263. undershirt: 52,
  3264. underColor: 0,
  3265. underColors: [
  3266. 0,
  3267. 1,
  3268. 2,
  3269. 3,
  3270. 4,
  3271. 5,
  3272. 6,
  3273. 7,
  3274. 8
  3275. ]
  3276. }, {
  3277. id: 47,
  3278. name: "47",
  3279. color: 0,
  3280. colors: [
  3281. 0, 1
  3282. ],
  3283. price: 50,
  3284. torso: 0,
  3285. undershirt: 24,
  3286. underColor: 0,
  3287. underColors: [20]
  3288. }, {
  3289. id: 48,
  3290. name: "48",
  3291. color: 0,
  3292. colors: [0],
  3293. price: 50,
  3294. torso: 4,
  3295. undershirt: 24,
  3296. underColor: 0,
  3297. underColors: [20]
  3298. }, {
  3299. id: 49,
  3300. name: "49",
  3301. color: 0,
  3302. colors: [
  3303. 0, 1, 2, 3, 4
  3304. ],
  3305. price: 50,
  3306. torso: 4,
  3307. undershirt: 24,
  3308. underColor: 0,
  3309. underColors: [20]
  3310. }, {
  3311. id: 50,
  3312. name: "50",
  3313. color: 0,
  3314. colors: [
  3315. 0, 1, 2, 3, 4
  3316. ],
  3317. price: 50,
  3318. torso: 4,
  3319. undershirt: 24,
  3320. underColor: 0,
  3321. underColors: [20]
  3322. }, {
  3323. id: 51,
  3324. name: "51",
  3325. color: 0,
  3326. colors: [
  3327. 0, 1, 2
  3328. ],
  3329. price: 50,
  3330. torso: 4,
  3331. undershirt: 24,
  3332. underColor: 0,
  3333. underColors: [20]
  3334. }, {
  3335. id: 52,
  3336. name: "52",
  3337. color: 0,
  3338. colors: [
  3339. 0, 1, 2, 3
  3340. ],
  3341. price: 50,
  3342. torso: 4,
  3343. undershirt: 24,
  3344. underColor: 0,
  3345. underColors: [20]
  3346. }, {
  3347. id: 53,
  3348. name: "53",
  3349. color: 0,
  3350. colors: [
  3351. 0, 1, 2, 3
  3352. ],
  3353. price: 50,
  3354. torso: 4,
  3355. undershirt: 24,
  3356. underColor: 0,
  3357. underColors: [20]
  3358. }, {
  3359. id: 54,
  3360. name: "54",
  3361. color: 0,
  3362. colors: [0],
  3363. price: 50,
  3364. torso: 12,
  3365. undershirt: 24,
  3366. underColor: 0,
  3367. underColors: [20]
  3368. }, {
  3369. id: 55,
  3370. name: "55",
  3371. color: 0,
  3372. colors: [0],
  3373. price: 80000,
  3374. torso: 0,
  3375. undershirt: 24,
  3376. underColor: 0,
  3377. underColors: [20]
  3378. }, {
  3379. id: 56,
  3380. name: "56",
  3381. color: 0,
  3382. colors: [0],
  3383. price: 50,
  3384. torso: 0,
  3385. undershirt: 24,
  3386. underColor: 0,
  3387. underColors: [20]
  3388. }, {
  3389. id: 57,
  3390. name: "57",
  3391. color: 0,
  3392. colors: [0],
  3393. price: 50,
  3394. torso: 4,
  3395. undershirt: 24,
  3396. underColor: 0,
  3397. underColors: [20]
  3398. }, {
  3399. id: 58,
  3400. name: "58",
  3401. color: 0,
  3402. colors: [0],
  3403. price: 50,
  3404. torso: 4,
  3405. undershirt: 21,
  3406. underColor: 0,
  3407. underColors: [0, 1, 2, 3, 4]
  3408. }, {
  3409. id: 59,
  3410. name: "59",
  3411. color: 0,
  3412. colors: [
  3413. 0, 1, 2, 3
  3414. ],
  3415. price: 50,
  3416. torso: 4,
  3417. undershirt: 41,
  3418. underColor: 0,
  3419. underColors: [0, 1, 2, 3, 4]
  3420. }, {
  3421. id: 60,
  3422. name: "60",
  3423. color: 0,
  3424. colors: [
  3425. 0, 1, 2, 3
  3426. ],
  3427. price: 50,
  3428. torso: 8,
  3429. undershirt: 34,
  3430. underColor: 0,
  3431. underColors: [
  3432. 0,
  3433. 1,
  3434. 2,
  3435. 3,
  3436. 4,
  3437. 5,
  3438. 6
  3439. ]
  3440. }, {
  3441. id: 61,
  3442. name: "61",
  3443. color: 0,
  3444. colors: [
  3445. 0, 1, 2, 3
  3446. ],
  3447. price: 50,
  3448. torso: 14,
  3449. undershirt: 15,
  3450. underColor: 0,
  3451. underColors: [0, 1]
  3452. }, {
  3453. id: 62,
  3454. name: "62",
  3455. color: 0,
  3456. colors: [0],
  3457. price: 50,
  3458. torso: 6,
  3459. undershirt: 41,
  3460. underColor: 0,
  3461. underColors: [0, 1, 2, 3, 4]
  3462. }, {
  3463. id: 63,
  3464. name: "63",
  3465. color: 0,
  3466. colors: [0],
  3467. price: 50,
  3468. torso: 0,
  3469. undershirt: 24,
  3470. underColor: 0,
  3471. underColors: [0, 1, 2]
  3472. }, {
  3473. id: 64,
  3474. name: "64",
  3475. color: 0,
  3476. colors: [0],
  3477. price: 50,
  3478. torso: 4,
  3479. undershirt: 24,
  3480. underColor: 0,
  3481. underColors: [0, 1, 2]
  3482. }, {
  3483. id: 65,
  3484. name: "65",
  3485. color: 0,
  3486. colors: [
  3487. 0, 1, 2, 3
  3488. ],
  3489. price: 50,
  3490. torso: 14,
  3491. undershirt: 17,
  3492. underColor: 0,
  3493. underColors: [20]
  3494. }, {
  3495. id: 66,
  3496. name: "66",
  3497. color: 0,
  3498. colors: [
  3499. 0, 1, 2, 3
  3500. ],
  3501. price: 50,
  3502. torso: 6,
  3503. undershirt: 24,
  3504. underColor: 0,
  3505. underColors: [20]
  3506. }, {
  3507. id: 67,
  3508. name: "67",
  3509. color: 0,
  3510. colors: [
  3511. 0, 1, 2, 3
  3512. ],
  3513. price: 50,
  3514. torso: 6,
  3515. undershirt: 24,
  3516. underColor: 0,
  3517. underColors: [20]
  3518. }, {
  3519. id: 68,
  3520. name: "68",
  3521. color: 0,
  3522. colors: [
  3523. 0,
  3524. 1,
  3525. 2,
  3526. 3,
  3527. 4,
  3528. 5
  3529. ],
  3530. price: 50,
  3531. torso: 4,
  3532. undershirt: 24,
  3533. underColor: 0,
  3534. underColors: [0, 1, 2]
  3535. }, {
  3536. id: 69,
  3537. name: "69",
  3538. color: 0,
  3539. colors: [
  3540. 0,
  3541. 1,
  3542. 2,
  3543. 3,
  3544. 4,
  3545. 5
  3546. ],
  3547. price: 50,
  3548. torso: 4,
  3549. undershirt: 24,
  3550. underColor: 0,
  3551. underColors: [0, 1, 2]
  3552. }, {
  3553. id: 70,
  3554. name: "70",
  3555. color: 0,
  3556. colors: [
  3557. 0,
  3558. 1,
  3559. 2,
  3560. 3,
  3561. 4,
  3562. 5,
  3563. 6,
  3564. 7,
  3565. 8,
  3566. 9,
  3567. 10,
  3568. 11
  3569. ],
  3570. price: 50,
  3571. torso: 6,
  3572. undershirt: 1,
  3573. underColor: 0,
  3574. underColors: [
  3575. 0,
  3576. 1,
  3577. 3,
  3578. 4,
  3579. 5,
  3580. 6,
  3581. 7,
  3582. 8,
  3583. 11,
  3584. 12,
  3585. 14
  3586. ]
  3587. }, {
  3588. id: 71,
  3589. name: "71",
  3590. color: 0,
  3591. colors: [0],
  3592. price: 50,
  3593. torso: 0,
  3594. undershirt: 24,
  3595. underColor: 0,
  3596. underColors: [20]
  3597. }, {
  3598. id: 72,
  3599. name: "72",
  3600. color: 0,
  3601. colors: [
  3602. 0, 1, 2, 3
  3603. ],
  3604. price: 50,
  3605. torso: 6,
  3606. undershirt: 1,
  3607. underColor: 0,
  3608. underColors: [
  3609. 0,
  3610. 1,
  3611. 3,
  3612. 4,
  3613. 5,
  3614. 6,
  3615. 7,
  3616. 8,
  3617. 11,
  3618. 12,
  3619. 14
  3620. ]
  3621. }, {
  3622. id: 73,
  3623. name: "73",
  3624. color: 0,
  3625. colors: [
  3626. 0,
  3627. 1,
  3628. 2,
  3629. 3,
  3630. 4,
  3631. 5,
  3632. 6,
  3633. 7,
  3634. 8,
  3635. 9,
  3636. 10,
  3637. 11,
  3638. 12,
  3639. 13,
  3640. 14,
  3641. 15,
  3642. 16,
  3643. 17,
  3644. 18
  3645. ],
  3646. price: 50,
  3647. torso: 0,
  3648. undershirt: 24,
  3649. underColor: 0,
  3650. underColors: [20]
  3651. }, {
  3652. id: 74,
  3653. name: "74",
  3654. color: 0,
  3655. colors: [
  3656. 0,
  3657. 1,
  3658. 2,
  3659. 3,
  3660. 4,
  3661. 5,
  3662. 6,
  3663. 7,
  3664. 8,
  3665. 9,
  3666. 10
  3667. ],
  3668. price: 50,
  3669. torso: 6,
  3670. undershirt: 1,
  3671. underColor: 0,
  3672. underColors: [
  3673. 0,
  3674. 1,
  3675. 3,
  3676. 4,
  3677. 5,
  3678. 6,
  3679. 7,
  3680. 8,
  3681. 11,
  3682. 12,
  3683. 14
  3684. ]
  3685. }, {
  3686. id: 75,
  3687. name: "75",
  3688. color: 0,
  3689. colors: [
  3690. 0,
  3691. 1,
  3692. 2,
  3693. 3,
  3694. 4,
  3695. 5,
  3696. 6,
  3697. 7,
  3698. 8,
  3699. 9,
  3700. 10
  3701. ],
  3702. price: 50,
  3703. torso: 4,
  3704. undershirt: 24,
  3705. underColor: 0,
  3706. underColors: [20]
  3707. }, {
  3708. id: 76,
  3709. name: "76",
  3710. color: 0,
  3711. colors: [
  3712. 0, 1, 2, 3, 4
  3713. ],
  3714. price: 50,
  3715. torso: 4,
  3716. undershirt: 75,
  3717. underColor: 0,
  3718. underColors: [
  3719. 0,
  3720. 1,
  3721. 2,
  3722. 3,
  3723. 4,
  3724. 5,
  3725. 6,
  3726. 7
  3727. ]
  3728. }, {
  3729. id: 77,
  3730. name: "77",
  3731. color: 0,
  3732. colors: [
  3733. 0, 1, 2, 3, 4
  3734. ],
  3735. price: 50,
  3736. torso: 1,
  3737. undershirt: 1,
  3738. underColor: 0,
  3739. underColors: [
  3740. 0,
  3741. 1,
  3742. 3,
  3743. 4,
  3744. 5,
  3745. 6,
  3746. 7,
  3747. 8,
  3748. 11,
  3749. 12,
  3750. 14
  3751. ]
  3752. }, {
  3753. id: 78,
  3754. name: "78",
  3755. color: 0,
  3756. colors: [
  3757. 0,
  3758. 1,
  3759. 2,
  3760. 3,
  3761. 4,
  3762. 5,
  3763. 6,
  3764. 7,
  3765. 8,
  3766. 9,
  3767. 10,
  3768. 11,
  3769. 12,
  3770. 13,
  3771. 14,
  3772. 15
  3773. ],
  3774. price: 50,
  3775. torso: 4,
  3776. undershirt: 24,
  3777. underColor: 0,
  3778. underColors: [20]
  3779. }, {
  3780. id: 79,
  3781. name: "79",
  3782. color: 0,
  3783. colors: [0],
  3784. price: 50,
  3785. torso: 4,
  3786. undershirt: 24,
  3787. underColor: 0,
  3788. underColors: [20]
  3789. }, {
  3790. id: 80,
  3791. name: "80",
  3792. color: 0,
  3793. colors: [
  3794. 0, 1
  3795. ],
  3796. price: 50,
  3797. torso: 11,
  3798. undershirt: 24,
  3799. underColor: 0,
  3800. underColors: [20]
  3801. }, {
  3802. id: 81,
  3803. name: "81",
  3804. color: 0,
  3805. colors: [
  3806. 0, 1, 2
  3807. ],
  3808. price: 50,
  3809. torso: 11,
  3810. undershirt: 24,
  3811. underColor: 0,
  3812. underColors: [20]
  3813. }, {
  3814. id: 82,
  3815. name: "82",
  3816. color: 0,
  3817. colors: [
  3818. 0,
  3819. 1,
  3820. 2,
  3821. 3,
  3822. 4,
  3823. 5,
  3824. 6,
  3825. 7,
  3826. 8,
  3827. 9,
  3828. 10,
  3829. 11,
  3830. 12,
  3831. 13,
  3832. 14,
  3833. 15
  3834. ],
  3835. price: 50,
  3836. torso: 11,
  3837. undershirt: 24,
  3838. underColor: 0,
  3839. underColors: [20]
  3840. }, {
  3841. id: 83,
  3842. name: "83",
  3843. color: 0,
  3844. colors: [
  3845. 0, 1, 2, 3, 4
  3846. ],
  3847. price: 50,
  3848. torso: 11,
  3849. undershirt: 24,
  3850. underColor: 0,
  3851. underColors: [20]
  3852. }, {
  3853. id: 84,
  3854. name: "84",
  3855. color: 0,
  3856. colors: [
  3857. 0,
  3858. 1,
  3859. 2,
  3860. 3,
  3861. 4,
  3862. 5
  3863. ],
  3864. price: 50,
  3865. torso: 6,
  3866. undershirt: 24,
  3867. underColor: 0,
  3868. underColors: [20]
  3869. }, {
  3870. id: 85,
  3871. name: "85",
  3872. color: 0,
  3873. colors: [0],
  3874. price: 50,
  3875. torso: 6,
  3876. undershirt: 24,
  3877. underColor: 0,
  3878. underColors: [20]
  3879. }, {
  3880. id: 86,
  3881. name: "86",
  3882. color: 0,
  3883. colors: [
  3884. 0, 1, 2, 3, 4
  3885. ],
  3886. price: 50,
  3887. torso: 4,
  3888. undershirt: 24,
  3889. underColor: 0,
  3890. underColors: [20]
  3891. }, {
  3892. id: 87,
  3893. name: "87",
  3894. color: 0,
  3895. colors: [
  3896. 0,
  3897. 1,
  3898. 2,
  3899. 3,
  3900. 4,
  3901. 5,
  3902. 6,
  3903. 7,
  3904. 8,
  3905. 9,
  3906. 10,
  3907. 11
  3908. ],
  3909. price: 50,
  3910. torso: 4,
  3911. undershirt: 24,
  3912. underColor: 0,
  3913. underColors: [20]
  3914. }, {
  3915. id: 88,
  3916. name: "88",
  3917. color: 0,
  3918. colors: [
  3919. 0,
  3920. 1,
  3921. 2,
  3922. 3,
  3923. 4,
  3924. 5,
  3925. 6,
  3926. 7,
  3927. 8,
  3928. 9,
  3929. 10,
  3930. 11
  3931. ],
  3932. price: 50,
  3933. torso: 4,
  3934. undershirt: 0,
  3935. underColor: 0,
  3936. underColors: [
  3937. 0,
  3938. 1,
  3939. 2,
  3940. 3,
  3941. 4,
  3942. 5,
  3943. 7,
  3944. 8,
  3945. 11
  3946. ]
  3947. }, {
  3948. id: 89,
  3949. name: "89",
  3950. color: 0,
  3951. colors: [
  3952. 0, 1, 2, 3
  3953. ],
  3954. price: 50,
  3955. torso: 4,
  3956. undershirt: 24,
  3957. underColor: 0,
  3958. underColors: [20]
  3959. }, {
  3960. id: 90,
  3961. name: "90",
  3962. color: 0,
  3963. colors: [0],
  3964. price: 50,
  3965. torso: 4,
  3966. undershirt: 24,
  3967. underColor: 0,
  3968. underColors: [20]
  3969. }, {
  3970. id: 91,
  3971. name: "91",
  3972. color: 0,
  3973. colors: [0],
  3974. price: 50,
  3975. torso: 15,
  3976. undershirt: 15,
  3977. underColor: 0,
  3978. underColors: [0]
  3979. }, {
  3980. id: 92,
  3981. name: "92",
  3982. color: 0,
  3983. colors: [
  3984. 0,
  3985. 1,
  3986. 2,
  3987. 3,
  3988. 4,
  3989. 5,
  3990. 6
  3991. ],
  3992. price: 50,
  3993. torso: 6,
  3994. undershirt: 15,
  3995. underColor: 0,
  3996. underColors: [0]
  3997. }, {
  3998. id: 93,
  3999. name: "93",
  4000. color: 0,
  4001. colors: [
  4002. 0, 1, 2
  4003. ],
  4004. price: 50,
  4005. torso: 0,
  4006. undershirt: 15,
  4007. underColor: 0,
  4008. underColors: [20]
  4009. }, {
  4010. id: 94,
  4011. name: "94",
  4012. color: 0,
  4013. colors: [
  4014. 0, 1, 2
  4015. ],
  4016. price: 50,
  4017. torso: 0,
  4018. undershirt: 15,
  4019. underColor: 0,
  4020. underColors: [20]
  4021. }, {
  4022. id: 95,
  4023. name: "95",
  4024. color: 0,
  4025. colors: [
  4026. 0, 1, 2
  4027. ],
  4028. price: 50,
  4029. torso: 11,
  4030. undershirt: 15,
  4031. underColor: 0,
  4032. underColors: [20]
  4033. }, {
  4034. id: 96,
  4035. name: "96",
  4036. color: 0,
  4037. colors: [0],
  4038. price: 50,
  4039. torso: 1,
  4040. undershirt: 15,
  4041. underColor: 0,
  4042. underColors: [20]
  4043. }, {
  4044. id: 97,
  4045. name: "97",
  4046. color: 0,
  4047. colors: [
  4048. 0, 1
  4049. ],
  4050. price: 50,
  4051. torso: 0,
  4052. undershirt: 15,
  4053. underColor: 0,
  4054. underColors: [20]
  4055. }, {
  4056. id: 98,
  4057. name: "98",
  4058. color: 0,
  4059. colors: [
  4060. 0, 1
  4061. ],
  4062. price: 50,
  4063. torso: 6,
  4064. undershirt: 15,
  4065. underColor: 0,
  4066. underColors: [20]
  4067. }, {
  4068. id: 99,
  4069. name: "99",
  4070. color: 0,
  4071. colors: [
  4072. 0, 1, 2, 3, 4
  4073. ],
  4074. price: 50,
  4075. torso: 1,
  4076. undershirt: 31,
  4077. underColor: 0,
  4078. underColors: [
  4079. 0,
  4080. 1,
  4081. 2,
  4082. 3,
  4083. 4,
  4084. 5,
  4085. 6,
  4086. 7,
  4087. 8,
  4088. 9,
  4089. 10,
  4090. 11,
  4091. 12,
  4092. 13,
  4093. 14,
  4094. 15
  4095. ]
  4096. }, {
  4097. id: 100,
  4098. name: "100",
  4099. color: 0,
  4100. colors: [
  4101. 0, 1, 2, 3, 4
  4102. ],
  4103. price: 50,
  4104. torso: 6,
  4105. undershirt: 35,
  4106. underColor: 0,
  4107. underColors: [
  4108. 0,
  4109. 1,
  4110. 2,
  4111. 3,
  4112. 4,
  4113. 5,
  4114. 6
  4115. ]
  4116. }, {
  4117. id: 101,
  4118. name: "101",
  4119. color: 0,
  4120. colors: [
  4121. 0, 1, 2, 3
  4122. ],
  4123. price: 50,
  4124. torso: 4,
  4125. undershirt: 31,
  4126. underColor: 0,
  4127. underColors: [
  4128. 0,
  4129. 1,
  4130. 2,
  4131. 3,
  4132. 4,
  4133. 5,
  4134. 6
  4135. ]
  4136. }, {
  4137. id: 102,
  4138. name: "102",
  4139. color: 0,
  4140. colors: [
  4141. 0, 1, 2, 3
  4142. ],
  4143. price: 50,
  4144. torso: 4,
  4145. undershirt: 31,
  4146. underColor: 0,
  4147. underColors: [
  4148. 0,
  4149. 1,
  4150. 2,
  4151. 3,
  4152. 4,
  4153. 5,
  4154. 6
  4155. ]
  4156. }, {
  4157. id: 103,
  4158. name: "103",
  4159. color: 0,
  4160. colors: [0],
  4161. price: 50,
  4162. torso: 6,
  4163. undershirt: 34,
  4164. underColor: 0,
  4165. underColors: [
  4166. 0,
  4167. 1,
  4168. 2,
  4169. 3,
  4170. 4,
  4171. 5,
  4172. 6
  4173. ]
  4174. }, {
  4175. id: 104,
  4176. name: "104",
  4177. color: 0,
  4178. colors: [0],
  4179. price: 50,
  4180. torso: 6,
  4181. undershirt: 35,
  4182. underColor: 0,
  4183. underColors: [
  4184. 0,
  4185. 1,
  4186. 2,
  4187. 3,
  4188. 4,
  4189. 5,
  4190. 6
  4191. ]
  4192. }, {
  4193. id: 105,
  4194. name: "105",
  4195. color: 0,
  4196. colors: [0],
  4197. price: 50,
  4198. torso: 11,
  4199. undershirt: 15,
  4200. underColor: 0,
  4201. underColors: [20]
  4202. }, {
  4203. id: 106,
  4204. name: "106",
  4205. color: 0,
  4206. colors: [0],
  4207. price: 50,
  4208. torso: 4,
  4209. undershirt: 72,
  4210. underColor: 0,
  4211. underColors: [
  4212. 0,
  4213. 1,
  4214. 2,
  4215. 3,
  4216. 4,
  4217. 5
  4218. ]
  4219. }, {
  4220. id: 107,
  4221. name: "107",
  4222. color: 0,
  4223. colors: [
  4224. 0, 1, 2, 3, 4
  4225. ],
  4226. price: 50,
  4227. torso: 4,
  4228. undershirt: 15,
  4229. underColor: 0,
  4230. underColors: [20]
  4231. }, {
  4232. id: 108,
  4233. name: "108",
  4234. color: 0,
  4235. colors: [
  4236. 0,
  4237. 1,
  4238. 2,
  4239. 3,
  4240. 4,
  4241. 5,
  4242. 6,
  4243. 7,
  4244. 8,
  4245. 9,
  4246. 10
  4247. ],
  4248. price: 50,
  4249. torso: 14,
  4250. undershirt: 66,
  4251. underColor: 0,
  4252. underColors: [20]
  4253. }, {
  4254. id: 109,
  4255. name: "109",
  4256. color: 0,
  4257. colors: [0],
  4258. price: 50,
  4259. torso: 5,
  4260. undershirt: 59,
  4261. underColor: 0,
  4262. underColors: [20]
  4263. }, {
  4264. id: 110,
  4265. name: "110",
  4266. color: 0,
  4267. colors: [0],
  4268. price: 50,
  4269. torso: 12,
  4270. undershirt: 15,
  4271. underColor: 0,
  4272. underColors: [20]
  4273. }, {
  4274. id: 111,
  4275. name: "111",
  4276. color: 0,
  4277. colors: [
  4278. 0,
  4279. 1,
  4280. 2,
  4281. 3,
  4282. 4,
  4283. 5
  4284. ],
  4285. price: 50,
  4286. torso: 4,
  4287. undershirt: 15,
  4288. underColor: 0,
  4289. underColors: [20]
  4290. }, {
  4291. id: 112,
  4292. name: "112",
  4293. color: 0,
  4294. colors: [0],
  4295. price: 50,
  4296. torso: 11,
  4297. undershirt: 35,
  4298. underColor: 0,
  4299. underColors: [
  4300. 0,
  4301. 1,
  4302. 2,
  4303. 3,
  4304. 4,
  4305. 5,
  4306. 6
  4307. ]
  4308. }, {
  4309. id: 113,
  4310. name: "113",
  4311. color: 0,
  4312. colors: [
  4313. 0, 1, 2, 3
  4314. ],
  4315. price: 50,
  4316. torso: 6,
  4317. undershirt: 15,
  4318. underColor: 0,
  4319. underColors: [20]
  4320. }, {
  4321. id: 114,
  4322. name: "114",
  4323. color: 0,
  4324. colors: [
  4325. 0,
  4326. 1,
  4327. 2,
  4328. 3,
  4329. 4,
  4330. 5,
  4331. 6,
  4332. 7
  4333. ],
  4334. price: 50,
  4335. torso: 14,
  4336. undershirt: 15,
  4337. underColor: 0,
  4338. underColors: [20]
  4339. }, {
  4340. id: 115,
  4341. name: "115",
  4342. color: 0,
  4343. colors: [0],
  4344. price: 50,
  4345. torso: 6,
  4346. undershirt: 3,
  4347. underColor: 0,
  4348. underColors: [0, 1, 2]
  4349. }, {
  4350. id: 116,
  4351. name: "116",
  4352. color: 0,
  4353. colors: [
  4354. 0, 1, 2
  4355. ],
  4356. price: 50,
  4357. torso: 14,
  4358. undershirt: 15,
  4359. underColor: 0,
  4360. underColors: [0]
  4361. }, {
  4362. id: 117,
  4363. name: "117",
  4364. color: 0,
  4365. colors: [
  4366. 0,
  4367. 1,
  4368. 2,
  4369. 3,
  4370. 4,
  4371. 5,
  4372. 6,
  4373. 7,
  4374. 8,
  4375. 9,
  4376. 10,
  4377. 11,
  4378. 12,
  4379. 13,
  4380. 14,
  4381. 15
  4382. ],
  4383. price: 50,
  4384. torso: 6,
  4385. undershirt: 15,
  4386. underColor: 0,
  4387. underColors: [20]
  4388. }, {
  4389. id: 118,
  4390. name: "118",
  4391. color: 0,
  4392. colors: [
  4393. 0,
  4394. 1,
  4395. 2,
  4396. 3,
  4397. 4,
  4398. 5,
  4399. 6,
  4400. 7,
  4401. 8,
  4402. 9
  4403. ],
  4404. price: 50,
  4405. torso: 6,
  4406. undershirt: 38,
  4407. underColor: 0,
  4408. underColors: [0, 1]
  4409. }, {
  4410. id: 119,
  4411. name: "119",
  4412. color: 0,
  4413. colors: [
  4414. 0,
  4415. 1,
  4416. 2,
  4417. 3,
  4418. 4,
  4419. 5,
  4420. 6,
  4421. 7,
  4422. 8,
  4423. 9,
  4424. 10,
  4425. 11
  4426. ],
  4427. price: 50,
  4428. torso: 6,
  4429. undershirt: 30,
  4430. underColor: 0,
  4431. underColors: [
  4432. 0,
  4433. 1,
  4434. 2,
  4435. 3,
  4436. 4,
  4437. 5,
  4438. 6,
  4439. 7,
  4440. 8,
  4441. 9,
  4442. 10,
  4443. 11,
  4444. 12,
  4445. 13,
  4446. 14,
  4447. 15
  4448. ]
  4449. }, {
  4450. id: 120,
  4451. name: "120",
  4452. color: 0,
  4453. colors: [
  4454. 0,
  4455. 1,
  4456. 2,
  4457. 3,
  4458. 4,
  4459. 5,
  4460. 6,
  4461. 7,
  4462. 8,
  4463. 9,
  4464. 10
  4465. ],
  4466. price: 50,
  4467. torso: 12,
  4468. undershirt: 73,
  4469. underColor: 0,
  4470. underColors: [0, 1, 2]
  4471. }, {
  4472. id: 121,
  4473. name: "121",
  4474. color: 0,
  4475. colors: [
  4476. 0,
  4477. 1,
  4478. 2,
  4479. 3,
  4480. 4,
  4481. 5,
  4482. 6,
  4483. 7,
  4484. 8,
  4485. 9,
  4486. 10,
  4487. 11
  4488. ],
  4489. price: 50,
  4490. torso: 0,
  4491. undershirt: 15,
  4492. underColor: 0,
  4493. underColors: [0]
  4494. }, {
  4495. id: 122,
  4496. name: "122",
  4497. color: 0,
  4498. colors: [
  4499. 0,
  4500. 1,
  4501. 2,
  4502. 3,
  4503. 4,
  4504. 5,
  4505. 6,
  4506. 7,
  4507. 8,
  4508. 9,
  4509. 10,
  4510. 11,
  4511. 12,
  4512. 13
  4513. ],
  4514. price: 50,
  4515. torso: 6,
  4516. undershirt: 1,
  4517. underColor: 0,
  4518. underColors: [
  4519. 0,
  4520. 1,
  4521. 3,
  4522. 4,
  4523. 5,
  4524. 6,
  4525. 7,
  4526. 8,
  4527. 11,
  4528. 12,
  4529. 14
  4530. ]
  4531. }, {
  4532. id: 123,
  4533. name: "123",
  4534. color: 0,
  4535. colors: [
  4536. 0, 1, 2
  4537. ],
  4538. price: 50,
  4539. torso: 11,
  4540. undershirt: 1,
  4541. underColor: 0,
  4542. underColors: [20]
  4543. }, {
  4544. id: 124,
  4545. name: "124",
  4546. color: 0,
  4547. colors: [0],
  4548. price: 50,
  4549. torso: 6,
  4550. undershirt: 1,
  4551. underColor: 0,
  4552. underColors: [
  4553. 0,
  4554. 1,
  4555. 3,
  4556. 4,
  4557. 5,
  4558. 6,
  4559. 7,
  4560. 8,
  4561. 11,
  4562. 12,
  4563. 14
  4564. ]
  4565. }, {
  4566. id: 125,
  4567. name: "125",
  4568. color: 0,
  4569. colors: [0],
  4570. price: 50,
  4571. torso: 4,
  4572. undershirt: 15,
  4573. underColor: 0,
  4574. underColors: [20]
  4575. }, {
  4576. id: 126,
  4577. name: "126",
  4578. color: 0,
  4579. colors: [
  4580. 0,
  4581. 1,
  4582. 2,
  4583. 3,
  4584. 4,
  4585. 5,
  4586. 6,
  4587. 7,
  4588. 8,
  4589. 9,
  4590. 10,
  4591. 11,
  4592. 12,
  4593. 13,
  4594. 14
  4595. ],
  4596. price: 50,
  4597. torso: 4,
  4598. undershirt: 15,
  4599. underColor: 0,
  4600. underColors: [20]
  4601. }, {
  4602. id: 127,
  4603. name: "127",
  4604. color: 0,
  4605. colors: [
  4606. 0,
  4607. 1,
  4608. 2,
  4609. 3,
  4610. 4,
  4611. 5,
  4612. 6,
  4613. 7,
  4614. 8,
  4615. 9,
  4616. 10,
  4617. 11,
  4618. 12,
  4619. 13,
  4620. 14
  4621. ],
  4622. price: 50,
  4623. torso: 4,
  4624. undershirt: 0,
  4625. underColor: 0,
  4626. underColors: [
  4627. 0,
  4628. 1,
  4629. 2,
  4630. 3,
  4631. 4,
  4632. 5,
  4633. 7,
  4634. 8,
  4635. 11
  4636. ]
  4637. }, {
  4638. id: 128,
  4639. name: "128",
  4640. color: 0,
  4641. colors: [
  4642. 0,
  4643. 1,
  4644. 2,
  4645. 3,
  4646. 4,
  4647. 5,
  4648. 6,
  4649. 7,
  4650. 8,
  4651. 9
  4652. ],
  4653. price: 50,
  4654. torso: 0,
  4655. undershirt: 15,
  4656. underColor: 0,
  4657. underColors: [20]
  4658. }, {
  4659. id: 129,
  4660. name: "129",
  4661. color: 0,
  4662. colors: [0],
  4663. price: 50,
  4664. torso: 0,
  4665. undershirt: 15,
  4666. underColor: 0,
  4667. underColors: [20]
  4668. }, {
  4669. id: 130,
  4670. name: "130",
  4671. color: 0,
  4672. colors: [0],
  4673. price: 50,
  4674. torso: 6,
  4675. undershirt: 1,
  4676. underColor: 0,
  4677. underColors: [
  4678. 0,
  4679. 1,
  4680. 3,
  4681. 4,
  4682. 5,
  4683. 6,
  4684. 7,
  4685. 8,
  4686. 11,
  4687. 12,
  4688. 14
  4689. ]
  4690. }, {
  4691. id: 131,
  4692. name: "131",
  4693. color: 0,
  4694. colors: [0],
  4695. price: 50,
  4696. torso: 0,
  4697. undershirt: 1,
  4698. underColor: 0,
  4699. underColors: [20]
  4700. }, {
  4701. id: 132,
  4702. name: "132",
  4703. color: 0,
  4704. colors: [0],
  4705. price: 50,
  4706. torso: 0,
  4707. undershirt: 1,
  4708. underColor: 0,
  4709. underColors: [20]
  4710. }, {
  4711. id: 133,
  4712. name: "133",
  4713. color: 0,
  4714. colors: [0],
  4715. price: 50,
  4716. torso: 11,
  4717. undershirt: 15,
  4718. underColor: 0,
  4719. underColors: [20]
  4720. }, {
  4721. id: 134,
  4722. name: "134",
  4723. color: 0,
  4724. colors: [
  4725. 0, 1, 2
  4726. ],
  4727. price: 50,
  4728. torso: 4,
  4729. undershirt: 15,
  4730. underColor: 0,
  4731. underColors: [20]
  4732. }, {
  4733. id: 135,
  4734. name: "135",
  4735. color: 0,
  4736. colors: [
  4737. 0,
  4738. 1,
  4739. 2,
  4740. 3,
  4741. 4,
  4742. 5,
  4743. 6
  4744. ],
  4745. price: 50,
  4746. torso: 11,
  4747. undershirt: 15,
  4748. underColor: 0,
  4749. underColors: [20]
  4750. }, {
  4751. id: 136,
  4752. name: "136",
  4753. color: 0,
  4754. colors: [
  4755. 0,
  4756. 1,
  4757. 2,
  4758. 3,
  4759. 4,
  4760. 5,
  4761. 6
  4762. ],
  4763. price: 50,
  4764. torso: 6,
  4765. undershirt: 1,
  4766. underColor: 0,
  4767. underColors: [
  4768. 0,
  4769. 1,
  4770. 3,
  4771. 4,
  4772. 5,
  4773. 6,
  4774. 7,
  4775. 8,
  4776. 11,
  4777. 12,
  4778. 14
  4779. ]
  4780. }, {
  4781. id: 137,
  4782. name: "137",
  4783. color: 0,
  4784. colors: [
  4785. 0, 1, 2
  4786. ],
  4787. price: 50,
  4788. torso: 5,
  4789. undershirt: 1,
  4790. underColor: 0,
  4791. underColors: [20]
  4792. }, {
  4793. id: 138,
  4794. name: "138",
  4795. color: 0,
  4796. colors: [
  4797. 0, 1, 2
  4798. ],
  4799. price: 50,
  4800. torso: 4,
  4801. undershirt: 15,
  4802. underColor: 0,
  4803. underColors: [20]
  4804. }, {
  4805. id: 139,
  4806. name: "139",
  4807. color: 0,
  4808. colors: [
  4809. 0, 1, 2
  4810. ],
  4811. price: 50,
  4812. torso: 4,
  4813. undershirt: 15,
  4814. underColor: 0,
  4815. underColors: [20]
  4816. }, {
  4817. id: 140,
  4818. name: "140",
  4819. color: 0,
  4820. colors: [
  4821. 0,
  4822. 1,
  4823. 2,
  4824. 3,
  4825. 4,
  4826. 5,
  4827. 6,
  4828. 7,
  4829. 8,
  4830. 9,
  4831. 10,
  4832. 11,
  4833. 12,
  4834. 13,
  4835. 14
  4836. ],
  4837. price: 50,
  4838. torso: 0,
  4839. undershirt: 35,
  4840. underColor: 0,
  4841. underColors: [
  4842. 0,
  4843. 1,
  4844. 2,
  4845. 3,
  4846. 4,
  4847. 5,
  4848. 6,
  4849. 7,
  4850. 8,
  4851. 9,
  4852. 10,
  4853. 11,
  4854. 12,
  4855. 13,
  4856. 14,
  4857. 15,
  4858. 16,
  4859. 17,
  4860. 18,
  4861. 19,
  4862. 20
  4863. ]
  4864. }, {
  4865. id: 141,
  4866. name: "141",
  4867. color: 0,
  4868. colors: [
  4869. 0,
  4870. 1,
  4871. 2,
  4872. 3,
  4873. 4,
  4874. 5,
  4875. 6,
  4876. 7,
  4877. 8,
  4878. 9,
  4879. 10
  4880. ],
  4881. price: 50,
  4882. torso: 6,
  4883. undershirt: 15,
  4884. underColor: 0,
  4885. underColors: [20]
  4886. }, {
  4887. id: 142,
  4888. name: "142",
  4889. color: 0,
  4890. colors: [
  4891. 0, 1, 2
  4892. ],
  4893. price: 50,
  4894. torso: 4,
  4895. undershirt: 31,
  4896. underColor: 0,
  4897. underColors: [
  4898. 0,
  4899. 1,
  4900. 2,
  4901. 3,
  4902. 4,
  4903. 5,
  4904. 6,
  4905. 7,
  4906. 8,
  4907. 9,
  4908. 10,
  4909. 11,
  4910. 12,
  4911. 13,
  4912. 14,
  4913. 15
  4914. ]
  4915. }, {
  4916. id: 143,
  4917. name: "143",
  4918. color: 0,
  4919. colors: [
  4920. 0,
  4921. 1,
  4922. 2,
  4923. 3,
  4924. 4,
  4925. 5,
  4926. 6,
  4927. 7,
  4928. 8,
  4929. 9
  4930. ],
  4931. price: 50,
  4932. torso: 6,
  4933. undershirt: 15,
  4934. underColor: 0,
  4935. underColors: [20]
  4936. }, {
  4937. id: 144,
  4938. name: "144",
  4939. color: 0,
  4940. colors: [
  4941. 0,
  4942. 1,
  4943. 2,
  4944. 3,
  4945. 4,
  4946. 5,
  4947. 6,
  4948. 7,
  4949. 8,
  4950. 9,
  4951. 10,
  4952. 11,
  4953. 12,
  4954. 13
  4955. ],
  4956. price: 50,
  4957. torso: 6,
  4958. undershirt: 15,
  4959. underColor: 0,
  4960. underColors: [20]
  4961. }, {
  4962. id: 145,
  4963. name: "145",
  4964. color: 0,
  4965. colors: [
  4966. 0,
  4967. 1,
  4968. 2,
  4969. 3,
  4970. 4,
  4971. 5,
  4972. 6,
  4973. 7,
  4974. 8,
  4975. 9,
  4976. 10,
  4977. 11,
  4978. 12,
  4979. 13
  4980. ],
  4981. price: 50,
  4982. torso: 14,
  4983. undershirt: 15,
  4984. underColor: 0,
  4985. underColors: [0]
  4986. }, {
  4987. id: 146,
  4988. name: "146",
  4989. color: 0,
  4990. colors: [
  4991. 0,
  4992. 1,
  4993. 2,
  4994. 3,
  4995. 4,
  4996. 5,
  4997. 6,
  4998. 7,
  4999. 8
  5000. ],
  5001. price: 50,
  5002. torso: 0,
  5003. undershirt: 15,
  5004. underColor: 0,
  5005. underColors: [20]
  5006. }, {
  5007. id: 147,
  5008. name: "147",
  5009. color: 0,
  5010. colors: [
  5011. 0,
  5012. 1,
  5013. 2,
  5014. 3,
  5015. 4,
  5016. 5,
  5017. 6,
  5018. 7,
  5019. 8,
  5020. 9
  5021. ],
  5022. price: 50,
  5023. torso: 4,
  5024. undershirt: 15,
  5025. underColor: 0,
  5026. underColors: [20]
  5027. }, {
  5028. id: 148,
  5029. name: "148",
  5030. color: 0,
  5031. colors: [
  5032. 0,
  5033. 1,
  5034. 2,
  5035. 3,
  5036. 4,
  5037. 5,
  5038. 6,
  5039. 7,
  5040. 8,
  5041. 9,
  5042. 10,
  5043. 11
  5044. ],
  5045. price: 50,
  5046. torso: 4,
  5047. undershirt: 15,
  5048. underColor: 0,
  5049. underColors: [20]
  5050. }, {
  5051. id: 149,
  5052. name: "149",
  5053. color: 0,
  5054. colors: [
  5055. 0,
  5056. 1,
  5057. 2,
  5058. 3,
  5059. 4,
  5060. 5,
  5061. 6,
  5062. 7,
  5063. 8,
  5064. 9
  5065. ],
  5066. price: 50,
  5067. torso: 14,
  5068. undershirt: 1,
  5069. underColor: 0,
  5070. underColors: [20]
  5071. }, {
  5072. id: 150,
  5073. name: "150",
  5074. color: 0,
  5075. colors: [
  5076. 0,
  5077. 1,
  5078. 2,
  5079. 3,
  5080. 4,
  5081. 5,
  5082. 6,
  5083. 7,
  5084. 8,
  5085. 9,
  5086. 10,
  5087. 11
  5088. ],
  5089. price: 50,
  5090. torso: 4,
  5091. undershirt: 15,
  5092. underColor: 0,
  5093. underColors: [20]
  5094. }, {
  5095. id: 151,
  5096. name: "151",
  5097. color: 0,
  5098. colors: [
  5099. 0,
  5100. 1,
  5101. 2,
  5102. 3,
  5103. 4,
  5104. 5
  5105. ],
  5106. price: 50,
  5107. torso: 6,
  5108. undershirt: 1,
  5109. underColor: 0,
  5110. underColors: [
  5111. 0,
  5112. 1,
  5113. 3,
  5114. 4,
  5115. 5,
  5116. 6,
  5117. 7,
  5118. 8,
  5119. 11,
  5120. 12,
  5121. 14
  5122. ]
  5123. }, {
  5124. id: 152,
  5125. name: "152",
  5126. color: 0,
  5127. colors: [
  5128. 0,
  5129. 1,
  5130. 2,
  5131. 3,
  5132. 4,
  5133. 5,
  5134. 6,
  5135. 7,
  5136. 8,
  5137. 9,
  5138. 10,
  5139. 11,
  5140. 12,
  5141. 13,
  5142. 14,
  5143. 15
  5144. ],
  5145. price: 50,
  5146. torso: 4,
  5147. undershirt: 15,
  5148. underColor: 0,
  5149. underColors: [20]
  5150. }, {
  5151. id: 153,
  5152. name: "153",
  5153. color: 0,
  5154. colors: [
  5155. 0,
  5156. 1,
  5157. 2,
  5158. 3,
  5159. 4,
  5160. 5,
  5161. 6,
  5162. 7,
  5163. 8,
  5164. 9,
  5165. 10,
  5166. 11,
  5167. 12,
  5168. 13,
  5169. 14,
  5170. 15,
  5171. 16,
  5172. 17,
  5173. 18,
  5174. 19,
  5175. 20
  5176. ],
  5177. price: 50,
  5178. torso: 4,
  5179. undershirt: 15,
  5180. underColor: 0,
  5181. underColors: [20]
  5182. }, {
  5183. id: 154,
  5184. name: "154",
  5185. color: 0,
  5186. colors: [
  5187. 0,
  5188. 1,
  5189. 2,
  5190. 3,
  5191. 4,
  5192. 5,
  5193. 6,
  5194. 7
  5195. ],
  5196. price: 50,
  5197. torso: 6,
  5198. undershirt: 15,
  5199. underColor: 0,
  5200. underColors: [20]
  5201. }, {
  5202. id: 155,
  5203. name: "155",
  5204. color: 0,
  5205. colors: [
  5206. 0, 1, 2, 3
  5207. ],
  5208. price: 50,
  5209. torso: 14,
  5210. undershirt: 15,
  5211. underColor: 0,
  5212. underColors: [20]
  5213. }, {
  5214. id: 156,
  5215. name: "156",
  5216. color: 0,
  5217. colors: [
  5218. 0,
  5219. 1,
  5220. 2,
  5221. 3,
  5222. 4,
  5223. 5
  5224. ],
  5225. price: 50,
  5226. torso: 6,
  5227. undershirt: 5,
  5228. underColor: 0,
  5229. underColors: [0, 1, 2, 7]
  5230. }, {
  5231. id: 157,
  5232. name: "157",
  5233. color: 0,
  5234. colors: [
  5235. 0, 1, 2, 3
  5236. ],
  5237. price: 50,
  5238. torso: 15,
  5239. undershirt: 0,
  5240. underColor: 0,
  5241. underColors: [
  5242. 0,
  5243. 1,
  5244. 2,
  5245. 3,
  5246. 4,
  5247. 5,
  5248. 7,
  5249. 8,
  5250. 11
  5251. ]
  5252. }, {
  5253. id: 158,
  5254. name: "158",
  5255. color: 0,
  5256. colors: [
  5257. 0, 1, 2
  5258. ],
  5259. price: 50,
  5260. torso: 0,
  5261. undershirt: 99,
  5262. underColor: 0,
  5263. underColors: [
  5264. 0,
  5265. 1,
  5266. 2,
  5267. 3,
  5268. 4,
  5269. 5,
  5270. 6,
  5271. 7,
  5272. 8,
  5273. 9,
  5274. 10,
  5275. 11,
  5276. 12,
  5277. 13,
  5278. 14,
  5279. 15,
  5280. 16,
  5281. 17,
  5282. 18,
  5283. 19,
  5284. 20
  5285. ]
  5286. }, {
  5287. id: 159,
  5288. name: "159",
  5289. color: 0,
  5290. colors: [
  5291. 0, 1
  5292. ],
  5293. price: 50,
  5294. torso: 0,
  5295. undershirt: 100,
  5296. underColor: 0,
  5297. underColors: [
  5298. 0,
  5299. 1,
  5300. 2,
  5301. 3,
  5302. 4,
  5303. 5,
  5304. 6,
  5305. 7,
  5306. 8,
  5307. 9,
  5308. 10,
  5309. 11,
  5310. 12,
  5311. 13,
  5312. 14,
  5313. 15,
  5314. 16,
  5315. 17,
  5316. 18,
  5317. 19,
  5318. 20
  5319. ]
  5320. }, {
  5321. id: 160,
  5322. name: "160",
  5323. color: 0,
  5324. colors: [
  5325. 0, 1
  5326. ],
  5327. price: 50,
  5328. torso: 2,
  5329. undershirt: 1,
  5330. underColor: 0,
  5331. underColors: [
  5332. 0,
  5333. 1,
  5334. 3,
  5335. 4,
  5336. 5,
  5337. 6,
  5338. 7,
  5339. 8,
  5340. 11,
  5341. 12,
  5342. 14
  5343. ]
  5344. }, {
  5345. id: 161,
  5346. name: "161",
  5347. color: 0,
  5348. colors: [
  5349. 0, 1, 2, 3
  5350. ],
  5351. price: 50,
  5352. torso: 0,
  5353. undershirt: 2,
  5354. underColor: 0,
  5355. underColors: [
  5356. 0,
  5357. 1,
  5358. 2,
  5359. 3,
  5360. 4,
  5361. 5,
  5362. 7,
  5363. 8,
  5364. 11
  5365. ]
  5366. }, {
  5367. id: 162,
  5368. name: "162",
  5369. color: 0,
  5370. colors: [
  5371. 0, 1, 2, 3
  5372. ],
  5373. price: 50,
  5374. torso: 5,
  5375. undershirt: 15,
  5376. underColor: 0,
  5377. underColors: [
  5378. 0,
  5379. 1,
  5380. 2,
  5381. 3,
  5382. 4,
  5383. 5,
  5384. 7,
  5385. 8,
  5386. 11
  5387. ]
  5388. }, {
  5389. id: 163,
  5390. name: "163",
  5391. color: 0,
  5392. colors: [0],
  5393. price: 50,
  5394. torso: 6,
  5395. undershirt: 1,
  5396. underColor: 0,
  5397. underColors: [
  5398. 0,
  5399. 1,
  5400. 3,
  5401. 4,
  5402. 5,
  5403. 6,
  5404. 7,
  5405. 8,
  5406. 11,
  5407. 12,
  5408. 14
  5409. ]
  5410. }, {
  5411. id: 164,
  5412. name: "164",
  5413. color: 0,
  5414. colors: [
  5415. 0, 1, 2
  5416. ],
  5417. price: 50,
  5418. torso: 0,
  5419. undershirt: 15,
  5420. underColor: 0,
  5421. underColors: [20]
  5422. }, {
  5423. id: 165,
  5424. name: "165",
  5425. color: 0,
  5426. colors: [
  5427. 0,
  5428. 1,
  5429. 2,
  5430. 3,
  5431. 4,
  5432. 5,
  5433. 6
  5434. ],
  5435. price: 50,
  5436. torso: 4,
  5437. undershirt: 15,
  5438. underColor: 0,
  5439. underColors: [20]
  5440. }, {
  5441. id: 166,
  5442. name: "166",
  5443. color: 0,
  5444. colors: [
  5445. 0,
  5446. 1,
  5447. 2,
  5448. 3,
  5449. 4,
  5450. 5
  5451. ],
  5452. price: 50,
  5453. torso: 6,
  5454. undershirt: 1,
  5455. underColor: 0,
  5456. underColors: [
  5457. 0,
  5458. 1,
  5459. 3,
  5460. 4,
  5461. 5,
  5462. 6,
  5463. 7,
  5464. 8,
  5465. 11,
  5466. 12,
  5467. 14
  5468. ]
  5469. }, {
  5470. id: 167,
  5471. name: "167",
  5472. color: 0,
  5473. colors: [
  5474. 0,
  5475. 1,
  5476. 2,
  5477. 3,
  5478. 4,
  5479. 5,
  5480. 6,
  5481. 7,
  5482. 8,
  5483. 9,
  5484. 10,
  5485. 11,
  5486. 12,
  5487. 13,
  5488. 14,
  5489. 15
  5490. ],
  5491. price: 50,
  5492. torso: 6,
  5493. undershirt: 1,
  5494. underColor: 0,
  5495. underColors: [
  5496. 0,
  5497. 1,
  5498. 3,
  5499. 4,
  5500. 5,
  5501. 6,
  5502. 7,
  5503. 8,
  5504. 11,
  5505. 12,
  5506. 14
  5507. ]
  5508. }, {
  5509. id: 168,
  5510. name: "168",
  5511. color: 0,
  5512. colors: [
  5513. 0, 1, 2
  5514. ],
  5515. price: 50,
  5516. torso: 6,
  5517. undershirt: 15,
  5518. underColor: 0,
  5519. underColors: [20]
  5520. }, {
  5521. id: 169,
  5522. name: "169",
  5523. color: 0,
  5524. colors: [
  5525. 0, 1, 2, 3
  5526. ],
  5527. price: 50,
  5528. torso: 6,
  5529. undershirt: 1,
  5530. underColor: 0,
  5531. underColors: [
  5532. 0,
  5533. 1,
  5534. 3,
  5535. 4,
  5536. 5,
  5537. 6,
  5538. 7,
  5539. 8,
  5540. 11,
  5541. 12,
  5542. 14
  5543. ]
  5544. }, {
  5545. id: 170,
  5546. name: "170",
  5547. color: 0,
  5548. colors: [
  5549. 0, 1, 2, 3
  5550. ],
  5551. price: 50,
  5552. torso: 2,
  5553. undershirt: 1,
  5554. underColor: 0,
  5555. underColors: [
  5556. 0,
  5557. 1,
  5558. 3,
  5559. 4,
  5560. 5,
  5561. 6,
  5562. 7,
  5563. 8,
  5564. 11,
  5565. 12,
  5566. 14
  5567. ]
  5568. }, {
  5569. id: 171,
  5570. name: "171",
  5571. color: 0,
  5572. colors: [
  5573. 0, 1
  5574. ],
  5575. price: 50,
  5576. torso: 4,
  5577. undershirt: 15,
  5578. underColor: 0,
  5579. underColors: [20]
  5580. }, {
  5581. id: 172,
  5582. name: "172",
  5583. color: 0,
  5584. colors: [
  5585. 0, 1, 2, 3
  5586. ],
  5587. price: 50,
  5588. torso: 6,
  5589. undershirt: 1,
  5590. underColor: 0,
  5591. underColors: [
  5592. 0,
  5593. 1,
  5594. 3,
  5595. 4,
  5596. 5,
  5597. 6,
  5598. 7,
  5599. 8,
  5600. 11,
  5601. 12,
  5602. 14
  5603. ]
  5604. }, {
  5605. id: 173,
  5606. name: "173",
  5607. color: 0,
  5608. colors: [
  5609. 0, 1, 2, 3
  5610. ],
  5611. price: 50,
  5612. torso: 2,
  5613. undershirt: 1,
  5614. underColor: 0,
  5615. underColors: [
  5616. 0,
  5617. 1,
  5618. 3,
  5619. 4,
  5620. 5,
  5621. 6,
  5622. 7,
  5623. 8,
  5624. 11,
  5625. 12,
  5626. 14
  5627. ]
  5628. }, {
  5629. id: 174,
  5630. name: "174",
  5631. color: 0,
  5632. colors: [
  5633. 0, 1, 2, 3
  5634. ],
  5635. price: 50,
  5636. torso: 0,
  5637. undershirt: 2,
  5638. underColor: 0,
  5639. underColors: [
  5640. 0,
  5641. 1,
  5642. 2,
  5643. 3,
  5644. 4,
  5645. 5,
  5646. 7,
  5647. 11
  5648. ]
  5649. }, {
  5650. id: 175,
  5651. name: "175",
  5652. color: 0,
  5653. colors: [
  5654. 0, 1, 2, 3
  5655. ],
  5656. price: 50,
  5657. torso: 5,
  5658. undershirt: 2,
  5659. underColor: 0,
  5660. underColors: [
  5661. 0,
  5662. 1,
  5663. 2,
  5664. 3,
  5665. 4,
  5666. 5,
  5667. 7,
  5668. 11
  5669. ]
  5670. }, {
  5671. id: 176,
  5672. name: "176",
  5673. color: 0,
  5674. colors: [0],
  5675. price: 50,
  5676. torso: 5,
  5677. undershirt: 89,
  5678. underColor: 0,
  5679. underColors: [0]
  5680. }, {
  5681. id: 177,
  5682. name: "177",
  5683. color: 0,
  5684. colors: [
  5685. 0,
  5686. 1,
  5687. 2,
  5688. 3,
  5689. 4,
  5690. 5,
  5691. 6
  5692. ],
  5693. price: 50,
  5694. torso: 5,
  5695. undershirt: 2,
  5696. underColor: 0,
  5697. underColors: [
  5698. 0,
  5699. 1,
  5700. 2,
  5701. 3,
  5702. 4,
  5703. 5,
  5704. 7,
  5705. 11
  5706. ]
  5707. }, {
  5708. id: 178,
  5709. name: "178",
  5710. color: 0,
  5711. colors: [
  5712. 0,
  5713. 1,
  5714. 2,
  5715. 3,
  5716. 4,
  5717. 5,
  5718. 6,
  5719. 7,
  5720. 8,
  5721. 9,
  5722. 10
  5723. ],
  5724. price: 50,
  5725. torso: 4,
  5726. undershirt: 15,
  5727. underColor: 0,
  5728. underColors: [20]
  5729. }, {
  5730. id: 179,
  5731. name: "179",
  5732. color: 0,
  5733. colors: [
  5734. 0, 1, 2, 3
  5735. ],
  5736. price: 50,
  5737. torso: 2,
  5738. undershirt: 1,
  5739. underColor: 0,
  5740. underColors: [
  5741. 0,
  5742. 1,
  5743. 3,
  5744. 4,
  5745. 5,
  5746. 6,
  5747. 7,
  5748. 8,
  5749. 11,
  5750. 12,
  5751. 14
  5752. ]
  5753. }, {
  5754. id: 180,
  5755. name: "180",
  5756. color: 0,
  5757. colors: [
  5758. 0, 1, 2
  5759. ],
  5760. price: 50,
  5761. torso: 0,
  5762. undershirt: 133,
  5763. underColor: 0,
  5764. underColors: [
  5765. 0,
  5766. 1,
  5767. 2,
  5768. 3,
  5769. 4,
  5770. 5,
  5771. 6,
  5772. 7,
  5773. 8,
  5774. 9,
  5775. 10,
  5776. 11,
  5777. 12,
  5778. 13,
  5779. 14,
  5780. 15,
  5781. 16,
  5782. 17,
  5783. 18,
  5784. 19,
  5785. 20
  5786. ]
  5787. }, {
  5788. id: 181,
  5789. name: "181",
  5790. color: 0,
  5791. colors: [
  5792. 0,
  5793. 1,
  5794. 2,
  5795. 3,
  5796. 4,
  5797. 5
  5798. ],
  5799. price: 50,
  5800. torso: 4,
  5801. undershirt: 75,
  5802. underColor: 0,
  5803. underColors: [
  5804. 0,
  5805. 1,
  5806. 2,
  5807. 3,
  5808. 4,
  5809. 5,
  5810. 6,
  5811. 7
  5812. ]
  5813. }, {
  5814. id: 182,
  5815. name: "182",
  5816. color: 0,
  5817. colors: [
  5818. 0,
  5819. 1,
  5820. 2,
  5821. 3,
  5822. 4,
  5823. 5,
  5824. 6,
  5825. 7,
  5826. 8,
  5827. 9,
  5828. 10,
  5829. 11,
  5830. 12,
  5831. 13,
  5832. 14,
  5833. 15,
  5834. 16,
  5835. 17,
  5836. 18,
  5837. 19,
  5838. 20
  5839. ],
  5840. price: 50,
  5841. torso: 4,
  5842. undershirt: 89,
  5843. underColor: 0,
  5844. underColors: [20]
  5845. }, {
  5846. id: 183,
  5847. name: "183",
  5848. color: 0,
  5849. colors: [
  5850. 0,
  5851. 1,
  5852. 2,
  5853. 3,
  5854. 4,
  5855. 5
  5856. ],
  5857. price: 50,
  5858. torso: 4,
  5859. undershirt: 91,
  5860. underColor: 0,
  5861. underColors: [0, 1, 2, 3]
  5862. }, {
  5863. id: 184,
  5864. name: "184",
  5865. color: 0,
  5866. colors: [
  5867. 0, 1, 2, 3
  5868. ],
  5869. price: 50,
  5870. torso: 4,
  5871. undershirt: 15,
  5872. underColor: 0,
  5873. underColors: [20]
  5874. }, {
  5875. id: 185,
  5876. name: "185",
  5877. color: 0,
  5878. colors: [
  5879. 0, 1, 2, 3
  5880. ],
  5881. price: 50,
  5882. torso: 6,
  5883. undershirt: 1,
  5884. underColor: 0,
  5885. underColors: [
  5886. 0,
  5887. 1,
  5888. 3,
  5889. 4,
  5890. 5,
  5891. 6,
  5892. 7,
  5893. 8,
  5894. 11,
  5895. 12,
  5896. 14
  5897. ]
  5898. }, {
  5899. id: 186,
  5900. name: "186",
  5901. color: 0,
  5902. colors: [
  5903. 0,
  5904. 1,
  5905. 2,
  5906. 3,
  5907. 4,
  5908. 5,
  5909. 6,
  5910. 7,
  5911. 8,
  5912. 9
  5913. ],
  5914. price: 50,
  5915. torso: 4,
  5916. undershirt: 2,
  5917. underColor: 0,
  5918. underColors: [20]
  5919. }, {
  5920. id: 187,
  5921. name: "187",
  5922. color: 0,
  5923. colors: [
  5924. 0,
  5925. 1,
  5926. 2,
  5927. 3,
  5928. 4,
  5929. 5,
  5930. 6,
  5931. 7,
  5932. 8,
  5933. 9,
  5934. 10,
  5935. 11,
  5936. 12
  5937. ],
  5938. price: 50,
  5939. torso: 5,
  5940. undershirt: 1,
  5941. underColor: 0,
  5942. underColors: [20]
  5943. }, {
  5944. id: 188,
  5945. name: "188",
  5946. color: 0,
  5947. colors: [
  5948. 0,
  5949. 1,
  5950. 2,
  5951. 3,
  5952. 4,
  5953. 5,
  5954. 6,
  5955. 7,
  5956. 8,
  5957. 9,
  5958. 10
  5959. ],
  5960. price: 50,
  5961. torso: 4,
  5962. undershirt: 1,
  5963. underColor: 0,
  5964. underColors: [20]
  5965. }, {
  5966. id: 189,
  5967. name: "189",
  5968. color: 0,
  5969. colors: [
  5970. 0,
  5971. 1,
  5972. 2,
  5973. 3,
  5974. 4,
  5975. 5,
  5976. 6,
  5977. 7,
  5978. 8,
  5979. 9,
  5980. 10
  5981. ],
  5982. price: 50,
  5983. torso: 6,
  5984. undershirt: 1,
  5985. underColor: 0,
  5986. underColors: [
  5987. 0,
  5988. 1,
  5989. 3,
  5990. 4,
  5991. 5,
  5992. 6,
  5993. 7,
  5994. 8,
  5995. 11,
  5996. 12,
  5997. 14
  5998. ]
  5999. }, {
  6000. id: 190,
  6001. name: "190",
  6002. color: 0,
  6003. colors: [
  6004. 0,
  6005. 1,
  6006. 2,
  6007. 3,
  6008. 4,
  6009. 5,
  6010. 6,
  6011. 7,
  6012. 8,
  6013. 9,
  6014. 10,
  6015. 11,
  6016. 12,
  6017. 13,
  6018. 14,
  6019. 15,
  6020. 16,
  6021. 17,
  6022. 18,
  6023. 19,
  6024. 20
  6025. ],
  6026. price: 50,
  6027. torso: 4,
  6028. undershirt: 1,
  6029. underColor: 0,
  6030. underColors: [20]
  6031. }, {
  6032. id: 191,
  6033. name: "191",
  6034. color: 0,
  6035. colors: [
  6036. 0,
  6037. 1,
  6038. 2,
  6039. 3,
  6040. 4,
  6041. 5,
  6042. 6,
  6043. 7,
  6044. 8,
  6045. 9,
  6046. 10,
  6047. 11,
  6048. 12,
  6049. 13,
  6050. 14,
  6051. 15,
  6052. 16,
  6053. 17,
  6054. 18,
  6055. 19,
  6056. 20
  6057. ],
  6058. price: 50,
  6059. torso: 6,
  6060. undershirt: 1,
  6061. underColor: 0,
  6062. underColors: [
  6063. 0,
  6064. 1,
  6065. 3,
  6066. 4,
  6067. 5,
  6068. 6,
  6069. 7,
  6070. 8,
  6071. 11,
  6072. 12,
  6073. 14
  6074. ]
  6075. }, {
  6076. id: 192,
  6077. name: "192",
  6078. color: 0,
  6079. colors: [
  6080. 0,
  6081. 1,
  6082. 2,
  6083. 3,
  6084. 4,
  6085. 5,
  6086. 6,
  6087. 7,
  6088. 8,
  6089. 9,
  6090. 10
  6091. ],
  6092. price: 50,
  6093. torso: 6,
  6094. undershirt: 12,
  6095. underColor: 0,
  6096. underColors: [
  6097. 0,
  6098. 1,
  6099. 2,
  6100. 3,
  6101. 4,
  6102. 5,
  6103. 6,
  6104. 7,
  6105. 8,
  6106. 9,
  6107. 10,
  6108. 11
  6109. ]
  6110. }, {
  6111. id: 193,
  6112. name: "193",
  6113. color: 0,
  6114. colors: [
  6115. 0,
  6116. 1,
  6117. 2,
  6118. 3,
  6119. 4,
  6120. 5,
  6121. 6,
  6122. 7,
  6123. 8,
  6124. 9,
  6125. 10,
  6126. 11,
  6127. 12,
  6128. 13,
  6129. 14,
  6130. 15,
  6131. 16,
  6132. 17,
  6133. 18,
  6134. 19,
  6135. 20
  6136. ],
  6137. price: 50,
  6138. torso: 0,
  6139. undershirt: 15,
  6140. underColor: 0,
  6141. underColors: [20]
  6142. }, {
  6143. id: 194,
  6144. name: "194",
  6145. color: 0,
  6146. colors: [
  6147. 0, 1, 2
  6148. ],
  6149. price: 50,
  6150. torso: 4,
  6151. undershirt: 15,
  6152. underColor: 0,
  6153. underColors: [20]
  6154. }, {
  6155. id: 195,
  6156. name: "195",
  6157. color: 0,
  6158. colors: [
  6159. 0, 1, 2
  6160. ],
  6161. price: 50,
  6162. torso: 4,
  6163. undershirt: 15,
  6164. underColor: 0,
  6165. underColors: [20]
  6166. }, {
  6167. id: 196,
  6168. name: "196",
  6169. color: 0,
  6170. colors: [
  6171. 0,
  6172. 1,
  6173. 2,
  6174. 3,
  6175. 4,
  6176. 5,
  6177. 6,
  6178. 7,
  6179. 8,
  6180. 9,
  6181. 10,
  6182. 11,
  6183. 12,
  6184. 13,
  6185. 14,
  6186. 15
  6187. ],
  6188. price: 50,
  6189. torso: 6,
  6190. undershirt: 15,
  6191. underColor: 0,
  6192. underColors: [20]
  6193. }, {
  6194. id: 197,
  6195. name: "197",
  6196. color: 0,
  6197. colors: [
  6198. 0,
  6199. 1,
  6200. 2,
  6201. 3,
  6202. 4,
  6203. 5,
  6204. 6,
  6205. 7,
  6206. 8,
  6207. 9,
  6208. 10,
  6209. 11,
  6210. 12,
  6211. 13,
  6212. 14,
  6213. 15
  6214. ],
  6215. price: 50,
  6216. torso: 6,
  6217. undershirt: 15,
  6218. underColor: 0,
  6219. underColors: [20]
  6220. }, {
  6221. id: 198,
  6222. name: "198",
  6223. color: 0,
  6224. colors: [
  6225. 0,
  6226. 1,
  6227. 2,
  6228. 3,
  6229. 4,
  6230. 5,
  6231. 6,
  6232. 7
  6233. ],
  6234. price: 50,
  6235. torso: 4,
  6236. undershirt: 2,
  6237. underColor: 0,
  6238. underColors: [0, 1, 2, 3]
  6239. }, {
  6240. id: 199,
  6241. name: "199",
  6242. color: 0,
  6243. colors: [
  6244. 0,
  6245. 1,
  6246. 2,
  6247. 3,
  6248. 4,
  6249. 5,
  6250. 6,
  6251. 7
  6252. ],
  6253. price: 50,
  6254. torso: 4,
  6255. undershirt: 2,
  6256. underColor: 0,
  6257. underColors: [0, 1, 2, 3]
  6258. }, {
  6259. id: 200,
  6260. name: "200",
  6261. color: 0,
  6262. colors: [
  6263. 0,
  6264. 1,
  6265. 2,
  6266. 3,
  6267. 4,
  6268. 5,
  6269. 6,
  6270. 7,
  6271. 8,
  6272. 9,
  6273. 10,
  6274. 11,
  6275. 12,
  6276. 13,
  6277. 14,
  6278. 15,
  6279. 16,
  6280. 17,
  6281. 18,
  6282. 19,
  6283. 20
  6284. ],
  6285. price: 50,
  6286. torso: 4,
  6287. undershirt: 24,
  6288. underColor: 0,
  6289. underColors: [20]
  6290. }, {
  6291. id: 201,
  6292. name: "201",
  6293. color: 0,
  6294. colors: [
  6295. 0, 1, 2
  6296. ],
  6297. price: 50,
  6298. torso: 10,
  6299. undershirt: 130,
  6300. underColor: 0,
  6301. underColors: [20]
  6302. }, {
  6303. id: 202,
  6304. name: "202",
  6305. color: 0,
  6306. colors: [
  6307. 0, 1, 2, 3, 4
  6308. ],
  6309. price: 50,
  6310. torso: 2,
  6311. undershirt: 15,
  6312. underColor: 0,
  6313. underColors: [20]
  6314. }, {
  6315. id: 203,
  6316. name: "203",
  6317. color: 0,
  6318. colors: [
  6319. 0,
  6320. 1,
  6321. 2,
  6322. 3,
  6323. 4,
  6324. 5,
  6325. 6,
  6326. 7,
  6327. 8,
  6328. 9,
  6329. 10,
  6330. 11,
  6331. 12,
  6332. 13,
  6333. 14,
  6334. 15,
  6335. 16,
  6336. 17,
  6337. 18,
  6338. 19,
  6339. 20
  6340. ],
  6341. price: 50,
  6342. torso: 4,
  6343. undershirt: 24,
  6344. underColor: 0,
  6345. underColors: [20]
  6346. }, {
  6347. id: 204,
  6348. name: "204",
  6349. color: 0,
  6350. colors: [
  6351. 0,
  6352. 1,
  6353. 2,
  6354. 3,
  6355. 4,
  6356. 5,
  6357. 6,
  6358. 7,
  6359. 8,
  6360. 9,
  6361. 10,
  6362. 11,
  6363. 12
  6364. ],
  6365. price: 50,
  6366. torso: 6,
  6367. undershirt: 15,
  6368. underColor: 0,
  6369. underColors: [20]
  6370. }, {
  6371. id: 205,
  6372. name: "205",
  6373. color: 0,
  6374. colors: [
  6375. 0, 1, 2, 3, 4
  6376. ],
  6377. price: 50,
  6378. torso: 2,
  6379. undershirt: 15,
  6380. underColor: 0,
  6381. underColors: [20]
  6382. }, {
  6383. id: 206,
  6384. name: "206",
  6385. color: 0,
  6386. colors: [
  6387. 0,
  6388. 1,
  6389. 2,
  6390. 3,
  6391. 4,
  6392. 5,
  6393. 6,
  6394. 7,
  6395. 8,
  6396. 9,
  6397. 10,
  6398. 11,
  6399. 12,
  6400. 13,
  6401. 14,
  6402. 15,
  6403. 16,
  6404. 17,
  6405. 18,
  6406. 19,
  6407. 20
  6408. ],
  6409. price: 50,
  6410. torso: 2,
  6411. undershirt: 15,
  6412. underColor: 0,
  6413. underColors: [20]
  6414. }, {
  6415. id: 207,
  6416. name: "207",
  6417. color: 0,
  6418. colors: [
  6419. 0,
  6420. 1,
  6421. 2,
  6422. 3,
  6423. 4,
  6424. 5,
  6425. 6,
  6426. 7,
  6427. 8,
  6428. 9,
  6429. 10,
  6430. 11,
  6431. 12,
  6432. 13,
  6433. 14,
  6434. 15,
  6435. 16,
  6436. 17,
  6437. 18,
  6438. 19,
  6439. 20
  6440. ],
  6441. price: 50,
  6442. torso: 2,
  6443. undershirt: 15,
  6444. underColor: 0,
  6445. underColors: [20]
  6446. }, {
  6447. id: 208,
  6448. name: "208",
  6449. color: 0,
  6450. colors: [
  6451. 0,
  6452. 1,
  6453. 2,
  6454. 3,
  6455. 4,
  6456. 5,
  6457. 6,
  6458. 7,
  6459. 8,
  6460. 9,
  6461. 10,
  6462. 11,
  6463. 12,
  6464. 13,
  6465. 14,
  6466. 15,
  6467. 16,
  6468. 17,
  6469. 18,
  6470. 19,
  6471. 20
  6472. ],
  6473. price: 50,
  6474. torso: 0,
  6475. undershirt: 15,
  6476. underColor: 0,
  6477. underColors: [20]
  6478. }, {
  6479. id: 209,
  6480. name: "209",
  6481. color: 0,
  6482. colors: [
  6483. 0,
  6484. 1,
  6485. 2,
  6486. 3,
  6487. 4,
  6488. 5,
  6489. 6,
  6490. 7,
  6491. 8,
  6492. 9,
  6493. 10,
  6494. 11,
  6495. 12,
  6496. 13,
  6497. 14,
  6498. 15,
  6499. 16,
  6500. 17,
  6501. 18,
  6502. 19,
  6503. 20
  6504. ],
  6505. price: 50,
  6506. torso: 4,
  6507. undershirt: 24,
  6508. underColor: 0,
  6509. underColors: [20]
  6510. }, {
  6511. id: 210,
  6512. name: "210",
  6513. color: 0,
  6514. colors: [
  6515. 0,
  6516. 1,
  6517. 2,
  6518. 3,
  6519. 4,
  6520. 5,
  6521. 6,
  6522. 7,
  6523. 8,
  6524. 9,
  6525. 10,
  6526. 11,
  6527. 12,
  6528. 13,
  6529. 14,
  6530. 15,
  6531. 16,
  6532. 17,
  6533. 18,
  6534. 19,
  6535. 20
  6536. ],
  6537. price: 50,
  6538. torso: 4,
  6539. undershirt: 24,
  6540. underColor: 0,
  6541. underColors: [20]
  6542. }, {
  6543. id: 211,
  6544. name: "211",
  6545. color: 0,
  6546. colors: [
  6547. 0,
  6548. 1,
  6549. 2,
  6550. 3,
  6551. 4,
  6552. 5,
  6553. 6,
  6554. 7,
  6555. 8,
  6556. 9,
  6557. 10,
  6558. 11,
  6559. 12,
  6560. 13,
  6561. 14,
  6562. 15,
  6563. 16,
  6564. 17,
  6565. 18,
  6566. 19,
  6567. 20
  6568. ],
  6569. price: 50,
  6570. torso: 4,
  6571. undershirt: 24,
  6572. underColor: 0,
  6573. underColors: [20]
  6574. }, {
  6575. id: 212,
  6576. name: "212",
  6577. color: 0,
  6578. colors: [
  6579. 0,
  6580. 1,
  6581. 2,
  6582. 3,
  6583. 4,
  6584. 5,
  6585. 6,
  6586. 7,
  6587. 8,
  6588. 9,
  6589. 10,
  6590. 11,
  6591. 12,
  6592. 13,
  6593. 14,
  6594. 15,
  6595. 16,
  6596. 17,
  6597. 18,
  6598. 19,
  6599. 20
  6600. ],
  6601. price: 50,
  6602. torso: 6,
  6603. undershirt: 1,
  6604. underColor: 0,
  6605. underColors: [
  6606. 0,
  6607. 1,
  6608. 3,
  6609. 4,
  6610. 5,
  6611. 6,
  6612. 7,
  6613. 8,
  6614. 11,
  6615. 12,
  6616. 14
  6617. ]
  6618. }, {
  6619. id: 213,
  6620. name: "213",
  6621. color: 0,
  6622. colors: [
  6623. 0,
  6624. 1,
  6625. 2,
  6626. 3,
  6627. 4,
  6628. 5,
  6629. 6,
  6630. 7,
  6631. 8,
  6632. 9,
  6633. 10,
  6634. 11,
  6635. 12,
  6636. 13,
  6637. 14,
  6638. 15,
  6639. 16,
  6640. 17,
  6641. 18,
  6642. 19,
  6643. 20
  6644. ],
  6645. price: 50,
  6646. torso: 2,
  6647. undershirt: 15,
  6648. underColor: 0,
  6649. underColors: [20]
  6650. }, {
  6651. id: 214,
  6652. name: "214",
  6653. color: 0,
  6654. colors: [
  6655. 0,
  6656. 1,
  6657. 2,
  6658. 3,
  6659. 4,
  6660. 5,
  6661. 6,
  6662. 7,
  6663. 8,
  6664. 9,
  6665. 10,
  6666. 11,
  6667. 12,
  6668. 13,
  6669. 14,
  6670. 15,
  6671. 16,
  6672. 17,
  6673. 18,
  6674. 19,
  6675. 20
  6676. ],
  6677. price: 50,
  6678. torso: 4,
  6679. undershirt: 24,
  6680. underColor: 0,
  6681. underColors: [0, 1, 2, 3]
  6682. }, {
  6683. id: 215,
  6684. name: "215",
  6685. color: 0,
  6686. colors: [
  6687. 0,
  6688. 1,
  6689. 2,
  6690. 3,
  6691. 4,
  6692. 5,
  6693. 6,
  6694. 7,
  6695. 8,
  6696. 9,
  6697. 10,
  6698. 11,
  6699. 12,
  6700. 13,
  6701. 14,
  6702. 15,
  6703. 16,
  6704. 17,
  6705. 18,
  6706. 19,
  6707. 20
  6708. ],
  6709. price: 50,
  6710. torso: 2,
  6711. undershirt: 16,
  6712. underColor: 0,
  6713. underColors: [0, 1, 2]
  6714. }, {
  6715. id: 216,
  6716. name: "216",
  6717. color: 0,
  6718. colors: [
  6719. 0,
  6720. 1,
  6721. 2,
  6722. 3,
  6723. 4,
  6724. 5,
  6725. 6,
  6726. 7,
  6727. 8,
  6728. 9,
  6729. 10,
  6730. 11,
  6731. 12,
  6732. 13,
  6733. 14,
  6734. 15,
  6735. 16,
  6736. 17,
  6737. 18,
  6738. 19,
  6739. 20
  6740. ],
  6741. price: 50,
  6742. torso: 2,
  6743. undershirt: 16,
  6744. underColor: 0,
  6745. underColors: [0, 1, 2]
  6746. }, {
  6747. id: 217,
  6748. name: "217",
  6749. color: 0,
  6750. colors: [
  6751. 0,
  6752. 1,
  6753. 2,
  6754. 3,
  6755. 4,
  6756. 5,
  6757. 6,
  6758. 7,
  6759. 8,
  6760. 9,
  6761. 10,
  6762. 11,
  6763. 12,
  6764. 13,
  6765. 14
  6766. ],
  6767. price: 50,
  6768. torso: 4,
  6769. undershirt: 24,
  6770. underColor: 0,
  6771. underColors: [20]
  6772. }, {
  6773. id: 218,
  6774. name: "218",
  6775. color: 0,
  6776. colors: [
  6777. 0,
  6778. 1,
  6779. 2,
  6780. 3,
  6781. 4,
  6782. 5,
  6783. 6,
  6784. 7,
  6785. 8,
  6786. 9,
  6787. 10,
  6788. 11,
  6789. 12,
  6790. 13,
  6791. 14
  6792. ],
  6793. price: 50,
  6794. torso: 4,
  6795. undershirt: 24,
  6796. underColor: 0,
  6797. underColors: [20]
  6798. }, {
  6799. id: 219,
  6800. name: "219",
  6801. color: 0,
  6802. colors: [
  6803. 0,
  6804. 1,
  6805. 2,
  6806. 3,
  6807. 4,
  6808. 5,
  6809. 6,
  6810. 7,
  6811. 8,
  6812. 9,
  6813. 10,
  6814. 11,
  6815. 12,
  6816. 13,
  6817. 14,
  6818. 15,
  6819. 16,
  6820. 17,
  6821. 18,
  6822. 19,
  6823. 20
  6824. ],
  6825. price: 50,
  6826. torso: 0,
  6827. undershirt: 105,
  6828. underColor: 0,
  6829. underColors: [0]
  6830. }, {
  6831. id: 220,
  6832. name: "220",
  6833. color: 0,
  6834. colors: [
  6835. 0,
  6836. 1,
  6837. 2,
  6838. 3,
  6839. 4,
  6840. 5,
  6841. 6,
  6842. 7,
  6843. 8,
  6844. 9,
  6845. 10,
  6846. 11,
  6847. 12,
  6848. 13,
  6849. 14,
  6850. 15,
  6851. 16,
  6852. 17,
  6853. 18,
  6854. 19,
  6855. 20
  6856. ],
  6857. price: 50,
  6858. torso: 4,
  6859. undershirt: 24,
  6860. underColor: 0,
  6861. underColors: [20]
  6862. }, {
  6863. id: 221,
  6864. name: "221",
  6865. color: 0,
  6866. colors: [
  6867. 0,
  6868. 1,
  6869. 2,
  6870. 3,
  6871. 4,
  6872. 5,
  6873. 6,
  6874. 7,
  6875. 8,
  6876. 9,
  6877. 10,
  6878. 11,
  6879. 12,
  6880. 13,
  6881. 14,
  6882. 15,
  6883. 16,
  6884. 17,
  6885. 18,
  6886. 19,
  6887. 20
  6888. ],
  6889. price: 50,
  6890. torso: 4,
  6891. undershirt: 24,
  6892. underColor: 0,
  6893. underColors: [20]
  6894. }, {
  6895. id: 222,
  6896. name: "222",
  6897. color: 0,
  6898. colors: [
  6899. 0,
  6900. 1,
  6901. 2,
  6902. 3,
  6903. 4,
  6904. 5,
  6905. 6,
  6906. 7,
  6907. 8,
  6908. 9,
  6909. 10,
  6910. 11,
  6911. 12,
  6912. 13,
  6913. 14,
  6914. 15,
  6915. 16,
  6916. 17,
  6917. 18,
  6918. 19,
  6919. 20
  6920. ],
  6921. price: 50,
  6922. torso: 11,
  6923. undershirt: 24,
  6924. underColor: 0,
  6925. underColors: [20]
  6926. }, {
  6927. id: 223,
  6928. name: "223",
  6929. color: 0,
  6930. colors: [
  6931. 0,
  6932. 1,
  6933. 2,
  6934. 3,
  6935. 4,
  6936. 5,
  6937. 6,
  6938. 7,
  6939. 8,
  6940. 9,
  6941. 10,
  6942. 11,
  6943. 12,
  6944. 13,
  6945. 14,
  6946. 15
  6947. ],
  6948. price: 50,
  6949. torso: 2,
  6950. undershirt: 15,
  6951. underColor: 0,
  6952. underColors: [20]
  6953. }, {
  6954. id: 224,
  6955. name: "224",
  6956. color: 0,
  6957. colors: [
  6958. 0,
  6959. 1,
  6960. 2,
  6961. 3,
  6962. 4,
  6963. 5,
  6964. 6,
  6965. 7,
  6966. 8,
  6967. 9,
  6968. 10,
  6969. 11,
  6970. 12,
  6971. 13,
  6972. 14,
  6973. 15
  6974. ],
  6975. price: 50,
  6976. torso: 6,
  6977. undershirt: 68,
  6978. underColor: 0,
  6979. underColors: [20]
  6980. }, {
  6981. id: 225,
  6982. name: "225",
  6983. color: 0,
  6984. colors: [
  6985. 0, 1
  6986. ],
  6987. price: 50,
  6988. torso: 8,
  6989. undershirt: 24,
  6990. underColor: 0,
  6991. underColors: [20]
  6992. }, {
  6993. id: 226,
  6994. name: "226",
  6995. color: 0,
  6996. colors: [0],
  6997. price: 50,
  6998. torso: 0,
  6999. undershirt: 15,
  7000. underColor: 0,
  7001. underColors: [20]
  7002. }, {
  7003. id: 227,
  7004. name: "227",
  7005. color: 0,
  7006. colors: [
  7007. 0,
  7008. 1,
  7009. 2,
  7010. 3,
  7011. 4,
  7012. 5,
  7013. 6,
  7014. 7,
  7015. 8,
  7016. 9,
  7017. 10,
  7018. 11,
  7019. 12
  7020. ],
  7021. price: 50,
  7022. torso: 4,
  7023. undershirt: 4,
  7024. underColor: 0,
  7025. underColors: [20]
  7026. }, {
  7027. id: 228,
  7028. name: "228",
  7029. color: 0,
  7030. colors: [
  7031. 0,
  7032. 1,
  7033. 2,
  7034. 3,
  7035. 4,
  7036. 5,
  7037. 6,
  7038. 7,
  7039. 8,
  7040. 9,
  7041. 10,
  7042. 11,
  7043. 12,
  7044. 13,
  7045. 14,
  7046. 15,
  7047. 16,
  7048. 17,
  7049. 18,
  7050. 19
  7051. ],
  7052. price: 50,
  7053. torso: 6,
  7054. undershirt: 44,
  7055. underColor: 0,
  7056. underColors: [20]
  7057. }, {
  7058. id: 229,
  7059. name: "229",
  7060. color: 0,
  7061. colors: [
  7062. 0,
  7063. 1,
  7064. 2,
  7065. 3,
  7066. 4,
  7067. 5,
  7068. 6,
  7069. 7,
  7070. 8,
  7071. 9,
  7072. 10,
  7073. 11
  7074. ],
  7075. price: 50,
  7076. torso: 4,
  7077. undershirt: 24,
  7078. underColor: 0,
  7079. underColors: [20]
  7080. }, {
  7081. id: 230,
  7082. name: "230",
  7083. color: 0,
  7084. colors: [
  7085. 0,
  7086. 1,
  7087. 2,
  7088. 3,
  7089. 4,
  7090. 5,
  7091. 6,
  7092. 7,
  7093. 8,
  7094. 9,
  7095. 10,
  7096. 11
  7097. ],
  7098. price: 50,
  7099. torso: 6,
  7100. undershirt: 42,
  7101. underColor: 0,
  7102. underColors: [0, 1]
  7103. }, {
  7104. id: 231,
  7105. name: "231",
  7106. color: 0,
  7107. colors: [0],
  7108. price: 50,
  7109. torso: 6,
  7110. undershirt: 24,
  7111. underColor: 0,
  7112. underColors: [20]
  7113. }, {
  7114. id: 232,
  7115. name: "232",
  7116. color: 0,
  7117. colors: [
  7118. 0,
  7119. 1,
  7120. 2,
  7121. 3,
  7122. 4,
  7123. 5,
  7124. 6,
  7125. 7,
  7126. 8,
  7127. 9
  7128. ],
  7129. price: 50,
  7130. torso: 6,
  7131. undershirt: 102,
  7132. underColor: 0,
  7133. underColors: [
  7134. 0,
  7135. 1,
  7136. 2,
  7137. 3,
  7138. 4,
  7139. 5,
  7140. 6,
  7141. 7,
  7142. 8,
  7143. 9,
  7144. 10,
  7145. 11,
  7146. 12,
  7147. 13,
  7148. 14,
  7149. 15,
  7150. 16,
  7151. 17,
  7152. 18,
  7153. 19,
  7154. 20
  7155. ]
  7156. }, {
  7157. id: 233,
  7158. name: "233",
  7159. color: 0,
  7160. colors: [
  7161. 0,
  7162. 1,
  7163. 2,
  7164. 3,
  7165. 4,
  7166. 5,
  7167. 6,
  7168. 7,
  7169. 8,
  7170. 9
  7171. ],
  7172. price: 50,
  7173. torso: 14,
  7174. undershirt: 101,
  7175. underColor: 0,
  7176. underColors: [
  7177. 0,
  7178. 1,
  7179. 2,
  7180. 3,
  7181. 4,
  7182. 5,
  7183. 6,
  7184. 7,
  7185. 8,
  7186. 9,
  7187. 10,
  7188. 11,
  7189. 12,
  7190. 13,
  7191. 14,
  7192. 15,
  7193. 16,
  7194. 17,
  7195. 18,
  7196. 19,
  7197. 20
  7198. ]
  7199. }, {
  7200. id: 234,
  7201. name: "234",
  7202. color: 0,
  7203. colors: [
  7204. 0,
  7205. 1,
  7206. 2,
  7207. 3,
  7208. 4,
  7209. 5,
  7210. 6,
  7211. 7,
  7212. 8,
  7213. 9,
  7214. 10,
  7215. 11,
  7216. 12,
  7217. 13,
  7218. 14,
  7219. 15,
  7220. 16,
  7221. 17,
  7222. 18,
  7223. 19,
  7224. 20
  7225. ],
  7226. price: 50,
  7227. torso: 11,
  7228. undershirt: 24,
  7229. underColor: 0,
  7230. underColors: [20]
  7231. }, {
  7232. id: 235,
  7233. name: "235",
  7234. color: 0,
  7235. colors: [
  7236. 0,
  7237. 1,
  7238. 2,
  7239. 3,
  7240. 4,
  7241. 5,
  7242. 6,
  7243. 7,
  7244. 8,
  7245. 9,
  7246. 10,
  7247. 11
  7248. ],
  7249. price: 50,
  7250. torso: 0,
  7251. undershirt: 2,
  7252. underColor: 0,
  7253. underColors: [20]
  7254. }, {
  7255. id: 236,
  7256. name: "236",
  7257. color: 0,
  7258. colors: [
  7259. 0,
  7260. 1,
  7261. 2,
  7262. 3,
  7263. 4,
  7264. 5,
  7265. 6,
  7266. 7,
  7267. 8,
  7268. 9,
  7269. 10,
  7270. 11
  7271. ],
  7272. price: 50,
  7273. torso: 0,
  7274. undershirt: 2,
  7275. underColor: 0,
  7276. underColors: [20]
  7277. }, {
  7278. id: 237,
  7279. name: "237",
  7280. color: 0,
  7281. colors: [
  7282. 0,
  7283. 1,
  7284. 2,
  7285. 3,
  7286. 4,
  7287. 5,
  7288. 6,
  7289. 7,
  7290. 8,
  7291. 9,
  7292. 10,
  7293. 11,
  7294. 12,
  7295. 13,
  7296. 14,
  7297. 15,
  7298. 16,
  7299. 17,
  7300. 18,
  7301. 19,
  7302. 20
  7303. ],
  7304. price: 50,
  7305. torso: 5,
  7306. undershirt: 24,
  7307. underColor: 0,
  7308. underColors: [20]
  7309. }, {
  7310. id: 238,
  7311. name: "238",
  7312. color: 0,
  7313. colors: [
  7314. 0,
  7315. 1,
  7316. 2,
  7317. 3,
  7318. 4,
  7319. 5
  7320. ],
  7321. price: 50,
  7322. torso: 2,
  7323. undershirt: 24,
  7324. underColor: 0,
  7325. underColors: [20]
  7326. }, {
  7327. id: 239,
  7328. name: "239",
  7329. color: 0,
  7330. colors: [
  7331. 0,
  7332. 1,
  7333. 2,
  7334. 3,
  7335. 4,
  7336. 5,
  7337. 6,
  7338. 7,
  7339. 8,
  7340. 9,
  7341. 10,
  7342. 11,
  7343. 12,
  7344. 13,
  7345. 14,
  7346. 15,
  7347. 16,
  7348. 17,
  7349. 18,
  7350. 19,
  7351. 20
  7352. ],
  7353. price: 50,
  7354. torso: 2,
  7355. undershirt: 24,
  7356. underColor: 0,
  7357. underColors: [20]
  7358. }, {
  7359. id: 240,
  7360. name: "240",
  7361. color: 0,
  7362. colors: [
  7363. 0,
  7364. 1,
  7365. 2,
  7366. 3,
  7367. 4,
  7368. 5
  7369. ],
  7370. price: 50,
  7371. torso: 6,
  7372. undershirt: 43,
  7373. underColor: 0,
  7374. underColors: [0, 1, 2, 3]
  7375. }, {
  7376. id: 241,
  7377. name: "241",
  7378. color: 0,
  7379. colors: [
  7380. 0,
  7381. 1,
  7382. 2,
  7383. 3,
  7384. 4,
  7385. 5
  7386. ],
  7387. price: 50,
  7388. torso: 0,
  7389. undershirt: 24,
  7390. underColor: 0,
  7391. underColors: [20]
  7392. }, {
  7393. id: 242,
  7394. name: "242",
  7395. color: 0,
  7396. colors: [
  7397. 0,
  7398. 1,
  7399. 2,
  7400. 3,
  7401. 4,
  7402. 5
  7403. ],
  7404. price: 50,
  7405. torso: 0,
  7406. undershirt: 24,
  7407. underColor: 0,
  7408. underColors: [20]
  7409. }, {
  7410. id: 243,
  7411. name: "243",
  7412. color: 0,
  7413. colors: [
  7414. 0,
  7415. 1,
  7416. 2,
  7417. 3,
  7418. 4,
  7419. 5,
  7420. 6,
  7421. 7,
  7422. 8,
  7423. 9,
  7424. 10,
  7425. 11,
  7426. 12,
  7427. 13,
  7428. 14,
  7429. 15,
  7430. 16,
  7431. 17,
  7432. 18,
  7433. 19,
  7434. 20
  7435. ],
  7436. price: 50,
  7437. torso: 1,
  7438. undershirt: 24,
  7439. underColor: 0,
  7440. underColors: [20]
  7441. }, {
  7442. id: 244,
  7443. name: "244",
  7444. color: 0,
  7445. colors: [
  7446. 0,
  7447. 1,
  7448. 2,
  7449. 3,
  7450. 4,
  7451. 5,
  7452. 6,
  7453. 7,
  7454. 8,
  7455. 9,
  7456. 10,
  7457. 11,
  7458. 12,
  7459. 13,
  7460. 14,
  7461. 15,
  7462. 16,
  7463. 17,
  7464. 18,
  7465. 19,
  7466. 20
  7467. ],
  7468. price: 50,
  7469. torso: 6,
  7470. undershirt: 30,
  7471. underColor: 0,
  7472. underColors: [
  7473. 0,
  7474. 1,
  7475. 2,
  7476. 3,
  7477. 4,
  7478. 5,
  7479. 6,
  7480. 7,
  7481. 8,
  7482. 9,
  7483. 10,
  7484. 11,
  7485. 12,
  7486. 13,
  7487. 14,
  7488. 15
  7489. ]
  7490. }, {
  7491. id: 245,
  7492. name: "245",
  7493. color: 0,
  7494. colors: [
  7495. 0,
  7496. 1,
  7497. 2,
  7498. 3,
  7499. 4,
  7500. 5,
  7501. 6,
  7502. 7,
  7503. 8,
  7504. 9
  7505. ],
  7506. price: 50,
  7507. torso: 6,
  7508. undershirt: 24,
  7509. underColor: 0,
  7510. underColors: [20]
  7511. }, {
  7512. id: 246,
  7513. name: "246",
  7514. color: 0,
  7515. colors: [
  7516. 0,
  7517. 1,
  7518. 2,
  7519. 3,
  7520. 4,
  7521. 5,
  7522. 6,
  7523. 7,
  7524. 8,
  7525. 9,
  7526. 10,
  7527. 11
  7528. ],
  7529. price: 50,
  7530. torso: 3,
  7531. undershirt: 24,
  7532. underColor: 0,
  7533. underColors: [20]
  7534. }, {
  7535. id: 247,
  7536. name: "247",
  7537. color: 0,
  7538. colors: [
  7539. 0,
  7540. 1,
  7541. 2,
  7542. 3,
  7543. 4,
  7544. 5,
  7545. 6,
  7546. 7,
  7547. 8,
  7548. 9,
  7549. 10,
  7550. 11,
  7551. 12,
  7552. 13,
  7553. 14,
  7554. 15,
  7555. 16,
  7556. 17,
  7557. 18,
  7558. 19,
  7559. 20
  7560. ],
  7561. price: 50,
  7562. torso: 0,
  7563. undershirt: 100,
  7564. underColor: 0,
  7565. underColors: [
  7566. 0,
  7567. 1,
  7568. 2,
  7569. 3,
  7570. 4,
  7571. 5,
  7572. 6,
  7573. 7,
  7574. 8,
  7575. 9,
  7576. 10,
  7577. 11,
  7578. 12,
  7579. 13,
  7580. 14,
  7581. 15,
  7582. 16,
  7583. 17,
  7584. 18,
  7585. 19,
  7586. 20
  7587. ]
  7588. }, {
  7589. id: 248,
  7590. name: "248",
  7591. color: 0,
  7592. colors: [
  7593. 0,
  7594. 1,
  7595. 2,
  7596. 3,
  7597. 4,
  7598. 5,
  7599. 6,
  7600. 7,
  7601. 8,
  7602. 9,
  7603. 10,
  7604. 11,
  7605. 12,
  7606. 13,
  7607. 14,
  7608. 15,
  7609. 16,
  7610. 17,
  7611. 18,
  7612. 19,
  7613. 20
  7614. ],
  7615. price: 50,
  7616. torso: 6,
  7617. undershirt: 24,
  7618. underColor: 0,
  7619. underColors: [20]
  7620. }, {
  7621. id: 249,
  7622. name: "249",
  7623. color: 0,
  7624. colors: [
  7625. 0, 1
  7626. ],
  7627. price: 50,
  7628. torso: 6,
  7629. undershirt: 18,
  7630. underColor: 0,
  7631. underColors: [20]
  7632. }, {
  7633. id: 250,
  7634. name: "250",
  7635. color: 0,
  7636. colors: [
  7637. 0, 1
  7638. ],
  7639. price: 50,
  7640. torso: 0,
  7641. undershirt: 24,
  7642. underColor: 0,
  7643. underColors: [20]
  7644. }, {
  7645. id: 251,
  7646. name: "251",
  7647. color: 0,
  7648. colors: [
  7649. 0,
  7650. 1,
  7651. 2,
  7652. 3,
  7653. 4,
  7654. 5,
  7655. 6,
  7656. 7,
  7657. 8,
  7658. 9,
  7659. 10,
  7660. 11,
  7661. 12,
  7662. 13,
  7663. 14,
  7664. 15,
  7665. 16,
  7666. 17,
  7667. 18,
  7668. 19,
  7669. 20
  7670. ],
  7671. price: 50,
  7672. torso: 1,
  7673. undershirt: 24,
  7674. underColor: 0,
  7675. underColors: [20]
  7676. }, {
  7677. id: 252,
  7678. name: "252",
  7679. color: 0,
  7680. colors: [0],
  7681. price: 50,
  7682. torso: 15,
  7683. undershirt: 24,
  7684. underColor: 0,
  7685. underColors: [20]
  7686. }, {
  7687. id: 253,
  7688. name: "253",
  7689. color: 0,
  7690. colors: [
  7691. 0,
  7692. 1,
  7693. 2,
  7694. 3,
  7695. 4,
  7696. 5,
  7697. 6,
  7698. 7,
  7699. 8,
  7700. 9,
  7701. 10,
  7702. 11,
  7703. 12,
  7704. 13,
  7705. 14,
  7706. 15,
  7707. 16,
  7708. 17,
  7709. 18,
  7710. 19,
  7711. 20
  7712. ],
  7713. price: 50,
  7714. torso: 1,
  7715. undershirt: 24,
  7716. underColor: 0,
  7717. underColors: [20]
  7718. }, {
  7719. id: 254,
  7720. name: "254",
  7721. color: 0,
  7722. colors: [
  7723. 0,
  7724. 1,
  7725. 2,
  7726. 3,
  7727. 4,
  7728. 5,
  7729. 6
  7730. ],
  7731. price: 50,
  7732. torso: 4,
  7733. undershirt: 24,
  7734. underColor: 0,
  7735. underColors: [20]
  7736. }, {
  7737. id: 255,
  7738. name: "255",
  7739. color: 0,
  7740. colors: [
  7741. 0,
  7742. 1,
  7743. 2,
  7744. 3,
  7745. 4,
  7746. 5,
  7747. 6,
  7748. 7,
  7749. 8,
  7750. 9,
  7751. 10,
  7752. 11,
  7753. 12,
  7754. 13,
  7755. 14,
  7756. 15,
  7757. 16,
  7758. 17,
  7759. 18,
  7760. 19,
  7761. 20
  7762. ],
  7763. price: 50,
  7764. torso: 1,
  7765. undershirt: 24,
  7766. underColor: 0,
  7767. underColors: [20]
  7768. }, {
  7769. id: 256,
  7770. name: "256",
  7771. color: 0,
  7772. colors: [
  7773. 0,
  7774. 1,
  7775. 2,
  7776. 3,
  7777. 4,
  7778. 5,
  7779. 7,
  7780. 8,
  7781. 11
  7782. ],
  7783. price: 50,
  7784. torso: 0,
  7785. undershirt: 24,
  7786. underColor: 0,
  7787. underColors: [20]
  7788. }, {
  7789. id: 257,
  7790. name: "257",
  7791. color: 0,
  7792. colors: [
  7793. 0,
  7794. 1,
  7795. 3,
  7796. 4,
  7797. 5,
  7798. 6,
  7799. 7,
  7800. 8,
  7801. 11,
  7802. 12,
  7803. 14
  7804. ],
  7805. price: 50,
  7806. torso: 0,
  7807. undershirt: 24,
  7808. underColor: 0,
  7809. underColors: [20]
  7810. }, {
  7811. id: 258,
  7812. name: "258",
  7813. color: 0,
  7814. colors: [9],
  7815. price: 50,
  7816. torso: 2,
  7817. undershirt: 2,
  7818. underColor: 0,
  7819. underColors: [20]
  7820. }, {
  7821. id: 259,
  7822. name: "259",
  7823. color: 0,
  7824. colors: [
  7825. 0,
  7826. 1,
  7827. 2,
  7828. 3,
  7829. 4,
  7830. 5,
  7831. 6,
  7832. 7,
  7833. 8,
  7834. 9,
  7835. 10,
  7836. 11,
  7837. 12,
  7838. 13,
  7839. 14,
  7840. 15
  7841. ],
  7842. price: 50,
  7843. torso: 6,
  7844. undershirt: 8,
  7845. underColor: 0,
  7846. underColors: [0, 10, 13, 14]
  7847. }, {
  7848. id: 260,
  7849. name: "260",
  7850. color: 0,
  7851. colors: [
  7852. 0, 2, 3, 11, 14
  7853. ],
  7854. price: 50,
  7855. torso: 12,
  7856. undershirt: 60,
  7857. underColor: 0,
  7858. underColors: [0]
  7859. }, {
  7860. id: 261,
  7861. name: "261",
  7862. color: 0,
  7863. colors: [
  7864. 0, 1, 2, 7
  7865. ],
  7866. price: 50,
  7867. torso: 5,
  7868. undershirt: 24,
  7869. underColor: 0,
  7870. underColors: [20]
  7871. }, {
  7872. id: 262,
  7873. name: "262",
  7874. color: 0,
  7875. colors: [
  7876. 0,
  7877. 1,
  7878. 3,
  7879. 4,
  7880. 5,
  7881. 6,
  7882. 8,
  7883. 9,
  7884. 11
  7885. ],
  7886. price: 50,
  7887. torso: 4,
  7888. undershirt: 80,
  7889. underColor: 0,
  7890. underColors: [
  7891. 0,
  7892. 1,
  7893. 2,
  7894. 3,
  7895. 4,
  7896. 5,
  7897. 6,
  7898. 7,
  7899. 8,
  7900. 9,
  7901. 10,
  7902. 11,
  7903. 12,
  7904. 13,
  7905. 14,
  7906. 15
  7907. ]
  7908. }, {
  7909. id: 263,
  7910. name: "263",
  7911. color: 0,
  7912. colors: [
  7913. 0,
  7914. 1,
  7915. 2,
  7916. 3,
  7917. 4,
  7918. 5,
  7919. 6,
  7920. 7,
  7921. 8,
  7922. 9,
  7923. 10,
  7924. 11,
  7925. 12,
  7926. 13,
  7927. 14,
  7928. 15
  7929. ],
  7930. price: 50,
  7931. torso: 1,
  7932. undershirt: 53,
  7933. underColor: 0,
  7934. underColors: [0, 1]
  7935. }, {
  7936. id: 264,
  7937. name: "264",
  7938. color: 0,
  7939. colors: [
  7940. 0, 10, 13, 14
  7941. ],
  7942. price: 50,
  7943. torso: 8,
  7944. undershirt: 24,
  7945. underColor: 0,
  7946. underColors: [20]
  7947. }, {
  7948. id: 265,
  7949. name: "265",
  7950. color: 0,
  7951. colors: [
  7952. 0,
  7953. 1,
  7954. 2,
  7955. 3,
  7956. 4,
  7957. 5,
  7958. 6,
  7959. 7,
  7960. 10,
  7961. 11,
  7962. 12,
  7963. 13,
  7964. 14,
  7965. 15
  7966. ],
  7967. price: 50,
  7968. torso: 0,
  7969. undershirt: 24,
  7970. underColor: 0,
  7971. underColors: [20]
  7972. }, {
  7973. id: 266,
  7974. name: "266",
  7975. color: 0,
  7976. colors: [
  7977. 0, 1, 2
  7978. ],
  7979. price: 50,
  7980. torso: 14,
  7981. undershirt: 13,
  7982. underColor: 0,
  7983. underColors: [
  7984. 0,
  7985. 1,
  7986. 2,
  7987. 3,
  7988. 5,
  7989. 13
  7990. ]
  7991. }, {
  7992. id: 267,
  7993. name: "267",
  7994. color: 0,
  7995. colors: [
  7996. 0, 1, 7, 14
  7997. ],
  7998. price: 50,
  7999. torso: 15,
  8000. undershirt: 86,
  8001. underColor: 0,
  8002. underColors: [
  8003. 0,
  8004. 1,
  8005. 2,
  8006. 3,
  8007. 4,
  8008. 5,
  8009. 6,
  8010. 7,
  8011. 8,
  8012. 9,
  8013. 10,
  8014. 11,
  8015. 12,
  8016. 13,
  8017. 14,
  8018. 15,
  8019. 16,
  8020. 17,
  8021. 18,
  8022. 19,
  8023. 20
  8024. ]
  8025. }, {
  8026. id: 268,
  8027. name: "268",
  8028. color: 0,
  8029. colors: [
  8030. 0,
  8031. 1,
  8032. 2,
  8033. 3,
  8034. 4,
  8035. 5,
  8036. 6,
  8037. 7,
  8038. 8,
  8039. 9,
  8040. 10,
  8041. 11
  8042. ],
  8043. price: 50,
  8044. torso: 1,
  8045. undershirt: 24,
  8046. underColor: 0,
  8047. underColors: [20]
  8048. }, {
  8049. id: 269,
  8050. name: "269",
  8051. color: 0,
  8052. colors: [
  8053. 0,
  8054. 1,
  8055. 2,
  8056. 3,
  8057. 5,
  8058. 13
  8059. ],
  8060. price: 50,
  8061. torso: 11,
  8062. undershirt: 106,
  8063. underColor: 0,
  8064. underColors: [20]
  8065. }, {
  8066. id: 270,
  8067. name: "270",
  8068. color: 0,
  8069. colors: [
  8070. 0,
  8071. 1,
  8072. 2,
  8073. 3,
  8074. 4,
  8075. 5,
  8076. 6,
  8077. 7,
  8078. 8,
  8079. 9,
  8080. 10,
  8081. 11,
  8082. 12,
  8083. 13,
  8084. 14,
  8085. 15
  8086. ],
  8087. price: 50,
  8088. torso: 4,
  8089. undershirt: 24,
  8090. underColor: 0,
  8091. underColors: [20]
  8092. },
  8093. <!-- { id: 271, name: "271", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 0, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8094.  
  8095. <!-- { id: 272, name: "272", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8096.  
  8097. <!-- { id: 273, name: "273", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 0, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8098.  
  8099. <!-- { id: 274, name: "274", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 3, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8100.  
  8101. <!-- { id: 275, name: "275", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8102.  
  8103. <!-- { id: 276, name: "276", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8104.  
  8105. <!-- { id: 277, name: "277", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8106.  
  8107. <!-- { id: 278, name: "278", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 5, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8108.  
  8109. <!-- { id: 279, name: "279", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8110.  
  8111. <!-- { id: 280, name: "280", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8112.  
  8113. <!-- { id: 281, name: "281", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8114.  
  8115. <!-- { id: 282, name: "282", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 11, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8116.  
  8117. <!-- { id: 283, name: "283", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8118.  
  8119. <!-- { id: 284, name: "284", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8120.  
  8121. <!-- { id: 285, name: "285", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8122.  
  8123. <!-- { id: 286, name: "286", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8124.  
  8125. <!-- { id: 287, name: "287", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 3, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8126.  
  8127. <!-- { id: 288, name: "288", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8128.  
  8129. <!-- { id: 289, name: "289", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 2, undershirt: 31, underColor: 0, underColors: [20], }, -->
  8130.  
  8131. ];
  8132.  
  8133. app.legs = [
  8134. {
  8135. id: 0,
  8136. name: "0",
  8137. color: 0,
  8138. colors: [
  8139. 0,
  8140. 1,
  8141. 2,
  8142. 3,
  8143. 4,
  8144. 5,
  8145. 6,
  8146. 7,
  8147. 8,
  8148. 9,
  8149. 10,
  8150. 11,
  8151. 12,
  8152. 13,
  8153. 14,
  8154. 15
  8155. ],
  8156. price: 25
  8157. }, {
  8158. id: 1,
  8159. name: "1",
  8160. color: 0,
  8161. colors: [
  8162. 0,
  8163. 1,
  8164. 2,
  8165. 3,
  8166. 4,
  8167. 5,
  8168. 6,
  8169. 7,
  8170. 8,
  8171. 9,
  8172. 10,
  8173. 11,
  8174. 12,
  8175. 13,
  8176. 14,
  8177. 15
  8178. ],
  8179. price: 25
  8180. }, {
  8181. id: 2,
  8182. name: "2",
  8183. color: 11,
  8184. colors: [11],
  8185. price: 25
  8186. }, {
  8187. id: 3,
  8188. name: "3",
  8189. color: 0,
  8190. colors: [
  8191. 0,
  8192. 1,
  8193. 2,
  8194. 3,
  8195. 4,
  8196. 5,
  8197. 6,
  8198. 7,
  8199. 8,
  8200. 9,
  8201. 10,
  8202. 11,
  8203. 12,
  8204. 13,
  8205. 14,
  8206. 15
  8207. ],
  8208. price: 25
  8209. }, {
  8210. id: 4,
  8211. name: "4",
  8212. color: 0,
  8213. colors: [
  8214. 0, 1, 2, 4
  8215. ],
  8216. price: 25
  8217. }, {
  8218. id: 5,
  8219. name: "5",
  8220. color: 0,
  8221. colors: [
  8222. 0,
  8223. 1,
  8224. 2,
  8225. 3,
  8226. 4,
  8227. 5,
  8228. 6,
  8229. 7,
  8230. 8,
  8231. 9,
  8232. 10,
  8233. 11,
  8234. 12,
  8235. 13,
  8236. 14,
  8237. 15
  8238. ],
  8239. price: 25
  8240. }, {
  8241. id: 6,
  8242. name: "6",
  8243. color: 0,
  8244. colors: [
  8245. 0, 1, 2, 10, 11
  8246. ],
  8247. price: 25
  8248. }, {
  8249. id: 7,
  8250. name: "7",
  8251. color: 0,
  8252. colors: [
  8253. 0,
  8254. 1,
  8255. 2,
  8256. 3,
  8257. 4,
  8258. 5,
  8259. 6,
  8260. 7,
  8261. 8,
  8262. 9,
  8263. 10,
  8264. 11,
  8265. 12,
  8266. 13,
  8267. 14,
  8268. 15
  8269. ],
  8270. price: 25
  8271. }, {
  8272. id: 8,
  8273. name: "8",
  8274. color: 0,
  8275. colors: [
  8276. 0, 3, 4, 14
  8277. ],
  8278. price: 25
  8279. }, {
  8280. id: 9,
  8281. name: "9",
  8282. color: 0,
  8283. colors: [
  8284. 0,
  8285. 1,
  8286. 2,
  8287. 3,
  8288. 4,
  8289. 5,
  8290. 6,
  8291. 7,
  8292. 8,
  8293. 9,
  8294. 10,
  8295. 11,
  8296. 12,
  8297. 13,
  8298. 14,
  8299. 15
  8300. ],
  8301. price: 25
  8302. }, {
  8303. id: 10,
  8304. name: "10",
  8305. color: 0,
  8306. colors: [
  8307. 0, 1, 2
  8308. ],
  8309. price: 25
  8310. }, {
  8311. id: 12,
  8312. name: "12",
  8313. color: 0,
  8314. colors: [
  8315. 0,
  8316. 1,
  8317. 4,
  8318. 5,
  8319. 7,
  8320. 12
  8321. ],
  8322. price: 25
  8323. }, {
  8324. id: 13,
  8325. name: "13",
  8326. color: 0,
  8327. colors: [
  8328. 0, 1, 2
  8329. ],
  8330. price: 25
  8331. }, {
  8332. id: 14,
  8333. name: "14",
  8334. color: 0,
  8335. colors: [
  8336. 0, 1, 3, 4, 12
  8337. ],
  8338. price: 25
  8339. }, {
  8340. id: 15,
  8341. name: "15",
  8342. color: 0,
  8343. colors: [
  8344. 0,
  8345. 1,
  8346. 2,
  8347. 3,
  8348. 4,
  8349. 5,
  8350. 6,
  8351. 7,
  8352. 8,
  8353. 9,
  8354. 10,
  8355. 11,
  8356. 12,
  8357. 13,
  8358. 14,
  8359. 15
  8360. ],
  8361. price: 25
  8362. }, {
  8363. id: 16,
  8364. name: "16",
  8365. color: 0,
  8366. colors: [
  8367. 0,
  8368. 1,
  8369. 2,
  8370. 3,
  8371. 4,
  8372. 5,
  8373. 6,
  8374. 7,
  8375. 8,
  8376. 9,
  8377. 10,
  8378. 11,
  8379. 12,
  8380. 13,
  8381. 14,
  8382. 15
  8383. ],
  8384. price: 25
  8385. }, {
  8386. id: 17,
  8387. name: "17",
  8388. color: 0,
  8389. colors: [
  8390. 0,
  8391. 1,
  8392. 2,
  8393. 3,
  8394. 4,
  8395. 5,
  8396. 6,
  8397. 7,
  8398. 8,
  8399. 9,
  8400. 10,
  8401. 11,
  8402. 12,
  8403. 13,
  8404. 14,
  8405. 15
  8406. ],
  8407. price: 25
  8408. }, {
  8409. id: 18,
  8410. name: "18",
  8411. color: 0,
  8412. colors: [
  8413. 0,
  8414. 1,
  8415. 2,
  8416. 3,
  8417. 4,
  8418. 5,
  8419. 6,
  8420. 7,
  8421. 8,
  8422. 9,
  8423. 10,
  8424. 11,
  8425. 12,
  8426. 13,
  8427. 14,
  8428. 15
  8429. ],
  8430. price: 25
  8431. }, {
  8432. id: 19,
  8433. name: "19",
  8434. color: 0,
  8435. colors: [
  8436. 0, 1
  8437. ],
  8438. price: 25
  8439. }, {
  8440. id: 20,
  8441. name: "20",
  8442. color: 0,
  8443. colors: [
  8444. 0, 1, 2, 3
  8445. ],
  8446. price: 25
  8447. }, {
  8448. id: 21,
  8449. name: "21",
  8450. color: 0,
  8451. colors: [0],
  8452. price: 25
  8453. }, {
  8454. id: 22,
  8455. name: "22",
  8456. color: 0,
  8457. colors: [
  8458. 0,
  8459. 1,
  8460. 2,
  8461. 3,
  8462. 4,
  8463. 5,
  8464. 6,
  8465. 7,
  8466. 8,
  8467. 9,
  8468. 10,
  8469. 11,
  8470. 12
  8471. ],
  8472. price: 25
  8473. }, {
  8474. id: 23,
  8475. name: "23",
  8476. color: 0,
  8477. colors: [
  8478. 0,
  8479. 1,
  8480. 2,
  8481. 3,
  8482. 4,
  8483. 5,
  8484. 6,
  8485. 7,
  8486. 8,
  8487. 9,
  8488. 10,
  8489. 11,
  8490. 12
  8491. ],
  8492. price: 25
  8493. }, {
  8494. id: 24,
  8495. name: "24",
  8496. color: 0,
  8497. colors: [
  8498. 0,
  8499. 1,
  8500. 2,
  8501. 3,
  8502. 4,
  8503. 5,
  8504. 6
  8505. ],
  8506. price: 25
  8507. }, {
  8508. id: 25,
  8509. name: "25",
  8510. color: 0,
  8511. colors: [
  8512. 0,
  8513. 1,
  8514. 2,
  8515. 3,
  8516. 4,
  8517. 5,
  8518. 6
  8519. ],
  8520. price: 25
  8521. }, {
  8522. id: 26,
  8523. name: "26",
  8524. color: 0,
  8525. colors: [
  8526. 0,
  8527. 1,
  8528. 2,
  8529. 3,
  8530. 4,
  8531. 5,
  8532. 6,
  8533. 7,
  8534. 8,
  8535. 9,
  8536. 10,
  8537. 11
  8538. ],
  8539. price: 25
  8540. }, {
  8541. id: 27,
  8542. name: "27",
  8543. color: 0,
  8544. colors: [
  8545. 0,
  8546. 1,
  8547. 2,
  8548. 3,
  8549. 4,
  8550. 5,
  8551. 6,
  8552. 7,
  8553. 8,
  8554. 9,
  8555. 10,
  8556. 11
  8557. ],
  8558. price: 25
  8559. }, {
  8560. id: 28,
  8561. name: "28",
  8562. color: 0,
  8563. colors: [
  8564. 0,
  8565. 1,
  8566. 2,
  8567. 3,
  8568. 4,
  8569. 5,
  8570. 6,
  8571. 7,
  8572. 8,
  8573. 9,
  8574. 10,
  8575. 11,
  8576. 12,
  8577. 13,
  8578. 14,
  8579. 15
  8580. ],
  8581. price: 25
  8582. }, {
  8583. id: 29,
  8584. name: "29",
  8585. color: 0,
  8586. colors: [
  8587. 0, 1, 2
  8588. ],
  8589. price: 25
  8590. }, {
  8591. id: 30,
  8592. name: "30",
  8593. color: 0,
  8594. colors: [0],
  8595. price: 25
  8596. }, {
  8597. id: 31,
  8598. name: "31",
  8599. color: 0,
  8600. colors: [
  8601. 0, 1, 2, 3, 4
  8602. ],
  8603. price: 25
  8604. }, {
  8605. id: 32,
  8606. name: "32",
  8607. color: 0,
  8608. colors: [
  8609. 0, 1, 2, 3
  8610. ],
  8611. price: 25
  8612. }, {
  8613. id: 33,
  8614. name: "33",
  8615. color: 0,
  8616. colors: [0],
  8617. price: 25
  8618. }, {
  8619. id: 34,
  8620. name: "34",
  8621. color: 0,
  8622. colors: [0],
  8623. price: 25
  8624. }, {
  8625. id: 35,
  8626. name: "35",
  8627. color: 0,
  8628. colors: [0],
  8629. price: 25
  8630. }, {
  8631. id: 36,
  8632. name: "36",
  8633. color: 0,
  8634. colors: [0],
  8635. price: 25
  8636. }, {
  8637. id: 37,
  8638. name: "37",
  8639. color: 0,
  8640. colors: [
  8641. 0, 1, 2, 3
  8642. ],
  8643. price: 25
  8644. }, {
  8645. id: 38,
  8646. name: "38",
  8647. color: 0,
  8648. colors: [
  8649. 0, 1, 2, 3
  8650. ],
  8651. price: 25
  8652. }, {
  8653. id: 39,
  8654. name: "39",
  8655. color: 0,
  8656. colors: [
  8657. 0, 1, 2, 3
  8658. ],
  8659. price: 25
  8660. }, {
  8661. id: 40,
  8662. name: "40",
  8663. color: 0,
  8664. colors: [
  8665. 0, 1, 2, 3
  8666. ],
  8667. price: 25
  8668. }, {
  8669. id: 41,
  8670. name: "41",
  8671. color: 0,
  8672. colors: [0],
  8673. price: 25
  8674. }, {
  8675. id: 42,
  8676. name: "42",
  8677. color: 0,
  8678. colors: [
  8679. 0,
  8680. 1,
  8681. 2,
  8682. 3,
  8683. 4,
  8684. 5,
  8685. 6,
  8686. 7
  8687. ],
  8688. price: 25
  8689. }, {
  8690. id: 43,
  8691. name: "43",
  8692. color: 0,
  8693. colors: [
  8694. 0, 1
  8695. ],
  8696. price: 25
  8697. }, {
  8698. id: 45,
  8699. name: "45",
  8700. color: 0,
  8701. colors: [
  8702. 0,
  8703. 1,
  8704. 2,
  8705. 3,
  8706. 4,
  8707. 5,
  8708. 6
  8709. ],
  8710. price: 25
  8711. }, {
  8712. id: 46,
  8713. name: "46",
  8714. color: 0,
  8715. colors: [
  8716. 0, 1
  8717. ],
  8718. price: 25
  8719. }, {
  8720. id: 47,
  8721. name: "47",
  8722. color: 0,
  8723. colors: [
  8724. 0, 1
  8725. ],
  8726. price: 25
  8727. }, {
  8728. id: 48,
  8729. name: "48",
  8730. color: 0,
  8731. colors: [
  8732. 0, 1, 2, 3, 4
  8733. ],
  8734. price: 25
  8735. }, {
  8736. id: 49,
  8737. name: "49",
  8738. color: 0,
  8739. colors: [
  8740. 0, 1, 2, 3, 4
  8741. ],
  8742. price: 25
  8743. }, {
  8744. id: 50,
  8745. name: "50",
  8746. color: 0,
  8747. colors: [
  8748. 0, 1, 2, 3
  8749. ],
  8750. price: 25
  8751. }, {
  8752. id: 51,
  8753. name: "51",
  8754. color: 0,
  8755. colors: [0],
  8756. price: 25
  8757. }, {
  8758. id: 52,
  8759. name: "52",
  8760. color: 0,
  8761. colors: [
  8762. 0, 1, 2, 3
  8763. ],
  8764. price: 25
  8765. }, {
  8766. id: 53,
  8767. name: "53",
  8768. color: 0,
  8769. colors: [0],
  8770. price: 25
  8771. }, {
  8772. id: 54,
  8773. name: "54",
  8774. color: 0,
  8775. colors: [
  8776. 0,
  8777. 1,
  8778. 2,
  8779. 3,
  8780. 4,
  8781. 5,
  8782. 6
  8783. ],
  8784. price: 25
  8785. }, {
  8786. id: 55,
  8787. name: "55",
  8788. color: 0,
  8789. colors: [
  8790. 0, 1, 2, 3
  8791. ],
  8792. price: 25
  8793. }, {
  8794. id: 56,
  8795. name: "56",
  8796. color: 0,
  8797. colors: [
  8798. 0,
  8799. 1,
  8800. 2,
  8801. 3,
  8802. 4,
  8803. 5,
  8804. 6,
  8805. 7
  8806. ],
  8807. price: 25
  8808. }, {
  8809. id: 57,
  8810. name: "57",
  8811. color: 0,
  8812. colors: [
  8813. 0, 1, 2
  8814. ],
  8815. price: 25
  8816. }, {
  8817. id: 58,
  8818. name: "58",
  8819. color: 0,
  8820. colors: [
  8821. 0,
  8822. 1,
  8823. 2,
  8824. 3,
  8825. 4,
  8826. 5,
  8827. 6,
  8828. 7,
  8829. 8,
  8830. 9,
  8831. 10,
  8832. 11,
  8833. 12,
  8834. 13,
  8835. 14,
  8836. 15
  8837. ],
  8838. price: 25
  8839. }, {
  8840. id: 59,
  8841. name: "59",
  8842. color: 0,
  8843. colors: [
  8844. 0,
  8845. 1,
  8846. 2,
  8847. 3,
  8848. 4,
  8849. 5,
  8850. 6,
  8851. 7,
  8852. 8,
  8853. 9
  8854. ],
  8855. price: 25
  8856. }, {
  8857. id: 60,
  8858. name: "60",
  8859. color: 0,
  8860. colors: [
  8861. 0,
  8862. 1,
  8863. 2,
  8864. 3,
  8865. 4,
  8866. 5,
  8867. 6,
  8868. 7,
  8869. 8,
  8870. 9,
  8871. 10,
  8872. 11
  8873. ],
  8874. price: 25
  8875. }, {
  8876. id: 61,
  8877. name: "61",
  8878. color: 0,
  8879. colors: [
  8880. 0,
  8881. 1,
  8882. 2,
  8883. 3,
  8884. 4,
  8885. 5,
  8886. 6,
  8887. 7,
  8888. 8,
  8889. 9,
  8890. 10,
  8891. 11,
  8892. 12,
  8893. 13
  8894. ],
  8895. price: 25
  8896. }, {
  8897. id: 62,
  8898. name: "62",
  8899. color: 0,
  8900. colors: [
  8901. 0, 1, 2, 3
  8902. ],
  8903. price: 25
  8904. }, {
  8905. id: 63,
  8906. name: "63",
  8907. color: 0,
  8908. colors: [0],
  8909. price: 25
  8910. }, {
  8911. id: 64,
  8912. name: "64",
  8913. color: 0,
  8914. colors: [
  8915. 0,
  8916. 1,
  8917. 2,
  8918. 3,
  8919. 4,
  8920. 5,
  8921. 6,
  8922. 7,
  8923. 8,
  8924. 9,
  8925. 10
  8926. ],
  8927. price: 25
  8928. }, {
  8929. id: 65,
  8930. name: "65",
  8931. color: 0,
  8932. colors: [
  8933. 0,
  8934. 1,
  8935. 2,
  8936. 3,
  8937. 4,
  8938. 5,
  8939. 6,
  8940. 7,
  8941. 8,
  8942. 9,
  8943. 10,
  8944. 11,
  8945. 12,
  8946. 13
  8947. ],
  8948. price: 25
  8949. }, {
  8950. id: 66,
  8951. name: "66",
  8952. color: 0,
  8953. colors: [
  8954. 0,
  8955. 1,
  8956. 2,
  8957. 3,
  8958. 4,
  8959. 5,
  8960. 6,
  8961. 7,
  8962. 8,
  8963. 9
  8964. ],
  8965. price: 25
  8966. }, {
  8967. id: 67,
  8968. name: "67",
  8969. color: 0,
  8970. colors: [
  8971. 0,
  8972. 1,
  8973. 2,
  8974. 3,
  8975. 4,
  8976. 5,
  8977. 6,
  8978. 7,
  8979. 8,
  8980. 9,
  8981. 10,
  8982. 11
  8983. ],
  8984. price: 25
  8985. }, {
  8986. id: 68,
  8987. name: "68",
  8988. color: 0,
  8989. colors: [
  8990. 0,
  8991. 1,
  8992. 2,
  8993. 3,
  8994. 4,
  8995. 5,
  8996. 6,
  8997. 7,
  8998. 8,
  8999. 9
  9000. ],
  9001. price: 25
  9002. }, {
  9003. id: 69,
  9004. name: "69",
  9005. color: 0,
  9006. colors: [
  9007. 0,
  9008. 1,
  9009. 2,
  9010. 3,
  9011. 4,
  9012. 5,
  9013. 6,
  9014. 7,
  9015. 8,
  9016. 9,
  9017. 10,
  9018. 11,
  9019. 12,
  9020. 13,
  9021. 14,
  9022. 15
  9023. ],
  9024. price: 25
  9025. }, {
  9026. id: 70,
  9027. name: "70",
  9028. color: 0,
  9029. colors: [
  9030. 0, 1, 2, 3
  9031. ],
  9032. price: 25
  9033. }, {
  9034. id: 71,
  9035. name: "71",
  9036. color: 0,
  9037. colors: [
  9038. 0,
  9039. 1,
  9040. 2,
  9041. 3,
  9042. 4,
  9043. 5
  9044. ],
  9045. price: 25
  9046. }, {
  9047. id: 72,
  9048. name: "72",
  9049. color: 0,
  9050. colors: [
  9051. 0,
  9052. 1,
  9053. 2,
  9054. 3,
  9055. 4,
  9056. 5
  9057. ],
  9058. price: 25
  9059. }, {
  9060. id: 73,
  9061. name: "73",
  9062. color: 0,
  9063. colors: [
  9064. 0,
  9065. 1,
  9066. 2,
  9067. 3,
  9068. 4,
  9069. 5
  9070. ],
  9071. price: 25
  9072. }, {
  9073. id: 74,
  9074. name: "74",
  9075. color: 0,
  9076. colors: [
  9077. 0,
  9078. 1,
  9079. 2,
  9080. 3,
  9081. 4,
  9082. 5
  9083. ],
  9084. price: 25
  9085. }, {
  9086. id: 75,
  9087. name: "75",
  9088. color: 0,
  9089. colors: [
  9090. 0,
  9091. 1,
  9092. 2,
  9093. 3,
  9094. 4,
  9095. 5,
  9096. 6,
  9097. 7
  9098. ],
  9099. price: 25
  9100. }, {
  9101. id: 76,
  9102. name: "76",
  9103. color: 0,
  9104. colors: [
  9105. 0,
  9106. 1,
  9107. 2,
  9108. 3,
  9109. 4,
  9110. 5,
  9111. 6,
  9112. 7
  9113. ],
  9114. price: 25
  9115. }, {
  9116. id: 77,
  9117. name: "77",
  9118. color: 0,
  9119. colors: [
  9120. 0,
  9121. 1,
  9122. 2,
  9123. 3,
  9124. 4,
  9125. 5,
  9126. 6,
  9127. 7,
  9128. 8,
  9129. 9,
  9130. 10
  9131. ],
  9132. price: 25
  9133. }, {
  9134. id: 78,
  9135. name: "78",
  9136. color: 0,
  9137. colors: [
  9138. 0,
  9139. 1,
  9140. 2,
  9141. 3,
  9142. 4,
  9143. 5,
  9144. 6,
  9145. 7
  9146. ],
  9147. price: 25
  9148. }, {
  9149. id: 79,
  9150. name: "79",
  9151. color: 0,
  9152. colors: [
  9153. 0, 1, 2
  9154. ],
  9155. price: 25
  9156. }, {
  9157. id: 80,
  9158. name: "80",
  9159. color: 0,
  9160. colors: [
  9161. 0,
  9162. 1,
  9163. 2,
  9164. 3,
  9165. 4,
  9166. 5,
  9167. 6,
  9168. 7
  9169. ],
  9170. price: 25
  9171. }, {
  9172. id: 81,
  9173. name: "81",
  9174. color: 0,
  9175. colors: [
  9176. 0, 1, 2
  9177. ],
  9178. price: 25
  9179. }, {
  9180. id: 82,
  9181. name: "82",
  9182. color: 0,
  9183. colors: [
  9184. 0,
  9185. 1,
  9186. 2,
  9187. 3,
  9188. 4,
  9189. 5,
  9190. 6,
  9191. 7,
  9192. 8,
  9193. 9
  9194. ],
  9195. price: 25
  9196. }, {
  9197. id: 83,
  9198. name: "83",
  9199. color: 0,
  9200. colors: [
  9201. 0, 1, 2, 3
  9202. ],
  9203. price: 25
  9204. }, {
  9205. id: 84,
  9206. name: "84",
  9207. color: 0,
  9208. colors: [
  9209. 0,
  9210. 1,
  9211. 2,
  9212. 3,
  9213. 4,
  9214. 5,
  9215. 6,
  9216. 7,
  9217. 8,
  9218. 9,
  9219. 10
  9220. ],
  9221. price: 25
  9222. }, {
  9223. id: 85,
  9224. name: "85",
  9225. color: 0,
  9226. colors: [
  9227. 0, 1, 2
  9228. ],
  9229. price: 25
  9230. }, {
  9231. id: 86,
  9232. name: "86",
  9233. color: 0,
  9234. colors: [
  9235. 0,
  9236. 1,
  9237. 2,
  9238. 3,
  9239. 4,
  9240. 5,
  9241. 6,
  9242. 7,
  9243. 8,
  9244. 9,
  9245. 10,
  9246. 11,
  9247. 12,
  9248. 13,
  9249. 14,
  9250. 15
  9251. ],
  9252. price: 25
  9253. }, {
  9254. id: 87,
  9255. name: "87",
  9256. color: 0,
  9257. colors: [
  9258. 0,
  9259. 1,
  9260. 2,
  9261. 3,
  9262. 4,
  9263. 5,
  9264. 6,
  9265. 7,
  9266. 8,
  9267. 9,
  9268. 10,
  9269. 11,
  9270. 12,
  9271. 13,
  9272. 14,
  9273. 15
  9274. ],
  9275. price: 25
  9276. }, {
  9277. id: 88,
  9278. name: "88",
  9279. color: 0,
  9280. colors: [
  9281. 0,
  9282. 1,
  9283. 2,
  9284. 3,
  9285. 4,
  9286. 5,
  9287. 6,
  9288. 7,
  9289. 8,
  9290. 9,
  9291. 10,
  9292. 11,
  9293. 12,
  9294. 13,
  9295. 14,
  9296. 15
  9297. ],
  9298. price: 25
  9299. }, {
  9300. id: 89,
  9301. name: "89",
  9302. color: 0,
  9303. colors: [
  9304. 0,
  9305. 1,
  9306. 2,
  9307. 3,
  9308. 4,
  9309. 5,
  9310. 6,
  9311. 7,
  9312. 8,
  9313. 9,
  9314. 10,
  9315. 11,
  9316. 12,
  9317. 13,
  9318. 14,
  9319. 15
  9320. ],
  9321. price: 25
  9322. }, {
  9323. id: 90,
  9324. name: "90",
  9325. color: 0,
  9326. colors: [
  9327. 0,
  9328. 1,
  9329. 2,
  9330. 3,
  9331. 4,
  9332. 5,
  9333. 6,
  9334. 7,
  9335. 8,
  9336. 9
  9337. ],
  9338. price: 25
  9339. }, {
  9340. id: 91,
  9341. name: "91",
  9342. color: 0,
  9343. colors: [
  9344. 0,
  9345. 1,
  9346. 2,
  9347. 3,
  9348. 4,
  9349. 5,
  9350. 6,
  9351. 7,
  9352. 8,
  9353. 9,
  9354. 10,
  9355. 11,
  9356. 12,
  9357. 13
  9358. ],
  9359. price: 25
  9360. }, {
  9361. id: 92,
  9362. name: "92",
  9363. color: 0,
  9364. colors: [
  9365. 0,
  9366. 1,
  9367. 2,
  9368. 3,
  9369. 4,
  9370. 5,
  9371. 6,
  9372. 7,
  9373. 8,
  9374. 9,
  9375. 10,
  9376. 11,
  9377. 12,
  9378. 13,
  9379. 14,
  9380. 15
  9381. ],
  9382. price: 25
  9383. }, {
  9384. id: 93,
  9385. name: "93",
  9386. color: 0,
  9387. colors: [0],
  9388. price: 25
  9389. }, {
  9390. id: 94,
  9391. name: "94",
  9392. color: 0,
  9393. colors: [
  9394. 0,
  9395. 1,
  9396. 2,
  9397. 3,
  9398. 4,
  9399. 5,
  9400. 6,
  9401. 7,
  9402. 8,
  9403. 9,
  9404. 10,
  9405. 11,
  9406. 12,
  9407. 13,
  9408. 14,
  9409. 15
  9410. ],
  9411. price: 25
  9412. }, {
  9413. id: 95,
  9414. name: "95",
  9415. color: 0,
  9416. colors: [
  9417. 0,
  9418. 1,
  9419. 2,
  9420. 3,
  9421. 4,
  9422. 5,
  9423. 6,
  9424. 7,
  9425. 8,
  9426. 9,
  9427. 10,
  9428. 11
  9429. ],
  9430. price: 25
  9431. }, {
  9432. id: 96,
  9433. name: "96",
  9434. color: 0,
  9435. colors: [
  9436. 0, 1
  9437. ],
  9438. price: 25
  9439. }, {
  9440. id: 97,
  9441. name: "97",
  9442. color: 0,
  9443. colors: [
  9444. 0,
  9445. 1,
  9446. 2,
  9447. 3,
  9448. 4,
  9449. 5,
  9450. 6,
  9451. 7,
  9452. 8,
  9453. 9,
  9454. 10,
  9455. 11,
  9456. 12,
  9457. 13,
  9458. 14,
  9459. 15
  9460. ],
  9461. price: 25
  9462. }, {
  9463. id: 98,
  9464. name: "98",
  9465. color: 0,
  9466. colors: [
  9467. 0,
  9468. 1,
  9469. 2,
  9470. 3,
  9471. 4,
  9472. 5,
  9473. 6,
  9474. 7,
  9475. 8,
  9476. 9,
  9477. 10,
  9478. 11,
  9479. 12,
  9480. 13,
  9481. 14,
  9482. 15
  9483. ],
  9484. price: 25
  9485. }, {
  9486. id: 99,
  9487. name: "99",
  9488. color: 0,
  9489. colors: [
  9490. 0,
  9491. 1,
  9492. 2,
  9493. 3,
  9494. 4,
  9495. 5,
  9496. 6
  9497. ],
  9498. price: 25
  9499. }, {
  9500. id: 100,
  9501. name: "100",
  9502. color: 0,
  9503. colors: [
  9504. 0,
  9505. 1,
  9506. 2,
  9507. 3,
  9508. 4,
  9509. 5,
  9510. 6,
  9511. 7,
  9512. 8,
  9513. 9,
  9514. 10,
  9515. 11,
  9516. 12,
  9517. 13
  9518. ],
  9519. price: 25
  9520. }, {
  9521. id: 101,
  9522. name: "101",
  9523. color: 0,
  9524. colors: [
  9525. 0, 1
  9526. ],
  9527. price: 25
  9528. }
  9529. ];
  9530.  
  9531. app.feet = [
  9532. {
  9533. id: 0,
  9534. name: "0",
  9535. color: 10,
  9536. colors: [10],
  9537. price: 25
  9538. }, {
  9539. id: 1,
  9540. name: "1",
  9541. color: 0,
  9542. colors: [
  9543. 0,
  9544. 1,
  9545. 2,
  9546. 3,
  9547. 4,
  9548. 5,
  9549. 6,
  9550. 7,
  9551. 8,
  9552. 9,
  9553. 10,
  9554. 11,
  9555. 12,
  9556. 13,
  9557. 14,
  9558. 15
  9559. ],
  9560. price: 25
  9561. }, {
  9562. id: 2,
  9563. name: "2",
  9564. color: 6,
  9565. colors: [
  9566. 6, 13
  9567. ],
  9568. price: 25
  9569. }, {
  9570. id: 3,
  9571. name: "3",
  9572. color: 0,
  9573. colors: [
  9574. 0,
  9575. 1,
  9576. 2,
  9577. 3,
  9578. 4,
  9579. 5,
  9580. 6,
  9581. 7,
  9582. 8,
  9583. 9,
  9584. 10,
  9585. 11,
  9586. 12,
  9587. 13,
  9588. 14,
  9589. 15
  9590. ],
  9591. price: 25
  9592. }, {
  9593. id: 4,
  9594. name: "4",
  9595. color: 0,
  9596. colors: [
  9597. 0, 1, 2, 4
  9598. ],
  9599. price: 25
  9600. }, {
  9601. id: 5,
  9602. name: "5",
  9603. color: 0,
  9604. colors: [
  9605. 0, 1, 2, 3
  9606. ],
  9607. price: 25
  9608. }, {
  9609. id: 6,
  9610. name: "6",
  9611. color: 0,
  9612. colors: [
  9613. 0, 1
  9614. ],
  9615. price: 25
  9616. }, {
  9617. id: 7,
  9618. name: "7",
  9619. color: 0,
  9620. colors: [
  9621. 0,
  9622. 1,
  9623. 2,
  9624. 3,
  9625. 4,
  9626. 5,
  9627. 6,
  9628. 7,
  9629. 8,
  9630. 9,
  9631. 10,
  9632. 11,
  9633. 12,
  9634. 13,
  9635. 14,
  9636. 15
  9637. ],
  9638. price: 25
  9639. }, {
  9640. id: 8,
  9641. name: "8",
  9642. color: 0,
  9643. colors: [
  9644. 0,
  9645. 1,
  9646. 2,
  9647. 3,
  9648. 4,
  9649. 5,
  9650. 6,
  9651. 7,
  9652. 8,
  9653. 9,
  9654. 10,
  9655. 11,
  9656. 12,
  9657. 13,
  9658. 14,
  9659. 15
  9660. ],
  9661. price: 25
  9662. }, {
  9663. id: 9,
  9664. name: "9",
  9665. color: 0,
  9666. colors: [
  9667. 0,
  9668. 1,
  9669. 2,
  9670. 3,
  9671. 4,
  9672. 5,
  9673. 6,
  9674. 7,
  9675. 8,
  9676. 9,
  9677. 10,
  9678. 11,
  9679. 12,
  9680. 13,
  9681. 14,
  9682. 15
  9683. ],
  9684. price: 25
  9685. }, {
  9686. id: 10,
  9687. name: "10",
  9688. color: 0,
  9689. colors: [
  9690. 0, 7, 12, 14
  9691. ],
  9692. price: 25
  9693. }, {
  9694. id: 11,
  9695. name: "11",
  9696. color: 9,
  9697. colors: [
  9698. 9, 12, 14, 15
  9699. ],
  9700. price: 25
  9701. }, {
  9702. id: 12,
  9703. name: "12",
  9704. color: 0,
  9705. colors: [
  9706. 0,
  9707. 1,
  9708. 2,
  9709. 3,
  9710. 4,
  9711. 5,
  9712. 6,
  9713. 7,
  9714. 8,
  9715. 9,
  9716. 10,
  9717. 11,
  9718. 12,
  9719. 13,
  9720. 14,
  9721. 15
  9722. ],
  9723. price: 25
  9724. }, {
  9725. id: 14,
  9726. name: "14",
  9727. color: 0,
  9728. colors: [
  9729. 0,
  9730. 1,
  9731. 2,
  9732. 3,
  9733. 4,
  9734. 5,
  9735. 6,
  9736. 7,
  9737. 8,
  9738. 9,
  9739. 10,
  9740. 11,
  9741. 12,
  9742. 13,
  9743. 14,
  9744. 15
  9745. ],
  9746. price: 25
  9747. }, {
  9748. id: 15,
  9749. name: "15",
  9750. color: 0,
  9751. colors: [
  9752. 0,
  9753. 1,
  9754. 2,
  9755. 3,
  9756. 4,
  9757. 5,
  9758. 6,
  9759. 7,
  9760. 8,
  9761. 9,
  9762. 10,
  9763. 11,
  9764. 12,
  9765. 13,
  9766. 14,
  9767. 15
  9768. ],
  9769. price: 25
  9770. }, {
  9771. id: 16,
  9772. name: "16",
  9773. color: 0,
  9774. colors: [
  9775. 0,
  9776. 1,
  9777. 2,
  9778. 3,
  9779. 4,
  9780. 5,
  9781. 6,
  9782. 7,
  9783. 8,
  9784. 9,
  9785. 10,
  9786. 11,
  9787. 12,
  9788. 13,
  9789. 14,
  9790. 15
  9791. ],
  9792. price: 25
  9793. }, {
  9794. id: 17,
  9795. name: "17",
  9796. color: 0,
  9797. colors: [0],
  9798. price: 25
  9799. }, {
  9800. id: 18,
  9801. name: "18",
  9802. color: 0,
  9803. colors: [
  9804. 0, 1
  9805. ],
  9806. price: 25
  9807. }, {
  9808. id: 19,
  9809. name: "19",
  9810. color: 0,
  9811. colors: [0],
  9812. price: 25
  9813. }, {
  9814. id: 20,
  9815. name: "20",
  9816. color: 0,
  9817. colors: [
  9818. 0,
  9819. 1,
  9820. 2,
  9821. 3,
  9822. 4,
  9823. 5,
  9824. 6,
  9825. 7,
  9826. 8,
  9827. 9,
  9828. 10,
  9829. 11
  9830. ],
  9831. price: 25
  9832. }, {
  9833. id: 21,
  9834. name: "21",
  9835. color: 0,
  9836. colors: [
  9837. 0,
  9838. 1,
  9839. 2,
  9840. 3,
  9841. 4,
  9842. 5,
  9843. 6,
  9844. 7,
  9845. 8,
  9846. 9,
  9847. 10,
  9848. 11
  9849. ],
  9850. price: 25
  9851. }, {
  9852. id: 22,
  9853. name: "22",
  9854. color: 0,
  9855. colors: [
  9856. 0,
  9857. 1,
  9858. 2,
  9859. 3,
  9860. 4,
  9861. 5,
  9862. 6,
  9863. 7,
  9864. 8,
  9865. 9,
  9866. 10,
  9867. 11
  9868. ],
  9869. price: 25
  9870. }, {
  9871. id: 23,
  9872. name: "23",
  9873. color: 0,
  9874. colors: [
  9875. 0,
  9876. 1,
  9877. 2,
  9878. 3,
  9879. 4,
  9880. 5,
  9881. 6,
  9882. 7,
  9883. 8,
  9884. 9,
  9885. 10,
  9886. 11,
  9887. 12,
  9888. 13,
  9889. 14,
  9890. 15
  9891. ],
  9892. price: 25
  9893. }, {
  9894. id: 24,
  9895. name: "24",
  9896. color: 0,
  9897. colors: [0],
  9898. price: 25
  9899. }, {
  9900. id: 25,
  9901. name: "25",
  9902. color: 0,
  9903. colors: [0],
  9904. price: 25
  9905. }, {
  9906. id: 26,
  9907. name: "26",
  9908. color: 0,
  9909. colors: [
  9910. 0,
  9911. 1,
  9912. 2,
  9913. 3,
  9914. 4,
  9915. 5,
  9916. 6,
  9917. 7,
  9918. 8,
  9919. 9,
  9920. 10,
  9921. 11,
  9922. 12,
  9923. 13,
  9924. 14,
  9925. 15
  9926. ],
  9927. price: 25
  9928. }, {
  9929. id: 27,
  9930. name: "27",
  9931. color: 0,
  9932. colors: [0],
  9933. price: 25
  9934. }, {
  9935. id: 28,
  9936. name: "28",
  9937. color: 0,
  9938. colors: [
  9939. 0,
  9940. 1,
  9941. 2,
  9942. 3,
  9943. 4,
  9944. 5
  9945. ],
  9946. price: 25
  9947. }, {
  9948. id: 29,
  9949. name: "29",
  9950. color: 0,
  9951. colors: [0],
  9952. price: 25
  9953. }, {
  9954. id: 30,
  9955. name: "30",
  9956. color: 0,
  9957. colors: [
  9958. 0, 1
  9959. ],
  9960. price: 25
  9961. }, {
  9962. id: 31,
  9963. name: "31",
  9964. color: 0,
  9965. colors: [
  9966. 0, 1, 2, 3, 4
  9967. ],
  9968. price: 25
  9969. }, {
  9970. id: 32,
  9971. name: "32",
  9972. color: 0,
  9973. colors: [
  9974. 0,
  9975. 1,
  9976. 2,
  9977. 3,
  9978. 4,
  9979. 5,
  9980. 6,
  9981. 7,
  9982. 8,
  9983. 9,
  9984. 10,
  9985. 11,
  9986. 12,
  9987. 13,
  9988. 14,
  9989. 15
  9990. ],
  9991. price: 25
  9992. }, {
  9993. id: 34,
  9994. name: "34",
  9995. color: 0,
  9996. colors: [
  9997. 0,
  9998. 1,
  9999. 2,
  10000. 3,
  10001. 4,
  10002. 5,
  10003. 6,
  10004. 7,
  10005. 8,
  10006. 9,
  10007. 10,
  10008. 11,
  10009. 12,
  10010. 13,
  10011. 14,
  10012. 15
  10013. ],
  10014. price: 25
  10015. }, {
  10016. id: 35,
  10017. name: "35",
  10018. color: 0,
  10019. colors: [
  10020. 0, 1
  10021. ],
  10022. price: 25
  10023. }, {
  10024. id: 36,
  10025. name: "36",
  10026. color: 0,
  10027. colors: [
  10028. 0, 1, 2, 3
  10029. ],
  10030. price: 25
  10031. }, {
  10032. id: 37,
  10033. name: "37",
  10034. color: 0,
  10035. colors: [
  10036. 0, 1, 2, 3, 4
  10037. ],
  10038. price: 25
  10039. }, {
  10040. id: 38,
  10041. name: "38",
  10042. color: 0,
  10043. colors: [
  10044. 0, 1, 2, 3, 4
  10045. ],
  10046. price: 25
  10047. }, {
  10048. id: 39,
  10049. name: "39",
  10050. color: 0,
  10051. colors: [0],
  10052. price: 25
  10053. }, {
  10054. id: 40,
  10055. name: "40",
  10056. color: 0,
  10057. colors: [
  10058. 0,
  10059. 1,
  10060. 2,
  10061. 3,
  10062. 4,
  10063. 5,
  10064. 6,
  10065. 7,
  10066. 8,
  10067. 9,
  10068. 10,
  10069. 11
  10070. ],
  10071. price: 25
  10072. }, {
  10073. id: 41,
  10074. name: "41",
  10075. color: 0,
  10076. colors: [0],
  10077. price: 25
  10078. }, {
  10079. id: 42,
  10080. name: "42",
  10081. color: 0,
  10082. colors: [
  10083. 0,
  10084. 1,
  10085. 2,
  10086. 3,
  10087. 4,
  10088. 5,
  10089. 6,
  10090. 7,
  10091. 8,
  10092. 9
  10093. ],
  10094. price: 25
  10095. }, {
  10096. id: 43,
  10097. name: "43",
  10098. color: 0,
  10099. colors: [
  10100. 0,
  10101. 1,
  10102. 2,
  10103. 3,
  10104. 4,
  10105. 5,
  10106. 6,
  10107. 7
  10108. ],
  10109. price: 25
  10110. }, {
  10111. id: 44,
  10112. name: "44",
  10113. color: 0,
  10114. colors: [
  10115. 0,
  10116. 1,
  10117. 2,
  10118. 3,
  10119. 4,
  10120. 5,
  10121. 6,
  10122. 7,
  10123. 8,
  10124. 9,
  10125. 10
  10126. ],
  10127. price: 25
  10128. }, {
  10129. id: 45,
  10130. name: "45",
  10131. color: 0,
  10132. colors: [
  10133. 0,
  10134. 1,
  10135. 2,
  10136. 3,
  10137. 4,
  10138. 5,
  10139. 6,
  10140. 7,
  10141. 8,
  10142. 9,
  10143. 10
  10144. ],
  10145. price: 25
  10146. }, {
  10147. id: 46,
  10148. name: "46",
  10149. color: 0,
  10150. colors: [
  10151. 0,
  10152. 1,
  10153. 2,
  10154. 3,
  10155. 4,
  10156. 5,
  10157. 6,
  10158. 7,
  10159. 8,
  10160. 9,
  10161. 10
  10162. ],
  10163. price: 25
  10164. }, {
  10165. id: 47,
  10166. name: "47",
  10167. color: 0,
  10168. colors: [
  10169. 0,
  10170. 1,
  10171. 2,
  10172. 3,
  10173. 4,
  10174. 5,
  10175. 6,
  10176. 7,
  10177. 8,
  10178. 9,
  10179. 10,
  10180. 11
  10181. ],
  10182. price: 25
  10183. }, {
  10184. id: 48,
  10185. name: "48",
  10186. color: 0,
  10187. colors: [
  10188. 0, 1
  10189. ],
  10190. price: 25
  10191. }, {
  10192. id: 49,
  10193. name: "49",
  10194. color: 0,
  10195. colors: [
  10196. 0, 1
  10197. ],
  10198. price: 25
  10199. }, {
  10200. id: 50,
  10201. name: "50",
  10202. color: 0,
  10203. colors: [
  10204. 0,
  10205. 1,
  10206. 2,
  10207. 3,
  10208. 4,
  10209. 5
  10210. ],
  10211. price: 25
  10212. }, {
  10213. id: 51,
  10214. name: "51",
  10215. color: 0,
  10216. colors: [
  10217. 0,
  10218. 1,
  10219. 2,
  10220. 3,
  10221. 4,
  10222. 5
  10223. ],
  10224. price: 25
  10225. }, {
  10226. id: 52,
  10227. name: "52",
  10228. color: 0,
  10229. colors: [
  10230. 0, 1
  10231. ],
  10232. price: 25
  10233. }, {
  10234. id: 53,
  10235. name: "53",
  10236. color: 0,
  10237. colors: [
  10238. 0,
  10239. 1,
  10240. 2,
  10241. 3,
  10242. 4,
  10243. 5
  10244. ],
  10245. price: 25
  10246. }, {
  10247. id: 54,
  10248. name: "54",
  10249. color: 0,
  10250. colors: [
  10251. 0,
  10252. 1,
  10253. 2,
  10254. 3,
  10255. 4,
  10256. 5
  10257. ],
  10258. price: 25
  10259. }, {
  10260. id: 55,
  10261. name: "55",
  10262. color: 0,
  10263. colors: [
  10264. 0,
  10265. 1,
  10266. 2,
  10267. 3,
  10268. 4,
  10269. 5,
  10270. 6,
  10271. 7,
  10272. 8,
  10273. 9,
  10274. 10
  10275. ],
  10276. price: 25
  10277. }, {
  10278. id: 56,
  10279. name: "56",
  10280. color: 0,
  10281. colors: [
  10282. 0, 1
  10283. ],
  10284. price: 25
  10285. }, {
  10286. id: 57,
  10287. name: "57",
  10288. color: 0,
  10289. colors: [
  10290. 0,
  10291. 1,
  10292. 2,
  10293. 3,
  10294. 4,
  10295. 5,
  10296. 6,
  10297. 7,
  10298. 8,
  10299. 9,
  10300. 10,
  10301. 11
  10302. ],
  10303. price: 25
  10304. }, {
  10305. id: 58,
  10306. name: "58",
  10307. color: 0,
  10308. colors: [
  10309. 0, 1, 2
  10310. ],
  10311. price: 25
  10312. }, {
  10313. id: 59,
  10314. name: "59",
  10315. color: 0,
  10316. colors: [
  10317. 0,
  10318. 1,
  10319. 2,
  10320. 3,
  10321. 4,
  10322. 5,
  10323. 6,
  10324. 7,
  10325. 8,
  10326. 9,
  10327. 10,
  10328. 11,
  10329. 12,
  10330. 13,
  10331. 14,
  10332. 15
  10333. ],
  10334. price: 25
  10335. }, {
  10336. id: 60,
  10337. name: "60",
  10338. color: 0,
  10339. colors: [
  10340. 0,
  10341. 1,
  10342. 2,
  10343. 3,
  10344. 4,
  10345. 5,
  10346. 6,
  10347. 7
  10348. ],
  10349. price: 25
  10350. }, {
  10351. id: 61,
  10352. name: "61",
  10353. color: 0,
  10354. colors: [
  10355. 0,
  10356. 1,
  10357. 2,
  10358. 3,
  10359. 4,
  10360. 5,
  10361. 6,
  10362. 7
  10363. ],
  10364. price: 25
  10365. }, {
  10366. id: 62,
  10367. name: "62",
  10368. color: 0,
  10369. colors: [
  10370. 0,
  10371. 1,
  10372. 2,
  10373. 3,
  10374. 4,
  10375. 5,
  10376. 6,
  10377. 7
  10378. ],
  10379. price: 25
  10380. }, {
  10381. id: 63,
  10382. name: "63",
  10383. color: 0,
  10384. colors: [
  10385. 0,
  10386. 1,
  10387. 2,
  10388. 3,
  10389. 4,
  10390. 5,
  10391. 6,
  10392. 7
  10393. ],
  10394. price: 25
  10395. }, {
  10396. id: 64,
  10397. name: "64",
  10398. color: 0,
  10399. colors: [
  10400. 0,
  10401. 1,
  10402. 2,
  10403. 3,
  10404. 4,
  10405. 5,
  10406. 6,
  10407. 7,
  10408. 8,
  10409. 9,
  10410. 10,
  10411. 11,
  10412. 12,
  10413. 13
  10414. ],
  10415. price: 25
  10416. }, {
  10417. id: 65,
  10418. name: "65",
  10419. color: 0,
  10420. colors: [
  10421. 0,
  10422. 1,
  10423. 2,
  10424. 3,
  10425. 4,
  10426. 5,
  10427. 6
  10428. ],
  10429. price: 25
  10430. }, {
  10431. id: 66,
  10432. name: "66",
  10433. color: 0,
  10434. colors: [
  10435. 0,
  10436. 1,
  10437. 2,
  10438. 3,
  10439. 4,
  10440. 5,
  10441. 6
  10442. ],
  10443. price: 25
  10444. }, {
  10445. id: 67,
  10446. name: "67",
  10447. color: 0,
  10448. colors: [
  10449. 0,
  10450. 1,
  10451. 2,
  10452. 3,
  10453. 4,
  10454. 5,
  10455. 6,
  10456. 7,
  10457. 8,
  10458. 9,
  10459. 10,
  10460. 11,
  10461. 12,
  10462. 13,
  10463. 14,
  10464. 15
  10465. ],
  10466. price: 25
  10467. }, {
  10468. id: 68,
  10469. name: "68",
  10470. color: 0,
  10471. colors: [
  10472. 0,
  10473. 1,
  10474. 2,
  10475. 3,
  10476. 4,
  10477. 5,
  10478. 6,
  10479. 7,
  10480. 8,
  10481. 9,
  10482. 10,
  10483. 11
  10484. ],
  10485. price: 25
  10486. }, {
  10487. id: 69,
  10488. name: "69",
  10489. color: 0,
  10490. colors: [
  10491. 0,
  10492. 1,
  10493. 2,
  10494. 3,
  10495. 4,
  10496. 5,
  10497. 6,
  10498. 7,
  10499. 8,
  10500. 9,
  10501. 10,
  10502. 11,
  10503. 12,
  10504. 13,
  10505. 14,
  10506. 15
  10507. ],
  10508. price: 25
  10509. }, {
  10510. id: 70,
  10511. name: "70",
  10512. color: 0,
  10513. colors: [
  10514. 0,
  10515. 1,
  10516. 2,
  10517. 3,
  10518. 4,
  10519. 5,
  10520. 6,
  10521. 7,
  10522. 8,
  10523. 9,
  10524. 10,
  10525. 11,
  10526. 12,
  10527. 13,
  10528. 14,
  10529. 15
  10530. ],
  10531. price: 25
  10532. }, {
  10533. id: 71,
  10534. name: "71",
  10535. color: 0,
  10536. colors: [
  10537. 0,
  10538. 1,
  10539. 2,
  10540. 3,
  10541. 4,
  10542. 5,
  10543. 6,
  10544. 7,
  10545. 8,
  10546. 9,
  10547. 10,
  10548. 11,
  10549. 12,
  10550. 13,
  10551. 14,
  10552. 15
  10553. ],
  10554. price: 25
  10555. }, {
  10556. id: 72,
  10557. name: "72",
  10558. color: 0,
  10559. colors: [
  10560. 0,
  10561. 1,
  10562. 2,
  10563. 3,
  10564. 4,
  10565. 5,
  10566. 6,
  10567. 7,
  10568. 8,
  10569. 9,
  10570. 10,
  10571. 11,
  10572. 12,
  10573. 13,
  10574. 14,
  10575. 15
  10576. ],
  10577. price: 25
  10578. }, {
  10579. id: 73,
  10580. name: "73",
  10581. color: 0,
  10582. colors: [
  10583. 0,
  10584. 1,
  10585. 2,
  10586. 3,
  10587. 4,
  10588. 5,
  10589. 6,
  10590. 7,
  10591. 8,
  10592. 9,
  10593. 10,
  10594. 11,
  10595. 12,
  10596. 13,
  10597. 14,
  10598. 15
  10599. ],
  10600. price: 25
  10601. }, {
  10602. id: 74,
  10603. name: "74",
  10604. color: 0,
  10605. colors: [
  10606. 0, 1
  10607. ],
  10608. price: 25
  10609. }, {
  10610. id: 75,
  10611. name: "75",
  10612. color: 0,
  10613. colors: [
  10614. 0,
  10615. 1,
  10616. 2,
  10617. 3,
  10618. 4,
  10619. 5,
  10620. 6,
  10621. 7,
  10622. 8,
  10623. 9,
  10624. 10,
  10625. 11,
  10626. 12,
  10627. 13,
  10628. 14,
  10629. 15
  10630. ],
  10631. price: 25
  10632. }
  10633. ];
  10634.  
  10635. app.accessories = [
  10636. {
  10637. id: 0,
  10638. name: "0",
  10639. color: 0,
  10640. colors: [
  10641. 0,
  10642. 1,
  10643. 2,
  10644. 3,
  10645. 4,
  10646. 5,
  10647. 6,
  10648. 7,
  10649. 8,
  10650. 9,
  10651. 10,
  10652. 11,
  10653. 12,
  10654. 13,
  10655. 14,
  10656. 15,
  10657. 16,
  10658. 17,
  10659. 18,
  10660. 19,
  10661. 20
  10662. ],
  10663. price: 25
  10664. }, {
  10665. id: 10,
  10666. name: "10",
  10667. color: 0,
  10668. colors: [
  10669. 0, 1, 2, 3
  10670. ],
  10671. price: 25
  10672. }, {
  10673. id: 11,
  10674. name: "11",
  10675. color: 0,
  10676. colors: [1],
  10677. price: 25
  10678. }, {
  10679. id: 12,
  10680. name: "12",
  10681. color: 0,
  10682. colors: [
  10683. 0, 1, 2, 3
  10684. ],
  10685. price: 25
  10686. }, {
  10687. id: 16,
  10688. name: "16",
  10689. color: 0,
  10690. colors: [
  10691. 0, 1, 2
  10692. ],
  10693. price: 25
  10694. }, {
  10695. id: 17,
  10696. name: "17",
  10697. color: 0,
  10698. colors: [
  10699. 0, 1, 2
  10700. ],
  10701. price: 25
  10702. }, {
  10703. id: 18,
  10704. name: "18",
  10705. color: 0,
  10706. colors: [0],
  10707. price: 25
  10708. }, {
  10709. id: 19,
  10710. name: "19",
  10711. color: 0,
  10712. colors: [0],
  10713. price: 25
  10714. }, {
  10715. id: 20,
  10716. name: "20",
  10717. color: 0,
  10718. colors: [
  10719. 0, 1, 2, 3, 4
  10720. ],
  10721. price: 25
  10722. }, {
  10723. id: 21,
  10724. name: "21",
  10725. color: 0,
  10726. colors: [
  10727. 0,
  10728. 1,
  10729. 2,
  10730. 3,
  10731. 4,
  10732. 5,
  10733. 6,
  10734. 7,
  10735. 8,
  10736. 9,
  10737. 10,
  10738. 11,
  10739. 12
  10740. ],
  10741. price: 25
  10742. }, {
  10743. id: 22,
  10744. name: "22",
  10745. color: 0,
  10746. colors: [
  10747. 0,
  10748. 1,
  10749. 2,
  10750. 3,
  10751. 4,
  10752. 5,
  10753. 6,
  10754. 7,
  10755. 8,
  10756. 9,
  10757. 10,
  10758. 11,
  10759. 12,
  10760. 13,
  10761. 14
  10762. ],
  10763. price: 25
  10764. }, {
  10765. id: 23,
  10766. name: "23",
  10767. color: 0,
  10768. colors: [
  10769. 0,
  10770. 1,
  10771. 2,
  10772. 3,
  10773. 4,
  10774. 5,
  10775. 6,
  10776. 7,
  10777. 8,
  10778. 9,
  10779. 10,
  10780. 11,
  10781. 12
  10782. ],
  10783. price: 25
  10784. }, {
  10785. id: 24,
  10786. name: "24",
  10787. color: 0,
  10788. colors: [
  10789. 0,
  10790. 1,
  10791. 2,
  10792. 3,
  10793. 4,
  10794. 5,
  10795. 6,
  10796. 7,
  10797. 8,
  10798. 9,
  10799. 10,
  10800. 11,
  10801. 12,
  10802. 13,
  10803. 14,
  10804. 15
  10805. ],
  10806. price: 25
  10807. }, {
  10808. id: 25,
  10809. name: "25",
  10810. color: 0,
  10811. colors: [
  10812. 0,
  10813. 1,
  10814. 2,
  10815. 3,
  10816. 4,
  10817. 5,
  10818. 6,
  10819. 7,
  10820. 8,
  10821. 9,
  10822. 10,
  10823. 11,
  10824. 12,
  10825. 13,
  10826. 14,
  10827. 15
  10828. ],
  10829. price: 25
  10830. }, {
  10831. id: 26,
  10832. name: "26",
  10833. color: 0,
  10834. colors: [
  10835. 0,
  10836. 1,
  10837. 2,
  10838. 3,
  10839. 4,
  10840. 5,
  10841. 6,
  10842. 7,
  10843. 8,
  10844. 9,
  10845. 10,
  10846. 11,
  10847. 12,
  10848. 13,
  10849. 14,
  10850. 15
  10851. ],
  10852. price: 25
  10853. }, {
  10854. id: 27,
  10855. name: "27",
  10856. color: 0,
  10857. colors: [
  10858. 0,
  10859. 1,
  10860. 2,
  10861. 3,
  10862. 4,
  10863. 5,
  10864. 6,
  10865. 7,
  10866. 8,
  10867. 9,
  10868. 10,
  10869. 11,
  10870. 12,
  10871. 13,
  10872. 14,
  10873. 15
  10874. ],
  10875. price: 25
  10876. }, {
  10877. id: 28,
  10878. name: "28",
  10879. color: 0,
  10880. colors: [
  10881. 0,
  10882. 1,
  10883. 2,
  10884. 3,
  10885. 4,
  10886. 5,
  10887. 6,
  10888. 7,
  10889. 8,
  10890. 9,
  10891. 10,
  10892. 11,
  10893. 12,
  10894. 13,
  10895. 14,
  10896. 15
  10897. ],
  10898. price: 25
  10899. }, {
  10900. id: 29,
  10901. name: "29",
  10902. color: 0,
  10903. colors: [
  10904. 0,
  10905. 1,
  10906. 2,
  10907. 3,
  10908. 4,
  10909. 5,
  10910. 6,
  10911. 7,
  10912. 8,
  10913. 9,
  10914. 10,
  10915. 11,
  10916. 12,
  10917. 13,
  10918. 14,
  10919. 15
  10920. ],
  10921. price: 25
  10922. }, {
  10923. id: 30,
  10924. name: "30",
  10925. color: 0,
  10926. colors: [
  10927. 0,
  10928. 1,
  10929. 2,
  10930. 3,
  10931. 4,
  10932. 5
  10933. ],
  10934. price: 25
  10935. }, {
  10936. id: 31,
  10937. name: "31",
  10938. color: 0,
  10939. colors: [
  10940. 0,
  10941. 1,
  10942. 2,
  10943. 3,
  10944. 4,
  10945. 5
  10946. ],
  10947. price: 25
  10948. }, {
  10949. id: 32,
  10950. name: "32",
  10951. color: 0,
  10952. colors: [
  10953. 0, 1, 2
  10954. ],
  10955. price: 25
  10956. }, {
  10957. id: 33,
  10958. name: "33",
  10959. color: 0,
  10960. colors: [0],
  10961. price: 25
  10962. }, {
  10963. id: 34,
  10964. name: "34",
  10965. color: 0,
  10966. colors: [
  10967. 0, 1, 2, 3
  10968. ],
  10969. price: 25
  10970. }, {
  10971. id: 35,
  10972. name: "35",
  10973. color: 0,
  10974. colors: [
  10975. 0, 1, 2, 3
  10976. ],
  10977. price: 25
  10978. }, {
  10979. id: 36,
  10980. name: "36",
  10981. color: 0,
  10982. colors: [0],
  10983. price: 25
  10984. }, {
  10985. id: 37,
  10986. name: "37",
  10987. color: 0,
  10988. colors: [
  10989. 0,
  10990. 1,
  10991. 2,
  10992. 3,
  10993. 4,
  10994. 5,
  10995. 6,
  10996. 7,
  10997. 8,
  10998. 9,
  10999. 10,
  11000. 11,
  11001. 12,
  11002. 13,
  11003. 14,
  11004. 15
  11005. ],
  11006. price: 25
  11007. }, {
  11008. id: 38,
  11009. name: "38",
  11010. color: 0,
  11011. colors: [
  11012. 0,
  11013. 1,
  11014. 2,
  11015. 3,
  11016. 4,
  11017. 5,
  11018. 6,
  11019. 7,
  11020. 8,
  11021. 9,
  11022. 10,
  11023. 11,
  11024. 12,
  11025. 13,
  11026. 14,
  11027. 15
  11028. ],
  11029. price: 25
  11030. }, {
  11031. id: 39,
  11032. name: "39",
  11033. color: 0,
  11034. colors: [
  11035. 0,
  11036. 1,
  11037. 2,
  11038. 3,
  11039. 4,
  11040. 5,
  11041. 6,
  11042. 7,
  11043. 8,
  11044. 9,
  11045. 10,
  11046. 11,
  11047. 12,
  11048. 13,
  11049. 14,
  11050. 15
  11051. ],
  11052. price: 25
  11053. }, {
  11054. id: 40,
  11055. name: "40",
  11056. color: 0,
  11057. colors: [0],
  11058. price: 25
  11059. }, {
  11060. id: 41,
  11061. name: "41",
  11062. color: 0,
  11063. colors: [0],
  11064. price: 25
  11065. }, {
  11066. id: 42,
  11067. name: "42",
  11068. color: 0,
  11069. colors: [
  11070. 0, 1
  11071. ],
  11072. price: 25
  11073. }, {
  11074. id: 43,
  11075. name: "43",
  11076. color: 0,
  11077. colors: [
  11078. 0, 1
  11079. ],
  11080. price: 25
  11081. }, {
  11082. id: 44,
  11083. name: "44",
  11084. color: 0,
  11085. colors: [0],
  11086. price: 25
  11087. }, {
  11088. id: 45,
  11089. name: "45",
  11090. color: 0,
  11091. colors: [
  11092. 0, 1
  11093. ],
  11094. price: 25
  11095. }, {
  11096. id: 46,
  11097. name: "46",
  11098. color: 0,
  11099. colors: [
  11100. 0, 1
  11101. ],
  11102. price: 25
  11103. }, {
  11104. id: 47,
  11105. name: "47",
  11106. color: 0,
  11107. colors: [
  11108. 0, 1
  11109. ],
  11110. price: 25
  11111. }, {
  11112. id: 48,
  11113. name: "48",
  11114. color: 0,
  11115. colors: [
  11116. 0, 1
  11117. ],
  11118. price: 25
  11119. }, {
  11120. id: 49,
  11121. name: "49",
  11122. color: 0,
  11123. colors: [
  11124. 0, 1
  11125. ],
  11126. price: 25
  11127. }, {
  11128. id: 50,
  11129. name: "50",
  11130. color: 0,
  11131. colors: [
  11132. 0, 1
  11133. ],
  11134. price: 25
  11135. }, {
  11136. id: 51,
  11137. name: "51",
  11138. color: 0,
  11139. colors: [0],
  11140. price: 25
  11141. }, {
  11142. id: 52,
  11143. name: "52",
  11144. color: 0,
  11145. colors: [
  11146. 0, 1
  11147. ],
  11148. price: 25
  11149. }, {
  11150. id: 53,
  11151. name: "53",
  11152. color: 0,
  11153. colors: [
  11154. 0, 1
  11155. ],
  11156. price: 25
  11157. }, {
  11158. id: 54,
  11159. name: "54",
  11160. color: 0,
  11161. colors: [
  11162. 0, 1
  11163. ],
  11164. price: 25
  11165. }, {
  11166. id: 55,
  11167. name: "55",
  11168. color: 0,
  11169. colors: [
  11170. 0, 1
  11171. ],
  11172. price: 25
  11173. }, {
  11174. id: 74,
  11175. name: "74",
  11176. color: 0,
  11177. colors: [
  11178. 0, 1
  11179. ],
  11180. price: 25
  11181. }, {
  11182. id: 75,
  11183. name: "75",
  11184. color: 0,
  11185. colors: [
  11186. 0, 1
  11187. ],
  11188. price: 25
  11189. }, {
  11190. id: 76,
  11191. name: "76",
  11192. color: 0,
  11193. colors: [
  11194. 0, 1
  11195. ],
  11196. price: 25
  11197. }, {
  11198. id: 77,
  11199. name: "77",
  11200. color: 0,
  11201. colors: [
  11202. 0, 1
  11203. ],
  11204. price: 25
  11205. }, {
  11206. id: 78,
  11207. name: "78",
  11208. color: 0,
  11209. colors: [
  11210. 0, 1
  11211. ],
  11212. price: 25
  11213. }, {
  11214. id: 79,
  11215. name: "79",
  11216. color: 0,
  11217. colors: [
  11218. 0, 1
  11219. ],
  11220. price: 25
  11221. }, {
  11222. id: 80,
  11223. name: "80",
  11224. color: 0,
  11225. colors: [
  11226. 0, 1
  11227. ],
  11228. price: 25
  11229. }, {
  11230. id: 81,
  11231. name: "81",
  11232. color: 0,
  11233. colors: [
  11234. 0, 1
  11235. ],
  11236. price: 25
  11237. }, {
  11238. id: 82,
  11239. name: "82",
  11240. color: 0,
  11241. colors: [
  11242. 0, 1
  11243. ],
  11244. price: 25
  11245. }, {
  11246. id: 83,
  11247. name: "83",
  11248. color: 0,
  11249. colors: [
  11250. 0, 1
  11251. ],
  11252. price: 25
  11253. }, {
  11254. id: 85,
  11255. name: "85",
  11256. color: 0,
  11257. colors: [
  11258. 0, 1
  11259. ],
  11260. price: 25
  11261. }, {
  11262. id: 86,
  11263. name: "86",
  11264. color: 0,
  11265. colors: [
  11266. 0, 1
  11267. ],
  11268. price: 25
  11269. }, {
  11270. id: 87,
  11271. name: "87",
  11272. color: 0,
  11273. colors: [
  11274. 0, 1
  11275. ],
  11276. price: 25
  11277. }, {
  11278. id: 88,
  11279. name: "88",
  11280. color: 0,
  11281. colors: [
  11282. 0, 1
  11283. ],
  11284. price: 25
  11285. }, {
  11286. id: 89,
  11287. name: "89",
  11288. color: 0,
  11289. colors: [
  11290. 0, 1
  11291. ],
  11292. price: 25
  11293. }, {
  11294. id: 90,
  11295. name: "90",
  11296. color: 0,
  11297. colors: [
  11298. 0, 1
  11299. ],
  11300. price: 25
  11301. }, {
  11302. id: 91,
  11303. name: "91",
  11304. color: 0,
  11305. colors: [
  11306. 0, 1
  11307. ],
  11308. price: 25
  11309. }, {
  11310. id: 92,
  11311. name: "92",
  11312. color: 0,
  11313. colors: [
  11314. 0, 1
  11315. ],
  11316. price: 25
  11317. }, {
  11318. id: 93,
  11319. name: "93",
  11320. color: 0,
  11321. colors: [
  11322. 0, 1
  11323. ],
  11324. price: 25
  11325. }, {
  11326. id: 94,
  11327. name: "94",
  11328. color: 0,
  11329. colors: [
  11330. 0, 1
  11331. ],
  11332. price: 25
  11333. }, {
  11334. id: 110,
  11335. name: "110",
  11336. color: 0,
  11337. colors: [
  11338. 0, 1
  11339. ],
  11340. price: 25
  11341. }, {
  11342. id: 111,
  11343. name: "111",
  11344. color: 0,
  11345. colors: [
  11346. 0, 1
  11347. ],
  11348. price: 25
  11349. }, {
  11350. id: 112,
  11351. name: "112",
  11352. color: 0,
  11353. colors: [
  11354. 0, 1, 2
  11355. ],
  11356. price: 25
  11357. }, {
  11358. id: 113,
  11359. name: "113",
  11360. color: 0,
  11361. colors: [0],
  11362. price: 25
  11363. }, {
  11364. id: 114,
  11365. name: "114",
  11366. color: 0,
  11367. colors: [0],
  11368. price: 25
  11369. }, {
  11370. id: 115,
  11371. name: "115",
  11372. color: 0,
  11373. colors: [
  11374. 0, 1
  11375. ],
  11376. price: 25
  11377. }, {
  11378. id: 116,
  11379. name: "116",
  11380. color: 0,
  11381. colors: [
  11382. 0,
  11383. 1,
  11384. 2,
  11385. 3,
  11386. 4,
  11387. 5,
  11388. 6,
  11389. 7,
  11390. 8,
  11391. 9
  11392. ],
  11393. price: 25
  11394. }, {
  11395. id: 117,
  11396. name: "117",
  11397. color: 0,
  11398. colors: [
  11399. 0,
  11400. 1,
  11401. 2,
  11402. 3,
  11403. 4,
  11404. 5,
  11405. 6,
  11406. 7,
  11407. 8,
  11408. 9
  11409. ],
  11410. price: 25
  11411. }, {
  11412. id: 118,
  11413. name: "118",
  11414. color: 0,
  11415. colors: [0],
  11416. price: 25
  11417. }, {
  11418. id: 119,
  11419. name: "119",
  11420. color: 0,
  11421. colors: [
  11422. 0, 1
  11423. ],
  11424. price: 25
  11425. }, {
  11426. id: 120,
  11427. name: "120",
  11428. color: 0,
  11429. colors: [
  11430. 0, 1
  11431. ],
  11432. price: 25
  11433. }, {
  11434. id: 121,
  11435. name: "121",
  11436. color: 0,
  11437. colors: [
  11438. 0, 1
  11439. ],
  11440. price: 25
  11441. }, {
  11442. id: 122,
  11443. name: "122",
  11444. color: 0,
  11445. colors: [
  11446. 0, 1
  11447. ],
  11448. price: 25
  11449. }, {
  11450. id: 123,
  11451. name: "123",
  11452. color: 0,
  11453. colors: [
  11454. 0, 1
  11455. ],
  11456. price: 25
  11457. }, {
  11458. id: 124,
  11459. name: "124",
  11460. color: 0,
  11461. colors: [
  11462. 0, 1
  11463. ],
  11464. price: 25
  11465. }, {
  11466. id: 125,
  11467. name: "125",
  11468. color: 0,
  11469. colors: [0],
  11470. price: 25
  11471. }, {
  11472. id: 126,
  11473. name: "126",
  11474. color: 0,
  11475. colors: [0],
  11476. price: 25
  11477. }, {
  11478. id: 127,
  11479. name: "127",
  11480. color: 0,
  11481. colors: [0],
  11482. price: 25
  11483. }, {
  11484. id: 128,
  11485. name: "128",
  11486. color: 0,
  11487. colors: [0],
  11488. price: 25
  11489. }
  11490. ];
  11491.  
  11492. app.masks = [
  11493. {
  11494. id: 0,
  11495. name: "0",
  11496. color: 0,
  11497. colors: [0],
  11498. price: 0
  11499. }, {
  11500. id: 1,
  11501. name: "1",
  11502. color: 0,
  11503. colors: [
  11504. 0, 1, 2, 3
  11505. ],
  11506. price: 25
  11507. }, {
  11508. id: 2,
  11509. name: "2",
  11510. color: 0,
  11511. colors: [
  11512. 0, 1, 2, 3
  11513. ],
  11514. price: 25
  11515. }, {
  11516. id: 3,
  11517. name: "3",
  11518. color: 0,
  11519. colors: [0],
  11520. price: 25
  11521. }, {
  11522. id: 4,
  11523. name: "4",
  11524. color: 0,
  11525. colors: [
  11526. 0, 1, 2, 3
  11527. ],
  11528. price: 25
  11529. }, {
  11530. id: 5,
  11531. name: "5",
  11532. color: 0,
  11533. colors: [
  11534. 0, 1, 2, 3
  11535. ],
  11536. price: 25
  11537. }, {
  11538. id: 6,
  11539. name: "6",
  11540. color: 0,
  11541. colors: [
  11542. 0, 1, 2, 3
  11543. ],
  11544. price: 25
  11545. }, {
  11546. id: 7,
  11547. name: "7",
  11548. color: 0,
  11549. colors: [
  11550. 0, 1, 2, 3
  11551. ],
  11552. price: 25
  11553. }, {
  11554. id: 8,
  11555. name: "8",
  11556. color: 0,
  11557. colors: [
  11558. 0, 1, 2
  11559. ],
  11560. price: 25
  11561. }, {
  11562. id: 9,
  11563. name: "9",
  11564. color: 0,
  11565. colors: [0],
  11566. price: 25
  11567. }, {
  11568. id: 10,
  11569. name: "10",
  11570. color: 0,
  11571. colors: [0],
  11572. price: 25
  11573. }, {
  11574. id: 11,
  11575. name: "11",
  11576. color: 0,
  11577. colors: [
  11578. 0, 1, 2
  11579. ],
  11580. price: 25
  11581. }, {
  11582. id: 12,
  11583. name: "12",
  11584. color: 0,
  11585. colors: [
  11586. 0, 1, 2
  11587. ],
  11588. price: 25
  11589. }, {
  11590. id: 13,
  11591. name: "13",
  11592. color: 0,
  11593. colors: [0],
  11594. price: 25
  11595. }, {
  11596. id: 14,
  11597. name: "14",
  11598. color: 0,
  11599. colors: [
  11600. 0,
  11601. 1,
  11602. 2,
  11603. 3,
  11604. 4,
  11605. 5,
  11606. 6,
  11607. 7,
  11608. 8,
  11609. 9,
  11610. 10,
  11611. 11,
  11612. 12,
  11613. 13,
  11614. 14,
  11615. 15
  11616. ],
  11617. price: 25
  11618. }, {
  11619. id: 15,
  11620. name: "15",
  11621. color: 0,
  11622. colors: [
  11623. 0, 1, 2, 3
  11624. ],
  11625. price: 25
  11626. }, {
  11627. id: 16,
  11628. name: "16",
  11629. color: 0,
  11630. colors: [
  11631. 0,
  11632. 1,
  11633. 2,
  11634. 3,
  11635. 4,
  11636. 5,
  11637. 6,
  11638. 7,
  11639. 8
  11640. ],
  11641. price: 25
  11642. }, {
  11643. id: 17,
  11644. name: "17",
  11645. color: 0,
  11646. colors: [
  11647. 0, 1
  11648. ],
  11649. price: 25
  11650. }, {
  11651. id: 18,
  11652. name: "18",
  11653. color: 0,
  11654. colors: [
  11655. 0, 1
  11656. ],
  11657. price: 25
  11658. }, {
  11659. id: 19,
  11660. name: "19",
  11661. color: 0,
  11662. colors: [
  11663. 0, 1
  11664. ],
  11665. price: 25
  11666. }, {
  11667. id: 20,
  11668. name: "20",
  11669. color: 0,
  11670. colors: [
  11671. 0, 1
  11672. ],
  11673. price: 25
  11674. }, {
  11675. id: 21,
  11676. name: "21",
  11677. color: 0,
  11678. colors: [
  11679. 0, 1
  11680. ],
  11681. price: 25
  11682. }, {
  11683. id: 22,
  11684. name: "22",
  11685. color: 0,
  11686. colors: [
  11687. 0, 1
  11688. ],
  11689. price: 25
  11690. }, {
  11691. id: 23,
  11692. name: "23",
  11693. color: 0,
  11694. colors: [
  11695. 0, 1
  11696. ],
  11697. price: 25
  11698. }, {
  11699. id: 24,
  11700. name: "24",
  11701. color: 0,
  11702. colors: [
  11703. 0, 1
  11704. ],
  11705. price: 25
  11706. }, {
  11707. id: 25,
  11708. name: "25",
  11709. color: 0,
  11710. colors: [
  11711. 0, 1
  11712. ],
  11713. price: 25
  11714. }, {
  11715. id: 26,
  11716. name: "26",
  11717. color: 0,
  11718. colors: [
  11719. 0, 1
  11720. ],
  11721. price: 25
  11722. }, {
  11723. id: 27,
  11724. name: "27",
  11725. color: 0,
  11726. colors: [0],
  11727. price: 25
  11728. }, {
  11729. id: 28,
  11730. name: "28",
  11731. color: 0,
  11732. colors: [
  11733. 0, 1, 2, 3, 4
  11734. ],
  11735. price: 25
  11736. }, {
  11737. id: 29,
  11738. name: "29",
  11739. color: 0,
  11740. colors: [
  11741. 0, 1, 2, 3, 4
  11742. ],
  11743. price: 25
  11744. }, {
  11745. id: 30,
  11746. name: "30",
  11747. color: 0,
  11748. colors: [0],
  11749. price: 25
  11750. }, {
  11751. id: 31,
  11752. name: "31",
  11753. color: 0,
  11754. colors: [0],
  11755. price: 25
  11756. }, {
  11757. id: 32,
  11758. name: "32",
  11759. color: 0,
  11760. colors: [0],
  11761. price: 25
  11762. }, {
  11763. id: 33,
  11764. name: "33",
  11765. color: 0,
  11766. colors: [0],
  11767. price: 25
  11768. }, {
  11769. id: 34,
  11770. name: "34",
  11771. color: 0,
  11772. colors: [
  11773. 0, 1, 2
  11774. ],
  11775. price: 25
  11776. }, {
  11777. id: 35,
  11778. name: "35",
  11779. color: 0,
  11780. colors: [0],
  11781. price: 25
  11782. }, {
  11783. id: 36,
  11784. name: "36",
  11785. color: 0,
  11786. colors: [0],
  11787. price: 25
  11788. }, {
  11789. id: 37,
  11790. name: "37",
  11791. color: 0,
  11792. colors: [0],
  11793. price: 25
  11794. }, {
  11795. id: 38,
  11796. name: "38",
  11797. color: 0,
  11798. colors: [0],
  11799. price: 25
  11800. }, {
  11801. id: 39,
  11802. name: "39",
  11803. color: 0,
  11804. colors: [
  11805. 0, 1
  11806. ],
  11807. price: 25
  11808. }, {
  11809. id: 40,
  11810. name: "40",
  11811. color: 0,
  11812. colors: [
  11813. 0, 1
  11814. ],
  11815. price: 25
  11816. }, {
  11817. id: 41,
  11818. name: "41",
  11819. color: 0,
  11820. colors: [
  11821. 0, 1
  11822. ],
  11823. price: 25
  11824. }, {
  11825. id: 42,
  11826. name: "42",
  11827. color: 0,
  11828. colors: [
  11829. 0, 1
  11830. ],
  11831. price: 25
  11832. }, {
  11833. id: 43,
  11834. name: "43",
  11835. color: 0,
  11836. colors: [0],
  11837. price: 25
  11838. }, {
  11839. id: 44,
  11840. name: "44",
  11841. color: 0,
  11842. colors: [0],
  11843. price: 25
  11844. }, {
  11845. id: 45,
  11846. name: "45",
  11847. color: 0,
  11848. colors: [0],
  11849. price: 25
  11850. }, {
  11851. id: 46,
  11852. name: "46",
  11853. color: 0,
  11854. colors: [0],
  11855. price: 25
  11856. }, {
  11857. id: 47,
  11858. name: "47",
  11859. color: 0,
  11860. colors: [
  11861. 0, 1, 2, 3
  11862. ],
  11863. price: 25
  11864. }, {
  11865. id: 48,
  11866. name: "48",
  11867. color: 0,
  11868. colors: [
  11869. 0, 1, 2, 3
  11870. ],
  11871. price: 25
  11872. }, {
  11873. id: 49,
  11874. name: "49",
  11875. color: 0,
  11876. colors: [
  11877. 0,
  11878. 1,
  11879. 2,
  11880. 3,
  11881. 4,
  11882. 5,
  11883. 6,
  11884. 7,
  11885. 8,
  11886. 9,
  11887. 10,
  11888. 11,
  11889. 12,
  11890. 13,
  11891. 14,
  11892. 15,
  11893. 16,
  11894. 17,
  11895. 18,
  11896. 19,
  11897. 20,
  11898. 21,
  11899. 22,
  11900. 23,
  11901. 24,
  11902. 25
  11903. ],
  11904. price: 25
  11905. }, {
  11906. id: 50,
  11907. name: "50",
  11908. color: 0,
  11909. colors: [
  11910. 0,
  11911. 1,
  11912. 2,
  11913. 3,
  11914. 4,
  11915. 5,
  11916. 6,
  11917. 7,
  11918. 8,
  11919. 9
  11920. ],
  11921. price: 25
  11922. }, {
  11923. id: 51,
  11924. name: "51",
  11925. color: 0,
  11926. colors: [
  11927. 0,
  11928. 1,
  11929. 2,
  11930. 3,
  11931. 4,
  11932. 5,
  11933. 6,
  11934. 7,
  11935. 8,
  11936. 9
  11937. ],
  11938. price: 25
  11939. }, {
  11940. id: 52,
  11941. name: "52",
  11942. color: 0,
  11943. colors: [
  11944. 0,
  11945. 1,
  11946. 2,
  11947. 3,
  11948. 4,
  11949. 5,
  11950. 6,
  11951. 7,
  11952. 8,
  11953. 9,
  11954. 10
  11955. ],
  11956. price: 25
  11957. }, {
  11958. id: 53,
  11959. name: "53",
  11960. color: 0,
  11961. colors: [
  11962. 0,
  11963. 1,
  11964. 2,
  11965. 3,
  11966. 4,
  11967. 5,
  11968. 6,
  11969. 7,
  11970. 8
  11971. ],
  11972. price: 25
  11973. }, {
  11974. id: 54,
  11975. name: "54",
  11976. color: 0,
  11977. colors: [
  11978. 0,
  11979. 1,
  11980. 2,
  11981. 3,
  11982. 4,
  11983. 5,
  11984. 6,
  11985. 7,
  11986. 8,
  11987. 9,
  11988. 10
  11989. ],
  11990. price: 25
  11991. }, {
  11992. id: 55,
  11993. name: "55",
  11994. color: 0,
  11995. colors: [
  11996. 0, 1
  11997. ],
  11998. price: 25
  11999. }, {
  12000. id: 56,
  12001. name: "56",
  12002. color: 0,
  12003. colors: [
  12004. 0,
  12005. 1,
  12006. 2,
  12007. 3,
  12008. 4,
  12009. 5,
  12010. 6,
  12011. 7,
  12012. 8
  12013. ],
  12014. price: 25
  12015. }, {
  12016. id: 57,
  12017. name: "57",
  12018. color: 0,
  12019. colors: [
  12020. 0,
  12021. 1,
  12022. 2,
  12023. 3,
  12024. 4,
  12025. 5,
  12026. 6,
  12027. 7,
  12028. 8,
  12029. 9,
  12030. 10,
  12031. 11,
  12032. 12,
  12033. 13,
  12034. 14,
  12035. 15,
  12036. 16,
  12037. 17,
  12038. 18,
  12039. 19,
  12040. 20,
  12041. 21
  12042. ],
  12043. price: 25
  12044. }, {
  12045. id: 58,
  12046. name: "58",
  12047. color: 0,
  12048. colors: [
  12049. 0,
  12050. 1,
  12051. 2,
  12052. 3,
  12053. 4,
  12054. 5,
  12055. 6,
  12056. 7,
  12057. 8,
  12058. 9
  12059. ],
  12060. price: 25
  12061. }, {
  12062. id: 59,
  12063. name: "59",
  12064. color: 0,
  12065. colors: [0],
  12066. price: 25
  12067. }, {
  12068. id: 60,
  12069. name: "60",
  12070. color: 0,
  12071. colors: [
  12072. 0, 1, 2
  12073. ],
  12074. price: 25
  12075. }, {
  12076. id: 61,
  12077. name: "61",
  12078. color: 0,
  12079. colors: [
  12080. 0, 1, 2
  12081. ],
  12082. price: 25
  12083. }, {
  12084. id: 62,
  12085. name: "62",
  12086. color: 0,
  12087. colors: [
  12088. 0, 1, 2
  12089. ],
  12090. price: 25
  12091. }, {
  12092. id: 63,
  12093. name: "63",
  12094. color: 0,
  12095. colors: [
  12096. 0, 1, 2
  12097. ],
  12098. price: 25
  12099. }, {
  12100. id: 64,
  12101. name: "64",
  12102. color: 0,
  12103. colors: [
  12104. 0, 1, 2
  12105. ],
  12106. price: 25
  12107. }, {
  12108. id: 65,
  12109. name: "65",
  12110. color: 0,
  12111. colors: [
  12112. 0, 1, 2
  12113. ],
  12114. price: 25
  12115. }, {
  12116. id: 66,
  12117. name: "66",
  12118. color: 0,
  12119. colors: [
  12120. 0, 1, 2
  12121. ],
  12122. price: 25
  12123. }, {
  12124. id: 67,
  12125. name: "67",
  12126. color: 0,
  12127. colors: [
  12128. 0, 1, 2
  12129. ],
  12130. price: 25
  12131. }, {
  12132. id: 68,
  12133. name: "68",
  12134. color: 0,
  12135. colors: [
  12136. 0, 1, 2
  12137. ],
  12138. price: 25
  12139. }, {
  12140. id: 69,
  12141. name: "69",
  12142. color: 0,
  12143. colors: [
  12144. 0, 1, 2
  12145. ],
  12146. price: 25
  12147. }, {
  12148. id: 70,
  12149. name: "70",
  12150. color: 0,
  12151. colors: [
  12152. 0, 1, 2
  12153. ],
  12154. price: 25
  12155. }, {
  12156. id: 71,
  12157. name: "71",
  12158. color: 0,
  12159. colors: [
  12160. 0, 1, 2
  12161. ],
  12162. price: 25
  12163. }, {
  12164. id: 72,
  12165. name: "72",
  12166. color: 0,
  12167. colors: [
  12168. 0, 1, 2
  12169. ],
  12170. price: 25
  12171. }, {
  12172. id: 73,
  12173. name: "73",
  12174. color: 0,
  12175. colors: [0],
  12176. price: 25
  12177. }, {
  12178. id: 74,
  12179. name: "74",
  12180. color: 0,
  12181. colors: [
  12182. 0, 1, 2
  12183. ],
  12184. price: 25
  12185. }, {
  12186. id: 75,
  12187. name: "75",
  12188. color: 0,
  12189. colors: [
  12190. 0, 1, 2
  12191. ],
  12192. price: 25
  12193. }, {
  12194. id: 76,
  12195. name: "76",
  12196. color: 0,
  12197. colors: [
  12198. 0, 1, 2
  12199. ],
  12200. price: 25
  12201. }, {
  12202. id: 77,
  12203. name: "77",
  12204. color: 0,
  12205. colors: [
  12206. 0,
  12207. 1,
  12208. 2,
  12209. 3,
  12210. 4,
  12211. 5
  12212. ],
  12213. price: 25
  12214. }, {
  12215. id: 78,
  12216. name: "78",
  12217. color: 0,
  12218. colors: [
  12219. 0, 1
  12220. ],
  12221. price: 25
  12222. }, {
  12223. id: 79,
  12224. name: "79",
  12225. color: 0,
  12226. colors: [
  12227. 0, 1, 2
  12228. ],
  12229. price: 25
  12230. }, {
  12231. id: 80,
  12232. name: "80",
  12233. color: 0,
  12234. colors: [
  12235. 0, 1, 2
  12236. ],
  12237. price: 25
  12238. }, {
  12239. id: 81,
  12240. name: "81",
  12241. color: 0,
  12242. colors: [
  12243. 0, 1, 2
  12244. ],
  12245. price: 25
  12246. }, {
  12247. id: 82,
  12248. name: "82",
  12249. color: 0,
  12250. colors: [
  12251. 0, 1, 2
  12252. ],
  12253. price: 25
  12254. }, {
  12255. id: 83,
  12256. name: "83",
  12257. color: 0,
  12258. colors: [
  12259. 0, 1, 2, 3
  12260. ],
  12261. price: 25
  12262. }, {
  12263. id: 84,
  12264. name: "84",
  12265. color: 0,
  12266. colors: [0],
  12267. price: 25
  12268. }, {
  12269. id: 85,
  12270. name: "85",
  12271. color: 0,
  12272. colors: [
  12273. 0, 1, 2
  12274. ],
  12275. price: 25
  12276. }, {
  12277. id: 86,
  12278. name: "86",
  12279. color: 0,
  12280. colors: [
  12281. 0, 1, 2
  12282. ],
  12283. price: 25
  12284. }, {
  12285. id: 87,
  12286. name: "87",
  12287. color: 0,
  12288. colors: [
  12289. 0, 1, 2
  12290. ],
  12291. price: 25
  12292. }, {
  12293. id: 88,
  12294. name: "88",
  12295. color: 0,
  12296. colors: [
  12297. 0, 1, 2
  12298. ],
  12299. price: 25
  12300. }, {
  12301. id: 89,
  12302. name: "89",
  12303. color: 0,
  12304. colors: [
  12305. 0, 1, 2, 3, 4
  12306. ],
  12307. price: 25
  12308. }, {
  12309. id: 90,
  12310. name: "90",
  12311. color: 0,
  12312. colors: [
  12313. 0,
  12314. 1,
  12315. 2,
  12316. 3,
  12317. 4,
  12318. 5,
  12319. 6,
  12320. 7
  12321. ],
  12322. price: 25
  12323. }, {
  12324. id: 91,
  12325. name: "91",
  12326. color: 0,
  12327. colors: [
  12328. 0,
  12329. 1,
  12330. 2,
  12331. 3,
  12332. 4,
  12333. 5,
  12334. 6,
  12335. 7,
  12336. 8,
  12337. 9,
  12338. 10
  12339. ],
  12340. price: 25
  12341. }, {
  12342. id: 92,
  12343. name: "92",
  12344. color: 0,
  12345. colors: [
  12346. 0,
  12347. 1,
  12348. 2,
  12349. 3,
  12350. 4,
  12351. 5
  12352. ],
  12353. price: 25
  12354. }, {
  12355. id: 93,
  12356. name: "93",
  12357. color: 0,
  12358. colors: [
  12359. 0,
  12360. 1,
  12361. 2,
  12362. 3,
  12363. 4,
  12364. 5
  12365. ],
  12366. price: 25
  12367. }, {
  12368. id: 94,
  12369. name: "94",
  12370. color: 0,
  12371. colors: [
  12372. 0,
  12373. 1,
  12374. 2,
  12375. 3,
  12376. 4,
  12377. 5
  12378. ],
  12379. price: 25
  12380. }, {
  12381. id: 95,
  12382. name: "95",
  12383. color: 0,
  12384. colors: [
  12385. 0,
  12386. 1,
  12387. 2,
  12388. 3,
  12389. 4,
  12390. 5,
  12391. 6,
  12392. 7
  12393. ],
  12394. price: 25
  12395. }, {
  12396. id: 96,
  12397. name: "96",
  12398. color: 0,
  12399. colors: [
  12400. 0, 1, 2, 3
  12401. ],
  12402. price: 25
  12403. }, {
  12404. id: 97,
  12405. name: "97",
  12406. color: 0,
  12407. colors: [
  12408. 0,
  12409. 1,
  12410. 2,
  12411. 3,
  12412. 4,
  12413. 5
  12414. ],
  12415. price: 25
  12416. }, {
  12417. id: 98,
  12418. name: "98",
  12419. color: 0,
  12420. colors: [0],
  12421. price: 25
  12422. }, {
  12423. id: 99,
  12424. name: "99",
  12425. color: 0,
  12426. colors: [
  12427. 0,
  12428. 1,
  12429. 2,
  12430. 3,
  12431. 4,
  12432. 5
  12433. ],
  12434. price: 25
  12435. }, {
  12436. id: 100,
  12437. name: "100",
  12438. color: 0,
  12439. colors: [
  12440. 0,
  12441. 1,
  12442. 2,
  12443. 3,
  12444. 4,
  12445. 5
  12446. ],
  12447. price: 25
  12448. }, {
  12449. id: 101,
  12450. name: "101",
  12451. color: 0,
  12452. colors: [
  12453. 0,
  12454. 1,
  12455. 2,
  12456. 3,
  12457. 4,
  12458. 5,
  12459. 6,
  12460. 7,
  12461. 8,
  12462. 9,
  12463. 10,
  12464. 11,
  12465. 12,
  12466. 13,
  12467. 14,
  12468. 15
  12469. ],
  12470. price: 25
  12471. }, {
  12472. id: 102,
  12473. name: "102",
  12474. color: 0,
  12475. colors: [
  12476. 0, 1, 2
  12477. ],
  12478. price: 25
  12479. }, {
  12480. id: 103,
  12481. name: "103",
  12482. color: 0,
  12483. colors: [
  12484. 0,
  12485. 1,
  12486. 2,
  12487. 3,
  12488. 4,
  12489. 5,
  12490. 6,
  12491. 7,
  12492. 8,
  12493. 9,
  12494. 10,
  12495. 11,
  12496. 12,
  12497. 13,
  12498. 14,
  12499. 15,
  12500. 16,
  12501. 17,
  12502. 18,
  12503. 19,
  12504. 20,
  12505. 21,
  12506. 22,
  12507. 23,
  12508. 24,
  12509. 25
  12510. ],
  12511. price: 25
  12512. }, {
  12513. id: 104,
  12514. name: "104",
  12515. color: 0,
  12516. colors: [
  12517. 0,
  12518. 1,
  12519. 2,
  12520. 3,
  12521. 4,
  12522. 5,
  12523. 6,
  12524. 7,
  12525. 8,
  12526. 9,
  12527. 10,
  12528. 11,
  12529. 12,
  12530. 13,
  12531. 14,
  12532. 15,
  12533. 16,
  12534. 17,
  12535. 18,
  12536. 19,
  12537. 20,
  12538. 21,
  12539. 22,
  12540. 23,
  12541. 24,
  12542. 25
  12543. ],
  12544. price: 25
  12545. }, {
  12546. id: 105,
  12547. name: "105",
  12548. color: 0,
  12549. colors: [
  12550. 0,
  12551. 1,
  12552. 2,
  12553. 3,
  12554. 4,
  12555. 5,
  12556. 6,
  12557. 7,
  12558. 8,
  12559. 9,
  12560. 10,
  12561. 11,
  12562. 12,
  12563. 13,
  12564. 14,
  12565. 15,
  12566. 16,
  12567. 17,
  12568. 18,
  12569. 19,
  12570. 20,
  12571. 21,
  12572. 22,
  12573. 23
  12574. ],
  12575. price: 25
  12576. }, {
  12577. id: 106,
  12578. name: "106",
  12579. color: 0,
  12580. colors: [
  12581. 0,
  12582. 1,
  12583. 2,
  12584. 3,
  12585. 4,
  12586. 5,
  12587. 6,
  12588. 7,
  12589. 8,
  12590. 9,
  12591. 10,
  12592. 11,
  12593. 12,
  12594. 13,
  12595. 14,
  12596. 15,
  12597. 16,
  12598. 17,
  12599. 18,
  12600. 19,
  12601. 20,
  12602. 21,
  12603. 22,
  12604. 23,
  12605. 24,
  12606. 25
  12607. ],
  12608. price: 25
  12609. }, {
  12610. id: 107,
  12611. name: "107",
  12612. color: 0,
  12613. colors: [
  12614. 0,
  12615. 1,
  12616. 2,
  12617. 3,
  12618. 4,
  12619. 5,
  12620. 6,
  12621. 7,
  12622. 8,
  12623. 9,
  12624. 10,
  12625. 11,
  12626. 12,
  12627. 13,
  12628. 14,
  12629. 15,
  12630. 16,
  12631. 17,
  12632. 18,
  12633. 19,
  12634. 20,
  12635. 21,
  12636. 22,
  12637. 23
  12638. ],
  12639. price: 25
  12640. }, {
  12641. id: 108,
  12642. name: "108",
  12643. color: 0,
  12644. colors: [
  12645. 0,
  12646. 1,
  12647. 2,
  12648. 3,
  12649. 4,
  12650. 5,
  12651. 6,
  12652. 7,
  12653. 8,
  12654. 9,
  12655. 10,
  12656. 11,
  12657. 12,
  12658. 13,
  12659. 14,
  12660. 15,
  12661. 16,
  12662. 17,
  12663. 18,
  12664. 19,
  12665. 20,
  12666. 21,
  12667. 22,
  12668. 23
  12669. ],
  12670. price: 25
  12671. }, {
  12672. id: 109,
  12673. name: "109",
  12674. color: 0,
  12675. colors: [
  12676. 0,
  12677. 1,
  12678. 2,
  12679. 3,
  12680. 4,
  12681. 5,
  12682. 6,
  12683. 7,
  12684. 8,
  12685. 9,
  12686. 10,
  12687. 11
  12688. ],
  12689. price: 25
  12690. }, {
  12691. id: 110,
  12692. name: "110",
  12693. color: 0,
  12694. colors: [
  12695. 0,
  12696. 1,
  12697. 2,
  12698. 3,
  12699. 4,
  12700. 5,
  12701. 6,
  12702. 7,
  12703. 8,
  12704. 9,
  12705. 10,
  12706. 11,
  12707. 12,
  12708. 13,
  12709. 14,
  12710. 15,
  12711. 16,
  12712. 17,
  12713. 18,
  12714. 19,
  12715. 20,
  12716. 21,
  12717. 22,
  12718. 23,
  12719. 24,
  12720. 25
  12721. ],
  12722. price: 25
  12723. }, {
  12724. id: 111,
  12725. name: "111",
  12726. color: 0,
  12727. colors: [
  12728. 0,
  12729. 1,
  12730. 2,
  12731. 3,
  12732. 4,
  12733. 5,
  12734. 6,
  12735. 7,
  12736. 8,
  12737. 9,
  12738. 10,
  12739. 11,
  12740. 12,
  12741. 13,
  12742. 14,
  12743. 15,
  12744. 16,
  12745. 17,
  12746. 18,
  12747. 19,
  12748. 20,
  12749. 21,
  12750. 22,
  12751. 23,
  12752. 24,
  12753. 25
  12754. ],
  12755. price: 25
  12756. }, {
  12757. id: 112,
  12758. name: "112",
  12759. color: 0,
  12760. colors: [
  12761. 0,
  12762. 1,
  12763. 2,
  12764. 3,
  12765. 4,
  12766. 5,
  12767. 6,
  12768. 7,
  12769. 8,
  12770. 9,
  12771. 10,
  12772. 11,
  12773. 12,
  12774. 13,
  12775. 14,
  12776. 15,
  12777. 16,
  12778. 17,
  12779. 18,
  12780. 19,
  12781. 20,
  12782. 21,
  12783. 22,
  12784. 23,
  12785. 24,
  12786. 25
  12787. ],
  12788. price: 25
  12789. }, {
  12790. id: 113,
  12791. name: "113",
  12792. color: 0,
  12793. colors: [
  12794. 0,
  12795. 1,
  12796. 2,
  12797. 3,
  12798. 4,
  12799. 5,
  12800. 6,
  12801. 7,
  12802. 8,
  12803. 9,
  12804. 10,
  12805. 11,
  12806. 12,
  12807. 13,
  12808. 14,
  12809. 15,
  12810. 16,
  12811. 17,
  12812. 18,
  12813. 19,
  12814. 20,
  12815. 21
  12816. ],
  12817. price: 25
  12818. }, {
  12819. id: 114,
  12820. name: "114",
  12821. color: 0,
  12822. colors: [
  12823. 0,
  12824. 1,
  12825. 2,
  12826. 3,
  12827. 4,
  12828. 5,
  12829. 6,
  12830. 7,
  12831. 8,
  12832. 9,
  12833. 10,
  12834. 11,
  12835. 12,
  12836. 13,
  12837. 14,
  12838. 15,
  12839. 16,
  12840. 17,
  12841. 18,
  12842. 19,
  12843. 20,
  12844. 21,
  12845. 22,
  12846. 23,
  12847. 24,
  12848. 25
  12849. ],
  12850. price: 25
  12851. }, {
  12852. id: 115,
  12853. name: "115",
  12854. color: 0,
  12855. colors: [
  12856. 0,
  12857. 1,
  12858. 2,
  12859. 3,
  12860. 4,
  12861. 5,
  12862. 6,
  12863. 7,
  12864. 8,
  12865. 9,
  12866. 10,
  12867. 11,
  12868. 12,
  12869. 13,
  12870. 14,
  12871. 15,
  12872. 16,
  12873. 17,
  12874. 18,
  12875. 19,
  12876. 20,
  12877. 21,
  12878. 22,
  12879. 23,
  12880. 24,
  12881. 25
  12882. ],
  12883. price: 25
  12884. }, {
  12885. id: 116,
  12886. name: "116",
  12887. color: 0,
  12888. colors: [
  12889. 0,
  12890. 1,
  12891. 2,
  12892. 3,
  12893. 4,
  12894. 5,
  12895. 6,
  12896. 7,
  12897. 8,
  12898. 9,
  12899. 10,
  12900. 11,
  12901. 12,
  12902. 13,
  12903. 14,
  12904. 15,
  12905. 16,
  12906. 17,
  12907. 18,
  12908. 19,
  12909. 20,
  12910. 21,
  12911. 22,
  12912. 23,
  12913. 24,
  12914. 25
  12915. ],
  12916. price: 25
  12917. }, {
  12918. id: 117,
  12919. name: "117",
  12920. color: 0,
  12921. colors: [
  12922. 0,
  12923. 1,
  12924. 2,
  12925. 3,
  12926. 4,
  12927. 5,
  12928. 6,
  12929. 7,
  12930. 8,
  12931. 9,
  12932. 10,
  12933. 11,
  12934. 12,
  12935. 13,
  12936. 14,
  12937. 15,
  12938. 16,
  12939. 17,
  12940. 18,
  12941. 19,
  12942. 20
  12943. ],
  12944. price: 25
  12945. }, {
  12946. id: 118,
  12947. name: "118",
  12948. color: 0,
  12949. colors: [
  12950. 0,
  12951. 1,
  12952. 2,
  12953. 3,
  12954. 4,
  12955. 5,
  12956. 6,
  12957. 7,
  12958. 8,
  12959. 9,
  12960. 10,
  12961. 11,
  12962. 12,
  12963. 13,
  12964. 14,
  12965. 15,
  12966. 16,
  12967. 17,
  12968. 18,
  12969. 19,
  12970. 20,
  12971. 21,
  12972. 22,
  12973. 23,
  12974. 24,
  12975. 25
  12976. ],
  12977. price: 25
  12978. }, {
  12979. id: 119,
  12980. name: "119",
  12981. color: 0,
  12982. colors: [
  12983. 0,
  12984. 1,
  12985. 2,
  12986. 3,
  12987. 4,
  12988. 5,
  12989. 6,
  12990. 7,
  12991. 8,
  12992. 9,
  12993. 10,
  12994. 11,
  12995. 12,
  12996. 13,
  12997. 14,
  12998. 15,
  12999. 16,
  13000. 17,
  13001. 18,
  13002. 19,
  13003. 20,
  13004. 21,
  13005. 22,
  13006. 23,
  13007. 24
  13008. ],
  13009. price: 25
  13010. }, {
  13011. id: 120,
  13012. name: "120",
  13013. color: 0,
  13014. colors: [0],
  13015. price: 25
  13016. }, {
  13017. id: 121,
  13018. name: "121",
  13019. color: 0,
  13020. colors: [0],
  13021. price: 25
  13022. }, {
  13023. id: 122,
  13024. name: "122",
  13025. color: 0,
  13026. colors: [
  13027. 0, 1, 2
  13028. ],
  13029. price: 25
  13030. }, {
  13031. id: 123,
  13032. name: "123",
  13033. color: 0,
  13034. colors: [
  13035. 0,
  13036. 1,
  13037. 2,
  13038. 3,
  13039. 4,
  13040. 5,
  13041. 6,
  13042. 7,
  13043. 8,
  13044. 9,
  13045. 10,
  13046. 11
  13047. ],
  13048. price: 25
  13049. }, {
  13050. id: 124,
  13051. name: "124",
  13052. color: 0,
  13053. colors: [
  13054. 0,
  13055. 1,
  13056. 2,
  13057. 3,
  13058. 4,
  13059. 5,
  13060. 6,
  13061. 7,
  13062. 8,
  13063. 9,
  13064. 10,
  13065. 11,
  13066. 12,
  13067. 13,
  13068. 14,
  13069. 15,
  13070. 16,
  13071. 17,
  13072. 18,
  13073. 19,
  13074. 20,
  13075. 21,
  13076. 22,
  13077. 23
  13078. ],
  13079. price: 25
  13080. }, {
  13081. id: 125,
  13082. name: "125",
  13083. color: 0,
  13084. colors: [
  13085. 0,
  13086. 1,
  13087. 2,
  13088. 3,
  13089. 4,
  13090. 5,
  13091. 6,
  13092. 7,
  13093. 8,
  13094. 9,
  13095. 10,
  13096. 11,
  13097. 12,
  13098. 13,
  13099. 14,
  13100. 15,
  13101. 16,
  13102. 17,
  13103. 18,
  13104. 19,
  13105. 20,
  13106. 21,
  13107. 22,
  13108. 23,
  13109. 24,
  13110. 25
  13111. ],
  13112. price: 25
  13113. }, {
  13114. id: 126,
  13115. name: "126",
  13116. color: 0,
  13117. colors: [
  13118. 0,
  13119. 1,
  13120. 2,
  13121. 3,
  13122. 4,
  13123. 5,
  13124. 6,
  13125. 7,
  13126. 8,
  13127. 9,
  13128. 10,
  13129. 11,
  13130. 12,
  13131. 13,
  13132. 14,
  13133. 15,
  13134. 16,
  13135. 17
  13136. ],
  13137. price: 25
  13138. }, {
  13139. id: 127,
  13140. name: "127",
  13141. color: 0,
  13142. colors: [
  13143. 0, 1, 2, 3
  13144. ],
  13145. price: 25
  13146. }, {
  13147. id: 128,
  13148. name: "128",
  13149. color: 0,
  13150. colors: [
  13151. 0,
  13152. 1,
  13153. 2,
  13154. 3,
  13155. 4,
  13156. 5,
  13157. 6,
  13158. 7,
  13159. 8,
  13160. 9,
  13161. 10,
  13162. 11,
  13163. 12,
  13164. 13,
  13165. 14,
  13166. 15
  13167. ],
  13168. price: 25
  13169. }, {
  13170. id: 129,
  13171. name: "129",
  13172. color: 0,
  13173. colors: [
  13174. 0,
  13175. 1,
  13176. 2,
  13177. 3,
  13178. 4,
  13179. 5,
  13180. 6,
  13181. 7,
  13182. 8,
  13183. 9,
  13184. 10,
  13185. 11,
  13186. 12,
  13187. 13,
  13188. 14,
  13189. 15,
  13190. 16,
  13191. 17
  13192. ],
  13193. price: 25
  13194. }, {
  13195. id: 130,
  13196. name: "130",
  13197. color: 0,
  13198. colors: [
  13199. 0,
  13200. 1,
  13201. 2,
  13202. 3,
  13203. 4,
  13204. 5,
  13205. 6,
  13206. 7,
  13207. 8,
  13208. 9,
  13209. 10,
  13210. 11,
  13211. 12,
  13212. 13,
  13213. 14,
  13214. 15,
  13215. 16,
  13216. 17,
  13217. 18
  13218. ],
  13219. price: 25
  13220. }, {
  13221. id: 131,
  13222. name: "131",
  13223. color: 0,
  13224. colors: [
  13225. 0, 1, 2, 3
  13226. ],
  13227. price: 25
  13228. }, {
  13229. id: 132,
  13230. name: "132",
  13231. color: 0,
  13232. colors: [
  13233. 0,
  13234. 1,
  13235. 2,
  13236. 3,
  13237. 4,
  13238. 5,
  13239. 6,
  13240. 7,
  13241. 8,
  13242. 9,
  13243. 10,
  13244. 11,
  13245. 12,
  13246. 13,
  13247. 14,
  13248. 15,
  13249. 16,
  13250. 17,
  13251. 18,
  13252. 19,
  13253. 20,
  13254. 21,
  13255. 22,
  13256. 23,
  13257. 24,
  13258. 25
  13259. ],
  13260. price: 25
  13261. }, {
  13262. id: 133,
  13263. name: "133",
  13264. color: 0,
  13265. colors: [
  13266. 0,
  13267. 1,
  13268. 2,
  13269. 3,
  13270. 4,
  13271. 5,
  13272. 6,
  13273. 7,
  13274. 8,
  13275. 9,
  13276. 10,
  13277. 11,
  13278. 12,
  13279. 13,
  13280. 14,
  13281. 15,
  13282. 16
  13283. ],
  13284. price: 25
  13285. }, {
  13286. id: 134,
  13287. name: "134",
  13288. color: 0,
  13289. colors: [
  13290. 0,
  13291. 1,
  13292. 2,
  13293. 3,
  13294. 4,
  13295. 5,
  13296. 6,
  13297. 7,
  13298. 8,
  13299. 9,
  13300. 10,
  13301. 11,
  13302. 12,
  13303. 13,
  13304. 14,
  13305. 15,
  13306. 16,
  13307. 17,
  13308. 18,
  13309. 19
  13310. ],
  13311. price: 25
  13312. }, {
  13313. id: 135,
  13314. name: "135",
  13315. color: 0,
  13316. colors: [
  13317. 0,
  13318. 1,
  13319. 2,
  13320. 3,
  13321. 4,
  13322. 5,
  13323. 6,
  13324. 7,
  13325. 8,
  13326. 9,
  13327. 10,
  13328. 11,
  13329. 12,
  13330. 13
  13331. ],
  13332. price: 25
  13333. }, {
  13334. id: 136,
  13335. name: "136",
  13336. color: 0,
  13337. colors: [
  13338. 0,
  13339. 1,
  13340. 2,
  13341. 3,
  13342. 4,
  13343. 5,
  13344. 6,
  13345. 7,
  13346. 8,
  13347. 9,
  13348. 10,
  13349. 11,
  13350. 12,
  13351. 13,
  13352. 14,
  13353. 15
  13354. ],
  13355. price: 25
  13356. }, {
  13357. id: 137,
  13358. name: "137",
  13359. color: 0,
  13360. colors: [
  13361. 0,
  13362. 1,
  13363. 2,
  13364. 3,
  13365. 4,
  13366. 5,
  13367. 6,
  13368. 7
  13369. ],
  13370. price: 25
  13371. }, {
  13372. id: 138,
  13373. name: "138",
  13374. color: 0,
  13375. colors: [
  13376. 0,
  13377. 1,
  13378. 2,
  13379. 3,
  13380. 4,
  13381. 5,
  13382. 6,
  13383. 7,
  13384. 8,
  13385. 9,
  13386. 10,
  13387. 11
  13388. ],
  13389. price: 25
  13390. }, {
  13391. id: 139,
  13392. name: "139",
  13393. color: 0,
  13394. colors: [
  13395. 0,
  13396. 1,
  13397. 2,
  13398. 3,
  13399. 4,
  13400. 5,
  13401. 6,
  13402. 7,
  13403. 8,
  13404. 9,
  13405. 10,
  13406. 11
  13407. ],
  13408. price: 25
  13409. }, {
  13410. id: 140,
  13411. name: "140",
  13412. color: 0,
  13413. colors: [
  13414. 0,
  13415. 1,
  13416. 2,
  13417. 3,
  13418. 4,
  13419. 5,
  13420. 6,
  13421. 7,
  13422. 8,
  13423. 9,
  13424. 10,
  13425. 11
  13426. ],
  13427. price: 25
  13428. }, {
  13429. id: 141,
  13430. name: "141",
  13431. color: 0,
  13432. colors: [
  13433. 0,
  13434. 1,
  13435. 2,
  13436. 3,
  13437. 4,
  13438. 5,
  13439. 6,
  13440. 7,
  13441. 8,
  13442. 9,
  13443. 10,
  13444. 11
  13445. ],
  13446. price: 25
  13447. }, {
  13448. id: 142,
  13449. name: "142",
  13450. color: 0,
  13451. colors: [
  13452. 0,
  13453. 1,
  13454. 2,
  13455. 3,
  13456. 4,
  13457. 5,
  13458. 6,
  13459. 7,
  13460. 8,
  13461. 9,
  13462. 10,
  13463. 11
  13464. ],
  13465. price: 25
  13466. }, {
  13467. id: 143,
  13468. name: "143",
  13469. color: 0,
  13470. colors: [0],
  13471. price: 25
  13472. }, {
  13473. id: 144,
  13474. name: "144",
  13475. color: 0,
  13476. colors: [0],
  13477. price: 25
  13478. }, {
  13479. id: 145,
  13480. name: "145",
  13481. color: 0,
  13482. colors: [0],
  13483. price: 25
  13484. }, {
  13485. id: 146,
  13486. name: "146",
  13487. color: 0,
  13488. colors: [
  13489. 0,
  13490. 1,
  13491. 2,
  13492. 3,
  13493. 4,
  13494. 5,
  13495. 6,
  13496. 7,
  13497. 8,
  13498. 9,
  13499. 10,
  13500. 11,
  13501. 12,
  13502. 13,
  13503. 14,
  13504. 15,
  13505. 16
  13506. ],
  13507. price: 25
  13508. }, {
  13509. id: 147,
  13510. name: "147",
  13511. color: 0,
  13512. colors: [0],
  13513. price: 25
  13514. }
  13515. ];
  13516.  
  13517. app.bags = [
  13518. {
  13519. id: 0,
  13520. name: "0",
  13521. color: 0,
  13522. colors: [
  13523. 0,
  13524. 1,
  13525. 2,
  13526. 3,
  13527. 4,
  13528. 5,
  13529. 6,
  13530. 7,
  13531. 8,
  13532. 9,
  13533. 10,
  13534. 11,
  13535. 12,
  13536. 13,
  13537. 14,
  13538. 15,
  13539. 16,
  13540. 17,
  13541. 18,
  13542. 19,
  13543. 20
  13544. ],
  13545. price: 75
  13546. }, {
  13547. id: 44,
  13548. name: "1",
  13549. color: 0,
  13550. colors: [
  13551. 0,
  13552. 1,
  13553. 2,
  13554. 3,
  13555. 4,
  13556. 5,
  13557. 6,
  13558. 7,
  13559. 8,
  13560. 9,
  13561. 10,
  13562. 11,
  13563. 12,
  13564. 13,
  13565. 14,
  13566. 15,
  13567. 16,
  13568. 17,
  13569. 18,
  13570. 19,
  13571. 20
  13572. ],
  13573. price: 75
  13574. }, {
  13575. id: 45,
  13576. name: "2",
  13577. color: 0,
  13578. colors: [
  13579. 0,
  13580. 1,
  13581. 2,
  13582. 3,
  13583. 4,
  13584. 5,
  13585. 6,
  13586. 7,
  13587. 8,
  13588. 9,
  13589. 10,
  13590. 11,
  13591. 12,
  13592. 13,
  13593. 14,
  13594. 15,
  13595. 16,
  13596. 17,
  13597. 18,
  13598. 19,
  13599. 20
  13600. ],
  13601. price: 75
  13602. }, {
  13603. id: 40,
  13604. name: "3",
  13605. color: 0,
  13606. colors: [
  13607. 0,
  13608. 1,
  13609. 2,
  13610. 3,
  13611. 4,
  13612. 5,
  13613. 6,
  13614. 7,
  13615. 8,
  13616. 9,
  13617. 10,
  13618. 11,
  13619. 12,
  13620. 13,
  13621. 14,
  13622. 15,
  13623. 16,
  13624. 17,
  13625. 18,
  13626. 19,
  13627. 20
  13628. ],
  13629. price: 75
  13630. }, {
  13631. id: 41,
  13632. name: "4",
  13633. color: 0,
  13634. colors: [
  13635. 0,
  13636. 1,
  13637. 2,
  13638. 3,
  13639. 4,
  13640. 5,
  13641. 6,
  13642. 7,
  13643. 8,
  13644. 9,
  13645. 10,
  13646. 11,
  13647. 12,
  13648. 13,
  13649. 14,
  13650. 15,
  13651. 16,
  13652. 17,
  13653. 18,
  13654. 19,
  13655. 20
  13656. ],
  13657. price: 75
  13658. }
  13659. ];
  13660. }
  13661.  
  13662. function loadWomans() {
  13663. app.hats = [
  13664. {
  13665. id: 0,
  13666. name: "0",
  13667. color: 0,
  13668. colors: [0],
  13669. price: 10
  13670. }, {
  13671. id: 1,
  13672. name: "1",
  13673. color: 0,
  13674. colors: [0],
  13675. price: 10
  13676. }, {
  13677. id: 2,
  13678. name: "2",
  13679. color: 1,
  13680. colors: [1],
  13681. price: 10
  13682. }, {
  13683. id: 3,
  13684. name: "3",
  13685. color: 7,
  13686. colors: [7],
  13687. price: 10
  13688. }, {
  13689. id: 4,
  13690. name: "4",
  13691. color: 0,
  13692. colors: [
  13693. 0,
  13694. 1,
  13695. 2,
  13696. 3,
  13697. 4,
  13698. 5,
  13699. 6,
  13700. 7
  13701. ],
  13702. price: 10
  13703. }, {
  13704. id: 5,
  13705. name: "5",
  13706. color: 0,
  13707. colors: [
  13708. 0,
  13709. 1,
  13710. 2,
  13711. 3,
  13712. 4,
  13713. 5,
  13714. 6,
  13715. 7
  13716. ],
  13717. price: 10
  13718. }, {
  13719. id: 6,
  13720. name: "6",
  13721. color: 0,
  13722. colors: [
  13723. 0,
  13724. 1,
  13725. 2,
  13726. 3,
  13727. 4,
  13728. 5,
  13729. 6,
  13730. 7
  13731. ],
  13732. price: 10
  13733. }, {
  13734. id: 7,
  13735. name: "7",
  13736. color: 0,
  13737. colors: [
  13738. 0,
  13739. 1,
  13740. 2,
  13741. 3,
  13742. 4,
  13743. 5,
  13744. 6,
  13745. 7
  13746. ],
  13747. price: 10
  13748. }, {
  13749. id: 8,
  13750. name: "8",
  13751. color: 4,
  13752. colors: [4],
  13753. price: 10
  13754. }, {
  13755. id: 9,
  13756. name: "9",
  13757. color: 0,
  13758. colors: [
  13759. 0,
  13760. 1,
  13761. 2,
  13762. 3,
  13763. 4,
  13764. 5,
  13765. 6,
  13766. 7
  13767. ],
  13768. price: 10
  13769. }, {
  13770. id: 10,
  13771. name: "10",
  13772. color: 7,
  13773. colors: [7],
  13774. price: 10
  13775. }, {
  13776. id: 11,
  13777. name: "11",
  13778. color: 1,
  13779. colors: [1],
  13780. price: 10
  13781. }, {
  13782. id: 12,
  13783. name: "12",
  13784. color: 0,
  13785. colors: [
  13786. 0, 6, 7
  13787. ],
  13788. price: 10
  13789. }, {
  13790. id: 13,
  13791. name: "13",
  13792. color: 0,
  13793. colors: [
  13794. 0,
  13795. 1,
  13796. 2,
  13797. 3,
  13798. 4,
  13799. 5,
  13800. 6,
  13801. 7
  13802. ],
  13803. price: 10
  13804. }, {
  13805. id: 14,
  13806. name: "14",
  13807. color: 0,
  13808. colors: [
  13809. 0,
  13810. 1,
  13811. 2,
  13812. 3,
  13813. 4,
  13814. 5,
  13815. 6,
  13816. 7
  13817. ],
  13818. price: 10
  13819. }, {
  13820. id: 15,
  13821. name: "15",
  13822. color: 0,
  13823. colors: [
  13824. 0,
  13825. 1,
  13826. 2,
  13827. 3,
  13828. 4,
  13829. 5,
  13830. 6,
  13831. 7
  13832. ],
  13833. price: 10
  13834. }, {
  13835. id: 16,
  13836. name: "16",
  13837. color: 0,
  13838. colors: [
  13839. 0,
  13840. 1,
  13841. 2,
  13842. 3,
  13843. 4,
  13844. 5,
  13845. 6,
  13846. 7
  13847. ],
  13848. price: 10
  13849. }, {
  13850. id: 17,
  13851. name: "17",
  13852. color: 0,
  13853. colors: [
  13854. 0,
  13855. 1,
  13856. 2,
  13857. 3,
  13858. 4,
  13859. 5,
  13860. 6,
  13861. 7
  13862. ],
  13863. price: 10
  13864. }, {
  13865. id: 18,
  13866. name: "18",
  13867. color: 0,
  13868. colors: [
  13869. 0,
  13870. 1,
  13871. 2,
  13872. 3,
  13873. 4,
  13874. 5,
  13875. 6,
  13876. 7
  13877. ],
  13878. price: 10
  13879. }, {
  13880. id: 19,
  13881. name: "19",
  13882. color: 0,
  13883. colors: [0],
  13884. price: 10
  13885. }, {
  13886. id: 20,
  13887. name: "20",
  13888. color: 0,
  13889. colors: [
  13890. 0,
  13891. 1,
  13892. 2,
  13893. 3,
  13894. 4,
  13895. 5,
  13896. 6
  13897. ],
  13898. price: 10
  13899. }, {
  13900. id: 21,
  13901. name: "21",
  13902. color: 0,
  13903. colors: [
  13904. 0,
  13905. 1,
  13906. 2,
  13907. 3,
  13908. 4,
  13909. 5,
  13910. 6
  13911. ],
  13912. price: 10
  13913. }, {
  13914. id: 22,
  13915. name: "22",
  13916. color: 0,
  13917. colors: [
  13918. 0,
  13919. 1,
  13920. 2,
  13921. 3,
  13922. 4,
  13923. 5,
  13924. 6
  13925. ],
  13926. price: 10
  13927. }, {
  13928. id: 23,
  13929. name: "23",
  13930. color: 0,
  13931. colors: [
  13932. 0, 1
  13933. ],
  13934. price: 10
  13935. }, {
  13936. id: 24,
  13937. name: "24",
  13938. color: 0,
  13939. colors: [0],
  13940. price: 10
  13941. }, {
  13942. id: 25,
  13943. name: "25",
  13944. color: 0,
  13945. colors: [0],
  13946. price: 10
  13947. }, {
  13948. id: 26,
  13949. name: "26",
  13950. color: 0,
  13951. colors: [
  13952. 0,
  13953. 1,
  13954. 2,
  13955. 3,
  13956. 4,
  13957. 5,
  13958. 6,
  13959. 7,
  13960. 8,
  13961. 9,
  13962. 10,
  13963. 11,
  13964. 12,
  13965. 13
  13966. ],
  13967. price: 10
  13968. }, {
  13969. id: 27,
  13970. name: "27",
  13971. color: 0,
  13972. colors: [
  13973. 0,
  13974. 1,
  13975. 2,
  13976. 3,
  13977. 4,
  13978. 5,
  13979. 6,
  13980. 7,
  13981. 8,
  13982. 9,
  13983. 10,
  13984. 11,
  13985. 12,
  13986. 13
  13987. ],
  13988. price: 10
  13989. }, {
  13990. id: 28,
  13991. name: "28",
  13992. color: 0,
  13993. colors: [
  13994. 0,
  13995. 1,
  13996. 2,
  13997. 3,
  13998. 4,
  13999. 5,
  14000. 6,
  14001. 7
  14002. ],
  14003. price: 10
  14004. }, {
  14005. id: 29,
  14006. name: "29",
  14007. color: 0,
  14008. colors: [
  14009. 0, 1, 2, 3, 4
  14010. ],
  14011. price: 10
  14012. }, {
  14013. id: 30,
  14014. name: "30",
  14015. color: 0,
  14016. colors: [0],
  14017. price: 10
  14018. }, {
  14019. id: 31,
  14020. name: "31",
  14021. color: 0,
  14022. colors: [0],
  14023. price: 10
  14024. }, {
  14025. id: 32,
  14026. name: "32",
  14027. color: 0,
  14028. colors: [
  14029. 0, 1
  14030. ],
  14031. price: 10
  14032. }, {
  14033. id: 33,
  14034. name: "33",
  14035. color: 0,
  14036. colors: [0],
  14037. price: 10
  14038. }, {
  14039. id: 34,
  14040. name: "34",
  14041. color: 0,
  14042. colors: [0],
  14043. price: 10
  14044. }, {
  14045. id: 35,
  14046. name: "35",
  14047. color: 0,
  14048. colors: [0],
  14049. price: 10
  14050. }, {
  14051. id: 36,
  14052. name: "36",
  14053. color: 0,
  14054. colors: [
  14055. 0,
  14056. 1,
  14057. 2,
  14058. 3,
  14059. 4,
  14060. 5
  14061. ],
  14062. price: 10
  14063. }, {
  14064. id: 37,
  14065. name: "37",
  14066. color: 0,
  14067. colors: [0],
  14068. price: 10
  14069. }, {
  14070. id: 38,
  14071. name: "38",
  14072. color: 0,
  14073. colors: [
  14074. 0, 1, 2, 3, 4
  14075. ],
  14076. price: 10
  14077. }, {
  14078. id: 39,
  14079. name: "39",
  14080. color: 0,
  14081. colors: [
  14082. 0,
  14083. 1,
  14084. 2,
  14085. 3,
  14086. 4,
  14087. 5,
  14088. 6,
  14089. 7
  14090. ],
  14091. price: 10
  14092. }, {
  14093. id: 40,
  14094. name: "40",
  14095. color: 0,
  14096. colors: [0],
  14097. price: 10
  14098. }, {
  14099. id: 41,
  14100. name: "41",
  14101. color: 0,
  14102. colors: [
  14103. 0, 1, 2, 3
  14104. ],
  14105. price: 10
  14106. }, {
  14107. id: 42,
  14108. name: "42",
  14109. color: 0,
  14110. colors: [
  14111. 0, 1, 2, 3
  14112. ],
  14113. price: 10
  14114. }, {
  14115. id: 43,
  14116. name: "43",
  14117. color: 0,
  14118. colors: [
  14119. 0,
  14120. 1,
  14121. 2,
  14122. 3,
  14123. 4,
  14124. 5,
  14125. 6,
  14126. 7
  14127. ],
  14128. price: 10
  14129. }, {
  14130. id: 44,
  14131. name: "44",
  14132. color: 0,
  14133. colors: [
  14134. 0,
  14135. 1,
  14136. 2,
  14137. 3,
  14138. 4,
  14139. 5,
  14140. 6,
  14141. 7
  14142. ],
  14143. price: 10
  14144. }, {
  14145. id: 45,
  14146. name: "45",
  14147. color: 0,
  14148. colors: [
  14149. 0,
  14150. 1,
  14151. 2,
  14152. 3,
  14153. 4,
  14154. 5,
  14155. 6,
  14156. 7
  14157. ],
  14158. price: 10
  14159. }, {
  14160. id: 46,
  14161. name: "46",
  14162. color: 0,
  14163. colors: [0],
  14164. price: 10
  14165. }, {
  14166. id: 47,
  14167. name: "47",
  14168. color: 0,
  14169. colors: [0],
  14170. price: 10
  14171. }, {
  14172. id: 48,
  14173. name: "48",
  14174. color: 0,
  14175. colors: [
  14176. 0,
  14177. 1,
  14178. 2,
  14179. 3,
  14180. 4,
  14181. 5,
  14182. 6,
  14183. 7,
  14184. 8,
  14185. 9,
  14186. 10,
  14187. 11,
  14188. 12,
  14189. 13,
  14190. 14,
  14191. 15
  14192. ],
  14193. price: 10
  14194. }, {
  14195. id: 49,
  14196. name: "49",
  14197. color: 0,
  14198. colors: [0],
  14199. price: 10
  14200. }, {
  14201. id: 50,
  14202. name: "50",
  14203. color: 0,
  14204. colors: [0],
  14205. price: 10
  14206. }, {
  14207. id: 51,
  14208. name: "51",
  14209. color: 0,
  14210. colors: [0],
  14211. price: 10
  14212. }, {
  14213. id: 52,
  14214. name: "52",
  14215. color: 0,
  14216. colors: [0],
  14217. price: 10
  14218. }, {
  14219. id: 53,
  14220. name: "53",
  14221. color: 0,
  14222. colors: [
  14223. 0, 1
  14224. ],
  14225. price: 10
  14226. }, {
  14227. id: 54,
  14228. name: "54",
  14229. color: 0,
  14230. colors: [
  14231. 0,
  14232. 1,
  14233. 2,
  14234. 3,
  14235. 4,
  14236. 5,
  14237. 6,
  14238. 7
  14239. ],
  14240. price: 10
  14241. }, {
  14242. id: 55,
  14243. name: "55",
  14244. color: 0,
  14245. colors: [
  14246. 0,
  14247. 1,
  14248. 2,
  14249. 3,
  14250. 4,
  14251. 5,
  14252. 6,
  14253. 7,
  14254. 8,
  14255. 9,
  14256. 10,
  14257. 11,
  14258. 12,
  14259. 13,
  14260. 14,
  14261. 15
  14262. ],
  14263. price: 10
  14264. }, {
  14265. id: 56,
  14266. name: "56",
  14267. color: 0,
  14268. colors: [
  14269. 0,
  14270. 1,
  14271. 2,
  14272. 3,
  14273. 4,
  14274. 5,
  14275. 6,
  14276. 7,
  14277. 8,
  14278. 9
  14279. ],
  14280. price: 10
  14281. }, {
  14282. id: 57,
  14283. name: "57",
  14284. color: 0,
  14285. colors: [
  14286. 0,
  14287. 1,
  14288. 2,
  14289. 3,
  14290. 4,
  14291. 5,
  14292. 6,
  14293. 7,
  14294. 8,
  14295. 9
  14296. ],
  14297. price: 10
  14298. }, {
  14299. id: 58,
  14300. name: "58",
  14301. color: 0,
  14302. colors: [
  14303. 0, 1, 2
  14304. ],
  14305. price: 10
  14306. }, {
  14307. id: 59,
  14308. name: "59",
  14309. color: 0,
  14310. colors: [
  14311. 0,
  14312. 1,
  14313. 2,
  14314. 3,
  14315. 4,
  14316. 5,
  14317. 6,
  14318. 7,
  14319. 8,
  14320. 9
  14321. ],
  14322. price: 10
  14323. }, {
  14324. id: 60,
  14325. name: "60",
  14326. color: 0,
  14327. colors: [
  14328. 0,
  14329. 1,
  14330. 2,
  14331. 3,
  14332. 4,
  14333. 5,
  14334. 6,
  14335. 7,
  14336. 8,
  14337. 9
  14338. ],
  14339. price: 10
  14340. }, {
  14341. id: 61,
  14342. name: "61",
  14343. color: 0,
  14344. colors: [
  14345. 0,
  14346. 1,
  14347. 2,
  14348. 3,
  14349. 4,
  14350. 5,
  14351. 6,
  14352. 7,
  14353. 8,
  14354. 9
  14355. ],
  14356. price: 10
  14357. }, {
  14358. id: 62,
  14359. name: "62",
  14360. color: 0,
  14361. colors: [
  14362. 0,
  14363. 1,
  14364. 2,
  14365. 3,
  14366. 4,
  14367. 5,
  14368. 6,
  14369. 7,
  14370. 8,
  14371. 9
  14372. ],
  14373. price: 10
  14374. }, {
  14375. id: 63,
  14376. name: "63",
  14377. color: 0,
  14378. colors: [
  14379. 0,
  14380. 1,
  14381. 2,
  14382. 3,
  14383. 4,
  14384. 5,
  14385. 6,
  14386. 7,
  14387. 8,
  14388. 9
  14389. ],
  14390. price: 10
  14391. }, {
  14392. id: 64,
  14393. name: "64",
  14394. color: 0,
  14395. colors: [0],
  14396. price: 10
  14397. }, {
  14398. id: 65,
  14399. name: "65",
  14400. color: 0,
  14401. colors: [0],
  14402. price: 10
  14403. }, {
  14404. id: 66,
  14405. name: "66",
  14406. color: 0,
  14407. colors: [
  14408. 0,
  14409. 1,
  14410. 2,
  14411. 3,
  14412. 4,
  14413. 5,
  14414. 6,
  14415. 7,
  14416. 8,
  14417. 9,
  14418. 10,
  14419. 11,
  14420. 12,
  14421. 13,
  14422. 14,
  14423. 15
  14424. ],
  14425. price: 10
  14426. }, {
  14427. id: 67,
  14428. name: "67",
  14429. color: 0,
  14430. colors: [0],
  14431. price: 10
  14432. }, {
  14433. id: 68,
  14434. name: "68",
  14435. color: 0,
  14436. colors: [0],
  14437. price: 10
  14438. }, {
  14439. id: 69,
  14440. name: "69",
  14441. color: 0,
  14442. colors: [0],
  14443. price: 10
  14444. }, {
  14445. id: 70,
  14446. name: "70",
  14447. color: 0,
  14448. colors: [0],
  14449. price: 10
  14450. }, {
  14451. id: 71,
  14452. name: "71",
  14453. color: 0,
  14454. colors: [
  14455. 0,
  14456. 1,
  14457. 2,
  14458. 3,
  14459. 4,
  14460. 5,
  14461. 6,
  14462. 7,
  14463. 8,
  14464. 9
  14465. ],
  14466. price: 10
  14467. }, {
  14468. id: 72,
  14469. name: "72",
  14470. color: 0,
  14471. colors: [
  14472. 0,
  14473. 1,
  14474. 2,
  14475. 3,
  14476. 4,
  14477. 5,
  14478. 6,
  14479. 7,
  14480. 8,
  14481. 9,
  14482. 10,
  14483. 11,
  14484. 12
  14485. ],
  14486. price: 10
  14487. }, {
  14488. id: 73,
  14489. name: "73",
  14490. color: 0,
  14491. colors: [
  14492. 0,
  14493. 1,
  14494. 2,
  14495. 3,
  14496. 4,
  14497. 5,
  14498. 6,
  14499. 7,
  14500. 8,
  14501. 9,
  14502. 10,
  14503. 11,
  14504. 12
  14505. ],
  14506. price: 10
  14507. }, {
  14508. id: 74,
  14509. name: "74",
  14510. color: 0,
  14511. colors: [
  14512. 0,
  14513. 1,
  14514. 2,
  14515. 3,
  14516. 4,
  14517. 5,
  14518. 6,
  14519. 7,
  14520. 8,
  14521. 9,
  14522. 10,
  14523. 11,
  14524. 12,
  14525. 13,
  14526. 14,
  14527. 15
  14528. ],
  14529. price: 10
  14530. }, {
  14531. id: 75,
  14532. name: "75",
  14533. color: 0,
  14534. colors: [
  14535. 0,
  14536. 1,
  14537. 2,
  14538. 3,
  14539. 4,
  14540. 5,
  14541. 6,
  14542. 7,
  14543. 8,
  14544. 9,
  14545. 10,
  14546. 11,
  14547. 12,
  14548. 13,
  14549. 14,
  14550. 15
  14551. ],
  14552. price: 10
  14553. }, {
  14554. id: 76,
  14555. name: "76",
  14556. color: 0,
  14557. colors: [
  14558. 0,
  14559. 1,
  14560. 2,
  14561. 3,
  14562. 4,
  14563. 5,
  14564. 6,
  14565. 7,
  14566. 8,
  14567. 9,
  14568. 10,
  14569. 11,
  14570. 12,
  14571. 13,
  14572. 14,
  14573. 15
  14574. ],
  14575. price: 10
  14576. }, {
  14577. id: 77,
  14578. name: "77",
  14579. color: 0,
  14580. colors: [
  14581. 0, 1, 2, 3, 4
  14582. ],
  14583. price: 10
  14584. }, {
  14585. id: 78,
  14586. name: "78",
  14587. color: 0,
  14588. colors: [
  14589. 0, 1, 2, 3, 4
  14590. ],
  14591. price: 10
  14592. }, {
  14593. id: 79,
  14594. name: "79",
  14595. color: 0,
  14596. colors: [
  14597. 0, 1, 2, 3
  14598. ],
  14599. price: 10
  14600. }, {
  14601. id: 80,
  14602. name: "80",
  14603. color: 0,
  14604. colors: [
  14605. 0, 1, 2, 3
  14606. ],
  14607. price: 10
  14608. }, {
  14609. id: 81,
  14610. name: "81",
  14611. color: 0,
  14612. colors: [
  14613. 0,
  14614. 1,
  14615. 2,
  14616. 3,
  14617. 4,
  14618. 5,
  14619. 6,
  14620. 7,
  14621. 8,
  14622. 9,
  14623. 10,
  14624. 11,
  14625. 12,
  14626. 13,
  14627. 14,
  14628. 15
  14629. ],
  14630. price: 10
  14631. }, {
  14632. id: 82,
  14633. name: "82",
  14634. color: 0,
  14635. colors: [
  14636. 0,
  14637. 1,
  14638. 2,
  14639. 3,
  14640. 4,
  14641. 5,
  14642. 6
  14643. ],
  14644. price: 10
  14645. }, {
  14646. id: 83,
  14647. name: "83",
  14648. color: 0,
  14649. colors: [
  14650. 0,
  14651. 1,
  14652. 2,
  14653. 3,
  14654. 4,
  14655. 5,
  14656. 6,
  14657. 7,
  14658. 8,
  14659. 9
  14660. ],
  14661. price: 10
  14662. }, {
  14663. id: 84,
  14664. name: "84",
  14665. color: 0,
  14666. colors: [0],
  14667. price: 10
  14668. }, {
  14669. id: 85,
  14670. name: "85",
  14671. color: 0,
  14672. colors: [0],
  14673. price: 10
  14674. }, {
  14675. id: 86,
  14676. name: "86",
  14677. color: 0,
  14678. colors: [0],
  14679. price: 10
  14680. }, {
  14681. id: 87,
  14682. name: "87",
  14683. color: 0,
  14684. colors: [0],
  14685. price: 10
  14686. }, {
  14687. id: 88,
  14688. name: "88",
  14689. color: 0,
  14690. colors: [
  14691. 0,
  14692. 1,
  14693. 2,
  14694. 3,
  14695. 4,
  14696. 5,
  14697. 6,
  14698. 7,
  14699. 8,
  14700. 9
  14701. ],
  14702. price: 10
  14703. }, {
  14704. id: 89,
  14705. name: "89",
  14706. color: 0,
  14707. colors: [0],
  14708. price: 10
  14709. }, {
  14710. id: 90,
  14711. name: "90",
  14712. color: 0,
  14713. colors: [
  14714. 0,
  14715. 1,
  14716. 2,
  14717. 3,
  14718. 4,
  14719. 5,
  14720. 6,
  14721. 7,
  14722. 8,
  14723. 9,
  14724. 10
  14725. ],
  14726. price: 10
  14727. }, {
  14728. id: 91,
  14729. name: "91",
  14730. color: 0,
  14731. colors: [
  14732. 0,
  14733. 1,
  14734. 2,
  14735. 3,
  14736. 4,
  14737. 5,
  14738. 6,
  14739. 7,
  14740. 8,
  14741. 9,
  14742. 10
  14743. ],
  14744. price: 10
  14745. }, {
  14746. id: 92,
  14747. name: "92",
  14748. color: 0,
  14749. colors: [
  14750. 0, 1, 2, 3
  14751. ],
  14752. price: 10
  14753. }, {
  14754. id: 93,
  14755. name: "93",
  14756. color: 0,
  14757. colors: [
  14758. 0,
  14759. 1,
  14760. 2,
  14761. 3,
  14762. 4,
  14763. 5,
  14764. 6,
  14765. 7,
  14766. 8,
  14767. 9
  14768. ],
  14769. price: 10
  14770. }, {
  14771. id: 94,
  14772. name: "94",
  14773. color: 0,
  14774. colors: [
  14775. 0,
  14776. 1,
  14777. 2,
  14778. 3,
  14779. 4,
  14780. 5,
  14781. 6,
  14782. 7,
  14783. 8,
  14784. 9
  14785. ],
  14786. price: 10
  14787. }, {
  14788. id: 95,
  14789. name: "95",
  14790. color: 0,
  14791. colors: [
  14792. 0,
  14793. 1,
  14794. 2,
  14795. 3,
  14796. 4,
  14797. 5,
  14798. 6,
  14799. 7,
  14800. 8,
  14801. 9,
  14802. 10,
  14803. 11,
  14804. 12,
  14805. 13,
  14806. 14,
  14807. 15
  14808. ],
  14809. price: 10
  14810. }, {
  14811. id: 96,
  14812. name: "96",
  14813. color: 0,
  14814. colors: [
  14815. 0, 1, 2, 3
  14816. ],
  14817. price: 10
  14818. }, {
  14819. id: 97,
  14820. name: "97",
  14821. color: 0,
  14822. colors: [0],
  14823. price: 10
  14824. }, {
  14825. id: 98,
  14826. name: "98",
  14827. color: 0,
  14828. colors: [0],
  14829. price: 10
  14830. }, {
  14831. id: 99,
  14832. name: "99",
  14833. color: 0,
  14834. colors: [0],
  14835. price: 10
  14836. }, {
  14837. id: 100,
  14838. name: "100",
  14839. color: 0,
  14840. colors: [0],
  14841. price: 10
  14842. }, {
  14843. id: 101,
  14844. name: "101",
  14845. color: 0,
  14846. colors: [
  14847. 0,
  14848. 1,
  14849. 2,
  14850. 3,
  14851. 4,
  14852. 5,
  14853. 6,
  14854. 7,
  14855. 8,
  14856. 9
  14857. ],
  14858. price: 10
  14859. }, {
  14860. id: 102,
  14861. name: "102",
  14862. color: 0,
  14863. colors: [
  14864. 0,
  14865. 1,
  14866. 2,
  14867. 3,
  14868. 4,
  14869. 5,
  14870. 6,
  14871. 7,
  14872. 8,
  14873. 9,
  14874. 10,
  14875. 11,
  14876. 12,
  14877. 13,
  14878. 14,
  14879. 15
  14880. ],
  14881. price: 10
  14882. }, {
  14883. id: 103,
  14884. name: "103",
  14885. color: 0,
  14886. colors: [
  14887. 0,
  14888. 1,
  14889. 2,
  14890. 3,
  14891. 4,
  14892. 5,
  14893. 6,
  14894. 7,
  14895. 8,
  14896. 9,
  14897. 10,
  14898. 11,
  14899. 12,
  14900. 13,
  14901. 14,
  14902. 15
  14903. ],
  14904. price: 10
  14905. }, {
  14906. id: 104,
  14907. name: "104",
  14908. color: 0,
  14909. colors: [
  14910. 0,
  14911. 1,
  14912. 2,
  14913. 3,
  14914. 4,
  14915. 5,
  14916. 6,
  14917. 7,
  14918. 8,
  14919. 9,
  14920. 10,
  14921. 11,
  14922. 12,
  14923. 13,
  14924. 14,
  14925. 15
  14926. ],
  14927. price: 10
  14928. }, {
  14929. id: 105,
  14930. name: "105",
  14931. color: 0,
  14932. colors: [
  14933. 0,
  14934. 1,
  14935. 2,
  14936. 3,
  14937. 4,
  14938. 5,
  14939. 6,
  14940. 7,
  14941. 8,
  14942. 9,
  14943. 10,
  14944. 11,
  14945. 12,
  14946. 13,
  14947. 14,
  14948. 15
  14949. ],
  14950. price: 10
  14951. }, {
  14952. id: 106,
  14953. name: "106",
  14954. color: 0,
  14955. colors: [
  14956. 0,
  14957. 1,
  14958. 2,
  14959. 3,
  14960. 4,
  14961. 5,
  14962. 6,
  14963. 7,
  14964. 8,
  14965. 9,
  14966. 10,
  14967. 11,
  14968. 12,
  14969. 13,
  14970. 14,
  14971. 15
  14972. ],
  14973. price: 10
  14974. }, {
  14975. id: 107,
  14976. name: "107",
  14977. color: 0,
  14978. colors: [
  14979. 0,
  14980. 1,
  14981. 2,
  14982. 3,
  14983. 4,
  14984. 5,
  14985. 6,
  14986. 7,
  14987. 8,
  14988. 9,
  14989. 10,
  14990. 11,
  14991. 12,
  14992. 13,
  14993. 14,
  14994. 15
  14995. ],
  14996. price: 10
  14997. }, {
  14998. id: 108,
  14999. name: "108",
  15000. color: 0,
  15001. colors: [
  15002. 0,
  15003. 1,
  15004. 2,
  15005. 3,
  15006. 4,
  15007. 5,
  15008. 6,
  15009. 7,
  15010. 8,
  15011. 9,
  15012. 10
  15013. ],
  15014. price: 10
  15015. }, {
  15016. id: 109,
  15017. name: "109",
  15018. color: 0,
  15019. colors: [
  15020. 0,
  15021. 1,
  15022. 2,
  15023. 3,
  15024. 4,
  15025. 5,
  15026. 6,
  15027. 7,
  15028. 8,
  15029. 9,
  15030. 10
  15031. ],
  15032. price: 10
  15033. }, {
  15034. id: 110,
  15035. name: "110",
  15036. color: 0,
  15037. colors: [
  15038. 0,
  15039. 1,
  15040. 2,
  15041. 3,
  15042. 4,
  15043. 5,
  15044. 6,
  15045. 7,
  15046. 8,
  15047. 9,
  15048. 10,
  15049. 11,
  15050. 12,
  15051. 13,
  15052. 14,
  15053. 15
  15054. ],
  15055. price: 10
  15056. }, {
  15057. id: 111,
  15058. name: "111",
  15059. color: 0,
  15060. colors: [
  15061. 0,
  15062. 1,
  15063. 2,
  15064. 3,
  15065. 4,
  15066. 5,
  15067. 6,
  15068. 7,
  15069. 8,
  15070. 9,
  15071. 10,
  15072. 11,
  15073. 12,
  15074. 13,
  15075. 14,
  15076. 15
  15077. ],
  15078. price: 10
  15079. }, {
  15080. id: 112,
  15081. name: "112",
  15082. color: 0,
  15083. colors: [
  15084. 0,
  15085. 1,
  15086. 2,
  15087. 3,
  15088. 4,
  15089. 5,
  15090. 6,
  15091. 7,
  15092. 8,
  15093. 9,
  15094. 10,
  15095. 11,
  15096. 12,
  15097. 13,
  15098. 14,
  15099. 15
  15100. ],
  15101. price: 10
  15102. }, {
  15103. id: 113,
  15104. name: "113",
  15105. color: 0,
  15106. colors: [
  15107. 0,
  15108. 1,
  15109. 2,
  15110. 3,
  15111. 4,
  15112. 5,
  15113. 6,
  15114. 7,
  15115. 8,
  15116. 9,
  15117. 10,
  15118. 11,
  15119. 12,
  15120. 13,
  15121. 14,
  15122. 15
  15123. ],
  15124. price: 10
  15125. }, {
  15126. id: 114,
  15127. name: "114",
  15128. color: 0,
  15129. colors: [
  15130. 0,
  15131. 1,
  15132. 2,
  15133. 3,
  15134. 4,
  15135. 5,
  15136. 6,
  15137. 7,
  15138. 8,
  15139. 9,
  15140. 10,
  15141. 11,
  15142. 12,
  15143. 13,
  15144. 14,
  15145. 15
  15146. ],
  15147. price: 10
  15148. }, {
  15149. id: 115,
  15150. name: "115",
  15151. color: 0,
  15152. colors: [
  15153. 0,
  15154. 1,
  15155. 2,
  15156. 3,
  15157. 4,
  15158. 5,
  15159. 6,
  15160. 7,
  15161. 8,
  15162. 9,
  15163. 10,
  15164. 11,
  15165. 12,
  15166. 13,
  15167. 14,
  15168. 15
  15169. ],
  15170. price: 10
  15171. }, {
  15172. id: 116,
  15173. name: "116",
  15174. color: 0,
  15175. colors: [
  15176. 0,
  15177. 1,
  15178. 2,
  15179. 3,
  15180. 4,
  15181. 5,
  15182. 6,
  15183. 7,
  15184. 8,
  15185. 9,
  15186. 10,
  15187. 11,
  15188. 12,
  15189. 13,
  15190. 14,
  15191. 15
  15192. ],
  15193. price: 10
  15194. }, {
  15195. id: 117,
  15196. name: "117",
  15197. color: 0,
  15198. colors: [
  15199. 0,
  15200. 1,
  15201. 2,
  15202. 3,
  15203. 4,
  15204. 5,
  15205. 6,
  15206. 7,
  15207. 8,
  15208. 9,
  15209. 10,
  15210. 11,
  15211. 12,
  15212. 13,
  15213. 14,
  15214. 15
  15215. ],
  15216. price: 10
  15217. }, {
  15218. id: 118,
  15219. name: "118",
  15220. color: 0,
  15221. colors: [
  15222. 0,
  15223. 1,
  15224. 2,
  15225. 3,
  15226. 4,
  15227. 5,
  15228. 6,
  15229. 7,
  15230. 8,
  15231. 9,
  15232. 10,
  15233. 11,
  15234. 12,
  15235. 13,
  15236. 14,
  15237. 15
  15238. ],
  15239. price: 10
  15240. }, {
  15241. id: 119,
  15242. name: "119",
  15243. color: 0,
  15244. colors: [
  15245. 0,
  15246. 1,
  15247. 2,
  15248. 3,
  15249. 4,
  15250. 5,
  15251. 6,
  15252. 7,
  15253. 8,
  15254. 9,
  15255. 10,
  15256. 11,
  15257. 12,
  15258. 13,
  15259. 14,
  15260. 15
  15261. ],
  15262. price: 10
  15263. }, {
  15264. id: 120,
  15265. name: "120",
  15266. color: 0,
  15267. colors: [0],
  15268. price: 0
  15269. }, {
  15270. id: 121,
  15271. name: "121",
  15272. color: 0,
  15273. colors: [
  15274. 0, 1
  15275. ],
  15276. price: 10
  15277. }, {
  15278. id: 122,
  15279. name: "122",
  15280. color: 0,
  15281. colors: [
  15282. 0,
  15283. 1,
  15284. 2,
  15285. 3,
  15286. 4,
  15287. 5,
  15288. 6,
  15289. 7,
  15290. 8,
  15291. 9,
  15292. 10,
  15293. 11,
  15294. 12,
  15295. 13,
  15296. 14,
  15297. 15
  15298. ],
  15299. price: 10
  15300. }, {
  15301. id: 123,
  15302. name: "123",
  15303. color: 0,
  15304. colors: [
  15305. 0,
  15306. 1,
  15307. 2,
  15308. 3,
  15309. 4,
  15310. 5,
  15311. 6,
  15312. 7,
  15313. 8,
  15314. 9,
  15315. 10,
  15316. 11,
  15317. 12,
  15318. 13,
  15319. 14,
  15320. 15
  15321. ],
  15322. price: 10
  15323. }, {
  15324. id: 124,
  15325. name: "124",
  15326. color: 0,
  15327. colors: [
  15328. 0,
  15329. 1,
  15330. 2,
  15331. 3,
  15332. 4,
  15333. 5,
  15334. 6,
  15335. 7,
  15336. 8,
  15337. 9,
  15338. 10,
  15339. 11,
  15340. 12,
  15341. 13,
  15342. 14,
  15343. 15
  15344. ],
  15345. price: 10
  15346. }, {
  15347. id: 125,
  15348. name: "125",
  15349. color: 0,
  15350. colors: [
  15351. 0,
  15352. 1,
  15353. 2,
  15354. 3,
  15355. 4,
  15356. 5,
  15357. 6,
  15358. 7,
  15359. 8,
  15360. 9,
  15361. 10,
  15362. 11,
  15363. 12,
  15364. 13,
  15365. 14,
  15366. 15
  15367. ],
  15368. price: 10
  15369. }, {
  15370. id: 126,
  15371. name: "126",
  15372. color: 0,
  15373. colors: [
  15374. 0, 1
  15375. ],
  15376. price: 10
  15377. }, {
  15378. id: 127,
  15379. name: "127",
  15380. color: 0,
  15381. colors: [
  15382. 0, 1
  15383. ],
  15384. price: 10
  15385. }
  15386. ];
  15387.  
  15388. app.glasses = [
  15389. {
  15390. id: 0,
  15391. name: "0",
  15392. color: 0,
  15393. colors: [0],
  15394. price: 10
  15395. }, {
  15396. id: 1,
  15397. name: "1",
  15398. color: 0,
  15399. colors: [
  15400. 0,
  15401. 1,
  15402. 2,
  15403. 3,
  15404. 4,
  15405. 5,
  15406. 6,
  15407. 7,
  15408. 8,
  15409. 9,
  15410. 10
  15411. ],
  15412. price: 10
  15413. }, {
  15414. id: 2,
  15415. name: "2",
  15416. color: 0,
  15417. colors: [
  15418. 0,
  15419. 1,
  15420. 2,
  15421. 3,
  15422. 4,
  15423. 5,
  15424. 6,
  15425. 7,
  15426. 8,
  15427. 9,
  15428. 10
  15429. ],
  15430. price: 10
  15431. }, {
  15432. id: 3,
  15433. name: "3",
  15434. color: 0,
  15435. colors: [
  15436. 0,
  15437. 1,
  15438. 2,
  15439. 3,
  15440. 4,
  15441. 5,
  15442. 6,
  15443. 7,
  15444. 8,
  15445. 9,
  15446. 10
  15447. ],
  15448. price: 10
  15449. }, {
  15450. id: 4,
  15451. name: "4",
  15452. color: 0,
  15453. colors: [
  15454. 0,
  15455. 1,
  15456. 2,
  15457. 3,
  15458. 4,
  15459. 5,
  15460. 6,
  15461. 7,
  15462. 8,
  15463. 9,
  15464. 10
  15465. ],
  15466. price: 10
  15467. }, {
  15468. id: 5,
  15469. name: "5",
  15470. color: 0,
  15471. colors: [0],
  15472. price: 0
  15473. }, {
  15474. id: 6,
  15475. name: "6",
  15476. color: 0,
  15477. colors: [
  15478. 0, 8, 9, 10
  15479. ],
  15480. price: 10
  15481. }, {
  15482. id: 7,
  15483. name: "7",
  15484. color: 0,
  15485. colors: [
  15486. 0,
  15487. 1,
  15488. 2,
  15489. 3,
  15490. 4,
  15491. 5,
  15492. 6,
  15493. 7,
  15494. 8,
  15495. 9,
  15496. 10
  15497. ],
  15498. price: 10
  15499. }, {
  15500. id: 8,
  15501. name: "8",
  15502. color: 0,
  15503. colors: [
  15504. 0, 8, 9, 10
  15505. ],
  15506. price: 10
  15507. }, {
  15508. id: 9,
  15509. name: "9",
  15510. color: 0,
  15511. colors: [
  15512. 0,
  15513. 1,
  15514. 2,
  15515. 3,
  15516. 4,
  15517. 5,
  15518. 6,
  15519. 7,
  15520. 8,
  15521. 9,
  15522. 10
  15523. ],
  15524. price: 10
  15525. }, {
  15526. id: 10,
  15527. name: "10",
  15528. color: 0,
  15529. colors: [
  15530. 0,
  15531. 1,
  15532. 2,
  15533. 3,
  15534. 4,
  15535. 5,
  15536. 6,
  15537. 7,
  15538. 8,
  15539. 9,
  15540. 10
  15541. ],
  15542. price: 10
  15543. }, {
  15544. id: 11,
  15545. name: "11",
  15546. color: 0,
  15547. colors: [
  15548. 0,
  15549. 1,
  15550. 2,
  15551. 3,
  15552. 4,
  15553. 5,
  15554. 6,
  15555. 7
  15556. ],
  15557. price: 10
  15558. }, {
  15559. id: 14,
  15560. name: "14",
  15561. color: 0,
  15562. colors: [
  15563. 0,
  15564. 1,
  15565. 2,
  15566. 3,
  15567. 4,
  15568. 5,
  15569. 6,
  15570. 7,
  15571. 8,
  15572. 9,
  15573. 10
  15574. ],
  15575. price: 10
  15576. }, {
  15577. id: 16,
  15578. name: "16",
  15579. color: 0,
  15580. colors: [
  15581. 0,
  15582. 1,
  15583. 2,
  15584. 3,
  15585. 4,
  15586. 5,
  15587. 6,
  15588. 7,
  15589. 8,
  15590. 9
  15591. ],
  15592. price: 10
  15593. }, {
  15594. id: 17,
  15595. name: "17",
  15596. color: 0,
  15597. colors: [
  15598. 0,
  15599. 1,
  15600. 2,
  15601. 3,
  15602. 4,
  15603. 5,
  15604. 6,
  15605. 7,
  15606. 8,
  15607. 9
  15608. ],
  15609. price: 10
  15610. }, {
  15611. id: 18,
  15612. name: "18",
  15613. color: 0,
  15614. colors: [
  15615. 0,
  15616. 1,
  15617. 2,
  15618. 3,
  15619. 4,
  15620. 5,
  15621. 6,
  15622. 7
  15623. ],
  15624. price: 10
  15625. }, {
  15626. id: 19,
  15627. name: "19",
  15628. color: 0,
  15629. colors: [
  15630. 0,
  15631. 1,
  15632. 2,
  15633. 3,
  15634. 4,
  15635. 5,
  15636. 6,
  15637. 7,
  15638. 8,
  15639. 9,
  15640. 10
  15641. ],
  15642. price: 10
  15643. }, {
  15644. id: 20,
  15645. name: "20",
  15646. color: 0,
  15647. colors: [
  15648. 0,
  15649. 1,
  15650. 2,
  15651. 3,
  15652. 4,
  15653. 5,
  15654. 6,
  15655. 7
  15656. ],
  15657. price: 10
  15658. }, {
  15659. id: 21,
  15660. name: "21",
  15661. color: 0,
  15662. colors: [
  15663. 0,
  15664. 1,
  15665. 2,
  15666. 3,
  15667. 4,
  15668. 5,
  15669. 6,
  15670. 7
  15671. ],
  15672. price: 10
  15673. }, {
  15674. id: 22,
  15675. name: "22",
  15676. color: 0,
  15677. colors: [0],
  15678. price: 10
  15679. }, {
  15680. id: 23,
  15681. name: "23",
  15682. color: 0,
  15683. colors: [0],
  15684. price: 10
  15685. }, {
  15686. id: 24,
  15687. name: "24",
  15688. color: 0,
  15689. colors: [
  15690. 0,
  15691. 1,
  15692. 2,
  15693. 3,
  15694. 4,
  15695. 5,
  15696. 6,
  15697. 7,
  15698. 8,
  15699. 9,
  15700. 10
  15701. ],
  15702. price: 10
  15703. }, {
  15704. id: 25,
  15705. name: "25",
  15706. color: 0,
  15707. colors: [
  15708. 0,
  15709. 1,
  15710. 2,
  15711. 3,
  15712. 4,
  15713. 5,
  15714. 6,
  15715. 7,
  15716. 8,
  15717. 9
  15718. ],
  15719. price: 10
  15720. }, {
  15721. id: 26,
  15722. name: "26",
  15723. color: 0,
  15724. colors: [
  15725. 0,
  15726. 1,
  15727. 2,
  15728. 3,
  15729. 4,
  15730. 5
  15731. ],
  15732. price: 10
  15733. }, {
  15734. id: 27,
  15735. name: "27",
  15736. color: 0,
  15737. colors: [
  15738. 0,
  15739. 1,
  15740. 2,
  15741. 3,
  15742. 4,
  15743. 5,
  15744. 6,
  15745. 7
  15746. ],
  15747. price: 10
  15748. }, {
  15749. id: 28,
  15750. name: "28",
  15751. color: 0,
  15752. colors: [
  15753. 0,
  15754. 1,
  15755. 2,
  15756. 3,
  15757. 4,
  15758. 5,
  15759. 6,
  15760. 7,
  15761. 8,
  15762. 9,
  15763. 10,
  15764. 11,
  15765. 12,
  15766. 13,
  15767. 14,
  15768. 15
  15769. ],
  15770. price: 10
  15771. }
  15772. ];
  15773.  
  15774. app.tops = [
  15775. {
  15776. id: 0,
  15777. name: "0",
  15778. color: 0,
  15779. colors: [
  15780. 0,
  15781. 1,
  15782. 2,
  15783. 3,
  15784. 4,
  15785. 5,
  15786. 6,
  15787. 7,
  15788. 8,
  15789. 9,
  15790. 10,
  15791. 11,
  15792. 12,
  15793. 13,
  15794. 14,
  15795. 15
  15796. ],
  15797. price: 50,
  15798. torso: 4,
  15799. undershirt: 24,
  15800. underColor: 0,
  15801. underColors: [20]
  15802. }, {
  15803. id: 1,
  15804. name: "1",
  15805. color: 0,
  15806. colors: [
  15807. 0,
  15808. 1,
  15809. 2,
  15810. 4,
  15811. 5,
  15812. 6,
  15813. 9,
  15814. 11,
  15815. 14
  15816. ],
  15817. price: 50,
  15818. torso: 5,
  15819. undershirt: 26,
  15820. underColor: 0,
  15821. underColors: [0, 1, 2]
  15822. }, {
  15823. id: 2,
  15824. name: "2",
  15825. color: 0,
  15826. colors: [
  15827. 0,
  15828. 1,
  15829. 2,
  15830. 3,
  15831. 4,
  15832. 5,
  15833. 6,
  15834. 7,
  15835. 8,
  15836. 9,
  15837. 10,
  15838. 11,
  15839. 12,
  15840. 13,
  15841. 14,
  15842. 15
  15843. ],
  15844. price: 50,
  15845. torso: 2,
  15846. undershirt: 24,
  15847. underColor: 0,
  15848. underColors: [20]
  15849. }, {
  15850. id: 3,
  15851. name: "3",
  15852. color: 0,
  15853. colors: [
  15854. 0,
  15855. 1,
  15856. 2,
  15857. 3,
  15858. 4,
  15859. 10,
  15860. 11,
  15861. 12,
  15862. 13,
  15863. 14
  15864. ],
  15865. price: 50,
  15866. torso: 3,
  15867. undershirt: 24,
  15868. underColor: 0,
  15869. underColors: [20]
  15870. }, {
  15871. id: 4,
  15872. name: "4",
  15873. color: 0,
  15874. colors: [
  15875. 13, 14
  15876. ],
  15877. price: 50,
  15878. torso: 4,
  15879. undershirt: 24,
  15880. underColor: 0,
  15881. underColors: [20]
  15882. }, {
  15883. id: 5,
  15884. name: "5",
  15885. color: 0,
  15886. colors: [
  15887. 0, 1, 7, 9
  15888. ],
  15889. price: 50,
  15890. torso: 4,
  15891. undershirt: 24,
  15892. underColor: 0,
  15893. underColors: [20]
  15894. }, {
  15895. id: 6,
  15896. name: "6",
  15897. color: 0,
  15898. colors: [
  15899. 0, 1, 2, 4
  15900. ],
  15901. price: 50,
  15902. torso: 5,
  15903. undershirt: 0,
  15904. underColor: 0,
  15905. underColors: [
  15906. 0,
  15907. 1,
  15908. 2,
  15909. 3,
  15910. 4,
  15911. 5,
  15912. 6,
  15913. 7,
  15914. 8,
  15915. 9,
  15916. 10,
  15917. 11,
  15918. 12,
  15919. 13,
  15920. 14,
  15921. 15
  15922. ]
  15923. }, {
  15924. id: 7,
  15925. name: "7",
  15926. color: 0,
  15927. colors: [
  15928. 0, 1, 2, 8
  15929. ],
  15930. price: 50,
  15931. torso: 6,
  15932. undershirt: 16,
  15933. underColor: 0,
  15934. underColors: [
  15935. 0,
  15936. 1,
  15937. 2,
  15938. 3,
  15939. 4,
  15940. 5,
  15941. 6
  15942. ]
  15943. }, {
  15944. id: 8,
  15945. name: "8",
  15946. color: 0,
  15947. colors: [
  15948. 0, 1, 2, 12
  15949. ],
  15950. price: 50,
  15951. torso: 1,
  15952. undershirt: 20,
  15953. underColor: 0,
  15954. underColors: [0, 1, 2]
  15955. }, {
  15956. id: 9,
  15957. name: "9",
  15958. color: 0,
  15959. colors: [
  15960. 0,
  15961. 1,
  15962. 2,
  15963. 3,
  15964. 4,
  15965. 5,
  15966. 6,
  15967. 7,
  15968. 8,
  15969. 9,
  15970. 10,
  15971. 11,
  15972. 12,
  15973. 13,
  15974. 14
  15975. ],
  15976. price: 50,
  15977. torso: 9,
  15978. undershirt: 24,
  15979. underColor: 0,
  15980. underColors: [20]
  15981. }, {
  15982. id: 10,
  15983. name: "10",
  15984. color: 0,
  15985. colors: [
  15986. 0,
  15987. 1,
  15988. 2,
  15989. 7,
  15990. 10,
  15991. 11,
  15992. 13,
  15993. 15
  15994. ],
  15995. price: 50,
  15996. torso: 7,
  15997. undershirt: 5,
  15998. underColor: 0,
  15999. underColors: [0, 1, 7, 9]
  16000. }, {
  16001. id: 11,
  16002. name: "11",
  16003. color: 0,
  16004. colors: [
  16005. 0,
  16006. 1,
  16007. 2,
  16008. 10,
  16009. 11,
  16010. 15
  16011. ],
  16012. price: 50,
  16013. torso: 4,
  16014. undershirt: 24,
  16015. underColor: 0,
  16016. underColors: [20]
  16017. }, {
  16018. id: 12,
  16019. name: "12",
  16020. color: 0,
  16021. colors: [
  16022. 7, 8, 9
  16023. ],
  16024. price: 50,
  16025. torso: 12,
  16026. undershirt: 24,
  16027. underColor: 0,
  16028. underColors: [20]
  16029. }, {
  16030. id: 13,
  16031. name: "13",
  16032. color: 0,
  16033. colors: [
  16034. 0,
  16035. 1,
  16036. 2,
  16037. 3,
  16038. 4,
  16039. 5,
  16040. 6,
  16041. 7,
  16042. 8,
  16043. 9,
  16044. 10,
  16045. 11,
  16046. 12,
  16047. 13,
  16048. 14,
  16049. 15
  16050. ],
  16051. price: 50,
  16052. torso: 4,
  16053. undershirt: 24,
  16054. underColor: 0,
  16055. underColors: [20]
  16056. }, {
  16057. id: 14,
  16058. name: "14",
  16059. color: 0,
  16060. colors: [
  16061. 0,
  16062. 1,
  16063. 2,
  16064. 3,
  16065. 4,
  16066. 5,
  16067. 6,
  16068. 7,
  16069. 8,
  16070. 9,
  16071. 10,
  16072. 11,
  16073. 12,
  16074. 13,
  16075. 14,
  16076. 15
  16077. ],
  16078. price: 50,
  16079. torso: 0,
  16080. undershirt: 24,
  16081. underColor: 0,
  16082. underColors: [20]
  16083. }, {
  16084. id: 15,
  16085. name: "15",
  16086. color: 0,
  16087. colors: [
  16088. 0, 3, 10, 11
  16089. ],
  16090. price: 50,
  16091. torso: 15,
  16092. undershirt: 24,
  16093. underColor: 0,
  16094. underColors: [20]
  16095. }, {
  16096. id: 16,
  16097. name: "16",
  16098. color: 0,
  16099. colors: [
  16100. 0,
  16101. 1,
  16102. 2,
  16103. 3,
  16104. 4,
  16105. 5,
  16106. 6
  16107. ],
  16108. price: 50,
  16109. torso: 4,
  16110. undershirt: 24,
  16111. underColor: 0,
  16112. underColors: [20]
  16113. }, {
  16114. id: 17,
  16115. name: "17",
  16116. color: 0,
  16117. colors: [0],
  16118. price: 50,
  16119. torso: 9,
  16120. undershirt: 24,
  16121. underColor: 0,
  16122. underColors: [20]
  16123. }, {
  16124. id: 18,
  16125. name: "18",
  16126. color: 0,
  16127. colors: [
  16128. 0,
  16129. 1,
  16130. 2,
  16131. 3,
  16132. 4,
  16133. 5,
  16134. 6,
  16135. 7,
  16136. 8,
  16137. 9,
  16138. 10,
  16139. 11
  16140. ],
  16141. price: 50,
  16142. torso: 15,
  16143. undershirt: 24,
  16144. underColor: 0,
  16145. underColors: [20]
  16146. }, {
  16147. id: 19,
  16148. name: "19",
  16149. color: 0,
  16150. colors: [
  16151. 0, 1, 2, 3
  16152. ],
  16153. price: 50,
  16154. torso: 4,
  16155. undershirt: 24,
  16156. underColor: 0,
  16157. underColors: [20]
  16158. }, {
  16159. id: 20,
  16160. name: "20",
  16161. color: 0,
  16162. colors: [
  16163. 0, 1
  16164. ],
  16165. price: 50,
  16166. torso: 5,
  16167. undershirt: 18,
  16168. underColor: 0,
  16169. underColors: [0, 1, 2, 3]
  16170. }, {
  16171. id: 21,
  16172. name: "21",
  16173. color: 0,
  16174. colors: [
  16175. 0,
  16176. 1,
  16177. 2,
  16178. 3,
  16179. 4,
  16180. 5
  16181. ],
  16182. price: 50,
  16183. torso: 4,
  16184. undershirt: 24,
  16185. underColor: 0,
  16186. underColors: [20]
  16187. }, {
  16188. id: 22,
  16189. name: "22",
  16190. color: 0,
  16191. colors: [
  16192. 0, 1, 2, 3, 4
  16193. ],
  16194. price: 50,
  16195. torso: 4,
  16196. undershirt: 24,
  16197. underColor: 0,
  16198. underColors: [20]
  16199. }, {
  16200. id: 23,
  16201. name: "23",
  16202. color: 0,
  16203. colors: [
  16204. 0, 1, 2
  16205. ],
  16206. price: 50,
  16207. torso: 4,
  16208. undershirt: 24,
  16209. underColor: 0,
  16210. underColors: [20]
  16211. }, {
  16212. id: 24,
  16213. name: "24",
  16214. color: 0,
  16215. colors: [
  16216. 0,
  16217. 1,
  16218. 2,
  16219. 3,
  16220. 4,
  16221. 5,
  16222. 6,
  16223. 7,
  16224. 8,
  16225. 9,
  16226. 10,
  16227. 11
  16228. ],
  16229. price: 50,
  16230. torso: 5,
  16231. undershirt: 39,
  16232. underColor: 0,
  16233. underColors: [
  16234. 0,
  16235. 1,
  16236. 2,
  16237. 3,
  16238. 4,
  16239. 5,
  16240. 6,
  16241. 7,
  16242. 8,
  16243. 9,
  16244. 10,
  16245. 11,
  16246. 12,
  16247. 13,
  16248. 14,
  16249. 15
  16250. ]
  16251. }, {
  16252. id: 25,
  16253. name: "25",
  16254. color: 0,
  16255. colors: [
  16256. 0,
  16257. 1,
  16258. 2,
  16259. 3,
  16260. 4,
  16261. 5,
  16262. 6,
  16263. 7,
  16264. 8,
  16265. 9,
  16266. 10
  16267. ],
  16268. price: 50,
  16269. torso: 5,
  16270. undershirt: 27,
  16271. underColor: 0,
  16272. underColors: [0, 1, 2]
  16273. }, {
  16274. id: 26,
  16275. name: "26",
  16276. color: 0,
  16277. colors: [
  16278. 0,
  16279. 1,
  16280. 2,
  16281. 3,
  16282. 4,
  16283. 5,
  16284. 6,
  16285. 7,
  16286. 8,
  16287. 9,
  16288. 10,
  16289. 11,
  16290. 12
  16291. ],
  16292. price: 50,
  16293. torso: 12,
  16294. undershirt: 24,
  16295. underColor: 0,
  16296. underColors: [20]
  16297. }, {
  16298. id: 27,
  16299. name: "27",
  16300. color: 0,
  16301. colors: [
  16302. 0,
  16303. 1,
  16304. 2,
  16305. 3,
  16306. 4,
  16307. 5
  16308. ],
  16309. price: 50,
  16310. torso: 0,
  16311. undershirt: 24,
  16312. underColor: 0,
  16313. underColors: [20]
  16314. }, {
  16315. id: 28,
  16316. name: "28",
  16317. color: 0,
  16318. colors: [
  16319. 0,
  16320. 1,
  16321. 2,
  16322. 3,
  16323. 4,
  16324. 5,
  16325. 6,
  16326. 7,
  16327. 8,
  16328. 9,
  16329. 10,
  16330. 11,
  16331. 12,
  16332. 13,
  16333. 14,
  16334. 15
  16335. ],
  16336. price: 50,
  16337. torso: 0,
  16338. undershirt: 24,
  16339. underColor: 0,
  16340. underColors: [
  16341. 0,
  16342. 1,
  16343. 2,
  16344. 3,
  16345. 4,
  16346. 5
  16347. ]
  16348. }, {
  16349. id: 29,
  16350. name: "29",
  16351. color: 0,
  16352. colors: [
  16353. 0,
  16354. 1,
  16355. 2,
  16356. 3,
  16357. 4,
  16358. 5,
  16359. 6,
  16360. 7,
  16361. 8,
  16362. 9,
  16363. 10,
  16364. 11,
  16365. 12,
  16366. 13,
  16367. 14,
  16368. 15
  16369. ],
  16370. price: 50,
  16371. torso: 9,
  16372. undershirt: 161,
  16373. underColor: 0,
  16374. underColors: [
  16375. 0,
  16376. 1,
  16377. 2,
  16378. 3,
  16379. 4,
  16380. 5,
  16381. 6,
  16382. 7,
  16383. 8,
  16384. 9,
  16385. 10,
  16386. 11,
  16387. 12,
  16388. 13,
  16389. 14,
  16390. 15
  16391. ]
  16392. }, {
  16393. id: 30,
  16394. name: "30",
  16395. color: 0,
  16396. colors: [
  16397. 0, 1, 2
  16398. ],
  16399. price: 50,
  16400. torso: 2,
  16401. undershirt: 24,
  16402. underColor: 0,
  16403. underColors: [20]
  16404. }, {
  16405. id: 31,
  16406. name: "31",
  16407. color: 0,
  16408. colors: [
  16409. 0,
  16410. 1,
  16411. 2,
  16412. 3,
  16413. 4,
  16414. 5,
  16415. 6
  16416. ],
  16417. price: 50,
  16418. torso: 5,
  16419. undershirt: 20,
  16420. underColor: 0,
  16421. underColors: [0, 1, 2]
  16422. }, {
  16423. id: 32,
  16424. name: "32",
  16425. color: 0,
  16426. colors: [
  16427. 0, 1, 2
  16428. ],
  16429. price: 50,
  16430. torso: 4,
  16431. undershirt: 24,
  16432. underColor: 0,
  16433. underColors: [20]
  16434. }, {
  16435. id: 33,
  16436. name: "33",
  16437. color: 0,
  16438. colors: [
  16439. 0,
  16440. 1,
  16441. 2,
  16442. 3,
  16443. 4,
  16444. 5,
  16445. 6,
  16446. 7,
  16447. 8
  16448. ],
  16449. price: 50,
  16450. torso: 4,
  16451. undershirt: 24,
  16452. underColor: 0,
  16453. underColors: [20]
  16454. }, {
  16455. id: 34,
  16456. name: "34",
  16457. color: 0,
  16458. colors: [0],
  16459. price: 50,
  16460. torso: 4,
  16461. undershirt: 16,
  16462. underColor: 0,
  16463. underColors: [
  16464. 0,
  16465. 1,
  16466. 2,
  16467. 3,
  16468. 4,
  16469. 5,
  16470. 6,
  16471. 7,
  16472. 8,
  16473. 9,
  16474. 10,
  16475. 11,
  16476. 12,
  16477. 13,
  16478. 14,
  16479. 15
  16480. ]
  16481. }, {
  16482. id: 35,
  16483. name: "35",
  16484. color: 0,
  16485. colors: [
  16486. 0,
  16487. 1,
  16488. 2,
  16489. 3,
  16490. 4,
  16491. 5,
  16492. 6,
  16493. 7,
  16494. 8,
  16495. 9,
  16496. 10,
  16497. 11
  16498. ],
  16499. price: 50,
  16500. torso: 5,
  16501. undershirt: 29,
  16502. underColor: 0,
  16503. underColors: [0, 1, 2, 3, 4]
  16504. }, {
  16505. id: 36,
  16506. name: "36",
  16507. color: 0,
  16508. colors: [
  16509. 0, 1, 2, 3, 4
  16510. ],
  16511. price: 50,
  16512. torso: 4,
  16513. undershirt: 24,
  16514. underColor: 0,
  16515. underColors: [20]
  16516. }, {
  16517. id: 37,
  16518. name: "37",
  16519. color: 0,
  16520. colors: [
  16521. 0,
  16522. 1,
  16523. 2,
  16524. 3,
  16525. 4,
  16526. 5
  16527. ],
  16528. price: 50,
  16529. torso: 4,
  16530. undershirt: 24,
  16531. underColor: 0,
  16532. underColors: [20]
  16533. }, {
  16534. id: 38,
  16535. name: "38",
  16536. color: 0,
  16537. colors: [
  16538. 0, 1, 2, 3
  16539. ],
  16540. price: 50,
  16541. torso: 2,
  16542. undershirt: 24,
  16543. underColor: 0,
  16544. underColors: [20]
  16545. }, {
  16546. id: 39,
  16547. name: "39",
  16548. color: 0,
  16549. colors: [0],
  16550. price: 50,
  16551. torso: 4,
  16552. undershirt: 24,
  16553. underColor: 0,
  16554. underColors: [20]
  16555. }, {
  16556. id: 40,
  16557. name: "40",
  16558. color: 0,
  16559. colors: [
  16560. 0, 1
  16561. ],
  16562. price: 50,
  16563. torso: 2,
  16564. undershirt: 24,
  16565. underColor: 0,
  16566. underColors: [20]
  16567. }, {
  16568. id: 41,
  16569. name: "41",
  16570. color: 0,
  16571. colors: [0],
  16572. price: 50,
  16573. torso: 3,
  16574. undershirt: 24,
  16575. underColor: 0,
  16576. underColors: [20]
  16577. }, {
  16578. id: 42,
  16579. name: "42",
  16580. color: 0,
  16581. colors: [
  16582. 0, 1, 2, 3, 4
  16583. ],
  16584. price: 50,
  16585. torso: 3,
  16586. undershirt: 24,
  16587. underColor: 0,
  16588. underColors: [20]
  16589. }, {
  16590. id: 43,
  16591. name: "43",
  16592. color: 0,
  16593. colors: [
  16594. 0, 1, 2, 3, 4
  16595. ],
  16596. price: 50,
  16597. torso: 3,
  16598. undershirt: 24,
  16599. underColor: 0,
  16600. underColors: [20]
  16601. }, {
  16602. id: 44,
  16603. name: "44",
  16604. color: 0,
  16605. colors: [
  16606. 0, 1, 2
  16607. ],
  16608. price: 50,
  16609. torso: 3,
  16610. undershirt: 24,
  16611. underColor: 0,
  16612. underColors: [20]
  16613. }, {
  16614. id: 45,
  16615. name: "45",
  16616. color: 0,
  16617. colors: [
  16618. 0, 1, 2, 3
  16619. ],
  16620. price: 50,
  16621. torso: 3,
  16622. undershirt: 24,
  16623. underColor: 0,
  16624. underColors: [20]
  16625. }, {
  16626. id: 46,
  16627. name: "46",
  16628. color: 0,
  16629. colors: [
  16630. 0, 1, 2, 3
  16631. ],
  16632. price: 50,
  16633. torso: 3,
  16634. undershirt: 24,
  16635. underColor: 0,
  16636. underColors: [20]
  16637. }, {
  16638. id: 47,
  16639. name: "47",
  16640. color: 0,
  16641. colors: [0],
  16642. price: 50,
  16643. torso: 3,
  16644. undershirt: 24,
  16645. underColor: 0,
  16646. underColors: [20]
  16647. }, {
  16648. id: 48,
  16649. name: "48",
  16650. color: 0,
  16651. colors: [0],
  16652. price: 80000,
  16653. torso: 0,
  16654. undershirt: 24,
  16655. underColor: 0,
  16656. underColors: [20]
  16657. }, {
  16658. id: 49,
  16659. name: "49",
  16660. color: 0,
  16661. colors: [
  16662. 0, 1
  16663. ],
  16664. price: 50,
  16665. torso: 0,
  16666. undershirt: 24,
  16667. underColor: 0,
  16668. underColors: [20]
  16669. }, {
  16670. id: 50,
  16671. name: "50",
  16672. color: 0,
  16673. colors: [0],
  16674. price: 50,
  16675. torso: 3,
  16676. undershirt: 24,
  16677. underColor: 0,
  16678. underColors: [20]
  16679. }, {
  16680. id: 51,
  16681. name: "51",
  16682. color: 0,
  16683. colors: [0],
  16684. price: 50,
  16685. torso: 5,
  16686. undershirt: 23,
  16687. underColor: 0,
  16688. underColors: [
  16689. 0,
  16690. 1,
  16691. 2,
  16692. 3,
  16693. 4,
  16694. 5,
  16695. 6,
  16696. 7,
  16697. 8,
  16698. 9,
  16699. 10,
  16700. 11,
  16701. 12
  16702. ]
  16703. }, {
  16704. id: 52,
  16705. name: "52",
  16706. color: 0,
  16707. colors: [
  16708. 0, 1, 2, 3
  16709. ],
  16710. price: 50,
  16711. torso: 5,
  16712. undershirt: 23,
  16713. underColor: 0,
  16714. underColors: [
  16715. 0,
  16716. 1,
  16717. 2,
  16718. 3,
  16719. 4,
  16720. 5,
  16721. 6,
  16722. 7,
  16723. 8,
  16724. 9,
  16725. 10,
  16726. 11,
  16727. 12
  16728. ]
  16729. }, {
  16730. id: 53,
  16731. name: "53",
  16732. color: 0,
  16733. colors: [
  16734. 0, 1, 2, 3
  16735. ],
  16736. price: 50,
  16737. torso: 5,
  16738. undershirt: 25,
  16739. underColor: 0,
  16740. underColors: [
  16741. 0,
  16742. 1,
  16743. 2,
  16744. 3,
  16745. 4,
  16746. 5,
  16747. 6,
  16748. 7,
  16749. 8,
  16750. 9,
  16751. 10,
  16752. 11,
  16753. 12,
  16754. 13,
  16755. 14,
  16756. 15
  16757. ]
  16758. }, {
  16759. id: 54,
  16760. name: "54",
  16761. color: 0,
  16762. colors: [
  16763. 0, 1, 2, 3
  16764. ],
  16765. price: 50,
  16766. torso: 3,
  16767. undershirt: 24,
  16768. underColor: 0,
  16769. underColors: [20]
  16770. }, {
  16771. id: 55,
  16772. name: "55",
  16773. color: 0,
  16774. colors: [0],
  16775. price: 50,
  16776. torso: 4,
  16777. undershirt: 24,
  16778. underColor: 0,
  16779. underColors: [20]
  16780. }, {
  16781. id: 56,
  16782. name: "56",
  16783. color: 0,
  16784. colors: [0],
  16785. price: 50,
  16786. torso: 14,
  16787. undershirt: 24,
  16788. underColor: 0,
  16789. underColors: [20]
  16790. }, {
  16791. id: 57,
  16792. name: "57",
  16793. color: 0,
  16794. colors: [
  16795. 0,
  16796. 1,
  16797. 2,
  16798. 3,
  16799. 4,
  16800. 5,
  16801. 6,
  16802. 7,
  16803. 8
  16804. ],
  16805. price: 50,
  16806. torso: 1,
  16807. undershirt: 64,
  16808. underColor: 0,
  16809. underColors: [0, 1, 2, 3, 4]
  16810. }, {
  16811. id: 58,
  16812. name: "58",
  16813. color: 0,
  16814. colors: [
  16815. 0,
  16816. 1,
  16817. 2,
  16818. 3,
  16819. 4,
  16820. 5,
  16821. 6,
  16822. 7,
  16823. 8
  16824. ],
  16825. price: 50,
  16826. torso: 7,
  16827. undershirt: 1,
  16828. underColor: 0,
  16829. underColors: [
  16830. 0,
  16831. 1,
  16832. 2,
  16833. 3,
  16834. 4,
  16835. 5,
  16836. 6,
  16837. 7,
  16838. 8,
  16839. 9,
  16840. 10,
  16841. 11,
  16842. 12,
  16843. 13,
  16844. 14,
  16845. 15,
  16846. 16
  16847. ]
  16848. }, {
  16849. id: 59,
  16850. name: "59",
  16851. color: 0,
  16852. colors: [
  16853. 0, 1, 2, 3
  16854. ],
  16855. price: 50,
  16856. torso: 2,
  16857. undershirt: 34,
  16858. underColor: 0,
  16859. underColors: [20]
  16860. }, {
  16861. id: 60,
  16862. name: "60",
  16863. color: 0,
  16864. colors: [
  16865. 0, 1, 2, 3
  16866. ],
  16867. price: 50,
  16868. torso: 3,
  16869. undershirt: 34,
  16870. underColor: 0,
  16871. underColors: [20]
  16872. }, {
  16873. id: 61,
  16874. name: "61",
  16875. color: 0,
  16876. colors: [
  16877. 0,
  16878. 1,
  16879. 2,
  16880. 3,
  16881. 4,
  16882. 5,
  16883. 6,
  16884. 7,
  16885. 8
  16886. ],
  16887. price: 50,
  16888. torso: 3,
  16889. undershirt: 34,
  16890. underColor: 0,
  16891. underColors: [20]
  16892. }, {
  16893. id: 62,
  16894. name: "62",
  16895. color: 0,
  16896. colors: [
  16897. 0,
  16898. 1,
  16899. 2,
  16900. 3,
  16901. 4,
  16902. 5
  16903. ],
  16904. price: 50,
  16905. torso: 7,
  16906. undershirt: 24,
  16907. underColor: 0,
  16908. underColors: [20]
  16909. }, {
  16910. id: 63,
  16911. name: "63",
  16912. color: 0,
  16913. colors: [
  16914. 0,
  16915. 1,
  16916. 2,
  16917. 3,
  16918. 4,
  16919. 5
  16920. ],
  16921. price: 50,
  16922. torso: 7,
  16923. undershirt: 24,
  16924. underColor: 0,
  16925. underColors: [20]
  16926. }, {
  16927. id: 64,
  16928. name: "64",
  16929. color: 0,
  16930. colors: [
  16931. 0, 1, 2, 3, 4
  16932. ],
  16933. price: 50,
  16934. torso: 4,
  16935. undershirt: 16,
  16936. underColor: 0,
  16937. underColors: [
  16938. 0,
  16939. 1,
  16940. 2,
  16941. 3,
  16942. 4,
  16943. 5,
  16944. 6
  16945. ]
  16946. }, {
  16947. id: 65,
  16948. name: "65",
  16949. color: 0,
  16950. colors: [
  16951. 0,
  16952. 1,
  16953. 2,
  16954. 3,
  16955. 4,
  16956. 5,
  16957. 6,
  16958. 7,
  16959. 8,
  16960. 9,
  16961. 10,
  16962. 11
  16963. ],
  16964. price: 50,
  16965. torso: 6,
  16966. undershirt: 24,
  16967. underColor: 0,
  16968. underColors: [20]
  16969. }, {
  16970. id: 66,
  16971. name: "66",
  16972. color: 0,
  16973. colors: [
  16974. 0, 1, 2, 3
  16975. ],
  16976. price: 50,
  16977. torso: 5,
  16978. undershirt: 5,
  16979. underColor: 0,
  16980. underColors: [0, 1, 7, 9, 16]
  16981. }, {
  16982. id: 67,
  16983. name: "67",
  16984. color: 0,
  16985. colors: [0],
  16986. price: 50,
  16987. torso: 2,
  16988. undershirt: 24,
  16989. underColor: 0,
  16990. underColors: [20]
  16991. }, {
  16992. id: 68,
  16993. name: "68",
  16994. color: 0,
  16995. colors: [
  16996. 0,
  16997. 1,
  16998. 2,
  16999. 3,
  17000. 4,
  17001. 5,
  17002. 6,
  17003. 7,
  17004. 8,
  17005. 9,
  17006. 10,
  17007. 11,
  17008. 12,
  17009. 13,
  17010. 14,
  17011. 15,
  17012. 16,
  17013. 17,
  17014. 18,
  17015. 19
  17016. ],
  17017. price: 50,
  17018. torso: 0,
  17019. undershirt: 24,
  17020. underColor: 0,
  17021. underColors: [20]
  17022. }, {
  17023. id: 69,
  17024. name: "69",
  17025. color: 0,
  17026. colors: [0],
  17027. price: 50,
  17028. torso: 9,
  17029. undershirt: 24,
  17030. underColor: 0,
  17031. underColors: [20]
  17032. }, {
  17033. id: 70,
  17034. name: "70",
  17035. color: 0,
  17036. colors: [
  17037. 0, 1, 2, 3, 4
  17038. ],
  17039. price: 50,
  17040. torso: 9,
  17041. undershirt: 24,
  17042. underColor: 0,
  17043. underColors: [20]
  17044. }, {
  17045. id: 71,
  17046. name: "71",
  17047. color: 0,
  17048. colors: [
  17049. 0,
  17050. 1,
  17051. 2,
  17052. 3,
  17053. 4,
  17054. 5,
  17055. 6,
  17056. 7,
  17057. 8,
  17058. 9,
  17059. 10,
  17060. 11,
  17061. 12,
  17062. 13,
  17063. 14,
  17064. 15
  17065. ],
  17066. price: 50,
  17067. torso: 4,
  17068. undershirt: 24,
  17069. underColor: 0,
  17070. underColors: [20]
  17071. }, {
  17072. id: 72,
  17073. name: "72",
  17074. color: 0,
  17075. colors: [0],
  17076. price: 50,
  17077. torso: 4,
  17078. undershirt: 24,
  17079. underColor: 0,
  17080. underColors: [20]
  17081. }, {
  17082. id: 73,
  17083. name: "73",
  17084. color: 0,
  17085. colors: [
  17086. 0, 1, 2
  17087. ],
  17088. price: 50,
  17089. torso: 14,
  17090. undershirt: 34,
  17091. underColor: 0,
  17092. underColors: [20]
  17093. }, {
  17094. id: 74,
  17095. name: "74",
  17096. color: 0,
  17097. colors: [
  17098. 0, 1, 2
  17099. ],
  17100. price: 50,
  17101. torso: 4,
  17102. undershirt: 24,
  17103. underColor: 0,
  17104. underColors: [20]
  17105. }, {
  17106. id: 75,
  17107. name: "75",
  17108. color: 0,
  17109. colors: [
  17110. 0, 1, 2, 3
  17111. ],
  17112. price: 50,
  17113. torso: 1,
  17114. undershirt: 24,
  17115. underColor: 0,
  17116. underColors: [20]
  17117. }, {
  17118. id: 76,
  17119. name: "76",
  17120. color: 0,
  17121. colors: [
  17122. 0, 1, 2, 3, 4
  17123. ],
  17124. price: 50,
  17125. torso: 9,
  17126. undershirt: 24,
  17127. underColor: 0,
  17128. underColors: [20]
  17129. }, {
  17130. id: 77,
  17131. name: "77",
  17132. color: 0,
  17133. colors: [0],
  17134. price: 50,
  17135. torso: 4,
  17136. undershirt: 24,
  17137. underColor: 0,
  17138. underColors: [20]
  17139. }, {
  17140. id: 78,
  17141. name: "78",
  17142. color: 0,
  17143. colors: [
  17144. 0,
  17145. 1,
  17146. 2,
  17147. 3,
  17148. 4,
  17149. 5,
  17150. 6,
  17151. 7
  17152. ],
  17153. price: 50,
  17154. torso: 3,
  17155. undershirt: 24,
  17156. underColor: 0,
  17157. underColors: [20]
  17158. }, {
  17159. id: 79,
  17160. name: "79",
  17161. color: 0,
  17162. colors: [
  17163. 0, 1, 2, 3
  17164. ],
  17165. price: 50,
  17166. torso: 1,
  17167. undershirt: 24,
  17168. underColor: 0,
  17169. underColors: [20]
  17170. }, {
  17171. id: 80,
  17172. name: "80",
  17173. color: 0,
  17174. colors: [0],
  17175. price: 50,
  17176. torso: 4,
  17177. undershirt: 24,
  17178. underColor: 0,
  17179. underColors: [20]
  17180. }, {
  17181. id: 81,
  17182. name: "81",
  17183. color: 0,
  17184. colors: [
  17185. 0,
  17186. 1,
  17187. 2,
  17188. 3,
  17189. 4,
  17190. 5,
  17191. 6,
  17192. 7,
  17193. 8,
  17194. 9,
  17195. 10,
  17196. 11
  17197. ],
  17198. price: 50,
  17199. torso: 4,
  17200. undershirt: 24,
  17201. underColor: 0,
  17202. underColors: [20]
  17203. }, {
  17204. id: 83,
  17205. name: "83",
  17206. color: 0,
  17207. colors: [
  17208. 0,
  17209. 1,
  17210. 2,
  17211. 3,
  17212. 4,
  17213. 5,
  17214. 6
  17215. ],
  17216. price: 50,
  17217. torso: 5,
  17218. undershirt: 24,
  17219. underColor: 0,
  17220. underColors: [20]
  17221. }, {
  17222. id: 84,
  17223. name: "84",
  17224. color: 0,
  17225. colors: [
  17226. 0, 1, 2
  17227. ],
  17228. price: 50,
  17229. torso: 0,
  17230. undershirt: 24,
  17231. underColor: 0,
  17232. underColors: [20]
  17233. }, {
  17234. id: 85,
  17235. name: "85",
  17236. color: 0,
  17237. colors: [
  17238. 0, 1, 2
  17239. ],
  17240. price: 50,
  17241. torso: 0,
  17242. undershirt: 24,
  17243. underColor: 0,
  17244. underColors: [20]
  17245. }, {
  17246. id: 86,
  17247. name: "86",
  17248. color: 0,
  17249. colors: [
  17250. 0, 1, 2
  17251. ],
  17252. price: 50,
  17253. torso: 9,
  17254. undershirt: 24,
  17255. underColor: 0,
  17256. underColors: [20]
  17257. }, {
  17258. id: 87,
  17259. name: "87",
  17260. color: 0,
  17261. colors: [0],
  17262. price: 50,
  17263. torso: 3,
  17264. undershirt: 24,
  17265. underColor: 0,
  17266. underColors: [20]
  17267. }, {
  17268. id: 88,
  17269. name: "88",
  17270. color: 0,
  17271. colors: [
  17272. 0, 1
  17273. ],
  17274. price: 50,
  17275. torso: 0,
  17276. undershirt: 24,
  17277. underColor: 0,
  17278. underColors: [20]
  17279. }, {
  17280. id: 89,
  17281. name: "89",
  17282. color: 0,
  17283. colors: [
  17284. 0, 1
  17285. ],
  17286. price: 50,
  17287. torso: 3,
  17288. undershirt: 24,
  17289. underColor: 0,
  17290. underColors: [20]
  17291. }, {
  17292. id: 90,
  17293. name: "90",
  17294. color: 0,
  17295. colors: [
  17296. 0, 1, 2, 3, 4
  17297. ],
  17298. price: 50,
  17299. torso: 7,
  17300. undershirt: 27,
  17301. underColor: 0,
  17302. underColors: [0, 1, 2]
  17303. }, {
  17304. id: 91,
  17305. name: "91",
  17306. color: 0,
  17307. colors: [
  17308. 0, 1, 2, 3, 4
  17309. ],
  17310. price: 50,
  17311. torso: 3,
  17312. undershirt: 39,
  17313. underColor: 0,
  17314. underColors: [
  17315. 0,
  17316. 1,
  17317. 2,
  17318. 3,
  17319. 4,
  17320. 5,
  17321. 6,
  17322. 7,
  17323. 8,
  17324. 9,
  17325. 10,
  17326. 11,
  17327. 12,
  17328. 13,
  17329. 14,
  17330. 15
  17331. ]
  17332. }, {
  17333. id: 92,
  17334. name: "92",
  17335. color: 0,
  17336. colors: [
  17337. 0, 1, 2, 3
  17338. ],
  17339. price: 50,
  17340. torso: 14,
  17341. undershirt: 39,
  17342. underColor: 0,
  17343. underColors: [
  17344. 0,
  17345. 1,
  17346. 2,
  17347. 3,
  17348. 4,
  17349. 5,
  17350. 6,
  17351. 7,
  17352. 8,
  17353. 9,
  17354. 10,
  17355. 11,
  17356. 12,
  17357. 13,
  17358. 14,
  17359. 15
  17360. ]
  17361. }, {
  17362. id: 93,
  17363. name: "93",
  17364. color: 0,
  17365. colors: [
  17366. 0, 1, 2, 3
  17367. ],
  17368. price: 50,
  17369. torso: 14,
  17370. undershirt: 38,
  17371. underColor: 0,
  17372. underColors: [
  17373. 0,
  17374. 1,
  17375. 2,
  17376. 3,
  17377. 4,
  17378. 5,
  17379. 6,
  17380. 7,
  17381. 8,
  17382. 9,
  17383. 10,
  17384. 11,
  17385. 12,
  17386. 13,
  17387. 14
  17388. ]
  17389. }, {
  17390. id: 94,
  17391. name: "94",
  17392. color: 0,
  17393. colors: [0],
  17394. price: 50,
  17395. torso: 14,
  17396. undershirt: 38,
  17397. underColor: 0,
  17398. underColors: [
  17399. 0,
  17400. 1,
  17401. 2,
  17402. 3,
  17403. 4,
  17404. 5,
  17405. 6,
  17406. 7,
  17407. 8,
  17408. 9,
  17409. 10,
  17410. 11,
  17411. 12,
  17412. 13,
  17413. 14,
  17414. 15
  17415. ]
  17416. }, {
  17417. id: 95,
  17418. name: "95",
  17419. color: 0,
  17420. colors: [0],
  17421. price: 50,
  17422. torso: 14,
  17423. undershirt: 38,
  17424. underColor: 0,
  17425. underColors: [
  17426. 0,
  17427. 1,
  17428. 2,
  17429. 3,
  17430. 4,
  17431. 5,
  17432. 6,
  17433. 7,
  17434. 8,
  17435. 9,
  17436. 10,
  17437. 11,
  17438. 12,
  17439. 13,
  17440. 14,
  17441. 15
  17442. ]
  17443. }, {
  17444. id: 96,
  17445. name: "96",
  17446. color: 0,
  17447. colors: [0],
  17448. price: 50,
  17449. torso: 14,
  17450. undershirt: 34,
  17451. underColor: 0,
  17452. underColors: [20]
  17453. }, {
  17454. id: 97,
  17455. name: "97",
  17456. color: 0,
  17457. colors: [0],
  17458. price: 50,
  17459. torso: 1,
  17460. undershirt: 0,
  17461. underColor: 0,
  17462. underColors: [
  17463. 0,
  17464. 1,
  17465. 2,
  17466. 3,
  17467. 4,
  17468. 5,
  17469. 6,
  17470. 7,
  17471. 8,
  17472. 9,
  17473. 10,
  17474. 11,
  17475. 12,
  17476. 13,
  17477. 14,
  17478. 15
  17479. ]
  17480. }, {
  17481. id: 98,
  17482. name: "98",
  17483. color: 0,
  17484. colors: [
  17485. 0, 1, 2, 3, 4
  17486. ],
  17487. price: 50,
  17488. torso: 9,
  17489. undershirt: 34,
  17490. underColor: 0,
  17491. underColors: [20]
  17492. }, {
  17493. id: 99,
  17494. name: "99",
  17495. color: 0,
  17496. colors: [
  17497. 0,
  17498. 1,
  17499. 2,
  17500. 3,
  17501. 4,
  17502. 5,
  17503. 6,
  17504. 7,
  17505. 8,
  17506. 9,
  17507. 10
  17508. ],
  17509. price: 50,
  17510. torso: 5,
  17511. undershirt: 37,
  17512. underColor: 0,
  17513. underColors: [0]
  17514. }, {
  17515. id: 101,
  17516. name: "101",
  17517. color: 0,
  17518. colors: [
  17519. 0,
  17520. 1,
  17521. 2,
  17522. 3,
  17523. 4,
  17524. 5
  17525. ],
  17526. price: 50,
  17527. torso: 15,
  17528. undershirt: 34,
  17529. underColor: 0,
  17530. underColors: [
  17531. 0,
  17532. 1,
  17533. 2,
  17534. 3,
  17535. 4,
  17536. 5,
  17537. 6,
  17538. 7,
  17539. 8,
  17540. 9,
  17541. 10,
  17542. 11,
  17543. 12,
  17544. 13,
  17545. 14,
  17546. 15,
  17547. 16,
  17548. 17,
  17549. 18,
  17550. 19,
  17551. 20
  17552. ]
  17553. }, {
  17554. id: 102,
  17555. name: "102",
  17556. color: 0,
  17557. colors: [0],
  17558. price: 50,
  17559. torso: 3,
  17560. undershirt: 34,
  17561. underColor: 0,
  17562. underColors: [20]
  17563. }, {
  17564. id: 103,
  17565. name: "103",
  17566. color: 0,
  17567. colors: [
  17568. 0,
  17569. 1,
  17570. 2,
  17571. 3,
  17572. 4,
  17573. 5
  17574. ],
  17575. price: 50,
  17576. torso: 3,
  17577. undershirt: 3,
  17578. underColor: 0,
  17579. underColors: [20]
  17580. }, {
  17581. id: 104,
  17582. name: "104",
  17583. color: 0,
  17584. colors: [0],
  17585. price: 50,
  17586. torso: 5,
  17587. undershirt: 3,
  17588. underColor: 0,
  17589. underColors: [
  17590. 0,
  17591. 1,
  17592. 2,
  17593. 3,
  17594. 4,
  17595. 5,
  17596. 6,
  17597. 7,
  17598. 8,
  17599. 9,
  17600. 10,
  17601. 11,
  17602. 12,
  17603. 13,
  17604. 14,
  17605. 15,
  17606. 16,
  17607. 17,
  17608. 18,
  17609. 19,
  17610. 20
  17611. ]
  17612. }, {
  17613. id: 105,
  17614. name: "105",
  17615. color: 0,
  17616. colors: [
  17617. 0,
  17618. 1,
  17619. 2,
  17620. 3,
  17621. 4,
  17622. 5,
  17623. 6,
  17624. 7
  17625. ],
  17626. price: 50,
  17627. torso: 11,
  17628. undershirt: 15,
  17629. underColor: 0,
  17630. underColors: [20]
  17631. }, {
  17632. id: 106,
  17633. name: "106",
  17634. color: 0,
  17635. colors: [
  17636. 0, 1, 2, 3
  17637. ],
  17638. price: 50,
  17639. torso: 6,
  17640. undershirt: 15,
  17641. underColor: 0,
  17642. underColors: [20]
  17643. }, {
  17644. id: 107,
  17645. name: "107",
  17646. color: 0,
  17647. colors: [0],
  17648. price: 50,
  17649. torso: 4,
  17650. undershirt: 16,
  17651. underColor: 0,
  17652. underColors: [
  17653. 0,
  17654. 1,
  17655. 2,
  17656. 3,
  17657. 4,
  17658. 5,
  17659. 6,
  17660. 7,
  17661. 8,
  17662. 9,
  17663. 10,
  17664. 11,
  17665. 12,
  17666. 13,
  17667. 14,
  17668. 15,
  17669. 16,
  17670. 17,
  17671. 18,
  17672. 19,
  17673. 20
  17674. ]
  17675. }, {
  17676. id: 108,
  17677. name: "108",
  17678. color: 0,
  17679. colors: [
  17680. 0, 1, 2
  17681. ],
  17682. price: 50,
  17683. torso: 6,
  17684. undershirt: 5,
  17685. underColor: 0,
  17686. underColors: [
  17687. 0,
  17688. 1,
  17689. 2,
  17690. 3,
  17691. 4,
  17692. 5,
  17693. 6,
  17694. 7,
  17695. 8,
  17696. 9,
  17697. 10,
  17698. 11,
  17699. 12,
  17700. 13,
  17701. 14,
  17702. 15,
  17703. 16,
  17704. 17,
  17705. 18,
  17706. 19,
  17707. 20
  17708. ]
  17709. }, {
  17710. id: 109,
  17711. name: "109",
  17712. color: 0,
  17713. colors: [
  17714. 0,
  17715. 1,
  17716. 2,
  17717. 3,
  17718. 4,
  17719. 5,
  17720. 6,
  17721. 7,
  17722. 8,
  17723. 9,
  17724. 10,
  17725. 11,
  17726. 12,
  17727. 13,
  17728. 14,
  17729. 15
  17730. ],
  17731. price: 50,
  17732. torso: 5,
  17733. undershirt: 15,
  17734. underColor: 0,
  17735. underColors: [20]
  17736. }, {
  17737. id: 110,
  17738. name: "110",
  17739. color: 0,
  17740. colors: [
  17741. 0,
  17742. 1,
  17743. 2,
  17744. 3,
  17745. 4,
  17746. 5,
  17747. 6,
  17748. 7,
  17749. 8,
  17750. 9
  17751. ],
  17752. price: 50,
  17753. torso: 3,
  17754. undershirt: 15,
  17755. underColor: 0,
  17756. underColors: [20]
  17757. }, {
  17758. id: 111,
  17759. name: "111",
  17760. color: 0,
  17761. colors: [
  17762. 0,
  17763. 1,
  17764. 2,
  17765. 3,
  17766. 4,
  17767. 5,
  17768. 6,
  17769. 7,
  17770. 8,
  17771. 9,
  17772. 10,
  17773. 11
  17774. ],
  17775. price: 50,
  17776. torso: 4,
  17777. undershirt: 15,
  17778. underColor: 0,
  17779. underColors: [20]
  17780. }, {
  17781. id: 112,
  17782. name: "112",
  17783. color: 0,
  17784. colors: [
  17785. 0, 1, 2
  17786. ],
  17787. price: 50,
  17788. torso: 11,
  17789. undershirt: 3,
  17790. underColor: 0,
  17791. underColors: [20]
  17792. }, {
  17793. id: 113,
  17794. name: "113",
  17795. color: 0,
  17796. colors: [
  17797. 0, 1, 2
  17798. ],
  17799. price: 50,
  17800. torso: 11,
  17801. undershirt: 3,
  17802. underColor: 0,
  17803. underColors: [20]
  17804. }, {
  17805. id: 114,
  17806. name: "114",
  17807. color: 0,
  17808. colors: [
  17809. 0, 1, 2
  17810. ],
  17811. price: 50,
  17812. torso: 11,
  17813. undershirt: 3,
  17814. underColor: 0,
  17815. underColors: [20]
  17816. }, {
  17817. id: 115,
  17818. name: "115",
  17819. color: 0,
  17820. colors: [
  17821. 0, 1, 2
  17822. ],
  17823. price: 50,
  17824. torso: 11,
  17825. undershirt: 3,
  17826. underColor: 0,
  17827. underColors: [20]
  17828. }, {
  17829. id: 116,
  17830. name: "116",
  17831. color: 0,
  17832. colors: [
  17833. 0, 1, 2
  17834. ],
  17835. price: 50,
  17836. torso: 11,
  17837. undershirt: 3,
  17838. underColor: 0,
  17839. underColors: [20]
  17840. }, {
  17841. id: 117,
  17842. name: "117",
  17843. color: 0,
  17844. colors: [
  17845. 0, 1, 2
  17846. ],
  17847. price: 50,
  17848. torso: 11,
  17849. undershirt: 15,
  17850. underColor: 0,
  17851. underColors: [20]
  17852. }, {
  17853. id: 118,
  17854. name: "118",
  17855. color: 0,
  17856. colors: [
  17857. 0, 1, 2
  17858. ],
  17859. price: 50,
  17860. torso: 11,
  17861. undershirt: 15,
  17862. underColor: 0,
  17863. underColors: [20]
  17864. }, {
  17865. id: 119,
  17866. name: "119",
  17867. color: 0,
  17868. colors: [
  17869. 0, 1, 2
  17870. ],
  17871. price: 50,
  17872. torso: 9,
  17873. undershirt: 3,
  17874. underColor: 0,
  17875. underColors: [20]
  17876. }, {
  17877. id: 120,
  17878. name: "120",
  17879. color: 0,
  17880. colors: [
  17881. 0,
  17882. 1,
  17883. 2,
  17884. 3,
  17885. 4,
  17886. 5,
  17887. 6,
  17888. 7,
  17889. 8,
  17890. 9,
  17891. 10,
  17892. 11,
  17893. 12,
  17894. 13,
  17895. 14,
  17896. 15,
  17897. 16
  17898. ],
  17899. price: 50,
  17900. torso: 6,
  17901. undershirt: 0,
  17902. underColor: 0,
  17903. underColors: [
  17904. 0,
  17905. 1,
  17906. 2,
  17907. 3,
  17908. 4,
  17909. 5,
  17910. 6,
  17911. 7,
  17912. 8,
  17913. 9,
  17914. 10,
  17915. 11,
  17916. 12,
  17917. 13,
  17918. 14,
  17919. 15,
  17920. 16,
  17921. 17,
  17922. 18,
  17923. 19,
  17924. 20
  17925. ]
  17926. }, {
  17927. id: 121,
  17928. name: "121",
  17929. color: 0,
  17930. colors: [
  17931. 0,
  17932. 1,
  17933. 2,
  17934. 3,
  17935. 4,
  17936. 5,
  17937. 6,
  17938. 7,
  17939. 8,
  17940. 9,
  17941. 10,
  17942. 11,
  17943. 12,
  17944. 13,
  17945. 14,
  17946. 15,
  17947. 16
  17948. ],
  17949. price: 50,
  17950. torso: 3,
  17951. undershirt: 3,
  17952. underColor: 0,
  17953. underColors: [20]
  17954. }, {
  17955. id: 122,
  17956. name: "122",
  17957. color: 0,
  17958. colors: [0],
  17959. price: 50,
  17960. torso: 3,
  17961. undershirt: 3,
  17962. underColor: 0,
  17963. underColors: [20]
  17964. }, {
  17965. id: 123,
  17966. name: "123",
  17967. color: 0,
  17968. colors: [
  17969. 0,
  17970. 1,
  17971. 2,
  17972. 3,
  17973. 4,
  17974. 5,
  17975. 6,
  17976. 7,
  17977. 8,
  17978. 9,
  17979. 10,
  17980. 11
  17981. ],
  17982. price: 50,
  17983. torso: 3,
  17984. undershirt: 3,
  17985. underColor: 0,
  17986. underColors: [20]
  17987. }, {
  17988. id: 124,
  17989. name: "124",
  17990. color: 0,
  17991. colors: [
  17992. 0, 1, 2
  17993. ],
  17994. price: 50,
  17995. torso: 14,
  17996. undershirt: 3,
  17997. underColor: 0,
  17998. underColors: [20]
  17999. }, {
  18000. id: 125,
  18001. name: "125",
  18002. color: 0,
  18003. colors: [
  18004. 0,
  18005. 1,
  18006. 2,
  18007. 3,
  18008. 4,
  18009. 5,
  18010. 6,
  18011. 7,
  18012. 8,
  18013. 9
  18014. ],
  18015. price: 50,
  18016. torso: 1,
  18017. undershirt: 3,
  18018. underColor: 0,
  18019. underColors: [20]
  18020. }, {
  18021. id: 126,
  18022. name: "126",
  18023. color: 0,
  18024. colors: [
  18025. 0, 1, 2
  18026. ],
  18027. price: 50,
  18028. torso: 1,
  18029. undershirt: 3,
  18030. underColor: 0,
  18031. underColors: [20]
  18032. }, {
  18033. id: 127,
  18034. name: "127",
  18035. color: 0,
  18036. colors: [0],
  18037. price: 50,
  18038. torso: 3,
  18039. undershirt: 3,
  18040. underColor: 0,
  18041. underColors: [20]
  18042. }, {
  18043. id: 128,
  18044. name: "128",
  18045. color: 0,
  18046. colors: [0],
  18047. price: 50,
  18048. torso: 14,
  18049. undershirt: 3,
  18050. underColor: 0,
  18051. underColors: [20]
  18052. }, {
  18053. id: 129,
  18054. name: "129",
  18055. color: 0,
  18056. colors: [0],
  18057. price: 50,
  18058. torso: 14,
  18059. undershirt: 3,
  18060. underColor: 0,
  18061. underColors: [20]
  18062. }, {
  18063. id: 130,
  18064. name: "130",
  18065. color: 0,
  18066. colors: [0],
  18067. price: 50,
  18068. torso: 9,
  18069. undershirt: 3,
  18070. underColor: 0,
  18071. underColors: [20]
  18072. }, {
  18073. id: 131,
  18074. name: "131",
  18075. color: 0,
  18076. colors: [
  18077. 0, 1, 2
  18078. ],
  18079. price: 50,
  18080. torso: 3,
  18081. undershirt: 3,
  18082. underColor: 0,
  18083. underColors: [20]
  18084. }, {
  18085. id: 132,
  18086. name: "132",
  18087. color: 0,
  18088. colors: [
  18089. 0,
  18090. 1,
  18091. 2,
  18092. 3,
  18093. 4,
  18094. 5,
  18095. 6
  18096. ],
  18097. price: 50,
  18098. torso: 9,
  18099. undershirt: 3,
  18100. underColor: 0,
  18101. underColors: [20]
  18102. }, {
  18103. id: 133,
  18104. name: "133",
  18105. color: 0,
  18106. colors: [
  18107. 0,
  18108. 1,
  18109. 2,
  18110. 3,
  18111. 4,
  18112. 5,
  18113. 6
  18114. ],
  18115. price: 50,
  18116. torso: 1,
  18117. undershirt: 16,
  18118. underColor: 0,
  18119. underColors: [
  18120. 0,
  18121. 1,
  18122. 2,
  18123. 3,
  18124. 4,
  18125. 5,
  18126. 6
  18127. ]
  18128. }, {
  18129. id: 134,
  18130. name: "134",
  18131. color: 0,
  18132. colors: [
  18133. 0, 1, 2
  18134. ],
  18135. price: 50,
  18136. torso: 0,
  18137. undershirt: 170,
  18138. underColor: 0,
  18139. underColors: [
  18140. 0,
  18141. 1,
  18142. 2,
  18143. 3,
  18144. 4,
  18145. 5,
  18146. 6
  18147. ]
  18148. }, {
  18149. id: 135,
  18150. name: "135",
  18151. color: 0,
  18152. colors: [
  18153. 0, 1, 2
  18154. ],
  18155. price: 50,
  18156. torso: 3,
  18157. undershirt: 3,
  18158. underColor: 0,
  18159. underColors: [20]
  18160. }, {
  18161. id: 136,
  18162. name: "136",
  18163. color: 0,
  18164. colors: [
  18165. 0,
  18166. 1,
  18167. 2,
  18168. 3,
  18169. 4,
  18170. 5,
  18171. 6,
  18172. 7
  18173. ],
  18174. price: 50,
  18175. torso: 3,
  18176. undershirt: 3,
  18177. underColor: 0,
  18178. underColors: [20]
  18179. }, {
  18180. id: 137,
  18181. name: "137",
  18182. color: 0,
  18183. colors: [
  18184. 0,
  18185. 1,
  18186. 2,
  18187. 3,
  18188. 4,
  18189. 5,
  18190. 6,
  18191. 7,
  18192. 8,
  18193. 9,
  18194. 10,
  18195. 11,
  18196. 12,
  18197. 13,
  18198. 14
  18199. ],
  18200. price: 50,
  18201. torso: 7,
  18202. undershirt: 3,
  18203. underColor: 0,
  18204. underColors: [20]
  18205. }, {
  18206. id: 138,
  18207. name: "138",
  18208. color: 0,
  18209. colors: [
  18210. 0,
  18211. 1,
  18212. 2,
  18213. 3,
  18214. 4,
  18215. 5,
  18216. 6,
  18217. 7,
  18218. 8,
  18219. 9,
  18220. 10
  18221. ],
  18222. price: 50,
  18223. torso: 1,
  18224. undershirt: 3,
  18225. underColor: 0,
  18226. underColors: [20]
  18227. }, {
  18228. id: 139,
  18229. name: "139",
  18230. color: 0,
  18231. colors: [
  18232. 0, 1, 2
  18233. ],
  18234. price: 50,
  18235. torso: 4,
  18236. undershirt: 16,
  18237. underColor: 0,
  18238. underColors: [
  18239. 0,
  18240. 1,
  18241. 2,
  18242. 3,
  18243. 4,
  18244. 5,
  18245. 6
  18246. ]
  18247. }, {
  18248. id: 140,
  18249. name: "140",
  18250. color: 0,
  18251. colors: [
  18252. 0,
  18253. 1,
  18254. 2,
  18255. 3,
  18256. 4,
  18257. 5,
  18258. 6,
  18259. 7,
  18260. 8,
  18261. 9
  18262. ],
  18263. price: 50,
  18264. torso: 3,
  18265. undershirt: 3,
  18266. underColor: 0,
  18267. underColors: [20]
  18268. }, {
  18269. id: 141,
  18270. name: "141",
  18271. color: 0,
  18272. colors: [
  18273. 0,
  18274. 1,
  18275. 2,
  18276. 3,
  18277. 4,
  18278. 5
  18279. ],
  18280. price: 50,
  18281. torso: 14,
  18282. undershirt: 3,
  18283. underColor: 0,
  18284. underColors: [20]
  18285. }, {
  18286. id: 142,
  18287. name: "142",
  18288. color: 0,
  18289. colors: [
  18290. 0,
  18291. 1,
  18292. 2,
  18293. 3,
  18294. 4,
  18295. 5,
  18296. 6,
  18297. 7,
  18298. 8,
  18299. 9,
  18300. 10,
  18301. 11,
  18302. 12,
  18303. 13
  18304. ],
  18305. price: 50,
  18306. torso: 5,
  18307. undershirt: 3,
  18308. underColor: 0,
  18309. underColors: [20]
  18310. }, {
  18311. id: 143,
  18312. name: "143",
  18313. color: 0,
  18314. colors: [
  18315. 0,
  18316. 1,
  18317. 2,
  18318. 3,
  18319. 4,
  18320. 5,
  18321. 6,
  18322. 7,
  18323. 8,
  18324. 9,
  18325. 10,
  18326. 11,
  18327. 12,
  18328. 13
  18329. ],
  18330. price: 50,
  18331. torso: 4,
  18332. undershirt: 3,
  18333. underColor: 0,
  18334. underColors: [20]
  18335. }, {
  18336. id: 144,
  18337. name: "144",
  18338. color: 0,
  18339. colors: [
  18340. 0,
  18341. 1,
  18342. 2,
  18343. 3,
  18344. 4,
  18345. 5,
  18346. 6,
  18347. 7,
  18348. 8,
  18349. 9
  18350. ],
  18351. price: 50,
  18352. torso: 3,
  18353. undershirt: 3,
  18354. underColor: 0,
  18355. underColors: [20]
  18356. }, {
  18357. id: 145,
  18358. name: "145",
  18359. color: 0,
  18360. colors: [
  18361. 0,
  18362. 1,
  18363. 2,
  18364. 3,
  18365. 4,
  18366. 5,
  18367. 6,
  18368. 7,
  18369. 8,
  18370. 9,
  18371. 10,
  18372. 11
  18373. ],
  18374. price: 50,
  18375. torso: 3,
  18376. undershirt: 3,
  18377. underColor: 0,
  18378. underColors: [20]
  18379. }, {
  18380. id: 146,
  18381. name: "146",
  18382. color: 0,
  18383. colors: [
  18384. 0,
  18385. 1,
  18386. 2,
  18387. 3,
  18388. 4,
  18389. 5,
  18390. 6,
  18391. 7,
  18392. 8,
  18393. 9
  18394. ],
  18395. price: 50,
  18396. torso: 7,
  18397. undershirt: 3,
  18398. underColor: 0,
  18399. underColors: [20]
  18400. }, {
  18401. id: 147,
  18402. name: "147",
  18403. color: 0,
  18404. colors: [
  18405. 0,
  18406. 1,
  18407. 2,
  18408. 3,
  18409. 4,
  18410. 5,
  18411. 6,
  18412. 7,
  18413. 8,
  18414. 9,
  18415. 10,
  18416. 11
  18417. ],
  18418. price: 50,
  18419. torso: 3,
  18420. undershirt: 3,
  18421. underColor: 0,
  18422. underColors: [20]
  18423. }, {
  18424. id: 148,
  18425. name: "148",
  18426. color: 0,
  18427. colors: [
  18428. 0,
  18429. 1,
  18430. 2,
  18431. 3,
  18432. 4,
  18433. 5
  18434. ],
  18435. price: 50,
  18436. torso: 1,
  18437. undershirt: 0,
  18438. underColor: 0,
  18439. underColors: [
  18440. 0,
  18441. 1,
  18442. 2,
  18443. 3,
  18444. 4,
  18445. 5,
  18446. 6,
  18447. 7,
  18448. 8,
  18449. 9,
  18450. 10,
  18451. 11,
  18452. 12,
  18453. 13,
  18454. 14,
  18455. 15
  18456. ]
  18457. }, {
  18458. id: 149,
  18459. name: "149",
  18460. color: 0,
  18461. colors: [
  18462. 0,
  18463. 1,
  18464. 2,
  18465. 3,
  18466. 4,
  18467. 5,
  18468. 6,
  18469. 7,
  18470. 8,
  18471. 9,
  18472. 10,
  18473. 11,
  18474. 12,
  18475. 13,
  18476. 14,
  18477. 15
  18478. ],
  18479. price: 50,
  18480. torso: 3,
  18481. undershirt: 3,
  18482. underColor: 3,
  18483. underColors: [20]
  18484. }, {
  18485. id: 150,
  18486. name: "150",
  18487. color: 0,
  18488. colors: [
  18489. 0,
  18490. 1,
  18491. 2,
  18492. 3,
  18493. 4,
  18494. 5,
  18495. 6,
  18496. 7,
  18497. 8,
  18498. 9,
  18499. 10,
  18500. 11,
  18501. 12,
  18502. 13,
  18503. 14,
  18504. 15,
  18505. 16,
  18506. 17,
  18507. 18,
  18508. 19,
  18509. 20
  18510. ],
  18511. price: 50,
  18512. torso: 3,
  18513. undershirt: 3,
  18514. underColor: 0,
  18515. underColors: [20]
  18516. }, {
  18517. id: 151,
  18518. name: "151",
  18519. color: 0,
  18520. colors: [
  18521. 0,
  18522. 1,
  18523. 2,
  18524. 3,
  18525. 4,
  18526. 5,
  18527. 6,
  18528. 7
  18529. ],
  18530. price: 50,
  18531. torso: 5,
  18532. undershirt: 3,
  18533. underColor: 0,
  18534. underColors: [20]
  18535. }, {
  18536. id: 152,
  18537. name: "152",
  18538. color: 0,
  18539. colors: [
  18540. 0, 1, 2, 3
  18541. ],
  18542. price: 50,
  18543. torso: 7,
  18544. undershirt: 3,
  18545. underColor: 0,
  18546. underColors: [20]
  18547. }, {
  18548. id: 153,
  18549. name: "153",
  18550. color: 0,
  18551. colors: [
  18552. 0,
  18553. 1,
  18554. 2,
  18555. 3,
  18556. 4,
  18557. 5
  18558. ],
  18559. price: 50,
  18560. torso: 1,
  18561. undershirt: 0,
  18562. underColor: 0,
  18563. underColors: [
  18564. 0,
  18565. 1,
  18566. 2,
  18567. 3,
  18568. 4,
  18569. 5,
  18570. 6,
  18571. 7,
  18572. 8,
  18573. 9,
  18574. 10,
  18575. 11,
  18576. 12,
  18577. 13,
  18578. 14,
  18579. 15
  18580. ]
  18581. }, {
  18582. id: 154,
  18583. name: "154",
  18584. color: 0,
  18585. colors: [
  18586. 0, 1, 2, 3
  18587. ],
  18588. price: 50,
  18589. torso: 4,
  18590. undershirt: 0,
  18591. underColor: 0,
  18592. underColors: [
  18593. 0,
  18594. 1,
  18595. 2,
  18596. 3,
  18597. 4,
  18598. 5,
  18599. 6,
  18600. 7,
  18601. 8,
  18602. 9,
  18603. 10,
  18604. 11,
  18605. 12,
  18606. 13,
  18607. 14,
  18608. 15
  18609. ]
  18610. }, {
  18611. id: 155,
  18612. name: "155",
  18613. color: 0,
  18614. colors: [
  18615. 0, 1, 2
  18616. ],
  18617. price: 50,
  18618. torso: 4,
  18619. undershirt: 0,
  18620. underColor: 0,
  18621. underColors: [
  18622. 0,
  18623. 1,
  18624. 2,
  18625. 3,
  18626. 4,
  18627. 5,
  18628. 6,
  18629. 7,
  18630. 8,
  18631. 9,
  18632. 10,
  18633. 11,
  18634. 12,
  18635. 13,
  18636. 14,
  18637. 15
  18638. ]
  18639. }, {
  18640. id: 156,
  18641. name: "156",
  18642. color: 0,
  18643. colors: [
  18644. 0, 1
  18645. ],
  18646. price: 50,
  18647. torso: 4,
  18648. undershirt: 0,
  18649. underColor: 0,
  18650. underColors: [0]
  18651. }, {
  18652. id: 157,
  18653. name: "157",
  18654. color: 0,
  18655. colors: [
  18656. 0, 1
  18657. ],
  18658. price: 50,
  18659. torso: 4,
  18660. undershirt: 0,
  18661. underColor: 0,
  18662. underColors: [
  18663. 0,
  18664. 1,
  18665. 2,
  18666. 3,
  18667. 4,
  18668. 5,
  18669. 6,
  18670. 7,
  18671. 8,
  18672. 9,
  18673. 10,
  18674. 11,
  18675. 12,
  18676. 13,
  18677. 14,
  18678. 15
  18679. ]
  18680. }, {
  18681. id: 158,
  18682. name: "158",
  18683. color: 0,
  18684. colors: [
  18685. 0, 1, 2, 3
  18686. ],
  18687. price: 50,
  18688. torso: 1,
  18689. undershirt: 55,
  18690. underColor: 0,
  18691. underColors: [
  18692. 0,
  18693. 1,
  18694. 2,
  18695. 3,
  18696. 4,
  18697. 5,
  18698. 6,
  18699. 7,
  18700. 8,
  18701. 9,
  18702. 10,
  18703. 11,
  18704. 12,
  18705. 13,
  18706. 14,
  18707. 15,
  18708. 16,
  18709. 17,
  18710. 18,
  18711. 19,
  18712. 20
  18713. ]
  18714. }, {
  18715. id: 159,
  18716. name: "159",
  18717. color: 0,
  18718. colors: [
  18719. 0, 1, 2, 3
  18720. ],
  18721. price: 50,
  18722. torso: 11,
  18723. undershirt: 55,
  18724. underColor: 0,
  18725. underColors: [
  18726. 0,
  18727. 1,
  18728. 2,
  18729. 3,
  18730. 4,
  18731. 5,
  18732. 6,
  18733. 7,
  18734. 8,
  18735. 9,
  18736. 10,
  18737. 11,
  18738. 12,
  18739. 13,
  18740. 14,
  18741. 15,
  18742. 16,
  18743. 17,
  18744. 18,
  18745. 19,
  18746. 20
  18747. ]
  18748. }, {
  18749. id: 160,
  18750. name: "160",
  18751. color: 0,
  18752. colors: [0],
  18753. price: 50,
  18754. torso: 7,
  18755. undershirt: 0,
  18756. underColor: 0,
  18757. underColors: [
  18758. 0,
  18759. 1,
  18760. 2,
  18761. 3,
  18762. 4,
  18763. 5,
  18764. 6,
  18765. 7,
  18766. 8,
  18767. 9,
  18768. 10,
  18769. 11,
  18770. 12,
  18771. 13,
  18772. 14,
  18773. 15
  18774. ]
  18775. }, {
  18776. id: 161,
  18777. name: "161",
  18778. color: 0,
  18779. colors: [
  18780. 0, 1, 2
  18781. ],
  18782. price: 50,
  18783. torso: 9,
  18784. undershirt: 3,
  18785. underColor: 0,
  18786. underColors: [20]
  18787. }, {
  18788. id: 162,
  18789. name: "162",
  18790. color: 0,
  18791. colors: [
  18792. 0,
  18793. 1,
  18794. 2,
  18795. 3,
  18796. 4,
  18797. 5,
  18798. 6
  18799. ],
  18800. price: 50,
  18801. torso: 3,
  18802. undershirt: 3,
  18803. underColor: 0,
  18804. underColors: [20]
  18805. }, {
  18806. id: 163,
  18807. name: "163",
  18808. color: 0,
  18809. colors: [
  18810. 0,
  18811. 1,
  18812. 2,
  18813. 3,
  18814. 4,
  18815. 5
  18816. ],
  18817. price: 50,
  18818. torso: 6,
  18819. undershirt: 1,
  18820. underColor: 0,
  18821. underColors: [
  18822. 0,
  18823. 1,
  18824. 2,
  18825. 3,
  18826. 4,
  18827. 5,
  18828. 6,
  18829. 7,
  18830. 8,
  18831. 9,
  18832. 10,
  18833. 11,
  18834. 12,
  18835. 13,
  18836. 14,
  18837. 15,
  18838. 16
  18839. ]
  18840. }, {
  18841. id: 164,
  18842. name: "164",
  18843. color: 0,
  18844. colors: [
  18845. 0,
  18846. 1,
  18847. 2,
  18848. 3,
  18849. 4,
  18850. 5,
  18851. 6,
  18852. 7,
  18853. 8,
  18854. 9,
  18855. 10,
  18856. 11,
  18857. 12,
  18858. 13,
  18859. 14,
  18860. 15
  18861. ],
  18862. price: 50,
  18863. torso: 6,
  18864. undershirt: 1,
  18865. underColor: 0,
  18866. underColors: [
  18867. 0,
  18868. 1,
  18869. 2,
  18870. 3,
  18871. 4,
  18872. 5,
  18873. 6,
  18874. 7,
  18875. 8,
  18876. 9,
  18877. 10,
  18878. 11,
  18879. 12,
  18880. 13,
  18881. 14,
  18882. 15,
  18883. 16
  18884. ]
  18885. }, {
  18886. id: 165,
  18887. name: "165",
  18888. color: 0,
  18889. colors: [
  18890. 0, 1, 2
  18891. ],
  18892. price: 50,
  18893. torso: 4,
  18894. undershirt: 15,
  18895. underColor: 0,
  18896. underColors: [20]
  18897. }, {
  18898. id: 166,
  18899. name: "166",
  18900. color: 0,
  18901. colors: [
  18902. 0, 1, 2, 3
  18903. ],
  18904. price: 50,
  18905. torso: 6,
  18906. undershirt: 1,
  18907. underColor: 0,
  18908. underColors: [
  18909. 0,
  18910. 1,
  18911. 2,
  18912. 3,
  18913. 4,
  18914. 5,
  18915. 6,
  18916. 7,
  18917. 8,
  18918. 9,
  18919. 10,
  18920. 11,
  18921. 12,
  18922. 13,
  18923. 14,
  18924. 15,
  18925. 16,
  18926. 17,
  18927. 18,
  18928. 19,
  18929. 20
  18930. ]
  18931. }, {
  18932. id: 167,
  18933. name: "167",
  18934. color: 0,
  18935. colors: [
  18936. 0, 1, 2, 3
  18937. ],
  18938. price: 50,
  18939. torso: 4,
  18940. undershirt: 1,
  18941. underColor: 0,
  18942. underColors: [
  18943. 0,
  18944. 1,
  18945. 2,
  18946. 3,
  18947. 4,
  18948. 5,
  18949. 6,
  18950. 7,
  18951. 8,
  18952. 9,
  18953. 10,
  18954. 11,
  18955. 12,
  18956. 13,
  18957. 14,
  18958. 15,
  18959. 16
  18960. ]
  18961. }, {
  18962. id: 168,
  18963. name: "168",
  18964. color: 0,
  18965. colors: [
  18966. 0,
  18967. 1,
  18968. 2,
  18969. 3,
  18970. 4,
  18971. 5
  18972. ],
  18973. price: 50,
  18974. torso: 4,
  18975. undershirt: 15,
  18976. underColor: 0,
  18977. underColors: [20]
  18978. }, {
  18979. id: 169,
  18980. name: "169",
  18981. color: 0,
  18982. colors: [
  18983. 0,
  18984. 1,
  18985. 2,
  18986. 3,
  18987. 4,
  18988. 5
  18989. ],
  18990. price: 50,
  18991. torso: 4,
  18992. undershirt: 3,
  18993. underColor: 0,
  18994. underColors: [20]
  18995. }, {
  18996. id: 170,
  18997. name: "170",
  18998. color: 0,
  18999. colors: [
  19000. 0,
  19001. 1,
  19002. 2,
  19003. 3,
  19004. 4,
  19005. 5
  19006. ],
  19007. price: 50,
  19008. torso: 4,
  19009. undershirt: 3,
  19010. underColor: 0,
  19011. underColors: [20]
  19012. }, {
  19013. id: 171,
  19014. name: "171",
  19015. color: 0,
  19016. colors: [
  19017. 0,
  19018. 1,
  19019. 2,
  19020. 3,
  19021. 4,
  19022. 5,
  19023. 6,
  19024. 7
  19025. ],
  19026. price: 50,
  19027. torso: 4,
  19028. undershirt: 15,
  19029. underColor: 0,
  19030. underColors: [20]
  19031. }, {
  19032. id: 172,
  19033. name: "172",
  19034. color: 0,
  19035. colors: [
  19036. 0, 1
  19037. ],
  19038. price: 50,
  19039. torso: 3,
  19040. undershirt: 3,
  19041. underColor: 0,
  19042. underColors: [20]
  19043. }, {
  19044. id: 173,
  19045. name: "173",
  19046. color: 0,
  19047. colors: [0],
  19048. price: 50,
  19049. torso: 4,
  19050. undershirt: 3,
  19051. underColor: 0,
  19052. underColors: [20]
  19053. }, {
  19054. id: 174,
  19055. name: "174",
  19056. color: 0,
  19057. colors: [
  19058. 0, 1, 2, 3
  19059. ],
  19060. price: 50,
  19061. torso: 6,
  19062. undershirt: 1,
  19063. underColor: 0,
  19064. underColors: [
  19065. 0,
  19066. 1,
  19067. 2,
  19068. 3,
  19069. 4,
  19070. 5,
  19071. 6,
  19072. 7,
  19073. 8,
  19074. 9,
  19075. 10,
  19076. 11,
  19077. 12,
  19078. 13,
  19079. 14,
  19080. 15,
  19081. 16
  19082. ]
  19083. }, {
  19084. id: 175,
  19085. name: "175",
  19086. color: 0,
  19087. colors: [
  19088. 0, 1, 2, 3
  19089. ],
  19090. price: 50,
  19091. torso: 4,
  19092. undershirt: 1,
  19093. underColor: 0,
  19094. underColors: [
  19095. 0,
  19096. 1,
  19097. 2,
  19098. 3,
  19099. 4,
  19100. 5,
  19101. 6,
  19102. 7,
  19103. 8,
  19104. 9,
  19105. 10,
  19106. 11,
  19107. 12,
  19108. 13,
  19109. 14,
  19110. 15,
  19111. 16
  19112. ]
  19113. }, {
  19114. id: 176,
  19115. name: "176",
  19116. color: 0,
  19117. colors: [
  19118. 0, 1, 2, 3
  19119. ],
  19120. price: 50,
  19121. torso: 5,
  19122. undershirt: 15,
  19123. underColor: 0,
  19124. underColors: [20]
  19125. }, {
  19126. id: 177,
  19127. name: "177",
  19128. color: 0,
  19129. colors: [
  19130. 0, 1, 2, 3
  19131. ],
  19132. price: 50,
  19133. torso: 11,
  19134. undershirt: 3,
  19135. underColor: 0,
  19136. underColors: [20]
  19137. }, {
  19138. id: 178,
  19139. name: "178",
  19140. color: 0,
  19141. colors: [0],
  19142. price: 50,
  19143. torso: 4,
  19144. undershirt: 15,
  19145. underColor: 0,
  19146. underColors: [20]
  19147. }, {
  19148. id: 179,
  19149. name: "179",
  19150. color: 0,
  19151. colors: [
  19152. 0,
  19153. 1,
  19154. 2,
  19155. 3,
  19156. 4,
  19157. 5,
  19158. 6
  19159. ],
  19160. price: 50,
  19161. torso: 11,
  19162. undershirt: 3,
  19163. underColor: 0,
  19164. underColors: [20]
  19165. }, {
  19166. id: 180,
  19167. name: "180",
  19168. color: 0,
  19169. colors: [
  19170. 0,
  19171. 1,
  19172. 2,
  19173. 3,
  19174. 4,
  19175. 5,
  19176. 6,
  19177. 7,
  19178. 8,
  19179. 9,
  19180. 10
  19181. ],
  19182. price: 50,
  19183. torso: 3,
  19184. undershirt: 3,
  19185. underColor: 0,
  19186. underColors: [20]
  19187. }, {
  19188. id: 181,
  19189. name: "181",
  19190. color: 0,
  19191. colors: [
  19192. 0, 1, 2, 3
  19193. ],
  19194. price: 50,
  19195. torso: 12,
  19196. undershirt: 29,
  19197. underColor: 0,
  19198. underColors: [0, 1, 2, 3, 4]
  19199. }, {
  19200. id: 182,
  19201. name: "182",
  19202. color: 0,
  19203. colors: [
  19204. 0, 1, 2
  19205. ],
  19206. price: 50,
  19207. torso: 0,
  19208. undershirt: 125,
  19209. underColor: 0,
  19210. underColors: [
  19211. 0,
  19212. 1,
  19213. 2,
  19214. 3,
  19215. 4,
  19216. 5,
  19217. 6,
  19218. 7,
  19219. 8,
  19220. 9,
  19221. 10,
  19222. 11,
  19223. 12,
  19224. 13,
  19225. 14,
  19226. 15,
  19227. 16,
  19228. 17,
  19229. 18,
  19230. 19,
  19231. 20
  19232. ]
  19233. }, {
  19234. id: 183,
  19235. name: "183",
  19236. color: 0,
  19237. colors: [
  19238. 0,
  19239. 1,
  19240. 2,
  19241. 3,
  19242. 4,
  19243. 5
  19244. ],
  19245. price: 50,
  19246. torso: 6,
  19247. undershirt: 135,
  19248. underColor: 0,
  19249. underColors: [
  19250. 0,
  19251. 1,
  19252. 2,
  19253. 3,
  19254. 4,
  19255. 5,
  19256. 6,
  19257. 7,
  19258. 8,
  19259. 9,
  19260. 10,
  19261. 11,
  19262. 12,
  19263. 13,
  19264. 14,
  19265. 15,
  19266. 16,
  19267. 17,
  19268. 18,
  19269. 19,
  19270. 20
  19271. ]
  19272. }, {
  19273. id: 184,
  19274. name: "184",
  19275. color: 0,
  19276. colors: [
  19277. 0, 1
  19278. ],
  19279. price: 50,
  19280. torso: 3,
  19281. undershirt: 43,
  19282. underColor: 0,
  19283. underColors: [20]
  19284. }, {
  19285. id: 185,
  19286. name: "185",
  19287. color: 0,
  19288. colors: [
  19289. 0,
  19290. 1,
  19291. 2,
  19292. 3,
  19293. 4,
  19294. 5
  19295. ],
  19296. price: 50,
  19297. torso: 7,
  19298. undershirt: 175,
  19299. underColor: 0,
  19300. underColors: [
  19301. 0,
  19302. 1,
  19303. 2,
  19304. 3,
  19305. 4,
  19306. 5,
  19307. 6,
  19308. 7,
  19309. 8,
  19310. 9,
  19311. 10,
  19312. 11,
  19313. 12
  19314. ]
  19315. }, {
  19316. id: 186,
  19317. name: "186",
  19318. color: 0,
  19319. colors: [
  19320. 0, 1, 2, 3
  19321. ],
  19322. price: 50,
  19323. torso: 3,
  19324. undershirt: 43,
  19325. underColor: 0,
  19326. underColors: [20]
  19327. }, {
  19328. id: 187,
  19329. name: "187",
  19330. color: 0,
  19331. colors: [
  19332. 0, 1, 2, 3
  19333. ],
  19334. price: 50,
  19335. torso: 6,
  19336. undershirt: 176,
  19337. underColor: 0,
  19338. underColors: [
  19339. 0,
  19340. 1,
  19341. 2,
  19342. 3,
  19343. 4,
  19344. 5,
  19345. 6,
  19346. 7,
  19347. 8,
  19348. 9,
  19349. 10,
  19350. 11,
  19351. 12
  19352. ]
  19353. }, {
  19354. id: 188,
  19355. name: "188",
  19356. color: 0,
  19357. colors: [
  19358. 0,
  19359. 1,
  19360. 2,
  19361. 3,
  19362. 4,
  19363. 5,
  19364. 6,
  19365. 7,
  19366. 8,
  19367. 9,
  19368. 10
  19369. ],
  19370. price: 50,
  19371. torso: 3,
  19372. undershirt: 43,
  19373. underColor: 0,
  19374. underColors: [20]
  19375. }, {
  19376. id: 189,
  19377. name: "189",
  19378. color: 0,
  19379. colors: [
  19380. 0,
  19381. 1,
  19382. 2,
  19383. 3,
  19384. 4,
  19385. 5,
  19386. 6,
  19387. 7,
  19388. 8,
  19389. 9,
  19390. 10,
  19391. 11,
  19392. 12
  19393. ],
  19394. price: 50,
  19395. torso: 1,
  19396. undershirt: 43,
  19397. underColor: 0,
  19398. underColors: [20]
  19399. }, {
  19400. id: 190,
  19401. name: "190",
  19402. color: 0,
  19403. colors: [
  19404. 0,
  19405. 1,
  19406. 2,
  19407. 3,
  19408. 4,
  19409. 5,
  19410. 6,
  19411. 7,
  19412. 8,
  19413. 9,
  19414. 10
  19415. ],
  19416. price: 50,
  19417. torso: 3,
  19418. undershirt: 43,
  19419. underColor: 0,
  19420. underColors: [20]
  19421. }, {
  19422. id: 191,
  19423. name: "191",
  19424. color: 0,
  19425. colors: [
  19426. 0,
  19427. 1,
  19428. 2,
  19429. 3,
  19430. 4,
  19431. 5,
  19432. 6,
  19433. 7,
  19434. 8,
  19435. 9,
  19436. 10
  19437. ],
  19438. price: 50,
  19439. torso: 6,
  19440. undershirt: 176,
  19441. underColor: 0,
  19442. underColors: [
  19443. 0,
  19444. 1,
  19445. 2,
  19446. 3,
  19447. 4,
  19448. 5,
  19449. 6,
  19450. 7,
  19451. 8,
  19452. 9,
  19453. 10,
  19454. 11,
  19455. 12
  19456. ]
  19457. }, {
  19458. id: 192,
  19459. name: "192",
  19460. color: 0,
  19461. colors: [
  19462. 0,
  19463. 1,
  19464. 2,
  19465. 3,
  19466. 4,
  19467. 5,
  19468. 6,
  19469. 7,
  19470. 8,
  19471. 9,
  19472. 10,
  19473. 11,
  19474. 12,
  19475. 13,
  19476. 14,
  19477. 15,
  19478. 16,
  19479. 17,
  19480. 18,
  19481. 19,
  19482. 20,
  19483. 21,
  19484. 22,
  19485. 23,
  19486. 24,
  19487. 25
  19488. ],
  19489. price: 50,
  19490. torso: 1,
  19491. undershirt: 43,
  19492. underColor: 0,
  19493. underColors: [20]
  19494. }, {
  19495. id: 193,
  19496. name: "193",
  19497. color: 0,
  19498. colors: [
  19499. 0,
  19500. 1,
  19501. 2,
  19502. 3,
  19503. 4,
  19504. 5,
  19505. 6,
  19506. 7,
  19507. 8,
  19508. 9,
  19509. 10,
  19510. 11,
  19511. 12,
  19512. 13,
  19513. 14,
  19514. 15,
  19515. 16,
  19516. 17,
  19517. 18,
  19518. 19,
  19519. 20,
  19520. 21,
  19521. 22,
  19522. 23,
  19523. 24,
  19524. 25
  19525. ],
  19526. price: 50,
  19527. torso: 6,
  19528. undershirt: 23,
  19529. underColor: 0,
  19530. underColors: [
  19531. 0,
  19532. 1,
  19533. 2,
  19534. 3,
  19535. 4,
  19536. 5,
  19537. 6,
  19538. 7,
  19539. 8,
  19540. 9,
  19541. 10,
  19542. 11,
  19543. 12,
  19544. 13
  19545. ]
  19546. }, {
  19547. id: 194,
  19548. name: "194",
  19549. color: 0,
  19550. colors: [
  19551. 0,
  19552. 1,
  19553. 2,
  19554. 3,
  19555. 4,
  19556. 5,
  19557. 6,
  19558. 7,
  19559. 8,
  19560. 9,
  19561. 10,
  19562. 11
  19563. ],
  19564. price: 50,
  19565. torso: 3,
  19566. undershirt: 40,
  19567. underColor: 0,
  19568. underColors: [
  19569. 0,
  19570. 1,
  19571. 2,
  19572. 3,
  19573. 4,
  19574. 5,
  19575. 6,
  19576. 7,
  19577. 8,
  19578. 9
  19579. ]
  19580. }, {
  19581. id: 195,
  19582. name: "195",
  19583. color: 0,
  19584. colors: [
  19585. 0,
  19586. 1,
  19587. 2,
  19588. 3,
  19589. 4,
  19590. 5,
  19591. 6,
  19592. 7,
  19593. 8,
  19594. 9,
  19595. 10,
  19596. 11,
  19597. 12,
  19598. 13,
  19599. 14,
  19600. 15,
  19601. 16,
  19602. 17,
  19603. 18,
  19604. 19,
  19605. 20
  19606. ],
  19607. price: 50,
  19608. torso: 15,
  19609. undershirt: 43,
  19610. underColor: 0,
  19611. underColors: [20]
  19612. }, {
  19613. id: 196,
  19614. name: "196",
  19615. color: 0,
  19616. colors: [
  19617. 0, 1, 2
  19618. ],
  19619. price: 50,
  19620. torso: 3,
  19621. undershirt: 43,
  19622. underColor: 0,
  19623. underColors: [20]
  19624. }, {
  19625. id: 197,
  19626. name: "197",
  19627. color: 0,
  19628. colors: [
  19629. 0, 1, 2
  19630. ],
  19631. price: 50,
  19632. torso: 3,
  19633. undershirt: 43,
  19634. underColor: 0,
  19635. underColors: [20]
  19636. }, {
  19637. id: 198,
  19638. name: "198",
  19639. color: 0,
  19640. colors: [
  19641. 0,
  19642. 1,
  19643. 2,
  19644. 3,
  19645. 4,
  19646. 5,
  19647. 6,
  19648. 7,
  19649. 8,
  19650. 9,
  19651. 10,
  19652. 11,
  19653. 12,
  19654. 13,
  19655. 14,
  19656. 15
  19657. ],
  19658. price: 50,
  19659. torso: 1,
  19660. undershirt: 43,
  19661. underColor: 0,
  19662. underColors: [20]
  19663. }, {
  19664. id: 199,
  19665. name: "199",
  19666. color: 0,
  19667. colors: [
  19668. 0,
  19669. 1,
  19670. 2,
  19671. 3,
  19672. 4,
  19673. 5,
  19674. 6,
  19675. 7,
  19676. 8,
  19677. 9,
  19678. 10,
  19679. 11,
  19680. 12,
  19681. 13,
  19682. 14,
  19683. 15
  19684. ],
  19685. price: 50,
  19686. torso: 1,
  19687. undershirt: 43,
  19688. underColor: 0,
  19689. underColors: [20]
  19690. }, {
  19691. id: 200,
  19692. name: "200",
  19693. color: 0,
  19694. colors: [
  19695. 0,
  19696. 1,
  19697. 2,
  19698. 3,
  19699. 4,
  19700. 5,
  19701. 6,
  19702. 7
  19703. ],
  19704. price: 50,
  19705. torso: 7,
  19706. undershirt: 43,
  19707. underColor: 0,
  19708. underColors: [20]
  19709. }, {
  19710. id: 201,
  19711. name: "201",
  19712. color: 0,
  19713. colors: [
  19714. 0,
  19715. 1,
  19716. 2,
  19717. 3,
  19718. 4,
  19719. 5,
  19720. 6,
  19721. 7
  19722. ],
  19723. price: 50,
  19724. torso: 7,
  19725. undershirt: 43,
  19726. underColor: 0,
  19727. underColors: [20]
  19728. }, {
  19729. id: 202,
  19730. name: "202",
  19731. color: 0,
  19732. colors: [
  19733. 0,
  19734. 1,
  19735. 2,
  19736. 3,
  19737. 4,
  19738. 5,
  19739. 6,
  19740. 7,
  19741. 8,
  19742. 9,
  19743. 10,
  19744. 11,
  19745. 12,
  19746. 13,
  19747. 14,
  19748. 15,
  19749. 16,
  19750. 17,
  19751. 18,
  19752. 19,
  19753. 20,
  19754. 21,
  19755. 22,
  19756. 23,
  19757. 24,
  19758. 25
  19759. ],
  19760. price: 50,
  19761. torso: 3,
  19762. undershirt: 43,
  19763. underColor: 0,
  19764. underColors: [20]
  19765. }, {
  19766. id: 203,
  19767. name: "203",
  19768. color: 0,
  19769. colors: [
  19770. 0, 1, 2
  19771. ],
  19772. price: 50,
  19773. torso: 8,
  19774. undershirt: 43,
  19775. underColor: 0,
  19776. underColors: [20]
  19777. }, {
  19778. id: 204,
  19779. name: "204",
  19780. color: 0,
  19781. colors: [
  19782. 0, 1, 2, 3, 4
  19783. ],
  19784. price: 50,
  19785. torso: 0,
  19786. undershirt: 86,
  19787. underColor: 0,
  19788. underColors: [
  19789. 0,
  19790. 1,
  19791. 2,
  19792. 3,
  19793. 4,
  19794. 5,
  19795. 6,
  19796. 7,
  19797. 8,
  19798. 9,
  19799. 10,
  19800. 11,
  19801. 12,
  19802. 13,
  19803. 14,
  19804. 15,
  19805. 16,
  19806. 17,
  19807. 18,
  19808. 19,
  19809. 20
  19810. ]
  19811. }, {
  19812. id: 205,
  19813. name: "205",
  19814. color: 0,
  19815. colors: [
  19816. 0,
  19817. 1,
  19818. 2,
  19819. 3,
  19820. 4,
  19821. 5,
  19822. 6,
  19823. 7,
  19824. 8,
  19825. 9,
  19826. 10,
  19827. 11,
  19828. 12,
  19829. 13,
  19830. 14,
  19831. 15,
  19832. 16,
  19833. 17,
  19834. 18,
  19835. 19,
  19836. 20
  19837. ],
  19838. price: 50,
  19839. torso: 3,
  19840. undershirt: 21,
  19841. underColor: 0,
  19842. underColors: [20]
  19843. }, {
  19844. id: 206,
  19845. name: "206",
  19846. color: 0,
  19847. colors: [
  19848. 0,
  19849. 1,
  19850. 2,
  19851. 3,
  19852. 4,
  19853. 5,
  19854. 6,
  19855. 7,
  19856. 8,
  19857. 9,
  19858. 10,
  19859. 11,
  19860. 12
  19861. ],
  19862. price: 50,
  19863. torso: 1,
  19864. undershirt: 21,
  19865. underColor: 0,
  19866. underColors: [20]
  19867. }, {
  19868. id: 207,
  19869. name: "207",
  19870. color: 0,
  19871. colors: [
  19872. 0, 1, 2, 3, 4
  19873. ],
  19874. price: 50,
  19875. torso: 0,
  19876. undershirt: 90,
  19877. underColor: 0,
  19878. underColors: [
  19879. 0,
  19880. 1,
  19881. 2,
  19882. 3,
  19883. 4,
  19884. 5,
  19885. 6,
  19886. 7,
  19887. 8,
  19888. 9,
  19889. 10,
  19890. 11,
  19891. 12,
  19892. 13,
  19893. 14,
  19894. 15,
  19895. 16,
  19896. 17,
  19897. 18,
  19898. 19,
  19899. 20
  19900. ]
  19901. }, {
  19902. id: 208,
  19903. name: "208",
  19904. color: 0,
  19905. colors: [
  19906. 0,
  19907. 1,
  19908. 2,
  19909. 3,
  19910. 4,
  19911. 5,
  19912. 6,
  19913. 7,
  19914. 8,
  19915. 9,
  19916. 10,
  19917. 11,
  19918. 12,
  19919. 13,
  19920. 14,
  19921. 15,
  19922. 16
  19923. ],
  19924. price: 50,
  19925. torso: 11,
  19926. undershirt: 1,
  19927. underColor: 0,
  19928. underColors: [20]
  19929. }, {
  19930. id: 210,
  19931. name: "210",
  19932. color: 0,
  19933. colors: [
  19934. 0,
  19935. 1,
  19936. 2,
  19937. 3,
  19938. 4,
  19939. 5,
  19940. 6,
  19941. 7,
  19942. 8,
  19943. 9,
  19944. 10,
  19945. 11,
  19946. 12,
  19947. 13,
  19948. 14,
  19949. 15,
  19950. 16,
  19951. 17,
  19952. 18,
  19953. 19,
  19954. 20
  19955. ],
  19956. price: 50,
  19957. torso: 0,
  19958. undershirt: 90,
  19959. underColor: 0,
  19960. underColors: [
  19961. 0,
  19962. 1,
  19963. 2,
  19964. 3,
  19965. 4,
  19966. 5,
  19967. 6,
  19968. 7,
  19969. 8,
  19970. 9,
  19971. 10,
  19972. 11,
  19973. 12,
  19974. 13,
  19975. 14,
  19976. 15,
  19977. 16,
  19978. 17,
  19979. 18,
  19980. 19,
  19981. 20
  19982. ]
  19983. }, {
  19984. id: 211,
  19985. name: "211",
  19986. color: 0,
  19987. colors: [
  19988. 0,
  19989. 1,
  19990. 2,
  19991. 3,
  19992. 4,
  19993. 5,
  19994. 6,
  19995. 7,
  19996. 8,
  19997. 9,
  19998. 10,
  19999. 11,
  20000. 12,
  20001. 13,
  20002. 14,
  20003. 15,
  20004. 16,
  20005. 17,
  20006. 18,
  20007. 19,
  20008. 20
  20009. ],
  20010. price: 50,
  20011. torso: 0,
  20012. undershirt: 90,
  20013. underColor: 0,
  20014. underColors: [
  20015. 0,
  20016. 1,
  20017. 2,
  20018. 3,
  20019. 4,
  20020. 5,
  20021. 6,
  20022. 7,
  20023. 8,
  20024. 9,
  20025. 10,
  20026. 11,
  20027. 12,
  20028. 13,
  20029. 14,
  20030. 15,
  20031. 16,
  20032. 17,
  20033. 18,
  20034. 19,
  20035. 20
  20036. ]
  20037. }, {
  20038. id: 212,
  20039. name: "212",
  20040. color: 0,
  20041. colors: [
  20042. 0,
  20043. 1,
  20044. 2,
  20045. 3,
  20046. 4,
  20047. 5,
  20048. 6,
  20049. 7,
  20050. 8,
  20051. 9,
  20052. 10,
  20053. 11,
  20054. 12,
  20055. 13,
  20056. 14,
  20057. 15,
  20058. 16,
  20059. 17,
  20060. 18,
  20061. 19,
  20062. 20
  20063. ],
  20064. price: 50,
  20065. torso: 0,
  20066. undershirt: 1,
  20067. underColor: 0,
  20068. underColors: [20]
  20069. }, {
  20070. id: 213,
  20071. name: "213",
  20072. color: 0,
  20073. colors: [
  20074. 0,
  20075. 1,
  20076. 2,
  20077. 3,
  20078. 4,
  20079. 5,
  20080. 6,
  20081. 7,
  20082. 8,
  20083. 9,
  20084. 10,
  20085. 11,
  20086. 12,
  20087. 13,
  20088. 14,
  20089. 15,
  20090. 16,
  20091. 17,
  20092. 18,
  20093. 19,
  20094. 20
  20095. ],
  20096. price: 50,
  20097. torso: 3,
  20098. undershirt: 1,
  20099. underColor: 0,
  20100. underColors: [20]
  20101. }, {
  20102. id: 214,
  20103. name: "214",
  20104. color: 0,
  20105. colors: [
  20106. 0,
  20107. 1,
  20108. 2,
  20109. 3,
  20110. 4,
  20111. 5,
  20112. 6,
  20113. 7,
  20114. 8,
  20115. 9,
  20116. 10,
  20117. 11,
  20118. 12,
  20119. 13,
  20120. 14,
  20121. 15,
  20122. 16,
  20123. 17,
  20124. 18,
  20125. 19,
  20126. 20
  20127. ],
  20128. price: 50,
  20129. torso: 3,
  20130. undershirt: 1,
  20131. underColor: 0,
  20132. underColors: [20]
  20133. }, {
  20134. id: 215,
  20135. name: "215",
  20136. color: 0,
  20137. colors: [
  20138. 0,
  20139. 1,
  20140. 2,
  20141. 3,
  20142. 4,
  20143. 5,
  20144. 6,
  20145. 7,
  20146. 8,
  20147. 9,
  20148. 10,
  20149. 11,
  20150. 12,
  20151. 13,
  20152. 14,
  20153. 15,
  20154. 16,
  20155. 17,
  20156. 18,
  20157. 19,
  20158. 20
  20159. ],
  20160. price: 50,
  20161. torso: 3,
  20162. undershirt: 1,
  20163. underColor: 0,
  20164. underColors: [20]
  20165. }, {
  20166. id: 216,
  20167. name: "216",
  20168. color: 0,
  20169. colors: [
  20170. 0,
  20171. 1,
  20172. 2,
  20173. 3,
  20174. 4,
  20175. 5,
  20176. 6,
  20177. 7,
  20178. 8,
  20179. 9,
  20180. 10,
  20181. 11,
  20182. 12,
  20183. 13,
  20184. 14,
  20185. 15,
  20186. 16,
  20187. 17,
  20188. 18,
  20189. 19,
  20190. 20
  20191. ],
  20192. price: 50,
  20193. torso: 6,
  20194. undershirt: 38,
  20195. underColor: 0,
  20196. underColors: [
  20197. 0,
  20198. 1,
  20199. 2,
  20200. 3,
  20201. 4,
  20202. 5,
  20203. 6,
  20204. 7,
  20205. 8,
  20206. 9,
  20207. 10,
  20208. 11,
  20209. 12,
  20210. 13,
  20211. 14,
  20212. 15,
  20213. 16
  20214. ]
  20215. }, {
  20216. id: 217,
  20217. name: "217",
  20218. color: 0,
  20219. colors: [
  20220. 0,
  20221. 1,
  20222. 2,
  20223. 3,
  20224. 4,
  20225. 5,
  20226. 6,
  20227. 7,
  20228. 8,
  20229. 9,
  20230. 10,
  20231. 11,
  20232. 12,
  20233. 13,
  20234. 14,
  20235. 15,
  20236. 16,
  20237. 17,
  20238. 18,
  20239. 19,
  20240. 20
  20241. ],
  20242. price: 50,
  20243. torso: 0,
  20244. undershirt: 91,
  20245. underColor: 0,
  20246. underColors: [
  20247. 0,
  20248. 1,
  20249. 2,
  20250. 3,
  20251. 4,
  20252. 5,
  20253. 6
  20254. ]
  20255. }, {
  20256. id: 218,
  20257. name: "218",
  20258. color: 0,
  20259. colors: [
  20260. 0,
  20261. 1,
  20262. 2,
  20263. 3,
  20264. 4,
  20265. 5,
  20266. 6,
  20267. 7,
  20268. 8,
  20269. 9,
  20270. 10,
  20271. 11,
  20272. 12,
  20273. 13,
  20274. 14,
  20275. 15,
  20276. 16,
  20277. 17,
  20278. 18,
  20279. 19,
  20280. 20
  20281. ],
  20282. price: 50,
  20283. torso: 3,
  20284. undershirt: 1,
  20285. underColor: 0,
  20286. underColors: [20]
  20287. }, {
  20288. id: 219,
  20289. name: "219",
  20290. color: 0,
  20291. colors: [
  20292. 0,
  20293. 1,
  20294. 2,
  20295. 3,
  20296. 4,
  20297. 5,
  20298. 6,
  20299. 7,
  20300. 8,
  20301. 9,
  20302. 10,
  20303. 11,
  20304. 12,
  20305. 13,
  20306. 14,
  20307. 15,
  20308. 16,
  20309. 17,
  20310. 18,
  20311. 19,
  20312. 20
  20313. ],
  20314. price: 50,
  20315. torso: 6,
  20316. undershirt: 27,
  20317. underColor: 0,
  20318. underColors: [0, 1, 2, 3]
  20319. }, {
  20320. id: 220,
  20321. name: "220",
  20322. color: 0,
  20323. colors: [
  20324. 0,
  20325. 1,
  20326. 2,
  20327. 3,
  20328. 4,
  20329. 5,
  20330. 6,
  20331. 7,
  20332. 8,
  20333. 9,
  20334. 10,
  20335. 11,
  20336. 12,
  20337. 13,
  20338. 14,
  20339. 15,
  20340. 16,
  20341. 17,
  20342. 18,
  20343. 19,
  20344. 20
  20345. ],
  20346. price: 50,
  20347. torso: 15,
  20348. undershirt: 50,
  20349. underColor: 0,
  20350. underColors: [
  20351. 0,
  20352. 1,
  20353. 2,
  20354. 3,
  20355. 4,
  20356. 5,
  20357. 6,
  20358. 7,
  20359. 8,
  20360. 9,
  20361. 10,
  20362. 11,
  20363. 12,
  20364. 13,
  20365. 14,
  20366. 15,
  20367. 16,
  20368. 17,
  20369. 18,
  20370. 19,
  20371. 20
  20372. ]
  20373. }, {
  20374. id: 221,
  20375. name: "221",
  20376. color: 0,
  20377. colors: [
  20378. 0,
  20379. 1,
  20380. 2,
  20381. 3,
  20382. 4,
  20383. 5,
  20384. 6,
  20385. 7,
  20386. 8,
  20387. 9,
  20388. 10,
  20389. 11,
  20390. 12,
  20391. 13,
  20392. 14,
  20393. 15,
  20394. 16,
  20395. 17,
  20396. 18,
  20397. 19,
  20398. 20
  20399. ],
  20400. price: 50,
  20401. torso: 4,
  20402. undershirt: 1,
  20403. underColor: 0,
  20404. underColors: [20]
  20405. }, {
  20406. id: 222,
  20407. name: "222",
  20408. color: 0,
  20409. colors: [
  20410. 0,
  20411. 1,
  20412. 2,
  20413. 3,
  20414. 4,
  20415. 5,
  20416. 6,
  20417. 7,
  20418. 8,
  20419. 9,
  20420. 10,
  20421. 11,
  20422. 12,
  20423. 13,
  20424. 14,
  20425. 15,
  20426. 16,
  20427. 17,
  20428. 18,
  20429. 19,
  20430. 20
  20431. ],
  20432. price: 50,
  20433. torso: 4,
  20434. undershirt: 1,
  20435. underColor: 0,
  20436. underColors: [20]
  20437. }, {
  20438. id: 223,
  20439. name: "223",
  20440. color: 0,
  20441. colors: [
  20442. 0,
  20443. 1,
  20444. 2,
  20445. 3,
  20446. 4,
  20447. 5,
  20448. 6,
  20449. 7,
  20450. 8,
  20451. 9,
  20452. 10,
  20453. 11,
  20454. 12,
  20455. 13,
  20456. 14,
  20457. 15,
  20458. 16,
  20459. 17,
  20460. 18,
  20461. 19,
  20462. 20
  20463. ],
  20464. price: 50,
  20465. torso: 4,
  20466. undershirt: 1,
  20467. underColor: 0,
  20468. underColors: [20]
  20469. }, {
  20470. id: 224,
  20471. name: "224",
  20472. color: 0,
  20473. colors: [
  20474. 0,
  20475. 1,
  20476. 2,
  20477. 3,
  20478. 4,
  20479. 5,
  20480. 6,
  20481. 7,
  20482. 8,
  20483. 9,
  20484. 10,
  20485. 11,
  20486. 12,
  20487. 13,
  20488. 14,
  20489. 15,
  20490. 16,
  20491. 17,
  20492. 18,
  20493. 19,
  20494. 20
  20495. ],
  20496. price: 50,
  20497. torso: 14,
  20498. undershirt: 1,
  20499. underColor: 0,
  20500. underColors: [20]
  20501. }, {
  20502. id: 225,
  20503. name: "225",
  20504. color: 0,
  20505. colors: [
  20506. 0,
  20507. 1,
  20508. 2,
  20509. 3,
  20510. 4,
  20511. 5,
  20512. 6,
  20513. 7,
  20514. 8,
  20515. 9,
  20516. 10,
  20517. 11,
  20518. 12,
  20519. 13,
  20520. 14,
  20521. 15,
  20522. 16,
  20523. 17,
  20524. 18,
  20525. 19,
  20526. 20
  20527. ],
  20528. price: 50,
  20529. torso: 11,
  20530. undershirt: 1,
  20531. underColor: 0,
  20532. underColors: [20]
  20533. }, {
  20534. id: 226,
  20535. name: "226",
  20536. color: 0,
  20537. colors: [
  20538. 0,
  20539. 1,
  20540. 2,
  20541. 3,
  20542. 4,
  20543. 5,
  20544. 6,
  20545. 7,
  20546. 8,
  20547. 9,
  20548. 10,
  20549. 11,
  20550. 12,
  20551. 13,
  20552. 14,
  20553. 15,
  20554. 16,
  20555. 17,
  20556. 18,
  20557. 19,
  20558. 20
  20559. ],
  20560. price: 50,
  20561. torso: 11,
  20562. undershirt: 1,
  20563. underColor: 0,
  20564. underColors: [20]
  20565. }, {
  20566. id: 227,
  20567. name: "227",
  20568. color: 0,
  20569. colors: [
  20570. 0,
  20571. 1,
  20572. 2,
  20573. 3,
  20574. 4,
  20575. 5,
  20576. 6,
  20577. 7,
  20578. 8,
  20579. 9,
  20580. 10,
  20581. 11,
  20582. 12,
  20583. 13,
  20584. 14
  20585. ],
  20586. price: 50,
  20587. torso: 3,
  20588. undershirt: 1,
  20589. underColor: 0,
  20590. underColors: [20]
  20591. }, {
  20592. id: 228,
  20593. name: "228",
  20594. color: 0,
  20595. colors: [
  20596. 0,
  20597. 1,
  20598. 2,
  20599. 3,
  20600. 4,
  20601. 5,
  20602. 6,
  20603. 7,
  20604. 8,
  20605. 9,
  20606. 10,
  20607. 11,
  20608. 12,
  20609. 13,
  20610. 14,
  20611. 15,
  20612. 16,
  20613. 17,
  20614. 18,
  20615. 19,
  20616. 20
  20617. ],
  20618. price: 50,
  20619. torso: 3,
  20620. undershirt: 1,
  20621. underColor: 0,
  20622. underColors: [20]
  20623. }, {
  20624. id: 229,
  20625. name: "229",
  20626. color: 0,
  20627. colors: [
  20628. 0,
  20629. 1,
  20630. 2,
  20631. 3,
  20632. 4,
  20633. 5,
  20634. 6,
  20635. 7,
  20636. 8,
  20637. 9,
  20638. 10,
  20639. 11,
  20640. 12,
  20641. 13,
  20642. 14,
  20643. 15,
  20644. 16,
  20645. 17,
  20646. 18,
  20647. 19,
  20648. 20
  20649. ],
  20650. price: 50,
  20651. torso: 0,
  20652. undershirt: 89,
  20653. underColor: 0,
  20654. underColors: [
  20655. 0,
  20656. 1,
  20657. 2,
  20658. 3,
  20659. 4,
  20660. 5,
  20661. 6
  20662. ]
  20663. }, {
  20664. id: 230,
  20665. name: "230",
  20666. color: 0,
  20667. colors: [
  20668. 0,
  20669. 1,
  20670. 2,
  20671. 3,
  20672. 4,
  20673. 5,
  20674. 6,
  20675. 7,
  20676. 8,
  20677. 9,
  20678. 10,
  20679. 11,
  20680. 12,
  20681. 13,
  20682. 14,
  20683. 15,
  20684. 16,
  20685. 17,
  20686. 18,
  20687. 19,
  20688. 20
  20689. ],
  20690. price: 50,
  20691. torso: 3,
  20692. undershirt: 1,
  20693. underColor: 0,
  20694. underColors: [20]
  20695. }, {
  20696. id: 231,
  20697. name: "231",
  20698. color: 0,
  20699. colors: [
  20700. 0,
  20701. 1,
  20702. 2,
  20703. 3,
  20704. 4,
  20705. 5,
  20706. 6,
  20707. 7,
  20708. 8,
  20709. 9,
  20710. 10,
  20711. 11,
  20712. 12,
  20713. 13,
  20714. 14,
  20715. 15,
  20716. 16,
  20717. 17,
  20718. 18,
  20719. 19,
  20720. 20
  20721. ],
  20722. price: 50,
  20723. torso: 3,
  20724. undershirt: 1,
  20725. underColor: 0,
  20726. underColors: [20]
  20727. }, {
  20728. id: 232,
  20729. name: "232",
  20730. color: 0,
  20731. colors: [
  20732. 0,
  20733. 1,
  20734. 2,
  20735. 3,
  20736. 4,
  20737. 5,
  20738. 6,
  20739. 7,
  20740. 8,
  20741. 9,
  20742. 10,
  20743. 11,
  20744. 12,
  20745. 13,
  20746. 14,
  20747. 15,
  20748. 16,
  20749. 17,
  20750. 18,
  20751. 19,
  20752. 20
  20753. ],
  20754. price: 50,
  20755. torso: 9,
  20756. undershirt: 1,
  20757. underColor: 0,
  20758. underColors: [20]
  20759. }, {
  20760. id: 233,
  20761. name: "233",
  20762. color: 0,
  20763. colors: [
  20764. 0,
  20765. 1,
  20766. 2,
  20767. 3,
  20768. 4,
  20769. 5,
  20770. 6,
  20771. 7,
  20772. 8,
  20773. 9,
  20774. 10,
  20775. 11,
  20776. 12,
  20777. 13,
  20778. 14,
  20779. 15
  20780. ],
  20781. price: 50,
  20782. torso: 0,
  20783. undershirt: 90,
  20784. underColor: 0,
  20785. underColors: [
  20786. 0,
  20787. 1,
  20788. 2,
  20789. 3,
  20790. 4,
  20791. 5,
  20792. 6,
  20793. 7,
  20794. 8,
  20795. 9,
  20796. 10,
  20797. 11,
  20798. 12,
  20799. 13,
  20800. 14,
  20801. 15,
  20802. 16,
  20803. 17,
  20804. 18,
  20805. 19,
  20806. 20
  20807. ]
  20808. }, {
  20809. id: 234,
  20810. name: "234",
  20811. color: 0,
  20812. colors: [
  20813. 0,
  20814. 1,
  20815. 2,
  20816. 3,
  20817. 4,
  20818. 5,
  20819. 6,
  20820. 7,
  20821. 8,
  20822. 9,
  20823. 10,
  20824. 11,
  20825. 12,
  20826. 13,
  20827. 14,
  20828. 15
  20829. ],
  20830. price: 50,
  20831. torso: 7,
  20832. undershirt: 1,
  20833. underColor: 0,
  20834. underColors: [20]
  20835. }, {
  20836. id: 235,
  20837. name: "235",
  20838. color: 0,
  20839. colors: [
  20840. 0, 1
  20841. ],
  20842. price: 50,
  20843. torso: 1,
  20844. undershirt: 1,
  20845. underColor: 0,
  20846. underColors: [20]
  20847. }, {
  20848. id: 236,
  20849. name: "236",
  20850. color: 0,
  20851. colors: [0],
  20852. price: 50,
  20853. torso: 0,
  20854. undershirt: 1,
  20855. underColor: 0,
  20856. underColors: [20]
  20857. }, {
  20858. id: 237,
  20859. name: "237",
  20860. color: 0,
  20861. colors: [
  20862. 0,
  20863. 1,
  20864. 2,
  20865. 3,
  20866. 4,
  20867. 5,
  20868. 6,
  20869. 7,
  20870. 8,
  20871. 9,
  20872. 10,
  20873. 11,
  20874. 12,
  20875. 13
  20876. ],
  20877. price: 50,
  20878. torso: 3,
  20879. undershirt: 1,
  20880. underColor: 0,
  20881. underColors: [20]
  20882. }, {
  20883. id: 238,
  20884. name: "238",
  20885. color: 0,
  20886. colors: [
  20887. 0,
  20888. 1,
  20889. 2,
  20890. 3,
  20891. 4,
  20892. 5,
  20893. 6,
  20894. 7,
  20895. 8,
  20896. 9,
  20897. 10,
  20898. 11,
  20899. 12,
  20900. 13,
  20901. 14,
  20902. 15,
  20903. 16,
  20904. 17,
  20905. 18,
  20906. 19
  20907. ],
  20908. price: 50,
  20909. torso: 3,
  20910. undershirt: 1,
  20911. underColor: 0,
  20912. underColors: [20]
  20913. }, {
  20914. id: 239,
  20915. name: "239",
  20916. color: 0,
  20917. colors: [
  20918. 0,
  20919. 1,
  20920. 2,
  20921. 3,
  20922. 4,
  20923. 5,
  20924. 6,
  20925. 7,
  20926. 8,
  20927. 9,
  20928. 10,
  20929. 11,
  20930. 12
  20931. ],
  20932. price: 50,
  20933. torso: 3,
  20934. undershirt: 1,
  20935. underColor: 0,
  20936. underColors: [20]
  20937. }, {
  20938. id: 240,
  20939. name: "240",
  20940. color: 0,
  20941. colors: [
  20942. 0,
  20943. 1,
  20944. 2,
  20945. 3,
  20946. 4,
  20947. 5,
  20948. 6,
  20949. 7,
  20950. 8,
  20951. 9,
  20952. 10,
  20953. 11
  20954. ],
  20955. price: 50,
  20956. torso: 6,
  20957. undershirt: 25,
  20958. underColor: 0,
  20959. underColors: [
  20960. 0,
  20961. 1,
  20962. 2,
  20963. 3,
  20964. 4,
  20965. 5,
  20966. 6,
  20967. 7,
  20968. 8,
  20969. 9,
  20970. 10,
  20971. 11,
  20972. 12,
  20973. 13,
  20974. 14,
  20975. 15,
  20976. 16
  20977. ]
  20978. }, {
  20979. id: 241,
  20980. name: "241",
  20981. color: 0,
  20982. colors: [0],
  20983. price: 50,
  20984. torso: 3,
  20985. undershirt: 1,
  20986. underColor: 0,
  20987. underColors: [20]
  20988. }, {
  20989. id: 242,
  20990. name: "242",
  20991. color: 0,
  20992. colors: [
  20993. 0,
  20994. 1,
  20995. 2,
  20996. 3,
  20997. 4,
  20998. 5,
  20999. 6,
  21000. 7,
  21001. 8,
  21002. 9
  21003. ],
  21004. price: 50,
  21005. torso: 7,
  21006. undershirt: 44,
  21007. underColor: 0,
  21008. underColors: [0, 1]
  21009. }, {
  21010. id: 243,
  21011. name: "243",
  21012. color: 0,
  21013. colors: [
  21014. 0,
  21015. 1,
  21016. 2,
  21017. 3,
  21018. 4,
  21019. 5,
  21020. 6,
  21021. 7,
  21022. 8,
  21023. 9
  21024. ],
  21025. price: 50,
  21026. torso: 6,
  21027. undershirt: 23,
  21028. underColor: 0,
  21029. underColors: [
  21030. 0,
  21031. 1,
  21032. 2,
  21033. 3,
  21034. 4,
  21035. 5,
  21036. 6,
  21037. 7,
  21038. 8,
  21039. 9,
  21040. 10,
  21041. 11,
  21042. 12,
  21043. 13
  21044. ]
  21045. }, {
  21046. id: 244,
  21047. name: "244",
  21048. color: 0,
  21049. colors: [
  21050. 0,
  21051. 1,
  21052. 2,
  21053. 3,
  21054. 4,
  21055. 5,
  21056. 6,
  21057. 7,
  21058. 8,
  21059. 9,
  21060. 10,
  21061. 11,
  21062. 12,
  21063. 13,
  21064. 14,
  21065. 15,
  21066. 16,
  21067. 17,
  21068. 18,
  21069. 19,
  21070. 20
  21071. ],
  21072. price: 50,
  21073. torso: 9,
  21074. undershirt: 1,
  21075. underColor: 0,
  21076. underColors: [20]
  21077. }, {
  21078. id: 245,
  21079. name: "245",
  21080. color: 0,
  21081. colors: [
  21082. 0,
  21083. 1,
  21084. 2,
  21085. 3,
  21086. 4,
  21087. 5,
  21088. 6,
  21089. 7,
  21090. 8,
  21091. 9,
  21092. 10,
  21093. 11
  21094. ],
  21095. price: 50,
  21096. torso: 0,
  21097. undershirt: 1,
  21098. underColor: 0,
  21099. underColors: [20]
  21100. }, {
  21101. id: 246,
  21102. name: "246",
  21103. color: 0,
  21104. colors: [
  21105. 0,
  21106. 1,
  21107. 2,
  21108. 3,
  21109. 4,
  21110. 5,
  21111. 6,
  21112. 7,
  21113. 8,
  21114. 9,
  21115. 10,
  21116. 11
  21117. ],
  21118. price: 50,
  21119. torso: 0,
  21120. undershirt: 1,
  21121. underColor: 0,
  21122. underColors: [20]
  21123. }, {
  21124. id: 247,
  21125. name: "247",
  21126. color: 0,
  21127. colors: [
  21128. 0,
  21129. 1,
  21130. 2,
  21131. 3,
  21132. 4,
  21133. 5,
  21134. 6,
  21135. 7,
  21136. 8,
  21137. 9,
  21138. 10,
  21139. 11,
  21140. 12,
  21141. 13,
  21142. 14,
  21143. 15,
  21144. 16,
  21145. 17,
  21146. 18,
  21147. 19,
  21148. 20
  21149. ],
  21150. price: 50,
  21151. torso: 4,
  21152. undershirt: 1,
  21153. underColor: 0,
  21154. underColors: [20]
  21155. }, {
  21156. id: 248,
  21157. name: "248",
  21158. color: 0,
  21159. colors: [
  21160. 0,
  21161. 1,
  21162. 2,
  21163. 3,
  21164. 4,
  21165. 5
  21166. ],
  21167. price: 50,
  21168. torso: 6,
  21169. undershirt: 1,
  21170. underColor: 0,
  21171. underColors: [20]
  21172. }, {
  21173. id: 249,
  21174. name: "249",
  21175. color: 0,
  21176. colors: [
  21177. 0,
  21178. 1,
  21179. 2,
  21180. 3,
  21181. 4,
  21182. 5
  21183. ],
  21184. price: 50,
  21185. torso: 0,
  21186. undershirt: 1,
  21187. underColor: 0,
  21188. underColors: [20]
  21189. }, {
  21190. id: 250,
  21191. name: "250",
  21192. color: 0,
  21193. colors: [
  21194. 0,
  21195. 1,
  21196. 2,
  21197. 3,
  21198. 4,
  21199. 5
  21200. ],
  21201. price: 50,
  21202. torso: 0,
  21203. undershirt: 1,
  21204. underColor: 0,
  21205. underColors: [20]
  21206. }, {
  21207. id: 251,
  21208. name: "251",
  21209. color: 0,
  21210. colors: [
  21211. 0,
  21212. 1,
  21213. 2,
  21214. 3,
  21215. 4,
  21216. 5,
  21217. 6,
  21218. 7,
  21219. 8,
  21220. 9,
  21221. 10,
  21222. 11,
  21223. 12,
  21224. 13,
  21225. 14,
  21226. 15,
  21227. 16,
  21228. 17,
  21229. 18,
  21230. 19,
  21231. 20
  21232. ],
  21233. price: 50,
  21234. torso: 3,
  21235. undershirt: 1,
  21236. underColor: 0,
  21237. underColors: [20]
  21238. }, {
  21239. id: 252,
  21240. name: "252",
  21241. color: 0,
  21242. colors: [
  21243. 0,
  21244. 1,
  21245. 2,
  21246. 3,
  21247. 4,
  21248. 5,
  21249. 6,
  21250. 7,
  21251. 8,
  21252. 9,
  21253. 10,
  21254. 11,
  21255. 12,
  21256. 13,
  21257. 14,
  21258. 15,
  21259. 16,
  21260. 17,
  21261. 18,
  21262. 19,
  21263. 20
  21264. ],
  21265. price: 50,
  21266. torso: 7,
  21267. undershirt: 1,
  21268. underColor: 0,
  21269. underColors: [20]
  21270. }, {
  21271. id: 253,
  21272. name: "253",
  21273. color: 0,
  21274. colors: [
  21275. 0,
  21276. 1,
  21277. 2,
  21278. 3,
  21279. 4,
  21280. 5,
  21281. 6,
  21282. 7,
  21283. 8,
  21284. 9
  21285. ],
  21286. price: 50,
  21287. torso: 1,
  21288. undershirt: 1,
  21289. underColor: 0,
  21290. underColors: [20]
  21291. }, {
  21292. id: 254,
  21293. name: "254",
  21294. color: 0,
  21295. colors: [
  21296. 0,
  21297. 1,
  21298. 2,
  21299. 3,
  21300. 4,
  21301. 5,
  21302. 6,
  21303. 7,
  21304. 8,
  21305. 9,
  21306. 10,
  21307. 11
  21308. ],
  21309. price: 50,
  21310. torso: 10,
  21311. undershirt: 1,
  21312. underColor: 0,
  21313. underColors: [20]
  21314. }, {
  21315. id: 255,
  21316. name: "255",
  21317. color: 0,
  21318. colors: [
  21319. 0,
  21320. 1,
  21321. 2,
  21322. 3,
  21323. 4,
  21324. 5,
  21325. 6,
  21326. 7,
  21327. 8,
  21328. 9,
  21329. 10,
  21330. 11,
  21331. 12,
  21332. 13,
  21333. 14,
  21334. 15,
  21335. 16,
  21336. 17,
  21337. 18,
  21338. 19,
  21339. 20
  21340. ],
  21341. price: 50,
  21342. torso: 0,
  21343. undershirt: 92,
  21344. underColor: 0,
  21345. underColors: [0, 1, 2]
  21346. }, {
  21347. id: 256,
  21348. name: "256",
  21349. color: 0,
  21350. colors: [
  21351. 0,
  21352. 1,
  21353. 2,
  21354. 3,
  21355. 4,
  21356. 5,
  21357. 6,
  21358. 7,
  21359. 8,
  21360. 9,
  21361. 10,
  21362. 11,
  21363. 12,
  21364. 13,
  21365. 14,
  21366. 15
  21367. ],
  21368. price: 50,
  21369. torso: 12,
  21370. undershirt: 1,
  21371. underColor: 0,
  21372. underColors: [20]
  21373. }, {
  21374. id: 257,
  21375. name: "257",
  21376. color: 0,
  21377. colors: [
  21378. 0,
  21379. 1,
  21380. 2,
  21381. 4,
  21382. 5,
  21383. 6,
  21384. 9,
  21385. 11,
  21386. 14
  21387. ],
  21388. price: 50,
  21389. torso: 5,
  21390. undershirt: 175,
  21391. underColor: 0,
  21392. underColors: [
  21393. 0,
  21394. 1,
  21395. 2,
  21396. 3,
  21397. 4,
  21398. 5,
  21399. 6,
  21400. 7,
  21401. 8,
  21402. 9,
  21403. 10,
  21404. 11,
  21405. 12
  21406. ]
  21407. }, {
  21408. id: 258,
  21409. name: "258",
  21410. color: 0,
  21411. colors: [
  21412. 0,
  21413. 1,
  21414. 2,
  21415. 3,
  21416. 4,
  21417. 5,
  21418. 6,
  21419. 7,
  21420. 8,
  21421. 9,
  21422. 10,
  21423. 11,
  21424. 12,
  21425. 13,
  21426. 14,
  21427. 15
  21428. ],
  21429. price: 50,
  21430. torso: 2,
  21431. undershirt: 1,
  21432. underColor: 0,
  21433. underColors: [20]
  21434. }, {
  21435. id: 259,
  21436. name: "259",
  21437. color: 0,
  21438. colors: [
  21439. 0,
  21440. 1,
  21441. 2,
  21442. 3,
  21443. 4,
  21444. 10,
  21445. 11,
  21446. 12,
  21447. 13,
  21448. 14
  21449. ],
  21450. price: 50,
  21451. torso: 3,
  21452. undershirt: 1,
  21453. underColor: 0,
  21454. underColors: [20]
  21455. }, {
  21456. id: 260,
  21457. name: "260",
  21458. color: 0,
  21459. colors: [
  21460. 13, 14
  21461. ],
  21462. price: 50,
  21463. torso: 15,
  21464. undershirt: 1,
  21465. underColor: 0,
  21466. underColors: [20]
  21467. }, {
  21468. id: 261,
  21469. name: "261",
  21470. color: 0,
  21471. colors: [
  21472. 0, 1, 7, 9
  21473. ],
  21474. price: 50,
  21475. torso: 4,
  21476. undershirt: 1,
  21477. underColor: 0,
  21478. underColors: [20]
  21479. }, {
  21480. id: 262,
  21481. name: "262",
  21482. color: 0,
  21483. colors: [
  21484. 0, 1, 2, 4
  21485. ],
  21486. price: 50,
  21487. torso: 5,
  21488. undershirt: 40,
  21489. underColor: 0,
  21490. underColors: [
  21491. 0,
  21492. 1,
  21493. 2,
  21494. 3,
  21495. 4,
  21496. 5,
  21497. 6,
  21498. 7,
  21499. 8,
  21500. 9,
  21501. 10
  21502. ]
  21503. }, {
  21504. id: 263,
  21505. name: "263",
  21506. color: 0,
  21507. colors: [
  21508. 0, 1, 2, 8
  21509. ],
  21510. price: 50,
  21511. torso: 6,
  21512. undershirt: 68,
  21513. underColor: 0,
  21514. underColors: [
  21515. 0,
  21516. 1,
  21517. 2,
  21518. 3,
  21519. 4,
  21520. 5,
  21521. 6,
  21522. 7,
  21523. 8,
  21524. 9,
  21525. 10,
  21526. 11
  21527. ]
  21528. }, {
  21529. id: 264,
  21530. name: "264",
  21531. color: 0,
  21532. colors: [
  21533. 0, 1, 2, 12
  21534. ],
  21535. price: 50,
  21536. torso: 5,
  21537. undershirt: 60,
  21538. underColor: 0,
  21539. underColors: [0, 1, 2, 3]
  21540. }, {
  21541. id: 265,
  21542. name: "265",
  21543. color: 0,
  21544. colors: [
  21545. 0,
  21546. 1,
  21547. 2,
  21548. 3,
  21549. 4,
  21550. 5,
  21551. 6,
  21552. 7,
  21553. 8,
  21554. 9,
  21555. 10,
  21556. 11,
  21557. 12,
  21558. 13,
  21559. 14
  21560. ],
  21561. price: 50,
  21562. torso: 9,
  21563. undershirt: 1,
  21564. underColor: 0,
  21565. underColors: [20]
  21566. }, {
  21567. id: 266,
  21568. name: "266",
  21569. color: 0,
  21570. colors: [
  21571. 0,
  21572. 1,
  21573. 2,
  21574. 7,
  21575. 10,
  21576. 11,
  21577. 13,
  21578. 15
  21579. ],
  21580. price: 50,
  21581. torso: 6,
  21582. undershirt: 1,
  21583. underColor: 0,
  21584. underColors: [20]
  21585. }, {
  21586. id: 267,
  21587. name: "267",
  21588. color: 0,
  21589. colors: [
  21590. 0,
  21591. 1,
  21592. 2,
  21593. 10,
  21594. 11,
  21595. 15
  21596. ],
  21597. price: 50,
  21598. torso: 11,
  21599. undershirt: 1,
  21600. underColor: 0,
  21601. underColors: [20]
  21602. }, {
  21603. id: 268,
  21604. name: "268",
  21605. color: 0,
  21606. colors: [
  21607. 7, 8, 9
  21608. ],
  21609. price: 50,
  21610. torso: 12,
  21611. undershirt: 1,
  21612. underColor: 0,
  21613. underColors: [20]
  21614. }, {
  21615. id: 269,
  21616. name: "269",
  21617. color: 0,
  21618. colors: [
  21619. 0,
  21620. 1,
  21621. 2,
  21622. 3,
  21623. 4,
  21624. 5,
  21625. 6,
  21626. 7,
  21627. 8,
  21628. 9,
  21629. 10,
  21630. 11,
  21631. 12,
  21632. 13,
  21633. 14,
  21634. 15
  21635. ],
  21636. price: 50,
  21637. torso: 15,
  21638. undershirt: 1,
  21639. underColor: 0,
  21640. underColors: [20]
  21641. }, {
  21642. id: 270,
  21643. name: "270",
  21644. color: 0,
  21645. colors: [
  21646. 0,
  21647. 1,
  21648. 2,
  21649. 3,
  21650. 4,
  21651. 5,
  21652. 6,
  21653. 7,
  21654. 8,
  21655. 9,
  21656. 10,
  21657. 11,
  21658. 12,
  21659. 13,
  21660. 14,
  21661. 15
  21662. ],
  21663. price: 50,
  21664. torso: 0,
  21665. undershirt: 1,
  21666. underColor: 0,
  21667. underColors: [20]
  21668. }, {
  21669. id: 271,
  21670. name: "271",
  21671. color: 0,
  21672. colors: [
  21673. 0, 3, 10, 11
  21674. ],
  21675. price: 50,
  21676. torso: 15,
  21677. undershirt: 15,
  21678. underColor: 0,
  21679. underColors: [20]
  21680. }, {
  21681. id: 272,
  21682. name: "272",
  21683. color: 0,
  21684. colors: [
  21685. 0,
  21686. 1,
  21687. 2,
  21688. 3,
  21689. 4,
  21690. 5,
  21691. 6
  21692. ],
  21693. price: 50,
  21694. torso: 12,
  21695. undershirt: 1,
  21696. underColor: 0,
  21697. underColors: [20]
  21698. }, {
  21699. id: 273,
  21700. name: "273",
  21701. color: 0,
  21702. colors: [0],
  21703. price: 50,
  21704. torso: 9,
  21705. undershirt: 1,
  21706. underColor: 0,
  21707. underColors: [20]
  21708. }, {
  21709. id: 274,
  21710. name: "274",
  21711. color: 0,
  21712. colors: [
  21713. 0,
  21714. 1,
  21715. 2,
  21716. 3,
  21717. 4,
  21718. 5,
  21719. 6,
  21720. 7,
  21721. 8,
  21722. 9,
  21723. 10,
  21724. 11
  21725. ],
  21726. price: 50,
  21727. torso: 15,
  21728. undershirt: 1,
  21729. underColor: 0,
  21730. underColors: [20]
  21731. }, {
  21732. id: 275,
  21733. name: "275",
  21734. color: 0,
  21735. colors: [
  21736. 0, 1, 2, 3
  21737. ],
  21738. price: 50,
  21739. torso: 4,
  21740. undershirt: 1,
  21741. underColor: 0,
  21742. underColors: [20]
  21743. }, {
  21744. id: 276,
  21745. name: "276",
  21746. color: 0,
  21747. colors: [
  21748. 0, 1
  21749. ],
  21750. price: 50,
  21751. torso: 1,
  21752. undershirt: 63,
  21753. underColor: 0,
  21754. underColors: [0, 1, 2, 3]
  21755. }, {
  21756. id: 277,
  21757. name: "277",
  21758. color: 0,
  21759. colors: [
  21760. 0,
  21761. 1,
  21762. 2,
  21763. 3,
  21764. 4,
  21765. 5
  21766. ],
  21767. price: 50,
  21768. torso: 4,
  21769. undershirt: 1,
  21770. underColor: 0,
  21771. underColors: [20]
  21772. }, {
  21773. id: 278,
  21774. name: "278",
  21775. color: 0,
  21776. colors: [
  21777. 0, 1, 2, 3, 4
  21778. ],
  21779. price: 50,
  21780. torso: 15,
  21781. undershirt: 1,
  21782. underColor: 0,
  21783. underColors: [20]
  21784. }, {
  21785. id: 279,
  21786. name: "279",
  21787. color: 0,
  21788. colors: [
  21789. 0, 1, 2
  21790. ],
  21791. price: 50,
  21792. torso: 0,
  21793. undershirt: 1,
  21794. underColor: 0,
  21795. underColors: [20]
  21796. }, {
  21797. id: 280,
  21798. name: "280",
  21799. color: 0,
  21800. colors: [
  21801. 0,
  21802. 1,
  21803. 2,
  21804. 3,
  21805. 4,
  21806. 5,
  21807. 6,
  21808. 7,
  21809. 8,
  21810. 9,
  21811. 10,
  21812. 11
  21813. ],
  21814. price: 50,
  21815. torso: 1,
  21816. undershirt: 64,
  21817. underColor: 0,
  21818. underColors: [0, 1, 2, 3, 4]
  21819. }, {
  21820. id: 281,
  21821. name: "281",
  21822. color: 0,
  21823. colors: [
  21824. 0,
  21825. 1,
  21826. 2,
  21827. 3,
  21828. 4,
  21829. 5,
  21830. 6,
  21831. 7,
  21832. 8,
  21833. 9,
  21834. 10
  21835. ],
  21836. price: 50,
  21837. torso: 6,
  21838. undershirt: 60,
  21839. underColor: 0,
  21840. underColors: [0, 1, 2, 3]
  21841. }, {
  21842. id: 282,
  21843. name: "282",
  21844. color: 0,
  21845. colors: [
  21846. 0,
  21847. 1,
  21848. 2,
  21849. 3,
  21850. 4,
  21851. 5,
  21852. 6,
  21853. 7,
  21854. 8,
  21855. 9,
  21856. 10,
  21857. 11,
  21858. 12
  21859. ],
  21860. price: 50,
  21861. torso: 4,
  21862. undershirt: 177,
  21863. underColor: 0,
  21864. underColors: [
  21865. 0,
  21866. 1,
  21867. 2,
  21868. 3,
  21869. 4,
  21870. 5,
  21871. 6,
  21872. 7
  21873. ]
  21874. }, {
  21875. id: 283,
  21876. name: "283",
  21877. color: 0,
  21878. colors: [
  21879. 0,
  21880. 1,
  21881. 2,
  21882. 3,
  21883. 4,
  21884. 5
  21885. ],
  21886. price: 50,
  21887. torso: 0,
  21888. undershirt: 1,
  21889. underColor: 0,
  21890. underColors: [20]
  21891. }, {
  21892. id: 284,
  21893. name: "284",
  21894. color: 0,
  21895. colors: [
  21896. 0,
  21897. 1,
  21898. 2,
  21899. 3,
  21900. 4,
  21901. 5,
  21902. 6,
  21903. 7,
  21904. 8,
  21905. 9,
  21906. 10,
  21907. 11,
  21908. 12,
  21909. 13,
  21910. 14,
  21911. 15
  21912. ],
  21913. price: 50,
  21914. torso: 0,
  21915. undershirt: 24,
  21916. underColor: 0,
  21917. underColors: [
  21918. 0,
  21919. 1,
  21920. 2,
  21921. 3,
  21922. 4,
  21923. 5
  21924. ]
  21925. },
  21926. <!-- { id: 285, name: "285F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 4, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21927.  
  21928. <!-- { id: 286, name: "286F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 0, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21929.  
  21930. <!-- { id: 287, name: "287F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 13, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21931.  
  21932. <!-- { id: 288, name: "288F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 3, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21933.  
  21934. <!-- { id: 289, name: "289F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 3, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21935.  
  21936. <!-- { id: 290, name: "290F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 12, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21937.  
  21938. <!-- { id: 291, name: "291F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 3, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21939.  
  21940. <!-- { id: 292, name: "292F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 3, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21941.  
  21942. <!-- { id: 293, name: "293F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 3, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21943.  
  21944. <!-- { id: 294, name: "294F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 1, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21945.  
  21946. <!-- { id: 295, name: "295F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 1, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21947.  
  21948. <!-- { id: 296, name: "296F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 3, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21949.  
  21950. <!-- { id: 297, name: "297F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 3, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21951.  
  21952. <!-- { id: 298, name: "298F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 3, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21953.  
  21954. <!-- { id: 299, name: "299F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 3, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21955.  
  21956. <!-- { id: 300, name: "300F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 13, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21957.  
  21958. <!-- { id: 301, name: "301F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 1, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21959.  
  21960. <!-- { id: 302, name: "302F", color: 0, colors: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], price: 50, torso: 12, undershirt: 50, underColor: 0, underColors: [20], }, -->
  21961.  
  21962. ];
  21963.  
  21964. app.legs = [
  21965. {
  21966. id: 0,
  21967. name: "0",
  21968. color: 0,
  21969. colors: [
  21970. 0,
  21971. 1,
  21972. 2,
  21973. 3,
  21974. 4,
  21975. 5,
  21976. 6,
  21977. 7,
  21978. 8,
  21979. 9,
  21980. 10,
  21981. 11,
  21982. 12,
  21983. 13,
  21984. 14,
  21985. 15
  21986. ],
  21987. price: 25
  21988. }, {
  21989. id: 1,
  21990. name: "1",
  21991. color: 0,
  21992. colors: [
  21993. 0,
  21994. 1,
  21995. 2,
  21996. 3,
  21997. 4,
  21998. 5,
  21999. 6,
  22000. 7,
  22001. 8,
  22002. 9,
  22003. 10,
  22004. 11,
  22005. 12,
  22006. 13,
  22007. 14,
  22008. 15
  22009. ],
  22010. price: 25
  22011. }, {
  22012. id: 2,
  22013. name: "2",
  22014. color: 0,
  22015. colors: [
  22016. 0, 1, 2
  22017. ],
  22018. price: 25
  22019. }, {
  22020. id: 3,
  22021. name: "3",
  22022. color: 0,
  22023. colors: [
  22024. 8,
  22025. 9,
  22026. 10,
  22027. 11,
  22028. 12,
  22029. 13,
  22030. 14,
  22031. 15
  22032. ],
  22033. price: 25
  22034. }, {
  22035. id: 4,
  22036. name: "4",
  22037. color: 0,
  22038. colors: [
  22039. 0,
  22040. 1,
  22041. 2,
  22042. 3,
  22043. 4,
  22044. 5,
  22045. 6,
  22046. 7,
  22047. 8,
  22048. 9,
  22049. 10,
  22050. 11,
  22051. 12,
  22052. 13,
  22053. 14,
  22054. 15
  22055. ],
  22056. price: 25
  22057. }, {
  22058. id: 5,
  22059. name: "5",
  22060. color: 8,
  22061. colors: [
  22062. 8, 14, 15
  22063. ],
  22064. price: 25
  22065. }, {
  22066. id: 6,
  22067. name: "6",
  22068. color: 0,
  22069. colors: [
  22070. 0, 1, 2
  22071. ],
  22072. price: 25
  22073. }, {
  22074. id: 7,
  22075. name: "7",
  22076. color: 0,
  22077. colors: [
  22078. 0, 1, 2
  22079. ],
  22080. price: 25
  22081. }, {
  22082. id: 8,
  22083. name: "8",
  22084. color: 0,
  22085. colors: [
  22086. 0,
  22087. 1,
  22088. 2,
  22089. 3,
  22090. 4,
  22091. 5,
  22092. 6,
  22093. 7,
  22094. 8,
  22095. 9,
  22096. 10,
  22097. 11,
  22098. 12,
  22099. 14,
  22100. 15
  22101. ],
  22102. price: 25
  22103. }, {
  22104. id: 9,
  22105. name: "9",
  22106. color: 0,
  22107. colors: [
  22108. 0,
  22109. 1,
  22110. 2,
  22111. 3,
  22112. 4,
  22113. 5,
  22114. 6,
  22115. 7,
  22116. 8,
  22117. 9,
  22118. 10,
  22119. 11,
  22120. 12,
  22121. 13,
  22122. 14,
  22123. 15
  22124. ],
  22125. price: 25
  22126. }, {
  22127. id: 10,
  22128. name: "10",
  22129. color: 0,
  22130. colors: [
  22131. 0, 1, 2
  22132. ],
  22133. price: 25
  22134. }, {
  22135. id: 11,
  22136. name: "11",
  22137. color: 0,
  22138. colors: [
  22139. 0,
  22140. 1,
  22141. 2,
  22142. 3,
  22143. 4,
  22144. 5,
  22145. 6,
  22146. 7,
  22147. 8,
  22148. 9,
  22149. 10,
  22150. 11,
  22151. 12,
  22152. 13,
  22153. 14,
  22154. 15
  22155. ],
  22156. price: 25
  22157. }, {
  22158. id: 12,
  22159. name: "12",
  22160. color: 0,
  22161. colors: [
  22162. 0,
  22163. 1,
  22164. 2,
  22165. 3,
  22166. 4,
  22167. 5,
  22168. 6,
  22169. 7,
  22170. 8,
  22171. 9,
  22172. 10,
  22173. 11,
  22174. 12,
  22175. 13,
  22176. 14,
  22177. 15
  22178. ],
  22179. price: 25
  22180. }, {
  22181. id: 14,
  22182. name: "14",
  22183. color: 0,
  22184. colors: [
  22185. 0, 1, 8, 9
  22186. ],
  22187. price: 25
  22188. }, {
  22189. id: 15,
  22190. name: "15",
  22191. color: 0,
  22192. colors: [
  22193. 0, 3, 10, 11
  22194. ],
  22195. price: 25
  22196. }, {
  22197. id: 16,
  22198. name: "16",
  22199. color: 0,
  22200. colors: [
  22201. 0,
  22202. 1,
  22203. 2,
  22204. 3,
  22205. 4,
  22206. 5,
  22207. 6,
  22208. 7,
  22209. 8,
  22210. 9,
  22211. 10,
  22212. 11
  22213. ],
  22214. price: 25
  22215. }, {
  22216. id: 17,
  22217. name: "17",
  22218. color: 0,
  22219. colors: [
  22220. 0,
  22221. 1,
  22222. 2,
  22223. 3,
  22224. 4,
  22225. 5,
  22226. 6,
  22227. 7,
  22228. 8,
  22229. 9,
  22230. 10,
  22231. 11
  22232. ],
  22233. price: 25
  22234. }, {
  22235. id: 18,
  22236. name: "18",
  22237. color: 0,
  22238. colors: [
  22239. 0, 1
  22240. ],
  22241. price: 25
  22242. }, {
  22243. id: 19,
  22244. name: "19",
  22245. color: 0,
  22246. colors: [
  22247. 0, 1, 2, 3, 4
  22248. ],
  22249. price: 25
  22250. }, {
  22251. id: 20,
  22252. name: "20",
  22253. color: 0,
  22254. colors: [
  22255. 0, 1, 2
  22256. ],
  22257. price: 25
  22258. }, {
  22259. id: 21,
  22260. name: "21",
  22261. color: 0,
  22262. colors: [0],
  22263. price: 25
  22264. }, {
  22265. id: 22,
  22266. name: "22",
  22267. color: 0,
  22268. colors: [
  22269. 0, 1, 2
  22270. ],
  22271. price: 25
  22272. }, {
  22273. id: 23,
  22274. name: "23",
  22275. color: 0,
  22276. colors: [
  22277. 0,
  22278. 1,
  22279. 2,
  22280. 3,
  22281. 4,
  22282. 5,
  22283. 6,
  22284. 7,
  22285. 8,
  22286. 9,
  22287. 10,
  22288. 11,
  22289. 12
  22290. ],
  22291. price: 25
  22292. }, {
  22293. id: 24,
  22294. name: "24",
  22295. color: 0,
  22296. colors: [
  22297. 0,
  22298. 1,
  22299. 2,
  22300. 3,
  22301. 4,
  22302. 5,
  22303. 6,
  22304. 7,
  22305. 8,
  22306. 9,
  22307. 10,
  22308. 11,
  22309. 12
  22310. ],
  22311. price: 25
  22312. }, {
  22313. id: 25,
  22314. name: "25",
  22315. color: 0,
  22316. colors: [
  22317. 0,
  22318. 1,
  22319. 2,
  22320. 3,
  22321. 4,
  22322. 5,
  22323. 6,
  22324. 7,
  22325. 8,
  22326. 9,
  22327. 10,
  22328. 11,
  22329. 12
  22330. ],
  22331. price: 25
  22332. }, {
  22333. id: 26,
  22334. name: "26",
  22335. color: 0,
  22336. colors: [0],
  22337. price: 25
  22338. }, {
  22339. id: 27,
  22340. name: "27",
  22341. color: 0,
  22342. colors: [
  22343. 0,
  22344. 1,
  22345. 2,
  22346. 3,
  22347. 4,
  22348. 5,
  22349. 6,
  22350. 7,
  22351. 8,
  22352. 9,
  22353. 10,
  22354. 11,
  22355. 12,
  22356. 13,
  22357. 14,
  22358. 15
  22359. ],
  22360. price: 25
  22361. }, {
  22362. id: 28,
  22363. name: "28",
  22364. color: 0,
  22365. colors: [0],
  22366. price: 25
  22367. }, {
  22368. id: 29,
  22369. name: "29",
  22370. color: 0,
  22371. colors: [0],
  22372. price: 25
  22373. }, {
  22374. id: 30,
  22375. name: "30",
  22376. color: 0,
  22377. colors: [
  22378. 0, 1, 2, 3, 4
  22379. ],
  22380. price: 25
  22381. }, {
  22382. id: 31,
  22383. name: "31",
  22384. color: 0,
  22385. colors: [
  22386. 0, 1, 2, 3
  22387. ],
  22388. price: 25
  22389. }, {
  22390. id: 32,
  22391. name: "32",
  22392. color: 0,
  22393. colors: [0],
  22394. price: 25
  22395. }, {
  22396. id: 33,
  22397. name: "33",
  22398. color: 0,
  22399. colors: [0],
  22400. price: 25
  22401. }, {
  22402. id: 34,
  22403. name: "34",
  22404. color: 0,
  22405. colors: [0],
  22406. price: 25
  22407. }, {
  22408. id: 35,
  22409. name: "35",
  22410. color: 0,
  22411. colors: [0],
  22412. price: 25
  22413. }, {
  22414. id: 36,
  22415. name: "36",
  22416. color: 0,
  22417. colors: [
  22418. 0, 1, 2, 3
  22419. ],
  22420. price: 25
  22421. }, {
  22422. id: 37,
  22423. name: "37",
  22424. color: 0,
  22425. colors: [
  22426. 0,
  22427. 1,
  22428. 2,
  22429. 3,
  22430. 4,
  22431. 5,
  22432. 6
  22433. ],
  22434. price: 25
  22435. }, {
  22436. id: 38,
  22437. name: "38",
  22438. color: 0,
  22439. colors: [
  22440. 0, 1, 2, 3
  22441. ],
  22442. price: 25
  22443. }, {
  22444. id: 39,
  22445. name: "39",
  22446. color: 0,
  22447. colors: [
  22448. 0, 1, 2, 3
  22449. ],
  22450. price: 25
  22451. }, {
  22452. id: 40,
  22453. name: "40",
  22454. color: 0,
  22455. colors: [
  22456. 0, 1, 2, 3
  22457. ],
  22458. price: 25
  22459. }, {
  22460. id: 41,
  22461. name: "41",
  22462. color: 0,
  22463. colors: [
  22464. 0, 1, 2, 3
  22465. ],
  22466. price: 25
  22467. }, {
  22468. id: 42,
  22469. name: "42",
  22470. color: 0,
  22471. colors: [0],
  22472. price: 25
  22473. }, {
  22474. id: 43,
  22475. name: "43",
  22476. color: 0,
  22477. colors: [
  22478. 0, 1, 2, 3, 4
  22479. ],
  22480. price: 25
  22481. }, {
  22482. id: 44,
  22483. name: "44",
  22484. color: 0,
  22485. colors: [
  22486. 0, 1, 2, 3, 4
  22487. ],
  22488. price: 25
  22489. }, {
  22490. id: 45,
  22491. name: "45",
  22492. color: 0,
  22493. colors: [
  22494. 0, 1, 2, 3, 4
  22495. ],
  22496. price: 25
  22497. }, {
  22498. id: 47,
  22499. name: "47",
  22500. color: 0,
  22501. colors: [
  22502. 0,
  22503. 1,
  22504. 2,
  22505. 3,
  22506. 4,
  22507. 5,
  22508. 6
  22509. ],
  22510. price: 25
  22511. }, {
  22512. id: 48,
  22513. name: "48",
  22514. color: 0,
  22515. colors: [
  22516. 0, 1
  22517. ],
  22518. price: 25
  22519. }, {
  22520. id: 49,
  22521. name: "49",
  22522. color: 0,
  22523. colors: [
  22524. 0, 1
  22525. ],
  22526. price: 25
  22527. }, {
  22528. id: 50,
  22529. name: "50",
  22530. color: 0,
  22531. colors: [
  22532. 0, 1, 2, 3, 4
  22533. ],
  22534. price: 25
  22535. }, {
  22536. id: 51,
  22537. name: "51",
  22538. color: 0,
  22539. colors: [
  22540. 0, 1, 2, 3, 4
  22541. ],
  22542. price: 25
  22543. }, {
  22544. id: 52,
  22545. name: "52",
  22546. color: 0,
  22547. colors: [
  22548. 0, 1, 2, 3
  22549. ],
  22550. price: 25
  22551. }, {
  22552. id: 53,
  22553. name: "53",
  22554. color: 0,
  22555. colors: [0],
  22556. price: 25
  22557. }, {
  22558. id: 54,
  22559. name: "54",
  22560. color: 0,
  22561. colors: [
  22562. 0, 1, 2, 3
  22563. ],
  22564. price: 25
  22565. }, {
  22566. id: 55,
  22567. name: "55",
  22568. color: 0,
  22569. colors: [0],
  22570. price: 25
  22571. }, {
  22572. id: 56,
  22573. name: "56",
  22574. color: 0,
  22575. colors: [
  22576. 0,
  22577. 1,
  22578. 2,
  22579. 3,
  22580. 4,
  22581. 5
  22582. ],
  22583. price: 25
  22584. }, {
  22585. id: 57,
  22586. name: "57",
  22587. color: 0,
  22588. colors: [
  22589. 0,
  22590. 1,
  22591. 2,
  22592. 3,
  22593. 4,
  22594. 5,
  22595. 6,
  22596. 7
  22597. ],
  22598. price: 25
  22599. }, {
  22600. id: 58,
  22601. name: "58",
  22602. color: 0,
  22603. colors: [
  22604. 0, 1, 2, 3
  22605. ],
  22606. price: 25
  22607. }, {
  22608. id: 59,
  22609. name: "59",
  22610. color: 0,
  22611. colors: [
  22612. 0, 1, 2
  22613. ],
  22614. price: 25
  22615. }, {
  22616. id: 60,
  22617. name: "60",
  22618. color: 0,
  22619. colors: [
  22620. 0,
  22621. 1,
  22622. 2,
  22623. 3,
  22624. 4,
  22625. 5,
  22626. 6,
  22627. 7,
  22628. 8,
  22629. 9,
  22630. 10,
  22631. 11,
  22632. 12,
  22633. 13,
  22634. 14,
  22635. 15
  22636. ],
  22637. price: 25
  22638. }, {
  22639. id: 61,
  22640. name: "61",
  22641. color: 0,
  22642. colors: [
  22643. 0,
  22644. 1,
  22645. 2,
  22646. 3,
  22647. 4,
  22648. 5,
  22649. 6,
  22650. 7,
  22651. 8,
  22652. 9
  22653. ],
  22654. price: 25
  22655. }, {
  22656. id: 62,
  22657. name: "62",
  22658. color: 0,
  22659. colors: [
  22660. 0,
  22661. 1,
  22662. 2,
  22663. 3,
  22664. 4,
  22665. 5,
  22666. 6,
  22667. 7,
  22668. 8,
  22669. 9,
  22670. 10,
  22671. 11
  22672. ],
  22673. price: 25
  22674. }, {
  22675. id: 63,
  22676. name: "63",
  22677. color: 0,
  22678. colors: [
  22679. 0,
  22680. 1,
  22681. 2,
  22682. 3,
  22683. 4,
  22684. 5,
  22685. 6,
  22686. 7,
  22687. 8,
  22688. 9,
  22689. 10,
  22690. 11
  22691. ],
  22692. price: 25
  22693. }, {
  22694. id: 64,
  22695. name: "64",
  22696. color: 0,
  22697. colors: [
  22698. 0, 1, 2, 3
  22699. ],
  22700. price: 25
  22701. }, {
  22702. id: 65,
  22703. name: "65",
  22704. color: 0,
  22705. colors: [
  22706. 0, 1, 2
  22707. ],
  22708. price: 25
  22709. }, {
  22710. id: 66,
  22711. name: "66",
  22712. color: 0,
  22713. colors: [
  22714. 0,
  22715. 1,
  22716. 2,
  22717. 3,
  22718. 4,
  22719. 5,
  22720. 6,
  22721. 7,
  22722. 8,
  22723. 9,
  22724. 10
  22725. ],
  22726. price: 25
  22727. }, {
  22728. id: 67,
  22729. name: "67",
  22730. color: 0,
  22731. colors: [
  22732. 0,
  22733. 1,
  22734. 2,
  22735. 3,
  22736. 4,
  22737. 5,
  22738. 6,
  22739. 7,
  22740. 8,
  22741. 9,
  22742. 10,
  22743. 11,
  22744. 12,
  22745. 13
  22746. ],
  22747. price: 25
  22748. }, {
  22749. id: 68,
  22750. name: "68",
  22751. color: 0,
  22752. colors: [
  22753. 0,
  22754. 1,
  22755. 2,
  22756. 3,
  22757. 4,
  22758. 5,
  22759. 6,
  22760. 7,
  22761. 8,
  22762. 9
  22763. ],
  22764. price: 25
  22765. }, {
  22766. id: 69,
  22767. name: "69",
  22768. color: 0,
  22769. colors: [
  22770. 0,
  22771. 1,
  22772. 2,
  22773. 3,
  22774. 4,
  22775. 5,
  22776. 6,
  22777. 7,
  22778. 8,
  22779. 9,
  22780. 10,
  22781. 11
  22782. ],
  22783. price: 25
  22784. }, {
  22785. id: 70,
  22786. name: "70",
  22787. color: 0,
  22788. colors: [
  22789. 0,
  22790. 1,
  22791. 2,
  22792. 3,
  22793. 4,
  22794. 5,
  22795. 6,
  22796. 7,
  22797. 8,
  22798. 9
  22799. ],
  22800. price: 25
  22801. }, {
  22802. id: 71,
  22803. name: "71",
  22804. color: 0,
  22805. colors: [
  22806. 0,
  22807. 1,
  22808. 2,
  22809. 3,
  22810. 4,
  22811. 5,
  22812. 6,
  22813. 7,
  22814. 8,
  22815. 9,
  22816. 10,
  22817. 11,
  22818. 12,
  22819. 13,
  22820. 14,
  22821. 15
  22822. ],
  22823. price: 25
  22824. }, {
  22825. id: 72,
  22826. name: "72",
  22827. color: 0,
  22828. colors: [
  22829. 0, 1, 2, 3
  22830. ],
  22831. price: 25
  22832. }, {
  22833. id: 73,
  22834. name: "73",
  22835. color: 0,
  22836. colors: [
  22837. 0,
  22838. 1,
  22839. 2,
  22840. 3,
  22841. 4,
  22842. 5
  22843. ],
  22844. price: 25
  22845. }, {
  22846. id: 74,
  22847. name: "74",
  22848. color: 0,
  22849. colors: [
  22850. 0,
  22851. 1,
  22852. 2,
  22853. 3,
  22854. 4,
  22855. 5
  22856. ],
  22857. price: 25
  22858. }, {
  22859. id: 75,
  22860. name: "75",
  22861. color: 0,
  22862. colors: [
  22863. 0, 1, 2
  22864. ],
  22865. price: 25
  22866. }, {
  22867. id: 76,
  22868. name: "76",
  22869. color: 0,
  22870. colors: [
  22871. 0, 1, 2
  22872. ],
  22873. price: 25
  22874. }, {
  22875. id: 77,
  22876. name: "77",
  22877. color: 0,
  22878. colors: [
  22879. 0, 1, 2
  22880. ],
  22881. price: 25
  22882. }, {
  22883. id: 78,
  22884. name: "78",
  22885. color: 0,
  22886. colors: [
  22887. 0, 1, 2, 3
  22888. ],
  22889. price: 25
  22890. }, {
  22891. id: 79,
  22892. name: "79",
  22893. color: 0,
  22894. colors: [
  22895. 0,
  22896. 1,
  22897. 2,
  22898. 3,
  22899. 4,
  22900. 5,
  22901. 6,
  22902. 7,
  22903. 8,
  22904. 9,
  22905. 10
  22906. ],
  22907. price: 25
  22908. }, {
  22909. id: 80,
  22910. name: "80",
  22911. color: 0,
  22912. colors: [
  22913. 0,
  22914. 1,
  22915. 2,
  22916. 3,
  22917. 4,
  22918. 5,
  22919. 6,
  22920. 7
  22921. ],
  22922. price: 25
  22923. }, {
  22924. id: 81,
  22925. name: "81",
  22926. color: 0,
  22927. colors: [
  22928. 0, 1, 2
  22929. ],
  22930. price: 25
  22931. }, {
  22932. id: 82,
  22933. name: "82",
  22934. color: 0,
  22935. colors: [
  22936. 0,
  22937. 1,
  22938. 2,
  22939. 3,
  22940. 4,
  22941. 5,
  22942. 6,
  22943. 7
  22944. ],
  22945. price: 25
  22946. }, {
  22947. id: 83,
  22948. name: "83",
  22949. color: 0,
  22950. colors: [
  22951. 0, 1, 2
  22952. ],
  22953. price: 25
  22954. }, {
  22955. id: 84,
  22956. name: "84",
  22957. color: 0,
  22958. colors: [
  22959. 0,
  22960. 1,
  22961. 2,
  22962. 3,
  22963. 4,
  22964. 5,
  22965. 6,
  22966. 7,
  22967. 8,
  22968. 9
  22969. ],
  22970. price: 25
  22971. }, {
  22972. id: 85,
  22973. name: "85",
  22974. color: 0,
  22975. colors: [
  22976. 0, 1, 2, 3
  22977. ],
  22978. price: 25
  22979. }, {
  22980. id: 86,
  22981. name: "86",
  22982. color: 0,
  22983. colors: [
  22984. 0,
  22985. 1,
  22986. 2,
  22987. 3,
  22988. 4,
  22989. 5,
  22990. 6,
  22991. 7,
  22992. 8,
  22993. 9,
  22994. 10
  22995. ],
  22996. price: 25
  22997. }, {
  22998. id: 87,
  22999. name: "87",
  23000. color: 0,
  23001. colors: [
  23002. 0,
  23003. 1,
  23004. 2,
  23005. 3,
  23006. 4,
  23007. 5,
  23008. 6,
  23009. 7,
  23010. 8,
  23011. 9,
  23012. 10,
  23013. 11,
  23014. 12,
  23015. 13,
  23016. 14,
  23017. 15
  23018. ],
  23019. price: 25
  23020. }, {
  23021. id: 88,
  23022. name: "88",
  23023. color: 0,
  23024. colors: [
  23025. 0, 1, 2
  23026. ],
  23027. price: 25
  23028. }, {
  23029. id: 89,
  23030. name: "89",
  23031. color: 0,
  23032. colors: [
  23033. 0,
  23034. 1,
  23035. 2,
  23036. 3,
  23037. 4,
  23038. 5,
  23039. 6,
  23040. 7,
  23041. 8,
  23042. 9,
  23043. 10,
  23044. 11,
  23045. 12,
  23046. 13,
  23047. 14,
  23048. 15
  23049. ],
  23050. price: 25
  23051. }, {
  23052. id: 90,
  23053. name: "90",
  23054. color: 0,
  23055. colors: [
  23056. 0,
  23057. 1,
  23058. 2,
  23059. 3,
  23060. 4,
  23061. 5,
  23062. 6,
  23063. 7,
  23064. 8,
  23065. 9,
  23066. 10,
  23067. 11,
  23068. 12,
  23069. 13,
  23070. 14,
  23071. 15
  23072. ],
  23073. price: 25
  23074. }, {
  23075. id: 91,
  23076. name: "91",
  23077. color: 0,
  23078. colors: [
  23079. 0,
  23080. 1,
  23081. 2,
  23082. 3,
  23083. 4,
  23084. 5,
  23085. 6,
  23086. 7,
  23087. 8,
  23088. 9,
  23089. 10,
  23090. 11,
  23091. 12,
  23092. 13,
  23093. 14,
  23094. 15
  23095. ],
  23096. price: 25
  23097. }, {
  23098. id: 92,
  23099. name: "92",
  23100. color: 0,
  23101. colors: [
  23102. 0,
  23103. 1,
  23104. 2,
  23105. 3,
  23106. 4,
  23107. 5,
  23108. 6,
  23109. 7,
  23110. 8,
  23111. 9,
  23112. 10,
  23113. 11,
  23114. 12,
  23115. 13,
  23116. 14,
  23117. 15
  23118. ],
  23119. price: 25
  23120. }, {
  23121. id: 93,
  23122. name: "93",
  23123. color: 0,
  23124. colors: [
  23125. 0,
  23126. 1,
  23127. 2,
  23128. 3,
  23129. 4,
  23130. 5,
  23131. 6,
  23132. 7,
  23133. 8,
  23134. 9
  23135. ],
  23136. price: 25
  23137. }, {
  23138. id: 94,
  23139. name: "94",
  23140. color: 0,
  23141. colors: [
  23142. 0,
  23143. 1,
  23144. 2,
  23145. 3,
  23146. 4,
  23147. 5,
  23148. 6,
  23149. 7,
  23150. 8,
  23151. 9,
  23152. 10,
  23153. 11,
  23154. 12,
  23155. 13
  23156. ],
  23157. price: 25
  23158. }, {
  23159. id: 95,
  23160. name: "95",
  23161. color: 0,
  23162. colors: [
  23163. 0,
  23164. 1,
  23165. 2,
  23166. 3,
  23167. 4,
  23168. 5,
  23169. 6,
  23170. 7,
  23171. 8,
  23172. 9,
  23173. 10,
  23174. 11,
  23175. 12,
  23176. 13,
  23177. 14,
  23178. 15
  23179. ],
  23180. price: 25
  23181. }, {
  23182. id: 96,
  23183. name: "96",
  23184. color: 0,
  23185. colors: [0],
  23186. price: 25
  23187. }, {
  23188. id: 97,
  23189. name: "97",
  23190. color: 0,
  23191. colors: [
  23192. 0,
  23193. 1,
  23194. 2,
  23195. 3,
  23196. 4,
  23197. 5,
  23198. 6,
  23199. 7,
  23200. 8,
  23201. 9,
  23202. 10,
  23203. 11,
  23204. 12,
  23205. 13,
  23206. 14,
  23207. 15
  23208. ],
  23209. price: 25
  23210. }, {
  23211. id: 98,
  23212. name: "98",
  23213. color: 0,
  23214. colors: [
  23215. 0,
  23216. 1,
  23217. 2,
  23218. 3,
  23219. 4,
  23220. 5,
  23221. 6,
  23222. 7,
  23223. 8,
  23224. 9,
  23225. 10,
  23226. 11
  23227. ],
  23228. price: 25
  23229. }, {
  23230. id: 99,
  23231. name: "99",
  23232. color: 0,
  23233. colors: [
  23234. 0, 1
  23235. ],
  23236. price: 25
  23237. }, {
  23238. id: 100,
  23239. name: "100",
  23240. color: 0,
  23241. colors: [
  23242. 0,
  23243. 1,
  23244. 2,
  23245. 3,
  23246. 4,
  23247. 5,
  23248. 6,
  23249. 7,
  23250. 8,
  23251. 9,
  23252. 10,
  23253. 11,
  23254. 12,
  23255. 13,
  23256. 14,
  23257. 15
  23258. ],
  23259. price: 25
  23260. }, {
  23261. id: 101,
  23262. name: "101",
  23263. color: 0,
  23264. colors: [
  23265. 0,
  23266. 1,
  23267. 2,
  23268. 3,
  23269. 4,
  23270. 5,
  23271. 6,
  23272. 7,
  23273. 8,
  23274. 9,
  23275. 10,
  23276. 11,
  23277. 12,
  23278. 13,
  23279. 14,
  23280. 15
  23281. ],
  23282. price: 25
  23283. }, {
  23284. id: 102,
  23285. name: "102",
  23286. color: 0,
  23287. colors: [
  23288. 0,
  23289. 1,
  23290. 2,
  23291. 3,
  23292. 4,
  23293. 5,
  23294. 6,
  23295. 7,
  23296. 8,
  23297. 9,
  23298. 10,
  23299. 11,
  23300. 12,
  23301. 13,
  23302. 14,
  23303. 15
  23304. ],
  23305. price: 25
  23306. }, {
  23307. id: 103,
  23308. name: "103",
  23309. color: 0,
  23310. colors: [
  23311. 0,
  23312. 1,
  23313. 2,
  23314. 3,
  23315. 4,
  23316. 5,
  23317. 6
  23318. ],
  23319. price: 25
  23320. }, {
  23321. id: 104,
  23322. name: "104",
  23323. color: 0,
  23324. colors: [
  23325. 0,
  23326. 1,
  23327. 2,
  23328. 3,
  23329. 4,
  23330. 5,
  23331. 6,
  23332. 7,
  23333. 8,
  23334. 9,
  23335. 10,
  23336. 11,
  23337. 12,
  23338. 13
  23339. ],
  23340. price: 25
  23341. }, {
  23342. id: 105,
  23343. name: "105",
  23344. color: 0,
  23345. colors: [
  23346. 0, 1
  23347. ],
  23348. price: 25
  23349. }, {
  23350. id: 106,
  23351. name: "106",
  23352. color: 0,
  23353. colors: [
  23354. 0,
  23355. 1,
  23356. 2,
  23357. 3,
  23358. 4,
  23359. 5,
  23360. 6,
  23361. 7
  23362. ],
  23363. price: 25
  23364. }, {
  23365. id: 107,
  23366. name: "107",
  23367. color: 0,
  23368. colors: [
  23369. 0,
  23370. 1,
  23371. 2,
  23372. 3,
  23373. 4,
  23374. 5,
  23375. 6,
  23376. 7,
  23377. 8,
  23378. 9,
  23379. 10,
  23380. 11
  23381. ],
  23382. price: 25
  23383. }, {
  23384. id: 108,
  23385. name: "108",
  23386. color: 0,
  23387. colors: [
  23388. 0,
  23389. 1,
  23390. 2,
  23391. 3,
  23392. 4,
  23393. 5,
  23394. 6,
  23395. 7,
  23396. 8,
  23397. 9,
  23398. 10,
  23399. 11,
  23400. 12,
  23401. 13,
  23402. 14,
  23403. 15
  23404. ],
  23405. price: 25
  23406. }
  23407. ];
  23408.  
  23409. app.feet = [
  23410. {
  23411. id: 0,
  23412. name: "0",
  23413. color: 0,
  23414. colors: [
  23415. 0, 1, 2, 3
  23416. ],
  23417. price: 25
  23418. }, {
  23419. id: 1,
  23420. name: "1",
  23421. color: 0,
  23422. colors: [
  23423. 0,
  23424. 1,
  23425. 2,
  23426. 3,
  23427. 4,
  23428. 5,
  23429. 6,
  23430. 7,
  23431. 8,
  23432. 9,
  23433. 10,
  23434. 11,
  23435. 12,
  23436. 13,
  23437. 14,
  23438. 15
  23439. ],
  23440. price: 25
  23441. }, {
  23442. id: 2,
  23443. name: "2",
  23444. color: 0,
  23445. colors: [
  23446. 0,
  23447. 1,
  23448. 2,
  23449. 3,
  23450. 4,
  23451. 5,
  23452. 6,
  23453. 7,
  23454. 8,
  23455. 9,
  23456. 10,
  23457. 11,
  23458. 12,
  23459. 13,
  23460. 14,
  23461. 15
  23462. ],
  23463. price: 25
  23464. }, {
  23465. id: 3,
  23466. name: "3",
  23467. color: 0,
  23468. colors: [
  23469. 0,
  23470. 1,
  23471. 2,
  23472. 3,
  23473. 4,
  23474. 5,
  23475. 6,
  23476. 7,
  23477. 8,
  23478. 9,
  23479. 10,
  23480. 11,
  23481. 12,
  23482. 13,
  23483. 14,
  23484. 15
  23485. ],
  23486. price: 25
  23487. }, {
  23488. id: 4,
  23489. name: "4",
  23490. color: 0,
  23491. colors: [
  23492. 0, 1, 2, 3
  23493. ],
  23494. price: 25
  23495. }, {
  23496. id: 5,
  23497. name: "5",
  23498. color: 0,
  23499. colors: [
  23500. 0, 1
  23501. ],
  23502. price: 25
  23503. }, {
  23504. id: 6,
  23505. name: "6",
  23506. color: 0,
  23507. colors: [
  23508. 0, 1, 2, 3
  23509. ],
  23510. price: 25
  23511. }, {
  23512. id: 7,
  23513. name: "7",
  23514. color: 0,
  23515. colors: [
  23516. 0,
  23517. 1,
  23518. 2,
  23519. 3,
  23520. 4,
  23521. 5,
  23522. 6,
  23523. 7,
  23524. 8,
  23525. 9,
  23526. 10,
  23527. 11,
  23528. 12,
  23529. 13,
  23530. 14,
  23531. 15
  23532. ],
  23533. price: 25
  23534. }, {
  23535. id: 8,
  23536. name: "8",
  23537. color: 0,
  23538. colors: [
  23539. 0,
  23540. 1,
  23541. 2,
  23542. 3,
  23543. 4,
  23544. 5,
  23545. 6,
  23546. 7,
  23547. 8,
  23548. 9,
  23549. 10,
  23550. 11,
  23551. 12,
  23552. 13,
  23553. 14,
  23554. 15
  23555. ],
  23556. price: 25
  23557. }, {
  23558. id: 9,
  23559. name: "9",
  23560. color: 0,
  23561. colors: [
  23562. 0, 1, 2, 3
  23563. ],
  23564. price: 25
  23565. }, {
  23566. id: 10,
  23567. name: "10",
  23568. color: 0,
  23569. colors: [
  23570. 0, 1, 2, 3
  23571. ],
  23572. price: 25
  23573. }, {
  23574. id: 11,
  23575. name: "11",
  23576. color: 0,
  23577. colors: [
  23578. 0, 1, 2, 3
  23579. ],
  23580. price: 25
  23581. }, {
  23582. id: 13,
  23583. name: "13",
  23584. color: 0,
  23585. colors: [
  23586. 0,
  23587. 1,
  23588. 2,
  23589. 3,
  23590. 4,
  23591. 5,
  23592. 6,
  23593. 7,
  23594. 8,
  23595. 9,
  23596. 10,
  23597. 11,
  23598. 12,
  23599. 13,
  23600. 14,
  23601. 15
  23602. ],
  23603. price: 25
  23604. }, {
  23605. id: 14,
  23606. name: "14",
  23607. color: 0,
  23608. colors: [
  23609. 0,
  23610. 1,
  23611. 2,
  23612. 3,
  23613. 4,
  23614. 5,
  23615. 6,
  23616. 7,
  23617. 8,
  23618. 9,
  23619. 10,
  23620. 11,
  23621. 12,
  23622. 13,
  23623. 14,
  23624. 15
  23625. ],
  23626. price: 25
  23627. }, {
  23628. id: 15,
  23629. name: "15",
  23630. color: 0,
  23631. colors: [
  23632. 0,
  23633. 1,
  23634. 2,
  23635. 3,
  23636. 4,
  23637. 5,
  23638. 6,
  23639. 7,
  23640. 8,
  23641. 9,
  23642. 10,
  23643. 11,
  23644. 12,
  23645. 13,
  23646. 14,
  23647. 15
  23648. ],
  23649. price: 25
  23650. }, {
  23651. id: 16,
  23652. name: "16",
  23653. color: 0,
  23654. colors: [
  23655. 0,
  23656. 1,
  23657. 2,
  23658. 3,
  23659. 4,
  23660. 5,
  23661. 6,
  23662. 7,
  23663. 8,
  23664. 9,
  23665. 10,
  23666. 11
  23667. ],
  23668. price: 25
  23669. }, {
  23670. id: 17,
  23671. name: "17",
  23672. color: 0,
  23673. colors: [0],
  23674. price: 25
  23675. }, {
  23676. id: 18,
  23677. name: "18",
  23678. color: 0,
  23679. colors: [
  23680. 0, 1
  23681. ],
  23682. price: 25
  23683. }, {
  23684. id: 19,
  23685. name: "19",
  23686. color: 0,
  23687. colors: [
  23688. 0,
  23689. 1,
  23690. 2,
  23691. 3,
  23692. 4,
  23693. 5,
  23694. 6,
  23695. 7,
  23696. 8,
  23697. 9,
  23698. 10,
  23699. 11
  23700. ],
  23701. price: 25
  23702. }, {
  23703. id: 20,
  23704. name: "20",
  23705. color: 0,
  23706. colors: [
  23707. 0,
  23708. 1,
  23709. 2,
  23710. 3,
  23711. 4,
  23712. 5,
  23713. 6,
  23714. 7,
  23715. 8,
  23716. 9,
  23717. 10,
  23718. 11
  23719. ],
  23720. price: 25
  23721. }, {
  23722. id: 21,
  23723. name: "21",
  23724. color: 0,
  23725. colors: [
  23726. 0,
  23727. 1,
  23728. 2,
  23729. 3,
  23730. 4,
  23731. 5,
  23732. 6,
  23733. 7,
  23734. 8,
  23735. 9
  23736. ],
  23737. price: 25
  23738. }, {
  23739. id: 22,
  23740. name: "22",
  23741. color: 0,
  23742. colors: [
  23743. 0,
  23744. 1,
  23745. 2,
  23746. 3,
  23747. 4,
  23748. 5,
  23749. 6,
  23750. 7,
  23751. 8,
  23752. 9,
  23753. 10,
  23754. 11,
  23755. 12,
  23756. 13,
  23757. 14,
  23758. 15
  23759. ],
  23760. price: 25
  23761. }, {
  23762. id: 23,
  23763. name: "23",
  23764. color: 0,
  23765. colors: [
  23766. 0, 1
  23767. ],
  23768. price: 25
  23769. }, {
  23770. id: 24,
  23771. name: "24",
  23772. color: 0,
  23773. colors: [0],
  23774. price: 25
  23775. }, {
  23776. id: 25,
  23777. name: "25",
  23778. color: 0,
  23779. colors: [0],
  23780. price: 25
  23781. }, {
  23782. id: 26,
  23783. name: "26",
  23784. color: 0,
  23785. colors: [0],
  23786. price: 25
  23787. }, {
  23788. id: 27,
  23789. name: "27",
  23790. color: 0,
  23791. colors: [0],
  23792. price: 25
  23793. }, {
  23794. id: 28,
  23795. name: "28",
  23796. color: 0,
  23797. colors: [0],
  23798. price: 25
  23799. }, {
  23800. id: 29,
  23801. name: "29",
  23802. color: 0,
  23803. colors: [
  23804. 0, 1, 2
  23805. ],
  23806. price: 25
  23807. }, {
  23808. id: 30,
  23809. name: "30",
  23810. color: 0,
  23811. colors: [0],
  23812. price: 25
  23813. }, {
  23814. id: 31,
  23815. name: "31",
  23816. color: 0,
  23817. colors: [0],
  23818. price: 25
  23819. }, {
  23820. id: 32,
  23821. name: "32",
  23822. color: 0,
  23823. colors: [
  23824. 0, 1, 2, 3, 4
  23825. ],
  23826. price: 25
  23827. }, {
  23828. id: 33,
  23829. name: "33",
  23830. color: 0,
  23831. colors: [
  23832. 0,
  23833. 1,
  23834. 2,
  23835. 3,
  23836. 4,
  23837. 5,
  23838. 6,
  23839. 7
  23840. ],
  23841. price: 25
  23842. }, {
  23843. id: 35,
  23844. name: "35",
  23845. color: 0,
  23846. colors: [0],
  23847. price: 25
  23848. }, {
  23849. id: 36,
  23850. name: "36",
  23851. color: 0,
  23852. colors: [
  23853. 0, 1
  23854. ],
  23855. price: 25
  23856. }, {
  23857. id: 37,
  23858. name: "37",
  23859. color: 0,
  23860. colors: [
  23861. 0, 1, 2, 3
  23862. ],
  23863. price: 25
  23864. }, {
  23865. id: 38,
  23866. name: "38",
  23867. color: 0,
  23868. colors: [
  23869. 0, 1, 2, 3, 4
  23870. ],
  23871. price: 25
  23872. }, {
  23873. id: 39,
  23874. name: "39",
  23875. color: 0,
  23876. colors: [
  23877. 0, 1, 2, 3, 4
  23878. ],
  23879. price: 25
  23880. }, {
  23881. id: 40,
  23882. name: "40",
  23883. color: 0,
  23884. colors: [0],
  23885. price: 25
  23886. }, {
  23887. id: 41,
  23888. name: "41",
  23889. color: 0,
  23890. colors: [
  23891. 0,
  23892. 1,
  23893. 2,
  23894. 3,
  23895. 4,
  23896. 5,
  23897. 6,
  23898. 7,
  23899. 8,
  23900. 9,
  23901. 10,
  23902. 11
  23903. ],
  23904. price: 25
  23905. }, {
  23906. id: 42,
  23907. name: "42",
  23908. color: 0,
  23909. colors: [
  23910. 0,
  23911. 1,
  23912. 2,
  23913. 3,
  23914. 4,
  23915. 5,
  23916. 6,
  23917. 7,
  23918. 8,
  23919. 9,
  23920. 10,
  23921. 11
  23922. ],
  23923. price: 25
  23924. }, {
  23925. id: 43,
  23926. name: "43",
  23927. color: 0,
  23928. colors: [
  23929. 0,
  23930. 1,
  23931. 2,
  23932. 3,
  23933. 4,
  23934. 5,
  23935. 6,
  23936. 7
  23937. ],
  23938. price: 25
  23939. }, {
  23940. id: 44,
  23941. name: "44",
  23942. color: 0,
  23943. colors: [
  23944. 0,
  23945. 1,
  23946. 2,
  23947. 3,
  23948. 4,
  23949. 5,
  23950. 6,
  23951. 7
  23952. ],
  23953. price: 25
  23954. }, {
  23955. id: 45,
  23956. name: "45",
  23957. color: 0,
  23958. colors: [
  23959. 0,
  23960. 1,
  23961. 2,
  23962. 3,
  23963. 4,
  23964. 5,
  23965. 6,
  23966. 7,
  23967. 8,
  23968. 9,
  23969. 10
  23970. ],
  23971. price: 25
  23972. }, {
  23973. id: 46,
  23974. name: "46",
  23975. color: 0,
  23976. colors: [
  23977. 0,
  23978. 1,
  23979. 2,
  23980. 3,
  23981. 4,
  23982. 5,
  23983. 6,
  23984. 7,
  23985. 8,
  23986. 9,
  23987. 10
  23988. ],
  23989. price: 25
  23990. }, {
  23991. id: 47,
  23992. name: "47",
  23993. color: 0,
  23994. colors: [
  23995. 0,
  23996. 1,
  23997. 2,
  23998. 3,
  23999. 4,
  24000. 5,
  24001. 6,
  24002. 7,
  24003. 8,
  24004. 9
  24005. ],
  24006. price: 25
  24007. }, {
  24008. id: 48,
  24009. name: "48",
  24010. color: 0,
  24011. colors: [
  24012. 0,
  24013. 1,
  24014. 2,
  24015. 3,
  24016. 4,
  24017. 5,
  24018. 6,
  24019. 7,
  24020. 8,
  24021. 9,
  24022. 10,
  24023. 11
  24024. ],
  24025. price: 25
  24026. }, {
  24027. id: 49,
  24028. name: "49",
  24029. color: 0,
  24030. colors: [
  24031. 0, 1
  24032. ],
  24033. price: 25
  24034. }, {
  24035. id: 50,
  24036. name: "50",
  24037. color: 0,
  24038. colors: [
  24039. 0, 1
  24040. ],
  24041. price: 25
  24042. }, {
  24043. id: 51,
  24044. name: "51",
  24045. color: 0,
  24046. colors: [
  24047. 0,
  24048. 1,
  24049. 2,
  24050. 3,
  24051. 4,
  24052. 5
  24053. ],
  24054. price: 25
  24055. }, {
  24056. id: 52,
  24057. name: "52",
  24058. color: 0,
  24059. colors: [
  24060. 0,
  24061. 1,
  24062. 2,
  24063. 3,
  24064. 4,
  24065. 5
  24066. ],
  24067. price: 25
  24068. }, {
  24069. id: 53,
  24070. name: "53",
  24071. color: 0,
  24072. colors: [
  24073. 0, 1
  24074. ],
  24075. price: 25
  24076. }, {
  24077. id: 54,
  24078. name: "54",
  24079. color: 0,
  24080. colors: [
  24081. 0,
  24082. 1,
  24083. 2,
  24084. 3,
  24085. 4,
  24086. 5
  24087. ],
  24088. price: 25
  24089. }, {
  24090. id: 55,
  24091. name: "55",
  24092. color: 0,
  24093. colors: [
  24094. 0,
  24095. 1,
  24096. 2,
  24097. 3,
  24098. 4,
  24099. 5
  24100. ],
  24101. price: 25
  24102. }, {
  24103. id: 56,
  24104. name: "56",
  24105. color: 0,
  24106. colors: [
  24107. 0, 1, 2
  24108. ],
  24109. price: 25
  24110. }, {
  24111. id: 57,
  24112. name: "57",
  24113. color: 0,
  24114. colors: [
  24115. 0, 1, 2
  24116. ],
  24117. price: 25
  24118. }, {
  24119. id: 58,
  24120. name: "58",
  24121. color: 0,
  24122. colors: [
  24123. 0,
  24124. 1,
  24125. 2,
  24126. 3,
  24127. 4,
  24128. 5,
  24129. 6,
  24130. 7,
  24131. 8,
  24132. 9,
  24133. 10
  24134. ],
  24135. price: 25
  24136. }, {
  24137. id: 59,
  24138. name: "59",
  24139. color: 0,
  24140. colors: [
  24141. 0, 1
  24142. ],
  24143. price: 25
  24144. }, {
  24145. id: 60,
  24146. name: "60",
  24147. color: 0,
  24148. colors: [
  24149. 0,
  24150. 1,
  24151. 2,
  24152. 3,
  24153. 4,
  24154. 5,
  24155. 6,
  24156. 7,
  24157. 8,
  24158. 9,
  24159. 10,
  24160. 11
  24161. ],
  24162. price: 25
  24163. }, {
  24164. id: 61,
  24165. name: "61",
  24166. color: 0,
  24167. colors: [
  24168. 0, 1, 2
  24169. ],
  24170. price: 25
  24171. }, {
  24172. id: 62,
  24173. name: "62",
  24174. color: 0,
  24175. colors: [
  24176. 0,
  24177. 1,
  24178. 2,
  24179. 3,
  24180. 4,
  24181. 5,
  24182. 6,
  24183. 7,
  24184. 8,
  24185. 9,
  24186. 10,
  24187. 11,
  24188. 12,
  24189. 13,
  24190. 14,
  24191. 15
  24192. ],
  24193. price: 25
  24194. }, {
  24195. id: 63,
  24196. name: "63",
  24197. color: 0,
  24198. colors: [
  24199. 0,
  24200. 1,
  24201. 2,
  24202. 3,
  24203. 4,
  24204. 5,
  24205. 6,
  24206. 7
  24207. ],
  24208. price: 25
  24209. }, {
  24210. id: 64,
  24211. name: "64",
  24212. color: 0,
  24213. colors: [
  24214. 0,
  24215. 1,
  24216. 2,
  24217. 3,
  24218. 4,
  24219. 5,
  24220. 6,
  24221. 7
  24222. ],
  24223. price: 25
  24224. }, {
  24225. id: 65,
  24226. name: "65",
  24227. color: 0,
  24228. colors: [
  24229. 0,
  24230. 1,
  24231. 2,
  24232. 3,
  24233. 4,
  24234. 5,
  24235. 6,
  24236. 7
  24237. ],
  24238. price: 25
  24239. }, {
  24240. id: 66,
  24241. name: "66",
  24242. color: 0,
  24243. colors: [
  24244. 0,
  24245. 1,
  24246. 2,
  24247. 3,
  24248. 4,
  24249. 5,
  24250. 6,
  24251. 7
  24252. ],
  24253. price: 25
  24254. }, {
  24255. id: 67,
  24256. name: "67",
  24257. color: 0,
  24258. colors: [
  24259. 0,
  24260. 1,
  24261. 2,
  24262. 3,
  24263. 4,
  24264. 5,
  24265. 6,
  24266. 7,
  24267. 8,
  24268. 9,
  24269. 10,
  24270. 11,
  24271. 12,
  24272. 13
  24273. ],
  24274. price: 25
  24275. }, {
  24276. id: 68,
  24277. name: "68",
  24278. color: 0,
  24279. colors: [
  24280. 0,
  24281. 1,
  24282. 2,
  24283. 3,
  24284. 4,
  24285. 5,
  24286. 6
  24287. ],
  24288. price: 25
  24289. }, {
  24290. id: 69,
  24291. name: "69",
  24292. color: 0,
  24293. colors: [
  24294. 0,
  24295. 1,
  24296. 2,
  24297. 3,
  24298. 4,
  24299. 5,
  24300. 6
  24301. ],
  24302. price: 25
  24303. }, {
  24304. id: 70,
  24305. name: "70",
  24306. color: 0,
  24307. colors: [
  24308. 0,
  24309. 1,
  24310. 2,
  24311. 3,
  24312. 4,
  24313. 5,
  24314. 6,
  24315. 7,
  24316. 8,
  24317. 9,
  24318. 10,
  24319. 11,
  24320. 12,
  24321. 13,
  24322. 14,
  24323. 15
  24324. ],
  24325. price: 25
  24326. }, {
  24327. id: 71,
  24328. name: "71",
  24329. color: 0,
  24330. colors: [
  24331. 0,
  24332. 1,
  24333. 2,
  24334. 3,
  24335. 4,
  24336. 5,
  24337. 6,
  24338. 7,
  24339. 8,
  24340. 9,
  24341. 10,
  24342. 11
  24343. ],
  24344. price: 25
  24345. }, {
  24346. id: 72,
  24347. name: "72",
  24348. color: 0,
  24349. colors: [
  24350. 0,
  24351. 1,
  24352. 2,
  24353. 3,
  24354. 4,
  24355. 5,
  24356. 6,
  24357. 7,
  24358. 8,
  24359. 9,
  24360. 10,
  24361. 11,
  24362. 12,
  24363. 13,
  24364. 14,
  24365. 15
  24366. ],
  24367. price: 25
  24368. }, {
  24369. id: 73,
  24370. name: "73",
  24371. color: 0,
  24372. colors: [
  24373. 0,
  24374. 1,
  24375. 2,
  24376. 3,
  24377. 4,
  24378. 5,
  24379. 6,
  24380. 7,
  24381. 8,
  24382. 9,
  24383. 10,
  24384. 11,
  24385. 12,
  24386. 13,
  24387. 14,
  24388. 15
  24389. ],
  24390. price: 25
  24391. }, {
  24392. id: 74,
  24393. name: "74",
  24394. color: 0,
  24395. colors: [
  24396. 0,
  24397. 1,
  24398. 2,
  24399. 3,
  24400. 4,
  24401. 5,
  24402. 6,
  24403. 7,
  24404. 8,
  24405. 9,
  24406. 10,
  24407. 11,
  24408. 12,
  24409. 13,
  24410. 14,
  24411. 15
  24412. ],
  24413. price: 25
  24414. }, {
  24415. id: 75,
  24416. name: "75",
  24417. color: 0,
  24418. colors: [
  24419. 0,
  24420. 1,
  24421. 2,
  24422. 3,
  24423. 4,
  24424. 5,
  24425. 6,
  24426. 7,
  24427. 8,
  24428. 9,
  24429. 10,
  24430. 11,
  24431. 12,
  24432. 13,
  24433. 14,
  24434. 15
  24435. ],
  24436. price: 25
  24437. }, {
  24438. id: 76,
  24439. name: "76",
  24440. color: 0,
  24441. colors: [
  24442. 0,
  24443. 1,
  24444. 2,
  24445. 3,
  24446. 4,
  24447. 5,
  24448. 6,
  24449. 7,
  24450. 8,
  24451. 9,
  24452. 10,
  24453. 11,
  24454. 12,
  24455. 13,
  24456. 14,
  24457. 15
  24458. ],
  24459. price: 25
  24460. }, {
  24461. id: 77,
  24462. name: "77",
  24463. color: 0,
  24464. colors: [
  24465. 0,
  24466. 1,
  24467. 2,
  24468. 3,
  24469. 4,
  24470. 5,
  24471. 6,
  24472. 7,
  24473. 8
  24474. ],
  24475. price: 25
  24476. }, {
  24477. id: 78,
  24478. name: "78",
  24479. color: 0,
  24480. colors: [
  24481. 0, 1
  24482. ],
  24483. price: 25
  24484. }, {
  24485. id: 79,
  24486. name: "79",
  24487. color: 0,
  24488. colors: [
  24489. 0,
  24490. 1,
  24491. 2,
  24492. 3,
  24493. 4,
  24494. 5,
  24495. 6,
  24496. 7,
  24497. 8,
  24498. 9,
  24499. 10,
  24500. 11,
  24501. 12,
  24502. 13,
  24503. 14,
  24504. 15
  24505. ],
  24506. price: 25
  24507. }, {
  24508. id: 80,
  24509. name: "80",
  24510. color: 0,
  24511. colors: [
  24512. 0,
  24513. 1,
  24514. 2,
  24515. 3,
  24516. 4,
  24517. 5,
  24518. 6,
  24519. 7,
  24520. 8,
  24521. 9,
  24522. 10,
  24523. 11,
  24524. 12,
  24525. 13,
  24526. 14,
  24527. 15
  24528. ],
  24529. price: 25
  24530. }
  24531. ];
  24532.  
  24533. app.accessories = [
  24534. {
  24535. id: 0,
  24536. name: "0",
  24537. color: 0,
  24538. colors: [
  24539. 0,
  24540. 1,
  24541. 2,
  24542. 3,
  24543. 4,
  24544. 5,
  24545. 6,
  24546. 7,
  24547. 8,
  24548. 9,
  24549. 10,
  24550. 11,
  24551. 12,
  24552. 13,
  24553. 14,
  24554. 15,
  24555. 16,
  24556. 17,
  24557. 18,
  24558. 19,
  24559. 20
  24560. ],
  24561. price: 25
  24562. }, {
  24563. id: 1,
  24564. name: "1",
  24565. color: 0,
  24566. colors: [
  24567. 0,
  24568. 1,
  24569. 2,
  24570. 3,
  24571. 4,
  24572. 5,
  24573. 6,
  24574. 7,
  24575. 8,
  24576. 9,
  24577. 10,
  24578. 11,
  24579. 12,
  24580. 13,
  24581. 14,
  24582. 15,
  24583. 16,
  24584. 17,
  24585. 18,
  24586. 19,
  24587. 20
  24588. ],
  24589. price: 25
  24590. }, {
  24591. id: 2,
  24592. name: "2",
  24593. color: 0,
  24594. colors: [
  24595. 0,
  24596. 1,
  24597. 2,
  24598. 3,
  24599. 4,
  24600. 5,
  24601. 6,
  24602. 7,
  24603. 8,
  24604. 9,
  24605. 10,
  24606. 11,
  24607. 12,
  24608. 13,
  24609. 14,
  24610. 15,
  24611. 16,
  24612. 17,
  24613. 18,
  24614. 19,
  24615. 20
  24616. ],
  24617. price: 25
  24618. }, {
  24619. id: 3,
  24620. name: "3",
  24621. color: 0,
  24622. colors: [
  24623. 0,
  24624. 1,
  24625. 2,
  24626. 3,
  24627. 4,
  24628. 5,
  24629. 6,
  24630. 7,
  24631. 8,
  24632. 9,
  24633. 10,
  24634. 11,
  24635. 12,
  24636. 13,
  24637. 14,
  24638. 15,
  24639. 16,
  24640. 17,
  24641. 18,
  24642. 19,
  24643. 20
  24644. ],
  24645. price: 25
  24646. }, {
  24647. id: 4,
  24648. name: "4",
  24649. color: 0,
  24650. colors: [
  24651. 0,
  24652. 1,
  24653. 2,
  24654. 3,
  24655. 4,
  24656. 5,
  24657. 6,
  24658. 7,
  24659. 8,
  24660. 9,
  24661. 10,
  24662. 11,
  24663. 12,
  24664. 13,
  24665. 14,
  24666. 15,
  24667. 16,
  24668. 17,
  24669. 18,
  24670. 19,
  24671. 20
  24672. ],
  24673. price: 25
  24674. }, {
  24675. id: 5,
  24676. name: "5",
  24677. color: 0,
  24678. colors: [
  24679. 0,
  24680. 1,
  24681. 2,
  24682. 3,
  24683. 4,
  24684. 5,
  24685. 6,
  24686. 7,
  24687. 8,
  24688. 9,
  24689. 10,
  24690. 11,
  24691. 12,
  24692. 13,
  24693. 14,
  24694. 15,
  24695. 16,
  24696. 17,
  24697. 18,
  24698. 19,
  24699. 20
  24700. ],
  24701. price: 25
  24702. }, {
  24703. id: 6,
  24704. name: "6",
  24705. color: 0,
  24706. colors: [
  24707. 0,
  24708. 1,
  24709. 2,
  24710. 3,
  24711. 4,
  24712. 5,
  24713. 6,
  24714. 7,
  24715. 8,
  24716. 9,
  24717. 10,
  24718. 11,
  24719. 12,
  24720. 13,
  24721. 14,
  24722. 15,
  24723. 16,
  24724. 17,
  24725. 18,
  24726. 19,
  24727. 20
  24728. ],
  24729. price: 25
  24730. }, {
  24731. id: 7,
  24732. name: "7",
  24733. color: 0,
  24734. colors: [
  24735. 0,
  24736. 1,
  24737. 2,
  24738. 3,
  24739. 4,
  24740. 5,
  24741. 6,
  24742. 7,
  24743. 8,
  24744. 9,
  24745. 10,
  24746. 11,
  24747. 12,
  24748. 13,
  24749. 14,
  24750. 15,
  24751. 16,
  24752. 17,
  24753. 18,
  24754. 19,
  24755. 20
  24756. ],
  24757. price: 25
  24758. }, {
  24759. id: 8,
  24760. name: "8",
  24761. color: 0,
  24762. colors: [
  24763. 0,
  24764. 1,
  24765. 2,
  24766. 3,
  24767. 4,
  24768. 5,
  24769. 6,
  24770. 7,
  24771. 8,
  24772. 9,
  24773. 10,
  24774. 11,
  24775. 12,
  24776. 13,
  24777. 14,
  24778. 15,
  24779. 16,
  24780. 17,
  24781. 18,
  24782. 19,
  24783. 20
  24784. ],
  24785. price: 25
  24786. }, {
  24787. id: 9,
  24788. name: "9",
  24789. color: 0,
  24790. colors: [
  24791. 0,
  24792. 1,
  24793. 2,
  24794. 3,
  24795. 4,
  24796. 5,
  24797. 6,
  24798. 7,
  24799. 8,
  24800. 9,
  24801. 10,
  24802. 11,
  24803. 12,
  24804. 13,
  24805. 14,
  24806. 15,
  24807. 16,
  24808. 17,
  24809. 18,
  24810. 19,
  24811. 20
  24812. ],
  24813. price: 25
  24814. }, {
  24815. id: 10,
  24816. name: "10",
  24817. color: 0,
  24818. colors: [
  24819. 0,
  24820. 1,
  24821. 2,
  24822. 3,
  24823. 4,
  24824. 5,
  24825. 6,
  24826. 7,
  24827. 8,
  24828. 9,
  24829. 10,
  24830. 11,
  24831. 12,
  24832. 13,
  24833. 14,
  24834. 15,
  24835. 16,
  24836. 17,
  24837. 18,
  24838. 19,
  24839. 20
  24840. ],
  24841. price: 25
  24842. }, {
  24843. id: 11,
  24844. name: "11",
  24845. color: 0,
  24846. colors: [
  24847. 0,
  24848. 1,
  24849. 2,
  24850. 3,
  24851. 4,
  24852. 5,
  24853. 6,
  24854. 7,
  24855. 8,
  24856. 9,
  24857. 10,
  24858. 11,
  24859. 12,
  24860. 13,
  24861. 14,
  24862. 15,
  24863. 16,
  24864. 17,
  24865. 18,
  24866. 19,
  24867. 20
  24868. ],
  24869. price: 25
  24870. }, {
  24871. id: 12,
  24872. name: "12",
  24873. color: 0,
  24874. colors: [
  24875. 0,
  24876. 1,
  24877. 2,
  24878. 3,
  24879. 4,
  24880. 5,
  24881. 6,
  24882. 7,
  24883. 8,
  24884. 9,
  24885. 10,
  24886. 11,
  24887. 12,
  24888. 13,
  24889. 14,
  24890. 15,
  24891. 16,
  24892. 17,
  24893. 18,
  24894. 19,
  24895. 20
  24896. ],
  24897. price: 25
  24898. }, {
  24899. id: 13,
  24900. name: "13",
  24901. color: 0,
  24902. colors: [
  24903. 0,
  24904. 1,
  24905. 2,
  24906. 3,
  24907. 4,
  24908. 5,
  24909. 6,
  24910. 7,
  24911. 8,
  24912. 9,
  24913. 10,
  24914. 11,
  24915. 12,
  24916. 13,
  24917. 14,
  24918. 15,
  24919. 16,
  24920. 17,
  24921. 18,
  24922. 19,
  24923. 20
  24924. ],
  24925. price: 25
  24926. }, {
  24927. id: 14,
  24928. name: "14",
  24929. color: 0,
  24930. colors: [
  24931. 0,
  24932. 1,
  24933. 2,
  24934. 3,
  24935. 4,
  24936. 5,
  24937. 6,
  24938. 7,
  24939. 8,
  24940. 9,
  24941. 10,
  24942. 11,
  24943. 12,
  24944. 13,
  24945. 14,
  24946. 15,
  24947. 16,
  24948. 17,
  24949. 18,
  24950. 19,
  24951. 20
  24952. ],
  24953. price: 25
  24954. }, {
  24955. id: 15,
  24956. name: "15",
  24957. color: 0,
  24958. colors: [
  24959. 0,
  24960. 1,
  24961. 2,
  24962. 3,
  24963. 4,
  24964. 5,
  24965. 6,
  24966. 7,
  24967. 8,
  24968. 9,
  24969. 10,
  24970. 11,
  24971. 12,
  24972. 13,
  24973. 14,
  24974. 15,
  24975. 16,
  24976. 17,
  24977. 18,
  24978. 19,
  24979. 20
  24980. ],
  24981. price: 25
  24982. }, {
  24983. id: 16,
  24984. name: "16",
  24985. color: 0,
  24986. colors: [
  24987. 0,
  24988. 1,
  24989. 2,
  24990. 3,
  24991. 4,
  24992. 5,
  24993. 6,
  24994. 7,
  24995. 8,
  24996. 9,
  24997. 10,
  24998. 11,
  24999. 12,
  25000. 13,
  25001. 14,
  25002. 15,
  25003. 16,
  25004. 17,
  25005. 18,
  25006. 19,
  25007. 20
  25008. ],
  25009. price: 25
  25010. }, {
  25011. id: 17,
  25012. name: "17",
  25013. color: 0,
  25014. colors: [
  25015. 0,
  25016. 1,
  25017. 2,
  25018. 3,
  25019. 4,
  25020. 5,
  25021. 6,
  25022. 7,
  25023. 8,
  25024. 9,
  25025. 10,
  25026. 11,
  25027. 12,
  25028. 13,
  25029. 14,
  25030. 15,
  25031. 16,
  25032. 17,
  25033. 18,
  25034. 19,
  25035. 20
  25036. ],
  25037. price: 25
  25038. }, {
  25039. id: 18,
  25040. name: "18",
  25041. color: 0,
  25042. colors: [
  25043. 0,
  25044. 1,
  25045. 2,
  25046. 3,
  25047. 4,
  25048. 5,
  25049. 6,
  25050. 7,
  25051. 8,
  25052. 9,
  25053. 10,
  25054. 11,
  25055. 12,
  25056. 13,
  25057. 14,
  25058. 15,
  25059. 16,
  25060. 17,
  25061. 18,
  25062. 19,
  25063. 20
  25064. ],
  25065. price: 25
  25066. }, {
  25067. id: 19,
  25068. name: "19",
  25069. color: 0,
  25070. colors: [
  25071. 0,
  25072. 1,
  25073. 2,
  25074. 3,
  25075. 4,
  25076. 5,
  25077. 6,
  25078. 7,
  25079. 8,
  25080. 9,
  25081. 10,
  25082. 11,
  25083. 12,
  25084. 13,
  25085. 14,
  25086. 15,
  25087. 16,
  25088. 17,
  25089. 18,
  25090. 19,
  25091. 20
  25092. ],
  25093. price: 25
  25094. }, {
  25095. id: 20,
  25096. name: "20",
  25097. color: 0,
  25098. colors: [
  25099. 0,
  25100. 1,
  25101. 2,
  25102. 3,
  25103. 4,
  25104. 5,
  25105. 6,
  25106. 7,
  25107. 8,
  25108. 9,
  25109. 10,
  25110. 11,
  25111. 12,
  25112. 13,
  25113. 14,
  25114. 15,
  25115. 16,
  25116. 17,
  25117. 18,
  25118. 19,
  25119. 20
  25120. ],
  25121. price: 25
  25122. }, {
  25123. id: 21,
  25124. name: "21",
  25125. color: 0,
  25126. colors: [
  25127. 0,
  25128. 1,
  25129. 2,
  25130. 3,
  25131. 4,
  25132. 5,
  25133. 6,
  25134. 7,
  25135. 8,
  25136. 9,
  25137. 10,
  25138. 11,
  25139. 12,
  25140. 13,
  25141. 14,
  25142. 15,
  25143. 16,
  25144. 17,
  25145. 18,
  25146. 19,
  25147. 20
  25148. ],
  25149. price: 25
  25150. }, {
  25151. id: 22,
  25152. name: "22",
  25153. color: 0,
  25154. colors: [
  25155. 0,
  25156. 1,
  25157. 2,
  25158. 3,
  25159. 4,
  25160. 5,
  25161. 6,
  25162. 7,
  25163. 8,
  25164. 9,
  25165. 10,
  25166. 11,
  25167. 12,
  25168. 13,
  25169. 14,
  25170. 15,
  25171. 16,
  25172. 17,
  25173. 18,
  25174. 19,
  25175. 20
  25176. ],
  25177. price: 25
  25178. }, {
  25179. id: 23,
  25180. name: "23",
  25181. color: 0,
  25182. colors: [
  25183. 0,
  25184. 1,
  25185. 2,
  25186. 3,
  25187. 4,
  25188. 5,
  25189. 6,
  25190. 7,
  25191. 8,
  25192. 9,
  25193. 10,
  25194. 11,
  25195. 12,
  25196. 13,
  25197. 14,
  25198. 15,
  25199. 16,
  25200. 17,
  25201. 18,
  25202. 19,
  25203. 20
  25204. ],
  25205. price: 25
  25206. }, {
  25207. id: 24,
  25208. name: "24",
  25209. color: 0,
  25210. colors: [
  25211. 0,
  25212. 1,
  25213. 2,
  25214. 3,
  25215. 4,
  25216. 5,
  25217. 6,
  25218. 7,
  25219. 8,
  25220. 9,
  25221. 10,
  25222. 11,
  25223. 12,
  25224. 13,
  25225. 14,
  25226. 15,
  25227. 16,
  25228. 17,
  25229. 18,
  25230. 19,
  25231. 20
  25232. ],
  25233. price: 25
  25234. }, {
  25235. id: 25,
  25236. name: "25",
  25237. color: 0,
  25238. colors: [
  25239. 0,
  25240. 1,
  25241. 2,
  25242. 3,
  25243. 4,
  25244. 5,
  25245. 6,
  25246. 7,
  25247. 8,
  25248. 9,
  25249. 10,
  25250. 11,
  25251. 12,
  25252. 13,
  25253. 14,
  25254. 15,
  25255. 16,
  25256. 17,
  25257. 18,
  25258. 19,
  25259. 20
  25260. ],
  25261. price: 25
  25262. }, {
  25263. id: 26,
  25264. name: "26",
  25265. color: 0,
  25266. colors: [
  25267. 0,
  25268. 1,
  25269. 2,
  25270. 3,
  25271. 4,
  25272. 5,
  25273. 6,
  25274. 7,
  25275. 8,
  25276. 9,
  25277. 10,
  25278. 11,
  25279. 12,
  25280. 13,
  25281. 14,
  25282. 15,
  25283. 16,
  25284. 17,
  25285. 18,
  25286. 19,
  25287. 20
  25288. ],
  25289. price: 25
  25290. }, {
  25291. id: 27,
  25292. name: "27",
  25293. color: 0,
  25294. colors: [
  25295. 0,
  25296. 1,
  25297. 2,
  25298. 3,
  25299. 4,
  25300. 5,
  25301. 6,
  25302. 7,
  25303. 8,
  25304. 9,
  25305. 10,
  25306. 11,
  25307. 12,
  25308. 13,
  25309. 14,
  25310. 15,
  25311. 16,
  25312. 17,
  25313. 18,
  25314. 19,
  25315. 20
  25316. ],
  25317. price: 25
  25318. }, {
  25319. id: 28,
  25320. name: "28",
  25321. color: 0,
  25322. colors: [
  25323. 0,
  25324. 1,
  25325. 2,
  25326. 3,
  25327. 4,
  25328. 5,
  25329. 6,
  25330. 7,
  25331. 8,
  25332. 9,
  25333. 10,
  25334. 11,
  25335. 12,
  25336. 13,
  25337. 14,
  25338. 15,
  25339. 16,
  25340. 17,
  25341. 18,
  25342. 19,
  25343. 20
  25344. ],
  25345. price: 25
  25346. }, {
  25347. id: 29,
  25348. name: "29",
  25349. color: 0,
  25350. colors: [
  25351. 0,
  25352. 1,
  25353. 2,
  25354. 3,
  25355. 4,
  25356. 5,
  25357. 6,
  25358. 7,
  25359. 8,
  25360. 9,
  25361. 10,
  25362. 11,
  25363. 12,
  25364. 13,
  25365. 14,
  25366. 15,
  25367. 16,
  25368. 17,
  25369. 18,
  25370. 19,
  25371. 20
  25372. ],
  25373. price: 25
  25374. }, {
  25375. id: 30,
  25376. name: "30",
  25377. color: 0,
  25378. colors: [
  25379. 0,
  25380. 1,
  25381. 2,
  25382. 3,
  25383. 4,
  25384. 5,
  25385. 6,
  25386. 7,
  25387. 8,
  25388. 9,
  25389. 10,
  25390. 11,
  25391. 12,
  25392. 13,
  25393. 14,
  25394. 15,
  25395. 16,
  25396. 17,
  25397. 18,
  25398. 19,
  25399. 20
  25400. ],
  25401. price: 25
  25402. }, {
  25403. id: 31,
  25404. name: "31",
  25405. color: 0,
  25406. colors: [
  25407. 0,
  25408. 1,
  25409. 2,
  25410. 3,
  25411. 4,
  25412. 5,
  25413. 6,
  25414. 7,
  25415. 8,
  25416. 9,
  25417. 10,
  25418. 11,
  25419. 12,
  25420. 13,
  25421. 14,
  25422. 15,
  25423. 16,
  25424. 17,
  25425. 18,
  25426. 19,
  25427. 20
  25428. ],
  25429. price: 25
  25430. }, {
  25431. id: 32,
  25432. name: "32",
  25433. color: 0,
  25434. colors: [
  25435. 0,
  25436. 1,
  25437. 2,
  25438. 3,
  25439. 4,
  25440. 5,
  25441. 6,
  25442. 7,
  25443. 8,
  25444. 9,
  25445. 10,
  25446. 11,
  25447. 12,
  25448. 13,
  25449. 14,
  25450. 15,
  25451. 16,
  25452. 17,
  25453. 18,
  25454. 19,
  25455. 20
  25456. ],
  25457. price: 25
  25458. }, {
  25459. id: 33,
  25460. name: "33",
  25461. color: 0,
  25462. colors: [
  25463. 0,
  25464. 1,
  25465. 2,
  25466. 3,
  25467. 4,
  25468. 5,
  25469. 6,
  25470. 7,
  25471. 8,
  25472. 9,
  25473. 10,
  25474. 11,
  25475. 12,
  25476. 13,
  25477. 14,
  25478. 15,
  25479. 16,
  25480. 17,
  25481. 18,
  25482. 19,
  25483. 20
  25484. ],
  25485. price: 25
  25486. }, {
  25487. id: 34,
  25488. name: "34",
  25489. color: 0,
  25490. colors: [
  25491. 0,
  25492. 1,
  25493. 2,
  25494. 3,
  25495. 4,
  25496. 5,
  25497. 6,
  25498. 7,
  25499. 8,
  25500. 9,
  25501. 10,
  25502. 11,
  25503. 12,
  25504. 13,
  25505. 14,
  25506. 15,
  25507. 16,
  25508. 17,
  25509. 18,
  25510. 19,
  25511. 20
  25512. ],
  25513. price: 25
  25514. }, {
  25515. id: 35,
  25516. name: "35",
  25517. color: 0,
  25518. colors: [
  25519. 0,
  25520. 1,
  25521. 2,
  25522. 3,
  25523. 4,
  25524. 5,
  25525. 6,
  25526. 7,
  25527. 8,
  25528. 9,
  25529. 10,
  25530. 11,
  25531. 12,
  25532. 13,
  25533. 14,
  25534. 15,
  25535. 16,
  25536. 17,
  25537. 18,
  25538. 19,
  25539. 20
  25540. ],
  25541. price: 25
  25542. }, {
  25543. id: 36,
  25544. name: "36",
  25545. color: 0,
  25546. colors: [
  25547. 0,
  25548. 1,
  25549. 2,
  25550. 3,
  25551. 4,
  25552. 5,
  25553. 6,
  25554. 7,
  25555. 8,
  25556. 9,
  25557. 10,
  25558. 11,
  25559. 12,
  25560. 13,
  25561. 14,
  25562. 15,
  25563. 16,
  25564. 17,
  25565. 18,
  25566. 19,
  25567. 20
  25568. ],
  25569. price: 25
  25570. }, {
  25571. id: 37,
  25572. name: "37",
  25573. color: 0,
  25574. colors: [
  25575. 0,
  25576. 1,
  25577. 2,
  25578. 3,
  25579. 4,
  25580. 5,
  25581. 6,
  25582. 7,
  25583. 8,
  25584. 9,
  25585. 10,
  25586. 11,
  25587. 12,
  25588. 13,
  25589. 14,
  25590. 15,
  25591. 16,
  25592. 17,
  25593. 18,
  25594. 19,
  25595. 20
  25596. ],
  25597. price: 25
  25598. }, {
  25599. id: 38,
  25600. name: "38",
  25601. color: 0,
  25602. colors: [
  25603. 0,
  25604. 1,
  25605. 2,
  25606. 3,
  25607. 4,
  25608. 5,
  25609. 6,
  25610. 7,
  25611. 8,
  25612. 9,
  25613. 10,
  25614. 11,
  25615. 12,
  25616. 13,
  25617. 14,
  25618. 15,
  25619. 16,
  25620. 17,
  25621. 18,
  25622. 19,
  25623. 20
  25624. ],
  25625. price: 25
  25626. }, {
  25627. id: 39,
  25628. name: "39",
  25629. color: 0,
  25630. colors: [
  25631. 0,
  25632. 1,
  25633. 2,
  25634. 3,
  25635. 4,
  25636. 5,
  25637. 6,
  25638. 7,
  25639. 8,
  25640. 9,
  25641. 10,
  25642. 11,
  25643. 12,
  25644. 13,
  25645. 14,
  25646. 15,
  25647. 16,
  25648. 17,
  25649. 18,
  25650. 19,
  25651. 20
  25652. ],
  25653. price: 25
  25654. }, {
  25655. id: 40,
  25656. name: "40",
  25657. color: 0,
  25658. colors: [
  25659. 0,
  25660. 1,
  25661. 2,
  25662. 3,
  25663. 4,
  25664. 5,
  25665. 6,
  25666. 7,
  25667. 8,
  25668. 9,
  25669. 10,
  25670. 11,
  25671. 12,
  25672. 13,
  25673. 14,
  25674. 15,
  25675. 16,
  25676. 17,
  25677. 18,
  25678. 19,
  25679. 20
  25680. ],
  25681. price: 25
  25682. }, {
  25683. id: 41,
  25684. name: "41",
  25685. color: 0,
  25686. colors: [
  25687. 0,
  25688. 1,
  25689. 2,
  25690. 3,
  25691. 4,
  25692. 5,
  25693. 6,
  25694. 7,
  25695. 8,
  25696. 9,
  25697. 10,
  25698. 11,
  25699. 12,
  25700. 13,
  25701. 14,
  25702. 15,
  25703. 16,
  25704. 17,
  25705. 18,
  25706. 19,
  25707. 20
  25708. ],
  25709. price: 25
  25710. }, {
  25711. id: 42,
  25712. name: "42",
  25713. color: 0,
  25714. colors: [
  25715. 0,
  25716. 1,
  25717. 2,
  25718. 3,
  25719. 4,
  25720. 5,
  25721. 6,
  25722. 7,
  25723. 8,
  25724. 9,
  25725. 10,
  25726. 11,
  25727. 12,
  25728. 13,
  25729. 14,
  25730. 15,
  25731. 16,
  25732. 17,
  25733. 18,
  25734. 19,
  25735. 20
  25736. ],
  25737. price: 25
  25738. }, {
  25739. id: 53,
  25740. name: "53",
  25741. color: 0,
  25742. colors: [
  25743. 0,
  25744. 1,
  25745. 2,
  25746. 3,
  25747. 4,
  25748. 5,
  25749. 6,
  25750. 7,
  25751. 8,
  25752. 9,
  25753. 10,
  25754. 11,
  25755. 12,
  25756. 13,
  25757. 14,
  25758. 15,
  25759. 16,
  25760. 17,
  25761. 18,
  25762. 19,
  25763. 20
  25764. ],
  25765. price: 25
  25766. }, {
  25767. id: 54,
  25768. name: "54",
  25769. color: 0,
  25770. colors: [
  25771. 0,
  25772. 1,
  25773. 2,
  25774. 3,
  25775. 4,
  25776. 5,
  25777. 6,
  25778. 7,
  25779. 8,
  25780. 9,
  25781. 10,
  25782. 11,
  25783. 12,
  25784. 13,
  25785. 14,
  25786. 15,
  25787. 16,
  25788. 17,
  25789. 18,
  25790. 19,
  25791. 20
  25792. ],
  25793. price: 25
  25794. }, {
  25795. id: 55,
  25796. name: "55",
  25797. color: 0,
  25798. colors: [
  25799. 0,
  25800. 1,
  25801. 2,
  25802. 3,
  25803. 4,
  25804. 5,
  25805. 6,
  25806. 7,
  25807. 8,
  25808. 9,
  25809. 10,
  25810. 11,
  25811. 12,
  25812. 13,
  25813. 14,
  25814. 15,
  25815. 16,
  25816. 17,
  25817. 18,
  25818. 19,
  25819. 20
  25820. ],
  25821. price: 25
  25822. }, {
  25823. id: 56,
  25824. name: "56",
  25825. color: 0,
  25826. colors: [
  25827. 0,
  25828. 1,
  25829. 2,
  25830. 3,
  25831. 4,
  25832. 5,
  25833. 6,
  25834. 7,
  25835. 8,
  25836. 9,
  25837. 10,
  25838. 11,
  25839. 12,
  25840. 13,
  25841. 14,
  25842. 15,
  25843. 16,
  25844. 17,
  25845. 18,
  25846. 19,
  25847. 20
  25848. ],
  25849. price: 25
  25850. }, {
  25851. id: 57,
  25852. name: "57",
  25853. color: 0,
  25854. colors: [
  25855. 0,
  25856. 1,
  25857. 2,
  25858. 3,
  25859. 4,
  25860. 5,
  25861. 6,
  25862. 7,
  25863. 8,
  25864. 9,
  25865. 10,
  25866. 11,
  25867. 12,
  25868. 13,
  25869. 14,
  25870. 15,
  25871. 16,
  25872. 17,
  25873. 18,
  25874. 19,
  25875. 20
  25876. ],
  25877. price: 25
  25878. }, {
  25879. id: 58,
  25880. name: "58",
  25881. color: 0,
  25882. colors: [
  25883. 0,
  25884. 1,
  25885. 2,
  25886. 3,
  25887. 4,
  25888. 5,
  25889. 6,
  25890. 7,
  25891. 8,
  25892. 9,
  25893. 10,
  25894. 11,
  25895. 12,
  25896. 13,
  25897. 14,
  25898. 15,
  25899. 16,
  25900. 17,
  25901. 18,
  25902. 19,
  25903. 20
  25904. ],
  25905. price: 25
  25906. }, {
  25907. id: 59,
  25908. name: "59",
  25909. color: 0,
  25910. colors: [
  25911. 0,
  25912. 1,
  25913. 2,
  25914. 3,
  25915. 4,
  25916. 5,
  25917. 6,
  25918. 7,
  25919. 8,
  25920. 9,
  25921. 10,
  25922. 11,
  25923. 12,
  25924. 13,
  25925. 14,
  25926. 15,
  25927. 16,
  25928. 17,
  25929. 18,
  25930. 19,
  25931. 20
  25932. ],
  25933. price: 25
  25934. }, {
  25935. id: 60,
  25936. name: "60",
  25937. color: 0,
  25938. colors: [
  25939. 0,
  25940. 1,
  25941. 2,
  25942. 3,
  25943. 4,
  25944. 5,
  25945. 6,
  25946. 7,
  25947. 8,
  25948. 9,
  25949. 10,
  25950. 11,
  25951. 12,
  25952. 13,
  25953. 14,
  25954. 15,
  25955. 16,
  25956. 17,
  25957. 18,
  25958. 19,
  25959. 20
  25960. ],
  25961. price: 25
  25962. }, {
  25963. id: 61,
  25964. name: "61",
  25965. color: 0,
  25966. colors: [
  25967. 0,
  25968. 1,
  25969. 2,
  25970. 3,
  25971. 4,
  25972. 5,
  25973. 6,
  25974. 7,
  25975. 8,
  25976. 9,
  25977. 10,
  25978. 11,
  25979. 12,
  25980. 13,
  25981. 14,
  25982. 15,
  25983. 16,
  25984. 17,
  25985. 18,
  25986. 19,
  25987. 20
  25988. ],
  25989. price: 25
  25990. }, {
  25991. id: 62,
  25992. name: "62",
  25993. color: 0,
  25994. colors: [
  25995. 0,
  25996. 1,
  25997. 2,
  25998. 3,
  25999. 4,
  26000. 5,
  26001. 6,
  26002. 7,
  26003. 8,
  26004. 9,
  26005. 10,
  26006. 11,
  26007. 12,
  26008. 13,
  26009. 14,
  26010. 15,
  26011. 16,
  26012. 17,
  26013. 18,
  26014. 19,
  26015. 20
  26016. ],
  26017. price: 25
  26018. }, {
  26019. id: 63,
  26020. name: "63",
  26021. color: 0,
  26022. colors: [
  26023. 0,
  26024. 1,
  26025. 2,
  26026. 3,
  26027. 4,
  26028. 5,
  26029. 6,
  26030. 7,
  26031. 8,
  26032. 9,
  26033. 10,
  26034. 11,
  26035. 12,
  26036. 13,
  26037. 14,
  26038. 15,
  26039. 16,
  26040. 17,
  26041. 18,
  26042. 19,
  26043. 20
  26044. ],
  26045. price: 25
  26046. }, {
  26047. id: 64,
  26048. name: "64",
  26049. color: 0,
  26050. colors: [
  26051. 0,
  26052. 1,
  26053. 2,
  26054. 3,
  26055. 4,
  26056. 5,
  26057. 6,
  26058. 7,
  26059. 8,
  26060. 9,
  26061. 10,
  26062. 11,
  26063. 12,
  26064. 13,
  26065. 14,
  26066. 15,
  26067. 16,
  26068. 17,
  26069. 18,
  26070. 19,
  26071. 20
  26072. ],
  26073. price: 25
  26074. }, {
  26075. id: 65,
  26076. name: "65",
  26077. color: 0,
  26078. colors: [
  26079. 0,
  26080. 1,
  26081. 2,
  26082. 3,
  26083. 4,
  26084. 5,
  26085. 6,
  26086. 7,
  26087. 8,
  26088. 9,
  26089. 10,
  26090. 11,
  26091. 12,
  26092. 13,
  26093. 14,
  26094. 15,
  26095. 16,
  26096. 17,
  26097. 18,
  26098. 19,
  26099. 20
  26100. ],
  26101. price: 25
  26102. }, {
  26103. id: 66,
  26104. name: "66",
  26105. color: 0,
  26106. colors: [
  26107. 0,
  26108. 1,
  26109. 2,
  26110. 3,
  26111. 4,
  26112. 5,
  26113. 6,
  26114. 7,
  26115. 8,
  26116. 9,
  26117. 10,
  26118. 11,
  26119. 12,
  26120. 13,
  26121. 14,
  26122. 15,
  26123. 16,
  26124. 17,
  26125. 18,
  26126. 19,
  26127. 20
  26128. ],
  26129. price: 25
  26130. }, {
  26131. id: 67,
  26132. name: "67",
  26133. color: 0,
  26134. colors: [
  26135. 0,
  26136. 1,
  26137. 2,
  26138. 3,
  26139. 4,
  26140. 5,
  26141. 6,
  26142. 7,
  26143. 8,
  26144. 9,
  26145. 10,
  26146. 11,
  26147. 12,
  26148. 13,
  26149. 14,
  26150. 15,
  26151. 16,
  26152. 17,
  26153. 18,
  26154. 19,
  26155. 20
  26156. ],
  26157. price: 25
  26158. }, {
  26159. id: 68,
  26160. name: "68",
  26161. color: 0,
  26162. colors: [
  26163. 0,
  26164. 1,
  26165. 2,
  26166. 3,
  26167. 4,
  26168. 5,
  26169. 6,
  26170. 7,
  26171. 8,
  26172. 9,
  26173. 10,
  26174. 11,
  26175. 12,
  26176. 13,
  26177. 14,
  26178. 15,
  26179. 16,
  26180. 17,
  26181. 18,
  26182. 19,
  26183. 20
  26184. ],
  26185. price: 25
  26186. }, {
  26187. id: 69,
  26188. name: "69",
  26189. color: 0,
  26190. colors: [
  26191. 0,
  26192. 1,
  26193. 2,
  26194. 3,
  26195. 4,
  26196. 5,
  26197. 6,
  26198. 7,
  26199. 8,
  26200. 9,
  26201. 10,
  26202. 11,
  26203. 12,
  26204. 13,
  26205. 14,
  26206. 15,
  26207. 16,
  26208. 17,
  26209. 18,
  26210. 19,
  26211. 20
  26212. ],
  26213. price: 25
  26214. }, {
  26215. id: 70,
  26216. name: "70",
  26217. color: 0,
  26218. colors: [
  26219. 0,
  26220. 1,
  26221. 2,
  26222. 3,
  26223. 4,
  26224. 5,
  26225. 6,
  26226. 7,
  26227. 8,
  26228. 9,
  26229. 10,
  26230. 11,
  26231. 12,
  26232. 13,
  26233. 14,
  26234. 15,
  26235. 16,
  26236. 17,
  26237. 18,
  26238. 19,
  26239. 20
  26240. ],
  26241. price: 25
  26242. }, {
  26243. id: 71,
  26244. name: "71",
  26245. color: 0,
  26246. colors: [
  26247. 0,
  26248. 1,
  26249. 2,
  26250. 3,
  26251. 4,
  26252. 5,
  26253. 6,
  26254. 7,
  26255. 8,
  26256. 9,
  26257. 10,
  26258. 11,
  26259. 12,
  26260. 13,
  26261. 14,
  26262. 15,
  26263. 16,
  26264. 17,
  26265. 18,
  26266. 19,
  26267. 20
  26268. ],
  26269. price: 25
  26270. }, {
  26271. id: 72,
  26272. name: "72",
  26273. color: 0,
  26274. colors: [
  26275. 0,
  26276. 1,
  26277. 2,
  26278. 3,
  26279. 4,
  26280. 5,
  26281. 6,
  26282. 7,
  26283. 8,
  26284. 9,
  26285. 10,
  26286. 11,
  26287. 12,
  26288. 13,
  26289. 14,
  26290. 15,
  26291. 16,
  26292. 17,
  26293. 18,
  26294. 19,
  26295. 20
  26296. ],
  26297. price: 25
  26298. }, {
  26299. id: 73,
  26300. name: "73",
  26301. color: 0,
  26302. colors: [
  26303. 0,
  26304. 1,
  26305. 2,
  26306. 3,
  26307. 4,
  26308. 5,
  26309. 6,
  26310. 7,
  26311. 8,
  26312. 9,
  26313. 10,
  26314. 11,
  26315. 12,
  26316. 13,
  26317. 14,
  26318. 15,
  26319. 16,
  26320. 17,
  26321. 18,
  26322. 19,
  26323. 20
  26324. ],
  26325. price: 25
  26326. }, {
  26327. id: 81,
  26328. name: "81",
  26329. color: 0,
  26330. colors: [
  26331. 0,
  26332. 1,
  26333. 2,
  26334. 3,
  26335. 4,
  26336. 5,
  26337. 6,
  26338. 7,
  26339. 8,
  26340. 9,
  26341. 10,
  26342. 11,
  26343. 12,
  26344. 13,
  26345. 14,
  26346. 15,
  26347. 16,
  26348. 17,
  26349. 18,
  26350. 19,
  26351. 20
  26352. ],
  26353. price: 25
  26354. }, {
  26355. id: 82,
  26356. name: "82",
  26357. color: 0,
  26358. colors: [
  26359. 0,
  26360. 1,
  26361. 2,
  26362. 3,
  26363. 4,
  26364. 5,
  26365. 6,
  26366. 7,
  26367. 8,
  26368. 9,
  26369. 10,
  26370. 11,
  26371. 12,
  26372. 13,
  26373. 14,
  26374. 15,
  26375. 16,
  26376. 17,
  26377. 18,
  26378. 19,
  26379. 20
  26380. ],
  26381. price: 25
  26382. }, {
  26383. id: 83,
  26384. name: "83",
  26385. color: 0,
  26386. colors: [
  26387. 0,
  26388. 1,
  26389. 2,
  26390. 3,
  26391. 4,
  26392. 5,
  26393. 6,
  26394. 7,
  26395. 8,
  26396. 9,
  26397. 10,
  26398. 11,
  26399. 12,
  26400. 13,
  26401. 14,
  26402. 15,
  26403. 16,
  26404. 17,
  26405. 18,
  26406. 19,
  26407. 20
  26408. ],
  26409. price: 25
  26410. }, {
  26411. id: 84,
  26412. name: "84",
  26413. color: 0,
  26414. colors: [
  26415. 0,
  26416. 1,
  26417. 2,
  26418. 3,
  26419. 4,
  26420. 5,
  26421. 6,
  26422. 7,
  26423. 8,
  26424. 9,
  26425. 10,
  26426. 11,
  26427. 12,
  26428. 13,
  26429. 14,
  26430. 15,
  26431. 16,
  26432. 17,
  26433. 18,
  26434. 19,
  26435. 20
  26436. ],
  26437. price: 25
  26438. }, {
  26439. id: 85,
  26440. name: "85",
  26441. color: 0,
  26442. colors: [
  26443. 0,
  26444. 1,
  26445. 2,
  26446. 3,
  26447. 4,
  26448. 5,
  26449. 6,
  26450. 7,
  26451. 8,
  26452. 9,
  26453. 10,
  26454. 11,
  26455. 12,
  26456. 13,
  26457. 14,
  26458. 15,
  26459. 16,
  26460. 17,
  26461. 18,
  26462. 19,
  26463. 20
  26464. ],
  26465. price: 25
  26466. }, {
  26467. id: 86,
  26468. name: "86",
  26469. color: 0,
  26470. colors: [
  26471. 0,
  26472. 1,
  26473. 2,
  26474. 3,
  26475. 4,
  26476. 5,
  26477. 6,
  26478. 7,
  26479. 8,
  26480. 9,
  26481. 10,
  26482. 11,
  26483. 12,
  26484. 13,
  26485. 14,
  26486. 15,
  26487. 16,
  26488. 17,
  26489. 18,
  26490. 19,
  26491. 20
  26492. ],
  26493. price: 25
  26494. }, {
  26495. id: 87,
  26496. name: "87",
  26497. color: 0,
  26498. colors: [
  26499. 0,
  26500. 1,
  26501. 2,
  26502. 3,
  26503. 4,
  26504. 5,
  26505. 6,
  26506. 7,
  26507. 8,
  26508. 9,
  26509. 10,
  26510. 11,
  26511. 12,
  26512. 13,
  26513. 14,
  26514. 15,
  26515. 16,
  26516. 17,
  26517. 18,
  26518. 19,
  26519. 20
  26520. ],
  26521. price: 25
  26522. }, {
  26523. id: 88,
  26524. name: "88",
  26525. color: 0,
  26526. colors: [
  26527. 0,
  26528. 1,
  26529. 2,
  26530. 3,
  26531. 4,
  26532. 5,
  26533. 6,
  26534. 7,
  26535. 8,
  26536. 9,
  26537. 10,
  26538. 11,
  26539. 12,
  26540. 13,
  26541. 14,
  26542. 15,
  26543. 16,
  26544. 17,
  26545. 18,
  26546. 19,
  26547. 20
  26548. ],
  26549. price: 25
  26550. }, {
  26551. id: 89,
  26552. name: "89",
  26553. color: 0,
  26554. colors: [
  26555. 0,
  26556. 1,
  26557. 2,
  26558. 3,
  26559. 4,
  26560. 5,
  26561. 6,
  26562. 7,
  26563. 8,
  26564. 9,
  26565. 10,
  26566. 11,
  26567. 12,
  26568. 13,
  26569. 14,
  26570. 15,
  26571. 16,
  26572. 17,
  26573. 18,
  26574. 19,
  26575. 20
  26576. ],
  26577. price: 25
  26578. }, {
  26579. id: 90,
  26580. name: "90",
  26581. color: 0,
  26582. colors: [
  26583. 0,
  26584. 1,
  26585. 2,
  26586. 3,
  26587. 4,
  26588. 5,
  26589. 6,
  26590. 7,
  26591. 8,
  26592. 9,
  26593. 10,
  26594. 11,
  26595. 12,
  26596. 13,
  26597. 14,
  26598. 15,
  26599. 16,
  26600. 17,
  26601. 18,
  26602. 19,
  26603. 20
  26604. ],
  26605. price: 25
  26606. }, {
  26607. id: 91,
  26608. name: "91",
  26609. color: 0,
  26610. colors: [
  26611. 0,
  26612. 1,
  26613. 2,
  26614. 3,
  26615. 4,
  26616. 5,
  26617. 6,
  26618. 7,
  26619. 8,
  26620. 9,
  26621. 10,
  26622. 11,
  26623. 12,
  26624. 13,
  26625. 14,
  26626. 15,
  26627. 16,
  26628. 17,
  26629. 18,
  26630. 19,
  26631. 20
  26632. ],
  26633. price: 25
  26634. }, {
  26635. id: 92,
  26636. name: "92",
  26637. color: 0,
  26638. colors: [
  26639. 0,
  26640. 1,
  26641. 2,
  26642. 3,
  26643. 4,
  26644. 5,
  26645. 6,
  26646. 7,
  26647. 8,
  26648. 9,
  26649. 10,
  26650. 11,
  26651. 12,
  26652. 13,
  26653. 14,
  26654. 15,
  26655. 16,
  26656. 17,
  26657. 18,
  26658. 19,
  26659. 20
  26660. ],
  26661. price: 25
  26662. }, {
  26663. id: 93,
  26664. name: "93",
  26665. color: 0,
  26666. colors: [
  26667. 0,
  26668. 1,
  26669. 2,
  26670. 3,
  26671. 4,
  26672. 5,
  26673. 6,
  26674. 7,
  26675. 8,
  26676. 9,
  26677. 10,
  26678. 11,
  26679. 12,
  26680. 13,
  26681. 14,
  26682. 15,
  26683. 16,
  26684. 17,
  26685. 18,
  26686. 19,
  26687. 20
  26688. ],
  26689. price: 25
  26690. }, {
  26691. id: 94,
  26692. name: "94",
  26693. color: 0,
  26694. colors: [
  26695. 0,
  26696. 1,
  26697. 2,
  26698. 3,
  26699. 4,
  26700. 5,
  26701. 6,
  26702. 7,
  26703. 8,
  26704. 9,
  26705. 10,
  26706. 11,
  26707. 12,
  26708. 13,
  26709. 14,
  26710. 15,
  26711. 16,
  26712. 17,
  26713. 18,
  26714. 19,
  26715. 20
  26716. ],
  26717. price: 25
  26718. }, {
  26719. id: 95,
  26720. name: "95",
  26721. color: 0,
  26722. colors: [
  26723. 0,
  26724. 1,
  26725. 2,
  26726. 3,
  26727. 4,
  26728. 5,
  26729. 6,
  26730. 7,
  26731. 8,
  26732. 9,
  26733. 10,
  26734. 11,
  26735. 12,
  26736. 13,
  26737. 14,
  26738. 15,
  26739. 16,
  26740. 17,
  26741. 18,
  26742. 19,
  26743. 20
  26744. ],
  26745. price: 25
  26746. }, {
  26747. id: 96,
  26748. name: "96",
  26749. color: 0,
  26750. colors: [
  26751. 0,
  26752. 1,
  26753. 2,
  26754. 3,
  26755. 4,
  26756. 5,
  26757. 6,
  26758. 7,
  26759. 8,
  26760. 9,
  26761. 10,
  26762. 11,
  26763. 12,
  26764. 13,
  26765. 14,
  26766. 15,
  26767. 16,
  26768. 17,
  26769. 18,
  26770. 19,
  26771. 20
  26772. ],
  26773. price: 25
  26774. }, {
  26775. id: 97,
  26776. name: "97",
  26777. color: 0,
  26778. colors: [
  26779. 0,
  26780. 1,
  26781. 2,
  26782. 3,
  26783. 4,
  26784. 5,
  26785. 6,
  26786. 7,
  26787. 8,
  26788. 9,
  26789. 10,
  26790. 11,
  26791. 12,
  26792. 13,
  26793. 14,
  26794. 15,
  26795. 16,
  26796. 17,
  26797. 18,
  26798. 19,
  26799. 20
  26800. ],
  26801. price: 25
  26802. }, {
  26803. id: 98,
  26804. name: "98",
  26805. color: 0,
  26806. colors: [
  26807. 0,
  26808. 1,
  26809. 2,
  26810. 3,
  26811. 4,
  26812. 5,
  26813. 6,
  26814. 7,
  26815. 8,
  26816. 9,
  26817. 10,
  26818. 11,
  26819. 12,
  26820. 13,
  26821. 14,
  26822. 15,
  26823. 16,
  26824. 17,
  26825. 18,
  26826. 19,
  26827. 20
  26828. ],
  26829. price: 25
  26830. }, {
  26831. id: 99,
  26832. name: "99",
  26833. color: 0,
  26834. colors: [
  26835. 0,
  26836. 1,
  26837. 2,
  26838. 3,
  26839. 4,
  26840. 5,
  26841. 6,
  26842. 7,
  26843. 8,
  26844. 9,
  26845. 10,
  26846. 11,
  26847. 12,
  26848. 13,
  26849. 14,
  26850. 15,
  26851. 16,
  26852. 17,
  26853. 18,
  26854. 19,
  26855. 20
  26856. ],
  26857. price: 25
  26858. }, {
  26859. id: 100,
  26860. name: "100",
  26861. color: 0,
  26862. colors: [
  26863. 0,
  26864. 1,
  26865. 2,
  26866. 3,
  26867. 4,
  26868. 5,
  26869. 6,
  26870. 7,
  26871. 8,
  26872. 9,
  26873. 10,
  26874. 11,
  26875. 12,
  26876. 13,
  26877. 14,
  26878. 15,
  26879. 16,
  26880. 17,
  26881. 18,
  26882. 19,
  26883. 20
  26884. ],
  26885. price: 25
  26886. }, {
  26887. id: 101,
  26888. name: "101",
  26889. color: 0,
  26890. colors: [
  26891. 0,
  26892. 1,
  26893. 2,
  26894. 3,
  26895. 4,
  26896. 5,
  26897. 6,
  26898. 7,
  26899. 8,
  26900. 9,
  26901. 10,
  26902. 11,
  26903. 12,
  26904. 13,
  26905. 14,
  26906. 15,
  26907. 16,
  26908. 17,
  26909. 18,
  26910. 19,
  26911. 20
  26912. ],
  26913. price: 25
  26914. }
  26915. ];
  26916.  
  26917. app.masks = [
  26918. {
  26919. id: 0,
  26920. name: "0",
  26921. color: 0,
  26922. colors: [0],
  26923. price: 0
  26924. }, {
  26925. id: 1,
  26926. name: "1",
  26927. color: 0,
  26928. colors: [
  26929. 0, 1, 2, 3
  26930. ],
  26931. price: 25
  26932. }, {
  26933. id: 2,
  26934. name: "2",
  26935. color: 0,
  26936. colors: [
  26937. 0, 1, 2, 3
  26938. ],
  26939. price: 25
  26940. }, {
  26941. id: 3,
  26942. name: "3",
  26943. color: 0,
  26944. colors: [0],
  26945. price: 25
  26946. }, {
  26947. id: 4,
  26948. name: "4",
  26949. color: 0,
  26950. colors: [
  26951. 0, 1, 2, 3
  26952. ],
  26953. price: 25
  26954. }, {
  26955. id: 5,
  26956. name: "5",
  26957. color: 0,
  26958. colors: [
  26959. 0, 1, 2, 3
  26960. ],
  26961. price: 25
  26962. }, {
  26963. id: 6,
  26964. name: "6",
  26965. color: 0,
  26966. colors: [
  26967. 0, 1, 2, 3
  26968. ],
  26969. price: 25
  26970. }, {
  26971. id: 7,
  26972. name: "7",
  26973. color: 0,
  26974. colors: [
  26975. 0, 1, 2, 3
  26976. ],
  26977. price: 25
  26978. }, {
  26979. id: 8,
  26980. name: "8",
  26981. color: 0,
  26982. colors: [
  26983. 0, 1, 2
  26984. ],
  26985. price: 25
  26986. }, {
  26987. id: 9,
  26988. name: "9",
  26989. color: 0,
  26990. colors: [0],
  26991. price: 25
  26992. }, {
  26993. id: 10,
  26994. name: "10",
  26995. color: 0,
  26996. colors: [0],
  26997. price: 25
  26998. }, {
  26999. id: 11,
  27000. name: "11",
  27001. color: 0,
  27002. colors: [
  27003. 0, 1, 2
  27004. ],
  27005. price: 25
  27006. }, {
  27007. id: 12,
  27008. name: "12",
  27009. color: 0,
  27010. colors: [
  27011. 0, 1, 2
  27012. ],
  27013. price: 25
  27014. }, {
  27015. id: 13,
  27016. name: "13",
  27017. color: 0,
  27018. colors: [0],
  27019. price: 25
  27020. }, {
  27021. id: 14,
  27022. name: "14",
  27023. color: 0,
  27024. colors: [
  27025. 0,
  27026. 1,
  27027. 2,
  27028. 3,
  27029. 4,
  27030. 5,
  27031. 6,
  27032. 7,
  27033. 8,
  27034. 9,
  27035. 10,
  27036. 11,
  27037. 12,
  27038. 13,
  27039. 14,
  27040. 15
  27041. ],
  27042. price: 25
  27043. }, {
  27044. id: 15,
  27045. name: "15",
  27046. color: 0,
  27047. colors: [
  27048. 0, 1, 2, 3
  27049. ],
  27050. price: 25
  27051. }, {
  27052. id: 16,
  27053. name: "16",
  27054. color: 0,
  27055. colors: [
  27056. 0,
  27057. 1,
  27058. 2,
  27059. 3,
  27060. 4,
  27061. 5,
  27062. 6,
  27063. 7,
  27064. 8
  27065. ],
  27066. price: 25
  27067. }, {
  27068. id: 17,
  27069. name: "17",
  27070. color: 0,
  27071. colors: [
  27072. 0, 1
  27073. ],
  27074. price: 25
  27075. }, {
  27076. id: 18,
  27077. name: "18",
  27078. color: 0,
  27079. colors: [
  27080. 0, 1
  27081. ],
  27082. price: 25
  27083. }, {
  27084. id: 19,
  27085. name: "19",
  27086. color: 0,
  27087. colors: [
  27088. 0, 1
  27089. ],
  27090. price: 25
  27091. }, {
  27092. id: 20,
  27093. name: "20",
  27094. color: 0,
  27095. colors: [
  27096. 0, 1
  27097. ],
  27098. price: 25
  27099. }, {
  27100. id: 21,
  27101. name: "21",
  27102. color: 0,
  27103. colors: [
  27104. 0, 1
  27105. ],
  27106. price: 25
  27107. }, {
  27108. id: 22,
  27109. name: "22",
  27110. color: 0,
  27111. colors: [
  27112. 0, 1
  27113. ],
  27114. price: 25
  27115. }, {
  27116. id: 23,
  27117. name: "23",
  27118. color: 0,
  27119. colors: [
  27120. 0, 1
  27121. ],
  27122. price: 25
  27123. }, {
  27124. id: 24,
  27125. name: "24",
  27126. color: 0,
  27127. colors: [
  27128. 0, 1
  27129. ],
  27130. price: 25
  27131. }, {
  27132. id: 25,
  27133. name: "25",
  27134. color: 0,
  27135. colors: [
  27136. 0, 1
  27137. ],
  27138. price: 25
  27139. }, {
  27140. id: 26,
  27141. name: "26",
  27142. color: 0,
  27143. colors: [
  27144. 0, 1
  27145. ],
  27146. price: 25
  27147. }, {
  27148. id: 27,
  27149. name: "27",
  27150. color: 0,
  27151. colors: [0],
  27152. price: 25
  27153. }, {
  27154. id: 28,
  27155. name: "28",
  27156. color: 0,
  27157. colors: [
  27158. 0, 1, 2, 3, 4
  27159. ],
  27160. price: 25
  27161. }, {
  27162. id: 29,
  27163. name: "29",
  27164. color: 0,
  27165. colors: [
  27166. 0, 1, 2, 3, 4
  27167. ],
  27168. price: 25
  27169. }, {
  27170. id: 30,
  27171. name: "30",
  27172. color: 0,
  27173. colors: [0],
  27174. price: 25
  27175. }, {
  27176. id: 31,
  27177. name: "31",
  27178. color: 0,
  27179. colors: [0],
  27180. price: 25
  27181. }, {
  27182. id: 32,
  27183. name: "32",
  27184. color: 0,
  27185. colors: [0],
  27186. price: 25
  27187. }, {
  27188. id: 33,
  27189. name: "33",
  27190. color: 0,
  27191. colors: [0],
  27192. price: 25
  27193. }, {
  27194. id: 34,
  27195. name: "34",
  27196. color: 0,
  27197. colors: [
  27198. 0, 1, 2
  27199. ],
  27200. price: 25
  27201. }, {
  27202. id: 35,
  27203. name: "35",
  27204. color: 0,
  27205. colors: [0],
  27206. price: 25
  27207. }, {
  27208. id: 36,
  27209. name: "36",
  27210. color: 0,
  27211. colors: [0],
  27212. price: 25
  27213. }, {
  27214. id: 37,
  27215. name: "37",
  27216. color: 0,
  27217. colors: [0],
  27218. price: 25
  27219. }, {
  27220. id: 38,
  27221. name: "38",
  27222. color: 0,
  27223. colors: [0],
  27224. price: 25
  27225. }, {
  27226. id: 39,
  27227. name: "39",
  27228. color: 0,
  27229. colors: [
  27230. 0, 1
  27231. ],
  27232. price: 25
  27233. }, {
  27234. id: 40,
  27235. name: "40",
  27236. color: 0,
  27237. colors: [
  27238. 0, 1
  27239. ],
  27240. price: 25
  27241. }, {
  27242. id: 41,
  27243. name: "41",
  27244. color: 0,
  27245. colors: [
  27246. 0, 1
  27247. ],
  27248. price: 25
  27249. }, {
  27250. id: 42,
  27251. name: "42",
  27252. color: 0,
  27253. colors: [
  27254. 0, 1
  27255. ],
  27256. price: 25
  27257. }, {
  27258. id: 43,
  27259. name: "43",
  27260. color: 0,
  27261. colors: [0],
  27262. price: 25
  27263. }, {
  27264. id: 44,
  27265. name: "44",
  27266. color: 0,
  27267. colors: [0],
  27268. price: 25
  27269. }, {
  27270. id: 45,
  27271. name: "45",
  27272. color: 0,
  27273. colors: [0],
  27274. price: 25
  27275. }, {
  27276. id: 46,
  27277. name: "46",
  27278. color: 0,
  27279. colors: [0],
  27280. price: 25
  27281. }, {
  27282. id: 47,
  27283. name: "47",
  27284. color: 0,
  27285. colors: [
  27286. 0, 1, 2, 3
  27287. ],
  27288. price: 25
  27289. }, {
  27290. id: 48,
  27291. name: "48",
  27292. color: 0,
  27293. colors: [
  27294. 0, 1, 2, 3
  27295. ],
  27296. price: 25
  27297. }, {
  27298. id: 49,
  27299. name: "49",
  27300. color: 0,
  27301. colors: [
  27302. 0,
  27303. 1,
  27304. 2,
  27305. 3,
  27306. 4,
  27307. 5,
  27308. 6,
  27309. 7,
  27310. 8,
  27311. 9,
  27312. 10,
  27313. 11,
  27314. 12,
  27315. 13,
  27316. 14,
  27317. 15,
  27318. 16,
  27319. 17,
  27320. 18,
  27321. 19,
  27322. 20,
  27323. 21,
  27324. 22,
  27325. 23,
  27326. 24,
  27327. 25
  27328. ],
  27329. price: 25
  27330. }, {
  27331. id: 50,
  27332. name: "50",
  27333. color: 0,
  27334. colors: [
  27335. 0,
  27336. 1,
  27337. 2,
  27338. 3,
  27339. 4,
  27340. 5,
  27341. 6,
  27342. 7,
  27343. 8,
  27344. 9
  27345. ],
  27346. price: 25
  27347. }, {
  27348. id: 51,
  27349. name: "51",
  27350. color: 0,
  27351. colors: [
  27352. 0,
  27353. 1,
  27354. 2,
  27355. 3,
  27356. 4,
  27357. 5,
  27358. 6,
  27359. 7,
  27360. 8,
  27361. 9
  27362. ],
  27363. price: 25
  27364. }, {
  27365. id: 52,
  27366. name: "52",
  27367. color: 0,
  27368. colors: [
  27369. 0,
  27370. 1,
  27371. 2,
  27372. 3,
  27373. 4,
  27374. 5,
  27375. 6,
  27376. 7,
  27377. 8,
  27378. 9,
  27379. 10
  27380. ],
  27381. price: 25
  27382. }, {
  27383. id: 53,
  27384. name: "53",
  27385. color: 0,
  27386. colors: [
  27387. 0,
  27388. 1,
  27389. 2,
  27390. 3,
  27391. 4,
  27392. 5,
  27393. 6,
  27394. 7,
  27395. 8
  27396. ],
  27397. price: 25
  27398. }, {
  27399. id: 54,
  27400. name: "54",
  27401. color: 0,
  27402. colors: [
  27403. 0,
  27404. 1,
  27405. 2,
  27406. 3,
  27407. 4,
  27408. 5,
  27409. 6,
  27410. 7,
  27411. 8,
  27412. 9,
  27413. 10
  27414. ],
  27415. price: 25
  27416. }, {
  27417. id: 55,
  27418. name: "55",
  27419. color: 0,
  27420. colors: [
  27421. 0, 1
  27422. ],
  27423. price: 25
  27424. }, {
  27425. id: 56,
  27426. name: "56",
  27427. color: 0,
  27428. colors: [
  27429. 0,
  27430. 1,
  27431. 2,
  27432. 3,
  27433. 4,
  27434. 5,
  27435. 6,
  27436. 7,
  27437. 8
  27438. ],
  27439. price: 25
  27440. }, {
  27441. id: 57,
  27442. name: "57",
  27443. color: 0,
  27444. colors: [
  27445. 0,
  27446. 1,
  27447. 2,
  27448. 3,
  27449. 4,
  27450. 5,
  27451. 6,
  27452. 7,
  27453. 8,
  27454. 9,
  27455. 10,
  27456. 11,
  27457. 12,
  27458. 13,
  27459. 14,
  27460. 15,
  27461. 16,
  27462. 17,
  27463. 18,
  27464. 19,
  27465. 20,
  27466. 21
  27467. ],
  27468. price: 25
  27469. }, {
  27470. id: 58,
  27471. name: "58",
  27472. color: 0,
  27473. colors: [
  27474. 0,
  27475. 1,
  27476. 2,
  27477. 3,
  27478. 4,
  27479. 5,
  27480. 6,
  27481. 7,
  27482. 8,
  27483. 9
  27484. ],
  27485. price: 25
  27486. }, {
  27487. id: 59,
  27488. name: "59",
  27489. color: 0,
  27490. colors: [0],
  27491. price: 25
  27492. }, {
  27493. id: 60,
  27494. name: "60",
  27495. color: 0,
  27496. colors: [
  27497. 0, 1, 2
  27498. ],
  27499. price: 25
  27500. }, {
  27501. id: 61,
  27502. name: "61",
  27503. color: 0,
  27504. colors: [
  27505. 0, 1, 2
  27506. ],
  27507. price: 25
  27508. }, {
  27509. id: 62,
  27510. name: "62",
  27511. color: 0,
  27512. colors: [
  27513. 0, 1, 2
  27514. ],
  27515. price: 25
  27516. }, {
  27517. id: 63,
  27518. name: "63",
  27519. color: 0,
  27520. colors: [
  27521. 0, 1, 2
  27522. ],
  27523. price: 25
  27524. }, {
  27525. id: 64,
  27526. name: "64",
  27527. color: 0,
  27528. colors: [
  27529. 0, 1, 2
  27530. ],
  27531. price: 25
  27532. }, {
  27533. id: 65,
  27534. name: "65",
  27535. color: 0,
  27536. colors: [
  27537. 0, 1, 2
  27538. ],
  27539. price: 25
  27540. }, {
  27541. id: 66,
  27542. name: "66",
  27543. color: 0,
  27544. colors: [
  27545. 0, 1, 2
  27546. ],
  27547. price: 25
  27548. }, {
  27549. id: 67,
  27550. name: "67",
  27551. color: 0,
  27552. colors: [
  27553. 0, 1, 2
  27554. ],
  27555. price: 25
  27556. }, {
  27557. id: 68,
  27558. name: "68",
  27559. color: 0,
  27560. colors: [
  27561. 0, 1, 2
  27562. ],
  27563. price: 25
  27564. }, {
  27565. id: 69,
  27566. name: "69",
  27567. color: 0,
  27568. colors: [
  27569. 0, 1, 2
  27570. ],
  27571. price: 25
  27572. }, {
  27573. id: 70,
  27574. name: "70",
  27575. color: 0,
  27576. colors: [
  27577. 0, 1, 2
  27578. ],
  27579. price: 25
  27580. }, {
  27581. id: 71,
  27582. name: "71",
  27583. color: 0,
  27584. colors: [
  27585. 0, 1, 2
  27586. ],
  27587. price: 25
  27588. }, {
  27589. id: 72,
  27590. name: "72",
  27591. color: 0,
  27592. colors: [
  27593. 0, 1, 2
  27594. ],
  27595. price: 25
  27596. }, {
  27597. id: 73,
  27598. name: "73",
  27599. color: 0,
  27600. colors: [0],
  27601. price: 25
  27602. }, {
  27603. id: 74,
  27604. name: "74",
  27605. color: 0,
  27606. colors: [
  27607. 0, 1, 2
  27608. ],
  27609. price: 25
  27610. }, {
  27611. id: 75,
  27612. name: "75",
  27613. color: 0,
  27614. colors: [
  27615. 0, 1, 2
  27616. ],
  27617. price: 25
  27618. }, {
  27619. id: 76,
  27620. name: "76",
  27621. color: 0,
  27622. colors: [
  27623. 0, 1, 2
  27624. ],
  27625. price: 25
  27626. }, {
  27627. id: 77,
  27628. name: "77",
  27629. color: 0,
  27630. colors: [
  27631. 0,
  27632. 1,
  27633. 2,
  27634. 3,
  27635. 4,
  27636. 5
  27637. ],
  27638. price: 25
  27639. }, {
  27640. id: 78,
  27641. name: "78",
  27642. color: 0,
  27643. colors: [
  27644. 0, 1
  27645. ],
  27646. price: 25
  27647. }, {
  27648. id: 79,
  27649. name: "79",
  27650. color: 0,
  27651. colors: [
  27652. 0, 1, 2
  27653. ],
  27654. price: 25
  27655. }, {
  27656. id: 80,
  27657. name: "80",
  27658. color: 0,
  27659. colors: [
  27660. 0, 1, 2
  27661. ],
  27662. price: 25
  27663. }, {
  27664. id: 81,
  27665. name: "81",
  27666. color: 0,
  27667. colors: [
  27668. 0, 1, 2
  27669. ],
  27670. price: 25
  27671. }, {
  27672. id: 82,
  27673. name: "82",
  27674. color: 0,
  27675. colors: [
  27676. 0, 1, 2
  27677. ],
  27678. price: 25
  27679. }, {
  27680. id: 83,
  27681. name: "83",
  27682. color: 0,
  27683. colors: [
  27684. 0, 1, 2, 3
  27685. ],
  27686. price: 25
  27687. }, {
  27688. id: 84,
  27689. name: "84",
  27690. color: 0,
  27691. colors: [0],
  27692. price: 25
  27693. }, {
  27694. id: 85,
  27695. name: "85",
  27696. color: 0,
  27697. colors: [
  27698. 0, 1, 2
  27699. ],
  27700. price: 25
  27701. }, {
  27702. id: 86,
  27703. name: "86",
  27704. color: 0,
  27705. colors: [
  27706. 0, 1, 2
  27707. ],
  27708. price: 25
  27709. }, {
  27710. id: 87,
  27711. name: "87",
  27712. color: 0,
  27713. colors: [
  27714. 0, 1, 2
  27715. ],
  27716. price: 25
  27717. }, {
  27718. id: 88,
  27719. name: "88",
  27720. color: 0,
  27721. colors: [
  27722. 0, 1, 2
  27723. ],
  27724. price: 25
  27725. }, {
  27726. id: 89,
  27727. name: "89",
  27728. color: 0,
  27729. colors: [
  27730. 0, 1, 2, 3, 4
  27731. ],
  27732. price: 25
  27733. }, {
  27734. id: 90,
  27735. name: "90",
  27736. color: 0,
  27737. colors: [
  27738. 0,
  27739. 1,
  27740. 2,
  27741. 3,
  27742. 4,
  27743. 5,
  27744. 6,
  27745. 7
  27746. ],
  27747. price: 25
  27748. }, {
  27749. id: 91,
  27750. name: "91",
  27751. color: 0,
  27752. colors: [
  27753. 0,
  27754. 1,
  27755. 2,
  27756. 3,
  27757. 4,
  27758. 5,
  27759. 6,
  27760. 7,
  27761. 8,
  27762. 9,
  27763. 10
  27764. ],
  27765. price: 25
  27766. }, {
  27767. id: 92,
  27768. name: "92",
  27769. color: 0,
  27770. colors: [
  27771. 0,
  27772. 1,
  27773. 2,
  27774. 3,
  27775. 4,
  27776. 5
  27777. ],
  27778. price: 25
  27779. }, {
  27780. id: 93,
  27781. name: "93",
  27782. color: 0,
  27783. colors: [
  27784. 0,
  27785. 1,
  27786. 2,
  27787. 3,
  27788. 4,
  27789. 5
  27790. ],
  27791. price: 25
  27792. }, {
  27793. id: 94,
  27794. name: "94",
  27795. color: 0,
  27796. colors: [
  27797. 0,
  27798. 1,
  27799. 2,
  27800. 3,
  27801. 4,
  27802. 5
  27803. ],
  27804. price: 25
  27805. }, {
  27806. id: 95,
  27807. name: "95",
  27808. color: 0,
  27809. colors: [
  27810. 0,
  27811. 1,
  27812. 2,
  27813. 3,
  27814. 4,
  27815. 5,
  27816. 6,
  27817. 7
  27818. ],
  27819. price: 25
  27820. }, {
  27821. id: 96,
  27822. name: "96",
  27823. color: 0,
  27824. colors: [
  27825. 0, 1, 2, 3
  27826. ],
  27827. price: 25
  27828. }, {
  27829. id: 97,
  27830. name: "97",
  27831. color: 0,
  27832. colors: [
  27833. 0,
  27834. 1,
  27835. 2,
  27836. 3,
  27837. 4,
  27838. 5
  27839. ],
  27840. price: 25
  27841. }, {
  27842. id: 98,
  27843. name: "98",
  27844. color: 0,
  27845. colors: [0],
  27846. price: 25
  27847. }, {
  27848. id: 99,
  27849. name: "99",
  27850. color: 0,
  27851. colors: [
  27852. 0,
  27853. 1,
  27854. 2,
  27855. 3,
  27856. 4,
  27857. 5
  27858. ],
  27859. price: 25
  27860. }, {
  27861. id: 100,
  27862. name: "100",
  27863. color: 0,
  27864. colors: [
  27865. 0,
  27866. 1,
  27867. 2,
  27868. 3,
  27869. 4,
  27870. 5
  27871. ],
  27872. price: 25
  27873. }, {
  27874. id: 101,
  27875. name: "101",
  27876. color: 0,
  27877. colors: [
  27878. 0,
  27879. 1,
  27880. 2,
  27881. 3,
  27882. 4,
  27883. 5,
  27884. 6,
  27885. 7,
  27886. 8,
  27887. 9,
  27888. 10,
  27889. 11,
  27890. 12,
  27891. 13,
  27892. 14,
  27893. 15
  27894. ],
  27895. price: 25
  27896. }, {
  27897. id: 102,
  27898. name: "102",
  27899. color: 0,
  27900. colors: [
  27901. 0, 1, 2
  27902. ],
  27903. price: 25
  27904. }, {
  27905. id: 103,
  27906. name: "103",
  27907. color: 0,
  27908. colors: [
  27909. 0,
  27910. 1,
  27911. 2,
  27912. 3,
  27913. 4,
  27914. 5,
  27915. 6,
  27916. 7,
  27917. 8,
  27918. 9,
  27919. 10,
  27920. 11,
  27921. 12,
  27922. 13,
  27923. 14,
  27924. 15,
  27925. 16,
  27926. 17,
  27927. 18,
  27928. 19,
  27929. 20,
  27930. 21,
  27931. 22,
  27932. 23,
  27933. 24,
  27934. 25
  27935. ],
  27936. price: 25
  27937. }, {
  27938. id: 104,
  27939. name: "104",
  27940. color: 0,
  27941. colors: [
  27942. 0,
  27943. 1,
  27944. 2,
  27945. 3,
  27946. 4,
  27947. 5,
  27948. 6,
  27949. 7,
  27950. 8,
  27951. 9,
  27952. 10,
  27953. 11,
  27954. 12,
  27955. 13,
  27956. 14,
  27957. 15,
  27958. 16,
  27959. 17,
  27960. 18,
  27961. 19,
  27962. 20,
  27963. 21,
  27964. 22,
  27965. 23,
  27966. 24,
  27967. 25
  27968. ],
  27969. price: 25
  27970. }, {
  27971. id: 105,
  27972. name: "105",
  27973. color: 0,
  27974. colors: [
  27975. 0,
  27976. 1,
  27977. 2,
  27978. 3,
  27979. 4,
  27980. 5,
  27981. 6,
  27982. 7,
  27983. 8,
  27984. 9,
  27985. 10,
  27986. 11,
  27987. 12,
  27988. 13,
  27989. 14,
  27990. 15,
  27991. 16,
  27992. 17,
  27993. 18,
  27994. 19,
  27995. 20,
  27996. 21,
  27997. 22,
  27998. 23
  27999. ],
  28000. price: 25
  28001. }, {
  28002. id: 106,
  28003. name: "106",
  28004. color: 0,
  28005. colors: [
  28006. 0,
  28007. 1,
  28008. 2,
  28009. 3,
  28010. 4,
  28011. 5,
  28012. 6,
  28013. 7,
  28014. 8,
  28015. 9,
  28016. 10,
  28017. 11,
  28018. 12,
  28019. 13,
  28020. 14,
  28021. 15,
  28022. 16,
  28023. 17,
  28024. 18,
  28025. 19,
  28026. 20,
  28027. 21,
  28028. 22,
  28029. 23,
  28030. 24,
  28031. 25
  28032. ],
  28033. price: 25
  28034. }, {
  28035. id: 107,
  28036. name: "107",
  28037. color: 0,
  28038. colors: [
  28039. 0,
  28040. 1,
  28041. 2,
  28042. 3,
  28043. 4,
  28044. 5,
  28045. 6,
  28046. 7,
  28047. 8,
  28048. 9,
  28049. 10,
  28050. 11,
  28051. 12,
  28052. 13,
  28053. 14,
  28054. 15,
  28055. 16,
  28056. 17,
  28057. 18,
  28058. 19,
  28059. 20,
  28060. 21,
  28061. 22,
  28062. 23
  28063. ],
  28064. price: 25
  28065. }, {
  28066. id: 108,
  28067. name: "108",
  28068. color: 0,
  28069. colors: [
  28070. 0,
  28071. 1,
  28072. 2,
  28073. 3,
  28074. 4,
  28075. 5,
  28076. 6,
  28077. 7,
  28078. 8,
  28079. 9,
  28080. 10,
  28081. 11,
  28082. 12,
  28083. 13,
  28084. 14,
  28085. 15,
  28086. 16,
  28087. 17,
  28088. 18,
  28089. 19,
  28090. 20,
  28091. 21,
  28092. 22,
  28093. 23
  28094. ],
  28095. price: 25
  28096. }, {
  28097. id: 109,
  28098. name: "109",
  28099. color: 0,
  28100. colors: [
  28101. 0,
  28102. 1,
  28103. 2,
  28104. 3,
  28105. 4,
  28106. 5,
  28107. 6,
  28108. 7,
  28109. 8,
  28110. 9,
  28111. 10,
  28112. 11
  28113. ],
  28114. price: 25
  28115. }, {
  28116. id: 110,
  28117. name: "110",
  28118. color: 0,
  28119. colors: [
  28120. 0,
  28121. 1,
  28122. 2,
  28123. 3,
  28124. 4,
  28125. 5,
  28126. 6,
  28127. 7,
  28128. 8,
  28129. 9,
  28130. 10,
  28131. 11,
  28132. 12,
  28133. 13,
  28134. 14,
  28135. 15,
  28136. 16,
  28137. 17,
  28138. 18,
  28139. 19,
  28140. 20,
  28141. 21,
  28142. 22,
  28143. 23,
  28144. 24,
  28145. 25
  28146. ],
  28147. price: 25
  28148. }, {
  28149. id: 111,
  28150. name: "111",
  28151. color: 0,
  28152. colors: [
  28153. 0,
  28154. 1,
  28155. 2,
  28156. 3,
  28157. 4,
  28158. 5,
  28159. 6,
  28160. 7,
  28161. 8,
  28162. 9,
  28163. 10,
  28164. 11,
  28165. 12,
  28166. 13,
  28167. 14,
  28168. 15,
  28169. 16,
  28170. 17,
  28171. 18,
  28172. 19,
  28173. 20,
  28174. 21,
  28175. 22,
  28176. 23,
  28177. 24,
  28178. 25
  28179. ],
  28180. price: 25
  28181. }, {
  28182. id: 112,
  28183. name: "112",
  28184. color: 0,
  28185. colors: [
  28186. 0,
  28187. 1,
  28188. 2,
  28189. 3,
  28190. 4,
  28191. 5,
  28192. 6,
  28193. 7,
  28194. 8,
  28195. 9,
  28196. 10,
  28197. 11,
  28198. 12,
  28199. 13,
  28200. 14,
  28201. 15,
  28202. 16,
  28203. 17,
  28204. 18,
  28205. 19,
  28206. 20,
  28207. 21,
  28208. 22,
  28209. 23,
  28210. 24,
  28211. 25
  28212. ],
  28213. price: 25
  28214. }, {
  28215. id: 113,
  28216. name: "113",
  28217. color: 0,
  28218. colors: [
  28219. 0,
  28220. 1,
  28221. 2,
  28222. 3,
  28223. 4,
  28224. 5,
  28225. 6,
  28226. 7,
  28227. 8,
  28228. 9,
  28229. 10,
  28230. 11,
  28231. 12,
  28232. 13,
  28233. 14,
  28234. 15,
  28235. 16,
  28236. 17,
  28237. 18,
  28238. 19,
  28239. 20,
  28240. 21
  28241. ],
  28242. price: 25
  28243. }, {
  28244. id: 114,
  28245. name: "114",
  28246. color: 0,
  28247. colors: [
  28248. 0,
  28249. 1,
  28250. 2,
  28251. 3,
  28252. 4,
  28253. 5,
  28254. 6,
  28255. 7,
  28256. 8,
  28257. 9,
  28258. 10,
  28259. 11,
  28260. 12,
  28261. 13,
  28262. 14,
  28263. 15,
  28264. 16,
  28265. 17,
  28266. 18,
  28267. 19,
  28268. 20,
  28269. 21,
  28270. 22,
  28271. 23,
  28272. 24,
  28273. 25
  28274. ],
  28275. price: 25
  28276. }, {
  28277. id: 115,
  28278. name: "115",
  28279. color: 0,
  28280. colors: [
  28281. 0,
  28282. 1,
  28283. 2,
  28284. 3,
  28285. 4,
  28286. 5,
  28287. 6,
  28288. 7,
  28289. 8,
  28290. 9,
  28291. 10,
  28292. 11,
  28293. 12,
  28294. 13,
  28295. 14,
  28296. 15,
  28297. 16,
  28298. 17,
  28299. 18,
  28300. 19,
  28301. 20,
  28302. 21,
  28303. 22,
  28304. 23,
  28305. 24,
  28306. 25
  28307. ],
  28308. price: 25
  28309. }, {
  28310. id: 116,
  28311. name: "116",
  28312. color: 0,
  28313. colors: [
  28314. 0,
  28315. 1,
  28316. 2,
  28317. 3,
  28318. 4,
  28319. 5,
  28320. 6,
  28321. 7,
  28322. 8,
  28323. 9,
  28324. 10,
  28325. 11,
  28326. 12,
  28327. 13,
  28328. 14,
  28329. 15,
  28330. 16,
  28331. 17,
  28332. 18,
  28333. 19,
  28334. 20,
  28335. 21,
  28336. 22,
  28337. 23,
  28338. 24,
  28339. 25
  28340. ],
  28341. price: 25
  28342. }, {
  28343. id: 117,
  28344. name: "117",
  28345. color: 0,
  28346. colors: [
  28347. 0,
  28348. 1,
  28349. 2,
  28350. 3,
  28351. 4,
  28352. 5,
  28353. 6,
  28354. 7,
  28355. 8,
  28356. 9,
  28357. 10,
  28358. 11,
  28359. 12,
  28360. 13,
  28361. 14,
  28362. 15,
  28363. 16,
  28364. 17,
  28365. 18,
  28366. 19,
  28367. 20
  28368. ],
  28369. price: 25
  28370. }, {
  28371. id: 118,
  28372. name: "118",
  28373. color: 0,
  28374. colors: [
  28375. 0,
  28376. 1,
  28377. 2,
  28378. 3,
  28379. 4,
  28380. 5,
  28381. 6,
  28382. 7,
  28383. 8,
  28384. 9,
  28385. 10,
  28386. 11,
  28387. 12,
  28388. 13,
  28389. 14,
  28390. 15,
  28391. 16,
  28392. 17,
  28393. 18,
  28394. 19,
  28395. 20,
  28396. 21,
  28397. 22,
  28398. 23,
  28399. 24,
  28400. 25
  28401. ],
  28402. price: 25
  28403. }, {
  28404. id: 119,
  28405. name: "119",
  28406. color: 0,
  28407. colors: [
  28408. 0,
  28409. 1,
  28410. 2,
  28411. 3,
  28412. 4,
  28413. 5,
  28414. 6,
  28415. 7,
  28416. 8,
  28417. 9,
  28418. 10,
  28419. 11,
  28420. 12,
  28421. 13,
  28422. 14,
  28423. 15,
  28424. 16,
  28425. 17,
  28426. 18,
  28427. 19,
  28428. 20,
  28429. 21,
  28430. 22,
  28431. 23,
  28432. 24
  28433. ],
  28434. price: 25
  28435. }, {
  28436. id: 120,
  28437. name: "120",
  28438. color: 0,
  28439. colors: [0],
  28440. price: 25
  28441. }, {
  28442. id: 121,
  28443. name: "121",
  28444. color: 0,
  28445. colors: [0],
  28446. price: 25
  28447. }, {
  28448. id: 122,
  28449. name: "122",
  28450. color: 0,
  28451. colors: [
  28452. 0, 1, 2
  28453. ],
  28454. price: 25
  28455. }, {
  28456. id: 123,
  28457. name: "123",
  28458. color: 0,
  28459. colors: [
  28460. 0,
  28461. 1,
  28462. 2,
  28463. 3,
  28464. 4,
  28465. 5,
  28466. 6,
  28467. 7,
  28468. 8,
  28469. 9,
  28470. 10,
  28471. 11
  28472. ],
  28473. price: 25
  28474. }, {
  28475. id: 124,
  28476. name: "124",
  28477. color: 0,
  28478. colors: [
  28479. 0,
  28480. 1,
  28481. 2,
  28482. 3,
  28483. 4,
  28484. 5,
  28485. 6,
  28486. 7,
  28487. 8,
  28488. 9,
  28489. 10,
  28490. 11,
  28491. 12,
  28492. 13,
  28493. 14,
  28494. 15,
  28495. 16,
  28496. 17,
  28497. 18,
  28498. 19,
  28499. 20,
  28500. 21,
  28501. 22,
  28502. 23
  28503. ],
  28504. price: 25
  28505. }, {
  28506. id: 125,
  28507. name: "125",
  28508. color: 0,
  28509. colors: [
  28510. 0,
  28511. 1,
  28512. 2,
  28513. 3,
  28514. 4,
  28515. 5,
  28516. 6,
  28517. 7,
  28518. 8,
  28519. 9,
  28520. 10,
  28521. 11,
  28522. 12,
  28523. 13,
  28524. 14,
  28525. 15,
  28526. 16,
  28527. 17,
  28528. 18,
  28529. 19,
  28530. 20,
  28531. 21,
  28532. 22,
  28533. 23,
  28534. 24,
  28535. 25
  28536. ],
  28537. price: 25
  28538. }, {
  28539. id: 126,
  28540. name: "126",
  28541. color: 0,
  28542. colors: [
  28543. 0,
  28544. 1,
  28545. 2,
  28546. 3,
  28547. 4,
  28548. 5,
  28549. 6,
  28550. 7,
  28551. 8,
  28552. 9,
  28553. 10,
  28554. 11,
  28555. 12,
  28556. 13,
  28557. 14,
  28558. 15,
  28559. 16,
  28560. 17
  28561. ],
  28562. price: 25
  28563. }, {
  28564. id: 127,
  28565. name: "127",
  28566. color: 0,
  28567. colors: [
  28568. 0, 1, 2, 3
  28569. ],
  28570. price: 25
  28571. }, {
  28572. id: 128,
  28573. name: "128",
  28574. color: 0,
  28575. colors: [
  28576. 0,
  28577. 1,
  28578. 2,
  28579. 3,
  28580. 4,
  28581. 5,
  28582. 6,
  28583. 7,
  28584. 8,
  28585. 9,
  28586. 10,
  28587. 11,
  28588. 12,
  28589. 13,
  28590. 14,
  28591. 15
  28592. ],
  28593. price: 25
  28594. }, {
  28595. id: 129,
  28596. name: "129",
  28597. color: 0,
  28598. colors: [
  28599. 0,
  28600. 1,
  28601. 2,
  28602. 3,
  28603. 4,
  28604. 5,
  28605. 6,
  28606. 7,
  28607. 8,
  28608. 9,
  28609. 10,
  28610. 11,
  28611. 12,
  28612. 13,
  28613. 14,
  28614. 15,
  28615. 16,
  28616. 17
  28617. ],
  28618. price: 25
  28619. }, {
  28620. id: 130,
  28621. name: "130",
  28622. color: 0,
  28623. colors: [
  28624. 0,
  28625. 1,
  28626. 2,
  28627. 3,
  28628. 4,
  28629. 5,
  28630. 6,
  28631. 7,
  28632. 8,
  28633. 9,
  28634. 10,
  28635. 11,
  28636. 12,
  28637. 13,
  28638. 14,
  28639. 15,
  28640. 16,
  28641. 17,
  28642. 18
  28643. ],
  28644. price: 25
  28645. }, {
  28646. id: 131,
  28647. name: "131",
  28648. color: 0,
  28649. colors: [
  28650. 0, 1, 2, 3
  28651. ],
  28652. price: 25
  28653. }, {
  28654. id: 132,
  28655. name: "132",
  28656. color: 0,
  28657. colors: [
  28658. 0,
  28659. 1,
  28660. 2,
  28661. 3,
  28662. 4,
  28663. 5,
  28664. 6,
  28665. 7,
  28666. 8,
  28667. 9,
  28668. 10,
  28669. 11,
  28670. 12,
  28671. 13,
  28672. 14,
  28673. 15,
  28674. 16,
  28675. 17,
  28676. 18,
  28677. 19,
  28678. 20,
  28679. 21,
  28680. 22,
  28681. 23,
  28682. 24,
  28683. 25
  28684. ],
  28685. price: 25
  28686. }, {
  28687. id: 133,
  28688. name: "133",
  28689. color: 0,
  28690. colors: [
  28691. 0,
  28692. 1,
  28693. 2,
  28694. 3,
  28695. 4,
  28696. 5,
  28697. 6,
  28698. 7,
  28699. 8,
  28700. 9,
  28701. 10,
  28702. 11,
  28703. 12,
  28704. 13,
  28705. 14,
  28706. 15,
  28707. 16
  28708. ],
  28709. price: 25
  28710. }, {
  28711. id: 134,
  28712. name: "134",
  28713. color: 0,
  28714. colors: [
  28715. 0,
  28716. 1,
  28717. 2,
  28718. 3,
  28719. 4,
  28720. 5,
  28721. 6,
  28722. 7,
  28723. 8,
  28724. 9,
  28725. 10,
  28726. 11,
  28727. 12,
  28728. 13,
  28729. 14,
  28730. 15,
  28731. 16,
  28732. 17,
  28733. 18,
  28734. 19
  28735. ],
  28736. price: 25
  28737. }, {
  28738. id: 135,
  28739. name: "135",
  28740. color: 0,
  28741. colors: [
  28742. 0,
  28743. 1,
  28744. 2,
  28745. 3,
  28746. 4,
  28747. 5,
  28748. 6,
  28749. 7,
  28750. 8,
  28751. 9,
  28752. 10,
  28753. 11,
  28754. 12,
  28755. 13
  28756. ],
  28757. price: 25
  28758. }, {
  28759. id: 136,
  28760. name: "136",
  28761. color: 0,
  28762. colors: [
  28763. 0,
  28764. 1,
  28765. 2,
  28766. 3,
  28767. 4,
  28768. 5,
  28769. 6,
  28770. 7,
  28771. 8,
  28772. 9,
  28773. 10,
  28774. 11,
  28775. 12,
  28776. 13,
  28777. 14,
  28778. 15
  28779. ],
  28780. price: 25
  28781. }, {
  28782. id: 137,
  28783. name: "137",
  28784. color: 0,
  28785. colors: [
  28786. 0,
  28787. 1,
  28788. 2,
  28789. 3,
  28790. 4,
  28791. 5,
  28792. 6,
  28793. 7
  28794. ],
  28795. price: 25
  28796. }, {
  28797. id: 138,
  28798. name: "138",
  28799. color: 0,
  28800. colors: [
  28801. 0,
  28802. 1,
  28803. 2,
  28804. 3,
  28805. 4,
  28806. 5,
  28807. 6,
  28808. 7,
  28809. 8,
  28810. 9,
  28811. 10,
  28812. 11
  28813. ],
  28814. price: 25
  28815. }, {
  28816. id: 139,
  28817. name: "139",
  28818. color: 0,
  28819. colors: [
  28820. 0,
  28821. 1,
  28822. 2,
  28823. 3,
  28824. 4,
  28825. 5,
  28826. 6,
  28827. 7,
  28828. 8,
  28829. 9,
  28830. 10,
  28831. 11
  28832. ],
  28833. price: 25
  28834. }, {
  28835. id: 140,
  28836. name: "140",
  28837. color: 0,
  28838. colors: [
  28839. 0,
  28840. 1,
  28841. 2,
  28842. 3,
  28843. 4,
  28844. 5,
  28845. 6,
  28846. 7,
  28847. 8,
  28848. 9,
  28849. 10,
  28850. 11
  28851. ],
  28852. price: 25
  28853. }, {
  28854. id: 141,
  28855. name: "141",
  28856. color: 0,
  28857. colors: [
  28858. 0,
  28859. 1,
  28860. 2,
  28861. 3,
  28862. 4,
  28863. 5,
  28864. 6,
  28865. 7,
  28866. 8,
  28867. 9,
  28868. 10,
  28869. 11
  28870. ],
  28871. price: 25
  28872. }, {
  28873. id: 142,
  28874. name: "142",
  28875. color: 0,
  28876. colors: [
  28877. 0,
  28878. 1,
  28879. 2,
  28880. 3,
  28881. 4,
  28882. 5,
  28883. 6,
  28884. 7,
  28885. 8,
  28886. 9,
  28887. 10,
  28888. 11
  28889. ],
  28890. price: 25
  28891. }, {
  28892. id: 143,
  28893. name: "143",
  28894. color: 0,
  28895. colors: [0],
  28896. price: 25
  28897. }, {
  28898. id: 144,
  28899. name: "144",
  28900. color: 0,
  28901. colors: [0],
  28902. price: 25
  28903. }, {
  28904. id: 145,
  28905. name: "145",
  28906. color: 0,
  28907. colors: [0],
  28908. price: 25
  28909. }, {
  28910. id: 146,
  28911. name: "146",
  28912. color: 0,
  28913. colors: [
  28914. 0,
  28915. 1,
  28916. 2,
  28917. 3,
  28918. 4,
  28919. 5,
  28920. 6,
  28921. 7,
  28922. 8,
  28923. 9,
  28924. 10,
  28925. 11,
  28926. 12,
  28927. 13,
  28928. 14,
  28929. 15,
  28930. 16
  28931. ],
  28932. price: 25
  28933. }, {
  28934. id: 147,
  28935. name: "147",
  28936. color: 0,
  28937. colors: [0],
  28938. price: 25
  28939. }
  28940. ];
  28941.  
  28942. app.bags = [
  28943. {
  28944. id: 0,
  28945. name: "0",
  28946. color: 0,
  28947. colors: [
  28948. 0,
  28949. 1,
  28950. 2,
  28951. 3,
  28952. 4,
  28953. 5,
  28954. 6,
  28955. 7,
  28956. 8,
  28957. 9,
  28958. 10,
  28959. 11,
  28960. 12,
  28961. 13,
  28962. 14,
  28963. 15,
  28964. 16,
  28965. 17,
  28966. 18,
  28967. 19,
  28968. 20
  28969. ],
  28970. price: 75
  28971. }, {
  28972. id: 44,
  28973. name: "1",
  28974. color: 0,
  28975. colors: [
  28976. 0,
  28977. 1,
  28978. 2,
  28979. 3,
  28980. 4,
  28981. 5,
  28982. 6,
  28983. 7,
  28984. 8,
  28985. 9,
  28986. 10,
  28987. 11,
  28988. 12,
  28989. 13,
  28990. 14,
  28991. 15,
  28992. 16,
  28993. 17,
  28994. 18,
  28995. 19,
  28996. 20
  28997. ],
  28998. price: 75
  28999. }, {
  29000. id: 45,
  29001. name: "2",
  29002. color: 0,
  29003. colors: [
  29004. 0,
  29005. 1,
  29006. 2,
  29007. 3,
  29008. 4,
  29009. 5,
  29010. 6,
  29011. 7,
  29012. 8,
  29013. 9,
  29014. 10,
  29015. 11,
  29016. 12,
  29017. 13,
  29018. 14,
  29019. 15,
  29020. 16,
  29021. 17,
  29022. 18,
  29023. 19,
  29024. 20
  29025. ],
  29026. price: 75
  29027. }, {
  29028. id: 40,
  29029. name: "3",
  29030. color: 0,
  29031. colors: [
  29032. 0,
  29033. 1,
  29034. 2,
  29035. 3,
  29036. 4,
  29037. 5,
  29038. 6,
  29039. 7,
  29040. 8,
  29041. 9,
  29042. 10,
  29043. 11,
  29044. 12,
  29045. 13,
  29046. 14,
  29047. 15,
  29048. 16,
  29049. 17,
  29050. 18,
  29051. 19,
  29052. 20
  29053. ],
  29054. price: 75
  29055. }, {
  29056. id: 41,
  29057. name: "4",
  29058. color: 0,
  29059. colors: [
  29060. 0,
  29061. 1,
  29062. 2,
  29063. 3,
  29064. 4,
  29065. 5,
  29066. 6,
  29067. 7,
  29068. 8,
  29069. 9,
  29070. 10,
  29071. 11,
  29072. 12,
  29073. 13,
  29074. 14,
  29075. 15,
  29076. 16,
  29077. 17,
  29078. 18,
  29079. 19,
  29080. 20
  29081. ],
  29082. price: 75
  29083. }
  29084. ];
  29085. }
  29086.  
  29087. function loadRusLang() {
  29088. app.titleText = "Магазин одежды";
  29089. app.hatsText = "Головные уборы";
  29090. app.glassesText = "Очки";
  29091. app.topsText = "Верхняя одежда";
  29092. app.legsText = "Брюки";
  29093. app.feetText = "Обувь";
  29094. app.colorText = "Цвет:";
  29095. app.underColorText = "Цвет футболки";
  29096. app.buyText = "Купить";
  29097. app.resetText = "Сбросить все";
  29098. app.exitText = "Выход";
  29099. }
  29100.  
  29101. function loadGerLang() {
  29102. app.titleText = "Bekleidungsgeschäft";
  29103. app.hatsText = "Kopfbedeckungen";
  29104. app.glassesText = "Brillen";
  29105. app.topsText = "Oberbekleidung";
  29106. app.legsText = "Hosen";
  29107. app.feetText = "Schuhe";
  29108. app.colorText = "Farbe:";
  29109. app.underColorText = "T-Shirts Farbe";
  29110. app.buyText = "Kaufen Sie jetzt";
  29111. app.resetText = "Alles zurücksetzen";
  29112. app.exitText = "Beenden";
  29113. }
  29114.  
  29115. function loadBrLang() {
  29116. app.titleText = "Loja de roupas";
  29117. app.hatsText = "Chapéus";
  29118. app.glassesText = "Óculos";
  29119. app.topsText = "Torso";
  29120. app.legsText = "Pernas";
  29121. app.feetText = "Pés";
  29122. app.colorText = "Cor:";
  29123. app.underColorText = "Cor da roupa:";
  29124. app.buyText = "Comprar";
  29125. app.resetText = "Redefinir tudo";
  29126. app.exitText = "Sair";
  29127. }
  29128. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement