Advertisement
Guest User

store.cfg

a guest
Jun 28th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.83 KB | None | 0 0
  1. "Store"
  2. {
  3.  
  4. "Pets"
  5. {
  6. "flag" "a"
  7. "Chicken"
  8. {
  9. "model" "models/chicken/chicken.mdl"
  10. "position" "50.0 0.0 0.0"
  11. "angles" "0.0 0.0 0.0"
  12. "idle" "idle01"
  13. "run" "run01"
  14. "price" "100"
  15. "type" "pet"
  16. }
  17.  
  18. "Chicken Zombie"
  19. {
  20. "model" "models/chicken/chicken_zombie.mdl"
  21. "position" "50.0 0.0 0.0"
  22. "angles" "0.0 0.0 0.0"
  23. "idle" "idle01"
  24. "run" "run01"
  25. "price" "100"
  26. "type" "pet"
  27. }
  28.  
  29. "Crow"
  30. {
  31. "model" "models/crow.mdl"
  32. "position" "50.0 0.0 0.0"
  33. "angles" "0.0 0.0 0.0"
  34. "idle" "Idle01"
  35. "run" "Run"
  36. "unique_id" "crow_running"
  37. "price" "100"
  38. "type" "pet"
  39. }
  40.  
  41. "Crow Flying"
  42. {
  43. "model" "models/crow.mdl"
  44. "position" "50.0 0.0 70.0"
  45. "angles" "0.0 0.0 0.0"
  46. "idle" "Fly01"
  47. "run" "Fly01"
  48. "unique_id" "crow_flying"
  49. "price" "100"
  50. "type" "pet"
  51. }
  52.  
  53. "Pigeon"
  54. {
  55. "model" "models/pigeon.mdl"
  56. "position" "50.0 0.0 0.0"
  57. "angles" "0.0 0.0 0.0"
  58. "idle" "Idle01"
  59. "run" "Run"
  60. "unique_id" "pigeon_running"
  61. "price" "100"
  62. "type" "pet"
  63. }
  64.  
  65. "Pigeon Flying"
  66. {
  67. "model" "models/pigeon.mdl"
  68. "position" "50.0 0.0 70.0"
  69. "angles" "0.0 0.0 0.0"
  70. "idle" "Fly01"
  71. "run" "Fly01"
  72. "unique_id" "pigeon_flying"
  73. "price" "100"
  74. "type" "pet"
  75. }
  76.  
  77. "Seagull"
  78. {
  79. "model" "models/seagull.mdl"
  80. "position" "50.0 0.0 0.0"
  81. "angles" "0.0 0.0 0.0"
  82. "idle" "Idle01"
  83. "run" "Run"
  84. "unique_id" "seagull_running"
  85. "price" "100"
  86. "type" "pet"
  87. }
  88.  
  89. "Seagull Flying"
  90. {
  91. "model" "models/seagull.mdl"
  92. "position" "50.0 0.0 70.0"
  93. "angles" "0.0 0.0 0.0"
  94. "idle" "Fly"
  95. "run" "Fly"
  96. "unique_id" "seagull_flying"
  97. "price" "100"
  98. "type" "pet"
  99. }
  100. }
  101.  
  102.  
  103. "Tracers"
  104. {
  105. "flag" "a"
  106. "Blue"
  107. {
  108. "color" "0 0 125"
  109. "price" "120"
  110. "type" "tracer"
  111. }
  112. "Blue Violet"
  113. {
  114. "color" "138 43 226"
  115. "price" "120"
  116. "type" "tracer"
  117. }
  118. "Cyan"
  119. {
  120. "color" "0 255 125"
  121. "price" "120"
  122. "type" "tracer"
  123. }
  124. "Fire Brick"
  125. {
  126. "color" "178 34 34"
  127. "price" "120"
  128. "type" "tracer"
  129. }
  130. "Fuschia"
  131. {
  132. "color" "125 0 125"
  133. "price" "120"
  134. "type" "tracer"
  135. }
  136. "Gray"
  137. {
  138. "color" "240 240 240"
  139. "price" "120"
  140. "type" "tracer"
  141. }
  142. "Green"
  143. {
  144. "color" "0 125 0"
  145. "price" "120"
  146. "type" "tracer"
  147. }
  148. "Hunter Green"
  149. {
  150. "color" "35 142 35"
  151. "price" "120"
  152. "type" "tracer"
  153. }
  154. "Lawn Green"
  155. {
  156. "color" "124 122 0"
  157. "price" "120"
  158. "type" "tracer"
  159. }
  160. "Olive Brown"
  161. {
  162. "color" "128 125 165"
  163. "price" "120"
  164. "type" "tracer"
  165. }
  166.  
  167. "Orange"
  168. {
  169. "color" "125 77 0"
  170. "price" "120"
  171. "type" "tracer"
  172. }
  173. }
  174.  
  175. "Laser Sight"
  176. {
  177. "flag" "a"
  178. "Blue"
  179. {
  180. "color" "0 0 125"
  181. "price" "120"
  182. "type" "lasersight"
  183. }
  184. "Blue Violet"
  185. {
  186. "color" "138 43 226"
  187. "price" "120"
  188. "type" "lasersight"
  189. }
  190. "Cyan"
  191. {
  192. "color" "0 255 125"
  193. "price" "120"
  194. "type" "lasersight"
  195. }
  196. "Fire Brick"
  197. {
  198. "color" "178 34 34"
  199. "price" "120"
  200. "type" "lasersight"
  201. }
  202. "Fuschia"
  203. {
  204. "color" "125 0 125"
  205. "price" "120"
  206. "type" "lasersight"
  207. }
  208. "Gray"
  209. {
  210. "color" "240 240 240"
  211. "price" "120"
  212. "type" "lasersight"
  213. }
  214. "Green"
  215. {
  216. "color" "0 125 0"
  217. "price" "120"
  218. "type" "lasersight"
  219. }
  220. "Hunter Green"
  221. {
  222. "color" "35 142 35"
  223. "price" "120"
  224. "type" "lasersight"
  225. }
  226. "Lawn Green"
  227. {
  228. "color" "124 122 0"
  229. "price" "120"
  230. "type" "lasersight"
  231. }
  232. "Olive Brown"
  233. {
  234. "color" "128 125 165"
  235. "price" "120"
  236. "type" "lasersight"
  237. }
  238.  
  239. "Orange"
  240. {
  241. "color" "125 77 0"
  242. "price" "120"
  243. "type" "lasersight"
  244. }
  245. }
  246.  
  247. "Player Skins"
  248. {
  249. "flag" "a"
  250. "Terrorists"
  251. {
  252. "Duke Nukem"
  253. {
  254. "model" "models/player/kuristaja/duke4eva/duke/duke.mdl"
  255. "team" "2"
  256. "price" "120"
  257. "type" "playerskin"
  258. }
  259. }
  260.  
  261. "Counter-Terrorists"
  262. {
  263. "Nick"
  264. {
  265. "model" "models/player/techknow/nick/nick.mdl"
  266. "team" "3"
  267. "price" "120"
  268. "type" "playerskin"
  269. }
  270. }
  271. }
  272.  
  273. "Trails"
  274. {
  275. "8Bit Mushroom"
  276. {
  277. "material" "materials/sprites/store/trails/8bitmushroom.vmt"
  278. "price" "300"
  279. "color" "255 255 255 255"
  280. "type" "trail"
  281. }
  282.  
  283. "8Bit Pow"
  284. {
  285. "material" "materials/sprites/store/trails/8bitpow.vmt"
  286. "price" "300"
  287. "color" "255 255 255 255"
  288. "type" "trail"
  289. }
  290.  
  291. "Airforce"
  292. {
  293. "material" "materials/sprites/store/trails/airforce.vmt"
  294. "price" "300"
  295. "color" "255 255 255 255"
  296. "type" "trail"
  297. }
  298.  
  299. "Airforce 2"
  300. {
  301. "material" "materials/sprites/store/trails/airforce2.vmt"
  302. "price" "300"
  303. "color" "255 255 255 255"
  304. "type" "trail"
  305. }
  306.  
  307. "Apple"
  308. {
  309. "material" "materials/sprites/store/trails/apple.vmt"
  310. "price" "300"
  311. "color" "255 255 255 255"
  312. "type" "trail"
  313. }
  314.  
  315. "Arrow Rainbow"
  316. {
  317. "material" "materials/sprites/store/trails/arrowrainbow.vmt"
  318. "price" "300"
  319. "color" "255 255 255 255"
  320. "type" "trail"
  321. }
  322.  
  323. "Arrows"
  324. {
  325. "material" "materials/sprites/store/trails/arrows.vmt"
  326. "price" "300"
  327. "color" "255 255 255 255"
  328. "type" "trail"
  329. }
  330.  
  331. "Assasin"
  332. {
  333. "material" "materials/sprites/store/trails/assasin.vmt"
  334. "price" "300"
  335. "color" "255 255 255 255"
  336. "type" "trail"
  337. }
  338.  
  339. "Awesome"
  340. {
  341. "material" "materials/sprites/store/trails/awesome.vmt"
  342. "price" "300"
  343. "color" "255 255 255 255"
  344. "type" "trail"
  345. }
  346.  
  347. "Awesome Sad"
  348. {
  349. "material" "materials/sprites/store/trails/awesome_sad.vmt"
  350. "price" "300"
  351. "color" "255 255 255 255"
  352. "type" "trail"
  353. }
  354.  
  355. "Awesome Face"
  356. {
  357. "material" "materials/sprites/store/trails/awesomeface.vmt"
  358. "price" "300"
  359. "color" "255 255 255 255"
  360. "type" "trail"
  361. }
  362.  
  363. "Babyand"
  364. {
  365. "material" "materials/sprites/store/trails/babyand.vmt"
  366. "price" "300"
  367. "color" "255 255 255 255"
  368. "type" "trail"
  369. }
  370.  
  371. "Banknote"
  372. {
  373. "material" "materials/sprites/store/trails/banknote.vmt"
  374. "price" "300"
  375. "color" "255 255 255 255"
  376. "type" "trail"
  377. }
  378.  
  379. "Barcalona"
  380. {
  381. "material" "materials/sprites/store/trails/barcalona.vmt"
  382. "price" "300"
  383. "color" "255 255 255 255"
  384. "type" "trail"
  385. }
  386.  
  387. "Batman"
  388. {
  389. "material" "materials/sprites/store/trails/batman.vmt"
  390. "price" "300"
  391. "color" "255 255 255 255"
  392. "type" "trail"
  393. }
  394.  
  395. "Battlefield"
  396. {
  397. "material" "materials/sprites/store/trails/battlefield.vmt"
  398. "price" "300"
  399. "color" "255 255 255 255"
  400. "type" "trail"
  401. }
  402.  
  403. "Beer Mug"
  404. {
  405. "material" "materials/sprites/store/trails/beermug.vmt"
  406. "price" "300"
  407. "color" "255 255 255 255"
  408. "type" "trail"
  409. }
  410.  
  411. "Biohazard"
  412. {
  413. "material" "materials/sprites/store/trails/biohazard.vmt"
  414. "price" "300"
  415. "color" "255 255 255 255"
  416. "type" "trail"
  417. }
  418.  
  419. "Blade"
  420. {
  421. "material" "materials/sprites/store/trails/blade.vmt"
  422. "price" "300"
  423. "color" "255 255 255 255"
  424. "type" "trail"
  425. }
  426.  
  427. "Blue Lightning"
  428. {
  429. "material" "materials/sprites/store/trails/bluelightning.vmt"
  430. "price" "300"
  431. "color" "255 255 255 255"
  432. "type" "trail"
  433. }
  434.  
  435. "BMW Logo"
  436. {
  437. "material" "materials/sprites/store/trails/bmwlogo.vmt"
  438. "price" "300"
  439. "color" "255 255 255 255"
  440. "type" "trail"
  441. }
  442.  
  443. "Bom Bomb"
  444. {
  445. "material" "materials/sprites/store/trails/bombomb.vmt"
  446. "price" "300"
  447. "color" "255 255 255 255"
  448. "type" "trail"
  449. }
  450.  
  451. "Boo"
  452. {
  453. "material" "materials/sprites/store/trails/boo.vmt"
  454. "price" "300"
  455. "color" "255 255 255 255"
  456. "type" "trail"
  457. }
  458.  
  459. "Bullet Bill"
  460. {
  461. "material" "materials/sprites/store/trails/bulletbill.vmt"
  462. "price" "300"
  463. "color" "255 255 255 255"
  464. "type" "trail"
  465. }
  466.  
  467. "Bullets"
  468. {
  469. "material" "materials/sprites/store/trails/bullets.vmt"
  470. "price" "300"
  471. "color" "255 255 255 255"
  472. "type" "trail"
  473. }
  474.  
  475. "Canada Flag"
  476. {
  477. "material" "materials/sprites/store/trails/canadaflag.vmt"
  478. "price" "300"
  479. "color" "255 255 255 255"
  480. "type" "trail"
  481. }
  482.  
  483. "Candies"
  484. {
  485. "material" "materials/sprites/store/trails/candies.vmt"
  486. "price" "300"
  487. "color" "255 255 255 255"
  488. "type" "trail"
  489. }
  490.  
  491. "Ccole"
  492. {
  493. "material" "materials/sprites/store/trails/ccole.vmt"
  494. "price" "300"
  495. "color" "255 255 255 255"
  496. "type" "trail"
  497. }
  498.  
  499. "Cereal-guy"
  500. {
  501. "material" "materials/sprites/store/trails/cereal-guy.vmt"
  502. "price" "300"
  503. "color" "255 255 255 255"
  504. "type" "trail"
  505. }
  506.  
  507. "Challenge"
  508. {
  509. "material" "materials/sprites/store/trails/challenge.vmt"
  510. "price" "300"
  511. "color" "255 255 255 255"
  512. "type" "trail"
  513. }
  514.  
  515. "Chopped Pyro"
  516. {
  517. "material" "materials/sprites/store/trails/chopped_pyro.vmt"
  518. "price" "300"
  519. "color" "255 255 255 255"
  520. "type" "trail"
  521. }
  522.  
  523. "Chris Light"
  524. {
  525. "material" "materials/sprites/store/trails/chrislight.vmt"
  526. "price" "300"
  527. "color" "255 255 255 255"
  528. "type" "trail"
  529. }
  530.  
  531. "Christ Lights"
  532. {
  533. "material" "materials/sprites/store/trails/christlights.vmt"
  534. "price" "300"
  535. "color" "255 255 255 255"
  536. "type" "trail"
  537. }
  538.  
  539. "Coca-Cola"
  540. {
  541. "material" "materials/sprites/store/trails/cocacola.vmt"
  542. "price" "300"
  543. "color" "255 255 255 255"
  544. "type" "trail"
  545. }
  546.  
  547. "Coca-Cola 2"
  548. {
  549. "material" "materials/sprites/store/trails/cocacola2.vmt"
  550. "price" "300"
  551. "color" "255 255 255 255"
  552. "type" "trail"
  553. }
  554.  
  555. "Color Bolt"
  556. {
  557. "material" "materials/sprites/store/trails/colorbolt.vmt"
  558. "price" "300"
  559. "color" "255 255 255 255"
  560. "type" "trail"
  561. }
  562.  
  563. "Cookies"
  564. {
  565. "material" "materials/sprites/store/trails/cookies.vmt"
  566. "price" "300"
  567. "color" "255 255 255 255"
  568. "type" "trail"
  569. }
  570.  
  571. "Cracked Beam"
  572. {
  573. "material" "materials/sprites/store/trails/crackedbeam.vmt"
  574. "price" "300"
  575. "color" "255 255 255 255"
  576. "type" "trail"
  577. }
  578.  
  579. "Creed"
  580. {
  581. "material" "materials/sprites/store/trails/creed.vmt"
  582. "price" "300"
  583. "color" "255 255 255 255"
  584. "type" "trail"
  585. }
  586.  
  587. "Creeper"
  588. {
  589. "material" "materials/sprites/store/trails/creeper.vmt"
  590. "price" "300"
  591. "color" "255 255 255 255"
  592. "type" "trail"
  593. }
  594.  
  595. "Crown"
  596. {
  597. "material" "materials/sprites/store/trails/crown.vmt"
  598. "price" "300"
  599. "color" "255 255 255 255"
  600. "type" "trail"
  601. }
  602.  
  603. "Damnim Good"
  604. {
  605. "material" "materials/sprites/store/trails/damnimgood.vmt"
  606. "price" "300"
  607. "color" "255 255 255 255"
  608. "type" "trail"
  609. }
  610.  
  611. "Danish Flag"
  612. {
  613. "material" "materials/sprites/store/trails/danishflag.vmt"
  614. "price" "300"
  615. "color" "255 255 255 255"
  616. "type" "trail"
  617. }
  618.  
  619. "Dark Knight"
  620. {
  621. "material" "materials/sprites/store/trails/darkknight.vmt"
  622. "price" "300"
  623. "color" "255 255 255 255"
  624. "type" "trail"
  625. }
  626.  
  627. "Deadmau5"
  628. {
  629. "material" "materials/sprites/store/trails/deadmau5.vmt"
  630. "price" "300"
  631. "color" "255 255 255 255"
  632. "type" "trail"
  633. }
  634.  
  635. "Deadmau5 2"
  636. {
  637. "material" "materials/sprites/store/trails/deadmau52.vmt"
  638. "price" "300"
  639. "color" "255 255 255 255"
  640. "type" "trail"
  641. }
  642.  
  643. "Deadmau5 3"
  644. {
  645. "material" "materials/sprites/store/trails/deadmau53.vmt"
  646. "price" "300"
  647. "color" "255 255 255 255"
  648. "type" "trail"
  649. }
  650.  
  651. "Deadmau5 4"
  652. {
  653. "material" "materials/sprites/store/trails/deadmau54.vmt"
  654. "price" "300"
  655. "color" "255 255 255 255"
  656. "type" "trail"
  657. }
  658.  
  659. "Dead Pool"
  660. {
  661. "material" "materials/sprites/store/trails/deadpool.vmt"
  662. "price" "300"
  663. "color" "255 255 255 255"
  664. "type" "trail"
  665. }
  666.  
  667. "Dirt"
  668. {
  669. "material" "materials/sprites/store/trails/dirt.vmt"
  670. "price" "300"
  671. "color" "255 255 255 255"
  672. "type" "trail"
  673. }
  674.  
  675. "Disorder Dragon"
  676. {
  677. "material" "materials/sprites/store/trails/disorderdragonv2.vmt"
  678. "price" "300"
  679. "color" "255 255 255 255"
  680. "type" "trail"
  681. }
  682.  
  683. "Disorder Logo"
  684. {
  685. "material" "materials/sprites/store/trails/disorderlogo2.vmt"
  686. "price" "300"
  687. "color" "255 255 255 255"
  688. "type" "trail"
  689. }
  690.  
  691. "Disorder Text"
  692. {
  693. "material" "materials/sprites/store/trails/disordertext10.vmt"
  694. "price" "300"
  695. "color" "255 255 255 255"
  696. "type" "trail"
  697. }
  698.  
  699. "DNA 2"
  700. {
  701. "material" "materials/sprites/store/trails/dna2.vmt"
  702. "price" "300"
  703. "color" "255 255 255 255"
  704. "type" "trail"
  705. }
  706.  
  707. "Dollars"
  708. {
  709. "material" "materials/sprites/store/trails/dollars.vmt"
  710. "price" "300"
  711. "color" "255 255 255 255"
  712. "type" "trail"
  713. }
  714.  
  715. "Donuts"
  716. {
  717. "material" "materials/sprites/store/trails/donuts.vmt"
  718. "price" "300"
  719. "color" "255 255 255 255"
  720. "type" "trail"
  721. }
  722.  
  723. "Double Rainbow"
  724. {
  725. "material" "materials/sprites/store/trails/doublerainbow.vmt"
  726. "price" "300"
  727. "color" "255 255 255 255"
  728. "type" "trail"
  729. }
  730.  
  731. "Dragon"
  732. {
  733. "material" "materials/sprites/store/trails/dragon.vmt"
  734. "price" "300"
  735. "color" "255 255 255 255"
  736. "type" "trail"
  737. }
  738.  
  739. "Dragon Disorder"
  740. {
  741. "material" "materials/sprites/store/trails/dragondisorder.vmt"
  742. "price" "300"
  743. "color" "255 255 255 255"
  744. "type" "trail"
  745. }
  746.  
  747. "EA Fifa"
  748. {
  749. "material" "materials/sprites/store/trails/eafifa.vmt"
  750. "price" "300"
  751. "color" "255 255 255 255"
  752. "type" "trail"
  753. }
  754.  
  755. "EA Logo"
  756. {
  757. "material" "materials/sprites/store/trails/ealogo.vmt"
  758. "price" "300"
  759. "color" "255 255 255 255"
  760. "type" "trail"
  761. }
  762.  
  763. "Earth"
  764. {
  765. "material" "materials/sprites/store/trails/earth.vmt"
  766. "price" "300"
  767. "color" "255 255 255 255"
  768. "type" "trail"
  769. }
  770.  
  771. "Energy"
  772. {
  773. "material" "materials/sprites/store/trails/energy.vmt"
  774. "price" "300"
  775. "color" "255 255 255 255"
  776. "type" "trail"
  777. }
  778.  
  779. "Energyball"
  780. {
  781. "material" "materials/sprites/store/trails/energyball.vmt"
  782. "price" "300"
  783. "color" "255 255 255 255"
  784. "type" "trail"
  785. }
  786.  
  787. "Epicsax"
  788. {
  789. "material" "materials/sprites/store/trails/epicsax.vmt"
  790. "price" "300"
  791. "color" "255 255 255 255"
  792. "type" "trail"
  793. }
  794.  
  795. "Facebook Icon"
  796. {
  797. "material" "materials/sprites/store/trails/facebookicon.vmt"
  798. "price" "300"
  799. "color" "255 255 255 255"
  800. "type" "trail"
  801. }
  802.  
  803. "Fap Face"
  804. {
  805. "material" "materials/sprites/store/trails/fapface.vmt"
  806. "price" "300"
  807. "color" "255 255 255 255"
  808. "type" "trail"
  809. }
  810.  
  811. "Faxekondi"
  812. {
  813. "material" "materials/sprites/store/trails/faxekondi.vmt"
  814. "price" "300"
  815. "color" "255 255 255 255"
  816. "type" "trail"
  817. }
  818.  
  819. "Ferrari"
  820. {
  821. "material" "materials/sprites/store/trails/ferrari.vmt"
  822. "price" "300"
  823. "color" "255 255 255 255"
  824. "type" "trail"
  825. }
  826.  
  827. "Fire"
  828. {
  829. "material" "materials/sprites/store/trails/fire.vmt"
  830. "price" "300"
  831. "color" "255 255 255 255"
  832. "type" "trail"
  833. }
  834.  
  835. "Fire 2"
  836. {
  837. "material" "materials/sprites/store/trails/fire1.vmt"
  838. "price" "300"
  839. "color" "255 255 255 255"
  840. "type" "trail"
  841. }
  842.  
  843. "Firefox"
  844. {
  845. "material" "materials/sprites/store/trails/firefox.vmt"
  846. "price" "300"
  847. "color" "255 255 255 255"
  848. "type" "trail"
  849. }
  850.  
  851. "Fireman"
  852. {
  853. "material" "materials/sprites/store/trails/fireman.vmt"
  854. "price" "300"
  855. "color" "255 255 255 255"
  856. "type" "trail"
  857. }
  858.  
  859. "Footprint"
  860. {
  861. "material" "materials/sprites/store/trails/footprint.vmt"
  862. "price" "300"
  863. "color" "255 255 255 255"
  864. "type" "trail"
  865. }
  866.  
  867. "Forever Alone"
  868. {
  869. "material" "materials/sprites/store/trails/foreveralone.vmt"
  870. "price" "300"
  871. "color" "255 255 255 255"
  872. "type" "trail"
  873. }
  874.  
  875. "Fuu 1"
  876. {
  877. "material" "materials/sprites/store/trails/fuu1.vmt"
  878. "price" "300"
  879. "color" "255 255 255 255"
  880. "type" "trail"
  881. }
  882.  
  883. "Fuu 2"
  884. {
  885. "material" "materials/sprites/store/trails/fuu2.vmt"
  886. "price" "300"
  887. "color" "255 255 255 255"
  888. "type" "trail"
  889. }
  890.  
  891. "Fuck Yeah"
  892. {
  893. "material" "materials/sprites/store/trails/fyeah.vmt"
  894. "price" "300"
  895. "color" "255 255 255 255"
  896. "type" "trail"
  897. }
  898.  
  899. "German Flag"
  900. {
  901. "material" "materials/sprites/store/trails/germanflag.vmt"
  902. "price" "300"
  903. "color" "255 255 255 255"
  904. "type" "trail"
  905. }
  906.  
  907. "Google Chrome"
  908. {
  909. "material" "materials/sprites/store/trails/googlechrome.vmt"
  910. "price" "300"
  911. "color" "255 255 255 255"
  912. "type" "trail"
  913. }
  914.  
  915. "Goomba"
  916. {
  917. "material" "materials/sprites/store/trails/goomba.vmt"
  918. "price" "300"
  919. "color" "255 255 255 255"
  920. "type" "trail"
  921. }
  922.  
  923. "Grenade"
  924. {
  925. "material" "materials/sprites/store/trails/grenade.vmt"
  926. "price" "300"
  927. "color" "255 255 255 255"
  928. "type" "trail"
  929. }
  930.  
  931. "Gummybears"
  932. {
  933. "material" "materials/sprites/store/trails/gummybears.vmt"
  934. "price" "300"
  935. "color" "255 255 255 255"
  936. "type" "trail"
  937. }
  938.  
  939. "Gusta"
  940. {
  941. "material" "materials/sprites/store/trails/gusta.vmt"
  942. "price" "300"
  943. "color" "255 255 255 255"
  944. "type" "trail"
  945. }
  946.  
  947. "Half-Life"
  948. {
  949. "material" "materials/sprites/store/trails/halflife.vmt"
  950. "price" "300"
  951. "color" "255 255 255 255"
  952. "type" "trail"
  953. }
  954.  
  955. "Handgun"
  956. {
  957. "material" "materials/sprites/store/trails/handgun.vmt"
  958. "price" "300"
  959. "color" "255 255 255 255"
  960. "type" "trail"
  961. }
  962.  
  963. "Headshot"
  964. {
  965. "material" "materials/sprites/store/trails/headshot.vmt"
  966. "price" "300"
  967. "color" "255 255 255 255"
  968. "type" "trail"
  969. }
  970.  
  971. "Heart"
  972. {
  973. "material" "materials/sprites/store/trails/heart.vmt"
  974. "price" "300"
  975. "color" "255 255 255 255"
  976. "type" "trail"
  977. }
  978.  
  979. "Hello Kitty"
  980. {
  981. "material" "materials/sprites/store/trails/hellokitty.vmt"
  982. "price" "300"
  983. "color" "255 255 255 255"
  984. "type" "trail"
  985. }
  986.  
  987. "Hex"
  988. {
  989. "material" "materials/sprites/store/trails/hex.vmt"
  990. "price" "300"
  991. "color" "255 255 255 255"
  992. "type" "trail"
  993. }
  994.  
  995. "Hypnotic"
  996. {
  997. "material" "materials/sprites/store/trails/hypnotic.vmt"
  998. "price" "300"
  999. "color" "255 255 255 255"
  1000. "type" "trail"
  1001. }
  1002.  
  1003. "Hypnotoad"
  1004. {
  1005. "material" "materials/sprites/store/trails/hypnotoad.vmt"
  1006. "price" "300"
  1007. "color" "255 255 255 255"
  1008. "type" "trail"
  1009. }
  1010.  
  1011. "Ice"
  1012. {
  1013. "material" "materials/sprites/store/trails/ice.vmt"
  1014. "price" "300"
  1015. "color" "255 255 255 255"
  1016. "type" "trail"
  1017. }
  1018.  
  1019. "Ice 2"
  1020. {
  1021. "material" "materials/sprites/store/trails/ice1.vmt"
  1022. "price" "300"
  1023. "color" "255 255 255 255"
  1024. "type" "trail"
  1025. }
  1026.  
  1027. "Icloud"
  1028. {
  1029. "material" "materials/sprites/store/trails/icloud.vmt"
  1030. "price" "300"
  1031. "color" "255 255 255 255"
  1032. "type" "trail"
  1033. }
  1034.  
  1035. "Invisible Bike"
  1036. {
  1037. "material" "materials/sprites/store/trails/invisible_bike.vmt"
  1038. "price" "300"
  1039. "color" "255 255 255 255"
  1040. "type" "trail"
  1041. }
  1042.  
  1043. "Jackass"
  1044. {
  1045. "material" "materials/sprites/store/trails/jackass.vmt"
  1046. "price" "300"
  1047. "color" "255 255 255 255"
  1048. "type" "trail"
  1049. }
  1050.  
  1051. "Jester"
  1052. {
  1053. "material" "materials/sprites/store/trails/jester.vmt"
  1054. "price" "300"
  1055. "color" "255 255 255 255"
  1056. "type" "trail"
  1057. }
  1058.  
  1059. "Kaleido Scope"
  1060. {
  1061. "material" "materials/sprites/store/trails/kaleidoscope.vmt"
  1062. "price" "300"
  1063. "color" "255 255 255 255"
  1064. "type" "trail"
  1065. }
  1066.  
  1067. "Kingdom Hearts"
  1068. {
  1069. "material" "materials/sprites/store/trails/kingdomhearts.vmt"
  1070. "price" "300"
  1071. "color" "255 255 255 255"
  1072. "type" "trail"
  1073. }
  1074.  
  1075. "Kirby"
  1076. {
  1077. "material" "materials/sprites/store/trails/kirby.vmt"
  1078. "price" "300"
  1079. "color" "255 255 255 255"
  1080. "type" "trail"
  1081. }
  1082.  
  1083. "Latvia"
  1084. {
  1085. "material" "materials/sprites/store/trails/latvia.vmt"
  1086. "price" "300"
  1087. "color" "255 255 255 255"
  1088. "type" "trail"
  1089. }
  1090.  
  1091. "Leaves"
  1092. {
  1093. "material" "materials/sprites/store/trails/leaves.vmt"
  1094. "price" "300"
  1095. "color" "255 255 255 255"
  1096. "type" "trail"
  1097. }
  1098.  
  1099. "Leaves 2"
  1100. {
  1101. "material" "materials/sprites/store/trails/leaves1.vmt"
  1102. "price" "300"
  1103. "color" "255 255 255 255"
  1104. "type" "trail"
  1105. }
  1106.  
  1107. "Leaves 3"
  1108. {
  1109. "material" "materials/sprites/store/trails/leaves2.vmt"
  1110. "price" "300"
  1111. "color" "255 255 255 255"
  1112. "type" "trail"
  1113. }
  1114.  
  1115. "Leaves 4"
  1116. {
  1117. "material" "materials/sprites/store/trails/leaves21.vmt"
  1118. "price" "300"
  1119. "color" "255 255 255 255"
  1120. "type" "trail"
  1121. }
  1122.  
  1123. "Lightning 2"
  1124. {
  1125. "material" "materials/sprites/store/trails/lightning2.vmt"
  1126. "price" "300"
  1127. "color" "255 255 255 255"
  1128. "type" "trail"
  1129. }
  1130.  
  1131. "Lightning 3"
  1132. {
  1133. "material" "materials/sprites/store/trails/lightning3.vmt"
  1134. "price" "300"
  1135. "color" "255 255 255 255"
  1136. "type" "trail"
  1137. }
  1138.  
  1139. "Lightspeed"
  1140. {
  1141. "material" "materials/sprites/store/trails/lightspeed.vmt"
  1142. "price" "300"
  1143. "color" "255 255 255 255"
  1144. "type" "trail"
  1145. }
  1146.  
  1147. "Lightwave"
  1148. {
  1149. "material" "materials/sprites/store/trails/lightwave.vmt"
  1150. "price" "300"
  1151. "color" "255 255 255 255"
  1152. "type" "trail"
  1153. }
  1154.  
  1155. "LOL"
  1156. {
  1157. "material" "materials/sprites/store/trails/lol.vmt"
  1158. "price" "300"
  1159. "color" "255 255 255 255"
  1160. "type" "trail"
  1161. }
  1162.  
  1163. "LOL Guy"
  1164. {
  1165. "material" "materials/sprites/store/trails/lolguy.vmt"
  1166. "price" "300"
  1167. "color" "255 255 255 255"
  1168. "type" "trail"
  1169. }
  1170.  
  1171. "Mario"
  1172. {
  1173. "material" "materials/sprites/store/trails/mario.vmt"
  1174. "price" "300"
  1175. "color" "255 255 255 255"
  1176. "type" "trail"
  1177. }
  1178.  
  1179. "Masterchief"
  1180. {
  1181. "material" "materials/sprites/store/trails/masterchief.vmt"
  1182. "price" "300"
  1183. "color" "255 255 255 255"
  1184. "type" "trail"
  1185. }
  1186.  
  1187.  
  1188. "Mcdonalds"
  1189. {
  1190. "material" "materials/sprites/store/trails/mcdonald.vmt"
  1191. "price" "300"
  1192. "color" "255 255 255 255"
  1193. "type" "trail"
  1194. }
  1195.  
  1196. "Medic"
  1197. {
  1198. "material" "materials/sprites/store/trails/medic.vmt"
  1199. "price" "300"
  1200. "color" "255 255 255 255"
  1201. "type" "trail"
  1202. }
  1203.  
  1204. "Metallic"
  1205. {
  1206. "material" "materials/sprites/store/trails/metallic.vmt"
  1207. "price" "300"
  1208. "color" "255 255 255 255"
  1209. "type" "trail"
  1210. }
  1211.  
  1212. "Metal Skull"
  1213. {
  1214. "material" "materials/sprites/store/trails/metalskull.vmt"
  1215. "price" "300"
  1216. "color" "255 255 255 255"
  1217. "type" "trail"
  1218. }
  1219.  
  1220. "Metroid"
  1221. {
  1222. "material" "materials/sprites/store/trails/metroid.vmt"
  1223. "price" "300"
  1224. "color" "255 255 255 255"
  1225. "type" "trail"
  1226. }
  1227.  
  1228. "Micky Mouse"
  1229. {
  1230. "material" "materials/sprites/store/trails/mickymouse.vmt"
  1231. "price" "300"
  1232. "color" "255 255 255 255"
  1233. "type" "trail"
  1234. }
  1235.  
  1236. "Minecraft"
  1237. {
  1238. "material" "materials/sprites/store/trails/minecraft.vmt"
  1239. "price" "300"
  1240. "color" "255 255 255 255"
  1241. "type" "trail"
  1242. }
  1243.  
  1244. "Moneybag"
  1245. {
  1246. "material" "materials/sprites/store/trails/moneybag.vmt"
  1247. "price" "300"
  1248. "color" "255 255 255 255"
  1249. "type" "trail"
  1250. }
  1251.  
  1252. "mtvlogo"
  1253. {
  1254. "material" "materials/sprites/store/trails/mtvlogo.vmt"
  1255. "price" "300"
  1256. "color" "255 255 255 255"
  1257. "type" "trail"
  1258. }
  1259.  
  1260. "Mudkip"
  1261. {
  1262. "material" "materials/sprites/store/trails/mudkip.vmt"
  1263. "price" "300"
  1264. "color" "255 255 255 255"
  1265. "type" "trail"
  1266. }
  1267.  
  1268. "Mushroom"
  1269. {
  1270. "material" "materials/sprites/store/trails/mushroom.vmt"
  1271. "price" "300"
  1272. "color" "255 255 255 255"
  1273. "type" "trail"
  1274. }
  1275.  
  1276. "Mushroom 2"
  1277. {
  1278. "material" "materials/sprites/store/trails/mushroom2.vmt"
  1279. "price" "300"
  1280. "color" "255 255 255 255"
  1281. "type" "trail"
  1282. }
  1283.  
  1284. "Nevergup"
  1285. {
  1286. "material" "materials/sprites/store/trails/nevergup.vmt"
  1287. "price" "300"
  1288. "color" "255 255 255 255"
  1289. "type" "trail"
  1290. }
  1291.  
  1292. "Nyan"
  1293. {
  1294. "material" "materials/sprites/store/trails/nyan.vmt"
  1295. "price" "300"
  1296. "color" "255 255 255 255"
  1297. "type" "trail"
  1298. }
  1299.  
  1300. "Ocarina"
  1301. {
  1302. "material" "materials/sprites/store/trails/ocarina.vmt"
  1303. "price" "300"
  1304. "color" "255 255 255 255"
  1305. "type" "trail"
  1306. }
  1307.  
  1308. "Okami"
  1309. {
  1310. "material" "materials/sprites/store/trails/okami.vmt"
  1311. "price" "300"
  1312. "color" "255 255 255 255"
  1313. "type" "trail"
  1314. }
  1315.  
  1316. "Okay Guy"
  1317. {
  1318. "material" "materials/sprites/store/trails/okayguy.vmt"
  1319. "price" "300"
  1320. "color" "255 255 255 255"
  1321. "type" "trail"
  1322. }
  1323.  
  1324. "Oops"
  1325. {
  1326. "material" "materials/sprites/store/trails/oops.vmt"
  1327. "price" "300"
  1328. "color" "255 255 255 255"
  1329. "type" "trail"
  1330. }
  1331.  
  1332. "Orly"
  1333. {
  1334. "material" "materials/sprites/store/trails/orly.vmt"
  1335. "price" "300"
  1336. "color" "255 255 255 255"
  1337. "type" "trail"
  1338. }
  1339.  
  1340. "Pacman"
  1341. {
  1342. "material" "materials/sprites/store/trails/pacman.vmt"
  1343. "price" "300"
  1344. "color" "255 255 255 255"
  1345. "type" "trail"
  1346. }
  1347.  
  1348. "Paint Splatter"
  1349. {
  1350. "material" "materials/sprites/store/trails/paintsplatter.vmt"
  1351. "price" "300"
  1352. "color" "255 255 255 255"
  1353. "type" "trail"
  1354. }
  1355.  
  1356. "Panda"
  1357. {
  1358. "material" "materials/sprites/store/trails/panda.vmt"
  1359. "price" "300"
  1360. "color" "255 255 255 255"
  1361. "type" "trail"
  1362. }
  1363.  
  1364. "Paw Print"
  1365. {
  1366. "material" "materials/sprites/store/trails/pawprint.vmt"
  1367. "price" "300"
  1368. "color" "255 255 255 255"
  1369. "type" "trail"
  1370. }
  1371.  
  1372. "Peace"
  1373. {
  1374. "material" "materials/sprites/store/trails/peace.vmt"
  1375. "price" "300"
  1376. "color" "255 255 255 255"
  1377. "type" "trail"
  1378. }
  1379.  
  1380. "Pedobear"
  1381. {
  1382. "material" "materials/sprites/store/trails/pedobear.vmt"
  1383. "price" "300"
  1384. "color" "255 255 255 255"
  1385. "type" "trail"
  1386. }
  1387.  
  1388. "Pfffft"
  1389. {
  1390. "material" "materials/sprites/store/trails/pfffft.vmt"
  1391. "price" "300"
  1392. "color" "255 255 255 255"
  1393. "type" "trail"
  1394. }
  1395.  
  1396. "Pika"
  1397. {
  1398. "material" "materials/sprites/store/trails/pika.vmt"
  1399. "price" "300"
  1400. "color" "255 255 255 255"
  1401. "type" "trail"
  1402. }
  1403.  
  1404. "Pikmin"
  1405. {
  1406. "material" "materials/sprites/store/trails/pikmin.vmt"
  1407. "price" "300"
  1408. "color" "255 255 255 255"
  1409. "type" "trail"
  1410. }
  1411.  
  1412. "Pinkie"
  1413. {
  1414. "material" "materials/sprites/store/trails/pinkie.vmt"
  1415. "price" "300"
  1416. "color" "255 255 255 255"
  1417. "type" "trail"
  1418. }
  1419.  
  1420. "Pink Ribbon"
  1421. {
  1422. "material" "materials/sprites/store/trails/pinkribbon.vmt"
  1423. "price" "300"
  1424. "color" "255 255 255 255"
  1425. "type" "trail"
  1426. }
  1427.  
  1428. "Playboy"
  1429. {
  1430. "material" "materials/sprites/store/trails/playboy.vmt"
  1431. "price" "300"
  1432. "color" "255 255 255 255"
  1433. "type" "trail"
  1434. }
  1435.  
  1436. "Plur"
  1437. {
  1438. "material" "materials/sprites/store/trails/plur.vmt"
  1439. "price" "300"
  1440. "color" "255 255 255 255"
  1441. "type" "trail"
  1442. }
  1443.  
  1444. "Pokeball"
  1445. {
  1446. "material" "materials/sprites/store/trails/pokeball.vmt"
  1447. "price" "300"
  1448. "color" "255 255 255 255"
  1449. "type" "trail"
  1450. }
  1451.  
  1452. "Pokemon"
  1453. {
  1454. "material" "materials/sprites/store/trails/pokemon.vmt"
  1455. "price" "300"
  1456. "color" "255 255 255 255"
  1457. "type" "trail"
  1458. }
  1459.  
  1460. "Poker"
  1461. {
  1462. "material" "materials/sprites/store/trails/poker.vmt"
  1463. "price" "300"
  1464. "color" "255 255 255 255"
  1465. "type" "trail"
  1466. }
  1467.  
  1468. "Police"
  1469. {
  1470. "material" "materials/sprites/store/trails/police.vmt"
  1471. "price" "300"
  1472. "color" "255 255 255 255"
  1473. "type" "trail"
  1474. }
  1475.  
  1476. "Potleaf"
  1477. {
  1478. "material" "materials/sprites/store/trails/potleaf.vmt"
  1479. "price" "300"
  1480. "color" "255 255 255 255"
  1481. "type" "trail"
  1482. }
  1483.  
  1484. "Pretzel"
  1485. {
  1486. "material" "materials/sprites/store/trails/pretzel.vmt"
  1487. "price" "300"
  1488. "color" "255 255 255 255"
  1489. "type" "trail"
  1490. }
  1491.  
  1492. "Problems Face"
  1493. {
  1494. "material" "materials/sprites/store/trails/problems_face.vmt"
  1495. "price" "300"
  1496. "color" "255 255 255 255"
  1497. "type" "trail"
  1498. }
  1499.  
  1500. "Psychball"
  1501. {
  1502. "material" "materials/sprites/store/trails/psychball.vmt"
  1503. "price" "300"
  1504. "color" "255 255 255 255"
  1505. "type" "trail"
  1506. }
  1507.  
  1508. "Psych Triangle"
  1509. {
  1510. "material" "materials/sprites/store/trails/psychtriangle.vmt"
  1511. "price" "300"
  1512. "color" "255 255 255 255"
  1513. "type" "trail"
  1514. }
  1515.  
  1516. "Pumpkin"
  1517. {
  1518. "material" "materials/sprites/store/trails/pumpkin.vmt"
  1519. "price" "300"
  1520. "color" "255 255 255 255"
  1521. "type" "trail"
  1522. }
  1523.  
  1524. "Purple Lightning"
  1525. {
  1526. "material" "materials/sprites/store/trails/purplelightning.vmt"
  1527. "price" "300"
  1528. "color" "255 255 255 255"
  1529. "type" "trail"
  1530. }
  1531.  
  1532. "Puttegris"
  1533. {
  1534. "material" "materials/sprites/store/trails/puttegris.vmt"
  1535. "price" "300"
  1536. "color" "255 255 255 255"
  1537. "type" "trail"
  1538. }
  1539.  
  1540. "pwned"
  1541. {
  1542. "material" "materials/sprites/store/trails/pwned.vmt"
  1543. "price" "300"
  1544. "color" "255 255 255 255"
  1545. "type" "trail"
  1546. }
  1547.  
  1548. "Quake"
  1549. {
  1550. "material" "materials/sprites/store/trails/quake.vmt"
  1551. "price" "300"
  1552. "color" "255 255 255 255"
  1553. "type" "trail"
  1554. }
  1555.  
  1556. "Question"
  1557. {
  1558. "material" "materials/sprites/store/trails/question.vmt"
  1559. "price" "300"
  1560. "color" "255 255 255 255"
  1561. "type" "trail"
  1562. }
  1563.  
  1564. "Raf"
  1565. {
  1566. "material" "materials/sprites/store/trails/raf.vmt"
  1567. "price" "300"
  1568. "color" "255 255 255 255"
  1569. "type" "trail"
  1570. }
  1571.  
  1572. "Rain"
  1573. {
  1574. "material" "materials/sprites/store/trails/rain.vmt"
  1575. "price" "300"
  1576. "color" "255 255 255 255"
  1577. "type" "trail"
  1578. }
  1579.  
  1580. "Rainbow Dash"
  1581. {
  1582. "material" "materials/sprites/store/trails/rainbow-dash.vmt"
  1583. "price" "300"
  1584. "color" "255 255 255 255"
  1585. "type" "trail"
  1586. }
  1587.  
  1588. "Rainbow"
  1589. {
  1590. "material" "materials/sprites/store/trails/rainbow.vmt"
  1591. "price" "300"
  1592. "color" "255 255 255 255"
  1593. "type" "trail"
  1594. }
  1595.  
  1596. "Rainbow Cobra 2"
  1597. {
  1598. "material" "materials/sprites/store/trails/rainbowcobra2.vmt"
  1599. "price" "300"
  1600. "color" "255 255 255 255"
  1601. "type" "trail"
  1602. }
  1603.  
  1604. "Rainbow Cry"
  1605. {
  1606. "material" "materials/sprites/store/trails/rainbowcry.vmt"
  1607. "price" "300"
  1608. "color" "255 255 255 255"
  1609. "type" "trail"
  1610. }
  1611.  
  1612. "Real Madrid"
  1613. {
  1614. "material" "materials/sprites/store/trails/realmadrid.vmt"
  1615. "price" "300"
  1616. "color" "255 255 255 255"
  1617. "type" "trail"
  1618. }
  1619.  
  1620. "Reaper"
  1621. {
  1622. "material" "materials/sprites/store/trails/reaper.vmt"
  1623. "price" "300"
  1624. "color" "255 255 255 255"
  1625. "type" "trail"
  1626. }
  1627.  
  1628. "Retro Egg"
  1629. {
  1630. "material" "materials/sprites/store/trails/retroegg.vmt"
  1631. "price" "300"
  1632. "color" "255 255 255 255"
  1633. "type" "trail"
  1634. }
  1635.  
  1636. "Retro Flower"
  1637. {
  1638. "material" "materials/sprites/store/trails/retroflower.vmt"
  1639. "price" "300"
  1640. "color" "255 255 255 255"
  1641. "type" "trail"
  1642. }
  1643.  
  1644. "Sep Rainbow"
  1645. {
  1646. "material" "materials/sprites/store/trails/seprainbow.vmt"
  1647. "price" "300"
  1648. "color" "255 255 255 255"
  1649. "type" "trail"
  1650. }
  1651.  
  1652. "Sharingan"
  1653. {
  1654. "material" "materials/sprites/store/trails/sharingan.vmt"
  1655. "price" "300"
  1656. "color" "255 255 255 255"
  1657. "type" "trail"
  1658. }
  1659.  
  1660. "Shell"
  1661. {
  1662. "material" "materials/sprites/store/trails/shell.vmt"
  1663. "price" "300"
  1664. "color" "255 255 255 255"
  1665. "type" "trail"
  1666. }
  1667.  
  1668. "Shroom5"
  1669. {
  1670. "material" "materials/sprites/store/trails/shroom5.vmt"
  1671. "price" "300"
  1672. "color" "255 255 255 255"
  1673. "type" "trail"
  1674. }
  1675.  
  1676. "Skull"
  1677. {
  1678. "material" "materials/sprites/store/trails/skull.vmt"
  1679. "price" "300"
  1680. "color" "255 255 255 255"
  1681. "type" "trail"
  1682. }
  1683.  
  1684. "Skulln Bones"
  1685. {
  1686. "material" "materials/sprites/store/trails/skullnbones.vmt"
  1687. "price" "300"
  1688. "color" "255 255 255 255"
  1689. "type" "trail"
  1690. }
  1691.  
  1692. "Skype Logo"
  1693. {
  1694. "material" "materials/sprites/store/trails/skypelogo.vmt"
  1695. "price" "300"
  1696. "color" "255 255 255 255"
  1697. "type" "trail"
  1698. }
  1699.  
  1700. "Slow Poke"
  1701. {
  1702. "material" "materials/sprites/store/trails/slowpoke.vmt"
  1703. "price" "300"
  1704. "color" "255 255 255 255"
  1705. "type" "trail"
  1706. }
  1707.  
  1708. "Smirnoff"
  1709. {
  1710. "material" "materials/sprites/store/trails/smirnoff.vmt"
  1711. "price" "300"
  1712. "color" "255 255 255 255"
  1713. "type" "trail"
  1714. }
  1715.  
  1716. "Smugleaf"
  1717. {
  1718. "material" "materials/sprites/store/trails/smugleaf.vmt"
  1719. "price" "300"
  1720. "color" "255 255 255 255"
  1721. "type" "trail"
  1722. }
  1723.  
  1724. "Snowman"
  1725. {
  1726. "material" "materials/sprites/store/trails/snowman.vmt"
  1727. "price" "300"
  1728. "color" "255 255 255 255"
  1729. "type" "trail"
  1730. }
  1731.  
  1732. "Sony Logo"
  1733. {
  1734. "material" "materials/sprites/store/trails/sonylogo.vmt"
  1735. "price" "300"
  1736. "color" "255 255 255 255"
  1737. "type" "trail"
  1738. }
  1739.  
  1740. "SOS"
  1741. {
  1742. "material" "materials/sprites/store/trails/sos.vmt"
  1743. "price" "300"
  1744. "color" "255 255 255 255"
  1745. "type" "trail"
  1746. }
  1747.  
  1748. "Spider"
  1749. {
  1750. "material" "materials/sprites/store/trails/spider.vmt"
  1751. "price" "300"
  1752. "color" "255 255 255 255"
  1753. "type" "trail"
  1754. }
  1755.  
  1756. "Spongebob"
  1757. {
  1758. "material" "materials/sprites/store/trails/spongebob.vmt"
  1759. "price" "300"
  1760. "color" "255 255 255 255"
  1761. "type" "trail"
  1762. }
  1763.  
  1764. "Spotify"
  1765. {
  1766. "material" "materials/sprites/store/trails/spotify.vmt"
  1767. "price" "300"
  1768. "color" "255 255 255 255"
  1769. "type" "trail"
  1770. }
  1771.  
  1772. "SRS Face"
  1773. {
  1774. "material" "materials/sprites/store/trails/srsface.vmt"
  1775. "price" "300"
  1776. "color" "255 255 255 255"
  1777. "type" "trail"
  1778. }
  1779.  
  1780. "Star"
  1781. {
  1782. "material" "materials/sprites/store/trails/star.vmt"
  1783. "price" "300"
  1784. "color" "255 255 255 255"
  1785. "type" "trail"
  1786. }
  1787.  
  1788. "Superman Logo"
  1789. {
  1790. "material" "materials/sprites/store/trails/supermanlogo.vmt"
  1791. "price" "300"
  1792. "color" "255 255 255 255"
  1793. "type" "trail"
  1794. }
  1795.  
  1796. "Swirly"
  1797. {
  1798. "material" "materials/sprites/store/trails/swirly.vmt"
  1799. "price" "300"
  1800. "color" "255 255 255 255"
  1801. "type" "trail"
  1802. }
  1803.  
  1804. "Taco"
  1805. {
  1806. "material" "materials/sprites/store/trails/taco.vmt"
  1807. "price" "300"
  1808. "color" "255 255 255 255"
  1809. "type" "trail"
  1810. }
  1811.  
  1812. "Test 1000"
  1813. {
  1814. "material" "materials/sprites/store/trails/test1000.vmt"
  1815. "price" "300"
  1816. "color" "255 255 255 255"
  1817. "type" "trail"
  1818. }
  1819.  
  1820. "Timebomb"
  1821. {
  1822. "material" "materials/sprites/store/trails/timebomb.vmt"
  1823. "price" "300"
  1824. "color" "255 255 255 255"
  1825. "type" "trail"
  1826. }
  1827.  
  1828. "Tmi Shit"
  1829. {
  1830. "material" "materials/sprites/store/trails/tmishit.vmt"
  1831. "price" "300"
  1832. "color" "255 255 255 255"
  1833. "type" "trail"
  1834. }
  1835.  
  1836. "triforce"
  1837. {
  1838. "material" "materials/sprites/store/trails/triforce.vmt"
  1839. "price" "300"
  1840. "color" "255 255 255 255"
  1841. "type" "trail"
  1842. }
  1843.  
  1844. "trippy"
  1845. {
  1846. "material" "materials/sprites/store/trails/trippy.vmt"
  1847. "price" "300"
  1848. "color" "255 255 255 255"
  1849. "type" "trail"
  1850. }
  1851.  
  1852. "Troll Face"
  1853. {
  1854. "material" "materials/sprites/store/trails/trollface.vmt"
  1855. "price" "300"
  1856. "color" "255 255 255 255"
  1857. "type" "trail"
  1858. }
  1859.  
  1860. "Tux"
  1861. {
  1862. "material" "materials/sprites/store/trails/tux.vmt"
  1863. "price" "300"
  1864. "color" "255 255 255 255"
  1865. "type" "trail"
  1866. }
  1867.  
  1868. "Twitter"
  1869. {
  1870. "material" "materials/sprites/store/trails/twitter.vmt"
  1871. "price" "300"
  1872. "color" "255 255 255 255"
  1873. "type" "trail"
  1874. }
  1875.  
  1876. "UK Flag"
  1877. {
  1878. "material" "materials/sprites/store/trails/ukflag.vmt"
  1879. "price" "300"
  1880. "color" "255 255 255 255"
  1881. "type" "trail"
  1882. }
  1883.  
  1884. "Ultra"
  1885. {
  1886. "material" "materials/sprites/store/trails/ultra.vmt"
  1887. "price" "300"
  1888. "color" "255 255 255 255"
  1889. "type" "trail"
  1890. }
  1891.  
  1892. "Umbrella Corperation"
  1893. {
  1894. "material" "materials/sprites/store/trails/umbrellacorp.vmt"
  1895. "price" "300"
  1896. "color" "255 255 255 255"
  1897. "type" "trail"
  1898. }
  1899.  
  1900. "Up Arrow"
  1901. {
  1902. "material" "materials/sprites/store/trails/uparrow.vmt"
  1903. "price" "300"
  1904. "color" "255 255 255 255"
  1905. "type" "trail"
  1906. }
  1907.  
  1908. "US Flag"
  1909. {
  1910. "material" "materials/sprites/store/trails/usflag.vmt"
  1911. "price" "300"
  1912. "color" "255 255 255 255"
  1913. "type" "trail"
  1914. }
  1915.  
  1916. "War Heads"
  1917. {
  1918. "material" "materials/sprites/store/trails/warheads.vmt"
  1919. "price" "300"
  1920. "color" "255 255 255 255"
  1921. "type" "trail"
  1922. }
  1923.  
  1924. "Warrior"
  1925. {
  1926. "material" "materials/sprites/store/trails/warrior.vmt"
  1927. "price" "300"
  1928. "color" "255 255 255 255"
  1929. "type" "trail"
  1930. }
  1931.  
  1932. "Water 2"
  1933. {
  1934. "material" "materials/sprites/store/trails/water2.vmt"
  1935. "price" "300"
  1936. "color" "255 255 255 255"
  1937. "type" "trail"
  1938. }
  1939.  
  1940. "Wheel"
  1941. {
  1942. "material" "materials/sprites/store/trails/wheel.vmt"
  1943. "price" "300"
  1944. "color" "255 255 255 255"
  1945. "type" "trail"
  1946. }
  1947.  
  1948. "Windows"
  1949. {
  1950. "material" "materials/sprites/store/trails/windows.vmt"
  1951. "price" "300"
  1952. "color" "255 255 255 255"
  1953. "type" "trail"
  1954. }
  1955.  
  1956. "Wings"
  1957. {
  1958. "material" "materials/sprites/store/trails/wings.vmt"
  1959. "price" "300"
  1960. "color" "255 255 255 255"
  1961. "type" "trail"
  1962. }
  1963.  
  1964. "Wolf"
  1965. {
  1966. "material" "materials/sprites/store/trails/wolf.vmt"
  1967. "price" "300"
  1968. "color" "255 255 255 255"
  1969. "type" "trail"
  1970. }
  1971.  
  1972. "Wonder Woman"
  1973. {
  1974. "material" "materials/sprites/store/trails/wonder_woman.vmt"
  1975. "price" "300"
  1976. "color" "255 255 255 255"
  1977. "type" "trail"
  1978. }
  1979.  
  1980. "Words"
  1981. {
  1982. "material" "materials/sprites/store/trails/words.vmt"
  1983. "price" "300"
  1984. "color" "255 255 255 255"
  1985. "type" "trail"
  1986. }
  1987.  
  1988. "Medic 2"
  1989. {
  1990. "material" "materials/sprites/store/trails/x_medic.vmt"
  1991. "price" "300"
  1992. "color" "255 255 255 255"
  1993. "type" "trail"
  1994. }
  1995.  
  1996. "Xbox Logo"
  1997. {
  1998. "material" "materials/sprites/store/trails/xboxlogo.vmt"
  1999. "price" "300"
  2000. "color" "255 255 255 255"
  2001. "type" "trail"
  2002. }
  2003.  
  2004. "Y U NO Guy"
  2005. {
  2006. "material" "materials/sprites/store/trails/y-u-no-guy.vmt"
  2007. "price" "300"
  2008. "color" "255 255 255 255"
  2009. "type" "trail"
  2010. }
  2011.  
  2012. "Ying-Yang"
  2013. {
  2014. "material" "materials/sprites/store/trails/yingyang.vmt"
  2015. "price" "300"
  2016. "color" "255 255 255 255"
  2017. "type" "trail"
  2018. }
  2019.  
  2020. "Ying-Yang 2"
  2021. {
  2022. "material" "materials/sprites/store/trails/yingyang2.vmt"
  2023. "price" "300"
  2024. "color" "255 255 255 255"
  2025. "type" "trail"
  2026. }
  2027.  
  2028. "Yukari"
  2029. {
  2030. "material" "materials/sprites/store/trails/yukari.vmt"
  2031. "price" "300"
  2032. "color" "255 255 255 255"
  2033. "type" "trail"
  2034. }
  2035. }
  2036.  
  2037. "Grenade Trails"
  2038. {
  2039. "flag" "a"
  2040. "Thin Beam"
  2041. {
  2042. "material" "materials/sprites/combineball_trail_black_1.vmt"
  2043. "price" "120"
  2044. "type" "grenadetrail"
  2045. "color" "255 0 255 255"
  2046. }
  2047.  
  2048. "Squiggly Beam"
  2049. {
  2050. "material" "materials/sprites/hydragutbeam.vmt"
  2051. "price" "120"
  2052. "type" "grenadetrail"
  2053. "color" "255 0 255 255"
  2054. }
  2055.  
  2056. "Medium Beam"
  2057. {
  2058. "material" "materials/sprites/orangelight1.vmt"
  2059. "price" "120"
  2060. "type" "grenadetrail"
  2061. "color" "255 0 255 255"
  2062. }
  2063.  
  2064. "Large Beam"
  2065. {
  2066. "material" "materials/sprites/spotlight.vmt"
  2067. "price" "120"
  2068. "type" "grenadetrail"
  2069. "color" "255 0 255 255"
  2070. }
  2071.  
  2072. "Red Laserbeam"
  2073. {
  2074. "material" "materials/sprites/laserbeam.vmt"
  2075. "price" "120"
  2076. "type" "grenadetrail"
  2077. "color" "255 0 0 255"
  2078. "unique_id" "grenadetrail_laserbeam_red"
  2079. }
  2080.  
  2081. "Blue Laserbeam"
  2082. {
  2083. "material" "materials/sprites/laserbeam.vmt"
  2084. "price" "120"
  2085. "type" "grenadetrail"
  2086. "color" "0 0 255 255"
  2087. "unique_id" "grenadetrail_laserbeam_blue"
  2088. }
  2089. }
  2090.  
  2091. "Grenade Skins"
  2092. {
  2093. "flag" "a"
  2094. "HE Grenade"
  2095. {
  2096. "Orange"
  2097. {
  2098. "model" "models/props/cs_italy/orange.mdl"
  2099. "grenade" "hegrenade"
  2100. "price" "60"
  2101. "type" "grenadeskin"
  2102. }
  2103.  
  2104. "Tortoise"
  2105. {
  2106. "model" "models/props/de_tides/vending_turtle.mdl"
  2107. "grenade" "hegrenade"
  2108. "price" "60"
  2109. "type" "grenadeskin"
  2110. }
  2111. }
  2112.  
  2113. "Flashbang"
  2114. {
  2115. "Banana"
  2116. {
  2117. "model" "models/props/cs_italy/bananna.mdl"
  2118. "grenade" "flashbang"
  2119. "price" "60"
  2120. "type" "grenadeskin"
  2121. }
  2122. }
  2123.  
  2124. "Smokegrenade"
  2125. {
  2126. "Watermelon"
  2127. {
  2128. "model" "models/props_junk/watermelon01.mdl"
  2129. "grenade" "smokegrenade"
  2130. "price" "60"
  2131. "type" "grenadeskin"
  2132. }
  2133. }
  2134. }
  2135.  
  2136.  
  2137. "Name Tags"
  2138. {
  2139. "flag" "a"
  2140. "Newbie"
  2141. {
  2142. "tag" "{lightblue}[Newbie]{teamcolor} "
  2143. "price" "60"
  2144. "type" "nametag"
  2145. }
  2146. "Wannabe"
  2147. {
  2148. "tag" "{red}[Wannabe]{teamcolor} "
  2149. "price" "90"
  2150. "type" "nametag"
  2151. }
  2152. "Ex-Con"
  2153. {
  2154. "tag" "{darkred}[Ex-Con]{teamcolor} "
  2155. "price" "120"
  2156. "type" "nametag"
  2157. }
  2158. "Officer"
  2159. {
  2160. "tag" "{lightblue}[Officer]{teamcolor} "
  2161. "price" "120"
  2162. "type" "nametag"
  2163. }
  2164. "S.W.A.T"
  2165. {
  2166. "tag" "{blue}[S.W.A.T]{teamcolor} "
  2167. "price" "120"
  2168. "type" "nametag"
  2169. }
  2170. "420"
  2171. {
  2172. "tag" "{green}[420]{teamcolor} "
  2173. "price" "180"
  2174. "type" "nametag"
  2175. }
  2176. "Equinox"
  2177. {
  2178. "tag" "{orange}[Equinox]{teamcolor} "
  2179. "price" "300"
  2180. "type" "nametag"
  2181. }
  2182. "Fundador"
  2183. {
  2184. "flag" "b"
  2185. "tag" "{orange}[HF.Fundador]{teamcolor} "
  2186. "price" "1"
  2187. "type" "nametag"
  2188. }
  2189. "Configurador"
  2190. {
  2191. "flag" "b"
  2192. "tag" "{orange}[HF.Configurador]{teamcolor} "
  2193. "price" "1"
  2194. "type" "nametag"
  2195. }
  2196. "Admin"
  2197. {
  2198. "flag" "b"
  2199. "tag" "{orange}[HF.Admin]{teamcolor} "
  2200. "price" "1"
  2201. "type" "nametag"
  2202. }
  2203. "Mod-Geral"
  2204. {
  2205. "flag" "b"
  2206. "tag" "{orange}[HF.Mod-Geral]{teamcolor} "
  2207. "price" "1"
  2208. "type" "nametag"
  2209. }
  2210. "Moderador"
  2211. {
  2212. "flag" "b"
  2213. "tag" "{orange}[HF.Moderador]{teamcolor} "
  2214. "price" "1"
  2215. "type" "nametag"
  2216. }
  2217. "VIP"
  2218. {
  2219. "tag" "{orange}[HF.VIP]{teamcolor}
  2220. "price" "1"
  2221. "type" "nametag"
  2222. }
  2223. }
  2224.  
  2225. "Name Colors"
  2226. {
  2227. "flag" "a"
  2228. "Alice Blue"
  2229. {
  2230. "color" "{aliceblue}"
  2231. "price" "60"
  2232. "type" "namecolor"
  2233. "games" "tf,cstrike"
  2234. }
  2235. "Antique White"
  2236. {
  2237. "color" "{antiquewhite}"
  2238. "price" "60"
  2239. "type" "namecolor"
  2240. "games" "tf,cstrike"
  2241. }
  2242. "Aqua"
  2243. {
  2244. "color" "{aqua}"
  2245. "price" "60"
  2246. "type" "namecolor"
  2247. "games" "tf,cstrike"
  2248. }
  2249. "Aquamarine"
  2250. {
  2251. "color" "{aquamarine}"
  2252. "price" "60"
  2253. "type" "namecolor"
  2254. "games" "tf,cstrike"
  2255. }
  2256. "Azure"
  2257. {
  2258. "color" "{azure}"
  2259. "price" "60"
  2260. "type" "namecolor"
  2261. "games" "tf,cstrike"
  2262. }
  2263. "Beige"
  2264. {
  2265. "color" "{beige}"
  2266. "price" "60"
  2267. "type" "namecolor"
  2268. "games" "tf,cstrike"
  2269. }
  2270. "Bisque"
  2271. {
  2272. "color" "{bisque}"
  2273. "price" "60"
  2274. "type" "namecolor"
  2275. "games" "tf,cstrike"
  2276. }
  2277. "Black"
  2278. {
  2279. "color" "{black}"
  2280. "price" "60"
  2281. "type" "namecolor"
  2282. "games" "tf,cstrike"
  2283. }
  2284. "Blanche Dalmond"
  2285. {
  2286. "color" "{blanchedalmond}"
  2287. "price" "60"
  2288. "type" "namecolor"
  2289. "games" "tf,cstrike"
  2290. }
  2291. "Blue"
  2292. {
  2293. "color" "{blue}"
  2294. "price" "60"
  2295. "type" "namecolor"
  2296. "games" "tf,cstrike"
  2297. }
  2298. "Blue Violet"
  2299. {
  2300. "color" "{blueviolet}"
  2301. "price" "60"
  2302. "type" "namecolor"
  2303. "games" "tf,cstrike"
  2304. }
  2305. "Brown"
  2306. {
  2307. "color" "{brown}"
  2308. "price" "60"
  2309. "type" "namecolor"
  2310. "games" "tf,cstrike"
  2311. }
  2312. "Burly Wood"
  2313. {
  2314. "color" "{burlywood}"
  2315. "price" "60"
  2316. "type" "namecolor"
  2317. "games" "tf,cstrike"
  2318. }
  2319. "Cadet Blue"
  2320. {
  2321. "color" "{cadetblue}"
  2322. "price" "60"
  2323. "type" "namecolor"
  2324. "games" "tf,cstrike"
  2325. }
  2326. "Chartreuse"
  2327. {
  2328. "color" "{chartreuse}"
  2329. "price" "60"
  2330. "type" "namecolor"
  2331. "games" "tf,cstrike"
  2332. }
  2333. "Chocolate"
  2334. {
  2335. "color" "{chocolate}"
  2336. "price" "60"
  2337. "type" "namecolor"
  2338. "games" "tf,cstrike"
  2339. }
  2340. "Community"
  2341. {
  2342. "color" "{community}"
  2343. "price" "60"
  2344. "type" "namecolor"
  2345. "games" "tf,cstrike"
  2346. }
  2347. "Coral"
  2348. {
  2349. "color" "{coral}"
  2350. "price" "60"
  2351. "type" "namecolor"
  2352. "games" "tf,cstrike"
  2353. }
  2354. "Cornflower Blue"
  2355. {
  2356. "color" "{cornflowerblue}"
  2357. "price" "60"
  2358. "type" "namecolor"
  2359. "games" "tf,cstrike"
  2360. }
  2361. "Corn Silk"
  2362. {
  2363. "color" "{cornsilk}"
  2364. "price" "60"
  2365. "type" "namecolor"
  2366. "games" "tf,cstrike"
  2367. }
  2368. "Crimson"
  2369. {
  2370. "color" "{crimson}"
  2371. "price" "60"
  2372. "type" "namecolor"
  2373. "games" "tf,cstrike"
  2374. }
  2375. "Cyan"
  2376. {
  2377. "color" "{cyan}"
  2378. "price" "60"
  2379. "type" "namecolor"
  2380. "games" "tf,cstrike"
  2381. }
  2382.  
  2383. "Dark Blue"
  2384. {
  2385. "color" "{darkblue}"
  2386. "price" "60"
  2387. "type" "namecolor"
  2388. "games" "tf,cstrike"
  2389. }
  2390.  
  2391. "Dark Cyan"
  2392. {
  2393. "color" "{darkcyan}"
  2394. "price" "60"
  2395. "type" "namecolor"
  2396. "games" "tf,cstrike"
  2397. }
  2398.  
  2399. "Dark Golden Rod"
  2400. {
  2401. "color" "{darkgoldenrod}"
  2402. "price" "60"
  2403. "type" "namecolor"
  2404. "games" "tf,cstrike"
  2405. }
  2406.  
  2407. "Dark Gray"
  2408. {
  2409. "color" "{darkgray}"
  2410. "price" "60"
  2411. "type" "namecolor"
  2412. "games" "tf,cstrike"
  2413. }
  2414.  
  2415. "Dark Green"
  2416. {
  2417. "color" "{darkgreen}"
  2418. "price" "60"
  2419. "type" "namecolor"
  2420. "games" "tf,cstrike"
  2421. }
  2422.  
  2423. "Dark khaki"
  2424. {
  2425. "color" "{darkkhaki}"
  2426. "price" "60"
  2427. "type" "namecolor"
  2428. "games" "tf,cstrike"
  2429. }
  2430.  
  2431. "Dark magenta"
  2432. {
  2433. "color" "{darkmagenta}"
  2434. "price" "60"
  2435. "type" "namecolor"
  2436. "games" "tf,cstrike"
  2437. }
  2438.  
  2439. "Dark oliveGreen"
  2440. {
  2441. "color" "{darkolivegreen}"
  2442. "price" "60"
  2443. "type" "namecolor"
  2444. "games" "tf,cstrike"
  2445. }
  2446.  
  2447. "Dark orange"
  2448. {
  2449. "color" "{darkorange}"
  2450. "price" "60"
  2451. "type" "namecolor"
  2452. "games" "tf,cstrike"
  2453. }
  2454.  
  2455. "Dark Orchid"
  2456. {
  2457. "color" "{darkorchid}"
  2458. "price" "60"
  2459. "type" "namecolor"
  2460. "games" "tf,cstrike"
  2461. }
  2462.  
  2463. "Dark Red"
  2464. {
  2465. "color" "{darkred}"
  2466. "price" "60"
  2467. "type" "namecolor"
  2468. }
  2469.  
  2470. "Dark salmon"
  2471. {
  2472. "color" "{darksalmon}"
  2473. "price" "60"
  2474. "type" "namecolor"
  2475. "games" "tf,cstrike"
  2476. }
  2477.  
  2478. "Dark Sea Green"
  2479. {
  2480. "color" "{darkseagreen}"
  2481. "price" "60"
  2482. "type" "namecolor"
  2483. "games" "tf,cstrike"
  2484. }
  2485.  
  2486. "Dark SlateBlue"
  2487. {
  2488. "color" "{darkslateblue}"
  2489. "price" "60"
  2490. "type" "namecolor"
  2491. "games" "tf,cstrike"
  2492. }
  2493.  
  2494. "Dark Slategray"
  2495. {
  2496. "color" "{darkslategray}"
  2497. "price" "60"
  2498. "type" "namecolor"
  2499. "games" "tf,cstrike"
  2500. }
  2501.  
  2502. "Dark Turquoise"
  2503. {
  2504. "color" "{darkturquoise}"
  2505. "price" "60"
  2506. "type" "namecolor"
  2507. "games" "tf,cstrike"
  2508. }
  2509.  
  2510. "Dark Violet"
  2511. {
  2512. "color" "{darkviolet}"
  2513. "price" "60"
  2514. "type" "namecolor"
  2515. "games" "tf,cstrike"
  2516. }
  2517.  
  2518. "Deep Pink"
  2519. {
  2520. "color" "{deeppink}"
  2521. "price" "60"
  2522. "type" "namecolor"
  2523. "games" "tf,cstrike"
  2524. }
  2525.  
  2526. "Deep Skyblue"
  2527. {
  2528. "color" "{deepskyblue}"
  2529. "price" "60"
  2530. "type" "namecolor"
  2531. "games" "tf,cstrike"
  2532. }
  2533.  
  2534. "Dimgray"
  2535. {
  2536. "color" "{dimgray}"
  2537. "price" "60"
  2538. "type" "namecolor"
  2539. "games" "tf,cstrike"
  2540. }
  2541.  
  2542. "Dodger Blue"
  2543. {
  2544. "color" "{dodgerblue}"
  2545. "price" "60"
  2546. "type" "namecolor"
  2547. "games" "tf,cstrike"
  2548. }
  2549.  
  2550. "Firebrick"
  2551. {
  2552. "color" "{firebrick}"
  2553. "price" "60"
  2554. "type" "namecolor"
  2555. "games" "tf,cstrike"
  2556. }
  2557.  
  2558. "Floral White"
  2559. {
  2560. "color" "{floralwhite}"
  2561. "price" "60"
  2562. "type" "namecolor"
  2563. "games" "tf,cstrike"
  2564. }
  2565.  
  2566. "Forest Green"
  2567. {
  2568. "color" "{forestgreen}"
  2569. "price" "60"
  2570. "type" "namecolor"
  2571. "games" "tf,cstrike"
  2572. }
  2573.  
  2574. "Fuchsia"
  2575. {
  2576. "color" "{fuchsia}"
  2577. "price" "60"
  2578. "type" "namecolor"
  2579. "games" "tf,cstrike"
  2580. }
  2581.  
  2582. "Full Blue"
  2583. {
  2584. "color" "{fullblue}"
  2585. "price" "60"
  2586. "type" "namecolor"
  2587. "games" "tf,cstrike"
  2588. }
  2589.  
  2590. "Full Red"
  2591. {
  2592. "color" "{fullred}"
  2593. "price" "60"
  2594. "type" "namecolor"
  2595. "games" "tf,cstrike"
  2596. }
  2597.  
  2598. "Gainsboro"
  2599. {
  2600. "color" "{gainsboro}"
  2601. "price" "60"
  2602. "type" "namecolor"
  2603. "games" "tf,cstrike"
  2604. }
  2605.  
  2606. "Genuine"
  2607. {
  2608. "color" "{genuine}"
  2609. "price" "60"
  2610. "type" "namecolor"
  2611. "games" "tf,cstrike"
  2612. }
  2613.  
  2614. "Ghost White"
  2615. {
  2616. "color" "{ghostwhite}"
  2617. "price" "60"
  2618. "type" "namecolor"
  2619. "games" "tf,cstrike"
  2620. }
  2621.  
  2622. "Gold"
  2623. {
  2624. "color" "{gold}"
  2625. "price" "60"
  2626. "type" "namecolor"
  2627. "games" "tf,cstrike"
  2628. }
  2629.  
  2630. "Goldenrod"
  2631. {
  2632. "color" "{goldenrod}"
  2633. "price" "60"
  2634. "type" "namecolor"
  2635. "games" "tf,cstrike"
  2636. }
  2637.  
  2638. "Gray"
  2639. {
  2640. "color" "{gray}"
  2641. "price" "60"
  2642. "type" "namecolor"
  2643. }
  2644.  
  2645. "Green"
  2646. {
  2647. "color" "{green}"
  2648. "price" "60"
  2649. "type" "namecolor"
  2650. }
  2651.  
  2652. "Green Yellow"
  2653. {
  2654. "color" "{greenyellow}"
  2655. "price" "60"
  2656. "type" "namecolor"
  2657. "games" "tf,cstrike"
  2658. }
  2659.  
  2660. "Haunted"
  2661. {
  2662. "color" "{haunted}"
  2663. "price" "60"
  2664. "type" "namecolor"
  2665. "games" "tf,cstrike"
  2666. }
  2667.  
  2668. "Honeydew"
  2669. {
  2670. "color" "{honeydew}"
  2671. "price" "60"
  2672. "type" "namecolor"
  2673. "games" "tf,cstrike"
  2674. }
  2675.  
  2676. "Hot Pink"
  2677. {
  2678. "color" "{hotpink}"
  2679. "price" "60"
  2680. "type" "namecolor"
  2681. "games" "tf,cstrike"
  2682. }
  2683.  
  2684. "Indian Red"
  2685. {
  2686. "color" "{indianred}"
  2687. "price" "60"
  2688. "type" "namecolor"
  2689. "games" "tf,cstrike"
  2690. }
  2691.  
  2692. "Indigo"
  2693. {
  2694. "color" "{indigo}"
  2695. "price" "60"
  2696. "type" "namecolor"
  2697. "games" "tf,cstrike"
  2698. }
  2699.  
  2700. "Ivory"
  2701. {
  2702. "color" "{ivory}"
  2703. "price" "60"
  2704. "type" "namecolor"
  2705. "games" "tf,cstrike"
  2706. }
  2707.  
  2708. "Khaki"
  2709. {
  2710. "color" "{khaki}"
  2711. "price" "60"
  2712. "type" "namecolor"
  2713. "games" "tf,cstrike"
  2714. }
  2715.  
  2716. "Lavender"
  2717. {
  2718. "color" "{lavender}"
  2719. "price" "60"
  2720. "type" "namecolor"
  2721. "games" "tf,cstrike"
  2722. }
  2723.  
  2724. "Lavender Blush"
  2725. {
  2726. "color" "{lavenderblush}"
  2727. "price" "60"
  2728. "type" "namecolor"
  2729. "games" "tf,cstrike"
  2730. }
  2731.  
  2732. "Lawn Green"
  2733. {
  2734. "color" "{lawngreen}"
  2735. "price" "60"
  2736. "type" "namecolor"
  2737. "games" "tf,cstrike"
  2738. }
  2739.  
  2740. "Lemon Chiffon"
  2741. {
  2742. "color" "{lemonchiffon}"
  2743. "price" "60"
  2744. "type" "namecolor"
  2745. "games" "tf,cstrike"
  2746. }
  2747.  
  2748. "Light Blue"
  2749. {
  2750. "color" "{lightblue}"
  2751. "price" "60"
  2752. "type" "namecolor"
  2753. "games" "tf,cstrike"
  2754. }
  2755.  
  2756. "Light Coral"
  2757. {
  2758. "color" "{lightcoral}"
  2759. "price" "60"
  2760. "type" "namecolor"
  2761. "games" "tf,cstrike"
  2762. }
  2763.  
  2764. "Light Cyan"
  2765. {
  2766. "color" "{lightcyan}"
  2767. "price" "60"
  2768. "type" "namecolor"
  2769. "games" "tf,cstrike"
  2770. }
  2771.  
  2772. "Light Goldenrod Yellow"
  2773. {
  2774. "color" "{lightgoldenrodyellow}"
  2775. "price" "60"
  2776. "type" "namecolor"
  2777. "games" "tf,cstrike"
  2778. }
  2779.  
  2780. "Light Red"
  2781. {
  2782. "color" "{lightred}"
  2783. "price" "60"
  2784. "type" "namecolor"
  2785. }
  2786.  
  2787. "Light Gray"
  2788. {
  2789. "color" "{lightgray}"
  2790. "price" "60"
  2791. "type" "namecolor"
  2792. "games" "tf,cstrike"
  2793. }
  2794.  
  2795. "Light Green"
  2796. {
  2797. "color" "{lightgreen}"
  2798. "price" "60"
  2799. "type" "namecolor"
  2800. "games" "tf,cstrike"
  2801. }
  2802.  
  2803. "Light Pink"
  2804. {
  2805. "color" "{lightpink}"
  2806. "price" "60"
  2807. "type" "namecolor"
  2808. "games" "tf,cstrike"
  2809. }
  2810.  
  2811. "Light Salmon"
  2812. {
  2813. "color" "{lightsalmon}"
  2814. "price" "60"
  2815. "type" "namecolor"
  2816. "games" "tf,cstrike"
  2817. }
  2818.  
  2819. "Light Sea Green"
  2820. {
  2821. "color" "{lightseagreen}"
  2822. "price" "60"
  2823. "type" "namecolor"
  2824. "games" "tf,cstrike"
  2825. }
  2826.  
  2827. "Light Skyblue"
  2828. {
  2829. "color" "{lightskyblue}"
  2830. "price" "60"
  2831. "type" "namecolor"
  2832. "games" "tf,cstrike"
  2833. }
  2834.  
  2835. "Light Slategray"
  2836. {
  2837. "color" "{lightslategray}"
  2838. "price" "60"
  2839. "type" "namecolor"
  2840. "games" "tf,cstrike"
  2841. }
  2842.  
  2843. "Light Steel Blue"
  2844. {
  2845. "color" "{lightsteelblue}"
  2846. "price" "60"
  2847. "type" "namecolor"
  2848. "games" "tf,cstrike"
  2849. }
  2850.  
  2851. "Light Yellow"
  2852. {
  2853. "color" "{lightyellow}"
  2854. "price" "60"
  2855. "type" "namecolor"
  2856. "games" "tf,cstrike"
  2857. }
  2858.  
  2859. "Lime"
  2860. {
  2861. "color" "{lime}"
  2862. "price" "60"
  2863. "type" "namecolor"
  2864. }
  2865.  
  2866. "Lime Green"
  2867. {
  2868. "color" "{limegreen}"
  2869. "price" "60"
  2870. "type" "namecolor"
  2871. "games" "tf,cstrike"
  2872. }
  2873.  
  2874. "Linen"
  2875. {
  2876. "color" "{linen}"
  2877. "price" "60"
  2878. "type" "namecolor"
  2879. "games" "tf,cstrike"
  2880. }
  2881.  
  2882. "Magenta"
  2883. {
  2884. "color" "{magenta}"
  2885. "price" "60"
  2886. "type" "namecolor"
  2887. "games" "tf,cstrike"
  2888. }
  2889.  
  2890. "Maroon"
  2891. {
  2892. "color" "{maroon}"
  2893. "price" "60"
  2894. "type" "namecolor"
  2895. "games" "tf,cstrike"
  2896. }
  2897.  
  2898. "Medium Aquamarine"
  2899. {
  2900. "color" "{mediumaquamarine}"
  2901. "price" "60"
  2902. "type" "namecolor"
  2903. "games" "tf,cstrike"
  2904. }
  2905.  
  2906. "Medium Blue"
  2907. {
  2908. "color" "{mediumblue}"
  2909. "price" "60"
  2910. "type" "namecolor"
  2911. "games" "tf,cstrike"
  2912. }
  2913.  
  2914. "Medium Orchid"
  2915. {
  2916. "color" "{mediumorchid}"
  2917. "price" "60"
  2918. "type" "namecolor"
  2919. "games" "tf,cstrike"
  2920. }
  2921.  
  2922. "Medium Purple"
  2923. {
  2924. "color" "{mediumpurple}"
  2925. "price" "60"
  2926. "type" "namecolor"
  2927. "games" "tf,cstrike"
  2928. }
  2929.  
  2930. "Medium Sea Green"
  2931. {
  2932. "color" "{mediumseagreen}"
  2933. "price" "60"
  2934. "type" "namecolor"
  2935. "games" "tf,cstrike"
  2936. }
  2937.  
  2938. "Medium Slate Blue"
  2939. {
  2940. "color" "{mediumslateblue}"
  2941. "price" "60"
  2942. "type" "namecolor"
  2943. "games" "tf,cstrike"
  2944. }
  2945.  
  2946. "Medium Spring Green"
  2947. {
  2948. "color" "{mediumspringgreen}"
  2949. "price" "60"
  2950. "type" "namecolor"
  2951. "games" "tf,cstrike"
  2952. }
  2953.  
  2954. "Medium Turquoise"
  2955. {
  2956. "color" "{mediumturquoise}"
  2957. "price" "60"
  2958. "type" "namecolor"
  2959. "games" "tf,cstrike"
  2960. }
  2961.  
  2962. "Medium Violet Red"
  2963. {
  2964. "color" "{mediumvioletred}"
  2965. "price" "60"
  2966. "type" "namecolor"
  2967. "games" "tf,cstrike"
  2968. }
  2969.  
  2970. "Midnight Blue"
  2971. {
  2972. "color" "{midnightblue}"
  2973. "price" "60"
  2974. "type" "namecolor"
  2975. "games" "tf,cstrike"
  2976. }
  2977.  
  2978. "Mintcream"
  2979. {
  2980. "color" "{mintcream}"
  2981. "price" "60"
  2982. "type" "namecolor"
  2983. "games" "tf,cstrike"
  2984. }
  2985.  
  2986. "Misty Rose"
  2987. {
  2988. "color" "{mistyrose}"
  2989. "price" "60"
  2990. "type" "namecolor"
  2991. "games" "tf,cstrike"
  2992. }
  2993.  
  2994. "Moccasin"
  2995. {
  2996. "color" "{moccasin}"
  2997. "price" "60"
  2998. "type" "namecolor"
  2999. "games" "tf,cstrike"
  3000. }
  3001.  
  3002. "Navajo White"
  3003. {
  3004. "color" "{navajowhite}"
  3005. "price" "60"
  3006. "type" "namecolor"
  3007. "games" "tf,cstrike"
  3008. }
  3009.  
  3010. "Navy"
  3011. {
  3012. "color" "{navy}"
  3013. "price" "60"
  3014. "type" "namecolor"
  3015. "games" "tf,cstrike"
  3016. }
  3017.  
  3018. "Old Lace"
  3019. {
  3020. "color" "{oldlace}"
  3021. "price" "60"
  3022. "type" "namecolor"
  3023. "games" "tf,cstrike"
  3024. }
  3025.  
  3026. "Olive"
  3027. {
  3028. "color" "{olive}"
  3029. "price" "60"
  3030. "type" "namecolor"
  3031. }
  3032.  
  3033. "Olive Drab"
  3034. {
  3035. "color" "{olivedrab}"
  3036. "price" "60"
  3037. "type" "namecolor"
  3038. "games" "tf,cstrike"
  3039. }
  3040.  
  3041. "Orange"
  3042. {
  3043. "color" "{orange}"
  3044. "price" "60"
  3045. "type" "namecolor"
  3046. "games" "tf,cstrike"
  3047. }
  3048.  
  3049. "Orange Red"
  3050. {
  3051. "color" "{orangered}"
  3052. "price" "60"
  3053. "type" "namecolor"
  3054. "games" "tf,cstrike"
  3055. }
  3056.  
  3057. "Orchid"
  3058. {
  3059. "color" "{orchid}"
  3060. "price" "60"
  3061. "type" "namecolor"
  3062. "games" "tf,cstrike"
  3063. }
  3064.  
  3065. "Pale Golden Rod"
  3066. {
  3067. "color" "{palegoldenrod}"
  3068. "price" "60"
  3069. "type" "namecolor"
  3070. "games" "tf,cstrike"
  3071. }
  3072.  
  3073. "Pale Green"
  3074. {
  3075. "color" "{palegreen}"
  3076. "price" "60"
  3077. "type" "namecolor"
  3078. "games" "tf,cstrike"
  3079. }
  3080.  
  3081. "Pale Turquoise"
  3082. {
  3083. "color" "{paleturquoise}"
  3084. "price" "60"
  3085. "type" "namecolor"
  3086. "games" "tf,cstrike"
  3087. }
  3088.  
  3089. "Pale violetRed"
  3090. {
  3091. "color" "{palevioletred}"
  3092. "price" "60"
  3093. "type" "namecolor"
  3094. "games" "tf,cstrike"
  3095. }
  3096.  
  3097. "Papaya Whip"
  3098. {
  3099. "color" "{papayawhip}"
  3100. "price" "60"
  3101. "type" "namecolor"
  3102. "games" "tf,cstrike"
  3103. }
  3104.  
  3105. "Peach Puff"
  3106. {
  3107. "color" "{peachpuff}"
  3108. "price" "60"
  3109. "type" "namecolor"
  3110. "games" "tf,cstrike"
  3111. }
  3112.  
  3113. "Peru"
  3114. {
  3115. "color" "{peru}"
  3116. "price" "60"
  3117. "type" "namecolor"
  3118. "games" "tf,cstrike"
  3119. }
  3120.  
  3121. "Pink"
  3122. {
  3123. "color" "{pink}"
  3124. "price" "60"
  3125. "type" "namecolor"
  3126. "games" "tf,cstrike"
  3127. }
  3128.  
  3129. "Plum"
  3130. {
  3131. "color" "{plum}"
  3132. "price" "60"
  3133. "type" "namecolor"
  3134. "games" "tf,cstrike"
  3135. }
  3136.  
  3137. "Powder Blue"
  3138. {
  3139. "color" "{powderblue}"
  3140. "price" "60"
  3141. "type" "namecolor"
  3142. "games" "tf,cstrike"
  3143. }
  3144.  
  3145. "Purple"
  3146. {
  3147. "color" "{purple}"
  3148. "price" "60"
  3149. "type" "namecolor"
  3150. "games" "tf,cstrike"
  3151. }
  3152.  
  3153. "Red"
  3154. {
  3155. "color" "{red}"
  3156. "price" "60"
  3157. "type" "namecolor"
  3158. "games" "tf,cstrike"
  3159. }
  3160.  
  3161. "Rosy Brown"
  3162. {
  3163. "color" "{rosybrown}"
  3164. "price" "60"
  3165. "type" "namecolor"
  3166. "games" "tf,cstrike"
  3167. }
  3168.  
  3169. "Royal Blue"
  3170. {
  3171. "color" "{royalblue}"
  3172. "price" "60"
  3173. "type" "namecolor"
  3174. "games" "tf,cstrike"
  3175. }
  3176.  
  3177. "Saddle Brown"
  3178. {
  3179. "color" "{saddlebrown}"
  3180. "price" "60"
  3181. "type" "namecolor"
  3182. "games" "tf,cstrike"
  3183. }
  3184.  
  3185. "Salmon"
  3186. {
  3187. "color" "{salmon}"
  3188. "price" "60"
  3189. "type" "namecolor"
  3190. "games" "tf,cstrike"
  3191. }
  3192.  
  3193. "Sandy Brown"
  3194. {
  3195. "color" "{sandybrown}"
  3196. "price" "60"
  3197. "type" "namecolor"
  3198. "games" "tf,cstrike"
  3199. }
  3200.  
  3201. "Sea Green"
  3202. {
  3203. "color" "{seagreen}"
  3204. "price" "60"
  3205. "type" "namecolor"
  3206. "games" "tf,cstrike"
  3207. }
  3208.  
  3209. "Seashell"
  3210. {
  3211. "color" "{seashell}"
  3212. "price" "60"
  3213. "type" "namecolor"
  3214. "games" "tf,cstrike"
  3215. }
  3216.  
  3217. "Sienna"
  3218. {
  3219. "color" "{sienna}"
  3220. "price" "60"
  3221. "type" "namecolor"
  3222. "games" "tf,cstrike"
  3223. }
  3224.  
  3225. "Silver"
  3226. {
  3227. "color" "{silver}"
  3228. "price" "60"
  3229. "type" "namecolor"
  3230. "games" "tf,cstrike"
  3231. }
  3232.  
  3233. "Skyblue"
  3234. {
  3235. "color" "{skyblue}"
  3236. "price" "60"
  3237. "type" "namecolor"
  3238. "games" "tf,cstrike"
  3239. }
  3240.  
  3241. "Slate blue"
  3242. {
  3243. "color" "{slateblue}"
  3244. "price" "60"
  3245. "type" "namecolor"
  3246. "games" "tf,cstrike"
  3247. }
  3248.  
  3249. "Slate Gray"
  3250. {
  3251. "color" "{slategray}"
  3252. "price" "60"
  3253. "type" "namecolor"
  3254. "games" "tf,cstrike"
  3255. }
  3256.  
  3257. "Snow"
  3258. {
  3259. "color" "{snow}"
  3260. "price" "60"
  3261. "type" "namecolor"
  3262. "games" "tf,cstrike"
  3263. }
  3264.  
  3265. "Spring Green"
  3266. {
  3267. "color" "{springgreen}"
  3268. "price" "60"
  3269. "type" "namecolor"
  3270. "games" "tf,cstrike"
  3271. }
  3272.  
  3273. "Steel Blue"
  3274. {
  3275. "color" "{steelblue}"
  3276. "price" "60"
  3277. "type" "namecolor"
  3278. "games" "tf,cstrike"
  3279. }
  3280.  
  3281. "Tan"
  3282. {
  3283. "color" "{tan}"
  3284. "price" "60"
  3285. "type" "namecolor"
  3286. "games" "tf,cstrike"
  3287. }
  3288.  
  3289. "Teal"
  3290. {
  3291. "color" "{teal}"
  3292. "price" "60"
  3293. "type" "namecolor"
  3294. "games" "tf,cstrike"
  3295. }
  3296.  
  3297. "Thistle"
  3298. {
  3299. "color" "{thistle}"
  3300. "price" "60"
  3301. "type" "namecolor"
  3302. "games" "tf,cstrike"
  3303. }
  3304.  
  3305. "Tomato"
  3306. {
  3307. "color" "{tomato}"
  3308. "price" "60"
  3309. "type" "namecolor"
  3310. "games" "tf,cstrike"
  3311. }
  3312.  
  3313. "Turquoise"
  3314. {
  3315. "color" "{turquoise}"
  3316. "price" "60"
  3317. "type" "namecolor"
  3318. "games" "tf,cstrike"
  3319. }
  3320.  
  3321. "Violet"
  3322. {
  3323. "color" "{violet}"
  3324. "price" "60"
  3325. "type" "namecolor"
  3326. "games" "tf,cstrike"
  3327. }
  3328.  
  3329. "Wheat"
  3330. {
  3331. "color" "{wheat}"
  3332. "price" "60"
  3333. "type" "namecolor"
  3334. "games" "tf,cstrike"
  3335. }
  3336.  
  3337. "White"
  3338. {
  3339. "color" "{white}"
  3340. "price" "60"
  3341. "type" "namecolor"
  3342. }
  3343.  
  3344. "Yellow"
  3345. {
  3346. "color" "{yellow}"
  3347. "price" "60"
  3348. "type" "namecolor"
  3349. "games" "tf,cstrike"
  3350. }
  3351.  
  3352. "Yellow Green"
  3353. {
  3354. "color" "{yellowgreen}"
  3355. "price" "60"
  3356. "type" "namecolor"
  3357. "games" "tf,cstrike"
  3358. }
  3359. }
  3360.  
  3361. "Message Colors"
  3362. {
  3363. "flag" "a"
  3364. "Alice Blue"
  3365. {
  3366. "color" "{aliceblue}"
  3367. "price" "120"
  3368. "type" "msgcolor"
  3369. "games" "tf,cstrike"
  3370. }
  3371. "Antique White"
  3372. {
  3373. "color" "{antiquewhite}"
  3374. "price" "120"
  3375. "type" "msgcolor"
  3376. "games" "tf,cstrike"
  3377. }
  3378. "Aqua"
  3379. {
  3380. "color" "{aqua}"
  3381. "price" "120"
  3382. "type" "msgcolor"
  3383. "games" "tf,cstrike"
  3384. }
  3385. "Aquamarine"
  3386. {
  3387. "color" "{aquamarine}"
  3388. "price" "120"
  3389. "type" "msgcolor"
  3390. "games" "tf,cstrike"
  3391. }
  3392. "Azure"
  3393. {
  3394. "color" "{azure}"
  3395. "price" "120"
  3396. "type" "msgcolor"
  3397. "games" "tf,cstrike"
  3398. }
  3399. "Beige"
  3400. {
  3401. "color" "{beige}"
  3402. "price" "120"
  3403. "type" "msgcolor"
  3404. "games" "tf,cstrike"
  3405. }
  3406. "Bisque"
  3407. {
  3408. "color" "{bisque}"
  3409. "price" "120"
  3410. "type" "msgcolor"
  3411. "games" "tf,cstrike"
  3412. }
  3413. "Black"
  3414. {
  3415. "color" "{black}"
  3416. "price" "120"
  3417. "type" "msgcolor"
  3418. "games" "tf,cstrike"
  3419. }
  3420. "Blanche Dalmond"
  3421. {
  3422. "color" "{blanchedalmond}"
  3423. "price" "120"
  3424. "type" "msgcolor"
  3425. "games" "tf,cstrike"
  3426. }
  3427. "Blue"
  3428. {
  3429. "color" "{blue}"
  3430. "price" "120"
  3431. "type" "msgcolor"
  3432. "games" "tf,cstrike"
  3433. }
  3434. "Blue Violet"
  3435. {
  3436. "color" "{blueviolet}"
  3437. "price" "120"
  3438. "type" "msgcolor"
  3439. "games" "tf,cstrike"
  3440. }
  3441. "Brown"
  3442. {
  3443. "color" "{brown}"
  3444. "price" "120"
  3445. "type" "msgcolor"
  3446. "games" "tf,cstrike"
  3447. }
  3448. "Burly Wood"
  3449. {
  3450. "color" "{burlywood}"
  3451. "price" "120"
  3452. "type" "msgcolor"
  3453. "games" "tf,cstrike"
  3454. }
  3455. "Cadet Blue"
  3456. {
  3457. "color" "{cadetblue}"
  3458. "price" "120"
  3459. "type" "msgcolor"
  3460. "games" "tf,cstrike"
  3461. }
  3462. "Chartreuse"
  3463. {
  3464. "color" "{chartreuse}"
  3465. "price" "120"
  3466. "type" "msgcolor"
  3467. "games" "tf,cstrike"
  3468. }
  3469. "Chocolate"
  3470. {
  3471. "color" "{chocolate}"
  3472. "price" "120"
  3473. "type" "msgcolor"
  3474. "games" "tf,cstrike"
  3475. }
  3476. "Community"
  3477. {
  3478. "color" "{community}"
  3479. "price" "120"
  3480. "type" "msgcolor"
  3481. "games" "tf,cstrike"
  3482. }
  3483. "Coral"
  3484. {
  3485. "color" "{coral}"
  3486. "price" "120"
  3487. "type" "msgcolor"
  3488. "games" "tf,cstrike"
  3489. }
  3490. "Cornflower Blue"
  3491. {
  3492. "color" "{cornflowerblue}"
  3493. "price" "120"
  3494. "type" "msgcolor"
  3495. "games" "tf,cstrike"
  3496. }
  3497. "Corn Silk"
  3498. {
  3499. "color" "{cornsilk}"
  3500. "price" "120"
  3501. "type" "msgcolor"
  3502. "games" "tf,cstrike"
  3503. }
  3504. "Crimson"
  3505. {
  3506. "color" "{crimson}"
  3507. "price" "120"
  3508. "type" "msgcolor"
  3509. "games" "tf,cstrike"
  3510. }
  3511. "Cyan"
  3512. {
  3513. "color" "{cyan}"
  3514. "price" "120"
  3515. "type" "msgcolor"
  3516. "games" "tf,cstrike"
  3517. }
  3518.  
  3519. "Dark Blue"
  3520. {
  3521. "color" "{darkblue}"
  3522. "price" "120"
  3523. "type" "msgcolor"
  3524. "games" "tf,cstrike"
  3525. }
  3526.  
  3527. "Dark Cyan"
  3528. {
  3529. "color" "{darkcyan}"
  3530. "price" "120"
  3531. "type" "msgcolor"
  3532. "games" "tf,cstrike"
  3533. }
  3534.  
  3535. "Dark Golden Rod"
  3536. {
  3537. "color" "{darkgoldenrod}"
  3538. "price" "120"
  3539. "type" "msgcolor"
  3540. "games" "tf,cstrike"
  3541. }
  3542.  
  3543. "Dark Gray"
  3544. {
  3545. "color" "{darkgray}"
  3546. "price" "120"
  3547. "type" "msgcolor"
  3548. "games" "tf,cstrike"
  3549. }
  3550.  
  3551. "Dark Green"
  3552. {
  3553. "color" "{darkgreen}"
  3554. "price" "120"
  3555. "type" "msgcolor"
  3556. "games" "tf,cstrike"
  3557. }
  3558.  
  3559. "Dark khaki"
  3560. {
  3561. "color" "{darkkhaki}"
  3562. "price" "120"
  3563. "type" "msgcolor"
  3564. "games" "tf,cstrike"
  3565. }
  3566.  
  3567. "Dark magenta"
  3568. {
  3569. "color" "{darkmagenta}"
  3570. "price" "120"
  3571. "type" "msgcolor"
  3572. "games" "tf,cstrike"
  3573. }
  3574.  
  3575. "Dark oliveGreen"
  3576. {
  3577. "color" "{darkolivegreen}"
  3578. "price" "120"
  3579. "type" "msgcolor"
  3580. "games" "tf,cstrike"
  3581. }
  3582.  
  3583. "Dark orange"
  3584. {
  3585. "color" "{darkorange}"
  3586. "price" "120"
  3587. "type" "msgcolor"
  3588. "games" "tf,cstrike"
  3589. }
  3590.  
  3591. "Dark Orchid"
  3592. {
  3593. "color" "{darkorchid}"
  3594. "price" "120"
  3595. "type" "msgcolor"
  3596. "games" "tf,cstrike"
  3597. }
  3598.  
  3599. "Dark Red"
  3600. {
  3601. "color" "{darkred}"
  3602. "price" "120"
  3603. "type" "msgcolor"
  3604. }
  3605.  
  3606. "Dark salmon"
  3607. {
  3608. "color" "{darksalmon}"
  3609. "price" "120"
  3610. "type" "msgcolor"
  3611. "games" "tf,cstrike"
  3612. }
  3613.  
  3614. "Dark Sea Green"
  3615. {
  3616. "color" "{darkseagreen}"
  3617. "price" "120"
  3618. "type" "msgcolor"
  3619. "games" "tf,cstrike"
  3620. }
  3621.  
  3622. "Dark SlateBlue"
  3623. {
  3624. "color" "{darkslateblue}"
  3625. "price" "120"
  3626. "type" "msgcolor"
  3627. "games" "tf,cstrike"
  3628. }
  3629.  
  3630. "Dark Slategray"
  3631. {
  3632. "color" "{darkslategray}"
  3633. "price" "120"
  3634. "type" "msgcolor"
  3635. "games" "tf,cstrike"
  3636. }
  3637.  
  3638. "Dark Turquoise"
  3639. {
  3640. "color" "{darkturquoise}"
  3641. "price" "120"
  3642. "type" "msgcolor"
  3643. "games" "tf,cstrike"
  3644. }
  3645.  
  3646. "Dark Violet"
  3647. {
  3648. "color" "{darkviolet}"
  3649. "price" "120"
  3650. "type" "msgcolor"
  3651. "games" "tf,cstrike"
  3652. }
  3653.  
  3654. "Deep Pink"
  3655. {
  3656. "color" "{deeppink}"
  3657. "price" "120"
  3658. "type" "msgcolor"
  3659. "games" "tf,cstrike"
  3660. }
  3661.  
  3662. "Deep Skyblue"
  3663. {
  3664. "color" "{deepskyblue}"
  3665. "price" "120"
  3666. "type" "msgcolor"
  3667. "games" "tf,cstrike"
  3668. }
  3669.  
  3670. "Dimgray"
  3671. {
  3672. "color" "{dimgray}"
  3673. "price" "120"
  3674. "type" "msgcolor"
  3675. "games" "tf,cstrike"
  3676. }
  3677.  
  3678. "Dodger Blue"
  3679. {
  3680. "color" "{dodgerblue}"
  3681. "price" "120"
  3682. "type" "msgcolor"
  3683. "games" "tf,cstrike"
  3684. }
  3685.  
  3686. "Firebrick"
  3687. {
  3688. "color" "{firebrick}"
  3689. "price" "120"
  3690. "type" "msgcolor"
  3691. "games" "tf,cstrike"
  3692. }
  3693.  
  3694. "Floral White"
  3695. {
  3696. "color" "{floralwhite}"
  3697. "price" "120"
  3698. "type" "msgcolor"
  3699. "games" "tf,cstrike"
  3700. }
  3701.  
  3702. "Forest Green"
  3703. {
  3704. "color" "{forestgreen}"
  3705. "price" "120"
  3706. "type" "msgcolor"
  3707. "games" "tf,cstrike"
  3708. }
  3709.  
  3710. "Fuchsia"
  3711. {
  3712. "color" "{fuchsia}"
  3713. "price" "120"
  3714. "type" "msgcolor"
  3715. "games" "tf,cstrike"
  3716. }
  3717.  
  3718. "Full Blue"
  3719. {
  3720. "color" "{fullblue}"
  3721. "price" "120"
  3722. "type" "msgcolor"
  3723. "games" "tf,cstrike"
  3724. }
  3725.  
  3726. "Full Red"
  3727. {
  3728. "color" "{fullred}"
  3729. "price" "120"
  3730. "type" "msgcolor"
  3731. "games" "tf,cstrike"
  3732. }
  3733.  
  3734. "Gainsboro"
  3735. {
  3736. "color" "{gainsboro}"
  3737. "price" "120"
  3738. "type" "msgcolor"
  3739. "games" "tf,cstrike"
  3740. }
  3741.  
  3742. "Genuine"
  3743. {
  3744. "color" "{genuine}"
  3745. "price" "120"
  3746. "type" "msgcolor"
  3747. "games" "tf,cstrike"
  3748. }
  3749.  
  3750. "Ghost White"
  3751. {
  3752. "color" "{ghostwhite}"
  3753. "price" "120"
  3754. "type" "msgcolor"
  3755. "games" "tf,cstrike"
  3756. }
  3757.  
  3758. "Gold"
  3759. {
  3760. "color" "{gold}"
  3761. "price" "120"
  3762. "type" "msgcolor"
  3763. "games" "tf,cstrike"
  3764. }
  3765.  
  3766. "Goldenrod"
  3767. {
  3768. "color" "{goldenrod}"
  3769. "price" "120"
  3770. "type" "msgcolor"
  3771. "games" "tf,cstrike"
  3772. }
  3773.  
  3774. "Gray"
  3775. {
  3776. "color" "{gray}"
  3777. "price" "120"
  3778. "type" "msgcolor"
  3779. }
  3780.  
  3781. "Green"
  3782. {
  3783. "color" "{green}"
  3784. "price" "120"
  3785. "type" "msgcolor"
  3786. }
  3787.  
  3788. "Green Yellow"
  3789. {
  3790. "color" "{greenyellow}"
  3791. "price" "120"
  3792. "type" "msgcolor"
  3793. "games" "tf,cstrike"
  3794. }
  3795.  
  3796. "Haunted"
  3797. {
  3798. "color" "{haunted}"
  3799. "price" "120"
  3800. "type" "msgcolor"
  3801. "games" "tf,cstrike"
  3802. }
  3803.  
  3804. "Honeydew"
  3805. {
  3806. "color" "{honeydew}"
  3807. "price" "120"
  3808. "type" "msgcolor"
  3809. "games" "tf,cstrike"
  3810. }
  3811.  
  3812. "Hot Pink"
  3813. {
  3814. "color" "{hotpink}"
  3815. "price" "120"
  3816. "type" "msgcolor"
  3817. "games" "tf,cstrike"
  3818. }
  3819.  
  3820. "Indian Red"
  3821. {
  3822. "color" "{indianred}"
  3823. "price" "120"
  3824. "type" "msgcolor"
  3825. "games" "tf,cstrike"
  3826. }
  3827.  
  3828. "Indigo"
  3829. {
  3830. "color" "{indigo}"
  3831. "price" "120"
  3832. "type" "msgcolor"
  3833. "games" "tf,cstrike"
  3834. }
  3835.  
  3836. "Ivory"
  3837. {
  3838. "color" "{ivory}"
  3839. "price" "120"
  3840. "type" "msgcolor"
  3841. "games" "tf,cstrike"
  3842. }
  3843.  
  3844. "Khaki"
  3845. {
  3846. "color" "{khaki}"
  3847. "price" "120"
  3848. "type" "msgcolor"
  3849. "games" "tf,cstrike"
  3850. }
  3851.  
  3852. "Lavender"
  3853. {
  3854. "color" "{lavender}"
  3855. "price" "120"
  3856. "type" "msgcolor"
  3857. "games" "tf,cstrike"
  3858. }
  3859.  
  3860. "Lavender Blush"
  3861. {
  3862. "color" "{lavenderblush}"
  3863. "price" "120"
  3864. "type" "msgcolor"
  3865. "games" "tf,cstrike"
  3866. }
  3867.  
  3868. "Lawn Green"
  3869. {
  3870. "color" "{lawngreen}"
  3871. "price" "120"
  3872. "type" "msgcolor"
  3873. "games" "tf,cstrike"
  3874. }
  3875.  
  3876. "Lemon Chiffon"
  3877. {
  3878. "color" "{lemonchiffon}"
  3879. "price" "120"
  3880. "type" "msgcolor"
  3881. "games" "tf,cstrike"
  3882. }
  3883.  
  3884. "Light Blue"
  3885. {
  3886. "color" "{lightblue}"
  3887. "price" "120"
  3888. "type" "msgcolor"
  3889. "games" "tf,cstrike"
  3890. }
  3891.  
  3892. "Light Coral"
  3893. {
  3894. "color" "{lightcoral}"
  3895. "price" "120"
  3896. "type" "msgcolor"
  3897. "games" "tf,cstrike"
  3898. }
  3899.  
  3900. "Light Cyan"
  3901. {
  3902. "color" "{lightcyan}"
  3903. "price" "120"
  3904. "type" "msgcolor"
  3905. "games" "tf,cstrike"
  3906. }
  3907.  
  3908. "Light Goldenrod Yellow"
  3909. {
  3910. "color" "{lightgoldenrodyellow}"
  3911. "price" "120"
  3912. "type" "msgcolor"
  3913. "games" "tf,cstrike"
  3914. }
  3915.  
  3916. "Light Gray"
  3917. {
  3918. "color" "{lightgray}"
  3919. "price" "120"
  3920. "type" "msgcolor"
  3921. "games" "tf,cstrike"
  3922. }
  3923.  
  3924. "Light Red"
  3925. {
  3926. "color" "{lightred}"
  3927. "price" "120"
  3928. "type" "msgcolor"
  3929. }
  3930.  
  3931. "Light Green"
  3932. {
  3933. "color" "{lightgreen}"
  3934. "price" "120"
  3935. "type" "msgcolor"
  3936. "games" "tf,cstrike"
  3937. }
  3938.  
  3939. "Light Pink"
  3940. {
  3941. "color" "{lightpink}"
  3942. "price" "120"
  3943. "type" "msgcolor"
  3944. "games" "tf,cstrike"
  3945. }
  3946.  
  3947. "Light Salmon"
  3948. {
  3949. "color" "{lightsalmon}"
  3950. "price" "120"
  3951. "type" "msgcolor"
  3952. "games" "tf,cstrike"
  3953. }
  3954.  
  3955. "Light Sea Green"
  3956. {
  3957. "color" "{lightseagreen}"
  3958. "price" "120"
  3959. "type" "msgcolor"
  3960. "games" "tf,cstrike"
  3961. }
  3962.  
  3963. "Light Skyblue"
  3964. {
  3965. "color" "{lightskyblue}"
  3966. "price" "120"
  3967. "type" "msgcolor"
  3968. "games" "tf,cstrike"
  3969. }
  3970.  
  3971. "Light Slategray"
  3972. {
  3973. "color" "{lightslategray}"
  3974. "price" "120"
  3975. "type" "msgcolor"
  3976. "games" "tf,cstrike"
  3977. }
  3978.  
  3979. "Light Steel Blue"
  3980. {
  3981. "color" "{lightsteelblue}"
  3982. "price" "120"
  3983. "type" "msgcolor"
  3984. "games" "tf,cstrike"
  3985. }
  3986.  
  3987. "Light Yellow"
  3988. {
  3989. "color" "{lightyellow}"
  3990. "price" "120"
  3991. "type" "msgcolor"
  3992. "games" "tf,cstrike"
  3993. }
  3994.  
  3995. "Lime"
  3996. {
  3997. "color" "{lime}"
  3998. "price" "120"
  3999. "type" "msgcolor"
  4000. }
  4001.  
  4002. "Lime Green"
  4003. {
  4004. "color" "{limegreen}"
  4005. "price" "120"
  4006. "type" "msgcolor"
  4007. "games" "tf,cstrike"
  4008. }
  4009.  
  4010. "Linen"
  4011. {
  4012. "color" "{linen}"
  4013. "price" "120"
  4014. "type" "msgcolor"
  4015. "games" "tf,cstrike"
  4016. }
  4017.  
  4018. "Magenta"
  4019. {
  4020. "color" "{magenta}"
  4021. "price" "120"
  4022. "type" "msgcolor"
  4023. "games" "tf,cstrike"
  4024. }
  4025.  
  4026. "Maroon"
  4027. {
  4028. "color" "{maroon}"
  4029. "price" "120"
  4030. "type" "msgcolor"
  4031. "games" "tf,cstrike"
  4032. }
  4033.  
  4034. "Medium Aquamarine"
  4035. {
  4036. "color" "{mediumaquamarine}"
  4037. "price" "120"
  4038. "type" "msgcolor"
  4039. "games" "tf,cstrike"
  4040. }
  4041.  
  4042. "Medium Blue"
  4043. {
  4044. "color" "{mediumblue}"
  4045. "price" "120"
  4046. "type" "msgcolor"
  4047. "games" "tf,cstrike"
  4048. }
  4049.  
  4050. "Medium Orchid"
  4051. {
  4052. "color" "{mediumorchid}"
  4053. "price" "120"
  4054. "type" "msgcolor"
  4055. "games" "tf,cstrike"
  4056. }
  4057.  
  4058. "Medium Purple"
  4059. {
  4060. "color" "{mediumpurple}"
  4061. "price" "120"
  4062. "type" "msgcolor"
  4063. "games" "tf,cstrike"
  4064. }
  4065.  
  4066. "Medium Sea Green"
  4067. {
  4068. "color" "{mediumseagreen}"
  4069. "price" "120"
  4070. "type" "msgcolor"
  4071. "games" "tf,cstrike"
  4072. }
  4073.  
  4074. "Medium Slate Blue"
  4075. {
  4076. "color" "{mediumslateblue}"
  4077. "price" "120"
  4078. "type" "msgcolor"
  4079. "games" "tf,cstrike"
  4080. }
  4081.  
  4082. "Medium Spring Green"
  4083. {
  4084. "color" "{mediumspringgreen}"
  4085. "price" "120"
  4086. "type" "msgcolor"
  4087. "games" "tf,cstrike"
  4088. }
  4089.  
  4090. "Medium Turquoise"
  4091. {
  4092. "color" "{mediumturquoise}"
  4093. "price" "120"
  4094. "type" "msgcolor"
  4095. "games" "tf,cstrike"
  4096. }
  4097.  
  4098. "Medium Violet Red"
  4099. {
  4100. "color" "{mediumvioletred}"
  4101. "price" "120"
  4102. "type" "msgcolor"
  4103. "games" "tf,cstrike"
  4104. }
  4105.  
  4106. "Midnight Blue"
  4107. {
  4108. "color" "{midnightblue}"
  4109. "price" "120"
  4110. "type" "msgcolor"
  4111. "games" "tf,cstrike"
  4112. }
  4113.  
  4114. "Mintcream"
  4115. {
  4116. "color" "{mintcream}"
  4117. "price" "120"
  4118. "type" "msgcolor"
  4119. "games" "tf,cstrike"
  4120. }
  4121.  
  4122. "Misty Rose"
  4123. {
  4124. "color" "{mistyrose}"
  4125. "price" "120"
  4126. "type" "msgcolor"
  4127. "games" "tf,cstrike"
  4128. }
  4129.  
  4130. "Moccasin"
  4131. {
  4132. "color" "{moccasin}"
  4133. "price" "120"
  4134. "type" "msgcolor"
  4135. "games" "tf,cstrike"
  4136. }
  4137.  
  4138. "Navajo White"
  4139. {
  4140. "color" "{navajowhite}"
  4141. "price" "120"
  4142. "type" "msgcolor"
  4143. "games" "tf,cstrike"
  4144. }
  4145.  
  4146. "Navy"
  4147. {
  4148. "color" "{navy}"
  4149. "price" "120"
  4150. "type" "msgcolor"
  4151. "games" "tf,cstrike"
  4152. }
  4153.  
  4154. "Old Lace"
  4155. {
  4156. "color" "{oldlace}"
  4157. "price" "120"
  4158. "type" "msgcolor"
  4159. "games" "tf,cstrike"
  4160. }
  4161.  
  4162. "Olive"
  4163. {
  4164. "color" "{olive}"
  4165. "price" "120"
  4166. "type" "msgcolor"
  4167. }
  4168.  
  4169. "Olive Drab"
  4170. {
  4171. "color" "{olivedrab}"
  4172. "price" "120"
  4173. "type" "msgcolor"
  4174. "games" "tf,cstrike"
  4175. }
  4176.  
  4177. "Orange"
  4178. {
  4179. "color" "{orange}"
  4180. "price" "120"
  4181. "type" "msgcolor"
  4182. "games" "tf,cstrike"
  4183. }
  4184.  
  4185. "Orange Red"
  4186. {
  4187. "color" "{orangered}"
  4188. "price" "120"
  4189. "type" "msgcolor"
  4190. "games" "tf,cstrike"
  4191. }
  4192.  
  4193. "Orchid"
  4194. {
  4195. "color" "{orchid}"
  4196. "price" "120"
  4197. "type" "msgcolor"
  4198. "games" "tf,cstrike"
  4199. }
  4200.  
  4201. "Pale Golden Rod"
  4202. {
  4203. "color" "{palegoldenrod}"
  4204. "price" "120"
  4205. "type" "msgcolor"
  4206. "games" "tf,cstrike"
  4207. }
  4208.  
  4209. "Pale Green"
  4210. {
  4211. "color" "{palegreen}"
  4212. "price" "120"
  4213. "type" "msgcolor"
  4214. "games" "tf,cstrike"
  4215. }
  4216.  
  4217. "Pale Turquoise"
  4218. {
  4219. "color" "{paleturquoise}"
  4220. "price" "120"
  4221. "type" "msgcolor"
  4222. "games" "tf,cstrike"
  4223. }
  4224.  
  4225. "Pale violetRed"
  4226. {
  4227. "color" "{palevioletred}"
  4228. "price" "120"
  4229. "type" "msgcolor"
  4230. "games" "tf,cstrike"
  4231. }
  4232.  
  4233. "Papaya Whip"
  4234. {
  4235. "color" "{papayawhip}"
  4236. "price" "120"
  4237. "type" "msgcolor"
  4238. "games" "tf,cstrike"
  4239. }
  4240.  
  4241. "Peach Puff"
  4242. {
  4243. "color" "{peachpuff}"
  4244. "price" "120"
  4245. "type" "msgcolor"
  4246. "games" "tf,cstrike"
  4247. }
  4248.  
  4249. "Peru"
  4250. {
  4251. "color" "{peru}"
  4252. "price" "120"
  4253. "type" "msgcolor"
  4254. "games" "tf,cstrike"
  4255. }
  4256.  
  4257. "Pink"
  4258. {
  4259. "color" "{pink}"
  4260. "price" "120"
  4261. "type" "msgcolor"
  4262. "games" "tf,cstrike"
  4263. }
  4264.  
  4265. "Plum"
  4266. {
  4267. "color" "{plum}"
  4268. "price" "120"
  4269. "type" "msgcolor"
  4270. "games" "tf,cstrike"
  4271. }
  4272.  
  4273. "Powder Blue"
  4274. {
  4275. "color" "{powderblue}"
  4276. "price" "120"
  4277. "type" "msgcolor"
  4278. "games" "tf,cstrike"
  4279. }
  4280.  
  4281. "Purple"
  4282. {
  4283. "color" "{purple}"
  4284. "price" "120"
  4285. "type" "msgcolor"
  4286. "games" "tf,cstrike"
  4287. }
  4288.  
  4289. "Red"
  4290. {
  4291. "color" "{red}"
  4292. "price" "120"
  4293. "type" "msgcolor"
  4294. "games" "tf,cstrike"
  4295. }
  4296.  
  4297. "Rosy Brown"
  4298. {
  4299. "color" "{rosybrown}"
  4300. "price" "120"
  4301. "type" "msgcolor"
  4302. "games" "tf,cstrike"
  4303. }
  4304.  
  4305. "Royal Blue"
  4306. {
  4307. "color" "{royalblue}"
  4308. "price" "120"
  4309. "type" "msgcolor"
  4310. "games" "tf,cstrike"
  4311. }
  4312.  
  4313. "Saddle Brown"
  4314. {
  4315. "color" "{saddlebrown}"
  4316. "price" "120"
  4317. "type" "msgcolor"
  4318. "games" "tf,cstrike"
  4319. }
  4320.  
  4321. "Salmon"
  4322. {
  4323. "color" "{salmon}"
  4324. "price" "120"
  4325. "type" "msgcolor"
  4326. "games" "tf,cstrike"
  4327. }
  4328. "Sandy Brown"
  4329. {
  4330. "color" "{sandybrown}"
  4331. "price" "120"
  4332. "type" "msgcolor"
  4333. "games" "tf,cstrike"
  4334. }
  4335. "Sea Green"
  4336. {
  4337. "color" "{seagreen}"
  4338. "price" "120"
  4339. "type" "msgcolor"
  4340. "games" "tf,cstrike"
  4341. }
  4342. "Seashell"
  4343. {
  4344. "color" "{seashell}"
  4345. "price" "120"
  4346. "type" "msgcolor"
  4347. "games" "tf,cstrike"
  4348. }
  4349. "Sienna"
  4350. {
  4351. "color" "{sienna}"
  4352. "price" "120"
  4353. "type" "msgcolor"
  4354. "games" "tf,cstrike"
  4355. }
  4356. "Silver"
  4357. {
  4358. "color" "{silver}"
  4359. "price" "120"
  4360. "type" "msgcolor"
  4361. "games" "tf,cstrike"
  4362. }
  4363. "Skyblue"
  4364. {
  4365. "color" "{skyblue}"
  4366. "price" "120"
  4367. "type" "msgcolor"
  4368. "games" "tf,cstrike"
  4369. }
  4370. "Slate blue"
  4371. {
  4372. "color" "{slateblue}"
  4373. "price" "120"
  4374. "type" "msgcolor"
  4375. "games" "tf,cstrike"
  4376. }
  4377. "Slate Gray"
  4378. {
  4379. "color" "{slategray}"
  4380. "price" "120"
  4381. "type" "msgcolor"
  4382. "games" "tf,cstrike"
  4383. }
  4384. "Snow"
  4385. {
  4386. "color" "{snow}"
  4387. "price" "120"
  4388. "type" "msgcolor"
  4389. "games" "tf,cstrike"
  4390. }
  4391. "Spring Green"
  4392. {
  4393. "color" "{springgreen}"
  4394. "price" "120"
  4395. "type" "msgcolor"
  4396. "games" "tf,cstrike"
  4397. }
  4398. "Steel Blue"
  4399. {
  4400. "color" "{steelblue}"
  4401. "price" "120"
  4402. "type" "msgcolor"
  4403. "games" "tf,cstrike"
  4404. }
  4405. "Tan"
  4406. {
  4407. "color" "{tan}"
  4408. "price" "120"
  4409. "type" "msgcolor"
  4410. "games" "tf,cstrike"
  4411. }
  4412. "Teal"
  4413. {
  4414. "color" "{teal}"
  4415. "price" "120"
  4416. "type" "msgcolor"
  4417. "games" "tf,cstrike"
  4418. }
  4419. "Thistle"
  4420. {
  4421. "color" "{thistle}"
  4422. "price" "120"
  4423. "type" "msgcolor"
  4424. "games" "tf,cstrike"
  4425. }
  4426. "Tomato"
  4427. {
  4428. "color" "{tomato}"
  4429. "price" "120"
  4430. "type" "msgcolor"
  4431. "games" "tf,cstrike"
  4432. }
  4433. "Turquoise"
  4434. {
  4435. "color" "{turquoise}"
  4436. "price" "120"
  4437. "type" "msgcolor"
  4438. "games" "tf,cstrike"
  4439. }
  4440. "Violet"
  4441. {
  4442. "color" "{violet}"
  4443. "price" "120"
  4444. "type" "msgcolor"
  4445. "games" "tf,cstrike"
  4446. }
  4447. "Wheat"
  4448. {
  4449. "color" "{wheat}"
  4450. "price" "120"
  4451. "type" "msgcolor"
  4452. "games" "tf,cstrike"
  4453. }
  4454. "White"
  4455. {
  4456. "color" "{white}"
  4457. "price" "120"
  4458. "type" "msgcolor"
  4459. }
  4460. "Yellow"
  4461. {
  4462. "color" "{yellow}"
  4463. "price" "120"
  4464. "type" "msgcolor"
  4465. "games" "tf,cstrike"
  4466. }
  4467. "Yellow Green"
  4468. {
  4469. "color" "{yellowgreen}"
  4470. "price" "120"
  4471. "type" "msgcolor"
  4472. "games" "tf,cstrike"
  4473. }
  4474. }
  4475.  
  4476.  
  4477. "Paintball"
  4478. {
  4479. "flag" "a"
  4480. "price" "500"
  4481. "type" "paintball"
  4482. "Decals"
  4483. {
  4484. "cyan"
  4485. {
  4486. "material" "paintball/pb_cyan.vmt"
  4487. }
  4488. "green"
  4489. {
  4490. "material" "paintball/pb_green.vmt"
  4491. }
  4492. "pink"
  4493. {
  4494. "material" "paintball/pb_pink.vmt"
  4495. }
  4496. "orange"
  4497. {
  4498. "material" "paintball/pb_orange.vmt"
  4499. }
  4500. "yellow"
  4501. {
  4502. "material" "paintball/pb_yellow.vmt"
  4503. }
  4504. }
  4505. }
  4506. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement