Advertisement
Guest User

Untitled

a guest
May 11th, 2018
1,255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 MB | None | 0 0
  1. "items_game"
  2. {
  3. "game_info"
  4. {
  5. "first_valid_class" "2"
  6. "last_valid_class" "3"
  7. "first_valid_item_slot" "0"
  8. "last_valid_item_slot" "54"
  9. "num_item_presets" "4"
  10. }
  11. "rarities"
  12. {
  13. "default"
  14. {
  15. "value" "0"
  16. "loc_key" "Rarity_Default"
  17. "loc_key_weapon" "Rarity_Default_Weapon"
  18. "color" "desc_default"
  19. "drop_sound" "EndMatch.ItemRevealRarityCommon"
  20. }
  21. "common"
  22. {
  23. "value" "1"
  24. "loc_key" "Rarity_Common"
  25. "loc_key_weapon" "Rarity_Common_Weapon"
  26. "color" "desc_common"
  27. "weight" "10000000"
  28. "next_rarity" "uncommon"
  29. "drop_sound" "EndMatch.ItemRevealRarityCommon"
  30. }
  31. "uncommon"
  32. {
  33. "value" "2"
  34. "loc_key" "Rarity_Uncommon"
  35. "loc_key_weapon" "Rarity_Uncommon_Weapon"
  36. "color" "desc_uncommon"
  37. "weight" "2000000"
  38. "next_rarity" "rare"
  39. "drop_sound" "EndMatch.ItemRevealRarityUncommon"
  40. }
  41. "rare"
  42. {
  43. "value" "3"
  44. "loc_key" "Rarity_Rare"
  45. "loc_key_weapon" "Rarity_Rare_Weapon"
  46. "color" "desc_rare"
  47. "weight" "400000"
  48. "next_rarity" "mythical"
  49. "drop_sound" "EndMatch.ItemRevealRarityRare"
  50. }
  51. "mythical"
  52. {
  53. "value" "4"
  54. "loc_key" "Rarity_Mythical"
  55. "loc_key_weapon" "Rarity_Mythical_Weapon"
  56. "color" "desc_mythical"
  57. "weight" "80000"
  58. "drop_sound" "EndMatch.ItemRevealRarityMythical"
  59. }
  60. "legendary"
  61. {
  62. "value" "5"
  63. "loc_key" "Rarity_Legendary"
  64. "loc_key_weapon" "Rarity_Legendary_Weapon"
  65. "color" "desc_legendary"
  66. "drop_sound" "EndMatch.ItemRevealRarityLegendary"
  67. }
  68. "ancient"
  69. {
  70. "value" "6"
  71. "loc_key" "Rarity_Ancient"
  72. "loc_key_weapon" "Rarity_Ancient_Weapon"
  73. "color" "desc_ancient"
  74. "drop_sound" "EndMatch.ItemRevealRarityLegendary"
  75. }
  76. "immortal"
  77. {
  78. "value" "7"
  79. "loc_key" "Rarity_Contraband"
  80. "loc_key_weapon" "Rarity_Contraband_Weapon"
  81. "color" "desc_immortal"
  82. "drop_sound" "EndMatch.ItemRevealRarityLegendary"
  83. }
  84. "unusual"
  85. {
  86. "value" "99"
  87. "loc_key" "Unusual"
  88. "loc_key_weapon" "Rarity_Unusual"
  89. "color" "desc_unusual"
  90. }
  91. }
  92. "qualities"
  93. {
  94. "normal"
  95. {
  96. "value" "0"
  97. "weight" "1"
  98. "hexColor" "#B2B2B2"
  99. }
  100. "genuine"
  101. {
  102. "value" "1"
  103. "weight" "180"
  104. "hexColor" "#4D7455"
  105. }
  106. "vintage"
  107. {
  108. "value" "2"
  109. "weight" "40"
  110. "hexColor" "#476291"
  111. }
  112. "unusual"
  113. {
  114. "value" "3"
  115. "weight" "100"
  116. "hexColor" "#8650AC"
  117. }
  118. "unique"
  119. {
  120. "value" "4"
  121. "weight" "10"
  122. "hexColor" "#D2D2D2"
  123. }
  124. "community"
  125. {
  126. "value" "5"
  127. "weight" "200"
  128. "hexColor" "#70B04A"
  129. }
  130. "developer"
  131. {
  132. "value" "6"
  133. "weight" "400"
  134. "hexColor" "#A50F79"
  135. }
  136. "selfmade"
  137. {
  138. "value" "7"
  139. "weight" "300"
  140. "hexColor" "#70B04A"
  141. }
  142. "customized"
  143. {
  144. "value" "8"
  145. "weight" "0"
  146. "hexColor" "#00FF00"
  147. }
  148. "strange"
  149. {
  150. "value" "9"
  151. "weight" "150"
  152. "hexColor" "#CF6A32"
  153. }
  154. "completed"
  155. {
  156. "value" "10"
  157. "weight" "0"
  158. "hexColor" "#8650AC"
  159. }
  160. "haunted"
  161. {
  162. "value" "11"
  163. "weight" "0"
  164. "hexColor" "#8650AC"
  165. }
  166. "tournament"
  167. {
  168. "value" "12"
  169. "weight" "50"
  170. "hexColor" "#FFD700"
  171. }
  172. }
  173. "colors"
  174. {
  175. "desc_level"
  176. {
  177. "color_name" "ItemAttribLevel"
  178. "hex_color" "#756b5e"
  179. }
  180. "desc_attrib_neutral"
  181. {
  182. "color_name" "ItemAttribNeutral"
  183. "hex_color" "#b2b5b8"
  184. }
  185. "desc_attrib_positive"
  186. {
  187. "color_name" "ItemAttribPositive"
  188. "hex_color" "#99ccff"
  189. }
  190. "desc_attrib_negative"
  191. {
  192. "color_name" "ItemAttribNegative"
  193. "hex_color" "#ff4040"
  194. }
  195. "desc_itemset_name"
  196. {
  197. "color_name" "ItemSetName"
  198. "hex_color" "#9da1a9"
  199. }
  200. "desc_itemset_equipped"
  201. {
  202. "color_name" "ItemSetItemEquipped"
  203. "hex_color" "#9da1a9"
  204. }
  205. "desc_itemset_missing"
  206. {
  207. "color_name" "ItemSetItemMissing"
  208. "hex_color" "#6c7075"
  209. }
  210. "desc_bundle"
  211. {
  212. "color_name" "ItemBundleItem"
  213. "hex_color" "#95af0c"
  214. }
  215. "desc_limited_use"
  216. {
  217. "color_name" "ItemLimitedUse"
  218. "hex_color" "#00a000"
  219. }
  220. "desc_flags"
  221. {
  222. "color_name" "ItemFlags"
  223. "hex_color" "#756b5e"
  224. }
  225. "desc_default"
  226. {
  227. "color_name" "ItemRarityDefault"
  228. "hex_color" "#6a6156"
  229. }
  230. "desc_common"
  231. {
  232. "color_name" "ItemRarityCommon"
  233. "hex_color" "#b0c3d9"
  234. }
  235. "desc_uncommon"
  236. {
  237. "color_name" "ItemRarityUncommon"
  238. "hex_color" "#5e98d9"
  239. }
  240. "desc_rare"
  241. {
  242. "color_name" "ItemRarityRare"
  243. "hex_color" "#4b69ff"
  244. }
  245. "desc_mythical"
  246. {
  247. "color_name" "ItemRarityMythical"
  248. "hex_color" "#8847ff"
  249. }
  250. "desc_legendary"
  251. {
  252. "color_name" "ItemRarityLegendary"
  253. "hex_color" "#d32ce6"
  254. }
  255. "desc_ancient"
  256. {
  257. "color_name" "ItemRarityAncient"
  258. "hex_color" "#eb4b4b"
  259. }
  260. "desc_immortal"
  261. {
  262. "color_name" "ItemRarityImmortal"
  263. "hex_color" "#e4ae39"
  264. }
  265. "desc_strange"
  266. {
  267. "color_name" "Strange"
  268. "hex_color" "#CF6A32"
  269. }
  270. "desc_unusual"
  271. {
  272. "color_name" "Unusual"
  273. "hex_color" "#ffd700"
  274. }
  275. }
  276. "graffiti_tints"
  277. {
  278. "brick_red"
  279. {
  280. "id" "1"
  281. "hex_color" "#874444"
  282. }
  283. "blood_red"
  284. {
  285. "id" "2"
  286. "hex_color" "#b14d4d"
  287. }
  288. "tiger_orange"
  289. {
  290. "id" "3"
  291. "hex_color" "#b87148"
  292. }
  293. "dust_brown"
  294. {
  295. "id" "4"
  296. "hex_color" "#8f7d5d"
  297. }
  298. "desert_amber"
  299. {
  300. "id" "5"
  301. "hex_color" "#ae833d"
  302. }
  303. "tracer_yellow"
  304. {
  305. "id" "6"
  306. "hex_color" "#d4c95b"
  307. }
  308. "battle_green"
  309. {
  310. "id" "7"
  311. "hex_color" "#789d53"
  312. }
  313. "jungle_green"
  314. {
  315. "id" "8"
  316. "hex_color" "#417a4a"
  317. }
  318. "frog_green"
  319. {
  320. "id" "9"
  321. "hex_color" "#488f80"
  322. }
  323. "cash_green"
  324. {
  325. "id" "10"
  326. "hex_color" "#a6c4a5"
  327. }
  328. "wire_blue"
  329. {
  330. "id" "11"
  331. "hex_color" "#6ba5b2"
  332. }
  333. "monarch_blue"
  334. {
  335. "id" "12"
  336. "hex_color" "#4e7fa9"
  337. }
  338. "swat_blue"
  339. {
  340. "id" "13"
  341. "hex_color" "#4c5b98"
  342. }
  343. "violent_violet"
  344. {
  345. "id" "14"
  346. "hex_color" "#af92df"
  347. }
  348. "monster_purple"
  349. {
  350. "id" "15"
  351. "hex_color" "#6e4f9f"
  352. }
  353. "bazooka_pink"
  354. {
  355. "id" "16"
  356. "hex_color" "#ba68b2"
  357. }
  358. "princess_pink"
  359. {
  360. "id" "17"
  361. "hex_color" "#9d567a"
  362. }
  363. "war_pig_pink"
  364. {
  365. "id" "18"
  366. "hex_color" "#e4ccd5"
  367. }
  368. "shark_white"
  369. {
  370. "id" "19"
  371. "hex_color" "#c1c1c1"
  372. }
  373. }
  374. "player_loadout_slots"
  375. {
  376. "0" "LOADOUT_POSITION_MELEE"
  377. "1" "LOADOUT_POSITION_C4"
  378. "2" "LOADOUT_POSITION_SECONDARY0"
  379. "3" "LOADOUT_POSITION_SECONDARY1"
  380. "4" "LOADOUT_POSITION_SECONDARY2"
  381. "5" "LOADOUT_POSITION_SECONDARY3"
  382. "6" "LOADOUT_POSITION_SECONDARY4"
  383. "7" "LOADOUT_POSITION_SECONDARY5"
  384. "8" "LOADOUT_POSITION_SMG0"
  385. "9" "LOADOUT_POSITION_SMG1"
  386. "10" "LOADOUT_POSITION_SMG2"
  387. "11" "LOADOUT_POSITION_SMG3"
  388. "12" "LOADOUT_POSITION_SMG4"
  389. "13" "LOADOUT_POSITION_SMG5"
  390. "14" "LOADOUT_POSITION_RIFLE0"
  391. "15" "LOADOUT_POSITION_RIFLE1"
  392. "16" "LOADOUT_POSITION_RIFLE2"
  393. "17" "LOADOUT_POSITION_RIFLE3"
  394. "18" "LOADOUT_POSITION_RIFLE4"
  395. "19" "LOADOUT_POSITION_RIFLE5"
  396. "20" "LOADOUT_POSITION_HEAVY0"
  397. "21" "LOADOUT_POSITION_HEAVY1"
  398. "22" "LOADOUT_POSITION_HEAVY2"
  399. "23" "LOADOUT_POSITION_HEAVY3"
  400. "24" "LOADOUT_POSITION_HEAVY4"
  401. "25" "LOADOUT_POSITION_HEAVY5"
  402. "26" "LOADOUT_POSITION_GRENADE0"
  403. "27" "LOADOUT_POSITION_GRENADE1"
  404. "28" "LOADOUT_POSITION_GRENADE2"
  405. "29" "LOADOUT_POSITION_GRENADE3"
  406. "30" "LOADOUT_POSITION_GRENADE4"
  407. "31" "LOADOUT_POSITION_GRENADE5"
  408. "32" "LOADOUT_POSITION_EQUIPMENT0"
  409. "33" "LOADOUT_POSITION_EQUIPMENT1"
  410. "34" "LOADOUT_POSITION_EQUIPMENT2"
  411. "35" "LOADOUT_POSITION_EQUIPMENT3"
  412. "36" "LOADOUT_POSITION_EQUIPMENT4"
  413. "37" "LOADOUT_POSITION_EQUIPMENT5"
  414. "38" "LOADOUT_POSITION_SPACER1"
  415. "39" "LOADOUT_POSITION_SPACER2"
  416. "40" "LOADOUT_POSITION_SPACER3"
  417. "41" "LOADOUT_POSITION_SPACER4"
  418. "42" "LOADOUT_POSITION_SPACER5"
  419. "43" "LOADOUT_POSITION_SPACER6"
  420. "44" "LOADOUT_POSITION_MISC0"
  421. "45" "LOADOUT_POSITION_MISC1"
  422. "46" "LOADOUT_POSITION_MISC2"
  423. "47" "LOADOUT_POSITION_MISC3"
  424. "48" "LOADOUT_POSITION_MISC4"
  425. "49" "LOADOUT_POSITION_MISC5"
  426. "50" "LOADOUT_POSITION_MISC6"
  427. "51" "LOADOUT_POSITION_MISC7"
  428. "52" "LOADOUT_POSITION_MISC8"
  429. "53" "LOADOUT_POSITION_MISC9"
  430. "54" "LOADOUT_POSITION_SPACER7"
  431. "55" "LOADOUT_POSITION_FLAIR0"
  432. }
  433. "alternate_icons2"
  434. {
  435. "weapon_icons"
  436. {
  437. "65604"
  438. {
  439. "icon_path" "econ/default_generated/weapon_deagle_hy_ddpat_urb_light"
  440. }
  441. "65605"
  442. {
  443. "icon_path" "econ/default_generated/weapon_deagle_hy_ddpat_urb_medium"
  444. }
  445. "65606"
  446. {
  447. "icon_path" "econ/default_generated/weapon_deagle_hy_ddpat_urb_heavy"
  448. }
  449. "65684"
  450. {
  451. "icon_path" "econ/default_generated/weapon_deagle_aa_flames_light"
  452. }
  453. "65685"
  454. {
  455. "icon_path" "econ/default_generated/weapon_deagle_aa_flames_medium"
  456. }
  457. "65686"
  458. {
  459. "icon_path" "econ/default_generated/weapon_deagle_aa_flames_heavy"
  460. }
  461. "65696"
  462. {
  463. "icon_path" "econ/default_generated/weapon_deagle_so_night_light"
  464. }
  465. "65697"
  466. {
  467. "icon_path" "econ/default_generated/weapon_deagle_so_night_medium"
  468. }
  469. "65698"
  470. {
  471. "icon_path" "econ/default_generated/weapon_deagle_so_night_heavy"
  472. }
  473. "65780"
  474. {
  475. "icon_path" "econ/default_generated/weapon_deagle_aa_vertigo_light"
  476. }
  477. "65781"
  478. {
  479. "icon_path" "econ/default_generated/weapon_deagle_aa_vertigo_medium"
  480. }
  481. "65782"
  482. {
  483. "icon_path" "econ/default_generated/weapon_deagle_aa_vertigo_heavy"
  484. }
  485. "65896"
  486. {
  487. "icon_path" "econ/default_generated/weapon_deagle_hy_mottled_sand_light"
  488. }
  489. "65897"
  490. {
  491. "icon_path" "econ/default_generated/weapon_deagle_hy_mottled_sand_medium"
  492. }
  493. "65898"
  494. {
  495. "icon_path" "econ/default_generated/weapon_deagle_hy_mottled_sand_heavy"
  496. }
  497. "66276"
  498. {
  499. "icon_path" "econ/default_generated/weapon_deagle_am_scales_bravo_light"
  500. }
  501. "66277"
  502. {
  503. "icon_path" "econ/default_generated/weapon_deagle_am_scales_bravo_medium"
  504. }
  505. "66278"
  506. {
  507. "icon_path" "econ/default_generated/weapon_deagle_am_scales_bravo_heavy"
  508. }
  509. "66460"
  510. {
  511. "icon_path" "econ/default_generated/weapon_deagle_am_ddpatdense_peacock_light"
  512. }
  513. "66461"
  514. {
  515. "icon_path" "econ/default_generated/weapon_deagle_am_ddpatdense_peacock_medium"
  516. }
  517. "66462"
  518. {
  519. "icon_path" "econ/default_generated/weapon_deagle_am_ddpatdense_peacock_heavy"
  520. }
  521. "66464"
  522. {
  523. "icon_path" "econ/default_generated/weapon_deagle_hy_webs_darker_light"
  524. }
  525. "66465"
  526. {
  527. "icon_path" "econ/default_generated/weapon_deagle_hy_webs_darker_medium"
  528. }
  529. "66466"
  530. {
  531. "icon_path" "econ/default_generated/weapon_deagle_hy_webs_darker_heavy"
  532. }
  533. "66484"
  534. {
  535. "icon_path" "econ/default_generated/weapon_deagle_hy_varicamo_urban_light"
  536. }
  537. "66485"
  538. {
  539. "icon_path" "econ/default_generated/weapon_deagle_hy_varicamo_urban_medium"
  540. }
  541. "66486"
  542. {
  543. "icon_path" "econ/default_generated/weapon_deagle_hy_varicamo_urban_heavy"
  544. }
  545. "66628"
  546. {
  547. "icon_path" "econ/default_generated/weapon_deagle_aq_engraved_deagle_light"
  548. }
  549. "66629"
  550. {
  551. "icon_path" "econ/default_generated/weapon_deagle_aq_engraved_deagle_medium"
  552. }
  553. "66630"
  554. {
  555. "icon_path" "econ/default_generated/weapon_deagle_aq_engraved_deagle_heavy"
  556. }
  557. "66720"
  558. {
  559. "icon_path" "econ/default_generated/weapon_deagle_am_crystallized_dark_light"
  560. }
  561. "66721"
  562. {
  563. "icon_path" "econ/default_generated/weapon_deagle_am_crystallized_dark_medium"
  564. }
  565. "66722"
  566. {
  567. "icon_path" "econ/default_generated/weapon_deagle_am_crystallized_dark_heavy"
  568. }
  569. "66848"
  570. {
  571. "icon_path" "econ/default_generated/weapon_deagle_aq_handcannon_light"
  572. }
  573. "66849"
  574. {
  575. "icon_path" "econ/default_generated/weapon_deagle_aq_handcannon_medium"
  576. }
  577. "66850"
  578. {
  579. "icon_path" "econ/default_generated/weapon_deagle_aq_handcannon_heavy"
  580. }
  581. "66924"
  582. {
  583. "icon_path" "econ/default_generated/weapon_deagle_aq_pilot_deagle_light"
  584. }
  585. "66925"
  586. {
  587. "icon_path" "econ/default_generated/weapon_deagle_aq_pilot_deagle_medium"
  588. }
  589. "66926"
  590. {
  591. "icon_path" "econ/default_generated/weapon_deagle_aq_pilot_deagle_heavy"
  592. }
  593. "66940"
  594. {
  595. "icon_path" "econ/default_generated/weapon_deagle_cu_deagle_aureus_light"
  596. }
  597. "66941"
  598. {
  599. "icon_path" "econ/default_generated/weapon_deagle_cu_deagle_aureus_medium"
  600. }
  601. "66942"
  602. {
  603. "icon_path" "econ/default_generated/weapon_deagle_cu_deagle_aureus_heavy"
  604. }
  605. "67124"
  606. {
  607. "icon_path" "econ/default_generated/weapon_deagle_aq_deagle_naga_light"
  608. }
  609. "67125"
  610. {
  611. "icon_path" "econ/default_generated/weapon_deagle_aq_deagle_naga_medium"
  612. }
  613. "67126"
  614. {
  615. "icon_path" "econ/default_generated/weapon_deagle_aq_deagle_naga_heavy"
  616. }
  617. "67236"
  618. {
  619. "icon_path" "econ/default_generated/weapon_deagle_am_bronze_sparkle_light"
  620. }
  621. "67237"
  622. {
  623. "icon_path" "econ/default_generated/weapon_deagle_am_bronze_sparkle_medium"
  624. }
  625. "67238"
  626. {
  627. "icon_path" "econ/default_generated/weapon_deagle_am_bronze_sparkle_heavy"
  628. }
  629. "67408"
  630. {
  631. "icon_path" "econ/default_generated/weapon_deagle_am_seastorm_light"
  632. }
  633. "67409"
  634. {
  635. "icon_path" "econ/default_generated/weapon_deagle_am_seastorm_medium"
  636. }
  637. "67410"
  638. {
  639. "icon_path" "econ/default_generated/weapon_deagle_am_seastorm_heavy"
  640. }
  641. "67412"
  642. {
  643. "icon_path" "econ/default_generated/weapon_deagle_am_seastorm_blood_light"
  644. }
  645. "67413"
  646. {
  647. "icon_path" "econ/default_generated/weapon_deagle_am_seastorm_blood_medium"
  648. }
  649. "67414"
  650. {
  651. "icon_path" "econ/default_generated/weapon_deagle_am_seastorm_blood_heavy"
  652. }
  653. "67416"
  654. {
  655. "icon_path" "econ/default_generated/weapon_deagle_am_seastorm_shojo_light"
  656. }
  657. "67417"
  658. {
  659. "icon_path" "econ/default_generated/weapon_deagle_am_seastorm_shojo_medium"
  660. }
  661. "67418"
  662. {
  663. "icon_path" "econ/default_generated/weapon_deagle_am_seastorm_shojo_heavy"
  664. }
  665. "67572"
  666. {
  667. "icon_path" "econ/default_generated/weapon_deagle_aq_deagle_corinthian_light"
  668. }
  669. "67573"
  670. {
  671. "icon_path" "econ/default_generated/weapon_deagle_aq_deagle_corinthian_medium"
  672. }
  673. "67574"
  674. {
  675. "icon_path" "econ/default_generated/weapon_deagle_aq_deagle_corinthian_heavy"
  676. }
  677. "67644"
  678. {
  679. "icon_path" "econ/default_generated/weapon_deagle_aq_deserteagle_kumichodragon_light"
  680. }
  681. "67645"
  682. {
  683. "icon_path" "econ/default_generated/weapon_deagle_aq_deserteagle_kumichodragon_medium"
  684. }
  685. "67646"
  686. {
  687. "icon_path" "econ/default_generated/weapon_deagle_aq_deserteagle_kumichodragon_heavy"
  688. }
  689. "67948"
  690. {
  691. "icon_path" "econ/default_generated/weapon_deagle_aq_desert_eagle_constable_light"
  692. }
  693. "67949"
  694. {
  695. "icon_path" "econ/default_generated/weapon_deagle_aq_desert_eagle_constable_medium"
  696. }
  697. "67950"
  698. {
  699. "icon_path" "econ/default_generated/weapon_deagle_aq_desert_eagle_constable_heavy"
  700. }
  701. "68116"
  702. {
  703. "icon_path" "econ/default_generated/weapon_deagle_cu_desert_eagle_corroden_light"
  704. }
  705. "68117"
  706. {
  707. "icon_path" "econ/default_generated/weapon_deagle_cu_desert_eagle_corroden_medium"
  708. }
  709. "68118"
  710. {
  711. "icon_path" "econ/default_generated/weapon_deagle_cu_desert_eagle_corroden_heavy"
  712. }
  713. "131184"
  714. {
  715. "icon_path" "econ/default_generated/weapon_elite_an_navy_light"
  716. }
  717. "131185"
  718. {
  719. "icon_path" "econ/default_generated/weapon_elite_an_navy_medium"
  720. }
  721. "131186"
  722. {
  723. "icon_path" "econ/default_generated/weapon_elite_an_navy_heavy"
  724. }
  725. "131244"
  726. {
  727. "icon_path" "econ/default_generated/weapon_elite_aq_forced_light"
  728. }
  729. "131245"
  730. {
  731. "icon_path" "econ/default_generated/weapon_elite_aq_forced_medium"
  732. }
  733. "131246"
  734. {
  735. "icon_path" "econ/default_generated/weapon_elite_aq_forced_heavy"
  736. }
  737. "131256"
  738. {
  739. "icon_path" "econ/default_generated/weapon_elite_so_pmc_light"
  740. }
  741. "131257"
  742. {
  743. "icon_path" "econ/default_generated/weapon_elite_so_pmc_medium"
  744. }
  745. "131258"
  746. {
  747. "icon_path" "econ/default_generated/weapon_elite_so_pmc_heavy"
  748. }
  749. "131260"
  750. {
  751. "icon_path" "econ/default_generated/weapon_elite_so_space_marine_light"
  752. }
  753. "131261"
  754. {
  755. "icon_path" "econ/default_generated/weapon_elite_so_space_marine_medium"
  756. }
  757. "131262"
  758. {
  759. "icon_path" "econ/default_generated/weapon_elite_so_space_marine_heavy"
  760. }
  761. "131684"
  762. {
  763. "icon_path" "econ/default_generated/weapon_elite_so_tangerine_light"
  764. }
  765. "131685"
  766. {
  767. "icon_path" "econ/default_generated/weapon_elite_so_tangerine_medium"
  768. }
  769. "131686"
  770. {
  771. "icon_path" "econ/default_generated/weapon_elite_so_tangerine_heavy"
  772. }
  773. "131832"
  774. {
  775. "icon_path" "econ/default_generated/weapon_elite_cu_season_elites_bravo_light"
  776. }
  777. "131833"
  778. {
  779. "icon_path" "econ/default_generated/weapon_elite_cu_season_elites_bravo_medium"
  780. }
  781. "131834"
  782. {
  783. "icon_path" "econ/default_generated/weapon_elite_cu_season_elites_bravo_heavy"
  784. }
  785. "131952"
  786. {
  787. "icon_path" "econ/default_generated/weapon_elite_am_ossify_red_light"
  788. }
  789. "131953"
  790. {
  791. "icon_path" "econ/default_generated/weapon_elite_am_ossify_red_medium"
  792. }
  793. "131954"
  794. {
  795. "icon_path" "econ/default_generated/weapon_elite_am_ossify_red_heavy"
  796. }
  797. "132068"
  798. {
  799. "icon_path" "econ/default_generated/weapon_elite_am_crystallized_blue_light"
  800. }
  801. "132069"
  802. {
  803. "icon_path" "econ/default_generated/weapon_elite_am_crystallized_blue_medium"
  804. }
  805. "132070"
  806. {
  807. "icon_path" "econ/default_generated/weapon_elite_am_crystallized_blue_heavy"
  808. }
  809. "132116"
  810. {
  811. "icon_path" "econ/default_generated/weapon_elite_hy_marina_sunrise_light"
  812. }
  813. "132117"
  814. {
  815. "icon_path" "econ/default_generated/weapon_elite_hy_marina_sunrise_medium"
  816. }
  817. "132118"
  818. {
  819. "icon_path" "econ/default_generated/weapon_elite_hy_marina_sunrise_heavy"
  820. }
  821. "132176"
  822. {
  823. "icon_path" "econ/default_generated/weapon_elite_so_panther_light"
  824. }
  825. "132177"
  826. {
  827. "icon_path" "econ/default_generated/weapon_elite_so_panther_medium"
  828. }
  829. "132178"
  830. {
  831. "icon_path" "econ/default_generated/weapon_elite_so_panther_heavy"
  832. }
  833. "132300"
  834. {
  835. "icon_path" "econ/default_generated/weapon_elite_cu_retribution_light"
  836. }
  837. "132301"
  838. {
  839. "icon_path" "econ/default_generated/weapon_elite_cu_retribution_medium"
  840. }
  841. "132302"
  842. {
  843. "icon_path" "econ/default_generated/weapon_elite_cu_retribution_heavy"
  844. }
  845. "132392"
  846. {
  847. "icon_path" "econ/default_generated/weapon_elite_hy_vines_light"
  848. }
  849. "132393"
  850. {
  851. "icon_path" "econ/default_generated/weapon_elite_hy_vines_medium"
  852. }
  853. "132394"
  854. {
  855. "icon_path" "econ/default_generated/weapon_elite_hy_vines_heavy"
  856. }
  857. "132656"
  858. {
  859. "icon_path" "econ/default_generated/weapon_elite_cu_elites_urbanstorm_light"
  860. }
  861. "132657"
  862. {
  863. "icon_path" "econ/default_generated/weapon_elite_cu_elites_urbanstorm_medium"
  864. }
  865. "132658"
  866. {
  867. "icon_path" "econ/default_generated/weapon_elite_cu_elites_urbanstorm_heavy"
  868. }
  869. "132860"
  870. {
  871. "icon_path" "econ/default_generated/weapon_elite_gs_mother_of_pearl_elite_light"
  872. }
  873. "132861"
  874. {
  875. "icon_path" "econ/default_generated/weapon_elite_gs_mother_of_pearl_elite_medium"
  876. }
  877. "132862"
  878. {
  879. "icon_path" "econ/default_generated/weapon_elite_gs_mother_of_pearl_elite_heavy"
  880. }
  881. "132872"
  882. {
  883. "icon_path" "econ/default_generated/weapon_elite_hy_zodiac1_light"
  884. }
  885. "132873"
  886. {
  887. "icon_path" "econ/default_generated/weapon_elite_hy_zodiac1_medium"
  888. }
  889. "132874"
  890. {
  891. "icon_path" "econ/default_generated/weapon_elite_hy_zodiac1_heavy"
  892. }
  893. "133036"
  894. {
  895. "icon_path" "econ/default_generated/weapon_elite_cu_dualberretta_dragons_light"
  896. }
  897. "133037"
  898. {
  899. "icon_path" "econ/default_generated/weapon_elite_cu_dualberretta_dragons_medium"
  900. }
  901. "133038"
  902. {
  903. "icon_path" "econ/default_generated/weapon_elite_cu_dualberretta_dragons_heavy"
  904. }
  905. "133184"
  906. {
  907. "icon_path" "econ/default_generated/weapon_elite_aq_dualberettas_cartel_light"
  908. }
  909. "133185"
  910. {
  911. "icon_path" "econ/default_generated/weapon_elite_aq_dualberettas_cartel_medium"
  912. }
  913. "133186"
  914. {
  915. "icon_path" "econ/default_generated/weapon_elite_aq_dualberettas_cartel_heavy"
  916. }
  917. "133248"
  918. {
  919. "icon_path" "econ/default_generated/weapon_elite_gs_dualberettas_ventilators_light"
  920. }
  921. "133249"
  922. {
  923. "icon_path" "econ/default_generated/weapon_elite_gs_dualberettas_ventilators_medium"
  924. }
  925. "133250"
  926. {
  927. "icon_path" "econ/default_generated/weapon_elite_gs_dualberettas_ventilators_heavy"
  928. }
  929. "133572"
  930. {
  931. "icon_path" "econ/default_generated/weapon_elite_gs_dual_berettas_golden_venice_light"
  932. }
  933. "133573"
  934. {
  935. "icon_path" "econ/default_generated/weapon_elite_gs_dual_berettas_golden_venice_medium"
  936. }
  937. "133574"
  938. {
  939. "icon_path" "econ/default_generated/weapon_elite_gs_dual_berettas_golden_venice_heavy"
  940. }
  941. "133704"
  942. {
  943. "icon_path" "econ/default_generated/weapon_elite_gs_dualberettas_cobra_light"
  944. }
  945. "133705"
  946. {
  947. "icon_path" "econ/default_generated/weapon_elite_gs_dualberettas_cobra_medium"
  948. }
  949. "133706"
  950. {
  951. "icon_path" "econ/default_generated/weapon_elite_gs_dualberettas_cobra_heavy"
  952. }
  953. "196620"
  954. {
  955. "icon_path" "econ/default_generated/weapon_fiveseven_so_red_light"
  956. }
  957. "196621"
  958. {
  959. "icon_path" "econ/default_generated/weapon_fiveseven_so_red_medium"
  960. }
  961. "196622"
  962. {
  963. "icon_path" "econ/default_generated/weapon_fiveseven_so_red_heavy"
  964. }
  965. "196784"
  966. {
  967. "icon_path" "econ/default_generated/weapon_fiveseven_aq_oiled_light"
  968. }
  969. "196785"
  970. {
  971. "icon_path" "econ/default_generated/weapon_fiveseven_aq_oiled_medium"
  972. }
  973. "196786"
  974. {
  975. "icon_path" "econ/default_generated/weapon_fiveseven_aq_oiled_heavy"
  976. }
  977. "196792"
  978. {
  979. "icon_path" "econ/default_generated/weapon_fiveseven_so_pmc_light"
  980. }
  981. "196793"
  982. {
  983. "icon_path" "econ/default_generated/weapon_fiveseven_so_pmc_medium"
  984. }
  985. "196794"
  986. {
  987. "icon_path" "econ/default_generated/weapon_fiveseven_so_pmc_heavy"
  988. }
  989. "196920"
  990. {
  991. "icon_path" "econ/default_generated/weapon_fiveseven_hy_forest_night_light"
  992. }
  993. "196921"
  994. {
  995. "icon_path" "econ/default_generated/weapon_fiveseven_hy_forest_night_medium"
  996. }
  997. "196922"
  998. {
  999. "icon_path" "econ/default_generated/weapon_fiveseven_hy_forest_night_heavy"
  1000. }
  1001. "197172"
  1002. {
  1003. "icon_path" "econ/default_generated/weapon_fiveseven_sp_tape_orange_light"
  1004. }
  1005. "197173"
  1006. {
  1007. "icon_path" "econ/default_generated/weapon_fiveseven_sp_tape_orange_medium"
  1008. }
  1009. "197174"
  1010. {
  1011. "icon_path" "econ/default_generated/weapon_fiveseven_sp_tape_orange_heavy"
  1012. }
  1013. "197212"
  1014. {
  1015. "icon_path" "econ/default_generated/weapon_fiveseven_so_jungle_light"
  1016. }
  1017. "197213"
  1018. {
  1019. "icon_path" "econ/default_generated/weapon_fiveseven_so_jungle_medium"
  1020. }
  1021. "197214"
  1022. {
  1023. "icon_path" "econ/default_generated/weapon_fiveseven_so_jungle_heavy"
  1024. }
  1025. "197448"
  1026. {
  1027. "icon_path" "econ/default_generated/weapon_fiveseven_an_gunmetal_bravo_light"
  1028. }
  1029. "197449"
  1030. {
  1031. "icon_path" "econ/default_generated/weapon_fiveseven_an_gunmetal_bravo_medium"
  1032. }
  1033. "197450"
  1034. {
  1035. "icon_path" "econ/default_generated/weapon_fiveseven_an_gunmetal_bravo_heavy"
  1036. }
  1037. "197500"
  1038. {
  1039. "icon_path" "econ/default_generated/weapon_fiveseven_hy_flowers_light"
  1040. }
  1041. "197501"
  1042. {
  1043. "icon_path" "econ/default_generated/weapon_fiveseven_hy_flowers_medium"
  1044. }
  1045. "197502"
  1046. {
  1047. "icon_path" "econ/default_generated/weapon_fiveseven_hy_flowers_heavy"
  1048. }
  1049. "197616"
  1050. {
  1051. "icon_path" "econ/default_generated/weapon_fiveseven_am_crystallized_silver_light"
  1052. }
  1053. "197617"
  1054. {
  1055. "icon_path" "econ/default_generated/weapon_fiveseven_am_crystallized_silver_medium"
  1056. }
  1057. "197618"
  1058. {
  1059. "icon_path" "econ/default_generated/weapon_fiveseven_am_crystallized_silver_heavy"
  1060. }
  1061. "197624"
  1062. {
  1063. "icon_path" "econ/default_generated/weapon_fiveseven_so_orange_accents_light"
  1064. }
  1065. "197625"
  1066. {
  1067. "icon_path" "econ/default_generated/weapon_fiveseven_so_orange_accents_medium"
  1068. }
  1069. "197626"
  1070. {
  1071. "icon_path" "econ/default_generated/weapon_fiveseven_so_orange_accents_heavy"
  1072. }
  1073. "197668"
  1074. {
  1075. "icon_path" "econ/default_generated/weapon_fiveseven_hy_kami_light"
  1076. }
  1077. "197669"
  1078. {
  1079. "icon_path" "econ/default_generated/weapon_fiveseven_hy_kami_medium"
  1080. }
  1081. "197670"
  1082. {
  1083. "icon_path" "econ/default_generated/weapon_fiveseven_hy_kami_heavy"
  1084. }
  1085. "197704"
  1086. {
  1087. "icon_path" "econ/default_generated/weapon_fiveseven_am_copper_flecks_light"
  1088. }
  1089. "197705"
  1090. {
  1091. "icon_path" "econ/default_generated/weapon_fiveseven_am_copper_flecks_medium"
  1092. }
  1093. "197706"
  1094. {
  1095. "icon_path" "econ/default_generated/weapon_fiveseven_am_copper_flecks_heavy"
  1096. }
  1097. "198016"
  1098. {
  1099. "icon_path" "econ/default_generated/weapon_fiveseven_aq_57_feathers_light"
  1100. }
  1101. "198017"
  1102. {
  1103. "icon_path" "econ/default_generated/weapon_fiveseven_aq_57_feathers_medium"
  1104. }
  1105. "198018"
  1106. {
  1107. "icon_path" "econ/default_generated/weapon_fiveseven_aq_57_feathers_heavy"
  1108. }
  1109. "198116"
  1110. {
  1111. "icon_path" "econ/default_generated/weapon_fiveseven_so_grey_nuclear_orange_five_seven_light"
  1112. }
  1113. "198117"
  1114. {
  1115. "icon_path" "econ/default_generated/weapon_fiveseven_so_grey_nuclear_orange_five_seven_medium"
  1116. }
  1117. "198118"
  1118. {
  1119. "icon_path" "econ/default_generated/weapon_fiveseven_so_grey_nuclear_orange_five_seven_heavy"
  1120. }
  1121. "198156"
  1122. {
  1123. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_urban_hazard_light"
  1124. }
  1125. "198157"
  1126. {
  1127. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_urban_hazard_medium"
  1128. }
  1129. "198158"
  1130. {
  1131. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_urban_hazard_heavy"
  1132. }
  1133. "198316"
  1134. {
  1135. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_banana_light"
  1136. }
  1137. "198317"
  1138. {
  1139. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_banana_medium"
  1140. }
  1141. "198318"
  1142. {
  1143. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_banana_heavy"
  1144. }
  1145. "198464"
  1146. {
  1147. "icon_path" "econ/default_generated/weapon_fiveseven_hy_kimono_diamonds_light"
  1148. }
  1149. "198465"
  1150. {
  1151. "icon_path" "econ/default_generated/weapon_fiveseven_hy_kimono_diamonds_medium"
  1152. }
  1153. "198466"
  1154. {
  1155. "icon_path" "econ/default_generated/weapon_fiveseven_hy_kimono_diamonds_heavy"
  1156. }
  1157. "198648"
  1158. {
  1159. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_retrobution_light"
  1160. }
  1161. "198649"
  1162. {
  1163. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_retrobution_medium"
  1164. }
  1165. "198650"
  1166. {
  1167. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_retrobution_heavy"
  1168. }
  1169. "198728"
  1170. {
  1171. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_augmented_light"
  1172. }
  1173. "198729"
  1174. {
  1175. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_augmented_medium"
  1176. }
  1177. "198730"
  1178. {
  1179. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_augmented_heavy"
  1180. }
  1181. "198948"
  1182. {
  1183. "icon_path" "econ/default_generated/weapon_fiveseven_cu_five_seven_daimyo_light"
  1184. }
  1185. "198949"
  1186. {
  1187. "icon_path" "econ/default_generated/weapon_fiveseven_cu_five_seven_daimyo_medium"
  1188. }
  1189. "198950"
  1190. {
  1191. "icon_path" "econ/default_generated/weapon_fiveseven_cu_five_seven_daimyo_heavy"
  1192. }
  1193. "199028"
  1194. {
  1195. "icon_path" "econ/default_generated/weapon_fiveseven_aq_five_seven_scumbria_light"
  1196. }
  1197. "199029"
  1198. {
  1199. "icon_path" "econ/default_generated/weapon_fiveseven_aq_five_seven_scumbria_medium"
  1200. }
  1201. "199030"
  1202. {
  1203. "icon_path" "econ/default_generated/weapon_fiveseven_aq_five_seven_scumbria_heavy"
  1204. }
  1205. "199192"
  1206. {
  1207. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_vein_light"
  1208. }
  1209. "199193"
  1210. {
  1211. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_vein_medium"
  1212. }
  1213. "199194"
  1214. {
  1215. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_vein_heavy"
  1216. }
  1217. "199248"
  1218. {
  1219. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_hyperbeast_light"
  1220. }
  1221. "199249"
  1222. {
  1223. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_hyperbeast_medium"
  1224. }
  1225. "199250"
  1226. {
  1227. "icon_path" "econ/default_generated/weapon_fiveseven_cu_fiveseven_hyperbeast_heavy"
  1228. }
  1229. "199380"
  1230. {
  1231. "icon_path" "econ/default_generated/weapon_fiveseven_gs_fiveseven_hot_rod_violet_light"
  1232. }
  1233. "199381"
  1234. {
  1235. "icon_path" "econ/default_generated/weapon_fiveseven_gs_fiveseven_hot_rod_violet_medium"
  1236. }
  1237. "199382"
  1238. {
  1239. "icon_path" "econ/default_generated/weapon_fiveseven_gs_fiveseven_hot_rod_violet_heavy"
  1240. }
  1241. "262152"
  1242. {
  1243. "icon_path" "econ/default_generated/weapon_glock_so_olive_light"
  1244. }
  1245. "262153"
  1246. {
  1247. "icon_path" "econ/default_generated/weapon_glock_so_olive_medium"
  1248. }
  1249. "262154"
  1250. {
  1251. "icon_path" "econ/default_generated/weapon_glock_so_olive_heavy"
  1252. }
  1253. "262156"
  1254. {
  1255. "icon_path" "econ/default_generated/weapon_glock_so_red_light"
  1256. }
  1257. "262157"
  1258. {
  1259. "icon_path" "econ/default_generated/weapon_glock_so_red_medium"
  1260. }
  1261. "262158"
  1262. {
  1263. "icon_path" "econ/default_generated/weapon_glock_so_red_heavy"
  1264. }
  1265. "262296"
  1266. {
  1267. "icon_path" "econ/default_generated/weapon_glock_aa_fade_light"
  1268. }
  1269. "262297"
  1270. {
  1271. "icon_path" "econ/default_generated/weapon_glock_aa_fade_medium"
  1272. }
  1273. "262298"
  1274. {
  1275. "icon_path" "econ/default_generated/weapon_glock_aa_fade_heavy"
  1276. }
  1277. "262304"
  1278. {
  1279. "icon_path" "econ/default_generated/weapon_glock_so_night_light"
  1280. }
  1281. "262305"
  1282. {
  1283. "icon_path" "econ/default_generated/weapon_glock_so_night_medium"
  1284. }
  1285. "262306"
  1286. {
  1287. "icon_path" "econ/default_generated/weapon_glock_so_night_heavy"
  1288. }
  1289. "262336"
  1290. {
  1291. "icon_path" "econ/default_generated/weapon_glock_am_dragon_glock_light"
  1292. }
  1293. "262337"
  1294. {
  1295. "icon_path" "econ/default_generated/weapon_glock_am_dragon_glock_medium"
  1296. }
  1297. "262338"
  1298. {
  1299. "icon_path" "econ/default_generated/weapon_glock_am_dragon_glock_heavy"
  1300. }
  1301. "262780"
  1302. {
  1303. "icon_path" "econ/default_generated/weapon_glock_aq_brass_light"
  1304. }
  1305. "262781"
  1306. {
  1307. "icon_path" "econ/default_generated/weapon_glock_aq_brass_medium"
  1308. }
  1309. "262782"
  1310. {
  1311. "icon_path" "econ/default_generated/weapon_glock_aq_brass_heavy"
  1312. }
  1313. "262976"
  1314. {
  1315. "icon_path" "econ/default_generated/weapon_glock_so_sand_bravo_light"
  1316. }
  1317. "262977"
  1318. {
  1319. "icon_path" "econ/default_generated/weapon_glock_so_sand_bravo_medium"
  1320. }
  1321. "262978"
  1322. {
  1323. "icon_path" "econ/default_generated/weapon_glock_so_sand_bravo_heavy"
  1324. }
  1325. "263064"
  1326. {
  1327. "icon_path" "econ/default_generated/weapon_glock_am_ddpatdense_silver_light"
  1328. }
  1329. "263065"
  1330. {
  1331. "icon_path" "econ/default_generated/weapon_glock_am_ddpatdense_silver_medium"
  1332. }
  1333. "263066"
  1334. {
  1335. "icon_path" "econ/default_generated/weapon_glock_am_ddpatdense_silver_heavy"
  1336. }
  1337. "263256"
  1338. {
  1339. "icon_path" "econ/default_generated/weapon_glock_hy_craquelure_light"
  1340. }
  1341. "263257"
  1342. {
  1343. "icon_path" "econ/default_generated/weapon_glock_hy_craquelure_medium"
  1344. }
  1345. "263258"
  1346. {
  1347. "icon_path" "econ/default_generated/weapon_glock_hy_craquelure_heavy"
  1348. }
  1349. "263316"
  1350. {
  1351. "icon_path" "econ/default_generated/weapon_glock_hy_nerodia_light"
  1352. }
  1353. "263317"
  1354. {
  1355. "icon_path" "econ/default_generated/weapon_glock_hy_nerodia_medium"
  1356. }
  1357. "263318"
  1358. {
  1359. "icon_path" "econ/default_generated/weapon_glock_hy_nerodia_heavy"
  1360. }
  1361. "263556"
  1362. {
  1363. "icon_path" "econ/default_generated/weapon_glock_cu_glock-liquescent_light"
  1364. }
  1365. "263557"
  1366. {
  1367. "icon_path" "econ/default_generated/weapon_glock_cu_glock-liquescent_medium"
  1368. }
  1369. "263558"
  1370. {
  1371. "icon_path" "econ/default_generated/weapon_glock_cu_glock-liquescent_heavy"
  1372. }
  1373. "263612"
  1374. {
  1375. "icon_path" "econ/default_generated/weapon_glock_am_nuclear_pattern1_glock_light"
  1376. }
  1377. "263613"
  1378. {
  1379. "icon_path" "econ/default_generated/weapon_glock_am_nuclear_pattern1_glock_medium"
  1380. }
  1381. "263614"
  1382. {
  1383. "icon_path" "econ/default_generated/weapon_glock_am_nuclear_pattern1_glock_heavy"
  1384. }
  1385. "263668"
  1386. {
  1387. "icon_path" "econ/default_generated/weapon_glock_aq_glock_coiled_light"
  1388. }
  1389. "263669"
  1390. {
  1391. "icon_path" "econ/default_generated/weapon_glock_aq_glock_coiled_medium"
  1392. }
  1393. "263670"
  1394. {
  1395. "icon_path" "econ/default_generated/weapon_glock_aq_glock_coiled_heavy"
  1396. }
  1397. "263740"
  1398. {
  1399. "icon_path" "econ/default_generated/weapon_glock_cu_glock_deathtoll_light"
  1400. }
  1401. "263741"
  1402. {
  1403. "icon_path" "econ/default_generated/weapon_glock_cu_glock_deathtoll_medium"
  1404. }
  1405. "263742"
  1406. {
  1407. "icon_path" "econ/default_generated/weapon_glock_cu_glock_deathtoll_heavy"
  1408. }
  1409. "263892"
  1410. {
  1411. "icon_path" "econ/default_generated/weapon_glock_am_aqua_flecks_light"
  1412. }
  1413. "263893"
  1414. {
  1415. "icon_path" "econ/default_generated/weapon_glock_am_aqua_flecks_medium"
  1416. }
  1417. "263894"
  1418. {
  1419. "icon_path" "econ/default_generated/weapon_glock_am_aqua_flecks_heavy"
  1420. }
  1421. "264060"
  1422. {
  1423. "icon_path" "econ/default_generated/weapon_glock_aq_glock18_flames_blue_light"
  1424. }
  1425. "264061"
  1426. {
  1427. "icon_path" "econ/default_generated/weapon_glock_aq_glock18_flames_blue_medium"
  1428. }
  1429. "264062"
  1430. {
  1431. "icon_path" "econ/default_generated/weapon_glock_aq_glock18_flames_blue_heavy"
  1432. }
  1433. "264124"
  1434. {
  1435. "icon_path" "econ/default_generated/weapon_glock_gs_glock18_wrathys_light"
  1436. }
  1437. "264125"
  1438. {
  1439. "icon_path" "econ/default_generated/weapon_glock_gs_glock18_wrathys_medium"
  1440. }
  1441. "264126"
  1442. {
  1443. "icon_path" "econ/default_generated/weapon_glock_gs_glock18_wrathys_heavy"
  1444. }
  1445. "264272"
  1446. {
  1447. "icon_path" "econ/default_generated/weapon_glock_gs_glock18_award_light"
  1448. }
  1449. "264273"
  1450. {
  1451. "icon_path" "econ/default_generated/weapon_glock_gs_glock18_award_medium"
  1452. }
  1453. "264274"
  1454. {
  1455. "icon_path" "econ/default_generated/weapon_glock_gs_glock18_award_heavy"
  1456. }
  1457. "264488"
  1458. {
  1459. "icon_path" "econ/default_generated/weapon_glock_cu_glock_wasteland_rebel_light"
  1460. }
  1461. "264489"
  1462. {
  1463. "icon_path" "econ/default_generated/weapon_glock_cu_glock_wasteland_rebel_medium"
  1464. }
  1465. "264490"
  1466. {
  1467. "icon_path" "econ/default_generated/weapon_glock_cu_glock_wasteland_rebel_heavy"
  1468. }
  1469. "264572"
  1470. {
  1471. "icon_path" "econ/default_generated/weapon_glock_cu_glock18_weasel_light"
  1472. }
  1473. "264573"
  1474. {
  1475. "icon_path" "econ/default_generated/weapon_glock_cu_glock18_weasel_medium"
  1476. }
  1477. "264574"
  1478. {
  1479. "icon_path" "econ/default_generated/weapon_glock_cu_glock18_weasel_heavy"
  1480. }
  1481. "264636"
  1482. {
  1483. "icon_path" "econ/default_generated/weapon_glock_aq_glock_dark-fall_light"
  1484. }
  1485. "264637"
  1486. {
  1487. "icon_path" "econ/default_generated/weapon_glock_aq_glock_dark-fall_medium"
  1488. }
  1489. "264638"
  1490. {
  1491. "icon_path" "econ/default_generated/weapon_glock_aq_glock_dark-fall_heavy"
  1492. }
  1493. "264864"
  1494. {
  1495. "icon_path" "econ/default_generated/weapon_glock_cu_glock_indigo_light"
  1496. }
  1497. "264865"
  1498. {
  1499. "icon_path" "econ/default_generated/weapon_glock_cu_glock_indigo_medium"
  1500. }
  1501. "264866"
  1502. {
  1503. "icon_path" "econ/default_generated/weapon_glock_cu_glock_indigo_heavy"
  1504. }
  1505. "264920"
  1506. {
  1507. "icon_path" "econ/default_generated/weapon_glock_aa_glock_18_urban_moon_fever_light"
  1508. }
  1509. "264921"
  1510. {
  1511. "icon_path" "econ/default_generated/weapon_glock_aa_glock_18_urban_moon_fever_medium"
  1512. }
  1513. "264922"
  1514. {
  1515. "icon_path" "econ/default_generated/weapon_glock_aa_glock_18_urban_moon_fever_heavy"
  1516. }
  1517. "458808"
  1518. {
  1519. "icon_path" "econ/default_generated/weapon_ak47_hy_ak47lam_light"
  1520. }
  1521. "458809"
  1522. {
  1523. "icon_path" "econ/default_generated/weapon_ak47_hy_ak47lam_medium"
  1524. }
  1525. "458810"
  1526. {
  1527. "icon_path" "econ/default_generated/weapon_ak47_hy_ak47lam_heavy"
  1528. }
  1529. "458928"
  1530. {
  1531. "icon_path" "econ/default_generated/weapon_ak47_aq_oiled_light"
  1532. }
  1533. "458929"
  1534. {
  1535. "icon_path" "econ/default_generated/weapon_ak47_aq_oiled_medium"
  1536. }
  1537. "458930"
  1538. {
  1539. "icon_path" "econ/default_generated/weapon_ak47_aq_oiled_heavy"
  1540. }
  1541. "459040"
  1542. {
  1543. "icon_path" "econ/default_generated/weapon_ak47_sp_mesh_tan_light"
  1544. }
  1545. "459041"
  1546. {
  1547. "icon_path" "econ/default_generated/weapon_ak47_sp_mesh_tan_medium"
  1548. }
  1549. "459042"
  1550. {
  1551. "icon_path" "econ/default_generated/weapon_ak47_sp_mesh_tan_heavy"
  1552. }
  1553. "459240"
  1554. {
  1555. "icon_path" "econ/default_generated/weapon_ak47_sp_spray_jungle_light"
  1556. }
  1557. "459241"
  1558. {
  1559. "icon_path" "econ/default_generated/weapon_ak47_sp_spray_jungle_medium"
  1560. }
  1561. "459242"
  1562. {
  1563. "icon_path" "econ/default_generated/weapon_ak47_sp_spray_jungle_heavy"
  1564. }
  1565. "459432"
  1566. {
  1567. "icon_path" "econ/default_generated/weapon_ak47_sp_zebracam_light"
  1568. }
  1569. "459433"
  1570. {
  1571. "icon_path" "econ/default_generated/weapon_ak47_sp_zebracam_medium"
  1572. }
  1573. "459434"
  1574. {
  1575. "icon_path" "econ/default_generated/weapon_ak47_sp_zebracam_heavy"
  1576. }
  1577. "459440"
  1578. {
  1579. "icon_path" "econ/default_generated/weapon_ak47_hy_ak47lam_bw_light"
  1580. }
  1581. "459441"
  1582. {
  1583. "icon_path" "econ/default_generated/weapon_ak47_hy_ak47lam_bw_medium"
  1584. }
  1585. "459442"
  1586. {
  1587. "icon_path" "econ/default_generated/weapon_ak47_hy_ak47lam_bw_heavy"
  1588. }
  1589. "459472"
  1590. {
  1591. "icon_path" "econ/default_generated/weapon_ak47_cu_fireserpent_ak47_bravo_light"
  1592. }
  1593. "459473"
  1594. {
  1595. "icon_path" "econ/default_generated/weapon_ak47_cu_fireserpent_ak47_bravo_medium"
  1596. }
  1597. "459474"
  1598. {
  1599. "icon_path" "econ/default_generated/weapon_ak47_cu_fireserpent_ak47_bravo_heavy"
  1600. }
  1601. "459656"
  1602. {
  1603. "icon_path" "econ/default_generated/weapon_ak47_hy_ak47lam_blue_light"
  1604. }
  1605. "459657"
  1606. {
  1607. "icon_path" "econ/default_generated/weapon_ak47_hy_ak47lam_blue_medium"
  1608. }
  1609. "459658"
  1610. {
  1611. "icon_path" "econ/default_generated/weapon_ak47_hy_ak47lam_blue_heavy"
  1612. }
  1613. "459880"
  1614. {
  1615. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_cobra_light"
  1616. }
  1617. "459881"
  1618. {
  1619. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_cobra_medium"
  1620. }
  1621. "459882"
  1622. {
  1623. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_cobra_heavy"
  1624. }
  1625. "459952"
  1626. {
  1627. "icon_path" "econ/default_generated/weapon_ak47_cu_pinstripe_ak47_light"
  1628. }
  1629. "459953"
  1630. {
  1631. "icon_path" "econ/default_generated/weapon_ak47_cu_pinstripe_ak47_medium"
  1632. }
  1633. "459954"
  1634. {
  1635. "icon_path" "econ/default_generated/weapon_ak47_cu_pinstripe_ak47_heavy"
  1636. }
  1637. "459960"
  1638. {
  1639. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_rubber_light"
  1640. }
  1641. "459961"
  1642. {
  1643. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_rubber_medium"
  1644. }
  1645. "459962"
  1646. {
  1647. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_rubber_heavy"
  1648. }
  1649. "460016"
  1650. {
  1651. "icon_path" "econ/default_generated/weapon_ak47_cu_panther_ak47_light"
  1652. }
  1653. "460017"
  1654. {
  1655. "icon_path" "econ/default_generated/weapon_ak47_cu_panther_ak47_medium"
  1656. }
  1657. "460018"
  1658. {
  1659. "icon_path" "econ/default_generated/weapon_ak47_cu_panther_ak47_heavy"
  1660. }
  1661. "460112"
  1662. {
  1663. "icon_path" "econ/default_generated/weapon_ak47_cu_well_traveled_ak47_light"
  1664. }
  1665. "460113"
  1666. {
  1667. "icon_path" "econ/default_generated/weapon_ak47_cu_well_traveled_ak47_medium"
  1668. }
  1669. "460114"
  1670. {
  1671. "icon_path" "econ/default_generated/weapon_ak47_cu_well_traveled_ak47_heavy"
  1672. }
  1673. "460116"
  1674. {
  1675. "icon_path" "econ/default_generated/weapon_ak47_cu_green_leather_ak47_light"
  1676. }
  1677. "460117"
  1678. {
  1679. "icon_path" "econ/default_generated/weapon_ak47_cu_green_leather_ak47_medium"
  1680. }
  1681. "460118"
  1682. {
  1683. "icon_path" "econ/default_generated/weapon_ak47_cu_green_leather_ak47_heavy"
  1684. }
  1685. "460272"
  1686. {
  1687. "icon_path" "econ/default_generated/weapon_ak47_cu_tribute_ak47_light"
  1688. }
  1689. "460273"
  1690. {
  1691. "icon_path" "econ/default_generated/weapon_ak47_cu_tribute_ak47_medium"
  1692. }
  1693. "460274"
  1694. {
  1695. "icon_path" "econ/default_generated/weapon_ak47_cu_tribute_ak47_heavy"
  1696. }
  1697. "460328"
  1698. {
  1699. "icon_path" "econ/default_generated/weapon_ak47_aq_ak47_cartel_light"
  1700. }
  1701. "460329"
  1702. {
  1703. "icon_path" "econ/default_generated/weapon_ak47_aq_ak47_cartel_medium"
  1704. }
  1705. "460330"
  1706. {
  1707. "icon_path" "econ/default_generated/weapon_ak47_aq_ak47_cartel_heavy"
  1708. }
  1709. "460440"
  1710. {
  1711. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_mastery_light"
  1712. }
  1713. "460441"
  1714. {
  1715. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_mastery_medium"
  1716. }
  1717. "460442"
  1718. {
  1719. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_mastery_heavy"
  1720. }
  1721. "460576"
  1722. {
  1723. "icon_path" "econ/default_generated/weapon_ak47_am_bamboo_jungle_light"
  1724. }
  1725. "460577"
  1726. {
  1727. "icon_path" "econ/default_generated/weapon_ak47_am_bamboo_jungle_medium"
  1728. }
  1729. "460578"
  1730. {
  1731. "icon_path" "econ/default_generated/weapon_ak47_am_bamboo_jungle_heavy"
  1732. }
  1733. "460648"
  1734. {
  1735. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_courage_alt_light"
  1736. }
  1737. "460649"
  1738. {
  1739. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_courage_alt_medium"
  1740. }
  1741. "460650"
  1742. {
  1743. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_courage_alt_heavy"
  1744. }
  1745. "460712"
  1746. {
  1747. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_winter_sport_light"
  1748. }
  1749. "460713"
  1750. {
  1751. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_winter_sport_medium"
  1752. }
  1753. "460714"
  1754. {
  1755. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_winter_sport_heavy"
  1756. }
  1757. "460776"
  1758. {
  1759. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_point_disarray_light"
  1760. }
  1761. "460777"
  1762. {
  1763. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_point_disarray_medium"
  1764. }
  1765. "460778"
  1766. {
  1767. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_point_disarray_heavy"
  1768. }
  1769. "460848"
  1770. {
  1771. "icon_path" "econ/default_generated/weapon_ak47_gs_ak47_supercharged_light"
  1772. }
  1773. "460849"
  1774. {
  1775. "icon_path" "econ/default_generated/weapon_ak47_gs_ak47_supercharged_medium"
  1776. }
  1777. "460850"
  1778. {
  1779. "icon_path" "econ/default_generated/weapon_ak47_gs_ak47_supercharged_heavy"
  1780. }
  1781. "461152"
  1782. {
  1783. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_anarchy_light"
  1784. }
  1785. "461153"
  1786. {
  1787. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_anarchy_medium"
  1788. }
  1789. "461154"
  1790. {
  1791. "icon_path" "econ/default_generated/weapon_ak47_cu_ak47_anarchy_heavy"
  1792. }
  1793. "461308"
  1794. {
  1795. "icon_path" "econ/default_generated/weapon_ak47_gs_ak47_bloodsport_light"
  1796. }
  1797. "461309"
  1798. {
  1799. "icon_path" "econ/default_generated/weapon_ak47_gs_ak47_bloodsport_medium"
  1800. }
  1801. "461310"
  1802. {
  1803. "icon_path" "econ/default_generated/weapon_ak47_gs_ak47_bloodsport_heavy"
  1804. }
  1805. "461376"
  1806. {
  1807. "icon_path" "econ/default_generated/weapon_ak47_gs_ak_colony01_red_light"
  1808. }
  1809. "461377"
  1810. {
  1811. "icon_path" "econ/default_generated/weapon_ak47_gs_ak_colony01_red_medium"
  1812. }
  1813. "461378"
  1814. {
  1815. "icon_path" "econ/default_generated/weapon_ak47_gs_ak_colony01_red_heavy"
  1816. }
  1817. "461452"
  1818. {
  1819. "icon_path" "econ/default_generated/weapon_ak47_gs_ak47_empress_light"
  1820. }
  1821. "461453"
  1822. {
  1823. "icon_path" "econ/default_generated/weapon_ak47_gs_ak47_empress_medium"
  1824. }
  1825. "461454"
  1826. {
  1827. "icon_path" "econ/default_generated/weapon_ak47_gs_ak47_empress_heavy"
  1828. }
  1829. "524324"
  1830. {
  1831. "icon_path" "econ/default_generated/weapon_aug_hy_tiger_light"
  1832. }
  1833. "524325"
  1834. {
  1835. "icon_path" "econ/default_generated/weapon_aug_hy_tiger_medium"
  1836. }
  1837. "524326"
  1838. {
  1839. "icon_path" "econ/default_generated/weapon_aug_hy_tiger_heavy"
  1840. }
  1841. "524328"
  1842. {
  1843. "icon_path" "econ/default_generated/weapon_aug_hy_copperhead_light"
  1844. }
  1845. "524329"
  1846. {
  1847. "icon_path" "econ/default_generated/weapon_aug_hy_copperhead_medium"
  1848. }
  1849. "524330"
  1850. {
  1851. "icon_path" "econ/default_generated/weapon_aug_hy_copperhead_heavy"
  1852. }
  1853. "524420"
  1854. {
  1855. "icon_path" "econ/default_generated/weapon_aug_an_red_light"
  1856. }
  1857. "524421"
  1858. {
  1859. "icon_path" "econ/default_generated/weapon_aug_an_red_medium"
  1860. }
  1861. "524422"
  1862. {
  1863. "icon_path" "econ/default_generated/weapon_aug_an_red_heavy"
  1864. }
  1865. "524472"
  1866. {
  1867. "icon_path" "econ/default_generated/weapon_aug_so_pmc_light"
  1868. }
  1869. "524473"
  1870. {
  1871. "icon_path" "econ/default_generated/weapon_aug_so_pmc_medium"
  1872. }
  1873. "524474"
  1874. {
  1875. "icon_path" "econ/default_generated/weapon_aug_so_pmc_heavy"
  1876. }
  1877. "524476"
  1878. {
  1879. "icon_path" "econ/default_generated/weapon_aug_so_space_marine_light"
  1880. }
  1881. "524477"
  1882. {
  1883. "icon_path" "econ/default_generated/weapon_aug_so_space_marine_medium"
  1884. }
  1885. "524478"
  1886. {
  1887. "icon_path" "econ/default_generated/weapon_aug_so_space_marine_heavy"
  1888. }
  1889. "524580"
  1890. {
  1891. "icon_path" "econ/default_generated/weapon_aug_hy_feathers_aug_light"
  1892. }
  1893. "524581"
  1894. {
  1895. "icon_path" "econ/default_generated/weapon_aug_hy_feathers_aug_medium"
  1896. }
  1897. "524582"
  1898. {
  1899. "icon_path" "econ/default_generated/weapon_aug_hy_feathers_aug_heavy"
  1900. }
  1901. "524688"
  1902. {
  1903. "icon_path" "econ/default_generated/weapon_aug_so_stormfront_light"
  1904. }
  1905. "524689"
  1906. {
  1907. "icon_path" "econ/default_generated/weapon_aug_so_stormfront_medium"
  1908. }
  1909. "524690"
  1910. {
  1911. "icon_path" "econ/default_generated/weapon_aug_so_stormfront_heavy"
  1912. }
  1913. "524728"
  1914. {
  1915. "icon_path" "econ/default_generated/weapon_aug_sp_mesh_forest_fire_light"
  1916. }
  1917. "524729"
  1918. {
  1919. "icon_path" "econ/default_generated/weapon_aug_sp_mesh_forest_fire_medium"
  1920. }
  1921. "524730"
  1922. {
  1923. "icon_path" "econ/default_generated/weapon_aug_sp_mesh_forest_fire_heavy"
  1924. }
  1925. "525076"
  1926. {
  1927. "icon_path" "econ/default_generated/weapon_aug_an_navy_bravo_light"
  1928. }
  1929. "525077"
  1930. {
  1931. "icon_path" "econ/default_generated/weapon_aug_an_navy_bravo_medium"
  1932. }
  1933. "525078"
  1934. {
  1935. "icon_path" "econ/default_generated/weapon_aug_an_navy_bravo_heavy"
  1936. }
  1937. "525408"
  1938. {
  1939. "icon_path" "econ/default_generated/weapon_aug_cu_aug_chameleonaire_light"
  1940. }
  1941. "525409"
  1942. {
  1943. "icon_path" "econ/default_generated/weapon_aug_cu_aug_chameleonaire_medium"
  1944. }
  1945. "525410"
  1946. {
  1947. "icon_path" "econ/default_generated/weapon_aug_cu_aug_chameleonaire_heavy"
  1948. }
  1949. "525508"
  1950. {
  1951. "icon_path" "econ/default_generated/weapon_aug_cu_aug_progressiv_light"
  1952. }
  1953. "525509"
  1954. {
  1955. "icon_path" "econ/default_generated/weapon_aug_cu_aug_progressiv_medium"
  1956. }
  1957. "525510"
  1958. {
  1959. "icon_path" "econ/default_generated/weapon_aug_cu_aug_progressiv_heavy"
  1960. }
  1961. "525788"
  1962. {
  1963. "icon_path" "econ/default_generated/weapon_aug_sp_nukestripe_orange_aug_light"
  1964. }
  1965. "525789"
  1966. {
  1967. "icon_path" "econ/default_generated/weapon_aug_sp_nukestripe_orange_aug_medium"
  1968. }
  1969. "525790"
  1970. {
  1971. "icon_path" "econ/default_generated/weapon_aug_sp_nukestripe_orange_aug_heavy"
  1972. }
  1973. "526064"
  1974. {
  1975. "icon_path" "econ/default_generated/weapon_aug_sp_labyrinth3_light"
  1976. }
  1977. "526065"
  1978. {
  1979. "icon_path" "econ/default_generated/weapon_aug_sp_labyrinth3_medium"
  1980. }
  1981. "526066"
  1982. {
  1983. "icon_path" "econ/default_generated/weapon_aug_sp_labyrinth3_heavy"
  1984. }
  1985. "526108"
  1986. {
  1987. "icon_path" "econ/default_generated/weapon_aug_cu_anime_aug_light"
  1988. }
  1989. "526109"
  1990. {
  1991. "icon_path" "econ/default_generated/weapon_aug_cu_anime_aug_medium"
  1992. }
  1993. "526110"
  1994. {
  1995. "icon_path" "econ/default_generated/weapon_aug_cu_anime_aug_heavy"
  1996. }
  1997. "526316"
  1998. {
  1999. "icon_path" "econ/default_generated/weapon_aug_am_aug_jumble_light"
  2000. }
  2001. "526317"
  2002. {
  2003. "icon_path" "econ/default_generated/weapon_aug_am_aug_jumble_medium"
  2004. }
  2005. "526318"
  2006. {
  2007. "icon_path" "econ/default_generated/weapon_aug_am_aug_jumble_heavy"
  2008. }
  2009. "526452"
  2010. {
  2011. "icon_path" "econ/default_generated/weapon_aug_cu_aug_swallows_light"
  2012. }
  2013. "526453"
  2014. {
  2015. "icon_path" "econ/default_generated/weapon_aug_cu_aug_swallows_medium"
  2016. }
  2017. "526454"
  2018. {
  2019. "icon_path" "econ/default_generated/weapon_aug_cu_aug_swallows_heavy"
  2020. }
  2021. "526620"
  2022. {
  2023. "icon_path" "econ/default_generated/weapon_aug_gs_aug_aristocrat_light"
  2024. }
  2025. "526621"
  2026. {
  2027. "icon_path" "econ/default_generated/weapon_aug_gs_aug_aristocrat_medium"
  2028. }
  2029. "526622"
  2030. {
  2031. "icon_path" "econ/default_generated/weapon_aug_gs_aug_aristocrat_heavy"
  2032. }
  2033. "526692"
  2034. {
  2035. "icon_path" "econ/default_generated/weapon_aug_gs_aug_syd_mead_light"
  2036. }
  2037. "526693"
  2038. {
  2039. "icon_path" "econ/default_generated/weapon_aug_gs_aug_syd_mead_medium"
  2040. }
  2041. "526694"
  2042. {
  2043. "icon_path" "econ/default_generated/weapon_aug_gs_aug_syd_mead_heavy"
  2044. }
  2045. "526984"
  2046. {
  2047. "icon_path" "econ/default_generated/weapon_aug_cu_aug_orange_triangle_light"
  2048. }
  2049. "526985"
  2050. {
  2051. "icon_path" "econ/default_generated/weapon_aug_cu_aug_orange_triangle_medium"
  2052. }
  2053. "526986"
  2054. {
  2055. "icon_path" "econ/default_generated/weapon_aug_cu_aug_orange_triangle_heavy"
  2056. }
  2057. "527048"
  2058. {
  2059. "icon_path" "econ/default_generated/weapon_aug_gs_aug_stymphalian_birds_light"
  2060. }
  2061. "527049"
  2062. {
  2063. "icon_path" "econ/default_generated/weapon_aug_gs_aug_stymphalian_birds_medium"
  2064. }
  2065. "527050"
  2066. {
  2067. "icon_path" "econ/default_generated/weapon_aug_gs_aug_stymphalian_birds_heavy"
  2068. }
  2069. "589944"
  2070. {
  2071. "icon_path" "econ/default_generated/weapon_awp_sp_snake_light"
  2072. }
  2073. "589945"
  2074. {
  2075. "icon_path" "econ/default_generated/weapon_awp_sp_snake_medium"
  2076. }
  2077. "589946"
  2078. {
  2079. "icon_path" "econ/default_generated/weapon_awp_sp_snake_heavy"
  2080. }
  2081. "590028"
  2082. {
  2083. "icon_path" "econ/default_generated/weapon_awp_am_lightning_awp_light"
  2084. }
  2085. "590029"
  2086. {
  2087. "icon_path" "econ/default_generated/weapon_awp_am_lightning_awp_medium"
  2088. }
  2089. "590030"
  2090. {
  2091. "icon_path" "econ/default_generated/weapon_awp_am_lightning_awp_heavy"
  2092. }
  2093. "590112"
  2094. {
  2095. "icon_path" "econ/default_generated/weapon_awp_sp_mesh_tan_light"
  2096. }
  2097. "590113"
  2098. {
  2099. "icon_path" "econ/default_generated/weapon_awp_sp_mesh_tan_medium"
  2100. }
  2101. "590114"
  2102. {
  2103. "icon_path" "econ/default_generated/weapon_awp_sp_mesh_tan_heavy"
  2104. }
  2105. "590160"
  2106. {
  2107. "icon_path" "econ/default_generated/weapon_awp_hy_ddpat_pink_light"
  2108. }
  2109. "590161"
  2110. {
  2111. "icon_path" "econ/default_generated/weapon_awp_hy_ddpat_pink_medium"
  2112. }
  2113. "590162"
  2114. {
  2115. "icon_path" "econ/default_generated/weapon_awp_hy_ddpat_pink_heavy"
  2116. }
  2117. "590520"
  2118. {
  2119. "icon_path" "econ/default_generated/weapon_awp_hy_blam_simple_light"
  2120. }
  2121. "590521"
  2122. {
  2123. "icon_path" "econ/default_generated/weapon_awp_hy_blam_simple_medium"
  2124. }
  2125. "590522"
  2126. {
  2127. "icon_path" "econ/default_generated/weapon_awp_hy_blam_simple_heavy"
  2128. }
  2129. "590548"
  2130. {
  2131. "icon_path" "econ/default_generated/weapon_awp_cu_favela_awp_light"
  2132. }
  2133. "590549"
  2134. {
  2135. "icon_path" "econ/default_generated/weapon_awp_cu_favela_awp_medium"
  2136. }
  2137. "590550"
  2138. {
  2139. "icon_path" "econ/default_generated/weapon_awp_cu_favela_awp_heavy"
  2140. }
  2141. "590672"
  2142. {
  2143. "icon_path" "econ/default_generated/weapon_awp_am_crumple_bravo_light"
  2144. }
  2145. "590673"
  2146. {
  2147. "icon_path" "econ/default_generated/weapon_awp_am_crumple_bravo_medium"
  2148. }
  2149. "590674"
  2150. {
  2151. "icon_path" "econ/default_generated/weapon_awp_am_crumple_bravo_heavy"
  2152. }
  2153. "590732"
  2154. {
  2155. "icon_path" "econ/default_generated/weapon_awp_hy_hive_light"
  2156. }
  2157. "590733"
  2158. {
  2159. "icon_path" "econ/default_generated/weapon_awp_hy_hive_medium"
  2160. }
  2161. "590734"
  2162. {
  2163. "icon_path" "econ/default_generated/weapon_awp_hy_hive_heavy"
  2164. }
  2165. "590828"
  2166. {
  2167. "icon_path" "econ/default_generated/weapon_awp_hy_snakeskin_light"
  2168. }
  2169. "590829"
  2170. {
  2171. "icon_path" "econ/default_generated/weapon_awp_hy_snakeskin_medium"
  2172. }
  2173. "590830"
  2174. {
  2175. "icon_path" "econ/default_generated/weapon_awp_hy_snakeskin_heavy"
  2176. }
  2177. "590860"
  2178. {
  2179. "icon_path" "econ/default_generated/weapon_awp_cu_awp_cobra_light"
  2180. }
  2181. "590861"
  2182. {
  2183. "icon_path" "econ/default_generated/weapon_awp_cu_awp_cobra_medium"
  2184. }
  2185. "590862"
  2186. {
  2187. "icon_path" "econ/default_generated/weapon_awp_cu_awp_cobra_heavy"
  2188. }
  2189. "590940"
  2190. {
  2191. "icon_path" "econ/default_generated/weapon_awp_cu_awp_asimov_light"
  2192. }
  2193. "590941"
  2194. {
  2195. "icon_path" "econ/default_generated/weapon_awp_cu_awp_asimov_medium"
  2196. }
  2197. "590942"
  2198. {
  2199. "icon_path" "econ/default_generated/weapon_awp_cu_awp_asimov_heavy"
  2200. }
  2201. "591200"
  2202. {
  2203. "icon_path" "econ/default_generated/weapon_awp_cu_medieval_dragon_awp_light"
  2204. }
  2205. "591201"
  2206. {
  2207. "icon_path" "econ/default_generated/weapon_awp_cu_medieval_dragon_awp_medium"
  2208. }
  2209. "591202"
  2210. {
  2211. "icon_path" "econ/default_generated/weapon_awp_cu_medieval_dragon_awp_heavy"
  2212. }
  2213. "591404"
  2214. {
  2215. "icon_path" "econ/default_generated/weapon_awp_am_awp_glory_light"
  2216. }
  2217. "591405"
  2218. {
  2219. "icon_path" "econ/default_generated/weapon_awp_am_awp_glory_medium"
  2220. }
  2221. "591406"
  2222. {
  2223. "icon_path" "econ/default_generated/weapon_awp_am_awp_glory_heavy"
  2224. }
  2225. "591520"
  2226. {
  2227. "icon_path" "econ/default_generated/weapon_awp_aq_awp_twine_light"
  2228. }
  2229. "591521"
  2230. {
  2231. "icon_path" "econ/default_generated/weapon_awp_aq_awp_twine_medium"
  2232. }
  2233. "591522"
  2234. {
  2235. "icon_path" "econ/default_generated/weapon_awp_aq_awp_twine_heavy"
  2236. }
  2237. "591608"
  2238. {
  2239. "icon_path" "econ/default_generated/weapon_awp_cu_medusa_awp_light"
  2240. }
  2241. "591609"
  2242. {
  2243. "icon_path" "econ/default_generated/weapon_awp_cu_medusa_awp_medium"
  2244. }
  2245. "591610"
  2246. {
  2247. "icon_path" "econ/default_generated/weapon_awp_cu_medusa_awp_heavy"
  2248. }
  2249. "591628"
  2250. {
  2251. "icon_path" "econ/default_generated/weapon_awp_hy_zodiac2_light"
  2252. }
  2253. "591629"
  2254. {
  2255. "icon_path" "econ/default_generated/weapon_awp_hy_zodiac2_medium"
  2256. }
  2257. "591630"
  2258. {
  2259. "icon_path" "econ/default_generated/weapon_awp_hy_zodiac2_heavy"
  2260. }
  2261. "591724"
  2262. {
  2263. "icon_path" "econ/default_generated/weapon_awp_cu_awp_hyper_beast_light"
  2264. }
  2265. "591725"
  2266. {
  2267. "icon_path" "econ/default_generated/weapon_awp_cu_awp_hyper_beast_medium"
  2268. }
  2269. "591726"
  2270. {
  2271. "icon_path" "econ/default_generated/weapon_awp_cu_awp_hyper_beast_heavy"
  2272. }
  2273. "591924"
  2274. {
  2275. "icon_path" "econ/default_generated/weapon_awp_cu_awp_mastery_light"
  2276. }
  2277. "591925"
  2278. {
  2279. "icon_path" "econ/default_generated/weapon_awp_cu_awp_mastery_medium"
  2280. }
  2281. "591926"
  2282. {
  2283. "icon_path" "econ/default_generated/weapon_awp_cu_awp_mastery_heavy"
  2284. }
  2285. "592160"
  2286. {
  2287. "icon_path" "econ/default_generated/weapon_awp_gs_awp_phobos_light"
  2288. }
  2289. "592161"
  2290. {
  2291. "icon_path" "econ/default_generated/weapon_awp_gs_awp_phobos_medium"
  2292. }
  2293. "592162"
  2294. {
  2295. "icon_path" "econ/default_generated/weapon_awp_gs_awp_phobos_heavy"
  2296. }
  2297. "592384"
  2298. {
  2299. "icon_path" "econ/default_generated/weapon_awp_cu_awp_psychopath_light"
  2300. }
  2301. "592385"
  2302. {
  2303. "icon_path" "econ/default_generated/weapon_awp_cu_awp_psychopath_medium"
  2304. }
  2305. "592386"
  2306. {
  2307. "icon_path" "econ/default_generated/weapon_awp_cu_awp_psychopath_heavy"
  2308. }
  2309. "592472"
  2310. {
  2311. "icon_path" "econ/default_generated/weapon_awp_cu_awp_hannya_light"
  2312. }
  2313. "592473"
  2314. {
  2315. "icon_path" "econ/default_generated/weapon_awp_cu_awp_hannya_medium"
  2316. }
  2317. "592474"
  2318. {
  2319. "icon_path" "econ/default_generated/weapon_awp_cu_awp_hannya_heavy"
  2320. }
  2321. "592588"
  2322. {
  2323. "icon_path" "econ/default_generated/weapon_awp_gs_awp_death_light"
  2324. }
  2325. "592589"
  2326. {
  2327. "icon_path" "econ/default_generated/weapon_awp_gs_awp_death_medium"
  2328. }
  2329. "592590"
  2330. {
  2331. "icon_path" "econ/default_generated/weapon_awp_gs_awp_death_heavy"
  2332. }
  2333. "655448"
  2334. {
  2335. "icon_path" "econ/default_generated/weapon_famas_sp_spray_light"
  2336. }
  2337. "655449"
  2338. {
  2339. "icon_path" "econ/default_generated/weapon_famas_sp_spray_medium"
  2340. }
  2341. "655450"
  2342. {
  2343. "icon_path" "econ/default_generated/weapon_famas_sp_spray_heavy"
  2344. }
  2345. "655548"
  2346. {
  2347. "icon_path" "econ/default_generated/weapon_famas_so_space_marine_light"
  2348. }
  2349. "655549"
  2350. {
  2351. "icon_path" "econ/default_generated/weapon_famas_so_space_marine_medium"
  2352. }
  2353. "655550"
  2354. {
  2355. "icon_path" "econ/default_generated/weapon_famas_so_space_marine_heavy"
  2356. }
  2357. "655728"
  2358. {
  2359. "icon_path" "econ/default_generated/weapon_famas_hy_reef_light"
  2360. }
  2361. "655729"
  2362. {
  2363. "icon_path" "econ/default_generated/weapon_famas_hy_reef_medium"
  2364. }
  2365. "655730"
  2366. {
  2367. "icon_path" "econ/default_generated/weapon_famas_hy_reef_heavy"
  2368. }
  2369. "655976"
  2370. {
  2371. "icon_path" "econ/default_generated/weapon_famas_cu_broken_path_famas_light"
  2372. }
  2373. "655977"
  2374. {
  2375. "icon_path" "econ/default_generated/weapon_famas_cu_broken_path_famas_medium"
  2376. }
  2377. "655978"
  2378. {
  2379. "icon_path" "econ/default_generated/weapon_famas_cu_broken_path_famas_heavy"
  2380. }
  2381. "656072"
  2382. {
  2383. "icon_path" "econ/default_generated/weapon_famas_hy_doomkitty_light"
  2384. }
  2385. "656073"
  2386. {
  2387. "icon_path" "econ/default_generated/weapon_famas_hy_doomkitty_medium"
  2388. }
  2389. "656074"
  2390. {
  2391. "icon_path" "econ/default_generated/weapon_famas_hy_doomkitty_heavy"
  2392. }
  2393. "656136"
  2394. {
  2395. "icon_path" "econ/default_generated/weapon_famas_sp_spitfire_famas_bravo_light"
  2396. }
  2397. "656137"
  2398. {
  2399. "icon_path" "econ/default_generated/weapon_famas_sp_spitfire_famas_bravo_medium"
  2400. }
  2401. "656138"
  2402. {
  2403. "icon_path" "econ/default_generated/weapon_famas_sp_spitfire_famas_bravo_heavy"
  2404. }
  2405. "656232"
  2406. {
  2407. "icon_path" "econ/default_generated/weapon_famas_hy_bluehex_light"
  2408. }
  2409. "656233"
  2410. {
  2411. "icon_path" "econ/default_generated/weapon_famas_hy_bluehex_medium"
  2412. }
  2413. "656234"
  2414. {
  2415. "icon_path" "econ/default_generated/weapon_famas_hy_bluehex_heavy"
  2416. }
  2417. "656336"
  2418. {
  2419. "icon_path" "econ/default_generated/weapon_famas_sp_mesh_hot_and_cold_light"
  2420. }
  2421. "656337"
  2422. {
  2423. "icon_path" "econ/default_generated/weapon_famas_sp_mesh_hot_and_cold_medium"
  2424. }
  2425. "656338"
  2426. {
  2427. "icon_path" "econ/default_generated/weapon_famas_sp_mesh_hot_and_cold_heavy"
  2428. }
  2429. "656400"
  2430. {
  2431. "icon_path" "econ/default_generated/weapon_famas_cu_famas_pulse_light"
  2432. }
  2433. "656401"
  2434. {
  2435. "icon_path" "econ/default_generated/weapon_famas_cu_famas_pulse_medium"
  2436. }
  2437. "656402"
  2438. {
  2439. "icon_path" "econ/default_generated/weapon_famas_cu_famas_pulse_heavy"
  2440. }
  2441. "656512"
  2442. {
  2443. "icon_path" "econ/default_generated/weapon_famas_an_famas_sgt_light"
  2444. }
  2445. "656513"
  2446. {
  2447. "icon_path" "econ/default_generated/weapon_famas_an_famas_sgt_medium"
  2448. }
  2449. "656514"
  2450. {
  2451. "icon_path" "econ/default_generated/weapon_famas_an_famas_sgt_heavy"
  2452. }
  2453. "656844"
  2454. {
  2455. "icon_path" "econ/default_generated/weapon_famas_am_nuclear_skulls2_famas_light"
  2456. }
  2457. "656845"
  2458. {
  2459. "icon_path" "econ/default_generated/weapon_famas_am_nuclear_skulls2_famas_medium"
  2460. }
  2461. "656846"
  2462. {
  2463. "icon_path" "econ/default_generated/weapon_famas_am_nuclear_skulls2_famas_heavy"
  2464. }
  2465. "657076"
  2466. {
  2467. "icon_path" "econ/default_generated/weapon_famas_aq_famas_jinn_light"
  2468. }
  2469. "657077"
  2470. {
  2471. "icon_path" "econ/default_generated/weapon_famas_aq_famas_jinn_medium"
  2472. }
  2473. "657078"
  2474. {
  2475. "icon_path" "econ/default_generated/weapon_famas_aq_famas_jinn_heavy"
  2476. }
  2477. "657268"
  2478. {
  2479. "icon_path" "econ/default_generated/weapon_famas_am_famas_dots_light"
  2480. }
  2481. "657269"
  2482. {
  2483. "icon_path" "econ/default_generated/weapon_famas_am_famas_dots_medium"
  2484. }
  2485. "657270"
  2486. {
  2487. "icon_path" "econ/default_generated/weapon_famas_am_famas_dots_heavy"
  2488. }
  2489. "657328"
  2490. {
  2491. "icon_path" "econ/default_generated/weapon_famas_cu_famas_lenta_light"
  2492. }
  2493. "657329"
  2494. {
  2495. "icon_path" "econ/default_generated/weapon_famas_cu_famas_lenta_medium"
  2496. }
  2497. "657330"
  2498. {
  2499. "icon_path" "econ/default_generated/weapon_famas_cu_famas_lenta_heavy"
  2500. }
  2501. "657476"
  2502. {
  2503. "icon_path" "econ/default_generated/weapon_famas_aq_famas_contour_light"
  2504. }
  2505. "657477"
  2506. {
  2507. "icon_path" "econ/default_generated/weapon_famas_aq_famas_contour_medium"
  2508. }
  2509. "657478"
  2510. {
  2511. "icon_path" "econ/default_generated/weapon_famas_aq_famas_contour_heavy"
  2512. }
  2513. "657776"
  2514. {
  2515. "icon_path" "econ/default_generated/weapon_famas_gs_famas_rally_light"
  2516. }
  2517. "657777"
  2518. {
  2519. "icon_path" "econ/default_generated/weapon_famas_gs_famas_rally_medium"
  2520. }
  2521. "657778"
  2522. {
  2523. "icon_path" "econ/default_generated/weapon_famas_gs_famas_rally_heavy"
  2524. }
  2525. "657864"
  2526. {
  2527. "icon_path" "econ/default_generated/weapon_famas_gs_famas_mecha_light"
  2528. }
  2529. "657865"
  2530. {
  2531. "icon_path" "econ/default_generated/weapon_famas_gs_famas_mecha_medium"
  2532. }
  2533. "657866"
  2534. {
  2535. "icon_path" "econ/default_generated/weapon_famas_gs_famas_mecha_heavy"
  2536. }
  2537. "657996"
  2538. {
  2539. "icon_path" "econ/default_generated/weapon_famas_sp_famas_macabre_light"
  2540. }
  2541. "657997"
  2542. {
  2543. "icon_path" "econ/default_generated/weapon_famas_sp_famas_macabre_medium"
  2544. }
  2545. "657998"
  2546. {
  2547. "icon_path" "econ/default_generated/weapon_famas_sp_famas_macabre_heavy"
  2548. }
  2549. "720920"
  2550. {
  2551. "icon_path" "econ/default_generated/weapon_g3sg1_hy_arctic_light"
  2552. }
  2553. "720921"
  2554. {
  2555. "icon_path" "econ/default_generated/weapon_g3sg1_hy_arctic_medium"
  2556. }
  2557. "720922"
  2558. {
  2559. "icon_path" "econ/default_generated/weapon_g3sg1_hy_arctic_heavy"
  2560. }
  2561. "720928"
  2562. {
  2563. "icon_path" "econ/default_generated/weapon_g3sg1_hy_desert_light"
  2564. }
  2565. "720929"
  2566. {
  2567. "icon_path" "econ/default_generated/weapon_g3sg1_hy_desert_medium"
  2568. }
  2569. "720930"
  2570. {
  2571. "icon_path" "econ/default_generated/weapon_g3sg1_hy_desert_heavy"
  2572. }
  2573. "721080"
  2574. {
  2575. "icon_path" "econ/default_generated/weapon_g3sg1_so_pmc_light"
  2576. }
  2577. "721081"
  2578. {
  2579. "icon_path" "econ/default_generated/weapon_g3sg1_so_pmc_medium"
  2580. }
  2581. "721082"
  2582. {
  2583. "icon_path" "econ/default_generated/weapon_g3sg1_so_pmc_heavy"
  2584. }
  2585. "721184"
  2586. {
  2587. "icon_path" "econ/default_generated/weapon_g3sg1_sp_mesh_tan_light"
  2588. }
  2589. "721185"
  2590. {
  2591. "icon_path" "econ/default_generated/weapon_g3sg1_sp_mesh_tan_medium"
  2592. }
  2593. "721186"
  2594. {
  2595. "icon_path" "econ/default_generated/weapon_g3sg1_sp_mesh_tan_heavy"
  2596. }
  2597. "721192"
  2598. {
  2599. "icon_path" "econ/default_generated/weapon_g3sg1_hy_arctic_contrast_light"
  2600. }
  2601. "721193"
  2602. {
  2603. "icon_path" "econ/default_generated/weapon_g3sg1_hy_arctic_contrast_medium"
  2604. }
  2605. "721194"
  2606. {
  2607. "icon_path" "econ/default_generated/weapon_g3sg1_hy_arctic_contrast_heavy"
  2608. }
  2609. "721484"
  2610. {
  2611. "icon_path" "econ/default_generated/weapon_g3sg1_sp_tape_short_jungle_light"
  2612. }
  2613. "721485"
  2614. {
  2615. "icon_path" "econ/default_generated/weapon_g3sg1_sp_tape_short_jungle_medium"
  2616. }
  2617. "721486"
  2618. {
  2619. "icon_path" "econ/default_generated/weapon_g3sg1_sp_tape_short_jungle_heavy"
  2620. }
  2621. "721676"
  2622. {
  2623. "icon_path" "econ/default_generated/weapon_g3sg1_hy_bluepolygon_bravo_light"
  2624. }
  2625. "721677"
  2626. {
  2627. "icon_path" "econ/default_generated/weapon_g3sg1_hy_bluepolygon_bravo_medium"
  2628. }
  2629. "721678"
  2630. {
  2631. "icon_path" "econ/default_generated/weapon_g3sg1_hy_bluepolygon_bravo_heavy"
  2632. }
  2633. "721812"
  2634. {
  2635. "icon_path" "econ/default_generated/weapon_g3sg1_sp_zebracam_blue_light"
  2636. }
  2637. "721813"
  2638. {
  2639. "icon_path" "econ/default_generated/weapon_g3sg1_sp_zebracam_blue_medium"
  2640. }
  2641. "721814"
  2642. {
  2643. "icon_path" "econ/default_generated/weapon_g3sg1_sp_zebracam_blue_heavy"
  2644. }
  2645. "721836"
  2646. {
  2647. "icon_path" "econ/default_generated/weapon_g3sg1_hy_varicamo_light"
  2648. }
  2649. "721837"
  2650. {
  2651. "icon_path" "econ/default_generated/weapon_g3sg1_hy_varicamo_medium"
  2652. }
  2653. "721838"
  2654. {
  2655. "icon_path" "econ/default_generated/weapon_g3sg1_hy_varicamo_heavy"
  2656. }
  2657. "722072"
  2658. {
  2659. "icon_path" "econ/default_generated/weapon_g3sg1_so_green_light"
  2660. }
  2661. "722073"
  2662. {
  2663. "icon_path" "econ/default_generated/weapon_g3sg1_so_green_medium"
  2664. }
  2665. "722074"
  2666. {
  2667. "icon_path" "econ/default_generated/weapon_g3sg1_so_green_heavy"
  2668. }
  2669. "722424"
  2670. {
  2671. "icon_path" "econ/default_generated/weapon_g3sg1_am_g3sg1_murky_light"
  2672. }
  2673. "722425"
  2674. {
  2675. "icon_path" "econ/default_generated/weapon_g3sg1_am_g3sg1_murky_medium"
  2676. }
  2677. "722426"
  2678. {
  2679. "icon_path" "econ/default_generated/weapon_g3sg1_am_g3sg1_murky_heavy"
  2680. }
  2681. "722648"
  2682. {
  2683. "icon_path" "econ/default_generated/weapon_g3sg1_cu_chronos_g3sg1_light"
  2684. }
  2685. "722649"
  2686. {
  2687. "icon_path" "econ/default_generated/weapon_g3sg1_cu_chronos_g3sg1_medium"
  2688. }
  2689. "722650"
  2690. {
  2691. "icon_path" "econ/default_generated/weapon_g3sg1_cu_chronos_g3sg1_heavy"
  2692. }
  2693. "722756"
  2694. {
  2695. "icon_path" "econ/default_generated/weapon_g3sg1_hy_kimono_diamonds_orange_light"
  2696. }
  2697. "722757"
  2698. {
  2699. "icon_path" "econ/default_generated/weapon_g3sg1_hy_kimono_diamonds_orange_medium"
  2700. }
  2701. "722758"
  2702. {
  2703. "icon_path" "econ/default_generated/weapon_g3sg1_hy_kimono_diamonds_orange_heavy"
  2704. }
  2705. "722868"
  2706. {
  2707. "icon_path" "econ/default_generated/weapon_g3sg1_gs_g3sg1_flux_purple_light"
  2708. }
  2709. "722869"
  2710. {
  2711. "icon_path" "econ/default_generated/weapon_g3sg1_gs_g3sg1_flux_purple_medium"
  2712. }
  2713. "722870"
  2714. {
  2715. "icon_path" "econ/default_generated/weapon_g3sg1_gs_g3sg1_flux_purple_heavy"
  2716. }
  2717. "722940"
  2718. {
  2719. "icon_path" "econ/default_generated/weapon_g3sg1_cu_g3sg1_executioner_light"
  2720. }
  2721. "722941"
  2722. {
  2723. "icon_path" "econ/default_generated/weapon_g3sg1_cu_g3sg1_executioner_medium"
  2724. }
  2725. "722942"
  2726. {
  2727. "icon_path" "econ/default_generated/weapon_g3sg1_cu_g3sg1_executioner_heavy"
  2728. }
  2729. "723076"
  2730. {
  2731. "icon_path" "econ/default_generated/weapon_g3sg1_sp_g3sg1_militiaorange_light"
  2732. }
  2733. "723077"
  2734. {
  2735. "icon_path" "econ/default_generated/weapon_g3sg1_sp_g3sg1_militiaorange_medium"
  2736. }
  2737. "723078"
  2738. {
  2739. "icon_path" "econ/default_generated/weapon_g3sg1_sp_g3sg1_militiaorange_heavy"
  2740. }
  2741. "723320"
  2742. {
  2743. "icon_path" "econ/default_generated/weapon_g3sg1_gs_g3sg1_ventilator_light"
  2744. }
  2745. "723321"
  2746. {
  2747. "icon_path" "econ/default_generated/weapon_g3sg1_gs_g3sg1_ventilator_medium"
  2748. }
  2749. "723322"
  2750. {
  2751. "icon_path" "econ/default_generated/weapon_g3sg1_gs_g3sg1_ventilator_heavy"
  2752. }
  2753. "723408"
  2754. {
  2755. "icon_path" "econ/default_generated/weapon_g3sg1_gs_g3sg1_viper_yellow_light"
  2756. }
  2757. "723409"
  2758. {
  2759. "icon_path" "econ/default_generated/weapon_g3sg1_gs_g3sg1_viper_yellow_medium"
  2760. }
  2761. "723410"
  2762. {
  2763. "icon_path" "econ/default_generated/weapon_g3sg1_gs_g3sg1_viper_yellow_heavy"
  2764. }
  2765. "723604"
  2766. {
  2767. "icon_path" "econ/default_generated/weapon_g3sg1_gs_g3sg1_cetme_redux_light"
  2768. }
  2769. "723605"
  2770. {
  2771. "icon_path" "econ/default_generated/weapon_g3sg1_gs_g3sg1_cetme_redux_medium"
  2772. }
  2773. "723606"
  2774. {
  2775. "icon_path" "econ/default_generated/weapon_g3sg1_gs_g3sg1_cetme_redux_heavy"
  2776. }
  2777. "852272"
  2778. {
  2779. "icon_path" "econ/default_generated/weapon_galilar_hy_forest_winter_light"
  2780. }
  2781. "852273"
  2782. {
  2783. "icon_path" "econ/default_generated/weapon_galilar_hy_forest_winter_medium"
  2784. }
  2785. "852274"
  2786. {
  2787. "icon_path" "econ/default_generated/weapon_galilar_hy_forest_winter_heavy"
  2788. }
  2789. "852300"
  2790. {
  2791. "icon_path" "econ/default_generated/weapon_galilar_hy_ddpat_orange_light"
  2792. }
  2793. "852301"
  2794. {
  2795. "icon_path" "econ/default_generated/weapon_galilar_hy_ddpat_orange_medium"
  2796. }
  2797. "852302"
  2798. {
  2799. "icon_path" "econ/default_generated/weapon_galilar_hy_ddpat_orange_heavy"
  2800. }
  2801. "852444"
  2802. {
  2803. "icon_path" "econ/default_generated/weapon_galilar_sp_spray_desert_sage_light"
  2804. }
  2805. "852445"
  2806. {
  2807. "icon_path" "econ/default_generated/weapon_galilar_sp_spray_desert_sage_medium"
  2808. }
  2809. "852446"
  2810. {
  2811. "icon_path" "econ/default_generated/weapon_galilar_sp_spray_desert_sage_heavy"
  2812. }
  2813. "852736"
  2814. {
  2815. "icon_path" "econ/default_generated/weapon_galilar_hy_crumple_bravo_light"
  2816. }
  2817. "852737"
  2818. {
  2819. "icon_path" "econ/default_generated/weapon_galilar_hy_crumple_bravo_medium"
  2820. }
  2821. "852738"
  2822. {
  2823. "icon_path" "econ/default_generated/weapon_galilar_hy_crumple_bravo_heavy"
  2824. }
  2825. "852832"
  2826. {
  2827. "icon_path" "econ/default_generated/weapon_galilar_an_titanium30v_light"
  2828. }
  2829. "852833"
  2830. {
  2831. "icon_path" "econ/default_generated/weapon_galilar_an_titanium30v_medium"
  2832. }
  2833. "852834"
  2834. {
  2835. "icon_path" "econ/default_generated/weapon_galilar_an_titanium30v_heavy"
  2836. }
  2837. "852908"
  2838. {
  2839. "icon_path" "econ/default_generated/weapon_galilar_hy_varicamo_light"
  2840. }
  2841. "852909"
  2842. {
  2843. "icon_path" "econ/default_generated/weapon_galilar_hy_varicamo_medium"
  2844. }
  2845. "852910"
  2846. {
  2847. "icon_path" "econ/default_generated/weapon_galilar_hy_varicamo_heavy"
  2848. }
  2849. "852916"
  2850. {
  2851. "icon_path" "econ/default_generated/weapon_galilar_hy_varicamo_urban_light"
  2852. }
  2853. "852917"
  2854. {
  2855. "icon_path" "econ/default_generated/weapon_galilar_hy_varicamo_urban_medium"
  2856. }
  2857. "852918"
  2858. {
  2859. "icon_path" "econ/default_generated/weapon_galilar_hy_varicamo_urban_heavy"
  2860. }
  2861. "852932"
  2862. {
  2863. "icon_path" "econ/default_generated/weapon_galilar_sp_mesh_slashes_light"
  2864. }
  2865. "852933"
  2866. {
  2867. "icon_path" "econ/default_generated/weapon_galilar_sp_mesh_slashes_medium"
  2868. }
  2869. "852934"
  2870. {
  2871. "icon_path" "econ/default_generated/weapon_galilar_sp_mesh_slashes_heavy"
  2872. }
  2873. "853024"
  2874. {
  2875. "icon_path" "econ/default_generated/weapon_galilar_cu_sandstorm_light"
  2876. }
  2877. "853025"
  2878. {
  2879. "icon_path" "econ/default_generated/weapon_galilar_cu_sandstorm_medium"
  2880. }
  2881. "853026"
  2882. {
  2883. "icon_path" "econ/default_generated/weapon_galilar_cu_sandstorm_heavy"
  2884. }
  2885. "853156"
  2886. {
  2887. "icon_path" "econ/default_generated/weapon_galilar_so_orca_light"
  2888. }
  2889. "853157"
  2890. {
  2891. "icon_path" "econ/default_generated/weapon_galilar_so_orca_medium"
  2892. }
  2893. "853158"
  2894. {
  2895. "icon_path" "econ/default_generated/weapon_galilar_so_orca_heavy"
  2896. }
  2897. "853200"
  2898. {
  2899. "icon_path" "econ/default_generated/weapon_galilar_hy_galil_kami_light"
  2900. }
  2901. "853201"
  2902. {
  2903. "icon_path" "econ/default_generated/weapon_galilar_hy_galil_kami_medium"
  2904. }
  2905. "853202"
  2906. {
  2907. "icon_path" "econ/default_generated/weapon_galilar_hy_galil_kami_heavy"
  2908. }
  2909. "853484"
  2910. {
  2911. "icon_path" "econ/default_generated/weapon_galilar_cu_cerbrus_galil_light"
  2912. }
  2913. "853485"
  2914. {
  2915. "icon_path" "econ/default_generated/weapon_galilar_cu_cerbrus_galil_medium"
  2916. }
  2917. "853486"
  2918. {
  2919. "icon_path" "econ/default_generated/weapon_galilar_cu_cerbrus_galil_heavy"
  2920. }
  2921. "853560"
  2922. {
  2923. "icon_path" "econ/default_generated/weapon_galilar_cu_galil_abrasion_light"
  2924. }
  2925. "853561"
  2926. {
  2927. "icon_path" "econ/default_generated/weapon_galilar_cu_galil_abrasion_medium"
  2928. }
  2929. "853562"
  2930. {
  2931. "icon_path" "econ/default_generated/weapon_galilar_cu_galil_abrasion_heavy"
  2932. }
  2933. "853680"
  2934. {
  2935. "icon_path" "econ/default_generated/weapon_galilar_cu_galil_eco_light"
  2936. }
  2937. "853681"
  2938. {
  2939. "icon_path" "econ/default_generated/weapon_galilar_cu_galil_eco_medium"
  2940. }
  2941. "853682"
  2942. {
  2943. "icon_path" "econ/default_generated/weapon_galilar_cu_galil_eco_heavy"
  2944. }
  2945. "853808"
  2946. {
  2947. "icon_path" "econ/default_generated/weapon_galilar_am_geometric_steps_light"
  2948. }
  2949. "853809"
  2950. {
  2951. "icon_path" "econ/default_generated/weapon_galilar_am_geometric_steps_medium"
  2952. }
  2953. "853810"
  2954. {
  2955. "icon_path" "econ/default_generated/weapon_galilar_am_geometric_steps_heavy"
  2956. }
  2957. "853880"
  2958. {
  2959. "icon_path" "econ/default_generated/weapon_galilar_cu_galilar_particles_light"
  2960. }
  2961. "853881"
  2962. {
  2963. "icon_path" "econ/default_generated/weapon_galilar_cu_galilar_particles_medium"
  2964. }
  2965. "853882"
  2966. {
  2967. "icon_path" "econ/default_generated/weapon_galilar_cu_galilar_particles_heavy"
  2968. }
  2969. "853944"
  2970. {
  2971. "icon_path" "econ/default_generated/weapon_galilar_gs_galil_nightwing_light"
  2972. }
  2973. "853945"
  2974. {
  2975. "icon_path" "econ/default_generated/weapon_galilar_gs_galil_nightwing_medium"
  2976. }
  2977. "853946"
  2978. {
  2979. "icon_path" "econ/default_generated/weapon_galilar_gs_galil_nightwing_heavy"
  2980. }
  2981. "854152"
  2982. {
  2983. "icon_path" "econ/default_generated/weapon_galilar_gs_galilar_incenerator_light"
  2984. }
  2985. "854153"
  2986. {
  2987. "icon_path" "econ/default_generated/weapon_galilar_gs_galilar_incenerator_medium"
  2988. }
  2989. "854154"
  2990. {
  2991. "icon_path" "econ/default_generated/weapon_galilar_gs_galilar_incenerator_heavy"
  2992. }
  2993. "854484"
  2994. {
  2995. "icon_path" "econ/default_generated/weapon_galilar_cu_galil_ar-camo_light"
  2996. }
  2997. "854485"
  2998. {
  2999. "icon_path" "econ/default_generated/weapon_galilar_cu_galil_ar-camo_medium"
  3000. }
  3001. "854486"
  3002. {
  3003. "icon_path" "econ/default_generated/weapon_galilar_cu_galil_ar-camo_heavy"
  3004. }
  3005. "854556"
  3006. {
  3007. "icon_path" "econ/default_generated/weapon_galilar_sp_galil_wave_light"
  3008. }
  3009. "854557"
  3010. {
  3011. "icon_path" "econ/default_generated/weapon_galilar_sp_galil_wave_medium"
  3012. }
  3013. "854558"
  3014. {
  3015. "icon_path" "econ/default_generated/weapon_galilar_sp_galil_wave_heavy"
  3016. }
  3017. "854612"
  3018. {
  3019. "icon_path" "econ/default_generated/weapon_galilar_cu_galil_candychaos_light"
  3020. }
  3021. "854613"
  3022. {
  3023. "icon_path" "econ/default_generated/weapon_galilar_cu_galil_candychaos_medium"
  3024. }
  3025. "854614"
  3026. {
  3027. "icon_path" "econ/default_generated/weapon_galilar_cu_galil_candychaos_heavy"
  3028. }
  3029. "917592"
  3030. {
  3031. "icon_path" "econ/default_generated/weapon_m249_sp_spray_light"
  3032. }
  3033. "917593"
  3034. {
  3035. "icon_path" "econ/default_generated/weapon_m249_sp_spray_medium"
  3036. }
  3037. "917594"
  3038. {
  3039. "icon_path" "econ/default_generated/weapon_m249_sp_spray_heavy"
  3040. }
  3041. "917804"
  3042. {
  3043. "icon_path" "econ/default_generated/weapon_m249_hy_blizzard_light"
  3044. }
  3045. "917805"
  3046. {
  3047. "icon_path" "econ/default_generated/weapon_m249_hy_blizzard_medium"
  3048. }
  3049. "917806"
  3050. {
  3051. "icon_path" "econ/default_generated/weapon_m249_hy_blizzard_heavy"
  3052. }
  3053. "918312"
  3054. {
  3055. "icon_path" "econ/default_generated/weapon_m249_hy_ddpat_jungle_bravo_light"
  3056. }
  3057. "918313"
  3058. {
  3059. "icon_path" "econ/default_generated/weapon_m249_hy_ddpat_jungle_bravo_medium"
  3060. }
  3061. "918314"
  3062. {
  3063. "icon_path" "econ/default_generated/weapon_m249_hy_ddpat_jungle_bravo_heavy"
  3064. }
  3065. "918476"
  3066. {
  3067. "icon_path" "econ/default_generated/weapon_m249_sp_mesh_python_light"
  3068. }
  3069. "918477"
  3070. {
  3071. "icon_path" "econ/default_generated/weapon_m249_sp_mesh_python_medium"
  3072. }
  3073. "918478"
  3074. {
  3075. "icon_path" "econ/default_generated/weapon_m249_sp_mesh_python_heavy"
  3076. }
  3077. "918568"
  3078. {
  3079. "icon_path" "econ/default_generated/weapon_m249_aq_obsidian_light"
  3080. }
  3081. "918569"
  3082. {
  3083. "icon_path" "econ/default_generated/weapon_m249_aq_obsidian_medium"
  3084. }
  3085. "918570"
  3086. {
  3087. "icon_path" "econ/default_generated/weapon_m249_aq_obsidian_heavy"
  3088. }
  3089. "919108"
  3090. {
  3091. "icon_path" "econ/default_generated/weapon_m249_cu_m249_sektor_light"
  3092. }
  3093. "919109"
  3094. {
  3095. "icon_path" "econ/default_generated/weapon_m249_cu_m249_sektor_medium"
  3096. }
  3097. "919110"
  3098. {
  3099. "icon_path" "econ/default_generated/weapon_m249_cu_m249_sektor_heavy"
  3100. }
  3101. "919312"
  3102. {
  3103. "icon_path" "econ/default_generated/weapon_m249_hy_zodiac3_light"
  3104. }
  3105. "919313"
  3106. {
  3107. "icon_path" "econ/default_generated/weapon_m249_hy_zodiac3_medium"
  3108. }
  3109. "919314"
  3110. {
  3111. "icon_path" "econ/default_generated/weapon_m249_hy_zodiac3_heavy"
  3112. }
  3113. "919392"
  3114. {
  3115. "icon_path" "econ/default_generated/weapon_m249_so_keycolors_light"
  3116. }
  3117. "919393"
  3118. {
  3119. "icon_path" "econ/default_generated/weapon_m249_so_keycolors_medium"
  3120. }
  3121. "919394"
  3122. {
  3123. "icon_path" "econ/default_generated/weapon_m249_so_keycolors_heavy"
  3124. }
  3125. "919488"
  3126. {
  3127. "icon_path" "econ/default_generated/weapon_m249_gs_m249_nebula_crusader_light"
  3128. }
  3129. "919489"
  3130. {
  3131. "icon_path" "econ/default_generated/weapon_m249_gs_m249_nebula_crusader_medium"
  3132. }
  3133. "919490"
  3134. {
  3135. "icon_path" "econ/default_generated/weapon_m249_gs_m249_nebula_crusader_heavy"
  3136. }
  3137. "919692"
  3138. {
  3139. "icon_path" "econ/default_generated/weapon_m249_cu_m249_spectre_light"
  3140. }
  3141. "919693"
  3142. {
  3143. "icon_path" "econ/default_generated/weapon_m249_cu_m249_spectre_medium"
  3144. }
  3145. "919694"
  3146. {
  3147. "icon_path" "econ/default_generated/weapon_m249_cu_m249_spectre_heavy"
  3148. }
  3149. "920096"
  3150. {
  3151. "icon_path" "econ/default_generated/weapon_m249_sp_m249_frog_original_light"
  3152. }
  3153. "920097"
  3154. {
  3155. "icon_path" "econ/default_generated/weapon_m249_sp_m249_frog_original_medium"
  3156. }
  3157. "920098"
  3158. {
  3159. "icon_path" "econ/default_generated/weapon_m249_sp_m249_frog_original_heavy"
  3160. }
  3161. "1048608"
  3162. {
  3163. "icon_path" "econ/default_generated/weapon_m4a1_hy_desert_light"
  3164. }
  3165. "1048609"
  3166. {
  3167. "icon_path" "econ/default_generated/weapon_m4a1_hy_desert_medium"
  3168. }
  3169. "1048610"
  3170. {
  3171. "icon_path" "econ/default_generated/weapon_m4a1_hy_desert_heavy"
  3172. }
  3173. "1048640"
  3174. {
  3175. "icon_path" "econ/default_generated/weapon_m4a1_hy_v_tiger_light"
  3176. }
  3177. "1048641"
  3178. {
  3179. "icon_path" "econ/default_generated/weapon_m4a1_hy_v_tiger_medium"
  3180. }
  3181. "1048642"
  3182. {
  3183. "icon_path" "econ/default_generated/weapon_m4a1_hy_v_tiger_heavy"
  3184. }
  3185. "1048644"
  3186. {
  3187. "icon_path" "econ/default_generated/weapon_m4a1_hy_ddpat_urb_light"
  3188. }
  3189. "1048645"
  3190. {
  3191. "icon_path" "econ/default_generated/weapon_m4a1_hy_ddpat_urb_medium"
  3192. }
  3193. "1048646"
  3194. {
  3195. "icon_path" "econ/default_generated/weapon_m4a1_hy_ddpat_urb_heavy"
  3196. }
  3197. "1048980"
  3198. {
  3199. "icon_path" "econ/default_generated/weapon_m4a1_so_tornado_light"
  3200. }
  3201. "1048981"
  3202. {
  3203. "icon_path" "econ/default_generated/weapon_m4a1_so_tornado_medium"
  3204. }
  3205. "1048982"
  3206. {
  3207. "icon_path" "econ/default_generated/weapon_m4a1_so_tornado_heavy"
  3208. }
  3209. "1049196"
  3210. {
  3211. "icon_path" "econ/default_generated/weapon_m4a1_cu_bullet_rain_m4a1_light"
  3212. }
  3213. "1049197"
  3214. {
  3215. "icon_path" "econ/default_generated/weapon_m4a1_cu_bullet_rain_m4a1_medium"
  3216. }
  3217. "1049198"
  3218. {
  3219. "icon_path" "econ/default_generated/weapon_m4a1_cu_bullet_rain_m4a1_heavy"
  3220. }
  3221. "1049232"
  3222. {
  3223. "icon_path" "econ/default_generated/weapon_m4a1_hy_hunter_modern_light"
  3224. }
  3225. "1049233"
  3226. {
  3227. "icon_path" "econ/default_generated/weapon_m4a1_hy_hunter_modern_medium"
  3228. }
  3229. "1049234"
  3230. {
  3231. "icon_path" "econ/default_generated/weapon_m4a1_hy_hunter_modern_heavy"
  3232. }
  3233. "1049244"
  3234. {
  3235. "icon_path" "econ/default_generated/weapon_m4a1_sp_nukestripe_orange_light"
  3236. }
  3237. "1049245"
  3238. {
  3239. "icon_path" "econ/default_generated/weapon_m4a1_sp_nukestripe_orange_medium"
  3240. }
  3241. "1049246"
  3242. {
  3243. "icon_path" "econ/default_generated/weapon_m4a1_sp_nukestripe_orange_heavy"
  3244. }
  3245. "1049280"
  3246. {
  3247. "icon_path" "econ/default_generated/weapon_m4a1_sp_zebracam_bw_light"
  3248. }
  3249. "1049281"
  3250. {
  3251. "icon_path" "econ/default_generated/weapon_m4a1_sp_zebracam_bw_medium"
  3252. }
  3253. "1049282"
  3254. {
  3255. "icon_path" "econ/default_generated/weapon_m4a1_sp_zebracam_bw_heavy"
  3256. }
  3257. "1049324"
  3258. {
  3259. "icon_path" "econ/default_generated/weapon_m4a1_sp_star_bravo_light"
  3260. }
  3261. "1049325"
  3262. {
  3263. "icon_path" "econ/default_generated/weapon_m4a1_sp_star_bravo_medium"
  3264. }
  3265. "1049326"
  3266. {
  3267. "icon_path" "econ/default_generated/weapon_m4a1_sp_star_bravo_heavy"
  3268. }
  3269. "1049436"
  3270. {
  3271. "icon_path" "econ/default_generated/weapon_m4a1_cu_xray_m4_light"
  3272. }
  3273. "1049437"
  3274. {
  3275. "icon_path" "econ/default_generated/weapon_m4a1_cu_xray_m4_medium"
  3276. }
  3277. "1049438"
  3278. {
  3279. "icon_path" "econ/default_generated/weapon_m4a1_cu_xray_m4_heavy"
  3280. }
  3281. "1049596"
  3282. {
  3283. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4_asimov_light"
  3284. }
  3285. "1049597"
  3286. {
  3287. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4_asimov_medium"
  3288. }
  3289. "1049598"
  3290. {
  3291. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4_asimov_heavy"
  3292. }
  3293. "1049812"
  3294. {
  3295. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a1_howling_light"
  3296. }
  3297. "1049813"
  3298. {
  3299. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a1_howling_medium"
  3300. }
  3301. "1049814"
  3302. {
  3303. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a1_howling_heavy"
  3304. }
  3305. "1049920"
  3306. {
  3307. "icon_path" "econ/default_generated/weapon_m4a1_cu_titanstorm_light"
  3308. }
  3309. "1049921"
  3310. {
  3311. "icon_path" "econ/default_generated/weapon_m4a1_cu_titanstorm_medium"
  3312. }
  3313. "1049922"
  3314. {
  3315. "icon_path" "econ/default_generated/weapon_m4a1_cu_titanstorm_heavy"
  3316. }
  3317. "1050112"
  3318. {
  3319. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_griffin_light"
  3320. }
  3321. "1050113"
  3322. {
  3323. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_griffin_medium"
  3324. }
  3325. "1050114"
  3326. {
  3327. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_griffin_heavy"
  3328. }
  3329. "1050176"
  3330. {
  3331. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_ancestral_light"
  3332. }
  3333. "1050177"
  3334. {
  3335. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_ancestral_medium"
  3336. }
  3337. "1050178"
  3338. {
  3339. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_ancestral_heavy"
  3340. }
  3341. "1050372"
  3342. {
  3343. "icon_path" "econ/default_generated/weapon_m4a1_cu_poseidon_light"
  3344. }
  3345. "1050373"
  3346. {
  3347. "icon_path" "econ/default_generated/weapon_m4a1_cu_poseidon_medium"
  3348. }
  3349. "1050374"
  3350. {
  3351. "icon_path" "econ/default_generated/weapon_m4a1_cu_poseidon_heavy"
  3352. }
  3353. "1050460"
  3354. {
  3355. "icon_path" "econ/default_generated/weapon_m4a1_am_kimono_sunrise_light"
  3356. }
  3357. "1050461"
  3358. {
  3359. "icon_path" "econ/default_generated/weapon_m4a1_am_kimono_sunrise_medium"
  3360. }
  3361. "1050462"
  3362. {
  3363. "icon_path" "econ/default_generated/weapon_m4a1_am_kimono_sunrise_heavy"
  3364. }
  3365. "1050496"
  3366. {
  3367. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_evil_daimyo_light"
  3368. }
  3369. "1050497"
  3370. {
  3371. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_evil_daimyo_medium"
  3372. }
  3373. "1050498"
  3374. {
  3375. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_evil_daimyo_heavy"
  3376. }
  3377. "1050624"
  3378. {
  3379. "icon_path" "econ/default_generated/weapon_m4a1_gs_m4a4_royal_squire_light"
  3380. }
  3381. "1050625"
  3382. {
  3383. "icon_path" "econ/default_generated/weapon_m4a1_gs_m4a4_royal_squire_medium"
  3384. }
  3385. "1050626"
  3386. {
  3387. "icon_path" "econ/default_generated/weapon_m4a1_gs_m4a4_royal_squire_heavy"
  3388. }
  3389. "1050708"
  3390. {
  3391. "icon_path" "econ/default_generated/weapon_m4a1_gs_m4a4_pioneer_light"
  3392. }
  3393. "1050709"
  3394. {
  3395. "icon_path" "econ/default_generated/weapon_m4a1_gs_m4a4_pioneer_medium"
  3396. }
  3397. "1050710"
  3398. {
  3399. "icon_path" "econ/default_generated/weapon_m4a1_gs_m4a4_pioneer_heavy"
  3400. }
  3401. "1050928"
  3402. {
  3403. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_desolate_space_light"
  3404. }
  3405. "1050929"
  3406. {
  3407. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_desolate_space_medium"
  3408. }
  3409. "1050930"
  3410. {
  3411. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_desolate_space_heavy"
  3412. }
  3413. "1051104"
  3414. {
  3415. "icon_path" "econ/default_generated/weapon_m4a1_gs_m4a4_sector_light"
  3416. }
  3417. "1051105"
  3418. {
  3419. "icon_path" "econ/default_generated/weapon_m4a1_gs_m4a4_sector_medium"
  3420. }
  3421. "1051106"
  3422. {
  3423. "icon_path" "econ/default_generated/weapon_m4a1_gs_m4a4_sector_heavy"
  3424. }
  3425. "1051232"
  3426. {
  3427. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_hellfire_light"
  3428. }
  3429. "1051233"
  3430. {
  3431. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_hellfire_medium"
  3432. }
  3433. "1051234"
  3434. {
  3435. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_hellfire_heavy"
  3436. }
  3437. "1051356"
  3438. {
  3439. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_neo_noir_light"
  3440. }
  3441. "1051357"
  3442. {
  3443. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_neo_noir_medium"
  3444. }
  3445. "1051358"
  3446. {
  3447. "icon_path" "econ/default_generated/weapon_m4a1_cu_m4a4_neo_noir_heavy"
  3448. }
  3449. "1114124"
  3450. {
  3451. "icon_path" "econ/default_generated/weapon_mac10_so_red_light"
  3452. }
  3453. "1114125"
  3454. {
  3455. "icon_path" "econ/default_generated/weapon_mac10_so_red_medium"
  3456. }
  3457. "1114126"
  3458. {
  3459. "icon_path" "econ/default_generated/weapon_mac10_so_red_heavy"
  3460. }
  3461. "1114180"
  3462. {
  3463. "icon_path" "econ/default_generated/weapon_mac10_hy_ddpat_urb_light"
  3464. }
  3465. "1114181"
  3466. {
  3467. "icon_path" "econ/default_generated/weapon_mac10_hy_ddpat_urb_medium"
  3468. }
  3469. "1114182"
  3470. {
  3471. "icon_path" "econ/default_generated/weapon_mac10_hy_ddpat_urb_heavy"
  3472. }
  3473. "1114240"
  3474. {
  3475. "icon_path" "econ/default_generated/weapon_mac10_an_silver_light"
  3476. }
  3477. "1114241"
  3478. {
  3479. "icon_path" "econ/default_generated/weapon_mac10_an_silver_medium"
  3480. }
  3481. "1114242"
  3482. {
  3483. "icon_path" "econ/default_generated/weapon_mac10_an_silver_heavy"
  3484. }
  3485. "1114264"
  3486. {
  3487. "icon_path" "econ/default_generated/weapon_mac10_aa_fade_light"
  3488. }
  3489. "1114265"
  3490. {
  3491. "icon_path" "econ/default_generated/weapon_mac10_aa_fade_medium"
  3492. }
  3493. "1114266"
  3494. {
  3495. "icon_path" "econ/default_generated/weapon_mac10_aa_fade_heavy"
  3496. }
  3497. "1114504"
  3498. {
  3499. "icon_path" "econ/default_generated/weapon_mac10_so_purple_light"
  3500. }
  3501. "1114505"
  3502. {
  3503. "icon_path" "econ/default_generated/weapon_mac10_so_purple_medium"
  3504. }
  3505. "1114506"
  3506. {
  3507. "icon_path" "econ/default_generated/weapon_mac10_so_purple_heavy"
  3508. }
  3509. "1114516"
  3510. {
  3511. "icon_path" "econ/default_generated/weapon_mac10_so_tornado_light"
  3512. }
  3513. "1114517"
  3514. {
  3515. "icon_path" "econ/default_generated/weapon_mac10_so_tornado_medium"
  3516. }
  3517. "1114518"
  3518. {
  3519. "icon_path" "econ/default_generated/weapon_mac10_so_tornado_heavy"
  3520. }
  3521. "1114740"
  3522. {
  3523. "icon_path" "econ/default_generated/weapon_mac10_sp_palm_light"
  3524. }
  3525. "1114741"
  3526. {
  3527. "icon_path" "econ/default_generated/weapon_mac10_sp_palm_medium"
  3528. }
  3529. "1114742"
  3530. {
  3531. "icon_path" "econ/default_generated/weapon_mac10_sp_palm_heavy"
  3532. }
  3533. "1114864"
  3534. {
  3535. "icon_path" "econ/default_generated/weapon_mac10_aq_etched_mac10_bravo_light"
  3536. }
  3537. "1114865"
  3538. {
  3539. "icon_path" "econ/default_generated/weapon_mac10_aq_etched_mac10_bravo_medium"
  3540. }
  3541. "1114866"
  3542. {
  3543. "icon_path" "econ/default_generated/weapon_mac10_aq_etched_mac10_bravo_heavy"
  3544. }
  3545. "1115096"
  3546. {
  3547. "icon_path" "econ/default_generated/weapon_mac10_aa_fade_metallic_light"
  3548. }
  3549. "1115097"
  3550. {
  3551. "icon_path" "econ/default_generated/weapon_mac10_aa_fade_metallic_medium"
  3552. }
  3553. "1115098"
  3554. {
  3555. "icon_path" "econ/default_generated/weapon_mac10_aa_fade_metallic_heavy"
  3556. }
  3557. "1115248"
  3558. {
  3559. "icon_path" "econ/default_generated/weapon_mac10_cu_mac10_redhot_light"
  3560. }
  3561. "1115249"
  3562. {
  3563. "icon_path" "econ/default_generated/weapon_mac10_cu_mac10_redhot_medium"
  3564. }
  3565. "1115250"
  3566. {
  3567. "icon_path" "econ/default_generated/weapon_mac10_cu_mac10_redhot_heavy"
  3568. }
  3569. "1115352"
  3570. {
  3571. "icon_path" "econ/default_generated/weapon_mac10_cu_mac10_decay_light"
  3572. }
  3573. "1115353"
  3574. {
  3575. "icon_path" "econ/default_generated/weapon_mac10_cu_mac10_decay_medium"
  3576. }
  3577. "1115354"
  3578. {
  3579. "icon_path" "econ/default_generated/weapon_mac10_cu_mac10_decay_heavy"
  3580. }
  3581. "1115444"
  3582. {
  3583. "icon_path" "econ/default_generated/weapon_mac10_so_indigo_and_grey_light"
  3584. }
  3585. "1115445"
  3586. {
  3587. "icon_path" "econ/default_generated/weapon_mac10_so_indigo_and_grey_medium"
  3588. }
  3589. "1115446"
  3590. {
  3591. "icon_path" "econ/default_generated/weapon_mac10_so_indigo_and_grey_heavy"
  3592. }
  3593. "1115460"
  3594. {
  3595. "icon_path" "econ/default_generated/weapon_mac10_cu_korupt_light"
  3596. }
  3597. "1115461"
  3598. {
  3599. "icon_path" "econ/default_generated/weapon_mac10_cu_korupt_medium"
  3600. }
  3601. "1115462"
  3602. {
  3603. "icon_path" "econ/default_generated/weapon_mac10_cu_korupt_heavy"
  3604. }
  3605. "1115484"
  3606. {
  3607. "icon_path" "econ/default_generated/weapon_mac10_cu_luggage_mac10_light"
  3608. }
  3609. "1115485"
  3610. {
  3611. "icon_path" "econ/default_generated/weapon_mac10_cu_luggage_mac10_medium"
  3612. }
  3613. "1115486"
  3614. {
  3615. "icon_path" "econ/default_generated/weapon_mac10_cu_luggage_mac10_heavy"
  3616. }
  3617. "1115600"
  3618. {
  3619. "icon_path" "econ/default_generated/weapon_mac10_am_nuclear_skulls3_mac10_light"
  3620. }
  3621. "1115601"
  3622. {
  3623. "icon_path" "econ/default_generated/weapon_mac10_am_nuclear_skulls3_mac10_medium"
  3624. }
  3625. "1115602"
  3626. {
  3627. "icon_path" "econ/default_generated/weapon_mac10_am_nuclear_skulls3_mac10_heavy"
  3628. }
  3629. "1115720"
  3630. {
  3631. "icon_path" "econ/default_generated/weapon_mac10_am_mac10_malachite_light"
  3632. }
  3633. "1115721"
  3634. {
  3635. "icon_path" "econ/default_generated/weapon_mac10_am_mac10_malachite_medium"
  3636. }
  3637. "1115722"
  3638. {
  3639. "icon_path" "econ/default_generated/weapon_mac10_am_mac10_malachite_heavy"
  3640. }
  3641. "1115844"
  3642. {
  3643. "icon_path" "econ/default_generated/weapon_mac10_cu_mac10_neonrider_light"
  3644. }
  3645. "1115845"
  3646. {
  3647. "icon_path" "econ/default_generated/weapon_mac10_cu_mac10_neonrider_medium"
  3648. }
  3649. "1115846"
  3650. {
  3651. "icon_path" "econ/default_generated/weapon_mac10_cu_mac10_neonrider_heavy"
  3652. }
  3653. "1116104"
  3654. {
  3655. "icon_path" "econ/default_generated/weapon_mac10_cu_mac10_alekhya_duo_light"
  3656. }
  3657. "1116105"
  3658. {
  3659. "icon_path" "econ/default_generated/weapon_mac10_cu_mac10_alekhya_duo_medium"
  3660. }
  3661. "1116106"
  3662. {
  3663. "icon_path" "econ/default_generated/weapon_mac10_cu_mac10_alekhya_duo_heavy"
  3664. }
  3665. "1116248"
  3666. {
  3667. "icon_path" "econ/default_generated/weapon_mac10_am_mac10_electricity_light"
  3668. }
  3669. "1116249"
  3670. {
  3671. "icon_path" "econ/default_generated/weapon_mac10_am_mac10_electricity_medium"
  3672. }
  3673. "1116250"
  3674. {
  3675. "icon_path" "econ/default_generated/weapon_mac10_am_mac10_electricity_heavy"
  3676. }
  3677. "1116468"
  3678. {
  3679. "icon_path" "econ/default_generated/weapon_mac10_aq_mac_10_alien_camo_light"
  3680. }
  3681. "1116469"
  3682. {
  3683. "icon_path" "econ/default_generated/weapon_mac10_aq_mac_10_alien_camo_medium"
  3684. }
  3685. "1116470"
  3686. {
  3687. "icon_path" "econ/default_generated/weapon_mac10_aq_mac_10_alien_camo_heavy"
  3688. }
  3689. "1116716"
  3690. {
  3691. "icon_path" "econ/default_generated/weapon_mac10_aa_mac10_the_last_dive_light"
  3692. }
  3693. "1116717"
  3694. {
  3695. "icon_path" "econ/default_generated/weapon_mac10_aa_mac10_the_last_dive_medium"
  3696. }
  3697. "1116718"
  3698. {
  3699. "icon_path" "econ/default_generated/weapon_mac10_aa_mac10_the_last_dive_heavy"
  3700. }
  3701. "1116772"
  3702. {
  3703. "icon_path" "econ/default_generated/weapon_mac10_am_mac10_aloha_light"
  3704. }
  3705. "1116773"
  3706. {
  3707. "icon_path" "econ/default_generated/weapon_mac10_am_mac10_aloha_medium"
  3708. }
  3709. "1116774"
  3710. {
  3711. "icon_path" "econ/default_generated/weapon_mac10_am_mac10_aloha_heavy"
  3712. }
  3713. "1116840"
  3714. {
  3715. "icon_path" "econ/default_generated/weapon_mac10_am_mac10_oceani_light"
  3716. }
  3717. "1116841"
  3718. {
  3719. "icon_path" "econ/default_generated/weapon_mac10_am_mac10_oceani_medium"
  3720. }
  3721. "1116842"
  3722. {
  3723. "icon_path" "econ/default_generated/weapon_mac10_am_mac10_oceani_heavy"
  3724. }
  3725. "1245264"
  3726. {
  3727. "icon_path" "econ/default_generated/weapon_p90_hy_zombie_light"
  3728. }
  3729. "1245265"
  3730. {
  3731. "icon_path" "econ/default_generated/weapon_p90_hy_zombie_medium"
  3732. }
  3733. "1245266"
  3734. {
  3735. "icon_path" "econ/default_generated/weapon_p90_hy_zombie_heavy"
  3736. }
  3737. "1245452"
  3738. {
  3739. "icon_path" "econ/default_generated/weapon_p90_am_slither_p90_light"
  3740. }
  3741. "1245453"
  3742. {
  3743. "icon_path" "econ/default_generated/weapon_p90_am_slither_p90_medium"
  3744. }
  3745. "1245454"
  3746. {
  3747. "icon_path" "econ/default_generated/weapon_p90_am_slither_p90_heavy"
  3748. }
  3749. "1245584"
  3750. {
  3751. "icon_path" "econ/default_generated/weapon_p90_so_stormfront_light"
  3752. }
  3753. "1245585"
  3754. {
  3755. "icon_path" "econ/default_generated/weapon_p90_so_stormfront_medium"
  3756. }
  3757. "1245586"
  3758. {
  3759. "icon_path" "econ/default_generated/weapon_p90_so_stormfront_heavy"
  3760. }
  3761. "1245628"
  3762. {
  3763. "icon_path" "econ/default_generated/weapon_p90_sp_mesh_glacier_light"
  3764. }
  3765. "1245629"
  3766. {
  3767. "icon_path" "econ/default_generated/weapon_p90_sp_mesh_glacier_medium"
  3768. }
  3769. "1245630"
  3770. {
  3771. "icon_path" "econ/default_generated/weapon_p90_sp_mesh_glacier_heavy"
  3772. }
  3773. "1245680"
  3774. {
  3775. "icon_path" "econ/default_generated/weapon_p90_sp_spray_sand_light"
  3776. }
  3777. "1245681"
  3778. {
  3779. "icon_path" "econ/default_generated/weapon_p90_sp_spray_sand_medium"
  3780. }
  3781. "1245682"
  3782. {
  3783. "icon_path" "econ/default_generated/weapon_p90_sp_spray_sand_heavy"
  3784. }
  3785. "1245808"
  3786. {
  3787. "icon_path" "econ/default_generated/weapon_p90_cu_catskulls_p90_light"
  3788. }
  3789. "1245809"
  3790. {
  3791. "icon_path" "econ/default_generated/weapon_p90_cu_catskulls_p90_medium"
  3792. }
  3793. "1245810"
  3794. {
  3795. "icon_path" "econ/default_generated/weapon_p90_cu_catskulls_p90_heavy"
  3796. }
  3797. "1245860"
  3798. {
  3799. "icon_path" "econ/default_generated/weapon_p90_sp_nukestripe_maroon_light"
  3800. }
  3801. "1245861"
  3802. {
  3803. "icon_path" "econ/default_generated/weapon_p90_sp_nukestripe_maroon_medium"
  3804. }
  3805. "1245862"
  3806. {
  3807. "icon_path" "econ/default_generated/weapon_p90_sp_nukestripe_maroon_heavy"
  3808. }
  3809. "1245884"
  3810. {
  3811. "icon_path" "econ/default_generated/weapon_p90_sp_dapple_light"
  3812. }
  3813. "1245885"
  3814. {
  3815. "icon_path" "econ/default_generated/weapon_p90_sp_dapple_medium"
  3816. }
  3817. "1245886"
  3818. {
  3819. "icon_path" "econ/default_generated/weapon_p90_sp_dapple_heavy"
  3820. }
  3821. "1245912"
  3822. {
  3823. "icon_path" "econ/default_generated/weapon_p90_cu_dragon_p90_bravo_light"
  3824. }
  3825. "1245913"
  3826. {
  3827. "icon_path" "econ/default_generated/weapon_p90_cu_dragon_p90_bravo_medium"
  3828. }
  3829. "1245914"
  3830. {
  3831. "icon_path" "econ/default_generated/weapon_p90_cu_dragon_p90_bravo_heavy"
  3832. }
  3833. "1246096"
  3834. {
  3835. "icon_path" "econ/default_generated/weapon_p90_hy_modspots_light"
  3836. }
  3837. "1246097"
  3838. {
  3839. "icon_path" "econ/default_generated/weapon_p90_hy_modspots_medium"
  3840. }
  3841. "1246098"
  3842. {
  3843. "icon_path" "econ/default_generated/weapon_p90_hy_modspots_heavy"
  3844. }
  3845. "1246120"
  3846. {
  3847. "icon_path" "econ/default_generated/weapon_p90_sp_twigs_light"
  3848. }
  3849. "1246121"
  3850. {
  3851. "icon_path" "econ/default_generated/weapon_p90_sp_twigs_medium"
  3852. }
  3853. "1246122"
  3854. {
  3855. "icon_path" "econ/default_generated/weapon_p90_sp_twigs_heavy"
  3856. }
  3857. "1246160"
  3858. {
  3859. "icon_path" "econ/default_generated/weapon_p90_sp_mesh_hot_and_cold_light"
  3860. }
  3861. "1246161"
  3862. {
  3863. "icon_path" "econ/default_generated/weapon_p90_sp_mesh_hot_and_cold_medium"
  3864. }
  3865. "1246162"
  3866. {
  3867. "icon_path" "econ/default_generated/weapon_p90_sp_mesh_hot_and_cold_heavy"
  3868. }
  3869. "1246316"
  3870. {
  3871. "icon_path" "econ/default_generated/weapon_p90_cu_p90_trigon_light"
  3872. }
  3873. "1246317"
  3874. {
  3875. "icon_path" "econ/default_generated/weapon_p90_cu_p90_trigon_medium"
  3876. }
  3877. "1246318"
  3878. {
  3879. "icon_path" "econ/default_generated/weapon_p90_cu_p90_trigon_heavy"
  3880. }
  3881. "1246428"
  3882. {
  3883. "icon_path" "econ/default_generated/weapon_p90_cu_p90_scorpius_light"
  3884. }
  3885. "1246429"
  3886. {
  3887. "icon_path" "econ/default_generated/weapon_p90_cu_p90_scorpius_medium"
  3888. }
  3889. "1246430"
  3890. {
  3891. "icon_path" "econ/default_generated/weapon_p90_cu_p90_scorpius_heavy"
  3892. }
  3893. "1246524"
  3894. {
  3895. "icon_path" "econ/default_generated/weapon_p90_an_royalbleed_light"
  3896. }
  3897. "1246525"
  3898. {
  3899. "icon_path" "econ/default_generated/weapon_p90_an_royalbleed_medium"
  3900. }
  3901. "1246526"
  3902. {
  3903. "icon_path" "econ/default_generated/weapon_p90_an_royalbleed_heavy"
  3904. }
  3905. "1246552"
  3906. {
  3907. "icon_path" "econ/default_generated/weapon_p90_cu_brown_leather_p90_light"
  3908. }
  3909. "1246553"
  3910. {
  3911. "icon_path" "econ/default_generated/weapon_p90_cu_brown_leather_p90_medium"
  3912. }
  3913. "1246554"
  3914. {
  3915. "icon_path" "econ/default_generated/weapon_p90_cu_brown_leather_p90_heavy"
  3916. }
  3917. "1246620"
  3918. {
  3919. "icon_path" "econ/default_generated/weapon_p90_cu_p90-asiimov_light"
  3920. }
  3921. "1246621"
  3922. {
  3923. "icon_path" "econ/default_generated/weapon_p90_cu_p90-asiimov_medium"
  3924. }
  3925. "1246622"
  3926. {
  3927. "icon_path" "econ/default_generated/weapon_p90_cu_p90-asiimov_heavy"
  3928. }
  3929. "1247128"
  3930. {
  3931. "icon_path" "econ/default_generated/weapon_p90_cu_p90_mastery_light"
  3932. }
  3933. "1247129"
  3934. {
  3935. "icon_path" "econ/default_generated/weapon_p90_cu_p90_mastery_medium"
  3936. }
  3937. "1247130"
  3938. {
  3939. "icon_path" "econ/default_generated/weapon_p90_cu_p90_mastery_heavy"
  3940. }
  3941. "1247248"
  3942. {
  3943. "icon_path" "econ/default_generated/weapon_p90_cu_p90_shapewood_light"
  3944. }
  3945. "1247249"
  3946. {
  3947. "icon_path" "econ/default_generated/weapon_p90_cu_p90_shapewood_medium"
  3948. }
  3949. "1247250"
  3950. {
  3951. "icon_path" "econ/default_generated/weapon_p90_cu_p90_shapewood_heavy"
  3952. }
  3953. "1247556"
  3954. {
  3955. "icon_path" "econ/default_generated/weapon_p90_gs_p90_full_throttle_light"
  3956. }
  3957. "1247557"
  3958. {
  3959. "icon_path" "econ/default_generated/weapon_p90_gs_p90_full_throttle_medium"
  3960. }
  3961. "1247558"
  3962. {
  3963. "icon_path" "econ/default_generated/weapon_p90_gs_p90_full_throttle_heavy"
  3964. }
  3965. "1247628"
  3966. {
  3967. "icon_path" "econ/default_generated/weapon_p90_cu_p90_grimm_light"
  3968. }
  3969. "1247629"
  3970. {
  3971. "icon_path" "econ/default_generated/weapon_p90_cu_p90_grimm_medium"
  3972. }
  3973. "1247630"
  3974. {
  3975. "icon_path" "econ/default_generated/weapon_p90_cu_p90_grimm_heavy"
  3976. }
  3977. "1247728"
  3978. {
  3979. "icon_path" "econ/default_generated/weapon_p90_gs_p90_shallow_grave_light"
  3980. }
  3981. "1247729"
  3982. {
  3983. "icon_path" "econ/default_generated/weapon_p90_gs_p90_shallow_grave_medium"
  3984. }
  3985. "1247730"
  3986. {
  3987. "icon_path" "econ/default_generated/weapon_p90_gs_p90_shallow_grave_heavy"
  3988. }
  3989. "1247860"
  3990. {
  3991. "icon_path" "econ/default_generated/weapon_p90_hy_p90_barebones_blue_light"
  3992. }
  3993. "1247861"
  3994. {
  3995. "icon_path" "econ/default_generated/weapon_p90_hy_p90_barebones_blue_medium"
  3996. }
  3997. "1247862"
  3998. {
  3999. "icon_path" "econ/default_generated/weapon_p90_hy_p90_barebones_blue_heavy"
  4000. }
  4001. "1572924"
  4002. {
  4003. "icon_path" "econ/default_generated/weapon_ump45_hy_gelpen_light"
  4004. }
  4005. "1572925"
  4006. {
  4007. "icon_path" "econ/default_generated/weapon_ump45_hy_gelpen_medium"
  4008. }
  4009. "1572926"
  4010. {
  4011. "icon_path" "econ/default_generated/weapon_ump45_hy_gelpen_heavy"
  4012. }
  4013. "1572932"
  4014. {
  4015. "icon_path" "econ/default_generated/weapon_ump45_hy_ddpat_urb_light"
  4016. }
  4017. "1572933"
  4018. {
  4019. "icon_path" "econ/default_generated/weapon_ump45_hy_ddpat_urb_medium"
  4020. }
  4021. "1572934"
  4022. {
  4023. "icon_path" "econ/default_generated/weapon_ump45_hy_ddpat_urb_heavy"
  4024. }
  4025. "1573012"
  4026. {
  4027. "icon_path" "econ/default_generated/weapon_ump45_aa_flames_light"
  4028. }
  4029. "1573013"
  4030. {
  4031. "icon_path" "econ/default_generated/weapon_ump45_aa_flames_medium"
  4032. }
  4033. "1573014"
  4034. {
  4035. "icon_path" "econ/default_generated/weapon_ump45_aa_flames_heavy"
  4036. }
  4037. "1573144"
  4038. {
  4039. "icon_path" "econ/default_generated/weapon_ump45_am_carbon_fiber_light"
  4040. }
  4041. "1573145"
  4042. {
  4043. "icon_path" "econ/default_generated/weapon_ump45_am_carbon_fiber_medium"
  4044. }
  4045. "1573146"
  4046. {
  4047. "icon_path" "econ/default_generated/weapon_ump45_am_carbon_fiber_heavy"
  4048. }
  4049. "1573236"
  4050. {
  4051. "icon_path" "econ/default_generated/weapon_ump45_so_caramel_light"
  4052. }
  4053. "1573237"
  4054. {
  4055. "icon_path" "econ/default_generated/weapon_ump45_so_caramel_medium"
  4056. }
  4057. "1573238"
  4058. {
  4059. "icon_path" "econ/default_generated/weapon_ump45_so_caramel_heavy"
  4060. }
  4061. "1573540"
  4062. {
  4063. "icon_path" "econ/default_generated/weapon_ump45_sp_nukestripe_maroon_light"
  4064. }
  4065. "1573541"
  4066. {
  4067. "icon_path" "econ/default_generated/weapon_ump45_sp_nukestripe_maroon_medium"
  4068. }
  4069. "1573542"
  4070. {
  4071. "icon_path" "econ/default_generated/weapon_ump45_sp_nukestripe_maroon_heavy"
  4072. }
  4073. "1573564"
  4074. {
  4075. "icon_path" "econ/default_generated/weapon_ump45_sp_dapple_light"
  4076. }
  4077. "1573565"
  4078. {
  4079. "icon_path" "econ/default_generated/weapon_ump45_sp_dapple_medium"
  4080. }
  4081. "1573566"
  4082. {
  4083. "icon_path" "econ/default_generated/weapon_ump45_sp_dapple_heavy"
  4084. }
  4085. "1573636"
  4086. {
  4087. "icon_path" "econ/default_generated/weapon_ump45_sp_skull_diagram_bravo_light"
  4088. }
  4089. "1573637"
  4090. {
  4091. "icon_path" "econ/default_generated/weapon_ump45_sp_skull_diagram_bravo_medium"
  4092. }
  4093. "1573638"
  4094. {
  4095. "icon_path" "econ/default_generated/weapon_ump45_sp_skull_diagram_bravo_heavy"
  4096. }
  4097. "1573988"
  4098. {
  4099. "icon_path" "econ/default_generated/weapon_ump45_cu_ump_corporal_light"
  4100. }
  4101. "1573989"
  4102. {
  4103. "icon_path" "econ/default_generated/weapon_ump45_cu_ump_corporal_medium"
  4104. }
  4105. "1573990"
  4106. {
  4107. "icon_path" "econ/default_generated/weapon_ump45_cu_ump_corporal_heavy"
  4108. }
  4109. "1574196"
  4110. {
  4111. "icon_path" "econ/default_generated/weapon_ump45_so_indigo_and_grey_light"
  4112. }
  4113. "1574197"
  4114. {
  4115. "icon_path" "econ/default_generated/weapon_ump45_so_indigo_and_grey_medium"
  4116. }
  4117. "1574198"
  4118. {
  4119. "icon_path" "econ/default_generated/weapon_ump45_so_indigo_and_grey_heavy"
  4120. }
  4121. "1574312"
  4122. {
  4123. "icon_path" "econ/default_generated/weapon_ump45_hy_lines_orange_light"
  4124. }
  4125. "1574313"
  4126. {
  4127. "icon_path" "econ/default_generated/weapon_ump45_hy_lines_orange_medium"
  4128. }
  4129. "1574314"
  4130. {
  4131. "icon_path" "econ/default_generated/weapon_ump45_hy_lines_orange_heavy"
  4132. }
  4133. "1574432"
  4134. {
  4135. "icon_path" "econ/default_generated/weapon_ump45_sp_ump45_d-visions_light"
  4136. }
  4137. "1574433"
  4138. {
  4139. "icon_path" "econ/default_generated/weapon_ump45_sp_ump45_d-visions_medium"
  4140. }
  4141. "1574434"
  4142. {
  4143. "icon_path" "econ/default_generated/weapon_ump45_sp_ump45_d-visions_heavy"
  4144. }
  4145. "1574608"
  4146. {
  4147. "icon_path" "econ/default_generated/weapon_ump45_am_ump_racer_light"
  4148. }
  4149. "1574609"
  4150. {
  4151. "icon_path" "econ/default_generated/weapon_ump45_am_ump_racer_medium"
  4152. }
  4153. "1574610"
  4154. {
  4155. "icon_path" "econ/default_generated/weapon_ump45_am_ump_racer_heavy"
  4156. }
  4157. "1574628"
  4158. {
  4159. "icon_path" "econ/default_generated/weapon_ump45_cu_labyrinth_light"
  4160. }
  4161. "1574629"
  4162. {
  4163. "icon_path" "econ/default_generated/weapon_ump45_cu_labyrinth_medium"
  4164. }
  4165. "1574630"
  4166. {
  4167. "icon_path" "econ/default_generated/weapon_ump45_cu_labyrinth_heavy"
  4168. }
  4169. "1574816"
  4170. {
  4171. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_uproar_light"
  4172. }
  4173. "1574817"
  4174. {
  4175. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_uproar_medium"
  4176. }
  4177. "1574818"
  4178. {
  4179. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_uproar_heavy"
  4180. }
  4181. "1575088"
  4182. {
  4183. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_primalsaber_light"
  4184. }
  4185. "1575089"
  4186. {
  4187. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_primalsaber_medium"
  4188. }
  4189. "1575090"
  4190. {
  4191. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_primalsaber_heavy"
  4192. }
  4193. "1575324"
  4194. {
  4195. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_metritera_light"
  4196. }
  4197. "1575325"
  4198. {
  4199. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_metritera_medium"
  4200. }
  4201. "1575326"
  4202. {
  4203. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_metritera_heavy"
  4204. }
  4205. "1575472"
  4206. {
  4207. "icon_path" "econ/default_generated/weapon_ump45_gs_ump_abyss_light"
  4208. }
  4209. "1575473"
  4210. {
  4211. "icon_path" "econ/default_generated/weapon_ump45_gs_ump_abyss_medium"
  4212. }
  4213. "1575474"
  4214. {
  4215. "icon_path" "econ/default_generated/weapon_ump45_gs_ump_abyss_heavy"
  4216. }
  4217. "1575552"
  4218. {
  4219. "icon_path" "econ/default_generated/weapon_ump45_aq_ump45_flameflower_light"
  4220. }
  4221. "1575553"
  4222. {
  4223. "icon_path" "econ/default_generated/weapon_ump45_aq_ump45_flameflower_medium"
  4224. }
  4225. "1575554"
  4226. {
  4227. "icon_path" "econ/default_generated/weapon_ump45_aq_ump45_flameflower_heavy"
  4228. }
  4229. "1575616"
  4230. {
  4231. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_x-ray_machine_light"
  4232. }
  4233. "1575617"
  4234. {
  4235. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_x-ray_machine_medium"
  4236. }
  4237. "1575618"
  4238. {
  4239. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_x-ray_machine_heavy"
  4240. }
  4241. "1575680"
  4242. {
  4243. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_white_fang_light"
  4244. }
  4245. "1575681"
  4246. {
  4247. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_white_fang_medium"
  4248. }
  4249. "1575682"
  4250. {
  4251. "icon_path" "econ/default_generated/weapon_ump45_cu_ump45_white_fang_heavy"
  4252. }
  4253. "1638568"
  4254. {
  4255. "icon_path" "econ/default_generated/weapon_xm1014_aq_blued_light"
  4256. }
  4257. "1638569"
  4258. {
  4259. "icon_path" "econ/default_generated/weapon_xm1014_aq_blued_medium"
  4260. }
  4261. "1638570"
  4262. {
  4263. "icon_path" "econ/default_generated/weapon_xm1014_aq_blued_heavy"
  4264. }
  4265. "1638780"
  4266. {
  4267. "icon_path" "econ/default_generated/weapon_xm1014_so_grassland_light"
  4268. }
  4269. "1638781"
  4270. {
  4271. "icon_path" "econ/default_generated/weapon_xm1014_so_grassland_medium"
  4272. }
  4273. "1638782"
  4274. {
  4275. "icon_path" "econ/default_generated/weapon_xm1014_so_grassland_heavy"
  4276. }
  4277. "1638784"
  4278. {
  4279. "icon_path" "econ/default_generated/weapon_xm1014_so_moss_light"
  4280. }
  4281. "1638785"
  4282. {
  4283. "icon_path" "econ/default_generated/weapon_xm1014_so_moss_medium"
  4284. }
  4285. "1638786"
  4286. {
  4287. "icon_path" "econ/default_generated/weapon_xm1014_so_moss_heavy"
  4288. }
  4289. "1638940"
  4290. {
  4291. "icon_path" "econ/default_generated/weapon_xm1014_sp_tape_dots_urban_light"
  4292. }
  4293. "1638941"
  4294. {
  4295. "icon_path" "econ/default_generated/weapon_xm1014_sp_tape_dots_urban_medium"
  4296. }
  4297. "1638942"
  4298. {
  4299. "icon_path" "econ/default_generated/weapon_xm1014_sp_tape_dots_urban_heavy"
  4300. }
  4301. "1639064"
  4302. {
  4303. "icon_path" "econ/default_generated/weapon_xm1014_hy_hunter_blaze_orange_light"
  4304. }
  4305. "1639065"
  4306. {
  4307. "icon_path" "econ/default_generated/weapon_xm1014_hy_hunter_blaze_orange_medium"
  4308. }
  4309. "1639066"
  4310. {
  4311. "icon_path" "econ/default_generated/weapon_xm1014_hy_hunter_blaze_orange_heavy"
  4312. }
  4313. "1639076"
  4314. {
  4315. "icon_path" "econ/default_generated/weapon_xm1014_sp_nukestripe_maroon_light"
  4316. }
  4317. "1639077"
  4318. {
  4319. "icon_path" "econ/default_generated/weapon_xm1014_sp_nukestripe_maroon_medium"
  4320. }
  4321. "1639078"
  4322. {
  4323. "icon_path" "econ/default_generated/weapon_xm1014_sp_nukestripe_maroon_heavy"
  4324. }
  4325. "1639220"
  4326. {
  4327. "icon_path" "econ/default_generated/weapon_xm1014_so_jungle_bravo_light"
  4328. }
  4329. "1639221"
  4330. {
  4331. "icon_path" "econ/default_generated/weapon_xm1014_so_jungle_bravo_medium"
  4332. }
  4333. "1639222"
  4334. {
  4335. "icon_path" "econ/default_generated/weapon_xm1014_so_jungle_bravo_heavy"
  4336. }
  4337. "1639352"
  4338. {
  4339. "icon_path" "econ/default_generated/weapon_xm1014_hy_varicamo_blue_light"
  4340. }
  4341. "1639353"
  4342. {
  4343. "icon_path" "econ/default_generated/weapon_xm1014_hy_varicamo_blue_medium"
  4344. }
  4345. "1639354"
  4346. {
  4347. "icon_path" "econ/default_generated/weapon_xm1014_hy_varicamo_blue_heavy"
  4348. }
  4349. "1639360"
  4350. {
  4351. "icon_path" "econ/default_generated/weapon_xm1014_hy_varicamo_desert_light"
  4352. }
  4353. "1639361"
  4354. {
  4355. "icon_path" "econ/default_generated/weapon_xm1014_hy_varicamo_desert_medium"
  4356. }
  4357. "1639362"
  4358. {
  4359. "icon_path" "econ/default_generated/weapon_xm1014_hy_varicamo_desert_heavy"
  4360. }
  4361. "1639656"
  4362. {
  4363. "icon_path" "econ/default_generated/weapon_xm1014_cu_xm1014_heaven_guard_light"
  4364. }
  4365. "1639657"
  4366. {
  4367. "icon_path" "econ/default_generated/weapon_xm1014_cu_xm1014_heaven_guard_medium"
  4368. }
  4369. "1639658"
  4370. {
  4371. "icon_path" "econ/default_generated/weapon_xm1014_cu_xm1014_heaven_guard_heavy"
  4372. }
  4373. "1639680"
  4374. {
  4375. "icon_path" "econ/default_generated/weapon_xm1014_hy_snakeskin_red_light"
  4376. }
  4377. "1639681"
  4378. {
  4379. "icon_path" "econ/default_generated/weapon_xm1014_hy_snakeskin_red_medium"
  4380. }
  4381. "1639682"
  4382. {
  4383. "icon_path" "econ/default_generated/weapon_xm1014_hy_snakeskin_red_heavy"
  4384. }
  4385. "1639792"
  4386. {
  4387. "icon_path" "econ/default_generated/weapon_xm1014_cu_leather_xm1014_light"
  4388. }
  4389. "1639793"
  4390. {
  4391. "icon_path" "econ/default_generated/weapon_xm1014_cu_leather_xm1014_medium"
  4392. }
  4393. "1639794"
  4394. {
  4395. "icon_path" "econ/default_generated/weapon_xm1014_cu_leather_xm1014_heavy"
  4396. }
  4397. "1639880"
  4398. {
  4399. "icon_path" "econ/default_generated/weapon_xm1014_am_nuclear_skulls1_xm1014_light"
  4400. }
  4401. "1639881"
  4402. {
  4403. "icon_path" "econ/default_generated/weapon_xm1014_am_nuclear_skulls1_xm1014_medium"
  4404. }
  4405. "1639882"
  4406. {
  4407. "icon_path" "econ/default_generated/weapon_xm1014_am_nuclear_skulls1_xm1014_heavy"
  4408. }
  4409. "1639972"
  4410. {
  4411. "icon_path" "econ/default_generated/weapon_xm1014_cu_xm1014_caritas_light"
  4412. }
  4413. "1639973"
  4414. {
  4415. "icon_path" "econ/default_generated/weapon_xm1014_cu_xm1014_caritas_medium"
  4416. }
  4417. "1639974"
  4418. {
  4419. "icon_path" "econ/default_generated/weapon_xm1014_cu_xm1014_caritas_heavy"
  4420. }
  4421. "1640028"
  4422. {
  4423. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm1014_sigla_light"
  4424. }
  4425. "1640029"
  4426. {
  4427. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm1014_sigla_medium"
  4428. }
  4429. "1640030"
  4430. {
  4431. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm1014_sigla_heavy"
  4432. }
  4433. "1640420"
  4434. {
  4435. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm1014_scumbria_light"
  4436. }
  4437. "1640421"
  4438. {
  4439. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm1014_scumbria_medium"
  4440. }
  4441. "1640422"
  4442. {
  4443. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm1014_scumbria_heavy"
  4444. }
  4445. "1640484"
  4446. {
  4447. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm1014_hot_rod_light"
  4448. }
  4449. "1640485"
  4450. {
  4451. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm1014_hot_rod_medium"
  4452. }
  4453. "1640486"
  4454. {
  4455. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm1014_hot_rod_heavy"
  4456. }
  4457. "1640628"
  4458. {
  4459. "icon_path" "econ/default_generated/weapon_xm1014_cu_xm1014_spectrum_light"
  4460. }
  4461. "1640629"
  4462. {
  4463. "icon_path" "econ/default_generated/weapon_xm1014_cu_xm1014_spectrum_medium"
  4464. }
  4465. "1640630"
  4466. {
  4467. "icon_path" "econ/default_generated/weapon_xm1014_cu_xm1014_spectrum_heavy"
  4468. }
  4469. "1640864"
  4470. {
  4471. "icon_path" "econ/default_generated/weapon_xm1014_hy_xm1014_fractal_blue_light"
  4472. }
  4473. "1640865"
  4474. {
  4475. "icon_path" "econ/default_generated/weapon_xm1014_hy_xm1014_fractal_blue_medium"
  4476. }
  4477. "1640866"
  4478. {
  4479. "icon_path" "econ/default_generated/weapon_xm1014_hy_xm1014_fractal_blue_heavy"
  4480. }
  4481. "1641016"
  4482. {
  4483. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm_leaf_fade_light"
  4484. }
  4485. "1641017"
  4486. {
  4487. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm_leaf_fade_medium"
  4488. }
  4489. "1641018"
  4490. {
  4491. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm_leaf_fade_heavy"
  4492. }
  4493. "1641156"
  4494. {
  4495. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm1014_ziggy_anarchy_light"
  4496. }
  4497. "1641157"
  4498. {
  4499. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm1014_ziggy_anarchy_medium"
  4500. }
  4501. "1641158"
  4502. {
  4503. "icon_path" "econ/default_generated/weapon_xm1014_aq_xm1014_ziggy_anarchy_heavy"
  4504. }
  4505. "1641224"
  4506. {
  4507. "icon_path" "econ/default_generated/weapon_xm1014_cu_xm1014_oxide_blaze_light"
  4508. }
  4509. "1641225"
  4510. {
  4511. "icon_path" "econ/default_generated/weapon_xm1014_cu_xm1014_oxide_blaze_medium"
  4512. }
  4513. "1641226"
  4514. {
  4515. "icon_path" "econ/default_generated/weapon_xm1014_cu_xm1014_oxide_blaze_heavy"
  4516. }
  4517. "1703988"
  4518. {
  4519. "icon_path" "econ/default_generated/weapon_bizon_hy_splatter_light"
  4520. }
  4521. "1703989"
  4522. {
  4523. "icon_path" "econ/default_generated/weapon_bizon_hy_splatter_medium"
  4524. }
  4525. "1703990"
  4526. {
  4527. "icon_path" "econ/default_generated/weapon_bizon_hy_splatter_heavy"
  4528. }
  4529. "1704036"
  4530. {
  4531. "icon_path" "econ/default_generated/weapon_bizon_sp_leaves_light"
  4532. }
  4533. "1704037"
  4534. {
  4535. "icon_path" "econ/default_generated/weapon_bizon_sp_leaves_medium"
  4536. }
  4537. "1704038"
  4538. {
  4539. "icon_path" "econ/default_generated/weapon_bizon_sp_leaves_heavy"
  4540. }
  4541. "1704216"
  4542. {
  4543. "icon_path" "econ/default_generated/weapon_bizon_am_carbon_fiber_light"
  4544. }
  4545. "1704217"
  4546. {
  4547. "icon_path" "econ/default_generated/weapon_bizon_am_carbon_fiber_medium"
  4548. }
  4549. "1704218"
  4550. {
  4551. "icon_path" "econ/default_generated/weapon_bizon_am_carbon_fiber_heavy"
  4552. }
  4553. "1704528"
  4554. {
  4555. "icon_path" "econ/default_generated/weapon_bizon_sp_tape_short_sand_light"
  4556. }
  4557. "1704529"
  4558. {
  4559. "icon_path" "econ/default_generated/weapon_bizon_sp_tape_short_sand_medium"
  4560. }
  4561. "1704530"
  4562. {
  4563. "icon_path" "econ/default_generated/weapon_bizon_sp_tape_short_sand_heavy"
  4564. }
  4565. "1704532"
  4566. {
  4567. "icon_path" "econ/default_generated/weapon_bizon_sp_tape_short_urban_light"
  4568. }
  4569. "1704533"
  4570. {
  4571. "icon_path" "econ/default_generated/weapon_bizon_sp_tape_short_urban_medium"
  4572. }
  4573. "1704534"
  4574. {
  4575. "icon_path" "econ/default_generated/weapon_bizon_sp_tape_short_urban_heavy"
  4576. }
  4577. "1704572"
  4578. {
  4579. "icon_path" "econ/default_generated/weapon_bizon_aq_brass_light"
  4580. }
  4581. "1704573"
  4582. {
  4583. "icon_path" "econ/default_generated/weapon_bizon_aq_brass_medium"
  4584. }
  4585. "1704574"
  4586. {
  4587. "icon_path" "econ/default_generated/weapon_bizon_aq_brass_heavy"
  4588. }
  4589. "1704592"
  4590. {
  4591. "icon_path" "econ/default_generated/weapon_bizon_hy_hunter_modern_light"
  4592. }
  4593. "1704593"
  4594. {
  4595. "icon_path" "econ/default_generated/weapon_bizon_hy_hunter_modern_medium"
  4596. }
  4597. "1704594"
  4598. {
  4599. "icon_path" "econ/default_generated/weapon_bizon_hy_hunter_modern_heavy"
  4600. }
  4601. "1704620"
  4602. {
  4603. "icon_path" "econ/default_generated/weapon_bizon_sp_nukestripe_brown_light"
  4604. }
  4605. "1704621"
  4606. {
  4607. "icon_path" "econ/default_generated/weapon_bizon_sp_nukestripe_brown_medium"
  4608. }
  4609. "1704622"
  4610. {
  4611. "icon_path" "econ/default_generated/weapon_bizon_sp_nukestripe_brown_heavy"
  4612. }
  4613. "1704748"
  4614. {
  4615. "icon_path" "econ/default_generated/weapon_bizon_aq_steel_bravo_light"
  4616. }
  4617. "1704749"
  4618. {
  4619. "icon_path" "econ/default_generated/weapon_bizon_aq_steel_bravo_medium"
  4620. }
  4621. "1704750"
  4622. {
  4623. "icon_path" "econ/default_generated/weapon_bizon_aq_steel_bravo_heavy"
  4624. }
  4625. "1704832"
  4626. {
  4627. "icon_path" "econ/default_generated/weapon_bizon_hy_water_crest_light"
  4628. }
  4629. "1704833"
  4630. {
  4631. "icon_path" "econ/default_generated/weapon_bizon_hy_water_crest_medium"
  4632. }
  4633. "1704834"
  4634. {
  4635. "icon_path" "econ/default_generated/weapon_bizon_hy_water_crest_heavy"
  4636. }
  4637. "1704880"
  4638. {
  4639. "icon_path" "econ/default_generated/weapon_bizon_hy_varicamo_night_light"
  4640. }
  4641. "1704881"
  4642. {
  4643. "icon_path" "econ/default_generated/weapon_bizon_hy_varicamo_night_medium"
  4644. }
  4645. "1704882"
  4646. {
  4647. "icon_path" "econ/default_generated/weapon_bizon_hy_varicamo_night_heavy"
  4648. }
  4649. "1705004"
  4650. {
  4651. "icon_path" "econ/default_generated/weapon_bizon_am_turqoise_halftone_light"
  4652. }
  4653. "1705005"
  4654. {
  4655. "icon_path" "econ/default_generated/weapon_bizon_am_turqoise_halftone_medium"
  4656. }
  4657. "1705006"
  4658. {
  4659. "icon_path" "econ/default_generated/weapon_bizon_am_turqoise_halftone_heavy"
  4660. }
  4661. "1705160"
  4662. {
  4663. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_antique_light"
  4664. }
  4665. "1705161"
  4666. {
  4667. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_antique_medium"
  4668. }
  4669. "1705162"
  4670. {
  4671. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_antique_heavy"
  4672. }
  4673. "1705332"
  4674. {
  4675. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon-osiris_light"
  4676. }
  4677. "1705333"
  4678. {
  4679. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon-osiris_medium"
  4680. }
  4681. "1705334"
  4682. {
  4683. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon-osiris_heavy"
  4684. }
  4685. "1705440"
  4686. {
  4687. "icon_path" "econ/default_generated/weapon_bizon_so_grey_nuclear_green_bizon_light"
  4688. }
  4689. "1705441"
  4690. {
  4691. "icon_path" "econ/default_generated/weapon_bizon_so_grey_nuclear_green_bizon_medium"
  4692. }
  4693. "1705442"
  4694. {
  4695. "icon_path" "econ/default_generated/weapon_bizon_so_grey_nuclear_green_bizon_heavy"
  4696. }
  4697. "1705764"
  4698. {
  4699. "icon_path" "econ/default_generated/weapon_bizon_hy_bamboo_jungle_ink_light"
  4700. }
  4701. "1705765"
  4702. {
  4703. "icon_path" "econ/default_generated/weapon_bizon_hy_bamboo_jungle_ink_medium"
  4704. }
  4705. "1705766"
  4706. {
  4707. "icon_path" "econ/default_generated/weapon_bizon_hy_bamboo_jungle_ink_heavy"
  4708. }
  4709. "1705968"
  4710. {
  4711. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_noxious_light"
  4712. }
  4713. "1705969"
  4714. {
  4715. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_noxious_medium"
  4716. }
  4717. "1705970"
  4718. {
  4719. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_noxious_heavy"
  4720. }
  4721. "1706040"
  4722. {
  4723. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_citizen_light"
  4724. }
  4725. "1706041"
  4726. {
  4727. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_citizen_medium"
  4728. }
  4729. "1706042"
  4730. {
  4731. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_citizen_heavy"
  4732. }
  4733. "1706104"
  4734. {
  4735. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_Curse_light"
  4736. }
  4737. "1706105"
  4738. {
  4739. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_Curse_medium"
  4740. }
  4741. "1706106"
  4742. {
  4743. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_Curse_heavy"
  4744. }
  4745. "1706312"
  4746. {
  4747. "icon_path" "econ/default_generated/weapon_bizon_gs_pp_bizon_harvester_light"
  4748. }
  4749. "1706313"
  4750. {
  4751. "icon_path" "econ/default_generated/weapon_bizon_gs_pp_bizon_harvester_medium"
  4752. }
  4753. "1706314"
  4754. {
  4755. "icon_path" "econ/default_generated/weapon_bizon_gs_pp_bizon_harvester_heavy"
  4756. }
  4757. "1706500"
  4758. {
  4759. "icon_path" "econ/default_generated/weapon_bizon_hy_bizon_torn_green_light"
  4760. }
  4761. "1706501"
  4762. {
  4763. "icon_path" "econ/default_generated/weapon_bizon_hy_bizon_torn_green_medium"
  4764. }
  4765. "1706502"
  4766. {
  4767. "icon_path" "econ/default_generated/weapon_bizon_hy_bizon_torn_green_heavy"
  4768. }
  4769. "1706640"
  4770. {
  4771. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_all_in_light"
  4772. }
  4773. "1706641"
  4774. {
  4775. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_all_in_medium"
  4776. }
  4777. "1706642"
  4778. {
  4779. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_all_in_heavy"
  4780. }
  4781. "1706704"
  4782. {
  4783. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_riot_light"
  4784. }
  4785. "1706705"
  4786. {
  4787. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_riot_medium"
  4788. }
  4789. "1706706"
  4790. {
  4791. "icon_path" "econ/default_generated/weapon_bizon_cu_bizon_riot_heavy"
  4792. }
  4793. "1769600"
  4794. {
  4795. "icon_path" "econ/default_generated/weapon_mag7_an_silver_light"
  4796. }
  4797. "1769601"
  4798. {
  4799. "icon_path" "econ/default_generated/weapon_mag7_an_silver_medium"
  4800. }
  4801. "1769602"
  4802. {
  4803. "icon_path" "econ/default_generated/weapon_mag7_an_silver_heavy"
  4804. }
  4805. "1769608"
  4806. {
  4807. "icon_path" "econ/default_generated/weapon_mag7_am_urban_light"
  4808. }
  4809. "1769609"
  4810. {
  4811. "icon_path" "econ/default_generated/weapon_mag7_am_urban_medium"
  4812. }
  4813. "1769610"
  4814. {
  4815. "icon_path" "econ/default_generated/weapon_mag7_am_urban_heavy"
  4816. }
  4817. "1769628"
  4818. {
  4819. "icon_path" "econ/default_generated/weapon_mag7_so_yellow_light"
  4820. }
  4821. "1769629"
  4822. {
  4823. "icon_path" "econ/default_generated/weapon_mag7_so_yellow_medium"
  4824. }
  4825. "1769630"
  4826. {
  4827. "icon_path" "econ/default_generated/weapon_mag7_so_yellow_heavy"
  4828. }
  4829. "1769868"
  4830. {
  4831. "icon_path" "econ/default_generated/weapon_mag7_so_sand_light"
  4832. }
  4833. "1769869"
  4834. {
  4835. "icon_path" "econ/default_generated/weapon_mag7_so_sand_medium"
  4836. }
  4837. "1769870"
  4838. {
  4839. "icon_path" "econ/default_generated/weapon_mag7_so_sand_heavy"
  4840. }
  4841. "1769872"
  4842. {
  4843. "icon_path" "econ/default_generated/weapon_mag7_so_stormfront_light"
  4844. }
  4845. "1769873"
  4846. {
  4847. "icon_path" "econ/default_generated/weapon_mag7_so_stormfront_medium"
  4848. }
  4849. "1769874"
  4850. {
  4851. "icon_path" "econ/default_generated/weapon_mag7_so_stormfront_heavy"
  4852. }
  4853. "1770156"
  4854. {
  4855. "icon_path" "econ/default_generated/weapon_mag7_sp_nukestripe_brown_light"
  4856. }
  4857. "1770157"
  4858. {
  4859. "icon_path" "econ/default_generated/weapon_mag7_sp_nukestripe_brown_medium"
  4860. }
  4861. "1770158"
  4862. {
  4863. "icon_path" "econ/default_generated/weapon_mag7_sp_nukestripe_brown_heavy"
  4864. }
  4865. "1770180"
  4866. {
  4867. "icon_path" "econ/default_generated/weapon_mag7_hy_icosahedron_light"
  4868. }
  4869. "1770181"
  4870. {
  4871. "icon_path" "econ/default_generated/weapon_mag7_hy_icosahedron_medium"
  4872. }
  4873. "1770182"
  4874. {
  4875. "icon_path" "econ/default_generated/weapon_mag7_hy_icosahedron_heavy"
  4876. }
  4877. "1770264"
  4878. {
  4879. "icon_path" "econ/default_generated/weapon_mag7_sp_hazard_bravo_light"
  4880. }
  4881. "1770265"
  4882. {
  4883. "icon_path" "econ/default_generated/weapon_mag7_sp_hazard_bravo_medium"
  4884. }
  4885. "1770266"
  4886. {
  4887. "icon_path" "econ/default_generated/weapon_mag7_sp_hazard_bravo_heavy"
  4888. }
  4889. "1770636"
  4890. {
  4891. "icon_path" "econ/default_generated/weapon_mag7_cu_mag7_heaven_light"
  4892. }
  4893. "1770637"
  4894. {
  4895. "icon_path" "econ/default_generated/weapon_mag7_cu_mag7_heaven_medium"
  4896. }
  4897. "1770638"
  4898. {
  4899. "icon_path" "econ/default_generated/weapon_mag7_cu_mag7_heaven_heavy"
  4900. }
  4901. "1771012"
  4902. {
  4903. "icon_path" "econ/default_generated/weapon_mag7_sp_mag7_firebitten_light"
  4904. }
  4905. "1771013"
  4906. {
  4907. "icon_path" "econ/default_generated/weapon_mag7_sp_mag7_firebitten_medium"
  4908. }
  4909. "1771014"
  4910. {
  4911. "icon_path" "econ/default_generated/weapon_mag7_sp_mag7_firebitten_heavy"
  4912. }
  4913. "1771196"
  4914. {
  4915. "icon_path" "econ/default_generated/weapon_mag7_cu_mag7_redhot_light"
  4916. }
  4917. "1771197"
  4918. {
  4919. "icon_path" "econ/default_generated/weapon_mag7_cu_mag7_redhot_medium"
  4920. }
  4921. "1771198"
  4922. {
  4923. "icon_path" "econ/default_generated/weapon_mag7_cu_mag7_redhot_heavy"
  4924. }
  4925. "1771320"
  4926. {
  4927. "icon_path" "econ/default_generated/weapon_mag7_hy_geometric_steps_green_light"
  4928. }
  4929. "1771321"
  4930. {
  4931. "icon_path" "econ/default_generated/weapon_mag7_hy_geometric_steps_green_medium"
  4932. }
  4933. "1771322"
  4934. {
  4935. "icon_path" "econ/default_generated/weapon_mag7_hy_geometric_steps_green_heavy"
  4936. }
  4937. "1771364"
  4938. {
  4939. "icon_path" "econ/default_generated/weapon_mag7_so_aqua_light"
  4940. }
  4941. "1771365"
  4942. {
  4943. "icon_path" "econ/default_generated/weapon_mag7_so_aqua_medium"
  4944. }
  4945. "1771366"
  4946. {
  4947. "icon_path" "econ/default_generated/weapon_mag7_so_aqua_heavy"
  4948. }
  4949. "1771468"
  4950. {
  4951. "icon_path" "econ/default_generated/weapon_mag7_cu_mag7_myrcene_light"
  4952. }
  4953. "1771469"
  4954. {
  4955. "icon_path" "econ/default_generated/weapon_mag7_cu_mag7_myrcene_medium"
  4956. }
  4957. "1771470"
  4958. {
  4959. "icon_path" "econ/default_generated/weapon_mag7_cu_mag7_myrcene_heavy"
  4960. }
  4961. "1771612"
  4962. {
  4963. "icon_path" "econ/default_generated/weapon_mag7_gs_mag7_praetorian_light"
  4964. }
  4965. "1771613"
  4966. {
  4967. "icon_path" "econ/default_generated/weapon_mag7_gs_mag7_praetorian_medium"
  4968. }
  4969. "1771614"
  4970. {
  4971. "icon_path" "econ/default_generated/weapon_mag7_gs_mag7_praetorian_heavy"
  4972. }
  4973. "1771904"
  4974. {
  4975. "icon_path" "econ/default_generated/weapon_mag7_cu_mag7_tribal_light"
  4976. }
  4977. "1771905"
  4978. {
  4979. "icon_path" "econ/default_generated/weapon_mag7_cu_mag7_tribal_medium"
  4980. }
  4981. "1771906"
  4982. {
  4983. "icon_path" "econ/default_generated/weapon_mag7_cu_mag7_tribal_heavy"
  4984. }
  4985. "1772004"
  4986. {
  4987. "icon_path" "econ/default_generated/weapon_mag7_am_mag7_malform_light"
  4988. }
  4989. "1772005"
  4990. {
  4991. "icon_path" "econ/default_generated/weapon_mag7_am_mag7_malform_medium"
  4992. }
  4993. "1772006"
  4994. {
  4995. "icon_path" "econ/default_generated/weapon_mag7_am_mag7_malform_heavy"
  4996. }
  4997. "1772136"
  4998. {
  4999. "icon_path" "econ/default_generated/weapon_mag7_am_mag7_caustic_light"
  5000. }
  5001. "1772137"
  5002. {
  5003. "icon_path" "econ/default_generated/weapon_mag7_am_mag7_caustic_medium"
  5004. }
  5005. "1772138"
  5006. {
  5007. "icon_path" "econ/default_generated/weapon_mag7_am_mag7_caustic_heavy"
  5008. }
  5009. "1772284"
  5010. {
  5011. "icon_path" "econ/default_generated/weapon_mag7_aq_mag7_swag7_light"
  5012. }
  5013. "1772285"
  5014. {
  5015. "icon_path" "econ/default_generated/weapon_mag7_aq_mag7_swag7_medium"
  5016. }
  5017. "1772286"
  5018. {
  5019. "icon_path" "econ/default_generated/weapon_mag7_aq_mag7_swag7_heavy"
  5020. }
  5021. "1835120"
  5022. {
  5023. "icon_path" "econ/default_generated/weapon_negev_an_navy_light"
  5024. }
  5025. "1835121"
  5026. {
  5027. "icon_path" "econ/default_generated/weapon_negev_an_navy_medium"
  5028. }
  5029. "1835122"
  5030. {
  5031. "icon_path" "econ/default_generated/weapon_negev_an_navy_heavy"
  5032. }
  5033. "1835812"
  5034. {
  5035. "icon_path" "econ/default_generated/weapon_negev_sp_palm_bravo_light"
  5036. }
  5037. "1835813"
  5038. {
  5039. "icon_path" "econ/default_generated/weapon_negev_sp_palm_bravo_medium"
  5040. }
  5041. "1835814"
  5042. {
  5043. "icon_path" "econ/default_generated/weapon_negev_sp_palm_bravo_heavy"
  5044. }
  5045. "1835968"
  5046. {
  5047. "icon_path" "econ/default_generated/weapon_negev_hy_varicamo_desert_light"
  5048. }
  5049. "1835969"
  5050. {
  5051. "icon_path" "econ/default_generated/weapon_negev_hy_varicamo_desert_medium"
  5052. }
  5053. "1835970"
  5054. {
  5055. "icon_path" "econ/default_generated/weapon_negev_hy_varicamo_desert_heavy"
  5056. }
  5057. "1836148"
  5058. {
  5059. "icon_path" "econ/default_generated/weapon_negev_sp_negev_turq_terrain_light"
  5060. }
  5061. "1836149"
  5062. {
  5063. "icon_path" "econ/default_generated/weapon_negev_sp_negev_turq_terrain_medium"
  5064. }
  5065. "1836150"
  5066. {
  5067. "icon_path" "econ/default_generated/weapon_negev_sp_negev_turq_terrain_heavy"
  5068. }
  5069. "1836200"
  5070. {
  5071. "icon_path" "econ/default_generated/weapon_negev_am_army_shine_light"
  5072. }
  5073. "1836201"
  5074. {
  5075. "icon_path" "econ/default_generated/weapon_negev_am_army_shine_medium"
  5076. }
  5077. "1836202"
  5078. {
  5079. "icon_path" "econ/default_generated/weapon_negev_am_army_shine_heavy"
  5080. }
  5081. "1836276"
  5082. {
  5083. "icon_path" "econ/default_generated/weapon_negev_cu_bratatat_negev_light"
  5084. }
  5085. "1836277"
  5086. {
  5087. "icon_path" "econ/default_generated/weapon_negev_cu_bratatat_negev_medium"
  5088. }
  5089. "1836278"
  5090. {
  5091. "icon_path" "econ/default_generated/weapon_negev_cu_bratatat_negev_heavy"
  5092. }
  5093. "1836428"
  5094. {
  5095. "icon_path" "econ/default_generated/weapon_negev_cu_negev_titanstorm_light"
  5096. }
  5097. "1836429"
  5098. {
  5099. "icon_path" "econ/default_generated/weapon_negev_cu_negev_titanstorm_medium"
  5100. }
  5101. "1836430"
  5102. {
  5103. "icon_path" "econ/default_generated/weapon_negev_cu_negev_titanstorm_heavy"
  5104. }
  5105. "1836484"
  5106. {
  5107. "icon_path" "econ/default_generated/weapon_negev_sp_nuclear_pattern3_negev_light"
  5108. }
  5109. "1836485"
  5110. {
  5111. "icon_path" "econ/default_generated/weapon_negev_sp_nuclear_pattern3_negev_medium"
  5112. }
  5113. "1836486"
  5114. {
  5115. "icon_path" "econ/default_generated/weapon_negev_sp_nuclear_pattern3_negev_heavy"
  5116. }
  5117. "1836736"
  5118. {
  5119. "icon_path" "econ/default_generated/weapon_negev_am_negev_glory_light"
  5120. }
  5121. "1836737"
  5122. {
  5123. "icon_path" "econ/default_generated/weapon_negev_am_negev_glory_medium"
  5124. }
  5125. "1836738"
  5126. {
  5127. "icon_path" "econ/default_generated/weapon_negev_am_negev_glory_heavy"
  5128. }
  5129. "1836940"
  5130. {
  5131. "icon_path" "econ/default_generated/weapon_negev_cu_negev_annihilator_light"
  5132. }
  5133. "1836941"
  5134. {
  5135. "icon_path" "econ/default_generated/weapon_negev_cu_negev_annihilator_medium"
  5136. }
  5137. "1836942"
  5138. {
  5139. "icon_path" "econ/default_generated/weapon_negev_cu_negev_annihilator_heavy"
  5140. }
  5141. "1837064"
  5142. {
  5143. "icon_path" "econ/default_generated/weapon_negev_cu_negev_impact_light"
  5144. }
  5145. "1837065"
  5146. {
  5147. "icon_path" "econ/default_generated/weapon_negev_cu_negev_impact_medium"
  5148. }
  5149. "1837066"
  5150. {
  5151. "icon_path" "econ/default_generated/weapon_negev_cu_negev_impact_heavy"
  5152. }
  5153. "1837448"
  5154. {
  5155. "icon_path" "econ/default_generated/weapon_negev_hy_negev_dazzle_light"
  5156. }
  5157. "1837449"
  5158. {
  5159. "icon_path" "econ/default_generated/weapon_negev_hy_negev_dazzle_medium"
  5160. }
  5161. "1837450"
  5162. {
  5163. "icon_path" "econ/default_generated/weapon_negev_hy_negev_dazzle_heavy"
  5164. }
  5165. "1837800"
  5166. {
  5167. "icon_path" "econ/default_generated/weapon_negev_sp_negev_lionfish_light"
  5168. }
  5169. "1837801"
  5170. {
  5171. "icon_path" "econ/default_generated/weapon_negev_sp_negev_lionfish_medium"
  5172. }
  5173. "1837802"
  5174. {
  5175. "icon_path" "econ/default_generated/weapon_negev_sp_negev_lionfish_heavy"
  5176. }
  5177. "1900564"
  5178. {
  5179. "icon_path" "econ/default_generated/weapon_sawedoff_hy_ddpat_light"
  5180. }
  5181. "1900565"
  5182. {
  5183. "icon_path" "econ/default_generated/weapon_sawedoff_hy_ddpat_medium"
  5184. }
  5185. "1900566"
  5186. {
  5187. "icon_path" "econ/default_generated/weapon_sawedoff_hy_ddpat_heavy"
  5188. }
  5189. "1900664"
  5190. {
  5191. "icon_path" "econ/default_generated/weapon_sawedoff_sp_snake_light"
  5192. }
  5193. "1900665"
  5194. {
  5195. "icon_path" "econ/default_generated/weapon_sawedoff_sp_snake_medium"
  5196. }
  5197. "1900666"
  5198. {
  5199. "icon_path" "econ/default_generated/weapon_sawedoff_sp_snake_heavy"
  5200. }
  5201. "1900708"
  5202. {
  5203. "icon_path" "econ/default_generated/weapon_sawedoff_aq_copper_light"
  5204. }
  5205. "1900709"
  5206. {
  5207. "icon_path" "econ/default_generated/weapon_sawedoff_aq_copper_medium"
  5208. }
  5209. "1900710"
  5210. {
  5211. "icon_path" "econ/default_generated/weapon_sawedoff_aq_copper_heavy"
  5212. }
  5213. "1900876"
  5214. {
  5215. "icon_path" "econ/default_generated/weapon_sawedoff_hy_ddpat_orange_light"
  5216. }
  5217. "1900877"
  5218. {
  5219. "icon_path" "econ/default_generated/weapon_sawedoff_hy_ddpat_orange_medium"
  5220. }
  5221. "1900878"
  5222. {
  5223. "icon_path" "econ/default_generated/weapon_sawedoff_hy_ddpat_orange_heavy"
  5224. }
  5225. "1901020"
  5226. {
  5227. "icon_path" "econ/default_generated/weapon_sawedoff_sp_spray_desert_sage_light"
  5228. }
  5229. "1901021"
  5230. {
  5231. "icon_path" "econ/default_generated/weapon_sawedoff_sp_spray_desert_sage_medium"
  5232. }
  5233. "1901022"
  5234. {
  5235. "icon_path" "econ/default_generated/weapon_sawedoff_sp_spray_desert_sage_heavy"
  5236. }
  5237. "1901228"
  5238. {
  5239. "icon_path" "econ/default_generated/weapon_sawedoff_sp_nukestripe_brown_light"
  5240. }
  5241. "1901229"
  5242. {
  5243. "icon_path" "econ/default_generated/weapon_sawedoff_sp_nukestripe_brown_medium"
  5244. }
  5245. "1901230"
  5246. {
  5247. "icon_path" "econ/default_generated/weapon_sawedoff_sp_nukestripe_brown_heavy"
  5248. }
  5249. "1901360"
  5250. {
  5251. "icon_path" "econ/default_generated/weapon_sawedoff_hy_ali_tile_bravo_light"
  5252. }
  5253. "1901361"
  5254. {
  5255. "icon_path" "econ/default_generated/weapon_sawedoff_hy_ali_tile_bravo_medium"
  5256. }
  5257. "1901362"
  5258. {
  5259. "icon_path" "econ/default_generated/weapon_sawedoff_hy_ali_tile_bravo_heavy"
  5260. }
  5261. "1901528"
  5262. {
  5263. "icon_path" "econ/default_generated/weapon_sawedoff_aa_fade_metallic_light"
  5264. }
  5265. "1901529"
  5266. {
  5267. "icon_path" "econ/default_generated/weapon_sawedoff_aa_fade_metallic_medium"
  5268. }
  5269. "1901530"
  5270. {
  5271. "icon_path" "econ/default_generated/weapon_sawedoff_aa_fade_metallic_heavy"
  5272. }
  5273. "1901544"
  5274. {
  5275. "icon_path" "econ/default_generated/weapon_sawedoff_hy_varicamo_red_light"
  5276. }
  5277. "1901545"
  5278. {
  5279. "icon_path" "econ/default_generated/weapon_sawedoff_hy_varicamo_red_medium"
  5280. }
  5281. "1901546"
  5282. {
  5283. "icon_path" "econ/default_generated/weapon_sawedoff_hy_varicamo_red_heavy"
  5284. }
  5285. "1901568"
  5286. {
  5287. "icon_path" "econ/default_generated/weapon_sawedoff_cu_sawedoff_octopump_light"
  5288. }
  5289. "1901569"
  5290. {
  5291. "icon_path" "econ/default_generated/weapon_sawedoff_cu_sawedoff_octopump_medium"
  5292. }
  5293. "1901570"
  5294. {
  5295. "icon_path" "econ/default_generated/weapon_sawedoff_cu_sawedoff_octopump_heavy"
  5296. }
  5297. "1901836"
  5298. {
  5299. "icon_path" "econ/default_generated/weapon_sawedoff_aq_steel_light"
  5300. }
  5301. "1901837"
  5302. {
  5303. "icon_path" "econ/default_generated/weapon_sawedoff_aq_steel_medium"
  5304. }
  5305. "1901838"
  5306. {
  5307. "icon_path" "econ/default_generated/weapon_sawedoff_aq_steel_heavy"
  5308. }
  5309. "1901924"
  5310. {
  5311. "icon_path" "econ/default_generated/weapon_sawedoff_cu_green_leather_sawedoff_light"
  5312. }
  5313. "1901925"
  5314. {
  5315. "icon_path" "econ/default_generated/weapon_sawedoff_cu_green_leather_sawedoff_medium"
  5316. }
  5317. "1901926"
  5318. {
  5319. "icon_path" "econ/default_generated/weapon_sawedoff_cu_green_leather_sawedoff_heavy"
  5320. }
  5321. "1902104"
  5322. {
  5323. "icon_path" "econ/default_generated/weapon_sawedoff_aq_sawedoff_blackgold_light"
  5324. }
  5325. "1902105"
  5326. {
  5327. "icon_path" "econ/default_generated/weapon_sawedoff_aq_sawedoff_blackgold_medium"
  5328. }
  5329. "1902106"
  5330. {
  5331. "icon_path" "econ/default_generated/weapon_sawedoff_aq_sawedoff_blackgold_heavy"
  5332. }
  5333. "1902164"
  5334. {
  5335. "icon_path" "econ/default_generated/weapon_sawedoff_cu_sawedoff_deva_light"
  5336. }
  5337. "1902165"
  5338. {
  5339. "icon_path" "econ/default_generated/weapon_sawedoff_cu_sawedoff_deva_medium"
  5340. }
  5341. "1902166"
  5342. {
  5343. "icon_path" "econ/default_generated/weapon_sawedoff_cu_sawedoff_deva_heavy"
  5344. }
  5345. "1902280"
  5346. {
  5347. "icon_path" "econ/default_generated/weapon_sawedoff_cu_sawedoff_origami_light"
  5348. }
  5349. "1902281"
  5350. {
  5351. "icon_path" "econ/default_generated/weapon_sawedoff_cu_sawedoff_origami_medium"
  5352. }
  5353. "1902282"
  5354. {
  5355. "icon_path" "econ/default_generated/weapon_sawedoff_cu_sawedoff_origami_heavy"
  5356. }
  5357. "1902376"
  5358. {
  5359. "icon_path" "econ/default_generated/weapon_sawedoff_hy_bamboo_jungle_black_light"
  5360. }
  5361. "1902377"
  5362. {
  5363. "icon_path" "econ/default_generated/weapon_sawedoff_hy_bamboo_jungle_black_medium"
  5364. }
  5365. "1902378"
  5366. {
  5367. "icon_path" "econ/default_generated/weapon_sawedoff_hy_bamboo_jungle_black_heavy"
  5368. }
  5369. "1902612"
  5370. {
  5371. "icon_path" "econ/default_generated/weapon_sawedoff_gs_sawedoff_necromancer_light"
  5372. }
  5373. "1902613"
  5374. {
  5375. "icon_path" "econ/default_generated/weapon_sawedoff_gs_sawedoff_necromancer_medium"
  5376. }
  5377. "1902614"
  5378. {
  5379. "icon_path" "econ/default_generated/weapon_sawedoff_gs_sawedoff_necromancer_heavy"
  5380. }
  5381. "1902752"
  5382. {
  5383. "icon_path" "econ/default_generated/weapon_sawedoff_gs_sawedoff_fubar_light"
  5384. }
  5385. "1902753"
  5386. {
  5387. "icon_path" "econ/default_generated/weapon_sawedoff_gs_sawedoff_fubar_medium"
  5388. }
  5389. "1902754"
  5390. {
  5391. "icon_path" "econ/default_generated/weapon_sawedoff_gs_sawedoff_fubar_heavy"
  5392. }
  5393. "1902928"
  5394. {
  5395. "icon_path" "econ/default_generated/weapon_sawedoff_cu_sawed_off_lime_light"
  5396. }
  5397. "1902929"
  5398. {
  5399. "icon_path" "econ/default_generated/weapon_sawedoff_cu_sawed_off_lime_medium"
  5400. }
  5401. "1902930"
  5402. {
  5403. "icon_path" "econ/default_generated/weapon_sawedoff_cu_sawed_off_lime_heavy"
  5404. }
  5405. "1903096"
  5406. {
  5407. "icon_path" "econ/default_generated/weapon_sawedoff_cu_wp_sawedoff_light"
  5408. }
  5409. "1903097"
  5410. {
  5411. "icon_path" "econ/default_generated/weapon_sawedoff_cu_wp_sawedoff_medium"
  5412. }
  5413. "1903098"
  5414. {
  5415. "icon_path" "econ/default_generated/weapon_sawedoff_cu_wp_sawedoff_heavy"
  5416. }
  5417. "1903164"
  5418. {
  5419. "icon_path" "econ/default_generated/weapon_sawedoff_aq_sawedoff_zander2_light"
  5420. }
  5421. "1903165"
  5422. {
  5423. "icon_path" "econ/default_generated/weapon_sawedoff_aq_sawedoff_zander2_medium"
  5424. }
  5425. "1903166"
  5426. {
  5427. "icon_path" "econ/default_generated/weapon_sawedoff_aq_sawedoff_zander2_heavy"
  5428. }
  5429. "1903236"
  5430. {
  5431. "icon_path" "econ/default_generated/weapon_sawedoff_aq_sawed-off_flower_light"
  5432. }
  5433. "1903237"
  5434. {
  5435. "icon_path" "econ/default_generated/weapon_sawedoff_aq_sawed-off_flower_medium"
  5436. }
  5437. "1903238"
  5438. {
  5439. "icon_path" "econ/default_generated/weapon_sawedoff_aq_sawed-off_flower_heavy"
  5440. }
  5441. "1966088"
  5442. {
  5443. "icon_path" "econ/default_generated/weapon_tec9_so_olive_light"
  5444. }
  5445. "1966089"
  5446. {
  5447. "icon_path" "econ/default_generated/weapon_tec9_so_olive_medium"
  5448. }
  5449. "1966090"
  5450. {
  5451. "icon_path" "econ/default_generated/weapon_tec9_so_olive_heavy"
  5452. }
  5453. "1966148"
  5454. {
  5455. "icon_path" "econ/default_generated/weapon_tec9_hy_ddpat_urb_light"
  5456. }
  5457. "1966149"
  5458. {
  5459. "icon_path" "econ/default_generated/weapon_tec9_hy_ddpat_urb_medium"
  5460. }
  5461. "1966150"
  5462. {
  5463. "icon_path" "econ/default_generated/weapon_tec9_hy_ddpat_urb_heavy"
  5464. }
  5465. "1966224"
  5466. {
  5467. "icon_path" "econ/default_generated/weapon_tec9_am_ossify_light"
  5468. }
  5469. "1966225"
  5470. {
  5471. "icon_path" "econ/default_generated/weapon_tec9_am_ossify_medium"
  5472. }
  5473. "1966226"
  5474. {
  5475. "icon_path" "econ/default_generated/weapon_tec9_am_ossify_heavy"
  5476. }
  5477. "1966716"
  5478. {
  5479. "icon_path" "econ/default_generated/weapon_tec9_aq_brass_light"
  5480. }
  5481. "1966717"
  5482. {
  5483. "icon_path" "econ/default_generated/weapon_tec9_aq_brass_medium"
  5484. }
  5485. "1966718"
  5486. {
  5487. "icon_path" "econ/default_generated/weapon_tec9_aq_brass_heavy"
  5488. }
  5489. "1966796"
  5490. {
  5491. "icon_path" "econ/default_generated/weapon_tec9_sp_nukestripe_green_tec9_light"
  5492. }
  5493. "1966797"
  5494. {
  5495. "icon_path" "econ/default_generated/weapon_tec9_sp_nukestripe_green_tec9_medium"
  5496. }
  5497. "1966798"
  5498. {
  5499. "icon_path" "econ/default_generated/weapon_tec9_sp_nukestripe_green_tec9_heavy"
  5500. }
  5501. "1966904"
  5502. {
  5503. "icon_path" "econ/default_generated/weapon_tec9_so_tornado_bravo_light"
  5504. }
  5505. "1966905"
  5506. {
  5507. "icon_path" "econ/default_generated/weapon_tec9_so_tornado_bravo_medium"
  5508. }
  5509. "1966906"
  5510. {
  5511. "icon_path" "econ/default_generated/weapon_tec9_so_tornado_bravo_heavy"
  5512. }
  5513. "1966944"
  5514. {
  5515. "icon_path" "econ/default_generated/weapon_tec9_an_titanium30v_light"
  5516. }
  5517. "1966945"
  5518. {
  5519. "icon_path" "econ/default_generated/weapon_tec9_an_titanium30v_medium"
  5520. }
  5521. "1966946"
  5522. {
  5523. "icon_path" "econ/default_generated/weapon_tec9_an_titanium30v_heavy"
  5524. }
  5525. "1967020"
  5526. {
  5527. "icon_path" "econ/default_generated/weapon_tec9_hy_varicamo_light"
  5528. }
  5529. "1967021"
  5530. {
  5531. "icon_path" "econ/default_generated/weapon_tec9_hy_varicamo_medium"
  5532. }
  5533. "1967022"
  5534. {
  5535. "icon_path" "econ/default_generated/weapon_tec9_hy_varicamo_heavy"
  5536. }
  5537. "1967048"
  5538. {
  5539. "icon_path" "econ/default_generated/weapon_tec9_sp_mesh_army_light"
  5540. }
  5541. "1967049"
  5542. {
  5543. "icon_path" "econ/default_generated/weapon_tec9_sp_mesh_army_medium"
  5544. }
  5545. "1967050"
  5546. {
  5547. "icon_path" "econ/default_generated/weapon_tec9_sp_mesh_army_heavy"
  5548. }
  5549. "1967072"
  5550. {
  5551. "icon_path" "econ/default_generated/weapon_tec9_am_crystallized_light"
  5552. }
  5553. "1967073"
  5554. {
  5555. "icon_path" "econ/default_generated/weapon_tec9_am_crystallized_medium"
  5556. }
  5557. "1967074"
  5558. {
  5559. "icon_path" "econ/default_generated/weapon_tec9_am_crystallized_heavy"
  5560. }
  5561. "1967168"
  5562. {
  5563. "icon_path" "econ/default_generated/weapon_tec9_am_fluted_tec9_light"
  5564. }
  5565. "1967169"
  5566. {
  5567. "icon_path" "econ/default_generated/weapon_tec9_am_fluted_tec9_medium"
  5568. }
  5569. "1967170"
  5570. {
  5571. "icon_path" "econ/default_generated/weapon_tec9_am_fluted_tec9_heavy"
  5572. }
  5573. "1967236"
  5574. {
  5575. "icon_path" "econ/default_generated/weapon_tec9_cu_tec9_sandstorm_light"
  5576. }
  5577. "1967237"
  5578. {
  5579. "icon_path" "econ/default_generated/weapon_tec9_cu_tec9_sandstorm_medium"
  5580. }
  5581. "1967238"
  5582. {
  5583. "icon_path" "econ/default_generated/weapon_tec9_cu_tec9_sandstorm_heavy"
  5584. }
  5585. "1967292"
  5586. {
  5587. "icon_path" "econ/default_generated/weapon_tec9_cu_tec9_asiimov_light"
  5588. }
  5589. "1967293"
  5590. {
  5591. "icon_path" "econ/default_generated/weapon_tec9_cu_tec9_asiimov_medium"
  5592. }
  5593. "1967294"
  5594. {
  5595. "icon_path" "econ/default_generated/weapon_tec9_cu_tec9_asiimov_heavy"
  5596. }
  5597. "1967576"
  5598. {
  5599. "icon_path" "econ/default_generated/weapon_tec9_hy_nuclear_skulls5_tec9_light"
  5600. }
  5601. "1967577"
  5602. {
  5603. "icon_path" "econ/default_generated/weapon_tec9_hy_nuclear_skulls5_tec9_medium"
  5604. }
  5605. "1967578"
  5606. {
  5607. "icon_path" "econ/default_generated/weapon_tec9_hy_nuclear_skulls5_tec9_heavy"
  5608. }
  5609. "1967836"
  5610. {
  5611. "icon_path" "econ/default_generated/weapon_tec9_hy_hades_light"
  5612. }
  5613. "1967837"
  5614. {
  5615. "icon_path" "econ/default_generated/weapon_tec9_hy_hades_medium"
  5616. }
  5617. "1967838"
  5618. {
  5619. "icon_path" "econ/default_generated/weapon_tec9_hy_hades_heavy"
  5620. }
  5621. "1967916"
  5622. {
  5623. "icon_path" "econ/default_generated/weapon_tec9_hy_bamboo_jungle_light"
  5624. }
  5625. "1967917"
  5626. {
  5627. "icon_path" "econ/default_generated/weapon_tec9_hy_bamboo_jungle_medium"
  5628. }
  5629. "1967918"
  5630. {
  5631. "icon_path" "econ/default_generated/weapon_tec9_hy_bamboo_jungle_heavy"
  5632. }
  5633. "1967932"
  5634. {
  5635. "icon_path" "econ/default_generated/weapon_tec9_hy_geometric_steps_yellow_light"
  5636. }
  5637. "1967933"
  5638. {
  5639. "icon_path" "econ/default_generated/weapon_tec9_hy_geometric_steps_yellow_medium"
  5640. }
  5641. "1967934"
  5642. {
  5643. "icon_path" "econ/default_generated/weapon_tec9_hy_geometric_steps_yellow_heavy"
  5644. }
  5645. "1968160"
  5646. {
  5647. "icon_path" "econ/default_generated/weapon_tec9_cu_tec9_avalanche_light"
  5648. }
  5649. "1968161"
  5650. {
  5651. "icon_path" "econ/default_generated/weapon_tec9_cu_tec9_avalanche_medium"
  5652. }
  5653. "1968162"
  5654. {
  5655. "icon_path" "econ/default_generated/weapon_tec9_cu_tec9_avalanche_heavy"
  5656. }
  5657. "1968236"
  5658. {
  5659. "icon_path" "econ/default_generated/weapon_tec9_gs_tec9_jambiya_light"
  5660. }
  5661. "1968237"
  5662. {
  5663. "icon_path" "econ/default_generated/weapon_tec9_gs_tec9_jambiya_medium"
  5664. }
  5665. "1968238"
  5666. {
  5667. "icon_path" "econ/default_generated/weapon_tec9_gs_tec9_jambiya_heavy"
  5668. }
  5669. "1968300"
  5670. {
  5671. "icon_path" "econ/default_generated/weapon_tec9_am_tec9_redblast_light"
  5672. }
  5673. "1968301"
  5674. {
  5675. "icon_path" "econ/default_generated/weapon_tec9_am_tec9_redblast_medium"
  5676. }
  5677. "1968302"
  5678. {
  5679. "icon_path" "econ/default_generated/weapon_tec9_am_tec9_redblast_heavy"
  5680. }
  5681. "1968476"
  5682. {
  5683. "icon_path" "econ/default_generated/weapon_tec9_am_tec_9_sea_salt_light"
  5684. }
  5685. "1968477"
  5686. {
  5687. "icon_path" "econ/default_generated/weapon_tec9_am_tec_9_sea_salt_medium"
  5688. }
  5689. "1968478"
  5690. {
  5691. "icon_path" "econ/default_generated/weapon_tec9_am_tec_9_sea_salt_heavy"
  5692. }
  5693. "1968536"
  5694. {
  5695. "icon_path" "econ/default_generated/weapon_tec9_gs_tec9_supercharged_light"
  5696. }
  5697. "1968537"
  5698. {
  5699. "icon_path" "econ/default_generated/weapon_tec9_gs_tec9_supercharged_medium"
  5700. }
  5701. "1968538"
  5702. {
  5703. "icon_path" "econ/default_generated/weapon_tec9_gs_tec9_supercharged_heavy"
  5704. }
  5705. "1968764"
  5706. {
  5707. "icon_path" "econ/default_generated/weapon_tec9_aq_tec9_chalk_pattern_light"
  5708. }
  5709. "1968765"
  5710. {
  5711. "icon_path" "econ/default_generated/weapon_tec9_aq_tec9_chalk_pattern_medium"
  5712. }
  5713. "1968766"
  5714. {
  5715. "icon_path" "econ/default_generated/weapon_tec9_aq_tec9_chalk_pattern_heavy"
  5716. }
  5717. "1968816"
  5718. {
  5719. "icon_path" "econ/default_generated/weapon_tec9_cu_tec9_cracked_opal_light"
  5720. }
  5721. "1968817"
  5722. {
  5723. "icon_path" "econ/default_generated/weapon_tec9_cu_tec9_cracked_opal_medium"
  5724. }
  5725. "1968818"
  5726. {
  5727. "icon_path" "econ/default_generated/weapon_tec9_cu_tec9_cracked_opal_heavy"
  5728. }
  5729. "2097236"
  5730. {
  5731. "icon_path" "econ/default_generated/weapon_hkp2000_hy_granite_light"
  5732. }
  5733. "2097237"
  5734. {
  5735. "icon_path" "econ/default_generated/weapon_hkp2000_hy_granite_medium"
  5736. }
  5737. "2097238"
  5738. {
  5739. "icon_path" "econ/default_generated/weapon_hkp2000_hy_granite_heavy"
  5740. }
  5741. "2097280"
  5742. {
  5743. "icon_path" "econ/default_generated/weapon_hkp2000_an_silver_light"
  5744. }
  5745. "2097281"
  5746. {
  5747. "icon_path" "econ/default_generated/weapon_hkp2000_an_silver_medium"
  5748. }
  5749. "2097282"
  5750. {
  5751. "icon_path" "econ/default_generated/weapon_hkp2000_an_silver_heavy"
  5752. }
  5753. "2097436"
  5754. {
  5755. "icon_path" "econ/default_generated/weapon_hkp2000_am_scorpion_p2000_light"
  5756. }
  5757. "2097437"
  5758. {
  5759. "icon_path" "econ/default_generated/weapon_hkp2000_am_scorpion_p2000_medium"
  5760. }
  5761. "2097438"
  5762. {
  5763. "icon_path" "econ/default_generated/weapon_hkp2000_am_scorpion_p2000_heavy"
  5764. }
  5765. "2097532"
  5766. {
  5767. "icon_path" "econ/default_generated/weapon_hkp2000_so_grassland_light"
  5768. }
  5769. "2097533"
  5770. {
  5771. "icon_path" "econ/default_generated/weapon_hkp2000_so_grassland_medium"
  5772. }
  5773. "2097534"
  5774. {
  5775. "icon_path" "econ/default_generated/weapon_hkp2000_so_grassland_heavy"
  5776. }
  5777. "2097568"
  5778. {
  5779. "icon_path" "econ/default_generated/weapon_hkp2000_sp_leaves_grassland_light"
  5780. }
  5781. "2097569"
  5782. {
  5783. "icon_path" "econ/default_generated/weapon_hkp2000_sp_leaves_grassland_medium"
  5784. }
  5785. "2097570"
  5786. {
  5787. "icon_path" "econ/default_generated/weapon_hkp2000_sp_leaves_grassland_heavy"
  5788. }
  5789. "2097888"
  5790. {
  5791. "icon_path" "econ/default_generated/weapon_hkp2000_cu_favela_p2000_light"
  5792. }
  5793. "2097889"
  5794. {
  5795. "icon_path" "econ/default_generated/weapon_hkp2000_cu_favela_p2000_medium"
  5796. }
  5797. "2097890"
  5798. {
  5799. "icon_path" "econ/default_generated/weapon_hkp2000_cu_favela_p2000_heavy"
  5800. }
  5801. "2097996"
  5802. {
  5803. "icon_path" "econ/default_generated/weapon_hkp2000_am_ossify_blue_p2000_bravo_light"
  5804. }
  5805. "2097997"
  5806. {
  5807. "icon_path" "econ/default_generated/weapon_hkp2000_am_ossify_blue_p2000_bravo_medium"
  5808. }
  5809. "2097998"
  5810. {
  5811. "icon_path" "econ/default_generated/weapon_hkp2000_am_ossify_blue_p2000_bravo_heavy"
  5812. }
  5813. "2098136"
  5814. {
  5815. "icon_path" "econ/default_generated/weapon_hkp2000_aa_fade_metallic_light"
  5816. }
  5817. "2098137"
  5818. {
  5819. "icon_path" "econ/default_generated/weapon_hkp2000_aa_fade_metallic_medium"
  5820. }
  5821. "2098138"
  5822. {
  5823. "icon_path" "econ/default_generated/weapon_hkp2000_aa_fade_metallic_heavy"
  5824. }
  5825. "2098252"
  5826. {
  5827. "icon_path" "econ/default_generated/weapon_hkp2000_hy_poly_camo_light"
  5828. }
  5829. "2098253"
  5830. {
  5831. "icon_path" "econ/default_generated/weapon_hkp2000_hy_poly_camo_medium"
  5832. }
  5833. "2098254"
  5834. {
  5835. "icon_path" "econ/default_generated/weapon_hkp2000_hy_poly_camo_heavy"
  5836. }
  5837. "2098460"
  5838. {
  5839. "icon_path" "econ/default_generated/weapon_hkp2000_am_chainmail_light"
  5840. }
  5841. "2098461"
  5842. {
  5843. "icon_path" "econ/default_generated/weapon_hkp2000_am_chainmail_medium"
  5844. }
  5845. "2098462"
  5846. {
  5847. "icon_path" "econ/default_generated/weapon_hkp2000_am_chainmail_heavy"
  5848. }
  5849. "2098504"
  5850. {
  5851. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_pulse_light"
  5852. }
  5853. "2098505"
  5854. {
  5855. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_pulse_medium"
  5856. }
  5857. "2098506"
  5858. {
  5859. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_pulse_heavy"
  5860. }
  5861. "2098536"
  5862. {
  5863. "icon_path" "econ/default_generated/weapon_hkp2000_cu_luggage_p2000_light"
  5864. }
  5865. "2098537"
  5866. {
  5867. "icon_path" "econ/default_generated/weapon_hkp2000_cu_luggage_p2000_medium"
  5868. }
  5869. "2098538"
  5870. {
  5871. "icon_path" "econ/default_generated/weapon_hkp2000_cu_luggage_p2000_heavy"
  5872. }
  5873. "2098580"
  5874. {
  5875. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_ivory_light"
  5876. }
  5877. "2098581"
  5878. {
  5879. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_ivory_medium"
  5880. }
  5881. "2098582"
  5882. {
  5883. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_ivory_heavy"
  5884. }
  5885. "2098708"
  5886. {
  5887. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_fire_elemental_light"
  5888. }
  5889. "2098709"
  5890. {
  5891. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_fire_elemental_medium"
  5892. }
  5893. "2098710"
  5894. {
  5895. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_fire_elemental_heavy"
  5896. }
  5897. "2098924"
  5898. {
  5899. "icon_path" "econ/default_generated/weapon_hkp2000_sp_labyrinth2_light"
  5900. }
  5901. "2098925"
  5902. {
  5903. "icon_path" "econ/default_generated/weapon_hkp2000_sp_labyrinth2_medium"
  5904. }
  5905. "2098926"
  5906. {
  5907. "icon_path" "econ/default_generated/weapon_hkp2000_sp_labyrinth2_heavy"
  5908. }
  5909. "2099092"
  5910. {
  5911. "icon_path" "econ/default_generated/weapon_hkp2000_aq_p2000_boom_light"
  5912. }
  5913. "2099093"
  5914. {
  5915. "icon_path" "econ/default_generated/weapon_hkp2000_aq_p2000_boom_medium"
  5916. }
  5917. "2099094"
  5918. {
  5919. "icon_path" "econ/default_generated/weapon_hkp2000_aq_p2000_boom_heavy"
  5920. }
  5921. "2099212"
  5922. {
  5923. "icon_path" "econ/default_generated/weapon_hkp2000_am_p2000_imperial_red_light"
  5924. }
  5925. "2099213"
  5926. {
  5927. "icon_path" "econ/default_generated/weapon_hkp2000_am_p2000_imperial_red_medium"
  5928. }
  5929. "2099214"
  5930. {
  5931. "icon_path" "econ/default_generated/weapon_hkp2000_am_p2000_imperial_red_heavy"
  5932. }
  5933. "2099352"
  5934. {
  5935. "icon_path" "econ/default_generated/weapon_hkp2000_hy_p2000_oceani_light"
  5936. }
  5937. "2099353"
  5938. {
  5939. "icon_path" "econ/default_generated/weapon_hkp2000_hy_p2000_oceani_medium"
  5940. }
  5941. "2099354"
  5942. {
  5943. "icon_path" "econ/default_generated/weapon_hkp2000_hy_p2000_oceani_heavy"
  5944. }
  5945. "2099516"
  5946. {
  5947. "icon_path" "econ/default_generated/weapon_hkp2000_gs_p2000_imperial_dragon_light"
  5948. }
  5949. "2099517"
  5950. {
  5951. "icon_path" "econ/default_generated/weapon_hkp2000_gs_p2000_imperial_dragon_medium"
  5952. }
  5953. "2099518"
  5954. {
  5955. "icon_path" "econ/default_generated/weapon_hkp2000_gs_p2000_imperial_dragon_heavy"
  5956. }
  5957. "2099692"
  5958. {
  5959. "icon_path" "econ/default_generated/weapon_hkp2000_gs_p2000-sport_light"
  5960. }
  5961. "2099693"
  5962. {
  5963. "icon_path" "econ/default_generated/weapon_hkp2000_gs_p2000-sport_medium"
  5964. }
  5965. "2099694"
  5966. {
  5967. "icon_path" "econ/default_generated/weapon_hkp2000_gs_p2000-sport_heavy"
  5968. }
  5969. "2099820"
  5970. {
  5971. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_hunter_light"
  5972. }
  5973. "2099821"
  5974. {
  5975. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_hunter_medium"
  5976. }
  5977. "2099822"
  5978. {
  5979. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_hunter_heavy"
  5980. }
  5981. "2099952"
  5982. {
  5983. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_urban_hazard_light"
  5984. }
  5985. "2099953"
  5986. {
  5987. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_urban_hazard_medium"
  5988. }
  5989. "2099954"
  5990. {
  5991. "icon_path" "econ/default_generated/weapon_hkp2000_cu_p2000_urban_hazard_heavy"
  5992. }
  5993. "2162708"
  5994. {
  5995. "icon_path" "econ/default_generated/weapon_mp7_hy_ddpat_light"
  5996. }
  5997. "2162709"
  5998. {
  5999. "icon_path" "econ/default_generated/weapon_mp7_hy_ddpat_medium"
  6000. }
  6001. "2162710"
  6002. {
  6003. "icon_path" "econ/default_generated/weapon_mp7_hy_ddpat_heavy"
  6004. }
  6005. "2162732"
  6006. {
  6007. "icon_path" "econ/default_generated/weapon_mp7_hy_skulls_light"
  6008. }
  6009. "2162733"
  6010. {
  6011. "icon_path" "econ/default_generated/weapon_mp7_hy_skulls_medium"
  6012. }
  6013. "2162734"
  6014. {
  6015. "icon_path" "econ/default_generated/weapon_mp7_hy_skulls_heavy"
  6016. }
  6017. "2162748"
  6018. {
  6019. "icon_path" "econ/default_generated/weapon_mp7_hy_gelpen_light"
  6020. }
  6021. "2162749"
  6022. {
  6023. "icon_path" "econ/default_generated/weapon_mp7_hy_gelpen_medium"
  6024. }
  6025. "2162750"
  6026. {
  6027. "icon_path" "econ/default_generated/weapon_mp7_hy_gelpen_heavy"
  6028. }
  6029. "2162800"
  6030. {
  6031. "icon_path" "econ/default_generated/weapon_mp7_an_navy_light"
  6032. }
  6033. "2162801"
  6034. {
  6035. "icon_path" "econ/default_generated/weapon_mp7_an_navy_medium"
  6036. }
  6037. "2162802"
  6038. {
  6039. "icon_path" "econ/default_generated/weapon_mp7_an_navy_heavy"
  6040. }
  6041. "2163096"
  6042. {
  6043. "icon_path" "econ/default_generated/weapon_mp7_so_whiteout_light"
  6044. }
  6045. "2163097"
  6046. {
  6047. "icon_path" "econ/default_generated/weapon_mp7_so_whiteout_medium"
  6048. }
  6049. "2163098"
  6050. {
  6051. "icon_path" "econ/default_generated/weapon_mp7_so_whiteout_heavy"
  6052. }
  6053. "2163252"
  6054. {
  6055. "icon_path" "econ/default_generated/weapon_mp7_sp_tape_orange_light"
  6056. }
  6057. "2163253"
  6058. {
  6059. "icon_path" "econ/default_generated/weapon_mp7_sp_tape_orange_medium"
  6060. }
  6061. "2163254"
  6062. {
  6063. "icon_path" "econ/default_generated/weapon_mp7_sp_tape_orange_heavy"
  6064. }
  6065. "2163524"
  6066. {
  6067. "icon_path" "econ/default_generated/weapon_mp7_so_olive_bravo_light"
  6068. }
  6069. "2163525"
  6070. {
  6071. "icon_path" "econ/default_generated/weapon_mp7_so_olive_bravo_medium"
  6072. }
  6073. "2163526"
  6074. {
  6075. "icon_path" "econ/default_generated/weapon_mp7_so_olive_bravo_heavy"
  6076. }
  6077. "2163540"
  6078. {
  6079. "icon_path" "econ/default_generated/weapon_mp7_am_ossify_blue_light"
  6080. }
  6081. "2163541"
  6082. {
  6083. "icon_path" "econ/default_generated/weapon_mp7_am_ossify_blue_medium"
  6084. }
  6085. "2163542"
  6086. {
  6087. "icon_path" "econ/default_generated/weapon_mp7_am_ossify_blue_heavy"
  6088. }
  6089. "2163668"
  6090. {
  6091. "icon_path" "econ/default_generated/weapon_mp7_sp_spray_army_light"
  6092. }
  6093. "2163669"
  6094. {
  6095. "icon_path" "econ/default_generated/weapon_mp7_sp_spray_army_medium"
  6096. }
  6097. "2163670"
  6098. {
  6099. "icon_path" "econ/default_generated/weapon_mp7_sp_spray_army_heavy"
  6100. }
  6101. "2163688"
  6102. {
  6103. "icon_path" "econ/default_generated/weapon_mp7_hy_varicamo_red_light"
  6104. }
  6105. "2163689"
  6106. {
  6107. "icon_path" "econ/default_generated/weapon_mp7_hy_varicamo_red_medium"
  6108. }
  6109. "2163690"
  6110. {
  6111. "icon_path" "econ/default_generated/weapon_mp7_hy_varicamo_red_heavy"
  6112. }
  6113. "2164104"
  6114. {
  6115. "icon_path" "econ/default_generated/weapon_mp7_cu_mp7-commander_light"
  6116. }
  6117. "2164105"
  6118. {
  6119. "icon_path" "econ/default_generated/weapon_mp7_cu_mp7-commander_medium"
  6120. }
  6121. "2164106"
  6122. {
  6123. "icon_path" "econ/default_generated/weapon_mp7_cu_mp7-commander_heavy"
  6124. }
  6125. "2164148"
  6126. {
  6127. "icon_path" "econ/default_generated/weapon_mp7_hy_plaid1_light"
  6128. }
  6129. "2164149"
  6130. {
  6131. "icon_path" "econ/default_generated/weapon_mp7_hy_plaid1_medium"
  6132. }
  6133. "2164150"
  6134. {
  6135. "icon_path" "econ/default_generated/weapon_mp7_hy_plaid1_heavy"
  6136. }
  6137. "2164380"
  6138. {
  6139. "icon_path" "econ/default_generated/weapon_mp7_aq_mp7_ultramodern_light"
  6140. }
  6141. "2164381"
  6142. {
  6143. "icon_path" "econ/default_generated/weapon_mp7_aq_mp7_ultramodern_medium"
  6144. }
  6145. "2164382"
  6146. {
  6147. "icon_path" "econ/default_generated/weapon_mp7_aq_mp7_ultramodern_heavy"
  6148. }
  6149. "2164456"
  6150. {
  6151. "icon_path" "econ/default_generated/weapon_mp7_sp_labyrinth_light"
  6152. }
  6153. "2164457"
  6154. {
  6155. "icon_path" "econ/default_generated/weapon_mp7_sp_labyrinth_medium"
  6156. }
  6157. "2164458"
  6158. {
  6159. "icon_path" "econ/default_generated/weapon_mp7_sp_labyrinth_heavy"
  6160. }
  6161. "2164612"
  6162. {
  6163. "icon_path" "econ/default_generated/weapon_mp7_cu_mp7_nemsis_light"
  6164. }
  6165. "2164613"
  6166. {
  6167. "icon_path" "econ/default_generated/weapon_mp7_cu_mp7_nemsis_medium"
  6168. }
  6169. "2164614"
  6170. {
  6171. "icon_path" "econ/default_generated/weapon_mp7_cu_mp7_nemsis_heavy"
  6172. }
  6173. "2164688"
  6174. {
  6175. "icon_path" "econ/default_generated/weapon_mp7_cu_mp7_classified_light"
  6176. }
  6177. "2164689"
  6178. {
  6179. "icon_path" "econ/default_generated/weapon_mp7_cu_mp7_classified_medium"
  6180. }
  6181. "2164690"
  6182. {
  6183. "icon_path" "econ/default_generated/weapon_mp7_cu_mp7_classified_heavy"
  6184. }
  6185. "2164832"
  6186. {
  6187. "icon_path" "econ/default_generated/weapon_mp7_sp_mp7_impire_light"
  6188. }
  6189. "2164833"
  6190. {
  6191. "icon_path" "econ/default_generated/weapon_mp7_sp_mp7_impire_medium"
  6192. }
  6193. "2164834"
  6194. {
  6195. "icon_path" "econ/default_generated/weapon_mp7_sp_mp7_impire_heavy"
  6196. }
  6197. "2165196"
  6198. {
  6199. "icon_path" "econ/default_generated/weapon_mp7_gs_final_pooldeadv2_light"
  6200. }
  6201. "2165197"
  6202. {
  6203. "icon_path" "econ/default_generated/weapon_mp7_gs_final_pooldeadv2_medium"
  6204. }
  6205. "2165198"
  6206. {
  6207. "icon_path" "econ/default_generated/weapon_mp7_gs_final_pooldeadv2_heavy"
  6208. }
  6209. "2165284"
  6210. {
  6211. "icon_path" "econ/default_generated/weapon_mp7_sp_mp7_tribal_yellow_light"
  6212. }
  6213. "2165285"
  6214. {
  6215. "icon_path" "econ/default_generated/weapon_mp7_sp_mp7_tribal_yellow_medium"
  6216. }
  6217. "2165286"
  6218. {
  6219. "icon_path" "econ/default_generated/weapon_mp7_sp_mp7_tribal_yellow_heavy"
  6220. }
  6221. "2165472"
  6222. {
  6223. "icon_path" "econ/default_generated/weapon_mp7_gs_mp7_bloodsport_light"
  6224. }
  6225. "2165473"
  6226. {
  6227. "icon_path" "econ/default_generated/weapon_mp7_gs_mp7_bloodsport_medium"
  6228. }
  6229. "2165474"
  6230. {
  6231. "icon_path" "econ/default_generated/weapon_mp7_gs_mp7_bloodsport_heavy"
  6232. }
  6233. "2228356"
  6234. {
  6235. "icon_path" "econ/default_generated/weapon_mp9_an_red_light"
  6236. }
  6237. "2228357"
  6238. {
  6239. "icon_path" "econ/default_generated/weapon_mp9_an_red_medium"
  6240. }
  6241. "2228358"
  6242. {
  6243. "icon_path" "econ/default_generated/weapon_mp9_an_red_heavy"
  6244. }
  6245. "2228380"
  6246. {
  6247. "icon_path" "econ/default_generated/weapon_mp9_so_yellow_light"
  6248. }
  6249. "2228381"
  6250. {
  6251. "icon_path" "econ/default_generated/weapon_mp9_so_yellow_medium"
  6252. }
  6253. "2228382"
  6254. {
  6255. "icon_path" "econ/default_generated/weapon_mp9_so_yellow_heavy"
  6256. }
  6257. "2228468"
  6258. {
  6259. "icon_path" "econ/default_generated/weapon_mp9_aa_vertigo_light"
  6260. }
  6261. "2228469"
  6262. {
  6263. "icon_path" "econ/default_generated/weapon_mp9_aa_vertigo_medium"
  6264. }
  6265. "2228470"
  6266. {
  6267. "icon_path" "econ/default_generated/weapon_mp9_aa_vertigo_heavy"
  6268. }
  6269. "2228624"
  6270. {
  6271. "icon_path" "econ/default_generated/weapon_mp9_so_stormfront_light"
  6272. }
  6273. "2228625"
  6274. {
  6275. "icon_path" "econ/default_generated/weapon_mp9_so_stormfront_medium"
  6276. }
  6277. "2228626"
  6278. {
  6279. "icon_path" "econ/default_generated/weapon_mp9_so_stormfront_heavy"
  6280. }
  6281. "2228788"
  6282. {
  6283. "icon_path" "econ/default_generated/weapon_mp9_sp_tape_orange_light"
  6284. }
  6285. "2228789"
  6286. {
  6287. "icon_path" "econ/default_generated/weapon_mp9_sp_tape_orange_medium"
  6288. }
  6289. "2228790"
  6290. {
  6291. "icon_path" "econ/default_generated/weapon_mp9_sp_tape_orange_heavy"
  6292. }
  6293. "2228816"
  6294. {
  6295. "icon_path" "econ/default_generated/weapon_mp9_sp_tape_short_sand_light"
  6296. }
  6297. "2228817"
  6298. {
  6299. "icon_path" "econ/default_generated/weapon_mp9_sp_tape_short_sand_medium"
  6300. }
  6301. "2228818"
  6302. {
  6303. "icon_path" "econ/default_generated/weapon_mp9_sp_tape_short_sand_heavy"
  6304. }
  6305. "2229020"
  6306. {
  6307. "icon_path" "econ/default_generated/weapon_mp9_sp_tape_dots_bravo_light"
  6308. }
  6309. "2229021"
  6310. {
  6311. "icon_path" "econ/default_generated/weapon_mp9_sp_tape_dots_bravo_medium"
  6312. }
  6313. "2229022"
  6314. {
  6315. "icon_path" "econ/default_generated/weapon_mp9_sp_tape_dots_bravo_heavy"
  6316. }
  6317. "2229272"
  6318. {
  6319. "icon_path" "econ/default_generated/weapon_mp9_am_thorny_rose_mp9_light"
  6320. }
  6321. "2229273"
  6322. {
  6323. "icon_path" "econ/default_generated/weapon_mp9_am_thorny_rose_mp9_medium"
  6324. }
  6325. "2229274"
  6326. {
  6327. "icon_path" "econ/default_generated/weapon_mp9_am_thorny_rose_mp9_heavy"
  6328. }
  6329. "2229540"
  6330. {
  6331. "icon_path" "econ/default_generated/weapon_mp9_am_metal_inlay_light"
  6332. }
  6333. "2229541"
  6334. {
  6335. "icon_path" "econ/default_generated/weapon_mp9_am_metal_inlay_medium"
  6336. }
  6337. "2229542"
  6338. {
  6339. "icon_path" "econ/default_generated/weapon_mp9_am_metal_inlay_heavy"
  6340. }
  6341. "2229688"
  6342. {
  6343. "icon_path" "econ/default_generated/weapon_mp9_hy_plaid2_light"
  6344. }
  6345. "2229689"
  6346. {
  6347. "icon_path" "econ/default_generated/weapon_mp9_hy_plaid2_medium"
  6348. }
  6349. "2229690"
  6350. {
  6351. "icon_path" "econ/default_generated/weapon_mp9_hy_plaid2_heavy"
  6352. }
  6353. "2229696"
  6354. {
  6355. "icon_path" "econ/default_generated/weapon_mp9_hy_nuclear_pattern2_mp9_light"
  6356. }
  6357. "2229697"
  6358. {
  6359. "icon_path" "econ/default_generated/weapon_mp9_hy_nuclear_pattern2_mp9_medium"
  6360. }
  6361. "2229698"
  6362. {
  6363. "icon_path" "econ/default_generated/weapon_mp9_hy_nuclear_pattern2_mp9_heavy"
  6364. }
  6365. "2229768"
  6366. {
  6367. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_chevron_light"
  6368. }
  6369. "2229769"
  6370. {
  6371. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_chevron_medium"
  6372. }
  6373. "2229770"
  6374. {
  6375. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_chevron_heavy"
  6376. }
  6377. "2229836"
  6378. {
  6379. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_deadly_poison_light"
  6380. }
  6381. "2229837"
  6382. {
  6383. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_deadly_poison_medium"
  6384. }
  6385. "2229838"
  6386. {
  6387. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_deadly_poison_heavy"
  6388. }
  6389. "2230016"
  6390. {
  6391. "icon_path" "econ/default_generated/weapon_mp9_aa_pandora_light"
  6392. }
  6393. "2230017"
  6394. {
  6395. "icon_path" "econ/default_generated/weapon_mp9_aa_pandora_medium"
  6396. }
  6397. "2230018"
  6398. {
  6399. "icon_path" "econ/default_generated/weapon_mp9_aa_pandora_heavy"
  6400. }
  6401. "2230152"
  6402. {
  6403. "icon_path" "econ/default_generated/weapon_mp9_am_mp9_nitrogen_light"
  6404. }
  6405. "2230153"
  6406. {
  6407. "icon_path" "econ/default_generated/weapon_mp9_am_mp9_nitrogen_medium"
  6408. }
  6409. "2230154"
  6410. {
  6411. "icon_path" "econ/default_generated/weapon_mp9_am_mp9_nitrogen_heavy"
  6412. }
  6413. "2230420"
  6414. {
  6415. "icon_path" "econ/default_generated/weapon_mp9_am_mp9_bioleak_light"
  6416. }
  6417. "2230421"
  6418. {
  6419. "icon_path" "econ/default_generated/weapon_mp9_am_mp9_bioleak_medium"
  6420. }
  6421. "2230422"
  6422. {
  6423. "icon_path" "econ/default_generated/weapon_mp9_am_mp9_bioleak_heavy"
  6424. }
  6425. "2230660"
  6426. {
  6427. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_narcis_light"
  6428. }
  6429. "2230661"
  6430. {
  6431. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_narcis_medium"
  6432. }
  6433. "2230662"
  6434. {
  6435. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_narcis_heavy"
  6436. }
  6437. "2230744"
  6438. {
  6439. "icon_path" "econ/default_generated/weapon_mp9_aa_hide-mp9_light"
  6440. }
  6441. "2230745"
  6442. {
  6443. "icon_path" "econ/default_generated/weapon_mp9_aa_hide-mp9_medium"
  6444. }
  6445. "2230746"
  6446. {
  6447. "icon_path" "econ/default_generated/weapon_mp9_aa_hide-mp9_heavy"
  6448. }
  6449. "2230940"
  6450. {
  6451. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_goo_light"
  6452. }
  6453. "2230941"
  6454. {
  6455. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_goo_medium"
  6456. }
  6457. "2230942"
  6458. {
  6459. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_goo_heavy"
  6460. }
  6461. "2231012"
  6462. {
  6463. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_black_sand_light"
  6464. }
  6465. "2231013"
  6466. {
  6467. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_black_sand_medium"
  6468. }
  6469. "2231014"
  6470. {
  6471. "icon_path" "econ/default_generated/weapon_mp9_cu_mp9_black_sand_heavy"
  6472. }
  6473. "2293772"
  6474. {
  6475. "icon_path" "econ/default_generated/weapon_nova_so_red_light"
  6476. }
  6477. "2293773"
  6478. {
  6479. "icon_path" "econ/default_generated/weapon_nova_so_red_medium"
  6480. }
  6481. "2293774"
  6482. {
  6483. "icon_path" "econ/default_generated/weapon_nova_so_red_heavy"
  6484. }
  6485. "2293860"
  6486. {
  6487. "icon_path" "econ/default_generated/weapon_nova_sp_leaves_light"
  6488. }
  6489. "2293861"
  6490. {
  6491. "icon_path" "econ/default_generated/weapon_nova_sp_leaves_medium"
  6492. }
  6493. "2293862"
  6494. {
  6495. "icon_path" "econ/default_generated/weapon_nova_sp_leaves_heavy"
  6496. }
  6497. "2294008"
  6498. {
  6499. "icon_path" "econ/default_generated/weapon_nova_cu_spring_nova_light"
  6500. }
  6501. "2294009"
  6502. {
  6503. "icon_path" "econ/default_generated/weapon_nova_cu_spring_nova_medium"
  6504. }
  6505. "2294010"
  6506. {
  6507. "icon_path" "econ/default_generated/weapon_nova_cu_spring_nova_heavy"
  6508. }
  6509. "2294156"
  6510. {
  6511. "icon_path" "econ/default_generated/weapon_nova_so_sand_light"
  6512. }
  6513. "2294157"
  6514. {
  6515. "icon_path" "econ/default_generated/weapon_nova_so_sand_medium"
  6516. }
  6517. "2294158"
  6518. {
  6519. "icon_path" "econ/default_generated/weapon_nova_so_sand_heavy"
  6520. }
  6521. "2294188"
  6522. {
  6523. "icon_path" "econ/default_generated/weapon_nova_sp_mesh_arctic_contrast_light"
  6524. }
  6525. "2294189"
  6526. {
  6527. "icon_path" "econ/default_generated/weapon_nova_sp_mesh_arctic_contrast_medium"
  6528. }
  6529. "2294190"
  6530. {
  6531. "icon_path" "econ/default_generated/weapon_nova_sp_mesh_arctic_contrast_heavy"
  6532. }
  6533. "2294392"
  6534. {
  6535. "icon_path" "econ/default_generated/weapon_nova_cu_walnut_nova_light"
  6536. }
  6537. "2294393"
  6538. {
  6539. "icon_path" "econ/default_generated/weapon_nova_cu_walnut_nova_medium"
  6540. }
  6541. "2294394"
  6542. {
  6543. "icon_path" "econ/default_generated/weapon_nova_cu_walnut_nova_heavy"
  6544. }
  6545. "2294416"
  6546. {
  6547. "icon_path" "econ/default_generated/weapon_nova_hy_hunter_modern_light"
  6548. }
  6549. "2294417"
  6550. {
  6551. "icon_path" "econ/default_generated/weapon_nova_hy_hunter_modern_medium"
  6552. }
  6553. "2294418"
  6554. {
  6555. "icon_path" "econ/default_generated/weapon_nova_hy_hunter_modern_heavy"
  6556. }
  6557. "2294424"
  6558. {
  6559. "icon_path" "econ/default_generated/weapon_nova_hy_hunter_blaze_orange_light"
  6560. }
  6561. "2294425"
  6562. {
  6563. "icon_path" "econ/default_generated/weapon_nova_hy_hunter_blaze_orange_medium"
  6564. }
  6565. "2294426"
  6566. {
  6567. "icon_path" "econ/default_generated/weapon_nova_hy_hunter_blaze_orange_heavy"
  6568. }
  6569. "2294440"
  6570. {
  6571. "icon_path" "econ/default_generated/weapon_nova_sp_zebracam_light"
  6572. }
  6573. "2294441"
  6574. {
  6575. "icon_path" "econ/default_generated/weapon_nova_sp_zebracam_medium"
  6576. }
  6577. "2294442"
  6578. {
  6579. "icon_path" "econ/default_generated/weapon_nova_sp_zebracam_heavy"
  6580. }
  6581. "2294524"
  6582. {
  6583. "icon_path" "econ/default_generated/weapon_nova_hy_seaside_bravo_light"
  6584. }
  6585. "2294525"
  6586. {
  6587. "icon_path" "econ/default_generated/weapon_nova_hy_seaside_bravo_medium"
  6588. }
  6589. "2294526"
  6590. {
  6591. "icon_path" "econ/default_generated/weapon_nova_hy_seaside_bravo_heavy"
  6592. }
  6593. "2294616"
  6594. {
  6595. "icon_path" "econ/default_generated/weapon_nova_am_crumple_light"
  6596. }
  6597. "2294617"
  6598. {
  6599. "icon_path" "econ/default_generated/weapon_nova_am_crumple_medium"
  6600. }
  6601. "2294618"
  6602. {
  6603. "icon_path" "econ/default_generated/weapon_nova_am_crumple_heavy"
  6604. }
  6605. "2294660"
  6606. {
  6607. "icon_path" "econ/default_generated/weapon_nova_sp_camo_wood_blue_light"
  6608. }
  6609. "2294661"
  6610. {
  6611. "icon_path" "econ/default_generated/weapon_nova_sp_camo_wood_blue_medium"
  6612. }
  6613. "2294662"
  6614. {
  6615. "icon_path" "econ/default_generated/weapon_nova_sp_camo_wood_blue_heavy"
  6616. }
  6617. "2294812"
  6618. {
  6619. "icon_path" "econ/default_generated/weapon_nova_cu_skull_nova_light"
  6620. }
  6621. "2294813"
  6622. {
  6623. "icon_path" "econ/default_generated/weapon_nova_cu_skull_nova_medium"
  6624. }
  6625. "2294814"
  6626. {
  6627. "icon_path" "econ/default_generated/weapon_nova_cu_skull_nova_heavy"
  6628. }
  6629. "2294904"
  6630. {
  6631. "icon_path" "econ/default_generated/weapon_nova_cu_nova_antique_light"
  6632. }
  6633. "2294905"
  6634. {
  6635. "icon_path" "econ/default_generated/weapon_nova_cu_nova_antique_medium"
  6636. }
  6637. "2294906"
  6638. {
  6639. "icon_path" "econ/default_generated/weapon_nova_cu_nova_antique_heavy"
  6640. }
  6641. "2294936"
  6642. {
  6643. "icon_path" "econ/default_generated/weapon_nova_so_green_light"
  6644. }
  6645. "2294937"
  6646. {
  6647. "icon_path" "econ/default_generated/weapon_nova_so_green_medium"
  6648. }
  6649. "2294938"
  6650. {
  6651. "icon_path" "econ/default_generated/weapon_nova_so_green_heavy"
  6652. }
  6653. "2294956"
  6654. {
  6655. "icon_path" "econ/default_generated/weapon_nova_am_oval_hex_light"
  6656. }
  6657. "2294957"
  6658. {
  6659. "icon_path" "econ/default_generated/weapon_nova_am_oval_hex_medium"
  6660. }
  6661. "2294958"
  6662. {
  6663. "icon_path" "econ/default_generated/weapon_nova_am_oval_hex_heavy"
  6664. }
  6665. "2295184"
  6666. {
  6667. "icon_path" "econ/default_generated/weapon_nova_cu_nova_koi_light"
  6668. }
  6669. "2295185"
  6670. {
  6671. "icon_path" "econ/default_generated/weapon_nova_cu_nova_koi_medium"
  6672. }
  6673. "2295186"
  6674. {
  6675. "icon_path" "econ/default_generated/weapon_nova_cu_nova_koi_heavy"
  6676. }
  6677. "2295560"
  6678. {
  6679. "icon_path" "econ/default_generated/weapon_nova_hy_zodiac1_light"
  6680. }
  6681. "2295561"
  6682. {
  6683. "icon_path" "econ/default_generated/weapon_nova_hy_zodiac1_medium"
  6684. }
  6685. "2295562"
  6686. {
  6687. "icon_path" "econ/default_generated/weapon_nova_hy_zodiac1_heavy"
  6688. }
  6689. "2295696"
  6690. {
  6691. "icon_path" "econ/default_generated/weapon_nova_cu_nova_ranger_light"
  6692. }
  6693. "2295697"
  6694. {
  6695. "icon_path" "econ/default_generated/weapon_nova_cu_nova_ranger_medium"
  6696. }
  6697. "2295698"
  6698. {
  6699. "icon_path" "econ/default_generated/weapon_nova_cu_nova_ranger_heavy"
  6700. }
  6701. "2295908"
  6702. {
  6703. "icon_path" "econ/default_generated/weapon_nova_cu_nova_hyperbeast_light"
  6704. }
  6705. "2295909"
  6706. {
  6707. "icon_path" "econ/default_generated/weapon_nova_cu_nova_hyperbeast_medium"
  6708. }
  6709. "2295910"
  6710. {
  6711. "icon_path" "econ/default_generated/weapon_nova_cu_nova_hyperbeast_heavy"
  6712. }
  6713. "2296120"
  6714. {
  6715. "icon_path" "econ/default_generated/weapon_nova_aq_nova_sci_fi_light"
  6716. }
  6717. "2296121"
  6718. {
  6719. "icon_path" "econ/default_generated/weapon_nova_aq_nova_sci_fi_medium"
  6720. }
  6721. "2296122"
  6722. {
  6723. "icon_path" "econ/default_generated/weapon_nova_aq_nova_sci_fi_heavy"
  6724. }
  6725. "2296296"
  6726. {
  6727. "icon_path" "econ/default_generated/weapon_nova_am_nova_sand_light"
  6728. }
  6729. "2296297"
  6730. {
  6731. "icon_path" "econ/default_generated/weapon_nova_am_nova_sand_medium"
  6732. }
  6733. "2296298"
  6734. {
  6735. "icon_path" "econ/default_generated/weapon_nova_am_nova_sand_heavy"
  6736. }
  6737. "2296556"
  6738. {
  6739. "icon_path" "econ/default_generated/weapon_nova_gs_nova_anchorite_light"
  6740. }
  6741. "2296557"
  6742. {
  6743. "icon_path" "econ/default_generated/weapon_nova_gs_nova_anchorite_medium"
  6744. }
  6745. "2296558"
  6746. {
  6747. "icon_path" "econ/default_generated/weapon_nova_gs_nova_anchorite_heavy"
  6748. }
  6749. "2359356"
  6750. {
  6751. "icon_path" "econ/default_generated/weapon_p250_hy_gelpen_light"
  6752. }
  6753. "2359357"
  6754. {
  6755. "icon_path" "econ/default_generated/weapon_p250_hy_gelpen_medium"
  6756. }
  6757. "2359358"
  6758. {
  6759. "icon_path" "econ/default_generated/weapon_p250_hy_gelpen_heavy"
  6760. }
  6761. "2359404"
  6762. {
  6763. "icon_path" "econ/default_generated/weapon_p250_sp_tape_light"
  6764. }
  6765. "2359405"
  6766. {
  6767. "icon_path" "econ/default_generated/weapon_p250_sp_tape_medium"
  6768. }
  6769. "2359406"
  6770. {
  6771. "icon_path" "econ/default_generated/weapon_p250_sp_tape_heavy"
  6772. }
  6773. "2359432"
  6774. {
  6775. "icon_path" "econ/default_generated/weapon_p250_am_urban_light"
  6776. }
  6777. "2359433"
  6778. {
  6779. "icon_path" "econ/default_generated/weapon_p250_am_urban_medium"
  6780. }
  6781. "2359434"
  6782. {
  6783. "icon_path" "econ/default_generated/weapon_p250_am_urban_heavy"
  6784. }
  6785. "2359604"
  6786. {
  6787. "icon_path" "econ/default_generated/weapon_p250_hy_forest_boreal_light"
  6788. }
  6789. "2359605"
  6790. {
  6791. "icon_path" "econ/default_generated/weapon_p250_hy_forest_boreal_medium"
  6792. }
  6793. "2359606"
  6794. {
  6795. "icon_path" "econ/default_generated/weapon_p250_hy_forest_boreal_heavy"
  6796. }
  6797. "2359692"
  6798. {
  6799. "icon_path" "econ/default_generated/weapon_p250_so_sand_light"
  6800. }
  6801. "2359693"
  6802. {
  6803. "icon_path" "econ/default_generated/weapon_p250_so_sand_medium"
  6804. }
  6805. "2359694"
  6806. {
  6807. "icon_path" "econ/default_generated/weapon_p250_so_sand_heavy"
  6808. }
  6809. "2359704"
  6810. {
  6811. "icon_path" "econ/default_generated/weapon_p250_so_whiteout_light"
  6812. }
  6813. "2359705"
  6814. {
  6815. "icon_path" "econ/default_generated/weapon_p250_so_whiteout_medium"
  6816. }
  6817. "2359706"
  6818. {
  6819. "icon_path" "econ/default_generated/weapon_p250_so_whiteout_heavy"
  6820. }
  6821. "2359944"
  6822. {
  6823. "icon_path" "econ/default_generated/weapon_p250_sp_splash_p250_light"
  6824. }
  6825. "2359945"
  6826. {
  6827. "icon_path" "econ/default_generated/weapon_p250_sp_splash_p250_medium"
  6828. }
  6829. "2359946"
  6830. {
  6831. "icon_path" "econ/default_generated/weapon_p250_sp_splash_p250_heavy"
  6832. }
  6833. "2359952"
  6834. {
  6835. "icon_path" "econ/default_generated/weapon_p250_hy_hunter_modern_light"
  6836. }
  6837. "2359953"
  6838. {
  6839. "icon_path" "econ/default_generated/weapon_p250_hy_hunter_modern_medium"
  6840. }
  6841. "2359954"
  6842. {
  6843. "icon_path" "econ/default_generated/weapon_p250_hy_hunter_modern_heavy"
  6844. }
  6845. "2359968"
  6846. {
  6847. "icon_path" "econ/default_generated/weapon_p250_sp_nukestripe_green_light"
  6848. }
  6849. "2359969"
  6850. {
  6851. "icon_path" "econ/default_generated/weapon_p250_sp_nukestripe_green_medium"
  6852. }
  6853. "2359970"
  6854. {
  6855. "icon_path" "econ/default_generated/weapon_p250_sp_nukestripe_green_heavy"
  6856. }
  6857. "2360124"
  6858. {
  6859. "icon_path" "econ/default_generated/weapon_p250_hy_crumple_dark_bravo_light"
  6860. }
  6861. "2360125"
  6862. {
  6863. "icon_path" "econ/default_generated/weapon_p250_hy_crumple_dark_bravo_medium"
  6864. }
  6865. "2360126"
  6866. {
  6867. "icon_path" "econ/default_generated/weapon_p250_hy_crumple_dark_bravo_heavy"
  6868. }
  6869. "2360172"
  6870. {
  6871. "icon_path" "econ/default_generated/weapon_p250_hy_redhex_light"
  6872. }
  6873. "2360173"
  6874. {
  6875. "icon_path" "econ/default_generated/weapon_p250_hy_redhex_medium"
  6876. }
  6877. "2360174"
  6878. {
  6879. "icon_path" "econ/default_generated/weapon_p250_hy_redhex_heavy"
  6880. }
  6881. "2360216"
  6882. {
  6883. "icon_path" "econ/default_generated/weapon_p250_am_ddpatdense_silver_light"
  6884. }
  6885. "2360217"
  6886. {
  6887. "icon_path" "econ/default_generated/weapon_p250_am_ddpatdense_silver_medium"
  6888. }
  6889. "2360218"
  6890. {
  6891. "icon_path" "econ/default_generated/weapon_p250_am_ddpatdense_silver_heavy"
  6892. }
  6893. "2360328"
  6894. {
  6895. "icon_path" "econ/default_generated/weapon_p250_cu_p250_refined_light"
  6896. }
  6897. "2360329"
  6898. {
  6899. "icon_path" "econ/default_generated/weapon_p250_cu_p250_refined_medium"
  6900. }
  6901. "2360330"
  6902. {
  6903. "icon_path" "econ/default_generated/weapon_p250_cu_p250_refined_heavy"
  6904. }
  6905. "2360380"
  6906. {
  6907. "icon_path" "econ/default_generated/weapon_p250_am_p250_beaded_paint_light"
  6908. }
  6909. "2360381"
  6910. {
  6911. "icon_path" "econ/default_generated/weapon_p250_am_p250_beaded_paint_medium"
  6912. }
  6913. "2360382"
  6914. {
  6915. "icon_path" "econ/default_generated/weapon_p250_am_p250_beaded_paint_heavy"
  6916. }
  6917. "2360476"
  6918. {
  6919. "icon_path" "econ/default_generated/weapon_p250_cu_money_light"
  6920. }
  6921. "2360477"
  6922. {
  6923. "icon_path" "econ/default_generated/weapon_p250_cu_money_medium"
  6924. }
  6925. "2360478"
  6926. {
  6927. "icon_path" "econ/default_generated/weapon_p250_cu_money_heavy"
  6928. }
  6929. "2360728"
  6930. {
  6931. "icon_path" "econ/default_generated/weapon_p250_cu_bittersweet_light"
  6932. }
  6933. "2360729"
  6934. {
  6935. "icon_path" "econ/default_generated/weapon_p250_cu_bittersweet_medium"
  6936. }
  6937. "2360730"
  6938. {
  6939. "icon_path" "econ/default_generated/weapon_p250_cu_bittersweet_heavy"
  6940. }
  6941. "2360788"
  6942. {
  6943. "icon_path" "econ/default_generated/weapon_p250_hy_nuclear_skulls4_p250_light"
  6944. }
  6945. "2360789"
  6946. {
  6947. "icon_path" "econ/default_generated/weapon_p250_hy_nuclear_skulls4_p250_medium"
  6948. }
  6949. "2360790"
  6950. {
  6951. "icon_path" "econ/default_generated/weapon_p250_hy_nuclear_skulls4_p250_heavy"
  6952. }
  6953. "2360848"
  6954. {
  6955. "icon_path" "econ/default_generated/weapon_p250_aq_p250_cartel_light"
  6956. }
  6957. "2360849"
  6958. {
  6959. "icon_path" "econ/default_generated/weapon_p250_aq_p250_cartel_medium"
  6960. }
  6961. "2360850"
  6962. {
  6963. "icon_path" "econ/default_generated/weapon_p250_aq_p250_cartel_heavy"
  6964. }
  6965. "2360912"
  6966. {
  6967. "icon_path" "econ/default_generated/weapon_p250_cu_p250_mandala_light"
  6968. }
  6969. "2360913"
  6970. {
  6971. "icon_path" "econ/default_generated/weapon_p250_cu_p250_mandala_medium"
  6972. }
  6973. "2360914"
  6974. {
  6975. "icon_path" "econ/default_generated/weapon_p250_cu_p250_mandala_heavy"
  6976. }
  6977. "2361000"
  6978. {
  6979. "icon_path" "econ/default_generated/weapon_p250_aq_p250_contour_light"
  6980. }
  6981. "2361001"
  6982. {
  6983. "icon_path" "econ/default_generated/weapon_p250_aq_p250_contour_medium"
  6984. }
  6985. "2361002"
  6986. {
  6987. "icon_path" "econ/default_generated/weapon_p250_aq_p250_contour_heavy"
  6988. }
  6989. "2361160"
  6990. {
  6991. "icon_path" "econ/default_generated/weapon_p250_hy_kimono_diamonds_red_light"
  6992. }
  6993. "2361161"
  6994. {
  6995. "icon_path" "econ/default_generated/weapon_p250_hy_kimono_diamonds_red_medium"
  6996. }
  6997. "2361162"
  6998. {
  6999. "icon_path" "econ/default_generated/weapon_p250_hy_kimono_diamonds_red_heavy"
  7000. }
  7001. "2361164"
  7002. {
  7003. "icon_path" "econ/default_generated/weapon_p250_sp_kimono_diamonds_light"
  7004. }
  7005. "2361165"
  7006. {
  7007. "icon_path" "econ/default_generated/weapon_p250_sp_kimono_diamonds_medium"
  7008. }
  7009. "2361166"
  7010. {
  7011. "icon_path" "econ/default_generated/weapon_p250_sp_kimono_diamonds_heavy"
  7012. }
  7013. "2361300"
  7014. {
  7015. "icon_path" "econ/default_generated/weapon_p250_hy_p250_crackshot_light"
  7016. }
  7017. "2361301"
  7018. {
  7019. "icon_path" "econ/default_generated/weapon_p250_hy_p250_crackshot_medium"
  7020. }
  7021. "2361302"
  7022. {
  7023. "icon_path" "econ/default_generated/weapon_p250_hy_p250_crackshot_heavy"
  7024. }
  7025. "2361500"
  7026. {
  7027. "icon_path" "econ/default_generated/weapon_p250_cu_p250_asiimov_light"
  7028. }
  7029. "2361501"
  7030. {
  7031. "icon_path" "econ/default_generated/weapon_p250_cu_p250_asiimov_medium"
  7032. }
  7033. "2361502"
  7034. {
  7035. "icon_path" "econ/default_generated/weapon_p250_cu_p250_asiimov_heavy"
  7036. }
  7037. "2361664"
  7038. {
  7039. "icon_path" "econ/default_generated/weapon_p250_gs_p250_metal_panels_light"
  7040. }
  7041. "2361665"
  7042. {
  7043. "icon_path" "econ/default_generated/weapon_p250_gs_p250_metal_panels_medium"
  7044. }
  7045. "2361666"
  7046. {
  7047. "icon_path" "econ/default_generated/weapon_p250_gs_p250_metal_panels_heavy"
  7048. }
  7049. "2361896"
  7050. {
  7051. "icon_path" "econ/default_generated/weapon_p250_am_p250_sputnik_light"
  7052. }
  7053. "2361897"
  7054. {
  7055. "icon_path" "econ/default_generated/weapon_p250_am_p250_sputnik_medium"
  7056. }
  7057. "2361898"
  7058. {
  7059. "icon_path" "econ/default_generated/weapon_p250_am_p250_sputnik_heavy"
  7060. }
  7061. "2361968"
  7062. {
  7063. "icon_path" "econ/default_generated/weapon_p250_cu_p250_axiom_light"
  7064. }
  7065. "2361969"
  7066. {
  7067. "icon_path" "econ/default_generated/weapon_p250_cu_p250_axiom_medium"
  7068. }
  7069. "2361970"
  7070. {
  7071. "icon_path" "econ/default_generated/weapon_p250_cu_p250_axiom_heavy"
  7072. }
  7073. "2362008"
  7074. {
  7075. "icon_path" "econ/default_generated/weapon_p250_cu_p250_cybercroc_light"
  7076. }
  7077. "2362009"
  7078. {
  7079. "icon_path" "econ/default_generated/weapon_p250_cu_p250_cybercroc_medium"
  7080. }
  7081. "2362010"
  7082. {
  7083. "icon_path" "econ/default_generated/weapon_p250_cu_p250_cybercroc_heavy"
  7084. }
  7085. "2490552"
  7086. {
  7087. "icon_path" "econ/default_generated/weapon_scar20_so_pmc_light"
  7088. }
  7089. "2490553"
  7090. {
  7091. "icon_path" "econ/default_generated/weapon_scar20_so_pmc_medium"
  7092. }
  7093. "2490554"
  7094. {
  7095. "icon_path" "econ/default_generated/weapon_scar20_so_pmc_heavy"
  7096. }
  7097. "2490648"
  7098. {
  7099. "icon_path" "econ/default_generated/weapon_scar20_am_carbon_fiber_light"
  7100. }
  7101. "2490649"
  7102. {
  7103. "icon_path" "econ/default_generated/weapon_scar20_am_carbon_fiber_medium"
  7104. }
  7105. "2490650"
  7106. {
  7107. "icon_path" "econ/default_generated/weapon_scar20_am_carbon_fiber_heavy"
  7108. }
  7109. "2490768"
  7110. {
  7111. "icon_path" "econ/default_generated/weapon_scar20_so_stormfront_light"
  7112. }
  7113. "2490769"
  7114. {
  7115. "icon_path" "econ/default_generated/weapon_scar20_so_stormfront_medium"
  7116. }
  7117. "2490770"
  7118. {
  7119. "icon_path" "econ/default_generated/weapon_scar20_so_stormfront_heavy"
  7120. }
  7121. "2490832"
  7122. {
  7123. "icon_path" "econ/default_generated/weapon_scar20_sp_mesh_sand_light"
  7124. }
  7125. "2490833"
  7126. {
  7127. "icon_path" "econ/default_generated/weapon_scar20_sp_mesh_sand_medium"
  7128. }
  7129. "2490834"
  7130. {
  7131. "icon_path" "econ/default_generated/weapon_scar20_sp_mesh_sand_heavy"
  7132. }
  7133. "2490996"
  7134. {
  7135. "icon_path" "econ/default_generated/weapon_scar20_sp_palm_light"
  7136. }
  7137. "2490997"
  7138. {
  7139. "icon_path" "econ/default_generated/weapon_scar20_sp_palm_medium"
  7140. }
  7141. "2490998"
  7142. {
  7143. "icon_path" "econ/default_generated/weapon_scar20_sp_palm_heavy"
  7144. }
  7145. "2491028"
  7146. {
  7147. "icon_path" "econ/default_generated/weapon_scar20_hy_hunter_blaze_pink_light"
  7148. }
  7149. "2491029"
  7150. {
  7151. "icon_path" "econ/default_generated/weapon_scar20_hy_hunter_blaze_pink_medium"
  7152. }
  7153. "2491030"
  7154. {
  7155. "icon_path" "econ/default_generated/weapon_scar20_hy_hunter_blaze_pink_heavy"
  7156. }
  7157. "2491152"
  7158. {
  7159. "icon_path" "econ/default_generated/weapon_scar20_an_emerald_bravo_light"
  7160. }
  7161. "2491153"
  7162. {
  7163. "icon_path" "econ/default_generated/weapon_scar20_an_emerald_bravo_medium"
  7164. }
  7165. "2491154"
  7166. {
  7167. "icon_path" "econ/default_generated/weapon_scar20_an_emerald_bravo_heavy"
  7168. }
  7169. "2491296"
  7170. {
  7171. "icon_path" "econ/default_generated/weapon_scar20_hy_webs_darker_light"
  7172. }
  7173. "2491297"
  7174. {
  7175. "icon_path" "econ/default_generated/weapon_scar20_hy_webs_darker_medium"
  7176. }
  7177. "2491298"
  7178. {
  7179. "icon_path" "econ/default_generated/weapon_scar20_hy_webs_darker_heavy"
  7180. }
  7181. "2491560"
  7182. {
  7183. "icon_path" "econ/default_generated/weapon_scar20_am_army_shine_light"
  7184. }
  7185. "2491561"
  7186. {
  7187. "icon_path" "econ/default_generated/weapon_scar20_am_army_shine_medium"
  7188. }
  7189. "2491562"
  7190. {
  7191. "icon_path" "econ/default_generated/weapon_scar20_am_army_shine_heavy"
  7192. }
  7193. "2491616"
  7194. {
  7195. "icon_path" "econ/default_generated/weapon_scar20_cu_scar_cyrex_light"
  7196. }
  7197. "2491617"
  7198. {
  7199. "icon_path" "econ/default_generated/weapon_scar20_cu_scar_cyrex_medium"
  7200. }
  7201. "2491618"
  7202. {
  7203. "icon_path" "econ/default_generated/weapon_scar20_cu_scar_cyrex_heavy"
  7204. }
  7205. "2491932"
  7206. {
  7207. "icon_path" "econ/default_generated/weapon_scar20_cu_scar20_intervention_light"
  7208. }
  7209. "2491933"
  7210. {
  7211. "icon_path" "econ/default_generated/weapon_scar20_cu_scar20_intervention_medium"
  7212. }
  7213. "2491934"
  7214. {
  7215. "icon_path" "econ/default_generated/weapon_scar20_cu_scar20_intervention_heavy"
  7216. }
  7217. "2491992"
  7218. {
  7219. "icon_path" "econ/default_generated/weapon_scar20_aq_scar20_leak_light"
  7220. }
  7221. "2491993"
  7222. {
  7223. "icon_path" "econ/default_generated/weapon_scar20_aq_scar20_leak_medium"
  7224. }
  7225. "2491994"
  7226. {
  7227. "icon_path" "econ/default_generated/weapon_scar20_aq_scar20_leak_heavy"
  7228. }
  7229. "2492376"
  7230. {
  7231. "icon_path" "econ/default_generated/weapon_scar20_gs_scar20_peacemaker03_light"
  7232. }
  7233. "2492377"
  7234. {
  7235. "icon_path" "econ/default_generated/weapon_scar20_gs_scar20_peacemaker03_medium"
  7236. }
  7237. "2492378"
  7238. {
  7239. "icon_path" "econ/default_generated/weapon_scar20_gs_scar20_peacemaker03_heavy"
  7240. }
  7241. "2492440"
  7242. {
  7243. "icon_path" "econ/default_generated/weapon_scar20_hy_scar20_jungler_light"
  7244. }
  7245. "2492441"
  7246. {
  7247. "icon_path" "econ/default_generated/weapon_scar20_hy_scar20_jungler_medium"
  7248. }
  7249. "2492442"
  7250. {
  7251. "icon_path" "econ/default_generated/weapon_scar20_hy_scar20_jungler_heavy"
  7252. }
  7253. "2492756"
  7254. {
  7255. "icon_path" "econ/default_generated/weapon_scar20_gs_scar20_bloodsport_light"
  7256. }
  7257. "2492757"
  7258. {
  7259. "icon_path" "econ/default_generated/weapon_scar20_gs_scar20_bloodsport_medium"
  7260. }
  7261. "2492758"
  7262. {
  7263. "icon_path" "econ/default_generated/weapon_scar20_gs_scar20_bloodsport_heavy"
  7264. }
  7265. "2492816"
  7266. {
  7267. "icon_path" "econ/default_generated/weapon_scar20_gs_scar20_powercore_light"
  7268. }
  7269. "2492817"
  7270. {
  7271. "icon_path" "econ/default_generated/weapon_scar20_gs_scar20_powercore_medium"
  7272. }
  7273. "2492818"
  7274. {
  7275. "icon_path" "econ/default_generated/weapon_scar20_gs_scar20_powercore_heavy"
  7276. }
  7277. "2492936"
  7278. {
  7279. "icon_path" "econ/default_generated/weapon_scar20_cu_blueprint_scar_light"
  7280. }
  7281. "2492937"
  7282. {
  7283. "icon_path" "econ/default_generated/weapon_scar20_cu_blueprint_scar_medium"
  7284. }
  7285. "2492938"
  7286. {
  7287. "icon_path" "econ/default_generated/weapon_scar20_cu_blueprint_scar_heavy"
  7288. }
  7289. "2493108"
  7290. {
  7291. "icon_path" "econ/default_generated/weapon_scar20_hy_scar20_jungle_slipstream_light"
  7292. }
  7293. "2493109"
  7294. {
  7295. "icon_path" "econ/default_generated/weapon_scar20_hy_scar20_jungle_slipstream_medium"
  7296. }
  7297. "2493110"
  7298. {
  7299. "icon_path" "econ/default_generated/weapon_scar20_hy_scar20_jungle_slipstream_heavy"
  7300. }
  7301. "2556016"
  7302. {
  7303. "icon_path" "econ/default_generated/weapon_sg556_an_navy_light"
  7304. }
  7305. "2556017"
  7306. {
  7307. "icon_path" "econ/default_generated/weapon_sg556_an_navy_medium"
  7308. }
  7309. "2556018"
  7310. {
  7311. "icon_path" "econ/default_generated/weapon_sg556_an_navy_heavy"
  7312. }
  7313. "2556060"
  7314. {
  7315. "icon_path" "econ/default_generated/weapon_sg556_so_yellow_light"
  7316. }
  7317. "2556061"
  7318. {
  7319. "icon_path" "econ/default_generated/weapon_sg556_so_yellow_medium"
  7320. }
  7321. "2556062"
  7322. {
  7323. "icon_path" "econ/default_generated/weapon_sg556_so_yellow_heavy"
  7324. }
  7325. "2556296"
  7326. {
  7327. "icon_path" "econ/default_generated/weapon_sg556_so_purple_light"
  7328. }
  7329. "2556297"
  7330. {
  7331. "icon_path" "econ/default_generated/weapon_sg556_so_purple_medium"
  7332. }
  7333. "2556298"
  7334. {
  7335. "icon_path" "econ/default_generated/weapon_sg556_so_purple_heavy"
  7336. }
  7337. "2556308"
  7338. {
  7339. "icon_path" "econ/default_generated/weapon_sg556_so_tornado_light"
  7340. }
  7341. "2556309"
  7342. {
  7343. "icon_path" "econ/default_generated/weapon_sg556_so_tornado_medium"
  7344. }
  7345. "2556310"
  7346. {
  7347. "icon_path" "econ/default_generated/weapon_sg556_so_tornado_heavy"
  7348. }
  7349. "2556448"
  7350. {
  7351. "icon_path" "econ/default_generated/weapon_sg556_sp_tape_dots_waves_light"
  7352. }
  7353. "2556449"
  7354. {
  7355. "icon_path" "econ/default_generated/weapon_sg556_sp_tape_dots_waves_medium"
  7356. }
  7357. "2556450"
  7358. {
  7359. "icon_path" "econ/default_generated/weapon_sg556_sp_tape_dots_waves_heavy"
  7360. }
  7361. "2556648"
  7362. {
  7363. "icon_path" "econ/default_generated/weapon_sg556_sp_spray_waves_bravo_light"
  7364. }
  7365. "2556649"
  7366. {
  7367. "icon_path" "econ/default_generated/weapon_sg556_sp_spray_waves_bravo_medium"
  7368. }
  7369. "2556650"
  7370. {
  7371. "icon_path" "econ/default_generated/weapon_sg556_sp_spray_waves_bravo_heavy"
  7372. }
  7373. "2556876"
  7374. {
  7375. "icon_path" "econ/default_generated/weapon_sg556_sp_mesh_python_light"
  7376. }
  7377. "2556877"
  7378. {
  7379. "icon_path" "econ/default_generated/weapon_sg556_sp_mesh_python_medium"
  7380. }
  7381. "2556878"
  7382. {
  7383. "icon_path" "econ/default_generated/weapon_sg556_sp_mesh_python_heavy"
  7384. }
  7385. "2556892"
  7386. {
  7387. "icon_path" "econ/default_generated/weapon_sg556_aq_damascus_sg553_light"
  7388. }
  7389. "2556893"
  7390. {
  7391. "icon_path" "econ/default_generated/weapon_sg556_aq_damascus_sg553_medium"
  7392. }
  7393. "2556894"
  7394. {
  7395. "icon_path" "econ/default_generated/weapon_sg556_aq_damascus_sg553_heavy"
  7396. }
  7397. "2557052"
  7398. {
  7399. "icon_path" "econ/default_generated/weapon_sg556_cu_sg553_pulse_light"
  7400. }
  7401. "2557053"
  7402. {
  7403. "icon_path" "econ/default_generated/weapon_sg556_cu_sg553_pulse_medium"
  7404. }
  7405. "2557054"
  7406. {
  7407. "icon_path" "econ/default_generated/weapon_sg556_cu_sg553_pulse_heavy"
  7408. }
  7409. "2557096"
  7410. {
  7411. "icon_path" "econ/default_generated/weapon_sg556_am_army_shine_light"
  7412. }
  7413. "2557097"
  7414. {
  7415. "icon_path" "econ/default_generated/weapon_sg556_am_army_shine_medium"
  7416. }
  7417. "2557098"
  7418. {
  7419. "icon_path" "econ/default_generated/weapon_sg556_am_army_shine_heavy"
  7420. }
  7421. "2557356"
  7422. {
  7423. "icon_path" "econ/default_generated/weapon_sg556_cu_luggage_sg553_light"
  7424. }
  7425. "2557357"
  7426. {
  7427. "icon_path" "econ/default_generated/weapon_sg556_cu_luggage_sg553_medium"
  7428. }
  7429. "2557358"
  7430. {
  7431. "icon_path" "econ/default_generated/weapon_sg556_cu_luggage_sg553_heavy"
  7432. }
  7433. "2557416"
  7434. {
  7435. "icon_path" "econ/default_generated/weapon_sg556_sp_nukestripe_maroon_sg553_light"
  7436. }
  7437. "2557417"
  7438. {
  7439. "icon_path" "econ/default_generated/weapon_sg556_sp_nukestripe_maroon_sg553_medium"
  7440. }
  7441. "2557418"
  7442. {
  7443. "icon_path" "econ/default_generated/weapon_sg556_sp_nukestripe_maroon_sg553_heavy"
  7444. }
  7445. "2557852"
  7446. {
  7447. "icon_path" "econ/default_generated/weapon_sg556_cu_sg553_cyrex_light"
  7448. }
  7449. "2557853"
  7450. {
  7451. "icon_path" "econ/default_generated/weapon_sg556_cu_sg553_cyrex_medium"
  7452. }
  7453. "2557854"
  7454. {
  7455. "icon_path" "econ/default_generated/weapon_sg556_cu_sg553_cyrex_heavy"
  7456. }
  7457. "2557980"
  7458. {
  7459. "icon_path" "econ/default_generated/weapon_sg556_gs_sg553_tiger_moth_light"
  7460. }
  7461. "2557981"
  7462. {
  7463. "icon_path" "econ/default_generated/weapon_sg556_gs_sg553_tiger_moth_medium"
  7464. }
  7465. "2557982"
  7466. {
  7467. "icon_path" "econ/default_generated/weapon_sg556_gs_sg553_tiger_moth_heavy"
  7468. }
  7469. "2558116"
  7470. {
  7471. "icon_path" "econ/default_generated/weapon_sg556_cu_sg553_atlas_light"
  7472. }
  7473. "2558117"
  7474. {
  7475. "icon_path" "econ/default_generated/weapon_sg556_cu_sg553_atlas_medium"
  7476. }
  7477. "2558118"
  7478. {
  7479. "icon_path" "econ/default_generated/weapon_sg556_cu_sg553_atlas_heavy"
  7480. }
  7481. "2558296"
  7482. {
  7483. "icon_path" "econ/default_generated/weapon_sg556_cu_sg553_aerial_light"
  7484. }
  7485. "2558297"
  7486. {
  7487. "icon_path" "econ/default_generated/weapon_sg556_cu_sg553_aerial_medium"
  7488. }
  7489. "2558298"
  7490. {
  7491. "icon_path" "econ/default_generated/weapon_sg556_cu_sg553_aerial_heavy"
  7492. }
  7493. "2558356"
  7494. {
  7495. "icon_path" "econ/default_generated/weapon_sg556_cu_sg556_triarch_light"
  7496. }
  7497. "2558357"
  7498. {
  7499. "icon_path" "econ/default_generated/weapon_sg556_cu_sg556_triarch_medium"
  7500. }
  7501. "2558358"
  7502. {
  7503. "icon_path" "econ/default_generated/weapon_sg556_cu_sg556_triarch_heavy"
  7504. }
  7505. "2558648"
  7506. {
  7507. "icon_path" "econ/default_generated/weapon_sg556_gs_sg553_phantom_light"
  7508. }
  7509. "2558649"
  7510. {
  7511. "icon_path" "econ/default_generated/weapon_sg556_gs_sg553_phantom_medium"
  7512. }
  7513. "2558650"
  7514. {
  7515. "icon_path" "econ/default_generated/weapon_sg556_gs_sg553_phantom_heavy"
  7516. }
  7517. "2558712"
  7518. {
  7519. "icon_path" "econ/default_generated/weapon_sg556_sp_sg533_aloha_light"
  7520. }
  7521. "2558713"
  7522. {
  7523. "icon_path" "econ/default_generated/weapon_sg556_sp_sg533_aloha_medium"
  7524. }
  7525. "2558714"
  7526. {
  7527. "icon_path" "econ/default_generated/weapon_sg556_sp_sg533_aloha_heavy"
  7528. }
  7529. "2621544"
  7530. {
  7531. "icon_path" "econ/default_generated/weapon_ssg08_sp_short_tape_light"
  7532. }
  7533. "2621545"
  7534. {
  7535. "icon_path" "econ/default_generated/weapon_ssg08_sp_short_tape_medium"
  7536. }
  7537. "2621546"
  7538. {
  7539. "icon_path" "econ/default_generated/weapon_ssg08_sp_short_tape_heavy"
  7540. }
  7541. "2621680"
  7542. {
  7543. "icon_path" "econ/default_generated/weapon_ssg08_am_zebra_dark_light"
  7544. }
  7545. "2621681"
  7546. {
  7547. "icon_path" "econ/default_generated/weapon_ssg08_am_zebra_dark_medium"
  7548. }
  7549. "2621682"
  7550. {
  7551. "icon_path" "econ/default_generated/weapon_ssg08_am_zebra_dark_heavy"
  7552. }
  7553. "2621824"
  7554. {
  7555. "icon_path" "econ/default_generated/weapon_ssg08_so_moss_light"
  7556. }
  7557. "2621825"
  7558. {
  7559. "icon_path" "econ/default_generated/weapon_ssg08_so_moss_medium"
  7560. }
  7561. "2621826"
  7562. {
  7563. "icon_path" "econ/default_generated/weapon_ssg08_so_moss_heavy"
  7564. }
  7565. "2621836"
  7566. {
  7567. "icon_path" "econ/default_generated/weapon_ssg08_so_sand_light"
  7568. }
  7569. "2621837"
  7570. {
  7571. "icon_path" "econ/default_generated/weapon_ssg08_so_sand_medium"
  7572. }
  7573. "2621838"
  7574. {
  7575. "icon_path" "econ/default_generated/weapon_ssg08_so_sand_heavy"
  7576. }
  7577. "2622240"
  7578. {
  7579. "icon_path" "econ/default_generated/weapon_ssg08_hy_mayan_dreams_bravo_light"
  7580. }
  7581. "2622241"
  7582. {
  7583. "icon_path" "econ/default_generated/weapon_ssg08_hy_mayan_dreams_bravo_medium"
  7584. }
  7585. "2622242"
  7586. {
  7587. "icon_path" "econ/default_generated/weapon_ssg08_hy_mayan_dreams_bravo_heavy"
  7588. }
  7589. "2622328"
  7590. {
  7591. "icon_path" "econ/default_generated/weapon_ssg08_cu_shark_light"
  7592. }
  7593. "2622329"
  7594. {
  7595. "icon_path" "econ/default_generated/weapon_ssg08_cu_shark_medium"
  7596. }
  7597. "2622330"
  7598. {
  7599. "icon_path" "econ/default_generated/weapon_ssg08_cu_shark_heavy"
  7600. }
  7601. "2622372"
  7602. {
  7603. "icon_path" "econ/default_generated/weapon_ssg08_sp_palm_shadow_light"
  7604. }
  7605. "2622373"
  7606. {
  7607. "icon_path" "econ/default_generated/weapon_ssg08_sp_palm_shadow_medium"
  7608. }
  7609. "2622374"
  7610. {
  7611. "icon_path" "econ/default_generated/weapon_ssg08_sp_palm_shadow_heavy"
  7612. }
  7613. "2622452"
  7614. {
  7615. "icon_path" "econ/default_generated/weapon_ssg08_aa_fade_grassland_light"
  7616. }
  7617. "2622453"
  7618. {
  7619. "icon_path" "econ/default_generated/weapon_ssg08_aa_fade_grassland_medium"
  7620. }
  7621. "2622454"
  7622. {
  7623. "icon_path" "econ/default_generated/weapon_ssg08_aa_fade_grassland_heavy"
  7624. }
  7625. "2622656"
  7626. {
  7627. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_immortal_light"
  7628. }
  7629. "2622657"
  7630. {
  7631. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_immortal_medium"
  7632. }
  7633. "2622658"
  7634. {
  7635. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_immortal_heavy"
  7636. }
  7637. "2622716"
  7638. {
  7639. "icon_path" "econ/default_generated/weapon_ssg08_hy_ssg08_marker_light"
  7640. }
  7641. "2622717"
  7642. {
  7643. "icon_path" "econ/default_generated/weapon_ssg08_hy_ssg08_marker_medium"
  7644. }
  7645. "2622718"
  7646. {
  7647. "icon_path" "econ/default_generated/weapon_ssg08_hy_ssg08_marker_heavy"
  7648. }
  7649. "2622884"
  7650. {
  7651. "icon_path" "econ/default_generated/weapon_ssg08_aq_leviathan_light"
  7652. }
  7653. "2622885"
  7654. {
  7655. "icon_path" "econ/default_generated/weapon_ssg08_aq_leviathan_medium"
  7656. }
  7657. "2622886"
  7658. {
  7659. "icon_path" "econ/default_generated/weapon_ssg08_aq_leviathan_heavy"
  7660. }
  7661. "2623452"
  7662. {
  7663. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_technicality_light"
  7664. }
  7665. "2623453"
  7666. {
  7667. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_technicality_medium"
  7668. }
  7669. "2623454"
  7670. {
  7671. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_technicality_heavy"
  7672. }
  7673. "2623592"
  7674. {
  7675. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_necropos_light"
  7676. }
  7677. "2623593"
  7678. {
  7679. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_necropos_medium"
  7680. }
  7681. "2623594"
  7682. {
  7683. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_necropos_heavy"
  7684. }
  7685. "2623656"
  7686. {
  7687. "icon_path" "econ/default_generated/weapon_ssg08_gs_ssg08_armacore_light"
  7688. }
  7689. "2623657"
  7690. {
  7691. "icon_path" "econ/default_generated/weapon_ssg08_gs_ssg08_armacore_medium"
  7692. }
  7693. "2623658"
  7694. {
  7695. "icon_path" "econ/default_generated/weapon_ssg08_gs_ssg08_armacore_heavy"
  7696. }
  7697. "2623936"
  7698. {
  7699. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_dragonfire_scope_light"
  7700. }
  7701. "2623937"
  7702. {
  7703. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_dragonfire_scope_medium"
  7704. }
  7705. "2623938"
  7706. {
  7707. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_dragonfire_scope_heavy"
  7708. }
  7709. "2624120"
  7710. {
  7711. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_deathshead_light"
  7712. }
  7713. "2624121"
  7714. {
  7715. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_deathshead_medium"
  7716. }
  7717. "2624122"
  7718. {
  7719. "icon_path" "econ/default_generated/weapon_ssg08_cu_ssg08_deathshead_heavy"
  7720. }
  7721. "3932400"
  7722. {
  7723. "icon_path" "econ/default_generated/weapon_m4a1_silencer_am_zebra_dark_light"
  7724. }
  7725. "3932401"
  7726. {
  7727. "icon_path" "econ/default_generated/weapon_m4a1_silencer_am_zebra_dark_medium"
  7728. }
  7729. "3932402"
  7730. {
  7731. "icon_path" "econ/default_generated/weapon_m4a1_silencer_am_zebra_dark_heavy"
  7732. }
  7733. "3932468"
  7734. {
  7735. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_forest_boreal_light"
  7736. }
  7737. "3932469"
  7738. {
  7739. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_forest_boreal_medium"
  7740. }
  7741. "3932470"
  7742. {
  7743. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_forest_boreal_heavy"
  7744. }
  7745. "3932916"
  7746. {
  7747. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_ocean_bravo_light"
  7748. }
  7749. "3932917"
  7750. {
  7751. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_ocean_bravo_medium"
  7752. }
  7753. "3932918"
  7754. {
  7755. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_ocean_bravo_heavy"
  7756. }
  7757. "3933028"
  7758. {
  7759. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_redtiger_light"
  7760. }
  7761. "3933029"
  7762. {
  7763. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_redtiger_medium"
  7764. }
  7765. "3933030"
  7766. {
  7767. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_redtiger_heavy"
  7768. }
  7769. "3933100"
  7770. {
  7771. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_varicamo_light"
  7772. }
  7773. "3933101"
  7774. {
  7775. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_varicamo_medium"
  7776. }
  7777. "3933102"
  7778. {
  7779. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_varicamo_heavy"
  7780. }
  7781. "3933176"
  7782. {
  7783. "icon_path" "econ/default_generated/weapon_m4a1_silencer_so_orange_accents_light"
  7784. }
  7785. "3933177"
  7786. {
  7787. "icon_path" "econ/default_generated/weapon_m4a1_silencer_so_orange_accents_medium"
  7788. }
  7789. "3933178"
  7790. {
  7791. "icon_path" "econ/default_generated/weapon_m4a1_silencer_so_orange_accents_heavy"
  7792. }
  7793. "3933188"
  7794. {
  7795. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1-s_elegant_light"
  7796. }
  7797. "3933189"
  7798. {
  7799. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1-s_elegant_medium"
  7800. }
  7801. "3933190"
  7802. {
  7803. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1-s_elegant_heavy"
  7804. }
  7805. "3933364"
  7806. {
  7807. "icon_path" "econ/default_generated/weapon_m4a1_silencer_am_m4a1-s_alloy_orange_light"
  7808. }
  7809. "3933365"
  7810. {
  7811. "icon_path" "econ/default_generated/weapon_m4a1_silencer_am_m4a1-s_alloy_orange_medium"
  7812. }
  7813. "3933366"
  7814. {
  7815. "icon_path" "econ/default_generated/weapon_m4a1_silencer_am_m4a1-s_alloy_orange_heavy"
  7816. }
  7817. "3933444"
  7818. {
  7819. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1-s_silence_light"
  7820. }
  7821. "3933445"
  7822. {
  7823. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1-s_silence_medium"
  7824. }
  7825. "3933446"
  7826. {
  7827. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1-s_silence_heavy"
  7828. }
  7829. "3933464"
  7830. {
  7831. "icon_path" "econ/default_generated/weapon_m4a1_silencer_am_metals_light"
  7832. }
  7833. "3933465"
  7834. {
  7835. "icon_path" "econ/default_generated/weapon_m4a1_silencer_am_metals_medium"
  7836. }
  7837. "3933466"
  7838. {
  7839. "icon_path" "econ/default_generated/weapon_m4a1_silencer_am_metals_heavy"
  7840. }
  7841. "3933600"
  7842. {
  7843. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1s_cyrex_light"
  7844. }
  7845. "3933601"
  7846. {
  7847. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1s_cyrex_medium"
  7848. }
  7849. "3933602"
  7850. {
  7851. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1s_cyrex_heavy"
  7852. }
  7853. "3933692"
  7854. {
  7855. "icon_path" "econ/default_generated/weapon_m4a1_silencer_aq_m4a1s_basilisk_light"
  7856. }
  7857. "3933693"
  7858. {
  7859. "icon_path" "econ/default_generated/weapon_m4a1_silencer_aq_m4a1s_basilisk_medium"
  7860. }
  7861. "3933694"
  7862. {
  7863. "icon_path" "econ/default_generated/weapon_m4a1_silencer_aq_m4a1s_basilisk_heavy"
  7864. }
  7865. "3933880"
  7866. {
  7867. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1_hyper_beast_light"
  7868. }
  7869. "3933881"
  7870. {
  7871. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1_hyper_beast_medium"
  7872. }
  7873. "3933882"
  7874. {
  7875. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1_hyper_beast_heavy"
  7876. }
  7877. "3933920"
  7878. {
  7879. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_icarus_light"
  7880. }
  7881. "3933921"
  7882. {
  7883. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_icarus_medium"
  7884. }
  7885. "3933922"
  7886. {
  7887. "icon_path" "econ/default_generated/weapon_m4a1_silencer_hy_icarus_heavy"
  7888. }
  7889. "3933940"
  7890. {
  7891. "icon_path" "econ/default_generated/weapon_m4a1_silencer_an_red_m4a1s_light"
  7892. }
  7893. "3933941"
  7894. {
  7895. "icon_path" "econ/default_generated/weapon_m4a1_silencer_an_red_m4a1s_medium"
  7896. }
  7897. "3933942"
  7898. {
  7899. "icon_path" "econ/default_generated/weapon_m4a1_silencer_an_red_m4a1s_heavy"
  7900. }
  7901. "3934148"
  7902. {
  7903. "icon_path" "econ/default_generated/weapon_m4a1_silencer_gs_m4a1s_snakebite_gold_light"
  7904. }
  7905. "3934149"
  7906. {
  7907. "icon_path" "econ/default_generated/weapon_m4a1_silencer_gs_m4a1s_snakebite_gold_medium"
  7908. }
  7909. "3934150"
  7910. {
  7911. "icon_path" "econ/default_generated/weapon_m4a1_silencer_gs_m4a1s_snakebite_gold_heavy"
  7912. }
  7913. "3934352"
  7914. {
  7915. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1s_soultaker_light"
  7916. }
  7917. "3934353"
  7918. {
  7919. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1s_soultaker_medium"
  7920. }
  7921. "3934354"
  7922. {
  7923. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1s_soultaker_heavy"
  7924. }
  7925. "3934508"
  7926. {
  7927. "icon_path" "econ/default_generated/weapon_m4a1_silencer_gs_m4a1_mecha_industries_light"
  7928. }
  7929. "3934509"
  7930. {
  7931. "icon_path" "econ/default_generated/weapon_m4a1_silencer_gs_m4a1_mecha_industries_medium"
  7932. }
  7933. "3934510"
  7934. {
  7935. "icon_path" "econ/default_generated/weapon_m4a1_silencer_gs_m4a1_mecha_industries_heavy"
  7936. }
  7937. "3934684"
  7938. {
  7939. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1_flashback_light"
  7940. }
  7941. "3934685"
  7942. {
  7943. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1_flashback_medium"
  7944. }
  7945. "3934686"
  7946. {
  7947. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1_flashback_heavy"
  7948. }
  7949. "3934736"
  7950. {
  7951. "icon_path" "econ/default_generated/weapon_m4a1_silencer_gs_m4a1_decimator_light"
  7952. }
  7953. "3934737"
  7954. {
  7955. "icon_path" "econ/default_generated/weapon_m4a1_silencer_gs_m4a1_decimator_medium"
  7956. }
  7957. "3934738"
  7958. {
  7959. "icon_path" "econ/default_generated/weapon_m4a1_silencer_gs_m4a1_decimator_heavy"
  7960. }
  7961. "3934812"
  7962. {
  7963. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1s_metritera_light"
  7964. }
  7965. "3934813"
  7966. {
  7967. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1s_metritera_medium"
  7968. }
  7969. "3934814"
  7970. {
  7971. "icon_path" "econ/default_generated/weapon_m4a1_silencer_cu_m4a1s_metritera_heavy"
  7972. }
  7973. "3934884"
  7974. {
  7975. "icon_path" "econ/default_generated/weapon_m4a1_silencer_gs_m4a1_shatter_light"
  7976. }
  7977. "3934885"
  7978. {
  7979. "icon_path" "econ/default_generated/weapon_m4a1_silencer_gs_m4a1_shatter_medium"
  7980. }
  7981. "3934886"
  7982. {
  7983. "icon_path" "econ/default_generated/weapon_m4a1_silencer_gs_m4a1_shatter_heavy"
  7984. }
  7985. "3997796"
  7986. {
  7987. "icon_path" "econ/default_generated/weapon_usp_silencer_sp_leaves_light"
  7988. }
  7989. "3997797"
  7990. {
  7991. "icon_path" "econ/default_generated/weapon_usp_silencer_sp_leaves_medium"
  7992. }
  7993. "3997798"
  7994. {
  7995. "icon_path" "econ/default_generated/weapon_usp_silencer_sp_leaves_heavy"
  7996. }
  7997. "3997936"
  7998. {
  7999. "icon_path" "econ/default_generated/weapon_usp_silencer_am_zebra_dark_light"
  8000. }
  8001. "3997937"
  8002. {
  8003. "icon_path" "econ/default_generated/weapon_usp_silencer_am_zebra_dark_medium"
  8004. }
  8005. "3997938"
  8006. {
  8007. "icon_path" "econ/default_generated/weapon_usp_silencer_am_zebra_dark_heavy"
  8008. }
  8009. "3998428"
  8010. {
  8011. "icon_path" "econ/default_generated/weapon_usp_silencer_hy_siege_bravo_light"
  8012. }
  8013. "3998429"
  8014. {
  8015. "icon_path" "econ/default_generated/weapon_usp_silencer_hy_siege_bravo_medium"
  8016. }
  8017. "3998430"
  8018. {
  8019. "icon_path" "econ/default_generated/weapon_usp_silencer_hy_siege_bravo_heavy"
  8020. }
  8021. "3998564"
  8022. {
  8023. "icon_path" "econ/default_generated/weapon_usp_silencer_hy_redtiger_light"
  8024. }
  8025. "3998565"
  8026. {
  8027. "icon_path" "econ/default_generated/weapon_usp_silencer_hy_redtiger_medium"
  8028. }
  8029. "3998566"
  8030. {
  8031. "icon_path" "econ/default_generated/weapon_usp_silencer_hy_redtiger_heavy"
  8032. }
  8033. "3998580"
  8034. {
  8035. "icon_path" "econ/default_generated/weapon_usp_silencer_am_electric_red_light"
  8036. }
  8037. "3998581"
  8038. {
  8039. "icon_path" "econ/default_generated/weapon_usp_silencer_am_electric_red_medium"
  8040. }
  8041. "3998582"
  8042. {
  8043. "icon_path" "econ/default_generated/weapon_usp_silencer_am_electric_red_heavy"
  8044. }
  8045. "3998640"
  8046. {
  8047. "icon_path" "econ/default_generated/weapon_usp_silencer_hy_varicamo_night_light"
  8048. }
  8049. "3998641"
  8050. {
  8051. "icon_path" "econ/default_generated/weapon_usp_silencer_hy_varicamo_night_medium"
  8052. }
  8053. "3998642"
  8054. {
  8055. "icon_path" "econ/default_generated/weapon_usp_silencer_hy_varicamo_night_heavy"
  8056. }
  8057. "3998804"
  8058. {
  8059. "icon_path" "econ/default_generated/weapon_usp_silencer_aq_usp_stainless_light"
  8060. }
  8061. "3998805"
  8062. {
  8063. "icon_path" "econ/default_generated/weapon_usp_silencer_aq_usp_stainless_medium"
  8064. }
  8065. "3998806"
  8066. {
  8067. "icon_path" "econ/default_generated/weapon_usp_silencer_aq_usp_stainless_heavy"
  8068. }
  8069. "3998856"
  8070. {
  8071. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_elegant_light"
  8072. }
  8073. "3998857"
  8074. {
  8075. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_elegant_medium"
  8076. }
  8077. "3998858"
  8078. {
  8079. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_elegant_heavy"
  8080. }
  8081. "3998948"
  8082. {
  8083. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_spitfire_light"
  8084. }
  8085. "3998949"
  8086. {
  8087. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_spitfire_medium"
  8088. }
  8089. "3998950"
  8090. {
  8091. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_spitfire_heavy"
  8092. }
  8093. "3998968"
  8094. {
  8095. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_sandpapered_light"
  8096. }
  8097. "3998969"
  8098. {
  8099. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_sandpapered_medium"
  8100. }
  8101. "3998970"
  8102. {
  8103. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_sandpapered_heavy"
  8104. }
  8105. "3999024"
  8106. {
  8107. "icon_path" "econ/default_generated/weapon_usp_silencer_hy_indigo_usp_light"
  8108. }
  8109. "3999025"
  8110. {
  8111. "icon_path" "econ/default_generated/weapon_usp_silencer_hy_indigo_usp_medium"
  8112. }
  8113. "3999026"
  8114. {
  8115. "icon_path" "econ/default_generated/weapon_usp_silencer_hy_indigo_usp_heavy"
  8116. }
  8117. "3999052"
  8118. {
  8119. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_kaiman_light"
  8120. }
  8121. "3999053"
  8122. {
  8123. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_kaiman_medium"
  8124. }
  8125. "3999054"
  8126. {
  8127. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_kaiman_heavy"
  8128. }
  8129. "3999152"
  8130. {
  8131. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_luggage_usp-s_light"
  8132. }
  8133. "3999153"
  8134. {
  8135. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_luggage_usp-s_medium"
  8136. }
  8137. "3999154"
  8138. {
  8139. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_luggage_usp-s_heavy"
  8140. }
  8141. "3999512"
  8142. {
  8143. "icon_path" "econ/default_generated/weapon_usp_silencer_so_khaki_green_light"
  8144. }
  8145. "3999513"
  8146. {
  8147. "icon_path" "econ/default_generated/weapon_usp_silencer_so_khaki_green_medium"
  8148. }
  8149. "3999514"
  8150. {
  8151. "icon_path" "econ/default_generated/weapon_usp_silencer_so_khaki_green_heavy"
  8152. }
  8153. "3999652"
  8154. {
  8155. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_progressiv_light"
  8156. }
  8157. "3999653"
  8158. {
  8159. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_progressiv_medium"
  8160. }
  8161. "3999654"
  8162. {
  8163. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_progressiv_heavy"
  8164. }
  8165. "3999712"
  8166. {
  8167. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_kill_confirmed_light"
  8168. }
  8169. "3999713"
  8170. {
  8171. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_kill_confirmed_medium"
  8172. }
  8173. "3999714"
  8174. {
  8175. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_kill_confirmed_heavy"
  8176. }
  8177. "3999856"
  8178. {
  8179. "icon_path" "econ/default_generated/weapon_usp_silencer_gs_usp_voltage_light"
  8180. }
  8181. "3999857"
  8182. {
  8183. "icon_path" "econ/default_generated/weapon_usp_silencer_gs_usp_voltage_medium"
  8184. }
  8185. "3999858"
  8186. {
  8187. "icon_path" "econ/default_generated/weapon_usp_silencer_gs_usp_voltage_heavy"
  8188. }
  8189. "4000244"
  8190. {
  8191. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_cyrex_light"
  8192. }
  8193. "4000245"
  8194. {
  8195. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_cyrex_medium"
  8196. }
  8197. "4000246"
  8198. {
  8199. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_cyrex_heavy"
  8200. }
  8201. "4000308"
  8202. {
  8203. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usps_noir_light"
  8204. }
  8205. "4000309"
  8206. {
  8207. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usps_noir_medium"
  8208. }
  8209. "4000310"
  8210. {
  8211. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usps_noir_heavy"
  8212. }
  8213. "4000324"
  8214. {
  8215. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usps_blueprint_light"
  8216. }
  8217. "4000325"
  8218. {
  8219. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usps_blueprint_medium"
  8220. }
  8221. "4000326"
  8222. {
  8223. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usps_blueprint_heavy"
  8224. }
  8225. "4000516"
  8226. {
  8227. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_cut_light"
  8228. }
  8229. "4000517"
  8230. {
  8231. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_cut_medium"
  8232. }
  8233. "4000518"
  8234. {
  8235. "icon_path" "econ/default_generated/weapon_usp_silencer_cu_usp_cut_heavy"
  8236. }
  8237. "4128816"
  8238. {
  8239. "icon_path" "econ/default_generated/weapon_cz75a_hy_webs_light"
  8240. }
  8241. "4128817"
  8242. {
  8243. "icon_path" "econ/default_generated/weapon_cz75a_hy_webs_medium"
  8244. }
  8245. "4128818"
  8246. {
  8247. "icon_path" "econ/default_generated/weapon_cz75a_hy_webs_heavy"
  8248. }
  8249. "4129640"
  8250. {
  8251. "icon_path" "econ/default_generated/weapon_cz75a_hy_bluehex_light"
  8252. }
  8253. "4129641"
  8254. {
  8255. "icon_path" "econ/default_generated/weapon_cz75a_hy_bluehex_medium"
  8256. }
  8257. "4129642"
  8258. {
  8259. "icon_path" "econ/default_generated/weapon_cz75a_hy_bluehex_heavy"
  8260. }
  8261. "4129840"
  8262. {
  8263. "icon_path" "econ/default_generated/weapon_cz75a_am_diamond_plate_light"
  8264. }
  8265. "4129841"
  8266. {
  8267. "icon_path" "econ/default_generated/weapon_cz75a_am_diamond_plate_medium"
  8268. }
  8269. "4129842"
  8270. {
  8271. "icon_path" "econ/default_generated/weapon_cz75a_am_diamond_plate_heavy"
  8272. }
  8273. "4129844"
  8274. {
  8275. "icon_path" "econ/default_generated/weapon_cz75a_am_fuschia_light"
  8276. }
  8277. "4129845"
  8278. {
  8279. "icon_path" "econ/default_generated/weapon_cz75a_am_fuschia_medium"
  8280. }
  8281. "4129846"
  8282. {
  8283. "icon_path" "econ/default_generated/weapon_cz75a_am_fuschia_heavy"
  8284. }
  8285. "4129848"
  8286. {
  8287. "icon_path" "econ/default_generated/weapon_cz75a_aq_etched_cz75_light"
  8288. }
  8289. "4129849"
  8290. {
  8291. "icon_path" "econ/default_generated/weapon_cz75a_aq_etched_cz75_medium"
  8292. }
  8293. "4129850"
  8294. {
  8295. "icon_path" "econ/default_generated/weapon_cz75a_aq_etched_cz75_heavy"
  8296. }
  8297. "4129956"
  8298. {
  8299. "icon_path" "econ/default_generated/weapon_cz75a_so_orca_light"
  8300. }
  8301. "4129957"
  8302. {
  8303. "icon_path" "econ/default_generated/weapon_cz75a_so_orca_medium"
  8304. }
  8305. "4129958"
  8306. {
  8307. "icon_path" "econ/default_generated/weapon_cz75a_so_orca_heavy"
  8308. }
  8309. "4129960"
  8310. {
  8311. "icon_path" "econ/default_generated/weapon_cz75a_am_army_shine_light"
  8312. }
  8313. "4129961"
  8314. {
  8315. "icon_path" "econ/default_generated/weapon_cz75a_am_army_shine_medium"
  8316. }
  8317. "4129962"
  8318. {
  8319. "icon_path" "econ/default_generated/weapon_cz75a_am_army_shine_heavy"
  8320. }
  8321. "4130028"
  8322. {
  8323. "icon_path" "econ/default_generated/weapon_cz75a_am_nitrogen_light"
  8324. }
  8325. "4130029"
  8326. {
  8327. "icon_path" "econ/default_generated/weapon_cz75a_am_nitrogen_medium"
  8328. }
  8329. "4130030"
  8330. {
  8331. "icon_path" "econ/default_generated/weapon_cz75a_am_nitrogen_heavy"
  8332. }
  8333. "4130056"
  8334. {
  8335. "icon_path" "econ/default_generated/weapon_cz75a_so_orange_accents2_light"
  8336. }
  8337. "4130057"
  8338. {
  8339. "icon_path" "econ/default_generated/weapon_cz75a_so_orange_accents2_medium"
  8340. }
  8341. "4130058"
  8342. {
  8343. "icon_path" "econ/default_generated/weapon_cz75a_so_orange_accents2_heavy"
  8344. }
  8345. "4130068"
  8346. {
  8347. "icon_path" "econ/default_generated/weapon_cz75a_am_royal_light"
  8348. }
  8349. "4130069"
  8350. {
  8351. "icon_path" "econ/default_generated/weapon_cz75a_am_royal_medium"
  8352. }
  8353. "4130070"
  8354. {
  8355. "icon_path" "econ/default_generated/weapon_cz75a_am_royal_heavy"
  8356. }
  8357. "4130104"
  8358. {
  8359. "icon_path" "econ/default_generated/weapon_cz75a_am_gyrate_light"
  8360. }
  8361. "4130105"
  8362. {
  8363. "icon_path" "econ/default_generated/weapon_cz75a_am_gyrate_medium"
  8364. }
  8365. "4130106"
  8366. {
  8367. "icon_path" "econ/default_generated/weapon_cz75a_am_gyrate_heavy"
  8368. }
  8369. "4130168"
  8370. {
  8371. "icon_path" "econ/default_generated/weapon_cz75a_cu_c75a-tiger_light"
  8372. }
  8373. "4130169"
  8374. {
  8375. "icon_path" "econ/default_generated/weapon_cz75a_cu_c75a-tiger_medium"
  8376. }
  8377. "4130170"
  8378. {
  8379. "icon_path" "econ/default_generated/weapon_cz75a_cu_c75a-tiger_heavy"
  8380. }
  8381. "4130232"
  8382. {
  8383. "icon_path" "econ/default_generated/weapon_cz75a_hy_plaid2_light"
  8384. }
  8385. "4130233"
  8386. {
  8387. "icon_path" "econ/default_generated/weapon_cz75a_hy_plaid2_medium"
  8388. }
  8389. "4130234"
  8390. {
  8391. "icon_path" "econ/default_generated/weapon_cz75a_hy_plaid2_heavy"
  8392. }
  8393. "4130508"
  8394. {
  8395. "icon_path" "econ/default_generated/weapon_cz75a_cu_cz75_precision_light"
  8396. }
  8397. "4130509"
  8398. {
  8399. "icon_path" "econ/default_generated/weapon_cz75a_cu_cz75_precision_medium"
  8400. }
  8401. "4130510"
  8402. {
  8403. "icon_path" "econ/default_generated/weapon_cz75a_cu_cz75_precision_heavy"
  8404. }
  8405. "4130580"
  8406. {
  8407. "icon_path" "econ/default_generated/weapon_cz75a_an_emerald_light"
  8408. }
  8409. "4130581"
  8410. {
  8411. "icon_path" "econ/default_generated/weapon_cz75a_an_emerald_medium"
  8412. }
  8413. "4130582"
  8414. {
  8415. "icon_path" "econ/default_generated/weapon_cz75a_an_emerald_heavy"
  8416. }
  8417. "4130672"
  8418. {
  8419. "icon_path" "econ/default_generated/weapon_cz75a_cu_cz75a_chastizer_light"
  8420. }
  8421. "4130673"
  8422. {
  8423. "icon_path" "econ/default_generated/weapon_cz75a_cu_cz75a_chastizer_medium"
  8424. }
  8425. "4130674"
  8426. {
  8427. "icon_path" "econ/default_generated/weapon_cz75a_cu_cz75a_chastizer_heavy"
  8428. }
  8429. "4130940"
  8430. {
  8431. "icon_path" "econ/default_generated/weapon_cz75a_gs_cz75a_redastor_light"
  8432. }
  8433. "4130941"
  8434. {
  8435. "icon_path" "econ/default_generated/weapon_cz75a_gs_cz75a_redastor_medium"
  8436. }
  8437. "4130942"
  8438. {
  8439. "icon_path" "econ/default_generated/weapon_cz75a_gs_cz75a_redastor_heavy"
  8440. }
  8441. "4131176"
  8442. {
  8443. "icon_path" "econ/default_generated/weapon_cz75a_gs_cz75_tread_light"
  8444. }
  8445. "4131177"
  8446. {
  8447. "icon_path" "econ/default_generated/weapon_cz75a_gs_cz75_tread_medium"
  8448. }
  8449. "4131178"
  8450. {
  8451. "icon_path" "econ/default_generated/weapon_cz75a_gs_cz75_tread_heavy"
  8452. }
  8453. "4131256"
  8454. {
  8455. "icon_path" "econ/default_generated/weapon_cz75a_am_czv2_mf_light"
  8456. }
  8457. "4131257"
  8458. {
  8459. "icon_path" "econ/default_generated/weapon_cz75a_am_czv2_mf_medium"
  8460. }
  8461. "4131258"
  8462. {
  8463. "icon_path" "econ/default_generated/weapon_cz75a_am_czv2_mf_heavy"
  8464. }
  8465. "4131340"
  8466. {
  8467. "icon_path" "econ/default_generated/weapon_cz75a_gs_cz_snakes_purple_light"
  8468. }
  8469. "4131341"
  8470. {
  8471. "icon_path" "econ/default_generated/weapon_cz75a_gs_cz_snakes_purple_medium"
  8472. }
  8473. "4131342"
  8474. {
  8475. "icon_path" "econ/default_generated/weapon_cz75a_gs_cz_snakes_purple_heavy"
  8476. }
  8477. "4131516"
  8478. {
  8479. "icon_path" "econ/default_generated/weapon_cz75a_gs_cz75_tacticat_light"
  8480. }
  8481. "4131517"
  8482. {
  8483. "icon_path" "econ/default_generated/weapon_cz75a_gs_cz75_tacticat_medium"
  8484. }
  8485. "4131518"
  8486. {
  8487. "icon_path" "econ/default_generated/weapon_cz75a_gs_cz75_tacticat_heavy"
  8488. }
  8489. "4194352"
  8490. {
  8491. "icon_path" "econ/default_generated/weapon_revolver_hy_webs_light"
  8492. }
  8493. "4194353"
  8494. {
  8495. "icon_path" "econ/default_generated/weapon_revolver_hy_webs_medium"
  8496. }
  8497. "4194354"
  8498. {
  8499. "icon_path" "econ/default_generated/weapon_revolver_hy_webs_heavy"
  8500. }
  8501. "4194412"
  8502. {
  8503. "icon_path" "econ/default_generated/weapon_revolver_sp_tape_light"
  8504. }
  8505. "4194413"
  8506. {
  8507. "icon_path" "econ/default_generated/weapon_revolver_sp_tape_medium"
  8508. }
  8509. "4194414"
  8510. {
  8511. "icon_path" "econ/default_generated/weapon_revolver_sp_tape_heavy"
  8512. }
  8513. "4196392"
  8514. {
  8515. "icon_path" "econ/default_generated/weapon_revolver_aa_fade_revolver_light"
  8516. }
  8517. "4196393"
  8518. {
  8519. "icon_path" "econ/default_generated/weapon_revolver_aa_fade_revolver_medium"
  8520. }
  8521. "4196394"
  8522. {
  8523. "icon_path" "econ/default_generated/weapon_revolver_aa_fade_revolver_heavy"
  8524. }
  8525. "4196396"
  8526. {
  8527. "icon_path" "econ/default_generated/weapon_revolver_aa_fade_metallic_revolver_light"
  8528. }
  8529. "4196397"
  8530. {
  8531. "icon_path" "econ/default_generated/weapon_revolver_aa_fade_metallic_revolver_medium"
  8532. }
  8533. "4196398"
  8534. {
  8535. "icon_path" "econ/default_generated/weapon_revolver_aa_fade_metallic_revolver_heavy"
  8536. }
  8537. "4196684"
  8538. {
  8539. "icon_path" "econ/default_generated/weapon_revolver_cu_r8_cybersport_light"
  8540. }
  8541. "4196685"
  8542. {
  8543. "icon_path" "econ/default_generated/weapon_revolver_cu_r8_cybersport_medium"
  8544. }
  8545. "4196686"
  8546. {
  8547. "icon_path" "econ/default_generated/weapon_revolver_cu_r8_cybersport_heavy"
  8548. }
  8549. "4197036"
  8550. {
  8551. "icon_path" "econ/default_generated/weapon_revolver_gs_r8_llamacannon_light"
  8552. }
  8553. "4197037"
  8554. {
  8555. "icon_path" "econ/default_generated/weapon_revolver_gs_r8_llamacannon_medium"
  8556. }
  8557. "4197038"
  8558. {
  8559. "icon_path" "econ/default_generated/weapon_revolver_gs_r8_llamacannon_heavy"
  8560. }
  8561. "4197108"
  8562. {
  8563. "icon_path" "econ/default_generated/weapon_revolver_gs_revolver_tread_light"
  8564. }
  8565. "4197109"
  8566. {
  8567. "icon_path" "econ/default_generated/weapon_revolver_gs_revolver_tread_medium"
  8568. }
  8569. "4197110"
  8570. {
  8571. "icon_path" "econ/default_generated/weapon_revolver_gs_revolver_tread_heavy"
  8572. }
  8573. "32768020"
  8574. {
  8575. "icon_path" "econ/default_generated/weapon_bayonet_hy_ddpat_light"
  8576. }
  8577. "32768021"
  8578. {
  8579. "icon_path" "econ/default_generated/weapon_bayonet_hy_ddpat_medium"
  8580. }
  8581. "32768022"
  8582. {
  8583. "icon_path" "econ/default_generated/weapon_bayonet_hy_ddpat_heavy"
  8584. }
  8585. "32768048"
  8586. {
  8587. "icon_path" "econ/default_generated/weapon_bayonet_hy_webs_light"
  8588. }
  8589. "32768049"
  8590. {
  8591. "icon_path" "econ/default_generated/weapon_bayonet_hy_webs_medium"
  8592. }
  8593. "32768050"
  8594. {
  8595. "icon_path" "econ/default_generated/weapon_bayonet_hy_webs_heavy"
  8596. }
  8597. "32768152"
  8598. {
  8599. "icon_path" "econ/default_generated/weapon_bayonet_aa_fade_light"
  8600. }
  8601. "32768153"
  8602. {
  8603. "icon_path" "econ/default_generated/weapon_bayonet_aa_fade_medium"
  8604. }
  8605. "32768154"
  8606. {
  8607. "icon_path" "econ/default_generated/weapon_bayonet_aa_fade_heavy"
  8608. }
  8609. "32768160"
  8610. {
  8611. "icon_path" "econ/default_generated/weapon_bayonet_so_night_light"
  8612. }
  8613. "32768161"
  8614. {
  8615. "icon_path" "econ/default_generated/weapon_bayonet_so_night_medium"
  8616. }
  8617. "32768162"
  8618. {
  8619. "icon_path" "econ/default_generated/weapon_bayonet_so_night_heavy"
  8620. }
  8621. "32768168"
  8622. {
  8623. "icon_path" "econ/default_generated/weapon_bayonet_aq_blued_light"
  8624. }
  8625. "32768169"
  8626. {
  8627. "icon_path" "econ/default_generated/weapon_bayonet_aq_blued_medium"
  8628. }
  8629. "32768170"
  8630. {
  8631. "icon_path" "econ/default_generated/weapon_bayonet_aq_blued_heavy"
  8632. }
  8633. "32768172"
  8634. {
  8635. "icon_path" "econ/default_generated/weapon_bayonet_aq_forced_light"
  8636. }
  8637. "32768173"
  8638. {
  8639. "icon_path" "econ/default_generated/weapon_bayonet_aq_forced_medium"
  8640. }
  8641. "32768174"
  8642. {
  8643. "icon_path" "econ/default_generated/weapon_bayonet_aq_forced_heavy"
  8644. }
  8645. "32768176"
  8646. {
  8647. "icon_path" "econ/default_generated/weapon_bayonet_aq_oiled_light"
  8648. }
  8649. "32768177"
  8650. {
  8651. "icon_path" "econ/default_generated/weapon_bayonet_aq_oiled_medium"
  8652. }
  8653. "32768178"
  8654. {
  8655. "icon_path" "econ/default_generated/weapon_bayonet_aq_oiled_heavy"
  8656. }
  8657. "32768236"
  8658. {
  8659. "icon_path" "econ/default_generated/weapon_bayonet_am_zebra_light"
  8660. }
  8661. "32768237"
  8662. {
  8663. "icon_path" "econ/default_generated/weapon_bayonet_am_zebra_medium"
  8664. }
  8665. "32768238"
  8666. {
  8667. "icon_path" "econ/default_generated/weapon_bayonet_am_zebra_heavy"
  8668. }
  8669. "32768288"
  8670. {
  8671. "icon_path" "econ/default_generated/weapon_bayonet_sp_mesh_tan_light"
  8672. }
  8673. "32768289"
  8674. {
  8675. "icon_path" "econ/default_generated/weapon_bayonet_sp_mesh_tan_medium"
  8676. }
  8677. "32768290"
  8678. {
  8679. "icon_path" "econ/default_generated/weapon_bayonet_sp_mesh_tan_heavy"
  8680. }
  8681. "32768308"
  8682. {
  8683. "icon_path" "econ/default_generated/weapon_bayonet_hy_forest_boreal_light"
  8684. }
  8685. "32768309"
  8686. {
  8687. "icon_path" "econ/default_generated/weapon_bayonet_hy_forest_boreal_medium"
  8688. }
  8689. "32768310"
  8690. {
  8691. "icon_path" "econ/default_generated/weapon_bayonet_hy_forest_boreal_heavy"
  8692. }
  8693. "32768392"
  8694. {
  8695. "icon_path" "econ/default_generated/weapon_bayonet_so_purple_light"
  8696. }
  8697. "32768393"
  8698. {
  8699. "icon_path" "econ/default_generated/weapon_bayonet_so_purple_medium"
  8700. }
  8701. "32768394"
  8702. {
  8703. "icon_path" "econ/default_generated/weapon_bayonet_so_purple_heavy"
  8704. }
  8705. "32768572"
  8706. {
  8707. "icon_path" "econ/default_generated/weapon_bayonet_sp_tape_urban_light"
  8708. }
  8709. "32768573"
  8710. {
  8711. "icon_path" "econ/default_generated/weapon_bayonet_sp_tape_urban_medium"
  8712. }
  8713. "32768574"
  8714. {
  8715. "icon_path" "econ/default_generated/weapon_bayonet_sp_tape_urban_heavy"
  8716. }
  8717. "32768700"
  8718. {
  8719. "icon_path" "econ/default_generated/weapon_bayonet_sp_dapple_light"
  8720. }
  8721. "32768701"
  8722. {
  8723. "icon_path" "econ/default_generated/weapon_bayonet_sp_dapple_medium"
  8724. }
  8725. "32768702"
  8726. {
  8727. "icon_path" "econ/default_generated/weapon_bayonet_sp_dapple_heavy"
  8728. }
  8729. "32769636"
  8730. {
  8731. "icon_path" "econ/default_generated/weapon_bayonet_an_tiger_orange_light"
  8732. }
  8733. "32769637"
  8734. {
  8735. "icon_path" "econ/default_generated/weapon_bayonet_an_tiger_orange_medium"
  8736. }
  8737. "32769638"
  8738. {
  8739. "icon_path" "econ/default_generated/weapon_bayonet_an_tiger_orange_heavy"
  8740. }
  8741. "32769640"
  8742. {
  8743. "icon_path" "econ/default_generated/weapon_bayonet_aq_damascus_light"
  8744. }
  8745. "32769641"
  8746. {
  8747. "icon_path" "econ/default_generated/weapon_bayonet_aq_damascus_medium"
  8748. }
  8749. "32769642"
  8750. {
  8751. "icon_path" "econ/default_generated/weapon_bayonet_aq_damascus_heavy"
  8752. }
  8753. "32769652"
  8754. {
  8755. "icon_path" "econ/default_generated/weapon_bayonet_am_marble_fade_light"
  8756. }
  8757. "32769653"
  8758. {
  8759. "icon_path" "econ/default_generated/weapon_bayonet_am_marble_fade_medium"
  8760. }
  8761. "32769654"
  8762. {
  8763. "icon_path" "econ/default_generated/weapon_bayonet_am_marble_fade_heavy"
  8764. }
  8765. "32769656"
  8766. {
  8767. "icon_path" "econ/default_generated/weapon_bayonet_aq_steel_knife_light"
  8768. }
  8769. "32769657"
  8770. {
  8771. "icon_path" "econ/default_generated/weapon_bayonet_aq_steel_knife_medium"
  8772. }
  8773. "32769658"
  8774. {
  8775. "icon_path" "econ/default_generated/weapon_bayonet_aq_steel_knife_heavy"
  8776. }
  8777. "32769660"
  8778. {
  8779. "icon_path" "econ/default_generated/weapon_bayonet_am_ruby_marbleized_light"
  8780. }
  8781. "32769661"
  8782. {
  8783. "icon_path" "econ/default_generated/weapon_bayonet_am_ruby_marbleized_medium"
  8784. }
  8785. "32769662"
  8786. {
  8787. "icon_path" "econ/default_generated/weapon_bayonet_am_ruby_marbleized_heavy"
  8788. }
  8789. "32769664"
  8790. {
  8791. "icon_path" "econ/default_generated/weapon_bayonet_am_sapphire_marbleized_light"
  8792. }
  8793. "32769665"
  8794. {
  8795. "icon_path" "econ/default_generated/weapon_bayonet_am_sapphire_marbleized_medium"
  8796. }
  8797. "32769666"
  8798. {
  8799. "icon_path" "econ/default_generated/weapon_bayonet_am_sapphire_marbleized_heavy"
  8800. }
  8801. "32769668"
  8802. {
  8803. "icon_path" "econ/default_generated/weapon_bayonet_am_blackpearl_marbleized_light"
  8804. }
  8805. "32769669"
  8806. {
  8807. "icon_path" "econ/default_generated/weapon_bayonet_am_blackpearl_marbleized_medium"
  8808. }
  8809. "32769670"
  8810. {
  8811. "icon_path" "econ/default_generated/weapon_bayonet_am_blackpearl_marbleized_heavy"
  8812. }
  8813. "32769672"
  8814. {
  8815. "icon_path" "econ/default_generated/weapon_bayonet_am_doppler_phase1_light"
  8816. }
  8817. "32769673"
  8818. {
  8819. "icon_path" "econ/default_generated/weapon_bayonet_am_doppler_phase1_medium"
  8820. }
  8821. "32769674"
  8822. {
  8823. "icon_path" "econ/default_generated/weapon_bayonet_am_doppler_phase1_heavy"
  8824. }
  8825. "32769676"
  8826. {
  8827. "icon_path" "econ/default_generated/weapon_bayonet_am_doppler_phase2_light"
  8828. }
  8829. "32769677"
  8830. {
  8831. "icon_path" "econ/default_generated/weapon_bayonet_am_doppler_phase2_medium"
  8832. }
  8833. "32769678"
  8834. {
  8835. "icon_path" "econ/default_generated/weapon_bayonet_am_doppler_phase2_heavy"
  8836. }
  8837. "32769680"
  8838. {
  8839. "icon_path" "econ/default_generated/weapon_bayonet_am_doppler_phase3_light"
  8840. }
  8841. "32769681"
  8842. {
  8843. "icon_path" "econ/default_generated/weapon_bayonet_am_doppler_phase3_medium"
  8844. }
  8845. "32769682"
  8846. {
  8847. "icon_path" "econ/default_generated/weapon_bayonet_am_doppler_phase3_heavy"
  8848. }
  8849. "32769684"
  8850. {
  8851. "icon_path" "econ/default_generated/weapon_bayonet_am_doppler_phase4_light"
  8852. }
  8853. "32769685"
  8854. {
  8855. "icon_path" "econ/default_generated/weapon_bayonet_am_doppler_phase4_medium"
  8856. }
  8857. "32769686"
  8858. {
  8859. "icon_path" "econ/default_generated/weapon_bayonet_am_doppler_phase4_heavy"
  8860. }
  8861. "32770232"
  8862. {
  8863. "icon_path" "econ/default_generated/weapon_bayonet_cu_bayonet_lore_light"
  8864. }
  8865. "32770233"
  8866. {
  8867. "icon_path" "econ/default_generated/weapon_bayonet_cu_bayonet_lore_medium"
  8868. }
  8869. "32770234"
  8870. {
  8871. "icon_path" "econ/default_generated/weapon_bayonet_cu_bayonet_lore_heavy"
  8872. }
  8873. "32770252"
  8874. {
  8875. "icon_path" "econ/default_generated/weapon_bayonet_cu_bayonet_stonewash_light"
  8876. }
  8877. "32770253"
  8878. {
  8879. "icon_path" "econ/default_generated/weapon_bayonet_cu_bayonet_stonewash_medium"
  8880. }
  8881. "32770254"
  8882. {
  8883. "icon_path" "econ/default_generated/weapon_bayonet_cu_bayonet_stonewash_heavy"
  8884. }
  8885. "32770272"
  8886. {
  8887. "icon_path" "econ/default_generated/weapon_bayonet_am_emerald_marbleized_light"
  8888. }
  8889. "32770273"
  8890. {
  8891. "icon_path" "econ/default_generated/weapon_bayonet_am_emerald_marbleized_medium"
  8892. }
  8893. "32770274"
  8894. {
  8895. "icon_path" "econ/default_generated/weapon_bayonet_am_emerald_marbleized_heavy"
  8896. }
  8897. "32770276"
  8898. {
  8899. "icon_path" "econ/default_generated/weapon_bayonet_am_gamma_doppler_phase1_light"
  8900. }
  8901. "32770277"
  8902. {
  8903. "icon_path" "econ/default_generated/weapon_bayonet_am_gamma_doppler_phase1_medium"
  8904. }
  8905. "32770278"
  8906. {
  8907. "icon_path" "econ/default_generated/weapon_bayonet_am_gamma_doppler_phase1_heavy"
  8908. }
  8909. "32770280"
  8910. {
  8911. "icon_path" "econ/default_generated/weapon_bayonet_am_gamma_doppler_phase2_light"
  8912. }
  8913. "32770281"
  8914. {
  8915. "icon_path" "econ/default_generated/weapon_bayonet_am_gamma_doppler_phase2_medium"
  8916. }
  8917. "32770282"
  8918. {
  8919. "icon_path" "econ/default_generated/weapon_bayonet_am_gamma_doppler_phase2_heavy"
  8920. }
  8921. "32770284"
  8922. {
  8923. "icon_path" "econ/default_generated/weapon_bayonet_am_gamma_doppler_phase3_light"
  8924. }
  8925. "32770285"
  8926. {
  8927. "icon_path" "econ/default_generated/weapon_bayonet_am_gamma_doppler_phase3_medium"
  8928. }
  8929. "32770286"
  8930. {
  8931. "icon_path" "econ/default_generated/weapon_bayonet_am_gamma_doppler_phase3_heavy"
  8932. }
  8933. "32770288"
  8934. {
  8935. "icon_path" "econ/default_generated/weapon_bayonet_am_gamma_doppler_phase4_light"
  8936. }
  8937. "32770289"
  8938. {
  8939. "icon_path" "econ/default_generated/weapon_bayonet_am_gamma_doppler_phase4_medium"
  8940. }
  8941. "32770290"
  8942. {
  8943. "icon_path" "econ/default_generated/weapon_bayonet_am_gamma_doppler_phase4_heavy"
  8944. }
  8945. "32770292"
  8946. {
  8947. "icon_path" "econ/default_generated/weapon_bayonet_gs_bayonet_autotronic_light"
  8948. }
  8949. "32770293"
  8950. {
  8951. "icon_path" "econ/default_generated/weapon_bayonet_gs_bayonet_autotronic_medium"
  8952. }
  8953. "32770294"
  8954. {
  8955. "icon_path" "econ/default_generated/weapon_bayonet_gs_bayonet_autotronic_heavy"
  8956. }
  8957. "32770312"
  8958. {
  8959. "icon_path" "econ/default_generated/weapon_bayonet_hy_ocean_knife_light"
  8960. }
  8961. "32770313"
  8962. {
  8963. "icon_path" "econ/default_generated/weapon_bayonet_hy_ocean_knife_medium"
  8964. }
  8965. "32770314"
  8966. {
  8967. "icon_path" "econ/default_generated/weapon_bayonet_hy_ocean_knife_heavy"
  8968. }
  8969. "32770320"
  8970. {
  8971. "icon_path" "econ/default_generated/weapon_bayonet_am_marked_up_light"
  8972. }
  8973. "32770321"
  8974. {
  8975. "icon_path" "econ/default_generated/weapon_bayonet_am_marked_up_medium"
  8976. }
  8977. "32770322"
  8978. {
  8979. "icon_path" "econ/default_generated/weapon_bayonet_am_marked_up_heavy"
  8980. }
  8981. "33095700"
  8982. {
  8983. "icon_path" "econ/default_generated/weapon_knife_flip_hy_ddpat_light"
  8984. }
  8985. "33095701"
  8986. {
  8987. "icon_path" "econ/default_generated/weapon_knife_flip_hy_ddpat_medium"
  8988. }
  8989. "33095702"
  8990. {
  8991. "icon_path" "econ/default_generated/weapon_knife_flip_hy_ddpat_heavy"
  8992. }
  8993. "33095728"
  8994. {
  8995. "icon_path" "econ/default_generated/weapon_knife_flip_hy_webs_light"
  8996. }
  8997. "33095729"
  8998. {
  8999. "icon_path" "econ/default_generated/weapon_knife_flip_hy_webs_medium"
  9000. }
  9001. "33095730"
  9002. {
  9003. "icon_path" "econ/default_generated/weapon_knife_flip_hy_webs_heavy"
  9004. }
  9005. "33095832"
  9006. {
  9007. "icon_path" "econ/default_generated/weapon_knife_flip_aa_fade_light"
  9008. }
  9009. "33095833"
  9010. {
  9011. "icon_path" "econ/default_generated/weapon_knife_flip_aa_fade_medium"
  9012. }
  9013. "33095834"
  9014. {
  9015. "icon_path" "econ/default_generated/weapon_knife_flip_aa_fade_heavy"
  9016. }
  9017. "33095840"
  9018. {
  9019. "icon_path" "econ/default_generated/weapon_knife_flip_so_night_light"
  9020. }
  9021. "33095841"
  9022. {
  9023. "icon_path" "econ/default_generated/weapon_knife_flip_so_night_medium"
  9024. }
  9025. "33095842"
  9026. {
  9027. "icon_path" "econ/default_generated/weapon_knife_flip_so_night_heavy"
  9028. }
  9029. "33095848"
  9030. {
  9031. "icon_path" "econ/default_generated/weapon_knife_flip_aq_blued_light"
  9032. }
  9033. "33095849"
  9034. {
  9035. "icon_path" "econ/default_generated/weapon_knife_flip_aq_blued_medium"
  9036. }
  9037. "33095850"
  9038. {
  9039. "icon_path" "econ/default_generated/weapon_knife_flip_aq_blued_heavy"
  9040. }
  9041. "33095852"
  9042. {
  9043. "icon_path" "econ/default_generated/weapon_knife_flip_aq_forced_light"
  9044. }
  9045. "33095853"
  9046. {
  9047. "icon_path" "econ/default_generated/weapon_knife_flip_aq_forced_medium"
  9048. }
  9049. "33095854"
  9050. {
  9051. "icon_path" "econ/default_generated/weapon_knife_flip_aq_forced_heavy"
  9052. }
  9053. "33095856"
  9054. {
  9055. "icon_path" "econ/default_generated/weapon_knife_flip_aq_oiled_light"
  9056. }
  9057. "33095857"
  9058. {
  9059. "icon_path" "econ/default_generated/weapon_knife_flip_aq_oiled_medium"
  9060. }
  9061. "33095858"
  9062. {
  9063. "icon_path" "econ/default_generated/weapon_knife_flip_aq_oiled_heavy"
  9064. }
  9065. "33095916"
  9066. {
  9067. "icon_path" "econ/default_generated/weapon_knife_flip_am_zebra_light"
  9068. }
  9069. "33095917"
  9070. {
  9071. "icon_path" "econ/default_generated/weapon_knife_flip_am_zebra_medium"
  9072. }
  9073. "33095918"
  9074. {
  9075. "icon_path" "econ/default_generated/weapon_knife_flip_am_zebra_heavy"
  9076. }
  9077. "33095968"
  9078. {
  9079. "icon_path" "econ/default_generated/weapon_knife_flip_sp_mesh_tan_light"
  9080. }
  9081. "33095969"
  9082. {
  9083. "icon_path" "econ/default_generated/weapon_knife_flip_sp_mesh_tan_medium"
  9084. }
  9085. "33095970"
  9086. {
  9087. "icon_path" "econ/default_generated/weapon_knife_flip_sp_mesh_tan_heavy"
  9088. }
  9089. "33095988"
  9090. {
  9091. "icon_path" "econ/default_generated/weapon_knife_flip_hy_forest_boreal_light"
  9092. }
  9093. "33095989"
  9094. {
  9095. "icon_path" "econ/default_generated/weapon_knife_flip_hy_forest_boreal_medium"
  9096. }
  9097. "33095990"
  9098. {
  9099. "icon_path" "econ/default_generated/weapon_knife_flip_hy_forest_boreal_heavy"
  9100. }
  9101. "33096072"
  9102. {
  9103. "icon_path" "econ/default_generated/weapon_knife_flip_so_purple_light"
  9104. }
  9105. "33096073"
  9106. {
  9107. "icon_path" "econ/default_generated/weapon_knife_flip_so_purple_medium"
  9108. }
  9109. "33096074"
  9110. {
  9111. "icon_path" "econ/default_generated/weapon_knife_flip_so_purple_heavy"
  9112. }
  9113. "33096252"
  9114. {
  9115. "icon_path" "econ/default_generated/weapon_knife_flip_sp_tape_urban_light"
  9116. }
  9117. "33096253"
  9118. {
  9119. "icon_path" "econ/default_generated/weapon_knife_flip_sp_tape_urban_medium"
  9120. }
  9121. "33096254"
  9122. {
  9123. "icon_path" "econ/default_generated/weapon_knife_flip_sp_tape_urban_heavy"
  9124. }
  9125. "33096380"
  9126. {
  9127. "icon_path" "econ/default_generated/weapon_knife_flip_sp_dapple_light"
  9128. }
  9129. "33096381"
  9130. {
  9131. "icon_path" "econ/default_generated/weapon_knife_flip_sp_dapple_medium"
  9132. }
  9133. "33096382"
  9134. {
  9135. "icon_path" "econ/default_generated/weapon_knife_flip_sp_dapple_heavy"
  9136. }
  9137. "33097316"
  9138. {
  9139. "icon_path" "econ/default_generated/weapon_knife_flip_an_tiger_orange_light"
  9140. }
  9141. "33097317"
  9142. {
  9143. "icon_path" "econ/default_generated/weapon_knife_flip_an_tiger_orange_medium"
  9144. }
  9145. "33097318"
  9146. {
  9147. "icon_path" "econ/default_generated/weapon_knife_flip_an_tiger_orange_heavy"
  9148. }
  9149. "33097320"
  9150. {
  9151. "icon_path" "econ/default_generated/weapon_knife_flip_aq_damascus_light"
  9152. }
  9153. "33097321"
  9154. {
  9155. "icon_path" "econ/default_generated/weapon_knife_flip_aq_damascus_medium"
  9156. }
  9157. "33097322"
  9158. {
  9159. "icon_path" "econ/default_generated/weapon_knife_flip_aq_damascus_heavy"
  9160. }
  9161. "33097332"
  9162. {
  9163. "icon_path" "econ/default_generated/weapon_knife_flip_am_marble_fade_light"
  9164. }
  9165. "33097333"
  9166. {
  9167. "icon_path" "econ/default_generated/weapon_knife_flip_am_marble_fade_medium"
  9168. }
  9169. "33097334"
  9170. {
  9171. "icon_path" "econ/default_generated/weapon_knife_flip_am_marble_fade_heavy"
  9172. }
  9173. "33097336"
  9174. {
  9175. "icon_path" "econ/default_generated/weapon_knife_flip_aq_steel_knife_light"
  9176. }
  9177. "33097337"
  9178. {
  9179. "icon_path" "econ/default_generated/weapon_knife_flip_aq_steel_knife_medium"
  9180. }
  9181. "33097338"
  9182. {
  9183. "icon_path" "econ/default_generated/weapon_knife_flip_aq_steel_knife_heavy"
  9184. }
  9185. "33097340"
  9186. {
  9187. "icon_path" "econ/default_generated/weapon_knife_flip_am_ruby_marbleized_light"
  9188. }
  9189. "33097341"
  9190. {
  9191. "icon_path" "econ/default_generated/weapon_knife_flip_am_ruby_marbleized_medium"
  9192. }
  9193. "33097342"
  9194. {
  9195. "icon_path" "econ/default_generated/weapon_knife_flip_am_ruby_marbleized_heavy"
  9196. }
  9197. "33097344"
  9198. {
  9199. "icon_path" "econ/default_generated/weapon_knife_flip_am_sapphire_marbleized_light"
  9200. }
  9201. "33097345"
  9202. {
  9203. "icon_path" "econ/default_generated/weapon_knife_flip_am_sapphire_marbleized_medium"
  9204. }
  9205. "33097346"
  9206. {
  9207. "icon_path" "econ/default_generated/weapon_knife_flip_am_sapphire_marbleized_heavy"
  9208. }
  9209. "33097348"
  9210. {
  9211. "icon_path" "econ/default_generated/weapon_knife_flip_am_blackpearl_marbleized_light"
  9212. }
  9213. "33097349"
  9214. {
  9215. "icon_path" "econ/default_generated/weapon_knife_flip_am_blackpearl_marbleized_medium"
  9216. }
  9217. "33097350"
  9218. {
  9219. "icon_path" "econ/default_generated/weapon_knife_flip_am_blackpearl_marbleized_heavy"
  9220. }
  9221. "33097352"
  9222. {
  9223. "icon_path" "econ/default_generated/weapon_knife_flip_am_doppler_phase1_light"
  9224. }
  9225. "33097353"
  9226. {
  9227. "icon_path" "econ/default_generated/weapon_knife_flip_am_doppler_phase1_medium"
  9228. }
  9229. "33097354"
  9230. {
  9231. "icon_path" "econ/default_generated/weapon_knife_flip_am_doppler_phase1_heavy"
  9232. }
  9233. "33097356"
  9234. {
  9235. "icon_path" "econ/default_generated/weapon_knife_flip_am_doppler_phase2_light"
  9236. }
  9237. "33097357"
  9238. {
  9239. "icon_path" "econ/default_generated/weapon_knife_flip_am_doppler_phase2_medium"
  9240. }
  9241. "33097358"
  9242. {
  9243. "icon_path" "econ/default_generated/weapon_knife_flip_am_doppler_phase2_heavy"
  9244. }
  9245. "33097360"
  9246. {
  9247. "icon_path" "econ/default_generated/weapon_knife_flip_am_doppler_phase3_light"
  9248. }
  9249. "33097361"
  9250. {
  9251. "icon_path" "econ/default_generated/weapon_knife_flip_am_doppler_phase3_medium"
  9252. }
  9253. "33097362"
  9254. {
  9255. "icon_path" "econ/default_generated/weapon_knife_flip_am_doppler_phase3_heavy"
  9256. }
  9257. "33097364"
  9258. {
  9259. "icon_path" "econ/default_generated/weapon_knife_flip_am_doppler_phase4_light"
  9260. }
  9261. "33097365"
  9262. {
  9263. "icon_path" "econ/default_generated/weapon_knife_flip_am_doppler_phase4_medium"
  9264. }
  9265. "33097366"
  9266. {
  9267. "icon_path" "econ/default_generated/weapon_knife_flip_am_doppler_phase4_heavy"
  9268. }
  9269. "33097916"
  9270. {
  9271. "icon_path" "econ/default_generated/weapon_knife_flip_cu_flip_lore_light"
  9272. }
  9273. "33097917"
  9274. {
  9275. "icon_path" "econ/default_generated/weapon_knife_flip_cu_flip_lore_medium"
  9276. }
  9277. "33097918"
  9278. {
  9279. "icon_path" "econ/default_generated/weapon_knife_flip_cu_flip_lore_heavy"
  9280. }
  9281. "33097936"
  9282. {
  9283. "icon_path" "econ/default_generated/weapon_knife_flip_cu_flip_stonewash_light"
  9284. }
  9285. "33097937"
  9286. {
  9287. "icon_path" "econ/default_generated/weapon_knife_flip_cu_flip_stonewash_medium"
  9288. }
  9289. "33097938"
  9290. {
  9291. "icon_path" "econ/default_generated/weapon_knife_flip_cu_flip_stonewash_heavy"
  9292. }
  9293. "33097952"
  9294. {
  9295. "icon_path" "econ/default_generated/weapon_knife_flip_am_emerald_marbleized_light"
  9296. }
  9297. "33097953"
  9298. {
  9299. "icon_path" "econ/default_generated/weapon_knife_flip_am_emerald_marbleized_medium"
  9300. }
  9301. "33097954"
  9302. {
  9303. "icon_path" "econ/default_generated/weapon_knife_flip_am_emerald_marbleized_heavy"
  9304. }
  9305. "33097956"
  9306. {
  9307. "icon_path" "econ/default_generated/weapon_knife_flip_am_gamma_doppler_phase1_light"
  9308. }
  9309. "33097957"
  9310. {
  9311. "icon_path" "econ/default_generated/weapon_knife_flip_am_gamma_doppler_phase1_medium"
  9312. }
  9313. "33097958"
  9314. {
  9315. "icon_path" "econ/default_generated/weapon_knife_flip_am_gamma_doppler_phase1_heavy"
  9316. }
  9317. "33097960"
  9318. {
  9319. "icon_path" "econ/default_generated/weapon_knife_flip_am_gamma_doppler_phase2_light"
  9320. }
  9321. "33097961"
  9322. {
  9323. "icon_path" "econ/default_generated/weapon_knife_flip_am_gamma_doppler_phase2_medium"
  9324. }
  9325. "33097962"
  9326. {
  9327. "icon_path" "econ/default_generated/weapon_knife_flip_am_gamma_doppler_phase2_heavy"
  9328. }
  9329. "33097964"
  9330. {
  9331. "icon_path" "econ/default_generated/weapon_knife_flip_am_gamma_doppler_phase3_light"
  9332. }
  9333. "33097965"
  9334. {
  9335. "icon_path" "econ/default_generated/weapon_knife_flip_am_gamma_doppler_phase3_medium"
  9336. }
  9337. "33097966"
  9338. {
  9339. "icon_path" "econ/default_generated/weapon_knife_flip_am_gamma_doppler_phase3_heavy"
  9340. }
  9341. "33097968"
  9342. {
  9343. "icon_path" "econ/default_generated/weapon_knife_flip_am_gamma_doppler_phase4_light"
  9344. }
  9345. "33097969"
  9346. {
  9347. "icon_path" "econ/default_generated/weapon_knife_flip_am_gamma_doppler_phase4_medium"
  9348. }
  9349. "33097970"
  9350. {
  9351. "icon_path" "econ/default_generated/weapon_knife_flip_am_gamma_doppler_phase4_heavy"
  9352. }
  9353. "33097976"
  9354. {
  9355. "icon_path" "econ/default_generated/weapon_knife_flip_gs_flip_autotronic_light"
  9356. }
  9357. "33097977"
  9358. {
  9359. "icon_path" "econ/default_generated/weapon_knife_flip_gs_flip_autotronic_medium"
  9360. }
  9361. "33097978"
  9362. {
  9363. "icon_path" "econ/default_generated/weapon_knife_flip_gs_flip_autotronic_heavy"
  9364. }
  9365. "33097992"
  9366. {
  9367. "icon_path" "econ/default_generated/weapon_knife_flip_hy_ocean_knife_light"
  9368. }
  9369. "33097993"
  9370. {
  9371. "icon_path" "econ/default_generated/weapon_knife_flip_hy_ocean_knife_medium"
  9372. }
  9373. "33097994"
  9374. {
  9375. "icon_path" "econ/default_generated/weapon_knife_flip_hy_ocean_knife_heavy"
  9376. }
  9377. "33098000"
  9378. {
  9379. "icon_path" "econ/default_generated/weapon_knife_flip_am_marked_up_light"
  9380. }
  9381. "33098001"
  9382. {
  9383. "icon_path" "econ/default_generated/weapon_knife_flip_am_marked_up_medium"
  9384. }
  9385. "33098002"
  9386. {
  9387. "icon_path" "econ/default_generated/weapon_knife_flip_am_marked_up_heavy"
  9388. }
  9389. "33161236"
  9390. {
  9391. "icon_path" "econ/default_generated/weapon_knife_gut_hy_ddpat_light"
  9392. }
  9393. "33161237"
  9394. {
  9395. "icon_path" "econ/default_generated/weapon_knife_gut_hy_ddpat_medium"
  9396. }
  9397. "33161238"
  9398. {
  9399. "icon_path" "econ/default_generated/weapon_knife_gut_hy_ddpat_heavy"
  9400. }
  9401. "33161264"
  9402. {
  9403. "icon_path" "econ/default_generated/weapon_knife_gut_hy_webs_light"
  9404. }
  9405. "33161265"
  9406. {
  9407. "icon_path" "econ/default_generated/weapon_knife_gut_hy_webs_medium"
  9408. }
  9409. "33161266"
  9410. {
  9411. "icon_path" "econ/default_generated/weapon_knife_gut_hy_webs_heavy"
  9412. }
  9413. "33161368"
  9414. {
  9415. "icon_path" "econ/default_generated/weapon_knife_gut_aa_fade_light"
  9416. }
  9417. "33161369"
  9418. {
  9419. "icon_path" "econ/default_generated/weapon_knife_gut_aa_fade_medium"
  9420. }
  9421. "33161370"
  9422. {
  9423. "icon_path" "econ/default_generated/weapon_knife_gut_aa_fade_heavy"
  9424. }
  9425. "33161376"
  9426. {
  9427. "icon_path" "econ/default_generated/weapon_knife_gut_so_night_light"
  9428. }
  9429. "33161377"
  9430. {
  9431. "icon_path" "econ/default_generated/weapon_knife_gut_so_night_medium"
  9432. }
  9433. "33161378"
  9434. {
  9435. "icon_path" "econ/default_generated/weapon_knife_gut_so_night_heavy"
  9436. }
  9437. "33161384"
  9438. {
  9439. "icon_path" "econ/default_generated/weapon_knife_gut_aq_blued_light"
  9440. }
  9441. "33161385"
  9442. {
  9443. "icon_path" "econ/default_generated/weapon_knife_gut_aq_blued_medium"
  9444. }
  9445. "33161386"
  9446. {
  9447. "icon_path" "econ/default_generated/weapon_knife_gut_aq_blued_heavy"
  9448. }
  9449. "33161388"
  9450. {
  9451. "icon_path" "econ/default_generated/weapon_knife_gut_aq_forced_light"
  9452. }
  9453. "33161389"
  9454. {
  9455. "icon_path" "econ/default_generated/weapon_knife_gut_aq_forced_medium"
  9456. }
  9457. "33161390"
  9458. {
  9459. "icon_path" "econ/default_generated/weapon_knife_gut_aq_forced_heavy"
  9460. }
  9461. "33161392"
  9462. {
  9463. "icon_path" "econ/default_generated/weapon_knife_gut_aq_oiled_light"
  9464. }
  9465. "33161393"
  9466. {
  9467. "icon_path" "econ/default_generated/weapon_knife_gut_aq_oiled_medium"
  9468. }
  9469. "33161394"
  9470. {
  9471. "icon_path" "econ/default_generated/weapon_knife_gut_aq_oiled_heavy"
  9472. }
  9473. "33161452"
  9474. {
  9475. "icon_path" "econ/default_generated/weapon_knife_gut_am_zebra_light"
  9476. }
  9477. "33161453"
  9478. {
  9479. "icon_path" "econ/default_generated/weapon_knife_gut_am_zebra_medium"
  9480. }
  9481. "33161454"
  9482. {
  9483. "icon_path" "econ/default_generated/weapon_knife_gut_am_zebra_heavy"
  9484. }
  9485. "33161504"
  9486. {
  9487. "icon_path" "econ/default_generated/weapon_knife_gut_sp_mesh_tan_light"
  9488. }
  9489. "33161505"
  9490. {
  9491. "icon_path" "econ/default_generated/weapon_knife_gut_sp_mesh_tan_medium"
  9492. }
  9493. "33161506"
  9494. {
  9495. "icon_path" "econ/default_generated/weapon_knife_gut_sp_mesh_tan_heavy"
  9496. }
  9497. "33161524"
  9498. {
  9499. "icon_path" "econ/default_generated/weapon_knife_gut_hy_forest_boreal_light"
  9500. }
  9501. "33161525"
  9502. {
  9503. "icon_path" "econ/default_generated/weapon_knife_gut_hy_forest_boreal_medium"
  9504. }
  9505. "33161526"
  9506. {
  9507. "icon_path" "econ/default_generated/weapon_knife_gut_hy_forest_boreal_heavy"
  9508. }
  9509. "33161608"
  9510. {
  9511. "icon_path" "econ/default_generated/weapon_knife_gut_so_purple_light"
  9512. }
  9513. "33161609"
  9514. {
  9515. "icon_path" "econ/default_generated/weapon_knife_gut_so_purple_medium"
  9516. }
  9517. "33161610"
  9518. {
  9519. "icon_path" "econ/default_generated/weapon_knife_gut_so_purple_heavy"
  9520. }
  9521. "33161788"
  9522. {
  9523. "icon_path" "econ/default_generated/weapon_knife_gut_sp_tape_urban_light"
  9524. }
  9525. "33161789"
  9526. {
  9527. "icon_path" "econ/default_generated/weapon_knife_gut_sp_tape_urban_medium"
  9528. }
  9529. "33161790"
  9530. {
  9531. "icon_path" "econ/default_generated/weapon_knife_gut_sp_tape_urban_heavy"
  9532. }
  9533. "33161916"
  9534. {
  9535. "icon_path" "econ/default_generated/weapon_knife_gut_sp_dapple_light"
  9536. }
  9537. "33161917"
  9538. {
  9539. "icon_path" "econ/default_generated/weapon_knife_gut_sp_dapple_medium"
  9540. }
  9541. "33161918"
  9542. {
  9543. "icon_path" "econ/default_generated/weapon_knife_gut_sp_dapple_heavy"
  9544. }
  9545. "33162852"
  9546. {
  9547. "icon_path" "econ/default_generated/weapon_knife_gut_an_tiger_orange_light"
  9548. }
  9549. "33162853"
  9550. {
  9551. "icon_path" "econ/default_generated/weapon_knife_gut_an_tiger_orange_medium"
  9552. }
  9553. "33162854"
  9554. {
  9555. "icon_path" "econ/default_generated/weapon_knife_gut_an_tiger_orange_heavy"
  9556. }
  9557. "33162856"
  9558. {
  9559. "icon_path" "econ/default_generated/weapon_knife_gut_aq_damascus_light"
  9560. }
  9561. "33162857"
  9562. {
  9563. "icon_path" "econ/default_generated/weapon_knife_gut_aq_damascus_medium"
  9564. }
  9565. "33162858"
  9566. {
  9567. "icon_path" "econ/default_generated/weapon_knife_gut_aq_damascus_heavy"
  9568. }
  9569. "33162868"
  9570. {
  9571. "icon_path" "econ/default_generated/weapon_knife_gut_am_marble_fade_light"
  9572. }
  9573. "33162869"
  9574. {
  9575. "icon_path" "econ/default_generated/weapon_knife_gut_am_marble_fade_medium"
  9576. }
  9577. "33162870"
  9578. {
  9579. "icon_path" "econ/default_generated/weapon_knife_gut_am_marble_fade_heavy"
  9580. }
  9581. "33162872"
  9582. {
  9583. "icon_path" "econ/default_generated/weapon_knife_gut_aq_steel_knife_light"
  9584. }
  9585. "33162873"
  9586. {
  9587. "icon_path" "econ/default_generated/weapon_knife_gut_aq_steel_knife_medium"
  9588. }
  9589. "33162874"
  9590. {
  9591. "icon_path" "econ/default_generated/weapon_knife_gut_aq_steel_knife_heavy"
  9592. }
  9593. "33162876"
  9594. {
  9595. "icon_path" "econ/default_generated/weapon_knife_gut_am_ruby_marbleized_light"
  9596. }
  9597. "33162877"
  9598. {
  9599. "icon_path" "econ/default_generated/weapon_knife_gut_am_ruby_marbleized_medium"
  9600. }
  9601. "33162878"
  9602. {
  9603. "icon_path" "econ/default_generated/weapon_knife_gut_am_ruby_marbleized_heavy"
  9604. }
  9605. "33162880"
  9606. {
  9607. "icon_path" "econ/default_generated/weapon_knife_gut_am_sapphire_marbleized_light"
  9608. }
  9609. "33162881"
  9610. {
  9611. "icon_path" "econ/default_generated/weapon_knife_gut_am_sapphire_marbleized_medium"
  9612. }
  9613. "33162882"
  9614. {
  9615. "icon_path" "econ/default_generated/weapon_knife_gut_am_sapphire_marbleized_heavy"
  9616. }
  9617. "33162884"
  9618. {
  9619. "icon_path" "econ/default_generated/weapon_knife_gut_am_blackpearl_marbleized_light"
  9620. }
  9621. "33162885"
  9622. {
  9623. "icon_path" "econ/default_generated/weapon_knife_gut_am_blackpearl_marbleized_medium"
  9624. }
  9625. "33162886"
  9626. {
  9627. "icon_path" "econ/default_generated/weapon_knife_gut_am_blackpearl_marbleized_heavy"
  9628. }
  9629. "33162888"
  9630. {
  9631. "icon_path" "econ/default_generated/weapon_knife_gut_am_doppler_phase1_light"
  9632. }
  9633. "33162889"
  9634. {
  9635. "icon_path" "econ/default_generated/weapon_knife_gut_am_doppler_phase1_medium"
  9636. }
  9637. "33162890"
  9638. {
  9639. "icon_path" "econ/default_generated/weapon_knife_gut_am_doppler_phase1_heavy"
  9640. }
  9641. "33162892"
  9642. {
  9643. "icon_path" "econ/default_generated/weapon_knife_gut_am_doppler_phase2_light"
  9644. }
  9645. "33162893"
  9646. {
  9647. "icon_path" "econ/default_generated/weapon_knife_gut_am_doppler_phase2_medium"
  9648. }
  9649. "33162894"
  9650. {
  9651. "icon_path" "econ/default_generated/weapon_knife_gut_am_doppler_phase2_heavy"
  9652. }
  9653. "33162896"
  9654. {
  9655. "icon_path" "econ/default_generated/weapon_knife_gut_am_doppler_phase3_light"
  9656. }
  9657. "33162897"
  9658. {
  9659. "icon_path" "econ/default_generated/weapon_knife_gut_am_doppler_phase3_medium"
  9660. }
  9661. "33162898"
  9662. {
  9663. "icon_path" "econ/default_generated/weapon_knife_gut_am_doppler_phase3_heavy"
  9664. }
  9665. "33162900"
  9666. {
  9667. "icon_path" "econ/default_generated/weapon_knife_gut_am_doppler_phase4_light"
  9668. }
  9669. "33162901"
  9670. {
  9671. "icon_path" "econ/default_generated/weapon_knife_gut_am_doppler_phase4_medium"
  9672. }
  9673. "33162902"
  9674. {
  9675. "icon_path" "econ/default_generated/weapon_knife_gut_am_doppler_phase4_heavy"
  9676. }
  9677. "33163456"
  9678. {
  9679. "icon_path" "econ/default_generated/weapon_knife_gut_cu_gut_lore_light"
  9680. }
  9681. "33163457"
  9682. {
  9683. "icon_path" "econ/default_generated/weapon_knife_gut_cu_gut_lore_medium"
  9684. }
  9685. "33163458"
  9686. {
  9687. "icon_path" "econ/default_generated/weapon_knife_gut_cu_gut_lore_heavy"
  9688. }
  9689. "33163476"
  9690. {
  9691. "icon_path" "econ/default_generated/weapon_knife_gut_cu_gut_stonewash_light"
  9692. }
  9693. "33163477"
  9694. {
  9695. "icon_path" "econ/default_generated/weapon_knife_gut_cu_gut_stonewash_medium"
  9696. }
  9697. "33163478"
  9698. {
  9699. "icon_path" "econ/default_generated/weapon_knife_gut_cu_gut_stonewash_heavy"
  9700. }
  9701. "33163488"
  9702. {
  9703. "icon_path" "econ/default_generated/weapon_knife_gut_am_emerald_marbleized_light"
  9704. }
  9705. "33163489"
  9706. {
  9707. "icon_path" "econ/default_generated/weapon_knife_gut_am_emerald_marbleized_medium"
  9708. }
  9709. "33163490"
  9710. {
  9711. "icon_path" "econ/default_generated/weapon_knife_gut_am_emerald_marbleized_heavy"
  9712. }
  9713. "33163492"
  9714. {
  9715. "icon_path" "econ/default_generated/weapon_knife_gut_am_gamma_doppler_phase1_light"
  9716. }
  9717. "33163493"
  9718. {
  9719. "icon_path" "econ/default_generated/weapon_knife_gut_am_gamma_doppler_phase1_medium"
  9720. }
  9721. "33163494"
  9722. {
  9723. "icon_path" "econ/default_generated/weapon_knife_gut_am_gamma_doppler_phase1_heavy"
  9724. }
  9725. "33163496"
  9726. {
  9727. "icon_path" "econ/default_generated/weapon_knife_gut_am_gamma_doppler_phase2_light"
  9728. }
  9729. "33163497"
  9730. {
  9731. "icon_path" "econ/default_generated/weapon_knife_gut_am_gamma_doppler_phase2_medium"
  9732. }
  9733. "33163498"
  9734. {
  9735. "icon_path" "econ/default_generated/weapon_knife_gut_am_gamma_doppler_phase2_heavy"
  9736. }
  9737. "33163500"
  9738. {
  9739. "icon_path" "econ/default_generated/weapon_knife_gut_am_gamma_doppler_phase3_light"
  9740. }
  9741. "33163501"
  9742. {
  9743. "icon_path" "econ/default_generated/weapon_knife_gut_am_gamma_doppler_phase3_medium"
  9744. }
  9745. "33163502"
  9746. {
  9747. "icon_path" "econ/default_generated/weapon_knife_gut_am_gamma_doppler_phase3_heavy"
  9748. }
  9749. "33163504"
  9750. {
  9751. "icon_path" "econ/default_generated/weapon_knife_gut_am_gamma_doppler_phase4_light"
  9752. }
  9753. "33163505"
  9754. {
  9755. "icon_path" "econ/default_generated/weapon_knife_gut_am_gamma_doppler_phase4_medium"
  9756. }
  9757. "33163506"
  9758. {
  9759. "icon_path" "econ/default_generated/weapon_knife_gut_am_gamma_doppler_phase4_heavy"
  9760. }
  9761. "33163516"
  9762. {
  9763. "icon_path" "econ/default_generated/weapon_knife_gut_gs_gut_autotronic_light"
  9764. }
  9765. "33163517"
  9766. {
  9767. "icon_path" "econ/default_generated/weapon_knife_gut_gs_gut_autotronic_medium"
  9768. }
  9769. "33163518"
  9770. {
  9771. "icon_path" "econ/default_generated/weapon_knife_gut_gs_gut_autotronic_heavy"
  9772. }
  9773. "33163528"
  9774. {
  9775. "icon_path" "econ/default_generated/weapon_knife_gut_hy_ocean_knife_light"
  9776. }
  9777. "33163529"
  9778. {
  9779. "icon_path" "econ/default_generated/weapon_knife_gut_hy_ocean_knife_medium"
  9780. }
  9781. "33163530"
  9782. {
  9783. "icon_path" "econ/default_generated/weapon_knife_gut_hy_ocean_knife_heavy"
  9784. }
  9785. "33163536"
  9786. {
  9787. "icon_path" "econ/default_generated/weapon_knife_gut_am_marked_up_light"
  9788. }
  9789. "33163537"
  9790. {
  9791. "icon_path" "econ/default_generated/weapon_knife_gut_am_marked_up_medium"
  9792. }
  9793. "33163538"
  9794. {
  9795. "icon_path" "econ/default_generated/weapon_knife_gut_am_marked_up_heavy"
  9796. }
  9797. "33226772"
  9798. {
  9799. "icon_path" "econ/default_generated/weapon_knife_karambit_hy_ddpat_light"
  9800. }
  9801. "33226773"
  9802. {
  9803. "icon_path" "econ/default_generated/weapon_knife_karambit_hy_ddpat_medium"
  9804. }
  9805. "33226774"
  9806. {
  9807. "icon_path" "econ/default_generated/weapon_knife_karambit_hy_ddpat_heavy"
  9808. }
  9809. "33226800"
  9810. {
  9811. "icon_path" "econ/default_generated/weapon_knife_karambit_hy_webs_light"
  9812. }
  9813. "33226801"
  9814. {
  9815. "icon_path" "econ/default_generated/weapon_knife_karambit_hy_webs_medium"
  9816. }
  9817. "33226802"
  9818. {
  9819. "icon_path" "econ/default_generated/weapon_knife_karambit_hy_webs_heavy"
  9820. }
  9821. "33226904"
  9822. {
  9823. "icon_path" "econ/default_generated/weapon_knife_karambit_aa_fade_light"
  9824. }
  9825. "33226905"
  9826. {
  9827. "icon_path" "econ/default_generated/weapon_knife_karambit_aa_fade_medium"
  9828. }
  9829. "33226906"
  9830. {
  9831. "icon_path" "econ/default_generated/weapon_knife_karambit_aa_fade_heavy"
  9832. }
  9833. "33226912"
  9834. {
  9835. "icon_path" "econ/default_generated/weapon_knife_karambit_so_night_light"
  9836. }
  9837. "33226913"
  9838. {
  9839. "icon_path" "econ/default_generated/weapon_knife_karambit_so_night_medium"
  9840. }
  9841. "33226914"
  9842. {
  9843. "icon_path" "econ/default_generated/weapon_knife_karambit_so_night_heavy"
  9844. }
  9845. "33226920"
  9846. {
  9847. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_blued_light"
  9848. }
  9849. "33226921"
  9850. {
  9851. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_blued_medium"
  9852. }
  9853. "33226922"
  9854. {
  9855. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_blued_heavy"
  9856. }
  9857. "33226924"
  9858. {
  9859. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_forced_light"
  9860. }
  9861. "33226925"
  9862. {
  9863. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_forced_medium"
  9864. }
  9865. "33226926"
  9866. {
  9867. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_forced_heavy"
  9868. }
  9869. "33226928"
  9870. {
  9871. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_oiled_light"
  9872. }
  9873. "33226929"
  9874. {
  9875. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_oiled_medium"
  9876. }
  9877. "33226930"
  9878. {
  9879. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_oiled_heavy"
  9880. }
  9881. "33226988"
  9882. {
  9883. "icon_path" "econ/default_generated/weapon_knife_karambit_am_zebra_light"
  9884. }
  9885. "33226989"
  9886. {
  9887. "icon_path" "econ/default_generated/weapon_knife_karambit_am_zebra_medium"
  9888. }
  9889. "33226990"
  9890. {
  9891. "icon_path" "econ/default_generated/weapon_knife_karambit_am_zebra_heavy"
  9892. }
  9893. "33227040"
  9894. {
  9895. "icon_path" "econ/default_generated/weapon_knife_karambit_sp_mesh_tan_light"
  9896. }
  9897. "33227041"
  9898. {
  9899. "icon_path" "econ/default_generated/weapon_knife_karambit_sp_mesh_tan_medium"
  9900. }
  9901. "33227042"
  9902. {
  9903. "icon_path" "econ/default_generated/weapon_knife_karambit_sp_mesh_tan_heavy"
  9904. }
  9905. "33227060"
  9906. {
  9907. "icon_path" "econ/default_generated/weapon_knife_karambit_hy_forest_boreal_light"
  9908. }
  9909. "33227061"
  9910. {
  9911. "icon_path" "econ/default_generated/weapon_knife_karambit_hy_forest_boreal_medium"
  9912. }
  9913. "33227062"
  9914. {
  9915. "icon_path" "econ/default_generated/weapon_knife_karambit_hy_forest_boreal_heavy"
  9916. }
  9917. "33227144"
  9918. {
  9919. "icon_path" "econ/default_generated/weapon_knife_karambit_so_purple_light"
  9920. }
  9921. "33227145"
  9922. {
  9923. "icon_path" "econ/default_generated/weapon_knife_karambit_so_purple_medium"
  9924. }
  9925. "33227146"
  9926. {
  9927. "icon_path" "econ/default_generated/weapon_knife_karambit_so_purple_heavy"
  9928. }
  9929. "33227324"
  9930. {
  9931. "icon_path" "econ/default_generated/weapon_knife_karambit_sp_tape_urban_light"
  9932. }
  9933. "33227325"
  9934. {
  9935. "icon_path" "econ/default_generated/weapon_knife_karambit_sp_tape_urban_medium"
  9936. }
  9937. "33227326"
  9938. {
  9939. "icon_path" "econ/default_generated/weapon_knife_karambit_sp_tape_urban_heavy"
  9940. }
  9941. "33227452"
  9942. {
  9943. "icon_path" "econ/default_generated/weapon_knife_karambit_sp_dapple_light"
  9944. }
  9945. "33227453"
  9946. {
  9947. "icon_path" "econ/default_generated/weapon_knife_karambit_sp_dapple_medium"
  9948. }
  9949. "33227454"
  9950. {
  9951. "icon_path" "econ/default_generated/weapon_knife_karambit_sp_dapple_heavy"
  9952. }
  9953. "33228388"
  9954. {
  9955. "icon_path" "econ/default_generated/weapon_knife_karambit_an_tiger_orange_light"
  9956. }
  9957. "33228389"
  9958. {
  9959. "icon_path" "econ/default_generated/weapon_knife_karambit_an_tiger_orange_medium"
  9960. }
  9961. "33228390"
  9962. {
  9963. "icon_path" "econ/default_generated/weapon_knife_karambit_an_tiger_orange_heavy"
  9964. }
  9965. "33228392"
  9966. {
  9967. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_damascus_light"
  9968. }
  9969. "33228393"
  9970. {
  9971. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_damascus_medium"
  9972. }
  9973. "33228394"
  9974. {
  9975. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_damascus_heavy"
  9976. }
  9977. "33228404"
  9978. {
  9979. "icon_path" "econ/default_generated/weapon_knife_karambit_am_marble_fade_light"
  9980. }
  9981. "33228405"
  9982. {
  9983. "icon_path" "econ/default_generated/weapon_knife_karambit_am_marble_fade_medium"
  9984. }
  9985. "33228406"
  9986. {
  9987. "icon_path" "econ/default_generated/weapon_knife_karambit_am_marble_fade_heavy"
  9988. }
  9989. "33228408"
  9990. {
  9991. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_steel_knife_light"
  9992. }
  9993. "33228409"
  9994. {
  9995. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_steel_knife_medium"
  9996. }
  9997. "33228410"
  9998. {
  9999. "icon_path" "econ/default_generated/weapon_knife_karambit_aq_steel_knife_heavy"
  10000. }
  10001. "33228412"
  10002. {
  10003. "icon_path" "econ/default_generated/weapon_knife_karambit_am_ruby_marbleized_light"
  10004. }
  10005. "33228413"
  10006. {
  10007. "icon_path" "econ/default_generated/weapon_knife_karambit_am_ruby_marbleized_medium"
  10008. }
  10009. "33228414"
  10010. {
  10011. "icon_path" "econ/default_generated/weapon_knife_karambit_am_ruby_marbleized_heavy"
  10012. }
  10013. "33228416"
  10014. {
  10015. "icon_path" "econ/default_generated/weapon_knife_karambit_am_sapphire_marbleized_light"
  10016. }
  10017. "33228417"
  10018. {
  10019. "icon_path" "econ/default_generated/weapon_knife_karambit_am_sapphire_marbleized_medium"
  10020. }
  10021. "33228418"
  10022. {
  10023. "icon_path" "econ/default_generated/weapon_knife_karambit_am_sapphire_marbleized_heavy"
  10024. }
  10025. "33228420"
  10026. {
  10027. "icon_path" "econ/default_generated/weapon_knife_karambit_am_blackpearl_marbleized_light"
  10028. }
  10029. "33228421"
  10030. {
  10031. "icon_path" "econ/default_generated/weapon_knife_karambit_am_blackpearl_marbleized_medium"
  10032. }
  10033. "33228422"
  10034. {
  10035. "icon_path" "econ/default_generated/weapon_knife_karambit_am_blackpearl_marbleized_heavy"
  10036. }
  10037. "33228424"
  10038. {
  10039. "icon_path" "econ/default_generated/weapon_knife_karambit_am_doppler_phase1_light"
  10040. }
  10041. "33228425"
  10042. {
  10043. "icon_path" "econ/default_generated/weapon_knife_karambit_am_doppler_phase1_medium"
  10044. }
  10045. "33228426"
  10046. {
  10047. "icon_path" "econ/default_generated/weapon_knife_karambit_am_doppler_phase1_heavy"
  10048. }
  10049. "33228428"
  10050. {
  10051. "icon_path" "econ/default_generated/weapon_knife_karambit_am_doppler_phase2_light"
  10052. }
  10053. "33228429"
  10054. {
  10055. "icon_path" "econ/default_generated/weapon_knife_karambit_am_doppler_phase2_medium"
  10056. }
  10057. "33228430"
  10058. {
  10059. "icon_path" "econ/default_generated/weapon_knife_karambit_am_doppler_phase2_heavy"
  10060. }
  10061. "33228432"
  10062. {
  10063. "icon_path" "econ/default_generated/weapon_knife_karambit_am_doppler_phase3_light"
  10064. }
  10065. "33228433"
  10066. {
  10067. "icon_path" "econ/default_generated/weapon_knife_karambit_am_doppler_phase3_medium"
  10068. }
  10069. "33228434"
  10070. {
  10071. "icon_path" "econ/default_generated/weapon_knife_karambit_am_doppler_phase3_heavy"
  10072. }
  10073. "33228436"
  10074. {
  10075. "icon_path" "econ/default_generated/weapon_knife_karambit_am_doppler_phase4_light"
  10076. }
  10077. "33228437"
  10078. {
  10079. "icon_path" "econ/default_generated/weapon_knife_karambit_am_doppler_phase4_medium"
  10080. }
  10081. "33228438"
  10082. {
  10083. "icon_path" "econ/default_generated/weapon_knife_karambit_am_doppler_phase4_heavy"
  10084. }
  10085. "33228996"
  10086. {
  10087. "icon_path" "econ/default_generated/weapon_knife_karambit_cu_karam_lore_light"
  10088. }
  10089. "33228997"
  10090. {
  10091. "icon_path" "econ/default_generated/weapon_knife_karambit_cu_karam_lore_medium"
  10092. }
  10093. "33228998"
  10094. {
  10095. "icon_path" "econ/default_generated/weapon_knife_karambit_cu_karam_lore_heavy"
  10096. }
  10097. "33229016"
  10098. {
  10099. "icon_path" "econ/default_generated/weapon_knife_karambit_cu_karam_stonewash_light"
  10100. }
  10101. "33229017"
  10102. {
  10103. "icon_path" "econ/default_generated/weapon_knife_karambit_cu_karam_stonewash_medium"
  10104. }
  10105. "33229018"
  10106. {
  10107. "icon_path" "econ/default_generated/weapon_knife_karambit_cu_karam_stonewash_heavy"
  10108. }
  10109. "33229024"
  10110. {
  10111. "icon_path" "econ/default_generated/weapon_knife_karambit_am_emerald_marbleized_light"
  10112. }
  10113. "33229025"
  10114. {
  10115. "icon_path" "econ/default_generated/weapon_knife_karambit_am_emerald_marbleized_medium"
  10116. }
  10117. "33229026"
  10118. {
  10119. "icon_path" "econ/default_generated/weapon_knife_karambit_am_emerald_marbleized_heavy"
  10120. }
  10121. "33229028"
  10122. {
  10123. "icon_path" "econ/default_generated/weapon_knife_karambit_am_gamma_doppler_phase1_light"
  10124. }
  10125. "33229029"
  10126. {
  10127. "icon_path" "econ/default_generated/weapon_knife_karambit_am_gamma_doppler_phase1_medium"
  10128. }
  10129. "33229030"
  10130. {
  10131. "icon_path" "econ/default_generated/weapon_knife_karambit_am_gamma_doppler_phase1_heavy"
  10132. }
  10133. "33229032"
  10134. {
  10135. "icon_path" "econ/default_generated/weapon_knife_karambit_am_gamma_doppler_phase2_light"
  10136. }
  10137. "33229033"
  10138. {
  10139. "icon_path" "econ/default_generated/weapon_knife_karambit_am_gamma_doppler_phase2_medium"
  10140. }
  10141. "33229034"
  10142. {
  10143. "icon_path" "econ/default_generated/weapon_knife_karambit_am_gamma_doppler_phase2_heavy"
  10144. }
  10145. "33229036"
  10146. {
  10147. "icon_path" "econ/default_generated/weapon_knife_karambit_am_gamma_doppler_phase3_light"
  10148. }
  10149. "33229037"
  10150. {
  10151. "icon_path" "econ/default_generated/weapon_knife_karambit_am_gamma_doppler_phase3_medium"
  10152. }
  10153. "33229038"
  10154. {
  10155. "icon_path" "econ/default_generated/weapon_knife_karambit_am_gamma_doppler_phase3_heavy"
  10156. }
  10157. "33229040"
  10158. {
  10159. "icon_path" "econ/default_generated/weapon_knife_karambit_am_gamma_doppler_phase4_light"
  10160. }
  10161. "33229041"
  10162. {
  10163. "icon_path" "econ/default_generated/weapon_knife_karambit_am_gamma_doppler_phase4_medium"
  10164. }
  10165. "33229042"
  10166. {
  10167. "icon_path" "econ/default_generated/weapon_knife_karambit_am_gamma_doppler_phase4_heavy"
  10168. }
  10169. "33229056"
  10170. {
  10171. "icon_path" "econ/default_generated/weapon_knife_karambit_gs_karam_autotronic_light"
  10172. }
  10173. "33229057"
  10174. {
  10175. "icon_path" "econ/default_generated/weapon_knife_karambit_gs_karam_autotronic_medium"
  10176. }
  10177. "33229058"
  10178. {
  10179. "icon_path" "econ/default_generated/weapon_knife_karambit_gs_karam_autotronic_heavy"
  10180. }
  10181. "33229064"
  10182. {
  10183. "icon_path" "econ/default_generated/weapon_knife_karambit_hy_ocean_knife_light"
  10184. }
  10185. "33229065"
  10186. {
  10187. "icon_path" "econ/default_generated/weapon_knife_karambit_hy_ocean_knife_medium"
  10188. }
  10189. "33229066"
  10190. {
  10191. "icon_path" "econ/default_generated/weapon_knife_karambit_hy_ocean_knife_heavy"
  10192. }
  10193. "33229080"
  10194. {
  10195. "icon_path" "econ/default_generated/weapon_knife_karambit_am_marked_up_fine_light"
  10196. }
  10197. "33229081"
  10198. {
  10199. "icon_path" "econ/default_generated/weapon_knife_karambit_am_marked_up_fine_medium"
  10200. }
  10201. "33229082"
  10202. {
  10203. "icon_path" "econ/default_generated/weapon_knife_karambit_am_marked_up_fine_heavy"
  10204. }
  10205. "33292308"
  10206. {
  10207. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_hy_ddpat_light"
  10208. }
  10209. "33292309"
  10210. {
  10211. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_hy_ddpat_medium"
  10212. }
  10213. "33292310"
  10214. {
  10215. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_hy_ddpat_heavy"
  10216. }
  10217. "33292336"
  10218. {
  10219. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_hy_webs_light"
  10220. }
  10221. "33292337"
  10222. {
  10223. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_hy_webs_medium"
  10224. }
  10225. "33292338"
  10226. {
  10227. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_hy_webs_heavy"
  10228. }
  10229. "33292440"
  10230. {
  10231. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aa_fade_light"
  10232. }
  10233. "33292441"
  10234. {
  10235. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aa_fade_medium"
  10236. }
  10237. "33292442"
  10238. {
  10239. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aa_fade_heavy"
  10240. }
  10241. "33292448"
  10242. {
  10243. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_so_night_light"
  10244. }
  10245. "33292449"
  10246. {
  10247. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_so_night_medium"
  10248. }
  10249. "33292450"
  10250. {
  10251. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_so_night_heavy"
  10252. }
  10253. "33292456"
  10254. {
  10255. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_blued_light"
  10256. }
  10257. "33292457"
  10258. {
  10259. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_blued_medium"
  10260. }
  10261. "33292458"
  10262. {
  10263. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_blued_heavy"
  10264. }
  10265. "33292460"
  10266. {
  10267. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_forced_light"
  10268. }
  10269. "33292461"
  10270. {
  10271. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_forced_medium"
  10272. }
  10273. "33292462"
  10274. {
  10275. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_forced_heavy"
  10276. }
  10277. "33292464"
  10278. {
  10279. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_oiled_light"
  10280. }
  10281. "33292465"
  10282. {
  10283. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_oiled_medium"
  10284. }
  10285. "33292466"
  10286. {
  10287. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_oiled_heavy"
  10288. }
  10289. "33292524"
  10290. {
  10291. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_zebra_light"
  10292. }
  10293. "33292525"
  10294. {
  10295. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_zebra_medium"
  10296. }
  10297. "33292526"
  10298. {
  10299. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_zebra_heavy"
  10300. }
  10301. "33292576"
  10302. {
  10303. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_sp_mesh_tan_light"
  10304. }
  10305. "33292577"
  10306. {
  10307. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_sp_mesh_tan_medium"
  10308. }
  10309. "33292578"
  10310. {
  10311. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_sp_mesh_tan_heavy"
  10312. }
  10313. "33292596"
  10314. {
  10315. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_hy_forest_boreal_light"
  10316. }
  10317. "33292597"
  10318. {
  10319. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_hy_forest_boreal_medium"
  10320. }
  10321. "33292598"
  10322. {
  10323. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_hy_forest_boreal_heavy"
  10324. }
  10325. "33292680"
  10326. {
  10327. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_so_purple_light"
  10328. }
  10329. "33292681"
  10330. {
  10331. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_so_purple_medium"
  10332. }
  10333. "33292682"
  10334. {
  10335. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_so_purple_heavy"
  10336. }
  10337. "33292860"
  10338. {
  10339. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_sp_tape_urban_light"
  10340. }
  10341. "33292861"
  10342. {
  10343. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_sp_tape_urban_medium"
  10344. }
  10345. "33292862"
  10346. {
  10347. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_sp_tape_urban_heavy"
  10348. }
  10349. "33292988"
  10350. {
  10351. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_sp_dapple_light"
  10352. }
  10353. "33292989"
  10354. {
  10355. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_sp_dapple_medium"
  10356. }
  10357. "33292990"
  10358. {
  10359. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_sp_dapple_heavy"
  10360. }
  10361. "33293924"
  10362. {
  10363. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_an_tiger_orange_light"
  10364. }
  10365. "33293925"
  10366. {
  10367. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_an_tiger_orange_medium"
  10368. }
  10369. "33293926"
  10370. {
  10371. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_an_tiger_orange_heavy"
  10372. }
  10373. "33293932"
  10374. {
  10375. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_damascus_90_light"
  10376. }
  10377. "33293933"
  10378. {
  10379. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_damascus_90_medium"
  10380. }
  10381. "33293934"
  10382. {
  10383. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_damascus_90_heavy"
  10384. }
  10385. "33293940"
  10386. {
  10387. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_marble_fade_light"
  10388. }
  10389. "33293941"
  10390. {
  10391. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_marble_fade_medium"
  10392. }
  10393. "33293942"
  10394. {
  10395. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_marble_fade_heavy"
  10396. }
  10397. "33293944"
  10398. {
  10399. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_steel_knife_light"
  10400. }
  10401. "33293945"
  10402. {
  10403. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_steel_knife_medium"
  10404. }
  10405. "33293946"
  10406. {
  10407. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_aq_steel_knife_heavy"
  10408. }
  10409. "33293948"
  10410. {
  10411. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_ruby_marbleized_light"
  10412. }
  10413. "33293949"
  10414. {
  10415. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_ruby_marbleized_medium"
  10416. }
  10417. "33293950"
  10418. {
  10419. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_ruby_marbleized_heavy"
  10420. }
  10421. "33293952"
  10422. {
  10423. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_sapphire_marbleized_light"
  10424. }
  10425. "33293953"
  10426. {
  10427. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_sapphire_marbleized_medium"
  10428. }
  10429. "33293954"
  10430. {
  10431. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_sapphire_marbleized_heavy"
  10432. }
  10433. "33293956"
  10434. {
  10435. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_blackpearl_marbleized_light"
  10436. }
  10437. "33293957"
  10438. {
  10439. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_blackpearl_marbleized_medium"
  10440. }
  10441. "33293958"
  10442. {
  10443. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_blackpearl_marbleized_heavy"
  10444. }
  10445. "33293960"
  10446. {
  10447. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_doppler_phase1_light"
  10448. }
  10449. "33293961"
  10450. {
  10451. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_doppler_phase1_medium"
  10452. }
  10453. "33293962"
  10454. {
  10455. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_doppler_phase1_heavy"
  10456. }
  10457. "33293964"
  10458. {
  10459. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_doppler_phase2_light"
  10460. }
  10461. "33293965"
  10462. {
  10463. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_doppler_phase2_medium"
  10464. }
  10465. "33293966"
  10466. {
  10467. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_doppler_phase2_heavy"
  10468. }
  10469. "33293968"
  10470. {
  10471. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_doppler_phase3_light"
  10472. }
  10473. "33293969"
  10474. {
  10475. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_doppler_phase3_medium"
  10476. }
  10477. "33293970"
  10478. {
  10479. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_doppler_phase3_heavy"
  10480. }
  10481. "33293972"
  10482. {
  10483. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_doppler_phase4_light"
  10484. }
  10485. "33293973"
  10486. {
  10487. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_doppler_phase4_medium"
  10488. }
  10489. "33293974"
  10490. {
  10491. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_doppler_phase4_heavy"
  10492. }
  10493. "33294536"
  10494. {
  10495. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_cu_m9_bay_lore_light"
  10496. }
  10497. "33294537"
  10498. {
  10499. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_cu_m9_bay_lore_medium"
  10500. }
  10501. "33294538"
  10502. {
  10503. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_cu_m9_bay_lore_heavy"
  10504. }
  10505. "33294556"
  10506. {
  10507. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_cu_m9_bay_stonewash_light"
  10508. }
  10509. "33294557"
  10510. {
  10511. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_cu_m9_bay_stonewash_medium"
  10512. }
  10513. "33294558"
  10514. {
  10515. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_cu_m9_bay_stonewash_heavy"
  10516. }
  10517. "33294560"
  10518. {
  10519. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_emerald_marbleized_light"
  10520. }
  10521. "33294561"
  10522. {
  10523. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_emerald_marbleized_medium"
  10524. }
  10525. "33294562"
  10526. {
  10527. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_emerald_marbleized_heavy"
  10528. }
  10529. "33294564"
  10530. {
  10531. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_gamma_doppler_phase1_light"
  10532. }
  10533. "33294565"
  10534. {
  10535. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_gamma_doppler_phase1_medium"
  10536. }
  10537. "33294566"
  10538. {
  10539. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_gamma_doppler_phase1_heavy"
  10540. }
  10541. "33294568"
  10542. {
  10543. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_gamma_doppler_phase2_light"
  10544. }
  10545. "33294569"
  10546. {
  10547. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_gamma_doppler_phase2_medium"
  10548. }
  10549. "33294570"
  10550. {
  10551. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_gamma_doppler_phase2_heavy"
  10552. }
  10553. "33294572"
  10554. {
  10555. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_gamma_doppler_phase3_light"
  10556. }
  10557. "33294573"
  10558. {
  10559. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_gamma_doppler_phase3_medium"
  10560. }
  10561. "33294574"
  10562. {
  10563. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_gamma_doppler_phase3_heavy"
  10564. }
  10565. "33294576"
  10566. {
  10567. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_gamma_doppler_phase4_light"
  10568. }
  10569. "33294577"
  10570. {
  10571. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_gamma_doppler_phase4_medium"
  10572. }
  10573. "33294578"
  10574. {
  10575. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_gamma_doppler_phase4_heavy"
  10576. }
  10577. "33294596"
  10578. {
  10579. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_gs_m9_bay_autotronic_light"
  10580. }
  10581. "33294597"
  10582. {
  10583. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_gs_m9_bay_autotronic_medium"
  10584. }
  10585. "33294598"
  10586. {
  10587. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_gs_m9_bay_autotronic_heavy"
  10588. }
  10589. "33294604"
  10590. {
  10591. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_hy_ocean_knife_90_light"
  10592. }
  10593. "33294605"
  10594. {
  10595. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_hy_ocean_knife_90_medium"
  10596. }
  10597. "33294606"
  10598. {
  10599. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_hy_ocean_knife_90_heavy"
  10600. }
  10601. "33294612"
  10602. {
  10603. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_marked_up_90_light"
  10604. }
  10605. "33294613"
  10606. {
  10607. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_marked_up_90_medium"
  10608. }
  10609. "33294614"
  10610. {
  10611. "icon_path" "econ/default_generated/weapon_knife_m9_bayonet_am_marked_up_90_heavy"
  10612. }
  10613. "33357844"
  10614. {
  10615. "icon_path" "econ/default_generated/weapon_knife_tactical_hy_ddpat_light"
  10616. }
  10617. "33357845"
  10618. {
  10619. "icon_path" "econ/default_generated/weapon_knife_tactical_hy_ddpat_medium"
  10620. }
  10621. "33357846"
  10622. {
  10623. "icon_path" "econ/default_generated/weapon_knife_tactical_hy_ddpat_heavy"
  10624. }
  10625. "33357872"
  10626. {
  10627. "icon_path" "econ/default_generated/weapon_knife_tactical_hy_webs_light"
  10628. }
  10629. "33357873"
  10630. {
  10631. "icon_path" "econ/default_generated/weapon_knife_tactical_hy_webs_medium"
  10632. }
  10633. "33357874"
  10634. {
  10635. "icon_path" "econ/default_generated/weapon_knife_tactical_hy_webs_heavy"
  10636. }
  10637. "33357976"
  10638. {
  10639. "icon_path" "econ/default_generated/weapon_knife_tactical_aa_fade_light"
  10640. }
  10641. "33357977"
  10642. {
  10643. "icon_path" "econ/default_generated/weapon_knife_tactical_aa_fade_medium"
  10644. }
  10645. "33357978"
  10646. {
  10647. "icon_path" "econ/default_generated/weapon_knife_tactical_aa_fade_heavy"
  10648. }
  10649. "33357984"
  10650. {
  10651. "icon_path" "econ/default_generated/weapon_knife_tactical_so_night_light"
  10652. }
  10653. "33357985"
  10654. {
  10655. "icon_path" "econ/default_generated/weapon_knife_tactical_so_night_medium"
  10656. }
  10657. "33357986"
  10658. {
  10659. "icon_path" "econ/default_generated/weapon_knife_tactical_so_night_heavy"
  10660. }
  10661. "33357992"
  10662. {
  10663. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_blued_light"
  10664. }
  10665. "33357993"
  10666. {
  10667. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_blued_medium"
  10668. }
  10669. "33357994"
  10670. {
  10671. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_blued_heavy"
  10672. }
  10673. "33357996"
  10674. {
  10675. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_forced_light"
  10676. }
  10677. "33357997"
  10678. {
  10679. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_forced_medium"
  10680. }
  10681. "33357998"
  10682. {
  10683. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_forced_heavy"
  10684. }
  10685. "33358000"
  10686. {
  10687. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_oiled_light"
  10688. }
  10689. "33358001"
  10690. {
  10691. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_oiled_medium"
  10692. }
  10693. "33358002"
  10694. {
  10695. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_oiled_heavy"
  10696. }
  10697. "33358060"
  10698. {
  10699. "icon_path" "econ/default_generated/weapon_knife_tactical_am_zebra_light"
  10700. }
  10701. "33358061"
  10702. {
  10703. "icon_path" "econ/default_generated/weapon_knife_tactical_am_zebra_medium"
  10704. }
  10705. "33358062"
  10706. {
  10707. "icon_path" "econ/default_generated/weapon_knife_tactical_am_zebra_heavy"
  10708. }
  10709. "33358112"
  10710. {
  10711. "icon_path" "econ/default_generated/weapon_knife_tactical_sp_mesh_tan_light"
  10712. }
  10713. "33358113"
  10714. {
  10715. "icon_path" "econ/default_generated/weapon_knife_tactical_sp_mesh_tan_medium"
  10716. }
  10717. "33358114"
  10718. {
  10719. "icon_path" "econ/default_generated/weapon_knife_tactical_sp_mesh_tan_heavy"
  10720. }
  10721. "33358132"
  10722. {
  10723. "icon_path" "econ/default_generated/weapon_knife_tactical_hy_forest_boreal_light"
  10724. }
  10725. "33358133"
  10726. {
  10727. "icon_path" "econ/default_generated/weapon_knife_tactical_hy_forest_boreal_medium"
  10728. }
  10729. "33358134"
  10730. {
  10731. "icon_path" "econ/default_generated/weapon_knife_tactical_hy_forest_boreal_heavy"
  10732. }
  10733. "33358396"
  10734. {
  10735. "icon_path" "econ/default_generated/weapon_knife_tactical_sp_tape_urban_light"
  10736. }
  10737. "33358397"
  10738. {
  10739. "icon_path" "econ/default_generated/weapon_knife_tactical_sp_tape_urban_medium"
  10740. }
  10741. "33358398"
  10742. {
  10743. "icon_path" "econ/default_generated/weapon_knife_tactical_sp_tape_urban_heavy"
  10744. }
  10745. "33358524"
  10746. {
  10747. "icon_path" "econ/default_generated/weapon_knife_tactical_sp_dapple_light"
  10748. }
  10749. "33358525"
  10750. {
  10751. "icon_path" "econ/default_generated/weapon_knife_tactical_sp_dapple_medium"
  10752. }
  10753. "33358526"
  10754. {
  10755. "icon_path" "econ/default_generated/weapon_knife_tactical_sp_dapple_heavy"
  10756. }
  10757. "33359460"
  10758. {
  10759. "icon_path" "econ/default_generated/weapon_knife_tactical_an_tiger_orange_light"
  10760. }
  10761. "33359461"
  10762. {
  10763. "icon_path" "econ/default_generated/weapon_knife_tactical_an_tiger_orange_medium"
  10764. }
  10765. "33359462"
  10766. {
  10767. "icon_path" "econ/default_generated/weapon_knife_tactical_an_tiger_orange_heavy"
  10768. }
  10769. "33359468"
  10770. {
  10771. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_damascus_90_light"
  10772. }
  10773. "33359469"
  10774. {
  10775. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_damascus_90_medium"
  10776. }
  10777. "33359470"
  10778. {
  10779. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_damascus_90_heavy"
  10780. }
  10781. "33359476"
  10782. {
  10783. "icon_path" "econ/default_generated/weapon_knife_tactical_am_marble_fade_light"
  10784. }
  10785. "33359477"
  10786. {
  10787. "icon_path" "econ/default_generated/weapon_knife_tactical_am_marble_fade_medium"
  10788. }
  10789. "33359478"
  10790. {
  10791. "icon_path" "econ/default_generated/weapon_knife_tactical_am_marble_fade_heavy"
  10792. }
  10793. "33359480"
  10794. {
  10795. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_steel_knife_light"
  10796. }
  10797. "33359481"
  10798. {
  10799. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_steel_knife_medium"
  10800. }
  10801. "33359482"
  10802. {
  10803. "icon_path" "econ/default_generated/weapon_knife_tactical_aq_steel_knife_heavy"
  10804. }
  10805. "33359484"
  10806. {
  10807. "icon_path" "econ/default_generated/weapon_knife_tactical_am_ruby_marbleized_light"
  10808. }
  10809. "33359485"
  10810. {
  10811. "icon_path" "econ/default_generated/weapon_knife_tactical_am_ruby_marbleized_medium"
  10812. }
  10813. "33359486"
  10814. {
  10815. "icon_path" "econ/default_generated/weapon_knife_tactical_am_ruby_marbleized_heavy"
  10816. }
  10817. "33359488"
  10818. {
  10819. "icon_path" "econ/default_generated/weapon_knife_tactical_am_sapphire_marbleized_light"
  10820. }
  10821. "33359489"
  10822. {
  10823. "icon_path" "econ/default_generated/weapon_knife_tactical_am_sapphire_marbleized_medium"
  10824. }
  10825. "33359490"
  10826. {
  10827. "icon_path" "econ/default_generated/weapon_knife_tactical_am_sapphire_marbleized_heavy"
  10828. }
  10829. "33359492"
  10830. {
  10831. "icon_path" "econ/default_generated/weapon_knife_tactical_am_blackpearl_marbleized_light"
  10832. }
  10833. "33359493"
  10834. {
  10835. "icon_path" "econ/default_generated/weapon_knife_tactical_am_blackpearl_marbleized_medium"
  10836. }
  10837. "33359494"
  10838. {
  10839. "icon_path" "econ/default_generated/weapon_knife_tactical_am_blackpearl_marbleized_heavy"
  10840. }
  10841. "33359496"
  10842. {
  10843. "icon_path" "econ/default_generated/weapon_knife_tactical_am_doppler_phase1_light"
  10844. }
  10845. "33359497"
  10846. {
  10847. "icon_path" "econ/default_generated/weapon_knife_tactical_am_doppler_phase1_medium"
  10848. }
  10849. "33359498"
  10850. {
  10851. "icon_path" "econ/default_generated/weapon_knife_tactical_am_doppler_phase1_heavy"
  10852. }
  10853. "33359500"
  10854. {
  10855. "icon_path" "econ/default_generated/weapon_knife_tactical_am_doppler_phase2_light"
  10856. }
  10857. "33359501"
  10858. {
  10859. "icon_path" "econ/default_generated/weapon_knife_tactical_am_doppler_phase2_medium"
  10860. }
  10861. "33359502"
  10862. {
  10863. "icon_path" "econ/default_generated/weapon_knife_tactical_am_doppler_phase2_heavy"
  10864. }
  10865. "33359504"
  10866. {
  10867. "icon_path" "econ/default_generated/weapon_knife_tactical_am_doppler_phase3_light"
  10868. }
  10869. "33359505"
  10870. {
  10871. "icon_path" "econ/default_generated/weapon_knife_tactical_am_doppler_phase3_medium"
  10872. }
  10873. "33359506"
  10874. {
  10875. "icon_path" "econ/default_generated/weapon_knife_tactical_am_doppler_phase3_heavy"
  10876. }
  10877. "33359508"
  10878. {
  10879. "icon_path" "econ/default_generated/weapon_knife_tactical_am_doppler_phase4_light"
  10880. }
  10881. "33359509"
  10882. {
  10883. "icon_path" "econ/default_generated/weapon_knife_tactical_am_doppler_phase4_medium"
  10884. }
  10885. "33359510"
  10886. {
  10887. "icon_path" "econ/default_generated/weapon_knife_tactical_am_doppler_phase4_heavy"
  10888. }
  10889. "33360304"
  10890. {
  10891. "icon_path" "econ/default_generated/weapon_knife_tactical_cu_purple_huntsman_light"
  10892. }
  10893. "33360305"
  10894. {
  10895. "icon_path" "econ/default_generated/weapon_knife_tactical_cu_purple_huntsman_medium"
  10896. }
  10897. "33360306"
  10898. {
  10899. "icon_path" "econ/default_generated/weapon_knife_tactical_cu_purple_huntsman_heavy"
  10900. }
  10901. "33554452"
  10902. {
  10903. "icon_path" "econ/default_generated/weapon_knife_falchion_hy_ddpat_light"
  10904. }
  10905. "33554453"
  10906. {
  10907. "icon_path" "econ/default_generated/weapon_knife_falchion_hy_ddpat_medium"
  10908. }
  10909. "33554454"
  10910. {
  10911. "icon_path" "econ/default_generated/weapon_knife_falchion_hy_ddpat_heavy"
  10912. }
  10913. "33554480"
  10914. {
  10915. "icon_path" "econ/default_generated/weapon_knife_falchion_hy_webs_light"
  10916. }
  10917. "33554481"
  10918. {
  10919. "icon_path" "econ/default_generated/weapon_knife_falchion_hy_webs_medium"
  10920. }
  10921. "33554482"
  10922. {
  10923. "icon_path" "econ/default_generated/weapon_knife_falchion_hy_webs_heavy"
  10924. }
  10925. "33554584"
  10926. {
  10927. "icon_path" "econ/default_generated/weapon_knife_falchion_aa_fade_light"
  10928. }
  10929. "33554585"
  10930. {
  10931. "icon_path" "econ/default_generated/weapon_knife_falchion_aa_fade_medium"
  10932. }
  10933. "33554586"
  10934. {
  10935. "icon_path" "econ/default_generated/weapon_knife_falchion_aa_fade_heavy"
  10936. }
  10937. "33554592"
  10938. {
  10939. "icon_path" "econ/default_generated/weapon_knife_falchion_so_night_light"
  10940. }
  10941. "33554593"
  10942. {
  10943. "icon_path" "econ/default_generated/weapon_knife_falchion_so_night_medium"
  10944. }
  10945. "33554594"
  10946. {
  10947. "icon_path" "econ/default_generated/weapon_knife_falchion_so_night_heavy"
  10948. }
  10949. "33554600"
  10950. {
  10951. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_blued_light"
  10952. }
  10953. "33554601"
  10954. {
  10955. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_blued_medium"
  10956. }
  10957. "33554602"
  10958. {
  10959. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_blued_heavy"
  10960. }
  10961. "33554604"
  10962. {
  10963. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_forced_light"
  10964. }
  10965. "33554605"
  10966. {
  10967. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_forced_medium"
  10968. }
  10969. "33554606"
  10970. {
  10971. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_forced_heavy"
  10972. }
  10973. "33554608"
  10974. {
  10975. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_oiled_light"
  10976. }
  10977. "33554609"
  10978. {
  10979. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_oiled_medium"
  10980. }
  10981. "33554610"
  10982. {
  10983. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_oiled_heavy"
  10984. }
  10985. "33554668"
  10986. {
  10987. "icon_path" "econ/default_generated/weapon_knife_falchion_am_zebra_light"
  10988. }
  10989. "33554669"
  10990. {
  10991. "icon_path" "econ/default_generated/weapon_knife_falchion_am_zebra_medium"
  10992. }
  10993. "33554670"
  10994. {
  10995. "icon_path" "econ/default_generated/weapon_knife_falchion_am_zebra_heavy"
  10996. }
  10997. "33554720"
  10998. {
  10999. "icon_path" "econ/default_generated/weapon_knife_falchion_sp_mesh_tan_light"
  11000. }
  11001. "33554721"
  11002. {
  11003. "icon_path" "econ/default_generated/weapon_knife_falchion_sp_mesh_tan_medium"
  11004. }
  11005. "33554722"
  11006. {
  11007. "icon_path" "econ/default_generated/weapon_knife_falchion_sp_mesh_tan_heavy"
  11008. }
  11009. "33554740"
  11010. {
  11011. "icon_path" "econ/default_generated/weapon_knife_falchion_hy_forest_boreal_light"
  11012. }
  11013. "33554741"
  11014. {
  11015. "icon_path" "econ/default_generated/weapon_knife_falchion_hy_forest_boreal_medium"
  11016. }
  11017. "33554742"
  11018. {
  11019. "icon_path" "econ/default_generated/weapon_knife_falchion_hy_forest_boreal_heavy"
  11020. }
  11021. "33555004"
  11022. {
  11023. "icon_path" "econ/default_generated/weapon_knife_falchion_sp_tape_urban_light"
  11024. }
  11025. "33555005"
  11026. {
  11027. "icon_path" "econ/default_generated/weapon_knife_falchion_sp_tape_urban_medium"
  11028. }
  11029. "33555006"
  11030. {
  11031. "icon_path" "econ/default_generated/weapon_knife_falchion_sp_tape_urban_heavy"
  11032. }
  11033. "33555132"
  11034. {
  11035. "icon_path" "econ/default_generated/weapon_knife_falchion_sp_dapple_light"
  11036. }
  11037. "33555133"
  11038. {
  11039. "icon_path" "econ/default_generated/weapon_knife_falchion_sp_dapple_medium"
  11040. }
  11041. "33555134"
  11042. {
  11043. "icon_path" "econ/default_generated/weapon_knife_falchion_sp_dapple_heavy"
  11044. }
  11045. "33556068"
  11046. {
  11047. "icon_path" "econ/default_generated/weapon_knife_falchion_an_tiger_orange_light"
  11048. }
  11049. "33556069"
  11050. {
  11051. "icon_path" "econ/default_generated/weapon_knife_falchion_an_tiger_orange_medium"
  11052. }
  11053. "33556070"
  11054. {
  11055. "icon_path" "econ/default_generated/weapon_knife_falchion_an_tiger_orange_heavy"
  11056. }
  11057. "33556076"
  11058. {
  11059. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_damascus_90_light"
  11060. }
  11061. "33556077"
  11062. {
  11063. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_damascus_90_medium"
  11064. }
  11065. "33556078"
  11066. {
  11067. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_damascus_90_heavy"
  11068. }
  11069. "33556084"
  11070. {
  11071. "icon_path" "econ/default_generated/weapon_knife_falchion_am_marble_fade_light"
  11072. }
  11073. "33556085"
  11074. {
  11075. "icon_path" "econ/default_generated/weapon_knife_falchion_am_marble_fade_medium"
  11076. }
  11077. "33556086"
  11078. {
  11079. "icon_path" "econ/default_generated/weapon_knife_falchion_am_marble_fade_heavy"
  11080. }
  11081. "33556088"
  11082. {
  11083. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_steel_knife_light"
  11084. }
  11085. "33556089"
  11086. {
  11087. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_steel_knife_medium"
  11088. }
  11089. "33556090"
  11090. {
  11091. "icon_path" "econ/default_generated/weapon_knife_falchion_aq_steel_knife_heavy"
  11092. }
  11093. "33556092"
  11094. {
  11095. "icon_path" "econ/default_generated/weapon_knife_falchion_am_ruby_marbleized_light"
  11096. }
  11097. "33556093"
  11098. {
  11099. "icon_path" "econ/default_generated/weapon_knife_falchion_am_ruby_marbleized_medium"
  11100. }
  11101. "33556094"
  11102. {
  11103. "icon_path" "econ/default_generated/weapon_knife_falchion_am_ruby_marbleized_heavy"
  11104. }
  11105. "33556096"
  11106. {
  11107. "icon_path" "econ/default_generated/weapon_knife_falchion_am_sapphire_marbleized_light"
  11108. }
  11109. "33556097"
  11110. {
  11111. "icon_path" "econ/default_generated/weapon_knife_falchion_am_sapphire_marbleized_medium"
  11112. }
  11113. "33556098"
  11114. {
  11115. "icon_path" "econ/default_generated/weapon_knife_falchion_am_sapphire_marbleized_heavy"
  11116. }
  11117. "33556100"
  11118. {
  11119. "icon_path" "econ/default_generated/weapon_knife_falchion_am_blackpearl_marbleized_light"
  11120. }
  11121. "33556101"
  11122. {
  11123. "icon_path" "econ/default_generated/weapon_knife_falchion_am_blackpearl_marbleized_medium"
  11124. }
  11125. "33556102"
  11126. {
  11127. "icon_path" "econ/default_generated/weapon_knife_falchion_am_blackpearl_marbleized_heavy"
  11128. }
  11129. "33556104"
  11130. {
  11131. "icon_path" "econ/default_generated/weapon_knife_falchion_am_doppler_phase1_light"
  11132. }
  11133. "33556105"
  11134. {
  11135. "icon_path" "econ/default_generated/weapon_knife_falchion_am_doppler_phase1_medium"
  11136. }
  11137. "33556106"
  11138. {
  11139. "icon_path" "econ/default_generated/weapon_knife_falchion_am_doppler_phase1_heavy"
  11140. }
  11141. "33556108"
  11142. {
  11143. "icon_path" "econ/default_generated/weapon_knife_falchion_am_doppler_phase2_light"
  11144. }
  11145. "33556109"
  11146. {
  11147. "icon_path" "econ/default_generated/weapon_knife_falchion_am_doppler_phase2_medium"
  11148. }
  11149. "33556110"
  11150. {
  11151. "icon_path" "econ/default_generated/weapon_knife_falchion_am_doppler_phase2_heavy"
  11152. }
  11153. "33556112"
  11154. {
  11155. "icon_path" "econ/default_generated/weapon_knife_falchion_am_doppler_phase3_light"
  11156. }
  11157. "33556113"
  11158. {
  11159. "icon_path" "econ/default_generated/weapon_knife_falchion_am_doppler_phase3_medium"
  11160. }
  11161. "33556114"
  11162. {
  11163. "icon_path" "econ/default_generated/weapon_knife_falchion_am_doppler_phase3_heavy"
  11164. }
  11165. "33556116"
  11166. {
  11167. "icon_path" "econ/default_generated/weapon_knife_falchion_am_doppler_phase4_light"
  11168. }
  11169. "33556117"
  11170. {
  11171. "icon_path" "econ/default_generated/weapon_knife_falchion_am_doppler_phase4_medium"
  11172. }
  11173. "33556118"
  11174. {
  11175. "icon_path" "econ/default_generated/weapon_knife_falchion_am_doppler_phase4_heavy"
  11176. }
  11177. "33556916"
  11178. {
  11179. "icon_path" "econ/default_generated/weapon_knife_falchion_so_purple_falchion_light"
  11180. }
  11181. "33556917"
  11182. {
  11183. "icon_path" "econ/default_generated/weapon_knife_falchion_so_purple_falchion_medium"
  11184. }
  11185. "33556918"
  11186. {
  11187. "icon_path" "econ/default_generated/weapon_knife_falchion_so_purple_falchion_heavy"
  11188. }
  11189. "33685524"
  11190. {
  11191. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_hy_ddpat_light"
  11192. }
  11193. "33685525"
  11194. {
  11195. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_hy_ddpat_medium"
  11196. }
  11197. "33685526"
  11198. {
  11199. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_hy_ddpat_heavy"
  11200. }
  11201. "33685552"
  11202. {
  11203. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_hy_webs_light"
  11204. }
  11205. "33685553"
  11206. {
  11207. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_hy_webs_medium"
  11208. }
  11209. "33685554"
  11210. {
  11211. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_hy_webs_heavy"
  11212. }
  11213. "33685656"
  11214. {
  11215. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aa_fade_light"
  11216. }
  11217. "33685657"
  11218. {
  11219. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aa_fade_medium"
  11220. }
  11221. "33685658"
  11222. {
  11223. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aa_fade_heavy"
  11224. }
  11225. "33685664"
  11226. {
  11227. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_so_night_light"
  11228. }
  11229. "33685665"
  11230. {
  11231. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_so_night_medium"
  11232. }
  11233. "33685666"
  11234. {
  11235. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_so_night_heavy"
  11236. }
  11237. "33685672"
  11238. {
  11239. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_blued_light"
  11240. }
  11241. "33685673"
  11242. {
  11243. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_blued_medium"
  11244. }
  11245. "33685674"
  11246. {
  11247. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_blued_heavy"
  11248. }
  11249. "33685676"
  11250. {
  11251. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_forced_light"
  11252. }
  11253. "33685677"
  11254. {
  11255. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_forced_medium"
  11256. }
  11257. "33685678"
  11258. {
  11259. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_forced_heavy"
  11260. }
  11261. "33685680"
  11262. {
  11263. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_oiled_light"
  11264. }
  11265. "33685681"
  11266. {
  11267. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_oiled_medium"
  11268. }
  11269. "33685682"
  11270. {
  11271. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_oiled_heavy"
  11272. }
  11273. "33685740"
  11274. {
  11275. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_zebra_light"
  11276. }
  11277. "33685741"
  11278. {
  11279. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_zebra_medium"
  11280. }
  11281. "33685742"
  11282. {
  11283. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_zebra_heavy"
  11284. }
  11285. "33685792"
  11286. {
  11287. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_sp_mesh_tan_light"
  11288. }
  11289. "33685793"
  11290. {
  11291. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_sp_mesh_tan_medium"
  11292. }
  11293. "33685794"
  11294. {
  11295. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_sp_mesh_tan_heavy"
  11296. }
  11297. "33685812"
  11298. {
  11299. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_hy_forest_boreal_light"
  11300. }
  11301. "33685813"
  11302. {
  11303. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_hy_forest_boreal_medium"
  11304. }
  11305. "33685814"
  11306. {
  11307. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_hy_forest_boreal_heavy"
  11308. }
  11309. "33685896"
  11310. {
  11311. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_so_purple_light"
  11312. }
  11313. "33685897"
  11314. {
  11315. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_so_purple_medium"
  11316. }
  11317. "33685898"
  11318. {
  11319. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_so_purple_heavy"
  11320. }
  11321. "33686076"
  11322. {
  11323. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_sp_tape_urban_light"
  11324. }
  11325. "33686077"
  11326. {
  11327. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_sp_tape_urban_medium"
  11328. }
  11329. "33686078"
  11330. {
  11331. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_sp_tape_urban_heavy"
  11332. }
  11333. "33686204"
  11334. {
  11335. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_sp_dapple_light"
  11336. }
  11337. "33686205"
  11338. {
  11339. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_sp_dapple_medium"
  11340. }
  11341. "33686206"
  11342. {
  11343. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_sp_dapple_heavy"
  11344. }
  11345. "33687140"
  11346. {
  11347. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_an_tiger_orange_light"
  11348. }
  11349. "33687141"
  11350. {
  11351. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_an_tiger_orange_medium"
  11352. }
  11353. "33687142"
  11354. {
  11355. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_an_tiger_orange_heavy"
  11356. }
  11357. "33687148"
  11358. {
  11359. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_damascus_90_light"
  11360. }
  11361. "33687149"
  11362. {
  11363. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_damascus_90_medium"
  11364. }
  11365. "33687150"
  11366. {
  11367. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_damascus_90_heavy"
  11368. }
  11369. "33687156"
  11370. {
  11371. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_marble_fade_light"
  11372. }
  11373. "33687157"
  11374. {
  11375. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_marble_fade_medium"
  11376. }
  11377. "33687158"
  11378. {
  11379. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_marble_fade_heavy"
  11380. }
  11381. "33687160"
  11382. {
  11383. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_steel_knife_light"
  11384. }
  11385. "33687161"
  11386. {
  11387. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_steel_knife_medium"
  11388. }
  11389. "33687162"
  11390. {
  11391. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_aq_steel_knife_heavy"
  11392. }
  11393. "33687164"
  11394. {
  11395. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_ruby_marbleized_light"
  11396. }
  11397. "33687165"
  11398. {
  11399. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_ruby_marbleized_medium"
  11400. }
  11401. "33687166"
  11402. {
  11403. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_ruby_marbleized_heavy"
  11404. }
  11405. "33687168"
  11406. {
  11407. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_sapphire_marbleized_light"
  11408. }
  11409. "33687169"
  11410. {
  11411. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_sapphire_marbleized_medium"
  11412. }
  11413. "33687170"
  11414. {
  11415. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_sapphire_marbleized_heavy"
  11416. }
  11417. "33687172"
  11418. {
  11419. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_blackpearl_marbleized_light"
  11420. }
  11421. "33687173"
  11422. {
  11423. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_blackpearl_marbleized_medium"
  11424. }
  11425. "33687174"
  11426. {
  11427. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_blackpearl_marbleized_heavy"
  11428. }
  11429. "33687176"
  11430. {
  11431. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_doppler_phase1_light"
  11432. }
  11433. "33687177"
  11434. {
  11435. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_doppler_phase1_medium"
  11436. }
  11437. "33687178"
  11438. {
  11439. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_doppler_phase1_heavy"
  11440. }
  11441. "33687180"
  11442. {
  11443. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_doppler_phase2_light"
  11444. }
  11445. "33687181"
  11446. {
  11447. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_doppler_phase2_medium"
  11448. }
  11449. "33687182"
  11450. {
  11451. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_doppler_phase2_heavy"
  11452. }
  11453. "33687184"
  11454. {
  11455. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_doppler_phase3_light"
  11456. }
  11457. "33687185"
  11458. {
  11459. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_doppler_phase3_medium"
  11460. }
  11461. "33687186"
  11462. {
  11463. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_doppler_phase3_heavy"
  11464. }
  11465. "33687188"
  11466. {
  11467. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_doppler_phase4_light"
  11468. }
  11469. "33687189"
  11470. {
  11471. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_doppler_phase4_medium"
  11472. }
  11473. "33687190"
  11474. {
  11475. "icon_path" "econ/default_generated/weapon_knife_survival_bowie_am_doppler_phase4_heavy"
  11476. }
  11477. "33751060"
  11478. {
  11479. "icon_path" "econ/default_generated/weapon_knife_butterfly_hy_ddpat_light"
  11480. }
  11481. "33751061"
  11482. {
  11483. "icon_path" "econ/default_generated/weapon_knife_butterfly_hy_ddpat_medium"
  11484. }
  11485. "33751062"
  11486. {
  11487. "icon_path" "econ/default_generated/weapon_knife_butterfly_hy_ddpat_heavy"
  11488. }
  11489. "33751088"
  11490. {
  11491. "icon_path" "econ/default_generated/weapon_knife_butterfly_hy_webs_light"
  11492. }
  11493. "33751089"
  11494. {
  11495. "icon_path" "econ/default_generated/weapon_knife_butterfly_hy_webs_medium"
  11496. }
  11497. "33751090"
  11498. {
  11499. "icon_path" "econ/default_generated/weapon_knife_butterfly_hy_webs_heavy"
  11500. }
  11501. "33751192"
  11502. {
  11503. "icon_path" "econ/default_generated/weapon_knife_butterfly_aa_fade_light"
  11504. }
  11505. "33751193"
  11506. {
  11507. "icon_path" "econ/default_generated/weapon_knife_butterfly_aa_fade_medium"
  11508. }
  11509. "33751194"
  11510. {
  11511. "icon_path" "econ/default_generated/weapon_knife_butterfly_aa_fade_heavy"
  11512. }
  11513. "33751200"
  11514. {
  11515. "icon_path" "econ/default_generated/weapon_knife_butterfly_so_night_light"
  11516. }
  11517. "33751201"
  11518. {
  11519. "icon_path" "econ/default_generated/weapon_knife_butterfly_so_night_medium"
  11520. }
  11521. "33751202"
  11522. {
  11523. "icon_path" "econ/default_generated/weapon_knife_butterfly_so_night_heavy"
  11524. }
  11525. "33751208"
  11526. {
  11527. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_blued_light"
  11528. }
  11529. "33751209"
  11530. {
  11531. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_blued_medium"
  11532. }
  11533. "33751210"
  11534. {
  11535. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_blued_heavy"
  11536. }
  11537. "33751212"
  11538. {
  11539. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_forced_light"
  11540. }
  11541. "33751213"
  11542. {
  11543. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_forced_medium"
  11544. }
  11545. "33751214"
  11546. {
  11547. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_forced_heavy"
  11548. }
  11549. "33751216"
  11550. {
  11551. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_oiled_light"
  11552. }
  11553. "33751217"
  11554. {
  11555. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_oiled_medium"
  11556. }
  11557. "33751218"
  11558. {
  11559. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_oiled_heavy"
  11560. }
  11561. "33751276"
  11562. {
  11563. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_zebra_light"
  11564. }
  11565. "33751277"
  11566. {
  11567. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_zebra_medium"
  11568. }
  11569. "33751278"
  11570. {
  11571. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_zebra_heavy"
  11572. }
  11573. "33751328"
  11574. {
  11575. "icon_path" "econ/default_generated/weapon_knife_butterfly_sp_mesh_tan_light"
  11576. }
  11577. "33751329"
  11578. {
  11579. "icon_path" "econ/default_generated/weapon_knife_butterfly_sp_mesh_tan_medium"
  11580. }
  11581. "33751330"
  11582. {
  11583. "icon_path" "econ/default_generated/weapon_knife_butterfly_sp_mesh_tan_heavy"
  11584. }
  11585. "33751348"
  11586. {
  11587. "icon_path" "econ/default_generated/weapon_knife_butterfly_hy_forest_boreal_light"
  11588. }
  11589. "33751349"
  11590. {
  11591. "icon_path" "econ/default_generated/weapon_knife_butterfly_hy_forest_boreal_medium"
  11592. }
  11593. "33751350"
  11594. {
  11595. "icon_path" "econ/default_generated/weapon_knife_butterfly_hy_forest_boreal_heavy"
  11596. }
  11597. "33751432"
  11598. {
  11599. "icon_path" "econ/default_generated/weapon_knife_butterfly_so_purple_light"
  11600. }
  11601. "33751433"
  11602. {
  11603. "icon_path" "econ/default_generated/weapon_knife_butterfly_so_purple_medium"
  11604. }
  11605. "33751434"
  11606. {
  11607. "icon_path" "econ/default_generated/weapon_knife_butterfly_so_purple_heavy"
  11608. }
  11609. "33751612"
  11610. {
  11611. "icon_path" "econ/default_generated/weapon_knife_butterfly_sp_tape_urban_light"
  11612. }
  11613. "33751613"
  11614. {
  11615. "icon_path" "econ/default_generated/weapon_knife_butterfly_sp_tape_urban_medium"
  11616. }
  11617. "33751614"
  11618. {
  11619. "icon_path" "econ/default_generated/weapon_knife_butterfly_sp_tape_urban_heavy"
  11620. }
  11621. "33751740"
  11622. {
  11623. "icon_path" "econ/default_generated/weapon_knife_butterfly_sp_dapple_light"
  11624. }
  11625. "33751741"
  11626. {
  11627. "icon_path" "econ/default_generated/weapon_knife_butterfly_sp_dapple_medium"
  11628. }
  11629. "33751742"
  11630. {
  11631. "icon_path" "econ/default_generated/weapon_knife_butterfly_sp_dapple_heavy"
  11632. }
  11633. "33752676"
  11634. {
  11635. "icon_path" "econ/default_generated/weapon_knife_butterfly_an_tiger_orange_light"
  11636. }
  11637. "33752677"
  11638. {
  11639. "icon_path" "econ/default_generated/weapon_knife_butterfly_an_tiger_orange_medium"
  11640. }
  11641. "33752678"
  11642. {
  11643. "icon_path" "econ/default_generated/weapon_knife_butterfly_an_tiger_orange_heavy"
  11644. }
  11645. "33752684"
  11646. {
  11647. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_damascus_90_light"
  11648. }
  11649. "33752685"
  11650. {
  11651. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_damascus_90_medium"
  11652. }
  11653. "33752686"
  11654. {
  11655. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_damascus_90_heavy"
  11656. }
  11657. "33752692"
  11658. {
  11659. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_marble_fade_light"
  11660. }
  11661. "33752693"
  11662. {
  11663. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_marble_fade_medium"
  11664. }
  11665. "33752694"
  11666. {
  11667. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_marble_fade_heavy"
  11668. }
  11669. "33752696"
  11670. {
  11671. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_steel_knife_light"
  11672. }
  11673. "33752697"
  11674. {
  11675. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_steel_knife_medium"
  11676. }
  11677. "33752698"
  11678. {
  11679. "icon_path" "econ/default_generated/weapon_knife_butterfly_aq_steel_knife_heavy"
  11680. }
  11681. "33752700"
  11682. {
  11683. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_ruby_marbleized_light"
  11684. }
  11685. "33752701"
  11686. {
  11687. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_ruby_marbleized_medium"
  11688. }
  11689. "33752702"
  11690. {
  11691. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_ruby_marbleized_heavy"
  11692. }
  11693. "33752712"
  11694. {
  11695. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_doppler_phase1_light"
  11696. }
  11697. "33752713"
  11698. {
  11699. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_doppler_phase1_medium"
  11700. }
  11701. "33752714"
  11702. {
  11703. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_doppler_phase1_heavy"
  11704. }
  11705. "33752720"
  11706. {
  11707. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_doppler_phase3_light"
  11708. }
  11709. "33752721"
  11710. {
  11711. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_doppler_phase3_medium"
  11712. }
  11713. "33752722"
  11714. {
  11715. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_doppler_phase3_heavy"
  11716. }
  11717. "33752724"
  11718. {
  11719. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_doppler_phase4_light"
  11720. }
  11721. "33752725"
  11722. {
  11723. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_doppler_phase4_medium"
  11724. }
  11725. "33752726"
  11726. {
  11727. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_doppler_phase4_heavy"
  11728. }
  11729. "33753508"
  11730. {
  11731. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_blackpearl_marbleized_b_light"
  11732. }
  11733. "33753509"
  11734. {
  11735. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_blackpearl_marbleized_b_medium"
  11736. }
  11737. "33753510"
  11738. {
  11739. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_blackpearl_marbleized_b_heavy"
  11740. }
  11741. "33753512"
  11742. {
  11743. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_doppler_phase2_b_light"
  11744. }
  11745. "33753513"
  11746. {
  11747. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_doppler_phase2_b_medium"
  11748. }
  11749. "33753514"
  11750. {
  11751. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_doppler_phase2_b_heavy"
  11752. }
  11753. "33753516"
  11754. {
  11755. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_sapphire_marbleized_b_light"
  11756. }
  11757. "33753517"
  11758. {
  11759. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_sapphire_marbleized_b_medium"
  11760. }
  11761. "33753518"
  11762. {
  11763. "icon_path" "econ/default_generated/weapon_knife_butterfly_am_sapphire_marbleized_b_heavy"
  11764. }
  11765. "33816596"
  11766. {
  11767. "icon_path" "econ/default_generated/weapon_knife_push_hy_ddpat_light"
  11768. }
  11769. "33816597"
  11770. {
  11771. "icon_path" "econ/default_generated/weapon_knife_push_hy_ddpat_medium"
  11772. }
  11773. "33816598"
  11774. {
  11775. "icon_path" "econ/default_generated/weapon_knife_push_hy_ddpat_heavy"
  11776. }
  11777. "33816624"
  11778. {
  11779. "icon_path" "econ/default_generated/weapon_knife_push_hy_webs_light"
  11780. }
  11781. "33816625"
  11782. {
  11783. "icon_path" "econ/default_generated/weapon_knife_push_hy_webs_medium"
  11784. }
  11785. "33816626"
  11786. {
  11787. "icon_path" "econ/default_generated/weapon_knife_push_hy_webs_heavy"
  11788. }
  11789. "33816728"
  11790. {
  11791. "icon_path" "econ/default_generated/weapon_knife_push_aa_fade_light"
  11792. }
  11793. "33816729"
  11794. {
  11795. "icon_path" "econ/default_generated/weapon_knife_push_aa_fade_medium"
  11796. }
  11797. "33816730"
  11798. {
  11799. "icon_path" "econ/default_generated/weapon_knife_push_aa_fade_heavy"
  11800. }
  11801. "33816736"
  11802. {
  11803. "icon_path" "econ/default_generated/weapon_knife_push_so_night_light"
  11804. }
  11805. "33816737"
  11806. {
  11807. "icon_path" "econ/default_generated/weapon_knife_push_so_night_medium"
  11808. }
  11809. "33816738"
  11810. {
  11811. "icon_path" "econ/default_generated/weapon_knife_push_so_night_heavy"
  11812. }
  11813. "33816744"
  11814. {
  11815. "icon_path" "econ/default_generated/weapon_knife_push_aq_blued_light"
  11816. }
  11817. "33816745"
  11818. {
  11819. "icon_path" "econ/default_generated/weapon_knife_push_aq_blued_medium"
  11820. }
  11821. "33816746"
  11822. {
  11823. "icon_path" "econ/default_generated/weapon_knife_push_aq_blued_heavy"
  11824. }
  11825. "33816748"
  11826. {
  11827. "icon_path" "econ/default_generated/weapon_knife_push_aq_forced_light"
  11828. }
  11829. "33816749"
  11830. {
  11831. "icon_path" "econ/default_generated/weapon_knife_push_aq_forced_medium"
  11832. }
  11833. "33816750"
  11834. {
  11835. "icon_path" "econ/default_generated/weapon_knife_push_aq_forced_heavy"
  11836. }
  11837. "33816752"
  11838. {
  11839. "icon_path" "econ/default_generated/weapon_knife_push_aq_oiled_light"
  11840. }
  11841. "33816753"
  11842. {
  11843. "icon_path" "econ/default_generated/weapon_knife_push_aq_oiled_medium"
  11844. }
  11845. "33816754"
  11846. {
  11847. "icon_path" "econ/default_generated/weapon_knife_push_aq_oiled_heavy"
  11848. }
  11849. "33816812"
  11850. {
  11851. "icon_path" "econ/default_generated/weapon_knife_push_am_zebra_light"
  11852. }
  11853. "33816813"
  11854. {
  11855. "icon_path" "econ/default_generated/weapon_knife_push_am_zebra_medium"
  11856. }
  11857. "33816814"
  11858. {
  11859. "icon_path" "econ/default_generated/weapon_knife_push_am_zebra_heavy"
  11860. }
  11861. "33816864"
  11862. {
  11863. "icon_path" "econ/default_generated/weapon_knife_push_sp_mesh_tan_light"
  11864. }
  11865. "33816865"
  11866. {
  11867. "icon_path" "econ/default_generated/weapon_knife_push_sp_mesh_tan_medium"
  11868. }
  11869. "33816866"
  11870. {
  11871. "icon_path" "econ/default_generated/weapon_knife_push_sp_mesh_tan_heavy"
  11872. }
  11873. "33816884"
  11874. {
  11875. "icon_path" "econ/default_generated/weapon_knife_push_hy_forest_boreal_light"
  11876. }
  11877. "33816885"
  11878. {
  11879. "icon_path" "econ/default_generated/weapon_knife_push_hy_forest_boreal_medium"
  11880. }
  11881. "33816886"
  11882. {
  11883. "icon_path" "econ/default_generated/weapon_knife_push_hy_forest_boreal_heavy"
  11884. }
  11885. "33816968"
  11886. {
  11887. "icon_path" "econ/default_generated/weapon_knife_push_so_purple_light"
  11888. }
  11889. "33816969"
  11890. {
  11891. "icon_path" "econ/default_generated/weapon_knife_push_so_purple_medium"
  11892. }
  11893. "33816970"
  11894. {
  11895. "icon_path" "econ/default_generated/weapon_knife_push_so_purple_heavy"
  11896. }
  11897. "33817148"
  11898. {
  11899. "icon_path" "econ/default_generated/weapon_knife_push_sp_tape_urban_light"
  11900. }
  11901. "33817149"
  11902. {
  11903. "icon_path" "econ/default_generated/weapon_knife_push_sp_tape_urban_medium"
  11904. }
  11905. "33817150"
  11906. {
  11907. "icon_path" "econ/default_generated/weapon_knife_push_sp_tape_urban_heavy"
  11908. }
  11909. "33817276"
  11910. {
  11911. "icon_path" "econ/default_generated/weapon_knife_push_sp_dapple_light"
  11912. }
  11913. "33817277"
  11914. {
  11915. "icon_path" "econ/default_generated/weapon_knife_push_sp_dapple_medium"
  11916. }
  11917. "33817278"
  11918. {
  11919. "icon_path" "econ/default_generated/weapon_knife_push_sp_dapple_heavy"
  11920. }
  11921. "33818212"
  11922. {
  11923. "icon_path" "econ/default_generated/weapon_knife_push_an_tiger_orange_light"
  11924. }
  11925. "33818213"
  11926. {
  11927. "icon_path" "econ/default_generated/weapon_knife_push_an_tiger_orange_medium"
  11928. }
  11929. "33818214"
  11930. {
  11931. "icon_path" "econ/default_generated/weapon_knife_push_an_tiger_orange_heavy"
  11932. }
  11933. "33818220"
  11934. {
  11935. "icon_path" "econ/default_generated/weapon_knife_push_aq_damascus_90_light"
  11936. }
  11937. "33818221"
  11938. {
  11939. "icon_path" "econ/default_generated/weapon_knife_push_aq_damascus_90_medium"
  11940. }
  11941. "33818222"
  11942. {
  11943. "icon_path" "econ/default_generated/weapon_knife_push_aq_damascus_90_heavy"
  11944. }
  11945. "33818228"
  11946. {
  11947. "icon_path" "econ/default_generated/weapon_knife_push_am_marble_fade_light"
  11948. }
  11949. "33818229"
  11950. {
  11951. "icon_path" "econ/default_generated/weapon_knife_push_am_marble_fade_medium"
  11952. }
  11953. "33818230"
  11954. {
  11955. "icon_path" "econ/default_generated/weapon_knife_push_am_marble_fade_heavy"
  11956. }
  11957. "33818232"
  11958. {
  11959. "icon_path" "econ/default_generated/weapon_knife_push_aq_steel_knife_light"
  11960. }
  11961. "33818233"
  11962. {
  11963. "icon_path" "econ/default_generated/weapon_knife_push_aq_steel_knife_medium"
  11964. }
  11965. "33818234"
  11966. {
  11967. "icon_path" "econ/default_generated/weapon_knife_push_aq_steel_knife_heavy"
  11968. }
  11969. "33818236"
  11970. {
  11971. "icon_path" "econ/default_generated/weapon_knife_push_am_ruby_marbleized_light"
  11972. }
  11973. "33818237"
  11974. {
  11975. "icon_path" "econ/default_generated/weapon_knife_push_am_ruby_marbleized_medium"
  11976. }
  11977. "33818238"
  11978. {
  11979. "icon_path" "econ/default_generated/weapon_knife_push_am_ruby_marbleized_heavy"
  11980. }
  11981. "33818248"
  11982. {
  11983. "icon_path" "econ/default_generated/weapon_knife_push_am_doppler_phase1_light"
  11984. }
  11985. "33818249"
  11986. {
  11987. "icon_path" "econ/default_generated/weapon_knife_push_am_doppler_phase1_medium"
  11988. }
  11989. "33818250"
  11990. {
  11991. "icon_path" "econ/default_generated/weapon_knife_push_am_doppler_phase1_heavy"
  11992. }
  11993. "33818256"
  11994. {
  11995. "icon_path" "econ/default_generated/weapon_knife_push_am_doppler_phase3_light"
  11996. }
  11997. "33818257"
  11998. {
  11999. "icon_path" "econ/default_generated/weapon_knife_push_am_doppler_phase3_medium"
  12000. }
  12001. "33818258"
  12002. {
  12003. "icon_path" "econ/default_generated/weapon_knife_push_am_doppler_phase3_heavy"
  12004. }
  12005. "33818260"
  12006. {
  12007. "icon_path" "econ/default_generated/weapon_knife_push_am_doppler_phase4_light"
  12008. }
  12009. "33818261"
  12010. {
  12011. "icon_path" "econ/default_generated/weapon_knife_push_am_doppler_phase4_medium"
  12012. }
  12013. "33818262"
  12014. {
  12015. "icon_path" "econ/default_generated/weapon_knife_push_am_doppler_phase4_heavy"
  12016. }
  12017. "33819044"
  12018. {
  12019. "icon_path" "econ/default_generated/weapon_knife_push_am_blackpearl_marbleized_b_light"
  12020. }
  12021. "33819045"
  12022. {
  12023. "icon_path" "econ/default_generated/weapon_knife_push_am_blackpearl_marbleized_b_medium"
  12024. }
  12025. "33819046"
  12026. {
  12027. "icon_path" "econ/default_generated/weapon_knife_push_am_blackpearl_marbleized_b_heavy"
  12028. }
  12029. "33819048"
  12030. {
  12031. "icon_path" "econ/default_generated/weapon_knife_push_am_doppler_phase2_b_light"
  12032. }
  12033. "33819049"
  12034. {
  12035. "icon_path" "econ/default_generated/weapon_knife_push_am_doppler_phase2_b_medium"
  12036. }
  12037. "33819050"
  12038. {
  12039. "icon_path" "econ/default_generated/weapon_knife_push_am_doppler_phase2_b_heavy"
  12040. }
  12041. "33819052"
  12042. {
  12043. "icon_path" "econ/default_generated/weapon_knife_push_am_sapphire_marbleized_b_light"
  12044. }
  12045. "33819053"
  12046. {
  12047. "icon_path" "econ/default_generated/weapon_knife_push_am_sapphire_marbleized_b_medium"
  12048. }
  12049. "33819054"
  12050. {
  12051. "icon_path" "econ/default_generated/weapon_knife_push_am_sapphire_marbleized_b_heavy"
  12052. }
  12053. "329489496"
  12054. {
  12055. "icon_path" "econ/default_generated/studded_bloodhound_gloves_bloodhound_black_silver_light"
  12056. }
  12057. "329489497"
  12058. {
  12059. "icon_path" "econ/default_generated/studded_bloodhound_gloves_bloodhound_black_silver_medium"
  12060. }
  12061. "329489498"
  12062. {
  12063. "icon_path" "econ/default_generated/studded_bloodhound_gloves_bloodhound_black_silver_heavy"
  12064. }
  12065. "329489500"
  12066. {
  12067. "icon_path" "econ/default_generated/studded_bloodhound_gloves_bloodhound_snakeskin_brass_light"
  12068. }
  12069. "329489501"
  12070. {
  12071. "icon_path" "econ/default_generated/studded_bloodhound_gloves_bloodhound_snakeskin_brass_medium"
  12072. }
  12073. "329489502"
  12074. {
  12075. "icon_path" "econ/default_generated/studded_bloodhound_gloves_bloodhound_snakeskin_brass_heavy"
  12076. }
  12077. "329489504"
  12078. {
  12079. "icon_path" "econ/default_generated/studded_bloodhound_gloves_bloodhound_metallic_light"
  12080. }
  12081. "329489505"
  12082. {
  12083. "icon_path" "econ/default_generated/studded_bloodhound_gloves_bloodhound_metallic_medium"
  12084. }
  12085. "329489506"
  12086. {
  12087. "icon_path" "econ/default_generated/studded_bloodhound_gloves_bloodhound_metallic_heavy"
  12088. }
  12089. "329489628"
  12090. {
  12091. "icon_path" "econ/default_generated/studded_bloodhound_gloves_bloodhound_guerrilla_light"
  12092. }
  12093. "329489629"
  12094. {
  12095. "icon_path" "econ/default_generated/studded_bloodhound_gloves_bloodhound_guerrilla_medium"
  12096. }
  12097. "329489630"
  12098. {
  12099. "icon_path" "econ/default_generated/studded_bloodhound_gloves_bloodhound_guerrilla_heavy"
  12100. }
  12101. "329686152"
  12102. {
  12103. "icon_path" "econ/default_generated/sporty_gloves_sporty_light_blue_light"
  12104. }
  12105. "329686153"
  12106. {
  12107. "icon_path" "econ/default_generated/sporty_gloves_sporty_light_blue_medium"
  12108. }
  12109. "329686154"
  12110. {
  12111. "icon_path" "econ/default_generated/sporty_gloves_sporty_light_blue_heavy"
  12112. }
  12113. "329686156"
  12114. {
  12115. "icon_path" "econ/default_generated/sporty_gloves_sporty_military_light"
  12116. }
  12117. "329686157"
  12118. {
  12119. "icon_path" "econ/default_generated/sporty_gloves_sporty_military_medium"
  12120. }
  12121. "329686158"
  12122. {
  12123. "icon_path" "econ/default_generated/sporty_gloves_sporty_military_heavy"
  12124. }
  12125. "329686228"
  12126. {
  12127. "icon_path" "econ/default_generated/sporty_gloves_sporty_purple_light"
  12128. }
  12129. "329686229"
  12130. {
  12131. "icon_path" "econ/default_generated/sporty_gloves_sporty_purple_medium"
  12132. }
  12133. "329686230"
  12134. {
  12135. "icon_path" "econ/default_generated/sporty_gloves_sporty_purple_heavy"
  12136. }
  12137. "329686232"
  12138. {
  12139. "icon_path" "econ/default_generated/sporty_gloves_sporty_green_light"
  12140. }
  12141. "329686233"
  12142. {
  12143. "icon_path" "econ/default_generated/sporty_gloves_sporty_green_medium"
  12144. }
  12145. "329686234"
  12146. {
  12147. "icon_path" "econ/default_generated/sporty_gloves_sporty_green_heavy"
  12148. }
  12149. "329686260"
  12150. {
  12151. "icon_path" "econ/default_generated/sporty_gloves_sporty_poison_frog_blue_white_light"
  12152. }
  12153. "329686261"
  12154. {
  12155. "icon_path" "econ/default_generated/sporty_gloves_sporty_poison_frog_blue_white_medium"
  12156. }
  12157. "329686262"
  12158. {
  12159. "icon_path" "econ/default_generated/sporty_gloves_sporty_poison_frog_blue_white_heavy"
  12160. }
  12161. "329686264"
  12162. {
  12163. "icon_path" "econ/default_generated/sporty_gloves_sporty_poison_frog_red_green_light"
  12164. }
  12165. "329686265"
  12166. {
  12167. "icon_path" "econ/default_generated/sporty_gloves_sporty_poison_frog_red_green_medium"
  12168. }
  12169. "329686266"
  12170. {
  12171. "icon_path" "econ/default_generated/sporty_gloves_sporty_poison_frog_red_green_heavy"
  12172. }
  12173. "329686268"
  12174. {
  12175. "icon_path" "econ/default_generated/sporty_gloves_sporty_black_webbing_yellow_light"
  12176. }
  12177. "329686269"
  12178. {
  12179. "icon_path" "econ/default_generated/sporty_gloves_sporty_black_webbing_yellow_medium"
  12180. }
  12181. "329686270"
  12182. {
  12183. "icon_path" "econ/default_generated/sporty_gloves_sporty_black_webbing_yellow_heavy"
  12184. }
  12185. "329686272"
  12186. {
  12187. "icon_path" "econ/default_generated/sporty_gloves_sporty_blue_pink_light"
  12188. }
  12189. "329686273"
  12190. {
  12191. "icon_path" "econ/default_generated/sporty_gloves_sporty_blue_pink_medium"
  12192. }
  12193. "329686274"
  12194. {
  12195. "icon_path" "econ/default_generated/sporty_gloves_sporty_blue_pink_heavy"
  12196. }
  12197. "329751668"
  12198. {
  12199. "icon_path" "econ/default_generated/slick_gloves_slick_black_light"
  12200. }
  12201. "329751669"
  12202. {
  12203. "icon_path" "econ/default_generated/slick_gloves_slick_black_medium"
  12204. }
  12205. "329751670"
  12206. {
  12207. "icon_path" "econ/default_generated/slick_gloves_slick_black_heavy"
  12208. }
  12209. "329751676"
  12210. {
  12211. "icon_path" "econ/default_generated/slick_gloves_slick_military_light"
  12212. }
  12213. "329751677"
  12214. {
  12215. "icon_path" "econ/default_generated/slick_gloves_slick_military_medium"
  12216. }
  12217. "329751678"
  12218. {
  12219. "icon_path" "econ/default_generated/slick_gloves_slick_military_heavy"
  12220. }
  12221. "329751680"
  12222. {
  12223. "icon_path" "econ/default_generated/slick_gloves_slick_red_light"
  12224. }
  12225. "329751681"
  12226. {
  12227. "icon_path" "econ/default_generated/slick_gloves_slick_red_medium"
  12228. }
  12229. "329751682"
  12230. {
  12231. "icon_path" "econ/default_generated/slick_gloves_slick_red_heavy"
  12232. }
  12233. "329751776"
  12234. {
  12235. "icon_path" "econ/default_generated/slick_gloves_slick_snakeskin_yellow_light"
  12236. }
  12237. "329751777"
  12238. {
  12239. "icon_path" "econ/default_generated/slick_gloves_slick_snakeskin_yellow_medium"
  12240. }
  12241. "329751778"
  12242. {
  12243. "icon_path" "econ/default_generated/slick_gloves_slick_snakeskin_yellow_heavy"
  12244. }
  12245. "329751780"
  12246. {
  12247. "icon_path" "econ/default_generated/slick_gloves_slick_snakeskin_white_light"
  12248. }
  12249. "329751781"
  12250. {
  12251. "icon_path" "econ/default_generated/slick_gloves_slick_snakeskin_white_medium"
  12252. }
  12253. "329751782"
  12254. {
  12255. "icon_path" "econ/default_generated/slick_gloves_slick_snakeskin_white_heavy"
  12256. }
  12257. "329751784"
  12258. {
  12259. "icon_path" "econ/default_generated/slick_gloves_slick_plaid_purple_light"
  12260. }
  12261. "329751785"
  12262. {
  12263. "icon_path" "econ/default_generated/slick_gloves_slick_plaid_purple_medium"
  12264. }
  12265. "329751786"
  12266. {
  12267. "icon_path" "econ/default_generated/slick_gloves_slick_plaid_purple_heavy"
  12268. }
  12269. "329751788"
  12270. {
  12271. "icon_path" "econ/default_generated/slick_gloves_slick_stitched_black_orange_light"
  12272. }
  12273. "329751789"
  12274. {
  12275. "icon_path" "econ/default_generated/slick_gloves_slick_stitched_black_orange_medium"
  12276. }
  12277. "329751790"
  12278. {
  12279. "icon_path" "econ/default_generated/slick_gloves_slick_stitched_black_orange_heavy"
  12280. }
  12281. "329751792"
  12282. {
  12283. "icon_path" "econ/default_generated/slick_gloves_slick_stitched_green_grey_light"
  12284. }
  12285. "329751793"
  12286. {
  12287. "icon_path" "econ/default_generated/slick_gloves_slick_stitched_green_grey_medium"
  12288. }
  12289. "329751794"
  12290. {
  12291. "icon_path" "econ/default_generated/slick_gloves_slick_stitched_green_grey_heavy"
  12292. }
  12293. "329817188"
  12294. {
  12295. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_light"
  12296. }
  12297. "329817189"
  12298. {
  12299. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_medium"
  12300. }
  12301. "329817190"
  12302. {
  12303. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_heavy"
  12304. }
  12305. "329817192"
  12306. {
  12307. "icon_path" "econ/default_generated/leather_handwraps_handwrap_camo_grey_light"
  12308. }
  12309. "329817193"
  12310. {
  12311. "icon_path" "econ/default_generated/leather_handwraps_handwrap_camo_grey_medium"
  12312. }
  12313. "329817194"
  12314. {
  12315. "icon_path" "econ/default_generated/leather_handwraps_handwrap_camo_grey_heavy"
  12316. }
  12317. "329817236"
  12318. {
  12319. "icon_path" "econ/default_generated/leather_handwraps_handwrap_red_slaughter_light"
  12320. }
  12321. "329817237"
  12322. {
  12323. "icon_path" "econ/default_generated/leather_handwraps_handwrap_red_slaughter_medium"
  12324. }
  12325. "329817238"
  12326. {
  12327. "icon_path" "econ/default_generated/leather_handwraps_handwrap_red_slaughter_heavy"
  12328. }
  12329. "329817296"
  12330. {
  12331. "icon_path" "econ/default_generated/leather_handwraps_handwrap_fabric_orange_camo_light"
  12332. }
  12333. "329817297"
  12334. {
  12335. "icon_path" "econ/default_generated/leather_handwraps_handwrap_fabric_orange_camo_medium"
  12336. }
  12337. "329817298"
  12338. {
  12339. "icon_path" "econ/default_generated/leather_handwraps_handwrap_fabric_orange_camo_heavy"
  12340. }
  12341. "329817364"
  12342. {
  12343. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_fabric_blue_skulls_light"
  12344. }
  12345. "329817365"
  12346. {
  12347. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_fabric_blue_skulls_medium"
  12348. }
  12349. "329817366"
  12350. {
  12351. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_fabric_blue_skulls_heavy"
  12352. }
  12353. "329817368"
  12354. {
  12355. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_fabric_geometric_blue_light"
  12356. }
  12357. "329817369"
  12358. {
  12359. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_fabric_geometric_blue_medium"
  12360. }
  12361. "329817370"
  12362. {
  12363. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_fabric_geometric_blue_heavy"
  12364. }
  12365. "329817372"
  12366. {
  12367. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_ducttape_light"
  12368. }
  12369. "329817373"
  12370. {
  12371. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_ducttape_medium"
  12372. }
  12373. "329817374"
  12374. {
  12375. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_ducttape_heavy"
  12376. }
  12377. "329817376"
  12378. {
  12379. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_fabric_green_camo_light"
  12380. }
  12381. "329817377"
  12382. {
  12383. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_fabric_green_camo_medium"
  12384. }
  12385. "329817378"
  12386. {
  12387. "icon_path" "econ/default_generated/leather_handwraps_handwrap_leathery_fabric_green_camo_heavy"
  12388. }
  12389. "329882784"
  12390. {
  12391. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_basic_black_light"
  12392. }
  12393. "329882785"
  12394. {
  12395. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_basic_black_medium"
  12396. }
  12397. "329882786"
  12398. {
  12399. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_basic_black_heavy"
  12400. }
  12401. "329882792"
  12402. {
  12403. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_mint_triangle_light"
  12404. }
  12405. "329882793"
  12406. {
  12407. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_mint_triangle_medium"
  12408. }
  12409. "329882794"
  12410. {
  12411. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_mint_triangle_heavy"
  12412. }
  12413. "329882796"
  12414. {
  12415. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_mono_boom_light"
  12416. }
  12417. "329882797"
  12418. {
  12419. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_mono_boom_medium"
  12420. }
  12421. "329882798"
  12422. {
  12423. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_mono_boom_heavy"
  12424. }
  12425. "329882800"
  12426. {
  12427. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_triangle_blue_light"
  12428. }
  12429. "329882801"
  12430. {
  12431. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_triangle_blue_medium"
  12432. }
  12433. "329882802"
  12434. {
  12435. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_triangle_blue_heavy"
  12436. }
  12437. "329882884"
  12438. {
  12439. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_choco_boom_light"
  12440. }
  12441. "329882885"
  12442. {
  12443. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_choco_boom_medium"
  12444. }
  12445. "329882886"
  12446. {
  12447. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_choco_boom_heavy"
  12448. }
  12449. "329882888"
  12450. {
  12451. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_basic_green_orange_light"
  12452. }
  12453. "329882889"
  12454. {
  12455. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_basic_green_orange_medium"
  12456. }
  12457. "329882890"
  12458. {
  12459. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_basic_green_orange_heavy"
  12460. }
  12461. "329882892"
  12462. {
  12463. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_yellow_camo_light"
  12464. }
  12465. "329882893"
  12466. {
  12467. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_yellow_camo_medium"
  12468. }
  12469. "329882894"
  12470. {
  12471. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_yellow_camo_heavy"
  12472. }
  12473. "329882896"
  12474. {
  12475. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_trigrid_blue_light"
  12476. }
  12477. "329882897"
  12478. {
  12479. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_trigrid_blue_medium"
  12480. }
  12481. "329882898"
  12482. {
  12483. "icon_path" "econ/default_generated/motorcycle_gloves_motorcycle_trigrid_blue_heavy"
  12484. }
  12485. "329948344"
  12486. {
  12487. "icon_path" "econ/default_generated/specialist_gloves_specialist_ddpat_green_camo_light"
  12488. }
  12489. "329948345"
  12490. {
  12491. "icon_path" "econ/default_generated/specialist_gloves_specialist_ddpat_green_camo_medium"
  12492. }
  12493. "329948346"
  12494. {
  12495. "icon_path" "econ/default_generated/specialist_gloves_specialist_ddpat_green_camo_heavy"
  12496. }
  12497. "329948356"
  12498. {
  12499. "icon_path" "econ/default_generated/specialist_gloves_specialist_kimono_diamonds_red_light"
  12500. }
  12501. "329948357"
  12502. {
  12503. "icon_path" "econ/default_generated/specialist_gloves_specialist_kimono_diamonds_red_medium"
  12504. }
  12505. "329948358"
  12506. {
  12507. "icon_path" "econ/default_generated/specialist_gloves_specialist_kimono_diamonds_red_heavy"
  12508. }
  12509. "329948360"
  12510. {
  12511. "icon_path" "econ/default_generated/specialist_gloves_specialist_emerald_web_light"
  12512. }
  12513. "329948361"
  12514. {
  12515. "icon_path" "econ/default_generated/specialist_gloves_specialist_emerald_web_medium"
  12516. }
  12517. "329948362"
  12518. {
  12519. "icon_path" "econ/default_generated/specialist_gloves_specialist_emerald_web_heavy"
  12520. }
  12521. "329948364"
  12522. {
  12523. "icon_path" "econ/default_generated/specialist_gloves_specialist_orange_white_light"
  12524. }
  12525. "329948365"
  12526. {
  12527. "icon_path" "econ/default_generated/specialist_gloves_specialist_orange_white_medium"
  12528. }
  12529. "329948366"
  12530. {
  12531. "icon_path" "econ/default_generated/specialist_gloves_specialist_orange_white_heavy"
  12532. }
  12533. "329948468"
  12534. {
  12535. "icon_path" "econ/default_generated/specialist_gloves_specialist_webs_red_light"
  12536. }
  12537. "329948469"
  12538. {
  12539. "icon_path" "econ/default_generated/specialist_gloves_specialist_webs_red_medium"
  12540. }
  12541. "329948470"
  12542. {
  12543. "icon_path" "econ/default_generated/specialist_gloves_specialist_webs_red_heavy"
  12544. }
  12545. "329948472"
  12546. {
  12547. "icon_path" "econ/default_generated/specialist_gloves_specialist_forest_brown_light"
  12548. }
  12549. "329948473"
  12550. {
  12551. "icon_path" "econ/default_generated/specialist_gloves_specialist_forest_brown_medium"
  12552. }
  12553. "329948474"
  12554. {
  12555. "icon_path" "econ/default_generated/specialist_gloves_specialist_forest_brown_heavy"
  12556. }
  12557. "329948476"
  12558. {
  12559. "icon_path" "econ/default_generated/specialist_gloves_specialist_fade_light"
  12560. }
  12561. "329948477"
  12562. {
  12563. "icon_path" "econ/default_generated/specialist_gloves_specialist_fade_medium"
  12564. }
  12565. "329948478"
  12566. {
  12567. "icon_path" "econ/default_generated/specialist_gloves_specialist_fade_heavy"
  12568. }
  12569. "329948480"
  12570. {
  12571. "icon_path" "econ/default_generated/specialist_gloves_specialist_winterhex_light"
  12572. }
  12573. "329948481"
  12574. {
  12575. "icon_path" "econ/default_generated/specialist_gloves_specialist_winterhex_medium"
  12576. }
  12577. "329948482"
  12578. {
  12579. "icon_path" "econ/default_generated/specialist_gloves_specialist_winterhex_heavy"
  12580. }
  12581. "330013988"
  12582. {
  12583. "icon_path" "econ/default_generated/studded_hydra_gloves_bloodhound_hydra_black_green_light"
  12584. }
  12585. "330013989"
  12586. {
  12587. "icon_path" "econ/default_generated/studded_hydra_gloves_bloodhound_hydra_black_green_medium"
  12588. }
  12589. "330013990"
  12590. {
  12591. "icon_path" "econ/default_generated/studded_hydra_gloves_bloodhound_hydra_black_green_heavy"
  12592. }
  12593. "330013992"
  12594. {
  12595. "icon_path" "econ/default_generated/studded_hydra_gloves_bloodhound_hydra_green_leather_mesh_brass_light"
  12596. }
  12597. "330013993"
  12598. {
  12599. "icon_path" "econ/default_generated/studded_hydra_gloves_bloodhound_hydra_green_leather_mesh_brass_medium"
  12600. }
  12601. "330013994"
  12602. {
  12603. "icon_path" "econ/default_generated/studded_hydra_gloves_bloodhound_hydra_green_leather_mesh_brass_heavy"
  12604. }
  12605. "330013996"
  12606. {
  12607. "icon_path" "econ/default_generated/studded_hydra_gloves_bloodhound_hydra_snakeskin_brass_light"
  12608. }
  12609. "330013997"
  12610. {
  12611. "icon_path" "econ/default_generated/studded_hydra_gloves_bloodhound_hydra_snakeskin_brass_medium"
  12612. }
  12613. "330013998"
  12614. {
  12615. "icon_path" "econ/default_generated/studded_hydra_gloves_bloodhound_hydra_snakeskin_brass_heavy"
  12616. }
  12617. "330014000"
  12618. {
  12619. "icon_path" "econ/default_generated/studded_hydra_gloves_bloodhound_hydra_case_hardened_light"
  12620. }
  12621. "330014001"
  12622. {
  12623. "icon_path" "econ/default_generated/studded_hydra_gloves_bloodhound_hydra_case_hardened_medium"
  12624. }
  12625. "330014002"
  12626. {
  12627. "icon_path" "econ/default_generated/studded_hydra_gloves_bloodhound_hydra_case_hardened_heavy"
  12628. }
  12629. }
  12630. }
  12631. "prefabs"
  12632. {
  12633. "quest_prefab"
  12634. {
  12635. "name" "quest_item"
  12636. "item_class" "collectible_item"
  12637. "item_type_name" "#CSGO_Type_Quest"
  12638. "item_name" "#CSGO_Type_Quest"
  12639. "item_description" "#CSGO_Quest_Desc"
  12640. "icon_default_image" "materials/icons/inventory_icon_quest.vtf"
  12641. "image_inventory" "econ/tools/mission"
  12642. "item_quality" "unique"
  12643. "item_rarity" "common"
  12644. "min_ilevel" "1"
  12645. "max_ilevel" "1"
  12646. "image_inventory_size_w" "128"
  12647. "image_inventory_size_h" "82"
  12648. "mouse_pressed_sound" "ui/item_paper_pickup.wav"
  12649. "drop_sound" "ui/item_paper_pickup.wav"
  12650. "capabilities"
  12651. {
  12652. "can_delete" "1"
  12653. }
  12654. }
  12655. "musickit_prefab"
  12656. {
  12657. "item_class" "collectible_item"
  12658. "item_type_name" "#CSGO_Type_MusicKit"
  12659. "item_name" "#CSGO_Type_MusicKit"
  12660. "item_description" "#CSGO_MusicKit_Desc"
  12661. "item_slot" "musickit"
  12662. "item_sub_position" "musickit"
  12663. "item_rarity" "rare"
  12664. "item_quality" "unique"
  12665. "min_ilevel" "1"
  12666. "max_ilevel" "1"
  12667. "image_inventory_size_w" "128"
  12668. "image_inventory_size_h" "82"
  12669. "mouse_pressed_sound" "ui/item_paper_pickup.wav"
  12670. "drop_sound" "ui/item_paper_pickup.wav"
  12671. "used_by_classes"
  12672. {
  12673. "noteam" "1"
  12674. }
  12675. "capabilities"
  12676. {
  12677. "can_stattrack_swap" "1"
  12678. }
  12679. }
  12680. "bundle_base"
  12681. {
  12682. "item_class" "bundle"
  12683. "item_type_name" "#CSGO_Type_StoreBundle"
  12684. "image_inventory_size_w" "128"
  12685. "image_inventory_size_h" "82"
  12686. "item_quality" "unique"
  12687. "min_ilevel" "50"
  12688. "max_ilevel" "50"
  12689. "mouse_pressed_sound" "ui/item_paper_pickup.wav"
  12690. "drop_sound" "ui/item_paper_pickup.wav"
  12691. }
  12692. "weapon_case_base"
  12693. {
  12694. "item_class" "supply_crate"
  12695. "item_type_name" "#CSGO_Type_WeaponCase"
  12696. "item_name" "#CSGO_WeaponCase_Standard"
  12697. "image_inventory" "econ/weapon_cases/weapon_case_generic"
  12698. "item_quality" "unique"
  12699. "item_rarity" "common"
  12700. "min_ilevel" "1"
  12701. "max_ilevel" "1"
  12702. "image_inventory_size_w" "128"
  12703. "image_inventory_size_h" "82"
  12704. "mouse_pressed_sound" "physics/plastic/plastic_box_impact_soft1.wav"
  12705. "drop_sound" "physics/plastic/plastic_box_impact_hard1.wav"
  12706. "tool"
  12707. {
  12708. "type" "supply_crate"
  12709. "usage_capabilities"
  12710. {
  12711. "usable_out_of_game" "1"
  12712. }
  12713. }
  12714. "capabilities"
  12715. {
  12716. "decodable" "1"
  12717. }
  12718. "image_unusual_item" "econ/weapon_cases/default_rare_item"
  12719. "loot_list_rare_item_name" "#Exceedingly_Rare_Item"
  12720. "loot_list_rare_item_footer" "#Econ_Revolving_Loot_List_Rare_Item"
  12721. }
  12722. "weapon_case_souvenirpkg"
  12723. {
  12724. "prefab" "weapon_case_base"
  12725. }
  12726. "weapon_case"
  12727. {
  12728. "prefab" "weapon_case_base"
  12729. "associated_item" "1203"
  12730. "capabilities"
  12731. {
  12732. "can_delete" "1"
  12733. }
  12734. }
  12735. "csgo_tool"
  12736. {
  12737. "item_class" "tool"
  12738. "craft_class" "tool"
  12739. "craft_material_type" "tool"
  12740. "item_type_name" "#CSGO_Type_Tool"
  12741. "item_quality" "unique"
  12742. "item_rarity" "common"
  12743. "min_ilevel" "1"
  12744. "max_ilevel" "1"
  12745. "image_inventory_size_w" "128"
  12746. "image_inventory_size_h" "82"
  12747. "mouse_pressed_sound" "weapons/c4/c4_disarm.wav"
  12748. "drop_sound" "weapons/c4/c4_disarm.wav"
  12749. }
  12750. "weapon_case_key"
  12751. {
  12752. "prefab" "csgo_tool"
  12753. "item_name" "#CSGO_Tool_WeaponCase_Key"
  12754. "item_type_name" "#CSGO_Tool_WeaponCase_KeyTag"
  12755. "item_description" "#CSGO_Tool_WeaponCase_Key_Desc"
  12756. "image_inventory" "econ/tools/weapon_case_key"
  12757. "mouse_pressed_sound" "doors/door_lock_1.wav"
  12758. "drop_sound" "doors/handle_pushbar_locked1.wav"
  12759. "tool"
  12760. {
  12761. "type" "decoder_ring"
  12762. "use_string" "#UnlockUse"
  12763. "usage_capabilities"
  12764. {
  12765. "decodable" "1"
  12766. "usable_out_of_game" "1"
  12767. }
  12768. }
  12769. }
  12770. "recipe"
  12771. {
  12772. "prefab" "csgo_tool"
  12773. "item_type_name" "#CSGO_Type_recipe"
  12774. "image_inventory" "econ/tools/crafting_contract"
  12775. "tool"
  12776. {
  12777. "type" "recipe"
  12778. "usage_capabilities"
  12779. {
  12780. "recipe" "1"
  12781. "usable_out_of_game" "1"
  12782. }
  12783. }
  12784. }
  12785. "collectible"
  12786. {
  12787. "item_class" "collectible_item"
  12788. "craft_class" "collectable"
  12789. "craft_material_type" "tool"
  12790. "item_type_name" "#CSGO_Type_Collectible"
  12791. "item_quality" "unique"
  12792. "item_rarity" "ancient"
  12793. "min_ilevel" "1"
  12794. "max_ilevel" "1"
  12795. "image_inventory_size_w" "128"
  12796. "image_inventory_size_h" "82"
  12797. "mouse_pressed_sound" "physics/meta/chain_impact_hard1.wav"
  12798. "drop_sound" "physics/meta/chain_impact_hard1.wav"
  12799. "item_slot" "flair0"
  12800. "item_sub_position" "flair0"
  12801. "used_by_classes"
  12802. {
  12803. "noteam" "1"
  12804. }
  12805. }
  12806. "collectible_untradable"
  12807. {
  12808. "prefab" "collectible"
  12809. "attributes"
  12810. {
  12811. "cannot trade" "1"
  12812. }
  12813. }
  12814. "operation_coin"
  12815. {
  12816. "prefab" "collectible_untradable"
  12817. "item_type" "operation_coin"
  12818. }
  12819. "prestige_coin"
  12820. {
  12821. "prefab" "collectible_untradable"
  12822. "item_type" "prestige_coin"
  12823. }
  12824. "attendance_pin"
  12825. {
  12826. "prefab" "collectible_untradable"
  12827. "item_quality" "genuine"
  12828. }
  12829. "commodity_pin"
  12830. {
  12831. "prefab" "collectible"
  12832. }
  12833. "season1_coin"
  12834. {
  12835. "prefab" "operation_coin"
  12836. "attributes"
  12837. {
  12838. "season access" "0"
  12839. "minutes played"
  12840. {
  12841. "attribute_class" "minutes_played"
  12842. "value" "1"
  12843. "force_gc_to_generate" "1"
  12844. }
  12845. }
  12846. }
  12847. "season2_coin"
  12848. {
  12849. "prefab" "operation_coin"
  12850. "attributes"
  12851. {
  12852. "season access" "1"
  12853. "minutes played"
  12854. {
  12855. "attribute_class" "minutes_played"
  12856. "value" "1"
  12857. "force_gc_to_generate" "1"
  12858. }
  12859. "match wins"
  12860. {
  12861. "attribute_class" "match_wins"
  12862. "value" "0"
  12863. "force_gc_to_generate" "1"
  12864. }
  12865. "competitive minutes played"
  12866. {
  12867. "attribute_class" "competitive_minutes_played"
  12868. "value" "0"
  12869. "force_gc_to_generate" "1"
  12870. }
  12871. "competitive wins"
  12872. {
  12873. "attribute_class" "competitive_wins"
  12874. "value" "0"
  12875. "force_gc_to_generate" "1"
  12876. }
  12877. "competitive kills"
  12878. {
  12879. "attribute_class" "competitive_kills"
  12880. "value" "0"
  12881. "force_gc_to_generate" "1"
  12882. }
  12883. "competitive 3k"
  12884. {
  12885. "attribute_class" "competitive_3k"
  12886. "value" "0"
  12887. "force_gc_to_generate" "1"
  12888. }
  12889. "competitive 4k"
  12890. {
  12891. "attribute_class" "competitive_4k"
  12892. "value" "0"
  12893. "force_gc_to_generate" "1"
  12894. }
  12895. "competitive 5k"
  12896. {
  12897. "attribute_class" "competitive_5k"
  12898. "value" "0"
  12899. "force_gc_to_generate" "1"
  12900. }
  12901. "competitive hsp"
  12902. {
  12903. "attribute_class" "competitive_hsp"
  12904. "value" "0"
  12905. "force_gc_to_generate" "1"
  12906. }
  12907. "competitive mvps"
  12908. {
  12909. "attribute_class" "competitive_mvps"
  12910. "value" "0"
  12911. "force_gc_to_generate" "1"
  12912. }
  12913. }
  12914. }
  12915. "season3_coin"
  12916. {
  12917. "prefab" "operation_coin"
  12918. "attributes"
  12919. {
  12920. "season access" "2"
  12921. "minutes played"
  12922. {
  12923. "attribute_class" "minutes_played"
  12924. "value" "1"
  12925. "force_gc_to_generate" "1"
  12926. }
  12927. "match wins"
  12928. {
  12929. "attribute_class" "match_wins"
  12930. "value" "0"
  12931. "force_gc_to_generate" "1"
  12932. }
  12933. "competitive minutes played"
  12934. {
  12935. "attribute_class" "competitive_minutes_played"
  12936. "value" "0"
  12937. "force_gc_to_generate" "1"
  12938. }
  12939. "competitive wins"
  12940. {
  12941. "attribute_class" "competitive_wins"
  12942. "value" "0"
  12943. "force_gc_to_generate" "1"
  12944. }
  12945. "competitive kills"
  12946. {
  12947. "attribute_class" "competitive_kills"
  12948. "value" "0"
  12949. "force_gc_to_generate" "1"
  12950. }
  12951. "competitive 3k"
  12952. {
  12953. "attribute_class" "competitive_3k"
  12954. "value" "0"
  12955. "force_gc_to_generate" "1"
  12956. }
  12957. "competitive 4k"
  12958. {
  12959. "attribute_class" "competitive_4k"
  12960. "value" "0"
  12961. "force_gc_to_generate" "1"
  12962. }
  12963. "competitive 5k"
  12964. {
  12965. "attribute_class" "competitive_5k"
  12966. "value" "0"
  12967. "force_gc_to_generate" "1"
  12968. }
  12969. "competitive hsp"
  12970. {
  12971. "attribute_class" "competitive_hsp"
  12972. "value" "0"
  12973. "force_gc_to_generate" "1"
  12974. }
  12975. "competitive mvps"
  12976. {
  12977. "attribute_class" "competitive_mvps"
  12978. "value" "0"
  12979. "force_gc_to_generate" "1"
  12980. }
  12981. }
  12982. }
  12983. "season4_coin"
  12984. {
  12985. "prefab" "operation_coin"
  12986. "attributes"
  12987. {
  12988. "season access" "3"
  12989. "minutes played"
  12990. {
  12991. "attribute_class" "minutes_played"
  12992. "value" "1"
  12993. }
  12994. "operation minutes played"
  12995. {
  12996. "attribute_class" "operation_minutes_played"
  12997. "value" "0"
  12998. "force_gc_to_generate" "1"
  12999. }
  13000. "operation wins"
  13001. {
  13002. "attribute_class" "operation_wins"
  13003. "value" "0"
  13004. "force_gc_to_generate" "1"
  13005. }
  13006. "operation kills"
  13007. {
  13008. "attribute_class" "operation_kills"
  13009. "value" "0"
  13010. "force_gc_to_generate" "1"
  13011. }
  13012. "operation 3k"
  13013. {
  13014. "attribute_class" "operation_3k"
  13015. "value" "0"
  13016. "force_gc_to_generate" "1"
  13017. }
  13018. "operation 4k"
  13019. {
  13020. "attribute_class" "operation_4k"
  13021. "value" "0"
  13022. "force_gc_to_generate" "1"
  13023. }
  13024. "operation 5k"
  13025. {
  13026. "attribute_class" "operation_5k"
  13027. "value" "0"
  13028. "force_gc_to_generate" "1"
  13029. }
  13030. "operation hsp"
  13031. {
  13032. "attribute_class" "operation_hsp"
  13033. "value" "0"
  13034. "force_gc_to_generate" "1"
  13035. }
  13036. "operation mvps"
  13037. {
  13038. "attribute_class" "operation_mvps"
  13039. "value" "0"
  13040. "force_gc_to_generate" "1"
  13041. }
  13042. "competitive minutes played"
  13043. {
  13044. "attribute_class" "competitive_minutes_played"
  13045. "value" "0"
  13046. "force_gc_to_generate" "1"
  13047. }
  13048. "competitive wins"
  13049. {
  13050. "attribute_class" "competitive_wins"
  13051. "value" "0"
  13052. "force_gc_to_generate" "1"
  13053. }
  13054. "competitive kills"
  13055. {
  13056. "attribute_class" "competitive_kills"
  13057. "value" "0"
  13058. "force_gc_to_generate" "1"
  13059. }
  13060. "competitive 3k"
  13061. {
  13062. "attribute_class" "competitive_3k"
  13063. "value" "0"
  13064. "force_gc_to_generate" "1"
  13065. }
  13066. "competitive 4k"
  13067. {
  13068. "attribute_class" "competitive_4k"
  13069. "value" "0"
  13070. "force_gc_to_generate" "1"
  13071. }
  13072. "competitive 5k"
  13073. {
  13074. "attribute_class" "competitive_5k"
  13075. "value" "0"
  13076. "force_gc_to_generate" "1"
  13077. }
  13078. "competitive hsp"
  13079. {
  13080. "attribute_class" "competitive_hsp"
  13081. "value" "0"
  13082. "force_gc_to_generate" "1"
  13083. }
  13084. "competitive mvps"
  13085. {
  13086. "attribute_class" "competitive_mvps"
  13087. "value" "0"
  13088. "force_gc_to_generate" "1"
  13089. }
  13090. "quests complete"
  13091. {
  13092. "attribute_class" "quests_complete"
  13093. "value" "0"
  13094. "force_gc_to_generate" "1"
  13095. }
  13096. }
  13097. }
  13098. "season5_coin"
  13099. {
  13100. "prefab" "operation_coin"
  13101. "attributes"
  13102. {
  13103. "season access" "4"
  13104. "minutes played"
  13105. {
  13106. "attribute_class" "minutes_played"
  13107. "value" "1"
  13108. }
  13109. "operation minutes played"
  13110. {
  13111. "attribute_class" "operation_minutes_played"
  13112. "value" "0"
  13113. "force_gc_to_generate" "1"
  13114. }
  13115. "operation wins"
  13116. {
  13117. "attribute_class" "operation_wins"
  13118. "value" "0"
  13119. "force_gc_to_generate" "1"
  13120. }
  13121. "operation kills"
  13122. {
  13123. "attribute_class" "operation_kills"
  13124. "value" "0"
  13125. "force_gc_to_generate" "1"
  13126. }
  13127. "operation 3k"
  13128. {
  13129. "attribute_class" "operation_3k"
  13130. "value" "0"
  13131. "force_gc_to_generate" "1"
  13132. }
  13133. "operation 4k"
  13134. {
  13135. "attribute_class" "operation_4k"
  13136. "value" "0"
  13137. "force_gc_to_generate" "1"
  13138. }
  13139. "operation 5k"
  13140. {
  13141. "attribute_class" "operation_5k"
  13142. "value" "0"
  13143. "force_gc_to_generate" "1"
  13144. }
  13145. "operation hsp"
  13146. {
  13147. "attribute_class" "operation_hsp"
  13148. "value" "0"
  13149. "force_gc_to_generate" "1"
  13150. }
  13151. "operation mvps"
  13152. {
  13153. "attribute_class" "operation_mvps"
  13154. "value" "0"
  13155. "force_gc_to_generate" "1"
  13156. }
  13157. "competitive minutes played"
  13158. {
  13159. "attribute_class" "competitive_minutes_played"
  13160. "value" "0"
  13161. "force_gc_to_generate" "1"
  13162. }
  13163. "competitive wins"
  13164. {
  13165. "attribute_class" "competitive_wins"
  13166. "value" "0"
  13167. "force_gc_to_generate" "1"
  13168. }
  13169. "competitive kills"
  13170. {
  13171. "attribute_class" "competitive_kills"
  13172. "value" "0"
  13173. "force_gc_to_generate" "1"
  13174. }
  13175. "competitive 3k"
  13176. {
  13177. "attribute_class" "competitive_3k"
  13178. "value" "0"
  13179. "force_gc_to_generate" "1"
  13180. }
  13181. "competitive 4k"
  13182. {
  13183. "attribute_class" "competitive_4k"
  13184. "value" "0"
  13185. "force_gc_to_generate" "1"
  13186. }
  13187. "competitive 5k"
  13188. {
  13189. "attribute_class" "competitive_5k"
  13190. "value" "0"
  13191. "force_gc_to_generate" "1"
  13192. }
  13193. "competitive hsp"
  13194. {
  13195. "attribute_class" "competitive_hsp"
  13196. "value" "0"
  13197. "force_gc_to_generate" "1"
  13198. }
  13199. "competitive mvps"
  13200. {
  13201. "attribute_class" "competitive_mvps"
  13202. "value" "0"
  13203. "force_gc_to_generate" "1"
  13204. }
  13205. "quests complete"
  13206. {
  13207. "attribute_class" "quests_complete"
  13208. "value" "0"
  13209. "force_gc_to_generate" "1"
  13210. }
  13211. "operation points"
  13212. {
  13213. "attribute_class" "operation_points"
  13214. "value" "0"
  13215. "force_gc_to_generate" "1"
  13216. }
  13217. }
  13218. }
  13219. "season6_coin"
  13220. {
  13221. "prefab" "operation_coin"
  13222. "attributes"
  13223. {
  13224. "season access" "5"
  13225. "minutes played"
  13226. {
  13227. "attribute_class" "minutes_played"
  13228. "value" "1"
  13229. }
  13230. "operation minutes played"
  13231. {
  13232. "attribute_class" "operation_minutes_played"
  13233. "value" "0"
  13234. "force_gc_to_generate" "1"
  13235. }
  13236. "operation wins"
  13237. {
  13238. "attribute_class" "operation_wins"
  13239. "value" "0"
  13240. "force_gc_to_generate" "1"
  13241. }
  13242. "operation kills"
  13243. {
  13244. "attribute_class" "operation_kills"
  13245. "value" "0"
  13246. "force_gc_to_generate" "1"
  13247. }
  13248. "operation 3k"
  13249. {
  13250. "attribute_class" "operation_3k"
  13251. "value" "0"
  13252. "force_gc_to_generate" "1"
  13253. }
  13254. "operation 4k"
  13255. {
  13256. "attribute_class" "operation_4k"
  13257. "value" "0"
  13258. "force_gc_to_generate" "1"
  13259. }
  13260. "operation 5k"
  13261. {
  13262. "attribute_class" "operation_5k"
  13263. "value" "0"
  13264. "force_gc_to_generate" "1"
  13265. }
  13266. "operation hsp"
  13267. {
  13268. "attribute_class" "operation_hsp"
  13269. "value" "0"
  13270. "force_gc_to_generate" "1"
  13271. }
  13272. "operation mvps"
  13273. {
  13274. "attribute_class" "operation_mvps"
  13275. "value" "0"
  13276. "force_gc_to_generate" "1"
  13277. }
  13278. "competitive minutes played"
  13279. {
  13280. "attribute_class" "competitive_minutes_played"
  13281. "value" "0"
  13282. "force_gc_to_generate" "1"
  13283. }
  13284. "competitive wins"
  13285. {
  13286. "attribute_class" "competitive_wins"
  13287. "value" "0"
  13288. "force_gc_to_generate" "1"
  13289. }
  13290. "competitive kills"
  13291. {
  13292. "attribute_class" "competitive_kills"
  13293. "value" "0"
  13294. "force_gc_to_generate" "1"
  13295. }
  13296. "competitive 3k"
  13297. {
  13298. "attribute_class" "competitive_3k"
  13299. "value" "0"
  13300. "force_gc_to_generate" "1"
  13301. }
  13302. "competitive 4k"
  13303. {
  13304. "attribute_class" "competitive_4k"
  13305. "value" "0"
  13306. "force_gc_to_generate" "1"
  13307. }
  13308. "competitive 5k"
  13309. {
  13310. "attribute_class" "competitive_5k"
  13311. "value" "0"
  13312. "force_gc_to_generate" "1"
  13313. }
  13314. "competitive hsp"
  13315. {
  13316. "attribute_class" "competitive_hsp"
  13317. "value" "0"
  13318. "force_gc_to_generate" "1"
  13319. }
  13320. "competitive mvps"
  13321. {
  13322. "attribute_class" "competitive_mvps"
  13323. "value" "0"
  13324. "force_gc_to_generate" "1"
  13325. }
  13326. "quests complete"
  13327. {
  13328. "attribute_class" "quests_complete"
  13329. "value" "0"
  13330. "force_gc_to_generate" "1"
  13331. }
  13332. "operation points"
  13333. {
  13334. "attribute_class" "operation_points"
  13335. "value" "0"
  13336. "force_gc_to_generate" "1"
  13337. }
  13338. "quest id"
  13339. {
  13340. "attribute_class" "quest_id"
  13341. "value" "0"
  13342. "force_gc_to_generate" "1"
  13343. }
  13344. "campaign 5 completion bitfield"
  13345. {
  13346. "attribute_class" "campaign_completion_bitfield"
  13347. "value" "0"
  13348. "force_gc_to_generate" "1"
  13349. }
  13350. "campaign 5 last completed quest"
  13351. {
  13352. "attribute_class" "campaign_last_completed_quest"
  13353. "value" "0"
  13354. "force_gc_to_generate" "1"
  13355. }
  13356. "campaign 6 completion bitfield"
  13357. {
  13358. "attribute_class" "campaign_completion_bitfield"
  13359. "value" "0"
  13360. "force_gc_to_generate" "1"
  13361. }
  13362. "campaign 6 last completed quest"
  13363. {
  13364. "attribute_class" "campaign_last_completed_quest"
  13365. "value" "0"
  13366. "force_gc_to_generate" "1"
  13367. }
  13368. }
  13369. }
  13370. "season7_coin"
  13371. {
  13372. "prefab" "operation_coin"
  13373. "attributes"
  13374. {
  13375. "season access" "6"
  13376. "minutes played"
  13377. {
  13378. "attribute_class" "minutes_played"
  13379. "value" "1"
  13380. }
  13381. "operation minutes played"
  13382. {
  13383. "attribute_class" "operation_minutes_played"
  13384. "value" "0"
  13385. "force_gc_to_generate" "1"
  13386. }
  13387. "operation wins"
  13388. {
  13389. "attribute_class" "operation_wins"
  13390. "value" "0"
  13391. "force_gc_to_generate" "1"
  13392. }
  13393. "operation kills"
  13394. {
  13395. "attribute_class" "operation_kills"
  13396. "value" "0"
  13397. "force_gc_to_generate" "1"
  13398. }
  13399. "operation 3k"
  13400. {
  13401. "attribute_class" "operation_3k"
  13402. "value" "0"
  13403. "force_gc_to_generate" "1"
  13404. }
  13405. "operation 4k"
  13406. {
  13407. "attribute_class" "operation_4k"
  13408. "value" "0"
  13409. "force_gc_to_generate" "1"
  13410. }
  13411. "operation 5k"
  13412. {
  13413. "attribute_class" "operation_5k"
  13414. "value" "0"
  13415. "force_gc_to_generate" "1"
  13416. }
  13417. "operation hsp"
  13418. {
  13419. "attribute_class" "operation_hsp"
  13420. "value" "0"
  13421. "force_gc_to_generate" "1"
  13422. }
  13423. "operation mvps"
  13424. {
  13425. "attribute_class" "operation_mvps"
  13426. "value" "0"
  13427. "force_gc_to_generate" "1"
  13428. }
  13429. "competitive minutes played"
  13430. {
  13431. "attribute_class" "competitive_minutes_played"
  13432. "value" "0"
  13433. "force_gc_to_generate" "1"
  13434. }
  13435. "competitive wins"
  13436. {
  13437. "attribute_class" "competitive_wins"
  13438. "value" "0"
  13439. "force_gc_to_generate" "1"
  13440. }
  13441. "competitive kills"
  13442. {
  13443. "attribute_class" "competitive_kills"
  13444. "value" "0"
  13445. "force_gc_to_generate" "1"
  13446. }
  13447. "competitive 3k"
  13448. {
  13449. "attribute_class" "competitive_3k"
  13450. "value" "0"
  13451. "force_gc_to_generate" "1"
  13452. }
  13453. "competitive 4k"
  13454. {
  13455. "attribute_class" "competitive_4k"
  13456. "value" "0"
  13457. "force_gc_to_generate" "1"
  13458. }
  13459. "competitive 5k"
  13460. {
  13461. "attribute_class" "competitive_5k"
  13462. "value" "0"
  13463. "force_gc_to_generate" "1"
  13464. }
  13465. "competitive hsp"
  13466. {
  13467. "attribute_class" "competitive_hsp"
  13468. "value" "0"
  13469. "force_gc_to_generate" "1"
  13470. }
  13471. "competitive mvps"
  13472. {
  13473. "attribute_class" "competitive_mvps"
  13474. "value" "0"
  13475. "force_gc_to_generate" "1"
  13476. }
  13477. "quests complete"
  13478. {
  13479. "attribute_class" "quests_complete"
  13480. "value" "0"
  13481. "force_gc_to_generate" "1"
  13482. }
  13483. "operation points"
  13484. {
  13485. "attribute_class" "operation_points"
  13486. "value" "0"
  13487. "force_gc_to_generate" "1"
  13488. }
  13489. "quest id"
  13490. {
  13491. "attribute_class" "quest_id"
  13492. "value" "0"
  13493. "force_gc_to_generate" "1"
  13494. }
  13495. "campaign 7 completion bitfield"
  13496. {
  13497. "attribute_class" "campaign_completion_bitfield"
  13498. "value" "0"
  13499. "force_gc_to_generate" "1"
  13500. }
  13501. "campaign 7 last completed quest"
  13502. {
  13503. "attribute_class" "campaign_last_completed_quest"
  13504. "value" "0"
  13505. "force_gc_to_generate" "1"
  13506. }
  13507. "campaign 8 completion bitfield"
  13508. {
  13509. "attribute_class" "campaign_completion_bitfield"
  13510. "value" "0"
  13511. "force_gc_to_generate" "1"
  13512. }
  13513. "campaign 8 last completed quest"
  13514. {
  13515. "attribute_class" "campaign_last_completed_quest"
  13516. "value" "0"
  13517. "force_gc_to_generate" "1"
  13518. }
  13519. }
  13520. }
  13521. "season8_coin"
  13522. {
  13523. "prefab" "operation_coin"
  13524. "attributes"
  13525. {
  13526. "season access" "7"
  13527. "minutes played"
  13528. {
  13529. "attribute_class" "minutes_played"
  13530. "value" "1"
  13531. }
  13532. "operation minutes played"
  13533. {
  13534. "attribute_class" "operation_minutes_played"
  13535. "value" "0"
  13536. "force_gc_to_generate" "1"
  13537. }
  13538. "operation wins"
  13539. {
  13540. "attribute_class" "operation_wins"
  13541. "value" "0"
  13542. "force_gc_to_generate" "1"
  13543. }
  13544. "operation kills"
  13545. {
  13546. "attribute_class" "operation_kills"
  13547. "value" "0"
  13548. "force_gc_to_generate" "1"
  13549. }
  13550. "operation 3k"
  13551. {
  13552. "attribute_class" "operation_3k"
  13553. "value" "0"
  13554. "force_gc_to_generate" "1"
  13555. }
  13556. "operation 4k"
  13557. {
  13558. "attribute_class" "operation_4k"
  13559. "value" "0"
  13560. "force_gc_to_generate" "1"
  13561. }
  13562. "operation 5k"
  13563. {
  13564. "attribute_class" "operation_5k"
  13565. "value" "0"
  13566. "force_gc_to_generate" "1"
  13567. }
  13568. "operation hsp"
  13569. {
  13570. "attribute_class" "operation_hsp"
  13571. "value" "0"
  13572. "force_gc_to_generate" "1"
  13573. }
  13574. "operation mvps"
  13575. {
  13576. "attribute_class" "operation_mvps"
  13577. "value" "0"
  13578. "force_gc_to_generate" "1"
  13579. }
  13580. "competitive minutes played"
  13581. {
  13582. "attribute_class" "competitive_minutes_played"
  13583. "value" "0"
  13584. "force_gc_to_generate" "1"
  13585. }
  13586. "competitive wins"
  13587. {
  13588. "attribute_class" "competitive_wins"
  13589. "value" "0"
  13590. "force_gc_to_generate" "1"
  13591. }
  13592. "competitive kills"
  13593. {
  13594. "attribute_class" "competitive_kills"
  13595. "value" "0"
  13596. "force_gc_to_generate" "1"
  13597. }
  13598. "competitive 3k"
  13599. {
  13600. "attribute_class" "competitive_3k"
  13601. "value" "0"
  13602. "force_gc_to_generate" "1"
  13603. }
  13604. "competitive 4k"
  13605. {
  13606. "attribute_class" "competitive_4k"
  13607. "value" "0"
  13608. "force_gc_to_generate" "1"
  13609. }
  13610. "competitive 5k"
  13611. {
  13612. "attribute_class" "competitive_5k"
  13613. "value" "0"
  13614. "force_gc_to_generate" "1"
  13615. }
  13616. "competitive hsp"
  13617. {
  13618. "attribute_class" "competitive_hsp"
  13619. "value" "0"
  13620. "force_gc_to_generate" "1"
  13621. }
  13622. "competitive mvps"
  13623. {
  13624. "attribute_class" "competitive_mvps"
  13625. "value" "0"
  13626. "force_gc_to_generate" "1"
  13627. }
  13628. "quests complete"
  13629. {
  13630. "attribute_class" "quests_complete"
  13631. "value" "0"
  13632. "force_gc_to_generate" "1"
  13633. }
  13634. "operation points"
  13635. {
  13636. "attribute_class" "operation_points"
  13637. "value" "0"
  13638. "force_gc_to_generate" "1"
  13639. }
  13640. "operation xp awarded 0"
  13641. {
  13642. "attribute_class" "operation_xp_awarded"
  13643. "value" "0"
  13644. "force_gc_to_generate" "1"
  13645. }
  13646. "operation xp awarded 1"
  13647. {
  13648. "attribute_class" "operation_xp_awarded"
  13649. "value" "0"
  13650. "force_gc_to_generate" "1"
  13651. }
  13652. "operation drops awarded 0"
  13653. {
  13654. "attribute_class" "operation_drops_awarded"
  13655. "value" "0"
  13656. "force_gc_to_generate" "1"
  13657. }
  13658. "operation drops awarded 1"
  13659. {
  13660. "attribute_class" "operation_drops_awarded"
  13661. "value" "0"
  13662. "force_gc_to_generate" "1"
  13663. }
  13664. "campaign 9 completion bitfield"
  13665. {
  13666. "attribute_class" "campaign_completion_bitfield"
  13667. "value" "0"
  13668. "force_gc_to_generate" "1"
  13669. }
  13670. "campaign 9 last completed quest"
  13671. {
  13672. "attribute_class" "campaign_last_completed_quest"
  13673. "value" "0"
  13674. "force_gc_to_generate" "1"
  13675. }
  13676. }
  13677. }
  13678. "map_token"
  13679. {
  13680. "prefab" "collectible"
  13681. "item_class" "map_token"
  13682. "armory_desc" "maptoken"
  13683. }
  13684. "steam_badge"
  13685. {
  13686. "prefab" "collectible_untradable"
  13687. }
  13688. "flair_pin"
  13689. {
  13690. "prefab" "collectible"
  13691. }
  13692. "statted_item_base"
  13693. {
  13694. "attributes"
  13695. {
  13696. "addon scale" "1.000000"
  13697. "allow hand flipping" "1"
  13698. "armor ratio" "1"
  13699. "attack movespeed factor" "1.000000"
  13700. "bot audible range" "2000.000000"
  13701. "bullets" "1"
  13702. "cannot shoot underwater" "0"
  13703. "crosshair delta distance" "3"
  13704. "crosshair min distance" "4"
  13705. "cycletime" "0.150000"
  13706. "cycletime alt" "0.300000"
  13707. "damage" "42"
  13708. "flinch velocity modifier large" "1.000000"
  13709. "flinch velocity modifier small" "1.000000"
  13710. "has burst mode" "0"
  13711. "has silencer" "0"
  13712. "heat per shot" "0.250000"
  13713. "hide view model zoomed" "0"
  13714. "idle interval" "20"
  13715. "inaccuracy crouch" "0.000000"
  13716. "inaccuracy crouch alt" "0.000000"
  13717. "inaccuracy fire" "0.000000"
  13718. "inaccuracy fire alt" "0.000000"
  13719. "inaccuracy jump" "0.000000"
  13720. "inaccuracy jump alt" "0.000000"
  13721. "inaccuracy jump initial" "0.000000"
  13722. "inaccuracy ladder" "0.000000"
  13723. "inaccuracy ladder alt" "0.000000"
  13724. "inaccuracy land" "0.000000"
  13725. "inaccuracy land alt" "0.000000"
  13726. "inaccuracy move" "0.000000"
  13727. "inaccuracy move alt" "0.000000"
  13728. "inaccuracy reload" "0.000000"
  13729. "inaccuracy stand" "0.000000"
  13730. "inaccuracy stand alt" "0.000000"
  13731. "inaccuracy pitch shift" "0.000000"
  13732. "inaccuracy alt sound threshold" "0.000000"
  13733. "is full auto" "0"
  13734. "is melee weapon" "0"
  13735. "is revolver" "0"
  13736. "itemflag select on empty" "0"
  13737. "itemflag no auto reload" "0"
  13738. "itemflag no auto switch empty" "0"
  13739. "itemflag limit in world" "0"
  13740. "itemflag exhaustible" "0"
  13741. "itemflag do hit location dmg" "0"
  13742. "itemflag no ammo pickups" "0"
  13743. "itemflag no item pickup" "0"
  13744. "kill award" "300"
  13745. "max player speed" "1"
  13746. "max player speed alt" "1"
  13747. "model right handed" "1"
  13748. "penetration" "1.000000"
  13749. "primary clip size" "-1"
  13750. "primary default clip size" "-1"
  13751. "primary reserve ammo max" "0"
  13752. "range" "8192.000000"
  13753. "range modifier" "0.980000"
  13754. "recoil angle" "0.000000"
  13755. "recoil angle alt" "0.000000"
  13756. "recoil angle variance" "0.000000"
  13757. "recoil angle variance alt" "0.000000"
  13758. "recoil magnitude" "0.000000"
  13759. "recoil magnitude alt" "0.000000"
  13760. "recoil magnitude variance" "0.000000"
  13761. "recoil magnitude variance alt" "0.000000"
  13762. "spread seed" "0"
  13763. "recovery time crouch" "1.000000"
  13764. "recovery time crouch final" "1.000000"
  13765. "recovery time stand" "1.000000"
  13766. "recovery time stand final" "1.000000"
  13767. "recovery transition end bullet" "0"
  13768. "recovery transition start bullet" "0"
  13769. "rumble effect" "-1"
  13770. "secondary clip size" "-1"
  13771. "secondary default clip size" "-1"
  13772. "secondary reserve ammo max" "0"
  13773. "spread" "0.000000"
  13774. "spread alt" "0.000000"
  13775. "time to idle" "2.000000"
  13776. "tracer frequency" "0"
  13777. "unzoom after shot" "0"
  13778. "weapon weight" "0"
  13779. "zoom fov 1" "90"
  13780. "zoom fov 2" "90"
  13781. "zoom levels" "0"
  13782. "zoom time 0" "0"
  13783. "zoom time 1" "0"
  13784. "zoom time 2" "0"
  13785. }
  13786. }
  13787. "weapon_base"
  13788. {
  13789. "prefab" "statted_item_base"
  13790. "craft_class" "weapon"
  13791. "craft_material_type" "weapon"
  13792. "item_type_name" "#CSGO_Type_Weapon"
  13793. "item_quality" "unique"
  13794. "item_rarity" "common"
  13795. "min_ilevel" "1"
  13796. "max_ilevel" "1"
  13797. "image_inventory_size_w" "128"
  13798. "image_inventory_size_h" "82"
  13799. "mouse_pressed_sound" "weapons/m4a1/m4a1_clipout.wav"
  13800. "drop_sound" "weapons/m4a1/m4a1_clipint.wav"
  13801. "inventory_image_data"
  13802. {
  13803. "camera_angles" "2.0 -130.0 0.0"
  13804. "camera_offset" "0.0 1.0 -2.0"
  13805. "camera_fov" "35.000000"
  13806. "override_default_light" "1"
  13807. "spot_light_key"
  13808. {
  13809. "position" "-120 120 180"
  13810. "color" "2 2.1 2.3"
  13811. "lookat" "0.0 0.0 0.0"
  13812. "inner_cone" "0.500000"
  13813. "outer_cone" "1.000000"
  13814. }
  13815. "spot_light_rim"
  13816. {
  13817. "position" "10.0 -90.0 -60.0"
  13818. "color" "3 5 5"
  13819. "lookat" "0.0 0.0 0.0"
  13820. "inner_cone" "0.040000"
  13821. "outer_cone" "0.500000"
  13822. }
  13823. }
  13824. "attributes"
  13825. {
  13826. "recovery time crouch final" "-1.000000"
  13827. "recovery time stand final" "-1.000000"
  13828. }
  13829. }
  13830. "equipment"
  13831. {
  13832. "prefab" "weapon_base"
  13833. "item_type_name" "#CSGO_Type_Equipment"
  13834. "item_slot" "equipment"
  13835. "visuals"
  13836. {
  13837. "weapon_type" "Equipment"
  13838. }
  13839. }
  13840. "grenade"
  13841. {
  13842. "prefab" "weapon_base"
  13843. "item_type_name" "#CSGO_Type_Grenade"
  13844. "item_slot" "grenade"
  13845. "mouse_pressed_sound" "weapons/hegrenade/he_draw.wav"
  13846. "drop_sound" "weapons/hegrenade/pinpull.wav"
  13847. "item_gear_slot" "grenade"
  13848. "item_gear_slot_position" "-1"
  13849. "visuals"
  13850. {
  13851. "weapon_type" "Grenade"
  13852. }
  13853. "inventory_image_data"
  13854. {
  13855. "camera_angles" "0.0 -130.0 -10.0"
  13856. "camera_offset" "0.0 0.0 -1.5"
  13857. }
  13858. }
  13859. "explosive_grenade"
  13860. {
  13861. "prefab" "grenade"
  13862. "item_class" "weapon_hegrenade"
  13863. "item_name" "#SFUI_WPNHUD_HE_Grenade"
  13864. "attributes"
  13865. {
  13866. "max player speed" "245"
  13867. "in game price" "300"
  13868. "crosshair min distance" "8"
  13869. "armor ratio" "1.200000"
  13870. "damage" "99"
  13871. "penetration" "1"
  13872. "range" "350"
  13873. "range modifier" "0.990000"
  13874. "flinch velocity modifier large" "0.300000"
  13875. "flinch velocity modifier small" "0.100000"
  13876. "throw velocity" "750.000000"
  13877. "primary default clip size" "1"
  13878. "secondary default clip size" "1"
  13879. "weapon weight" "2"
  13880. "itemflag exhaustible" "1"
  13881. "max player speed alt" "245"
  13882. "recoil seed" "52132"
  13883. }
  13884. "visuals"
  13885. {
  13886. "weapon_type" "Grenade"
  13887. "player_animation_extension" "gren"
  13888. "primary_ammo" "AMMO_TYPE_HEGRENADE"
  13889. "sound_single_shot" "HEGrenade.Throw"
  13890. "sound_nearlyempty" "Default.nearlyempty"
  13891. }
  13892. }
  13893. "c4"
  13894. {
  13895. "prefab" "weapon_base"
  13896. "item_type_name" "#CSGO_Type_C4"
  13897. "item_class" "weapon_c4"
  13898. "item_slot" "c4"
  13899. "item_name" "#SFUI_WPNHUD_C4"
  13900. "item_description" "#CSGO_Item_Desc_C4"
  13901. "icon_default_image" "materials/icons/inventory_icon_weapon_c4.vtf"
  13902. "model_player" "models/weapons/v_ied.mdl"
  13903. "model_world" "models/weapons/w_ied.mdl"
  13904. "model_dropped" "models/weapons/w_ied_dropped.mdl"
  13905. "mouse_pressed_sound" "weapons/c4/c4_draw.wav"
  13906. "drop_sound" "weapons/c4/c4_plant.wav"
  13907. "item_gear_slot" "item"
  13908. "item_gear_slot_position" "0"
  13909. "capabilities"
  13910. {
  13911. "nameable" "1"
  13912. }
  13913. "visuals"
  13914. {
  13915. "weapon_type" "C4"
  13916. "player_animation_extension" "c4"
  13917. "sound_single_shot" "c4.plant"
  13918. "sound_empty" "c4.click"
  13919. "sound_burst" "c4.explode"
  13920. "sound_special1" "c4.disarmstart"
  13921. "sound_special2" "c4.disarmfinish"
  13922. "sound_special3" "C4.ExplodeWarning"
  13923. "sound_nearlyempty" "Default.nearlyempty"
  13924. }
  13925. "used_by_classes"
  13926. {
  13927. "terrorists" "1"
  13928. }
  13929. "attributes"
  13930. {
  13931. "max player speed" "250"
  13932. "in game price" "0"
  13933. "armor ratio" "1.000000"
  13934. "crosshair min distance" "6"
  13935. "model right handed" "0"
  13936. "allow hand flipping" "0"
  13937. "penetration" "1"
  13938. "damage" "50"
  13939. "range" "4096"
  13940. "range modifier" "0.990000"
  13941. "primary default clip size" "1"
  13942. "secondary default clip size" "1"
  13943. "max player speed alt" "250"
  13944. "recoil seed" "39693"
  13945. }
  13946. }
  13947. "melee"
  13948. {
  13949. "prefab" "weapon_base"
  13950. "item_class" "weapon_knife"
  13951. "item_type_name" "#CSGO_Type_Knife"
  13952. "item_slot" "melee"
  13953. "item_sub_position" "melee"
  13954. "icon_default_image" "materials/icons/inventory_icon_weapon_knife.vtf"
  13955. "mouse_pressed_sound" "weapons/knife/knife_deploy1.wav"
  13956. "drop_sound" "weapons/knife/knife_hit1.wav"
  13957. "item_name" "#SFUI_WPNHUD_Knife"
  13958. "model_player" "models/weapons/v_knife_default_ct.mdl"
  13959. "model_world" "models/weapons/w_knife_default_ct.mdl"
  13960. "item_gear_slot" "melee"
  13961. "item_gear_slot_position" "0"
  13962. "capabilities"
  13963. {
  13964. "nameable" "1"
  13965. "can_stattrack_swap" "1"
  13966. }
  13967. "attributes"
  13968. {
  13969. "stattrak model" "models/weapons/stattrack_cut.mdl"
  13970. "flinch velocity modifier large" "0.300000"
  13971. "flinch velocity modifier small" "0.300000"
  13972. "max player speed" "250"
  13973. "in game price" "0"
  13974. "kill award" "1500"
  13975. "armor ratio" "1.700000"
  13976. "crosshair min distance" "7"
  13977. "penetration" "1"
  13978. "damage" "50"
  13979. "range" "4096"
  13980. "range modifier" "0.990000"
  13981. "primary default clip size" "1"
  13982. "secondary default clip size" "1"
  13983. "is melee weapon" "1"
  13984. "rumble effect" "9"
  13985. "max player speed alt" "250"
  13986. "recoil seed" "26701"
  13987. }
  13988. "inventory_image_data"
  13989. {
  13990. "camera_angles" "30.0 -90.0 25.0"
  13991. "camera_offset" "7.0 2.0 -1.5"
  13992. "spot_light_key"
  13993. {
  13994. "position" "-60 90 60"
  13995. "color" "1.5 1.55 1.6"
  13996. "lookat" "0.0 0.0 0.0"
  13997. "inner_cone" "0.500000"
  13998. "outer_cone" "1.000000"
  13999. }
  14000. "spot_light_rim"
  14001. {
  14002. "position" "0 -30 -120"
  14003. "color" "3 5 5"
  14004. "lookat" "0.0 0.0 0.0"
  14005. "inner_cone" "0.040000"
  14006. "outer_cone" "0.500000"
  14007. }
  14008. "point_light_accent"
  14009. {
  14010. "position" "15 7 4"
  14011. "color" "0.5 0.5 0.5"
  14012. }
  14013. }
  14014. "visuals"
  14015. {
  14016. "weapon_type" "Knife"
  14017. "player_animation_extension" "knife"
  14018. "sound_reload" "Default.Reload"
  14019. "sound_empty" "Default.ClipEmpty_Rifle"
  14020. "sound_single_shot" "Weapon_DEagle.Single"
  14021. "sound_nearlyempty" "Default.nearlyempty"
  14022. }
  14023. }
  14024. "melee_unusual"
  14025. {
  14026. "prefab" "melee"
  14027. "capabilities"
  14028. {
  14029. "paintable" "1"
  14030. }
  14031. "item_rarity" "ancient"
  14032. }
  14033. "secondary"
  14034. {
  14035. "prefab" "weapon_base"
  14036. "capabilities"
  14037. {
  14038. "nameable" "1"
  14039. "paintable" "1"
  14040. "can_sticker" "1"
  14041. "can_stattrack_swap" "1"
  14042. }
  14043. "item_type_name" "#CSGO_Type_Pistol"
  14044. "item_slot" "secondary"
  14045. "mouse_pressed_sound" "weapons/DEagle/de_clipout.wav"
  14046. "drop_sound" "weapons/DEagle/de_clipin.wav"
  14047. "item_gear_slot" "secondary"
  14048. "item_gear_slot_position" "0"
  14049. "attributes"
  14050. {
  14051. "stattrak model" "models/weapons/stattrack.mdl"
  14052. }
  14053. "visuals"
  14054. {
  14055. "weapon_type" "Pistol"
  14056. }
  14057. "attributes"
  14058. {
  14059. "flinch velocity modifier large" "0.560000"
  14060. "flinch velocity modifier small" "0.050000"
  14061. "recovery transition start bullet" "3"
  14062. "recovery transition end bullet" "10"
  14063. "inaccuracy jump initial" "250.000000"
  14064. "inaccuracy jump" "500.000000"
  14065. "inaccuracy jump alt" "500.000000"
  14066. }
  14067. }
  14068. "primary"
  14069. {
  14070. "prefab" "weapon_base"
  14071. "item_gear_slot" "primary"
  14072. "item_gear_slot_position" "0"
  14073. "capabilities"
  14074. {
  14075. "nameable" "1"
  14076. "paintable" "1"
  14077. "can_sticker" "1"
  14078. "can_stattrack_swap" "1"
  14079. }
  14080. "attributes"
  14081. {
  14082. "stattrak model" "models/weapons/stattrack.mdl"
  14083. "recovery transition start bullet" "2"
  14084. "recovery transition end bullet" "5"
  14085. "inaccuracy jump initial" "250.000000"
  14086. "inaccuracy jump" "500.000000"
  14087. "inaccuracy jump alt" "500.000000"
  14088. }
  14089. }
  14090. "smg"
  14091. {
  14092. "prefab" "primary"
  14093. "item_type_name" "#CSGO_Type_SMG"
  14094. "item_slot" "smg"
  14095. "mouse_pressed_sound" "weapons/p90/p90_clipout.wav"
  14096. "drop_sound" "weapons/p90/p90_clipin.wav"
  14097. "visuals"
  14098. {
  14099. "weapon_type" "SubMachinegun"
  14100. }
  14101. "attributes"
  14102. {
  14103. "flinch velocity modifier large" "0.530000"
  14104. "flinch velocity modifier small" "0.300000"
  14105. }
  14106. }
  14107. "rifle"
  14108. {
  14109. "prefab" "primary"
  14110. "item_type_name" "#CSGO_Type_Rifle"
  14111. "item_slot" "rifle"
  14112. "mouse_pressed_sound" "weapons/m4a1/m4a1_clipout.wav"
  14113. "drop_sound" "weapons/m4a1/m4a1_clipin.wav"
  14114. "visuals"
  14115. {
  14116. "weapon_type" "Rifle"
  14117. }
  14118. "attributes"
  14119. {
  14120. "flinch velocity modifier large" "0.440000"
  14121. "flinch velocity modifier small" "0.100000"
  14122. }
  14123. }
  14124. "sniper_rifle"
  14125. {
  14126. "prefab" "primary"
  14127. "item_type_name" "#CSGO_Type_SniperRifle"
  14128. "item_slot" "rifle"
  14129. "mouse_pressed_sound" "weapons/awp/awp_clipout.wav"
  14130. "drop_sound" "weapons/awp/awp_clipin.wav"
  14131. "visuals"
  14132. {
  14133. "weapon_type" "SniperRifle"
  14134. }
  14135. "attributes"
  14136. {
  14137. "flinch velocity modifier large" "0.390000"
  14138. "flinch velocity modifier small" "0.500000"
  14139. }
  14140. }
  14141. "shotgun"
  14142. {
  14143. "prefab" "primary"
  14144. "item_type_name" "#CSGO_Type_Shotgun"
  14145. "item_slot" "heavy"
  14146. "mouse_pressed_sound" "weapons/sawedoff/sawedoff_draw.wav"
  14147. "drop_sound" "weapons/sawedoff/sawedoff_pump.wav"
  14148. "visuals"
  14149. {
  14150. "weapon_type" "Shotgun"
  14151. }
  14152. "attributes"
  14153. {
  14154. "flinch velocity modifier large" "0.350000"
  14155. "flinch velocity modifier small" "0.100000"
  14156. }
  14157. }
  14158. "machinegun"
  14159. {
  14160. "prefab" "primary"
  14161. "item_type_name" "#CSGO_Type_Machinegun"
  14162. "item_slot" "heavy"
  14163. "mouse_pressed_sound" "weapons/m249/m249_boxout.wav"
  14164. "drop_sound" "weapons/m249/m249_boxin.wav"
  14165. "visuals"
  14166. {
  14167. "weapon_type" "Machinegun"
  14168. }
  14169. "attributes"
  14170. {
  14171. "flinch velocity modifier large" "0.400000"
  14172. "flinch velocity modifier small" "0.220000"
  14173. }
  14174. }
  14175. "weapon_deagle_prefab"
  14176. {
  14177. "prefab" "secondary"
  14178. "item_class" "weapon_deagle"
  14179. "item_name" "#SFUI_WPNHUD_DesertEagle"
  14180. "item_description" "#CSGO_Item_Desc_DesertEagle"
  14181. "item_rarity" "uncommon"
  14182. "image_inventory" "econ/weapons/base_weapons/weapon_deagle"
  14183. "model_player" "models/weapons/v_pist_deagle.mdl"
  14184. "model_world" "models/weapons/w_pist_deagle.mdl"
  14185. "model_dropped" "models/weapons/w_pist_deagle_dropped.mdl"
  14186. "icon_default_image" "materials/icons/inventory_icon_weapon_deagle.vtf"
  14187. "stickers"
  14188. {
  14189. "0"
  14190. {
  14191. "viewmodel_material" "materials/models/weapons/customization/pist_deagle/pist_deagle_decal_a.vmt"
  14192. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_deagle_decal_a.mdl"
  14193. "worldmodel_decal_pos" "2.53443 -3.22857 -1.90564"
  14194. }
  14195. "1"
  14196. {
  14197. "viewmodel_material" "materials/models/weapons/customization/pist_deagle/pist_deagle_decal_b.vmt"
  14198. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_deagle_decal_b.mdl"
  14199. "worldmodel_decal_pos" "2.53443 -0.989865 -1.12229"
  14200. }
  14201. "2"
  14202. {
  14203. "viewmodel_material" "materials/models/weapons/customization/pist_deagle/pist_deagle_decal_c.vmt"
  14204. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_deagle_decal_c.mdl"
  14205. "worldmodel_decal_pos" "2.53443 -0.955564 1.77999"
  14206. }
  14207. "3"
  14208. {
  14209. "viewmodel_material" "materials/models/weapons/customization/pist_deagle/pist_deagle_decal_d.vmt"
  14210. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_deagle_decal_d.mdl"
  14211. "worldmodel_decal_pos" "2.53443 -0.929928 4.8028"
  14212. }
  14213. }
  14214. "used_by_classes"
  14215. {
  14216. "terrorists" "1"
  14217. "counter-terrorists" "1"
  14218. }
  14219. "attributes"
  14220. {
  14221. "magazine model" "models/weapons/w_pist_deagle_mag.mdl"
  14222. "heat per shot" "0.300000"
  14223. "addon scale" "1.000000"
  14224. "tracer frequency" "1"
  14225. "primary clip size" "7"
  14226. "primary default clip size" "-1"
  14227. "secondary default clip size" "-1"
  14228. "is full auto" "0"
  14229. "max player speed" "230"
  14230. "in game price" "700"
  14231. "armor ratio" "1.864000"
  14232. "crosshair min distance" "8"
  14233. "crosshair delta distance" "3"
  14234. "cycletime" "0.225000"
  14235. "model right handed" "1"
  14236. "penetration" "2"
  14237. "damage" "63"
  14238. "range" "4096"
  14239. "range modifier" "0.810000"
  14240. "bullets" "1"
  14241. "cycletime" "0.225000"
  14242. "flinch velocity modifier large" "0.400000"
  14243. "flinch velocity modifier small" "0.550000"
  14244. "spread" "2.000000"
  14245. "inaccuracy crouch" "2.180000"
  14246. "inaccuracy stand" "4.200000"
  14247. "inaccuracy jump initial" "217.270004"
  14248. "inaccuracy jump" "371.549988"
  14249. "inaccuracy land" "0.730000"
  14250. "inaccuracy ladder" "152.000000"
  14251. "inaccuracy fire" "72.230003"
  14252. "inaccuracy move" "48.099998"
  14253. "recovery time crouch" "0.449927"
  14254. "recovery time stand" "0.811200"
  14255. "recoil angle" "0.000000"
  14256. "recoil angle variance" "60"
  14257. "recoil magnitude" "48.200001"
  14258. "recoil magnitude variance" "18"
  14259. "recoil seed" "1454"
  14260. "primary reserve ammo max" "35"
  14261. "weapon weight" "7"
  14262. "rumble effect" "2"
  14263. "inaccuracy crouch alt" "2.180000"
  14264. "inaccuracy fire alt" "72.230003"
  14265. "inaccuracy jump alt" "371.549988"
  14266. "inaccuracy ladder alt" "152.000000"
  14267. "inaccuracy land alt" "0.730000"
  14268. "inaccuracy move alt" "48.099998"
  14269. "inaccuracy stand alt" "4.200000"
  14270. "max player speed alt" "230"
  14271. "recoil angle variance alt" "60"
  14272. "recoil magnitude alt" "48.200001"
  14273. "recoil magnitude variance alt" "18"
  14274. "recovery time crouch final" "0.449927"
  14275. "recovery time stand final" "0.811200"
  14276. "spread alt" "2.000000"
  14277. }
  14278. "visuals"
  14279. {
  14280. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_pistol"
  14281. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_pistol"
  14282. "heat_effect" "weapon_muzzle_smoke"
  14283. "eject_brass_effect" "weapon_shell_casing_9mm"
  14284. "tracer_effect" "weapon_tracers_pistol"
  14285. "weapon_type" "Pistol"
  14286. "player_animation_extension" "pistol"
  14287. "primary_ammo" "BULLET_PLAYER_50AE"
  14288. "sound_single_shot" "Weapon_DEagle.Single"
  14289. "sound_nearlyempty" "Default.nearlyempty"
  14290. }
  14291. "inventory_image_data"
  14292. {
  14293. "camera_angles" "-2.0 -130.0 0.0"
  14294. "camera_offset" "4.0 1.0 -1.3"
  14295. "point_light_accent"
  14296. {
  14297. "position" "-8 50 -8"
  14298. "color" "0.3 0.3 0.3"
  14299. }
  14300. }
  14301. "paint_data"
  14302. {
  14303. "PaintableMaterial0"
  14304. {
  14305. "Name" "pist_deagle"
  14306. "ViewmodelDim" "1024"
  14307. "WorldDim" "512"
  14308. "BaseTextureOverride" "1"
  14309. "WeaponLength" "11.360100"
  14310. "UVScale" "0.300000"
  14311. }
  14312. }
  14313. }
  14314. "weapon_elite_prefab"
  14315. {
  14316. "prefab" "secondary"
  14317. "item_class" "weapon_elite"
  14318. "item_name" "#SFUI_WPNHUD_Elites"
  14319. "item_description" "#CSGO_Item_Desc_Elites"
  14320. "image_inventory" "econ/weapons/base_weapons/weapon_elite"
  14321. "model_player" "models/weapons/v_pist_elite.mdl"
  14322. "model_world" "models/weapons/w_pist_elite.mdl"
  14323. "model_dropped" "models/weapons/w_pist_elite_dropped.mdl"
  14324. "icon_default_image" "materials/icons/inventory_icon_weapon_elite.vtf"
  14325. "stickers"
  14326. {
  14327. "0"
  14328. {
  14329. "viewmodel_material" "materials/models/weapons/customization/pist_elite/pist_elite_decal_a.vmt"
  14330. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_elite_decal_a.mdl"
  14331. "worldmodel_decal_pos" "2.00 1.50 3.30"
  14332. }
  14333. "1"
  14334. {
  14335. "viewmodel_material" "materials/models/weapons/customization/pist_elite/pist_elite_decal_b.vmt"
  14336. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_elite_decal_b.mdl"
  14337. "worldmodel_decal_pos" "2.00 2.80 5.40"
  14338. }
  14339. "2"
  14340. {
  14341. "viewmodel_material" "materials/models/weapons/customization/pist_elite/pist_elite_decal_c.vmt"
  14342. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_elite_decal_c.mdl"
  14343. "worldmodel_decal_pos" "4.0 2.80 -3.40"
  14344. "worldmodel_decal_end" "4.0 -2.80 -2.40"
  14345. "worldmodel_decal_bone" "ValveBiped.Bip01_L_Hand"
  14346. }
  14347. "3"
  14348. {
  14349. "viewmodel_material" "materials/models/weapons/customization/pist_elite/pist_elite_decal_d.vmt"
  14350. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_elite_decal_d.mdl"
  14351. "worldmodel_decal_pos" "7.5 2.80 -3.40"
  14352. "worldmodel_decal_end" "7.5 -2.80 -2.40"
  14353. "worldmodel_decal_bone" "ValveBiped.Bip01_L_Hand"
  14354. }
  14355. }
  14356. "used_by_classes"
  14357. {
  14358. "terrorists" "1"
  14359. "counter-terrorists" "1"
  14360. }
  14361. "attributes"
  14362. {
  14363. "icon display model" "models/weapons/w_pist_elite_icon.mdl"
  14364. "buymenu display model" "models/weapons/w_pist_elite_buymenu.mdl"
  14365. "magazine model" "models/weapons/w_pist_elite_mag.mdl"
  14366. "primary reserve ammo max" "120"
  14367. "inaccuracy jump initial" "95.860001"
  14368. "inaccuracy jump" "158.419998"
  14369. "inaccuracy jump alt" "158.419998"
  14370. "heat per shot" "0.500000"
  14371. "max player speed" "240"
  14372. "in game price" "400"
  14373. "armor ratio" "1.150000"
  14374. "penetration" "1"
  14375. "damage" "38"
  14376. "range" "4096"
  14377. "range modifier" "0.790000"
  14378. "cycletime" "0.120000"
  14379. "flinch velocity modifier large" "0.500000"
  14380. "flinch velocity modifier small" "0.650000"
  14381. "spread" "2.000000"
  14382. "inaccuracy crouch" "5.250000"
  14383. "inaccuracy stand" "7.000000"
  14384. "inaccuracy land" "0.255000"
  14385. "inaccuracy ladder" "102.000000"
  14386. "inaccuracy fire" "11.160000"
  14387. "inaccuracy move" "17.850000"
  14388. "spread alt" "2.000000"
  14389. "inaccuracy crouch alt" "7.500000"
  14390. "inaccuracy stand alt" "10.000000"
  14391. "inaccuracy land alt" "0.255000"
  14392. "inaccuracy ladder alt" "102.000000"
  14393. "inaccuracy fire alt" "11.960000"
  14394. "inaccuracy move alt" "17.850000"
  14395. "recovery time crouch" "0.437491"
  14396. "recovery time stand" "0.524989"
  14397. "recoil angle variance" "20"
  14398. "recoil magnitude" "27"
  14399. "recoil magnitude variance" "4"
  14400. "recoil seed" "24563"
  14401. "primary clip size" "30"
  14402. "weapon weight" "5"
  14403. "rumble effect" "1"
  14404. "max player speed alt" "240"
  14405. "recoil angle variance alt" "20"
  14406. "recoil magnitude alt" "27"
  14407. "recoil magnitude variance alt" "4"
  14408. "recovery time crouch final" "0.437491"
  14409. "recovery time stand final" "0.524989"
  14410. }
  14411. "inventory_image_data"
  14412. {
  14413. "camera_angles" "0.0 -90.0 0.0"
  14414. "camera_offset" "2.0 0.5 -2.0"
  14415. "point_light_accent"
  14416. {
  14417. "position" "0 20 20"
  14418. "color" "1 1 1"
  14419. }
  14420. }
  14421. "paint_data"
  14422. {
  14423. "PaintableMaterial0"
  14424. {
  14425. "Name" "pist_elite"
  14426. "OrigMat" "m9a1"
  14427. "ViewmodelDim" "2048"
  14428. "WorldDim" "512"
  14429. "BaseTextureOverride" "1"
  14430. "WeaponLength" "10.408200"
  14431. "UVScale" "0.282000"
  14432. }
  14433. }
  14434. "visuals"
  14435. {
  14436. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_pistol_elite_FP"
  14437. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_pistol_elite"
  14438. "heat_effect" "weapon_muzzle_smoke"
  14439. "eject_brass_effect" "weapon_shell_casing_9mm"
  14440. "tracer_effect" "weapon_tracers_pistol"
  14441. "weapon_type" "Pistol"
  14442. "player_animation_extension" "elites"
  14443. "primary_ammo" "BULLET_PLAYER_9MM"
  14444. "sound_single_shot" "Weapon_Elite.Single"
  14445. "sound_nearlyempty" "Default.nearlyempty"
  14446. }
  14447. }
  14448. "weapon_fiveseven_prefab"
  14449. {
  14450. "prefab" "secondary"
  14451. "item_class" "weapon_fiveseven"
  14452. "item_name" "#SFUI_WPNHUD_FiveSeven"
  14453. "item_description" "#CSGO_Item_Desc_FiveSeven"
  14454. "image_inventory" "econ/weapons/base_weapons/weapon_fiveseven"
  14455. "model_player" "models/weapons/v_pist_fiveseven.mdl"
  14456. "model_world" "models/weapons/w_pist_fiveseven.mdl"
  14457. "model_dropped" "models/weapons/w_pist_fiveseven_dropped.mdl"
  14458. "icon_default_image" "materials/icons/inventory_icon_weapon_fiveseven.vtf"
  14459. "stickers"
  14460. {
  14461. "0"
  14462. {
  14463. "viewmodel_material" "materials/models/weapons/customization/pist_fiveseven/pist_fiveseven_decal_a.vmt"
  14464. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_fiveseven_decal_a.mdl"
  14465. "worldmodel_decal_pos" "3.99388 -1.26199 -1.90926"
  14466. }
  14467. "1"
  14468. {
  14469. "viewmodel_material" "materials/models/weapons/customization/pist_fiveseven/pist_fiveseven_decal_b.vmt"
  14470. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_fiveseven_decal_b.mdl"
  14471. "worldmodel_decal_pos" "3.99388 -1.15953 0.562159"
  14472. }
  14473. "2"
  14474. {
  14475. "viewmodel_material" "materials/models/weapons/customization/pist_fiveseven/pist_fiveseven_decal_c.vmt"
  14476. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_fiveseven_decal_c.mdl"
  14477. "worldmodel_decal_pos" "3.99388 -1.15953 3.3738"
  14478. }
  14479. "3"
  14480. {
  14481. "viewmodel_material" "materials/models/weapons/customization/pist_fiveseven/pist_fiveseven_decal_d.vmt"
  14482. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_fiveseven_decal_d.mdl"
  14483. "worldmodel_decal_pos" "3.99388 -3.97353 -2.19972"
  14484. }
  14485. }
  14486. "used_by_classes"
  14487. {
  14488. "counter-terrorists" "1"
  14489. }
  14490. "attributes"
  14491. {
  14492. "magazine model" "models/weapons/w_pist_fiveseven_mag.mdl"
  14493. "primary reserve ammo max" "100"
  14494. "inaccuracy jump initial" "99.879997"
  14495. "inaccuracy jump" "89.699997"
  14496. "heat per shot" "0.300000"
  14497. "tracer frequency" "1"
  14498. "max player speed" "240"
  14499. "in game price" "500"
  14500. "armor ratio" "1.823000"
  14501. "crosshair min distance" "8"
  14502. "penetration" "1"
  14503. "damage" "32"
  14504. "range" "4096"
  14505. "range modifier" "0.810000"
  14506. "flinch velocity modifier large" "0.500000"
  14507. "flinch velocity modifier small" "0.650000"
  14508. "spread" "2.000000"
  14509. "inaccuracy crouch" "6.830000"
  14510. "inaccuracy stand" "9.100000"
  14511. "inaccuracy land" "0.190000"
  14512. "inaccuracy ladder" "138.000000"
  14513. "inaccuracy fire" "25"
  14514. "inaccuracy move" "40"
  14515. "recovery time crouch" "0.200000"
  14516. "recovery time stand" "0.200000"
  14517. "recoil angle" "0"
  14518. "recoil angle variance" "5"
  14519. "recoil magnitude" "25"
  14520. "recoil magnitude variance" "4"
  14521. "recoil seed" "33244"
  14522. "primary clip size" "20"
  14523. "weapon weight" "5"
  14524. "rumble effect" "1"
  14525. "inaccuracy crouch alt" "6.830000"
  14526. "inaccuracy fire alt" "32.450001"
  14527. "inaccuracy jump alt" "89.699997"
  14528. "inaccuracy ladder alt" "138.000000"
  14529. "inaccuracy land alt" "0.190000"
  14530. "inaccuracy move alt" "13.410000"
  14531. "inaccuracy stand alt" "9.100000"
  14532. "max player speed alt" "240"
  14533. "recoil angle alt" "0"
  14534. "recoil angle variance alt" "5"
  14535. "recoil magnitude alt" "25"
  14536. "recoil magnitude variance alt" "4"
  14537. "recovery time crouch final" "0.500000"
  14538. "recovery time stand final" "0.500000"
  14539. "spread alt" "2.000000"
  14540. "recovery transition start bullet" "0"
  14541. "recovery transition end bullet" "5"
  14542. }
  14543. "inventory_image_data"
  14544. {
  14545. "camera_offset" "1.0 1.0 -1.3"
  14546. "camera_fov" "55.000000"
  14547. "point_light_accent"
  14548. {
  14549. "position" "40 30 10"
  14550. "color" "1 1 1"
  14551. }
  14552. }
  14553. "paint_data"
  14554. {
  14555. "PaintableMaterial0"
  14556. {
  14557. "Name" "pist_fiveseven"
  14558. "OrigMat" "fiveseven"
  14559. "ViewmodelDim" "2048"
  14560. "WorldDim" "512"
  14561. "BaseTextureOverride" "0"
  14562. "WeaponLength" "8.093060"
  14563. "UVScale" "0.264000"
  14564. }
  14565. }
  14566. "visuals"
  14567. {
  14568. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_pistol"
  14569. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_pistol"
  14570. "heat_effect" "weapon_muzzle_smoke"
  14571. "eject_brass_effect" "weapon_shell_casing_9mm"
  14572. "tracer_effect" "weapon_tracers_pistol"
  14573. "weapon_type" "Pistol"
  14574. "player_animation_extension" "pistol"
  14575. "primary_ammo" "BULLET_PLAYER_57MM"
  14576. "sound_single_shot" "Weapon_FiveSeven.Single"
  14577. "sound_nearlyempty" "Default.nearlyempty"
  14578. }
  14579. }
  14580. "weapon_glock_prefab"
  14581. {
  14582. "prefab" "secondary"
  14583. "item_class" "weapon_glock"
  14584. "item_name" "#SFUI_WPNHUD_Glock18"
  14585. "item_description" "#CSGO_Item_Desc_Glock18"
  14586. "item_rarity" "uncommon"
  14587. "image_inventory" "econ/weapons/base_weapons/weapon_glock"
  14588. "model_player" "models/weapons/v_pist_glock18.mdl"
  14589. "model_world" "models/weapons/w_pist_glock18.mdl"
  14590. "model_dropped" "models/weapons/w_pist_glock18_dropped.mdl"
  14591. "icon_default_image" "materials/icons/inventory_icon_weapon_glock.vtf"
  14592. "stickers"
  14593. {
  14594. "0"
  14595. {
  14596. "viewmodel_material" "materials/models/weapons/customization/pist_glock18/pist_glock18_decal_a.vmt"
  14597. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_glock18_decal_a.mdl"
  14598. "worldmodel_decal_pos" "1.74152 -1.1069 -2.00371"
  14599. }
  14600. "1"
  14601. {
  14602. "viewmodel_material" "materials/models/weapons/customization/pist_glock18/pist_glock18_decal_b.vmt"
  14603. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_glock18_decal_b.mdl"
  14604. "worldmodel_decal_pos" "1.74152 -0.997365 -0.0349085"
  14605. }
  14606. "2"
  14607. {
  14608. "viewmodel_material" "materials/models/weapons/customization/pist_glock18/pist_glock18_decal_c.vmt"
  14609. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_glock18_decal_c.mdl"
  14610. "worldmodel_decal_pos" "1.74152 -0.997365 2.59865"
  14611. }
  14612. "3"
  14613. {
  14614. "viewmodel_material" "materials/models/weapons/customization/pist_glock18/pist_glock18_decal_d.vmt"
  14615. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_glock18_decal_d.mdl"
  14616. "worldmodel_decal_pos" "1.74152 -3.20111 -2.18992"
  14617. }
  14618. }
  14619. "used_by_classes"
  14620. {
  14621. "terrorists" "1"
  14622. }
  14623. "inventory_image_data"
  14624. {
  14625. "camera_offset" "2.0 0.7 -1.0"
  14626. "point_light_accent"
  14627. {
  14628. "position" "-15 20 -15"
  14629. "color" "0.3 0.3 0.3"
  14630. }
  14631. }
  14632. "attributes"
  14633. {
  14634. "uid model" "models/weapons/uid_small.mdl"
  14635. "has burst mode" "1"
  14636. "cycletime when in burst mode" "0.500000"
  14637. "time between burst shots" "0.050000"
  14638. "magazine model" "models/weapons/w_pist_glock18_mag.mdl"
  14639. "primary reserve ammo max" "120"
  14640. "tracer frequency alt" "1"
  14641. "inaccuracy jump initial" "96.620003"
  14642. "inaccuracy jump" "87.870003"
  14643. "inaccuracy jump alt" "87.870003"
  14644. "heat per shot" "0.300000"
  14645. "tracer frequency" "1"
  14646. "max player speed" "240"
  14647. "in game price" "200"
  14648. "armor ratio" "0.940000"
  14649. "crosshair min distance" "8"
  14650. "penetration" "1"
  14651. "damage" "30"
  14652. "range" "4096"
  14653. "range modifier" "0.850000"
  14654. "flinch velocity modifier large" "0.500000"
  14655. "flinch velocity modifier small" "0.650000"
  14656. "spread" "2.000000"
  14657. "inaccuracy crouch" "4.200000"
  14658. "inaccuracy stand" "5.600000"
  14659. "inaccuracy land" "0.185000"
  14660. "inaccuracy ladder" "137.000000"
  14661. "inaccuracy fire" "56.000000"
  14662. "inaccuracy move" "10.000000"
  14663. "spread alt" "15.000000"
  14664. "inaccuracy crouch alt" "3.000000"
  14665. "inaccuracy stand alt" "5.600000"
  14666. "inaccuracy land alt" "0.185000"
  14667. "inaccuracy ladder alt" "119.250000"
  14668. "inaccuracy fire alt" "45.000000"
  14669. "inaccuracy move alt" "12.950000"
  14670. "recovery time crouch" "0.200000"
  14671. "recovery time stand" "0.200000"
  14672. "recoil angle" "0"
  14673. "recoil angle variance" "20"
  14674. "recoil magnitude" "18"
  14675. "recoil magnitude variance" "0"
  14676. "recoil seed" "4484"
  14677. "recoil angle alt" "0"
  14678. "recoil angle variance alt" "20"
  14679. "recoil magnitude alt" "30"
  14680. "recoil magnitude variance alt" "5"
  14681. "primary clip size" "20"
  14682. "weapon weight" "5"
  14683. "rumble effect" "1"
  14684. "max player speed alt" "240"
  14685. "recovery time crouch final" "0.330000"
  14686. "recovery time stand final" "0.330000"
  14687. "recovery transition start bullet" "0"
  14688. "recovery transition end bullet" "5"
  14689. }
  14690. "paint_data"
  14691. {
  14692. "PaintableMaterial0"
  14693. {
  14694. "Name" "pist_glock18"
  14695. "ViewmodelDim" "2048"
  14696. "WorldDim" "512"
  14697. "BaseTextureOverride" "1"
  14698. "WeaponLength" "7.976940"
  14699. "UVScale" "0.446000"
  14700. }
  14701. }
  14702. "visuals"
  14703. {
  14704. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_pistol"
  14705. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_pistol"
  14706. "heat_effect" "weapon_muzzle_smoke"
  14707. "eject_brass_effect" "weapon_shell_casing_9mm"
  14708. "tracer_effect" "weapon_tracers_pistol"
  14709. "weapon_type" "Pistol"
  14710. "player_animation_extension" "pistol"
  14711. "primary_ammo" "BULLET_PLAYER_9MM"
  14712. "sound_single_shot" "Weapon_Glock.Single"
  14713. "sound_nearlyempty" "Default.nearlyempty"
  14714. }
  14715. }
  14716. "weapon_hkp2000_prefab"
  14717. {
  14718. "prefab" "secondary"
  14719. "item_class" "weapon_hkp2000"
  14720. "item_name" "#SFUI_WPNHUD_HKP2000"
  14721. "item_description" "#CSGO_Item_Desc_HKP2000"
  14722. "item_rarity" "uncommon"
  14723. "image_inventory" "econ/weapons/base_weapons/weapon_hkp2000"
  14724. "model_player" "models/weapons/v_pist_hkp2000.mdl"
  14725. "model_world" "models/weapons/w_pist_hkp2000.mdl"
  14726. "model_dropped" "models/weapons/w_pist_hkp2000_dropped.mdl"
  14727. "icon_default_image" "materials/icons/inventory_icon_weapon_hkp2000.vtf"
  14728. "stickers"
  14729. {
  14730. "0"
  14731. {
  14732. "viewmodel_material" "materials/models/weapons/customization/pist_hkp2000/pist_hkp2000_decal_a.vmt"
  14733. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_hkp2000_decal_a.mdl"
  14734. "worldmodel_decal_pos" "2.80535 -1.33829 -1.86912"
  14735. }
  14736. "1"
  14737. {
  14738. "viewmodel_material" "materials/models/weapons/customization/pist_hkp2000/pist_hkp2000_decal_b.vmt"
  14739. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_hkp2000_decal_b.mdl"
  14740. "worldmodel_decal_pos" "2.80535 -1.07812 0.305017"
  14741. }
  14742. "2"
  14743. {
  14744. "viewmodel_material" "materials/models/weapons/customization/pist_hkp2000/pist_hkp2000_decal_c.vmt"
  14745. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_hkp2000_decal_c.mdl"
  14746. "worldmodel_decal_pos" "2.80535 -1.01071 2.49434"
  14747. }
  14748. "3"
  14749. {
  14750. "viewmodel_material" "materials/models/weapons/customization/pist_hkp2000/pist_hkp2000_decal_d.vmt"
  14751. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_hkp2000_decal_d.mdl"
  14752. "worldmodel_decal_pos" "2.80535 -3.52435 -2.21698"
  14753. }
  14754. }
  14755. "used_by_classes"
  14756. {
  14757. "counter-terrorists" "1"
  14758. }
  14759. "attributes"
  14760. {
  14761. "magazine model" "models/weapons/w_pist_hkp2000_mag.mdl"
  14762. "uid model" "models/weapons/uid_small.mdl"
  14763. "primary reserve ammo max" "52"
  14764. "inaccuracy jump initial" "96.599998"
  14765. "inaccuracy jump" "94.480003"
  14766. "inaccuracy jump alt" "94.480003"
  14767. "heat per shot" "0.300000"
  14768. "tracer frequency" "1"
  14769. "max player speed" "240"
  14770. "in game price" "200"
  14771. "armor ratio" "1.010000"
  14772. "crosshair min distance" "8"
  14773. "penetration" "1"
  14774. "damage" "35"
  14775. "range" "4096"
  14776. "range modifier" "0.910000"
  14777. "cycletime" "0.170000"
  14778. "flinch velocity modifier large" "0.500000"
  14779. "flinch velocity modifier small" "0.650000"
  14780. "spread" "2.000000"
  14781. "inaccuracy crouch" "3.680000"
  14782. "inaccuracy stand" "4.900000"
  14783. "inaccuracy land" "0.191000"
  14784. "inaccuracy ladder" "138.320007"
  14785. "inaccuracy fire" "50.000000"
  14786. "inaccuracy move" "13.000000"
  14787. "spread alt" "1.500000"
  14788. "inaccuracy crouch alt" "3.680000"
  14789. "inaccuracy stand alt" "4.900000"
  14790. "inaccuracy land alt" "0.198000"
  14791. "inaccuracy ladder alt" "119.900002"
  14792. "inaccuracy fire alt" "13.150000"
  14793. "inaccuracy move alt" "13.870000"
  14794. "recovery time crouch" "0.291277"
  14795. "recovery time stand" "0.349532"
  14796. "recoil angle" "0"
  14797. "recoil angle variance" "0"
  14798. "recoil magnitude" "26"
  14799. "recoil magnitude variance" "0"
  14800. "recoil seed" "5426"
  14801. "primary clip size" "13"
  14802. "weapon weight" "5"
  14803. "rumble effect" "1"
  14804. "max player speed alt" "240"
  14805. "recoil angle alt" "0"
  14806. "recoil angle variance alt" "0"
  14807. "recoil magnitude alt" "26"
  14808. "recoil magnitude variance alt" "0"
  14809. "recovery time crouch final" "0.291277"
  14810. "recovery time stand final" "0.349532"
  14811. }
  14812. "inventory_image_data"
  14813. {
  14814. "camera_offset" "1.4 1.0 -1.0"
  14815. "spot_light_key"
  14816. {
  14817. "position" "-100 120 90"
  14818. "color" "1.5 1.55 1.6"
  14819. "lookat" "-30.0 0.0 0.0"
  14820. "inner_cone" "0.500000"
  14821. "outer_cone" "1.000000"
  14822. }
  14823. "spot_light_rim"
  14824. {
  14825. "position" "0 -80 -120"
  14826. "color" "3 5 5"
  14827. "lookat" "0.0 0.0 0.0"
  14828. "inner_cone" "0.040000"
  14829. "outer_cone" "0.500000"
  14830. }
  14831. "point_light_accent"
  14832. {
  14833. "position" "-15 20 -15"
  14834. "color" "0.3 0.3 0.3"
  14835. }
  14836. }
  14837. "paint_data"
  14838. {
  14839. "PaintableMaterial0"
  14840. {
  14841. "Name" "pist_hkp2000"
  14842. "ViewmodelDim" "2048"
  14843. "WorldDim" "512"
  14844. "BaseTextureOverride" "0"
  14845. "WeaponLength" "7.553070"
  14846. "UVScale" "0.288000"
  14847. }
  14848. }
  14849. "visuals"
  14850. {
  14851. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_pistol"
  14852. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_pistol"
  14853. "heat_effect" "weapon_muzzle_smoke"
  14854. "eject_brass_effect" "weapon_shell_casing_9mm"
  14855. "tracer_effect" "weapon_tracers_pistol"
  14856. "weapon_type" "Pistol"
  14857. "player_animation_extension" "pistol"
  14858. "primary_ammo" "BULLET_PLAYER_357SIG"
  14859. "sound_single_shot" "Weapon_hkp2000.Single"
  14860. "sound_nearlyempty" "Default.nearlyempty"
  14861. }
  14862. }
  14863. "weapon_p250_prefab"
  14864. {
  14865. "prefab" "secondary"
  14866. "item_class" "weapon_p250"
  14867. "item_name" "#SFUI_WPNHUD_P250"
  14868. "item_description" "#CSGO_Item_Desc_P250"
  14869. "image_inventory" "econ/weapons/base_weapons/weapon_p250"
  14870. "model_player" "models/weapons/v_pist_p250.mdl"
  14871. "model_world" "models/weapons/w_pist_p250.mdl"
  14872. "model_dropped" "models/weapons/w_pist_p250_dropped.mdl"
  14873. "icon_default_image" "materials/icons/inventory_icon_weapon_p250.vtf"
  14874. "stickers"
  14875. {
  14876. "0"
  14877. {
  14878. "viewmodel_material" "materials/models/weapons/customization/pist_p250/pist_p250_decal_a.vmt"
  14879. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_p250_decal_a.mdl"
  14880. "worldmodel_decal_pos" "4.15176 -1.13887 -1.69286"
  14881. }
  14882. "1"
  14883. {
  14884. "viewmodel_material" "materials/models/weapons/customization/pist_p250/pist_p250_decal_b.vmt"
  14885. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_p250_decal_b.mdl"
  14886. "worldmodel_decal_pos" "4.15176 -1.13887 0.526864"
  14887. }
  14888. "2"
  14889. {
  14890. "viewmodel_material" "materials/models/weapons/customization/pist_p250/pist_p250_decal_c.vmt"
  14891. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_p250_decal_c.mdl"
  14892. "worldmodel_decal_pos" "4.15176 -1.00962 2.95341"
  14893. }
  14894. "3"
  14895. {
  14896. "viewmodel_material" "materials/models/weapons/customization/pist_p250/pist_p250_decal_d.vmt"
  14897. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_p250_decal_d.mdl"
  14898. "worldmodel_decal_pos" "4.15176 -3.54077 -2.10545"
  14899. }
  14900. }
  14901. "attributes"
  14902. {
  14903. "magazine model" "models/weapons/w_pist_p250_mag.mdl"
  14904. "primary reserve ammo max" "26"
  14905. "inaccuracy jump initial" "96.620003"
  14906. "inaccuracy jump" "92.959999"
  14907. "heat per shot" "0.300000"
  14908. "tracer frequency" "1"
  14909. "max player speed" "240"
  14910. "in game price" "300"
  14911. "armor ratio" "1.280000"
  14912. "crosshair min distance" "8"
  14913. "penetration" "1"
  14914. "damage" "38"
  14915. "range" "4096"
  14916. "range modifier" "0.900000"
  14917. "flinch velocity modifier large" "0.500000"
  14918. "flinch velocity modifier small" "0.650000"
  14919. "spread" "2.000000"
  14920. "inaccuracy crouch" "6.830000"
  14921. "inaccuracy stand" "9.100000"
  14922. "inaccuracy land" "0.190000"
  14923. "inaccuracy ladder" "138.000000"
  14924. "inaccuracy fire" "52.450001"
  14925. "inaccuracy move" "20"
  14926. "recovery time crouch" "0.287823"
  14927. "recovery time stand" "0.345388"
  14928. "recoil angle" "0"
  14929. "recoil angle variance" "10"
  14930. "recoil magnitude" "26"
  14931. "recoil magnitude variance" "3"
  14932. "recoil seed" "9788"
  14933. "primary clip size" "13"
  14934. "weapon weight" "5"
  14935. "rumble effect" "1"
  14936. "inaccuracy crouch alt" "6.830000"
  14937. "inaccuracy fire alt" "52.450001"
  14938. "inaccuracy jump alt" "92.959999"
  14939. "inaccuracy ladder alt" "138.000000"
  14940. "inaccuracy land alt" "0.190000"
  14941. "inaccuracy move alt" "13.410000"
  14942. "inaccuracy stand alt" "9.100000"
  14943. "max player speed alt" "240"
  14944. "recoil angle alt" "0"
  14945. "recoil angle variance alt" "10"
  14946. "recoil magnitude alt" "26"
  14947. "recoil magnitude variance alt" "3"
  14948. "recovery time crouch final" "0.287823"
  14949. "recovery time stand final" "0.345388"
  14950. "spread alt" "2.000000"
  14951. }
  14952. "inventory_image_data"
  14953. {
  14954. "camera_angles" "-1.2 -130.0 0.0"
  14955. "camera_offset" "1.4 1.0 -1.0"
  14956. "point_light_accent"
  14957. {
  14958. "position" "40 30 10"
  14959. "color" "0.25 0.25 0.25"
  14960. }
  14961. }
  14962. "paint_data"
  14963. {
  14964. "PaintableMaterial0"
  14965. {
  14966. "Name" "pist_p250"
  14967. "OrigMat" "p250"
  14968. "ViewmodelDim" "2048"
  14969. "WorldDim" "512"
  14970. "BaseTextureOverride" "0"
  14971. "WeaponLength" "7.966500"
  14972. "UVScale" "0.371000"
  14973. }
  14974. }
  14975. "visuals"
  14976. {
  14977. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_pistol"
  14978. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_pistol"
  14979. "heat_effect" "weapon_muzzle_smoke"
  14980. "eject_brass_effect" "weapon_shell_casing_9mm"
  14981. "tracer_effect" "weapon_tracers_pistol"
  14982. "weapon_type" "Pistol"
  14983. "player_animation_extension" "pistol"
  14984. "primary_ammo" "BULLET_PLAYER_357SIG_P250"
  14985. "sound_single_shot" "Weapon_P250.Single"
  14986. "sound_nearlyempty" "Default.nearlyempty"
  14987. }
  14988. "used_by_classes"
  14989. {
  14990. "counter-terrorists" "1"
  14991. "terrorists" "1"
  14992. }
  14993. }
  14994. "weapon_cz75a_prefab"
  14995. {
  14996. "prefab" "secondary"
  14997. "item_name" "#SFUI_WPNHUD_CZ75"
  14998. "item_class" "weapon_p250"
  14999. "item_description" "#CSGO_Item_Desc_cz75a"
  15000. "model_player" "models/weapons/v_pist_cz_75.mdl"
  15001. "model_world" "models/weapons/w_pist_cz_75.mdl"
  15002. "model_dropped" "models/weapons/w_pist_cz_75_dropped.mdl"
  15003. "icon_default_image" "materials/icons/inventory_icon_weapon_cz75a.vtf"
  15004. "image_inventory" "econ/weapons/base_weapons/weapon_cz75a"
  15005. "attributes"
  15006. {
  15007. "damage" "33"
  15008. "is full auto" "1"
  15009. "in game price" "500"
  15010. "cycletime" "0.100000"
  15011. "recoil angle" "0"
  15012. "recoil angle variance" "180"
  15013. "recoil magnitude" "27"
  15014. "recoil magnitude variance" "12"
  15015. "recoil angle alt" "0"
  15016. "recoil angle variance alt" "180"
  15017. "recoil magnitude alt" "27"
  15018. "recoil magnitude variance alt" "12"
  15019. "recoil seed" "9788"
  15020. "spread" "3.000000"
  15021. "spread alt" "3.000000"
  15022. "primary clip size" "12"
  15023. "magazine model" "models/weapons/w_pist_cz_75_mag.mdl"
  15024. "inaccuracy crouch" "7.600000"
  15025. "inaccuracy fire" "25.000000"
  15026. "inaccuracy jump" "92.959999"
  15027. "inaccuracy ladder" "138.000000"
  15028. "inaccuracy land" "0.190000"
  15029. "inaccuracy move" "13.410000"
  15030. "inaccuracy stand" "10.430000"
  15031. "inaccuracy jump initial" "96.620003"
  15032. "inaccuracy crouch alt" "7.600000"
  15033. "inaccuracy fire alt" "25.000000"
  15034. "inaccuracy jump alt" "92.959999"
  15035. "inaccuracy ladder alt" "138.000000"
  15036. "inaccuracy land alt" "0.190000"
  15037. "inaccuracy move alt" "13.410000"
  15038. "inaccuracy stand alt" "10.430000"
  15039. "recovery time crouch" "0.287823"
  15040. "recovery time stand" "0.345388"
  15041. "recovery time crouch final" "0.287823"
  15042. "recovery time stand final" "0.345388"
  15043. "kill award" "100"
  15044. "weapon weight" "5"
  15045. "rumble effect" "1"
  15046. "primary reserve ammo max" "12"
  15047. "heat per shot" "0.300000"
  15048. "tracer frequency" "1"
  15049. "max player speed" "240"
  15050. "max player speed alt" "240"
  15051. "armor ratio" "1.553000"
  15052. "crosshair min distance" "8"
  15053. "penetration" "1"
  15054. "range" "4096"
  15055. "range modifier" "0.850000"
  15056. "flinch velocity modifier large" "0.500000"
  15057. "flinch velocity modifier small" "0.650000"
  15058. }
  15059. "stickers"
  15060. {
  15061. "0"
  15062. {
  15063. "viewmodel_material" "materials/models/weapons/customization/pist_cz_75/pist_cz_75_decal_a.vmt"
  15064. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_cz_75_decal_a.mdl"
  15065. "worldmodel_decal_pos" "4.48833 -0.638561 1.82505"
  15066. }
  15067. "1"
  15068. {
  15069. "viewmodel_material" "materials/models/weapons/customization/pist_cz_75/pist_cz_75_decal_b.vmt"
  15070. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_cz_75_decal_b.mdl"
  15071. "worldmodel_decal_pos" "4.48833 -0.670694 -0.409493"
  15072. }
  15073. "2"
  15074. {
  15075. "viewmodel_material" "materials/models/weapons/customization/pist_cz_75/pist_cz_75_decal_c.vmt"
  15076. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_cz_75_decal_c.mdl"
  15077. "worldmodel_decal_pos" "4.48833 -1.2847 -2.19901"
  15078. }
  15079. "3"
  15080. {
  15081. "viewmodel_material" "materials/models/weapons/customization/pist_cz_75/pist_cz_75_decal_d.vmt"
  15082. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_cz_75_decal_d.mdl"
  15083. "worldmodel_decal_pos" "4.48833 -3.99455 -3.27462"
  15084. }
  15085. }
  15086. "inventory_image_data"
  15087. {
  15088. "camera_angles" "-1.2 -130.0 0.0"
  15089. "camera_offset" "1.4 1.0 -1.0"
  15090. "point_light_accent"
  15091. {
  15092. "position" "40 30 10"
  15093. "color" "0.25 0.25 0.25"
  15094. }
  15095. "spot_light_key"
  15096. {
  15097. "position" "-180 120 120"
  15098. "color" "3.5 3.6 3.8"
  15099. "lookat" "0.0 0.0 0.0"
  15100. "inner_cone" "0.500000"
  15101. "outer_cone" "1.000000"
  15102. }
  15103. }
  15104. "paint_data"
  15105. {
  15106. "PaintableMaterial0"
  15107. {
  15108. "Name" "pist_cz_75"
  15109. "OrigMat" "pist_cz_75"
  15110. "ViewmodelDim" "2048"
  15111. "WorldDim" "512"
  15112. "BaseTextureOverride" "0"
  15113. "WeaponLength" "10.787000"
  15114. "UVScale" "0.400000"
  15115. }
  15116. }
  15117. "visuals"
  15118. {
  15119. "primary_ammo" "BULLET_PLAYER_357SIG_MIN"
  15120. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_pistol"
  15121. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_pistol"
  15122. "heat_effect" "weapon_muzzle_smoke"
  15123. "eject_brass_effect" "weapon_shell_casing_9mm"
  15124. "tracer_effect" "weapon_tracers_pistol"
  15125. "weapon_type" "Pistol"
  15126. "player_animation_extension" "pistol"
  15127. "sound_single_shot" "Weapon_CZ75A.Single"
  15128. "sound_nearlyempty" "Default.nearlyempty"
  15129. }
  15130. "used_by_classes"
  15131. {
  15132. "counter-terrorists" "1"
  15133. "terrorists" "1"
  15134. }
  15135. }
  15136. "weapon_tec9_prefab"
  15137. {
  15138. "prefab" "secondary"
  15139. "item_class" "weapon_tec9"
  15140. "item_name" "#SFUI_WPNHUD_Tec9"
  15141. "item_description" "#CSGO_Item_Desc_Tec9"
  15142. "image_inventory" "econ/weapons/base_weapons/weapon_tec9"
  15143. "model_player" "models/weapons/v_pist_tec9.mdl"
  15144. "model_world" "models/weapons/w_pist_tec9.mdl"
  15145. "model_dropped" "models/weapons/w_pist_tec9_dropped.mdl"
  15146. "icon_default_image" "materials/icons/inventory_icon_weapon_tec9.vtf"
  15147. "stickers"
  15148. {
  15149. "0"
  15150. {
  15151. "viewmodel_material" "materials/models/weapons/customization/pist_tec9/pist_tec9_decal_a.vmt"
  15152. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_tec9_decal_a.mdl"
  15153. "worldmodel_decal_pos" "3.56948 -1.2587 -1.39832"
  15154. }
  15155. "1"
  15156. {
  15157. "viewmodel_material" "materials/models/weapons/customization/pist_tec9/pist_tec9_decal_b.vmt"
  15158. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_tec9_decal_b.mdl"
  15159. "worldmodel_decal_pos" "3.56948 -1.2587 1.8176"
  15160. }
  15161. "2"
  15162. {
  15163. "viewmodel_material" "materials/models/weapons/customization/pist_tec9/pist_tec9_decal_c.vmt"
  15164. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_tec9_decal_c.mdl"
  15165. "worldmodel_decal_pos" "3.56948 -1.44876 4.78239"
  15166. }
  15167. "3"
  15168. {
  15169. "viewmodel_material" "materials/models/weapons/customization/pist_tec9/pist_tec9_decal_d.vmt"
  15170. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_tec9_decal_d.mdl"
  15171. "worldmodel_decal_pos" "-1.37183 -1.05785 -4.82885"
  15172. "worldmodel_decal_end" "-1.37183 -1.05785 0.557401"
  15173. }
  15174. }
  15175. "used_by_classes"
  15176. {
  15177. "terrorists" "1"
  15178. }
  15179. "inventory_image_data"
  15180. {
  15181. "camera_angles" "0.0 -125.0 0.0"
  15182. "camera_offset" "1.0 1.0 -1.6"
  15183. "camera_fov" "50.000000"
  15184. "spot_light_key"
  15185. {
  15186. "position" "-120 120 120"
  15187. "color" "1.5 1.55 1.6"
  15188. "lookat" "0.0 0.0 0.0"
  15189. "inner_cone" "0.500000"
  15190. "outer_cone" "1.000000"
  15191. }
  15192. "spot_light_rim"
  15193. {
  15194. "position" "60 -80 -120"
  15195. "color" "3 5 5"
  15196. "lookat" "0.0 0.0 0.0"
  15197. "inner_cone" "0.040000"
  15198. "outer_cone" "0.500000"
  15199. }
  15200. "point_light_accent"
  15201. {
  15202. "position" "0 2 30"
  15203. "color" "6 6 6"
  15204. }
  15205. }
  15206. "paint_data"
  15207. {
  15208. "PaintableMaterial0"
  15209. {
  15210. "Name" "pist_tec9"
  15211. "ViewmodelDim" "2048"
  15212. "WorldDim" "512"
  15213. "BaseTextureOverride" "0"
  15214. "WeaponLength" "13.340000"
  15215. "UVScale" "0.427000"
  15216. }
  15217. }
  15218. "attributes"
  15219. {
  15220. "magazine model" "models/weapons/w_pist_tec9_mag.mdl"
  15221. "primary reserve ammo max" "90"
  15222. "inaccuracy jump initial" "71.169998"
  15223. "inaccuracy jump" "79.779999"
  15224. "heat per shot" "0.300000"
  15225. "tracer frequency" "1"
  15226. "max player speed" "240"
  15227. "in game price" "500"
  15228. "armor ratio" "1.812000"
  15229. "crosshair min distance" "8"
  15230. "penetration" "1"
  15231. "damage" "33"
  15232. "range" "4096"
  15233. "range modifier" "0.790000"
  15234. "cycletime" "0.120000"
  15235. "flinch velocity modifier large" "0.500000"
  15236. "flinch velocity modifier small" "0.650000"
  15237. "spread" "2.000000"
  15238. "inaccuracy crouch" "3.680000"
  15239. "inaccuracy stand" "4.900000"
  15240. "inaccuracy land" "0.211000"
  15241. "inaccuracy ladder" "120.599998"
  15242. "inaccuracy fire" "110"
  15243. "inaccuracy move" "3.810000"
  15244. "recovery time crouch" "0.322362"
  15245. "recovery time stand" "0.386834"
  15246. "recoil angle" "0"
  15247. "recoil angle variance" "60"
  15248. "recoil magnitude" "23"
  15249. "recoil magnitude variance" "3"
  15250. "recoil seed" "789"
  15251. "primary clip size" "18"
  15252. "weapon weight" "6"
  15253. "rumble effect" "1"
  15254. "inaccuracy crouch alt" "7.270000"
  15255. "inaccuracy fire alt" "36.880001"
  15256. "inaccuracy jump alt" "79.779999"
  15257. "inaccuracy ladder alt" "120.599998"
  15258. "inaccuracy land alt" "0.211000"
  15259. "inaccuracy move alt" "3.810000"
  15260. "inaccuracy stand alt" "9.030000"
  15261. "max player speed alt" "240"
  15262. "recoil angle alt" "0"
  15263. "recoil angle variance alt" "60"
  15264. "recoil magnitude alt" "23"
  15265. "recoil magnitude variance alt" "3"
  15266. "recovery time crouch final" "0.322362"
  15267. "recovery time stand final" "0.386834"
  15268. "spread alt" "1.800000"
  15269. }
  15270. "visuals"
  15271. {
  15272. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_pistol"
  15273. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_pistol"
  15274. "heat_effect" "weapon_muzzle_smoke"
  15275. "eject_brass_effect" "weapon_shell_casing_9mm"
  15276. "tracer_effect" "weapon_tracers_pistol"
  15277. "weapon_type" "Pistol"
  15278. "player_animation_extension" "tec9"
  15279. "primary_ammo" "BULLET_PLAYER_9MM"
  15280. "sound_single_shot" "Weapon_tec9.Single"
  15281. "sound_nearlyempty" "Default.nearlyempty"
  15282. }
  15283. }
  15284. "weapon_bizon_prefab"
  15285. {
  15286. "prefab" "smg"
  15287. "item_class" "weapon_bizon"
  15288. "item_name" "#SFUI_WPNHUD_Bizon"
  15289. "item_description" "#CSGO_Item_Desc_Bizon"
  15290. "image_inventory" "econ/weapons/base_weapons/weapon_bizon"
  15291. "model_player" "models/weapons/v_smg_bizon.mdl"
  15292. "model_world" "models/weapons/w_smg_bizon.mdl"
  15293. "model_dropped" "models/weapons/w_smg_bizon_dropped.mdl"
  15294. "icon_default_image" "materials/icons/inventory_icon_weapon_bizon.vtf"
  15295. "stickers"
  15296. {
  15297. "0"
  15298. {
  15299. "viewmodel_material" "materials/models/weapons/customization/smg_bizon/smg_bizon_decal_a.vmt"
  15300. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_bizon_decal_a.mdl"
  15301. "worldmodel_decal_pos" "4.72935 -0.869963 -1.26802"
  15302. }
  15303. "1"
  15304. {
  15305. "viewmodel_material" "materials/models/weapons/customization/smg_bizon/smg_bizon_decal_b.vmt"
  15306. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_bizon_decal_b.mdl"
  15307. "worldmodel_decal_pos" "4.72935 -0.9665 2.12768"
  15308. }
  15309. "2"
  15310. {
  15311. "viewmodel_material" "materials/models/weapons/customization/smg_bizon/smg_bizon_decal_c.vmt"
  15312. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_bizon_decal_c.mdl"
  15313. "worldmodel_decal_pos" "4.72935 -0.549397 5.92998"
  15314. }
  15315. "3"
  15316. {
  15317. "viewmodel_material" "materials/models/weapons/customization/smg_bizon/smg_bizon_decal_d.vmt"
  15318. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_bizon_decal_d.mdl"
  15319. "worldmodel_decal_pos" "4.72935 -3.19411 7.76426"
  15320. }
  15321. }
  15322. "used_by_classes"
  15323. {
  15324. "terrorists" "1"
  15325. "counter-terrorists" "1"
  15326. }
  15327. "attributes"
  15328. {
  15329. "magazine model" "models/weapons/w_smg_bizon_mag.mdl"
  15330. "primary reserve ammo max" "120"
  15331. "inaccuracy jump initial" "45.900002"
  15332. "inaccuracy jump" "33.470001"
  15333. "heat per shot" "0.300000"
  15334. "tracer frequency" "3"
  15335. "max player speed" "240"
  15336. "is full auto" "1"
  15337. "in game price" "1400"
  15338. "kill award" "600"
  15339. "armor ratio" "1.150000"
  15340. "crosshair min distance" "7"
  15341. "penetration" "1"
  15342. "damage" "27"
  15343. "range" "3600"
  15344. "range modifier" "0.800000"
  15345. "cycletime" "0.080000"
  15346. "time to idle" "2"
  15347. "flinch velocity modifier large" "0.000000"
  15348. "flinch velocity modifier small" "0.000000"
  15349. "spread" "1"
  15350. "inaccuracy crouch" "10.500000"
  15351. "inaccuracy stand" "14.000000"
  15352. "inaccuracy land" "0.080000"
  15353. "inaccuracy ladder" "169.649994"
  15354. "inaccuracy fire" "2.880000"
  15355. "inaccuracy move" "27.570000"
  15356. "recovery time crouch" "0.236837"
  15357. "recovery time stand" "0.331572"
  15358. "recoil angle" "0"
  15359. "recoil angle variance" "70"
  15360. "recoil magnitude" "18"
  15361. "recoil magnitude variance" "1"
  15362. "recoil seed" "36387"
  15363. "primary clip size" "64"
  15364. "rumble effect" "3"
  15365. "weapon weight" "26"
  15366. "inaccuracy crouch alt" "10.500000"
  15367. "inaccuracy fire alt" "2.880000"
  15368. "inaccuracy jump alt" "33.470001"
  15369. "inaccuracy ladder alt" "169.649994"
  15370. "inaccuracy land alt" "0.080000"
  15371. "inaccuracy move alt" "27.570000"
  15372. "inaccuracy stand alt" "14.000000"
  15373. "max player speed alt" "240"
  15374. "recoil angle alt" "0"
  15375. "recoil angle variance alt" "70"
  15376. "recoil magnitude alt" "18"
  15377. "recoil magnitude variance alt" "1"
  15378. "recovery time crouch final" "0.236837"
  15379. "recovery time stand final" "0.331572"
  15380. "spread alt" "1"
  15381. }
  15382. "inventory_image_data"
  15383. {
  15384. "camera_angles" "-4.0 -130.0 0.0"
  15385. "camera_offset" "16.0 3.0 -2.0"
  15386. "point_light_accent"
  15387. {
  15388. "position" "0 20 10"
  15389. "color" "0.7 0.7 0.7"
  15390. }
  15391. }
  15392. "paint_data"
  15393. {
  15394. "PaintableMaterial0"
  15395. {
  15396. "Name" "smg_bizon"
  15397. "OrigMat" "bizon"
  15398. "ViewmodelDim" "2048"
  15399. "WorldDim" "512"
  15400. "BaseTextureOverride" "0"
  15401. "WeaponLength" "29.743700"
  15402. "UVScale" "0.596000"
  15403. }
  15404. }
  15405. "visuals"
  15406. {
  15407. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_smg"
  15408. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_smg"
  15409. "heat_effect" "weapon_muzzle_smoke"
  15410. "addon_location" "primary_smg"
  15411. "eject_brass_effect" "weapon_shell_casing_9mm"
  15412. "tracer_effect" "weapon_tracers_smg"
  15413. "weapon_type" "SubMachinegun"
  15414. "player_animation_extension" "bizon"
  15415. "primary_ammo" "BULLET_PLAYER_9MM"
  15416. "sound_single_shot" "Weapon_bizon.Single"
  15417. "sound_nearlyempty" "Default.nearlyempty"
  15418. }
  15419. }
  15420. "weapon_mac10_prefab"
  15421. {
  15422. "prefab" "smg"
  15423. "item_class" "weapon_mac10"
  15424. "item_name" "#SFUI_WPNHUD_MAC10"
  15425. "item_description" "#CSGO_Item_Desc_Mac10"
  15426. "image_inventory" "econ/weapons/base_weapons/weapon_mac10"
  15427. "model_player" "models/weapons/v_smg_mac10.mdl"
  15428. "model_world" "models/weapons/w_smg_mac10.mdl"
  15429. "model_dropped" "models/weapons/w_smg_mac10_dropped.mdl"
  15430. "icon_default_image" "materials/icons/inventory_icon_weapon_mac10.vtf"
  15431. "stickers"
  15432. {
  15433. "0"
  15434. {
  15435. "viewmodel_material" "materials/models/weapons/customization/smg_mac10/smg_mac10_decal_a.vmt"
  15436. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_mac10_decal_a.mdl"
  15437. "worldmodel_decal_pos" "3.83975 -0.466896 -3.83529"
  15438. }
  15439. "1"
  15440. {
  15441. "viewmodel_material" "materials/models/weapons/customization/smg_mac10/smg_mac10_decal_b.vmt"
  15442. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_mac10_decal_b.mdl"
  15443. "worldmodel_decal_pos" "3.83975 -3.5075 -1.68665"
  15444. }
  15445. "2"
  15446. {
  15447. "viewmodel_material" "materials/models/weapons/customization/smg_mac10/smg_mac10_decal_c.vmt"
  15448. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_mac10_decal_c.mdl"
  15449. "worldmodel_decal_pos" "3.83975 -0.740954 -1.11418"
  15450. }
  15451. "3"
  15452. {
  15453. "viewmodel_material" "materials/models/weapons/customization/smg_mac10/smg_mac10_decal_d.vmt"
  15454. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_mac10_decal_d.mdl"
  15455. "worldmodel_decal_pos" "3.83975 -0.942943 3.0487"
  15456. }
  15457. }
  15458. "used_by_classes"
  15459. {
  15460. "terrorists" "1"
  15461. }
  15462. "attributes"
  15463. {
  15464. "magazine model" "models/weapons/w_smg_mac10_mag.mdl"
  15465. "primary reserve ammo max" "100"
  15466. "inaccuracy jump initial" "34.990002"
  15467. "inaccuracy jump" "33.299999"
  15468. "heat per shot" "0.300000"
  15469. "tracer frequency" "3"
  15470. "max player speed" "240"
  15471. "is full auto" "1"
  15472. "in game price" "1050"
  15473. "kill award" "600"
  15474. "armor ratio" "1.150000"
  15475. "crosshair min distance" "9"
  15476. "penetration" "1"
  15477. "damage" "29"
  15478. "range" "3600"
  15479. "range modifier" "0.800000"
  15480. "cycletime" "0.075000"
  15481. "time to idle" "2"
  15482. "flinch velocity modifier large" "0.000000"
  15483. "flinch velocity modifier small" "0.000000"
  15484. "spread" "0.600000"
  15485. "inaccuracy crouch" "9.980000"
  15486. "inaccuracy stand" "13.300000"
  15487. "inaccuracy land" "0.069000"
  15488. "inaccuracy ladder" "34.259998"
  15489. "inaccuracy fire" "4.760000"
  15490. "inaccuracy move" "13.990000"
  15491. "recovery time crouch" "0.285521"
  15492. "recovery time stand" "0.399729"
  15493. "recoil angle" "0"
  15494. "recoil angle variance" "70"
  15495. "recoil magnitude" "18"
  15496. "recoil magnitude variance" "1"
  15497. "recoil seed" "34079"
  15498. "primary clip size" "30"
  15499. "rumble effect" "3"
  15500. "weapon weight" "25"
  15501. "inaccuracy crouch alt" "9.980000"
  15502. "inaccuracy fire alt" "4.760000"
  15503. "inaccuracy jump alt" "33.299999"
  15504. "inaccuracy ladder alt" "34.259998"
  15505. "inaccuracy land alt" "0.069000"
  15506. "inaccuracy move alt" "13.990000"
  15507. "inaccuracy stand alt" "13.300000"
  15508. "max player speed alt" "240"
  15509. "recoil angle alt" "0"
  15510. "recoil angle variance alt" "70"
  15511. "recoil magnitude alt" "18"
  15512. "recoil magnitude variance alt" "1"
  15513. "recovery time crouch final" "0.285521"
  15514. "recovery time stand final" "0.399729"
  15515. "spread alt" "0.600000"
  15516. }
  15517. "inventory_image_data"
  15518. {
  15519. "camera_angles" "-3.0 -125.0 -3.0"
  15520. "camera_offset" "3.0 0.5 -2.0"
  15521. "point_light_accent"
  15522. {
  15523. "position" "50 10 20"
  15524. "color" "2.5 2.5 2.5"
  15525. }
  15526. }
  15527. "paint_data"
  15528. {
  15529. "PaintableMaterial0"
  15530. {
  15531. "Name" "smg_mac10"
  15532. "OrigMat" "smg_mac10_1"
  15533. "ViewmodelDim" "2048"
  15534. "WorldDim" "512"
  15535. "BaseTextureOverride" "0"
  15536. "WeaponLength" "12.834300"
  15537. "UVScale" "0.495000"
  15538. }
  15539. }
  15540. "visuals"
  15541. {
  15542. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_smg"
  15543. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_smg"
  15544. "heat_effect" "weapon_muzzle_smoke"
  15545. "addon_location" "primary_smg"
  15546. "eject_brass_effect" "weapon_shell_casing_9mm"
  15547. "tracer_effect" "weapon_tracers_smg"
  15548. "weapon_type" "SubMachinegun"
  15549. "player_animation_extension" "mac10"
  15550. "primary_ammo" "BULLET_PLAYER_45ACP"
  15551. "sound_single_shot" "Weapon_MAC10.Single"
  15552. "sound_nearlyempty" "Default.nearlyempty"
  15553. }
  15554. }
  15555. "weapon_mp7_prefab"
  15556. {
  15557. "prefab" "smg"
  15558. "item_class" "weapon_mp7"
  15559. "item_name" "#SFUI_WPNHUD_MP7"
  15560. "item_description" "#CSGO_Item_Desc_MP7"
  15561. "image_inventory" "econ/weapons/base_weapons/weapon_mp7"
  15562. "model_player" "models/weapons/v_smg_mp7.mdl"
  15563. "model_world" "models/weapons/w_smg_mp7.mdl"
  15564. "model_dropped" "models/weapons/w_smg_mp7_dropped.mdl"
  15565. "icon_default_image" "materials/icons/inventory_icon_weapon_mp7.vtf"
  15566. "stickers"
  15567. {
  15568. "0"
  15569. {
  15570. "viewmodel_material" "materials/models/weapons/customization/smg_mp7/smg_mp7_decal_a.vmt"
  15571. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_mp7_decal_a.mdl"
  15572. "worldmodel_decal_pos" "3.91874 -1.18899 -5.60001"
  15573. }
  15574. "1"
  15575. {
  15576. "viewmodel_material" "materials/models/weapons/customization/smg_mp7/smg_mp7_decal_b.vmt"
  15577. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_mp7_decal_b.mdl"
  15578. "worldmodel_decal_pos" "3.91874 -1.48012 -2.12288"
  15579. }
  15580. "2"
  15581. {
  15582. "viewmodel_material" "materials/models/weapons/customization/smg_mp7/smg_mp7_decal_c.vmt"
  15583. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_mp7_decal_c.mdl"
  15584. "worldmodel_decal_pos" "3.91874 -5.15067 -2.52061"
  15585. }
  15586. "3"
  15587. {
  15588. "viewmodel_material" "materials/models/weapons/customization/smg_mp7/smg_mp7_decal_d.vmt"
  15589. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_mp7_decal_d.mdl"
  15590. "worldmodel_decal_pos" "3.91874 -2.58889 -7.63391"
  15591. }
  15592. }
  15593. "used_by_classes"
  15594. {
  15595. "terrorists" "1"
  15596. "counter-terrorists" "1"
  15597. }
  15598. "attributes"
  15599. {
  15600. "magazine model" "models/weapons/w_smg_mp7_mag.mdl"
  15601. "primary reserve ammo max" "120"
  15602. "inaccuracy jump initial" "55.410000"
  15603. "inaccuracy jump" "59.599998"
  15604. "heat per shot" "0.350000"
  15605. "tracer frequency" "3"
  15606. "max player speed" "220"
  15607. "is full auto" "1"
  15608. "in game price" "1700"
  15609. "kill award" "600"
  15610. "armor ratio" "1.250000"
  15611. "crosshair min distance" "6"
  15612. "crosshair delta distance" "2"
  15613. "penetration" "1"
  15614. "damage" "29"
  15615. "range" "3600"
  15616. "range modifier" "0.850000"
  15617. "cycletime" "0.080000"
  15618. "time to idle" "2"
  15619. "flinch velocity modifier large" "0.000000"
  15620. "flinch velocity modifier small" "0.000000"
  15621. "spread" "0.600000"
  15622. "inaccuracy crouch" "5.920000"
  15623. "inaccuracy stand" "10.000000"
  15624. "inaccuracy land" "0.115000"
  15625. "inaccuracy ladder" "57.560001"
  15626. "inaccuracy fire" "2.180000"
  15627. "inaccuracy move" "19.860001"
  15628. "recovery time crouch" "0.312494"
  15629. "recovery time stand" "0.437491"
  15630. "recoil angle" "0"
  15631. "recoil angle variance" "70"
  15632. "recoil magnitude" "16"
  15633. "recoil magnitude variance" "1"
  15634. "recoil seed" "61649"
  15635. "primary clip size" "30"
  15636. "weapon weight" "25"
  15637. "rumble effect" "3"
  15638. "inaccuracy crouch alt" "5.920000"
  15639. "inaccuracy fire alt" "2.180000"
  15640. "inaccuracy jump alt" "59.599998"
  15641. "inaccuracy ladder alt" "57.560001"
  15642. "inaccuracy land alt" "0.115000"
  15643. "inaccuracy move alt" "19.860001"
  15644. "inaccuracy stand alt" "10.000000"
  15645. "max player speed alt" "220"
  15646. "recoil angle alt" "0"
  15647. "recoil angle variance alt" "70"
  15648. "recoil magnitude alt" "16"
  15649. "recoil magnitude variance alt" "1"
  15650. "recovery time crouch final" "0.312494"
  15651. "recovery time stand final" "0.437491"
  15652. "spread alt" "0.600000"
  15653. }
  15654. "inventory_image_data"
  15655. {
  15656. "camera_angles" "0.0 -135.0 0.0"
  15657. "camera_offset" "7.0 1.0 -1.7"
  15658. "point_light_accent"
  15659. {
  15660. "position" "40 30 10"
  15661. "color" "1 1 1"
  15662. }
  15663. }
  15664. "paint_data"
  15665. {
  15666. "PaintableMaterial0"
  15667. {
  15668. "Name" "smg_mp7"
  15669. "ViewmodelDim" "2048"
  15670. "WorldDim" "512"
  15671. "BaseTextureOverride" "0"
  15672. "WeaponLength" "15.676800"
  15673. "UVScale" "0.446000"
  15674. }
  15675. }
  15676. "visuals"
  15677. {
  15678. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_smg"
  15679. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_smg"
  15680. "heat_effect" "weapon_muzzle_smoke"
  15681. "addon_location" "primary_smg"
  15682. "eject_brass_effect" "weapon_shell_casing_9mm"
  15683. "tracer_effect" "weapon_tracers_smg"
  15684. "weapon_type" "SubMachinegun"
  15685. "player_animation_extension" "mp7"
  15686. "primary_ammo" "BULLET_PLAYER_9MM"
  15687. "secondary_ammo" "BULLET_PLAYER_9MM"
  15688. "sound_single_shot" "Weapon_MP7.Single"
  15689. "sound_nearlyempty" "Default.nearlyempty"
  15690. }
  15691. }
  15692. "weapon_mp9_prefab"
  15693. {
  15694. "prefab" "smg"
  15695. "item_class" "weapon_mp9"
  15696. "item_name" "#SFUI_WPNHUD_MP9"
  15697. "item_description" "#CSGO_Item_Desc_MP9"
  15698. "image_inventory" "econ/weapons/base_weapons/weapon_mp9"
  15699. "model_player" "models/weapons/v_smg_mp9.mdl"
  15700. "model_world" "models/weapons/w_smg_mp9.mdl"
  15701. "model_dropped" "models/weapons/w_smg_mp9_dropped.mdl"
  15702. "icon_default_image" "materials/icons/inventory_icon_weapon_mp9.vtf"
  15703. "stickers"
  15704. {
  15705. "0"
  15706. {
  15707. "viewmodel_material" "materials/models/weapons/customization/smg_mp9/smg_mp9_decal_a.vmt"
  15708. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_mp9_decal_a.mdl"
  15709. "worldmodel_decal_pos" "2.72058 -1.42886 -4.87973"
  15710. }
  15711. "1"
  15712. {
  15713. "viewmodel_material" "materials/models/weapons/customization/smg_mp9/smg_mp9_decal_b.vmt"
  15714. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_mp9_decal_b.mdl"
  15715. "worldmodel_decal_pos" "2.72058 -2.22002 -1.71083"
  15716. }
  15717. "2"
  15718. {
  15719. "viewmodel_material" "materials/models/weapons/customization/smg_mp9/smg_mp9_decal_c.vmt"
  15720. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_mp9_decal_c.mdl"
  15721. "worldmodel_decal_pos" "2.72058 -1.62016 2.65378"
  15722. }
  15723. "3"
  15724. {
  15725. "viewmodel_material" "materials/models/weapons/customization/smg_mp9/smg_mp9_decal_d.vmt"
  15726. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_mp9_decal_d.mdl"
  15727. "worldmodel_decal_pos" "2.72058 -5.68715 -2.01963"
  15728. }
  15729. }
  15730. "used_by_classes"
  15731. {
  15732. "counter-terrorists" "1"
  15733. }
  15734. "attributes"
  15735. {
  15736. "magazine model" "models/weapons/w_smg_mp9_mag.mdl"
  15737. "primary reserve ammo max" "120"
  15738. "inaccuracy jump initial" "37.279999"
  15739. "inaccuracy jump" "18.430000"
  15740. "heat per shot" "0.300000"
  15741. "tracer frequency" "3"
  15742. "max player speed" "240"
  15743. "is full auto" "1"
  15744. "in game price" "1250"
  15745. "kill award" "600"
  15746. "armor ratio" "1.200000"
  15747. "crosshair min distance" "7"
  15748. "penetration" "1"
  15749. "damage" "26"
  15750. "range" "3600"
  15751. "range modifier" "0.870000"
  15752. "cycletime" "0.070000"
  15753. "time to idle" "2"
  15754. "flinch velocity modifier large" "0.000000"
  15755. "flinch velocity modifier small" "0.000000"
  15756. "spread" "0.600000"
  15757. "inaccuracy crouch" "5.500000"
  15758. "inaccuracy stand" "9.000000"
  15759. "inaccuracy land" "0.056000"
  15760. "inaccuracy ladder" "148.912506"
  15761. "inaccuracy fire" "3.700000"
  15762. "inaccuracy move" "29.040001"
  15763. "recovery time crouch" "0.184207"
  15764. "recovery time stand" "0.257890"
  15765. "recoil angle" "0"
  15766. "recoil angle variance" "70"
  15767. "recoil magnitude" "19"
  15768. "recoil magnitude variance" "1"
  15769. "recoil seed" "50729"
  15770. "primary clip size" "30"
  15771. "rumble effect" "3"
  15772. "weapon weight" "25"
  15773. "inaccuracy crouch alt" "5.500000"
  15774. "inaccuracy fire alt" "3.700000"
  15775. "inaccuracy jump alt" "18.430000"
  15776. "inaccuracy ladder alt" "148.912506"
  15777. "inaccuracy land alt" "0.056000"
  15778. "inaccuracy move alt" "29.040001"
  15779. "inaccuracy stand alt" "9.000000"
  15780. "max player speed alt" "240"
  15781. "recoil angle alt" "0"
  15782. "recoil angle variance alt" "70"
  15783. "recoil magnitude alt" "19"
  15784. "recoil magnitude variance alt" "1"
  15785. "recovery time crouch final" "0.184207"
  15786. "recovery time stand final" "0.257890"
  15787. "spread alt" "0.600000"
  15788. }
  15789. "inventory_image_data"
  15790. {
  15791. "camera_offset" "10.0 3.0 -1.7"
  15792. "camera_fov" "45"
  15793. "spot_light_key"
  15794. {
  15795. "position" "-120 120 120"
  15796. "color" "2 2.1 2.3"
  15797. "lookat" "0.0 0.0 0.0"
  15798. "inner_cone" "0.500000"
  15799. "outer_cone" "1.000000"
  15800. }
  15801. "point_light_accent"
  15802. {
  15803. "position" "30 30 20"
  15804. "color" "0.25 0.25 0.25"
  15805. }
  15806. }
  15807. "paint_data"
  15808. {
  15809. "PaintableMaterial0"
  15810. {
  15811. "Name" "smg_mp9"
  15812. "ViewmodelDim" "2048"
  15813. "WorldDim" "512"
  15814. "BaseTextureOverride" "0"
  15815. "WeaponLength" "22.126101"
  15816. "UVScale" "0.485000"
  15817. }
  15818. }
  15819. "visuals"
  15820. {
  15821. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_smg"
  15822. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_smg"
  15823. "heat_effect" "weapon_muzzle_smoke"
  15824. "addon_location" "primary_smg"
  15825. "eject_brass_effect" "weapon_shell_casing_9mm"
  15826. "tracer_effect" "weapon_tracers_smg"
  15827. "weapon_type" "SubMachinegun"
  15828. "player_animation_extension" "mp9"
  15829. "primary_ammo" "BULLET_PLAYER_9MM"
  15830. "sound_single_shot" "Weapon_MP9.Single"
  15831. "sound_nearlyempty" "Default.nearlyempty"
  15832. }
  15833. }
  15834. "weapon_p90_prefab"
  15835. {
  15836. "prefab" "smg"
  15837. "item_class" "weapon_p90"
  15838. "item_name" "#SFUI_WPNHUD_P90"
  15839. "item_description" "#CSGO_Item_Desc_P90"
  15840. "image_inventory" "econ/weapons/base_weapons/weapon_p90"
  15841. "model_player" "models/weapons/v_smg_p90.mdl"
  15842. "model_world" "models/weapons/w_smg_p90.mdl"
  15843. "model_dropped" "models/weapons/w_smg_p90_dropped.mdl"
  15844. "icon_default_image" "materials/icons/inventory_icon_weapon_p90.vtf"
  15845. "stickers"
  15846. {
  15847. "0"
  15848. {
  15849. "viewmodel_material" "materials/models/weapons/customization/smg_p90/smg_p90_decal_a.vmt"
  15850. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_p90_decal_a.mdl"
  15851. "worldmodel_decal_pos" "5.69832 -1.70705 -7.82337"
  15852. }
  15853. "1"
  15854. {
  15855. "viewmodel_material" "materials/models/weapons/customization/smg_p90/smg_p90_decal_b.vmt"
  15856. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_p90_decal_b.mdl"
  15857. "worldmodel_decal_pos" "5.69832 -2.37658 -0.608743"
  15858. }
  15859. "2"
  15860. {
  15861. "viewmodel_material" "materials/models/weapons/customization/smg_p90/smg_p90_decal_c.vmt"
  15862. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_p90_decal_c.mdl"
  15863. "worldmodel_decal_pos" "5.69832 -1.53075 3.86454"
  15864. }
  15865. "3"
  15866. {
  15867. "viewmodel_material" "materials/models/weapons/customization/smg_p90/smg_p90_decal_d.vmt"
  15868. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_p90_decal_d.mdl"
  15869. "worldmodel_decal_pos" "5.69832 -2.26662 -11.4784"
  15870. }
  15871. }
  15872. "used_by_classes"
  15873. {
  15874. "terrorists" "1"
  15875. "counter-terrorists" "1"
  15876. }
  15877. "attributes"
  15878. {
  15879. "magazine model" "models/weapons/w_smg_p90_mag.mdl"
  15880. "primary reserve ammo max" "100"
  15881. "inaccuracy jump initial" "104.599998"
  15882. "inaccuracy jump" "90.080002"
  15883. "heat per shot" "0.350000"
  15884. "tracer frequency" "3"
  15885. "max player speed" "230"
  15886. "is full auto" "1"
  15887. "in game price" "2350"
  15888. "armor ratio" "1.380000"
  15889. "crosshair min distance" "7"
  15890. "penetration" "1"
  15891. "damage" "26"
  15892. "range" "3700"
  15893. "range modifier" "0.860000"
  15894. "cycletime" "0.070000"
  15895. "time to idle" "2"
  15896. "flinch velocity modifier large" "0.000000"
  15897. "flinch velocity modifier small" "0.000000"
  15898. "spread" "1.000000"
  15899. "inaccuracy crouch" "10.240000"
  15900. "inaccuracy stand" "13.650000"
  15901. "inaccuracy land" "0.082000"
  15902. "inaccuracy ladder" "132.169998"
  15903. "inaccuracy fire" "2.850000"
  15904. "inaccuracy move" "31"
  15905. "recovery time crouch" "0.265784"
  15906. "recovery time stand" "0.372098"
  15907. "recoil angle" "0"
  15908. "recoil angle variance" "70"
  15909. "recoil magnitude" "16"
  15910. "recoil magnitude variance" "1"
  15911. "recoil seed" "6213"
  15912. "primary clip size" "50"
  15913. "weapon weight" "26"
  15914. "rumble effect" "3"
  15915. "inaccuracy crouch alt" "10.240000"
  15916. "inaccuracy fire alt" "2.850000"
  15917. "inaccuracy jump alt" "90.080002"
  15918. "inaccuracy ladder alt" "132.169998"
  15919. "inaccuracy land alt" "0.082000"
  15920. "inaccuracy move alt" "31"
  15921. "inaccuracy stand alt" "13.650000"
  15922. "max player speed alt" "230"
  15923. "recoil angle alt" "0"
  15924. "recoil angle variance alt" "70"
  15925. "recoil magnitude alt" "16"
  15926. "recoil magnitude variance alt" "1"
  15927. "recovery time crouch final" "0.265784"
  15928. "recovery time stand final" "0.372098"
  15929. "spread alt" "1.000000"
  15930. }
  15931. "inventory_image_data"
  15932. {
  15933. "camera_angles" "-3.0 -125.0 0.0"
  15934. "camera_offset" "9.0 1.6 -2.7"
  15935. "spot_light_key"
  15936. {
  15937. "position" "-120 120 120"
  15938. "color" "2 2.1 2.3"
  15939. "lookat" "0.0 0.0 0.0"
  15940. "inner_cone" "0.500000"
  15941. "outer_cone" "1.000000"
  15942. }
  15943. "spot_light_rim"
  15944. {
  15945. "position" "-90 -120 -75"
  15946. "color" "3 5 5"
  15947. "lookat" "0.0 0.0 0.0"
  15948. "inner_cone" "0.040000"
  15949. "outer_cone" "0.500000"
  15950. }
  15951. "point_light_accent"
  15952. {
  15953. "position" "120 40 120"
  15954. "color" "0.25 0.25 0.25"
  15955. }
  15956. }
  15957. "paint_data"
  15958. {
  15959. "PaintableMaterial0"
  15960. {
  15961. "Name" "smg_p90"
  15962. "ViewmodelDim" "2048"
  15963. "WorldDim" "512"
  15964. "BaseTextureOverride" "0"
  15965. "WeaponLength" "19.637100"
  15966. "UVScale" "0.537000"
  15967. }
  15968. }
  15969. "visuals"
  15970. {
  15971. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_smg"
  15972. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_smg"
  15973. "heat_effect" "weapon_muzzle_smoke"
  15974. "addon_location" "primary_smg"
  15975. "eject_brass_effect" "weapon_shell_casing_9mm"
  15976. "tracer_effect" "weapon_tracers_smg"
  15977. "weapon_type" "SubMachinegun"
  15978. "player_animation_extension" "p90"
  15979. "primary_ammo" "BULLET_PLAYER_57MM"
  15980. "sound_single_shot" "Weapon_P90.Single"
  15981. "sound_nearlyempty" "Default.nearlyempty"
  15982. }
  15983. }
  15984. "weapon_ump45_prefab"
  15985. {
  15986. "prefab" "smg"
  15987. "item_class" "weapon_ump45"
  15988. "item_name" "#SFUI_WPNHUD_UMP45"
  15989. "item_description" "#CSGO_Item_Desc_UMP45"
  15990. "image_inventory" "econ/weapons/base_weapons/weapon_ump45"
  15991. "model_player" "models/weapons/v_smg_ump45.mdl"
  15992. "model_world" "models/weapons/w_smg_ump45.mdl"
  15993. "model_dropped" "models/weapons/w_smg_ump45_dropped.mdl"
  15994. "icon_default_image" "materials/icons/inventory_icon_weapon_ump45.vtf"
  15995. "stickers"
  15996. {
  15997. "0"
  15998. {
  15999. "viewmodel_material" "materials/models/weapons/customization/smg_ump45/smg_ump45_decal_a.vmt"
  16000. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_ump45_decal_a.mdl"
  16001. "worldmodel_decal_pos" "5.50499 0.125392 -4.81061"
  16002. }
  16003. "1"
  16004. {
  16005. "viewmodel_material" "materials/models/weapons/customization/smg_ump45/smg_ump45_decal_b.vmt"
  16006. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_ump45_decal_b.mdl"
  16007. "worldmodel_decal_pos" "5.50499 -0.425925 -1.94732"
  16008. }
  16009. "2"
  16010. {
  16011. "viewmodel_material" "materials/models/weapons/customization/smg_ump45/smg_ump45_decal_c.vmt"
  16012. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_ump45_decal_c.mdl"
  16013. "worldmodel_decal_pos" "5.50499 -0.246568 1.68466"
  16014. }
  16015. "3"
  16016. {
  16017. "viewmodel_material" "materials/models/weapons/customization/smg_ump45/smg_ump45_decal_d.vmt"
  16018. "viewmodel_geometry" "models/weapons/stickers/v_models/smg_ump45_decal_d.mdl"
  16019. "worldmodel_decal_pos" "5.50499 0.0477725 5.71236"
  16020. }
  16021. }
  16022. "used_by_classes"
  16023. {
  16024. "terrorists" "1"
  16025. "counter-terrorists" "1"
  16026. }
  16027. "attributes"
  16028. {
  16029. "magazine model" "models/weapons/w_smg_ump45_mag.mdl"
  16030. "primary reserve ammo max" "100"
  16031. "inaccuracy jump initial" "47.209999"
  16032. "inaccuracy jump" "37.250000"
  16033. "heat per shot" "0.300000"
  16034. "tracer frequency" "3"
  16035. "max player speed" "230"
  16036. "is full auto" "1"
  16037. "in game price" "1200"
  16038. "kill award" "600"
  16039. "armor ratio" "1.300000"
  16040. "crosshair min distance" "6"
  16041. "penetration" "1"
  16042. "damage" "35"
  16043. "range" "3700"
  16044. "range modifier" "0.750000"
  16045. "cycletime" "0.090000"
  16046. "time to idle" "2"
  16047. "flinch velocity modifier large" "0.000000"
  16048. "flinch velocity modifier small" "0.000000"
  16049. "spread" "1.000000"
  16050. "inaccuracy crouch" "10.070000"
  16051. "inaccuracy stand" "13.430000"
  16052. "inaccuracy land" "0.085000"
  16053. "inaccuracy ladder" "42.349998"
  16054. "inaccuracy fire" "3.420000"
  16055. "inaccuracy move" "28.760000"
  16056. "recovery time crouch" "0.249995"
  16057. "recovery time stand" "0.349993"
  16058. "recoil angle variance" "40"
  16059. "recoil magnitude" "23"
  16060. "recoil magnitude variance" "1"
  16061. "recoil seed" "59299"
  16062. "primary clip size" "25"
  16063. "weapon weight" "25"
  16064. "rumble effect" "4"
  16065. "inaccuracy crouch alt" "10.070000"
  16066. "inaccuracy fire alt" "3.420000"
  16067. "inaccuracy jump alt" "37.250000"
  16068. "inaccuracy ladder alt" "42.349998"
  16069. "inaccuracy land alt" "0.085000"
  16070. "inaccuracy move alt" "28.760000"
  16071. "inaccuracy stand alt" "13.430000"
  16072. "max player speed alt" "230"
  16073. "recoil angle variance alt" "40"
  16074. "recoil magnitude alt" "23"
  16075. "recoil magnitude variance alt" "1"
  16076. "recovery time crouch final" "0.249995"
  16077. "recovery time stand final" "0.349993"
  16078. "spread alt" "1.000000"
  16079. }
  16080. "inventory_image_data"
  16081. {
  16082. "camera_angles" "-4.0 -130.0 0.0"
  16083. "camera_offset" "16.0 2.5 -2.0"
  16084. "point_light_accent"
  16085. {
  16086. "position" "40 30 10"
  16087. "color" "0.25 0.25 0.25"
  16088. }
  16089. }
  16090. "paint_data"
  16091. {
  16092. "PaintableMaterial0"
  16093. {
  16094. "Name" "smg_ump45"
  16095. "ViewmodelDim" "2048"
  16096. "WorldDim" "512"
  16097. "BaseTextureOverride" "0"
  16098. "WeaponLength" "29.215599"
  16099. "UVScale" "0.882000"
  16100. }
  16101. }
  16102. "visuals"
  16103. {
  16104. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_smg"
  16105. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_smg"
  16106. "heat_effect" "weapon_muzzle_smoke"
  16107. "addon_location" "primary_smg"
  16108. "eject_brass_effect" "weapon_shell_casing_9mm"
  16109. "tracer_effect" "weapon_tracers_smg"
  16110. "weapon_type" "SubMachinegun"
  16111. "player_animation_extension" "ump45"
  16112. "primary_ammo" "BULLET_PLAYER_45ACP"
  16113. "sound_single_shot" "Weapon_UMP45.Single"
  16114. "sound_nearlyempty" "Default.nearlyempty"
  16115. }
  16116. }
  16117. "weapon_ak47_prefab"
  16118. {
  16119. "prefab" "rifle"
  16120. "item_class" "weapon_ak47"
  16121. "item_name" "#SFUI_WPNHUD_AK47"
  16122. "item_description" "#CSGO_Item_Desc_AK47"
  16123. "item_rarity" "uncommon"
  16124. "image_inventory" "econ/weapons/base_weapons/weapon_ak47"
  16125. "model_player" "models/weapons/v_rif_ak47.mdl"
  16126. "model_world" "models/weapons/w_rif_ak47.mdl"
  16127. "model_dropped" "models/weapons/w_rif_ak47_dropped.mdl"
  16128. "icon_default_image" "materials/icons/inventory_icon_weapon_ak47.vtf"
  16129. "stickers"
  16130. {
  16131. "0"
  16132. {
  16133. "viewmodel_material" "materials/models/weapons/customization/rif_ak47/rif_ak47_decal_a.vmt"
  16134. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_ak47_decal_a.mdl"
  16135. "worldmodel_decal_pos" "6.43516 -1.26887 -0.743033"
  16136. }
  16137. "1"
  16138. {
  16139. "viewmodel_material" "materials/models/weapons/customization/rif_ak47/rif_ak47_decal_b.vmt"
  16140. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_ak47_decal_b.mdl"
  16141. "worldmodel_decal_pos" "6.43516 -1.47404 3.01389"
  16142. }
  16143. "2"
  16144. {
  16145. "viewmodel_material" "materials/models/weapons/customization/rif_ak47/rif_ak47_decal_c.vmt"
  16146. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_ak47_decal_c.mdl"
  16147. "worldmodel_decal_pos" "6.43516 -1.34147 7.33494"
  16148. }
  16149. "3"
  16150. {
  16151. "viewmodel_material" "materials/models/weapons/customization/rif_ak47/rif_ak47_decal_d.vmt"
  16152. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_ak47_decal_d.mdl"
  16153. "worldmodel_decal_pos" "6.43516 -1.31489 11.8284"
  16154. }
  16155. }
  16156. "used_by_classes"
  16157. {
  16158. "terrorists" "1"
  16159. }
  16160. "attributes"
  16161. {
  16162. "magazine model" "models/weapons/w_rif_ak47_mag.mdl"
  16163. "primary reserve ammo max" "90"
  16164. "recovery time crouch" "0.305257"
  16165. "recovery time crouch final" "0.419728"
  16166. "recovery time stand" "0.368000"
  16167. "recovery time stand final" "0.506000"
  16168. "inaccuracy jump initial" "100.940002"
  16169. "inaccuracy jump" "140.759995"
  16170. "heat per shot" "0.300000"
  16171. "addon scale" "0.900000"
  16172. "tracer frequency" "3"
  16173. "max player speed" "215"
  16174. "is full auto" "1"
  16175. "in game price" "2700"
  16176. "armor ratio" "1.550000"
  16177. "crosshair delta distance" "4"
  16178. "penetration" "2"
  16179. "damage" "36"
  16180. "range" "8192"
  16181. "cycletime" "0.100000"
  16182. "time to idle" "1.900000"
  16183. "flinch velocity modifier large" "0.400000"
  16184. "flinch velocity modifier small" "0.550000"
  16185. "spread" "0.600000"
  16186. "inaccuracy crouch" "4.810000"
  16187. "inaccuracy stand" "6.410000"
  16188. "inaccuracy land" "0.242000"
  16189. "inaccuracy ladder" "140.000000"
  16190. "inaccuracy fire" "7.800000"
  16191. "inaccuracy move" "175.059998"
  16192. "recoil angle" "0"
  16193. "recoil angle variance" "70"
  16194. "recoil magnitude" "30"
  16195. "recoil magnitude variance" "0"
  16196. "recoil seed" "223"
  16197. "primary clip size" "30"
  16198. "weapon weight" "25"
  16199. "rumble effect" "4"
  16200. "inaccuracy crouch alt" "4.810000"
  16201. "inaccuracy fire alt" "7.800000"
  16202. "inaccuracy jump alt" "140.759995"
  16203. "inaccuracy ladder alt" "140.000000"
  16204. "inaccuracy land alt" "0.242000"
  16205. "inaccuracy move alt" "175.059998"
  16206. "inaccuracy stand alt" "6.410000"
  16207. "max player speed alt" "215"
  16208. "recoil angle alt" "0"
  16209. "recoil angle variance alt" "70"
  16210. "recoil magnitude alt" "30"
  16211. "recoil magnitude variance alt" "0"
  16212. "spread alt" "0.600000"
  16213. }
  16214. "inventory_image_data"
  16215. {
  16216. "camera_angles" "-2.0 -135.0 0.0"
  16217. "camera_offset" "18.0 3.7 -2.5"
  16218. }
  16219. "paint_data"
  16220. {
  16221. "PaintableMaterial0"
  16222. {
  16223. "Name" "rif_ak47"
  16224. "OrigMat" "ak47"
  16225. "ViewmodelDim" "2048"
  16226. "WorldDim" "512"
  16227. "BaseTextureOverride" "0"
  16228. "WeaponLength" "37.746201"
  16229. "UVScale" "0.549000"
  16230. }
  16231. }
  16232. "visuals"
  16233. {
  16234. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_assaultrifle"
  16235. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_assaultrifle"
  16236. "heat_effect" "weapon_muzzle_smoke"
  16237. "addon_location" "primary_rifle"
  16238. "eject_brass_effect" "weapon_shell_casing_rifle"
  16239. "tracer_effect" "weapon_tracers_assrifle"
  16240. "weapon_type" "Rifle"
  16241. "player_animation_extension" "ak"
  16242. "primary_ammo" "BULLET_PLAYER_762MM"
  16243. "sound_single_shot" "Weapon_AK47.Single"
  16244. "sound_nearlyempty" "Default.nearlyempty"
  16245. }
  16246. }
  16247. "weapon_aug_prefab"
  16248. {
  16249. "prefab" "rifle"
  16250. "item_class" "weapon_aug"
  16251. "item_name" "#SFUI_WPNHUD_Aug"
  16252. "item_description" "#CSGO_Item_Desc_Aug"
  16253. "item_rarity" "common"
  16254. "image_inventory" "econ/weapons/base_weapons/weapon_aug"
  16255. "model_player" "models/weapons/v_rif_aug.mdl"
  16256. "model_world" "models/weapons/w_rif_aug.mdl"
  16257. "model_dropped" "models/weapons/w_rif_aug_dropped.mdl"
  16258. "icon_default_image" "materials/icons/inventory_icon_weapon_aug.vtf"
  16259. "zoom_in_sound" "Weapon_AUG.ZoomIn"
  16260. "zoom_out_sound" "Weapon_AUG.ZoomOut"
  16261. "stickers"
  16262. {
  16263. "0"
  16264. {
  16265. "viewmodel_material" "materials/models/weapons/customization/rif_aug/rif_aug_decal_a.vmt"
  16266. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_aug_decal_a.mdl"
  16267. "worldmodel_decal_pos" "5.94244 -0.866151 -12.1983"
  16268. }
  16269. "1"
  16270. {
  16271. "viewmodel_material" "materials/models/weapons/customization/rif_aug/rif_aug_decal_b.vmt"
  16272. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_aug_decal_b.mdl"
  16273. "worldmodel_decal_pos" "5.94244 -0.651087 -7.01863"
  16274. }
  16275. "2"
  16276. {
  16277. "viewmodel_material" "materials/models/weapons/customization/rif_aug/rif_aug_decal_c.vmt"
  16278. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_aug_decal_c.mdl"
  16279. "worldmodel_decal_pos" "5.94244 -0.537151 -1.69533"
  16280. }
  16281. "3"
  16282. {
  16283. "viewmodel_material" "materials/models/weapons/customization/rif_aug/rif_aug_decal_d.vmt"
  16284. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_aug_decal_d.mdl"
  16285. "worldmodel_decal_pos" "5.94244 0.0485253 2.80582"
  16286. }
  16287. }
  16288. "used_by_classes"
  16289. {
  16290. "counter-terrorists" "1"
  16291. }
  16292. "attributes"
  16293. {
  16294. "magazine model" "models/weapons/w_rif_aug_mag.mdl"
  16295. "aimsight capable" "1"
  16296. "aimsight speed up" "10.000000"
  16297. "aimsight speed down" "8.000000"
  16298. "aimsight looseness" "0.030000"
  16299. "aimsight eye pos" "-1.56 -3.6 -0.07"
  16300. "aimsight pivot angle" "0.78 -0.1 -0.03"
  16301. "aimsight fov" "45"
  16302. "aimsight pivot forward" "10"
  16303. "aimsight lens mask" "models/weapons/v_rif_aug_scopelensmask.mdl"
  16304. "primary reserve ammo max" "90"
  16305. "tracer frequency alt" "3"
  16306. "inaccuracy jump initial" "101.559998"
  16307. "inaccuracy jump" "105.989998"
  16308. "inaccuracy jump alt" "105.989998"
  16309. "heat per shot" "0.350000"
  16310. "addon scale" "0.900000"
  16311. "tracer frequency" "3"
  16312. "max player speed" "220"
  16313. "max player speed alt" "150"
  16314. "is full auto" "1"
  16315. "in game price" "3300"
  16316. "armor ratio" "1.800000"
  16317. "crosshair min distance" "3"
  16318. "zoom levels" "1"
  16319. "zoom time 0" "0.060000"
  16320. "zoom fov 1" "45"
  16321. "zoom time 1" "0.100000"
  16322. "penetration" "2"
  16323. "damage" "28"
  16324. "range" "8192"
  16325. "cycletime" "0.090000"
  16326. "time to idle" "1.900000"
  16327. "flinch velocity modifier large" "0.400000"
  16328. "flinch velocity modifier small" "0.550000"
  16329. "spread" "0.500000"
  16330. "inaccuracy crouch" "2.880000"
  16331. "inaccuracy stand" "3.850000"
  16332. "inaccuracy land" "0.208000"
  16333. "inaccuracy ladder" "110.040001"
  16334. "inaccuracy fire" "6.160000"
  16335. "inaccuracy move" "135.449997"
  16336. "spread alt" "0.300000"
  16337. "inaccuracy crouch alt" "1.010000"
  16338. "inaccuracy stand alt" "2.120000"
  16339. "inaccuracy land alt" "0.208000"
  16340. "inaccuracy ladder alt" "100.040001"
  16341. "inaccuracy fire alt" "6.160000"
  16342. "inaccuracy move alt" "105.449997"
  16343. "recovery time crouch" "0.305520"
  16344. "recovery time stand" "0.429727"
  16345. "recoil angle" "0"
  16346. "recoil angle variance" "60"
  16347. "recoil magnitude" "24"
  16348. "recoil magnitude variance" "0"
  16349. "recoil seed" "24204"
  16350. "recoil magnitude alt" "16"
  16351. "primary clip size" "30"
  16352. "weapon weight" "25"
  16353. "rumble effect" "4"
  16354. "recoil angle alt" "0"
  16355. "recoil angle variance alt" "60"
  16356. "recoil magnitude variance alt" "0"
  16357. "recovery time crouch final" "0.305520"
  16358. "recovery time stand final" "0.429727"
  16359. }
  16360. "inventory_image_data"
  16361. {
  16362. "camera_angles" "-4.0 -130.0 0.0"
  16363. "camera_offset" "19.0 3.4 -3.2"
  16364. "spot_light_rim"
  16365. {
  16366. "position" "0 -80 -30"
  16367. "color" "3 5 5"
  16368. "lookat" "0.0 0.0 0.0"
  16369. "inner_cone" "0.040000"
  16370. "outer_cone" "0.500000"
  16371. }
  16372. "point_light_accent"
  16373. {
  16374. "position" "-10 30 -60"
  16375. "color" "0.15 0.15 0.15"
  16376. }
  16377. }
  16378. "paint_data"
  16379. {
  16380. "PaintableMaterial0"
  16381. {
  16382. "Name" "rif_aug"
  16383. "ViewmodelDim" "2048"
  16384. "WorldDim" "512"
  16385. "BaseTextureOverride" "1"
  16386. "WeaponLength" "31.066900"
  16387. "UVScale" "0.763000"
  16388. }
  16389. }
  16390. "visuals"
  16391. {
  16392. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_assaultrifle"
  16393. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_assaultrifle"
  16394. "heat_effect" "weapon_muzzle_smoke"
  16395. "addon_location" "primary_rifle"
  16396. "eject_brass_effect" "weapon_shell_casing_rifle"
  16397. "tracer_effect" "weapon_tracers_assrifle"
  16398. "weapon_type" "Rifle"
  16399. "player_animation_extension" "aug"
  16400. "primary_ammo" "BULLET_PLAYER_762MM"
  16401. "sound_single_shot" "Weapon_AUG.Single"
  16402. "sound_nearlyempty" "Default.nearlyempty"
  16403. }
  16404. }
  16405. "weapon_famas_prefab"
  16406. {
  16407. "prefab" "rifle"
  16408. "item_class" "weapon_famas"
  16409. "item_name" "#SFUI_WPNHUD_Famas"
  16410. "item_description" "#CSGO_Item_Desc_Famas"
  16411. "item_rarity" "common"
  16412. "image_inventory" "econ/weapons/base_weapons/weapon_famas"
  16413. "model_player" "models/weapons/v_rif_famas.mdl"
  16414. "model_world" "models/weapons/w_rif_famas.mdl"
  16415. "model_dropped" "models/weapons/w_rif_famas_dropped.mdl"
  16416. "icon_default_image" "materials/icons/inventory_icon_weapon_famas.vtf"
  16417. "stickers"
  16418. {
  16419. "0"
  16420. {
  16421. "viewmodel_material" "materials/models/weapons/customization/rif_famas/rif_famas_decal_a.vmt"
  16422. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_famas_decal_a.mdl"
  16423. "worldmodel_decal_pos" "5.62099 -1.58238 -7.33913"
  16424. }
  16425. "1"
  16426. {
  16427. "viewmodel_material" "materials/models/weapons/customization/rif_famas/rif_famas_decal_b.vmt"
  16428. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_famas_decal_b.mdl"
  16429. "worldmodel_decal_pos" "5.62099 -1.06851 -3.05935"
  16430. }
  16431. "2"
  16432. {
  16433. "viewmodel_material" "materials/models/weapons/customization/rif_famas/rif_famas_decal_c.vmt"
  16434. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_famas_decal_c.mdl"
  16435. "worldmodel_decal_pos" "5.62099 -1.41951 0.954913"
  16436. }
  16437. "3"
  16438. {
  16439. "viewmodel_material" "materials/models/weapons/customization/rif_famas/rif_famas_decal_d.vmt"
  16440. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_famas_decal_d.mdl"
  16441. "worldmodel_decal_pos" "5.62099 -1.36689 4.66046"
  16442. }
  16443. }
  16444. "used_by_classes"
  16445. {
  16446. "counter-terrorists" "1"
  16447. }
  16448. "attributes"
  16449. {
  16450. "magazine model" "models/weapons/w_rif_famas_mag.mdl"
  16451. "primary reserve ammo max" "90"
  16452. "recovery time crouch" "0.120000"
  16453. "recovery time crouch final" "0.550000"
  16454. "recovery time stand" "0.250000"
  16455. "recovery time stand final" "0.650000"
  16456. "tracer frequency alt" "3"
  16457. "inaccuracy jump initial" "94.769997"
  16458. "inaccuracy jump" "110.389999"
  16459. "inaccuracy jump alt" "110.389999"
  16460. "heat per shot" "0.350000"
  16461. "addon scale" "0.900000"
  16462. "tracer frequency" "3"
  16463. "max player speed" "220"
  16464. "is full auto" "1"
  16465. "in game price" "2250"
  16466. "armor ratio" "1.400000"
  16467. "penetration" "2"
  16468. "damage" "30"
  16469. "range" "8192"
  16470. "range modifier" "0.960000"
  16471. "cycletime" "0.090000"
  16472. "time to idle" "1.100000"
  16473. "flinch velocity modifier large" "0.400000"
  16474. "flinch velocity modifier small" "0.550000"
  16475. "spread" "0.600000"
  16476. "inaccuracy crouch" "7.390000"
  16477. "inaccuracy stand" "9.850000"
  16478. "inaccuracy land" "0.205000"
  16479. "inaccuracy ladder" "118.716003"
  16480. "inaccuracy fire" "6.700000"
  16481. "inaccuracy move" "99.339996"
  16482. "spread alt" "0.600000"
  16483. "inaccuracy crouch alt" "3.950000"
  16484. "inaccuracy stand alt" "3.690000"
  16485. "inaccuracy land alt" "0.205000"
  16486. "inaccuracy ladder alt" "118.716003"
  16487. "inaccuracy fire alt" "3.350000"
  16488. "inaccuracy move alt" "99.339996"
  16489. "recoil angle" "0"
  16490. "recoil angle variance" "60"
  16491. "recoil magnitude" "20"
  16492. "recoil magnitude variance" "1"
  16493. "recoil seed" "39623"
  16494. "recoil angle alt" "0"
  16495. "recoil angle variance alt" "50"
  16496. "recoil magnitude alt" "20"
  16497. "recoil magnitude variance alt" "1"
  16498. "primary clip size" "25"
  16499. "weapon weight" "75"
  16500. "rumble effect" "3"
  16501. "max player speed alt" "220"
  16502. }
  16503. "inventory_image_data"
  16504. {
  16505. "camera_angles" "-3.0 -130.0 0.0"
  16506. "camera_offset" "20.0 3.7 -3"
  16507. }
  16508. "attributes"
  16509. {
  16510. "has burst mode" "1"
  16511. "cycletime when in burst mode" "0.550000"
  16512. "time between burst shots" "0.075000"
  16513. }
  16514. "paint_data"
  16515. {
  16516. "PaintableMaterial0"
  16517. {
  16518. "Name" "rif_famas"
  16519. "ViewmodelDim" "2048"
  16520. "WorldDim" "512"
  16521. "BaseTextureOverride" "0"
  16522. "WeaponLength" "29.799999"
  16523. "UVScale" "0.660000"
  16524. }
  16525. }
  16526. "visuals"
  16527. {
  16528. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_assaultrifle"
  16529. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_assaultrifle"
  16530. "heat_effect" "weapon_muzzle_smoke"
  16531. "addon_location" "primary_rifle"
  16532. "eject_brass_effect" "weapon_shell_casing_rifle"
  16533. "tracer_effect" "weapon_tracers_assrifle"
  16534. "weapon_type" "Rifle"
  16535. "player_animation_extension" "famas"
  16536. "primary_ammo" "BULLET_PLAYER_556MM"
  16537. "sound_single_shot" "Weapon_FAMAS.Single"
  16538. "sound_nearlyempty" "Default.nearlyempty"
  16539. }
  16540. }
  16541. "weapon_galilar_prefab"
  16542. {
  16543. "prefab" "rifle"
  16544. "item_class" "weapon_galilar"
  16545. "item_name" "#SFUI_WPNHUD_GalilAR"
  16546. "item_description" "#CSGO_Item_Desc_GalilAR"
  16547. "item_rarity" "common"
  16548. "image_inventory" "econ/weapons/base_weapons/weapon_galilar"
  16549. "model_player" "models/weapons/v_rif_galilar.mdl"
  16550. "model_world" "models/weapons/w_rif_galilar.mdl"
  16551. "model_dropped" "models/weapons/w_rif_galilar_dropped.mdl"
  16552. "icon_default_image" "materials/icons/inventory_icon_weapon_galilar.vtf"
  16553. "stickers"
  16554. {
  16555. "0"
  16556. {
  16557. "viewmodel_material" "materials/models/weapons/customization/rif_galilar/rif_galilar_decal_a.vmt"
  16558. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_galilar_decal_a.mdl"
  16559. "worldmodel_decal_pos" "4.56555 -1.10028 0.274424"
  16560. }
  16561. "1"
  16562. {
  16563. "viewmodel_material" "materials/models/weapons/customization/rif_galilar/rif_galilar_decal_b.vmt"
  16564. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_galilar_decal_b.mdl"
  16565. "worldmodel_decal_pos" "4.56555 -1.24267 3.98293"
  16566. }
  16567. "2"
  16568. {
  16569. "viewmodel_material" "materials/models/weapons/customization/rif_galilar/rif_galilar_decal_c.vmt"
  16570. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_galilar_decal_c.mdl"
  16571. "worldmodel_decal_pos" "4.56555 -0.371284 8.53896"
  16572. }
  16573. "3"
  16574. {
  16575. "viewmodel_material" "materials/models/weapons/customization/rif_galilar/rif_galilar_decal_d.vmt"
  16576. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_galilar_decal_d.mdl"
  16577. "worldmodel_decal_pos" "4.56555 -2.11272 -8.68949"
  16578. }
  16579. }
  16580. "used_by_classes"
  16581. {
  16582. "terrorists" "1"
  16583. }
  16584. "attributes"
  16585. {
  16586. "magazine model" "models/weapons/w_rif_galilar_mag.mdl"
  16587. "primary reserve ammo max" "90"
  16588. "recovery time crouch" "0.150000"
  16589. "recovery time crouch final" "0.600000"
  16590. "recovery time stand" "0.300000"
  16591. "recovery time stand final" "0.700000"
  16592. "inaccuracy jump initial" "105.389999"
  16593. "inaccuracy jump" "149.779999"
  16594. "inaccuracy jump alt" "149.779999"
  16595. "heat per shot" "0.350000"
  16596. "addon scale" "0.900000"
  16597. "tracer frequency" "3"
  16598. "max player speed" "215"
  16599. "is full auto" "1"
  16600. "in game price" "2000"
  16601. "armor ratio" "1.550000"
  16602. "penetration" "2"
  16603. "damage" "30"
  16604. "range" "8192"
  16605. "cycletime" "0.090000"
  16606. "time to idle" "1.280000"
  16607. "flinch velocity modifier large" "0.400000"
  16608. "flinch velocity modifier small" "0.550000"
  16609. "spread" "0.600000"
  16610. "inaccuracy crouch" "6.580000"
  16611. "inaccuracy stand" "8.770000"
  16612. "inaccuracy land" "0.256000"
  16613. "inaccuracy ladder" "113.580002"
  16614. "inaccuracy fire" "8.780000"
  16615. "inaccuracy move" "123.559998"
  16616. "spread alt" "0.600000"
  16617. "inaccuracy crouch alt" "4.840000"
  16618. "inaccuracy stand alt" "7.780000"
  16619. "inaccuracy land alt" "0.256000"
  16620. "inaccuracy ladder alt" "113.580002"
  16621. "inaccuracy fire alt" "5.850000"
  16622. "inaccuracy move alt" "106.519997"
  16623. "recoil seed" "51191"
  16624. "recoil angle" "0"
  16625. "recoil angle variance" "70"
  16626. "recoil magnitude" "21"
  16627. "recoil magnitude variance" "1"
  16628. "primary clip size" "35"
  16629. "weapon weight" "25"
  16630. "rumble effect" "4"
  16631. "max player speed alt" "215"
  16632. "recoil angle alt" "0"
  16633. "recoil angle variance alt" "70"
  16634. "recoil magnitude alt" "21"
  16635. "recoil magnitude variance alt" "1"
  16636. }
  16637. "inventory_image_data"
  16638. {
  16639. "camera_angles" "-3.0 -130.0 0.0"
  16640. "camera_offset" "18.0 3.8 -2.4"
  16641. }
  16642. "paint_data"
  16643. {
  16644. "PaintableMaterial0"
  16645. {
  16646. "Name" "rif_galilar"
  16647. "ViewmodelDim" "2048"
  16648. "WorldDim" "512"
  16649. "BaseTextureOverride" "0"
  16650. "WeaponLength" "32.973701"
  16651. "UVScale" "0.750000"
  16652. }
  16653. }
  16654. "visuals"
  16655. {
  16656. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_assaultrifle"
  16657. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_assaultrifle"
  16658. "heat_effect" "weapon_muzzle_smoke"
  16659. "addon_location" "primary_rifle"
  16660. "eject_brass_effect" "weapon_shell_casing_rifle"
  16661. "tracer_effect" "weapon_tracers_assrifle"
  16662. "weapon_type" "Rifle"
  16663. "player_animation_extension" "galilar"
  16664. "primary_ammo" "BULLET_PLAYER_556MM"
  16665. "sound_single_shot" "Weapon_GalilAR.Single"
  16666. "sound_nearlyempty" "Default.nearlyempty"
  16667. }
  16668. }
  16669. "weapon_m4a1_prefab"
  16670. {
  16671. "prefab" "rifle"
  16672. "item_class" "weapon_m4a1"
  16673. "item_name" "#SFUI_WPNHUD_M4A1"
  16674. "item_description" "#CSGO_Item_Desc_M4A4"
  16675. "item_rarity" "uncommon"
  16676. "image_inventory" "econ/weapons/base_weapons/weapon_m4a1"
  16677. "model_player" "models/weapons/v_rif_m4a1.mdl"
  16678. "model_world" "models/weapons/w_rif_m4a1.mdl"
  16679. "model_dropped" "models/weapons/w_rif_m4a1_dropped.mdl"
  16680. "icon_default_image" "materials/icons/inventory_icon_weapon_m4a1.vtf"
  16681. "stickers"
  16682. {
  16683. "0"
  16684. {
  16685. "viewmodel_material" "materials/models/weapons/customization/rif_m4a1/rif_m4a1_decal_a.vmt"
  16686. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_m4a1_decal_a.mdl"
  16687. "worldmodel_decal_pos" "4.68044 -1.48398 -1.69485"
  16688. }
  16689. "1"
  16690. {
  16691. "viewmodel_material" "materials/models/weapons/customization/rif_m4a1/rif_m4a1_decal_b.vmt"
  16692. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_m4a1_decal_b.mdl"
  16693. "worldmodel_decal_pos" "4.68044 -0.142594 1.60586"
  16694. }
  16695. "2"
  16696. {
  16697. "viewmodel_material" "materials/models/weapons/customization/rif_m4a1/rif_m4a1_decal_c.vmt"
  16698. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_m4a1_decal_c.mdl"
  16699. "worldmodel_decal_pos" "4.68044 -2.99986 3.05251"
  16700. }
  16701. "3"
  16702. {
  16703. "viewmodel_material" "materials/models/weapons/customization/rif_m4a1/rif_m4a1_decal_d.vmt"
  16704. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_m4a1_decal_d.mdl"
  16705. "worldmodel_decal_pos" "4.68044 -0.615597 -10.4655"
  16706. }
  16707. }
  16708. "used_by_classes"
  16709. {
  16710. "counter-terrorists" "1"
  16711. }
  16712. "attributes"
  16713. {
  16714. "magazine model" "models/weapons/w_rif_m4a1_mag.mdl"
  16715. "primary reserve ammo max" "90"
  16716. "recovery time crouch" "0.242100"
  16717. "recovery time crouch final" "0.332888"
  16718. "recovery time stand" "0.338941"
  16719. "recovery time stand final" "0.466044"
  16720. "inaccuracy crouch" "4.100000"
  16721. "inaccuracy jump initial" "94.410004"
  16722. "inaccuracy jump" "97.269997"
  16723. "inaccuracy jump alt" "97.269997"
  16724. "heat per shot" "0.350000"
  16725. "addon scale" "1.000000"
  16726. "tracer frequency" "3"
  16727. "max player speed" "225"
  16728. "is full auto" "1"
  16729. "in game price" "3100"
  16730. "armor ratio" "1.400000"
  16731. "penetration" "2"
  16732. "damage" "33"
  16733. "range" "8192"
  16734. "range modifier" "0.970000"
  16735. "cycletime" "0.090000"
  16736. "time to idle" "1.500000"
  16737. "idle interval" "60"
  16738. "flinch velocity modifier large" "0.400000"
  16739. "flinch velocity modifier small" "0.550000"
  16740. "spread" "0.600000"
  16741. "inaccuracy stand" "4.900000"
  16742. "inaccuracy land" "0.192000"
  16743. "inaccuracy ladder" "110.994003"
  16744. "inaccuracy fire" "7.000000"
  16745. "inaccuracy move" "137.880005"
  16746. "spread alt" "0.450000"
  16747. "inaccuracy crouch alt" "3.680000"
  16748. "inaccuracy stand alt" "4.900000"
  16749. "inaccuracy land alt" "0.197000"
  16750. "inaccuracy ladder alt" "113.671997"
  16751. "inaccuracy fire alt" "6.340000"
  16752. "inaccuracy move alt" "122.000000"
  16753. "recoil seed" "38965"
  16754. "recoil angle" "0"
  16755. "recoil angle variance" "70"
  16756. "recoil magnitude" "23"
  16757. "recoil magnitude variance" "0"
  16758. "primary clip size" "30"
  16759. "weapon weight" "25"
  16760. "rumble effect" "4"
  16761. "max player speed alt" "225"
  16762. "recoil angle alt" "0"
  16763. "recoil angle variance alt" "70"
  16764. "recoil magnitude alt" "23"
  16765. "recoil magnitude variance alt" "0"
  16766. }
  16767. "inventory_image_data"
  16768. {
  16769. "camera_angles" "-2.0 -135.0 0.0"
  16770. "camera_offset" "22.0 3.9 -3.0"
  16771. "point_light_accent"
  16772. {
  16773. "position" "20 3 7"
  16774. "color" "0.25 0.25 0.25"
  16775. }
  16776. }
  16777. "paint_data"
  16778. {
  16779. "PaintableMaterial0"
  16780. {
  16781. "Name" "rif_m4a1"
  16782. "ViewmodelDim" "2048"
  16783. "WorldDim" "512"
  16784. "BaseTextureOverride" "0"
  16785. "WeaponLength" "35.322601"
  16786. "UVScale" "0.425000"
  16787. }
  16788. }
  16789. "visuals"
  16790. {
  16791. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_assaultrifle"
  16792. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_assaultrifle"
  16793. "heat_effect" "weapon_muzzle_smoke"
  16794. "addon_location" "primary_rifle"
  16795. "eject_brass_effect" "weapon_shell_casing_rifle"
  16796. "tracer_effect" "weapon_tracers_assrifle"
  16797. "weapon_type" "Rifle"
  16798. "player_animation_extension" "m4"
  16799. "primary_ammo" "BULLET_PLAYER_556MM"
  16800. "sound_single_shot" "Weapon_M4A1.Single"
  16801. "sound_special1" "Weapon_M4A1.Silenced"
  16802. "sound_nearlyempty" "Default.nearlyempty"
  16803. }
  16804. }
  16805. "weapon_sg556_prefab"
  16806. {
  16807. "prefab" "rifle"
  16808. "item_class" "weapon_sg556"
  16809. "item_name" "#SFUI_WPNHUD_SG556"
  16810. "item_description" "#CSGO_Item_Desc_SG553"
  16811. "item_rarity" "common"
  16812. "image_inventory" "econ/weapons/base_weapons/weapon_sg556"
  16813. "model_player" "models/weapons/v_rif_sg556.mdl"
  16814. "model_world" "models/weapons/w_rif_sg556.mdl"
  16815. "model_dropped" "models/weapons/w_rif_sg556_dropped.mdl"
  16816. "icon_default_image" "materials/icons/inventory_icon_weapon_sg556.vtf"
  16817. "zoom_in_sound" "Weapon_sg556.ZoomIn"
  16818. "zoom_out_sound" "Weapon_sg556.ZoomOut"
  16819. "stickers"
  16820. {
  16821. "0"
  16822. {
  16823. "viewmodel_material" "materials/models/weapons/customization/rif_sg556/rif_sg556_decal_a.vmt"
  16824. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_sg556_decal_a.mdl"
  16825. "worldmodel_decal_pos" "3.98088 -0.973739 -1.78859"
  16826. }
  16827. "1"
  16828. {
  16829. "viewmodel_material" "materials/models/weapons/customization/rif_sg556/rif_sg556_decal_b.vmt"
  16830. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_sg556_decal_b.mdl"
  16831. "worldmodel_decal_pos" "3.98088 -0.320671 1.4664"
  16832. }
  16833. "2"
  16834. {
  16835. "viewmodel_material" "materials/models/weapons/customization/rif_sg556/rif_sg556_decal_c.vmt"
  16836. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_sg556_decal_c.mdl"
  16837. "worldmodel_decal_pos" "3.98088 -1.23097 4.69249"
  16838. }
  16839. "3"
  16840. {
  16841. "viewmodel_material" "materials/models/weapons/customization/rif_sg556/rif_sg556_decal_d.vmt"
  16842. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_sg556_decal_d.mdl"
  16843. "worldmodel_decal_pos" "3.98088 2.35159 2.18556"
  16844. }
  16845. }
  16846. "used_by_classes"
  16847. {
  16848. "terrorists" "1"
  16849. }
  16850. "attributes"
  16851. {
  16852. "magazine model" "models/weapons/w_rif_sg556_mag.mdl"
  16853. "aimsight capable" "1"
  16854. "aimsight speed up" "10.000000"
  16855. "aimsight speed down" "8.000000"
  16856. "aimsight looseness" "0.030000"
  16857. "aimsight eye pos" "0.72 -5.12 -1.33"
  16858. "aimsight pivot angle" "0.52 0.04 0.72"
  16859. "aimsight fov" "45"
  16860. "aimsight pivot forward" "8"
  16861. "aimsight lens mask" "models/weapons/v_rif_sg556_scopelensmask.mdl"
  16862. "primary reserve ammo max" "90"
  16863. "tracer frequency alt" "3"
  16864. "inaccuracy jump initial" "78.790001"
  16865. "inaccuracy jump" "109.000000"
  16866. "inaccuracy jump alt" "109.000000"
  16867. "heat per shot" "0.350000"
  16868. "addon scale" "0.900000"
  16869. "tracer frequency" "3"
  16870. "max player speed" "210"
  16871. "max player speed alt" "150"
  16872. "is full auto" "1"
  16873. "in game price" "3000"
  16874. "armor ratio" "2.000000"
  16875. "crosshair min distance" "5"
  16876. "zoom levels" "1"
  16877. "zoom time 0" "0.060000"
  16878. "zoom fov 1" "45"
  16879. "zoom time 1" "0.100000"
  16880. "penetration" "2"
  16881. "damage" "30"
  16882. "range" "8192"
  16883. "cycletime" "0.090000"
  16884. "time to idle" "2"
  16885. "flinch velocity modifier large" "0.400000"
  16886. "flinch velocity modifier small" "0.550000"
  16887. "spread" "0.500000"
  16888. "inaccuracy crouch" "2.840000"
  16889. "inaccuracy stand" "3.780000"
  16890. "inaccuracy land" "0.188000"
  16891. "inaccuracy ladder" "83.660004"
  16892. "inaccuracy fire" "6.680000"
  16893. "inaccuracy move" "136.009995"
  16894. "spread alt" "0.300000"
  16895. "inaccuracy crouch alt" "1.040000"
  16896. "inaccuracy stand alt" "2.180000"
  16897. "inaccuracy land alt" "0.188000"
  16898. "inaccuracy ladder alt" "138.757996"
  16899. "inaccuracy fire alt" "6.680000"
  16900. "inaccuracy move alt" "136.009995"
  16901. "recovery time crouch" "0.379204"
  16902. "recovery time stand" "0.452886"
  16903. "recoil seed" "43500"
  16904. "recoil angle" "0"
  16905. "recoil angle variance" "60"
  16906. "recoil magnitude" "28"
  16907. "recoil magnitude variance" "2"
  16908. "recoil magnitude alt" "19"
  16909. "primary clip size" "30"
  16910. "weapon weight" "25"
  16911. "rumble effect" "4"
  16912. "recoil angle alt" "0"
  16913. "recoil angle variance alt" "60"
  16914. "recoil magnitude variance alt" "2"
  16915. "recovery time crouch final" "0.379204"
  16916. "recovery time stand final" "0.452886"
  16917. }
  16918. "inventory_image_data"
  16919. {
  16920. "camera_angles" "-12.0 -130.0 0.0"
  16921. "camera_offset" "17.0 3.3 -3.4"
  16922. }
  16923. "paint_data"
  16924. {
  16925. "PaintableMaterial0"
  16926. {
  16927. "Name" "rif_sg556"
  16928. "ViewmodelDim" "2048"
  16929. "WorldDim" "512"
  16930. "BaseTextureOverride" "0"
  16931. "WeaponLength" "36.341801"
  16932. "UVScale" "0.809000"
  16933. }
  16934. }
  16935. "visuals"
  16936. {
  16937. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_assaultrifle"
  16938. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_assaultrifle"
  16939. "heat_effect" "weapon_muzzle_smoke"
  16940. "addon_location" "primary_rifle"
  16941. "eject_brass_effect" "weapon_shell_casing_rifle"
  16942. "tracer_effect" "weapon_tracers_assrifle"
  16943. "weapon_type" "Rifle"
  16944. "player_animation_extension" "sg556"
  16945. "primary_ammo" "BULLET_PLAYER_556MM"
  16946. "sound_single_shot" "Weapon_SG556.Single"
  16947. "sound_nearlyempty" "Default.nearlyempty"
  16948. }
  16949. }
  16950. "weapon_awp_prefab"
  16951. {
  16952. "prefab" "sniper_rifle"
  16953. "item_class" "weapon_awp"
  16954. "item_name" "#SFUI_WPNHUD_AWP"
  16955. "item_description" "#CSGO_Item_Desc_AWP"
  16956. "item_rarity" "uncommon"
  16957. "image_inventory" "econ/weapons/base_weapons/weapon_awp"
  16958. "model_player" "models/weapons/v_snip_awp.mdl"
  16959. "model_world" "models/weapons/w_snip_awp.mdl"
  16960. "model_dropped" "models/weapons/w_snip_awp_dropped.mdl"
  16961. "icon_default_image" "materials/icons/inventory_icon_weapon_awp.vtf"
  16962. "zoom_in_sound" "Weapon_AWP.Zoom"
  16963. "zoom_out_sound" "Weapon_AWP.Zoom"
  16964. "stickers"
  16965. {
  16966. "0"
  16967. {
  16968. "viewmodel_material" "materials/models/weapons/customization/snip_awp/snip_awp_decal_a.vmt"
  16969. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_awp_decal_a.mdl"
  16970. "worldmodel_decal_pos" "6.59995 -3.74073 -8.22526"
  16971. }
  16972. "1"
  16973. {
  16974. "viewmodel_material" "materials/models/weapons/customization/snip_awp/snip_awp_decal_b.vmt"
  16975. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_awp_decal_b.mdl"
  16976. "worldmodel_decal_pos" "6.59995 -2.05448 0.438974"
  16977. }
  16978. "2"
  16979. {
  16980. "viewmodel_material" "materials/models/weapons/customization/snip_awp/snip_awp_decal_c.vmt"
  16981. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_awp_decal_c.mdl"
  16982. "worldmodel_decal_pos" "6.59995 -2.45321 5.47063"
  16983. }
  16984. "3"
  16985. {
  16986. "viewmodel_material" "materials/models/weapons/customization/snip_awp/snip_awp_decal_d.vmt"
  16987. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_awp_decal_d.mdl"
  16988. "worldmodel_decal_pos" "6.59995 1.43277 9.50265"
  16989. }
  16990. }
  16991. "used_by_classes"
  16992. {
  16993. "terrorists" "1"
  16994. "counter-terrorists" "1"
  16995. }
  16996. "inventory_image_data"
  16997. {
  16998. "camera_angles" "-5.0 -140.0 0.0"
  16999. "camera_offset" "25.0 0.6 -3.5"
  17000. "spot_light_key"
  17001. {
  17002. "position" "-90 80 220"
  17003. "color" "2 2.1 2.3"
  17004. "lookat" "0.0 0.0 0.0"
  17005. "inner_cone" "0.500000"
  17006. "outer_cone" "1.000000"
  17007. }
  17008. "spot_light_rim"
  17009. {
  17010. "position" "0 -130 -80"
  17011. "color" "3 5 5"
  17012. "lookat" "0.0 0.0 0.0"
  17013. "inner_cone" "0.040000"
  17014. "outer_cone" "0.500000"
  17015. }
  17016. "point_light_accent"
  17017. {
  17018. "position" "0 20 25"
  17019. "color" "3 3 3"
  17020. }
  17021. }
  17022. "attributes"
  17023. {
  17024. "magazine model" "models/weapons/w_snip_awp_mag.mdl"
  17025. "unzoom after shot" "1"
  17026. "primary reserve ammo max" "30"
  17027. "inaccuracy jump initial" "172.860001"
  17028. "inaccuracy jump" "133.830002"
  17029. "inaccuracy jump alt" "133.830002"
  17030. "heat per shot" "1.500000"
  17031. "addon scale" "0.900000"
  17032. "max player speed" "200"
  17033. "max player speed alt" "100"
  17034. "in game price" "4750"
  17035. "kill award" "100"
  17036. "armor ratio" "1.950000"
  17037. "crosshair min distance" "8"
  17038. "zoom levels" "2"
  17039. "zoom time 0" "0.050000"
  17040. "zoom fov 1" "40"
  17041. "zoom time 1" "0.050000"
  17042. "zoom fov 2" "10"
  17043. "zoom time 2" "0.050000"
  17044. "hide view model zoomed" "1"
  17045. "penetration" "2.500000"
  17046. "damage" "115"
  17047. "range" "8192"
  17048. "range modifier" "0.990000"
  17049. "cycletime" "1.455000"
  17050. "time to idle" "2"
  17051. "idle interval" "60"
  17052. "flinch velocity modifier large" "0.350000"
  17053. "flinch velocity modifier small" "0.400000"
  17054. "inaccuracy reload" "0"
  17055. "spread" "0.200000"
  17056. "inaccuracy crouch" "60.599998"
  17057. "inaccuracy stand" "80.800003"
  17058. "inaccuracy land" "0.307000"
  17059. "inaccuracy ladder" "136.500000"
  17060. "inaccuracy fire" "53.849998"
  17061. "inaccuracy move" "176.479996"
  17062. "spread alt" "0.200000"
  17063. "inaccuracy crouch alt" "1.500000"
  17064. "inaccuracy stand alt" "2.000000"
  17065. "inaccuracy land alt" "0.100000"
  17066. "inaccuracy ladder alt" "136.500000"
  17067. "inaccuracy fire alt" "53.849998"
  17068. "inaccuracy move alt" "176.479996"
  17069. "recovery time crouch" "0.246710"
  17070. "recovery time stand" "0.345390"
  17071. "recoil angle" "0"
  17072. "recoil angle variance" "20"
  17073. "recoil magnitude" "78"
  17074. "recoil magnitude variance" "15"
  17075. "recoil seed" "4100"
  17076. "primary clip size" "10"
  17077. "weapon weight" "30"
  17078. "rumble effect" "2"
  17079. "recoil angle alt" "0"
  17080. "recoil angle variance alt" "20"
  17081. "recoil magnitude alt" "78"
  17082. "recoil magnitude variance alt" "15"
  17083. "recovery time crouch final" "0.246710"
  17084. "recovery time stand final" "0.345390"
  17085. }
  17086. "paint_data"
  17087. {
  17088. "PaintableMaterial0"
  17089. {
  17090. "Name" "snip_awp"
  17091. "OrigMat" "awp"
  17092. "ViewmodelDim" "2048"
  17093. "WorldDim" "512"
  17094. "BaseTextureOverride" "1"
  17095. "WeaponLength" "53.803902"
  17096. "UVScale" "1.029000"
  17097. }
  17098. }
  17099. "visuals"
  17100. {
  17101. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_awp"
  17102. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_awp"
  17103. "heat_effect" "weapon_muzzle_smoke"
  17104. "addon_location" "primary_sniper"
  17105. "eject_brass_effect" "weapon_shell_casing_50cal"
  17106. "tracer_effect" "weapon_tracers_rifle"
  17107. "weapon_type" "SniperRifle"
  17108. "player_animation_extension" "awp"
  17109. "primary_ammo" "BULLET_PLAYER_338MAG"
  17110. "sound_single_shot" "Weapon_AWP.Single"
  17111. "sound_nearlyempty" "Default.nearlyempty"
  17112. }
  17113. }
  17114. "weapon_g3sg1_prefab"
  17115. {
  17116. "prefab" "sniper_rifle"
  17117. "item_class" "weapon_g3sg1"
  17118. "item_name" "#SFUI_WPNHUD_G3SG1"
  17119. "item_description" "#CSGO_Item_Desc_G3SG1"
  17120. "item_rarity" "common"
  17121. "image_inventory" "econ/weapons/base_weapons/weapon_g3sg1"
  17122. "model_player" "models/weapons/v_snip_g3sg1.mdl"
  17123. "model_world" "models/weapons/w_snip_g3sg1.mdl"
  17124. "model_dropped" "models/weapons/w_snip_g3sg1_dropped.mdl"
  17125. "icon_default_image" "materials/icons/inventory_icon_weapon_g3sg1.vtf"
  17126. "zoom_in_sound" "Weapon_G3SG1.Zoom"
  17127. "zoom_out_sound" "Weapon_G3SG1.Zoom"
  17128. "stickers"
  17129. {
  17130. "0"
  17131. {
  17132. "viewmodel_material" "materials/models/weapons/customization/snip_g3sg1/snip_g3sg1_decal_a.vmt"
  17133. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_g3sg1_decal_a.mdl"
  17134. "worldmodel_decal_pos" "4.26159 -1.47014 -13.3375"
  17135. }
  17136. "1"
  17137. {
  17138. "viewmodel_material" "materials/models/weapons/customization/snip_g3sg1/snip_g3sg1_decal_b.vmt"
  17139. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_g3sg1_decal_b.mdl"
  17140. "worldmodel_decal_pos" "4.26159 -1.09835 -9.70334"
  17141. }
  17142. "2"
  17143. {
  17144. "viewmodel_material" "materials/models/weapons/customization/snip_g3sg1/snip_g3sg1_decal_c.vmt"
  17145. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_g3sg1_decal_c.mdl"
  17146. "worldmodel_decal_pos" "4.26159 -0.343464 -4.5291"
  17147. }
  17148. "3"
  17149. {
  17150. "viewmodel_material" "materials/models/weapons/customization/snip_g3sg1/snip_g3sg1_decal_d.vmt"
  17151. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_g3sg1_decal_d.mdl"
  17152. "worldmodel_decal_pos" "4.26159 3.07904 -5.97134"
  17153. }
  17154. "4"
  17155. {
  17156. "viewmodel_material" "materials/models/weapons/customization/snip_g3sg1/snip_g3sg1_decal_e.vmt"
  17157. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_g3sg1_decal_e.mdl"
  17158. "worldmodel_decal_pos" "4.26159 -0.172825 7.0548"
  17159. }
  17160. }
  17161. "used_by_classes"
  17162. {
  17163. "terrorists" "1"
  17164. }
  17165. "attributes"
  17166. {
  17167. "magazine model" "models/weapons/w_snip_g3sg1_mag.mdl"
  17168. "primary reserve ammo max" "90"
  17169. "inaccuracy jump initial" "107.690002"
  17170. "inaccuracy jump" "153.770004"
  17171. "inaccuracy jump alt" "153.770004"
  17172. "heat per shot" "0.350000"
  17173. "addon scale" "0.900000"
  17174. "max player speed" "215"
  17175. "max player speed alt" "120"
  17176. "is full auto" "1"
  17177. "in game price" "5000"
  17178. "armor ratio" "1.650000"
  17179. "crosshair min distance" "6"
  17180. "crosshair delta distance" "4"
  17181. "zoom levels" "2"
  17182. "zoom time 0" "0.050000"
  17183. "zoom fov 1" "40"
  17184. "zoom time 1" "0.050000"
  17185. "zoom fov 2" "15"
  17186. "zoom time 2" "0.050000"
  17187. "hide view model zoomed" "1"
  17188. "penetration" "2.500000"
  17189. "damage" "80"
  17190. "range" "8192"
  17191. "cycletime" "0.250000"
  17192. "time to idle" "1.800000"
  17193. "idle interval" "60"
  17194. "flinch velocity modifier large" "0.500000"
  17195. "flinch velocity modifier small" "0.650000"
  17196. "spread" "0.300000"
  17197. "inaccuracy crouch" "19.350000"
  17198. "inaccuracy stand" "25.799999"
  17199. "inaccuracy land" "0.262000"
  17200. "inaccuracy ladder" "116.389999"
  17201. "inaccuracy fire" "18.610001"
  17202. "inaccuracy move" "150.479996"
  17203. "spread alt" "0.300000"
  17204. "inaccuracy crouch alt" "1.500000"
  17205. "inaccuracy stand alt" "2.000000"
  17206. "inaccuracy land alt" "0.262000"
  17207. "inaccuracy ladder alt" "116.389999"
  17208. "inaccuracy fire alt" "18.610001"
  17209. "inaccuracy move alt" "150.479996"
  17210. "recovery time crouch" "0.388808"
  17211. "recovery time stand" "0.544331"
  17212. "recoil angle" "0"
  17213. "recoil angle variance" "30"
  17214. "recoil magnitude" "30"
  17215. "recoil magnitude variance" "4"
  17216. "recoil seed" "29908"
  17217. "primary clip size" "20"
  17218. "weapon weight" "20"
  17219. "rumble effect" "4"
  17220. "recoil angle alt" "0"
  17221. "recoil angle variance alt" "30"
  17222. "recoil magnitude alt" "30"
  17223. "recoil magnitude variance alt" "4"
  17224. "recovery time crouch final" "0.388808"
  17225. "recovery time stand final" "0.544331"
  17226. }
  17227. "inventory_image_data"
  17228. {
  17229. "camera_angles" "-5.0 -140.0 0.0"
  17230. "camera_offset" "28.0 2.7 -2.3"
  17231. }
  17232. "paint_data"
  17233. {
  17234. "PaintableMaterial0"
  17235. {
  17236. "Name" "snip_g3sg1"
  17237. "ViewmodelDim" "2048"
  17238. "WorldDim" "512"
  17239. "BaseTextureOverride" "1"
  17240. "WeaponLength" "41.975601"
  17241. "UVScale" "0.703000"
  17242. }
  17243. }
  17244. "visuals"
  17245. {
  17246. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_huntingrifle"
  17247. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_huntingrifle"
  17248. "heat_effect" "weapon_muzzle_smoke"
  17249. "addon_location" "primary_sniper"
  17250. "eject_brass_effect" "weapon_shell_casing_rifle"
  17251. "tracer_effect" "weapon_tracers_rifle"
  17252. "weapon_type" "SniperRifle"
  17253. "player_animation_extension" "g3"
  17254. "primary_ammo" "BULLET_PLAYER_762MM"
  17255. "sound_single_shot" "Weapon_G3SG1.Single"
  17256. "sound_nearlyempty" "Default.nearlyempty"
  17257. }
  17258. }
  17259. "weapon_scar20_prefab"
  17260. {
  17261. "prefab" "sniper_rifle"
  17262. "item_class" "weapon_scar20"
  17263. "item_name" "#SFUI_WPNHUD_SCAR20"
  17264. "item_description" "#CSGO_Item_Desc_SCAR20"
  17265. "item_rarity" "common"
  17266. "image_inventory" "econ/weapons/base_weapons/weapon_scar20"
  17267. "model_player" "models/weapons/v_snip_scar20.mdl"
  17268. "model_world" "models/weapons/w_snip_scar20.mdl"
  17269. "model_dropped" "models/weapons/w_snip_scar20_dropped.mdl"
  17270. "icon_default_image" "materials/icons/inventory_icon_weapon_scar20.vtf"
  17271. "zoom_in_sound" "Weapon_SCAR20.Zoom"
  17272. "zoom_out_sound" "Weapon_SCAR20.Zoom"
  17273. "stickers"
  17274. {
  17275. "0"
  17276. {
  17277. "viewmodel_material" "materials/models/weapons/customization/snip_scar20/snip_scar20_decal_a.vmt"
  17278. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_scar20_decal_a.mdl"
  17279. "worldmodel_decal_pos" "6.21142 -0.729553 -5.89217"
  17280. }
  17281. "1"
  17282. {
  17283. "viewmodel_material" "materials/models/weapons/customization/snip_scar20/snip_scar20_decal_b.vmt"
  17284. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_scar20_decal_b.mdl"
  17285. "worldmodel_decal_pos" "6.21142 -1.42952 -0.795702"
  17286. }
  17287. "2"
  17288. {
  17289. "viewmodel_material" "materials/models/weapons/customization/snip_scar20/snip_scar20_decal_c.vmt"
  17290. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_scar20_decal_c.mdl"
  17291. "worldmodel_decal_pos" "6.21142 -2.36369 3.14003"
  17292. }
  17293. "3"
  17294. {
  17295. "viewmodel_material" "materials/models/weapons/customization/snip_scar20/snip_scar20_decal_d.vmt"
  17296. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_scar20_decal_d.mdl"
  17297. "worldmodel_decal_pos" "6.21142 0.828503 4.35461"
  17298. }
  17299. }
  17300. "used_by_classes"
  17301. {
  17302. "counter-terrorists" "1"
  17303. }
  17304. "attributes"
  17305. {
  17306. "magazine model" "models/weapons/w_snip_scar20_mag.mdl"
  17307. "primary reserve ammo max" "90"
  17308. "inaccuracy jump initial" "107.690002"
  17309. "inaccuracy jump" "153.770004"
  17310. "inaccuracy jump alt" "153.770004"
  17311. "heat per shot" "0.350000"
  17312. "addon scale" "0.900000"
  17313. "max player speed" "215"
  17314. "max player speed alt" "120"
  17315. "is full auto" "1"
  17316. "in game price" "5000"
  17317. "armor ratio" "1.650000"
  17318. "crosshair min distance" "6"
  17319. "crosshair delta distance" "4"
  17320. "zoom levels" "2"
  17321. "zoom time 0" "0.050000"
  17322. "zoom fov 1" "40"
  17323. "zoom time 1" "0.050000"
  17324. "zoom fov 2" "15"
  17325. "zoom time 2" "0.050000"
  17326. "hide view model zoomed" "1"
  17327. "penetration" "2.500000"
  17328. "damage" "80"
  17329. "range" "8192"
  17330. "cycletime" "0.250000"
  17331. "time to idle" "1.800000"
  17332. "idle interval" "60"
  17333. "flinch velocity modifier large" "0.350000"
  17334. "flinch velocity modifier small" "0.400000"
  17335. "spread" "0.300000"
  17336. "inaccuracy crouch" "19.350000"
  17337. "inaccuracy stand" "25.799999"
  17338. "inaccuracy land" "0.262000"
  17339. "inaccuracy ladder" "116.389999"
  17340. "inaccuracy fire" "18.610001"
  17341. "inaccuracy move" "150.479996"
  17342. "spread alt" "0.300000"
  17343. "inaccuracy crouch alt" "1.500000"
  17344. "inaccuracy stand alt" "2.000000"
  17345. "inaccuracy land alt" "0.262000"
  17346. "inaccuracy ladder alt" "116.389999"
  17347. "inaccuracy fire alt" "18.610001"
  17348. "inaccuracy move alt" "150.479996"
  17349. "recovery time crouch" "0.388808"
  17350. "recovery time stand" "0.544331"
  17351. "recoil angle" "0"
  17352. "recoil angle variance" "30"
  17353. "recoil magnitude" "31"
  17354. "recoil magnitude variance" "4"
  17355. "recoil seed" "19364"
  17356. "primary clip size" "20"
  17357. "weapon weight" "20"
  17358. "rumble effect" "4"
  17359. "recoil angle alt" "0"
  17360. "recoil angle variance alt" "30"
  17361. "recoil magnitude alt" "31"
  17362. "recoil magnitude variance alt" "4"
  17363. "recovery time crouch final" "0.388808"
  17364. "recovery time stand final" "0.544331"
  17365. }
  17366. "inventory_image_data"
  17367. {
  17368. "camera_angles" "-5.0 -140.0 0.0"
  17369. "camera_offset" "30.0 2.0 -3.0"
  17370. }
  17371. "paint_data"
  17372. {
  17373. "PaintableMaterial0"
  17374. {
  17375. "Name" "snip_scar20"
  17376. "ViewmodelDim" "2048"
  17377. "WorldDim" "512"
  17378. "BaseTextureOverride" "1"
  17379. "WeaponLength" "44.051601"
  17380. "UVScale" "0.840000"
  17381. }
  17382. }
  17383. "visuals"
  17384. {
  17385. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_huntingrifle"
  17386. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_huntingrifle"
  17387. "heat_effect" "weapon_muzzle_smoke"
  17388. "addon_location" "primary_sniper"
  17389. "eject_brass_effect" "weapon_shell_casing_rifle"
  17390. "tracer_effect" "weapon_tracers_rifle"
  17391. "weapon_type" "SniperRifle"
  17392. "player_animation_extension" "scar20"
  17393. "primary_ammo" "BULLET_PLAYER_762MM"
  17394. "sound_single_shot" "Weapon_scar20.Single"
  17395. "sound_nearlyempty" "Default.nearlyempty"
  17396. }
  17397. }
  17398. "weapon_ssg08_prefab"
  17399. {
  17400. "prefab" "sniper_rifle"
  17401. "item_class" "weapon_ssg08"
  17402. "item_name" "#SFUI_WPNHUD_SSG08"
  17403. "item_description" "#CSGO_Item_Desc_SSG08"
  17404. "item_rarity" "common"
  17405. "image_inventory" "econ/weapons/base_weapons/weapon_ssg08"
  17406. "model_player" "models/weapons/v_snip_ssg08.mdl"
  17407. "model_world" "models/weapons/w_snip_ssg08.mdl"
  17408. "model_dropped" "models/weapons/w_snip_ssg08_dropped.mdl"
  17409. "icon_default_image" "materials/icons/inventory_icon_weapon_ssg08.vtf"
  17410. "zoom_in_sound" "Weapon_SSG08.Zoom"
  17411. "zoom_out_sound" "Weapon_SSG08.Zoom"
  17412. "stickers"
  17413. {
  17414. "0"
  17415. {
  17416. "viewmodel_material" "materials/models/weapons/customization/snip_ssg08/snip_ssg08_decal_a.vmt"
  17417. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_ssg08_decal_a.mdl"
  17418. "worldmodel_decal_pos" "8.63116 -2.90587 0.500683"
  17419. }
  17420. "1"
  17421. {
  17422. "viewmodel_material" "materials/models/weapons/customization/snip_ssg08/snip_ssg08_decal_b.vmt"
  17423. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_ssg08_decal_b.mdl"
  17424. "worldmodel_decal_pos" "8.63116 -2.62622 4.20457"
  17425. }
  17426. "2"
  17427. {
  17428. "viewmodel_material" "materials/models/weapons/customization/snip_ssg08/snip_ssg08_decal_c.vmt"
  17429. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_ssg08_decal_c.mdl"
  17430. "worldmodel_decal_pos" "8.63116 -4.04614 7.6089"
  17431. }
  17432. "3"
  17433. {
  17434. "viewmodel_material" "materials/models/weapons/customization/snip_ssg08/snip_ssg08_decal_d.vmt"
  17435. "viewmodel_geometry" "models/weapons/stickers/v_models/snip_ssg08_decal_d.mdl"
  17436. "worldmodel_decal_pos" "8.63116 -2.43748 11.1247"
  17437. }
  17438. }
  17439. "used_by_classes"
  17440. {
  17441. "counter-terrorists" "1"
  17442. "terrorists" "1"
  17443. }
  17444. "inventory_image_data"
  17445. {
  17446. "camera_angles" "-5.0 -140.0 0.0"
  17447. "camera_offset" "20.0 4.0 -2.4"
  17448. "spot_light_key"
  17449. {
  17450. "position" "-120 120 120"
  17451. "color" "2 2.1 2.3"
  17452. "lookat" "0.0 0.0 0.0"
  17453. "inner_cone" "0.500000"
  17454. "outer_cone" "1.000000"
  17455. }
  17456. }
  17457. "attributes"
  17458. {
  17459. "magazine model" "models/weapons/w_snip_ssg08_mag.mdl"
  17460. "unzoom after shot" "1"
  17461. "primary reserve ammo max" "90"
  17462. "inaccuracy jump initial" "208.720001"
  17463. "inaccuracy jump" "5.720000"
  17464. "inaccuracy jump alt" "5.720000"
  17465. "heat per shot" "0.500000"
  17466. "addon scale" "0.900000"
  17467. "max player speed" "230"
  17468. "max player speed alt" "230"
  17469. "in game price" "1700"
  17470. "armor ratio" "1.700000"
  17471. "crosshair min distance" "5"
  17472. "zoom levels" "2"
  17473. "zoom time 0" "0.050000"
  17474. "zoom fov 1" "40"
  17475. "zoom time 1" "0.050000"
  17476. "zoom fov 2" "15"
  17477. "zoom time 2" "0.050000"
  17478. "hide view model zoomed" "1"
  17479. "penetration" "2.500000"
  17480. "damage" "88"
  17481. "range" "8192"
  17482. "cycletime" "1.250000"
  17483. "time to idle" "1.800000"
  17484. "idle interval" "60"
  17485. "flinch velocity modifier large" "0.350000"
  17486. "flinch velocity modifier small" "0.400000"
  17487. "spread" "0.280000"
  17488. "inaccuracy crouch" "23.780001"
  17489. "inaccuracy stand" "31.700001"
  17490. "inaccuracy land" "0.215000"
  17491. "inaccuracy ladder" "95.489998"
  17492. "inaccuracy fire" "22.920000"
  17493. "inaccuracy move" "123.449997"
  17494. "spread alt" "0.230000"
  17495. "inaccuracy crouch alt" "2.800000"
  17496. "inaccuracy stand alt" "3.000000"
  17497. "inaccuracy land alt" "0.215000"
  17498. "inaccuracy ladder alt" "95.489998"
  17499. "inaccuracy fire alt" "22.920000"
  17500. "inaccuracy move alt" "123.449997"
  17501. "recovery time crouch" "0.055783"
  17502. "recovery time stand" "0.142096"
  17503. "recoil angle" "0"
  17504. "recoil angle variance" "20"
  17505. "recoil magnitude" "33"
  17506. "recoil magnitude variance" "15"
  17507. "recoil seed" "1278"
  17508. "primary clip size" "10"
  17509. "weapon weight" "30"
  17510. "rumble effect" "4"
  17511. "recoil angle alt" "0"
  17512. "recoil angle variance alt" "20"
  17513. "recoil magnitude alt" "33"
  17514. "recoil magnitude variance alt" "15"
  17515. "recovery time crouch final" "0.055783"
  17516. "recovery time stand final" "0.142096"
  17517. }
  17518. "paint_data"
  17519. {
  17520. "PaintableMaterial0"
  17521. {
  17522. "Name" "snip_ssg08"
  17523. "ViewmodelDim" "2048"
  17524. "WorldDim" "512"
  17525. "BaseTextureOverride" "1"
  17526. "WeaponLength" "49.181999"
  17527. "UVScale" "1.084000"
  17528. }
  17529. "PaintableMaterial1"
  17530. {
  17531. "Name" "snip_ssg08_scope"
  17532. "FolderName" "snip_ssg08"
  17533. "ViewmodelDim" "2048"
  17534. "WorldDim" "512"
  17535. "BaseTextureOverride" "0"
  17536. "WeaponLength" "13.859800"
  17537. "UVScale" "0.424000"
  17538. }
  17539. }
  17540. "visuals"
  17541. {
  17542. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_huntingrifle_FP"
  17543. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_huntingrifle"
  17544. "heat_effect" "weapon_muzzle_smoke"
  17545. "addon_location" "primary_sniper"
  17546. "eject_brass_effect" "weapon_shell_casing_rifle"
  17547. "tracer_effect" "weapon_tracers_assrifle"
  17548. "weapon_type" "SniperRifle"
  17549. "player_animation_extension" "ssg08"
  17550. "primary_ammo" "BULLET_PLAYER_762MM"
  17551. "sound_single_shot" "Weapon_SSG08.Single"
  17552. "sound_nearlyempty" "Default.nearlyempty"
  17553. }
  17554. }
  17555. "weapon_mag7_prefab"
  17556. {
  17557. "prefab" "shotgun"
  17558. "item_class" "weapon_mag7"
  17559. "item_name" "#SFUI_WPNHUD_Mag7"
  17560. "item_description" "#CSGO_Item_Desc_Mag7"
  17561. "image_inventory" "econ/weapons/base_weapons/weapon_mag7"
  17562. "model_player" "models/weapons/v_shot_mag7.mdl"
  17563. "model_world" "models/weapons/w_shot_mag7.mdl"
  17564. "model_dropped" "models/weapons/w_shot_mag7_dropped.mdl"
  17565. "icon_default_image" "materials/icons/inventory_icon_weapon_mag7.vtf"
  17566. "stickers"
  17567. {
  17568. "0"
  17569. {
  17570. "viewmodel_material" "materials/models/weapons/customization/shot_mag7/shot_mag7_decal_a.vmt"
  17571. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_mag7_decal_a.mdl"
  17572. "worldmodel_decal_pos" "3.00839 -0.899957 -3.85738"
  17573. }
  17574. "1"
  17575. {
  17576. "viewmodel_material" "materials/models/weapons/customization/shot_mag7/shot_mag7_decal_b.vmt"
  17577. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_mag7_decal_b.mdl"
  17578. "worldmodel_decal_pos" "3.00839 -1.55638 -1.16337"
  17579. }
  17580. "2"
  17581. {
  17582. "viewmodel_material" "materials/models/weapons/customization/shot_mag7/shot_mag7_decal_c.vmt"
  17583. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_mag7_decal_c.mdl"
  17584. "worldmodel_decal_pos" "3.00839 -0.992867 1.63766"
  17585. }
  17586. "3"
  17587. {
  17588. "viewmodel_material" "materials/models/weapons/customization/shot_mag7/shot_mag7_decal_d.vmt"
  17589. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_mag7_decal_d.mdl"
  17590. "worldmodel_decal_pos" "3.00839 -0.953268 4.99879"
  17591. }
  17592. }
  17593. "used_by_classes"
  17594. {
  17595. "counter-terrorists" "1"
  17596. }
  17597. "attributes"
  17598. {
  17599. "magazine model" "models/weapons/w_shot_mag7_mag.mdl"
  17600. "primary reserve ammo max" "32"
  17601. "is full auto" "0"
  17602. "inaccuracy jump initial" "52.639999"
  17603. "inaccuracy jump" "50.090000"
  17604. "heat per shot" "1.500000"
  17605. "addon scale" "0.900000"
  17606. "tracer frequency" "1"
  17607. "max player speed" "225"
  17608. "in game price" "1800"
  17609. "kill award" "900"
  17610. "armor ratio" "1.500000"
  17611. "crosshair min distance" "9"
  17612. "crosshair delta distance" "4"
  17613. "penetration" "1"
  17614. "damage" "30"
  17615. "range" "1400"
  17616. "range modifier" "0.450000"
  17617. "bullets" "8"
  17618. "cycletime" "0.850000"
  17619. "flinch velocity modifier large" "0.400000"
  17620. "flinch velocity modifier small" "0.450000"
  17621. "spread" "40.000000"
  17622. "inaccuracy crouch" "5.250000"
  17623. "inaccuracy stand" "7.000000"
  17624. "inaccuracy land" "0.103000"
  17625. "inaccuracy ladder" "134.259995"
  17626. "inaccuracy fire" "11.190000"
  17627. "inaccuracy move" "15.990000"
  17628. "recovery time crouch" "0.285521"
  17629. "recovery time stand" "0.399729"
  17630. "recoil angle variance" "20"
  17631. "recoil magnitude" "165"
  17632. "recoil magnitude variance" "25"
  17633. "recoil seed" "12518"
  17634. "spread seed" "19899236"
  17635. "primary clip size" "5"
  17636. "weapon weight" "20"
  17637. "rumble effect" "5"
  17638. "inaccuracy crouch alt" "5.250000"
  17639. "inaccuracy fire alt" "11.190000"
  17640. "inaccuracy jump alt" "50.090000"
  17641. "inaccuracy ladder alt" "134.259995"
  17642. "inaccuracy land alt" "0.103000"
  17643. "inaccuracy move alt" "15.990000"
  17644. "inaccuracy stand alt" "7.000000"
  17645. "max player speed alt" "225"
  17646. "recoil angle variance alt" "20"
  17647. "recoil magnitude alt" "165"
  17648. "recoil magnitude variance alt" "25"
  17649. "recovery time crouch final" "0.285521"
  17650. "recovery time stand final" "0.399729"
  17651. "spread alt" "40.000000"
  17652. }
  17653. "inventory_image_data"
  17654. {
  17655. "camera_angles" "-3.0 -130.0 0.0"
  17656. "camera_offset" "13.0 2.3 -1.7"
  17657. "spot_light_key"
  17658. {
  17659. "position" "-120 120 120"
  17660. "color" "2 2.1 2.3"
  17661. "lookat" "0.0 0.0 0.0"
  17662. "inner_cone" "0.500000"
  17663. "outer_cone" "1.000000"
  17664. }
  17665. "point_light_accent"
  17666. {
  17667. "position" "40 30 10"
  17668. "color" "0.25 0.25 0.25"
  17669. }
  17670. }
  17671. "paint_data"
  17672. {
  17673. "PaintableMaterial0"
  17674. {
  17675. "Name" "shot_mag7"
  17676. "ViewmodelDim" "2048"
  17677. "WorldDim" "512"
  17678. "BaseTextureOverride" "0"
  17679. "WeaponLength" "26.356800"
  17680. "UVScale" "0.612000"
  17681. }
  17682. }
  17683. "visuals"
  17684. {
  17685. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_autoshotgun"
  17686. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_autoshotgun"
  17687. "heat_effect" "weapon_muzzle_smoke"
  17688. "addon_location" "primary_shotgun"
  17689. "eject_brass_effect" "weapon_shell_casing_shotgun"
  17690. "tracer_effect" "weapon_tracers_shot"
  17691. "weapon_type" "Shotgun"
  17692. "player_animation_extension" "mag7"
  17693. "primary_ammo" "BULLET_PLAYER_BUCKSHOT"
  17694. "sound_single_shot" "Weapon_Mag7.Single"
  17695. "sound_nearlyempty" "Default.nearlyempty"
  17696. }
  17697. }
  17698. "weapon_nova_prefab"
  17699. {
  17700. "prefab" "shotgun"
  17701. "item_class" "weapon_nova"
  17702. "item_name" "#SFUI_WPNHUD_Nova"
  17703. "item_description" "#CSGO_Item_Desc_Nova"
  17704. "image_inventory" "econ/weapons/base_weapons/weapon_nova"
  17705. "model_player" "models/weapons/v_shot_nova.mdl"
  17706. "model_world" "models/weapons/w_shot_nova.mdl"
  17707. "model_dropped" "models/weapons/w_shot_nova_dropped.mdl"
  17708. "icon_default_image" "materials/icons/inventory_icon_weapon_nova.vtf"
  17709. "stickers"
  17710. {
  17711. "0"
  17712. {
  17713. "viewmodel_material" "materials/models/weapons/customization/shot_nova/shot_nova_decal_a.vmt"
  17714. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_nova_decal_a.mdl"
  17715. "worldmodel_decal_pos" "-0.834116 1.96027 -2.80232"
  17716. "worldmodel_decal_end" "-0.834116 -3.23734 2.3953"
  17717. }
  17718. "1"
  17719. {
  17720. "viewmodel_material" "materials/models/weapons/customization/shot_nova/shot_nova_decal_b.vmt"
  17721. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_nova_decal_b.mdl"
  17722. "worldmodel_decal_pos" "2.84688 -0.472176 0.0710886"
  17723. }
  17724. "2"
  17725. {
  17726. "viewmodel_material" "materials/models/weapons/customization/shot_nova/shot_nova_decal_c.vmt"
  17727. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_nova_decal_c.mdl"
  17728. "worldmodel_decal_pos" "2.84688 -0.174112 3.68293"
  17729. }
  17730. "3"
  17731. {
  17732. "viewmodel_material" "materials/models/weapons/customization/shot_nova/shot_nova_decal_d.vmt"
  17733. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_nova_decal_d.mdl"
  17734. "worldmodel_decal_pos" "2.84688 -0.0459781 7.01211"
  17735. }
  17736. }
  17737. "used_by_classes"
  17738. {
  17739. "terrorists" "1"
  17740. "counter-terrorists" "1"
  17741. }
  17742. "attributes"
  17743. {
  17744. "primary reserve ammo max" "32"
  17745. "is full auto" "0"
  17746. "inaccuracy jump initial" "109.699997"
  17747. "inaccuracy jump" "126.309998"
  17748. "heat per shot" "1.500000"
  17749. "addon scale" "0.900000"
  17750. "tracer frequency" "1"
  17751. "max player speed" "220"
  17752. "in game price" "1200"
  17753. "kill award" "900"
  17754. "armor ratio" "1.000000"
  17755. "crosshair min distance" "8"
  17756. "crosshair delta distance" "6"
  17757. "penetration" "0"
  17758. "damage" "26"
  17759. "range" "3000"
  17760. "range modifier" "0.700000"
  17761. "bullets" "9"
  17762. "cycletime" "0.880000"
  17763. "flinch velocity modifier large" "0.400000"
  17764. "flinch velocity modifier small" "0.450000"
  17765. "spread" "40.000000"
  17766. "inaccuracy crouch" "5.250000"
  17767. "inaccuracy stand" "7.000000"
  17768. "inaccuracy land" "0.236000"
  17769. "inaccuracy ladder" "78.750000"
  17770. "inaccuracy fire" "9.720000"
  17771. "inaccuracy move" "36.750000"
  17772. "recovery time crouch" "0.328941"
  17773. "recovery time stand" "0.460517"
  17774. "recoil angle" "0"
  17775. "recoil angle variance" "20"
  17776. "recoil magnitude" "143"
  17777. "recoil magnitude variance" "22"
  17778. "recoil seed" "7763"
  17779. "spread seed" "17514"
  17780. "primary clip size" "8"
  17781. "weapon weight" "20"
  17782. "rumble effect" "5"
  17783. "inaccuracy crouch alt" "5.250000"
  17784. "inaccuracy fire alt" "9.720000"
  17785. "inaccuracy jump alt" "126.309998"
  17786. "inaccuracy ladder alt" "78.750000"
  17787. "inaccuracy land alt" "0.236000"
  17788. "inaccuracy move alt" "36.750000"
  17789. "inaccuracy stand alt" "7.000000"
  17790. "max player speed alt" "220"
  17791. "recoil angle alt" "0"
  17792. "recoil angle variance alt" "20"
  17793. "recoil magnitude alt" "143"
  17794. "recoil magnitude variance alt" "22"
  17795. "recovery time crouch final" "0.328941"
  17796. "recovery time stand final" "0.460517"
  17797. "spread alt" "40.000000"
  17798. }
  17799. "inventory_image_data"
  17800. {
  17801. "camera_angles" "-5.0 -137.0 0.0"
  17802. "camera_offset" "15.0 5.7 -2.5"
  17803. "camera_fov" "45"
  17804. "spot_light_key"
  17805. {
  17806. "position" "-190 120 80"
  17807. "color" "3 3.15 3.45"
  17808. "lookat" "0.0 0.0 0.0"
  17809. "inner_cone" "0.500000"
  17810. "outer_cone" "1.000000"
  17811. }
  17812. "spot_light_rim"
  17813. {
  17814. "position" "0 -80 -110"
  17815. "color" "3 5 5"
  17816. "lookat" "0.0 0.0 0.0"
  17817. "inner_cone" "0.040000"
  17818. "outer_cone" "0.500000"
  17819. }
  17820. "point_light_accent"
  17821. {
  17822. "position" "90 0 0"
  17823. "color" "6 6 6"
  17824. }
  17825. }
  17826. "paint_data"
  17827. {
  17828. "PaintableMaterial0"
  17829. {
  17830. "Name" "shot_nova"
  17831. "ViewmodelDim" "2048"
  17832. "WorldDim" "512"
  17833. "BaseTextureOverride" "0"
  17834. "WeaponLength" "39.695000"
  17835. "UVScale" "0.744000"
  17836. }
  17837. }
  17838. "visuals"
  17839. {
  17840. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_autoshotgun"
  17841. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_autoshotgun"
  17842. "heat_effect" "weapon_muzzle_smoke"
  17843. "addon_location" "primary_shotgun"
  17844. "eject_brass_effect" "weapon_shell_casing_shotgun"
  17845. "tracer_effect" "weapon_tracers_shot"
  17846. "weapon_type" "Shotgun"
  17847. "player_animation_extension" "nova"
  17848. "primary_ammo" "BULLET_PLAYER_BUCKSHOT"
  17849. "sound_single_shot" "Weapon_Nova.Single"
  17850. "sound_nearlyempty" "Default.nearlyempty"
  17851. }
  17852. }
  17853. "weapon_sawedoff_prefab"
  17854. {
  17855. "prefab" "shotgun"
  17856. "item_class" "weapon_sawedoff"
  17857. "item_name" "#SFUI_WPNHUD_Sawedoff"
  17858. "item_description" "#CSGO_Item_Desc_SawedOff"
  17859. "image_inventory" "econ/weapons/base_weapons/weapon_sawedoff"
  17860. "model_player" "models/weapons/v_shot_sawedoff.mdl"
  17861. "model_world" "models/weapons/w_shot_sawedoff.mdl"
  17862. "model_dropped" "models/weapons/w_shot_sawedoff_dropped.mdl"
  17863. "icon_default_image" "materials/icons/inventory_icon_weapon_sawedoff.vtf"
  17864. "stickers"
  17865. {
  17866. "0"
  17867. {
  17868. "viewmodel_material" "materials/models/weapons/customization/shot_sawedoff/shot_sawedoff_decal_a.vmt"
  17869. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_sawedoff_decal_a.mdl"
  17870. "worldmodel_decal_pos" "3.83262 -0.159466 0.515205"
  17871. }
  17872. "1"
  17873. {
  17874. "viewmodel_material" "materials/models/weapons/customization/shot_sawedoff/shot_sawedoff_decal_b.vmt"
  17875. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_sawedoff_decal_b.mdl"
  17876. "worldmodel_decal_pos" "3.83262 -0.578349 3.14057"
  17877. }
  17878. "2"
  17879. {
  17880. "viewmodel_material" "materials/models/weapons/customization/shot_sawedoff/shot_sawedoff_decal_c.vmt"
  17881. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_sawedoff_decal_c.mdl"
  17882. "worldmodel_decal_pos" "3.83262 0.148002 6.48249"
  17883. }
  17884. "3"
  17885. {
  17886. "viewmodel_material" "materials/models/weapons/customization/shot_sawedoff/shot_sawedoff_decal_d.vmt"
  17887. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_sawedoff_decal_d.mdl"
  17888. "worldmodel_decal_pos" "3.83262 -0.00703843 13.8387"
  17889. }
  17890. }
  17891. "used_by_classes"
  17892. {
  17893. "terrorists" "1"
  17894. }
  17895. "attributes"
  17896. {
  17897. "primary reserve ammo max" "32"
  17898. "is full auto" "0"
  17899. "inaccuracy jump initial" "50.119999"
  17900. "inaccuracy jump" "57.700001"
  17901. "heat per shot" "1.500000"
  17902. "addon scale" "0.900000"
  17903. "tracer frequency" "1"
  17904. "max player speed" "210"
  17905. "in game price" "1200"
  17906. "kill award" "900"
  17907. "armor ratio" "1.500000"
  17908. "crosshair min distance" "9"
  17909. "crosshair delta distance" "4"
  17910. "penetration" "1"
  17911. "damage" "32"
  17912. "range" "650"
  17913. "range modifier" "0.450000"
  17914. "bullets" "8"
  17915. "cycletime" "0.850000"
  17916. "flinch velocity modifier large" "0.400000"
  17917. "flinch velocity modifier small" "0.450000"
  17918. "spread" "62.000000"
  17919. "inaccuracy crouch" "5.250000"
  17920. "inaccuracy stand" "7.000000"
  17921. "inaccuracy land" "0.108000"
  17922. "inaccuracy ladder" "36.000000"
  17923. "inaccuracy fire" "9.720000"
  17924. "inaccuracy move" "16.799999"
  17925. "recovery time crouch" "0.328941"
  17926. "recovery time stand" "0.460517"
  17927. "recoil angle variance" "20"
  17928. "recoil magnitude" "143"
  17929. "recoil magnitude variance" "22"
  17930. "recoil seed" "1089"
  17931. "spread seed" "9571223"
  17932. "primary clip size" "7"
  17933. "weapon weight" "20"
  17934. "rumble effect" "5"
  17935. "inaccuracy crouch alt" "5.250000"
  17936. "inaccuracy fire alt" "9.720000"
  17937. "inaccuracy jump alt" "57.700001"
  17938. "inaccuracy ladder alt" "36.000000"
  17939. "inaccuracy land alt" "0.108000"
  17940. "inaccuracy move alt" "16.799999"
  17941. "inaccuracy stand alt" "7.000000"
  17942. "max player speed alt" "210"
  17943. "recoil angle variance alt" "20"
  17944. "recoil magnitude alt" "143"
  17945. "recoil magnitude variance alt" "22"
  17946. "recovery time crouch final" "0.328941"
  17947. "recovery time stand final" "0.460517"
  17948. "spread alt" "62.000000"
  17949. }
  17950. "inventory_image_data"
  17951. {
  17952. "camera_angles" "-3.0 -130.0 0.0"
  17953. "camera_offset" "11.0 2.6 -2.3"
  17954. "spot_light_rim"
  17955. {
  17956. "position" "0 -80 -100"
  17957. "color" "3 5 5"
  17958. "lookat" "0.0 0.0 0.0"
  17959. "inner_cone" "0.040000"
  17960. "outer_cone" "0.500000"
  17961. }
  17962. "point_light_accent"
  17963. {
  17964. "position" "90 0 0"
  17965. "color" "2 2 2"
  17966. }
  17967. }
  17968. "paint_data"
  17969. {
  17970. "PaintableMaterial0"
  17971. {
  17972. "Name" "shot_sawedoff"
  17973. "OrigMat" "shot_sawedoff_01"
  17974. "ViewmodelDim" "2048"
  17975. "WorldDim" "512"
  17976. "BaseTextureOverride" "0"
  17977. "WeaponLength" "26.486500"
  17978. "UVScale" "0.445000"
  17979. }
  17980. }
  17981. "visuals"
  17982. {
  17983. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_autoshotgun"
  17984. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_autoshotgun"
  17985. "heat_effect" "weapon_muzzle_smoke"
  17986. "addon_location" "primary_shotgun"
  17987. "eject_brass_effect" "weapon_shell_casing_shotgun"
  17988. "tracer_effect" "weapon_tracers_shot"
  17989. "weapon_type" "Shotgun"
  17990. "player_animation_extension" "Sawedoff"
  17991. "primary_ammo" "BULLET_PLAYER_BUCKSHOT"
  17992. "sound_single_shot" "Weapon_Sawedoff.Single"
  17993. "sound_nearlyempty" "Default.nearlyempty"
  17994. }
  17995. }
  17996. "weapon_xm1014_prefab"
  17997. {
  17998. "prefab" "shotgun"
  17999. "item_class" "weapon_xm1014"
  18000. "item_name" "#SFUI_WPNHUD_xm1014"
  18001. "item_description" "#CSGO_Item_Desc_XM1014"
  18002. "image_inventory" "econ/weapons/base_weapons/weapon_xm1014"
  18003. "model_player" "models/weapons/v_shot_xm1014.mdl"
  18004. "model_world" "models/weapons/w_shot_xm1014.mdl"
  18005. "model_dropped" "models/weapons/w_shot_xm1014_dropped.mdl"
  18006. "icon_default_image" "materials/icons/inventory_icon_weapon_xm1014.vtf"
  18007. "stickers"
  18008. {
  18009. "0"
  18010. {
  18011. "viewmodel_material" "materials/models/weapons/customization/shot_xm1014/shot_xm1014_decal_a.vmt"
  18012. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_xm1014_decal_a.mdl"
  18013. "worldmodel_decal_pos" "4.07802 -2.0993 0.558244"
  18014. }
  18015. "1"
  18016. {
  18017. "viewmodel_material" "materials/models/weapons/customization/shot_xm1014/shot_xm1014_decal_b.vmt"
  18018. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_xm1014_decal_b.mdl"
  18019. "worldmodel_decal_pos" "4.07802 -1.42846 3.59596"
  18020. }
  18021. "2"
  18022. {
  18023. "viewmodel_material" "materials/models/weapons/customization/shot_xm1014/shot_xm1014_decal_c.vmt"
  18024. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_xm1014_decal_c.mdl"
  18025. "worldmodel_decal_pos" "4.07802 -1.42846 6.83013"
  18026. }
  18027. "3"
  18028. {
  18029. "viewmodel_material" "materials/models/weapons/customization/shot_xm1014/shot_xm1014_decal_d.vmt"
  18030. "viewmodel_geometry" "models/weapons/stickers/v_models/shot_xm1014_decal_d.mdl"
  18031. "worldmodel_decal_pos" "4.07802 -1.63849 10.201"
  18032. }
  18033. }
  18034. "used_by_classes"
  18035. {
  18036. "terrorists" "1"
  18037. "counter-terrorists" "1"
  18038. }
  18039. "attributes"
  18040. {
  18041. "primary reserve ammo max" "32"
  18042. "is full auto" "1"
  18043. "inaccuracy jump initial" "100.379997"
  18044. "inaccuracy jump" "130.830002"
  18045. "heat per shot" "1.500000"
  18046. "addon scale" "0.900000"
  18047. "tracer frequency" "1"
  18048. "max player speed" "215"
  18049. "in game price" "2000"
  18050. "kill award" "900"
  18051. "armor ratio" "1.600000"
  18052. "crosshair min distance" "9"
  18053. "crosshair delta distance" "4"
  18054. "penetration" "1"
  18055. "damage" "20"
  18056. "range" "3000"
  18057. "range modifier" "0.700000"
  18058. "bullets" "6"
  18059. "cycletime" "0.350000"
  18060. "flinch velocity modifier large" "0.400000"
  18061. "flinch velocity modifier small" "0.450000"
  18062. "spread" "38.000000"
  18063. "inaccuracy crouch" "5.250000"
  18064. "inaccuracy stand" "7.000000"
  18065. "inaccuracy land" "0.232000"
  18066. "inaccuracy ladder" "77.209999"
  18067. "inaccuracy fire" "8.830000"
  18068. "inaccuracy move" "36.029999"
  18069. "recovery time crouch" "0.361835"
  18070. "recovery time stand" "0.506569"
  18071. "recoil angle" "0"
  18072. "recoil angle variance" "20"
  18073. "recoil magnitude" "80"
  18074. "recoil magnitude variance" "20"
  18075. "recoil seed" "24862"
  18076. "spread seed" "817955"
  18077. "primary clip size" "7"
  18078. "weapon weight" "20"
  18079. "rumble effect" "5"
  18080. "inaccuracy crouch alt" "5.250000"
  18081. "inaccuracy fire alt" "8.830000"
  18082. "inaccuracy jump alt" "130.830002"
  18083. "inaccuracy ladder alt" "77.209999"
  18084. "inaccuracy land alt" "0.232000"
  18085. "inaccuracy move alt" "36.029999"
  18086. "inaccuracy stand alt" "7.000000"
  18087. "max player speed alt" "215"
  18088. "recoil angle alt" "0"
  18089. "recoil angle variance alt" "20"
  18090. "recoil magnitude alt" "80"
  18091. "recoil magnitude variance alt" "20"
  18092. "recovery time crouch final" "0.361835"
  18093. "recovery time stand final" "0.506569"
  18094. "spread alt" "38.000000"
  18095. }
  18096. "inventory_image_data"
  18097. {
  18098. "camera_angles" "-4.0 -137.0 0.0"
  18099. "camera_offset" "22.0 4.5 -2.5"
  18100. "spot_light_key"
  18101. {
  18102. "position" "-190 120 80"
  18103. "color" "3 3.15 3.45"
  18104. "lookat" "0.0 0.0 0.0"
  18105. "inner_cone" "0.500000"
  18106. "outer_cone" "1.000000"
  18107. }
  18108. "spot_light_rim"
  18109. {
  18110. "position" "0 -80 -110"
  18111. "color" "3 5 5"
  18112. "lookat" "0.0 0.0 0.0"
  18113. "inner_cone" "0.040000"
  18114. "outer_cone" "0.500000"
  18115. }
  18116. "point_light_accent"
  18117. {
  18118. "position" "90 0 0"
  18119. "color" "6 6 6"
  18120. }
  18121. }
  18122. "paint_data"
  18123. {
  18124. "PaintableMaterial0"
  18125. {
  18126. "Name" "shot_xm1014"
  18127. "ViewmodelDim" "2048"
  18128. "WorldDim" "512"
  18129. "BaseTextureOverride" "0"
  18130. "WeaponLength" "37.179401"
  18131. "UVScale" "0.540000"
  18132. }
  18133. }
  18134. "visuals"
  18135. {
  18136. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_autoshotgun"
  18137. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_autoshotgun"
  18138. "heat_effect" "weapon_muzzle_smoke"
  18139. "addon_location" "primary_shotgun"
  18140. "eject_brass_effect" "weapon_shell_casing_shotgun"
  18141. "tracer_effect" "weapon_tracers_shot"
  18142. "weapon_type" "Shotgun"
  18143. "player_animation_extension" "xm1014"
  18144. "primary_ammo" "BULLET_PLAYER_BUCKSHOT"
  18145. "sound_single_shot" "Weapon_XM1014.Single"
  18146. "sound_nearlyempty" "Default.nearlyempty"
  18147. }
  18148. }
  18149. "weapon_m249_prefab"
  18150. {
  18151. "prefab" "machinegun"
  18152. "item_class" "weapon_m249"
  18153. "item_name" "#SFUI_WPNHUD_M249"
  18154. "item_description" "#CSGO_Item_Desc_M249"
  18155. "image_inventory" "econ/weapons/base_weapons/weapon_m249"
  18156. "model_player" "models/weapons/v_mach_m249para.mdl"
  18157. "model_world" "models/weapons/w_mach_m249.mdl"
  18158. "model_dropped" "models/weapons/w_mach_m249_dropped.mdl"
  18159. "icon_default_image" "materials/icons/inventory_icon_weapon_m249.vtf"
  18160. "stickers"
  18161. {
  18162. "0"
  18163. {
  18164. "viewmodel_material" "materials/models/weapons/customization/mach_m249para/mach_m249para_decal_a.vmt"
  18165. "viewmodel_geometry" "models/weapons/stickers/v_models/mach_m249para_decal_a.mdl"
  18166. "worldmodel_decal_pos" "2.54733 1.61972 -4.21781"
  18167. }
  18168. "1"
  18169. {
  18170. "viewmodel_material" "materials/models/weapons/customization/mach_m249para/mach_m249para_decal_b.vmt"
  18171. "viewmodel_geometry" "models/weapons/stickers/v_models/mach_m249para_decal_b.mdl"
  18172. "worldmodel_decal_pos" "2.54733 -0.737351 -1.1101"
  18173. }
  18174. "2"
  18175. {
  18176. "viewmodel_material" "materials/models/weapons/customization/mach_m249para/mach_m249para_decal_c.vmt"
  18177. "viewmodel_geometry" "models/weapons/stickers/v_models/mach_m249para_decal_c.mdl"
  18178. "worldmodel_decal_pos" "2.54733 0.422171 2.34458"
  18179. }
  18180. "3"
  18181. {
  18182. "viewmodel_material" "materials/models/weapons/customization/mach_m249para/mach_m249para_decal_d.vmt"
  18183. "viewmodel_geometry" "models/weapons/stickers/v_models/mach_m249para_decal_d.mdl"
  18184. "worldmodel_decal_pos" "1.39755 -2.96088 3.20752"
  18185. "worldmodel_decal_end" "1.39755 -2.96088 12.263"
  18186. }
  18187. }
  18188. "used_by_classes"
  18189. {
  18190. "terrorists" "1"
  18191. "counter-terrorists" "1"
  18192. }
  18193. "attributes"
  18194. {
  18195. "primary reserve ammo max" "200"
  18196. "inaccuracy jump initial" "118.269997"
  18197. "inaccuracy jump" "279.470001"
  18198. "heat per shot" "0.350000"
  18199. "addon scale" "0.900000"
  18200. "tracer frequency" "1"
  18201. "max player speed" "195"
  18202. "is full auto" "1"
  18203. "in game price" "5200"
  18204. "armor ratio" "1.600000"
  18205. "crosshair min distance" "6"
  18206. "penetration" "2"
  18207. "damage" "32"
  18208. "range" "8192"
  18209. "range modifier" "0.970000"
  18210. "cycletime" "0.080000"
  18211. "time to idle" "1.600000"
  18212. "flinch velocity modifier large" "0.400000"
  18213. "flinch velocity modifier small" "0.550000"
  18214. "spread" "2.000000"
  18215. "inaccuracy crouch" "5.340000"
  18216. "inaccuracy stand" "7.700000"
  18217. "inaccuracy land" "0.398000"
  18218. "inaccuracy ladder" "132.809998"
  18219. "inaccuracy fire" "3.560000"
  18220. "inaccuracy move" "156.250000"
  18221. "recovery time crouch" "0.592093"
  18222. "recovery time stand" "0.828931"
  18223. "recoil angle" "0"
  18224. "recoil angle variance" "50"
  18225. "recoil magnitude" "25"
  18226. "recoil magnitude variance" "2"
  18227. "recoil seed" "50310"
  18228. "primary clip size" "100"
  18229. "weapon weight" "25"
  18230. "rumble effect" "2"
  18231. "inaccuracy crouch alt" "5.340000"
  18232. "inaccuracy fire alt" "3.560000"
  18233. "inaccuracy jump alt" "279.470001"
  18234. "inaccuracy ladder alt" "132.809998"
  18235. "inaccuracy land alt" "0.398000"
  18236. "inaccuracy move alt" "156.250000"
  18237. "inaccuracy stand alt" "7.700000"
  18238. "max player speed alt" "195"
  18239. "recoil angle alt" "0"
  18240. "recoil angle variance alt" "50"
  18241. "recoil magnitude alt" "25"
  18242. "recoil magnitude variance alt" "2"
  18243. "recovery time crouch final" "0.592093"
  18244. "recovery time stand final" "0.828931"
  18245. "spread alt" "2.000000"
  18246. }
  18247. "inventory_image_data"
  18248. {
  18249. "camera_angles" "-12.0 -142.0 0.0"
  18250. "camera_offset" "15.0 6.6 -2.0"
  18251. "point_light_accent"
  18252. {
  18253. "position" "40 30 10"
  18254. "color" "0.25 0.25 0.25"
  18255. }
  18256. }
  18257. "paint_data"
  18258. {
  18259. "PaintableMaterial0"
  18260. {
  18261. "Name" "mach_m249para"
  18262. "OrigMat" "m249"
  18263. "ViewmodelDim" "2048"
  18264. "WorldDim" "512"
  18265. "BaseTextureOverride" "0"
  18266. "WeaponLength" "47.733200"
  18267. "UVScale" "1.151000"
  18268. }
  18269. }
  18270. "visuals"
  18271. {
  18272. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_para_FP"
  18273. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_para"
  18274. "heat_effect" "weapon_muzzle_smoke"
  18275. "addon_location" "primary_mg"
  18276. "eject_brass_effect" "weapon_shell_casing_rifle"
  18277. "tracer_effect" "weapon_tracers_mach"
  18278. "weapon_type" "Machinegun"
  18279. "player_animation_extension" "m249"
  18280. "primary_ammo" "BULLET_PLAYER_556MM_BOX"
  18281. "sound_single_shot" "Weapon_M249.Single"
  18282. "sound_nearlyempty" "Default.nearlyempty"
  18283. }
  18284. }
  18285. "weapon_negev_prefab"
  18286. {
  18287. "prefab" "machinegun"
  18288. "item_class" "weapon_negev"
  18289. "item_name" "#SFUI_WPNHUD_Negev"
  18290. "item_description" "#CSGO_Item_Desc_Negev"
  18291. "image_inventory" "econ/weapons/base_weapons/weapon_negev"
  18292. "model_player" "models/weapons/v_mach_negev.mdl"
  18293. "model_world" "models/weapons/w_mach_negev.mdl"
  18294. "model_dropped" "models/weapons/w_mach_negev_dropped.mdl"
  18295. "icon_default_image" "materials/icons/inventory_icon_weapon_negev.vtf"
  18296. "stickers"
  18297. {
  18298. "0"
  18299. {
  18300. "viewmodel_material" "materials/models/weapons/customization/mach_negev/mach_negev_decal_a.vmt"
  18301. "viewmodel_geometry" "models/weapons/stickers/v_models/mach_negev_decal_a.mdl"
  18302. "worldmodel_decal_pos" "2.05443 0.308304 -3.33488"
  18303. }
  18304. "1"
  18305. {
  18306. "viewmodel_material" "materials/models/weapons/customization/mach_negev/mach_negev_decal_b.vmt"
  18307. "viewmodel_geometry" "models/weapons/stickers/v_models/mach_negev_decal_b.mdl"
  18308. "worldmodel_decal_pos" "2.05443 0.0774615 0.03991"
  18309. }
  18310. "2"
  18311. {
  18312. "viewmodel_material" "materials/models/weapons/customization/mach_negev/mach_negev_decal_c.vmt"
  18313. "viewmodel_geometry" "models/weapons/stickers/v_models/mach_negev_decal_c.mdl"
  18314. "worldmodel_decal_pos" "3.41455 -4.0248 5.52676"
  18315. }
  18316. "3"
  18317. {
  18318. "viewmodel_material" "materials/models/weapons/customization/mach_negev/mach_negev_decal_d.vmt"
  18319. "viewmodel_geometry" "models/weapons/stickers/v_models/mach_negev_decal_d.mdl"
  18320. "worldmodel_decal_pos" "1.92214 0.210319 9.16643"
  18321. }
  18322. }
  18323. "used_by_classes"
  18324. {
  18325. "terrorists" "1"
  18326. "counter-terrorists" "1"
  18327. }
  18328. "attributes"
  18329. {
  18330. "primary reserve ammo max" "300"
  18331. "attack movespeed factor" "0.500000"
  18332. "inaccuracy jump initial" "116.290001"
  18333. "inaccuracy jump" "292.230011"
  18334. "heat per shot" "0.350000"
  18335. "addon scale" "0.900000"
  18336. "tracer frequency" "1"
  18337. "max player speed" "150"
  18338. "is full auto" "1"
  18339. "in game price" "1700"
  18340. "armor ratio" "1.420000"
  18341. "crosshair min distance" "6"
  18342. "penetration" "2"
  18343. "damage" "35"
  18344. "range" "8192"
  18345. "range modifier" "0.970000"
  18346. "cycletime" "0.075000"
  18347. "time to idle" "1.600000"
  18348. "flinch velocity modifier large" "0.400000"
  18349. "flinch velocity modifier small" "0.550000"
  18350. "spread" "2"
  18351. "inaccuracy crouch" "7.630000"
  18352. "inaccuracy stand" "10.170000"
  18353. "inaccuracy land" "0.409000"
  18354. "inaccuracy ladder" "136.429993"
  18355. "inaccuracy fire" "30.000000"
  18356. "inaccuracy move" "159.139999"
  18357. "recovery time crouch" "0.250000"
  18358. "recovery time stand" "0.300000"
  18359. "recovery time crouch final" "0.080000"
  18360. "recovery time stand final" "0.100000"
  18361. "recoil angle" "0"
  18362. "recoil angle variance" "0"
  18363. "recoil magnitude" "20"
  18364. "recoil magnitude variance" "2"
  18365. "recoil seed" "57966"
  18366. "primary clip size" "150"
  18367. "weapon weight" "25"
  18368. "rumble effect" "2"
  18369. "inaccuracy crouch alt" "7.630000"
  18370. "inaccuracy fire alt" "3.370000"
  18371. "inaccuracy jump alt" "292.230011"
  18372. "inaccuracy ladder alt" "136.429993"
  18373. "inaccuracy land alt" "0.409000"
  18374. "inaccuracy move alt" "159.139999"
  18375. "inaccuracy stand alt" "10.170000"
  18376. "inaccuracy pitch shift" "-50.000000"
  18377. "inaccuracy alt sound threshold" "0.020000"
  18378. "max player speed alt" "150"
  18379. "recoil angle alt" "0"
  18380. "recoil angle variance alt" "0"
  18381. "recoil magnitude alt" "20"
  18382. "recoil magnitude variance alt" "2"
  18383. "spread alt" "2"
  18384. "recovery transition start bullet" "9"
  18385. "recovery transition end bullet" "12"
  18386. }
  18387. "inventory_image_data"
  18388. {
  18389. "camera_angles" "-6.0 -146.0 0.0"
  18390. "camera_offset" "24.0 5.4 -1.5"
  18391. "spot_light_key"
  18392. {
  18393. "position" "-120 120 120"
  18394. "color" "2 2.1 2.3"
  18395. "lookat" "0.0 0.0 0.0"
  18396. "inner_cone" "0.500000"
  18397. "outer_cone" "1.000000"
  18398. }
  18399. "point_light_accent"
  18400. {
  18401. "position" "40 30 30"
  18402. "color" "0.5 0.5 0.5"
  18403. }
  18404. }
  18405. "paint_data"
  18406. {
  18407. "PaintableMaterial0"
  18408. {
  18409. "Name" "mach_negev"
  18410. "ViewmodelDim" "2048"
  18411. "WorldDim" "512"
  18412. "BaseTextureOverride" "0"
  18413. "WeaponLength" "42.354000"
  18414. "UVScale" "0.740000"
  18415. }
  18416. }
  18417. "visuals"
  18418. {
  18419. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_para_FP"
  18420. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_para"
  18421. "heat_effect" "weapon_muzzle_smoke"
  18422. "addon_location" "primary_mg"
  18423. "eject_brass_effect" "weapon_shell_casing_rifle"
  18424. "tracer_effect" "weapon_tracers_mach"
  18425. "weapon_type" "Machinegun"
  18426. "player_animation_extension" "negev"
  18427. "primary_ammo" "BULLET_PLAYER_556MM_BOX"
  18428. "sound_single_shot" "Weapon_Negev.Single"
  18429. "sound_single_shot_accurate" "Weapon_Negev.SingleFocused"
  18430. "sound_nearlyempty" "Default.nearlyempty"
  18431. }
  18432. }
  18433. "weapon_decoy_prefab"
  18434. {
  18435. "prefab" "grenade"
  18436. "item_class" "weapon_decoy"
  18437. "item_name" "#SFUI_WPNHUD_DECOY"
  18438. "item_description" "#CSGO_Item_Desc_Decoy_Grenade"
  18439. "image_inventory" "econ/weapons/base_weapons/weapon_decoy"
  18440. "icon_default_image" "materials/icons/inventory_icon_weapon_decoy.vtf"
  18441. "model_player" "models/weapons/v_eq_decoy.mdl"
  18442. "model_world" "models/weapons/w_eq_decoy.mdl"
  18443. "model_dropped" "models/weapons/w_eq_decoy_dropped.mdl"
  18444. "used_by_classes"
  18445. {
  18446. "terrorists" "1"
  18447. "counter-terrorists" "1"
  18448. }
  18449. "attributes"
  18450. {
  18451. "max player speed" "245"
  18452. "in game price" "50"
  18453. "penetration" "1"
  18454. "damage" "50"
  18455. "range" "4096"
  18456. "range modifier" "0.990000"
  18457. "throw velocity" "750.000000"
  18458. "primary default clip size" "1"
  18459. "secondary default clip size" "1"
  18460. "weapon weight" "1"
  18461. "itemflag exhaustible" "1"
  18462. "max player speed alt" "245"
  18463. }
  18464. "visuals"
  18465. {
  18466. "weapon_type" "Grenade"
  18467. "player_animation_extension" "gren"
  18468. "primary_ammo" "AMMO_TYPE_DECOY"
  18469. "sound_single_shot" "Decoy.Throw"
  18470. "sound_nearlyempty" "Default.nearlyempty"
  18471. }
  18472. }
  18473. "weapon_flashbang_prefab"
  18474. {
  18475. "prefab" "grenade"
  18476. "item_class" "weapon_flashbang"
  18477. "item_name" "#SFUI_WPNHUD_FLASHBANG"
  18478. "item_description" "#CSGO_Item_Desc_Flashbang"
  18479. "image_inventory" "econ/weapons/base_weapons/weapon_flashbang"
  18480. "icon_default_image" "materials/icons/inventory_icon_weapon_flashbang.vtf"
  18481. "model_player" "models/weapons/v_eq_flashbang.mdl"
  18482. "model_world" "models/weapons/w_eq_flashbang.mdl"
  18483. "model_dropped" "models/weapons/w_eq_flashbang_dropped.mdl"
  18484. "used_by_classes"
  18485. {
  18486. "terrorists" "1"
  18487. "counter-terrorists" "1"
  18488. }
  18489. "attributes"
  18490. {
  18491. "max player speed" "245"
  18492. "in game price" "200"
  18493. "crosshair min distance" "7"
  18494. "penetration" "1"
  18495. "damage" "50"
  18496. "range" "4096"
  18497. "range modifier" "0.990000"
  18498. "throw velocity" "750.000000"
  18499. "primary default clip size" "1"
  18500. "secondary default clip size" "1"
  18501. "weapon weight" "1"
  18502. "itemflag exhaustible" "1"
  18503. "max player speed alt" "245"
  18504. }
  18505. "visuals"
  18506. {
  18507. "weapon_type" "Grenade"
  18508. "player_animation_extension" "gren"
  18509. "primary_ammo" "AMMO_TYPE_FLASHBANG"
  18510. "sound_single_shot" "Flashbang.Throw"
  18511. "sound_nearlyempty" "Default.nearlyempty"
  18512. }
  18513. }
  18514. "weapon_hegrenade_prefab"
  18515. {
  18516. "prefab" "explosive_grenade"
  18517. "item_class" "weapon_hegrenade"
  18518. "item_name" "#SFUI_WPNHUD_HE_Grenade"
  18519. "item_description" "#CSGO_Item_Desc_HE_Grenade"
  18520. "image_inventory" "econ/weapons/base_weapons/weapon_hegrenade"
  18521. "icon_default_image" "materials/icons/inventory_icon_weapon_hegrenade.vtf"
  18522. "model_player" "models/weapons/v_eq_fraggrenade.mdl"
  18523. "model_world" "models/weapons/w_eq_fraggrenade.mdl"
  18524. "model_dropped" "models/weapons/w_eq_fraggrenade_dropped.mdl"
  18525. "used_by_classes"
  18526. {
  18527. "counter-terrorists" "1"
  18528. "terrorists" "1"
  18529. }
  18530. }
  18531. "weapon_incgrenade_prefab"
  18532. {
  18533. "prefab" "grenade"
  18534. "item_class" "weapon_incgrenade"
  18535. "item_name" "#SFUI_WPNHUD_IncGrenade"
  18536. "item_description" "#CSGO_Item_Desc_Incindiary_Grenade"
  18537. "image_inventory" "econ/weapons/base_weapons/weapon_incgrenade"
  18538. "icon_default_image" "materials/icons/inventory_icon_weapon_incgrenade.vtf"
  18539. "model_player" "models/weapons/v_eq_incendiarygrenade.mdl"
  18540. "model_world" "models/weapons/w_eq_incendiarygrenade.mdl"
  18541. "model_dropped" "models/weapons/w_eq_incendiarygrenade_dropped.mdl"
  18542. "used_by_classes"
  18543. {
  18544. "counter-terrorists" "1"
  18545. }
  18546. "attributes"
  18547. {
  18548. "max player speed" "245"
  18549. "in game price" "600"
  18550. "crosshair min distance" "8"
  18551. "flinch velocity modifier large" "0.700000"
  18552. "flinch velocity modifier small" "0.800000"
  18553. "armor ratio" "1.475000"
  18554. "penetration" "1"
  18555. "damage" "40"
  18556. "range" "4096"
  18557. "range modifier" "0.990000"
  18558. "throw velocity" "750"
  18559. "primary default clip size" "1"
  18560. "secondary default clip size" "1"
  18561. "weapon weight" "2"
  18562. "itemflag exhaustible" "1"
  18563. "max player speed alt" "245"
  18564. }
  18565. "visuals"
  18566. {
  18567. "weapon_type" "Grenade"
  18568. "player_animation_extension" "gren"
  18569. "primary_ammo" "AMMO_TYPE_MOLOTOV"
  18570. "sound_single_shot" "IncGrenade.Throw"
  18571. "sound_nearlyempty" "Default.nearlyempty"
  18572. }
  18573. }
  18574. "weapon_molotov_prefab"
  18575. {
  18576. "prefab" "grenade"
  18577. "item_class" "weapon_molotov"
  18578. "item_name" "#SFUI_WPNHUD_MOLOTOV"
  18579. "item_description" "#CSGO_Item_Desc_Molotov"
  18580. "image_inventory" "econ/weapons/base_weapons/weapon_molotov"
  18581. "icon_default_image" "materials/icons/inventory_icon_weapon_molotov.vtf"
  18582. "model_player" "models/weapons/v_eq_molotov.mdl"
  18583. "model_world" "models/weapons/w_eq_molotov.mdl"
  18584. "model_dropped" "models/weapons/w_eq_molotov_dropped.mdl"
  18585. "used_by_classes"
  18586. {
  18587. "terrorists" "1"
  18588. }
  18589. "attributes"
  18590. {
  18591. "max player speed" "245"
  18592. "in game price" "400"
  18593. "crosshair min distance" "8"
  18594. "armor ratio" "1.800000"
  18595. "penetration" "1"
  18596. "damage" "40"
  18597. "range" "4096"
  18598. "range modifier" "0.990000"
  18599. "throw velocity" "750.000000"
  18600. "primary default clip size" "1"
  18601. "secondary default clip size" "1"
  18602. "weapon weight" "2"
  18603. "itemflag exhaustible" "1"
  18604. "max player speed alt" "245"
  18605. }
  18606. "visuals"
  18607. {
  18608. "weapon_type" "Grenade"
  18609. "player_animation_extension" "gren"
  18610. "primary_ammo" "AMMO_TYPE_MOLOTOV"
  18611. "sound_single_shot" "MolotovGrenade.Throw"
  18612. "sound_nearlyempty" "Default.nearlyempty"
  18613. }
  18614. }
  18615. "weapon_smokegrenade_prefab"
  18616. {
  18617. "prefab" "grenade"
  18618. "item_class" "weapon_smokegrenade"
  18619. "item_name" "#SFUI_WPNHUD_Smoke_Grenade"
  18620. "item_description" "#CSGO_Item_Desc_Smoke_Grenade"
  18621. "image_inventory" "econ/weapons/base_weapons/weapon_smokegrenade"
  18622. "icon_default_image" "materials/icons/inventory_icon_weapon_smokegrenade.vtf"
  18623. "model_player" "models/weapons/v_eq_smokegrenade.mdl"
  18624. "model_world" "models/weapons/w_eq_smokegrenade.mdl"
  18625. "model_dropped" "models/weapons/w_eq_smokegrenade_dropped.mdl"
  18626. "used_by_classes"
  18627. {
  18628. "terrorists" "1"
  18629. "counter-terrorists" "1"
  18630. }
  18631. "attributes"
  18632. {
  18633. "max player speed" "245"
  18634. "in game price" "300"
  18635. "armor ratio" "1.000000"
  18636. "penetration" "0"
  18637. "damage" "50"
  18638. "range" "4096"
  18639. "range modifier" "0.990000"
  18640. "throw velocity" "750.000000"
  18641. "primary default clip size" "1"
  18642. "secondary default clip size" "1"
  18643. "weapon weight" "2"
  18644. "itemflag exhaustible" "1"
  18645. "max player speed alt" "245"
  18646. }
  18647. "visuals"
  18648. {
  18649. "weapon_type" "Grenade"
  18650. "player_animation_extension" "gren"
  18651. "grenade_smoke_color" "0.0 0.8 0.0"
  18652. "primary_ammo" "AMMO_TYPE_SMOKEGRENADE"
  18653. "sound_single_shot" "SmokeGrenade.Throw"
  18654. "sound_nearlyempty" "Default.nearlyempty"
  18655. }
  18656. }
  18657. "weapon_tagrenade_prefab"
  18658. {
  18659. "prefab" "grenade"
  18660. "item_class" "weapon_tagrenade"
  18661. "item_name" "#SFUI_WPNHUD_TAGrenade"
  18662. "item_description" "#SFUI_WPNHUD_TAGrenade"
  18663. "image_inventory" "econ/weapons/base_weapons/weapon_tagrenade"
  18664. "icon_default_image" "materials/icons/inventory_icon_weapon_tagrenade.vtf"
  18665. "model_player" "models/weapons/v_sonar_bomb.mdl"
  18666. "model_world" "models/weapons/w_eq_sensorgrenade.mdl"
  18667. "model_dropped" "models/weapons/w_eq_sensorgrenade_dropped.mdl"
  18668. "used_by_classes"
  18669. {
  18670. "terrorists" "1"
  18671. "counter-terrorists" "1"
  18672. }
  18673. "attributes"
  18674. {
  18675. "max player speed" "245"
  18676. "in game price" "100"
  18677. "crosshair min distance" "8"
  18678. "armor ratio" "1.000000"
  18679. "penetration" "1"
  18680. "damage" "1"
  18681. "range" "4096"
  18682. "range modifier" "0.990000"
  18683. "throw velocity" "750.000000"
  18684. "primary default clip size" "1"
  18685. "secondary default clip size" "1"
  18686. "weapon weight" "1"
  18687. "itemflag exhaustible" "1"
  18688. "max player speed alt" "245"
  18689. }
  18690. "visuals"
  18691. {
  18692. "weapon_type" "Grenade"
  18693. "player_animation_extension" "gren"
  18694. "primary_ammo" "AMMO_TYPE_TAGRENADE"
  18695. "sound_single_shot" "Decoy.Throw"
  18696. "sound_nearlyempty" "Default.nearlyempty"
  18697. }
  18698. }
  18699. "weapon_m4a1_silencer_prefab"
  18700. {
  18701. "prefab" "rifle"
  18702. "item_class" "weapon_m4a1"
  18703. "item_name" "#SFUI_WPNHUD_M4_SILENCER"
  18704. "item_description" "#CSGO_Item_Desc_m4a1_silencer"
  18705. "item_rarity" "uncommon"
  18706. "image_inventory" "econ/weapons/base_weapons/weapon_m4a1_silencer"
  18707. "model_player" "models/weapons/v_rif_m4a1_s.mdl"
  18708. "model_world" "models/weapons/w_rif_m4a1_s.mdl"
  18709. "model_dropped" "models/weapons/w_rif_m4a1_s_dropped.mdl"
  18710. "icon_default_image" "materials/icons/inventory_icon_weapon_m4a1_silencer.vtf"
  18711. "stickers"
  18712. {
  18713. "0"
  18714. {
  18715. "viewmodel_material" "materials/models/weapons/customization/rif_m4a1_s/rif_m4a1_s_decal_a.vmt"
  18716. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_m4a1_s_decal_a.mdl"
  18717. "worldmodel_decal_pos" "5.84555 -0.430558 -2.30653"
  18718. }
  18719. "1"
  18720. {
  18721. "viewmodel_material" "materials/models/weapons/customization/rif_m4a1_s/rif_m4a1_s_decal_b.vmt"
  18722. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_m4a1_s_decal_b.mdl"
  18723. "worldmodel_decal_pos" "5.84555 -3.0645 3.20751"
  18724. }
  18725. "2"
  18726. {
  18727. "viewmodel_material" "materials/models/weapons/customization/rif_m4a1_s/rif_m4a1_s_decal_c.vmt"
  18728. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_m4a1_s_decal_c.mdl"
  18729. "worldmodel_decal_pos" "5.84555 -1.2629 0.385118"
  18730. }
  18731. "3"
  18732. {
  18733. "viewmodel_material" "materials/models/weapons/customization/rif_m4a1_s/rif_m4a1_s_decal_d.vmt"
  18734. "viewmodel_geometry" "models/weapons/stickers/v_models/rif_m4a1_s_decal_d.mdl"
  18735. "worldmodel_decal_pos" "5.84555 0.245251 7.90765"
  18736. }
  18737. }
  18738. "used_by_classes"
  18739. {
  18740. "counter-terrorists" "1"
  18741. }
  18742. "inventory_image_data"
  18743. {
  18744. "camera_angles" "2.0 -135.0 0.0"
  18745. "camera_offset" "13.0 5.1 -4.0"
  18746. }
  18747. "attributes"
  18748. {
  18749. "icon display model" "models/weapons/w_rif_m4a1_s_icon.mdl"
  18750. "magazine model" "models/weapons/w_rif_m4a1_s_mag.mdl"
  18751. "primary reserve ammo max" "40"
  18752. "is full auto" "1"
  18753. "time between burst shots" "0.090000"
  18754. "has silencer" "1"
  18755. "in game price" "3100"
  18756. "primary clip size" "20"
  18757. "heat per shot" "0.350000"
  18758. "addon scale" "0.900000"
  18759. "tracer frequency" "3"
  18760. "tracer frequency alt" "0"
  18761. "max player speed" "225"
  18762. "max player speed alt" "225"
  18763. "crosshair min distance" "4"
  18764. "crosshair delta distance" "3"
  18765. "penetration" "2"
  18766. "damage" "33"
  18767. "range" "8192"
  18768. "range modifier" "0.990000"
  18769. "bullets" "1"
  18770. "cycletime" "0.100000"
  18771. "time to idle" "1.500000"
  18772. "idle interval" "60"
  18773. "flinch velocity modifier large" "0.400000"
  18774. "flinch velocity modifier small" "0.400000"
  18775. "spread" "0.600000"
  18776. "inaccuracy stand" "4.900000"
  18777. "inaccuracy jump initial" "96.769997"
  18778. "inaccuracy jump" "99.699997"
  18779. "inaccuracy land" "0.197000"
  18780. "inaccuracy ladder" "110.994003"
  18781. "inaccuracy fire" "12.000000"
  18782. "inaccuracy move" "92.879997"
  18783. "spread alt" "0.500000"
  18784. "inaccuracy stand alt" "4.900000"
  18785. "inaccuracy jump alt" "99.699997"
  18786. "inaccuracy land alt" "0.197000"
  18787. "inaccuracy ladder alt" "113.671997"
  18788. "inaccuracy fire alt" "7.000000"
  18789. "inaccuracy move alt" "122.000000"
  18790. "recoil seed" "38965"
  18791. "recoil angle" "0"
  18792. "recoil angle alt" "0"
  18793. "recoil angle variance" "65"
  18794. "recoil angle variance alt" "65"
  18795. "recoil magnitude" "25"
  18796. "recoil magnitude variance" "3"
  18797. "recoil magnitude alt" "21"
  18798. "recoil magnitude variance alt" "0"
  18799. "recovery time crouch" "0.242100"
  18800. "recovery time crouch final" "0.332888"
  18801. "recovery time stand" "0.338941"
  18802. "recovery time stand final" "0.466044"
  18803. "inaccuracy crouch" "4.100000"
  18804. "inaccuracy crouch alt" "4.100000"
  18805. "addon scale" "1.000000"
  18806. "armor ratio" "1.400000"
  18807. "weapon weight" "25"
  18808. "rumble effect" "4"
  18809. }
  18810. "paint_data"
  18811. {
  18812. "PaintableMaterial0"
  18813. {
  18814. "Name" "rif_m4a1_s"
  18815. "ViewmodelDim" "2048"
  18816. "WorldDim" "512"
  18817. "BaseTextureOverride" "0"
  18818. "WeaponLength" "47.460999"
  18819. "UVScale" "0.916700"
  18820. }
  18821. }
  18822. "visuals"
  18823. {
  18824. "primary_ammo" "BULLET_PLAYER_556MM_SMALL"
  18825. "weapon_type" "Rifle"
  18826. "addon_location" "primary_rifle"
  18827. "eject_brass_effect" "weapon_shell_casing_rifle"
  18828. "tracer_effect" "weapon_tracers_assrifle"
  18829. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_assaultrifle"
  18830. "muzzle_flash_effect_1st_person_alt" "weapon_muzzle_flash_assaultrifle_silenced"
  18831. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_assaultrifle"
  18832. "muzzle_flash_effect_3rd_person_alt" "weapon_muzzle_flash_assaultrifle_silenced"
  18833. "heat_effect" "weapon_muzzle_smoke"
  18834. "player_animation_extension" "m4_s"
  18835. "sound_single_shot" "Weapon_M4A1.SilencedSingle"
  18836. "sound_special1" "Weapon_M4A1.Silenced"
  18837. "sound_nearlyempty" "Default.nearlyempty"
  18838. }
  18839. }
  18840. "weapon_usp_silencer_prefab"
  18841. {
  18842. "prefab" "secondary"
  18843. "item_class" "weapon_hkp2000"
  18844. "item_name" "#SFUI_WPNHUD_USP_SILENCER"
  18845. "item_description" "#CSGO_Item_Desc_usp_silencer"
  18846. "item_rarity" "uncommon"
  18847. "image_inventory" "econ/weapons/base_weapons/weapon_usp_silencer"
  18848. "model_player" "models/weapons/v_pist_223.mdl"
  18849. "model_world" "models/weapons/w_pist_223.mdl"
  18850. "model_dropped" "models/weapons/w_pist_223_dropped.mdl"
  18851. "icon_default_image" "materials/icons/inventory_icon_weapon_usp_silencer.vtf"
  18852. "stickers"
  18853. {
  18854. "0"
  18855. {
  18856. "viewmodel_material" "materials/models/weapons/customization/pist_223/pist_223_decal_a.vmt"
  18857. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_223_decal_a.mdl"
  18858. "worldmodel_decal_pos" "3.91123 -3.83728 -2.80839"
  18859. }
  18860. "1"
  18861. {
  18862. "viewmodel_material" "materials/models/weapons/customization/pist_223/pist_223_decal_b.vmt"
  18863. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_223_decal_b.mdl"
  18864. "worldmodel_decal_pos" "3.91123 -0.668155 -2.19396"
  18865. }
  18866. "2"
  18867. {
  18868. "viewmodel_material" "materials/models/weapons/customization/pist_223/pist_223_decal_c.vmt"
  18869. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_223_decal_c.mdl"
  18870. "worldmodel_decal_pos" "3.91123 -0.53261 0.751452"
  18871. }
  18872. "3"
  18873. {
  18874. "viewmodel_material" "materials/models/weapons/customization/pist_223/pist_223_decal_d.vmt"
  18875. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_223_decal_d.mdl"
  18876. "worldmodel_decal_pos" "3.91123 -0.617352 3.43111"
  18877. }
  18878. }
  18879. "used_by_classes"
  18880. {
  18881. "counter-terrorists" "1"
  18882. }
  18883. "inventory_image_data"
  18884. {
  18885. "camera_angles" "-1.0 -125.0 0.0"
  18886. "camera_offset" "12.0 1.5 -1.8"
  18887. "camera_fov" "30.000000"
  18888. }
  18889. "attributes"
  18890. {
  18891. "magazine model" "models/weapons/w_pist_223_mag.mdl"
  18892. "has silencer" "1"
  18893. "spread" "2.500000"
  18894. "spread alt" "1.500000"
  18895. "inaccuracy fire" "71.000000"
  18896. "inaccuracy fire alt" "52.000000"
  18897. "inaccuracy move" "13.870000"
  18898. "inaccuracy jump initial" "96.599998"
  18899. "inaccuracy jump" "94.480003"
  18900. "inaccuracy jump alt" "94.480003"
  18901. "recoil magnitude" "29"
  18902. "recoil magnitude alt" "23"
  18903. "tracer frequency" "1"
  18904. "tracer frequency alt" "0"
  18905. "primary clip size" "12"
  18906. "primary reserve ammo max" "24"
  18907. "heat per shot" "0.300000"
  18908. "max player speed" "240"
  18909. "in game price" "200"
  18910. "armor ratio" "1.010000"
  18911. "crosshair min distance" "8"
  18912. "penetration" "1"
  18913. "damage" "35"
  18914. "range" "4096"
  18915. "range modifier" "0.910000"
  18916. "cycletime" "0.170000"
  18917. "flinch velocity modifier large" "0.500000"
  18918. "flinch velocity modifier small" "0.650000"
  18919. "inaccuracy crouch" "3.680000"
  18920. "inaccuracy stand" "4.900000"
  18921. "inaccuracy land" "0.191000"
  18922. "inaccuracy ladder" "138.320007"
  18923. "inaccuracy crouch alt" "3.680000"
  18924. "inaccuracy stand alt" "4.900000"
  18925. "inaccuracy land alt" "0.198000"
  18926. "inaccuracy ladder alt" "119.900002"
  18927. "inaccuracy move alt" "13.870000"
  18928. "recovery time crouch" "0.291277"
  18929. "recovery time stand" "0.349532"
  18930. "recoil angle" "0"
  18931. "recoil angle variance" "0"
  18932. "recoil magnitude variance" "0"
  18933. "recoil seed" "5426"
  18934. "weapon weight" "5"
  18935. "rumble effect" "1"
  18936. "max player speed alt" "240"
  18937. "recoil angle alt" "0"
  18938. "recoil angle variance alt" "0"
  18939. "recoil magnitude variance alt" "0"
  18940. "recovery time crouch final" "0.291277"
  18941. "recovery time stand final" "0.349532"
  18942. }
  18943. "paint_data"
  18944. {
  18945. "PaintableMaterial0"
  18946. {
  18947. "Name" "pist_223"
  18948. "FolderName" "pist_223"
  18949. "ViewmodelDim" "2048"
  18950. "WorldDim" "512"
  18951. "BaseTextureOverride" "0"
  18952. "WeaponLength" "18.016001"
  18953. "UVScale" "0.516000"
  18954. }
  18955. }
  18956. "visuals"
  18957. {
  18958. "sound_single_shot" "Weapon_USP.Single"
  18959. "sound_special1" "Weapon_USP.SilencedShot"
  18960. "primary_ammo" "BULLET_PLAYER_357SIG_SMALL"
  18961. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_pistol"
  18962. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_pistol"
  18963. "heat_effect" "weapon_muzzle_smoke"
  18964. "eject_brass_effect" "weapon_shell_casing_9mm"
  18965. "tracer_effect" "weapon_tracers_pistol"
  18966. "weapon_type" "Pistol"
  18967. "player_animation_extension" "pistol"
  18968. "sound_nearlyempty" "Default.nearlyempty"
  18969. }
  18970. }
  18971. "weapon_revolver_prefab"
  18972. {
  18973. "prefab" "secondary"
  18974. "item_class" "weapon_deagle"
  18975. "item_name" "#SFUI_WPNHUD_REVOLVER"
  18976. "item_description" "#CSGO_Item_Desc_Revolver"
  18977. "image_inventory" "econ/weapons/base_weapons/weapon_revolver"
  18978. "item_rarity" "common"
  18979. "model_player" "models/weapons/v_pist_revolver.mdl"
  18980. "model_world" "models/weapons/w_pist_revolver.mdl"
  18981. "model_dropped" "models/weapons/w_pist_revolver_dropped.mdl"
  18982. "icon_default_image" "materials/icons/inventory_icon_weapon_revolver.vtf"
  18983. "used_by_classes"
  18984. {
  18985. "terrorists" "1"
  18986. "counter-terrorists" "1"
  18987. }
  18988. "stickers"
  18989. {
  18990. "0"
  18991. {
  18992. "viewmodel_material" "materials/models/weapons/customization/pist_revolver/pist_revolver_decal_a.vmt"
  18993. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_revolver_decal_a.mdl"
  18994. "worldmodel_decal_pos" "2.53443 -3.22857 -1.90564"
  18995. }
  18996. "1"
  18997. {
  18998. "viewmodel_material" "materials/models/weapons/customization/pist_revolver/pist_revolver_decal_b.vmt"
  18999. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_revolver_decal_b.mdl"
  19000. "worldmodel_decal_pos" "2.53443 -0.989865 -1.12229"
  19001. }
  19002. "2"
  19003. {
  19004. "viewmodel_material" "materials/models/weapons/customization/pist_revolver/pist_revolver_decal_c.vmt"
  19005. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_revolver_decal_c.mdl"
  19006. "worldmodel_decal_pos" "2.53443 -0.955564 1.77999"
  19007. }
  19008. "3"
  19009. {
  19010. "viewmodel_material" "materials/models/weapons/customization/pist_revolver/pist_revolver_decal_d.vmt"
  19011. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_revolver_decal_d.mdl"
  19012. "worldmodel_decal_pos" "2.53443 -0.929928 4.8028"
  19013. }
  19014. "4"
  19015. {
  19016. "viewmodel_material" "materials/models/weapons/customization/pist_revolver/pist_revolver_decal_e.vmt"
  19017. "viewmodel_geometry" "models/weapons/stickers/v_models/pist_revolver_decal_e.mdl"
  19018. "worldmodel_decal_pos" "2.53443 -0.955564 1.77999"
  19019. "worldmodel_decal_end" "2.53443 -0.955564 -1.77999"
  19020. }
  19021. }
  19022. "inventory_image_data"
  19023. {
  19024. "camera_angles" "0.0 -130.0 0.0"
  19025. "camera_offset" "5.0 1.2 -1.2"
  19026. }
  19027. "attributes"
  19028. {
  19029. "icon display model" "models/weapons/w_pist_revolver_icon.mdl"
  19030. "is revolver" "1"
  19031. "is full auto" "1"
  19032. "in game price" "600"
  19033. "primary clip size" "8"
  19034. "primary reserve ammo max" "8"
  19035. "crosshair min distance" "4"
  19036. "crosshair delta distance" "3"
  19037. "penetration" "2"
  19038. "damage" "86"
  19039. "range modifier" "0.940000"
  19040. "bullets" "1"
  19041. "time to idle" "1.500000"
  19042. "idle interval" "60"
  19043. "flinch velocity modifier large" "0.400000"
  19044. "flinch velocity modifier small" "0.400000"
  19045. "spread" "0.520000"
  19046. "inaccuracy crouch" "1.000000"
  19047. "inaccuracy stand" "2.000000"
  19048. "inaccuracy jump initial" "18.650000"
  19049. "inaccuracy jump" "53.230000"
  19050. "inaccuracy land" "0.130000"
  19051. "inaccuracy ladder" "12.000000"
  19052. "inaccuracy fire" "50.000000"
  19053. "inaccuracy move" "6.500000"
  19054. "max player speed" "180"
  19055. "cycletime" "0.500000"
  19056. "spread alt" "68.000000"
  19057. "inaccuracy crouch alt" "5.000000"
  19058. "inaccuracy stand alt" "12.000000"
  19059. "inaccuracy jump alt" "53.230000"
  19060. "inaccuracy land alt" "0.150000"
  19061. "inaccuracy ladder alt" "35.000000"
  19062. "inaccuracy fire alt" "55.000000"
  19063. "inaccuracy move alt" "36.000000"
  19064. "max player speed alt" "220"
  19065. "cycletime alt" "0.400000"
  19066. "recovery time crouch" "0.700000"
  19067. "recovery time stand" "0.900000"
  19068. "recoil seed" "12345"
  19069. "recoil angle" "0"
  19070. "recoil angle variance" "40"
  19071. "recoil magnitude" "20"
  19072. "recoil magnitude variance" "0"
  19073. "recoil angle alt" "3"
  19074. "recoil angle variance alt" "50"
  19075. "recoil magnitude alt" "45"
  19076. "recoil magnitude variance alt" "6"
  19077. "tracer frequency alt" "1"
  19078. "tracer frequency" "1"
  19079. "armor ratio" "1.864000"
  19080. "range" "4096"
  19081. "weapon weight" "7"
  19082. "rumble effect" "2"
  19083. "recovery time crouch final" "0.449927"
  19084. "recovery time stand final" "0.811200"
  19085. }
  19086. "paint_data"
  19087. {
  19088. "PaintableMaterial0"
  19089. {
  19090. "Name" "pist_revolver"
  19091. "FolderName" "pist_revolver"
  19092. "ViewmodelDim" "2048"
  19093. "WorldDim" "512"
  19094. "BaseTextureOverride" "0"
  19095. "WeaponLength" "12.182200"
  19096. "UVScale" "0.500000"
  19097. }
  19098. }
  19099. "visuals"
  19100. {
  19101. "sound_single_shot" "Weapon_Revolver.Single"
  19102. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_assaultrifle"
  19103. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_assaultrifle"
  19104. "heat_effect" "weapon_muzzle_smoke"
  19105. "eject_brass_effect" "weapon_shell_casing_9mm"
  19106. "tracer_effect" "weapon_tracers_pistol"
  19107. "weapon_type" "Pistol"
  19108. "player_animation_extension" "pistol"
  19109. "primary_ammo" "BULLET_PLAYER_50AE"
  19110. "sound_nearlyempty" "Default.nearlyempty"
  19111. }
  19112. }
  19113. "weapon_taser_prefab"
  19114. {
  19115. "prefab" "equipment"
  19116. "item_class" "weapon_taser"
  19117. "item_name" "#SFUI_WPNHUD_Taser"
  19118. "item_description" "#CSGO_Item_Desc_Taser"
  19119. "image_inventory" "econ/weapons/base_weapons/weapon_taser"
  19120. "icon_default_image" "materials/icons/inventory_icon_weapon_taser.vtf"
  19121. "model_player" "models/weapons/v_eq_taser.mdl"
  19122. "model_world" "models/weapons/w_eq_taser.mdl"
  19123. "model_dropped" "models/weapons/w_eq_taser.mdl"
  19124. "item_gear_slot" "melee"
  19125. "item_gear_slot_position" "1"
  19126. "used_by_classes"
  19127. {
  19128. "terrorists" "1"
  19129. "counter-terrorists" "1"
  19130. }
  19131. "attributes"
  19132. {
  19133. "inaccuracy jump initial" "96.620003"
  19134. "inaccuracy jump" "92.959999"
  19135. "inaccuracy jump alt" "92.959999"
  19136. "heat per shot" "0.000000"
  19137. "tracer frequency" "1"
  19138. "max player speed" "220"
  19139. "in game price" "200"
  19140. "kill award" "0"
  19141. "armor ratio" "2"
  19142. "crosshair min distance" "8"
  19143. "penetration" "0"
  19144. "damage" "500"
  19145. "range" "190"
  19146. "range modifier" "0.004900"
  19147. "flinch velocity modifier large" "0.500000"
  19148. "flinch velocity modifier small" "0.650000"
  19149. "spread" "2.000000"
  19150. "inaccuracy crouch" "1.000000"
  19151. "inaccuracy stand" "1.000000"
  19152. "inaccuracy land" "0.175000"
  19153. "inaccuracy ladder" "119.500000"
  19154. "inaccuracy fire" "22.120001"
  19155. "inaccuracy move" "1.000000"
  19156. "recovery time crouch" "0.287823"
  19157. "recovery time stand" "0.345388"
  19158. "recoil seed" "687"
  19159. "primary clip size" "1"
  19160. "primary default clip size" "1"
  19161. "secondary default clip size" "1"
  19162. "weapon weight" "5"
  19163. "itemflag exhaustible" "1"
  19164. "rumble effect" "1"
  19165. "inaccuracy crouch alt" "1.000000"
  19166. "inaccuracy fire alt" "22.120001"
  19167. "inaccuracy ladder alt" "119.500000"
  19168. "inaccuracy land alt" "0.175000"
  19169. "inaccuracy move alt" "1.000000"
  19170. "inaccuracy stand alt" "1.000000"
  19171. "max player speed alt" "220"
  19172. "recovery time crouch final" "0.287823"
  19173. "recovery time stand final" "0.345388"
  19174. "spread alt" "2.000000"
  19175. }
  19176. "visuals"
  19177. {
  19178. "muzzle_flash_effect_1st_person" "weapon_muzzle_flash_taser"
  19179. "muzzle_flash_effect_3rd_person" "weapon_muzzle_flash_taser"
  19180. "eject_brass_effect" "weapon_shell_casing_9mm"
  19181. "tracer_effect" "weapon_tracers_taser"
  19182. "weapon_type" "Knife"
  19183. "player_animation_extension" "pistol"
  19184. "primary_ammo" "AMMO_TYPE_TASERCHARGE"
  19185. "sound_single_shot" "Weapon_Taser.Single"
  19186. "sound_nearlyempty" "Default.nearlyempty"
  19187. }
  19188. }
  19189. "weapon_healthshot_prefab"
  19190. {
  19191. "prefab" "equipment"
  19192. "item_class" "weapon_breachcharge"
  19193. "item_name" "#SFUI_WPNHUD_Healthshot"
  19194. "item_description" "#SFUI_WPNHUD_Healthshot"
  19195. "image_inventory" "econ/weapons/base_weapons/weapon_healthshot"
  19196. "icon_default_image" "materials/icons/inventory_icon_weapon_healthshot.vtf"
  19197. "model_player" "models/weapons/v_healthshot.mdl"
  19198. "model_world" "models/weapons/w_eq_healthshot.mdl"
  19199. "model_dropped" "models/weapons/w_eq_healthshot_dropped.mdl"
  19200. "used_by_classes"
  19201. {
  19202. "terrorists" "1"
  19203. "counter-terrorists" "1"
  19204. }
  19205. "attributes"
  19206. {
  19207. "max player speed" "250"
  19208. "in game price" "0"
  19209. "armor ratio" "1.000000"
  19210. "penetration" "1"
  19211. "crosshair min distance" "6"
  19212. "damage" "50"
  19213. "range" "4096"
  19214. "range modifier" "0.990000"
  19215. "weapon weight" "0"
  19216. "max player speed alt" "250"
  19217. "itemflag exhaustible" "1"
  19218. "primary clip size" "-1"
  19219. "primary default clip size" "1"
  19220. "secondary default clip size" "1"
  19221. }
  19222. "visuals"
  19223. {
  19224. "weapon_type" "StackableItem"
  19225. "player_animation_extension" "c4"
  19226. "grenade_smoke_color" "0.0 0.8 0.0"
  19227. "primary_ammo" "AMMO_TYPE_HEALTHSHOT"
  19228. "sound_single_shot" "c4.plant"
  19229. "sound_empty" "c4.click"
  19230. "sound_burst" "c4.explode"
  19231. "sound_special1" "c4.disarmstart"
  19232. "sound_special2" "c4.disarmfinish"
  19233. "sound_special3" "c4.ExplodeWarning"
  19234. "sound_nearlyempty" "Default.nearlyempty"
  19235. }
  19236. }
  19237. "wearable"
  19238. {
  19239. "item_class" "wearable_item"
  19240. "item_slot" "clothing"
  19241. "item_quality" "normal"
  19242. "item_rarity" "common"
  19243. "min_ilevel" "1"
  19244. "max_ilevel" "1"
  19245. "image_inventory_size_w" "128"
  19246. "image_inventory_size_h" "82"
  19247. "mouse_pressed_sound" "ui/item_paper_pickup.wav"
  19248. "drop_sound" "ui/item_paper_pickup.wav"
  19249. "capabilities"
  19250. {
  19251. "nameable" "0"
  19252. }
  19253. "inventory_image_data"
  19254. {
  19255. "camera_angles" "2.0 -130.0 0.0"
  19256. "camera_offset" "0.0 1.0 -2.0"
  19257. "camera_fov" "35.000000"
  19258. "override_default_light" "1"
  19259. "spot_light_key"
  19260. {
  19261. "position" "-120 120 180"
  19262. "color" "2.1 2.1 2.1"
  19263. "lookat" "0.0 0.0 0.0"
  19264. "inner_cone" "0.500000"
  19265. "outer_cone" "1.000000"
  19266. }
  19267. "spot_light_rim"
  19268. {
  19269. "position" "10.0 -90.0 -60.0"
  19270. "color" "4 4 4"
  19271. "lookat" "0.0 0.0 0.0"
  19272. "inner_cone" "0.040000"
  19273. "outer_cone" "0.500000"
  19274. }
  19275. }
  19276. }
  19277. "hands"
  19278. {
  19279. "prefab" "wearable"
  19280. "item_sub_position" "clothing_hands"
  19281. "item_type_name" "#Type_Hands"
  19282. "item_name" "#CSGO_Wearable_Hands"
  19283. "item_description" "#CSGO_Wearable_Hands_Desc"
  19284. "visuals"
  19285. {
  19286. "player_bodygroups"
  19287. {
  19288. "gloves" "0"
  19289. }
  19290. }
  19291. }
  19292. "hands_paintable"
  19293. {
  19294. "prefab" "hands"
  19295. "capabilities"
  19296. {
  19297. "paintable" "1"
  19298. }
  19299. }
  19300. "coupon_prefab"
  19301. {
  19302. "prefab" "weapon_case_base"
  19303. "item_name" "#CSGO_Tool_Coupon"
  19304. "item_description" "#CSGO_Tool_Coupon"
  19305. "image_inventory" "econ/coupon/offer"
  19306. "item_type" "coupon"
  19307. "tool"
  19308. {
  19309. "usage_capabilities"
  19310. {
  19311. "usable_out_of_game" "1"
  19312. }
  19313. }
  19314. "attributes"
  19315. {
  19316. "cannot trade" "1"
  19317. "expiration date"
  19318. {
  19319. "attribute_class" "expiration_date"
  19320. "force_gc_to_generate" "1"
  19321. "use_custom_logic" "expiration_period_hours_from_now"
  19322. "value" "60"
  19323. }
  19324. }
  19325. }
  19326. "coupon_enfu_capsule_prefab"
  19327. {
  19328. "prefab" "coupon_prefab"
  19329. }
  19330. "coupon_pinups_capsule_prefab"
  19331. {
  19332. "prefab" "coupon_prefab"
  19333. }
  19334. "coupon_slid3_capsule_prefab"
  19335. {
  19336. "prefab" "coupon_prefab"
  19337. }
  19338. "coupon_team_roles_capsule_prefab"
  19339. {
  19340. "prefab" "coupon_prefab"
  19341. }
  19342. "coupon_sugarface_capsule_prefab"
  19343. {
  19344. "prefab" "coupon_prefab"
  19345. }
  19346. "coupon_bestiary_capsule_prefab"
  19347. {
  19348. "prefab" "coupon_prefab"
  19349. }
  19350. "coupon_comm2018_01_capsule_prefab"
  19351. {
  19352. "prefab" "coupon_prefab"
  19353. }
  19354. "coupon_radicals_capsule_prefab"
  19355. {
  19356. "prefab" "coupon_prefab"
  19357. }
  19358. "dhw14_sticker_capsule_prefab"
  19359. {
  19360. "first_sale_date" "2014/11/20"
  19361. "prefab" "weapon_case_base"
  19362. "item_type" "self_opening_purchase"
  19363. "attributes"
  19364. {
  19365. "tournament event id"
  19366. {
  19367. "attribute_class" "tournament_event_id"
  19368. "value" "5"
  19369. }
  19370. }
  19371. }
  19372. "eslkatowice2015_sticker_capsule_prefab"
  19373. {
  19374. "first_sale_date" "2015/2/27"
  19375. "prefab" "weapon_case_base"
  19376. "item_type" "self_opening_purchase"
  19377. "attributes"
  19378. {
  19379. "tournament event id"
  19380. {
  19381. "attribute_class" "tournament_event_id"
  19382. "value" "6"
  19383. }
  19384. }
  19385. }
  19386. "eslcologne2015_sticker_capsule_prefab"
  19387. {
  19388. "first_sale_date" "2015/8/10"
  19389. "prefab" "weapon_case_base"
  19390. "item_type" "self_opening_purchase"
  19391. "attributes"
  19392. {
  19393. "tournament event id"
  19394. {
  19395. "attribute_class" "tournament_event_id"
  19396. "value" "7"
  19397. }
  19398. }
  19399. }
  19400. "cluj2015_sticker_capsule_prefab"
  19401. {
  19402. "first_sale_date" "2015/10/20"
  19403. "prefab" "weapon_case_base"
  19404. "item_type" "self_opening_purchase"
  19405. "attributes"
  19406. {
  19407. "tournament event id"
  19408. {
  19409. "attribute_class" "tournament_event_id"
  19410. "value" "8"
  19411. }
  19412. }
  19413. }
  19414. "coupon_sprays_capsule_community_1"
  19415. {
  19416. "prefab" "coupon_prefab"
  19417. }
  19418. "campaign_prefab"
  19419. {
  19420. "image_inventory" "econ/tools/campaign"
  19421. "attributes"
  19422. {
  19423. "cannot trade" "1"
  19424. "campaign completion bitfield"
  19425. {
  19426. "attribute_class" "campaign_completion_bitfield"
  19427. "force_gc_to_generate" "1"
  19428. "value" "0"
  19429. }
  19430. }
  19431. "capabilities"
  19432. {
  19433. "can_delete" "0"
  19434. }
  19435. "item_class" "collectible_item"
  19436. "item_type" "campaign"
  19437. "item_type_name" "#campaign"
  19438. "icon_default_image" "materials/icons/inventory_icon_campaign.vtf"
  19439. "image_inventory" "backpack/crafting/campaign"
  19440. "item_quality" "unique"
  19441. "item_rarity" "common"
  19442. "min_ilevel" "1"
  19443. "max_ilevel" "1"
  19444. "image_inventory_size_w" "128"
  19445. "image_inventory_size_h" "82"
  19446. "mouse_pressed_sound" "ui/item_paper_pickup.wav"
  19447. "drop_sound" "ui/item_paper_pickup.wav"
  19448. }
  19449. }
  19450. "items"
  19451. {
  19452. "default"
  19453. {
  19454. "name" "default"
  19455. "item_class" "weapon_knife"
  19456. "hidden" "1"
  19457. "item_name" "#SFUI_WPNHUD_Knife"
  19458. "item_slot" "melee"
  19459. "item_quality" "unique"
  19460. "min_ilevel" "1"
  19461. "max_ilevel" "1"
  19462. }
  19463. "1"
  19464. {
  19465. "name" "weapon_deagle"
  19466. "prefab" "weapon_deagle_prefab"
  19467. "item_quality" "normal"
  19468. "baseitem" "1"
  19469. "default_slot_item" "1"
  19470. "item_sub_position" "secondary4"
  19471. "item_shares_equip_slot" "1"
  19472. }
  19473. "2"
  19474. {
  19475. "name" "weapon_elite"
  19476. "prefab" "weapon_elite_prefab"
  19477. "item_quality" "normal"
  19478. "baseitem" "1"
  19479. "default_slot_item" "1"
  19480. "item_sub_position" "secondary1"
  19481. }
  19482. "3"
  19483. {
  19484. "name" "weapon_fiveseven"
  19485. "prefab" "weapon_fiveseven_prefab"
  19486. "item_quality" "normal"
  19487. "baseitem" "1"
  19488. "default_slot_item" "1"
  19489. "item_sub_position" "secondary3"
  19490. "item_shares_equip_slot" "1"
  19491. }
  19492. "4"
  19493. {
  19494. "name" "weapon_glock"
  19495. "prefab" "weapon_glock_prefab"
  19496. "item_quality" "normal"
  19497. "baseitem" "1"
  19498. "default_slot_item" "1"
  19499. "item_sub_position" "secondary0"
  19500. }
  19501. "7"
  19502. {
  19503. "name" "weapon_ak47"
  19504. "prefab" "weapon_ak47_prefab"
  19505. "item_quality" "normal"
  19506. "baseitem" "1"
  19507. "default_slot_item" "1"
  19508. "item_sub_position" "rifle1"
  19509. }
  19510. "8"
  19511. {
  19512. "name" "weapon_aug"
  19513. "prefab" "weapon_aug_prefab"
  19514. "item_quality" "normal"
  19515. "baseitem" "1"
  19516. "default_slot_item" "1"
  19517. "item_sub_position" "rifle3"
  19518. }
  19519. "9"
  19520. {
  19521. "name" "weapon_awp"
  19522. "prefab" "weapon_awp_prefab"
  19523. "item_quality" "normal"
  19524. "baseitem" "1"
  19525. "default_slot_item" "1"
  19526. "item_sub_position" "rifle4"
  19527. }
  19528. "10"
  19529. {
  19530. "name" "weapon_famas"
  19531. "prefab" "weapon_famas_prefab"
  19532. "item_quality" "normal"
  19533. "baseitem" "1"
  19534. "default_slot_item" "1"
  19535. "item_sub_position" "rifle0"
  19536. }
  19537. "11"
  19538. {
  19539. "name" "weapon_g3sg1"
  19540. "prefab" "weapon_g3sg1_prefab"
  19541. "item_quality" "normal"
  19542. "baseitem" "1"
  19543. "default_slot_item" "1"
  19544. "item_sub_position" "rifle5"
  19545. }
  19546. "13"
  19547. {
  19548. "name" "weapon_galilar"
  19549. "prefab" "weapon_galilar_prefab"
  19550. "baseitem" "1"
  19551. "default_slot_item" "1"
  19552. "item_quality" "normal"
  19553. "item_sub_position" "rifle0"
  19554. }
  19555. "14"
  19556. {
  19557. "name" "weapon_m249"
  19558. "prefab" "weapon_m249_prefab"
  19559. "item_quality" "normal"
  19560. "baseitem" "1"
  19561. "default_slot_item" "1"
  19562. "item_sub_position" "heavy3"
  19563. }
  19564. "16"
  19565. {
  19566. "name" "weapon_m4a1"
  19567. "prefab" "weapon_m4a1_prefab"
  19568. "item_quality" "normal"
  19569. "baseitem" "1"
  19570. "default_slot_item" "1"
  19571. "item_sub_position" "rifle1"
  19572. "item_shares_equip_slot" "1"
  19573. }
  19574. "17"
  19575. {
  19576. "name" "weapon_mac10"
  19577. "prefab" "weapon_mac10_prefab"
  19578. "baseitem" "1"
  19579. "default_slot_item" "1"
  19580. "item_quality" "normal"
  19581. "item_sub_position" "smg0"
  19582. }
  19583. "19"
  19584. {
  19585. "name" "weapon_p90"
  19586. "prefab" "weapon_p90_prefab"
  19587. "item_quality" "normal"
  19588. "baseitem" "1"
  19589. "default_slot_item" "1"
  19590. "item_sub_position" "smg3"
  19591. }
  19592. "24"
  19593. {
  19594. "name" "weapon_ump45"
  19595. "prefab" "weapon_ump45_prefab"
  19596. "item_quality" "normal"
  19597. "baseitem" "1"
  19598. "default_slot_item" "1"
  19599. "item_sub_position" "smg2"
  19600. }
  19601. "25"
  19602. {
  19603. "name" "weapon_xm1014"
  19604. "prefab" "weapon_xm1014_prefab"
  19605. "item_quality" "normal"
  19606. "baseitem" "1"
  19607. "default_slot_item" "1"
  19608. "item_sub_position" "heavy1"
  19609. }
  19610. "26"
  19611. {
  19612. "name" "weapon_bizon"
  19613. "prefab" "weapon_bizon_prefab"
  19614. "baseitem" "1"
  19615. "default_slot_item" "1"
  19616. "item_quality" "normal"
  19617. "item_sub_position" "smg4"
  19618. }
  19619. "27"
  19620. {
  19621. "name" "weapon_mag7"
  19622. "prefab" "weapon_mag7_prefab"
  19623. "item_quality" "normal"
  19624. "baseitem" "1"
  19625. "default_slot_item" "1"
  19626. "item_sub_position" "heavy2"
  19627. }
  19628. "28"
  19629. {
  19630. "name" "weapon_negev"
  19631. "prefab" "weapon_negev_prefab"
  19632. "item_quality" "normal"
  19633. "baseitem" "1"
  19634. "default_slot_item" "1"
  19635. "item_sub_position" "heavy4"
  19636. }
  19637. "29"
  19638. {
  19639. "name" "weapon_sawedoff"
  19640. "prefab" "weapon_sawedoff_prefab"
  19641. "item_quality" "normal"
  19642. "baseitem" "1"
  19643. "default_slot_item" "1"
  19644. "item_sub_position" "heavy2"
  19645. }
  19646. "30"
  19647. {
  19648. "name" "weapon_tec9"
  19649. "prefab" "weapon_tec9_prefab"
  19650. "item_quality" "normal"
  19651. "baseitem" "1"
  19652. "default_slot_item" "1"
  19653. "item_sub_position" "secondary3"
  19654. "item_shares_equip_slot" "1"
  19655. }
  19656. "31"
  19657. {
  19658. "name" "weapon_taser"
  19659. "prefab" "weapon_taser_prefab"
  19660. "item_quality" "normal"
  19661. "baseitem" "1"
  19662. "default_slot_item" "1"
  19663. "item_sub_position" "equipment2"
  19664. }
  19665. "32"
  19666. {
  19667. "name" "weapon_hkp2000"
  19668. "prefab" "weapon_hkp2000_prefab"
  19669. "item_quality" "normal"
  19670. "baseitem" "1"
  19671. "default_slot_item" "1"
  19672. "item_sub_position" "secondary0"
  19673. }
  19674. "33"
  19675. {
  19676. "name" "weapon_mp7"
  19677. "prefab" "weapon_mp7_prefab"
  19678. "item_quality" "normal"
  19679. "baseitem" "1"
  19680. "default_slot_item" "1"
  19681. "item_sub_position" "smg1"
  19682. }
  19683. "34"
  19684. {
  19685. "name" "weapon_mp9"
  19686. "prefab" "weapon_mp9_prefab"
  19687. "item_quality" "normal"
  19688. "baseitem" "1"
  19689. "default_slot_item" "1"
  19690. "item_sub_position" "smg0"
  19691. }
  19692. "35"
  19693. {
  19694. "name" "weapon_nova"
  19695. "prefab" "weapon_nova_prefab"
  19696. "item_quality" "normal"
  19697. "baseitem" "1"
  19698. "default_slot_item" "1"
  19699. "item_sub_position" "heavy0"
  19700. }
  19701. "36"
  19702. {
  19703. "name" "weapon_p250"
  19704. "prefab" "weapon_p250_prefab"
  19705. "item_quality" "normal"
  19706. "baseitem" "1"
  19707. "default_slot_item" "1"
  19708. "item_sub_position" "secondary2"
  19709. "used_by_classes"
  19710. {
  19711. "terrorists" "1"
  19712. "counter-terrorists" "1"
  19713. }
  19714. }
  19715. "38"
  19716. {
  19717. "name" "weapon_scar20"
  19718. "prefab" "weapon_scar20_prefab"
  19719. "item_quality" "normal"
  19720. "baseitem" "1"
  19721. "default_slot_item" "1"
  19722. "item_sub_position" "rifle5"
  19723. }
  19724. "39"
  19725. {
  19726. "name" "weapon_sg556"
  19727. "prefab" "weapon_sg556_prefab"
  19728. "item_quality" "normal"
  19729. "baseitem" "1"
  19730. "default_slot_item" "1"
  19731. "item_sub_position" "rifle3"
  19732. }
  19733. "40"
  19734. {
  19735. "name" "weapon_ssg08"
  19736. "prefab" "weapon_ssg08_prefab"
  19737. "item_quality" "normal"
  19738. "baseitem" "1"
  19739. "default_slot_item" "1"
  19740. "item_sub_position" "rifle2"
  19741. }
  19742. "41"
  19743. {
  19744. "name" "weapon_knifegg"
  19745. "prefab" "melee"
  19746. "item_class" "weapon_knifegg"
  19747. "item_name" "#SFUI_WPNHUD_Knife"
  19748. "item_description" "#CSGO_Item_desc_Knife"
  19749. "item_quality" "normal"
  19750. "baseitem" "0"
  19751. "default_slot_item" "0"
  19752. "item_gear_slot" "melee"
  19753. "item_gear_slot_position" "2"
  19754. "item_sub_position" "melee"
  19755. "image_inventory" "econ/weapons/base_weapons/weapon_knife"
  19756. "model_player" "models/weapons/v_knife_gg.mdl"
  19757. "model_world" "models/weapons/w_knife_gg.mdl"
  19758. "model_dropped" "models/weapons/w_knife_gg.mdl"
  19759. "inventory_image_data"
  19760. {
  19761. "camera_angles" "0.0 -70.0 25.0"
  19762. "camera_offset" "5.0 0 -2.5"
  19763. }
  19764. "attributes"
  19765. {
  19766. "icon display model" "models/weapons/w_knife_gg.mdl"
  19767. "pedestal display model" "models/weapons/v_knife_gg.mdl"
  19768. }
  19769. }
  19770. "42"
  19771. {
  19772. "name" "weapon_knife"
  19773. "prefab" "melee"
  19774. "item_name" "#SFUI_WPNHUD_Knife"
  19775. "item_description" "#CSGO_Item_desc_Knife"
  19776. "item_quality" "normal"
  19777. "baseitem" "1"
  19778. "default_slot_item" "1"
  19779. "item_sub_position" "melee"
  19780. "image_inventory" "econ/weapons/base_weapons/weapon_knife"
  19781. "model_player" "models/weapons/v_knife_default_ct.mdl"
  19782. "model_world" "models/weapons/w_knife_default_ct.mdl"
  19783. "model_dropped" "models/weapons/w_knife_default_ct_dropped.mdl"
  19784. "used_by_classes"
  19785. {
  19786. "counter-terrorists" "1"
  19787. }
  19788. "inventory_image_data"
  19789. {
  19790. "camera_angles" "0.0 -70.0 25.0"
  19791. "camera_offset" "5.0 0 -2.5"
  19792. }
  19793. "attributes"
  19794. {
  19795. "icon display model" "models/weapons/w_knife_default_ct.mdl"
  19796. "pedestal display model" "models/weapons/v_knife_default_ct_inspect.mdl"
  19797. }
  19798. }
  19799. "43"
  19800. {
  19801. "name" "weapon_flashbang"
  19802. "prefab" "weapon_flashbang_prefab"
  19803. "item_quality" "normal"
  19804. "baseitem" "0"
  19805. "default_slot_item" "1"
  19806. "item_sub_position" "grenade2"
  19807. "item_gear_slot_position" "1"
  19808. }
  19809. "44"
  19810. {
  19811. "name" "weapon_hegrenade"
  19812. "prefab" "weapon_hegrenade_prefab"
  19813. "item_quality" "normal"
  19814. "baseitem" "0"
  19815. "default_slot_item" "1"
  19816. "item_gear_slot_position" "0"
  19817. "item_sub_position" "grenade3"
  19818. }
  19819. "45"
  19820. {
  19821. "name" "weapon_smokegrenade"
  19822. "prefab" "weapon_smokegrenade_prefab"
  19823. "item_quality" "normal"
  19824. "baseitem" "0"
  19825. "default_slot_item" "1"
  19826. "item_gear_slot_position" "2"
  19827. "item_sub_position" "grenade4"
  19828. }
  19829. "46"
  19830. {
  19831. "name" "weapon_molotov"
  19832. "prefab" "weapon_molotov_prefab"
  19833. "item_quality" "normal"
  19834. "baseitem" "0"
  19835. "default_slot_item" "1"
  19836. "item_gear_slot_position" "4"
  19837. "item_sub_position" "grenade0"
  19838. }
  19839. "47"
  19840. {
  19841. "name" "weapon_decoy"
  19842. "prefab" "weapon_decoy_prefab"
  19843. "item_quality" "normal"
  19844. "baseitem" "0"
  19845. "default_slot_item" "1"
  19846. "item_gear_slot_position" "3"
  19847. "item_sub_position" "grenade1"
  19848. }
  19849. "48"
  19850. {
  19851. "name" "weapon_incgrenade"
  19852. "prefab" "weapon_incgrenade_prefab"
  19853. "item_quality" "normal"
  19854. "baseitem" "0"
  19855. "default_slot_item" "1"
  19856. "item_gear_slot_position" "4"
  19857. "item_sub_position" "grenade0"
  19858. }
  19859. "49"
  19860. {
  19861. "name" "weapon_c4"
  19862. "prefab" "c4"
  19863. "item_name" "#SFUI_WPNHUD_C4"
  19864. "item_description" "#CSGO_Item_Desc_C4"
  19865. "item_quality" "normal"
  19866. "baseitem" "1"
  19867. "default_slot_item" "1"
  19868. "item_gear_slot" "item"
  19869. "item_gear_slot_position" "0"
  19870. "item_sub_position" "c4"
  19871. "image_inventory" "econ/weapons/base_weapons/weapon_c4"
  19872. "model_player" "models/weapons/v_ied.mdl"
  19873. "model_world" "models/weapons/w_ied.mdl"
  19874. "paint_data"
  19875. {
  19876. "PaintableMaterial0"
  19877. {
  19878. "Name" "c4"
  19879. "ViewmodelDim" "2048"
  19880. "WorldDim" "512"
  19881. "BaseTextureOverride" "0"
  19882. "WeaponLength" "10.825500"
  19883. }
  19884. }
  19885. }
  19886. "50"
  19887. {
  19888. "name" "item_kevlar"
  19889. "prefab" "equipment"
  19890. "item_name" "#SFUI_WPNHUD_KEVLAR"
  19891. "item_class" "item_kevlar"
  19892. "item_quality" "normal"
  19893. "baseitem" "0"
  19894. "default_slot_item" "1"
  19895. "item_sub_position" "equipment0"
  19896. "used_by_classes"
  19897. {
  19898. "terrorists" "1"
  19899. "counter-terrorists" "1"
  19900. }
  19901. "attributes"
  19902. {
  19903. "in game price" "650"
  19904. }
  19905. }
  19906. "51"
  19907. {
  19908. "name" "item_assaultsuit"
  19909. "prefab" "equipment"
  19910. "item_name" "#SFUI_WPNHUD_ASSAULTSUIT"
  19911. "item_class" "item_assaultsuit"
  19912. "item_quality" "normal"
  19913. "baseitem" "0"
  19914. "default_slot_item" "1"
  19915. "item_sub_position" "equipment1"
  19916. "used_by_classes"
  19917. {
  19918. "terrorists" "1"
  19919. "counter-terrorists" "1"
  19920. }
  19921. "attributes"
  19922. {
  19923. "in game price" "1000"
  19924. }
  19925. }
  19926. "52"
  19927. {
  19928. "name" "item_heavyassaultsuit"
  19929. "prefab" "equipment"
  19930. "item_name" "#SFUI_WPNHUD_HEAVYASSAULTSUIT"
  19931. "item_class" "item_heavyassaultsuit"
  19932. "item_quality" "normal"
  19933. "baseitem" "0"
  19934. "default_slot_item" "1"
  19935. "item_sub_position" "equipment4"
  19936. "used_by_classes"
  19937. {
  19938. "terrorists" "1"
  19939. "counter-terrorists" "1"
  19940. }
  19941. "attributes"
  19942. {
  19943. "in game price" "6000"
  19944. }
  19945. }
  19946. "54"
  19947. {
  19948. "name" "item_nvg"
  19949. "prefab" "equipment"
  19950. "item_class" "item_nvgs"
  19951. "item_quality" "normal"
  19952. "baseitem" "0"
  19953. "default_slot_item" "0"
  19954. "item_sub_position" "equipment5"
  19955. }
  19956. "55"
  19957. {
  19958. "name" "item_defuser"
  19959. "prefab" "equipment"
  19960. "item_name" "#SFUI_WPNHUD_DEFUSER"
  19961. "item_class" "item_defuser"
  19962. "item_quality" "normal"
  19963. "baseitem" "0"
  19964. "default_slot_item" "1"
  19965. "item_sub_position" "equipment3"
  19966. "used_by_classes"
  19967. {
  19968. "counter-terrorists" "1"
  19969. }
  19970. "attributes"
  19971. {
  19972. "in game price" "400"
  19973. }
  19974. }
  19975. "56"
  19976. {
  19977. "name" "item_cutters"
  19978. "prefab" "equipment"
  19979. "item_name" "#SFUI_WPNHUD_CUTTERS"
  19980. "item_class" "item_defuser"
  19981. "item_quality" "normal"
  19982. "baseitem" "0"
  19983. "default_slot_item" "0"
  19984. "item_sub_position" "equipment3"
  19985. "used_by_classes"
  19986. {
  19987. "counter-terrorists" "1"
  19988. }
  19989. "attributes"
  19990. {
  19991. "in game price" "400"
  19992. }
  19993. }
  19994. "57"
  19995. {
  19996. "name" "weapon_healthshot"
  19997. "prefab" "weapon_healthshot_prefab"
  19998. "item_name" "#SFUI_WPNHUD_Healthshot"
  19999. "item_class" "weapon_healthshot"
  20000. "item_quality" "normal"
  20001. "baseitem" "0"
  20002. "default_slot_item" "0"
  20003. "item_gear_slot" "item"
  20004. "item_gear_slot_position" "1"
  20005. "item_sub_position" "equipment5"
  20006. "used_by_classes"
  20007. {
  20008. "terrorists" "1"
  20009. "counter-terrorists" "1"
  20010. }
  20011. }
  20012. "58"
  20013. {
  20014. "name" "musickit_default"
  20015. "prefab" "musickit_prefab"
  20016. "item_name" "#CSGO_Type_MusicKit"
  20017. "item_description" "#CSGO_MusicKit_Desc"
  20018. "item_quality" "normal"
  20019. "baseitem" "1"
  20020. "default_slot_item" "1"
  20021. "attributes"
  20022. {
  20023. "music id" "1"
  20024. }
  20025. }
  20026. "59"
  20027. {
  20028. "name" "weapon_knife_t"
  20029. "prefab" "melee"
  20030. "item_name" "#SFUI_WPNHUD_Knife_T"
  20031. "item_description" "#CSGO_Item_desc_Knife_T"
  20032. "item_quality" "normal"
  20033. "baseitem" "1"
  20034. "default_slot_item" "1"
  20035. "item_gear_slot" "melee"
  20036. "item_gear_slot_position" "0"
  20037. "item_sub_position" "melee"
  20038. "image_inventory" "econ/weapons/base_weapons/weapon_knife_t"
  20039. "icon_default_image" "materials/icons/inventory_icon_weapon_knife_t.vtf"
  20040. "model_player" "models/weapons/v_knife_default_t.mdl"
  20041. "model_world" "models/weapons/w_knife_default_t.mdl"
  20042. "model_dropped" "models/weapons/w_knife_default_t_dropped.mdl"
  20043. "used_by_classes"
  20044. {
  20045. "terrorists" "1"
  20046. }
  20047. "inventory_image_data"
  20048. {
  20049. "camera_angles" "0.0 -70.0 25.0"
  20050. "camera_offset" "7.0 0 -2"
  20051. }
  20052. "attributes"
  20053. {
  20054. "icon display model" "models/weapons/w_knife_default_t.mdl"
  20055. "pedestal display model" "models/weapons/v_knife_default_t_inspect.mdl"
  20056. }
  20057. }
  20058. "60"
  20059. {
  20060. "name" "weapon_m4a1_silencer"
  20061. "prefab" "weapon_m4a1_silencer_prefab"
  20062. "item_quality" "normal"
  20063. "baseitem" "1"
  20064. "item_sub_position" "rifle1"
  20065. "item_shares_equip_slot" "1"
  20066. }
  20067. "61"
  20068. {
  20069. "name" "weapon_usp_silencer"
  20070. "prefab" "weapon_usp_silencer_prefab"
  20071. "item_quality" "normal"
  20072. "baseitem" "1"
  20073. "item_sub_position" "secondary0"
  20074. "item_shares_equip_slot" "1"
  20075. }
  20076. "62"
  20077. {
  20078. "name" "Recipe Trade Up"
  20079. "prefab" "recipe"
  20080. "baseitem" "1"
  20081. "item_name" "#CSGO_Recipe_TradeUp"
  20082. "item_description" "#CSGO_Recipe_TradeUp_Desc"
  20083. "attributes"
  20084. {
  20085. "recipe filter" "-3"
  20086. "preferred sort" "1"
  20087. }
  20088. }
  20089. "63"
  20090. {
  20091. "name" "weapon_cz75a"
  20092. "prefab" "weapon_cz75a_prefab"
  20093. "item_quality" "normal"
  20094. "baseitem" "1"
  20095. "item_sub_position" "secondary3"
  20096. "item_shares_equip_slot" "1"
  20097. "used_by_classes"
  20098. {
  20099. "terrorists" "1"
  20100. "counter-terrorists" "1"
  20101. }
  20102. }
  20103. "64"
  20104. {
  20105. "name" "weapon_revolver"
  20106. "prefab" "weapon_revolver_prefab"
  20107. "item_quality" "normal"
  20108. "baseitem" "1"
  20109. "item_sub_position" "secondary4"
  20110. "item_shares_equip_slot" "1"
  20111. }
  20112. "68"
  20113. {
  20114. "name" "weapon_tagrenade"
  20115. "prefab" "weapon_tagrenade_prefab"
  20116. "item_quality" "normal"
  20117. "baseitem" "0"
  20118. "default_slot_item" "1"
  20119. "item_gear_slot_position" "5"
  20120. "item_sub_position" "grenade5"
  20121. }
  20122. "500"
  20123. {
  20124. "name" "weapon_bayonet"
  20125. "prefab" "melee_unusual"
  20126. "item_name" "#SFUI_WPNHUD_KnifeBayonet"
  20127. "item_description" "#CSGO_Item_Desc_Knife_Bayonet"
  20128. "image_inventory" "econ/weapons/base_weapons/weapon_bayonet"
  20129. "icon_default_image" "materials/icons/inventory_icon_weapon_bayonet.vtf"
  20130. "model_player" "models/weapons/v_knife_bayonet.mdl"
  20131. "model_world" "models/weapons/w_knife_bayonet.mdl"
  20132. "used_by_classes"
  20133. {
  20134. "terrorists" "1"
  20135. "counter-terrorists" "1"
  20136. }
  20137. "attributes"
  20138. {
  20139. "pedestal display model" "models/weapons/v_knife_bayonet_inspect.mdl"
  20140. }
  20141. "paint_data"
  20142. {
  20143. "PaintableMaterial0"
  20144. {
  20145. "Name" "knife_bayonet"
  20146. "ViewmodelDim" "2048"
  20147. "WorldDim" "512"
  20148. "BaseTextureOverride" "0"
  20149. "WeaponLength" "14.518000"
  20150. "UVScale" "0.505000"
  20151. }
  20152. }
  20153. }
  20154. "505"
  20155. {
  20156. "name" "weapon_knife_flip"
  20157. "prefab" "melee_unusual"
  20158. "item_name" "#SFUI_WPNHUD_KnifeFlip"
  20159. "item_description" "#CSGO_Item_Desc_Knife_Flip"
  20160. "image_inventory" "econ/weapons/base_weapons/weapon_knife_flip"
  20161. "icon_default_image" "materials/icons/inventory_icon_weapon_knife_flip.vtf"
  20162. "model_player" "models/weapons/v_knife_flip.mdl"
  20163. "model_world" "models/weapons/w_knife_flip.mdl"
  20164. "used_by_classes"
  20165. {
  20166. "terrorists" "1"
  20167. "counter-terrorists" "1"
  20168. }
  20169. "attributes"
  20170. {
  20171. "pedestal display model" "models/weapons/v_knife_flip_inspect.mdl"
  20172. }
  20173. "inventory_image_data"
  20174. {
  20175. "camera_angles" "30.0 -95.0 29.0"
  20176. "camera_offset" "9.0 1.0 -1.5"
  20177. }
  20178. "paint_data"
  20179. {
  20180. "PaintableMaterial0"
  20181. {
  20182. "Name" "knife_flip"
  20183. "ViewmodelDim" "2048"
  20184. "WorldDim" "512"
  20185. "BaseTextureOverride" "0"
  20186. "WeaponLength" "12.900000"
  20187. "UVScale" "0.411000"
  20188. }
  20189. }
  20190. }
  20191. "506"
  20192. {
  20193. "name" "weapon_knife_gut"
  20194. "prefab" "melee_unusual"
  20195. "item_name" "#SFUI_WPNHUD_KnifeGut"
  20196. "item_description" "#CSGO_Item_Desc_Knife_Gut"
  20197. "image_inventory" "econ/weapons/base_weapons/weapon_knife_gut"
  20198. "icon_default_image" "materials/icons/inventory_icon_weapon_knife_gut.vtf"
  20199. "model_player" "models/weapons/v_knife_gut.mdl"
  20200. "model_world" "models/weapons/w_knife_gut.mdl"
  20201. "used_by_classes"
  20202. {
  20203. "terrorists" "1"
  20204. "counter-terrorists" "1"
  20205. }
  20206. "attributes"
  20207. {
  20208. "pedestal display model" "models/weapons/v_knife_gut_inspect.mdl"
  20209. }
  20210. "inventory_image_data"
  20211. {
  20212. "camera_angles" "30.0 -95.0 23.0"
  20213. "camera_offset" "10.0 1.2 -2"
  20214. }
  20215. "paint_data"
  20216. {
  20217. "PaintableMaterial0"
  20218. {
  20219. "Name" "knife_gut"
  20220. "OrigMat" "knife_gut"
  20221. "ViewmodelDim" "2048"
  20222. "WorldDim" "512"
  20223. "BaseTextureOverride" "0"
  20224. "WeaponLength" "14.610000"
  20225. "UVScale" "0.733000"
  20226. }
  20227. }
  20228. }
  20229. "507"
  20230. {
  20231. "name" "weapon_knife_karambit"
  20232. "prefab" "melee_unusual"
  20233. "item_name" "#SFUI_WPNHUD_KnifeKaram"
  20234. "item_description" "#CSGO_Item_Desc_Knife_Karam"
  20235. "image_inventory" "econ/weapons/base_weapons/weapon_knife_karambit"
  20236. "icon_default_image" "materials/icons/inventory_icon_weapon_knife_karambit.vtf"
  20237. "model_player" "models/weapons/v_knife_karam.mdl"
  20238. "model_world" "models/weapons/w_knife_karam.mdl"
  20239. "used_by_classes"
  20240. {
  20241. "terrorists" "1"
  20242. "counter-terrorists" "1"
  20243. }
  20244. "attributes"
  20245. {
  20246. "pedestal display model" "models/weapons/v_knife_karam_inspect.mdl"
  20247. }
  20248. "inventory_image_data"
  20249. {
  20250. "camera_angles" "30.0 -95.0 -5.0"
  20251. "camera_offset" "10.0 1.5 -3.2"
  20252. }
  20253. "paint_data"
  20254. {
  20255. "PaintableMaterial0"
  20256. {
  20257. "Name" "knife_karam"
  20258. "OrigMat" "karam"
  20259. "ViewmodelDim" "2048"
  20260. "WorldDim" "512"
  20261. "BaseTextureOverride" "0"
  20262. "WeaponLength" "9.813000"
  20263. "UVScale" "0.438000"
  20264. }
  20265. }
  20266. }
  20267. "508"
  20268. {
  20269. "name" "weapon_knife_m9_bayonet"
  20270. "prefab" "melee_unusual"
  20271. "item_name" "#SFUI_WPNHUD_KnifeM9"
  20272. "item_description" "#CSGO_Item_Desc_KnifeM9"
  20273. "image_inventory" "econ/weapons/base_weapons/weapon_knife_m9_bayonet"
  20274. "icon_default_image" "materials/icons/inventory_icon_weapon_knife_m9_bayonet.vtf"
  20275. "model_player" "models/weapons/v_knife_m9_bay.mdl"
  20276. "model_world" "models/weapons/w_knife_m9_bay.mdl"
  20277. "used_by_classes"
  20278. {
  20279. "terrorists" "1"
  20280. "counter-terrorists" "1"
  20281. }
  20282. "attributes"
  20283. {
  20284. "pedestal display model" "models/weapons/v_knife_m9_bay_inspect.mdl"
  20285. }
  20286. "inventory_image_data"
  20287. {
  20288. "camera_angles" "30.0 -95.0 29.0"
  20289. "camera_offset" "7.0 1.5 -1.5"
  20290. }
  20291. "paint_data"
  20292. {
  20293. "PaintableMaterial0"
  20294. {
  20295. "Name" "knife_m9_bay"
  20296. "ViewmodelDim" "2048"
  20297. "WorldDim" "512"
  20298. "BaseTextureOverride" "0"
  20299. "WeaponLength" "15.300000"
  20300. "UVScale" "0.506000"
  20301. }
  20302. }
  20303. }
  20304. "509"
  20305. {
  20306. "name" "weapon_knife_tactical"
  20307. "prefab" "melee_unusual"
  20308. "item_name" "#SFUI_WPNHUD_KnifeTactical"
  20309. "item_description" "#CSGO_Item_Desc_KnifeTactical"
  20310. "image_inventory" "econ/weapons/base_weapons/weapon_knife_tactical"
  20311. "icon_default_image" "materials/icons/inventory_icon_weapon_knife_tactical.vtf"
  20312. "model_player" "models/weapons/v_knife_tactical.mdl"
  20313. "model_world" "models/weapons/w_knife_tactical.mdl"
  20314. "used_by_classes"
  20315. {
  20316. "terrorists" "1"
  20317. "counter-terrorists" "1"
  20318. }
  20319. "attributes"
  20320. {
  20321. "pedestal display model" "models/weapons/v_knife_tactical_inspect.mdl"
  20322. }
  20323. "inventory_image_data"
  20324. {
  20325. "camera_angles" "30.0 -95.0 29.0"
  20326. "camera_offset" "7.0 1.5 -1.5"
  20327. }
  20328. "paint_data"
  20329. {
  20330. "PaintableMaterial0"
  20331. {
  20332. "Name" "knife_tactical"
  20333. "ViewmodelDim" "2048"
  20334. "WorldDim" "512"
  20335. "BaseTextureOverride" "0"
  20336. "WeaponLength" "15.300000"
  20337. "UVScale" "0.506000"
  20338. }
  20339. }
  20340. "tags"
  20341. {
  20342. "ItemSet"
  20343. {
  20344. "tag_value" "set_community_3"
  20345. "tag_text" "#CSGO_set_community_3"
  20346. "tag_group" "ItemSet"
  20347. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  20348. }
  20349. }
  20350. }
  20351. "512"
  20352. {
  20353. "name" "weapon_knife_falchion"
  20354. "prefab" "melee_unusual"
  20355. "item_name" "#SFUI_WPNHUD_knife_falchion_advanced"
  20356. "item_description" "#CSGO_Item_Desc_knife_falchion_advanced"
  20357. "image_inventory" "econ/weapons/base_weapons/weapon_knife_falchion"
  20358. "icon_default_image" "materials/icons/inventory_icon_weapon_knife_falchion.vtf"
  20359. "model_player" "models/weapons/v_knife_falchion_advanced.mdl"
  20360. "model_world" "models/weapons/w_knife_falchion_advanced.mdl"
  20361. "used_by_classes"
  20362. {
  20363. "terrorists" "1"
  20364. "counter-terrorists" "1"
  20365. }
  20366. "attributes"
  20367. {
  20368. "pedestal display model" "models/weapons/v_knife_falchion_advanced_inspect.mdl"
  20369. }
  20370. "inventory_image_data"
  20371. {
  20372. "camera_angles" "0 0 0"
  20373. "camera_offset" "0 0 0"
  20374. }
  20375. "paint_data"
  20376. {
  20377. "PaintableMaterial0"
  20378. {
  20379. "Name" "knife_falchion_advanced"
  20380. "ViewmodelDim" "2048"
  20381. "WorldDim" "512"
  20382. "BaseTextureOverride" "0"
  20383. "WeaponLength" "12.570000"
  20384. "UVScale" "0.360000"
  20385. }
  20386. }
  20387. "tags"
  20388. {
  20389. "ItemSet"
  20390. {
  20391. "tag_value" "set_community_8"
  20392. "tag_text" "#CSGO_set_community_8"
  20393. "tag_group" "ItemSet"
  20394. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  20395. }
  20396. }
  20397. }
  20398. "514"
  20399. {
  20400. "name" "weapon_knife_survival_bowie"
  20401. "prefab" "melee_unusual"
  20402. "item_name" "#SFUI_WPNHUD_knife_survival_bowie"
  20403. "item_description" "#CSGO_Item_Desc_knife_survival_bowie"
  20404. "image_inventory" "econ/weapons/base_weapons/weapon_knife_survival_bowie"
  20405. "icon_default_image" "materials/icons/inventory_icon_weapon_knife_survival_bowie.vtf"
  20406. "model_player" "models/weapons/v_knife_survival_bowie.mdl"
  20407. "model_world" "models/weapons/w_knife_survival_bowie.mdl"
  20408. "model_dropped" "models/weapons/w_knife_survival_bowie_dropped.mdl"
  20409. "used_by_classes"
  20410. {
  20411. "terrorists" "1"
  20412. "counter-terrorists" "1"
  20413. }
  20414. "attributes"
  20415. {
  20416. "pedestal display model" "models/weapons/v_knife_survival_bowie_inspect.mdl"
  20417. }
  20418. "inventory_image_data"
  20419. {
  20420. "camera_angles" "30.0 -95.0 29.0"
  20421. "camera_offset" "7.0 1.5 -1.5"
  20422. }
  20423. "paint_data"
  20424. {
  20425. "PaintableMaterial0"
  20426. {
  20427. "Name" "knife_survival_bowie"
  20428. "ViewmodelDim" "2048"
  20429. "WorldDim" "512"
  20430. "BaseTextureOverride" "1"
  20431. "WeaponLength" "18.434601"
  20432. "UVScale" "0.461662"
  20433. }
  20434. }
  20435. "tags"
  20436. {
  20437. "ItemSet"
  20438. {
  20439. "tag_value" "set_community_11"
  20440. "tag_text" "#CSGO_set_community_11"
  20441. "tag_group" "ItemSet"
  20442. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  20443. }
  20444. }
  20445. }
  20446. "515"
  20447. {
  20448. "name" "weapon_knife_butterfly"
  20449. "prefab" "melee_unusual"
  20450. "item_name" "#SFUI_WPNHUD_Knife_Butterfly"
  20451. "item_description" "#CSGO_Item_Desc_Knife_Butterfly"
  20452. "image_inventory" "econ/weapons/base_weapons/weapon_knife_butterfly"
  20453. "icon_default_image" "materials/icons/inventory_icon_weapon_knife_butterfly.vtf"
  20454. "model_player" "models/weapons/v_knife_butterfly.mdl"
  20455. "model_world" "models/weapons/w_knife_butterfly.mdl"
  20456. "used_by_classes"
  20457. {
  20458. "terrorists" "1"
  20459. "counter-terrorists" "1"
  20460. }
  20461. "attributes"
  20462. {
  20463. "pedestal display model" "models/weapons/v_knife_butterfly_inspect.mdl"
  20464. }
  20465. "inventory_image_data"
  20466. {
  20467. "camera_angles" "30.0 -95.0 29.0"
  20468. "camera_offset" "9.0 1.5 -1.5"
  20469. "spot_light_key"
  20470. {
  20471. "position" "-10 30 0"
  20472. "color" "2.98 2.98 3"
  20473. "lookat" "0.0 0.0 0.0"
  20474. "inner_cone" "0.500000"
  20475. "outer_cone" "1.000000"
  20476. }
  20477. }
  20478. "paint_data"
  20479. {
  20480. "PaintableMaterial0"
  20481. {
  20482. "Name" "knife_butterfly"
  20483. "ViewmodelDim" "2048"
  20484. "WorldDim" "512"
  20485. "BaseTextureOverride" "0"
  20486. "WeaponLength" "15.300000"
  20487. "UVScale" "0.506000"
  20488. }
  20489. }
  20490. "tags"
  20491. {
  20492. "ItemSet"
  20493. {
  20494. "tag_value" "set_community_4"
  20495. "tag_text" "#CSGO_set_community_4"
  20496. "tag_group" "ItemSet"
  20497. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  20498. }
  20499. }
  20500. }
  20501. "516"
  20502. {
  20503. "name" "weapon_knife_push"
  20504. "prefab" "melee_unusual"
  20505. "item_name" "#SFUI_WPNHUD_knife_push"
  20506. "item_description" "#CSGO_Item_Desc_knife_push"
  20507. "image_inventory" "econ/weapons/base_weapons/weapon_knife_push"
  20508. "icon_default_image" "materials/icons/inventory_icon_weapon_knife_push.vtf"
  20509. "model_player" "models/weapons/v_knife_push.mdl"
  20510. "model_world" "models/weapons/w_knife_push.mdl"
  20511. "model_dropped" "models/weapons/w_knife_push_dropped.mdl"
  20512. "used_by_classes"
  20513. {
  20514. "terrorists" "1"
  20515. "counter-terrorists" "1"
  20516. }
  20517. "attributes"
  20518. {
  20519. "pedestal display model" "models/weapons/v_knife_push_inspect.mdl"
  20520. "icon display model" "models/weapons/w_knife_push_icon.mdl"
  20521. }
  20522. "inventory_image_data"
  20523. {
  20524. "spot_light_key"
  20525. {
  20526. "position" "0 -30 40"
  20527. "color" "0.95 0.98 1"
  20528. "lookat" "0.0 0.0 0.0"
  20529. "inner_cone" "0.500000"
  20530. "outer_cone" "1.000000"
  20531. }
  20532. "point_light_accent"
  20533. {
  20534. "position" "0 0 -50"
  20535. "color" "1 1 1"
  20536. }
  20537. }
  20538. "paint_data"
  20539. {
  20540. "PaintableMaterial0"
  20541. {
  20542. "Name" "knife_push"
  20543. "ViewmodelDim" "2048"
  20544. "WorldDim" "512"
  20545. "BaseTextureOverride" "1"
  20546. "WeaponLength" "5.884990"
  20547. "UVScale" "0.583642"
  20548. }
  20549. }
  20550. "tags"
  20551. {
  20552. "ItemSet"
  20553. {
  20554. "tag_value" "set_community_9"
  20555. "tag_text" "#CSGO_set_community_9"
  20556. "tag_group" "ItemSet"
  20557. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  20558. }
  20559. }
  20560. }
  20561. "874"
  20562. {
  20563. "name" "Five Year Service Coin"
  20564. "prefab" "collectible_untradable"
  20565. "item_name" "#CSGO_CollectibleCoin_FiveYearService"
  20566. "item_description" "#CSGO_CollectibleCoin_FiveYearService_Desc"
  20567. "image_inventory" "econ/status_icons/5yearcoin"
  20568. "attributes"
  20569. {
  20570. "pedestal display model" "models/inventory_items/5_year_coin.mdl"
  20571. }
  20572. }
  20573. "875"
  20574. {
  20575. "name" "DreamHack SteelSeries 2013 CS:GO Champion"
  20576. "prefab" "collectible_untradable"
  20577. "item_name" "#CSGO_CollectibleCoin_DH2013_Champion"
  20578. "item_description" "#CSGO_CollectibleCoin_DH2013_Champion_Desc"
  20579. "image_inventory" "econ/status_icons/dreamhack_2013_champion"
  20580. "attributes"
  20581. {
  20582. "pedestal display model" "models/inventory_items/dreamhack_trophy_champion.mdl"
  20583. "tournament event id"
  20584. {
  20585. "attribute_class" "tournament_event_id"
  20586. "value" "1"
  20587. }
  20588. }
  20589. }
  20590. "876"
  20591. {
  20592. "name" "DreamHack SteelSeries 2013 CS:GO Finalist"
  20593. "prefab" "collectible_untradable"
  20594. "item_name" "#CSGO_CollectibleCoin_DH2013_Finalist"
  20595. "item_description" "#CSGO_CollectibleCoin_DH2013_Finalist_Desc"
  20596. "image_inventory" "econ/status_icons/dreamhack_2013_finalist"
  20597. "attributes"
  20598. {
  20599. "pedestal display model" "models/inventory_items/dreamhack_trophy_finalist.mdl"
  20600. "tournament event id"
  20601. {
  20602. "attribute_class" "tournament_event_id"
  20603. "value" "1"
  20604. }
  20605. }
  20606. }
  20607. "877"
  20608. {
  20609. "name" "DreamHack SteelSeries 2013 CS:GO Semifinalist"
  20610. "prefab" "collectible_untradable"
  20611. "item_name" "#CSGO_CollectibleCoin_DH2013_SemiFinalist"
  20612. "item_description" "#CSGO_CollectibleCoin_DH2013_SemiFinalist_Desc"
  20613. "image_inventory" "econ/status_icons/dreamhack_2013_semifinalist"
  20614. "attributes"
  20615. {
  20616. "pedestal display model" "models/inventory_items/dreamhack_trophy_semifinalist.mdl"
  20617. "tournament event id"
  20618. {
  20619. "attribute_class" "tournament_event_id"
  20620. "value" "1"
  20621. }
  20622. }
  20623. }
  20624. "878"
  20625. {
  20626. "name" "DreamHack SteelSeries 2013 CS:GO Quarterfinalist"
  20627. "prefab" "collectible_untradable"
  20628. "item_name" "#CSGO_CollectibleCoin_DH2013_QuarterFinalist"
  20629. "item_description" "#CSGO_CollectibleCoin_DH2013_QuarterFinalist_Desc"
  20630. "image_inventory" "econ/status_icons/dreamhack_2013_quarterfinalist"
  20631. "attributes"
  20632. {
  20633. "pedestal display model" "models/inventory_items/dreamhack_trophy_quarterfinalist.mdl"
  20634. "tournament event id"
  20635. {
  20636. "attribute_class" "tournament_event_id"
  20637. "value" "1"
  20638. }
  20639. }
  20640. }
  20641. "879"
  20642. {
  20643. "name" "EMS One Katowice 2014 CS:GO Champion"
  20644. "prefab" "collectible_untradable"
  20645. "item_name" "#CSGO_CollectibleCoin_Kat2014_Champion"
  20646. "item_description" "#CSGO_CollectibleCoin_Kat2014_Champion_Desc"
  20647. "image_inventory" "econ/status_icons/katowice_2014_champion"
  20648. "attributes"
  20649. {
  20650. "pedestal display model" "models/inventory_items/katowice_trophy_champion.mdl"
  20651. "tournament event id"
  20652. {
  20653. "attribute_class" "tournament_event_id"
  20654. "value" "3"
  20655. }
  20656. }
  20657. }
  20658. "880"
  20659. {
  20660. "name" "EMS One Katowice 2014 CS:GO Finalist"
  20661. "prefab" "collectible_untradable"
  20662. "item_name" "#CSGO_CollectibleCoin_Kat2014_Finalist"
  20663. "item_description" "#CSGO_CollectibleCoin_Kat2014_Finalist_Desc"
  20664. "image_inventory" "econ/status_icons/katowice_2014_finalist"
  20665. "attributes"
  20666. {
  20667. "pedestal display model" "models/inventory_items/katowice_trophy_finalist.mdl"
  20668. "tournament event id"
  20669. {
  20670. "attribute_class" "tournament_event_id"
  20671. "value" "3"
  20672. }
  20673. }
  20674. }
  20675. "881"
  20676. {
  20677. "name" "EMS One Katowice 2014 CS:GO Semifinalist"
  20678. "prefab" "collectible_untradable"
  20679. "item_name" "#CSGO_CollectibleCoin_Kat2014_SemiFinalist"
  20680. "item_description" "#CSGO_CollectibleCoin_Kat2014_SemiFinalist_Desc"
  20681. "image_inventory" "econ/status_icons/katowice_2014_semifinalist"
  20682. "attributes"
  20683. {
  20684. "pedestal display model" "models/inventory_items/katowice_trophy_semifinalist.mdl"
  20685. "tournament event id"
  20686. {
  20687. "attribute_class" "tournament_event_id"
  20688. "value" "3"
  20689. }
  20690. }
  20691. }
  20692. "882"
  20693. {
  20694. "name" "EMS One Katowice 2014 CS:GO Quarterfinalist"
  20695. "prefab" "collectible_untradable"
  20696. "item_name" "#CSGO_CollectibleCoin_Kat2014_QuarterFinalist"
  20697. "item_description" "#CSGO_CollectibleCoin_Kat2014_QuarterFinalist_Desc"
  20698. "image_inventory" "econ/status_icons/katowice_2014_quarterfinalist"
  20699. "attributes"
  20700. {
  20701. "pedestal display model" "models/inventory_items/katowice_trophy_quarterfinalist.mdl"
  20702. "tournament event id"
  20703. {
  20704. "attribute_class" "tournament_event_id"
  20705. "value" "3"
  20706. }
  20707. }
  20708. }
  20709. "883"
  20710. {
  20711. "name" "ESL One Cologne 2014 CS:GO Champion"
  20712. "prefab" "collectible_untradable"
  20713. "item_name" "#CSGO_CollectibleCoin_Cologne2014_Champion"
  20714. "item_description" "#CSGO_CollectibleCoin_Cologne2014_Champion_Desc"
  20715. "image_inventory" "econ/status_icons/cologne_trophy_champion"
  20716. "attributes"
  20717. {
  20718. "pedestal display model" "models/inventory_items/cologne_trophy_champion.mdl"
  20719. "tournament event id"
  20720. {
  20721. "attribute_class" "tournament_event_id"
  20722. "value" "4"
  20723. }
  20724. }
  20725. }
  20726. "884"
  20727. {
  20728. "name" "ESL One Cologne 2014 CS:GO Finalist"
  20729. "prefab" "collectible_untradable"
  20730. "item_name" "#CSGO_CollectibleCoin_Cologne2014_Finalist"
  20731. "item_description" "#CSGO_CollectibleCoin_Cologne2014_Finalist_Desc"
  20732. "image_inventory" "econ/status_icons/cologne_trophy_finalist"
  20733. "attributes"
  20734. {
  20735. "pedestal display model" "models/inventory_items/cologne_trophy_finalist.mdl"
  20736. "tournament event id"
  20737. {
  20738. "attribute_class" "tournament_event_id"
  20739. "value" "4"
  20740. }
  20741. }
  20742. }
  20743. "885"
  20744. {
  20745. "name" "ESL One Cologne 2014 CS:GO Semifinalist"
  20746. "prefab" "collectible_untradable"
  20747. "item_name" "#CSGO_CollectibleCoin_Cologne2014_SemiFinalist"
  20748. "item_description" "#CSGO_CollectibleCoin_Cologne2014_SemiFinalist_Desc"
  20749. "image_inventory" "econ/status_icons/cologne_trophy_semifinalist"
  20750. "attributes"
  20751. {
  20752. "pedestal display model" "models/inventory_items/cologne_trophy_semifinalist.mdl"
  20753. "tournament event id"
  20754. {
  20755. "attribute_class" "tournament_event_id"
  20756. "value" "4"
  20757. }
  20758. }
  20759. }
  20760. "886"
  20761. {
  20762. "name" "ESL One Cologne 2014 CS:GO Quarterfinalist"
  20763. "prefab" "collectible_untradable"
  20764. "item_name" "#CSGO_CollectibleCoin_Cologne2014_QuarterFinalist"
  20765. "item_description" "#CSGO_CollectibleCoin_Cologne2014_QuarterFinalist_Desc"
  20766. "image_inventory" "econ/status_icons/cologne_trophy_quarterfinalist"
  20767. "attributes"
  20768. {
  20769. "pedestal display model" "models/inventory_items/cologne_trophy_quarterfinalist.mdl"
  20770. "tournament event id"
  20771. {
  20772. "attribute_class" "tournament_event_id"
  20773. "value" "4"
  20774. }
  20775. }
  20776. }
  20777. "887"
  20778. {
  20779. "name" "ESL One Cologne 2014 Pick 'Em Challenge Bronze"
  20780. "prefab" "collectible_untradable"
  20781. "item_name" "#CSGO_CollectibleCoin_Cologne2014_PickEmBronze"
  20782. "item_description" "#CSGO_CollectibleCoin_Cologne2014_PickEmBronze_Desc"
  20783. "image_inventory" "econ/status_icons/cologne_prediction_bronze"
  20784. "attributes"
  20785. {
  20786. "pedestal display model" "models/inventory_items/cologne_prediction_bronze.mdl"
  20787. "tournament event id"
  20788. {
  20789. "attribute_class" "tournament_event_id"
  20790. "value" "4"
  20791. }
  20792. }
  20793. }
  20794. "888"
  20795. {
  20796. "name" "ESL One Cologne 2014 Pick 'Em Challenge Silver"
  20797. "prefab" "collectible_untradable"
  20798. "item_name" "#CSGO_CollectibleCoin_Cologne2014_PickEmSilver"
  20799. "item_description" "#CSGO_CollectibleCoin_Cologne2014_PickEmSilver_Desc"
  20800. "image_inventory" "econ/status_icons/cologne_prediction_silver"
  20801. "attributes"
  20802. {
  20803. "pedestal display model" "models/inventory_items/cologne_prediction_silver.mdl"
  20804. "tournament event id"
  20805. {
  20806. "attribute_class" "tournament_event_id"
  20807. "value" "4"
  20808. }
  20809. }
  20810. }
  20811. "889"
  20812. {
  20813. "name" "ESL One Cologne 2014 Pick 'Em Challenge Gold"
  20814. "prefab" "collectible_untradable"
  20815. "item_name" "#CSGO_CollectibleCoin_Cologne2014_PickEmGold"
  20816. "item_description" "#CSGO_CollectibleCoin_Cologne2014_PickEmGold_Desc"
  20817. "image_inventory" "econ/status_icons/cologne_prediction_gold"
  20818. "attributes"
  20819. {
  20820. "pedestal display model" "models/inventory_items/cologne_prediction_gold.mdl"
  20821. "tournament event id"
  20822. {
  20823. "attribute_class" "tournament_event_id"
  20824. "value" "4"
  20825. }
  20826. }
  20827. }
  20828. "890"
  20829. {
  20830. "name" "DreamHack Winter 2014 CS:GO Champion"
  20831. "prefab" "collectible_untradable"
  20832. "item_name" "#CSGO_CollectibleCoin_DHW2014_Champion"
  20833. "item_description" "#CSGO_CollectibleCoin_DHW2014_Champion_Desc"
  20834. "image_inventory" "econ/status_icons/dhw_2014_champion"
  20835. "attributes"
  20836. {
  20837. "pedestal display model" "models/inventory_items/dhw_2014_champion.mdl"
  20838. "tournament event id"
  20839. {
  20840. "attribute_class" "tournament_event_id"
  20841. "value" "5"
  20842. }
  20843. }
  20844. }
  20845. "891"
  20846. {
  20847. "name" "DreamHack Winter 2014 CS:GO Finalist"
  20848. "prefab" "collectible_untradable"
  20849. "item_name" "#CSGO_CollectibleCoin_DHW2014_Finalist"
  20850. "item_description" "#CSGO_CollectibleCoin_DHW2014_Finalist_Desc"
  20851. "image_inventory" "econ/status_icons/dhw_2014_finalist"
  20852. "attributes"
  20853. {
  20854. "pedestal display model" "models/inventory_items/dhw_2014_finalist.mdl"
  20855. "tournament event id"
  20856. {
  20857. "attribute_class" "tournament_event_id"
  20858. "value" "5"
  20859. }
  20860. }
  20861. }
  20862. "892"
  20863. {
  20864. "name" "DreamHack Winter 2014 CS:GO Semifinalist"
  20865. "prefab" "collectible_untradable"
  20866. "item_name" "#CSGO_CollectibleCoin_DHW2014_SemiFinalist"
  20867. "item_description" "#CSGO_CollectibleCoin_DHW2014_SemiFinalist_Desc"
  20868. "image_inventory" "econ/status_icons/dhw_2014_semifinalist"
  20869. "attributes"
  20870. {
  20871. "pedestal display model" "models/inventory_items/dhw_2014_semifinalist.mdl"
  20872. "tournament event id"
  20873. {
  20874. "attribute_class" "tournament_event_id"
  20875. "value" "5"
  20876. }
  20877. }
  20878. }
  20879. "893"
  20880. {
  20881. "name" "DreamHack Winter 2014 CS:GO Quarterfinalist"
  20882. "prefab" "collectible_untradable"
  20883. "item_name" "#CSGO_CollectibleCoin_DHW2014_QuarterFinalist"
  20884. "item_description" "#CSGO_CollectibleCoin_DHW2014_QuarterFinalist_Desc"
  20885. "image_inventory" "econ/status_icons/dhw_2014_quarterfinalist"
  20886. "attributes"
  20887. {
  20888. "pedestal display model" "models/inventory_items/dhw_2014_quarterfinalist.mdl"
  20889. "tournament event id"
  20890. {
  20891. "attribute_class" "tournament_event_id"
  20892. "value" "5"
  20893. }
  20894. }
  20895. }
  20896. "894"
  20897. {
  20898. "name" "DreamHack Winter 2014 Pick 'Em Challenge Bronze"
  20899. "prefab" "collectible_untradable"
  20900. "item_name" "#CSGO_CollectibleCoin_DHW2014_PickEmBronze"
  20901. "item_description" "#CSGO_CollectibleCoin_DHW2014_PickEmBronze_Desc"
  20902. "image_inventory" "econ/status_icons/dhw14_prediction_bronze"
  20903. "attributes"
  20904. {
  20905. "pedestal display model" "models/inventory_items/dhw_2014_pickem_bronze.mdl"
  20906. "tournament event id"
  20907. {
  20908. "attribute_class" "tournament_event_id"
  20909. "value" "5"
  20910. }
  20911. }
  20912. }
  20913. "895"
  20914. {
  20915. "name" "DreamHack Winter 2014 Pick 'Em Challenge Silver"
  20916. "prefab" "collectible_untradable"
  20917. "item_name" "#CSGO_CollectibleCoin_DHW2014_PickEmSilver"
  20918. "item_description" "#CSGO_CollectibleCoin_DHW2014_PickEmSilver_Desc"
  20919. "image_inventory" "econ/status_icons/dhw14_prediction_silver"
  20920. "attributes"
  20921. {
  20922. "pedestal display model" "models/inventory_items/dhw_2014_pickem_silver.mdl"
  20923. "tournament event id"
  20924. {
  20925. "attribute_class" "tournament_event_id"
  20926. "value" "5"
  20927. }
  20928. }
  20929. }
  20930. "896"
  20931. {
  20932. "name" "DreamHack Winter 2014 Pick 'Em Challenge Gold"
  20933. "prefab" "collectible_untradable"
  20934. "item_name" "#CSGO_CollectibleCoin_DHW2014_PickEmGold"
  20935. "item_description" "#CSGO_CollectibleCoin_DHW2014_PickEmGold_Desc"
  20936. "image_inventory" "econ/status_icons/dhw14_prediction_gold"
  20937. "attributes"
  20938. {
  20939. "pedestal display model" "models/inventory_items/dhw_2014_pickem_gold.mdl"
  20940. "tournament event id"
  20941. {
  20942. "attribute_class" "tournament_event_id"
  20943. "value" "5"
  20944. }
  20945. }
  20946. }
  20947. "897"
  20948. {
  20949. "name" "ESL One Katowice 2015 CS:GO Champion"
  20950. "prefab" "collectible_untradable"
  20951. "item_name" "#CSGO_CollectibleCoin_Kat2015_Champion"
  20952. "item_description" "#CSGO_CollectibleCoin_Kat2015_Champion_Desc"
  20953. "image_inventory" "econ/status_icons/kat_2015_champion"
  20954. "attributes"
  20955. {
  20956. "pedestal display model" "models/inventory_items/katowice2015_trophy_champion.mdl"
  20957. "tournament event id"
  20958. {
  20959. "attribute_class" "tournament_event_id"
  20960. "value" "6"
  20961. }
  20962. }
  20963. }
  20964. "898"
  20965. {
  20966. "name" "ESL One Katowice 2015 CS:GO Finalist"
  20967. "prefab" "collectible_untradable"
  20968. "item_name" "#CSGO_CollectibleCoin_Kat2015_Finalist"
  20969. "item_description" "#CSGO_CollectibleCoin_Kat2015_Finalist_Desc"
  20970. "image_inventory" "econ/status_icons/kat_2015_finalist"
  20971. "attributes"
  20972. {
  20973. "pedestal display model" "models/inventory_items/katowice2015_trophy_finalist.mdl"
  20974. "tournament event id"
  20975. {
  20976. "attribute_class" "tournament_event_id"
  20977. "value" "6"
  20978. }
  20979. }
  20980. }
  20981. "899"
  20982. {
  20983. "name" "ESL One Katowice 2015 CS:GO Semifinalist"
  20984. "prefab" "collectible_untradable"
  20985. "item_name" "#CSGO_CollectibleCoin_Kat2015_SemiFinalist"
  20986. "item_description" "#CSGO_CollectibleCoin_Kat2015_SemiFinalist_Desc"
  20987. "image_inventory" "econ/status_icons/kat_2015_semifinalist"
  20988. "attributes"
  20989. {
  20990. "pedestal display model" "models/inventory_items/katowice2015_trophy_semifinalist.mdl"
  20991. "tournament event id"
  20992. {
  20993. "attribute_class" "tournament_event_id"
  20994. "value" "6"
  20995. }
  20996. }
  20997. }
  20998. "900"
  20999. {
  21000. "name" "ESL One Katowice 2015 CS:GO Quarterfinalist"
  21001. "prefab" "collectible_untradable"
  21002. "item_name" "#CSGO_CollectibleCoin_Kat2015_QuarterFinalist"
  21003. "item_description" "#CSGO_CollectibleCoin_Kat2015_QuarterFinalist_Desc"
  21004. "image_inventory" "econ/status_icons/kat_2015_quarterfinalist"
  21005. "attributes"
  21006. {
  21007. "pedestal display model" "models/inventory_items/katowice2015_trophy_quarterfinalist.mdl"
  21008. "tournament event id"
  21009. {
  21010. "attribute_class" "tournament_event_id"
  21011. "value" "6"
  21012. }
  21013. }
  21014. }
  21015. "901"
  21016. {
  21017. "name" "ESL One Katowice 2015 Pick 'Em Challenge Bronze"
  21018. "prefab" "collectible_untradable"
  21019. "item_name" "#CSGO_CollectibleCoin_Kat2015_PickEmBronze"
  21020. "item_description" "#CSGO_CollectibleCoin_Kat2015_PickEmBronze_Desc"
  21021. "image_inventory" "econ/status_icons/kat_2015_prediction_bronze"
  21022. "attributes"
  21023. {
  21024. "pedestal display model" "models/inventory_items/kat_2015_pickem_bronze.mdl"
  21025. "tournament event id"
  21026. {
  21027. "attribute_class" "tournament_event_id"
  21028. "value" "6"
  21029. }
  21030. }
  21031. }
  21032. "902"
  21033. {
  21034. "name" "ESL One Katowice 2015 Pick 'Em Challenge Silver"
  21035. "prefab" "collectible_untradable"
  21036. "item_name" "#CSGO_CollectibleCoin_Kat2015_PickEmSilver"
  21037. "item_description" "#CSGO_CollectibleCoin_Kat2015_PickEmSilver_Desc"
  21038. "image_inventory" "econ/status_icons/kat_2015_prediction_silver"
  21039. "attributes"
  21040. {
  21041. "pedestal display model" "models/inventory_items/kat_2015_pickem_silver.mdl"
  21042. "tournament event id"
  21043. {
  21044. "attribute_class" "tournament_event_id"
  21045. "value" "6"
  21046. }
  21047. }
  21048. }
  21049. "903"
  21050. {
  21051. "name" "ESL One Katowice 2015 Pick 'Em Challenge Gold"
  21052. "prefab" "collectible_untradable"
  21053. "item_name" "#CSGO_CollectibleCoin_Kat2015_PickEmGold"
  21054. "item_description" "#CSGO_CollectibleCoin_Kat2015_PickEmGold_Desc"
  21055. "image_inventory" "econ/status_icons/kat_2015_prediction_gold"
  21056. "attributes"
  21057. {
  21058. "pedestal display model" "models/inventory_items/kat_2015_pickem_gold.mdl"
  21059. "tournament event id"
  21060. {
  21061. "attribute_class" "tournament_event_id"
  21062. "value" "6"
  21063. }
  21064. }
  21065. }
  21066. "904"
  21067. {
  21068. "name" "ESL One Cologne 2015 CS:GO Champion"
  21069. "prefab" "collectible_untradable"
  21070. "item_name" "#CSGO_CollectibleCoin_Cologne2015_Champion"
  21071. "item_description" "#CSGO_CollectibleCoin_Cologne2015_Champion_Desc"
  21072. "image_inventory" "econ/status_icons/col_2015_champion"
  21073. "attributes"
  21074. {
  21075. "pedestal display model" "models/inventory_items/col2015_trophy_champion.mdl"
  21076. "tournament event id"
  21077. {
  21078. "attribute_class" "tournament_event_id"
  21079. "value" "7"
  21080. }
  21081. }
  21082. }
  21083. "905"
  21084. {
  21085. "name" "ESL One Cologne 2015 CS:GO Finalist"
  21086. "prefab" "collectible_untradable"
  21087. "item_name" "#CSGO_CollectibleCoin_Cologne2015_Finalist"
  21088. "item_description" "#CSGO_CollectibleCoin_Cologne2015_Finalist_Desc"
  21089. "image_inventory" "econ/status_icons/col_2015_finalist"
  21090. "attributes"
  21091. {
  21092. "pedestal display model" "models/inventory_items/col2015_trophy_finalist.mdl"
  21093. "tournament event id"
  21094. {
  21095. "attribute_class" "tournament_event_id"
  21096. "value" "7"
  21097. }
  21098. }
  21099. }
  21100. "906"
  21101. {
  21102. "name" "ESL One Cologne 2015 CS:GO Semifinalist"
  21103. "prefab" "collectible_untradable"
  21104. "item_name" "#CSGO_CollectibleCoin_Cologne2015_SemiFinalist"
  21105. "item_description" "#CSGO_CollectibleCoin_Cologne2015_SemiFinalist_Desc"
  21106. "image_inventory" "econ/status_icons/col_2015_semifinalist"
  21107. "attributes"
  21108. {
  21109. "pedestal display model" "models/inventory_items/col2015_trophy_semifinalist.mdl"
  21110. "tournament event id"
  21111. {
  21112. "attribute_class" "tournament_event_id"
  21113. "value" "7"
  21114. }
  21115. }
  21116. }
  21117. "907"
  21118. {
  21119. "name" "ESL One Cologne 2015 CS:GO Quarterfinalist"
  21120. "prefab" "collectible_untradable"
  21121. "item_name" "#CSGO_CollectibleCoin_Cologne2015_QuarterFinalist"
  21122. "item_description" "#CSGO_CollectibleCoin_Cologne2015_QuarterFinalist_Desc"
  21123. "image_inventory" "econ/status_icons/col_2015_quarterfinalist"
  21124. "attributes"
  21125. {
  21126. "pedestal display model" "models/inventory_items/col2015_trophy_quarterfinalist.mdl"
  21127. "tournament event id"
  21128. {
  21129. "attribute_class" "tournament_event_id"
  21130. "value" "7"
  21131. }
  21132. }
  21133. }
  21134. "908"
  21135. {
  21136. "name" "ESL One Cologne 2015 Pick 'Em Challenge Bronze"
  21137. "prefab" "collectible_untradable"
  21138. "item_name" "#CSGO_CollectibleCoin_Cologne2015_PickEmBronze"
  21139. "item_description" "#CSGO_CollectibleCoin_Cologne2015_PickEmBronze_Desc"
  21140. "image_inventory" "econ/status_icons/col_2015_prediction_bronze"
  21141. "attributes"
  21142. {
  21143. "pedestal display model" "models/inventory_items/cologne_pickem_2015_bronze.mdl"
  21144. "tournament event id"
  21145. {
  21146. "attribute_class" "tournament_event_id"
  21147. "value" "7"
  21148. }
  21149. }
  21150. }
  21151. "909"
  21152. {
  21153. "name" "ESL One Cologne 2015 Pick 'Em Challenge Silver"
  21154. "prefab" "collectible_untradable"
  21155. "item_name" "#CSGO_CollectibleCoin_Cologne2015_PickEmSilver"
  21156. "item_description" "#CSGO_CollectibleCoin_Cologne2015_PickEmSilver_Desc"
  21157. "image_inventory" "econ/status_icons/col_2015_prediction_silver"
  21158. "attributes"
  21159. {
  21160. "pedestal display model" "models/inventory_items/cologne_pickem_2015_silver.mdl"
  21161. "tournament event id"
  21162. {
  21163. "attribute_class" "tournament_event_id"
  21164. "value" "7"
  21165. }
  21166. }
  21167. }
  21168. "910"
  21169. {
  21170. "name" "ESL One Cologne 2015 Pick 'Em Challenge Gold"
  21171. "prefab" "collectible_untradable"
  21172. "item_name" "#CSGO_CollectibleCoin_Cologne2015_PickEmGold"
  21173. "item_description" "#CSGO_CollectibleCoin_Cologne2015_PickEmGold_Desc"
  21174. "image_inventory" "econ/status_icons/col_2015_prediction_gold"
  21175. "attributes"
  21176. {
  21177. "pedestal display model" "models/inventory_items/cologne_pickem_2015_gold.mdl"
  21178. "tournament event id"
  21179. {
  21180. "attribute_class" "tournament_event_id"
  21181. "value" "7"
  21182. }
  21183. }
  21184. }
  21185. "911"
  21186. {
  21187. "name" "DreamHack Cluj-Napoca 2015 Pick 'Em Challenge Bronze"
  21188. "prefab" "collectible_untradable"
  21189. "item_name" "#CSGO_CollectibleCoin_Cluj2015_PickEmBronze"
  21190. "item_description" "#CSGO_CollectibleCoin_Cluj2015_PickEmBronze_Desc"
  21191. "image_inventory" "econ/status_icons/cluj_2015_prediction_bronze"
  21192. "attributes"
  21193. {
  21194. "pedestal display model" "models/inventory_items/cluj_pickem_2015_bronze.mdl"
  21195. "tournament event id"
  21196. {
  21197. "attribute_class" "tournament_event_id"
  21198. "value" "8"
  21199. }
  21200. }
  21201. }
  21202. "912"
  21203. {
  21204. "name" "DreamHack Cluj-Napoca 2015 Pick 'Em Challenge Silver"
  21205. "prefab" "collectible_untradable"
  21206. "item_name" "#CSGO_CollectibleCoin_Cluj2015_PickEmSilver"
  21207. "item_description" "#CSGO_CollectibleCoin_Cluj2015_PickEmSilver_Desc"
  21208. "image_inventory" "econ/status_icons/cluj_2015_prediction_silver"
  21209. "attributes"
  21210. {
  21211. "pedestal display model" "models/inventory_items/cluj_pickem_2015_silver.mdl"
  21212. "tournament event id"
  21213. {
  21214. "attribute_class" "tournament_event_id"
  21215. "value" "8"
  21216. }
  21217. }
  21218. }
  21219. "913"
  21220. {
  21221. "name" "DreamHack Cluj-Napoca 2015 Pick 'Em Challenge Gold"
  21222. "prefab" "collectible_untradable"
  21223. "item_name" "#CSGO_CollectibleCoin_Cluj2015_PickEmGold"
  21224. "item_description" "#CSGO_CollectibleCoin_Cluj2015_PickEmGold_Desc"
  21225. "image_inventory" "econ/status_icons/cluj_2015_prediction_gold"
  21226. "attributes"
  21227. {
  21228. "pedestal display model" "models/inventory_items/cluj_pickem_2015_gold.mdl"
  21229. "tournament event id"
  21230. {
  21231. "attribute_class" "tournament_event_id"
  21232. "value" "8"
  21233. }
  21234. }
  21235. }
  21236. "914"
  21237. {
  21238. "name" "DreamHack Cluj-Napoca 2015 Fantasy Team Bronze"
  21239. "prefab" "collectible_untradable"
  21240. "item_name" "#CSGO_CollectibleCoin_Cluj2015_FantasyBronze"
  21241. "item_description" "#CSGO_CollectibleCoin_Cluj2015_FantasyBronze_Desc"
  21242. "image_inventory" "econ/status_icons/cluj_2015_fantasy_bronze"
  21243. "attributes"
  21244. {
  21245. "pedestal display model" "models/inventory_items/cluj_fantasy_2015_bronze.mdl"
  21246. "tournament event id"
  21247. {
  21248. "attribute_class" "tournament_event_id"
  21249. "value" "8"
  21250. }
  21251. }
  21252. }
  21253. "915"
  21254. {
  21255. "name" "DreamHack Cluj-Napoca 2015 Fantasy Team Silver"
  21256. "prefab" "collectible_untradable"
  21257. "item_name" "#CSGO_CollectibleCoin_Cluj2015_FantasySilver"
  21258. "item_description" "#CSGO_CollectibleCoin_Cluj2015_FantasySilver_Desc"
  21259. "image_inventory" "econ/status_icons/cluj_2015_fantasy_silver"
  21260. "attributes"
  21261. {
  21262. "pedestal display model" "models/inventory_items/cluj_fantasy_2015_silver.mdl"
  21263. "tournament event id"
  21264. {
  21265. "attribute_class" "tournament_event_id"
  21266. "value" "8"
  21267. }
  21268. }
  21269. }
  21270. "916"
  21271. {
  21272. "name" "DreamHack Cluj-Napoca 2015 Fantasy Team Gold"
  21273. "prefab" "collectible_untradable"
  21274. "item_name" "#CSGO_CollectibleCoin_Cluj2015_FantasyGold"
  21275. "item_description" "#CSGO_CollectibleCoin_Cluj2015_FantasyGold_Desc"
  21276. "image_inventory" "econ/status_icons/cluj_2015_fantasy_gold"
  21277. "attributes"
  21278. {
  21279. "pedestal display model" "models/inventory_items/cluj_fantasy_2015_gold.mdl"
  21280. "tournament event id"
  21281. {
  21282. "attribute_class" "tournament_event_id"
  21283. "value" "8"
  21284. }
  21285. }
  21286. }
  21287. "917"
  21288. {
  21289. "name" "DreamHack Cluj-Napoca 2015 CS:GO Champion"
  21290. "prefab" "collectible_untradable"
  21291. "item_name" "#CSGO_CollectibleCoin_Cluj2015_Champion"
  21292. "item_description" "#CSGO_CollectibleCoin_Cluj2015_Champion_Desc"
  21293. "image_inventory" "econ/status_icons/trophy_majors"
  21294. "attributes"
  21295. {
  21296. "pedestal display model" "models/inventory_items/trophy_majors.mdl"
  21297. "tournament event id"
  21298. {
  21299. "attribute_class" "tournament_event_id"
  21300. "value" "8"
  21301. }
  21302. }
  21303. }
  21304. "918"
  21305. {
  21306. "name" "DreamHack Cluj-Napoca 2015 CS:GO Finalist"
  21307. "prefab" "collectible_untradable"
  21308. "item_name" "#CSGO_CollectibleCoin_Cluj2015_Finalist"
  21309. "item_description" "#CSGO_CollectibleCoin_Cluj2015_Finalist_Desc"
  21310. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21311. "attributes"
  21312. {
  21313. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21314. "tournament event id"
  21315. {
  21316. "attribute_class" "tournament_event_id"
  21317. "value" "8"
  21318. }
  21319. }
  21320. }
  21321. "919"
  21322. {
  21323. "name" "DreamHack Cluj-Napoca 2015 CS:GO Semifinalist"
  21324. "prefab" "collectible_untradable"
  21325. "item_name" "#CSGO_CollectibleCoin_Cluj2015_Semifinalist"
  21326. "item_description" "#CSGO_CollectibleCoin_Cluj2015_Semifinalist_Desc"
  21327. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21328. "attributes"
  21329. {
  21330. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21331. "tournament event id"
  21332. {
  21333. "attribute_class" "tournament_event_id"
  21334. "value" "8"
  21335. }
  21336. }
  21337. }
  21338. "920"
  21339. {
  21340. "name" "DreamHack Cluj-Napoca 2015 CS:GO Quarterfinalist"
  21341. "prefab" "collectible_untradable"
  21342. "item_name" "#CSGO_CollectibleCoin_Cluj2015_Quarterfinalist"
  21343. "item_description" "#CSGO_CollectibleCoin_Cluj2015_Quarterfinalist_Desc"
  21344. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21345. "attributes"
  21346. {
  21347. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21348. "tournament event id"
  21349. {
  21350. "attribute_class" "tournament_event_id"
  21351. "value" "8"
  21352. }
  21353. }
  21354. }
  21355. "921"
  21356. {
  21357. "name" "MLG Columbus 2016 Pick 'Em Challenge Bronze"
  21358. "prefab" "collectible_untradable"
  21359. "item_name" "#CSGO_CollectibleCoin_Columbus2016_PickEmBronze"
  21360. "item_description" "#CSGO_CollectibleCoin_Columbus2016_PickEmBronze_Desc"
  21361. "image_inventory" "econ/status_icons/mlg_2016_pickem_bronze"
  21362. "attributes"
  21363. {
  21364. "pedestal display model" "models/inventory_items/mlg_pickem_2016_bronze.mdl"
  21365. "tournament event id"
  21366. {
  21367. "attribute_class" "tournament_event_id"
  21368. "value" "9"
  21369. }
  21370. }
  21371. }
  21372. "922"
  21373. {
  21374. "name" "MLG Columbus 2016 Pick 'Em Challenge Silver"
  21375. "prefab" "collectible_untradable"
  21376. "item_name" "#CSGO_CollectibleCoin_Columbus2016_PickEmSilver"
  21377. "item_description" "#CSGO_CollectibleCoin_Columbus2016_PickEmSilver_Desc"
  21378. "image_inventory" "econ/status_icons/mlg_2016_pickem_silver"
  21379. "attributes"
  21380. {
  21381. "pedestal display model" "models/inventory_items/mlg_pickem_2016_silver.mdl"
  21382. "tournament event id"
  21383. {
  21384. "attribute_class" "tournament_event_id"
  21385. "value" "9"
  21386. }
  21387. }
  21388. }
  21389. "923"
  21390. {
  21391. "name" "MLG Columbus 2016 Pick 'Em Challenge Gold"
  21392. "prefab" "collectible_untradable"
  21393. "item_name" "#CSGO_CollectibleCoin_Columbus2016_PickEmGold"
  21394. "item_description" "#CSGO_CollectibleCoin_Columbus2016_PickEmGold_Desc"
  21395. "image_inventory" "econ/status_icons/mlg_2016_pickem_gold"
  21396. "attributes"
  21397. {
  21398. "pedestal display model" "models/inventory_items/mlg_pickem_2016_gold.mdl"
  21399. "tournament event id"
  21400. {
  21401. "attribute_class" "tournament_event_id"
  21402. "value" "9"
  21403. }
  21404. }
  21405. }
  21406. "924"
  21407. {
  21408. "name" "MLG Columbus 2016 Fantasy Team Bronze"
  21409. "prefab" "collectible_untradable"
  21410. "item_name" "#CSGO_CollectibleCoin_Columbus2016_FantasyBronze"
  21411. "item_description" "#CSGO_CollectibleCoin_Columbus2016_FantasyBronze_Desc"
  21412. "image_inventory" "econ/status_icons/mlg_2016_fantasy_bronze"
  21413. "attributes"
  21414. {
  21415. "pedestal display model" "models/inventory_items/mlg_fantasy_2016_bronze.mdl"
  21416. "tournament event id"
  21417. {
  21418. "attribute_class" "tournament_event_id"
  21419. "value" "9"
  21420. }
  21421. }
  21422. }
  21423. "925"
  21424. {
  21425. "name" "MLG Columbus 2016 Fantasy Team Silver"
  21426. "prefab" "collectible_untradable"
  21427. "item_name" "#CSGO_CollectibleCoin_Columbus2016_FantasySilver"
  21428. "item_description" "#CSGO_CollectibleCoin_Columbus2016_FantasySilver_Desc"
  21429. "image_inventory" "econ/status_icons/mlg_2016_fantasy_silver"
  21430. "attributes"
  21431. {
  21432. "pedestal display model" "models/inventory_items/mlg_fantasy_2016_silver.mdl"
  21433. "tournament event id"
  21434. {
  21435. "attribute_class" "tournament_event_id"
  21436. "value" "9"
  21437. }
  21438. }
  21439. }
  21440. "926"
  21441. {
  21442. "name" "MLG Columbus 2016 Fantasy Team Gold"
  21443. "prefab" "collectible_untradable"
  21444. "item_name" "#CSGO_CollectibleCoin_Columbus2016_FantasyGold"
  21445. "item_description" "#CSGO_CollectibleCoin_Columbus2016_FantasyGold_Desc"
  21446. "image_inventory" "econ/status_icons/mlg_2016_fantasy_gold"
  21447. "attributes"
  21448. {
  21449. "pedestal display model" "models/inventory_items/mlg_fantasy_2016_gold.mdl"
  21450. "tournament event id"
  21451. {
  21452. "attribute_class" "tournament_event_id"
  21453. "value" "9"
  21454. }
  21455. }
  21456. }
  21457. "927"
  21458. {
  21459. "name" "MLG Columbus 2016 CS:GO Champion"
  21460. "prefab" "collectible_untradable"
  21461. "item_name" "#CSGO_CollectibleCoin_Columbus2016_Champion"
  21462. "item_description" "#CSGO_CollectibleCoin_Columbus2016_Champion_Desc"
  21463. "image_inventory" "econ/status_icons/trophy_majors"
  21464. "attributes"
  21465. {
  21466. "pedestal display model" "models/inventory_items/trophy_majors.mdl"
  21467. "tournament event id"
  21468. {
  21469. "attribute_class" "tournament_event_id"
  21470. "value" "9"
  21471. }
  21472. }
  21473. }
  21474. "928"
  21475. {
  21476. "name" "MLG Columbus 2016 CS:GO Finalist"
  21477. "prefab" "collectible_untradable"
  21478. "item_name" "#CSGO_CollectibleCoin_Columbus2016_Finalist"
  21479. "item_description" "#CSGO_CollectibleCoin_Columbus2016_Finalist_Desc"
  21480. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21481. "attributes"
  21482. {
  21483. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21484. "tournament event id"
  21485. {
  21486. "attribute_class" "tournament_event_id"
  21487. "value" "9"
  21488. }
  21489. }
  21490. }
  21491. "929"
  21492. {
  21493. "name" "MLG Columbus 2016 CS:GO Semifinalist"
  21494. "prefab" "collectible_untradable"
  21495. "item_name" "#CSGO_CollectibleCoin_Columbus2016_Semifinalist"
  21496. "item_description" "#CSGO_CollectibleCoin_Columbus2016_Semifinalist_Desc"
  21497. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21498. "attributes"
  21499. {
  21500. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21501. "tournament event id"
  21502. {
  21503. "attribute_class" "tournament_event_id"
  21504. "value" "9"
  21505. }
  21506. }
  21507. }
  21508. "930"
  21509. {
  21510. "name" "MLG Columbus 2016 CS:GO Quarterfinalist"
  21511. "prefab" "collectible_untradable"
  21512. "item_name" "#CSGO_CollectibleCoin_Columbus2016_Quarterfinalist"
  21513. "item_description" "#CSGO_CollectibleCoin_Columbus2016_Quarterfinalist_Desc"
  21514. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21515. "attributes"
  21516. {
  21517. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21518. "tournament event id"
  21519. {
  21520. "attribute_class" "tournament_event_id"
  21521. "value" "9"
  21522. }
  21523. }
  21524. }
  21525. "931"
  21526. {
  21527. "name" "ESL One Cologne 2016 CS:GO Champion"
  21528. "prefab" "collectible_untradable"
  21529. "item_name" "#CSGO_CollectibleCoin_Cologne2016_Champion"
  21530. "item_description" "#CSGO_CollectibleCoin_Cologne2016_Champion_Desc"
  21531. "image_inventory" "econ/status_icons/trophy_majors"
  21532. "attributes"
  21533. {
  21534. "pedestal display model" "models/inventory_items/trophy_majors.mdl"
  21535. "tournament event id"
  21536. {
  21537. "attribute_class" "tournament_event_id"
  21538. "value" "10"
  21539. }
  21540. }
  21541. }
  21542. "932"
  21543. {
  21544. "name" "ESL One Cologne 2016 CS:GO Finalist"
  21545. "prefab" "collectible_untradable"
  21546. "item_name" "#CSGO_CollectibleCoin_Cologne2016_Finalist"
  21547. "item_description" "#CSGO_CollectibleCoin_Cologne2016_Finalist_Desc"
  21548. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21549. "attributes"
  21550. {
  21551. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21552. "tournament event id"
  21553. {
  21554. "attribute_class" "tournament_event_id"
  21555. "value" "10"
  21556. }
  21557. }
  21558. }
  21559. "933"
  21560. {
  21561. "name" "ESL One Cologne 2016 CS:GO Semifinalist"
  21562. "prefab" "collectible_untradable"
  21563. "item_name" "#CSGO_CollectibleCoin_Cologne2016_Semifinalist"
  21564. "item_description" "#CSGO_CollectibleCoin_Cologne2016_Semifinalist_Desc"
  21565. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21566. "attributes"
  21567. {
  21568. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21569. "tournament event id"
  21570. {
  21571. "attribute_class" "tournament_event_id"
  21572. "value" "10"
  21573. }
  21574. }
  21575. }
  21576. "934"
  21577. {
  21578. "name" "ESL One Cologne 2016 CS:GO Quarterfinalist"
  21579. "prefab" "collectible_untradable"
  21580. "item_name" "#CSGO_CollectibleCoin_Cologne2016_Quarterfinalist"
  21581. "item_description" "#CSGO_CollectibleCoin_Cologne2016_Quarterfinalist_Desc"
  21582. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21583. "attributes"
  21584. {
  21585. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21586. "tournament event id"
  21587. {
  21588. "attribute_class" "tournament_event_id"
  21589. "value" "10"
  21590. }
  21591. }
  21592. }
  21593. "935"
  21594. {
  21595. "name" "Cologne 2016 Pick 'Em Challenge Bronze"
  21596. "prefab" "collectible_untradable"
  21597. "item_name" "#CSGO_CollectibleCoin_Cologne2016_PickEmBronze"
  21598. "item_description" "#CSGO_CollectibleCoin_Cologne2016_PickEmBronze_Desc"
  21599. "image_inventory" "econ/status_icons/cologne_pickem_2016_bronze"
  21600. "attributes"
  21601. {
  21602. "pedestal display model" "models/inventory_items/cologne_pickem_2016_bronze.mdl"
  21603. "tournament event id"
  21604. {
  21605. "attribute_class" "tournament_event_id"
  21606. "value" "10"
  21607. }
  21608. }
  21609. }
  21610. "936"
  21611. {
  21612. "name" "Cologne 2016 Pick 'Em Challenge Silver"
  21613. "prefab" "collectible_untradable"
  21614. "item_name" "#CSGO_CollectibleCoin_Cologne2016_PickEmSilver"
  21615. "item_description" "#CSGO_CollectibleCoin_Cologne2016_PickEmSilver_Desc"
  21616. "image_inventory" "econ/status_icons/cologne_pickem_2016_silver"
  21617. "attributes"
  21618. {
  21619. "pedestal display model" "models/inventory_items/cologne_pickem_2016_silver.mdl"
  21620. "tournament event id"
  21621. {
  21622. "attribute_class" "tournament_event_id"
  21623. "value" "10"
  21624. }
  21625. }
  21626. }
  21627. "937"
  21628. {
  21629. "name" "Cologne 2016 Pick 'Em Challenge Gold"
  21630. "prefab" "collectible_untradable"
  21631. "item_name" "#CSGO_CollectibleCoin_Cologne2016_PickEmGold"
  21632. "item_description" "#CSGO_CollectibleCoin_Cologne2016_PickEmGold_Desc"
  21633. "image_inventory" "econ/status_icons/cologne_pickem_2016_gold"
  21634. "attributes"
  21635. {
  21636. "pedestal display model" "models/inventory_items/cologne_pickem_2016_gold.mdl"
  21637. "tournament event id"
  21638. {
  21639. "attribute_class" "tournament_event_id"
  21640. "value" "10"
  21641. }
  21642. }
  21643. }
  21644. "938"
  21645. {
  21646. "name" "Cologne 2016 Fantasy Team Challenge Bronze"
  21647. "prefab" "collectible_untradable"
  21648. "item_name" "#CSGO_CollectibleCoin_Cologne2016_FantasyBronze"
  21649. "item_description" "#CSGO_CollectibleCoin_Cologne2016_FantasyBronze_Desc"
  21650. "image_inventory" "econ/status_icons/cologne_fantasy_2016_bronze"
  21651. "attributes"
  21652. {
  21653. "pedestal display model" "models/inventory_items/cologne_fantasy_2016_bronze.mdl"
  21654. "tournament event id"
  21655. {
  21656. "attribute_class" "tournament_event_id"
  21657. "value" "10"
  21658. }
  21659. }
  21660. }
  21661. "939"
  21662. {
  21663. "name" "Cologne 2016 Fantasy Team Challenge Silver"
  21664. "prefab" "collectible_untradable"
  21665. "item_name" "#CSGO_CollectibleCoin_Cologne2016_FantasySilver"
  21666. "item_description" "#CSGO_CollectibleCoin_Cologne2016_FantasySilver_Desc"
  21667. "image_inventory" "econ/status_icons/cologne_fantasy_2016_silver"
  21668. "attributes"
  21669. {
  21670. "pedestal display model" "models/inventory_items/cologne_fantasy_2016_silver.mdl"
  21671. "tournament event id"
  21672. {
  21673. "attribute_class" "tournament_event_id"
  21674. "value" "10"
  21675. }
  21676. }
  21677. }
  21678. "940"
  21679. {
  21680. "name" "Cologne 2016 Fantasy Team Challenge Gold"
  21681. "prefab" "collectible_untradable"
  21682. "item_name" "#CSGO_CollectibleCoin_Cologne2016_FantasyGold"
  21683. "item_description" "#CSGO_CollectibleCoin_Cologne2016_FantasyGold_Desc"
  21684. "image_inventory" "econ/status_icons/cologne_fantasy_2016_gold"
  21685. "attributes"
  21686. {
  21687. "pedestal display model" "models/inventory_items/cologne_fantasy_2016_gold.mdl"
  21688. "tournament event id"
  21689. {
  21690. "attribute_class" "tournament_event_id"
  21691. "value" "10"
  21692. }
  21693. }
  21694. }
  21695. "941"
  21696. {
  21697. "name" "ELEAGUE Atlanta 2017 CS:GO Champion"
  21698. "prefab" "collectible_untradable"
  21699. "item_name" "#CSGO_CollectibleCoin_Atlanta2017_Champion"
  21700. "item_description" "#CSGO_CollectibleCoin_Atlanta2017_Champion_Desc"
  21701. "image_inventory" "econ/status_icons/trophy_majors"
  21702. "attributes"
  21703. {
  21704. "pedestal display model" "models/inventory_items/trophy_majors.mdl"
  21705. "tournament event id"
  21706. {
  21707. "attribute_class" "tournament_event_id"
  21708. "value" "11"
  21709. }
  21710. }
  21711. }
  21712. "942"
  21713. {
  21714. "name" "ELEAGUE Atlanta 2017 CS:GO Finalist"
  21715. "prefab" "collectible_untradable"
  21716. "item_name" "#CSGO_CollectibleCoin_Atlanta2017_Finalist"
  21717. "item_description" "#CSGO_CollectibleCoin_Atlanta2017_Finalist_Desc"
  21718. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21719. "attributes"
  21720. {
  21721. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21722. "tournament event id"
  21723. {
  21724. "attribute_class" "tournament_event_id"
  21725. "value" "11"
  21726. }
  21727. }
  21728. }
  21729. "943"
  21730. {
  21731. "name" "ELEAGUE Atlanta 2017 CS:GO Semifinalist"
  21732. "prefab" "collectible_untradable"
  21733. "item_name" "#CSGO_CollectibleCoin_Atlanta2017_Semifinalist"
  21734. "item_description" "#CSGO_CollectibleCoin_Atlanta2017_Semifinalist_Desc"
  21735. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21736. "attributes"
  21737. {
  21738. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21739. "tournament event id"
  21740. {
  21741. "attribute_class" "tournament_event_id"
  21742. "value" "11"
  21743. }
  21744. }
  21745. }
  21746. "944"
  21747. {
  21748. "name" "ELEAGUE Atlanta 2017 CS:GO Quarterfinalist"
  21749. "prefab" "collectible_untradable"
  21750. "item_name" "#CSGO_CollectibleCoin_Atlanta2017_Quarterfinalist"
  21751. "item_description" "#CSGO_CollectibleCoin_Atlanta2017_Quarterfinalist_Desc"
  21752. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21753. "attributes"
  21754. {
  21755. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21756. "tournament event id"
  21757. {
  21758. "attribute_class" "tournament_event_id"
  21759. "value" "11"
  21760. }
  21761. }
  21762. }
  21763. "945"
  21764. {
  21765. "name" "Atlanta 2017 Pick 'Em Challenge Bronze"
  21766. "prefab" "collectible_untradable"
  21767. "item_name" "#CSGO_CollectibleCoin_Atlanta2017_PickEmBronze"
  21768. "item_description" "#CSGO_CollectibleCoin_Atlanta2017_PickEmBronze_Desc"
  21769. "image_inventory" "econ/status_icons/atlanta_pickem_2017_bronze"
  21770. "attributes"
  21771. {
  21772. "pedestal display model" "models/inventory_items/atlanta_pickem_2017_bronze.mdl"
  21773. "tournament event id"
  21774. {
  21775. "attribute_class" "tournament_event_id"
  21776. "value" "11"
  21777. }
  21778. }
  21779. }
  21780. "946"
  21781. {
  21782. "name" "Atlanta 2017 Pick 'Em Challenge Silver"
  21783. "prefab" "collectible_untradable"
  21784. "item_name" "#CSGO_CollectibleCoin_Atlanta2017_PickEmSilver"
  21785. "item_description" "#CSGO_CollectibleCoin_Atlanta2017_PickEmSilver_Desc"
  21786. "image_inventory" "econ/status_icons/atlanta_pickem_2017_silver"
  21787. "attributes"
  21788. {
  21789. "pedestal display model" "models/inventory_items/atlanta_pickem_2017_silver.mdl"
  21790. "tournament event id"
  21791. {
  21792. "attribute_class" "tournament_event_id"
  21793. "value" "11"
  21794. }
  21795. }
  21796. }
  21797. "947"
  21798. {
  21799. "name" "Atlanta 2017 Pick 'Em Challenge Gold"
  21800. "prefab" "collectible_untradable"
  21801. "item_name" "#CSGO_CollectibleCoin_Atlanta2017_PickEmGold"
  21802. "item_description" "#CSGO_CollectibleCoin_Atlanta2017_PickEmGold_Desc"
  21803. "image_inventory" "econ/status_icons/atlanta_pickem_2017_gold"
  21804. "attributes"
  21805. {
  21806. "pedestal display model" "models/inventory_items/atlanta_pickem_2017_gold.mdl"
  21807. "tournament event id"
  21808. {
  21809. "attribute_class" "tournament_event_id"
  21810. "value" "11"
  21811. }
  21812. }
  21813. }
  21814. "948"
  21815. {
  21816. "name" "PGL Krakow 2017 CS:GO Champion"
  21817. "prefab" "collectible_untradable"
  21818. "item_name" "#CSGO_CollectibleCoin_Krakow2017_Champion"
  21819. "item_description" "#CSGO_CollectibleCoin_Krakow2017_Champion_Desc"
  21820. "image_inventory" "econ/status_icons/trophy_majors"
  21821. "attributes"
  21822. {
  21823. "pedestal display model" "models/inventory_items/trophy_majors.mdl"
  21824. "tournament event id"
  21825. {
  21826. "attribute_class" "tournament_event_id"
  21827. "value" "12"
  21828. }
  21829. }
  21830. }
  21831. "949"
  21832. {
  21833. "name" "PGL Krakow 2017 CS:GO Finalist"
  21834. "prefab" "collectible_untradable"
  21835. "item_name" "#CSGO_CollectibleCoin_Krakow2017_Finalist"
  21836. "item_description" "#CSGO_CollectibleCoin_Krakow2017_Finalist_Desc"
  21837. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21838. "attributes"
  21839. {
  21840. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21841. "tournament event id"
  21842. {
  21843. "attribute_class" "tournament_event_id"
  21844. "value" "12"
  21845. }
  21846. }
  21847. }
  21848. "950"
  21849. {
  21850. "name" "PGL Krakow 2017 CS:GO Semifinalist"
  21851. "prefab" "collectible_untradable"
  21852. "item_name" "#CSGO_CollectibleCoin_Krakow2017_Semifinalist"
  21853. "item_description" "#CSGO_CollectibleCoin_Krakow2017_Semifinalist_Desc"
  21854. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21855. "attributes"
  21856. {
  21857. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21858. "tournament event id"
  21859. {
  21860. "attribute_class" "tournament_event_id"
  21861. "value" "12"
  21862. }
  21863. }
  21864. }
  21865. "951"
  21866. {
  21867. "name" "PGL Krakow 2017 CS:GO Quarterfinalist"
  21868. "prefab" "collectible_untradable"
  21869. "item_name" "#CSGO_CollectibleCoin_Krakow2017_Quarterfinalist"
  21870. "item_description" "#CSGO_CollectibleCoin_Krakow2017_Quarterfinalist_Desc"
  21871. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21872. "attributes"
  21873. {
  21874. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21875. "tournament event id"
  21876. {
  21877. "attribute_class" "tournament_event_id"
  21878. "value" "12"
  21879. }
  21880. }
  21881. }
  21882. "952"
  21883. {
  21884. "name" "Krakow 2017 Pick 'Em Challenge Bronze"
  21885. "prefab" "collectible_untradable"
  21886. "item_name" "#CSGO_CollectibleCoin_Krakow2017_PickEmBronze"
  21887. "item_description" "#CSGO_CollectibleCoin_Krakow2017_PickEmBronze_Desc"
  21888. "image_inventory" "econ/status_icons/krakow_pickem_2017_bronze"
  21889. "attributes"
  21890. {
  21891. "pedestal display model" "models/inventory_items/krakow_pickem_2017_bronze.mdl"
  21892. "tournament event id"
  21893. {
  21894. "attribute_class" "tournament_event_id"
  21895. "value" "12"
  21896. }
  21897. }
  21898. }
  21899. "953"
  21900. {
  21901. "name" "Krakow 2017 Pick 'Em Challenge Silver"
  21902. "prefab" "collectible_untradable"
  21903. "item_name" "#CSGO_CollectibleCoin_Krakow2017_PickEmSilver"
  21904. "item_description" "#CSGO_CollectibleCoin_Krakow2017_PickEmSilver_Desc"
  21905. "image_inventory" "econ/status_icons/krakow_pickem_2017_silver"
  21906. "attributes"
  21907. {
  21908. "pedestal display model" "models/inventory_items/krakow_pickem_2017_silver.mdl"
  21909. "tournament event id"
  21910. {
  21911. "attribute_class" "tournament_event_id"
  21912. "value" "12"
  21913. }
  21914. }
  21915. }
  21916. "954"
  21917. {
  21918. "name" "Krakow 2017 Pick 'Em Challenge Gold"
  21919. "prefab" "collectible_untradable"
  21920. "item_name" "#CSGO_CollectibleCoin_Krakow2017_PickEmGold"
  21921. "item_description" "#CSGO_CollectibleCoin_Krakow2017_PickEmGold_Desc"
  21922. "image_inventory" "econ/status_icons/krakow_pickem_2017_gold"
  21923. "attributes"
  21924. {
  21925. "pedestal display model" "models/inventory_items/krakow_pickem_2017_gold.mdl"
  21926. "tournament event id"
  21927. {
  21928. "attribute_class" "tournament_event_id"
  21929. "value" "12"
  21930. }
  21931. }
  21932. }
  21933. "955"
  21934. {
  21935. "name" "ELEAGUE Boston 2018 CS:GO Champion"
  21936. "prefab" "collectible_untradable"
  21937. "item_name" "#CSGO_CollectibleCoin_Boston2018_Champion"
  21938. "item_description" "#CSGO_CollectibleCoin_Boston2018_Champion_Desc"
  21939. "image_inventory" "econ/status_icons/trophy_majors"
  21940. "attributes"
  21941. {
  21942. "pedestal display model" "models/inventory_items/trophy_majors.mdl"
  21943. "tournament event id"
  21944. {
  21945. "attribute_class" "tournament_event_id"
  21946. "value" "13"
  21947. }
  21948. }
  21949. }
  21950. "956"
  21951. {
  21952. "name" "ELEAGUE Boston 2018 CS:GO Finalist"
  21953. "prefab" "collectible_untradable"
  21954. "item_name" "#CSGO_CollectibleCoin_Boston2018_Finalist"
  21955. "item_description" "#CSGO_CollectibleCoin_Boston2018_Finalist_Desc"
  21956. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21957. "attributes"
  21958. {
  21959. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21960. "tournament event id"
  21961. {
  21962. "attribute_class" "tournament_event_id"
  21963. "value" "13"
  21964. }
  21965. }
  21966. }
  21967. "957"
  21968. {
  21969. "name" "ELEAGUE Boston 2018 CS:GO Semifinalist"
  21970. "prefab" "collectible_untradable"
  21971. "item_name" "#CSGO_CollectibleCoin_Boston2018_Semifinalist"
  21972. "item_description" "#CSGO_CollectibleCoin_Boston2018_Semifinalist_Desc"
  21973. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21974. "attributes"
  21975. {
  21976. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21977. "tournament event id"
  21978. {
  21979. "attribute_class" "tournament_event_id"
  21980. "value" "13"
  21981. }
  21982. }
  21983. }
  21984. "958"
  21985. {
  21986. "name" "ELEAGUE Boston 2018 CS:GO Quarterfinalist"
  21987. "prefab" "collectible_untradable"
  21988. "item_name" "#CSGO_CollectibleCoin_Boston2018_Quarterfinalist"
  21989. "item_description" "#CSGO_CollectibleCoin_Boston2018_Quarterfinalist_Desc"
  21990. "image_inventory" "econ/status_icons/trophy_majors_finalists"
  21991. "attributes"
  21992. {
  21993. "pedestal display model" "models/inventory_items/trophy_majors_finalists.mdl"
  21994. "tournament event id"
  21995. {
  21996. "attribute_class" "tournament_event_id"
  21997. "value" "13"
  21998. }
  21999. }
  22000. }
  22001. "959"
  22002. {
  22003. "name" "Boston 2018 Pick 'Em Challenge Bronze"
  22004. "prefab" "collectible_untradable"
  22005. "item_name" "#CSGO_CollectibleCoin_Boston2018_PickEmBronze"
  22006. "item_description" "#CSGO_CollectibleCoin_Boston2018_PickEmBronze_Desc"
  22007. "image_inventory" "econ/status_icons/boston_pickem_2018_bronze"
  22008. "attributes"
  22009. {
  22010. "pedestal display model" "models/inventory_items/boston_pickem_2018_bronze.mdl"
  22011. "tournament event id"
  22012. {
  22013. "attribute_class" "tournament_event_id"
  22014. "value" "13"
  22015. }
  22016. }
  22017. }
  22018. "960"
  22019. {
  22020. "name" "Boston 2018 Pick 'Em Challenge Silver"
  22021. "prefab" "collectible_untradable"
  22022. "item_name" "#CSGO_CollectibleCoin_Boston2018_PickEmSilver"
  22023. "item_description" "#CSGO_CollectibleCoin_Boston2018_PickEmSilver_Desc"
  22024. "image_inventory" "econ/status_icons/boston_pickem_2018_silver"
  22025. "attributes"
  22026. {
  22027. "pedestal display model" "models/inventory_items/boston_pickem_2018_silver.mdl"
  22028. "tournament event id"
  22029. {
  22030. "attribute_class" "tournament_event_id"
  22031. "value" "13"
  22032. }
  22033. }
  22034. }
  22035. "961"
  22036. {
  22037. "name" "Boston 2018 Pick 'Em Challenge Gold"
  22038. "prefab" "collectible_untradable"
  22039. "item_name" "#CSGO_CollectibleCoin_Boston2018_PickEmGold"
  22040. "item_description" "#CSGO_CollectibleCoin_Boston2018_PickEmGold_Desc"
  22041. "image_inventory" "econ/status_icons/boston_pickem_2018_gold"
  22042. "attributes"
  22043. {
  22044. "pedestal display model" "models/inventory_items/boston_pickem_2018_gold.mdl"
  22045. "tournament event id"
  22046. {
  22047. "attribute_class" "tournament_event_id"
  22048. "value" "13"
  22049. }
  22050. }
  22051. }
  22052. "1000"
  22053. {
  22054. "name" "Community Season One Spring 2013"
  22055. "first_sale_date" "2013/04/24"
  22056. "prefab" "csgo_tool"
  22057. "item_type_name" "#CSGO_Type_Ticket"
  22058. "item_name" "#CSGO_Ticket_CommunitySeasonOneSpring2013"
  22059. "item_description" "#CSGO_Ticket_CommunitySeasonOneSpring2013_Desc"
  22060. "image_inventory" "econ/status_icons/community_support_pass"
  22061. "capabilities"
  22062. {
  22063. "usable_gc" "1"
  22064. "usable_out_of_game" "1"
  22065. }
  22066. "tool"
  22067. {
  22068. "type" "season_pass"
  22069. "use_string" "#ConsumeItem"
  22070. }
  22071. "attributes"
  22072. {
  22073. "season access" "0"
  22074. }
  22075. }
  22076. "1001"
  22077. {
  22078. "name" "Community Season One Spring 2013 Coin 1"
  22079. "prefab" "season1_coin"
  22080. "item_name" "#CSGO_Collectible_CommunitySeasonOneSpring2013_Coin1"
  22081. "item_description" "#CSGO_Collectible_CommunitySeasonOneSpring2013_Coin1_Desc"
  22082. "image_inventory" "econ/status_icons/community_support_pass_coin1"
  22083. "min_ilevel" "1"
  22084. "max_ilevel" "1"
  22085. "attributes"
  22086. {
  22087. "pedestal display model" "models/inventory_items/payback_bronze_01.mdl"
  22088. }
  22089. }
  22090. "1002"
  22091. {
  22092. "name" "Community Season One Spring 2013 Coin 2"
  22093. "prefab" "season1_coin"
  22094. "item_name" "#CSGO_Collectible_CommunitySeasonOneSpring2013_Coin2"
  22095. "item_description" "#CSGO_Collectible_CommunitySeasonOneSpring2013_Coin2_Desc"
  22096. "image_inventory" "econ/status_icons/community_support_pass_coin2"
  22097. "min_ilevel" "2"
  22098. "max_ilevel" "2"
  22099. "attributes"
  22100. {
  22101. "pedestal display model" "models/inventory_items/payback_silver_01.mdl"
  22102. }
  22103. }
  22104. "1003"
  22105. {
  22106. "name" "Community Season One Spring 2013 Coin 3"
  22107. "prefab" "season1_coin"
  22108. "item_name" "#CSGO_Collectible_CommunitySeasonOneSpring2013_Coin3"
  22109. "item_description" "#CSGO_Collectible_CommunitySeasonOneSpring2013_Coin3_Desc"
  22110. "image_inventory" "econ/status_icons/community_support_pass_coin3"
  22111. "min_ilevel" "3"
  22112. "max_ilevel" "3"
  22113. "attributes"
  22114. {
  22115. "pedestal display model" "models/inventory_items/payback_gold_01.mdl"
  22116. }
  22117. }
  22118. "1004"
  22119. {
  22120. "name" "Map Token Museum"
  22121. "prefab" "map_token"
  22122. "item_name" "#CSGO_Collectible_MapTokenMuseum"
  22123. "item_description" "#CSGO_Collectible_MapTokenMuseum_Desc"
  22124. "image_inventory" "econ/status_icons/maptoken_museum"
  22125. "map_name" "#SFUI_Map_cs_museum"
  22126. "attributes"
  22127. {
  22128. "pedestal display model" "models/inventory_items/maptoken_museum.mdl"
  22129. }
  22130. }
  22131. "1005"
  22132. {
  22133. "name" "Map Token Downtown"
  22134. "prefab" "map_token"
  22135. "item_name" "#CSGO_Collectible_MapTokenDowntown"
  22136. "item_description" "#CSGO_Collectible_MapTokenDowntown_Desc"
  22137. "image_inventory" "econ/status_icons/maptoken_downtown"
  22138. "map_name" "#SFUI_Map_cs_downtown"
  22139. "attributes"
  22140. {
  22141. "pedestal display model" "models/inventory_items/maptoken_downtown.mdl"
  22142. }
  22143. }
  22144. "1006"
  22145. {
  22146. "name" "Map Token Thunder"
  22147. "prefab" "map_token"
  22148. "item_name" "#CSGO_Collectible_MapTokenThunder"
  22149. "item_description" "#CSGO_Collectible_MapTokenThunder_Desc"
  22150. "image_inventory" "econ/status_icons/maptoken_thunder"
  22151. "map_name" "#SFUI_Map_cs_thunder_go"
  22152. "attributes"
  22153. {
  22154. "pedestal display model" "models/inventory_items/maptoken_thunder.mdl"
  22155. }
  22156. }
  22157. "1007"
  22158. {
  22159. "name" "Map Token Favela"
  22160. "prefab" "map_token"
  22161. "item_name" "#CSGO_Collectible_MapTokenFavela"
  22162. "item_description" "#CSGO_Collectible_MapTokenFavela_Desc"
  22163. "image_inventory" "econ/status_icons/maptoken_favela"
  22164. "map_name" "#SFUI_Map_de_favela"
  22165. "attributes"
  22166. {
  22167. "pedestal display model" "models/inventory_items/maptoken_favela.mdl"
  22168. }
  22169. }
  22170. "1008"
  22171. {
  22172. "name" "Map Token Motel"
  22173. "prefab" "map_token"
  22174. "item_name" "#CSGO_Collectible_MapTokenMotel"
  22175. "item_description" "#CSGO_Collectible_MapTokenMotel_Desc"
  22176. "image_inventory" "econ/status_icons/maptoken_motel"
  22177. "map_name" "#SFUI_Map_cs_motel"
  22178. "attributes"
  22179. {
  22180. "pedestal display model" "models/inventory_items/maptoken_motel.mdl"
  22181. }
  22182. }
  22183. "1009"
  22184. {
  22185. "name" "Map Token Seaside"
  22186. "prefab" "map_token"
  22187. "item_name" "#CSGO_Collectible_MapTokenSeaside"
  22188. "item_description" "#CSGO_Collectible_MapTokenSeaside_Desc"
  22189. "image_inventory" "econ/status_icons/maptoken_seaside"
  22190. "map_name" "#SFUI_Map_de_seaside"
  22191. "attributes"
  22192. {
  22193. "pedestal display model" "models/inventory_items/maptoken_seaside.mdl"
  22194. }
  22195. }
  22196. "1010"
  22197. {
  22198. "name" "Map Token Library"
  22199. "prefab" "map_token"
  22200. "item_name" "#CSGO_Collectible_MapTokenLibrary"
  22201. "item_description" "#CSGO_Collectible_MapTokenLibrary_Desc"
  22202. "image_inventory" "econ/status_icons/maptoken_library"
  22203. "map_name" "#SFUI_Map_de_library"
  22204. "attributes"
  22205. {
  22206. "pedestal display model" "models/inventory_items/maptoken_library.mdl"
  22207. }
  22208. }
  22209. "1012"
  22210. {
  22211. "name" "Community Season Two Autumn 2013"
  22212. "first_sale_date" "2013/09/19"
  22213. "prefab" "csgo_tool"
  22214. "item_type_name" "#CSGO_Type_Ticket"
  22215. "item_name" "#CSGO_Ticket_CommunitySeasonTwoAutumn2013"
  22216. "item_description" "#CSGO_Ticket_CommunitySeasonTwoAutumn2013_Desc"
  22217. "image_inventory" "econ/status_icons/operation_bravo_pass"
  22218. "capabilities"
  22219. {
  22220. "usable_gc" "1"
  22221. "usable_out_of_game" "1"
  22222. }
  22223. "tool"
  22224. {
  22225. "type" "season_pass"
  22226. "use_string" "#ConsumeItem"
  22227. }
  22228. "attributes"
  22229. {
  22230. "season access" "1"
  22231. }
  22232. }
  22233. "1013"
  22234. {
  22235. "name" "Community Season Two Autumn 2013 Coin 1"
  22236. "prefab" "season2_coin"
  22237. "item_name" "#CSGO_Collectible_CommunitySeasonTwoAutumn2013_Coin1"
  22238. "item_description" "#CSGO_Collectible_CommunitySeasonTwoAutumn2013_Coin1_Desc"
  22239. "image_inventory" "econ/status_icons/operation_bravo_bronze"
  22240. "min_ilevel" "1"
  22241. "max_ilevel" "1"
  22242. "attributes"
  22243. {
  22244. "pedestal display model" "models/inventory_items/bravo_bronze_01.mdl"
  22245. }
  22246. }
  22247. "1014"
  22248. {
  22249. "name" "Community Season Two Autumn 2013 Coin 2"
  22250. "prefab" "season2_coin"
  22251. "item_name" "#CSGO_Collectible_CommunitySeasonTwoAutumn2013_Coin2"
  22252. "item_description" "#CSGO_Collectible_CommunitySeasonTwoAutumn2013_Coin2_Desc"
  22253. "image_inventory" "econ/status_icons/operation_bravo_silver"
  22254. "min_ilevel" "2"
  22255. "max_ilevel" "2"
  22256. "attributes"
  22257. {
  22258. "pedestal display model" "models/inventory_items/bravo_silver_01.mdl"
  22259. }
  22260. }
  22261. "1015"
  22262. {
  22263. "name" "Community Season Two Autumn 2013 Coin 3"
  22264. "prefab" "season2_coin"
  22265. "item_name" "#CSGO_Collectible_CommunitySeasonTwoAutumn2013_Coin3"
  22266. "item_description" "#CSGO_Collectible_CommunitySeasonTwoAutumn2013_Coin3_Desc"
  22267. "image_inventory" "econ/status_icons/operation_bravo_gold"
  22268. "min_ilevel" "3"
  22269. "max_ilevel" "3"
  22270. "attributes"
  22271. {
  22272. "pedestal display model" "models/inventory_items/bravo_gold_01.mdl"
  22273. }
  22274. }
  22275. "1016"
  22276. {
  22277. "name" "Map Token Agency"
  22278. "prefab" "map_token"
  22279. "item_name" "#CSGO_Collectible_MapTokenAgency"
  22280. "item_description" "#CSGO_Collectible_MapTokenAgency_Desc"
  22281. "image_inventory" "econ/status_icons/maptoken_agency"
  22282. "map_name" "#SFUI_Map_cs_agency"
  22283. "attributes"
  22284. {
  22285. "pedestal display model" "models/inventory_items/maptoken_agency.mdl"
  22286. }
  22287. }
  22288. "1017"
  22289. {
  22290. "name" "Map Token Ali"
  22291. "prefab" "map_token"
  22292. "item_name" "#CSGO_Collectible_MapTokenAli"
  22293. "item_description" "#CSGO_Collectible_MapTokenAli_Desc"
  22294. "image_inventory" "econ/status_icons/maptoken_ali"
  22295. "map_name" "#SFUI_Map_de_ali"
  22296. "attributes"
  22297. {
  22298. "pedestal display model" "models/inventory_items/maptoken_ali.mdl"
  22299. }
  22300. }
  22301. "1018"
  22302. {
  22303. "name" "Map Token Cache"
  22304. "prefab" "map_token"
  22305. "item_name" "#CSGO_Collectible_MapTokenCache"
  22306. "item_description" "#CSGO_Collectible_MapTokenCache_Desc"
  22307. "image_inventory" "econ/status_icons/maptoken_cache"
  22308. "map_name" "#SFUI_Map_de_cache"
  22309. "attributes"
  22310. {
  22311. "pedestal display model" "models/inventory_items/maptoken_cache.mdl"
  22312. }
  22313. }
  22314. "1019"
  22315. {
  22316. "name" "Map Token Chinatown"
  22317. "prefab" "map_token"
  22318. "item_name" "#CSGO_Collectible_MapTokenChinatown"
  22319. "item_description" "#CSGO_Collectible_MapTokenChinatown_Desc"
  22320. "image_inventory" "econ/status_icons/maptoken_chinatown"
  22321. "map_name" "#SFUI_Map_de_chinatown"
  22322. "attributes"
  22323. {
  22324. "pedestal display model" "models/inventory_items/maptoken_chinatown.mdl"
  22325. }
  22326. }
  22327. "1020"
  22328. {
  22329. "name" "Map Token Gwalior"
  22330. "prefab" "map_token"
  22331. "item_name" "#CSGO_Collectible_MapTokenGwalior"
  22332. "item_description" "#CSGO_Collectible_MapTokenGwalior_Desc"
  22333. "image_inventory" "econ/status_icons/maptoken_gwalior"
  22334. "map_name" "#SFUI_Map_de_gwalior"
  22335. "attributes"
  22336. {
  22337. "pedestal display model" "models/inventory_items/maptoken_gwalior.mdl"
  22338. }
  22339. }
  22340. "1021"
  22341. {
  22342. "name" "Map Token Ruins"
  22343. "prefab" "map_token"
  22344. "item_name" "#CSGO_Collectible_MapTokenRuins"
  22345. "item_description" "#CSGO_Collectible_MapTokenRuins_Desc"
  22346. "image_inventory" "econ/status_icons/maptoken_ruins"
  22347. "map_name" "#SFUI_Map_de_ruins"
  22348. "attributes"
  22349. {
  22350. "pedestal display model" "models/inventory_items/maptoken_ruins.mdl"
  22351. }
  22352. }
  22353. "1022"
  22354. {
  22355. "name" "Map Token Siege"
  22356. "prefab" "map_token"
  22357. "item_name" "#CSGO_Collectible_MapTokenSiege"
  22358. "item_description" "#CSGO_Collectible_MapTokenSiege_Desc"
  22359. "image_inventory" "econ/status_icons/maptoken_siege"
  22360. "map_name" "#SFUI_Map_cs_siege"
  22361. "attributes"
  22362. {
  22363. "pedestal display model" "models/inventory_items/maptoken_siege.mdl"
  22364. }
  22365. }
  22366. "1023"
  22367. {
  22368. "name" "Community Season Three Spring 2014"
  22369. "first_sale_date" "2014/03/20"
  22370. "prefab" "csgo_tool"
  22371. "item_type_name" "#CSGO_Type_Ticket"
  22372. "item_name" "#CSGO_Ticket_CommunitySeasonThreeSpring2014"
  22373. "item_description" "#CSGO_Ticket_CommunitySeasonThreeSpring2014_Desc"
  22374. "image_inventory" "econ/status_icons/operation_phoenix_pass"
  22375. "capabilities"
  22376. {
  22377. "usable_gc" "1"
  22378. "usable_out_of_game" "1"
  22379. }
  22380. "tool"
  22381. {
  22382. "type" "season_pass"
  22383. "use_string" "#ConsumeItem"
  22384. }
  22385. "attributes"
  22386. {
  22387. "season access" "2"
  22388. }
  22389. }
  22390. "1024"
  22391. {
  22392. "name" "Community Season Three Spring 2014 Coin 1"
  22393. "prefab" "season3_coin"
  22394. "item_name" "#CSGO_Collectible_CommunitySeasonThreeSpring2014_Coin1"
  22395. "item_description" "#CSGO_Collectible_CommunitySeasonThreeSpring2014_Coin1_Desc"
  22396. "image_inventory" "econ/status_icons/operation_phoenix_bronze"
  22397. "min_ilevel" "1"
  22398. "max_ilevel" "1"
  22399. "attributes"
  22400. {
  22401. "pedestal display model" "models/inventory_items/phoenix_bronze_01.mdl"
  22402. }
  22403. }
  22404. "1025"
  22405. {
  22406. "name" "Community Season Three Spring 2014 Coin 2"
  22407. "prefab" "season3_coin"
  22408. "item_name" "#CSGO_Collectible_CommunitySeasonThreeSpring2014_Coin2"
  22409. "item_description" "#CSGO_Collectible_CommunitySeasonThreeSpring2014_Coin2_Desc"
  22410. "image_inventory" "econ/status_icons/operation_phoenix_silver"
  22411. "min_ilevel" "2"
  22412. "max_ilevel" "2"
  22413. "attributes"
  22414. {
  22415. "pedestal display model" "models/inventory_items/phoenix_silver_01.mdl"
  22416. }
  22417. }
  22418. "1026"
  22419. {
  22420. "name" "Community Season Three Spring 2014 Coin 3"
  22421. "prefab" "season3_coin"
  22422. "item_name" "#CSGO_Collectible_CommunitySeasonThreeSpring2014_Coin3"
  22423. "item_description" "#CSGO_Collectible_CommunitySeasonThreeSpring2014_Coin3_Desc"
  22424. "image_inventory" "econ/status_icons/operation_phoenix_gold"
  22425. "min_ilevel" "3"
  22426. "max_ilevel" "3"
  22427. "attributes"
  22428. {
  22429. "pedestal display model" "models/inventory_items/phoenix_gold_01.mdl"
  22430. }
  22431. }
  22432. "1027"
  22433. {
  22434. "name" "Community Season Four Summer 2014"
  22435. "first_sale_date" "2014/07/01"
  22436. "prefab" "csgo_tool"
  22437. "item_type_name" "#CSGO_Type_Ticket"
  22438. "item_name" "#CSGO_Ticket_CommunitySeasonFourSummer2014"
  22439. "item_description" "#CSGO_Ticket_CommunitySeasonFourSummer2014_Desc"
  22440. "image_inventory" "econ/status_icons/operation_breakout_pass"
  22441. "capabilities"
  22442. {
  22443. "usable_gc" "1"
  22444. "usable_out_of_game" "1"
  22445. }
  22446. "tool"
  22447. {
  22448. "type" "season_pass"
  22449. "use_string" "#ConsumeItem"
  22450. }
  22451. "attributes"
  22452. {
  22453. "season access" "3"
  22454. }
  22455. }
  22456. "1028"
  22457. {
  22458. "name" "Community Season Four Summer 2014 Coin 1"
  22459. "prefab" "season4_coin"
  22460. "item_name" "#CSGO_Collectible_CommunitySeasonFourSummer2014_Coin1"
  22461. "item_description" "#CSGO_Collectible_CommunitySeasonFourSummer2014_Coin1_Desc"
  22462. "image_inventory" "econ/status_icons/operation_breakout_bronze"
  22463. "min_ilevel" "1"
  22464. "max_ilevel" "1"
  22465. "attributes"
  22466. {
  22467. "pedestal display model" "models/inventory_items/breakout_bronze_01.mdl"
  22468. }
  22469. }
  22470. "1029"
  22471. {
  22472. "name" "Community Season Four Summer 2014 Coin 2"
  22473. "prefab" "season4_coin"
  22474. "item_name" "#CSGO_Collectible_CommunitySeasonFourSummer2014_Coin2"
  22475. "item_description" "#CSGO_Collectible_CommunitySeasonFourSummer2014_Coin2_Desc"
  22476. "image_inventory" "econ/status_icons/operation_breakout_silver"
  22477. "min_ilevel" "2"
  22478. "max_ilevel" "2"
  22479. "attributes"
  22480. {
  22481. "pedestal display model" "models/inventory_items/breakout_silver_01.mdl"
  22482. }
  22483. }
  22484. "1030"
  22485. {
  22486. "name" "Community Season Four Summer 2014 Coin 3"
  22487. "prefab" "season4_coin"
  22488. "item_name" "#CSGO_Collectible_CommunitySeasonFourSummer2014_Coin3"
  22489. "item_description" "#CSGO_Collectible_CommunitySeasonFourSummer2014_Coin3_Desc"
  22490. "image_inventory" "econ/status_icons/operation_breakout_gold"
  22491. "min_ilevel" "3"
  22492. "max_ilevel" "3"
  22493. "attributes"
  22494. {
  22495. "pedestal display model" "models/inventory_items/breakout_gold_01.mdl"
  22496. }
  22497. }
  22498. "1031"
  22499. {
  22500. "name" "Map Token Castle"
  22501. "prefab" "map_token"
  22502. "item_name" "#CSGO_Collectible_MapTokenCastle"
  22503. "item_description" "#CSGO_Collectible_MapTokenCastle_Desc"
  22504. "image_inventory" "econ/status_icons/maptoken_castle"
  22505. "map_name" "#SFUI_Map_de_castle"
  22506. "attributes"
  22507. {
  22508. "pedestal display model" "models/inventory_items/maptoken_castle.mdl"
  22509. }
  22510. }
  22511. "1032"
  22512. {
  22513. "name" "Map Token Black Gold"
  22514. "prefab" "map_token"
  22515. "item_name" "#CSGO_Collectible_MapTokenBlackGold"
  22516. "item_description" "#CSGO_Collectible_MapTokenBlackGold_Desc"
  22517. "image_inventory" "econ/status_icons/maptoken_blackgold"
  22518. "map_name" "#SFUI_Map_de_blackgold"
  22519. "attributes"
  22520. {
  22521. "pedestal display model" "models/inventory_items/maptoken_blackgold.mdl"
  22522. }
  22523. }
  22524. "1033"
  22525. {
  22526. "name" "Map Token Rush"
  22527. "prefab" "map_token"
  22528. "item_name" "#CSGO_Collectible_MapTokenRush"
  22529. "item_description" "#CSGO_Collectible_MapTokenRush_Desc"
  22530. "image_inventory" "econ/status_icons/maptoken_rush"
  22531. "map_name" "#SFUI_Map_cs_rush"
  22532. "attributes"
  22533. {
  22534. "pedestal display model" "models/inventory_items/maptoken_rush.mdl"
  22535. }
  22536. }
  22537. "1034"
  22538. {
  22539. "name" "Map Token Mist"
  22540. "prefab" "map_token"
  22541. "item_name" "#CSGO_Collectible_MapTokenMist"
  22542. "item_description" "#CSGO_Collectible_MapTokenMist_Desc"
  22543. "image_inventory" "econ/status_icons/maptoken_mist"
  22544. "map_name" "#SFUI_Map_de_mist"
  22545. "attributes"
  22546. {
  22547. "pedestal display model" "models/inventory_items/maptoken_mist.mdl"
  22548. }
  22549. }
  22550. "1035"
  22551. {
  22552. "name" "Map Token Insertion"
  22553. "prefab" "map_token"
  22554. "item_name" "#CSGO_Collectible_MapTokenInsertion"
  22555. "item_description" "#CSGO_Collectible_MapTokenInsertion_Desc"
  22556. "image_inventory" "econ/status_icons/maptoken_insertion"
  22557. "map_name" "#SFUI_Map_cs_insertion"
  22558. "attributes"
  22559. {
  22560. "pedestal display model" "models/inventory_items/maptoken_insertion.mdl"
  22561. }
  22562. }
  22563. "1036"
  22564. {
  22565. "name" "Map Token Overgrown"
  22566. "prefab" "map_token"
  22567. "item_name" "#CSGO_Collectible_MapTokenOvergrown"
  22568. "item_description" "#CSGO_Collectible_MapTokenOvergrown_Desc"
  22569. "image_inventory" "econ/status_icons/maptoken_overgrown"
  22570. "map_name" "#SFUI_Map_de_overgrown"
  22571. "attributes"
  22572. {
  22573. "pedestal display model" "models/inventory_items/maptoken_overgrown.mdl"
  22574. }
  22575. }
  22576. "1037"
  22577. {
  22578. "name" "Map Token Marquis"
  22579. "prefab" "map_token"
  22580. "item_name" "#CSGO_Collectible_MapTokenMarquis"
  22581. "item_description" "#CSGO_Collectible_MapTokenMarquis_Desc"
  22582. "image_inventory" "econ/status_icons/maptoken_marquis"
  22583. "map_name" "#SFUI_Map_de_marquis"
  22584. "attributes"
  22585. {
  22586. "pedestal display model" "models/inventory_items/maptoken_marquis.mdl"
  22587. }
  22588. }
  22589. "1038"
  22590. {
  22591. "name" "Map Token Workout"
  22592. "prefab" "map_token"
  22593. "item_name" "#CSGO_Collectible_MapTokenWorkout"
  22594. "item_description" "#CSGO_Collectible_MapTokenWorkout_Desc"
  22595. "image_inventory" "econ/status_icons/maptoken_workout"
  22596. "map_name" "#SFUI_Map_cs_workout"
  22597. "attributes"
  22598. {
  22599. "pedestal display model" "models/inventory_items/maptoken_workout.mdl"
  22600. }
  22601. }
  22602. "1039"
  22603. {
  22604. "name" "Map Token Backalley"
  22605. "prefab" "map_token"
  22606. "item_name" "#CSGO_Collectible_MapTokenBackalley"
  22607. "item_description" "#CSGO_Collectible_MapTokenBackalley_Desc"
  22608. "image_inventory" "econ/status_icons/maptoken_backalley"
  22609. "map_name" "#SFUI_Map_cs_backalley"
  22610. "attributes"
  22611. {
  22612. "pedestal display model" "models/inventory_items/maptoken_backalley.mdl"
  22613. }
  22614. }
  22615. "1040"
  22616. {
  22617. "name" "Map Token Season"
  22618. "prefab" "map_token"
  22619. "item_name" "#CSGO_Collectible_MapTokenSeason"
  22620. "item_description" "#CSGO_Collectible_MapTokenSeason_Desc"
  22621. "image_inventory" "econ/status_icons/maptoken_season"
  22622. "map_name" "#SFUI_Map_de_season"
  22623. "attributes"
  22624. {
  22625. "pedestal display model" "models/inventory_items/maptoken_season.mdl"
  22626. }
  22627. }
  22628. "1041"
  22629. {
  22630. "name" "Map Token Bazaar"
  22631. "prefab" "map_token"
  22632. "item_name" "#CSGO_Collectible_MapTokenBazaar"
  22633. "item_description" "#CSGO_Collectible_MapTokenBazaar_Desc"
  22634. "image_inventory" "econ/status_icons/maptoken_bazaar"
  22635. "map_name" "#SFUI_Map_de_bazaar"
  22636. "attributes"
  22637. {
  22638. "pedestal display model" "models/inventory_items/maptoken_bazaar.mdl"
  22639. }
  22640. }
  22641. "1042"
  22642. {
  22643. "name" "Map Token Facade"
  22644. "prefab" "map_token"
  22645. "item_name" "#CSGO_Collectible_MapTokenFacade"
  22646. "item_description" "#CSGO_Collectible_MapTokenFacade_Desc"
  22647. "image_inventory" "econ/status_icons/maptoken_facade"
  22648. "map_name" "#SFUI_Map_de_facade"
  22649. "attributes"
  22650. {
  22651. "pedestal display model" "models/inventory_items/maptoken_facade.mdl"
  22652. }
  22653. }
  22654. "1043"
  22655. {
  22656. "name" "Map Token Log"
  22657. "prefab" "map_token"
  22658. "item_name" "#CSGO_Collectible_MapTokenLog"
  22659. "item_description" "#CSGO_Collectible_MapTokenLog_Desc"
  22660. "image_inventory" "econ/status_icons/maptoken_log"
  22661. "map_name" "#SFUI_Map_de_log"
  22662. "attributes"
  22663. {
  22664. "pedestal display model" "models/inventory_items/maptoken_log.mdl"
  22665. }
  22666. }
  22667. "1044"
  22668. {
  22669. "name" "Map Token Rails"
  22670. "prefab" "map_token"
  22671. "item_name" "#CSGO_Collectible_MapTokenRails"
  22672. "item_description" "#CSGO_Collectible_MapTokenRails_Desc"
  22673. "image_inventory" "econ/status_icons/maptoken_rails"
  22674. "map_name" "#SFUI_Map_de_rails"
  22675. "attributes"
  22676. {
  22677. "pedestal display model" "models/inventory_items/maptoken_rails.mdl"
  22678. }
  22679. }
  22680. "1045"
  22681. {
  22682. "name" "Map Token Resort"
  22683. "prefab" "map_token"
  22684. "item_name" "#CSGO_Collectible_MapTokenResort"
  22685. "item_description" "#CSGO_Collectible_MapTokenResort_Desc"
  22686. "image_inventory" "econ/status_icons/maptoken_resort"
  22687. "map_name" "#SFUI_Map_de_resort"
  22688. "attributes"
  22689. {
  22690. "pedestal display model" "models/inventory_items/maptoken_resort.mdl"
  22691. }
  22692. }
  22693. "1046"
  22694. {
  22695. "name" "Map Token Zoo"
  22696. "prefab" "map_token"
  22697. "item_name" "#CSGO_Collectible_MapTokenZoo"
  22698. "item_description" "#CSGO_Collectible_MapTokenZoo_Desc"
  22699. "image_inventory" "econ/status_icons/maptoken_zoo"
  22700. "map_name" "#SFUI_Map_de_zoo"
  22701. "attributes"
  22702. {
  22703. "pedestal display model" "models/inventory_items/maptoken_zoo.mdl"
  22704. }
  22705. }
  22706. "1047"
  22707. {
  22708. "name" "Map Token Santorini"
  22709. "prefab" "map_token"
  22710. "item_name" "#CSGO_Collectible_MapTokenSantorini"
  22711. "item_description" "#CSGO_Collectible_MapTokenSantorini_Desc"
  22712. "image_inventory" "econ/status_icons/maptoken_santorini"
  22713. "map_name" "#SFUI_Map_de_santorini"
  22714. "attributes"
  22715. {
  22716. "pedestal display model" "models/inventory_items/maptoken_santorini.mdl"
  22717. }
  22718. }
  22719. "1048"
  22720. {
  22721. "name" "Map Token Coast"
  22722. "prefab" "map_token"
  22723. "item_name" "#CSGO_Collectible_MapTokenCoast"
  22724. "item_description" "#CSGO_Collectible_MapTokenCoast_Desc"
  22725. "image_inventory" "econ/status_icons/maptoken_coast"
  22726. "map_name" "#SFUI_Map_de_coast"
  22727. "attributes"
  22728. {
  22729. "pedestal display model" "models/inventory_items/maptoken_coast.mdl"
  22730. }
  22731. }
  22732. "1049"
  22733. {
  22734. "name" "Map Token Mikla"
  22735. "prefab" "map_token"
  22736. "item_name" "#CSGO_Collectible_MapTokenMikla"
  22737. "item_description" "#CSGO_Collectible_MapTokenMikla_Desc"
  22738. "image_inventory" "econ/status_icons/maptoken_mikla"
  22739. "map_name" "#SFUI_Map_de_mikla"
  22740. "attributes"
  22741. {
  22742. "pedestal display model" "models/inventory_items/maptoken_mikla.mdl"
  22743. }
  22744. }
  22745. "1050"
  22746. {
  22747. "name" "Map Token Royal"
  22748. "prefab" "map_token"
  22749. "item_name" "#CSGO_Collectible_MapTokenRoyal"
  22750. "item_description" "#CSGO_Collectible_MapTokenRoyal_Desc"
  22751. "image_inventory" "econ/status_icons/maptoken_royal"
  22752. "map_name" "#SFUI_Map_de_royal"
  22753. "attributes"
  22754. {
  22755. "pedestal display model" "models/inventory_items/maptoken_royal.mdl"
  22756. }
  22757. }
  22758. "1051"
  22759. {
  22760. "name" "Map Token Empire"
  22761. "prefab" "map_token"
  22762. "item_name" "#CSGO_Collectible_MapTokenEmpire"
  22763. "item_description" "#CSGO_Collectible_MapTokenEmpire_Desc"
  22764. "image_inventory" "econ/status_icons/maptoken_empire"
  22765. "map_name" "#SFUI_Map_de_empire"
  22766. "attributes"
  22767. {
  22768. "pedestal display model" "models/inventory_items/maptoken_empire.mdl"
  22769. }
  22770. }
  22771. "1052"
  22772. {
  22773. "name" "Map Token Tulip"
  22774. "prefab" "map_token"
  22775. "item_name" "#CSGO_Collectible_MapTokenTulip"
  22776. "item_description" "#CSGO_Collectible_MapTokenTulip_Desc"
  22777. "image_inventory" "econ/status_icons/maptoken_tulip"
  22778. "map_name" "#SFUI_Map_de_tulip"
  22779. "attributes"
  22780. {
  22781. "pedestal display model" "models/inventory_items/maptoken_tulip.mdl"
  22782. }
  22783. }
  22784. "1053"
  22785. {
  22786. "name" "Map Token Cruise"
  22787. "prefab" "map_token"
  22788. "item_name" "#CSGO_Collectible_MapTokenCruise"
  22789. "item_description" "#CSGO_Collectible_MapTokenCruise_Desc"
  22790. "image_inventory" "econ/status_icons/maptoken_cruise"
  22791. "map_name" "#SFUI_Map_cs_cruise"
  22792. "attributes"
  22793. {
  22794. "pedestal display model" "models/inventory_items/maptoken_cruise.mdl"
  22795. }
  22796. }
  22797. "1200"
  22798. {
  22799. "name" "Name Tag"
  22800. "first_sale_date" "2013/08/28"
  22801. "prefab" "valve csgo_tool"
  22802. "item_name" "#CSGO_Tool_Name_Tag"
  22803. "item_type_name" "#CSGO_Tool_Name_TagTag"
  22804. "item_description" "#CSGO_Tool_Name_Tag_Desc"
  22805. "image_inventory" "econ/tools/tag"
  22806. "tool"
  22807. {
  22808. "type" "name"
  22809. "usage_capabilities"
  22810. {
  22811. "nameable" "1"
  22812. }
  22813. }
  22814. }
  22815. "1203"
  22816. {
  22817. "name" "Weapon Case Key"
  22818. "first_sale_date" "2013/09/20"
  22819. "prefab" "valve weapon_case_key"
  22820. "image_inventory" "econ/tools/weapon_case_key"
  22821. "tool"
  22822. {
  22823. "restriction" "generic_valve_key"
  22824. }
  22825. }
  22826. "1204"
  22827. {
  22828. "name" "E-Sports Weapon Case Key 1"
  22829. "item_name" "#CSGO_esports_crate_key_1"
  22830. "item_description" "#CSGO_esports_crate_key_1_desc"
  22831. "first_sale_date" "2014/07/09"
  22832. "prefab" "valve weapon_case_key"
  22833. "image_inventory" "econ/tools/weapon_case_key_special_1"
  22834. "tool"
  22835. {
  22836. "restriction" "esports_crate_key"
  22837. }
  22838. }
  22839. "1209"
  22840. {
  22841. "name" "sticker"
  22842. "first_sale_date" "2014/01/29"
  22843. "prefab" "csgo_tool"
  22844. "item_name" "#CSGO_Tool_Sticker"
  22845. "item_type_name" "#CSGO_Tool_Sticker"
  22846. "item_description" "#CSGO_Tool_Sticker_Desc"
  22847. "tool"
  22848. {
  22849. "type" "sticker"
  22850. "usage_capabilities"
  22851. {
  22852. "can_sticker" "1"
  22853. "usable_out_of_game" "1"
  22854. }
  22855. }
  22856. }
  22857. "1210"
  22858. {
  22859. "name" "Gift - 1 Player"
  22860. "first_sale_date" "2013/12/17"
  22861. "prefab" "valve csgo_tool"
  22862. "item_name" "#CSGO_Tool_Gift1Player"
  22863. "item_type_name" "#CSGO_Tool_GiftTag"
  22864. "item_description" "#CSGO_Tool_Gift1Player_Desc"
  22865. "image_inventory" "econ/weapon_cases/gift1player"
  22866. "capabilities"
  22867. {
  22868. "usable_gc" "1"
  22869. "usable_out_of_game" "0"
  22870. }
  22871. "tool"
  22872. {
  22873. "type" "gift"
  22874. "usage"
  22875. {
  22876. "num_items" "1"
  22877. "max_recipients" "1"
  22878. "target_rule" "only_other_players"
  22879. }
  22880. }
  22881. "attributes"
  22882. {
  22883. "set supply crate series"
  22884. {
  22885. "attribute_class" "supply_crate_series"
  22886. "value" "8"
  22887. }
  22888. }
  22889. }
  22890. "1211"
  22891. {
  22892. "name" "Gift - 9 Players"
  22893. "first_sale_date" "2013/12/16"
  22894. "prefab" "valve csgo_tool"
  22895. "item_name" "#CSGO_Tool_Gift9Players"
  22896. "item_type_name" "#CSGO_Tool_GiftTag"
  22897. "item_description" "#CSGO_Tool_Gift9Players_Desc"
  22898. "image_inventory" "econ/weapon_cases/gift9players"
  22899. "capabilities"
  22900. {
  22901. "usable_gc" "1"
  22902. "usable_out_of_game" "0"
  22903. }
  22904. "tool"
  22905. {
  22906. "type" "gift"
  22907. "usage"
  22908. {
  22909. "num_items" "1"
  22910. "max_recipients" "9"
  22911. "target_rule" "only_other_players"
  22912. }
  22913. }
  22914. "attributes"
  22915. {
  22916. "set supply crate series"
  22917. {
  22918. "attribute_class" "supply_crate_series"
  22919. "value" "8"
  22920. }
  22921. }
  22922. }
  22923. "1212"
  22924. {
  22925. "name" "Sticker Crate Key"
  22926. "item_name" "#CSGO_sticker_crate_key_1"
  22927. "item_description" "#CSGO_sticker_crate_key_1_desc"
  22928. "first_sale_date" "2014/01/29"
  22929. "prefab" "valve weapon_case_key"
  22930. "image_inventory" "econ/tools/sticker_crate_key"
  22931. "tool"
  22932. {
  22933. "restriction" "sticker_crate_key"
  22934. }
  22935. }
  22936. "1214"
  22937. {
  22938. "name" "Community Case Key 1"
  22939. "item_name" "#CSGO_community_crate_key_1"
  22940. "item_description" "#CSGO_community_crate_key_1_desc"
  22941. "first_sale_date" "2013/12/18"
  22942. "prefab" "weapon_case_key"
  22943. "image_inventory" "econ/tools/crate_key_community_1"
  22944. "tool"
  22945. {
  22946. "restriction" "community_case_1"
  22947. }
  22948. }
  22949. "1215"
  22950. {
  22951. "name" "Gift - 25 Spectators"
  22952. "first_sale_date" "2013/12/16"
  22953. "prefab" "valve csgo_tool"
  22954. "item_name" "#CSGO_Tool_Gift25Spectators"
  22955. "item_type_name" "#CSGO_Tool_GiftTag"
  22956. "item_description" "#CSGO_Tool_Gift25Spectators_Desc"
  22957. "image_inventory" "econ/weapon_cases/gift25spectators"
  22958. "capabilities"
  22959. {
  22960. "usable_gc" "1"
  22961. "usable_out_of_game" "0"
  22962. }
  22963. "tool"
  22964. {
  22965. "type" "gift"
  22966. "usage"
  22967. {
  22968. "num_items" "1"
  22969. "max_recipients" "25"
  22970. "target_rule" "only_other_spectators"
  22971. }
  22972. }
  22973. "attributes"
  22974. {
  22975. "set supply crate series"
  22976. {
  22977. "attribute_class" "supply_crate_series"
  22978. "value" "8"
  22979. }
  22980. }
  22981. }
  22982. "1303"
  22983. {
  22984. "name" "Community Case Key 2"
  22985. "item_name" "#CSGO_community_crate_key_2"
  22986. "item_description" "#CSGO_community_crate_key_2_desc"
  22987. "first_sale_date" "2014/2/19"
  22988. "prefab" "weapon_case_key"
  22989. "image_inventory" "econ/tools/crate_key_community_2"
  22990. "tool"
  22991. {
  22992. "restriction" "community_case_2"
  22993. }
  22994. }
  22995. "1304"
  22996. {
  22997. "name" "Community Sticker Capsule 1 Key May 2014"
  22998. "item_name" "#CSGO_sticker_crate_key_community01"
  22999. "item_description" "#CSGO_sticker_crate_key_community01_desc"
  23000. "first_sale_date" "2014/04/30"
  23001. "prefab" "weapon_case_key"
  23002. "image_inventory" "econ/tools/sticker_crate_key_community01"
  23003. "tool"
  23004. {
  23005. "restriction" "sticker_pack_community01_key"
  23006. }
  23007. }
  23008. "1305"
  23009. {
  23010. "name" "Community Case Key 3 May 2014"
  23011. "item_name" "#CSGO_community_crate_key_3"
  23012. "item_description" "#CSGO_community_crate_key_3_desc"
  23013. "first_sale_date" "2014/4/30"
  23014. "prefab" "weapon_case_key"
  23015. "image_inventory" "econ/tools/crate_key_community_3"
  23016. "tool"
  23017. {
  23018. "restriction" "community_case_3"
  23019. }
  23020. }
  23021. "1306"
  23022. {
  23023. "name" "quest"
  23024. "item_name" "#quest"
  23025. "item_description" "#quest_desc"
  23026. "prefab" "quest_prefab"
  23027. "attributes"
  23028. {
  23029. "cannot trade" "1"
  23030. }
  23031. }
  23032. "1307"
  23033. {
  23034. "name" "Community Case Key 3 June 2014"
  23035. "item_name" "#CSGO_community_crate_key_3"
  23036. "item_description" "#CSGO_community_crate_key_3_desc"
  23037. "first_sale_date" "2014/06/11"
  23038. "prefab" "weapon_case_key"
  23039. "image_inventory" "econ/tools/crate_key_community_3"
  23040. "tool"
  23041. {
  23042. "restriction" "community_case_3"
  23043. }
  23044. }
  23045. "1308"
  23046. {
  23047. "name" "Community Sticker Capsule 1 Key June 2014"
  23048. "item_name" "#CSGO_sticker_crate_key_community01"
  23049. "item_description" "#CSGO_sticker_crate_key_community01_desc"
  23050. "first_sale_date" "2014/06/11"
  23051. "prefab" "weapon_case_key"
  23052. "image_inventory" "econ/tools/sticker_crate_key_community01"
  23053. "tool"
  23054. {
  23055. "restriction" "sticker_pack_community01_key"
  23056. }
  23057. }
  23058. "1309"
  23059. {
  23060. "name" "Community Case Key 4 July 2014"
  23061. "item_name" "#CSGO_community_crate_key_4"
  23062. "item_description" "#CSGO_community_crate_key_4_desc"
  23063. "first_sale_date" "2014/06/23"
  23064. "prefab" "weapon_case_key"
  23065. "image_inventory" "econ/tools/crate_key_community_4"
  23066. "tool"
  23067. {
  23068. "restriction" "community_case_4"
  23069. }
  23070. }
  23071. "1310"
  23072. {
  23073. "name" "Community Case Key 4 August 2014"
  23074. "item_name" "#CSGO_community_crate_key_4"
  23075. "item_description" "#CSGO_community_crate_key_4_desc"
  23076. "first_sale_date" "2014/06/23"
  23077. "prefab" "weapon_case_key"
  23078. "image_inventory" "econ/tools/crate_key_community_4"
  23079. "tool"
  23080. {
  23081. "restriction" "community_case_4"
  23082. }
  23083. }
  23084. "1311"
  23085. {
  23086. "name" "Community Case Key September 4"
  23087. "item_name" "#CSGO_community_crate_key_4"
  23088. "item_description" "#CSGO_community_crate_key_4_desc"
  23089. "first_sale_date" "2014/07/01"
  23090. "prefab" "weapon_case_key"
  23091. "image_inventory" "econ/tools/crate_key_community_4"
  23092. "tool"
  23093. {
  23094. "restriction" "community_case_4"
  23095. }
  23096. }
  23097. "1313"
  23098. {
  23099. "name" "Community Case Key 4"
  23100. "item_name" "#CSGO_community_crate_key_4"
  23101. "item_description" "#CSGO_community_crate_key_4_desc"
  23102. "first_sale_date" "2014/06/23"
  23103. "prefab" "weapon_case_key"
  23104. "image_inventory" "econ/tools/crate_key_community_4"
  23105. "tool"
  23106. {
  23107. "restriction" "community_case_4"
  23108. }
  23109. }
  23110. "1314"
  23111. {
  23112. "name" "musickit"
  23113. "prefab" "musickit_prefab"
  23114. }
  23115. "1315"
  23116. {
  23117. "name" "Community Season Five Summer 2014"
  23118. "first_sale_date" "2014/10/29"
  23119. "prefab" "csgo_tool"
  23120. "item_type_name" "#CSGO_Type_Ticket"
  23121. "item_name" "#CSGO_Ticket_CommunitySeasonFiveSummer2014"
  23122. "item_description" "#CSGO_Ticket_CommunitySeasonFiveSummer2014_Desc"
  23123. "image_inventory" "econ/status_icons/operation_vanguard_pass"
  23124. "capabilities"
  23125. {
  23126. "usable_gc" "1"
  23127. "usable_out_of_game" "1"
  23128. }
  23129. "tool"
  23130. {
  23131. "type" "season_pass"
  23132. "use_string" "#ConsumeItem"
  23133. }
  23134. "attributes"
  23135. {
  23136. "season access" "4"
  23137. }
  23138. }
  23139. "1316"
  23140. {
  23141. "name" "Community Season Five Summer 2014 Coin 1"
  23142. "prefab" "season5_coin"
  23143. "item_name" "#CSGO_Collectible_CommunitySeasonFiveSummer2014_Coin1"
  23144. "item_description" "#CSGO_Collectible_CommunitySeasonFiveSummer2014_Coin1_Desc"
  23145. "image_inventory" "econ/status_icons/operation_vanguard_bronze"
  23146. "min_ilevel" "1"
  23147. "max_ilevel" "1"
  23148. "attributes"
  23149. {
  23150. "pedestal display model" "models/inventory_items/vanguard_bronze.mdl"
  23151. "upgrade threshold" "3"
  23152. }
  23153. }
  23154. "1317"
  23155. {
  23156. "name" "Community Season Five Summer 2014 Coin 2"
  23157. "prefab" "season5_coin"
  23158. "item_name" "#CSGO_Collectible_CommunitySeasonFiveSummer2014_Coin2"
  23159. "item_description" "#CSGO_Collectible_CommunitySeasonFiveSummer2014_Coin2_Desc"
  23160. "image_inventory" "econ/status_icons/operation_vanguard_silver"
  23161. "min_ilevel" "2"
  23162. "max_ilevel" "2"
  23163. "attributes"
  23164. {
  23165. "pedestal display model" "models/inventory_items/vanguard_silver.mdl"
  23166. "upgrade threshold" "4"
  23167. }
  23168. }
  23169. "1318"
  23170. {
  23171. "name" "Community Season Five Summer 2014 Coin 3"
  23172. "prefab" "season5_coin"
  23173. "item_name" "#CSGO_Collectible_CommunitySeasonFiveSummer2014_Coin3"
  23174. "item_description" "#CSGO_Collectible_CommunitySeasonFiveSummer2014_Coin3_Desc"
  23175. "image_inventory" "econ/status_icons/operation_vanguard_gold"
  23176. "min_ilevel" "3"
  23177. "max_ilevel" "3"
  23178. "attributes"
  23179. {
  23180. "pedestal display model" "models/inventory_items/vanguard_gold.mdl"
  23181. }
  23182. }
  23183. "1320"
  23184. {
  23185. "name" "campaign magrheb"
  23186. "item_name" "#csgo_campaign_maghreb"
  23187. "item_description" "#csgo_campaign_maghreb_desc"
  23188. "prefab" "valve campaign_prefab"
  23189. "attributes"
  23190. {
  23191. "campaign id" "3"
  23192. }
  23193. }
  23194. "1321"
  23195. {
  23196. "name" "campaign eurasia"
  23197. "item_name" "#csgo_campaign_eurasia"
  23198. "item_description" "#csgo_campaign_eurasia_desc"
  23199. "prefab" "valve campaign_prefab"
  23200. "attributes"
  23201. {
  23202. "campaign id" "1"
  23203. }
  23204. }
  23205. "1322"
  23206. {
  23207. "name" "Community Case Key 5"
  23208. "item_name" "#CSGO_community_crate_key_5"
  23209. "item_description" "#CSGO_community_crate_key_5_desc"
  23210. "first_sale_date" "2014/11/5"
  23211. "prefab" "weapon_case_key"
  23212. "image_inventory" "econ/tools/crate_key_community_5"
  23213. "tool"
  23214. {
  23215. "restriction" "community_case_5"
  23216. }
  23217. }
  23218. "1323"
  23219. {
  23220. "name" "Community Case Key 6"
  23221. "item_name" "#CSGO_community_crate_key_6"
  23222. "item_description" "#CSGO_community_crate_key_6_desc"
  23223. "first_sale_date" "2015/1/8"
  23224. "prefab" "weapon_case_key"
  23225. "image_inventory" "econ/tools/crate_key_community_6"
  23226. "tool"
  23227. {
  23228. "restriction" "community_case_6"
  23229. }
  23230. }
  23231. "1324"
  23232. {
  23233. "name" "stattrak_swap_tool"
  23234. "first_sale_date" "2015/3/30"
  23235. "prefab" "csgo_tool"
  23236. "item_name" "#CSGO_tool_stattrak_swap"
  23237. "item_description" "#CSGO_tool_stattrak_swap_desc"
  23238. "image_inventory" "econ/tools/stattrak_swap_tool"
  23239. "tool"
  23240. {
  23241. "type" "stattrak_swap"
  23242. "usage_capabilities"
  23243. {
  23244. "can_stattrack_swap" "1"
  23245. }
  23246. }
  23247. }
  23248. "1325"
  23249. {
  23250. "name" "Community Case Key 7"
  23251. "item_name" "#CSGO_community_crate_key_7"
  23252. "item_description" "#CSGO_community_crate_key_7_desc"
  23253. "first_sale_date" "2015/4/15"
  23254. "prefab" "weapon_case_key"
  23255. "image_inventory" "econ/tools/crate_key_community_7"
  23256. "tool"
  23257. {
  23258. "restriction" "community_case_7"
  23259. }
  23260. }
  23261. "1326"
  23262. {
  23263. "name" "Community Season Six 2015"
  23264. "first_sale_date" "2015/05/01"
  23265. "prefab" "csgo_tool"
  23266. "item_type_name" "#CSGO_Type_Ticket"
  23267. "item_name" "#CSGO_Ticket_CommunitySeasonSix2015"
  23268. "item_description" "#CSGO_Ticket_CommunitySeasonSix2015_Desc"
  23269. "image_inventory" "econ/status_icons/operation_6_pass"
  23270. "capabilities"
  23271. {
  23272. "usable_gc" "1"
  23273. "usable_out_of_game" "1"
  23274. }
  23275. "tool"
  23276. {
  23277. "type" "season_pass"
  23278. "use_string" "#ConsumeItem"
  23279. }
  23280. "attributes"
  23281. {
  23282. "season access" "5"
  23283. }
  23284. }
  23285. "1327"
  23286. {
  23287. "name" "Community Season Six 2015 Coin 1"
  23288. "prefab" "season6_coin"
  23289. "item_name" "#CSGO_Collectible_CommunitySeasonSix2015_Coin1"
  23290. "item_description" "#CSGO_Collectible_CommunitySeasonSix2015_Coin1_Desc"
  23291. "image_inventory" "econ/status_icons/operation_6_bronze"
  23292. "min_ilevel" "1"
  23293. "max_ilevel" "1"
  23294. "attributes"
  23295. {
  23296. "pedestal display model" "models/inventory_items/bloodhound_bronze.mdl"
  23297. "upgrade threshold" "9"
  23298. }
  23299. }
  23300. "1328"
  23301. {
  23302. "name" "Community Season Six 2015 Coin 2"
  23303. "prefab" "season6_coin"
  23304. "item_name" "#CSGO_Collectible_CommunitySeasonSix2015_Coin2"
  23305. "item_description" "#CSGO_Collectible_CommunitySeasonSix2015_Coin2_Desc"
  23306. "image_inventory" "econ/status_icons/operation_6_silver"
  23307. "min_ilevel" "2"
  23308. "max_ilevel" "2"
  23309. "attributes"
  23310. {
  23311. "pedestal display model" "models/inventory_items/bloodhound_silver.mdl"
  23312. "upgrade threshold" "14"
  23313. }
  23314. }
  23315. "1329"
  23316. {
  23317. "name" "Community Season Six 2015 Coin 3"
  23318. "prefab" "season6_coin"
  23319. "item_name" "#CSGO_Collectible_CommunitySeasonSix2015_Coin3"
  23320. "item_description" "#CSGO_Collectible_CommunitySeasonSix2015_Coin3_Desc"
  23321. "image_inventory" "econ/status_icons/operation_6_gold"
  23322. "min_ilevel" "3"
  23323. "max_ilevel" "3"
  23324. "attributes"
  23325. {
  23326. "pedestal display model" "models/inventory_items/bloodhound_gold.mdl"
  23327. }
  23328. }
  23329. "1330"
  23330. {
  23331. "name" "Falchion Case Key"
  23332. "item_name" "#CSGO_community_crate_key_8"
  23333. "item_description" "#CSGO_community_crate_key_8_desc"
  23334. "first_sale_date" "2015/5/19"
  23335. "prefab" "weapon_case_key"
  23336. "image_inventory" "econ/tools/crate_key_community_8"
  23337. "tool"
  23338. {
  23339. "restriction" "community_case_8"
  23340. }
  23341. }
  23342. "1331"
  23343. {
  23344. "name" "prestige coin 2015"
  23345. "prefab" "prestige_coin"
  23346. "item_name" "#CSGO_Collectible_GlobalGeneral2015"
  23347. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2015"
  23348. "image_inventory" "econ/status_icons/service_medal_2015"
  23349. "attributes"
  23350. {
  23351. "prestige year" "2015"
  23352. "pedestal display model" "models/inventory_items/service_medal_2015.mdl"
  23353. }
  23354. }
  23355. "1332"
  23356. {
  23357. "name" "prestige coin 2015 level 2"
  23358. "prefab" "prestige_coin"
  23359. "item_name" "#CSGO_Collectible_GlobalGeneral2015"
  23360. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2015"
  23361. "image_inventory" "econ/status_icons/service_medal_2015_2"
  23362. "attributes"
  23363. {
  23364. "prestige year" "2015"
  23365. "pedestal display model" "models/inventory_items/service_medal_2015_2.mdl"
  23366. }
  23367. }
  23368. "1333"
  23369. {
  23370. "name" "Community Case Key 9"
  23371. "item_name" "#CSGO_community_crate_key_9"
  23372. "item_description" "#CSGO_community_crate_key_9_desc"
  23373. "first_sale_date" "2015/9/15"
  23374. "prefab" "weapon_case_key"
  23375. "image_inventory" "econ/tools/crate_key_community_9"
  23376. "tool"
  23377. {
  23378. "restriction" "community_case_9"
  23379. }
  23380. }
  23381. "1334"
  23382. {
  23383. "name" "crate_community_10 Key"
  23384. "item_name" "#CSGO_crate_community_10_key"
  23385. "item_description" "#CSGO_crate_community_10_key_desc"
  23386. "first_sale_date" "2015-11-30"
  23387. "prefab" "weapon_case_key"
  23388. "image_inventory" "econ/tools/crate_key_community_10"
  23389. "tool"
  23390. {
  23391. "restriction" "crate_community_10"
  23392. }
  23393. }
  23394. "1335"
  23395. {
  23396. "name" "CommunitySeasonSeven2016"
  23397. "first_sale_date" "2016/01/01"
  23398. "prefab" "csgo_tool"
  23399. "item_name" "#CSGO_Ticket_CommunitySeasonSeven2016"
  23400. "item_description" "#CSGO_Ticket_CommunitySeasonSeven2016_Desc"
  23401. "image_inventory" "econ/status_icons/operation_7_pass"
  23402. "capabilities"
  23403. {
  23404. "usable_gc" "1"
  23405. "usable_out_of_game" "1"
  23406. }
  23407. "tool"
  23408. {
  23409. "type" "season_pass"
  23410. "use_string" "#ConsumeItem"
  23411. }
  23412. "attributes"
  23413. {
  23414. "season access" "6"
  23415. }
  23416. }
  23417. "1336"
  23418. {
  23419. "name" "CommunitySeasonSeven2016 Coin 1"
  23420. "prefab" "season7_coin"
  23421. "item_name" "#CSGO_Collectible_CommunitySeasonSeven2016_Coin1"
  23422. "item_description" "#CSGO_Collectible_CommunitySeasonSeven2016_Coin1_Desc"
  23423. "image_inventory" "econ/status_icons/operation_7_bronze"
  23424. "min_ilevel" "1"
  23425. "max_ilevel" "1"
  23426. "attributes"
  23427. {
  23428. "pedestal display model" "models/inventory_items/operation_7_bronze.mdl"
  23429. "upgrade threshold" "9"
  23430. }
  23431. }
  23432. "1337"
  23433. {
  23434. "name" "CommunitySeasonSeven2016 Coin 2"
  23435. "prefab" "season7_coin"
  23436. "item_name" "#CSGO_Collectible_CommunitySeasonSeven2016_Coin2"
  23437. "item_description" "#CSGO_Collectible_CommunitySeasonSeven2016_Coin2_Desc"
  23438. "image_inventory" "econ/status_icons/operation_7_silver"
  23439. "min_ilevel" "2"
  23440. "max_ilevel" "2"
  23441. "attributes"
  23442. {
  23443. "pedestal display model" "models/inventory_items/operation_7_silver.mdl"
  23444. "upgrade threshold" "14"
  23445. }
  23446. }
  23447. "1338"
  23448. {
  23449. "name" "CommunitySeasonSeven2016 Coin 3"
  23450. "prefab" "season7_coin"
  23451. "item_name" "#CSGO_Collectible_CommunitySeasonSeven2016_Coin3"
  23452. "item_description" "#CSGO_Collectible_CommunitySeasonSeven2016_Coin3_Desc"
  23453. "image_inventory" "econ/status_icons/operation_7_gold"
  23454. "min_ilevel" "3"
  23455. "max_ilevel" "3"
  23456. "attributes"
  23457. {
  23458. "pedestal display model" "models/inventory_items/operation_7_gold.mdl"
  23459. }
  23460. }
  23461. "1339"
  23462. {
  23463. "name" "prestige coin 2016"
  23464. "prefab" "prestige_coin"
  23465. "item_name" "#CSGO_Collectible_GlobalGeneral2016"
  23466. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2016"
  23467. "image_inventory" "econ/status_icons/service_medal_2016_lvl1"
  23468. "attributes"
  23469. {
  23470. "prestige year" "2016"
  23471. "pedestal display model" "models/inventory_items/service_medal_2016_lvl1.mdl"
  23472. }
  23473. }
  23474. "1340"
  23475. {
  23476. "name" "prestige coin 2016 level 2"
  23477. "prefab" "prestige_coin"
  23478. "item_name" "#CSGO_Collectible_GlobalGeneral2016"
  23479. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2016"
  23480. "image_inventory" "econ/status_icons/service_medal_2016_lvl2"
  23481. "attributes"
  23482. {
  23483. "prestige year" "2016"
  23484. "pedestal display model" "models/inventory_items/service_medal_2016_lvl2.mdl"
  23485. }
  23486. }
  23487. "1341"
  23488. {
  23489. "name" "prestige coin 2016 level 3"
  23490. "prefab" "prestige_coin"
  23491. "item_name" "#CSGO_Collectible_GlobalGeneral2016"
  23492. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2016"
  23493. "image_inventory" "econ/status_icons/service_medal_2016_lvl3"
  23494. "attributes"
  23495. {
  23496. "prestige year" "2016"
  23497. "pedestal display model" "models/inventory_items/service_medal_2016_lvl3.mdl"
  23498. }
  23499. }
  23500. "1342"
  23501. {
  23502. "name" "prestige coin 2016 level 4"
  23503. "prefab" "prestige_coin"
  23504. "item_name" "#CSGO_Collectible_GlobalGeneral2016"
  23505. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2016"
  23506. "image_inventory" "econ/status_icons/service_medal_2016_lvl4"
  23507. "attributes"
  23508. {
  23509. "prestige year" "2016"
  23510. "pedestal display model" "models/inventory_items/service_medal_2016_lvl4.mdl"
  23511. }
  23512. }
  23513. "1343"
  23514. {
  23515. "name" "prestige coin 2016 level 5"
  23516. "prefab" "prestige_coin"
  23517. "item_name" "#CSGO_Collectible_GlobalGeneral2016"
  23518. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2016"
  23519. "image_inventory" "econ/status_icons/service_medal_2016_lvl5"
  23520. "attributes"
  23521. {
  23522. "prestige year" "2016"
  23523. "pedestal display model" "models/inventory_items/service_medal_2016_lvl5.mdl"
  23524. }
  23525. }
  23526. "1344"
  23527. {
  23528. "name" "prestige coin 2016 level 6"
  23529. "prefab" "prestige_coin"
  23530. "item_name" "#CSGO_Collectible_GlobalGeneral2016"
  23531. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2016"
  23532. "image_inventory" "econ/status_icons/service_medal_2016_lvl6"
  23533. "attributes"
  23534. {
  23535. "prestige year" "2016"
  23536. "pedestal display model" "models/inventory_items/service_medal_2016_lvl6.mdl"
  23537. }
  23538. }
  23539. "1348"
  23540. {
  23541. "name" "spray"
  23542. "first_sale_date" "2014/06/20"
  23543. "prefab" "csgo_tool"
  23544. "item_name" "#CSGO_Tool_Spray"
  23545. "item_type_name" "#CSGO_Type_Spray"
  23546. "item_description" "#CSGO_Tool_Spray_Desc"
  23547. "capabilities"
  23548. {
  23549. "usable_gc" "1"
  23550. "usable_out_of_game" "1"
  23551. }
  23552. "tool"
  23553. {
  23554. "type" "spray"
  23555. "use_string" "#ConsumeItem"
  23556. }
  23557. }
  23558. "1349"
  23559. {
  23560. "name" "spraypaint"
  23561. "first_sale_date" "2014/06/20"
  23562. "prefab" "csgo_tool"
  23563. "item_name" "#CSGO_Tool_SprayPaint"
  23564. "item_type_name" "#CSGO_Type_Spray"
  23565. "item_description" "#CSGO_Tool_SprayPaint_Desc"
  23566. "tool"
  23567. {
  23568. "type" "spraypaint"
  23569. }
  23570. "item_slot" "spray"
  23571. "item_sub_position" "spray0"
  23572. "used_by_classes"
  23573. {
  23574. "noteam" "1"
  23575. }
  23576. "attributes"
  23577. {
  23578. "cannot trade" "1"
  23579. }
  23580. }
  23581. "1352"
  23582. {
  23583. "name" "CommunitySeasonEight2017"
  23584. "first_sale_date" "2017/05/23"
  23585. "prefab" "csgo_tool"
  23586. "item_name" "#CSGO_Ticket_CommunitySeasonEight2017"
  23587. "item_description" "#CSGO_Ticket_CommunitySeasonEight2017_Desc"
  23588. "image_inventory" "econ/status_icons/operation_8_pass"
  23589. "capabilities"
  23590. {
  23591. "usable_gc" "1"
  23592. "usable_out_of_game" "1"
  23593. }
  23594. "tool"
  23595. {
  23596. "type" "season_pass"
  23597. "use_string" "#ConsumeItem"
  23598. }
  23599. "attributes"
  23600. {
  23601. "season access" "7"
  23602. }
  23603. }
  23604. "4353"
  23605. {
  23606. "name" "CommunitySeasonEight2017 Coin 1"
  23607. "prefab" "season8_coin"
  23608. "item_name" "#CSGO_Collectible_CommunitySeasonEight2017_Coin1"
  23609. "item_description" "#CSGO_Collectible_CommunitySeasonEight2017_Coin1_Desc"
  23610. "image_inventory" "econ/status_icons/operation_8_bronze"
  23611. "min_ilevel" "1"
  23612. "max_ilevel" "1"
  23613. "attributes"
  23614. {
  23615. "pedestal display model" "models/inventory_items/operation_8_bronze.mdl"
  23616. "upgrade threshold" "5"
  23617. }
  23618. }
  23619. "4354"
  23620. {
  23621. "name" "CommunitySeasonEight2017 Coin 2"
  23622. "prefab" "season8_coin"
  23623. "item_name" "#CSGO_Collectible_CommunitySeasonEight2017_Coin2"
  23624. "item_description" "#CSGO_Collectible_CommunitySeasonEight2017_Coin2_Desc"
  23625. "image_inventory" "econ/status_icons/operation_8_silver"
  23626. "min_ilevel" "2"
  23627. "max_ilevel" "2"
  23628. "attributes"
  23629. {
  23630. "pedestal display model" "models/inventory_items/operation_8_silver.mdl"
  23631. "upgrade threshold" "18"
  23632. }
  23633. }
  23634. "4355"
  23635. {
  23636. "name" "CommunitySeasonEight2017 Coin 3"
  23637. "prefab" "season8_coin"
  23638. "item_name" "#CSGO_Collectible_CommunitySeasonEight2017_Coin3"
  23639. "item_description" "#CSGO_Collectible_CommunitySeasonEight2017_Coin3_Desc"
  23640. "image_inventory" "econ/status_icons/operation_8_gold"
  23641. "min_ilevel" "3"
  23642. "max_ilevel" "3"
  23643. "attributes"
  23644. {
  23645. "pedestal display model" "models/inventory_items/operation_8_gold.mdl"
  23646. "upgrade threshold" "25"
  23647. }
  23648. }
  23649. "4356"
  23650. {
  23651. "name" "CommunitySeasonEight2017 Coin 4"
  23652. "prefab" "season8_coin"
  23653. "item_name" "#CSGO_Collectible_CommunitySeasonEight2017_Coin4"
  23654. "item_description" "#CSGO_Collectible_CommunitySeasonEight2017_Coin4_Desc"
  23655. "image_inventory" "econ/status_icons/operation_8_platinum"
  23656. "min_ilevel" "3"
  23657. "max_ilevel" "3"
  23658. "attributes"
  23659. {
  23660. "pedestal display model" "models/inventory_items/operation_8_platinum.mdl"
  23661. }
  23662. }
  23663. "1357"
  23664. {
  23665. "name" "prestige coin 2017"
  23666. "prefab" "prestige_coin"
  23667. "item_name" "#CSGO_Collectible_GlobalGeneral2017"
  23668. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2017"
  23669. "image_inventory" "econ/status_icons/service_medal_2017_lvl1"
  23670. "attributes"
  23671. {
  23672. "prestige year" "2017"
  23673. "pedestal display model" "models/inventory_items/service_medal_2017_lvl1.mdl"
  23674. }
  23675. }
  23676. "1358"
  23677. {
  23678. "name" "prestige coin 2017 level 2"
  23679. "prefab" "prestige_coin"
  23680. "item_name" "#CSGO_Collectible_GlobalGeneral2017"
  23681. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2017"
  23682. "image_inventory" "econ/status_icons/service_medal_2017_lvl2"
  23683. "attributes"
  23684. {
  23685. "prestige year" "2017"
  23686. "pedestal display model" "models/inventory_items/service_medal_2017_lvl2.mdl"
  23687. }
  23688. }
  23689. "1359"
  23690. {
  23691. "name" "prestige coin 2017 level 3"
  23692. "prefab" "prestige_coin"
  23693. "item_name" "#CSGO_Collectible_GlobalGeneral2017"
  23694. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2017"
  23695. "image_inventory" "econ/status_icons/service_medal_2017_lvl3"
  23696. "attributes"
  23697. {
  23698. "prestige year" "2017"
  23699. "pedestal display model" "models/inventory_items/service_medal_2017_lvl3.mdl"
  23700. }
  23701. }
  23702. "1360"
  23703. {
  23704. "name" "prestige coin 2017 level 4"
  23705. "prefab" "prestige_coin"
  23706. "item_name" "#CSGO_Collectible_GlobalGeneral2017"
  23707. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2017"
  23708. "image_inventory" "econ/status_icons/service_medal_2017_lvl4"
  23709. "attributes"
  23710. {
  23711. "prestige year" "2017"
  23712. "pedestal display model" "models/inventory_items/service_medal_2017_lvl4.mdl"
  23713. }
  23714. }
  23715. "1361"
  23716. {
  23717. "name" "prestige coin 2017 level 5"
  23718. "prefab" "prestige_coin"
  23719. "item_name" "#CSGO_Collectible_GlobalGeneral2017"
  23720. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2017"
  23721. "image_inventory" "econ/status_icons/service_medal_2017_lvl5"
  23722. "attributes"
  23723. {
  23724. "prestige year" "2017"
  23725. "pedestal display model" "models/inventory_items/service_medal_2017_lvl5.mdl"
  23726. }
  23727. }
  23728. "1362"
  23729. {
  23730. "name" "prestige coin 2017 level 6"
  23731. "prefab" "prestige_coin"
  23732. "item_name" "#CSGO_Collectible_GlobalGeneral2017"
  23733. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2017"
  23734. "image_inventory" "econ/status_icons/service_medal_2017_lvl6"
  23735. "attributes"
  23736. {
  23737. "prestige year" "2017"
  23738. "pedestal display model" "models/inventory_items/service_medal_2017_lvl6.mdl"
  23739. }
  23740. }
  23741. "1363"
  23742. {
  23743. "name" "prestige coin 2017 level 7"
  23744. "prefab" "prestige_coin"
  23745. "item_name" "#CSGO_Collectible_GlobalGeneral2017"
  23746. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2017"
  23747. "image_inventory" "econ/status_icons/service_medal_2017_lvl7"
  23748. "attributes"
  23749. {
  23750. "prestige year" "2017"
  23751. "pedestal display model" "models/inventory_items/service_medal_2017_lvl7.mdl"
  23752. }
  23753. }
  23754. "1353"
  23755. {
  23756. "name" "Game License"
  23757. "prefab" "valve collectible_untradable"
  23758. "item_rarity" "common"
  23759. "item_type" "game_license"
  23760. "item_name" "#CSGO_Purchasable_Game_License"
  23761. "item_description" "#CSGO_Purchasable_Game_License_Desc"
  23762. "image_inventory" "econ/status_icons/collectible_pin_tactics"
  23763. "attributes"
  23764. {
  23765. "pedestal display model" "models/inventory_items/collectible_pin_tactics.mdl"
  23766. }
  23767. }
  23768. "1367"
  23769. {
  23770. "name" "prestige coin 2018"
  23771. "prefab" "prestige_coin"
  23772. "item_name" "#CSGO_Collectible_GlobalGeneral2018"
  23773. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2018"
  23774. "image_inventory" "econ/status_icons/service_medal_2018_lvl1"
  23775. "attributes"
  23776. {
  23777. "prestige year" "2018"
  23778. "pedestal display model" "models/inventory_items/service_medal_2018_lvl1.mdl"
  23779. }
  23780. }
  23781. "1368"
  23782. {
  23783. "name" "prestige coin 2018 level 2"
  23784. "prefab" "prestige_coin"
  23785. "item_name" "#CSGO_Collectible_GlobalGeneral2018"
  23786. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2018"
  23787. "image_inventory" "econ/status_icons/service_medal_2018_lvl2"
  23788. "attributes"
  23789. {
  23790. "prestige year" "2018"
  23791. "pedestal display model" "models/inventory_items/service_medal_2018_lvl2.mdl"
  23792. }
  23793. }
  23794. "1369"
  23795. {
  23796. "name" "prestige coin 2018 level 3"
  23797. "prefab" "prestige_coin"
  23798. "item_name" "#CSGO_Collectible_GlobalGeneral2018"
  23799. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2018"
  23800. "image_inventory" "econ/status_icons/service_medal_2018_lvl3"
  23801. "attributes"
  23802. {
  23803. "prestige year" "2018"
  23804. "pedestal display model" "models/inventory_items/service_medal_2018_lvl3.mdl"
  23805. }
  23806. }
  23807. "1370"
  23808. {
  23809. "name" "prestige coin 2018 level 4"
  23810. "prefab" "prestige_coin"
  23811. "item_name" "#CSGO_Collectible_GlobalGeneral2018"
  23812. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2018"
  23813. "image_inventory" "econ/status_icons/service_medal_2018_lvl4"
  23814. "attributes"
  23815. {
  23816. "prestige year" "2018"
  23817. "pedestal display model" "models/inventory_items/service_medal_2018_lvl4.mdl"
  23818. }
  23819. }
  23820. "1371"
  23821. {
  23822. "name" "prestige coin 2018 level 5"
  23823. "prefab" "prestige_coin"
  23824. "item_name" "#CSGO_Collectible_GlobalGeneral2018"
  23825. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2018"
  23826. "image_inventory" "econ/status_icons/service_medal_2018_lvl5"
  23827. "attributes"
  23828. {
  23829. "prestige year" "2018"
  23830. "pedestal display model" "models/inventory_items/service_medal_2018_lvl5.mdl"
  23831. }
  23832. }
  23833. "1372"
  23834. {
  23835. "name" "prestige coin 2018 level 6"
  23836. "prefab" "prestige_coin"
  23837. "item_name" "#CSGO_Collectible_GlobalGeneral2018"
  23838. "item_description" "#CSGO_Collectible_Desc_GlobalGeneral2018"
  23839. "image_inventory" "econ/status_icons/service_medal_2018_lvl6"
  23840. "attributes"
  23841. {
  23842. "prestige year" "2018"
  23843. "pedestal display model" "models/inventory_items/service_medal_2018_lvl6.mdl"
  23844. }
  23845. }
  23846. "4001"
  23847. {
  23848. "item_name" "#CSGO_crate_valve_1"
  23849. "name" "crate_valve_1"
  23850. "image_inventory" "econ/weapon_cases/crate_valve_1"
  23851. "prefab" "weapon_case"
  23852. "associated_items"
  23853. {
  23854. "1203" "1"
  23855. }
  23856. "tool"
  23857. {
  23858. "restriction" "generic_valve_key"
  23859. }
  23860. "attributes"
  23861. {
  23862. "set supply crate series"
  23863. {
  23864. "attribute_class" "supply_crate_series"
  23865. "value" "1"
  23866. }
  23867. }
  23868. "tags"
  23869. {
  23870. "ItemSet"
  23871. {
  23872. "tag_value" "set_weapons_i"
  23873. "tag_text" "#CSGO_set_weapons_i"
  23874. "tag_group" "ItemSet"
  23875. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  23876. }
  23877. }
  23878. }
  23879. "4002"
  23880. {
  23881. "item_name" "#CSGO_crate_esports_2013"
  23882. "item_description" "#CSGO_crate_esports_2013_desc"
  23883. "name" "crate_esports_2013"
  23884. "image_inventory" "econ/weapon_cases/crate_esports_2013"
  23885. "prefab" "weapon_case"
  23886. "associated_items"
  23887. {
  23888. "1204" "1"
  23889. }
  23890. "tool"
  23891. {
  23892. "restriction" "esports_crate_key"
  23893. }
  23894. "attributes"
  23895. {
  23896. "set supply crate series"
  23897. {
  23898. "attribute_class" "supply_crate_series"
  23899. "value" "2"
  23900. }
  23901. }
  23902. "tags"
  23903. {
  23904. "ItemSet"
  23905. {
  23906. "tag_value" "set_esports"
  23907. "tag_text" "#CSGO_set_esports"
  23908. "tag_group" "ItemSet"
  23909. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  23910. }
  23911. }
  23912. }
  23913. "4004"
  23914. {
  23915. "item_name" "#CSGO_crate_valve_2"
  23916. "name" "crate_valve_2"
  23917. "image_inventory" "econ/weapon_cases/crate_valve_2"
  23918. "prefab" "weapon_case"
  23919. "associated_items"
  23920. {
  23921. "1203" "1"
  23922. }
  23923. "tool"
  23924. {
  23925. "restriction" "generic_valve_key"
  23926. }
  23927. "attributes"
  23928. {
  23929. "set supply crate series"
  23930. {
  23931. "attribute_class" "supply_crate_series"
  23932. "value" "4"
  23933. }
  23934. }
  23935. "tags"
  23936. {
  23937. "ItemSet"
  23938. {
  23939. "tag_value" "set_weapons_ii"
  23940. "tag_text" "#CSGO_set_weapons_ii"
  23941. "tag_group" "ItemSet"
  23942. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  23943. }
  23944. }
  23945. }
  23946. "4003"
  23947. {
  23948. "item_name" "#CSGO_crate_operation_ii"
  23949. "name" "crate_operation_ii"
  23950. "image_inventory" "econ/weapon_cases/crate_operation_ii"
  23951. "prefab" "weapon_case"
  23952. "associated_items"
  23953. {
  23954. "1203" "1"
  23955. }
  23956. "tool"
  23957. {
  23958. "restriction" "generic_valve_key"
  23959. }
  23960. "attributes"
  23961. {
  23962. "set supply crate series"
  23963. {
  23964. "attribute_class" "supply_crate_series"
  23965. "value" "3"
  23966. }
  23967. }
  23968. "tags"
  23969. {
  23970. "ItemSet"
  23971. {
  23972. "tag_value" "set_bravo_i"
  23973. "tag_text" "#CSGO_set_bravo_i"
  23974. "tag_group" "ItemSet"
  23975. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  23976. }
  23977. }
  23978. }
  23979. "4005"
  23980. {
  23981. "item_name" "#CSGO_crate_esports_2013_winter"
  23982. "item_description" "#CSGO_crate_esports_2013_winter_desc"
  23983. "name" "crate_esports_2013_winter"
  23984. "image_inventory" "econ/weapon_cases/crate_esports_2013_14"
  23985. "prefab" "weapon_case"
  23986. "associated_items"
  23987. {
  23988. "1204" "1"
  23989. }
  23990. "tool"
  23991. {
  23992. "restriction" "esports_crate_key"
  23993. }
  23994. "attributes"
  23995. {
  23996. "set supply crate series"
  23997. {
  23998. "attribute_class" "supply_crate_series"
  23999. "value" "5"
  24000. }
  24001. }
  24002. "tags"
  24003. {
  24004. "ItemSet"
  24005. {
  24006. "tag_value" "set_esports_ii"
  24007. "tag_text" "#CSGO_set_esports_ii"
  24008. "tag_group" "ItemSet"
  24009. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24010. }
  24011. }
  24012. }
  24013. "4006"
  24014. {
  24015. "item_name" "#CSGO_crate_dhw13_promo"
  24016. "name" "crate_dhw13_promo"
  24017. "image_inventory" "econ/weapon_cases/crate_dhw13_promo"
  24018. "prefab" "weapon_case_souvenirpkg"
  24019. "attributes"
  24020. {
  24021. "set supply crate series"
  24022. {
  24023. "attribute_class" "supply_crate_series"
  24024. "value" "6"
  24025. }
  24026. "tournament event id"
  24027. {
  24028. "attribute_class" "tournament_event_id"
  24029. "value" "1"
  24030. }
  24031. }
  24032. }
  24033. "4007"
  24034. {
  24035. "item_name" "#CSGO_crate_sticker_pack01"
  24036. "name" "crate_sticker_pack01"
  24037. "image_inventory" "econ/weapon_cases/crate_sticker_pack01"
  24038. "prefab" "weapon_case"
  24039. "associated_items"
  24040. {
  24041. "1212" "1"
  24042. }
  24043. "tool"
  24044. {
  24045. "restriction" "sticker_crate_key"
  24046. }
  24047. "attributes"
  24048. {
  24049. "set supply crate series"
  24050. {
  24051. "attribute_class" "supply_crate_series"
  24052. "value" "9"
  24053. }
  24054. }
  24055. "tags"
  24056. {
  24057. "StickerCapsule"
  24058. {
  24059. "tag_value" "crate_sticker_pack01"
  24060. "tag_text" "#CSGO_crate_sticker_pack01"
  24061. "tag_group" "StickerCapsule"
  24062. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  24063. }
  24064. }
  24065. }
  24066. "4009"
  24067. {
  24068. "item_name" "#CSGO_crate_community_1"
  24069. "name" "crate_community_1"
  24070. "image_inventory" "econ/weapon_cases/crate_community_1"
  24071. "prefab" "weapon_case"
  24072. "associated_items"
  24073. {
  24074. "1214" "1"
  24075. }
  24076. "tool"
  24077. {
  24078. "restriction" "community_case_1"
  24079. }
  24080. "attributes"
  24081. {
  24082. "set supply crate series"
  24083. {
  24084. "attribute_class" "supply_crate_series"
  24085. "value" "7"
  24086. }
  24087. }
  24088. "tags"
  24089. {
  24090. "ItemSet"
  24091. {
  24092. "tag_value" "set_community_1"
  24093. "tag_text" "#CSGO_set_community_1"
  24094. "tag_group" "ItemSet"
  24095. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24096. }
  24097. }
  24098. }
  24099. "4010"
  24100. {
  24101. "item_name" "#CSGO_crate_valve_3"
  24102. "name" "crate_valve_3"
  24103. "image_inventory" "econ/weapon_cases/crate_valve_3"
  24104. "prefab" "weapon_case"
  24105. "associated_items"
  24106. {
  24107. "1203" "1"
  24108. }
  24109. "tool"
  24110. {
  24111. "restriction" "generic_valve_key"
  24112. }
  24113. "attributes"
  24114. {
  24115. "set supply crate series"
  24116. {
  24117. "attribute_class" "supply_crate_series"
  24118. "value" "10"
  24119. }
  24120. }
  24121. "tags"
  24122. {
  24123. "ItemSet"
  24124. {
  24125. "tag_value" "set_weapons_iii"
  24126. "tag_text" "#CSGO_set_weapons_iii"
  24127. "tag_group" "ItemSet"
  24128. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24129. }
  24130. }
  24131. }
  24132. "4011"
  24133. {
  24134. "item_name" "#CSGO_crate_community_2"
  24135. "name" "crate_community_2"
  24136. "image_inventory" "econ/weapon_cases/crate_community_2"
  24137. "prefab" "weapon_case"
  24138. "associated_items"
  24139. {
  24140. "1303" "1"
  24141. }
  24142. "tool"
  24143. {
  24144. "restriction" "community_case_2"
  24145. }
  24146. "attributes"
  24147. {
  24148. "set supply crate series"
  24149. {
  24150. "attribute_class" "supply_crate_series"
  24151. "value" "11"
  24152. }
  24153. }
  24154. "tags"
  24155. {
  24156. "ItemSet"
  24157. {
  24158. "tag_value" "set_community_2"
  24159. "tag_text" "#CSGO_set_community_2"
  24160. "tag_group" "ItemSet"
  24161. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24162. }
  24163. }
  24164. }
  24165. "4012"
  24166. {
  24167. "item_name" "#CSGO_crate_sticker_pack02"
  24168. "name" "crate_sticker_pack02"
  24169. "image_inventory" "econ/weapon_cases/crate_sticker_pack02"
  24170. "prefab" "weapon_case"
  24171. "associated_items"
  24172. {
  24173. "1212" "1"
  24174. }
  24175. "tool"
  24176. {
  24177. "restriction" "sticker_crate_key"
  24178. }
  24179. "attributes"
  24180. {
  24181. "set supply crate series"
  24182. {
  24183. "attribute_class" "supply_crate_series"
  24184. "value" "12"
  24185. }
  24186. }
  24187. "tags"
  24188. {
  24189. "StickerCapsule"
  24190. {
  24191. "tag_value" "crate_sticker_pack02"
  24192. "tag_text" "#CSGO_crate_sticker_pack02"
  24193. "tag_group" "StickerCapsule"
  24194. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  24195. }
  24196. }
  24197. }
  24198. "4013"
  24199. {
  24200. "item_name" "#CSGO_crate_ems14_promo"
  24201. "name" "crate_ems14_promo"
  24202. "image_inventory" "econ/weapon_cases/crate_ems14_promo"
  24203. "prefab" "weapon_case_souvenirpkg"
  24204. "attributes"
  24205. {
  24206. "set supply crate series"
  24207. {
  24208. "attribute_class" "supply_crate_series"
  24209. "value" "13"
  24210. }
  24211. "tournament event id"
  24212. {
  24213. "attribute_class" "tournament_event_id"
  24214. "value" "3"
  24215. }
  24216. }
  24217. }
  24218. "4014"
  24219. {
  24220. "item_name" "#CSGO_crate_sticker_pack_kat2014_01"
  24221. "name" "crate_sticker_pack_kat2014_01"
  24222. "item_description" "#CSGO_crate_sticker_pack_kat2014_desc"
  24223. "image_inventory" "econ/weapon_cases/crate_sticker_pack_kat2014_01"
  24224. "first_sale_date" "2014/03/02"
  24225. "prefab" "weapon_case_base"
  24226. "attributes"
  24227. {
  24228. "set supply crate series"
  24229. {
  24230. "attribute_class" "supply_crate_series"
  24231. "value" "14"
  24232. }
  24233. "tournament event id"
  24234. {
  24235. "attribute_class" "tournament_event_id"
  24236. "value" "3"
  24237. }
  24238. }
  24239. "tags"
  24240. {
  24241. "StickerCapsule"
  24242. {
  24243. "tag_value" "crate_sticker_pack_kat2014_01"
  24244. "tag_text" "#CSGO_crate_sticker_pack_kat2014_01"
  24245. "tag_group" "StickerCapsule"
  24246. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  24247. }
  24248. }
  24249. }
  24250. "4015"
  24251. {
  24252. "item_name" "#CSGO_crate_sticker_pack_kat2014_02"
  24253. "item_description" "#CSGO_crate_sticker_pack_kat2014_desc"
  24254. "name" "crate_sticker_pack_kat2014_02"
  24255. "image_inventory" "econ/weapon_cases/crate_sticker_pack_kat2014_02"
  24256. "first_sale_date" "2014/03/02"
  24257. "prefab" "weapon_case_base"
  24258. "attributes"
  24259. {
  24260. "set supply crate series"
  24261. {
  24262. "attribute_class" "supply_crate_series"
  24263. "value" "15"
  24264. }
  24265. "tournament event id"
  24266. {
  24267. "attribute_class" "tournament_event_id"
  24268. "value" "3"
  24269. }
  24270. }
  24271. "tags"
  24272. {
  24273. "StickerCapsule"
  24274. {
  24275. "tag_value" "crate_sticker_pack_kat2014_02"
  24276. "tag_text" "#CSGO_crate_sticker_pack_kat2014_02"
  24277. "tag_group" "StickerCapsule"
  24278. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  24279. }
  24280. }
  24281. }
  24282. "4016"
  24283. {
  24284. "item_name" "#CSGO_crate_sticker_pack_community01"
  24285. "item_description" "CSGO_crate_sticker_pack_community01_desc"
  24286. "name" "crate_sticker_pack_community01"
  24287. "image_inventory" "econ/weapon_cases/crate_sticker_pack_community01"
  24288. "prefab" "weapon_case"
  24289. "associated_items"
  24290. {
  24291. "1308" "1"
  24292. }
  24293. "tool"
  24294. {
  24295. "restriction" "sticker_pack_community01_key"
  24296. }
  24297. "attributes"
  24298. {
  24299. "set supply crate series"
  24300. {
  24301. "attribute_class" "supply_crate_series"
  24302. "value" "16"
  24303. }
  24304. }
  24305. "tags"
  24306. {
  24307. "StickerCapsule"
  24308. {
  24309. "tag_value" "crate_sticker_pack_community01"
  24310. "tag_text" "#CSGO_crate_sticker_pack_community01"
  24311. "tag_group" "StickerCapsule"
  24312. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  24313. }
  24314. }
  24315. }
  24316. "4017"
  24317. {
  24318. "item_name" "#CSGO_crate_community_3"
  24319. "name" "crate_community_3"
  24320. "image_inventory" "econ/weapon_cases/crate_community_3"
  24321. "prefab" "weapon_case"
  24322. "associated_items"
  24323. {
  24324. "1307" "1"
  24325. }
  24326. "tool"
  24327. {
  24328. "restriction" "community_case_3"
  24329. }
  24330. "attributes"
  24331. {
  24332. "set supply crate series"
  24333. {
  24334. "attribute_class" "supply_crate_series"
  24335. "value" "17"
  24336. }
  24337. }
  24338. "tags"
  24339. {
  24340. "ItemSet"
  24341. {
  24342. "tag_value" "set_community_3"
  24343. "tag_text" "#CSGO_set_community_3"
  24344. "tag_group" "ItemSet"
  24345. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24346. }
  24347. }
  24348. "loot_list_rare_item_footer" "#crate_community_3_unusual_lootlist"
  24349. "loot_list_rare_item_name" "#crate_community_3_unusual_itemname"
  24350. "image_unusual_item" "econ/weapon_cases/crate_community_3_rare_item"
  24351. }
  24352. "4018"
  24353. {
  24354. "item_name" "#CSGO_crate_community_4"
  24355. "name" "crate_community_4"
  24356. "image_inventory" "econ/weapon_cases/crate_community_4"
  24357. "prefab" "weapon_case"
  24358. "associated_items"
  24359. {
  24360. "1313" "1"
  24361. }
  24362. "tool"
  24363. {
  24364. "restriction" "community_case_4"
  24365. }
  24366. "attributes"
  24367. {
  24368. "set supply crate series"
  24369. {
  24370. "attribute_class" "supply_crate_series"
  24371. "value" "18"
  24372. }
  24373. }
  24374. "tags"
  24375. {
  24376. "ItemSet"
  24377. {
  24378. "tag_value" "set_community_4"
  24379. "tag_text" "#CSGO_set_community_4"
  24380. "tag_group" "ItemSet"
  24381. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24382. }
  24383. }
  24384. "loot_list_rare_item_footer" "#crate_community_4_unusual_lootlist"
  24385. "loot_list_rare_item_name" "#crate_community_4_unusual_itemname"
  24386. "image_unusual_item" "econ/weapon_cases/crate_community_4_rare_item"
  24387. }
  24388. "4019"
  24389. {
  24390. "item_name" "#CSGO_crate_esports_2014_summer"
  24391. "item_description" "#CSGO_crate_esports_2014_summer_desc"
  24392. "name" "crate_esports_2014_summer"
  24393. "image_inventory" "econ/weapon_cases/crate_esports_2014_summer"
  24394. "prefab" "weapon_case"
  24395. "associated_items"
  24396. {
  24397. "1204" "1"
  24398. }
  24399. "tool"
  24400. {
  24401. "restriction" "esports_crate_key"
  24402. }
  24403. "attributes"
  24404. {
  24405. "set supply crate series"
  24406. {
  24407. "attribute_class" "supply_crate_series"
  24408. "value" "19"
  24409. }
  24410. }
  24411. "tags"
  24412. {
  24413. "ItemSet"
  24414. {
  24415. "tag_value" "set_esports_iii"
  24416. "tag_text" "#CSGO_set_esports_2014_summer"
  24417. "tag_group" "ItemSet"
  24418. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24419. }
  24420. }
  24421. }
  24422. "4020"
  24423. {
  24424. "item_name" "#CSGO_crate_sticker_pack_cologne2014_01"
  24425. "name" "crate_sticker_pack_cologne2014_01"
  24426. "item_description" "#CSGO_crate_sticker_pack_cologne2014_desc01"
  24427. "image_inventory" "econ/weapon_cases/crate_sticker_pack_cologne2014_01"
  24428. "first_sale_date" "2014/08/01"
  24429. "prefab" "weapon_case_base"
  24430. "attributes"
  24431. {
  24432. "set supply crate series"
  24433. {
  24434. "attribute_class" "supply_crate_series"
  24435. "value" "20"
  24436. }
  24437. "tournament event id"
  24438. {
  24439. "attribute_class" "tournament_event_id"
  24440. "value" "4"
  24441. }
  24442. }
  24443. "tags"
  24444. {
  24445. "StickerCapsule"
  24446. {
  24447. "tag_value" "crate_sticker_pack_cologne2014_01"
  24448. "tag_text" "#CSGO_crate_sticker_pack_cologne2014_01"
  24449. "tag_group" "StickerCapsule"
  24450. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  24451. }
  24452. }
  24453. }
  24454. "4021"
  24455. {
  24456. "item_name" "#CSGO_crate_sticker_pack_cologne2014_02"
  24457. "name" "crate_sticker_pack_cologne2014_02"
  24458. "item_description" "#CSGO_crate_sticker_pack_cologne2014_desc02"
  24459. "image_inventory" "econ/weapon_cases/crate_sticker_pack_cologne2014_02"
  24460. "first_sale_date" "2014/08/01"
  24461. "prefab" "weapon_case_base"
  24462. "attributes"
  24463. {
  24464. "set supply crate series"
  24465. {
  24466. "attribute_class" "supply_crate_series"
  24467. "value" "21"
  24468. }
  24469. "tournament event id"
  24470. {
  24471. "attribute_class" "tournament_event_id"
  24472. "value" "4"
  24473. }
  24474. }
  24475. "tags"
  24476. {
  24477. "StickerCapsule"
  24478. {
  24479. "tag_value" "crate_sticker_pack_cologne2014_02"
  24480. "tag_text" "#CSGO_crate_sticker_pack_cologne2014_02"
  24481. "tag_group" "StickerCapsule"
  24482. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  24483. }
  24484. }
  24485. }
  24486. "4022"
  24487. {
  24488. "item_name" "#CSGO_crate_esl14_promo_de_dust2"
  24489. "name" "crate_esl14_promo_de_dust2"
  24490. "image_inventory" "econ/weapon_cases/crate_esl14_promo_de_dust2"
  24491. "prefab" "weapon_case_souvenirpkg"
  24492. "attributes"
  24493. {
  24494. "set supply crate series"
  24495. {
  24496. "attribute_class" "supply_crate_series"
  24497. "value" "22"
  24498. }
  24499. "tournament event id"
  24500. {
  24501. "attribute_class" "tournament_event_id"
  24502. "value" "4"
  24503. }
  24504. }
  24505. "tags"
  24506. {
  24507. "ItemSet"
  24508. {
  24509. "tag_value" "set_dust_2"
  24510. "tag_text" "#CSGO_set_dust_2"
  24511. "tag_group" "ItemSet"
  24512. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24513. }
  24514. }
  24515. }
  24516. "4023"
  24517. {
  24518. "item_name" "#CSGO_crate_esl14_promo_de_inferno"
  24519. "name" "crate_esl14_promo_de_inferno"
  24520. "image_inventory" "econ/weapon_cases/crate_esl14_promo_de_inferno"
  24521. "prefab" "weapon_case_souvenirpkg"
  24522. "attributes"
  24523. {
  24524. "set supply crate series"
  24525. {
  24526. "attribute_class" "supply_crate_series"
  24527. "value" "23"
  24528. }
  24529. "tournament event id"
  24530. {
  24531. "attribute_class" "tournament_event_id"
  24532. "value" "4"
  24533. }
  24534. }
  24535. "tags"
  24536. {
  24537. "ItemSet"
  24538. {
  24539. "tag_value" "set_inferno"
  24540. "tag_text" "#CSGO_set_inferno"
  24541. "tag_group" "ItemSet"
  24542. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24543. }
  24544. }
  24545. }
  24546. "4024"
  24547. {
  24548. "item_name" "#CSGO_crate_esl14_promo_de_mirage"
  24549. "name" "crate_esl14_promo_de_mirage"
  24550. "image_inventory" "econ/weapon_cases/crate_esl14_promo_de_mirage"
  24551. "prefab" "weapon_case_souvenirpkg"
  24552. "attributes"
  24553. {
  24554. "set supply crate series"
  24555. {
  24556. "attribute_class" "supply_crate_series"
  24557. "value" "24"
  24558. }
  24559. "tournament event id"
  24560. {
  24561. "attribute_class" "tournament_event_id"
  24562. "value" "4"
  24563. }
  24564. }
  24565. "tags"
  24566. {
  24567. "ItemSet"
  24568. {
  24569. "tag_value" "set_mirage"
  24570. "tag_text" "#CSGO_set_mirage"
  24571. "tag_group" "ItemSet"
  24572. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24573. }
  24574. }
  24575. }
  24576. "4025"
  24577. {
  24578. "item_name" "#CSGO_crate_esl14_promo_de_nuke"
  24579. "name" "crate_esl14_promo_de_nuke"
  24580. "image_inventory" "econ/weapon_cases/crate_esl14_promo_de_nuke"
  24581. "prefab" "weapon_case_souvenirpkg"
  24582. "attributes"
  24583. {
  24584. "set supply crate series"
  24585. {
  24586. "attribute_class" "supply_crate_series"
  24587. "value" "25"
  24588. }
  24589. "tournament event id"
  24590. {
  24591. "attribute_class" "tournament_event_id"
  24592. "value" "4"
  24593. }
  24594. }
  24595. "tags"
  24596. {
  24597. "ItemSet"
  24598. {
  24599. "tag_value" "set_nuke"
  24600. "tag_text" "#CSGO_set_nuke"
  24601. "tag_group" "ItemSet"
  24602. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24603. }
  24604. }
  24605. }
  24606. "4026"
  24607. {
  24608. "item_name" "#CSGO_crate_esl14_promo_de_cache"
  24609. "name" "crate_esl14_promo_de_cache"
  24610. "image_inventory" "econ/weapon_cases/crate_esl14_promo_de_cache"
  24611. "prefab" "weapon_case_souvenirpkg"
  24612. "attributes"
  24613. {
  24614. "set supply crate series"
  24615. {
  24616. "attribute_class" "supply_crate_series"
  24617. "value" "26"
  24618. }
  24619. "tournament event id"
  24620. {
  24621. "attribute_class" "tournament_event_id"
  24622. "value" "4"
  24623. }
  24624. }
  24625. "tags"
  24626. {
  24627. "ItemSet"
  24628. {
  24629. "tag_value" "set_cache"
  24630. "tag_text" "#CSGO_set_cache"
  24631. "tag_group" "ItemSet"
  24632. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24633. }
  24634. }
  24635. }
  24636. "4027"
  24637. {
  24638. "item_name" "#CSGO_crate_esl14_promo_de_cbble"
  24639. "name" "crate_esl14_promo_de_cbble"
  24640. "image_inventory" "econ/weapon_cases/crate_esl14_promo_de_cbble"
  24641. "prefab" "weapon_case_souvenirpkg"
  24642. "attributes"
  24643. {
  24644. "set supply crate series"
  24645. {
  24646. "attribute_class" "supply_crate_series"
  24647. "value" "27"
  24648. }
  24649. "tournament event id"
  24650. {
  24651. "attribute_class" "tournament_event_id"
  24652. "value" "4"
  24653. }
  24654. }
  24655. "tags"
  24656. {
  24657. "ItemSet"
  24658. {
  24659. "tag_value" "set_cobblestone"
  24660. "tag_text" "#CSGO_set_cobblestone"
  24661. "tag_group" "ItemSet"
  24662. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24663. }
  24664. }
  24665. }
  24666. "4028"
  24667. {
  24668. "item_name" "#CSGO_crate_esl14_promo_de_overpass"
  24669. "name" "crate_esl14_promo_de_overpass"
  24670. "image_inventory" "econ/weapon_cases/crate_esl14_promo_de_overpass"
  24671. "prefab" "weapon_case_souvenirpkg"
  24672. "attributes"
  24673. {
  24674. "set supply crate series"
  24675. {
  24676. "attribute_class" "supply_crate_series"
  24677. "value" "28"
  24678. }
  24679. "tournament event id"
  24680. {
  24681. "attribute_class" "tournament_event_id"
  24682. "value" "4"
  24683. }
  24684. }
  24685. "tags"
  24686. {
  24687. "ItemSet"
  24688. {
  24689. "tag_value" "set_overpass"
  24690. "tag_text" "#CSGO_set_overpass"
  24691. "tag_group" "ItemSet"
  24692. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24693. }
  24694. }
  24695. }
  24696. "4029"
  24697. {
  24698. "item_name" "#CSGO_crate_operation_vanguard"
  24699. "item_description" "#CSGO_crate_operation_vanguard_desc"
  24700. "name" "crate_operation_vanguard"
  24701. "image_inventory" "econ/weapon_cases/crate_community_5"
  24702. "prefab" "weapon_case"
  24703. "associated_items"
  24704. {
  24705. "1322" "1"
  24706. }
  24707. "tool"
  24708. {
  24709. "restriction" "community_case_5"
  24710. }
  24711. "attributes"
  24712. {
  24713. "set supply crate series"
  24714. {
  24715. "attribute_class" "supply_crate_series"
  24716. "value" "29"
  24717. }
  24718. }
  24719. "tags"
  24720. {
  24721. "ItemSet"
  24722. {
  24723. "tag_value" "set_community_5"
  24724. "tag_text" "#CSGO_set_community_5"
  24725. "tag_group" "ItemSet"
  24726. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24727. }
  24728. }
  24729. }
  24730. "4030"
  24731. {
  24732. "item_name" "#CSGO_crate_sticker_pack_dhw2014_01"
  24733. "name" "crate_sticker_pack_dhw2014_01"
  24734. "item_description" "#CSGO_crate_sticker_pack_dhw2014_desc"
  24735. "image_inventory" "econ/weapon_cases/crate_sticker_pack_dhw2014_01"
  24736. "first_sale_date" "2014/11/20"
  24737. "prefab" "weapon_case_base"
  24738. "attributes"
  24739. {
  24740. "set supply crate series"
  24741. {
  24742. "attribute_class" "supply_crate_series"
  24743. "value" "30"
  24744. }
  24745. "tournament event id"
  24746. {
  24747. "attribute_class" "tournament_event_id"
  24748. "value" "5"
  24749. }
  24750. }
  24751. "tags"
  24752. {
  24753. "StickerCapsule"
  24754. {
  24755. "tag_value" "crate_sticker_pack_dhw2014_01_collection"
  24756. "tag_text" "#CSGO_crate_sticker_pack_dhw2014_01_tag"
  24757. "tag_group" "StickerCapsule"
  24758. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  24759. }
  24760. }
  24761. }
  24762. "4031"
  24763. {
  24764. "item_name" "#CSGO_crate_dhw14_promo_de_dust2"
  24765. "name" "crate_dhw14_promo_de_dust2"
  24766. "image_inventory" "econ/weapon_cases/crate_dhw14_promo_de_dust2"
  24767. "prefab" "weapon_case_souvenirpkg"
  24768. "attributes"
  24769. {
  24770. "set supply crate series"
  24771. {
  24772. "attribute_class" "supply_crate_series"
  24773. "value" "31"
  24774. }
  24775. "tournament event id"
  24776. {
  24777. "attribute_class" "tournament_event_id"
  24778. "value" "5"
  24779. }
  24780. }
  24781. "tags"
  24782. {
  24783. "ItemSet"
  24784. {
  24785. "tag_value" "set_dust_2"
  24786. "tag_text" "#CSGO_set_dust_2"
  24787. "tag_group" "ItemSet"
  24788. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24789. }
  24790. }
  24791. }
  24792. "4032"
  24793. {
  24794. "item_name" "#CSGO_crate_dhw14_promo_de_inferno"
  24795. "name" "crate_dhw14_promo_de_inferno"
  24796. "image_inventory" "econ/weapon_cases/crate_dhw14_promo_de_inferno"
  24797. "prefab" "weapon_case_souvenirpkg"
  24798. "attributes"
  24799. {
  24800. "set supply crate series"
  24801. {
  24802. "attribute_class" "supply_crate_series"
  24803. "value" "32"
  24804. }
  24805. "tournament event id"
  24806. {
  24807. "attribute_class" "tournament_event_id"
  24808. "value" "5"
  24809. }
  24810. }
  24811. "tags"
  24812. {
  24813. "ItemSet"
  24814. {
  24815. "tag_value" "set_inferno"
  24816. "tag_text" "#CSGO_set_inferno"
  24817. "tag_group" "ItemSet"
  24818. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24819. }
  24820. }
  24821. }
  24822. "4033"
  24823. {
  24824. "item_name" "#CSGO_crate_dhw14_promo_de_mirage"
  24825. "name" "crate_dhw14_promo_de_mirage"
  24826. "image_inventory" "econ/weapon_cases/crate_dhw14_promo_de_mirage"
  24827. "prefab" "weapon_case_souvenirpkg"
  24828. "attributes"
  24829. {
  24830. "set supply crate series"
  24831. {
  24832. "attribute_class" "supply_crate_series"
  24833. "value" "33"
  24834. }
  24835. "tournament event id"
  24836. {
  24837. "attribute_class" "tournament_event_id"
  24838. "value" "5"
  24839. }
  24840. }
  24841. "tags"
  24842. {
  24843. "ItemSet"
  24844. {
  24845. "tag_value" "set_mirage"
  24846. "tag_text" "#CSGO_set_mirage"
  24847. "tag_group" "ItemSet"
  24848. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24849. }
  24850. }
  24851. }
  24852. "4034"
  24853. {
  24854. "item_name" "#CSGO_crate_dhw14_promo_de_nuke"
  24855. "name" "crate_dhw14_promo_de_nuke"
  24856. "image_inventory" "econ/weapon_cases/crate_dhw14_promo_de_nuke"
  24857. "prefab" "weapon_case_souvenirpkg"
  24858. "attributes"
  24859. {
  24860. "set supply crate series"
  24861. {
  24862. "attribute_class" "supply_crate_series"
  24863. "value" "34"
  24864. }
  24865. "tournament event id"
  24866. {
  24867. "attribute_class" "tournament_event_id"
  24868. "value" "5"
  24869. }
  24870. }
  24871. "tags"
  24872. {
  24873. "ItemSet"
  24874. {
  24875. "tag_value" "set_nuke"
  24876. "tag_text" "#CSGO_set_nuke"
  24877. "tag_group" "ItemSet"
  24878. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24879. }
  24880. }
  24881. }
  24882. "4035"
  24883. {
  24884. "item_name" "#CSGO_crate_dhw14_promo_de_cache"
  24885. "name" "crate_dhw14_promo_de_cache"
  24886. "image_inventory" "econ/weapon_cases/crate_dhw14_promo_de_cache"
  24887. "prefab" "weapon_case_souvenirpkg"
  24888. "attributes"
  24889. {
  24890. "set supply crate series"
  24891. {
  24892. "attribute_class" "supply_crate_series"
  24893. "value" "35"
  24894. }
  24895. "tournament event id"
  24896. {
  24897. "attribute_class" "tournament_event_id"
  24898. "value" "5"
  24899. }
  24900. }
  24901. "tags"
  24902. {
  24903. "ItemSet"
  24904. {
  24905. "tag_value" "set_cache"
  24906. "tag_text" "#CSGO_set_cache"
  24907. "tag_group" "ItemSet"
  24908. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24909. }
  24910. }
  24911. }
  24912. "4036"
  24913. {
  24914. "item_name" "#CSGO_crate_dhw14_promo_de_cbble"
  24915. "name" "crate_dhw14_promo_de_cbble"
  24916. "image_inventory" "econ/weapon_cases/crate_dhw14_promo_de_cbble"
  24917. "prefab" "weapon_case_souvenirpkg"
  24918. "attributes"
  24919. {
  24920. "set supply crate series"
  24921. {
  24922. "attribute_class" "supply_crate_series"
  24923. "value" "36"
  24924. }
  24925. "tournament event id"
  24926. {
  24927. "attribute_class" "tournament_event_id"
  24928. "value" "5"
  24929. }
  24930. }
  24931. "tags"
  24932. {
  24933. "ItemSet"
  24934. {
  24935. "tag_value" "set_cobblestone"
  24936. "tag_text" "#CSGO_set_cobblestone"
  24937. "tag_group" "ItemSet"
  24938. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24939. }
  24940. }
  24941. }
  24942. "4037"
  24943. {
  24944. "item_name" "#CSGO_crate_dhw14_promo_de_overpass"
  24945. "name" "crate_dhw14_promo_de_overpass"
  24946. "image_inventory" "econ/weapon_cases/crate_dhw14_promo_de_overpass"
  24947. "prefab" "weapon_case_souvenirpkg"
  24948. "attributes"
  24949. {
  24950. "set supply crate series"
  24951. {
  24952. "attribute_class" "supply_crate_series"
  24953. "value" "37"
  24954. }
  24955. "tournament event id"
  24956. {
  24957. "attribute_class" "tournament_event_id"
  24958. "value" "5"
  24959. }
  24960. }
  24961. "tags"
  24962. {
  24963. "ItemSet"
  24964. {
  24965. "tag_value" "set_overpass"
  24966. "tag_text" "#CSGO_set_overpass"
  24967. "tag_group" "ItemSet"
  24968. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  24969. }
  24970. }
  24971. }
  24972. "4038"
  24973. {
  24974. "item_name" "#StickerKit_dhw2014_fnatic"
  24975. "name" "crate_sticker_pack_dhw2014_fnatic"
  24976. "item_description" "#StickerKit_desc_dhw2014_fnatic"
  24977. "image_inventory" "econ/stickers/dhw2014/fnatic"
  24978. "loot_list_name" "dhw2014_fnatic_rare"
  24979. "prefab" "dhw14_sticker_capsule_prefab"
  24980. }
  24981. "4039"
  24982. {
  24983. "item_name" "#StickerKit_dhw2014_cloud9"
  24984. "name" "crate_sticker_pack_dhw2014_cloud9"
  24985. "item_description" "#StickerKit_desc_dhw2014_cloud9"
  24986. "image_inventory" "econ/stickers/dhw2014/cloud9"
  24987. "loot_list_name" "dhw2014_cloud9_rare"
  24988. "prefab" "dhw14_sticker_capsule_prefab"
  24989. }
  24990. "4041"
  24991. {
  24992. "item_name" "#StickerKit_dhw2014_ninjasinpyjamas"
  24993. "name" "crate_sticker_pack_dhw2014_ninjasinpyjamas"
  24994. "item_description" "#StickerKit_desc_dhw2014_ninjasinpyjamas"
  24995. "image_inventory" "econ/stickers/dhw2014/ninjasinpyjamas"
  24996. "loot_list_name" "dhw2014_ninjasinpyjamas_rare"
  24997. "prefab" "dhw14_sticker_capsule_prefab"
  24998. }
  24999. "4042"
  25000. {
  25001. "item_name" "#StickerKit_dhw2014_virtuspro"
  25002. "name" "crate_sticker_pack_dhw2014_virtuspro"
  25003. "item_description" "#StickerKit_desc_dhw2014_virtuspro"
  25004. "image_inventory" "econ/stickers/dhw2014/virtuspro"
  25005. "loot_list_name" "dhw2014_virtuspro_rare"
  25006. "prefab" "dhw14_sticker_capsule_prefab"
  25007. }
  25008. "4043"
  25009. {
  25010. "item_name" "#StickerKit_dhw2014_navi"
  25011. "name" "crate_sticker_pack_dhw2014_navi"
  25012. "item_description" "#StickerKit_desc_dhw2014_navi"
  25013. "image_inventory" "econ/stickers/dhw2014/navi"
  25014. "loot_list_name" "dhw2014_navi_rare"
  25015. "prefab" "dhw14_sticker_capsule_prefab"
  25016. }
  25017. "4045"
  25018. {
  25019. "item_name" "#StickerKit_dhw2014_teamdignitas"
  25020. "name" "crate_sticker_pack_dhw2014_dignitas"
  25021. "item_description" "#StickerKit_desc_dhw2014_dignitas"
  25022. "image_inventory" "econ/stickers/dhw2014/dignitas"
  25023. "loot_list_name" "dhw2014_dignitas_rare"
  25024. "prefab" "dhw14_sticker_capsule_prefab"
  25025. }
  25026. "4046"
  25027. {
  25028. "item_name" "#StickerKit_dhw2014_bravadogaming"
  25029. "name" "crate_sticker_pack_dhw2014_bravadogaming"
  25030. "item_description" "#StickerKit_desc_dhw2014_bravadogaming"
  25031. "image_inventory" "econ/stickers/dhw2014/bravadogaming"
  25032. "loot_list_name" "dhw2014_bravadogaming_rare"
  25033. "prefab" "dhw14_sticker_capsule_prefab"
  25034. }
  25035. "4047"
  25036. {
  25037. "item_name" "#StickerKit_dhw2014_escgaming"
  25038. "name" "crate_sticker_pack_dhw2014_escgaming"
  25039. "item_description" "#StickerKit_desc_dhw2014_escgaming"
  25040. "image_inventory" "econ/stickers/dhw2014/escgaming"
  25041. "loot_list_name" "dhw2014_escgaming_rare"
  25042. "prefab" "dhw14_sticker_capsule_prefab"
  25043. }
  25044. "4048"
  25045. {
  25046. "item_name" "#StickerKit_dhw2014_hellraisers"
  25047. "name" "crate_sticker_pack_dhw2014_hellraisers"
  25048. "item_description" "#StickerKit_desc_dhw2014_hellraisers"
  25049. "image_inventory" "econ/stickers/dhw2014/hellraisers"
  25050. "loot_list_name" "dhw2014_hellraisers_rare"
  25051. "prefab" "dhw14_sticker_capsule_prefab"
  25052. }
  25053. "4049"
  25054. {
  25055. "item_name" "#StickerKit_dhw2014_myxmg"
  25056. "name" "crate_sticker_pack_dhw2014_myxmg"
  25057. "item_description" "#StickerKit_desc_dhw2014_myxmg"
  25058. "image_inventory" "econ/stickers/dhw2014/myxmg"
  25059. "loot_list_name" "dhw2014_myxmg_rare"
  25060. "prefab" "dhw14_sticker_capsule_prefab"
  25061. }
  25062. "4050"
  25063. {
  25064. "item_name" "#StickerKit_dhw2014_ibuypower"
  25065. "name" "crate_sticker_pack_dhw2014_ibuypower"
  25066. "item_description" "#StickerKit_desc_dhw2014_ibuypower"
  25067. "image_inventory" "econ/stickers/dhw2014/ibuypower"
  25068. "loot_list_name" "dhw2014_ibuypower_rare"
  25069. "prefab" "dhw14_sticker_capsule_prefab"
  25070. }
  25071. "4051"
  25072. {
  25073. "item_name" "#StickerKit_dhw2014_teamldlc"
  25074. "name" "crate_sticker_pack_dhw2014_teamldlc"
  25075. "item_description" "#StickerKit_desc_dhw2014_teamldlc"
  25076. "image_inventory" "econ/stickers/dhw2014/teamldlc"
  25077. "loot_list_name" "dhw2014_teamldlc_rare"
  25078. "prefab" "dhw14_sticker_capsule_prefab"
  25079. }
  25080. "4052"
  25081. {
  25082. "item_name" "#StickerKit_dhw2014_pentasports"
  25083. "name" "crate_sticker_pack_dhw2014_pentasports"
  25084. "item_description" "#StickerKit_desc_dhw2014_pentasports"
  25085. "image_inventory" "econ/stickers/dhw2014/pentasports"
  25086. "loot_list_name" "dhw2014_pentasports_rare"
  25087. "prefab" "dhw14_sticker_capsule_prefab"
  25088. }
  25089. "4053"
  25090. {
  25091. "item_name" "#StickerKit_dhw2014_planetkeydynamics"
  25092. "name" "crate_sticker_pack_dhw2014_planetkeydynamics"
  25093. "item_description" "#StickerKit_desc_dhw2014_planetkeydynamics"
  25094. "image_inventory" "econ/stickers/dhw2014/planetkeydynamics"
  25095. "loot_list_name" "dhw2014_planetkeydynamics_rare"
  25096. "prefab" "dhw14_sticker_capsule_prefab"
  25097. }
  25098. "4054"
  25099. {
  25100. "item_name" "#StickerKit_dhw2014_dhw"
  25101. "name" "crate_sticker_pack_dhw2014_dhw"
  25102. "item_description" "#StickerKit_desc_dhw2014_dhw"
  25103. "image_inventory" "econ/stickers/dhw2014/dreamhackwinter2014"
  25104. "loot_list_name" "dhw2014_dhw_rare"
  25105. "prefab" "dhw14_sticker_capsule_prefab"
  25106. }
  25107. "4055"
  25108. {
  25109. "item_name" "#StickerKit_dhw2014_3dmax"
  25110. "name" "crate_sticker_pack_dhw2014_3dmax"
  25111. "item_description" "#StickerKit_desc_dhw2014_3dmax"
  25112. "image_inventory" "econ/stickers/dhw2014/3dmax"
  25113. "loot_list_name" "dhw2014_3dmax_rare"
  25114. "prefab" "dhw14_sticker_capsule_prefab"
  25115. }
  25116. "4056"
  25117. {
  25118. "item_name" "#StickerKit_dhw2014_copenhagenwolves"
  25119. "name" "crate_sticker_pack_dhw2014_copenhagenwolves"
  25120. "item_description" "#StickerKit_desc_dhw2014_copenhagenwolves"
  25121. "image_inventory" "econ/stickers/dhw2014/copenhagenwolves"
  25122. "loot_list_name" "dhw2014_copenhagenwolves_rare"
  25123. "prefab" "dhw14_sticker_capsule_prefab"
  25124. }
  25125. "4057"
  25126. {
  25127. "item_name" "#StickerKit_dhw2014_datteam"
  25128. "name" "crate_sticker_pack_dhw2014_datteam"
  25129. "item_description" "#StickerKit_desc_dhw2014_datteam"
  25130. "image_inventory" "econ/stickers/dhw2014/datteam"
  25131. "loot_list_name" "dhw2014_datteam_rare"
  25132. "prefab" "dhw14_sticker_capsule_prefab"
  25133. }
  25134. "4058"
  25135. {
  25136. "item_name" "#StickerKit_dhw2014_londonconspiracy"
  25137. "name" "crate_sticker_pack_dhw2014_londonconspiracy"
  25138. "item_description" "#StickerKit_desc_dhw2014_londonconspiracy"
  25139. "image_inventory" "econ/stickers/dhw2014/londonconspiracy"
  25140. "loot_list_name" "dhw2014_londonconspiracy_rare"
  25141. "prefab" "dhw14_sticker_capsule_prefab"
  25142. }
  25143. "4059"
  25144. {
  25145. "item_name" "#StickerKit_dhw2014_mousesports"
  25146. "name" "crate_sticker_pack_dhw2014_mousesports"
  25147. "item_description" "#StickerKit_desc_dhw2014_mousesports"
  25148. "image_inventory" "econ/stickers/dhw2014/mousesports"
  25149. "loot_list_name" "dhw2014_mousesports_rare"
  25150. "prefab" "dhw14_sticker_capsule_prefab"
  25151. }
  25152. "4060"
  25153. {
  25154. "item_name" "#StickerKit_dhw2014_flipsid3"
  25155. "name" "crate_sticker_pack_dhw2014_flipsid3"
  25156. "item_description" "#StickerKit_desc_dhw2014_flipsid3"
  25157. "image_inventory" "econ/stickers/dhw2014/flipsid3"
  25158. "loot_list_name" "dhw2014_flipsid3_rare"
  25159. "prefab" "dhw14_sticker_capsule_prefab"
  25160. }
  25161. "4061"
  25162. {
  25163. "item_name" "#CSGO_crate_community_6"
  25164. "item_description" "#CSGO_crate_community_6_desc"
  25165. "first_sale_date" "2015/1/8"
  25166. "name" "crate_community_6"
  25167. "image_inventory" "econ/weapon_cases/crate_community_6"
  25168. "prefab" "weapon_case"
  25169. "associated_items"
  25170. {
  25171. "1323" "1"
  25172. }
  25173. "tool"
  25174. {
  25175. "restriction" "community_case_6"
  25176. }
  25177. "attributes"
  25178. {
  25179. "set supply crate series"
  25180. {
  25181. "attribute_class" "supply_crate_series"
  25182. "value" "38"
  25183. }
  25184. }
  25185. "tags"
  25186. {
  25187. "ItemSet"
  25188. {
  25189. "tag_value" "set_community_6"
  25190. "tag_text" "#CSGO_set_community_6"
  25191. "tag_group" "ItemSet"
  25192. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  25193. }
  25194. }
  25195. }
  25196. "4062"
  25197. {
  25198. "item_name" "#StickerKit_eslkatowice2015_3dmax"
  25199. "name" "crate_sticker_pack_eslkatowice2015_3dmax"
  25200. "item_description" "#StickerKit_desc_eslkatowice2015_3dmax"
  25201. "image_inventory" "econ/stickers/eslkatowice2015/3dmax"
  25202. "loot_list_name" "eslkatowice2015_3dmax_rare"
  25203. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25204. }
  25205. "4063"
  25206. {
  25207. "item_name" "#StickerKit_eslkatowice2015_cloud9"
  25208. "name" "crate_sticker_pack_eslkatowice2015_cloud9"
  25209. "item_description" "#StickerKit_desc_eslkatowice2015_cloud9"
  25210. "image_inventory" "econ/stickers/eslkatowice2015/cloud9"
  25211. "loot_list_name" "eslkatowice2015_cloud9_rare"
  25212. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25213. }
  25214. "4064"
  25215. {
  25216. "item_name" "#StickerKit_eslkatowice2015_counterlogic"
  25217. "name" "crate_sticker_pack_eslkatowice2015_counterlogic"
  25218. "item_description" "#StickerKit_desc_eslkatowice2015_counterlogic"
  25219. "image_inventory" "econ/stickers/eslkatowice2015/counterlogic"
  25220. "loot_list_name" "eslkatowice2015_counterlogic_rare"
  25221. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25222. }
  25223. "4065"
  25224. {
  25225. "item_name" "#StickerKit_eslkatowice2015_flipsid3"
  25226. "name" "crate_sticker_pack_eslkatowice2015_flipsid3"
  25227. "item_description" "#StickerKit_desc_eslkatowice2015_flipsid3"
  25228. "image_inventory" "econ/stickers/eslkatowice2015/flipsid3"
  25229. "loot_list_name" "eslkatowice2015_flipsid3_rare"
  25230. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25231. }
  25232. "4066"
  25233. {
  25234. "item_name" "#StickerKit_eslkatowice2015_fnatic"
  25235. "name" "crate_sticker_pack_eslkatowice2015_fnatic"
  25236. "item_description" "#StickerKit_desc_eslkatowice2015_fnatic"
  25237. "image_inventory" "econ/stickers/eslkatowice2015/fnatic"
  25238. "loot_list_name" "eslkatowice2015_fnatic_rare"
  25239. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25240. }
  25241. "4067"
  25242. {
  25243. "item_name" "#StickerKit_eslkatowice2015_hellraisers"
  25244. "name" "crate_sticker_pack_eslkatowice2015_hellraisers"
  25245. "item_description" "#StickerKit_desc_eslkatowice2015_hellraisers"
  25246. "image_inventory" "econ/stickers/eslkatowice2015/hellraisers"
  25247. "loot_list_name" "eslkatowice2015_hellraisers_rare"
  25248. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25249. }
  25250. "4068"
  25251. {
  25252. "item_name" "#StickerKit_eslkatowice2015_keyd"
  25253. "name" "crate_sticker_pack_eslkatowice2015_keyd"
  25254. "item_description" "#StickerKit_desc_eslkatowice2015_keyd"
  25255. "image_inventory" "econ/stickers/eslkatowice2015/keyd"
  25256. "loot_list_name" "eslkatowice2015_keyd_rare"
  25257. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25258. }
  25259. "4069"
  25260. {
  25261. "item_name" "#StickerKit_eslkatowice2015_lgb"
  25262. "name" "crate_sticker_pack_eslkatowice2015_lgb"
  25263. "item_description" "#StickerKit_desc_eslkatowice2015_lgb"
  25264. "image_inventory" "econ/stickers/eslkatowice2015/lgb"
  25265. "loot_list_name" "eslkatowice2015_lgb_rare"
  25266. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25267. }
  25268. "4070"
  25269. {
  25270. "item_name" "#StickerKit_eslkatowice2015_navi"
  25271. "name" "crate_sticker_pack_eslkatowice2015_navi"
  25272. "item_description" "#StickerKit_desc_eslkatowice2015_navi"
  25273. "image_inventory" "econ/stickers/eslkatowice2015/navi"
  25274. "loot_list_name" "eslkatowice2015_navi_rare"
  25275. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25276. }
  25277. "4071"
  25278. {
  25279. "item_name" "#StickerKit_eslkatowice2015_ninjasinpyjamas"
  25280. "name" "crate_sticker_pack_eslkatowice2015_ninjasinpyjamas"
  25281. "item_description" "#StickerKit_desc_eslkatowice2015_ninjasinpyjamas"
  25282. "image_inventory" "econ/stickers/eslkatowice2015/ninjasinpyjamas"
  25283. "loot_list_name" "eslkatowice2015_ninjasinpyjamas_rare"
  25284. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25285. }
  25286. "4072"
  25287. {
  25288. "item_name" "#StickerKit_eslkatowice2015_pentasports"
  25289. "name" "crate_sticker_pack_eslkatowice2015_pentasports"
  25290. "item_description" "#StickerKit_desc_eslkatowice2015_pentasports"
  25291. "image_inventory" "econ/stickers/eslkatowice2015/pentasports"
  25292. "loot_list_name" "eslkatowice2015_pentasports_rare"
  25293. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25294. }
  25295. "4073"
  25296. {
  25297. "item_name" "#StickerKit_eslkatowice2015_teamenvyus"
  25298. "name" "crate_sticker_pack_eslkatowice2015_teamenvyus"
  25299. "item_description" "#StickerKit_desc_eslkatowice2015_teamenvyus"
  25300. "image_inventory" "econ/stickers/eslkatowice2015/teamenvyus"
  25301. "loot_list_name" "eslkatowice2015_teamenvyus_rare"
  25302. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25303. }
  25304. "4074"
  25305. {
  25306. "item_name" "#StickerKit_eslkatowice2015_teamsolomid"
  25307. "name" "crate_sticker_pack_eslkatowice2015_teamsolomid"
  25308. "item_description" "#StickerKit_desc_eslkatowice2015_teamsolomid"
  25309. "image_inventory" "econ/stickers/eslkatowice2015/teamsolomid"
  25310. "loot_list_name" "eslkatowice2015_teamsolomid_rare"
  25311. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25312. }
  25313. "4075"
  25314. {
  25315. "item_name" "#StickerKit_eslkatowice2015_titan"
  25316. "name" "crate_sticker_pack_eslkatowice2015_titan"
  25317. "item_description" "#StickerKit_desc_eslkatowice2015_titan"
  25318. "image_inventory" "econ/stickers/eslkatowice2015/titan"
  25319. "loot_list_name" "eslkatowice2015_titan_rare"
  25320. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25321. }
  25322. "4076"
  25323. {
  25324. "item_name" "#StickerKit_eslkatowice2015_virtuspro"
  25325. "name" "crate_sticker_pack_eslkatowice2015_virtuspro"
  25326. "item_description" "#StickerKit_desc_eslkatowice2015_virtuspro"
  25327. "image_inventory" "econ/stickers/eslkatowice2015/virtuspro"
  25328. "loot_list_name" "eslkatowice2015_virtuspro_rare"
  25329. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25330. }
  25331. "4077"
  25332. {
  25333. "item_name" "#StickerKit_eslkatowice2015_voxeminor"
  25334. "name" "crate_sticker_pack_eslkatowice2015_voxeminor"
  25335. "item_description" "#StickerKit_desc_eslkatowice2015_voxeminor"
  25336. "image_inventory" "econ/stickers/eslkatowice2015/voxeminor"
  25337. "loot_list_name" "eslkatowice2015_voxeminor_rare"
  25338. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25339. }
  25340. "4078"
  25341. {
  25342. "item_name" "#StickerKit_eslkatowice2015_esl_a"
  25343. "name" "crate_sticker_pack_eslkatowice2015_esl_a"
  25344. "item_description" "#StickerKit_desc_eslkatowice2015_esl_a"
  25345. "image_inventory" "econ/stickers/eslkatowice2015/esl_a"
  25346. "loot_list_name" "eslkatowice2015_esl_a_rare"
  25347. "prefab" "eslkatowice2015_sticker_capsule_prefab"
  25348. }
  25349. "4079"
  25350. {
  25351. "item_name" "#CSGO_crate_eslkatowice2015_promo_de_dust2"
  25352. "name" "crate_eslkatowice2015_promo_de_dust2"
  25353. "image_inventory" "econ/weapon_cases/crate_eslkatowice2015_promo_de_dust2"
  25354. "prefab" "weapon_case_souvenirpkg"
  25355. "attributes"
  25356. {
  25357. "set supply crate series"
  25358. {
  25359. "attribute_class" "supply_crate_series"
  25360. "value" "39"
  25361. }
  25362. "tournament event id"
  25363. {
  25364. "attribute_class" "tournament_event_id"
  25365. "value" "6"
  25366. }
  25367. }
  25368. "tags"
  25369. {
  25370. "ItemSet"
  25371. {
  25372. "tag_value" "set_dust_2"
  25373. "tag_text" "#CSGO_set_dust_2"
  25374. "tag_group" "ItemSet"
  25375. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  25376. }
  25377. }
  25378. }
  25379. "4080"
  25380. {
  25381. "item_name" "#CSGO_crate_eslkatowice2015_promo_de_inferno"
  25382. "name" "crate_eslkatowice2015_promo_de_inferno"
  25383. "image_inventory" "econ/weapon_cases/crate_eslkatowice2015_promo_de_inferno"
  25384. "prefab" "weapon_case_souvenirpkg"
  25385. "attributes"
  25386. {
  25387. "set supply crate series"
  25388. {
  25389. "attribute_class" "supply_crate_series"
  25390. "value" "40"
  25391. }
  25392. "tournament event id"
  25393. {
  25394. "attribute_class" "tournament_event_id"
  25395. "value" "6"
  25396. }
  25397. }
  25398. "tags"
  25399. {
  25400. "ItemSet"
  25401. {
  25402. "tag_value" "set_inferno"
  25403. "tag_text" "#CSGO_set_inferno"
  25404. "tag_group" "ItemSet"
  25405. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  25406. }
  25407. }
  25408. }
  25409. "4081"
  25410. {
  25411. "item_name" "#CSGO_crate_eslkatowice2015_promo_de_mirage"
  25412. "name" "crate_eslkatowice2015_promo_de_mirage"
  25413. "image_inventory" "econ/weapon_cases/crate_eslkatowice2015_promo_de_mirage"
  25414. "prefab" "weapon_case_souvenirpkg"
  25415. "attributes"
  25416. {
  25417. "set supply crate series"
  25418. {
  25419. "attribute_class" "supply_crate_series"
  25420. "value" "41"
  25421. }
  25422. "tournament event id"
  25423. {
  25424. "attribute_class" "tournament_event_id"
  25425. "value" "6"
  25426. }
  25427. }
  25428. "tags"
  25429. {
  25430. "ItemSet"
  25431. {
  25432. "tag_value" "set_mirage"
  25433. "tag_text" "#CSGO_set_mirage"
  25434. "tag_group" "ItemSet"
  25435. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  25436. }
  25437. }
  25438. }
  25439. "4082"
  25440. {
  25441. "item_name" "#CSGO_crate_eslkatowice2015_promo_de_nuke"
  25442. "name" "crate_eslkatowice2015_promo_de_nuke"
  25443. "image_inventory" "econ/weapon_cases/crate_eslkatowice2015_promo_de_nuke"
  25444. "prefab" "weapon_case_souvenirpkg"
  25445. "attributes"
  25446. {
  25447. "set supply crate series"
  25448. {
  25449. "attribute_class" "supply_crate_series"
  25450. "value" "42"
  25451. }
  25452. "tournament event id"
  25453. {
  25454. "attribute_class" "tournament_event_id"
  25455. "value" "6"
  25456. }
  25457. }
  25458. "tags"
  25459. {
  25460. "ItemSet"
  25461. {
  25462. "tag_value" "set_nuke"
  25463. "tag_text" "#CSGO_set_nuke"
  25464. "tag_group" "ItemSet"
  25465. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  25466. }
  25467. }
  25468. }
  25469. "4083"
  25470. {
  25471. "item_name" "#CSGO_crate_eslkatowice2015_promo_de_cache"
  25472. "name" "crate_eslkatowice2015_promo_de_cache"
  25473. "image_inventory" "econ/weapon_cases/crate_eslkatowice2015_promo_de_cache"
  25474. "prefab" "weapon_case_souvenirpkg"
  25475. "attributes"
  25476. {
  25477. "set supply crate series"
  25478. {
  25479. "attribute_class" "supply_crate_series"
  25480. "value" "43"
  25481. }
  25482. "tournament event id"
  25483. {
  25484. "attribute_class" "tournament_event_id"
  25485. "value" "6"
  25486. }
  25487. }
  25488. "tags"
  25489. {
  25490. "ItemSet"
  25491. {
  25492. "tag_value" "set_cache"
  25493. "tag_text" "#CSGO_set_cache"
  25494. "tag_group" "ItemSet"
  25495. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  25496. }
  25497. }
  25498. }
  25499. "4084"
  25500. {
  25501. "item_name" "#CSGO_crate_eslkatowice2015_promo_de_cbble"
  25502. "name" "crate_eslkatowice2015_promo_de_cbble"
  25503. "image_inventory" "econ/weapon_cases/crate_eslkatowice2015_promo_de_cbble"
  25504. "prefab" "weapon_case_souvenirpkg"
  25505. "attributes"
  25506. {
  25507. "set supply crate series"
  25508. {
  25509. "attribute_class" "supply_crate_series"
  25510. "value" "44"
  25511. }
  25512. "tournament event id"
  25513. {
  25514. "attribute_class" "tournament_event_id"
  25515. "value" "6"
  25516. }
  25517. }
  25518. "tags"
  25519. {
  25520. "ItemSet"
  25521. {
  25522. "tag_value" "set_cobblestone"
  25523. "tag_text" "#CSGO_set_cobblestone"
  25524. "tag_group" "ItemSet"
  25525. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  25526. }
  25527. }
  25528. }
  25529. "4085"
  25530. {
  25531. "item_name" "#CSGO_crate_eslkatowice2015_promo_de_overpass"
  25532. "name" "crate_eslkatowice2015_promo_de_overpass"
  25533. "image_inventory" "econ/weapon_cases/crate_eslkatowice2015_promo_de_overpass"
  25534. "prefab" "weapon_case_souvenirpkg"
  25535. "attributes"
  25536. {
  25537. "set supply crate series"
  25538. {
  25539. "attribute_class" "supply_crate_series"
  25540. "value" "45"
  25541. }
  25542. "tournament event id"
  25543. {
  25544. "attribute_class" "tournament_event_id"
  25545. "value" "6"
  25546. }
  25547. }
  25548. "tags"
  25549. {
  25550. "ItemSet"
  25551. {
  25552. "tag_value" "set_overpass"
  25553. "tag_text" "#CSGO_set_overpass"
  25554. "tag_group" "ItemSet"
  25555. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  25556. }
  25557. }
  25558. }
  25559. "4086"
  25560. {
  25561. "item_name" "#CSGO_crate_sticker_pack_eslkatowice2015_01"
  25562. "name" "crate_sticker_pack_eslkatowice2015_01"
  25563. "item_description" "#CSGO_crate_sticker_pack_eslkatowice2015_desc01"
  25564. "image_inventory" "econ/weapon_cases/crate_sticker_pack_eslkatowice2015_01"
  25565. "first_sale_date" "2015/02/26"
  25566. "prefab" "weapon_case_base"
  25567. "attributes"
  25568. {
  25569. "set supply crate series"
  25570. {
  25571. "attribute_class" "supply_crate_series"
  25572. "value" "46"
  25573. }
  25574. "tournament event id"
  25575. {
  25576. "attribute_class" "tournament_event_id"
  25577. "value" "6"
  25578. }
  25579. }
  25580. "tags"
  25581. {
  25582. "StickerCapsule"
  25583. {
  25584. "tag_value" "crate_sticker_pack_eslkatowice2015_01_collection"
  25585. "tag_text" "#CSGO_crate_sticker_pack_eslkatowice2015_01_tag"
  25586. "tag_group" "StickerCapsule"
  25587. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  25588. }
  25589. }
  25590. }
  25591. "4087"
  25592. {
  25593. "item_name" "#CSGO_crate_sticker_pack_eslkatowice2015_02"
  25594. "name" "crate_sticker_pack_eslkatowice2015_02"
  25595. "item_description" "#CSGO_crate_sticker_pack_eslkatowice2015_desc02"
  25596. "image_inventory" "econ/weapon_cases/crate_sticker_pack_eslkatowice2015_02"
  25597. "first_sale_date" "2015/02/26"
  25598. "prefab" "weapon_case_base"
  25599. "attributes"
  25600. {
  25601. "set supply crate series"
  25602. {
  25603. "attribute_class" "supply_crate_series"
  25604. "value" "47"
  25605. }
  25606. "tournament event id"
  25607. {
  25608. "attribute_class" "tournament_event_id"
  25609. "value" "6"
  25610. }
  25611. }
  25612. "tags"
  25613. {
  25614. "StickerCapsule"
  25615. {
  25616. "tag_value" "crate_sticker_pack_eslkatowice2015_02_collection"
  25617. "tag_text" "#CSGO_crate_sticker_pack_eslkatowice2015_02_tag"
  25618. "tag_group" "StickerCapsule"
  25619. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  25620. }
  25621. }
  25622. }
  25623. "4088"
  25624. {
  25625. "name" "crate_stattrak_swap_tool"
  25626. "first_sale_date" "2015/3/30"
  25627. "prefab" "valve weapon_case_base"
  25628. "item_name" "#CSGO_crate_tool_stattrak_swap"
  25629. "item_description" "#CSGO_desc_crate_tool_stattrak_swap"
  25630. "item_type" "self_opening_purchase"
  25631. "image_inventory" "econ/weapon_cases/stattrak_swap_tool_bundle"
  25632. "loot_list_name" "bundle_tool_stattrak_swap"
  25633. }
  25634. "4089"
  25635. {
  25636. "item_name" "#CSGO_crate_community_7"
  25637. "item_description" "#CSGO_crate_community_7_desc"
  25638. "first_sale_date" "2015/4/15"
  25639. "name" "crate_community_7"
  25640. "image_inventory" "econ/weapon_cases/crate_community_7"
  25641. "prefab" "weapon_case"
  25642. "associated_items"
  25643. {
  25644. "1325" "1"
  25645. }
  25646. "tool"
  25647. {
  25648. "restriction" "community_case_7"
  25649. }
  25650. "attributes"
  25651. {
  25652. "set supply crate series"
  25653. {
  25654. "attribute_class" "supply_crate_series"
  25655. "value" "48"
  25656. }
  25657. }
  25658. "tags"
  25659. {
  25660. "ItemSet"
  25661. {
  25662. "tag_value" "set_community_7"
  25663. "tag_text" "#CSGO_set_community_7"
  25664. "tag_group" "ItemSet"
  25665. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  25666. }
  25667. }
  25668. }
  25669. "4090"
  25670. {
  25671. "item_name" "#CSGO_crate_sticker_pack_enfu_capsule"
  25672. "name" "crate_sticker_pack_enfu_capsule"
  25673. "item_description" "#CSGO_crate_sticker_pack_enfu_capsule_desc"
  25674. "image_inventory" "econ/weapon_cases/crate_sticker_pack_enfu_capsule"
  25675. "first_sale_date" "2015/04/22"
  25676. "prefab" "weapon_case_base"
  25677. "attributes"
  25678. {
  25679. "set supply crate series"
  25680. {
  25681. "attribute_class" "supply_crate_series"
  25682. "value" "49"
  25683. }
  25684. }
  25685. "tags"
  25686. {
  25687. "StickerCapsule"
  25688. {
  25689. "tag_value" "crate_sticker_pack_enfu_capsule_lootlist"
  25690. "tag_text" "#CSGO_crate_sticker_pack_enfu_capsule"
  25691. "tag_group" "StickerCapsule"
  25692. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  25693. }
  25694. }
  25695. }
  25696. "4091"
  25697. {
  25698. "item_name" "#CSGO_crate_community_8"
  25699. "item_description" "#CSGO_crate_community_8_desc"
  25700. "first_sale_date" "2015/4/15"
  25701. "name" "crate_community_8"
  25702. "image_inventory" "econ/weapon_cases/crate_community_8"
  25703. "prefab" "weapon_case"
  25704. "associated_items"
  25705. {
  25706. "1330" "1"
  25707. }
  25708. "tool"
  25709. {
  25710. "restriction" "community_case_8"
  25711. }
  25712. "attributes"
  25713. {
  25714. "set supply crate series"
  25715. {
  25716. "attribute_class" "supply_crate_series"
  25717. "value" "50"
  25718. }
  25719. }
  25720. "tags"
  25721. {
  25722. "ItemSet"
  25723. {
  25724. "tag_value" "set_community_8"
  25725. "tag_text" "#CSGO_set_community_8"
  25726. "tag_group" "ItemSet"
  25727. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  25728. }
  25729. }
  25730. "loot_list_rare_item_footer" "#crate_community_8_unusual_lootlist"
  25731. "loot_list_rare_item_name" "#crate_community_8_unusual_itemname"
  25732. "image_unusual_item" "econ/weapon_cases/crate_community_8_rare_item"
  25733. }
  25734. "4092"
  25735. {
  25736. "item_name" "#StickerKit_eslcologne2015_team_fnatic"
  25737. "name" "crate_sticker_pack_eslcologne2015_fnatic"
  25738. "item_description" "#StickerKit_desc_eslcologne2015_team_fnatic"
  25739. "image_inventory" "econ/stickers/cologne2015/fnatic"
  25740. "loot_list_name" "eslcologne2015_rare_fnatic"
  25741. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25742. }
  25743. "4093"
  25744. {
  25745. "item_name" "#StickerKit_eslcologne2015_team_virtuspro"
  25746. "name" "crate_sticker_pack_eslcologne2015_virtuspro"
  25747. "item_description" "#StickerKit_desc_eslcologne2015_team_virtuspro"
  25748. "image_inventory" "econ/stickers/cologne2015/virtuspro"
  25749. "loot_list_name" "eslcologne2015_rare_virtuspro"
  25750. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25751. }
  25752. "4094"
  25753. {
  25754. "item_name" "#StickerKit_eslcologne2015_team_mousesports"
  25755. "name" "crate_sticker_pack_eslcologne2015_mousesports"
  25756. "item_description" "#StickerKit_desc_eslcologne2015_team_mousesports"
  25757. "image_inventory" "econ/stickers/cologne2015/mousesports"
  25758. "loot_list_name" "eslcologne2015_rare_mousesports"
  25759. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25760. }
  25761. "4095"
  25762. {
  25763. "item_name" "#StickerKit_eslcologne2015_team_navi"
  25764. "name" "crate_sticker_pack_eslcologne2015_navi"
  25765. "item_description" "#StickerKit_desc_eslcologne2015_team_navi"
  25766. "image_inventory" "econ/stickers/cologne2015/navi"
  25767. "loot_list_name" "eslcologne2015_rare_navi"
  25768. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25769. }
  25770. "4096"
  25771. {
  25772. "item_name" "#StickerKit_eslcologne2015_team_renegades"
  25773. "name" "crate_sticker_pack_eslcologne2015_renegades"
  25774. "item_description" "#StickerKit_desc_eslcologne2015_team_renegades"
  25775. "image_inventory" "econ/stickers/cologne2015/renegades"
  25776. "loot_list_name" "eslcologne2015_rare_renegades"
  25777. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25778. }
  25779. "4097"
  25780. {
  25781. "item_name" "#StickerKit_eslcologne2015_team_kinguin"
  25782. "name" "crate_sticker_pack_eslcologne2015_kinguin"
  25783. "item_description" "#StickerKit_desc_eslcologne2015_team_kinguin"
  25784. "image_inventory" "econ/stickers/cologne2015/kinguin"
  25785. "loot_list_name" "eslcologne2015_rare_kinguin"
  25786. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25787. }
  25788. "4098"
  25789. {
  25790. "item_name" "#StickerKit_eslcologne2015_team_ebettle"
  25791. "name" "crate_sticker_pack_eslcologne2015_ebettle"
  25792. "item_description" "#StickerKit_desc_eslcologne2015_team_ebettle"
  25793. "image_inventory" "econ/stickers/cologne2015/ebettle"
  25794. "loot_list_name" "eslcologne2015_rare_ebettle"
  25795. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25796. }
  25797. "4099"
  25798. {
  25799. "item_name" "#StickerKit_eslcologne2015_team_cloud9"
  25800. "name" "crate_sticker_pack_eslcologne2015_cloud9"
  25801. "item_description" "#StickerKit_desc_eslcologne2015_team_cloud9"
  25802. "image_inventory" "econ/stickers/cologne2015/cloud9"
  25803. "loot_list_name" "eslcologne2015_rare_cloud9"
  25804. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25805. }
  25806. "4100"
  25807. {
  25808. "item_name" "#StickerKit_eslcologne2015_team_ninjasinpyjamas"
  25809. "name" "crate_sticker_pack_eslcologne2015_ninjasinpyjamas"
  25810. "item_description" "#StickerKit_desc_eslcologne2015_team_ninjasinpyjamas"
  25811. "image_inventory" "econ/stickers/cologne2015/ninjasinpyjamas"
  25812. "loot_list_name" "eslcologne2015_rare_ninjasinpyjamas"
  25813. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25814. }
  25815. "4101"
  25816. {
  25817. "item_name" "#StickerKit_eslcologne2015_team_envyus"
  25818. "name" "crate_sticker_pack_eslcologne2015_envyus"
  25819. "item_description" "#StickerKit_desc_eslcologne2015_team_envyus"
  25820. "image_inventory" "econ/stickers/cologne2015/envyus"
  25821. "loot_list_name" "eslcologne2015_rare_envyus"
  25822. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25823. }
  25824. "4102"
  25825. {
  25826. "item_name" "#StickerKit_eslcologne2015_team_luminositygaming"
  25827. "name" "crate_sticker_pack_eslcologne2015_luminositygaming"
  25828. "item_description" "#StickerKit_desc_eslcologne2015_team_luminositygaming"
  25829. "image_inventory" "econ/stickers/cologne2015/luminositygaming"
  25830. "loot_list_name" "eslcologne2015_rare_luminositygaming"
  25831. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25832. }
  25833. "4103"
  25834. {
  25835. "item_name" "#StickerKit_eslcologne2015_team_solomid"
  25836. "name" "crate_sticker_pack_eslcologne2015_solomid"
  25837. "item_description" "#StickerKit_desc_eslcologne2015_team_solomid"
  25838. "image_inventory" "econ/stickers/cologne2015/solomid"
  25839. "loot_list_name" "eslcologne2015_rare_solomid"
  25840. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25841. }
  25842. "4104"
  25843. {
  25844. "item_name" "#StickerKit_eslcologne2015_team_teamimmunity"
  25845. "name" "crate_sticker_pack_eslcologne2015_teamimmunity"
  25846. "item_description" "#StickerKit_desc_eslcologne2015_team_teamimmunity"
  25847. "image_inventory" "econ/stickers/cologne2015/teamimmunity"
  25848. "loot_list_name" "eslcologne2015_rare_teamimmunity"
  25849. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25850. }
  25851. "4105"
  25852. {
  25853. "item_name" "#StickerKit_eslcologne2015_team_flipside"
  25854. "name" "crate_sticker_pack_eslcologne2015_flipside"
  25855. "item_description" "#StickerKit_desc_eslcologne2015_team_flipside"
  25856. "image_inventory" "econ/stickers/cologne2015/flipside"
  25857. "loot_list_name" "eslcologne2015_rare_flipside"
  25858. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25859. }
  25860. "4106"
  25861. {
  25862. "item_name" "#StickerKit_eslcologne2015_team_titan"
  25863. "name" "crate_sticker_pack_eslcologne2015_titan"
  25864. "item_description" "#StickerKit_desc_eslcologne2015_team_titan"
  25865. "image_inventory" "econ/stickers/cologne2015/titan"
  25866. "loot_list_name" "eslcologne2015_rare_titan"
  25867. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25868. }
  25869. "4107"
  25870. {
  25871. "item_name" "#StickerKit_eslcologne2015_team_clg"
  25872. "name" "crate_sticker_pack_eslcologne2015_clg"
  25873. "item_description" "#StickerKit_desc_eslcologne2015_team_clg"
  25874. "image_inventory" "econ/stickers/cologne2015/clg"
  25875. "loot_list_name" "eslcologne2015_rare_clg"
  25876. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25877. }
  25878. "4108"
  25879. {
  25880. "item_name" "#StickerKit_eslcologne2015_team_esl"
  25881. "name" "crate_sticker_pack_eslcologne2015_esl"
  25882. "item_description" "#StickerKit_desc_eslcologne2015_team_esl"
  25883. "image_inventory" "econ/stickers/cologne2015/esl"
  25884. "loot_list_name" "eslcologne2015_rare_esl"
  25885. "prefab" "eslcologne2015_sticker_capsule_prefab"
  25886. }
  25887. "4109"
  25888. {
  25889. "item_name" "#CSGO_crate_sticker_pack_eslcologne2015_legends"
  25890. "name" "crate_sticker_pack_eslcologne2015_legends"
  25891. "item_description" "#CSGO_crate_sticker_pack_eslcologne2015_legends_desc"
  25892. "image_inventory" "econ/weapon_cases/crate_sticker_pack_eslcologne2015_01"
  25893. "first_sale_date" "2015/8/10"
  25894. "prefab" "weapon_case_base"
  25895. "attributes"
  25896. {
  25897. "set supply crate series"
  25898. {
  25899. "attribute_class" "supply_crate_series"
  25900. "value" "51"
  25901. }
  25902. "tournament event id"
  25903. {
  25904. "attribute_class" "tournament_event_id"
  25905. "value" "7"
  25906. }
  25907. }
  25908. "tags"
  25909. {
  25910. "StickerCapsule"
  25911. {
  25912. "tag_value" "crate_sticker_pack_eslcologne2015_legends_collection"
  25913. "tag_text" "#CSGO_crate_sticker_pack_eslcologne2015_legends_tag"
  25914. "tag_group" "StickerCapsule"
  25915. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  25916. }
  25917. }
  25918. }
  25919. "4110"
  25920. {
  25921. "item_name" "#CSGO_crate_sticker_pack_eslcologne2015_challengers"
  25922. "name" "crate_sticker_pack_eslcologne2015_challengers"
  25923. "item_description" "#CSGO_crate_sticker_pack_eslcologne2015_challengers_desc"
  25924. "image_inventory" "econ/weapon_cases/crate_sticker_pack_eslcologne2015_02"
  25925. "first_sale_date" "2015/8/10"
  25926. "prefab" "weapon_case_base"
  25927. "attributes"
  25928. {
  25929. "set supply crate series"
  25930. {
  25931. "attribute_class" "supply_crate_series"
  25932. "value" "52"
  25933. }
  25934. "tournament event id"
  25935. {
  25936. "attribute_class" "tournament_event_id"
  25937. "value" "7"
  25938. }
  25939. }
  25940. "tags"
  25941. {
  25942. "StickerCapsule"
  25943. {
  25944. "tag_value" "crate_sticker_pack_eslcologne2015_challengers_collection"
  25945. "tag_text" "#CSGO_crate_sticker_pack_eslcologne2015_challengers_tag"
  25946. "tag_group" "StickerCapsule"
  25947. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  25948. }
  25949. }
  25950. }
  25951. "4111"
  25952. {
  25953. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_group_1"
  25954. "name" "crate_signature_pack_eslcologne2015_group_1"
  25955. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_group_1_desc"
  25956. "image_inventory" "econ/weapon_cases/crate_sticker_pack_eslcologne2015_group_1"
  25957. "first_sale_date" "2015/8/10"
  25958. "prefab" "weapon_case_base"
  25959. "attributes"
  25960. {
  25961. "set supply crate series"
  25962. {
  25963. "attribute_class" "supply_crate_series"
  25964. "value" "53"
  25965. }
  25966. "tournament event id"
  25967. {
  25968. "attribute_class" "tournament_event_id"
  25969. "value" "7"
  25970. }
  25971. }
  25972. "tags"
  25973. {
  25974. "StickerCapsule"
  25975. {
  25976. "tag_value" "crate_signature_pack_eslcologne2015_group_players_collection"
  25977. "tag_text" "#CSGO_crate_signature_pack_eslcologne2015_group_players_tag"
  25978. "tag_group" "StickerCapsule"
  25979. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  25980. }
  25981. }
  25982. }
  25983. "4112"
  25984. {
  25985. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_group_2"
  25986. "name" "crate_signature_pack_eslcologne2015_group_2"
  25987. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_group_2_desc"
  25988. "image_inventory" "econ/weapon_cases/crate_sticker_pack_eslcologne2015_group_2"
  25989. "first_sale_date" "2015/8/10"
  25990. "prefab" "weapon_case_base"
  25991. "attributes"
  25992. {
  25993. "set supply crate series"
  25994. {
  25995. "attribute_class" "supply_crate_series"
  25996. "value" "54"
  25997. }
  25998. "tournament event id"
  25999. {
  26000. "attribute_class" "tournament_event_id"
  26001. "value" "7"
  26002. }
  26003. }
  26004. "tags"
  26005. {
  26006. "StickerCapsule"
  26007. {
  26008. "tag_value" "crate_signature_pack_eslcologne2015_group_players_collection"
  26009. "tag_text" "#CSGO_crate_signature_pack_eslcologne2015_group_players_tag"
  26010. "tag_group" "StickerCapsule"
  26011. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  26012. }
  26013. }
  26014. }
  26015. "4113"
  26016. {
  26017. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_group_3"
  26018. "name" "crate_signature_pack_eslcologne2015_group_3"
  26019. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_group_3_desc"
  26020. "image_inventory" "econ/weapon_cases/crate_sticker_pack_eslcologne2015_group_3"
  26021. "first_sale_date" "2015/8/10"
  26022. "prefab" "weapon_case_base"
  26023. "attributes"
  26024. {
  26025. "set supply crate series"
  26026. {
  26027. "attribute_class" "supply_crate_series"
  26028. "value" "55"
  26029. }
  26030. "tournament event id"
  26031. {
  26032. "attribute_class" "tournament_event_id"
  26033. "value" "7"
  26034. }
  26035. }
  26036. "tags"
  26037. {
  26038. "StickerCapsule"
  26039. {
  26040. "tag_value" "crate_signature_pack_eslcologne2015_group_players_collection"
  26041. "tag_text" "#CSGO_crate_signature_pack_eslcologne2015_group_players_tag"
  26042. "tag_group" "StickerCapsule"
  26043. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  26044. }
  26045. }
  26046. }
  26047. "4114"
  26048. {
  26049. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_group_4"
  26050. "name" "crate_signature_pack_eslcologne2015_group_4"
  26051. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_group_4_desc"
  26052. "image_inventory" "econ/weapon_cases/crate_sticker_pack_eslcologne2015_group_4"
  26053. "first_sale_date" "2015/8/10"
  26054. "prefab" "weapon_case_base"
  26055. "attributes"
  26056. {
  26057. "set supply crate series"
  26058. {
  26059. "attribute_class" "supply_crate_series"
  26060. "value" "56"
  26061. }
  26062. "tournament event id"
  26063. {
  26064. "attribute_class" "tournament_event_id"
  26065. "value" "7"
  26066. }
  26067. }
  26068. "tags"
  26069. {
  26070. "StickerCapsule"
  26071. {
  26072. "tag_value" "crate_signature_pack_eslcologne2015_group_players_collection"
  26073. "tag_text" "#CSGO_crate_signature_pack_eslcologne2015_group_players_tag"
  26074. "tag_group" "StickerCapsule"
  26075. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  26076. }
  26077. }
  26078. }
  26079. "4115"
  26080. {
  26081. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_fnatic"
  26082. "name" "crate_signature_pack_eslcologne2015_fnatic"
  26083. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_fnatic_desc"
  26084. "image_inventory" "econ/weapon_cases/cologne2015_fnatic"
  26085. "prefab" "weapon_case_base"
  26086. "first_sale_date" "2015/8/10"
  26087. "attributes"
  26088. {
  26089. "set supply crate series"
  26090. {
  26091. "attribute_class" "supply_crate_series"
  26092. "value" "57"
  26093. }
  26094. "tournament event id"
  26095. {
  26096. "attribute_class" "tournament_event_id"
  26097. "value" "7"
  26098. }
  26099. "tournament event team0 id"
  26100. {
  26101. "attribute_class" "tournament_event_team_id"
  26102. "value" "6"
  26103. }
  26104. }
  26105. }
  26106. "4116"
  26107. {
  26108. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_luminositygaming"
  26109. "name" "crate_signature_pack_eslcologne2015_luminositygaming"
  26110. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_luminositygaming_desc"
  26111. "image_inventory" "econ/weapon_cases/cologne2015_luminositygaming"
  26112. "prefab" "weapon_case_base"
  26113. "first_sale_date" "2015/8/10"
  26114. "attributes"
  26115. {
  26116. "set supply crate series"
  26117. {
  26118. "attribute_class" "supply_crate_series"
  26119. "value" "58"
  26120. }
  26121. "tournament event id"
  26122. {
  26123. "attribute_class" "tournament_event_id"
  26124. "value" "7"
  26125. }
  26126. "tournament event team0 id"
  26127. {
  26128. "attribute_class" "tournament_event_team_id"
  26129. "value" "57"
  26130. }
  26131. }
  26132. }
  26133. "4117"
  26134. {
  26135. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_navi"
  26136. "name" "crate_signature_pack_eslcologne2015_navi"
  26137. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_navi_desc"
  26138. "image_inventory" "econ/weapon_cases/cologne2015_navi"
  26139. "prefab" "weapon_case_base"
  26140. "first_sale_date" "2015/8/10"
  26141. "attributes"
  26142. {
  26143. "set supply crate series"
  26144. {
  26145. "attribute_class" "supply_crate_series"
  26146. "value" "59"
  26147. }
  26148. "tournament event id"
  26149. {
  26150. "attribute_class" "tournament_event_id"
  26151. "value" "7"
  26152. }
  26153. "tournament event team0 id"
  26154. {
  26155. "attribute_class" "tournament_event_team_id"
  26156. "value" "12"
  26157. }
  26158. }
  26159. }
  26160. "4118"
  26161. {
  26162. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_ninjasinpyjamas"
  26163. "name" "crate_signature_pack_eslcologne2015_ninjasinpyjamas"
  26164. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_ninjasinpyjamas_desc"
  26165. "image_inventory" "econ/weapon_cases/cologne2015_ninjasinpyjamas"
  26166. "prefab" "weapon_case_base"
  26167. "first_sale_date" "2015/8/10"
  26168. "attributes"
  26169. {
  26170. "set supply crate series"
  26171. {
  26172. "attribute_class" "supply_crate_series"
  26173. "value" "60"
  26174. }
  26175. "tournament event id"
  26176. {
  26177. "attribute_class" "tournament_event_id"
  26178. "value" "7"
  26179. }
  26180. "tournament event team0 id"
  26181. {
  26182. "attribute_class" "tournament_event_team_id"
  26183. "value" "1"
  26184. }
  26185. }
  26186. }
  26187. "4119"
  26188. {
  26189. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_envyus"
  26190. "name" "crate_signature_pack_eslcologne2015_envyus"
  26191. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_envyus_desc"
  26192. "image_inventory" "econ/weapon_cases/cologne2015_envyus"
  26193. "prefab" "weapon_case_base"
  26194. "first_sale_date" "2015/8/10"
  26195. "attributes"
  26196. {
  26197. "set supply crate series"
  26198. {
  26199. "attribute_class" "supply_crate_series"
  26200. "value" "61"
  26201. }
  26202. "tournament event id"
  26203. {
  26204. "attribute_class" "tournament_event_id"
  26205. "value" "7"
  26206. }
  26207. "tournament event team0 id"
  26208. {
  26209. "attribute_class" "tournament_event_team_id"
  26210. "value" "46"
  26211. }
  26212. }
  26213. }
  26214. "4120"
  26215. {
  26216. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_titan"
  26217. "name" "crate_signature_pack_eslcologne2015_titan"
  26218. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_titan_desc"
  26219. "image_inventory" "econ/weapon_cases/cologne2015_titan"
  26220. "prefab" "weapon_case_base"
  26221. "first_sale_date" "2015/8/10"
  26222. "attributes"
  26223. {
  26224. "set supply crate series"
  26225. {
  26226. "attribute_class" "supply_crate_series"
  26227. "value" "62"
  26228. }
  26229. "tournament event id"
  26230. {
  26231. "attribute_class" "tournament_event_id"
  26232. "value" "7"
  26233. }
  26234. "tournament event team0 id"
  26235. {
  26236. "attribute_class" "tournament_event_team_id"
  26237. "value" "27"
  26238. }
  26239. }
  26240. }
  26241. "4121"
  26242. {
  26243. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_solomid"
  26244. "name" "crate_signature_pack_eslcologne2015_solomid"
  26245. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_solomid_desc"
  26246. "image_inventory" "econ/weapon_cases/cologne2015_solomid"
  26247. "prefab" "weapon_case_base"
  26248. "first_sale_date" "2015/8/10"
  26249. "attributes"
  26250. {
  26251. "set supply crate series"
  26252. {
  26253. "attribute_class" "supply_crate_series"
  26254. "value" "63"
  26255. }
  26256. "tournament event id"
  26257. {
  26258. "attribute_class" "tournament_event_id"
  26259. "value" "7"
  26260. }
  26261. "tournament event team0 id"
  26262. {
  26263. "attribute_class" "tournament_event_team_id"
  26264. "value" "58"
  26265. }
  26266. }
  26267. }
  26268. "4122"
  26269. {
  26270. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_virtuspro"
  26271. "name" "crate_signature_pack_eslcologne2015_virtuspro"
  26272. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_virtuspro_desc"
  26273. "image_inventory" "econ/weapon_cases/cologne2015_virtuspro"
  26274. "prefab" "weapon_case_base"
  26275. "first_sale_date" "2015/8/10"
  26276. "attributes"
  26277. {
  26278. "set supply crate series"
  26279. {
  26280. "attribute_class" "supply_crate_series"
  26281. "value" "64"
  26282. }
  26283. "tournament event id"
  26284. {
  26285. "attribute_class" "tournament_event_id"
  26286. "value" "7"
  26287. }
  26288. "tournament event team0 id"
  26289. {
  26290. "attribute_class" "tournament_event_team_id"
  26291. "value" "31"
  26292. }
  26293. }
  26294. }
  26295. "4123"
  26296. {
  26297. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_mousesports"
  26298. "name" "crate_signature_pack_eslcologne2015_mousesports"
  26299. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_mousesports_desc"
  26300. "image_inventory" "econ/weapon_cases/cologne2015_mousesports"
  26301. "prefab" "weapon_case_base"
  26302. "first_sale_date" "2015/8/10"
  26303. "attributes"
  26304. {
  26305. "set supply crate series"
  26306. {
  26307. "attribute_class" "supply_crate_series"
  26308. "value" "65"
  26309. }
  26310. "tournament event id"
  26311. {
  26312. "attribute_class" "tournament_event_id"
  26313. "value" "7"
  26314. }
  26315. "tournament event team0 id"
  26316. {
  26317. "attribute_class" "tournament_event_team_id"
  26318. "value" "29"
  26319. }
  26320. }
  26321. }
  26322. "4124"
  26323. {
  26324. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_renegades"
  26325. "name" "crate_signature_pack_eslcologne2015_renegades"
  26326. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_renegades_desc"
  26327. "image_inventory" "econ/weapon_cases/cologne2015_renegades"
  26328. "prefab" "weapon_case_base"
  26329. "first_sale_date" "2015/8/10"
  26330. "attributes"
  26331. {
  26332. "set supply crate series"
  26333. {
  26334. "attribute_class" "supply_crate_series"
  26335. "value" "66"
  26336. }
  26337. "tournament event id"
  26338. {
  26339. "attribute_class" "tournament_event_id"
  26340. "value" "7"
  26341. }
  26342. "tournament event team0 id"
  26343. {
  26344. "attribute_class" "tournament_event_team_id"
  26345. "value" "53"
  26346. }
  26347. }
  26348. }
  26349. "4125"
  26350. {
  26351. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_teamimmunity"
  26352. "name" "crate_signature_pack_eslcologne2015_teamimmunity"
  26353. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_teamimmunity_desc"
  26354. "image_inventory" "econ/weapon_cases/cologne2015_teamimmunity"
  26355. "prefab" "weapon_case_base"
  26356. "first_sale_date" "2015/8/10"
  26357. "attributes"
  26358. {
  26359. "set supply crate series"
  26360. {
  26361. "attribute_class" "supply_crate_series"
  26362. "value" "67"
  26363. }
  26364. "tournament event id"
  26365. {
  26366. "attribute_class" "tournament_event_id"
  26367. "value" "7"
  26368. }
  26369. "tournament event team0 id"
  26370. {
  26371. "attribute_class" "tournament_event_team_id"
  26372. "value" "54"
  26373. }
  26374. }
  26375. }
  26376. "4126"
  26377. {
  26378. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_ebettle"
  26379. "name" "crate_signature_pack_eslcologne2015_ebettle"
  26380. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_ebettle_desc"
  26381. "image_inventory" "econ/weapon_cases/cologne2015_ebettle"
  26382. "prefab" "weapon_case_base"
  26383. "first_sale_date" "2015/8/10"
  26384. "attributes"
  26385. {
  26386. "set supply crate series"
  26387. {
  26388. "attribute_class" "supply_crate_series"
  26389. "value" "68"
  26390. }
  26391. "tournament event id"
  26392. {
  26393. "attribute_class" "tournament_event_id"
  26394. "value" "7"
  26395. }
  26396. "tournament event team0 id"
  26397. {
  26398. "attribute_class" "tournament_event_team_id"
  26399. "value" "56"
  26400. }
  26401. }
  26402. }
  26403. "4127"
  26404. {
  26405. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_kinguin"
  26406. "name" "crate_signature_pack_eslcologne2015_kinguin"
  26407. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_kinguin_desc"
  26408. "image_inventory" "econ/weapon_cases/cologne2015_kinguin"
  26409. "prefab" "weapon_case_base"
  26410. "first_sale_date" "2015/8/10"
  26411. "attributes"
  26412. {
  26413. "set supply crate series"
  26414. {
  26415. "attribute_class" "supply_crate_series"
  26416. "value" "69"
  26417. }
  26418. "tournament event id"
  26419. {
  26420. "attribute_class" "tournament_event_id"
  26421. "value" "7"
  26422. }
  26423. "tournament event team0 id"
  26424. {
  26425. "attribute_class" "tournament_event_team_id"
  26426. "value" "55"
  26427. }
  26428. }
  26429. }
  26430. "4128"
  26431. {
  26432. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_flipside"
  26433. "name" "crate_signature_pack_eslcologne2015_flipside"
  26434. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_flipside_desc"
  26435. "image_inventory" "econ/weapon_cases/cologne2015_flipside"
  26436. "prefab" "weapon_case_base"
  26437. "first_sale_date" "2015/8/10"
  26438. "attributes"
  26439. {
  26440. "set supply crate series"
  26441. {
  26442. "attribute_class" "supply_crate_series"
  26443. "value" "70"
  26444. }
  26445. "tournament event id"
  26446. {
  26447. "attribute_class" "tournament_event_id"
  26448. "value" "7"
  26449. }
  26450. "tournament event team0 id"
  26451. {
  26452. "attribute_class" "tournament_event_team_id"
  26453. "value" "43"
  26454. }
  26455. }
  26456. }
  26457. "4129"
  26458. {
  26459. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_clg"
  26460. "name" "crate_signature_pack_eslcologne2015_clg"
  26461. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_clg_desc"
  26462. "image_inventory" "econ/weapon_cases/cologne2015_clg"
  26463. "prefab" "weapon_case_base"
  26464. "first_sale_date" "2015/8/10"
  26465. "attributes"
  26466. {
  26467. "set supply crate series"
  26468. {
  26469. "attribute_class" "supply_crate_series"
  26470. "value" "71"
  26471. }
  26472. "tournament event id"
  26473. {
  26474. "attribute_class" "tournament_event_id"
  26475. "value" "7"
  26476. }
  26477. "tournament event team0 id"
  26478. {
  26479. "attribute_class" "tournament_event_team_id"
  26480. "value" "49"
  26481. }
  26482. }
  26483. }
  26484. "4130"
  26485. {
  26486. "item_name" "#CSGO_crate_signature_pack_eslcologne2015_cloud9"
  26487. "name" "crate_signature_pack_eslcologne2015_cloud9"
  26488. "item_description" "#CSGO_crate_signature_pack_eslcologne2015_cloud9_desc"
  26489. "image_inventory" "econ/weapon_cases/cologne2015_cloud9"
  26490. "prefab" "weapon_case_base"
  26491. "first_sale_date" "2015/8/10"
  26492. "attributes"
  26493. {
  26494. "set supply crate series"
  26495. {
  26496. "attribute_class" "supply_crate_series"
  26497. "value" "72"
  26498. }
  26499. "tournament event id"
  26500. {
  26501. "attribute_class" "tournament_event_id"
  26502. "value" "7"
  26503. }
  26504. "tournament event team0 id"
  26505. {
  26506. "attribute_class" "tournament_event_team_id"
  26507. "value" "52"
  26508. }
  26509. }
  26510. }
  26511. "4131"
  26512. {
  26513. "item_name" "#CSGO_crate_eslcologne2015_promo_de_dust2"
  26514. "name" "crate_eslcologne2015_promo_de_dust2"
  26515. "image_inventory" "econ/weapon_cases/crate_eslcologne2015_promo_de_dust2"
  26516. "prefab" "weapon_case_souvenirpkg"
  26517. "attributes"
  26518. {
  26519. "set supply crate series"
  26520. {
  26521. "attribute_class" "supply_crate_series"
  26522. "value" "73"
  26523. }
  26524. "tournament event id"
  26525. {
  26526. "attribute_class" "tournament_event_id"
  26527. "value" "7"
  26528. }
  26529. }
  26530. "tags"
  26531. {
  26532. "ItemSet"
  26533. {
  26534. "tag_value" "set_dust_2"
  26535. "tag_text" "#CSGO_set_dust_2"
  26536. "tag_group" "ItemSet"
  26537. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  26538. }
  26539. }
  26540. }
  26541. "4132"
  26542. {
  26543. "item_name" "#CSGO_crate_eslcologne2015_promo_de_mirage"
  26544. "name" "crate_eslcologne2015_promo_de_mirage"
  26545. "image_inventory" "econ/weapon_cases/crate_eslcologne2015_promo_de_mirage"
  26546. "prefab" "weapon_case_souvenirpkg"
  26547. "attributes"
  26548. {
  26549. "set supply crate series"
  26550. {
  26551. "attribute_class" "supply_crate_series"
  26552. "value" "74"
  26553. }
  26554. "tournament event id"
  26555. {
  26556. "attribute_class" "tournament_event_id"
  26557. "value" "7"
  26558. }
  26559. }
  26560. "tags"
  26561. {
  26562. "ItemSet"
  26563. {
  26564. "tag_value" "set_mirage"
  26565. "tag_text" "#CSGO_set_mirage"
  26566. "tag_group" "ItemSet"
  26567. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  26568. }
  26569. }
  26570. }
  26571. "4133"
  26572. {
  26573. "item_name" "#CSGO_crate_eslcologne2015_promo_de_inferno"
  26574. "name" "crate_eslcologne2015_promo_de_inferno"
  26575. "image_inventory" "econ/weapon_cases/crate_eslcologne2015_promo_de_inferno"
  26576. "prefab" "weapon_case_souvenirpkg"
  26577. "attributes"
  26578. {
  26579. "set supply crate series"
  26580. {
  26581. "attribute_class" "supply_crate_series"
  26582. "value" "75"
  26583. }
  26584. "tournament event id"
  26585. {
  26586. "attribute_class" "tournament_event_id"
  26587. "value" "7"
  26588. }
  26589. }
  26590. "tags"
  26591. {
  26592. "ItemSet"
  26593. {
  26594. "tag_value" "set_inferno"
  26595. "tag_text" "#CSGO_set_inferno"
  26596. "tag_group" "ItemSet"
  26597. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  26598. }
  26599. }
  26600. }
  26601. "4134"
  26602. {
  26603. "item_name" "#CSGO_crate_eslcologne2015_promo_de_cbble"
  26604. "name" "crate_eslcologne2015_promo_de_cbble"
  26605. "image_inventory" "econ/weapon_cases/crate_eslcologne2015_promo_de_cbble"
  26606. "prefab" "weapon_case_souvenirpkg"
  26607. "attributes"
  26608. {
  26609. "set supply crate series"
  26610. {
  26611. "attribute_class" "supply_crate_series"
  26612. "value" "76"
  26613. }
  26614. "tournament event id"
  26615. {
  26616. "attribute_class" "tournament_event_id"
  26617. "value" "7"
  26618. }
  26619. }
  26620. "tags"
  26621. {
  26622. "ItemSet"
  26623. {
  26624. "tag_value" "set_cobblestone"
  26625. "tag_text" "#CSGO_set_cobblestone"
  26626. "tag_group" "ItemSet"
  26627. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  26628. }
  26629. }
  26630. }
  26631. "4135"
  26632. {
  26633. "item_name" "#CSGO_crate_eslcologne2015_promo_de_overpass"
  26634. "name" "crate_eslcologne2015_promo_de_overpass"
  26635. "image_inventory" "econ/weapon_cases/crate_eslcologne2015_promo_de_overpass"
  26636. "prefab" "weapon_case_souvenirpkg"
  26637. "attributes"
  26638. {
  26639. "set supply crate series"
  26640. {
  26641. "attribute_class" "supply_crate_series"
  26642. "value" "77"
  26643. }
  26644. "tournament event id"
  26645. {
  26646. "attribute_class" "tournament_event_id"
  26647. "value" "7"
  26648. }
  26649. }
  26650. "tags"
  26651. {
  26652. "ItemSet"
  26653. {
  26654. "tag_value" "set_overpass"
  26655. "tag_text" "#CSGO_set_overpass"
  26656. "tag_group" "ItemSet"
  26657. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  26658. }
  26659. }
  26660. }
  26661. "4136"
  26662. {
  26663. "item_name" "#CSGO_crate_eslcologne2015_promo_de_cache"
  26664. "name" "crate_eslcologne2015_promo_de_cache"
  26665. "image_inventory" "econ/weapon_cases/crate_eslcologne2015_promo_de_cache"
  26666. "prefab" "weapon_case_souvenirpkg"
  26667. "attributes"
  26668. {
  26669. "set supply crate series"
  26670. {
  26671. "attribute_class" "supply_crate_series"
  26672. "value" "78"
  26673. }
  26674. "tournament event id"
  26675. {
  26676. "attribute_class" "tournament_event_id"
  26677. "value" "7"
  26678. }
  26679. }
  26680. "tags"
  26681. {
  26682. "ItemSet"
  26683. {
  26684. "tag_value" "set_cache"
  26685. "tag_text" "#CSGO_set_cache"
  26686. "tag_group" "ItemSet"
  26687. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  26688. }
  26689. }
  26690. }
  26691. "4137"
  26692. {
  26693. "item_name" "#CSGO_crate_eslcologne2015_promo_de_train"
  26694. "name" "crate_eslcologne2015_promo_de_train"
  26695. "image_inventory" "econ/weapon_cases/crate_eslcologne2015_promo_de_train"
  26696. "prefab" "weapon_case_souvenirpkg"
  26697. "attributes"
  26698. {
  26699. "set supply crate series"
  26700. {
  26701. "attribute_class" "supply_crate_series"
  26702. "value" "79"
  26703. }
  26704. "tournament event id"
  26705. {
  26706. "attribute_class" "tournament_event_id"
  26707. "value" "7"
  26708. }
  26709. }
  26710. "tags"
  26711. {
  26712. "ItemSet"
  26713. {
  26714. "tag_value" "set_train"
  26715. "tag_text" "#CSGO_set_train"
  26716. "tag_group" "ItemSet"
  26717. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  26718. }
  26719. }
  26720. }
  26721. "4138"
  26722. {
  26723. "item_name" "#CSGO_crate_community_9"
  26724. "item_description" "#CSGO_crate_community_9_desc"
  26725. "first_sale_date" "2015/9/15"
  26726. "name" "crate_community_9"
  26727. "image_inventory" "econ/weapon_cases/crate_community_9"
  26728. "prefab" "weapon_case"
  26729. "associated_items"
  26730. {
  26731. "1333" "1"
  26732. }
  26733. "tool"
  26734. {
  26735. "restriction" "community_case_9"
  26736. }
  26737. "attributes"
  26738. {
  26739. "set supply crate series"
  26740. {
  26741. "attribute_class" "supply_crate_series"
  26742. "value" "80"
  26743. }
  26744. }
  26745. "tags"
  26746. {
  26747. "ItemSet"
  26748. {
  26749. "tag_value" "set_community_9"
  26750. "tag_text" "#CSGO_set_community_9"
  26751. "tag_group" "ItemSet"
  26752. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  26753. }
  26754. }
  26755. "loot_list_rare_item_footer" "#crate_community_9_unusual_lootlist"
  26756. "loot_list_rare_item_name" "#crate_community_9_unusual_itemname"
  26757. "image_unusual_item" "econ/weapon_cases/crate_community_9_rare_item"
  26758. }
  26759. "4139"
  26760. {
  26761. "item_name" "#StickerKit_cluj2015_team_nip"
  26762. "name" "crate_sticker_pack_cluj2015_nip"
  26763. "item_description" "#StickerKit_desc_cluj2015_team_nip"
  26764. "image_inventory" "econ/stickers/cluj2015/nip"
  26765. "loot_list_name" "cluj2015_rare_nip"
  26766. "prefab" "cluj2015_sticker_capsule_prefab"
  26767. }
  26768. "4140"
  26769. {
  26770. "item_name" "#StickerKit_cluj2015_team_dig"
  26771. "name" "crate_sticker_pack_cluj2015_dig"
  26772. "item_description" "#StickerKit_desc_cluj2015_team_dig"
  26773. "image_inventory" "econ/stickers/cluj2015/dig"
  26774. "loot_list_name" "cluj2015_rare_dig"
  26775. "prefab" "cluj2015_sticker_capsule_prefab"
  26776. }
  26777. "4141"
  26778. {
  26779. "item_name" "#StickerKit_cluj2015_team_clg"
  26780. "name" "crate_sticker_pack_cluj2015_clg"
  26781. "item_description" "#StickerKit_desc_cluj2015_team_clg"
  26782. "image_inventory" "econ/stickers/cluj2015/clg"
  26783. "loot_list_name" "cluj2015_rare_clg"
  26784. "prefab" "cluj2015_sticker_capsule_prefab"
  26785. }
  26786. "4142"
  26787. {
  26788. "item_name" "#StickerKit_cluj2015_team_vex"
  26789. "name" "crate_sticker_pack_cluj2015_vex"
  26790. "item_description" "#StickerKit_desc_cluj2015_team_vex"
  26791. "image_inventory" "econ/stickers/cluj2015/vex"
  26792. "loot_list_name" "cluj2015_rare_vex"
  26793. "prefab" "cluj2015_sticker_capsule_prefab"
  26794. }
  26795. "4143"
  26796. {
  26797. "item_name" "#StickerKit_cluj2015_team_flip"
  26798. "name" "crate_sticker_pack_cluj2015_flip"
  26799. "item_description" "#StickerKit_desc_cluj2015_team_flip"
  26800. "image_inventory" "econ/stickers/cluj2015/flip"
  26801. "loot_list_name" "cluj2015_rare_flip"
  26802. "prefab" "cluj2015_sticker_capsule_prefab"
  26803. }
  26804. "4144"
  26805. {
  26806. "item_name" "#StickerKit_cluj2015_team_liq"
  26807. "name" "crate_sticker_pack_cluj2015_liq"
  26808. "item_description" "#StickerKit_desc_cluj2015_team_liq"
  26809. "image_inventory" "econ/stickers/cluj2015/liq"
  26810. "loot_list_name" "cluj2015_rare_liq"
  26811. "prefab" "cluj2015_sticker_capsule_prefab"
  26812. }
  26813. "4145"
  26814. {
  26815. "item_name" "#StickerKit_cluj2015_team_mss"
  26816. "name" "crate_sticker_pack_cluj2015_mss"
  26817. "item_description" "#StickerKit_desc_cluj2015_team_mss"
  26818. "image_inventory" "econ/stickers/cluj2015/mss"
  26819. "loot_list_name" "cluj2015_rare_mss"
  26820. "prefab" "cluj2015_sticker_capsule_prefab"
  26821. }
  26822. "4146"
  26823. {
  26824. "item_name" "#StickerKit_cluj2015_team_navi"
  26825. "name" "crate_sticker_pack_cluj2015_navi"
  26826. "item_description" "#StickerKit_desc_cluj2015_team_navi"
  26827. "image_inventory" "econ/stickers/cluj2015/navi"
  26828. "loot_list_name" "cluj2015_rare_navi"
  26829. "prefab" "cluj2015_sticker_capsule_prefab"
  26830. }
  26831. "4147"
  26832. {
  26833. "item_name" "#StickerKit_cluj2015_team_vp"
  26834. "name" "crate_sticker_pack_cluj2015_vp"
  26835. "item_description" "#StickerKit_desc_cluj2015_team_vp"
  26836. "image_inventory" "econ/stickers/cluj2015/vp"
  26837. "loot_list_name" "cluj2015_rare_vp"
  26838. "prefab" "cluj2015_sticker_capsule_prefab"
  26839. }
  26840. "4148"
  26841. {
  26842. "item_name" "#StickerKit_cluj2015_team_c9"
  26843. "name" "crate_sticker_pack_cluj2015_c9"
  26844. "item_description" "#StickerKit_desc_cluj2015_team_c9"
  26845. "image_inventory" "econ/stickers/cluj2015/c9"
  26846. "loot_list_name" "cluj2015_rare_c9"
  26847. "prefab" "cluj2015_sticker_capsule_prefab"
  26848. }
  26849. "4149"
  26850. {
  26851. "item_name" "#StickerKit_cluj2015_team_g2"
  26852. "name" "crate_sticker_pack_cluj2015_g2"
  26853. "item_description" "#StickerKit_desc_cluj2015_team_g2"
  26854. "image_inventory" "econ/stickers/cluj2015/g2"
  26855. "loot_list_name" "cluj2015_rare_g2"
  26856. "prefab" "cluj2015_sticker_capsule_prefab"
  26857. }
  26858. "4150"
  26859. {
  26860. "item_name" "#StickerKit_cluj2015_team_tit"
  26861. "name" "crate_sticker_pack_cluj2015_tit"
  26862. "item_description" "#StickerKit_desc_cluj2015_team_tit"
  26863. "image_inventory" "econ/stickers/cluj2015/tit"
  26864. "loot_list_name" "cluj2015_rare_tit"
  26865. "prefab" "cluj2015_sticker_capsule_prefab"
  26866. }
  26867. "4151"
  26868. {
  26869. "item_name" "#StickerKit_cluj2015_team_tsolo"
  26870. "name" "crate_sticker_pack_cluj2015_tsolo"
  26871. "item_description" "#StickerKit_desc_cluj2015_team_tsolo"
  26872. "image_inventory" "econ/stickers/cluj2015/tsolo"
  26873. "loot_list_name" "cluj2015_rare_tsolo"
  26874. "prefab" "cluj2015_sticker_capsule_prefab"
  26875. }
  26876. "4152"
  26877. {
  26878. "item_name" "#StickerKit_cluj2015_team_nv"
  26879. "name" "crate_sticker_pack_cluj2015_nv"
  26880. "item_description" "#StickerKit_desc_cluj2015_team_nv"
  26881. "image_inventory" "econ/stickers/cluj2015/nv"
  26882. "loot_list_name" "cluj2015_rare_nv"
  26883. "prefab" "cluj2015_sticker_capsule_prefab"
  26884. }
  26885. "4153"
  26886. {
  26887. "item_name" "#StickerKit_cluj2015_team_fntc"
  26888. "name" "crate_sticker_pack_cluj2015_fntc"
  26889. "item_description" "#StickerKit_desc_cluj2015_team_fntc"
  26890. "image_inventory" "econ/stickers/cluj2015/fntc"
  26891. "loot_list_name" "cluj2015_rare_fntc"
  26892. "prefab" "cluj2015_sticker_capsule_prefab"
  26893. }
  26894. "4154"
  26895. {
  26896. "item_name" "#StickerKit_cluj2015_team_lumi"
  26897. "name" "crate_sticker_pack_cluj2015_lumi"
  26898. "item_description" "#StickerKit_desc_cluj2015_team_lumi"
  26899. "image_inventory" "econ/stickers/cluj2015/lumi"
  26900. "loot_list_name" "cluj2015_rare_lumi"
  26901. "prefab" "cluj2015_sticker_capsule_prefab"
  26902. }
  26903. "4155"
  26904. {
  26905. "item_name" "#StickerKit_cluj2015_team_dhc"
  26906. "name" "crate_sticker_pack_cluj2015_dhc"
  26907. "item_description" "#StickerKit_desc_cluj2015_team_dhc"
  26908. "image_inventory" "econ/stickers/cluj2015/dhc"
  26909. "loot_list_name" "cluj2015_rare_dhc"
  26910. "prefab" "cluj2015_sticker_capsule_prefab"
  26911. }
  26912. "4156"
  26913. {
  26914. "item_name" "#CSGO_crate_sticker_pack_cluj2015_legends"
  26915. "name" "crate_sticker_pack_cluj2015_legends"
  26916. "item_description" "#CSGO_crate_sticker_pack_cluj2015_legends_desc"
  26917. "image_inventory" "econ/weapon_cases/crate_sticker_pack_cluj2015_01"
  26918. "first_sale_date" "2015/10/20"
  26919. "prefab" "weapon_case_base"
  26920. "attributes"
  26921. {
  26922. "set supply crate series"
  26923. {
  26924. "attribute_class" "supply_crate_series"
  26925. "value" "81"
  26926. }
  26927. "tournament event id"
  26928. {
  26929. "attribute_class" "tournament_event_id"
  26930. "value" "8"
  26931. }
  26932. }
  26933. "tags"
  26934. {
  26935. "StickerCapsule"
  26936. {
  26937. "tag_value" "crate_sticker_pack_cluj2015_legends_collection"
  26938. "tag_text" "#CSGO_crate_sticker_pack_cluj2015_legends_tag"
  26939. "tag_group" "StickerCapsule"
  26940. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  26941. }
  26942. }
  26943. }
  26944. "4157"
  26945. {
  26946. "item_name" "#CSGO_crate_sticker_pack_cluj2015_challengers"
  26947. "name" "crate_sticker_pack_cluj2015_challengers"
  26948. "item_description" "#CSGO_crate_sticker_pack_cluj2015_challengers_desc"
  26949. "image_inventory" "econ/weapon_cases/crate_sticker_pack_cluj2015_02"
  26950. "first_sale_date" "2015/10/20"
  26951. "prefab" "weapon_case_base"
  26952. "attributes"
  26953. {
  26954. "set supply crate series"
  26955. {
  26956. "attribute_class" "supply_crate_series"
  26957. "value" "82"
  26958. }
  26959. "tournament event id"
  26960. {
  26961. "attribute_class" "tournament_event_id"
  26962. "value" "8"
  26963. }
  26964. }
  26965. "tags"
  26966. {
  26967. "StickerCapsule"
  26968. {
  26969. "tag_value" "crate_sticker_pack_cluj2015_challengers_collection"
  26970. "tag_text" "#CSGO_crate_sticker_pack_cluj2015_challengers_tag"
  26971. "tag_group" "StickerCapsule"
  26972. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  26973. }
  26974. }
  26975. }
  26976. "4158"
  26977. {
  26978. "item_name" "#CSGO_crate_signature_pack_cluj2015_group_1"
  26979. "name" "crate_signature_pack_cluj2015_group_1"
  26980. "item_description" "#CSGO_crate_signature_pack_cluj2015_group_1_desc"
  26981. "image_inventory" "econ/weapon_cases/crate_sticker_pack_cluj2015_group_1"
  26982. "first_sale_date" "2015/10/20"
  26983. "prefab" "weapon_case_base"
  26984. "attributes"
  26985. {
  26986. "set supply crate series"
  26987. {
  26988. "attribute_class" "supply_crate_series"
  26989. "value" "83"
  26990. }
  26991. "tournament event id"
  26992. {
  26993. "attribute_class" "tournament_event_id"
  26994. "value" "8"
  26995. }
  26996. }
  26997. "tags"
  26998. {
  26999. "StickerCapsule"
  27000. {
  27001. "tag_value" "crate_signature_pack_cluj2015_group_players_collection"
  27002. "tag_text" "#CSGO_crate_signature_pack_cluj2015_group_players_tag"
  27003. "tag_group" "StickerCapsule"
  27004. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  27005. }
  27006. }
  27007. }
  27008. "4159"
  27009. {
  27010. "item_name" "#CSGO_crate_signature_pack_cluj2015_group_2"
  27011. "name" "crate_signature_pack_cluj2015_group_2"
  27012. "item_description" "#CSGO_crate_signature_pack_cluj2015_group_2_desc"
  27013. "image_inventory" "econ/weapon_cases/crate_sticker_pack_cluj2015_group_2"
  27014. "first_sale_date" "2015/10/20"
  27015. "prefab" "weapon_case_base"
  27016. "attributes"
  27017. {
  27018. "set supply crate series"
  27019. {
  27020. "attribute_class" "supply_crate_series"
  27021. "value" "84"
  27022. }
  27023. "tournament event id"
  27024. {
  27025. "attribute_class" "tournament_event_id"
  27026. "value" "8"
  27027. }
  27028. }
  27029. "tags"
  27030. {
  27031. "StickerCapsule"
  27032. {
  27033. "tag_value" "crate_signature_pack_cluj2015_group_players_collection"
  27034. "tag_text" "#CSGO_crate_signature_pack_cluj2015_group_players_tag"
  27035. "tag_group" "StickerCapsule"
  27036. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  27037. }
  27038. }
  27039. }
  27040. "4160"
  27041. {
  27042. "item_name" "#CSGO_crate_signature_pack_cluj2015_nip"
  27043. "name" "crate_signature_pack_cluj2015_nip"
  27044. "item_description" "#CSGO_crate_signature_pack_cluj2015_nip_desc"
  27045. "image_inventory" "econ/weapon_cases/cluj2015_nip"
  27046. "prefab" "weapon_case_base"
  27047. "first_sale_date" "2015/10/20"
  27048. "attributes"
  27049. {
  27050. "set supply crate series"
  27051. {
  27052. "attribute_class" "supply_crate_series"
  27053. "value" "85"
  27054. }
  27055. "tournament event id"
  27056. {
  27057. "attribute_class" "tournament_event_id"
  27058. "value" "8"
  27059. }
  27060. "tournament event team0 id"
  27061. {
  27062. "attribute_class" "tournament_event_team_id"
  27063. "value" "1"
  27064. }
  27065. }
  27066. }
  27067. "4161"
  27068. {
  27069. "item_name" "#CSGO_crate_signature_pack_cluj2015_dig"
  27070. "name" "crate_signature_pack_cluj2015_dig"
  27071. "item_description" "#CSGO_crate_signature_pack_cluj2015_dig_desc"
  27072. "image_inventory" "econ/weapon_cases/cluj2015_dig"
  27073. "prefab" "weapon_case_base"
  27074. "first_sale_date" "2015/10/20"
  27075. "attributes"
  27076. {
  27077. "set supply crate series"
  27078. {
  27079. "attribute_class" "supply_crate_series"
  27080. "value" "86"
  27081. }
  27082. "tournament event id"
  27083. {
  27084. "attribute_class" "tournament_event_id"
  27085. "value" "8"
  27086. }
  27087. "tournament event team0 id"
  27088. {
  27089. "attribute_class" "tournament_event_team_id"
  27090. "value" "24"
  27091. }
  27092. }
  27093. }
  27094. "4162"
  27095. {
  27096. "item_name" "#CSGO_crate_signature_pack_cluj2015_clg"
  27097. "name" "crate_signature_pack_cluj2015_clg"
  27098. "item_description" "#CSGO_crate_signature_pack_cluj2015_clg_desc"
  27099. "image_inventory" "econ/weapon_cases/cluj2015_clg"
  27100. "prefab" "weapon_case_base"
  27101. "first_sale_date" "2015/10/20"
  27102. "attributes"
  27103. {
  27104. "set supply crate series"
  27105. {
  27106. "attribute_class" "supply_crate_series"
  27107. "value" "87"
  27108. }
  27109. "tournament event id"
  27110. {
  27111. "attribute_class" "tournament_event_id"
  27112. "value" "8"
  27113. }
  27114. "tournament event team0 id"
  27115. {
  27116. "attribute_class" "tournament_event_team_id"
  27117. "value" "49"
  27118. }
  27119. }
  27120. }
  27121. "4163"
  27122. {
  27123. "item_name" "#CSGO_crate_signature_pack_cluj2015_vex"
  27124. "name" "crate_signature_pack_cluj2015_vex"
  27125. "item_description" "#CSGO_crate_signature_pack_cluj2015_vex_desc"
  27126. "image_inventory" "econ/weapon_cases/cluj2015_vex"
  27127. "prefab" "weapon_case_base"
  27128. "first_sale_date" "2015/10/20"
  27129. "attributes"
  27130. {
  27131. "set supply crate series"
  27132. {
  27133. "attribute_class" "supply_crate_series"
  27134. "value" "88"
  27135. }
  27136. "tournament event id"
  27137. {
  27138. "attribute_class" "tournament_event_id"
  27139. "value" "8"
  27140. }
  27141. "tournament event team0 id"
  27142. {
  27143. "attribute_class" "tournament_event_team_id"
  27144. "value" "47"
  27145. }
  27146. }
  27147. }
  27148. "4164"
  27149. {
  27150. "item_name" "#CSGO_crate_signature_pack_cluj2015_flip"
  27151. "name" "crate_signature_pack_cluj2015_flip"
  27152. "item_description" "#CSGO_crate_signature_pack_cluj2015_flip_desc"
  27153. "image_inventory" "econ/weapon_cases/cluj2015_flip"
  27154. "prefab" "weapon_case_base"
  27155. "first_sale_date" "2015/10/20"
  27156. "attributes"
  27157. {
  27158. "set supply crate series"
  27159. {
  27160. "attribute_class" "supply_crate_series"
  27161. "value" "89"
  27162. }
  27163. "tournament event id"
  27164. {
  27165. "attribute_class" "tournament_event_id"
  27166. "value" "8"
  27167. }
  27168. "tournament event team0 id"
  27169. {
  27170. "attribute_class" "tournament_event_team_id"
  27171. "value" "43"
  27172. }
  27173. }
  27174. }
  27175. "4165"
  27176. {
  27177. "item_name" "#CSGO_crate_signature_pack_cluj2015_liq"
  27178. "name" "crate_signature_pack_cluj2015_liq"
  27179. "item_description" "#CSGO_crate_signature_pack_cluj2015_liq_desc"
  27180. "image_inventory" "econ/weapon_cases/cluj2015_liq"
  27181. "prefab" "weapon_case_base"
  27182. "first_sale_date" "2015/10/20"
  27183. "attributes"
  27184. {
  27185. "set supply crate series"
  27186. {
  27187. "attribute_class" "supply_crate_series"
  27188. "value" "90"
  27189. }
  27190. "tournament event id"
  27191. {
  27192. "attribute_class" "tournament_event_id"
  27193. "value" "8"
  27194. }
  27195. "tournament event team0 id"
  27196. {
  27197. "attribute_class" "tournament_event_team_id"
  27198. "value" "48"
  27199. }
  27200. }
  27201. }
  27202. "4166"
  27203. {
  27204. "item_name" "#CSGO_crate_signature_pack_cluj2015_mss"
  27205. "name" "crate_signature_pack_cluj2015_mss"
  27206. "item_description" "#CSGO_crate_signature_pack_cluj2015_mss_desc"
  27207. "image_inventory" "econ/weapon_cases/cluj2015_mss"
  27208. "prefab" "weapon_case_base"
  27209. "first_sale_date" "2015/10/20"
  27210. "attributes"
  27211. {
  27212. "set supply crate series"
  27213. {
  27214. "attribute_class" "supply_crate_series"
  27215. "value" "91"
  27216. }
  27217. "tournament event id"
  27218. {
  27219. "attribute_class" "tournament_event_id"
  27220. "value" "8"
  27221. }
  27222. "tournament event team0 id"
  27223. {
  27224. "attribute_class" "tournament_event_team_id"
  27225. "value" "29"
  27226. }
  27227. }
  27228. }
  27229. "4167"
  27230. {
  27231. "item_name" "#CSGO_crate_signature_pack_cluj2015_navi"
  27232. "name" "crate_signature_pack_cluj2015_navi"
  27233. "item_description" "#CSGO_crate_signature_pack_cluj2015_navi_desc"
  27234. "image_inventory" "econ/weapon_cases/cluj2015_navi"
  27235. "prefab" "weapon_case_base"
  27236. "first_sale_date" "2015/10/20"
  27237. "attributes"
  27238. {
  27239. "set supply crate series"
  27240. {
  27241. "attribute_class" "supply_crate_series"
  27242. "value" "92"
  27243. }
  27244. "tournament event id"
  27245. {
  27246. "attribute_class" "tournament_event_id"
  27247. "value" "8"
  27248. }
  27249. "tournament event team0 id"
  27250. {
  27251. "attribute_class" "tournament_event_team_id"
  27252. "value" "12"
  27253. }
  27254. }
  27255. }
  27256. "4168"
  27257. {
  27258. "item_name" "#CSGO_crate_signature_pack_cluj2015_vp"
  27259. "name" "crate_signature_pack_cluj2015_vp"
  27260. "item_description" "#CSGO_crate_signature_pack_cluj2015_vp_desc"
  27261. "image_inventory" "econ/weapon_cases/cluj2015_vp"
  27262. "prefab" "weapon_case_base"
  27263. "first_sale_date" "2015/10/20"
  27264. "attributes"
  27265. {
  27266. "set supply crate series"
  27267. {
  27268. "attribute_class" "supply_crate_series"
  27269. "value" "93"
  27270. }
  27271. "tournament event id"
  27272. {
  27273. "attribute_class" "tournament_event_id"
  27274. "value" "8"
  27275. }
  27276. "tournament event team0 id"
  27277. {
  27278. "attribute_class" "tournament_event_team_id"
  27279. "value" "31"
  27280. }
  27281. }
  27282. }
  27283. "4169"
  27284. {
  27285. "item_name" "#CSGO_crate_signature_pack_cluj2015_c9"
  27286. "name" "crate_signature_pack_cluj2015_c9"
  27287. "item_description" "#CSGO_crate_signature_pack_cluj2015_c9_desc"
  27288. "image_inventory" "econ/weapon_cases/cluj2015_c9"
  27289. "prefab" "weapon_case_base"
  27290. "first_sale_date" "2015/10/20"
  27291. "attributes"
  27292. {
  27293. "set supply crate series"
  27294. {
  27295. "attribute_class" "supply_crate_series"
  27296. "value" "94"
  27297. }
  27298. "tournament event id"
  27299. {
  27300. "attribute_class" "tournament_event_id"
  27301. "value" "8"
  27302. }
  27303. "tournament event team0 id"
  27304. {
  27305. "attribute_class" "tournament_event_team_id"
  27306. "value" "33"
  27307. }
  27308. }
  27309. }
  27310. "4170"
  27311. {
  27312. "item_name" "#CSGO_crate_signature_pack_cluj2015_g2"
  27313. "name" "crate_signature_pack_cluj2015_g2"
  27314. "item_description" "#CSGO_crate_signature_pack_cluj2015_g2_desc"
  27315. "image_inventory" "econ/weapon_cases/cluj2015_g2"
  27316. "prefab" "weapon_case_base"
  27317. "first_sale_date" "2015/10/20"
  27318. "attributes"
  27319. {
  27320. "set supply crate series"
  27321. {
  27322. "attribute_class" "supply_crate_series"
  27323. "value" "95"
  27324. }
  27325. "tournament event id"
  27326. {
  27327. "attribute_class" "tournament_event_id"
  27328. "value" "8"
  27329. }
  27330. "tournament event team0 id"
  27331. {
  27332. "attribute_class" "tournament_event_team_id"
  27333. "value" "59"
  27334. }
  27335. }
  27336. }
  27337. "4171"
  27338. {
  27339. "item_name" "#CSGO_crate_signature_pack_cluj2015_tit"
  27340. "name" "crate_signature_pack_cluj2015_tit"
  27341. "item_description" "#CSGO_crate_signature_pack_cluj2015_tit_desc"
  27342. "image_inventory" "econ/weapon_cases/cluj2015_tit"
  27343. "prefab" "weapon_case_base"
  27344. "first_sale_date" "2015/10/20"
  27345. "attributes"
  27346. {
  27347. "set supply crate series"
  27348. {
  27349. "attribute_class" "supply_crate_series"
  27350. "value" "96"
  27351. }
  27352. "tournament event id"
  27353. {
  27354. "attribute_class" "tournament_event_id"
  27355. "value" "8"
  27356. }
  27357. "tournament event team0 id"
  27358. {
  27359. "attribute_class" "tournament_event_team_id"
  27360. "value" "27"
  27361. }
  27362. }
  27363. }
  27364. "4172"
  27365. {
  27366. "item_name" "#CSGO_crate_signature_pack_cluj2015_tsolo"
  27367. "name" "crate_signature_pack_cluj2015_tsolo"
  27368. "item_description" "#CSGO_crate_signature_pack_cluj2015_tsolo_desc"
  27369. "image_inventory" "econ/weapon_cases/cluj2015_tsolo"
  27370. "prefab" "weapon_case_base"
  27371. "first_sale_date" "2015/10/20"
  27372. "attributes"
  27373. {
  27374. "set supply crate series"
  27375. {
  27376. "attribute_class" "supply_crate_series"
  27377. "value" "97"
  27378. }
  27379. "tournament event id"
  27380. {
  27381. "attribute_class" "tournament_event_id"
  27382. "value" "8"
  27383. }
  27384. "tournament event team0 id"
  27385. {
  27386. "attribute_class" "tournament_event_team_id"
  27387. "value" "58"
  27388. }
  27389. }
  27390. }
  27391. "4173"
  27392. {
  27393. "item_name" "#CSGO_crate_signature_pack_cluj2015_nv"
  27394. "name" "crate_signature_pack_cluj2015_nv"
  27395. "item_description" "#CSGO_crate_signature_pack_cluj2015_nv_desc"
  27396. "image_inventory" "econ/weapon_cases/cluj2015_nv"
  27397. "prefab" "weapon_case_base"
  27398. "first_sale_date" "2015/10/20"
  27399. "attributes"
  27400. {
  27401. "set supply crate series"
  27402. {
  27403. "attribute_class" "supply_crate_series"
  27404. "value" "98"
  27405. }
  27406. "tournament event id"
  27407. {
  27408. "attribute_class" "tournament_event_id"
  27409. "value" "8"
  27410. }
  27411. "tournament event team0 id"
  27412. {
  27413. "attribute_class" "tournament_event_team_id"
  27414. "value" "46"
  27415. }
  27416. }
  27417. }
  27418. "4174"
  27419. {
  27420. "item_name" "#CSGO_crate_signature_pack_cluj2015_fntc"
  27421. "name" "crate_signature_pack_cluj2015_fntc"
  27422. "item_description" "#CSGO_crate_signature_pack_cluj2015_fntc_desc"
  27423. "image_inventory" "econ/weapon_cases/cluj2015_fntc"
  27424. "prefab" "weapon_case_base"
  27425. "first_sale_date" "2015/10/20"
  27426. "attributes"
  27427. {
  27428. "set supply crate series"
  27429. {
  27430. "attribute_class" "supply_crate_series"
  27431. "value" "99"
  27432. }
  27433. "tournament event id"
  27434. {
  27435. "attribute_class" "tournament_event_id"
  27436. "value" "8"
  27437. }
  27438. "tournament event team0 id"
  27439. {
  27440. "attribute_class" "tournament_event_team_id"
  27441. "value" "6"
  27442. }
  27443. }
  27444. }
  27445. "4175"
  27446. {
  27447. "item_name" "#CSGO_crate_signature_pack_cluj2015_lumi"
  27448. "name" "crate_signature_pack_cluj2015_lumi"
  27449. "item_description" "#CSGO_crate_signature_pack_cluj2015_lumi_desc"
  27450. "image_inventory" "econ/weapon_cases/cluj2015_lumi"
  27451. "prefab" "weapon_case_base"
  27452. "first_sale_date" "2015/10/20"
  27453. "attributes"
  27454. {
  27455. "set supply crate series"
  27456. {
  27457. "attribute_class" "supply_crate_series"
  27458. "value" "100"
  27459. }
  27460. "tournament event id"
  27461. {
  27462. "attribute_class" "tournament_event_id"
  27463. "value" "8"
  27464. }
  27465. "tournament event team0 id"
  27466. {
  27467. "attribute_class" "tournament_event_team_id"
  27468. "value" "57"
  27469. }
  27470. }
  27471. }
  27472. "4176"
  27473. {
  27474. "item_name" "#CSGO_crate_cluj2015_promo_de_dust2"
  27475. "name" "crate_cluj2015_promo_de_dust2"
  27476. "image_inventory" "econ/weapon_cases/crate_cluj2015_promo_de_dust2"
  27477. "prefab" "weapon_case_souvenirpkg"
  27478. "attributes"
  27479. {
  27480. "set supply crate series"
  27481. {
  27482. "attribute_class" "supply_crate_series"
  27483. "value" "101"
  27484. }
  27485. "tournament event id"
  27486. {
  27487. "attribute_class" "tournament_event_id"
  27488. "value" "8"
  27489. }
  27490. }
  27491. "tags"
  27492. {
  27493. "ItemSet"
  27494. {
  27495. "tag_value" "set_dust_2"
  27496. "tag_text" "#CSGO_set_dust_2"
  27497. "tag_group" "ItemSet"
  27498. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  27499. }
  27500. }
  27501. }
  27502. "4177"
  27503. {
  27504. "item_name" "#CSGO_crate_cluj2015_promo_de_mirage"
  27505. "name" "crate_cluj2015_promo_de_mirage"
  27506. "image_inventory" "econ/weapon_cases/crate_cluj2015_promo_de_mirage"
  27507. "prefab" "weapon_case_souvenirpkg"
  27508. "attributes"
  27509. {
  27510. "set supply crate series"
  27511. {
  27512. "attribute_class" "supply_crate_series"
  27513. "value" "102"
  27514. }
  27515. "tournament event id"
  27516. {
  27517. "attribute_class" "tournament_event_id"
  27518. "value" "8"
  27519. }
  27520. }
  27521. "tags"
  27522. {
  27523. "ItemSet"
  27524. {
  27525. "tag_value" "set_mirage"
  27526. "tag_text" "#CSGO_set_mirage"
  27527. "tag_group" "ItemSet"
  27528. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  27529. }
  27530. }
  27531. }
  27532. "4178"
  27533. {
  27534. "item_name" "#CSGO_crate_cluj2015_promo_de_inferno"
  27535. "name" "crate_cluj2015_promo_de_inferno"
  27536. "image_inventory" "econ/weapon_cases/crate_cluj2015_promo_de_inferno"
  27537. "prefab" "weapon_case_souvenirpkg"
  27538. "attributes"
  27539. {
  27540. "set supply crate series"
  27541. {
  27542. "attribute_class" "supply_crate_series"
  27543. "value" "103"
  27544. }
  27545. "tournament event id"
  27546. {
  27547. "attribute_class" "tournament_event_id"
  27548. "value" "8"
  27549. }
  27550. }
  27551. "tags"
  27552. {
  27553. "ItemSet"
  27554. {
  27555. "tag_value" "set_inferno"
  27556. "tag_text" "#CSGO_set_inferno"
  27557. "tag_group" "ItemSet"
  27558. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  27559. }
  27560. }
  27561. }
  27562. "4179"
  27563. {
  27564. "item_name" "#CSGO_crate_cluj2015_promo_de_cbble"
  27565. "name" "crate_cluj2015_promo_de_cbble"
  27566. "image_inventory" "econ/weapon_cases/crate_cluj2015_promo_de_cbble"
  27567. "prefab" "weapon_case_souvenirpkg"
  27568. "attributes"
  27569. {
  27570. "set supply crate series"
  27571. {
  27572. "attribute_class" "supply_crate_series"
  27573. "value" "104"
  27574. }
  27575. "tournament event id"
  27576. {
  27577. "attribute_class" "tournament_event_id"
  27578. "value" "8"
  27579. }
  27580. }
  27581. "tags"
  27582. {
  27583. "ItemSet"
  27584. {
  27585. "tag_value" "set_cobblestone"
  27586. "tag_text" "#CSGO_set_cobblestone"
  27587. "tag_group" "ItemSet"
  27588. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  27589. }
  27590. }
  27591. }
  27592. "4180"
  27593. {
  27594. "item_name" "#CSGO_crate_cluj2015_promo_de_overpass"
  27595. "name" "crate_cluj2015_promo_de_overpass"
  27596. "image_inventory" "econ/weapon_cases/crate_cluj2015_promo_de_overpass"
  27597. "prefab" "weapon_case_souvenirpkg"
  27598. "attributes"
  27599. {
  27600. "set supply crate series"
  27601. {
  27602. "attribute_class" "supply_crate_series"
  27603. "value" "105"
  27604. }
  27605. "tournament event id"
  27606. {
  27607. "attribute_class" "tournament_event_id"
  27608. "value" "8"
  27609. }
  27610. }
  27611. "tags"
  27612. {
  27613. "ItemSet"
  27614. {
  27615. "tag_value" "set_overpass"
  27616. "tag_text" "#CSGO_set_overpass"
  27617. "tag_group" "ItemSet"
  27618. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  27619. }
  27620. }
  27621. }
  27622. "4181"
  27623. {
  27624. "item_name" "#CSGO_crate_cluj2015_promo_de_cache"
  27625. "name" "crate_cluj2015_promo_de_cache"
  27626. "image_inventory" "econ/weapon_cases/crate_cluj2015_promo_de_cache"
  27627. "prefab" "weapon_case_souvenirpkg"
  27628. "attributes"
  27629. {
  27630. "set supply crate series"
  27631. {
  27632. "attribute_class" "supply_crate_series"
  27633. "value" "106"
  27634. }
  27635. "tournament event id"
  27636. {
  27637. "attribute_class" "tournament_event_id"
  27638. "value" "8"
  27639. }
  27640. }
  27641. "tags"
  27642. {
  27643. "ItemSet"
  27644. {
  27645. "tag_value" "set_cache"
  27646. "tag_text" "#CSGO_set_cache"
  27647. "tag_group" "ItemSet"
  27648. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  27649. }
  27650. }
  27651. }
  27652. "4182"
  27653. {
  27654. "item_name" "#CSGO_crate_cluj2015_promo_de_train"
  27655. "name" "crate_cluj2015_promo_de_train"
  27656. "image_inventory" "econ/weapon_cases/crate_cluj2015_promo_de_train"
  27657. "prefab" "weapon_case_souvenirpkg"
  27658. "attributes"
  27659. {
  27660. "set supply crate series"
  27661. {
  27662. "attribute_class" "supply_crate_series"
  27663. "value" "107"
  27664. }
  27665. "tournament event id"
  27666. {
  27667. "attribute_class" "tournament_event_id"
  27668. "value" "8"
  27669. }
  27670. }
  27671. "tags"
  27672. {
  27673. "ItemSet"
  27674. {
  27675. "tag_value" "set_train"
  27676. "tag_text" "#CSGO_set_train"
  27677. "tag_group" "ItemSet"
  27678. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  27679. }
  27680. }
  27681. }
  27682. "4183"
  27683. {
  27684. "item_name" "#CSGO_crate_sticker_pack_pinups_capsule"
  27685. "name" "crate_sticker_pack_pinups_capsule"
  27686. "item_description" "#CSGO_crate_sticker_pack_pinups_capsule_desc"
  27687. "image_inventory" "econ/weapon_cases/crate_sticker_pack_pinups_capsule"
  27688. "first_sale_date" "2015/12/01"
  27689. "prefab" "weapon_case_base"
  27690. "attributes"
  27691. {
  27692. "set supply crate series"
  27693. {
  27694. "attribute_class" "supply_crate_series"
  27695. "value" "108"
  27696. }
  27697. }
  27698. "tags"
  27699. {
  27700. "StickerCapsule"
  27701. {
  27702. "tag_value" "crate_sticker_pack_pinups_capsule_lootlist"
  27703. "tag_text" "#CSGO_crate_sticker_pack_pinups_capsule"
  27704. "tag_group" "StickerCapsule"
  27705. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  27706. }
  27707. }
  27708. }
  27709. "4184"
  27710. {
  27711. "item_name" "#CSGO_crate_sticker_pack_slid3_capsule"
  27712. "name" "crate_sticker_pack_slid3_capsule"
  27713. "item_description" "#CSGO_crate_sticker_pack_slid3_capsule_desc"
  27714. "image_inventory" "econ/weapon_cases/crate_sticker_pack_slid3_capsule"
  27715. "first_sale_date" "2015/12/01"
  27716. "prefab" "weapon_case_base"
  27717. "attributes"
  27718. {
  27719. "set supply crate series"
  27720. {
  27721. "attribute_class" "supply_crate_series"
  27722. "value" "109"
  27723. }
  27724. }
  27725. "tags"
  27726. {
  27727. "StickerCapsule"
  27728. {
  27729. "tag_value" "crate_sticker_pack_slid3_capsule_lootlist"
  27730. "tag_text" "#CSGO_crate_sticker_pack_slid3_capsule"
  27731. "tag_group" "StickerCapsule"
  27732. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  27733. }
  27734. }
  27735. }
  27736. "4185"
  27737. {
  27738. "item_name" "#CSGO_crate_sticker_pack_team_roles_capsule"
  27739. "name" "crate_sticker_pack_team_roles_capsule"
  27740. "item_description" "#CSGO_crate_sticker_pack_team_roles_capsule_desc"
  27741. "image_inventory" "econ/weapon_cases/crate_sticker_pack_team_roles_capsule"
  27742. "first_sale_date" "2015/12/01"
  27743. "prefab" "weapon_case_base"
  27744. "attributes"
  27745. {
  27746. "set supply crate series"
  27747. {
  27748. "attribute_class" "supply_crate_series"
  27749. "value" "110"
  27750. }
  27751. }
  27752. "tags"
  27753. {
  27754. "StickerCapsule"
  27755. {
  27756. "tag_value" "crate_sticker_pack_team_roles_capsule_lootlist"
  27757. "tag_text" "#CSGO_crate_sticker_pack_team_roles_capsule"
  27758. "tag_group" "StickerCapsule"
  27759. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  27760. }
  27761. }
  27762. }
  27763. "4186"
  27764. {
  27765. "item_name" "#CSGO_crate_community_10"
  27766. "item_description" "#CSGO_crate_community_10_desc"
  27767. "name" "crate_community_10"
  27768. "image_inventory" "econ/weapon_cases/crate_community_10"
  27769. "prefab" "weapon_case"
  27770. "associated_items"
  27771. {
  27772. "1334" "1"
  27773. }
  27774. "tool"
  27775. {
  27776. "restriction" "crate_community_10"
  27777. }
  27778. "attributes"
  27779. {
  27780. "set supply crate series"
  27781. {
  27782. "attribute_class" "supply_crate_series"
  27783. "value" "111"
  27784. }
  27785. }
  27786. "tags"
  27787. {
  27788. "ItemSet"
  27789. {
  27790. "tag_value" "set_community_10"
  27791. "tag_text" "#CSGO_set_community_10"
  27792. "tag_group" "ItemSet"
  27793. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  27794. }
  27795. }
  27796. }
  27797. "4187"
  27798. {
  27799. "item_name" "#CSGO_crate_community_11"
  27800. "item_description" "#CSGO_crate_community_11_desc"
  27801. "name" "crate_community_11"
  27802. "image_inventory" "econ/weapon_cases/crate_community_11"
  27803. "prefab" "weapon_case"
  27804. "associated_items"
  27805. {
  27806. "7000" "1"
  27807. }
  27808. "tool"
  27809. {
  27810. "restriction" "crate_community_11"
  27811. }
  27812. "attributes"
  27813. {
  27814. "set supply crate series"
  27815. {
  27816. "attribute_class" "supply_crate_series"
  27817. "value" "112"
  27818. }
  27819. }
  27820. "tags"
  27821. {
  27822. "ItemSet"
  27823. {
  27824. "tag_value" "set_community_11"
  27825. "tag_text" "#CSGO_set_community_11"
  27826. "tag_group" "ItemSet"
  27827. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  27828. }
  27829. }
  27830. "loot_list_rare_item_footer" "#crate_community_11_unusual_lootlist"
  27831. "loot_list_rare_item_name" "#crate_community_11_unusual_itemname"
  27832. "image_unusual_item" "econ/weapon_cases/crate_community_11_rare_item"
  27833. }
  27834. "5027"
  27835. {
  27836. "name" "studded_bloodhound_gloves"
  27837. "prefab" "hands_paintable"
  27838. "model_player" "models/weapons/v_models/arms/glove_bloodhound/v_glove_bloodhound.mdl"
  27839. "item_name" "#CSGO_Wearable_t_studdedgloves"
  27840. "item_description" "#CSGO_Wearable_t_studdedgloves_Desc"
  27841. "model_world" "models/weapons/w_models/arms/w_glove_bloodhound.mdl"
  27842. "model_dropped" "models/weapons/w_models/arms/w_glove_bloodhound.mdl"
  27843. "icon_default_image" "materials/icons/inventory_icon_studded_bloodhound_gloves.vtf"
  27844. "attributes"
  27845. {
  27846. "icon display model" "models/weapons/v_models/arms/glove_bloodhound/v_glove_bloodhound_icon.mdl"
  27847. }
  27848. "used_by_classes"
  27849. {
  27850. "counter-terrorists" "1"
  27851. "terrorists" "1"
  27852. }
  27853. "paint_data"
  27854. {
  27855. "PaintableMaterial0"
  27856. {
  27857. "Name" "materials/models/weapons/v_models/arms/glove_bloodhound/glove_bloodhound_left.vmt"
  27858. "ViewmodelDim" "1024"
  27859. "WorldDim" "128"
  27860. }
  27861. "PaintableMaterial1"
  27862. {
  27863. "Name" "materials/models/weapons/v_models/arms/glove_bloodhound/glove_bloodhound_right.vmt"
  27864. "ViewmodelDim" "1024"
  27865. "WorldDim" "128"
  27866. "MirrorPattern" "1"
  27867. }
  27868. }
  27869. }
  27870. "5028"
  27871. {
  27872. "name" "t_gloves"
  27873. "prefab" "hands"
  27874. "model_player" "models/weapons/v_models/arms/glove_fingerless/v_glove_fingerless.mdl"
  27875. "item_name" "#CSGO_Wearable_t_defaultgloves"
  27876. "item_description" "#CSGO_Wearable_t_defaultgloves_Desc"
  27877. "image_inventory" "econ/weapons/base_weapons/t_gloves"
  27878. "used_by_classes"
  27879. {
  27880. "terrorists" "1"
  27881. }
  27882. "attributes"
  27883. {
  27884. "icon display model" "models/weapons/v_models/arms/glove_fingerless/v_glove_fingerless_icon.mdl"
  27885. }
  27886. "baseitem" "1"
  27887. "default_slot_item" "1"
  27888. }
  27889. "5029"
  27890. {
  27891. "name" "ct_gloves"
  27892. "prefab" "hands"
  27893. "model_player" "models/weapons/v_models/arms/glove_hardknuckle/v_glove_hardknuckle.mdl"
  27894. "item_name" "#CSGO_Wearable_ct_defaultgloves"
  27895. "item_description" "#CSGO_Wearable_ct_defaultgloves_Desc"
  27896. "image_inventory" "econ/weapons/base_weapons/ct_gloves"
  27897. "used_by_classes"
  27898. {
  27899. "counter-terrorists" "1"
  27900. }
  27901. "attributes"
  27902. {
  27903. "icon display model" "models/weapons/v_models/arms/glove_hardknuckle/v_glove_ct_hardknuckle_icon.mdl"
  27904. }
  27905. "baseitem" "1"
  27906. "default_slot_item" "1"
  27907. }
  27908. "5030"
  27909. {
  27910. "name" "sporty_gloves"
  27911. "prefab" "hands_paintable"
  27912. "model_player" "models/weapons/v_models/arms/glove_sporty/v_glove_sporty.mdl"
  27913. "item_name" "#CSGO_Wearable_v_sporty_glove"
  27914. "item_description" "#CSGO_Wearable_v_sporty_glove_Desc"
  27915. "model_world" "models/weapons/w_models/arms/w_glove_sporty.mdl"
  27916. "model_dropped" "models/weapons/w_models/arms/w_glove_sporty.mdl"
  27917. "icon_default_image" "materials/icons/inventory_icon_sporty_gloves.vtf"
  27918. "used_by_classes"
  27919. {
  27920. "counter-terrorists" "1"
  27921. "terrorists" "1"
  27922. }
  27923. "attributes"
  27924. {
  27925. "icon display model" "models/weapons/v_models/arms/glove_sporty/v_glove_sporty_icon.mdl"
  27926. }
  27927. "paint_data"
  27928. {
  27929. "PaintableMaterial0"
  27930. {
  27931. "Name" "materials/models/weapons/v_models/arms/glove_sporty/glove_sporty_left.vmt"
  27932. "ViewmodelDim" "1024"
  27933. "WorldDim" "128"
  27934. }
  27935. "PaintableMaterial1"
  27936. {
  27937. "Name" "materials/models/weapons/v_models/arms/glove_sporty/glove_sporty_right.vmt"
  27938. "ViewmodelDim" "1024"
  27939. "WorldDim" "128"
  27940. "MirrorPattern" "1"
  27941. }
  27942. }
  27943. }
  27944. "5031"
  27945. {
  27946. "name" "slick_gloves"
  27947. "prefab" "hands_paintable"
  27948. "model_player" "models/weapons/v_models/arms/glove_slick/v_glove_slick.mdl"
  27949. "item_name" "#CSGO_Wearable_v_slick_glove"
  27950. "item_description" "#CSGO_Wearable_v_slick_glove_Desc"
  27951. "model_world" "models/weapons/w_models/arms/w_glove_slick.mdl"
  27952. "model_dropped" "models/weapons/w_models/arms/w_glove_slick.mdl"
  27953. "icon_default_image" "materials/icons/inventory_icon_sporty_gloves.vtf"
  27954. "used_by_classes"
  27955. {
  27956. "counter-terrorists" "1"
  27957. "terrorists" "1"
  27958. }
  27959. "attributes"
  27960. {
  27961. "icon display model" "models/weapons/v_models/arms/glove_slick/v_glove_slick_icon.mdl"
  27962. }
  27963. "paint_data"
  27964. {
  27965. "PaintableMaterial0"
  27966. {
  27967. "Name" "materials/models/weapons/v_models/arms/glove_slick/glove_slick_left.vmt"
  27968. "ViewmodelDim" "1024"
  27969. "WorldDim" "128"
  27970. }
  27971. "PaintableMaterial1"
  27972. {
  27973. "Name" "materials/models/weapons/v_models/arms/glove_slick/glove_slick_right.vmt"
  27974. "ViewmodelDim" "1024"
  27975. "WorldDim" "128"
  27976. "MirrorPattern" "1"
  27977. }
  27978. }
  27979. }
  27980. "5032"
  27981. {
  27982. "name" "leather_handwraps"
  27983. "prefab" "hands_paintable"
  27984. "model_player" "models/weapons/v_models/arms/glove_handwrap_leathery/v_glove_handwrap_leathery.mdl"
  27985. "item_name" "#CSGO_Wearable_v_leather_handwrap"
  27986. "item_description" "#CSGO_Wearable_v_leather_handwrap_Desc"
  27987. "model_world" "models/weapons/w_models/arms/w_glove_handwrap_leathery.mdl"
  27988. "model_dropped" "models/weapons/w_models/arms/w_glove_handwrap_leathery.mdl"
  27989. "icon_default_image" "materials/icons/inventory_icon_leather_handwraps.vtf"
  27990. "used_by_classes"
  27991. {
  27992. "counter-terrorists" "1"
  27993. "terrorists" "1"
  27994. }
  27995. "attributes"
  27996. {
  27997. "icon display model" "models/weapons/v_models/arms/glove_handwrap_leathery/glove_handwrap_leathery_icon.mdl"
  27998. }
  27999. "paint_data"
  28000. {
  28001. "PaintableMaterial0"
  28002. {
  28003. "Name" "materials/models/weapons/v_models/arms/glove_handwrap_leathery/glove_handwrap_leathery_left.vmt"
  28004. "ViewmodelDim" "1024"
  28005. "WorldDim" "128"
  28006. }
  28007. "PaintableMaterial1"
  28008. {
  28009. "Name" "materials/models/weapons/v_models/arms/glove_handwrap_leathery/glove_handwrap_leathery_right.vmt"
  28010. "ViewmodelDim" "1024"
  28011. "WorldDim" "128"
  28012. "MirrorPattern" "1"
  28013. }
  28014. }
  28015. }
  28016. "5033"
  28017. {
  28018. "name" "motorcycle_gloves"
  28019. "prefab" "hands_paintable"
  28020. "model_player" "models/weapons/v_models/arms/glove_motorcycle/v_glove_motorcycle.mdl"
  28021. "item_name" "#CSGO_Wearable_v_motorcycle_glove"
  28022. "item_description" "#CSGO_Wearable_v_motorcycle_glove_Desc"
  28023. "model_world" "models/weapons/w_models/arms/w_glove_motorcycle.mdl"
  28024. "model_dropped" "models/weapons/w_models/arms/w_glove_motorcycle.mdl"
  28025. "icon_default_image" "materials/icons/inventory_icon_motorcycle_gloves.vtf"
  28026. "used_by_classes"
  28027. {
  28028. "counter-terrorists" "1"
  28029. "terrorists" "1"
  28030. }
  28031. "attributes"
  28032. {
  28033. "icon display model" "models/weapons/v_models/arms/glove_motorcycle/v_glove_motorcycle_icon.mdl"
  28034. }
  28035. "paint_data"
  28036. {
  28037. "PaintableMaterial0"
  28038. {
  28039. "Name" "materials/models/weapons/v_models/arms/glove_motorcycle/glove_motorcycle_left.vmt"
  28040. "ViewmodelDim" "1024"
  28041. "WorldDim" "128"
  28042. }
  28043. "PaintableMaterial1"
  28044. {
  28045. "Name" "materials/models/weapons/v_models/arms/glove_motorcycle/glove_motorcycle_right.vmt"
  28046. "ViewmodelDim" "1024"
  28047. "WorldDim" "128"
  28048. "MirrorPattern" "1"
  28049. }
  28050. }
  28051. }
  28052. "5034"
  28053. {
  28054. "name" "specialist_gloves"
  28055. "prefab" "hands_paintable"
  28056. "model_player" "models/weapons/v_models/arms/glove_specialist/v_glove_specialist.mdl"
  28057. "item_name" "#CSGO_Wearable_v_specialist_glove"
  28058. "item_description" "#CSGO_Wearable_v_specialist_glove_Desc"
  28059. "model_world" "models/weapons/w_models/arms/w_glove_specialist.mdl"
  28060. "model_dropped" "models/weapons/w_models/arms/w_glove_specialist.mdl"
  28061. "icon_default_image" "materials/icons/inventory_icon_specialist_gloves.vtf"
  28062. "used_by_classes"
  28063. {
  28064. "counter-terrorists" "1"
  28065. "terrorists" "1"
  28066. }
  28067. "attributes"
  28068. {
  28069. "icon display model" "models/weapons/v_models/arms/glove_specialist/v_glove_specialist_icon.mdl"
  28070. }
  28071. "paint_data"
  28072. {
  28073. "PaintableMaterial0"
  28074. {
  28075. "Name" "materials/models/weapons/v_models/arms/glove_specialist/glove_specialist_left.vmt"
  28076. "ViewmodelDim" "1024"
  28077. "WorldDim" "128"
  28078. }
  28079. "PaintableMaterial1"
  28080. {
  28081. "Name" "materials/models/weapons/v_models/arms/glove_specialist/glove_specialist_right.vmt"
  28082. "ViewmodelDim" "1024"
  28083. "WorldDim" "128"
  28084. "MirrorPattern" "1"
  28085. }
  28086. }
  28087. }
  28088. "5035"
  28089. {
  28090. "name" "studded_hydra_gloves"
  28091. "prefab" "hands_paintable"
  28092. "model_player" "models/weapons/v_models/arms/glove_bloodhound/v_glove_bloodhound_hydra.mdl"
  28093. "item_name" "#CSGO_Wearable_t_studded_hydra_gloves"
  28094. "item_description" "#CSGO_Wearable_t_studded_hydra_gloves_Desc"
  28095. "model_world" "models/weapons/w_models/arms/w_glove_bloodhound_hydra.mdl"
  28096. "model_dropped" "models/weapons/w_models/arms/w_glove_bloodhound_hydra.mdl"
  28097. "icon_default_image" "materials/icons/inventory_icon_studded_bloodhound_gloves.vtf"
  28098. "attributes"
  28099. {
  28100. "icon display model" "models/weapons/v_models/arms/glove_bloodhound/v_glove_bloodhound_hydra_icon.mdl"
  28101. }
  28102. "used_by_classes"
  28103. {
  28104. "counter-terrorists" "1"
  28105. "terrorists" "1"
  28106. }
  28107. "paint_data"
  28108. {
  28109. "PaintableMaterial0"
  28110. {
  28111. "Name" "materials/models/weapons/v_models/arms/glove_bloodhound/glove_hydra_left.vmt"
  28112. "ViewmodelDim" "1024"
  28113. "WorldDim" "128"
  28114. }
  28115. "PaintableMaterial1"
  28116. {
  28117. "Name" "materials/models/weapons/v_models/arms/glove_bloodhound/glove_hydra_right.vmt"
  28118. "ViewmodelDim" "1024"
  28119. "WorldDim" "128"
  28120. "MirrorPattern" "1"
  28121. }
  28122. }
  28123. }
  28124. "6001"
  28125. {
  28126. "name" "Collectible Pin - Dust II"
  28127. "prefab" "attendance_pin"
  28128. "item_rarity" "ancient"
  28129. "item_name" "#CSGO_Collectible_Pin_DustII"
  28130. "item_description" "#CSGO_Collectible_Pin_DustII_Desc"
  28131. "image_inventory" "econ/status_icons/collectible_pin_dust2"
  28132. "attributes"
  28133. {
  28134. "pedestal display model" "models/inventory_items/collectible_pin_dust2.mdl"
  28135. }
  28136. }
  28137. "6002"
  28138. {
  28139. "name" "Collectible Pin - Guardian Elite"
  28140. "prefab" "attendance_pin"
  28141. "item_rarity" "ancient"
  28142. "item_name" "#CSGO_Collectible_Pin_GuardianElite"
  28143. "item_description" "#CSGO_Collectible_Pin_GuardianElite_Desc"
  28144. "image_inventory" "econ/status_icons/collectible_pin_guardianelite"
  28145. "attributes"
  28146. {
  28147. "pedestal display model" "models/inventory_items/collectible_pin_guardianelite.mdl"
  28148. }
  28149. }
  28150. "6003"
  28151. {
  28152. "name" "Collectible Pin - Mirage"
  28153. "prefab" "attendance_pin"
  28154. "item_rarity" "legendary"
  28155. "item_name" "#CSGO_Collectible_Pin_Mirage"
  28156. "item_description" "#CSGO_Collectible_Pin_Mirage_Desc"
  28157. "image_inventory" "econ/status_icons/collectible_pin_mirage"
  28158. "attributes"
  28159. {
  28160. "pedestal display model" "models/inventory_items/collectible_pin_mirage.mdl"
  28161. }
  28162. }
  28163. "6004"
  28164. {
  28165. "name" "Collectible Pin - Inferno"
  28166. "prefab" "attendance_pin"
  28167. "item_rarity" "legendary"
  28168. "item_name" "#CSGO_Collectible_Pin_Inferno"
  28169. "item_description" "#CSGO_Collectible_Pin_Inferno_Desc"
  28170. "image_inventory" "econ/status_icons/collectible_pin_inferno"
  28171. "attributes"
  28172. {
  28173. "pedestal display model" "models/inventory_items/collectible_pin_inferno.mdl"
  28174. }
  28175. }
  28176. "6005"
  28177. {
  28178. "name" "Collectible Pin - Italy"
  28179. "prefab" "attendance_pin"
  28180. "item_rarity" "mythical"
  28181. "item_name" "#CSGO_Collectible_Pin_Italy"
  28182. "item_description" "#CSGO_Collectible_Pin_Italy_Desc"
  28183. "image_inventory" "econ/status_icons/collectible_pin_italy"
  28184. "attributes"
  28185. {
  28186. "pedestal display model" "models/inventory_items/collectible_pin_italy.mdl"
  28187. }
  28188. }
  28189. "6006"
  28190. {
  28191. "name" "Collectible Pin - Victory"
  28192. "prefab" "attendance_pin"
  28193. "item_rarity" "mythical"
  28194. "item_name" "#CSGO_Collectible_Pin_Victory"
  28195. "item_description" "#CSGO_Collectible_Pin_Victory_Desc"
  28196. "image_inventory" "econ/status_icons/collectible_pin_victory"
  28197. "attributes"
  28198. {
  28199. "pedestal display model" "models/inventory_items/collectible_pin_victory.mdl"
  28200. }
  28201. }
  28202. "6007"
  28203. {
  28204. "name" "Collectible Pin - Militia"
  28205. "prefab" "attendance_pin"
  28206. "item_rarity" "mythical"
  28207. "item_name" "#CSGO_Collectible_Pin_Militia"
  28208. "item_description" "#CSGO_Collectible_Pin_Militia_Desc"
  28209. "image_inventory" "econ/status_icons/collectible_pin_militia"
  28210. "attributes"
  28211. {
  28212. "pedestal display model" "models/inventory_items/collectible_pin_militia.mdl"
  28213. }
  28214. }
  28215. "6008"
  28216. {
  28217. "name" "Collectible Pin - Nuke"
  28218. "prefab" "attendance_pin"
  28219. "item_rarity" "rare"
  28220. "item_name" "#CSGO_Collectible_Pin_Nuke"
  28221. "item_description" "#CSGO_Collectible_Pin_Nuke_Desc"
  28222. "image_inventory" "econ/status_icons/collectible_pin_nuke"
  28223. "attributes"
  28224. {
  28225. "pedestal display model" "models/inventory_items/collectible_pin_nuke.mdl"
  28226. }
  28227. }
  28228. "6009"
  28229. {
  28230. "name" "Collectible Pin - Train"
  28231. "prefab" "attendance_pin"
  28232. "item_rarity" "rare"
  28233. "item_name" "#CSGO_Collectible_Pin_Train"
  28234. "item_description" "#CSGO_Collectible_Pin_Train_Desc"
  28235. "image_inventory" "econ/status_icons/collectible_pin_train"
  28236. "attributes"
  28237. {
  28238. "pedestal display model" "models/inventory_items/collectible_pin_train.mdl"
  28239. }
  28240. }
  28241. "6010"
  28242. {
  28243. "name" "Collectible Pin - Guardian"
  28244. "prefab" "attendance_pin"
  28245. "item_rarity" "rare"
  28246. "item_name" "#CSGO_Collectible_Pin_Guardian"
  28247. "item_description" "#CSGO_Collectible_Pin_Guardian_Desc"
  28248. "image_inventory" "econ/status_icons/collectible_pin_guardian"
  28249. "attributes"
  28250. {
  28251. "pedestal display model" "models/inventory_items/collectible_pin_guardian.mdl"
  28252. }
  28253. }
  28254. "6011"
  28255. {
  28256. "name" "Collectible Pin - Tactics"
  28257. "prefab" "attendance_pin"
  28258. "item_rarity" "rare"
  28259. "item_name" "#CSGO_Collectible_Pin_Tactics"
  28260. "item_description" "#CSGO_Collectible_Pin_Tactics_Desc"
  28261. "image_inventory" "econ/status_icons/collectible_pin_tactics"
  28262. "attributes"
  28263. {
  28264. "pedestal display model" "models/inventory_items/collectible_pin_tactics.mdl"
  28265. }
  28266. }
  28267. "6012"
  28268. {
  28269. "name" "Collectible Pin - Guardian 2"
  28270. "prefab" "attendance_pin"
  28271. "item_rarity" "rare"
  28272. "item_name" "#CSGO_Collectible_Pin_guardian_2"
  28273. "item_description" "#CSGO_Collectible_Pin_guardian_2_desc"
  28274. "image_inventory" "econ/status_icons/collectible_pin_guardian_2"
  28275. "attributes"
  28276. {
  28277. "pedestal display model" "models/inventory_items/collectible_pin_guardian_2.mdl"
  28278. }
  28279. }
  28280. "6112"
  28281. {
  28282. "name" "Commodity Pin - Guardian 2"
  28283. "prefab" "commodity_pin"
  28284. "item_rarity" "rare"
  28285. "item_name" "#CSGO_Collectible_Pin_guardian_2"
  28286. "item_description" "#CSGO_Collectible_Pin_guardian_2_desc"
  28287. "image_inventory" "econ/status_icons/collectible_pin_guardian_2"
  28288. "attributes"
  28289. {
  28290. "pedestal display model" "models/inventory_items/collectible_pin_guardian_2.mdl"
  28291. "upgrade threshold" "6012"
  28292. }
  28293. }
  28294. "6013"
  28295. {
  28296. "name" "Collectible Pin - Bravo"
  28297. "prefab" "attendance_pin"
  28298. "item_rarity" "rare"
  28299. "item_name" "#CSGO_Collectible_Pin_bravo"
  28300. "item_description" "#CSGO_Collectible_Pin_bravo_desc"
  28301. "image_inventory" "econ/status_icons/collectible_pin_bravo"
  28302. "attributes"
  28303. {
  28304. "pedestal display model" "models/inventory_items/collectible_pin_bravo.mdl"
  28305. }
  28306. }
  28307. "6113"
  28308. {
  28309. "name" "Commodity Pin - Bravo"
  28310. "prefab" "commodity_pin"
  28311. "item_rarity" "rare"
  28312. "item_name" "#CSGO_Collectible_Pin_bravo"
  28313. "item_description" "#CSGO_Collectible_Pin_bravo_desc"
  28314. "image_inventory" "econ/status_icons/collectible_pin_bravo"
  28315. "attributes"
  28316. {
  28317. "pedestal display model" "models/inventory_items/collectible_pin_bravo.mdl"
  28318. "upgrade threshold" "6013"
  28319. }
  28320. }
  28321. "6014"
  28322. {
  28323. "name" "Collectible Pin - Baggage"
  28324. "prefab" "attendance_pin"
  28325. "item_rarity" "rare"
  28326. "item_name" "#CSGO_Collectible_Pin_baggage"
  28327. "item_description" "#CSGO_Collectible_Pin_baggage_desc"
  28328. "image_inventory" "econ/status_icons/collectible_pin_baggage"
  28329. "attributes"
  28330. {
  28331. "pedestal display model" "models/inventory_items/collectible_pin_baggage.mdl"
  28332. }
  28333. }
  28334. "6114"
  28335. {
  28336. "name" "Commodity Pin - Baggage"
  28337. "prefab" "commodity_pin"
  28338. "item_rarity" "rare"
  28339. "item_name" "#CSGO_Collectible_Pin_baggage"
  28340. "item_description" "#CSGO_Collectible_Pin_baggage_desc"
  28341. "image_inventory" "econ/status_icons/collectible_pin_baggage"
  28342. "attributes"
  28343. {
  28344. "pedestal display model" "models/inventory_items/collectible_pin_baggage.mdl"
  28345. "upgrade threshold" "6014"
  28346. }
  28347. }
  28348. "6015"
  28349. {
  28350. "name" "Collectible Pin - Phoenix"
  28351. "prefab" "attendance_pin"
  28352. "item_rarity" "rare"
  28353. "item_name" "#CSGO_Collectible_Pin_phoenix"
  28354. "item_description" "#CSGO_Collectible_Pin_phoenix_desc"
  28355. "image_inventory" "econ/status_icons/collectible_pin_phoenix"
  28356. "attributes"
  28357. {
  28358. "pedestal display model" "models/inventory_items/collectible_pin_phoenix.mdl"
  28359. }
  28360. }
  28361. "6115"
  28362. {
  28363. "name" "Commodity Pin - Phoenix"
  28364. "prefab" "commodity_pin"
  28365. "item_rarity" "rare"
  28366. "item_name" "#CSGO_Collectible_Pin_phoenix"
  28367. "item_description" "#CSGO_Collectible_Pin_phoenix_desc"
  28368. "image_inventory" "econ/status_icons/collectible_pin_phoenix"
  28369. "attributes"
  28370. {
  28371. "pedestal display model" "models/inventory_items/collectible_pin_phoenix.mdl"
  28372. "upgrade threshold" "6015"
  28373. }
  28374. }
  28375. "6016"
  28376. {
  28377. "name" "Collectible Pin - Office"
  28378. "prefab" "attendance_pin"
  28379. "item_rarity" "mythical"
  28380. "item_name" "#CSGO_Collectible_Pin_office"
  28381. "item_description" "#CSGO_Collectible_Pin_office_desc"
  28382. "image_inventory" "econ/status_icons/collectible_pin_office"
  28383. "attributes"
  28384. {
  28385. "pedestal display model" "models/inventory_items/collectible_pin_office.mdl"
  28386. }
  28387. }
  28388. "6116"
  28389. {
  28390. "name" "Commodity Pin - Office"
  28391. "prefab" "commodity_pin"
  28392. "item_rarity" "mythical"
  28393. "item_name" "#CSGO_Collectible_Pin_office"
  28394. "item_description" "#CSGO_Collectible_Pin_office_desc"
  28395. "image_inventory" "econ/status_icons/collectible_pin_office"
  28396. "attributes"
  28397. {
  28398. "pedestal display model" "models/inventory_items/collectible_pin_office.mdl"
  28399. "upgrade threshold" "6016"
  28400. }
  28401. }
  28402. "6017"
  28403. {
  28404. "name" "Collectible Pin - Cobblestone"
  28405. "prefab" "attendance_pin"
  28406. "item_rarity" "mythical"
  28407. "item_name" "#CSGO_Collectible_Pin_cobblestone"
  28408. "item_description" "#CSGO_Collectible_Pin_cobblestone_desc"
  28409. "image_inventory" "econ/status_icons/collectible_pin_cobblestone"
  28410. "attributes"
  28411. {
  28412. "pedestal display model" "models/inventory_items/collectible_pin_cobblestone.mdl"
  28413. }
  28414. }
  28415. "6117"
  28416. {
  28417. "name" "Commodity Pin - Cobblestone"
  28418. "prefab" "commodity_pin"
  28419. "item_rarity" "mythical"
  28420. "item_name" "#CSGO_Collectible_Pin_cobblestone"
  28421. "item_description" "#CSGO_Collectible_Pin_cobblestone_desc"
  28422. "image_inventory" "econ/status_icons/collectible_pin_cobblestone"
  28423. "attributes"
  28424. {
  28425. "pedestal display model" "models/inventory_items/collectible_pin_cobblestone.mdl"
  28426. "upgrade threshold" "6017"
  28427. }
  28428. }
  28429. "6018"
  28430. {
  28431. "name" "Collectible Pin - Overpass"
  28432. "prefab" "attendance_pin"
  28433. "item_rarity" "mythical"
  28434. "item_name" "#CSGO_Collectible_Pin_overpass"
  28435. "item_description" "#CSGO_Collectible_Pin_overpass_desc"
  28436. "image_inventory" "econ/status_icons/collectible_pin_overpass"
  28437. "attributes"
  28438. {
  28439. "pedestal display model" "models/inventory_items/collectible_pin_overpass.mdl"
  28440. }
  28441. }
  28442. "6118"
  28443. {
  28444. "name" "Commodity Pin - Overpass"
  28445. "prefab" "commodity_pin"
  28446. "item_rarity" "mythical"
  28447. "item_name" "#CSGO_Collectible_Pin_overpass"
  28448. "item_description" "#CSGO_Collectible_Pin_overpass_desc"
  28449. "image_inventory" "econ/status_icons/collectible_pin_overpass"
  28450. "attributes"
  28451. {
  28452. "pedestal display model" "models/inventory_items/collectible_pin_overpass.mdl"
  28453. "upgrade threshold" "6018"
  28454. }
  28455. }
  28456. "6019"
  28457. {
  28458. "name" "Collectible Pin - Bloodhound"
  28459. "prefab" "attendance_pin"
  28460. "item_rarity" "legendary"
  28461. "item_name" "#CSGO_Collectible_Pin_bloodhound"
  28462. "item_description" "#CSGO_Collectible_Pin_bloodhound_desc"
  28463. "image_inventory" "econ/status_icons/collectible_pin_bloodhound"
  28464. "attributes"
  28465. {
  28466. "pedestal display model" "models/inventory_items/collectible_pin_bloodhound.mdl"
  28467. }
  28468. }
  28469. "6119"
  28470. {
  28471. "name" "Commodity Pin - Bloodhound"
  28472. "prefab" "commodity_pin"
  28473. "item_rarity" "legendary"
  28474. "item_name" "#CSGO_Collectible_Pin_bloodhound"
  28475. "item_description" "#CSGO_Collectible_Pin_bloodhound_desc"
  28476. "image_inventory" "econ/status_icons/collectible_pin_bloodhound"
  28477. "attributes"
  28478. {
  28479. "pedestal display model" "models/inventory_items/collectible_pin_bloodhound.mdl"
  28480. "upgrade threshold" "6019"
  28481. }
  28482. }
  28483. "6020"
  28484. {
  28485. "name" "Collectible Pin - Cache"
  28486. "prefab" "attendance_pin"
  28487. "item_rarity" "legendary"
  28488. "item_name" "#CSGO_Collectible_Pin_cache"
  28489. "item_description" "#CSGO_Collectible_Pin_cache_desc"
  28490. "image_inventory" "econ/status_icons/collectible_pin_cache"
  28491. "attributes"
  28492. {
  28493. "pedestal display model" "models/inventory_items/collectible_pin_cache.mdl"
  28494. }
  28495. }
  28496. "6120"
  28497. {
  28498. "name" "Commodity Pin - Cache"
  28499. "prefab" "commodity_pin"
  28500. "item_rarity" "legendary"
  28501. "item_name" "#CSGO_Collectible_Pin_cache"
  28502. "item_description" "#CSGO_Collectible_Pin_cache_desc"
  28503. "image_inventory" "econ/status_icons/collectible_pin_cache"
  28504. "attributes"
  28505. {
  28506. "pedestal display model" "models/inventory_items/collectible_pin_cache.mdl"
  28507. "upgrade threshold" "6020"
  28508. }
  28509. }
  28510. "6021"
  28511. {
  28512. "name" "Collectible Pin - Valeria"
  28513. "prefab" "attendance_pin"
  28514. "item_rarity" "ancient"
  28515. "item_name" "#CSGO_Collectible_Pin_valeria"
  28516. "item_description" "#CSGO_Collectible_Pin_valeria_desc"
  28517. "image_inventory" "econ/status_icons/collectible_pin_valeria"
  28518. "attributes"
  28519. {
  28520. "pedestal display model" "models/inventory_items/collectible_pin_valeria.mdl"
  28521. }
  28522. }
  28523. "6121"
  28524. {
  28525. "name" "Commodity Pin - Valeria"
  28526. "prefab" "commodity_pin"
  28527. "item_rarity" "ancient"
  28528. "item_name" "#CSGO_Collectible_Pin_valeria"
  28529. "item_description" "#CSGO_Collectible_Pin_valeria_desc"
  28530. "image_inventory" "econ/status_icons/collectible_pin_valeria"
  28531. "attributes"
  28532. {
  28533. "pedestal display model" "models/inventory_items/collectible_pin_valeria.mdl"
  28534. "upgrade threshold" "6021"
  28535. }
  28536. }
  28537. "6022"
  28538. {
  28539. "name" "Collectible Pin - Chroma"
  28540. "prefab" "attendance_pin"
  28541. "item_rarity" "ancient"
  28542. "item_name" "#CSGO_Collectible_Pin_chroma"
  28543. "item_description" "#CSGO_Collectible_Pin_chroma_desc"
  28544. "image_inventory" "econ/status_icons/collectible_pin_chroma"
  28545. "attributes"
  28546. {
  28547. "pedestal display model" "models/inventory_items/collectible_pin_chroma.mdl"
  28548. }
  28549. }
  28550. "6122"
  28551. {
  28552. "name" "Commodity Pin - Chroma"
  28553. "prefab" "commodity_pin"
  28554. "item_rarity" "ancient"
  28555. "item_name" "#CSGO_Collectible_Pin_chroma"
  28556. "item_description" "#CSGO_Collectible_Pin_chroma_desc"
  28557. "image_inventory" "econ/status_icons/collectible_pin_chroma"
  28558. "attributes"
  28559. {
  28560. "pedestal display model" "models/inventory_items/collectible_pin_chroma.mdl"
  28561. "upgrade threshold" "6022"
  28562. }
  28563. }
  28564. "6023"
  28565. {
  28566. "name" "Collectible Pin - Guardian 3"
  28567. "prefab" "attendance_pin"
  28568. "item_rarity" "rare"
  28569. "item_name" "#CSGO_Collectible_Pin_guardian_3"
  28570. "item_description" "#CSGO_Collectible_Pin_guardian_3_desc"
  28571. "image_inventory" "econ/status_icons/collectible_pin_guardian_3"
  28572. "attributes"
  28573. {
  28574. "pedestal display model" "models/inventory_items/collectible_pin_guardian_3.mdl"
  28575. }
  28576. }
  28577. "6123"
  28578. {
  28579. "name" "Commodity Pin - Guardian 3"
  28580. "prefab" "commodity_pin"
  28581. "item_rarity" "rare"
  28582. "item_name" "#CSGO_Collectible_Pin_guardian_3"
  28583. "item_description" "#CSGO_Collectible_Pin_guardian_3_desc"
  28584. "image_inventory" "econ/status_icons/collectible_pin_guardian_3"
  28585. "attributes"
  28586. {
  28587. "pedestal display model" "models/inventory_items/collectible_pin_guardian_3.mdl"
  28588. "upgrade threshold" "6023"
  28589. }
  28590. }
  28591. "6024"
  28592. {
  28593. "name" "Collectible Pin - Canals"
  28594. "prefab" "attendance_pin"
  28595. "item_rarity" "rare"
  28596. "item_name" "#CSGO_Collectible_Pin_canals"
  28597. "item_description" "#CSGO_Collectible_Pin_canals_desc"
  28598. "image_inventory" "econ/status_icons/collectible_pin_canals"
  28599. "attributes"
  28600. {
  28601. "pedestal display model" "models/inventory_items/collectible_pin_canals.mdl"
  28602. }
  28603. }
  28604. "6124"
  28605. {
  28606. "name" "Commodity Pin - Canals"
  28607. "prefab" "commodity_pin"
  28608. "item_rarity" "rare"
  28609. "item_name" "#CSGO_Collectible_Pin_canals"
  28610. "item_description" "#CSGO_Collectible_Pin_canals_desc"
  28611. "image_inventory" "econ/status_icons/collectible_pin_canals"
  28612. "attributes"
  28613. {
  28614. "pedestal display model" "models/inventory_items/collectible_pin_canals.mdl"
  28615. "upgrade threshold" "6024"
  28616. }
  28617. }
  28618. "6025"
  28619. {
  28620. "name" "Collectible Pin - Welcome to the Clutch"
  28621. "prefab" "attendance_pin"
  28622. "item_rarity" "rare"
  28623. "item_name" "#CSGO_Collectible_Pin_welcome_to_the_clutch"
  28624. "item_description" "#CSGO_Collectible_Pin_welcome_to_the_clutch_desc"
  28625. "image_inventory" "econ/status_icons/collectible_pin_welcome_to_the_clutch"
  28626. "attributes"
  28627. {
  28628. "pedestal display model" "models/inventory_items/collectible_pin_welcome_to_the_clutch.mdl"
  28629. }
  28630. }
  28631. "6125"
  28632. {
  28633. "name" "Commodity Pin - Welcome to the Clutch"
  28634. "prefab" "commodity_pin"
  28635. "item_rarity" "rare"
  28636. "item_name" "#CSGO_Collectible_Pin_welcome_to_the_clutch"
  28637. "item_description" "#CSGO_Collectible_Pin_welcome_to_the_clutch_desc"
  28638. "image_inventory" "econ/status_icons/collectible_pin_welcome_to_the_clutch"
  28639. "attributes"
  28640. {
  28641. "pedestal display model" "models/inventory_items/collectible_pin_welcome_to_the_clutch.mdl"
  28642. "upgrade threshold" "6025"
  28643. }
  28644. }
  28645. "6026"
  28646. {
  28647. "name" "Collectible Pin - Death Sentence"
  28648. "prefab" "attendance_pin"
  28649. "item_rarity" "rare"
  28650. "item_name" "#CSGO_Collectible_Pin_death_sentence"
  28651. "item_description" "#CSGO_Collectible_Pin_death_sentence_desc"
  28652. "image_inventory" "econ/status_icons/collectible_pin_death_sentence"
  28653. "attributes"
  28654. {
  28655. "pedestal display model" "models/inventory_items/collectible_pin_death_sentence.mdl"
  28656. }
  28657. }
  28658. "6126"
  28659. {
  28660. "name" "Commodity Pin - Death Sentence"
  28661. "prefab" "commodity_pin"
  28662. "item_rarity" "rare"
  28663. "item_name" "#CSGO_Collectible_Pin_death_sentence"
  28664. "item_description" "#CSGO_Collectible_Pin_death_sentence_desc"
  28665. "image_inventory" "econ/status_icons/collectible_pin_death_sentence"
  28666. "attributes"
  28667. {
  28668. "pedestal display model" "models/inventory_items/collectible_pin_death_sentence.mdl"
  28669. "upgrade threshold" "6026"
  28670. }
  28671. }
  28672. "6027"
  28673. {
  28674. "name" "Collectible Pin - Inferno 2"
  28675. "prefab" "attendance_pin"
  28676. "item_rarity" "mythical"
  28677. "item_name" "#CSGO_Collectible_Pin_inferno_2"
  28678. "item_description" "#CSGO_Collectible_Pin_inferno_2_desc"
  28679. "image_inventory" "econ/status_icons/collectible_pin_inferno_2"
  28680. "attributes"
  28681. {
  28682. "pedestal display model" "models/inventory_items/collectible_pin_inferno_2.mdl"
  28683. }
  28684. }
  28685. "6127"
  28686. {
  28687. "name" "Commodity Pin - Inferno 2"
  28688. "prefab" "commodity_pin"
  28689. "item_rarity" "mythical"
  28690. "item_name" "#CSGO_Collectible_Pin_inferno_2"
  28691. "item_description" "#CSGO_Collectible_Pin_inferno_2_desc"
  28692. "image_inventory" "econ/status_icons/collectible_pin_inferno_2"
  28693. "attributes"
  28694. {
  28695. "pedestal display model" "models/inventory_items/collectible_pin_inferno_2.mdl"
  28696. "upgrade threshold" "6027"
  28697. }
  28698. }
  28699. "6028"
  28700. {
  28701. "name" "Collectible Pin - Wildfire"
  28702. "prefab" "attendance_pin"
  28703. "item_rarity" "mythical"
  28704. "item_name" "#CSGO_Collectible_Pin_wildfire"
  28705. "item_description" "#CSGO_Collectible_Pin_wildfire_desc"
  28706. "image_inventory" "econ/status_icons/collectible_pin_wildfire"
  28707. "attributes"
  28708. {
  28709. "pedestal display model" "models/inventory_items/collectible_pin_wildfire.mdl"
  28710. }
  28711. }
  28712. "6128"
  28713. {
  28714. "name" "Commodity Pin - Wildfire"
  28715. "prefab" "commodity_pin"
  28716. "item_rarity" "mythical"
  28717. "item_name" "#CSGO_Collectible_Pin_wildfire"
  28718. "item_description" "#CSGO_Collectible_Pin_wildfire_desc"
  28719. "image_inventory" "econ/status_icons/collectible_pin_wildfire"
  28720. "attributes"
  28721. {
  28722. "pedestal display model" "models/inventory_items/collectible_pin_wildfire.mdl"
  28723. "upgrade threshold" "6028"
  28724. }
  28725. }
  28726. "6029"
  28727. {
  28728. "name" "Collectible Pin - Easy Peasy"
  28729. "prefab" "attendance_pin"
  28730. "item_rarity" "mythical"
  28731. "item_name" "#CSGO_Collectible_Pin_easy_peasy"
  28732. "item_description" "#CSGO_Collectible_Pin_easy_peasy_desc"
  28733. "image_inventory" "econ/status_icons/collectible_pin_easy_peasy"
  28734. "attributes"
  28735. {
  28736. "pedestal display model" "models/inventory_items/collectible_pin_easy_peasy.mdl"
  28737. }
  28738. }
  28739. "6129"
  28740. {
  28741. "name" "Commodity Pin - Easy Peasy"
  28742. "prefab" "commodity_pin"
  28743. "item_rarity" "mythical"
  28744. "item_name" "#CSGO_Collectible_Pin_easy_peasy"
  28745. "item_description" "#CSGO_Collectible_Pin_easy_peasy_desc"
  28746. "image_inventory" "econ/status_icons/collectible_pin_easy_peasy"
  28747. "attributes"
  28748. {
  28749. "pedestal display model" "models/inventory_items/collectible_pin_easy_peasy.mdl"
  28750. "upgrade threshold" "6029"
  28751. }
  28752. }
  28753. "6030"
  28754. {
  28755. "name" "Collectible Pin - Aces High"
  28756. "prefab" "attendance_pin"
  28757. "item_rarity" "legendary"
  28758. "item_name" "#CSGO_Collectible_Pin_aces_high"
  28759. "item_description" "#CSGO_Collectible_Pin_aces_high_desc"
  28760. "image_inventory" "econ/status_icons/collectible_pin_aces_high"
  28761. "attributes"
  28762. {
  28763. "pedestal display model" "models/inventory_items/collectible_pin_aces_high.mdl"
  28764. }
  28765. }
  28766. "6130"
  28767. {
  28768. "name" "Commodity Pin - Aces High"
  28769. "prefab" "commodity_pin"
  28770. "item_rarity" "legendary"
  28771. "item_name" "#CSGO_Collectible_Pin_aces_high"
  28772. "item_description" "#CSGO_Collectible_Pin_aces_high_desc"
  28773. "image_inventory" "econ/status_icons/collectible_pin_aces_high"
  28774. "attributes"
  28775. {
  28776. "pedestal display model" "models/inventory_items/collectible_pin_aces_high.mdl"
  28777. "upgrade threshold" "6030"
  28778. }
  28779. }
  28780. "6031"
  28781. {
  28782. "name" "Collectible Pin - Hydra"
  28783. "prefab" "attendance_pin"
  28784. "item_rarity" "legendary"
  28785. "item_name" "#CSGO_Collectible_Pin_hydra"
  28786. "item_description" "#CSGO_Collectible_Pin_hydra_desc"
  28787. "image_inventory" "econ/status_icons/collectible_pin_hydra"
  28788. "attributes"
  28789. {
  28790. "pedestal display model" "models/inventory_items/collectible_pin_hydra.mdl"
  28791. }
  28792. }
  28793. "6131"
  28794. {
  28795. "name" "Commodity Pin - Hydra"
  28796. "prefab" "commodity_pin"
  28797. "item_rarity" "legendary"
  28798. "item_name" "#CSGO_Collectible_Pin_hydra"
  28799. "item_description" "#CSGO_Collectible_Pin_hydra_desc"
  28800. "image_inventory" "econ/status_icons/collectible_pin_hydra"
  28801. "attributes"
  28802. {
  28803. "pedestal display model" "models/inventory_items/collectible_pin_hydra.mdl"
  28804. "upgrade threshold" "6031"
  28805. }
  28806. }
  28807. "6032"
  28808. {
  28809. "name" "Collectible Pin - Howl"
  28810. "prefab" "attendance_pin"
  28811. "item_rarity" "ancient"
  28812. "item_name" "#CSGO_Collectible_Pin_howl"
  28813. "item_description" "#CSGO_Collectible_Pin_howl_desc"
  28814. "image_inventory" "econ/status_icons/collectible_pin_howl"
  28815. "attributes"
  28816. {
  28817. "pedestal display model" "models/inventory_items/collectible_pin_howl.mdl"
  28818. }
  28819. }
  28820. "6132"
  28821. {
  28822. "name" "Commodity Pin - Howl"
  28823. "prefab" "commodity_pin"
  28824. "item_rarity" "ancient"
  28825. "item_name" "#CSGO_Collectible_Pin_howl"
  28826. "item_description" "#CSGO_Collectible_Pin_howl_desc"
  28827. "image_inventory" "econ/status_icons/collectible_pin_howl"
  28828. "attributes"
  28829. {
  28830. "pedestal display model" "models/inventory_items/collectible_pin_howl.mdl"
  28831. "upgrade threshold" "6032"
  28832. }
  28833. }
  28834. "6033"
  28835. {
  28836. "name" "Collectible Pin - Brigadier General"
  28837. "prefab" "attendance_pin"
  28838. "item_rarity" "ancient"
  28839. "item_name" "#CSGO_Collectible_Pin_brigadier_general"
  28840. "item_description" "#CSGO_Collectible_Pin_brigadier_general_desc"
  28841. "image_inventory" "econ/status_icons/collectible_pin_brigadier_general"
  28842. "attributes"
  28843. {
  28844. "pedestal display model" "models/inventory_items/collectible_pin_brigadier_general.mdl"
  28845. }
  28846. }
  28847. "6133"
  28848. {
  28849. "name" "Commodity Pin - Brigadier General"
  28850. "prefab" "commodity_pin"
  28851. "item_rarity" "ancient"
  28852. "item_name" "#CSGO_Collectible_Pin_brigadier_general"
  28853. "item_description" "#CSGO_Collectible_Pin_brigadier_general_desc"
  28854. "image_inventory" "econ/status_icons/collectible_pin_brigadier_general"
  28855. "attributes"
  28856. {
  28857. "pedestal display model" "models/inventory_items/collectible_pin_brigadier_general.mdl"
  28858. "upgrade threshold" "6033"
  28859. }
  28860. }
  28861. "6034"
  28862. {
  28863. "name" "item 6034"
  28864. "prefab" "collectible_untradable"
  28865. }
  28866. "6035"
  28867. {
  28868. "name" "item 6035"
  28869. "prefab" "collectible_untradable"
  28870. }
  28871. "6036"
  28872. {
  28873. "name" "item 6036"
  28874. "prefab" "collectible_untradable"
  28875. }
  28876. "6037"
  28877. {
  28878. "name" "item 6037"
  28879. "prefab" "collectible_untradable"
  28880. }
  28881. "6038"
  28882. {
  28883. "name" "item 6038"
  28884. "prefab" "collectible_untradable"
  28885. }
  28886. "6039"
  28887. {
  28888. "name" "item 6039"
  28889. "prefab" "collectible_untradable"
  28890. }
  28891. "6040"
  28892. {
  28893. "name" "item 6040"
  28894. "prefab" "collectible_untradable"
  28895. }
  28896. "6041"
  28897. {
  28898. "name" "item 6041"
  28899. "prefab" "collectible_untradable"
  28900. }
  28901. "6042"
  28902. {
  28903. "name" "item 6042"
  28904. "prefab" "collectible_untradable"
  28905. }
  28906. "6043"
  28907. {
  28908. "name" "item 6043"
  28909. "prefab" "collectible_untradable"
  28910. }
  28911. "6044"
  28912. {
  28913. "name" "item 6044"
  28914. "prefab" "collectible_untradable"
  28915. }
  28916. "6045"
  28917. {
  28918. "name" "item 6045"
  28919. "prefab" "collectible_untradable"
  28920. }
  28921. "6046"
  28922. {
  28923. "name" "item 6046"
  28924. "prefab" "collectible_untradable"
  28925. }
  28926. "6047"
  28927. {
  28928. "name" "item 6047"
  28929. "prefab" "collectible_untradable"
  28930. }
  28931. "6048"
  28932. {
  28933. "name" "item 6048"
  28934. "prefab" "collectible_untradable"
  28935. }
  28936. "6049"
  28937. {
  28938. "name" "item 6049"
  28939. "prefab" "collectible_untradable"
  28940. }
  28941. "6050"
  28942. {
  28943. "name" "item 6050"
  28944. "prefab" "collectible_untradable"
  28945. }
  28946. "6051"
  28947. {
  28948. "name" "item 6051"
  28949. "prefab" "collectible_untradable"
  28950. }
  28951. "6052"
  28952. {
  28953. "name" "item 6052"
  28954. "prefab" "collectible_untradable"
  28955. }
  28956. "6053"
  28957. {
  28958. "name" "item 6053"
  28959. "prefab" "collectible_untradable"
  28960. }
  28961. "6054"
  28962. {
  28963. "name" "item 6054"
  28964. "prefab" "collectible_untradable"
  28965. }
  28966. "6055"
  28967. {
  28968. "name" "item 6055"
  28969. "prefab" "collectible_untradable"
  28970. }
  28971. "6056"
  28972. {
  28973. "name" "item 6056"
  28974. "prefab" "collectible_untradable"
  28975. }
  28976. "6057"
  28977. {
  28978. "name" "item 6057"
  28979. "prefab" "collectible_untradable"
  28980. }
  28981. "6058"
  28982. {
  28983. "name" "item 6058"
  28984. "prefab" "collectible_untradable"
  28985. }
  28986. "6059"
  28987. {
  28988. "name" "item 6059"
  28989. "prefab" "collectible_untradable"
  28990. }
  28991. "6060"
  28992. {
  28993. "name" "item 6060"
  28994. "prefab" "collectible_untradable"
  28995. }
  28996. "6061"
  28997. {
  28998. "name" "item 6061"
  28999. "prefab" "collectible_untradable"
  29000. }
  29001. "6062"
  29002. {
  29003. "name" "item 6062"
  29004. "prefab" "collectible_untradable"
  29005. }
  29006. "6063"
  29007. {
  29008. "name" "item 6063"
  29009. "prefab" "collectible_untradable"
  29010. }
  29011. "6064"
  29012. {
  29013. "name" "item 6064"
  29014. "prefab" "collectible_untradable"
  29015. }
  29016. "6065"
  29017. {
  29018. "name" "item 6065"
  29019. "prefab" "collectible_untradable"
  29020. }
  29021. "6066"
  29022. {
  29023. "name" "item 6066"
  29024. "prefab" "collectible_untradable"
  29025. }
  29026. "6067"
  29027. {
  29028. "name" "item 6067"
  29029. "prefab" "collectible_untradable"
  29030. }
  29031. "6068"
  29032. {
  29033. "name" "item 6068"
  29034. "prefab" "collectible_untradable"
  29035. }
  29036. "6069"
  29037. {
  29038. "name" "item 6069"
  29039. "prefab" "collectible_untradable"
  29040. }
  29041. "6070"
  29042. {
  29043. "name" "item 6070"
  29044. "prefab" "collectible_untradable"
  29045. }
  29046. "6071"
  29047. {
  29048. "name" "item 6071"
  29049. "prefab" "collectible_untradable"
  29050. }
  29051. "6072"
  29052. {
  29053. "name" "item 6072"
  29054. "prefab" "collectible_untradable"
  29055. }
  29056. "6073"
  29057. {
  29058. "name" "item 6073"
  29059. "prefab" "collectible_untradable"
  29060. }
  29061. "6074"
  29062. {
  29063. "name" "item 6074"
  29064. "prefab" "collectible_untradable"
  29065. }
  29066. "6075"
  29067. {
  29068. "name" "item 6075"
  29069. "prefab" "collectible_untradable"
  29070. }
  29071. "6076"
  29072. {
  29073. "name" "item 6076"
  29074. "prefab" "collectible_untradable"
  29075. }
  29076. "6077"
  29077. {
  29078. "name" "item 6077"
  29079. "prefab" "collectible_untradable"
  29080. }
  29081. "6078"
  29082. {
  29083. "name" "item 6078"
  29084. "prefab" "collectible_untradable"
  29085. }
  29086. "6079"
  29087. {
  29088. "name" "item 6079"
  29089. "prefab" "collectible_untradable"
  29090. }
  29091. "6080"
  29092. {
  29093. "name" "item 6080"
  29094. "prefab" "collectible_untradable"
  29095. }
  29096. "6081"
  29097. {
  29098. "name" "item 6081"
  29099. "prefab" "collectible_untradable"
  29100. }
  29101. "6082"
  29102. {
  29103. "name" "item 6082"
  29104. "prefab" "collectible_untradable"
  29105. }
  29106. "6083"
  29107. {
  29108. "name" "item 6083"
  29109. "prefab" "collectible_untradable"
  29110. }
  29111. "6084"
  29112. {
  29113. "name" "item 6084"
  29114. "prefab" "collectible_untradable"
  29115. }
  29116. "6085"
  29117. {
  29118. "name" "item 6085"
  29119. "prefab" "collectible_untradable"
  29120. }
  29121. "6086"
  29122. {
  29123. "name" "item 6086"
  29124. "prefab" "collectible_untradable"
  29125. }
  29126. "6087"
  29127. {
  29128. "name" "item 6087"
  29129. "prefab" "collectible_untradable"
  29130. }
  29131. "6088"
  29132. {
  29133. "name" "item 6088"
  29134. "prefab" "collectible_untradable"
  29135. }
  29136. "6101"
  29137. {
  29138. "name" "Commodity Pin - Dust II"
  29139. "prefab" "commodity_pin"
  29140. "item_rarity" "ancient"
  29141. "item_name" "#CSGO_Collectible_Pin_DustII"
  29142. "item_description" "#CSGO_Collectible_Pin_DustII_Desc"
  29143. "image_inventory" "econ/status_icons/collectible_pin_dust2"
  29144. "attributes"
  29145. {
  29146. "pedestal display model" "models/inventory_items/collectible_pin_dust2.mdl"
  29147. "upgrade threshold" "6001"
  29148. }
  29149. }
  29150. "6102"
  29151. {
  29152. "name" "Commodity Pin - Guardian Elite"
  29153. "prefab" "commodity_pin"
  29154. "item_rarity" "ancient"
  29155. "item_name" "#CSGO_Collectible_Pin_GuardianElite"
  29156. "item_description" "#CSGO_Collectible_Pin_GuardianElite_Desc"
  29157. "image_inventory" "econ/status_icons/collectible_pin_guardianelite"
  29158. "attributes"
  29159. {
  29160. "pedestal display model" "models/inventory_items/collectible_pin_guardianelite.mdl"
  29161. "upgrade threshold" "6002"
  29162. }
  29163. }
  29164. "6103"
  29165. {
  29166. "name" "Commodity Pin - Mirage"
  29167. "prefab" "commodity_pin"
  29168. "item_rarity" "legendary"
  29169. "item_name" "#CSGO_Collectible_Pin_Mirage"
  29170. "item_description" "#CSGO_Collectible_Pin_Mirage_Desc"
  29171. "image_inventory" "econ/status_icons/collectible_pin_mirage"
  29172. "attributes"
  29173. {
  29174. "pedestal display model" "models/inventory_items/collectible_pin_mirage.mdl"
  29175. "upgrade threshold" "6003"
  29176. }
  29177. }
  29178. "6104"
  29179. {
  29180. "name" "Commodity Pin - Inferno"
  29181. "prefab" "commodity_pin"
  29182. "item_rarity" "legendary"
  29183. "item_name" "#CSGO_Collectible_Pin_Inferno"
  29184. "item_description" "#CSGO_Collectible_Pin_Inferno_Desc"
  29185. "image_inventory" "econ/status_icons/collectible_pin_inferno"
  29186. "attributes"
  29187. {
  29188. "pedestal display model" "models/inventory_items/collectible_pin_inferno.mdl"
  29189. "upgrade threshold" "6004"
  29190. }
  29191. }
  29192. "6105"
  29193. {
  29194. "name" "Commodity Pin - Italy"
  29195. "prefab" "commodity_pin"
  29196. "item_rarity" "mythical"
  29197. "item_name" "#CSGO_Collectible_Pin_Italy"
  29198. "item_description" "#CSGO_Collectible_Pin_Italy_Desc"
  29199. "image_inventory" "econ/status_icons/collectible_pin_italy"
  29200. "attributes"
  29201. {
  29202. "pedestal display model" "models/inventory_items/collectible_pin_italy.mdl"
  29203. "upgrade threshold" "6005"
  29204. }
  29205. }
  29206. "6106"
  29207. {
  29208. "name" "Commodity Pin - Victory"
  29209. "prefab" "commodity_pin"
  29210. "item_rarity" "mythical"
  29211. "item_name" "#CSGO_Collectible_Pin_Victory"
  29212. "item_description" "#CSGO_Collectible_Pin_Victory_Desc"
  29213. "image_inventory" "econ/status_icons/collectible_pin_victory"
  29214. "attributes"
  29215. {
  29216. "pedestal display model" "models/inventory_items/collectible_pin_victory.mdl"
  29217. "upgrade threshold" "6006"
  29218. }
  29219. }
  29220. "6107"
  29221. {
  29222. "name" "Commodity Pin - Militia"
  29223. "prefab" "commodity_pin"
  29224. "item_rarity" "mythical"
  29225. "item_name" "#CSGO_Collectible_Pin_Militia"
  29226. "item_description" "#CSGO_Collectible_Pin_Militia_Desc"
  29227. "image_inventory" "econ/status_icons/collectible_pin_militia"
  29228. "attributes"
  29229. {
  29230. "pedestal display model" "models/inventory_items/collectible_pin_militia.mdl"
  29231. "upgrade threshold" "6007"
  29232. }
  29233. }
  29234. "6108"
  29235. {
  29236. "name" "Commodity Pin - Nuke"
  29237. "prefab" "commodity_pin"
  29238. "item_rarity" "rare"
  29239. "item_name" "#CSGO_Collectible_Pin_Nuke"
  29240. "item_description" "#CSGO_Collectible_Pin_Nuke_Desc"
  29241. "image_inventory" "econ/status_icons/collectible_pin_nuke"
  29242. "attributes"
  29243. {
  29244. "pedestal display model" "models/inventory_items/collectible_pin_nuke.mdl"
  29245. "upgrade threshold" "6008"
  29246. }
  29247. }
  29248. "6109"
  29249. {
  29250. "name" "Commodity Pin - Train"
  29251. "prefab" "commodity_pin"
  29252. "item_rarity" "rare"
  29253. "item_name" "#CSGO_Collectible_Pin_Train"
  29254. "item_description" "#CSGO_Collectible_Pin_Train_Desc"
  29255. "image_inventory" "econ/status_icons/collectible_pin_train"
  29256. "attributes"
  29257. {
  29258. "pedestal display model" "models/inventory_items/collectible_pin_train.mdl"
  29259. "upgrade threshold" "6009"
  29260. }
  29261. }
  29262. "6110"
  29263. {
  29264. "name" "Commodity Pin - Guardian"
  29265. "prefab" "commodity_pin"
  29266. "item_rarity" "rare"
  29267. "item_name" "#CSGO_Collectible_Pin_Guardian"
  29268. "item_description" "#CSGO_Collectible_Pin_Guardian_Desc"
  29269. "image_inventory" "econ/status_icons/collectible_pin_guardian"
  29270. "attributes"
  29271. {
  29272. "pedestal display model" "models/inventory_items/collectible_pin_guardian.mdl"
  29273. "upgrade threshold" "6010"
  29274. }
  29275. }
  29276. "6111"
  29277. {
  29278. "name" "Commodity Pin - Tactics"
  29279. "prefab" "commodity_pin"
  29280. "item_rarity" "rare"
  29281. "item_name" "#CSGO_Collectible_Pin_Tactics"
  29282. "item_description" "#CSGO_Collectible_Pin_Tactics_Desc"
  29283. "image_inventory" "econ/status_icons/collectible_pin_tactics"
  29284. "attributes"
  29285. {
  29286. "pedestal display model" "models/inventory_items/collectible_pin_tactics.mdl"
  29287. "upgrade threshold" "6011"
  29288. }
  29289. }
  29290. "7000"
  29291. {
  29292. "name" "community_11 Key"
  29293. "item_name" "#CSGO_crate_key_community_11"
  29294. "item_description" "#CSGO_crate_key_community_11_desc"
  29295. "first_sale_date" "2016-01-19"
  29296. "prefab" "weapon_case_key"
  29297. "image_inventory" "econ/tools/crate_key_community_11"
  29298. "tool"
  29299. {
  29300. "restriction" "crate_community_11"
  29301. }
  29302. }
  29303. "20000"
  29304. {
  29305. "name" "coupon - bossyburger"
  29306. "item_name" "#coupon_bossyburger"
  29307. "item_description" "#coupon_desc"
  29308. "loot_list_name" "coupon loot list - bossyburger"
  29309. "prefab" "coupon_prefab"
  29310. }
  29311. "20001"
  29312. {
  29313. "name" "coupon - catcall"
  29314. "item_name" "#coupon_catcall"
  29315. "item_description" "#coupon_desc"
  29316. "loot_list_name" "coupon loot list - catcall"
  29317. "prefab" "coupon_prefab"
  29318. }
  29319. "20002"
  29320. {
  29321. "name" "coupon - chickenstrike"
  29322. "item_name" "#coupon_chickenstrike"
  29323. "item_description" "#coupon_desc"
  29324. "loot_list_name" "coupon loot list - chickenstrike"
  29325. "prefab" "coupon_prefab"
  29326. }
  29327. "20003"
  29328. {
  29329. "name" "coupon - ctbanana"
  29330. "item_name" "#coupon_ctbanana"
  29331. "item_description" "#coupon_desc"
  29332. "loot_list_name" "coupon loot list - ctbanana"
  29333. "prefab" "coupon_prefab"
  29334. }
  29335. "20004"
  29336. {
  29337. "name" "coupon - dontworryimpro"
  29338. "item_name" "#coupon_dontworryimpro"
  29339. "item_description" "#coupon_desc"
  29340. "loot_list_name" "coupon loot list - dontworryimpro"
  29341. "prefab" "coupon_prefab"
  29342. }
  29343. "20005"
  29344. {
  29345. "name" "coupon - fightlikeagirl"
  29346. "item_name" "#coupon_fightlikeagirl"
  29347. "item_description" "#coupon_desc"
  29348. "loot_list_name" "coupon loot list - fightlikeagirl"
  29349. "prefab" "coupon_prefab"
  29350. }
  29351. "20006"
  29352. {
  29353. "name" "coupon - handmadeflash"
  29354. "item_name" "#coupon_handmadeflash"
  29355. "item_description" "#coupon_desc"
  29356. "loot_list_name" "coupon loot list - handmadeflash"
  29357. "prefab" "coupon_prefab"
  29358. }
  29359. "20007"
  29360. {
  29361. "name" "coupon - kawaiikiller"
  29362. "item_name" "#coupon_kawaiikiller"
  29363. "item_description" "#coupon_desc"
  29364. "loot_list_name" "coupon loot list - kawaiikiller"
  29365. "prefab" "coupon_prefab"
  29366. }
  29367. "20008"
  29368. {
  29369. "name" "coupon - neluthebear"
  29370. "item_name" "#coupon_neluthebear"
  29371. "item_description" "#coupon_desc"
  29372. "loot_list_name" "coupon loot list - neluthebear"
  29373. "prefab" "coupon_prefab"
  29374. }
  29375. "20009"
  29376. {
  29377. "name" "coupon - oneshotonekill"
  29378. "item_name" "#coupon_oneshotonekill"
  29379. "item_description" "#coupon_desc"
  29380. "loot_list_name" "coupon loot list - oneshotonekill"
  29381. "prefab" "coupon_prefab"
  29382. }
  29383. "20010"
  29384. {
  29385. "name" "coupon - shootingstar"
  29386. "item_name" "#coupon_shootingstar"
  29387. "item_description" "#coupon_desc"
  29388. "loot_list_name" "coupon loot list - shootingstar"
  29389. "prefab" "coupon_prefab"
  29390. }
  29391. "20012"
  29392. {
  29393. "name" "coupon - warpenguin"
  29394. "item_name" "#coupon_warpenguin"
  29395. "item_description" "#coupon_desc"
  29396. "loot_list_name" "coupon loot list - warpenguin"
  29397. "prefab" "coupon_prefab"
  29398. }
  29399. "20013"
  29400. {
  29401. "name" "coupon - windywalking"
  29402. "item_name" "#coupon_windywalking"
  29403. "item_description" "#coupon_desc"
  29404. "loot_list_name" "coupon loot list - windywalking"
  29405. "prefab" "coupon_prefab"
  29406. }
  29407. "20014"
  29408. {
  29409. "name" "coupon - blitzkrieg"
  29410. "item_name" "#coupon_blitzkrieg"
  29411. "item_description" "#coupon_desc"
  29412. "loot_list_name" "coupon loot list - blitzkrieg"
  29413. "prefab" "coupon_prefab"
  29414. }
  29415. "20015"
  29416. {
  29417. "name" "coupon - pigeonmaster"
  29418. "item_name" "#coupon_pigeonmaster"
  29419. "item_description" "#coupon_desc"
  29420. "loot_list_name" "coupon loot list - pigeonmaster"
  29421. "prefab" "coupon_prefab"
  29422. }
  29423. "20016"
  29424. {
  29425. "name" "coupon - terrorized"
  29426. "item_name" "#coupon_terrorized"
  29427. "item_description" "#coupon_desc"
  29428. "loot_list_name" "coupon loot list - terrorized"
  29429. "prefab" "coupon_prefab"
  29430. }
  29431. "20017"
  29432. {
  29433. "name" "coupon - tilldeathdouspart"
  29434. "item_name" "#coupon_tilldeathdouspart"
  29435. "item_description" "#coupon_desc"
  29436. "loot_list_name" "coupon loot list - tilldeathdouspart"
  29437. "prefab" "coupon_prefab"
  29438. }
  29439. "20018"
  29440. {
  29441. "name" "coupon - stayfrosty"
  29442. "item_name" "#coupon_stayfrosty"
  29443. "item_description" "#coupon_desc"
  29444. "loot_list_name" "coupon loot list - stayfrosty"
  29445. "prefab" "coupon_prefab"
  29446. }
  29447. "20019"
  29448. {
  29449. "name" "coupon - toncat"
  29450. "item_name" "#coupon_toncat"
  29451. "item_description" "#coupon_desc"
  29452. "loot_list_name" "coupon loot list - toncat"
  29453. "prefab" "coupon_prefab"
  29454. }
  29455. "20020"
  29456. {
  29457. "name" "coupon - danielsadowski_01"
  29458. "item_name" "#coupon_danielsadowski_01"
  29459. "item_description" "#coupon_desc"
  29460. "loot_list_name" "coupon loot list - danielsadowski_01"
  29461. "prefab" "coupon_prefab"
  29462. "image_inventory" "econ/music_kits/danielsadowski_01"
  29463. }
  29464. "20021"
  29465. {
  29466. "name" "coupon - noisia_01"
  29467. "item_name" "#coupon_noisia_01"
  29468. "item_description" "#coupon_desc"
  29469. "loot_list_name" "coupon loot list - noisia_01"
  29470. "prefab" "coupon_prefab"
  29471. "image_inventory" "econ/music_kits/noisia_01"
  29472. }
  29473. "20022"
  29474. {
  29475. "name" "coupon - robertallaire_01"
  29476. "item_name" "#coupon_robertallaire_01"
  29477. "item_description" "#coupon_desc"
  29478. "loot_list_name" "coupon loot list - robertallaire_01"
  29479. "prefab" "coupon_prefab"
  29480. "image_inventory" "econ/music_kits/robertallaire_01"
  29481. }
  29482. "20023"
  29483. {
  29484. "name" "coupon - seanmurray_01"
  29485. "item_name" "#coupon_seanmurray_01"
  29486. "item_description" "#coupon_desc"
  29487. "loot_list_name" "coupon loot list - seanmurray_01"
  29488. "prefab" "coupon_prefab"
  29489. "image_inventory" "econ/music_kits/seanmurray_01"
  29490. }
  29491. "20024"
  29492. {
  29493. "name" "coupon - feedme_01"
  29494. "item_name" "#coupon_feedme_01"
  29495. "item_description" "#coupon_desc"
  29496. "loot_list_name" "coupon loot list - feedme_01"
  29497. "prefab" "coupon_prefab"
  29498. "image_inventory" "econ/music_kits/feedme_01"
  29499. }
  29500. "20025"
  29501. {
  29502. "name" "coupon - dren_01"
  29503. "item_name" "#coupon_dren_01"
  29504. "item_description" "#coupon_desc"
  29505. "loot_list_name" "coupon loot list - dren_01"
  29506. "prefab" "coupon_prefab"
  29507. "image_inventory" "econ/music_kits/dren_01"
  29508. }
  29509. "20026"
  29510. {
  29511. "name" "coupon - austinwintory_01"
  29512. "item_name" "#coupon_austinwintory_01"
  29513. "item_description" "#coupon_desc"
  29514. "loot_list_name" "coupon loot list - austinwintory_01"
  29515. "prefab" "coupon_prefab"
  29516. "image_inventory" "econ/music_kits/austinwintory_01"
  29517. }
  29518. "20027"
  29519. {
  29520. "name" "coupon - sasha_01"
  29521. "item_name" "#coupon_sasha_01"
  29522. "item_description" "#coupon_desc"
  29523. "loot_list_name" "coupon loot list - sasha_01"
  29524. "prefab" "coupon_prefab"
  29525. "image_inventory" "econ/music_kits/sasha_01"
  29526. }
  29527. "20028"
  29528. {
  29529. "name" "coupon - skog_01"
  29530. "item_name" "#coupon_skog_01"
  29531. "item_description" "#coupon_desc"
  29532. "loot_list_name" "coupon loot list - skog_01"
  29533. "prefab" "coupon_prefab"
  29534. "image_inventory" "econ/music_kits/skog_01"
  29535. }
  29536. "20029"
  29537. {
  29538. "name" "coupon - doomed"
  29539. "item_name" "#coupon_doomed"
  29540. "item_description" "#coupon_desc"
  29541. "loot_list_name" "coupon loot list - doomed"
  29542. "prefab" "coupon_prefab"
  29543. }
  29544. "20030"
  29545. {
  29546. "name" "coupon - queenofpain"
  29547. "item_name" "#coupon_queenofpain"
  29548. "item_description" "#coupon_desc"
  29549. "loot_list_name" "coupon loot list - queenofpain"
  29550. "prefab" "coupon_prefab"
  29551. }
  29552. "20031"
  29553. {
  29554. "name" "coupon - trickorthreat"
  29555. "item_name" "#coupon_trickorthreat"
  29556. "item_description" "#coupon_desc"
  29557. "loot_list_name" "coupon loot list - trickorthreat"
  29558. "prefab" "coupon_prefab"
  29559. }
  29560. "20032"
  29561. {
  29562. "name" "coupon - trickortreat"
  29563. "item_name" "#coupon_trickortreat"
  29564. "item_description" "#coupon_desc"
  29565. "loot_list_name" "coupon loot list - trickortreat"
  29566. "prefab" "coupon_prefab"
  29567. }
  29568. "20033"
  29569. {
  29570. "name" "coupon - witch"
  29571. "item_name" "#coupon_witch"
  29572. "item_description" "#coupon_desc"
  29573. "loot_list_name" "coupon loot list - witch"
  29574. "prefab" "coupon_prefab"
  29575. }
  29576. "20034"
  29577. {
  29578. "name" "coupon - zombielover"
  29579. "item_name" "#coupon_zombielover"
  29580. "item_description" "#coupon_desc"
  29581. "loot_list_name" "coupon loot list - zombielover"
  29582. "prefab" "coupon_prefab"
  29583. }
  29584. "20035"
  29585. {
  29586. "name" "coupon - blood_broiler"
  29587. "item_name" "#coupon_blood_broiler"
  29588. "item_description" "#coupon_desc"
  29589. "loot_list_name" "coupon loot list - blood_broiler"
  29590. "prefab" "coupon_prefab"
  29591. }
  29592. "20036"
  29593. {
  29594. "name" "coupon - dinked"
  29595. "item_name" "#coupon_dinked"
  29596. "item_description" "#coupon_desc"
  29597. "loot_list_name" "coupon loot list - dinked"
  29598. "prefab" "coupon_prefab"
  29599. }
  29600. "20037"
  29601. {
  29602. "name" "coupon - drugwarveteran"
  29603. "item_name" "#coupon_drugwarveteran"
  29604. "item_description" "#coupon_desc"
  29605. "loot_list_name" "coupon loot list - drugwarveteran"
  29606. "prefab" "coupon_prefab"
  29607. }
  29608. "20038"
  29609. {
  29610. "name" "coupon - hohoho"
  29611. "item_name" "#coupon_hohoho"
  29612. "item_description" "#coupon_desc"
  29613. "loot_list_name" "coupon loot list - hohoho"
  29614. "prefab" "coupon_prefab"
  29615. }
  29616. "20039"
  29617. {
  29618. "name" "coupon - massivepear"
  29619. "item_name" "#coupon_massivepear"
  29620. "item_description" "#coupon_desc"
  29621. "loot_list_name" "coupon loot list - massivepear"
  29622. "prefab" "coupon_prefab"
  29623. }
  29624. "20040"
  29625. {
  29626. "name" "coupon - mylittlefriend"
  29627. "item_name" "#coupon_mylittlefriend"
  29628. "item_description" "#coupon_desc"
  29629. "loot_list_name" "coupon loot list - mylittlefriend"
  29630. "prefab" "coupon_prefab"
  29631. }
  29632. "20041"
  29633. {
  29634. "name" "coupon - pandamonium"
  29635. "item_name" "#coupon_pandamonium"
  29636. "item_description" "#coupon_desc"
  29637. "loot_list_name" "coupon loot list - pandamonium"
  29638. "prefab" "coupon_prefab"
  29639. }
  29640. "20042"
  29641. {
  29642. "name" "coupon - pieceofcake"
  29643. "item_name" "#coupon_pieceofcake"
  29644. "item_description" "#coupon_desc"
  29645. "loot_list_name" "coupon loot list - pieceofcake"
  29646. "prefab" "coupon_prefab"
  29647. }
  29648. "20043"
  29649. {
  29650. "name" "coupon - saschicken"
  29651. "item_name" "#coupon_saschicken"
  29652. "item_description" "#coupon_desc"
  29653. "loot_list_name" "coupon loot list - saschicken"
  29654. "prefab" "coupon_prefab"
  29655. }
  29656. "20044"
  29657. {
  29658. "name" "coupon - thuglife"
  29659. "item_name" "#coupon_thuglife"
  29660. "item_description" "#coupon_desc"
  29661. "loot_list_name" "coupon loot list - thuglife"
  29662. "prefab" "coupon_prefab"
  29663. }
  29664. "20045"
  29665. {
  29666. "name" "coupon - trekt"
  29667. "item_name" "#coupon_trekt"
  29668. "item_description" "#coupon_desc"
  29669. "loot_list_name" "coupon loot list - trekt"
  29670. "prefab" "coupon_prefab"
  29671. }
  29672. "20046"
  29673. {
  29674. "name" "coupon - warowl"
  29675. "item_name" "#coupon_warowl"
  29676. "item_description" "#coupon_desc"
  29677. "loot_list_name" "coupon loot list - warowl"
  29678. "prefab" "coupon_prefab"
  29679. }
  29680. "20047"
  29681. {
  29682. "name" "coupon - workforfood"
  29683. "item_name" "#coupon_workforfood"
  29684. "item_description" "#coupon_desc"
  29685. "loot_list_name" "coupon loot list - workforfood"
  29686. "prefab" "coupon_prefab"
  29687. }
  29688. "20048"
  29689. {
  29690. "name" "coupon - phoenix_foil"
  29691. "item_name" "#coupon_phoenix_foil"
  29692. "item_description" "#coupon_desc"
  29693. "loot_list_name" "coupon loot list - phoenix_foil"
  29694. "prefab" "coupon_prefab"
  29695. }
  29696. "20049"
  29697. {
  29698. "name" "coupon - bombsquad_foil"
  29699. "item_name" "#coupon_bombsquad_foil"
  29700. "item_description" "#coupon_desc"
  29701. "loot_list_name" "coupon loot list - bombsquad_foil"
  29702. "prefab" "coupon_prefab"
  29703. }
  29704. "20050"
  29705. {
  29706. "name" "coupon - midnightriders_01"
  29707. "item_name" "#coupon_midnightriders_01"
  29708. "item_description" "#coupon_desc"
  29709. "loot_list_name" "coupon loot list - midnightriders_01"
  29710. "prefab" "valve coupon_prefab"
  29711. "image_inventory" "econ/music_kits/midnightriders_01"
  29712. }
  29713. "20051"
  29714. {
  29715. "name" "coupon - danielsadowski_02"
  29716. "item_name" "#coupon_danielsadowski_02"
  29717. "item_description" "#coupon_desc"
  29718. "loot_list_name" "coupon loot list - danielsadowski_02"
  29719. "prefab" "coupon_prefab"
  29720. "image_inventory" "econ/music_kits/danielsadowski_02"
  29721. }
  29722. "20052"
  29723. {
  29724. "name" "coupon - hotlinemiami_01"
  29725. "item_name" "#coupon_hotlinemiami_01"
  29726. "item_description" "#coupon_desc"
  29727. "loot_list_name" "coupon loot list - hotlinemiami_01"
  29728. "prefab" "coupon_prefab"
  29729. "image_inventory" "econ/music_kits/hotlinemiami_01"
  29730. }
  29731. "20053"
  29732. {
  29733. "name" "coupon - mattlange_01"
  29734. "item_name" "#coupon_mattlange_01"
  29735. "item_description" "#coupon_desc"
  29736. "loot_list_name" "coupon loot list - mattlange_01"
  29737. "prefab" "coupon_prefab"
  29738. "image_inventory" "econ/music_kits/mattlange_01"
  29739. }
  29740. "20054"
  29741. {
  29742. "name" "coupon - mateomessina_01"
  29743. "item_name" "#coupon_mateomessina_01"
  29744. "item_description" "#coupon_desc"
  29745. "loot_list_name" "coupon loot list - mateomessina_01"
  29746. "prefab" "coupon_prefab"
  29747. "image_inventory" "econ/music_kits/mateomessina_01"
  29748. }
  29749. "20055"
  29750. {
  29751. "name" "coupon - damjanmravunac_01"
  29752. "item_name" "#coupon_damjanmravunac_01"
  29753. "item_description" "#coupon_desc"
  29754. "loot_list_name" "coupon loot list - damjanmravunac_01"
  29755. "prefab" "coupon_prefab"
  29756. "image_inventory" "econ/music_kits/damjanmravunac_01"
  29757. }
  29758. "20056"
  29759. {
  29760. "name" "coupon - flickshot"
  29761. "item_name" "#coupon_flickshot"
  29762. "item_description" "#coupon_desc"
  29763. "loot_list_name" "coupon loot list - flickshot"
  29764. "prefab" "coupon_prefab"
  29765. }
  29766. "20057"
  29767. {
  29768. "name" "coupon - headshot_guarantee"
  29769. "item_name" "#coupon_headshot_guarantee"
  29770. "item_description" "#coupon_desc"
  29771. "loot_list_name" "coupon loot list - headshot_guarantee"
  29772. "prefab" "coupon_prefab"
  29773. }
  29774. "20058"
  29775. {
  29776. "name" "coupon - eco_rush"
  29777. "item_name" "#coupon_eco_rush"
  29778. "item_description" "#coupon_desc"
  29779. "loot_list_name" "coupon loot list - eco_rush"
  29780. "prefab" "coupon_prefab"
  29781. }
  29782. "20059"
  29783. {
  29784. "name" "coupon - just_trolling"
  29785. "item_name" "#coupon_just_trolling"
  29786. "item_description" "#coupon_desc"
  29787. "loot_list_name" "coupon loot list - just_trolling"
  29788. "prefab" "valve coupon_prefab"
  29789. }
  29790. "20061"
  29791. {
  29792. "name" "coupon - firestarter_holo"
  29793. "item_name" "#coupon_firestarter_holo"
  29794. "item_description" "#coupon_desc"
  29795. "loot_list_name" "coupon loot list - firestarter_holo"
  29796. "prefab" "coupon_prefab"
  29797. }
  29798. "20062"
  29799. {
  29800. "name" "coupon - lucky_cat_foil"
  29801. "item_name" "#coupon_lucky_cat_foil"
  29802. "item_description" "#coupon_desc"
  29803. "loot_list_name" "coupon loot list - lucky_cat_foil"
  29804. "prefab" "coupon_prefab"
  29805. }
  29806. "20063"
  29807. {
  29808. "name" "coupon - robot_head"
  29809. "item_name" "#coupon_robot_head"
  29810. "item_description" "#coupon_desc"
  29811. "loot_list_name" "coupon loot list - robot_head"
  29812. "prefab" "coupon_prefab"
  29813. }
  29814. "20064"
  29815. {
  29816. "name" "coupon - witchcraft"
  29817. "item_name" "#coupon_witchcraft"
  29818. "item_description" "#coupon_desc"
  29819. "loot_list_name" "coupon loot list - witchcraft"
  29820. "prefab" "coupon_prefab"
  29821. }
  29822. "20065"
  29823. {
  29824. "name" "coupon - wanna_fight"
  29825. "item_name" "#coupon_wanna_fight"
  29826. "item_description" "#coupon_desc"
  29827. "loot_list_name" "coupon loot list - wanna_fight"
  29828. "prefab" "coupon_prefab"
  29829. }
  29830. "20066"
  29831. {
  29832. "name" "coupon - hostage_rescue"
  29833. "item_name" "#coupon_hostage_rescue"
  29834. "item_description" "#coupon_desc"
  29835. "loot_list_name" "coupon loot list - hostage_rescue"
  29836. "prefab" "coupon_prefab"
  29837. }
  29838. "20067"
  29839. {
  29840. "name" "coupon - hamster_hawk"
  29841. "item_name" "#coupon_hamster_hawk"
  29842. "item_description" "#coupon_desc"
  29843. "loot_list_name" "coupon loot list - hamster_hawk"
  29844. "prefab" "coupon_prefab"
  29845. }
  29846. "20068"
  29847. {
  29848. "name" "coupon - headless_chicken"
  29849. "item_name" "#coupon_headless_chicken"
  29850. "item_description" "#coupon_desc"
  29851. "loot_list_name" "coupon loot list - headless_chicken"
  29852. "prefab" "coupon_prefab"
  29853. }
  29854. "20069"
  29855. {
  29856. "name" "coupon - proxy_01"
  29857. "item_name" "#coupon_proxy_01"
  29858. "item_description" "#coupon_desc"
  29859. "loot_list_name" "coupon loot list - proxy_01"
  29860. "prefab" "coupon_prefab"
  29861. "image_inventory" "econ/music_kits/proxy_01"
  29862. }
  29863. "20070"
  29864. {
  29865. "name" "coupon - kitheory_01"
  29866. "item_name" "#coupon_kitheory_01"
  29867. "item_description" "#coupon_desc"
  29868. "loot_list_name" "coupon loot list - kitheory_01"
  29869. "prefab" "coupon_prefab"
  29870. "image_inventory" "econ/music_kits/kitheory_01"
  29871. }
  29872. "20071"
  29873. {
  29874. "name" "coupon - troelsfolmann_01"
  29875. "item_name" "#coupon_troelsfolmann_01"
  29876. "item_description" "#coupon_desc"
  29877. "loot_list_name" "coupon loot list - troelsfolmann_01"
  29878. "prefab" "coupon_prefab"
  29879. "image_inventory" "econ/music_kits/troelsfolmann_01"
  29880. }
  29881. "20072"
  29882. {
  29883. "name" "coupon - kellybailey_01"
  29884. "item_name" "#coupon_kellybailey_01"
  29885. "item_description" "#coupon_desc"
  29886. "loot_list_name" "coupon loot list - kellybailey_01"
  29887. "prefab" "coupon_prefab"
  29888. "image_inventory" "econ/music_kits/kellybailey_01"
  29889. }
  29890. "20073"
  29891. {
  29892. "name" "coupon - skog_02"
  29893. "item_name" "#coupon_skog_02"
  29894. "item_description" "#coupon_desc"
  29895. "loot_list_name" "coupon loot list - skog_02"
  29896. "prefab" "coupon_prefab"
  29897. "image_inventory" "econ/music_kits/skog_02"
  29898. }
  29899. "20074"
  29900. {
  29901. "name" "coupon - enfu_sticker_capsule"
  29902. "item_name" "#coupon_enfu_sticker_capsule"
  29903. "item_description" "#coupon_desc"
  29904. "loot_list_name" "coupon loot list - enfu_sticker_capsule"
  29905. "prefab" "coupon_enfu_capsule_prefab"
  29906. }
  29907. "20075"
  29908. {
  29909. "name" "coupon - awp_country"
  29910. "item_name" "#coupon_awp_country"
  29911. "item_description" "#coupon_desc"
  29912. "loot_list_name" "coupon loot list - awp_country"
  29913. "prefab" "coupon_prefab"
  29914. }
  29915. "20076"
  29916. {
  29917. "name" "coupon - chi_bomb"
  29918. "item_name" "#coupon_chi_bomb"
  29919. "item_description" "#coupon_desc"
  29920. "loot_list_name" "coupon loot list - chi_bomb"
  29921. "prefab" "coupon_prefab"
  29922. }
  29923. "20077"
  29924. {
  29925. "name" "coupon - fox"
  29926. "item_name" "#coupon_fox"
  29927. "item_description" "#coupon_desc"
  29928. "loot_list_name" "coupon loot list - fox"
  29929. "prefab" "coupon_prefab"
  29930. }
  29931. "20078"
  29932. {
  29933. "name" "coupon - knifeclub"
  29934. "item_name" "#coupon_knifeclub"
  29935. "item_description" "#coupon_desc"
  29936. "loot_list_name" "coupon loot list - knifeclub"
  29937. "prefab" "coupon_prefab"
  29938. }
  29939. "20079"
  29940. {
  29941. "name" "coupon - cs_on_the_mind"
  29942. "item_name" "#coupon_cs_on_the_mind"
  29943. "item_description" "#coupon_desc"
  29944. "loot_list_name" "coupon loot list - cs_on_the_mind"
  29945. "prefab" "coupon_prefab"
  29946. }
  29947. "20080"
  29948. {
  29949. "name" "coupon - ninja_defuse"
  29950. "item_name" "#coupon_ninja_defuse"
  29951. "item_description" "#coupon_desc"
  29952. "loot_list_name" "coupon loot list - ninja_defuse"
  29953. "prefab" "coupon_prefab"
  29954. }
  29955. "20081"
  29956. {
  29957. "name" "coupon - pros_dont_fake"
  29958. "item_name" "#coupon_pros_dont_fake"
  29959. "item_description" "#coupon_desc"
  29960. "loot_list_name" "coupon loot list - pros_dont_fake"
  29961. "prefab" "coupon_prefab"
  29962. }
  29963. "20082"
  29964. {
  29965. "name" "coupon - kawaiikiller_t"
  29966. "item_name" "#coupon_kawaiikiller_t"
  29967. "item_description" "#coupon_desc"
  29968. "loot_list_name" "coupon loot list - kawaiikiller_t"
  29969. "prefab" "coupon_prefab"
  29970. }
  29971. "20083"
  29972. {
  29973. "name" "coupon - baackstabber"
  29974. "item_name" "#coupon_baackstabber"
  29975. "item_description" "#coupon_desc"
  29976. "loot_list_name" "coupon loot list - baackstabber"
  29977. "prefab" "coupon_prefab"
  29978. }
  29979. "20084"
  29980. {
  29981. "name" "coupon - delicious_tears"
  29982. "item_name" "#coupon_delicious_tears"
  29983. "item_description" "#coupon_desc"
  29984. "loot_list_name" "coupon loot list - delicious_tears"
  29985. "prefab" "coupon_prefab"
  29986. }
  29987. "20085"
  29988. {
  29989. "name" "coupon - danielsadowski_03"
  29990. "item_name" "#coupon_danielsadowski_03"
  29991. "item_description" "#coupon_desc"
  29992. "loot_list_name" "coupon loot list - danielsadowski_03"
  29993. "prefab" "coupon_prefab"
  29994. "image_inventory" "econ/music_kits/danielsadowski_03"
  29995. }
  29996. "20086"
  29997. {
  29998. "name" "coupon - awolnation_01"
  29999. "item_name" "#coupon_awolnation_01"
  30000. "item_description" "#coupon_desc"
  30001. "loot_list_name" "coupon loot list - awolnation_01"
  30002. "prefab" "coupon_prefab"
  30003. "image_inventory" "econ/music_kits/awolnation_01"
  30004. }
  30005. "20087"
  30006. {
  30007. "name" "coupon - mordfustang_01"
  30008. "item_name" "#coupon_mordfustang_01"
  30009. "item_description" "#coupon_desc"
  30010. "loot_list_name" "coupon loot list - mordfustang_01"
  30011. "prefab" "coupon_prefab"
  30012. "image_inventory" "econ/music_kits/mordfustang_01"
  30013. }
  30014. "20088"
  30015. {
  30016. "name" "coupon - michaelbross_01"
  30017. "item_name" "#coupon_michaelbross_01"
  30018. "item_description" "#coupon_desc"
  30019. "loot_list_name" "coupon loot list - michaelbross_01"
  30020. "prefab" "coupon_prefab"
  30021. "image_inventory" "econ/music_kits/michaelbross_01"
  30022. }
  30023. "20089"
  30024. {
  30025. "name" "coupon - ianhultquist_01"
  30026. "item_name" "#coupon_ianhultquist_01"
  30027. "item_description" "#coupon_desc"
  30028. "loot_list_name" "coupon loot list - ianhultquist_01"
  30029. "prefab" "coupon_prefab"
  30030. "image_inventory" "econ/music_kits/ianhultquist_01"
  30031. }
  30032. "20090"
  30033. {
  30034. "name" "coupon - newbeatfund_01"
  30035. "item_name" "#coupon_newbeatfund_01"
  30036. "item_description" "#coupon_desc"
  30037. "loot_list_name" "coupon loot list - newbeatfund_01"
  30038. "prefab" "coupon_prefab"
  30039. "image_inventory" "econ/music_kits/newbeatfund_01"
  30040. }
  30041. "20091"
  30042. {
  30043. "name" "coupon - beartooth_01"
  30044. "item_name" "#coupon_beartooth_01"
  30045. "item_description" "#coupon_desc"
  30046. "loot_list_name" "coupon loot list - beartooth_01"
  30047. "prefab" "coupon_prefab"
  30048. "image_inventory" "econ/music_kits/beartooth_01"
  30049. }
  30050. "20092"
  30051. {
  30052. "name" "coupon - lenniemoore_01"
  30053. "item_name" "#coupon_lenniemoore_01"
  30054. "item_description" "#coupon_desc"
  30055. "loot_list_name" "coupon loot list - lenniemoore_01"
  30056. "prefab" "coupon_prefab"
  30057. "image_inventory" "econ/music_kits/lenniemoore_01"
  30058. }
  30059. "20093"
  30060. {
  30061. "name" "coupon - darude_01"
  30062. "item_name" "#coupon_darude_01"
  30063. "item_description" "#coupon_desc"
  30064. "loot_list_name" "coupon loot list - darude_01"
  30065. "prefab" "coupon_prefab"
  30066. "image_inventory" "econ/music_kits/darude_01"
  30067. }
  30068. "20094"
  30069. {
  30070. "name" "coupon - proxy_01_stattrak"
  30071. "item_name" "#coupon_proxy_01_stattrak"
  30072. "item_description" "#coupon_desc"
  30073. "loot_list_name" "coupon loot list - proxy_01_stattrak"
  30074. "prefab" "coupon_prefab"
  30075. "image_inventory" "econ/music_kits/proxy_01"
  30076. "will_produce_stattrak" "1"
  30077. }
  30078. "20095"
  30079. {
  30080. "name" "coupon - kitheory_01_stattrak"
  30081. "item_name" "#coupon_kitheory_01_stattrak"
  30082. "item_description" "#coupon_desc"
  30083. "loot_list_name" "coupon loot list - kitheory_01_stattrak"
  30084. "prefab" "coupon_prefab"
  30085. "image_inventory" "econ/music_kits/kitheory_01"
  30086. "will_produce_stattrak" "1"
  30087. }
  30088. "20096"
  30089. {
  30090. "name" "coupon - troelsfolmann_01_stattrak"
  30091. "item_name" "#coupon_troelsfolmann_01_stattrak"
  30092. "item_description" "#coupon_desc"
  30093. "loot_list_name" "coupon loot list - troelsfolmann_01_stattrak"
  30094. "prefab" "coupon_prefab"
  30095. "image_inventory" "econ/music_kits/troelsfolmann_01"
  30096. "will_produce_stattrak" "1"
  30097. }
  30098. "20097"
  30099. {
  30100. "name" "coupon - kellybailey_01_stattrak"
  30101. "item_name" "#coupon_kellybailey_01_stattrak"
  30102. "item_description" "#coupon_desc"
  30103. "loot_list_name" "coupon loot list - kellybailey_01_stattrak"
  30104. "prefab" "coupon_prefab"
  30105. "image_inventory" "econ/music_kits/kellybailey_01"
  30106. "will_produce_stattrak" "1"
  30107. }
  30108. "20098"
  30109. {
  30110. "name" "coupon - skog_02_stattrak"
  30111. "item_name" "#coupon_skog_02_stattrak"
  30112. "item_description" "#coupon_desc"
  30113. "loot_list_name" "coupon loot list - skog_02_stattrak"
  30114. "prefab" "coupon_prefab"
  30115. "image_inventory" "econ/music_kits/skog_02"
  30116. "will_produce_stattrak" "1"
  30117. }
  30118. "20099"
  30119. {
  30120. "name" "coupon - danielsadowski_03_stattrak"
  30121. "item_name" "#coupon_danielsadowski_03_stattrak"
  30122. "item_description" "#coupon_desc"
  30123. "loot_list_name" "coupon loot list - danielsadowski_03_stattrak"
  30124. "prefab" "coupon_prefab"
  30125. "image_inventory" "econ/music_kits/danielsadowski_03"
  30126. "will_produce_stattrak" "1"
  30127. }
  30128. "20100"
  30129. {
  30130. "name" "coupon - awolnation_01_stattrak"
  30131. "item_name" "#coupon_awolnation_01_stattrak"
  30132. "item_description" "#coupon_desc"
  30133. "loot_list_name" "coupon loot list - awolnation_01_stattrak"
  30134. "prefab" "coupon_prefab"
  30135. "image_inventory" "econ/music_kits/awolnation_01"
  30136. "will_produce_stattrak" "1"
  30137. }
  30138. "20101"
  30139. {
  30140. "name" "coupon - mordfustang_01_stattrak"
  30141. "item_name" "#coupon_mordfustang_01_stattrak"
  30142. "item_description" "#coupon_desc"
  30143. "loot_list_name" "coupon loot list - mordfustang_01_stattrak"
  30144. "prefab" "coupon_prefab"
  30145. "image_inventory" "econ/music_kits/mordfustang_01"
  30146. "will_produce_stattrak" "1"
  30147. }
  30148. "20102"
  30149. {
  30150. "name" "coupon - michaelbross_01_stattrak"
  30151. "item_name" "#coupon_michaelbross_01_stattrak"
  30152. "item_description" "#coupon_desc"
  30153. "loot_list_name" "coupon loot list - michaelbross_01_stattrak"
  30154. "prefab" "coupon_prefab"
  30155. "image_inventory" "econ/music_kits/michaelbross_01"
  30156. "will_produce_stattrak" "1"
  30157. }
  30158. "20103"
  30159. {
  30160. "name" "coupon - ianhultquist_01_stattrak"
  30161. "item_name" "#coupon_ianhultquist_01_stattrak"
  30162. "item_description" "#coupon_desc"
  30163. "loot_list_name" "coupon loot list - ianhultquist_01_stattrak"
  30164. "prefab" "coupon_prefab"
  30165. "image_inventory" "econ/music_kits/ianhultquist_01"
  30166. "will_produce_stattrak" "1"
  30167. }
  30168. "20104"
  30169. {
  30170. "name" "coupon - newbeatfund_01_stattrak"
  30171. "item_name" "#coupon_newbeatfund_01_stattrak"
  30172. "item_description" "#coupon_desc"
  30173. "loot_list_name" "coupon loot list - newbeatfund_01_stattrak"
  30174. "prefab" "coupon_prefab"
  30175. "image_inventory" "econ/music_kits/newbeatfund_01"
  30176. "will_produce_stattrak" "1"
  30177. }
  30178. "20105"
  30179. {
  30180. "name" "coupon - beartooth_01_stattrak"
  30181. "item_name" "#coupon_beartooth_01_stattrak"
  30182. "item_description" "#coupon_desc"
  30183. "loot_list_name" "coupon loot list - beartooth_01_stattrak"
  30184. "prefab" "coupon_prefab"
  30185. "image_inventory" "econ/music_kits/beartooth_01"
  30186. "will_produce_stattrak" "1"
  30187. }
  30188. "20106"
  30189. {
  30190. "name" "coupon - lenniemoore_01_stattrak"
  30191. "item_name" "#coupon_lenniemoore_01_stattrak"
  30192. "item_description" "#coupon_desc"
  30193. "loot_list_name" "coupon loot list - lenniemoore_01_stattrak"
  30194. "prefab" "coupon_prefab"
  30195. "image_inventory" "econ/music_kits/lenniemoore_01"
  30196. "will_produce_stattrak" "1"
  30197. }
  30198. "20107"
  30199. {
  30200. "name" "coupon - darude_01_stattrak"
  30201. "item_name" "#coupon_darude_01_stattrak"
  30202. "item_description" "#coupon_desc"
  30203. "loot_list_name" "coupon loot list - darude_01_stattrak"
  30204. "prefab" "coupon_prefab"
  30205. "image_inventory" "econ/music_kits/darude_01"
  30206. "will_produce_stattrak" "1"
  30207. }
  30208. "20108"
  30209. {
  30210. "name" "coupon - danielsadowski_01_stattrak"
  30211. "item_name" "#coupon_danielsadowski_01_stattrak"
  30212. "item_description" "#coupon_desc"
  30213. "loot_list_name" "coupon loot list - danielsadowski_01_stattrak"
  30214. "prefab" "coupon_prefab"
  30215. "image_inventory" "econ/music_kits/danielsadowski_01"
  30216. "will_produce_stattrak" "1"
  30217. }
  30218. "20109"
  30219. {
  30220. "name" "coupon - noisia_01_stattrak"
  30221. "item_name" "#coupon_noisia_01_stattrak"
  30222. "item_description" "#coupon_desc"
  30223. "loot_list_name" "coupon loot list - noisia_01_stattrak"
  30224. "prefab" "coupon_prefab"
  30225. "image_inventory" "econ/music_kits/noisia_01"
  30226. "will_produce_stattrak" "1"
  30227. }
  30228. "20110"
  30229. {
  30230. "name" "coupon - robertallaire_01_stattrak"
  30231. "item_name" "#coupon_robertallaire_01_stattrak"
  30232. "item_description" "#coupon_desc"
  30233. "loot_list_name" "coupon loot list - robertallaire_01_stattrak"
  30234. "prefab" "coupon_prefab"
  30235. "image_inventory" "econ/music_kits/robertallaire_01"
  30236. "will_produce_stattrak" "1"
  30237. }
  30238. "20111"
  30239. {
  30240. "name" "coupon - seanmurray_01_stattrak"
  30241. "item_name" "#coupon_seanmurray_01_stattrak"
  30242. "item_description" "#coupon_desc"
  30243. "loot_list_name" "coupon loot list - seanmurray_01_stattrak"
  30244. "prefab" "coupon_prefab"
  30245. "image_inventory" "econ/music_kits/seanmurray_01"
  30246. "will_produce_stattrak" "1"
  30247. }
  30248. "20112"
  30249. {
  30250. "name" "coupon - feedme_01_stattrak"
  30251. "item_name" "#coupon_feedme_01_stattrak"
  30252. "item_description" "#coupon_desc"
  30253. "loot_list_name" "coupon loot list - feedme_01_stattrak"
  30254. "prefab" "coupon_prefab"
  30255. "image_inventory" "econ/music_kits/feedme_01"
  30256. "will_produce_stattrak" "1"
  30257. }
  30258. "20113"
  30259. {
  30260. "name" "coupon - dren_01_stattrak"
  30261. "item_name" "#coupon_dren_01_stattrak"
  30262. "item_description" "#coupon_desc"
  30263. "loot_list_name" "coupon loot list - dren_01_stattrak"
  30264. "prefab" "coupon_prefab"
  30265. "image_inventory" "econ/music_kits/dren_01"
  30266. "will_produce_stattrak" "1"
  30267. }
  30268. "20114"
  30269. {
  30270. "name" "coupon - austinwintory_01_stattrak"
  30271. "item_name" "#coupon_austinwintory_01_stattrak"
  30272. "item_description" "#coupon_desc"
  30273. "loot_list_name" "coupon loot list - austinwintory_01_stattrak"
  30274. "prefab" "coupon_prefab"
  30275. "image_inventory" "econ/music_kits/austinwintory_01"
  30276. "will_produce_stattrak" "1"
  30277. }
  30278. "20115"
  30279. {
  30280. "name" "coupon - sasha_01_stattrak"
  30281. "item_name" "#coupon_sasha_01_stattrak"
  30282. "item_description" "#coupon_desc"
  30283. "loot_list_name" "coupon loot list - sasha_01_stattrak"
  30284. "prefab" "coupon_prefab"
  30285. "image_inventory" "econ/music_kits/sasha_01"
  30286. "will_produce_stattrak" "1"
  30287. }
  30288. "20116"
  30289. {
  30290. "name" "coupon - skog_01_stattrak"
  30291. "item_name" "#coupon_skog_01_stattrak"
  30292. "item_description" "#coupon_desc"
  30293. "loot_list_name" "coupon loot list - skog_01_stattrak"
  30294. "prefab" "coupon_prefab"
  30295. "image_inventory" "econ/music_kits/skog_01"
  30296. "will_produce_stattrak" "1"
  30297. }
  30298. "20117"
  30299. {
  30300. "name" "coupon - midnightriders_01_stattrak"
  30301. "item_name" "#coupon_midnightriders_01_stattrak"
  30302. "item_description" "#coupon_desc"
  30303. "loot_list_name" "coupon loot list - midnightriders_01_stattrak"
  30304. "prefab" "valve coupon_prefab"
  30305. "image_inventory" "econ/music_kits/midnightriders_01"
  30306. "will_produce_stattrak" "1"
  30307. }
  30308. "20118"
  30309. {
  30310. "name" "coupon - danielsadowski_02_stattrak"
  30311. "item_name" "#coupon_danielsadowski_02_stattrak"
  30312. "item_description" "#coupon_desc"
  30313. "loot_list_name" "coupon loot list - danielsadowski_02_stattrak"
  30314. "prefab" "coupon_prefab"
  30315. "image_inventory" "econ/music_kits/danielsadowski_02"
  30316. "will_produce_stattrak" "1"
  30317. }
  30318. "20119"
  30319. {
  30320. "name" "coupon - hotlinemiami_01_stattrak"
  30321. "item_name" "#coupon_hotlinemiami_01_stattrak"
  30322. "item_description" "#coupon_desc"
  30323. "loot_list_name" "coupon loot list - hotlinemiami_01_stattrak"
  30324. "prefab" "coupon_prefab"
  30325. "image_inventory" "econ/music_kits/hotlinemiami_01"
  30326. "will_produce_stattrak" "1"
  30327. }
  30328. "20120"
  30329. {
  30330. "name" "coupon - mattlange_01_stattrak"
  30331. "item_name" "#coupon_mattlange_01_stattrak"
  30332. "item_description" "#coupon_desc"
  30333. "loot_list_name" "coupon loot list - mattlange_01_stattrak"
  30334. "prefab" "coupon_prefab"
  30335. "image_inventory" "econ/music_kits/mattlange_01"
  30336. "will_produce_stattrak" "1"
  30337. }
  30338. "20121"
  30339. {
  30340. "name" "coupon - mateomessina_01_stattrak"
  30341. "item_name" "#coupon_mateomessina_01_stattrak"
  30342. "item_description" "#coupon_desc"
  30343. "loot_list_name" "coupon loot list - mateomessina_01_stattrak"
  30344. "prefab" "coupon_prefab"
  30345. "image_inventory" "econ/music_kits/mateomessina_01"
  30346. "will_produce_stattrak" "1"
  30347. }
  30348. "20122"
  30349. {
  30350. "name" "coupon - damjanmravunac_01_stattrak"
  30351. "item_name" "#coupon_damjanmravunac_01_stattrak"
  30352. "item_description" "#coupon_desc"
  30353. "loot_list_name" "coupon loot list - damjanmravunac_01_stattrak"
  30354. "prefab" "coupon_prefab"
  30355. "image_inventory" "econ/music_kits/damjanmravunac_01"
  30356. "will_produce_stattrak" "1"
  30357. }
  30358. "20123"
  30359. {
  30360. "name" "coupon - pinups_sticker_capsule"
  30361. "item_name" "#coupon_pinups_sticker_capsule"
  30362. "item_description" "#coupon_desc"
  30363. "loot_list_name" "coupon loot list - pinups_sticker_capsule"
  30364. "prefab" "coupon_pinups_capsule_prefab"
  30365. }
  30366. "20124"
  30367. {
  30368. "name" "coupon - slid3_sticker_capsule"
  30369. "item_name" "#coupon_slid3_sticker_capsule"
  30370. "item_description" "#coupon_desc"
  30371. "loot_list_name" "coupon loot list - slid3_sticker_capsule"
  30372. "prefab" "coupon_slid3_capsule_prefab"
  30373. }
  30374. "20125"
  30375. {
  30376. "name" "coupon - team_roles_sticker_capsule"
  30377. "item_name" "#coupon_team_roles_sticker_capsule"
  30378. "item_description" "#coupon_desc"
  30379. "loot_list_name" "coupon loot list - team_roles_sticker_capsule"
  30380. "prefab" "coupon_team_roles_capsule_prefab"
  30381. }
  30382. "20126"
  30383. {
  30384. "name" "coupon - pins_series_1"
  30385. "item_name" "#coupon_pins_series_1"
  30386. "item_description" "#coupon_desc"
  30387. "loot_list_name" "coupon loot list - pins_series_1"
  30388. "prefab" "valve coupon_prefab"
  30389. }
  30390. "20127"
  30391. {
  30392. "name" "coupon - sugarface_sticker_capsule"
  30393. "item_name" "#coupon_sugarface_sticker_capsule"
  30394. "item_description" "#coupon_desc"
  30395. "loot_list_name" "coupon loot list - sugarface_sticker_capsule"
  30396. "prefab" "coupon_sugarface_capsule_prefab"
  30397. }
  30398. "20128"
  30399. {
  30400. "name" "coupon - bestiary_sticker_capsule"
  30401. "item_name" "#coupon_bestiary_sticker_capsule"
  30402. "item_description" "#coupon_desc"
  30403. "loot_list_name" "coupon loot list - bestiary_sticker_capsule"
  30404. "prefab" "coupon_bestiary_capsule_prefab"
  30405. }
  30406. "20129"
  30407. {
  30408. "name" "coupon - crate_sprays_vcap1"
  30409. "item_name" "#coupon_crate_sprays_vcap1"
  30410. "item_description" "#coupon_desc"
  30411. "loot_list_name" "coupon loot list - crate_sprays_vcap1"
  30412. "prefab" "valve coupon_prefab"
  30413. }
  30414. "20130"
  30415. {
  30416. "name" "coupon - crate_sprays_community_1"
  30417. "item_name" "#coupon_crate_sprays_community_1"
  30418. "item_description" "#coupon_desc"
  30419. "loot_list_name" "coupon loot list - crate_sprays_community_1"
  30420. "prefab" "coupon_sprays_capsule_community_1"
  30421. }
  30422. "20131"
  30423. {
  30424. "name" "coupon - pins_series_2"
  30425. "item_name" "#coupon_pins_series_2"
  30426. "item_description" "#coupon_desc"
  30427. "loot_list_name" "coupon loot list - pins_series_2"
  30428. "prefab" "valve coupon_prefab"
  30429. }
  30430. "20133"
  30431. {
  30432. "name" "coupon - radicals_stattrak_musickit_capsule"
  30433. "item_name" "#coupon_radicals_stattrak_musickit_capsule"
  30434. "item_description" "#coupon_desc"
  30435. "loot_list_name" "coupon loot list - radicals_stattrak_musickit_capsule"
  30436. "prefab" "coupon_radicals_capsule_prefab"
  30437. "will_produce_stattrak" "1"
  30438. }
  30439. "20134"
  30440. {
  30441. "name" "coupon - illuminate_capsule_01"
  30442. "item_name" "#coupon_illuminate_capsule_01"
  30443. "item_description" "#coupon_desc"
  30444. "loot_list_name" "coupon loot list - illuminate_capsule_01"
  30445. "prefab" "valve coupon_prefab"
  30446. }
  30447. "20135"
  30448. {
  30449. "name" "coupon - illuminate_capsule_02"
  30450. "item_name" "#coupon_illuminate_capsule_02"
  30451. "item_description" "#coupon_desc"
  30452. "loot_list_name" "coupon loot list - illuminate_capsule_02"
  30453. "prefab" "valve coupon_prefab"
  30454. }
  30455. "20136"
  30456. {
  30457. "name" "coupon - illuminate_sprays_capsule_01"
  30458. "item_name" "#coupon_illuminate_sprays_capsule_01"
  30459. "item_description" "#coupon_desc"
  30460. "loot_list_name" "coupon loot list - illuminate_sprays_capsule_01"
  30461. "prefab" "valve coupon_prefab"
  30462. }
  30463. "20137"
  30464. {
  30465. "name" "coupon - comm2018_01_sticker_capsule"
  30466. "item_name" "#coupon_comm2018_01_sticker_capsule"
  30467. "item_description" "#coupon_desc"
  30468. "loot_list_name" "coupon loot list - comm2018_01_sticker_capsule"
  30469. "prefab" "coupon_comm2018_01_capsule_prefab"
  30470. }
  30471. "20138"
  30472. {
  30473. "name" "coupon - pins_series_3"
  30474. "item_name" "#coupon_pins_series_3"
  30475. "item_description" "#coupon_desc"
  30476. "loot_list_name" "coupon loot list - pins_series_3"
  30477. "prefab" "valve coupon_prefab"
  30478. }
  30479. }
  30480. "attributes"
  30481. {
  30482. "1"
  30483. {
  30484. "name" "always tradable"
  30485. "attribute_class" "always_tradable"
  30486. "description_format" "value_is_additive"
  30487. "description_string" "#Attrib_AlwaysTradable"
  30488. "hidden" "1"
  30489. "effect_type" "positive"
  30490. "stored_as_integer" "1"
  30491. }
  30492. "2"
  30493. {
  30494. "name" "cannot trade"
  30495. "attribute_class" "cannot_trade"
  30496. "description_format" "value_is_additive"
  30497. "description_string" "#Attrib_CannotTrade"
  30498. "hidden" "1"
  30499. "effect_type" "negative"
  30500. "stored_as_integer" "1"
  30501. }
  30502. "3"
  30503. {
  30504. "name" "referenced item id low"
  30505. "attribute_class" "referenced_item_id_low"
  30506. "description_format" "value_is_additive"
  30507. "hidden" "1"
  30508. "effect_type" "neutral"
  30509. "stored_as_integer" "1"
  30510. }
  30511. "4"
  30512. {
  30513. "name" "referenced item id high"
  30514. "attribute_class" "referenced_item_id_high"
  30515. "description_format" "value_is_additive"
  30516. "hidden" "1"
  30517. "effect_type" "neutral"
  30518. "stored_as_integer" "1"
  30519. }
  30520. "6"
  30521. {
  30522. "name" "set item texture prefab"
  30523. "attribute_class" "set_item_texture_prefab"
  30524. "description_format" "value_is_additive"
  30525. "hidden" "1"
  30526. "effect_type" "positive"
  30527. "stored_as_integer" "0"
  30528. }
  30529. "7"
  30530. {
  30531. "name" "set item texture seed"
  30532. "attribute_class" "set_item_texture_seed"
  30533. "description_format" "value_is_additive"
  30534. "hidden" "1"
  30535. "effect_type" "neutral"
  30536. "stored_as_integer" "0"
  30537. }
  30538. "8"
  30539. {
  30540. "name" "set item texture wear"
  30541. "attribute_class" "set_item_texture_wear"
  30542. "hidden" "1"
  30543. "description_string" "#Attrib_SetItemTextureWear"
  30544. "description_format" "value_is_additive"
  30545. "effect_type" "neutral"
  30546. "stored_as_integer" "0"
  30547. }
  30548. "10"
  30549. {
  30550. "name" "has silencer"
  30551. "attribute_class" "has_silencer"
  30552. "description_format" "value_is_additive"
  30553. "description_string" "#Attrib_HasSilencer"
  30554. "hidden" "1"
  30555. "effect_type" "positive"
  30556. "stored_as_integer" "1"
  30557. }
  30558. "13"
  30559. {
  30560. "name" "has burst mode"
  30561. "attribute_class" "has_burst_mode"
  30562. "description_format" "value_is_additive"
  30563. "description_string" "#Attrib_HasBurstMode"
  30564. "hidden" "1"
  30565. "effect_type" "positive"
  30566. "stored_as_integer" "1"
  30567. }
  30568. "14"
  30569. {
  30570. "name" "cycletime when in burst mode"
  30571. "attribute_class" "cycletime_when_in_burst_mode"
  30572. "description_format" "value_is_replace"
  30573. "hidden" "1"
  30574. "effect_type" "neutral"
  30575. "attribute_type" "float"
  30576. }
  30577. "15"
  30578. {
  30579. "name" "time between burst shots"
  30580. "attribute_class" "time_between_burst_shots"
  30581. "description_format" "value_is_additive"
  30582. "hidden" "1"
  30583. "effect_type" "neutral"
  30584. "attribute_type" "float"
  30585. }
  30586. "16"
  30587. {
  30588. "name" "unzoom after shot"
  30589. "attribute_class" "unzoom_after_shot"
  30590. "description_format" "value_is_additive"
  30591. "hidden" "1"
  30592. "effect_type" "neutral"
  30593. "stored_as_integer" "1"
  30594. }
  30595. "17"
  30596. {
  30597. "name" "cycletime when zoomed"
  30598. "attribute_class" "cycletime_when_zoomed"
  30599. "description_format" "value_is_replace"
  30600. "hidden" "1"
  30601. "effect_type" "neutral"
  30602. "attribute_type" "float"
  30603. }
  30604. "18"
  30605. {
  30606. "name" "cannot shoot underwater"
  30607. "attribute_class" "cannot_shoot_underwater"
  30608. "description_format" "value_is_additive"
  30609. "hidden" "1"
  30610. "effect_type" "neutral"
  30611. "stored_as_integer" "1"
  30612. }
  30613. "19"
  30614. {
  30615. "name" "in game price"
  30616. "attribute_class" "in_game_price"
  30617. "description_format" "value_is_additive"
  30618. "hidden" "1"
  30619. "effect_type" "neutral"
  30620. "attribute_type" "uint32"
  30621. }
  30622. "20"
  30623. {
  30624. "name" "primary clip size"
  30625. "attribute_class" "primary_clip_size"
  30626. "description_format" "value_is_additive"
  30627. "hidden" "1"
  30628. "effect_type" "neutral"
  30629. "attribute_type" "uint32"
  30630. }
  30631. "21"
  30632. {
  30633. "name" "secondary clip size"
  30634. "attribute_class" "secondary_clip_size"
  30635. "description_format" "value_is_additive"
  30636. "hidden" "1"
  30637. "effect_type" "neutral"
  30638. "attribute_type" "uint32"
  30639. }
  30640. "22"
  30641. {
  30642. "name" "is full auto"
  30643. "attribute_class" "is_full_auto"
  30644. "description_format" "value_is_additive"
  30645. "description_string" "#Attrib_FullAuto"
  30646. "hidden" "0"
  30647. "effect_type" "positive"
  30648. "attribute_type" "uint32"
  30649. }
  30650. "23"
  30651. {
  30652. "name" "heat per shot"
  30653. "attribute_class" "heat_per_shot"
  30654. "description_format" "value_is_additive"
  30655. "hidden" "1"
  30656. "effect_type" "neutral"
  30657. "attribute_type" "float"
  30658. }
  30659. "24"
  30660. {
  30661. "name" "addon scale"
  30662. "attribute_class" "addon_scale"
  30663. "description_format" "value_is_additive"
  30664. "hidden" "1"
  30665. "effect_type" "neutral"
  30666. "attribute_type" "float"
  30667. }
  30668. "25"
  30669. {
  30670. "name" "tracer frequency"
  30671. "attribute_class" "tracer_frequency"
  30672. "description_format" "value_is_additive"
  30673. "hidden" "1"
  30674. "effect_type" "neutral"
  30675. "attribute_type" "uint32"
  30676. }
  30677. "26"
  30678. {
  30679. "name" "max player speed"
  30680. "attribute_class" "max_player_speed"
  30681. "description_format" "value_is_additive"
  30682. "hidden" "1"
  30683. "effect_type" "neutral"
  30684. "attribute_type" "float"
  30685. }
  30686. "27"
  30687. {
  30688. "name" "max player speed alt"
  30689. "attribute_class" "max_player_speed_alt"
  30690. "description_format" "value_is_additive"
  30691. "hidden" "1"
  30692. "effect_type" "neutral"
  30693. "attribute_type" "float"
  30694. }
  30695. "28"
  30696. {
  30697. "name" "armor ratio"
  30698. "attribute_class" "armor_ratio"
  30699. "description_format" "value_is_additive"
  30700. "hidden" "1"
  30701. "effect_type" "neutral"
  30702. "attribute_type" "float"
  30703. }
  30704. "29"
  30705. {
  30706. "name" "crosshair min distance"
  30707. "attribute_class" "crosshair_min_distance"
  30708. "description_format" "value_is_additive"
  30709. "hidden" "1"
  30710. "effect_type" "neutral"
  30711. "attribute_type" "uint32"
  30712. }
  30713. "30"
  30714. {
  30715. "name" "crosshair delta distance"
  30716. "attribute_class" "crosshair_delta_distance"
  30717. "description_format" "value_is_additive"
  30718. "hidden" "1"
  30719. "effect_type" "neutral"
  30720. "attribute_type" "uint32"
  30721. }
  30722. "31"
  30723. {
  30724. "name" "penetration"
  30725. "attribute_class" "penetration"
  30726. "description_format" "value_is_additive"
  30727. "hidden" "1"
  30728. "effect_type" "neutral"
  30729. "attribute_type" "float"
  30730. }
  30731. "32"
  30732. {
  30733. "name" "damage"
  30734. "attribute_class" "damage"
  30735. "description_format" "value_is_additive"
  30736. "hidden" "1"
  30737. "effect_type" "neutral"
  30738. "attribute_type" "uint32"
  30739. }
  30740. "33"
  30741. {
  30742. "name" "range"
  30743. "attribute_class" "range"
  30744. "description_format" "value_is_additive"
  30745. "hidden" "1"
  30746. "effect_type" "neutral"
  30747. "attribute_type" "float"
  30748. }
  30749. "34"
  30750. {
  30751. "name" "range modifier"
  30752. "attribute_class" "range_modifier"
  30753. "description_format" "value_is_additive"
  30754. "hidden" "1"
  30755. "effect_type" "neutral"
  30756. "attribute_type" "float"
  30757. }
  30758. "35"
  30759. {
  30760. "name" "bullets"
  30761. "attribute_class" "bullets"
  30762. "description_format" "value_is_additive"
  30763. "hidden" "1"
  30764. "effect_type" "neutral"
  30765. "attribute_type" "uint32"
  30766. }
  30767. "36"
  30768. {
  30769. "name" "cycletime"
  30770. "attribute_class" "cycletime"
  30771. "description_format" "value_is_additive"
  30772. "hidden" "1"
  30773. "effect_type" "neutral"
  30774. "attribute_type" "float"
  30775. }
  30776. "37"
  30777. {
  30778. "name" "time to idle"
  30779. "attribute_class" "time_to_idle"
  30780. "description_format" "value_is_additive"
  30781. "hidden" "1"
  30782. "effect_type" "neutral"
  30783. "attribute_type" "float"
  30784. }
  30785. "38"
  30786. {
  30787. "name" "idle interval"
  30788. "attribute_class" "idle interval"
  30789. "description_format" "value_is_additive"
  30790. "hidden" "1"
  30791. "effect_type" "neutral"
  30792. "attribute_type" "float"
  30793. }
  30794. "39"
  30795. {
  30796. "name" "flinch velocity modifier large"
  30797. "attribute_class" "flinch_velocity_modifier_large"
  30798. "description_format" "value_is_additive"
  30799. "hidden" "1"
  30800. "effect_type" "neutral"
  30801. "attribute_type" "float"
  30802. }
  30803. "40"
  30804. {
  30805. "name" "flinch velocity modifier small"
  30806. "attribute_class" "flinch velocity modifier small"
  30807. "description_format" "value_is_additive"
  30808. "hidden" "1"
  30809. "effect_type" "neutral"
  30810. "attribute_type" "float"
  30811. }
  30812. "41"
  30813. {
  30814. "name" "spread"
  30815. "attribute_class" "spread"
  30816. "description_format" "value_is_additive"
  30817. "hidden" "1"
  30818. "effect_type" "neutral"
  30819. "attribute_type" "float"
  30820. }
  30821. "42"
  30822. {
  30823. "name" "inaccuracy crouch"
  30824. "attribute_class" "inaccuracy_crouch"
  30825. "description_format" "value_is_additive"
  30826. "hidden" "1"
  30827. "effect_type" "neutral"
  30828. "attribute_type" "float"
  30829. }
  30830. "43"
  30831. {
  30832. "name" "inaccuracy stand"
  30833. "attribute_class" "inaccuracy_stand"
  30834. "description_format" "value_is_additive"
  30835. "hidden" "1"
  30836. "effect_type" "neutral"
  30837. "attribute_type" "float"
  30838. }
  30839. "44"
  30840. {
  30841. "name" "inaccuracy jump"
  30842. "attribute_class" "inaccuracy_jump"
  30843. "description_format" "value_is_additive"
  30844. "hidden" "1"
  30845. "effect_type" "neutral"
  30846. "attribute_type" "float"
  30847. }
  30848. "45"
  30849. {
  30850. "name" "inaccuracy land"
  30851. "attribute_class" "inaccuracy_land"
  30852. "description_format" "value_is_additive"
  30853. "hidden" "1"
  30854. "effect_type" "neutral"
  30855. "attribute_type" "float"
  30856. }
  30857. "46"
  30858. {
  30859. "name" "inaccuracy ladder"
  30860. "attribute_class" "inaccuracy_ladder"
  30861. "description_format" "value_is_additive"
  30862. "hidden" "1"
  30863. "effect_type" "neutral"
  30864. "attribute_type" "float"
  30865. }
  30866. "47"
  30867. {
  30868. "name" "inaccuracy fire"
  30869. "attribute_class" "inaccuracy_fire"
  30870. "description_format" "value_is_additive"
  30871. "hidden" "1"
  30872. "effect_type" "neutral"
  30873. "attribute_type" "float"
  30874. }
  30875. "48"
  30876. {
  30877. "name" "inaccuracy move"
  30878. "attribute_class" "inaccuracy_move"
  30879. "description_format" "value_is_additive"
  30880. "hidden" "1"
  30881. "effect_type" "neutral"
  30882. "attribute_type" "float"
  30883. }
  30884. "49"
  30885. {
  30886. "name" "spread alt"
  30887. "attribute_class" "spread_alt"
  30888. "description_format" "value_is_additive"
  30889. "hidden" "1"
  30890. "effect_type" "neutral"
  30891. "attribute_type" "float"
  30892. }
  30893. "50"
  30894. {
  30895. "name" "inaccuracy crouch alt"
  30896. "attribute_class" "inaccuracy_crouch_alt"
  30897. "description_format" "value_is_additive"
  30898. "hidden" "1"
  30899. "effect_type" "neutral"
  30900. "attribute_type" "float"
  30901. }
  30902. "51"
  30903. {
  30904. "name" "inaccuracy stand alt"
  30905. "attribute_class" "inaccuracy_stand_alt"
  30906. "description_format" "value_is_additive"
  30907. "hidden" "1"
  30908. "effect_type" "neutral"
  30909. "attribute_type" "float"
  30910. }
  30911. "52"
  30912. {
  30913. "name" "inaccuracy jump alt"
  30914. "attribute_class" "inaccuracy_jump_alt"
  30915. "description_format" "value_is_additive"
  30916. "hidden" "1"
  30917. "effect_type" "neutral"
  30918. "attribute_type" "float"
  30919. }
  30920. "53"
  30921. {
  30922. "name" "inaccuracy land alt"
  30923. "attribute_class" "inaccuracy_land_alt"
  30924. "description_format" "value_is_additive"
  30925. "hidden" "1"
  30926. "effect_type" "neutral"
  30927. "attribute_type" "float"
  30928. }
  30929. "54"
  30930. {
  30931. "name" "inaccuracy ladder alt"
  30932. "attribute_class" "inaccuracy_ladder_alt"
  30933. "description_format" "value_is_additive"
  30934. "hidden" "1"
  30935. "effect_type" "neutral"
  30936. "attribute_type" "float"
  30937. }
  30938. "55"
  30939. {
  30940. "name" "inaccuracy fire alt"
  30941. "attribute_class" "inaccuracy_fire_alt"
  30942. "description_format" "value_is_additive"
  30943. "hidden" "1"
  30944. "effect_type" "neutral"
  30945. "attribute_type" "float"
  30946. }
  30947. "56"
  30948. {
  30949. "name" "inaccuracy move alt"
  30950. "attribute_class" "inaccuracy_move_alt"
  30951. "description_format" "value_is_additive"
  30952. "hidden" "1"
  30953. "effect_type" "neutral"
  30954. "attribute_type" "float"
  30955. }
  30956. "57"
  30957. {
  30958. "name" "recovery time crouch"
  30959. "attribute_class" "recovery_time_crouch"
  30960. "description_format" "value_is_additive"
  30961. "hidden" "1"
  30962. "effect_type" "neutral"
  30963. "attribute_type" "float"
  30964. }
  30965. "58"
  30966. {
  30967. "name" "recovery time stand"
  30968. "attribute_class" "recovery_time_stand"
  30969. "description_format" "value_is_additive"
  30970. "hidden" "1"
  30971. "effect_type" "neutral"
  30972. "attribute_type" "float"
  30973. }
  30974. "59"
  30975. {
  30976. "name" "recoil seed"
  30977. "attribute_class" "recoil_seed"
  30978. "description_format" "value_is_additive"
  30979. "hidden" "1"
  30980. "effect_type" "neutral"
  30981. "attribute_type" "float"
  30982. }
  30983. "60"
  30984. {
  30985. "name" "recoil angle"
  30986. "attribute_class" "recoil_angle"
  30987. "description_format" "value_is_additive"
  30988. "hidden" "1"
  30989. "effect_type" "neutral"
  30990. "attribute_type" "float"
  30991. }
  30992. "61"
  30993. {
  30994. "name" "recoil angle variance"
  30995. "attribute_class" "recoil_angle_variance"
  30996. "description_format" "value_is_additive"
  30997. "hidden" "1"
  30998. "effect_type" "neutral"
  30999. "attribute_type" "float"
  31000. }
  31001. "62"
  31002. {
  31003. "name" "recoil magnitude"
  31004. "attribute_class" "recoil_magnitude"
  31005. "description_format" "value_is_additive"
  31006. "hidden" "1"
  31007. "effect_type" "neutral"
  31008. "attribute_type" "float"
  31009. }
  31010. "63"
  31011. {
  31012. "name" "recoil magnitude variance"
  31013. "attribute_class" "recoil_magnitude_variance"
  31014. "description_format" "value_is_additive"
  31015. "hidden" "1"
  31016. "effect_type" "neutral"
  31017. "attribute_type" "float"
  31018. }
  31019. "64"
  31020. {
  31021. "name" "recoil angle alt"
  31022. "attribute_class" "recoil_angle_alt"
  31023. "description_format" "value_is_additive"
  31024. "hidden" "1"
  31025. "effect_type" "neutral"
  31026. "attribute_type" "float"
  31027. }
  31028. "65"
  31029. {
  31030. "name" "recoil angle variance alt"
  31031. "attribute_class" "recoil_angle_variance_alt"
  31032. "description_format" "value_is_additive"
  31033. "hidden" "1"
  31034. "effect_type" "neutral"
  31035. "attribute_type" "float"
  31036. }
  31037. "66"
  31038. {
  31039. "name" "recoil magnitude alt"
  31040. "attribute_class" "recoil_magnitude_alt"
  31041. "description_format" "value_is_additive"
  31042. "hidden" "1"
  31043. "effect_type" "neutral"
  31044. "attribute_type" "float"
  31045. }
  31046. "67"
  31047. {
  31048. "name" "recoil magnitude variance alt"
  31049. "attribute_class" "recoil_magnitude_variance_alt"
  31050. "description_format" "value_is_additive"
  31051. "hidden" "1"
  31052. "effect_type" "neutral"
  31053. "attribute_type" "float"
  31054. }
  31055. "68"
  31056. {
  31057. "name" "set supply crate series"
  31058. "attribute_class" "supply_crate_series"
  31059. "description_string" "#Attrib_SupplyCrateSeries"
  31060. "description_format" "value_is_additive"
  31061. "hidden" "0"
  31062. "effect_type" "positive"
  31063. "stored_as_integer" "1"
  31064. }
  31065. "69"
  31066. {
  31067. "name" "minutes played"
  31068. "attribute_class" "minutes_played"
  31069. "description_string" "#Attrib_MinutesPlayedAsHrs"
  31070. "description_format" "value_is_mins_as_hours"
  31071. "hidden" "0"
  31072. "effect_type" "positive"
  31073. "stored_as_integer" "0"
  31074. "score" "10000"
  31075. }
  31076. "70"
  31077. {
  31078. "name" "alternate icon"
  31079. "attribute_class" "alternate_icon"
  31080. "description_format" "value_is_additive"
  31081. "hidden" "1"
  31082. "effect_type" "positive"
  31083. "stored_as_integer" "1"
  31084. }
  31085. "71"
  31086. {
  31087. "name" "season access"
  31088. "attribute_class" "season_access"
  31089. "description_format" "value_is_additive"
  31090. "hidden" "1"
  31091. "effect_type" "positive"
  31092. "stored_as_integer" "1"
  31093. }
  31094. "72"
  31095. {
  31096. "name" "disallow recycling"
  31097. "attribute_class" "disallow_recycling"
  31098. "description_format" "value_is_additive"
  31099. "hidden" "1"
  31100. "effect_type" "positive"
  31101. "stored_as_integer" "1"
  31102. }
  31103. "73"
  31104. {
  31105. "name" "upgrade threshold"
  31106. "attribute_class" "upgrade_threshold"
  31107. "description_format" "value_is_additive"
  31108. "hidden" "1"
  31109. "effect_type" "positive"
  31110. "stored_as_integer" "1"
  31111. }
  31112. "75"
  31113. {
  31114. "name" "tradable after date"
  31115. "attribute_class" "tradable_after_date"
  31116. "description_format" "value_is_date"
  31117. "description_string" "#Attrib_TradableAfterDate"
  31118. "hidden" "1"
  31119. "effect_type" "negative"
  31120. "stored_as_integer" "1"
  31121. }
  31122. "76"
  31123. {
  31124. "name" "is revolver"
  31125. "attribute_class" "is_revolver"
  31126. "description_format" "value_is_additive"
  31127. "hidden" "1"
  31128. "effect_type" "neutral"
  31129. "stored_as_integer" "1"
  31130. }
  31131. "78"
  31132. {
  31133. "name" "elevate quality"
  31134. "attribute_class" "set_elevated_quality"
  31135. "description_format" "value_is_additive"
  31136. "hidden" "1"
  31137. "effect_type" "positive"
  31138. "stored_as_integer" "0"
  31139. }
  31140. "79"
  31141. {
  31142. "name" "cycletime alt"
  31143. "attribute_class" "cycletime_alt"
  31144. "description_format" "value_is_additive"
  31145. "hidden" "1"
  31146. "effect_type" "neutral"
  31147. "attribute_type" "float"
  31148. }
  31149. "80"
  31150. {
  31151. "name" "kill eater"
  31152. "attribute_class" "kill_eater"
  31153. "description_format" "value_is_additive"
  31154. "hidden" "1"
  31155. "effect_type" "positive"
  31156. "stored_as_integer" "1"
  31157. }
  31158. "81"
  31159. {
  31160. "name" "kill eater score type"
  31161. "attribute_class" "kill_eater_score_type"
  31162. "description_format" "value_is_additive"
  31163. "hidden" "1"
  31164. "effect_type" "positive"
  31165. "score" "6"
  31166. "stored_as_integer" "1"
  31167. }
  31168. "82"
  31169. {
  31170. "name" "kill eater user 1"
  31171. "attribute_class" "kill_eater_user_1"
  31172. "description_format" "value_is_additive"
  31173. "hidden" "0"
  31174. "effect_type" "positive"
  31175. "stored_as_integer" "1"
  31176. }
  31177. "83"
  31178. {
  31179. "name" "kill eater user score type 1"
  31180. "attribute_class" "kill_eater_user_score_type_1"
  31181. "description_format" "value_is_additive"
  31182. "hidden" "1"
  31183. "effect_type" "positive"
  31184. "score" "6"
  31185. "stored_as_integer" "1"
  31186. }
  31187. "84"
  31188. {
  31189. "name" "kill eater user 2"
  31190. "attribute_class" "kill_eater_user_2"
  31191. "description_format" "value_is_additive"
  31192. "hidden" "0"
  31193. "effect_type" "positive"
  31194. "stored_as_integer" "1"
  31195. }
  31196. "85"
  31197. {
  31198. "name" "kill eater user score type 2"
  31199. "attribute_class" "kill_eater_user_score_type_2"
  31200. "description_format" "value_is_additive"
  31201. "hidden" "1"
  31202. "effect_type" "positive"
  31203. "score" "6"
  31204. "stored_as_integer" "1"
  31205. }
  31206. "86"
  31207. {
  31208. "name" "kill eater user 3"
  31209. "attribute_class" "kill_eater_user_3"
  31210. "description_format" "value_is_additive"
  31211. "hidden" "0"
  31212. "effect_type" "positive"
  31213. "stored_as_integer" "1"
  31214. }
  31215. "87"
  31216. {
  31217. "name" "kill eater user score type 3"
  31218. "attribute_class" "kill_eater_user_score_type_3"
  31219. "description_format" "value_is_additive"
  31220. "hidden" "1"
  31221. "effect_type" "positive"
  31222. "score" "6"
  31223. "stored_as_integer" "1"
  31224. }
  31225. "88"
  31226. {
  31227. "name" "kill eater 2"
  31228. "attribute_class" "kill_eater_2"
  31229. "description_format" "value_is_additive"
  31230. "hidden" "0"
  31231. "effect_type" "positive"
  31232. "stored_as_integer" "1"
  31233. }
  31234. "89"
  31235. {
  31236. "name" "kill eater score type 2"
  31237. "attribute_class" "kill_eater_score_type_2"
  31238. "description_format" "value_is_additive"
  31239. "hidden" "1"
  31240. "effect_type" "positive"
  31241. "score" "6"
  31242. "stored_as_integer" "1"
  31243. }
  31244. "92"
  31245. {
  31246. "name" "tracer frequency alt"
  31247. "attribute_class" "tracer_frequency_alt"
  31248. "description_format" "value_is_additive"
  31249. "hidden" "1"
  31250. "effect_type" "neutral"
  31251. "attribute_type" "uint32"
  31252. }
  31253. "93"
  31254. {
  31255. "name" "primary default clip size"
  31256. "attribute_class" "primary_default_clip_size"
  31257. "description_format" "value_is_additive"
  31258. "hidden" "1"
  31259. "effect_type" "neutral"
  31260. "attribute_type" "uint32"
  31261. }
  31262. "94"
  31263. {
  31264. "name" "secondary default clip size"
  31265. "attribute_class" "secondary_default_clip_size"
  31266. "description_format" "value_is_additive"
  31267. "hidden" "1"
  31268. "effect_type" "neutral"
  31269. "attribute_type" "uint32"
  31270. }
  31271. "95"
  31272. {
  31273. "name" "recipe filter"
  31274. "attribute_class" "recipe_filter"
  31275. "description_format" "value_is_additive"
  31276. "hidden" "1"
  31277. "effect_type" "neutral"
  31278. "stored_as_integer" "0"
  31279. }
  31280. "97"
  31281. {
  31282. "name" "competitive kills"
  31283. "attribute_class" "competitive_kills"
  31284. "description_format" "value_is_additive"
  31285. "description_string" "#Attrib_CompetitiveKills"
  31286. "hidden" "1"
  31287. "effect_type" "positive"
  31288. "stored_as_integer" "1"
  31289. "score" "8000"
  31290. }
  31291. "98"
  31292. {
  31293. "name" "competitive 3k"
  31294. "attribute_class" "competitive_3k"
  31295. "description_format" "value_is_additive"
  31296. "description_string" "#Attrib_Competitive3k"
  31297. "hidden" "1"
  31298. "effect_type" "positive"
  31299. "stored_as_integer" "1"
  31300. "score" "7000"
  31301. }
  31302. "99"
  31303. {
  31304. "name" "competitive 4k"
  31305. "attribute_class" "competitive_4k"
  31306. "description_format" "value_is_additive"
  31307. "description_string" "#Attrib_Competitive4k"
  31308. "hidden" "1"
  31309. "effect_type" "positive"
  31310. "stored_as_integer" "1"
  31311. "score" "6900"
  31312. }
  31313. "101"
  31314. {
  31315. "name" "competitive 5k"
  31316. "attribute_class" "competitive_5k"
  31317. "description_format" "value_is_additive"
  31318. "description_string" "#Attrib_Competitive5k"
  31319. "hidden" "1"
  31320. "effect_type" "positive"
  31321. "stored_as_integer" "1"
  31322. "score" "6800"
  31323. }
  31324. "102"
  31325. {
  31326. "name" "competitive hsp"
  31327. "attribute_class" "competitive_hsp"
  31328. "description_format" "value_is_additive"
  31329. "description_string" "#Attrib_CompetitiveHSP"
  31330. "hidden" "1"
  31331. "effect_type" "positive"
  31332. "stored_as_integer" "0"
  31333. "score" "7500"
  31334. }
  31335. "103"
  31336. {
  31337. "name" "competitive wins"
  31338. "attribute_class" "competitive_wins"
  31339. "description_format" "value_is_additive"
  31340. "description_string" "#Attrib_CompetitiveWins"
  31341. "hidden" "1"
  31342. "effect_type" "positive"
  31343. "stored_as_integer" "1"
  31344. "score" "8500"
  31345. }
  31346. "104"
  31347. {
  31348. "name" "competitive mvps"
  31349. "attribute_class" "competitive_mvps"
  31350. "description_format" "value_is_additive"
  31351. "description_string" "#Attrib_CompetitiveMVPs"
  31352. "hidden" "1"
  31353. "effect_type" "positive"
  31354. "stored_as_integer" "1"
  31355. "score" "8400"
  31356. }
  31357. "105"
  31358. {
  31359. "name" "competitive minutes played"
  31360. "attribute_class" "competitive_minutes_played"
  31361. "description_string" "#Attrib_CompetitiveMinutesPlayedAsHrs"
  31362. "description_format" "value_is_mins_as_hours"
  31363. "hidden" "1"
  31364. "effect_type" "positive"
  31365. "stored_as_integer" "1"
  31366. "score" "9000"
  31367. }
  31368. "106"
  31369. {
  31370. "name" "match wins"
  31371. "attribute_class" "match_wins"
  31372. "description_format" "value_is_additive"
  31373. "description_string" "#Attrib_MatchWins"
  31374. "hidden" "0"
  31375. "effect_type" "positive"
  31376. "stored_as_integer" "1"
  31377. "score" "9500"
  31378. }
  31379. "107"
  31380. {
  31381. "name" "preferred sort"
  31382. "attribute_class" "preferred_sort"
  31383. "description_format" "value_is_additive"
  31384. "hidden" "1"
  31385. "effect_type" "neutral"
  31386. "stored_as_integer" "0"
  31387. }
  31388. "111"
  31389. {
  31390. "name" "custom name attr"
  31391. "attribute_class" "custom_name_attr"
  31392. "attribute_type" "string"
  31393. "description_format" "value_is_additive"
  31394. "hidden" "1"
  31395. "effect_type" "positive"
  31396. }
  31397. "112"
  31398. {
  31399. "name" "custom desc attr"
  31400. "attribute_class" "custom_desc_attr"
  31401. "attribute_type" "string"
  31402. "description_format" "value_is_additive"
  31403. "hidden" "1"
  31404. "effect_type" "positive"
  31405. }
  31406. "113"
  31407. {
  31408. "name" "sticker slot 0 id"
  31409. "attribute_class" "sticker_slot_id"
  31410. "group" "only_on_unique"
  31411. "description_format" "value_is_additive"
  31412. "hidden" "1"
  31413. "effect_type" "positive"
  31414. "stored_as_integer" "1"
  31415. }
  31416. "114"
  31417. {
  31418. "name" "sticker slot 0 wear"
  31419. "attribute_class" "sticker_slot_wear"
  31420. "group" "only_on_unique"
  31421. "description_format" "value_is_additive"
  31422. "hidden" "1"
  31423. "effect_type" "positive"
  31424. "stored_as_integer" "0"
  31425. }
  31426. "115"
  31427. {
  31428. "name" "sticker slot 0 scale"
  31429. "attribute_class" "sticker_slot_scale"
  31430. "group" "only_on_unique"
  31431. "description_format" "value_is_additive"
  31432. "hidden" "1"
  31433. "effect_type" "positive"
  31434. "stored_as_integer" "0"
  31435. }
  31436. "116"
  31437. {
  31438. "name" "sticker slot 0 rotation"
  31439. "attribute_class" "sticker_slot_rotation"
  31440. "group" "only_on_unique"
  31441. "description_format" "value_is_additive"
  31442. "hidden" "1"
  31443. "effect_type" "positive"
  31444. "stored_as_integer" "0"
  31445. }
  31446. "117"
  31447. {
  31448. "name" "sticker slot 1 id"
  31449. "attribute_class" "sticker_slot_id"
  31450. "group" "only_on_unique"
  31451. "description_format" "value_is_additive"
  31452. "hidden" "1"
  31453. "effect_type" "positive"
  31454. "stored_as_integer" "1"
  31455. }
  31456. "118"
  31457. {
  31458. "name" "sticker slot 1 wear"
  31459. "attribute_class" "sticker_slot_wear"
  31460. "group" "only_on_unique"
  31461. "description_format" "value_is_additive"
  31462. "hidden" "1"
  31463. "effect_type" "positive"
  31464. "stored_as_integer" "0"
  31465. }
  31466. "119"
  31467. {
  31468. "name" "sticker slot 1 scale"
  31469. "attribute_class" "sticker_slot_scale"
  31470. "group" "only_on_unique"
  31471. "description_format" "value_is_additive"
  31472. "hidden" "1"
  31473. "effect_type" "positive"
  31474. "stored_as_integer" "0"
  31475. }
  31476. "120"
  31477. {
  31478. "name" "sticker slot 1 rotation"
  31479. "attribute_class" "sticker_slot_rotation"
  31480. "group" "only_on_unique"
  31481. "description_format" "value_is_additive"
  31482. "hidden" "1"
  31483. "effect_type" "positive"
  31484. "stored_as_integer" "0"
  31485. }
  31486. "121"
  31487. {
  31488. "name" "sticker slot 2 id"
  31489. "attribute_class" "sticker_slot_id"
  31490. "group" "only_on_unique"
  31491. "description_format" "value_is_additive"
  31492. "hidden" "1"
  31493. "effect_type" "positive"
  31494. "stored_as_integer" "1"
  31495. }
  31496. "122"
  31497. {
  31498. "name" "sticker slot 2 wear"
  31499. "attribute_class" "sticker_slot_wear"
  31500. "group" "only_on_unique"
  31501. "description_format" "value_is_additive"
  31502. "hidden" "1"
  31503. "effect_type" "positive"
  31504. "stored_as_integer" "0"
  31505. }
  31506. "123"
  31507. {
  31508. "name" "sticker slot 2 scale"
  31509. "attribute_class" "sticker_slot_scale"
  31510. "group" "only_on_unique"
  31511. "description_format" "value_is_additive"
  31512. "hidden" "1"
  31513. "effect_type" "positive"
  31514. "stored_as_integer" "0"
  31515. }
  31516. "124"
  31517. {
  31518. "name" "sticker slot 2 rotation"
  31519. "attribute_class" "sticker_slot_rotation"
  31520. "group" "only_on_unique"
  31521. "description_format" "value_is_additive"
  31522. "hidden" "1"
  31523. "effect_type" "positive"
  31524. "stored_as_integer" "0"
  31525. }
  31526. "125"
  31527. {
  31528. "name" "sticker slot 3 id"
  31529. "attribute_class" "sticker_slot_id"
  31530. "group" "only_on_unique"
  31531. "description_format" "value_is_additive"
  31532. "hidden" "1"
  31533. "effect_type" "positive"
  31534. "stored_as_integer" "1"
  31535. }
  31536. "126"
  31537. {
  31538. "name" "sticker slot 3 wear"
  31539. "attribute_class" "sticker_slot_wear"
  31540. "group" "only_on_unique"
  31541. "description_format" "value_is_additive"
  31542. "hidden" "1"
  31543. "effect_type" "positive"
  31544. "stored_as_integer" "0"
  31545. }
  31546. "127"
  31547. {
  31548. "name" "sticker slot 3 scale"
  31549. "attribute_class" "sticker_slot_scale"
  31550. "group" "only_on_unique"
  31551. "description_format" "value_is_additive"
  31552. "hidden" "1"
  31553. "effect_type" "positive"
  31554. "stored_as_integer" "0"
  31555. }
  31556. "128"
  31557. {
  31558. "name" "sticker slot 3 rotation"
  31559. "attribute_class" "sticker_slot_rotation"
  31560. "group" "only_on_unique"
  31561. "description_format" "value_is_additive"
  31562. "hidden" "1"
  31563. "effect_type" "positive"
  31564. "stored_as_integer" "0"
  31565. }
  31566. "129"
  31567. {
  31568. "name" "sticker slot 4 id"
  31569. "attribute_class" "sticker_slot_id"
  31570. "group" "only_on_unique"
  31571. "description_format" "value_is_additive"
  31572. "hidden" "1"
  31573. "effect_type" "positive"
  31574. "stored_as_integer" "1"
  31575. }
  31576. "130"
  31577. {
  31578. "name" "sticker slot 4 wear"
  31579. "attribute_class" "sticker_slot_wear"
  31580. "group" "only_on_unique"
  31581. "description_format" "value_is_additive"
  31582. "hidden" "1"
  31583. "effect_type" "positive"
  31584. "stored_as_integer" "0"
  31585. }
  31586. "131"
  31587. {
  31588. "name" "sticker slot 4 scale"
  31589. "attribute_class" "sticker_slot_scale"
  31590. "group" "only_on_unique"
  31591. "description_format" "value_is_additive"
  31592. "hidden" "1"
  31593. "effect_type" "positive"
  31594. "stored_as_integer" "0"
  31595. }
  31596. "132"
  31597. {
  31598. "name" "sticker slot 4 rotation"
  31599. "attribute_class" "sticker_slot_rotation"
  31600. "group" "only_on_unique"
  31601. "description_format" "value_is_additive"
  31602. "hidden" "1"
  31603. "effect_type" "positive"
  31604. "stored_as_integer" "0"
  31605. }
  31606. "133"
  31607. {
  31608. "name" "sticker slot 5 id"
  31609. "attribute_class" "sticker_slot_id"
  31610. "group" "only_on_unique"
  31611. "description_format" "value_is_additive"
  31612. "hidden" "1"
  31613. "effect_type" "positive"
  31614. "stored_as_integer" "1"
  31615. }
  31616. "134"
  31617. {
  31618. "name" "sticker slot 5 wear"
  31619. "attribute_class" "sticker_slot_wear"
  31620. "group" "only_on_unique"
  31621. "description_format" "value_is_additive"
  31622. "hidden" "1"
  31623. "effect_type" "positive"
  31624. "stored_as_integer" "0"
  31625. }
  31626. "135"
  31627. {
  31628. "name" "sticker slot 5 scale"
  31629. "attribute_class" "sticker_slot_scale"
  31630. "group" "only_on_unique"
  31631. "description_format" "value_is_additive"
  31632. "hidden" "1"
  31633. "effect_type" "positive"
  31634. "stored_as_integer" "0"
  31635. }
  31636. "136"
  31637. {
  31638. "name" "sticker slot 5 rotation"
  31639. "attribute_class" "sticker_slot_rotation"
  31640. "group" "only_on_unique"
  31641. "description_format" "value_is_additive"
  31642. "hidden" "1"
  31643. "effect_type" "positive"
  31644. "stored_as_integer" "0"
  31645. }
  31646. "137"
  31647. {
  31648. "name" "tournament event id"
  31649. "attribute_class" "tournament_event_id"
  31650. "group" "only_on_unique"
  31651. "description_format" "value_is_additive"
  31652. "hidden" "1"
  31653. "effect_type" "positive"
  31654. "stored_as_integer" "1"
  31655. }
  31656. "138"
  31657. {
  31658. "name" "tournament event stage id"
  31659. "attribute_class" "tournament_event_stage_id"
  31660. "group" "only_on_unique"
  31661. "description_format" "value_is_additive"
  31662. "hidden" "1"
  31663. "effect_type" "positive"
  31664. "stored_as_integer" "1"
  31665. }
  31666. "139"
  31667. {
  31668. "name" "tournament event team0 id"
  31669. "attribute_class" "tournament_event_team_id"
  31670. "description_format" "value_is_additive"
  31671. "hidden" "1"
  31672. "effect_type" "positive"
  31673. "stored_as_integer" "1"
  31674. }
  31675. "140"
  31676. {
  31677. "name" "tournament event team1 id"
  31678. "attribute_class" "tournament_event_team_id"
  31679. "group" "only_on_unique"
  31680. "description_format" "value_is_additive"
  31681. "hidden" "1"
  31682. "effect_type" "positive"
  31683. "stored_as_integer" "1"
  31684. }
  31685. "142"
  31686. {
  31687. "name" "icon display model"
  31688. "attribute_class" "icon_display_model"
  31689. "description_format" "value_is_additive"
  31690. "hidden" "1"
  31691. "effect_type" "positive"
  31692. "attribute_type" "string"
  31693. }
  31694. "143"
  31695. {
  31696. "name" "buymenu display model"
  31697. "attribute_class" "buymenu_display_model"
  31698. "description_format" "value_is_additive"
  31699. "hidden" "1"
  31700. "effect_type" "positive"
  31701. "attribute_type" "string"
  31702. }
  31703. "144"
  31704. {
  31705. "name" "pedestal display model"
  31706. "attribute_class" "pedestal_display_model"
  31707. "description_format" "value_is_additive"
  31708. "hidden" "1"
  31709. "effect_type" "positive"
  31710. "attribute_type" "string"
  31711. }
  31712. "145"
  31713. {
  31714. "name" "magazine model"
  31715. "attribute_class" "magazine_model"
  31716. "description_format" "value_is_additive"
  31717. "hidden" "1"
  31718. "effect_type" "positive"
  31719. "attribute_type" "string"
  31720. }
  31721. "146"
  31722. {
  31723. "name" "uid model"
  31724. "attribute_class" "uid_model"
  31725. "description_format" "value_is_additive"
  31726. "hidden" "1"
  31727. "effect_type" "positive"
  31728. "attribute_type" "string"
  31729. }
  31730. "147"
  31731. {
  31732. "name" "stattrak model"
  31733. "attribute_class" "stattrak_model"
  31734. "description_format" "value_is_additive"
  31735. "hidden" "1"
  31736. "effect_type" "positive"
  31737. "attribute_type" "string"
  31738. }
  31739. "150"
  31740. {
  31741. "name" "aimsight capable"
  31742. "attribute_class" "aimsight_capable"
  31743. "description_format" "value_is_replace"
  31744. "hidden" "1"
  31745. "effect_type" "neutral"
  31746. "stored_as_integer" "1"
  31747. }
  31748. "151"
  31749. {
  31750. "name" "aimsight eye pos"
  31751. "attribute_class" "aimsight_eye_pos"
  31752. "description_format" "value_is_replace"
  31753. "hidden" "1"
  31754. "effect_type" "neutral"
  31755. "attribute_type" "vector"
  31756. }
  31757. "154"
  31758. {
  31759. "name" "aimsight pivot angle"
  31760. "attribute_class" "aimsight_pivot_angle"
  31761. "description_format" "value_is_replace"
  31762. "hidden" "1"
  31763. "effect_type" "neutral"
  31764. "attribute_type" "vector"
  31765. }
  31766. "157"
  31767. {
  31768. "name" "aimsight speed up"
  31769. "attribute_class" "aimsight_speed_up"
  31770. "description_format" "value_is_replace"
  31771. "hidden" "1"
  31772. "effect_type" "neutral"
  31773. "stored_as_integer" "0"
  31774. }
  31775. "158"
  31776. {
  31777. "name" "aimsight speed down"
  31778. "attribute_class" "aimsight_speed_down"
  31779. "description_format" "value_is_replace"
  31780. "hidden" "1"
  31781. "effect_type" "neutral"
  31782. "stored_as_integer" "0"
  31783. }
  31784. "159"
  31785. {
  31786. "name" "aimsight looseness"
  31787. "attribute_class" "aimsight_looseness"
  31788. "description_format" "value_is_replace"
  31789. "hidden" "1"
  31790. "effect_type" "neutral"
  31791. "stored_as_integer" "0"
  31792. }
  31793. "160"
  31794. {
  31795. "name" "aimsight fov"
  31796. "attribute_class" "aimsight_fov"
  31797. "description_format" "value_is_replace"
  31798. "hidden" "1"
  31799. "effect_type" "neutral"
  31800. "stored_as_integer" "0"
  31801. }
  31802. "161"
  31803. {
  31804. "name" "aimsight pivot forward"
  31805. "attribute_class" "aimsight_pivot_forward"
  31806. "description_format" "value_is_replace"
  31807. "hidden" "1"
  31808. "effect_type" "neutral"
  31809. "stored_as_integer" "0"
  31810. }
  31811. "162"
  31812. {
  31813. "name" "gifter account id"
  31814. "attribute_class" "gifter_account_id"
  31815. "description_format" "value_is_account_id"
  31816. "hidden" "1"
  31817. "effect_type" "positive"
  31818. "stored_as_integer" "1"
  31819. }
  31820. "165"
  31821. {
  31822. "name" "aimsight lens mask"
  31823. "attribute_class" "aimsight_lens_mask"
  31824. "description_format" "value_is_additive"
  31825. "hidden" "1"
  31826. "effect_type" "positive"
  31827. "attribute_type" "string"
  31828. }
  31829. "166"
  31830. {
  31831. "name" "music id"
  31832. "attribute_class" "music_id"
  31833. "description_format" "value_is_additive"
  31834. "hidden" "1"
  31835. "effect_type" "positive"
  31836. "stored_as_integer" "1"
  31837. }
  31838. "168"
  31839. {
  31840. "name" "quest id"
  31841. "attribute_class" "quest_id"
  31842. "description_format" "value_is_additive"
  31843. "hidden" "1"
  31844. "effect_type" "positive"
  31845. "stored_as_integer" "1"
  31846. }
  31847. "169"
  31848. {
  31849. "name" "quest points remaining"
  31850. "attribute_class" "quest_points_remaining"
  31851. "description_format" "value_is_additive"
  31852. "hidden" "1"
  31853. "effect_type" "positive"
  31854. "stored_as_integer" "1"
  31855. }
  31856. "170"
  31857. {
  31858. "name" "quest reward lootlist"
  31859. "attribute_class" "quest_reward_lootlist"
  31860. "description_format" "value_is_additive"
  31861. "hidden" "1"
  31862. "effect_type" "positive"
  31863. "stored_as_integer" "1"
  31864. }
  31865. "171"
  31866. {
  31867. "name" "quests complete"
  31868. "attribute_class" "quests_complete"
  31869. "description_format" "value_is_additive"
  31870. "description_string" "#Attrib_QuestsComplete"
  31871. "hidden" "0"
  31872. "effect_type" "positive"
  31873. "stored_as_integer" "1"
  31874. "score" "8600"
  31875. }
  31876. "172"
  31877. {
  31878. "name" "operation kills"
  31879. "attribute_class" "operation_kills"
  31880. "description_format" "value_is_additive"
  31881. "description_string" "#Attrib_OperationKills"
  31882. "hidden" "1"
  31883. "effect_type" "positive"
  31884. "stored_as_integer" "1"
  31885. "score" "8000"
  31886. }
  31887. "173"
  31888. {
  31889. "name" "operation 3k"
  31890. "attribute_class" "operation_3k"
  31891. "description_format" "value_is_additive"
  31892. "description_string" "#Attrib_Operation3k"
  31893. "hidden" "1"
  31894. "effect_type" "positive"
  31895. "stored_as_integer" "1"
  31896. "score" "7000"
  31897. }
  31898. "174"
  31899. {
  31900. "name" "operation 4k"
  31901. "attribute_class" "operation_4k"
  31902. "description_format" "value_is_additive"
  31903. "description_string" "#Attrib_Operation4k"
  31904. "hidden" "1"
  31905. "effect_type" "positive"
  31906. "stored_as_integer" "1"
  31907. "score" "6900"
  31908. }
  31909. "175"
  31910. {
  31911. "name" "operation 5k"
  31912. "attribute_class" "operation_5k"
  31913. "description_format" "value_is_additive"
  31914. "description_string" "#Attrib_Operation5k"
  31915. "hidden" "1"
  31916. "effect_type" "positive"
  31917. "stored_as_integer" "1"
  31918. "score" "6800"
  31919. }
  31920. "176"
  31921. {
  31922. "name" "operation hsp"
  31923. "attribute_class" "operation_hsp"
  31924. "description_format" "value_is_additive"
  31925. "description_string" "#Attrib_OperationHSP"
  31926. "hidden" "1"
  31927. "effect_type" "positive"
  31928. "stored_as_integer" "0"
  31929. "score" "7500"
  31930. }
  31931. "177"
  31932. {
  31933. "name" "operation mvps"
  31934. "attribute_class" "operation_mvps"
  31935. "description_format" "value_is_additive"
  31936. "description_string" "#Attrib_OperationMVPs"
  31937. "hidden" "1"
  31938. "effect_type" "positive"
  31939. "stored_as_integer" "1"
  31940. "score" "8400"
  31941. }
  31942. "178"
  31943. {
  31944. "name" "operation minutes played"
  31945. "attribute_class" "operation_minutes_played"
  31946. "description_string" "#Attrib_OperationMinutesPlayedAsHrs"
  31947. "description_format" "value_is_mins_as_hours"
  31948. "hidden" "1"
  31949. "effect_type" "positive"
  31950. "stored_as_integer" "1"
  31951. "score" "9000"
  31952. }
  31953. "179"
  31954. {
  31955. "name" "operation wins"
  31956. "attribute_class" "operation_wins"
  31957. "description_format" "value_is_additive"
  31958. "description_string" "#Attrib_OperationWins"
  31959. "hidden" "1"
  31960. "effect_type" "positive"
  31961. "stored_as_integer" "1"
  31962. "score" "9500"
  31963. }
  31964. "180"
  31965. {
  31966. "name" "deployment date"
  31967. "attribute_class" "deployment_date"
  31968. "description_format" "value_is_date"
  31969. "description_string" "#Attrib_DeploymentDate"
  31970. "hidden" "0"
  31971. "effect_type" "positive"
  31972. "stored_as_integer" "1"
  31973. }
  31974. "182"
  31975. {
  31976. "name" "use after date"
  31977. "attribute_class" "use_after_date"
  31978. "description_format" "value_is_date"
  31979. "description_string" "#Attrib_UseAfterDate"
  31980. "hidden" "1"
  31981. "effect_type" "negative"
  31982. "stored_as_integer" "1"
  31983. }
  31984. "183"
  31985. {
  31986. "name" "expiration date"
  31987. "attribute_class" "expiration_date"
  31988. "description_string" "#Attrib_ExpirationDate"
  31989. "description_format" "value_is_date"
  31990. "hidden" "1"
  31991. "effect_type" "neutral"
  31992. "stored_as_integer" "1"
  31993. }
  31994. "184"
  31995. {
  31996. "name" "campaign id"
  31997. "attribute_class" "campaign_id"
  31998. "description_format" "value_is_additive"
  31999. "hidden" "1"
  32000. "effect_type" "neutral"
  32001. "stored_as_integer" "1"
  32002. }
  32003. "185"
  32004. {
  32005. "name" "campaign completion bitfield"
  32006. "attribute_class" "campaign_completion_bitfield"
  32007. "description_format" "value_is_additive"
  32008. "hidden" "1"
  32009. "effect_type" "neutral"
  32010. "stored_as_integer" "1"
  32011. }
  32012. "187"
  32013. {
  32014. "name" "last campaign completion"
  32015. "attribute_class" "last_campaign_completion"
  32016. "description_format" "value_is_additive"
  32017. "hidden" "1"
  32018. "effect_type" "neutral"
  32019. "stored_as_integer" "1"
  32020. }
  32021. "188"
  32022. {
  32023. "name" "operation points"
  32024. "attribute_class" "operation_points"
  32025. "description_format" "value_is_additive"
  32026. "hidden" "1"
  32027. "effect_type" "neutral"
  32028. "stored_as_integer" "1"
  32029. }
  32030. "190"
  32031. {
  32032. "name" "zoom time 0"
  32033. "attribute_class" "zoom_time_0"
  32034. "description_format" "value_is_additive"
  32035. "hidden" "1"
  32036. "effect_type" "neutral"
  32037. "attribute_type" "float"
  32038. }
  32039. "191"
  32040. {
  32041. "name" "zoom time 1"
  32042. "attribute_class" "zoom_time_1"
  32043. "description_format" "value_is_additive"
  32044. "hidden" "1"
  32045. "effect_type" "neutral"
  32046. "attribute_type" "float"
  32047. }
  32048. "192"
  32049. {
  32050. "name" "zoom time 2"
  32051. "attribute_class" "zoom_time_2"
  32052. "description_format" "value_is_additive"
  32053. "hidden" "1"
  32054. "effect_type" "neutral"
  32055. "attribute_type" "float"
  32056. }
  32057. "193"
  32058. {
  32059. "name" "zoom fov 1"
  32060. "attribute_class" "zoom_fov_1"
  32061. "description_format" "value_is_additive"
  32062. "hidden" "1"
  32063. "effect_type" "neutral"
  32064. "stored_as_integer" "1"
  32065. }
  32066. "194"
  32067. {
  32068. "name" "zoom fov 2"
  32069. "attribute_class" "zoom_fov_2"
  32070. "description_format" "value_is_additive"
  32071. "hidden" "1"
  32072. "effect_type" "neutral"
  32073. "stored_as_integer" "1"
  32074. }
  32075. "195"
  32076. {
  32077. "name" "hide view model zoomed"
  32078. "attribute_class" "zoom_fov_1"
  32079. "description_format" "value_is_additive"
  32080. "hidden" "1"
  32081. "effect_type" "neutral"
  32082. "stored_as_integer" "1"
  32083. }
  32084. "196"
  32085. {
  32086. "name" "zoom levels"
  32087. "attribute_class" "zoom_levels"
  32088. "description_format" "value_is_additive"
  32089. "hidden" "1"
  32090. "effect_type" "neutral"
  32091. "stored_as_integer" "1"
  32092. }
  32093. "197"
  32094. {
  32095. "name" "kill award"
  32096. "attribute_class" "kill_award"
  32097. "description_format" "value_is_additive"
  32098. "hidden" "0"
  32099. "effect_type" "positive"
  32100. "attribute_type" "uint32"
  32101. }
  32102. "199"
  32103. {
  32104. "name" "primary reserve ammo max"
  32105. "attribute_class" "primary_reserve_ammo_max"
  32106. "description_format" "value_is_additive"
  32107. "hidden" "1"
  32108. "effect_type" "neutral"
  32109. "attribute_type" "uint32"
  32110. }
  32111. "200"
  32112. {
  32113. "name" "secondary reserve ammo max"
  32114. "attribute_class" "secondary_reserve_ammo_max"
  32115. "description_format" "value_is_additive"
  32116. "hidden" "1"
  32117. "effect_type" "neutral"
  32118. "attribute_type" "uint32"
  32119. }
  32120. "208"
  32121. {
  32122. "name" "campaign 1 completion bitfield"
  32123. "attribute_class" "campaign_completion_bitfield"
  32124. "description_format" "value_is_additive"
  32125. "hidden" "1"
  32126. "effect_type" "neutral"
  32127. "stored_as_integer" "1"
  32128. }
  32129. "209"
  32130. {
  32131. "name" "campaign 1 last completed quest"
  32132. "attribute_class" "campaign_last_completed_quest"
  32133. "description_format" "value_is_additive"
  32134. "hidden" "1"
  32135. "effect_type" "neutral"
  32136. "stored_as_integer" "1"
  32137. }
  32138. "210"
  32139. {
  32140. "name" "campaign 2 completion bitfield"
  32141. "attribute_class" "campaign_completion_bitfield"
  32142. "description_format" "value_is_additive"
  32143. "hidden" "1"
  32144. "effect_type" "neutral"
  32145. "stored_as_integer" "1"
  32146. }
  32147. "211"
  32148. {
  32149. "name" "campaign 2 last completed quest"
  32150. "attribute_class" "campaign_last_completed_quest"
  32151. "description_format" "value_is_additive"
  32152. "hidden" "1"
  32153. "effect_type" "neutral"
  32154. "stored_as_integer" "1"
  32155. }
  32156. "212"
  32157. {
  32158. "name" "campaign 3 completion bitfield"
  32159. "attribute_class" "campaign_completion_bitfield"
  32160. "description_format" "value_is_additive"
  32161. "hidden" "1"
  32162. "effect_type" "neutral"
  32163. "stored_as_integer" "1"
  32164. }
  32165. "213"
  32166. {
  32167. "name" "campaign 3 last completed quest"
  32168. "attribute_class" "campaign_last_completed_quest"
  32169. "description_format" "value_is_additive"
  32170. "hidden" "1"
  32171. "effect_type" "neutral"
  32172. "stored_as_integer" "1"
  32173. }
  32174. "214"
  32175. {
  32176. "name" "campaign 4 completion bitfield"
  32177. "attribute_class" "campaign_completion_bitfield"
  32178. "description_format" "value_is_additive"
  32179. "hidden" "1"
  32180. "effect_type" "neutral"
  32181. "stored_as_integer" "1"
  32182. }
  32183. "215"
  32184. {
  32185. "name" "campaign 4 last completed quest"
  32186. "attribute_class" "campaign_last_completed_quest"
  32187. "description_format" "value_is_additive"
  32188. "hidden" "1"
  32189. "effect_type" "neutral"
  32190. "stored_as_integer" "1"
  32191. }
  32192. "216"
  32193. {
  32194. "name" "campaign 5 completion bitfield"
  32195. "attribute_class" "campaign_completion_bitfield"
  32196. "description_format" "value_is_additive"
  32197. "hidden" "1"
  32198. "effect_type" "neutral"
  32199. "stored_as_integer" "1"
  32200. }
  32201. "217"
  32202. {
  32203. "name" "campaign 5 last completed quest"
  32204. "attribute_class" "campaign_last_completed_quest"
  32205. "description_format" "value_is_additive"
  32206. "hidden" "1"
  32207. "effect_type" "neutral"
  32208. "stored_as_integer" "1"
  32209. }
  32210. "218"
  32211. {
  32212. "name" "campaign 6 completion bitfield"
  32213. "attribute_class" "campaign_completion_bitfield"
  32214. "description_format" "value_is_additive"
  32215. "hidden" "1"
  32216. "effect_type" "neutral"
  32217. "stored_as_integer" "1"
  32218. }
  32219. "219"
  32220. {
  32221. "name" "campaign 6 last completed quest"
  32222. "attribute_class" "campaign_last_completed_quest"
  32223. "description_format" "value_is_additive"
  32224. "hidden" "1"
  32225. "effect_type" "neutral"
  32226. "stored_as_integer" "1"
  32227. }
  32228. "220"
  32229. {
  32230. "name" "operation bonus points"
  32231. "attribute_class" "operation_bonus_points"
  32232. "description_format" "value_is_additive"
  32233. "description_string" "#Attrib_OperationBonusXP"
  32234. "hidden" "0"
  32235. "effect_type" "positive"
  32236. "stored_as_integer" "1"
  32237. }
  32238. "221"
  32239. {
  32240. "name" "prestige year"
  32241. "attribute_class" "prestige_year"
  32242. "description_format" "value_is_additive"
  32243. "hidden" "1"
  32244. "effect_type" "neutral"
  32245. "stored_as_integer" "1"
  32246. }
  32247. "222"
  32248. {
  32249. "name" "issue date"
  32250. "attribute_class" "issue_date"
  32251. "description_format" "value_is_date"
  32252. "description_string" "#Attrib_IssueDate"
  32253. "hidden" "0"
  32254. "effect_type" "positive"
  32255. "stored_as_integer" "1"
  32256. }
  32257. "223"
  32258. {
  32259. "name" "tournament mvp account id"
  32260. "attribute_class" "tournament_mvp_account_id"
  32261. "description_format" "value_is_additive"
  32262. "hidden" "1"
  32263. "effect_type" "positive"
  32264. "stored_as_integer" "1"
  32265. }
  32266. "224"
  32267. {
  32268. "name" "campaign 7 completion bitfield"
  32269. "attribute_class" "campaign_completion_bitfield"
  32270. "description_format" "value_is_additive"
  32271. "hidden" "1"
  32272. "effect_type" "neutral"
  32273. "stored_as_integer" "1"
  32274. }
  32275. "225"
  32276. {
  32277. "name" "campaign 7 last completed quest"
  32278. "attribute_class" "campaign_last_completed_quest"
  32279. "description_format" "value_is_additive"
  32280. "hidden" "1"
  32281. "effect_type" "neutral"
  32282. "stored_as_integer" "1"
  32283. }
  32284. "226"
  32285. {
  32286. "name" "campaign 8 completion bitfield"
  32287. "attribute_class" "campaign_completion_bitfield"
  32288. "description_format" "value_is_additive"
  32289. "hidden" "1"
  32290. "effect_type" "neutral"
  32291. "stored_as_integer" "1"
  32292. }
  32293. "227"
  32294. {
  32295. "name" "campaign 8 last completed quest"
  32296. "attribute_class" "campaign_last_completed_quest"
  32297. "description_format" "value_is_additive"
  32298. "hidden" "1"
  32299. "effect_type" "neutral"
  32300. "stored_as_integer" "1"
  32301. }
  32302. "228"
  32303. {
  32304. "name" "recovery time crouch final"
  32305. "attribute_class" "recovery_time_crouch_final"
  32306. "description_format" "value_is_additive"
  32307. "hidden" "1"
  32308. "effect_type" "neutral"
  32309. "attribute_type" "float"
  32310. }
  32311. "229"
  32312. {
  32313. "name" "recovery time stand final"
  32314. "attribute_class" "recovery_time_stand_final"
  32315. "description_format" "value_is_additive"
  32316. "hidden" "1"
  32317. "effect_type" "neutral"
  32318. "attribute_type" "float"
  32319. }
  32320. "230"
  32321. {
  32322. "name" "recovery transition start bullet"
  32323. "attribute_class" "recovery_transition_start_bullet"
  32324. "description_format" "value_is_additive"
  32325. "hidden" "1"
  32326. "effect_type" "neutral"
  32327. "stored_as_integer" "1"
  32328. }
  32329. "231"
  32330. {
  32331. "name" "recovery transition end bullet"
  32332. "attribute_class" "recovery_transition_end_bullet"
  32333. "description_format" "value_is_additive"
  32334. "hidden" "1"
  32335. "effect_type" "neutral"
  32336. "stored_as_integer" "1"
  32337. }
  32338. "232"
  32339. {
  32340. "name" "sprays remaining"
  32341. "attribute_class" "sprays_remaining"
  32342. "description_format" "value_is_additive"
  32343. "description_string" "#Attrib_SpraysRemaining"
  32344. "hidden" "0"
  32345. "effect_type" "positive"
  32346. "stored_as_integer" "1"
  32347. "score" "8500"
  32348. }
  32349. "233"
  32350. {
  32351. "name" "spray tint id"
  32352. "attribute_class" "spray_tint_id"
  32353. "description_format" "value_is_additive"
  32354. "description_string" "#Attrib_SprayTintID"
  32355. "hidden" "1"
  32356. "effect_type" "positive"
  32357. "stored_as_integer" "1"
  32358. "score" "8500"
  32359. }
  32360. "234"
  32361. {
  32362. "name" "inaccuracy jump initial"
  32363. "attribute_class" "inaccuracy_jump_initial"
  32364. "description_format" "value_is_additive"
  32365. "hidden" "1"
  32366. "effect_type" "neutral"
  32367. "attribute_type" "float"
  32368. }
  32369. "235"
  32370. {
  32371. "name" "campaign 9 completion bitfield"
  32372. "attribute_class" "campaign_completion_bitfield"
  32373. "description_format" "value_is_additive"
  32374. "hidden" "1"
  32375. "effect_type" "neutral"
  32376. "stored_as_integer" "1"
  32377. }
  32378. "236"
  32379. {
  32380. "name" "campaign 9 last completed quest"
  32381. "attribute_class" "campaign_last_completed_quest"
  32382. "description_format" "value_is_additive"
  32383. "hidden" "1"
  32384. "effect_type" "neutral"
  32385. "stored_as_integer" "1"
  32386. }
  32387. "237"
  32388. {
  32389. "name" "operation drops awarded 1"
  32390. "attribute_class" "operation_drops_awarded"
  32391. "description_format" "value_is_additive"
  32392. "hidden" "1"
  32393. "effect_type" "neutral"
  32394. "stored_as_integer" "1"
  32395. }
  32396. "238"
  32397. {
  32398. "name" "operation xp awarded 0"
  32399. "attribute_class" "operation_xp_awarded"
  32400. "description_format" "value_is_additive"
  32401. "hidden" "1"
  32402. "effect_type" "neutral"
  32403. "stored_as_integer" "1"
  32404. }
  32405. "239"
  32406. {
  32407. "name" "operation xp awarded 1"
  32408. "attribute_class" "operation_xp_awarded"
  32409. "description_format" "value_is_additive"
  32410. "hidden" "1"
  32411. "effect_type" "neutral"
  32412. "stored_as_integer" "1"
  32413. }
  32414. "240"
  32415. {
  32416. "name" "operation drops awarded 0"
  32417. "attribute_class" "operation_drops_awarded"
  32418. "description_format" "value_is_additive"
  32419. "hidden" "1"
  32420. "effect_type" "neutral"
  32421. "stored_as_integer" "1"
  32422. }
  32423. "242"
  32424. {
  32425. "name" "attack movespeed factor"
  32426. "attribute_class" "attack_movespeed_factor"
  32427. "description_format" "value_is_additive"
  32428. "hidden" "1"
  32429. "effect_type" "neutral"
  32430. "attribute_type" "float"
  32431. }
  32432. "243"
  32433. {
  32434. "name" "allow hand flipping"
  32435. "attribute_class" "allow_hand_flipping"
  32436. "description_format" "value_is_additive"
  32437. "hidden" "1"
  32438. "effect_type" "neutral"
  32439. "stored_as_integer" "1"
  32440. }
  32441. "245"
  32442. {
  32443. "name" "is melee weapon"
  32444. "attribute_class" "is_melee_weapon"
  32445. "description_format" "value_is_additive"
  32446. "hidden" "1"
  32447. "effect_type" "neutral"
  32448. "stored_as_integer" "1"
  32449. }
  32450. "246"
  32451. {
  32452. "name" "model right handed"
  32453. "attribute_class" "model_right_handed"
  32454. "description_format" "value_is_additive"
  32455. "hidden" "1"
  32456. "effect_type" "neutral"
  32457. "stored_as_integer" "1"
  32458. }
  32459. "247"
  32460. {
  32461. "name" "weapon weight"
  32462. "attribute_class" "weapon_weight"
  32463. "description_format" "value_is_additive"
  32464. "hidden" "1"
  32465. "effect_type" "neutral"
  32466. "stored_as_integer" "1"
  32467. }
  32468. "248"
  32469. {
  32470. "name" "wrong team msg"
  32471. "attribute_class" "wrong_team_msg"
  32472. "attribute_type" "string"
  32473. "description_format" "value_is_additive"
  32474. "hidden" "1"
  32475. "effect_type" "positive"
  32476. }
  32477. "249"
  32478. {
  32479. "name" "itemflag select on empty"
  32480. "attribute_class" "itemflag_select_on_empty"
  32481. "description_format" "value_is_additive"
  32482. "hidden" "1"
  32483. "effect_type" "neutral"
  32484. "stored_as_integer" "1"
  32485. }
  32486. "250"
  32487. {
  32488. "name" "itemflag no auto reload"
  32489. "attribute_class" "itemflag_no_auto_reload"
  32490. "description_format" "value_is_additive"
  32491. "hidden" "1"
  32492. "effect_type" "neutral"
  32493. "stored_as_integer" "1"
  32494. }
  32495. "251"
  32496. {
  32497. "name" "itemflag no auto switch empty"
  32498. "attribute_class" "itemflag_no_auto_switch_empty"
  32499. "description_format" "value_is_additive"
  32500. "hidden" "1"
  32501. "effect_type" "neutral"
  32502. "stored_as_integer" "1"
  32503. }
  32504. "252"
  32505. {
  32506. "name" "itemflag limit in world"
  32507. "attribute_class" "itemflag_limit_in_world"
  32508. "description_format" "value_is_additive"
  32509. "hidden" "1"
  32510. "effect_type" "neutral"
  32511. "stored_as_integer" "1"
  32512. }
  32513. "253"
  32514. {
  32515. "name" "itemflag exhaustible"
  32516. "attribute_class" "itemflag_exhaustible"
  32517. "description_format" "value_is_additive"
  32518. "hidden" "1"
  32519. "effect_type" "neutral"
  32520. "stored_as_integer" "1"
  32521. }
  32522. "254"
  32523. {
  32524. "name" "itemflag do hit location dmg"
  32525. "attribute_class" "itemflag_do_hit_location_dmg"
  32526. "description_format" "value_is_additive"
  32527. "hidden" "1"
  32528. "effect_type" "neutral"
  32529. "stored_as_integer" "1"
  32530. }
  32531. "255"
  32532. {
  32533. "name" "itemflag no ammo pickups"
  32534. "attribute_class" "itemflag_no_ammo_pickups"
  32535. "description_format" "value_is_additive"
  32536. "hidden" "1"
  32537. "effect_type" "neutral"
  32538. "stored_as_integer" "1"
  32539. }
  32540. "256"
  32541. {
  32542. "name" "itemflag no item pickup"
  32543. "attribute_class" "itemflag_no_item_pickup"
  32544. "description_format" "value_is_additive"
  32545. "hidden" "1"
  32546. "effect_type" "neutral"
  32547. "stored_as_integer" "1"
  32548. }
  32549. "257"
  32550. {
  32551. "name" "inaccuracy reload"
  32552. "attribute_class" "inaccuracy_reload"
  32553. "description_format" "value_is_additive"
  32554. "hidden" "1"
  32555. "effect_type" "neutral"
  32556. "attribute_type" "float"
  32557. }
  32558. "259"
  32559. {
  32560. "name" "throw velocity"
  32561. "attribute_class" "throw_velocity"
  32562. "description_format" "value_is_additive"
  32563. "hidden" "1"
  32564. "effect_type" "neutral"
  32565. "attribute_type" "float"
  32566. }
  32567. "261"
  32568. {
  32569. "name" "bot audible range"
  32570. "attribute_class" "bot_audible_range"
  32571. "description_format" "value_is_additive"
  32572. "hidden" "1"
  32573. "effect_type" "neutral"
  32574. "attribute_type" "float"
  32575. }
  32576. "262"
  32577. {
  32578. "name" "rumble effect"
  32579. "attribute_class" "rumble_effect"
  32580. "description_format" "value_is_additive"
  32581. "hidden" "1"
  32582. "effect_type" "neutral"
  32583. "stored_as_integer" "1"
  32584. }
  32585. "263"
  32586. {
  32587. "name" "inaccuracy pitch shift"
  32588. "attribute_class" "inaccuracy_pitch_shift"
  32589. "description_format" "value_is_additive"
  32590. "hidden" "1"
  32591. "effect_type" "neutral"
  32592. "attribute_type" "float"
  32593. }
  32594. "264"
  32595. {
  32596. "name" "inaccuracy alt sound threshold"
  32597. "attribute_class" "inaccuracy_alt_sound_threshold"
  32598. "description_format" "value_is_additive"
  32599. "hidden" "1"
  32600. "effect_type" "neutral"
  32601. "attribute_type" "float"
  32602. }
  32603. "265"
  32604. {
  32605. "name" "silencer model"
  32606. "attribute_class" "silencer_model"
  32607. "attribute_type" "string"
  32608. "description_format" "value_is_additive"
  32609. "hidden" "1"
  32610. "effect_type" "positive"
  32611. }
  32612. "266"
  32613. {
  32614. "name" "spread seed"
  32615. "attribute_class" "spread_seed"
  32616. "description_format" "value_is_additive"
  32617. "hidden" "1"
  32618. "effect_type" "neutral"
  32619. "stored_as_integer" "1"
  32620. }
  32621. }
  32622. "sticker_kits"
  32623. {
  32624. "0"
  32625. {
  32626. "name" "default"
  32627. "item_name" "#StickerKit_Default"
  32628. "description_string" "#StickerKit_Desc_Default"
  32629. }
  32630. "1"
  32631. {
  32632. "name" "dh_gologo1"
  32633. "item_name" "#StickerKit_dh_gologo1"
  32634. "description_string" "#StickerKit_desc_dh_gologo1"
  32635. "sticker_material" "dreamhack/dh_gologo1"
  32636. "tournament_event_id" "1"
  32637. }
  32638. "2"
  32639. {
  32640. "name" "dh_gologo1_holo"
  32641. "item_name" "#StickerKit_dh_gologo1_holo"
  32642. "description_string" "#StickerKit_desc_dh_gologo1_holo"
  32643. "sticker_material" "dreamhack/dh_gologo1_holo"
  32644. "tournament_event_id" "1"
  32645. }
  32646. "3"
  32647. {
  32648. "name" "dh_gologo2"
  32649. "item_name" "#StickerKit_dh_gologo2"
  32650. "description_string" "#StickerKit_desc_dh_gologo2"
  32651. "sticker_material" "dreamhack/dh_gologo2"
  32652. "tournament_event_id" "1"
  32653. }
  32654. "4"
  32655. {
  32656. "name" "dh_gologo2_holo"
  32657. "item_name" "#StickerKit_dh_gologo2_holo"
  32658. "description_string" "#StickerKit_desc_dh_gologo2_holo"
  32659. "sticker_material" "dreamhack/dh_gologo2_holo"
  32660. "tournament_event_id" "1"
  32661. }
  32662. "5"
  32663. {
  32664. "name" "dh_snowflake2"
  32665. "item_name" "#StickerKit_dh_snowflake2"
  32666. "description_string" "#StickerKit_desc_dh_snowflake2"
  32667. "sticker_material" "dreamhack/dh_snowflake2"
  32668. "tournament_event_id" "1"
  32669. }
  32670. "6"
  32671. {
  32672. "name" "dh_snowflake3"
  32673. "item_name" "#StickerKit_dh_snowflake3"
  32674. "description_string" "#StickerKit_desc_dh_snowflake3"
  32675. "sticker_material" "dreamhack/dh_snowflake3"
  32676. "tournament_event_id" "1"
  32677. }
  32678. "7"
  32679. {
  32680. "name" "dh_bears"
  32681. "item_name" "#StickerKit_dh_bears"
  32682. "description_string" "#StickerKit_desc_dh_bears"
  32683. "sticker_material" "dreamhack/dh_bears"
  32684. "tournament_event_id" "1"
  32685. }
  32686. "8"
  32687. {
  32688. "name" "dh_bears_holo"
  32689. "item_name" "#StickerKit_dh_bears_holo"
  32690. "description_string" "#StickerKit_desc_dh_bears_holo"
  32691. "sticker_material" "dreamhack/dh_bears_holo"
  32692. "tournament_event_id" "1"
  32693. }
  32694. "9"
  32695. {
  32696. "name" "dh_mountain"
  32697. "item_name" "#StickerKit_dh_mountain"
  32698. "description_string" "#StickerKit_desc_dh_mountain"
  32699. "sticker_material" "dreamhack/dh_mountain"
  32700. "tournament_event_id" "1"
  32701. }
  32702. "10"
  32703. {
  32704. "name" "dh_mountain_holo"
  32705. "item_name" "#StickerKit_dh_mountain_holo"
  32706. "description_string" "#StickerKit_desc_dh_mountain_holo"
  32707. "sticker_material" "dreamhack/dh_mountain_holo"
  32708. "tournament_event_id" "1"
  32709. }
  32710. "11"
  32711. {
  32712. "name" "dh_snowman"
  32713. "item_name" "#StickerKit_dh_snowman"
  32714. "description_string" "#StickerKit_desc_dh_snowman"
  32715. "sticker_material" "dreamhack/dh_snowman"
  32716. "tournament_event_id" "1"
  32717. }
  32718. "12"
  32719. {
  32720. "name" "dh_snowman_holo"
  32721. "item_name" "#StickerKit_dh_snowman_holo"
  32722. "description_string" "#StickerKit_desc_dh_snowman_holo"
  32723. "sticker_material" "dreamhack/dh_snowman_holo"
  32724. "tournament_event_id" "1"
  32725. }
  32726. "13"
  32727. {
  32728. "name" "std_thirteen"
  32729. "item_name" "#StickerKit_std_thirteen"
  32730. "description_string" "#StickerKit_desc_std_thirteen"
  32731. "sticker_material" "standard/thirteen"
  32732. "item_rarity" "rare"
  32733. }
  32734. "14"
  32735. {
  32736. "name" "std_aces_high"
  32737. "item_name" "#StickerKit_std_aces_high"
  32738. "description_string" "#StickerKit_desc_std_aces_high"
  32739. "sticker_material" "standard/aces_high"
  32740. "item_rarity" "rare"
  32741. }
  32742. "15"
  32743. {
  32744. "name" "std_aces_high_holo"
  32745. "item_name" "#StickerKit_std_aces_high_holo"
  32746. "description_string" "#StickerKit_desc_std_aces_high_holo"
  32747. "sticker_material" "standard/aces_high_holo"
  32748. "item_rarity" "mythical"
  32749. }
  32750. "16"
  32751. {
  32752. "name" "std_conquered"
  32753. "item_name" "#StickerKit_std_conquered"
  32754. "description_string" "#StickerKit_desc_std_conquered"
  32755. "sticker_material" "standard/conquered"
  32756. "item_rarity" "rare"
  32757. }
  32758. "17"
  32759. {
  32760. "name" "std_destroy"
  32761. "item_name" "#StickerKit_std_destroy"
  32762. "description_string" "#StickerKit_desc_std_destroy"
  32763. "sticker_material" "standard/destroy"
  32764. "item_rarity" "rare"
  32765. }
  32766. "18"
  32767. {
  32768. "name" "std_dispatch"
  32769. "item_name" "#StickerKit_std_dispatch"
  32770. "description_string" "#StickerKit_desc_std_dispatch"
  32771. "sticker_material" "standard/dispatch"
  32772. "item_rarity" "rare"
  32773. }
  32774. "19"
  32775. {
  32776. "name" "std_fearsome"
  32777. "item_name" "#StickerKit_std_fearsome"
  32778. "description_string" "#StickerKit_desc_std_fearsome"
  32779. "sticker_material" "standard/fearsome"
  32780. "item_rarity" "rare"
  32781. }
  32782. "20"
  32783. {
  32784. "name" "std_fearsome_holo"
  32785. "item_name" "#StickerKit_std_fearsome_holo"
  32786. "description_string" "#StickerKit_desc_std_fearsome_holo"
  32787. "sticker_material" "standard/fearsome_holo"
  32788. "item_rarity" "mythical"
  32789. }
  32790. "21"
  32791. {
  32792. "name" "std_guarding_hell"
  32793. "item_name" "#StickerKit_std_guarding_hell"
  32794. "description_string" "#StickerKit_desc_std_guarding_hell"
  32795. "sticker_material" "standard/guarding_hell"
  32796. "item_rarity" "rare"
  32797. }
  32798. "22"
  32799. {
  32800. "name" "std_lemon"
  32801. "item_name" "#StickerKit_std_lemon"
  32802. "description_string" "#StickerKit_desc_std_lemon"
  32803. "sticker_material" "standard/lemon"
  32804. "item_rarity" "rare"
  32805. }
  32806. "23"
  32807. {
  32808. "name" "std_luck"
  32809. "item_name" "#StickerKit_std_luck"
  32810. "description_string" "#StickerKit_desc_std_luck"
  32811. "sticker_material" "standard/luck"
  32812. "item_rarity" "rare"
  32813. }
  32814. "24"
  32815. {
  32816. "name" "std_vigilance"
  32817. "item_name" "#StickerKit_std_vigilance"
  32818. "description_string" "#StickerKit_desc_std_vigilance"
  32819. "sticker_material" "standard/vigilance"
  32820. "item_rarity" "rare"
  32821. }
  32822. "25"
  32823. {
  32824. "name" "std_vigilance_holo"
  32825. "item_name" "#StickerKit_std_vigilance_holo"
  32826. "description_string" "#StickerKit_desc_std_vigilance_holo"
  32827. "sticker_material" "standard/vigilance_holo"
  32828. "item_rarity" "mythical"
  32829. }
  32830. "26"
  32831. {
  32832. "name" "std_thirteen_foil"
  32833. "item_name" "#StickerKit_std_thirteen_foil"
  32834. "description_string" "#StickerKit_desc_std_thirteen_foil"
  32835. "sticker_material" "standard/thirteen_foil"
  32836. "item_rarity" "legendary"
  32837. }
  32838. "27"
  32839. {
  32840. "name" "std_luck_foil"
  32841. "item_name" "#StickerKit_std_luck_foil"
  32842. "description_string" "#StickerKit_desc_std_luck_foil"
  32843. "sticker_material" "standard/luck_foil"
  32844. "item_rarity" "legendary"
  32845. }
  32846. "31"
  32847. {
  32848. "name" "std2_bish_holo"
  32849. "item_name" "#StickerKit_std2_bish_holo"
  32850. "description_string" "#StickerKit_desc_std2_bish_holo"
  32851. "sticker_material" "stickers2/bish_holo"
  32852. "item_rarity" "mythical"
  32853. }
  32854. "32"
  32855. {
  32856. "name" "std2_bash_holo"
  32857. "item_name" "#StickerKit_std2_bash_holo"
  32858. "description_string" "#StickerKit_desc_std2_bash_holo"
  32859. "sticker_material" "stickers2/bash_holo"
  32860. "item_rarity" "mythical"
  32861. }
  32862. "33"
  32863. {
  32864. "name" "std2_bosh_holo"
  32865. "item_name" "#StickerKit_std2_bosh_holo"
  32866. "description_string" "#StickerKit_desc_std2_bosh_holo"
  32867. "sticker_material" "stickers2/bosh_holo"
  32868. "item_rarity" "mythical"
  32869. }
  32870. "34"
  32871. {
  32872. "name" "std2_banana"
  32873. "item_name" "#StickerKit_std2_banana"
  32874. "description_string" "#StickerKit_desc_std2_banana"
  32875. "sticker_material" "stickers2/banana"
  32876. "item_rarity" "rare"
  32877. }
  32878. "35"
  32879. {
  32880. "name" "std2_bomb_code"
  32881. "item_name" "#StickerKit_std2_bomb_code"
  32882. "description_string" "#StickerKit_desc_std2_bomb_code"
  32883. "sticker_material" "stickers2/bomb_code"
  32884. "item_rarity" "rare"
  32885. }
  32886. "36"
  32887. {
  32888. "name" "std2_chicken_lover"
  32889. "item_name" "#StickerKit_std2_chicken_lover"
  32890. "description_string" "#StickerKit_desc_std2_chicken_lover"
  32891. "sticker_material" "stickers2/chicken_lover"
  32892. "item_rarity" "rare"
  32893. }
  32894. "37"
  32895. {
  32896. "name" "std_crown_foil"
  32897. "item_name" "#StickerKit_std_crown_foil"
  32898. "description_string" "#StickerKit_desc_std_crown_foil"
  32899. "sticker_material" "stickers2/crown_foil"
  32900. "item_rarity" "legendary"
  32901. }
  32902. "38"
  32903. {
  32904. "name" "std2_goodgame"
  32905. "item_name" "#StickerKit_std2_goodgame"
  32906. "description_string" "#StickerKit_desc_std2_goodgame"
  32907. "sticker_material" "stickers2/goodgame"
  32908. "item_rarity" "rare"
  32909. }
  32910. "39"
  32911. {
  32912. "name" "std2_goodluck"
  32913. "item_name" "#StickerKit_std2_goodluck"
  32914. "description_string" "#StickerKit_desc_std2_goodluck"
  32915. "sticker_material" "stickers2/goodluck"
  32916. "item_rarity" "rare"
  32917. }
  32918. "40"
  32919. {
  32920. "name" "std2_havefun"
  32921. "item_name" "#StickerKit_std2_havefun"
  32922. "description_string" "#StickerKit_desc_std2_havefun"
  32923. "sticker_material" "stickers2/havefun"
  32924. "item_rarity" "rare"
  32925. }
  32926. "41"
  32927. {
  32928. "name" "std2_lets_roll_oll"
  32929. "item_name" "#StickerKit_std2_lets_roll_oll"
  32930. "description_string" "#StickerKit_desc_std2_lets_roll_oll"
  32931. "sticker_material" "stickers2/lets_roll_oll"
  32932. "item_rarity" "rare"
  32933. }
  32934. "42"
  32935. {
  32936. "name" "std2_lets_roll_oll_holo"
  32937. "item_name" "#StickerKit_std2_lets_roll_oll_holo"
  32938. "description_string" "#StickerKit_desc_std2_lets_roll_oll_holo"
  32939. "sticker_material" "stickers2/lets_roll_oll_holo"
  32940. "item_rarity" "mythical"
  32941. }
  32942. "43"
  32943. {
  32944. "name" "std2_metal"
  32945. "item_name" "#StickerKit_std2_metal"
  32946. "description_string" "#StickerKit_desc_std2_metal"
  32947. "sticker_material" "stickers2/metal"
  32948. "item_rarity" "rare"
  32949. }
  32950. "44"
  32951. {
  32952. "name" "std2_nice_shot"
  32953. "item_name" "#StickerKit_std2_nice_shot"
  32954. "description_string" "#StickerKit_desc_std2_nice_shot"
  32955. "sticker_material" "stickers2/nice_shot"
  32956. "item_rarity" "rare"
  32957. }
  32958. "46"
  32959. {
  32960. "name" "std2_stupid_banana_foil"
  32961. "item_name" "#StickerKit_std2_stupid_banana_foil"
  32962. "description_string" "#StickerKit_desc_std2_stupid_banana_foil"
  32963. "sticker_material" "stickers2/stupid_banana_foil"
  32964. "item_rarity" "legendary"
  32965. }
  32966. "47"
  32967. {
  32968. "name" "std2_welcome_clutch"
  32969. "item_name" "#StickerKit_std2_welcome_clutch"
  32970. "description_string" "#StickerKit_desc_std2_welcome_clutch"
  32971. "sticker_material" "stickers2/welcome_clutch"
  32972. "item_rarity" "rare"
  32973. }
  32974. "48"
  32975. {
  32976. "name" "kat2014_3dmax"
  32977. "item_name" "#StickerKit_kat2014_3dmax"
  32978. "description_string" "#StickerKit_desc_kat2014_3dmax"
  32979. "sticker_material" "emskatowice2014/3dmax"
  32980. "item_rarity" "rare"
  32981. "tournament_event_id" "3"
  32982. "tournament_team_id" "28"
  32983. }
  32984. "49"
  32985. {
  32986. "name" "kat2014_3dmax_holo"
  32987. "item_name" "#StickerKit_kat2014_3dmax_holo"
  32988. "description_string" "#StickerKit_desc_kat2014_3dmax_holo"
  32989. "sticker_material" "emskatowice2014/3dmax_holo"
  32990. "item_rarity" "mythical"
  32991. "tournament_event_id" "3"
  32992. "tournament_team_id" "28"
  32993. }
  32994. "50"
  32995. {
  32996. "name" "kat2014_complexity"
  32997. "item_name" "#StickerKit_kat2014_complexity"
  32998. "description_string" "#StickerKit_desc_kat2014_complexity"
  32999. "sticker_material" "emskatowice2014/complexity"
  33000. "item_rarity" "rare"
  33001. "tournament_event_id" "3"
  33002. "tournament_team_id" "3"
  33003. }
  33004. "51"
  33005. {
  33006. "name" "kat2014_complexity_holo"
  33007. "item_name" "#StickerKit_kat2014_complexity_holo"
  33008. "description_string" "#StickerKit_desc_kat2014_complexity_holo"
  33009. "sticker_material" "emskatowice2014/complexity_holo"
  33010. "item_rarity" "mythical"
  33011. "tournament_event_id" "3"
  33012. "tournament_team_id" "3"
  33013. }
  33014. "52"
  33015. {
  33016. "name" "kat2014_dignitas"
  33017. "item_name" "#StickerKit_kat2014_dignitas"
  33018. "description_string" "#StickerKit_desc_kat2014_dignitas"
  33019. "sticker_material" "emskatowice2014/dignitas"
  33020. "item_rarity" "rare"
  33021. "tournament_event_id" "3"
  33022. "tournament_team_id" "24"
  33023. }
  33024. "53"
  33025. {
  33026. "name" "kat2014_dignitas_holo"
  33027. "item_name" "#StickerKit_kat2014_dignitas_holo"
  33028. "description_string" "#StickerKit_desc_kat2014_dignitas_holo"
  33029. "sticker_material" "emskatowice2014/dignitas_holo"
  33030. "item_rarity" "mythical"
  33031. "tournament_event_id" "3"
  33032. "tournament_team_id" "24"
  33033. }
  33034. "55"
  33035. {
  33036. "name" "kat2014_fnatic"
  33037. "item_name" "#StickerKit_kat2014_fnatic"
  33038. "description_string" "#StickerKit_desc_kat2014_fnatic"
  33039. "sticker_material" "emskatowice2014/fnatic"
  33040. "item_rarity" "rare"
  33041. "tournament_event_id" "3"
  33042. "tournament_team_id" "6"
  33043. }
  33044. "56"
  33045. {
  33046. "name" "kat2014_fnatic_holo"
  33047. "item_name" "#StickerKit_kat2014_fnatic_holo"
  33048. "description_string" "#StickerKit_desc_kat2014_fnatic_holo"
  33049. "sticker_material" "emskatowice2014/fnatic_holo"
  33050. "item_rarity" "mythical"
  33051. "tournament_event_id" "3"
  33052. "tournament_team_id" "6"
  33053. }
  33054. "57"
  33055. {
  33056. "name" "kat2014_hellraisers"
  33057. "item_name" "#StickerKit_kat2014_hellraisers"
  33058. "description_string" "#StickerKit_desc_kat2014_hellraisers"
  33059. "sticker_material" "emskatowice2014/hellraisers"
  33060. "item_rarity" "rare"
  33061. "tournament_event_id" "3"
  33062. "tournament_team_id" "25"
  33063. }
  33064. "58"
  33065. {
  33066. "name" "kat2014_hellraisers_holo"
  33067. "item_name" "#StickerKit_kat2014_hellraisers_holo"
  33068. "description_string" "#StickerKit_desc_kat2014_hellraisers_holo"
  33069. "sticker_material" "emskatowice2014/hellraisers_holo"
  33070. "item_rarity" "mythical"
  33071. "tournament_event_id" "3"
  33072. "tournament_team_id" "25"
  33073. }
  33074. "59"
  33075. {
  33076. "name" "kat2014_ibuypower"
  33077. "item_name" "#StickerKit_kat2014_ibuypower"
  33078. "description_string" "#StickerKit_desc_kat2014_ibuypower"
  33079. "sticker_material" "emskatowice2014/ibuypower"
  33080. "item_rarity" "rare"
  33081. "tournament_event_id" "3"
  33082. "tournament_team_id" "5"
  33083. }
  33084. "60"
  33085. {
  33086. "name" "kat2014_ibuypower_holo"
  33087. "item_name" "#StickerKit_kat2014_ibuypower_holo"
  33088. "description_string" "#StickerKit_desc_kat2014_ibuypower_holo"
  33089. "sticker_material" "emskatowice2014/ibuypower_holo"
  33090. "item_rarity" "mythical"
  33091. "tournament_event_id" "3"
  33092. "tournament_team_id" "5"
  33093. }
  33094. "61"
  33095. {
  33096. "name" "kat2014_ldlc"
  33097. "item_name" "#StickerKit_kat2014_ldlc"
  33098. "description_string" "#StickerKit_desc_kat2014_ldlc"
  33099. "sticker_material" "emskatowice2014/ldlc"
  33100. "item_rarity" "rare"
  33101. "tournament_event_id" "3"
  33102. "tournament_team_id" "26"
  33103. }
  33104. "62"
  33105. {
  33106. "name" "kat2014_ldlc_holo"
  33107. "item_name" "#StickerKit_kat2014_ldlc_holo"
  33108. "description_string" "#StickerKit_desc_kat2014_ldlc_holo"
  33109. "sticker_material" "emskatowice2014/ldlc_holo"
  33110. "item_rarity" "mythical"
  33111. "tournament_event_id" "3"
  33112. "tournament_team_id" "26"
  33113. }
  33114. "63"
  33115. {
  33116. "name" "kat2014_lgb"
  33117. "item_name" "#StickerKit_kat2014_lgb"
  33118. "description_string" "#StickerKit_desc_kat2014_lgb"
  33119. "sticker_material" "emskatowice2014/lgb"
  33120. "item_rarity" "rare"
  33121. "tournament_event_id" "3"
  33122. "tournament_team_id" "9"
  33123. }
  33124. "64"
  33125. {
  33126. "name" "kat2014_lgb_holo"
  33127. "item_name" "#StickerKit_kat2014_lgb_holo"
  33128. "description_string" "#StickerKit_desc_kat2014_lgb_holo"
  33129. "sticker_material" "emskatowice2014/lgb_holo"
  33130. "item_rarity" "mythical"
  33131. "tournament_event_id" "3"
  33132. "tournament_team_id" "9"
  33133. }
  33134. "65"
  33135. {
  33136. "name" "kat2014_mousesports"
  33137. "item_name" "#StickerKit_kat2014_mousesports"
  33138. "description_string" "#StickerKit_desc_kat2014_mousesports"
  33139. "sticker_material" "emskatowice2014/mousesports"
  33140. "item_rarity" "rare"
  33141. "tournament_event_id" "3"
  33142. "tournament_team_id" "29"
  33143. }
  33144. "66"
  33145. {
  33146. "name" "kat2014_mousesports_holo"
  33147. "item_name" "#StickerKit_kat2014_mousesports_holo"
  33148. "description_string" "#StickerKit_desc_kat2014_mousesports_holo"
  33149. "sticker_material" "emskatowice2014/mousesports_holo"
  33150. "item_rarity" "mythical"
  33151. "tournament_event_id" "3"
  33152. "tournament_team_id" "29"
  33153. }
  33154. "67"
  33155. {
  33156. "name" "kat2014_mystik"
  33157. "item_name" "#StickerKit_kat2014_mystik"
  33158. "description_string" "#StickerKit_desc_kat2014_mystik"
  33159. "sticker_material" "emskatowice2014/mystik"
  33160. "item_rarity" "rare"
  33161. "tournament_event_id" "3"
  33162. "tournament_team_id" "7"
  33163. }
  33164. "68"
  33165. {
  33166. "name" "kat2014_mystik_holo"
  33167. "item_name" "#StickerKit_kat2014_mystik_holo"
  33168. "description_string" "#StickerKit_desc_kat2014_mystik_holo"
  33169. "sticker_material" "emskatowice2014/mystik_holo"
  33170. "item_rarity" "mythical"
  33171. "tournament_event_id" "3"
  33172. "tournament_team_id" "7"
  33173. }
  33174. "69"
  33175. {
  33176. "name" "kat2014_navi"
  33177. "item_name" "#StickerKit_kat2014_navi"
  33178. "description_string" "#StickerKit_desc_kat2014_navi"
  33179. "sticker_material" "emskatowice2014/navi"
  33180. "item_rarity" "rare"
  33181. "tournament_event_id" "3"
  33182. "tournament_team_id" "12"
  33183. }
  33184. "70"
  33185. {
  33186. "name" "kat2014_navi_holo"
  33187. "item_name" "#StickerKit_kat2014_navi_holo"
  33188. "description_string" "#StickerKit_desc_kat2014_navi_holo"
  33189. "sticker_material" "emskatowice2014/navi_holo"
  33190. "item_rarity" "mythical"
  33191. "tournament_event_id" "3"
  33192. "tournament_team_id" "12"
  33193. }
  33194. "71"
  33195. {
  33196. "name" "kat2014_ninjasinpyjamas"
  33197. "item_name" "#StickerKit_kat2014_ninjasinpyjamas"
  33198. "description_string" "#StickerKit_desc_kat2014_ninjasinpyjamas"
  33199. "sticker_material" "emskatowice2014/ninjasinpyjamas"
  33200. "item_rarity" "rare"
  33201. "tournament_event_id" "3"
  33202. "tournament_team_id" "1"
  33203. }
  33204. "72"
  33205. {
  33206. "name" "kat2014_ninjasinpyjamas_holo"
  33207. "item_name" "#StickerKit_kat2014_ninjasinpyjamas_holo"
  33208. "description_string" "#StickerKit_desc_kat2014_ninjasinpyjamas_holo"
  33209. "sticker_material" "emskatowice2014/ninjasinpyjamas_holo"
  33210. "item_rarity" "mythical"
  33211. "tournament_event_id" "3"
  33212. "tournament_team_id" "1"
  33213. }
  33214. "73"
  33215. {
  33216. "name" "kat2014_reason"
  33217. "item_name" "#StickerKit_kat2014_reason"
  33218. "description_string" "#StickerKit_desc_kat2014_reason"
  33219. "sticker_material" "emskatowice2014/reason"
  33220. "item_rarity" "rare"
  33221. "tournament_event_id" "3"
  33222. "tournament_team_id" "30"
  33223. }
  33224. "74"
  33225. {
  33226. "name" "kat2014_reason_holo"
  33227. "item_name" "#StickerKit_kat2014_reason_holo"
  33228. "description_string" "#StickerKit_desc_kat2014_reason_holo"
  33229. "sticker_material" "emskatowice2014/reason_holo"
  33230. "item_rarity" "mythical"
  33231. "tournament_event_id" "3"
  33232. "tournament_team_id" "30"
  33233. }
  33234. "75"
  33235. {
  33236. "name" "kat2014_titan"
  33237. "item_name" "#StickerKit_kat2014_titan"
  33238. "description_string" "#StickerKit_desc_kat2014_titan"
  33239. "sticker_material" "emskatowice2014/titan"
  33240. "item_rarity" "rare"
  33241. "tournament_event_id" "3"
  33242. "tournament_team_id" "27"
  33243. }
  33244. "76"
  33245. {
  33246. "name" "kat2014_titan_holo"
  33247. "item_name" "#StickerKit_kat2014_titan_holo"
  33248. "description_string" "#StickerKit_desc_kat2014_titan_holo"
  33249. "sticker_material" "emskatowice2014/titan_holo"
  33250. "item_rarity" "mythical"
  33251. "tournament_event_id" "3"
  33252. "tournament_team_id" "27"
  33253. }
  33254. "77"
  33255. {
  33256. "name" "kat2014_virtuspro"
  33257. "item_name" "#StickerKit_kat2014_virtuspro"
  33258. "description_string" "#StickerKit_desc_kat2014_virtuspro"
  33259. "sticker_material" "emskatowice2014/virtuspro"
  33260. "item_rarity" "rare"
  33261. "tournament_event_id" "3"
  33262. "tournament_team_id" "31"
  33263. }
  33264. "78"
  33265. {
  33266. "name" "kat2014_virtuspro_holo"
  33267. "item_name" "#StickerKit_kat2014_virtuspro_holo"
  33268. "description_string" "#StickerKit_desc_kat2014_virtuspro_holo"
  33269. "sticker_material" "emskatowice2014/virtuspro_holo"
  33270. "item_rarity" "mythical"
  33271. "tournament_event_id" "3"
  33272. "tournament_team_id" "31"
  33273. }
  33274. "79"
  33275. {
  33276. "name" "kat2014_voxeminor"
  33277. "item_name" "#StickerKit_kat2014_voxeminor"
  33278. "description_string" "#StickerKit_desc_kat2014_voxeminor"
  33279. "sticker_material" "emskatowice2014/voxeminor"
  33280. "item_rarity" "rare"
  33281. "tournament_event_id" "3"
  33282. "tournament_team_id" "32"
  33283. }
  33284. "80"
  33285. {
  33286. "name" "kat2014_voxeminor_holo"
  33287. "item_name" "#StickerKit_kat2014_voxeminor_holo"
  33288. "description_string" "#StickerKit_desc_kat2014_voxeminor_holo"
  33289. "sticker_material" "emskatowice2014/voxeminor_holo"
  33290. "item_rarity" "mythical"
  33291. "tournament_event_id" "3"
  33292. "tournament_team_id" "32"
  33293. }
  33294. "81"
  33295. {
  33296. "name" "kat2014_esl1_foil"
  33297. "item_name" "#StickerKit_kat2014_esl1_foil"
  33298. "description_string" "#StickerKit_desc_kat2014_esl1_foil"
  33299. "sticker_material" "emskatowice2014/wolf_esl_foil"
  33300. "item_rarity" "legendary"
  33301. "tournament_event_id" "3"
  33302. }
  33303. "82"
  33304. {
  33305. "name" "kat2014_esl2_foil"
  33306. "item_name" "#StickerKit_kat2014_esl2_foil"
  33307. "description_string" "#StickerKit_desc_kat2014_esl2_foil"
  33308. "sticker_material" "emskatowice2014/wolf_skull_esl_foil"
  33309. "item_rarity" "legendary"
  33310. "tournament_event_id" "3"
  33311. }
  33312. "83"
  33313. {
  33314. "name" "kat2014_3dmax_foil"
  33315. "item_name" "#StickerKit_kat2014_3dmax_foil"
  33316. "description_string" "#StickerKit_desc_kat2014_3dmax_foil"
  33317. "sticker_material" "emskatowice2014/3dmax_foil"
  33318. "item_rarity" "legendary"
  33319. "tournament_event_id" "3"
  33320. "tournament_team_id" "28"
  33321. }
  33322. "84"
  33323. {
  33324. "name" "kat2014_complexity_foil"
  33325. "item_name" "#StickerKit_kat2014_complexity_foil"
  33326. "description_string" "#StickerKit_desc_kat2014_complexity_foil"
  33327. "sticker_material" "emskatowice2014/complexity_foil"
  33328. "item_rarity" "legendary"
  33329. "tournament_event_id" "3"
  33330. "tournament_team_id" "3"
  33331. }
  33332. "85"
  33333. {
  33334. "name" "kat2014_dignitas_foil"
  33335. "item_name" "#StickerKit_kat2014_dignitas_foil"
  33336. "description_string" "#StickerKit_desc_kat2014_dignitas_foil"
  33337. "sticker_material" "emskatowice2014/dignitas_foil"
  33338. "item_rarity" "legendary"
  33339. "tournament_event_id" "3"
  33340. "tournament_team_id" "24"
  33341. }
  33342. "86"
  33343. {
  33344. "name" "kat2014_fnatic_foil"
  33345. "item_name" "#StickerKit_kat2014_fnatic_foil"
  33346. "description_string" "#StickerKit_desc_kat2014_fnatic_foil"
  33347. "sticker_material" "emskatowice2014/fnatic_foil"
  33348. "item_rarity" "legendary"
  33349. "tournament_event_id" "3"
  33350. "tournament_team_id" "6"
  33351. }
  33352. "87"
  33353. {
  33354. "name" "kat2014_hellraisers_foil"
  33355. "item_name" "#StickerKit_kat2014_hellraisers_foil"
  33356. "description_string" "#StickerKit_desc_kat2014_hellraisers_foil"
  33357. "sticker_material" "emskatowice2014/hellraisers_foil"
  33358. "item_rarity" "legendary"
  33359. "tournament_event_id" "3"
  33360. "tournament_team_id" "25"
  33361. }
  33362. "88"
  33363. {
  33364. "name" "kat2014_ibuypower_foil"
  33365. "item_name" "#StickerKit_kat2014_ibuypower_foil"
  33366. "description_string" "#StickerKit_desc_kat2014_ibuypower_foil"
  33367. "sticker_material" "emskatowice2014/ibuypower_foil"
  33368. "item_rarity" "legendary"
  33369. "tournament_event_id" "3"
  33370. "tournament_team_id" "5"
  33371. }
  33372. "89"
  33373. {
  33374. "name" "kat2014_ldlc_foil"
  33375. "item_name" "#StickerKit_kat2014_ldlc_foil"
  33376. "description_string" "#StickerKit_desc_kat2014_ldlc_foil"
  33377. "sticker_material" "emskatowice2014/ldlc_foil"
  33378. "item_rarity" "legendary"
  33379. "tournament_event_id" "3"
  33380. "tournament_team_id" "26"
  33381. }
  33382. "90"
  33383. {
  33384. "name" "kat2014_lgb_foil"
  33385. "item_name" "#StickerKit_kat2014_lgb_foil"
  33386. "description_string" "#StickerKit_desc_kat2014_lgb_foil"
  33387. "sticker_material" "emskatowice2014/lgb_foil"
  33388. "item_rarity" "legendary"
  33389. "tournament_event_id" "3"
  33390. "tournament_team_id" "9"
  33391. }
  33392. "91"
  33393. {
  33394. "name" "kat2014_mousesports_foil"
  33395. "item_name" "#StickerKit_kat2014_mousesports_foil"
  33396. "description_string" "#StickerKit_desc_kat2014_mousesports_foil"
  33397. "sticker_material" "emskatowice2014/mousesports_foil"
  33398. "item_rarity" "legendary"
  33399. "tournament_event_id" "3"
  33400. "tournament_team_id" "29"
  33401. }
  33402. "92"
  33403. {
  33404. "name" "kat2014_mystik_foil"
  33405. "item_name" "#StickerKit_kat2014_mystik_foil"
  33406. "description_string" "#StickerKit_desc_kat2014_mystik_foil"
  33407. "sticker_material" "emskatowice2014/mystik_foil"
  33408. "item_rarity" "legendary"
  33409. "tournament_event_id" "3"
  33410. "tournament_team_id" "7"
  33411. }
  33412. "93"
  33413. {
  33414. "name" "kat2014_navi_foil"
  33415. "item_name" "#StickerKit_kat2014_navi_foil"
  33416. "description_string" "#StickerKit_desc_kat2014_navi_foil"
  33417. "sticker_material" "emskatowice2014/navi_foil"
  33418. "item_rarity" "legendary"
  33419. "tournament_event_id" "3"
  33420. "tournament_team_id" "12"
  33421. }
  33422. "94"
  33423. {
  33424. "name" "kat2014_ninjasinpyjamas_foil"
  33425. "item_name" "#StickerKit_kat2014_ninjasinpyjamas_foil"
  33426. "description_string" "#StickerKit_desc_kat2014_ninjasinpyjamas_foil"
  33427. "sticker_material" "emskatowice2014/ninjasinpyjamas_foil"
  33428. "item_rarity" "legendary"
  33429. "tournament_event_id" "3"
  33430. "tournament_team_id" "1"
  33431. }
  33432. "95"
  33433. {
  33434. "name" "kat2014_reason_foil"
  33435. "item_name" "#StickerKit_kat2014_reason_foil"
  33436. "description_string" "#StickerKit_desc_kat2014_reason_foil"
  33437. "sticker_material" "emskatowice2014/reason_foil"
  33438. "item_rarity" "legendary"
  33439. "tournament_event_id" "3"
  33440. "tournament_team_id" "30"
  33441. }
  33442. "96"
  33443. {
  33444. "name" "kat2014_titan_foil"
  33445. "item_name" "#StickerKit_kat2014_titan_foil"
  33446. "description_string" "#StickerKit_desc_kat2014_titan_foil"
  33447. "sticker_material" "emskatowice2014/titan_foil"
  33448. "item_rarity" "legendary"
  33449. "tournament_event_id" "3"
  33450. "tournament_team_id" "27"
  33451. }
  33452. "97"
  33453. {
  33454. "name" "kat2014_virtuspro_foil"
  33455. "item_name" "#StickerKit_kat2014_virtuspro_foil"
  33456. "description_string" "#StickerKit_desc_kat2014_virtuspro_foil"
  33457. "sticker_material" "emskatowice2014/virtuspro_foil"
  33458. "item_rarity" "legendary"
  33459. "tournament_event_id" "3"
  33460. "tournament_team_id" "31"
  33461. }
  33462. "98"
  33463. {
  33464. "name" "kat2014_voxeminor_foil"
  33465. "item_name" "#StickerKit_kat2014_voxeminor_foil"
  33466. "description_string" "#StickerKit_desc_kat2014_voxeminor_foil"
  33467. "sticker_material" "emskatowice2014/voxeminor_foil"
  33468. "item_rarity" "legendary"
  33469. "tournament_event_id" "3"
  33470. "tournament_team_id" "32"
  33471. }
  33472. "99"
  33473. {
  33474. "name" "kat2014_wolf_esl_gold_foil"
  33475. "item_name" "#StickerKit_kat2014_wolf_esl_gold_foil"
  33476. "description_string" "#StickerKit_desc_kat2014_wolf_esl_gold_foil"
  33477. "sticker_material" "emskatowice2014/wolf_esl_gold_foil"
  33478. "item_rarity" "legendary"
  33479. "tournament_event_id" "3"
  33480. }
  33481. "100"
  33482. {
  33483. "name" "kat2014_wolf_skull_esl_gold_foil"
  33484. "item_name" "#StickerKit_kat2014_wolf_skull_esl_gold_foil"
  33485. "description_string" "#StickerKit_desc_kat2014_wolf_skull_esl_gold_foil"
  33486. "sticker_material" "emskatowice2014/wolf_skull_esl_gold_foil"
  33487. "item_rarity" "legendary"
  33488. "tournament_event_id" "3"
  33489. }
  33490. "101"
  33491. {
  33492. "name" "comm01_backstab"
  33493. "item_name" "#StickerKit_comm01_backstab"
  33494. "description_string" "#StickerKit_desc_comm01_backstab"
  33495. "sticker_material" "community01/backstab"
  33496. "item_rarity" "rare"
  33497. }
  33498. "102"
  33499. {
  33500. "name" "comm01_black_king"
  33501. "item_name" "#StickerKit_comm01_black_king"
  33502. "description_string" "#StickerKit_desc_comm01_black_king"
  33503. "sticker_material" "community01/black_king"
  33504. "item_rarity" "rare"
  33505. }
  33506. "103"
  33507. {
  33508. "name" "comm01_howling_dawn"
  33509. "item_name" "#StickerKit_comm01_howling_dawn"
  33510. "description_string" "#StickerKit_desc_comm01_howling_dawn"
  33511. "sticker_material" "community01/howling_dawn"
  33512. "item_rarity" "rare"
  33513. }
  33514. "104"
  33515. {
  33516. "name" "comm01_bomb_doge"
  33517. "item_name" "#StickerKit_comm01_bomb_doge"
  33518. "description_string" "#StickerKit_desc_comm01_bomb_doge"
  33519. "sticker_material" "community01/bomb_doge"
  33520. "item_rarity" "rare"
  33521. }
  33522. "105"
  33523. {
  33524. "name" "comm01_burn_them_all"
  33525. "item_name" "#StickerKit_comm01_burn_them_all"
  33526. "description_string" "#StickerKit_desc_comm01_burn_them_all"
  33527. "sticker_material" "community01/burn_them_all"
  33528. "item_rarity" "rare"
  33529. }
  33530. "106"
  33531. {
  33532. "name" "comm01_harp_of_war"
  33533. "item_name" "#StickerKit_comm01_harp_of_war"
  33534. "description_string" "#StickerKit_desc_comm01_harp_of_war"
  33535. "sticker_material" "community01/harp_of_war"
  33536. "item_rarity" "mythical"
  33537. }
  33538. "107"
  33539. {
  33540. "name" "comm01_flammable_foil"
  33541. "item_name" "#StickerKit_comm01_flammable_foil"
  33542. "description_string" "#StickerKit_desc_comm01_flammable_foil"
  33543. "sticker_material" "community01/flammable_foil"
  33544. "item_rarity" "legendary"
  33545. }
  33546. "108"
  33547. {
  33548. "name" "comm01_headhunter_foil"
  33549. "item_name" "#StickerKit_comm01_headhunter_foil"
  33550. "description_string" "#StickerKit_desc_comm01_headhunter_foil"
  33551. "sticker_material" "community01/headhunter_foil"
  33552. "item_rarity" "legendary"
  33553. }
  33554. "109"
  33555. {
  33556. "name" "comm01_llama_cannon"
  33557. "item_name" "#StickerKit_comm01_llama_cannon"
  33558. "description_string" "#StickerKit_desc_comm01_llama_cannon"
  33559. "sticker_material" "community01/llama_cannon"
  33560. "item_rarity" "rare"
  33561. }
  33562. "110"
  33563. {
  33564. "name" "comm01_new_sheriff_foil"
  33565. "item_name" "#StickerKit_comm01_new_sheriff_foil"
  33566. "description_string" "#StickerKit_desc_comm01_new_sheriff_foil"
  33567. "sticker_material" "community01/new_sheriff_foil"
  33568. "item_rarity" "legendary"
  33569. }
  33570. "111"
  33571. {
  33572. "name" "comm01_other_awp"
  33573. "item_name" "#StickerKit_comm01_other_awp"
  33574. "description_string" "#StickerKit_desc_comm01_other_awp"
  33575. "sticker_material" "community01/other_awp"
  33576. "item_rarity" "rare"
  33577. }
  33578. "112"
  33579. {
  33580. "name" "comm01_shavemaster"
  33581. "item_name" "#StickerKit_comm01_shavemaster"
  33582. "description_string" "#StickerKit_desc_comm01_shavemaster"
  33583. "sticker_material" "community01/shavemaster"
  33584. "item_rarity" "rare"
  33585. }
  33586. "113"
  33587. {
  33588. "name" "comm01_skull"
  33589. "item_name" "#StickerKit_comm01_skull"
  33590. "description_string" "#StickerKit_desc_comm01_skull"
  33591. "sticker_material" "community01/skull"
  33592. "item_rarity" "rare"
  33593. }
  33594. "114"
  33595. {
  33596. "name" "comm01_sneaky_beaky"
  33597. "item_name" "#StickerKit_comm01_sneaky_beaky"
  33598. "description_string" "#StickerKit_desc_comm01_sneaky_beaky"
  33599. "sticker_material" "community01/sneaky_beaky"
  33600. "item_rarity" "rare"
  33601. }
  33602. "115"
  33603. {
  33604. "name" "comm01_swag_foil"
  33605. "item_name" "#StickerKit_comm01_swag_foil"
  33606. "description_string" "#StickerKit_desc_comm01_swag_foil"
  33607. "sticker_material" "community01/swag_foil"
  33608. "item_rarity" "legendary"
  33609. }
  33610. "116"
  33611. {
  33612. "name" "comm01_teamwork_holo"
  33613. "item_name" "#StickerKit_comm01_teamwork_holo"
  33614. "description_string" "#StickerKit_desc_comm01_teamwork_holo"
  33615. "sticker_material" "community01/teamwork_holo"
  33616. "item_rarity" "mythical"
  33617. }
  33618. "117"
  33619. {
  33620. "name" "comm01_to_b_or_not_to_b"
  33621. "item_name" "#StickerKit_comm01_to_b_or_not_to_b"
  33622. "description_string" "#StickerKit_desc_comm01_to_b_or_not_to_b"
  33623. "sticker_material" "community01/to_b_or_not_to_b"
  33624. "item_rarity" "rare"
  33625. }
  33626. "118"
  33627. {
  33628. "name" "comm01_winged_defuser"
  33629. "item_name" "#StickerKit_comm01_winged_defuser"
  33630. "description_string" "#StickerKit_desc_comm01_winged_defuser"
  33631. "sticker_material" "community01/winged_defuser"
  33632. "item_rarity" "rare"
  33633. }
  33634. "119"
  33635. {
  33636. "name" "comm01_pocket_bbq"
  33637. "item_name" "#StickerKit_comm01_pocket_bbq"
  33638. "description_string" "#StickerKit_desc_comm01_pocket_bbq"
  33639. "sticker_material" "community01/pocket_bbq"
  33640. "item_rarity" "rare"
  33641. }
  33642. "120"
  33643. {
  33644. "name" "comm01_death_comes"
  33645. "item_name" "#StickerKit_comm01_death_comes"
  33646. "description_string" "#StickerKit_desc_comm01_death_comes"
  33647. "sticker_material" "community01/death_comes"
  33648. "item_rarity" "rare"
  33649. }
  33650. "121"
  33651. {
  33652. "name" "comm01_rekt_holo"
  33653. "item_name" "#StickerKit_comm01_rekt_holo"
  33654. "description_string" "#StickerKit_desc_comm01_rekt_holo"
  33655. "sticker_material" "community01/rekt"
  33656. "item_rarity" "mythical"
  33657. }
  33658. "122"
  33659. {
  33660. "name" "cologne2014_cloud9"
  33661. "item_name" "#StickerKit_cologne2014_cloud9"
  33662. "description_string" "#StickerKit_desc_cologne2014_cloud9"
  33663. "sticker_material" "cologne2014/cloud9"
  33664. "item_rarity" "rare"
  33665. "tournament_event_id" "4"
  33666. "tournament_team_id" "33"
  33667. }
  33668. "123"
  33669. {
  33670. "name" "cologne2014_cloud9_holo"
  33671. "item_name" "#StickerKit_cologne2014_cloud9_holo"
  33672. "description_string" "#StickerKit_desc_cologne2014_cloud9_holo"
  33673. "sticker_material" "cologne2014/cloud9_holo"
  33674. "item_rarity" "mythical"
  33675. "tournament_event_id" "4"
  33676. "tournament_team_id" "33"
  33677. }
  33678. "124"
  33679. {
  33680. "name" "cologne2014_fnatic"
  33681. "item_name" "#StickerKit_cologne2014_fnatic"
  33682. "description_string" "#StickerKit_desc_cologne2014_fnatic"
  33683. "sticker_material" "cologne2014/fnatic"
  33684. "item_rarity" "rare"
  33685. "tournament_event_id" "4"
  33686. "tournament_team_id" "6"
  33687. }
  33688. "125"
  33689. {
  33690. "name" "cologne2014_fnatic_holo"
  33691. "item_name" "#StickerKit_cologne2014_fnatic_holo"
  33692. "description_string" "#StickerKit_desc_cologne2014_fnatic_holo"
  33693. "sticker_material" "cologne2014/fnatic_holo"
  33694. "item_rarity" "mythical"
  33695. "tournament_event_id" "4"
  33696. "tournament_team_id" "6"
  33697. }
  33698. "126"
  33699. {
  33700. "name" "cologne2014_hellraisers"
  33701. "item_name" "#StickerKit_cologne2014_hellraisers"
  33702. "description_string" "#StickerKit_desc_cologne2014_hellraisers"
  33703. "sticker_material" "cologne2014/hellraisers"
  33704. "item_rarity" "rare"
  33705. "tournament_event_id" "4"
  33706. "tournament_team_id" "25"
  33707. }
  33708. "127"
  33709. {
  33710. "name" "cologne2014_hellraisers_holo"
  33711. "item_name" "#StickerKit_cologne2014_hellraisers_holo"
  33712. "description_string" "#StickerKit_desc_cologne2014_hellraisers_holo"
  33713. "sticker_material" "cologne2014/hellraisers_holo"
  33714. "item_rarity" "mythical"
  33715. "tournament_event_id" "4"
  33716. "tournament_team_id" "25"
  33717. }
  33718. "128"
  33719. {
  33720. "name" "cologne2014_ninjasinpyjamas"
  33721. "item_name" "#StickerKit_cologne2014_ninjasinpyjamas"
  33722. "description_string" "#StickerKit_desc_cologne2014_ninjasinpyjamas"
  33723. "sticker_material" "cologne2014/ninjasinpyjamas"
  33724. "item_rarity" "rare"
  33725. "tournament_event_id" "4"
  33726. "tournament_team_id" "1"
  33727. }
  33728. "129"
  33729. {
  33730. "name" "cologne2014_ninjasinpyjamas_holo"
  33731. "item_name" "#StickerKit_cologne2014_ninjasinpyjamas_holo"
  33732. "description_string" "#StickerKit_desc_cologne2014_ninjasinpyjamas_holo"
  33733. "sticker_material" "cologne2014/ninjasinpyjamas_holo"
  33734. "item_rarity" "mythical"
  33735. "tournament_event_id" "4"
  33736. "tournament_team_id" "1"
  33737. }
  33738. "130"
  33739. {
  33740. "name" "cologne2014_teamdignitas"
  33741. "item_name" "#StickerKit_cologne2014_teamdignitas"
  33742. "description_string" "#StickerKit_desc_cologne2014_teamdignitas"
  33743. "sticker_material" "cologne2014/teamdignitas"
  33744. "item_rarity" "rare"
  33745. "tournament_event_id" "4"
  33746. "tournament_team_id" "24"
  33747. }
  33748. "131"
  33749. {
  33750. "name" "cologne2014_teamdignitas_holo"
  33751. "item_name" "#StickerKit_cologne2014_teamdignitas_holo"
  33752. "description_string" "#StickerKit_desc_cologne2014_teamdignitas_holo"
  33753. "sticker_material" "cologne2014/teamdignitas_holo"
  33754. "item_rarity" "mythical"
  33755. "tournament_event_id" "4"
  33756. "tournament_team_id" "24"
  33757. }
  33758. "132"
  33759. {
  33760. "name" "cologne2014_teamldlc"
  33761. "item_name" "#StickerKit_cologne2014_teamldlc"
  33762. "description_string" "#StickerKit_desc_cologne2014_teamldlc"
  33763. "sticker_material" "cologne2014/teamldlc"
  33764. "item_rarity" "rare"
  33765. "tournament_event_id" "4"
  33766. "tournament_team_id" "26"
  33767. }
  33768. "133"
  33769. {
  33770. "name" "cologne2014_teamldlc_holo"
  33771. "item_name" "#StickerKit_cologne2014_teamldlc_holo"
  33772. "description_string" "#StickerKit_desc_cologne2014_teamldlc_holo"
  33773. "sticker_material" "cologne2014/teamldlc_holo"
  33774. "item_rarity" "mythical"
  33775. "tournament_event_id" "4"
  33776. "tournament_team_id" "26"
  33777. }
  33778. "134"
  33779. {
  33780. "name" "cologne2014_virtuspro"
  33781. "item_name" "#StickerKit_cologne2014_virtuspro"
  33782. "description_string" "#StickerKit_desc_cologne2014_virtuspro"
  33783. "sticker_material" "cologne2014/virtuspro"
  33784. "item_rarity" "rare"
  33785. "tournament_event_id" "4"
  33786. "tournament_team_id" "31"
  33787. }
  33788. "135"
  33789. {
  33790. "name" "cologne2014_virtuspro_holo"
  33791. "item_name" "#StickerKit_cologne2014_virtuspro_holo"
  33792. "description_string" "#StickerKit_desc_cologne2014_virtuspro_holo"
  33793. "sticker_material" "cologne2014/virtuspro_holo"
  33794. "item_rarity" "mythical"
  33795. "tournament_event_id" "4"
  33796. "tournament_team_id" "31"
  33797. }
  33798. "136"
  33799. {
  33800. "name" "cologne2014_copenhagenwolves"
  33801. "item_name" "#StickerKit_cologne2014_copenhagenwolves"
  33802. "description_string" "#StickerKit_desc_cologne2014_copenhagenwolves"
  33803. "sticker_material" "cologne2014/copenhagenwolves"
  33804. "item_rarity" "rare"
  33805. "tournament_event_id" "4"
  33806. "tournament_team_id" "10"
  33807. }
  33808. "137"
  33809. {
  33810. "name" "cologne2014_copenhagenwolves_holo"
  33811. "item_name" "#StickerKit_cologne2014_copenhagenwolves_holo"
  33812. "description_string" "#StickerKit_desc_cologne2014_copenhagenwolves_holo"
  33813. "sticker_material" "cologne2014/copenhagenwolves_holo"
  33814. "item_rarity" "mythical"
  33815. "tournament_event_id" "4"
  33816. "tournament_team_id" "10"
  33817. }
  33818. "138"
  33819. {
  33820. "name" "cologne2014_datteam"
  33821. "item_name" "#StickerKit_cologne2014_datteam"
  33822. "description_string" "#StickerKit_desc_cologne2014_datteam"
  33823. "sticker_material" "cologne2014/datteam"
  33824. "item_rarity" "rare"
  33825. "tournament_event_id" "4"
  33826. "tournament_team_id" "34"
  33827. }
  33828. "139"
  33829. {
  33830. "name" "cologne2014_datteam_holo"
  33831. "item_name" "#StickerKit_cologne2014_datteam_holo"
  33832. "description_string" "#StickerKit_desc_cologne2014_datteam_holo"
  33833. "sticker_material" "cologne2014/datteam_holo"
  33834. "item_rarity" "mythical"
  33835. "tournament_event_id" "4"
  33836. "tournament_team_id" "34"
  33837. }
  33838. "140"
  33839. {
  33840. "name" "cologne2014_epsilonesports"
  33841. "item_name" "#StickerKit_cologne2014_epsilonesports"
  33842. "description_string" "#StickerKit_desc_cologne2014_epsilonesports"
  33843. "sticker_material" "cologne2014/epsilonesports"
  33844. "item_rarity" "rare"
  33845. "tournament_event_id" "4"
  33846. "tournament_team_id" "35"
  33847. }
  33848. "141"
  33849. {
  33850. "name" "cologne2014_epsilonesports_holo"
  33851. "item_name" "#StickerKit_cologne2014_epsilonesports_holo"
  33852. "description_string" "#StickerKit_desc_cologne2014_epsilonesports_holo"
  33853. "sticker_material" "cologne2014/epsilonesports_holo"
  33854. "item_rarity" "mythical"
  33855. "tournament_event_id" "4"
  33856. "tournament_team_id" "35"
  33857. }
  33858. "142"
  33859. {
  33860. "name" "cologne2014_ibuypower"
  33861. "item_name" "#StickerKit_cologne2014_ibuypower"
  33862. "description_string" "#StickerKit_desc_cologne2014_ibuypower"
  33863. "sticker_material" "cologne2014/ibuypower"
  33864. "item_rarity" "rare"
  33865. "tournament_event_id" "4"
  33866. "tournament_team_id" "5"
  33867. }
  33868. "143"
  33869. {
  33870. "name" "cologne2014_ibuypower_holo"
  33871. "item_name" "#StickerKit_cologne2014_ibuypower_holo"
  33872. "description_string" "#StickerKit_desc_cologne2014_ibuypower_holo"
  33873. "sticker_material" "cologne2014/ibuypower_holo"
  33874. "item_rarity" "mythical"
  33875. "tournament_event_id" "4"
  33876. "tournament_team_id" "5"
  33877. }
  33878. "144"
  33879. {
  33880. "name" "cologne2014_londonconspiracy"
  33881. "item_name" "#StickerKit_cologne2014_londonconspiracy"
  33882. "description_string" "#StickerKit_desc_cologne2014_londonconspiracy"
  33883. "sticker_material" "cologne2014/londonconspiracy"
  33884. "item_rarity" "rare"
  33885. "tournament_event_id" "4"
  33886. "tournament_team_id" "36"
  33887. }
  33888. "145"
  33889. {
  33890. "name" "cologne2014_londonconspiracy_holo"
  33891. "item_name" "#StickerKit_cologne2014_londonconspiracy_holo"
  33892. "description_string" "#StickerKit_desc_cologne2014_londonconspiracy_holo"
  33893. "sticker_material" "cologne2014/londonconspiracy_holo"
  33894. "item_rarity" "mythical"
  33895. "tournament_event_id" "4"
  33896. "tournament_team_id" "36"
  33897. }
  33898. "146"
  33899. {
  33900. "name" "cologne2014_navi"
  33901. "item_name" "#StickerKit_cologne2014_navi"
  33902. "description_string" "#StickerKit_desc_cologne2014_navi"
  33903. "sticker_material" "cologne2014/navi"
  33904. "item_rarity" "rare"
  33905. "tournament_event_id" "4"
  33906. "tournament_team_id" "12"
  33907. }
  33908. "147"
  33909. {
  33910. "name" "cologne2014_navi_holo"
  33911. "item_name" "#StickerKit_cologne2014_navi_holo"
  33912. "description_string" "#StickerKit_desc_cologne2014_navi_holo"
  33913. "sticker_material" "cologne2014/navi_holo"
  33914. "item_rarity" "mythical"
  33915. "tournament_event_id" "4"
  33916. "tournament_team_id" "12"
  33917. }
  33918. "148"
  33919. {
  33920. "name" "cologne2014_titan"
  33921. "item_name" "#StickerKit_cologne2014_titan"
  33922. "description_string" "#StickerKit_desc_cologne2014_titan"
  33923. "sticker_material" "cologne2014/titan"
  33924. "item_rarity" "rare"
  33925. "tournament_event_id" "4"
  33926. "tournament_team_id" "27"
  33927. }
  33928. "149"
  33929. {
  33930. "name" "cologne2014_titan_holo"
  33931. "item_name" "#StickerKit_cologne2014_titan_holo"
  33932. "description_string" "#StickerKit_desc_cologne2014_titan_holo"
  33933. "sticker_material" "cologne2014/titan_holo"
  33934. "item_rarity" "mythical"
  33935. "tournament_event_id" "4"
  33936. "tournament_team_id" "27"
  33937. }
  33938. "150"
  33939. {
  33940. "name" "cologne2014_voxeminor"
  33941. "item_name" "#StickerKit_cologne2014_voxeminor"
  33942. "description_string" "#StickerKit_desc_cologne2014_voxeminor"
  33943. "sticker_material" "cologne2014/voxeminor"
  33944. "item_rarity" "rare"
  33945. "tournament_event_id" "4"
  33946. "tournament_team_id" "32"
  33947. }
  33948. "151"
  33949. {
  33950. "name" "cologne2014_voxeminor_holo"
  33951. "item_name" "#StickerKit_cologne2014_voxeminor_holo"
  33952. "description_string" "#StickerKit_desc_cologne2014_voxeminor_holo"
  33953. "sticker_material" "cologne2014/voxeminor_holo"
  33954. "item_rarity" "mythical"
  33955. "tournament_event_id" "4"
  33956. "tournament_team_id" "32"
  33957. }
  33958. "152"
  33959. {
  33960. "name" "cologne2014_wolf"
  33961. "item_name" "#StickerKit_cologne2014_wolf"
  33962. "description_string" "#StickerKit_desc_cologne2014_wolf"
  33963. "sticker_material" "cologne2014/wolf"
  33964. "item_rarity" "rare"
  33965. "tournament_event_id" "4"
  33966. "tournament_team_id" "37"
  33967. }
  33968. "153"
  33969. {
  33970. "name" "cologne2014_wolf_holo"
  33971. "item_name" "#StickerKit_cologne2014_wolf_holo"
  33972. "description_string" "#StickerKit_desc_cologne2014_wolf_holo"
  33973. "sticker_material" "cologne2014/wolf_holo"
  33974. "item_rarity" "mythical"
  33975. "tournament_event_id" "4"
  33976. "tournament_team_id" "37"
  33977. }
  33978. "154"
  33979. {
  33980. "name" "cologne2014_esl_a"
  33981. "item_name" "#StickerKit_cologne2014_esl_a"
  33982. "description_string" "#StickerKit_desc_cologne2014_esl_a"
  33983. "sticker_material" "cologne2014/esl_a"
  33984. "item_rarity" "legendary"
  33985. "tournament_event_id" "4"
  33986. }
  33987. "155"
  33988. {
  33989. "name" "cologne2014_esl_b"
  33990. "item_name" "#StickerKit_cologne2014_esl_b"
  33991. "description_string" "#StickerKit_desc_cologne2014_esl_b"
  33992. "sticker_material" "cologne2014/esl_b"
  33993. "item_rarity" "legendary"
  33994. "tournament_event_id" "4"
  33995. }
  33996. "156"
  33997. {
  33998. "name" "cologne2014_cloud9_foil"
  33999. "item_name" "#StickerKit_cologne2014_cloud9_foil"
  34000. "description_string" "#StickerKit_desc_cologne2014_cloud9_foil"
  34001. "sticker_material" "cologne2014/cloud9_foil"
  34002. "item_rarity" "legendary"
  34003. "tournament_event_id" "4"
  34004. "tournament_team_id" "33"
  34005. }
  34006. "157"
  34007. {
  34008. "name" "cologne2014_fnatic_foil"
  34009. "item_name" "#StickerKit_cologne2014_fnatic_foil"
  34010. "description_string" "#StickerKit_desc_cologne2014_fnatic_foil"
  34011. "sticker_material" "cologne2014/fnatic_foil"
  34012. "item_rarity" "legendary"
  34013. "tournament_event_id" "4"
  34014. "tournament_team_id" "6"
  34015. }
  34016. "158"
  34017. {
  34018. "name" "cologne2014_hellraisers_foil"
  34019. "item_name" "#StickerKit_cologne2014_hellraisers_foil"
  34020. "description_string" "#StickerKit_desc_cologne2014_hellraisers_foil"
  34021. "sticker_material" "cologne2014/hellraisers_foil"
  34022. "item_rarity" "legendary"
  34023. "tournament_event_id" "4"
  34024. "tournament_team_id" "25"
  34025. }
  34026. "159"
  34027. {
  34028. "name" "cologne2014_ninjasinpyjamas_foil"
  34029. "item_name" "#StickerKit_cologne2014_ninjasinpyjamas_foil"
  34030. "description_string" "#StickerKit_desc_cologne2014_ninjasinpyjamas_foil"
  34031. "sticker_material" "cologne2014/ninjasinpyjamas_foil"
  34032. "item_rarity" "legendary"
  34033. "tournament_event_id" "4"
  34034. "tournament_team_id" "1"
  34035. }
  34036. "160"
  34037. {
  34038. "name" "cologne2014_teamdignitas_foil"
  34039. "item_name" "#StickerKit_cologne2014_teamdignitas_foil"
  34040. "description_string" "#StickerKit_desc_cologne2014_teamdignitas_foil"
  34041. "sticker_material" "cologne2014/teamdignitas_foil"
  34042. "item_rarity" "legendary"
  34043. "tournament_event_id" "4"
  34044. "tournament_team_id" "24"
  34045. }
  34046. "161"
  34047. {
  34048. "name" "cologne2014_teamldlc_foil"
  34049. "item_name" "#StickerKit_cologne2014_teamldlc_foil"
  34050. "description_string" "#StickerKit_desc_cologne2014_teamldlc_foil"
  34051. "sticker_material" "cologne2014/teamldlc_foil"
  34052. "item_rarity" "legendary"
  34053. "tournament_event_id" "4"
  34054. "tournament_team_id" "26"
  34055. }
  34056. "162"
  34057. {
  34058. "name" "cologne2014_virtuspro_foil"
  34059. "item_name" "#StickerKit_cologne2014_virtuspro_foil"
  34060. "description_string" "#StickerKit_desc_cologne2014_virtuspro_foil"
  34061. "sticker_material" "cologne2014/virtuspro_foil"
  34062. "item_rarity" "legendary"
  34063. "tournament_event_id" "4"
  34064. "tournament_team_id" "31"
  34065. }
  34066. "163"
  34067. {
  34068. "name" "cologne2014_copenhagenwolves_foil"
  34069. "item_name" "#StickerKit_cologne2014_copenhagenwolves_foil"
  34070. "description_string" "#StickerKit_desc_cologne2014_copenhagenwolves_foil"
  34071. "sticker_material" "cologne2014/copenhagenwolves_foil"
  34072. "item_rarity" "legendary"
  34073. "tournament_event_id" "4"
  34074. "tournament_team_id" "10"
  34075. }
  34076. "164"
  34077. {
  34078. "name" "cologne2014_datteam_foil"
  34079. "item_name" "#StickerKit_cologne2014_datteam_foil"
  34080. "description_string" "#StickerKit_desc_cologne2014_datteam_foil"
  34081. "sticker_material" "cologne2014/datteam_foil"
  34082. "item_rarity" "legendary"
  34083. "tournament_event_id" "4"
  34084. "tournament_team_id" "34"
  34085. }
  34086. "165"
  34087. {
  34088. "name" "cologne2014_epsilonesports_foil"
  34089. "item_name" "#StickerKit_cologne2014_epsilonesports_foil"
  34090. "description_string" "#StickerKit_desc_cologne2014_epsilonesports_foil"
  34091. "sticker_material" "cologne2014/epsilonesports_foil"
  34092. "item_rarity" "legendary"
  34093. "tournament_event_id" "4"
  34094. "tournament_team_id" "35"
  34095. }
  34096. "166"
  34097. {
  34098. "name" "cologne2014_ibuypower_foil"
  34099. "item_name" "#StickerKit_cologne2014_ibuypower_foil"
  34100. "description_string" "#StickerKit_desc_cologne2014_ibuypower_foil"
  34101. "sticker_material" "cologne2014/ibuypower_foil"
  34102. "item_rarity" "legendary"
  34103. "tournament_event_id" "4"
  34104. "tournament_team_id" "5"
  34105. }
  34106. "167"
  34107. {
  34108. "name" "cologne2014_londonconspiracy_foil"
  34109. "item_name" "#StickerKit_cologne2014_londonconspiracy_foil"
  34110. "description_string" "#StickerKit_desc_cologne2014_londonconspiracy_foil"
  34111. "sticker_material" "cologne2014/londonconspiracy_foil"
  34112. "item_rarity" "legendary"
  34113. "tournament_event_id" "4"
  34114. "tournament_team_id" "36"
  34115. }
  34116. "168"
  34117. {
  34118. "name" "cologne2014_navi_foil"
  34119. "item_name" "#StickerKit_cologne2014_navi_foil"
  34120. "description_string" "#StickerKit_desc_cologne2014_navi_foil"
  34121. "sticker_material" "cologne2014/navi_foil"
  34122. "item_rarity" "legendary"
  34123. "tournament_event_id" "4"
  34124. "tournament_team_id" "12"
  34125. }
  34126. "169"
  34127. {
  34128. "name" "cologne2014_titan_foil"
  34129. "item_name" "#StickerKit_cologne2014_titan_foil"
  34130. "description_string" "#StickerKit_desc_cologne2014_titan_foil"
  34131. "sticker_material" "cologne2014/titan_foil"
  34132. "item_rarity" "legendary"
  34133. "tournament_event_id" "4"
  34134. "tournament_team_id" "27"
  34135. }
  34136. "170"
  34137. {
  34138. "name" "cologne2014_voxeminor_foil"
  34139. "item_name" "#StickerKit_cologne2014_voxeminor_foil"
  34140. "description_string" "#StickerKit_desc_cologne2014_voxeminor_foil"
  34141. "sticker_material" "cologne2014/voxeminor_foil"
  34142. "item_rarity" "legendary"
  34143. "tournament_event_id" "4"
  34144. "tournament_team_id" "32"
  34145. }
  34146. "171"
  34147. {
  34148. "name" "cologne2014_wolf_foil"
  34149. "item_name" "#StickerKit_cologne2014_wolf_foil"
  34150. "description_string" "#StickerKit_desc_cologne2014_wolf_foil"
  34151. "sticker_material" "cologne2014/wolf_foil"
  34152. "item_rarity" "legendary"
  34153. "tournament_event_id" "4"
  34154. "tournament_team_id" "37"
  34155. }
  34156. "172"
  34157. {
  34158. "name" "cologne2014_esl_c"
  34159. "item_name" "#StickerKit_cologne2014_esl_c"
  34160. "description_string" "#StickerKit_desc_cologne2014_esl_c"
  34161. "sticker_material" "cologne2014/esl_c"
  34162. "item_rarity" "legendary"
  34163. "tournament_event_id" "4"
  34164. }
  34165. "173"
  34166. {
  34167. "name" "bossyburger"
  34168. "item_name" "#StickerKit_comm02_bossyburger"
  34169. "description_string" "#StickerKit_desc_comm02_bossyburger"
  34170. "sticker_material" "community02/bossyburger"
  34171. "item_rarity" "rare"
  34172. }
  34173. "174"
  34174. {
  34175. "name" "catcall"
  34176. "item_name" "#StickerKit_comm02_catcall"
  34177. "description_string" "#StickerKit_desc_comm02_catcall"
  34178. "sticker_material" "community02/catcall"
  34179. "item_rarity" "rare"
  34180. }
  34181. "175"
  34182. {
  34183. "name" "chickenstrike"
  34184. "item_name" "#StickerKit_comm02_chickenstrike"
  34185. "description_string" "#StickerKit_desc_comm02_chickenstrike"
  34186. "sticker_material" "community02/chickenstrike"
  34187. "item_rarity" "rare"
  34188. }
  34189. "176"
  34190. {
  34191. "name" "ctbanana"
  34192. "item_name" "#StickerKit_comm02_ctbanana"
  34193. "description_string" "#StickerKit_desc_comm02_ctbanana"
  34194. "sticker_material" "community02/ctbanana"
  34195. "item_rarity" "rare"
  34196. }
  34197. "177"
  34198. {
  34199. "name" "dontworryimpro"
  34200. "item_name" "#StickerKit_comm02_dontworryimpro"
  34201. "description_string" "#StickerKit_desc_comm02_dontworryimpro"
  34202. "sticker_material" "community02/dontworryimpro"
  34203. "item_rarity" "rare"
  34204. }
  34205. "178"
  34206. {
  34207. "name" "fightlikeagirl"
  34208. "item_name" "#StickerKit_comm02_fightlikeagirl"
  34209. "description_string" "#StickerKit_desc_comm02_fightlikeagirl"
  34210. "sticker_material" "community02/fightlikeagirl"
  34211. "item_rarity" "rare"
  34212. }
  34213. "179"
  34214. {
  34215. "name" "handmadeflash"
  34216. "item_name" "#StickerKit_comm02_handmadeflash"
  34217. "description_string" "#StickerKit_desc_comm02_handmadeflash"
  34218. "sticker_material" "community02/handmadeflash"
  34219. "item_rarity" "rare"
  34220. }
  34221. "180"
  34222. {
  34223. "name" "kawaiikiller"
  34224. "item_name" "#StickerKit_comm02_kawaiikiller"
  34225. "description_string" "#StickerKit_desc_comm02_kawaiikiller"
  34226. "sticker_material" "community02/kawaiikiller"
  34227. "item_rarity" "rare"
  34228. }
  34229. "181"
  34230. {
  34231. "name" "neluthebear"
  34232. "item_name" "#StickerKit_comm02_neluthebear"
  34233. "description_string" "#StickerKit_desc_comm02_neluthebear"
  34234. "sticker_material" "community02/neluthebear"
  34235. "item_rarity" "rare"
  34236. }
  34237. "182"
  34238. {
  34239. "name" "oneshotonekill"
  34240. "item_name" "#StickerKit_comm02_oneshotonekill"
  34241. "description_string" "#StickerKit_desc_comm02_oneshotonekill"
  34242. "sticker_material" "community02/oneshotonekill"
  34243. "item_rarity" "rare"
  34244. }
  34245. "183"
  34246. {
  34247. "name" "shootingstar"
  34248. "item_name" "#StickerKit_comm02_shootingstar"
  34249. "description_string" "#StickerKit_desc_comm02_shootingstar"
  34250. "sticker_material" "community02/shootingstar"
  34251. "item_rarity" "rare"
  34252. }
  34253. "184"
  34254. {
  34255. "name" "toncat"
  34256. "item_name" "#StickerKit_comm02_toncat"
  34257. "description_string" "#StickerKit_desc_comm02_toncat"
  34258. "sticker_material" "community02/toncat"
  34259. "item_rarity" "rare"
  34260. }
  34261. "185"
  34262. {
  34263. "name" "warpenguin"
  34264. "item_name" "#StickerKit_comm02_warpenguin"
  34265. "description_string" "#StickerKit_desc_comm02_warpenguin"
  34266. "sticker_material" "community02/warpenguin"
  34267. "item_rarity" "rare"
  34268. }
  34269. "186"
  34270. {
  34271. "name" "windywalking"
  34272. "item_name" "#StickerKit_comm02_windywalking"
  34273. "description_string" "#StickerKit_desc_comm02_windywalking"
  34274. "sticker_material" "community02/windywalking"
  34275. "item_rarity" "rare"
  34276. }
  34277. "187"
  34278. {
  34279. "name" "blitzkrieg"
  34280. "item_name" "#StickerKit_comm02_blitzkrieg"
  34281. "description_string" "#StickerKit_desc_comm02_blitzkrieg"
  34282. "sticker_material" "community02/blitzkrieg"
  34283. "item_rarity" "rare"
  34284. }
  34285. "188"
  34286. {
  34287. "name" "pigeonmaster"
  34288. "item_name" "#StickerKit_comm02_pigeonmaster"
  34289. "description_string" "#StickerKit_desc_comm02_pigeonmaster"
  34290. "sticker_material" "community02/pigeonmaster"
  34291. "item_rarity" "rare"
  34292. }
  34293. "189"
  34294. {
  34295. "name" "terrorized"
  34296. "item_name" "#StickerKit_comm02_terrorized"
  34297. "description_string" "#StickerKit_desc_comm02_terrorized"
  34298. "sticker_material" "community02/terrorized"
  34299. "item_rarity" "rare"
  34300. }
  34301. "190"
  34302. {
  34303. "name" "tilldeathdouspart"
  34304. "item_name" "#StickerKit_comm02_tilldeathdouspart"
  34305. "description_string" "#StickerKit_desc_comm02_tilldeathdouspart"
  34306. "sticker_material" "community02/tilldeathdouspart"
  34307. "item_rarity" "rare"
  34308. }
  34309. "191"
  34310. {
  34311. "name" "stayfrosty"
  34312. "item_name" "#StickerKit_comm02_stayfrosty"
  34313. "description_string" "#StickerKit_desc_comm02_stayfrosty"
  34314. "sticker_material" "community02/stayfrosty"
  34315. "item_rarity" "rare"
  34316. }
  34317. "192"
  34318. {
  34319. "name" "doomed"
  34320. "item_name" "#StickerKit_comm02_doomed"
  34321. "description_string" "#StickerKit_desc_comm02_doomed"
  34322. "sticker_material" "community02/doomed"
  34323. "item_rarity" "rare"
  34324. }
  34325. "193"
  34326. {
  34327. "name" "queenofpain"
  34328. "item_name" "#StickerKit_comm02_queenofpain"
  34329. "description_string" "#StickerKit_desc_comm02_queenofpain"
  34330. "sticker_material" "community02/queenofpain"
  34331. "item_rarity" "rare"
  34332. }
  34333. "194"
  34334. {
  34335. "name" "trickorthreat"
  34336. "item_name" "#StickerKit_comm02_trickorthreat"
  34337. "description_string" "#StickerKit_desc_comm02_trickorthreat"
  34338. "sticker_material" "community02/trickorthreat"
  34339. "item_rarity" "rare"
  34340. }
  34341. "195"
  34342. {
  34343. "name" "trickortreat"
  34344. "item_name" "#StickerKit_comm02_trickortreat"
  34345. "description_string" "#StickerKit_desc_comm02_trickortreat"
  34346. "sticker_material" "community02/trickortreat"
  34347. "item_rarity" "rare"
  34348. }
  34349. "196"
  34350. {
  34351. "name" "witch"
  34352. "item_name" "#StickerKit_comm02_witch"
  34353. "description_string" "#StickerKit_desc_comm02_witch"
  34354. "sticker_material" "community02/witch"
  34355. "item_rarity" "rare"
  34356. }
  34357. "197"
  34358. {
  34359. "name" "zombielover"
  34360. "item_name" "#StickerKit_comm02_zombielover"
  34361. "description_string" "#StickerKit_desc_comm02_zombielover"
  34362. "sticker_material" "community02/zombielover"
  34363. "item_rarity" "rare"
  34364. }
  34365. "198"
  34366. {
  34367. "name" "dhw2014_fnatic"
  34368. "item_name" "#StickerKit_dhw2014_fnatic"
  34369. "description_string" "#StickerKit_desc_dhw2014_fnatic"
  34370. "sticker_material" "dhw2014/fnatic"
  34371. "item_rarity" "rare"
  34372. "tournament_event_id" "5"
  34373. "tournament_team_id" "6"
  34374. }
  34375. "199"
  34376. {
  34377. "name" "dhw2014_fnatic_holo"
  34378. "item_name" "#StickerKit_dhw2014_fnatic_holo"
  34379. "description_string" "#StickerKit_desc_dhw2014_fnatic_holo"
  34380. "sticker_material" "dhw2014/fnatic_holo"
  34381. "item_rarity" "mythical"
  34382. "tournament_event_id" "5"
  34383. "tournament_team_id" "6"
  34384. }
  34385. "200"
  34386. {
  34387. "name" "dhw2014_fnatic_foil"
  34388. "item_name" "#StickerKit_dhw2014_fnatic_foil"
  34389. "description_string" "#StickerKit_desc_dhw2014_fnatic_foil"
  34390. "sticker_material" "dhw2014/fnatic_foil"
  34391. "item_rarity" "legendary"
  34392. "tournament_event_id" "5"
  34393. "tournament_team_id" "6"
  34394. }
  34395. "201"
  34396. {
  34397. "name" "dhw2014_cloud9"
  34398. "item_name" "#StickerKit_dhw2014_cloud9"
  34399. "description_string" "#StickerKit_desc_dhw2014_cloud9"
  34400. "sticker_material" "dhw2014/cloud9"
  34401. "item_rarity" "rare"
  34402. "tournament_event_id" "5"
  34403. "tournament_team_id" "33"
  34404. }
  34405. "202"
  34406. {
  34407. "name" "dhw2014_cloud9_holo"
  34408. "item_name" "#StickerKit_dhw2014_cloud9_holo"
  34409. "description_string" "#StickerKit_desc_dhw2014_cloud9_holo"
  34410. "sticker_material" "dhw2014/cloud9_holo"
  34411. "item_rarity" "mythical"
  34412. "tournament_event_id" "5"
  34413. "tournament_team_id" "33"
  34414. }
  34415. "203"
  34416. {
  34417. "name" "dhw2014_cloud9_foil"
  34418. "item_name" "#StickerKit_dhw2014_cloud9_foil"
  34419. "description_string" "#StickerKit_desc_dhw2014_cloud9_foil"
  34420. "sticker_material" "dhw2014/cloud9_foil"
  34421. "item_rarity" "legendary"
  34422. "tournament_event_id" "5"
  34423. "tournament_team_id" "33"
  34424. }
  34425. "207"
  34426. {
  34427. "name" "dhw2014_virtuspro"
  34428. "item_name" "#StickerKit_dhw2014_virtuspro"
  34429. "description_string" "#StickerKit_desc_dhw2014_virtuspro"
  34430. "sticker_material" "dhw2014/virtuspro"
  34431. "item_rarity" "rare"
  34432. "tournament_event_id" "5"
  34433. "tournament_team_id" "31"
  34434. }
  34435. "208"
  34436. {
  34437. "name" "dhw2014_virtuspro_holo"
  34438. "item_name" "#StickerKit_dhw2014_virtuspro_holo"
  34439. "description_string" "#StickerKit_desc_dhw2014_virtuspro_holo"
  34440. "sticker_material" "dhw2014/virtuspro_holo"
  34441. "item_rarity" "mythical"
  34442. "tournament_event_id" "5"
  34443. "tournament_team_id" "31"
  34444. }
  34445. "209"
  34446. {
  34447. "name" "dhw2014_virtuspro_foil"
  34448. "item_name" "#StickerKit_dhw2014_virtuspro_foil"
  34449. "description_string" "#StickerKit_desc_dhw2014_virtuspro_foil"
  34450. "sticker_material" "dhw2014/virtuspro_foil"
  34451. "item_rarity" "legendary"
  34452. "tournament_event_id" "5"
  34453. "tournament_team_id" "31"
  34454. }
  34455. "210"
  34456. {
  34457. "name" "dhw2014_ninjasinpyjamas"
  34458. "item_name" "#StickerKit_dhw2014_ninjasinpyjamas"
  34459. "description_string" "#StickerKit_desc_dhw2014_ninjasinpyjamas"
  34460. "sticker_material" "dhw2014/ninjasinpyjamas"
  34461. "item_rarity" "rare"
  34462. "tournament_event_id" "5"
  34463. "tournament_team_id" "1"
  34464. }
  34465. "211"
  34466. {
  34467. "name" "dhw2014_ninjasinpyjamas_holo"
  34468. "item_name" "#StickerKit_dhw2014_ninjasinpyjamas_holo"
  34469. "description_string" "#StickerKit_desc_dhw2014_ninjasinpyjamas_holo"
  34470. "sticker_material" "dhw2014/ninjasinpyjamas_holo"
  34471. "item_rarity" "mythical"
  34472. "tournament_event_id" "5"
  34473. "tournament_team_id" "1"
  34474. }
  34475. "212"
  34476. {
  34477. "name" "dhw2014_ninjasinpyjamas_foil"
  34478. "item_name" "#StickerKit_dhw2014_ninjasinpyjamas_foil"
  34479. "description_string" "#StickerKit_desc_dhw2014_ninjasinpyjamas_foil"
  34480. "sticker_material" "dhw2014/ninjasinpyjamas_foil"
  34481. "item_rarity" "legendary"
  34482. "tournament_event_id" "5"
  34483. "tournament_team_id" "1"
  34484. }
  34485. "213"
  34486. {
  34487. "name" "dhw2014_navi"
  34488. "item_name" "#StickerKit_dhw2014_navi"
  34489. "description_string" "#StickerKit_desc_dhw2014_navi"
  34490. "sticker_material" "dhw2014/navi"
  34491. "item_rarity" "rare"
  34492. "tournament_event_id" "5"
  34493. "tournament_team_id" "12"
  34494. }
  34495. "214"
  34496. {
  34497. "name" "dhw2014_navi_holo"
  34498. "item_name" "#StickerKit_dhw2014_navi_holo"
  34499. "description_string" "#StickerKit_desc_dhw2014_navi_holo"
  34500. "sticker_material" "dhw2014/navi_holo"
  34501. "item_rarity" "mythical"
  34502. "tournament_event_id" "5"
  34503. "tournament_team_id" "12"
  34504. }
  34505. "215"
  34506. {
  34507. "name" "dhw2014_navi_foil"
  34508. "item_name" "#StickerKit_dhw2014_navi_foil"
  34509. "description_string" "#StickerKit_desc_dhw2014_navi_foil"
  34510. "sticker_material" "dhw2014/navi_foil"
  34511. "item_rarity" "legendary"
  34512. "tournament_event_id" "5"
  34513. "tournament_team_id" "12"
  34514. }
  34515. "219"
  34516. {
  34517. "name" "dhw2014_dignitas"
  34518. "item_name" "#StickerKit_dhw2014_teamdignitas"
  34519. "description_string" "#StickerKit_desc_dhw2014_teamdignitas"
  34520. "sticker_material" "dhw2014/dignitas"
  34521. "item_rarity" "rare"
  34522. "tournament_event_id" "5"
  34523. "tournament_team_id" "24"
  34524. }
  34525. "220"
  34526. {
  34527. "name" "dhw2014_dignitas_holo"
  34528. "item_name" "#StickerKit_dhw2014_teamdignitas_holo"
  34529. "description_string" "#StickerKit_desc_dhw2014_teamdignitas_holo"
  34530. "sticker_material" "dhw2014/dignitas_holo"
  34531. "item_rarity" "mythical"
  34532. "tournament_event_id" "5"
  34533. "tournament_team_id" "24"
  34534. }
  34535. "221"
  34536. {
  34537. "name" "dhw2014_dignitas_foil"
  34538. "item_name" "#StickerKit_dhw2014_teamdignitas_foil"
  34539. "description_string" "#StickerKit_desc_dhw2014_teamdignitas_foil"
  34540. "sticker_material" "dhw2014/dignitas_foil"
  34541. "item_rarity" "legendary"
  34542. "tournament_event_id" "5"
  34543. "tournament_team_id" "24"
  34544. }
  34545. "222"
  34546. {
  34547. "name" "dhw2014_bravadogaming"
  34548. "item_name" "#StickerKit_dhw2014_bravadogaming"
  34549. "description_string" "#StickerKit_desc_dhw2014_bravadogaming"
  34550. "sticker_material" "dhw2014/bravadogaming"
  34551. "item_rarity" "rare"
  34552. "tournament_event_id" "5"
  34553. "tournament_team_id" "40"
  34554. }
  34555. "223"
  34556. {
  34557. "name" "dhw2014_escgaming"
  34558. "item_name" "#StickerKit_dhw2014_escgaming"
  34559. "description_string" "#StickerKit_desc_dhw2014_escgaming"
  34560. "sticker_material" "dhw2014/escgaming"
  34561. "item_rarity" "rare"
  34562. "tournament_event_id" "5"
  34563. "tournament_team_id" "42"
  34564. }
  34565. "224"
  34566. {
  34567. "name" "dhw2014_hellraisers"
  34568. "item_name" "#StickerKit_dhw2014_hellraisers"
  34569. "description_string" "#StickerKit_desc_dhw2014_hellraisers"
  34570. "sticker_material" "dhw2014/hellraisers"
  34571. "item_rarity" "rare"
  34572. "tournament_event_id" "5"
  34573. "tournament_team_id" "25"
  34574. }
  34575. "225"
  34576. {
  34577. "name" "dhw2014_ibuypower"
  34578. "item_name" "#StickerKit_dhw2014_ibuypower"
  34579. "description_string" "#StickerKit_desc_dhw2014_ibuypower"
  34580. "sticker_material" "dhw2014/ibuypower"
  34581. "item_rarity" "rare"
  34582. "tournament_event_id" "5"
  34583. "tournament_team_id" "5"
  34584. }
  34585. "226"
  34586. {
  34587. "name" "dhw2014_pentasports"
  34588. "item_name" "#StickerKit_dhw2014_pentasports"
  34589. "description_string" "#StickerKit_desc_dhw2014_pentasports"
  34590. "sticker_material" "dhw2014/pentasports"
  34591. "item_rarity" "rare"
  34592. "tournament_event_id" "5"
  34593. "tournament_team_id" "39"
  34594. }
  34595. "227"
  34596. {
  34597. "name" "dhw2014_planetkeydynamics"
  34598. "item_name" "#StickerKit_dhw2014_planetkeydynamics"
  34599. "description_string" "#StickerKit_desc_dhw2014_planetkeydynamics"
  34600. "sticker_material" "dhw2014/planetkeydynamics"
  34601. "item_rarity" "rare"
  34602. "tournament_event_id" "5"
  34603. "tournament_team_id" "41"
  34604. }
  34605. "228"
  34606. {
  34607. "name" "dhw2014_teamldlc"
  34608. "item_name" "#StickerKit_dhw2014_teamldlc"
  34609. "description_string" "#StickerKit_desc_dhw2014_teamldlc"
  34610. "sticker_material" "dhw2014/teamldlc"
  34611. "item_rarity" "rare"
  34612. "tournament_event_id" "5"
  34613. "tournament_team_id" "26"
  34614. }
  34615. "229"
  34616. {
  34617. "name" "dhw2014_myxmg"
  34618. "item_name" "#StickerKit_dhw2014_myxmg"
  34619. "description_string" "#StickerKit_desc_dhw2014_myxmg"
  34620. "sticker_material" "dhw2014/myxmg"
  34621. "item_rarity" "rare"
  34622. "tournament_event_id" "5"
  34623. "tournament_team_id" "38"
  34624. }
  34625. "230"
  34626. {
  34627. "name" "dhw2014_dhw"
  34628. "item_name" "#StickerKit_dhw2014_dhw"
  34629. "description_string" "#StickerKit_desc_dhw2014_dhw"
  34630. "sticker_material" "dhw2014/dreamhackwinter2014"
  34631. "item_rarity" "rare"
  34632. "tournament_event_id" "5"
  34633. }
  34634. "231"
  34635. {
  34636. "name" "dhw2014_dhw_foil"
  34637. "item_name" "#StickerKit_dhw2014_dhw_foil"
  34638. "description_string" "#StickerKit_desc_dhw2014_dhw_foil"
  34639. "sticker_material" "dhw2014/dreamhackwinter2014_foil"
  34640. "item_rarity" "legendary"
  34641. "tournament_event_id" "5"
  34642. }
  34643. "232"
  34644. {
  34645. "name" "dhw2014_3dmax"
  34646. "item_name" "#StickerKit_dhw2014_3dmax"
  34647. "description_string" "#StickerKit_desc_dhw2014_3dmax"
  34648. "sticker_material" "dhw2014/3dmax"
  34649. "item_rarity" "rare"
  34650. "tournament_event_id" "5"
  34651. "tournament_team_id" "28"
  34652. }
  34653. "233"
  34654. {
  34655. "name" "dhw2014_copenhagenwolves"
  34656. "item_name" "#StickerKit_dhw2014_copenhagenwolves"
  34657. "description_string" "#StickerKit_desc_dhw2014_copenhagenwolves"
  34658. "sticker_material" "dhw2014/copenhagenwolves"
  34659. "item_rarity" "rare"
  34660. "tournament_event_id" "5"
  34661. "tournament_team_id" "10"
  34662. }
  34663. "234"
  34664. {
  34665. "name" "dhw2014_datteam"
  34666. "item_name" "#StickerKit_dhw2014_datteam"
  34667. "description_string" "#StickerKit_desc_dhw2014_datteam"
  34668. "sticker_material" "dhw2014/datteam"
  34669. "item_rarity" "rare"
  34670. "tournament_event_id" "5"
  34671. "tournament_team_id" "34"
  34672. }
  34673. "235"
  34674. {
  34675. "name" "dhw2014_londonconspiracy"
  34676. "item_name" "#StickerKit_dhw2014_londonconspiracy"
  34677. "description_string" "#StickerKit_desc_dhw2014_londonconspiracy"
  34678. "sticker_material" "dhw2014/londonconspiracy"
  34679. "item_rarity" "rare"
  34680. "tournament_event_id" "5"
  34681. "tournament_team_id" "36"
  34682. }
  34683. "236"
  34684. {
  34685. "name" "dhw2014_mousesports"
  34686. "item_name" "#StickerKit_dhw2014_mousesports"
  34687. "description_string" "#StickerKit_desc_dhw2014_mousesports"
  34688. "sticker_material" "dhw2014/mousesports"
  34689. "item_rarity" "rare"
  34690. "tournament_event_id" "5"
  34691. "tournament_team_id" "29"
  34692. }
  34693. "237"
  34694. {
  34695. "name" "dhw2014_3dmax_gold"
  34696. "item_name" "#StickerKit_dhw2014_3dmax_gold"
  34697. "description_string" "#StickerKit_desc_dhw2014_3dmax_gold"
  34698. "sticker_material" "dhw2014/3dmax_gold"
  34699. "item_rarity" "legendary"
  34700. "tournament_event_id" "5"
  34701. "tournament_team_id" "28"
  34702. }
  34703. "238"
  34704. {
  34705. "name" "dhw2014_bravadogaming_gold"
  34706. "item_name" "#StickerKit_dhw2014_bravadogaming_gold"
  34707. "description_string" "#StickerKit_desc_dhw2014_bravadogaming_gold"
  34708. "sticker_material" "dhw2014/bravadogaming_gold"
  34709. "item_rarity" "legendary"
  34710. "tournament_event_id" "5"
  34711. "tournament_team_id" "40"
  34712. }
  34713. "239"
  34714. {
  34715. "name" "dhw2014_cloud9_gold"
  34716. "item_name" "#StickerKit_dhw2014_cloud9_gold"
  34717. "description_string" "#StickerKit_desc_dhw2014_cloud9_gold"
  34718. "sticker_material" "dhw2014/cloud9_gold"
  34719. "item_rarity" "legendary"
  34720. "tournament_event_id" "5"
  34721. "tournament_team_id" "33"
  34722. }
  34723. "240"
  34724. {
  34725. "name" "dhw2014_copenhagenwolves_gold"
  34726. "item_name" "#StickerKit_dhw2014_copenhagenwolves_gold"
  34727. "description_string" "#StickerKit_desc_dhw2014_copenhagenwolves_gold"
  34728. "sticker_material" "dhw2014/copenhagenwolves_gold"
  34729. "item_rarity" "legendary"
  34730. "tournament_event_id" "5"
  34731. "tournament_team_id" "10"
  34732. }
  34733. "241"
  34734. {
  34735. "name" "dhw2014_datteam_gold"
  34736. "item_name" "#StickerKit_dhw2014_datteam_gold"
  34737. "description_string" "#StickerKit_desc_dhw2014_datteam_gold"
  34738. "sticker_material" "dhw2014/datteam_gold"
  34739. "item_rarity" "legendary"
  34740. "tournament_event_id" "5"
  34741. "tournament_team_id" "34"
  34742. }
  34743. "242"
  34744. {
  34745. "name" "dhw2014_dignitas_gold"
  34746. "item_name" "#StickerKit_dhw2014_dignitas_gold"
  34747. "description_string" "#StickerKit_desc_dhw2014_dignitas_gold"
  34748. "sticker_material" "dhw2014/dignitas_gold"
  34749. "item_rarity" "legendary"
  34750. "tournament_event_id" "5"
  34751. "tournament_team_id" "24"
  34752. }
  34753. "243"
  34754. {
  34755. "name" "dhw2014_escgaming_gold"
  34756. "item_name" "#StickerKit_dhw2014_escgaming_gold"
  34757. "description_string" "#StickerKit_desc_dhw2014_escgaming_gold"
  34758. "sticker_material" "dhw2014/escgaming_gold"
  34759. "item_rarity" "legendary"
  34760. "tournament_event_id" "5"
  34761. "tournament_team_id" "42"
  34762. }
  34763. "244"
  34764. {
  34765. "name" "dhw2014_fnatic_gold"
  34766. "item_name" "#StickerKit_dhw2014_fnatic_gold"
  34767. "description_string" "#StickerKit_desc_dhw2014_fnatic_gold"
  34768. "sticker_material" "dhw2014/fnatic_gold"
  34769. "item_rarity" "legendary"
  34770. "tournament_event_id" "5"
  34771. "tournament_team_id" "6"
  34772. }
  34773. "245"
  34774. {
  34775. "name" "dhw2014_hellraisers_gold"
  34776. "item_name" "#StickerKit_dhw2014_hellraisers_gold"
  34777. "description_string" "#StickerKit_desc_dhw2014_hellraisers_gold"
  34778. "sticker_material" "dhw2014/hellraisers_gold"
  34779. "item_rarity" "legendary"
  34780. "tournament_event_id" "5"
  34781. "tournament_team_id" "25"
  34782. }
  34783. "246"
  34784. {
  34785. "name" "dhw2014_ibuypower_gold"
  34786. "item_name" "#StickerKit_dhw2014_ibuypower_gold"
  34787. "description_string" "#StickerKit_desc_dhw2014_ibuypower_gold"
  34788. "sticker_material" "dhw2014/ibuypower_gold"
  34789. "item_rarity" "legendary"
  34790. "tournament_event_id" "5"
  34791. "tournament_team_id" "5"
  34792. }
  34793. "247"
  34794. {
  34795. "name" "dhw2014_londonconspiracy_gold"
  34796. "item_name" "#StickerKit_dhw2014_londonconspiracy_gold"
  34797. "description_string" "#StickerKit_desc_dhw2014_londonconspiracy_gold"
  34798. "sticker_material" "dhw2014/londonconspiracy_gold"
  34799. "item_rarity" "legendary"
  34800. "tournament_event_id" "5"
  34801. "tournament_team_id" "36"
  34802. }
  34803. "248"
  34804. {
  34805. "name" "dhw2014_mousesports_gold"
  34806. "item_name" "#StickerKit_dhw2014_mousesports_gold"
  34807. "description_string" "#StickerKit_desc_dhw2014_mousesports_gold"
  34808. "sticker_material" "dhw2014/mousesports_gold"
  34809. "item_rarity" "legendary"
  34810. "tournament_event_id" "5"
  34811. "tournament_team_id" "29"
  34812. }
  34813. "249"
  34814. {
  34815. "name" "dhw2014_myxmg_gold"
  34816. "item_name" "#StickerKit_dhw2014_myxmg_gold"
  34817. "description_string" "#StickerKit_desc_dhw2014_myxmg_gold"
  34818. "sticker_material" "dhw2014/myxmg_gold"
  34819. "item_rarity" "legendary"
  34820. "tournament_event_id" "5"
  34821. "tournament_team_id" "38"
  34822. }
  34823. "250"
  34824. {
  34825. "name" "dhw2014_navi_gold"
  34826. "item_name" "#StickerKit_dhw2014_navi_gold"
  34827. "description_string" "#StickerKit_desc_dhw2014_navi_gold"
  34828. "sticker_material" "dhw2014/navi_gold"
  34829. "item_rarity" "legendary"
  34830. "tournament_event_id" "5"
  34831. "tournament_team_id" "12"
  34832. }
  34833. "251"
  34834. {
  34835. "name" "dhw2014_ninjasinpyjamas_gold"
  34836. "item_name" "#StickerKit_dhw2014_ninjasinpyjamas_gold"
  34837. "description_string" "#StickerKit_desc_dhw2014_ninjasinpyjamas_gold"
  34838. "sticker_material" "dhw2014/ninjasinpyjamas_gold"
  34839. "item_rarity" "legendary"
  34840. "tournament_event_id" "5"
  34841. "tournament_team_id" "1"
  34842. }
  34843. "252"
  34844. {
  34845. "name" "dhw2014_pentasports_gold"
  34846. "item_name" "#StickerKit_dhw2014_pentasports_gold"
  34847. "description_string" "#StickerKit_desc_dhw2014_pentasports_gold"
  34848. "sticker_material" "dhw2014/pentasports_gold"
  34849. "item_rarity" "legendary"
  34850. "tournament_event_id" "5"
  34851. "tournament_team_id" "39"
  34852. }
  34853. "253"
  34854. {
  34855. "name" "dhw2014_planetkeydynamics_gold"
  34856. "item_name" "#StickerKit_dhw2014_planetkeydynamics_gold"
  34857. "description_string" "#StickerKit_desc_dhw2014_planetkeydynamics_gold"
  34858. "sticker_material" "dhw2014/planetkeydynamics_gold"
  34859. "item_rarity" "legendary"
  34860. "tournament_event_id" "5"
  34861. "tournament_team_id" "41"
  34862. }
  34863. "254"
  34864. {
  34865. "name" "dhw2014_teamldlc_gold"
  34866. "item_name" "#StickerKit_dhw2014_teamldlc_gold"
  34867. "description_string" "#StickerKit_desc_dhw2014_teamldlc_gold"
  34868. "sticker_material" "dhw2014/teamldlc_gold"
  34869. "item_rarity" "legendary"
  34870. "tournament_event_id" "5"
  34871. "tournament_team_id" "26"
  34872. }
  34873. "255"
  34874. {
  34875. "name" "dhw2014_virtuspro_gold"
  34876. "item_name" "#StickerKit_dhw2014_virtuspro_gold"
  34877. "description_string" "#StickerKit_desc_dhw2014_virtuspro_gold"
  34878. "sticker_material" "dhw2014/virtuspro_gold"
  34879. "item_rarity" "legendary"
  34880. "tournament_event_id" "5"
  34881. "tournament_team_id" "31"
  34882. }
  34883. "256"
  34884. {
  34885. "name" "dhw2014_flipsid3"
  34886. "item_name" "#StickerKit_dhw2014_flipsid3"
  34887. "description_string" "#StickerKit_desc_dhw2014_flipsid3"
  34888. "sticker_material" "dhw2014/flipsid3"
  34889. "item_rarity" "rare"
  34890. "tournament_event_id" "5"
  34891. "tournament_team_id" "43"
  34892. }
  34893. "257"
  34894. {
  34895. "name" "dhw2014_flipsid3_gold"
  34896. "item_name" "#StickerKit_dhw2014_flipsid3_gold"
  34897. "description_string" "#StickerKit_desc_dhw2014_flipsid3_gold"
  34898. "sticker_material" "dhw2014/flipsid3_gold"
  34899. "item_rarity" "legendary"
  34900. "tournament_event_id" "5"
  34901. "tournament_team_id" "43"
  34902. }
  34903. "258"
  34904. {
  34905. "name" "blood_broiler"
  34906. "item_name" "#StickerKit_comm02_blood_broiler"
  34907. "description_string" "#StickerKit_desc_comm02_blood_broiler"
  34908. "sticker_material" "community02/blood_broiler"
  34909. "item_rarity" "rare"
  34910. }
  34911. "259"
  34912. {
  34913. "name" "dinked"
  34914. "item_name" "#StickerKit_comm02_dinked"
  34915. "description_string" "#StickerKit_desc_comm02_dinked"
  34916. "sticker_material" "community02/dinked"
  34917. "item_rarity" "rare"
  34918. }
  34919. "260"
  34920. {
  34921. "name" "drugwarveteran"
  34922. "item_name" "#StickerKit_comm02_drugwarveteran"
  34923. "description_string" "#StickerKit_desc_comm02_drugwarveteran"
  34924. "sticker_material" "community02/drugwarveteran"
  34925. "item_rarity" "rare"
  34926. }
  34927. "261"
  34928. {
  34929. "name" "hohoho"
  34930. "item_name" "#StickerKit_comm02_hohoho"
  34931. "description_string" "#StickerKit_desc_comm02_hohoho"
  34932. "sticker_material" "community02/hohoho"
  34933. "item_rarity" "rare"
  34934. }
  34935. "262"
  34936. {
  34937. "name" "massivepear"
  34938. "item_name" "#StickerKit_comm02_massivepear"
  34939. "description_string" "#StickerKit_desc_comm02_massivepear"
  34940. "sticker_material" "community02/massivepear"
  34941. "item_rarity" "rare"
  34942. }
  34943. "263"
  34944. {
  34945. "name" "mylittlefriend"
  34946. "item_name" "#StickerKit_comm02_mylittlefriend"
  34947. "description_string" "#StickerKit_desc_comm02_mylittlefriend"
  34948. "sticker_material" "community02/mylittlefriend"
  34949. "item_rarity" "rare"
  34950. }
  34951. "264"
  34952. {
  34953. "name" "pandamonium"
  34954. "item_name" "#StickerKit_comm02_pandamonium"
  34955. "description_string" "#StickerKit_desc_comm02_pandamonium"
  34956. "sticker_material" "community02/pandamonium"
  34957. "item_rarity" "rare"
  34958. }
  34959. "265"
  34960. {
  34961. "name" "pieceofcake"
  34962. "item_name" "#StickerKit_comm02_pieceofcake"
  34963. "description_string" "#StickerKit_desc_comm02_pieceofcake"
  34964. "sticker_material" "community02/pieceofcake"
  34965. "item_rarity" "rare"
  34966. }
  34967. "266"
  34968. {
  34969. "name" "saschicken"
  34970. "item_name" "#StickerKit_comm02_saschicken"
  34971. "description_string" "#StickerKit_desc_comm02_saschicken"
  34972. "sticker_material" "community02/saschicken"
  34973. "item_rarity" "rare"
  34974. }
  34975. "267"
  34976. {
  34977. "name" "thuglife"
  34978. "item_name" "#StickerKit_comm02_thuglife"
  34979. "description_string" "#StickerKit_desc_comm02_thuglife"
  34980. "sticker_material" "community02/thuglife"
  34981. "item_rarity" "rare"
  34982. }
  34983. "268"
  34984. {
  34985. "name" "trekt"
  34986. "item_name" "#StickerKit_comm02_trekt"
  34987. "description_string" "#StickerKit_desc_comm02_trekt"
  34988. "sticker_material" "community02/trekt"
  34989. "item_rarity" "rare"
  34990. }
  34991. "269"
  34992. {
  34993. "name" "warowl"
  34994. "item_name" "#StickerKit_comm02_warowl"
  34995. "description_string" "#StickerKit_desc_comm02_warowl"
  34996. "sticker_material" "community02/warowl"
  34997. "item_rarity" "rare"
  34998. }
  34999. "270"
  35000. {
  35001. "name" "workforfood"
  35002. "item_name" "#StickerKit_comm02_workforfood"
  35003. "description_string" "#StickerKit_desc_comm02_workforfood"
  35004. "sticker_material" "community02/workforfood"
  35005. "item_rarity" "rare"
  35006. }
  35007. "271"
  35008. {
  35009. "name" "phoenix_foil"
  35010. "item_name" "#StickerKit_comm02_phoenix_foil"
  35011. "description_string" "#StickerKit_desc_comm02_phoenix_foil"
  35012. "sticker_material" "community02/phoenix_foil"
  35013. "item_rarity" "rare"
  35014. }
  35015. "272"
  35016. {
  35017. "name" "bombsquad_foil"
  35018. "item_name" "#StickerKit_comm02_bombsquad_foil"
  35019. "description_string" "#StickerKit_desc_comm02_bombsquad_foil"
  35020. "sticker_material" "community02/bombsquad_foil"
  35021. "item_rarity" "rare"
  35022. }
  35023. "273"
  35024. {
  35025. "name" "flickshot"
  35026. "item_name" "#StickerKit_comm02_flickshot"
  35027. "description_string" "#StickerKit_desc_comm02_flickshot"
  35028. "sticker_material" "community02/flickshot"
  35029. "item_rarity" "rare"
  35030. }
  35031. "274"
  35032. {
  35033. "name" "headshot_guarantee"
  35034. "item_name" "#StickerKit_comm02_headshot_guarantee"
  35035. "description_string" "#StickerKit_desc_comm02_headshot_guarantee"
  35036. "sticker_material" "community02/headshot_guarantee"
  35037. "item_rarity" "rare"
  35038. }
  35039. "275"
  35040. {
  35041. "name" "eco_rush"
  35042. "item_name" "#StickerKit_comm02_eco_rush"
  35043. "description_string" "#StickerKit_desc_comm02_eco_rush"
  35044. "sticker_material" "community02/eco_rush"
  35045. "item_rarity" "rare"
  35046. }
  35047. "276"
  35048. {
  35049. "name" "just_trolling"
  35050. "item_name" "#StickerKit_comm02_just_trolling"
  35051. "description_string" "#StickerKit_desc_comm02_just_trolling"
  35052. "sticker_material" "community02/just_trolling"
  35053. "item_rarity" "rare"
  35054. }
  35055. "278"
  35056. {
  35057. "name" "firestarter_holo"
  35058. "item_name" "#StickerKit_comm02_firestarter_holo"
  35059. "description_string" "#StickerKit_desc_comm02_firestarter_holo"
  35060. "sticker_material" "community02/firestarter_holo"
  35061. "item_rarity" "rare"
  35062. }
  35063. "279"
  35064. {
  35065. "name" "lucky_cat_foil"
  35066. "item_name" "#StickerKit_comm02_lucky_cat_foil"
  35067. "description_string" "#StickerKit_desc_comm02_lucky_cat_foil"
  35068. "sticker_material" "community02/lucky_cat_foil"
  35069. "item_rarity" "rare"
  35070. }
  35071. "280"
  35072. {
  35073. "name" "robot_head"
  35074. "item_name" "#StickerKit_comm02_robot_head"
  35075. "description_string" "#StickerKit_desc_comm02_robot_head"
  35076. "sticker_material" "community02/robot_head"
  35077. "item_rarity" "rare"
  35078. }
  35079. "281"
  35080. {
  35081. "name" "witchcraft"
  35082. "item_name" "#StickerKit_comm02_witchcraft"
  35083. "description_string" "#StickerKit_desc_comm02_witchcraft"
  35084. "sticker_material" "community02/witchcraft"
  35085. "item_rarity" "rare"
  35086. }
  35087. "282"
  35088. {
  35089. "name" "wanna_fight"
  35090. "item_name" "#StickerKit_comm02_wanna_fight"
  35091. "description_string" "#StickerKit_desc_comm02_wanna_fight"
  35092. "sticker_material" "community02/wanna_fight"
  35093. "item_rarity" "rare"
  35094. }
  35095. "283"
  35096. {
  35097. "name" "hostage_rescue"
  35098. "item_name" "#StickerKit_comm02_hostage_rescue"
  35099. "description_string" "#StickerKit_desc_comm02_hostage_rescue"
  35100. "sticker_material" "community02/hostage_rescue"
  35101. "item_rarity" "rare"
  35102. }
  35103. "284"
  35104. {
  35105. "name" "hamster_hawk"
  35106. "item_name" "#StickerKit_comm02_hamster_hawk"
  35107. "description_string" "#StickerKit_desc_comm02_hamster_hawk"
  35108. "sticker_material" "community02/hamster_hawk"
  35109. "item_rarity" "rare"
  35110. }
  35111. "285"
  35112. {
  35113. "name" "headless_chicken"
  35114. "item_name" "#StickerKit_comm02_headless_chicken"
  35115. "description_string" "#StickerKit_desc_comm02_headless_chicken"
  35116. "sticker_material" "community02/headless_chicken"
  35117. "item_rarity" "rare"
  35118. }
  35119. "286"
  35120. {
  35121. "name" "eslkatowice2015_3dmax"
  35122. "item_name" "#StickerKit_eslkatowice2015_3dmax"
  35123. "description_string" "#StickerKit_desc_eslkatowice2015_3dmax"
  35124. "sticker_material" "eslkatowice2015/3dmax"
  35125. "item_rarity" "rare"
  35126. "tournament_event_id" "6"
  35127. "tournament_team_id" "28"
  35128. }
  35129. "287"
  35130. {
  35131. "name" "eslkatowice2015_3dmax_holo"
  35132. "item_name" "#StickerKit_eslkatowice2015_3dmax_holo"
  35133. "description_string" "#StickerKit_desc_eslkatowice2015_3dmax_holo"
  35134. "sticker_material" "eslkatowice2015/3dmax_holo"
  35135. "item_rarity" "mythical"
  35136. "tournament_event_id" "6"
  35137. "tournament_team_id" "28"
  35138. }
  35139. "288"
  35140. {
  35141. "name" "eslkatowice2015_3dmax_foil"
  35142. "item_name" "#StickerKit_eslkatowice2015_3dmax_foil"
  35143. "description_string" "#StickerKit_desc_eslkatowice2015_3dmax_foil"
  35144. "sticker_material" "eslkatowice2015/3dmax_foil"
  35145. "item_rarity" "legendary"
  35146. "tournament_event_id" "6"
  35147. "tournament_team_id" "28"
  35148. }
  35149. "289"
  35150. {
  35151. "name" "eslkatowice2015_3dmax_gold"
  35152. "item_name" "#StickerKit_eslkatowice2015_3dmax_gold"
  35153. "description_string" "#StickerKit_desc_eslkatowice2015_3dmax_gold"
  35154. "sticker_material" "eslkatowice2015/3dmax_gold"
  35155. "item_rarity" "legendary"
  35156. "tournament_event_id" "6"
  35157. "tournament_team_id" "28"
  35158. }
  35159. "290"
  35160. {
  35161. "name" "eslkatowice2015_cloud9"
  35162. "item_name" "#StickerKit_eslkatowice2015_cloud9"
  35163. "description_string" "#StickerKit_desc_eslkatowice2015_cloud9"
  35164. "sticker_material" "eslkatowice2015/cloud9"
  35165. "item_rarity" "rare"
  35166. "tournament_event_id" "6"
  35167. "tournament_team_id" "52"
  35168. }
  35169. "291"
  35170. {
  35171. "name" "eslkatowice2015_cloud9_holo"
  35172. "item_name" "#StickerKit_eslkatowice2015_cloud9_holo"
  35173. "description_string" "#StickerKit_desc_eslkatowice2015_cloud9_holo"
  35174. "sticker_material" "eslkatowice2015/cloud9_holo"
  35175. "item_rarity" "mythical"
  35176. "tournament_event_id" "6"
  35177. "tournament_team_id" "52"
  35178. }
  35179. "292"
  35180. {
  35181. "name" "eslkatowice2015_cloud9_foil"
  35182. "item_name" "#StickerKit_eslkatowice2015_cloud9_foil"
  35183. "description_string" "#StickerKit_desc_eslkatowice2015_cloud9_foil"
  35184. "sticker_material" "eslkatowice2015/cloud9_foil"
  35185. "item_rarity" "legendary"
  35186. "tournament_event_id" "6"
  35187. "tournament_team_id" "52"
  35188. }
  35189. "293"
  35190. {
  35191. "name" "eslkatowice2015_cloud9_gold"
  35192. "item_name" "#StickerKit_eslkatowice2015_cloud9_gold"
  35193. "description_string" "#StickerKit_desc_eslkatowice2015_cloud9_gold"
  35194. "sticker_material" "eslkatowice2015/cloud9_gold"
  35195. "item_rarity" "legendary"
  35196. "tournament_event_id" "6"
  35197. "tournament_team_id" "52"
  35198. }
  35199. "294"
  35200. {
  35201. "name" "eslkatowice2015_counterlogic"
  35202. "item_name" "#StickerKit_eslkatowice2015_counterlogic"
  35203. "description_string" "#StickerKit_desc_eslkatowice2015_counterlogic"
  35204. "sticker_material" "eslkatowice2015/counterlogic"
  35205. "item_rarity" "rare"
  35206. "tournament_event_id" "6"
  35207. "tournament_team_id" "49"
  35208. }
  35209. "295"
  35210. {
  35211. "name" "eslkatowice2015_counterlogic_holo"
  35212. "item_name" "#StickerKit_eslkatowice2015_counterlogic_holo"
  35213. "description_string" "#StickerKit_desc_eslkatowice2015_counterlogic_holo"
  35214. "sticker_material" "eslkatowice2015/counterlogic_holo"
  35215. "item_rarity" "mythical"
  35216. "tournament_event_id" "6"
  35217. "tournament_team_id" "49"
  35218. }
  35219. "296"
  35220. {
  35221. "name" "eslkatowice2015_counterlogic_foil"
  35222. "item_name" "#StickerKit_eslkatowice2015_counterlogic_foil"
  35223. "description_string" "#StickerKit_desc_eslkatowice2015_counterlogic_foil"
  35224. "sticker_material" "eslkatowice2015/counterlogic_foil"
  35225. "item_rarity" "legendary"
  35226. "tournament_event_id" "6"
  35227. "tournament_team_id" "49"
  35228. }
  35229. "297"
  35230. {
  35231. "name" "eslkatowice2015_counterlogic_gold"
  35232. "item_name" "#StickerKit_eslkatowice2015_counterlogic_gold"
  35233. "description_string" "#StickerKit_desc_eslkatowice2015_counterlogic_gold"
  35234. "sticker_material" "eslkatowice2015/counterlogic_gold"
  35235. "item_rarity" "legendary"
  35236. "tournament_event_id" "6"
  35237. "tournament_team_id" "49"
  35238. }
  35239. "300"
  35240. {
  35241. "name" "eslkatowice2015_esl_a_foil"
  35242. "item_name" "#StickerKit_eslkatowice2015_esl_a_foil"
  35243. "description_string" "#StickerKit_desc_eslkatowice2015_esl_a_foil"
  35244. "sticker_material" "eslkatowice2015/esl_a_foil"
  35245. "item_rarity" "legendary"
  35246. "tournament_event_id" "6"
  35247. }
  35248. "301"
  35249. {
  35250. "name" "eslkatowice2015_esl_a_gold"
  35251. "item_name" "#StickerKit_eslkatowice2015_esl_a_gold"
  35252. "description_string" "#StickerKit_desc_eslkatowice2015_esl_a_gold"
  35253. "sticker_material" "eslkatowice2015/esl_a_gold"
  35254. "item_rarity" "legendary"
  35255. "tournament_event_id" "6"
  35256. }
  35257. "302"
  35258. {
  35259. "name" "eslkatowice2015_flipsid3"
  35260. "item_name" "#StickerKit_eslkatowice2015_flipsid3"
  35261. "description_string" "#StickerKit_desc_eslkatowice2015_flipsid3"
  35262. "sticker_material" "eslkatowice2015/flipsid3"
  35263. "item_rarity" "rare"
  35264. "tournament_event_id" "6"
  35265. "tournament_team_id" "43"
  35266. }
  35267. "303"
  35268. {
  35269. "name" "eslkatowice2015_flipsid3_holo"
  35270. "item_name" "#StickerKit_eslkatowice2015_flipsid3_holo"
  35271. "description_string" "#StickerKit_desc_eslkatowice2015_flipsid3_holo"
  35272. "sticker_material" "eslkatowice2015/flipsid3_holo"
  35273. "item_rarity" "mythical"
  35274. "tournament_event_id" "6"
  35275. "tournament_team_id" "43"
  35276. }
  35277. "304"
  35278. {
  35279. "name" "eslkatowice2015_flipsid3_foil"
  35280. "item_name" "#StickerKit_eslkatowice2015_flipsid3_foil"
  35281. "description_string" "#StickerKit_desc_eslkatowice2015_flipsid3_foil"
  35282. "sticker_material" "eslkatowice2015/flipsid3_foil"
  35283. "item_rarity" "legendary"
  35284. "tournament_event_id" "6"
  35285. "tournament_team_id" "43"
  35286. }
  35287. "305"
  35288. {
  35289. "name" "eslkatowice2015_flipsid3_gold"
  35290. "item_name" "#StickerKit_eslkatowice2015_flipsid3_gold"
  35291. "description_string" "#StickerKit_desc_eslkatowice2015_flipsid3_gold"
  35292. "sticker_material" "eslkatowice2015/flipsid3_gold"
  35293. "item_rarity" "legendary"
  35294. "tournament_event_id" "6"
  35295. "tournament_team_id" "43"
  35296. }
  35297. "306"
  35298. {
  35299. "name" "eslkatowice2015_fnatic"
  35300. "item_name" "#StickerKit_eslkatowice2015_fnatic"
  35301. "description_string" "#StickerKit_desc_eslkatowice2015_fnatic"
  35302. "sticker_material" "eslkatowice2015/fnatic"
  35303. "item_rarity" "rare"
  35304. "tournament_event_id" "6"
  35305. "tournament_team_id" "6"
  35306. }
  35307. "307"
  35308. {
  35309. "name" "eslkatowice2015_fnatic_holo"
  35310. "item_name" "#StickerKit_eslkatowice2015_fnatic_holo"
  35311. "description_string" "#StickerKit_desc_eslkatowice2015_fnatic_holo"
  35312. "sticker_material" "eslkatowice2015/fnatic_holo"
  35313. "item_rarity" "mythical"
  35314. "tournament_event_id" "6"
  35315. "tournament_team_id" "6"
  35316. }
  35317. "308"
  35318. {
  35319. "name" "eslkatowice2015_fnatic_foil"
  35320. "item_name" "#StickerKit_eslkatowice2015_fnatic_foil"
  35321. "description_string" "#StickerKit_desc_eslkatowice2015_fnatic_foil"
  35322. "sticker_material" "eslkatowice2015/fnatic_foil"
  35323. "item_rarity" "legendary"
  35324. "tournament_event_id" "6"
  35325. "tournament_team_id" "6"
  35326. }
  35327. "309"
  35328. {
  35329. "name" "eslkatowice2015_fnatic_gold"
  35330. "item_name" "#StickerKit_eslkatowice2015_fnatic_gold"
  35331. "description_string" "#StickerKit_desc_eslkatowice2015_fnatic_gold"
  35332. "sticker_material" "eslkatowice2015/fnatic_gold"
  35333. "item_rarity" "legendary"
  35334. "tournament_event_id" "6"
  35335. "tournament_team_id" "6"
  35336. }
  35337. "310"
  35338. {
  35339. "name" "eslkatowice2015_hellraisers"
  35340. "item_name" "#StickerKit_eslkatowice2015_hellraisers"
  35341. "description_string" "#StickerKit_desc_eslkatowice2015_hellraisers"
  35342. "sticker_material" "eslkatowice2015/hellraisers"
  35343. "item_rarity" "rare"
  35344. "tournament_event_id" "6"
  35345. "tournament_team_id" "25"
  35346. }
  35347. "311"
  35348. {
  35349. "name" "eslkatowice2015_hellraisers_holo"
  35350. "item_name" "#StickerKit_eslkatowice2015_hellraisers_holo"
  35351. "description_string" "#StickerKit_desc_eslkatowice2015_hellraisers_holo"
  35352. "sticker_material" "eslkatowice2015/hellraisers_holo"
  35353. "item_rarity" "mythical"
  35354. "tournament_event_id" "6"
  35355. "tournament_team_id" "25"
  35356. }
  35357. "312"
  35358. {
  35359. "name" "eslkatowice2015_hellraisers_foil"
  35360. "item_name" "#StickerKit_eslkatowice2015_hellraisers_foil"
  35361. "description_string" "#StickerKit_desc_eslkatowice2015_hellraisers_foil"
  35362. "sticker_material" "eslkatowice2015/hellraisers_foil"
  35363. "item_rarity" "legendary"
  35364. "tournament_event_id" "6"
  35365. "tournament_team_id" "25"
  35366. }
  35367. "313"
  35368. {
  35369. "name" "eslkatowice2015_hellraisers_gold"
  35370. "item_name" "#StickerKit_eslkatowice2015_hellraisers_gold"
  35371. "description_string" "#StickerKit_desc_eslkatowice2015_hellraisers_gold"
  35372. "sticker_material" "eslkatowice2015/hellraisers_gold"
  35373. "item_rarity" "legendary"
  35374. "tournament_event_id" "6"
  35375. "tournament_team_id" "25"
  35376. }
  35377. "314"
  35378. {
  35379. "name" "eslkatowice2015_keyd"
  35380. "item_name" "#StickerKit_eslkatowice2015_keyd"
  35381. "description_string" "#StickerKit_desc_eslkatowice2015_keyd"
  35382. "sticker_material" "eslkatowice2015/keyd"
  35383. "item_rarity" "rare"
  35384. "tournament_event_id" "6"
  35385. "tournament_team_id" "50"
  35386. }
  35387. "315"
  35388. {
  35389. "name" "eslkatowice2015_keyd_holo"
  35390. "item_name" "#StickerKit_eslkatowice2015_keyd_holo"
  35391. "description_string" "#StickerKit_desc_eslkatowice2015_keyd_holo"
  35392. "sticker_material" "eslkatowice2015/keyd_holo"
  35393. "item_rarity" "mythical"
  35394. "tournament_event_id" "6"
  35395. "tournament_team_id" "50"
  35396. }
  35397. "316"
  35398. {
  35399. "name" "eslkatowice2015_keyd_foil"
  35400. "item_name" "#StickerKit_eslkatowice2015_keyd_foil"
  35401. "description_string" "#StickerKit_desc_eslkatowice2015_keyd_foil"
  35402. "sticker_material" "eslkatowice2015/keyd_foil"
  35403. "item_rarity" "legendary"
  35404. "tournament_event_id" "6"
  35405. "tournament_team_id" "50"
  35406. }
  35407. "317"
  35408. {
  35409. "name" "eslkatowice2015_keyd_gold"
  35410. "item_name" "#StickerKit_eslkatowice2015_keyd_gold"
  35411. "description_string" "#StickerKit_desc_eslkatowice2015_keyd_gold"
  35412. "sticker_material" "eslkatowice2015/keyd_gold"
  35413. "item_rarity" "legendary"
  35414. "tournament_event_id" "6"
  35415. "tournament_team_id" "50"
  35416. }
  35417. "318"
  35418. {
  35419. "name" "eslkatowice2015_lgb"
  35420. "item_name" "#StickerKit_eslkatowice2015_lgb"
  35421. "description_string" "#StickerKit_desc_eslkatowice2015_lgb"
  35422. "sticker_material" "eslkatowice2015/lgb"
  35423. "item_rarity" "rare"
  35424. "tournament_event_id" "6"
  35425. "tournament_team_id" "9"
  35426. }
  35427. "319"
  35428. {
  35429. "name" "eslkatowice2015_lgb_holo"
  35430. "item_name" "#StickerKit_eslkatowice2015_lgb_holo"
  35431. "description_string" "#StickerKit_desc_eslkatowice2015_lgb_holo"
  35432. "sticker_material" "eslkatowice2015/lgb_holo"
  35433. "item_rarity" "mythical"
  35434. "tournament_event_id" "6"
  35435. "tournament_team_id" "9"
  35436. }
  35437. "320"
  35438. {
  35439. "name" "eslkatowice2015_lgb_foil"
  35440. "item_name" "#StickerKit_eslkatowice2015_lgb_foil"
  35441. "description_string" "#StickerKit_desc_eslkatowice2015_lgb_foil"
  35442. "sticker_material" "eslkatowice2015/lgb_foil"
  35443. "item_rarity" "legendary"
  35444. "tournament_event_id" "6"
  35445. "tournament_team_id" "9"
  35446. }
  35447. "321"
  35448. {
  35449. "name" "eslkatowice2015_lgb_gold"
  35450. "item_name" "#StickerKit_eslkatowice2015_lgb_gold"
  35451. "description_string" "#StickerKit_desc_eslkatowice2015_lgb_gold"
  35452. "sticker_material" "eslkatowice2015/lgb_gold"
  35453. "item_rarity" "legendary"
  35454. "tournament_event_id" "6"
  35455. "tournament_team_id" "9"
  35456. }
  35457. "322"
  35458. {
  35459. "name" "eslkatowice2015_navi"
  35460. "item_name" "#StickerKit_eslkatowice2015_navi"
  35461. "description_string" "#StickerKit_desc_eslkatowice2015_navi"
  35462. "sticker_material" "eslkatowice2015/navi"
  35463. "item_rarity" "rare"
  35464. "tournament_event_id" "6"
  35465. "tournament_team_id" "12"
  35466. }
  35467. "323"
  35468. {
  35469. "name" "eslkatowice2015_navi_holo"
  35470. "item_name" "#StickerKit_eslkatowice2015_navi_holo"
  35471. "description_string" "#StickerKit_desc_eslkatowice2015_navi_holo"
  35472. "sticker_material" "eslkatowice2015/navi_holo"
  35473. "item_rarity" "mythical"
  35474. "tournament_event_id" "6"
  35475. "tournament_team_id" "12"
  35476. }
  35477. "324"
  35478. {
  35479. "name" "eslkatowice2015_navi_foil"
  35480. "item_name" "#StickerKit_eslkatowice2015_navi_foil"
  35481. "description_string" "#StickerKit_desc_eslkatowice2015_navi_foil"
  35482. "sticker_material" "eslkatowice2015/navi_foil"
  35483. "item_rarity" "legendary"
  35484. "tournament_event_id" "6"
  35485. "tournament_team_id" "12"
  35486. }
  35487. "325"
  35488. {
  35489. "name" "eslkatowice2015_navi_gold"
  35490. "item_name" "#StickerKit_eslkatowice2015_navi_gold"
  35491. "description_string" "#StickerKit_desc_eslkatowice2015_navi_gold"
  35492. "sticker_material" "eslkatowice2015/navi_gold"
  35493. "item_rarity" "legendary"
  35494. "tournament_event_id" "6"
  35495. "tournament_team_id" "12"
  35496. }
  35497. "326"
  35498. {
  35499. "name" "eslkatowice2015_ninjasinpyjamas"
  35500. "item_name" "#StickerKit_eslkatowice2015_ninjasinpyjamas"
  35501. "description_string" "#StickerKit_desc_eslkatowice2015_ninjasinpyjamas"
  35502. "sticker_material" "eslkatowice2015/ninjasinpyjamas"
  35503. "item_rarity" "rare"
  35504. "tournament_event_id" "6"
  35505. "tournament_team_id" "1"
  35506. }
  35507. "327"
  35508. {
  35509. "name" "eslkatowice2015_ninjasinpyjamas_holo"
  35510. "item_name" "#StickerKit_eslkatowice2015_ninjasinpyjamas_holo"
  35511. "description_string" "#StickerKit_desc_eslkatowice2015_ninjasinpyjamas_holo"
  35512. "sticker_material" "eslkatowice2015/ninjasinpyjamas_holo"
  35513. "item_rarity" "mythical"
  35514. "tournament_event_id" "6"
  35515. "tournament_team_id" "1"
  35516. }
  35517. "328"
  35518. {
  35519. "name" "eslkatowice2015_ninjasinpyjamas_foil"
  35520. "item_name" "#StickerKit_eslkatowice2015_ninjasinpyjamas_foil"
  35521. "description_string" "#StickerKit_desc_eslkatowice2015_ninjasinpyjamas_foil"
  35522. "sticker_material" "eslkatowice2015/ninjasinpyjamas_foil"
  35523. "item_rarity" "legendary"
  35524. "tournament_event_id" "6"
  35525. "tournament_team_id" "1"
  35526. }
  35527. "329"
  35528. {
  35529. "name" "eslkatowice2015_ninjasinpyjamas_gold"
  35530. "item_name" "#StickerKit_eslkatowice2015_ninjasinpyjamas_gold"
  35531. "description_string" "#StickerKit_desc_eslkatowice2015_ninjasinpyjamas_gold"
  35532. "sticker_material" "eslkatowice2015/ninjasinpyjamas_gold"
  35533. "item_rarity" "legendary"
  35534. "tournament_event_id" "6"
  35535. "tournament_team_id" "1"
  35536. }
  35537. "330"
  35538. {
  35539. "name" "eslkatowice2015_pentasports"
  35540. "item_name" "#StickerKit_eslkatowice2015_pentasports"
  35541. "description_string" "#StickerKit_desc_eslkatowice2015_pentasports"
  35542. "sticker_material" "eslkatowice2015/pentasports"
  35543. "item_rarity" "rare"
  35544. "tournament_event_id" "6"
  35545. "tournament_team_id" "39"
  35546. }
  35547. "331"
  35548. {
  35549. "name" "eslkatowice2015_pentasports_holo"
  35550. "item_name" "#StickerKit_eslkatowice2015_pentasports_holo"
  35551. "description_string" "#StickerKit_desc_eslkatowice2015_pentasports_holo"
  35552. "sticker_material" "eslkatowice2015/pentasports_holo"
  35553. "item_rarity" "mythical"
  35554. "tournament_event_id" "6"
  35555. "tournament_team_id" "39"
  35556. }
  35557. "332"
  35558. {
  35559. "name" "eslkatowice2015_pentasports_foil"
  35560. "item_name" "#StickerKit_eslkatowice2015_pentasports_foil"
  35561. "description_string" "#StickerKit_desc_eslkatowice2015_pentasports_foil"
  35562. "sticker_material" "eslkatowice2015/pentasports_foil"
  35563. "item_rarity" "legendary"
  35564. "tournament_event_id" "6"
  35565. "tournament_team_id" "39"
  35566. }
  35567. "333"
  35568. {
  35569. "name" "eslkatowice2015_pentasports_gold"
  35570. "item_name" "#StickerKit_eslkatowice2015_pentasports_gold"
  35571. "description_string" "#StickerKit_desc_eslkatowice2015_pentasports_gold"
  35572. "sticker_material" "eslkatowice2015/pentasports_gold"
  35573. "item_rarity" "legendary"
  35574. "tournament_event_id" "6"
  35575. "tournament_team_id" "39"
  35576. }
  35577. "334"
  35578. {
  35579. "name" "eslkatowice2015_teamenvyus"
  35580. "item_name" "#StickerKit_eslkatowice2015_teamenvyus"
  35581. "description_string" "#StickerKit_desc_eslkatowice2015_teamenvyus"
  35582. "sticker_material" "eslkatowice2015/teamenvyus"
  35583. "item_rarity" "rare"
  35584. "tournament_event_id" "6"
  35585. "tournament_team_id" "46"
  35586. }
  35587. "335"
  35588. {
  35589. "name" "eslkatowice2015_teamenvyus_holo"
  35590. "item_name" "#StickerKit_eslkatowice2015_teamenvyus_holo"
  35591. "description_string" "#StickerKit_desc_eslkatowice2015_teamenvyus_holo"
  35592. "sticker_material" "eslkatowice2015/teamenvyus_holo"
  35593. "item_rarity" "mythical"
  35594. "tournament_event_id" "6"
  35595. "tournament_team_id" "46"
  35596. }
  35597. "336"
  35598. {
  35599. "name" "eslkatowice2015_teamenvyus_foil"
  35600. "item_name" "#StickerKit_eslkatowice2015_teamenvyus_foil"
  35601. "description_string" "#StickerKit_desc_eslkatowice2015_teamenvyus_foil"
  35602. "sticker_material" "eslkatowice2015/teamenvyus_foil"
  35603. "item_rarity" "legendary"
  35604. "tournament_event_id" "6"
  35605. "tournament_team_id" "46"
  35606. }
  35607. "337"
  35608. {
  35609. "name" "eslkatowice2015_teamenvyus_gold"
  35610. "item_name" "#StickerKit_eslkatowice2015_teamenvyus_gold"
  35611. "description_string" "#StickerKit_desc_eslkatowice2015_teamenvyus_gold"
  35612. "sticker_material" "eslkatowice2015/teamenvyus_gold"
  35613. "item_rarity" "legendary"
  35614. "tournament_event_id" "6"
  35615. "tournament_team_id" "46"
  35616. }
  35617. "338"
  35618. {
  35619. "name" "eslkatowice2015_teamsolomid"
  35620. "item_name" "#StickerKit_eslkatowice2015_teamsolomid"
  35621. "description_string" "#StickerKit_desc_eslkatowice2015_teamsolomid"
  35622. "sticker_material" "eslkatowice2015/teamsolomid"
  35623. "item_rarity" "rare"
  35624. "tournament_event_id" "6"
  35625. "tournament_team_id" "51"
  35626. }
  35627. "339"
  35628. {
  35629. "name" "eslkatowice2015_teamsolomid_holo"
  35630. "item_name" "#StickerKit_eslkatowice2015_teamsolomid_holo"
  35631. "description_string" "#StickerKit_desc_eslkatowice2015_teamsolomid_holo"
  35632. "sticker_material" "eslkatowice2015/teamsolomid_holo"
  35633. "item_rarity" "mythical"
  35634. "tournament_event_id" "6"
  35635. "tournament_team_id" "51"
  35636. }
  35637. "340"
  35638. {
  35639. "name" "eslkatowice2015_teamsolomid_foil"
  35640. "item_name" "#StickerKit_eslkatowice2015_teamsolomid_foil"
  35641. "description_string" "#StickerKit_desc_eslkatowice2015_teamsolomid_foil"
  35642. "sticker_material" "eslkatowice2015/teamsolomid_foil"
  35643. "item_rarity" "legendary"
  35644. "tournament_event_id" "6"
  35645. "tournament_team_id" "51"
  35646. }
  35647. "341"
  35648. {
  35649. "name" "eslkatowice2015_teamsolomid_gold"
  35650. "item_name" "#StickerKit_eslkatowice2015_teamsolomid_gold"
  35651. "description_string" "#StickerKit_desc_eslkatowice2015_teamsolomid_gold"
  35652. "sticker_material" "eslkatowice2015/teamsolomid_gold"
  35653. "item_rarity" "legendary"
  35654. "tournament_event_id" "6"
  35655. "tournament_team_id" "51"
  35656. }
  35657. "342"
  35658. {
  35659. "name" "eslkatowice2015_titan"
  35660. "item_name" "#StickerKit_eslkatowice2015_titan"
  35661. "description_string" "#StickerKit_desc_eslkatowice2015_titan"
  35662. "sticker_material" "eslkatowice2015/titan"
  35663. "item_rarity" "rare"
  35664. "tournament_event_id" "6"
  35665. "tournament_team_id" "27"
  35666. }
  35667. "343"
  35668. {
  35669. "name" "eslkatowice2015_titan_holo"
  35670. "item_name" "#StickerKit_eslkatowice2015_titan_holo"
  35671. "description_string" "#StickerKit_desc_eslkatowice2015_titan_holo"
  35672. "sticker_material" "eslkatowice2015/titan_holo"
  35673. "item_rarity" "mythical"
  35674. "tournament_event_id" "6"
  35675. "tournament_team_id" "27"
  35676. }
  35677. "344"
  35678. {
  35679. "name" "eslkatowice2015_titan_foil"
  35680. "item_name" "#StickerKit_eslkatowice2015_titan_foil"
  35681. "description_string" "#StickerKit_desc_eslkatowice2015_titan_foil"
  35682. "sticker_material" "eslkatowice2015/titan_foil"
  35683. "item_rarity" "legendary"
  35684. "tournament_event_id" "6"
  35685. "tournament_team_id" "27"
  35686. }
  35687. "345"
  35688. {
  35689. "name" "eslkatowice2015_titan_gold"
  35690. "item_name" "#StickerKit_eslkatowice2015_titan_gold"
  35691. "description_string" "#StickerKit_desc_eslkatowice2015_titan_gold"
  35692. "sticker_material" "eslkatowice2015/titan_gold"
  35693. "item_rarity" "legendary"
  35694. "tournament_event_id" "6"
  35695. "tournament_team_id" "27"
  35696. }
  35697. "346"
  35698. {
  35699. "name" "eslkatowice2015_virtuspro"
  35700. "item_name" "#StickerKit_eslkatowice2015_virtuspro"
  35701. "description_string" "#StickerKit_desc_eslkatowice2015_virtuspro"
  35702. "sticker_material" "eslkatowice2015/virtuspro"
  35703. "item_rarity" "rare"
  35704. "tournament_event_id" "6"
  35705. "tournament_team_id" "31"
  35706. }
  35707. "347"
  35708. {
  35709. "name" "eslkatowice2015_virtuspro_holo"
  35710. "item_name" "#StickerKit_eslkatowice2015_virtuspro_holo"
  35711. "description_string" "#StickerKit_desc_eslkatowice2015_virtuspro_holo"
  35712. "sticker_material" "eslkatowice2015/virtuspro_holo"
  35713. "item_rarity" "mythical"
  35714. "tournament_event_id" "6"
  35715. "tournament_team_id" "31"
  35716. }
  35717. "348"
  35718. {
  35719. "name" "eslkatowice2015_virtuspro_foil"
  35720. "item_name" "#StickerKit_eslkatowice2015_virtuspro_foil"
  35721. "description_string" "#StickerKit_desc_eslkatowice2015_virtuspro_foil"
  35722. "sticker_material" "eslkatowice2015/virtuspro_foil"
  35723. "item_rarity" "legendary"
  35724. "tournament_event_id" "6"
  35725. "tournament_team_id" "31"
  35726. }
  35727. "349"
  35728. {
  35729. "name" "eslkatowice2015_virtuspro_gold"
  35730. "item_name" "#StickerKit_eslkatowice2015_virtuspro_gold"
  35731. "description_string" "#StickerKit_desc_eslkatowice2015_virtuspro_gold"
  35732. "sticker_material" "eslkatowice2015/virtuspro_gold"
  35733. "item_rarity" "legendary"
  35734. "tournament_event_id" "6"
  35735. "tournament_team_id" "31"
  35736. }
  35737. "350"
  35738. {
  35739. "name" "eslkatowice2015_voxeminor"
  35740. "item_name" "#StickerKit_eslkatowice2015_voxeminor"
  35741. "description_string" "#StickerKit_desc_eslkatowice2015_voxeminor"
  35742. "sticker_material" "eslkatowice2015/voxeminor"
  35743. "item_rarity" "rare"
  35744. "tournament_event_id" "6"
  35745. "tournament_team_id" "32"
  35746. }
  35747. "351"
  35748. {
  35749. "name" "eslkatowice2015_voxeminor_holo"
  35750. "item_name" "#StickerKit_eslkatowice2015_voxeminor_holo"
  35751. "description_string" "#StickerKit_desc_eslkatowice2015_voxeminor_holo"
  35752. "sticker_material" "eslkatowice2015/voxeminor_holo"
  35753. "item_rarity" "mythical"
  35754. "tournament_event_id" "6"
  35755. "tournament_team_id" "32"
  35756. }
  35757. "352"
  35758. {
  35759. "name" "eslkatowice2015_voxeminor_foil"
  35760. "item_name" "#StickerKit_eslkatowice2015_voxeminor_foil"
  35761. "description_string" "#StickerKit_desc_eslkatowice2015_voxeminor_foil"
  35762. "sticker_material" "eslkatowice2015/voxeminor_foil"
  35763. "item_rarity" "legendary"
  35764. "tournament_event_id" "6"
  35765. "tournament_team_id" "32"
  35766. }
  35767. "353"
  35768. {
  35769. "name" "eslkatowice2015_voxeminor_gold"
  35770. "item_name" "#StickerKit_eslkatowice2015_voxeminor_gold"
  35771. "description_string" "#StickerKit_desc_eslkatowice2015_voxeminor_gold"
  35772. "sticker_material" "eslkatowice2015/voxeminor_gold"
  35773. "item_rarity" "legendary"
  35774. "tournament_event_id" "6"
  35775. "tournament_team_id" "32"
  35776. }
  35777. "354"
  35778. {
  35779. "name" "eslkatowice2015_esl_a"
  35780. "item_name" "#StickerKit_eslkatowice2015_esl_a"
  35781. "description_string" "#StickerKit_desc_eslkatowice2015_esl_a"
  35782. "sticker_material" "eslkatowice2015/esl_a"
  35783. "item_rarity" "rare"
  35784. "tournament_event_id" "6"
  35785. }
  35786. "355"
  35787. {
  35788. "name" "enfu_chicken"
  35789. "item_name" "#StickerKit_enfu_chicken"
  35790. "description_string" "#StickerKit_desc_enfu_chicken"
  35791. "sticker_material" "enfu_capsule/chicken"
  35792. "item_rarity" "rare"
  35793. }
  35794. "356"
  35795. {
  35796. "name" "enfu_bombsquad"
  35797. "item_name" "#StickerKit_enfu_bombsquad"
  35798. "description_string" "#StickerKit_desc_enfu_bombsquad"
  35799. "sticker_material" "enfu_capsule/enfu_bombsquad"
  35800. "item_rarity" "rare"
  35801. }
  35802. "357"
  35803. {
  35804. "name" "enfu_bombsquad_foil"
  35805. "item_name" "#StickerKit_enfu_bombsquad_foil"
  35806. "description_string" "#StickerKit_desc_enfu_bombsquad_foil"
  35807. "sticker_material" "enfu_capsule/enfu_bombsquad_foil"
  35808. "item_rarity" "legendary"
  35809. }
  35810. "358"
  35811. {
  35812. "name" "enfu_guru"
  35813. "item_name" "#StickerKit_enfu_guru"
  35814. "description_string" "#StickerKit_desc_enfu_guru"
  35815. "sticker_material" "enfu_capsule/guru"
  35816. "item_rarity" "rare"
  35817. }
  35818. "359"
  35819. {
  35820. "name" "enfu_ninja"
  35821. "item_name" "#StickerKit_enfu_ninja"
  35822. "description_string" "#StickerKit_desc_enfu_ninja"
  35823. "sticker_material" "enfu_capsule/ninja"
  35824. "item_rarity" "rare"
  35825. }
  35826. "360"
  35827. {
  35828. "name" "enfu_ninja_foil"
  35829. "item_name" "#StickerKit_enfu_ninja_foil"
  35830. "description_string" "#StickerKit_desc_enfu_ninja_foil"
  35831. "sticker_material" "enfu_capsule/ninja_foil"
  35832. "item_rarity" "legendary"
  35833. }
  35834. "361"
  35835. {
  35836. "name" "enfu_samurai"
  35837. "item_name" "#StickerKit_enfu_samurai"
  35838. "description_string" "#StickerKit_desc_enfu_samurai"
  35839. "sticker_material" "enfu_capsule/samurai"
  35840. "item_rarity" "rare"
  35841. }
  35842. "362"
  35843. {
  35844. "name" "enfu_skullfulilboney"
  35845. "item_name" "#StickerKit_enfu_skullfulilboney"
  35846. "description_string" "#StickerKit_desc_enfu_skullfulilboney"
  35847. "sticker_material" "enfu_capsule/skullfulilboney"
  35848. "item_rarity" "rare"
  35849. }
  35850. "363"
  35851. {
  35852. "name" "enfu_skullfuskulltorgeist"
  35853. "item_name" "#StickerKit_enfu_skullfuskulltorgeist"
  35854. "description_string" "#StickerKit_desc_enfu_skullfuskulltorgeist"
  35855. "sticker_material" "enfu_capsule/skullfuskulltorgeist"
  35856. "item_rarity" "rare"
  35857. }
  35858. "364"
  35859. {
  35860. "name" "enfu_skullfutrooop"
  35861. "item_name" "#StickerKit_enfu_skullfutrooop"
  35862. "description_string" "#StickerKit_desc_enfu_skullfutrooop"
  35863. "sticker_material" "enfu_capsule/skullfutrooop"
  35864. "item_rarity" "rare"
  35865. }
  35866. "365"
  35867. {
  35868. "name" "enfu_soldier"
  35869. "item_name" "#StickerKit_enfu_soldier"
  35870. "description_string" "#StickerKit_desc_enfu_soldier"
  35871. "sticker_material" "enfu_capsule/soldier"
  35872. "item_rarity" "rare"
  35873. }
  35874. "366"
  35875. {
  35876. "name" "enfu_spartan"
  35877. "item_name" "#StickerKit_enfu_spartan"
  35878. "description_string" "#StickerKit_desc_enfu_spartan"
  35879. "sticker_material" "enfu_capsule/spartan"
  35880. "item_rarity" "rare"
  35881. }
  35882. "367"
  35883. {
  35884. "name" "enfu_unicorn"
  35885. "item_name" "#StickerKit_enfu_unicorn"
  35886. "description_string" "#StickerKit_desc_enfu_unicorn"
  35887. "sticker_material" "enfu_capsule/unicorn"
  35888. "item_rarity" "rare"
  35889. }
  35890. "368"
  35891. {
  35892. "name" "enfu_unicorn_holo"
  35893. "item_name" "#StickerKit_enfu_unicorn_holo"
  35894. "description_string" "#StickerKit_desc_enfu_unicorn_holo"
  35895. "sticker_material" "enfu_capsule/unicorn_holo"
  35896. "item_rarity" "mythical"
  35897. }
  35898. "369"
  35899. {
  35900. "name" "enfu_zombie"
  35901. "item_name" "#StickerKit_enfu_zombie"
  35902. "description_string" "#StickerKit_desc_enfu_zombie"
  35903. "sticker_material" "enfu_capsule/zombie"
  35904. "item_rarity" "rare"
  35905. }
  35906. "370"
  35907. {
  35908. "name" "awp_country"
  35909. "item_name" "#StickerKit_comm02_awp_country"
  35910. "description_string" "#StickerKit_desc_comm02_awp_country"
  35911. "sticker_material" "community02/awp_country"
  35912. "item_rarity" "rare"
  35913. }
  35914. "371"
  35915. {
  35916. "name" "chi_bomb"
  35917. "item_name" "#StickerKit_comm02_chi_bomb"
  35918. "description_string" "#StickerKit_desc_comm02_chi_bomb"
  35919. "sticker_material" "community02/chi_bomb"
  35920. "item_rarity" "rare"
  35921. }
  35922. "372"
  35923. {
  35924. "name" "fox"
  35925. "item_name" "#StickerKit_comm02_fox"
  35926. "description_string" "#StickerKit_desc_comm02_fox"
  35927. "sticker_material" "community02/fox"
  35928. "item_rarity" "rare"
  35929. }
  35930. "373"
  35931. {
  35932. "name" "knifeclub"
  35933. "item_name" "#StickerKit_comm02_knifeclub"
  35934. "description_string" "#StickerKit_desc_comm02_knifeclub"
  35935. "sticker_material" "community02/knifeclub"
  35936. "item_rarity" "rare"
  35937. }
  35938. "374"
  35939. {
  35940. "name" "cs_on_the_mind"
  35941. "item_name" "#StickerKit_comm02_cs_on_the_mind"
  35942. "description_string" "#StickerKit_desc_comm02_cs_on_the_mind"
  35943. "sticker_material" "community02/cs_on_the_mind"
  35944. "item_rarity" "rare"
  35945. }
  35946. "375"
  35947. {
  35948. "name" "ninja_defuse"
  35949. "item_name" "#StickerKit_comm02_ninja_defuse"
  35950. "description_string" "#StickerKit_desc_comm02_ninja_defuse"
  35951. "sticker_material" "community02/ninja_defuse"
  35952. "item_rarity" "rare"
  35953. }
  35954. "376"
  35955. {
  35956. "name" "pros_dont_fake"
  35957. "item_name" "#StickerKit_comm02_pros_dont_fake"
  35958. "description_string" "#StickerKit_desc_comm02_pros_dont_fake"
  35959. "sticker_material" "community02/pros_dont_fake"
  35960. "item_rarity" "rare"
  35961. }
  35962. "377"
  35963. {
  35964. "name" "kawaiikiller_t"
  35965. "item_name" "#StickerKit_comm02_kawaiikiller_t"
  35966. "description_string" "#StickerKit_desc_comm02_kawaiikiller_t"
  35967. "sticker_material" "community02/kawaiikiller_t"
  35968. "item_rarity" "rare"
  35969. }
  35970. "378"
  35971. {
  35972. "name" "baackstabber"
  35973. "item_name" "#StickerKit_comm02_baackstabber"
  35974. "description_string" "#StickerKit_desc_comm02_baackstabber"
  35975. "sticker_material" "community02/baackstabber"
  35976. "item_rarity" "rare"
  35977. }
  35978. "379"
  35979. {
  35980. "name" "delicious_tears"
  35981. "item_name" "#StickerKit_comm02_delicious_tears"
  35982. "description_string" "#StickerKit_desc_comm02_delicious_tears"
  35983. "sticker_material" "community02/delicious_tears"
  35984. "item_rarity" "rare"
  35985. }
  35986. "380"
  35987. {
  35988. "name" "eslcologne2015_signature_pronax"
  35989. "item_name" "#StickerKit_eslcologne2015_signature_pronax"
  35990. "description_string" "#StickerKit_desc_eslcologne2015_signature_pronax"
  35991. "sticker_material" "cologne2015/sig_pronax"
  35992. "item_rarity" "rare"
  35993. "tournament_event_id" "7"
  35994. "tournament_team_id" "6"
  35995. "tournament_player_id" "9419182"
  35996. }
  35997. "381"
  35998. {
  35999. "name" "eslcologne2015_signature_pronax_foil"
  36000. "item_name" "#StickerKit_eslcologne2015_signature_pronax_foil"
  36001. "description_string" "#StickerKit_desc_eslcologne2015_signature_pronax_foil"
  36002. "sticker_material" "cologne2015/sig_pronax_foil"
  36003. "item_rarity" "legendary"
  36004. "tournament_event_id" "7"
  36005. "tournament_team_id" "6"
  36006. "tournament_player_id" "9419182"
  36007. }
  36008. "382"
  36009. {
  36010. "name" "eslcologne2015_signature_pronax_gold"
  36011. "item_name" "#StickerKit_eslcologne2015_signature_pronax_gold"
  36012. "description_string" "#StickerKit_desc_eslcologne2015_signature_pronax_gold"
  36013. "sticker_material" "cologne2015/sig_pronax_gold"
  36014. "item_rarity" "legendary"
  36015. "tournament_event_id" "7"
  36016. "tournament_team_id" "6"
  36017. "tournament_player_id" "9419182"
  36018. }
  36019. "383"
  36020. {
  36021. "name" "eslcologne2015_signature_flusha"
  36022. "item_name" "#StickerKit_eslcologne2015_signature_flusha"
  36023. "description_string" "#StickerKit_desc_eslcologne2015_signature_flusha"
  36024. "sticker_material" "cologne2015/sig_flusha"
  36025. "item_rarity" "rare"
  36026. "tournament_event_id" "7"
  36027. "tournament_team_id" "6"
  36028. "tournament_player_id" "31082355"
  36029. }
  36030. "384"
  36031. {
  36032. "name" "eslcologne2015_signature_flusha_foil"
  36033. "item_name" "#StickerKit_eslcologne2015_signature_flusha_foil"
  36034. "description_string" "#StickerKit_desc_eslcologne2015_signature_flusha_foil"
  36035. "sticker_material" "cologne2015/sig_flusha_foil"
  36036. "item_rarity" "legendary"
  36037. "tournament_event_id" "7"
  36038. "tournament_team_id" "6"
  36039. "tournament_player_id" "31082355"
  36040. }
  36041. "385"
  36042. {
  36043. "name" "eslcologne2015_signature_flusha_gold"
  36044. "item_name" "#StickerKit_eslcologne2015_signature_flusha_gold"
  36045. "description_string" "#StickerKit_desc_eslcologne2015_signature_flusha_gold"
  36046. "sticker_material" "cologne2015/sig_flusha_gold"
  36047. "item_rarity" "legendary"
  36048. "tournament_event_id" "7"
  36049. "tournament_team_id" "6"
  36050. "tournament_player_id" "31082355"
  36051. }
  36052. "386"
  36053. {
  36054. "name" "eslcologne2015_signature_jw"
  36055. "item_name" "#StickerKit_eslcologne2015_signature_jw"
  36056. "description_string" "#StickerKit_desc_eslcologne2015_signature_jw"
  36057. "sticker_material" "cologne2015/sig_jw"
  36058. "item_rarity" "rare"
  36059. "tournament_event_id" "7"
  36060. "tournament_team_id" "6"
  36061. "tournament_player_id" "71288472"
  36062. }
  36063. "387"
  36064. {
  36065. "name" "eslcologne2015_signature_jw_foil"
  36066. "item_name" "#StickerKit_eslcologne2015_signature_jw_foil"
  36067. "description_string" "#StickerKit_desc_eslcologne2015_signature_jw_foil"
  36068. "sticker_material" "cologne2015/sig_jw_foil"
  36069. "item_rarity" "legendary"
  36070. "tournament_event_id" "7"
  36071. "tournament_team_id" "6"
  36072. "tournament_player_id" "71288472"
  36073. }
  36074. "388"
  36075. {
  36076. "name" "eslcologne2015_signature_jw_gold"
  36077. "item_name" "#StickerKit_eslcologne2015_signature_jw_gold"
  36078. "description_string" "#StickerKit_desc_eslcologne2015_signature_jw_gold"
  36079. "sticker_material" "cologne2015/sig_jw_gold"
  36080. "item_rarity" "legendary"
  36081. "tournament_event_id" "7"
  36082. "tournament_team_id" "6"
  36083. "tournament_player_id" "71288472"
  36084. }
  36085. "389"
  36086. {
  36087. "name" "eslcologne2015_signature_krimz"
  36088. "item_name" "#StickerKit_eslcologne2015_signature_krimz"
  36089. "description_string" "#StickerKit_desc_eslcologne2015_signature_krimz"
  36090. "sticker_material" "cologne2015/sig_krimz"
  36091. "item_rarity" "rare"
  36092. "tournament_event_id" "7"
  36093. "tournament_team_id" "6"
  36094. "tournament_player_id" "71385856"
  36095. }
  36096. "390"
  36097. {
  36098. "name" "eslcologne2015_signature_krimz_foil"
  36099. "item_name" "#StickerKit_eslcologne2015_signature_krimz_foil"
  36100. "description_string" "#StickerKit_desc_eslcologne2015_signature_krimz_foil"
  36101. "sticker_material" "cologne2015/sig_krimz_foil"
  36102. "item_rarity" "legendary"
  36103. "tournament_event_id" "7"
  36104. "tournament_team_id" "6"
  36105. "tournament_player_id" "71385856"
  36106. }
  36107. "391"
  36108. {
  36109. "name" "eslcologne2015_signature_krimz_gold"
  36110. "item_name" "#StickerKit_eslcologne2015_signature_krimz_gold"
  36111. "description_string" "#StickerKit_desc_eslcologne2015_signature_krimz_gold"
  36112. "sticker_material" "cologne2015/sig_krimz_gold"
  36113. "item_rarity" "legendary"
  36114. "tournament_event_id" "7"
  36115. "tournament_team_id" "6"
  36116. "tournament_player_id" "71385856"
  36117. }
  36118. "392"
  36119. {
  36120. "name" "eslcologne2015_signature_olofmeister"
  36121. "item_name" "#StickerKit_eslcologne2015_signature_olofmeister"
  36122. "description_string" "#StickerKit_desc_eslcologne2015_signature_olofmeister"
  36123. "sticker_material" "cologne2015/sig_olofmeister"
  36124. "item_rarity" "rare"
  36125. "tournament_event_id" "7"
  36126. "tournament_team_id" "6"
  36127. "tournament_player_id" "28361465"
  36128. }
  36129. "393"
  36130. {
  36131. "name" "eslcologne2015_signature_olofmeister_foil"
  36132. "item_name" "#StickerKit_eslcologne2015_signature_olofmeister_foil"
  36133. "description_string" "#StickerKit_desc_eslcologne2015_signature_olofmeister_foil"
  36134. "sticker_material" "cologne2015/sig_olofmeister_foil"
  36135. "item_rarity" "legendary"
  36136. "tournament_event_id" "7"
  36137. "tournament_team_id" "6"
  36138. "tournament_player_id" "28361465"
  36139. }
  36140. "394"
  36141. {
  36142. "name" "eslcologne2015_signature_olofmeister_gold"
  36143. "item_name" "#StickerKit_eslcologne2015_signature_olofmeister_gold"
  36144. "description_string" "#StickerKit_desc_eslcologne2015_signature_olofmeister_gold"
  36145. "sticker_material" "cologne2015/sig_olofmeister_gold"
  36146. "item_rarity" "legendary"
  36147. "tournament_event_id" "7"
  36148. "tournament_team_id" "6"
  36149. "tournament_player_id" "28361465"
  36150. }
  36151. "395"
  36152. {
  36153. "name" "eslcologne2015_signature_fallen"
  36154. "item_name" "#StickerKit_eslcologne2015_signature_fallen"
  36155. "description_string" "#StickerKit_desc_eslcologne2015_signature_fallen"
  36156. "sticker_material" "cologne2015/sig_fallen"
  36157. "item_rarity" "rare"
  36158. "tournament_event_id" "7"
  36159. "tournament_team_id" "57"
  36160. "tournament_player_id" "424467"
  36161. }
  36162. "396"
  36163. {
  36164. "name" "eslcologne2015_signature_fallen_foil"
  36165. "item_name" "#StickerKit_eslcologne2015_signature_fallen_foil"
  36166. "description_string" "#StickerKit_desc_eslcologne2015_signature_fallen_foil"
  36167. "sticker_material" "cologne2015/sig_fallen_foil"
  36168. "item_rarity" "legendary"
  36169. "tournament_event_id" "7"
  36170. "tournament_team_id" "57"
  36171. "tournament_player_id" "424467"
  36172. }
  36173. "397"
  36174. {
  36175. "name" "eslcologne2015_signature_fallen_gold"
  36176. "item_name" "#StickerKit_eslcologne2015_signature_fallen_gold"
  36177. "description_string" "#StickerKit_desc_eslcologne2015_signature_fallen_gold"
  36178. "sticker_material" "cologne2015/sig_fallen_gold"
  36179. "item_rarity" "legendary"
  36180. "tournament_event_id" "7"
  36181. "tournament_team_id" "57"
  36182. "tournament_player_id" "424467"
  36183. }
  36184. "398"
  36185. {
  36186. "name" "eslcologne2015_signature_steel"
  36187. "item_name" "#StickerKit_eslcologne2015_signature_steel"
  36188. "description_string" "#StickerKit_desc_eslcologne2015_signature_steel"
  36189. "sticker_material" "cologne2015/sig_steel"
  36190. "item_rarity" "rare"
  36191. "tournament_event_id" "7"
  36192. "tournament_team_id" "57"
  36193. "tournament_player_id" "54512474"
  36194. }
  36195. "399"
  36196. {
  36197. "name" "eslcologne2015_signature_steel_foil"
  36198. "item_name" "#StickerKit_eslcologne2015_signature_steel_foil"
  36199. "description_string" "#StickerKit_desc_eslcologne2015_signature_steel_foil"
  36200. "sticker_material" "cologne2015/sig_steel_foil"
  36201. "item_rarity" "legendary"
  36202. "tournament_event_id" "7"
  36203. "tournament_team_id" "57"
  36204. "tournament_player_id" "54512474"
  36205. }
  36206. "400"
  36207. {
  36208. "name" "eslcologne2015_signature_steel_gold"
  36209. "item_name" "#StickerKit_eslcologne2015_signature_steel_gold"
  36210. "description_string" "#StickerKit_desc_eslcologne2015_signature_steel_gold"
  36211. "sticker_material" "cologne2015/sig_steel_gold"
  36212. "item_rarity" "legendary"
  36213. "tournament_event_id" "7"
  36214. "tournament_team_id" "57"
  36215. "tournament_player_id" "54512474"
  36216. }
  36217. "401"
  36218. {
  36219. "name" "eslcologne2015_signature_fer"
  36220. "item_name" "#StickerKit_eslcologne2015_signature_fer"
  36221. "description_string" "#StickerKit_desc_eslcologne2015_signature_fer"
  36222. "sticker_material" "cologne2015/sig_fer"
  36223. "item_rarity" "rare"
  36224. "tournament_event_id" "7"
  36225. "tournament_team_id" "57"
  36226. "tournament_player_id" "38921219"
  36227. }
  36228. "402"
  36229. {
  36230. "name" "eslcologne2015_signature_fer_foil"
  36231. "item_name" "#StickerKit_eslcologne2015_signature_fer_foil"
  36232. "description_string" "#StickerKit_desc_eslcologne2015_signature_fer_foil"
  36233. "sticker_material" "cologne2015/sig_fer_foil"
  36234. "item_rarity" "legendary"
  36235. "tournament_event_id" "7"
  36236. "tournament_team_id" "57"
  36237. "tournament_player_id" "38921219"
  36238. }
  36239. "403"
  36240. {
  36241. "name" "eslcologne2015_signature_fer_gold"
  36242. "item_name" "#StickerKit_eslcologne2015_signature_fer_gold"
  36243. "description_string" "#StickerKit_desc_eslcologne2015_signature_fer_gold"
  36244. "sticker_material" "cologne2015/sig_fer_gold"
  36245. "item_rarity" "legendary"
  36246. "tournament_event_id" "7"
  36247. "tournament_team_id" "57"
  36248. "tournament_player_id" "38921219"
  36249. }
  36250. "404"
  36251. {
  36252. "name" "eslcologne2015_signature_boltz"
  36253. "item_name" "#StickerKit_eslcologne2015_signature_boltz"
  36254. "description_string" "#StickerKit_desc_eslcologne2015_signature_boltz"
  36255. "sticker_material" "cologne2015/sig_boltz"
  36256. "item_rarity" "rare"
  36257. "tournament_event_id" "7"
  36258. "tournament_team_id" "57"
  36259. "tournament_player_id" "58113672"
  36260. }
  36261. "405"
  36262. {
  36263. "name" "eslcologne2015_signature_boltz_foil"
  36264. "item_name" "#StickerKit_eslcologne2015_signature_boltz_foil"
  36265. "description_string" "#StickerKit_desc_eslcologne2015_signature_boltz_foil"
  36266. "sticker_material" "cologne2015/sig_boltz_foil"
  36267. "item_rarity" "legendary"
  36268. "tournament_event_id" "7"
  36269. "tournament_team_id" "57"
  36270. "tournament_player_id" "58113672"
  36271. }
  36272. "406"
  36273. {
  36274. "name" "eslcologne2015_signature_boltz_gold"
  36275. "item_name" "#StickerKit_eslcologne2015_signature_boltz_gold"
  36276. "description_string" "#StickerKit_desc_eslcologne2015_signature_boltz_gold"
  36277. "sticker_material" "cologne2015/sig_boltz_gold"
  36278. "item_rarity" "legendary"
  36279. "tournament_event_id" "7"
  36280. "tournament_team_id" "57"
  36281. "tournament_player_id" "58113672"
  36282. }
  36283. "407"
  36284. {
  36285. "name" "eslcologne2015_signature_coldzera"
  36286. "item_name" "#StickerKit_eslcologne2015_signature_coldzera"
  36287. "description_string" "#StickerKit_desc_eslcologne2015_signature_coldzera"
  36288. "sticker_material" "cologne2015/sig_coldzera"
  36289. "item_rarity" "rare"
  36290. "tournament_event_id" "7"
  36291. "tournament_team_id" "57"
  36292. "tournament_player_id" "79720871"
  36293. }
  36294. "408"
  36295. {
  36296. "name" "eslcologne2015_signature_coldzera_foil"
  36297. "item_name" "#StickerKit_eslcologne2015_signature_coldzera_foil"
  36298. "description_string" "#StickerKit_desc_eslcologne2015_signature_coldzera_foil"
  36299. "sticker_material" "cologne2015/sig_coldzera_foil"
  36300. "item_rarity" "legendary"
  36301. "tournament_event_id" "7"
  36302. "tournament_team_id" "57"
  36303. "tournament_player_id" "79720871"
  36304. }
  36305. "409"
  36306. {
  36307. "name" "eslcologne2015_signature_coldzera_gold"
  36308. "item_name" "#StickerKit_eslcologne2015_signature_coldzera_gold"
  36309. "description_string" "#StickerKit_desc_eslcologne2015_signature_coldzera_gold"
  36310. "sticker_material" "cologne2015/sig_coldzera_gold"
  36311. "item_rarity" "legendary"
  36312. "tournament_event_id" "7"
  36313. "tournament_team_id" "57"
  36314. "tournament_player_id" "79720871"
  36315. }
  36316. "410"
  36317. {
  36318. "name" "eslcologne2015_signature_guardian"
  36319. "item_name" "#StickerKit_eslcologne2015_signature_guardian"
  36320. "description_string" "#StickerKit_desc_eslcologne2015_signature_guardian"
  36321. "sticker_material" "cologne2015/sig_guardian"
  36322. "item_rarity" "rare"
  36323. "tournament_event_id" "7"
  36324. "tournament_team_id" "12"
  36325. "tournament_player_id" "12065295"
  36326. }
  36327. "411"
  36328. {
  36329. "name" "eslcologne2015_signature_guardian_foil"
  36330. "item_name" "#StickerKit_eslcologne2015_signature_guardian_foil"
  36331. "description_string" "#StickerKit_desc_eslcologne2015_signature_guardian_foil"
  36332. "sticker_material" "cologne2015/sig_guardian_foil"
  36333. "item_rarity" "legendary"
  36334. "tournament_event_id" "7"
  36335. "tournament_team_id" "12"
  36336. "tournament_player_id" "12065295"
  36337. }
  36338. "412"
  36339. {
  36340. "name" "eslcologne2015_signature_guardian_gold"
  36341. "item_name" "#StickerKit_eslcologne2015_signature_guardian_gold"
  36342. "description_string" "#StickerKit_desc_eslcologne2015_signature_guardian_gold"
  36343. "sticker_material" "cologne2015/sig_guardian_gold"
  36344. "item_rarity" "legendary"
  36345. "tournament_event_id" "7"
  36346. "tournament_team_id" "12"
  36347. "tournament_player_id" "12065295"
  36348. }
  36349. "413"
  36350. {
  36351. "name" "eslcologne2015_signature_zeus"
  36352. "item_name" "#StickerKit_eslcologne2015_signature_zeus"
  36353. "description_string" "#StickerKit_desc_eslcologne2015_signature_zeus"
  36354. "sticker_material" "cologne2015/sig_zeus"
  36355. "item_rarity" "rare"
  36356. "tournament_event_id" "7"
  36357. "tournament_team_id" "12"
  36358. "tournament_player_id" "59062744"
  36359. }
  36360. "414"
  36361. {
  36362. "name" "eslcologne2015_signature_zeus_foil"
  36363. "item_name" "#StickerKit_eslcologne2015_signature_zeus_foil"
  36364. "description_string" "#StickerKit_desc_eslcologne2015_signature_zeus_foil"
  36365. "sticker_material" "cologne2015/sig_zeus_foil"
  36366. "item_rarity" "legendary"
  36367. "tournament_event_id" "7"
  36368. "tournament_team_id" "12"
  36369. "tournament_player_id" "59062744"
  36370. }
  36371. "415"
  36372. {
  36373. "name" "eslcologne2015_signature_zeus_gold"
  36374. "item_name" "#StickerKit_eslcologne2015_signature_zeus_gold"
  36375. "description_string" "#StickerKit_desc_eslcologne2015_signature_zeus_gold"
  36376. "sticker_material" "cologne2015/sig_zeus_gold"
  36377. "item_rarity" "legendary"
  36378. "tournament_event_id" "7"
  36379. "tournament_team_id" "12"
  36380. "tournament_player_id" "59062744"
  36381. }
  36382. "416"
  36383. {
  36384. "name" "eslcologne2015_signature_seized"
  36385. "item_name" "#StickerKit_eslcologne2015_signature_seized"
  36386. "description_string" "#StickerKit_desc_eslcologne2015_signature_seized"
  36387. "sticker_material" "cologne2015/sig_seized"
  36388. "item_rarity" "rare"
  36389. "tournament_event_id" "7"
  36390. "tournament_team_id" "12"
  36391. "tournament_player_id" "3648428"
  36392. }
  36393. "417"
  36394. {
  36395. "name" "eslcologne2015_signature_seized_foil"
  36396. "item_name" "#StickerKit_eslcologne2015_signature_seized_foil"
  36397. "description_string" "#StickerKit_desc_eslcologne2015_signature_seized_foil"
  36398. "sticker_material" "cologne2015/sig_seized_foil"
  36399. "item_rarity" "legendary"
  36400. "tournament_event_id" "7"
  36401. "tournament_team_id" "12"
  36402. "tournament_player_id" "3648428"
  36403. }
  36404. "418"
  36405. {
  36406. "name" "eslcologne2015_signature_seized_gold"
  36407. "item_name" "#StickerKit_eslcologne2015_signature_seized_gold"
  36408. "description_string" "#StickerKit_desc_eslcologne2015_signature_seized_gold"
  36409. "sticker_material" "cologne2015/sig_seized_gold"
  36410. "item_rarity" "legendary"
  36411. "tournament_event_id" "7"
  36412. "tournament_team_id" "12"
  36413. "tournament_player_id" "3648428"
  36414. }
  36415. "419"
  36416. {
  36417. "name" "eslcologne2015_signature_edward"
  36418. "item_name" "#StickerKit_eslcologne2015_signature_edward"
  36419. "description_string" "#StickerKit_desc_eslcologne2015_signature_edward"
  36420. "sticker_material" "cologne2015/sig_edward"
  36421. "item_rarity" "rare"
  36422. "tournament_event_id" "7"
  36423. "tournament_team_id" "12"
  36424. "tournament_player_id" "23429534"
  36425. }
  36426. "420"
  36427. {
  36428. "name" "eslcologne2015_signature_edward_foil"
  36429. "item_name" "#StickerKit_eslcologne2015_signature_edward_foil"
  36430. "description_string" "#StickerKit_desc_eslcologne2015_signature_edward_foil"
  36431. "sticker_material" "cologne2015/sig_edward_foil"
  36432. "item_rarity" "legendary"
  36433. "tournament_event_id" "7"
  36434. "tournament_team_id" "12"
  36435. "tournament_player_id" "23429534"
  36436. }
  36437. "421"
  36438. {
  36439. "name" "eslcologne2015_signature_edward_gold"
  36440. "item_name" "#StickerKit_eslcologne2015_signature_edward_gold"
  36441. "description_string" "#StickerKit_desc_eslcologne2015_signature_edward_gold"
  36442. "sticker_material" "cologne2015/sig_edward_gold"
  36443. "item_rarity" "legendary"
  36444. "tournament_event_id" "7"
  36445. "tournament_team_id" "12"
  36446. "tournament_player_id" "23429534"
  36447. }
  36448. "422"
  36449. {
  36450. "name" "eslcologne2015_signature_flamie"
  36451. "item_name" "#StickerKit_eslcologne2015_signature_flamie"
  36452. "description_string" "#StickerKit_desc_eslcologne2015_signature_flamie"
  36453. "sticker_material" "cologne2015/sig_flamie"
  36454. "item_rarity" "rare"
  36455. "tournament_event_id" "7"
  36456. "tournament_team_id" "12"
  36457. "tournament_player_id" "156257548"
  36458. }
  36459. "423"
  36460. {
  36461. "name" "eslcologne2015_signature_flamie_foil"
  36462. "item_name" "#StickerKit_eslcologne2015_signature_flamie_foil"
  36463. "description_string" "#StickerKit_desc_eslcologne2015_signature_flamie_foil"
  36464. "sticker_material" "cologne2015/sig_flamie_foil"
  36465. "item_rarity" "legendary"
  36466. "tournament_event_id" "7"
  36467. "tournament_team_id" "12"
  36468. "tournament_player_id" "156257548"
  36469. }
  36470. "424"
  36471. {
  36472. "name" "eslcologne2015_signature_flamie_gold"
  36473. "item_name" "#StickerKit_eslcologne2015_signature_flamie_gold"
  36474. "description_string" "#StickerKit_desc_eslcologne2015_signature_flamie_gold"
  36475. "sticker_material" "cologne2015/sig_flamie_gold"
  36476. "item_rarity" "legendary"
  36477. "tournament_event_id" "7"
  36478. "tournament_team_id" "12"
  36479. "tournament_player_id" "156257548"
  36480. }
  36481. "425"
  36482. {
  36483. "name" "eslcologne2015_signature_xizt"
  36484. "item_name" "#StickerKit_eslcologne2015_signature_xizt"
  36485. "description_string" "#StickerKit_desc_eslcologne2015_signature_xizt"
  36486. "sticker_material" "cologne2015/sig_xizt"
  36487. "item_rarity" "rare"
  36488. "tournament_event_id" "7"
  36489. "tournament_team_id" "1"
  36490. "tournament_player_id" "26224992"
  36491. }
  36492. "426"
  36493. {
  36494. "name" "eslcologne2015_signature_xizt_foil"
  36495. "item_name" "#StickerKit_eslcologne2015_signature_xizt_foil"
  36496. "description_string" "#StickerKit_desc_eslcologne2015_signature_xizt_foil"
  36497. "sticker_material" "cologne2015/sig_xizt_foil"
  36498. "item_rarity" "legendary"
  36499. "tournament_event_id" "7"
  36500. "tournament_team_id" "1"
  36501. "tournament_player_id" "26224992"
  36502. }
  36503. "427"
  36504. {
  36505. "name" "eslcologne2015_signature_xizt_gold"
  36506. "item_name" "#StickerKit_eslcologne2015_signature_xizt_gold"
  36507. "description_string" "#StickerKit_desc_eslcologne2015_signature_xizt_gold"
  36508. "sticker_material" "cologne2015/sig_xizt_gold"
  36509. "item_rarity" "legendary"
  36510. "tournament_event_id" "7"
  36511. "tournament_team_id" "1"
  36512. "tournament_player_id" "26224992"
  36513. }
  36514. "428"
  36515. {
  36516. "name" "eslcologne2015_signature_forest"
  36517. "item_name" "#StickerKit_eslcologne2015_signature_forest"
  36518. "description_string" "#StickerKit_desc_eslcologne2015_signature_forest"
  36519. "sticker_material" "cologne2015/sig_forest"
  36520. "item_rarity" "rare"
  36521. "tournament_event_id" "7"
  36522. "tournament_team_id" "1"
  36523. "tournament_player_id" "93724"
  36524. }
  36525. "429"
  36526. {
  36527. "name" "eslcologne2015_signature_forest_foil"
  36528. "item_name" "#StickerKit_eslcologne2015_signature_forest_foil"
  36529. "description_string" "#StickerKit_desc_eslcologne2015_signature_forest_foil"
  36530. "sticker_material" "cologne2015/sig_forest_foil"
  36531. "item_rarity" "legendary"
  36532. "tournament_event_id" "7"
  36533. "tournament_team_id" "1"
  36534. "tournament_player_id" "93724"
  36535. }
  36536. "430"
  36537. {
  36538. "name" "eslcologne2015_signature_forest_gold"
  36539. "item_name" "#StickerKit_eslcologne2015_signature_forest_gold"
  36540. "description_string" "#StickerKit_desc_eslcologne2015_signature_forest_gold"
  36541. "sticker_material" "cologne2015/sig_forest_gold"
  36542. "item_rarity" "legendary"
  36543. "tournament_event_id" "7"
  36544. "tournament_team_id" "1"
  36545. "tournament_player_id" "93724"
  36546. }
  36547. "431"
  36548. {
  36549. "name" "eslcologne2015_signature_getright"
  36550. "item_name" "#StickerKit_eslcologne2015_signature_getright"
  36551. "description_string" "#StickerKit_desc_eslcologne2015_signature_getright"
  36552. "sticker_material" "cologne2015/sig_getright"
  36553. "item_rarity" "rare"
  36554. "tournament_event_id" "7"
  36555. "tournament_team_id" "1"
  36556. "tournament_player_id" "21771190"
  36557. }
  36558. "432"
  36559. {
  36560. "name" "eslcologne2015_signature_getright_foil"
  36561. "item_name" "#StickerKit_eslcologne2015_signature_getright_foil"
  36562. "description_string" "#StickerKit_desc_eslcologne2015_signature_getright_foil"
  36563. "sticker_material" "cologne2015/sig_getright_foil"
  36564. "item_rarity" "legendary"
  36565. "tournament_event_id" "7"
  36566. "tournament_team_id" "1"
  36567. "tournament_player_id" "21771190"
  36568. }
  36569. "433"
  36570. {
  36571. "name" "eslcologne2015_signature_getright_gold"
  36572. "item_name" "#StickerKit_eslcologne2015_signature_getright_gold"
  36573. "description_string" "#StickerKit_desc_eslcologne2015_signature_getright_gold"
  36574. "sticker_material" "cologne2015/sig_getright_gold"
  36575. "item_rarity" "legendary"
  36576. "tournament_event_id" "7"
  36577. "tournament_team_id" "1"
  36578. "tournament_player_id" "21771190"
  36579. }
  36580. "434"
  36581. {
  36582. "name" "eslcologne2015_signature_friberg"
  36583. "item_name" "#StickerKit_eslcologne2015_signature_friberg"
  36584. "description_string" "#StickerKit_desc_eslcologne2015_signature_friberg"
  36585. "sticker_material" "cologne2015/sig_friberg"
  36586. "item_rarity" "rare"
  36587. "tournament_event_id" "7"
  36588. "tournament_team_id" "1"
  36589. "tournament_player_id" "24295201"
  36590. }
  36591. "435"
  36592. {
  36593. "name" "eslcologne2015_signature_friberg_foil"
  36594. "item_name" "#StickerKit_eslcologne2015_signature_friberg_foil"
  36595. "description_string" "#StickerKit_desc_eslcologne2015_signature_friberg_foil"
  36596. "sticker_material" "cologne2015/sig_friberg_foil"
  36597. "item_rarity" "legendary"
  36598. "tournament_event_id" "7"
  36599. "tournament_team_id" "1"
  36600. "tournament_player_id" "24295201"
  36601. }
  36602. "436"
  36603. {
  36604. "name" "eslcologne2015_signature_friberg_gold"
  36605. "item_name" "#StickerKit_eslcologne2015_signature_friberg_gold"
  36606. "description_string" "#StickerKit_desc_eslcologne2015_signature_friberg_gold"
  36607. "sticker_material" "cologne2015/sig_friberg_gold"
  36608. "item_rarity" "legendary"
  36609. "tournament_event_id" "7"
  36610. "tournament_team_id" "1"
  36611. "tournament_player_id" "24295201"
  36612. }
  36613. "437"
  36614. {
  36615. "name" "eslcologne2015_signature_allu"
  36616. "item_name" "#StickerKit_eslcologne2015_signature_allu"
  36617. "description_string" "#StickerKit_desc_eslcologne2015_signature_allu"
  36618. "sticker_material" "cologne2015/sig_allu"
  36619. "item_rarity" "rare"
  36620. "tournament_event_id" "7"
  36621. "tournament_team_id" "1"
  36622. "tournament_player_id" "1345246"
  36623. }
  36624. "438"
  36625. {
  36626. "name" "eslcologne2015_signature_allu_foil"
  36627. "item_name" "#StickerKit_eslcologne2015_signature_allu_foil"
  36628. "description_string" "#StickerKit_desc_eslcologne2015_signature_allu_foil"
  36629. "sticker_material" "cologne2015/sig_allu_foil"
  36630. "item_rarity" "legendary"
  36631. "tournament_event_id" "7"
  36632. "tournament_team_id" "1"
  36633. "tournament_player_id" "1345246"
  36634. }
  36635. "439"
  36636. {
  36637. "name" "eslcologne2015_signature_allu_gold"
  36638. "item_name" "#StickerKit_eslcologne2015_signature_allu_gold"
  36639. "description_string" "#StickerKit_desc_eslcologne2015_signature_allu_gold"
  36640. "sticker_material" "cologne2015/sig_allu_gold"
  36641. "item_rarity" "legendary"
  36642. "tournament_event_id" "7"
  36643. "tournament_team_id" "1"
  36644. "tournament_player_id" "1345246"
  36645. }
  36646. "440"
  36647. {
  36648. "name" "eslcologne2015_signature_kennys"
  36649. "item_name" "#StickerKit_eslcologne2015_signature_kennys"
  36650. "description_string" "#StickerKit_desc_eslcologne2015_signature_kennys"
  36651. "sticker_material" "cologne2015/sig_kennys"
  36652. "item_rarity" "rare"
  36653. "tournament_event_id" "7"
  36654. "tournament_team_id" "46"
  36655. "tournament_player_id" "64640068"
  36656. }
  36657. "441"
  36658. {
  36659. "name" "eslcologne2015_signature_kennys_foil"
  36660. "item_name" "#StickerKit_eslcologne2015_signature_kennys_foil"
  36661. "description_string" "#StickerKit_desc_eslcologne2015_signature_kennys_foil"
  36662. "sticker_material" "cologne2015/sig_kennys_foil"
  36663. "item_rarity" "legendary"
  36664. "tournament_event_id" "7"
  36665. "tournament_team_id" "46"
  36666. "tournament_player_id" "64640068"
  36667. }
  36668. "442"
  36669. {
  36670. "name" "eslcologne2015_signature_kennys_gold"
  36671. "item_name" "#StickerKit_eslcologne2015_signature_kennys_gold"
  36672. "description_string" "#StickerKit_desc_eslcologne2015_signature_kennys_gold"
  36673. "sticker_material" "cologne2015/sig_kennys_gold"
  36674. "item_rarity" "legendary"
  36675. "tournament_event_id" "7"
  36676. "tournament_team_id" "46"
  36677. "tournament_player_id" "64640068"
  36678. }
  36679. "443"
  36680. {
  36681. "name" "eslcologne2015_signature_kioshima"
  36682. "item_name" "#StickerKit_eslcologne2015_signature_kioshima"
  36683. "description_string" "#StickerKit_desc_eslcologne2015_signature_kioshima"
  36684. "sticker_material" "cologne2015/sig_kioshima"
  36685. "item_rarity" "rare"
  36686. "tournament_event_id" "7"
  36687. "tournament_team_id" "46"
  36688. "tournament_player_id" "40517167"
  36689. }
  36690. "444"
  36691. {
  36692. "name" "eslcologne2015_signature_kioshima_foil"
  36693. "item_name" "#StickerKit_eslcologne2015_signature_kioshima_foil"
  36694. "description_string" "#StickerKit_desc_eslcologne2015_signature_kioshima_foil"
  36695. "sticker_material" "cologne2015/sig_kioshima_foil"
  36696. "item_rarity" "legendary"
  36697. "tournament_event_id" "7"
  36698. "tournament_team_id" "46"
  36699. "tournament_player_id" "40517167"
  36700. }
  36701. "445"
  36702. {
  36703. "name" "eslcologne2015_signature_kioshima_gold"
  36704. "item_name" "#StickerKit_eslcologne2015_signature_kioshima_gold"
  36705. "description_string" "#StickerKit_desc_eslcologne2015_signature_kioshima_gold"
  36706. "sticker_material" "cologne2015/sig_kioshima_gold"
  36707. "item_rarity" "legendary"
  36708. "tournament_event_id" "7"
  36709. "tournament_team_id" "46"
  36710. "tournament_player_id" "40517167"
  36711. }
  36712. "446"
  36713. {
  36714. "name" "eslcologne2015_signature_happy"
  36715. "item_name" "#StickerKit_eslcologne2015_signature_happy"
  36716. "description_string" "#StickerKit_desc_eslcologne2015_signature_happy"
  36717. "sticker_material" "cologne2015/sig_happy"
  36718. "item_rarity" "rare"
  36719. "tournament_event_id" "7"
  36720. "tournament_team_id" "46"
  36721. "tournament_player_id" "17975624"
  36722. }
  36723. "447"
  36724. {
  36725. "name" "eslcologne2015_signature_happy_foil"
  36726. "item_name" "#StickerKit_eslcologne2015_signature_happy_foil"
  36727. "description_string" "#StickerKit_desc_eslcologne2015_signature_happy_foil"
  36728. "sticker_material" "cologne2015/sig_happy_foil"
  36729. "item_rarity" "legendary"
  36730. "tournament_event_id" "7"
  36731. "tournament_team_id" "46"
  36732. "tournament_player_id" "17975624"
  36733. }
  36734. "448"
  36735. {
  36736. "name" "eslcologne2015_signature_happy_gold"
  36737. "item_name" "#StickerKit_eslcologne2015_signature_happy_gold"
  36738. "description_string" "#StickerKit_desc_eslcologne2015_signature_happy_gold"
  36739. "sticker_material" "cologne2015/sig_happy_gold"
  36740. "item_rarity" "legendary"
  36741. "tournament_event_id" "7"
  36742. "tournament_team_id" "46"
  36743. "tournament_player_id" "17975624"
  36744. }
  36745. "449"
  36746. {
  36747. "name" "eslcologne2015_signature_apex"
  36748. "item_name" "#StickerKit_eslcologne2015_signature_apex"
  36749. "description_string" "#StickerKit_desc_eslcologne2015_signature_apex"
  36750. "sticker_material" "cologne2015/sig_apex"
  36751. "item_rarity" "rare"
  36752. "tournament_event_id" "7"
  36753. "tournament_team_id" "46"
  36754. "tournament_player_id" "29478439"
  36755. }
  36756. "450"
  36757. {
  36758. "name" "eslcologne2015_signature_apex_foil"
  36759. "item_name" "#StickerKit_eslcologne2015_signature_apex_foil"
  36760. "description_string" "#StickerKit_desc_eslcologne2015_signature_apex_foil"
  36761. "sticker_material" "cologne2015/sig_apex_foil"
  36762. "item_rarity" "legendary"
  36763. "tournament_event_id" "7"
  36764. "tournament_team_id" "46"
  36765. "tournament_player_id" "29478439"
  36766. }
  36767. "451"
  36768. {
  36769. "name" "eslcologne2015_signature_apex_gold"
  36770. "item_name" "#StickerKit_eslcologne2015_signature_apex_gold"
  36771. "description_string" "#StickerKit_desc_eslcologne2015_signature_apex_gold"
  36772. "sticker_material" "cologne2015/sig_apex_gold"
  36773. "item_rarity" "legendary"
  36774. "tournament_event_id" "7"
  36775. "tournament_team_id" "46"
  36776. "tournament_player_id" "29478439"
  36777. }
  36778. "452"
  36779. {
  36780. "name" "eslcologne2015_signature_nbk"
  36781. "item_name" "#StickerKit_eslcologne2015_signature_nbk"
  36782. "description_string" "#StickerKit_desc_eslcologne2015_signature_nbk"
  36783. "sticker_material" "cologne2015/sig_nbk"
  36784. "item_rarity" "rare"
  36785. "tournament_event_id" "7"
  36786. "tournament_team_id" "46"
  36787. "tournament_player_id" "444845"
  36788. }
  36789. "453"
  36790. {
  36791. "name" "eslcologne2015_signature_nbk_foil"
  36792. "item_name" "#StickerKit_eslcologne2015_signature_nbk_foil"
  36793. "description_string" "#StickerKit_desc_eslcologne2015_signature_nbk_foil"
  36794. "sticker_material" "cologne2015/sig_nbk_foil"
  36795. "item_rarity" "legendary"
  36796. "tournament_event_id" "7"
  36797. "tournament_team_id" "46"
  36798. "tournament_player_id" "444845"
  36799. }
  36800. "454"
  36801. {
  36802. "name" "eslcologne2015_signature_nbk_gold"
  36803. "item_name" "#StickerKit_eslcologne2015_signature_nbk_gold"
  36804. "description_string" "#StickerKit_desc_eslcologne2015_signature_nbk_gold"
  36805. "sticker_material" "cologne2015/sig_nbk_gold"
  36806. "item_rarity" "legendary"
  36807. "tournament_event_id" "7"
  36808. "tournament_team_id" "46"
  36809. "tournament_player_id" "444845"
  36810. }
  36811. "455"
  36812. {
  36813. "name" "eslcologne2015_signature_karrigan"
  36814. "item_name" "#StickerKit_eslcologne2015_signature_karrigan"
  36815. "description_string" "#StickerKit_desc_eslcologne2015_signature_karrigan"
  36816. "sticker_material" "cologne2015/sig_karrigan"
  36817. "item_rarity" "rare"
  36818. "tournament_event_id" "7"
  36819. "tournament_team_id" "58"
  36820. "tournament_player_id" "29164525"
  36821. }
  36822. "456"
  36823. {
  36824. "name" "eslcologne2015_signature_karrigan_foil"
  36825. "item_name" "#StickerKit_eslcologne2015_signature_karrigan_foil"
  36826. "description_string" "#StickerKit_desc_eslcologne2015_signature_karrigan_foil"
  36827. "sticker_material" "cologne2015/sig_karrigan_foil"
  36828. "item_rarity" "legendary"
  36829. "tournament_event_id" "7"
  36830. "tournament_team_id" "58"
  36831. "tournament_player_id" "29164525"
  36832. }
  36833. "457"
  36834. {
  36835. "name" "eslcologne2015_signature_karrigan_gold"
  36836. "item_name" "#StickerKit_eslcologne2015_signature_karrigan_gold"
  36837. "description_string" "#StickerKit_desc_eslcologne2015_signature_karrigan_gold"
  36838. "sticker_material" "cologne2015/sig_karrigan_gold"
  36839. "item_rarity" "legendary"
  36840. "tournament_event_id" "7"
  36841. "tournament_team_id" "58"
  36842. "tournament_player_id" "29164525"
  36843. }
  36844. "458"
  36845. {
  36846. "name" "eslcologne2015_signature_device"
  36847. "item_name" "#StickerKit_eslcologne2015_signature_device"
  36848. "description_string" "#StickerKit_desc_eslcologne2015_signature_device"
  36849. "sticker_material" "cologne2015/sig_device"
  36850. "item_rarity" "rare"
  36851. "tournament_event_id" "7"
  36852. "tournament_team_id" "58"
  36853. "tournament_player_id" "27447936"
  36854. }
  36855. "459"
  36856. {
  36857. "name" "eslcologne2015_signature_device_foil"
  36858. "item_name" "#StickerKit_eslcologne2015_signature_device_foil"
  36859. "description_string" "#StickerKit_desc_eslcologne2015_signature_device_foil"
  36860. "sticker_material" "cologne2015/sig_device_foil"
  36861. "item_rarity" "legendary"
  36862. "tournament_event_id" "7"
  36863. "tournament_team_id" "58"
  36864. "tournament_player_id" "27447936"
  36865. }
  36866. "460"
  36867. {
  36868. "name" "eslcologne2015_signature_device_gold"
  36869. "item_name" "#StickerKit_eslcologne2015_signature_device_gold"
  36870. "description_string" "#StickerKit_desc_eslcologne2015_signature_device_gold"
  36871. "sticker_material" "cologne2015/sig_device_gold"
  36872. "item_rarity" "legendary"
  36873. "tournament_event_id" "7"
  36874. "tournament_team_id" "58"
  36875. "tournament_player_id" "27447936"
  36876. }
  36877. "461"
  36878. {
  36879. "name" "eslcologne2015_signature_dupreeh"
  36880. "item_name" "#StickerKit_eslcologne2015_signature_dupreeh"
  36881. "description_string" "#StickerKit_desc_eslcologne2015_signature_dupreeh"
  36882. "sticker_material" "cologne2015/sig_dupreeh"
  36883. "item_rarity" "rare"
  36884. "tournament_event_id" "7"
  36885. "tournament_team_id" "58"
  36886. "tournament_player_id" "44589228"
  36887. }
  36888. "462"
  36889. {
  36890. "name" "eslcologne2015_signature_dupreeh_foil"
  36891. "item_name" "#StickerKit_eslcologne2015_signature_dupreeh_foil"
  36892. "description_string" "#StickerKit_desc_eslcologne2015_signature_dupreeh_foil"
  36893. "sticker_material" "cologne2015/sig_dupreeh_foil"
  36894. "item_rarity" "legendary"
  36895. "tournament_event_id" "7"
  36896. "tournament_team_id" "58"
  36897. "tournament_player_id" "44589228"
  36898. }
  36899. "463"
  36900. {
  36901. "name" "eslcologne2015_signature_dupreeh_gold"
  36902. "item_name" "#StickerKit_eslcologne2015_signature_dupreeh_gold"
  36903. "description_string" "#StickerKit_desc_eslcologne2015_signature_dupreeh_gold"
  36904. "sticker_material" "cologne2015/sig_dupreeh_gold"
  36905. "item_rarity" "legendary"
  36906. "tournament_event_id" "7"
  36907. "tournament_team_id" "58"
  36908. "tournament_player_id" "44589228"
  36909. }
  36910. "464"
  36911. {
  36912. "name" "eslcologne2015_signature_xyp9x"
  36913. "item_name" "#StickerKit_eslcologne2015_signature_xyp9x"
  36914. "description_string" "#StickerKit_desc_eslcologne2015_signature_xyp9x"
  36915. "sticker_material" "cologne2015/sig_xyp9x"
  36916. "item_rarity" "rare"
  36917. "tournament_event_id" "7"
  36918. "tournament_team_id" "58"
  36919. "tournament_player_id" "30416534"
  36920. }
  36921. "465"
  36922. {
  36923. "name" "eslcologne2015_signature_xyp9x_foil"
  36924. "item_name" "#StickerKit_eslcologne2015_signature_xyp9x_foil"
  36925. "description_string" "#StickerKit_desc_eslcologne2015_signature_xyp9x_foil"
  36926. "sticker_material" "cologne2015/sig_xyp9x_foil"
  36927. "item_rarity" "legendary"
  36928. "tournament_event_id" "7"
  36929. "tournament_team_id" "58"
  36930. "tournament_player_id" "30416534"
  36931. }
  36932. "466"
  36933. {
  36934. "name" "eslcologne2015_signature_xyp9x_gold"
  36935. "item_name" "#StickerKit_eslcologne2015_signature_xyp9x_gold"
  36936. "description_string" "#StickerKit_desc_eslcologne2015_signature_xyp9x_gold"
  36937. "sticker_material" "cologne2015/sig_xyp9x_gold"
  36938. "item_rarity" "legendary"
  36939. "tournament_event_id" "7"
  36940. "tournament_team_id" "58"
  36941. "tournament_player_id" "30416534"
  36942. }
  36943. "467"
  36944. {
  36945. "name" "eslcologne2015_signature_cajunb"
  36946. "item_name" "#StickerKit_eslcologne2015_signature_cajunb"
  36947. "description_string" "#StickerKit_desc_eslcologne2015_signature_cajunb"
  36948. "sticker_material" "cologne2015/sig_cajunb"
  36949. "item_rarity" "rare"
  36950. "tournament_event_id" "7"
  36951. "tournament_team_id" "58"
  36952. "tournament_player_id" "18062315"
  36953. }
  36954. "468"
  36955. {
  36956. "name" "eslcologne2015_signature_cajunb_foil"
  36957. "item_name" "#StickerKit_eslcologne2015_signature_cajunb_foil"
  36958. "description_string" "#StickerKit_desc_eslcologne2015_signature_cajunb_foil"
  36959. "sticker_material" "cologne2015/sig_cajunb_foil"
  36960. "item_rarity" "legendary"
  36961. "tournament_event_id" "7"
  36962. "tournament_team_id" "58"
  36963. "tournament_player_id" "18062315"
  36964. }
  36965. "469"
  36966. {
  36967. "name" "eslcologne2015_signature_cajunb_gold"
  36968. "item_name" "#StickerKit_eslcologne2015_signature_cajunb_gold"
  36969. "description_string" "#StickerKit_desc_eslcologne2015_signature_cajunb_gold"
  36970. "sticker_material" "cologne2015/sig_cajunb_gold"
  36971. "item_rarity" "legendary"
  36972. "tournament_event_id" "7"
  36973. "tournament_team_id" "58"
  36974. "tournament_player_id" "18062315"
  36975. }
  36976. "470"
  36977. {
  36978. "name" "eslcologne2015_signature_neo"
  36979. "item_name" "#StickerKit_eslcologne2015_signature_neo"
  36980. "description_string" "#StickerKit_desc_eslcologne2015_signature_neo"
  36981. "sticker_material" "cologne2015/sig_neo"
  36982. "item_rarity" "rare"
  36983. "tournament_event_id" "7"
  36984. "tournament_team_id" "31"
  36985. "tournament_player_id" "460206"
  36986. }
  36987. "471"
  36988. {
  36989. "name" "eslcologne2015_signature_neo_foil"
  36990. "item_name" "#StickerKit_eslcologne2015_signature_neo_foil"
  36991. "description_string" "#StickerKit_desc_eslcologne2015_signature_neo_foil"
  36992. "sticker_material" "cologne2015/sig_neo_foil"
  36993. "item_rarity" "legendary"
  36994. "tournament_event_id" "7"
  36995. "tournament_team_id" "31"
  36996. "tournament_player_id" "460206"
  36997. }
  36998. "472"
  36999. {
  37000. "name" "eslcologne2015_signature_neo_gold"
  37001. "item_name" "#StickerKit_eslcologne2015_signature_neo_gold"
  37002. "description_string" "#StickerKit_desc_eslcologne2015_signature_neo_gold"
  37003. "sticker_material" "cologne2015/sig_neo_gold"
  37004. "item_rarity" "legendary"
  37005. "tournament_event_id" "7"
  37006. "tournament_team_id" "31"
  37007. "tournament_player_id" "460206"
  37008. }
  37009. "473"
  37010. {
  37011. "name" "eslcologne2015_signature_pasha"
  37012. "item_name" "#StickerKit_eslcologne2015_signature_pasha"
  37013. "description_string" "#StickerKit_desc_eslcologne2015_signature_pasha"
  37014. "sticker_material" "cologne2015/sig_pasha"
  37015. "item_rarity" "rare"
  37016. "tournament_event_id" "7"
  37017. "tournament_team_id" "31"
  37018. "tournament_player_id" "13580090"
  37019. }
  37020. "474"
  37021. {
  37022. "name" "eslcologne2015_signature_pasha_foil"
  37023. "item_name" "#StickerKit_eslcologne2015_signature_pasha_foil"
  37024. "description_string" "#StickerKit_desc_eslcologne2015_signature_pasha_foil"
  37025. "sticker_material" "cologne2015/sig_pasha_foil"
  37026. "item_rarity" "legendary"
  37027. "tournament_event_id" "7"
  37028. "tournament_team_id" "31"
  37029. "tournament_player_id" "13580090"
  37030. }
  37031. "475"
  37032. {
  37033. "name" "eslcologne2015_signature_pasha_gold"
  37034. "item_name" "#StickerKit_eslcologne2015_signature_pasha_gold"
  37035. "description_string" "#StickerKit_desc_eslcologne2015_signature_pasha_gold"
  37036. "sticker_material" "cologne2015/sig_pasha_gold"
  37037. "item_rarity" "legendary"
  37038. "tournament_event_id" "7"
  37039. "tournament_team_id" "31"
  37040. "tournament_player_id" "13580090"
  37041. }
  37042. "476"
  37043. {
  37044. "name" "eslcologne2015_signature_taz"
  37045. "item_name" "#StickerKit_eslcologne2015_signature_taz"
  37046. "description_string" "#StickerKit_desc_eslcologne2015_signature_taz"
  37047. "sticker_material" "cologne2015/sig_taz"
  37048. "item_rarity" "rare"
  37049. "tournament_event_id" "7"
  37050. "tournament_team_id" "31"
  37051. "tournament_player_id" "234052"
  37052. }
  37053. "477"
  37054. {
  37055. "name" "eslcologne2015_signature_taz_foil"
  37056. "item_name" "#StickerKit_eslcologne2015_signature_taz_foil"
  37057. "description_string" "#StickerKit_desc_eslcologne2015_signature_taz_foil"
  37058. "sticker_material" "cologne2015/sig_taz_foil"
  37059. "item_rarity" "legendary"
  37060. "tournament_event_id" "7"
  37061. "tournament_team_id" "31"
  37062. "tournament_player_id" "234052"
  37063. }
  37064. "478"
  37065. {
  37066. "name" "eslcologne2015_signature_taz_gold"
  37067. "item_name" "#StickerKit_eslcologne2015_signature_taz_gold"
  37068. "description_string" "#StickerKit_desc_eslcologne2015_signature_taz_gold"
  37069. "sticker_material" "cologne2015/sig_taz_gold"
  37070. "item_rarity" "legendary"
  37071. "tournament_event_id" "7"
  37072. "tournament_team_id" "31"
  37073. "tournament_player_id" "234052"
  37074. }
  37075. "479"
  37076. {
  37077. "name" "eslcologne2015_signature_snax"
  37078. "item_name" "#StickerKit_eslcologne2015_signature_snax"
  37079. "description_string" "#StickerKit_desc_eslcologne2015_signature_snax"
  37080. "sticker_material" "cologne2015/sig_snax"
  37081. "item_rarity" "rare"
  37082. "tournament_event_id" "7"
  37083. "tournament_team_id" "31"
  37084. "tournament_player_id" "21875845"
  37085. }
  37086. "480"
  37087. {
  37088. "name" "eslcologne2015_signature_snax_foil"
  37089. "item_name" "#StickerKit_eslcologne2015_signature_snax_foil"
  37090. "description_string" "#StickerKit_desc_eslcologne2015_signature_snax_foil"
  37091. "sticker_material" "cologne2015/sig_snax_foil"
  37092. "item_rarity" "legendary"
  37093. "tournament_event_id" "7"
  37094. "tournament_team_id" "31"
  37095. "tournament_player_id" "21875845"
  37096. }
  37097. "481"
  37098. {
  37099. "name" "eslcologne2015_signature_snax_gold"
  37100. "item_name" "#StickerKit_eslcologne2015_signature_snax_gold"
  37101. "description_string" "#StickerKit_desc_eslcologne2015_signature_snax_gold"
  37102. "sticker_material" "cologne2015/sig_snax_gold"
  37103. "item_rarity" "legendary"
  37104. "tournament_event_id" "7"
  37105. "tournament_team_id" "31"
  37106. "tournament_player_id" "21875845"
  37107. }
  37108. "482"
  37109. {
  37110. "name" "eslcologne2015_signature_byali"
  37111. "item_name" "#StickerKit_eslcologne2015_signature_byali"
  37112. "description_string" "#StickerKit_desc_eslcologne2015_signature_byali"
  37113. "sticker_material" "cologne2015/sig_byali"
  37114. "item_rarity" "rare"
  37115. "tournament_event_id" "7"
  37116. "tournament_team_id" "31"
  37117. "tournament_player_id" "18860354"
  37118. }
  37119. "483"
  37120. {
  37121. "name" "eslcologne2015_signature_byali_foil"
  37122. "item_name" "#StickerKit_eslcologne2015_signature_byali_foil"
  37123. "description_string" "#StickerKit_desc_eslcologne2015_signature_byali_foil"
  37124. "sticker_material" "cologne2015/sig_byali_foil"
  37125. "item_rarity" "legendary"
  37126. "tournament_event_id" "7"
  37127. "tournament_team_id" "31"
  37128. "tournament_player_id" "18860354"
  37129. }
  37130. "484"
  37131. {
  37132. "name" "eslcologne2015_signature_byali_gold"
  37133. "item_name" "#StickerKit_eslcologne2015_signature_byali_gold"
  37134. "description_string" "#StickerKit_desc_eslcologne2015_signature_byali_gold"
  37135. "sticker_material" "cologne2015/sig_byali_gold"
  37136. "item_rarity" "legendary"
  37137. "tournament_event_id" "7"
  37138. "tournament_team_id" "31"
  37139. "tournament_player_id" "18860354"
  37140. }
  37141. "485"
  37142. {
  37143. "name" "eslcologne2015_signature_chrisj"
  37144. "item_name" "#StickerKit_eslcologne2015_signature_chrisj"
  37145. "description_string" "#StickerKit_desc_eslcologne2015_signature_chrisj"
  37146. "sticker_material" "cologne2015/sig_chrisj"
  37147. "item_rarity" "rare"
  37148. "tournament_event_id" "7"
  37149. "tournament_team_id" "29"
  37150. "tournament_player_id" "28273376"
  37151. }
  37152. "486"
  37153. {
  37154. "name" "eslcologne2015_signature_chrisj_foil"
  37155. "item_name" "#StickerKit_eslcologne2015_signature_chrisj_foil"
  37156. "description_string" "#StickerKit_desc_eslcologne2015_signature_chrisj_foil"
  37157. "sticker_material" "cologne2015/sig_chrisj_foil"
  37158. "item_rarity" "legendary"
  37159. "tournament_event_id" "7"
  37160. "tournament_team_id" "29"
  37161. "tournament_player_id" "28273376"
  37162. }
  37163. "487"
  37164. {
  37165. "name" "eslcologne2015_signature_chrisj_gold"
  37166. "item_name" "#StickerKit_eslcologne2015_signature_chrisj_gold"
  37167. "description_string" "#StickerKit_desc_eslcologne2015_signature_chrisj_gold"
  37168. "sticker_material" "cologne2015/sig_chrisj_gold"
  37169. "item_rarity" "legendary"
  37170. "tournament_event_id" "7"
  37171. "tournament_team_id" "29"
  37172. "tournament_player_id" "28273376"
  37173. }
  37174. "488"
  37175. {
  37176. "name" "eslcologne2015_signature_gobb"
  37177. "item_name" "#StickerKit_eslcologne2015_signature_gobb"
  37178. "description_string" "#StickerKit_desc_eslcologne2015_signature_gobb"
  37179. "sticker_material" "cologne2015/sig_gobb"
  37180. "item_rarity" "rare"
  37181. "tournament_event_id" "7"
  37182. "tournament_team_id" "29"
  37183. "tournament_player_id" "1162165"
  37184. }
  37185. "489"
  37186. {
  37187. "name" "eslcologne2015_signature_gobb_foil"
  37188. "item_name" "#StickerKit_eslcologne2015_signature_gobb_foil"
  37189. "description_string" "#StickerKit_desc_eslcologne2015_signature_gobb_foil"
  37190. "sticker_material" "cologne2015/sig_gobb_foil"
  37191. "item_rarity" "legendary"
  37192. "tournament_event_id" "7"
  37193. "tournament_team_id" "29"
  37194. "tournament_player_id" "1162165"
  37195. }
  37196. "490"
  37197. {
  37198. "name" "eslcologne2015_signature_gobb_gold"
  37199. "item_name" "#StickerKit_eslcologne2015_signature_gobb_gold"
  37200. "description_string" "#StickerKit_desc_eslcologne2015_signature_gobb_gold"
  37201. "sticker_material" "cologne2015/sig_gobb_gold"
  37202. "item_rarity" "legendary"
  37203. "tournament_event_id" "7"
  37204. "tournament_team_id" "29"
  37205. "tournament_player_id" "1162165"
  37206. }
  37207. "491"
  37208. {
  37209. "name" "eslcologne2015_signature_denis"
  37210. "item_name" "#StickerKit_eslcologne2015_signature_denis"
  37211. "description_string" "#StickerKit_desc_eslcologne2015_signature_denis"
  37212. "sticker_material" "cologne2015/sig_denis"
  37213. "item_rarity" "rare"
  37214. "tournament_event_id" "7"
  37215. "tournament_team_id" "29"
  37216. "tournament_player_id" "31185376"
  37217. }
  37218. "492"
  37219. {
  37220. "name" "eslcologne2015_signature_denis_foil"
  37221. "item_name" "#StickerKit_eslcologne2015_signature_denis_foil"
  37222. "description_string" "#StickerKit_desc_eslcologne2015_signature_denis_foil"
  37223. "sticker_material" "cologne2015/sig_denis_foil"
  37224. "item_rarity" "legendary"
  37225. "tournament_event_id" "7"
  37226. "tournament_team_id" "29"
  37227. "tournament_player_id" "31185376"
  37228. }
  37229. "493"
  37230. {
  37231. "name" "eslcologne2015_signature_denis_gold"
  37232. "item_name" "#StickerKit_eslcologne2015_signature_denis_gold"
  37233. "description_string" "#StickerKit_desc_eslcologne2015_signature_denis_gold"
  37234. "sticker_material" "cologne2015/sig_denis_gold"
  37235. "item_rarity" "legendary"
  37236. "tournament_event_id" "7"
  37237. "tournament_team_id" "29"
  37238. "tournament_player_id" "31185376"
  37239. }
  37240. "494"
  37241. {
  37242. "name" "eslcologne2015_signature_nex"
  37243. "item_name" "#StickerKit_eslcologne2015_signature_nex"
  37244. "description_string" "#StickerKit_desc_eslcologne2015_signature_nex"
  37245. "sticker_material" "cologne2015/sig_nex"
  37246. "item_rarity" "rare"
  37247. "tournament_event_id" "7"
  37248. "tournament_team_id" "29"
  37249. "tournament_player_id" "90378773"
  37250. }
  37251. "495"
  37252. {
  37253. "name" "eslcologne2015_signature_nex_foil"
  37254. "item_name" "#StickerKit_eslcologne2015_signature_nex_foil"
  37255. "description_string" "#StickerKit_desc_eslcologne2015_signature_nex_foil"
  37256. "sticker_material" "cologne2015/sig_nex_foil"
  37257. "item_rarity" "legendary"
  37258. "tournament_event_id" "7"
  37259. "tournament_team_id" "29"
  37260. "tournament_player_id" "90378773"
  37261. }
  37262. "496"
  37263. {
  37264. "name" "eslcologne2015_signature_nex_gold"
  37265. "item_name" "#StickerKit_eslcologne2015_signature_nex_gold"
  37266. "description_string" "#StickerKit_desc_eslcologne2015_signature_nex_gold"
  37267. "sticker_material" "cologne2015/sig_nex_gold"
  37268. "item_rarity" "legendary"
  37269. "tournament_event_id" "7"
  37270. "tournament_team_id" "29"
  37271. "tournament_player_id" "90378773"
  37272. }
  37273. "497"
  37274. {
  37275. "name" "eslcologne2015_signature_spiidi"
  37276. "item_name" "#StickerKit_eslcologne2015_signature_spiidi"
  37277. "description_string" "#StickerKit_desc_eslcologne2015_signature_spiidi"
  37278. "sticker_material" "cologne2015/sig_spiidi"
  37279. "item_rarity" "rare"
  37280. "tournament_event_id" "7"
  37281. "tournament_team_id" "29"
  37282. "tournament_player_id" "13465075"
  37283. }
  37284. "498"
  37285. {
  37286. "name" "eslcologne2015_signature_spiidi_foil"
  37287. "item_name" "#StickerKit_eslcologne2015_signature_spiidi_foil"
  37288. "description_string" "#StickerKit_desc_eslcologne2015_signature_spiidi_foil"
  37289. "sticker_material" "cologne2015/sig_spiidi_foil"
  37290. "item_rarity" "legendary"
  37291. "tournament_event_id" "7"
  37292. "tournament_team_id" "29"
  37293. "tournament_player_id" "13465075"
  37294. }
  37295. "499"
  37296. {
  37297. "name" "eslcologne2015_signature_spiidi_gold"
  37298. "item_name" "#StickerKit_eslcologne2015_signature_spiidi_gold"
  37299. "description_string" "#StickerKit_desc_eslcologne2015_signature_spiidi_gold"
  37300. "sticker_material" "cologne2015/sig_spiidi_gold"
  37301. "item_rarity" "legendary"
  37302. "tournament_event_id" "7"
  37303. "tournament_team_id" "29"
  37304. "tournament_player_id" "13465075"
  37305. }
  37306. "500"
  37307. {
  37308. "name" "eslcologne2015_signature_azr"
  37309. "item_name" "#StickerKit_eslcologne2015_signature_azr"
  37310. "description_string" "#StickerKit_desc_eslcologne2015_signature_azr"
  37311. "sticker_material" "cologne2015/sig_azr"
  37312. "item_rarity" "rare"
  37313. "tournament_event_id" "7"
  37314. "tournament_team_id" "53"
  37315. "tournament_player_id" "24832266"
  37316. }
  37317. "501"
  37318. {
  37319. "name" "eslcologne2015_signature_azr_foil"
  37320. "item_name" "#StickerKit_eslcologne2015_signature_azr_foil"
  37321. "description_string" "#StickerKit_desc_eslcologne2015_signature_azr_foil"
  37322. "sticker_material" "cologne2015/sig_azr_foil"
  37323. "item_rarity" "legendary"
  37324. "tournament_event_id" "7"
  37325. "tournament_team_id" "53"
  37326. "tournament_player_id" "24832266"
  37327. }
  37328. "502"
  37329. {
  37330. "name" "eslcologne2015_signature_azr_gold"
  37331. "item_name" "#StickerKit_eslcologne2015_signature_azr_gold"
  37332. "description_string" "#StickerKit_desc_eslcologne2015_signature_azr_gold"
  37333. "sticker_material" "cologne2015/sig_azr_gold"
  37334. "item_rarity" "legendary"
  37335. "tournament_event_id" "7"
  37336. "tournament_team_id" "53"
  37337. "tournament_player_id" "24832266"
  37338. }
  37339. "503"
  37340. {
  37341. "name" "eslcologne2015_signature_havoc"
  37342. "item_name" "#StickerKit_eslcologne2015_signature_havoc"
  37343. "description_string" "#StickerKit_desc_eslcologne2015_signature_havoc"
  37344. "sticker_material" "cologne2015/sig_havoc"
  37345. "item_rarity" "rare"
  37346. "tournament_event_id" "7"
  37347. "tournament_team_id" "53"
  37348. "tournament_player_id" "10025211"
  37349. }
  37350. "504"
  37351. {
  37352. "name" "eslcologne2015_signature_havoc_foil"
  37353. "item_name" "#StickerKit_eslcologne2015_signature_havoc_foil"
  37354. "description_string" "#StickerKit_desc_eslcologne2015_signature_havoc_foil"
  37355. "sticker_material" "cologne2015/sig_havoc_foil"
  37356. "item_rarity" "legendary"
  37357. "tournament_event_id" "7"
  37358. "tournament_team_id" "53"
  37359. "tournament_player_id" "10025211"
  37360. }
  37361. "505"
  37362. {
  37363. "name" "eslcologne2015_signature_havoc_gold"
  37364. "item_name" "#StickerKit_eslcologne2015_signature_havoc_gold"
  37365. "description_string" "#StickerKit_desc_eslcologne2015_signature_havoc_gold"
  37366. "sticker_material" "cologne2015/sig_havoc_gold"
  37367. "item_rarity" "legendary"
  37368. "tournament_event_id" "7"
  37369. "tournament_team_id" "53"
  37370. "tournament_player_id" "10025211"
  37371. }
  37372. "506"
  37373. {
  37374. "name" "eslcologne2015_signature_jks"
  37375. "item_name" "#StickerKit_eslcologne2015_signature_jks"
  37376. "description_string" "#StickerKit_desc_eslcologne2015_signature_jks"
  37377. "sticker_material" "cologne2015/sig_jks"
  37378. "item_rarity" "rare"
  37379. "tournament_event_id" "7"
  37380. "tournament_team_id" "53"
  37381. "tournament_player_id" "16839456"
  37382. }
  37383. "507"
  37384. {
  37385. "name" "eslcologne2015_signature_jks_foil"
  37386. "item_name" "#StickerKit_eslcologne2015_signature_jks_foil"
  37387. "description_string" "#StickerKit_desc_eslcologne2015_signature_jks_foil"
  37388. "sticker_material" "cologne2015/sig_jks_foil"
  37389. "item_rarity" "legendary"
  37390. "tournament_event_id" "7"
  37391. "tournament_team_id" "53"
  37392. "tournament_player_id" "16839456"
  37393. }
  37394. "508"
  37395. {
  37396. "name" "eslcologne2015_signature_jks_gold"
  37397. "item_name" "#StickerKit_eslcologne2015_signature_jks_gold"
  37398. "description_string" "#StickerKit_desc_eslcologne2015_signature_jks_gold"
  37399. "sticker_material" "cologne2015/sig_jks_gold"
  37400. "item_rarity" "legendary"
  37401. "tournament_event_id" "7"
  37402. "tournament_team_id" "53"
  37403. "tournament_player_id" "16839456"
  37404. }
  37405. "509"
  37406. {
  37407. "name" "eslcologne2015_signature_spunj"
  37408. "item_name" "#StickerKit_eslcologne2015_signature_spunj"
  37409. "description_string" "#StickerKit_desc_eslcologne2015_signature_spunj"
  37410. "sticker_material" "cologne2015/sig_spunj"
  37411. "item_rarity" "rare"
  37412. "tournament_event_id" "7"
  37413. "tournament_team_id" "53"
  37414. "tournament_player_id" "34303888"
  37415. }
  37416. "510"
  37417. {
  37418. "name" "eslcologne2015_signature_spunj_foil"
  37419. "item_name" "#StickerKit_eslcologne2015_signature_spunj_foil"
  37420. "description_string" "#StickerKit_desc_eslcologne2015_signature_spunj_foil"
  37421. "sticker_material" "cologne2015/sig_spunj_foil"
  37422. "item_rarity" "legendary"
  37423. "tournament_event_id" "7"
  37424. "tournament_team_id" "53"
  37425. "tournament_player_id" "34303888"
  37426. }
  37427. "511"
  37428. {
  37429. "name" "eslcologne2015_signature_spunj_gold"
  37430. "item_name" "#StickerKit_eslcologne2015_signature_spunj_gold"
  37431. "description_string" "#StickerKit_desc_eslcologne2015_signature_spunj_gold"
  37432. "sticker_material" "cologne2015/sig_spunj_gold"
  37433. "item_rarity" "legendary"
  37434. "tournament_event_id" "7"
  37435. "tournament_team_id" "53"
  37436. "tournament_player_id" "34303888"
  37437. }
  37438. "512"
  37439. {
  37440. "name" "eslcologne2015_signature_yam"
  37441. "item_name" "#StickerKit_eslcologne2015_signature_yam"
  37442. "description_string" "#StickerKit_desc_eslcologne2015_signature_yam"
  37443. "sticker_material" "cologne2015/sig_yam"
  37444. "item_rarity" "rare"
  37445. "tournament_event_id" "7"
  37446. "tournament_team_id" "53"
  37447. "tournament_player_id" "30659"
  37448. }
  37449. "513"
  37450. {
  37451. "name" "eslcologne2015_signature_yam_foil"
  37452. "item_name" "#StickerKit_eslcologne2015_signature_yam_foil"
  37453. "description_string" "#StickerKit_desc_eslcologne2015_signature_yam_foil"
  37454. "sticker_material" "cologne2015/sig_yam_foil"
  37455. "item_rarity" "legendary"
  37456. "tournament_event_id" "7"
  37457. "tournament_team_id" "53"
  37458. "tournament_player_id" "30659"
  37459. }
  37460. "514"
  37461. {
  37462. "name" "eslcologne2015_signature_yam_gold"
  37463. "item_name" "#StickerKit_eslcologne2015_signature_yam_gold"
  37464. "description_string" "#StickerKit_desc_eslcologne2015_signature_yam_gold"
  37465. "sticker_material" "cologne2015/sig_yam_gold"
  37466. "item_rarity" "legendary"
  37467. "tournament_event_id" "7"
  37468. "tournament_team_id" "53"
  37469. "tournament_player_id" "30659"
  37470. }
  37471. "515"
  37472. {
  37473. "name" "eslcologne2015_signature_ustilo"
  37474. "item_name" "#StickerKit_eslcologne2015_signature_ustilo"
  37475. "description_string" "#StickerKit_desc_eslcologne2015_signature_ustilo"
  37476. "sticker_material" "cologne2015/sig_ustilo"
  37477. "item_rarity" "rare"
  37478. "tournament_event_id" "7"
  37479. "tournament_team_id" "54"
  37480. "tournament_player_id" "18903255"
  37481. }
  37482. "516"
  37483. {
  37484. "name" "eslcologne2015_signature_ustilo_foil"
  37485. "item_name" "#StickerKit_eslcologne2015_signature_ustilo_foil"
  37486. "description_string" "#StickerKit_desc_eslcologne2015_signature_ustilo_foil"
  37487. "sticker_material" "cologne2015/sig_ustilo_foil"
  37488. "item_rarity" "legendary"
  37489. "tournament_event_id" "7"
  37490. "tournament_team_id" "54"
  37491. "tournament_player_id" "18903255"
  37492. }
  37493. "517"
  37494. {
  37495. "name" "eslcologne2015_signature_ustilo_gold"
  37496. "item_name" "#StickerKit_eslcologne2015_signature_ustilo_gold"
  37497. "description_string" "#StickerKit_desc_eslcologne2015_signature_ustilo_gold"
  37498. "sticker_material" "cologne2015/sig_ustilo_gold"
  37499. "item_rarity" "legendary"
  37500. "tournament_event_id" "7"
  37501. "tournament_team_id" "54"
  37502. "tournament_player_id" "18903255"
  37503. }
  37504. "518"
  37505. {
  37506. "name" "eslcologne2015_signature_rickeh"
  37507. "item_name" "#StickerKit_eslcologne2015_signature_rickeh"
  37508. "description_string" "#StickerKit_desc_eslcologne2015_signature_rickeh"
  37509. "sticker_material" "cologne2015/sig_rickeh"
  37510. "item_rarity" "rare"
  37511. "tournament_event_id" "7"
  37512. "tournament_team_id" "54"
  37513. "tournament_player_id" "3215921"
  37514. }
  37515. "519"
  37516. {
  37517. "name" "eslcologne2015_signature_rickeh_foil"
  37518. "item_name" "#StickerKit_eslcologne2015_signature_rickeh_foil"
  37519. "description_string" "#StickerKit_desc_eslcologne2015_signature_rickeh_foil"
  37520. "sticker_material" "cologne2015/sig_rickeh_foil"
  37521. "item_rarity" "legendary"
  37522. "tournament_event_id" "7"
  37523. "tournament_team_id" "54"
  37524. "tournament_player_id" "3215921"
  37525. }
  37526. "520"
  37527. {
  37528. "name" "eslcologne2015_signature_rickeh_gold"
  37529. "item_name" "#StickerKit_eslcologne2015_signature_rickeh_gold"
  37530. "description_string" "#StickerKit_desc_eslcologne2015_signature_rickeh_gold"
  37531. "sticker_material" "cologne2015/sig_rickeh_gold"
  37532. "item_rarity" "legendary"
  37533. "tournament_event_id" "7"
  37534. "tournament_team_id" "54"
  37535. "tournament_player_id" "3215921"
  37536. }
  37537. "521"
  37538. {
  37539. "name" "eslcologne2015_signature_emagine"
  37540. "item_name" "#StickerKit_eslcologne2015_signature_emagine"
  37541. "description_string" "#StickerKit_desc_eslcologne2015_signature_emagine"
  37542. "sticker_material" "cologne2015/sig_emagine"
  37543. "item_rarity" "rare"
  37544. "tournament_event_id" "7"
  37545. "tournament_team_id" "54"
  37546. "tournament_player_id" "19633654"
  37547. }
  37548. "522"
  37549. {
  37550. "name" "eslcologne2015_signature_emagine_foil"
  37551. "item_name" "#StickerKit_eslcologne2015_signature_emagine_foil"
  37552. "description_string" "#StickerKit_desc_eslcologne2015_signature_emagine_foil"
  37553. "sticker_material" "cologne2015/sig_emagine_foil"
  37554. "item_rarity" "legendary"
  37555. "tournament_event_id" "7"
  37556. "tournament_team_id" "54"
  37557. "tournament_player_id" "19633654"
  37558. }
  37559. "523"
  37560. {
  37561. "name" "eslcologne2015_signature_emagine_gold"
  37562. "item_name" "#StickerKit_eslcologne2015_signature_emagine_gold"
  37563. "description_string" "#StickerKit_desc_eslcologne2015_signature_emagine_gold"
  37564. "sticker_material" "cologne2015/sig_emagine_gold"
  37565. "item_rarity" "legendary"
  37566. "tournament_event_id" "7"
  37567. "tournament_team_id" "54"
  37568. "tournament_player_id" "19633654"
  37569. }
  37570. "524"
  37571. {
  37572. "name" "eslcologne2015_signature_snyper"
  37573. "item_name" "#StickerKit_eslcologne2015_signature_snyper"
  37574. "description_string" "#StickerKit_desc_eslcologne2015_signature_snyper"
  37575. "sticker_material" "cologne2015/sig_snyper"
  37576. "item_rarity" "rare"
  37577. "tournament_event_id" "7"
  37578. "tournament_team_id" "54"
  37579. "tournament_player_id" "7436549"
  37580. }
  37581. "525"
  37582. {
  37583. "name" "eslcologne2015_signature_snyper_foil"
  37584. "item_name" "#StickerKit_eslcologne2015_signature_snyper_foil"
  37585. "description_string" "#StickerKit_desc_eslcologne2015_signature_snyper_foil"
  37586. "sticker_material" "cologne2015/sig_snyper_foil"
  37587. "item_rarity" "legendary"
  37588. "tournament_event_id" "7"
  37589. "tournament_team_id" "54"
  37590. "tournament_player_id" "7436549"
  37591. }
  37592. "526"
  37593. {
  37594. "name" "eslcologne2015_signature_snyper_gold"
  37595. "item_name" "#StickerKit_eslcologne2015_signature_snyper_gold"
  37596. "description_string" "#StickerKit_desc_eslcologne2015_signature_snyper_gold"
  37597. "sticker_material" "cologne2015/sig_snyper_gold"
  37598. "item_rarity" "legendary"
  37599. "tournament_event_id" "7"
  37600. "tournament_team_id" "54"
  37601. "tournament_player_id" "7436549"
  37602. }
  37603. "527"
  37604. {
  37605. "name" "eslcologne2015_signature_james"
  37606. "item_name" "#StickerKit_eslcologne2015_signature_james"
  37607. "description_string" "#StickerKit_desc_eslcologne2015_signature_james"
  37608. "sticker_material" "cologne2015/sig_james"
  37609. "item_rarity" "rare"
  37610. "tournament_event_id" "7"
  37611. "tournament_team_id" "54"
  37612. "tournament_player_id" "35336006"
  37613. }
  37614. "528"
  37615. {
  37616. "name" "eslcologne2015_signature_james_foil"
  37617. "item_name" "#StickerKit_eslcologne2015_signature_james_foil"
  37618. "description_string" "#StickerKit_desc_eslcologne2015_signature_james_foil"
  37619. "sticker_material" "cologne2015/sig_james_foil"
  37620. "item_rarity" "legendary"
  37621. "tournament_event_id" "7"
  37622. "tournament_team_id" "54"
  37623. "tournament_player_id" "35336006"
  37624. }
  37625. "529"
  37626. {
  37627. "name" "eslcologne2015_signature_james_gold"
  37628. "item_name" "#StickerKit_eslcologne2015_signature_james_gold"
  37629. "description_string" "#StickerKit_desc_eslcologne2015_signature_james_gold"
  37630. "sticker_material" "cologne2015/sig_james_gold"
  37631. "item_rarity" "legendary"
  37632. "tournament_event_id" "7"
  37633. "tournament_team_id" "54"
  37634. "tournament_player_id" "35336006"
  37635. }
  37636. "530"
  37637. {
  37638. "name" "eslcologne2015_signature_markeloff"
  37639. "item_name" "#StickerKit_eslcologne2015_signature_markeloff"
  37640. "description_string" "#StickerKit_desc_eslcologne2015_signature_markeloff"
  37641. "sticker_material" "cologne2015/sig_markeloff"
  37642. "item_rarity" "rare"
  37643. "tournament_event_id" "7"
  37644. "tournament_team_id" "43"
  37645. "tournament_player_id" "5667261"
  37646. }
  37647. "531"
  37648. {
  37649. "name" "eslcologne2015_signature_markeloff_foil"
  37650. "item_name" "#StickerKit_eslcologne2015_signature_markeloff_foil"
  37651. "description_string" "#StickerKit_desc_eslcologne2015_signature_markeloff_foil"
  37652. "sticker_material" "cologne2015/sig_markeloff_foil"
  37653. "item_rarity" "legendary"
  37654. "tournament_event_id" "7"
  37655. "tournament_team_id" "43"
  37656. "tournament_player_id" "5667261"
  37657. }
  37658. "532"
  37659. {
  37660. "name" "eslcologne2015_signature_markeloff_gold"
  37661. "item_name" "#StickerKit_eslcologne2015_signature_markeloff_gold"
  37662. "description_string" "#StickerKit_desc_eslcologne2015_signature_markeloff_gold"
  37663. "sticker_material" "cologne2015/sig_markeloff_gold"
  37664. "item_rarity" "legendary"
  37665. "tournament_event_id" "7"
  37666. "tournament_team_id" "43"
  37667. "tournament_player_id" "5667261"
  37668. }
  37669. "533"
  37670. {
  37671. "name" "eslcologne2015_signature_b1ad3"
  37672. "item_name" "#StickerKit_eslcologne2015_signature_b1ad3"
  37673. "description_string" "#StickerKit_desc_eslcologne2015_signature_b1ad3"
  37674. "sticker_material" "cologne2015/sig_b1ad3"
  37675. "item_rarity" "rare"
  37676. "tournament_event_id" "7"
  37677. "tournament_team_id" "43"
  37678. "tournament_player_id" "53258137"
  37679. }
  37680. "534"
  37681. {
  37682. "name" "eslcologne2015_signature_b1ad3_foil"
  37683. "item_name" "#StickerKit_eslcologne2015_signature_b1ad3_foil"
  37684. "description_string" "#StickerKit_desc_eslcologne2015_signature_b1ad3_foil"
  37685. "sticker_material" "cologne2015/sig_b1ad3_foil"
  37686. "item_rarity" "legendary"
  37687. "tournament_event_id" "7"
  37688. "tournament_team_id" "43"
  37689. "tournament_player_id" "53258137"
  37690. }
  37691. "535"
  37692. {
  37693. "name" "eslcologne2015_signature_b1ad3_gold"
  37694. "item_name" "#StickerKit_eslcologne2015_signature_b1ad3_gold"
  37695. "description_string" "#StickerKit_desc_eslcologne2015_signature_b1ad3_gold"
  37696. "sticker_material" "cologne2015/sig_b1ad3_gold"
  37697. "item_rarity" "legendary"
  37698. "tournament_event_id" "7"
  37699. "tournament_team_id" "43"
  37700. "tournament_player_id" "53258137"
  37701. }
  37702. "536"
  37703. {
  37704. "name" "eslcologne2015_signature_bondik"
  37705. "item_name" "#StickerKit_eslcologne2015_signature_bondik"
  37706. "description_string" "#StickerKit_desc_eslcologne2015_signature_bondik"
  37707. "sticker_material" "cologne2015/sig_bondik"
  37708. "item_rarity" "rare"
  37709. "tournament_event_id" "7"
  37710. "tournament_team_id" "43"
  37711. "tournament_player_id" "46918643"
  37712. }
  37713. "537"
  37714. {
  37715. "name" "eslcologne2015_signature_bondik_foil"
  37716. "item_name" "#StickerKit_eslcologne2015_signature_bondik_foil"
  37717. "description_string" "#StickerKit_desc_eslcologne2015_signature_bondik_foil"
  37718. "sticker_material" "cologne2015/sig_bondik_foil"
  37719. "item_rarity" "legendary"
  37720. "tournament_event_id" "7"
  37721. "tournament_team_id" "43"
  37722. "tournament_player_id" "46918643"
  37723. }
  37724. "538"
  37725. {
  37726. "name" "eslcologne2015_signature_bondik_gold"
  37727. "item_name" "#StickerKit_eslcologne2015_signature_bondik_gold"
  37728. "description_string" "#StickerKit_desc_eslcologne2015_signature_bondik_gold"
  37729. "sticker_material" "cologne2015/sig_bondik_gold"
  37730. "item_rarity" "legendary"
  37731. "tournament_event_id" "7"
  37732. "tournament_team_id" "43"
  37733. "tournament_player_id" "46918643"
  37734. }
  37735. "539"
  37736. {
  37737. "name" "eslcologne2015_signature_worldedit"
  37738. "item_name" "#StickerKit_eslcologne2015_signature_worldedit"
  37739. "description_string" "#StickerKit_desc_eslcologne2015_signature_worldedit"
  37740. "sticker_material" "cologne2015/sig_worldedit"
  37741. "item_rarity" "rare"
  37742. "tournament_event_id" "7"
  37743. "tournament_team_id" "43"
  37744. "tournament_player_id" "36732188"
  37745. }
  37746. "540"
  37747. {
  37748. "name" "eslcologne2015_signature_worldedit_foil"
  37749. "item_name" "#StickerKit_eslcologne2015_signature_worldedit_foil"
  37750. "description_string" "#StickerKit_desc_eslcologne2015_signature_worldedit_foil"
  37751. "sticker_material" "cologne2015/sig_worldedit_foil"
  37752. "item_rarity" "legendary"
  37753. "tournament_event_id" "7"
  37754. "tournament_team_id" "43"
  37755. "tournament_player_id" "36732188"
  37756. }
  37757. "541"
  37758. {
  37759. "name" "eslcologne2015_signature_worldedit_gold"
  37760. "item_name" "#StickerKit_eslcologne2015_signature_worldedit_gold"
  37761. "description_string" "#StickerKit_desc_eslcologne2015_signature_worldedit_gold"
  37762. "sticker_material" "cologne2015/sig_worldedit_gold"
  37763. "item_rarity" "legendary"
  37764. "tournament_event_id" "7"
  37765. "tournament_team_id" "43"
  37766. "tournament_player_id" "36732188"
  37767. }
  37768. "542"
  37769. {
  37770. "name" "eslcologne2015_signature_davcost"
  37771. "item_name" "#StickerKit_eslcologne2015_signature_davcost"
  37772. "description_string" "#StickerKit_desc_eslcologne2015_signature_davcost"
  37773. "sticker_material" "cologne2015/sig_davcost"
  37774. "item_rarity" "rare"
  37775. "tournament_event_id" "7"
  37776. "tournament_team_id" "43"
  37777. "tournament_player_id" "20273529"
  37778. }
  37779. "543"
  37780. {
  37781. "name" "eslcologne2015_signature_davcost_foil"
  37782. "item_name" "#StickerKit_eslcologne2015_signature_davcost_foil"
  37783. "description_string" "#StickerKit_desc_eslcologne2015_signature_davcost_foil"
  37784. "sticker_material" "cologne2015/sig_davcost_foil"
  37785. "item_rarity" "legendary"
  37786. "tournament_event_id" "7"
  37787. "tournament_team_id" "43"
  37788. "tournament_player_id" "20273529"
  37789. }
  37790. "544"
  37791. {
  37792. "name" "eslcologne2015_signature_davcost_gold"
  37793. "item_name" "#StickerKit_eslcologne2015_signature_davcost_gold"
  37794. "description_string" "#StickerKit_desc_eslcologne2015_signature_davcost_gold"
  37795. "sticker_material" "cologne2015/sig_davcost_gold"
  37796. "item_rarity" "legendary"
  37797. "tournament_event_id" "7"
  37798. "tournament_team_id" "43"
  37799. "tournament_player_id" "20273529"
  37800. }
  37801. "545"
  37802. {
  37803. "name" "eslcologne2015_signature_dennis"
  37804. "item_name" "#StickerKit_eslcologne2015_signature_dennis"
  37805. "description_string" "#StickerKit_desc_eslcologne2015_signature_dennis"
  37806. "sticker_material" "cologne2015/sig_dennis"
  37807. "item_rarity" "rare"
  37808. "tournament_event_id" "7"
  37809. "tournament_team_id" "55"
  37810. "tournament_player_id" "108076825"
  37811. }
  37812. "546"
  37813. {
  37814. "name" "eslcologne2015_signature_dennis_foil"
  37815. "item_name" "#StickerKit_eslcologne2015_signature_dennis_foil"
  37816. "description_string" "#StickerKit_desc_eslcologne2015_signature_dennis_foil"
  37817. "sticker_material" "cologne2015/sig_dennis_foil"
  37818. "item_rarity" "legendary"
  37819. "tournament_event_id" "7"
  37820. "tournament_team_id" "55"
  37821. "tournament_player_id" "108076825"
  37822. }
  37823. "547"
  37824. {
  37825. "name" "eslcologne2015_signature_dennis_gold"
  37826. "item_name" "#StickerKit_eslcologne2015_signature_dennis_gold"
  37827. "description_string" "#StickerKit_desc_eslcologne2015_signature_dennis_gold"
  37828. "sticker_material" "cologne2015/sig_dennis_gold"
  37829. "item_rarity" "legendary"
  37830. "tournament_event_id" "7"
  37831. "tournament_team_id" "55"
  37832. "tournament_player_id" "108076825"
  37833. }
  37834. "548"
  37835. {
  37836. "name" "eslcologne2015_signature_scream"
  37837. "item_name" "#StickerKit_eslcologne2015_signature_scream"
  37838. "description_string" "#StickerKit_desc_eslcologne2015_signature_scream"
  37839. "sticker_material" "cologne2015/sig_scream"
  37840. "item_rarity" "rare"
  37841. "tournament_event_id" "7"
  37842. "tournament_team_id" "55"
  37843. "tournament_player_id" "28502520"
  37844. }
  37845. "549"
  37846. {
  37847. "name" "eslcologne2015_signature_scream_foil"
  37848. "item_name" "#StickerKit_eslcologne2015_signature_scream_foil"
  37849. "description_string" "#StickerKit_desc_eslcologne2015_signature_scream_foil"
  37850. "sticker_material" "cologne2015/sig_scream_foil"
  37851. "item_rarity" "legendary"
  37852. "tournament_event_id" "7"
  37853. "tournament_team_id" "55"
  37854. "tournament_player_id" "28502520"
  37855. }
  37856. "550"
  37857. {
  37858. "name" "eslcologne2015_signature_scream_gold"
  37859. "item_name" "#StickerKit_eslcologne2015_signature_scream_gold"
  37860. "description_string" "#StickerKit_desc_eslcologne2015_signature_scream_gold"
  37861. "sticker_material" "cologne2015/sig_scream_gold"
  37862. "item_rarity" "legendary"
  37863. "tournament_event_id" "7"
  37864. "tournament_team_id" "55"
  37865. "tournament_player_id" "28502520"
  37866. }
  37867. "551"
  37868. {
  37869. "name" "eslcologne2015_signature_rain"
  37870. "item_name" "#StickerKit_eslcologne2015_signature_rain"
  37871. "description_string" "#StickerKit_desc_eslcologne2015_signature_rain"
  37872. "sticker_material" "cologne2015/sig_rain"
  37873. "item_rarity" "rare"
  37874. "tournament_event_id" "7"
  37875. "tournament_team_id" "55"
  37876. "tournament_player_id" "37085479"
  37877. }
  37878. "552"
  37879. {
  37880. "name" "eslcologne2015_signature_rain_foil"
  37881. "item_name" "#StickerKit_eslcologne2015_signature_rain_foil"
  37882. "description_string" "#StickerKit_desc_eslcologne2015_signature_rain_foil"
  37883. "sticker_material" "cologne2015/sig_rain_foil"
  37884. "item_rarity" "legendary"
  37885. "tournament_event_id" "7"
  37886. "tournament_team_id" "55"
  37887. "tournament_player_id" "37085479"
  37888. }
  37889. "553"
  37890. {
  37891. "name" "eslcologne2015_signature_rain_gold"
  37892. "item_name" "#StickerKit_eslcologne2015_signature_rain_gold"
  37893. "description_string" "#StickerKit_desc_eslcologne2015_signature_rain_gold"
  37894. "sticker_material" "cologne2015/sig_rain_gold"
  37895. "item_rarity" "legendary"
  37896. "tournament_event_id" "7"
  37897. "tournament_team_id" "55"
  37898. "tournament_player_id" "37085479"
  37899. }
  37900. "554"
  37901. {
  37902. "name" "eslcologne2015_signature_maikelele"
  37903. "item_name" "#StickerKit_eslcologne2015_signature_maikelele"
  37904. "description_string" "#StickerKit_desc_eslcologne2015_signature_maikelele"
  37905. "sticker_material" "cologne2015/sig_maikelele"
  37906. "item_rarity" "rare"
  37907. "tournament_event_id" "7"
  37908. "tournament_team_id" "55"
  37909. "tournament_player_id" "925972"
  37910. }
  37911. "555"
  37912. {
  37913. "name" "eslcologne2015_signature_maikelele_foil"
  37914. "item_name" "#StickerKit_eslcologne2015_signature_maikelele_foil"
  37915. "description_string" "#StickerKit_desc_eslcologne2015_signature_maikelele_foil"
  37916. "sticker_material" "cologne2015/sig_maikelele_foil"
  37917. "item_rarity" "legendary"
  37918. "tournament_event_id" "7"
  37919. "tournament_team_id" "55"
  37920. "tournament_player_id" "925972"
  37921. }
  37922. "556"
  37923. {
  37924. "name" "eslcologne2015_signature_maikelele_gold"
  37925. "item_name" "#StickerKit_eslcologne2015_signature_maikelele_gold"
  37926. "description_string" "#StickerKit_desc_eslcologne2015_signature_maikelele_gold"
  37927. "sticker_material" "cologne2015/sig_maikelele_gold"
  37928. "item_rarity" "legendary"
  37929. "tournament_event_id" "7"
  37930. "tournament_team_id" "55"
  37931. "tournament_player_id" "925972"
  37932. }
  37933. "557"
  37934. {
  37935. "name" "eslcologne2015_signature_fox"
  37936. "item_name" "#StickerKit_eslcologne2015_signature_fox"
  37937. "description_string" "#StickerKit_desc_eslcologne2015_signature_fox"
  37938. "sticker_material" "cologne2015/sig_fox"
  37939. "item_rarity" "rare"
  37940. "tournament_event_id" "7"
  37941. "tournament_team_id" "55"
  37942. "tournament_player_id" "1939536"
  37943. }
  37944. "558"
  37945. {
  37946. "name" "eslcologne2015_signature_fox_foil"
  37947. "item_name" "#StickerKit_eslcologne2015_signature_fox_foil"
  37948. "description_string" "#StickerKit_desc_eslcologne2015_signature_fox_foil"
  37949. "sticker_material" "cologne2015/sig_fox_foil"
  37950. "item_rarity" "legendary"
  37951. "tournament_event_id" "7"
  37952. "tournament_team_id" "55"
  37953. "tournament_player_id" "1939536"
  37954. }
  37955. "559"
  37956. {
  37957. "name" "eslcologne2015_signature_fox_gold"
  37958. "item_name" "#StickerKit_eslcologne2015_signature_fox_gold"
  37959. "description_string" "#StickerKit_desc_eslcologne2015_signature_fox_gold"
  37960. "sticker_material" "cologne2015/sig_fox_gold"
  37961. "item_rarity" "legendary"
  37962. "tournament_event_id" "7"
  37963. "tournament_team_id" "55"
  37964. "tournament_player_id" "1939536"
  37965. }
  37966. "560"
  37967. {
  37968. "name" "eslcologne2015_signature_rallen"
  37969. "item_name" "#StickerKit_eslcologne2015_signature_rallen"
  37970. "description_string" "#StickerKit_desc_eslcologne2015_signature_rallen"
  37971. "sticker_material" "cologne2015/sig_rallen"
  37972. "item_rarity" "rare"
  37973. "tournament_event_id" "7"
  37974. "tournament_team_id" "56"
  37975. "tournament_player_id" "31166738"
  37976. }
  37977. "561"
  37978. {
  37979. "name" "eslcologne2015_signature_rallen_foil"
  37980. "item_name" "#StickerKit_eslcologne2015_signature_rallen_foil"
  37981. "description_string" "#StickerKit_desc_eslcologne2015_signature_rallen_foil"
  37982. "sticker_material" "cologne2015/sig_rallen_foil"
  37983. "item_rarity" "legendary"
  37984. "tournament_event_id" "7"
  37985. "tournament_team_id" "56"
  37986. "tournament_player_id" "31166738"
  37987. }
  37988. "562"
  37989. {
  37990. "name" "eslcologne2015_signature_rallen_gold"
  37991. "item_name" "#StickerKit_eslcologne2015_signature_rallen_gold"
  37992. "description_string" "#StickerKit_desc_eslcologne2015_signature_rallen_gold"
  37993. "sticker_material" "cologne2015/sig_rallen_gold"
  37994. "item_rarity" "legendary"
  37995. "tournament_event_id" "7"
  37996. "tournament_team_id" "56"
  37997. "tournament_player_id" "31166738"
  37998. }
  37999. "563"
  38000. {
  38001. "name" "eslcologne2015_signature_hyper"
  38002. "item_name" "#StickerKit_eslcologne2015_signature_hyper"
  38003. "description_string" "#StickerKit_desc_eslcologne2015_signature_hyper"
  38004. "sticker_material" "cologne2015/sig_hyper"
  38005. "item_rarity" "rare"
  38006. "tournament_event_id" "7"
  38007. "tournament_team_id" "56"
  38008. "tournament_player_id" "10357481"
  38009. }
  38010. "564"
  38011. {
  38012. "name" "eslcologne2015_signature_hyper_foil"
  38013. "item_name" "#StickerKit_eslcologne2015_signature_hyper_foil"
  38014. "description_string" "#StickerKit_desc_eslcologne2015_signature_hyper_foil"
  38015. "sticker_material" "cologne2015/sig_hyper_foil"
  38016. "item_rarity" "legendary"
  38017. "tournament_event_id" "7"
  38018. "tournament_team_id" "56"
  38019. "tournament_player_id" "10357481"
  38020. }
  38021. "565"
  38022. {
  38023. "name" "eslcologne2015_signature_hyper_gold"
  38024. "item_name" "#StickerKit_eslcologne2015_signature_hyper_gold"
  38025. "description_string" "#StickerKit_desc_eslcologne2015_signature_hyper_gold"
  38026. "sticker_material" "cologne2015/sig_hyper_gold"
  38027. "item_rarity" "legendary"
  38028. "tournament_event_id" "7"
  38029. "tournament_team_id" "56"
  38030. "tournament_player_id" "10357481"
  38031. }
  38032. "566"
  38033. {
  38034. "name" "eslcologne2015_signature_peet"
  38035. "item_name" "#StickerKit_eslcologne2015_signature_peet"
  38036. "description_string" "#StickerKit_desc_eslcologne2015_signature_peet"
  38037. "sticker_material" "cologne2015/sig_peet"
  38038. "item_rarity" "rare"
  38039. "tournament_event_id" "7"
  38040. "tournament_team_id" "56"
  38041. "tournament_player_id" "104340617"
  38042. }
  38043. "567"
  38044. {
  38045. "name" "eslcologne2015_signature_peet_foil"
  38046. "item_name" "#StickerKit_eslcologne2015_signature_peet_foil"
  38047. "description_string" "#StickerKit_desc_eslcologne2015_signature_peet_foil"
  38048. "sticker_material" "cologne2015/sig_peet_foil"
  38049. "item_rarity" "legendary"
  38050. "tournament_event_id" "7"
  38051. "tournament_team_id" "56"
  38052. "tournament_player_id" "104340617"
  38053. }
  38054. "568"
  38055. {
  38056. "name" "eslcologne2015_signature_peet_gold"
  38057. "item_name" "#StickerKit_eslcologne2015_signature_peet_gold"
  38058. "description_string" "#StickerKit_desc_eslcologne2015_signature_peet_gold"
  38059. "sticker_material" "cologne2015/sig_peet_gold"
  38060. "item_rarity" "legendary"
  38061. "tournament_event_id" "7"
  38062. "tournament_team_id" "56"
  38063. "tournament_player_id" "104340617"
  38064. }
  38065. "569"
  38066. {
  38067. "name" "eslcologne2015_signature_furlan"
  38068. "item_name" "#StickerKit_eslcologne2015_signature_furlan"
  38069. "description_string" "#StickerKit_desc_eslcologne2015_signature_furlan"
  38070. "sticker_material" "cologne2015/sig_furlan"
  38071. "item_rarity" "rare"
  38072. "tournament_event_id" "7"
  38073. "tournament_team_id" "56"
  38074. "tournament_player_id" "177495873"
  38075. }
  38076. "570"
  38077. {
  38078. "name" "eslcologne2015_signature_furlan_foil"
  38079. "item_name" "#StickerKit_eslcologne2015_signature_furlan_foil"
  38080. "description_string" "#StickerKit_desc_eslcologne2015_signature_furlan_foil"
  38081. "sticker_material" "cologne2015/sig_furlan_foil"
  38082. "item_rarity" "legendary"
  38083. "tournament_event_id" "7"
  38084. "tournament_team_id" "56"
  38085. "tournament_player_id" "177495873"
  38086. }
  38087. "571"
  38088. {
  38089. "name" "eslcologne2015_signature_furlan_gold"
  38090. "item_name" "#StickerKit_eslcologne2015_signature_furlan_gold"
  38091. "description_string" "#StickerKit_desc_eslcologne2015_signature_furlan_gold"
  38092. "sticker_material" "cologne2015/sig_furlan_gold"
  38093. "item_rarity" "legendary"
  38094. "tournament_event_id" "7"
  38095. "tournament_team_id" "56"
  38096. "tournament_player_id" "177495873"
  38097. }
  38098. "572"
  38099. {
  38100. "name" "eslcologne2015_signature_gruby"
  38101. "item_name" "#StickerKit_eslcologne2015_signature_gruby"
  38102. "description_string" "#StickerKit_desc_eslcologne2015_signature_gruby"
  38103. "sticker_material" "cologne2015/sig_gruby"
  38104. "item_rarity" "rare"
  38105. "tournament_event_id" "7"
  38106. "tournament_team_id" "56"
  38107. "tournament_player_id" "44752530"
  38108. }
  38109. "573"
  38110. {
  38111. "name" "eslcologne2015_signature_gruby_foil"
  38112. "item_name" "#StickerKit_eslcologne2015_signature_gruby_foil"
  38113. "description_string" "#StickerKit_desc_eslcologne2015_signature_gruby_foil"
  38114. "sticker_material" "cologne2015/sig_gruby_foil"
  38115. "item_rarity" "legendary"
  38116. "tournament_event_id" "7"
  38117. "tournament_team_id" "56"
  38118. "tournament_player_id" "44752530"
  38119. }
  38120. "574"
  38121. {
  38122. "name" "eslcologne2015_signature_gruby_gold"
  38123. "item_name" "#StickerKit_eslcologne2015_signature_gruby_gold"
  38124. "description_string" "#StickerKit_desc_eslcologne2015_signature_gruby_gold"
  38125. "sticker_material" "cologne2015/sig_gruby_gold"
  38126. "item_rarity" "legendary"
  38127. "tournament_event_id" "7"
  38128. "tournament_team_id" "56"
  38129. "tournament_player_id" "44752530"
  38130. }
  38131. "575"
  38132. {
  38133. "name" "eslcologne2015_signature_maniac"
  38134. "item_name" "#StickerKit_eslcologne2015_signature_maniac"
  38135. "description_string" "#StickerKit_desc_eslcologne2015_signature_maniac"
  38136. "sticker_material" "cologne2015/sig_maniac"
  38137. "item_rarity" "rare"
  38138. "tournament_event_id" "7"
  38139. "tournament_team_id" "27"
  38140. "tournament_player_id" "35761"
  38141. }
  38142. "576"
  38143. {
  38144. "name" "eslcologne2015_signature_maniac_foil"
  38145. "item_name" "#StickerKit_eslcologne2015_signature_maniac_foil"
  38146. "description_string" "#StickerKit_desc_eslcologne2015_signature_maniac_foil"
  38147. "sticker_material" "cologne2015/sig_maniac_foil"
  38148. "item_rarity" "legendary"
  38149. "tournament_event_id" "7"
  38150. "tournament_team_id" "27"
  38151. "tournament_player_id" "35761"
  38152. }
  38153. "577"
  38154. {
  38155. "name" "eslcologne2015_signature_maniac_gold"
  38156. "item_name" "#StickerKit_eslcologne2015_signature_maniac_gold"
  38157. "description_string" "#StickerKit_desc_eslcologne2015_signature_maniac_gold"
  38158. "sticker_material" "cologne2015/sig_maniac_gold"
  38159. "item_rarity" "legendary"
  38160. "tournament_event_id" "7"
  38161. "tournament_team_id" "27"
  38162. "tournament_player_id" "35761"
  38163. }
  38164. "578"
  38165. {
  38166. "name" "eslcologne2015_signature_ex6tenz"
  38167. "item_name" "#StickerKit_eslcologne2015_signature_ex6tenz"
  38168. "description_string" "#StickerKit_desc_eslcologne2015_signature_ex6tenz"
  38169. "sticker_material" "cologne2015/sig_ex6tenz"
  38170. "item_rarity" "rare"
  38171. "tournament_event_id" "7"
  38172. "tournament_team_id" "27"
  38173. "tournament_player_id" "11737333"
  38174. }
  38175. "579"
  38176. {
  38177. "name" "eslcologne2015_signature_ex6tenz_foil"
  38178. "item_name" "#StickerKit_eslcologne2015_signature_ex6tenz_foil"
  38179. "description_string" "#StickerKit_desc_eslcologne2015_signature_ex6tenz_foil"
  38180. "sticker_material" "cologne2015/sig_ex6tenz_foil"
  38181. "item_rarity" "legendary"
  38182. "tournament_event_id" "7"
  38183. "tournament_team_id" "27"
  38184. "tournament_player_id" "11737333"
  38185. }
  38186. "580"
  38187. {
  38188. "name" "eslcologne2015_signature_ex6tenz_gold"
  38189. "item_name" "#StickerKit_eslcologne2015_signature_ex6tenz_gold"
  38190. "description_string" "#StickerKit_desc_eslcologne2015_signature_ex6tenz_gold"
  38191. "sticker_material" "cologne2015/sig_ex6tenz_gold"
  38192. "item_rarity" "legendary"
  38193. "tournament_event_id" "7"
  38194. "tournament_team_id" "27"
  38195. "tournament_player_id" "11737333"
  38196. }
  38197. "581"
  38198. {
  38199. "name" "eslcologne2015_signature_shox"
  38200. "item_name" "#StickerKit_eslcologne2015_signature_shox"
  38201. "description_string" "#StickerKit_desc_eslcologne2015_signature_shox"
  38202. "sticker_material" "cologne2015/sig_shox"
  38203. "item_rarity" "rare"
  38204. "tournament_event_id" "7"
  38205. "tournament_team_id" "27"
  38206. "tournament_player_id" "46654567"
  38207. }
  38208. "582"
  38209. {
  38210. "name" "eslcologne2015_signature_shox_foil"
  38211. "item_name" "#StickerKit_eslcologne2015_signature_shox_foil"
  38212. "description_string" "#StickerKit_desc_eslcologne2015_signature_shox_foil"
  38213. "sticker_material" "cologne2015/sig_shox_foil"
  38214. "item_rarity" "legendary"
  38215. "tournament_event_id" "7"
  38216. "tournament_team_id" "27"
  38217. "tournament_player_id" "46654567"
  38218. }
  38219. "583"
  38220. {
  38221. "name" "eslcologne2015_signature_shox_gold"
  38222. "item_name" "#StickerKit_eslcologne2015_signature_shox_gold"
  38223. "description_string" "#StickerKit_desc_eslcologne2015_signature_shox_gold"
  38224. "sticker_material" "cologne2015/sig_shox_gold"
  38225. "item_rarity" "legendary"
  38226. "tournament_event_id" "7"
  38227. "tournament_team_id" "27"
  38228. "tournament_player_id" "46654567"
  38229. }
  38230. "584"
  38231. {
  38232. "name" "eslcologne2015_signature_smithzz"
  38233. "item_name" "#StickerKit_eslcologne2015_signature_smithzz"
  38234. "description_string" "#StickerKit_desc_eslcologne2015_signature_smithzz"
  38235. "sticker_material" "cologne2015/sig_smithzz"
  38236. "item_rarity" "rare"
  38237. "tournament_event_id" "7"
  38238. "tournament_team_id" "27"
  38239. "tournament_player_id" "14321919"
  38240. }
  38241. "585"
  38242. {
  38243. "name" "eslcologne2015_signature_smithzz_foil"
  38244. "item_name" "#StickerKit_eslcologne2015_signature_smithzz_foil"
  38245. "description_string" "#StickerKit_desc_eslcologne2015_signature_smithzz_foil"
  38246. "sticker_material" "cologne2015/sig_smithzz_foil"
  38247. "item_rarity" "legendary"
  38248. "tournament_event_id" "7"
  38249. "tournament_team_id" "27"
  38250. "tournament_player_id" "14321919"
  38251. }
  38252. "586"
  38253. {
  38254. "name" "eslcologne2015_signature_smithzz_gold"
  38255. "item_name" "#StickerKit_eslcologne2015_signature_smithzz_gold"
  38256. "description_string" "#StickerKit_desc_eslcologne2015_signature_smithzz_gold"
  38257. "sticker_material" "cologne2015/sig_smithzz_gold"
  38258. "item_rarity" "legendary"
  38259. "tournament_event_id" "7"
  38260. "tournament_team_id" "27"
  38261. "tournament_player_id" "14321919"
  38262. }
  38263. "587"
  38264. {
  38265. "name" "eslcologne2015_signature_rpk"
  38266. "item_name" "#StickerKit_eslcologne2015_signature_rpk"
  38267. "description_string" "#StickerKit_desc_eslcologne2015_signature_rpk"
  38268. "sticker_material" "cologne2015/sig_rpk"
  38269. "item_rarity" "rare"
  38270. "tournament_event_id" "7"
  38271. "tournament_team_id" "27"
  38272. "tournament_player_id" "53985773"
  38273. }
  38274. "588"
  38275. {
  38276. "name" "eslcologne2015_signature_rpk_foil"
  38277. "item_name" "#StickerKit_eslcologne2015_signature_rpk_foil"
  38278. "description_string" "#StickerKit_desc_eslcologne2015_signature_rpk_foil"
  38279. "sticker_material" "cologne2015/sig_rpk_foil"
  38280. "item_rarity" "legendary"
  38281. "tournament_event_id" "7"
  38282. "tournament_team_id" "27"
  38283. "tournament_player_id" "53985773"
  38284. }
  38285. "589"
  38286. {
  38287. "name" "eslcologne2015_signature_rpk_gold"
  38288. "item_name" "#StickerKit_eslcologne2015_signature_rpk_gold"
  38289. "description_string" "#StickerKit_desc_eslcologne2015_signature_rpk_gold"
  38290. "sticker_material" "cologne2015/sig_rpk_gold"
  38291. "item_rarity" "legendary"
  38292. "tournament_event_id" "7"
  38293. "tournament_team_id" "27"
  38294. "tournament_player_id" "53985773"
  38295. }
  38296. "590"
  38297. {
  38298. "name" "eslcologne2015_signature_hazed"
  38299. "item_name" "#StickerKit_eslcologne2015_signature_hazed"
  38300. "description_string" "#StickerKit_desc_eslcologne2015_signature_hazed"
  38301. "sticker_material" "cologne2015/sig_hazed"
  38302. "item_rarity" "rare"
  38303. "tournament_event_id" "7"
  38304. "tournament_team_id" "49"
  38305. "tournament_player_id" "30305781"
  38306. }
  38307. "591"
  38308. {
  38309. "name" "eslcologne2015_signature_hazed_foil"
  38310. "item_name" "#StickerKit_eslcologne2015_signature_hazed_foil"
  38311. "description_string" "#StickerKit_desc_eslcologne2015_signature_hazed_foil"
  38312. "sticker_material" "cologne2015/sig_hazed_foil"
  38313. "item_rarity" "legendary"
  38314. "tournament_event_id" "7"
  38315. "tournament_team_id" "49"
  38316. "tournament_player_id" "30305781"
  38317. }
  38318. "592"
  38319. {
  38320. "name" "eslcologne2015_signature_hazed_gold"
  38321. "item_name" "#StickerKit_eslcologne2015_signature_hazed_gold"
  38322. "description_string" "#StickerKit_desc_eslcologne2015_signature_hazed_gold"
  38323. "sticker_material" "cologne2015/sig_hazed_gold"
  38324. "item_rarity" "legendary"
  38325. "tournament_event_id" "7"
  38326. "tournament_team_id" "49"
  38327. "tournament_player_id" "30305781"
  38328. }
  38329. "593"
  38330. {
  38331. "name" "eslcologne2015_signature_fns"
  38332. "item_name" "#StickerKit_eslcologne2015_signature_fns"
  38333. "description_string" "#StickerKit_desc_eslcologne2015_signature_fns"
  38334. "sticker_material" "cologne2015/sig_fns"
  38335. "item_rarity" "rare"
  38336. "tournament_event_id" "7"
  38337. "tournament_team_id" "49"
  38338. "tournament_player_id" "17564706"
  38339. }
  38340. "594"
  38341. {
  38342. "name" "eslcologne2015_signature_fns_foil"
  38343. "item_name" "#StickerKit_eslcologne2015_signature_fns_foil"
  38344. "description_string" "#StickerKit_desc_eslcologne2015_signature_fns_foil"
  38345. "sticker_material" "cologne2015/sig_fns_foil"
  38346. "item_rarity" "legendary"
  38347. "tournament_event_id" "7"
  38348. "tournament_team_id" "49"
  38349. "tournament_player_id" "17564706"
  38350. }
  38351. "595"
  38352. {
  38353. "name" "eslcologne2015_signature_fns_gold"
  38354. "item_name" "#StickerKit_eslcologne2015_signature_fns_gold"
  38355. "description_string" "#StickerKit_desc_eslcologne2015_signature_fns_gold"
  38356. "sticker_material" "cologne2015/sig_fns_gold"
  38357. "item_rarity" "legendary"
  38358. "tournament_event_id" "7"
  38359. "tournament_team_id" "49"
  38360. "tournament_player_id" "17564706"
  38361. }
  38362. "596"
  38363. {
  38364. "name" "eslcologne2015_signature_jdm64"
  38365. "item_name" "#StickerKit_eslcologne2015_signature_jdm64"
  38366. "description_string" "#StickerKit_desc_eslcologne2015_signature_jdm64"
  38367. "sticker_material" "cologne2015/sig_jdm64"
  38368. "item_rarity" "rare"
  38369. "tournament_event_id" "7"
  38370. "tournament_team_id" "49"
  38371. "tournament_player_id" "7223652"
  38372. }
  38373. "597"
  38374. {
  38375. "name" "eslcologne2015_signature_jdm64_foil"
  38376. "item_name" "#StickerKit_eslcologne2015_signature_jdm64_foil"
  38377. "description_string" "#StickerKit_desc_eslcologne2015_signature_jdm64_foil"
  38378. "sticker_material" "cologne2015/sig_jdm64_foil"
  38379. "item_rarity" "legendary"
  38380. "tournament_event_id" "7"
  38381. "tournament_team_id" "49"
  38382. "tournament_player_id" "7223652"
  38383. }
  38384. "598"
  38385. {
  38386. "name" "eslcologne2015_signature_jdm64_gold"
  38387. "item_name" "#StickerKit_eslcologne2015_signature_jdm64_gold"
  38388. "description_string" "#StickerKit_desc_eslcologne2015_signature_jdm64_gold"
  38389. "sticker_material" "cologne2015/sig_jdm64_gold"
  38390. "item_rarity" "legendary"
  38391. "tournament_event_id" "7"
  38392. "tournament_team_id" "49"
  38393. "tournament_player_id" "7223652"
  38394. }
  38395. "599"
  38396. {
  38397. "name" "eslcologne2015_signature_reltuc"
  38398. "item_name" "#StickerKit_eslcologne2015_signature_reltuc"
  38399. "description_string" "#StickerKit_desc_eslcologne2015_signature_reltuc"
  38400. "sticker_material" "cologne2015/sig_reltuc"
  38401. "item_rarity" "rare"
  38402. "tournament_event_id" "7"
  38403. "tournament_team_id" "49"
  38404. "tournament_player_id" "518760"
  38405. }
  38406. "600"
  38407. {
  38408. "name" "eslcologne2015_signature_reltuc_foil"
  38409. "item_name" "#StickerKit_eslcologne2015_signature_reltuc_foil"
  38410. "description_string" "#StickerKit_desc_eslcologne2015_signature_reltuc_foil"
  38411. "sticker_material" "cologne2015/sig_reltuc_foil"
  38412. "item_rarity" "legendary"
  38413. "tournament_event_id" "7"
  38414. "tournament_team_id" "49"
  38415. "tournament_player_id" "518760"
  38416. }
  38417. "601"
  38418. {
  38419. "name" "eslcologne2015_signature_reltuc_gold"
  38420. "item_name" "#StickerKit_eslcologne2015_signature_reltuc_gold"
  38421. "description_string" "#StickerKit_desc_eslcologne2015_signature_reltuc_gold"
  38422. "sticker_material" "cologne2015/sig_reltuc_gold"
  38423. "item_rarity" "legendary"
  38424. "tournament_event_id" "7"
  38425. "tournament_team_id" "49"
  38426. "tournament_player_id" "518760"
  38427. }
  38428. "602"
  38429. {
  38430. "name" "eslcologne2015_signature_tarik"
  38431. "item_name" "#StickerKit_eslcologne2015_signature_tarik"
  38432. "description_string" "#StickerKit_desc_eslcologne2015_signature_tarik"
  38433. "sticker_material" "cologne2015/sig_tarik"
  38434. "item_rarity" "rare"
  38435. "tournament_event_id" "7"
  38436. "tournament_team_id" "49"
  38437. "tournament_player_id" "18216247"
  38438. }
  38439. "603"
  38440. {
  38441. "name" "eslcologne2015_signature_tarik_foil"
  38442. "item_name" "#StickerKit_eslcologne2015_signature_tarik_foil"
  38443. "description_string" "#StickerKit_desc_eslcologne2015_signature_tarik_foil"
  38444. "sticker_material" "cologne2015/sig_tarik_foil"
  38445. "item_rarity" "legendary"
  38446. "tournament_event_id" "7"
  38447. "tournament_team_id" "49"
  38448. "tournament_player_id" "18216247"
  38449. }
  38450. "604"
  38451. {
  38452. "name" "eslcologne2015_signature_tarik_gold"
  38453. "item_name" "#StickerKit_eslcologne2015_signature_tarik_gold"
  38454. "description_string" "#StickerKit_desc_eslcologne2015_signature_tarik_gold"
  38455. "sticker_material" "cologne2015/sig_tarik_gold"
  38456. "item_rarity" "legendary"
  38457. "tournament_event_id" "7"
  38458. "tournament_team_id" "49"
  38459. "tournament_player_id" "18216247"
  38460. }
  38461. "605"
  38462. {
  38463. "name" "eslcologne2015_signature_nothing"
  38464. "item_name" "#StickerKit_eslcologne2015_signature_nothing"
  38465. "description_string" "#StickerKit_desc_eslcologne2015_signature_nothing"
  38466. "sticker_material" "cologne2015/sig_nothing"
  38467. "item_rarity" "rare"
  38468. "tournament_event_id" "7"
  38469. "tournament_team_id" "52"
  38470. "tournament_player_id" "755286"
  38471. }
  38472. "606"
  38473. {
  38474. "name" "eslcologne2015_signature_nothing_foil"
  38475. "item_name" "#StickerKit_eslcologne2015_signature_nothing_foil"
  38476. "description_string" "#StickerKit_desc_eslcologne2015_signature_nothing_foil"
  38477. "sticker_material" "cologne2015/sig_nothing_foil"
  38478. "item_rarity" "legendary"
  38479. "tournament_event_id" "7"
  38480. "tournament_team_id" "52"
  38481. "tournament_player_id" "755286"
  38482. }
  38483. "607"
  38484. {
  38485. "name" "eslcologne2015_signature_nothing_gold"
  38486. "item_name" "#StickerKit_eslcologne2015_signature_nothing_gold"
  38487. "description_string" "#StickerKit_desc_eslcologne2015_signature_nothing_gold"
  38488. "sticker_material" "cologne2015/sig_nothing_gold"
  38489. "item_rarity" "legendary"
  38490. "tournament_event_id" "7"
  38491. "tournament_team_id" "52"
  38492. "tournament_player_id" "755286"
  38493. }
  38494. "608"
  38495. {
  38496. "name" "eslcologne2015_signature_sgares"
  38497. "item_name" "#StickerKit_eslcologne2015_signature_sgares"
  38498. "description_string" "#StickerKit_desc_eslcologne2015_signature_sgares"
  38499. "sticker_material" "cologne2015/sig_sgares"
  38500. "item_rarity" "rare"
  38501. "tournament_event_id" "7"
  38502. "tournament_team_id" "52"
  38503. "tournament_player_id" "164004"
  38504. }
  38505. "609"
  38506. {
  38507. "name" "eslcologne2015_signature_sgares_foil"
  38508. "item_name" "#StickerKit_eslcologne2015_signature_sgares_foil"
  38509. "description_string" "#StickerKit_desc_eslcologne2015_signature_sgares_foil"
  38510. "sticker_material" "cologne2015/sig_sgares_foil"
  38511. "item_rarity" "legendary"
  38512. "tournament_event_id" "7"
  38513. "tournament_team_id" "52"
  38514. "tournament_player_id" "164004"
  38515. }
  38516. "610"
  38517. {
  38518. "name" "eslcologne2015_signature_sgares_gold"
  38519. "item_name" "#StickerKit_eslcologne2015_signature_sgares_gold"
  38520. "description_string" "#StickerKit_desc_eslcologne2015_signature_sgares_gold"
  38521. "sticker_material" "cologne2015/sig_sgares_gold"
  38522. "item_rarity" "legendary"
  38523. "tournament_event_id" "7"
  38524. "tournament_team_id" "52"
  38525. "tournament_player_id" "164004"
  38526. }
  38527. "611"
  38528. {
  38529. "name" "eslcologne2015_signature_shroud"
  38530. "item_name" "#StickerKit_eslcologne2015_signature_shroud"
  38531. "description_string" "#StickerKit_desc_eslcologne2015_signature_shroud"
  38532. "sticker_material" "cologne2015/sig_shroud"
  38533. "item_rarity" "rare"
  38534. "tournament_event_id" "7"
  38535. "tournament_team_id" "52"
  38536. "tournament_player_id" "4515926"
  38537. }
  38538. "612"
  38539. {
  38540. "name" "eslcologne2015_signature_shroud_foil"
  38541. "item_name" "#StickerKit_eslcologne2015_signature_shroud_foil"
  38542. "description_string" "#StickerKit_desc_eslcologne2015_signature_shroud_foil"
  38543. "sticker_material" "cologne2015/sig_shroud_foil"
  38544. "item_rarity" "legendary"
  38545. "tournament_event_id" "7"
  38546. "tournament_team_id" "52"
  38547. "tournament_player_id" "4515926"
  38548. }
  38549. "613"
  38550. {
  38551. "name" "eslcologne2015_signature_shroud_gold"
  38552. "item_name" "#StickerKit_eslcologne2015_signature_shroud_gold"
  38553. "description_string" "#StickerKit_desc_eslcologne2015_signature_shroud_gold"
  38554. "sticker_material" "cologne2015/sig_shroud_gold"
  38555. "item_rarity" "legendary"
  38556. "tournament_event_id" "7"
  38557. "tournament_team_id" "52"
  38558. "tournament_player_id" "4515926"
  38559. }
  38560. "614"
  38561. {
  38562. "name" "eslcologne2015_signature_freakazoid"
  38563. "item_name" "#StickerKit_eslcologne2015_signature_freakazoid"
  38564. "description_string" "#StickerKit_desc_eslcologne2015_signature_freakazoid"
  38565. "sticker_material" "cologne2015/sig_freakazoid"
  38566. "item_rarity" "rare"
  38567. "tournament_event_id" "7"
  38568. "tournament_team_id" "52"
  38569. "tournament_player_id" "16883071"
  38570. }
  38571. "615"
  38572. {
  38573. "name" "eslcologne2015_signature_freakazoid_foil"
  38574. "item_name" "#StickerKit_eslcologne2015_signature_freakazoid_foil"
  38575. "description_string" "#StickerKit_desc_eslcologne2015_signature_freakazoid_foil"
  38576. "sticker_material" "cologne2015/sig_freakazoid_foil"
  38577. "item_rarity" "legendary"
  38578. "tournament_event_id" "7"
  38579. "tournament_team_id" "52"
  38580. "tournament_player_id" "16883071"
  38581. }
  38582. "616"
  38583. {
  38584. "name" "eslcologne2015_signature_freakazoid_gold"
  38585. "item_name" "#StickerKit_eslcologne2015_signature_freakazoid_gold"
  38586. "description_string" "#StickerKit_desc_eslcologne2015_signature_freakazoid_gold"
  38587. "sticker_material" "cologne2015/sig_freakazoid_gold"
  38588. "item_rarity" "legendary"
  38589. "tournament_event_id" "7"
  38590. "tournament_team_id" "52"
  38591. "tournament_player_id" "16883071"
  38592. }
  38593. "617"
  38594. {
  38595. "name" "eslcologne2015_signature_skadoodle"
  38596. "item_name" "#StickerKit_eslcologne2015_signature_skadoodle"
  38597. "description_string" "#StickerKit_desc_eslcologne2015_signature_skadoodle"
  38598. "sticker_material" "cologne2015/sig_skadoodle"
  38599. "item_rarity" "rare"
  38600. "tournament_event_id" "7"
  38601. "tournament_team_id" "52"
  38602. "tournament_player_id" "21075725"
  38603. }
  38604. "618"
  38605. {
  38606. "name" "eslcologne2015_signature_skadoodle_foil"
  38607. "item_name" "#StickerKit_eslcologne2015_signature_skadoodle_foil"
  38608. "description_string" "#StickerKit_desc_eslcologne2015_signature_skadoodle_foil"
  38609. "sticker_material" "cologne2015/sig_skadoodle_foil"
  38610. "item_rarity" "legendary"
  38611. "tournament_event_id" "7"
  38612. "tournament_team_id" "52"
  38613. "tournament_player_id" "21075725"
  38614. }
  38615. "619"
  38616. {
  38617. "name" "eslcologne2015_signature_skadoodle_gold"
  38618. "item_name" "#StickerKit_eslcologne2015_signature_skadoodle_gold"
  38619. "description_string" "#StickerKit_desc_eslcologne2015_signature_skadoodle_gold"
  38620. "sticker_material" "cologne2015/sig_skadoodle_gold"
  38621. "item_rarity" "legendary"
  38622. "tournament_event_id" "7"
  38623. "tournament_team_id" "52"
  38624. "tournament_player_id" "21075725"
  38625. }
  38626. "620"
  38627. {
  38628. "name" "eslcologne2015_team_fnatic"
  38629. "item_name" "#StickerKit_eslcologne2015_team_fnatic"
  38630. "description_string" "#StickerKit_desc_eslcologne2015_team_fnatic"
  38631. "sticker_material" "cologne2015/fnatic"
  38632. "item_rarity" "rare"
  38633. "tournament_event_id" "7"
  38634. "tournament_team_id" "6"
  38635. }
  38636. "621"
  38637. {
  38638. "name" "eslcologne2015_team_fnatic_foil"
  38639. "item_name" "#StickerKit_eslcologne2015_team_fnatic_foil"
  38640. "description_string" "#StickerKit_desc_eslcologne2015_team_fnatic_foil"
  38641. "sticker_material" "cologne2015/fnatic_foil"
  38642. "item_rarity" "legendary"
  38643. "tournament_event_id" "7"
  38644. "tournament_team_id" "6"
  38645. }
  38646. "622"
  38647. {
  38648. "name" "eslcologne2015_team_fnatic_gold"
  38649. "item_name" "#StickerKit_eslcologne2015_team_fnatic_gold"
  38650. "description_string" "#StickerKit_desc_eslcologne2015_team_fnatic_gold"
  38651. "sticker_material" "cologne2015/fnatic_gold"
  38652. "item_rarity" "legendary"
  38653. "tournament_event_id" "7"
  38654. "tournament_team_id" "6"
  38655. }
  38656. "623"
  38657. {
  38658. "name" "eslcologne2015_team_virtuspro"
  38659. "item_name" "#StickerKit_eslcologne2015_team_virtuspro"
  38660. "description_string" "#StickerKit_desc_eslcologne2015_team_virtuspro"
  38661. "sticker_material" "cologne2015/virtuspro"
  38662. "item_rarity" "rare"
  38663. "tournament_event_id" "7"
  38664. "tournament_team_id" "31"
  38665. }
  38666. "624"
  38667. {
  38668. "name" "eslcologne2015_team_virtuspro_foil"
  38669. "item_name" "#StickerKit_eslcologne2015_team_virtuspro_foil"
  38670. "description_string" "#StickerKit_desc_eslcologne2015_team_virtuspro_foil"
  38671. "sticker_material" "cologne2015/virtuspro_foil"
  38672. "item_rarity" "legendary"
  38673. "tournament_event_id" "7"
  38674. "tournament_team_id" "31"
  38675. }
  38676. "625"
  38677. {
  38678. "name" "eslcologne2015_team_virtuspro_gold"
  38679. "item_name" "#StickerKit_eslcologne2015_team_virtuspro_gold"
  38680. "description_string" "#StickerKit_desc_eslcologne2015_team_virtuspro_gold"
  38681. "sticker_material" "cologne2015/virtuspro_gold"
  38682. "item_rarity" "legendary"
  38683. "tournament_event_id" "7"
  38684. "tournament_team_id" "31"
  38685. }
  38686. "626"
  38687. {
  38688. "name" "eslcologne2015_team_mousesports"
  38689. "item_name" "#StickerKit_eslcologne2015_team_mousesports"
  38690. "description_string" "#StickerKit_desc_eslcologne2015_team_mousesports"
  38691. "sticker_material" "cologne2015/mousesports"
  38692. "item_rarity" "rare"
  38693. "tournament_event_id" "7"
  38694. "tournament_team_id" "29"
  38695. }
  38696. "627"
  38697. {
  38698. "name" "eslcologne2015_team_mousesports_foil"
  38699. "item_name" "#StickerKit_eslcologne2015_team_mousesports_foil"
  38700. "description_string" "#StickerKit_desc_eslcologne2015_team_mousesports_foil"
  38701. "sticker_material" "cologne2015/mousesports_foil"
  38702. "item_rarity" "legendary"
  38703. "tournament_event_id" "7"
  38704. "tournament_team_id" "29"
  38705. }
  38706. "628"
  38707. {
  38708. "name" "eslcologne2015_team_mousesports_gold"
  38709. "item_name" "#StickerKit_eslcologne2015_team_mousesports_gold"
  38710. "description_string" "#StickerKit_desc_eslcologne2015_team_mousesports_gold"
  38711. "sticker_material" "cologne2015/mousesports_gold"
  38712. "item_rarity" "legendary"
  38713. "tournament_event_id" "7"
  38714. "tournament_team_id" "29"
  38715. }
  38716. "629"
  38717. {
  38718. "name" "eslcologne2015_team_navi"
  38719. "item_name" "#StickerKit_eslcologne2015_team_navi"
  38720. "description_string" "#StickerKit_desc_eslcologne2015_team_navi"
  38721. "sticker_material" "cologne2015/navi"
  38722. "item_rarity" "rare"
  38723. "tournament_event_id" "7"
  38724. "tournament_team_id" "12"
  38725. }
  38726. "630"
  38727. {
  38728. "name" "eslcologne2015_team_navi_foil"
  38729. "item_name" "#StickerKit_eslcologne2015_team_navi_foil"
  38730. "description_string" "#StickerKit_desc_eslcologne2015_team_navi_foil"
  38731. "sticker_material" "cologne2015/navi_foil"
  38732. "item_rarity" "legendary"
  38733. "tournament_event_id" "7"
  38734. "tournament_team_id" "12"
  38735. }
  38736. "631"
  38737. {
  38738. "name" "eslcologne2015_team_navi_gold"
  38739. "item_name" "#StickerKit_eslcologne2015_team_navi_gold"
  38740. "description_string" "#StickerKit_desc_eslcologne2015_team_navi_gold"
  38741. "sticker_material" "cologne2015/navi_gold"
  38742. "item_rarity" "legendary"
  38743. "tournament_event_id" "7"
  38744. "tournament_team_id" "12"
  38745. }
  38746. "632"
  38747. {
  38748. "name" "eslcologne2015_team_renegades"
  38749. "item_name" "#StickerKit_eslcologne2015_team_renegades"
  38750. "description_string" "#StickerKit_desc_eslcologne2015_team_renegades"
  38751. "sticker_material" "cologne2015/renegades"
  38752. "item_rarity" "rare"
  38753. "tournament_event_id" "7"
  38754. "tournament_team_id" "53"
  38755. }
  38756. "633"
  38757. {
  38758. "name" "eslcologne2015_team_renegades_foil"
  38759. "item_name" "#StickerKit_eslcologne2015_team_renegades_foil"
  38760. "description_string" "#StickerKit_desc_eslcologne2015_team_renegades_foil"
  38761. "sticker_material" "cologne2015/renegades_foil"
  38762. "item_rarity" "legendary"
  38763. "tournament_event_id" "7"
  38764. "tournament_team_id" "53"
  38765. }
  38766. "634"
  38767. {
  38768. "name" "eslcologne2015_team_renegades_gold"
  38769. "item_name" "#StickerKit_eslcologne2015_team_renegades_gold"
  38770. "description_string" "#StickerKit_desc_eslcologne2015_team_renegades_gold"
  38771. "sticker_material" "cologne2015/renegades_gold"
  38772. "item_rarity" "legendary"
  38773. "tournament_event_id" "7"
  38774. "tournament_team_id" "53"
  38775. }
  38776. "635"
  38777. {
  38778. "name" "eslcologne2015_team_kinguin"
  38779. "item_name" "#StickerKit_eslcologne2015_team_kinguin"
  38780. "description_string" "#StickerKit_desc_eslcologne2015_team_kinguin"
  38781. "sticker_material" "cologne2015/kinguin"
  38782. "item_rarity" "rare"
  38783. "tournament_event_id" "7"
  38784. "tournament_team_id" "55"
  38785. }
  38786. "636"
  38787. {
  38788. "name" "eslcologne2015_team_kinguin_foil"
  38789. "item_name" "#StickerKit_eslcologne2015_team_kinguin_foil"
  38790. "description_string" "#StickerKit_desc_eslcologne2015_team_kinguin_foil"
  38791. "sticker_material" "cologne2015/kinguin_foil"
  38792. "item_rarity" "legendary"
  38793. "tournament_event_id" "7"
  38794. "tournament_team_id" "55"
  38795. }
  38796. "637"
  38797. {
  38798. "name" "eslcologne2015_team_kinguin_gold"
  38799. "item_name" "#StickerKit_eslcologne2015_team_kinguin_gold"
  38800. "description_string" "#StickerKit_desc_eslcologne2015_team_kinguin_gold"
  38801. "sticker_material" "cologne2015/kinguin_gold"
  38802. "item_rarity" "legendary"
  38803. "tournament_event_id" "7"
  38804. "tournament_team_id" "55"
  38805. }
  38806. "638"
  38807. {
  38808. "name" "eslcologne2015_team_ebettle"
  38809. "item_name" "#StickerKit_eslcologne2015_team_ebettle"
  38810. "description_string" "#StickerKit_desc_eslcologne2015_team_ebettle"
  38811. "sticker_material" "cologne2015/ebettle"
  38812. "item_rarity" "rare"
  38813. "tournament_event_id" "7"
  38814. "tournament_team_id" "56"
  38815. }
  38816. "639"
  38817. {
  38818. "name" "eslcologne2015_team_ebettle_foil"
  38819. "item_name" "#StickerKit_eslcologne2015_team_ebettle_foil"
  38820. "description_string" "#StickerKit_desc_eslcologne2015_team_ebettle_foil"
  38821. "sticker_material" "cologne2015/ebettle_foil"
  38822. "item_rarity" "legendary"
  38823. "tournament_event_id" "7"
  38824. "tournament_team_id" "56"
  38825. }
  38826. "640"
  38827. {
  38828. "name" "eslcologne2015_team_ebettle_gold"
  38829. "item_name" "#StickerKit_eslcologne2015_team_ebettle_gold"
  38830. "description_string" "#StickerKit_desc_eslcologne2015_team_ebettle_gold"
  38831. "sticker_material" "cologne2015/ebettle_gold"
  38832. "item_rarity" "legendary"
  38833. "tournament_event_id" "7"
  38834. "tournament_team_id" "56"
  38835. }
  38836. "641"
  38837. {
  38838. "name" "eslcologne2015_team_cloud9"
  38839. "item_name" "#StickerKit_eslcologne2015_team_cloud9"
  38840. "description_string" "#StickerKit_desc_eslcologne2015_team_cloud9"
  38841. "sticker_material" "cologne2015/cloud9"
  38842. "item_rarity" "rare"
  38843. "tournament_event_id" "7"
  38844. "tournament_team_id" "52"
  38845. }
  38846. "642"
  38847. {
  38848. "name" "eslcologne2015_team_cloud9_foil"
  38849. "item_name" "#StickerKit_eslcologne2015_team_cloud9_foil"
  38850. "description_string" "#StickerKit_desc_eslcologne2015_team_cloud9_foil"
  38851. "sticker_material" "cologne2015/cloud9_foil"
  38852. "item_rarity" "legendary"
  38853. "tournament_event_id" "7"
  38854. "tournament_team_id" "52"
  38855. }
  38856. "643"
  38857. {
  38858. "name" "eslcologne2015_team_cloud9_gold"
  38859. "item_name" "#StickerKit_eslcologne2015_team_cloud9_gold"
  38860. "description_string" "#StickerKit_desc_eslcologne2015_team_cloud9_gold"
  38861. "sticker_material" "cologne2015/cloud9_gold"
  38862. "item_rarity" "legendary"
  38863. "tournament_event_id" "7"
  38864. "tournament_team_id" "52"
  38865. }
  38866. "644"
  38867. {
  38868. "name" "eslcologne2015_team_ninjasinpyjamas"
  38869. "item_name" "#StickerKit_eslcologne2015_team_ninjasinpyjamas"
  38870. "description_string" "#StickerKit_desc_eslcologne2015_team_ninjasinpyjamas"
  38871. "sticker_material" "cologne2015/ninjasinpyjamas"
  38872. "item_rarity" "rare"
  38873. "tournament_event_id" "7"
  38874. "tournament_team_id" "1"
  38875. }
  38876. "645"
  38877. {
  38878. "name" "eslcologne2015_team_ninjasinpyjamas_foil"
  38879. "item_name" "#StickerKit_eslcologne2015_team_ninjasinpyjamas_foil"
  38880. "description_string" "#StickerKit_desc_eslcologne2015_team_ninjasinpyjamas_foil"
  38881. "sticker_material" "cologne2015/ninjasinpyjamas_foil"
  38882. "item_rarity" "legendary"
  38883. "tournament_event_id" "7"
  38884. "tournament_team_id" "1"
  38885. }
  38886. "646"
  38887. {
  38888. "name" "eslcologne2015_team_ninjasinpyjamas_gold"
  38889. "item_name" "#StickerKit_eslcologne2015_team_ninjasinpyjamas_gold"
  38890. "description_string" "#StickerKit_desc_eslcologne2015_team_ninjasinpyjamas_gold"
  38891. "sticker_material" "cologne2015/ninjasinpyjamas_gold"
  38892. "item_rarity" "legendary"
  38893. "tournament_event_id" "7"
  38894. "tournament_team_id" "1"
  38895. }
  38896. "647"
  38897. {
  38898. "name" "eslcologne2015_team_envyus"
  38899. "item_name" "#StickerKit_eslcologne2015_team_envyus"
  38900. "description_string" "#StickerKit_desc_eslcologne2015_team_envyus"
  38901. "sticker_material" "cologne2015/envyus"
  38902. "item_rarity" "rare"
  38903. "tournament_event_id" "7"
  38904. "tournament_team_id" "46"
  38905. }
  38906. "648"
  38907. {
  38908. "name" "eslcologne2015_team_envyus_foil"
  38909. "item_name" "#StickerKit_eslcologne2015_team_envyus_foil"
  38910. "description_string" "#StickerKit_desc_eslcologne2015_team_envyus_foil"
  38911. "sticker_material" "cologne2015/envyus_foil"
  38912. "item_rarity" "legendary"
  38913. "tournament_event_id" "7"
  38914. "tournament_team_id" "46"
  38915. }
  38916. "649"
  38917. {
  38918. "name" "eslcologne2015_team_envyus_gold"
  38919. "item_name" "#StickerKit_eslcologne2015_team_envyus_gold"
  38920. "description_string" "#StickerKit_desc_eslcologne2015_team_envyus_gold"
  38921. "sticker_material" "cologne2015/envyus_gold"
  38922. "item_rarity" "legendary"
  38923. "tournament_event_id" "7"
  38924. "tournament_team_id" "46"
  38925. }
  38926. "650"
  38927. {
  38928. "name" "eslcologne2015_team_luminositygaming"
  38929. "item_name" "#StickerKit_eslcologne2015_team_luminositygaming"
  38930. "description_string" "#StickerKit_desc_eslcologne2015_team_luminositygaming"
  38931. "sticker_material" "cologne2015/luminositygaming"
  38932. "item_rarity" "rare"
  38933. "tournament_event_id" "7"
  38934. "tournament_team_id" "57"
  38935. }
  38936. "651"
  38937. {
  38938. "name" "eslcologne2015_team_luminositygaming_foil"
  38939. "item_name" "#StickerKit_eslcologne2015_team_luminositygaming_foil"
  38940. "description_string" "#StickerKit_desc_eslcologne2015_team_luminositygaming_foil"
  38941. "sticker_material" "cologne2015/luminositygaming_foil"
  38942. "item_rarity" "legendary"
  38943. "tournament_event_id" "7"
  38944. "tournament_team_id" "57"
  38945. }
  38946. "652"
  38947. {
  38948. "name" "eslcologne2015_team_luminositygaming_gold"
  38949. "item_name" "#StickerKit_eslcologne2015_team_luminositygaming_gold"
  38950. "description_string" "#StickerKit_desc_eslcologne2015_team_luminositygaming_gold"
  38951. "sticker_material" "cologne2015/luminositygaming_gold"
  38952. "item_rarity" "legendary"
  38953. "tournament_event_id" "7"
  38954. "tournament_team_id" "57"
  38955. }
  38956. "653"
  38957. {
  38958. "name" "eslcologne2015_team_solomid"
  38959. "item_name" "#StickerKit_eslcologne2015_team_solomid"
  38960. "description_string" "#StickerKit_desc_eslcologne2015_team_solomid"
  38961. "sticker_material" "cologne2015/solomid"
  38962. "item_rarity" "rare"
  38963. "tournament_event_id" "7"
  38964. "tournament_team_id" "58"
  38965. }
  38966. "654"
  38967. {
  38968. "name" "eslcologne2015_team_solomid_foil"
  38969. "item_name" "#StickerKit_eslcologne2015_team_solomid_foil"
  38970. "description_string" "#StickerKit_desc_eslcologne2015_team_solomid_foil"
  38971. "sticker_material" "cologne2015/solomid_foil"
  38972. "item_rarity" "legendary"
  38973. "tournament_event_id" "7"
  38974. "tournament_team_id" "58"
  38975. }
  38976. "655"
  38977. {
  38978. "name" "eslcologne2015_team_solomid_gold"
  38979. "item_name" "#StickerKit_eslcologne2015_team_solomid_gold"
  38980. "description_string" "#StickerKit_desc_eslcologne2015_team_solomid_gold"
  38981. "sticker_material" "cologne2015/solomid_gold"
  38982. "item_rarity" "legendary"
  38983. "tournament_event_id" "7"
  38984. "tournament_team_id" "58"
  38985. }
  38986. "656"
  38987. {
  38988. "name" "eslcologne2015_team_teamimmunity"
  38989. "item_name" "#StickerKit_eslcologne2015_team_teamimmunity"
  38990. "description_string" "#StickerKit_desc_eslcologne2015_team_teamimmunity"
  38991. "sticker_material" "cologne2015/teamimmunity"
  38992. "item_rarity" "rare"
  38993. "tournament_event_id" "7"
  38994. "tournament_team_id" "54"
  38995. }
  38996. "657"
  38997. {
  38998. "name" "eslcologne2015_team_teamimmunity_foil"
  38999. "item_name" "#StickerKit_eslcologne2015_team_teamimmunity_foil"
  39000. "description_string" "#StickerKit_desc_eslcologne2015_team_teamimmunity_foil"
  39001. "sticker_material" "cologne2015/teamimmunity_foil"
  39002. "item_rarity" "legendary"
  39003. "tournament_event_id" "7"
  39004. "tournament_team_id" "54"
  39005. }
  39006. "658"
  39007. {
  39008. "name" "eslcologne2015_team_teamimmunity_gold"
  39009. "item_name" "#StickerKit_eslcologne2015_team_teamimmunity_gold"
  39010. "description_string" "#StickerKit_desc_eslcologne2015_team_teamimmunity_gold"
  39011. "sticker_material" "cologne2015/teamimmunity_gold"
  39012. "item_rarity" "legendary"
  39013. "tournament_event_id" "7"
  39014. "tournament_team_id" "54"
  39015. }
  39016. "659"
  39017. {
  39018. "name" "eslcologne2015_team_flipside"
  39019. "item_name" "#StickerKit_eslcologne2015_team_flipside"
  39020. "description_string" "#StickerKit_desc_eslcologne2015_team_flipside"
  39021. "sticker_material" "cologne2015/flipside"
  39022. "item_rarity" "rare"
  39023. "tournament_event_id" "7"
  39024. "tournament_team_id" "43"
  39025. }
  39026. "660"
  39027. {
  39028. "name" "eslcologne2015_team_flipside_foil"
  39029. "item_name" "#StickerKit_eslcologne2015_team_flipside_foil"
  39030. "description_string" "#StickerKit_desc_eslcologne2015_team_flipside_foil"
  39031. "sticker_material" "cologne2015/flipside_foil"
  39032. "item_rarity" "legendary"
  39033. "tournament_event_id" "7"
  39034. "tournament_team_id" "43"
  39035. }
  39036. "661"
  39037. {
  39038. "name" "eslcologne2015_team_flipside_gold"
  39039. "item_name" "#StickerKit_eslcologne2015_team_flipside_gold"
  39040. "description_string" "#StickerKit_desc_eslcologne2015_team_flipside_gold"
  39041. "sticker_material" "cologne2015/flipside_gold"
  39042. "item_rarity" "legendary"
  39043. "tournament_event_id" "7"
  39044. "tournament_team_id" "43"
  39045. }
  39046. "662"
  39047. {
  39048. "name" "eslcologne2015_team_titan"
  39049. "item_name" "#StickerKit_eslcologne2015_team_titan"
  39050. "description_string" "#StickerKit_desc_eslcologne2015_team_titan"
  39051. "sticker_material" "cologne2015/titan"
  39052. "item_rarity" "rare"
  39053. "tournament_event_id" "7"
  39054. "tournament_team_id" "27"
  39055. }
  39056. "663"
  39057. {
  39058. "name" "eslcologne2015_team_titan_foil"
  39059. "item_name" "#StickerKit_eslcologne2015_team_titan_foil"
  39060. "description_string" "#StickerKit_desc_eslcologne2015_team_titan_foil"
  39061. "sticker_material" "cologne2015/titan_foil"
  39062. "item_rarity" "legendary"
  39063. "tournament_event_id" "7"
  39064. "tournament_team_id" "27"
  39065. }
  39066. "664"
  39067. {
  39068. "name" "eslcologne2015_team_titan_gold"
  39069. "item_name" "#StickerKit_eslcologne2015_team_titan_gold"
  39070. "description_string" "#StickerKit_desc_eslcologne2015_team_titan_gold"
  39071. "sticker_material" "cologne2015/titan_gold"
  39072. "item_rarity" "legendary"
  39073. "tournament_event_id" "7"
  39074. "tournament_team_id" "27"
  39075. }
  39076. "665"
  39077. {
  39078. "name" "eslcologne2015_team_clg"
  39079. "item_name" "#StickerKit_eslcologne2015_team_clg"
  39080. "description_string" "#StickerKit_desc_eslcologne2015_team_clg"
  39081. "sticker_material" "cologne2015/clg"
  39082. "item_rarity" "rare"
  39083. "tournament_event_id" "7"
  39084. "tournament_team_id" "49"
  39085. }
  39086. "666"
  39087. {
  39088. "name" "eslcologne2015_team_clg_foil"
  39089. "item_name" "#StickerKit_eslcologne2015_team_clg_foil"
  39090. "description_string" "#StickerKit_desc_eslcologne2015_team_clg_foil"
  39091. "sticker_material" "cologne2015/clg_foil"
  39092. "item_rarity" "legendary"
  39093. "tournament_event_id" "7"
  39094. "tournament_team_id" "49"
  39095. }
  39096. "667"
  39097. {
  39098. "name" "eslcologne2015_team_clg_gold"
  39099. "item_name" "#StickerKit_eslcologne2015_team_clg_gold"
  39100. "description_string" "#StickerKit_desc_eslcologne2015_team_clg_gold"
  39101. "sticker_material" "cologne2015/clg_gold"
  39102. "item_rarity" "legendary"
  39103. "tournament_event_id" "7"
  39104. "tournament_team_id" "49"
  39105. }
  39106. "668"
  39107. {
  39108. "name" "eslcologne2015_team_esl"
  39109. "item_name" "#StickerKit_eslcologne2015_team_esl"
  39110. "description_string" "#StickerKit_desc_eslcologne2015_team_esl"
  39111. "sticker_material" "cologne2015/esl"
  39112. "item_rarity" "rare"
  39113. "tournament_event_id" "7"
  39114. }
  39115. "669"
  39116. {
  39117. "name" "eslcologne2015_team_esl_foil"
  39118. "item_name" "#StickerKit_eslcologne2015_team_esl_foil"
  39119. "description_string" "#StickerKit_desc_eslcologne2015_team_esl_foil"
  39120. "sticker_material" "cologne2015/esl_foil"
  39121. "item_rarity" "legendary"
  39122. "tournament_event_id" "7"
  39123. }
  39124. "670"
  39125. {
  39126. "name" "eslcologne2015_team_esl_gold"
  39127. "item_name" "#StickerKit_eslcologne2015_team_esl_gold"
  39128. "description_string" "#StickerKit_desc_eslcologne2015_team_esl_gold"
  39129. "sticker_material" "cologne2015/esl_gold"
  39130. "item_rarity" "legendary"
  39131. "tournament_event_id" "7"
  39132. }
  39133. "671"
  39134. {
  39135. "name" "cluj2015_signature_reltuc"
  39136. "item_name" "#StickerKit_cluj2015_signature_reltuc"
  39137. "description_string" "#StickerKit_desc_cluj2015_signature_reltuc"
  39138. "sticker_material" "cluj2015/sig_reltuc"
  39139. "item_rarity" "rare"
  39140. "tournament_event_id" "8"
  39141. "tournament_team_id" "49"
  39142. "tournament_player_id" "518760"
  39143. }
  39144. "672"
  39145. {
  39146. "name" "cluj2015_signature_reltuc_foil"
  39147. "item_name" "#StickerKit_cluj2015_signature_reltuc_foil"
  39148. "description_string" "#StickerKit_desc_cluj2015_signature_reltuc_foil"
  39149. "sticker_material" "cluj2015/sig_reltuc_foil"
  39150. "item_rarity" "legendary"
  39151. "tournament_event_id" "8"
  39152. "tournament_team_id" "49"
  39153. "tournament_player_id" "518760"
  39154. }
  39155. "673"
  39156. {
  39157. "name" "cluj2015_signature_reltuc_gold"
  39158. "item_name" "#StickerKit_cluj2015_signature_reltuc_gold"
  39159. "description_string" "#StickerKit_desc_cluj2015_signature_reltuc_gold"
  39160. "sticker_material" "cluj2015/sig_reltuc_gold"
  39161. "item_rarity" "legendary"
  39162. "tournament_event_id" "8"
  39163. "tournament_team_id" "49"
  39164. "tournament_player_id" "518760"
  39165. }
  39166. "674"
  39167. {
  39168. "name" "cluj2015_signature_fns"
  39169. "item_name" "#StickerKit_cluj2015_signature_fns"
  39170. "description_string" "#StickerKit_desc_cluj2015_signature_fns"
  39171. "sticker_material" "cluj2015/sig_fns"
  39172. "item_rarity" "rare"
  39173. "tournament_event_id" "8"
  39174. "tournament_team_id" "49"
  39175. "tournament_player_id" "17564706"
  39176. }
  39177. "675"
  39178. {
  39179. "name" "cluj2015_signature_fns_foil"
  39180. "item_name" "#StickerKit_cluj2015_signature_fns_foil"
  39181. "description_string" "#StickerKit_desc_cluj2015_signature_fns_foil"
  39182. "sticker_material" "cluj2015/sig_fns_foil"
  39183. "item_rarity" "legendary"
  39184. "tournament_event_id" "8"
  39185. "tournament_team_id" "49"
  39186. "tournament_player_id" "17564706"
  39187. }
  39188. "676"
  39189. {
  39190. "name" "cluj2015_signature_fns_gold"
  39191. "item_name" "#StickerKit_cluj2015_signature_fns_gold"
  39192. "description_string" "#StickerKit_desc_cluj2015_signature_fns_gold"
  39193. "sticker_material" "cluj2015/sig_fns_gold"
  39194. "item_rarity" "legendary"
  39195. "tournament_event_id" "8"
  39196. "tournament_team_id" "49"
  39197. "tournament_player_id" "17564706"
  39198. }
  39199. "677"
  39200. {
  39201. "name" "cluj2015_signature_hazed"
  39202. "item_name" "#StickerKit_cluj2015_signature_hazed"
  39203. "description_string" "#StickerKit_desc_cluj2015_signature_hazed"
  39204. "sticker_material" "cluj2015/sig_hazed"
  39205. "item_rarity" "rare"
  39206. "tournament_event_id" "8"
  39207. "tournament_team_id" "49"
  39208. "tournament_player_id" "30305781"
  39209. }
  39210. "678"
  39211. {
  39212. "name" "cluj2015_signature_hazed_foil"
  39213. "item_name" "#StickerKit_cluj2015_signature_hazed_foil"
  39214. "description_string" "#StickerKit_desc_cluj2015_signature_hazed_foil"
  39215. "sticker_material" "cluj2015/sig_hazed_foil"
  39216. "item_rarity" "legendary"
  39217. "tournament_event_id" "8"
  39218. "tournament_team_id" "49"
  39219. "tournament_player_id" "30305781"
  39220. }
  39221. "679"
  39222. {
  39223. "name" "cluj2015_signature_hazed_gold"
  39224. "item_name" "#StickerKit_cluj2015_signature_hazed_gold"
  39225. "description_string" "#StickerKit_desc_cluj2015_signature_hazed_gold"
  39226. "sticker_material" "cluj2015/sig_hazed_gold"
  39227. "item_rarity" "legendary"
  39228. "tournament_event_id" "8"
  39229. "tournament_team_id" "49"
  39230. "tournament_player_id" "30305781"
  39231. }
  39232. "680"
  39233. {
  39234. "name" "cluj2015_signature_jdm64"
  39235. "item_name" "#StickerKit_cluj2015_signature_jdm64"
  39236. "description_string" "#StickerKit_desc_cluj2015_signature_jdm64"
  39237. "sticker_material" "cluj2015/sig_jdm64"
  39238. "item_rarity" "rare"
  39239. "tournament_event_id" "8"
  39240. "tournament_team_id" "49"
  39241. "tournament_player_id" "7223652"
  39242. }
  39243. "681"
  39244. {
  39245. "name" "cluj2015_signature_jdm64_foil"
  39246. "item_name" "#StickerKit_cluj2015_signature_jdm64_foil"
  39247. "description_string" "#StickerKit_desc_cluj2015_signature_jdm64_foil"
  39248. "sticker_material" "cluj2015/sig_jdm64_foil"
  39249. "item_rarity" "legendary"
  39250. "tournament_event_id" "8"
  39251. "tournament_team_id" "49"
  39252. "tournament_player_id" "7223652"
  39253. }
  39254. "682"
  39255. {
  39256. "name" "cluj2015_signature_jdm64_gold"
  39257. "item_name" "#StickerKit_cluj2015_signature_jdm64_gold"
  39258. "description_string" "#StickerKit_desc_cluj2015_signature_jdm64_gold"
  39259. "sticker_material" "cluj2015/sig_jdm64_gold"
  39260. "item_rarity" "legendary"
  39261. "tournament_event_id" "8"
  39262. "tournament_team_id" "49"
  39263. "tournament_player_id" "7223652"
  39264. }
  39265. "683"
  39266. {
  39267. "name" "cluj2015_signature_tarik"
  39268. "item_name" "#StickerKit_cluj2015_signature_tarik"
  39269. "description_string" "#StickerKit_desc_cluj2015_signature_tarik"
  39270. "sticker_material" "cluj2015/sig_tarik"
  39271. "item_rarity" "rare"
  39272. "tournament_event_id" "8"
  39273. "tournament_team_id" "49"
  39274. "tournament_player_id" "18216247"
  39275. }
  39276. "684"
  39277. {
  39278. "name" "cluj2015_signature_tarik_foil"
  39279. "item_name" "#StickerKit_cluj2015_signature_tarik_foil"
  39280. "description_string" "#StickerKit_desc_cluj2015_signature_tarik_foil"
  39281. "sticker_material" "cluj2015/sig_tarik_foil"
  39282. "item_rarity" "legendary"
  39283. "tournament_event_id" "8"
  39284. "tournament_team_id" "49"
  39285. "tournament_player_id" "18216247"
  39286. }
  39287. "685"
  39288. {
  39289. "name" "cluj2015_signature_tarik_gold"
  39290. "item_name" "#StickerKit_cluj2015_signature_tarik_gold"
  39291. "description_string" "#StickerKit_desc_cluj2015_signature_tarik_gold"
  39292. "sticker_material" "cluj2015/sig_tarik_gold"
  39293. "item_rarity" "legendary"
  39294. "tournament_event_id" "8"
  39295. "tournament_team_id" "49"
  39296. "tournament_player_id" "18216247"
  39297. }
  39298. "686"
  39299. {
  39300. "name" "cluj2015_signature_freakazoid"
  39301. "item_name" "#StickerKit_cluj2015_signature_freakazoid"
  39302. "description_string" "#StickerKit_desc_cluj2015_signature_freakazoid"
  39303. "sticker_material" "cluj2015/sig_freakazoid"
  39304. "item_rarity" "rare"
  39305. "tournament_event_id" "8"
  39306. "tournament_team_id" "33"
  39307. "tournament_player_id" "16883071"
  39308. }
  39309. "687"
  39310. {
  39311. "name" "cluj2015_signature_freakazoid_foil"
  39312. "item_name" "#StickerKit_cluj2015_signature_freakazoid_foil"
  39313. "description_string" "#StickerKit_desc_cluj2015_signature_freakazoid_foil"
  39314. "sticker_material" "cluj2015/sig_freakazoid_foil"
  39315. "item_rarity" "legendary"
  39316. "tournament_event_id" "8"
  39317. "tournament_team_id" "33"
  39318. "tournament_player_id" "16883071"
  39319. }
  39320. "688"
  39321. {
  39322. "name" "cluj2015_signature_freakazoid_gold"
  39323. "item_name" "#StickerKit_cluj2015_signature_freakazoid_gold"
  39324. "description_string" "#StickerKit_desc_cluj2015_signature_freakazoid_gold"
  39325. "sticker_material" "cluj2015/sig_freakazoid_gold"
  39326. "item_rarity" "legendary"
  39327. "tournament_event_id" "8"
  39328. "tournament_team_id" "33"
  39329. "tournament_player_id" "16883071"
  39330. }
  39331. "689"
  39332. {
  39333. "name" "cluj2015_signature_sgares"
  39334. "item_name" "#StickerKit_cluj2015_signature_sgares"
  39335. "description_string" "#StickerKit_desc_cluj2015_signature_sgares"
  39336. "sticker_material" "cluj2015/sig_sgares"
  39337. "item_rarity" "rare"
  39338. "tournament_event_id" "8"
  39339. "tournament_team_id" "33"
  39340. "tournament_player_id" "164004"
  39341. }
  39342. "690"
  39343. {
  39344. "name" "cluj2015_signature_sgares_foil"
  39345. "item_name" "#StickerKit_cluj2015_signature_sgares_foil"
  39346. "description_string" "#StickerKit_desc_cluj2015_signature_sgares_foil"
  39347. "sticker_material" "cluj2015/sig_sgares_foil"
  39348. "item_rarity" "legendary"
  39349. "tournament_event_id" "8"
  39350. "tournament_team_id" "33"
  39351. "tournament_player_id" "164004"
  39352. }
  39353. "691"
  39354. {
  39355. "name" "cluj2015_signature_sgares_gold"
  39356. "item_name" "#StickerKit_cluj2015_signature_sgares_gold"
  39357. "description_string" "#StickerKit_desc_cluj2015_signature_sgares_gold"
  39358. "sticker_material" "cluj2015/sig_sgares_gold"
  39359. "item_rarity" "legendary"
  39360. "tournament_event_id" "8"
  39361. "tournament_team_id" "33"
  39362. "tournament_player_id" "164004"
  39363. }
  39364. "692"
  39365. {
  39366. "name" "cluj2015_signature_shroud"
  39367. "item_name" "#StickerKit_cluj2015_signature_shroud"
  39368. "description_string" "#StickerKit_desc_cluj2015_signature_shroud"
  39369. "sticker_material" "cluj2015/sig_shroud"
  39370. "item_rarity" "rare"
  39371. "tournament_event_id" "8"
  39372. "tournament_team_id" "33"
  39373. "tournament_player_id" "4515926"
  39374. }
  39375. "693"
  39376. {
  39377. "name" "cluj2015_signature_shroud_foil"
  39378. "item_name" "#StickerKit_cluj2015_signature_shroud_foil"
  39379. "description_string" "#StickerKit_desc_cluj2015_signature_shroud_foil"
  39380. "sticker_material" "cluj2015/sig_shroud_foil"
  39381. "item_rarity" "legendary"
  39382. "tournament_event_id" "8"
  39383. "tournament_team_id" "33"
  39384. "tournament_player_id" "4515926"
  39385. }
  39386. "694"
  39387. {
  39388. "name" "cluj2015_signature_shroud_gold"
  39389. "item_name" "#StickerKit_cluj2015_signature_shroud_gold"
  39390. "description_string" "#StickerKit_desc_cluj2015_signature_shroud_gold"
  39391. "sticker_material" "cluj2015/sig_shroud_gold"
  39392. "item_rarity" "legendary"
  39393. "tournament_event_id" "8"
  39394. "tournament_team_id" "33"
  39395. "tournament_player_id" "4515926"
  39396. }
  39397. "695"
  39398. {
  39399. "name" "cluj2015_signature_skadoodle"
  39400. "item_name" "#StickerKit_cluj2015_signature_skadoodle"
  39401. "description_string" "#StickerKit_desc_cluj2015_signature_skadoodle"
  39402. "sticker_material" "cluj2015/sig_skadoodle"
  39403. "item_rarity" "rare"
  39404. "tournament_event_id" "8"
  39405. "tournament_team_id" "33"
  39406. "tournament_player_id" "21075725"
  39407. }
  39408. "696"
  39409. {
  39410. "name" "cluj2015_signature_skadoodle_foil"
  39411. "item_name" "#StickerKit_cluj2015_signature_skadoodle_foil"
  39412. "description_string" "#StickerKit_desc_cluj2015_signature_skadoodle_foil"
  39413. "sticker_material" "cluj2015/sig_skadoodle_foil"
  39414. "item_rarity" "legendary"
  39415. "tournament_event_id" "8"
  39416. "tournament_team_id" "33"
  39417. "tournament_player_id" "21075725"
  39418. }
  39419. "697"
  39420. {
  39421. "name" "cluj2015_signature_skadoodle_gold"
  39422. "item_name" "#StickerKit_cluj2015_signature_skadoodle_gold"
  39423. "description_string" "#StickerKit_desc_cluj2015_signature_skadoodle_gold"
  39424. "sticker_material" "cluj2015/sig_skadoodle_gold"
  39425. "item_rarity" "legendary"
  39426. "tournament_event_id" "8"
  39427. "tournament_team_id" "33"
  39428. "tournament_player_id" "21075725"
  39429. }
  39430. "698"
  39431. {
  39432. "name" "cluj2015_signature_nothing"
  39433. "item_name" "#StickerKit_cluj2015_signature_nothing"
  39434. "description_string" "#StickerKit_desc_cluj2015_signature_nothing"
  39435. "sticker_material" "cluj2015/sig_nothing"
  39436. "item_rarity" "rare"
  39437. "tournament_event_id" "8"
  39438. "tournament_team_id" "33"
  39439. "tournament_player_id" "755286"
  39440. }
  39441. "699"
  39442. {
  39443. "name" "cluj2015_signature_nothing_foil"
  39444. "item_name" "#StickerKit_cluj2015_signature_nothing_foil"
  39445. "description_string" "#StickerKit_desc_cluj2015_signature_nothing_foil"
  39446. "sticker_material" "cluj2015/sig_nothing_foil"
  39447. "item_rarity" "legendary"
  39448. "tournament_event_id" "8"
  39449. "tournament_team_id" "33"
  39450. "tournament_player_id" "755286"
  39451. }
  39452. "700"
  39453. {
  39454. "name" "cluj2015_signature_nothing_gold"
  39455. "item_name" "#StickerKit_cluj2015_signature_nothing_gold"
  39456. "description_string" "#StickerKit_desc_cluj2015_signature_nothing_gold"
  39457. "sticker_material" "cluj2015/sig_nothing_gold"
  39458. "item_rarity" "legendary"
  39459. "tournament_event_id" "8"
  39460. "tournament_team_id" "33"
  39461. "tournament_player_id" "755286"
  39462. }
  39463. "701"
  39464. {
  39465. "name" "cluj2015_signature_apex"
  39466. "item_name" "#StickerKit_cluj2015_signature_apex"
  39467. "description_string" "#StickerKit_desc_cluj2015_signature_apex"
  39468. "sticker_material" "cluj2015/sig_apex"
  39469. "item_rarity" "rare"
  39470. "tournament_event_id" "8"
  39471. "tournament_team_id" "46"
  39472. "tournament_player_id" "29478439"
  39473. }
  39474. "702"
  39475. {
  39476. "name" "cluj2015_signature_apex_foil"
  39477. "item_name" "#StickerKit_cluj2015_signature_apex_foil"
  39478. "description_string" "#StickerKit_desc_cluj2015_signature_apex_foil"
  39479. "sticker_material" "cluj2015/sig_apex_foil"
  39480. "item_rarity" "legendary"
  39481. "tournament_event_id" "8"
  39482. "tournament_team_id" "46"
  39483. "tournament_player_id" "29478439"
  39484. }
  39485. "703"
  39486. {
  39487. "name" "cluj2015_signature_apex_gold"
  39488. "item_name" "#StickerKit_cluj2015_signature_apex_gold"
  39489. "description_string" "#StickerKit_desc_cluj2015_signature_apex_gold"
  39490. "sticker_material" "cluj2015/sig_apex_gold"
  39491. "item_rarity" "legendary"
  39492. "tournament_event_id" "8"
  39493. "tournament_team_id" "46"
  39494. "tournament_player_id" "29478439"
  39495. }
  39496. "704"
  39497. {
  39498. "name" "cluj2015_signature_happy"
  39499. "item_name" "#StickerKit_cluj2015_signature_happy"
  39500. "description_string" "#StickerKit_desc_cluj2015_signature_happy"
  39501. "sticker_material" "cluj2015/sig_happy"
  39502. "item_rarity" "rare"
  39503. "tournament_event_id" "8"
  39504. "tournament_team_id" "46"
  39505. "tournament_player_id" "17975624"
  39506. }
  39507. "705"
  39508. {
  39509. "name" "cluj2015_signature_happy_foil"
  39510. "item_name" "#StickerKit_cluj2015_signature_happy_foil"
  39511. "description_string" "#StickerKit_desc_cluj2015_signature_happy_foil"
  39512. "sticker_material" "cluj2015/sig_happy_foil"
  39513. "item_rarity" "legendary"
  39514. "tournament_event_id" "8"
  39515. "tournament_team_id" "46"
  39516. "tournament_player_id" "17975624"
  39517. }
  39518. "706"
  39519. {
  39520. "name" "cluj2015_signature_happy_gold"
  39521. "item_name" "#StickerKit_cluj2015_signature_happy_gold"
  39522. "description_string" "#StickerKit_desc_cluj2015_signature_happy_gold"
  39523. "sticker_material" "cluj2015/sig_happy_gold"
  39524. "item_rarity" "legendary"
  39525. "tournament_event_id" "8"
  39526. "tournament_team_id" "46"
  39527. "tournament_player_id" "17975624"
  39528. }
  39529. "707"
  39530. {
  39531. "name" "cluj2015_signature_kioshima"
  39532. "item_name" "#StickerKit_cluj2015_signature_kioshima"
  39533. "description_string" "#StickerKit_desc_cluj2015_signature_kioshima"
  39534. "sticker_material" "cluj2015/sig_kioshima"
  39535. "item_rarity" "rare"
  39536. "tournament_event_id" "8"
  39537. "tournament_team_id" "46"
  39538. "tournament_player_id" "40517167"
  39539. }
  39540. "708"
  39541. {
  39542. "name" "cluj2015_signature_kioshima_foil"
  39543. "item_name" "#StickerKit_cluj2015_signature_kioshima_foil"
  39544. "description_string" "#StickerKit_desc_cluj2015_signature_kioshima_foil"
  39545. "sticker_material" "cluj2015/sig_kioshima_foil"
  39546. "item_rarity" "legendary"
  39547. "tournament_event_id" "8"
  39548. "tournament_team_id" "46"
  39549. "tournament_player_id" "40517167"
  39550. }
  39551. "709"
  39552. {
  39553. "name" "cluj2015_signature_kioshima_gold"
  39554. "item_name" "#StickerKit_cluj2015_signature_kioshima_gold"
  39555. "description_string" "#StickerKit_desc_cluj2015_signature_kioshima_gold"
  39556. "sticker_material" "cluj2015/sig_kioshima_gold"
  39557. "item_rarity" "legendary"
  39558. "tournament_event_id" "8"
  39559. "tournament_team_id" "46"
  39560. "tournament_player_id" "40517167"
  39561. }
  39562. "710"
  39563. {
  39564. "name" "cluj2015_signature_kennys"
  39565. "item_name" "#StickerKit_cluj2015_signature_kennys"
  39566. "description_string" "#StickerKit_desc_cluj2015_signature_kennys"
  39567. "sticker_material" "cluj2015/sig_kennys"
  39568. "item_rarity" "rare"
  39569. "tournament_event_id" "8"
  39570. "tournament_team_id" "46"
  39571. "tournament_player_id" "64640068"
  39572. }
  39573. "711"
  39574. {
  39575. "name" "cluj2015_signature_kennys_foil"
  39576. "item_name" "#StickerKit_cluj2015_signature_kennys_foil"
  39577. "description_string" "#StickerKit_desc_cluj2015_signature_kennys_foil"
  39578. "sticker_material" "cluj2015/sig_kennys_foil"
  39579. "item_rarity" "legendary"
  39580. "tournament_event_id" "8"
  39581. "tournament_team_id" "46"
  39582. "tournament_player_id" "64640068"
  39583. }
  39584. "712"
  39585. {
  39586. "name" "cluj2015_signature_kennys_gold"
  39587. "item_name" "#StickerKit_cluj2015_signature_kennys_gold"
  39588. "description_string" "#StickerKit_desc_cluj2015_signature_kennys_gold"
  39589. "sticker_material" "cluj2015/sig_kennys_gold"
  39590. "item_rarity" "legendary"
  39591. "tournament_event_id" "8"
  39592. "tournament_team_id" "46"
  39593. "tournament_player_id" "64640068"
  39594. }
  39595. "713"
  39596. {
  39597. "name" "cluj2015_signature_nbk"
  39598. "item_name" "#StickerKit_cluj2015_signature_nbk"
  39599. "description_string" "#StickerKit_desc_cluj2015_signature_nbk"
  39600. "sticker_material" "cluj2015/sig_nbk"
  39601. "item_rarity" "rare"
  39602. "tournament_event_id" "8"
  39603. "tournament_team_id" "46"
  39604. "tournament_player_id" "444845"
  39605. }
  39606. "714"
  39607. {
  39608. "name" "cluj2015_signature_nbk_foil"
  39609. "item_name" "#StickerKit_cluj2015_signature_nbk_foil"
  39610. "description_string" "#StickerKit_desc_cluj2015_signature_nbk_foil"
  39611. "sticker_material" "cluj2015/sig_nbk_foil"
  39612. "item_rarity" "legendary"
  39613. "tournament_event_id" "8"
  39614. "tournament_team_id" "46"
  39615. "tournament_player_id" "444845"
  39616. }
  39617. "715"
  39618. {
  39619. "name" "cluj2015_signature_nbk_gold"
  39620. "item_name" "#StickerKit_cluj2015_signature_nbk_gold"
  39621. "description_string" "#StickerKit_desc_cluj2015_signature_nbk_gold"
  39622. "sticker_material" "cluj2015/sig_nbk_gold"
  39623. "item_rarity" "legendary"
  39624. "tournament_event_id" "8"
  39625. "tournament_team_id" "46"
  39626. "tournament_player_id" "444845"
  39627. }
  39628. "716"
  39629. {
  39630. "name" "cluj2015_signature_b1ad3"
  39631. "item_name" "#StickerKit_cluj2015_signature_b1ad3"
  39632. "description_string" "#StickerKit_desc_cluj2015_signature_b1ad3"
  39633. "sticker_material" "cluj2015/sig_b1ad3"
  39634. "item_rarity" "rare"
  39635. "tournament_event_id" "8"
  39636. "tournament_team_id" "43"
  39637. "tournament_player_id" "53258137"
  39638. }
  39639. "717"
  39640. {
  39641. "name" "cluj2015_signature_b1ad3_foil"
  39642. "item_name" "#StickerKit_cluj2015_signature_b1ad3_foil"
  39643. "description_string" "#StickerKit_desc_cluj2015_signature_b1ad3_foil"
  39644. "sticker_material" "cluj2015/sig_b1ad3_foil"
  39645. "item_rarity" "legendary"
  39646. "tournament_event_id" "8"
  39647. "tournament_team_id" "43"
  39648. "tournament_player_id" "53258137"
  39649. }
  39650. "718"
  39651. {
  39652. "name" "cluj2015_signature_b1ad3_gold"
  39653. "item_name" "#StickerKit_cluj2015_signature_b1ad3_gold"
  39654. "description_string" "#StickerKit_desc_cluj2015_signature_b1ad3_gold"
  39655. "sticker_material" "cluj2015/sig_b1ad3_gold"
  39656. "item_rarity" "legendary"
  39657. "tournament_event_id" "8"
  39658. "tournament_team_id" "43"
  39659. "tournament_player_id" "53258137"
  39660. }
  39661. "719"
  39662. {
  39663. "name" "cluj2015_signature_bondik"
  39664. "item_name" "#StickerKit_cluj2015_signature_bondik"
  39665. "description_string" "#StickerKit_desc_cluj2015_signature_bondik"
  39666. "sticker_material" "cluj2015/sig_bondik"
  39667. "item_rarity" "rare"
  39668. "tournament_event_id" "8"
  39669. "tournament_team_id" "43"
  39670. "tournament_player_id" "46918643"
  39671. }
  39672. "720"
  39673. {
  39674. "name" "cluj2015_signature_bondik_foil"
  39675. "item_name" "#StickerKit_cluj2015_signature_bondik_foil"
  39676. "description_string" "#StickerKit_desc_cluj2015_signature_bondik_foil"
  39677. "sticker_material" "cluj2015/sig_bondik_foil"
  39678. "item_rarity" "legendary"
  39679. "tournament_event_id" "8"
  39680. "tournament_team_id" "43"
  39681. "tournament_player_id" "46918643"
  39682. }
  39683. "721"
  39684. {
  39685. "name" "cluj2015_signature_bondik_gold"
  39686. "item_name" "#StickerKit_cluj2015_signature_bondik_gold"
  39687. "description_string" "#StickerKit_desc_cluj2015_signature_bondik_gold"
  39688. "sticker_material" "cluj2015/sig_bondik_gold"
  39689. "item_rarity" "legendary"
  39690. "tournament_event_id" "8"
  39691. "tournament_team_id" "43"
  39692. "tournament_player_id" "46918643"
  39693. }
  39694. "722"
  39695. {
  39696. "name" "cluj2015_signature_davcost"
  39697. "item_name" "#StickerKit_cluj2015_signature_davcost"
  39698. "description_string" "#StickerKit_desc_cluj2015_signature_davcost"
  39699. "sticker_material" "cluj2015/sig_davcost"
  39700. "item_rarity" "rare"
  39701. "tournament_event_id" "8"
  39702. "tournament_team_id" "43"
  39703. "tournament_player_id" "20273529"
  39704. }
  39705. "723"
  39706. {
  39707. "name" "cluj2015_signature_davcost_foil"
  39708. "item_name" "#StickerKit_cluj2015_signature_davcost_foil"
  39709. "description_string" "#StickerKit_desc_cluj2015_signature_davcost_foil"
  39710. "sticker_material" "cluj2015/sig_davcost_foil"
  39711. "item_rarity" "legendary"
  39712. "tournament_event_id" "8"
  39713. "tournament_team_id" "43"
  39714. "tournament_player_id" "20273529"
  39715. }
  39716. "724"
  39717. {
  39718. "name" "cluj2015_signature_davcost_gold"
  39719. "item_name" "#StickerKit_cluj2015_signature_davcost_gold"
  39720. "description_string" "#StickerKit_desc_cluj2015_signature_davcost_gold"
  39721. "sticker_material" "cluj2015/sig_davcost_gold"
  39722. "item_rarity" "legendary"
  39723. "tournament_event_id" "8"
  39724. "tournament_team_id" "43"
  39725. "tournament_player_id" "20273529"
  39726. }
  39727. "725"
  39728. {
  39729. "name" "cluj2015_signature_markeloff"
  39730. "item_name" "#StickerKit_cluj2015_signature_markeloff"
  39731. "description_string" "#StickerKit_desc_cluj2015_signature_markeloff"
  39732. "sticker_material" "cluj2015/sig_markeloff"
  39733. "item_rarity" "rare"
  39734. "tournament_event_id" "8"
  39735. "tournament_team_id" "43"
  39736. "tournament_player_id" "5667261"
  39737. }
  39738. "726"
  39739. {
  39740. "name" "cluj2015_signature_markeloff_foil"
  39741. "item_name" "#StickerKit_cluj2015_signature_markeloff_foil"
  39742. "description_string" "#StickerKit_desc_cluj2015_signature_markeloff_foil"
  39743. "sticker_material" "cluj2015/sig_markeloff_foil"
  39744. "item_rarity" "legendary"
  39745. "tournament_event_id" "8"
  39746. "tournament_team_id" "43"
  39747. "tournament_player_id" "5667261"
  39748. }
  39749. "727"
  39750. {
  39751. "name" "cluj2015_signature_markeloff_gold"
  39752. "item_name" "#StickerKit_cluj2015_signature_markeloff_gold"
  39753. "description_string" "#StickerKit_desc_cluj2015_signature_markeloff_gold"
  39754. "sticker_material" "cluj2015/sig_markeloff_gold"
  39755. "item_rarity" "legendary"
  39756. "tournament_event_id" "8"
  39757. "tournament_team_id" "43"
  39758. "tournament_player_id" "5667261"
  39759. }
  39760. "728"
  39761. {
  39762. "name" "cluj2015_signature_worldedit"
  39763. "item_name" "#StickerKit_cluj2015_signature_worldedit"
  39764. "description_string" "#StickerKit_desc_cluj2015_signature_worldedit"
  39765. "sticker_material" "cluj2015/sig_worldedit"
  39766. "item_rarity" "rare"
  39767. "tournament_event_id" "8"
  39768. "tournament_team_id" "43"
  39769. "tournament_player_id" "36732188"
  39770. }
  39771. "729"
  39772. {
  39773. "name" "cluj2015_signature_worldedit_foil"
  39774. "item_name" "#StickerKit_cluj2015_signature_worldedit_foil"
  39775. "description_string" "#StickerKit_desc_cluj2015_signature_worldedit_foil"
  39776. "sticker_material" "cluj2015/sig_worldedit_foil"
  39777. "item_rarity" "legendary"
  39778. "tournament_event_id" "8"
  39779. "tournament_team_id" "43"
  39780. "tournament_player_id" "36732188"
  39781. }
  39782. "730"
  39783. {
  39784. "name" "cluj2015_signature_worldedit_gold"
  39785. "item_name" "#StickerKit_cluj2015_signature_worldedit_gold"
  39786. "description_string" "#StickerKit_desc_cluj2015_signature_worldedit_gold"
  39787. "sticker_material" "cluj2015/sig_worldedit_gold"
  39788. "item_rarity" "legendary"
  39789. "tournament_event_id" "8"
  39790. "tournament_team_id" "43"
  39791. "tournament_player_id" "36732188"
  39792. }
  39793. "731"
  39794. {
  39795. "name" "cluj2015_signature_flusha"
  39796. "item_name" "#StickerKit_cluj2015_signature_flusha"
  39797. "description_string" "#StickerKit_desc_cluj2015_signature_flusha"
  39798. "sticker_material" "cluj2015/sig_flusha"
  39799. "item_rarity" "rare"
  39800. "tournament_event_id" "8"
  39801. "tournament_team_id" "6"
  39802. "tournament_player_id" "31082355"
  39803. }
  39804. "732"
  39805. {
  39806. "name" "cluj2015_signature_flusha_foil"
  39807. "item_name" "#StickerKit_cluj2015_signature_flusha_foil"
  39808. "description_string" "#StickerKit_desc_cluj2015_signature_flusha_foil"
  39809. "sticker_material" "cluj2015/sig_flusha_foil"
  39810. "item_rarity" "legendary"
  39811. "tournament_event_id" "8"
  39812. "tournament_team_id" "6"
  39813. "tournament_player_id" "31082355"
  39814. }
  39815. "733"
  39816. {
  39817. "name" "cluj2015_signature_flusha_gold"
  39818. "item_name" "#StickerKit_cluj2015_signature_flusha_gold"
  39819. "description_string" "#StickerKit_desc_cluj2015_signature_flusha_gold"
  39820. "sticker_material" "cluj2015/sig_flusha_gold"
  39821. "item_rarity" "legendary"
  39822. "tournament_event_id" "8"
  39823. "tournament_team_id" "6"
  39824. "tournament_player_id" "31082355"
  39825. }
  39826. "734"
  39827. {
  39828. "name" "cluj2015_signature_jw"
  39829. "item_name" "#StickerKit_cluj2015_signature_jw"
  39830. "description_string" "#StickerKit_desc_cluj2015_signature_jw"
  39831. "sticker_material" "cluj2015/sig_jw"
  39832. "item_rarity" "rare"
  39833. "tournament_event_id" "8"
  39834. "tournament_team_id" "6"
  39835. "tournament_player_id" "71288472"
  39836. }
  39837. "735"
  39838. {
  39839. "name" "cluj2015_signature_jw_foil"
  39840. "item_name" "#StickerKit_cluj2015_signature_jw_foil"
  39841. "description_string" "#StickerKit_desc_cluj2015_signature_jw_foil"
  39842. "sticker_material" "cluj2015/sig_jw_foil"
  39843. "item_rarity" "legendary"
  39844. "tournament_event_id" "8"
  39845. "tournament_team_id" "6"
  39846. "tournament_player_id" "71288472"
  39847. }
  39848. "736"
  39849. {
  39850. "name" "cluj2015_signature_jw_gold"
  39851. "item_name" "#StickerKit_cluj2015_signature_jw_gold"
  39852. "description_string" "#StickerKit_desc_cluj2015_signature_jw_gold"
  39853. "sticker_material" "cluj2015/sig_jw_gold"
  39854. "item_rarity" "legendary"
  39855. "tournament_event_id" "8"
  39856. "tournament_team_id" "6"
  39857. "tournament_player_id" "71288472"
  39858. }
  39859. "737"
  39860. {
  39861. "name" "cluj2015_signature_krimz"
  39862. "item_name" "#StickerKit_cluj2015_signature_krimz"
  39863. "description_string" "#StickerKit_desc_cluj2015_signature_krimz"
  39864. "sticker_material" "cluj2015/sig_krimz"
  39865. "item_rarity" "rare"
  39866. "tournament_event_id" "8"
  39867. "tournament_team_id" "6"
  39868. "tournament_player_id" "71385856"
  39869. }
  39870. "738"
  39871. {
  39872. "name" "cluj2015_signature_krimz_foil"
  39873. "item_name" "#StickerKit_cluj2015_signature_krimz_foil"
  39874. "description_string" "#StickerKit_desc_cluj2015_signature_krimz_foil"
  39875. "sticker_material" "cluj2015/sig_krimz_foil"
  39876. "item_rarity" "legendary"
  39877. "tournament_event_id" "8"
  39878. "tournament_team_id" "6"
  39879. "tournament_player_id" "71385856"
  39880. }
  39881. "739"
  39882. {
  39883. "name" "cluj2015_signature_krimz_gold"
  39884. "item_name" "#StickerKit_cluj2015_signature_krimz_gold"
  39885. "description_string" "#StickerKit_desc_cluj2015_signature_krimz_gold"
  39886. "sticker_material" "cluj2015/sig_krimz_gold"
  39887. "item_rarity" "legendary"
  39888. "tournament_event_id" "8"
  39889. "tournament_team_id" "6"
  39890. "tournament_player_id" "71385856"
  39891. }
  39892. "740"
  39893. {
  39894. "name" "cluj2015_signature_olofmeister"
  39895. "item_name" "#StickerKit_cluj2015_signature_olofmeister"
  39896. "description_string" "#StickerKit_desc_cluj2015_signature_olofmeister"
  39897. "sticker_material" "cluj2015/sig_olofmeister"
  39898. "item_rarity" "rare"
  39899. "tournament_event_id" "8"
  39900. "tournament_team_id" "6"
  39901. "tournament_player_id" "28361465"
  39902. }
  39903. "741"
  39904. {
  39905. "name" "cluj2015_signature_olofmeister_foil"
  39906. "item_name" "#StickerKit_cluj2015_signature_olofmeister_foil"
  39907. "description_string" "#StickerKit_desc_cluj2015_signature_olofmeister_foil"
  39908. "sticker_material" "cluj2015/sig_olofmeister_foil"
  39909. "item_rarity" "legendary"
  39910. "tournament_event_id" "8"
  39911. "tournament_team_id" "6"
  39912. "tournament_player_id" "28361465"
  39913. }
  39914. "742"
  39915. {
  39916. "name" "cluj2015_signature_olofmeister_gold"
  39917. "item_name" "#StickerKit_cluj2015_signature_olofmeister_gold"
  39918. "description_string" "#StickerKit_desc_cluj2015_signature_olofmeister_gold"
  39919. "sticker_material" "cluj2015/sig_olofmeister_gold"
  39920. "item_rarity" "legendary"
  39921. "tournament_event_id" "8"
  39922. "tournament_team_id" "6"
  39923. "tournament_player_id" "28361465"
  39924. }
  39925. "743"
  39926. {
  39927. "name" "cluj2015_signature_pronax"
  39928. "item_name" "#StickerKit_cluj2015_signature_pronax"
  39929. "description_string" "#StickerKit_desc_cluj2015_signature_pronax"
  39930. "sticker_material" "cluj2015/sig_pronax"
  39931. "item_rarity" "rare"
  39932. "tournament_event_id" "8"
  39933. "tournament_team_id" "6"
  39934. "tournament_player_id" "9419182"
  39935. }
  39936. "744"
  39937. {
  39938. "name" "cluj2015_signature_pronax_foil"
  39939. "item_name" "#StickerKit_cluj2015_signature_pronax_foil"
  39940. "description_string" "#StickerKit_desc_cluj2015_signature_pronax_foil"
  39941. "sticker_material" "cluj2015/sig_pronax_foil"
  39942. "item_rarity" "legendary"
  39943. "tournament_event_id" "8"
  39944. "tournament_team_id" "6"
  39945. "tournament_player_id" "9419182"
  39946. }
  39947. "745"
  39948. {
  39949. "name" "cluj2015_signature_pronax_gold"
  39950. "item_name" "#StickerKit_cluj2015_signature_pronax_gold"
  39951. "description_string" "#StickerKit_desc_cluj2015_signature_pronax_gold"
  39952. "sticker_material" "cluj2015/sig_pronax_gold"
  39953. "item_rarity" "legendary"
  39954. "tournament_event_id" "8"
  39955. "tournament_team_id" "6"
  39956. "tournament_player_id" "9419182"
  39957. }
  39958. "746"
  39959. {
  39960. "name" "cluj2015_signature_dennis"
  39961. "item_name" "#StickerKit_cluj2015_signature_dennis"
  39962. "description_string" "#StickerKit_desc_cluj2015_signature_dennis"
  39963. "sticker_material" "cluj2015/sig_dennis"
  39964. "item_rarity" "rare"
  39965. "tournament_event_id" "8"
  39966. "tournament_team_id" "59"
  39967. "tournament_player_id" "108076825"
  39968. }
  39969. "747"
  39970. {
  39971. "name" "cluj2015_signature_dennis_foil"
  39972. "item_name" "#StickerKit_cluj2015_signature_dennis_foil"
  39973. "description_string" "#StickerKit_desc_cluj2015_signature_dennis_foil"
  39974. "sticker_material" "cluj2015/sig_dennis_foil"
  39975. "item_rarity" "legendary"
  39976. "tournament_event_id" "8"
  39977. "tournament_team_id" "59"
  39978. "tournament_player_id" "108076825"
  39979. }
  39980. "748"
  39981. {
  39982. "name" "cluj2015_signature_dennis_gold"
  39983. "item_name" "#StickerKit_cluj2015_signature_dennis_gold"
  39984. "description_string" "#StickerKit_desc_cluj2015_signature_dennis_gold"
  39985. "sticker_material" "cluj2015/sig_dennis_gold"
  39986. "item_rarity" "legendary"
  39987. "tournament_event_id" "8"
  39988. "tournament_team_id" "59"
  39989. "tournament_player_id" "108076825"
  39990. }
  39991. "749"
  39992. {
  39993. "name" "cluj2015_signature_fox"
  39994. "item_name" "#StickerKit_cluj2015_signature_fox"
  39995. "description_string" "#StickerKit_desc_cluj2015_signature_fox"
  39996. "sticker_material" "cluj2015/sig_fox"
  39997. "item_rarity" "rare"
  39998. "tournament_event_id" "8"
  39999. "tournament_team_id" "59"
  40000. "tournament_player_id" "1939536"
  40001. }
  40002. "750"
  40003. {
  40004. "name" "cluj2015_signature_fox_foil"
  40005. "item_name" "#StickerKit_cluj2015_signature_fox_foil"
  40006. "description_string" "#StickerKit_desc_cluj2015_signature_fox_foil"
  40007. "sticker_material" "cluj2015/sig_fox_foil"
  40008. "item_rarity" "legendary"
  40009. "tournament_event_id" "8"
  40010. "tournament_team_id" "59"
  40011. "tournament_player_id" "1939536"
  40012. }
  40013. "751"
  40014. {
  40015. "name" "cluj2015_signature_fox_gold"
  40016. "item_name" "#StickerKit_cluj2015_signature_fox_gold"
  40017. "description_string" "#StickerKit_desc_cluj2015_signature_fox_gold"
  40018. "sticker_material" "cluj2015/sig_fox_gold"
  40019. "item_rarity" "legendary"
  40020. "tournament_event_id" "8"
  40021. "tournament_team_id" "59"
  40022. "tournament_player_id" "1939536"
  40023. }
  40024. "752"
  40025. {
  40026. "name" "cluj2015_signature_maikelele"
  40027. "item_name" "#StickerKit_cluj2015_signature_maikelele"
  40028. "description_string" "#StickerKit_desc_cluj2015_signature_maikelele"
  40029. "sticker_material" "cluj2015/sig_maikelele"
  40030. "item_rarity" "rare"
  40031. "tournament_event_id" "8"
  40032. "tournament_team_id" "59"
  40033. "tournament_player_id" "925972"
  40034. }
  40035. "753"
  40036. {
  40037. "name" "cluj2015_signature_maikelele_foil"
  40038. "item_name" "#StickerKit_cluj2015_signature_maikelele_foil"
  40039. "description_string" "#StickerKit_desc_cluj2015_signature_maikelele_foil"
  40040. "sticker_material" "cluj2015/sig_maikelele_foil"
  40041. "item_rarity" "legendary"
  40042. "tournament_event_id" "8"
  40043. "tournament_team_id" "59"
  40044. "tournament_player_id" "925972"
  40045. }
  40046. "754"
  40047. {
  40048. "name" "cluj2015_signature_maikelele_gold"
  40049. "item_name" "#StickerKit_cluj2015_signature_maikelele_gold"
  40050. "description_string" "#StickerKit_desc_cluj2015_signature_maikelele_gold"
  40051. "sticker_material" "cluj2015/sig_maikelele_gold"
  40052. "item_rarity" "legendary"
  40053. "tournament_event_id" "8"
  40054. "tournament_team_id" "59"
  40055. "tournament_player_id" "925972"
  40056. }
  40057. "755"
  40058. {
  40059. "name" "cluj2015_signature_rain"
  40060. "item_name" "#StickerKit_cluj2015_signature_rain"
  40061. "description_string" "#StickerKit_desc_cluj2015_signature_rain"
  40062. "sticker_material" "cluj2015/sig_rain"
  40063. "item_rarity" "rare"
  40064. "tournament_event_id" "8"
  40065. "tournament_team_id" "59"
  40066. "tournament_player_id" "37085479"
  40067. }
  40068. "756"
  40069. {
  40070. "name" "cluj2015_signature_rain_foil"
  40071. "item_name" "#StickerKit_cluj2015_signature_rain_foil"
  40072. "description_string" "#StickerKit_desc_cluj2015_signature_rain_foil"
  40073. "sticker_material" "cluj2015/sig_rain_foil"
  40074. "item_rarity" "legendary"
  40075. "tournament_event_id" "8"
  40076. "tournament_team_id" "59"
  40077. "tournament_player_id" "37085479"
  40078. }
  40079. "757"
  40080. {
  40081. "name" "cluj2015_signature_rain_gold"
  40082. "item_name" "#StickerKit_cluj2015_signature_rain_gold"
  40083. "description_string" "#StickerKit_desc_cluj2015_signature_rain_gold"
  40084. "sticker_material" "cluj2015/sig_rain_gold"
  40085. "item_rarity" "legendary"
  40086. "tournament_event_id" "8"
  40087. "tournament_team_id" "59"
  40088. "tournament_player_id" "37085479"
  40089. }
  40090. "758"
  40091. {
  40092. "name" "cluj2015_signature_jkaem"
  40093. "item_name" "#StickerKit_cluj2015_signature_jkaem"
  40094. "description_string" "#StickerKit_desc_cluj2015_signature_jkaem"
  40095. "sticker_material" "cluj2015/sig_jkaem"
  40096. "item_rarity" "rare"
  40097. "tournament_event_id" "8"
  40098. "tournament_team_id" "59"
  40099. "tournament_player_id" "42442914"
  40100. }
  40101. "759"
  40102. {
  40103. "name" "cluj2015_signature_jkaem_foil"
  40104. "item_name" "#StickerKit_cluj2015_signature_jkaem_foil"
  40105. "description_string" "#StickerKit_desc_cluj2015_signature_jkaem_foil"
  40106. "sticker_material" "cluj2015/sig_jkaem_foil"
  40107. "item_rarity" "legendary"
  40108. "tournament_event_id" "8"
  40109. "tournament_team_id" "59"
  40110. "tournament_player_id" "42442914"
  40111. }
  40112. "760"
  40113. {
  40114. "name" "cluj2015_signature_jkaem_gold"
  40115. "item_name" "#StickerKit_cluj2015_signature_jkaem_gold"
  40116. "description_string" "#StickerKit_desc_cluj2015_signature_jkaem_gold"
  40117. "sticker_material" "cluj2015/sig_jkaem_gold"
  40118. "item_rarity" "legendary"
  40119. "tournament_event_id" "8"
  40120. "tournament_team_id" "59"
  40121. "tournament_player_id" "42442914"
  40122. }
  40123. "761"
  40124. {
  40125. "name" "cluj2015_signature_boltz"
  40126. "item_name" "#StickerKit_cluj2015_signature_boltz"
  40127. "description_string" "#StickerKit_desc_cluj2015_signature_boltz"
  40128. "sticker_material" "cluj2015/sig_boltz"
  40129. "item_rarity" "rare"
  40130. "tournament_event_id" "8"
  40131. "tournament_team_id" "57"
  40132. "tournament_player_id" "58113672"
  40133. }
  40134. "762"
  40135. {
  40136. "name" "cluj2015_signature_boltz_foil"
  40137. "item_name" "#StickerKit_cluj2015_signature_boltz_foil"
  40138. "description_string" "#StickerKit_desc_cluj2015_signature_boltz_foil"
  40139. "sticker_material" "cluj2015/sig_boltz_foil"
  40140. "item_rarity" "legendary"
  40141. "tournament_event_id" "8"
  40142. "tournament_team_id" "57"
  40143. "tournament_player_id" "58113672"
  40144. }
  40145. "763"
  40146. {
  40147. "name" "cluj2015_signature_boltz_gold"
  40148. "item_name" "#StickerKit_cluj2015_signature_boltz_gold"
  40149. "description_string" "#StickerKit_desc_cluj2015_signature_boltz_gold"
  40150. "sticker_material" "cluj2015/sig_boltz_gold"
  40151. "item_rarity" "legendary"
  40152. "tournament_event_id" "8"
  40153. "tournament_team_id" "57"
  40154. "tournament_player_id" "58113672"
  40155. }
  40156. "764"
  40157. {
  40158. "name" "cluj2015_signature_coldzera"
  40159. "item_name" "#StickerKit_cluj2015_signature_coldzera"
  40160. "description_string" "#StickerKit_desc_cluj2015_signature_coldzera"
  40161. "sticker_material" "cluj2015/sig_coldzera"
  40162. "item_rarity" "rare"
  40163. "tournament_event_id" "8"
  40164. "tournament_team_id" "57"
  40165. "tournament_player_id" "79720871"
  40166. }
  40167. "765"
  40168. {
  40169. "name" "cluj2015_signature_coldzera_foil"
  40170. "item_name" "#StickerKit_cluj2015_signature_coldzera_foil"
  40171. "description_string" "#StickerKit_desc_cluj2015_signature_coldzera_foil"
  40172. "sticker_material" "cluj2015/sig_coldzera_foil"
  40173. "item_rarity" "legendary"
  40174. "tournament_event_id" "8"
  40175. "tournament_team_id" "57"
  40176. "tournament_player_id" "79720871"
  40177. }
  40178. "766"
  40179. {
  40180. "name" "cluj2015_signature_coldzera_gold"
  40181. "item_name" "#StickerKit_cluj2015_signature_coldzera_gold"
  40182. "description_string" "#StickerKit_desc_cluj2015_signature_coldzera_gold"
  40183. "sticker_material" "cluj2015/sig_coldzera_gold"
  40184. "item_rarity" "legendary"
  40185. "tournament_event_id" "8"
  40186. "tournament_team_id" "57"
  40187. "tournament_player_id" "79720871"
  40188. }
  40189. "767"
  40190. {
  40191. "name" "cluj2015_signature_fallen"
  40192. "item_name" "#StickerKit_cluj2015_signature_fallen"
  40193. "description_string" "#StickerKit_desc_cluj2015_signature_fallen"
  40194. "sticker_material" "cluj2015/sig_fallen"
  40195. "item_rarity" "rare"
  40196. "tournament_event_id" "8"
  40197. "tournament_team_id" "57"
  40198. "tournament_player_id" "424467"
  40199. }
  40200. "768"
  40201. {
  40202. "name" "cluj2015_signature_fallen_foil"
  40203. "item_name" "#StickerKit_cluj2015_signature_fallen_foil"
  40204. "description_string" "#StickerKit_desc_cluj2015_signature_fallen_foil"
  40205. "sticker_material" "cluj2015/sig_fallen_foil"
  40206. "item_rarity" "legendary"
  40207. "tournament_event_id" "8"
  40208. "tournament_team_id" "57"
  40209. "tournament_player_id" "424467"
  40210. }
  40211. "769"
  40212. {
  40213. "name" "cluj2015_signature_fallen_gold"
  40214. "item_name" "#StickerKit_cluj2015_signature_fallen_gold"
  40215. "description_string" "#StickerKit_desc_cluj2015_signature_fallen_gold"
  40216. "sticker_material" "cluj2015/sig_fallen_gold"
  40217. "item_rarity" "legendary"
  40218. "tournament_event_id" "8"
  40219. "tournament_team_id" "57"
  40220. "tournament_player_id" "424467"
  40221. }
  40222. "770"
  40223. {
  40224. "name" "cluj2015_signature_fer"
  40225. "item_name" "#StickerKit_cluj2015_signature_fer"
  40226. "description_string" "#StickerKit_desc_cluj2015_signature_fer"
  40227. "sticker_material" "cluj2015/sig_fer"
  40228. "item_rarity" "rare"
  40229. "tournament_event_id" "8"
  40230. "tournament_team_id" "57"
  40231. "tournament_player_id" "38921219"
  40232. }
  40233. "771"
  40234. {
  40235. "name" "cluj2015_signature_fer_foil"
  40236. "item_name" "#StickerKit_cluj2015_signature_fer_foil"
  40237. "description_string" "#StickerKit_desc_cluj2015_signature_fer_foil"
  40238. "sticker_material" "cluj2015/sig_fer_foil"
  40239. "item_rarity" "legendary"
  40240. "tournament_event_id" "8"
  40241. "tournament_team_id" "57"
  40242. "tournament_player_id" "38921219"
  40243. }
  40244. "772"
  40245. {
  40246. "name" "cluj2015_signature_fer_gold"
  40247. "item_name" "#StickerKit_cluj2015_signature_fer_gold"
  40248. "description_string" "#StickerKit_desc_cluj2015_signature_fer_gold"
  40249. "sticker_material" "cluj2015/sig_fer_gold"
  40250. "item_rarity" "legendary"
  40251. "tournament_event_id" "8"
  40252. "tournament_team_id" "57"
  40253. "tournament_player_id" "38921219"
  40254. }
  40255. "773"
  40256. {
  40257. "name" "cluj2015_signature_steel"
  40258. "item_name" "#StickerKit_cluj2015_signature_steel"
  40259. "description_string" "#StickerKit_desc_cluj2015_signature_steel"
  40260. "sticker_material" "cluj2015/sig_steel"
  40261. "item_rarity" "rare"
  40262. "tournament_event_id" "8"
  40263. "tournament_team_id" "57"
  40264. "tournament_player_id" "54512474"
  40265. }
  40266. "774"
  40267. {
  40268. "name" "cluj2015_signature_steel_foil"
  40269. "item_name" "#StickerKit_cluj2015_signature_steel_foil"
  40270. "description_string" "#StickerKit_desc_cluj2015_signature_steel_foil"
  40271. "sticker_material" "cluj2015/sig_steel_foil"
  40272. "item_rarity" "legendary"
  40273. "tournament_event_id" "8"
  40274. "tournament_team_id" "57"
  40275. "tournament_player_id" "54512474"
  40276. }
  40277. "775"
  40278. {
  40279. "name" "cluj2015_signature_steel_gold"
  40280. "item_name" "#StickerKit_cluj2015_signature_steel_gold"
  40281. "description_string" "#StickerKit_desc_cluj2015_signature_steel_gold"
  40282. "sticker_material" "cluj2015/sig_steel_gold"
  40283. "item_rarity" "legendary"
  40284. "tournament_event_id" "8"
  40285. "tournament_team_id" "57"
  40286. "tournament_player_id" "54512474"
  40287. }
  40288. "776"
  40289. {
  40290. "name" "cluj2015_signature_chrisj"
  40291. "item_name" "#StickerKit_cluj2015_signature_chrisj"
  40292. "description_string" "#StickerKit_desc_cluj2015_signature_chrisj"
  40293. "sticker_material" "cluj2015/sig_chrisj"
  40294. "item_rarity" "rare"
  40295. "tournament_event_id" "8"
  40296. "tournament_team_id" "29"
  40297. "tournament_player_id" "28273376"
  40298. }
  40299. "777"
  40300. {
  40301. "name" "cluj2015_signature_chrisj_foil"
  40302. "item_name" "#StickerKit_cluj2015_signature_chrisj_foil"
  40303. "description_string" "#StickerKit_desc_cluj2015_signature_chrisj_foil"
  40304. "sticker_material" "cluj2015/sig_chrisj_foil"
  40305. "item_rarity" "legendary"
  40306. "tournament_event_id" "8"
  40307. "tournament_team_id" "29"
  40308. "tournament_player_id" "28273376"
  40309. }
  40310. "778"
  40311. {
  40312. "name" "cluj2015_signature_chrisj_gold"
  40313. "item_name" "#StickerKit_cluj2015_signature_chrisj_gold"
  40314. "description_string" "#StickerKit_desc_cluj2015_signature_chrisj_gold"
  40315. "sticker_material" "cluj2015/sig_chrisj_gold"
  40316. "item_rarity" "legendary"
  40317. "tournament_event_id" "8"
  40318. "tournament_team_id" "29"
  40319. "tournament_player_id" "28273376"
  40320. }
  40321. "779"
  40322. {
  40323. "name" "cluj2015_signature_denis"
  40324. "item_name" "#StickerKit_cluj2015_signature_denis"
  40325. "description_string" "#StickerKit_desc_cluj2015_signature_denis"
  40326. "sticker_material" "cluj2015/sig_denis"
  40327. "item_rarity" "rare"
  40328. "tournament_event_id" "8"
  40329. "tournament_team_id" "29"
  40330. "tournament_player_id" "31185376"
  40331. }
  40332. "780"
  40333. {
  40334. "name" "cluj2015_signature_denis_foil"
  40335. "item_name" "#StickerKit_cluj2015_signature_denis_foil"
  40336. "description_string" "#StickerKit_desc_cluj2015_signature_denis_foil"
  40337. "sticker_material" "cluj2015/sig_denis_foil"
  40338. "item_rarity" "legendary"
  40339. "tournament_event_id" "8"
  40340. "tournament_team_id" "29"
  40341. "tournament_player_id" "31185376"
  40342. }
  40343. "781"
  40344. {
  40345. "name" "cluj2015_signature_denis_gold"
  40346. "item_name" "#StickerKit_cluj2015_signature_denis_gold"
  40347. "description_string" "#StickerKit_desc_cluj2015_signature_denis_gold"
  40348. "sticker_material" "cluj2015/sig_denis_gold"
  40349. "item_rarity" "legendary"
  40350. "tournament_event_id" "8"
  40351. "tournament_team_id" "29"
  40352. "tournament_player_id" "31185376"
  40353. }
  40354. "782"
  40355. {
  40356. "name" "cluj2015_signature_gobb"
  40357. "item_name" "#StickerKit_cluj2015_signature_gobb"
  40358. "description_string" "#StickerKit_desc_cluj2015_signature_gobb"
  40359. "sticker_material" "cluj2015/sig_gobb"
  40360. "item_rarity" "rare"
  40361. "tournament_event_id" "8"
  40362. "tournament_team_id" "29"
  40363. "tournament_player_id" "1162165"
  40364. }
  40365. "783"
  40366. {
  40367. "name" "cluj2015_signature_gobb_foil"
  40368. "item_name" "#StickerKit_cluj2015_signature_gobb_foil"
  40369. "description_string" "#StickerKit_desc_cluj2015_signature_gobb_foil"
  40370. "sticker_material" "cluj2015/sig_gobb_foil"
  40371. "item_rarity" "legendary"
  40372. "tournament_event_id" "8"
  40373. "tournament_team_id" "29"
  40374. "tournament_player_id" "1162165"
  40375. }
  40376. "784"
  40377. {
  40378. "name" "cluj2015_signature_gobb_gold"
  40379. "item_name" "#StickerKit_cluj2015_signature_gobb_gold"
  40380. "description_string" "#StickerKit_desc_cluj2015_signature_gobb_gold"
  40381. "sticker_material" "cluj2015/sig_gobb_gold"
  40382. "item_rarity" "legendary"
  40383. "tournament_event_id" "8"
  40384. "tournament_team_id" "29"
  40385. "tournament_player_id" "1162165"
  40386. }
  40387. "785"
  40388. {
  40389. "name" "cluj2015_signature_nex"
  40390. "item_name" "#StickerKit_cluj2015_signature_nex"
  40391. "description_string" "#StickerKit_desc_cluj2015_signature_nex"
  40392. "sticker_material" "cluj2015/sig_nex"
  40393. "item_rarity" "rare"
  40394. "tournament_event_id" "8"
  40395. "tournament_team_id" "29"
  40396. "tournament_player_id" "90378773"
  40397. }
  40398. "786"
  40399. {
  40400. "name" "cluj2015_signature_nex_foil"
  40401. "item_name" "#StickerKit_cluj2015_signature_nex_foil"
  40402. "description_string" "#StickerKit_desc_cluj2015_signature_nex_foil"
  40403. "sticker_material" "cluj2015/sig_nex_foil"
  40404. "item_rarity" "legendary"
  40405. "tournament_event_id" "8"
  40406. "tournament_team_id" "29"
  40407. "tournament_player_id" "90378773"
  40408. }
  40409. "787"
  40410. {
  40411. "name" "cluj2015_signature_nex_gold"
  40412. "item_name" "#StickerKit_cluj2015_signature_nex_gold"
  40413. "description_string" "#StickerKit_desc_cluj2015_signature_nex_gold"
  40414. "sticker_material" "cluj2015/sig_nex_gold"
  40415. "item_rarity" "legendary"
  40416. "tournament_event_id" "8"
  40417. "tournament_team_id" "29"
  40418. "tournament_player_id" "90378773"
  40419. }
  40420. "788"
  40421. {
  40422. "name" "cluj2015_signature_niko"
  40423. "item_name" "#StickerKit_cluj2015_signature_niko"
  40424. "description_string" "#StickerKit_desc_cluj2015_signature_niko"
  40425. "sticker_material" "cluj2015/sig_niko"
  40426. "item_rarity" "rare"
  40427. "tournament_event_id" "8"
  40428. "tournament_team_id" "29"
  40429. "tournament_player_id" "81417650"
  40430. }
  40431. "789"
  40432. {
  40433. "name" "cluj2015_signature_niko_foil"
  40434. "item_name" "#StickerKit_cluj2015_signature_niko_foil"
  40435. "description_string" "#StickerKit_desc_cluj2015_signature_niko_foil"
  40436. "sticker_material" "cluj2015/sig_niko_foil"
  40437. "item_rarity" "legendary"
  40438. "tournament_event_id" "8"
  40439. "tournament_team_id" "29"
  40440. "tournament_player_id" "81417650"
  40441. }
  40442. "790"
  40443. {
  40444. "name" "cluj2015_signature_niko_gold"
  40445. "item_name" "#StickerKit_cluj2015_signature_niko_gold"
  40446. "description_string" "#StickerKit_desc_cluj2015_signature_niko_gold"
  40447. "sticker_material" "cluj2015/sig_niko_gold"
  40448. "item_rarity" "legendary"
  40449. "tournament_event_id" "8"
  40450. "tournament_team_id" "29"
  40451. "tournament_player_id" "81417650"
  40452. }
  40453. "791"
  40454. {
  40455. "name" "cluj2015_signature_edward"
  40456. "item_name" "#StickerKit_cluj2015_signature_edward"
  40457. "description_string" "#StickerKit_desc_cluj2015_signature_edward"
  40458. "sticker_material" "cluj2015/sig_edward"
  40459. "item_rarity" "rare"
  40460. "tournament_event_id" "8"
  40461. "tournament_team_id" "12"
  40462. "tournament_player_id" "23429534"
  40463. }
  40464. "792"
  40465. {
  40466. "name" "cluj2015_signature_edward_foil"
  40467. "item_name" "#StickerKit_cluj2015_signature_edward_foil"
  40468. "description_string" "#StickerKit_desc_cluj2015_signature_edward_foil"
  40469. "sticker_material" "cluj2015/sig_edward_foil"
  40470. "item_rarity" "legendary"
  40471. "tournament_event_id" "8"
  40472. "tournament_team_id" "12"
  40473. "tournament_player_id" "23429534"
  40474. }
  40475. "793"
  40476. {
  40477. "name" "cluj2015_signature_edward_gold"
  40478. "item_name" "#StickerKit_cluj2015_signature_edward_gold"
  40479. "description_string" "#StickerKit_desc_cluj2015_signature_edward_gold"
  40480. "sticker_material" "cluj2015/sig_edward_gold"
  40481. "item_rarity" "legendary"
  40482. "tournament_event_id" "8"
  40483. "tournament_team_id" "12"
  40484. "tournament_player_id" "23429534"
  40485. }
  40486. "794"
  40487. {
  40488. "name" "cluj2015_signature_flamie"
  40489. "item_name" "#StickerKit_cluj2015_signature_flamie"
  40490. "description_string" "#StickerKit_desc_cluj2015_signature_flamie"
  40491. "sticker_material" "cluj2015/sig_flamie"
  40492. "item_rarity" "rare"
  40493. "tournament_event_id" "8"
  40494. "tournament_team_id" "12"
  40495. "tournament_player_id" "156257548"
  40496. }
  40497. "795"
  40498. {
  40499. "name" "cluj2015_signature_flamie_foil"
  40500. "item_name" "#StickerKit_cluj2015_signature_flamie_foil"
  40501. "description_string" "#StickerKit_desc_cluj2015_signature_flamie_foil"
  40502. "sticker_material" "cluj2015/sig_flamie_foil"
  40503. "item_rarity" "legendary"
  40504. "tournament_event_id" "8"
  40505. "tournament_team_id" "12"
  40506. "tournament_player_id" "156257548"
  40507. }
  40508. "796"
  40509. {
  40510. "name" "cluj2015_signature_flamie_gold"
  40511. "item_name" "#StickerKit_cluj2015_signature_flamie_gold"
  40512. "description_string" "#StickerKit_desc_cluj2015_signature_flamie_gold"
  40513. "sticker_material" "cluj2015/sig_flamie_gold"
  40514. "item_rarity" "legendary"
  40515. "tournament_event_id" "8"
  40516. "tournament_team_id" "12"
  40517. "tournament_player_id" "156257548"
  40518. }
  40519. "797"
  40520. {
  40521. "name" "cluj2015_signature_guardian"
  40522. "item_name" "#StickerKit_cluj2015_signature_guardian"
  40523. "description_string" "#StickerKit_desc_cluj2015_signature_guardian"
  40524. "sticker_material" "cluj2015/sig_guardian"
  40525. "item_rarity" "rare"
  40526. "tournament_event_id" "8"
  40527. "tournament_team_id" "12"
  40528. "tournament_player_id" "12065295"
  40529. }
  40530. "798"
  40531. {
  40532. "name" "cluj2015_signature_guardian_foil"
  40533. "item_name" "#StickerKit_cluj2015_signature_guardian_foil"
  40534. "description_string" "#StickerKit_desc_cluj2015_signature_guardian_foil"
  40535. "sticker_material" "cluj2015/sig_guardian_foil"
  40536. "item_rarity" "legendary"
  40537. "tournament_event_id" "8"
  40538. "tournament_team_id" "12"
  40539. "tournament_player_id" "12065295"
  40540. }
  40541. "799"
  40542. {
  40543. "name" "cluj2015_signature_guardian_gold"
  40544. "item_name" "#StickerKit_cluj2015_signature_guardian_gold"
  40545. "description_string" "#StickerKit_desc_cluj2015_signature_guardian_gold"
  40546. "sticker_material" "cluj2015/sig_guardian_gold"
  40547. "item_rarity" "legendary"
  40548. "tournament_event_id" "8"
  40549. "tournament_team_id" "12"
  40550. "tournament_player_id" "12065295"
  40551. }
  40552. "800"
  40553. {
  40554. "name" "cluj2015_signature_seized"
  40555. "item_name" "#StickerKit_cluj2015_signature_seized"
  40556. "description_string" "#StickerKit_desc_cluj2015_signature_seized"
  40557. "sticker_material" "cluj2015/sig_seized"
  40558. "item_rarity" "rare"
  40559. "tournament_event_id" "8"
  40560. "tournament_team_id" "12"
  40561. "tournament_player_id" "3648428"
  40562. }
  40563. "801"
  40564. {
  40565. "name" "cluj2015_signature_seized_foil"
  40566. "item_name" "#StickerKit_cluj2015_signature_seized_foil"
  40567. "description_string" "#StickerKit_desc_cluj2015_signature_seized_foil"
  40568. "sticker_material" "cluj2015/sig_seized_foil"
  40569. "item_rarity" "legendary"
  40570. "tournament_event_id" "8"
  40571. "tournament_team_id" "12"
  40572. "tournament_player_id" "3648428"
  40573. }
  40574. "802"
  40575. {
  40576. "name" "cluj2015_signature_seized_gold"
  40577. "item_name" "#StickerKit_cluj2015_signature_seized_gold"
  40578. "description_string" "#StickerKit_desc_cluj2015_signature_seized_gold"
  40579. "sticker_material" "cluj2015/sig_seized_gold"
  40580. "item_rarity" "legendary"
  40581. "tournament_event_id" "8"
  40582. "tournament_team_id" "12"
  40583. "tournament_player_id" "3648428"
  40584. }
  40585. "803"
  40586. {
  40587. "name" "cluj2015_signature_zeus"
  40588. "item_name" "#StickerKit_cluj2015_signature_zeus"
  40589. "description_string" "#StickerKit_desc_cluj2015_signature_zeus"
  40590. "sticker_material" "cluj2015/sig_zeus"
  40591. "item_rarity" "rare"
  40592. "tournament_event_id" "8"
  40593. "tournament_team_id" "12"
  40594. "tournament_player_id" "59062744"
  40595. }
  40596. "804"
  40597. {
  40598. "name" "cluj2015_signature_zeus_foil"
  40599. "item_name" "#StickerKit_cluj2015_signature_zeus_foil"
  40600. "description_string" "#StickerKit_desc_cluj2015_signature_zeus_foil"
  40601. "sticker_material" "cluj2015/sig_zeus_foil"
  40602. "item_rarity" "legendary"
  40603. "tournament_event_id" "8"
  40604. "tournament_team_id" "12"
  40605. "tournament_player_id" "59062744"
  40606. }
  40607. "805"
  40608. {
  40609. "name" "cluj2015_signature_zeus_gold"
  40610. "item_name" "#StickerKit_cluj2015_signature_zeus_gold"
  40611. "description_string" "#StickerKit_desc_cluj2015_signature_zeus_gold"
  40612. "sticker_material" "cluj2015/sig_zeus_gold"
  40613. "item_rarity" "legendary"
  40614. "tournament_event_id" "8"
  40615. "tournament_team_id" "12"
  40616. "tournament_player_id" "59062744"
  40617. }
  40618. "806"
  40619. {
  40620. "name" "cluj2015_signature_allu"
  40621. "item_name" "#StickerKit_cluj2015_signature_allu"
  40622. "description_string" "#StickerKit_desc_cluj2015_signature_allu"
  40623. "sticker_material" "cluj2015/sig_allu"
  40624. "item_rarity" "rare"
  40625. "tournament_event_id" "8"
  40626. "tournament_team_id" "1"
  40627. "tournament_player_id" "1345246"
  40628. }
  40629. "807"
  40630. {
  40631. "name" "cluj2015_signature_allu_foil"
  40632. "item_name" "#StickerKit_cluj2015_signature_allu_foil"
  40633. "description_string" "#StickerKit_desc_cluj2015_signature_allu_foil"
  40634. "sticker_material" "cluj2015/sig_allu_foil"
  40635. "item_rarity" "legendary"
  40636. "tournament_event_id" "8"
  40637. "tournament_team_id" "1"
  40638. "tournament_player_id" "1345246"
  40639. }
  40640. "808"
  40641. {
  40642. "name" "cluj2015_signature_allu_gold"
  40643. "item_name" "#StickerKit_cluj2015_signature_allu_gold"
  40644. "description_string" "#StickerKit_desc_cluj2015_signature_allu_gold"
  40645. "sticker_material" "cluj2015/sig_allu_gold"
  40646. "item_rarity" "legendary"
  40647. "tournament_event_id" "8"
  40648. "tournament_team_id" "1"
  40649. "tournament_player_id" "1345246"
  40650. }
  40651. "809"
  40652. {
  40653. "name" "cluj2015_signature_forest"
  40654. "item_name" "#StickerKit_cluj2015_signature_forest"
  40655. "description_string" "#StickerKit_desc_cluj2015_signature_forest"
  40656. "sticker_material" "cluj2015/sig_forest"
  40657. "item_rarity" "rare"
  40658. "tournament_event_id" "8"
  40659. "tournament_team_id" "1"
  40660. "tournament_player_id" "93724"
  40661. }
  40662. "810"
  40663. {
  40664. "name" "cluj2015_signature_forest_foil"
  40665. "item_name" "#StickerKit_cluj2015_signature_forest_foil"
  40666. "description_string" "#StickerKit_desc_cluj2015_signature_forest_foil"
  40667. "sticker_material" "cluj2015/sig_forest_foil"
  40668. "item_rarity" "legendary"
  40669. "tournament_event_id" "8"
  40670. "tournament_team_id" "1"
  40671. "tournament_player_id" "93724"
  40672. }
  40673. "811"
  40674. {
  40675. "name" "cluj2015_signature_forest_gold"
  40676. "item_name" "#StickerKit_cluj2015_signature_forest_gold"
  40677. "description_string" "#StickerKit_desc_cluj2015_signature_forest_gold"
  40678. "sticker_material" "cluj2015/sig_forest_gold"
  40679. "item_rarity" "legendary"
  40680. "tournament_event_id" "8"
  40681. "tournament_team_id" "1"
  40682. "tournament_player_id" "93724"
  40683. }
  40684. "812"
  40685. {
  40686. "name" "cluj2015_signature_friberg"
  40687. "item_name" "#StickerKit_cluj2015_signature_friberg"
  40688. "description_string" "#StickerKit_desc_cluj2015_signature_friberg"
  40689. "sticker_material" "cluj2015/sig_friberg"
  40690. "item_rarity" "rare"
  40691. "tournament_event_id" "8"
  40692. "tournament_team_id" "1"
  40693. "tournament_player_id" "24295201"
  40694. }
  40695. "813"
  40696. {
  40697. "name" "cluj2015_signature_friberg_foil"
  40698. "item_name" "#StickerKit_cluj2015_signature_friberg_foil"
  40699. "description_string" "#StickerKit_desc_cluj2015_signature_friberg_foil"
  40700. "sticker_material" "cluj2015/sig_friberg_foil"
  40701. "item_rarity" "legendary"
  40702. "tournament_event_id" "8"
  40703. "tournament_team_id" "1"
  40704. "tournament_player_id" "24295201"
  40705. }
  40706. "814"
  40707. {
  40708. "name" "cluj2015_signature_friberg_gold"
  40709. "item_name" "#StickerKit_cluj2015_signature_friberg_gold"
  40710. "description_string" "#StickerKit_desc_cluj2015_signature_friberg_gold"
  40711. "sticker_material" "cluj2015/sig_friberg_gold"
  40712. "item_rarity" "legendary"
  40713. "tournament_event_id" "8"
  40714. "tournament_team_id" "1"
  40715. "tournament_player_id" "24295201"
  40716. }
  40717. "815"
  40718. {
  40719. "name" "cluj2015_signature_getright"
  40720. "item_name" "#StickerKit_cluj2015_signature_getright"
  40721. "description_string" "#StickerKit_desc_cluj2015_signature_getright"
  40722. "sticker_material" "cluj2015/sig_getright"
  40723. "item_rarity" "rare"
  40724. "tournament_event_id" "8"
  40725. "tournament_team_id" "1"
  40726. "tournament_player_id" "21771190"
  40727. }
  40728. "816"
  40729. {
  40730. "name" "cluj2015_signature_getright_foil"
  40731. "item_name" "#StickerKit_cluj2015_signature_getright_foil"
  40732. "description_string" "#StickerKit_desc_cluj2015_signature_getright_foil"
  40733. "sticker_material" "cluj2015/sig_getright_foil"
  40734. "item_rarity" "legendary"
  40735. "tournament_event_id" "8"
  40736. "tournament_team_id" "1"
  40737. "tournament_player_id" "21771190"
  40738. }
  40739. "817"
  40740. {
  40741. "name" "cluj2015_signature_getright_gold"
  40742. "item_name" "#StickerKit_cluj2015_signature_getright_gold"
  40743. "description_string" "#StickerKit_desc_cluj2015_signature_getright_gold"
  40744. "sticker_material" "cluj2015/sig_getright_gold"
  40745. "item_rarity" "legendary"
  40746. "tournament_event_id" "8"
  40747. "tournament_team_id" "1"
  40748. "tournament_player_id" "21771190"
  40749. }
  40750. "818"
  40751. {
  40752. "name" "cluj2015_signature_xizt"
  40753. "item_name" "#StickerKit_cluj2015_signature_xizt"
  40754. "description_string" "#StickerKit_desc_cluj2015_signature_xizt"
  40755. "sticker_material" "cluj2015/sig_xizt"
  40756. "item_rarity" "rare"
  40757. "tournament_event_id" "8"
  40758. "tournament_team_id" "1"
  40759. "tournament_player_id" "26224992"
  40760. }
  40761. "819"
  40762. {
  40763. "name" "cluj2015_signature_xizt_foil"
  40764. "item_name" "#StickerKit_cluj2015_signature_xizt_foil"
  40765. "description_string" "#StickerKit_desc_cluj2015_signature_xizt_foil"
  40766. "sticker_material" "cluj2015/sig_xizt_foil"
  40767. "item_rarity" "legendary"
  40768. "tournament_event_id" "8"
  40769. "tournament_team_id" "1"
  40770. "tournament_player_id" "26224992"
  40771. }
  40772. "820"
  40773. {
  40774. "name" "cluj2015_signature_xizt_gold"
  40775. "item_name" "#StickerKit_cluj2015_signature_xizt_gold"
  40776. "description_string" "#StickerKit_desc_cluj2015_signature_xizt_gold"
  40777. "sticker_material" "cluj2015/sig_xizt_gold"
  40778. "item_rarity" "legendary"
  40779. "tournament_event_id" "8"
  40780. "tournament_team_id" "1"
  40781. "tournament_player_id" "26224992"
  40782. }
  40783. "821"
  40784. {
  40785. "name" "cluj2015_signature_aizy"
  40786. "item_name" "#StickerKit_cluj2015_signature_aizy"
  40787. "description_string" "#StickerKit_desc_cluj2015_signature_aizy"
  40788. "sticker_material" "cluj2015/sig_aizy"
  40789. "item_rarity" "rare"
  40790. "tournament_event_id" "8"
  40791. "tournament_team_id" "24"
  40792. "tournament_player_id" "90685224"
  40793. }
  40794. "822"
  40795. {
  40796. "name" "cluj2015_signature_aizy_foil"
  40797. "item_name" "#StickerKit_cluj2015_signature_aizy_foil"
  40798. "description_string" "#StickerKit_desc_cluj2015_signature_aizy_foil"
  40799. "sticker_material" "cluj2015/sig_aizy_foil"
  40800. "item_rarity" "legendary"
  40801. "tournament_event_id" "8"
  40802. "tournament_team_id" "24"
  40803. "tournament_player_id" "90685224"
  40804. }
  40805. "823"
  40806. {
  40807. "name" "cluj2015_signature_aizy_gold"
  40808. "item_name" "#StickerKit_cluj2015_signature_aizy_gold"
  40809. "description_string" "#StickerKit_desc_cluj2015_signature_aizy_gold"
  40810. "sticker_material" "cluj2015/sig_aizy_gold"
  40811. "item_rarity" "legendary"
  40812. "tournament_event_id" "8"
  40813. "tournament_team_id" "24"
  40814. "tournament_player_id" "90685224"
  40815. }
  40816. "824"
  40817. {
  40818. "name" "cluj2015_signature_kjaerbye"
  40819. "item_name" "#StickerKit_cluj2015_signature_kjaerbye"
  40820. "description_string" "#StickerKit_desc_cluj2015_signature_kjaerbye"
  40821. "sticker_material" "cluj2015/sig_kjaerbye"
  40822. "item_rarity" "rare"
  40823. "tournament_event_id" "8"
  40824. "tournament_team_id" "24"
  40825. "tournament_player_id" "59614824"
  40826. }
  40827. "825"
  40828. {
  40829. "name" "cluj2015_signature_kjaerbye_foil"
  40830. "item_name" "#StickerKit_cluj2015_signature_kjaerbye_foil"
  40831. "description_string" "#StickerKit_desc_cluj2015_signature_kjaerbye_foil"
  40832. "sticker_material" "cluj2015/sig_kjaerbye_foil"
  40833. "item_rarity" "legendary"
  40834. "tournament_event_id" "8"
  40835. "tournament_team_id" "24"
  40836. "tournament_player_id" "59614824"
  40837. }
  40838. "826"
  40839. {
  40840. "name" "cluj2015_signature_kjaerbye_gold"
  40841. "item_name" "#StickerKit_cluj2015_signature_kjaerbye_gold"
  40842. "description_string" "#StickerKit_desc_cluj2015_signature_kjaerbye_gold"
  40843. "sticker_material" "cluj2015/sig_kjaerbye_gold"
  40844. "item_rarity" "legendary"
  40845. "tournament_event_id" "8"
  40846. "tournament_team_id" "24"
  40847. "tournament_player_id" "59614824"
  40848. }
  40849. "827"
  40850. {
  40851. "name" "cluj2015_signature_msl"
  40852. "item_name" "#StickerKit_cluj2015_signature_msl"
  40853. "description_string" "#StickerKit_desc_cluj2015_signature_msl"
  40854. "sticker_material" "cluj2015/sig_msl"
  40855. "item_rarity" "rare"
  40856. "tournament_event_id" "8"
  40857. "tournament_team_id" "24"
  40858. "tournament_player_id" "24134891"
  40859. }
  40860. "828"
  40861. {
  40862. "name" "cluj2015_signature_msl_foil"
  40863. "item_name" "#StickerKit_cluj2015_signature_msl_foil"
  40864. "description_string" "#StickerKit_desc_cluj2015_signature_msl_foil"
  40865. "sticker_material" "cluj2015/sig_msl_foil"
  40866. "item_rarity" "legendary"
  40867. "tournament_event_id" "8"
  40868. "tournament_team_id" "24"
  40869. "tournament_player_id" "24134891"
  40870. }
  40871. "829"
  40872. {
  40873. "name" "cluj2015_signature_msl_gold"
  40874. "item_name" "#StickerKit_cluj2015_signature_msl_gold"
  40875. "description_string" "#StickerKit_desc_cluj2015_signature_msl_gold"
  40876. "sticker_material" "cluj2015/sig_msl_gold"
  40877. "item_rarity" "legendary"
  40878. "tournament_event_id" "8"
  40879. "tournament_team_id" "24"
  40880. "tournament_player_id" "24134891"
  40881. }
  40882. "830"
  40883. {
  40884. "name" "cluj2015_signature_pimp"
  40885. "item_name" "#StickerKit_cluj2015_signature_pimp"
  40886. "description_string" "#StickerKit_desc_cluj2015_signature_pimp"
  40887. "sticker_material" "cluj2015/sig_pimp"
  40888. "item_rarity" "rare"
  40889. "tournament_event_id" "8"
  40890. "tournament_team_id" "24"
  40891. "tournament_player_id" "57742580"
  40892. }
  40893. "831"
  40894. {
  40895. "name" "cluj2015_signature_pimp_foil"
  40896. "item_name" "#StickerKit_cluj2015_signature_pimp_foil"
  40897. "description_string" "#StickerKit_desc_cluj2015_signature_pimp_foil"
  40898. "sticker_material" "cluj2015/sig_pimp_foil"
  40899. "item_rarity" "legendary"
  40900. "tournament_event_id" "8"
  40901. "tournament_team_id" "24"
  40902. "tournament_player_id" "57742580"
  40903. }
  40904. "832"
  40905. {
  40906. "name" "cluj2015_signature_pimp_gold"
  40907. "item_name" "#StickerKit_cluj2015_signature_pimp_gold"
  40908. "description_string" "#StickerKit_desc_cluj2015_signature_pimp_gold"
  40909. "sticker_material" "cluj2015/sig_pimp_gold"
  40910. "item_rarity" "legendary"
  40911. "tournament_event_id" "8"
  40912. "tournament_team_id" "24"
  40913. "tournament_player_id" "57742580"
  40914. }
  40915. "833"
  40916. {
  40917. "name" "cluj2015_signature_tenzki"
  40918. "item_name" "#StickerKit_cluj2015_signature_tenzki"
  40919. "description_string" "#StickerKit_desc_cluj2015_signature_tenzki"
  40920. "sticker_material" "cluj2015/sig_tenzki"
  40921. "item_rarity" "rare"
  40922. "tournament_event_id" "8"
  40923. "tournament_team_id" "24"
  40924. "tournament_player_id" "37214922"
  40925. }
  40926. "834"
  40927. {
  40928. "name" "cluj2015_signature_tenzki_foil"
  40929. "item_name" "#StickerKit_cluj2015_signature_tenzki_foil"
  40930. "description_string" "#StickerKit_desc_cluj2015_signature_tenzki_foil"
  40931. "sticker_material" "cluj2015/sig_tenzki_foil"
  40932. "item_rarity" "legendary"
  40933. "tournament_event_id" "8"
  40934. "tournament_team_id" "24"
  40935. "tournament_player_id" "37214922"
  40936. }
  40937. "835"
  40938. {
  40939. "name" "cluj2015_signature_tenzki_gold"
  40940. "item_name" "#StickerKit_cluj2015_signature_tenzki_gold"
  40941. "description_string" "#StickerKit_desc_cluj2015_signature_tenzki_gold"
  40942. "sticker_material" "cluj2015/sig_tenzki_gold"
  40943. "item_rarity" "legendary"
  40944. "tournament_event_id" "8"
  40945. "tournament_team_id" "24"
  40946. "tournament_player_id" "37214922"
  40947. }
  40948. "836"
  40949. {
  40950. "name" "cluj2015_signature_adren"
  40951. "item_name" "#StickerKit_cluj2015_signature_adren"
  40952. "description_string" "#StickerKit_desc_cluj2015_signature_adren"
  40953. "sticker_material" "cluj2015/sig_adren"
  40954. "item_rarity" "rare"
  40955. "tournament_event_id" "8"
  40956. "tournament_team_id" "48"
  40957. "tournament_player_id" "1366033"
  40958. }
  40959. "837"
  40960. {
  40961. "name" "cluj2015_signature_adren_foil"
  40962. "item_name" "#StickerKit_cluj2015_signature_adren_foil"
  40963. "description_string" "#StickerKit_desc_cluj2015_signature_adren_foil"
  40964. "sticker_material" "cluj2015/sig_adren_foil"
  40965. "item_rarity" "legendary"
  40966. "tournament_event_id" "8"
  40967. "tournament_team_id" "48"
  40968. "tournament_player_id" "1366033"
  40969. }
  40970. "838"
  40971. {
  40972. "name" "cluj2015_signature_adren_gold"
  40973. "item_name" "#StickerKit_cluj2015_signature_adren_gold"
  40974. "description_string" "#StickerKit_desc_cluj2015_signature_adren_gold"
  40975. "sticker_material" "cluj2015/sig_adren_gold"
  40976. "item_rarity" "legendary"
  40977. "tournament_event_id" "8"
  40978. "tournament_team_id" "48"
  40979. "tournament_player_id" "1366033"
  40980. }
  40981. "839"
  40982. {
  40983. "name" "cluj2015_signature_elige"
  40984. "item_name" "#StickerKit_cluj2015_signature_elige"
  40985. "description_string" "#StickerKit_desc_cluj2015_signature_elige"
  40986. "sticker_material" "cluj2015/sig_elige"
  40987. "item_rarity" "rare"
  40988. "tournament_event_id" "8"
  40989. "tournament_team_id" "48"
  40990. "tournament_player_id" "106428011"
  40991. }
  40992. "840"
  40993. {
  40994. "name" "cluj2015_signature_elige_foil"
  40995. "item_name" "#StickerKit_cluj2015_signature_elige_foil"
  40996. "description_string" "#StickerKit_desc_cluj2015_signature_elige_foil"
  40997. "sticker_material" "cluj2015/sig_elige_foil"
  40998. "item_rarity" "legendary"
  40999. "tournament_event_id" "8"
  41000. "tournament_team_id" "48"
  41001. "tournament_player_id" "106428011"
  41002. }
  41003. "841"
  41004. {
  41005. "name" "cluj2015_signature_elige_gold"
  41006. "item_name" "#StickerKit_cluj2015_signature_elige_gold"
  41007. "description_string" "#StickerKit_desc_cluj2015_signature_elige_gold"
  41008. "sticker_material" "cluj2015/sig_elige_gold"
  41009. "item_rarity" "legendary"
  41010. "tournament_event_id" "8"
  41011. "tournament_team_id" "48"
  41012. "tournament_player_id" "106428011"
  41013. }
  41014. "842"
  41015. {
  41016. "name" "cluj2015_signature_fugly"
  41017. "item_name" "#StickerKit_cluj2015_signature_fugly"
  41018. "description_string" "#StickerKit_desc_cluj2015_signature_fugly"
  41019. "sticker_material" "cluj2015/sig_fugly"
  41020. "item_rarity" "rare"
  41021. "tournament_event_id" "8"
  41022. "tournament_team_id" "48"
  41023. "tournament_player_id" "108760082"
  41024. }
  41025. "843"
  41026. {
  41027. "name" "cluj2015_signature_fugly_foil"
  41028. "item_name" "#StickerKit_cluj2015_signature_fugly_foil"
  41029. "description_string" "#StickerKit_desc_cluj2015_signature_fugly_foil"
  41030. "sticker_material" "cluj2015/sig_fugly_foil"
  41031. "item_rarity" "legendary"
  41032. "tournament_event_id" "8"
  41033. "tournament_team_id" "48"
  41034. "tournament_player_id" "108760082"
  41035. }
  41036. "844"
  41037. {
  41038. "name" "cluj2015_signature_fugly_gold"
  41039. "item_name" "#StickerKit_cluj2015_signature_fugly_gold"
  41040. "description_string" "#StickerKit_desc_cluj2015_signature_fugly_gold"
  41041. "sticker_material" "cluj2015/sig_fugly_gold"
  41042. "item_rarity" "legendary"
  41043. "tournament_event_id" "8"
  41044. "tournament_team_id" "48"
  41045. "tournament_player_id" "108760082"
  41046. }
  41047. "845"
  41048. {
  41049. "name" "cluj2015_signature_hiko"
  41050. "item_name" "#StickerKit_cluj2015_signature_hiko"
  41051. "description_string" "#StickerKit_desc_cluj2015_signature_hiko"
  41052. "sticker_material" "cluj2015/sig_hiko"
  41053. "item_rarity" "rare"
  41054. "tournament_event_id" "8"
  41055. "tournament_team_id" "48"
  41056. "tournament_player_id" "2791"
  41057. }
  41058. "846"
  41059. {
  41060. "name" "cluj2015_signature_hiko_foil"
  41061. "item_name" "#StickerKit_cluj2015_signature_hiko_foil"
  41062. "description_string" "#StickerKit_desc_cluj2015_signature_hiko_foil"
  41063. "sticker_material" "cluj2015/sig_hiko_foil"
  41064. "item_rarity" "legendary"
  41065. "tournament_event_id" "8"
  41066. "tournament_team_id" "48"
  41067. "tournament_player_id" "2791"
  41068. }
  41069. "847"
  41070. {
  41071. "name" "cluj2015_signature_hiko_gold"
  41072. "item_name" "#StickerKit_cluj2015_signature_hiko_gold"
  41073. "description_string" "#StickerKit_desc_cluj2015_signature_hiko_gold"
  41074. "sticker_material" "cluj2015/sig_hiko_gold"
  41075. "item_rarity" "legendary"
  41076. "tournament_event_id" "8"
  41077. "tournament_team_id" "48"
  41078. "tournament_player_id" "2791"
  41079. }
  41080. "848"
  41081. {
  41082. "name" "cluj2015_signature_nitro"
  41083. "item_name" "#StickerKit_cluj2015_signature_nitro"
  41084. "description_string" "#StickerKit_desc_cluj2015_signature_nitro"
  41085. "sticker_material" "cluj2015/sig_nitro"
  41086. "item_rarity" "rare"
  41087. "tournament_event_id" "8"
  41088. "tournament_team_id" "48"
  41089. "tournament_player_id" "35624002"
  41090. }
  41091. "849"
  41092. {
  41093. "name" "cluj2015_signature_nitro_foil"
  41094. "item_name" "#StickerKit_cluj2015_signature_nitro_foil"
  41095. "description_string" "#StickerKit_desc_cluj2015_signature_nitro_foil"
  41096. "sticker_material" "cluj2015/sig_nitro_foil"
  41097. "item_rarity" "legendary"
  41098. "tournament_event_id" "8"
  41099. "tournament_team_id" "48"
  41100. "tournament_player_id" "35624002"
  41101. }
  41102. "850"
  41103. {
  41104. "name" "cluj2015_signature_nitro_gold"
  41105. "item_name" "#StickerKit_cluj2015_signature_nitro_gold"
  41106. "description_string" "#StickerKit_desc_cluj2015_signature_nitro_gold"
  41107. "sticker_material" "cluj2015/sig_nitro_gold"
  41108. "item_rarity" "legendary"
  41109. "tournament_event_id" "8"
  41110. "tournament_team_id" "48"
  41111. "tournament_player_id" "35624002"
  41112. }
  41113. "851"
  41114. {
  41115. "name" "cluj2015_signature_ex6tenz"
  41116. "item_name" "#StickerKit_cluj2015_signature_ex6tenz"
  41117. "description_string" "#StickerKit_desc_cluj2015_signature_ex6tenz"
  41118. "sticker_material" "cluj2015/sig_ex6tenz"
  41119. "item_rarity" "rare"
  41120. "tournament_event_id" "8"
  41121. "tournament_team_id" "27"
  41122. "tournament_player_id" "11737333"
  41123. }
  41124. "852"
  41125. {
  41126. "name" "cluj2015_signature_ex6tenz_foil"
  41127. "item_name" "#StickerKit_cluj2015_signature_ex6tenz_foil"
  41128. "description_string" "#StickerKit_desc_cluj2015_signature_ex6tenz_foil"
  41129. "sticker_material" "cluj2015/sig_ex6tenz_foil"
  41130. "item_rarity" "legendary"
  41131. "tournament_event_id" "8"
  41132. "tournament_team_id" "27"
  41133. "tournament_player_id" "11737333"
  41134. }
  41135. "853"
  41136. {
  41137. "name" "cluj2015_signature_ex6tenz_gold"
  41138. "item_name" "#StickerKit_cluj2015_signature_ex6tenz_gold"
  41139. "description_string" "#StickerKit_desc_cluj2015_signature_ex6tenz_gold"
  41140. "sticker_material" "cluj2015/sig_ex6tenz_gold"
  41141. "item_rarity" "legendary"
  41142. "tournament_event_id" "8"
  41143. "tournament_team_id" "27"
  41144. "tournament_player_id" "11737333"
  41145. }
  41146. "854"
  41147. {
  41148. "name" "cluj2015_signature_rpk"
  41149. "item_name" "#StickerKit_cluj2015_signature_rpk"
  41150. "description_string" "#StickerKit_desc_cluj2015_signature_rpk"
  41151. "sticker_material" "cluj2015/sig_rpk"
  41152. "item_rarity" "rare"
  41153. "tournament_event_id" "8"
  41154. "tournament_team_id" "27"
  41155. "tournament_player_id" "53985773"
  41156. }
  41157. "855"
  41158. {
  41159. "name" "cluj2015_signature_rpk_foil"
  41160. "item_name" "#StickerKit_cluj2015_signature_rpk_foil"
  41161. "description_string" "#StickerKit_desc_cluj2015_signature_rpk_foil"
  41162. "sticker_material" "cluj2015/sig_rpk_foil"
  41163. "item_rarity" "legendary"
  41164. "tournament_event_id" "8"
  41165. "tournament_team_id" "27"
  41166. "tournament_player_id" "53985773"
  41167. }
  41168. "856"
  41169. {
  41170. "name" "cluj2015_signature_rpk_gold"
  41171. "item_name" "#StickerKit_cluj2015_signature_rpk_gold"
  41172. "description_string" "#StickerKit_desc_cluj2015_signature_rpk_gold"
  41173. "sticker_material" "cluj2015/sig_rpk_gold"
  41174. "item_rarity" "legendary"
  41175. "tournament_event_id" "8"
  41176. "tournament_team_id" "27"
  41177. "tournament_player_id" "53985773"
  41178. }
  41179. "857"
  41180. {
  41181. "name" "cluj2015_signature_scream"
  41182. "item_name" "#StickerKit_cluj2015_signature_scream"
  41183. "description_string" "#StickerKit_desc_cluj2015_signature_scream"
  41184. "sticker_material" "cluj2015/sig_scream"
  41185. "item_rarity" "rare"
  41186. "tournament_event_id" "8"
  41187. "tournament_team_id" "27"
  41188. "tournament_player_id" "28502520"
  41189. }
  41190. "858"
  41191. {
  41192. "name" "cluj2015_signature_scream_foil"
  41193. "item_name" "#StickerKit_cluj2015_signature_scream_foil"
  41194. "description_string" "#StickerKit_desc_cluj2015_signature_scream_foil"
  41195. "sticker_material" "cluj2015/sig_scream_foil"
  41196. "item_rarity" "legendary"
  41197. "tournament_event_id" "8"
  41198. "tournament_team_id" "27"
  41199. "tournament_player_id" "28502520"
  41200. }
  41201. "859"
  41202. {
  41203. "name" "cluj2015_signature_scream_gold"
  41204. "item_name" "#StickerKit_cluj2015_signature_scream_gold"
  41205. "description_string" "#StickerKit_desc_cluj2015_signature_scream_gold"
  41206. "sticker_material" "cluj2015/sig_scream_gold"
  41207. "item_rarity" "legendary"
  41208. "tournament_event_id" "8"
  41209. "tournament_team_id" "27"
  41210. "tournament_player_id" "28502520"
  41211. }
  41212. "860"
  41213. {
  41214. "name" "cluj2015_signature_shox"
  41215. "item_name" "#StickerKit_cluj2015_signature_shox"
  41216. "description_string" "#StickerKit_desc_cluj2015_signature_shox"
  41217. "sticker_material" "cluj2015/sig_shox"
  41218. "item_rarity" "rare"
  41219. "tournament_event_id" "8"
  41220. "tournament_team_id" "27"
  41221. "tournament_player_id" "46654567"
  41222. }
  41223. "861"
  41224. {
  41225. "name" "cluj2015_signature_shox_foil"
  41226. "item_name" "#StickerKit_cluj2015_signature_shox_foil"
  41227. "description_string" "#StickerKit_desc_cluj2015_signature_shox_foil"
  41228. "sticker_material" "cluj2015/sig_shox_foil"
  41229. "item_rarity" "legendary"
  41230. "tournament_event_id" "8"
  41231. "tournament_team_id" "27"
  41232. "tournament_player_id" "46654567"
  41233. }
  41234. "862"
  41235. {
  41236. "name" "cluj2015_signature_shox_gold"
  41237. "item_name" "#StickerKit_cluj2015_signature_shox_gold"
  41238. "description_string" "#StickerKit_desc_cluj2015_signature_shox_gold"
  41239. "sticker_material" "cluj2015/sig_shox_gold"
  41240. "item_rarity" "legendary"
  41241. "tournament_event_id" "8"
  41242. "tournament_team_id" "27"
  41243. "tournament_player_id" "46654567"
  41244. }
  41245. "863"
  41246. {
  41247. "name" "cluj2015_signature_smithzz"
  41248. "item_name" "#StickerKit_cluj2015_signature_smithzz"
  41249. "description_string" "#StickerKit_desc_cluj2015_signature_smithzz"
  41250. "sticker_material" "cluj2015/sig_smithzz"
  41251. "item_rarity" "rare"
  41252. "tournament_event_id" "8"
  41253. "tournament_team_id" "27"
  41254. "tournament_player_id" "14321919"
  41255. }
  41256. "864"
  41257. {
  41258. "name" "cluj2015_signature_smithzz_foil"
  41259. "item_name" "#StickerKit_cluj2015_signature_smithzz_foil"
  41260. "description_string" "#StickerKit_desc_cluj2015_signature_smithzz_foil"
  41261. "sticker_material" "cluj2015/sig_smithzz_foil"
  41262. "item_rarity" "legendary"
  41263. "tournament_event_id" "8"
  41264. "tournament_team_id" "27"
  41265. "tournament_player_id" "14321919"
  41266. }
  41267. "865"
  41268. {
  41269. "name" "cluj2015_signature_smithzz_gold"
  41270. "item_name" "#StickerKit_cluj2015_signature_smithzz_gold"
  41271. "description_string" "#StickerKit_desc_cluj2015_signature_smithzz_gold"
  41272. "sticker_material" "cluj2015/sig_smithzz_gold"
  41273. "item_rarity" "legendary"
  41274. "tournament_event_id" "8"
  41275. "tournament_team_id" "27"
  41276. "tournament_player_id" "14321919"
  41277. }
  41278. "866"
  41279. {
  41280. "name" "cluj2015_signature_cajunb"
  41281. "item_name" "#StickerKit_cluj2015_signature_cajunb"
  41282. "description_string" "#StickerKit_desc_cluj2015_signature_cajunb"
  41283. "sticker_material" "cluj2015/sig_cajunb"
  41284. "item_rarity" "rare"
  41285. "tournament_event_id" "8"
  41286. "tournament_team_id" "58"
  41287. "tournament_player_id" "18062315"
  41288. }
  41289. "867"
  41290. {
  41291. "name" "cluj2015_signature_cajunb_foil"
  41292. "item_name" "#StickerKit_cluj2015_signature_cajunb_foil"
  41293. "description_string" "#StickerKit_desc_cluj2015_signature_cajunb_foil"
  41294. "sticker_material" "cluj2015/sig_cajunb_foil"
  41295. "item_rarity" "legendary"
  41296. "tournament_event_id" "8"
  41297. "tournament_team_id" "58"
  41298. "tournament_player_id" "18062315"
  41299. }
  41300. "868"
  41301. {
  41302. "name" "cluj2015_signature_cajunb_gold"
  41303. "item_name" "#StickerKit_cluj2015_signature_cajunb_gold"
  41304. "description_string" "#StickerKit_desc_cluj2015_signature_cajunb_gold"
  41305. "sticker_material" "cluj2015/sig_cajunb_gold"
  41306. "item_rarity" "legendary"
  41307. "tournament_event_id" "8"
  41308. "tournament_team_id" "58"
  41309. "tournament_player_id" "18062315"
  41310. }
  41311. "869"
  41312. {
  41313. "name" "cluj2015_signature_device"
  41314. "item_name" "#StickerKit_cluj2015_signature_device"
  41315. "description_string" "#StickerKit_desc_cluj2015_signature_device"
  41316. "sticker_material" "cluj2015/sig_device"
  41317. "item_rarity" "rare"
  41318. "tournament_event_id" "8"
  41319. "tournament_team_id" "58"
  41320. "tournament_player_id" "27447936"
  41321. }
  41322. "870"
  41323. {
  41324. "name" "cluj2015_signature_device_foil"
  41325. "item_name" "#StickerKit_cluj2015_signature_device_foil"
  41326. "description_string" "#StickerKit_desc_cluj2015_signature_device_foil"
  41327. "sticker_material" "cluj2015/sig_device_foil"
  41328. "item_rarity" "legendary"
  41329. "tournament_event_id" "8"
  41330. "tournament_team_id" "58"
  41331. "tournament_player_id" "27447936"
  41332. }
  41333. "871"
  41334. {
  41335. "name" "cluj2015_signature_device_gold"
  41336. "item_name" "#StickerKit_cluj2015_signature_device_gold"
  41337. "description_string" "#StickerKit_desc_cluj2015_signature_device_gold"
  41338. "sticker_material" "cluj2015/sig_device_gold"
  41339. "item_rarity" "legendary"
  41340. "tournament_event_id" "8"
  41341. "tournament_team_id" "58"
  41342. "tournament_player_id" "27447936"
  41343. }
  41344. "872"
  41345. {
  41346. "name" "cluj2015_signature_dupreeh"
  41347. "item_name" "#StickerKit_cluj2015_signature_dupreeh"
  41348. "description_string" "#StickerKit_desc_cluj2015_signature_dupreeh"
  41349. "sticker_material" "cluj2015/sig_dupreeh"
  41350. "item_rarity" "rare"
  41351. "tournament_event_id" "8"
  41352. "tournament_team_id" "58"
  41353. "tournament_player_id" "44589228"
  41354. }
  41355. "873"
  41356. {
  41357. "name" "cluj2015_signature_dupreeh_foil"
  41358. "item_name" "#StickerKit_cluj2015_signature_dupreeh_foil"
  41359. "description_string" "#StickerKit_desc_cluj2015_signature_dupreeh_foil"
  41360. "sticker_material" "cluj2015/sig_dupreeh_foil"
  41361. "item_rarity" "legendary"
  41362. "tournament_event_id" "8"
  41363. "tournament_team_id" "58"
  41364. "tournament_player_id" "44589228"
  41365. }
  41366. "874"
  41367. {
  41368. "name" "cluj2015_signature_dupreeh_gold"
  41369. "item_name" "#StickerKit_cluj2015_signature_dupreeh_gold"
  41370. "description_string" "#StickerKit_desc_cluj2015_signature_dupreeh_gold"
  41371. "sticker_material" "cluj2015/sig_dupreeh_gold"
  41372. "item_rarity" "legendary"
  41373. "tournament_event_id" "8"
  41374. "tournament_team_id" "58"
  41375. "tournament_player_id" "44589228"
  41376. }
  41377. "875"
  41378. {
  41379. "name" "cluj2015_signature_karrigan"
  41380. "item_name" "#StickerKit_cluj2015_signature_karrigan"
  41381. "description_string" "#StickerKit_desc_cluj2015_signature_karrigan"
  41382. "sticker_material" "cluj2015/sig_karrigan"
  41383. "item_rarity" "rare"
  41384. "tournament_event_id" "8"
  41385. "tournament_team_id" "58"
  41386. "tournament_player_id" "29164525"
  41387. }
  41388. "876"
  41389. {
  41390. "name" "cluj2015_signature_karrigan_foil"
  41391. "item_name" "#StickerKit_cluj2015_signature_karrigan_foil"
  41392. "description_string" "#StickerKit_desc_cluj2015_signature_karrigan_foil"
  41393. "sticker_material" "cluj2015/sig_karrigan_foil"
  41394. "item_rarity" "legendary"
  41395. "tournament_event_id" "8"
  41396. "tournament_team_id" "58"
  41397. "tournament_player_id" "29164525"
  41398. }
  41399. "877"
  41400. {
  41401. "name" "cluj2015_signature_karrigan_gold"
  41402. "item_name" "#StickerKit_cluj2015_signature_karrigan_gold"
  41403. "description_string" "#StickerKit_desc_cluj2015_signature_karrigan_gold"
  41404. "sticker_material" "cluj2015/sig_karrigan_gold"
  41405. "item_rarity" "legendary"
  41406. "tournament_event_id" "8"
  41407. "tournament_team_id" "58"
  41408. "tournament_player_id" "29164525"
  41409. }
  41410. "878"
  41411. {
  41412. "name" "cluj2015_signature_xyp9x"
  41413. "item_name" "#StickerKit_cluj2015_signature_xyp9x"
  41414. "description_string" "#StickerKit_desc_cluj2015_signature_xyp9x"
  41415. "sticker_material" "cluj2015/sig_xyp9x"
  41416. "item_rarity" "rare"
  41417. "tournament_event_id" "8"
  41418. "tournament_team_id" "58"
  41419. "tournament_player_id" "30416534"
  41420. }
  41421. "879"
  41422. {
  41423. "name" "cluj2015_signature_xyp9x_foil"
  41424. "item_name" "#StickerKit_cluj2015_signature_xyp9x_foil"
  41425. "description_string" "#StickerKit_desc_cluj2015_signature_xyp9x_foil"
  41426. "sticker_material" "cluj2015/sig_xyp9x_foil"
  41427. "item_rarity" "legendary"
  41428. "tournament_event_id" "8"
  41429. "tournament_team_id" "58"
  41430. "tournament_player_id" "30416534"
  41431. }
  41432. "880"
  41433. {
  41434. "name" "cluj2015_signature_xyp9x_gold"
  41435. "item_name" "#StickerKit_cluj2015_signature_xyp9x_gold"
  41436. "description_string" "#StickerKit_desc_cluj2015_signature_xyp9x_gold"
  41437. "sticker_material" "cluj2015/sig_xyp9x_gold"
  41438. "item_rarity" "legendary"
  41439. "tournament_event_id" "8"
  41440. "tournament_team_id" "58"
  41441. "tournament_player_id" "30416534"
  41442. }
  41443. "881"
  41444. {
  41445. "name" "cluj2015_signature_furlan"
  41446. "item_name" "#StickerKit_cluj2015_signature_furlan"
  41447. "description_string" "#StickerKit_desc_cluj2015_signature_furlan"
  41448. "sticker_material" "cluj2015/sig_furlan"
  41449. "item_rarity" "rare"
  41450. "tournament_event_id" "8"
  41451. "tournament_team_id" "47"
  41452. "tournament_player_id" "177495873"
  41453. }
  41454. "882"
  41455. {
  41456. "name" "cluj2015_signature_furlan_foil"
  41457. "item_name" "#StickerKit_cluj2015_signature_furlan_foil"
  41458. "description_string" "#StickerKit_desc_cluj2015_signature_furlan_foil"
  41459. "sticker_material" "cluj2015/sig_furlan_foil"
  41460. "item_rarity" "legendary"
  41461. "tournament_event_id" "8"
  41462. "tournament_team_id" "47"
  41463. "tournament_player_id" "177495873"
  41464. }
  41465. "883"
  41466. {
  41467. "name" "cluj2015_signature_furlan_gold"
  41468. "item_name" "#StickerKit_cluj2015_signature_furlan_gold"
  41469. "description_string" "#StickerKit_desc_cluj2015_signature_furlan_gold"
  41470. "sticker_material" "cluj2015/sig_furlan_gold"
  41471. "item_rarity" "legendary"
  41472. "tournament_event_id" "8"
  41473. "tournament_team_id" "47"
  41474. "tournament_player_id" "177495873"
  41475. }
  41476. "884"
  41477. {
  41478. "name" "cluj2015_signature_gruby"
  41479. "item_name" "#StickerKit_cluj2015_signature_gruby"
  41480. "description_string" "#StickerKit_desc_cluj2015_signature_gruby"
  41481. "sticker_material" "cluj2015/sig_gruby"
  41482. "item_rarity" "rare"
  41483. "tournament_event_id" "8"
  41484. "tournament_team_id" "47"
  41485. "tournament_player_id" "44752530"
  41486. }
  41487. "885"
  41488. {
  41489. "name" "cluj2015_signature_gruby_foil"
  41490. "item_name" "#StickerKit_cluj2015_signature_gruby_foil"
  41491. "description_string" "#StickerKit_desc_cluj2015_signature_gruby_foil"
  41492. "sticker_material" "cluj2015/sig_gruby_foil"
  41493. "item_rarity" "legendary"
  41494. "tournament_event_id" "8"
  41495. "tournament_team_id" "47"
  41496. "tournament_player_id" "44752530"
  41497. }
  41498. "886"
  41499. {
  41500. "name" "cluj2015_signature_gruby_gold"
  41501. "item_name" "#StickerKit_cluj2015_signature_gruby_gold"
  41502. "description_string" "#StickerKit_desc_cluj2015_signature_gruby_gold"
  41503. "sticker_material" "cluj2015/sig_gruby_gold"
  41504. "item_rarity" "legendary"
  41505. "tournament_event_id" "8"
  41506. "tournament_team_id" "47"
  41507. "tournament_player_id" "44752530"
  41508. }
  41509. "887"
  41510. {
  41511. "name" "cluj2015_signature_hyper"
  41512. "item_name" "#StickerKit_cluj2015_signature_hyper"
  41513. "description_string" "#StickerKit_desc_cluj2015_signature_hyper"
  41514. "sticker_material" "cluj2015/sig_hyper"
  41515. "item_rarity" "rare"
  41516. "tournament_event_id" "8"
  41517. "tournament_team_id" "47"
  41518. "tournament_player_id" "10357481"
  41519. }
  41520. "888"
  41521. {
  41522. "name" "cluj2015_signature_hyper_foil"
  41523. "item_name" "#StickerKit_cluj2015_signature_hyper_foil"
  41524. "description_string" "#StickerKit_desc_cluj2015_signature_hyper_foil"
  41525. "sticker_material" "cluj2015/sig_hyper_foil"
  41526. "item_rarity" "legendary"
  41527. "tournament_event_id" "8"
  41528. "tournament_team_id" "47"
  41529. "tournament_player_id" "10357481"
  41530. }
  41531. "889"
  41532. {
  41533. "name" "cluj2015_signature_hyper_gold"
  41534. "item_name" "#StickerKit_cluj2015_signature_hyper_gold"
  41535. "description_string" "#StickerKit_desc_cluj2015_signature_hyper_gold"
  41536. "sticker_material" "cluj2015/sig_hyper_gold"
  41537. "item_rarity" "legendary"
  41538. "tournament_event_id" "8"
  41539. "tournament_team_id" "47"
  41540. "tournament_player_id" "10357481"
  41541. }
  41542. "890"
  41543. {
  41544. "name" "cluj2015_signature_peet"
  41545. "item_name" "#StickerKit_cluj2015_signature_peet"
  41546. "description_string" "#StickerKit_desc_cluj2015_signature_peet"
  41547. "sticker_material" "cluj2015/sig_peet"
  41548. "item_rarity" "rare"
  41549. "tournament_event_id" "8"
  41550. "tournament_team_id" "47"
  41551. "tournament_player_id" "104340617"
  41552. }
  41553. "891"
  41554. {
  41555. "name" "cluj2015_signature_peet_foil"
  41556. "item_name" "#StickerKit_cluj2015_signature_peet_foil"
  41557. "description_string" "#StickerKit_desc_cluj2015_signature_peet_foil"
  41558. "sticker_material" "cluj2015/sig_peet_foil"
  41559. "item_rarity" "legendary"
  41560. "tournament_event_id" "8"
  41561. "tournament_team_id" "47"
  41562. "tournament_player_id" "104340617"
  41563. }
  41564. "892"
  41565. {
  41566. "name" "cluj2015_signature_peet_gold"
  41567. "item_name" "#StickerKit_cluj2015_signature_peet_gold"
  41568. "description_string" "#StickerKit_desc_cluj2015_signature_peet_gold"
  41569. "sticker_material" "cluj2015/sig_peet_gold"
  41570. "item_rarity" "legendary"
  41571. "tournament_event_id" "8"
  41572. "tournament_team_id" "47"
  41573. "tournament_player_id" "104340617"
  41574. }
  41575. "893"
  41576. {
  41577. "name" "cluj2015_signature_rallen"
  41578. "item_name" "#StickerKit_cluj2015_signature_rallen"
  41579. "description_string" "#StickerKit_desc_cluj2015_signature_rallen"
  41580. "sticker_material" "cluj2015/sig_rallen"
  41581. "item_rarity" "rare"
  41582. "tournament_event_id" "8"
  41583. "tournament_team_id" "47"
  41584. "tournament_player_id" "31166738"
  41585. }
  41586. "894"
  41587. {
  41588. "name" "cluj2015_signature_rallen_foil"
  41589. "item_name" "#StickerKit_cluj2015_signature_rallen_foil"
  41590. "description_string" "#StickerKit_desc_cluj2015_signature_rallen_foil"
  41591. "sticker_material" "cluj2015/sig_rallen_foil"
  41592. "item_rarity" "legendary"
  41593. "tournament_event_id" "8"
  41594. "tournament_team_id" "47"
  41595. "tournament_player_id" "31166738"
  41596. }
  41597. "895"
  41598. {
  41599. "name" "cluj2015_signature_rallen_gold"
  41600. "item_name" "#StickerKit_cluj2015_signature_rallen_gold"
  41601. "description_string" "#StickerKit_desc_cluj2015_signature_rallen_gold"
  41602. "sticker_material" "cluj2015/sig_rallen_gold"
  41603. "item_rarity" "legendary"
  41604. "tournament_event_id" "8"
  41605. "tournament_team_id" "47"
  41606. "tournament_player_id" "31166738"
  41607. }
  41608. "896"
  41609. {
  41610. "name" "cluj2015_signature_byali"
  41611. "item_name" "#StickerKit_cluj2015_signature_byali"
  41612. "description_string" "#StickerKit_desc_cluj2015_signature_byali"
  41613. "sticker_material" "cluj2015/sig_byali"
  41614. "item_rarity" "rare"
  41615. "tournament_event_id" "8"
  41616. "tournament_team_id" "31"
  41617. "tournament_player_id" "18860354"
  41618. }
  41619. "897"
  41620. {
  41621. "name" "cluj2015_signature_byali_foil"
  41622. "item_name" "#StickerKit_cluj2015_signature_byali_foil"
  41623. "description_string" "#StickerKit_desc_cluj2015_signature_byali_foil"
  41624. "sticker_material" "cluj2015/sig_byali_foil"
  41625. "item_rarity" "legendary"
  41626. "tournament_event_id" "8"
  41627. "tournament_team_id" "31"
  41628. "tournament_player_id" "18860354"
  41629. }
  41630. "898"
  41631. {
  41632. "name" "cluj2015_signature_byali_gold"
  41633. "item_name" "#StickerKit_cluj2015_signature_byali_gold"
  41634. "description_string" "#StickerKit_desc_cluj2015_signature_byali_gold"
  41635. "sticker_material" "cluj2015/sig_byali_gold"
  41636. "item_rarity" "legendary"
  41637. "tournament_event_id" "8"
  41638. "tournament_team_id" "31"
  41639. "tournament_player_id" "18860354"
  41640. }
  41641. "899"
  41642. {
  41643. "name" "cluj2015_signature_neo"
  41644. "item_name" "#StickerKit_cluj2015_signature_neo"
  41645. "description_string" "#StickerKit_desc_cluj2015_signature_neo"
  41646. "sticker_material" "cluj2015/sig_neo"
  41647. "item_rarity" "rare"
  41648. "tournament_event_id" "8"
  41649. "tournament_team_id" "31"
  41650. "tournament_player_id" "460206"
  41651. }
  41652. "900"
  41653. {
  41654. "name" "cluj2015_signature_neo_foil"
  41655. "item_name" "#StickerKit_cluj2015_signature_neo_foil"
  41656. "description_string" "#StickerKit_desc_cluj2015_signature_neo_foil"
  41657. "sticker_material" "cluj2015/sig_neo_foil"
  41658. "item_rarity" "legendary"
  41659. "tournament_event_id" "8"
  41660. "tournament_team_id" "31"
  41661. "tournament_player_id" "460206"
  41662. }
  41663. "901"
  41664. {
  41665. "name" "cluj2015_signature_neo_gold"
  41666. "item_name" "#StickerKit_cluj2015_signature_neo_gold"
  41667. "description_string" "#StickerKit_desc_cluj2015_signature_neo_gold"
  41668. "sticker_material" "cluj2015/sig_neo_gold"
  41669. "item_rarity" "legendary"
  41670. "tournament_event_id" "8"
  41671. "tournament_team_id" "31"
  41672. "tournament_player_id" "460206"
  41673. }
  41674. "902"
  41675. {
  41676. "name" "cluj2015_signature_pasha"
  41677. "item_name" "#StickerKit_cluj2015_signature_pasha"
  41678. "description_string" "#StickerKit_desc_cluj2015_signature_pasha"
  41679. "sticker_material" "cluj2015/sig_pasha"
  41680. "item_rarity" "rare"
  41681. "tournament_event_id" "8"
  41682. "tournament_team_id" "31"
  41683. "tournament_player_id" "13580090"
  41684. }
  41685. "903"
  41686. {
  41687. "name" "cluj2015_signature_pasha_foil"
  41688. "item_name" "#StickerKit_cluj2015_signature_pasha_foil"
  41689. "description_string" "#StickerKit_desc_cluj2015_signature_pasha_foil"
  41690. "sticker_material" "cluj2015/sig_pasha_foil"
  41691. "item_rarity" "legendary"
  41692. "tournament_event_id" "8"
  41693. "tournament_team_id" "31"
  41694. "tournament_player_id" "13580090"
  41695. }
  41696. "904"
  41697. {
  41698. "name" "cluj2015_signature_pasha_gold"
  41699. "item_name" "#StickerKit_cluj2015_signature_pasha_gold"
  41700. "description_string" "#StickerKit_desc_cluj2015_signature_pasha_gold"
  41701. "sticker_material" "cluj2015/sig_pasha_gold"
  41702. "item_rarity" "legendary"
  41703. "tournament_event_id" "8"
  41704. "tournament_team_id" "31"
  41705. "tournament_player_id" "13580090"
  41706. }
  41707. "905"
  41708. {
  41709. "name" "cluj2015_signature_snax"
  41710. "item_name" "#StickerKit_cluj2015_signature_snax"
  41711. "description_string" "#StickerKit_desc_cluj2015_signature_snax"
  41712. "sticker_material" "cluj2015/sig_snax"
  41713. "item_rarity" "rare"
  41714. "tournament_event_id" "8"
  41715. "tournament_team_id" "31"
  41716. "tournament_player_id" "21875845"
  41717. }
  41718. "906"
  41719. {
  41720. "name" "cluj2015_signature_snax_foil"
  41721. "item_name" "#StickerKit_cluj2015_signature_snax_foil"
  41722. "description_string" "#StickerKit_desc_cluj2015_signature_snax_foil"
  41723. "sticker_material" "cluj2015/sig_snax_foil"
  41724. "item_rarity" "legendary"
  41725. "tournament_event_id" "8"
  41726. "tournament_team_id" "31"
  41727. "tournament_player_id" "21875845"
  41728. }
  41729. "907"
  41730. {
  41731. "name" "cluj2015_signature_snax_gold"
  41732. "item_name" "#StickerKit_cluj2015_signature_snax_gold"
  41733. "description_string" "#StickerKit_desc_cluj2015_signature_snax_gold"
  41734. "sticker_material" "cluj2015/sig_snax_gold"
  41735. "item_rarity" "legendary"
  41736. "tournament_event_id" "8"
  41737. "tournament_team_id" "31"
  41738. "tournament_player_id" "21875845"
  41739. }
  41740. "908"
  41741. {
  41742. "name" "cluj2015_signature_taz"
  41743. "item_name" "#StickerKit_cluj2015_signature_taz"
  41744. "description_string" "#StickerKit_desc_cluj2015_signature_taz"
  41745. "sticker_material" "cluj2015/sig_taz"
  41746. "item_rarity" "rare"
  41747. "tournament_event_id" "8"
  41748. "tournament_team_id" "31"
  41749. "tournament_player_id" "234052"
  41750. }
  41751. "909"
  41752. {
  41753. "name" "cluj2015_signature_taz_foil"
  41754. "item_name" "#StickerKit_cluj2015_signature_taz_foil"
  41755. "description_string" "#StickerKit_desc_cluj2015_signature_taz_foil"
  41756. "sticker_material" "cluj2015/sig_taz_foil"
  41757. "item_rarity" "legendary"
  41758. "tournament_event_id" "8"
  41759. "tournament_team_id" "31"
  41760. "tournament_player_id" "234052"
  41761. }
  41762. "910"
  41763. {
  41764. "name" "cluj2015_signature_taz_gold"
  41765. "item_name" "#StickerKit_cluj2015_signature_taz_gold"
  41766. "description_string" "#StickerKit_desc_cluj2015_signature_taz_gold"
  41767. "sticker_material" "cluj2015/sig_taz_gold"
  41768. "item_rarity" "legendary"
  41769. "tournament_event_id" "8"
  41770. "tournament_team_id" "31"
  41771. "tournament_player_id" "234052"
  41772. }
  41773. "911"
  41774. {
  41775. "name" "cluj2015_team_nip"
  41776. "item_name" "#StickerKit_cluj2015_team_nip"
  41777. "description_string" "#StickerKit_desc_cluj2015_team_nip"
  41778. "sticker_material" "cluj2015/nip"
  41779. "item_rarity" "rare"
  41780. "tournament_event_id" "8"
  41781. "tournament_team_id" "1"
  41782. }
  41783. "912"
  41784. {
  41785. "name" "cluj2015_team_nip_foil"
  41786. "item_name" "#StickerKit_cluj2015_team_nip_foil"
  41787. "description_string" "#StickerKit_desc_cluj2015_team_nip_foil"
  41788. "sticker_material" "cluj2015/nip_foil"
  41789. "item_rarity" "legendary"
  41790. "tournament_event_id" "8"
  41791. "tournament_team_id" "1"
  41792. }
  41793. "913"
  41794. {
  41795. "name" "cluj2015_team_nip_gold"
  41796. "item_name" "#StickerKit_cluj2015_team_nip_gold"
  41797. "description_string" "#StickerKit_desc_cluj2015_team_nip_gold"
  41798. "sticker_material" "cluj2015/nip_gold"
  41799. "item_rarity" "legendary"
  41800. "tournament_event_id" "8"
  41801. "tournament_team_id" "1"
  41802. }
  41803. "914"
  41804. {
  41805. "name" "cluj2015_team_dig"
  41806. "item_name" "#StickerKit_cluj2015_team_dig"
  41807. "description_string" "#StickerKit_desc_cluj2015_team_dig"
  41808. "sticker_material" "cluj2015/dig"
  41809. "item_rarity" "rare"
  41810. "tournament_event_id" "8"
  41811. "tournament_team_id" "24"
  41812. }
  41813. "915"
  41814. {
  41815. "name" "cluj2015_team_dig_foil"
  41816. "item_name" "#StickerKit_cluj2015_team_dig_foil"
  41817. "description_string" "#StickerKit_desc_cluj2015_team_dig_foil"
  41818. "sticker_material" "cluj2015/dig_foil"
  41819. "item_rarity" "legendary"
  41820. "tournament_event_id" "8"
  41821. "tournament_team_id" "24"
  41822. }
  41823. "916"
  41824. {
  41825. "name" "cluj2015_team_dig_gold"
  41826. "item_name" "#StickerKit_cluj2015_team_dig_gold"
  41827. "description_string" "#StickerKit_desc_cluj2015_team_dig_gold"
  41828. "sticker_material" "cluj2015/dig_gold"
  41829. "item_rarity" "legendary"
  41830. "tournament_event_id" "8"
  41831. "tournament_team_id" "24"
  41832. }
  41833. "917"
  41834. {
  41835. "name" "cluj2015_team_clg"
  41836. "item_name" "#StickerKit_cluj2015_team_clg"
  41837. "description_string" "#StickerKit_desc_cluj2015_team_clg"
  41838. "sticker_material" "cluj2015/clg"
  41839. "item_rarity" "rare"
  41840. "tournament_event_id" "8"
  41841. "tournament_team_id" "49"
  41842. }
  41843. "918"
  41844. {
  41845. "name" "cluj2015_team_clg_foil"
  41846. "item_name" "#StickerKit_cluj2015_team_clg_foil"
  41847. "description_string" "#StickerKit_desc_cluj2015_team_clg_foil"
  41848. "sticker_material" "cluj2015/clg_foil"
  41849. "item_rarity" "legendary"
  41850. "tournament_event_id" "8"
  41851. "tournament_team_id" "49"
  41852. }
  41853. "919"
  41854. {
  41855. "name" "cluj2015_team_clg_gold"
  41856. "item_name" "#StickerKit_cluj2015_team_clg_gold"
  41857. "description_string" "#StickerKit_desc_cluj2015_team_clg_gold"
  41858. "sticker_material" "cluj2015/clg_gold"
  41859. "item_rarity" "legendary"
  41860. "tournament_event_id" "8"
  41861. "tournament_team_id" "49"
  41862. }
  41863. "920"
  41864. {
  41865. "name" "cluj2015_team_vex"
  41866. "item_name" "#StickerKit_cluj2015_team_vex"
  41867. "description_string" "#StickerKit_desc_cluj2015_team_vex"
  41868. "sticker_material" "cluj2015/vex"
  41869. "item_rarity" "rare"
  41870. "tournament_event_id" "8"
  41871. "tournament_team_id" "47"
  41872. }
  41873. "921"
  41874. {
  41875. "name" "cluj2015_team_vex_foil"
  41876. "item_name" "#StickerKit_cluj2015_team_vex_foil"
  41877. "description_string" "#StickerKit_desc_cluj2015_team_vex_foil"
  41878. "sticker_material" "cluj2015/vex_foil"
  41879. "item_rarity" "legendary"
  41880. "tournament_event_id" "8"
  41881. "tournament_team_id" "47"
  41882. }
  41883. "922"
  41884. {
  41885. "name" "cluj2015_team_vex_gold"
  41886. "item_name" "#StickerKit_cluj2015_team_vex_gold"
  41887. "description_string" "#StickerKit_desc_cluj2015_team_vex_gold"
  41888. "sticker_material" "cluj2015/vex_gold"
  41889. "item_rarity" "legendary"
  41890. "tournament_event_id" "8"
  41891. "tournament_team_id" "47"
  41892. }
  41893. "923"
  41894. {
  41895. "name" "cluj2015_team_flip"
  41896. "item_name" "#StickerKit_cluj2015_team_flip"
  41897. "description_string" "#StickerKit_desc_cluj2015_team_flip"
  41898. "sticker_material" "cluj2015/flip"
  41899. "item_rarity" "rare"
  41900. "tournament_event_id" "8"
  41901. "tournament_team_id" "43"
  41902. }
  41903. "924"
  41904. {
  41905. "name" "cluj2015_team_flip_foil"
  41906. "item_name" "#StickerKit_cluj2015_team_flip_foil"
  41907. "description_string" "#StickerKit_desc_cluj2015_team_flip_foil"
  41908. "sticker_material" "cluj2015/flip_foil"
  41909. "item_rarity" "legendary"
  41910. "tournament_event_id" "8"
  41911. "tournament_team_id" "43"
  41912. }
  41913. "925"
  41914. {
  41915. "name" "cluj2015_team_flip_gold"
  41916. "item_name" "#StickerKit_cluj2015_team_flip_gold"
  41917. "description_string" "#StickerKit_desc_cluj2015_team_flip_gold"
  41918. "sticker_material" "cluj2015/flip_gold"
  41919. "item_rarity" "legendary"
  41920. "tournament_event_id" "8"
  41921. "tournament_team_id" "43"
  41922. }
  41923. "926"
  41924. {
  41925. "name" "cluj2015_team_liq"
  41926. "item_name" "#StickerKit_cluj2015_team_liq"
  41927. "description_string" "#StickerKit_desc_cluj2015_team_liq"
  41928. "sticker_material" "cluj2015/liq"
  41929. "item_rarity" "rare"
  41930. "tournament_event_id" "8"
  41931. "tournament_team_id" "48"
  41932. }
  41933. "927"
  41934. {
  41935. "name" "cluj2015_team_liq_foil"
  41936. "item_name" "#StickerKit_cluj2015_team_liq_foil"
  41937. "description_string" "#StickerKit_desc_cluj2015_team_liq_foil"
  41938. "sticker_material" "cluj2015/liq_foil"
  41939. "item_rarity" "legendary"
  41940. "tournament_event_id" "8"
  41941. "tournament_team_id" "48"
  41942. }
  41943. "928"
  41944. {
  41945. "name" "cluj2015_team_liq_gold"
  41946. "item_name" "#StickerKit_cluj2015_team_liq_gold"
  41947. "description_string" "#StickerKit_desc_cluj2015_team_liq_gold"
  41948. "sticker_material" "cluj2015/liq_gold"
  41949. "item_rarity" "legendary"
  41950. "tournament_event_id" "8"
  41951. "tournament_team_id" "48"
  41952. }
  41953. "929"
  41954. {
  41955. "name" "cluj2015_team_mss"
  41956. "item_name" "#StickerKit_cluj2015_team_mss"
  41957. "description_string" "#StickerKit_desc_cluj2015_team_mss"
  41958. "sticker_material" "cluj2015/mss"
  41959. "item_rarity" "rare"
  41960. "tournament_event_id" "8"
  41961. "tournament_team_id" "29"
  41962. }
  41963. "930"
  41964. {
  41965. "name" "cluj2015_team_mss_foil"
  41966. "item_name" "#StickerKit_cluj2015_team_mss_foil"
  41967. "description_string" "#StickerKit_desc_cluj2015_team_mss_foil"
  41968. "sticker_material" "cluj2015/mss_foil"
  41969. "item_rarity" "legendary"
  41970. "tournament_event_id" "8"
  41971. "tournament_team_id" "29"
  41972. }
  41973. "931"
  41974. {
  41975. "name" "cluj2015_team_mss_gold"
  41976. "item_name" "#StickerKit_cluj2015_team_mss_gold"
  41977. "description_string" "#StickerKit_desc_cluj2015_team_mss_gold"
  41978. "sticker_material" "cluj2015/mss_gold"
  41979. "item_rarity" "legendary"
  41980. "tournament_event_id" "8"
  41981. "tournament_team_id" "29"
  41982. }
  41983. "932"
  41984. {
  41985. "name" "cluj2015_team_navi"
  41986. "item_name" "#StickerKit_cluj2015_team_navi"
  41987. "description_string" "#StickerKit_desc_cluj2015_team_navi"
  41988. "sticker_material" "cluj2015/navi"
  41989. "item_rarity" "rare"
  41990. "tournament_event_id" "8"
  41991. "tournament_team_id" "12"
  41992. }
  41993. "933"
  41994. {
  41995. "name" "cluj2015_team_navi_foil"
  41996. "item_name" "#StickerKit_cluj2015_team_navi_foil"
  41997. "description_string" "#StickerKit_desc_cluj2015_team_navi_foil"
  41998. "sticker_material" "cluj2015/navi_foil"
  41999. "item_rarity" "legendary"
  42000. "tournament_event_id" "8"
  42001. "tournament_team_id" "12"
  42002. }
  42003. "934"
  42004. {
  42005. "name" "cluj2015_team_navi_gold"
  42006. "item_name" "#StickerKit_cluj2015_team_navi_gold"
  42007. "description_string" "#StickerKit_desc_cluj2015_team_navi_gold"
  42008. "sticker_material" "cluj2015/navi_gold"
  42009. "item_rarity" "legendary"
  42010. "tournament_event_id" "8"
  42011. "tournament_team_id" "12"
  42012. }
  42013. "935"
  42014. {
  42015. "name" "cluj2015_team_vp"
  42016. "item_name" "#StickerKit_cluj2015_team_vp"
  42017. "description_string" "#StickerKit_desc_cluj2015_team_vp"
  42018. "sticker_material" "cluj2015/vp"
  42019. "item_rarity" "rare"
  42020. "tournament_event_id" "8"
  42021. "tournament_team_id" "31"
  42022. }
  42023. "936"
  42024. {
  42025. "name" "cluj2015_team_vp_foil"
  42026. "item_name" "#StickerKit_cluj2015_team_vp_foil"
  42027. "description_string" "#StickerKit_desc_cluj2015_team_vp_foil"
  42028. "sticker_material" "cluj2015/vp_foil"
  42029. "item_rarity" "legendary"
  42030. "tournament_event_id" "8"
  42031. "tournament_team_id" "31"
  42032. }
  42033. "937"
  42034. {
  42035. "name" "cluj2015_team_vp_gold"
  42036. "item_name" "#StickerKit_cluj2015_team_vp_gold"
  42037. "description_string" "#StickerKit_desc_cluj2015_team_vp_gold"
  42038. "sticker_material" "cluj2015/vp_gold"
  42039. "item_rarity" "legendary"
  42040. "tournament_event_id" "8"
  42041. "tournament_team_id" "31"
  42042. }
  42043. "938"
  42044. {
  42045. "name" "cluj2015_team_c9"
  42046. "item_name" "#StickerKit_cluj2015_team_c9"
  42047. "description_string" "#StickerKit_desc_cluj2015_team_c9"
  42048. "sticker_material" "cluj2015/c9"
  42049. "item_rarity" "rare"
  42050. "tournament_event_id" "8"
  42051. "tournament_team_id" "33"
  42052. }
  42053. "939"
  42054. {
  42055. "name" "cluj2015_team_c9_foil"
  42056. "item_name" "#StickerKit_cluj2015_team_c9_foil"
  42057. "description_string" "#StickerKit_desc_cluj2015_team_c9_foil"
  42058. "sticker_material" "cluj2015/c9_foil"
  42059. "item_rarity" "legendary"
  42060. "tournament_event_id" "8"
  42061. "tournament_team_id" "33"
  42062. }
  42063. "940"
  42064. {
  42065. "name" "cluj2015_team_c9_gold"
  42066. "item_name" "#StickerKit_cluj2015_team_c9_gold"
  42067. "description_string" "#StickerKit_desc_cluj2015_team_c9_gold"
  42068. "sticker_material" "cluj2015/c9_gold"
  42069. "item_rarity" "legendary"
  42070. "tournament_event_id" "8"
  42071. "tournament_team_id" "33"
  42072. }
  42073. "941"
  42074. {
  42075. "name" "cluj2015_team_g2"
  42076. "item_name" "#StickerKit_cluj2015_team_g2"
  42077. "description_string" "#StickerKit_desc_cluj2015_team_g2"
  42078. "sticker_material" "cluj2015/g2"
  42079. "item_rarity" "rare"
  42080. "tournament_event_id" "8"
  42081. "tournament_team_id" "59"
  42082. }
  42083. "942"
  42084. {
  42085. "name" "cluj2015_team_g2_foil"
  42086. "item_name" "#StickerKit_cluj2015_team_g2_foil"
  42087. "description_string" "#StickerKit_desc_cluj2015_team_g2_foil"
  42088. "sticker_material" "cluj2015/g2_foil"
  42089. "item_rarity" "legendary"
  42090. "tournament_event_id" "8"
  42091. "tournament_team_id" "59"
  42092. }
  42093. "943"
  42094. {
  42095. "name" "cluj2015_team_g2_gold"
  42096. "item_name" "#StickerKit_cluj2015_team_g2_gold"
  42097. "description_string" "#StickerKit_desc_cluj2015_team_g2_gold"
  42098. "sticker_material" "cluj2015/g2_gold"
  42099. "item_rarity" "legendary"
  42100. "tournament_event_id" "8"
  42101. "tournament_team_id" "59"
  42102. }
  42103. "944"
  42104. {
  42105. "name" "cluj2015_team_tit"
  42106. "item_name" "#StickerKit_cluj2015_team_tit"
  42107. "description_string" "#StickerKit_desc_cluj2015_team_tit"
  42108. "sticker_material" "cluj2015/tit"
  42109. "item_rarity" "rare"
  42110. "tournament_event_id" "8"
  42111. "tournament_team_id" "27"
  42112. }
  42113. "945"
  42114. {
  42115. "name" "cluj2015_team_tit_foil"
  42116. "item_name" "#StickerKit_cluj2015_team_tit_foil"
  42117. "description_string" "#StickerKit_desc_cluj2015_team_tit_foil"
  42118. "sticker_material" "cluj2015/tit_foil"
  42119. "item_rarity" "legendary"
  42120. "tournament_event_id" "8"
  42121. "tournament_team_id" "27"
  42122. }
  42123. "946"
  42124. {
  42125. "name" "cluj2015_team_tit_gold"
  42126. "item_name" "#StickerKit_cluj2015_team_tit_gold"
  42127. "description_string" "#StickerKit_desc_cluj2015_team_tit_gold"
  42128. "sticker_material" "cluj2015/tit_gold"
  42129. "item_rarity" "legendary"
  42130. "tournament_event_id" "8"
  42131. "tournament_team_id" "27"
  42132. }
  42133. "947"
  42134. {
  42135. "name" "cluj2015_team_tsolo"
  42136. "item_name" "#StickerKit_cluj2015_team_tsolo"
  42137. "description_string" "#StickerKit_desc_cluj2015_team_tsolo"
  42138. "sticker_material" "cluj2015/tsolo"
  42139. "item_rarity" "rare"
  42140. "tournament_event_id" "8"
  42141. "tournament_team_id" "58"
  42142. }
  42143. "948"
  42144. {
  42145. "name" "cluj2015_team_tsolo_foil"
  42146. "item_name" "#StickerKit_cluj2015_team_tsolo_foil"
  42147. "description_string" "#StickerKit_desc_cluj2015_team_tsolo_foil"
  42148. "sticker_material" "cluj2015/tsolo_foil"
  42149. "item_rarity" "legendary"
  42150. "tournament_event_id" "8"
  42151. "tournament_team_id" "58"
  42152. }
  42153. "949"
  42154. {
  42155. "name" "cluj2015_team_tsolo_gold"
  42156. "item_name" "#StickerKit_cluj2015_team_tsolo_gold"
  42157. "description_string" "#StickerKit_desc_cluj2015_team_tsolo_gold"
  42158. "sticker_material" "cluj2015/tsolo_gold"
  42159. "item_rarity" "legendary"
  42160. "tournament_event_id" "8"
  42161. "tournament_team_id" "58"
  42162. }
  42163. "950"
  42164. {
  42165. "name" "cluj2015_team_nv"
  42166. "item_name" "#StickerKit_cluj2015_team_nv"
  42167. "description_string" "#StickerKit_desc_cluj2015_team_nv"
  42168. "sticker_material" "cluj2015/nv"
  42169. "item_rarity" "rare"
  42170. "tournament_event_id" "8"
  42171. "tournament_team_id" "46"
  42172. }
  42173. "951"
  42174. {
  42175. "name" "cluj2015_team_nv_foil"
  42176. "item_name" "#StickerKit_cluj2015_team_nv_foil"
  42177. "description_string" "#StickerKit_desc_cluj2015_team_nv_foil"
  42178. "sticker_material" "cluj2015/nv_foil"
  42179. "item_rarity" "legendary"
  42180. "tournament_event_id" "8"
  42181. "tournament_team_id" "46"
  42182. }
  42183. "952"
  42184. {
  42185. "name" "cluj2015_team_nv_gold"
  42186. "item_name" "#StickerKit_cluj2015_team_nv_gold"
  42187. "description_string" "#StickerKit_desc_cluj2015_team_nv_gold"
  42188. "sticker_material" "cluj2015/nv_gold"
  42189. "item_rarity" "legendary"
  42190. "tournament_event_id" "8"
  42191. "tournament_team_id" "46"
  42192. }
  42193. "953"
  42194. {
  42195. "name" "cluj2015_team_fntc"
  42196. "item_name" "#StickerKit_cluj2015_team_fntc"
  42197. "description_string" "#StickerKit_desc_cluj2015_team_fntc"
  42198. "sticker_material" "cluj2015/fntc"
  42199. "item_rarity" "rare"
  42200. "tournament_event_id" "8"
  42201. "tournament_team_id" "6"
  42202. }
  42203. "954"
  42204. {
  42205. "name" "cluj2015_team_fntc_foil"
  42206. "item_name" "#StickerKit_cluj2015_team_fntc_foil"
  42207. "description_string" "#StickerKit_desc_cluj2015_team_fntc_foil"
  42208. "sticker_material" "cluj2015/fntc_foil"
  42209. "item_rarity" "legendary"
  42210. "tournament_event_id" "8"
  42211. "tournament_team_id" "6"
  42212. }
  42213. "955"
  42214. {
  42215. "name" "cluj2015_team_fntc_gold"
  42216. "item_name" "#StickerKit_cluj2015_team_fntc_gold"
  42217. "description_string" "#StickerKit_desc_cluj2015_team_fntc_gold"
  42218. "sticker_material" "cluj2015/fntc_gold"
  42219. "item_rarity" "legendary"
  42220. "tournament_event_id" "8"
  42221. "tournament_team_id" "6"
  42222. }
  42223. "956"
  42224. {
  42225. "name" "cluj2015_team_lumi"
  42226. "item_name" "#StickerKit_cluj2015_team_lumi"
  42227. "description_string" "#StickerKit_desc_cluj2015_team_lumi"
  42228. "sticker_material" "cluj2015/lumi"
  42229. "item_rarity" "rare"
  42230. "tournament_event_id" "8"
  42231. "tournament_team_id" "57"
  42232. }
  42233. "957"
  42234. {
  42235. "name" "cluj2015_team_lumi_foil"
  42236. "item_name" "#StickerKit_cluj2015_team_lumi_foil"
  42237. "description_string" "#StickerKit_desc_cluj2015_team_lumi_foil"
  42238. "sticker_material" "cluj2015/lumi_foil"
  42239. "item_rarity" "legendary"
  42240. "tournament_event_id" "8"
  42241. "tournament_team_id" "57"
  42242. }
  42243. "958"
  42244. {
  42245. "name" "cluj2015_team_lumi_gold"
  42246. "item_name" "#StickerKit_cluj2015_team_lumi_gold"
  42247. "description_string" "#StickerKit_desc_cluj2015_team_lumi_gold"
  42248. "sticker_material" "cluj2015/lumi_gold"
  42249. "item_rarity" "legendary"
  42250. "tournament_event_id" "8"
  42251. "tournament_team_id" "57"
  42252. }
  42253. "959"
  42254. {
  42255. "name" "cluj2015_team_dhc"
  42256. "item_name" "#StickerKit_cluj2015_team_dhc"
  42257. "description_string" "#StickerKit_desc_cluj2015_team_dhc"
  42258. "sticker_material" "cluj2015/dhc"
  42259. "item_rarity" "rare"
  42260. "tournament_event_id" "8"
  42261. }
  42262. "960"
  42263. {
  42264. "name" "cluj2015_team_dhc_foil"
  42265. "item_name" "#StickerKit_cluj2015_team_dhc_foil"
  42266. "description_string" "#StickerKit_desc_cluj2015_team_dhc_foil"
  42267. "sticker_material" "cluj2015/dhc_foil"
  42268. "item_rarity" "legendary"
  42269. "tournament_event_id" "8"
  42270. }
  42271. "961"
  42272. {
  42273. "name" "cluj2015_team_dhc_gold"
  42274. "item_name" "#StickerKit_cluj2015_team_dhc_gold"
  42275. "description_string" "#StickerKit_desc_cluj2015_team_dhc_gold"
  42276. "sticker_material" "cluj2015/dhc_gold"
  42277. "item_rarity" "legendary"
  42278. "tournament_event_id" "8"
  42279. }
  42280. "962"
  42281. {
  42282. "name" "pinups_ivette"
  42283. "item_name" "#StickerKit_pinups_ivette"
  42284. "description_string" "#StickerKit_desc_pinups_ivette"
  42285. "sticker_material" "pinups_capsule/ivette"
  42286. "item_rarity" "rare"
  42287. }
  42288. "963"
  42289. {
  42290. "name" "pinups_kimberly"
  42291. "item_name" "#StickerKit_pinups_kimberly"
  42292. "description_string" "#StickerKit_desc_pinups_kimberly"
  42293. "sticker_material" "pinups_capsule/kimberly"
  42294. "item_rarity" "rare"
  42295. }
  42296. "964"
  42297. {
  42298. "name" "pinups_martha"
  42299. "item_name" "#StickerKit_pinups_martha"
  42300. "description_string" "#StickerKit_desc_pinups_martha"
  42301. "sticker_material" "pinups_capsule/martha"
  42302. "item_rarity" "rare"
  42303. }
  42304. "965"
  42305. {
  42306. "name" "pinups_merietta"
  42307. "item_name" "#StickerKit_pinups_merietta"
  42308. "description_string" "#StickerKit_desc_pinups_merietta"
  42309. "sticker_material" "pinups_capsule/merietta"
  42310. "item_rarity" "rare"
  42311. }
  42312. "966"
  42313. {
  42314. "name" "pinups_scherry"
  42315. "item_name" "#StickerKit_pinups_scherry"
  42316. "description_string" "#StickerKit_desc_pinups_scherry"
  42317. "sticker_material" "pinups_capsule/scherry"
  42318. "item_rarity" "rare"
  42319. }
  42320. "967"
  42321. {
  42322. "name" "pinups_tamara"
  42323. "item_name" "#StickerKit_pinups_tamara"
  42324. "description_string" "#StickerKit_desc_pinups_tamara"
  42325. "sticker_material" "pinups_capsule/tamara"
  42326. "item_rarity" "rare"
  42327. }
  42328. "968"
  42329. {
  42330. "name" "pinups_ivette_holo"
  42331. "item_name" "#StickerKit_pinups_ivette_holo"
  42332. "description_string" "#StickerKit_desc_pinups_ivette_holo"
  42333. "sticker_material" "pinups_capsule/ivette_holo"
  42334. "item_rarity" "mythical"
  42335. }
  42336. "969"
  42337. {
  42338. "name" "pinups_kimberly_holo"
  42339. "item_name" "#StickerKit_pinups_kimberly_holo"
  42340. "description_string" "#StickerKit_desc_pinups_kimberly_holo"
  42341. "sticker_material" "pinups_capsule/kimberly_holo"
  42342. "item_rarity" "mythical"
  42343. }
  42344. "970"
  42345. {
  42346. "name" "pinups_martha_holo"
  42347. "item_name" "#StickerKit_pinups_martha_holo"
  42348. "description_string" "#StickerKit_desc_pinups_martha_holo"
  42349. "sticker_material" "pinups_capsule/martha_holo"
  42350. "item_rarity" "mythical"
  42351. }
  42352. "971"
  42353. {
  42354. "name" "pinups_merietta_holo"
  42355. "item_name" "#StickerKit_pinups_merietta_holo"
  42356. "description_string" "#StickerKit_desc_pinups_merietta_holo"
  42357. "sticker_material" "pinups_capsule/merietta_holo"
  42358. "item_rarity" "mythical"
  42359. }
  42360. "972"
  42361. {
  42362. "name" "pinups_scherry_holo"
  42363. "item_name" "#StickerKit_pinups_scherry_holo"
  42364. "description_string" "#StickerKit_desc_pinups_scherry_holo"
  42365. "sticker_material" "pinups_capsule/scherry_holo"
  42366. "item_rarity" "mythical"
  42367. }
  42368. "973"
  42369. {
  42370. "name" "pinups_tamara_holo"
  42371. "item_name" "#StickerKit_pinups_tamara_holo"
  42372. "description_string" "#StickerKit_desc_pinups_tamara_holo"
  42373. "sticker_material" "pinups_capsule/tamara_holo"
  42374. "item_rarity" "mythical"
  42375. }
  42376. "974"
  42377. {
  42378. "name" "slid3_boom"
  42379. "item_name" "#StickerKit_slid3_boom"
  42380. "description_string" "#StickerKit_desc_slid3_boom"
  42381. "sticker_material" "slid3_capsule/boom"
  42382. "item_rarity" "rare"
  42383. }
  42384. "975"
  42385. {
  42386. "name" "slid3_boom_holo"
  42387. "item_name" "#StickerKit_slid3_boom_holo"
  42388. "description_string" "#StickerKit_desc_slid3_boom_holo"
  42389. "sticker_material" "slid3_capsule/boom_holo"
  42390. "item_rarity" "mythical"
  42391. }
  42392. "976"
  42393. {
  42394. "name" "slid3_boom_foil"
  42395. "item_name" "#StickerKit_slid3_boom_foil"
  42396. "description_string" "#StickerKit_desc_slid3_boom_foil"
  42397. "sticker_material" "slid3_capsule/boom_foil"
  42398. "item_rarity" "legendary"
  42399. }
  42400. "977"
  42401. {
  42402. "name" "slid3_countdown"
  42403. "item_name" "#StickerKit_slid3_countdown"
  42404. "description_string" "#StickerKit_desc_slid3_countdown"
  42405. "sticker_material" "slid3_capsule/countdown"
  42406. "item_rarity" "rare"
  42407. }
  42408. "978"
  42409. {
  42410. "name" "slid3_countdown_holo"
  42411. "item_name" "#StickerKit_slid3_countdown_holo"
  42412. "description_string" "#StickerKit_desc_slid3_countdown_holo"
  42413. "sticker_material" "slid3_capsule/countdown_holo"
  42414. "item_rarity" "mythical"
  42415. }
  42416. "979"
  42417. {
  42418. "name" "slid3_countdown_foil"
  42419. "item_name" "#StickerKit_slid3_countdown_foil"
  42420. "description_string" "#StickerKit_desc_slid3_countdown_foil"
  42421. "sticker_material" "slid3_capsule/countdown_foil"
  42422. "item_rarity" "legendary"
  42423. }
  42424. "980"
  42425. {
  42426. "name" "slid3_dontworryigotcha"
  42427. "item_name" "#StickerKit_slid3_dontworryigotcha"
  42428. "description_string" "#StickerKit_desc_slid3_dontworryigotcha"
  42429. "sticker_material" "slid3_capsule/dontworryigotcha"
  42430. "item_rarity" "rare"
  42431. }
  42432. "981"
  42433. {
  42434. "name" "slid3_dontworryigotcha_holo"
  42435. "item_name" "#StickerKit_slid3_dontworryigotcha_holo"
  42436. "description_string" "#StickerKit_desc_slid3_dontworryigotcha_holo"
  42437. "sticker_material" "slid3_capsule/dontworryigotcha_holo"
  42438. "item_rarity" "mythical"
  42439. }
  42440. "982"
  42441. {
  42442. "name" "slid3_dontworryigotcha_foil"
  42443. "item_name" "#StickerKit_slid3_dontworryigotcha_foil"
  42444. "description_string" "#StickerKit_desc_slid3_dontworryigotcha_foil"
  42445. "sticker_material" "slid3_capsule/dontworryigotcha_foil"
  42446. "item_rarity" "legendary"
  42447. }
  42448. "983"
  42449. {
  42450. "name" "slid3_hardclucklife"
  42451. "item_name" "#StickerKit_slid3_hardclucklife"
  42452. "description_string" "#StickerKit_desc_slid3_hardclucklife"
  42453. "sticker_material" "slid3_capsule/hardclucklife"
  42454. "item_rarity" "rare"
  42455. }
  42456. "984"
  42457. {
  42458. "name" "slid3_hardclucklife_holo"
  42459. "item_name" "#StickerKit_slid3_hardclucklife_holo"
  42460. "description_string" "#StickerKit_desc_slid3_hardclucklife_holo"
  42461. "sticker_material" "slid3_capsule/hardclucklife_holo"
  42462. "item_rarity" "mythical"
  42463. }
  42464. "985"
  42465. {
  42466. "name" "slid3_hardclucklife_foil"
  42467. "item_name" "#StickerKit_slid3_hardclucklife_foil"
  42468. "description_string" "#StickerKit_desc_slid3_hardclucklife_foil"
  42469. "sticker_material" "slid3_capsule/hardclucklife_foil"
  42470. "item_rarity" "legendary"
  42471. }
  42472. "986"
  42473. {
  42474. "name" "slid3_moveit"
  42475. "item_name" "#StickerKit_slid3_moveit"
  42476. "description_string" "#StickerKit_desc_slid3_moveit"
  42477. "sticker_material" "slid3_capsule/moveit"
  42478. "item_rarity" "rare"
  42479. }
  42480. "987"
  42481. {
  42482. "name" "slid3_moveit_holo"
  42483. "item_name" "#StickerKit_slid3_moveit_holo"
  42484. "description_string" "#StickerKit_desc_slid3_moveit_holo"
  42485. "sticker_material" "slid3_capsule/moveit_holo"
  42486. "item_rarity" "mythical"
  42487. }
  42488. "988"
  42489. {
  42490. "name" "slid3_moveit_foil"
  42491. "item_name" "#StickerKit_slid3_moveit_foil"
  42492. "description_string" "#StickerKit_desc_slid3_moveit_foil"
  42493. "sticker_material" "slid3_capsule/moveit_foil"
  42494. "item_rarity" "legendary"
  42495. }
  42496. "989"
  42497. {
  42498. "name" "team_roles_awper"
  42499. "item_name" "#StickerKit_team_roles_awper"
  42500. "description_string" "#StickerKit_desc_team_roles_awper"
  42501. "sticker_material" "team_roles_capsule/awper"
  42502. "item_rarity" "rare"
  42503. }
  42504. "990"
  42505. {
  42506. "name" "team_roles_baiter"
  42507. "item_name" "#StickerKit_team_roles_baiter"
  42508. "description_string" "#StickerKit_desc_team_roles_baiter"
  42509. "sticker_material" "team_roles_capsule/baiter"
  42510. "item_rarity" "rare"
  42511. }
  42512. "991"
  42513. {
  42514. "name" "team_roles_bomber"
  42515. "item_name" "#StickerKit_team_roles_bomber"
  42516. "description_string" "#StickerKit_desc_team_roles_bomber"
  42517. "sticker_material" "team_roles_capsule/bomber"
  42518. "item_rarity" "rare"
  42519. }
  42520. "992"
  42521. {
  42522. "name" "team_roles_bot"
  42523. "item_name" "#StickerKit_team_roles_bot"
  42524. "description_string" "#StickerKit_desc_team_roles_bot"
  42525. "sticker_material" "team_roles_capsule/bot"
  42526. "item_rarity" "rare"
  42527. }
  42528. "993"
  42529. {
  42530. "name" "team_roles_fragger"
  42531. "item_name" "#StickerKit_team_roles_fragger"
  42532. "description_string" "#StickerKit_desc_team_roles_fragger"
  42533. "sticker_material" "team_roles_capsule/fragger"
  42534. "item_rarity" "rare"
  42535. }
  42536. "994"
  42537. {
  42538. "name" "team_roles_leader"
  42539. "item_name" "#StickerKit_team_roles_leader"
  42540. "description_string" "#StickerKit_desc_team_roles_leader"
  42541. "sticker_material" "team_roles_capsule/leader"
  42542. "item_rarity" "rare"
  42543. }
  42544. "995"
  42545. {
  42546. "name" "team_roles_lurker"
  42547. "item_name" "#StickerKit_team_roles_lurker"
  42548. "description_string" "#StickerKit_desc_team_roles_lurker"
  42549. "sticker_material" "team_roles_capsule/lurker"
  42550. "item_rarity" "rare"
  42551. }
  42552. "996"
  42553. {
  42554. "name" "team_roles_nader"
  42555. "item_name" "#StickerKit_team_roles_nader"
  42556. "description_string" "#StickerKit_desc_team_roles_nader"
  42557. "sticker_material" "team_roles_capsule/nader"
  42558. "item_rarity" "rare"
  42559. }
  42560. "997"
  42561. {
  42562. "name" "team_roles_ninja"
  42563. "item_name" "#StickerKit_team_roles_ninja"
  42564. "description_string" "#StickerKit_desc_team_roles_ninja"
  42565. "sticker_material" "team_roles_capsule/ninja"
  42566. "item_rarity" "rare"
  42567. }
  42568. "998"
  42569. {
  42570. "name" "team_roles_support"
  42571. "item_name" "#StickerKit_team_roles_support"
  42572. "description_string" "#StickerKit_desc_team_roles_support"
  42573. "sticker_material" "team_roles_capsule/support"
  42574. "item_rarity" "rare"
  42575. }
  42576. "999"
  42577. {
  42578. "name" "team_roles_awper_foil"
  42579. "item_name" "#StickerKit_team_roles_awper_foil"
  42580. "description_string" "#StickerKit_desc_team_roles_awper_foil"
  42581. "sticker_material" "team_roles_capsule/awper_foil"
  42582. "item_rarity" "legendary"
  42583. }
  42584. "1000"
  42585. {
  42586. "name" "team_roles_bomber_foil"
  42587. "item_name" "#StickerKit_team_roles_bomber_foil"
  42588. "description_string" "#StickerKit_desc_team_roles_bomber_foil"
  42589. "sticker_material" "team_roles_capsule/bomber_foil"
  42590. "item_rarity" "legendary"
  42591. }
  42592. "1001"
  42593. {
  42594. "name" "team_roles_fragger_foil"
  42595. "item_name" "#StickerKit_team_roles_fragger_foil"
  42596. "description_string" "#StickerKit_desc_team_roles_fragger_foil"
  42597. "sticker_material" "team_roles_capsule/fragger_foil"
  42598. "item_rarity" "legendary"
  42599. }
  42600. "1002"
  42601. {
  42602. "name" "team_roles_leader_foil"
  42603. "item_name" "#StickerKit_team_roles_leader_foil"
  42604. "description_string" "#StickerKit_desc_team_roles_leader_foil"
  42605. "sticker_material" "team_roles_capsule/leader_foil"
  42606. "item_rarity" "legendary"
  42607. }
  42608. "1003"
  42609. {
  42610. "name" "team_roles_nader_foil"
  42611. "item_name" "#StickerKit_team_roles_nader_foil"
  42612. "description_string" "#StickerKit_desc_team_roles_nader_foil"
  42613. "sticker_material" "team_roles_capsule/nader_foil"
  42614. "item_rarity" "legendary"
  42615. }
  42616. "1004"
  42617. {
  42618. "name" "team_roles_ninja_foil"
  42619. "item_name" "#StickerKit_team_roles_ninja_foil"
  42620. "description_string" "#StickerKit_desc_team_roles_ninja_foil"
  42621. "sticker_material" "team_roles_capsule/ninja_foil"
  42622. "item_rarity" "legendary"
  42623. }
  42624. "1005"
  42625. {
  42626. "name" "team_roles_pro_foil"
  42627. "item_name" "#StickerKit_team_roles_pro_foil"
  42628. "description_string" "#StickerKit_desc_team_roles_pro_foil"
  42629. "sticker_material" "team_roles_capsule/pro_foil"
  42630. "item_rarity" "legendary"
  42631. }
  42632. "1006"
  42633. {
  42634. "name" "team_roles_support_foil"
  42635. "item_name" "#StickerKit_team_roles_supportfoil"
  42636. "description_string" "#StickerKit_desc_team_roles_support_foil"
  42637. "sticker_material" "team_roles_capsule/support_foil"
  42638. "item_rarity" "legendary"
  42639. }
  42640. "1315"
  42641. {
  42642. "name" "allstars_a_holo"
  42643. "item_name" "#StickerKit_allstars_a_holo"
  42644. "description_string" "#StickerKit_desc_allstars_a_holo"
  42645. "sticker_material" "tournament_assets/allstars_a_holo"
  42646. "item_rarity" "mythical"
  42647. }
  42648. "1316"
  42649. {
  42650. "name" "allstars_b_holo"
  42651. "item_name" "#StickerKit_allstars_b_holo"
  42652. "description_string" "#StickerKit_desc_allstars_b_holo"
  42653. "sticker_material" "tournament_assets/allstars_b_holo"
  42654. "item_rarity" "mythical"
  42655. }
  42656. }
  42657. "paint_kits"
  42658. {
  42659. "0"
  42660. {
  42661. "name" "default"
  42662. "description_string" "#PaintKit_Default"
  42663. "description_tag" "#PaintKit_Default_Tag"
  42664. "pattern" "none"
  42665. "logo_material" "none"
  42666. "wear_gradient" "canvas"
  42667. "wear_default" "0.100000"
  42668. "wear_remap_min" "0.060000"
  42669. "wear_remap_max" "0.800000"
  42670. "seed" "0"
  42671. "style" "0"
  42672. "color0" "128 128 128"
  42673. "color1" "128 128 128"
  42674. "color2" "128 128 128"
  42675. "color3" "128 128 128"
  42676. "phongexponent" "16"
  42677. "phongintensity" "255"
  42678. "phongalbedoboost" "-1"
  42679. "pattern_scale" "0.500000"
  42680. "pattern_offset_x_start" "0"
  42681. "pattern_offset_x_end" "0"
  42682. "pattern_offset_y_start" "0"
  42683. "pattern_offset_y_end" "0"
  42684. "pattern_rotate_start" "0"
  42685. "pattern_rotate_end" "0"
  42686. "logo_scale" "1.000000"
  42687. "logo_offset_x" "0.000000"
  42688. "logo_offset_y" "0.000000"
  42689. "logo_rotation" "0.000000"
  42690. "logocolor0" "0 0 0"
  42691. "logocolor1" "0 0 0"
  42692. "logocolor2" "0 0 0"
  42693. "logocolor3" "0 0 0"
  42694. "ignore_weapon_size_scale" "0"
  42695. "view_model_exponent_override_size" "256"
  42696. "only_first_material" "0"
  42697. }
  42698. "9001"
  42699. {
  42700. "name" "workshop_default"
  42701. "pattern" "black"
  42702. "wear_remap_min" "0.000000"
  42703. "wear_remap_max" "1.000000"
  42704. "style" "0"
  42705. "color0" "128 128 128"
  42706. "color1" "150 150 150"
  42707. "color2" "96 96 96"
  42708. "color3" "108 108 108"
  42709. "phongexponent" "32"
  42710. "pattern_scale" "1.000000"
  42711. "pattern_offset_x_start" "0"
  42712. "pattern_offset_x_end" "1"
  42713. "pattern_offset_y_start" "0"
  42714. "pattern_offset_y_end" "1"
  42715. "pattern_rotate_start" "0"
  42716. "pattern_rotate_end" "360"
  42717. }
  42718. "2"
  42719. {
  42720. "name" "so_olive"
  42721. "description_string" "#PaintKit_so_olive"
  42722. "description_tag" "#PaintKit_so_olive_Tag"
  42723. "wear_default" "0.200000"
  42724. "style" "1"
  42725. "color0" "47 52 37"
  42726. "color1" "65 78 61"
  42727. "color2" "102 91 66"
  42728. "color3" "51 53 26"
  42729. "phongintensity" "10"
  42730. }
  42731. "3"
  42732. {
  42733. "name" "so_red"
  42734. "description_string" "#PaintKit_so_red"
  42735. "description_tag" "#PaintKit_so_red_Tag"
  42736. "wear_default" "0.120000"
  42737. "style" "1"
  42738. "color0" "32 32 32"
  42739. "color1" "106 11 11"
  42740. "color2" "32 32 32"
  42741. "color3" "32 32 32"
  42742. "wear_remap_min" "0.000000"
  42743. "wear_remap_max" "0.300000"
  42744. "phongexponent" "255"
  42745. "phongintensity" "80"
  42746. }
  42747. "5"
  42748. {
  42749. "name" "hy_ddpat"
  42750. "description_string" "#PaintKit_hy_ddpat"
  42751. "description_tag" "#PaintKit_hy_ddpat_Tag"
  42752. "pattern" "ddpat"
  42753. "style" "2"
  42754. "color0" "67 61 47"
  42755. "color1" "101 89 77"
  42756. "color2" "31 42 27"
  42757. "color3" "32 23 16"
  42758. "phongintensity" "13"
  42759. "pattern_scale" "2"
  42760. "pattern_offset_x_start" "0"
  42761. "pattern_offset_x_end" "1"
  42762. "pattern_offset_y_start" "0"
  42763. "pattern_offset_y_end" "1"
  42764. }
  42765. "6"
  42766. {
  42767. "name" "hy_arctic"
  42768. "description_string" "#PaintKit_hy_arctic"
  42769. "description_tag" "#PaintKit_hy_arctic_Tag"
  42770. "pattern" "camo_arctic"
  42771. "wear_default" "0.200000"
  42772. "style" "2"
  42773. "color0" "233 239 239"
  42774. "color1" "162 190 202"
  42775. "color2" "136 136 136"
  42776. "color3" "70 68 68"
  42777. "phongintensity" "26"
  42778. "pattern_scale" "4"
  42779. "pattern_offset_x_start" "0"
  42780. "pattern_offset_x_end" "1"
  42781. "pattern_offset_y_start" "0"
  42782. "pattern_offset_y_end" "1"
  42783. "pattern_rotate_start" "0"
  42784. "pattern_rotate_end" "360"
  42785. }
  42786. "8"
  42787. {
  42788. "name" "hy_desert"
  42789. "description_string" "#PaintKit_hy_desert"
  42790. "description_tag" "#PaintKit_hy_desert_Tag"
  42791. "pattern" "desert_spots"
  42792. "wear_default" "0.150000"
  42793. "style" "2"
  42794. "color0" "191 191 191"
  42795. "color1" "157 138 119"
  42796. "color2" "96 67 51"
  42797. "color3" "19 19 19"
  42798. "phongintensity" "10"
  42799. "pattern_scale" "3"
  42800. "pattern_offset_x_start" "0"
  42801. "pattern_offset_x_end" "1"
  42802. "pattern_offset_y_start" "0"
  42803. "pattern_offset_y_end" "1"
  42804. "pattern_rotate_start" "0"
  42805. "pattern_rotate_end" "360"
  42806. "ignore_weapon_size_scale" "1"
  42807. }
  42808. "9"
  42809. {
  42810. "name" "hy_tiger"
  42811. "description_string" "#PaintKit_hy_tiger"
  42812. "description_tag" "#PaintKit_hy_tiger_Tag"
  42813. "pattern" "tiger"
  42814. "wear_default" "0.200000"
  42815. "seed" "33"
  42816. "style" "2"
  42817. "color0" "224 213 206"
  42818. "color1" "193 103 37"
  42819. "color2" "25 20 17"
  42820. "color3" "1 1 1"
  42821. "phongintensity" "13"
  42822. "pattern_scale" "3"
  42823. "pattern_offset_x_start" "0.000000"
  42824. "pattern_offset_x_end" "3.000000"
  42825. "pattern_offset_y_start" "0.200000"
  42826. "pattern_offset_y_end" "0.200000"
  42827. "pattern_rotate_start" "0"
  42828. "pattern_rotate_end" "0"
  42829. "ignore_weapon_size_scale" "1"
  42830. }
  42831. "10"
  42832. {
  42833. "name" "hy_copperhead"
  42834. "description_string" "#PaintKit_hy_copperhead"
  42835. "description_tag" "#PaintKit_hy_copperhead_Tag"
  42836. "pattern" "copperhead"
  42837. "wear_default" "0.200000"
  42838. "style" "2"
  42839. "color0" "174 174 170"
  42840. "color1" "82 64 40"
  42841. "color2" "7 1 1"
  42842. "color3" "49 21 20"
  42843. "phongintensity" "10"
  42844. "pattern_scale" "2.900000"
  42845. "pattern_offset_x_start" "0"
  42846. "pattern_offset_x_end" "1"
  42847. "pattern_offset_y_start" "0.720000"
  42848. "pattern_offset_y_end" "0.720000"
  42849. "ignore_weapon_size_scale" "1"
  42850. "wear_remap_min" "0.120000"
  42851. "wear_remap_max" "0.380000"
  42852. }
  42853. "11"
  42854. {
  42855. "name" "hy_skulls"
  42856. "description_string" "#PaintKit_hy_skulls"
  42857. "description_tag" "#PaintKit_hy_skulls_Tag"
  42858. "pattern" "skulls"
  42859. "wear_default" "0.100000"
  42860. "style" "2"
  42861. "color0" "80 80 80"
  42862. "color1" "12 12 12"
  42863. "color2" "8 8 8"
  42864. "color3" "36 28 57"
  42865. "phongintensity" "13"
  42866. "pattern_scale" "6"
  42867. "pattern_offset_x_start" "0"
  42868. "pattern_offset_x_end" "1"
  42869. "pattern_offset_y_start" "0"
  42870. "pattern_offset_y_end" "1"
  42871. "pattern_rotate_start" "0"
  42872. "pattern_rotate_end" "360"
  42873. "wear_remap_min" "0.100000"
  42874. "wear_remap_max" "0.260000"
  42875. }
  42876. "12"
  42877. {
  42878. "name" "hy_webs"
  42879. "description_string" "#PaintKit_hy_webs"
  42880. "description_tag" "#PaintKit_hy_webs_Tag"
  42881. "pattern" "webs"
  42882. "wear_default" "0.100000"
  42883. "seed" "1"
  42884. "style" "2"
  42885. "color0" "94 12 12"
  42886. "color1" "16 16 16"
  42887. "color2" "16 16 16"
  42888. "color3" "16 16 16"
  42889. "phongexponent" "127"
  42890. "phongintensity" "26"
  42891. "pattern_scale" "4.500000"
  42892. "pattern_offset_x_start" "0"
  42893. "pattern_offset_x_end" "1"
  42894. "pattern_offset_y_start" "0"
  42895. "pattern_offset_y_end" "1"
  42896. "pattern_rotate_start" "0"
  42897. "pattern_rotate_end" "360"
  42898. }
  42899. "13"
  42900. {
  42901. "name" "hy_splatter"
  42902. "description_string" "#PaintKit_hy_splatter"
  42903. "description_tag" "#PaintKit_hy_splatter_Tag"
  42904. "pattern" "splatter"
  42905. "wear_default" "0.140000"
  42906. "seed" "7"
  42907. "style" "2"
  42908. "color0" "32 180 236"
  42909. "color1" "16 140 188 "
  42910. "color2" "10 89 120"
  42911. "color3" "16 16 16"
  42912. "phongintensity" "10"
  42913. "pattern_scale" "2.500000"
  42914. "pattern_offset_y_start" "0"
  42915. "pattern_offset_y_end" "1"
  42916. "pattern_offset_x_start" "0"
  42917. "pattern_offset_x_end" "1"
  42918. "pattern_rotate_start" "-15"
  42919. "pattern_rotate_end" "15"
  42920. "ignore_weapon_size_scale" "1"
  42921. }
  42922. "14"
  42923. {
  42924. "name" "hy_ak47lam"
  42925. "description_string" "#PaintKit_hy_ak47lam"
  42926. "description_tag" "#PaintKit_hy_ak47lam_Tag"
  42927. "pattern" "laminate_ak47"
  42928. "wear_default" "0.050000"
  42929. "style" "2"
  42930. "color0" "17 16 15"
  42931. "color1" "150 5 9"
  42932. "color2" "119 108 94"
  42933. "color3" "233 58 7"
  42934. "phongexponent" "60"
  42935. "phongintensity" "51"
  42936. "pattern_scale" "1"
  42937. "ignore_weapon_size_scale" "1"
  42938. }
  42939. "15"
  42940. {
  42941. "name" "hy_gelpen"
  42942. "description_string" "#PaintKit_hy_gelpen"
  42943. "description_tag" "#PaintKit_hy_gelpen_Tag"
  42944. "pattern" "gel_pen"
  42945. "wear_default" "0.180000"
  42946. "style" "2"
  42947. "color0" "182 179 175"
  42948. "color1" "151 145 135"
  42949. "color2" "32 14 3"
  42950. "color3" "48 22 0"
  42951. "phongintensity" "10"
  42952. "pattern_scale" "4"
  42953. "pattern_offset_x_start" "0"
  42954. "pattern_offset_x_end" "1"
  42955. "pattern_offset_y_start" "0"
  42956. "pattern_offset_y_end" "1"
  42957. "pattern_rotate_start" "30"
  42958. "pattern_rotate_end" "60"
  42959. }
  42960. "16"
  42961. {
  42962. "name" "hy_v_tiger"
  42963. "description_string" "#PaintKit_hy_v_tiger"
  42964. "description_tag" "#PaintKit_hy_v_tiger_Tag"
  42965. "pattern" "v_tiger"
  42966. "wear_default" "0.500000"
  42967. "style" "2"
  42968. "color0" "52 64 42"
  42969. "color1" "145 147 144"
  42970. "color2" "63 51 53"
  42971. "color3" "42 40 51"
  42972. "phongintensity" "10"
  42973. "pattern_scale" "3"
  42974. "pattern_offset_x_start" "0"
  42975. "pattern_offset_x_end" "1"
  42976. "pattern_offset_y_start" "0"
  42977. "pattern_offset_y_end" "1"
  42978. }
  42979. "17"
  42980. {
  42981. "name" "hy_ddpat_urb"
  42982. "description_string" "#PaintKit_hy_ddpat"
  42983. "description_tag" "#PaintKit_hy_ddpat_urb_Tag"
  42984. "pattern" "ddpat"
  42985. "style" "2"
  42986. "color0" "40 40 40"
  42987. "color1" "80 80 80"
  42988. "color2" "140 140 140"
  42989. "color3" "180 180 180"
  42990. "phongintensity" "10"
  42991. "pattern_scale" "2"
  42992. "pattern_offset_x_start" "0"
  42993. "pattern_offset_x_end" "1"
  42994. "pattern_offset_y_start" "0"
  42995. "pattern_offset_y_end" "1"
  42996. }
  42997. "20"
  42998. {
  42999. "name" "hy_zombie"
  43000. "description_string" "#PaintKit_hy_zombie"
  43001. "description_tag" "#PaintKit_hy_zombie_Tag"
  43002. "pattern" "zombie"
  43003. "wear_default" "0.050000"
  43004. "seed" "2"
  43005. "style" "2"
  43006. "color0" "84 130 10"
  43007. "color1" "84 130 10"
  43008. "color2" "4 4 4"
  43009. "color3" "18 34 8"
  43010. "phongintensity" "20"
  43011. "pattern_scale" "4"
  43012. "pattern_offset_x_start" "0"
  43013. "pattern_offset_x_end" "1"
  43014. "pattern_offset_y_start" "0"
  43015. "pattern_offset_y_end" "1"
  43016. "pattern_rotate_start" "-2"
  43017. "pattern_rotate_end" "2"
  43018. }
  43019. "21"
  43020. {
  43021. "name" "hy_granite"
  43022. "description_string" "#PaintKit_hy_granite"
  43023. "description_tag" "#PaintKit_hy_granite_Tag"
  43024. "pattern" "marbleized"
  43025. "wear_default" "0.150000"
  43026. "style" "2"
  43027. "color0" "165 163 114"
  43028. "color1" "186 187 199"
  43029. "color2" "17 11 11"
  43030. "color3" "22 29 52"
  43031. "phongintensity" "20"
  43032. "pattern_scale" "6"
  43033. "pattern_offset_x_start" "0"
  43034. "pattern_offset_x_end" "1"
  43035. "pattern_offset_y_start" "0"
  43036. "pattern_offset_y_end" "1"
  43037. "pattern_rotate_start" "0"
  43038. "pattern_rotate_end" "360"
  43039. }
  43040. "22"
  43041. {
  43042. "name" "sp_spray"
  43043. "description_string" "#PaintKit_sp_spray"
  43044. "description_tag" "#PaintKit_sp_spray_Tag"
  43045. "pattern" "camo_daubs"
  43046. "wear_default" "0.300000"
  43047. "style" "3"
  43048. "color0" "128 124 122"
  43049. "color1" "80 80 80"
  43050. "color2" "15 17 18"
  43051. "color3" "219 219 219"
  43052. "phongintensity" "10"
  43053. "pattern_scale" "1.430000"
  43054. "pattern_offset_x_start" "0"
  43055. "pattern_offset_x_end" "1"
  43056. "pattern_offset_y_start" "0"
  43057. "pattern_offset_y_end" "1"
  43058. "pattern_rotate_start" "0"
  43059. "pattern_rotate_end" "360"
  43060. }
  43061. "25"
  43062. {
  43063. "name" "sp_leaves"
  43064. "description_string" "#PaintKit_sp_leaves"
  43065. "description_tag" "#PaintKit_sp_leaves_Tag"
  43066. "pattern" "camo_leaves"
  43067. "wear_default" "0.200000"
  43068. "style" "3"
  43069. "color0" "48 41 15"
  43070. "color1" "24 22 19"
  43071. "color2" "17 32 20"
  43072. "color3" "80 70 41"
  43073. "phongintensity" "10"
  43074. "pattern_scale" "1.680000"
  43075. "pattern_offset_x_start" "0"
  43076. "pattern_offset_x_end" "1"
  43077. "pattern_offset_y_start" "0"
  43078. "pattern_offset_y_end" "1"
  43079. "pattern_rotate_start" "0"
  43080. "pattern_rotate_end" "360"
  43081. }
  43082. "26"
  43083. {
  43084. "name" "sp_short_tape"
  43085. "description_string" "#PaintKit_sp_short_tape"
  43086. "description_tag" "#PaintKit_sp_short_tape_Tag"
  43087. "pattern" "camo_tape_short"
  43088. "wear_default" "0.200000"
  43089. "style" "3"
  43090. "color0" "48 37 43"
  43091. "color1" "156 167 122"
  43092. "color2" "82 37 53"
  43093. "color3" "48 64 43"
  43094. "phongintensity" "10"
  43095. "pattern_scale" "1.500000"
  43096. "pattern_offset_x_start" "0"
  43097. "pattern_offset_x_end" "1"
  43098. "pattern_offset_y_start" "0"
  43099. "pattern_offset_y_end" "1"
  43100. "pattern_rotate_start" "40"
  43101. "pattern_rotate_end" "50"
  43102. }
  43103. "27"
  43104. {
  43105. "name" "sp_tape"
  43106. "description_string" "#PaintKit_sp_tape"
  43107. "description_tag" "#PaintKit_sp_tape_Tag"
  43108. "pattern" "camo_tape_strips"
  43109. "wear_default" "0.200000"
  43110. "style" "3"
  43111. "color0" "53 38 16"
  43112. "color1" "17 17 17"
  43113. "color2" "164 163 152"
  43114. "color3" "37 51 13"
  43115. "phongintensity" "10"
  43116. "pattern_scale" "1.500000"
  43117. "pattern_offset_x_start" "0"
  43118. "pattern_offset_x_end" "1"
  43119. "pattern_offset_y_start" "0"
  43120. "pattern_offset_y_end" "1"
  43121. "pattern_rotate_start" "0"
  43122. "pattern_rotate_end" "360"
  43123. }
  43124. "28"
  43125. {
  43126. "name" "an_navy"
  43127. "description_string" "#PaintKit_an_navy"
  43128. "description_tag" "#PaintKit_an_navy_Tag"
  43129. "wear_default" "0.060000"
  43130. "style" "4"
  43131. "color0" "23 33 47"
  43132. "color1" "23 33 47"
  43133. "color2" "1 1 1"
  43134. "color3" "1 1 1"
  43135. "phongexponent" "32"
  43136. "phongalbedoboost" "15"
  43137. "wear_remap_min" "0.000000"
  43138. "wear_remap_max" "0.080000"
  43139. }
  43140. "30"
  43141. {
  43142. "name" "sp_snake"
  43143. "description_string" "#PaintKit_sp_snake"
  43144. "description_tag" "#PaintKit_sp_snake_Tag"
  43145. "pattern" "snake"
  43146. "wear_default" "0.200000"
  43147. "seed" "6"
  43148. "style" "3"
  43149. "color0" "132 119 96"
  43150. "color1" "132 119 96"
  43151. "color2" "40 19 1"
  43152. "color3" "40 19 1"
  43153. "phongintensity" "10"
  43154. "pattern_scale" "1.500000"
  43155. "pattern_offset_x_start" "0"
  43156. "pattern_offset_x_end" "1"
  43157. "pattern_offset_y_start" "0"
  43158. "pattern_offset_y_end" "1"
  43159. "pattern_rotate_start" "-4"
  43160. "pattern_rotate_end" "4"
  43161. }
  43162. "32"
  43163. {
  43164. "name" "an_silver"
  43165. "description_string" "#PaintKit_an_silver"
  43166. "description_tag" "#PaintKit_an_silver_Tag"
  43167. "wear_default" "0.090000"
  43168. "style" "4"
  43169. "color0" "53 55 60"
  43170. "color1" "53 55 60"
  43171. "color2" "1 1 1"
  43172. "color3" "1 1 1"
  43173. "phongexponent" "32"
  43174. "phongalbedoboost" "60"
  43175. "wear_remap_min" "0.000000"
  43176. "wear_remap_max" "0.080000"
  43177. }
  43178. "33"
  43179. {
  43180. "name" "an_red"
  43181. "description_string" "#PaintKit_an_red"
  43182. "description_tag" "#PaintKit_an_red_Tag"
  43183. "wear_default" "0.050000"
  43184. "style" "4"
  43185. "color0" "30 1 1"
  43186. "color1" "30 1 1"
  43187. "color2" "1 1 1"
  43188. "color3" "1 1 1"
  43189. "phongexponent" "16"
  43190. "phongalbedoboost" "100"
  43191. "wear_remap_min" "0.000000"
  43192. "wear_remap_max" "0.080000"
  43193. }
  43194. "34"
  43195. {
  43196. "name" "am_urban"
  43197. "description_string" "#PaintKit_am_urban"
  43198. "description_tag" "#PaintKit_am_urban_Tag"
  43199. "pattern" "ddpat"
  43200. "seed" "42"
  43201. "wear_default" "0.020000"
  43202. "style" "5"
  43203. "color0" "25 25 25"
  43204. "color1" "40 40 40"
  43205. "color2" "17 17 18"
  43206. "color3" "15 15 14"
  43207. "phongalbedoboost" "120"
  43208. "pattern_scale" "2"
  43209. "pattern_offset_x_start" "0"
  43210. "pattern_offset_x_end" "1"
  43211. "pattern_offset_y_start" "0"
  43212. "pattern_offset_y_end" "1"
  43213. "wear_remap_min" "0.000000"
  43214. "wear_remap_max" "0.080000"
  43215. }
  43216. "36"
  43217. {
  43218. "name" "am_ossify"
  43219. "description_string" "#PaintKit_am_ossify"
  43220. "description_tag" "#PaintKit_am_ossify_Tag"
  43221. "pattern" "ossify"
  43222. "wear_default" "0.020000"
  43223. "style" "5"
  43224. "color0" "20 27 2"
  43225. "color1" "20 27 2"
  43226. "color2" "47 56 1"
  43227. "color3" "47 56 1"
  43228. "phongalbedoboost" "100"
  43229. "pattern_scale" "4"
  43230. "pattern_offset_x_start" "0"
  43231. "pattern_offset_x_end" "1"
  43232. "pattern_offset_y_start" "0"
  43233. "pattern_offset_y_end" "1"
  43234. "pattern_rotate_start" "0"
  43235. "pattern_rotate_end" "360"
  43236. "wear_remap_min" "0.000000"
  43237. "wear_remap_max" "0.080000"
  43238. }
  43239. "37"
  43240. {
  43241. "name" "aa_flames"
  43242. "description_string" "#PaintKit_aa_flames"
  43243. "description_tag" "#PaintKit_aa_flames_Tag"
  43244. "pattern" "flamegraphic"
  43245. "wear_default" "0.200000"
  43246. "seed" "1"
  43247. "style" "6"
  43248. "color0" "80 10 1"
  43249. "color1" "34 2 1"
  43250. "color2" "16 16 16"
  43251. "color3" "90 60 4"
  43252. "phongalbedoboost" "30"
  43253. "pattern_scale" "1"
  43254. "pattern_offset_x_start" "-0.300000"
  43255. "pattern_offset_x_end" "-0.300000"
  43256. "pattern_offset_y_start" "0"
  43257. "pattern_offset_y_end" "1"
  43258. "ignore_weapon_size_scale" "1"
  43259. "wear_remap_min" "0.000000"
  43260. "wear_remap_max" "0.080000"
  43261. }
  43262. "38"
  43263. {
  43264. "name" "aa_fade"
  43265. "description_string" "#PaintKit_aa_fade"
  43266. "description_tag" "#PaintKit_aa_fade_Tag"
  43267. "pattern" "fade"
  43268. "wear_default" "0.200000"
  43269. "style" "6"
  43270. "color0" "44 41 39"
  43271. "color1" "84 52 14"
  43272. "color2" "71 18 28"
  43273. "color3" "28 31 57"
  43274. "phongalbedoboost" "80"
  43275. "phongexponent" "34"
  43276. "pattern_scale" "1"
  43277. "pattern_offset_x_start" "-0.700000"
  43278. "pattern_offset_x_end" "-0.700000"
  43279. "pattern_offset_y_start" "-0.700000"
  43280. "pattern_offset_y_end" "-0.700000"
  43281. "pattern_rotate_start" "-55"
  43282. "pattern_rotate_end" "-65"
  43283. "ignore_weapon_size_scale" "1"
  43284. "wear_remap_min" "0.000000"
  43285. "wear_remap_max" "0.080000"
  43286. }
  43287. "39"
  43288. {
  43289. "name" "so_yellow"
  43290. "description_string" "#PaintKit_so_yellow"
  43291. "description_tag" "#PaintKit_so_yellow_Tag"
  43292. "wear_default" "0.180000"
  43293. "style" "1"
  43294. "color0" "45 45 45"
  43295. "color1" "241 191 18"
  43296. "color2" "58 58 58"
  43297. "color3" "32 32 32"
  43298. "phongintensity" "4"
  43299. }
  43300. "40"
  43301. {
  43302. "name" "so_night"
  43303. "description_string" "#PaintKit_so_night"
  43304. "description_tag" "#PaintKit_so_night_Tag"
  43305. "wear_default" "0.170000"
  43306. "style" "1"
  43307. "color0" "48 62 71"
  43308. "color1" "26 33 38"
  43309. "color2" "43 55 64"
  43310. "color3" "36 36 36"
  43311. "phongintensity" "4"
  43312. }
  43313. "41"
  43314. {
  43315. "name" "aq_copper"
  43316. "description_string" "#PaintKit_aq_copper"
  43317. "description_tag" "#PaintKit_aq_copper_Tag"
  43318. "pattern" "aged"
  43319. "wear_default" "0.100000"
  43320. "seed" "19"
  43321. "style" "8"
  43322. "color0" "90 62 50"
  43323. "color1" "77 46 40"
  43324. "color2" "68 72 70"
  43325. "color3" "121 142 135"
  43326. "phongintensity" "180"
  43327. "phongalbedoboost" "50"
  43328. "pattern_scale" "2"
  43329. "pattern_offset_x_start" "0"
  43330. "pattern_offset_x_end" "1"
  43331. "pattern_offset_y_start" "0"
  43332. "pattern_offset_y_end" "1"
  43333. "pattern_rotate_start" "0"
  43334. "pattern_rotate_end" "360"
  43335. "wear_remap_min" "0.000000"
  43336. "wear_remap_max" "1.000000"
  43337. }
  43338. "42"
  43339. {
  43340. "name" "aq_blued"
  43341. "description_string" "#PaintKit_aq_blued"
  43342. "description_tag" "#PaintKit_aq_blued_Tag"
  43343. "pattern" "watermarked"
  43344. "wear_default" "0.350000"
  43345. "seed" "11"
  43346. "style" "8"
  43347. "color0" "103 109 109"
  43348. "color1" "36 43 57"
  43349. "color2" "47 45 68"
  43350. "color3" "33 40 52"
  43351. "phongalbedoboost" "30"
  43352. "pattern_scale" "2"
  43353. "pattern_offset_x_start" "0"
  43354. "pattern_offset_x_end" "1"
  43355. "pattern_offset_y_start" "0"
  43356. "pattern_offset_y_end" "1"
  43357. "pattern_rotate_start" "0"
  43358. "pattern_rotate_end" "360"
  43359. "wear_remap_min" "0.000000"
  43360. "wear_remap_max" "1.000000"
  43361. }
  43362. "43"
  43363. {
  43364. "name" "aq_forced"
  43365. "description_string" "#PaintKit_aq_forced"
  43366. "description_tag" "#PaintKit_aq_forced_Tag"
  43367. "pattern" "forced"
  43368. "wear_default" "0.100000"
  43369. "seed" "10"
  43370. "style" "8"
  43371. "color0" "115 108 100"
  43372. "color1" "115 108 100"
  43373. "color2" "115 108 100"
  43374. "color3" "61 67 76"
  43375. "phongalbedoboost" "50"
  43376. "pattern_scale" "2"
  43377. "pattern_offset_x_start" "0"
  43378. "pattern_offset_x_end" "1"
  43379. "pattern_offset_y_start" "0"
  43380. "pattern_offset_y_end" "1"
  43381. "pattern_rotate_start" "0"
  43382. "pattern_rotate_end" "360"
  43383. "wear_remap_min" "0.000000"
  43384. "wear_remap_max" "1.000000"
  43385. }
  43386. "44"
  43387. {
  43388. "name" "aq_oiled"
  43389. "description_string" "#PaintKit_aq_oiled"
  43390. "description_tag" "#PaintKit_aq_oiled_Tag"
  43391. "pattern" "oiled"
  43392. "wear_default" "0.000000"
  43393. "seed" "29"
  43394. "style" "8"
  43395. "color0" "120 111 101"
  43396. "color1" "120 111 101"
  43397. "color2" "102 96 89"
  43398. "color3" "30 34 47"
  43399. "phongexponent" "25"
  43400. "phongalbedoboost" "80"
  43401. "pattern_scale" "1"
  43402. "pattern_offset_x_start" "0"
  43403. "pattern_offset_x_end" "1"
  43404. "pattern_offset_y_start" "0"
  43405. "pattern_offset_y_end" "1"
  43406. "pattern_rotate_start" "0"
  43407. "pattern_rotate_end" "360"
  43408. "wear_remap_min" "0.000000"
  43409. "wear_remap_max" "1.000000"
  43410. }
  43411. "46"
  43412. {
  43413. "name" "so_pmc"
  43414. "description_string" "#PaintKit_so_pmc"
  43415. "description_tag" "#PaintKit_so_pmc_Tag"
  43416. "wear_default" "0.180000"
  43417. "style" "1"
  43418. "color0" "48 50 49"
  43419. "color1" "39 46 44 "
  43420. "color2" "145 125 96"
  43421. "color3" "20 20 20"
  43422. "phongintensity" "10"
  43423. }
  43424. "47"
  43425. {
  43426. "name" "so_space_marine"
  43427. "description_string" "#PaintKit_so_space_marine"
  43428. "description_tag" "#PaintKit_so_space_marine_Tag"
  43429. "wear_default" "0.210000"
  43430. "style" "1"
  43431. "color0" "45 45 45"
  43432. "color1" "99 98 69"
  43433. "color2" "58 58 58"
  43434. "color3" "32 32 32"
  43435. "phongintensity" "4"
  43436. }
  43437. "48"
  43438. {
  43439. "name" "am_dragon_glock"
  43440. "description_string" "#PaintKit_am_dragon_glock"
  43441. "description_tag" "#PaintKit_am_dragon_glock_Tag"
  43442. "pattern" "dragon_glock"
  43443. "wear_default" "0.040000"
  43444. "style" "5"
  43445. "color0" "58 58 60"
  43446. "color1" "60 60 60"
  43447. "color2" "7 7 8"
  43448. "color3" "60 60 60"
  43449. "phongalbedoboost" "30"
  43450. "pattern_scale" "3.370000"
  43451. "pattern_offset_x_start" "-0.310000"
  43452. "pattern_offset_x_end" "-0.310000"
  43453. "pattern_offset_y_start" "-1.470000"
  43454. "pattern_offset_y_end" "-1.800000"
  43455. "pattern_rotate_start" "0"
  43456. "pattern_rotate_end" "0"
  43457. "ignore_weapon_size_scale" "1"
  43458. "wear_remap_min" "0.000000"
  43459. "wear_remap_max" "0.080000"
  43460. }
  43461. "51"
  43462. {
  43463. "name" "am_lightning_awp"
  43464. "description_string" "#PaintKit_am_lightning_awp"
  43465. "description_tag" "#PaintKit_am_lightning_awp_Tag"
  43466. "pattern" "lightning_strike"
  43467. "wear_default" "0.000000"
  43468. "style" "5"
  43469. "color0" "7 5 6"
  43470. "color1" "65 7 99"
  43471. "color2" "100 36 38"
  43472. "color3" "108 108 142"
  43473. "phongalbedoboost" "40"
  43474. "phongexponent" "8"
  43475. "pattern_scale" "1"
  43476. "pattern_offset_x_start" "0"
  43477. "pattern_offset_x_end" "0"
  43478. "pattern_offset_y_start" "0"
  43479. "pattern_offset_y_end" "0"
  43480. "pattern_rotate_start" "0"
  43481. "pattern_rotate_end" "0"
  43482. "ignore_weapon_size_scale" "1"
  43483. "wear_remap_min" "0.000000"
  43484. "wear_remap_max" "0.080000"
  43485. }
  43486. "59"
  43487. {
  43488. "name" "am_zebra"
  43489. "description_string" "#PaintKit_am_zebra"
  43490. "description_tag" "#PaintKit_am_zebra_Tag"
  43491. "pattern" "zebra"
  43492. "wear_default" "0.050000"
  43493. "style" "5"
  43494. "color0" "94 34 35"
  43495. "color1" "244 253 253"
  43496. "color2" "57 21 22"
  43497. "color3" "117 153 174"
  43498. "phongalbedoboost" "50"
  43499. "phongexponent" "4"
  43500. "pattern_scale" "2.500000"
  43501. "pattern_offset_x_start" "0"
  43502. "pattern_offset_x_end" "1"
  43503. "pattern_offset_y_start" "0"
  43504. "pattern_offset_y_end" "1"
  43505. "wear_remap_min" "0.010000"
  43506. "wear_remap_max" "0.260000"
  43507. "view_model_exponent_override_size" "1024"
  43508. }
  43509. "60"
  43510. {
  43511. "name" "am_zebra_dark"
  43512. "description_string" "#PaintKit_am_zebra_dark"
  43513. "description_tag" "#PaintKit_am_zebra_dark_Tag"
  43514. "pattern" "zebra"
  43515. "wear_default" "0.180000"
  43516. "style" "5"
  43517. "color0" "55 55 55"
  43518. "color1" "16 86 86"
  43519. "color2" "17 17 17"
  43520. "color3" "96 96 96"
  43521. "phongalbedoboost" "50"
  43522. "phongexponent" "4"
  43523. "pattern_scale" "3.300000"
  43524. "pattern_offset_x_start" "0"
  43525. "pattern_offset_x_end" "1"
  43526. "pattern_offset_y_start" "0"
  43527. "pattern_offset_y_end" "1"
  43528. "wear_remap_min" "0.100000"
  43529. "wear_remap_max" "0.260000"
  43530. "view_model_exponent_override_size" "1024"
  43531. }
  43532. "61"
  43533. {
  43534. "name" "aa_vertigo"
  43535. "description_string" "#PaintKit_aa_vertigo"
  43536. "description_tag" "#PaintKit_aa_vertigo_Tag"
  43537. "pattern" "vertigo"
  43538. "wear_default" "0.150000"
  43539. "style" "6"
  43540. "color0" "102 92 85"
  43541. "color1" "16 16 16"
  43542. "color2" "16 16 16"
  43543. "color3" "16 16 16"
  43544. "phongalbedoboost" "80"
  43545. "phongexponent" "32"
  43546. "pattern_scale" "1.400000"
  43547. "pattern_offset_x_start" "0.040000"
  43548. "pattern_offset_x_end" "0.140000"
  43549. "pattern_offset_y_start" "-0.440000"
  43550. "pattern_offset_y_end" "-0.180000"
  43551. "pattern_rotate_start" "7"
  43552. "pattern_rotate_end" "25"
  43553. "wear_remap_min" "0.000000"
  43554. "wear_remap_max" "0.080000"
  43555. }
  43556. "62"
  43557. {
  43558. "name" "cu_spring_nova"
  43559. "description_string" "#PaintKit_cu_spring_nova"
  43560. "description_tag" "#PaintKit_cu_spring_nova_Tag"
  43561. "pattern" "spring_nova"
  43562. "wear_default" "0.060000"
  43563. "phongexponent" "62"
  43564. "style" "7"
  43565. "pattern_scale" "1"
  43566. "ignore_weapon_size_scale" "1"
  43567. }
  43568. "67"
  43569. {
  43570. "name" "am_slither_p90"
  43571. "description_string" "#PaintKit_am_slither_p90"
  43572. "description_tag" "#PaintKit_am_slither_p90_Tag"
  43573. "style" "5"
  43574. "pattern" "p90_slither"
  43575. "color0" "70 20 18"
  43576. "color1" "8 8 8"
  43577. "color2" "8 8 8"
  43578. "color3" "70 20 18"
  43579. "pattern_scale" "1.400000"
  43580. "phongexponent" "0"
  43581. "phongalbedoboost" "60"
  43582. "view_model_exponent_override_size" "256"
  43583. "ignore_weapon_size_scale" "1"
  43584. "pattern_offset_x_start" "-0.120000"
  43585. "pattern_offset_x_end" "-0.040000"
  43586. "pattern_offset_y_start" "0.200000"
  43587. "pattern_offset_y_end" "0.240000"
  43588. "pattern_rotate_start" "0.000000"
  43589. "pattern_rotate_end" "0.000000"
  43590. "wear_remap_min" "0.000000"
  43591. "wear_remap_max" "0.080000"
  43592. }
  43593. "70"
  43594. {
  43595. "name" "am_carbon_fiber"
  43596. "description_string" "#PaintKit_am_carbon_fiber"
  43597. "description_tag" "#PaintKit_am_carbon_fiber_Tag"
  43598. "pattern" "carbon_fiber"
  43599. "wear_default" "0.020000"
  43600. "style" "5"
  43601. "color0" "1 1 1"
  43602. "color1" "25 25 25"
  43603. "color2" "25 25 25"
  43604. "color3" "25 25 25"
  43605. "phongalbedoboost" "50"
  43606. "phongexponent" "3"
  43607. "pattern_scale" "4"
  43608. "pattern_offset_x_start" "0"
  43609. "pattern_offset_x_end" "1"
  43610. "pattern_offset_y_start" "0"
  43611. "pattern_offset_y_end" "1"
  43612. "pattern_rotate_start" "145"
  43613. "pattern_rotate_end" "165"
  43614. "wear_remap_min" "0.000000"
  43615. "wear_remap_max" "0.120000"
  43616. }
  43617. "71"
  43618. {
  43619. "name" "am_scorpion_p2000"
  43620. "description_string" "#PaintKit_am_scorpion_p2000"
  43621. "description_tag" "#PaintKit_am_scorpion_p2000_Tag"
  43622. "pattern" "scorpion_p2000"
  43623. "wear_default" "0.000000"
  43624. "style" "5"
  43625. "color0" "61 58 50"
  43626. "color1" "134 118 2"
  43627. "color2" "218 95 3"
  43628. "color3" "124 47 20"
  43629. "pattern_scale" "1"
  43630. "ignore_weapon_size_scale" "1"
  43631. "phongalbedoboost" "50"
  43632. "wear_remap_min" "0.000000"
  43633. "wear_remap_max" "0.080000"
  43634. }
  43635. "72"
  43636. {
  43637. "name" "sp_mesh_tan"
  43638. "description_string" "#PaintKit_sp_mesh"
  43639. "description_tag" "#PaintKit_sp_mesh_tan_Tag"
  43640. "pattern" "chainlink"
  43641. "wear_default" "0.200000"
  43642. "style" "3"
  43643. "color0" "109 105 84"
  43644. "color1" "19 20 21"
  43645. "color2" "77 80 67"
  43646. "color3" "73 71 56"
  43647. "phongintensity" "10"
  43648. "pattern_scale" "1.750000"
  43649. "pattern_offset_x_start" "0"
  43650. "pattern_offset_x_end" "1"
  43651. "pattern_offset_y_start" "0"
  43652. "pattern_offset_y_end" "1"
  43653. }
  43654. "73"
  43655. {
  43656. "name" "hy_feathers_aug"
  43657. "description_string" "#PaintKit_hy_feathers_aug"
  43658. "description_tag" "#PaintKit_hy_feathers_aug_Tag"
  43659. "pattern" "feathers_aug"
  43660. "wear_default" "0.200000"
  43661. "style" "2"
  43662. "color0" "17 16 15"
  43663. "color1" "17 16 15"
  43664. "color2" "191 184 174"
  43665. "color3" "17 16 15"
  43666. "phongintensity" "51"
  43667. "phongexponent" "60"
  43668. "pattern_scale" "1"
  43669. "ignore_weapon_size_scale" "1"
  43670. "wear_remap_min" "0.000000"
  43671. "wear_remap_max" "0.140000"
  43672. }
  43673. "74"
  43674. {
  43675. "name" "hy_arctic_contrast"
  43676. "description_string" "#PaintKit_hy_arctic"
  43677. "description_tag" "#Paintkit_hy_arctic_contrast_Tag"
  43678. "pattern" "camo_arctic"
  43679. "wear_default" "0.200000"
  43680. "style" "2"
  43681. "color0" "240 240 240"
  43682. "color1" "34 34 34"
  43683. "color2" "164 164 164"
  43684. "color3" "112 112 112"
  43685. "phongintensity" "26"
  43686. "pattern_scale" "4"
  43687. "pattern_offset_x_start" "0"
  43688. "pattern_offset_x_end" "1"
  43689. "pattern_offset_y_start" "0"
  43690. "pattern_offset_y_end" "1"
  43691. "pattern_rotate_start" "0"
  43692. "pattern_rotate_end" "360"
  43693. }
  43694. "75"
  43695. {
  43696. "name" "hy_blizzard"
  43697. "description_string" "#PaintKit_hy_granite"
  43698. "description_tag" "#PaintKit_hy_blizzard_Tag"
  43699. "pattern" "marbleized"
  43700. "wear_default" "0.150000"
  43701. "style" "2"
  43702. "color0" "140 172 189"
  43703. "color1" "145 126 115"
  43704. "color2" "210 210 210"
  43705. "color3" "72 62 60"
  43706. "phongintensity" "20"
  43707. "pattern_scale" "4"
  43708. "pattern_offset_x_start" "0"
  43709. "pattern_offset_x_end" "1"
  43710. "pattern_offset_y_start" "0"
  43711. "pattern_offset_y_end" "1"
  43712. "pattern_rotate_start" "0"
  43713. "pattern_rotate_end" "360"
  43714. }
  43715. "76"
  43716. {
  43717. "name" "hy_forest_winter"
  43718. "description_string" "#PaintKit_hy_forest"
  43719. "description_tag" "#PaintKit_hy_forest_winter_Tag"
  43720. "pattern" "camo_wood"
  43721. "wear_default" "0.180000"
  43722. "style" "2"
  43723. "color0" "176 193 206"
  43724. "color1" "223 223 223"
  43725. "color2" "106 106 106"
  43726. "color3" "139 139 139"
  43727. "phongintensity" "10"
  43728. "pattern_scale" "3.500000"
  43729. "pattern_offset_x_start" "0"
  43730. "pattern_offset_x_end" "1"
  43731. "pattern_offset_y_start" "0"
  43732. "pattern_offset_y_end" "1"
  43733. }
  43734. "77"
  43735. {
  43736. "name" "hy_forest_boreal"
  43737. "description_string" "#PaintKit_hy_forest"
  43738. "description_tag" "#PaintKit_hy_forest_boreal_Tag"
  43739. "pattern" "camo_wood"
  43740. "wear_default" "0.180000"
  43741. "style" "2"
  43742. "color0" "101 103 61"
  43743. "color1" "39 35 27"
  43744. "color2" "71 67 58"
  43745. "color3" "51 79 60"
  43746. "phongintensity" "10"
  43747. "pattern_scale" "3"
  43748. "pattern_offset_x_start" "0"
  43749. "pattern_offset_x_end" "1"
  43750. "pattern_offset_y_start" "0"
  43751. "pattern_offset_y_end" "1"
  43752. }
  43753. "78"
  43754. {
  43755. "name" "hy_forest_night"
  43756. "description_string" "#PaintKit_hy_forest"
  43757. "description_tag" "#PaintKit_hy_forest_night_Tag"
  43758. "pattern" "camo_wood"
  43759. "wear_default" "0.180000"
  43760. "style" "2"
  43761. "color0" "48 62 71"
  43762. "color1" "26 33 38"
  43763. "color2" "43 55 64"
  43764. "color3" "36 36 36"
  43765. "phongintensity" "10"
  43766. "pattern_scale" "3.500000"
  43767. "pattern_offset_x_start" "0"
  43768. "pattern_offset_x_end" "1"
  43769. "pattern_offset_y_start" "0"
  43770. "pattern_offset_y_end" "1"
  43771. }
  43772. "83"
  43773. {
  43774. "name" "hy_ddpat_orange"
  43775. "description_string" "#PaintKit_hy_ddpat"
  43776. "description_tag" "#PaintKit_hy_ddpat_orange_Tag"
  43777. "pattern" "ddpat"
  43778. "seed" "42"
  43779. "wear_default" "0.020000"
  43780. "style" "2"
  43781. "color0" "49 46 43"
  43782. "color1" "177 92 16"
  43783. "color2" "29 27 24"
  43784. "color3" "69 64 56"
  43785. "phongintensity" "10"
  43786. "pattern_scale" "2"
  43787. "pattern_offset_x_start" "0"
  43788. "pattern_offset_x_end" "1"
  43789. "pattern_offset_y_start" "0"
  43790. "pattern_offset_y_end" "1"
  43791. }
  43792. "84"
  43793. {
  43794. "name" "hy_ddpat_pink"
  43795. "description_string" "#PaintKit_hy_ddpat"
  43796. "description_tag" "#PaintKit_hy_ddpat_pink_Tag"
  43797. "pattern" "ddpat"
  43798. "seed" "42"
  43799. "wear_default" "0.020000"
  43800. "style" "2"
  43801. "color0" "41 43 50"
  43802. "color1" "106 104 111"
  43803. "color2" "145 49 118"
  43804. "color3" "66 67 72"
  43805. "phongintensity" "10"
  43806. "pattern_scale" "2"
  43807. "pattern_offset_x_start" "0"
  43808. "pattern_offset_x_end" "1"
  43809. "pattern_offset_y_start" "0"
  43810. "pattern_offset_y_end" "1"
  43811. }
  43812. "90"
  43813. {
  43814. "name" "hy_mottled_sand"
  43815. "description_string" "#PaintKit_hy_granite"
  43816. "description_tag" "#PaintKit_hy_sediment_Tag"
  43817. "pattern" "marbleized"
  43818. "wear_default" "0.150000"
  43819. "style" "2"
  43820. "color0" "100 89 66"
  43821. "color1" "139 124 92"
  43822. "color2" "75 67 50"
  43823. "color3" "75 65 54"
  43824. "phongintensity" "20"
  43825. "pattern_scale" "4"
  43826. "pattern_offset_x_start" "0"
  43827. "pattern_offset_x_end" "1"
  43828. "pattern_offset_y_start" "0"
  43829. "pattern_offset_y_end" "1"
  43830. "pattern_rotate_start" "0"
  43831. "pattern_rotate_end" "360"
  43832. }
  43833. "92"
  43834. {
  43835. "name" "hy_reef"
  43836. "description_string" "#PaintKit_hy_granite"
  43837. "description_tag" "#PaintKit_hy_reef_rock_Tag"
  43838. "pattern" "marbleized"
  43839. "wear_default" "0.150000"
  43840. "style" "2"
  43841. "color0" "34 40 38"
  43842. "color1" "45 120 176"
  43843. "color2" "131 149 150"
  43844. "color3" "68 75 65"
  43845. "phongintensity" "20"
  43846. "pattern_scale" "4"
  43847. "pattern_offset_x_start" "0"
  43848. "pattern_offset_x_end" "1"
  43849. "pattern_offset_y_start" "0"
  43850. "pattern_offset_y_end" "1"
  43851. "pattern_rotate_start" "0"
  43852. "pattern_rotate_end" "360"
  43853. }
  43854. "93"
  43855. {
  43856. "name" "so_caramel"
  43857. "description_string" "#PaintKit_so_caramel"
  43858. "description_tag" "#PaintKit_so_caramel_Tag"
  43859. "wear_default" "0.210000"
  43860. "style" "1"
  43861. "color0" "34 34 34"
  43862. "color1" "34 34 34"
  43863. "color2" "204 135 32"
  43864. "color3" "34 34 34"
  43865. "phongintensity" "66"
  43866. "phongexponent" "64"
  43867. }
  43868. "95"
  43869. {
  43870. "name" "so_grassland"
  43871. "description_string" "#PaintKit_so_grassland"
  43872. "description_tag" "#PaintKit_so_grassland_Tag"
  43873. "wear_default" "0.210000"
  43874. "style" "1"
  43875. "color0" "68 75 65"
  43876. "color1" "139 121 95"
  43877. "color2" "139 121 95"
  43878. "color3" "68 75 65"
  43879. "phongintensity" "10"
  43880. }
  43881. "96"
  43882. {
  43883. "name" "so_moss"
  43884. "description_string" "#PaintKit_so_moss"
  43885. "description_tag" "#PaintKit_so_moss_Tag"
  43886. "wear_default" "0.210000"
  43887. "style" "1"
  43888. "color0" "87 119 106"
  43889. "color1" "53 66 66"
  43890. "color2" "87 119 106"
  43891. "color3" "2 30 32"
  43892. "phongintensity" "10"
  43893. }
  43894. "98"
  43895. {
  43896. "name" "so_purple"
  43897. "description_string" "#PaintKit_so_purple"
  43898. "description_tag" "#PaintKit_so_purple_Tag"
  43899. "wear_default" "0.210000"
  43900. "style" "1"
  43901. "color0" "56 15 78"
  43902. "color1" "34 34 34"
  43903. "color2" "56 15 78"
  43904. "color3" "34 34 34"
  43905. "phongintensity" "10"
  43906. }
  43907. "99"
  43908. {
  43909. "name" "so_sand"
  43910. "description_string" "#PaintKit_so_sand"
  43911. "description_tag" "#PaintKit_so_sand_Tag"
  43912. "wear_default" "0.210000"
  43913. "style" "1"
  43914. "color0" "75 65 54"
  43915. "color1" "100 89 66"
  43916. "color2" "139 124 92"
  43917. "color3" "75 67 50"
  43918. "phongintensity" "10"
  43919. }
  43920. "100"
  43921. {
  43922. "name" "so_stormfront"
  43923. "description_string" "#PaintKit_so_stormfront"
  43924. "description_tag" "#PaintKit_so_stormfront_Tag"
  43925. "wear_default" "0.210000"
  43926. "style" "1"
  43927. "color0" "63 69 82"
  43928. "color1" "109 126 122"
  43929. "color2" "63 69 82"
  43930. "color3" "68 75 65"
  43931. "phongintensity" "10"
  43932. }
  43933. "101"
  43934. {
  43935. "name" "so_tornado"
  43936. "description_string" "#PaintKit_so_tornado"
  43937. "description_tag" "#PaintKit_so_tornado_Tag"
  43938. "wear_default" "0.210000"
  43939. "style" "1"
  43940. "color0" "51 61 77"
  43941. "color1" "107 97 78"
  43942. "color2" "51 61 77"
  43943. "color3" "39 46 58"
  43944. "phongintensity" "10"
  43945. }
  43946. "102"
  43947. {
  43948. "name" "so_whiteout"
  43949. "description_string" "#PaintKit_so_whiteout"
  43950. "description_tag" "#PaintKit_so_whiteout_Tag"
  43951. "wear_default" "0.210000"
  43952. "style" "1"
  43953. "color0" "214 213 207"
  43954. "color1" "214 213 207"
  43955. "color2" "214 213 207"
  43956. "color3" "214 213 207"
  43957. "phongintensity" "10"
  43958. }
  43959. "104"
  43960. {
  43961. "name" "sp_leaves_grassland"
  43962. "description_string" "#PaintKit_sp_leaves"
  43963. "description_tag" "#PaintKit_sp_leaves_grassland_Tag"
  43964. "pattern" "camo_leaves"
  43965. "wear_default" "0.200000"
  43966. "style" "3"
  43967. "color0" "68 75 65"
  43968. "color1" "139 121 95"
  43969. "color2" "139 121 95"
  43970. "color3" "68 75 65"
  43971. "phongintensity" "10"
  43972. "pattern_scale" "1.680000"
  43973. "pattern_offset_x_start" "0"
  43974. "pattern_offset_x_end" "1"
  43975. "pattern_offset_y_start" "0"
  43976. "pattern_offset_y_end" "1"
  43977. "pattern_rotate_start" "0"
  43978. "pattern_rotate_end" "360"
  43979. }
  43980. "107"
  43981. {
  43982. "name" "sp_mesh_arctic_contrast"
  43983. "description_string" "#PaintKit_sp_mesh"
  43984. "description_tag" "#PaintKit_sp_mesh_arctic_contrast_Tag"
  43985. "pattern" "chainlink"
  43986. "wear_default" "0.200000"
  43987. "style" "3"
  43988. "color0" "40 40 40"
  43989. "color1" "80 80 80"
  43990. "color2" "140 140 140"
  43991. "color3" "180 180 180"
  43992. "phongintensity" "10"
  43993. "pattern_scale" "1.750000"
  43994. "pattern_offset_x_start" "0"
  43995. "pattern_offset_x_end" "1"
  43996. "pattern_offset_y_start" "0"
  43997. "pattern_offset_y_end" "1"
  43998. }
  43999. "110"
  44000. {
  44001. "name" "sp_mesh_forest_fire"
  44002. "description_string" "#PaintKit_sp_mesh"
  44003. "description_tag" "#PaintKit_sp_mesh_fire_Tag"
  44004. "pattern" "chainlink"
  44005. "wear_default" "0.200000"
  44006. "style" "3"
  44007. "color0" "49 46 43"
  44008. "color1" "115 106 100"
  44009. "color2" "177 92 16"
  44010. "color3" "84 78 73"
  44011. "phongintensity" "10"
  44012. "pattern_scale" "1.750000"
  44013. "pattern_offset_x_start" "0"
  44014. "pattern_offset_x_end" "1"
  44015. "pattern_offset_y_start" "0"
  44016. "pattern_offset_y_end" "1"
  44017. }
  44018. "111"
  44019. {
  44020. "name" "sp_mesh_glacier"
  44021. "description_string" "#PaintKit_sp_mesh"
  44022. "description_tag" "#PaintKit_sp_mesh_glacier_Tag"
  44023. "pattern" "chainlink"
  44024. "wear_default" "0.200000"
  44025. "style" "3"
  44026. "color0" "140 172 189"
  44027. "color1" "145 126 115"
  44028. "color2" "210 210 210"
  44029. "color3" "72 62 60"
  44030. "phongintensity" "10"
  44031. "pattern_scale" "1.750000"
  44032. "pattern_offset_x_start" "0"
  44033. "pattern_offset_x_end" "1"
  44034. "pattern_offset_y_start" "0"
  44035. "pattern_offset_y_end" "1"
  44036. }
  44037. "116"
  44038. {
  44039. "name" "sp_mesh_sand"
  44040. "description_string" "#PaintKit_sp_mesh"
  44041. "description_tag" "#PaintKit_sp_mesh_sand_Tag"
  44042. "pattern" "chainlink"
  44043. "wear_default" "0.200000"
  44044. "style" "3"
  44045. "color0" "100 89 66"
  44046. "color1" "139 124 92"
  44047. "color2" "75 67 50"
  44048. "color3" "75 65 54"
  44049. "phongintensity" "10"
  44050. "pattern_scale" "1.750000"
  44051. "pattern_offset_x_start" "0"
  44052. "pattern_offset_x_end" "1"
  44053. "pattern_offset_y_start" "0"
  44054. "pattern_offset_y_end" "1"
  44055. }
  44056. "119"
  44057. {
  44058. "name" "sp_spray_desert_sage"
  44059. "description_string" "#PaintKit_sp_spray"
  44060. "description_tag" "#PaintKit_sp_spray_sage_Tag"
  44061. "pattern" "camo_daubs"
  44062. "wear_default" "0.300000"
  44063. "style" "3"
  44064. "color0" "149 147 128"
  44065. "color1" "213 209 202"
  44066. "color2" "91 73 55"
  44067. "color3" "11 11 11"
  44068. "phongintensity" "10"
  44069. "pattern_scale" "1.620000"
  44070. "pattern_offset_x_start" "0"
  44071. "pattern_offset_x_end" "1"
  44072. "pattern_offset_y_start" "0"
  44073. "pattern_offset_y_end" "1"
  44074. "pattern_rotate_start" "0"
  44075. "pattern_rotate_end" "360"
  44076. }
  44077. "122"
  44078. {
  44079. "name" "sp_spray_jungle"
  44080. "description_string" "#PaintKit_sp_spray"
  44081. "description_tag" "#PaintKit_sp_spray_jungle_Tag"
  44082. "pattern" "camo_daubs"
  44083. "wear_default" "0.300000"
  44084. "style" "3"
  44085. "color0" "71 67 58"
  44086. "color1" "51 79 60"
  44087. "color2" "101 103 61"
  44088. "color3" "39 35 27"
  44089. "phongintensity" "10"
  44090. "pattern_scale" "1.650000"
  44091. "pattern_offset_x_start" "0"
  44092. "pattern_offset_x_end" "1"
  44093. "pattern_offset_y_start" "0"
  44094. "pattern_offset_y_end" "1"
  44095. "pattern_rotate_start" "0"
  44096. "pattern_rotate_end" "360"
  44097. }
  44098. "124"
  44099. {
  44100. "name" "sp_spray_sand"
  44101. "description_string" "#PaintKit_sp_spray"
  44102. "description_tag" "#PaintKit_sp_spray_sand_Tag"
  44103. "pattern" "camo_daubs"
  44104. "wear_default" "0.300000"
  44105. "style" "3"
  44106. "color0" "100 89 66"
  44107. "color1" "139 124 92"
  44108. "color2" "75 67 50"
  44109. "color3" "75 65 54"
  44110. "phongintensity" "10"
  44111. "pattern_scale" "1.700000"
  44112. "pattern_offset_x_start" "0"
  44113. "pattern_offset_x_end" "1"
  44114. "pattern_offset_y_start" "0"
  44115. "pattern_offset_y_end" "1"
  44116. "pattern_rotate_start" "0"
  44117. "pattern_rotate_end" "360"
  44118. }
  44119. "135"
  44120. {
  44121. "name" "sp_tape_dots_urban"
  44122. "description_string" "#PaintKit_sp_tape_dots"
  44123. "description_tag" "#PaintKit_sp_tape_dots_urban_Tag"
  44124. "pattern" "mesh_and_tape"
  44125. "wear_default" "0.380000"
  44126. "style" "3"
  44127. "color0" "40 40 40"
  44128. "color1" "80 80 80"
  44129. "color2" "140 140 140"
  44130. "color3" "180 180 180"
  44131. "phongintensity" "10"
  44132. "pattern_scale" "1.400000"
  44133. "pattern_offset_x_start" "0"
  44134. "pattern_offset_x_end" "1"
  44135. "pattern_offset_y_start" "0"
  44136. "pattern_offset_y_end" "1"
  44137. }
  44138. "136"
  44139. {
  44140. "name" "sp_tape_dots_waves"
  44141. "description_string" "#PaintKit_sp_tape_dots"
  44142. "description_tag" "#PaintKit_sp_tape_dots_waves_Tag"
  44143. "pattern" "mesh_and_tape"
  44144. "wear_default" "0.380000"
  44145. "style" "3"
  44146. "color0" "35 45 92"
  44147. "color1" "108 124 128"
  44148. "color2" "51 75 113"
  44149. "color3" "39 46 58"
  44150. "phongintensity" "10"
  44151. "pattern_scale" "1.400000"
  44152. "pattern_offset_x_start" "0"
  44153. "pattern_offset_x_end" "1"
  44154. "pattern_offset_y_start" "0"
  44155. "pattern_offset_y_end" "1"
  44156. }
  44157. "141"
  44158. {
  44159. "name" "sp_tape_orange"
  44160. "description_string" "#PaintKit_sp_tape"
  44161. "description_tag" "#PaintKit_sp_tape_orange_Tag"
  44162. "pattern" "camo_tape_strips"
  44163. "wear_default" "0.200000"
  44164. "style" "3"
  44165. "color0" "49 46 43"
  44166. "color1" "115 106 100"
  44167. "color2" "177 92 16"
  44168. "color3" "84 78 73"
  44169. "phongintensity" "10"
  44170. "pattern_scale" "1.500000"
  44171. "pattern_offset_x_start" "0"
  44172. "pattern_offset_x_end" "1"
  44173. "pattern_offset_y_start" "0"
  44174. "pattern_offset_y_end" "1"
  44175. "pattern_rotate_start" "0"
  44176. "pattern_rotate_end" "360"
  44177. }
  44178. "143"
  44179. {
  44180. "name" "sp_tape_urban"
  44181. "description_string" "#PaintKit_sp_tape"
  44182. "description_tag" "#PaintKit_sp_tape_urban_Tag"
  44183. "pattern" "camo_tape_strips"
  44184. "wear_default" "0.200000"
  44185. "style" "3"
  44186. "color0" "40 40 40"
  44187. "color1" "80 80 80"
  44188. "color2" "140 140 140"
  44189. "color3" "180 180 180"
  44190. "phongintensity" "10"
  44191. "pattern_scale" "1.500000"
  44192. "pattern_offset_x_start" "0"
  44193. "pattern_offset_x_end" "1"
  44194. "pattern_offset_y_start" "0"
  44195. "pattern_offset_y_end" "1"
  44196. "pattern_rotate_start" "0"
  44197. "pattern_rotate_end" "360"
  44198. }
  44199. "147"
  44200. {
  44201. "name" "sp_tape_short_jungle"
  44202. "description_string" "#PaintKit_sp_short_tape"
  44203. "description_tag" "#PaintKit_sp_short_tape_jungle_Tag"
  44204. "pattern" "camo_tape_short"
  44205. "wear_default" "0.200000"
  44206. "style" "3"
  44207. "color0" "35 37 50"
  44208. "color1" "51 79 60"
  44209. "color2" "101 103 61"
  44210. "color3" "39 35 27"
  44211. "phongintensity" "10"
  44212. "pattern_scale" "1.500000"
  44213. "pattern_offset_x_start" "0"
  44214. "pattern_offset_x_end" "1"
  44215. "pattern_offset_y_start" "0"
  44216. "pattern_offset_y_end" "1"
  44217. "pattern_rotate_start" "40"
  44218. "pattern_rotate_end" "50"
  44219. }
  44220. "148"
  44221. {
  44222. "name" "sp_tape_short_sand"
  44223. "description_string" "#PaintKit_sp_short_tape"
  44224. "description_tag" "#PaintKit_sp_short_tape_sand_Tag"
  44225. "pattern" "camo_tape_short"
  44226. "wear_default" "0.200000"
  44227. "style" "3"
  44228. "color0" "100 89 66"
  44229. "color1" "139 124 92"
  44230. "color2" "75 67 50"
  44231. "color3" "75 65 54"
  44232. "phongintensity" "10"
  44233. "pattern_scale" "1.500000"
  44234. "pattern_offset_x_start" "0"
  44235. "pattern_offset_x_end" "1"
  44236. "pattern_offset_y_start" "0"
  44237. "pattern_offset_y_end" "1"
  44238. "pattern_rotate_start" "40"
  44239. "pattern_rotate_end" "50"
  44240. }
  44241. "149"
  44242. {
  44243. "name" "sp_tape_short_urban"
  44244. "description_string" "#PaintKit_sp_short_tape"
  44245. "description_tag" "#PaintKit_sp_short_tape_urban_Tag"
  44246. "pattern" "camo_tape_short"
  44247. "wear_default" "0.200000"
  44248. "style" "3"
  44249. "color0" "40 40 40"
  44250. "color1" "140 140 140"
  44251. "color2" "180 180 180"
  44252. "color3" "80 80 80"
  44253. "phongintensity" "10"
  44254. "pattern_scale" "1.500000"
  44255. "pattern_offset_x_start" "0"
  44256. "pattern_offset_x_end" "1"
  44257. "pattern_offset_y_start" "0"
  44258. "pattern_offset_y_end" "1"
  44259. "pattern_rotate_start" "40"
  44260. "pattern_rotate_end" "50"
  44261. }
  44262. "151"
  44263. {
  44264. "name" "so_jungle"
  44265. "description_string" "#PaintKit_so_jungle"
  44266. "description_tag" "#PaintKit_so_jungle_Tag"
  44267. "wear_default" "0.210000"
  44268. "style" "1"
  44269. "color0" "71 67 58"
  44270. "color1" "51 79 60"
  44271. "color2" "101 103 61"
  44272. "color3" "39 35 27"
  44273. "phongintensity" "10"
  44274. }
  44275. "153"
  44276. {
  44277. "name" "so_tangerine"
  44278. "description_string" "#PaintKit_so_tangerine"
  44279. "description_tag" "#PaintKit_so_tangerine_Tag"
  44280. "wear_default" "0.260000"
  44281. "style" "1"
  44282. "color0" "64 64 64"
  44283. "color1" "236 84 19"
  44284. "color2" "21 21 21"
  44285. "color3" "39 35 27"
  44286. "phongintensity" "10"
  44287. "wear_remap_min" "0.260000"
  44288. "wear_remap_max" "0.600000"
  44289. }
  44290. "154"
  44291. {
  44292. "name" "cu_broken_path_famas"
  44293. "description_string" "#PaintKit_cu_broken_path_famas"
  44294. "description_tag" "#PaintKit_cu_broken_path_famas_Tag"
  44295. "pattern" "broken_path_famas"
  44296. "wear_default" "0.080000"
  44297. "style" "7"
  44298. "pattern_scale" "1"
  44299. "phongintensity" "153"
  44300. "phongexponent" "128"
  44301. "ignore_weapon_size_scale" "1"
  44302. "wear_remap_min" "0.020000"
  44303. "wear_remap_max" "0.400000"
  44304. }
  44305. "155"
  44306. {
  44307. "name" "cu_bullet_rain_m4a1"
  44308. "description_string" "#PaintKit_cu_bullet_rain_m4a1"
  44309. "description_tag" "#PaintKit_cu_bullet_rain_m4a1_Tag"
  44310. "pattern" "bullet_rain_m4"
  44311. "wear_default" "0.080000"
  44312. "style" "7"
  44313. "pattern_scale" "1"
  44314. "phongintensity" "153"
  44315. "phongexponent" "128"
  44316. "ignore_weapon_size_scale" "1"
  44317. "wear_remap_min" "0.020000"
  44318. "wear_remap_max" "0.460000"
  44319. }
  44320. "156"
  44321. {
  44322. "name" "cu_catskulls_p90"
  44323. "description_string" "#PaintKit_cu_catskulls_p90"
  44324. "description_tag" "#PaintKit_cu_catskulls_p90_Tag"
  44325. "pattern" "catskulls"
  44326. "wear_default" "0.080000"
  44327. "style" "7"
  44328. "pattern_scale" "2"
  44329. "pattern_offset_x_start" "0"
  44330. "pattern_offset_x_end" "1"
  44331. "pattern_offset_y_start" "0"
  44332. "pattern_offset_y_end" "1"
  44333. "pattern_rotate_start" "0"
  44334. "pattern_rotate_end" "360"
  44335. "phongintensity" "153"
  44336. "phongexponent" "128"
  44337. "ignore_weapon_size_scale" "1"
  44338. "wear_remap_min" "0.080000"
  44339. "wear_remap_max" "0.320000"
  44340. }
  44341. "157"
  44342. {
  44343. "name" "sp_palm"
  44344. "description_string" "#PaintKit_sp_palm"
  44345. "description_tag" "#PaintKit_sp_palm_Tag"
  44346. "pattern" "palm"
  44347. "wear_default" "0.350000"
  44348. "style" "3"
  44349. "color0" "189 179 155"
  44350. "color1" "67 74 28"
  44351. "color2" "87 67 49"
  44352. "color3" "60 48 38"
  44353. "phongintensity" "10"
  44354. "pattern_scale" "1"
  44355. "pattern_offset_x_start" "0"
  44356. "pattern_offset_x_end" "1"
  44357. "pattern_offset_y_start" "0"
  44358. "pattern_offset_y_end" "1"
  44359. "pattern_rotate_start" "0"
  44360. "pattern_rotate_end" "360"
  44361. }
  44362. "158"
  44363. {
  44364. "name" "cu_walnut_nova"
  44365. "description_string" "#PaintKit_cu_walnut_nova"
  44366. "description_tag" "#PaintKit_cu_walnut_nova_Tag"
  44367. "pattern" "walnut_nova"
  44368. "wear_default" "0.000000"
  44369. "phongintensity" "26"
  44370. "phongexponent" "36"
  44371. "style" "7"
  44372. "pattern_scale" "1"
  44373. "ignore_weapon_size_scale" "1"
  44374. }
  44375. "159"
  44376. {
  44377. "name" "aq_brass"
  44378. "description_string" "#PaintKit_aq_brass"
  44379. "description_tag" "#PaintKit_aq_brass_Tag"
  44380. "pattern" "aged"
  44381. "wear_default" "0.100000"
  44382. "seed" "19"
  44383. "style" "8"
  44384. "color0" "92 78 48"
  44385. "color1" "58 50 31"
  44386. "color2" "55 50 43"
  44387. "color3" "86 73 58"
  44388. "phongintensity" "180"
  44389. "phongalbedoboost" "50"
  44390. "pattern_scale" "2"
  44391. "pattern_offset_x_start" "0"
  44392. "pattern_offset_x_end" "1"
  44393. "pattern_offset_y_start" "0"
  44394. "pattern_offset_y_end" "1"
  44395. "pattern_rotate_start" "0"
  44396. "pattern_rotate_end" "360"
  44397. "wear_remap_min" "0.000000"
  44398. "wear_remap_max" "1.000000"
  44399. }
  44400. "162"
  44401. {
  44402. "name" "sp_splash_p250"
  44403. "description_string" "#PaintKit_sp_splash_p250"
  44404. "description_tag" "#PaintKit_sp_splash_p250_Tag"
  44405. "pattern" "splash"
  44406. "wear_default" "0.080000"
  44407. "style" "3"
  44408. "color0" "55 54 51"
  44409. "color1" "55 54 51"
  44410. "color2" "177 92 16"
  44411. "color3" "177 92 16"
  44412. "phongintensity" "13"
  44413. "pattern_scale" "0.300000"
  44414. "pattern_offset_x_start" "0.500000"
  44415. "pattern_offset_x_end" "0.500000"
  44416. "pattern_offset_y_start" "0.055000"
  44417. "pattern_offset_y_end" "0.055000"
  44418. "pattern_rotate_start" "-7.200000"
  44419. "pattern_rotate_end" "-7.200000"
  44420. "ignore_weapon_size_scale" "1"
  44421. "wear_remap_max" "0.180000"
  44422. }
  44423. "164"
  44424. {
  44425. "name" "hy_hunter_modern"
  44426. "description_string" "#PaintKit_hy_hunter_modern"
  44427. "description_tag" "#PaintKit_hy_hunter_modern_Tag"
  44428. "pattern" "hunter_modern"
  44429. "style" "2"
  44430. "color0" "140 140 124"
  44431. "color1" "230 180 96"
  44432. "color2" "100 100 100"
  44433. "color3" "5 5 5"
  44434. "phongintensity" "13"
  44435. "pattern_scale" "3"
  44436. "pattern_offset_x_start" "0"
  44437. "pattern_offset_x_end" "1"
  44438. "pattern_offset_y_start" "-0.120000"
  44439. "pattern_offset_y_end" "0.140000"
  44440. "pattern_rotate_start" "-3.600000"
  44441. "pattern_rotate_end" "0"
  44442. }
  44443. "165"
  44444. {
  44445. "name" "hy_hunter_blaze_pink"
  44446. "description_string" "#PaintKit_hy_hunter_modern"
  44447. "description_tag" "#PaintKit_hy_hunter_blaze_pink_Tag"
  44448. "pattern" "hunter_blaze_pink"
  44449. "style" "2"
  44450. "color0" "167 12 136"
  44451. "color1" "180 78 158"
  44452. "color2" "31 31 31"
  44453. "color3" "152 132 115"
  44454. "phongintensity" "13"
  44455. "pattern_scale" "3"
  44456. "pattern_offset_x_start" "0"
  44457. "pattern_offset_x_end" "1"
  44458. "pattern_offset_y_start" "0"
  44459. "pattern_offset_y_end" "1"
  44460. "pattern_rotate_start" "0"
  44461. "pattern_rotate_end" "360"
  44462. }
  44463. "166"
  44464. {
  44465. "name" "hy_hunter_blaze_orange"
  44466. "description_string" "#PaintKit_hy_hunter_modern"
  44467. "description_tag" "#PaintKit_hy_hunter_blaze_orange_Tag"
  44468. "pattern" "hunter_modern"
  44469. "style" "2"
  44470. "color0" "150 68 30"
  44471. "color1" "60 60 60"
  44472. "color2" "75 60 40"
  44473. "color3" "5 5 5"
  44474. "phongintensity" "13"
  44475. "pattern_scale" "2.500000"
  44476. "pattern_offset_x_start" "0.060000"
  44477. "pattern_offset_x_end" "0.340000"
  44478. "pattern_offset_y_start" "-0.160000"
  44479. "pattern_offset_y_end" "0.080000"
  44480. "pattern_rotate_start" "0"
  44481. "pattern_rotate_end" "3.600000"
  44482. }
  44483. "167"
  44484. {
  44485. "name" "sp_nukestripe_orange"
  44486. "description_string" "#PaintKit_sp_nukestripe"
  44487. "description_tag" "#PaintKit_sp_nukestripe_orange_Tag"
  44488. "pattern" "nukestripe"
  44489. "style" "3"
  44490. "color0" "37 41 41"
  44491. "color1" "41 52 65"
  44492. "color2" "244 80 32"
  44493. "color3" "183 58 28"
  44494. "phongintensity" "13"
  44495. "pattern_scale" "1.200000"
  44496. "pattern_offset_x_start" "0.380000"
  44497. "pattern_offset_x_end" "0.460000"
  44498. "pattern_offset_y_start" "-0.760000"
  44499. "pattern_offset_y_end" "-0.760000"
  44500. "pattern_rotate_start" "0"
  44501. "pattern_rotate_end" "0"
  44502. }
  44503. "168"
  44504. {
  44505. "name" "sp_nukestripe_green"
  44506. "description_string" "#PaintKit_sp_nukestripe"
  44507. "description_tag" "#PaintKit_sp_nukestripe_green_Tag"
  44508. "pattern" "nukestripe"
  44509. "style" "3"
  44510. "color0" "71 104 55"
  44511. "color1" "36 47 38"
  44512. "color2" "51 210 23"
  44513. "color3" "22 22 22"
  44514. "phongintensity" "13"
  44515. "pattern_scale" "1.600000"
  44516. "pattern_offset_x_start" "0.120000"
  44517. "pattern_offset_x_end" "0.120000"
  44518. "pattern_offset_y_start" "-0.060000"
  44519. "pattern_offset_y_end" "-0.060000"
  44520. "pattern_rotate_start" "3.500000"
  44521. "pattern_rotate_end" "3.700000"
  44522. }
  44523. "169"
  44524. {
  44525. "name" "sp_nukestripe_maroon"
  44526. "description_string" "#PaintKit_sp_nukestripe"
  44527. "description_tag" "#PaintKit_sp_nukestripe_maroon_Tag"
  44528. "pattern" "nukestripe"
  44529. "style" "3"
  44530. "color0" "98 40 40 "
  44531. "color1" "65 70 80 "
  44532. "color2" "177 52 52"
  44533. "color3" "44 46 48 "
  44534. "phongintensity" "13"
  44535. "pattern_scale" "1.600000"
  44536. "pattern_offset_x_start" "0.120000"
  44537. "pattern_offset_x_end" "0.120000"
  44538. "pattern_offset_y_start" "0.300000"
  44539. "pattern_offset_y_end" "0.300000"
  44540. "pattern_rotate_start" "-21.600000"
  44541. "pattern_rotate_end" "-21.600000"
  44542. }
  44543. "170"
  44544. {
  44545. "name" "sp_zebracam"
  44546. "description_string" "#PaintKit_sp_zebracam"
  44547. "description_tag" "#PaintKit_sp_zebracam_Tag"
  44548. "pattern" "tiger"
  44549. "style" "3"
  44550. "color0" "56 71 54"
  44551. "color1" "158 149 114"
  44552. "color2" "79 41 32"
  44553. "color3" "45 46 33"
  44554. "phongintensity" "5"
  44555. "phongexponent" "32"
  44556. "pattern_scale" "0.900000"
  44557. "pattern_offset_x_start" "0"
  44558. "pattern_offset_x_end" "1"
  44559. "pattern_offset_y_start" "0"
  44560. "pattern_offset_y_end" "1"
  44561. "pattern_rotate_start" "-10"
  44562. "pattern_rotate_end" "7"
  44563. }
  44564. "171"
  44565. {
  44566. "name" "sp_nukestripe_brown"
  44567. "description_string" "#PaintKit_sp_nukestripe"
  44568. "description_tag" "#PaintKit_sp_nukestripe_brown_Tag"
  44569. "pattern" "nukestripe"
  44570. "style" "3"
  44571. "color0" "63 78 86"
  44572. "color1" "57 51 45"
  44573. "color2" "147 102 40"
  44574. "color3" "81 49 28"
  44575. "phongintensity" "13"
  44576. "pattern_scale" "1"
  44577. "pattern_offset_x_start" "-0.440000"
  44578. "pattern_offset_x_end" "-0.440000"
  44579. "pattern_offset_y_start" "0.620000"
  44580. "pattern_offset_y_end" "0.620000"
  44581. "pattern_rotate_start" "-43.000000"
  44582. "pattern_rotate_end" "-43.400002"
  44583. }
  44584. "172"
  44585. {
  44586. "name" "hy_ak47lam_bw"
  44587. "description_string" "#PaintKit_hy_ak47lam"
  44588. "description_tag" "#PaintKit_hy_ak47lam_bw_Tag"
  44589. "pattern" "laminate_ak47"
  44590. "wear_default" "0.050000"
  44591. "style" "2"
  44592. "color0" "17 16 15"
  44593. "color1" "43 40 45"
  44594. "color2" "191 184 174"
  44595. "color3" "1 1 1"
  44596. "phongexponent" "60"
  44597. "phongintensity" "51"
  44598. "pattern_scale" "1"
  44599. "ignore_weapon_size_scale" "1"
  44600. }
  44601. "174"
  44602. {
  44603. "name" "hy_blam_simple"
  44604. "description_string" "#PaintKit_hy_blam"
  44605. "description_tag" "#PaintKit_hy_blam_simple_Tag"
  44606. "pattern" "blam"
  44607. "wear_default" "0.080000"
  44608. "style" "2"
  44609. "color0" "171 64 33"
  44610. "color1" "236 84 19"
  44611. "color2" "28 26 23"
  44612. "color3" "54 54 54"
  44613. "phongintensity" "13"
  44614. "pattern_scale" "2.500000"
  44615. "pattern_offset_x_start" "0"
  44616. "pattern_offset_x_end" "1"
  44617. "pattern_offset_y_start" "0"
  44618. "pattern_offset_y_end" "1"
  44619. "pattern_rotate_start" "-30"
  44620. "pattern_rotate_end" "30"
  44621. "wear_remap_max" "0.280000"
  44622. }
  44623. "175"
  44624. {
  44625. "name" "sp_dapple"
  44626. "description_string" "#PaintKit_sp_dapple"
  44627. "description_tag" "#PaintKit_sp_dapple_Tag"
  44628. "pattern" "dapple"
  44629. "wear_default" "0.200000"
  44630. "style" "3"
  44631. "color0" "104 98 87"
  44632. "color1" "104 98 87"
  44633. "color2" "17 15 19"
  44634. "color3" "17 15 19"
  44635. "phongintensity" "23"
  44636. "phongexponent" "32"
  44637. "pattern_scale" "0.900000"
  44638. "pattern_offset_x_start" "0"
  44639. "pattern_offset_x_end" "1"
  44640. "pattern_offset_y_start" "0"
  44641. "pattern_offset_y_end" "1"
  44642. "pattern_rotate_start" "0"
  44643. "pattern_rotate_end" "360"
  44644. }
  44645. "176"
  44646. {
  44647. "name" "sp_zebracam_bw"
  44648. "description_string" "#PaintKit_sp_zebracam"
  44649. "description_tag" "#PaintKit_sp_zebracam_bw_Tag"
  44650. "pattern" "tiger"
  44651. "style" "3"
  44652. "color0" "68 65 57"
  44653. "color1" "142 142 130"
  44654. "color2" "60 61 66"
  44655. "color3" "18 18 18"
  44656. "phongintensity" "5"
  44657. "phongexponent" "32"
  44658. "pattern_scale" "0.900000"
  44659. "pattern_offset_x_start" "0"
  44660. "pattern_offset_x_end" "1"
  44661. "pattern_offset_y_start" "0"
  44662. "pattern_offset_y_end" "1"
  44663. "pattern_rotate_start" "-10"
  44664. "pattern_rotate_end" "7"
  44665. }
  44666. "177"
  44667. {
  44668. "name" "hy_icosahedron"
  44669. "description_string" "#PaintKit_CSGO_Icosahedron"
  44670. "description_tag" "#PaintKit_CSGO_Icosahedron_Tag"
  44671. "pattern" "icosahedron"
  44672. "pattern_scale" "4"
  44673. "wear_default" "0.040000"
  44674. "style" "2"
  44675. "color0" "69 64 56"
  44676. "color1" "177 92 16"
  44677. "color2" "29 27 24"
  44678. "color3" "75 72 69"
  44679. "phongintensity" "26"
  44680. "phongexponent" "127"
  44681. "pattern_offset_x_start" "0"
  44682. "pattern_offset_x_end" "1"
  44683. "pattern_offset_y_start" "0"
  44684. "pattern_offset_y_end" "1"
  44685. "pattern_rotate_start" "0"
  44686. "pattern_rotate_end" "360"
  44687. "wear_remap_min" "0.020000"
  44688. "wear_remap_max" "0.180000"
  44689. }
  44690. "178"
  44691. {
  44692. "name" "hy_doomkitty"
  44693. "description_string" "#PaintKit_cu_catskulls_p90"
  44694. "description_tag" "#PaintKit_CSGO_Doomkitty_Tag"
  44695. "pattern" "catskulls_bw"
  44696. "pattern_scale" "4"
  44697. "wear_default" "0.040000"
  44698. "style" "2"
  44699. "color0" "55 54 51"
  44700. "color1" "16 16 16"
  44701. "color2" "16 16 16"
  44702. "color3" "16 16 16"
  44703. "phongintensity" "26"
  44704. "phongexponent" "127"
  44705. "pattern_offset_x_start" "0"
  44706. "pattern_offset_x_end" "1"
  44707. "pattern_offset_y_start" "0"
  44708. "pattern_offset_y_end" "1"
  44709. "pattern_rotate_start" "0"
  44710. "pattern_rotate_end" "360"
  44711. "wear_remap_min" "0.080000"
  44712. "wear_remap_max" "0.220000"
  44713. }
  44714. "179"
  44715. {
  44716. "name" "sp_nukestripe_green_tec9"
  44717. "description_string" "#PaintKit_sp_nukestripe"
  44718. "description_tag" "#PaintKit_sp_nukestripe_green_Tag"
  44719. "pattern" "nukestripe"
  44720. "style" "3"
  44721. "color0" "71 104 55"
  44722. "color1" "36 47 38"
  44723. "color2" "51 210 23"
  44724. "color3" "22 22 22"
  44725. "phongintensity" "13"
  44726. "pattern_scale" "1.600000"
  44727. "pattern_offset_x_start" "0.000000"
  44728. "pattern_offset_x_end" "0.000000"
  44729. "pattern_offset_y_start" "-0.300000"
  44730. "pattern_offset_y_end" "-0.300000"
  44731. "pattern_rotate_start" "3.500000"
  44732. "pattern_rotate_end" "3.700000"
  44733. }
  44734. "180"
  44735. {
  44736. "name" "cu_fireserpent_ak47_bravo"
  44737. "description_string" "#PaintKit_cu_fireserpent_ak47_bravo"
  44738. "description_tag" "#PaintKit_cu_fireserpent_ak47_bravo_Tag"
  44739. "style" "7"
  44740. "pattern" "fireserpent_ak47"
  44741. "pattern_scale" "1"
  44742. "ignore_weapon_size_scale" "1"
  44743. "phongintensity" "25"
  44744. "phongexponent" "128"
  44745. "wear_remap_max" "0.760000"
  44746. }
  44747. "181"
  44748. {
  44749. "name" "cu_favela_awp"
  44750. "description_string" "#PaintKit_cu_favela"
  44751. "description_tag" "#PaintKit_cu_favela_Tag"
  44752. "style" "7"
  44753. "pattern" "favela_awp"
  44754. "pattern_scale" "1.297000"
  44755. "ignore_weapon_size_scale" "1"
  44756. "phongintensity" "153"
  44757. "phongexponent" "128"
  44758. "pattern_offset_x_start" "-0.220000"
  44759. "pattern_offset_x_end" "-0.220000"
  44760. "pattern_offset_y_start" "-0.298000"
  44761. "pattern_offset_y_end" "-0.298000"
  44762. "wear_remap_max" "0.300000"
  44763. }
  44764. "182"
  44765. {
  44766. "name" "cu_dragon_p90_bravo"
  44767. "description_string" "#PaintKit_cu_dragon_p90_bravo"
  44768. "description_tag" "#PaintKit_cu_dragon_p90_bravo_Tag"
  44769. "style" "7"
  44770. "pattern" "dragon_p90"
  44771. "pattern_scale" "1"
  44772. "ignore_weapon_size_scale" "1"
  44773. "phongintensity" "25"
  44774. "phongexponent" "128"
  44775. "wear_remap_max" "0.520000"
  44776. }
  44777. "183"
  44778. {
  44779. "name" "hy_siege_bravo"
  44780. "description_string" "#PaintKit_hy_siege_bravo"
  44781. "description_tag" "#PaintKit_hy_siege_bravo_Tag"
  44782. "pattern" "camo_arctic"
  44783. "wear_default" "0.200000"
  44784. "style" "2"
  44785. "color0" "69 116 85"
  44786. "color1" "201 173 72"
  44787. "color2" "44 46 37"
  44788. "color3" "16 16 16"
  44789. "phongintensity" "26"
  44790. "pattern_scale" "4"
  44791. "pattern_offset_x_start" "0"
  44792. "pattern_offset_x_end" "1"
  44793. "pattern_offset_y_start" "0"
  44794. "pattern_offset_y_end" "1"
  44795. "pattern_rotate_start" "0"
  44796. "pattern_rotate_end" "360"
  44797. }
  44798. "184"
  44799. {
  44800. "name" "cu_favela_p2000"
  44801. "description_string" "#PaintKit_cu_favela"
  44802. "description_tag" "#PaintKit_cu_favela_Tag"
  44803. "style" "7"
  44804. "pattern" "favela_p2000"
  44805. "pattern_scale" "1.400000"
  44806. "ignore_weapon_size_scale" "1"
  44807. "phongintensity" "153"
  44808. "phongexponent" "128"
  44809. "pattern_offset_x_start" "-0.080000"
  44810. "pattern_offset_x_end" "-0.080000"
  44811. "pattern_offset_y_start" "-0.200000"
  44812. "pattern_offset_y_end" "-0.200000"
  44813. "wear_remap_max" "0.300000"
  44814. }
  44815. "185"
  44816. {
  44817. "name" "am_scales_bravo"
  44818. "description_string" "#PaintKit_am_scales_bravo"
  44819. "description_tag" "#PaintKit_am_scales_bravo_Tag"
  44820. "pattern" "scales"
  44821. "wear_default" "0.030000"
  44822. "style" "5"
  44823. "color0" "50 49 39"
  44824. "color1" "58 55 31"
  44825. "color2" "72 69 49"
  44826. "color3" "79 74 43"
  44827. "phongalbedoboost" "30"
  44828. "pattern_scale" "20"
  44829. "pattern_offset_x_start" "0.250000"
  44830. "pattern_offset_x_end" "0.250000"
  44831. "pattern_offset_y_start" "0"
  44832. "pattern_offset_y_end" "1"
  44833. "wear_remap_min" "0.000000"
  44834. "wear_remap_max" "0.120000"
  44835. "view_model_exponent_override_size" "512"
  44836. }
  44837. "186"
  44838. {
  44839. "name" "sp_spray_waves_bravo"
  44840. "description_string" "#PaintKit_sp_spray_waves_bravo"
  44841. "description_tag" "#PaintKit_sp_spray_waves_Tag"
  44842. "pattern" "camo_daubs"
  44843. "wear_default" "0.300000"
  44844. "style" "3"
  44845. "color0" "108 124 128"
  44846. "color1" "51 75 113"
  44847. "color2" "35 45 92"
  44848. "color3" "108 124 128"
  44849. "phongintensity" "10"
  44850. "pattern_scale" "1.700000"
  44851. "pattern_offset_x_start" "0"
  44852. "pattern_offset_x_end" "1"
  44853. "pattern_offset_y_start" "0"
  44854. "pattern_offset_y_end" "1"
  44855. "pattern_rotate_start" "0"
  44856. "pattern_rotate_end" "360"
  44857. }
  44858. "187"
  44859. {
  44860. "name" "sp_star_bravo"
  44861. "description_string" "#PaintKit_sp_star_bravo"
  44862. "description_tag" "#PaintKit_sp_star_bravo_Tag"
  44863. "pattern" "star"
  44864. "wear_default" "0.200000"
  44865. "style" "3"
  44866. "color0" "32 32 32"
  44867. "color1" "55 70 62"
  44868. "color2" "172 158 57"
  44869. "color3" "84 84 84"
  44870. "phongintensity" "10"
  44871. "pattern_scale" "2"
  44872. "pattern_offset_x_start" "-0.100000"
  44873. "pattern_offset_x_end" "-0.480000"
  44874. "pattern_offset_y_start" "-2.550000"
  44875. "pattern_offset_y_end" "-2.750000"
  44876. "pattern_rotate_start" "30"
  44877. "pattern_rotate_end" "30"
  44878. "wear_remap_max" "0.420000"
  44879. }
  44880. "188"
  44881. {
  44882. "name" "aq_etched_mac10_bravo"
  44883. "description_string" "#PaintKit_aq_etched_mac10_bravo"
  44884. "description_tag" "#PaintKit_aq_etched_mac10_bravo_Tag"
  44885. "pattern" "etched_mac10"
  44886. "style" "8"
  44887. "color0" "92 78 48"
  44888. "color1" "58 58 31"
  44889. "color2" "54 44 33"
  44890. "color3" "65 49 46"
  44891. "phongalbedoboost" "50"
  44892. "pattern_scale" "1"
  44893. "ignore_weapon_size_scale" "1"
  44894. }
  44895. "189"
  44896. {
  44897. "name" "hy_ocean_bravo"
  44898. "description_string" "#PaintKit_hy_ocean_bravo"
  44899. "description_tag" "#PaintKit_hy_ocean_Tag"
  44900. "pattern" "camo_wood"
  44901. "wear_default" "0.180000"
  44902. "style" "2"
  44903. "color0" "35 45 92"
  44904. "color1" "108 124 128"
  44905. "color2" "51 75 113"
  44906. "color3" "39 46 58"
  44907. "phongintensity" "10"
  44908. "pattern_scale" "2.500000"
  44909. "pattern_offset_x_start" "0"
  44910. "pattern_offset_x_end" "1"
  44911. "pattern_offset_y_start" "0"
  44912. "pattern_offset_y_end" "1"
  44913. "pattern_rotate_start" "0"
  44914. "pattern_rotate_end" "0"
  44915. "wear_remap_min" "0.100000"
  44916. "wear_remap_max" "0.220000"
  44917. }
  44918. "190"
  44919. {
  44920. "name" "cu_season_elites_bravo"
  44921. "description_string" "#PaintKit_cu_season_elites_bravo"
  44922. "description_tag" "#PaintKit_cu_season_elites_bravo_Tag"
  44923. "pattern" "season_elites"
  44924. "wear_default" "0.000000"
  44925. "phongintensity" "153"
  44926. "phongexponent" "128"
  44927. "style" "7"
  44928. "pattern_scale" "1"
  44929. "ignore_weapon_size_scale" "1"
  44930. }
  44931. "191"
  44932. {
  44933. "name" "hy_seaside_bravo"
  44934. "description_string" "#PaintKit_hy_seaside_bravo"
  44935. "description_tag" "#PaintKit_hy_seaside_bravo_Tag"
  44936. "pattern" "seaside"
  44937. "wear_default" "0.180000"
  44938. "style" "2"
  44939. "color0" "35 45 92"
  44940. "color1" "108 124 128"
  44941. "color2" "51 75 113"
  44942. "color3" "39 46 58"
  44943. "phongintensity" "13"
  44944. "pattern_scale" "2"
  44945. "pattern_offset_x_start" "-0.240000"
  44946. "pattern_offset_x_end" "0.240000"
  44947. "pattern_offset_y_start" "0.030000"
  44948. "pattern_offset_y_end" "0.070000"
  44949. "wear_remap_max" "0.220000"
  44950. }
  44951. "192"
  44952. {
  44953. "name" "hy_crumple_bravo"
  44954. "description_string" "#PaintKit_hy_crumple_bravo"
  44955. "description_tag" "#PaintKit_hy_crumple_bravo_Tag"
  44956. "pattern" "crumple"
  44957. "wear_default" "0.180000"
  44958. "style" "2"
  44959. "color0" "4 4 4"
  44960. "color1" "220 220 220"
  44961. "color2" "40 40 40"
  44962. "color3" "40 40 40"
  44963. "phongintensity" "13"
  44964. "pattern_scale" "4"
  44965. "pattern_offset_x_start" "0"
  44966. "pattern_offset_x_end" "1"
  44967. "pattern_offset_y_start" "0"
  44968. "pattern_offset_y_end" "1"
  44969. "pattern_rotate_start" "0"
  44970. "pattern_rotate_end" "360"
  44971. }
  44972. "193"
  44973. {
  44974. "name" "sp_skull_diagram_bravo"
  44975. "description_string" "#PaintKit_sp_skull_diagram_bravo"
  44976. "description_tag" "#PaintKit_sp_skull_diagram_bravo_Tag"
  44977. "pattern" "skull_diagram"
  44978. "wear_default" "0.200000"
  44979. "style" "3"
  44980. "color0" "94 113 94"
  44981. "color1" "61 65 46"
  44982. "color2" "23 19 17"
  44983. "color3" "219 204 174"
  44984. "phongintensity" "10"
  44985. "pattern_scale" "1"
  44986. "pattern_offset_x_start" "-0.480000"
  44987. "pattern_offset_x_end" "-0.200000"
  44988. "pattern_offset_y_start" "-0.750000"
  44989. "pattern_offset_y_end" "-0.790000"
  44990. "pattern_rotate_start" "0"
  44991. "pattern_rotate_end" "0"
  44992. "wear_remap_max" "0.340000"
  44993. "ignore_weapon_size_scale" "1"
  44994. }
  44995. "194"
  44996. {
  44997. "name" "sp_spitfire_famas_bravo"
  44998. "description_string" "#PaintKit_sp_spitfire_famas_bravo"
  44999. "description_tag" "#PaintKit_sp_spitfire_famas_Tag"
  45000. "pattern" "spitfire"
  45001. "wear_default" "0.080000"
  45002. "style" "3"
  45003. "color0" "15 15 15"
  45004. "color1" "104 30 28"
  45005. "color2" "50 50 35"
  45006. "color3" "159 159 159"
  45007. "phongintensity" "10"
  45008. "phongexponent" "6"
  45009. "pattern_scale" "0.700000"
  45010. "pattern_offset_x_start" "-0.080000"
  45011. "pattern_offset_x_end" "-0.080000"
  45012. "pattern_offset_y_start" "0.500000"
  45013. "pattern_offset_y_end" "0.500000"
  45014. "ignore_weapon_size_scale" "1"
  45015. }
  45016. "195"
  45017. {
  45018. "name" "hy_bluepolygon_bravo"
  45019. "description_string" "#PaintKit_hy_tile_bravo"
  45020. "description_tag" "#PaintKit_hy_bluepolygon_bravo_Tag"
  45021. "pattern" "ali_tile"
  45022. "wear_default" "0.180000"
  45023. "style" "2"
  45024. "color0" "142 92 36"
  45025. "color1" "80 111 133"
  45026. "color2" "60 64 68"
  45027. "color3" "32 44 51"
  45028. "phongintensity" "10"
  45029. "pattern_scale" "2"
  45030. "pattern_offset_x_start" "0.190000"
  45031. "pattern_offset_x_end" "0.230000"
  45032. "pattern_offset_y_start" "0"
  45033. "pattern_offset_y_end" "1"
  45034. "ignore_weapon_size_scale" "1"
  45035. }
  45036. "196"
  45037. {
  45038. "name" "an_emerald_bravo"
  45039. "description_string" "#PaintKit_an_emerald_bravo"
  45040. "description_tag" "#PaintKit_an_emerald_bravo_Tag"
  45041. "wear_default" "0.060000"
  45042. "style" "4"
  45043. "color0" "5 61 34"
  45044. "color1" "5 61 34"
  45045. "color2" "1 1 1"
  45046. "color3" "1 1 1"
  45047. "phongexponent" "32"
  45048. "phongalbedoboost" "30"
  45049. "wear_remap_min" "0.000000"
  45050. "wear_remap_max" "0.080000"
  45051. }
  45052. "197"
  45053. {
  45054. "name" "an_navy_bravo"
  45055. "description_string" "#PaintKit_an_navy_bravo"
  45056. "description_tag" "#PaintKit_an_navy_Tag"
  45057. "wear_default" "0.060000"
  45058. "style" "4"
  45059. "color0" "23 33 47"
  45060. "color1" "23 33 47"
  45061. "color2" "1 1 1"
  45062. "color3" "1 1 1"
  45063. "phongexponent" "32"
  45064. "phongalbedoboost" "15"
  45065. "wear_remap_min" "0.000000"
  45066. "wear_remap_max" "0.080000"
  45067. }
  45068. "198"
  45069. {
  45070. "name" "sp_hazard_bravo"
  45071. "description_string" "#PaintKit_sp_hazard_bravo"
  45072. "description_tag" "#PaintKit_sp_hazard_Tag"
  45073. "pattern" "stripe3"
  45074. "wear_default" "0.560000"
  45075. "style" "3"
  45076. "color0" "45 45 45"
  45077. "color1" "45 45 45"
  45078. "color2" "186 157 38"
  45079. "color3" "45 45 45"
  45080. "phongintensity" "13"
  45081. "pattern_scale" "4.800000"
  45082. "pattern_offset_x_start" "0"
  45083. "pattern_offset_x_end" "1"
  45084. "pattern_offset_y_start" "0"
  45085. "pattern_offset_y_end" "1"
  45086. "pattern_rotate_start" "-40"
  45087. "pattern_rotate_end" "-50"
  45088. }
  45089. "199"
  45090. {
  45091. "name" "sp_tape_dots_bravo"
  45092. "description_string" "#PaintKit_sp_tape_dots_bravo"
  45093. "description_tag" "#PaintKit_sp_tape_dots_Tag"
  45094. "pattern" "mesh_and_tape"
  45095. "wear_default" "0.380000"
  45096. "style" "3"
  45097. "color0" "66 52 43"
  45098. "color1" "118 109 92"
  45099. "color2" "60 69 37"
  45100. "color3" "176 156 94"
  45101. "phongintensity" "10"
  45102. "pattern_scale" "1.400000"
  45103. "pattern_offset_x_start" "0"
  45104. "pattern_offset_x_end" "1"
  45105. "pattern_offset_y_start" "0"
  45106. "pattern_offset_y_end" "1"
  45107. }
  45108. "200"
  45109. {
  45110. "name" "hy_mayan_dreams_bravo"
  45111. "description_string" "#PaintKit_hy_mayan_dreams_bravo"
  45112. "description_tag" "#PaintKit_hy_mayan_dreams_bravo_Tag"
  45113. "pattern" "mayan_clouds"
  45114. "wear_default" "0.180000"
  45115. "style" "2"
  45116. "color0" "4 4 4"
  45117. "color1" "123 106 87"
  45118. "color2" "81 73 66"
  45119. "color3" "98 80 60"
  45120. "phongintensity" "13"
  45121. "pattern_scale" "4"
  45122. "pattern_offset_x_start" "0"
  45123. "pattern_offset_x_end" "1"
  45124. "pattern_offset_y_start" "0"
  45125. "pattern_offset_y_end" "1"
  45126. }
  45127. "201"
  45128. {
  45129. "name" "sp_palm_bravo"
  45130. "description_string" "#PaintKit_sp_palm_bravo"
  45131. "description_tag" "#PaintKit_sp_palm_Tag"
  45132. "pattern" "palm"
  45133. "wear_default" "0.350000"
  45134. "style" "3"
  45135. "color0" "189 179 155"
  45136. "color1" "67 74 28"
  45137. "color2" "87 67 49"
  45138. "color3" "60 48 38"
  45139. "phongintensity" "10"
  45140. "pattern_scale" "1"
  45141. "pattern_offset_x_start" "0"
  45142. "pattern_offset_x_end" "1"
  45143. "pattern_offset_y_start" "0"
  45144. "pattern_offset_y_end" "1"
  45145. "pattern_rotate_start" "0"
  45146. "pattern_rotate_end" "360"
  45147. }
  45148. "202"
  45149. {
  45150. "name" "hy_ddpat_jungle_bravo"
  45151. "description_string" "#PaintKit_hy_ddpat_bravo"
  45152. "description_tag" "#PaintKit_hy_ddpat_jungle_Tag"
  45153. "pattern" "ddpat"
  45154. "seed" "42"
  45155. "wear_default" "0.020000"
  45156. "style" "2"
  45157. "color0" "71 67 58"
  45158. "color1" "51 79 60"
  45159. "color2" "101 103 61"
  45160. "color3" "39 35 27"
  45161. "phongintensity" "10"
  45162. "pattern_scale" "2"
  45163. "pattern_offset_x_start" "0"
  45164. "pattern_offset_x_end" "1"
  45165. "pattern_offset_y_start" "0"
  45166. "pattern_offset_y_end" "1"
  45167. }
  45168. "203"
  45169. {
  45170. "name" "aq_steel_bravo"
  45171. "description_string" "#PaintKit_aq_steel_bravo"
  45172. "description_tag" "#PaintKit_aq_steel_bravo_Tag"
  45173. "pattern" "steel"
  45174. "wear_default" "0.400000"
  45175. "seed" "21"
  45176. "style" "8"
  45177. "color0" "164 109 67"
  45178. "color1" "129 134 143"
  45179. "color2" "148 115 84"
  45180. "color3" "215 120 26"
  45181. "phongalbedoboost" "1"
  45182. "pattern_scale" "4"
  45183. "pattern_offset_x_start" "0"
  45184. "pattern_offset_x_end" "1"
  45185. "pattern_offset_y_start" "0"
  45186. "pattern_offset_y_end" "1"
  45187. "pattern_rotate_start" "-4"
  45188. "pattern_rotate_end" "4"
  45189. "wear_remap_min" "0.000000"
  45190. "wear_remap_max" "1.000000"
  45191. }
  45192. "204"
  45193. {
  45194. "name" "hy_ali_tile_bravo"
  45195. "description_string" "#PaintKit_hy_tile_bravo"
  45196. "description_tag" "#PaintKit_hy_ali_tile_bravo_Tag"
  45197. "pattern" "ali_tile"
  45198. "wear_default" "0.180000"
  45199. "style" "2"
  45200. "color0" "199 191 173"
  45201. "color1" "41 46 50"
  45202. "color2" "73 57 29"
  45203. "color3" "156 145 118"
  45204. "phongintensity" "10"
  45205. "pattern_scale" "1.700000"
  45206. "pattern_offset_x_start" "-0.680000"
  45207. "pattern_offset_x_end" "-0.600000"
  45208. "pattern_offset_y_start" "0"
  45209. "pattern_offset_y_end" "1"
  45210. "ignore_weapon_size_scale" "1"
  45211. }
  45212. "205"
  45213. {
  45214. "name" "so_jungle_bravo"
  45215. "description_string" "#PaintKit_so_jungle_bravo"
  45216. "description_tag" "#PaintKit_so_jungle_Tag"
  45217. "wear_default" "0.210000"
  45218. "style" "1"
  45219. "color0" "71 67 58"
  45220. "color1" "51 79 60"
  45221. "color2" "101 103 61"
  45222. "color3" "39 35 27"
  45223. "phongintensity" "10"
  45224. }
  45225. "206"
  45226. {
  45227. "name" "so_tornado_bravo"
  45228. "description_string" "#PaintKit_so_tornado_bravo"
  45229. "description_tag" "#PaintKit_so_tornado_Tag"
  45230. "wear_default" "0.210000"
  45231. "style" "1"
  45232. "color0" "51 61 77"
  45233. "color1" "107 97 78"
  45234. "color2" "51 61 77"
  45235. "color3" "39 46 58"
  45236. "phongintensity" "10"
  45237. }
  45238. "207"
  45239. {
  45240. "name" "hy_crumple_dark_bravo"
  45241. "description_string" "#PaintKit_hy_crumple_bravo"
  45242. "description_tag" "#PaintKit_hy_crumple_dark_bravo_Tag"
  45243. "pattern" "crumple"
  45244. "wear_default" "0.180000"
  45245. "style" "2"
  45246. "color0" "42 42 42"
  45247. "color1" "107 107 107"
  45248. "color2" "40 40 40"
  45249. "color3" "40 40 40"
  45250. "phongintensity" "13"
  45251. "pattern_scale" "4"
  45252. "pattern_offset_x_start" "0"
  45253. "pattern_offset_x_end" "1"
  45254. "pattern_offset_y_start" "0"
  45255. "pattern_offset_y_end" "1"
  45256. "pattern_rotate_start" "0"
  45257. "pattern_rotate_end" "360"
  45258. }
  45259. "208"
  45260. {
  45261. "name" "so_sand_bravo"
  45262. "description_string" "#PaintKit_so_sand_bravo"
  45263. "description_tag" "#PaintKit_so_sand_Tag"
  45264. "wear_default" "0.210000"
  45265. "style" "1"
  45266. "color0" "75 65 54"
  45267. "color1" "100 89 66"
  45268. "color2" "139 124 92"
  45269. "color3" "75 67 50"
  45270. "phongintensity" "10"
  45271. }
  45272. "209"
  45273. {
  45274. "name" "so_olive_bravo"
  45275. "description_string" "#PaintKit_so_olive_bravo"
  45276. "description_tag" "#PaintKit_so_olive_Tag"
  45277. "wear_default" "0.200000"
  45278. "style" "1"
  45279. "color0" "47 52 37"
  45280. "color1" "65 78 61"
  45281. "color2" "102 91 66"
  45282. "color3" "51 53 26"
  45283. "phongintensity" "10"
  45284. }
  45285. "210"
  45286. {
  45287. "name" "an_gunmetal_bravo"
  45288. "description_string" "#PaintKit_an_gunmetal_bravo"
  45289. "description_tag" "#PaintKit_an_gunmetal_Tag"
  45290. "wear_default" "0.050000"
  45291. "style" "4"
  45292. "color0" "40 40 40"
  45293. "color1" "40 40 40"
  45294. "color2" "40 40 40"
  45295. "color3" "40 40 40"
  45296. "phongexponent" "32"
  45297. "phongalbedoboost" "50"
  45298. "wear_remap_min" "0.000000"
  45299. "wear_remap_max" "0.080000"
  45300. }
  45301. "211"
  45302. {
  45303. "name" "am_ossify_blue_p2000_bravo"
  45304. "description_string" "#PaintKit_am_ossify_blue_p2000_bravo"
  45305. "description_tag" "#PaintKit_am_ossify_blue_Tag"
  45306. "pattern" "seaside_p2000"
  45307. "wear_default" "0.020000"
  45308. "style" "5"
  45309. "color0" "37 52 90"
  45310. "color1" "68 92 157"
  45311. "color2" "88 96 114"
  45312. "color3" "73 74 78"
  45313. "phongalbedoboost" "100"
  45314. "pattern_scale" "1.315270"
  45315. "pattern_offset_x_start" "-0.042000"
  45316. "pattern_offset_x_end" "-0.042000"
  45317. "pattern_offset_y_start" "-0.137000"
  45318. "pattern_offset_y_end" "-0.137000"
  45319. "wear_remap_min" "0.000000"
  45320. "wear_remap_max" "0.120000"
  45321. "ignore_weapon_size_scale" "1"
  45322. }
  45323. "212"
  45324. {
  45325. "name" "am_crumple_bravo"
  45326. "description_string" "#PaintKit_am_crumple_bravo"
  45327. "description_tag" "#PaintKit_am_crumple_Tag"
  45328. "pattern" "crumple"
  45329. "wear_default" "0.020000"
  45330. "style" "5"
  45331. "color0" "42 42 42"
  45332. "color1" "8 8 8"
  45333. "color2" "4 4 4"
  45334. "color3" "4 4 4"
  45335. "phongalbedoboost" "50"
  45336. "pattern_scale" "4"
  45337. "pattern_offset_x_start" "0"
  45338. "pattern_offset_x_end" "1"
  45339. "pattern_offset_y_start" "0"
  45340. "pattern_offset_y_end" "1"
  45341. "pattern_rotate_start" "0"
  45342. "pattern_rotate_end" "1"
  45343. "wear_remap_min" "0.000000"
  45344. "wear_remap_max" "0.120000"
  45345. "view_model_exponent_override_size" "1024"
  45346. }
  45347. "213"
  45348. {
  45349. "name" "am_ossify_blue"
  45350. "description_string" "#PaintKit_am_ossify_blue"
  45351. "description_tag" "#PaintKit_am_ossify_blue_Tag"
  45352. "pattern" "ossify"
  45353. "wear_default" "0.020000"
  45354. "style" "5"
  45355. "color0" "37 52 90"
  45356. "color1" "68 92 157"
  45357. "color2" "88 96 114"
  45358. "color3" "73 74 78"
  45359. "phongalbedoboost" "100"
  45360. "pattern_scale" "4"
  45361. "pattern_offset_x_start" "0"
  45362. "pattern_offset_x_end" "1"
  45363. "pattern_offset_y_start" "0"
  45364. "pattern_offset_y_end" "1"
  45365. "pattern_rotate_start" "0"
  45366. "pattern_rotate_end" "360"
  45367. "wear_remap_min" "0.000000"
  45368. "wear_remap_max" "0.080000"
  45369. }
  45370. "214"
  45371. {
  45372. "name" "am_crumple"
  45373. "description_string" "#PaintKit_am_crumple"
  45374. "description_tag" "#PaintKit_am_crumple_Tag"
  45375. "pattern" "crumple"
  45376. "wear_default" "0.020000"
  45377. "style" "5"
  45378. "color0" "41 41 41"
  45379. "color1" "8 8 8"
  45380. "color2" "4 4 4"
  45381. "color3" "4 4 4"
  45382. "phongalbedoboost" "30"
  45383. "pattern_scale" "4"
  45384. "pattern_offset_x_start" "0"
  45385. "pattern_offset_x_end" "1"
  45386. "pattern_offset_y_start" "0"
  45387. "pattern_offset_y_end" "1"
  45388. "pattern_rotate_start" "0"
  45389. "pattern_rotate_end" "1"
  45390. "wear_remap_min" "0.000000"
  45391. "wear_remap_max" "0.120000"
  45392. }
  45393. "215"
  45394. {
  45395. "name" "cu_xray_m4"
  45396. "description_string" "#PaintKit_cu_xray_m4"
  45397. "description_tag" "#PaintKit_cu_xray_m4_Tag"
  45398. "style" "7"
  45399. "pattern" "xray_m4"
  45400. "pattern_scale" "1.000000"
  45401. "wear_remap_min" "0.000000"
  45402. "wear_remap_max" "0.300000"
  45403. "phongexponent" "100"
  45404. "phongintensity" "10"
  45405. "ignore_weapon_size_scale" "1"
  45406. "pattern_offset_x_start" "0.000000"
  45407. "pattern_offset_x_end" "0.000000"
  45408. "pattern_offset_y_start" "0.000000"
  45409. "pattern_offset_y_end" "0.000000"
  45410. "pattern_rotate_start" "0.000000"
  45411. "pattern_rotate_end" "0.000000"
  45412. }
  45413. "216"
  45414. {
  45415. "name" "an_titanium30v"
  45416. "description_string" "#PaintKit_an_titanium30v"
  45417. "description_tag" "#PaintKit_an_titanium30v_Tag"
  45418. "style" "4"
  45419. "color0" "25 35 44"
  45420. "wear_remap_min" "0.000000"
  45421. "wear_remap_max" "0.040000"
  45422. "phongexponent" "255"
  45423. "phongalbedoboost" "100"
  45424. }
  45425. "217"
  45426. {
  45427. "name" "hy_redtiger"
  45428. "description_string" "#PaintKit_hy_v_tiger"
  45429. "description_tag" "#PaintKit_hy_redtiger_Tag"
  45430. "style" "2"
  45431. "pattern" "v_tiger"
  45432. "color0" "18 17 17"
  45433. "color1" "25 28 19"
  45434. "color2" "38 38 38"
  45435. "color3" "55 12 7"
  45436. "pattern_scale" "3.000000"
  45437. "wear_remap_min" "0.000000"
  45438. "wear_remap_max" "0.300000"
  45439. "phongexponent" "4"
  45440. "phongintensity" "10"
  45441. "ignore_weapon_size_scale" "0"
  45442. "pattern_offset_x_start" "0.000000"
  45443. "pattern_offset_x_end" "1.000000"
  45444. "pattern_offset_y_start" "0.000000"
  45445. "pattern_offset_y_end" "1.000000"
  45446. "pattern_rotate_start" "0.000000"
  45447. "pattern_rotate_end" "360.000000"
  45448. }
  45449. "218"
  45450. {
  45451. "name" "hy_bluehex"
  45452. "description_string" "#PaintKit_hy_hex"
  45453. "description_tag" "#PaintKit_hy_bluehex_Tag"
  45454. "style" "2"
  45455. "pattern" "hive"
  45456. "color0" "26 1 13"
  45457. "color1" "82 26 1"
  45458. "color2" "31 43 53"
  45459. "color3" "8 16 23"
  45460. "pattern_scale" "1.500000"
  45461. "wear_remap_min" "0.000000"
  45462. "wear_remap_max" "0.400000"
  45463. "phongexponent" "255"
  45464. "phongintensity" "60"
  45465. "ignore_weapon_size_scale" "1"
  45466. "pattern_offset_x_start" "0.000000"
  45467. "pattern_offset_x_end" "1.000000"
  45468. "pattern_offset_y_start" "0.000000"
  45469. "pattern_offset_y_end" "1.000000"
  45470. "pattern_rotate_start" "0.000000"
  45471. "pattern_rotate_end" "360.000000"
  45472. }
  45473. "219"
  45474. {
  45475. "name" "hy_redhex"
  45476. "description_string" "#PaintKit_hy_hex"
  45477. "description_tag" "#PaintKit_hy_redhex_Tag"
  45478. "style" "2"
  45479. "pattern" "hive"
  45480. "color0" "26 1 13"
  45481. "color1" "92 91 70"
  45482. "color2" "55 23 3"
  45483. "color3" "43 4 4"
  45484. "pattern_scale" "1.500000"
  45485. "wear_remap_min" "0.000000"
  45486. "wear_remap_max" "0.300000"
  45487. "phongexponent" "255"
  45488. "phongintensity" "60"
  45489. "ignore_weapon_size_scale" "1"
  45490. "pattern_offset_x_start" "0.000000"
  45491. "pattern_offset_x_end" "1.000000"
  45492. "pattern_offset_y_start" "0.000000"
  45493. "pattern_offset_y_end" "1.000000"
  45494. "pattern_rotate_start" "0.000000"
  45495. "pattern_rotate_end" "360.000000"
  45496. }
  45497. "220"
  45498. {
  45499. "name" "am_ossify_red"
  45500. "description_string" "#PaintKit_am_ossify_red"
  45501. "description_tag" "#PaintKit_am_ossify_red_Tag"
  45502. "style" "5"
  45503. "pattern" "ossify"
  45504. "color0" "69 4 4"
  45505. "color1" "74 5 5"
  45506. "color2" "51 0 0"
  45507. "color3" "54 54 54"
  45508. "pattern_scale" "4.000000"
  45509. "wear_remap_min" "0.000000"
  45510. "wear_remap_max" "0.200000"
  45511. "phongexponent" "16"
  45512. "phongalbedoboost" "60"
  45513. "ignore_weapon_size_scale" "0"
  45514. "pattern_offset_x_start" "0.000000"
  45515. "pattern_offset_x_end" "1.000000"
  45516. "pattern_offset_y_start" "0.000000"
  45517. "pattern_offset_y_end" "1.000000"
  45518. "pattern_rotate_start" "0.000000"
  45519. "pattern_rotate_end" "360.000000"
  45520. }
  45521. "221"
  45522. {
  45523. "name" "am_electric_red"
  45524. "description_string" "#PaintKit_am_electric_red"
  45525. "description_tag" "#PaintKit_am_electric_red_Tag"
  45526. "style" "5"
  45527. "pattern" "electric"
  45528. "color0" "18 17 17"
  45529. "color1" "25 28 19"
  45530. "color2" "38 38 38"
  45531. "color3" "55 12 7"
  45532. "pattern_scale" "3.000000"
  45533. "wear_remap_min" "0.000000"
  45534. "wear_remap_max" "0.250000"
  45535. "phongexponent" "32"
  45536. "phongalbedoboost" "80"
  45537. "view_model_exponent_override_size" "256"
  45538. "ignore_weapon_size_scale" "0"
  45539. "pattern_offset_x_start" "0.000000"
  45540. "pattern_offset_x_end" "1.000000"
  45541. "pattern_offset_y_start" "0.000000"
  45542. "pattern_offset_y_end" "1.000000"
  45543. "pattern_rotate_start" "0.000000"
  45544. "pattern_rotate_end" "360.000000"
  45545. "view_model_exponent_override_size" "1024"
  45546. }
  45547. "222"
  45548. {
  45549. "name" "cu_shark"
  45550. "description_string" "#PaintKit_cu_shark"
  45551. "description_tag" "#PaintKit_cu_shark_Tag"
  45552. "style" "7"
  45553. "pattern" "bloodInTheWater_ssg08"
  45554. "pattern_scale" "1"
  45555. "ignore_weapon_size_scale" "1"
  45556. "phongintensity" "25"
  45557. "phongexponent" "128"
  45558. "wear_remap_max" "0.200000"
  45559. "only_first_material" "1"
  45560. }
  45561. "223"
  45562. {
  45563. "name" "hy_flowers"
  45564. "description_string" "#PaintKit_hy_flowers"
  45565. "description_tag" "#PaintKit_hy_flowers_Tag"
  45566. "style" "2"
  45567. "pattern" "flowers"
  45568. "color0" "56 61 69"
  45569. "color1" "152 162 165"
  45570. "color2" "60 77 90"
  45571. "color3" "110 44 44"
  45572. "pattern_scale" "4.000000"
  45573. "phongexponent" "100"
  45574. "phongintensity" "80"
  45575. "ignore_weapon_size_scale" "0"
  45576. "pattern_offset_x_start" "0.000000"
  45577. "pattern_offset_x_end" "1.000000"
  45578. "pattern_offset_y_start" "0.000000"
  45579. "pattern_offset_y_end" "1.000000"
  45580. "pattern_rotate_start" "0.000000"
  45581. "pattern_rotate_end" "360.000000"
  45582. "wear_remap_min" "0.000000"
  45583. "wear_remap_max" "0.500000"
  45584. }
  45585. "224"
  45586. {
  45587. "name" "hy_water_crest"
  45588. "description_string" "#PaintKit_hy_water_crest"
  45589. "description_tag" "#PaintKit_hy_water_crest_Tag"
  45590. "style" "2"
  45591. "pattern" "crest_water"
  45592. "color0" "38 52 66"
  45593. "color1" "83 84 94"
  45594. "color2" "30 33 65"
  45595. "color3" "9 9 9"
  45596. "pattern_scale" "6.000000"
  45597. "phongexponent" "100"
  45598. "phongintensity" "80"
  45599. "ignore_weapon_size_scale" "0"
  45600. "pattern_offset_x_start" "0.000000"
  45601. "pattern_offset_x_end" "1.000000"
  45602. "pattern_offset_y_start" "0.000000"
  45603. "pattern_offset_y_end" "1.000000"
  45604. "pattern_rotate_start" "0.000000"
  45605. "pattern_rotate_end" "360.000000"
  45606. "wear_remap_min" "0.000000"
  45607. "wear_remap_max" "0.500000"
  45608. }
  45609. "225"
  45610. {
  45611. "name" "sp_camo_wood_blue"
  45612. "description_string" "#PaintKit_hy_camo_large"
  45613. "description_tag" "#PaintKit_sp_camo_wood_blue_Tag"
  45614. "style" "3"
  45615. "pattern" "camo_wood"
  45616. "color0" "51 14 14"
  45617. "color1" "71 73 74"
  45618. "color2" "15 18 28"
  45619. "color3" "8 8 8"
  45620. "pattern_scale" "0.600000"
  45621. "phongexponent" "64"
  45622. "phongintensity" "40"
  45623. "ignore_weapon_size_scale" "0"
  45624. "pattern_offset_x_start" "0.000000"
  45625. "pattern_offset_x_end" "1.000000"
  45626. "pattern_offset_y_start" "0.000000"
  45627. "pattern_offset_y_end" "1.000000"
  45628. "pattern_rotate_start" "0.000000"
  45629. "pattern_rotate_end" "360.000000"
  45630. "wear_remap_min" "0.000000"
  45631. "wear_remap_max" "0.400000"
  45632. }
  45633. "226"
  45634. {
  45635. "name" "hy_ak47lam_blue"
  45636. "description_string" "#PaintKit_hy_ak47lam"
  45637. "description_tag" "#PaintKit_hy_ak47lam_blue_Tag"
  45638. "style" "2"
  45639. "pattern" "laminate_ak47"
  45640. "color0" "18 10 2"
  45641. "color1" "36 56 117"
  45642. "color2" "119 103 86"
  45643. "color3" "64 139 164"
  45644. "pattern_scale" "1.000000"
  45645. "wear_remap_min" "0.020000"
  45646. "wear_remap_max" "0.400000"
  45647. "phongexponent" "128"
  45648. "phongintensity" "153"
  45649. "ignore_weapon_size_scale" "1"
  45650. "pattern_offset_x_start" "0.000000"
  45651. "pattern_offset_x_end" "0.000000"
  45652. "pattern_offset_y_start" "0.000000"
  45653. "pattern_offset_y_end" "0.000000"
  45654. "pattern_rotate_start" "0.000000"
  45655. "pattern_rotate_end" "0.000000"
  45656. }
  45657. "227"
  45658. {
  45659. "name" "hy_hive"
  45660. "description_string" "#PaintKit_hy_hex"
  45661. "description_tag" "#PaintKit_hy_hive_Tag"
  45662. "style" "2"
  45663. "pattern" "hive"
  45664. "color0" "9 50 119"
  45665. "color1" "156 57 15"
  45666. "color2" "46 46 46"
  45667. "color3" "57 39 71"
  45668. "pattern_scale" "2"
  45669. "wear_remap_min" "0.000000"
  45670. "wear_remap_max" "0.400000"
  45671. "phongexponent" "255"
  45672. "phongintensity" "60"
  45673. "ignore_weapon_size_scale" "1"
  45674. "pattern_offset_x_start" "0.000000"
  45675. "pattern_offset_x_end" "1.000000"
  45676. "pattern_offset_y_start" "0.000000"
  45677. "pattern_offset_y_end" "1.000000"
  45678. "pattern_rotate_start" "0.000000"
  45679. "pattern_rotate_end" "360.000000"
  45680. }
  45681. "228"
  45682. {
  45683. "name" "hy_modspots"
  45684. "description_string" "#PaintKit_hy_camo_large"
  45685. "description_tag" "#PaintKit_hy_modspots_Tag"
  45686. "style" "2"
  45687. "pattern" "desert_spots"
  45688. "color0" "12 12 12"
  45689. "color1" "29 37 48"
  45690. "color2" "8 74 99"
  45691. "color3" "107 32 7"
  45692. "pattern_scale" "3.000000"
  45693. "phongexponent" "128"
  45694. "phongintensity" "10"
  45695. "ignore_weapon_size_scale" "0"
  45696. "pattern_offset_x_start" "0.000000"
  45697. "pattern_offset_x_end" "1.000000"
  45698. "pattern_offset_y_start" "0.000000"
  45699. "pattern_offset_y_end" "1.000000"
  45700. "pattern_rotate_start" "-180.000000"
  45701. "pattern_rotate_end" "55.000000"
  45702. "wear_remap_min" "0.000000"
  45703. "wear_remap_max" "0.500000"
  45704. }
  45705. "229"
  45706. {
  45707. "name" "sp_zebracam_blue"
  45708. "description_string" "#PaintKit_sp_zebracam"
  45709. "description_tag" "#PaintKit_sp_zebracam_blue_Tag"
  45710. "style" "3"
  45711. "pattern" "tiger"
  45712. "color0" "0 29 33"
  45713. "color1" "4 42 54"
  45714. "color2" "1 8 18"
  45715. "color3" "34 48 93"
  45716. "pattern_scale" "1.000000"
  45717. "wear_remap_min" "0.000000"
  45718. "wear_remap_max" "0.280000"
  45719. "phongexponent" "16"
  45720. "phongintensity" "13"
  45721. "pattern_offset_x_start" "0.000000"
  45722. "pattern_offset_x_end" "1.000000"
  45723. "pattern_offset_y_start" "0.000000"
  45724. "pattern_offset_y_end" "1.000000"
  45725. "pattern_rotate_start" "-30.000000"
  45726. "pattern_rotate_end" "30.000000"
  45727. }
  45728. "230"
  45729. {
  45730. "name" "am_ddpatdense_silver"
  45731. "description_string" "#PaintKit_am_ddpatdense"
  45732. "description_tag" "#PaintKit_am_ddpatdense_silver_Tag"
  45733. "style" "5"
  45734. "pattern" "ddpat_dense"
  45735. "color0" "30 33 35"
  45736. "color1" "36 39 41"
  45737. "color2" "43 46 48"
  45738. "color3" "43 46 49"
  45739. "pattern_scale" "2.500000"
  45740. "phongexponent" "128"
  45741. "phongalbedoboost" "30"
  45742. "view_model_exponent_override_size" "1024"
  45743. "ignore_weapon_size_scale" "0"
  45744. "pattern_offset_x_start" "0.000000"
  45745. "pattern_offset_x_end" "1.000000"
  45746. "pattern_offset_y_start" "0.000000"
  45747. "pattern_offset_y_end" "1.000000"
  45748. "pattern_rotate_start" "-10.000000"
  45749. "pattern_rotate_end" "10.000000"
  45750. "wear_remap_min" "0.000000"
  45751. "wear_remap_max" "0.200000"
  45752. }
  45753. "231"
  45754. {
  45755. "name" "am_ddpatdense_peacock"
  45756. "description_string" "#PaintKit_am_ddpatdense"
  45757. "description_tag" "#PaintKit_am_ddpatdense_peacock_Tag"
  45758. "style" "5"
  45759. "pattern" "ddpat_dense"
  45760. "color0" "11 28 46"
  45761. "color1" "9 26 41"
  45762. "color2" "14 38 61"
  45763. "color3" "11 30 49"
  45764. "pattern_scale" "2.500000"
  45765. "phongexponent" "128"
  45766. "phongalbedoboost" "30"
  45767. "view_model_exponent_override_size" "1024"
  45768. "ignore_weapon_size_scale" "0"
  45769. "pattern_offset_x_start" "0.000000"
  45770. "pattern_offset_x_end" "1.000000"
  45771. "pattern_offset_y_start" "0.000000"
  45772. "pattern_offset_y_end" "1.000000"
  45773. "pattern_rotate_start" "-10.000000"
  45774. "pattern_rotate_end" "10.000000"
  45775. "wear_remap_min" "0.000000"
  45776. "wear_remap_max" "0.200000"
  45777. "dialog_config" "17,0,0,0"
  45778. }
  45779. "232"
  45780. {
  45781. "name" "hy_webs_darker"
  45782. "description_string" "#PaintKit_hy_webs"
  45783. "description_tag" "#PaintKit_hy_webs_Tag"
  45784. "pattern" "webs"
  45785. "wear_default" "0.100000"
  45786. "seed" "1"
  45787. "style" "2"
  45788. "color0" "64 12 12"
  45789. "color1" "16 16 16"
  45790. "color2" "16 16 16"
  45791. "color3" "16 16 16"
  45792. "phongexponent" "127"
  45793. "phongintensity" "26"
  45794. "pattern_scale" "4.500000"
  45795. "pattern_offset_x_start" "0"
  45796. "pattern_offset_x_end" "1"
  45797. "pattern_offset_y_start" "0"
  45798. "pattern_offset_y_end" "1"
  45799. "pattern_rotate_start" "0"
  45800. "pattern_rotate_end" "360"
  45801. }
  45802. "233"
  45803. {
  45804. "name" "sp_palm_shadow"
  45805. "description_string" "#PaintKit_sp_palm"
  45806. "description_tag" "#PaintKit_sp_palm_shadow_Tag"
  45807. "pattern" "palm"
  45808. "wear_default" "0.350000"
  45809. "style" "3"
  45810. "color0" "43 58 77"
  45811. "color1" "111 120 123"
  45812. "color2" "100 111 134"
  45813. "color3" "64 87 79"
  45814. "phongintensity" "10"
  45815. "pattern_scale" "1"
  45816. "pattern_offset_x_start" "0"
  45817. "pattern_offset_x_end" "1"
  45818. "pattern_offset_y_start" "0"
  45819. "pattern_offset_y_end" "1"
  45820. "pattern_rotate_start" "0"
  45821. "pattern_rotate_end" "360"
  45822. }
  45823. "234"
  45824. {
  45825. "name" "sp_twigs"
  45826. "description_string" "#PaintKit_twigs"
  45827. "description_tag" "#PaintKit_sp_twigs_Tag"
  45828. "style" "3"
  45829. "pattern" "twigs"
  45830. "color0" "14 14 14"
  45831. "color1" "83 56 39"
  45832. "color2" "169 169 163"
  45833. "color3" "108 108 108"
  45834. "pattern_scale" "1.200000"
  45835. "phongexponent" "32"
  45836. "phongintensity" "10"
  45837. "ignore_weapon_size_scale" "0"
  45838. "only_first_material" "0"
  45839. "pattern_offset_x_start" "0.000000"
  45840. "pattern_offset_x_end" "1.000000"
  45841. "pattern_offset_y_start" "0.000000"
  45842. "pattern_offset_y_end" "1.000000"
  45843. "pattern_rotate_start" "30.000000"
  45844. "pattern_rotate_end" "60.000000"
  45845. "wear_remap_min" "0.000000"
  45846. "wear_remap_max" "0.450000"
  45847. }
  45848. "235"
  45849. {
  45850. "name" "hy_varicamo"
  45851. "description_string" "#PaintKit_varicamo"
  45852. "description_tag" "#PaintKit_hy_varicamo_Tag"
  45853. "style" "2"
  45854. "pattern" "varicamo"
  45855. "color0" "214 204 179"
  45856. "color1" "93 118 82"
  45857. "color2" "84 64 55"
  45858. "color3" "52 44 36"
  45859. "pattern_scale" "2.500000"
  45860. "phongexponent" "32"
  45861. "phongintensity" "10"
  45862. "ignore_weapon_size_scale" "0"
  45863. "only_first_material" "0"
  45864. "pattern_offset_x_start" "0.000000"
  45865. "pattern_offset_x_end" "1.000000"
  45866. "pattern_offset_y_start" "0.000000"
  45867. "pattern_offset_y_end" "1.000000"
  45868. "pattern_rotate_start" "-15.000000"
  45869. "pattern_rotate_end" "15.000000"
  45870. "wear_remap_min" "0.000000"
  45871. "wear_remap_max" "0.600000"
  45872. }
  45873. "236"
  45874. {
  45875. "name" "hy_varicamo_night"
  45876. "description_string" "#PaintKit_varicamo"
  45877. "description_tag" "#PaintKit_hy_varicamo_night_Tag"
  45878. "style" "2"
  45879. "pattern" "varicamo"
  45880. "color0" "120 125 115"
  45881. "color1" "0 0 0"
  45882. "color2" "55 66 84"
  45883. "color3" "36 36 52"
  45884. "pattern_scale" "2.500000"
  45885. "phongexponent" "32"
  45886. "phongintensity" "10"
  45887. "ignore_weapon_size_scale" "0"
  45888. "only_first_material" "0"
  45889. "pattern_offset_x_start" "0.000000"
  45890. "pattern_offset_x_end" "1.000000"
  45891. "pattern_offset_y_start" "0.000000"
  45892. "pattern_offset_y_end" "1.000000"
  45893. "pattern_rotate_start" "-15.000000"
  45894. "pattern_rotate_end" "15.000000"
  45895. "wear_remap_min" "0.000000"
  45896. "wear_remap_max" "0.600000"
  45897. }
  45898. "237"
  45899. {
  45900. "name" "hy_varicamo_urban"
  45901. "description_string" "#PaintKit_varicamo"
  45902. "description_tag" "#PaintKit_hy_varicamo_urban_Tag"
  45903. "style" "2"
  45904. "pattern" "varicamo"
  45905. "color0" "10 10 10"
  45906. "color1" "133 127 127"
  45907. "color2" "82 82 89"
  45908. "color3" "20 22 21"
  45909. "pattern_scale" "2.500000"
  45910. "phongexponent" "32"
  45911. "phongintensity" "10"
  45912. "ignore_weapon_size_scale" "0"
  45913. "only_first_material" "0"
  45914. "pattern_offset_x_start" "0.000000"
  45915. "pattern_offset_x_end" "1.000000"
  45916. "pattern_offset_y_start" "0.000000"
  45917. "pattern_offset_y_end" "1.000000"
  45918. "pattern_rotate_start" "-15.000000"
  45919. "pattern_rotate_end" "15.000000"
  45920. "wear_remap_min" "0.000000"
  45921. "wear_remap_max" "0.500000"
  45922. }
  45923. "238"
  45924. {
  45925. "name" "hy_varicamo_blue"
  45926. "description_string" "#PaintKit_varicamo"
  45927. "description_tag" "#PaintKit_hy_varicamo_blue_Tag"
  45928. "style" "2"
  45929. "pattern" "varicamo"
  45930. "color0" "0 98 130"
  45931. "color1" "0 55 58"
  45932. "color2" "82 82 89"
  45933. "color3" "20 21 22"
  45934. "pattern_scale" "2.500000"
  45935. "phongexponent" "100"
  45936. "phongintensity" "60"
  45937. "ignore_weapon_size_scale" "0"
  45938. "only_first_material" "0"
  45939. "pattern_offset_x_start" "0.000000"
  45940. "pattern_offset_x_end" "1.000000"
  45941. "pattern_offset_y_start" "0.000000"
  45942. "pattern_offset_y_end" "1.000000"
  45943. "pattern_rotate_start" "-15.000000"
  45944. "pattern_rotate_end" "15.000000"
  45945. "wear_remap_min" "0.000000"
  45946. "wear_remap_max" "0.500000"
  45947. }
  45948. "240"
  45949. {
  45950. "name" "hy_varicamo_desert"
  45951. "description_string" "#PaintKit_varicamo"
  45952. "description_tag" "#PaintKit_hy_varicamo_desert_Tag"
  45953. "style" "2"
  45954. "pattern" "varicamo"
  45955. "color0" "175 163 133"
  45956. "color1" "129 65 40"
  45957. "color2" "117 84 72"
  45958. "color3" "23 20 16"
  45959. "pattern_scale" "2.500000"
  45960. "phongexponent" "32"
  45961. "phongintensity" "10"
  45962. "ignore_weapon_size_scale" "0"
  45963. "only_first_material" "0"
  45964. "pattern_offset_x_start" "0.000000"
  45965. "pattern_offset_x_end" "1.000000"
  45966. "pattern_offset_y_start" "0.000000"
  45967. "pattern_offset_y_end" "1.000000"
  45968. "pattern_rotate_start" "-15.000000"
  45969. "pattern_rotate_end" "15.000000"
  45970. "wear_remap_min" "0.000000"
  45971. "wear_remap_max" "0.600000"
  45972. }
  45973. "241"
  45974. {
  45975. "name" "sp_mesh_slashes"
  45976. "description_string" "#PaintKit_sp_mesh_slashes"
  45977. "description_tag" "#PaintKit_sp_mesh_slashes_Tag"
  45978. "style" "3"
  45979. "pattern" "mesh_fabric"
  45980. "color0" "32 26 19"
  45981. "color1" "43 34 16"
  45982. "color2" "116 100 65"
  45983. "color3" "17 8 0"
  45984. "pattern_scale" "1.000000"
  45985. "phongexponent" "16"
  45986. "phongintensity" "10"
  45987. "ignore_weapon_size_scale" "0"
  45988. "only_first_material" "0"
  45989. "pattern_offset_x_start" "0.000000"
  45990. "pattern_offset_x_end" "1.000000"
  45991. "pattern_offset_y_start" "0.000000"
  45992. "pattern_offset_y_end" "1.000000"
  45993. "pattern_rotate_start" "-10.000000"
  45994. "pattern_rotate_end" "10.000000"
  45995. "wear_remap_min" "0.000000"
  45996. "wear_remap_max" "0.600000"
  45997. }
  45998. "242"
  45999. {
  46000. "name" "sp_mesh_army"
  46001. "description_string" "#PaintKit_sp_mesh_slashes"
  46002. "description_tag" "#PaintKit_sp_mesh_army_Tag"
  46003. "style" "3"
  46004. "pattern" "mesh_fabric"
  46005. "color0" "11 11 11"
  46006. "color1" "36 42 29"
  46007. "color2" "67 33 15"
  46008. "color3" "113 94 56"
  46009. "pattern_scale" "1.000000"
  46010. "phongexponent" "16"
  46011. "phongintensity" "10"
  46012. "ignore_weapon_size_scale" "0"
  46013. "only_first_material" "0"
  46014. "pattern_offset_x_start" "0.000000"
  46015. "pattern_offset_x_end" "1.000000"
  46016. "pattern_offset_y_start" "0.000000"
  46017. "pattern_offset_y_end" "1.000000"
  46018. "pattern_rotate_start" "-10.000000"
  46019. "pattern_rotate_end" "10.000000"
  46020. "wear_remap_min" "0.000000"
  46021. "wear_remap_max" "0.600000"
  46022. }
  46023. "243"
  46024. {
  46025. "name" "sp_mesh_python"
  46026. "description_string" "#PaintKit_sp_mesh_slashes"
  46027. "description_tag" "#PaintKit_sp_mesh_python_Tag"
  46028. "style" "3"
  46029. "pattern" "mesh_fabric"
  46030. "color0" "11 11 11"
  46031. "color1" "58 62 19"
  46032. "color2" "15 30 15"
  46033. "color3" "99 99 37"
  46034. "pattern_scale" "1.000000"
  46035. "phongexponent" "16"
  46036. "phongintensity" "10"
  46037. "ignore_weapon_size_scale" "0"
  46038. "only_first_material" "0"
  46039. "pattern_offset_x_start" "0.000000"
  46040. "pattern_offset_x_end" "1.000000"
  46041. "pattern_offset_y_start" "0.000000"
  46042. "pattern_offset_y_end" "1.000000"
  46043. "pattern_rotate_start" "-10.000000"
  46044. "pattern_rotate_end" "10.000000"
  46045. "wear_remap_min" "0.000000"
  46046. "wear_remap_max" "0.600000"
  46047. }
  46048. "244"
  46049. {
  46050. "name" "sp_mesh_hot_and_cold"
  46051. "description_string" "#PaintKit_sp_mesh_slashes"
  46052. "description_tag" "#PaintKit_sp_mesh_hot_and_cold_Tag"
  46053. "style" "3"
  46054. "pattern" "mesh_fabric"
  46055. "color0" "6 11 37"
  46056. "color1" "9 10 10"
  46057. "color2" "36 45 90"
  46058. "color3" "86 21 36"
  46059. "pattern_scale" "1.000000"
  46060. "phongexponent" "16"
  46061. "phongintensity" "10"
  46062. "ignore_weapon_size_scale" "0"
  46063. "only_first_material" "0"
  46064. "pattern_offset_x_start" "0.000000"
  46065. "pattern_offset_x_end" "1.000000"
  46066. "pattern_offset_y_start" "0.000000"
  46067. "pattern_offset_y_end" "1.000000"
  46068. "pattern_rotate_start" "-10.000000"
  46069. "pattern_rotate_end" "10.000000"
  46070. "wear_remap_min" "0.000000"
  46071. "wear_remap_max" "0.600000"
  46072. }
  46073. "245"
  46074. {
  46075. "name" "sp_spray_army"
  46076. "description_string" "#PaintKit_sp_spray"
  46077. "description_tag" "#PaintKit_sp_spray_army_Tag"
  46078. "pattern" "camo_daubs"
  46079. "style" "3"
  46080. "color0" "19 19 19"
  46081. "color1" "36 42 29"
  46082. "color2" "67 33 15"
  46083. "color3" "113 94 56"
  46084. "phongintensity" "10"
  46085. "pattern_scale" "1.550000"
  46086. "pattern_offset_x_start" "0"
  46087. "pattern_offset_x_end" "1"
  46088. "pattern_offset_y_start" "0"
  46089. "pattern_offset_y_end" "1"
  46090. "pattern_rotate_start" "0"
  46091. "pattern_rotate_end" "360"
  46092. }
  46093. "246"
  46094. {
  46095. "name" "aa_fade_metallic"
  46096. "description_string" "#PaintKit_aa_fade"
  46097. "description_tag" "#PaintKit_aa_fade_metallic_Tag"
  46098. "style" "6"
  46099. "pattern" "fade"
  46100. "color0" "19 19 19"
  46101. "color1" "36 42 29"
  46102. "color2" "67 33 15"
  46103. "color3" "113 94 56"
  46104. "phongalbedoboost" "80"
  46105. "phongexponent" "34"
  46106. "pattern_scale" "1"
  46107. "pattern_offset_x_start" "-0.700000"
  46108. "pattern_offset_x_end" "-0.700000"
  46109. "pattern_offset_y_start" "-0.700000"
  46110. "pattern_offset_y_end" "-0.700000"
  46111. "pattern_rotate_start" "-55"
  46112. "pattern_rotate_end" "-65"
  46113. "ignore_weapon_size_scale" "1"
  46114. "wear_remap_min" "0.000000"
  46115. "wear_remap_max" "0.400000"
  46116. }
  46117. "247"
  46118. {
  46119. "name" "aq_damascus_sg553"
  46120. "description_string" "#PaintKit_aq_damascus"
  46121. "description_tag" "#PaintKit_aq_damascus_Tag"
  46122. "style" "8"
  46123. "pattern" "damascus_sg553"
  46124. "color0" "60 63 66"
  46125. "color1" "58 60 64"
  46126. "color2" "44 45 46"
  46127. "color3" "52 40 32"
  46128. "pattern_scale" "1.000000"
  46129. "phongexponent" "8"
  46130. "phongalbedoboost" "60"
  46131. "ignore_weapon_size_scale" "1"
  46132. "pattern_offset_x_start" "0.000000"
  46133. "pattern_offset_x_end" "0.000000"
  46134. "pattern_offset_y_start" "0.000000"
  46135. "pattern_offset_y_end" "0.000000"
  46136. "pattern_rotate_start" "0.000000"
  46137. "pattern_rotate_end" "0.000000"
  46138. "wear_remap_min" "0.000000"
  46139. "wear_remap_max" "1.000000"
  46140. }
  46141. "248"
  46142. {
  46143. "name" "am_crystallized"
  46144. "description_string" "#PaintKit_am_crystallized"
  46145. "description_tag" "#PaintKit_am_crystallized_red_Tag"
  46146. "style" "5"
  46147. "pattern" "crystallized"
  46148. "color0" "7 0 0"
  46149. "color1" "82 35 7"
  46150. "color2" "19 4 0"
  46151. "color3" "19 4 0"
  46152. "pattern_scale" "5.000000"
  46153. "phongexponent" "4"
  46154. "phongalbedoboost" "80"
  46155. "ignore_weapon_size_scale" "0"
  46156. "pattern_offset_x_start" "0"
  46157. "pattern_offset_x_end" "1"
  46158. "pattern_offset_y_start" "0"
  46159. "pattern_offset_y_end" "1"
  46160. "pattern_rotate_start" "0"
  46161. "pattern_rotate_end" "360"
  46162. "wear_remap_min" "0.000000"
  46163. "wear_remap_max" "0.400000"
  46164. }
  46165. "249"
  46166. {
  46167. "name" "am_crystallized_blue"
  46168. "description_string" "#PaintKit_am_crystallized"
  46169. "description_tag" "#PaintKit_am_crystallized_blue_Tag"
  46170. "style" "5"
  46171. "pattern" "crystallized"
  46172. "color0" "1 2 17"
  46173. "color1" "3 72 107"
  46174. "color2" "0 2 19"
  46175. "color3" "0 5 19"
  46176. "pattern_scale" "5.000000"
  46177. "phongexponent" "4"
  46178. "phongalbedoboost" "80"
  46179. "view_model_exponent_override_size" "256"
  46180. "ignore_weapon_size_scale" "0"
  46181. "pattern_offset_x_start" "0"
  46182. "pattern_offset_x_end" "1"
  46183. "pattern_offset_y_start" "0"
  46184. "pattern_offset_y_end" "1"
  46185. "pattern_rotate_start" "0"
  46186. "pattern_rotate_end" "360"
  46187. "wear_remap_min" "0.000000"
  46188. "wear_remap_max" "0.400000"
  46189. "dialog_config" "7,0,0,1"
  46190. }
  46191. "250"
  46192. {
  46193. "name" "hy_varicamo_red"
  46194. "description_string" "#PaintKit_varicamo"
  46195. "description_tag" "#PaintKit_hy_varicamo_red_Tag"
  46196. "style" "2"
  46197. "pattern" "varicamo"
  46198. "color0" "106 36 14"
  46199. "color1" "47 15 12"
  46200. "color2" "15 5 0"
  46201. "color3" "10 0 1"
  46202. "pattern_scale" "2.500000"
  46203. "phongexponent" "32"
  46204. "phongintensity" "10"
  46205. "ignore_weapon_size_scale" "0"
  46206. "only_first_material" "0"
  46207. "pattern_offset_x_start" "0.000000"
  46208. "pattern_offset_x_end" "1.000000"
  46209. "pattern_offset_y_start" "0.000000"
  46210. "pattern_offset_y_end" "1.000000"
  46211. "pattern_rotate_start" "75.000000"
  46212. "pattern_rotate_end" "105.000000"
  46213. "wear_remap_min" "0.000000"
  46214. "wear_remap_max" "0.600000"
  46215. }
  46216. "251"
  46217. {
  46218. "name" "hy_snakeskin"
  46219. "description_string" "#PaintKit_snakeskin"
  46220. "description_tag" "#PaintKit_hy_snakeskin_Tag"
  46221. "style" "2"
  46222. "pattern" "snakeskin"
  46223. "color0" "65 73 56"
  46224. "color1" "14 51 2"
  46225. "color2" "5 11 0"
  46226. "color3" "64 83 28"
  46227. "pattern_scale" "3.500000"
  46228. "phongexponent" "255"
  46229. "phongintensity" "64"
  46230. "ignore_weapon_size_scale" "0"
  46231. "only_first_material" "0"
  46232. "pattern_offset_x_start" "0.000000"
  46233. "pattern_offset_x_end" "1.000000"
  46234. "pattern_offset_y_start" "0.000000"
  46235. "pattern_offset_y_end" "1.000000"
  46236. "pattern_rotate_start" "0.000000"
  46237. "pattern_rotate_end" "360.000000"
  46238. "wear_remap_min" "0.080000"
  46239. "wear_remap_max" "0.500000"
  46240. }
  46241. "252"
  46242. {
  46243. "name" "am_crystallized_silver"
  46244. "description_string" "#PaintKit_am_crystallized"
  46245. "description_tag" "#PaintKit_am_crystallized_silver_Tag"
  46246. "style" "5"
  46247. "pattern" "crystallized"
  46248. "color0" "17 17 17"
  46249. "color1" "70 70 70"
  46250. "color2" "20 20 20"
  46251. "color3" "22 22 22"
  46252. "pattern_scale" "5.000000"
  46253. "phongexponent" "4"
  46254. "phongalbedoboost" "80"
  46255. "view_model_exponent_override_size" "256"
  46256. "ignore_weapon_size_scale" "0"
  46257. "pattern_offset_x_start" "0"
  46258. "pattern_offset_x_end" "1"
  46259. "pattern_offset_y_start" "0"
  46260. "pattern_offset_y_end" "1"
  46261. "pattern_rotate_start" "0"
  46262. "pattern_rotate_end" "360"
  46263. "wear_remap_min" "0.000000"
  46264. "wear_remap_max" "0.400000"
  46265. }
  46266. "253"
  46267. {
  46268. "name" "aa_fade_grassland"
  46269. "description_string" "#PaintKit_aa_fade"
  46270. "description_tag" "#PaintKit_aa_fade_grassland_Tag"
  46271. "style" "6"
  46272. "pattern" "fade"
  46273. "color0" "19 19 19"
  46274. "color1" "36 42 29"
  46275. "color2" "52 67 15"
  46276. "color3" "113 94 56"
  46277. "pattern_scale" "2.000000"
  46278. "phongexponent" "34"
  46279. "phongalbedoboost" "80"
  46280. "ignore_weapon_size_scale" "1"
  46281. "only_first_material" "1"
  46282. "pattern_offset_x_start" "-2.400000"
  46283. "pattern_offset_x_end" "-2.100000"
  46284. "pattern_offset_y_start" "0.000000"
  46285. "pattern_offset_y_end" "0.000000"
  46286. "pattern_rotate_start" "-55.000000"
  46287. "pattern_rotate_end" "-65.000000"
  46288. "wear_remap_min" "0.000000"
  46289. "wear_remap_max" "0.030000"
  46290. }
  46291. "254"
  46292. {
  46293. "name" "so_orange_accents"
  46294. "description_string" "#PaintKit_so_tangerine"
  46295. "description_tag" "#PaintKit_so_orange_accents_Tag"
  46296. "style" "1"
  46297. "color0" "17 17 17"
  46298. "color1" "35 35 35"
  46299. "color2" "153 64 33"
  46300. "color3" "153 64 33"
  46301. "phongexponent" "192"
  46302. "phongintensity" "60"
  46303. "only_first_material" "0"
  46304. }
  46305. "255"
  46306. {
  46307. "name" "cu_m4_asimov"
  46308. "description_string" "#PaintKit_cu_m4_asimov"
  46309. "description_tag" "#PaintKit_cu_m4_asimov_tag"
  46310. "style" "7"
  46311. "pattern" "zone9_m4"
  46312. "pattern_scale" "1.000000"
  46313. "phongexponent" "180"
  46314. "phongintensity" "255"
  46315. "ignore_weapon_size_scale" "1"
  46316. "only_first_material" "0"
  46317. "pattern_offset_x_start" "0.000000"
  46318. "pattern_offset_x_end" "0.000000"
  46319. "pattern_offset_y_start" "0.000000"
  46320. "pattern_offset_y_end" "0.000000"
  46321. "pattern_rotate_start" "0.000000"
  46322. "pattern_rotate_end" "0.000000"
  46323. "wear_remap_min" "0.180000"
  46324. "wear_remap_max" "1.000000"
  46325. }
  46326. "256"
  46327. {
  46328. "name" "cu_sawedoff_octopump"
  46329. "description_string" "#PaintKit_cu_sawedoff_octopump"
  46330. "description_tag" "#PaintKit_cu_sawedoff_octopump_tag"
  46331. "style" "7"
  46332. "pattern" "octopump"
  46333. "pattern_scale" "1.000000"
  46334. "phongexponent" "70"
  46335. "phongintensity" "5"
  46336. "ignore_weapon_size_scale" "1"
  46337. "only_first_material" "0"
  46338. "pattern_offset_x_start" "0.000000"
  46339. "pattern_offset_x_end" "0.000000"
  46340. "pattern_offset_y_start" "0.000000"
  46341. "pattern_offset_y_end" "0.000000"
  46342. "pattern_rotate_start" "0.000000"
  46343. "pattern_rotate_end" "0.000000"
  46344. "wear_remap_min" "0.000000"
  46345. "wear_remap_max" "0.400000"
  46346. }
  46347. "257"
  46348. {
  46349. "name" "cu_m4a1-s_elegant"
  46350. "description_string" "#PaintKit_cu_m4a1-s_elegant"
  46351. "description_tag" "#PaintKit_cu_m4a1-s_elegant_Tag"
  46352. "style" "7"
  46353. "pattern" "M4A1-S_ct_elegant_update"
  46354. "pattern_scale" "1.000000"
  46355. "phongexponent" "200"
  46356. "phongintensity" "40"
  46357. "ignore_weapon_size_scale" "1"
  46358. "only_first_material" "0"
  46359. "pattern_offset_x_start" "0.000000"
  46360. "pattern_offset_x_end" "0.000000"
  46361. "pattern_offset_y_start" "0.000000"
  46362. "pattern_offset_y_end" "0.000000"
  46363. "pattern_rotate_start" "0.000000"
  46364. "pattern_rotate_end" "0.000000"
  46365. "wear_remap_min" "0.000000"
  46366. "wear_remap_max" "0.500000"
  46367. }
  46368. "258"
  46369. {
  46370. "name" "cu_p250_refined"
  46371. "description_string" "#PaintKit_cu_p250_refined"
  46372. "description_tag" "#PaintKit_cu_p250_refined_Tag"
  46373. "style" "7"
  46374. "pattern" "p250_orange_gun_refined"
  46375. "pattern_scale" "1.000000"
  46376. "phongexponent" "32"
  46377. "phongintensity" "50"
  46378. "ignore_weapon_size_scale" "1"
  46379. "only_first_material" "0"
  46380. "pattern_offset_x_start" "0.000000"
  46381. "pattern_offset_x_end" "0.000000"
  46382. "pattern_offset_y_start" "0.000000"
  46383. "pattern_offset_y_end" "0.000000"
  46384. "pattern_rotate_start" "0.000000"
  46385. "pattern_rotate_end" "0.000000"
  46386. "wear_remap_min" "0.000000"
  46387. "wear_remap_max" "1.000000"
  46388. }
  46389. "259"
  46390. {
  46391. "name" "cu_awp_cobra"
  46392. "description_string" "#PaintKit_cu_awp_cobra"
  46393. "description_tag" "#PaintKit_cu_awp_cobra_tag"
  46394. "style" "7"
  46395. "pattern" "ElegantRedAwpEND"
  46396. "pattern_scale" "1.000000"
  46397. "phongexponent" "32"
  46398. "phongintensity" "0"
  46399. "ignore_weapon_size_scale" "1"
  46400. "only_first_material" "1"
  46401. "pattern_offset_x_start" "0.000000"
  46402. "pattern_offset_x_end" "0.000000"
  46403. "pattern_offset_y_start" "0.000000"
  46404. "pattern_offset_y_end" "0.000000"
  46405. "pattern_rotate_start" "0.000000"
  46406. "pattern_rotate_end" "0.000000"
  46407. "wear_remap_min" "0.100000"
  46408. "wear_remap_max" "0.400000"
  46409. }
  46410. "260"
  46411. {
  46412. "name" "cu_famas_pulse"
  46413. "description_string" "#PaintKit_cu_famas_pulse"
  46414. "description_tag" "#PaintKit_cu_famas_pulse_tag"
  46415. "style" "7"
  46416. "pattern" "triangles"
  46417. "pattern_scale" "2.000000"
  46418. "phongexponent" "32"
  46419. "phongintensity" "60"
  46420. "ignore_weapon_size_scale" "1"
  46421. "only_first_material" "0"
  46422. "pattern_offset_x_start" "0.000000"
  46423. "pattern_offset_x_end" "0.000000"
  46424. "pattern_offset_y_start" "0.050000"
  46425. "pattern_offset_y_end" "0.050000"
  46426. "pattern_rotate_start" "0.000000"
  46427. "pattern_rotate_end" "0.000000"
  46428. "wear_remap_min" "0.000000"
  46429. "wear_remap_max" "0.400000"
  46430. }
  46431. "261"
  46432. {
  46433. "name" "hy_marina_sunrise"
  46434. "description_string" "#PaintKit_hy_marina_sunrise"
  46435. "description_tag" "#PaintKit_hy_marina_sunrise_tag"
  46436. "style" "2"
  46437. "pattern" "peacepolar"
  46438. "color0" "16 32 67"
  46439. "color1" "178 146 15"
  46440. "color2" "25 44 78"
  46441. "color3" "207 141 26"
  46442. "pattern_scale" "3.000000"
  46443. "phongexponent" "32"
  46444. "phongintensity" "0"
  46445. "ignore_weapon_size_scale" "0"
  46446. "only_first_material" "0"
  46447. "pattern_offset_x_start" "0.000000"
  46448. "pattern_offset_x_end" "1.000000"
  46449. "pattern_offset_y_start" "0.000000"
  46450. "pattern_offset_y_end" "1.000000"
  46451. "pattern_rotate_start" "0.000000"
  46452. "pattern_rotate_end" "360.000000"
  46453. "wear_remap_min" "0.050000"
  46454. "wear_remap_max" "0.500000"
  46455. }
  46456. "262"
  46457. {
  46458. "name" "am_thorny_rose_mp9"
  46459. "description_string" "#PaintKit_am_thorny_rose_mp9"
  46460. "description_tag" "#PaintKit_am_thorny_rose_mp9_tag"
  46461. "style" "5"
  46462. "pattern" "Thorns_and_roses_sketch9b"
  46463. "color0" "0 0 0"
  46464. "color1" "25 25 25"
  46465. "color2" "214 125 0"
  46466. "color3" "169 46 63"
  46467. "pattern_scale" "3.000000"
  46468. "phongexponent" "32"
  46469. "phongalbedoboost" "20"
  46470. "view_model_exponent_override_size" "256"
  46471. "ignore_weapon_size_scale" "0"
  46472. "only_first_material" "0"
  46473. "pattern_offset_x_start" "0.750000"
  46474. "pattern_offset_x_end" "0.900000"
  46475. "pattern_offset_y_start" "0.180000"
  46476. "pattern_offset_y_end" "0.220000"
  46477. "pattern_rotate_start" "0.000000"
  46478. "pattern_rotate_end" "0.000000"
  46479. "wear_remap_min" "0.000000"
  46480. "wear_remap_max" "0.300000"
  46481. }
  46482. "263"
  46483. {
  46484. "name" "cu_skull_nova"
  46485. "description_string" "#PaintKit_cu_skull_nova"
  46486. "description_tag" "#PaintKit_cu_skull_nova_tag"
  46487. "style" "7"
  46488. "pattern" "nova_skull_16"
  46489. "pattern_scale" "1.000000"
  46490. "phongexponent" "32"
  46491. "phongintensity" "55"
  46492. "ignore_weapon_size_scale" "1"
  46493. "only_first_material" "0"
  46494. "pattern_offset_x_start" "0.000000"
  46495. "pattern_offset_x_end" "0.000000"
  46496. "pattern_offset_y_start" "0.000000"
  46497. "pattern_offset_y_end" "0.000000"
  46498. "pattern_rotate_start" "0.000000"
  46499. "pattern_rotate_end" "0.000000"
  46500. "wear_remap_min" "0.000000"
  46501. "wear_remap_max" "0.500000"
  46502. }
  46503. "264"
  46504. {
  46505. "name" "cu_sandstorm"
  46506. "description_string" "#PaintKit_cu_sandstorm"
  46507. "description_tag" "#PaintKit_cu_sandstorm_tag"
  46508. "style" "7"
  46509. "pattern" "underwater"
  46510. "pattern_scale" "0.500000"
  46511. "phongexponent" "150"
  46512. "phongintensity" "100"
  46513. "ignore_weapon_size_scale" "1"
  46514. "pattern_offset_x_start" "0.000000"
  46515. "pattern_offset_x_end" "0.500000"
  46516. "pattern_offset_y_start" "0.000000"
  46517. "pattern_offset_y_end" "0.500000"
  46518. "pattern_rotate_start" "0.000000"
  46519. "pattern_rotate_end" "0.000000"
  46520. "wear_remap_min" "0.100000"
  46521. "wear_remap_max" "0.600000"
  46522. }
  46523. "265"
  46524. {
  46525. "name" "hy_kami"
  46526. "description_string" "#PaintKit_hy_kami"
  46527. "description_tag" "#PaintKit_hy_kami_tag"
  46528. "style" "2"
  46529. "pattern" "kami"
  46530. "color0" "218 208 183"
  46531. "color1" "31 33 28"
  46532. "color2" "34 38 37"
  46533. "color3" "37 38 42"
  46534. "pattern_scale" "1.000000"
  46535. "phongexponent" "165"
  46536. "phongintensity" "2"
  46537. "ignore_weapon_size_scale" "1"
  46538. "only_first_material" "0"
  46539. "pattern_offset_x_start" "0.000000"
  46540. "pattern_offset_x_end" "1.000000"
  46541. "pattern_offset_y_start" "0.000000"
  46542. "pattern_offset_y_end" "1.000000"
  46543. "pattern_rotate_start" "10.000000"
  46544. "pattern_rotate_end" "360.000000"
  46545. "wear_remap_min" "0.000000"
  46546. "wear_remap_max" "0.300000"
  46547. "dialog_config" "6,0,0,1"
  46548. }
  46549. "266"
  46550. {
  46551. "name" "aq_obsidian"
  46552. "description_string" "#PaintKit_aq_obsidian"
  46553. "description_tag" "#PaintKit_aq_obsidian_tag"
  46554. "style" "8"
  46555. "pattern" "01-tex2b"
  46556. "color0" "90 62 50"
  46557. "color1" "77 46 40"
  46558. "color2" "68 72 70"
  46559. "color3" "121 142 135"
  46560. "pattern_scale" "4.000000"
  46561. "phongexponent" "10"
  46562. "phongalbedoboost" "60"
  46563. "ignore_weapon_size_scale" "1"
  46564. "pattern_offset_x_start" "0.000000"
  46565. "pattern_offset_x_end" "1.000000"
  46566. "pattern_offset_y_start" "0.000000"
  46567. "pattern_offset_y_end" "1.000000"
  46568. "pattern_rotate_start" "0.000000"
  46569. "pattern_rotate_end" "360.000000"
  46570. "wear_remap_min" "0.000000"
  46571. "wear_remap_max" "0.700000"
  46572. }
  46573. "267"
  46574. {
  46575. "name" "am_turqoise_halftone"
  46576. "description_string" "#PaintKit_am_turqoise_halftone"
  46577. "description_tag" "#PaintKit_am_turqoise_halftone_tag"
  46578. "style" "5"
  46579. "pattern" "patterns"
  46580. "color0" "78 139 144"
  46581. "color1" "55 58 62"
  46582. "color2" "47 51 61"
  46583. "color3" "54 58 64"
  46584. "pattern_scale" "4.000000"
  46585. "phongexponent" "64"
  46586. "phongalbedoboost" "0"
  46587. "view_model_exponent_override_size" "256"
  46588. "ignore_weapon_size_scale" "0"
  46589. "only_first_material" "0"
  46590. "pattern_offset_x_start" "0.000000"
  46591. "pattern_offset_x_end" "1.000000"
  46592. "pattern_offset_y_start" "0.000000"
  46593. "pattern_offset_y_end" "1.000000"
  46594. "pattern_rotate_start" "0.000000"
  46595. "pattern_rotate_end" "360.000000"
  46596. "wear_remap_min" "0.050000"
  46597. "wear_remap_max" "0.450000"
  46598. }
  46599. "268"
  46600. {
  46601. "name" "am_diamond_plate"
  46602. "description_string" "#PaintKit_am_diamond_plate"
  46603. "description_tag" "#PaintKit_am_diamond_plate_Tag"
  46604. "style" "5"
  46605. "pattern" "diamond_plate"
  46606. "color0" "25 25 25"
  46607. "color1" "28 28 28"
  46608. "color2" "65 65 65"
  46609. "color3" "46 46 46"
  46610. "pattern_scale" "64.000000"
  46611. "phongexponent" "160"
  46612. "phongalbedoboost" "80"
  46613. "view_model_exponent_override_size" "1024"
  46614. "ignore_weapon_size_scale" "0"
  46615. "only_first_material" "0"
  46616. "pattern_offset_x_start" "0.000000"
  46617. "pattern_offset_x_end" "1.000000"
  46618. "pattern_offset_y_start" "0.000000"
  46619. "pattern_offset_y_end" "1.000000"
  46620. "pattern_rotate_start" "45.000000"
  46621. "pattern_rotate_end" "45.000000"
  46622. "wear_remap_min" "0.000000"
  46623. "wear_remap_max" "0.200000"
  46624. }
  46625. "269"
  46626. {
  46627. "name" "am_fuschia"
  46628. "description_string" "#PaintKit_am_fuschia"
  46629. "description_tag" "#PaintKit_am_fuschia_Tag"
  46630. "style" "5"
  46631. "pattern" "solid"
  46632. "color0" "74 9 47"
  46633. "color1" "39 39 39"
  46634. "color2" "32 32 32"
  46635. "color3" "55 55 55"
  46636. "pattern_scale" "0.000000"
  46637. "phongexponent" "160"
  46638. "phongalbedoboost" "60"
  46639. "view_model_exponent_override_size" "256"
  46640. "only_first_material" "0"
  46641. "pattern_offset_x_start" "0.000000"
  46642. "pattern_offset_x_end" "0.000000"
  46643. "pattern_offset_y_start" "0.000000"
  46644. "pattern_offset_y_end" "0.000000"
  46645. "pattern_rotate_start" "0.000000"
  46646. "pattern_rotate_end" "0.000000"
  46647. "wear_remap_min" "0.000000"
  46648. "wear_remap_max" "0.400000"
  46649. }
  46650. "270"
  46651. {
  46652. "name" "aq_etched_cz75"
  46653. "description_string" "#PaintKit_aq_etched_cz75"
  46654. "description_tag" "#PaintKit_aq_etched_cz75_Tag"
  46655. "style" "8"
  46656. "pattern" "etched_cz75"
  46657. "normal" "etched_cz75_normal"
  46658. "use_normal" "1"
  46659. "color0" "255 255 255"
  46660. "color1" "255 255 255"
  46661. "color2" "184 188 192"
  46662. "color3" "58 58 71"
  46663. "pattern_scale" "1.000000"
  46664. "phongexponent" "120"
  46665. "phongalbedoboost" "20"
  46666. "ignore_weapon_size_scale" "1"
  46667. "only_first_material" "0"
  46668. "pattern_offset_x_start" "0.000000"
  46669. "pattern_offset_x_end" "0.000000"
  46670. "pattern_offset_y_start" "0.000000"
  46671. "pattern_offset_y_end" "0.000000"
  46672. "pattern_rotate_start" "0.000000"
  46673. "pattern_rotate_end" "0.000000"
  46674. "wear_remap_min" "0.000000"
  46675. "wear_remap_max" "0.750000"
  46676. }
  46677. "271"
  46678. {
  46679. "name" "am_p250_beaded_paint"
  46680. "description_string" "#PaintKit_am_p250_beaded_paint"
  46681. "description_tag" "#PaintKit_am_p250_beaded_paint_Tag"
  46682. "style" "5"
  46683. "pattern" "p250_beaded_paint"
  46684. "color0" "4 4 4"
  46685. "color1" "4 54 74"
  46686. "color2" "10 10 10"
  46687. "color3" "25 25 25"
  46688. "pattern_scale" "1.000000"
  46689. "phongexponent" "160"
  46690. "phongalbedoboost" "60"
  46691. "view_model_exponent_override_size" "256"
  46692. "ignore_weapon_size_scale" "1"
  46693. "only_first_material" "0"
  46694. "pattern_offset_x_start" "0.000000"
  46695. "pattern_offset_x_end" "0.000000"
  46696. "pattern_offset_y_start" "0.000000"
  46697. "pattern_offset_y_end" "0.000000"
  46698. "pattern_rotate_start" "0.000000"
  46699. "pattern_rotate_end" "0.000000"
  46700. "wear_remap_min" "0.000000"
  46701. "wear_remap_max" "0.200000"
  46702. }
  46703. "272"
  46704. {
  46705. "name" "am_fluted_tec9"
  46706. "description_string" "#PaintKit_am_fluted_tec9"
  46707. "description_tag" "#PaintKit_am_fluted_tec9_Tag"
  46708. "style" "5"
  46709. "pattern" "fluted_tec9"
  46710. "color0" "2 19 36"
  46711. "color1" "29 29 29"
  46712. "color2" "19 19 19"
  46713. "color3" "57 57 57"
  46714. "pattern_scale" "1.000000"
  46715. "phongexponent" "160"
  46716. "phongalbedoboost" "20"
  46717. "view_model_exponent_override_size" "1024"
  46718. "ignore_weapon_size_scale" "1"
  46719. "only_first_material" "0"
  46720. "pattern_offset_x_start" "0.000000"
  46721. "pattern_offset_x_end" "0.000000"
  46722. "pattern_offset_y_start" "0.000000"
  46723. "pattern_offset_y_end" "0.000000"
  46724. "pattern_rotate_start" "0.000000"
  46725. "pattern_rotate_end" "0.000000"
  46726. "wear_remap_min" "0.000000"
  46727. "wear_remap_max" "0.200000"
  46728. }
  46729. "273"
  46730. {
  46731. "name" "aq_engraved_deagle"
  46732. "description_string" "#PaintKit_aq_engraved_deagle"
  46733. "description_tag" "#PaintKit_aq_engraved_deagle_Tag"
  46734. "style" "8"
  46735. "pattern" "etched_deagle"
  46736. "color0" "255 255 255"
  46737. "color1" "255 255 255"
  46738. "color2" "185 190 197"
  46739. "color3" "125 120 120"
  46740. "pattern_scale" "1.000000"
  46741. "phongexponent" "16"
  46742. "phongalbedoboost" "8"
  46743. "ignore_weapon_size_scale" "1"
  46744. "only_first_material" "0"
  46745. "pattern_offset_x_start" "0.000000"
  46746. "pattern_offset_x_end" "0.000000"
  46747. "pattern_offset_y_start" "0.000000"
  46748. "pattern_offset_y_end" "0.000000"
  46749. "pattern_rotate_start" "0.000000"
  46750. "pattern_rotate_end" "0.000000"
  46751. "wear_remap_min" "0.000000"
  46752. "wear_remap_max" "0.800000"
  46753. }
  46754. "274"
  46755. {
  46756. "name" "am_copper_flecks"
  46757. "description_string" "#PaintKit_am_copper_flecks"
  46758. "description_tag" "#PaintKit_am_copper_flecks_Tag"
  46759. "style" "5"
  46760. "pattern" "noise"
  46761. "color0" "16 7 2"
  46762. "color1" "25 2 2"
  46763. "color2" "49 30 9"
  46764. "color3" "32 25 7"
  46765. "pattern_scale" "8.000000"
  46766. "phongexponent" "32"
  46767. "phongalbedoboost" "80"
  46768. "view_model_exponent_override_size" "1024"
  46769. "ignore_weapon_size_scale" "0"
  46770. "only_first_material" "0"
  46771. "pattern_offset_x_start" "0.000000"
  46772. "pattern_offset_x_end" "1.000000"
  46773. "pattern_offset_y_start" "0.000000"
  46774. "pattern_offset_y_end" "1.000000"
  46775. "pattern_rotate_start" "0.000000"
  46776. "pattern_rotate_end" "360.000000"
  46777. "wear_remap_min" "0.000000"
  46778. "wear_remap_max" "0.200000"
  46779. }
  46780. "275"
  46781. {
  46782. "name" "hy_poly_camo"
  46783. "description_string" "#PaintKit_hy_poly_camo"
  46784. "description_tag" "#PaintKit_hy_poly_camo_Tag"
  46785. "style" "2"
  46786. "pattern" "poly_camo"
  46787. "color0" "83 58 58"
  46788. "color1" "35 26 33"
  46789. "color2" "67 0 0"
  46790. "color3" "52 0 0"
  46791. "pattern_scale" "2.000000"
  46792. "phongexponent" "32"
  46793. "phongintensity" "40"
  46794. "ignore_weapon_size_scale" "1"
  46795. "only_first_material" "0"
  46796. "pattern_offset_x_start" "0.000000"
  46797. "pattern_offset_x_end" "1.000000"
  46798. "pattern_offset_y_start" "0.000000"
  46799. "pattern_offset_y_end" "1.000000"
  46800. "pattern_rotate_start" "0.000000"
  46801. "pattern_rotate_end" "360.000000"
  46802. "wear_remap_min" "0.000000"
  46803. "wear_remap_max" "0.700000"
  46804. }
  46805. "276"
  46806. {
  46807. "name" "so_panther"
  46808. "description_string" "#PaintKit_so_panther"
  46809. "description_tag" "#PaintKit_so_panther_Tag"
  46810. "style" "1"
  46811. "color0" "64 12 12 255"
  46812. "color1" "16 16 16 255"
  46813. "color2" "53 53 53"
  46814. "color3" "16 16 16"
  46815. "phongexponent" "127"
  46816. "phongintensity" "10"
  46817. "only_first_material" "0"
  46818. "wear_remap_min" "0.000000"
  46819. "wear_remap_max" "0.580000"
  46820. }
  46821. "277"
  46822. {
  46823. "name" "aq_usp_stainless"
  46824. "description_string" "#PaintKit_aq_usp_stainless"
  46825. "description_tag" "#PaintKit_aq_usp_stainless_Tag"
  46826. "style" "8"
  46827. "pattern" "silver_usp"
  46828. "color0" "255 255 255"
  46829. "color1" "255 255 255"
  46830. "color2" "219 219 219"
  46831. "color3" "75 72 68"
  46832. "pattern_scale" "1.000000"
  46833. "phongexponent" "32"
  46834. "phongalbedoboost" "20"
  46835. "ignore_weapon_size_scale" "1"
  46836. "only_first_material" "0"
  46837. "pattern_offset_x_start" "0.000000"
  46838. "pattern_offset_x_end" "0.000000"
  46839. "pattern_offset_y_start" "0.000000"
  46840. "pattern_offset_y_end" "0.000000"
  46841. "pattern_rotate_start" "0.000000"
  46842. "pattern_rotate_end" "0.000000"
  46843. "wear_remap_min" "0.000000"
  46844. "wear_remap_max" "0.800000"
  46845. }
  46846. "278"
  46847. {
  46848. "name" "hy_craquelure"
  46849. "description_string" "#PaintKit_hy_craquelure"
  46850. "description_tag" "#PaintKit_hy_craquelure_Tag"
  46851. "style" "2"
  46852. "pattern" "craquelure"
  46853. "color0" "17 32 81"
  46854. "color1" "16 16 16 255"
  46855. "color2" "62 57 67"
  46856. "color3" "16 16 16"
  46857. "pattern_scale" "1.000000"
  46858. "phongexponent" "127"
  46859. "phongintensity" "10"
  46860. "ignore_weapon_size_scale" "1"
  46861. "only_first_material" "0"
  46862. "pattern_offset_x_start" "0.000000"
  46863. "pattern_offset_x_end" "0.000000"
  46864. "pattern_offset_y_start" "0.000000"
  46865. "pattern_offset_y_end" "0.000000"
  46866. "pattern_rotate_start" "0.000000"
  46867. "pattern_rotate_end" "0.000000"
  46868. "wear_remap_min" "0.060000"
  46869. "wear_remap_max" "0.580000"
  46870. }
  46871. "279"
  46872. {
  46873. "name" "cu_awp_asimov"
  46874. "description_string" "#PaintKit_cu_m4_asimov"
  46875. "description_tag" "#PaintKit_cu_m4_asimov_tag"
  46876. "style" "7"
  46877. "pattern" "zone9_awp"
  46878. "pattern_scale" "1.000000"
  46879. "phongexponent" "180"
  46880. "phongintensity" "255"
  46881. "ignore_weapon_size_scale" "1"
  46882. "only_first_material" "0"
  46883. "pattern_offset_x_start" "0.000000"
  46884. "pattern_offset_x_end" "0.000000"
  46885. "pattern_offset_y_start" "0.000000"
  46886. "pattern_offset_y_end" "0.000000"
  46887. "pattern_rotate_start" "0.000000"
  46888. "pattern_rotate_end" "0.000000"
  46889. "wear_remap_min" "0.180000"
  46890. "wear_remap_max" "1.000000"
  46891. }
  46892. "280"
  46893. {
  46894. "name" "cu_aug_chameleonaire"
  46895. "description_string" "#PaintKit_cu_aug_chameleonaire"
  46896. "description_tag" "#PaintKit_cu_aug_chameleonaire_tag"
  46897. "style" "7"
  46898. "pattern" "Chameleonaire"
  46899. "pattern_scale" "1.000000"
  46900. "phongexponent" "255"
  46901. "phongintensity" "33"
  46902. "ignore_weapon_size_scale" "1"
  46903. "only_first_material" "0"
  46904. "pattern_offset_x_start" "0.000000"
  46905. "pattern_offset_x_end" "0.000000"
  46906. "pattern_offset_y_start" "0.000000"
  46907. "pattern_offset_y_end" "0.000000"
  46908. "pattern_rotate_start" "0.000000"
  46909. "pattern_rotate_end" "0.000000"
  46910. "wear_remap_min" "0.000000"
  46911. "wear_remap_max" "0.500000"
  46912. }
  46913. "281"
  46914. {
  46915. "name" "cu_ump_corporal"
  46916. "description_string" "#PaintKit_cu_ump_corporal"
  46917. "description_tag" "#PaintKit_cu_ump_corporal_tag"
  46918. "style" "7"
  46919. "pattern" "corporal_ump-45"
  46920. "pattern_scale" "1.000000"
  46921. "phongexponent" "50"
  46922. "phongintensity" "100"
  46923. "ignore_weapon_size_scale" "1"
  46924. "only_first_material" "0"
  46925. "pattern_offset_x_start" "0.000000"
  46926. "pattern_offset_x_end" "0.000000"
  46927. "pattern_offset_y_start" "0.000000"
  46928. "pattern_offset_y_end" "0.000000"
  46929. "pattern_rotate_start" "0.000000"
  46930. "pattern_rotate_end" "0.000000"
  46931. "wear_remap_min" "0.050000"
  46932. "wear_remap_max" "0.750000"
  46933. }
  46934. "282"
  46935. {
  46936. "name" "cu_ak47_cobra"
  46937. "description_string" "#PaintKit_cu_awp_cobra"
  46938. "description_tag" "#PaintKit_cu_awp_cobra_tag"
  46939. "style" "7"
  46940. "pattern" "ElegantREDV1.1"
  46941. "pattern_scale" "1.000000"
  46942. "phongexponent" "150"
  46943. "phongintensity" "10"
  46944. "ignore_weapon_size_scale" "1"
  46945. "only_first_material" "0"
  46946. "pattern_offset_x_start" "0.000000"
  46947. "pattern_offset_x_end" "0.000000"
  46948. "pattern_offset_y_start" "0.000000"
  46949. "pattern_offset_y_end" "0.000000"
  46950. "pattern_rotate_start" "0.000000"
  46951. "pattern_rotate_end" "0.000000"
  46952. "wear_remap_min" "0.100000"
  46953. "wear_remap_max" "0.700000"
  46954. }
  46955. "283"
  46956. {
  46957. "name" "cu_p90_trigon"
  46958. "description_string" "#PaintKit_cu_p90_trigon"
  46959. "description_tag" "#PaintKit_cu_p90_trigon_tag"
  46960. "style" "7"
  46961. "pattern" "faceit_p90"
  46962. "pattern_scale" "1.000000"
  46963. "phongexponent" "255"
  46964. "phongintensity" "200"
  46965. "ignore_weapon_size_scale" "1"
  46966. "only_first_material" "0"
  46967. "pattern_offset_x_start" "0.000000"
  46968. "pattern_offset_x_end" "0.000000"
  46969. "pattern_offset_y_start" "0.000000"
  46970. "pattern_offset_y_end" "0.000000"
  46971. "pattern_rotate_start" "0.000000"
  46972. "pattern_rotate_end" "0.000000"
  46973. "wear_remap_min" "0.080000"
  46974. "wear_remap_max" "0.750000"
  46975. }
  46976. "284"
  46977. {
  46978. "name" "cu_mac10_redhot"
  46979. "description_string" "#PaintKit_cu_mac10_redhot"
  46980. "description_tag" "#PaintKit_cu_mac10_redhot_tag"
  46981. "style" "7"
  46982. "pattern" "MAC-10 REDHOT"
  46983. "pattern_scale" "1.000000"
  46984. "phongexponent" "120"
  46985. "phongintensity" "100"
  46986. "ignore_weapon_size_scale" "1"
  46987. "only_first_material" "0"
  46988. "pattern_offset_x_start" "0.000000"
  46989. "pattern_offset_x_end" "0.000000"
  46990. "pattern_offset_y_start" "0.000000"
  46991. "pattern_offset_y_end" "0.000000"
  46992. "pattern_rotate_start" "0.000000"
  46993. "pattern_rotate_end" "0.000000"
  46994. "wear_remap_min" "0.000000"
  46995. "wear_remap_max" "1.000000"
  46996. }
  46997. "285"
  46998. {
  46999. "name" "sp_negev_turq_terrain"
  47000. "description_string" "#PaintKit_sp_negev_turq_terrain"
  47001. "description_tag" "#PaintKit_sp_negev_turq_terrain_tag"
  47002. "style" "3"
  47003. "pattern" "terrain_pattern"
  47004. "color0" "41 41 41"
  47005. "color1" "25 25 25"
  47006. "color2" "15 96 90"
  47007. "color3" "19 19 19"
  47008. "pattern_scale" "1.500000"
  47009. "phongexponent" "100"
  47010. "phongintensity" "50"
  47011. "ignore_weapon_size_scale" "0"
  47012. "only_first_material" "0"
  47013. "pattern_offset_x_start" "0.000000"
  47014. "pattern_offset_x_end" "1.000000"
  47015. "pattern_offset_y_start" "0.000000"
  47016. "pattern_offset_y_end" "1.000000"
  47017. "pattern_rotate_start" "0.000000"
  47018. "pattern_rotate_end" "360.000000"
  47019. "wear_remap_min" "0.000000"
  47020. "wear_remap_max" "0.450000"
  47021. }
  47022. "286"
  47023. {
  47024. "name" "cu_nova_antique"
  47025. "description_string" "#PaintKit_cu_nova_antique"
  47026. "description_tag" "#PaintKit_cu_nova_antique_tag"
  47027. "style" "7"
  47028. "pattern" "nova antique"
  47029. "pattern_scale" "1.000000"
  47030. "phongexponent" "192"
  47031. "phongintensity" "20"
  47032. "ignore_weapon_size_scale" "1"
  47033. "only_first_material" "0"
  47034. "pattern_offset_x_start" "0.000000"
  47035. "pattern_offset_x_end" "0.000000"
  47036. "pattern_offset_y_start" "0.000000"
  47037. "pattern_offset_y_end" "0.000000"
  47038. "pattern_rotate_start" "0.000000"
  47039. "pattern_rotate_end" "0.000000"
  47040. "wear_remap_min" "0.000000"
  47041. "wear_remap_max" "0.300000"
  47042. }
  47043. "287"
  47044. {
  47045. "name" "cu_sg553_pulse"
  47046. "description_string" "#PaintKit_cu_famas_pulse"
  47047. "description_tag" "#PaintKit_cu_famas_pulse_tag"
  47048. "style" "7"
  47049. "pattern" "triangles"
  47050. "pattern_scale" "2.000000"
  47051. "phongexponent" "32"
  47052. "phongintensity" "60"
  47053. "ignore_weapon_size_scale" "1"
  47054. "only_first_material" "0"
  47055. "pattern_offset_x_start" "0.200000"
  47056. "pattern_offset_x_end" "0.300000"
  47057. "pattern_offset_y_start" "0.300000"
  47058. "pattern_offset_y_end" "0.400000"
  47059. "pattern_rotate_start" "45.000000"
  47060. "pattern_rotate_end" "45.000000"
  47061. "wear_remap_min" "0.100000"
  47062. "wear_remap_max" "0.600000"
  47063. }
  47064. "288"
  47065. {
  47066. "name" "an_famas_sgt"
  47067. "description_string" "#PaintKit_an_famas_sgt"
  47068. "description_tag" "#PaintKit_an_famas_sgt_tag"
  47069. "style" "8"
  47070. "pattern" "staffsgt_famas"
  47071. "color0" "138 124 120"
  47072. "color1" "120 120 120"
  47073. "color2" "255 255 255"
  47074. "color3" "119 104 104"
  47075. "pattern_scale" "1.000000"
  47076. "phongexponent" "180"
  47077. "phongalbedoboost" "45"
  47078. "ignore_weapon_size_scale" "1"
  47079. "only_first_material" "0"
  47080. "pattern_offset_x_start" "0.000000"
  47081. "pattern_offset_x_end" "0.000000"
  47082. "pattern_offset_y_start" "0.000000"
  47083. "pattern_offset_y_end" "0.000000"
  47084. "pattern_rotate_start" "0.000000"
  47085. "pattern_rotate_end" "0.000000"
  47086. "wear_remap_min" "0.100000"
  47087. "wear_remap_max" "1.000000"
  47088. }
  47089. "289"
  47090. {
  47091. "name" "cu_tec9_sandstorm"
  47092. "description_string" "#PaintKit_cu_sandstorm"
  47093. "description_tag" "#PaintKit_cu_sandstorm_tag"
  47094. "style" "7"
  47095. "pattern" "underwater"
  47096. "pattern_scale" "0.500000"
  47097. "phongexponent" "150"
  47098. "phongintensity" "100"
  47099. "ignore_weapon_size_scale" "1"
  47100. "pattern_offset_x_start" "0.000000"
  47101. "pattern_offset_x_end" "0.000000"
  47102. "pattern_offset_y_start" "0.000000"
  47103. "pattern_offset_y_end" "0.500000"
  47104. "pattern_rotate_start" "0.000000"
  47105. "pattern_rotate_end" "0.500000"
  47106. "wear_remap_min" "0.100000"
  47107. "wear_remap_max" "0.700000"
  47108. }
  47109. "290"
  47110. {
  47111. "name" "cu_usp_elegant"
  47112. "description_string" "#PaintKit_cu_usp-s_elegant"
  47113. "description_tag" "#PaintKit_cu_m4a1-s_elegant_Tag"
  47114. "style" "7"
  47115. "pattern" "USP-S_ct_elegant_update"
  47116. "pattern_scale" "1.000000"
  47117. "phongexponent" "200"
  47118. "phongintensity" "30"
  47119. "ignore_weapon_size_scale" "1"
  47120. "only_first_material" "0"
  47121. "pattern_offset_x_start" "0.000000"
  47122. "pattern_offset_x_end" "0.000000"
  47123. "pattern_offset_y_start" "0.000000"
  47124. "pattern_offset_y_end" "0.000000"
  47125. "pattern_rotate_start" "0.000000"
  47126. "pattern_rotate_end" "0.000000"
  47127. "wear_remap_min" "0.000000"
  47128. "wear_remap_max" "0.380000"
  47129. }
  47130. "291"
  47131. {
  47132. "name" "cu_mag7_heaven"
  47133. "description_string" "#PaintKit_cu_mag7_heaven"
  47134. "description_tag" "#PaintKit_cu_mag7_heaven_tag"
  47135. "style" "7"
  47136. "pattern" "m2"
  47137. "pattern_scale" "1.000000"
  47138. "phongexponent" "100"
  47139. "phongintensity" "75"
  47140. "ignore_weapon_size_scale" "1"
  47141. "only_first_material" "1"
  47142. "pattern_offset_x_start" "0.000000"
  47143. "pattern_offset_x_end" "0.000000"
  47144. "pattern_offset_y_start" "0.000000"
  47145. "pattern_offset_y_end" "0.000000"
  47146. "pattern_rotate_start" "0.000000"
  47147. "pattern_rotate_end" "0.000000"
  47148. "wear_remap_min" "0.000000"
  47149. "wear_remap_max" "0.400000"
  47150. }
  47151. "293"
  47152. {
  47153. "name" "hy_nerodia"
  47154. "description_string" "#PaintKit_snakeskin"
  47155. "description_tag" "#PaintKit_hy_nerodia_Tag"
  47156. "style" "2"
  47157. "pattern" "snakeskin"
  47158. "color0" "118 115 111"
  47159. "color1" "86 78 68"
  47160. "color2" "25 22 21"
  47161. "color3" "158 141 111"
  47162. "pattern_scale" "7.000000"
  47163. "phongexponent" "255"
  47164. "phongintensity" "32"
  47165. "ignore_weapon_size_scale" "0"
  47166. "only_first_material" "0"
  47167. "pattern_offset_x_start" "0.000000"
  47168. "pattern_offset_x_end" "1.000000"
  47169. "pattern_offset_y_start" "0.000000"
  47170. "pattern_offset_y_end" "1.000000"
  47171. "pattern_rotate_start" "0.000000"
  47172. "pattern_rotate_end" "360.000000"
  47173. "wear_remap_min" "0.080000"
  47174. "wear_remap_max" "0.500000"
  47175. }
  47176. "294"
  47177. {
  47178. "name" "so_green"
  47179. "description_string" "#PaintKit_so_green"
  47180. "description_tag" "#PaintKit_so_green_Tag"
  47181. "style" "1"
  47182. "color0" "32 32 32"
  47183. "color1" "31 62 19"
  47184. "color2" "32 32 32"
  47185. "color3" "32 32 32 255"
  47186. "phongexponent" "255"
  47187. "phongintensity" "80"
  47188. "only_first_material" "0"
  47189. "wear_remap_min" "0.000000"
  47190. "wear_remap_max" "0.300000"
  47191. "dialog_config" "7,0,0,1"
  47192. }
  47193. "295"
  47194. {
  47195. "name" "cu_money"
  47196. "description_string" "#PaintKit_cu_money"
  47197. "description_tag" "#PaintKit_cu_money_Tag"
  47198. "style" "7"
  47199. "pattern" "money"
  47200. "pattern_scale" "3.000000"
  47201. "phongexponent" "255"
  47202. "phongintensity" "255"
  47203. "ignore_weapon_size_scale" "0"
  47204. "only_first_material" "0"
  47205. "pattern_offset_x_start" "0.000000"
  47206. "pattern_offset_x_end" "1.000000"
  47207. "pattern_offset_y_start" "0.000000"
  47208. "pattern_offset_y_end" "1.000000"
  47209. "pattern_rotate_start" "0.000000"
  47210. "pattern_rotate_end" "360.000000"
  47211. "wear_remap_min" "0.000000"
  47212. "wear_remap_max" "0.400000"
  47213. }
  47214. "296"
  47215. {
  47216. "name" "am_crystallized_dark"
  47217. "description_string" "#PaintKit_am_crystallized"
  47218. "description_tag" "#PaintKit_am_crystallized_dark_Tag"
  47219. "style" "5"
  47220. "pattern" "crystallized"
  47221. "color0" "20 20 20"
  47222. "color1" "48 44 33"
  47223. "color2" "61 57 36"
  47224. "color3" "38 44 38"
  47225. "pattern_scale" "6.000000"
  47226. "phongexponent" "32"
  47227. "phongalbedoboost" "60"
  47228. "view_model_exponent_override_size" "256"
  47229. "ignore_weapon_size_scale" "0"
  47230. "only_first_material" "0"
  47231. "pattern_offset_x_start" "0.000000"
  47232. "pattern_offset_x_end" "1.000000"
  47233. "pattern_offset_y_start" "0.000000"
  47234. "pattern_offset_y_end" "1.000000"
  47235. "pattern_rotate_start" "0.000000"
  47236. "pattern_rotate_end" "360.000000"
  47237. "wear_remap_min" "0.000000"
  47238. "wear_remap_max" "0.180000"
  47239. }
  47240. "297"
  47241. {
  47242. "name" "so_orca"
  47243. "description_string" "#PaintKit_so_orca"
  47244. "description_tag" "#PaintKit_so_orca_Tag"
  47245. "style" "1"
  47246. "color0" "20 20 19"
  47247. "color1" "203 202 195"
  47248. "color2" "20 20 19"
  47249. "color3" "20 20 19"
  47250. "phongexponent" "16"
  47251. "phongintensity" "10"
  47252. "only_first_material" "0"
  47253. "wear_remap_min" "0.000000"
  47254. "wear_remap_max" "0.800000"
  47255. }
  47256. "298"
  47257. {
  47258. "name" "am_army_shine"
  47259. "description_string" "#PaintKit_am_army_shine"
  47260. "description_tag" "#PaintKit_am_army_shine_Tag"
  47261. "style" "5"
  47262. "pattern" "caustics"
  47263. "color0" "14 14 14"
  47264. "color1" "40 39 32"
  47265. "color2" "46 44 34"
  47266. "color3" "38 44 38"
  47267. "pattern_scale" "3.000000"
  47268. "phongexponent" "32"
  47269. "phongalbedoboost" "60"
  47270. "view_model_exponent_override_size" "512"
  47271. "ignore_weapon_size_scale" "0"
  47272. "only_first_material" "0"
  47273. "pattern_offset_x_start" "0.000000"
  47274. "pattern_offset_x_end" "1.000000"
  47275. "pattern_offset_y_start" "0.000000"
  47276. "pattern_offset_y_end" "1.000000"
  47277. "pattern_rotate_start" "0.000000"
  47278. "pattern_rotate_end" "360.000000"
  47279. "wear_remap_min" "0.000000"
  47280. "wear_remap_max" "0.300000"
  47281. }
  47282. "299"
  47283. {
  47284. "name" "am_oval_hex"
  47285. "description_string" "#PaintKit_am_oval_hex"
  47286. "description_tag" "#PaintKit_am_oval_hex_Tag"
  47287. "style" "5"
  47288. "pattern" "sparkle_oval"
  47289. "color0" "14 14 14"
  47290. "color1" "95 95 95"
  47291. "color2" "21 21 21"
  47292. "color3" "0 0 0"
  47293. "pattern_scale" "10.000000"
  47294. "phongexponent" "0"
  47295. "phongalbedoboost" "50"
  47296. "view_model_exponent_override_size" "1024"
  47297. "ignore_weapon_size_scale" "0"
  47298. "only_first_material" "0"
  47299. "pattern_offset_x_start" "0.000000"
  47300. "pattern_offset_x_end" "1.000000"
  47301. "pattern_offset_y_start" "0.280000"
  47302. "pattern_offset_y_end" "0.280000"
  47303. "pattern_rotate_start" "0.000000"
  47304. "pattern_rotate_end" "0.000000"
  47305. "wear_remap_min" "0.000000"
  47306. "wear_remap_max" "0.200000"
  47307. }
  47308. "300"
  47309. {
  47310. "name" "cu_pinstripe_ak47"
  47311. "description_string" "#PaintKit_cu_pinstripe_ak47"
  47312. "description_tag" "#PaintKit_cu_pinstripe_ak47_Tag"
  47313. "style" "7"
  47314. "pattern" "pinstripe_ak47"
  47315. "pattern_scale" "1.000000"
  47316. "phongexponent" "32"
  47317. "phongintensity" "0"
  47318. "ignore_weapon_size_scale" "1"
  47319. "only_first_material" "0"
  47320. "pattern_offset_x_start" "0.000000"
  47321. "pattern_offset_x_end" "0.000000"
  47322. "pattern_offset_y_start" "0.000000"
  47323. "pattern_offset_y_end" "0.000000"
  47324. "pattern_rotate_start" "0.000000"
  47325. "pattern_rotate_end" "0.000000"
  47326. "wear_remap_min" "0.000000"
  47327. "wear_remap_max" "1.000000"
  47328. }
  47329. "301"
  47330. {
  47331. "name" "am_m4a1-s_alloy_orange"
  47332. "description_string" "#PaintKit_am_alloy_orange"
  47333. "description_tag" "#PaintKit_am_alloy_orange_Tag"
  47334. "style" "5"
  47335. "pattern" "face_it_m4a1s"
  47336. "color0" "25 25 25"
  47337. "color1" "255 125 0"
  47338. "color2" "174 66 0"
  47339. "color3" "94 32 0"
  47340. "pattern_scale" "1.000000"
  47341. "phongexponent" "4"
  47342. "phongalbedoboost" "100"
  47343. "view_model_exponent_override_size" "256"
  47344. "ignore_weapon_size_scale" "1"
  47345. "only_first_material" "0"
  47346. "pattern_offset_x_start" "0.000000"
  47347. "pattern_offset_x_end" "0.000000"
  47348. "pattern_offset_y_start" "0.000000"
  47349. "pattern_offset_y_end" "0.000000"
  47350. "pattern_rotate_start" "360.000000"
  47351. "pattern_rotate_end" "360.000000"
  47352. "wear_remap_min" "0.000000"
  47353. "wear_remap_max" "0.900000"
  47354. }
  47355. "302"
  47356. {
  47357. "name" "cu_ak47_rubber"
  47358. "description_string" "#PaintKit_cu_rubber_ak47"
  47359. "description_tag" "#PaintKit_cu_rubber_ak47_Tag"
  47360. "style" "7"
  47361. "pattern" "rubber_ak47"
  47362. "pattern_scale" "1.000000"
  47363. "phongexponent" "150"
  47364. "phongintensity" "10"
  47365. "ignore_weapon_size_scale" "1"
  47366. "only_first_material" "0"
  47367. "pattern_offset_x_start" "0.000000"
  47368. "pattern_offset_x_end" "0.000000"
  47369. "pattern_offset_y_start" "0.000000"
  47370. "pattern_offset_y_end" "0.000000"
  47371. "pattern_rotate_start" "0.000000"
  47372. "pattern_rotate_end" "0.000000"
  47373. "wear_remap_min" "0.000000"
  47374. "wear_remap_max" "0.900000"
  47375. }
  47376. "303"
  47377. {
  47378. "name" "cu_tec9_asiimov"
  47379. "description_string" "#PaintKit_cu_tec_isaac"
  47380. "description_tag" "#PaintKit_cu_tec_isaac_tag"
  47381. "style" "7"
  47382. "pattern" "asiimov_tec09"
  47383. "pattern_scale" "1.000000"
  47384. "phongexponent" "200"
  47385. "phongintensity" "100"
  47386. "ignore_weapon_size_scale" "1"
  47387. "only_first_material" "0"
  47388. "pattern_offset_x_start" "0.000000"
  47389. "pattern_offset_x_end" "0.000000"
  47390. "pattern_offset_y_start" "0.000000"
  47391. "pattern_offset_y_end" "0.000000"
  47392. "pattern_rotate_start" "0.000000"
  47393. "pattern_rotate_end" "0.000000"
  47394. "wear_remap_min" "0.000000"
  47395. "wear_remap_max" "1.000000"
  47396. }
  47397. "304"
  47398. {
  47399. "name" "cu_ssg08_immortal"
  47400. "description_string" "#PaintKit_cu_immortal_ssg08"
  47401. "description_tag" "#PaintKit_cu_immortal_ssg08_Tag"
  47402. "style" "7"
  47403. "pattern" "immortal_ssg08"
  47404. "pattern_scale" "1.000000"
  47405. "phongexponent" "100"
  47406. "phongintensity" "30"
  47407. "ignore_weapon_size_scale" "1"
  47408. "only_first_material" "0"
  47409. "pattern_offset_x_start" "0.170000"
  47410. "pattern_offset_x_end" "0.170000"
  47411. "pattern_offset_y_start" "1.120000"
  47412. "pattern_offset_y_end" "1.120000"
  47413. "pattern_rotate_start" "321.000000"
  47414. "pattern_rotate_end" "321.000000"
  47415. "wear_remap_min" "0.150000"
  47416. "wear_remap_max" "0.800000"
  47417. }
  47418. "305"
  47419. {
  47420. "name" "cu_aug_progressiv"
  47421. "description_string" "#PaintKit_cu_progressiv_aug"
  47422. "description_tag" "#PaintKit_cu_progressiv_aug_Tag"
  47423. "style" "7"
  47424. "pattern" "progressiv_aug"
  47425. "pattern_scale" "1.000000"
  47426. "phongexponent" "32"
  47427. "phongintensity" "45"
  47428. "ignore_weapon_size_scale" "1"
  47429. "only_first_material" "0"
  47430. "pattern_offset_x_start" "0"
  47431. "pattern_offset_x_end" "0"
  47432. "pattern_offset_y_start" "0"
  47433. "pattern_offset_y_end" "0"
  47434. "pattern_rotate_start" "0"
  47435. "pattern_rotate_end" "0"
  47436. "wear_remap_min" "0.000000"
  47437. "wear_remap_max" "0.500000"
  47438. }
  47439. "306"
  47440. {
  47441. "name" "cu_bizon_antique"
  47442. "description_string" "#PaintKit_cu_nova_antique"
  47443. "description_tag" "#PaintKit_cu_nova_antique_tag"
  47444. "style" "7"
  47445. "pattern" "antique_bizon"
  47446. "pattern_scale" "1.000000"
  47447. "phongexponent" "50"
  47448. "phongintensity" "15"
  47449. "ignore_weapon_size_scale" "1"
  47450. "only_first_material" "0"
  47451. "pattern_offset_x_start" "0"
  47452. "pattern_offset_x_end" "0"
  47453. "pattern_offset_y_start" "0"
  47454. "pattern_offset_y_end" "0"
  47455. "pattern_rotate_start" "0"
  47456. "pattern_rotate_end" "0"
  47457. "wear_remap_min" "0.000000"
  47458. "wear_remap_max" "0.500000"
  47459. }
  47460. "307"
  47461. {
  47462. "name" "cu_retribution"
  47463. "description_string" "#PaintKit_cu_retribution_beretta"
  47464. "description_tag" "#PaintKit_cu_retribution_beretta_Tag"
  47465. "style" "7"
  47466. "pattern" "retribution_beretta"
  47467. "pattern_scale" "1.000000"
  47468. "phongexponent" "200"
  47469. "phongintensity" "20"
  47470. "ignore_weapon_size_scale" "1"
  47471. "only_first_material" "0"
  47472. "pattern_offset_x_start" "0.000000"
  47473. "pattern_offset_x_end" "0.000000"
  47474. "pattern_offset_y_start" "0.000000"
  47475. "pattern_offset_y_end" "0.000000"
  47476. "pattern_rotate_start" "0.000000"
  47477. "pattern_rotate_end" "0.000000"
  47478. "wear_remap_min" "0.000000"
  47479. "wear_remap_max" "0.450000"
  47480. }
  47481. "308"
  47482. {
  47483. "name" "hy_galil_kami"
  47484. "description_string" "#PaintKit_hy_kami"
  47485. "description_tag" "#PaintKit_hy_kami_tag"
  47486. "style" "2"
  47487. "pattern" "kami_galil"
  47488. "color0" "218 208 183"
  47489. "color1" "31 33 28"
  47490. "color2" "34 38 37"
  47491. "color3" "37 38 42"
  47492. "pattern_scale" "2.300000"
  47493. "phongexponent" "165"
  47494. "phongintensity" "2"
  47495. "ignore_weapon_size_scale" "1"
  47496. "only_first_material" "0"
  47497. "pattern_offset_x_start" "0.000000"
  47498. "pattern_offset_x_end" "1.000000"
  47499. "pattern_offset_y_start" "0.000000"
  47500. "pattern_offset_y_end" "1.000000"
  47501. "pattern_rotate_start" "10.000000"
  47502. "pattern_rotate_end" "45"
  47503. "wear_remap_min" "0.000000"
  47504. "wear_remap_max" "0.600000"
  47505. }
  47506. "309"
  47507. {
  47508. "name" "cu_m4a1_howling"
  47509. "description_string" "#PaintKit_cu_howling"
  47510. "description_tag" "#PaintKit_cu_howling_tag"
  47511. "style" "7"
  47512. "pattern" "howling_m4a1"
  47513. "pattern_scale" "1.000000"
  47514. "phongexponent" "50"
  47515. "phongintensity" "60"
  47516. "ignore_weapon_size_scale" "1"
  47517. "only_first_material" "0"
  47518. "pattern_offset_x_start" "0.000000"
  47519. "pattern_offset_x_end" "0.000000"
  47520. "pattern_offset_y_start" "0.000000"
  47521. "pattern_offset_y_end" "0.000000"
  47522. "pattern_rotate_start" "0.000000"
  47523. "pattern_rotate_end" "0.000000"
  47524. "wear_remap_min" "0.000000"
  47525. "wear_remap_max" "0.400000"
  47526. }
  47527. "310"
  47528. {
  47529. "name" "cu_mac10_decay"
  47530. "description_string" "#PaintKit_cu_decay_mac10"
  47531. "description_tag" "#PaintKit_cu_decay_mac10_tag"
  47532. "style" "7"
  47533. "pattern" "decay_mac10"
  47534. "pattern_scale" "1.000000"
  47535. "phongexponent" "60"
  47536. "phongintensity" "30"
  47537. "ignore_weapon_size_scale" "1"
  47538. "only_first_material" "0"
  47539. "pattern_offset_x_start" "1.000000"
  47540. "pattern_offset_x_end" "1.000000"
  47541. "pattern_offset_y_start" "1.000000"
  47542. "pattern_offset_y_end" "1.000000"
  47543. "pattern_rotate_start" "0.000000"
  47544. "pattern_rotate_end" "0.000000"
  47545. "wear_remap_min" "0.000000"
  47546. "wear_remap_max" "0.500000"
  47547. }
  47548. "311"
  47549. {
  47550. "name" "cu_p90_scorpius"
  47551. "description_string" "#PaintKit_cu_scorpius_p90"
  47552. "description_tag" "#PaintKit_cu_scorpius_p90_tag"
  47553. "style" "7"
  47554. "pattern" "scorpius_reborn_p90"
  47555. "pattern_scale" "1.000000"
  47556. "phongexponent" "40"
  47557. "phongintensity" "20"
  47558. "ignore_weapon_size_scale" "1"
  47559. "only_first_material" "0"
  47560. "pattern_offset_x_start" "0.000000"
  47561. "pattern_offset_x_end" "0.000000"
  47562. "pattern_offset_y_start" "0.000000"
  47563. "pattern_offset_y_end" "0.000000"
  47564. "pattern_rotate_start" "0.000000"
  47565. "pattern_rotate_end" "0.000000"
  47566. "wear_remap_min" "0.000000"
  47567. "wear_remap_max" "0.500000"
  47568. }
  47569. "312"
  47570. {
  47571. "name" "cu_scar_cyrex"
  47572. "description_string" "#PaintKit_cu_cyrex"
  47573. "description_tag" "#PaintKit_cu_cyrex_tag"
  47574. "style" "7"
  47575. "pattern" "cyrex_scar"
  47576. "pattern_scale" "1.000000"
  47577. "phongexponent" "255"
  47578. "phongintensity" "25"
  47579. "ignore_weapon_size_scale" "1"
  47580. "only_first_material" "0"
  47581. "pattern_offset_x_start" "1.000000"
  47582. "pattern_offset_x_end" "1.000000"
  47583. "pattern_offset_y_start" "1.000000"
  47584. "pattern_offset_y_end" "1.000000"
  47585. "pattern_rotate_start" "0.000000"
  47586. "pattern_rotate_end" "0.000000"
  47587. "wear_remap_min" "0.000000"
  47588. "wear_remap_max" "0.500000"
  47589. }
  47590. "313"
  47591. {
  47592. "name" "cu_usp_spitfire"
  47593. "description_string" "#PaintKit_cu_spitfire"
  47594. "description_tag" "#PaintKit_cu_spitfire_tag"
  47595. "style" "7"
  47596. "pattern" "spitfire_usp"
  47597. "pattern_scale" "1.000000"
  47598. "phongexponent" "32"
  47599. "phongintensity" "90"
  47600. "ignore_weapon_size_scale" "1"
  47601. "only_first_material" "0"
  47602. "pattern_offset_x_start" "1.000000"
  47603. "pattern_offset_x_end" "1.000000"
  47604. "pattern_offset_y_start" "0.000000"
  47605. "pattern_offset_y_end" "0.000000"
  47606. "pattern_rotate_start" "0.000000"
  47607. "pattern_rotate_end" "0.000000"
  47608. "wear_remap_min" "0.000000"
  47609. "wear_remap_max" "0.500000"
  47610. }
  47611. "314"
  47612. {
  47613. "name" "cu_xm1014_heaven_guard"
  47614. "description_string" "#PaintKit_cu_mag7_heaven"
  47615. "description_tag" "#PaintKit_cu_mag7_heaven_tag"
  47616. "style" "7"
  47617. "pattern" "heaven_guard_xm1014"
  47618. "pattern_scale" "1.000000"
  47619. "phongexponent" "32"
  47620. "phongintensity" "22"
  47621. "ignore_weapon_size_scale" "1"
  47622. "only_first_material" "1"
  47623. "pattern_offset_x_start" "1.000000"
  47624. "pattern_offset_x_end" "1.000000"
  47625. "pattern_offset_y_start" "1.000000"
  47626. "pattern_offset_y_end" "1.000000"
  47627. "pattern_rotate_start" "0.000000"
  47628. "pattern_rotate_end" "0.000000"
  47629. "wear_remap_min" "0.030000"
  47630. "wear_remap_max" "0.500000"
  47631. }
  47632. "315"
  47633. {
  47634. "name" "am_nitrogen"
  47635. "description_string" "#PaintKit_am_nitrogen"
  47636. "description_tag" "#PaintKit_am_nitrogen_tag"
  47637. "style" "5"
  47638. "pattern" "nitrogen_cz75"
  47639. "color0" "0 0 0"
  47640. "color1" "0 149 254"
  47641. "color2" "26 26 27"
  47642. "color3" "29 29 29"
  47643. "pattern_scale" "4.000000"
  47644. "phongexponent" "32"
  47645. "phongalbedoboost" "12"
  47646. "view_model_exponent_override_size" "256"
  47647. "ignore_weapon_size_scale" "1"
  47648. "only_first_material" "0"
  47649. "pattern_offset_x_start" "0.000000"
  47650. "pattern_offset_x_end" "1.000000"
  47651. "pattern_offset_y_start" "0.000000"
  47652. "pattern_offset_y_end" "1.000000"
  47653. "pattern_rotate_start" "0.000000"
  47654. "pattern_rotate_end" "360.000000"
  47655. "wear_remap_min" "0.000000"
  47656. "wear_remap_max" "0.700000"
  47657. }
  47658. "316"
  47659. {
  47660. "name" "cu_panther_ak47"
  47661. "description_string" "#PaintKit_cu_panther_ak47"
  47662. "description_tag" "#PaintKit_cu_panther_ak47_Tag"
  47663. "style" "7"
  47664. "pattern" "panther_ak47"
  47665. "pattern_scale" "1.000000"
  47666. "phongexponent" "64"
  47667. "phongintensity" "32"
  47668. "ignore_weapon_size_scale" "1"
  47669. "only_first_material" "0"
  47670. "pattern_offset_x_start" "0.000000"
  47671. "pattern_offset_x_end" "0.000000"
  47672. "pattern_offset_y_start" "0.000000"
  47673. "pattern_offset_y_end" "0.000000"
  47674. "pattern_rotate_start" "0.000000"
  47675. "pattern_rotate_end" "0.000000"
  47676. "wear_remap_min" "0.000000"
  47677. "wear_remap_max" "1.000000"
  47678. }
  47679. "317"
  47680. {
  47681. "name" "cu_bratatat_negev"
  47682. "description_string" "#PaintKit_cu_bratatat_negev"
  47683. "description_tag" "#PaintKit_cu_bratatat_negev_Tag"
  47684. "style" "7"
  47685. "pattern" "bratatat_negev"
  47686. "pattern_scale" "1.000000"
  47687. "phongexponent" "32"
  47688. "phongintensity" "25"
  47689. "ignore_weapon_size_scale" "1"
  47690. "only_first_material" "0"
  47691. "pattern_offset_x_start" "0.000000"
  47692. "pattern_offset_x_end" "0.000000"
  47693. "pattern_offset_y_start" "0.000000"
  47694. "pattern_offset_y_end" "0.000000"
  47695. "pattern_rotate_start" "0.000000"
  47696. "pattern_rotate_end" "0.000000"
  47697. "wear_remap_min" "0.000000"
  47698. "wear_remap_max" "1.000000"
  47699. }
  47700. "318"
  47701. {
  47702. "name" "cu_usp_sandpapered"
  47703. "description_string" "#PaintKit_cu_usp_sandpapered"
  47704. "description_tag" "#PaintKit_cu_usp_sandpapered_Tag"
  47705. "style" "7"
  47706. "pattern" "usp-s_sandpapered"
  47707. "pattern_scale" "1.000000"
  47708. "phongexponent" "32"
  47709. "phongintensity" "32"
  47710. "ignore_weapon_size_scale" "1"
  47711. "only_first_material" "0"
  47712. "pattern_offset_x_start" "0.000000"
  47713. "pattern_offset_x_end" "0.000000"
  47714. "pattern_offset_y_start" "0.000000"
  47715. "pattern_offset_y_end" "0.000000"
  47716. "pattern_rotate_start" "0.000000"
  47717. "pattern_rotate_end" "0.000000"
  47718. "wear_remap_min" "0.000000"
  47719. "wear_remap_max" "1.000000"
  47720. }
  47721. "319"
  47722. {
  47723. "name" "hy_ssg08_marker"
  47724. "description_string" "#PaintKit_hy_ssg08_marker"
  47725. "description_tag" "#PaintKit_hy_ssg08_marker_Tag"
  47726. "style" "2"
  47727. "pattern" "ssg08_marker"
  47728. "color0" "215 215 207"
  47729. "color1" "0 0 0"
  47730. "color2" "0 0 0"
  47731. "color3" "19 18 18"
  47732. "pattern_scale" "1.000000"
  47733. "phongexponent" "32"
  47734. "phongintensity" "0"
  47735. "ignore_weapon_size_scale" "1"
  47736. "only_first_material" "1"
  47737. "pattern_offset_x_start" "0.000000"
  47738. "pattern_offset_x_end" "0.000000"
  47739. "pattern_offset_y_start" "0.000000"
  47740. "pattern_offset_y_end" "0.000000"
  47741. "pattern_rotate_start" "0.000000"
  47742. "pattern_rotate_end" "0.000000"
  47743. "wear_remap_min" "0.000000"
  47744. "wear_remap_max" "0.430000"
  47745. }
  47746. "320"
  47747. {
  47748. "name" "hy_snakeskin_red"
  47749. "description_string" "#PaintKit_snakeskin"
  47750. "description_tag" "#PaintKit_hy_snakeskin_red_Tag"
  47751. "style" "2"
  47752. "pattern" "snakeskin"
  47753. "color0" "47 34 2"
  47754. "color1" "63 15 3"
  47755. "color2" "13 10 10"
  47756. "color3" "67 65 59"
  47757. "pattern_scale" "5.000000"
  47758. "phongexponent" "255"
  47759. "phongintensity" "30"
  47760. "ignore_weapon_size_scale" "0"
  47761. "only_first_material" "0"
  47762. "pattern_offset_x_start" "0.000000"
  47763. "pattern_offset_x_end" "1.000000"
  47764. "pattern_offset_y_start" "0.000000"
  47765. "pattern_offset_y_end" "1.000000"
  47766. "pattern_rotate_start" "0.000000"
  47767. "pattern_rotate_end" "360.000000"
  47768. "wear_remap_min" "0.080000"
  47769. "wear_remap_max" "0.500000"
  47770. }
  47771. "321"
  47772. {
  47773. "name" "cu_m4a1-s_silence"
  47774. "description_string" "#PaintKit_cu_m4a1-s_silence"
  47775. "description_tag" "#PaintKit_cu_m4a1-s_silence_Tag"
  47776. "style" "7"
  47777. "pattern" "m4a1-s_silence"
  47778. "pattern_scale" "1.000000"
  47779. "phongexponent" "128"
  47780. "phongintensity" "60"
  47781. "ignore_weapon_size_scale" "1"
  47782. "only_first_material" "0"
  47783. "pattern_offset_x_start" "0.000000"
  47784. "pattern_offset_x_end" "0.000000"
  47785. "pattern_offset_y_start" "0.000000"
  47786. "pattern_offset_y_end" "0.000000"
  47787. "pattern_rotate_start" "0.000000"
  47788. "pattern_rotate_end" "0.000000"
  47789. "wear_remap_min" "0.000000"
  47790. "wear_remap_max" "1.000000"
  47791. }
  47792. "322"
  47793. {
  47794. "name" "so_orange_accents2"
  47795. "description_string" "#PaintKit_so_tangerine"
  47796. "description_tag" "#PaintKit_so_orange_accents_Tag"
  47797. "style" "1"
  47798. "color0" "17 17 17"
  47799. "color1" "35 35 35"
  47800. "color2" "35 35 35"
  47801. "color3" "153 64 33"
  47802. "phongexponent" "192"
  47803. "phongintensity" "60"
  47804. "only_first_material" "0"
  47805. "wear_remap_min" "0.060000"
  47806. "wear_remap_max" "0.800000"
  47807. }
  47808. "323"
  47809. {
  47810. "name" "aq_steel"
  47811. "description_string" "#PaintKit_aq_steel"
  47812. "description_tag" "#PaintKit_aq_steel_bravo_Tag"
  47813. "pattern" "steel"
  47814. "wear_default" "0.400000"
  47815. "seed" "21"
  47816. "style" "8"
  47817. "color0" "164 109 67"
  47818. "color1" "129 134 143"
  47819. "color2" "148 115 84"
  47820. "color3" "215 120 26"
  47821. "phongalbedoboost" "1"
  47822. "pattern_scale" "4"
  47823. "pattern_offset_x_start" "0"
  47824. "pattern_offset_x_end" "1"
  47825. "pattern_offset_y_start" "0"
  47826. "pattern_offset_y_end" "1"
  47827. "pattern_rotate_start" "-4"
  47828. "pattern_rotate_end" "4"
  47829. "wear_remap_min" "0.000000"
  47830. }
  47831. "325"
  47832. {
  47833. "name" "am_royal"
  47834. "description_string" "#PaintKit_am_royal"
  47835. "description_tag" "#PaintKit_am_royal_Tag"
  47836. "style" "5"
  47837. "pattern" "solid"
  47838. "color0" "13 7 69"
  47839. "color1" "4 22 57"
  47840. "color2" "28 19 1"
  47841. "color3" "28 19 1"
  47842. "pattern_scale" "32.000000"
  47843. "phongexponent" "1"
  47844. "phongalbedoboost" "60"
  47845. "view_model_exponent_override_size" "512"
  47846. "ignore_weapon_size_scale" "0"
  47847. "only_first_material" "0"
  47848. "pattern_offset_x_start" "0.000000"
  47849. "pattern_offset_x_end" "1.000000"
  47850. "pattern_offset_y_start" "0.000000"
  47851. "pattern_offset_y_end" "10.000000"
  47852. "pattern_rotate_start" "42.000000"
  47853. "pattern_rotate_end" "40.000000"
  47854. "wear_remap_min" "0.000000"
  47855. "wear_remap_max" "0.100000"
  47856. }
  47857. "326"
  47858. {
  47859. "name" "am_metals"
  47860. "description_string" "#PaintKit_am_metals"
  47861. "description_tag" "#PaintKit_am_metals_Tag"
  47862. "style" "5"
  47863. "pattern" "armor_m4a1_s"
  47864. "color0" "35 35 38"
  47865. "color1" "4 22 57"
  47866. "color2" "71 54 7"
  47867. "color3" "22 22 23"
  47868. "pattern_scale" "1.000000"
  47869. "phongexponent" "1"
  47870. "phongalbedoboost" "60"
  47871. "view_model_exponent_override_size" "512"
  47872. "ignore_weapon_size_scale" "1"
  47873. "only_first_material" "0"
  47874. "pattern_offset_x_start" "0.000000"
  47875. "pattern_offset_x_end" "0.000000"
  47876. "pattern_offset_y_start" "0.000000"
  47877. "pattern_offset_y_end" "0.000000"
  47878. "pattern_rotate_start" "0.000000"
  47879. "pattern_rotate_end" "0.000000"
  47880. "wear_remap_min" "0.000000"
  47881. "wear_remap_max" "0.100000"
  47882. }
  47883. "327"
  47884. {
  47885. "name" "am_chainmail"
  47886. "description_string" "#PaintKit_am_chainmail"
  47887. "description_tag" "#PaintKit_am_chainmail_Tag"
  47888. "style" "5"
  47889. "pattern" "chainmail"
  47890. "color0" "10 10 10"
  47891. "color1" "80 78 74"
  47892. "color2" "33 27 12"
  47893. "color3" "33 27 12"
  47894. "pattern_scale" "12.000000"
  47895. "phongexponent" "1"
  47896. "phongalbedoboost" "30"
  47897. "view_model_exponent_override_size" "1024"
  47898. "ignore_weapon_size_scale" "0"
  47899. "only_first_material" "0"
  47900. "pattern_offset_x_start" "0.000000"
  47901. "pattern_offset_x_end" "1.000000"
  47902. "pattern_offset_y_start" "0.000000"
  47903. "pattern_offset_y_end" "10.000000"
  47904. "pattern_rotate_start" "0.000000"
  47905. "pattern_rotate_end" "0.000000"
  47906. "wear_remap_min" "0.000000"
  47907. "wear_remap_max" "0.220000"
  47908. }
  47909. "328"
  47910. {
  47911. "name" "aq_handcannon"
  47912. "description_string" "#PaintKit_aq_handcannon"
  47913. "description_tag" "#PaintKit_aq_handcannon_Tag"
  47914. "style" "8"
  47915. "pattern" "handcannon"
  47916. "color0" "191 191 191"
  47917. "color1" "118 118 118"
  47918. "color2" "218 214 233"
  47919. "color3" "25 31 50"
  47920. "pattern_scale" "1.000000"
  47921. "phongexponent" "16"
  47922. "phongalbedoboost" "8"
  47923. "ignore_weapon_size_scale" "1"
  47924. "only_first_material" "0"
  47925. "pattern_offset_x_start" "0.000000"
  47926. "pattern_offset_x_end" "0.000000"
  47927. "pattern_offset_y_start" "0.000000"
  47928. "pattern_offset_y_end" "0.000000"
  47929. "pattern_rotate_start" "0.000000"
  47930. "pattern_rotate_end" "0.000000"
  47931. "wear_remap_min" "0.010000"
  47932. "wear_remap_max" "0.700000"
  47933. }
  47934. "329"
  47935. {
  47936. "name" "am_metal_inlay"
  47937. "description_string" "#PaintKit_am_metal_inlay"
  47938. "description_tag" "#PaintKit_am_metal_inlay_Tag"
  47939. "style" "5"
  47940. "pattern" "medieval_motif_b"
  47941. "color0" "77 77 75"
  47942. "color1" "27 27 27"
  47943. "color2" "13 13 12"
  47944. "color3" "6 6 6"
  47945. "pattern_scale" "12.000000"
  47946. "phongexponent" "1"
  47947. "phongalbedoboost" "30"
  47948. "view_model_exponent_override_size" "1024"
  47949. "ignore_weapon_size_scale" "0"
  47950. "only_first_material" "0"
  47951. "pattern_offset_x_start" "0.000000"
  47952. "pattern_offset_x_end" "1.000000"
  47953. "pattern_offset_y_start" "0.000000"
  47954. "pattern_offset_y_end" "1.000000"
  47955. "pattern_rotate_start" "45.000000"
  47956. "pattern_rotate_end" "45.000000"
  47957. "wear_remap_min" "0.000000"
  47958. "wear_remap_max" "0.220000"
  47959. }
  47960. "330"
  47961. {
  47962. "name" "hy_vines"
  47963. "description_string" "#PaintKit_hy_vines"
  47964. "description_tag" "#PaintKit_hy_vines_Tag"
  47965. "style" "2"
  47966. "pattern" "vines"
  47967. "color0" "10 10 10"
  47968. "color1" "24 43 79"
  47969. "color2" "50 62 39"
  47970. "color3" "64 23 27"
  47971. "pattern_scale" "8.000000"
  47972. "phongexponent" "1"
  47973. "phongintensity" "0"
  47974. "ignore_weapon_size_scale" "0"
  47975. "only_first_material" "0"
  47976. "pattern_offset_x_start" "0.020000"
  47977. "pattern_offset_x_end" "0.020000"
  47978. "pattern_offset_y_start" "4.150000"
  47979. "pattern_offset_y_end" "4.150000"
  47980. "pattern_rotate_start" "45.000000"
  47981. "pattern_rotate_end" "45.000000"
  47982. "wear_remap_min" "0.000000"
  47983. "wear_remap_max" "0.220000"
  47984. }
  47985. "332"
  47986. {
  47987. "name" "hy_indigo_usp"
  47988. "description_string" "#PaintKit_so_indigo"
  47989. "description_tag" "#PaintKit_so_indigo_Tag"
  47990. "style" "2"
  47991. "pattern" "usp_solid_colors"
  47992. "color0" "13 7 69"
  47993. "color1" "24 43 79"
  47994. "color2" "64 23 27"
  47995. "color3" "64 64 64"
  47996. "pattern_scale" "1.000000"
  47997. "phongexponent" "16"
  47998. "phongintensity" "10"
  47999. "ignore_weapon_size_scale" "1"
  48000. "only_first_material" "0"
  48001. "pattern_offset_x_start" "0.000000"
  48002. "pattern_offset_x_end" "0.000000"
  48003. "pattern_offset_y_start" "0.000000"
  48004. "pattern_offset_y_end" "0.000000"
  48005. "pattern_rotate_start" "0.000000"
  48006. "pattern_rotate_end" "0.000000"
  48007. "wear_remap_min" "0.060000"
  48008. "wear_remap_max" "0.800000"
  48009. }
  48010. "333"
  48011. {
  48012. "name" "so_indigo_and_grey"
  48013. "description_string" "#PaintKit_so_indigo_and_grey"
  48014. "description_tag" "#PaintKit_so_indigo_and_grey_Tag"
  48015. "style" "1"
  48016. "color0" "13 7 69"
  48017. "color1" "36 50 77"
  48018. "color2" "34 34 34"
  48019. "color3" "31 38 38"
  48020. "phongexponent" "16"
  48021. "phongintensity" "10"
  48022. "only_first_material" "0"
  48023. "wear_remap_min" "0.060000"
  48024. "wear_remap_max" "0.800000"
  48025. }
  48026. "334"
  48027. {
  48028. "name" "am_gyrate"
  48029. "description_string" "#PaintKit_am_gyrate"
  48030. "description_tag" "#PaintKit_am_gyrate_tag"
  48031. "style" "5"
  48032. "pattern" "gyrate_cz75"
  48033. "color0" "1 7 16"
  48034. "color1" "23 47 77"
  48035. "color2" "93 101 107"
  48036. "color3" "160 160 160"
  48037. "pattern_scale" "1.400000"
  48038. "phongexponent" "32"
  48039. "phongalbedoboost" "12"
  48040. "view_model_exponent_override_size" "256"
  48041. "ignore_weapon_size_scale" "1"
  48042. "only_first_material" "0"
  48043. "pattern_offset_x_start" "0.000000"
  48044. "pattern_offset_x_end" "27.000000"
  48045. "pattern_offset_y_start" "0.000000"
  48046. "pattern_offset_y_end" "69.000000"
  48047. "pattern_rotate_start" "0.000000"
  48048. "pattern_rotate_end" "44.000000"
  48049. "wear_remap_min" "0.000000"
  48050. "wear_remap_max" "1.000000"
  48051. }
  48052. "335"
  48053. {
  48054. "name" "an_royalbleed"
  48055. "description_string" "#PaintKit_an_royalbleed"
  48056. "description_tag" "#PaintKit_an_royalbleed_tag"
  48057. "style" "8"
  48058. "pattern" "p90_royalbleed"
  48059. "pattern_scale" "2.000000"
  48060. "phongexponent" "40"
  48061. "phongalbedoboost" "20"
  48062. "ignore_weapon_size_scale" "1"
  48063. "pattern_offset_x_start" "0.000000"
  48064. "pattern_offset_x_end" "0.000000"
  48065. "pattern_offset_y_start" "0.000000"
  48066. "pattern_offset_y_end" "0.000000"
  48067. "pattern_rotate_start" "0.000000"
  48068. "pattern_rotate_end" "0"
  48069. "wear_remap_min" "0.000000"
  48070. "wear_remap_max" "0.350000"
  48071. }
  48072. "336"
  48073. {
  48074. "name" "cu_titanstorm"
  48075. "description_string" "#PaintKit_cu_titanstorm"
  48076. "description_tag" "#PaintKit_cu_titanstorm_tag"
  48077. "style" "7"
  48078. "pattern" "m4a4_titanstorm"
  48079. "pattern_scale" "1.000000"
  48080. "phongexponent" "50"
  48081. "phongintensity" "60"
  48082. "ignore_weapon_size_scale" "1"
  48083. "only_first_material" "1"
  48084. "pattern_offset_x_start" "0.000000"
  48085. "pattern_offset_x_end" "0.000000"
  48086. "pattern_offset_y_start" "0.000000"
  48087. "pattern_offset_y_end" "0.000000"
  48088. "pattern_rotate_start" "0.000000"
  48089. "pattern_rotate_end" "0.000000"
  48090. "wear_remap_min" "0.000000"
  48091. "wear_remap_max" "0.700000"
  48092. }
  48093. "337"
  48094. {
  48095. "name" "cu_korupt"
  48096. "description_string" "#PaintKit_cu_korupt"
  48097. "description_tag" "#PaintKit_cu_korupt_tag"
  48098. "style" "7"
  48099. "pattern" "mac10_korupt"
  48100. "pattern_scale" "1.000000"
  48101. "phongexponent" "60"
  48102. "phongintensity" "30"
  48103. "ignore_weapon_size_scale" "1"
  48104. "only_first_material" "0"
  48105. "pattern_offset_x_start" "0.000000"
  48106. "pattern_offset_x_end" "0.000000"
  48107. "pattern_offset_y_start" "0.000000"
  48108. "pattern_offset_y_end" "0.000000"
  48109. "pattern_rotate_start" "0.000000"
  48110. "pattern_rotate_end" "0.000000"
  48111. "wear_remap_min" "0.000000"
  48112. "wear_remap_max" "0.500000"
  48113. }
  48114. "338"
  48115. {
  48116. "name" "cu_p2000_pulse"
  48117. "description_string" "#PaintKit_cu_famas_pulse"
  48118. "description_tag" "#PaintKit_cu_famas_pulse_tag"
  48119. "style" "7"
  48120. "pattern" "p2000_pulse"
  48121. "pattern_scale" "1.000000"
  48122. "phongexponent" "60"
  48123. "phongintensity" "30"
  48124. "ignore_weapon_size_scale" "1"
  48125. "only_first_material" "0"
  48126. "pattern_offset_x_start" "0.000000"
  48127. "pattern_offset_x_end" "0.100000"
  48128. "pattern_offset_y_start" "0.000000"
  48129. "pattern_offset_y_end" "0.100000"
  48130. "pattern_rotate_start" "0.500000"
  48131. "pattern_rotate_end" "1.000000"
  48132. "wear_remap_min" "0.000000"
  48133. "wear_remap_max" "0.600000"
  48134. }
  48135. "339"
  48136. {
  48137. "name" "cu_kaiman"
  48138. "description_string" "#PaintKit_cu_kaiman"
  48139. "description_tag" "#PaintKit_cu_kaiman_tag"
  48140. "style" "7"
  48141. "pattern" "usp_kaiman"
  48142. "pattern_scale" "1.000000"
  48143. "phongexponent" "32"
  48144. "phongintensity" "90"
  48145. "ignore_weapon_size_scale" "1"
  48146. "only_first_material" "0"
  48147. "pattern_offset_x_start" "0.000000"
  48148. "pattern_offset_x_end" "0.000000"
  48149. "pattern_offset_y_start" "0.000000"
  48150. "pattern_offset_y_end" "0.000000"
  48151. "pattern_rotate_start" "0.000000"
  48152. "pattern_rotate_end" "0.000000"
  48153. "wear_remap_min" "0.000000"
  48154. "wear_remap_max" "0.400000"
  48155. }
  48156. "340"
  48157. {
  48158. "name" "cu_well_traveled_ak47"
  48159. "description_string" "#PaintKit_cu_well_traveled_ak47"
  48160. "description_tag" "#PaintKit_cu_well_traveled_ak47_Tag"
  48161. "style" "7"
  48162. "pattern" "well_traveled"
  48163. "pattern_scale" "1.000000"
  48164. "phongexponent" "16"
  48165. "phongintensity" "8"
  48166. "ignore_weapon_size_scale" "1"
  48167. "only_first_material" "0"
  48168. "pattern_offset_x_start" "0.000000"
  48169. "pattern_offset_x_end" "0.000000"
  48170. "pattern_offset_y_start" "0.000000"
  48171. "pattern_offset_y_end" "0.000000"
  48172. "pattern_rotate_start" "0.000000"
  48173. "pattern_rotate_end" "0.000000"
  48174. "wear_remap_min" "0.000000"
  48175. "wear_remap_max" "1.000000"
  48176. }
  48177. "341"
  48178. {
  48179. "name" "cu_green_leather_ak47"
  48180. "description_string" "#PaintKit_cu_green_leather"
  48181. "description_tag" "#PaintKit_cu_green_leather_Tag"
  48182. "style" "7"
  48183. "pattern" "green_leather"
  48184. "pattern_scale" "1.000000"
  48185. "phongexponent" "4"
  48186. "phongintensity" "6"
  48187. "ignore_weapon_size_scale" "1"
  48188. "only_first_material" "0"
  48189. "pattern_offset_x_start" "0.000000"
  48190. "pattern_offset_x_end" "0.000000"
  48191. "pattern_offset_y_start" "0.000000"
  48192. "pattern_offset_y_end" "0.000000"
  48193. "pattern_rotate_start" "0.000000"
  48194. "pattern_rotate_end" "0.000000"
  48195. "wear_remap_min" "0.000000"
  48196. "wear_remap_max" "1.000000"
  48197. }
  48198. "342"
  48199. {
  48200. "name" "cu_brown_leather_p90"
  48201. "description_string" "#PaintKit_cu_brown_leather_p90"
  48202. "description_tag" "#PaintKit_cu_brown_leather_p90_Tag"
  48203. "style" "7"
  48204. "pattern" "brown_leather_p90"
  48205. "pattern_scale" "1.000000"
  48206. "phongexponent" "4"
  48207. "phongintensity" "4"
  48208. "ignore_weapon_size_scale" "1"
  48209. "only_first_material" "0"
  48210. "pattern_offset_x_start" "0.000000"
  48211. "pattern_offset_x_end" "0.000000"
  48212. "pattern_offset_y_start" "0.000000"
  48213. "pattern_offset_y_end" "0.000000"
  48214. "pattern_rotate_start" "0.000000"
  48215. "pattern_rotate_end" "0.000000"
  48216. "wear_remap_min" "0.000000"
  48217. "wear_remap_max" "1.000000"
  48218. }
  48219. "343"
  48220. {
  48221. "name" "cu_luggage_mac10"
  48222. "description_string" "#PaintKit_cu_luggage_mac10"
  48223. "description_tag" "#PaintKit_cu_luggage_mac10_Tag"
  48224. "style" "7"
  48225. "pattern" "luggage_mac10"
  48226. "pattern_scale" "1.000000"
  48227. "phongexponent" "4"
  48228. "phongintensity" "4"
  48229. "ignore_weapon_size_scale" "1"
  48230. "only_first_material" "0"
  48231. "pattern_offset_x_start" "0.000000"
  48232. "pattern_offset_x_end" "0.000000"
  48233. "pattern_offset_y_start" "0.000000"
  48234. "pattern_offset_y_end" "0.000000"
  48235. "pattern_rotate_start" "0.000000"
  48236. "pattern_rotate_end" "0.000000"
  48237. "wear_remap_min" "0.000000"
  48238. "wear_remap_max" "1.000000"
  48239. }
  48240. "344"
  48241. {
  48242. "name" "cu_medieval_dragon_awp"
  48243. "description_string" "#PaintKit_cu_medieval_dragon_awp"
  48244. "description_tag" "#PaintKit_cu_medieval_dragon_awp_Tag"
  48245. "style" "7"
  48246. "pattern" "dragon_awp"
  48247. "pattern_scale" "1.000000"
  48248. "phongexponent" "32"
  48249. "phongintensity" "140"
  48250. "ignore_weapon_size_scale" "1"
  48251. "only_first_material" "0"
  48252. "pattern_offset_x_start" "0.000000"
  48253. "pattern_offset_x_end" "0.000000"
  48254. "pattern_offset_y_start" "0.000000"
  48255. "pattern_offset_y_end" "0.000000"
  48256. "pattern_rotate_start" "0.000000"
  48257. "pattern_rotate_end" "0.000000"
  48258. "wear_remap_min" "0.000000"
  48259. "wear_remap_max" "0.700000"
  48260. }
  48261. "345"
  48262. {
  48263. "name" "cu_green_leather_sawedoff"
  48264. "description_string" "#PaintKit_cu_green_leather"
  48265. "description_tag" "#PaintKit_cu_green_leather_Tag"
  48266. "style" "7"
  48267. "pattern" "green_leather_sawedoff"
  48268. "pattern_scale" "1.000000"
  48269. "phongexponent" "4"
  48270. "phongintensity" "6"
  48271. "ignore_weapon_size_scale" "1"
  48272. "only_first_material" "0"
  48273. "pattern_offset_x_start" "0.000000"
  48274. "pattern_offset_x_end" "0.000000"
  48275. "pattern_offset_y_start" "0.000000"
  48276. "pattern_offset_y_end" "0.000000"
  48277. "pattern_rotate_start" "0.000000"
  48278. "pattern_rotate_end" "0.000000"
  48279. "wear_remap_min" "0.000000"
  48280. "wear_remap_max" "0.500000"
  48281. }
  48282. "346"
  48283. {
  48284. "name" "cu_luggage_p2000"
  48285. "description_string" "#PaintKit_cu_luggage_p2000"
  48286. "description_tag" "#PaintKit_cu_luggage_p2000_Tag"
  48287. "style" "7"
  48288. "pattern" "leather_p2000"
  48289. "pattern_scale" "1.000000"
  48290. "phongexponent" "4"
  48291. "phongintensity" "4"
  48292. "ignore_weapon_size_scale" "1"
  48293. "only_first_material" "0"
  48294. "pattern_offset_x_start" "0.000000"
  48295. "pattern_offset_x_end" "0.000000"
  48296. "pattern_offset_y_start" "0.000000"
  48297. "pattern_offset_y_end" "0.000000"
  48298. "pattern_rotate_start" "0.000000"
  48299. "pattern_rotate_end" "0.000000"
  48300. "wear_remap_min" "0.000000"
  48301. "wear_remap_max" "1.000000"
  48302. "view_model_exponent_override_size" "512"
  48303. }
  48304. "347"
  48305. {
  48306. "name" "aq_pilot_deagle"
  48307. "description_string" "#PaintKit_aq_pilot_deagle"
  48308. "description_tag" "#PaintKit_aq_pilot_deagle_Tag"
  48309. "style" "8"
  48310. "pattern" "pilot_deagle"
  48311. "color0" "255 255 255"
  48312. "color1" "255 255 255"
  48313. "color2" "203 209 221"
  48314. "color3" "225 221 207"
  48315. "pattern_scale" "1.000000"
  48316. "phongexponent" "60"
  48317. "phongalbedoboost" "30"
  48318. "ignore_weapon_size_scale" "1"
  48319. "only_first_material" "0"
  48320. "pattern_offset_x_start" "0.000000"
  48321. "pattern_offset_x_end" "0.000000"
  48322. "pattern_offset_y_start" "0.000000"
  48323. "pattern_offset_y_end" "0.000000"
  48324. "pattern_rotate_start" "0.000000"
  48325. "pattern_rotate_end" "0.000000"
  48326. "wear_remap_min" "0.000000"
  48327. "wear_remap_max" "1.000000"
  48328. }
  48329. "348"
  48330. {
  48331. "name" "cu_leather_xm1014"
  48332. "description_string" "#PaintKit_cu_leather_xm1014"
  48333. "description_tag" "#PaintKit_cu_leather_xm1014_Tag"
  48334. "style" "7"
  48335. "pattern" "leather_xm1014"
  48336. "pattern_scale" "1.000000"
  48337. "phongexponent" "4"
  48338. "phongintensity" "4"
  48339. "ignore_weapon_size_scale" "1"
  48340. "only_first_material" "0"
  48341. "pattern_offset_x_start" "0.000000"
  48342. "pattern_offset_x_end" "0.000000"
  48343. "pattern_offset_y_start" "0.000000"
  48344. "pattern_offset_y_end" "0.000000"
  48345. "pattern_rotate_start" "0.000000"
  48346. "pattern_rotate_end" "0.000000"
  48347. "wear_remap_min" "0.000000"
  48348. "wear_remap_max" "0.560000"
  48349. }
  48350. "349"
  48351. {
  48352. "name" "cu_bizon-osiris"
  48353. "description_string" "#PaintKit_cu_bizon-osiris"
  48354. "description_tag" "#PaintKit_cu_bizon-osiris_tag"
  48355. "style" "7"
  48356. "pattern" "osiris"
  48357. "pattern_scale" "1.000000"
  48358. "phongexponent" "100"
  48359. "phongintensity" "55"
  48360. "ignore_weapon_size_scale" "1"
  48361. "only_first_material" "0"
  48362. "pattern_offset_x_start" "0.000000"
  48363. "pattern_offset_x_end" "0.000000"
  48364. "pattern_offset_y_start" "0.000000"
  48365. "pattern_offset_y_end" "0.000000"
  48366. "pattern_rotate_start" "0.000000"
  48367. "pattern_rotate_end" "0.000000"
  48368. "wear_remap_min" "0.000000"
  48369. "wear_remap_max" "0.500000"
  48370. }
  48371. "350"
  48372. {
  48373. "name" "cu_c75a-tiger"
  48374. "description_string" "#PaintKit_cu_c75a-tiger"
  48375. "description_tag" "#PaintKit_cu_c75a-tiger_tag"
  48376. "style" "7"
  48377. "pattern" "cz-75-tiger"
  48378. "pattern_scale" "1.000000"
  48379. "phongexponent" "132"
  48380. "phongintensity" "42"
  48381. "ignore_weapon_size_scale" "1"
  48382. "only_first_material" "0"
  48383. "pattern_offset_x_start" "0.000000"
  48384. "pattern_offset_x_end" "0.000000"
  48385. "pattern_offset_y_start" "0.000000"
  48386. "pattern_offset_y_end" "0.000000"
  48387. "pattern_rotate_start" "0.000000"
  48388. "pattern_rotate_end" "0.000000"
  48389. "wear_remap_min" "0.000000"
  48390. "wear_remap_max" "1.000000"
  48391. }
  48392. "351"
  48393. {
  48394. "name" "cu_deagle_aureus"
  48395. "description_string" "#PaintKit_cu_deagle_aureus"
  48396. "description_tag" "#PaintKit_cu_deagle_aureus_tag"
  48397. "style" "7"
  48398. "pattern" "deagle_aureus"
  48399. "pattern_scale" "1.000000"
  48400. "phongexponent" "150"
  48401. "phongintensity" "10"
  48402. "ignore_weapon_size_scale" "1"
  48403. "only_first_material" "0"
  48404. "pattern_offset_x_start" "0.000000"
  48405. "pattern_offset_x_end" "0.000000"
  48406. "pattern_offset_y_start" "0.000000"
  48407. "pattern_offset_y_end" "0.000000"
  48408. "pattern_rotate_start" "0.000000"
  48409. "pattern_rotate_end" "0.000000"
  48410. "wear_remap_min" "0.000000"
  48411. "wear_remap_max" "0.300000"
  48412. }
  48413. "352"
  48414. {
  48415. "name" "aq_57_feathers"
  48416. "description_string" "#PaintKit_aq_57_feathers"
  48417. "description_tag" "#PaintKit_aq_57_feathers_tag"
  48418. "style" "8"
  48419. "pattern" "57_feathers"
  48420. "color0" "128 128 128 255"
  48421. "color1" "150 150 150 255"
  48422. "color2" "96 96 96 255"
  48423. "color3" "108 108 108 255"
  48424. "pattern_scale" "1.000000"
  48425. "phongexponent" "100"
  48426. "phongalbedoboost" "10"
  48427. "ignore_weapon_size_scale" "1"
  48428. "only_first_material" "0"
  48429. "pattern_offset_x_start" "0.000000"
  48430. "pattern_offset_x_end" "0.000000"
  48431. "pattern_offset_y_start" "0.000000"
  48432. "pattern_offset_y_end" "0.000000"
  48433. "pattern_rotate_start" "0.000000"
  48434. "pattern_rotate_end" "0.000000"
  48435. "wear_remap_min" "0.000000"
  48436. "wear_remap_max" "1.000000"
  48437. }
  48438. "353"
  48439. {
  48440. "name" "cu_glock-liquescent"
  48441. "description_string" "#PaintKit_cu_glock-liquescent"
  48442. "description_tag" "#PaintKit_cu_glock-liquescent_tag"
  48443. "style" "7"
  48444. "pattern" "liquescent"
  48445. "pattern_scale" "1.000000"
  48446. "phongexponent" "185"
  48447. "phongintensity" "58"
  48448. "ignore_weapon_size_scale" "1"
  48449. "only_first_material" "0"
  48450. "pattern_offset_x_start" "0.000000"
  48451. "pattern_offset_x_end" "0.000000"
  48452. "pattern_offset_y_start" "0.000000"
  48453. "pattern_offset_y_end" "0.000000"
  48454. "pattern_rotate_start" "0.000000"
  48455. "pattern_rotate_end" "0.000000"
  48456. "wear_remap_min" "0.000000"
  48457. "wear_remap_max" "0.700000"
  48458. }
  48459. "354"
  48460. {
  48461. "name" "cu_mp7-commander"
  48462. "description_string" "#PaintKit_cu_mp7-commander"
  48463. "description_tag" "#PaintKit_cu_mp7-commander_tag"
  48464. "style" "7"
  48465. "pattern" "mp7-commander"
  48466. "pattern_scale" "1.000000"
  48467. "phongexponent" "150"
  48468. "phongintensity" "100"
  48469. "ignore_weapon_size_scale" "1"
  48470. "only_first_material" "0"
  48471. "pattern_offset_x_start" "0.000000"
  48472. "pattern_offset_x_end" "0.000000"
  48473. "pattern_offset_y_start" "0.000000"
  48474. "pattern_offset_y_end" "0.000000"
  48475. "pattern_rotate_start" "0.000000"
  48476. "pattern_rotate_end" "0.000000"
  48477. "wear_remap_min" "0.000000"
  48478. "wear_remap_max" "0.500000"
  48479. }
  48480. "355"
  48481. {
  48482. "name" "cu_negev_titanstorm"
  48483. "description_string" "#PaintKit_cu_titanstorm"
  48484. "description_tag" "#PaintKit_cu_titanstorm_tag"
  48485. "style" "7"
  48486. "pattern" "mach_negev_titanstorm"
  48487. "pattern_scale" "1.000000"
  48488. "phongexponent" "100"
  48489. "phongintensity" "100"
  48490. "ignore_weapon_size_scale" "1"
  48491. "only_first_material" "1"
  48492. "pattern_offset_x_start" "0.000000"
  48493. "pattern_offset_x_end" "0.000000"
  48494. "pattern_offset_y_start" "0.000000"
  48495. "pattern_offset_y_end" "0.000000"
  48496. "pattern_rotate_start" "0.000000"
  48497. "pattern_rotate_end" "0.000000"
  48498. "wear_remap_min" "0.000000"
  48499. "wear_remap_max" "0.500000"
  48500. }
  48501. "356"
  48502. {
  48503. "name" "cu_nova_koi"
  48504. "description_string" "#PaintKit_cu_nova_koi"
  48505. "description_tag" "#PaintKit_cu_nova_koi_tag"
  48506. "style" "7"
  48507. "pattern" "nova_koi"
  48508. "pattern_scale" "1.000000"
  48509. "phongexponent" "128"
  48510. "phongintensity" "64"
  48511. "ignore_weapon_size_scale" "1"
  48512. "only_first_material" "0"
  48513. "pattern_offset_x_start" "0.000000"
  48514. "pattern_offset_x_end" "0.000000"
  48515. "pattern_offset_y_start" "0.000000"
  48516. "pattern_offset_y_end" "0.000000"
  48517. "pattern_rotate_start" "0.000000"
  48518. "pattern_rotate_end" "0.000000"
  48519. "wear_remap_min" "0.000000"
  48520. "wear_remap_max" "0.300000"
  48521. }
  48522. "357"
  48523. {
  48524. "name" "cu_p2000_ivory"
  48525. "description_string" "#PaintKit_cu_p2000_ivory"
  48526. "description_tag" "#PaintKit_cu_p2000_ivory_tag"
  48527. "style" "7"
  48528. "pattern" "p2000_ivory"
  48529. "pattern_scale" "1.000000"
  48530. "phongexponent" "30"
  48531. "phongintensity" "50"
  48532. "ignore_weapon_size_scale" "1"
  48533. "only_first_material" "0"
  48534. "pattern_offset_x_start" "0.000000"
  48535. "pattern_offset_x_end" "0.000000"
  48536. "pattern_offset_y_start" "0.000000"
  48537. "pattern_offset_y_end" "0.000000"
  48538. "pattern_rotate_start" "0.000000"
  48539. "pattern_rotate_end" "0.000000"
  48540. "wear_remap_min" "0.000000"
  48541. "wear_remap_max" "1.000000"
  48542. }
  48543. "358"
  48544. {
  48545. "name" "cu_bittersweet"
  48546. "description_string" "#PaintKit_cu_bittersweet"
  48547. "description_tag" "#PaintKit_cu_bittersweet_tag"
  48548. "style" "7"
  48549. "pattern" "bittersweet"
  48550. "pattern_scale" "2.000000"
  48551. "phongexponent" "75"
  48552. "phongintensity" "100"
  48553. "ignore_weapon_size_scale" "1"
  48554. "only_first_material" "0"
  48555. "pattern_offset_x_start" "0.000000"
  48556. "pattern_offset_x_end" "1.000000"
  48557. "pattern_offset_y_start" "0.000000"
  48558. "pattern_offset_y_end" "1.000000"
  48559. "pattern_rotate_start" "0.000000"
  48560. "pattern_rotate_end" "360.000000"
  48561. "wear_remap_min" "0.000000"
  48562. "wear_remap_max" "0.400000"
  48563. }
  48564. "359"
  48565. {
  48566. "name" "cu_p90-asiimov"
  48567. "description_string" "#PaintKit_cu_m4_asimov"
  48568. "description_tag" "#PaintKit_cu_m4_asimov_tag"
  48569. "style" "7"
  48570. "pattern" "zone9_p90"
  48571. "pattern_scale" "1.000000"
  48572. "phongexponent" "180"
  48573. "phongintensity" "255"
  48574. "ignore_weapon_size_scale" "1"
  48575. "only_first_material" "0"
  48576. "pattern_offset_x_start" "0.000000"
  48577. "pattern_offset_x_end" "0.000000"
  48578. "pattern_offset_y_start" "0.000000"
  48579. "pattern_offset_y_end" "0.000000"
  48580. "pattern_rotate_start" "0.000000"
  48581. "pattern_rotate_end" "0.000000"
  48582. "wear_remap_min" "0.000000"
  48583. "wear_remap_max" "0.920000"
  48584. }
  48585. "360"
  48586. {
  48587. "name" "cu_m4a1s_cyrex"
  48588. "description_string" "#PaintKit_cu_cyrex"
  48589. "description_tag" "#PaintKit_cu_cyrex_tag"
  48590. "style" "7"
  48591. "pattern" "m4a1_cyrex"
  48592. "pattern_scale" "1.000000"
  48593. "phongexponent" "255"
  48594. "phongintensity" "25"
  48595. "ignore_weapon_size_scale" "1"
  48596. "only_first_material" "0"
  48597. "pattern_offset_x_start" "1.000000"
  48598. "pattern_offset_x_end" "1.000000"
  48599. "pattern_offset_y_start" "1.000000"
  48600. "pattern_offset_y_end" "1.000000"
  48601. "pattern_rotate_start" "0.000000"
  48602. "pattern_rotate_end" "0.000000"
  48603. "wear_remap_min" "0.000000"
  48604. "wear_remap_max" "0.500000"
  48605. }
  48606. "361"
  48607. {
  48608. "name" "aq_leviathan"
  48609. "description_string" "#PaintKit_aq_leviathan"
  48610. "description_tag" "#PaintKit_aq_leviathan_tag"
  48611. "style" "8"
  48612. "pattern" "leviathan"
  48613. "color0" "255 255 255"
  48614. "color1" "50 171 255"
  48615. "color2" "255 255 255"
  48616. "color3" "255 255 255"
  48617. "pattern_scale" "2.500000"
  48618. "phongexponent" "32"
  48619. "phongalbedoboost" "1"
  48620. "ignore_weapon_size_scale" "0"
  48621. "only_first_material" "0"
  48622. "pattern_offset_x_start" "0.000000"
  48623. "pattern_offset_x_end" "1.000000"
  48624. "pattern_offset_y_start" "0.000000"
  48625. "pattern_offset_y_end" "1.000000"
  48626. "pattern_rotate_start" "0.000000"
  48627. "pattern_rotate_end" "360.000000"
  48628. "wear_remap_min" "0.000000"
  48629. "wear_remap_max" "1.000000"
  48630. "dialog_config" "25,0,0,1"
  48631. }
  48632. "362"
  48633. {
  48634. "name" "hy_lines_orange"
  48635. "description_string" "#PaintKit_hy_lines_orange"
  48636. "description_tag" "#PaintKit_hy_lines_orange_tag"
  48637. "style" "2"
  48638. "pattern" "liner"
  48639. "color0" "191 207 209"
  48640. "color1" "0 0 0"
  48641. "color2" "68 82 87"
  48642. "color3" "207 140 57"
  48643. "pattern_scale" "2.000000"
  48644. "phongexponent" "60"
  48645. "phongintensity" "100"
  48646. "ignore_weapon_size_scale" "0"
  48647. "only_first_material" "0"
  48648. "pattern_offset_x_start" "0.000000"
  48649. "pattern_offset_x_end" "1.000000"
  48650. "pattern_offset_y_start" "0.000000"
  48651. "pattern_offset_y_end" "1.000000"
  48652. "pattern_rotate_start" "0.000000"
  48653. "pattern_rotate_end" "0.000000"
  48654. "wear_remap_min" "0.000000"
  48655. "wear_remap_max" "0.400000"
  48656. }
  48657. "363"
  48658. {
  48659. "name" "cu_luggage_sg553"
  48660. "description_string" "#PaintKit_cu_luggage_sg553"
  48661. "description_tag" "#PaintKit_cu_luggage_sg553_Tag"
  48662. "style" "7"
  48663. "pattern" "luggage_sg553"
  48664. "pattern_scale" "1.000000"
  48665. "phongexponent" "32"
  48666. "phongintensity" "4"
  48667. "ignore_weapon_size_scale" "1"
  48668. "only_first_material" "0"
  48669. "pattern_offset_x_start" "0.000000"
  48670. "pattern_offset_x_end" "0.000000"
  48671. "pattern_offset_y_start" "0.000000"
  48672. "pattern_offset_y_end" "0.000000"
  48673. "pattern_rotate_start" "0.000000"
  48674. "pattern_rotate_end" "0.000000"
  48675. "wear_remap_min" "0.000000"
  48676. "wear_remap_max" "1.000000"
  48677. }
  48678. "364"
  48679. {
  48680. "name" "cu_luggage_usp-s"
  48681. "description_string" "#PaintKit_cu_luggage_usp-s"
  48682. "description_tag" "#PaintKit_cu_luggage_usp-s_Tag"
  48683. "style" "7"
  48684. "pattern" "luggage_usp-s"
  48685. "pattern_scale" "1.000000"
  48686. "phongexponent" "32"
  48687. "phongintensity" "4"
  48688. "ignore_weapon_size_scale" "1"
  48689. "only_first_material" "0"
  48690. "pattern_offset_x_start" "0.000000"
  48691. "pattern_offset_x_end" "0.000000"
  48692. "pattern_offset_y_start" "0.000000"
  48693. "pattern_offset_y_end" "0.000000"
  48694. "pattern_rotate_start" "0.000000"
  48695. "pattern_rotate_end" "0.000000"
  48696. "wear_remap_min" "0.000000"
  48697. "wear_remap_max" "1.000000"
  48698. }
  48699. "365"
  48700. {
  48701. "name" "hy_plaid1"
  48702. "description_string" "#PaintKit_hy_plaid1"
  48703. "description_tag" "#PaintKit_hy_plaid1_Tag"
  48704. "style" "2"
  48705. "pattern" "tartan1"
  48706. "color0" "14 14 14"
  48707. "color1" "150 139 123"
  48708. "color2" "121 121 97"
  48709. "color3" "63 64 48"
  48710. "pattern_scale" "4.000000"
  48711. "phongexponent" "32"
  48712. "phongintensity" "10"
  48713. "ignore_weapon_size_scale" "0"
  48714. "only_first_material" "0"
  48715. "pattern_offset_x_start" "0.000000"
  48716. "pattern_offset_x_end" "1.000000"
  48717. "pattern_offset_y_start" "0.000000"
  48718. "pattern_offset_y_end" "1.000000"
  48719. "pattern_rotate_start" "25.000000"
  48720. "pattern_rotate_end" "45.000000"
  48721. "wear_remap_min" "0.000000"
  48722. "wear_remap_max" "0.580000"
  48723. }
  48724. "366"
  48725. {
  48726. "name" "hy_plaid2"
  48727. "description_string" "#PaintKit_hy_plaid2"
  48728. "description_tag" "#PaintKit_chy_plaid2_Tag"
  48729. "style" "2"
  48730. "pattern" "tartan1"
  48731. "color0" "14 14 14"
  48732. "color1" "90 82 69"
  48733. "color2" "121 116 97"
  48734. "color3" "48 64 58"
  48735. "pattern_scale" "4.000000"
  48736. "phongexponent" "32"
  48737. "phongintensity" "10"
  48738. "ignore_weapon_size_scale" "0"
  48739. "only_first_material" "0"
  48740. "pattern_offset_x_start" "0.000000"
  48741. "pattern_offset_x_end" "1.000000"
  48742. "pattern_offset_y_start" "0.000000"
  48743. "pattern_offset_y_end" "1.000000"
  48744. "pattern_rotate_start" "25.000000"
  48745. "pattern_rotate_end" "45.000000"
  48746. "wear_remap_min" "0.000000"
  48747. "wear_remap_max" "0.580000"
  48748. }
  48749. "367"
  48750. {
  48751. "name" "am_nuclear_pattern1_glock"
  48752. "description_string" "#PaintKit_am_nuclear_pattern1_glock"
  48753. "description_tag" "#PaintKit_am_nuclear_pattern1_glock_Tag"
  48754. "style" "5"
  48755. "pattern" "nuclear_pattern"
  48756. "color0" "34 31 29"
  48757. "color1" "77 51 13"
  48758. "color2" "40 37 33"
  48759. "color3" "236 138 22"
  48760. "pattern_scale" "2.200000"
  48761. "phongexponent" "1"
  48762. "phongalbedoboost" "66"
  48763. "view_model_exponent_override_size" "1024"
  48764. "ignore_weapon_size_scale" "1"
  48765. "only_first_material" "0"
  48766. "pattern_offset_x_start" "0.000000"
  48767. "pattern_offset_x_end" "1.000000"
  48768. "pattern_offset_y_start" "0.000000"
  48769. "pattern_offset_y_end" "1.000000"
  48770. "pattern_rotate_start" "1.000000"
  48771. "pattern_rotate_end" "180.000000"
  48772. "wear_remap_min" "0.000000"
  48773. "wear_remap_max" "1.000000"
  48774. "dialog_config" "9,0,0,1"
  48775. }
  48776. "368"
  48777. {
  48778. "name" "hy_nuclear_pattern2_mp9"
  48779. "description_string" "#PaintKit_hy_nuclear_pattern2_mp9"
  48780. "description_tag" "#PaintKit_hy_nuclear_pattern2_mp9_Tag"
  48781. "style" "2"
  48782. "pattern" "nuclear_pattern"
  48783. "color0" "22 21 20"
  48784. "color1" "95 19 1"
  48785. "color2" "35 33 31"
  48786. "color3" "238 67 7"
  48787. "pattern_scale" "2.200000"
  48788. "phongexponent" "0"
  48789. "phongintensity" "0"
  48790. "ignore_weapon_size_scale" "1"
  48791. "only_first_material" "0"
  48792. "pattern_offset_x_start" "0.000000"
  48793. "pattern_offset_x_end" "1.000000"
  48794. "pattern_offset_y_start" "0.000000"
  48795. "pattern_offset_y_end" "1.000000"
  48796. "pattern_rotate_start" "1.000000"
  48797. "pattern_rotate_end" "360.000000"
  48798. "wear_remap_min" "0.000000"
  48799. "wear_remap_max" "1.000000"
  48800. "dialog_config" "16,0,0,2"
  48801. }
  48802. "369"
  48803. {
  48804. "name" "sp_nuclear_pattern3_negev"
  48805. "description_string" "#PaintKit_sp_nuclear_pattern3_negev"
  48806. "description_tag" "#PaintKit_sp_nuclear_pattern3_negev_Tag"
  48807. "style" "3"
  48808. "pattern" "nuclear_pattern"
  48809. "color0" "31 16 3"
  48810. "color1" "28 27 25"
  48811. "color2" "18 17 17"
  48812. "color3" "240 155 20"
  48813. "pattern_scale" "2.200000"
  48814. "phongexponent" "0"
  48815. "phongintensity" "0"
  48816. "ignore_weapon_size_scale" "1"
  48817. "only_first_material" "0"
  48818. "pattern_offset_x_start" "0.000000"
  48819. "pattern_offset_x_end" "1.000000"
  48820. "pattern_offset_y_start" "0.000000"
  48821. "pattern_offset_y_end" "1.000000"
  48822. "pattern_rotate_start" "1.000000"
  48823. "pattern_rotate_end" "180.000000"
  48824. "wear_remap_min" "0.000000"
  48825. "wear_remap_max" "0.400000"
  48826. "dialog_config" "17,0,0,1"
  48827. }
  48828. "370"
  48829. {
  48830. "name" "am_nuclear_skulls1_xm1014"
  48831. "description_string" "#PaintKit_am_nuclear_skulls1_xm1014"
  48832. "description_tag" "#PaintKit_am_nuclear_skulls1_xm1014_Tag"
  48833. "style" "5"
  48834. "pattern" "nuclear_skulls_02"
  48835. "color0" "60 26 4"
  48836. "color1" "25 189 134"
  48837. "color2" "229 97 8"
  48838. "color3" "14 27 4"
  48839. "pattern_scale" "2.700000"
  48840. "phongexponent" "2"
  48841. "phongalbedoboost" "33"
  48842. "view_model_exponent_override_size" "1024"
  48843. "ignore_weapon_size_scale" "1"
  48844. "only_first_material" "0"
  48845. "pattern_offset_x_start" "0.000000"
  48846. "pattern_offset_x_end" "1.000000"
  48847. "pattern_offset_y_start" "0.000000"
  48848. "pattern_offset_y_end" "1.000000"
  48849. "pattern_rotate_start" "0.000000"
  48850. "pattern_rotate_end" "180.000000"
  48851. "wear_remap_min" "0.000000"
  48852. "wear_remap_max" "0.600000"
  48853. "dialog_config" "30,0,0,1"
  48854. }
  48855. "371"
  48856. {
  48857. "name" "am_nuclear_skulls2_famas"
  48858. "description_string" "#PaintKit_am_nuclear_skulls2_famas"
  48859. "description_tag" "#PaintKit_am_nuclear_skulls2_famas_Tag"
  48860. "style" "5"
  48861. "pattern" "nuclear_skulls_02"
  48862. "color0" "28 5 3"
  48863. "color1" "180 155 126"
  48864. "color2" "81 2 7"
  48865. "color3" "13 11 10"
  48866. "pattern_scale" "3.000000"
  48867. "phongexponent" "12"
  48868. "phongalbedoboost" "44"
  48869. "view_model_exponent_override_size" "1024"
  48870. "ignore_weapon_size_scale" "1"
  48871. "only_first_material" "0"
  48872. "pattern_offset_x_start" "0.000000"
  48873. "pattern_offset_x_end" "1.000000"
  48874. "pattern_offset_y_start" "0.000000"
  48875. "pattern_offset_y_end" "1.000000"
  48876. "pattern_rotate_start" "0.000000"
  48877. "pattern_rotate_end" "180.000000"
  48878. "wear_remap_min" "0.000000"
  48879. "wear_remap_max" "0.600000"
  48880. "dialog_config" "5,0,0,1"
  48881. }
  48882. "372"
  48883. {
  48884. "name" "am_nuclear_skulls3_mac10"
  48885. "description_string" "#PaintKit_am_nuclear_skulls3_mac10"
  48886. "description_tag" "#PaintKit_am_nuclear_skulls3_mac10_Tag"
  48887. "style" "5"
  48888. "pattern" "nuclear_skulls_02"
  48889. "color0" "86 140 38"
  48890. "color1" "205 226 64"
  48891. "color2" "45 60 43"
  48892. "color3" "13 11 10"
  48893. "pattern_scale" "3.000000"
  48894. "phongexponent" "12"
  48895. "phongalbedoboost" "44"
  48896. "view_model_exponent_override_size" "1024"
  48897. "ignore_weapon_size_scale" "1"
  48898. "only_first_material" "0"
  48899. "pattern_offset_x_start" "0.000000"
  48900. "pattern_offset_x_end" "1.000000"
  48901. "pattern_offset_y_start" "0.000000"
  48902. "pattern_offset_y_end" "1.000000"
  48903. "pattern_rotate_start" "0.000000"
  48904. "pattern_rotate_end" "180.000000"
  48905. "wear_remap_min" "0.000000"
  48906. "wear_remap_max" "0.700000"
  48907. "dialog_config" "13,0,0,0"
  48908. }
  48909. "373"
  48910. {
  48911. "name" "hy_nuclear_skulls4_p250"
  48912. "description_string" "#PaintKit_hy_nuclear_skulls4_p250"
  48913. "description_tag" "#PaintKit_hy_nuclear_skulls4_p250_Tag"
  48914. "style" "2"
  48915. "pattern" "nuclear_skulls_02"
  48916. "color0" "55 60 71"
  48917. "color1" "201 192 148"
  48918. "color2" "136 111 71"
  48919. "color3" "20 23 35"
  48920. "pattern_scale" "2.300000"
  48921. "phongexponent" "55"
  48922. "phongintensity" "0"
  48923. "ignore_weapon_size_scale" "1"
  48924. "only_first_material" "0"
  48925. "pattern_offset_x_start" "0.000000"
  48926. "pattern_offset_x_end" "1.000000"
  48927. "pattern_offset_y_start" "0.000000"
  48928. "pattern_offset_y_end" "1.000000"
  48929. "pattern_rotate_start" "0.000000"
  48930. "pattern_rotate_end" "180.000000"
  48931. "wear_remap_min" "0.000000"
  48932. "wear_remap_max" "0.830000"
  48933. "dialog_config" "20,0,0,1"
  48934. }
  48935. "374"
  48936. {
  48937. "name" "hy_nuclear_skulls5_tec9"
  48938. "description_string" "#PaintKit_hy_nuclear_skulls5_tec9"
  48939. "description_tag" "#PaintKit_hy_nuclear_skulls5_tec9_Tag"
  48940. "style" "2"
  48941. "pattern" "nuclear_skulls_02"
  48942. "color0" "46 26 14"
  48943. "color1" "65 170 135"
  48944. "color2" "215 102 27"
  48945. "color3" "14 27 4"
  48946. "pattern_scale" "2.200000"
  48947. "phongexponent" "55"
  48948. "phongintensity" "0"
  48949. "ignore_weapon_size_scale" "1"
  48950. "only_first_material" "0"
  48951. "pattern_offset_x_start" "0.000000"
  48952. "pattern_offset_x_end" "1.000000"
  48953. "pattern_offset_y_start" "0.000000"
  48954. "pattern_offset_y_end" "1.000000"
  48955. "pattern_rotate_start" "0.000000"
  48956. "pattern_rotate_end" "180.000000"
  48957. "wear_remap_min" "0.000000"
  48958. "wear_remap_max" "0.700000"
  48959. "dialog_config" "27,0,0,0"
  48960. }
  48961. "375"
  48962. {
  48963. "name" "sp_nukestripe_orange_aug"
  48964. "description_string" "#PaintKit_sp_nukestripe"
  48965. "description_tag" "#PaintKit_sp_nukestripe_orange_Tag"
  48966. "style" "3"
  48967. "pattern" "nukestripe"
  48968. "color0" "37 41 41"
  48969. "color1" "41 52 65"
  48970. "color2" "244 80 32"
  48971. "color3" "183 58 28"
  48972. "pattern_scale" "1.000000"
  48973. "phongexponent" "12"
  48974. "phongintensity" "12"
  48975. "ignore_weapon_size_scale" "1"
  48976. "only_first_material" "0"
  48977. "pattern_offset_x_start" "0.810000"
  48978. "pattern_offset_x_end" "1.000000"
  48979. "pattern_offset_y_start" "0.250000"
  48980. "pattern_offset_y_end" "0.330000"
  48981. "pattern_rotate_start" "0"
  48982. "pattern_rotate_end" "0"
  48983. "wear_remap_min" "0.000000"
  48984. "wear_remap_max" "0.550000"
  48985. "dialog_config" "1,0,0,1"
  48986. }
  48987. "376"
  48988. {
  48989. "name" "so_grey_nuclear_green_bizon"
  48990. "description_string" "#PaintKit_so_grey_nuclear_green_bizon"
  48991. "description_tag" "#PaintKit_so_grey_nuclear_green_bizon_Tag"
  48992. "style" "1"
  48993. "color0" "163 200 34"
  48994. "color1" "33 35 27"
  48995. "color2" "23 26 19"
  48996. "color3" "24 24 17"
  48997. "phongexponent" "30"
  48998. "phongintensity" "44"
  48999. "only_first_material" "0"
  49000. "wear_remap_min" "0.000000"
  49001. "wear_remap_max" "0.900000"
  49002. "dialog_config" "22,0,0,0"
  49003. }
  49004. "377"
  49005. {
  49006. "name" "so_grey_nuclear_orange_five_seven"
  49007. "description_string" "#PaintKit_so_grey_nuclear_orange_five_seven"
  49008. "description_tag" "#PaintKit_so_grey_nuclear_orange_five_seven_Tag"
  49009. "style" "1"
  49010. "color0" "142 197 46"
  49011. "color1" "57 57 53"
  49012. "color2" "156 158 135"
  49013. "color3" "25 25 23"
  49014. "phongexponent" "30"
  49015. "phongintensity" "44"
  49016. "only_first_material" "0"
  49017. "wear_remap_min" "0.000000"
  49018. "wear_remap_max" "1.000000"
  49019. "dialog_config" "6,0,0,1"
  49020. }
  49021. "378"
  49022. {
  49023. "name" "sp_nukestripe_maroon_sg553"
  49024. "description_string" "#PaintKit_sp_nukestripe"
  49025. "description_tag" "#PaintKit_sp_nukestripe_maroon_Tag"
  49026. "style" "3"
  49027. "pattern" "nukestripe"
  49028. "color0" "98 40 40"
  49029. "color1" "41 65 70"
  49030. "color2" "177 52 52"
  49031. "color3" "44 46 28"
  49032. "pattern_scale" "1.200000"
  49033. "phongexponent" "12"
  49034. "phongintensity" "12"
  49035. "ignore_weapon_size_scale" "1"
  49036. "only_first_material" "0"
  49037. "pattern_offset_x_start" "0.790000"
  49038. "pattern_offset_x_end" "0.790000"
  49039. "pattern_offset_y_start" "0.570000"
  49040. "pattern_offset_y_end" "0.670000"
  49041. "pattern_rotate_start" "350.000000"
  49042. "pattern_rotate_end" "351.000000"
  49043. "wear_remap_min" "0.000000"
  49044. "wear_remap_max" "0.800000"
  49045. "dialog_config" "24,0,0,1"
  49046. }
  49047. "379"
  49048. {
  49049. "name" "cu_cerbrus_galil"
  49050. "description_string" "#PaintKit_cu_cerbrus_galil"
  49051. "description_tag" "#PaintKit_cu_cerbrus_galil_Tag"
  49052. "style" "7"
  49053. "pattern" "cerbrus_galil"
  49054. "pattern_scale" "1.000000"
  49055. "phongexponent" "4"
  49056. "phongintensity" "2"
  49057. "ignore_weapon_size_scale" "1"
  49058. "only_first_material" "0"
  49059. "pattern_offset_x_start" "0.000000"
  49060. "pattern_offset_x_end" "0.000000"
  49061. "pattern_offset_y_start" "0.000000"
  49062. "pattern_offset_y_end" "0.000000"
  49063. "pattern_rotate_start" "0.000000"
  49064. "pattern_rotate_end" "0.000000"
  49065. "wear_remap_min" "0.000000"
  49066. "wear_remap_max" "0.900000"
  49067. "dialog_config" "8,0,0,0"
  49068. }
  49069. "380"
  49070. {
  49071. "name" "cu_tribute_ak47"
  49072. "description_string" "#PaintKit_cu_tribute_ak47"
  49073. "description_tag" "#PaintKit_cu_tribute_ak47_Tag"
  49074. "style" "7"
  49075. "pattern" "workshop/tribute_ak47"
  49076. "pattern_scale" "1.000000"
  49077. "phongexponent" "255"
  49078. "phongintensity" "50"
  49079. "ignore_weapon_size_scale" "1"
  49080. "only_first_material" "0"
  49081. "pattern_offset_x_start" "0.000000"
  49082. "pattern_offset_x_end" "0.000000"
  49083. "pattern_offset_y_start" "0.000000"
  49084. "pattern_offset_y_end" "0.000000"
  49085. "pattern_rotate_start" "0.000000"
  49086. "pattern_rotate_end" "0.000000"
  49087. "wear_remap_min" "0.050000"
  49088. "wear_remap_max" "0.700000"
  49089. }
  49090. "381"
  49091. {
  49092. "name" "aq_glock_coiled"
  49093. "description_string" "#PaintKit_aq_glock_coiled"
  49094. "description_tag" "#PaintKit_aq_glock_coiled_Tag"
  49095. "style" "8"
  49096. "pattern" "workshop/167-miracle"
  49097. "pattern_scale" "2.000000"
  49098. "phongexponent" "50"
  49099. "phongalbedoboost" "50"
  49100. "ignore_weapon_size_scale" "1"
  49101. "pattern_offset_x_start" "0.000000"
  49102. "pattern_offset_x_end" "1.000000"
  49103. "pattern_offset_y_start" "0.000000"
  49104. "pattern_offset_y_end" "1.000000"
  49105. "pattern_rotate_start" "0.000000"
  49106. "pattern_rotate_end" "360.000000"
  49107. "wear_remap_min" "0.020000"
  49108. "wear_remap_max" "0.250000"
  49109. }
  49110. "382"
  49111. {
  49112. "name" "am_g3sg1_murky"
  49113. "description_string" "#PaintKit_am_g3sg1_murky"
  49114. "description_tag" "#PaintKit_am_g3sg1_murky_Tag"
  49115. "style" "5"
  49116. "pattern" "workshop/lepo"
  49117. "color0" "128 128 128 255"
  49118. "color1" "150 150 150 255"
  49119. "color2" "15 15 15"
  49120. "color3" "24 27 28"
  49121. "pattern_scale" "6.000000"
  49122. "phongexponent" "100"
  49123. "phongalbedoboost" "19"
  49124. "view_model_exponent_override_size" "1024"
  49125. "ignore_weapon_size_scale" "0"
  49126. "only_first_material" "0"
  49127. "pattern_offset_x_start" "0.000000"
  49128. "pattern_offset_x_end" "1.000000"
  49129. "pattern_offset_y_start" "0.000000"
  49130. "pattern_offset_y_end" "1.000000"
  49131. "pattern_rotate_start" "0.000000"
  49132. "pattern_rotate_end" "360.000000"
  49133. "wear_remap_min" "0.000000"
  49134. "wear_remap_max" "0.250000"
  49135. }
  49136. "383"
  49137. {
  49138. "name" "aq_m4a1s_basilisk"
  49139. "description_string" "#PaintKit_aq_m4a1s_basilisk"
  49140. "description_tag" "#PaintKit_aq_m4a1s_basilisk_Tag"
  49141. "style" "8"
  49142. "pattern" "workshop/basilisk"
  49143. "color0" "174 174 174"
  49144. "color1" "219 219 219"
  49145. "color2" "160 160 145"
  49146. "color3" "89 82 72"
  49147. "pattern_scale" "1.000000"
  49148. "phongexponent" "64"
  49149. "phongalbedoboost" "18"
  49150. "ignore_weapon_size_scale" "1"
  49151. "only_first_material" "0"
  49152. "pattern_offset_x_start" "0.000000"
  49153. "pattern_offset_x_end" "0.000000"
  49154. "pattern_offset_y_start" "0.000000"
  49155. "pattern_offset_y_end" "0.000000"
  49156. "pattern_rotate_start" "0.000000"
  49157. "pattern_rotate_end" "0.000000"
  49158. "wear_remap_min" "0.000000"
  49159. "wear_remap_max" "0.680000"
  49160. }
  49161. "384"
  49162. {
  49163. "name" "cu_m4a4_griffin"
  49164. "description_string" "#PaintKit_cu_m4a4_griffin"
  49165. "description_tag" "#PaintKit_cu_m4a4_griffin_Tag"
  49166. "style" "7"
  49167. "pattern" "workshop/M4A4_Griffin"
  49168. "pattern_scale" "1.000000"
  49169. "phongexponent" "182"
  49170. "phongintensity" "30"
  49171. "ignore_weapon_size_scale" "1"
  49172. "only_first_material" "0"
  49173. "pattern_offset_x_start" "0.000000"
  49174. "pattern_offset_x_end" "0.000000"
  49175. "pattern_offset_y_start" "0.000000"
  49176. "pattern_offset_y_end" "0.000000"
  49177. "pattern_rotate_start" "0.000000"
  49178. "pattern_rotate_end" "0.000000"
  49179. "wear_remap_min" "0.000000"
  49180. "wear_remap_max" "0.800000"
  49181. }
  49182. "385"
  49183. {
  49184. "name" "sp_mag7_firebitten"
  49185. "description_string" "#PaintKit_sp_mag7_firebitten"
  49186. "description_tag" "#PaintKit_sp_mag7_firebitten_Tag"
  49187. "style" "3"
  49188. "pattern" "workshop/firebitten"
  49189. "color0" "152 45 45"
  49190. "color1" "48 134 34"
  49191. "color2" "96 96 96 255"
  49192. "color3" "108 108 108 255"
  49193. "pattern_scale" "0.300000"
  49194. "phongexponent" "32"
  49195. "phongintensity" "255"
  49196. "ignore_weapon_size_scale" "0"
  49197. "only_first_material" "0"
  49198. "pattern_offset_x_start" "0.000000"
  49199. "pattern_offset_x_end" "1.000000"
  49200. "pattern_offset_y_start" "0.000000"
  49201. "pattern_offset_y_end" "1.000000"
  49202. "pattern_rotate_start" "0.000000"
  49203. "pattern_rotate_end" "360.000000"
  49204. "wear_remap_min" "0.060000"
  49205. "wear_remap_max" "0.490000"
  49206. }
  49207. "386"
  49208. {
  49209. "name" "cu_mp9_chevron"
  49210. "description_string" "#PaintKit_cu_mp9_chevron"
  49211. "description_tag" "#PaintKit_cu_mp9_chevron_Tag"
  49212. "style" "7"
  49213. "pattern" "workshop/mp9_chevron"
  49214. "pattern_scale" "1.000000"
  49215. "phongexponent" "32"
  49216. "phongintensity" "5"
  49217. "ignore_weapon_size_scale" "1"
  49218. "only_first_material" "0"
  49219. "pattern_offset_x_start" "0.000000"
  49220. "pattern_offset_x_end" "0.000000"
  49221. "pattern_offset_y_start" "0.000000"
  49222. "pattern_offset_y_end" "0.000000"
  49223. "pattern_rotate_start" "0.000000"
  49224. "pattern_rotate_end" "0.000000"
  49225. "wear_remap_min" "0.000000"
  49226. "wear_remap_max" "0.460000"
  49227. }
  49228. "387"
  49229. {
  49230. "name" "cu_fiveseven_urban_hazard"
  49231. "description_string" "#PaintKit_cu_fiveseven_urban_hazard"
  49232. "description_tag" "#PaintKit_cu_mp7-commander_tag"
  49233. "style" "7"
  49234. "pattern" "workshop/fiveseven_urban_hazard"
  49235. "pattern_scale" "1.000000"
  49236. "phongexponent" "255"
  49237. "phongintensity" "180"
  49238. "ignore_weapon_size_scale" "1"
  49239. "only_first_material" "0"
  49240. "pattern_offset_x_start" "0.000000"
  49241. "pattern_offset_x_end" "0.000000"
  49242. "pattern_offset_y_start" "0.000000"
  49243. "pattern_offset_y_end" "0.000000"
  49244. "pattern_rotate_start" "0.000000"
  49245. "pattern_rotate_end" "0.000000"
  49246. "wear_remap_min" "0.000000"
  49247. "wear_remap_max" "0.250000"
  49248. }
  49249. "388"
  49250. {
  49251. "name" "aq_p250_cartel"
  49252. "description_string" "#PaintKit_aq_p250_cartel"
  49253. "description_tag" "#PaintKit_aq_p250_cartel_Tag"
  49254. "style" "8"
  49255. "pattern" "workshop/P250_CARTEL"
  49256. "normal" "workshop/p250_cartel_normal"
  49257. "use_normal" "1"
  49258. "color0" "128 128 128 255"
  49259. "color1" "150 150 150 255"
  49260. "color2" "96 96 96 255"
  49261. "color3" "108 108 108 255"
  49262. "pattern_scale" "1.000000"
  49263. "phongexponent" "150"
  49264. "phongalbedoboost" "50"
  49265. "ignore_weapon_size_scale" "1"
  49266. "only_first_material" "1"
  49267. "pattern_offset_x_start" "0.000000"
  49268. "pattern_offset_x_end" "0.000000"
  49269. "pattern_offset_y_start" "0.000000"
  49270. "pattern_offset_y_end" "0.000000"
  49271. "pattern_rotate_start" "0.000000"
  49272. "pattern_rotate_end" "0.000000"
  49273. "wear_remap_min" "0.000000"
  49274. "wear_remap_max" "0.750000"
  49275. }
  49276. "389"
  49277. {
  49278. "name" "cu_p2000_fire_elemental"
  49279. "description_string" "#PaintKit_cu_p2000_fire_elemental"
  49280. "description_tag" "#PaintKit_cu_p2000_fire_elemental_Tag"
  49281. "style" "7"
  49282. "pattern" "workshop/P2000_Fire"
  49283. "pattern_scale" "1.000000"
  49284. "phongexponent" "150"
  49285. "phongintensity" "70"
  49286. "ignore_weapon_size_scale" "1"
  49287. "only_first_material" "0"
  49288. "pattern_offset_x_start" "0.000000"
  49289. "pattern_offset_x_end" "0.000000"
  49290. "pattern_offset_y_start" "0.000000"
  49291. "pattern_offset_y_end" "0.000000"
  49292. "pattern_rotate_start" "0.000000"
  49293. "pattern_rotate_end" "0.000000"
  49294. "wear_remap_min" "0.000000"
  49295. "wear_remap_max" "0.600000"
  49296. }
  49297. "390"
  49298. {
  49299. "name" "aq_sawedoff_blackgold"
  49300. "description_string" "#PaintKit_aq_sawedoff_blackgold"
  49301. "description_tag" "#PaintKit_aq_sawedoff_blackgold_Tag"
  49302. "style" "8"
  49303. "pattern" "workshop/sawedoff_blackgold"
  49304. "color0" "88 79 72"
  49305. "color1" "255 255 255"
  49306. "color2" "255 255 255"
  49307. "color3" "211 49 44"
  49308. "pattern_scale" "1.000000"
  49309. "phongexponent" "200"
  49310. "phongalbedoboost" "50"
  49311. "ignore_weapon_size_scale" "1"
  49312. "only_first_material" "0"
  49313. "pattern_offset_x_start" "0.000000"
  49314. "pattern_offset_x_end" "0.000000"
  49315. "pattern_offset_y_start" "0.000000"
  49316. "pattern_offset_y_end" "0.000000"
  49317. "pattern_rotate_start" "0.000000"
  49318. "pattern_rotate_end" "0.000000"
  49319. "wear_remap_min" "0.000000"
  49320. "wear_remap_max" "1.000000"
  49321. }
  49322. "391"
  49323. {
  49324. "name" "cu_scar20_intervention"
  49325. "description_string" "#PaintKit_cu_scar20_intervention"
  49326. "description_tag" "#PaintKit_cu_scar20_intervention_Tag"
  49327. "style" "7"
  49328. "pattern" "workshop/scar20_intervention"
  49329. "pattern_scale" "1.000000"
  49330. "phongexponent" "255"
  49331. "phongintensity" "10"
  49332. "ignore_weapon_size_scale" "1"
  49333. "only_first_material" "1"
  49334. "pattern_offset_x_start" "0.000000"
  49335. "pattern_offset_x_end" "0.000000"
  49336. "pattern_offset_y_start" "0.000000"
  49337. "pattern_offset_y_end" "0.000000"
  49338. "pattern_rotate_start" "0.000000"
  49339. "pattern_rotate_end" "0.000000"
  49340. "wear_remap_min" "0.000000"
  49341. "wear_remap_max" "1.000000"
  49342. }
  49343. "392"
  49344. {
  49345. "name" "sp_ump45_d-visions"
  49346. "description_string" "#PaintKit_sp_ump45_d-visions"
  49347. "description_tag" "#PaintKit_sp_ump45_d-visions_Tag"
  49348. "style" "3"
  49349. "pattern" "workshop/ump45_dvisions"
  49350. "color0" "80 0 115"
  49351. "color1" "0 0 0"
  49352. "color2" "0 0 0"
  49353. "color3" "209 240 0"
  49354. "pattern_scale" "1.250000"
  49355. "phongexponent" "10"
  49356. "phongintensity" "50"
  49357. "ignore_weapon_size_scale" "1"
  49358. "pattern_offset_x_start" "0.000000"
  49359. "pattern_offset_x_end" "1.000000"
  49360. "pattern_offset_y_start" "0.000000"
  49361. "pattern_offset_y_end" "1.000000"
  49362. "pattern_rotate_start" "0.000000"
  49363. "pattern_rotate_end" "360.000000"
  49364. "wear_remap_min" "0.060000"
  49365. "wear_remap_max" "0.350000"
  49366. }
  49367. "393"
  49368. {
  49369. "name" "cu_xm1014_caritas"
  49370. "description_string" "#PaintKit_cu_xm1014_caritas"
  49371. "description_tag" "#PaintKit_cu_xm1014_caritas_Tag"
  49372. "style" "7"
  49373. "pattern" "workshop/xm1014_caritas"
  49374. "pattern_scale" "1.000000"
  49375. "phongexponent" "110"
  49376. "phongintensity" "60"
  49377. "ignore_weapon_size_scale" "1"
  49378. "only_first_material" "0"
  49379. "pattern_offset_x_start" "0.000000"
  49380. "pattern_offset_x_end" "0.000000"
  49381. "pattern_offset_y_start" "0.000000"
  49382. "pattern_offset_y_end" "0.000000"
  49383. "pattern_rotate_start" "0.000000"
  49384. "pattern_rotate_end" "0.000000"
  49385. "wear_remap_min" "0.000000"
  49386. "wear_remap_max" "0.500000"
  49387. }
  49388. "394"
  49389. {
  49390. "name" "aq_ak47_cartel"
  49391. "description_string" "#PaintKit_aq_p250_cartel"
  49392. "description_tag" "#PaintKit_aq_p250_cartel_Tag"
  49393. "style" "8"
  49394. "pattern" "workshop/AK47_CARTEL"
  49395. "normal" "workshop/AK47_CARTEL_normal"
  49396. "use_normal" "1"
  49397. "color0" "128 128 128 255"
  49398. "color1" "150 150 150 255"
  49399. "color2" "96 96 96 255"
  49400. "color3" "108 108 108 255"
  49401. "pattern_scale" "1.000000"
  49402. "phongexponent" "160"
  49403. "phongalbedoboost" "65"
  49404. "ignore_weapon_size_scale" "1"
  49405. "only_first_material" "1"
  49406. "pattern_offset_x_start" "0.000000"
  49407. "pattern_offset_x_end" "0.000000"
  49408. "pattern_offset_y_start" "0.000000"
  49409. "pattern_offset_y_end" "0.000000"
  49410. "pattern_rotate_start" "0.000000"
  49411. "pattern_rotate_end" "0.000000"
  49412. "wear_remap_min" "0.000000"
  49413. "wear_remap_max" "0.750000"
  49414. }
  49415. "395"
  49416. {
  49417. "name" "am_awp_glory"
  49418. "description_string" "#PaintKit_am_awp_glory"
  49419. "description_tag" "#PaintKit_am_awp_glory_Tag"
  49420. "style" "5"
  49421. "pattern" "workshop/glory_awp"
  49422. "color0" "162 131 43"
  49423. "color1" "157 126 71"
  49424. "color2" "24 32 54 255"
  49425. "color3" "4 7 26"
  49426. "pattern_scale" "1.000000"
  49427. "phongexponent" "255"
  49428. "phongalbedoboost" "60"
  49429. "view_model_exponent_override_size" "1024"
  49430. "ignore_weapon_size_scale" "1"
  49431. "only_first_material" "0"
  49432. "pattern_offset_x_start" "0.000000"
  49433. "pattern_offset_x_end" "0.000000"
  49434. "pattern_offset_y_start" "0.000000"
  49435. "pattern_offset_y_end" "0.000000"
  49436. "pattern_rotate_start" "0.000000"
  49437. "pattern_rotate_end" "0.000000"
  49438. "wear_remap_min" "0.100000"
  49439. "wear_remap_max" "0.200000"
  49440. }
  49441. "396"
  49442. {
  49443. "name" "cu_elites_urbanstorm"
  49444. "description_string" "#PaintKit_cu_elites_urbanstorm"
  49445. "description_tag" "#PaintKit_cu_elites_urbanstorm_Tag"
  49446. "style" "7"
  49447. "pattern" "workshop/EliteUrbanStorm"
  49448. "pattern_scale" "1.000000"
  49449. "phongexponent" "225"
  49450. "phongintensity" "80"
  49451. "ignore_weapon_size_scale" "1"
  49452. "only_first_material" "0"
  49453. "pattern_offset_x_start" "0.000000"
  49454. "pattern_offset_x_end" "0.000000"
  49455. "pattern_offset_y_start" "0.000000"
  49456. "pattern_offset_y_end" "0.000000"
  49457. "pattern_rotate_start" "0.000000"
  49458. "pattern_rotate_end" "0.000000"
  49459. "wear_remap_min" "0.000000"
  49460. "wear_remap_max" "0.470000"
  49461. }
  49462. "397"
  49463. {
  49464. "name" "aq_deagle_naga"
  49465. "description_string" "#PaintKit_aq_deagle_naga"
  49466. "description_tag" "#PaintKit_aq_deagle_naga_Tag"
  49467. "style" "8"
  49468. "pattern" "workshop/deagle_naga"
  49469. "color0" "174 174 174"
  49470. "color1" "213 213 213"
  49471. "color2" "176 172 166"
  49472. "color3" "255 255 255"
  49473. "pattern_scale" "1.000000"
  49474. "phongexponent" "32"
  49475. "phongalbedoboost" "16"
  49476. "ignore_weapon_size_scale" "1"
  49477. "only_first_material" "0"
  49478. "pattern_offset_x_start" "0.000000"
  49479. "pattern_offset_x_end" "0.000000"
  49480. "pattern_offset_y_start" "0.000000"
  49481. "pattern_offset_y_end" "0.000000"
  49482. "pattern_rotate_start" "0.000000"
  49483. "pattern_rotate_end" "0.000000"
  49484. "wear_remap_min" "0.000000"
  49485. "wear_remap_max" "1.000000"
  49486. }
  49487. "398"
  49488. {
  49489. "name" "cu_galil_abrasion"
  49490. "description_string" "#PaintKit_cu_galil_abrasion"
  49491. "description_tag" "#PaintKit_cu_galil_abrasion_Tag"
  49492. "style" "7"
  49493. "pattern" "workshop/galil_abrasion"
  49494. "pattern_scale" "1.000000"
  49495. "phongexponent" "64"
  49496. "phongintensity" "64"
  49497. "ignore_weapon_size_scale" "1"
  49498. "only_first_material" "0"
  49499. "pattern_offset_x_start" "1.000000"
  49500. "pattern_offset_x_end" "1.000000"
  49501. "pattern_offset_y_start" "1.000000"
  49502. "pattern_offset_y_end" "1.000000"
  49503. "pattern_rotate_start" "0.000000"
  49504. "pattern_rotate_end" "0.000000"
  49505. "wear_remap_min" "0.350000"
  49506. "wear_remap_max" "0.850000"
  49507. }
  49508. "399"
  49509. {
  49510. "name" "cu_glock_deathtoll"
  49511. "description_string" "#PaintKit_cu_glock_deathtoll"
  49512. "description_tag" "#PaintKit_cu_glock_deathtoll_Tag"
  49513. "style" "5"
  49514. "pattern" "workshop/skull"
  49515. "color0" "16 16 16"
  49516. "color1" "4 4 4"
  49517. "color2" "125 125 125"
  49518. "color3" "4 4 4"
  49519. "pattern_scale" "4.000000"
  49520. "phongexponent" "4"
  49521. "phongalbedoboost" "20"
  49522. "view_model_exponent_override_size" "512"
  49523. "ignore_weapon_size_scale" "0"
  49524. "only_first_material" "0"
  49525. "pattern_offset_x_start" "-1.000000"
  49526. "pattern_offset_x_end" "1.000000"
  49527. "pattern_offset_y_start" "-1.000000"
  49528. "pattern_offset_y_end" "1.000000"
  49529. "pattern_rotate_start" "0.000000"
  49530. "pattern_rotate_end" "0.000000"
  49531. "wear_remap_min" "0.000000"
  49532. "wear_remap_max" "0.500000"
  49533. }
  49534. "400"
  49535. {
  49536. "name" "cu_m4a4_ancestral"
  49537. "description_string" "#PaintKit_cu_m4a4_ancestral"
  49538. "description_tag" "#PaintKit_cu_m4a4_ancestral_Tag"
  49539. "style" "7"
  49540. "pattern" "workshop/m4a4_ancestral"
  49541. "pattern_scale" "1.000000"
  49542. "phongexponent" "72"
  49543. "phongintensity" "42"
  49544. "ignore_weapon_size_scale" "1"
  49545. "only_first_material" "1"
  49546. "pattern_offset_x_start" "0.000000"
  49547. "pattern_offset_x_end" "0.000000"
  49548. "pattern_offset_y_start" "0.000000"
  49549. "pattern_offset_y_end" "0.000000"
  49550. "pattern_rotate_start" "0.000000"
  49551. "pattern_rotate_end" "0.000000"
  49552. "wear_remap_min" "0.000000"
  49553. "wear_remap_max" "0.750000"
  49554. }
  49555. "401"
  49556. {
  49557. "name" "cu_m249_sektor"
  49558. "description_string" "#PaintKit_cu_m249_sektor"
  49559. "description_tag" "#PaintKit_cu_m249_sektor_Tag"
  49560. "style" "7"
  49561. "pattern" "workshop/M249_Sektor"
  49562. "pattern_scale" "1.000000"
  49563. "phongexponent" "255"
  49564. "phongintensity" "3"
  49565. "ignore_weapon_size_scale" "1"
  49566. "only_first_material" "1"
  49567. "pattern_offset_x_start" "0.000000"
  49568. "pattern_offset_x_end" "0.000000"
  49569. "pattern_offset_y_start" "0.000000"
  49570. "pattern_offset_y_end" "0.000000"
  49571. "pattern_rotate_start" "0.000000"
  49572. "pattern_rotate_end" "0.000000"
  49573. "wear_remap_min" "0.000000"
  49574. "wear_remap_max" "0.800000"
  49575. }
  49576. "402"
  49577. {
  49578. "name" "am_mac10_malachite"
  49579. "description_string" "#PaintKit_am_mac10_malachite"
  49580. "description_tag" "#PaintKit_am_mac10_malachite_Tag"
  49581. "style" "5"
  49582. "pattern" "workshop/malachite"
  49583. "color0" "6 85 128"
  49584. "color1" "0 25 16"
  49585. "color2" "30 161 119"
  49586. "color3" "0 0 0"
  49587. "pattern_scale" "2.000000"
  49588. "phongexponent" "4"
  49589. "phongalbedoboost" "15"
  49590. "view_model_exponent_override_size" "1024"
  49591. "ignore_weapon_size_scale" "0"
  49592. "only_first_material" "0"
  49593. "pattern_offset_x_start" "0.300000"
  49594. "pattern_offset_x_end" "0.750000"
  49595. "pattern_offset_y_start" "0.810000"
  49596. "pattern_offset_y_end" "0.900000"
  49597. "pattern_rotate_start" "15.000000"
  49598. "pattern_rotate_end" "35.000000"
  49599. "wear_remap_min" "0.000000"
  49600. "wear_remap_max" "0.500000"
  49601. }
  49602. "403"
  49603. {
  49604. "name" "cu_mp9_deadly_poison"
  49605. "description_string" "#PaintKit_cu_mp9_deadly_poison"
  49606. "description_tag" "#PaintKit_cu_mp9_deadly_poison_Tag"
  49607. "style" "7"
  49608. "pattern" "workshop/mp9_deadly_poison"
  49609. "pattern_scale" "1.000000"
  49610. "phongexponent" "32"
  49611. "phongintensity" "15"
  49612. "ignore_weapon_size_scale" "1"
  49613. "only_first_material" "1"
  49614. "pattern_offset_x_start" "0.000000"
  49615. "pattern_offset_x_end" "0.000000"
  49616. "pattern_offset_y_start" "0.000000"
  49617. "pattern_offset_y_end" "0.000000"
  49618. "pattern_rotate_start" "0.000000"
  49619. "pattern_rotate_end" "0.000000"
  49620. "wear_remap_min" "0.000000"
  49621. "wear_remap_max" "1.000000"
  49622. }
  49623. "404"
  49624. {
  49625. "name" "cu_p250_mandala"
  49626. "description_string" "#PaintKit_cu_p250_mandala"
  49627. "description_tag" "#PaintKit_cu_p250_mandala_Tag"
  49628. "style" "7"
  49629. "pattern" "workshop/p250_mandala"
  49630. "pattern_scale" "1.000000"
  49631. "phongexponent" "100"
  49632. "phongintensity" "100"
  49633. "ignore_weapon_size_scale" "1"
  49634. "only_first_material" "0"
  49635. "pattern_offset_x_start" "0.000000"
  49636. "pattern_offset_x_end" "0.000000"
  49637. "pattern_offset_y_start" "0.000000"
  49638. "pattern_offset_y_end" "0.000000"
  49639. "pattern_rotate_start" "0.000000"
  49640. "pattern_rotate_end" "0.000000"
  49641. "wear_remap_min" "0.000000"
  49642. "wear_remap_max" "0.600000"
  49643. }
  49644. "405"
  49645. {
  49646. "name" "cu_sawedoff_deva"
  49647. "description_string" "#PaintKit_cu_sawedoff_deva"
  49648. "description_tag" "#PaintKit_cu_sawedoff_deva_Tag"
  49649. "style" "7"
  49650. "pattern" "workshop/sawedoff_deva"
  49651. "pattern_scale" "1.000000"
  49652. "phongexponent" "150"
  49653. "phongintensity" "35"
  49654. "ignore_weapon_size_scale" "1"
  49655. "only_first_material" "0"
  49656. "pattern_offset_x_start" "0.000000"
  49657. "pattern_offset_x_end" "0.000000"
  49658. "pattern_offset_y_start" "0.000000"
  49659. "pattern_offset_y_end" "0.000000"
  49660. "pattern_rotate_start" "0.000000"
  49661. "pattern_rotate_end" "0.000000"
  49662. "wear_remap_min" "0.000000"
  49663. "wear_remap_max" "0.500000"
  49664. }
  49665. "406"
  49666. {
  49667. "name" "aq_scar20_leak"
  49668. "description_string" "#PaintKit_aq_scar20_leak"
  49669. "description_tag" "#PaintKit_aq_scar20_leak_Tag"
  49670. "style" "8"
  49671. "pattern" "workshop/scar20_leak"
  49672. "pattern_scale" "3.000000"
  49673. "phongexponent" "64"
  49674. "phongalbedoboost" "75"
  49675. "ignore_weapon_size_scale" "1"
  49676. "only_first_material" "0"
  49677. "pattern_offset_x_start" "0.000000"
  49678. "pattern_offset_x_end" "1.000000"
  49679. "pattern_offset_y_start" "0.000000"
  49680. "pattern_offset_y_end" "1.000000"
  49681. "pattern_rotate_start" "0.000000"
  49682. "pattern_rotate_end" "360.000000"
  49683. "wear_remap_min" "0.000000"
  49684. "wear_remap_max" "0.500000"
  49685. }
  49686. "407"
  49687. {
  49688. "name" "aq_xm1014_sigla"
  49689. "description_string" "#PaintKit_aq_xm1014_sigla"
  49690. "description_tag" "#PaintKit_aq_xm1014_sigla_Tag"
  49691. "style" "8"
  49692. "pattern" "workshop/xm1014_sigla"
  49693. "pattern_scale" "2.000000"
  49694. "phongexponent" "40"
  49695. "phongalbedoboost" "30"
  49696. "ignore_weapon_size_scale" "1"
  49697. "pattern_offset_x_start" "0.080000"
  49698. "pattern_offset_x_end" "0.350000"
  49699. "pattern_offset_y_start" "0.000000"
  49700. "pattern_offset_y_end" "0.000000"
  49701. "pattern_rotate_start" "38.000000"
  49702. "pattern_rotate_end" "98.000000"
  49703. "wear_remap_min" "0.000000"
  49704. "wear_remap_max" "0.500000"
  49705. }
  49706. "409"
  49707. {
  49708. "name" "an_tiger_orange"
  49709. "description_string" "#PaintKit_an_tiger_orange"
  49710. "description_tag" "#PaintKit_an_tiger_orange_Tag"
  49711. "style" "5"
  49712. "pattern" "tiger"
  49713. "color0" "66 40 5"
  49714. "color1" "67 41 5"
  49715. "color2" "87 52 4"
  49716. "color3" "87 52 4"
  49717. "pattern_scale" "4.000000"
  49718. "phongexponent" "16"
  49719. "phongalbedoboost" "50"
  49720. "view_model_exponent_override_size" "1024"
  49721. "ignore_weapon_size_scale" "0"
  49722. "only_first_material" "0"
  49723. "pattern_offset_x_start" "0.000000"
  49724. "pattern_offset_x_end" "1.000000"
  49725. "pattern_offset_y_start" "0.000000"
  49726. "pattern_offset_y_end" "1.000000"
  49727. "pattern_rotate_start" "45.000000"
  49728. "pattern_rotate_end" "45.000000"
  49729. "wear_remap_min" "0.000000"
  49730. "wear_remap_max" "0.080000"
  49731. }
  49732. "410"
  49733. {
  49734. "name" "aq_damascus"
  49735. "description_string" "#PaintKit_aq_damascus_knife"
  49736. "description_tag" "#PaintKit_aq_damascus_Tag"
  49737. "style" "8"
  49738. "pattern" "damascus"
  49739. "color0" "59 64 68"
  49740. "color1" "91 95 100"
  49741. "color2" "30 31 31"
  49742. "color3" "8 5 1"
  49743. "pattern_scale" "3.000000"
  49744. "phongexponent" "8"
  49745. "phongalbedoboost" "60"
  49746. "ignore_weapon_size_scale" "0"
  49747. "only_first_material" "0"
  49748. "pattern_offset_x_start" "0.000000"
  49749. "pattern_offset_x_end" "1.000000"
  49750. "pattern_offset_y_start" "0.000000"
  49751. "pattern_offset_y_end" "1.000000"
  49752. "pattern_rotate_start" "0.000000"
  49753. "pattern_rotate_end" "0.000000"
  49754. "wear_remap_min" "0.000000"
  49755. "wear_remap_max" "0.500000"
  49756. }
  49757. "411"
  49758. {
  49759. "name" "aq_damascus_90"
  49760. "description_string" "#PaintKit_aq_damascus_knife"
  49761. "description_tag" "#PaintKit_aq_damascus_Tag"
  49762. "style" "8"
  49763. "pattern" "damascus"
  49764. "color0" "59 64 68"
  49765. "color1" "91 95 100"
  49766. "color2" "30 31 31"
  49767. "color3" "8 5 1"
  49768. "pattern_scale" "3.000000"
  49769. "phongexponent" "8"
  49770. "phongalbedoboost" "60"
  49771. "ignore_weapon_size_scale" "0"
  49772. "only_first_material" "0"
  49773. "pattern_offset_x_start" "0.000000"
  49774. "pattern_offset_x_end" "1.000000"
  49775. "pattern_offset_y_start" "0.000000"
  49776. "pattern_offset_y_end" "1.000000"
  49777. "pattern_rotate_start" "90.000000"
  49778. "pattern_rotate_end" "90.000000"
  49779. "wear_remap_min" "0.000000"
  49780. "wear_remap_max" "0.500000"
  49781. }
  49782. "413"
  49783. {
  49784. "name" "am_marble_fade"
  49785. "description_string" "#PaintKit_am_marble_fade"
  49786. "description_tag" "#PaintKit_am_marble_fade_Tag"
  49787. "style" "5"
  49788. "pattern" "smoke2"
  49789. "color0" "9 8 8"
  49790. "color1" "156 123 10"
  49791. "color2" "143 43 30"
  49792. "color3" "30 61 131"
  49793. "pattern_scale" "1.600000"
  49794. "phongexponent" "34"
  49795. "phongalbedoboost" "80"
  49796. "view_model_exponent_override_size" "1024"
  49797. "ignore_weapon_size_scale" "1"
  49798. "only_first_material" "0"
  49799. "pattern_offset_x_start" "0.000000"
  49800. "pattern_offset_x_end" "0.000000"
  49801. "pattern_offset_y_start" "-0.700000"
  49802. "pattern_offset_y_end" "-0.700000"
  49803. "pattern_rotate_start" "-50.000000"
  49804. "pattern_rotate_end" "-70.000000"
  49805. "wear_remap_min" "0.000000"
  49806. "wear_remap_max" "0.080000"
  49807. }
  49808. "414"
  49809. {
  49810. "name" "aq_steel_knife"
  49811. "description_string" "#PaintKit_aq_steel"
  49812. "description_tag" "#PaintKit_aq_steel_bravo_Tag"
  49813. "pattern" "steel"
  49814. "wear_default" "0.400000"
  49815. "seed" "21"
  49816. "style" "8"
  49817. "color0" "164 109 67"
  49818. "color1" "129 134 143"
  49819. "color2" "148 115 84"
  49820. "color3" "215 120 26"
  49821. "phongalbedoboost" "1"
  49822. "pattern_scale" "4"
  49823. "pattern_offset_x_start" "0"
  49824. "pattern_offset_x_end" "1"
  49825. "pattern_offset_y_start" "0"
  49826. "pattern_offset_y_end" "1"
  49827. "pattern_rotate_start" "-4"
  49828. "pattern_rotate_end" "4"
  49829. "wear_remap_min" "0.400000"
  49830. "wear_remap_max" "1.000000"
  49831. }
  49832. "415"
  49833. {
  49834. "name" "am_ruby_marbleized"
  49835. "description_string" "#PaintKit_am_marbleized"
  49836. "description_tag" "#PaintKit_am_marbleized_Tag"
  49837. "style" "5"
  49838. "pattern" "smoke2"
  49839. "color0" "59 5 14"
  49840. "color1" "15 6 1"
  49841. "color2" "17 6 1"
  49842. "color3" "22 2 6"
  49843. "pattern_scale" "1.600000"
  49844. "phongexponent" "34"
  49845. "phongalbedoboost" "80"
  49846. "view_model_exponent_override_size" "1024"
  49847. "ignore_weapon_size_scale" "1"
  49848. "only_first_material" "0"
  49849. "pattern_offset_x_start" "0.000000"
  49850. "pattern_offset_x_end" "1.000000"
  49851. "pattern_offset_y_start" "0.000000"
  49852. "pattern_offset_y_end" "1.000000"
  49853. "pattern_rotate_start" "0.000000"
  49854. "pattern_rotate_end" "360.000000"
  49855. "wear_remap_min" "0.000000"
  49856. "wear_remap_max" "0.080000"
  49857. }
  49858. "416"
  49859. {
  49860. "name" "am_sapphire_marbleized"
  49861. "description_string" "#PaintKit_am_marbleized"
  49862. "description_tag" "#PaintKit_am_marbleized_Tag"
  49863. "style" "5"
  49864. "pattern" "smoke2"
  49865. "color0" "34 23 117"
  49866. "color1" "10 1 15"
  49867. "color2" "1 13 17"
  49868. "color3" "8 2 22"
  49869. "pattern_scale" "1.600000"
  49870. "phongexponent" "34"
  49871. "phongalbedoboost" "80"
  49872. "view_model_exponent_override_size" "1024"
  49873. "ignore_weapon_size_scale" "1"
  49874. "only_first_material" "0"
  49875. "pattern_offset_x_start" "0.000000"
  49876. "pattern_offset_x_end" "1.000000"
  49877. "pattern_offset_y_start" "0.000000"
  49878. "pattern_offset_y_end" "1.000000"
  49879. "pattern_rotate_start" "0.000000"
  49880. "pattern_rotate_end" "360.000000"
  49881. "wear_remap_min" "0.000000"
  49882. "wear_remap_max" "0.080000"
  49883. }
  49884. "417"
  49885. {
  49886. "name" "am_blackpearl_marbleized"
  49887. "description_string" "#PaintKit_am_marbleized"
  49888. "description_tag" "#PaintKit_am_marbleized_Tag"
  49889. "style" "5"
  49890. "pattern" "smoke"
  49891. "color0" "16 67 131"
  49892. "color1" "42 57 8"
  49893. "color2" "40 10 24"
  49894. "color3" "11 14 27"
  49895. "pattern_scale" "1.600000"
  49896. "phongexponent" "34"
  49897. "phongalbedoboost" "80"
  49898. "view_model_exponent_override_size" "1024"
  49899. "ignore_weapon_size_scale" "1"
  49900. "only_first_material" "0"
  49901. "pattern_offset_x_start" "0.000000"
  49902. "pattern_offset_x_end" "1.000000"
  49903. "pattern_offset_y_start" "0.000000"
  49904. "pattern_offset_y_end" "1.000000"
  49905. "pattern_rotate_start" "0.000000"
  49906. "pattern_rotate_end" "360.000000"
  49907. "wear_remap_min" "0.000000"
  49908. "wear_remap_max" "0.080000"
  49909. }
  49910. "418"
  49911. {
  49912. "name" "am_doppler_phase1"
  49913. "description_string" "#PaintKit_am_marbleized"
  49914. "description_tag" "#PaintKit_am_marbleized_Tag"
  49915. "style" "5"
  49916. "pattern" "smoke2"
  49917. "color0" "11 14 27"
  49918. "color1" "30 22 12"
  49919. "color2" "98 13 28"
  49920. "color3" "11 14 27"
  49921. "pattern_scale" "1.600000"
  49922. "phongexponent" "34"
  49923. "phongalbedoboost" "80"
  49924. "view_model_exponent_override_size" "1024"
  49925. "ignore_weapon_size_scale" "1"
  49926. "only_first_material" "0"
  49927. "pattern_offset_x_start" "0.000000"
  49928. "pattern_offset_x_end" "0.000000"
  49929. "pattern_offset_y_start" "0.000000"
  49930. "pattern_offset_y_end" "1.000000"
  49931. "pattern_rotate_start" "-50.000000"
  49932. "pattern_rotate_end" "-70.000000"
  49933. "wear_remap_min" "0.000000"
  49934. "wear_remap_max" "0.080000"
  49935. }
  49936. "419"
  49937. {
  49938. "name" "am_doppler_phase2"
  49939. "description_string" "#PaintKit_am_marbleized"
  49940. "description_tag" "#PaintKit_am_marbleized_Tag"
  49941. "style" "5"
  49942. "pattern" "smoke2"
  49943. "color0" "11 14 27"
  49944. "color1" "99 9 36"
  49945. "color2" "30 22 12"
  49946. "color3" "99 9 36"
  49947. "pattern_scale" "1.600000"
  49948. "phongexponent" "34"
  49949. "phongalbedoboost" "80"
  49950. "view_model_exponent_override_size" "1024"
  49951. "ignore_weapon_size_scale" "1"
  49952. "only_first_material" "0"
  49953. "pattern_offset_x_start" "0.000000"
  49954. "pattern_offset_x_end" "0.000000"
  49955. "pattern_offset_y_start" "0.000000"
  49956. "pattern_offset_y_end" "1.000000"
  49957. "pattern_rotate_start" "-50.000000"
  49958. "pattern_rotate_end" "-70.000000"
  49959. "wear_remap_min" "0.000000"
  49960. "wear_remap_max" "0.080000"
  49961. }
  49962. "420"
  49963. {
  49964. "name" "am_doppler_phase3"
  49965. "description_string" "#PaintKit_am_marbleized"
  49966. "description_tag" "#PaintKit_am_marbleized_Tag"
  49967. "style" "5"
  49968. "pattern" "smoke2"
  49969. "color0" "6 8 15"
  49970. "color1" "34 23 117"
  49971. "color2" "7 24 15"
  49972. "color3" "28 20 9"
  49973. "pattern_scale" "1.600000"
  49974. "phongexponent" "34"
  49975. "phongalbedoboost" "80"
  49976. "view_model_exponent_override_size" "1024"
  49977. "ignore_weapon_size_scale" "1"
  49978. "only_first_material" "0"
  49979. "pattern_offset_x_start" "0.000000"
  49980. "pattern_offset_x_end" "0.000000"
  49981. "pattern_offset_y_start" "0.000000"
  49982. "pattern_offset_y_end" "1.000000"
  49983. "pattern_rotate_start" "-50.000000"
  49984. "pattern_rotate_end" "-70.000000"
  49985. "wear_remap_min" "0.000000"
  49986. "wear_remap_max" "0.080000"
  49987. }
  49988. "421"
  49989. {
  49990. "name" "am_doppler_phase4"
  49991. "description_string" "#PaintKit_am_marbleized"
  49992. "description_tag" "#PaintKit_am_marbleized_Tag"
  49993. "style" "5"
  49994. "pattern" "smoke2"
  49995. "color0" "7 9 18"
  49996. "color1" "34 23 117"
  49997. "color2" "12 31 174"
  49998. "color3" "28 20 9"
  49999. "pattern_scale" "1.600000"
  50000. "phongexponent" "34"
  50001. "phongalbedoboost" "80"
  50002. "view_model_exponent_override_size" "1024"
  50003. "ignore_weapon_size_scale" "1"
  50004. "only_first_material" "0"
  50005. "pattern_offset_x_start" "0.000000"
  50006. "pattern_offset_x_end" "0.000000"
  50007. "pattern_offset_y_start" "0.000000"
  50008. "pattern_offset_y_end" "1.000000"
  50009. "pattern_rotate_start" "-50.000000"
  50010. "pattern_rotate_end" "-70.000000"
  50011. "wear_remap_min" "0.000000"
  50012. "wear_remap_max" "0.080000"
  50013. }
  50014. "422"
  50015. {
  50016. "name" "cu_ak47_mastery"
  50017. "description_string" "#PaintKit_cu_ak47_mastery"
  50018. "description_tag" "#PaintKit_cu_ak47_mastery_Tag"
  50019. "style" "7"
  50020. "pattern" "workshop/ak47_mastery"
  50021. "pattern_scale" "1.000000"
  50022. "phongexponent" "255"
  50023. "phongintensity" "20"
  50024. "ignore_weapon_size_scale" "1"
  50025. "only_first_material" "0"
  50026. "pattern_offset_x_start" "0.000000"
  50027. "pattern_offset_x_end" "0.000000"
  50028. "pattern_offset_y_start" "0.000000"
  50029. "pattern_offset_y_end" "0.000000"
  50030. "pattern_rotate_start" "0.000000"
  50031. "pattern_rotate_end" "0.000000"
  50032. "wear_remap_min" "0.000000"
  50033. "wear_remap_max" "1.000000"
  50034. }
  50035. "423"
  50036. {
  50037. "name" "aq_mp7_ultramodern"
  50038. "description_string" "#PaintKit_aq_mp7_ultramodern"
  50039. "description_tag" "#PaintKit_aq_mp7_ultramodern_Tag"
  50040. "style" "8"
  50041. "pattern" "workshop/mp7um06"
  50042. "color0" "155 155 155"
  50043. "color1" "171 171 171"
  50044. "color2" "101 101 101"
  50045. "color3" "29 29 29"
  50046. "pattern_scale" "1.000000"
  50047. "phongexponent" "20"
  50048. "phongalbedoboost" "18"
  50049. "ignore_weapon_size_scale" "1"
  50050. "only_first_material" "0"
  50051. "pattern_offset_x_start" "0.000000"
  50052. "pattern_offset_x_end" "0.000000"
  50053. "pattern_offset_y_start" "0.000000"
  50054. "pattern_offset_y_end" "0.000000"
  50055. "pattern_rotate_start" "0.000000"
  50056. "pattern_rotate_end" "0.000000"
  50057. "wear_remap_min" "0.000000"
  50058. "wear_remap_max" "0.500000"
  50059. }
  50060. "424"
  50061. {
  50062. "name" "aq_awp_twine"
  50063. "description_string" "#PaintKit_aq_awp_twine"
  50064. "description_tag" "#PaintKit_aq_awp_twine_Tag"
  50065. "style" "8"
  50066. "pattern" "workshop/AWP_twine"
  50067. "color0" "128 128 128 255"
  50068. "color1" "150 150 150 255"
  50069. "color2" "96 96 96 255"
  50070. "color3" "108 108 108 255"
  50071. "pattern_scale" "1.000000"
  50072. "phongexponent" "0"
  50073. "phongalbedoboost" "5"
  50074. "ignore_weapon_size_scale" "1"
  50075. "only_first_material" "0"
  50076. "pattern_offset_x_start" "0.000000"
  50077. "pattern_offset_x_end" "0.000000"
  50078. "pattern_offset_y_start" "0.000000"
  50079. "pattern_offset_y_end" "0.000000"
  50080. "pattern_rotate_start" "0.000000"
  50081. "pattern_rotate_end" "0.000000"
  50082. "wear_remap_min" "0.000000"
  50083. "wear_remap_max" "0.450000"
  50084. }
  50085. "425"
  50086. {
  50087. "name" "am_bronze_sparkle"
  50088. "description_string" "#PaintKit_am_bronze_sparkle"
  50089. "description_tag" "#PaintKit_am_bronze_sparkle_Tag"
  50090. "style" "5"
  50091. "pattern" "workshop/bronze_flakes"
  50092. "color0" "45 45 45"
  50093. "color1" "48 39 24"
  50094. "color2" "70 56 35"
  50095. "color3" "151 121 76"
  50096. "pattern_scale" "1.500000"
  50097. "phongexponent" "4"
  50098. "phongalbedoboost" "70"
  50099. "view_model_exponent_override_size" "1024"
  50100. "ignore_weapon_size_scale" "1"
  50101. "only_first_material" "0"
  50102. "pattern_offset_x_start" "0.000000"
  50103. "pattern_offset_x_end" "1.000000"
  50104. "pattern_offset_y_start" "0.000000"
  50105. "pattern_offset_y_end" "1.000000"
  50106. "pattern_rotate_start" "-20.000000"
  50107. "pattern_rotate_end" "20.000000"
  50108. "wear_remap_min" "0.000000"
  50109. "wear_remap_max" "0.460000"
  50110. }
  50111. "426"
  50112. {
  50113. "name" "aq_p250_contour"
  50114. "description_string" "#PaintKit_aq_p250_contour"
  50115. "description_tag" "#PaintKit_aq_p250_contour_Tag"
  50116. "style" "8"
  50117. "pattern" "workshop/coridium_p250_contour_blue"
  50118. "color0" "171 156 141"
  50119. "color1" "255 255 255"
  50120. "color2" "255 255 255"
  50121. "color3" "139 119 98"
  50122. "pattern_scale" "1.000000"
  50123. "phongexponent" "180"
  50124. "phongalbedoboost" "25"
  50125. "ignore_weapon_size_scale" "1"
  50126. "only_first_material" "0"
  50127. "pattern_offset_x_start" "0.000000"
  50128. "pattern_offset_x_end" "0.000000"
  50129. "pattern_offset_y_start" "0.000000"
  50130. "pattern_offset_y_end" "0.000000"
  50131. "pattern_rotate_start" "0.000000"
  50132. "pattern_rotate_end" "0.000000"
  50133. "wear_remap_min" "0.000000"
  50134. "wear_remap_max" "0.800000"
  50135. }
  50136. "427"
  50137. {
  50138. "name" "cu_fiveseven_banana"
  50139. "description_string" "#PaintKit_cu_fiveseven_banana"
  50140. "description_tag" "#PaintKit_cu_fiveseven_banana_Tag"
  50141. "style" "7"
  50142. "pattern" "workshop/FiveSeven_Banana"
  50143. "pattern_scale" "1.000000"
  50144. "phongexponent" "200"
  50145. "phongintensity" "80"
  50146. "ignore_weapon_size_scale" "1"
  50147. "only_first_material" "0"
  50148. "pattern_offset_x_start" "0.000000"
  50149. "pattern_offset_x_end" "0.000000"
  50150. "pattern_offset_y_start" "0.000000"
  50151. "pattern_offset_y_end" "0.000000"
  50152. "pattern_rotate_start" "0.000000"
  50153. "pattern_rotate_end" "0.000000"
  50154. "wear_remap_min" "0.100000"
  50155. "wear_remap_max" "0.900000"
  50156. }
  50157. "428"
  50158. {
  50159. "name" "cu_galil_eco"
  50160. "description_string" "#PaintKit_cu_galil_eco"
  50161. "description_tag" "#PaintKit_cu_galil_eco_Tag"
  50162. "style" "7"
  50163. "pattern" "workshop/Galil_Eco"
  50164. "pattern_scale" "1.000000"
  50165. "phongexponent" "200"
  50166. "phongintensity" "50"
  50167. "ignore_weapon_size_scale" "1"
  50168. "only_first_material" "0"
  50169. "pattern_offset_x_start" "0.000000"
  50170. "pattern_offset_x_end" "0.000000"
  50171. "pattern_offset_y_start" "0.000000"
  50172. "pattern_offset_y_end" "0.000000"
  50173. "pattern_rotate_start" "0.000000"
  50174. "pattern_rotate_end" "0.000000"
  50175. "wear_remap_min" "0.100000"
  50176. "wear_remap_max" "0.850000"
  50177. }
  50178. "429"
  50179. {
  50180. "name" "aq_famas_jinn"
  50181. "description_string" "#PaintKit_aq_famas_jinn"
  50182. "description_tag" "#PaintKit_aq_famas_jinn_Tag"
  50183. "style" "8"
  50184. "pattern" "workshop/jinn"
  50185. "color0" "86 84 82"
  50186. "color1" "208 208 208"
  50187. "color2" "153 141 134"
  50188. "color3" "87 69 57"
  50189. "pattern_scale" "1.000000"
  50190. "phongexponent" "32"
  50191. "phongalbedoboost" "24"
  50192. "ignore_weapon_size_scale" "1"
  50193. "only_first_material" "0"
  50194. "pattern_offset_x_start" "0.000000"
  50195. "pattern_offset_x_end" "0.000000"
  50196. "pattern_offset_y_start" "0.000000"
  50197. "pattern_offset_y_end" "0.000000"
  50198. "pattern_rotate_start" "0.000000"
  50199. "pattern_rotate_end" "0.000000"
  50200. "wear_remap_min" "0.000000"
  50201. "wear_remap_max" "1.000000"
  50202. }
  50203. "430"
  50204. {
  50205. "name" "cu_m4a1_hyper_beast"
  50206. "description_string" "#PaintKit_cu_m4a1_hyper_beast"
  50207. "description_tag" "#PaintKit_cu_m4a1_hyper_beast_Tag"
  50208. "style" "7"
  50209. "pattern" "workshop/M4_Hyper_beast"
  50210. "pattern_scale" "1.000000"
  50211. "phongexponent" "180"
  50212. "phongintensity" "45"
  50213. "ignore_weapon_size_scale" "1"
  50214. "only_first_material" "0"
  50215. "pattern_offset_x_start" "0.000000"
  50216. "pattern_offset_x_end" "0.000000"
  50217. "pattern_offset_y_start" "0.000000"
  50218. "pattern_offset_y_end" "0.000000"
  50219. "pattern_rotate_start" "0.000000"
  50220. "pattern_rotate_end" "0.000000"
  50221. "wear_remap_min" "0.000000"
  50222. "wear_remap_max" "1.000000"
  50223. }
  50224. "431"
  50225. {
  50226. "name" "cu_mag7_redhot"
  50227. "description_string" "#PaintKit_cu_mac10_redhot"
  50228. "description_tag" "#PaintKit_cu_mac10_redhot_tag"
  50229. "style" "7"
  50230. "pattern" "workshop/mag7_redhot_v2"
  50231. "pattern_scale" "1.000000"
  50232. "phongexponent" "21"
  50233. "phongintensity" "21"
  50234. "ignore_weapon_size_scale" "1"
  50235. "only_first_material" "0"
  50236. "pattern_offset_x_start" "0.000000"
  50237. "pattern_offset_x_end" "0.000000"
  50238. "pattern_offset_y_start" "0.000000"
  50239. "pattern_offset_y_end" "0.000000"
  50240. "pattern_rotate_start" "0.000000"
  50241. "pattern_rotate_end" "0.000000"
  50242. "wear_remap_min" "0.000000"
  50243. "wear_remap_max" "1.000000"
  50244. }
  50245. "432"
  50246. {
  50247. "name" "am_negev_glory"
  50248. "description_string" "#PaintKit_am_awp_glory"
  50249. "description_tag" "#PaintKit_am_awp_glory_Tag"
  50250. "style" "5"
  50251. "pattern" "workshop/Wind_Alternate3"
  50252. "color0" "162 131 43"
  50253. "color1" "157 126 71"
  50254. "color2" "24 32 54 255"
  50255. "color3" "4 7 26"
  50256. "pattern_scale" "1.000000"
  50257. "phongexponent" "255"
  50258. "phongalbedoboost" "60"
  50259. "view_model_exponent_override_size" "1024"
  50260. "ignore_weapon_size_scale" "1"
  50261. "only_first_material" "0"
  50262. "pattern_offset_x_start" "0.000000"
  50263. "pattern_offset_x_end" "0.000000"
  50264. "pattern_offset_y_start" "0.000000"
  50265. "pattern_offset_y_end" "0.000000"
  50266. "pattern_rotate_start" "0.000000"
  50267. "pattern_rotate_end" "0.000000"
  50268. "wear_remap_min" "0.100000"
  50269. "wear_remap_max" "0.200000"
  50270. }
  50271. "433"
  50272. {
  50273. "name" "cu_mac10_neonrider"
  50274. "description_string" "#PaintKit_cu_mac10_neonrider"
  50275. "description_tag" "#PaintKit_cu_mac10_neonrider_Tag"
  50276. "style" "7"
  50277. "pattern" "workshop/mac10_neonrider"
  50278. "pattern_scale" "1.000000"
  50279. "phongexponent" "100"
  50280. "phongintensity" "255"
  50281. "ignore_weapon_size_scale" "1"
  50282. "only_first_material" "0"
  50283. "pattern_offset_x_start" "0.000000"
  50284. "pattern_offset_x_end" "0.000000"
  50285. "pattern_offset_y_start" "0.000000"
  50286. "pattern_offset_y_end" "0.000000"
  50287. "pattern_rotate_start" "0.000000"
  50288. "pattern_rotate_end" "0.000000"
  50289. "wear_remap_min" "0.000000"
  50290. "wear_remap_max" "0.450000"
  50291. }
  50292. "434"
  50293. {
  50294. "name" "cu_sawedoff_origami"
  50295. "description_string" "#PaintKit_cu_sawedoff_origami"
  50296. "description_tag" "#PaintKit_cu_sawedoff_origami_Tag"
  50297. "style" "7"
  50298. "pattern" "workshop/ori_sawed"
  50299. "pattern_scale" "1.000000"
  50300. "phongexponent" "250"
  50301. "phongintensity" "100"
  50302. "ignore_weapon_size_scale" "1"
  50303. "only_first_material" "0"
  50304. "pattern_offset_x_start" "0.000000"
  50305. "pattern_offset_x_end" "0.000000"
  50306. "pattern_offset_y_start" "0.000000"
  50307. "pattern_offset_y_end" "0.000000"
  50308. "pattern_rotate_start" "0.000000"
  50309. "pattern_rotate_end" "0.000000"
  50310. "wear_remap_min" "0.000000"
  50311. "wear_remap_max" "0.550000"
  50312. }
  50313. "435"
  50314. {
  50315. "name" "cu_cz75_precision"
  50316. "description_string" "#PaintKit_cu_cz75_precision"
  50317. "description_tag" "#PaintKit_cu_cz75_precision_Tag"
  50318. "style" "7"
  50319. "pattern" "workshop/Precision_cz75"
  50320. "pattern_scale" "1.000000"
  50321. "phongexponent" "50"
  50322. "phongintensity" "60"
  50323. "ignore_weapon_size_scale" "1"
  50324. "only_first_material" "0"
  50325. "pattern_offset_x_start" "0.000000"
  50326. "pattern_offset_x_end" "0.000000"
  50327. "pattern_offset_y_start" "0.000000"
  50328. "pattern_offset_y_end" "0.000000"
  50329. "pattern_rotate_start" "0.000000"
  50330. "pattern_rotate_end" "0.000000"
  50331. "wear_remap_min" "0.000000"
  50332. "wear_remap_max" "0.700000"
  50333. }
  50334. "436"
  50335. {
  50336. "name" "am_ump_racer"
  50337. "description_string" "#PaintKit_am_ump_racer"
  50338. "description_tag" "#PaintKit_am_ump_racer_Tag"
  50339. "style" "5"
  50340. "pattern" "workshop/ump_racer_rbg"
  50341. "color0" "198 176 137"
  50342. "color1" "203 203 203"
  50343. "color2" "44 44 44"
  50344. "color3" "171 59 57"
  50345. "pattern_scale" "1.000000"
  50346. "phongexponent" "50"
  50347. "phongalbedoboost" "1"
  50348. "view_model_exponent_override_size" "1024"
  50349. "ignore_weapon_size_scale" "1"
  50350. "only_first_material" "0"
  50351. "pattern_offset_x_start" "0.000000"
  50352. "pattern_offset_x_end" "0.000000"
  50353. "pattern_offset_y_start" "0.000000"
  50354. "pattern_offset_y_end" "0.000000"
  50355. "pattern_rotate_start" "0.000000"
  50356. "pattern_rotate_end" "0.000000"
  50357. "wear_remap_min" "0.250000"
  50358. "wear_remap_max" "0.350000"
  50359. }
  50360. "437"
  50361. {
  50362. "name" "am_aqua_flecks"
  50363. "description_string" "#PaintKit_am_copper_flecks"
  50364. "description_tag" "#PaintKit_am_aqua_flecks_Tag"
  50365. "style" "5"
  50366. "pattern" "noise"
  50367. "color0" "2 16 12"
  50368. "color1" "2 25 25"
  50369. "color2" "9 46 49"
  50370. "color3" "8 7 32"
  50371. "pattern_scale" "8.000000"
  50372. "phongexponent" "32"
  50373. "phongalbedoboost" "80"
  50374. "view_model_exponent_override_size" "1024"
  50375. "ignore_weapon_size_scale" "0"
  50376. "only_first_material" "0"
  50377. "pattern_offset_x_start" "0.000000"
  50378. "pattern_offset_x_end" "1.000000"
  50379. "pattern_offset_y_start" "0.000000"
  50380. "pattern_offset_y_end" "1.000000"
  50381. "pattern_rotate_start" "0.000000"
  50382. "pattern_rotate_end" "360.000000"
  50383. "wear_remap_min" "0.000000"
  50384. "wear_remap_max" "0.200000"
  50385. }
  50386. "438"
  50387. {
  50388. "name" "cu_chronos_g3sg1"
  50389. "description_string" "#PaintKit_cu_chronos_g3sg1"
  50390. "description_tag" "#PaintKit_cu_chronos_g3sg1_Tag"
  50391. "style" "7"
  50392. "pattern" "chronos_g3sg1"
  50393. "pattern_scale" "1.000000"
  50394. "phongexponent" "128"
  50395. "phongintensity" "60"
  50396. "ignore_weapon_size_scale" "1"
  50397. "only_first_material" "0"
  50398. "pattern_offset_x_start" "0.000000"
  50399. "pattern_offset_x_end" "0.000000"
  50400. "pattern_offset_y_start" "0.000000"
  50401. "pattern_offset_y_end" "0.000000"
  50402. "pattern_rotate_start" "0.000000"
  50403. "pattern_rotate_end" "0.000000"
  50404. "wear_remap_min" "0.000000"
  50405. "wear_remap_max" "0.400000"
  50406. }
  50407. "439"
  50408. {
  50409. "name" "hy_hades"
  50410. "description_string" "#PaintKit_hy_hades"
  50411. "description_tag" "#PaintKit_hy_hades_Tag"
  50412. "style" "2"
  50413. "pattern" "hades"
  50414. "color0" "177 178 163"
  50415. "color1" "31 31 31"
  50416. "color2" "123 123 123"
  50417. "color3" "77 77 77"
  50418. "pattern_scale" "12.000000"
  50419. "phongexponent" "32"
  50420. "phongintensity" "0"
  50421. "ignore_weapon_size_scale" "0"
  50422. "only_first_material" "0"
  50423. "pattern_offset_x_start" "0.000000"
  50424. "pattern_offset_x_end" "1.000000"
  50425. "pattern_offset_y_start" "0.000000"
  50426. "pattern_offset_y_end" "1.000000"
  50427. "pattern_rotate_start" "0.000000"
  50428. "pattern_rotate_end" "0.000000"
  50429. "wear_remap_min" "0.000000"
  50430. "wear_remap_max" "1.000000"
  50431. }
  50432. "440"
  50433. {
  50434. "name" "hy_icarus"
  50435. "description_string" "#PaintKit_hy_icarus"
  50436. "description_tag" "#PaintKit_hy_icarus_Tag"
  50437. "style" "2"
  50438. "pattern" "icarus"
  50439. "color0" "4 9 31"
  50440. "color1" "0 0 8"
  50441. "color2" "0 63 89"
  50442. "color3" "14 195 198"
  50443. "pattern_scale" "1.400000"
  50444. "phongexponent" "255"
  50445. "phongintensity" "32"
  50446. "ignore_weapon_size_scale" "0"
  50447. "only_first_material" "0"
  50448. "pattern_offset_x_start" "0.500000"
  50449. "pattern_offset_x_end" "0.000000"
  50450. "pattern_offset_y_start" "-0.500000"
  50451. "pattern_offset_y_end" "-0.500000"
  50452. "pattern_rotate_start" "0.000000"
  50453. "pattern_rotate_end" "0.000000"
  50454. "wear_remap_min" "0.000000"
  50455. "wear_remap_max" "0.100000"
  50456. }
  50457. "441"
  50458. {
  50459. "name" "cu_labyrinth"
  50460. "description_string" "#PaintKit_cu_labyrinth"
  50461. "description_tag" "#PaintKit_cu_labyrinth_Tag"
  50462. "style" "7"
  50463. "pattern" "labyrinth"
  50464. "pattern_scale" "1.210000"
  50465. "phongexponent" "80"
  50466. "phongintensity" "10"
  50467. "ignore_weapon_size_scale" "0"
  50468. "only_first_material" "0"
  50469. "pattern_offset_x_start" "0.000000"
  50470. "pattern_offset_x_end" "1.000000"
  50471. "pattern_offset_y_start" "0.490000"
  50472. "pattern_offset_y_end" "0.490000"
  50473. "pattern_rotate_start" "0.000000"
  50474. "pattern_rotate_end" "0.000000"
  50475. "wear_remap_min" "0.000000"
  50476. "wear_remap_max" "0.390000"
  50477. }
  50478. "442"
  50479. {
  50480. "name" "sp_labyrinth"
  50481. "description_string" "#PaintKit_sp_labyrinth1"
  50482. "description_tag" "#PaintKit_sp_labyrinth1_Tag"
  50483. "style" "3"
  50484. "pattern" "labyrinth_basic"
  50485. "color0" "8 7 60"
  50486. "color1" "18 100 83"
  50487. "color2" "12 78 133"
  50488. "color3" "24 13 114"
  50489. "pattern_scale" "0.770000"
  50490. "phongexponent" "32"
  50491. "phongintensity" "0"
  50492. "ignore_weapon_size_scale" "0"
  50493. "only_first_material" "0"
  50494. "pattern_offset_x_start" "0.000000"
  50495. "pattern_offset_x_end" "1.000000"
  50496. "pattern_offset_y_start" "0.000000"
  50497. "pattern_offset_y_end" "1.000000"
  50498. "pattern_rotate_start" "0.000000"
  50499. "pattern_rotate_end" "0.000000"
  50500. "wear_remap_min" "0.000000"
  50501. "wear_remap_max" "0.550000"
  50502. }
  50503. "443"
  50504. {
  50505. "name" "sp_labyrinth2"
  50506. "description_string" "#PaintKit_sp_labyrinth2"
  50507. "description_tag" "#PaintKit_sp_labyrinth2_Tag"
  50508. "style" "3"
  50509. "pattern" "labyrinth_basic"
  50510. "color0" "24 24 24"
  50511. "color1" "121 121 121"
  50512. "color2" "45 45 45"
  50513. "color3" "40 40 40"
  50514. "pattern_scale" "3.000000"
  50515. "phongexponent" "255"
  50516. "phongintensity" "0"
  50517. "ignore_weapon_size_scale" "0"
  50518. "only_first_material" "0"
  50519. "pattern_offset_x_start" "0.000000"
  50520. "pattern_offset_x_end" "1.000000"
  50521. "pattern_offset_y_start" "0.000000"
  50522. "pattern_offset_y_end" "1.000000"
  50523. "pattern_rotate_start" "0.000000"
  50524. "pattern_rotate_end" "0.000000"
  50525. "wear_remap_min" "0.000000"
  50526. "wear_remap_max" "0.350000"
  50527. }
  50528. "444"
  50529. {
  50530. "name" "sp_labyrinth3"
  50531. "description_string" "#PaintKit_sp_labyrinth3"
  50532. "description_tag" "#PaintKit_sp_labyrinth3_Tag"
  50533. "style" "3"
  50534. "pattern" "labyrinth_basic"
  50535. "color0" "1 10 16"
  50536. "color1" "42 44 45"
  50537. "color2" "66 21 7"
  50538. "color3" "65 66 67"
  50539. "pattern_scale" "1.000000"
  50540. "phongexponent" "32"
  50541. "phongintensity" "0"
  50542. "ignore_weapon_size_scale" "0"
  50543. "only_first_material" "0"
  50544. "pattern_offset_x_start" "0.000000"
  50545. "pattern_offset_x_end" "1.000000"
  50546. "pattern_offset_y_start" "0.000000"
  50547. "pattern_offset_y_end" "1.000000"
  50548. "pattern_rotate_start" "0.000000"
  50549. "pattern_rotate_end" "0.000000"
  50550. "wear_remap_min" "0.000000"
  50551. "wear_remap_max" "0.550000"
  50552. }
  50553. "445"
  50554. {
  50555. "name" "an_red_m4a1s"
  50556. "description_string" "#PaintKit_an_red"
  50557. "description_tag" "#PaintKit_an_red_Tag"
  50558. "style" "5"
  50559. "pattern" "m4a1s_hotrod"
  50560. "color0" "48 2 2"
  50561. "color1" "60 3 3"
  50562. "color2" "17 17 17"
  50563. "color3" "59 59 59"
  50564. "pattern_scale" "1.000000"
  50565. "phongexponent" "255"
  50566. "phongalbedoboost" "100"
  50567. "view_model_exponent_override_size" "1024"
  50568. "ignore_weapon_size_scale" "1"
  50569. "only_first_material" "0"
  50570. "pattern_offset_x_start" "0.000000"
  50571. "pattern_offset_x_end" "0.000000"
  50572. "pattern_offset_y_start" "0.000000"
  50573. "pattern_offset_y_end" "0.000000"
  50574. "pattern_rotate_start" "0.000000"
  50575. "pattern_rotate_end" "0.000000"
  50576. "wear_remap_min" "0.000000"
  50577. "wear_remap_max" "0.080000"
  50578. }
  50579. "446"
  50580. {
  50581. "name" "cu_medusa_awp"
  50582. "description_string" "#PaintKit_cu_medusa_awp"
  50583. "description_tag" "#PaintKit_cu_medusa_awp_Tag"
  50584. "style" "8"
  50585. "pattern" "medusa_awp"
  50586. "color0" "78 249 255"
  50587. "color1" "255 255 255"
  50588. "color2" "255 255 255"
  50589. "color3" "74 178 127"
  50590. "pattern_scale" "1.000000"
  50591. "phongexponent" "255"
  50592. "phongalbedoboost" "50"
  50593. "ignore_weapon_size_scale" "1"
  50594. "only_first_material" "0"
  50595. "pattern_offset_x_start" "0.000000"
  50596. "pattern_offset_x_end" "0.000000"
  50597. "pattern_offset_y_start" "0.000000"
  50598. "pattern_offset_y_end" "0.000000"
  50599. "pattern_rotate_start" "0.000000"
  50600. "pattern_rotate_end" "0.000000"
  50601. "wear_remap_min" "0.000000"
  50602. "wear_remap_max" "1.000000"
  50603. }
  50604. "447"
  50605. {
  50606. "name" "gs_mother_of_pearl_elite"
  50607. "description_string" "#PaintKit_gs_mother_of_pearl_elite"
  50608. "description_tag" "#PaintKit_gs_mother_of_pearl_elite_Tag"
  50609. "style" "9"
  50610. "pattern" "mother_of_pearl_elite"
  50611. "color0" "255 255 255"
  50612. "color1" "255 255 255"
  50613. "color2" "196 196 196"
  50614. "color3" "228 228 228"
  50615. "pattern_scale" "1.000000"
  50616. "phongexponent" "255"
  50617. "phongintensity" "10"
  50618. "phongalbedoboost" "20"
  50619. "view_model_exponent_override_size" "1024"
  50620. "ignore_weapon_size_scale" "1"
  50621. "only_first_material" "0"
  50622. "pattern_offset_x_start" "0.000000"
  50623. "pattern_offset_x_end" "0.000000"
  50624. "pattern_offset_y_start" "0.000000"
  50625. "pattern_offset_y_end" "0.000000"
  50626. "pattern_rotate_start" "0.000000"
  50627. "pattern_rotate_end" "0.000000"
  50628. "wear_remap_min" "0.000000"
  50629. "wear_remap_max" "1.000000"
  50630. }
  50631. "448"
  50632. {
  50633. "name" "aa_pandora"
  50634. "description_string" "#PaintKit_aa_pandora"
  50635. "description_tag" "#PaintKit_aa_pandora_Tag"
  50636. "style" "6"
  50637. "pattern" "pandora"
  50638. "color0" "4 4 22"
  50639. "color1" "11 66 119"
  50640. "color2" "49 21 72"
  50641. "color3" "170 170 170"
  50642. "pattern_scale" "2.500000"
  50643. "phongexponent" "255"
  50644. "phongalbedoboost" "10"
  50645. "ignore_weapon_size_scale" "0"
  50646. "only_first_material" "0"
  50647. "pattern_offset_x_start" "1.000000"
  50648. "pattern_offset_x_end" "0.000000"
  50649. "pattern_offset_y_start" "0.000000"
  50650. "pattern_offset_y_end" "1.000000"
  50651. "pattern_rotate_start" "180.000000"
  50652. "pattern_rotate_end" "180.000000"
  50653. "wear_remap_min" "0.000000"
  50654. "wear_remap_max" "0.300000"
  50655. }
  50656. "449"
  50657. {
  50658. "name" "cu_poseidon"
  50659. "description_string" "#PaintKit_cu_poseidon"
  50660. "description_tag" "#PaintKit_cu_poseidon_Tag"
  50661. "style" "7"
  50662. "pattern" "poseidon_m4"
  50663. "pattern_scale" "1.000000"
  50664. "phongexponent" "255"
  50665. "phongintensity" "30"
  50666. "ignore_weapon_size_scale" "1"
  50667. "only_first_material" "0"
  50668. "pattern_offset_x_start" "0.000000"
  50669. "pattern_offset_x_end" "0.000000"
  50670. "pattern_offset_y_start" "0.000000"
  50671. "pattern_offset_y_end" "0.000000"
  50672. "pattern_rotate_start" "0.000000"
  50673. "pattern_rotate_end" "0.000000"
  50674. "wear_remap_min" "0.000000"
  50675. "wear_remap_max" "0.330000"
  50676. }
  50677. "450"
  50678. {
  50679. "name" "hy_zodiac1"
  50680. "description_string" "#PaintKit_hy_zodiac1"
  50681. "description_tag" "#PaintKit_hy_zodiac1_Tag"
  50682. "style" "2"
  50683. "pattern" "zodiac"
  50684. "color0" "11 19 55"
  50685. "color1" "37 37 57"
  50686. "color2" "1 3 13"
  50687. "color3" "13 17 35"
  50688. "pattern_scale" "3.000000"
  50689. "phongexponent" "20"
  50690. "phongintensity" "4"
  50691. "ignore_weapon_size_scale" "0"
  50692. "only_first_material" "0"
  50693. "pattern_offset_x_start" "0.000000"
  50694. "pattern_offset_x_end" "1.000000"
  50695. "pattern_offset_y_start" "0.000000"
  50696. "pattern_offset_y_end" "1.000000"
  50697. "pattern_rotate_start" "0.000000"
  50698. "pattern_rotate_end" "360.000000"
  50699. "wear_remap_min" "0.000000"
  50700. "wear_remap_max" "0.500000"
  50701. }
  50702. "451"
  50703. {
  50704. "name" "hy_zodiac2"
  50705. "description_string" "#PaintKit_hy_zodiac2"
  50706. "description_tag" "#PaintKit_hy_zodiac2_Tag"
  50707. "style" "2"
  50708. "pattern" "zodiac"
  50709. "color0" "11 19 55"
  50710. "color1" "0 9 10"
  50711. "color2" "43 29 108"
  50712. "color3" "13 17 35"
  50713. "pattern_scale" "2.000000"
  50714. "phongexponent" "64"
  50715. "phongintensity" "20"
  50716. "ignore_weapon_size_scale" "0"
  50717. "only_first_material" "0"
  50718. "pattern_offset_x_start" "0.000000"
  50719. "pattern_offset_x_end" "1.000000"
  50720. "pattern_offset_y_start" "0.000000"
  50721. "pattern_offset_y_end" "1.000000"
  50722. "pattern_rotate_start" "0.000000"
  50723. "pattern_rotate_end" "360.000000"
  50724. "wear_remap_min" "0.000000"
  50725. "wear_remap_max" "0.500000"
  50726. }
  50727. "452"
  50728. {
  50729. "name" "hy_zodiac3"
  50730. "description_string" "#PaintKit_hy_zodiac3"
  50731. "description_tag" "#PaintKit_hy_zodiac3_Tag"
  50732. "style" "2"
  50733. "pattern" "zodiac"
  50734. "color0" "21 68 66"
  50735. "color1" "37 37 57"
  50736. "color2" "1 3 13"
  50737. "color3" "13 17 35"
  50738. "pattern_scale" "1.400000"
  50739. "phongexponent" "20"
  50740. "phongintensity" "4"
  50741. "ignore_weapon_size_scale" "0"
  50742. "only_first_material" "0"
  50743. "pattern_offset_x_start" "0.000000"
  50744. "pattern_offset_x_end" "1.000000"
  50745. "pattern_offset_y_start" "0.000000"
  50746. "pattern_offset_y_end" "1.000000"
  50747. "pattern_rotate_start" "0.000000"
  50748. "pattern_rotate_end" "360.000000"
  50749. "wear_remap_min" "0.000000"
  50750. "wear_remap_max" "0.500000"
  50751. }
  50752. "453"
  50753. {
  50754. "name" "an_emerald"
  50755. "description_string" "#PaintKit_an_emerald"
  50756. "description_tag" "#PaintKit_an_emerald_bravo_Tag"
  50757. "wear_default" "0.060000"
  50758. "style" "4"
  50759. "color0" "5 61 34"
  50760. "color1" "5 61 34"
  50761. "color2" "1 1 1"
  50762. "color3" "1 1 1"
  50763. "phongexponent" "32"
  50764. "phongalbedoboost" "30"
  50765. "wear_remap_min" "0.000000"
  50766. "wear_remap_max" "0.080000"
  50767. }
  50768. "454"
  50769. {
  50770. "name" "so_khaki_green"
  50771. "description_string" "#PaintKit_so_khaki_green"
  50772. "description_tag" "#PaintKit_so_khaki_green_Tag"
  50773. "style" "2"
  50774. "pattern" "usp_solid"
  50775. "color0" "18 18 18"
  50776. "color1" "88 107 76"
  50777. "color2" "18 18 18"
  50778. "color3" "18 18 18"
  50779. "pattern_scale" "1.000000"
  50780. "phongexponent" "255"
  50781. "phongintensity" "200"
  50782. "ignore_weapon_size_scale" "1"
  50783. "only_first_material" "0"
  50784. "pattern_offset_x_start" "0.000000"
  50785. "pattern_offset_x_end" "0.000000"
  50786. "pattern_offset_y_start" "0.000000"
  50787. "pattern_offset_y_end" "0.000000"
  50788. "pattern_rotate_start" "0.000000"
  50789. "pattern_rotate_end" "0.000000"
  50790. "wear_remap_min" "0.000000"
  50791. "wear_remap_max" "0.800000"
  50792. }
  50793. "455"
  50794. {
  50795. "name" "cu_anime_aug"
  50796. "description_string" "#PaintKit_cu_anime_aug"
  50797. "description_tag" "#PaintKit_cu_anime_aug_Tag"
  50798. "style" "7"
  50799. "pattern" "anime_aug"
  50800. "pattern_scale" "1.000000"
  50801. "phongexponent" "180"
  50802. "phongintensity" "180"
  50803. "ignore_weapon_size_scale" "1"
  50804. "only_first_material" "0"
  50805. "pattern_offset_x_start" "0.000000"
  50806. "pattern_offset_x_end" "0.000000"
  50807. "pattern_offset_y_start" "0.000000"
  50808. "pattern_offset_y_end" "0.000000"
  50809. "pattern_rotate_start" "0.000000"
  50810. "pattern_rotate_end" "0.000000"
  50811. "wear_remap_min" "0.000000"
  50812. "wear_remap_max" "1.000000"
  50813. }
  50814. "456"
  50815. {
  50816. "name" "am_bamboo_jungle"
  50817. "description_string" "#PaintKit_am_bamboo_jungle"
  50818. "description_tag" "#PaintKit_am_bamboo_jungle_Tag"
  50819. "style" "5"
  50820. "pattern" "bamboo_jungle"
  50821. "color0" "223 227 213"
  50822. "color1" "143 19 19"
  50823. "color2" "32 31 28"
  50824. "color3" "86 107 34"
  50825. "pattern_scale" "1.400000"
  50826. "phongexponent" "40"
  50827. "phongalbedoboost" "20"
  50828. "view_model_exponent_override_size" "1024"
  50829. "ignore_weapon_size_scale" "1"
  50830. "only_first_material" "0"
  50831. "pattern_offset_x_start" "0.730000"
  50832. "pattern_offset_x_end" "0.820000"
  50833. "pattern_offset_y_start" "0.340000"
  50834. "pattern_offset_y_end" "0.340000"
  50835. "pattern_rotate_start" "0.000000"
  50836. "pattern_rotate_end" "0.000000"
  50837. "wear_remap_min" "0.000000"
  50838. "wear_remap_max" "0.800000"
  50839. }
  50840. "457"
  50841. {
  50842. "name" "hy_bamboo_jungle_ink"
  50843. "description_string" "#PaintKit_hy_bamboo_jungle_ink"
  50844. "description_tag" "#PaintKit_hy_bamboo_jungle_ink_Tag"
  50845. "style" "2"
  50846. "pattern" "bamboo_jungle"
  50847. "color0" "221 218 196"
  50848. "color1" "143 19 19"
  50849. "color2" "50 46 39"
  50850. "color3" "116 114 111"
  50851. "pattern_scale" "3.000000"
  50852. "phongexponent" "120"
  50853. "phongintensity" "160"
  50854. "ignore_weapon_size_scale" "1"
  50855. "only_first_material" "0"
  50856. "pattern_offset_x_start" "0.550000"
  50857. "pattern_offset_x_end" "0.590000"
  50858. "pattern_offset_y_start" "0.180000"
  50859. "pattern_offset_y_end" "0.220000"
  50860. "pattern_rotate_start" "0.000000"
  50861. "pattern_rotate_end" "2.000000"
  50862. "wear_remap_min" "0.000000"
  50863. "wear_remap_max" "0.800000"
  50864. }
  50865. "458"
  50866. {
  50867. "name" "hy_bamboo_jungle_black"
  50868. "description_string" "#PaintKit_hy_bamboo_jungle_black"
  50869. "description_tag" "#PaintKit_hy_bamboo_jungle_black_Tag"
  50870. "style" "2"
  50871. "pattern" "bamboo_jungle"
  50872. "color0" "21 22 25"
  50873. "color1" "143 19 19"
  50874. "color2" "33 30 26"
  50875. "color3" "55 54 51"
  50876. "pattern_scale" "2.000000"
  50877. "phongexponent" "40"
  50878. "phongintensity" "12"
  50879. "ignore_weapon_size_scale" "1"
  50880. "only_first_material" "0"
  50881. "pattern_offset_x_start" "0.070000"
  50882. "pattern_offset_x_end" "0.200000"
  50883. "pattern_offset_y_start" "0.270000"
  50884. "pattern_offset_y_end" "0.360000"
  50885. "pattern_rotate_start" "270.000000"
  50886. "pattern_rotate_end" "270.000000"
  50887. "wear_remap_min" "0.000000"
  50888. "wear_remap_max" "0.600000"
  50889. }
  50890. "459"
  50891. {
  50892. "name" "hy_bamboo_jungle"
  50893. "description_string" "#PaintKit_hy_bamboo_jungle"
  50894. "description_tag" "#PaintKit_hy_bamboo_jungle_Tag"
  50895. "style" "2"
  50896. "pattern" "bamboo_jungle"
  50897. "color0" "206 207 193"
  50898. "color1" "88 3 3"
  50899. "color2" "26 21 17"
  50900. "color3" "114 138 29"
  50901. "pattern_scale" "1.400000"
  50902. "phongexponent" "140"
  50903. "phongintensity" "140"
  50904. "ignore_weapon_size_scale" "1"
  50905. "only_first_material" "0"
  50906. "pattern_offset_x_start" "0.550000"
  50907. "pattern_offset_x_end" "0.590000"
  50908. "pattern_offset_y_start" "0.400000"
  50909. "pattern_offset_y_end" "0.420000"
  50910. "pattern_rotate_start" "0.000000"
  50911. "pattern_rotate_end" "1.000000"
  50912. "wear_remap_min" "0.000000"
  50913. "wear_remap_max" "0.600000"
  50914. }
  50915. "460"
  50916. {
  50917. "name" "am_geometric_steps"
  50918. "description_string" "#PaintKit_am_geometric_steps"
  50919. "description_tag" "#PaintKit_am_geometric_steps_Tag"
  50920. "style" "5"
  50921. "pattern" "geometric_steps"
  50922. "color0" "94 146 141"
  50923. "color1" "61 138 120"
  50924. "color2" "187 187 187"
  50925. "color3" "33 154 217"
  50926. "pattern_scale" "4.550000"
  50927. "phongexponent" "80"
  50928. "phongalbedoboost" "0"
  50929. "view_model_exponent_override_size" "1024"
  50930. "ignore_weapon_size_scale" "0"
  50931. "only_first_material" "0"
  50932. "pattern_offset_x_start" "0.000000"
  50933. "pattern_offset_x_end" "1.000000"
  50934. "pattern_offset_y_start" "0.000000"
  50935. "pattern_offset_y_end" "1.000000"
  50936. "pattern_rotate_start" "0.000000"
  50937. "pattern_rotate_end" "360.000000"
  50938. "wear_remap_min" "0.000000"
  50939. "wear_remap_max" "0.700000"
  50940. }
  50941. "462"
  50942. {
  50943. "name" "hy_geometric_steps_green"
  50944. "description_string" "#PaintKit_hy_geometric_steps_green"
  50945. "description_tag" "#PaintKit_hy_geometric_steps_green_Tag"
  50946. "style" "2"
  50947. "pattern" "geometric_steps"
  50948. "color0" "221 203 203"
  50949. "color1" "255 85 81"
  50950. "color2" "49 49 49"
  50951. "color3" "99 181 51"
  50952. "pattern_scale" "3.500000"
  50953. "phongexponent" "100"
  50954. "phongintensity" "180"
  50955. "ignore_weapon_size_scale" "0"
  50956. "only_first_material" "0"
  50957. "pattern_offset_x_start" "0.000000"
  50958. "pattern_offset_x_end" "1.000000"
  50959. "pattern_offset_y_start" "0.000000"
  50960. "pattern_offset_y_end" "1.000000"
  50961. "pattern_rotate_start" "0.000000"
  50962. "pattern_rotate_end" "360.000000"
  50963. "wear_remap_min" "0.000000"
  50964. "wear_remap_max" "0.650000"
  50965. "dialog_config" "14,0,0,0"
  50966. }
  50967. "463"
  50968. {
  50969. "name" "hy_geometric_steps_yellow"
  50970. "description_string" "#PaintKit_hy_geometric_steps_yellow"
  50971. "description_tag" "#PaintKit_hy_geometric_steps_yellow_Tag"
  50972. "style" "2"
  50973. "pattern" "geometric_steps"
  50974. "color0" "60 65 65"
  50975. "color1" "244 129 118"
  50976. "color2" "241 188 26"
  50977. "color3" "207 203 175"
  50978. "pattern_scale" "5.000000"
  50979. "phongexponent" "200"
  50980. "phongintensity" "100"
  50981. "ignore_weapon_size_scale" "0"
  50982. "only_first_material" "0"
  50983. "pattern_offset_x_start" "0.000000"
  50984. "pattern_offset_x_end" "1.000000"
  50985. "pattern_offset_y_start" "0.000000"
  50986. "pattern_offset_y_end" "1.000000"
  50987. "pattern_rotate_start" "0.000000"
  50988. "pattern_rotate_end" "360.000000"
  50989. "wear_remap_min" "0.000000"
  50990. "wear_remap_max" "1.000000"
  50991. }
  50992. "464"
  50993. {
  50994. "name" "hy_kimono_diamonds"
  50995. "description_string" "#PaintKit_hy_kimono_diamonds"
  50996. "description_tag" "#PaintKit_hy_kimono_diamonds_Tag"
  50997. "style" "2"
  50998. "pattern" "kimono_diamonds"
  50999. "color0" "182 230 28"
  51000. "color1" "184 181 157"
  51001. "color2" "120 116 99"
  51002. "color3" "201 211 167"
  51003. "pattern_scale" "4.500000"
  51004. "phongexponent" "120"
  51005. "phongintensity" "120"
  51006. "ignore_weapon_size_scale" "0"
  51007. "only_first_material" "0"
  51008. "pattern_offset_x_start" "0.000000"
  51009. "pattern_offset_x_end" "1.000000"
  51010. "pattern_offset_y_start" "0.000000"
  51011. "pattern_offset_y_end" "1.000000"
  51012. "pattern_rotate_start" "90.000000"
  51013. "pattern_rotate_end" "90.000000"
  51014. "wear_remap_min" "0.000000"
  51015. "wear_remap_max" "0.800000"
  51016. }
  51017. "465"
  51018. {
  51019. "name" "hy_kimono_diamonds_orange"
  51020. "description_string" "#PaintKit_hy_kimono_diamonds_orange"
  51021. "description_tag" "#PaintKit_hy_kimono_diamonds_orange_Tag"
  51022. "style" "2"
  51023. "pattern" "kimono_diamonds"
  51024. "color0" "66 65 63"
  51025. "color1" "39 39 39"
  51026. "color2" "242 152 35"
  51027. "color3" "76 74 71"
  51028. "pattern_scale" "2.000000"
  51029. "phongexponent" "160"
  51030. "phongintensity" "80"
  51031. "ignore_weapon_size_scale" "0"
  51032. "only_first_material" "0"
  51033. "pattern_offset_x_start" "0.000000"
  51034. "pattern_offset_x_end" "1.000000"
  51035. "pattern_offset_y_start" "0.000000"
  51036. "pattern_offset_y_end" "1.000000"
  51037. "pattern_rotate_start" "180.000000"
  51038. "pattern_rotate_end" "180.000000"
  51039. "wear_remap_min" "0.000000"
  51040. "wear_remap_max" "0.800000"
  51041. }
  51042. "466"
  51043. {
  51044. "name" "hy_kimono_diamonds_red"
  51045. "description_string" "#PaintKit_hy_kimono_diamonds_red"
  51046. "description_tag" "#PaintKit_hy_kimono_diamonds_red_Tag"
  51047. "style" "2"
  51048. "pattern" "kimono_diamonds"
  51049. "color0" "14 13 13"
  51050. "color1" "28 32 34"
  51051. "color2" "144 17 17"
  51052. "color3" "54 31 31"
  51053. "pattern_scale" "4.500000"
  51054. "phongexponent" "140"
  51055. "phongintensity" "100"
  51056. "ignore_weapon_size_scale" "0"
  51057. "only_first_material" "0"
  51058. "pattern_offset_x_start" "0.000000"
  51059. "pattern_offset_x_end" "1.000000"
  51060. "pattern_offset_y_start" "0.000000"
  51061. "pattern_offset_y_end" "1.000000"
  51062. "pattern_rotate_start" "0.000000"
  51063. "pattern_rotate_end" "0.000000"
  51064. "wear_remap_min" "0.000000"
  51065. "wear_remap_max" "0.800000"
  51066. }
  51067. "467"
  51068. {
  51069. "name" "sp_kimono_diamonds"
  51070. "description_string" "#PaintKit_sp_kimono_diamonds"
  51071. "description_tag" "#PaintKit_sp_kimono_diamonds_Tag"
  51072. "style" "3"
  51073. "pattern" "kimono_diamonds"
  51074. "color0" "27 27 27"
  51075. "color1" "146 164 173"
  51076. "color2" "161 215 15"
  51077. "color3" "105 116 96"
  51078. "pattern_scale" "1.700000"
  51079. "phongexponent" "180"
  51080. "phongintensity" "80"
  51081. "ignore_weapon_size_scale" "0"
  51082. "only_first_material" "0"
  51083. "pattern_offset_x_start" "0.000000"
  51084. "pattern_offset_x_end" "1.000000"
  51085. "pattern_offset_y_start" "0.000000"
  51086. "pattern_offset_y_end" "1.000000"
  51087. "pattern_rotate_start" "90.000000"
  51088. "pattern_rotate_end" "90.000000"
  51089. "wear_remap_min" "0.000000"
  51090. "wear_remap_max" "0.800000"
  51091. }
  51092. "468"
  51093. {
  51094. "name" "am_seastorm"
  51095. "description_string" "#PaintKit_am_seastorm"
  51096. "description_tag" "#PaintKit_am_seastorm_Tag"
  51097. "style" "5"
  51098. "pattern" "sea_storm"
  51099. "color0" "22 39 35"
  51100. "color1" "105 154 173"
  51101. "color2" "74 162 172"
  51102. "color3" "10 2 25"
  51103. "pattern_scale" "1.400000"
  51104. "phongexponent" "140"
  51105. "phongalbedoboost" "0"
  51106. "view_model_exponent_override_size" "1024"
  51107. "ignore_weapon_size_scale" "1"
  51108. "only_first_material" "0"
  51109. "pattern_offset_x_start" "0.000000"
  51110. "pattern_offset_x_end" "1.000000"
  51111. "pattern_offset_y_start" "0.000000"
  51112. "pattern_offset_y_end" "1.000000"
  51113. "pattern_rotate_start" "0.000000"
  51114. "pattern_rotate_end" "10.000000"
  51115. "wear_remap_min" "0.000000"
  51116. "wear_remap_max" "0.750000"
  51117. }
  51118. "469"
  51119. {
  51120. "name" "am_seastorm_blood"
  51121. "description_string" "#PaintKit_am_seastorm_blood"
  51122. "description_tag" "#PaintKit_am_seastorm_blood_Tag"
  51123. "style" "5"
  51124. "pattern" "sea_storm_blood"
  51125. "color0" "56 6 6"
  51126. "color1" "143 43 8"
  51127. "color2" "188 97 65"
  51128. "color3" "7 0 0"
  51129. "pattern_scale" "1.600000"
  51130. "phongexponent" "160"
  51131. "phongalbedoboost" "0"
  51132. "view_model_exponent_override_size" "1024"
  51133. "ignore_weapon_size_scale" "1"
  51134. "only_first_material" "0"
  51135. "pattern_offset_x_start" "0.450000"
  51136. "pattern_offset_x_end" "0.550000"
  51137. "pattern_offset_y_start" "0.500000"
  51138. "pattern_offset_y_end" "0.600000"
  51139. "pattern_rotate_start" "0.000000"
  51140. "pattern_rotate_end" "1.000000"
  51141. "wear_remap_min" "0.000000"
  51142. "wear_remap_max" "0.750000"
  51143. }
  51144. "470"
  51145. {
  51146. "name" "am_seastorm_shojo"
  51147. "description_string" "#PaintKit_am_seastorm_blood"
  51148. "description_tag" "#PaintKit_am_seastorm_shojo_Tag"
  51149. "style" "5"
  51150. "pattern" "sea_storm_shojo"
  51151. "color0" "56 6 6"
  51152. "color1" "143 43 8"
  51153. "color2" "188 97 65"
  51154. "color3" "7 0 0"
  51155. "pattern_scale" "1.600000"
  51156. "phongexponent" "160"
  51157. "phongalbedoboost" "0"
  51158. "view_model_exponent_override_size" "1024"
  51159. "ignore_weapon_size_scale" "1"
  51160. "only_first_material" "0"
  51161. "pattern_offset_x_start" "0.450000"
  51162. "pattern_offset_x_end" "0.550000"
  51163. "pattern_offset_y_start" "0.500000"
  51164. "pattern_offset_y_end" "0.600000"
  51165. "pattern_rotate_start" "0.000000"
  51166. "pattern_rotate_end" "1.000000"
  51167. "wear_remap_min" "0.000000"
  51168. "wear_remap_max" "0.750000"
  51169. }
  51170. "471"
  51171. {
  51172. "name" "am_kimono_sunrise"
  51173. "description_string" "#PaintKit_am_kimono_sunrise"
  51174. "description_tag" "#PaintKit_am_kimono_sunrise_Tag"
  51175. "style" "5"
  51176. "pattern" "kimono_sunrise"
  51177. "color0" "254 236 116"
  51178. "color1" "163 119 55"
  51179. "color2" "134 146 148"
  51180. "color3" "64 42 17"
  51181. "pattern_scale" "1.500000"
  51182. "phongexponent" "220"
  51183. "phongalbedoboost" "0"
  51184. "view_model_exponent_override_size" "1024"
  51185. "ignore_weapon_size_scale" "1"
  51186. "only_first_material" "0"
  51187. "pattern_offset_x_start" "0.140000"
  51188. "pattern_offset_x_end" "0.900000"
  51189. "pattern_offset_y_start" "0.230000"
  51190. "pattern_offset_y_end" "0.230000"
  51191. "pattern_rotate_start" "0.000000"
  51192. "pattern_rotate_end" "0.000000"
  51193. "wear_remap_min" "0.000000"
  51194. "wear_remap_max" "0.600000"
  51195. }
  51196. "472"
  51197. {
  51198. "name" "so_keycolors"
  51199. "description_string" "#PaintKit_so_keycolors"
  51200. "description_tag" "#PaintKit_am_so_keycolors_Tag"
  51201. "style" "1"
  51202. "color0" "235 154 26"
  51203. "color1" "58 68 77"
  51204. "color2" "95 255 8"
  51205. "color3" "77 71 69"
  51206. "phongexponent" "64"
  51207. "phongintensity" "44"
  51208. "only_first_material" "0"
  51209. "wear_remap_min" "0.000000"
  51210. "wear_remap_max" "1.000000"
  51211. }
  51212. "473"
  51213. {
  51214. "name" "so_aqua"
  51215. "description_string" "#PaintKit_so_aqua"
  51216. "description_tag" "#PaintKit_so_aqua_Tag"
  51217. "style" "1"
  51218. "color0" "128 64 64"
  51219. "color1" "20 30 34"
  51220. "color2" "92 146 145"
  51221. "color3" "161 158 129"
  51222. "phongexponent" "80"
  51223. "phongintensity" "200"
  51224. "only_first_material" "0"
  51225. "wear_remap_min" "0.000000"
  51226. "wear_remap_max" "1.000000"
  51227. }
  51228. "474"
  51229. {
  51230. "name" "cu_ak47_courage_alt"
  51231. "description_string" "#PaintKit_cu_ak47_courage_alt"
  51232. "description_tag" "#PaintKit_cu_ak47_courage_alt_Tag"
  51233. "style" "7"
  51234. "pattern" "workshop/ak47_courage"
  51235. "pattern_scale" "1.000000"
  51236. "phongexponent" "88"
  51237. "phongintensity" "18"
  51238. "ignore_weapon_size_scale" "1"
  51239. "only_first_material" "0"
  51240. "pattern_offset_x_start" "0.000000"
  51241. "pattern_offset_x_end" "0.000000"
  51242. "pattern_offset_y_start" "0.000000"
  51243. "pattern_offset_y_end" "0.000000"
  51244. "pattern_rotate_start" "0.000000"
  51245. "pattern_rotate_end" "0.000000"
  51246. "wear_remap_min" "0.000000"
  51247. "wear_remap_max" "1.000000"
  51248. }
  51249. "475"
  51250. {
  51251. "name" "cu_awp_hyper_beast"
  51252. "description_string" "#PaintKit_cu_m4a1_hyper_beast"
  51253. "description_tag" "#PaintKit_cu_m4a1_hyper_beast_Tag"
  51254. "style" "7"
  51255. "pattern" "workshop/awp_hyper_beast"
  51256. "pattern_scale" "1.000000"
  51257. "phongexponent" "190"
  51258. "phongintensity" "78"
  51259. "ignore_weapon_size_scale" "1"
  51260. "only_first_material" "0"
  51261. "pattern_offset_x_start" "0.000000"
  51262. "pattern_offset_x_end" "0"
  51263. "pattern_offset_y_start" "0.000000"
  51264. "pattern_offset_y_end" "0"
  51265. "pattern_rotate_start" "0.000000"
  51266. "pattern_rotate_end" "0"
  51267. "wear_remap_min" "0.000000"
  51268. "wear_remap_max" "1.000000"
  51269. }
  51270. "476"
  51271. {
  51272. "name" "cu_cz75a_chastizer"
  51273. "description_string" "#PaintKit_cu_cz75a_chastizer"
  51274. "description_tag" "#PaintKit_cu_cz75a_chastizer_Tag"
  51275. "style" "7"
  51276. "pattern" "workshop/cz75a_chastizer"
  51277. "pattern_scale" "1.000000"
  51278. "phongexponent" "255"
  51279. "phongintensity" "255"
  51280. "ignore_weapon_size_scale" "1"
  51281. "only_first_material" "1"
  51282. "pattern_offset_x_start" "0.000000"
  51283. "pattern_offset_x_end" "0"
  51284. "pattern_offset_y_start" "0.000000"
  51285. "pattern_offset_y_end" "0"
  51286. "pattern_rotate_start" "0.000000"
  51287. "pattern_rotate_end" "0"
  51288. "wear_remap_min" "0.000000"
  51289. "wear_remap_max" "1.000000"
  51290. }
  51291. "477"
  51292. {
  51293. "name" "am_famas_dots"
  51294. "description_string" "#PaintKit_am_famas_dots"
  51295. "description_tag" "#PaintKit_am_famas_dots_Tag"
  51296. "style" "5"
  51297. "pattern" "workshop/dots"
  51298. "color0" "205 167 15"
  51299. "color1" "140 136 96"
  51300. "color2" "58 59 53"
  51301. "color3" "1 2 2"
  51302. "pattern_scale" "4.000000"
  51303. "phongexponent" "32"
  51304. "phongalbedoboost" "0"
  51305. "view_model_exponent_override_size" "256"
  51306. "ignore_weapon_size_scale" "0"
  51307. "only_first_material" "0"
  51308. "pattern_offset_x_start" "0.000000"
  51309. "pattern_offset_x_end" "1.000000"
  51310. "pattern_offset_y_start" "0.000000"
  51311. "pattern_offset_y_end" "1.000000"
  51312. "pattern_rotate_start" "0.000000"
  51313. "pattern_rotate_end" "360.000000"
  51314. "wear_remap_min" "0.000000"
  51315. "wear_remap_max" "0.600000"
  51316. }
  51317. "478"
  51318. {
  51319. "name" "cu_galilar_particles"
  51320. "description_string" "#PaintKit_cu_galilar_particles"
  51321. "description_tag" "#PaintKit_cu_galilar_particles_Tag"
  51322. "style" "7"
  51323. "pattern" "workshop/particles"
  51324. "pattern_scale" "1.000000"
  51325. "phongexponent" "200"
  51326. "phongintensity" "30"
  51327. "ignore_weapon_size_scale" "1"
  51328. "only_first_material" "0"
  51329. "pattern_offset_x_start" "0.000000"
  51330. "pattern_offset_x_end" "0.000000"
  51331. "pattern_offset_y_start" "0.000000"
  51332. "pattern_offset_y_end" "0.000000"
  51333. "pattern_rotate_start" "0.000000"
  51334. "pattern_rotate_end" "0.000000"
  51335. "wear_remap_min" "0.000000"
  51336. "wear_remap_max" "1.000000"
  51337. }
  51338. "479"
  51339. {
  51340. "name" "aq_glock18_flames_blue"
  51341. "description_string" "#PaintKit_aq_glock18_flames_blue"
  51342. "description_tag" "#PaintKit_aq_glock18_flames_blue_Tag"
  51343. "style" "8"
  51344. "pattern" "workshop/glock_flames_blue_green"
  51345. "color0" "127 156 106"
  51346. "color1" "112 129 179"
  51347. "color2" "137 146 90"
  51348. "color3" "119 132 219"
  51349. "pattern_scale" "1.000000"
  51350. "phongexponent" "255"
  51351. "phongalbedoboost" "75"
  51352. "ignore_weapon_size_scale" "1"
  51353. "only_first_material" "0"
  51354. "pattern_offset_x_start" "0.000000"
  51355. "pattern_offset_x_end" "0.000000"
  51356. "pattern_offset_y_start" "0.000000"
  51357. "pattern_offset_y_end" "0.000000"
  51358. "pattern_rotate_start" "0.000000"
  51359. "pattern_rotate_end" "0.000000"
  51360. "wear_remap_min" "0.000000"
  51361. "wear_remap_max" "0.800000"
  51362. }
  51363. "480"
  51364. {
  51365. "name" "cu_m4a4_evil_daimyo"
  51366. "description_string" "#PaintKit_cu_m4a4_evil_daimyo"
  51367. "description_tag" "#PaintKit_cu_m4a4_evil_daimyo_Tag"
  51368. "style" "7"
  51369. "pattern" "workshop/daimyo_evil_greyred"
  51370. "pattern_scale" "1.000000"
  51371. "phongexponent" "230"
  51372. "phongintensity" "18"
  51373. "ignore_weapon_size_scale" "1"
  51374. "only_first_material" "0"
  51375. "pattern_offset_x_start" "0.000000"
  51376. "pattern_offset_x_end" "0.000000"
  51377. "pattern_offset_y_start" "0.000000"
  51378. "pattern_offset_y_end" "0.000000"
  51379. "pattern_rotate_start" "0.000000"
  51380. "pattern_rotate_end" "0.000000"
  51381. "wear_remap_min" "0.000000"
  51382. "wear_remap_max" "0.520000"
  51383. }
  51384. "481"
  51385. {
  51386. "name" "cu_mp7_nemsis"
  51387. "description_string" "#PaintKit_cu_mp7_nemsis"
  51388. "description_tag" "#PaintKit_cu_mp7_nemsis_Tag"
  51389. "style" "7"
  51390. "pattern" "workshop/nemesis_mp7"
  51391. "pattern_scale" "1.000000"
  51392. "phongexponent" "255"
  51393. "phongintensity" "15"
  51394. "ignore_weapon_size_scale" "1"
  51395. "only_first_material" "0"
  51396. "pattern_offset_x_start" "0.000000"
  51397. "pattern_offset_x_end" "0.000000"
  51398. "pattern_offset_y_start" "0.000000"
  51399. "pattern_offset_y_end" "0.000000"
  51400. "pattern_rotate_start" "0.000000"
  51401. "pattern_rotate_end" "0.000000"
  51402. "wear_remap_min" "0.000000"
  51403. "wear_remap_max" "0.320000"
  51404. }
  51405. "482"
  51406. {
  51407. "name" "am_mp9_nitrogen"
  51408. "description_string" "#PaintKit_am_mp9_nitrogen"
  51409. "description_tag" "#PaintKit_am_mp9_nitrogen_Tag"
  51410. "style" "5"
  51411. "pattern" "workshop/nitrogen_pattern"
  51412. "color0" "0 0 0"
  51413. "color1" "215 64 4"
  51414. "color2" "23 15 18"
  51415. "color3" "53 15 46"
  51416. "pattern_scale" "2.500000"
  51417. "phongexponent" "25"
  51418. "phongalbedoboost" "33"
  51419. "view_model_exponent_override_size" "1024"
  51420. "ignore_weapon_size_scale" "1"
  51421. "only_first_material" "0"
  51422. "pattern_offset_x_start" "0.000000"
  51423. "pattern_offset_x_end" "0.000000"
  51424. "pattern_offset_y_start" "0.000000"
  51425. "pattern_offset_y_end" "0.000000"
  51426. "pattern_rotate_start" "0.000000"
  51427. "pattern_rotate_end" "0.000000"
  51428. "wear_remap_min" "0.000000"
  51429. "wear_remap_max" "0.500000"
  51430. }
  51431. "483"
  51432. {
  51433. "name" "cu_negev_annihilator"
  51434. "description_string" "#PaintKit_cu_negev_annihilator"
  51435. "description_tag" "#PaintKit_cu_negev_annihilator_Tag"
  51436. "style" "7"
  51437. "pattern" "workshop/negev_annihilator"
  51438. "pattern_scale" "1.000000"
  51439. "phongexponent" "128"
  51440. "phongintensity" "48"
  51441. "ignore_weapon_size_scale" "1"
  51442. "only_first_material" "0"
  51443. "pattern_offset_x_start" "1.000000"
  51444. "pattern_offset_x_end" "1.000000"
  51445. "pattern_offset_y_start" "1.000000"
  51446. "pattern_offset_y_end" "1.000000"
  51447. "pattern_rotate_start" "0.000000"
  51448. "pattern_rotate_end" "0.000000"
  51449. "wear_remap_min" "0.140000"
  51450. "wear_remap_max" "0.650000"
  51451. }
  51452. "484"
  51453. {
  51454. "name" "cu_nova_ranger"
  51455. "description_string" "#PaintKit_cu_nova_ranger"
  51456. "description_tag" "#PaintKit_cu_nova_ranger_Tag"
  51457. "style" "7"
  51458. "pattern" "workshop/nova_ranger"
  51459. "pattern_scale" "1.000000"
  51460. "phongexponent" "20"
  51461. "phongintensity" "5"
  51462. "ignore_weapon_size_scale" "1"
  51463. "only_first_material" "0"
  51464. "pattern_offset_x_start" "0.000000"
  51465. "pattern_offset_x_end" "0.000000"
  51466. "pattern_offset_y_start" "0.000000"
  51467. "pattern_offset_y_end" "0.000000"
  51468. "pattern_rotate_start" "0.000000"
  51469. "pattern_rotate_end" "0.000000"
  51470. "wear_remap_min" "0.000000"
  51471. "wear_remap_max" "1.000000"
  51472. }
  51473. "485"
  51474. {
  51475. "name" "aq_p2000_boom"
  51476. "description_string" "#PaintKit_aq_p2000_boom"
  51477. "description_tag" "#PaintKit_aq_p2000_boom_Tag"
  51478. "style" "8"
  51479. "pattern" "workshop/p2000_boom"
  51480. "color0" "50 50 50"
  51481. "color1" "255 255 255"
  51482. "color2" "255 255 255"
  51483. "color3" "76 76 76"
  51484. "pattern_scale" "1.000000"
  51485. "phongexponent" "255"
  51486. "phongalbedoboost" "150"
  51487. "ignore_weapon_size_scale" "1"
  51488. "only_first_material" "1"
  51489. "pattern_offset_x_start" "0.000000"
  51490. "pattern_offset_x_end" "0.000000"
  51491. "pattern_offset_y_start" "0.000000"
  51492. "pattern_offset_y_end" "0.000000"
  51493. "pattern_rotate_start" "0.000000"
  51494. "pattern_rotate_end" "0.000000"
  51495. "wear_remap_min" "0.000000"
  51496. "wear_remap_max" "1.000000"
  51497. }
  51498. "486"
  51499. {
  51500. "name" "cu_p90_mastery"
  51501. "description_string" "#PaintKit_cu_ak47_mastery"
  51502. "description_tag" "#PaintKit_cu_ak47_mastery_Tag"
  51503. "style" "7"
  51504. "pattern" "workshop/P90_mastery"
  51505. "pattern_scale" "1.000000"
  51506. "phongexponent" "255"
  51507. "phongintensity" "10"
  51508. "ignore_weapon_size_scale" "1"
  51509. "only_first_material" "0"
  51510. "pattern_offset_x_start" "0.000000"
  51511. "pattern_offset_x_end" "0.000000"
  51512. "pattern_offset_y_start" "0.000000"
  51513. "pattern_offset_y_end" "0.000000"
  51514. "pattern_rotate_start" "0.000000"
  51515. "pattern_rotate_end" "0.000000"
  51516. "wear_remap_min" "0.000000"
  51517. "wear_remap_max" "1.000000"
  51518. }
  51519. "487"
  51520. {
  51521. "name" "cu_sg553_cyrex"
  51522. "description_string" "#PaintKit_cu_cyrex"
  51523. "description_tag" "#PaintKit_cu_cyrex_tag"
  51524. "style" "7"
  51525. "pattern" "workshop/ssg_cyrex"
  51526. "pattern_scale" "1.000000"
  51527. "phongexponent" "255"
  51528. "phongintensity" "3"
  51529. "ignore_weapon_size_scale" "1"
  51530. "only_first_material" "1"
  51531. "pattern_offset_x_start" "0.000000"
  51532. "pattern_offset_x_end" "0.000000"
  51533. "pattern_offset_y_start" "0.000000"
  51534. "pattern_offset_y_end" "0.000000"
  51535. "pattern_rotate_start" "0.000000"
  51536. "pattern_rotate_end" "0.000000"
  51537. "wear_remap_min" "0.000000"
  51538. "wear_remap_max" "1.000000"
  51539. }
  51540. "488"
  51541. {
  51542. "name" "cu_ump45_uproar"
  51543. "description_string" "#PaintKit_cu_ump45_uproar"
  51544. "description_tag" "#PaintKit_cu_ump45_uproar_Tag"
  51545. "style" "7"
  51546. "pattern" "workshop/ump45_uproar"
  51547. "pattern_scale" "1.000000"
  51548. "phongexponent" "255"
  51549. "phongintensity" "50"
  51550. "ignore_weapon_size_scale" "1"
  51551. "only_first_material" "0"
  51552. "pattern_offset_x_start" "0.000000"
  51553. "pattern_offset_x_end" "0.000000"
  51554. "pattern_offset_y_start" "0.000000"
  51555. "pattern_offset_y_end" "0.000000"
  51556. "pattern_rotate_start" "0.000000"
  51557. "pattern_rotate_end" "0.000000"
  51558. "wear_remap_min" "0.000000"
  51559. "wear_remap_max" "0.700000"
  51560. }
  51561. "489"
  51562. {
  51563. "name" "cu_usp_progressiv"
  51564. "description_string" "#PaintKit_cu_usp_progressiv"
  51565. "description_tag" "#PaintKit_cu_usp_progressiv_Tag"
  51566. "style" "7"
  51567. "pattern" "workshop/usps_progressiv"
  51568. "pattern_scale" "1.000000"
  51569. "phongexponent" "150"
  51570. "phongintensity" "70"
  51571. "ignore_weapon_size_scale" "1"
  51572. "only_first_material" "0"
  51573. "pattern_offset_x_start" "0.000000"
  51574. "pattern_offset_x_end" "0.000000"
  51575. "pattern_offset_y_start" "0.000000"
  51576. "pattern_offset_y_end" "0.000000"
  51577. "pattern_rotate_start" "0.000000"
  51578. "pattern_rotate_end" "0.000000"
  51579. "wear_remap_min" "0.000000"
  51580. "wear_remap_max" "0.460000"
  51581. }
  51582. "490"
  51583. {
  51584. "name" "cu_ak47_winter_sport"
  51585. "description_string" "#PaintKit_cu_ak47_winter_sport"
  51586. "description_tag" "#PaintKit_cu_ak47_winter_sport_Tag"
  51587. "style" "7"
  51588. "pattern" "workshop/ak47_winter_sport"
  51589. "pattern_scale" "1.000000"
  51590. "phongexponent" "32"
  51591. "phongintensity" "30"
  51592. "ignore_weapon_size_scale" "1"
  51593. "only_first_material" "0"
  51594. "pattern_offset_x_start" "0.000000"
  51595. "pattern_offset_x_end" "0.000000"
  51596. "pattern_offset_y_start" "0.000000"
  51597. "pattern_offset_y_end" "0.000000"
  51598. "pattern_rotate_start" "0.000000"
  51599. "pattern_rotate_end" "0.000000"
  51600. "wear_remap_min" "0.020000"
  51601. "wear_remap_max" "0.870000"
  51602. }
  51603. "491"
  51604. {
  51605. "name" "cu_dualberretta_dragons"
  51606. "description_string" "#PaintKit_cu_dualberretta_dragons"
  51607. "description_tag" "#PaintKit_cu_dualberretta_dragons_Tag"
  51608. "style" "7"
  51609. "pattern" "workshop/dualberretta_dragons"
  51610. "pattern_scale" "1.000000"
  51611. "phongexponent" "255"
  51612. "phongintensity" "40"
  51613. "ignore_weapon_size_scale" "1"
  51614. "only_first_material" "0"
  51615. "pattern_offset_x_start" "0.000000"
  51616. "pattern_offset_x_end" "0.000000"
  51617. "pattern_offset_y_start" "0.000000"
  51618. "pattern_offset_y_end" "0.000000"
  51619. "pattern_rotate_start" "0.000000"
  51620. "pattern_rotate_end" "0.000000"
  51621. "wear_remap_min" "0.000000"
  51622. "wear_remap_max" "1.000000"
  51623. }
  51624. "492"
  51625. {
  51626. "name" "cu_famas_lenta"
  51627. "description_string" "#PaintKit_cu_famas_lenta"
  51628. "description_tag" "#PaintKit_cu_famas_lenta_Tag"
  51629. "style" "7"
  51630. "pattern" "workshop/famas_lenta"
  51631. "pattern_scale" "1.000000"
  51632. "phongexponent" "80"
  51633. "phongintensity" "20"
  51634. "ignore_weapon_size_scale" "1"
  51635. "only_first_material" "0"
  51636. "pattern_offset_x_start" "0.000000"
  51637. "pattern_offset_x_end" "0"
  51638. "pattern_offset_y_start" "0.000000"
  51639. "pattern_offset_y_end" "0"
  51640. "pattern_rotate_start" "0.000000"
  51641. "pattern_rotate_end" "0"
  51642. "wear_remap_min" "0.000000"
  51643. "wear_remap_max" "0.600000"
  51644. }
  51645. "493"
  51646. {
  51647. "name" "gs_g3sg1_flux_purple"
  51648. "description_string" "#PaintKit_gs_g3sg1_flux_purple"
  51649. "description_tag" "#PaintKit_gs_g3sg1_flux_purple_Tag"
  51650. "style" "9"
  51651. "pattern" "workshop/g3sg1_flux_purple"
  51652. "color0" "255 255 255"
  51653. "color1" "97 97 120"
  51654. "color2" "255 255 255"
  51655. "color3" "56 28 8"
  51656. "pattern_scale" "1.000000"
  51657. "phongexponent" "10"
  51658. "phongintensity" "0"
  51659. "phongalbedoboost" "25"
  51660. "view_model_exponent_override_size" "1024"
  51661. "ignore_weapon_size_scale" "1"
  51662. "only_first_material" "0"
  51663. "pattern_offset_x_start" "0.000000"
  51664. "pattern_offset_x_end" "0.000000"
  51665. "pattern_offset_y_start" "0.000000"
  51666. "pattern_offset_y_end" "0.000000"
  51667. "pattern_rotate_start" "0.000000"
  51668. "pattern_rotate_end" "0.000000"
  51669. "wear_remap_min" "0.000000"
  51670. "wear_remap_max" "0.900000"
  51671. }
  51672. "494"
  51673. {
  51674. "name" "gs_galil_nightwing"
  51675. "description_string" "#PaintKit_gs_galil_nightwing"
  51676. "description_tag" "#PaintKit_gs_galil_nightwing_Tag"
  51677. "style" "9"
  51678. "pattern" "workshop/galil_nightwing"
  51679. "color0" "64 64 64"
  51680. "color1" "211 211 211"
  51681. "color2" "119 154 181"
  51682. "color3" "162 224 247"
  51683. "pattern_scale" "1.000000"
  51684. "phongexponent" "255"
  51685. "phongintensity" "255"
  51686. "phongalbedoboost" "30"
  51687. "view_model_exponent_override_size" "1024"
  51688. "ignore_weapon_size_scale" "1"
  51689. "only_first_material" "0"
  51690. "pattern_offset_x_start" "0.000000"
  51691. "pattern_offset_x_end" "0.000000"
  51692. "pattern_offset_y_start" "0.000000"
  51693. "pattern_offset_y_end" "0.000000"
  51694. "pattern_rotate_start" "0.000000"
  51695. "pattern_rotate_end" "0.000000"
  51696. "wear_remap_min" "0.000000"
  51697. "wear_remap_max" "0.900000"
  51698. }
  51699. "495"
  51700. {
  51701. "name" "gs_glock18_wrathys"
  51702. "description_string" "#PaintKit_gs_glock18_wrathys"
  51703. "description_tag" "#PaintKit_gs_glock18_wrathys_Tag"
  51704. "style" "9"
  51705. "pattern" "workshop/glock18_wrathys"
  51706. "use_normal" "1"
  51707. "normal" "workshop/glock18_wrathys_normal"
  51708. "color0" "91 91 91"
  51709. "color1" "166 166 166"
  51710. "color2" "102 76 56"
  51711. "color3" "99 93 89"
  51712. "pattern_scale" "1.000000"
  51713. "phongexponent" "16"
  51714. "phongintensity" "5"
  51715. "phongalbedoboost" "18"
  51716. "view_model_exponent_override_size" "1024"
  51717. "ignore_weapon_size_scale" "1"
  51718. "only_first_material" "0"
  51719. "pattern_offset_x_start" "0.000000"
  51720. "pattern_offset_x_end" "0.000000"
  51721. "pattern_offset_y_start" "0.000000"
  51722. "pattern_offset_y_end" "0.000000"
  51723. "pattern_rotate_start" "0.000000"
  51724. "pattern_rotate_end" "0.000000"
  51725. "wear_remap_min" "0.000000"
  51726. "wear_remap_max" "0.800000"
  51727. }
  51728. "496"
  51729. {
  51730. "name" "gs_m249_nebula_crusader"
  51731. "description_string" "#PaintKit_gs_m249_nebula_crusader"
  51732. "description_tag" "#PaintKit_gs_m249_nebula_crusader_Tag"
  51733. "style" "9"
  51734. "pattern" "workshop/m249_nebula_crusader"
  51735. "color0" "0 255 174"
  51736. "color1" "217 210 199"
  51737. "color2" "255 189 111"
  51738. "color3" "102 255 221"
  51739. "pattern_scale" "1.000000"
  51740. "phongexponent" "120"
  51741. "phongintensity" "12"
  51742. "phongalbedoboost" "32"
  51743. "view_model_exponent_override_size" "256"
  51744. "ignore_weapon_size_scale" "1"
  51745. "only_first_material" "1"
  51746. "pattern_offset_x_start" "0.000000"
  51747. "pattern_offset_x_end" "0.000000"
  51748. "pattern_offset_y_start" "0.000000"
  51749. "pattern_offset_y_end" "0.000000"
  51750. "pattern_rotate_start" "0.000000"
  51751. "pattern_rotate_end" "0.000000"
  51752. "wear_remap_min" "0.000000"
  51753. "wear_remap_max" "1.000000"
  51754. }
  51755. "497"
  51756. {
  51757. "name" "gs_m4a1s_snakebite_gold"
  51758. "description_string" "#PaintKit_gs_m4a1s_snakebite_gold"
  51759. "description_tag" "#PaintKit_gs_m4a1s_snakebite_gold_Tag"
  51760. "style" "9"
  51761. "pattern" "workshop/m4a1s_snakebite_gold"
  51762. "color0" "218 200 113"
  51763. "color1" "194 188 164"
  51764. "color2" "109 106 89"
  51765. "color3" "175 198 196"
  51766. "pattern_scale" "1.000000"
  51767. "phongexponent" "5"
  51768. "phongintensity" "0"
  51769. "phongalbedoboost" "2"
  51770. "view_model_exponent_override_size" "1024"
  51771. "ignore_weapon_size_scale" "1"
  51772. "only_first_material" "0"
  51773. "pattern_offset_x_start" "0.000000"
  51774. "pattern_offset_x_end" "0.000000"
  51775. "pattern_offset_y_start" "0.000000"
  51776. "pattern_offset_y_end" "0.000000"
  51777. "pattern_rotate_start" "0.000000"
  51778. "pattern_rotate_end" "0.000000"
  51779. "wear_remap_min" "0.000000"
  51780. "wear_remap_max" "1.000000"
  51781. }
  51782. "498"
  51783. {
  51784. "name" "cu_mac10_alekhya_duo"
  51785. "description_string" "#PaintKit_cu_mac10_alekhya_duo"
  51786. "description_tag" "#PaintKit_cu_mac10_alekhya_duo_Tag"
  51787. "style" "7"
  51788. "pattern" "workshop/mac10_alekhya_duo"
  51789. "pattern_scale" "1.000000"
  51790. "phongexponent" "125"
  51791. "phongintensity" "50"
  51792. "ignore_weapon_size_scale" "1"
  51793. "only_first_material" "0"
  51794. "pattern_offset_x_start" "0.000000"
  51795. "pattern_offset_x_end" "0.000000"
  51796. "pattern_offset_y_start" "0.000000"
  51797. "pattern_offset_y_end" "0.000000"
  51798. "pattern_rotate_start" "0.000000"
  51799. "pattern_rotate_end" "0.000000"
  51800. "wear_remap_min" "0.000000"
  51801. "wear_remap_max" "0.500000"
  51802. }
  51803. "499"
  51804. {
  51805. "name" "cu_mag7_myrcene"
  51806. "description_string" "#PaintKit_cu_mag7_myrcene"
  51807. "description_tag" "#PaintKit_cu_mag7_myrcene_Tag"
  51808. "style" "7"
  51809. "pattern" "workshop/mag7_myrcene"
  51810. "pattern_scale" "1.000000"
  51811. "phongexponent" "10"
  51812. "phongintensity" "2"
  51813. "ignore_weapon_size_scale" "1"
  51814. "only_first_material" "0"
  51815. "pattern_offset_x_start" "0.000000"
  51816. "pattern_offset_x_end" "0.000000"
  51817. "pattern_offset_y_start" "0.000000"
  51818. "pattern_offset_y_end" "0.000000"
  51819. "pattern_rotate_start" "0.000000"
  51820. "pattern_rotate_end" "0.000000"
  51821. "wear_remap_min" "0.000000"
  51822. "wear_remap_max" "0.500000"
  51823. }
  51824. "500"
  51825. {
  51826. "name" "cu_mp7_classified"
  51827. "description_string" "#PaintKit_cu_mp7_classified"
  51828. "description_tag" "#PaintKit_cu_mp7_classified_Tag"
  51829. "style" "7"
  51830. "pattern" "workshop/mp7_classified"
  51831. "pattern_scale" "1.000000"
  51832. "phongexponent" "180"
  51833. "phongintensity" "50"
  51834. "ignore_weapon_size_scale" "1"
  51835. "only_first_material" "0"
  51836. "pattern_offset_x_start" "0.000000"
  51837. "pattern_offset_x_end" "0.000000"
  51838. "pattern_offset_y_start" "0.000000"
  51839. "pattern_offset_y_end" "0.000000"
  51840. "pattern_rotate_start" "0.000000"
  51841. "pattern_rotate_end" "0.000000"
  51842. "wear_remap_min" "0.000000"
  51843. "wear_remap_max" "0.620000"
  51844. }
  51845. "501"
  51846. {
  51847. "name" "hy_p250_crackshot"
  51848. "description_string" "#PaintKit_hy_p250_crackshot"
  51849. "description_tag" "#PaintKit_hy_p250_crackshot_Tag"
  51850. "style" "2"
  51851. "pattern" "workshop/p250_crackshot"
  51852. "color0" "209 188 12"
  51853. "color1" "206 206 206"
  51854. "color2" "51 68 73"
  51855. "color3" "0 0 0"
  51856. "pattern_scale" "1.000000"
  51857. "phongexponent" "225"
  51858. "phongintensity" "110"
  51859. "ignore_weapon_size_scale" "1"
  51860. "only_first_material" "0"
  51861. "pattern_offset_x_start" "0.000000"
  51862. "pattern_offset_x_end" "0.000000"
  51863. "pattern_offset_y_start" "0.000000"
  51864. "pattern_offset_y_end" "0.000000"
  51865. "pattern_rotate_start" "0.000000"
  51866. "pattern_rotate_end" "0.000000"
  51867. "wear_remap_min" "0.000000"
  51868. "wear_remap_max" "0.900000"
  51869. }
  51870. "502"
  51871. {
  51872. "name" "gs_scar20_peacemaker03"
  51873. "description_string" "#PaintKit_gs_scar20_peacemaker03"
  51874. "description_tag" "#PaintKit_gs_scar20_peacemaker03_Tag"
  51875. "style" "9"
  51876. "pattern" "workshop/scar20_peacemaker03"
  51877. "color0" "200 198 180"
  51878. "color1" "170 170 170"
  51879. "color2" "75 60 33"
  51880. "color3" "169 169 169"
  51881. "pattern_scale" "1.000000"
  51882. "phongexponent" "20"
  51883. "phongintensity" "5"
  51884. "phongalbedoboost" "60"
  51885. "view_model_exponent_override_size" "1024"
  51886. "ignore_weapon_size_scale" "1"
  51887. "only_first_material" "0"
  51888. "pattern_offset_x_start" "0.000000"
  51889. "pattern_offset_x_end" "0.000000"
  51890. "pattern_offset_y_start" "0.000000"
  51891. "pattern_offset_y_end" "0.000000"
  51892. "pattern_rotate_start" "0.000000"
  51893. "pattern_rotate_end" "0.000000"
  51894. "wear_remap_min" "0.000000"
  51895. "wear_remap_max" "0.800000"
  51896. }
  51897. "503"
  51898. {
  51899. "name" "cu_ssg08_technicality"
  51900. "description_string" "#PaintKit_cu_ssg08_technicality"
  51901. "description_tag" "#PaintKit_cu_ssg08_technicality_Tag"
  51902. "style" "7"
  51903. "pattern" "workshop/ssg08_technicality"
  51904. "use_normal" "1"
  51905. "normal" "workshop/ssg08_technicality_n"
  51906. "pattern_scale" "1.000000"
  51907. "phongexponent" "66"
  51908. "phongintensity" "96"
  51909. "ignore_weapon_size_scale" "1"
  51910. "only_first_material" "1"
  51911. "pattern_offset_x_start" "0.000000"
  51912. "pattern_offset_x_end" "0.000000"
  51913. "pattern_offset_y_start" "0.000000"
  51914. "pattern_offset_y_end" "0.000000"
  51915. "pattern_rotate_start" "0.000000"
  51916. "pattern_rotate_end" "0.000000"
  51917. "wear_remap_min" "0.000000"
  51918. "wear_remap_max" "0.640000"
  51919. }
  51920. "504"
  51921. {
  51922. "name" "cu_usp_kill_confirmed"
  51923. "description_string" "#PaintKit_cu_usp_kill_confirmed"
  51924. "description_tag" "#PaintKit_cu_usp_kill_confirmed_Tag"
  51925. "style" "7"
  51926. "pattern" "workshop/usp_kill_confirmed"
  51927. "pattern_scale" "1.000000"
  51928. "phongexponent" "200"
  51929. "phongintensity" "25"
  51930. "ignore_weapon_size_scale" "1"
  51931. "only_first_material" "0"
  51932. "pattern_offset_x_start" "0.000000"
  51933. "pattern_offset_x_end" "0.000000"
  51934. "pattern_offset_y_start" "0.000000"
  51935. "pattern_offset_y_end" "0.000000"
  51936. "pattern_rotate_start" "0.000000"
  51937. "pattern_rotate_end" "0.000000"
  51938. "wear_remap_min" "0.000000"
  51939. "wear_remap_max" "1.000000"
  51940. }
  51941. "505"
  51942. {
  51943. "name" "aq_xm1014_scumbria"
  51944. "description_string" "#PaintKit_aq_xm1014_scumbria"
  51945. "description_tag" "#PaintKit_aq_xm1014_scumbria_Tag"
  51946. "style" "8"
  51947. "pattern" "workshop/xm1014_scumbria"
  51948. "color0" "193 208 214"
  51949. "color1" "163 163 163"
  51950. "color2" "168 189 189"
  51951. "color3" "151 161 157"
  51952. "pattern_scale" "1.000000"
  51953. "phongexponent" "160"
  51954. "phongalbedoboost" "70"
  51955. "ignore_weapon_size_scale" "1"
  51956. "only_first_material" "0"
  51957. "pattern_offset_x_start" "0.000000"
  51958. "pattern_offset_x_end" "0.000000"
  51959. "pattern_offset_y_start" "0.000000"
  51960. "pattern_offset_y_end" "0.000000"
  51961. "pattern_rotate_start" "0.000000"
  51962. "pattern_rotate_end" "0.000000"
  51963. "wear_remap_min" "0.000000"
  51964. "wear_remap_max" "1.000000"
  51965. }
  51966. "506"
  51967. {
  51968. "name" "cu_ak47_point_disarray"
  51969. "description_string" "#PaintKit_cu_ak47_point_disarray"
  51970. "description_tag" "#PaintKit_cu_ak47_point_disarray_Tag"
  51971. "style" "7"
  51972. "pattern" "workshop/ak47_point_disarray"
  51973. "pattern_scale" "1.000000"
  51974. "phongexponent" "255"
  51975. "phongintensity" "255"
  51976. "ignore_weapon_size_scale" "1"
  51977. "only_first_material" "0"
  51978. "pattern_offset_x_start" "0.000000"
  51979. "pattern_offset_x_end" "0.000000"
  51980. "pattern_offset_y_start" "0.000000"
  51981. "pattern_offset_y_end" "0.000000"
  51982. "pattern_rotate_start" "0.000000"
  51983. "pattern_rotate_end" "0.000000"
  51984. "wear_remap_min" "0.000000"
  51985. "wear_remap_max" "0.670000"
  51986. }
  51987. "507"
  51988. {
  51989. "name" "am_aug_jumble"
  51990. "description_string" "#PaintKit_am_aug_jumble"
  51991. "description_tag" "#PaintKit_am_aug_jumble_Tag"
  51992. "style" "5"
  51993. "pattern" "workshop/jumble"
  51994. "color0" "17 17 17"
  51995. "color1" "60 60 60"
  51996. "color2" "33 33 33"
  51997. "color3" "0 138 133"
  51998. "pattern_scale" "5.000000"
  51999. "phongexponent" "255"
  52000. "phongalbedoboost" "100"
  52001. "view_model_exponent_override_size" "1024"
  52002. "ignore_weapon_size_scale" "1"
  52003. "only_first_material" "0"
  52004. "pattern_offset_x_start" "0.000000"
  52005. "pattern_offset_x_end" "1.000000"
  52006. "pattern_offset_y_start" "0.000000"
  52007. "pattern_offset_y_end" "1.000000"
  52008. "pattern_rotate_start" "0.000000"
  52009. "pattern_rotate_end" "0.000000"
  52010. "wear_remap_min" "0.000000"
  52011. "wear_remap_max" "0.800000"
  52012. }
  52013. "508"
  52014. {
  52015. "name" "cu_bizon_noxious"
  52016. "description_string" "#PaintKit_cu_bizon_noxious"
  52017. "description_tag" "#PaintKit_cu_bizon_noxious_Tag"
  52018. "style" "7"
  52019. "pattern" "workshop/bizon_noxious"
  52020. "pattern_scale" "1.000000"
  52021. "phongexponent" "32"
  52022. "phongintensity" "0"
  52023. "ignore_weapon_size_scale" "1"
  52024. "only_first_material" "0"
  52025. "pattern_offset_x_start" "0.000000"
  52026. "pattern_offset_x_end" "0.000000"
  52027. "pattern_offset_y_start" "0.000000"
  52028. "pattern_offset_y_end" "0.000000"
  52029. "pattern_rotate_start" "0.000000"
  52030. "pattern_rotate_end" "0.000000"
  52031. "wear_remap_min" "0.000000"
  52032. "wear_remap_max" "1.000000"
  52033. }
  52034. "509"
  52035. {
  52036. "name" "aq_deagle_corinthian"
  52037. "description_string" "#PaintKit_aq_deagle_corinthian"
  52038. "description_tag" "#PaintKit_aq_deagle_corinthian_Tag"
  52039. "style" "8"
  52040. "pattern" "workshop/deagle_corinthian"
  52041. "color0" "128 128 128"
  52042. "color1" "150 150 150"
  52043. "color2" "64 40 40"
  52044. "color3" "108 108 108"
  52045. "pattern_scale" "1.000000"
  52046. "phongexponent" "180"
  52047. "phongalbedoboost" "150"
  52048. "ignore_weapon_size_scale" "1"
  52049. "only_first_material" "0"
  52050. "pattern_offset_x_start" "0.000000"
  52051. "pattern_offset_x_end" "0.000000"
  52052. "pattern_offset_y_start" "0.000000"
  52053. "pattern_offset_y_end" "0.000000"
  52054. "pattern_rotate_start" "0.000000"
  52055. "pattern_rotate_end" "0.000000"
  52056. "wear_remap_min" "0.000000"
  52057. "wear_remap_max" "0.440000"
  52058. }
  52059. "510"
  52060. {
  52061. "name" "cu_fiveseven_retrobution"
  52062. "description_string" "#PaintKit_cu_fiveseven_retrobution"
  52063. "description_tag" "#PaintKit_cu_fiveseven_retrobution_Tag"
  52064. "style" "7"
  52065. "pattern" "workshop/fiveseven_retrobution"
  52066. "pattern_scale" "1.000000"
  52067. "phongexponent" "140"
  52068. "phongintensity" "255"
  52069. "ignore_weapon_size_scale" "1"
  52070. "only_first_material" "0"
  52071. "pattern_offset_x_start" "0.000000"
  52072. "pattern_offset_x_end" "0.000000"
  52073. "pattern_offset_y_start" "0.000000"
  52074. "pattern_offset_y_end" "0.000000"
  52075. "pattern_rotate_start" "0.000000"
  52076. "pattern_rotate_end" "0.000000"
  52077. "wear_remap_min" "0.000000"
  52078. "wear_remap_max" "1.000000"
  52079. }
  52080. "511"
  52081. {
  52082. "name" "cu_g3sg1_executioner"
  52083. "description_string" "#PaintKit_cu_g3sg1_executioner"
  52084. "description_tag" "#PaintKit_cu_g3sg1_executioner_Tag"
  52085. "style" "7"
  52086. "pattern" "workshop/g3sg1_executioner"
  52087. "pattern_scale" "1.000000"
  52088. "phongexponent" "32"
  52089. "phongintensity" "16"
  52090. "ignore_weapon_size_scale" "1"
  52091. "only_first_material" "0"
  52092. "pattern_offset_x_start" "1.000000"
  52093. "pattern_offset_x_end" "1.000000"
  52094. "pattern_offset_y_start" "1.000000"
  52095. "pattern_offset_y_end" "1.000000"
  52096. "pattern_rotate_start" "0.000000"
  52097. "pattern_rotate_end" "0.000000"
  52098. "wear_remap_min" "0.140000"
  52099. "wear_remap_max" "0.850000"
  52100. }
  52101. "512"
  52102. {
  52103. "name" "gs_m4a4_royal_squire"
  52104. "description_string" "#PaintKit_gs_m4a4_royal_squire"
  52105. "description_tag" "#PaintKit_gs_m4a4_royal_squire_Tag"
  52106. "style" "9"
  52107. "pattern" "workshop/m4a4_royal_squire"
  52108. "use_normal" "1"
  52109. "normal" "workshop/m4a4_royal_squire_normal"
  52110. "color0" "136 118 81"
  52111. "color1" "221 178 128"
  52112. "color2" "111 102 87"
  52113. "color3" "125 112 89"
  52114. "pattern_scale" "1.000000"
  52115. "phongexponent" "250"
  52116. "phongintensity" "30"
  52117. "phongalbedoboost" "20"
  52118. "view_model_exponent_override_size" "1024"
  52119. "ignore_weapon_size_scale" "1"
  52120. "only_first_material" "1"
  52121. "pattern_offset_x_start" "0.000000"
  52122. "pattern_offset_x_end" "0.000000"
  52123. "pattern_offset_y_start" "0.000000"
  52124. "pattern_offset_y_end" "0.000000"
  52125. "pattern_rotate_start" "0.000000"
  52126. "pattern_rotate_end" "0.000000"
  52127. "wear_remap_min" "0.000000"
  52128. "wear_remap_max" "0.800000"
  52129. }
  52130. "514"
  52131. {
  52132. "name" "cu_negev_impact"
  52133. "description_string" "#PaintKit_cu_negev_impact"
  52134. "description_tag" "#PaintKit_cu_negev_impact_Tag"
  52135. "style" "7"
  52136. "pattern" "workshop/negev_impact"
  52137. "pattern_scale" "1.000000"
  52138. "phongexponent" "80"
  52139. "phongintensity" "40"
  52140. "ignore_weapon_size_scale" "1"
  52141. "only_first_material" "0"
  52142. "pattern_offset_x_start" "0.000000"
  52143. "pattern_offset_x_end" "0.000000"
  52144. "pattern_offset_y_start" "0.000000"
  52145. "pattern_offset_y_end" "0.000000"
  52146. "pattern_rotate_start" "0.000000"
  52147. "pattern_rotate_end" "0.000000"
  52148. "wear_remap_min" "0.000000"
  52149. "wear_remap_max" "1.000000"
  52150. }
  52151. "515"
  52152. {
  52153. "name" "am_p2000_imperial_red"
  52154. "description_string" "#PaintKit_am_p2000_imperial_red"
  52155. "description_tag" "#PaintKit_am_p2000_imperial_red_Tag"
  52156. "style" "5"
  52157. "pattern" "workshop/p2000_imperial_red"
  52158. "color0" "29 29 29"
  52159. "color1" "185 142 40"
  52160. "color2" "39 3 6"
  52161. "color3" "146 107 25"
  52162. "pattern_scale" "1.000000"
  52163. "phongexponent" "32"
  52164. "phongalbedoboost" "12"
  52165. "view_model_exponent_override_size" "1024"
  52166. "ignore_weapon_size_scale" "1"
  52167. "only_first_material" "0"
  52168. "pattern_offset_x_start" "0.000000"
  52169. "pattern_offset_x_end" "0.000000"
  52170. "pattern_offset_y_start" "0.000000"
  52171. "pattern_offset_y_end" "0.000000"
  52172. "pattern_rotate_start" "0.000000"
  52173. "pattern_rotate_end" "0.000000"
  52174. "wear_remap_min" "0.000000"
  52175. "wear_remap_max" "0.200000"
  52176. }
  52177. "516"
  52178. {
  52179. "name" "cu_p90_shapewood"
  52180. "description_string" "#PaintKit_cu_p90_shapewood"
  52181. "description_tag" "#PaintKit_cu_p90_shapewood_Tag"
  52182. "style" "7"
  52183. "pattern" "workshop/p90_shapewood"
  52184. "pattern_scale" "1.000000"
  52185. "phongexponent" "32"
  52186. "phongintensity" "0"
  52187. "ignore_weapon_size_scale" "1"
  52188. "only_first_material" "0"
  52189. "pattern_offset_x_start" "0.000000"
  52190. "pattern_offset_x_end" "0.000000"
  52191. "pattern_offset_y_start" "0.000000"
  52192. "pattern_offset_y_end" "0.000000"
  52193. "pattern_rotate_start" "0.000000"
  52194. "pattern_rotate_end" "0.000000"
  52195. "wear_remap_min" "0.000000"
  52196. "wear_remap_max" "1.000000"
  52197. }
  52198. "517"
  52199. {
  52200. "name" "gs_sawedoff_necromancer"
  52201. "description_string" "#PaintKit_gs_sawedoff_necromancer"
  52202. "description_tag" "#PaintKit_gs_sawedoff_necromancer_Tag"
  52203. "style" "9"
  52204. "pattern" "workshop/sawedoff_necromancer"
  52205. "color0" "84 127 123"
  52206. "color1" "232 231 231"
  52207. "color2" "144 189 178"
  52208. "color3" "146 214 215"
  52209. "pattern_scale" "1.000000"
  52210. "phongexponent" "200"
  52211. "phongintensity" "25"
  52212. "phongalbedoboost" "30"
  52213. "view_model_exponent_override_size" "1024"
  52214. "ignore_weapon_size_scale" "1"
  52215. "only_first_material" "0"
  52216. "pattern_offset_x_start" "0.000000"
  52217. "pattern_offset_x_end" "0.000000"
  52218. "pattern_offset_y_start" "0.000000"
  52219. "pattern_offset_y_end" "0.000000"
  52220. "pattern_rotate_start" "0.000000"
  52221. "pattern_rotate_end" "0.000000"
  52222. "wear_remap_min" "0.000000"
  52223. "wear_remap_max" "1.000000"
  52224. }
  52225. "518"
  52226. {
  52227. "name" "hy_scar20_jungler"
  52228. "description_string" "#PaintKit_hy_scar20_jungler"
  52229. "description_tag" "#PaintKit_hy_scar20_jungler_Tag"
  52230. "style" "2"
  52231. "pattern" "workshop/jungler"
  52232. "color0" "173 197 141"
  52233. "color1" "253 255 54"
  52234. "color2" "28 32 25"
  52235. "color3" "50 64 46"
  52236. "pattern_scale" "1.000000"
  52237. "phongexponent" "255"
  52238. "phongintensity" "120"
  52239. "ignore_weapon_size_scale" "1"
  52240. "only_first_material" "0"
  52241. "pattern_offset_x_start" "0.000000"
  52242. "pattern_offset_x_end" "0.000000"
  52243. "pattern_offset_y_start" "0.000000"
  52244. "pattern_offset_y_end" "0.000000"
  52245. "pattern_rotate_start" "0.000000"
  52246. "pattern_rotate_end" "0.000000"
  52247. "wear_remap_min" "0.000000"
  52248. "wear_remap_max" "0.500000"
  52249. }
  52250. "519"
  52251. {
  52252. "name" "gs_sg553_tiger_moth"
  52253. "description_string" "#PaintKit_gs_sg553_tiger_moth"
  52254. "description_tag" "#PaintKit_gs_sg553_tiger_moth_Tag"
  52255. "style" "9"
  52256. "pattern" "workshop/sg553_tigermoth"
  52257. "color0" "84 85 89"
  52258. "color1" "208 206 206"
  52259. "color2" "102 102 102"
  52260. "color3" "255 255 255"
  52261. "pattern_scale" "1.000000"
  52262. "phongexponent" "230"
  52263. "phongintensity" "45"
  52264. "phongalbedoboost" "60"
  52265. "view_model_exponent_override_size" "256"
  52266. "ignore_weapon_size_scale" "1"
  52267. "only_first_material" "0"
  52268. "pattern_offset_x_start" "0.000000"
  52269. "pattern_offset_x_end" "0.000000"
  52270. "pattern_offset_y_start" "0.000000"
  52271. "pattern_offset_y_end" "0.000000"
  52272. "pattern_rotate_start" "0.000000"
  52273. "pattern_rotate_end" "0.000000"
  52274. "wear_remap_min" "0.000000"
  52275. "wear_remap_max" "1.000000"
  52276. }
  52277. "520"
  52278. {
  52279. "name" "cu_tec9_avalanche"
  52280. "description_string" "#PaintKit_cu_tec9_avalanche"
  52281. "description_tag" "#PaintKit_cu_tec9_avalanche_Tag"
  52282. "style" "7"
  52283. "pattern" "workshop/tec9_avalanche"
  52284. "pattern_scale" "1.000000"
  52285. "phongexponent" "32"
  52286. "phongintensity" "10"
  52287. "ignore_weapon_size_scale" "1"
  52288. "only_first_material" "1"
  52289. "pattern_offset_x_start" "0.000000"
  52290. "pattern_offset_x_end" "0.000000"
  52291. "pattern_offset_y_start" "0.000000"
  52292. "pattern_offset_y_end" "0.000000"
  52293. "pattern_rotate_start" "0.000000"
  52294. "pattern_rotate_end" "0.000000"
  52295. "wear_remap_min" "0.000000"
  52296. "wear_remap_max" "1.000000"
  52297. }
  52298. "521"
  52299. {
  52300. "name" "aq_xm1014_hot_rod"
  52301. "description_string" "#PaintKit_aq_xm1014_hot_rod"
  52302. "description_tag" "#PaintKit_aq_xm1014_hot_rod_Tag"
  52303. "style" "8"
  52304. "pattern" "workshop/xm1014_flames_yellow"
  52305. "color0" "202 202 202"
  52306. "color1" "166 166 166"
  52307. "color2" "120 19 19"
  52308. "color3" "0 50 237"
  52309. "pattern_scale" "1.000000"
  52310. "phongexponent" "200"
  52311. "phongalbedoboost" "40"
  52312. "ignore_weapon_size_scale" "1"
  52313. "only_first_material" "0"
  52314. "pattern_offset_x_start" "0.000000"
  52315. "pattern_offset_x_end" "0.000000"
  52316. "pattern_offset_y_start" "0.000000"
  52317. "pattern_offset_y_end" "0.000000"
  52318. "pattern_rotate_start" "0.000000"
  52319. "pattern_rotate_end" "0.000000"
  52320. "wear_remap_min" "0.000000"
  52321. "wear_remap_max" "0.650000"
  52322. }
  52323. "522"
  52324. {
  52325. "name" "aa_fade_revolver"
  52326. "description_string" "#PaintKit_aa_fade"
  52327. "description_tag" "#PaintKit_aa_fade_Tag"
  52328. "pattern" "fade"
  52329. "wear_default" "0.200000"
  52330. "style" "6"
  52331. "color0" "44 41 39"
  52332. "color1" "84 52 14"
  52333. "color2" "71 18 28"
  52334. "color3" "28 31 57"
  52335. "phongalbedoboost" "80"
  52336. "phongexponent" "34"
  52337. "pattern_scale" "1"
  52338. "pattern_offset_x_start" "-0.700000"
  52339. "pattern_offset_x_end" "-0.700000"
  52340. "pattern_offset_y_start" "-0.700000"
  52341. "pattern_offset_y_end" "-0.700000"
  52342. "pattern_rotate_start" "-55"
  52343. "pattern_rotate_end" "-65"
  52344. "ignore_weapon_size_scale" "1"
  52345. "wear_remap_min" "0.000000"
  52346. "wear_remap_max" "0.400000"
  52347. }
  52348. "523"
  52349. {
  52350. "name" "aa_fade_metallic_revolver"
  52351. "description_string" "#PaintKit_aa_fade"
  52352. "description_tag" "#PaintKit_aa_fade_metallic_Tag"
  52353. "style" "6"
  52354. "pattern" "fade"
  52355. "color0" "19 19 19"
  52356. "color1" "36 42 29"
  52357. "color2" "67 33 15"
  52358. "color3" "113 94 56"
  52359. "phongalbedoboost" "80"
  52360. "phongexponent" "34"
  52361. "pattern_scale" "1"
  52362. "pattern_offset_x_start" "-0.700000"
  52363. "pattern_offset_x_end" "-0.700000"
  52364. "pattern_offset_y_start" "-0.700000"
  52365. "pattern_offset_y_end" "-0.700000"
  52366. "pattern_rotate_start" "-55"
  52367. "pattern_rotate_end" "-65"
  52368. "ignore_weapon_size_scale" "1"
  52369. "wear_remap_min" "0.000000"
  52370. "wear_remap_max" "0.400000"
  52371. }
  52372. "524"
  52373. {
  52374. "name" "gs_ak47_supercharged"
  52375. "description_string" "#PaintKit_gs_ak47_supercharged"
  52376. "description_tag" "#PaintKit_gs_ak47_supercharged_Tag"
  52377. "style" "9"
  52378. "pattern" "workshop/ak47_supercharged"
  52379. "use_normal" "1"
  52380. "normal" "workshop/ak47_supercharged_normal"
  52381. "color0" "93 73 57"
  52382. "color1" "255 255 255"
  52383. "color2" "255 255 255"
  52384. "color3" "79 79 79"
  52385. "pattern_scale" "1.000000"
  52386. "phongexponent" "125"
  52387. "phongintensity" "125"
  52388. "phongalbedoboost" "8"
  52389. "view_model_exponent_override_size" "1024"
  52390. "ignore_weapon_size_scale" "1"
  52391. "only_first_material" "0"
  52392. "pattern_offset_x_start" "0.000000"
  52393. "pattern_offset_x_end" "0.000000"
  52394. "pattern_offset_y_start" "0.000000"
  52395. "pattern_offset_y_end" "0.000000"
  52396. "pattern_rotate_start" "0.000000"
  52397. "pattern_rotate_end" "0.000000"
  52398. "wear_remap_min" "0.000000"
  52399. "wear_remap_max" "1.000000"
  52400. }
  52401. "525"
  52402. {
  52403. "name" "cu_awp_mastery"
  52404. "description_string" "#PaintKit_cu_awp_mastery"
  52405. "description_tag" "#PaintKit_cu_ak47_mastery_Tag"
  52406. "style" "7"
  52407. "pattern" "workshop/awp_mastery"
  52408. "pattern_scale" "1.000000"
  52409. "phongexponent" "255"
  52410. "phongintensity" "10"
  52411. "ignore_weapon_size_scale" "1"
  52412. "only_first_material" "0"
  52413. "pattern_offset_x_start" "0.000000"
  52414. "pattern_offset_x_end" "0.000000"
  52415. "pattern_offset_y_start" "0.000000"
  52416. "pattern_offset_y_end" "0.000000"
  52417. "pattern_rotate_start" "0.000000"
  52418. "pattern_rotate_end" "0.000000"
  52419. "wear_remap_min" "0.000000"
  52420. "wear_remap_max" "1.000000"
  52421. "view_model_exponent_override_size" "1024"
  52422. }
  52423. "526"
  52424. {
  52425. "name" "cu_bizon_citizen"
  52426. "description_string" "#PaintKit_cu_bizon_citizen"
  52427. "description_tag" "#PaintKit_cu_bizon_citizen_Tag"
  52428. "style" "7"
  52429. "pattern" "workshop/bizon_citizen"
  52430. "pattern_scale" "1.000000"
  52431. "phongexponent" "150"
  52432. "phongintensity" "20"
  52433. "ignore_weapon_size_scale" "1"
  52434. "only_first_material" "0"
  52435. "pattern_offset_x_start" "0.000000"
  52436. "pattern_offset_x_end" "0.000000"
  52437. "pattern_offset_y_start" "0.000000"
  52438. "pattern_offset_y_end" "0.000000"
  52439. "pattern_rotate_start" "0.000000"
  52440. "pattern_rotate_end" "0.000000"
  52441. "wear_remap_min" "0.000000"
  52442. "wear_remap_max" "1.000000"
  52443. }
  52444. "527"
  52445. {
  52446. "name" "aq_deserteagle_kumichodragon"
  52447. "description_string" "#PaintKit_aq_deserteagle_kumichodragon"
  52448. "description_tag" "#PaintKit_aq_deserteagle_kumichodragon_Tag"
  52449. "style" "8"
  52450. "pattern" "workshop/deserteagle_kumichodragon"
  52451. "color0" "60 54 44"
  52452. "color1" "184 204 205"
  52453. "color2" "96 85 56"
  52454. "color3" "35 25 12"
  52455. "pattern_scale" "1.000000"
  52456. "phongexponent" "180"
  52457. "phongalbedoboost" "95"
  52458. "ignore_weapon_size_scale" "1"
  52459. "only_first_material" "0"
  52460. "pattern_offset_x_start" "0.000000"
  52461. "pattern_offset_x_end" "0.000000"
  52462. "pattern_offset_y_start" "0.000000"
  52463. "pattern_offset_y_end" "0.000000"
  52464. "pattern_rotate_start" "0.000000"
  52465. "pattern_rotate_end" "0.000000"
  52466. "wear_remap_min" "0.000000"
  52467. "wear_remap_max" "0.760000"
  52468. }
  52469. "528"
  52470. {
  52471. "name" "aq_dualberettas_cartel"
  52472. "description_string" "#PaintKit_aq_dualberettas_cartel"
  52473. "description_tag" "#PaintKit_aq_p250_cartel_Tag"
  52474. "style" "8"
  52475. "pattern" "workshop/dualberettas_cartel"
  52476. "normal" "workshop/dual_berettas_cartel_normal"
  52477. "use_normal" "1"
  52478. "color0" "135 135 135"
  52479. "color1" "121 121 121"
  52480. "color2" "96 96 96 255"
  52481. "color3" "108 108 108 255"
  52482. "pattern_scale" "1.000000"
  52483. "phongexponent" "160"
  52484. "phongalbedoboost" "60"
  52485. "ignore_weapon_size_scale" "1"
  52486. "only_first_material" "1"
  52487. "pattern_offset_x_start" "0.000000"
  52488. "pattern_offset_x_end" "0.000000"
  52489. "pattern_offset_y_start" "0.000000"
  52490. "pattern_offset_y_end" "0.000000"
  52491. "pattern_rotate_start" "0.000000"
  52492. "pattern_rotate_end" "0.000000"
  52493. "wear_remap_min" "0.000000"
  52494. "wear_remap_max" "1.000000"
  52495. }
  52496. "529"
  52497. {
  52498. "name" "aq_famas_contour"
  52499. "description_string" "#PaintKit_aq_famas_contour"
  52500. "description_tag" "#PaintKit_aq_p250_contour_Tag"
  52501. "style" "8"
  52502. "pattern" "workshop/famas_contour"
  52503. "color0" "138 124 120"
  52504. "color1" "255 255 255"
  52505. "color2" "255 255 255"
  52506. "color3" "119 104 104"
  52507. "pattern_scale" "1.000000"
  52508. "phongexponent" "135"
  52509. "phongalbedoboost" "35"
  52510. "ignore_weapon_size_scale" "1"
  52511. "only_first_material" "0"
  52512. "pattern_offset_x_start" "0.000000"
  52513. "pattern_offset_x_end" "0.000000"
  52514. "pattern_offset_y_start" "0.000000"
  52515. "pattern_offset_y_end" "0.000000"
  52516. "pattern_rotate_start" "0.000000"
  52517. "pattern_rotate_end" "0.000000"
  52518. "wear_remap_min" "0.000000"
  52519. "wear_remap_max" "0.800000"
  52520. }
  52521. "530"
  52522. {
  52523. "name" "cu_fiveseven_augmented"
  52524. "description_string" "#PaintKit_cu_fiveseven_augmented"
  52525. "description_tag" "#PaintKit_cu_fiveseven_augmented_Tag"
  52526. "style" "7"
  52527. "pattern" "workshop/fiveseven_augmented"
  52528. "pattern_scale" "1.000000"
  52529. "phongexponent" "100"
  52530. "phongintensity" "40"
  52531. "ignore_weapon_size_scale" "1"
  52532. "only_first_material" "0"
  52533. "pattern_offset_x_start" "0.000000"
  52534. "pattern_offset_x_end" "0.000000"
  52535. "pattern_offset_y_start" "0.000000"
  52536. "pattern_offset_y_end" "0.000000"
  52537. "pattern_rotate_start" "0.000000"
  52538. "pattern_rotate_end" "0.000000"
  52539. "wear_remap_min" "0.000000"
  52540. "wear_remap_max" "0.610000"
  52541. }
  52542. "532"
  52543. {
  52544. "name" "gs_glock18_award"
  52545. "description_string" "#PaintKit_gs_glock18_award"
  52546. "description_tag" "#PaintKit_gs_glock18_award_Tag"
  52547. "style" "9"
  52548. "pattern" "workshop/glock18_award"
  52549. "use_normal" "1"
  52550. "normal" "workshop/glock18_award_normal"
  52551. "color0" "128 128 128 255"
  52552. "color1" "202 202 202"
  52553. "color2" "117 117 117"
  52554. "color3" "131 131 131"
  52555. "pattern_scale" "1.000000"
  52556. "phongexponent" "250"
  52557. "phongintensity" "20"
  52558. "phongalbedoboost" "15"
  52559. "view_model_exponent_override_size" "1024"
  52560. "ignore_weapon_size_scale" "1"
  52561. "only_first_material" "1"
  52562. "pattern_offset_x_start" "0.000000"
  52563. "pattern_offset_x_end" "0.000000"
  52564. "pattern_offset_y_start" "0.000000"
  52565. "pattern_offset_y_end" "0.000000"
  52566. "pattern_rotate_start" "0.000000"
  52567. "pattern_rotate_end" "0.000000"
  52568. "wear_remap_min" "0.000000"
  52569. "wear_remap_max" "1.000000"
  52570. }
  52571. "533"
  52572. {
  52573. "name" "gs_m4a4_pioneer"
  52574. "description_string" "#PaintKit_gs_m4a4_pioneer"
  52575. "description_tag" "#PaintKit_gs_m4a4_pioneer_Tag"
  52576. "style" "9"
  52577. "pattern" "workshop/m4a4_pioneer"
  52578. "use_normal" "1"
  52579. "normal" "workshop/m4a4_pioneer_n"
  52580. "color0" "171 171 171"
  52581. "color1" "159 159 159"
  52582. "color2" "81 70 53"
  52583. "color3" "78 39 26"
  52584. "pattern_scale" "1.000000"
  52585. "phongexponent" "64"
  52586. "phongintensity" "96"
  52587. "phongalbedoboost" "66"
  52588. "view_model_exponent_override_size" "1024"
  52589. "ignore_weapon_size_scale" "1"
  52590. "only_first_material" "0"
  52591. "pattern_offset_x_start" "0.000000"
  52592. "pattern_offset_x_end" "0.000000"
  52593. "pattern_offset_y_start" "0.000000"
  52594. "pattern_offset_y_end" "0.000000"
  52595. "pattern_rotate_start" "0.000000"
  52596. "pattern_rotate_end" "0.000000"
  52597. "wear_remap_min" "0.000000"
  52598. "wear_remap_max" "0.640000"
  52599. }
  52600. "534"
  52601. {
  52602. "name" "am_mac10_electricity"
  52603. "description_string" "#PaintKit_am_mac10_electricity"
  52604. "description_tag" "#PaintKit_am_mac10_electricity_Tag"
  52605. "style" "5"
  52606. "pattern" "workshop/mac10_electricity"
  52607. "color0" "27 81 236"
  52608. "color1" "66 122 201"
  52609. "color2" "0 0 0"
  52610. "color3" "0 0 0"
  52611. "pattern_scale" "5.000000"
  52612. "phongexponent" "32"
  52613. "phongalbedoboost" "30"
  52614. "view_model_exponent_override_size" "1024"
  52615. "ignore_weapon_size_scale" "0"
  52616. "only_first_material" "0"
  52617. "pattern_offset_x_start" "0.000000"
  52618. "pattern_offset_x_end" "1.000000"
  52619. "pattern_offset_y_start" "0.000000"
  52620. "pattern_offset_y_end" "1.000000"
  52621. "pattern_rotate_start" "0.000000"
  52622. "pattern_rotate_end" "360.000000"
  52623. "wear_remap_min" "0.000000"
  52624. "wear_remap_max" "0.500000"
  52625. }
  52626. "535"
  52627. {
  52628. "name" "gs_mag7_praetorian"
  52629. "description_string" "#PaintKit_gs_mag7_praetorian"
  52630. "description_tag" "#PaintKit_gs_mag7_praetorian_Tag"
  52631. "style" "9"
  52632. "pattern" "workshop/mag7_praetorian"
  52633. "color0" "128 128 128 255"
  52634. "color1" "150 150 150 255"
  52635. "color2" "96 96 96 255"
  52636. "color3" "108 108 108 255"
  52637. "pattern_scale" "1.000000"
  52638. "phongexponent" "190"
  52639. "phongintensity" "180"
  52640. "phongalbedoboost" "90"
  52641. "view_model_exponent_override_size" "1024"
  52642. "ignore_weapon_size_scale" "1"
  52643. "only_first_material" "1"
  52644. "pattern_offset_x_start" "0.000000"
  52645. "pattern_offset_x_end" "0.000000"
  52646. "pattern_offset_y_start" "0.000000"
  52647. "pattern_offset_y_end" "0.000000"
  52648. "pattern_rotate_start" "0.000000"
  52649. "pattern_rotate_end" "0.000000"
  52650. "wear_remap_min" "0.000000"
  52651. "wear_remap_max" "0.450000"
  52652. }
  52653. "536"
  52654. {
  52655. "name" "sp_mp7_impire"
  52656. "description_string" "#PaintKit_sp_mp7_impire"
  52657. "description_tag" "#PaintKit_sp_mp7_impire_Tag"
  52658. "style" "3"
  52659. "pattern" "workshop/mp9_impire"
  52660. "color0" "35 13 13"
  52661. "color1" "182 170 170"
  52662. "color2" "242 255 30"
  52663. "color3" "183 255 153"
  52664. "pattern_scale" "2.500000"
  52665. "phongexponent" "30"
  52666. "phongintensity" "0"
  52667. "ignore_weapon_size_scale" "0"
  52668. "only_first_material" "0"
  52669. "pattern_offset_x_start" "0.000000"
  52670. "pattern_offset_x_end" "1.000000"
  52671. "pattern_offset_y_start" "0.000000"
  52672. "pattern_offset_y_end" "1.000000"
  52673. "pattern_rotate_start" "157.000000"
  52674. "pattern_rotate_end" "157.000000"
  52675. "wear_remap_min" "0.000000"
  52676. "wear_remap_max" "0.400000"
  52677. }
  52678. "537"
  52679. {
  52680. "name" "cu_nova_hyperbeast"
  52681. "description_string" "#PaintKit_cu_nova_hyperbeast"
  52682. "description_tag" "#PaintKit_cu_m4a1_hyper_beast_Tag"
  52683. "style" "7"
  52684. "pattern" "workshop/nova_hyperbeast"
  52685. "pattern_scale" "1.000000"
  52686. "phongexponent" "180"
  52687. "phongintensity" "55"
  52688. "ignore_weapon_size_scale" "1"
  52689. "only_first_material" "0"
  52690. "pattern_offset_x_start" "0.000000"
  52691. "pattern_offset_x_end" "0.000000"
  52692. "pattern_offset_y_start" "0.000000"
  52693. "pattern_offset_y_end" "0.000000"
  52694. "pattern_rotate_start" "0.000000"
  52695. "pattern_rotate_end" "0.000000"
  52696. "wear_remap_min" "0.000000"
  52697. "wear_remap_max" "0.600000"
  52698. }
  52699. "538"
  52700. {
  52701. "name" "cu_ssg08_necropos"
  52702. "description_string" "#PaintKit_cu_ssg08_necropos"
  52703. "description_tag" "#PaintKit_cu_ssg08_necropos_Tag"
  52704. "style" "7"
  52705. "pattern" "workshop/ssg08_necropos"
  52706. "pattern_scale" "1.000000"
  52707. "phongexponent" "32"
  52708. "phongintensity" "5"
  52709. "ignore_weapon_size_scale" "1"
  52710. "only_first_material" "1"
  52711. "pattern_offset_x_start" "0.000000"
  52712. "pattern_offset_x_end" "0.000000"
  52713. "pattern_offset_y_start" "0.000000"
  52714. "pattern_offset_y_end" "0.000000"
  52715. "pattern_rotate_start" "0.000000"
  52716. "pattern_rotate_end" "0.000000"
  52717. "wear_remap_min" "0.000000"
  52718. "wear_remap_max" "1.000000"
  52719. }
  52720. "539"
  52721. {
  52722. "name" "gs_tec9_jambiya"
  52723. "description_string" "#PaintKit_gs_tec9_jambiya"
  52724. "description_tag" "#PaintKit_gs_tec9_jambiya_Tag"
  52725. "style" "9"
  52726. "pattern" "workshop/tec9_jambiya"
  52727. "color0" "99 96 92"
  52728. "color1" "140 135 130"
  52729. "color2" "92 92 92"
  52730. "color3" "167 150 138"
  52731. "pattern_scale" "1.000000"
  52732. "phongexponent" "50"
  52733. "phongintensity" "10"
  52734. "phongalbedoboost" "20"
  52735. "view_model_exponent_override_size" "1024"
  52736. "ignore_weapon_size_scale" "1"
  52737. "only_first_material" "0"
  52738. "pattern_offset_x_start" "0.000000"
  52739. "pattern_offset_x_end" "0.000000"
  52740. "pattern_offset_y_start" "0.000000"
  52741. "pattern_offset_y_end" "0.000000"
  52742. "pattern_rotate_start" "0.000000"
  52743. "pattern_rotate_end" "0.000000"
  52744. "wear_remap_min" "0.000000"
  52745. "wear_remap_max" "1.000000"
  52746. }
  52747. "540"
  52748. {
  52749. "name" "gs_usp_voltage"
  52750. "description_string" "#PaintKit_gs_usp_voltage"
  52751. "description_tag" "#PaintKit_gs_usp_voltage_Tag"
  52752. "style" "9"
  52753. "pattern" "workshop/usp_voltage"
  52754. "use_normal" "1"
  52755. "normal" "workshop/usp_voltage_normal"
  52756. "color0" "151 159 163"
  52757. "color1" "189 189 189"
  52758. "color2" "152 159 163"
  52759. "color3" "153 174 174"
  52760. "pattern_scale" "1.000000"
  52761. "phongexponent" "255"
  52762. "phongintensity" "255"
  52763. "phongalbedoboost" "10"
  52764. "view_model_exponent_override_size" "1024"
  52765. "ignore_weapon_size_scale" "1"
  52766. "only_first_material" "1"
  52767. "pattern_offset_x_start" "0.000000"
  52768. "pattern_offset_x_end" "0.000000"
  52769. "pattern_offset_y_start" "0.000000"
  52770. "pattern_offset_y_end" "0.000000"
  52771. "pattern_rotate_start" "0.000000"
  52772. "pattern_rotate_end" "0.000000"
  52773. "wear_remap_min" "0.000000"
  52774. "wear_remap_max" "1.000000"
  52775. }
  52776. "617"
  52777. {
  52778. "name" "am_blackpearl_marbleized_b"
  52779. "description_string" "#PaintKit_am_marbleized"
  52780. "description_tag" "#PaintKit_am_marbleized_Tag"
  52781. "style" "5"
  52782. "pattern" "smoke"
  52783. "color0" "16 67 131 255"
  52784. "color1" "42 57 8 255"
  52785. "color2" "11 14 27"
  52786. "color3" "19 5 11"
  52787. "pattern_scale" "1.600000"
  52788. "phongexponent" "34"
  52789. "phongalbedoboost" "80"
  52790. "view_model_exponent_override_size" "1024"
  52791. "ignore_weapon_size_scale" "1"
  52792. "only_first_material" "0"
  52793. "pattern_offset_x_start" "0.000000"
  52794. "pattern_offset_x_end" "1.000000"
  52795. "pattern_offset_y_start" "0.000000"
  52796. "pattern_offset_y_end" "1.000000"
  52797. "pattern_rotate_start" "0.000000"
  52798. "pattern_rotate_end" "360.000000"
  52799. "wear_remap_min" "0.000000"
  52800. "wear_remap_max" "0.080000"
  52801. }
  52802. "618"
  52803. {
  52804. "name" "am_doppler_phase2_b"
  52805. "description_string" "#PaintKit_am_marbleized"
  52806. "description_tag" "#PaintKit_am_marbleized_Tag"
  52807. "style" "5"
  52808. "pattern" "smoke2"
  52809. "color0" "11 14 27 255"
  52810. "color1" "99 9 36 255"
  52811. "color2" "30 12 17"
  52812. "color3" "99 9 36 255"
  52813. "pattern_scale" "1.600000"
  52814. "phongexponent" "34"
  52815. "phongalbedoboost" "80"
  52816. "view_model_exponent_override_size" "1024"
  52817. "ignore_weapon_size_scale" "1"
  52818. "only_first_material" "0"
  52819. "pattern_offset_x_start" "0.000000"
  52820. "pattern_offset_x_end" "0.000000"
  52821. "pattern_offset_y_start" "0.000000"
  52822. "pattern_offset_y_end" "1.000000"
  52823. "pattern_rotate_start" "-50.000000"
  52824. "pattern_rotate_end" "-70.000000"
  52825. "wear_remap_min" "0.000000"
  52826. "wear_remap_max" "0.080000"
  52827. }
  52828. "619"
  52829. {
  52830. "name" "am_sapphire_marbleized_b"
  52831. "description_string" "#PaintKit_am_marbleized"
  52832. "description_tag" "#PaintKit_am_marbleized_Tag"
  52833. "style" "5"
  52834. "pattern" "smoke2"
  52835. "color0" "34 23 117 255"
  52836. "color1" "10 1 15 255"
  52837. "color2" "1 8 17"
  52838. "color3" "8 2 22 255"
  52839. "pattern_scale" "1.600000"
  52840. "phongexponent" "34"
  52841. "phongalbedoboost" "80"
  52842. "view_model_exponent_override_size" "1024"
  52843. "ignore_weapon_size_scale" "1"
  52844. "only_first_material" "0"
  52845. "pattern_offset_x_start" "0.000000"
  52846. "pattern_offset_x_end" "1.000000"
  52847. "pattern_offset_y_start" "0.000000"
  52848. "pattern_offset_y_end" "1.000000"
  52849. "pattern_rotate_start" "0.000000"
  52850. "pattern_rotate_end" "360.000000"
  52851. "wear_remap_min" "0.000000"
  52852. "wear_remap_max" "0.080000"
  52853. }
  52854. "620"
  52855. {
  52856. "name" "cu_purple_huntsman"
  52857. "description_string" "#PaintKit_so_purple"
  52858. "description_tag" "#PaintKit_so_purple_Tag"
  52859. "style" "7"
  52860. "pattern" "knife_tactical_purple"
  52861. "pattern_scale" "1.000000"
  52862. "phongexponent" "16"
  52863. "phongintensity" "10"
  52864. "ignore_weapon_size_scale" "1"
  52865. "only_first_material" "0"
  52866. "pattern_offset_x_start" "0.000000"
  52867. "pattern_offset_x_end" "0.000000"
  52868. "pattern_offset_y_start" "0.000000"
  52869. "pattern_offset_y_end" "0.000000"
  52870. "pattern_rotate_start" "0.000000"
  52871. "pattern_rotate_end" "0.000000"
  52872. "wear_remap_min" "0.060000"
  52873. "wear_remap_max" "0.800000"
  52874. }
  52875. "621"
  52876. {
  52877. "name" "so_purple_falchion"
  52878. "description_string" "#PaintKit_so_purple"
  52879. "description_tag" "#PaintKit_so_purple_Tag"
  52880. "style" "1"
  52881. "color0" "56 15 78 255"
  52882. "color1" "34 34 34 255"
  52883. "color2" "56 15 78 255"
  52884. "color3" "56 15 78"
  52885. "phongexponent" "16"
  52886. "phongintensity" "10"
  52887. "only_first_material" "0"
  52888. "wear_remap_min" "0.060000"
  52889. "wear_remap_max" "0.800000"
  52890. }
  52891. "10006"
  52892. {
  52893. "name" "bloodhound_black_silver"
  52894. "description_string" "#PaintKit_bloodhound_black_silver"
  52895. "description_tag" "#PaintKit_bloodhound_black_silver_tag"
  52896. "vmt_path" "materials/models/weapons/customization/paints_gloves/bloodhound_black_silver.vmt"
  52897. }
  52898. "10007"
  52899. {
  52900. "name" "bloodhound_snakeskin_brass"
  52901. "description_string" "#PaintKit_bloodhound_snakeskin_brass"
  52902. "description_tag" "#PaintKit_bloodhound_snakeskin_brass_tag"
  52903. "vmt_path" "materials/models/weapons/customization/paints_gloves/bloodhound_snakeskin_brass.vmt"
  52904. }
  52905. "10008"
  52906. {
  52907. "name" "bloodhound_metallic"
  52908. "description_string" "#PaintKit_bloodhound_metallic"
  52909. "description_tag" "#PaintKit_bloodhound_metallic_tag"
  52910. "vmt_path" "materials/models/weapons/customization/paints_gloves/bloodhound_metallic.vmt"
  52911. }
  52912. "10009"
  52913. {
  52914. "name" "handwrap_leathery"
  52915. "description_string" "#PaintKit_handwrap_leathery"
  52916. "description_tag" "#PaintKit_handwrap_leathery_tag"
  52917. "vmt_path" "materials/models/weapons/customization/paints_gloves/handwrap_leathery_brown_beige.vmt"
  52918. }
  52919. "10010"
  52920. {
  52921. "name" "handwrap_camo_grey"
  52922. "description_string" "#PaintKit_handwrap_camo_grey"
  52923. "description_tag" "#PaintKit_handwrap_camo_grey_tag"
  52924. "vmt_path" "materials/models/weapons/customization/paints_gloves/handwrap_leathery_fabric_grey_camo_blob.vmt"
  52925. }
  52926. "10013"
  52927. {
  52928. "name" "slick_black"
  52929. "description_string" "#PaintKit_slick_black"
  52930. "description_tag" "#PaintKit_slick_black_tag"
  52931. "vmt_path" "materials/models/weapons/customization/paints_gloves/slick_black.vmt"
  52932. }
  52933. "10015"
  52934. {
  52935. "name" "slick_military"
  52936. "description_string" "#PaintKit_slick_military"
  52937. "description_tag" "#PaintKit_slick_military_tag"
  52938. "vmt_path" "materials/models/weapons/customization/paints_gloves/slick_military.vmt"
  52939. "vmt_overrides"
  52940. {
  52941. "$bumpmap" "models/weapons/customization/glove_slick/normal_no_cross"
  52942. }
  52943. }
  52944. "10016"
  52945. {
  52946. "name" "slick_red"
  52947. "description_string" "#PaintKit_slick_red"
  52948. "description_tag" "#PaintKit_slick_red_tag"
  52949. "vmt_path" "materials/models/weapons/customization/paints_gloves/slick_red.vmt"
  52950. }
  52951. "10018"
  52952. {
  52953. "name" "sporty_light_blue"
  52954. "description_string" "#PaintKit_sporty_light_blue"
  52955. "description_tag" "#PaintKit_sporty_light_blue_tag"
  52956. "vmt_path" "materials/models/weapons/customization/paints_gloves/sporty_lightblue.vmt"
  52957. }
  52958. "10019"
  52959. {
  52960. "name" "sporty_military"
  52961. "description_string" "#PaintKit_sporty_military"
  52962. "description_tag" "#PaintKit_sporty_military_tag"
  52963. "vmt_path" "materials/models/weapons/customization/paints_gloves/sporty_military.vmt"
  52964. }
  52965. "10021"
  52966. {
  52967. "name" "handwrap_red_slaughter"
  52968. "description_string" "#PaintKit_handwrap_red_slaughter"
  52969. "description_tag" "#PaintKit_handwrap_red_slaughter_tag"
  52970. "vmt_path" "materials/models/weapons/customization/paints_gloves/handwrap_leathery_fabric_red_slaughter.vmt"
  52971. }
  52972. "10024"
  52973. {
  52974. "name" "motorcycle_basic_black"
  52975. "description_string" "#PaintKit_motorcycle_basic_black"
  52976. "description_tag" "#PaintKit_motorcycle_basic_black_tag"
  52977. "vmt_path" "materials/models/weapons/customization/paints_gloves/motorcycle_basic_black.vmt"
  52978. }
  52979. "10026"
  52980. {
  52981. "name" "motorcycle_mint_triangle"
  52982. "description_string" "#PaintKit_motorcycle_mint_triangle"
  52983. "description_tag" "#PaintKit_motorcycle_mint_triangle_tag"
  52984. "vmt_path" "materials/models/weapons/customization/paints_gloves/motorcycle_mint_triangle.vmt"
  52985. }
  52986. "10027"
  52987. {
  52988. "name" "motorcycle_mono_boom"
  52989. "description_string" "#PaintKit_motorcycle_mono_boom"
  52990. "description_tag" "#PaintKit_motorcycle_mono_boom_tag"
  52991. "vmt_path" "materials/models/weapons/customization/paints_gloves/motorcycle_mono_boom.vmt"
  52992. }
  52993. "10028"
  52994. {
  52995. "name" "motorcycle_triangle_blue"
  52996. "description_string" "#PaintKit_motorcycle_triangle_blue"
  52997. "description_tag" "#PaintKit_motorcycle_triangle_blue_tag"
  52998. "vmt_path" "materials/models/weapons/customization/paints_gloves/motorcycle_triangle_blue.vmt"
  52999. }
  53000. "10030"
  53001. {
  53002. "name" "specialist_ddpat_green_camo"
  53003. "description_string" "#PaintKit_specialist_ddpat_green_camo"
  53004. "description_tag" "#PaintKit_specialist_ddpat_green_camo_tag"
  53005. "vmt_path" "materials/models/weapons/customization/paints_gloves/specialist_ddpat_dense_green_brown.vmt"
  53006. }
  53007. "10033"
  53008. {
  53009. "name" "specialist_kimono_diamonds_red"
  53010. "description_string" "#PaintKit_specialist_kimono_diamonds_red"
  53011. "description_tag" "#PaintKit_specialist_kimono_diamonds_red_tag"
  53012. "vmt_path" "materials/models/weapons/customization/paints_gloves/specialist_kimono_diamonds_black_red.vmt"
  53013. }
  53014. "10034"
  53015. {
  53016. "name" "specialist_emerald_web"
  53017. "description_string" "#PaintKit_specialist_emerald_web"
  53018. "description_tag" "#PaintKit_specialist_emerald_web_tag"
  53019. "vmt_path" "materials/models/weapons/customization/paints_gloves/specialist_webs_green.vmt"
  53020. }
  53021. "10035"
  53022. {
  53023. "name" "specialist_orange_white"
  53024. "description_string" "#PaintKit_specialist_white_orange_grey"
  53025. "description_tag" "#PaintKit_specialist_white_orange_grey_tag"
  53026. "vmt_path" "materials/models/weapons/customization/paints_gloves/specialist_white_orange_grey.vmt"
  53027. }
  53028. "10036"
  53029. {
  53030. "name" "handwrap_fabric_orange_camo"
  53031. "description_string" "#PaintKit_handwrap_fabric_orange_camo"
  53032. "description_tag" "#PaintKit_handwrap_fabric_orange_camo_tag"
  53033. "vmt_path" "materials/models/weapons/customization/paints_gloves/handwrap_leathery_fabric_orange_camo.vmt"
  53034. }
  53035. "10037"
  53036. {
  53037. "name" "sporty_purple"
  53038. "description_string" "#PaintKit_sporty_purple"
  53039. "description_tag" "#PaintKit_sporty_purple_tag"
  53040. "vmt_path" "materials/models/weapons/customization/paints_gloves/sporty_purple.vmt"
  53041. }
  53042. "10038"
  53043. {
  53044. "name" "sporty_green"
  53045. "description_string" "#PaintKit_sporty_green"
  53046. "description_tag" "#PaintKit_sporty_green_tag"
  53047. "vmt_path" "materials/models/weapons/customization/paints_gloves/sporty_green.vmt"
  53048. }
  53049. "10039"
  53050. {
  53051. "name" "bloodhound_guerrilla"
  53052. "description_string" "#PaintKit_bloodhound_guerrilla"
  53053. "description_tag" "#PaintKit_bloodhound_guerrilla_tag"
  53054. "vmt_path" "materials/models/weapons/customization/paints_gloves/bloodhound_guerrilla.vmt"
  53055. }
  53056. "10040"
  53057. {
  53058. "name" "slick_snakeskin_yellow"
  53059. "description_string" "#PaintKit_slick_snakeskin_yellow"
  53060. "description_tag" "#PaintKit_slick_snakeskin_yellow_tag"
  53061. "vmt_path" "materials/models/weapons/customization/paints_gloves/slick_snakeskin_yellow.vmt"
  53062. "vmt_overrides"
  53063. {
  53064. "$bumpmap" "models/weapons/customization/glove_slick/normal_no_cross"
  53065. }
  53066. }
  53067. "10041"
  53068. {
  53069. "name" "slick_snakeskin_white"
  53070. "description_string" "#PaintKit_slick_snakeskin_white"
  53071. "description_tag" "#PaintKit_slick_snakeskin_white_tag"
  53072. "vmt_path" "materials/models/weapons/customization/paints_gloves/slick_snakeskin_white.vmt"
  53073. "vmt_overrides"
  53074. {
  53075. "$bumpmap" "models/weapons/customization/glove_slick/normal_no_cross"
  53076. }
  53077. }
  53078. "10042"
  53079. {
  53080. "name" "slick_plaid_purple"
  53081. "description_string" "#PaintKit_slick_plaid_purple"
  53082. "description_tag" "#PaintKit_slick_plaid_purple_tag"
  53083. "vmt_path" "materials/models/weapons/customization/paints_gloves/slick_plaid_purple.vmt"
  53084. "vmt_overrides"
  53085. {
  53086. "$bumpmap" "models/weapons/customization/glove_slick/normal_no_cross"
  53087. }
  53088. }
  53089. "10043"
  53090. {
  53091. "name" "slick_stitched_black_orange"
  53092. "description_string" "#PaintKit_slick_stitched_black_orange"
  53093. "description_tag" "#PaintKit_slick_stitched_black_orange_tag"
  53094. "vmt_path" "materials/models/weapons/customization/paints_gloves/slick_stitched_black_orange.vmt"
  53095. "vmt_overrides"
  53096. {
  53097. "$bumpmap" "models/weapons/customization/glove_slick/normal_stitches"
  53098. }
  53099. }
  53100. "10044"
  53101. {
  53102. "name" "slick_stitched_green_grey"
  53103. "description_string" "#PaintKit_slick_slick_stitched_green_grey"
  53104. "description_tag" "#PaintKit_slick_slick_stitched_green_grey_tag"
  53105. "vmt_path" "materials/models/weapons/customization/paints_gloves/slick_stitched_green_grey.vmt"
  53106. "vmt_overrides"
  53107. {
  53108. "$bumpmap" "models/weapons/customization/glove_slick/normal_stitches"
  53109. }
  53110. }
  53111. "10045"
  53112. {
  53113. "name" "sporty_poison_frog_blue_white"
  53114. "description_string" "#PaintKit_sporty_poison_frog_blue_white"
  53115. "description_tag" "#PaintKit_sporty_poison_frog_blue_white_tag"
  53116. "vmt_path" "materials/models/weapons/customization/paints_gloves/sporty_poison_frog_blue_white.vmt"
  53117. }
  53118. "10046"
  53119. {
  53120. "name" "sporty_poison_frog_red_green"
  53121. "description_string" "#PaintKit_sporty_poison_frog_red_green"
  53122. "description_tag" "#PaintKit_sporty_poison_frog_red_green_tag"
  53123. "vmt_path" "materials/models/weapons/customization/paints_gloves/sporty_poison_frog_red_green.vmt"
  53124. }
  53125. "10047"
  53126. {
  53127. "name" "sporty_black_webbing_yellow"
  53128. "description_string" "#PaintKit_sporty_black_webbing_yellow"
  53129. "description_tag" "#PaintKit_sporty_black_webbing_yellow_tag"
  53130. "vmt_path" "materials/models/weapons/customization/paints_gloves/sporty_black_webbing_yellow.vmt"
  53131. }
  53132. "10048"
  53133. {
  53134. "name" "sporty_blue_pink"
  53135. "description_string" "#PaintKit_sporty_blue_pink"
  53136. "description_tag" "#PaintKit_sporty_blue_pink_tag"
  53137. "vmt_path" "materials/models/weapons/customization/paints_gloves/sporty_blue_pink.vmt"
  53138. }
  53139. "10049"
  53140. {
  53141. "name" "motorcycle_choco_boom"
  53142. "description_string" "#PaintKit_motorcycle_choco_boom"
  53143. "description_tag" "#PaintKit_motorcycle_choco_boom_tag"
  53144. "vmt_path" "materials/models/weapons/customization/paints_gloves/motorcycle_choco_boom.vmt"
  53145. }
  53146. "10050"
  53147. {
  53148. "name" "motorcycle_basic_green_orange"
  53149. "description_string" "#PaintKit_motorcycle_basic_green_orange"
  53150. "description_tag" "#PaintKit_motorcycle_basic_green_orange_tag"
  53151. "vmt_path" "materials/models/weapons/customization/paints_gloves/motorcycle_basic_green_orange.vmt"
  53152. }
  53153. "10051"
  53154. {
  53155. "name" "motorcycle_yellow_camo"
  53156. "description_string" "#PaintKit_motorcycle_yellow_camo"
  53157. "description_tag" "#PaintKit_motorcycle_yellow_camo_tag"
  53158. "vmt_path" "materials/models/weapons/customization/paints_gloves/motorcycle_yellow_camo.vmt"
  53159. }
  53160. "10052"
  53161. {
  53162. "name" "motorcycle_trigrid_blue"
  53163. "description_string" "#PaintKit_motorcycle_trigrid_blue"
  53164. "description_tag" "#PaintKit_motorcycle_trigrid_blue_tag"
  53165. "vmt_path" "materials/models/weapons/customization/paints_gloves/motorcycle_trigrid_blue.vmt"
  53166. }
  53167. "10053"
  53168. {
  53169. "name" "handwrap_leathery_fabric_blue_skulls"
  53170. "description_string" "#PaintKit_handwrap_leathery_fabric_blue_skulls"
  53171. "description_tag" "#PaintKit_handwrap_leathery_fabric_blue_skulls_tag"
  53172. "vmt_path" "materials/models/weapons/customization/paints_gloves/handwrap_leathery_fabric_blue_skulls.vmt"
  53173. }
  53174. "10054"
  53175. {
  53176. "name" "handwrap_leathery_fabric_geometric_blue"
  53177. "description_string" "#PaintKit_handwrap_leathery_fabric_geometric_blue"
  53178. "description_tag" "#PaintKit_handwrap_leathery_fabric_geometric_blue_tag"
  53179. "vmt_path" "materials/models/weapons/customization/paints_gloves/handwrap_leathery_fabric_geometric_blue.vmt"
  53180. }
  53181. "10055"
  53182. {
  53183. "name" "handwrap_leathery_ducttape"
  53184. "description_string" "#PaintKit_handwrap_leathery_ducttape"
  53185. "description_tag" "#PaintKit_handwrap_leathery_ducttape_tag"
  53186. "vmt_path" "materials/models/weapons/customization/paints_gloves/handwrap_leathery_ducttape.vmt"
  53187. "vmt_overrides"
  53188. {
  53189. "$envmap" "env_cubemap"
  53190. "$envmaplightscale" "0.500000"
  53191. "$basealphaenvmask" "1"
  53192. "$fresnelrangestexture" "models/weapons/customization/materials/material_fresnel"
  53193. "$phongalbedoboost" "7"
  53194. "$envmaplightscaleminmax" "[-0.05 1.0]"
  53195. }
  53196. }
  53197. "10056"
  53198. {
  53199. "name" "handwrap_leathery_fabric_green_camo"
  53200. "description_string" "#PaintKit_handwrap_leathery_fabric_green_camo"
  53201. "description_tag" "#PaintKit_handwrap_leathery_fabric_green_camo_tag"
  53202. "vmt_path" "materials/models/weapons/customization/paints_gloves/handwrap_leathery_fabric_green_camo.vmt"
  53203. }
  53204. "10057"
  53205. {
  53206. "name" "bloodhound_hydra_black_green"
  53207. "description_string" "#PaintKit_bloodhound_hydra_black_green"
  53208. "description_tag" "#PaintKit_bloodhound_hydra_black_green_tag"
  53209. "vmt_path" "materials/models/weapons/customization/paints_gloves/bloodhound_hydra_black_green.vmt"
  53210. }
  53211. "10058"
  53212. {
  53213. "name" "bloodhound_hydra_green_leather_mesh_brass"
  53214. "description_string" "#PaintKit_bloodhound_hydra_green_leather_mesh_brass"
  53215. "description_tag" "#PaintKit_bloodhound_hydra_green_leather_mesh_brass_tag"
  53216. "vmt_path" "materials/models/weapons/customization/paints_gloves/bloodhound_hydra_green_leather_mesh_brass.vmt"
  53217. }
  53218. "10059"
  53219. {
  53220. "name" "bloodhound_hydra_snakeskin_brass"
  53221. "description_string" "#PaintKit_bloodhound_hydra_snakeskin_brass"
  53222. "description_tag" "#PaintKit_bloodhound_hydra_snakeskin_brass_tag"
  53223. "vmt_path" "materials/models/weapons/customization/paints_gloves/bloodhound_hydra_snakeskin_brass.vmt"
  53224. }
  53225. "10060"
  53226. {
  53227. "name" "bloodhound_hydra_case_hardened"
  53228. "description_string" "#PaintKit_bloodhound_hydra_case_hardened"
  53229. "description_tag" "#PaintKit_bloodhound_hydra_case_hardened_tag"
  53230. "vmt_path" "materials/models/weapons/customization/paints_gloves/bloodhound_hydra_case_hardened.vmt"
  53231. }
  53232. "10061"
  53233. {
  53234. "name" "specialist_webs_red"
  53235. "description_string" "#PaintKit_specialist_webs_red"
  53236. "description_tag" "#PaintKit_specialist_webs_red_tag"
  53237. "vmt_path" "materials/models/weapons/customization/paints_gloves/specialist_webs_red.vmt"
  53238. }
  53239. "10062"
  53240. {
  53241. "name" "specialist_forest_brown"
  53242. "description_string" "#PaintKit_specialist_forest_brown"
  53243. "description_tag" "#PaintKit_specialist_forest_brown_tag"
  53244. "vmt_path" "materials/models/weapons/customization/paints_gloves/specialist_forest_brown.vmt"
  53245. }
  53246. "10063"
  53247. {
  53248. "name" "specialist_fade"
  53249. "description_string" "#PaintKit_specialist_fade"
  53250. "description_tag" "#PaintKit_specialist_fade_tag"
  53251. "vmt_path" "materials/models/weapons/customization/paints_gloves/specialist_fade.vmt"
  53252. "vmt_overrides"
  53253. {
  53254. "$phongalbedoboost" "10"
  53255. }
  53256. }
  53257. "10064"
  53258. {
  53259. "name" "specialist_winterhex"
  53260. "description_string" "#PaintKit_specialist_winterhex"
  53261. "description_tag" "#PaintKit_specialist_winterhex_tag"
  53262. "vmt_path" "materials/models/weapons/customization/paints_gloves/specialist_winterhex.vmt"
  53263. }
  53264. }
  53265. "paint_kits_rarity"
  53266. {
  53267. "so_olive" "common"
  53268. "so_red" "uncommon"
  53269. "hy_ddpat" "common"
  53270. "hy_arctic" "uncommon"
  53271. "hy_desert" "common"
  53272. "hy_tiger" "legendary"
  53273. "hy_copperhead" "rare"
  53274. "hy_skulls" "rare"
  53275. "hy_webs" "rare"
  53276. "hy_splatter" "mythical"
  53277. "hy_ak47lam" "mythical"
  53278. "hy_gelpen" "uncommon"
  53279. "hy_v_tiger" "common"
  53280. "hy_ddpat_urb" "common"
  53281. "hy_zombie" "mythical"
  53282. "hy_granite" "common"
  53283. "sp_spray" "common"
  53284. "sp_leaves" "common"
  53285. "sp_short_tape" "common"
  53286. "sp_tape" "common"
  53287. "an_navy" "rare"
  53288. "sp_snake" "uncommon"
  53289. "an_silver" "uncommon"
  53290. "an_red" "rare"
  53291. "am_urban" "uncommon"
  53292. "am_ossify" "rare"
  53293. "aa_flames" "rare"
  53294. "aa_fade" "rare"
  53295. "so_yellow" "mythical"
  53296. "so_night" "common"
  53297. "aq_copper" "rare"
  53298. "aq_blued" "uncommon"
  53299. "aq_forced" "uncommon"
  53300. "aq_oiled" "mythical"
  53301. "so_pmc" "common"
  53302. "so_space_marine" "common"
  53303. "am_dragon_glock" "rare"
  53304. "am_lightning_awp" "legendary"
  53305. "am_zebra" "rare"
  53306. "am_zebra_dark" "rare"
  53307. "aa_vertigo" "mythical"
  53308. "cu_spring_nova" "legendary"
  53309. "am_slither_p90" "legendary"
  53310. "am_carbon_fiber" "uncommon"
  53311. "am_scorpion_p2000" "rare"
  53312. "sp_mesh_tan" "common"
  53313. "hy_feathers_aug" "rare"
  53314. "hy_arctic_contrast" "common"
  53315. "hy_blizzard" "uncommon"
  53316. "hy_forest_winter" "uncommon"
  53317. "hy_forest_boreal" "common"
  53318. "hy_forest_night" "common"
  53319. "hy_ddpat_orange" "mythical"
  53320. "hy_ddpat_pink" "rare"
  53321. "hy_mottled_sand" "common"
  53322. "hy_reef" "uncommon"
  53323. "so_caramel" "common"
  53324. "so_grassland" "common"
  53325. "so_moss" "common"
  53326. "so_purple" "rare"
  53327. "so_sand" "common"
  53328. "so_stormfront" "common"
  53329. "so_tornado" "common"
  53330. "so_whiteout" "rare"
  53331. "sp_leaves_grassland" "common"
  53332. "sp_mesh_arctic_contrast" "common"
  53333. "sp_mesh_forest_fire" "uncommon"
  53334. "sp_mesh_glacier" "rare"
  53335. "sp_mesh_sand" "common"
  53336. "sp_spray_desert_sage" "common"
  53337. "sp_spray_jungle" "common"
  53338. "sp_spray_sand" "common"
  53339. "sp_tape_dots_urban" "common"
  53340. "sp_tape_dots_waves" "common"
  53341. "sp_tape_orange" "uncommon"
  53342. "sp_tape_urban" "common"
  53343. "sp_tape_short_jungle" "common"
  53344. "sp_tape_short_sand" "common"
  53345. "sp_tape_short_urban" "common"
  53346. "so_jungle" "common"
  53347. "so_tangerine" "mythical"
  53348. "cu_broken_path_famas" "legendary"
  53349. "cu_bullet_rain_m4a1" "ancient"
  53350. "cu_catskulls_p90" "ancient"
  53351. "sp_palm" "uncommon"
  53352. "cu_walnut_nova" "common"
  53353. "aq_brass" "rare"
  53354. "sp_splash_p250" "mythical"
  53355. "hy_hunter_modern" "rare"
  53356. "hy_hunter_blaze_pink" "legendary"
  53357. "hy_hunter_blaze_orange" "rare"
  53358. "sp_nukestripe_orange" "uncommon"
  53359. "sp_nukestripe_green" "mythical"
  53360. "sp_nukestripe_maroon" "uncommon"
  53361. "sp_zebracam" "common"
  53362. "sp_nukestripe_brown" "common"
  53363. "hy_ak47lam_bw" "uncommon"
  53364. "hy_blam_simple" "mythical"
  53365. "sp_dapple" "common"
  53366. "sp_zebracam_bw" "uncommon"
  53367. "hy_icosahedron" "rare"
  53368. "hy_doomkitty" "rare"
  53369. "sp_nukestripe_green_tec9" "mythical"
  53370. "cu_fireserpent_ak47_bravo" "legendary"
  53371. "cu_favela_awp" "mythical"
  53372. "cu_dragon_p90_bravo" "legendary"
  53373. "hy_siege_bravo" "rare"
  53374. "cu_favela_p2000" "mythical"
  53375. "am_scales_bravo" "legendary"
  53376. "sp_spray_waves_bravo" "rare"
  53377. "sp_star_bravo" "rare"
  53378. "aq_etched_mac10_bravo" "mythical"
  53379. "hy_ocean_bravo" "rare"
  53380. "cu_season_elites_bravo" "rare"
  53381. "hy_seaside_bravo" "rare"
  53382. "hy_crumple_bravo" "rare"
  53383. "sp_skull_diagram_bravo" "rare"
  53384. "sp_spitfire_famas_bravo" "mythical"
  53385. "hy_bluepolygon_bravo" "rare"
  53386. "an_emerald_bravo" "mythical"
  53387. "an_navy_bravo" "rare"
  53388. "sp_hazard_bravo" "rare"
  53389. "sp_tape_dots_bravo" "common"
  53390. "hy_mayan_dreams_bravo" "uncommon"
  53391. "sp_palm_bravo" "uncommon"
  53392. "hy_ddpat_jungle_bravo" "common"
  53393. "aq_steel_bravo" "rare"
  53394. "hy_ali_tile_bravo" "uncommon"
  53395. "so_jungle_bravo" "common"
  53396. "so_tornado_bravo" "common"
  53397. "hy_crumple_dark_bravo" "uncommon"
  53398. "so_sand_bravo" "common"
  53399. "so_olive_bravo" "common"
  53400. "an_gunmetal_bravo" "common"
  53401. "am_ossify_blue_p2000_bravo" "mythical"
  53402. "am_crumple_bravo" "mythical"
  53403. "am_ossify_blue" "mythical"
  53404. "am_crumple" "mythical"
  53405. "cu_xray_m4" "ancient"
  53406. "an_titanium30v" "rare"
  53407. "hy_redtiger" "uncommon"
  53408. "hy_bluehex" "rare"
  53409. "hy_redhex" "rare"
  53410. "am_ossify_red" "mythical"
  53411. "am_electric_red" "mythical"
  53412. "cu_shark" "ancient"
  53413. "hy_flowers" "rare"
  53414. "hy_water_crest" "rare"
  53415. "sp_camo_wood_blue" "rare"
  53416. "hy_ak47lam_blue" "rare"
  53417. "hy_hive" "mythical"
  53418. "hy_modspots" "mythical"
  53419. "sp_zebracam_blue" "rare"
  53420. "am_ddpatdense_silver" "rare"
  53421. "am_ddpatdense_peacock" "mythical"
  53422. "hy_webs_darker" "rare"
  53423. "sp_palm_shadow" "uncommon"
  53424. "sp_twigs" "uncommon"
  53425. "hy_varicamo" "uncommon"
  53426. "hy_varicamo_night" "uncommon"
  53427. "hy_varicamo_urban" "uncommon"
  53428. "hy_varicamo_blue" "rare"
  53429. "hy_varicamo_desert" "uncommon"
  53430. "sp_mesh_slashes" "common"
  53431. "sp_mesh_army" "common"
  53432. "sp_mesh_python" "uncommon"
  53433. "sp_mesh_hot_and_cold" "rare"
  53434. "sp_spray_army" "common"
  53435. "aa_fade_metallic" "rare"
  53436. "aq_damascus_sg553" "rare"
  53437. "am_crystallized" "mythical"
  53438. "am_crystallized_blue" "mythical"
  53439. "hy_varicamo_red" "rare"
  53440. "hy_snakeskin" "rare"
  53441. "am_crystallized_silver" "rare"
  53442. "aa_fade_grassland" "rare"
  53443. "so_orange_accents" "rare"
  53444. "cu_m4_asimov" "legendary"
  53445. "cu_sawedoff_octopump" "ancient"
  53446. "cu_m4a1-s_elegant" "mythical"
  53447. "cu_p250_refined" "legendary"
  53448. "cu_awp_cobra" "mythical"
  53449. "cu_famas_pulse" "mythical"
  53450. "hy_marina_sunrise" "mythical"
  53451. "am_thorny_rose_mp9" "mythical"
  53452. "cu_skull_nova" "mythical"
  53453. "cu_sandstorm" "rare"
  53454. "hy_kami" "rare"
  53455. "aq_obsidian" "rare"
  53456. "am_turqoise_halftone" "rare"
  53457. "am_diamond_plate" "mythical"
  53458. "am_fuschia" "legendary"
  53459. "aq_etched_cz75" "ancient"
  53460. "am_p250_beaded_paint" "legendary"
  53461. "am_fluted_tec9" "mythical"
  53462. "aq_engraved_deagle" "rare"
  53463. "am_copper_flecks" "mythical"
  53464. "hy_poly_camo" "uncommon"
  53465. "so_panther" "rare"
  53466. "aq_usp_stainless" "uncommon"
  53467. "hy_craquelure" "uncommon"
  53468. "cu_awp_asimov" "legendary"
  53469. "cu_aug_chameleonaire" "ancient"
  53470. "cu_ump_corporal" "rare"
  53471. "cu_ak47_cobra" "mythical"
  53472. "cu_p90_trigon" "legendary"
  53473. "cu_mac10_redhot" "mythical"
  53474. "sp_negev_turq_terrain" "rare"
  53475. "cu_nova_antique" "legendary"
  53476. "cu_sg553_pulse" "mythical"
  53477. "an_famas_sgt" "mythical"
  53478. "cu_tec9_sandstorm" "rare"
  53479. "cu_usp_elegant" "rare"
  53480. "cu_mag7_heaven" "rare"
  53481. "hy_nerodia" "common"
  53482. "so_green" "uncommon"
  53483. "cu_money" "legendary"
  53484. "am_crystallized_dark" "uncommon"
  53485. "so_orca" "rare"
  53486. "am_army_shine" "common"
  53487. "am_oval_hex" "uncommon"
  53488. "cu_pinstripe_ak47" "rare"
  53489. "am_m4a1-s_alloy_orange" "mythical"
  53490. "cu_ak47_rubber" "legendary"
  53491. "cu_tec9_asiimov" "rare"
  53492. "cu_ssg08_immortal" "rare"
  53493. "cu_aug_progressiv" "mythical"
  53494. "cu_bizon_antique" "mythical"
  53495. "cu_retribution" "rare"
  53496. "hy_galil_kami" "rare"
  53497. "cu_m4a1_howling" "immortal"
  53498. "cu_mac10_decay" "mythical"
  53499. "cu_p90_scorpius" "rare"
  53500. "cu_scar_cyrex" "legendary"
  53501. "cu_usp_spitfire" "mythical"
  53502. "cu_xm1014_heaven_guard" "mythical"
  53503. "am_nitrogen" "rare"
  53504. "cu_panther_ak47" "legendary"
  53505. "cu_bratatat_negev" "rare"
  53506. "cu_usp_sandpapered" "rare"
  53507. "hy_ssg08_marker" "rare"
  53508. "hy_snakeskin_red" "rare"
  53509. "cu_m4a1-s_silence" "mythical"
  53510. "so_orange_accents2" "rare"
  53511. "aq_steel" "uncommon"
  53512. "am_royal" "mythical"
  53513. "am_metals" "mythical"
  53514. "am_chainmail" "uncommon"
  53515. "aq_handcannon" "rare"
  53516. "am_metal_inlay" "rare"
  53517. "hy_vines" "common"
  53518. "hy_indigo_usp" "common"
  53519. "so_indigo_and_grey" "common"
  53520. "am_gyrate" "rare"
  53521. "an_royalbleed" "rare"
  53522. "cu_titanstorm" "legendary"
  53523. "cu_korupt" "mythical"
  53524. "cu_p2000_pulse" "uncommon"
  53525. "cu_kaiman" "mythical"
  53526. "cu_well_traveled_ak47" "mythical"
  53527. "cu_green_leather_ak47" "rare"
  53528. "cu_brown_leather_p90" "uncommon"
  53529. "cu_luggage_mac10" "uncommon"
  53530. "cu_medieval_dragon_awp" "legendary"
  53531. "cu_green_leather_sawedoff" "rare"
  53532. "cu_luggage_p2000" "common"
  53533. "aq_pilot_deagle" "rare"
  53534. "cu_leather_xm1014" "rare"
  53535. "cu_bizon-osiris" "mythical"
  53536. "cu_c75a-tiger" "mythical"
  53537. "cu_deagle_aureus" "mythical"
  53538. "aq_57_feathers" "legendary"
  53539. "cu_glock-liquescent" "mythical"
  53540. "cu_mp7-commander" "rare"
  53541. "cu_negev_titanstorm" "rare"
  53542. "cu_nova_koi" "mythical"
  53543. "cu_p2000_ivory" "uncommon"
  53544. "cu_bittersweet" "mythical"
  53545. "cu_p90-asiimov" "ancient"
  53546. "cu_m4a1s_cyrex" "legendary"
  53547. "aq_leviathan" "rare"
  53548. "hy_lines_orange" "rare"
  53549. "cu_luggage_sg553" "uncommon"
  53550. "cu_luggage_usp-s" "uncommon"
  53551. "hy_plaid1" "common"
  53552. "hy_plaid2" "common"
  53553. "am_nuclear_pattern1_glock" "uncommon"
  53554. "hy_nuclear_pattern2_mp9" "rare"
  53555. "sp_nuclear_pattern3_negev" "uncommon"
  53556. "am_nuclear_skulls1_xm1014" "rare"
  53557. "am_nuclear_skulls2_famas" "mythical"
  53558. "am_nuclear_skulls3_mac10" "rare"
  53559. "hy_nuclear_skulls4_p250" "uncommon"
  53560. "hy_nuclear_skulls5_tec9" "rare"
  53561. "sp_nukestripe_orange_aug" "uncommon"
  53562. "so_grey_nuclear_green_bizon" "uncommon"
  53563. "so_grey_nuclear_orange_five_seven" "uncommon"
  53564. "sp_nukestripe_maroon_sg553" "uncommon"
  53565. "cu_cerbrus_galil" "mythical"
  53566. "cu_tribute_ak47" "legendary"
  53567. "aq_glock_coiled" "rare"
  53568. "am_g3sg1_murky" "rare"
  53569. "aq_m4a1s_basilisk" "rare"
  53570. "cu_m4a4_griffin" "rare"
  53571. "sp_mag7_firebitten" "rare"
  53572. "cu_mp9_chevron" "rare"
  53573. "cu_fiveseven_urban_hazard" "rare"
  53574. "aq_p250_cartel" "legendary"
  53575. "cu_p2000_fire_elemental" "legendary"
  53576. "aq_sawedoff_blackgold" "mythical"
  53577. "cu_scar20_intervention" "legendary"
  53578. "sp_ump45_d-visions" "rare"
  53579. "cu_xm1014_caritas" "legendary"
  53580. "aq_ak47_cartel" "mythical"
  53581. "am_awp_glory" "legendary"
  53582. "cu_elites_urbanstorm" "mythical"
  53583. "aq_deagle_naga" "rare"
  53584. "cu_galil_abrasion" "ancient"
  53585. "cu_glock_deathtoll" "uncommon"
  53586. "cu_m4a4_ancestral" "mythical"
  53587. "cu_m249_sektor" "rare"
  53588. "am_mac10_malachite" "mythical"
  53589. "cu_mp9_deadly_poison" "rare"
  53590. "cu_p250_mandala" "legendary"
  53591. "cu_sawedoff_deva" "mythical"
  53592. "aq_scar20_leak" "rare"
  53593. "aq_xm1014_sigla" "rare"
  53594. "an_tiger_orange" "legendary"
  53595. "aq_damascus" "mythical"
  53596. "aq_damascus_90" "mythical"
  53597. "am_marble_fade" "legendary"
  53598. "aq_steel_knife" "rare"
  53599. "am_ruby_marbleized" "legendary"
  53600. "am_sapphire_marbleized" "legendary"
  53601. "am_blackpearl_marbleized" "ancient"
  53602. "am_doppler_phase1" "mythical"
  53603. "am_doppler_phase2" "mythical"
  53604. "am_doppler_phase3" "mythical"
  53605. "am_doppler_phase4" "mythical"
  53606. "cu_ak47_mastery" "uncommon"
  53607. "aq_mp7_ultramodern" "rare"
  53608. "aq_awp_twine" "rare"
  53609. "am_bronze_sparkle" "uncommon"
  53610. "aq_p250_contour" "rare"
  53611. "cu_fiveseven_banana" "legendary"
  53612. "cu_galil_eco" "legendary"
  53613. "aq_famas_jinn" "legendary"
  53614. "cu_m4a1_hyper_beast" "legendary"
  53615. "cu_mag7_redhot" "mythical"
  53616. "am_negev_glory" "rare"
  53617. "cu_mac10_neonrider" "ancient"
  53618. "cu_sawedoff_origami" "rare"
  53619. "cu_cz75_precision" "mythical"
  53620. "am_ump_racer" "mythical"
  53621. "am_aqua_flecks" "mythical"
  53622. "cu_chronos_g3sg1" "mythical"
  53623. "hy_hades" "uncommon"
  53624. "hy_icarus" "rare"
  53625. "cu_labyrinth" "rare"
  53626. "sp_labyrinth" "common"
  53627. "sp_labyrinth2" "common"
  53628. "sp_labyrinth3" "common"
  53629. "an_red_m4a1s" "mythical"
  53630. "cu_medusa_awp" "legendary"
  53631. "gs_mother_of_pearl_elite" "mythical"
  53632. "aa_pandora" "rare"
  53633. "cu_poseidon" "mythical"
  53634. "hy_zodiac1" "common"
  53635. "hy_zodiac2" "common"
  53636. "hy_zodiac3" "uncommon"
  53637. "an_emerald" "rare"
  53638. "so_khaki_green" "common"
  53639. "cu_anime_aug" "ancient"
  53640. "am_bamboo_jungle" "mythical"
  53641. "hy_bamboo_jungle_ink" "common"
  53642. "hy_bamboo_jungle_black" "common"
  53643. "hy_bamboo_jungle" "common"
  53644. "am_geometric_steps" "rare"
  53645. "hy_geometric_steps_green" "rare"
  53646. "hy_geometric_steps_yellow" "rare"
  53647. "hy_kimono_diamonds" "mythical"
  53648. "hy_kimono_diamonds_orange" "common"
  53649. "hy_kimono_diamonds_red" "uncommon"
  53650. "sp_kimono_diamonds" "common"
  53651. "am_seastorm" "common"
  53652. "am_seastorm_blood" "rare"
  53653. "am_seastorm_shojo" "rare"
  53654. "am_kimono_sunrise" "rare"
  53655. "so_keycolors" "common"
  53656. "so_aqua" "common"
  53657. "cu_ak47_courage_alt" "legendary"
  53658. "cu_awp_hyper_beast" "legendary"
  53659. "cu_cz75a_chastizer" "legendary"
  53660. "am_famas_dots" "mythical"
  53661. "cu_galilar_particles" "rare"
  53662. "aq_glock18_flames_blue" "uncommon"
  53663. "cu_m4a4_evil_daimyo" "rare"
  53664. "cu_mp7_nemsis" "legendary"
  53665. "am_mp9_nitrogen" "mythical"
  53666. "cu_negev_annihilator" "mythical"
  53667. "cu_nova_ranger" "rare"
  53668. "aq_p2000_boom" "rare"
  53669. "cu_p90_mastery" "rare"
  53670. "cu_sg553_cyrex" "legendary"
  53671. "cu_ump45_uproar" "rare"
  53672. "cu_usp_progressiv" "uncommon"
  53673. "cu_ak47_winter_sport" "mythical"
  53674. "cu_dualberretta_dragons" "rare"
  53675. "cu_famas_lenta" "rare"
  53676. "gs_g3sg1_flux_purple" "legendary"
  53677. "gs_galil_nightwing" "mythical"
  53678. "gs_glock18_wrathys" "uncommon"
  53679. "gs_m249_nebula_crusader" "mythical"
  53680. "gs_m4a1s_snakebite_gold" "legendary"
  53681. "cu_mac10_alekhya_duo" "rare"
  53682. "cu_mag7_myrcene" "rare"
  53683. "cu_mp7_classified" "mythical"
  53684. "hy_p250_crackshot" "mythical"
  53685. "gs_scar20_peacemaker03" "rare"
  53686. "cu_ssg08_technicality" "legendary"
  53687. "cu_usp_kill_confirmed" "legendary"
  53688. "aq_xm1014_scumbria" "rare"
  53689. "cu_ak47_point_disarray" "mythical"
  53690. "am_aug_jumble" "rare"
  53691. "cu_bizon_noxious" "mythical"
  53692. "aq_deagle_corinthian" "uncommon"
  53693. "cu_fiveseven_retrobution" "mythical"
  53694. "cu_g3sg1_executioner" "legendary"
  53695. "gs_m4a4_royal_squire" "legendary"
  53696. "cu_negev_impact" "mythical"
  53697. "am_p2000_imperial_red" "uncommon"
  53698. "cu_p90_shapewood" "legendary"
  53699. "gs_sawedoff_necromancer" "rare"
  53700. "hy_scar20_jungler" "rare"
  53701. "gs_sg553_tiger_moth" "mythical"
  53702. "cu_tec9_avalanche" "mythical"
  53703. "aq_xm1014_hot_rod" "mythical"
  53704. "aa_fade_revolver" "ancient"
  53705. "aa_fade_metallic_revolver" "legendary"
  53706. "gs_ak47_supercharged" "legendary"
  53707. "cu_awp_mastery" "mythical"
  53708. "cu_bizon_citizen" "rare"
  53709. "aq_deserteagle_kumichodragon" "mythical"
  53710. "aq_dualberettas_cartel" "rare"
  53711. "aq_famas_contour" "mythical"
  53712. "cu_fiveseven_augmented" "mythical"
  53713. "gs_glock18_award" "rare"
  53714. "gs_m4a4_pioneer" "legendary"
  53715. "am_mac10_electricity" "rare"
  53716. "gs_mag7_praetorian" "mythical"
  53717. "sp_mp7_impire" "mythical"
  53718. "cu_nova_hyperbeast" "legendary"
  53719. "cu_ssg08_necropos" "rare"
  53720. "gs_tec9_jambiya" "rare"
  53721. "gs_usp_voltage" "uncommon"
  53722. }
  53723. "item_sets"
  53724. {
  53725. "set_community_3"
  53726. {
  53727. "name" "#CSGO_set_community_3"
  53728. "set_description" "#CSGO_set_community_3_desc"
  53729. "is_collection" "1"
  53730. "items"
  53731. {
  53732. "[cu_tec9_asiimov]weapon_tec9" "1"
  53733. "[cu_ssg08_immortal]weapon_ssg08" "1"
  53734. "[cu_retribution]weapon_elite" "1"
  53735. "[hy_galil_kami]weapon_galilar" "1"
  53736. "[cu_p90_scorpius]weapon_p90" "1"
  53737. "[am_nitrogen]weapon_cz75a" "1"
  53738. "[am_gyrate]weapon_cz75a" "1"
  53739. "[an_royalbleed]weapon_p90" "1"
  53740. "[cu_p2000_pulse]weapon_hkp2000" "1"
  53741. "[cu_aug_progressiv]weapon_aug" "1"
  53742. "[cu_bizon_antique]weapon_bizon" "1"
  53743. "[cu_mac10_decay]weapon_mac10" "1"
  53744. "[cu_xm1014_heaven_guard]weapon_xm1014" "1"
  53745. "[cu_korupt]weapon_mac10" "1"
  53746. "[am_m4a1-s_alloy_orange]weapon_m4a1_silencer" "1"
  53747. "[cu_scar_cyrex]weapon_scar20" "1"
  53748. "[cu_usp_spitfire]weapon_usp_silencer" "1"
  53749. "[cu_kaiman]weapon_usp_silencer" "1"
  53750. "[cu_ak47_rubber]weapon_ak47" "1"
  53751. "[cu_titanstorm]weapon_m4a1" "1"
  53752. }
  53753. }
  53754. "set_weapons_i"
  53755. {
  53756. "name" "#CSGO_set_weapons_i"
  53757. "set_description" "#CSGO_set_weapons_i_desc"
  53758. "is_collection" "1"
  53759. "items"
  53760. {
  53761. "[hy_skulls]weapon_mp7" "1"
  53762. "[hy_feathers_aug]weapon_aug" "1"
  53763. "[so_purple]weapon_sg556" "1"
  53764. "[am_dragon_glock]weapon_glock" "1"
  53765. "[am_zebra_dark]weapon_usp_silencer" "1"
  53766. "[am_zebra_dark]weapon_m4a1_silencer" "1"
  53767. "[aq_oiled]weapon_ak47" "1"
  53768. "[aa_vertigo]weapon_deagle" "1"
  53769. "[am_lightning_awp]weapon_awp" "1"
  53770. }
  53771. }
  53772. "set_esports"
  53773. {
  53774. "name" "#CSGO_set_esports"
  53775. "set_description" "#CSGO_set_esports_desc"
  53776. "is_collection" "1"
  53777. "items"
  53778. {
  53779. "[sp_zebracam_bw]weapon_m4a1" "1"
  53780. "[hy_icosahedron]weapon_mag7" "1"
  53781. "[hy_doomkitty]weapon_famas" "1"
  53782. "[hy_ddpat_orange]weapon_galilar" "1"
  53783. "[hy_ddpat_orange]weapon_sawedoff" "1"
  53784. "[sp_splash_p250]weapon_p250" "1"
  53785. "[hy_ak47lam]weapon_ak47" "1"
  53786. "[hy_blam_simple]weapon_awp" "1"
  53787. "[cu_catskulls_p90]weapon_p90" "1"
  53788. }
  53789. }
  53790. "set_bravo_i"
  53791. {
  53792. "name" "#CSGO_set_bravo_i"
  53793. "set_description" "#CSGO_set_bravo_i_desc"
  53794. "is_collection" "1"
  53795. "items"
  53796. {
  53797. "[sp_spray_waves_bravo]weapon_sg556" "1"
  53798. "[cu_season_elites_bravo]weapon_elite" "1"
  53799. "[hy_seaside_bravo]weapon_nova" "1"
  53800. "[hy_crumple_bravo]weapon_galilar" "1"
  53801. "[sp_skull_diagram_bravo]weapon_ump45" "1"
  53802. "[hy_bluepolygon_bravo]weapon_g3sg1" "1"
  53803. "[hy_siege_bravo]weapon_usp_silencer" "1"
  53804. "[sp_star_bravo]weapon_m4a1" "1"
  53805. "[aq_etched_mac10_bravo]weapon_mac10" "1"
  53806. "[hy_ocean_bravo]weapon_m4a1_silencer" "1"
  53807. "[cu_dragon_p90_bravo]weapon_p90" "1"
  53808. "[am_ossify_blue_p2000_bravo]weapon_hkp2000" "1"
  53809. "[am_crumple_bravo]weapon_awp" "1"
  53810. "[cu_fireserpent_ak47_bravo]weapon_ak47" "1"
  53811. "[am_scales_bravo]weapon_deagle" "1"
  53812. }
  53813. }
  53814. "set_weapons_ii"
  53815. {
  53816. "name" "#CSGO_set_weapons_ii"
  53817. "set_description" "#CSGO_set_weapons_ii_desc"
  53818. "is_collection" "1"
  53819. "items"
  53820. {
  53821. "[an_titanium30v]weapon_tec9" "1"
  53822. "[hy_redtiger]weapon_m4a1_silencer" "1"
  53823. "[hy_bluehex]weapon_famas" "1"
  53824. "[hy_redhex]weapon_p250" "1"
  53825. "[hy_webs_darker]weapon_scar20" "1"
  53826. "[aq_oiled]weapon_fiveseven" "1"
  53827. "[aa_vertigo]weapon_mp9" "1"
  53828. "[am_crumple]weapon_nova" "1"
  53829. "[am_ossify_red]weapon_elite" "1"
  53830. "[am_slither_p90]weapon_p90" "1"
  53831. "[am_electric_red]weapon_usp_silencer" "1"
  53832. "[cu_shark]weapon_ssg08" "1"
  53833. }
  53834. }
  53835. "set_esports_ii"
  53836. {
  53837. "name" "#CSGO_set_esports_ii"
  53838. "set_description" "#CSGO_set_esports_ii_desc"
  53839. "is_collection" "1"
  53840. "items"
  53841. {
  53842. "[an_titanium30v]weapon_galilar" "1"
  53843. "[hy_flowers]weapon_fiveseven" "1"
  53844. "[hy_water_crest]weapon_bizon" "1"
  53845. "[sp_camo_wood_blue]weapon_nova" "1"
  53846. "[sp_zebracam_blue]weapon_g3sg1" "1"
  53847. "[am_ddpatdense_silver]weapon_p250" "1"
  53848. "[hy_ak47lam_blue]weapon_ak47" "1"
  53849. "[hy_modspots]weapon_p90" "1"
  53850. "[cu_broken_path_famas]weapon_famas" "1"
  53851. "[hy_hive]weapon_awp" "1"
  53852. "[am_ddpatdense_peacock]weapon_deagle" "1"
  53853. "[cu_xray_m4]weapon_m4a1" "1"
  53854. }
  53855. }
  53856. "set_community_1"
  53857. {
  53858. "name" "#CSGO_set_community_1"
  53859. "set_description" "#CSGO_set_community_1_desc"
  53860. "is_collection" "1"
  53861. "items"
  53862. {
  53863. "[cu_sandstorm]weapon_galilar" "1"
  53864. "[hy_kami]weapon_fiveseven" "1"
  53865. "[aq_obsidian]weapon_m249" "1"
  53866. "[am_turqoise_halftone]weapon_bizon" "1"
  53867. "[cu_famas_pulse]weapon_famas" "1"
  53868. "[hy_marina_sunrise]weapon_elite" "1"
  53869. "[am_thorny_rose_mp9]weapon_mp9" "1"
  53870. "[cu_skull_nova]weapon_nova" "1"
  53871. "[cu_m4a1-s_elegant]weapon_m4a1_silencer" "1"
  53872. "[cu_p250_refined]weapon_p250" "1"
  53873. "[cu_awp_cobra]weapon_awp" "1"
  53874. "[cu_m4_asimov]weapon_m4a1" "1"
  53875. "[cu_sawedoff_octopump]weapon_sawedoff" "1"
  53876. }
  53877. }
  53878. "set_weapons_iii"
  53879. {
  53880. "name" "#CSGO_set_weapons_iii"
  53881. "set_description" "#CSGO_set_weapons_iii_desc"
  53882. "is_collection" "1"
  53883. "items"
  53884. {
  53885. "[hy_webs]weapon_cz75a" "1"
  53886. "[hy_poly_camo]weapon_hkp2000" "1"
  53887. "[so_panther]weapon_elite" "1"
  53888. "[aq_usp_stainless]weapon_usp_silencer" "1"
  53889. "[hy_craquelure]weapon_glock" "1"
  53890. "[am_diamond_plate]weapon_cz75a" "1"
  53891. "[am_fluted_tec9]weapon_tec9" "1"
  53892. "[aq_engraved_deagle]weapon_deagle" "1"
  53893. "[am_copper_flecks]weapon_fiveseven" "1"
  53894. "[am_fuschia]weapon_cz75a" "1"
  53895. "[am_p250_beaded_paint]weapon_p250" "1"
  53896. "[aq_etched_cz75]weapon_cz75a" "1"
  53897. }
  53898. }
  53899. "set_community_2"
  53900. {
  53901. "name" "#CSGO_set_community_2"
  53902. "set_description" "#CSGO_set_community_2_desc"
  53903. "is_collection" "1"
  53904. "items"
  53905. {
  53906. "[cu_ump_corporal]weapon_ump45" "1"
  53907. "[sp_negev_turq_terrain]weapon_negev" "1"
  53908. "[cu_tec9_sandstorm]weapon_tec9" "1"
  53909. "[cu_mag7_heaven]weapon_mag7" "1"
  53910. "[cu_mac10_redhot]weapon_mac10" "1"
  53911. "[cu_sg553_pulse]weapon_sg556" "1"
  53912. "[an_famas_sgt]weapon_famas" "1"
  53913. "[cu_usp_elegant]weapon_usp_silencer" "1"
  53914. "[cu_ak47_cobra]weapon_ak47" "1"
  53915. "[cu_p90_trigon]weapon_p90" "1"
  53916. "[cu_nova_antique]weapon_nova" "1"
  53917. "[cu_awp_asimov]weapon_awp" "1"
  53918. "[cu_aug_chameleonaire]weapon_aug" "1"
  53919. }
  53920. }
  53921. "set_community_4"
  53922. {
  53923. "name" "#CSGO_set_community_4"
  53924. "set_description" "#CSGO_set_community_4_desc"
  53925. "is_collection" "1"
  53926. "items"
  53927. {
  53928. "[cu_mp7-commander]weapon_mp7" "1"
  53929. "[cu_negev_titanstorm]weapon_negev" "1"
  53930. "[cu_p2000_ivory]weapon_hkp2000" "1"
  53931. "[aq_leviathan]weapon_ssg08" "1"
  53932. "[hy_lines_orange]weapon_ump45" "1"
  53933. "[cu_bizon-osiris]weapon_bizon" "1"
  53934. "[cu_c75a-tiger]weapon_cz75a" "1"
  53935. "[cu_nova_koi]weapon_nova" "1"
  53936. "[cu_bittersweet]weapon_p250" "1"
  53937. "[cu_deagle_aureus]weapon_deagle" "1"
  53938. "[aq_57_feathers]weapon_fiveseven" "1"
  53939. "[cu_glock-liquescent]weapon_glock" "1"
  53940. "[cu_p90-asiimov]weapon_p90" "1"
  53941. "[cu_m4a1s_cyrex]weapon_m4a1_silencer" "1"
  53942. }
  53943. }
  53944. "set_esports_iii"
  53945. {
  53946. "name" "#CSGO_set_esports_2014_summer"
  53947. "set_description" "#CSGO_set_esports_2014_summer_desc"
  53948. "is_collection" "1"
  53949. "items"
  53950. {
  53951. "[am_zebra_dark]weapon_ssg08" "1"
  53952. "[so_purple]weapon_mac10" "1"
  53953. "[hy_redtiger]weapon_usp_silencer" "1"
  53954. "[hy_bluehex]weapon_cz75a" "1"
  53955. "[cu_bratatat_negev]weapon_negev" "1"
  53956. "[hy_snakeskin_red]weapon_xm1014" "1"
  53957. "[hy_splatter]weapon_bizon" "1"
  53958. "[hy_zombie]weapon_p90" "1"
  53959. "[am_ossify_blue]weapon_mp7" "1"
  53960. "[am_ddpatdense_silver]weapon_glock" "1"
  53961. "[hy_webs_darker]weapon_deagle" "1"
  53962. "[hy_tiger]weapon_aug" "1"
  53963. "[cu_spring_nova]weapon_nova" "1"
  53964. "[cu_favela_awp]weapon_awp" "1"
  53965. "[cu_favela_p2000]weapon_hkp2000" "1"
  53966. "[cu_bullet_rain_m4a1]weapon_m4a1" "1"
  53967. "[cu_panther_ak47]weapon_ak47" "1"
  53968. }
  53969. }
  53970. "set_community_5"
  53971. {
  53972. "name" "#CSGO_set_community_5"
  53973. "set_description" "#CSGO_set_community_5_desc"
  53974. "is_collection" "1"
  53975. "items"
  53976. {
  53977. "[am_g3sg1_murky]weapon_g3sg1" "1"
  53978. "[sp_mag7_firebitten]weapon_mag7" "1"
  53979. "[cu_mp9_chevron]weapon_mp9" "1"
  53980. "[cu_fiveseven_urban_hazard]weapon_fiveseven" "1"
  53981. "[sp_ump45_d-visions]weapon_ump45" "1"
  53982. "[aq_glock_coiled]weapon_glock" "1"
  53983. "[aq_m4a1s_basilisk]weapon_m4a1_silencer" "1"
  53984. "[cu_m4a4_griffin]weapon_m4a1" "1"
  53985. "[aq_sawedoff_blackgold]weapon_sawedoff" "1"
  53986. "[aq_p250_cartel]weapon_p250" "1"
  53987. "[cu_scar20_intervention]weapon_scar20" "1"
  53988. "[cu_xm1014_caritas]weapon_xm1014" "1"
  53989. "[cu_tribute_ak47]weapon_ak47" "1"
  53990. "[cu_p2000_fire_elemental]weapon_hkp2000" "1"
  53991. }
  53992. }
  53993. "set_community_6"
  53994. {
  53995. "name" "#CSGO_set_community_6"
  53996. "set_description" "#CSGO_set_community_6_desc"
  53997. "is_collection" "1"
  53998. "items"
  53999. {
  54000. "[cu_glock_deathtoll]weapon_glock" "1"
  54001. "[cu_m249_sektor]weapon_m249" "1"
  54002. "[cu_mp9_deadly_poison]weapon_mp9" "1"
  54003. "[aq_scar20_leak]weapon_scar20" "1"
  54004. "[aq_xm1014_sigla]weapon_xm1014" "1"
  54005. "[cu_elites_urbanstorm]weapon_elite" "1"
  54006. "[aq_deagle_naga]weapon_deagle" "1"
  54007. "[am_mac10_malachite]weapon_mac10" "1"
  54008. "[cu_sawedoff_deva]weapon_sawedoff" "1"
  54009. "[aq_ak47_cartel]weapon_ak47" "1"
  54010. "[cu_m4a4_ancestral]weapon_m4a1" "1"
  54011. "[cu_p250_mandala]weapon_p250" "1"
  54012. "[am_awp_glory]weapon_awp" "1"
  54013. "[cu_galil_abrasion]weapon_galilar" "1"
  54014. }
  54015. }
  54016. "set_community_7"
  54017. {
  54018. "name" "#CSGO_set_community_7"
  54019. "set_description" "#CSGO_set_community_7_desc"
  54020. "is_collection" "1"
  54021. "items"
  54022. {
  54023. "[cu_ak47_mastery]weapon_ak47" "1"
  54024. "[aq_mp7_ultramodern]weapon_mp7" "1"
  54025. "[am_bronze_sparkle]weapon_deagle" "1"
  54026. "[aq_p250_contour]weapon_p250" "1"
  54027. "[am_negev_glory]weapon_negev" "1"
  54028. "[cu_sawedoff_origami]weapon_sawedoff" "1"
  54029. "[aq_awp_twine]weapon_awp" "1"
  54030. "[cu_mag7_redhot]weapon_mag7" "1"
  54031. "[cu_cz75_precision]weapon_cz75a" "1"
  54032. "[am_ump_racer]weapon_ump45" "1"
  54033. "[cu_fiveseven_banana]weapon_fiveseven" "1"
  54034. "[cu_galil_eco]weapon_galilar" "1"
  54035. "[aq_famas_jinn]weapon_famas" "1"
  54036. "[cu_m4a1_hyper_beast]weapon_m4a1_silencer" "1"
  54037. "[cu_mac10_neonrider]weapon_mac10" "1"
  54038. }
  54039. }
  54040. "set_dust"
  54041. {
  54042. "name" "#CSGO_set_dust"
  54043. "set_description" "#CSGO_set_dust_desc"
  54044. "is_collection" "1"
  54045. "items"
  54046. {
  54047. "[hy_desert]weapon_m4a1" "1"
  54048. "[sp_palm]weapon_scar20" "1"
  54049. "[sp_zebracam]weapon_ak47" "1"
  54050. "[hy_copperhead]weapon_aug" "1"
  54051. "[sp_snake]weapon_awp" "1"
  54052. "[aq_copper]weapon_sawedoff" "1"
  54053. "[aa_flames]weapon_deagle" "1"
  54054. "[am_scorpion_p2000]weapon_hkp2000" "1"
  54055. "[aq_brass]weapon_glock" "1"
  54056. }
  54057. }
  54058. "set_aztec"
  54059. {
  54060. "name" "#CSGO_set_aztec"
  54061. "set_description" "#CSGO_set_aztec_desc"
  54062. "is_collection" "1"
  54063. "items"
  54064. {
  54065. "[sp_leaves]weapon_nova" "1"
  54066. "[sp_short_tape]weapon_ssg08" "1"
  54067. "[so_jungle]weapon_fiveseven" "1"
  54068. "[hy_v_tiger]weapon_m4a1" "1"
  54069. "[sp_spray_jungle]weapon_ak47" "1"
  54070. "[am_ossify]weapon_tec9" "1"
  54071. }
  54072. }
  54073. "set_vertigo"
  54074. {
  54075. "name" "#CSGO_set_vertigo"
  54076. "set_description" "#CSGO_set_vertigo_desc"
  54077. "is_collection" "1"
  54078. "items"
  54079. {
  54080. "[hy_ddpat_urb]weapon_mac10" "1"
  54081. "[sp_tape_dots_urban]weapon_xm1014" "1"
  54082. "[am_carbon_fiber]weapon_bizon" "1"
  54083. "[sp_mesh_glacier]weapon_p90" "1"
  54084. "[hy_ak47lam_bw]weapon_ak47" "1"
  54085. "[so_tangerine]weapon_elite" "1"
  54086. }
  54087. }
  54088. "set_inferno"
  54089. {
  54090. "name" "#CSGO_set_inferno"
  54091. "set_description" "#CSGO_set_inferno_desc"
  54092. "is_collection" "1"
  54093. "items"
  54094. {
  54095. "[so_sand]weapon_mag7" "1"
  54096. "[cu_walnut_nova]weapon_nova" "1"
  54097. "[hy_gelpen]weapon_p250" "1"
  54098. "[so_tornado]weapon_m4a1" "1"
  54099. "[an_navy]weapon_elite" "1"
  54100. "[aq_brass]weapon_tec9" "1"
  54101. }
  54102. }
  54103. "set_militia"
  54104. {
  54105. "name" "#CSGO_set_militia"
  54106. "set_description" "#CSGO_set_militia_desc"
  54107. "is_collection" "1"
  54108. "items"
  54109. {
  54110. "[sp_leaves]weapon_bizon" "1"
  54111. "[so_grassland]weapon_xm1014" "1"
  54112. "[so_tornado]weapon_mac10" "1"
  54113. "[sp_leaves_grassland]weapon_hkp2000" "1"
  54114. "[hy_hunter_modern]weapon_bizon" "1"
  54115. "[hy_hunter_modern]weapon_nova" "1"
  54116. "[hy_hunter_modern]weapon_p250" "1"
  54117. "[hy_hunter_blaze_orange]weapon_nova" "1"
  54118. "[hy_hunter_blaze_orange]weapon_xm1014" "1"
  54119. "[hy_hunter_modern]weapon_m4a1" "1"
  54120. "[hy_hunter_blaze_pink]weapon_scar20" "1"
  54121. }
  54122. }
  54123. "set_nuke"
  54124. {
  54125. "name" "#CSGO_set_nuke"
  54126. "set_description" "#CSGO_set_nuke_desc"
  54127. "is_collection" "1"
  54128. "items"
  54129. {
  54130. "[sp_nukestripe_brown]weapon_bizon" "1"
  54131. "[sp_nukestripe_brown]weapon_mag7" "1"
  54132. "[sp_nukestripe_brown]weapon_sawedoff" "1"
  54133. "[sp_nukestripe_maroon]weapon_p90" "1"
  54134. "[sp_nukestripe_maroon]weapon_ump45" "1"
  54135. "[sp_nukestripe_maroon]weapon_xm1014" "1"
  54136. "[sp_nukestripe_orange]weapon_m4a1" "1"
  54137. "[sp_nukestripe_green]weapon_p250" "1"
  54138. "[sp_nukestripe_green_tec9]weapon_tec9" "1"
  54139. }
  54140. }
  54141. "set_office"
  54142. {
  54143. "name" "#CSGO_set_office"
  54144. "set_description" "#CSGO_set_office_desc"
  54145. "is_collection" "1"
  54146. "items"
  54147. {
  54148. "[sp_spray]weapon_famas" "1"
  54149. "[hy_arctic]weapon_g3sg1" "1"
  54150. "[hy_blizzard]weapon_m249" "1"
  54151. "[hy_forest_winter]weapon_galilar" "1"
  54152. "[an_silver]weapon_hkp2000" "1"
  54153. "[so_whiteout]weapon_mp7" "1"
  54154. }
  54155. }
  54156. "set_assault"
  54157. {
  54158. "name" "#CSGO_set_assault"
  54159. "set_description" "#CSGO_set_assault_desc"
  54160. "is_collection" "1"
  54161. "items"
  54162. {
  54163. "[so_caramel]weapon_ump45" "1"
  54164. "[so_tornado]weapon_sg556" "1"
  54165. "[so_red]weapon_fiveseven" "1"
  54166. "[an_navy]weapon_negev" "1"
  54167. "[an_red]weapon_aug" "1"
  54168. "[aa_fade]weapon_glock" "1"
  54169. "[so_yellow]weapon_mp9" "1"
  54170. }
  54171. }
  54172. "set_bravo_ii"
  54173. {
  54174. "name" "#CSGO_set_bravo_ii"
  54175. "set_description" "#CSGO_set_bravo_ii_desc"
  54176. "is_collection" "1"
  54177. "items"
  54178. {
  54179. "[sp_tape_dots_bravo]weapon_mp9" "1"
  54180. "[hy_ddpat_jungle_bravo]weapon_m249" "1"
  54181. "[so_jungle_bravo]weapon_xm1014" "1"
  54182. "[so_tornado_bravo]weapon_tec9" "1"
  54183. "[so_olive_bravo]weapon_mp7" "1"
  54184. "[an_gunmetal_bravo]weapon_fiveseven" "1"
  54185. "[hy_mayan_dreams_bravo]weapon_ssg08" "1"
  54186. "[sp_palm_bravo]weapon_negev" "1"
  54187. "[hy_ali_tile_bravo]weapon_sawedoff" "1"
  54188. "[hy_crumple_dark_bravo]weapon_p250" "1"
  54189. "[so_sand_bravo]weapon_glock" "1"
  54190. "[an_navy_bravo]weapon_aug" "1"
  54191. "[sp_hazard_bravo]weapon_mag7" "1"
  54192. "[aq_steel_bravo]weapon_bizon" "1"
  54193. "[sp_spitfire_famas_bravo]weapon_famas" "1"
  54194. "[an_emerald_bravo]weapon_scar20" "1"
  54195. }
  54196. }
  54197. "set_dust_2"
  54198. {
  54199. "name" "#CSGO_set_dust_2"
  54200. "set_description" "#CSGO_set_dust_2_desc"
  54201. "is_collection" "1"
  54202. "items"
  54203. {
  54204. "[hy_desert]weapon_g3sg1" "1"
  54205. "[so_sand]weapon_p250" "1"
  54206. "[sp_mesh_sand]weapon_scar20" "1"
  54207. "[sp_spray_sand]weapon_p90" "1"
  54208. "[sp_tape_short_sand]weapon_mp9" "1"
  54209. "[sp_zebracam]weapon_nova" "1"
  54210. "[sp_snake]weapon_sawedoff" "1"
  54211. "[sp_mesh_tan]weapon_ak47" "1"
  54212. "[sp_tape_orange]weapon_fiveseven" "1"
  54213. "[sp_palm]weapon_mac10" "1"
  54214. "[hy_varicamo]weapon_tec9" "1"
  54215. "[aq_brass]weapon_bizon" "1"
  54216. "[hy_varicamo]weapon_m4a1_silencer" "1"
  54217. "[aq_damascus_sg553]weapon_sg556" "1"
  54218. "[aa_fade_metallic]weapon_hkp2000" "1"
  54219. "[aa_fade_metallic_revolver]weapon_revolver" "1"
  54220. }
  54221. }
  54222. "set_train"
  54223. {
  54224. "name" "#CSGO_set_train"
  54225. "set_description" "#CSGO_set_train_desc"
  54226. "is_collection" "1"
  54227. "items"
  54228. {
  54229. "[hy_ddpat_urb]weapon_ump45" "1"
  54230. "[so_space_marine]weapon_elite" "1"
  54231. "[hy_arctic_contrast]weapon_g3sg1" "1"
  54232. "[hy_forest_night]weapon_fiveseven" "1"
  54233. "[sp_mesh_arctic_contrast]weapon_nova" "1"
  54234. "[sp_tape_short_urban]weapon_bizon" "1"
  54235. "[so_red]weapon_mac10" "1"
  54236. "[hy_ddpat_urb]weapon_m4a1" "1"
  54237. "[am_urban]weapon_mag7" "1"
  54238. "[am_urban]weapon_p250" "1"
  54239. "[am_carbon_fiber]weapon_scar20" "1"
  54240. "[sp_twigs]weapon_p90" "1"
  54241. "[hy_varicamo_urban]weapon_deagle" "1"
  54242. "[aa_fade_metallic]weapon_sawedoff" "1"
  54243. "[am_crystallized]weapon_tec9" "1"
  54244. }
  54245. }
  54246. "set_mirage"
  54247. {
  54248. "name" "#CSGO_set_mirage"
  54249. "set_description" "#CSGO_set_mirage_desc"
  54250. "is_collection" "1"
  54251. "items"
  54252. {
  54253. "[sp_tape]weapon_p250" "1"
  54254. "[so_pmc]weapon_fiveseven" "1"
  54255. "[so_space_marine]weapon_aug" "1"
  54256. "[sp_mesh_tan]weapon_g3sg1" "1"
  54257. "[sp_dapple]weapon_p90" "1"
  54258. "[sp_mesh_slashes]weapon_galilar" "1"
  54259. "[so_olive]weapon_glock" "1"
  54260. "[sp_tape_orange]weapon_mp7" "1"
  54261. "[sp_palm_shadow]weapon_ssg08" "1"
  54262. "[hy_varicamo_desert]weapon_negev" "1"
  54263. "[sp_mesh_python]weapon_sg556" "1"
  54264. "[an_red]weapon_mp9" "1"
  54265. "[aa_flames]weapon_ump45" "1"
  54266. "[aa_fade_metallic]weapon_mac10" "1"
  54267. "[so_yellow]weapon_mag7" "1"
  54268. }
  54269. }
  54270. "set_italy"
  54271. {
  54272. "name" "#CSGO_set_italy"
  54273. "set_description" "#CSGO_set_italy_desc"
  54274. "is_collection" "1"
  54275. "items"
  54276. {
  54277. "[so_olive]weapon_tec9" "1"
  54278. "[so_pmc]weapon_aug" "1"
  54279. "[so_space_marine]weapon_famas" "1"
  54280. "[so_sand]weapon_nova" "1"
  54281. "[sp_tape_short_sand]weapon_bizon" "1"
  54282. "[so_red]weapon_nova" "1"
  54283. "[hy_gelpen]weapon_ump45" "1"
  54284. "[hy_granite]weapon_hkp2000" "1"
  54285. "[aq_forced]weapon_elite" "1"
  54286. "[hy_forest_boreal]weapon_m4a1_silencer" "1"
  54287. "[hy_varicamo_desert]weapon_xm1014" "1"
  54288. "[so_red]weapon_glock" "1"
  54289. "[an_navy]weapon_mp7" "1"
  54290. "[hy_varicamo_red]weapon_sawedoff" "1"
  54291. "[hy_snakeskin]weapon_awp" "1"
  54292. }
  54293. }
  54294. "set_lake"
  54295. {
  54296. "name" "#CSGO_set_lake"
  54297. "set_description" "#CSGO_set_lake_desc"
  54298. "is_collection" "1"
  54299. "items"
  54300. {
  54301. "[hy_forest_boreal]weapon_p250" "1"
  54302. "[so_moss]weapon_xm1014" "1"
  54303. "[so_stormfront]weapon_aug" "1"
  54304. "[sp_spray_desert_sage]weapon_galilar" "1"
  54305. "[sp_tape_dots_waves]weapon_sg556" "1"
  54306. "[sp_tape_short_jungle]weapon_g3sg1" "1"
  54307. "[aq_blued]weapon_xm1014" "1"
  54308. "[sp_mesh_tan]weapon_awp" "1"
  54309. "[hy_mottled_sand]weapon_deagle" "1"
  54310. "[hy_reef]weapon_famas" "1"
  54311. "[hy_varicamo_night]weapon_bizon" "1"
  54312. "[an_navy]weapon_sg556" "1"
  54313. "[hy_varicamo_night]weapon_usp_silencer" "1"
  54314. "[sp_mesh_hot_and_cold]weapon_p90" "1"
  54315. "[am_crystallized_blue]weapon_elite" "1"
  54316. }
  54317. }
  54318. "set_safehouse"
  54319. {
  54320. "name" "#CSGO_set_safehouse"
  54321. "set_description" "#CSGO_set_safehouse_desc"
  54322. "is_collection" "1"
  54323. "items"
  54324. {
  54325. "[so_pmc]weapon_elite" "1"
  54326. "[so_pmc]weapon_scar20" "1"
  54327. "[so_moss]weapon_ssg08" "1"
  54328. "[sp_mesh_army]weapon_tec9" "1"
  54329. "[sp_spray_army]weapon_mp7" "1"
  54330. "[sp_leaves]weapon_usp_silencer" "1"
  54331. "[sp_mesh_forest_fire]weapon_aug" "1"
  54332. "[sp_tape_orange]weapon_mp9" "1"
  54333. "[hy_varicamo]weapon_g3sg1" "1"
  54334. "[hy_varicamo]weapon_galilar" "1"
  54335. "[sp_mesh_python]weapon_m249" "1"
  54336. "[sp_mesh_hot_and_cold]weapon_famas" "1"
  54337. "[am_crystallized_silver]weapon_fiveseven" "1"
  54338. "[aa_fade_grassland]weapon_ssg08" "1"
  54339. "[so_orange_accents]weapon_m4a1_silencer" "1"
  54340. }
  54341. }
  54342. "set_bank"
  54343. {
  54344. "name" "#CSGO_set_bank"
  54345. "set_description" "#CSGO_set_bank_desc"
  54346. "is_collection" "1"
  54347. "items"
  54348. {
  54349. "[hy_ddpat]weapon_mp7" "1"
  54350. "[hy_ddpat]weapon_sawedoff" "1"
  54351. "[hy_ddpat_urb]weapon_tec9" "1"
  54352. "[sp_tape]weapon_revolver" "1"
  54353. "[am_army_shine]weapon_negev" "1"
  54354. "[am_army_shine]weapon_sg556" "1"
  54355. "[an_silver]weapon_mac10" "1"
  54356. "[am_carbon_fiber]weapon_ump45" "1"
  54357. "[hy_nerodia]weapon_glock" "1"
  54358. "[so_green]weapon_g3sg1" "1"
  54359. "[am_oval_hex]weapon_nova" "1"
  54360. "[am_crystallized_dark]weapon_deagle" "1"
  54361. "[so_orca]weapon_galilar" "1"
  54362. "[so_orca]weapon_cz75a" "1"
  54363. "[cu_pinstripe_ak47]weapon_ak47" "1"
  54364. "[cu_money]weapon_p250" "1"
  54365. }
  54366. }
  54367. "set_overpass"
  54368. {
  54369. "name" "#CSGO_set_overpass"
  54370. "set_description" "#CSGO_set_overpass_desc"
  54371. "is_collection" "1"
  54372. "items"
  54373. {
  54374. "[sp_spray]weapon_m249" "1"
  54375. "[so_stormfront]weapon_mag7" "1"
  54376. "[so_stormfront]weapon_mp9" "1"
  54377. "[sp_spray_desert_sage]weapon_sawedoff" "1"
  54378. "[sp_dapple]weapon_ump45" "1"
  54379. "[hy_gelpen]weapon_mp7" "1"
  54380. "[hy_ddpat_urb]weapon_deagle" "1"
  54381. "[so_night]weapon_glock" "1"
  54382. "[so_grassland]weapon_hkp2000" "1"
  54383. "[hy_varicamo_blue]weapon_xm1014" "1"
  54384. "[hy_ssg08_marker]weapon_ssg08" "1"
  54385. "[so_orange_accents2]weapon_cz75a" "1"
  54386. "[hy_ddpat_pink]weapon_awp" "1"
  54387. "[cu_usp_sandpapered]weapon_usp_silencer" "1"
  54388. "[cu_m4a1-s_silence]weapon_m4a1_silencer" "1"
  54389. }
  54390. }
  54391. "set_cobblestone"
  54392. {
  54393. "name" "#CSGO_set_cobblestone"
  54394. "set_description" "#CSGO_set_cobblestone_desc"
  54395. "is_collection" "1"
  54396. "items"
  54397. {
  54398. "[so_stormfront]weapon_p90" "1"
  54399. "[so_stormfront]weapon_scar20" "1"
  54400. "[hy_vines]weapon_elite" "1"
  54401. "[so_indigo_and_grey]weapon_mac10" "1"
  54402. "[so_indigo_and_grey]weapon_ump45" "1"
  54403. "[an_silver]weapon_mag7" "1"
  54404. "[so_green]weapon_nova" "1"
  54405. "[aq_steel]weapon_sawedoff" "1"
  54406. "[hy_indigo_usp]weapon_usp_silencer" "1"
  54407. "[am_chainmail]weapon_hkp2000" "1"
  54408. "[am_metal_inlay]weapon_mp9" "1"
  54409. "[am_royal]weapon_cz75a" "1"
  54410. "[aq_handcannon]weapon_deagle" "1"
  54411. "[am_metals]weapon_m4a1_silencer" "1"
  54412. "[cu_medieval_dragon_awp]weapon_awp" "1"
  54413. }
  54414. }
  54415. "set_baggage"
  54416. {
  54417. "name" "#CSGO_set_baggage"
  54418. "set_description" "#CSGO_set_baggage_desc"
  54419. "is_collection" "1"
  54420. "items"
  54421. {
  54422. "[so_pmc]weapon_g3sg1" "1"
  54423. "[so_sand]weapon_ssg08" "1"
  54424. "[hy_plaid1]weapon_mp7" "1"
  54425. "[hy_plaid2]weapon_mp9" "1"
  54426. "[hy_plaid2]weapon_cz75a" "1"
  54427. "[cu_brown_leather_p90]weapon_p90" "1"
  54428. "[cu_luggage_mac10]weapon_mac10" "1"
  54429. "[cu_luggage_p2000]weapon_hkp2000" "1"
  54430. "[cu_luggage_sg553]weapon_sg556" "1"
  54431. "[cu_green_leather_sawedoff]weapon_sawedoff" "1"
  54432. "[cu_leather_xm1014]weapon_xm1014" "1"
  54433. "[cu_luggage_usp-s]weapon_usp_silencer" "1"
  54434. "[cu_green_leather_ak47]weapon_ak47" "1"
  54435. "[aq_pilot_deagle]weapon_deagle" "1"
  54436. "[cu_well_traveled_ak47]weapon_ak47" "1"
  54437. }
  54438. }
  54439. "set_cache"
  54440. {
  54441. "name" "#CSGO_set_cache"
  54442. "set_description" "#CSGO_set_cache_desc"
  54443. "is_collection" "1"
  54444. "items"
  54445. {
  54446. "[sp_nuclear_pattern3_negev]weapon_negev" "1"
  54447. "[hy_nuclear_skulls4_p250]weapon_p250" "1"
  54448. "[sp_nukestripe_orange_aug]weapon_aug" "1"
  54449. "[so_grey_nuclear_green_bizon]weapon_bizon" "1"
  54450. "[so_grey_nuclear_orange_five_seven]weapon_fiveseven" "1"
  54451. "[sp_nukestripe_maroon_sg553]weapon_sg556" "1"
  54452. "[am_nuclear_pattern1_glock]weapon_glock" "1"
  54453. "[hy_nuclear_pattern2_mp9]weapon_mp9" "1"
  54454. "[am_nuclear_skulls1_xm1014]weapon_xm1014" "1"
  54455. "[am_nuclear_skulls3_mac10]weapon_mac10" "1"
  54456. "[hy_nuclear_skulls5_tec9]weapon_tec9" "1"
  54457. "[am_nuclear_skulls2_famas]weapon_famas" "1"
  54458. "[cu_cerbrus_galil]weapon_galilar" "1"
  54459. }
  54460. }
  54461. "set_gods_and_monsters"
  54462. {
  54463. "name" "#CSGO_set_gods_and_monsters"
  54464. "set_description" "#CSGO_set_gods_and_monsters_desc"
  54465. "is_collection" "1"
  54466. "items"
  54467. {
  54468. "[sp_labyrinth]weapon_mp7" "1"
  54469. "[sp_labyrinth3]weapon_aug" "1"
  54470. "[hy_zodiac1]weapon_elite" "1"
  54471. "[hy_zodiac1]weapon_nova" "1"
  54472. "[hy_hades]weapon_tec9" "1"
  54473. "[sp_labyrinth2]weapon_hkp2000" "1"
  54474. "[hy_zodiac2]weapon_awp" "1"
  54475. "[hy_zodiac3]weapon_m249" "1"
  54476. "[cu_labyrinth]weapon_ump45" "1"
  54477. "[aa_pandora]weapon_mp9" "1"
  54478. "[cu_chronos_g3sg1]weapon_g3sg1" "1"
  54479. "[hy_icarus]weapon_m4a1_silencer" "1"
  54480. "[cu_poseidon]weapon_m4a1" "1"
  54481. "[cu_medusa_awp]weapon_awp" "1"
  54482. }
  54483. }
  54484. "set_chopshop"
  54485. {
  54486. "name" "#CSGO_set_chopshop"
  54487. "set_description" "#CSGO_set_chopshop_desc"
  54488. "is_collection" "1"
  54489. "items"
  54490. {
  54491. "[am_army_shine]weapon_scar20" "1"
  54492. "[am_army_shine]weapon_cz75a" "1"
  54493. "[so_keycolors]weapon_m249" "1"
  54494. "[so_aqua]weapon_mag7" "1"
  54495. "[so_night]weapon_deagle" "1"
  54496. "[hy_varicamo_urban]weapon_galilar" "1"
  54497. "[so_khaki_green]weapon_usp_silencer" "1"
  54498. "[aa_fade]weapon_mac10" "1"
  54499. "[so_whiteout]weapon_p250" "1"
  54500. "[hy_varicamo_red]weapon_mp7" "1"
  54501. "[so_orange_accents]weapon_fiveseven" "1"
  54502. "[an_emerald]weapon_cz75a" "1"
  54503. "[so_yellow]weapon_sg556" "1"
  54504. "[gs_mother_of_pearl_elite]weapon_elite" "1"
  54505. "[am_aqua_flecks]weapon_glock" "1"
  54506. "[an_red_m4a1s]weapon_m4a1_silencer" "1"
  54507. }
  54508. }
  54509. "set_kimono"
  54510. {
  54511. "name" "#CSGO_set_kimono"
  54512. "set_description" "#CSGO_set_kimono_desc"
  54513. "is_collection" "1"
  54514. "items"
  54515. {
  54516. "[hy_bamboo_jungle_ink]weapon_bizon" "1"
  54517. "[hy_bamboo_jungle_black]weapon_sawedoff" "1"
  54518. "[hy_bamboo_jungle]weapon_tec9" "1"
  54519. "[hy_kimono_diamonds_orange]weapon_g3sg1" "1"
  54520. "[sp_kimono_diamonds]weapon_p250" "1"
  54521. "[hy_kimono_diamonds_red]weapon_p250" "1"
  54522. "[am_seastorm]weapon_deagle" "1"
  54523. "[am_geometric_steps]weapon_galilar" "1"
  54524. "[hy_geometric_steps_green]weapon_mag7" "1"
  54525. "[hy_geometric_steps_yellow]weapon_tec9" "1"
  54526. "[hy_kimono_diamonds]weapon_fiveseven" "1"
  54527. "[am_seastorm_blood]weapon_deagle" "1"
  54528. "[am_seastorm_shojo]weapon_deagle" "1"
  54529. "[am_kimono_sunrise]weapon_m4a1" "1"
  54530. "[am_bamboo_jungle]weapon_ak47" "1"
  54531. "[cu_anime_aug]weapon_aug" "1"
  54532. }
  54533. }
  54534. "set_community_8"
  54535. {
  54536. "name" "#CSGO_set_community_8"
  54537. "set_description" "#CSGO_set_community_8_desc"
  54538. "is_collection" "1"
  54539. "items"
  54540. {
  54541. "[cu_galilar_particles]weapon_galilar" "1"
  54542. "[aq_glock18_flames_blue]weapon_glock" "1"
  54543. "[cu_nova_ranger]weapon_nova" "1"
  54544. "[cu_p90_mastery]weapon_p90" "1"
  54545. "[cu_ump45_uproar]weapon_ump45" "1"
  54546. "[cu_usp_progressiv]weapon_usp_silencer" "1"
  54547. "[am_famas_dots]weapon_famas" "1"
  54548. "[cu_m4a4_evil_daimyo]weapon_m4a1" "1"
  54549. "[am_mp9_nitrogen]weapon_mp9" "1"
  54550. "[cu_negev_annihilator]weapon_negev" "1"
  54551. "[aq_p2000_boom]weapon_hkp2000" "1"
  54552. "[cu_cz75a_chastizer]weapon_cz75a" "1"
  54553. "[cu_mp7_nemsis]weapon_mp7" "1"
  54554. "[cu_sg553_cyrex]weapon_sg556" "1"
  54555. "[cu_ak47_courage_alt]weapon_ak47" "1"
  54556. "[cu_awp_hyper_beast]weapon_awp" "1"
  54557. }
  54558. }
  54559. "set_community_9"
  54560. {
  54561. "name" "#CSGO_set_community_9"
  54562. "set_description" "#CSGO_set_community_9_desc"
  54563. "is_collection" "1"
  54564. "items"
  54565. {
  54566. "[cu_dualberretta_dragons]weapon_elite" "1"
  54567. "[cu_famas_lenta]weapon_famas" "1"
  54568. "[gs_glock18_wrathys]weapon_glock" "1"
  54569. "[cu_mac10_alekhya_duo]weapon_mac10" "1"
  54570. "[cu_mag7_myrcene]weapon_mag7" "1"
  54571. "[gs_scar20_peacemaker03]weapon_scar20" "1"
  54572. "[aq_xm1014_scumbria]weapon_xm1014" "1"
  54573. "[gs_galil_nightwing]weapon_galilar" "1"
  54574. "[gs_m249_nebula_crusader]weapon_m249" "1"
  54575. "[cu_mp7_classified]weapon_mp7" "1"
  54576. "[hy_p250_crackshot]weapon_p250" "1"
  54577. "[cu_ak47_winter_sport]weapon_ak47" "1"
  54578. "[gs_g3sg1_flux_purple]weapon_g3sg1" "1"
  54579. "[cu_ssg08_technicality]weapon_ssg08" "1"
  54580. "[gs_m4a1s_snakebite_gold]weapon_m4a1_silencer" "1"
  54581. "[cu_usp_kill_confirmed]weapon_usp_silencer" "1"
  54582. }
  54583. }
  54584. "set_community_10"
  54585. {
  54586. "name" "#CSGO_set_community_10"
  54587. "set_description" "#CSGO_set_community_10_desc"
  54588. "is_collection" "1"
  54589. "items"
  54590. {
  54591. "[hy_webs]weapon_revolver" "1"
  54592. "[am_aug_jumble]weapon_aug" "1"
  54593. "[aq_deagle_corinthian]weapon_deagle" "1"
  54594. "[am_p2000_imperial_red]weapon_hkp2000" "1"
  54595. "[gs_sawedoff_necromancer]weapon_sawedoff" "1"
  54596. "[hy_scar20_jungler]weapon_scar20" "1"
  54597. "[cu_bizon_noxious]weapon_bizon" "1"
  54598. "[cu_fiveseven_retrobution]weapon_fiveseven" "1"
  54599. "[cu_negev_impact]weapon_negev" "1"
  54600. "[gs_sg553_tiger_moth]weapon_sg556" "1"
  54601. "[cu_tec9_avalanche]weapon_tec9" "1"
  54602. "[aq_xm1014_hot_rod]weapon_xm1014" "1"
  54603. "[cu_ak47_point_disarray]weapon_ak47" "1"
  54604. "[cu_g3sg1_executioner]weapon_g3sg1" "1"
  54605. "[cu_p90_shapewood]weapon_p90" "1"
  54606. "[gs_m4a4_royal_squire]weapon_m4a1" "1"
  54607. "[aa_fade_revolver]weapon_revolver" "1"
  54608. }
  54609. }
  54610. "set_community_11"
  54611. {
  54612. "name" "#CSGO_set_community_11"
  54613. "set_description" "#CSGO_set_community_11_desc"
  54614. "is_collection" "1"
  54615. "items"
  54616. {
  54617. "[cu_bizon_citizen]weapon_bizon" "1"
  54618. "[aq_dualberettas_cartel]weapon_elite" "1"
  54619. "[am_mac10_electricity]weapon_mac10" "1"
  54620. "[cu_ssg08_necropos]weapon_ssg08" "1"
  54621. "[gs_tec9_jambiya]weapon_tec9" "1"
  54622. "[gs_usp_voltage]weapon_usp_silencer" "1"
  54623. "[aq_famas_contour]weapon_famas" "1"
  54624. "[cu_fiveseven_augmented]weapon_fiveseven" "1"
  54625. "[gs_glock18_award]weapon_glock" "1"
  54626. "[gs_mag7_praetorian]weapon_mag7" "1"
  54627. "[sp_mp7_impire]weapon_mp7" "1"
  54628. "[cu_awp_mastery]weapon_awp" "1"
  54629. "[aq_deserteagle_kumichodragon]weapon_deagle" "1"
  54630. "[cu_nova_hyperbeast]weapon_nova" "1"
  54631. "[gs_ak47_supercharged]weapon_ak47" "1"
  54632. "[gs_m4a4_pioneer]weapon_m4a1" "1"
  54633. }
  54634. }
  54635. }
  54636. "sticker_kits"
  54637. {
  54638. "1697"
  54639. {
  54640. "name" "spray_std_axes_crossed"
  54641. "item_name" "#SprayKit_std_axes_crossed"
  54642. "description_string" "#SprayKit_desc_std_axes_crossed"
  54643. "sticker_material" "default/axes_crossed"
  54644. "item_rarity" "common"
  54645. }
  54646. "1698"
  54647. {
  54648. "name" "spray_std_bubble_dead"
  54649. "item_name" "#SprayKit_std_bubble_dead"
  54650. "description_string" "#SprayKit_desc_std_bubble_dead"
  54651. "sticker_material" "default/bubble_dead"
  54652. "item_rarity" "common"
  54653. }
  54654. "1699"
  54655. {
  54656. "name" "spray_std_chess_king"
  54657. "item_name" "#SprayKit_std_chess_king"
  54658. "description_string" "#SprayKit_desc_std_chess_king"
  54659. "sticker_material" "default/chess_king"
  54660. "item_rarity" "common"
  54661. }
  54662. "1700"
  54663. {
  54664. "name" "spray_std_crown"
  54665. "item_name" "#SprayKit_std_crown"
  54666. "description_string" "#SprayKit_desc_std_crown"
  54667. "sticker_material" "default/crown"
  54668. "item_rarity" "common"
  54669. }
  54670. "1701"
  54671. {
  54672. "name" "spray_std_dollar"
  54673. "item_name" "#SprayKit_std_dollar"
  54674. "description_string" "#SprayKit_desc_std_dollar"
  54675. "sticker_material" "default/dollar"
  54676. "item_rarity" "common"
  54677. }
  54678. "1702"
  54679. {
  54680. "name" "spray_std_double_kill"
  54681. "item_name" "#SprayKit_std_double_kill"
  54682. "description_string" "#SprayKit_desc_std_double_kill"
  54683. "sticker_material" "default/double_kill"
  54684. "item_rarity" "common"
  54685. }
  54686. "1703"
  54687. {
  54688. "name" "spray_std_eco_pistol"
  54689. "item_name" "#SprayKit_std_eco_pistol"
  54690. "description_string" "#SprayKit_desc_std_eco_pistol"
  54691. "sticker_material" "default/eco_pistol"
  54692. "item_rarity" "common"
  54693. }
  54694. "1704"
  54695. {
  54696. "name" "spray_std_emo_angry"
  54697. "item_name" "#SprayKit_std_emo_angry"
  54698. "description_string" "#SprayKit_desc_std_emo_angry"
  54699. "sticker_material" "default/emo_angry"
  54700. "item_rarity" "common"
  54701. }
  54702. "1705"
  54703. {
  54704. "name" "spray_std_emo_brainless"
  54705. "item_name" "#SprayKit_std_emo_brainless"
  54706. "description_string" "#SprayKit_desc_std_emo_brainless"
  54707. "sticker_material" "default/emo_brainless"
  54708. "item_rarity" "common"
  54709. }
  54710. "1706"
  54711. {
  54712. "name" "spray_std_emo_despair"
  54713. "item_name" "#SprayKit_std_emo_despair"
  54714. "description_string" "#SprayKit_desc_std_emo_despair"
  54715. "sticker_material" "default/emo_despair"
  54716. "item_rarity" "common"
  54717. }
  54718. "1707"
  54719. {
  54720. "name" "spray_std_emo_happy"
  54721. "item_name" "#SprayKit_std_emo_happy"
  54722. "description_string" "#SprayKit_desc_std_emo_happy"
  54723. "sticker_material" "default/emo_happy"
  54724. "item_rarity" "common"
  54725. }
  54726. "1708"
  54727. {
  54728. "name" "spray_std_emo_ninja"
  54729. "item_name" "#SprayKit_std_emo_ninja"
  54730. "description_string" "#SprayKit_desc_std_emo_ninja"
  54731. "sticker_material" "default/emo_ninja"
  54732. "item_rarity" "common"
  54733. }
  54734. "1709"
  54735. {
  54736. "name" "spray_std_emo_worry"
  54737. "item_name" "#SprayKit_std_emo_worry"
  54738. "description_string" "#SprayKit_desc_std_emo_worry"
  54739. "sticker_material" "default/emo_worry"
  54740. "item_rarity" "common"
  54741. }
  54742. "1710"
  54743. {
  54744. "name" "spray_std_evil_eye"
  54745. "item_name" "#SprayKit_std_evil_eye"
  54746. "description_string" "#SprayKit_desc_std_evil_eye"
  54747. "sticker_material" "default/evil_eye"
  54748. "item_rarity" "common"
  54749. }
  54750. "1711"
  54751. {
  54752. "name" "spray_std_eyeball"
  54753. "item_name" "#SprayKit_std_eyeball"
  54754. "description_string" "#SprayKit_desc_std_eyeball"
  54755. "sticker_material" "default/eyeball"
  54756. "item_rarity" "common"
  54757. }
  54758. "1712"
  54759. {
  54760. "name" "spray_std_gg_01"
  54761. "item_name" "#SprayKit_std_gg_01"
  54762. "description_string" "#SprayKit_desc_std_gg_01"
  54763. "sticker_material" "default/gg_01"
  54764. "item_rarity" "common"
  54765. }
  54766. "1713"
  54767. {
  54768. "name" "spray_std_gg_02"
  54769. "item_name" "#SprayKit_std_gg_02"
  54770. "description_string" "#SprayKit_desc_std_gg_02"
  54771. "sticker_material" "default/gg_02"
  54772. "item_rarity" "common"
  54773. }
  54774. "1714"
  54775. {
  54776. "name" "spray_std_glhf"
  54777. "item_name" "#SprayKit_std_glhf"
  54778. "description_string" "#SprayKit_desc_std_glhf"
  54779. "sticker_material" "default/glhf"
  54780. "item_rarity" "common"
  54781. }
  54782. "1715"
  54783. {
  54784. "name" "spray_std_gunsmoke"
  54785. "item_name" "#SprayKit_std_gunsmoke"
  54786. "description_string" "#SprayKit_desc_std_gunsmoke"
  54787. "sticker_material" "default/gunsmoke"
  54788. "item_rarity" "common"
  54789. }
  54790. "1716"
  54791. {
  54792. "name" "spray_std_hand_butterfly"
  54793. "item_name" "#SprayKit_std_hand_butterfly"
  54794. "description_string" "#SprayKit_desc_std_hand_butterfly"
  54795. "sticker_material" "default/hand_butterfly"
  54796. "item_rarity" "common"
  54797. }
  54798. "1717"
  54799. {
  54800. "name" "spray_std_hand_loser"
  54801. "item_name" "#SprayKit_std_hand_loser"
  54802. "description_string" "#SprayKit_desc_std_hand_loser"
  54803. "sticker_material" "default/hand_loser"
  54804. "item_rarity" "common"
  54805. }
  54806. "1718"
  54807. {
  54808. "name" "spray_std_hat_sherif"
  54809. "item_name" "#SprayKit_std_hat_sherif"
  54810. "description_string" "#SprayKit_desc_std_hat_sherif"
  54811. "sticker_material" "default/hat_sherif"
  54812. "item_rarity" "common"
  54813. }
  54814. "1719"
  54815. {
  54816. "name" "spray_std_headstone_rip"
  54817. "item_name" "#SprayKit_std_headstone_rip"
  54818. "description_string" "#SprayKit_desc_std_headstone_rip"
  54819. "sticker_material" "default/headstone_rip"
  54820. "item_rarity" "common"
  54821. }
  54822. "1720"
  54823. {
  54824. "name" "spray_std_heart"
  54825. "item_name" "#SprayKit_std_heart"
  54826. "description_string" "#SprayKit_desc_std_heart"
  54827. "sticker_material" "default/heart"
  54828. "item_rarity" "common"
  54829. }
  54830. "1721"
  54831. {
  54832. "name" "spray_std_hl_eightball"
  54833. "item_name" "#SprayKit_std_hl_eightball"
  54834. "description_string" "#SprayKit_desc_std_hl_eightball"
  54835. "sticker_material" "default/hl_eightball"
  54836. "item_rarity" "common"
  54837. }
  54838. "1722"
  54839. {
  54840. "name" "spray_std_hl_lambda"
  54841. "item_name" "#SprayKit_std_hl_lambda"
  54842. "description_string" "#SprayKit_desc_std_hl_lambda"
  54843. "sticker_material" "default/hl_lambda"
  54844. "item_rarity" "common"
  54845. }
  54846. "1723"
  54847. {
  54848. "name" "spray_std_hl_smiley"
  54849. "item_name" "#SprayKit_std_hl_smiley"
  54850. "description_string" "#SprayKit_desc_std_hl_smiley"
  54851. "sticker_material" "default/hl_smiley"
  54852. "item_rarity" "common"
  54853. }
  54854. "1724"
  54855. {
  54856. "name" "spray_std_jump_shot"
  54857. "item_name" "#SprayKit_std_jump_shot"
  54858. "description_string" "#SprayKit_desc_std_jump_shot"
  54859. "sticker_material" "default/jump_shot"
  54860. "item_rarity" "common"
  54861. }
  54862. "1725"
  54863. {
  54864. "name" "spray_std_karambit"
  54865. "item_name" "#SprayKit_std_karambit"
  54866. "description_string" "#SprayKit_desc_std_karambit"
  54867. "sticker_material" "default/karambit"
  54868. "item_rarity" "common"
  54869. }
  54870. "1726"
  54871. {
  54872. "name" "spray_std_knives_crossed"
  54873. "item_name" "#SprayKit_std_knives_crossed"
  54874. "description_string" "#SprayKit_desc_std_knives_crossed"
  54875. "sticker_material" "default/knives_crossed"
  54876. "item_rarity" "common"
  54877. }
  54878. "1727"
  54879. {
  54880. "name" "spray_std_moly"
  54881. "item_name" "#SprayKit_std_moly"
  54882. "description_string" "#SprayKit_desc_std_moly"
  54883. "sticker_material" "default/moly"
  54884. "item_rarity" "common"
  54885. }
  54886. "1728"
  54887. {
  54888. "name" "spray_std_necklace_dollar"
  54889. "item_name" "#SprayKit_std_necklace_dollar"
  54890. "description_string" "#SprayKit_desc_std_necklace_dollar"
  54891. "sticker_material" "default/necklace_dollar"
  54892. "item_rarity" "common"
  54893. }
  54894. "1729"
  54895. {
  54896. "name" "spray_std_no_scope"
  54897. "item_name" "#SprayKit_std_no_scope"
  54898. "description_string" "#SprayKit_desc_std_no_scope"
  54899. "sticker_material" "default/no_scope"
  54900. "item_rarity" "common"
  54901. }
  54902. "1730"
  54903. {
  54904. "name" "spray_std_piggles"
  54905. "item_name" "#SprayKit_std_piggles"
  54906. "description_string" "#SprayKit_desc_std_piggles"
  54907. "sticker_material" "default/piggles"
  54908. "item_rarity" "common"
  54909. }
  54910. "1731"
  54911. {
  54912. "name" "spray_std_popdog"
  54913. "item_name" "#SprayKit_std_popdog"
  54914. "description_string" "#SprayKit_desc_std_popdog"
  54915. "sticker_material" "default/popdog"
  54916. "item_rarity" "common"
  54917. }
  54918. "1732"
  54919. {
  54920. "name" "spray_std_rooster"
  54921. "item_name" "#SprayKit_std_rooster"
  54922. "description_string" "#SprayKit_desc_std_rooster"
  54923. "sticker_material" "default/rooster"
  54924. "item_rarity" "common"
  54925. }
  54926. "1733"
  54927. {
  54928. "name" "spray_std_salty"
  54929. "item_name" "#SprayKit_std_salty"
  54930. "description_string" "#SprayKit_desc_std_salty"
  54931. "sticker_material" "default/salty"
  54932. "item_rarity" "common"
  54933. }
  54934. "1734"
  54935. {
  54936. "name" "spray_std_sorry"
  54937. "item_name" "#SprayKit_std_sorry"
  54938. "description_string" "#SprayKit_desc_std_sorry"
  54939. "sticker_material" "default/sorry"
  54940. "item_rarity" "common"
  54941. }
  54942. "1735"
  54943. {
  54944. "name" "spray_std_tongue"
  54945. "item_name" "#SprayKit_std_tongue"
  54946. "description_string" "#SprayKit_desc_std_tongue"
  54947. "sticker_material" "default/tongue"
  54948. "item_rarity" "common"
  54949. }
  54950. "1736"
  54951. {
  54952. "name" "spray_std_wings"
  54953. "item_name" "#SprayKit_std_wings"
  54954. "description_string" "#SprayKit_desc_std_wings"
  54955. "sticker_material" "default/wings"
  54956. "item_rarity" "common"
  54957. }
  54958. "1737"
  54959. {
  54960. "name" "spray_std_gtg"
  54961. "item_name" "#SprayKit_std_gtg"
  54962. "description_string" "#SprayKit_desc_std_gtg"
  54963. "sticker_material" "default/gtg"
  54964. "item_rarity" "common"
  54965. }
  54966. }
  54967. "client_loot_lists"
  54968. {
  54969. "crate_community_11_rare"
  54970. {
  54971. "[cu_bizon_citizen]weapon_bizon" "1"
  54972. "[aq_dualberettas_cartel]weapon_elite" "1"
  54973. "[am_mac10_electricity]weapon_mac10" "1"
  54974. "[cu_ssg08_necropos]weapon_ssg08" "1"
  54975. "[gs_tec9_jambiya]weapon_tec9" "1"
  54976. "[gs_usp_voltage]weapon_usp_silencer" "1"
  54977. }
  54978. "crate_community_11_mythical"
  54979. {
  54980. "[aq_famas_contour]weapon_famas" "1"
  54981. "[cu_fiveseven_augmented]weapon_fiveseven" "1"
  54982. "[gs_glock18_award]weapon_glock" "1"
  54983. "[gs_mag7_praetorian]weapon_mag7" "1"
  54984. "[sp_mp7_impire]weapon_mp7" "1"
  54985. }
  54986. "crate_community_11_legendary"
  54987. {
  54988. "[cu_awp_mastery]weapon_awp" "1"
  54989. "[aq_deserteagle_kumichodragon]weapon_deagle" "1"
  54990. "[cu_nova_hyperbeast]weapon_nova" "1"
  54991. }
  54992. "crate_community_11_ancient"
  54993. {
  54994. "[gs_ak47_supercharged]weapon_ak47" "1"
  54995. "[gs_m4a4_pioneer]weapon_m4a1" "1"
  54996. }
  54997. "crate_valve_1_rare"
  54998. {
  54999. "[hy_skulls]weapon_mp7" "1"
  55000. "[hy_feathers_aug]weapon_aug" "1"
  55001. "[so_purple]weapon_sg556" "1"
  55002. }
  55003. "crate_valve_1_mythical"
  55004. {
  55005. "[am_dragon_glock]weapon_glock" "1"
  55006. "[am_zebra_dark]weapon_usp_silencer" "1"
  55007. "[am_zebra_dark]weapon_m4a1_silencer" "1"
  55008. }
  55009. "crate_valve_1_legendary"
  55010. {
  55011. "[aq_oiled]weapon_ak47" "1"
  55012. "[aa_vertigo]weapon_deagle" "1"
  55013. }
  55014. "crate_valve_1_ancient"
  55015. {
  55016. "[am_lightning_awp]weapon_awp" "1"
  55017. }
  55018. "crate_esports_2013_rare"
  55019. {
  55020. "[sp_zebracam_bw]weapon_m4a1" "1"
  55021. "[hy_icosahedron]weapon_mag7" "1"
  55022. "[hy_doomkitty]weapon_famas" "1"
  55023. }
  55024. "crate_esports_2013_mythical"
  55025. {
  55026. "[hy_ddpat_orange]weapon_galilar" "1"
  55027. "[hy_ddpat_orange]weapon_sawedoff" "1"
  55028. "[sp_splash_p250]weapon_p250" "1"
  55029. }
  55030. "crate_esports_2013_legendary"
  55031. {
  55032. "[hy_ak47lam]weapon_ak47" "1"
  55033. "[hy_blam_simple]weapon_awp" "1"
  55034. }
  55035. "crate_esports_2013_ancient"
  55036. {
  55037. "[cu_catskulls_p90]weapon_p90" "1"
  55038. }
  55039. "crate_operation_ii_rare"
  55040. {
  55041. "[sp_spray_waves_bravo]weapon_sg556" "1"
  55042. "[cu_season_elites_bravo]weapon_elite" "1"
  55043. "[hy_seaside_bravo]weapon_nova" "1"
  55044. "[hy_crumple_bravo]weapon_galilar" "1"
  55045. "[sp_skull_diagram_bravo]weapon_ump45" "1"
  55046. "[hy_bluepolygon_bravo]weapon_g3sg1" "1"
  55047. }
  55048. "crate_operation_ii_mythical"
  55049. {
  55050. "[hy_siege_bravo]weapon_usp_silencer" "1"
  55051. "[sp_star_bravo]weapon_m4a1" "1"
  55052. "[aq_etched_mac10_bravo]weapon_mac10" "1"
  55053. "[hy_ocean_bravo]weapon_m4a1_silencer" "1"
  55054. }
  55055. "crate_operation_ii_legendary"
  55056. {
  55057. "[cu_dragon_p90_bravo]weapon_p90" "1"
  55058. "[am_ossify_blue_p2000_bravo]weapon_hkp2000" "1"
  55059. "[am_crumple_bravo]weapon_awp" "1"
  55060. }
  55061. "crate_operation_ii_ancient"
  55062. {
  55063. "[cu_fireserpent_ak47_bravo]weapon_ak47" "1"
  55064. "[am_scales_bravo]weapon_deagle" "1"
  55065. }
  55066. "crate_valve_2_rare"
  55067. {
  55068. "[an_titanium30v]weapon_tec9" "1"
  55069. "[hy_redtiger]weapon_m4a1_silencer" "1"
  55070. "[hy_bluehex]weapon_famas" "1"
  55071. "[hy_redhex]weapon_p250" "1"
  55072. "[hy_webs_darker]weapon_scar20" "1"
  55073. }
  55074. "crate_valve_2_mythical"
  55075. {
  55076. "[aq_oiled]weapon_fiveseven" "1"
  55077. "[aa_vertigo]weapon_mp9" "1"
  55078. "[am_crumple]weapon_nova" "1"
  55079. "[am_ossify_red]weapon_elite" "1"
  55080. }
  55081. "crate_valve_2_legendary"
  55082. {
  55083. "[am_slither_p90]weapon_p90" "1"
  55084. "[am_electric_red]weapon_usp_silencer" "1"
  55085. }
  55086. "crate_valve_2_ancient"
  55087. {
  55088. "[cu_shark]weapon_ssg08" "1"
  55089. }
  55090. "crate_esports_2013_winter_rare"
  55091. {
  55092. "[an_titanium30v]weapon_galilar" "1"
  55093. "[hy_flowers]weapon_fiveseven" "1"
  55094. "[hy_water_crest]weapon_bizon" "1"
  55095. "[sp_camo_wood_blue]weapon_nova" "1"
  55096. "[sp_zebracam_blue]weapon_g3sg1" "1"
  55097. "[am_ddpatdense_silver]weapon_p250" "1"
  55098. }
  55099. "crate_esports_2013_winter_mythical"
  55100. {
  55101. "[hy_ak47lam_blue]weapon_ak47" "1"
  55102. "[hy_modspots]weapon_p90" "1"
  55103. }
  55104. "crate_esports_2013_winter_legendary"
  55105. {
  55106. "[cu_broken_path_famas]weapon_famas" "1"
  55107. "[hy_hive]weapon_awp" "1"
  55108. "[am_ddpatdense_peacock]weapon_deagle" "1"
  55109. }
  55110. "crate_esports_2013_winter_ancient"
  55111. {
  55112. "[cu_xray_m4]weapon_m4a1" "1"
  55113. }
  55114. "crate_community_1_rare"
  55115. {
  55116. "[cu_sandstorm]weapon_galilar" "1"
  55117. "[hy_kami]weapon_fiveseven" "1"
  55118. "[aq_obsidian]weapon_m249" "1"
  55119. "[am_turqoise_halftone]weapon_bizon" "1"
  55120. }
  55121. "crate_community_1_mythical"
  55122. {
  55123. "[cu_famas_pulse]weapon_famas" "1"
  55124. "[hy_marina_sunrise]weapon_elite" "1"
  55125. "[am_thorny_rose_mp9]weapon_mp9" "1"
  55126. "[cu_skull_nova]weapon_nova" "1"
  55127. }
  55128. "crate_community_1_legendary"
  55129. {
  55130. "[cu_m4a1-s_elegant]weapon_m4a1_silencer" "1"
  55131. "[cu_p250_refined]weapon_p250" "1"
  55132. "[cu_awp_cobra]weapon_awp" "1"
  55133. }
  55134. "crate_community_1_ancient"
  55135. {
  55136. "[cu_m4_asimov]weapon_m4a1" "1"
  55137. "[cu_sawedoff_octopump]weapon_sawedoff" "1"
  55138. }
  55139. "crate_valve_3_rare"
  55140. {
  55141. "[hy_webs]weapon_cz75a" "1"
  55142. "[hy_poly_camo]weapon_hkp2000" "1"
  55143. "[so_panther]weapon_elite" "1"
  55144. "[aq_usp_stainless]weapon_usp_silencer" "1"
  55145. "[hy_craquelure]weapon_glock" "1"
  55146. }
  55147. "crate_valve_3_mythical"
  55148. {
  55149. "[am_diamond_plate]weapon_cz75a" "1"
  55150. "[am_fluted_tec9]weapon_tec9" "1"
  55151. "[aq_engraved_deagle]weapon_deagle" "1"
  55152. "[am_copper_flecks]weapon_fiveseven" "1"
  55153. }
  55154. "crate_valve_3_legendary"
  55155. {
  55156. "[am_fuschia]weapon_cz75a" "1"
  55157. "[am_p250_beaded_paint]weapon_p250" "1"
  55158. }
  55159. "crate_valve_3_ancient"
  55160. {
  55161. "[aq_etched_cz75]weapon_cz75a" "1"
  55162. }
  55163. "crate_community_2_rare"
  55164. {
  55165. "[cu_ump_corporal]weapon_ump45" "1"
  55166. "[sp_negev_turq_terrain]weapon_negev" "1"
  55167. "[cu_tec9_sandstorm]weapon_tec9" "1"
  55168. "[cu_mag7_heaven]weapon_mag7" "1"
  55169. }
  55170. "crate_community_2_mythical"
  55171. {
  55172. "[cu_mac10_redhot]weapon_mac10" "1"
  55173. "[cu_sg553_pulse]weapon_sg556" "1"
  55174. "[an_famas_sgt]weapon_famas" "1"
  55175. "[cu_usp_elegant]weapon_usp_silencer" "1"
  55176. }
  55177. "crate_community_2_legendary"
  55178. {
  55179. "[cu_ak47_cobra]weapon_ak47" "1"
  55180. "[cu_p90_trigon]weapon_p90" "1"
  55181. "[cu_nova_antique]weapon_nova" "1"
  55182. }
  55183. "crate_community_2_ancient"
  55184. {
  55185. "[cu_awp_asimov]weapon_awp" "1"
  55186. "[cu_aug_chameleonaire]weapon_aug" "1"
  55187. }
  55188. "crate_community_4_rare"
  55189. {
  55190. "[cu_mp7-commander]weapon_mp7" "1"
  55191. "[cu_negev_titanstorm]weapon_negev" "1"
  55192. "[cu_p2000_ivory]weapon_hkp2000" "1"
  55193. "[aq_leviathan]weapon_ssg08" "1"
  55194. "[hy_lines_orange]weapon_ump45" "1"
  55195. }
  55196. "crate_community_4_mythical"
  55197. {
  55198. "[cu_bizon-osiris]weapon_bizon" "1"
  55199. "[cu_c75a-tiger]weapon_cz75a" "1"
  55200. "[cu_nova_koi]weapon_nova" "1"
  55201. "[cu_bittersweet]weapon_p250" "1"
  55202. }
  55203. "crate_community_4_legendary"
  55204. {
  55205. "[cu_deagle_aureus]weapon_deagle" "1"
  55206. "[aq_57_feathers]weapon_fiveseven" "1"
  55207. "[cu_glock-liquescent]weapon_glock" "1"
  55208. }
  55209. "crate_community_4_ancient"
  55210. {
  55211. "[cu_p90-asiimov]weapon_p90" "1"
  55212. "[cu_m4a1s_cyrex]weapon_m4a1_silencer" "1"
  55213. }
  55214. "crate_esports_2014_summer_rare"
  55215. {
  55216. "[am_zebra_dark]weapon_ssg08" "1"
  55217. "[so_purple]weapon_mac10" "1"
  55218. "[hy_redtiger]weapon_usp_silencer" "1"
  55219. "[hy_bluehex]weapon_cz75a" "1"
  55220. "[cu_bratatat_negev]weapon_negev" "1"
  55221. "[hy_snakeskin_red]weapon_xm1014" "1"
  55222. }
  55223. "crate_esports_2014_summer_mythical"
  55224. {
  55225. "[hy_splatter]weapon_bizon" "1"
  55226. "[hy_zombie]weapon_p90" "1"
  55227. "[am_ossify_blue]weapon_mp7" "1"
  55228. "[am_ddpatdense_silver]weapon_glock" "1"
  55229. "[hy_webs_darker]weapon_deagle" "1"
  55230. }
  55231. "crate_esports_2014_summer_legendary"
  55232. {
  55233. "[hy_tiger]weapon_aug" "1"
  55234. "[cu_spring_nova]weapon_nova" "1"
  55235. "[cu_favela_awp]weapon_awp" "1"
  55236. "[cu_favela_p2000]weapon_hkp2000" "1"
  55237. }
  55238. "crate_esports_2014_summer_ancient"
  55239. {
  55240. "[cu_bullet_rain_m4a1]weapon_m4a1" "1"
  55241. "[cu_panther_ak47]weapon_ak47" "1"
  55242. }
  55243. "crate_community_5_rare"
  55244. {
  55245. "[am_g3sg1_murky]weapon_g3sg1" "1"
  55246. "[sp_mag7_firebitten]weapon_mag7" "1"
  55247. "[cu_mp9_chevron]weapon_mp9" "1"
  55248. "[cu_fiveseven_urban_hazard]weapon_fiveseven" "1"
  55249. "[sp_ump45_d-visions]weapon_ump45" "1"
  55250. }
  55251. "crate_community_5_mythical"
  55252. {
  55253. "[aq_glock_coiled]weapon_glock" "1"
  55254. "[aq_m4a1s_basilisk]weapon_m4a1_silencer" "1"
  55255. "[cu_m4a4_griffin]weapon_m4a1" "1"
  55256. "[aq_sawedoff_blackgold]weapon_sawedoff" "1"
  55257. }
  55258. "crate_community_5_legendary"
  55259. {
  55260. "[aq_p250_cartel]weapon_p250" "1"
  55261. "[cu_scar20_intervention]weapon_scar20" "1"
  55262. "[cu_xm1014_caritas]weapon_xm1014" "1"
  55263. }
  55264. "crate_community_5_ancient"
  55265. {
  55266. "[cu_tribute_ak47]weapon_ak47" "1"
  55267. "[cu_p2000_fire_elemental]weapon_hkp2000" "1"
  55268. }
  55269. "crate_community_6_rare"
  55270. {
  55271. "[cu_glock_deathtoll]weapon_glock" "1"
  55272. "[cu_m249_sektor]weapon_m249" "1"
  55273. "[cu_mp9_deadly_poison]weapon_mp9" "1"
  55274. "[aq_scar20_leak]weapon_scar20" "1"
  55275. "[aq_xm1014_sigla]weapon_xm1014" "1"
  55276. }
  55277. "crate_community_6_mythical"
  55278. {
  55279. "[cu_elites_urbanstorm]weapon_elite" "1"
  55280. "[aq_deagle_naga]weapon_deagle" "1"
  55281. "[am_mac10_malachite]weapon_mac10" "1"
  55282. "[cu_sawedoff_deva]weapon_sawedoff" "1"
  55283. }
  55284. "crate_community_6_legendary"
  55285. {
  55286. "[aq_ak47_cartel]weapon_ak47" "1"
  55287. "[cu_m4a4_ancestral]weapon_m4a1" "1"
  55288. "[cu_p250_mandala]weapon_p250" "1"
  55289. }
  55290. "crate_community_6_ancient"
  55291. {
  55292. "[am_awp_glory]weapon_awp" "1"
  55293. "[cu_galil_abrasion]weapon_galilar" "1"
  55294. }
  55295. "crate_community_7_rare"
  55296. {
  55297. "[cu_ak47_mastery]weapon_ak47" "1"
  55298. "[aq_mp7_ultramodern]weapon_mp7" "1"
  55299. "[am_bronze_sparkle]weapon_deagle" "1"
  55300. "[aq_p250_contour]weapon_p250" "1"
  55301. "[am_negev_glory]weapon_negev" "1"
  55302. "[cu_sawedoff_origami]weapon_sawedoff" "1"
  55303. }
  55304. "crate_community_7_mythical"
  55305. {
  55306. "[aq_awp_twine]weapon_awp" "1"
  55307. "[cu_mag7_redhot]weapon_mag7" "1"
  55308. "[cu_cz75_precision]weapon_cz75a" "1"
  55309. "[am_ump_racer]weapon_ump45" "1"
  55310. }
  55311. "crate_community_7_legendary"
  55312. {
  55313. "[cu_fiveseven_banana]weapon_fiveseven" "1"
  55314. "[cu_galil_eco]weapon_galilar" "1"
  55315. "[aq_famas_jinn]weapon_famas" "1"
  55316. }
  55317. "crate_community_7_ancient"
  55318. {
  55319. "[cu_m4a1_hyper_beast]weapon_m4a1_silencer" "1"
  55320. "[cu_mac10_neonrider]weapon_mac10" "1"
  55321. }
  55322. "crate_community_8_rare"
  55323. {
  55324. "[cu_galilar_particles]weapon_galilar" "1"
  55325. "[aq_glock18_flames_blue]weapon_glock" "1"
  55326. "[cu_nova_ranger]weapon_nova" "1"
  55327. "[cu_p90_mastery]weapon_p90" "1"
  55328. "[cu_ump45_uproar]weapon_ump45" "1"
  55329. "[cu_usp_progressiv]weapon_usp_silencer" "1"
  55330. }
  55331. "crate_community_8_mythical"
  55332. {
  55333. "[am_famas_dots]weapon_famas" "1"
  55334. "[cu_m4a4_evil_daimyo]weapon_m4a1" "1"
  55335. "[am_mp9_nitrogen]weapon_mp9" "1"
  55336. "[cu_negev_annihilator]weapon_negev" "1"
  55337. "[aq_p2000_boom]weapon_hkp2000" "1"
  55338. }
  55339. "crate_community_8_legendary"
  55340. {
  55341. "[cu_cz75a_chastizer]weapon_cz75a" "1"
  55342. "[cu_mp7_nemsis]weapon_mp7" "1"
  55343. "[cu_sg553_cyrex]weapon_sg556" "1"
  55344. }
  55345. "crate_community_8_ancient"
  55346. {
  55347. "[cu_ak47_courage_alt]weapon_ak47" "1"
  55348. "[cu_awp_hyper_beast]weapon_awp" "1"
  55349. }
  55350. "crate_community_9_rare"
  55351. {
  55352. "[cu_dualberretta_dragons]weapon_elite" "1"
  55353. "[cu_famas_lenta]weapon_famas" "1"
  55354. "[gs_glock18_wrathys]weapon_glock" "1"
  55355. "[cu_mac10_alekhya_duo]weapon_mac10" "1"
  55356. "[cu_mag7_myrcene]weapon_mag7" "1"
  55357. "[gs_scar20_peacemaker03]weapon_scar20" "1"
  55358. "[aq_xm1014_scumbria]weapon_xm1014" "1"
  55359. }
  55360. "crate_community_9_mythical"
  55361. {
  55362. "[gs_galil_nightwing]weapon_galilar" "1"
  55363. "[gs_m249_nebula_crusader]weapon_m249" "1"
  55364. "[cu_mp7_classified]weapon_mp7" "1"
  55365. "[hy_p250_crackshot]weapon_p250" "1"
  55366. }
  55367. "crate_community_9_legendary"
  55368. {
  55369. "[cu_ak47_winter_sport]weapon_ak47" "1"
  55370. "[gs_g3sg1_flux_purple]weapon_g3sg1" "1"
  55371. "[cu_ssg08_technicality]weapon_ssg08" "1"
  55372. }
  55373. "crate_community_9_ancient"
  55374. {
  55375. "[gs_m4a1s_snakebite_gold]weapon_m4a1_silencer" "1"
  55376. "[cu_usp_kill_confirmed]weapon_usp_silencer" "1"
  55377. }
  55378. "crate_community_10_rare"
  55379. {
  55380. "[hy_webs]weapon_revolver" "1"
  55381. "[am_aug_jumble]weapon_aug" "1"
  55382. "[aq_deagle_corinthian]weapon_deagle" "1"
  55383. "[am_p2000_imperial_red]weapon_hkp2000" "1"
  55384. "[gs_sawedoff_necromancer]weapon_sawedoff" "1"
  55385. "[hy_scar20_jungler]weapon_scar20" "1"
  55386. }
  55387. "crate_community_10_mythical"
  55388. {
  55389. "[cu_bizon_noxious]weapon_bizon" "1"
  55390. "[cu_fiveseven_retrobution]weapon_fiveseven" "1"
  55391. "[cu_negev_impact]weapon_negev" "1"
  55392. "[gs_sg553_tiger_moth]weapon_sg556" "1"
  55393. "[cu_tec9_avalanche]weapon_tec9" "1"
  55394. "[aq_xm1014_hot_rod]weapon_xm1014" "1"
  55395. }
  55396. "crate_community_10_legendary"
  55397. {
  55398. "[cu_ak47_point_disarray]weapon_ak47" "1"
  55399. "[cu_g3sg1_executioner]weapon_g3sg1" "1"
  55400. "[cu_p90_shapewood]weapon_p90" "1"
  55401. }
  55402. "crate_community_10_ancient"
  55403. {
  55404. "[gs_m4a4_royal_squire]weapon_m4a1" "1"
  55405. "[aa_fade_revolver]weapon_revolver" "1"
  55406. }
  55407. "crate_community_11"
  55408. {
  55409. "crate_community_11_rare" "1"
  55410. "crate_community_11_mythical" "1"
  55411. "crate_community_11_legendary" "1"
  55412. "crate_community_11_ancient" "1"
  55413. "community_case_11_unusual" "1"
  55414. }
  55415. "crate_valve_1"
  55416. {
  55417. "crate_valve_1_rare" "1"
  55418. "crate_valve_1_mythical" "1"
  55419. "crate_valve_1_legendary" "1"
  55420. "crate_valve_1_ancient" "1"
  55421. "unusual_revolving_list" "1"
  55422. }
  55423. "crate_esports_2013"
  55424. {
  55425. "crate_esports_2013_rare" "1"
  55426. "crate_esports_2013_mythical" "1"
  55427. "crate_esports_2013_legendary" "1"
  55428. "crate_esports_2013_ancient" "1"
  55429. "unusual_revolving_list" "1"
  55430. }
  55431. "crate_operation_ii"
  55432. {
  55433. "crate_operation_ii_rare" "1"
  55434. "crate_operation_ii_mythical" "1"
  55435. "crate_operation_ii_legendary" "1"
  55436. "crate_operation_ii_ancient" "1"
  55437. "unusual_revolving_list" "1"
  55438. }
  55439. "crate_valve_2"
  55440. {
  55441. "crate_valve_2_rare" "1"
  55442. "crate_valve_2_mythical" "1"
  55443. "crate_valve_2_legendary" "1"
  55444. "crate_valve_2_ancient" "1"
  55445. "unusual_revolving_list" "1"
  55446. }
  55447. "crate_esports_2013_winter"
  55448. {
  55449. "crate_esports_2013_winter_rare" "1"
  55450. "crate_esports_2013_winter_mythical" "1"
  55451. "crate_esports_2013_winter_legendary" "1"
  55452. "crate_esports_2013_winter_ancient" "1"
  55453. "unusual_revolving_list" "1"
  55454. }
  55455. "crate_community_1"
  55456. {
  55457. "crate_community_1_rare" "1"
  55458. "crate_community_1_mythical" "1"
  55459. "crate_community_1_legendary" "1"
  55460. "crate_community_1_ancient" "1"
  55461. "unusual_revolving_list" "1"
  55462. }
  55463. "crate_valve_3"
  55464. {
  55465. "crate_valve_3_rare" "1"
  55466. "crate_valve_3_mythical" "1"
  55467. "crate_valve_3_legendary" "1"
  55468. "crate_valve_3_ancient" "1"
  55469. "unusual_revolving_list" "1"
  55470. }
  55471. "crate_community_2"
  55472. {
  55473. "crate_community_2_rare" "1"
  55474. "crate_community_2_mythical" "1"
  55475. "crate_community_2_legendary" "1"
  55476. "crate_community_2_ancient" "1"
  55477. "unusual_revolving_list" "1"
  55478. }
  55479. "crate_community_4"
  55480. {
  55481. "crate_community_4_rare" "1"
  55482. "crate_community_4_mythical" "1"
  55483. "crate_community_4_legendary" "1"
  55484. "crate_community_4_ancient" "1"
  55485. "community_case_4_unusual" "1"
  55486. }
  55487. "crate_esports_2014_summer"
  55488. {
  55489. "crate_esports_2014_summer_rare" "1"
  55490. "crate_esports_2014_summer_mythical" "1"
  55491. "crate_esports_2014_summer_legendary" "1"
  55492. "crate_esports_2014_summer_ancient" "1"
  55493. "unusual_revolving_list" "1"
  55494. }
  55495. "crate_community_5"
  55496. {
  55497. "crate_community_5_rare" "1"
  55498. "crate_community_5_mythical" "1"
  55499. "crate_community_5_legendary" "1"
  55500. "crate_community_5_ancient" "1"
  55501. "unusual_revolving_list" "1"
  55502. }
  55503. "crate_community_6"
  55504. {
  55505. "crate_community_6_rare" "1"
  55506. "crate_community_6_mythical" "1"
  55507. "crate_community_6_legendary" "1"
  55508. "crate_community_6_ancient" "1"
  55509. "community_case_6_unusual" "1"
  55510. }
  55511. "crate_community_7"
  55512. {
  55513. "crate_community_7_rare" "1"
  55514. "crate_community_7_mythical" "1"
  55515. "crate_community_7_legendary" "1"
  55516. "crate_community_7_ancient" "1"
  55517. "community_case_6_unusual" "1"
  55518. }
  55519. "crate_community_8"
  55520. {
  55521. "crate_community_8_rare" "1"
  55522. "crate_community_8_mythical" "1"
  55523. "crate_community_8_legendary" "1"
  55524. "crate_community_8_ancient" "1"
  55525. "community_case_8_unusual" "1"
  55526. }
  55527. "crate_community_9"
  55528. {
  55529. "crate_community_9_rare" "1"
  55530. "crate_community_9_mythical" "1"
  55531. "crate_community_9_legendary" "1"
  55532. "crate_community_9_ancient" "1"
  55533. "community_case_9_unusual" "1"
  55534. }
  55535. "crate_community_10"
  55536. {
  55537. "crate_community_10_rare" "1"
  55538. "crate_community_10_mythical" "1"
  55539. "crate_community_10_legendary" "1"
  55540. "crate_community_10_ancient" "1"
  55541. "unusual_revolving_list" "1"
  55542. }
  55543. "set_dust_uncommon"
  55544. {
  55545. "[hy_desert]weapon_m4a1" "1"
  55546. "[sp_palm]weapon_scar20" "1"
  55547. "[sp_zebracam]weapon_ak47" "1"
  55548. }
  55549. "set_dust_rare"
  55550. {
  55551. "[hy_copperhead]weapon_aug" "1"
  55552. "[sp_snake]weapon_awp" "1"
  55553. "[aq_copper]weapon_sawedoff" "1"
  55554. }
  55555. "set_dust_mythical"
  55556. {
  55557. "[aa_flames]weapon_deagle" "1"
  55558. "[am_scorpion_p2000]weapon_hkp2000" "1"
  55559. "[aq_brass]weapon_glock" "1"
  55560. }
  55561. "set_aztec_common"
  55562. {
  55563. "[sp_leaves]weapon_nova" "1"
  55564. "[sp_short_tape]weapon_ssg08" "1"
  55565. "[so_jungle]weapon_fiveseven" "1"
  55566. }
  55567. "set_aztec_uncommon"
  55568. {
  55569. "[hy_v_tiger]weapon_m4a1" "1"
  55570. "[sp_spray_jungle]weapon_ak47" "1"
  55571. }
  55572. "set_aztec_rare"
  55573. {
  55574. "[am_ossify]weapon_tec9" "1"
  55575. }
  55576. "set_vertigo_common"
  55577. {
  55578. "[hy_ddpat_urb]weapon_mac10" "1"
  55579. "[sp_tape_dots_urban]weapon_xm1014" "1"
  55580. }
  55581. "set_vertigo_uncommon"
  55582. {
  55583. "[am_carbon_fiber]weapon_bizon" "1"
  55584. }
  55585. "set_vertigo_rare"
  55586. {
  55587. "[sp_mesh_glacier]weapon_p90" "1"
  55588. "[hy_ak47lam_bw]weapon_ak47" "1"
  55589. }
  55590. "set_vertigo_mythical"
  55591. {
  55592. "[so_tangerine]weapon_elite" "1"
  55593. }
  55594. "set_inferno_common"
  55595. {
  55596. "[so_sand]weapon_mag7" "1"
  55597. "[cu_walnut_nova]weapon_nova" "1"
  55598. }
  55599. "set_inferno_uncommon"
  55600. {
  55601. "[hy_gelpen]weapon_p250" "1"
  55602. "[so_tornado]weapon_m4a1" "1"
  55603. }
  55604. "set_inferno_rare"
  55605. {
  55606. "[an_navy]weapon_elite" "1"
  55607. "[aq_brass]weapon_tec9" "1"
  55608. }
  55609. "set_militia_common"
  55610. {
  55611. "[sp_leaves]weapon_bizon" "1"
  55612. "[so_grassland]weapon_xm1014" "1"
  55613. "[so_tornado]weapon_mac10" "1"
  55614. }
  55615. "set_militia_uncommon"
  55616. {
  55617. "[sp_leaves_grassland]weapon_hkp2000" "1"
  55618. }
  55619. "set_militia_rare"
  55620. {
  55621. "[hy_hunter_modern]weapon_bizon" "1"
  55622. "[hy_hunter_modern]weapon_nova" "1"
  55623. "[hy_hunter_modern]weapon_p250" "1"
  55624. "[hy_hunter_blaze_orange]weapon_nova" "1"
  55625. "[hy_hunter_blaze_orange]weapon_xm1014" "1"
  55626. }
  55627. "set_militia_mythical"
  55628. {
  55629. "[hy_hunter_modern]weapon_m4a1" "1"
  55630. }
  55631. "set_militia_legendary"
  55632. {
  55633. "[hy_hunter_blaze_pink]weapon_scar20" "1"
  55634. }
  55635. "set_nuke_common"
  55636. {
  55637. "[sp_nukestripe_brown]weapon_bizon" "1"
  55638. "[sp_nukestripe_brown]weapon_mag7" "1"
  55639. "[sp_nukestripe_brown]weapon_sawedoff" "1"
  55640. }
  55641. "set_nuke_uncommon"
  55642. {
  55643. "[sp_nukestripe_maroon]weapon_p90" "1"
  55644. "[sp_nukestripe_maroon]weapon_ump45" "1"
  55645. "[sp_nukestripe_maroon]weapon_xm1014" "1"
  55646. }
  55647. "set_nuke_rare"
  55648. {
  55649. "[sp_nukestripe_orange]weapon_m4a1" "1"
  55650. }
  55651. "set_nuke_mythical"
  55652. {
  55653. "[sp_nukestripe_green]weapon_p250" "1"
  55654. "[sp_nukestripe_green_tec9]weapon_tec9" "1"
  55655. }
  55656. "set_office_common"
  55657. {
  55658. "[sp_spray]weapon_famas" "1"
  55659. }
  55660. "set_office_uncommon"
  55661. {
  55662. "[hy_arctic]weapon_g3sg1" "1"
  55663. "[hy_blizzard]weapon_m249" "1"
  55664. "[hy_forest_winter]weapon_galilar" "1"
  55665. }
  55666. "set_office_rare"
  55667. {
  55668. "[an_silver]weapon_hkp2000" "1"
  55669. "[so_whiteout]weapon_mp7" "1"
  55670. }
  55671. "set_assault_common"
  55672. {
  55673. "[so_caramel]weapon_ump45" "1"
  55674. "[so_tornado]weapon_sg556" "1"
  55675. }
  55676. "set_assault_uncommon"
  55677. {
  55678. "[so_red]weapon_fiveseven" "1"
  55679. }
  55680. "set_assault_rare"
  55681. {
  55682. "[an_navy]weapon_negev" "1"
  55683. "[an_red]weapon_aug" "1"
  55684. }
  55685. "set_assault_mythical"
  55686. {
  55687. "[aa_fade]weapon_glock" "1"
  55688. "[so_yellow]weapon_mp9" "1"
  55689. }
  55690. "set_bravo_ii_common"
  55691. {
  55692. "[sp_tape_dots_bravo]weapon_mp9" "1"
  55693. "[hy_ddpat_jungle_bravo]weapon_m249" "1"
  55694. "[so_jungle_bravo]weapon_xm1014" "1"
  55695. "[so_tornado_bravo]weapon_tec9" "1"
  55696. "[so_olive_bravo]weapon_mp7" "1"
  55697. "[an_gunmetal_bravo]weapon_fiveseven" "1"
  55698. }
  55699. "set_bravo_ii_uncommon"
  55700. {
  55701. "[hy_mayan_dreams_bravo]weapon_ssg08" "1"
  55702. "[sp_palm_bravo]weapon_negev" "1"
  55703. "[hy_ali_tile_bravo]weapon_sawedoff" "1"
  55704. "[hy_crumple_dark_bravo]weapon_p250" "1"
  55705. "[so_sand_bravo]weapon_glock" "1"
  55706. }
  55707. "set_bravo_ii_rare"
  55708. {
  55709. "[an_navy_bravo]weapon_aug" "1"
  55710. "[sp_hazard_bravo]weapon_mag7" "1"
  55711. "[aq_steel_bravo]weapon_bizon" "1"
  55712. }
  55713. "set_bravo_ii_mythical"
  55714. {
  55715. "[sp_spitfire_famas_bravo]weapon_famas" "1"
  55716. "[an_emerald_bravo]weapon_scar20" "1"
  55717. }
  55718. "set_dust_2_common"
  55719. {
  55720. "[hy_desert]weapon_g3sg1" "1"
  55721. "[so_sand]weapon_p250" "1"
  55722. "[sp_mesh_sand]weapon_scar20" "1"
  55723. "[sp_spray_sand]weapon_p90" "1"
  55724. "[sp_tape_short_sand]weapon_mp9" "1"
  55725. "[sp_zebracam]weapon_nova" "1"
  55726. }
  55727. "set_dust_2_uncommon"
  55728. {
  55729. "[sp_snake]weapon_sawedoff" "1"
  55730. "[sp_mesh_tan]weapon_ak47" "1"
  55731. "[sp_tape_orange]weapon_fiveseven" "1"
  55732. "[sp_palm]weapon_mac10" "1"
  55733. "[hy_varicamo]weapon_tec9" "1"
  55734. }
  55735. "set_dust_2_rare"
  55736. {
  55737. "[aq_brass]weapon_bizon" "1"
  55738. "[hy_varicamo]weapon_m4a1_silencer" "1"
  55739. "[aq_damascus_sg553]weapon_sg556" "1"
  55740. }
  55741. "set_dust_2_mythical"
  55742. {
  55743. "[aa_fade_metallic]weapon_hkp2000" "1"
  55744. }
  55745. "set_dust_2_legendary"
  55746. {
  55747. "[aa_fade_metallic_revolver]weapon_revolver" "1"
  55748. }
  55749. "set_train_common"
  55750. {
  55751. "[hy_ddpat_urb]weapon_ump45" "1"
  55752. "[so_space_marine]weapon_elite" "1"
  55753. "[hy_arctic_contrast]weapon_g3sg1" "1"
  55754. "[hy_forest_night]weapon_fiveseven" "1"
  55755. "[sp_mesh_arctic_contrast]weapon_nova" "1"
  55756. "[sp_tape_short_urban]weapon_bizon" "1"
  55757. }
  55758. "set_train_uncommon"
  55759. {
  55760. "[so_red]weapon_mac10" "1"
  55761. "[hy_ddpat_urb]weapon_m4a1" "1"
  55762. "[am_urban]weapon_mag7" "1"
  55763. "[am_urban]weapon_p250" "1"
  55764. "[am_carbon_fiber]weapon_scar20" "1"
  55765. "[sp_twigs]weapon_p90" "1"
  55766. }
  55767. "set_train_rare"
  55768. {
  55769. "[hy_varicamo_urban]weapon_deagle" "1"
  55770. "[aa_fade_metallic]weapon_sawedoff" "1"
  55771. }
  55772. "set_train_mythical"
  55773. {
  55774. "[am_crystallized]weapon_tec9" "1"
  55775. }
  55776. "set_mirage_common"
  55777. {
  55778. "[sp_tape]weapon_p250" "1"
  55779. "[so_pmc]weapon_fiveseven" "1"
  55780. "[so_space_marine]weapon_aug" "1"
  55781. "[sp_mesh_tan]weapon_g3sg1" "1"
  55782. "[sp_dapple]weapon_p90" "1"
  55783. "[sp_mesh_slashes]weapon_galilar" "1"
  55784. }
  55785. "set_mirage_uncommon"
  55786. {
  55787. "[so_olive]weapon_glock" "1"
  55788. "[sp_tape_orange]weapon_mp7" "1"
  55789. "[sp_palm_shadow]weapon_ssg08" "1"
  55790. "[hy_varicamo_desert]weapon_negev" "1"
  55791. "[sp_mesh_python]weapon_sg556" "1"
  55792. }
  55793. "set_mirage_rare"
  55794. {
  55795. "[an_red]weapon_mp9" "1"
  55796. "[aa_flames]weapon_ump45" "1"
  55797. "[aa_fade_metallic]weapon_mac10" "1"
  55798. }
  55799. "set_mirage_mythical"
  55800. {
  55801. "[so_yellow]weapon_mag7" "1"
  55802. }
  55803. "set_italy_common"
  55804. {
  55805. "[so_olive]weapon_tec9" "1"
  55806. "[so_pmc]weapon_aug" "1"
  55807. "[so_space_marine]weapon_famas" "1"
  55808. "[so_sand]weapon_nova" "1"
  55809. "[sp_tape_short_sand]weapon_bizon" "1"
  55810. }
  55811. "set_italy_uncommon"
  55812. {
  55813. "[so_red]weapon_nova" "1"
  55814. "[hy_gelpen]weapon_ump45" "1"
  55815. "[hy_granite]weapon_hkp2000" "1"
  55816. "[aq_forced]weapon_elite" "1"
  55817. "[hy_forest_boreal]weapon_m4a1_silencer" "1"
  55818. "[hy_varicamo_desert]weapon_xm1014" "1"
  55819. }
  55820. "set_italy_rare"
  55821. {
  55822. "[so_red]weapon_glock" "1"
  55823. "[an_navy]weapon_mp7" "1"
  55824. "[hy_varicamo_red]weapon_sawedoff" "1"
  55825. }
  55826. "set_italy_mythical"
  55827. {
  55828. "[hy_snakeskin]weapon_awp" "1"
  55829. }
  55830. "set_lake_common"
  55831. {
  55832. "[hy_forest_boreal]weapon_p250" "1"
  55833. "[so_moss]weapon_xm1014" "1"
  55834. "[so_stormfront]weapon_aug" "1"
  55835. "[sp_spray_desert_sage]weapon_galilar" "1"
  55836. "[sp_tape_dots_waves]weapon_sg556" "1"
  55837. "[sp_tape_short_jungle]weapon_g3sg1" "1"
  55838. }
  55839. "set_lake_uncommon"
  55840. {
  55841. "[aq_blued]weapon_xm1014" "1"
  55842. "[sp_mesh_tan]weapon_awp" "1"
  55843. "[hy_mottled_sand]weapon_deagle" "1"
  55844. "[hy_reef]weapon_famas" "1"
  55845. "[hy_varicamo_night]weapon_bizon" "1"
  55846. }
  55847. "set_lake_rare"
  55848. {
  55849. "[an_navy]weapon_sg556" "1"
  55850. "[hy_varicamo_night]weapon_usp_silencer" "1"
  55851. "[sp_mesh_hot_and_cold]weapon_p90" "1"
  55852. }
  55853. "set_lake_mythical"
  55854. {
  55855. "[am_crystallized_blue]weapon_elite" "1"
  55856. }
  55857. "set_safehouse_common"
  55858. {
  55859. "[so_pmc]weapon_elite" "1"
  55860. "[so_pmc]weapon_scar20" "1"
  55861. "[so_moss]weapon_ssg08" "1"
  55862. "[sp_mesh_army]weapon_tec9" "1"
  55863. "[sp_spray_army]weapon_mp7" "1"
  55864. }
  55865. "set_safehouse_uncommon"
  55866. {
  55867. "[sp_leaves]weapon_usp_silencer" "1"
  55868. "[sp_mesh_forest_fire]weapon_aug" "1"
  55869. "[sp_tape_orange]weapon_mp9" "1"
  55870. "[hy_varicamo]weapon_g3sg1" "1"
  55871. "[hy_varicamo]weapon_galilar" "1"
  55872. "[sp_mesh_python]weapon_m249" "1"
  55873. }
  55874. "set_safehouse_rare"
  55875. {
  55876. "[sp_mesh_hot_and_cold]weapon_famas" "1"
  55877. "[am_crystallized_silver]weapon_fiveseven" "1"
  55878. "[aa_fade_grassland]weapon_ssg08" "1"
  55879. }
  55880. "set_safehouse_mythical"
  55881. {
  55882. "[so_orange_accents]weapon_m4a1_silencer" "1"
  55883. }
  55884. "set_bank_common"
  55885. {
  55886. "[hy_ddpat]weapon_mp7" "1"
  55887. "[hy_ddpat]weapon_sawedoff" "1"
  55888. "[hy_ddpat_urb]weapon_tec9" "1"
  55889. "[sp_tape]weapon_revolver" "1"
  55890. "[am_army_shine]weapon_negev" "1"
  55891. "[am_army_shine]weapon_sg556" "1"
  55892. }
  55893. "set_bank_uncommon"
  55894. {
  55895. "[an_silver]weapon_mac10" "1"
  55896. "[am_carbon_fiber]weapon_ump45" "1"
  55897. "[hy_nerodia]weapon_glock" "1"
  55898. "[so_green]weapon_g3sg1" "1"
  55899. "[am_oval_hex]weapon_nova" "1"
  55900. }
  55901. "set_bank_rare"
  55902. {
  55903. "[am_crystallized_dark]weapon_deagle" "1"
  55904. "[so_orca]weapon_galilar" "1"
  55905. "[so_orca]weapon_cz75a" "1"
  55906. }
  55907. "set_bank_mythical"
  55908. {
  55909. "[cu_pinstripe_ak47]weapon_ak47" "1"
  55910. }
  55911. "set_bank_legendary"
  55912. {
  55913. "[cu_money]weapon_p250" "1"
  55914. }
  55915. "set_overpass_common"
  55916. {
  55917. "[sp_spray]weapon_m249" "1"
  55918. "[so_stormfront]weapon_mag7" "1"
  55919. "[so_stormfront]weapon_mp9" "1"
  55920. "[sp_spray_desert_sage]weapon_sawedoff" "1"
  55921. "[sp_dapple]weapon_ump45" "1"
  55922. }
  55923. "set_overpass_uncommon"
  55924. {
  55925. "[hy_gelpen]weapon_mp7" "1"
  55926. "[hy_ddpat_urb]weapon_deagle" "1"
  55927. "[so_night]weapon_glock" "1"
  55928. "[so_grassland]weapon_hkp2000" "1"
  55929. }
  55930. "set_overpass_rare"
  55931. {
  55932. "[hy_varicamo_blue]weapon_xm1014" "1"
  55933. "[hy_ssg08_marker]weapon_ssg08" "1"
  55934. "[so_orange_accents2]weapon_cz75a" "1"
  55935. }
  55936. "set_overpass_mythical"
  55937. {
  55938. "[hy_ddpat_pink]weapon_awp" "1"
  55939. "[cu_usp_sandpapered]weapon_usp_silencer" "1"
  55940. }
  55941. "set_overpass_legendary"
  55942. {
  55943. "[cu_m4a1-s_silence]weapon_m4a1_silencer" "1"
  55944. }
  55945. "set_cobblestone_common"
  55946. {
  55947. "[so_stormfront]weapon_p90" "1"
  55948. "[so_stormfront]weapon_scar20" "1"
  55949. "[hy_vines]weapon_elite" "1"
  55950. "[so_indigo_and_grey]weapon_mac10" "1"
  55951. "[so_indigo_and_grey]weapon_ump45" "1"
  55952. }
  55953. "set_cobblestone_uncommon"
  55954. {
  55955. "[an_silver]weapon_mag7" "1"
  55956. "[so_green]weapon_nova" "1"
  55957. "[aq_steel]weapon_sawedoff" "1"
  55958. "[hy_indigo_usp]weapon_usp_silencer" "1"
  55959. }
  55960. "set_cobblestone_rare"
  55961. {
  55962. "[am_chainmail]weapon_hkp2000" "1"
  55963. "[am_metal_inlay]weapon_mp9" "1"
  55964. }
  55965. "set_cobblestone_mythical"
  55966. {
  55967. "[am_royal]weapon_cz75a" "1"
  55968. "[aq_handcannon]weapon_deagle" "1"
  55969. }
  55970. "set_cobblestone_legendary"
  55971. {
  55972. "[am_metals]weapon_m4a1_silencer" "1"
  55973. }
  55974. "set_cobblestone_ancient"
  55975. {
  55976. "[cu_medieval_dragon_awp]weapon_awp" "1"
  55977. }
  55978. "set_baggage_common"
  55979. {
  55980. "[so_pmc]weapon_g3sg1" "1"
  55981. "[so_sand]weapon_ssg08" "1"
  55982. "[hy_plaid1]weapon_mp7" "1"
  55983. "[hy_plaid2]weapon_mp9" "1"
  55984. "[hy_plaid2]weapon_cz75a" "1"
  55985. }
  55986. "set_baggage_uncommon"
  55987. {
  55988. "[cu_brown_leather_p90]weapon_p90" "1"
  55989. "[cu_luggage_mac10]weapon_mac10" "1"
  55990. "[cu_luggage_p2000]weapon_hkp2000" "1"
  55991. "[cu_luggage_sg553]weapon_sg556" "1"
  55992. }
  55993. "set_baggage_rare"
  55994. {
  55995. "[cu_green_leather_sawedoff]weapon_sawedoff" "1"
  55996. "[cu_leather_xm1014]weapon_xm1014" "1"
  55997. "[cu_luggage_usp-s]weapon_usp_silencer" "1"
  55998. }
  55999. "set_baggage_mythical"
  56000. {
  56001. "[cu_green_leather_ak47]weapon_ak47" "1"
  56002. "[aq_pilot_deagle]weapon_deagle" "1"
  56003. }
  56004. "set_baggage_legendary"
  56005. {
  56006. "[cu_well_traveled_ak47]weapon_ak47" "1"
  56007. }
  56008. "set_cache_uncommon"
  56009. {
  56010. "[sp_nuclear_pattern3_negev]weapon_negev" "1"
  56011. "[hy_nuclear_skulls4_p250]weapon_p250" "1"
  56012. "[sp_nukestripe_orange_aug]weapon_aug" "1"
  56013. "[so_grey_nuclear_green_bizon]weapon_bizon" "1"
  56014. "[so_grey_nuclear_orange_five_seven]weapon_fiveseven" "1"
  56015. "[sp_nukestripe_maroon_sg553]weapon_sg556" "1"
  56016. }
  56017. "set_cache_rare"
  56018. {
  56019. "[am_nuclear_pattern1_glock]weapon_glock" "1"
  56020. "[hy_nuclear_pattern2_mp9]weapon_mp9" "1"
  56021. "[am_nuclear_skulls1_xm1014]weapon_xm1014" "1"
  56022. "[am_nuclear_skulls3_mac10]weapon_mac10" "1"
  56023. "[hy_nuclear_skulls5_tec9]weapon_tec9" "1"
  56024. }
  56025. "set_cache_mythical"
  56026. {
  56027. "[am_nuclear_skulls2_famas]weapon_famas" "1"
  56028. "[cu_cerbrus_galil]weapon_galilar" "1"
  56029. }
  56030. "set_gods_and_monsters_common"
  56031. {
  56032. "[sp_labyrinth]weapon_mp7" "1"
  56033. "[sp_labyrinth3]weapon_aug" "1"
  56034. "[hy_zodiac1]weapon_elite" "1"
  56035. "[hy_zodiac1]weapon_nova" "1"
  56036. }
  56037. "set_gods_and_monsters_uncommon"
  56038. {
  56039. "[hy_hades]weapon_tec9" "1"
  56040. "[sp_labyrinth2]weapon_hkp2000" "1"
  56041. "[hy_zodiac2]weapon_awp" "1"
  56042. "[hy_zodiac3]weapon_m249" "1"
  56043. }
  56044. "set_gods_and_monsters_rare"
  56045. {
  56046. "[cu_labyrinth]weapon_ump45" "1"
  56047. "[aa_pandora]weapon_mp9" "1"
  56048. }
  56049. "set_gods_and_monsters_mythical"
  56050. {
  56051. "[cu_chronos_g3sg1]weapon_g3sg1" "1"
  56052. "[hy_icarus]weapon_m4a1_silencer" "1"
  56053. }
  56054. "set_gods_and_monsters_legendary"
  56055. {
  56056. "[cu_poseidon]weapon_m4a1" "1"
  56057. }
  56058. "set_gods_and_monsters_ancient"
  56059. {
  56060. "[cu_medusa_awp]weapon_awp" "1"
  56061. }
  56062. "set_chopshop_common"
  56063. {
  56064. "[am_army_shine]weapon_scar20" "1"
  56065. "[am_army_shine]weapon_cz75a" "1"
  56066. "[so_keycolors]weapon_m249" "1"
  56067. "[so_aqua]weapon_mag7" "1"
  56068. }
  56069. "set_chopshop_uncommon"
  56070. {
  56071. "[so_night]weapon_deagle" "1"
  56072. "[hy_varicamo_urban]weapon_galilar" "1"
  56073. "[so_khaki_green]weapon_usp_silencer" "1"
  56074. }
  56075. "set_chopshop_rare"
  56076. {
  56077. "[aa_fade]weapon_mac10" "1"
  56078. "[so_whiteout]weapon_p250" "1"
  56079. "[hy_varicamo_red]weapon_mp7" "1"
  56080. "[so_orange_accents]weapon_fiveseven" "1"
  56081. "[an_emerald]weapon_cz75a" "1"
  56082. }
  56083. "set_chopshop_mythical"
  56084. {
  56085. "[so_yellow]weapon_sg556" "1"
  56086. "[gs_mother_of_pearl_elite]weapon_elite" "1"
  56087. }
  56088. "set_chopshop_legendary"
  56089. {
  56090. "[am_aqua_flecks]weapon_glock" "1"
  56091. "[an_red_m4a1s]weapon_m4a1_silencer" "1"
  56092. }
  56093. "set_kimono_common"
  56094. {
  56095. "[hy_bamboo_jungle_ink]weapon_bizon" "1"
  56096. "[hy_bamboo_jungle_black]weapon_sawedoff" "1"
  56097. "[hy_bamboo_jungle]weapon_tec9" "1"
  56098. "[hy_kimono_diamonds_orange]weapon_g3sg1" "1"
  56099. "[sp_kimono_diamonds]weapon_p250" "1"
  56100. }
  56101. "set_kimono_uncommon"
  56102. {
  56103. "[hy_kimono_diamonds_red]weapon_p250" "1"
  56104. "[am_seastorm]weapon_deagle" "1"
  56105. }
  56106. "set_kimono_rare"
  56107. {
  56108. "[am_geometric_steps]weapon_galilar" "1"
  56109. "[hy_geometric_steps_green]weapon_mag7" "1"
  56110. "[hy_geometric_steps_yellow]weapon_tec9" "1"
  56111. }
  56112. "set_kimono_mythical"
  56113. {
  56114. "[hy_kimono_diamonds]weapon_fiveseven" "1"
  56115. "[am_seastorm_blood]weapon_deagle" "1"
  56116. "[am_seastorm_shojo]weapon_deagle" "1"
  56117. "[am_kimono_sunrise]weapon_m4a1" "1"
  56118. }
  56119. "set_kimono_legendary"
  56120. {
  56121. "[am_bamboo_jungle]weapon_ak47" "1"
  56122. }
  56123. "set_kimono_ancient"
  56124. {
  56125. "[cu_anime_aug]weapon_aug" "1"
  56126. }
  56127. "set_dust"
  56128. {
  56129. "set_dust_uncommon" "1"
  56130. "set_dust_rare" "1"
  56131. "set_dust_mythical" "1"
  56132. }
  56133. "set_aztec"
  56134. {
  56135. "set_aztec_common" "1"
  56136. "set_aztec_uncommon" "1"
  56137. "set_aztec_rare" "1"
  56138. }
  56139. "set_vertigo"
  56140. {
  56141. "set_vertigo_common" "1"
  56142. "set_vertigo_uncommon" "1"
  56143. "set_vertigo_rare" "1"
  56144. "set_vertigo_mythical" "1"
  56145. }
  56146. "set_inferno"
  56147. {
  56148. "set_inferno_common" "1"
  56149. "set_inferno_uncommon" "1"
  56150. "set_inferno_rare" "1"
  56151. }
  56152. "set_militia"
  56153. {
  56154. "set_militia_common" "1"
  56155. "set_militia_uncommon" "1"
  56156. "set_militia_rare" "1"
  56157. "set_militia_mythical" "1"
  56158. "set_militia_legendary" "1"
  56159. }
  56160. "set_nuke"
  56161. {
  56162. "set_nuke_common" "1"
  56163. "set_nuke_uncommon" "1"
  56164. "set_nuke_rare" "1"
  56165. "set_nuke_mythical" "1"
  56166. }
  56167. "set_office"
  56168. {
  56169. "set_office_common" "1"
  56170. "set_office_uncommon" "1"
  56171. "set_office_rare" "1"
  56172. }
  56173. "set_assault"
  56174. {
  56175. "set_assault_common" "1"
  56176. "set_assault_uncommon" "1"
  56177. "set_assault_rare" "1"
  56178. "set_assault_mythical" "1"
  56179. }
  56180. "set_bravo_ii"
  56181. {
  56182. "set_bravo_ii_common" "1"
  56183. "set_bravo_ii_uncommon" "1"
  56184. "set_bravo_ii_rare" "1"
  56185. "set_bravo_ii_mythical" "1"
  56186. }
  56187. "set_dust_2"
  56188. {
  56189. "set_dust_2_common" "1"
  56190. "set_dust_2_uncommon" "1"
  56191. "set_dust_2_rare" "1"
  56192. "set_dust_2_mythical" "1"
  56193. "set_dust_2_legendary" "1"
  56194. }
  56195. "set_train"
  56196. {
  56197. "set_train_common" "1"
  56198. "set_train_uncommon" "1"
  56199. "set_train_rare" "1"
  56200. "set_train_mythical" "1"
  56201. }
  56202. "set_mirage"
  56203. {
  56204. "set_mirage_common" "1"
  56205. "set_mirage_uncommon" "1"
  56206. "set_mirage_rare" "1"
  56207. "set_mirage_mythical" "1"
  56208. }
  56209. "set_italy"
  56210. {
  56211. "set_italy_common" "1"
  56212. "set_italy_uncommon" "1"
  56213. "set_italy_rare" "1"
  56214. "set_italy_mythical" "1"
  56215. }
  56216. "set_lake"
  56217. {
  56218. "set_lake_common" "1"
  56219. "set_lake_uncommon" "1"
  56220. "set_lake_rare" "1"
  56221. "set_lake_mythical" "1"
  56222. }
  56223. "set_safehouse"
  56224. {
  56225. "set_safehouse_common" "1"
  56226. "set_safehouse_uncommon" "1"
  56227. "set_safehouse_rare" "1"
  56228. "set_safehouse_mythical" "1"
  56229. }
  56230. "set_bank"
  56231. {
  56232. "set_bank_common" "1"
  56233. "set_bank_uncommon" "1"
  56234. "set_bank_rare" "1"
  56235. "set_bank_mythical" "1"
  56236. "set_bank_legendary" "1"
  56237. }
  56238. "set_overpass"
  56239. {
  56240. "set_overpass_common" "1"
  56241. "set_overpass_uncommon" "1"
  56242. "set_overpass_rare" "1"
  56243. "set_overpass_mythical" "1"
  56244. "set_overpass_legendary" "1"
  56245. }
  56246. "set_cobblestone"
  56247. {
  56248. "set_cobblestone_common" "1"
  56249. "set_cobblestone_uncommon" "1"
  56250. "set_cobblestone_rare" "1"
  56251. "set_cobblestone_mythical" "1"
  56252. "set_cobblestone_legendary" "1"
  56253. "set_cobblestone_ancient" "1"
  56254. }
  56255. "set_baggage"
  56256. {
  56257. "set_baggage_common" "1"
  56258. "set_baggage_uncommon" "1"
  56259. "set_baggage_rare" "1"
  56260. "set_baggage_mythical" "1"
  56261. "set_baggage_legendary" "1"
  56262. }
  56263. "set_cache"
  56264. {
  56265. "set_cache_uncommon" "1"
  56266. "set_cache_rare" "1"
  56267. "set_cache_mythical" "1"
  56268. }
  56269. "set_gods_and_monsters"
  56270. {
  56271. "set_gods_and_monsters_common" "1"
  56272. "set_gods_and_monsters_uncommon" "1"
  56273. "set_gods_and_monsters_rare" "1"
  56274. "set_gods_and_monsters_mythical" "1"
  56275. "set_gods_and_monsters_legendary" "1"
  56276. "set_gods_and_monsters_ancient" "1"
  56277. }
  56278. "set_chopshop"
  56279. {
  56280. "set_chopshop_common" "1"
  56281. "set_chopshop_uncommon" "1"
  56282. "set_chopshop_rare" "1"
  56283. "set_chopshop_mythical" "1"
  56284. "set_chopshop_legendary" "1"
  56285. }
  56286. "set_kimono"
  56287. {
  56288. "set_kimono_common" "1"
  56289. "set_kimono_uncommon" "1"
  56290. "set_kimono_rare" "1"
  56291. "set_kimono_mythical" "1"
  56292. "set_kimono_legendary" "1"
  56293. "set_kimono_ancient" "1"
  56294. }
  56295. "crate_community_3_rare"
  56296. {
  56297. "[cu_tec9_asiimov]weapon_tec9" "1"
  56298. "[cu_ssg08_immortal]weapon_ssg08" "1"
  56299. "[hy_galil_kami]weapon_galilar" "1"
  56300. "[am_gyrate]weapon_cz75a" "1"
  56301. "[an_royalbleed]weapon_p90" "1"
  56302. "[cu_p2000_pulse]weapon_hkp2000" "1"
  56303. }
  56304. "crate_community_3_mythical"
  56305. {
  56306. "[cu_aug_progressiv]weapon_aug" "1"
  56307. "[cu_bizon_antique]weapon_bizon" "1"
  56308. "[cu_xm1014_heaven_guard]weapon_xm1014" "1"
  56309. "[cu_korupt]weapon_mac10" "1"
  56310. }
  56311. "crate_community_3_legendary"
  56312. {
  56313. "[am_m4a1-s_alloy_orange]weapon_m4a1_silencer" "1"
  56314. "[cu_scar_cyrex]weapon_scar20" "1"
  56315. "[cu_kaiman]weapon_usp_silencer" "1"
  56316. }
  56317. "crate_community_3_ancient"
  56318. {
  56319. "[cu_ak47_rubber]weapon_ak47" "1"
  56320. "[cu_titanstorm]weapon_m4a1" "1"
  56321. }
  56322. "crate_sticker_pack01_rare"
  56323. {
  56324. "[std_thirteen]sticker" "1"
  56325. "[std_aces_high]sticker" "1"
  56326. "[std_conquered]sticker" "1"
  56327. "[std_destroy]sticker" "1"
  56328. "[std_dispatch]sticker" "1"
  56329. "[std_fearsome]sticker" "1"
  56330. "[std_guarding_hell]sticker" "1"
  56331. "[std_lemon]sticker" "1"
  56332. "[std_luck]sticker" "1"
  56333. "[std_vigilance]sticker" "1"
  56334. }
  56335. "crate_sticker_pack01_mythical"
  56336. {
  56337. "[std_aces_high_holo]sticker" "1"
  56338. "[std_fearsome_holo]sticker" "1"
  56339. "[std_vigilance_holo]sticker" "1"
  56340. }
  56341. "crate_sticker_pack01_legendary"
  56342. {
  56343. "[std_thirteen_foil]sticker" "1"
  56344. "[std_luck_foil]sticker" "1"
  56345. }
  56346. "crate_sticker_pack01"
  56347. {
  56348. "crate_sticker_pack01_rare" "1"
  56349. "crate_sticker_pack01_mythical" "1"
  56350. "crate_sticker_pack01_legendary" "1"
  56351. }
  56352. "crate_sticker_pack02_rare"
  56353. {
  56354. "[std2_banana]sticker" "1"
  56355. "[std2_bomb_code]sticker" "1"
  56356. "[std2_chicken_lover]sticker" "1"
  56357. "[std2_goodgame]sticker" "1"
  56358. "[std2_goodluck]sticker" "1"
  56359. "[std2_havefun]sticker" "1"
  56360. "[std2_lets_roll_oll]sticker" "1"
  56361. "[std2_metal]sticker" "1"
  56362. "[std2_nice_shot]sticker" "1"
  56363. "[std2_welcome_clutch]sticker" "1"
  56364. }
  56365. "crate_sticker_pack02_mythical"
  56366. {
  56367. "[std2_bish_holo]sticker" "1"
  56368. "[std2_bash_holo]sticker" "1"
  56369. "[std2_bosh_holo]sticker" "1"
  56370. "[std2_lets_roll_oll_holo]sticker" "1"
  56371. }
  56372. "crate_sticker_pack02_legendary"
  56373. {
  56374. "[std_crown_foil]sticker" "1"
  56375. "[std2_stupid_banana_foil]sticker" "1"
  56376. }
  56377. "crate_sticker_pack02"
  56378. {
  56379. "crate_sticker_pack02_rare" "1"
  56380. "crate_sticker_pack02_mythical" "1"
  56381. "crate_sticker_pack02_legendary" "1"
  56382. }
  56383. "crate_sticker_pack_enfu_capsule_rare"
  56384. {
  56385. "[enfu_chicken]sticker" "1"
  56386. "[enfu_bombsquad]sticker" "1"
  56387. "[enfu_skullfuskulltorgeist]sticker" "1"
  56388. "[enfu_guru]sticker" "1"
  56389. "[enfu_ninja]sticker" "1"
  56390. "[enfu_samurai]sticker" "1"
  56391. "[enfu_skullfutrooop]sticker" "1"
  56392. "[enfu_soldier]sticker" "1"
  56393. "[enfu_spartan]sticker" "1"
  56394. "[enfu_unicorn]sticker" "1"
  56395. "[enfu_skullfulilboney]sticker" "1"
  56396. "[enfu_zombie]sticker" "1"
  56397. }
  56398. "crate_sticker_pack_enfu_capsule_mythical"
  56399. {
  56400. "[enfu_unicorn_holo]sticker" "1"
  56401. }
  56402. "crate_sticker_pack_enfu_capsule_legendary"
  56403. {
  56404. "[enfu_bombsquad_foil]sticker" "1"
  56405. "[enfu_ninja_foil]sticker" "1"
  56406. }
  56407. "crate_sticker_pack_enfu_capsule_lootlist"
  56408. {
  56409. "crate_sticker_pack_enfu_capsule_rare" "1"
  56410. "crate_sticker_pack_enfu_capsule_mythical" "1"
  56411. "crate_sticker_pack_enfu_capsule_legendary" "1"
  56412. }
  56413. "crate_sticker_pack_pinups_capsule_rare"
  56414. {
  56415. "[pinups_ivette]sticker" "1"
  56416. "[pinups_kimberly]sticker" "1"
  56417. "[pinups_martha]sticker" "1"
  56418. "[pinups_merietta]sticker" "1"
  56419. "[pinups_scherry]sticker" "1"
  56420. "[pinups_tamara]sticker" "1"
  56421. }
  56422. "crate_sticker_pack_pinups_capsule_mythical"
  56423. {
  56424. "[pinups_ivette_holo]sticker" "1"
  56425. "[pinups_kimberly_holo]sticker" "1"
  56426. "[pinups_martha_holo]sticker" "1"
  56427. "[pinups_merietta_holo]sticker" "1"
  56428. "[pinups_scherry_holo]sticker" "1"
  56429. "[pinups_tamara_holo]sticker" "1"
  56430. }
  56431. "crate_sticker_pack_pinups_capsule_lootlist"
  56432. {
  56433. "crate_sticker_pack_pinups_capsule_rare" "1"
  56434. "crate_sticker_pack_pinups_capsule_mythical" "1"
  56435. }
  56436. "crate_sticker_pack_slid3_capsule_rare"
  56437. {
  56438. "[slid3_boom]sticker" "1"
  56439. "[slid3_countdown]sticker" "1"
  56440. "[slid3_dontworryigotcha]sticker" "1"
  56441. "[slid3_hardclucklife]sticker" "1"
  56442. "[slid3_moveit]sticker" "1"
  56443. }
  56444. "crate_sticker_pack_slid3_capsule_mythical"
  56445. {
  56446. "[slid3_boom_holo]sticker" "1"
  56447. "[slid3_countdown_holo]sticker" "1"
  56448. "[slid3_dontworryigotcha_holo]sticker" "1"
  56449. "[slid3_hardclucklife_holo]sticker" "1"
  56450. "[slid3_moveit_holo]sticker" "1"
  56451. }
  56452. "crate_sticker_pack_slid3_capsule_legendary"
  56453. {
  56454. "[slid3_boom_foil]sticker" "1"
  56455. "[slid3_countdown_foil]sticker" "1"
  56456. "[slid3_dontworryigotcha_foil]sticker" "1"
  56457. "[slid3_hardclucklife_foil]sticker" "1"
  56458. "[slid3_moveit_foil]sticker" "1"
  56459. }
  56460. "crate_sticker_pack_slid3_capsule_lootlist"
  56461. {
  56462. "crate_sticker_pack_slid3_capsule_rare" "1"
  56463. "crate_sticker_pack_slid3_capsule_mythical" "1"
  56464. "crate_sticker_pack_slid3_capsule_legendary" "1"
  56465. }
  56466. "crate_sticker_pack_team_roles_capsule_rare"
  56467. {
  56468. "[team_roles_awper]sticker" "1"
  56469. "[team_roles_baiter]sticker" "1"
  56470. "[team_roles_bomber]sticker" "1"
  56471. "[team_roles_bot]sticker" "1"
  56472. "[team_roles_fragger]sticker" "1"
  56473. "[team_roles_leader]sticker" "1"
  56474. "[team_roles_lurker]sticker" "1"
  56475. "[team_roles_nader]sticker" "1"
  56476. "[team_roles_ninja]sticker" "1"
  56477. "[team_roles_support]sticker" "1"
  56478. }
  56479. "crate_sticker_pack_team_roles_capsule_legendary"
  56480. {
  56481. "[team_roles_pro_foil]sticker" "1"
  56482. }
  56483. "crate_sticker_pack_team_roles_capsule_lootlist"
  56484. {
  56485. "crate_sticker_pack_team_roles_capsule_rare" "1"
  56486. "crate_sticker_pack_team_roles_capsule_legendary" "1"
  56487. }
  56488. "crate_sticker_pack_kat2014_01_rare"
  56489. {
  56490. "[kat2014_3dmax]sticker" "1"
  56491. "[kat2014_ibuypower]sticker" "1"
  56492. "[kat2014_mousesports]sticker" "1"
  56493. "[kat2014_mystik]sticker" "1"
  56494. "[kat2014_navi]sticker" "1"
  56495. "[kat2014_reason]sticker" "1"
  56496. "[kat2014_virtuspro]sticker" "1"
  56497. "[kat2014_voxeminor]sticker" "1"
  56498. }
  56499. "crate_sticker_pack_kat2014_01_mythical"
  56500. {
  56501. "[kat2014_3dmax_holo]sticker" "1"
  56502. "[kat2014_ibuypower_holo]sticker" "1"
  56503. "[kat2014_mousesports_holo]sticker" "1"
  56504. "[kat2014_mystik_holo]sticker" "1"
  56505. "[kat2014_navi_holo]sticker" "1"
  56506. "[kat2014_reason_holo]sticker" "1"
  56507. "[kat2014_virtuspro_holo]sticker" "1"
  56508. "[kat2014_voxeminor_holo]sticker" "1"
  56509. }
  56510. "crate_sticker_pack_kat2014_01_legendary"
  56511. {
  56512. "[kat2014_esl1_foil]sticker" "1"
  56513. }
  56514. "crate_sticker_pack_kat2014_01"
  56515. {
  56516. "crate_sticker_pack_kat2014_01_rare" "1"
  56517. "crate_sticker_pack_kat2014_01_mythical" "1"
  56518. "crate_sticker_pack_kat2014_01_legendary" "1"
  56519. }
  56520. "crate_sticker_pack_kat2014_02_rare"
  56521. {
  56522. "[kat2014_complexity]sticker" "1"
  56523. "[kat2014_dignitas]sticker" "1"
  56524. "[kat2014_fnatic]sticker" "1"
  56525. "[kat2014_hellraisers]sticker" "1"
  56526. "[kat2014_ldlc]sticker" "1"
  56527. "[kat2014_lgb]sticker" "1"
  56528. "[kat2014_ninjasinpyjamas]sticker" "1"
  56529. "[kat2014_titan]sticker" "1"
  56530. }
  56531. "crate_sticker_pack_kat2014_02_mythical"
  56532. {
  56533. "[kat2014_complexity_holo]sticker" "1"
  56534. "[kat2014_dignitas_holo]sticker" "1"
  56535. "[kat2014_fnatic_holo]sticker" "1"
  56536. "[kat2014_hellraisers_holo]sticker" "1"
  56537. "[kat2014_ldlc_holo]sticker" "1"
  56538. "[kat2014_lgb_holo]sticker" "1"
  56539. "[kat2014_ninjasinpyjamas_holo]sticker" "1"
  56540. "[kat2014_titan_holo]sticker" "1"
  56541. }
  56542. "crate_sticker_pack_kat2014_02_legendary"
  56543. {
  56544. "[kat2014_esl2_foil]sticker" "1"
  56545. }
  56546. "crate_sticker_pack_kat2014_02"
  56547. {
  56548. "crate_sticker_pack_kat2014_02_rare" "1"
  56549. "crate_sticker_pack_kat2014_02_mythical" "1"
  56550. "crate_sticker_pack_kat2014_02_legendary" "1"
  56551. }
  56552. "crate_sticker_pack_dhw2014_01_mythical"
  56553. {
  56554. "[dhw2014_fnatic_holo]sticker" "1"
  56555. "[dhw2014_cloud9_holo]sticker" "1"
  56556. "[dhw2014_virtuspro_holo]sticker" "1"
  56557. "[dhw2014_ninjasinpyjamas_holo]sticker" "1"
  56558. "[dhw2014_navi_holo]sticker" "1"
  56559. "[dhw2014_dignitas_holo]sticker" "1"
  56560. }
  56561. "crate_sticker_pack_dhw2014_01_legendary"
  56562. {
  56563. "[dhw2014_fnatic_foil]sticker" "1"
  56564. "[dhw2014_cloud9_foil]sticker" "1"
  56565. "[dhw2014_virtuspro_foil]sticker" "1"
  56566. "[dhw2014_ninjasinpyjamas_foil]sticker" "1"
  56567. "[dhw2014_navi_foil]sticker" "1"
  56568. "[dhw2014_dignitas_foil]sticker" "1"
  56569. "[dhw2014_dhw_foil]sticker" "1"
  56570. }
  56571. "crate_sticker_pack_dhw2014_01"
  56572. {
  56573. "crate_sticker_pack_dhw2014_01_mythical" "1"
  56574. "crate_sticker_pack_dhw2014_01_legendary" "1"
  56575. }
  56576. "crate_sticker_pack_eslkatowice2015_01_mythical"
  56577. {
  56578. "[eslkatowice2015_fnatic_holo]sticker" "1"
  56579. "[eslkatowice2015_hellraisers_holo]sticker" "1"
  56580. "[eslkatowice2015_navi_holo]sticker" "1"
  56581. "[eslkatowice2015_ninjasinpyjamas_holo]sticker" "1"
  56582. "[eslkatowice2015_pentasports_holo]sticker" "1"
  56583. "[eslkatowice2015_teamenvyus_holo]sticker" "1"
  56584. "[eslkatowice2015_teamsolomid_holo]sticker" "1"
  56585. "[eslkatowice2015_virtuspro_holo]sticker" "1"
  56586. }
  56587. "crate_sticker_pack_eslkatowice2015_01_legendary"
  56588. {
  56589. "[eslkatowice2015_fnatic_foil]sticker" "1"
  56590. "[eslkatowice2015_hellraisers_foil]sticker" "1"
  56591. "[eslkatowice2015_navi_foil]sticker" "1"
  56592. "[eslkatowice2015_ninjasinpyjamas_foil]sticker" "1"
  56593. "[eslkatowice2015_pentasports_foil]sticker" "1"
  56594. "[eslkatowice2015_teamenvyus_foil]sticker" "1"
  56595. "[eslkatowice2015_teamsolomid_foil]sticker" "1"
  56596. "[eslkatowice2015_virtuspro_foil]sticker" "1"
  56597. "[eslkatowice2015_esl_a_foil]sticker" "1"
  56598. }
  56599. "crate_sticker_pack_eslkatowice2015_01"
  56600. {
  56601. "crate_sticker_pack_eslkatowice2015_01_mythical" "1"
  56602. "crate_sticker_pack_eslkatowice2015_01_legendary" "1"
  56603. }
  56604. "crate_sticker_pack_eslkatowice2015_02_mythical"
  56605. {
  56606. "[eslkatowice2015_3dmax_holo]sticker" "1"
  56607. "[eslkatowice2015_cloud9_holo]sticker" "1"
  56608. "[eslkatowice2015_counterlogic_holo]sticker" "1"
  56609. "[eslkatowice2015_flipsid3_holo]sticker" "1"
  56610. "[eslkatowice2015_keyd_holo]sticker" "1"
  56611. "[eslkatowice2015_lgb_holo]sticker" "1"
  56612. "[eslkatowice2015_titan_holo]sticker" "1"
  56613. "[eslkatowice2015_voxeminor_holo]sticker" "1"
  56614. }
  56615. "crate_sticker_pack_eslkatowice2015_02_legendary"
  56616. {
  56617. "[eslkatowice2015_3dmax_foil]sticker" "1"
  56618. "[eslkatowice2015_cloud9_foil]sticker" "1"
  56619. "[eslkatowice2015_counterlogic_foil]sticker" "1"
  56620. "[eslkatowice2015_flipsid3_foil]sticker" "1"
  56621. "[eslkatowice2015_keyd_foil]sticker" "1"
  56622. "[eslkatowice2015_lgb_foil]sticker" "1"
  56623. "[eslkatowice2015_titan_foil]sticker" "1"
  56624. "[eslkatowice2015_voxeminor_foil]sticker" "1"
  56625. "[eslkatowice2015_esl_a_foil]sticker" "1"
  56626. }
  56627. "crate_sticker_pack_eslkatowice2015_02"
  56628. {
  56629. "crate_sticker_pack_eslkatowice2015_02_mythical" "1"
  56630. "crate_sticker_pack_eslkatowice2015_02_legendary" "1"
  56631. }
  56632. "crate_sticker_pack_community01_rare"
  56633. {
  56634. "[comm01_backstab]sticker" "1"
  56635. "[comm01_pocket_bbq]sticker" "1"
  56636. "[comm01_bomb_doge]sticker" "1"
  56637. "[comm01_burn_them_all]sticker" "1"
  56638. "[comm01_llama_cannon]sticker" "1"
  56639. "[comm01_other_awp]sticker" "1"
  56640. "[comm01_shavemaster]sticker" "1"
  56641. "[comm01_skull]sticker" "1"
  56642. "[comm01_sneaky_beaky]sticker" "1"
  56643. "[comm01_to_b_or_not_to_b]sticker" "1"
  56644. "[comm01_death_comes]sticker" "1"
  56645. }
  56646. "crate_sticker_pack_community01_mythical"
  56647. {
  56648. "[comm01_teamwork_holo]sticker" "1"
  56649. "[comm01_rekt_holo]sticker" "1"
  56650. }
  56651. "crate_sticker_pack_community01_legendary"
  56652. {
  56653. "[comm01_headhunter_foil]sticker" "1"
  56654. "[comm01_flammable_foil]sticker" "1"
  56655. "[comm01_new_sheriff_foil]sticker" "1"
  56656. "[comm01_swag_foil]sticker" "1"
  56657. }
  56658. "crate_sticker_pack_community01"
  56659. {
  56660. "crate_sticker_pack_community01_rare" "1"
  56661. "crate_sticker_pack_community01_mythical" "1"
  56662. "crate_sticker_pack_community01_legendary" "1"
  56663. }
  56664. "crate_community_3"
  56665. {
  56666. "crate_community_3_rare" "1"
  56667. "crate_community_3_mythical" "1"
  56668. "crate_community_3_legendary" "1"
  56669. "crate_community_3_ancient" "1"
  56670. "community_case_3_unusual" "1"
  56671. }
  56672. "crate_sticker_pack_cologne2014_01_rare"
  56673. {
  56674. "[cologne2014_cloud9]sticker" "1"
  56675. "[cologne2014_fnatic]sticker" "1"
  56676. "[cologne2014_hellraisers]sticker" "1"
  56677. "[cologne2014_ninjasinpyjamas]sticker" "1"
  56678. "[cologne2014_teamdignitas]sticker" "1"
  56679. "[cologne2014_teamldlc]sticker" "1"
  56680. "[cologne2014_virtuspro]sticker" "1"
  56681. }
  56682. "crate_sticker_pack_cologne2014_01_mythical"
  56683. {
  56684. "[cologne2014_cloud9_holo]sticker" "1"
  56685. "[cologne2014_fnatic_holo]sticker" "1"
  56686. "[cologne2014_hellraisers_holo]sticker" "1"
  56687. "[cologne2014_ninjasinpyjamas_holo]sticker" "1"
  56688. "[cologne2014_teamdignitas_holo]sticker" "1"
  56689. "[cologne2014_teamldlc_holo]sticker" "1"
  56690. "[cologne2014_virtuspro_holo]sticker" "1"
  56691. }
  56692. "crate_sticker_pack_cologne2014_01_legendary"
  56693. {
  56694. "[cologne2014_esl_a]sticker" "1"
  56695. }
  56696. "crate_sticker_pack_cologne2014_01"
  56697. {
  56698. "crate_sticker_pack_cologne2014_01_rare" "1"
  56699. "crate_sticker_pack_cologne2014_01_mythical" "1"
  56700. "crate_sticker_pack_cologne2014_01_legendary" "1"
  56701. }
  56702. "crate_sticker_pack_cologne2014_02_rare"
  56703. {
  56704. "[cologne2014_copenhagenwolves]sticker" "1"
  56705. "[cologne2014_datteam]sticker" "1"
  56706. "[cologne2014_epsilonesports]sticker" "1"
  56707. "[cologne2014_ibuypower]sticker" "1"
  56708. "[cologne2014_londonconspiracy]sticker" "1"
  56709. "[cologne2014_navi]sticker" "1"
  56710. "[cologne2014_titan]sticker" "1"
  56711. "[cologne2014_voxeminor]sticker" "1"
  56712. "[cologne2014_wolf]sticker" "1"
  56713. }
  56714. "crate_sticker_pack_cologne2014_02_mythical"
  56715. {
  56716. "[cologne2014_copenhagenwolves_holo]sticker" "1"
  56717. "[cologne2014_datteam_holo]sticker" "1"
  56718. "[cologne2014_epsilonesports_holo]sticker" "1"
  56719. "[cologne2014_ibuypower_holo]sticker" "1"
  56720. "[cologne2014_londonconspiracy_holo]sticker" "1"
  56721. "[cologne2014_navi_holo]sticker" "1"
  56722. "[cologne2014_titan_holo]sticker" "1"
  56723. "[cologne2014_voxeminor_holo]sticker" "1"
  56724. "[cologne2014_wolf_holo]sticker" "1"
  56725. }
  56726. "crate_sticker_pack_cologne2014_02_legendary"
  56727. {
  56728. "[cologne2014_esl_b]sticker" "1"
  56729. }
  56730. "crate_sticker_pack_cologne2014_02"
  56731. {
  56732. "crate_sticker_pack_cologne2014_02_rare" "1"
  56733. "crate_sticker_pack_cologne2014_02_mythical" "1"
  56734. "crate_sticker_pack_cologne2014_02_legendary" "1"
  56735. }
  56736. "crate_esl14_promo_de_dust2"
  56737. {
  56738. "set_dust_2" "1"
  56739. }
  56740. "crate_esl14_promo_de_inferno"
  56741. {
  56742. "set_inferno" "1"
  56743. }
  56744. "crate_esl14_promo_de_mirage"
  56745. {
  56746. "set_mirage" "1"
  56747. }
  56748. "crate_esl14_promo_de_nuke"
  56749. {
  56750. "set_nuke" "1"
  56751. }
  56752. "crate_esl14_promo_de_cache"
  56753. {
  56754. "set_cache" "1"
  56755. }
  56756. "crate_esl14_promo_de_cbble"
  56757. {
  56758. "set_cobblestone" "1"
  56759. }
  56760. "crate_esl14_promo_de_overpass"
  56761. {
  56762. "set_overpass" "1"
  56763. }
  56764. "crate_dhw14_promo_de_dust2"
  56765. {
  56766. "set_dust_2" "1"
  56767. }
  56768. "crate_dhw14_promo_de_inferno"
  56769. {
  56770. "set_inferno" "1"
  56771. }
  56772. "crate_dhw14_promo_de_mirage"
  56773. {
  56774. "set_mirage" "1"
  56775. }
  56776. "crate_dhw14_promo_de_nuke"
  56777. {
  56778. "set_nuke" "1"
  56779. }
  56780. "crate_dhw14_promo_de_cache"
  56781. {
  56782. "set_cache" "1"
  56783. }
  56784. "crate_dhw14_promo_de_cbble"
  56785. {
  56786. "set_cobblestone" "1"
  56787. }
  56788. "crate_dhw14_promo_de_overpass"
  56789. {
  56790. "set_overpass" "1"
  56791. }
  56792. "crate_eslkatowice2015_promo_de_dust2"
  56793. {
  56794. "set_dust_2" "1"
  56795. }
  56796. "crate_eslkatowice2015_promo_de_inferno"
  56797. {
  56798. "set_inferno" "1"
  56799. }
  56800. "crate_eslkatowice2015_promo_de_mirage"
  56801. {
  56802. "set_mirage" "1"
  56803. }
  56804. "crate_eslkatowice2015_promo_de_nuke"
  56805. {
  56806. "set_nuke" "1"
  56807. }
  56808. "crate_eslkatowice2015_promo_de_cache"
  56809. {
  56810. "set_cache" "1"
  56811. }
  56812. "crate_eslkatowice2015_promo_de_cbble"
  56813. {
  56814. "set_cobblestone" "1"
  56815. }
  56816. "crate_eslkatowice2015_promo_de_overpass"
  56817. {
  56818. "set_overpass" "1"
  56819. }
  56820. "quest_reward_crate_vanguard"
  56821. {
  56822. "crate_operation_vanguard" "1"
  56823. }
  56824. "dhw2014_fnatic_rare"
  56825. {
  56826. "[dhw2014_fnatic]sticker" "1"
  56827. }
  56828. "dhw2014_cloud9_rare"
  56829. {
  56830. "[dhw2014_cloud9]sticker" "1"
  56831. }
  56832. "dhw2014_virtuspro_rare"
  56833. {
  56834. "[dhw2014_virtuspro]sticker" "1"
  56835. }
  56836. "dhw2014_ninjasinpyjamas_rare"
  56837. {
  56838. "[dhw2014_ninjasinpyjamas]sticker" "1"
  56839. }
  56840. "dhw2014_navi_rare"
  56841. {
  56842. "[dhw2014_navi]sticker" "1"
  56843. }
  56844. "dhw2014_dignitas_rare"
  56845. {
  56846. "[dhw2014_dignitas]sticker" "1"
  56847. }
  56848. "dhw2014_bravadogaming_rare"
  56849. {
  56850. "[dhw2014_bravadogaming]sticker" "1"
  56851. }
  56852. "dhw2014_escgaming_rare"
  56853. {
  56854. "[dhw2014_escgaming]sticker" "1"
  56855. }
  56856. "dhw2014_hellraisers_rare"
  56857. {
  56858. "[dhw2014_hellraisers]sticker" "1"
  56859. }
  56860. "dhw2014_ibuypower_rare"
  56861. {
  56862. "[dhw2014_ibuypower]sticker" "1"
  56863. }
  56864. "dhw2014_pentasports_rare"
  56865. {
  56866. "[dhw2014_pentasports]sticker" "1"
  56867. }
  56868. "dhw2014_planetkeydynamics_rare"
  56869. {
  56870. "[dhw2014_planetkeydynamics]sticker" "1"
  56871. }
  56872. "dhw2014_teamldlc_rare"
  56873. {
  56874. "[dhw2014_teamldlc]sticker" "1"
  56875. }
  56876. "dhw2014_myxmg_rare"
  56877. {
  56878. "[dhw2014_myxmg]sticker" "1"
  56879. }
  56880. "dhw2014_dhw_rare"
  56881. {
  56882. "[dhw2014_dhw]sticker" "1"
  56883. }
  56884. "dhw2014_3dmax_rare"
  56885. {
  56886. "[dhw2014_3dmax]sticker" "1"
  56887. }
  56888. "dhw2014_copenhagenwolves_rare"
  56889. {
  56890. "[dhw2014_copenhagenwolves]sticker" "1"
  56891. }
  56892. "dhw2014_datteam_rare"
  56893. {
  56894. "[dhw2014_datteam]sticker" "1"
  56895. }
  56896. "dhw2014_londonconspiracy_rare"
  56897. {
  56898. "[dhw2014_londonconspiracy]sticker" "1"
  56899. }
  56900. "dhw2014_mousesports_rare"
  56901. {
  56902. "[dhw2014_mousesports]sticker" "1"
  56903. }
  56904. "dhw2014_flipsid3_rare"
  56905. {
  56906. "[dhw2014_flipsid3]sticker" "1"
  56907. }
  56908. "eslkatowice2015_3dmax_rare"
  56909. {
  56910. "[eslkatowice2015_3dmax]sticker" "1"
  56911. }
  56912. "eslkatowice2015_cloud9_rare"
  56913. {
  56914. "[eslkatowice2015_cloud9]sticker" "1"
  56915. }
  56916. "eslkatowice2015_counterlogic_rare"
  56917. {
  56918. "[eslkatowice2015_counterlogic]sticker" "1"
  56919. }
  56920. "eslkatowice2015_flipsid3_rare"
  56921. {
  56922. "[eslkatowice2015_flipsid3]sticker" "1"
  56923. }
  56924. "eslkatowice2015_fnatic_rare"
  56925. {
  56926. "[eslkatowice2015_fnatic]sticker" "1"
  56927. }
  56928. "eslkatowice2015_hellraisers_rare"
  56929. {
  56930. "[eslkatowice2015_hellraisers]sticker" "1"
  56931. }
  56932. "eslkatowice2015_keyd_rare"
  56933. {
  56934. "[eslkatowice2015_keyd]sticker" "1"
  56935. }
  56936. "eslkatowice2015_lgb_rare"
  56937. {
  56938. "[eslkatowice2015_lgb]sticker" "1"
  56939. }
  56940. "eslkatowice2015_navi_rare"
  56941. {
  56942. "[eslkatowice2015_navi]sticker" "1"
  56943. }
  56944. "eslkatowice2015_ninjasinpyjamas_rare"
  56945. {
  56946. "[eslkatowice2015_ninjasinpyjamas]sticker" "1"
  56947. }
  56948. "eslkatowice2015_pentasports_rare"
  56949. {
  56950. "[eslkatowice2015_pentasports]sticker" "1"
  56951. }
  56952. "eslkatowice2015_teamenvyus_rare"
  56953. {
  56954. "[eslkatowice2015_teamenvyus]sticker" "1"
  56955. }
  56956. "eslkatowice2015_teamsolomid_rare"
  56957. {
  56958. "[eslkatowice2015_teamsolomid]sticker" "1"
  56959. }
  56960. "eslkatowice2015_titan_rare"
  56961. {
  56962. "[eslkatowice2015_titan]sticker" "1"
  56963. }
  56964. "eslkatowice2015_virtuspro_rare"
  56965. {
  56966. "[eslkatowice2015_virtuspro]sticker" "1"
  56967. }
  56968. "eslkatowice2015_voxeminor_rare"
  56969. {
  56970. "[eslkatowice2015_voxeminor]sticker" "1"
  56971. }
  56972. "eslkatowice2015_esl_a_rare"
  56973. {
  56974. "[eslkatowice2015_esl_a]sticker" "1"
  56975. }
  56976. "eslcologne2015_rare_fnatic"
  56977. {
  56978. "[eslcologne2015_team_fnatic]sticker" "1"
  56979. }
  56980. "eslcologne2015_rare_virtuspro"
  56981. {
  56982. "[eslcologne2015_team_virtuspro]sticker" "1"
  56983. }
  56984. "eslcologne2015_rare_mousesports"
  56985. {
  56986. "[eslcologne2015_team_mousesports]sticker" "1"
  56987. }
  56988. "eslcologne2015_rare_navi"
  56989. {
  56990. "[eslcologne2015_team_navi]sticker" "1"
  56991. }
  56992. "eslcologne2015_rare_renegades"
  56993. {
  56994. "[eslcologne2015_team_renegades]sticker" "1"
  56995. }
  56996. "eslcologne2015_rare_kinguin"
  56997. {
  56998. "[eslcologne2015_team_kinguin]sticker" "1"
  56999. }
  57000. "eslcologne2015_rare_ebettle"
  57001. {
  57002. "[eslcologne2015_team_ebettle]sticker" "1"
  57003. }
  57004. "eslcologne2015_rare_cloud9"
  57005. {
  57006. "[eslcologne2015_team_cloud9]sticker" "1"
  57007. }
  57008. "eslcologne2015_rare_ninjasinpyjamas"
  57009. {
  57010. "[eslcologne2015_team_ninjasinpyjamas]sticker" "1"
  57011. }
  57012. "eslcologne2015_rare_envyus"
  57013. {
  57014. "[eslcologne2015_team_envyus]sticker" "1"
  57015. }
  57016. "eslcologne2015_rare_luminositygaming"
  57017. {
  57018. "[eslcologne2015_team_luminositygaming]sticker" "1"
  57019. }
  57020. "eslcologne2015_rare_solomid"
  57021. {
  57022. "[eslcologne2015_team_solomid]sticker" "1"
  57023. }
  57024. "eslcologne2015_rare_teamimmunity"
  57025. {
  57026. "[eslcologne2015_team_teamimmunity]sticker" "1"
  57027. }
  57028. "eslcologne2015_rare_flipside"
  57029. {
  57030. "[eslcologne2015_team_flipside]sticker" "1"
  57031. }
  57032. "eslcologne2015_rare_titan"
  57033. {
  57034. "[eslcologne2015_team_titan]sticker" "1"
  57035. }
  57036. "eslcologne2015_rare_clg"
  57037. {
  57038. "[eslcologne2015_team_clg]sticker" "1"
  57039. }
  57040. "eslcologne2015_rare_esl"
  57041. {
  57042. "[eslcologne2015_team_esl]sticker" "1"
  57043. }
  57044. "crate_sticker_pack_eslcologne2015_legends_rare"
  57045. {
  57046. "[eslcologne2015_team_fnatic]sticker" "1"
  57047. "[eslcologne2015_team_virtuspro]sticker" "1"
  57048. "[eslcologne2015_team_mousesports]sticker" "1"
  57049. "[eslcologne2015_team_navi]sticker" "1"
  57050. "[eslcologne2015_team_ninjasinpyjamas]sticker" "1"
  57051. "[eslcologne2015_team_envyus]sticker" "1"
  57052. "[eslcologne2015_team_luminositygaming]sticker" "1"
  57053. "[eslcologne2015_team_solomid]sticker" "1"
  57054. "[eslcologne2015_team_esl]sticker" "1"
  57055. }
  57056. "crate_sticker_pack_eslcologne2015_legends_legendary"
  57057. {
  57058. "[eslcologne2015_team_fnatic_foil]sticker" "1"
  57059. "[eslcologne2015_team_virtuspro_foil]sticker" "1"
  57060. "[eslcologne2015_team_mousesports_foil]sticker" "1"
  57061. "[eslcologne2015_team_navi_foil]sticker" "1"
  57062. "[eslcologne2015_team_ninjasinpyjamas_foil]sticker" "1"
  57063. "[eslcologne2015_team_envyus_foil]sticker" "1"
  57064. "[eslcologne2015_team_luminositygaming_foil]sticker" "1"
  57065. "[eslcologne2015_team_solomid_foil]sticker" "1"
  57066. "[eslcologne2015_team_esl_foil]sticker" "1"
  57067. }
  57068. "crate_sticker_pack_eslcologne2015_legends"
  57069. {
  57070. "crate_sticker_pack_eslcologne2015_legends_legendary" "1"
  57071. }
  57072. "crate_sticker_pack_eslcologne2015_challengers_rare"
  57073. {
  57074. "[eslcologne2015_team_renegades]sticker" "1"
  57075. "[eslcologne2015_team_kinguin]sticker" "1"
  57076. "[eslcologne2015_team_ebettle]sticker" "1"
  57077. "[eslcologne2015_team_cloud9]sticker" "1"
  57078. "[eslcologne2015_team_teamimmunity]sticker" "1"
  57079. "[eslcologne2015_team_flipside]sticker" "1"
  57080. "[eslcologne2015_team_titan]sticker" "1"
  57081. "[eslcologne2015_team_clg]sticker" "1"
  57082. }
  57083. "crate_sticker_pack_eslcologne2015_challengers_legendary"
  57084. {
  57085. "[eslcologne2015_team_renegades_foil]sticker" "1"
  57086. "[eslcologne2015_team_kinguin_foil]sticker" "1"
  57087. "[eslcologne2015_team_ebettle_foil]sticker" "1"
  57088. "[eslcologne2015_team_cloud9_foil]sticker" "1"
  57089. "[eslcologne2015_team_teamimmunity_foil]sticker" "1"
  57090. "[eslcologne2015_team_flipside_foil]sticker" "1"
  57091. "[eslcologne2015_team_titan_foil]sticker" "1"
  57092. "[eslcologne2015_team_clg_foil]sticker" "1"
  57093. "[eslcologne2015_team_esl_foil]sticker" "1"
  57094. }
  57095. "crate_sticker_pack_eslcologne2015_challengers"
  57096. {
  57097. "crate_sticker_pack_eslcologne2015_challengers_legendary" "1"
  57098. }
  57099. "eslcologne2015_signatures_fnatic"
  57100. {
  57101. "[eslcologne2015_signature_pronax]sticker" "1"
  57102. "[eslcologne2015_signature_flusha]sticker" "1"
  57103. "[eslcologne2015_signature_jw]sticker" "1"
  57104. "[eslcologne2015_signature_krimz]sticker" "1"
  57105. "[eslcologne2015_signature_olofmeister]sticker" "1"
  57106. }
  57107. "eslcologne2015_signatures_luminositygaming"
  57108. {
  57109. "[eslcologne2015_signature_fallen]sticker" "1"
  57110. "[eslcologne2015_signature_steel]sticker" "1"
  57111. "[eslcologne2015_signature_fer]sticker" "1"
  57112. "[eslcologne2015_signature_boltz]sticker" "1"
  57113. "[eslcologne2015_signature_coldzera]sticker" "1"
  57114. }
  57115. "eslcologne2015_signatures_navi"
  57116. {
  57117. "[eslcologne2015_signature_guardian]sticker" "1"
  57118. "[eslcologne2015_signature_zeus]sticker" "1"
  57119. "[eslcologne2015_signature_seized]sticker" "1"
  57120. "[eslcologne2015_signature_edward]sticker" "1"
  57121. "[eslcologne2015_signature_flamie]sticker" "1"
  57122. }
  57123. "eslcologne2015_signatures_ninjasinpyjamas"
  57124. {
  57125. "[eslcologne2015_signature_xizt]sticker" "1"
  57126. "[eslcologne2015_signature_forest]sticker" "1"
  57127. "[eslcologne2015_signature_getright]sticker" "1"
  57128. "[eslcologne2015_signature_friberg]sticker" "1"
  57129. "[eslcologne2015_signature_allu]sticker" "1"
  57130. }
  57131. "eslcologne2015_signatures_envyus"
  57132. {
  57133. "[eslcologne2015_signature_kennys]sticker" "1"
  57134. "[eslcologne2015_signature_kioshima]sticker" "1"
  57135. "[eslcologne2015_signature_happy]sticker" "1"
  57136. "[eslcologne2015_signature_apex]sticker" "1"
  57137. "[eslcologne2015_signature_nbk]sticker" "1"
  57138. }
  57139. "eslcologne2015_signatures_titan"
  57140. {
  57141. "[eslcologne2015_signature_maniac]sticker" "1"
  57142. "[eslcologne2015_signature_ex6tenz]sticker" "1"
  57143. "[eslcologne2015_signature_shox]sticker" "1"
  57144. "[eslcologne2015_signature_smithzz]sticker" "1"
  57145. "[eslcologne2015_signature_rpk]sticker" "1"
  57146. }
  57147. "eslcologne2015_signatures_solomid"
  57148. {
  57149. "[eslcologne2015_signature_karrigan]sticker" "1"
  57150. "[eslcologne2015_signature_device]sticker" "1"
  57151. "[eslcologne2015_signature_dupreeh]sticker" "1"
  57152. "[eslcologne2015_signature_xyp9x]sticker" "1"
  57153. "[eslcologne2015_signature_cajunb]sticker" "1"
  57154. }
  57155. "eslcologne2015_signatures_virtuspro"
  57156. {
  57157. "[eslcologne2015_signature_neo]sticker" "1"
  57158. "[eslcologne2015_signature_pasha]sticker" "1"
  57159. "[eslcologne2015_signature_taz]sticker" "1"
  57160. "[eslcologne2015_signature_snax]sticker" "1"
  57161. "[eslcologne2015_signature_byali]sticker" "1"
  57162. }
  57163. "eslcologne2015_signatures_mousesports"
  57164. {
  57165. "[eslcologne2015_signature_chrisj]sticker" "1"
  57166. "[eslcologne2015_signature_gobb]sticker" "1"
  57167. "[eslcologne2015_signature_denis]sticker" "1"
  57168. "[eslcologne2015_signature_nex]sticker" "1"
  57169. "[eslcologne2015_signature_spiidi]sticker" "1"
  57170. }
  57171. "eslcologne2015_signatures_renegades"
  57172. {
  57173. "[eslcologne2015_signature_azr]sticker" "1"
  57174. "[eslcologne2015_signature_havoc]sticker" "1"
  57175. "[eslcologne2015_signature_jks]sticker" "1"
  57176. "[eslcologne2015_signature_spunj]sticker" "1"
  57177. "[eslcologne2015_signature_yam]sticker" "1"
  57178. }
  57179. "eslcologne2015_signatures_teamimmunity"
  57180. {
  57181. "[eslcologne2015_signature_ustilo]sticker" "1"
  57182. "[eslcologne2015_signature_rickeh]sticker" "1"
  57183. "[eslcologne2015_signature_emagine]sticker" "1"
  57184. "[eslcologne2015_signature_snyper]sticker" "1"
  57185. "[eslcologne2015_signature_james]sticker" "1"
  57186. }
  57187. "eslcologne2015_signatures_ebettle"
  57188. {
  57189. "[eslcologne2015_signature_rallen]sticker" "1"
  57190. "[eslcologne2015_signature_hyper]sticker" "1"
  57191. "[eslcologne2015_signature_peet]sticker" "1"
  57192. "[eslcologne2015_signature_furlan]sticker" "1"
  57193. "[eslcologne2015_signature_gruby]sticker" "1"
  57194. }
  57195. "eslcologne2015_signatures_kinguin"
  57196. {
  57197. "[eslcologne2015_signature_dennis]sticker" "1"
  57198. "[eslcologne2015_signature_scream]sticker" "1"
  57199. "[eslcologne2015_signature_rain]sticker" "1"
  57200. "[eslcologne2015_signature_maikelele]sticker" "1"
  57201. "[eslcologne2015_signature_fox]sticker" "1"
  57202. }
  57203. "eslcologne2015_signatures_flipside"
  57204. {
  57205. "[eslcologne2015_signature_markeloff]sticker" "1"
  57206. "[eslcologne2015_signature_b1ad3]sticker" "1"
  57207. "[eslcologne2015_signature_bondik]sticker" "1"
  57208. "[eslcologne2015_signature_worldedit]sticker" "1"
  57209. "[eslcologne2015_signature_davcost]sticker" "1"
  57210. }
  57211. "eslcologne2015_signatures_clg"
  57212. {
  57213. "[eslcologne2015_signature_hazed]sticker" "1"
  57214. "[eslcologne2015_signature_fns]sticker" "1"
  57215. "[eslcologne2015_signature_jdm64]sticker" "1"
  57216. "[eslcologne2015_signature_reltuc]sticker" "1"
  57217. "[eslcologne2015_signature_tarik]sticker" "1"
  57218. }
  57219. "eslcologne2015_signatures_cloud9"
  57220. {
  57221. "[eslcologne2015_signature_nothing]sticker" "1"
  57222. "[eslcologne2015_signature_sgares]sticker" "1"
  57223. "[eslcologne2015_signature_shroud]sticker" "1"
  57224. "[eslcologne2015_signature_freakazoid]sticker" "1"
  57225. "[eslcologne2015_signature_skadoodle]sticker" "1"
  57226. }
  57227. "crate_signature_pack_eslcologne2015_group_1_rare"
  57228. {
  57229. "[eslcologne2015_signature_xizt]sticker" "1"
  57230. "[eslcologne2015_signature_forest]sticker" "1"
  57231. "[eslcologne2015_signature_getright]sticker" "1"
  57232. "[eslcologne2015_signature_friberg]sticker" "1"
  57233. "[eslcologne2015_signature_allu]sticker" "1"
  57234. "[eslcologne2015_signature_karrigan]sticker" "1"
  57235. "[eslcologne2015_signature_device]sticker" "1"
  57236. "[eslcologne2015_signature_dupreeh]sticker" "1"
  57237. "[eslcologne2015_signature_xyp9x]sticker" "1"
  57238. "[eslcologne2015_signature_cajunb]sticker" "1"
  57239. "[eslcologne2015_signature_azr]sticker" "1"
  57240. "[eslcologne2015_signature_havoc]sticker" "1"
  57241. "[eslcologne2015_signature_jks]sticker" "1"
  57242. "[eslcologne2015_signature_spunj]sticker" "1"
  57243. "[eslcologne2015_signature_yam]sticker" "1"
  57244. "[eslcologne2015_signature_hazed]sticker" "1"
  57245. "[eslcologne2015_signature_fns]sticker" "1"
  57246. "[eslcologne2015_signature_jdm64]sticker" "1"
  57247. "[eslcologne2015_signature_reltuc]sticker" "1"
  57248. "[eslcologne2015_signature_tarik]sticker" "1"
  57249. }
  57250. "crate_signature_pack_eslcologne2015_group_1_legendary"
  57251. {
  57252. "[eslcologne2015_signature_xizt_foil]sticker" "1"
  57253. "[eslcologne2015_signature_forest_foil]sticker" "1"
  57254. "[eslcologne2015_signature_getright_foil]sticker" "1"
  57255. "[eslcologne2015_signature_friberg_foil]sticker" "1"
  57256. "[eslcologne2015_signature_allu_foil]sticker" "1"
  57257. "[eslcologne2015_signature_karrigan_foil]sticker" "1"
  57258. "[eslcologne2015_signature_device_foil]sticker" "1"
  57259. "[eslcologne2015_signature_dupreeh_foil]sticker" "1"
  57260. "[eslcologne2015_signature_xyp9x_foil]sticker" "1"
  57261. "[eslcologne2015_signature_cajunb_foil]sticker" "1"
  57262. "[eslcologne2015_signature_azr_foil]sticker" "1"
  57263. "[eslcologne2015_signature_havoc_foil]sticker" "1"
  57264. "[eslcologne2015_signature_jks_foil]sticker" "1"
  57265. "[eslcologne2015_signature_spunj_foil]sticker" "1"
  57266. "[eslcologne2015_signature_yam_foil]sticker" "1"
  57267. "[eslcologne2015_signature_hazed_foil]sticker" "1"
  57268. "[eslcologne2015_signature_fns_foil]sticker" "1"
  57269. "[eslcologne2015_signature_jdm64_foil]sticker" "1"
  57270. "[eslcologne2015_signature_reltuc_foil]sticker" "1"
  57271. "[eslcologne2015_signature_tarik_foil]sticker" "1"
  57272. }
  57273. "crate_signature_pack_eslcologne2015_group_2_rare"
  57274. {
  57275. "[eslcologne2015_signature_fallen]sticker" "1"
  57276. "[eslcologne2015_signature_steel]sticker" "1"
  57277. "[eslcologne2015_signature_fer]sticker" "1"
  57278. "[eslcologne2015_signature_boltz]sticker" "1"
  57279. "[eslcologne2015_signature_coldzera]sticker" "1"
  57280. "[eslcologne2015_signature_kennys]sticker" "1"
  57281. "[eslcologne2015_signature_kioshima]sticker" "1"
  57282. "[eslcologne2015_signature_happy]sticker" "1"
  57283. "[eslcologne2015_signature_apex]sticker" "1"
  57284. "[eslcologne2015_signature_nbk]sticker" "1"
  57285. "[eslcologne2015_signature_dennis]sticker" "1"
  57286. "[eslcologne2015_signature_scream]sticker" "1"
  57287. "[eslcologne2015_signature_rain]sticker" "1"
  57288. "[eslcologne2015_signature_maikelele]sticker" "1"
  57289. "[eslcologne2015_signature_fox]sticker" "1"
  57290. "[eslcologne2015_signature_markeloff]sticker" "1"
  57291. "[eslcologne2015_signature_b1ad3]sticker" "1"
  57292. "[eslcologne2015_signature_bondik]sticker" "1"
  57293. "[eslcologne2015_signature_worldedit]sticker" "1"
  57294. "[eslcologne2015_signature_davcost]sticker" "1"
  57295. }
  57296. "crate_signature_pack_eslcologne2015_group_2_legendary"
  57297. {
  57298. "[eslcologne2015_signature_fallen_foil]sticker" "1"
  57299. "[eslcologne2015_signature_steel_foil]sticker" "1"
  57300. "[eslcologne2015_signature_fer_foil]sticker" "1"
  57301. "[eslcologne2015_signature_boltz_foil]sticker" "1"
  57302. "[eslcologne2015_signature_coldzera_foil]sticker" "1"
  57303. "[eslcologne2015_signature_kennys_foil]sticker" "1"
  57304. "[eslcologne2015_signature_kioshima_foil]sticker" "1"
  57305. "[eslcologne2015_signature_happy_foil]sticker" "1"
  57306. "[eslcologne2015_signature_apex_foil]sticker" "1"
  57307. "[eslcologne2015_signature_nbk_foil]sticker" "1"
  57308. "[eslcologne2015_signature_dennis_foil]sticker" "1"
  57309. "[eslcologne2015_signature_scream_foil]sticker" "1"
  57310. "[eslcologne2015_signature_rain_foil]sticker" "1"
  57311. "[eslcologne2015_signature_maikelele_foil]sticker" "1"
  57312. "[eslcologne2015_signature_fox_foil]sticker" "1"
  57313. "[eslcologne2015_signature_markeloff_foil]sticker" "1"
  57314. "[eslcologne2015_signature_b1ad3_foil]sticker" "1"
  57315. "[eslcologne2015_signature_bondik_foil]sticker" "1"
  57316. "[eslcologne2015_signature_worldedit_foil]sticker" "1"
  57317. "[eslcologne2015_signature_davcost_foil]sticker" "1"
  57318. }
  57319. "crate_signature_pack_eslcologne2015_group_3_rare"
  57320. {
  57321. "[eslcologne2015_signature_pronax]sticker" "1"
  57322. "[eslcologne2015_signature_flusha]sticker" "1"
  57323. "[eslcologne2015_signature_jw]sticker" "1"
  57324. "[eslcologne2015_signature_krimz]sticker" "1"
  57325. "[eslcologne2015_signature_olofmeister]sticker" "1"
  57326. "[eslcologne2015_signature_guardian]sticker" "1"
  57327. "[eslcologne2015_signature_zeus]sticker" "1"
  57328. "[eslcologne2015_signature_seized]sticker" "1"
  57329. "[eslcologne2015_signature_edward]sticker" "1"
  57330. "[eslcologne2015_signature_flamie]sticker" "1"
  57331. "[eslcologne2015_signature_maniac]sticker" "1"
  57332. "[eslcologne2015_signature_ex6tenz]sticker" "1"
  57333. "[eslcologne2015_signature_shox]sticker" "1"
  57334. "[eslcologne2015_signature_smithzz]sticker" "1"
  57335. "[eslcologne2015_signature_rpk]sticker" "1"
  57336. "[eslcologne2015_signature_rallen]sticker" "1"
  57337. "[eslcologne2015_signature_hyper]sticker" "1"
  57338. "[eslcologne2015_signature_peet]sticker" "1"
  57339. "[eslcologne2015_signature_furlan]sticker" "1"
  57340. "[eslcologne2015_signature_gruby]sticker" "1"
  57341. }
  57342. "crate_signature_pack_eslcologne2015_group_3_legendary"
  57343. {
  57344. "[eslcologne2015_signature_pronax_foil]sticker" "1"
  57345. "[eslcologne2015_signature_flusha_foil]sticker" "1"
  57346. "[eslcologne2015_signature_jw_foil]sticker" "1"
  57347. "[eslcologne2015_signature_krimz_foil]sticker" "1"
  57348. "[eslcologne2015_signature_olofmeister_foil]sticker" "1"
  57349. "[eslcologne2015_signature_guardian_foil]sticker" "1"
  57350. "[eslcologne2015_signature_zeus_foil]sticker" "1"
  57351. "[eslcologne2015_signature_seized_foil]sticker" "1"
  57352. "[eslcologne2015_signature_edward_foil]sticker" "1"
  57353. "[eslcologne2015_signature_flamie_foil]sticker" "1"
  57354. "[eslcologne2015_signature_maniac_foil]sticker" "1"
  57355. "[eslcologne2015_signature_ex6tenz_foil]sticker" "1"
  57356. "[eslcologne2015_signature_shox_foil]sticker" "1"
  57357. "[eslcologne2015_signature_smithzz_foil]sticker" "1"
  57358. "[eslcologne2015_signature_rpk_foil]sticker" "1"
  57359. "[eslcologne2015_signature_rallen_foil]sticker" "1"
  57360. "[eslcologne2015_signature_hyper_foil]sticker" "1"
  57361. "[eslcologne2015_signature_peet_foil]sticker" "1"
  57362. "[eslcologne2015_signature_furlan_foil]sticker" "1"
  57363. "[eslcologne2015_signature_gruby_foil]sticker" "1"
  57364. }
  57365. "crate_signature_pack_eslcologne2015_group_4_rare"
  57366. {
  57367. "[eslcologne2015_signature_neo]sticker" "1"
  57368. "[eslcologne2015_signature_pasha]sticker" "1"
  57369. "[eslcologne2015_signature_taz]sticker" "1"
  57370. "[eslcologne2015_signature_snax]sticker" "1"
  57371. "[eslcologne2015_signature_byali]sticker" "1"
  57372. "[eslcologne2015_signature_chrisj]sticker" "1"
  57373. "[eslcologne2015_signature_gobb]sticker" "1"
  57374. "[eslcologne2015_signature_denis]sticker" "1"
  57375. "[eslcologne2015_signature_nex]sticker" "1"
  57376. "[eslcologne2015_signature_spiidi]sticker" "1"
  57377. "[eslcologne2015_signature_ustilo]sticker" "1"
  57378. "[eslcologne2015_signature_rickeh]sticker" "1"
  57379. "[eslcologne2015_signature_emagine]sticker" "1"
  57380. "[eslcologne2015_signature_snyper]sticker" "1"
  57381. "[eslcologne2015_signature_james]sticker" "1"
  57382. "[eslcologne2015_signature_nothing]sticker" "1"
  57383. "[eslcologne2015_signature_sgares]sticker" "1"
  57384. "[eslcologne2015_signature_shroud]sticker" "1"
  57385. "[eslcologne2015_signature_freakazoid]sticker" "1"
  57386. "[eslcologne2015_signature_skadoodle]sticker" "1"
  57387. }
  57388. "crate_signature_pack_eslcologne2015_group_4_legendary"
  57389. {
  57390. "[eslcologne2015_signature_neo_foil]sticker" "1"
  57391. "[eslcologne2015_signature_pasha_foil]sticker" "1"
  57392. "[eslcologne2015_signature_taz_foil]sticker" "1"
  57393. "[eslcologne2015_signature_snax_foil]sticker" "1"
  57394. "[eslcologne2015_signature_byali_foil]sticker" "1"
  57395. "[eslcologne2015_signature_chrisj_foil]sticker" "1"
  57396. "[eslcologne2015_signature_gobb_foil]sticker" "1"
  57397. "[eslcologne2015_signature_denis_foil]sticker" "1"
  57398. "[eslcologne2015_signature_nex_foil]sticker" "1"
  57399. "[eslcologne2015_signature_spiidi_foil]sticker" "1"
  57400. "[eslcologne2015_signature_ustilo_foil]sticker" "1"
  57401. "[eslcologne2015_signature_rickeh_foil]sticker" "1"
  57402. "[eslcologne2015_signature_emagine_foil]sticker" "1"
  57403. "[eslcologne2015_signature_snyper_foil]sticker" "1"
  57404. "[eslcologne2015_signature_james_foil]sticker" "1"
  57405. "[eslcologne2015_signature_nothing_foil]sticker" "1"
  57406. "[eslcologne2015_signature_sgares_foil]sticker" "1"
  57407. "[eslcologne2015_signature_shroud_foil]sticker" "1"
  57408. "[eslcologne2015_signature_freakazoid_foil]sticker" "1"
  57409. "[eslcologne2015_signature_skadoodle_foil]sticker" "1"
  57410. }
  57411. "crate_eslcologne2015_promo_de_dust2"
  57412. {
  57413. "set_dust_2" "1"
  57414. }
  57415. "crate_eslcologne2015_promo_de_mirage"
  57416. {
  57417. "set_mirage" "1"
  57418. }
  57419. "crate_eslcologne2015_promo_de_inferno"
  57420. {
  57421. "set_inferno" "1"
  57422. }
  57423. "crate_eslcologne2015_promo_de_cbble"
  57424. {
  57425. "set_cobblestone" "1"
  57426. }
  57427. "crate_eslcologne2015_promo_de_overpass"
  57428. {
  57429. "set_overpass" "1"
  57430. }
  57431. "crate_eslcologne2015_promo_de_cache"
  57432. {
  57433. "set_cache" "1"
  57434. }
  57435. "crate_eslcologne2015_promo_de_train"
  57436. {
  57437. "set_train" "1"
  57438. }
  57439. "cluj2015_rare_nip"
  57440. {
  57441. "[cluj2015_team_nip]sticker" "1"
  57442. }
  57443. "cluj2015_rare_dig"
  57444. {
  57445. "[cluj2015_team_dig]sticker" "1"
  57446. }
  57447. "cluj2015_rare_clg"
  57448. {
  57449. "[cluj2015_team_clg]sticker" "1"
  57450. }
  57451. "cluj2015_rare_vex"
  57452. {
  57453. "[cluj2015_team_vex]sticker" "1"
  57454. }
  57455. "cluj2015_rare_flip"
  57456. {
  57457. "[cluj2015_team_flip]sticker" "1"
  57458. }
  57459. "cluj2015_rare_liq"
  57460. {
  57461. "[cluj2015_team_liq]sticker" "1"
  57462. }
  57463. "cluj2015_rare_mss"
  57464. {
  57465. "[cluj2015_team_mss]sticker" "1"
  57466. }
  57467. "cluj2015_rare_navi"
  57468. {
  57469. "[cluj2015_team_navi]sticker" "1"
  57470. }
  57471. "cluj2015_rare_vp"
  57472. {
  57473. "[cluj2015_team_vp]sticker" "1"
  57474. }
  57475. "cluj2015_rare_c9"
  57476. {
  57477. "[cluj2015_team_c9]sticker" "1"
  57478. }
  57479. "cluj2015_rare_g2"
  57480. {
  57481. "[cluj2015_team_g2]sticker" "1"
  57482. }
  57483. "cluj2015_rare_tit"
  57484. {
  57485. "[cluj2015_team_tit]sticker" "1"
  57486. }
  57487. "cluj2015_rare_tsolo"
  57488. {
  57489. "[cluj2015_team_tsolo]sticker" "1"
  57490. }
  57491. "cluj2015_rare_nv"
  57492. {
  57493. "[cluj2015_team_nv]sticker" "1"
  57494. }
  57495. "cluj2015_rare_fntc"
  57496. {
  57497. "[cluj2015_team_fntc]sticker" "1"
  57498. }
  57499. "cluj2015_rare_lumi"
  57500. {
  57501. "[cluj2015_team_lumi]sticker" "1"
  57502. }
  57503. "cluj2015_rare_dhc"
  57504. {
  57505. "[cluj2015_team_dhc]sticker" "1"
  57506. }
  57507. "crate_sticker_pack_cluj2015_legends_rare"
  57508. {
  57509. "[cluj2015_team_nip]sticker" "1"
  57510. "[cluj2015_team_navi]sticker" "1"
  57511. "[cluj2015_team_vp]sticker" "1"
  57512. "[cluj2015_team_g2]sticker" "1"
  57513. "[cluj2015_team_tsolo]sticker" "1"
  57514. "[cluj2015_team_nv]sticker" "1"
  57515. "[cluj2015_team_fntc]sticker" "1"
  57516. "[cluj2015_team_lumi]sticker" "1"
  57517. "[cluj2015_team_dhc]sticker" "1"
  57518. }
  57519. "crate_sticker_pack_cluj2015_legends_legendary"
  57520. {
  57521. "[cluj2015_team_nip_foil]sticker" "1"
  57522. "[cluj2015_team_navi_foil]sticker" "1"
  57523. "[cluj2015_team_vp_foil]sticker" "1"
  57524. "[cluj2015_team_g2_foil]sticker" "1"
  57525. "[cluj2015_team_tsolo_foil]sticker" "1"
  57526. "[cluj2015_team_nv_foil]sticker" "1"
  57527. "[cluj2015_team_fntc_foil]sticker" "1"
  57528. "[cluj2015_team_lumi_foil]sticker" "1"
  57529. "[cluj2015_team_dhc_foil]sticker" "1"
  57530. }
  57531. "crate_sticker_pack_cluj2015_legends"
  57532. {
  57533. "crate_sticker_pack_cluj2015_legends_legendary" "1"
  57534. }
  57535. "crate_sticker_pack_cluj2015_challengers_rare"
  57536. {
  57537. "[cluj2015_team_dig]sticker" "1"
  57538. "[cluj2015_team_clg]sticker" "1"
  57539. "[cluj2015_team_vex]sticker" "1"
  57540. "[cluj2015_team_flip]sticker" "1"
  57541. "[cluj2015_team_liq]sticker" "1"
  57542. "[cluj2015_team_mss]sticker" "1"
  57543. "[cluj2015_team_c9]sticker" "1"
  57544. "[cluj2015_team_tit]sticker" "1"
  57545. }
  57546. "crate_sticker_pack_cluj2015_challengers_legendary"
  57547. {
  57548. "[cluj2015_team_dig_foil]sticker" "1"
  57549. "[cluj2015_team_clg_foil]sticker" "1"
  57550. "[cluj2015_team_vex_foil]sticker" "1"
  57551. "[cluj2015_team_flip_foil]sticker" "1"
  57552. "[cluj2015_team_liq_foil]sticker" "1"
  57553. "[cluj2015_team_mss_foil]sticker" "1"
  57554. "[cluj2015_team_c9_foil]sticker" "1"
  57555. "[cluj2015_team_tit_foil]sticker" "1"
  57556. "[cluj2015_team_dhc_foil]sticker" "1"
  57557. }
  57558. "crate_sticker_pack_cluj2015_challengers"
  57559. {
  57560. "crate_sticker_pack_cluj2015_challengers_legendary" "1"
  57561. }
  57562. "cluj2015_signatures_nip"
  57563. {
  57564. "[cluj2015_signature_allu]sticker" "1"
  57565. "[cluj2015_signature_forest]sticker" "1"
  57566. "[cluj2015_signature_friberg]sticker" "1"
  57567. "[cluj2015_signature_getright]sticker" "1"
  57568. "[cluj2015_signature_xizt]sticker" "1"
  57569. }
  57570. "cluj2015_signatures_dig"
  57571. {
  57572. "[cluj2015_signature_aizy]sticker" "1"
  57573. "[cluj2015_signature_kjaerbye]sticker" "1"
  57574. "[cluj2015_signature_msl]sticker" "1"
  57575. "[cluj2015_signature_pimp]sticker" "1"
  57576. "[cluj2015_signature_tenzki]sticker" "1"
  57577. }
  57578. "cluj2015_signatures_clg"
  57579. {
  57580. "[cluj2015_signature_reltuc]sticker" "1"
  57581. "[cluj2015_signature_fns]sticker" "1"
  57582. "[cluj2015_signature_hazed]sticker" "1"
  57583. "[cluj2015_signature_jdm64]sticker" "1"
  57584. "[cluj2015_signature_tarik]sticker" "1"
  57585. }
  57586. "cluj2015_signatures_vex"
  57587. {
  57588. "[cluj2015_signature_furlan]sticker" "1"
  57589. "[cluj2015_signature_gruby]sticker" "1"
  57590. "[cluj2015_signature_hyper]sticker" "1"
  57591. "[cluj2015_signature_peet]sticker" "1"
  57592. "[cluj2015_signature_rallen]sticker" "1"
  57593. }
  57594. "cluj2015_signatures_flip"
  57595. {
  57596. "[cluj2015_signature_b1ad3]sticker" "1"
  57597. "[cluj2015_signature_bondik]sticker" "1"
  57598. "[cluj2015_signature_davcost]sticker" "1"
  57599. "[cluj2015_signature_markeloff]sticker" "1"
  57600. "[cluj2015_signature_worldedit]sticker" "1"
  57601. }
  57602. "cluj2015_signatures_liq"
  57603. {
  57604. "[cluj2015_signature_adren]sticker" "1"
  57605. "[cluj2015_signature_elige]sticker" "1"
  57606. "[cluj2015_signature_fugly]sticker" "1"
  57607. "[cluj2015_signature_hiko]sticker" "1"
  57608. "[cluj2015_signature_nitro]sticker" "1"
  57609. }
  57610. "cluj2015_signatures_mss"
  57611. {
  57612. "[cluj2015_signature_chrisj]sticker" "1"
  57613. "[cluj2015_signature_denis]sticker" "1"
  57614. "[cluj2015_signature_gobb]sticker" "1"
  57615. "[cluj2015_signature_nex]sticker" "1"
  57616. "[cluj2015_signature_niko]sticker" "1"
  57617. }
  57618. "cluj2015_signatures_navi"
  57619. {
  57620. "[cluj2015_signature_edward]sticker" "1"
  57621. "[cluj2015_signature_flamie]sticker" "1"
  57622. "[cluj2015_signature_guardian]sticker" "1"
  57623. "[cluj2015_signature_seized]sticker" "1"
  57624. "[cluj2015_signature_zeus]sticker" "1"
  57625. }
  57626. "cluj2015_signatures_vp"
  57627. {
  57628. "[cluj2015_signature_byali]sticker" "1"
  57629. "[cluj2015_signature_neo]sticker" "1"
  57630. "[cluj2015_signature_pasha]sticker" "1"
  57631. "[cluj2015_signature_snax]sticker" "1"
  57632. "[cluj2015_signature_taz]sticker" "1"
  57633. }
  57634. "cluj2015_signatures_c9"
  57635. {
  57636. "[cluj2015_signature_freakazoid]sticker" "1"
  57637. "[cluj2015_signature_sgares]sticker" "1"
  57638. "[cluj2015_signature_shroud]sticker" "1"
  57639. "[cluj2015_signature_skadoodle]sticker" "1"
  57640. "[cluj2015_signature_nothing]sticker" "1"
  57641. }
  57642. "cluj2015_signatures_g2"
  57643. {
  57644. "[cluj2015_signature_dennis]sticker" "1"
  57645. "[cluj2015_signature_fox]sticker" "1"
  57646. "[cluj2015_signature_maikelele]sticker" "1"
  57647. "[cluj2015_signature_rain]sticker" "1"
  57648. "[cluj2015_signature_jkaem]sticker" "1"
  57649. }
  57650. "cluj2015_signatures_tit"
  57651. {
  57652. "[cluj2015_signature_ex6tenz]sticker" "1"
  57653. "[cluj2015_signature_rpk]sticker" "1"
  57654. "[cluj2015_signature_scream]sticker" "1"
  57655. "[cluj2015_signature_shox]sticker" "1"
  57656. "[cluj2015_signature_smithzz]sticker" "1"
  57657. }
  57658. "cluj2015_signatures_tsolo"
  57659. {
  57660. "[cluj2015_signature_cajunb]sticker" "1"
  57661. "[cluj2015_signature_device]sticker" "1"
  57662. "[cluj2015_signature_dupreeh]sticker" "1"
  57663. "[cluj2015_signature_karrigan]sticker" "1"
  57664. "[cluj2015_signature_xyp9x]sticker" "1"
  57665. }
  57666. "cluj2015_signatures_nv"
  57667. {
  57668. "[cluj2015_signature_apex]sticker" "1"
  57669. "[cluj2015_signature_happy]sticker" "1"
  57670. "[cluj2015_signature_kioshima]sticker" "1"
  57671. "[cluj2015_signature_kennys]sticker" "1"
  57672. "[cluj2015_signature_nbk]sticker" "1"
  57673. }
  57674. "cluj2015_signatures_fntc"
  57675. {
  57676. "[cluj2015_signature_flusha]sticker" "1"
  57677. "[cluj2015_signature_jw]sticker" "1"
  57678. "[cluj2015_signature_krimz]sticker" "1"
  57679. "[cluj2015_signature_olofmeister]sticker" "1"
  57680. "[cluj2015_signature_pronax]sticker" "1"
  57681. }
  57682. "cluj2015_signatures_lumi"
  57683. {
  57684. "[cluj2015_signature_boltz]sticker" "1"
  57685. "[cluj2015_signature_coldzera]sticker" "1"
  57686. "[cluj2015_signature_fallen]sticker" "1"
  57687. "[cluj2015_signature_fer]sticker" "1"
  57688. "[cluj2015_signature_steel]sticker" "1"
  57689. }
  57690. "crate_signature_pack_cluj2015_group_1_rare"
  57691. {
  57692. "[cluj2015_signature_aizy]sticker" "1"
  57693. "[cluj2015_signature_kjaerbye]sticker" "1"
  57694. "[cluj2015_signature_msl]sticker" "1"
  57695. "[cluj2015_signature_pimp]sticker" "1"
  57696. "[cluj2015_signature_tenzki]sticker" "1"
  57697. "[cluj2015_signature_reltuc]sticker" "1"
  57698. "[cluj2015_signature_fns]sticker" "1"
  57699. "[cluj2015_signature_hazed]sticker" "1"
  57700. "[cluj2015_signature_jdm64]sticker" "1"
  57701. "[cluj2015_signature_tarik]sticker" "1"
  57702. "[cluj2015_signature_furlan]sticker" "1"
  57703. "[cluj2015_signature_gruby]sticker" "1"
  57704. "[cluj2015_signature_hyper]sticker" "1"
  57705. "[cluj2015_signature_peet]sticker" "1"
  57706. "[cluj2015_signature_rallen]sticker" "1"
  57707. "[cluj2015_signature_b1ad3]sticker" "1"
  57708. "[cluj2015_signature_bondik]sticker" "1"
  57709. "[cluj2015_signature_davcost]sticker" "1"
  57710. "[cluj2015_signature_markeloff]sticker" "1"
  57711. "[cluj2015_signature_worldedit]sticker" "1"
  57712. "[cluj2015_signature_adren]sticker" "1"
  57713. "[cluj2015_signature_elige]sticker" "1"
  57714. "[cluj2015_signature_fugly]sticker" "1"
  57715. "[cluj2015_signature_hiko]sticker" "1"
  57716. "[cluj2015_signature_nitro]sticker" "1"
  57717. "[cluj2015_signature_chrisj]sticker" "1"
  57718. "[cluj2015_signature_denis]sticker" "1"
  57719. "[cluj2015_signature_gobb]sticker" "1"
  57720. "[cluj2015_signature_nex]sticker" "1"
  57721. "[cluj2015_signature_niko]sticker" "1"
  57722. "[cluj2015_signature_freakazoid]sticker" "1"
  57723. "[cluj2015_signature_sgares]sticker" "1"
  57724. "[cluj2015_signature_shroud]sticker" "1"
  57725. "[cluj2015_signature_skadoodle]sticker" "1"
  57726. "[cluj2015_signature_nothing]sticker" "1"
  57727. "[cluj2015_signature_ex6tenz]sticker" "1"
  57728. "[cluj2015_signature_rpk]sticker" "1"
  57729. "[cluj2015_signature_scream]sticker" "1"
  57730. "[cluj2015_signature_shox]sticker" "1"
  57731. "[cluj2015_signature_smithzz]sticker" "1"
  57732. }
  57733. "crate_signature_pack_cluj2015_group_1_legendary"
  57734. {
  57735. "[cluj2015_signature_aizy_foil]sticker" "1"
  57736. "[cluj2015_signature_kjaerbye_foil]sticker" "1"
  57737. "[cluj2015_signature_msl_foil]sticker" "1"
  57738. "[cluj2015_signature_pimp_foil]sticker" "1"
  57739. "[cluj2015_signature_tenzki_foil]sticker" "1"
  57740. "[cluj2015_signature_reltuc_foil]sticker" "1"
  57741. "[cluj2015_signature_fns_foil]sticker" "1"
  57742. "[cluj2015_signature_hazed_foil]sticker" "1"
  57743. "[cluj2015_signature_jdm64_foil]sticker" "1"
  57744. "[cluj2015_signature_tarik_foil]sticker" "1"
  57745. "[cluj2015_signature_furlan_foil]sticker" "1"
  57746. "[cluj2015_signature_gruby_foil]sticker" "1"
  57747. "[cluj2015_signature_hyper_foil]sticker" "1"
  57748. "[cluj2015_signature_peet_foil]sticker" "1"
  57749. "[cluj2015_signature_rallen_foil]sticker" "1"
  57750. "[cluj2015_signature_b1ad3_foil]sticker" "1"
  57751. "[cluj2015_signature_bondik_foil]sticker" "1"
  57752. "[cluj2015_signature_davcost_foil]sticker" "1"
  57753. "[cluj2015_signature_markeloff_foil]sticker" "1"
  57754. "[cluj2015_signature_worldedit_foil]sticker" "1"
  57755. "[cluj2015_signature_adren_foil]sticker" "1"
  57756. "[cluj2015_signature_elige_foil]sticker" "1"
  57757. "[cluj2015_signature_fugly_foil]sticker" "1"
  57758. "[cluj2015_signature_hiko_foil]sticker" "1"
  57759. "[cluj2015_signature_nitro_foil]sticker" "1"
  57760. "[cluj2015_signature_chrisj_foil]sticker" "1"
  57761. "[cluj2015_signature_denis_foil]sticker" "1"
  57762. "[cluj2015_signature_gobb_foil]sticker" "1"
  57763. "[cluj2015_signature_nex_foil]sticker" "1"
  57764. "[cluj2015_signature_niko_foil]sticker" "1"
  57765. "[cluj2015_signature_freakazoid_foil]sticker" "1"
  57766. "[cluj2015_signature_sgares_foil]sticker" "1"
  57767. "[cluj2015_signature_shroud_foil]sticker" "1"
  57768. "[cluj2015_signature_skadoodle_foil]sticker" "1"
  57769. "[cluj2015_signature_nothing_foil]sticker" "1"
  57770. "[cluj2015_signature_ex6tenz_foil]sticker" "1"
  57771. "[cluj2015_signature_rpk_foil]sticker" "1"
  57772. "[cluj2015_signature_scream_foil]sticker" "1"
  57773. "[cluj2015_signature_shox_foil]sticker" "1"
  57774. "[cluj2015_signature_smithzz_foil]sticker" "1"
  57775. }
  57776. "crate_signature_pack_cluj2015_group_2_rare"
  57777. {
  57778. "[cluj2015_signature_allu]sticker" "1"
  57779. "[cluj2015_signature_forest]sticker" "1"
  57780. "[cluj2015_signature_friberg]sticker" "1"
  57781. "[cluj2015_signature_getright]sticker" "1"
  57782. "[cluj2015_signature_xizt]sticker" "1"
  57783. "[cluj2015_signature_edward]sticker" "1"
  57784. "[cluj2015_signature_flamie]sticker" "1"
  57785. "[cluj2015_signature_guardian]sticker" "1"
  57786. "[cluj2015_signature_seized]sticker" "1"
  57787. "[cluj2015_signature_zeus]sticker" "1"
  57788. "[cluj2015_signature_byali]sticker" "1"
  57789. "[cluj2015_signature_neo]sticker" "1"
  57790. "[cluj2015_signature_pasha]sticker" "1"
  57791. "[cluj2015_signature_snax]sticker" "1"
  57792. "[cluj2015_signature_taz]sticker" "1"
  57793. "[cluj2015_signature_dennis]sticker" "1"
  57794. "[cluj2015_signature_fox]sticker" "1"
  57795. "[cluj2015_signature_maikelele]sticker" "1"
  57796. "[cluj2015_signature_rain]sticker" "1"
  57797. "[cluj2015_signature_jkaem]sticker" "1"
  57798. "[cluj2015_signature_cajunb]sticker" "1"
  57799. "[cluj2015_signature_device]sticker" "1"
  57800. "[cluj2015_signature_dupreeh]sticker" "1"
  57801. "[cluj2015_signature_karrigan]sticker" "1"
  57802. "[cluj2015_signature_xyp9x]sticker" "1"
  57803. "[cluj2015_signature_apex]sticker" "1"
  57804. "[cluj2015_signature_happy]sticker" "1"
  57805. "[cluj2015_signature_kioshima]sticker" "1"
  57806. "[cluj2015_signature_kennys]sticker" "1"
  57807. "[cluj2015_signature_nbk]sticker" "1"
  57808. "[cluj2015_signature_flusha]sticker" "1"
  57809. "[cluj2015_signature_jw]sticker" "1"
  57810. "[cluj2015_signature_krimz]sticker" "1"
  57811. "[cluj2015_signature_olofmeister]sticker" "1"
  57812. "[cluj2015_signature_pronax]sticker" "1"
  57813. "[cluj2015_signature_boltz]sticker" "1"
  57814. "[cluj2015_signature_coldzera]sticker" "1"
  57815. "[cluj2015_signature_fallen]sticker" "1"
  57816. "[cluj2015_signature_fer]sticker" "1"
  57817. "[cluj2015_signature_steel]sticker" "1"
  57818. }
  57819. "crate_signature_pack_cluj2015_group_2_legendary"
  57820. {
  57821. "[cluj2015_signature_allu_foil]sticker" "1"
  57822. "[cluj2015_signature_forest_foil]sticker" "1"
  57823. "[cluj2015_signature_friberg_foil]sticker" "1"
  57824. "[cluj2015_signature_getright_foil]sticker" "1"
  57825. "[cluj2015_signature_xizt_foil]sticker" "1"
  57826. "[cluj2015_signature_edward_foil]sticker" "1"
  57827. "[cluj2015_signature_flamie_foil]sticker" "1"
  57828. "[cluj2015_signature_guardian_foil]sticker" "1"
  57829. "[cluj2015_signature_seized_foil]sticker" "1"
  57830. "[cluj2015_signature_zeus_foil]sticker" "1"
  57831. "[cluj2015_signature_byali_foil]sticker" "1"
  57832. "[cluj2015_signature_neo_foil]sticker" "1"
  57833. "[cluj2015_signature_pasha_foil]sticker" "1"
  57834. "[cluj2015_signature_snax_foil]sticker" "1"
  57835. "[cluj2015_signature_taz_foil]sticker" "1"
  57836. "[cluj2015_signature_dennis_foil]sticker" "1"
  57837. "[cluj2015_signature_fox_foil]sticker" "1"
  57838. "[cluj2015_signature_maikelele_foil]sticker" "1"
  57839. "[cluj2015_signature_rain_foil]sticker" "1"
  57840. "[cluj2015_signature_jkaem_foil]sticker" "1"
  57841. "[cluj2015_signature_cajunb_foil]sticker" "1"
  57842. "[cluj2015_signature_device_foil]sticker" "1"
  57843. "[cluj2015_signature_dupreeh_foil]sticker" "1"
  57844. "[cluj2015_signature_karrigan_foil]sticker" "1"
  57845. "[cluj2015_signature_xyp9x_foil]sticker" "1"
  57846. "[cluj2015_signature_apex_foil]sticker" "1"
  57847. "[cluj2015_signature_happy_foil]sticker" "1"
  57848. "[cluj2015_signature_kioshima_foil]sticker" "1"
  57849. "[cluj2015_signature_kennys_foil]sticker" "1"
  57850. "[cluj2015_signature_nbk_foil]sticker" "1"
  57851. "[cluj2015_signature_flusha_foil]sticker" "1"
  57852. "[cluj2015_signature_jw_foil]sticker" "1"
  57853. "[cluj2015_signature_krimz_foil]sticker" "1"
  57854. "[cluj2015_signature_olofmeister_foil]sticker" "1"
  57855. "[cluj2015_signature_pronax_foil]sticker" "1"
  57856. "[cluj2015_signature_boltz_foil]sticker" "1"
  57857. "[cluj2015_signature_coldzera_foil]sticker" "1"
  57858. "[cluj2015_signature_fallen_foil]sticker" "1"
  57859. "[cluj2015_signature_fer_foil]sticker" "1"
  57860. "[cluj2015_signature_steel_foil]sticker" "1"
  57861. }
  57862. "crate_cluj2015_promo_de_dust2"
  57863. {
  57864. "set_dust_2" "1"
  57865. }
  57866. "crate_cluj2015_promo_de_mirage"
  57867. {
  57868. "set_mirage" "1"
  57869. }
  57870. "crate_cluj2015_promo_de_inferno"
  57871. {
  57872. "set_inferno" "1"
  57873. }
  57874. "crate_cluj2015_promo_de_cbble"
  57875. {
  57876. "set_cobblestone" "1"
  57877. }
  57878. "crate_cluj2015_promo_de_overpass"
  57879. {
  57880. "set_overpass" "1"
  57881. }
  57882. "crate_cluj2015_promo_de_cache"
  57883. {
  57884. "set_cache" "1"
  57885. }
  57886. "crate_cluj2015_promo_de_train"
  57887. {
  57888. "set_train" "1"
  57889. }
  57890. "removed_items"
  57891. {
  57892. "public_list_contents" "1"
  57893. "[cu_m4a1_howling]weapon_m4a1" "1"
  57894. }
  57895. "coupon loot list - bossyburger"
  57896. {
  57897. "public_list_contents" "1"
  57898. "[bossyburger]sticker" "1"
  57899. }
  57900. "coupon loot list - catcall"
  57901. {
  57902. "public_list_contents" "1"
  57903. "[catcall]sticker" "1"
  57904. }
  57905. "coupon loot list - chickenstrike"
  57906. {
  57907. "public_list_contents" "1"
  57908. "[chickenstrike]sticker" "1"
  57909. }
  57910. "coupon loot list - ctbanana"
  57911. {
  57912. "public_list_contents" "1"
  57913. "[ctbanana]sticker" "1"
  57914. }
  57915. "coupon loot list - dontworryimpro"
  57916. {
  57917. "public_list_contents" "1"
  57918. "[dontworryimpro]sticker" "1"
  57919. }
  57920. "coupon loot list - fightlikeagirl"
  57921. {
  57922. "public_list_contents" "1"
  57923. "[fightlikeagirl]sticker" "1"
  57924. }
  57925. "coupon loot list - handmadeflash"
  57926. {
  57927. "public_list_contents" "1"
  57928. "[handmadeflash]sticker" "1"
  57929. }
  57930. "coupon loot list - kawaiikiller"
  57931. {
  57932. "public_list_contents" "1"
  57933. "[kawaiikiller]sticker" "1"
  57934. }
  57935. "coupon loot list - neluthebear"
  57936. {
  57937. "public_list_contents" "1"
  57938. "[neluthebear]sticker" "1"
  57939. }
  57940. "coupon loot list - oneshotonekill"
  57941. {
  57942. "public_list_contents" "1"
  57943. "[oneshotonekill]sticker" "1"
  57944. }
  57945. "coupon loot list - shootingstar"
  57946. {
  57947. "public_list_contents" "1"
  57948. "[shootingstar]sticker" "1"
  57949. }
  57950. "coupon loot list - warpenguin"
  57951. {
  57952. "public_list_contents" "1"
  57953. "[warpenguin]sticker" "1"
  57954. }
  57955. "coupon loot list - windywalking"
  57956. {
  57957. "public_list_contents" "1"
  57958. "[windywalking]sticker" "1"
  57959. }
  57960. "coupon loot list - blitzkrieg"
  57961. {
  57962. "public_list_contents" "1"
  57963. "[blitzkrieg]sticker" "1"
  57964. }
  57965. "coupon loot list - pigeonmaster"
  57966. {
  57967. "public_list_contents" "1"
  57968. "[pigeonmaster]sticker" "1"
  57969. }
  57970. "coupon loot list - terrorized"
  57971. {
  57972. "public_list_contents" "1"
  57973. "[terrorized]sticker" "1"
  57974. }
  57975. "coupon loot list - tilldeathdouspart"
  57976. {
  57977. "public_list_contents" "1"
  57978. "[tilldeathdouspart]sticker" "1"
  57979. }
  57980. "coupon loot list - stayfrosty"
  57981. {
  57982. "public_list_contents" "1"
  57983. "[stayfrosty]sticker" "1"
  57984. }
  57985. "coupon loot list - toncat"
  57986. {
  57987. "public_list_contents" "1"
  57988. "[toncat]sticker" "1"
  57989. }
  57990. "coupon loot list - danielsadowski_01"
  57991. {
  57992. "public_list_contents" "1"
  57993. "[danielsadowski_01]musickit" "1"
  57994. }
  57995. "coupon loot list - noisia_01"
  57996. {
  57997. "public_list_contents" "1"
  57998. "[noisia_01]musickit" "1"
  57999. }
  58000. "coupon loot list - robertallaire_01"
  58001. {
  58002. "public_list_contents" "1"
  58003. "[robertallaire_01]musickit" "1"
  58004. }
  58005. "coupon loot list - seanmurray_01"
  58006. {
  58007. "public_list_contents" "1"
  58008. "[seanmurray_01]musickit" "1"
  58009. }
  58010. "coupon loot list - feedme_01"
  58011. {
  58012. "public_list_contents" "1"
  58013. "[feedme_01]musickit" "1"
  58014. }
  58015. "coupon loot list - dren_01"
  58016. {
  58017. "public_list_contents" "1"
  58018. "[dren_01]musickit" "1"
  58019. }
  58020. "coupon loot list - austinwintory_01"
  58021. {
  58022. "public_list_contents" "1"
  58023. "[austinwintory_01]musickit" "1"
  58024. }
  58025. "coupon loot list - sasha_01"
  58026. {
  58027. "public_list_contents" "1"
  58028. "[sasha_01]musickit" "1"
  58029. }
  58030. "coupon loot list - skog_01"
  58031. {
  58032. "public_list_contents" "1"
  58033. "[skog_01]musickit" "1"
  58034. }
  58035. "coupon loot list - doomed"
  58036. {
  58037. "public_list_contents" "1"
  58038. "[doomed]sticker" "1"
  58039. }
  58040. "coupon loot list - queenofpain"
  58041. {
  58042. "public_list_contents" "1"
  58043. "[queenofpain]sticker" "1"
  58044. }
  58045. "coupon loot list - trickorthreat"
  58046. {
  58047. "public_list_contents" "1"
  58048. "[trickorthreat]sticker" "1"
  58049. }
  58050. "coupon loot list - trickortreat"
  58051. {
  58052. "public_list_contents" "1"
  58053. "[trickortreat]sticker" "1"
  58054. }
  58055. "coupon loot list - witch"
  58056. {
  58057. "public_list_contents" "1"
  58058. "[witch]sticker" "1"
  58059. }
  58060. "coupon loot list - zombielover"
  58061. {
  58062. "public_list_contents" "1"
  58063. "[zombielover]sticker" "1"
  58064. }
  58065. "coupon loot list - blood_broiler"
  58066. {
  58067. "public_list_contents" "1"
  58068. "[blood_broiler]sticker" "1"
  58069. }
  58070. "coupon loot list - dinked"
  58071. {
  58072. "public_list_contents" "1"
  58073. "[dinked]sticker" "1"
  58074. }
  58075. "coupon loot list - drugwarveteran"
  58076. {
  58077. "public_list_contents" "1"
  58078. "[drugwarveteran]sticker" "1"
  58079. }
  58080. "coupon loot list - hohoho"
  58081. {
  58082. "public_list_contents" "1"
  58083. "[hohoho]sticker" "1"
  58084. }
  58085. "coupon loot list - massivepear"
  58086. {
  58087. "public_list_contents" "1"
  58088. "[massivepear]sticker" "1"
  58089. }
  58090. "coupon loot list - mylittlefriend"
  58091. {
  58092. "public_list_contents" "1"
  58093. "[mylittlefriend]sticker" "1"
  58094. }
  58095. "coupon loot list - pandamonium"
  58096. {
  58097. "public_list_contents" "1"
  58098. "[pandamonium]sticker" "1"
  58099. }
  58100. "coupon loot list - pieceofcake"
  58101. {
  58102. "public_list_contents" "1"
  58103. "[pieceofcake]sticker" "1"
  58104. }
  58105. "coupon loot list - saschicken"
  58106. {
  58107. "public_list_contents" "1"
  58108. "[saschicken]sticker" "1"
  58109. }
  58110. "coupon loot list - thuglife"
  58111. {
  58112. "public_list_contents" "1"
  58113. "[thuglife]sticker" "1"
  58114. }
  58115. "coupon loot list - trekt"
  58116. {
  58117. "public_list_contents" "1"
  58118. "[trekt]sticker" "1"
  58119. }
  58120. "coupon loot list - warowl"
  58121. {
  58122. "public_list_contents" "1"
  58123. "[warowl]sticker" "1"
  58124. }
  58125. "coupon loot list - workforfood"
  58126. {
  58127. "public_list_contents" "1"
  58128. "[workforfood]sticker" "1"
  58129. }
  58130. "coupon loot list - phoenix_foil"
  58131. {
  58132. "public_list_contents" "1"
  58133. "[phoenix_foil]sticker" "1"
  58134. }
  58135. "coupon loot list - bombsquad_foil"
  58136. {
  58137. "public_list_contents" "1"
  58138. "[bombsquad_foil]sticker" "1"
  58139. }
  58140. "coupon loot list - midnightriders_01"
  58141. {
  58142. "public_list_contents" "1"
  58143. "[midnightriders_01]musickit" "1"
  58144. }
  58145. "coupon loot list - danielsadowski_02"
  58146. {
  58147. "public_list_contents" "1"
  58148. "[danielsadowski_02]musickit" "1"
  58149. }
  58150. "coupon loot list - hotlinemiami_01"
  58151. {
  58152. "public_list_contents" "1"
  58153. "[hotlinemiami_01]musickit" "1"
  58154. }
  58155. "coupon loot list - mattlange_01"
  58156. {
  58157. "public_list_contents" "1"
  58158. "[mattlange_01]musickit" "1"
  58159. }
  58160. "coupon loot list - mateomessina_01"
  58161. {
  58162. "public_list_contents" "1"
  58163. "[mateomessina_01]musickit" "1"
  58164. }
  58165. "coupon loot list - damjanmravunac_01"
  58166. {
  58167. "public_list_contents" "1"
  58168. "[damjanmravunac_01]musickit" "1"
  58169. }
  58170. "coupon loot list - flickshot"
  58171. {
  58172. "public_list_contents" "1"
  58173. "[flickshot]sticker" "1"
  58174. }
  58175. "coupon loot list - headshot_guarantee"
  58176. {
  58177. "public_list_contents" "1"
  58178. "[headshot_guarantee]sticker" "1"
  58179. }
  58180. "coupon loot list - eco_rush"
  58181. {
  58182. "public_list_contents" "1"
  58183. "[eco_rush]sticker" "1"
  58184. }
  58185. "coupon loot list - just_trolling"
  58186. {
  58187. "public_list_contents" "1"
  58188. "[just_trolling]sticker" "1"
  58189. }
  58190. "coupon loot list - firestarter_holo"
  58191. {
  58192. "public_list_contents" "1"
  58193. "[firestarter_holo]sticker" "1"
  58194. }
  58195. "coupon loot list - lucky_cat_foil"
  58196. {
  58197. "public_list_contents" "1"
  58198. "[lucky_cat_foil]sticker" "1"
  58199. }
  58200. "coupon loot list - robot_head"
  58201. {
  58202. "public_list_contents" "1"
  58203. "[robot_head]sticker" "1"
  58204. }
  58205. "coupon loot list - witchcraft"
  58206. {
  58207. "public_list_contents" "1"
  58208. "[witchcraft]sticker" "1"
  58209. }
  58210. "coupon loot list - wanna_fight"
  58211. {
  58212. "public_list_contents" "1"
  58213. "[wanna_fight]sticker" "1"
  58214. }
  58215. "coupon loot list - hostage_rescue"
  58216. {
  58217. "public_list_contents" "1"
  58218. "[hostage_rescue]sticker" "1"
  58219. }
  58220. "coupon loot list - hamster_hawk"
  58221. {
  58222. "public_list_contents" "1"
  58223. "[hamster_hawk]sticker" "1"
  58224. }
  58225. "coupon loot list - headless_chicken"
  58226. {
  58227. "public_list_contents" "1"
  58228. "[headless_chicken]sticker" "1"
  58229. }
  58230. "coupon loot list - proxy_01"
  58231. {
  58232. "public_list_contents" "1"
  58233. "[proxy_01]musickit" "1"
  58234. }
  58235. "coupon loot list - kitheory_01"
  58236. {
  58237. "public_list_contents" "1"
  58238. "[kitheory_01]musickit" "1"
  58239. }
  58240. "coupon loot list - troelsfolmann_01"
  58241. {
  58242. "public_list_contents" "1"
  58243. "[troelsfolmann_01]musickit" "1"
  58244. }
  58245. "coupon loot list - kellybailey_01"
  58246. {
  58247. "public_list_contents" "1"
  58248. "[kellybailey_01]musickit" "1"
  58249. }
  58250. "coupon loot list - skog_02"
  58251. {
  58252. "public_list_contents" "1"
  58253. "[skog_02]musickit" "1"
  58254. }
  58255. "coupon loot list - enfu_sticker_capsule"
  58256. {
  58257. "public_list_contents" "1"
  58258. "crate_sticker_pack_enfu_capsule" "1"
  58259. }
  58260. "coupon loot list - awp_country"
  58261. {
  58262. "public_list_contents" "1"
  58263. "[awp_country]sticker" "1"
  58264. }
  58265. "coupon loot list - chi_bomb"
  58266. {
  58267. "public_list_contents" "1"
  58268. "[chi_bomb]sticker" "1"
  58269. }
  58270. "coupon loot list - fox"
  58271. {
  58272. "public_list_contents" "1"
  58273. "[fox]sticker" "1"
  58274. }
  58275. "coupon loot list - knifeclub"
  58276. {
  58277. "public_list_contents" "1"
  58278. "[knifeclub]sticker" "1"
  58279. }
  58280. "coupon loot list - cs_on_the_mind"
  58281. {
  58282. "public_list_contents" "1"
  58283. "[cs_on_the_mind]sticker" "1"
  58284. }
  58285. "coupon loot list - ninja_defuse"
  58286. {
  58287. "public_list_contents" "1"
  58288. "[ninja_defuse]sticker" "1"
  58289. }
  58290. "coupon loot list - pros_dont_fake"
  58291. {
  58292. "public_list_contents" "1"
  58293. "[pros_dont_fake]sticker" "1"
  58294. }
  58295. "coupon loot list - kawaiikiller_t"
  58296. {
  58297. "public_list_contents" "1"
  58298. "[kawaiikiller_t]sticker" "1"
  58299. }
  58300. "coupon loot list - baackstabber"
  58301. {
  58302. "public_list_contents" "1"
  58303. "[baackstabber]sticker" "1"
  58304. }
  58305. "coupon loot list - delicious_tears"
  58306. {
  58307. "public_list_contents" "1"
  58308. "[delicious_tears]sticker" "1"
  58309. }
  58310. "coupon loot list - danielsadowski_03"
  58311. {
  58312. "public_list_contents" "1"
  58313. "[danielsadowski_03]musickit" "1"
  58314. }
  58315. "coupon loot list - awolnation_01"
  58316. {
  58317. "public_list_contents" "1"
  58318. "[awolnation_01]musickit" "1"
  58319. }
  58320. "coupon loot list - mordfustang_01"
  58321. {
  58322. "public_list_contents" "1"
  58323. "[mordfustang_01]musickit" "1"
  58324. }
  58325. "coupon loot list - michaelbross_01"
  58326. {
  58327. "public_list_contents" "1"
  58328. "[michaelbross_01]musickit" "1"
  58329. }
  58330. "coupon loot list - ianhultquist_01"
  58331. {
  58332. "public_list_contents" "1"
  58333. "[ianhultquist_01]musickit" "1"
  58334. }
  58335. "coupon loot list - newbeatfund_01"
  58336. {
  58337. "public_list_contents" "1"
  58338. "[newbeatfund_01]musickit" "1"
  58339. }
  58340. "coupon loot list - beartooth_01"
  58341. {
  58342. "public_list_contents" "1"
  58343. "[beartooth_01]musickit" "1"
  58344. }
  58345. "coupon loot list - lenniemoore_01"
  58346. {
  58347. "public_list_contents" "1"
  58348. "[lenniemoore_01]musickit" "1"
  58349. }
  58350. "coupon loot list - darude_01"
  58351. {
  58352. "public_list_contents" "1"
  58353. "[darude_01]musickit" "1"
  58354. }
  58355. "coupon loot list - proxy_01_stattrak"
  58356. {
  58357. "public_list_contents" "1"
  58358. "[proxy_01]musickit" "1"
  58359. }
  58360. "coupon loot list - kitheory_01_stattrak"
  58361. {
  58362. "public_list_contents" "1"
  58363. "[kitheory_01]musickit" "1"
  58364. }
  58365. "coupon loot list - troelsfolmann_01_stattrak"
  58366. {
  58367. "public_list_contents" "1"
  58368. "[troelsfolmann_01]musickit" "1"
  58369. }
  58370. "coupon loot list - kellybailey_01_stattrak"
  58371. {
  58372. "public_list_contents" "1"
  58373. "[kellybailey_01]musickit" "1"
  58374. }
  58375. "coupon loot list - skog_02_stattrak"
  58376. {
  58377. "public_list_contents" "1"
  58378. "[skog_02]musickit" "1"
  58379. }
  58380. "coupon loot list - danielsadowski_03_stattrak"
  58381. {
  58382. "public_list_contents" "1"
  58383. "[danielsadowski_03]musickit" "1"
  58384. }
  58385. "coupon loot list - awolnation_01_stattrak"
  58386. {
  58387. "public_list_contents" "1"
  58388. "[awolnation_01]musickit" "1"
  58389. }
  58390. "coupon loot list - mordfustang_01_stattrak"
  58391. {
  58392. "public_list_contents" "1"
  58393. "[mordfustang_01]musickit" "1"
  58394. }
  58395. "coupon loot list - michaelbross_01_stattrak"
  58396. {
  58397. "public_list_contents" "1"
  58398. "[michaelbross_01]musickit" "1"
  58399. }
  58400. "coupon loot list - ianhultquist_01_stattrak"
  58401. {
  58402. "public_list_contents" "1"
  58403. "[ianhultquist_01]musickit" "1"
  58404. }
  58405. "coupon loot list - newbeatfund_01_stattrak"
  58406. {
  58407. "public_list_contents" "1"
  58408. "[newbeatfund_01]musickit" "1"
  58409. }
  58410. "coupon loot list - beartooth_01_stattrak"
  58411. {
  58412. "public_list_contents" "1"
  58413. "[beartooth_01]musickit" "1"
  58414. }
  58415. "coupon loot list - lenniemoore_01_stattrak"
  58416. {
  58417. "public_list_contents" "1"
  58418. "[lenniemoore_01]musickit" "1"
  58419. }
  58420. "coupon loot list - darude_01_stattrak"
  58421. {
  58422. "public_list_contents" "1"
  58423. "[darude_01]musickit" "1"
  58424. }
  58425. "coupon loot list - danielsadowski_01_stattrak"
  58426. {
  58427. "public_list_contents" "1"
  58428. "[danielsadowski_01]musickit" "1"
  58429. }
  58430. "coupon loot list - noisia_01_stattrak"
  58431. {
  58432. "public_list_contents" "1"
  58433. "[noisia_01]musickit" "1"
  58434. }
  58435. "coupon loot list - robertallaire_01_stattrak"
  58436. {
  58437. "public_list_contents" "1"
  58438. "[robertallaire_01]musickit" "1"
  58439. }
  58440. "coupon loot list - seanmurray_01_stattrak"
  58441. {
  58442. "public_list_contents" "1"
  58443. "[seanmurray_01]musickit" "1"
  58444. }
  58445. "coupon loot list - feedme_01_stattrak"
  58446. {
  58447. "public_list_contents" "1"
  58448. "[feedme_01]musickit" "1"
  58449. }
  58450. "coupon loot list - dren_01_stattrak"
  58451. {
  58452. "public_list_contents" "1"
  58453. "[dren_01]musickit" "1"
  58454. }
  58455. "coupon loot list - austinwintory_01_stattrak"
  58456. {
  58457. "public_list_contents" "1"
  58458. "[austinwintory_01]musickit" "1"
  58459. }
  58460. "coupon loot list - sasha_01_stattrak"
  58461. {
  58462. "public_list_contents" "1"
  58463. "[sasha_01]musickit" "1"
  58464. }
  58465. "coupon loot list - skog_01_stattrak"
  58466. {
  58467. "public_list_contents" "1"
  58468. "[skog_01]musickit" "1"
  58469. }
  58470. "coupon loot list - midnightriders_01_stattrak"
  58471. {
  58472. "public_list_contents" "1"
  58473. "[midnightriders_01]musickit" "1"
  58474. }
  58475. "coupon loot list - danielsadowski_02_stattrak"
  58476. {
  58477. "public_list_contents" "1"
  58478. "[danielsadowski_02]musickit" "1"
  58479. }
  58480. "coupon loot list - hotlinemiami_01_stattrak"
  58481. {
  58482. "public_list_contents" "1"
  58483. "[hotlinemiami_01]musickit" "1"
  58484. }
  58485. "coupon loot list - mattlange_01_stattrak"
  58486. {
  58487. "public_list_contents" "1"
  58488. "[mattlange_01]musickit" "1"
  58489. }
  58490. "coupon loot list - mateomessina_01_stattrak"
  58491. {
  58492. "public_list_contents" "1"
  58493. "[mateomessina_01]musickit" "1"
  58494. }
  58495. "coupon loot list - damjanmravunac_01_stattrak"
  58496. {
  58497. "public_list_contents" "1"
  58498. "[damjanmravunac_01]musickit" "1"
  58499. }
  58500. "coupon loot list - pinups_sticker_capsule"
  58501. {
  58502. "public_list_contents" "1"
  58503. "crate_sticker_pack_pinups_capsule" "1"
  58504. }
  58505. "coupon loot list - slid3_sticker_capsule"
  58506. {
  58507. "public_list_contents" "1"
  58508. "crate_sticker_pack_slid3_capsule" "1"
  58509. }
  58510. "coupon loot list - team_roles_sticker_capsule"
  58511. {
  58512. "public_list_contents" "1"
  58513. "crate_sticker_pack_team_roles_capsule" "1"
  58514. }
  58515. "coupon loot list - pins_series_1"
  58516. {
  58517. "public_list_contents" "1"
  58518. "crate_pins_series_1" "1"
  58519. }
  58520. "coupon loot list - sugarface_sticker_capsule"
  58521. {
  58522. "public_list_contents" "1"
  58523. "crate_sticker_pack_sugarface_capsule" "1"
  58524. }
  58525. "coupon loot list - bestiary_sticker_capsule"
  58526. {
  58527. "public_list_contents" "1"
  58528. "crate_sticker_pack_bestiary_capsule" "1"
  58529. }
  58530. "coupon loot list - crate_sprays_vcap1"
  58531. {
  58532. "public_list_contents" "1"
  58533. "crate_sprays_vcap1" "1"
  58534. }
  58535. "coupon loot list - crate_sprays_community_1"
  58536. {
  58537. "public_list_contents" "1"
  58538. "crate_sprays_community_1" "1"
  58539. }
  58540. "coupon loot list - pins_series_2"
  58541. {
  58542. "public_list_contents" "1"
  58543. "crate_pins_series_2" "1"
  58544. }
  58545. "coupon loot list - radicals_stattrak_musickit_capsule"
  58546. {
  58547. "public_list_contents" "1"
  58548. "crate_musickit_radicals_stattrak_capsule" "1"
  58549. }
  58550. "coupon loot list - illuminate_capsule_01"
  58551. {
  58552. "public_list_contents" "1"
  58553. "crate_sticker_pack_illuminate_capsule_01" "1"
  58554. }
  58555. "coupon loot list - illuminate_capsule_02"
  58556. {
  58557. "public_list_contents" "1"
  58558. "crate_sticker_pack_illuminate_capsule_02" "1"
  58559. }
  58560. "coupon loot list - illuminate_sprays_capsule_01"
  58561. {
  58562. "public_list_contents" "1"
  58563. "crate_sprays_illuminate1" "1"
  58564. }
  58565. "coupon loot list - comm2018_01_sticker_capsule"
  58566. {
  58567. "public_list_contents" "1"
  58568. "crate_sticker_pack_comm2018_01_capsule" "1"
  58569. }
  58570. "coupon loot list - pins_series_3"
  58571. {
  58572. "public_list_contents" "1"
  58573. "crate_pins_series_3" "1"
  58574. }
  58575. }
  58576. "revolving_loot_lists"
  58577. {
  58578. "1" "crate_valve_1"
  58579. "2" "crate_esports_2013"
  58580. "3" "crate_operation_ii"
  58581. "4" "crate_valve_2"
  58582. "5" "crate_esports_2013_winter"
  58583. "6" "crate_dhw13_promo"
  58584. "7" "crate_community_1"
  58585. "8" "giftpkg_2013_winter"
  58586. "9" "crate_sticker_pack01"
  58587. "10" "crate_valve_3"
  58588. "11" "crate_community_2"
  58589. "12" "crate_sticker_pack02"
  58590. "13" "crate_ems14_promo"
  58591. "14" "crate_sticker_pack_kat2014_01"
  58592. "15" "crate_sticker_pack_kat2014_02"
  58593. "16" "crate_sticker_pack_community01"
  58594. "17" "crate_community_3"
  58595. "18" "crate_community_4"
  58596. "19" "crate_esports_2014_summer"
  58597. "20" "crate_sticker_pack_cologne2014_01"
  58598. "21" "crate_sticker_pack_cologne2014_02"
  58599. "22" "crate_esl14_promo_de_dust2"
  58600. "23" "crate_esl14_promo_de_inferno"
  58601. "24" "crate_esl14_promo_de_mirage"
  58602. "25" "crate_esl14_promo_de_nuke"
  58603. "26" "crate_esl14_promo_de_cache"
  58604. "27" "crate_esl14_promo_de_cbble"
  58605. "28" "crate_esl14_promo_de_overpass"
  58606. "29" "crate_community_5"
  58607. "30" "crate_sticker_pack_dhw2014_01"
  58608. "31" "crate_dhw14_promo_de_dust2"
  58609. "32" "crate_dhw14_promo_de_inferno"
  58610. "33" "crate_dhw14_promo_de_mirage"
  58611. "34" "crate_dhw14_promo_de_nuke"
  58612. "35" "crate_dhw14_promo_de_cache"
  58613. "36" "crate_dhw14_promo_de_cbble"
  58614. "37" "crate_dhw14_promo_de_overpass"
  58615. "38" "crate_community_6"
  58616. "39" "crate_eslkatowice2015_promo_de_dust2"
  58617. "40" "crate_eslkatowice2015_promo_de_inferno"
  58618. "41" "crate_eslkatowice2015_promo_de_mirage"
  58619. "42" "crate_eslkatowice2015_promo_de_nuke"
  58620. "43" "crate_eslkatowice2015_promo_de_cache"
  58621. "44" "crate_eslkatowice2015_promo_de_cbble"
  58622. "45" "crate_eslkatowice2015_promo_de_overpass"
  58623. "46" "crate_sticker_pack_eslkatowice2015_01"
  58624. "47" "crate_sticker_pack_eslkatowice2015_02"
  58625. "48" "crate_community_7"
  58626. "49" "crate_sticker_pack_enfu_capsule_lootlist"
  58627. "50" "crate_community_8"
  58628. "51" "crate_sticker_pack_eslcologne2015_legends"
  58629. "52" "crate_sticker_pack_eslcologne2015_challengers"
  58630. "53" "crate_signature_pack_eslcologne2015_group_1_legendary"
  58631. "54" "crate_signature_pack_eslcologne2015_group_2_legendary"
  58632. "55" "crate_signature_pack_eslcologne2015_group_3_legendary"
  58633. "56" "crate_signature_pack_eslcologne2015_group_4_legendary"
  58634. "57" "eslcologne2015_signatures_fnatic"
  58635. "58" "eslcologne2015_signatures_luminositygaming"
  58636. "59" "eslcologne2015_signatures_navi"
  58637. "60" "eslcologne2015_signatures_ninjasinpyjamas"
  58638. "61" "eslcologne2015_signatures_envyus"
  58639. "62" "eslcologne2015_signatures_titan"
  58640. "63" "eslcologne2015_signatures_solomid"
  58641. "64" "eslcologne2015_signatures_virtuspro"
  58642. "65" "eslcologne2015_signatures_mousesports"
  58643. "66" "eslcologne2015_signatures_renegades"
  58644. "67" "eslcologne2015_signatures_teamimmunity"
  58645. "68" "eslcologne2015_signatures_ebettle"
  58646. "69" "eslcologne2015_signatures_kinguin"
  58647. "70" "eslcologne2015_signatures_flipside"
  58648. "71" "eslcologne2015_signatures_clg"
  58649. "72" "eslcologne2015_signatures_cloud9"
  58650. "73" "crate_eslcologne2015_promo_de_dust2"
  58651. "74" "crate_eslcologne2015_promo_de_mirage"
  58652. "75" "crate_eslcologne2015_promo_de_inferno"
  58653. "76" "crate_eslcologne2015_promo_de_cbble"
  58654. "77" "crate_eslcologne2015_promo_de_overpass"
  58655. "78" "crate_eslcologne2015_promo_de_cache"
  58656. "79" "crate_eslcologne2015_promo_de_train"
  58657. "80" "crate_community_9"
  58658. "81" "crate_sticker_pack_cluj2015_legends"
  58659. "82" "crate_sticker_pack_cluj2015_challengers"
  58660. "83" "crate_signature_pack_cluj2015_group_1_legendary"
  58661. "84" "crate_signature_pack_cluj2015_group_2_legendary"
  58662. "85" "cluj2015_signatures_nip"
  58663. "86" "cluj2015_signatures_dig"
  58664. "87" "cluj2015_signatures_clg"
  58665. "88" "cluj2015_signatures_vex"
  58666. "89" "cluj2015_signatures_flip"
  58667. "90" "cluj2015_signatures_liq"
  58668. "91" "cluj2015_signatures_mss"
  58669. "92" "cluj2015_signatures_navi"
  58670. "93" "cluj2015_signatures_vp"
  58671. "94" "cluj2015_signatures_c9"
  58672. "95" "cluj2015_signatures_g2"
  58673. "96" "cluj2015_signatures_tit"
  58674. "97" "cluj2015_signatures_tsolo"
  58675. "98" "cluj2015_signatures_nv"
  58676. "99" "cluj2015_signatures_fntc"
  58677. "100" "cluj2015_signatures_lumi"
  58678. "101" "crate_cluj2015_promo_de_dust2"
  58679. "102" "crate_cluj2015_promo_de_mirage"
  58680. "103" "crate_cluj2015_promo_de_inferno"
  58681. "104" "crate_cluj2015_promo_de_cbble"
  58682. "105" "crate_cluj2015_promo_de_overpass"
  58683. "106" "crate_cluj2015_promo_de_cache"
  58684. "107" "crate_cluj2015_promo_de_train"
  58685. "108" "crate_sticker_pack_pinups_capsule_lootlist"
  58686. "109" "crate_sticker_pack_slid3_capsule_lootlist"
  58687. "110" "crate_sticker_pack_team_roles_capsule_lootlist"
  58688. "111" "crate_community_10"
  58689. "112" "crate_community_11"
  58690. }
  58691. "quest_reward_loot_lists"
  58692. {
  58693. "1" "set_dust"
  58694. "2" "set_aztec"
  58695. "3" "set_vertigo"
  58696. "4" "set_inferno"
  58697. "5" "set_militia"
  58698. "6" "set_nuke"
  58699. "8" "set_office"
  58700. "9" "set_assault"
  58701. "13" "set_bravo_ii"
  58702. "15" "set_dust_2"
  58703. "16" "set_train"
  58704. "17" "set_mirage"
  58705. "18" "set_italy"
  58706. "19" "set_lake"
  58707. "20" "set_safehouse"
  58708. "24" "set_bank"
  58709. "26" "set_overpass"
  58710. "28" "set_cobblestone"
  58711. "29" "set_baggage"
  58712. "31" "set_cache"
  58713. "39" "set_gods_and_monsters"
  58714. "40" "set_chopshop"
  58715. "41" "set_kimono"
  58716. }
  58717. "item_levels"
  58718. {
  58719. "KillEaterRank"
  58720. {
  58721. "0"
  58722. {
  58723. "score" "2"
  58724. }
  58725. "1"
  58726. {
  58727. "score" "4"
  58728. }
  58729. "2"
  58730. {
  58731. "score" "6"
  58732. }
  58733. "3"
  58734. {
  58735. "score" "8"
  58736. }
  58737. "4"
  58738. {
  58739. "score" "10"
  58740. }
  58741. "5"
  58742. {
  58743. "score" "12"
  58744. }
  58745. "6"
  58746. {
  58747. "score" "14"
  58748. }
  58749. "7"
  58750. {
  58751. "score" "16"
  58752. }
  58753. "8"
  58754. {
  58755. "score" "18"
  58756. }
  58757. "9"
  58758. {
  58759. "score" "20"
  58760. }
  58761. "10"
  58762. {
  58763. "score" "22"
  58764. }
  58765. "11"
  58766. {
  58767. "score" "24"
  58768. }
  58769. "12"
  58770. {
  58771. "score" "26"
  58772. }
  58773. }
  58774. }
  58775. "kill_eater_score_types"
  58776. {
  58777. "0"
  58778. {
  58779. "type_name" "Kills"
  58780. "model_attribute" "stattrak model"
  58781. }
  58782. "1"
  58783. {
  58784. "type_name" "OCMVPs"
  58785. }
  58786. }
  58787. "music_definitions"
  58788. {
  58789. "1"
  58790. {
  58791. "name" "valve_csgo_01"
  58792. "loc_name" "#musickit_valve_csgo_01"
  58793. "loc_description" "#musickit_valve_csgo_01_desc"
  58794. "image_inventory" "econ/music_kits/valve_01"
  58795. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_valve_01.mdl"
  58796. }
  58797. "2"
  58798. {
  58799. "name" "valve_csgo_02"
  58800. "loc_name" "#musickit_valve_csgo_02"
  58801. "loc_description" "#musickit_valve_csgo_02_desc"
  58802. "image_tooltip" "tooltip_image_01"
  58803. "image_inventory" "econ/music_kits/valve_02"
  58804. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_valve_02.mdl"
  58805. }
  58806. "3"
  58807. {
  58808. "name" "danielsadowski_01"
  58809. "loc_name" "#musickit_danielsadowski_01"
  58810. "loc_description" "#musickit_danielsadowski_01_desc"
  58811. "image_inventory" "econ/music_kits/danielsadowski_01"
  58812. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_danielsadowski_01.mdl"
  58813. }
  58814. "4"
  58815. {
  58816. "name" "noisia_01"
  58817. "loc_name" "#musickit_noisia_01"
  58818. "loc_description" "#musickit_noisia_01_desc"
  58819. "image_inventory" "econ/music_kits/noisia_01"
  58820. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_noisia_01.mdl"
  58821. }
  58822. "5"
  58823. {
  58824. "name" "robertallaire_01"
  58825. "loc_name" "#musickit_robertallaire_01"
  58826. "loc_description" "#musickit_robertallaire_01_desc"
  58827. "image_inventory" "econ/music_kits/robertallaire_01"
  58828. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_robertallaire_01.mdl"
  58829. }
  58830. "6"
  58831. {
  58832. "name" "seanmurray_01"
  58833. "loc_name" "#musickit_seanmurray_01"
  58834. "loc_description" "#musickit_seanmurray_01_desc"
  58835. "image_inventory" "econ/music_kits/seanmurray_01"
  58836. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_seanmurray_01.mdl"
  58837. }
  58838. "7"
  58839. {
  58840. "name" "feedme_01"
  58841. "loc_name" "#musickit_feedme_01"
  58842. "loc_description" "#musickit_feedme_01_desc"
  58843. "image_inventory" "econ/music_kits/feedme_01"
  58844. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_feedme_01.mdl"
  58845. }
  58846. "8"
  58847. {
  58848. "name" "dren_01"
  58849. "loc_name" "#musickit_dren_01"
  58850. "loc_description" "#musickit_dren_01_desc"
  58851. "image_inventory" "econ/music_kits/dren_01"
  58852. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_dren_01.mdl"
  58853. }
  58854. "9"
  58855. {
  58856. "name" "austinwintory_01"
  58857. "loc_name" "#musickit_austinwintory_01"
  58858. "loc_description" "#musickit_austinwintory_01_desc"
  58859. "image_inventory" "econ/music_kits/austinwintory_01"
  58860. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_austinwintory_01.mdl"
  58861. }
  58862. "10"
  58863. {
  58864. "name" "sasha_01"
  58865. "loc_name" "#musickit_sasha_01"
  58866. "loc_description" "#musickit_sasha_01_desc"
  58867. "image_inventory" "econ/music_kits/sasha_01"
  58868. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_sasha_01.mdl"
  58869. }
  58870. "11"
  58871. {
  58872. "name" "skog_01"
  58873. "loc_name" "#musickit_skog_01"
  58874. "loc_description" "#musickit_skog_01_desc"
  58875. "image_inventory" "econ/music_kits/skog_01"
  58876. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_skog_01.mdl"
  58877. }
  58878. "12"
  58879. {
  58880. "name" "midnightriders_01"
  58881. "loc_name" "#musickit_midnightriders_01"
  58882. "loc_description" "#musickit_midnightriders_01_desc"
  58883. "image_inventory" "econ/music_kits/midnightriders_01"
  58884. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_midnight_riders_01.mdl"
  58885. }
  58886. "13"
  58887. {
  58888. "name" "mattlange_01"
  58889. "loc_name" "#musickit_mattlange_01"
  58890. "loc_description" "#musickit_mattlange_01_desc"
  58891. "image_inventory" "econ/music_kits/mattlange_01"
  58892. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_mattlange_01.mdl"
  58893. }
  58894. "14"
  58895. {
  58896. "name" "mateomessina_01"
  58897. "loc_name" "#musickit_mateomessina_01"
  58898. "loc_description" "#musickit_mateomessina_01_desc"
  58899. "image_inventory" "econ/music_kits/mateomessina_01"
  58900. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_mateomessina_01.mdl"
  58901. }
  58902. "15"
  58903. {
  58904. "name" "hotlinemiami_01"
  58905. "loc_name" "#musickit_hotlinemiami_01"
  58906. "loc_description" "#musickit_hotlinemiami_01_desc"
  58907. "image_inventory" "econ/music_kits/hotlinemiami_01"
  58908. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_hotlinemiami_01.mdl"
  58909. }
  58910. "16"
  58911. {
  58912. "name" "danielsadowski_02"
  58913. "loc_name" "#musickit_danielsadowski_02"
  58914. "loc_description" "#musickit_danielsadowski_02_desc"
  58915. "image_inventory" "econ/music_kits/danielsadowski_02"
  58916. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_danielsadowski_02.mdl"
  58917. }
  58918. "17"
  58919. {
  58920. "name" "damjanmravunac_01"
  58921. "loc_name" "#musickit_damjanmravunac_01"
  58922. "loc_description" "#musickit_damjanmravunac_01_desc"
  58923. "image_inventory" "econ/music_kits/damjanmravunac_01"
  58924. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_damjanmravunac_01.mdl"
  58925. }
  58926. "18"
  58927. {
  58928. "name" "proxy_01"
  58929. "loc_name" "#musickit_proxy_01"
  58930. "loc_description" "#musickit_proxy_01_desc"
  58931. "image_inventory" "econ/music_kits/proxy_01"
  58932. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_proxy_01.mdl"
  58933. }
  58934. "19"
  58935. {
  58936. "name" "kitheory_01"
  58937. "loc_name" "#musickit_kitheory_01"
  58938. "loc_description" "#musickit_kitheory_01_desc"
  58939. "image_inventory" "econ/music_kits/kitheory_01"
  58940. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_kitheory_01.mdl"
  58941. }
  58942. "20"
  58943. {
  58944. "name" "troelsfolmann_01"
  58945. "loc_name" "#musickit_troelsfolmann_01"
  58946. "loc_description" "#musickit_troelsfolmann_01_desc"
  58947. "image_inventory" "econ/music_kits/troelsfolmann_01"
  58948. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_troelsfolmann_01.mdl"
  58949. }
  58950. "21"
  58951. {
  58952. "name" "kellybailey_01"
  58953. "loc_name" "#musickit_kellybailey_01"
  58954. "loc_description" "#musickit_kellybailey_01_desc"
  58955. "image_inventory" "econ/music_kits/kellybailey_01"
  58956. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_kellybailey_01.mdl"
  58957. }
  58958. "22"
  58959. {
  58960. "name" "skog_02"
  58961. "loc_name" "#musickit_skog_02"
  58962. "loc_description" "#musickit_skog_02_desc"
  58963. "image_inventory" "econ/music_kits/skog_02"
  58964. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_skog_02.mdl"
  58965. }
  58966. "23"
  58967. {
  58968. "name" "danielsadowski_03"
  58969. "loc_name" "#musickit_danielsadowski_03"
  58970. "loc_description" "#musickit_danielsadowski_03_desc"
  58971. "image_inventory" "econ/music_kits/danielsadowski_03"
  58972. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_danielsadowski_03.mdl"
  58973. }
  58974. "24"
  58975. {
  58976. "name" "awolnation_01"
  58977. "loc_name" "#musickit_awolnation_01"
  58978. "loc_description" "#musickit_awolnation_01_desc"
  58979. "image_inventory" "econ/music_kits/awolnation_01"
  58980. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_awolnation_01.mdl"
  58981. }
  58982. "25"
  58983. {
  58984. "name" "mordfustang_01"
  58985. "loc_name" "#musickit_mordfustang_01"
  58986. "loc_description" "#musickit_mordfustang_01_desc"
  58987. "image_inventory" "econ/music_kits/mordfustang_01"
  58988. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_mordfustang_01.mdl"
  58989. }
  58990. "26"
  58991. {
  58992. "name" "michaelbross_01"
  58993. "loc_name" "#musickit_michaelbross_01"
  58994. "loc_description" "#musickit_michaelbross_01_desc"
  58995. "image_inventory" "econ/music_kits/michaelbross_01"
  58996. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_michaelbross_01.mdl"
  58997. }
  58998. "27"
  58999. {
  59000. "name" "ianhultquist_01"
  59001. "loc_name" "#musickit_ianhultquist_01"
  59002. "loc_description" "#musickit_ianhultquist_01_desc"
  59003. "image_inventory" "econ/music_kits/ianhultquist_01"
  59004. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_ianhultquist_01.mdl"
  59005. }
  59006. "28"
  59007. {
  59008. "name" "newbeatfund_01"
  59009. "loc_name" "#musickit_newbeatfund_01"
  59010. "loc_description" "#musickit_newbeatfund_01_desc"
  59011. "image_inventory" "econ/music_kits/newbeatfund_01"
  59012. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_newbeatfund_01.mdl"
  59013. }
  59014. "29"
  59015. {
  59016. "name" "beartooth_01"
  59017. "loc_name" "#musickit_beartooth_01"
  59018. "loc_description" "#musickit_beartooth_01_desc"
  59019. "image_inventory" "econ/music_kits/beartooth_01"
  59020. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_beartooth_01.mdl"
  59021. }
  59022. "30"
  59023. {
  59024. "name" "lenniemoore_01"
  59025. "loc_name" "#musickit_lenniemoore_01"
  59026. "loc_description" "#musickit_lenniemoore_01_desc"
  59027. "image_inventory" "econ/music_kits/lenniemoore_01"
  59028. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_lenniemoore_01.mdl"
  59029. }
  59030. "31"
  59031. {
  59032. "name" "darude_01"
  59033. "loc_name" "#musickit_darude_01"
  59034. "loc_description" "#musickit_darude_01_desc"
  59035. "image_inventory" "econ/music_kits/darude_01"
  59036. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_darude_01.mdl"
  59037. }
  59038. }
  59039. "quest_definitions"
  59040. {
  59041. "11"
  59042. {
  59043. "name" "Casual Kills: SMG"
  59044. "loc_name" "#Quest_Weapon_Mode"
  59045. "loc_description" "#Quest_Weapon_Mode_desc"
  59046. "gamemode" "casual"
  59047. "expression" "%weapon_smg% && %act_kill_human%"
  59048. }
  59049. "12"
  59050. {
  59051. "name" "Casual Kills: Secondary"
  59052. "loc_name" "#Quest_Weapon_Mode"
  59053. "loc_description" "#Quest_Weapon_Mode_desc"
  59054. "gamemode" "casual"
  59055. "expression" " %weapon_secondary% && %act_kill_human% "
  59056. }
  59057. "13"
  59058. {
  59059. "name" "Casual Kills: Heavy"
  59060. "loc_name" "#Quest_Weapon_Mode"
  59061. "loc_description" "#Quest_Weapon_Mode_desc"
  59062. "gamemode" "casual"
  59063. "expression" " %weapon_heavy% && %act_kill_human% "
  59064. }
  59065. "14"
  59066. {
  59067. "name" "Casual Kills: Knife"
  59068. "loc_name" "#Quest_Weapon_Mode"
  59069. "loc_description" "#Quest_Weapon_Mode_single_desc"
  59070. "gamemode" "casual"
  59071. "expression" " %weapon_melee% && %act_kill_human% "
  59072. }
  59073. "15"
  59074. {
  59075. "name" "Casual Kills: Rifle"
  59076. "loc_name" "#Quest_Weapon_Mode"
  59077. "loc_description" "#Quest_Weapon_Mode_desc"
  59078. "gamemode" "casual"
  59079. "expression" " %weapon_rifle% && %act_kill_human% "
  59080. }
  59081. "16"
  59082. {
  59083. "name" "Win Competitive Dust"
  59084. "loc_name" "#Quest_Win_a_Mapgroup"
  59085. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59086. "gamemode" "competitive"
  59087. "mapgroup" "mg_de_dust"
  59088. "expression" " ( %act_win_match% == 1.0 ) "
  59089. }
  59090. "17"
  59091. {
  59092. "name" "Win Competitive Dust2"
  59093. "loc_name" "#Quest_Win_a_Mapgroup"
  59094. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59095. "gamemode" "competitive"
  59096. "mapgroup" "mg_de_dust2"
  59097. "expression" " ( %act_win_match% == 1.0 ) "
  59098. }
  59099. "18"
  59100. {
  59101. "name" "Win Competitive Train"
  59102. "loc_name" "#Quest_Win_a_Mapgroup"
  59103. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59104. "gamemode" "competitive"
  59105. "mapgroup" "mg_de_train"
  59106. "expression" " ( %act_win_match% == 1.0 ) "
  59107. }
  59108. "19"
  59109. {
  59110. "name" "Win Competitive Inferno"
  59111. "loc_name" "#Quest_Win_a_Mapgroup"
  59112. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59113. "gamemode" "competitive"
  59114. "mapgroup" "mg_de_inferno"
  59115. "expression" " ( %act_win_match% == 1.0 ) "
  59116. }
  59117. "20"
  59118. {
  59119. "name" "Win Competitive Nuke"
  59120. "loc_name" "#Quest_Win_a_Mapgroup"
  59121. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59122. "gamemode" "competitive"
  59123. "mapgroup" "mg_de_nuke"
  59124. "expression" " ( %act_win_match% == 1.0 ) "
  59125. }
  59126. "21"
  59127. {
  59128. "name" "Win Competitive Italy"
  59129. "loc_name" "#Quest_Win_a_Mapgroup"
  59130. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59131. "gamemode" "competitive"
  59132. "mapgroup" "mg_cs_italy"
  59133. "expression" " ( %act_win_match% == 1.0 ) "
  59134. }
  59135. "22"
  59136. {
  59137. "name" "Win Competitive Office"
  59138. "loc_name" "#Quest_Win_a_Mapgroup"
  59139. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59140. "gamemode" "competitive"
  59141. "mapgroup" "mg_cs_office"
  59142. "expression" " ( %act_win_match% == 1.0 ) "
  59143. }
  59144. "23"
  59145. {
  59146. "name" "Win Competitive Aztec"
  59147. "loc_name" "#Quest_Win_a_Mapgroup"
  59148. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59149. "gamemode" "competitive"
  59150. "mapgroup" "mg_de_aztec"
  59151. "expression" " ( %act_win_match% == 1.0 ) "
  59152. }
  59153. "24"
  59154. {
  59155. "name" "Win Competitive Vertigo"
  59156. "loc_name" "#Quest_Win_a_Mapgroup"
  59157. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59158. "gamemode" "competitive"
  59159. "mapgroup" "mg_de_vertigo"
  59160. "expression" " ( %act_win_match% == 1.0 ) "
  59161. }
  59162. "25"
  59163. {
  59164. "name" "Win Competitive Militia"
  59165. "loc_name" "#Quest_Win_a_Mapgroup"
  59166. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59167. "gamemode" "competitive"
  59168. "mapgroup" "mg_cs_militia"
  59169. "expression" " ( %act_win_match% == 1.0 ) "
  59170. }
  59171. "26"
  59172. {
  59173. "name" "Win Competitive Mirage"
  59174. "loc_name" "#Quest_Win_a_Mapgroup"
  59175. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59176. "gamemode" "competitive"
  59177. "mapgroup" "mg_de_mirage"
  59178. "expression" " ( %act_win_match% == 1.0 ) "
  59179. }
  59180. "27"
  59181. {
  59182. "name" "Win Competitive Overpass"
  59183. "loc_name" "#Quest_Win_a_Mapgroup"
  59184. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59185. "gamemode" "competitive"
  59186. "mapgroup" "mg_de_overpass"
  59187. "expression" " ( %act_win_match% == 1.0 ) "
  59188. }
  59189. "28"
  59190. {
  59191. "name" "Win Competitive Cobblestone"
  59192. "loc_name" "#Quest_Win_a_Mapgroup"
  59193. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59194. "gamemode" "competitive"
  59195. "mapgroup" "mg_de_cbble"
  59196. "expression" " ( %act_win_match% == 1.0 ) "
  59197. }
  59198. "32"
  59199. {
  59200. "name" "Deathmatch Kills: AK47"
  59201. "loc_name" "#Quest_Weapon_Mode"
  59202. "loc_description" "#Quest_Weapon_Mode_desc"
  59203. "gamemode" "deathmatch"
  59204. "expression" " %weapon_ak47% && %act_kill_human% "
  59205. }
  59206. "33"
  59207. {
  59208. "name" "Deathmatch Kills: AUG"
  59209. "loc_name" "#Quest_Weapon_Mode"
  59210. "loc_description" "#Quest_Weapon_Mode_desc"
  59211. "gamemode" "deathmatch"
  59212. "expression" " %weapon_aug% && %act_kill_human% "
  59213. }
  59214. "34"
  59215. {
  59216. "name" "Deathmatch Kills: AWP"
  59217. "loc_name" "#Quest_Weapon_Mode"
  59218. "loc_description" "#Quest_Weapon_Mode_desc"
  59219. "gamemode" "deathmatch"
  59220. "expression" " %weapon_awp% && %act_kill_human% "
  59221. }
  59222. "35"
  59223. {
  59224. "name" "Deathmatch Kills: Desert Eagle"
  59225. "loc_name" "#Quest_Weapon_Mode"
  59226. "loc_description" "#Quest_Weapon_Mode_desc"
  59227. "gamemode" "deathmatch"
  59228. "expression" " %weapon_deagle% && %act_kill_human% "
  59229. }
  59230. "36"
  59231. {
  59232. "name" "Deathmatch Kills: Dual Berettas"
  59233. "loc_name" "#Quest_Weapon_Mode"
  59234. "loc_description" "#Quest_Weapon_Mode_desc"
  59235. "gamemode" "deathmatch"
  59236. "expression" " %weapon_elite% && %act_kill_human% "
  59237. }
  59238. "37"
  59239. {
  59240. "name" "Deathmatch Kills: FAMAS"
  59241. "loc_name" "#Quest_Weapon_Mode"
  59242. "loc_description" "#Quest_Weapon_Mode_desc"
  59243. "gamemode" "deathmatch"
  59244. "expression" " %weapon_famas% && %act_kill_human% "
  59245. }
  59246. "38"
  59247. {
  59248. "name" "Deathmatch Kills: Five-seveN"
  59249. "loc_name" "#Quest_Weapon_Mode"
  59250. "loc_description" "#Quest_Weapon_Mode_desc"
  59251. "gamemode" "deathmatch"
  59252. "expression" " %weapon_fiveseven% && %act_kill_human% "
  59253. }
  59254. "39"
  59255. {
  59256. "name" "Deathmatch Kills: G3SG1"
  59257. "loc_name" "#Quest_Weapon_Mode"
  59258. "loc_description" "#Quest_Weapon_Mode_desc"
  59259. "gamemode" "deathmatch"
  59260. "expression" " %weapon_g3sg1% && %act_kill_human% "
  59261. }
  59262. "40"
  59263. {
  59264. "name" "Deathmatch Kills: Galil AR"
  59265. "loc_name" "#Quest_Weapon_Mode"
  59266. "loc_description" "#Quest_Weapon_Mode_desc"
  59267. "gamemode" "deathmatch"
  59268. "expression" " %weapon_galilar% && %act_kill_human% "
  59269. }
  59270. "41"
  59271. {
  59272. "name" "Deathmatch Kills: Glock-18"
  59273. "loc_name" "#Quest_Weapon_Mode"
  59274. "loc_description" "#Quest_Weapon_Mode_desc"
  59275. "gamemode" "deathmatch"
  59276. "expression" " %weapon_glock% && %act_kill_human% "
  59277. }
  59278. "42"
  59279. {
  59280. "name" "Deathmatch Kills: Knife"
  59281. "loc_name" "#Quest_Weapon_Mode"
  59282. "loc_description" "#Quest_Weapon_Mode_desc"
  59283. "gamemode" "deathmatch"
  59284. "expression" " %weapon_melee% && %act_kill_human% "
  59285. }
  59286. "43"
  59287. {
  59288. "name" "Deathmatch Kills: M249"
  59289. "loc_name" "#Quest_Weapon_Mode"
  59290. "loc_description" "#Quest_Weapon_Mode_desc"
  59291. "gamemode" "deathmatch"
  59292. "expression" " %weapon_m249% && %act_kill_human% "
  59293. }
  59294. "44"
  59295. {
  59296. "name" "Deathmatch Kills: M4A4"
  59297. "loc_name" "#Quest_Weapon_Mode"
  59298. "loc_description" "#Quest_Weapon_Mode_desc"
  59299. "gamemode" "deathmatch"
  59300. "expression" " %weapon_m4a1% && %act_kill_human% "
  59301. }
  59302. "45"
  59303. {
  59304. "name" "Deathmatch Kills: M4A1-S"
  59305. "loc_name" "#Quest_Weapon_Mode"
  59306. "loc_description" "#Quest_Weapon_Mode_desc"
  59307. "gamemode" "deathmatch"
  59308. "expression" " %weapon_m4a1_silencer% && %act_kill_human% "
  59309. }
  59310. "46"
  59311. {
  59312. "name" "Deathmatch Kills: MAC-10"
  59313. "loc_name" "#Quest_Weapon_Mode"
  59314. "loc_description" "#Quest_Weapon_Mode_desc"
  59315. "gamemode" "deathmatch"
  59316. "expression" " %weapon_mac10% && %act_kill_human% "
  59317. }
  59318. "47"
  59319. {
  59320. "name" "Deathmatch Kills: P90"
  59321. "loc_name" "#Quest_Weapon_Mode"
  59322. "loc_description" "#Quest_Weapon_Mode_desc"
  59323. "gamemode" "deathmatch"
  59324. "expression" " %weapon_p90% && %act_kill_human% "
  59325. }
  59326. "48"
  59327. {
  59328. "name" "Deathmatch Kills: UMP-45"
  59329. "loc_name" "#Quest_Weapon_Mode"
  59330. "loc_description" "#Quest_Weapon_Mode_desc"
  59331. "gamemode" "deathmatch"
  59332. "expression" " %weapon_ump45% && %act_kill_human% "
  59333. }
  59334. "49"
  59335. {
  59336. "name" "Deathmatch Kills: XM1014"
  59337. "loc_name" "#Quest_Weapon_Mode"
  59338. "loc_description" "#Quest_Weapon_Mode_desc"
  59339. "gamemode" "deathmatch"
  59340. "expression" " %weapon_xm1014% && %act_kill_human% "
  59341. }
  59342. "50"
  59343. {
  59344. "name" "Deathmatch Kills: PP-Bizon"
  59345. "loc_name" "#Quest_Weapon_Mode"
  59346. "loc_description" "#Quest_Weapon_Mode_desc"
  59347. "gamemode" "deathmatch"
  59348. "expression" " %weapon_bizon% && %act_kill_human% "
  59349. }
  59350. "51"
  59351. {
  59352. "name" "Deathmatch Kills: MAG-7"
  59353. "loc_name" "#Quest_Weapon_Mode"
  59354. "loc_description" "#Quest_Weapon_Mode_desc"
  59355. "gamemode" "deathmatch"
  59356. "expression" " %weapon_mag7% && %act_kill_human% "
  59357. }
  59358. "52"
  59359. {
  59360. "name" "Deathmatch Kills: Negev"
  59361. "loc_name" "#Quest_Weapon_Mode"
  59362. "loc_description" "#Quest_Weapon_Mode_desc"
  59363. "gamemode" "deathmatch"
  59364. "expression" " %weapon_negev% && %act_kill_human% "
  59365. }
  59366. "53"
  59367. {
  59368. "name" "Deathmatch Kills: Sawed-Off"
  59369. "loc_name" "#Quest_Weapon_Mode"
  59370. "loc_description" "#Quest_Weapon_Mode_desc"
  59371. "gamemode" "deathmatch"
  59372. "expression" " %weapon_sawedoff% && %act_kill_human% "
  59373. }
  59374. "54"
  59375. {
  59376. "name" "Deathmatch Kills: Tec-9"
  59377. "loc_name" "#Quest_Weapon_Mode"
  59378. "loc_description" "#Quest_Weapon_Mode_desc"
  59379. "gamemode" "deathmatch"
  59380. "expression" " %weapon_tec9% && %act_kill_human% "
  59381. }
  59382. "55"
  59383. {
  59384. "name" "Deathmatch Kills: Zeus x27"
  59385. "loc_name" "#Quest_Weapon_Mode"
  59386. "loc_description" "#Quest_Weapon_Mode_desc"
  59387. "gamemode" "deathmatch"
  59388. "expression" " %weapon_taser% && %act_kill_human% "
  59389. }
  59390. "56"
  59391. {
  59392. "name" "Deathmatch Kills: P2000"
  59393. "loc_name" "#Quest_Weapon_Mode"
  59394. "loc_description" "#Quest_Weapon_Mode_desc"
  59395. "gamemode" "deathmatch"
  59396. "expression" " %weapon_hkp2000% && %act_kill_human% "
  59397. }
  59398. "57"
  59399. {
  59400. "name" "Deathmatch Kills: MP7"
  59401. "loc_name" "#Quest_Weapon_Mode"
  59402. "loc_description" "#Quest_Weapon_Mode_desc"
  59403. "gamemode" "deathmatch"
  59404. "expression" " %weapon_mp7% && %act_kill_human% "
  59405. }
  59406. "58"
  59407. {
  59408. "name" "Deathmatch Kills: MP9"
  59409. "loc_name" "#Quest_Weapon_Mode"
  59410. "loc_description" "#Quest_Weapon_Mode_desc"
  59411. "gamemode" "deathmatch"
  59412. "expression" " %weapon_mp9% && %act_kill_human% "
  59413. }
  59414. "59"
  59415. {
  59416. "name" "Deathmatch Kills: Nova"
  59417. "loc_name" "#Quest_Weapon_Mode"
  59418. "loc_description" "#Quest_Weapon_Mode_desc"
  59419. "gamemode" "deathmatch"
  59420. "expression" " %weapon_nova% && %act_kill_human% "
  59421. }
  59422. "60"
  59423. {
  59424. "name" "Deathmatch Kills: P250"
  59425. "loc_name" "#Quest_Weapon_Mode"
  59426. "loc_description" "#Quest_Weapon_Mode_desc"
  59427. "gamemode" "deathmatch"
  59428. "expression" " %weapon_p250% && %act_kill_human% "
  59429. }
  59430. "61"
  59431. {
  59432. "name" "Deathmatch Kills: CZ75-Auto"
  59433. "loc_name" "#Quest_Weapon_Mode"
  59434. "loc_description" "#Quest_Weapon_Mode_desc"
  59435. "gamemode" "deathmatch"
  59436. "expression" " %weapon_cz75a% && %act_kill_human% "
  59437. }
  59438. "62"
  59439. {
  59440. "name" "Deathmatch Kills: SCAR-20"
  59441. "loc_name" "#Quest_Weapon_Mode"
  59442. "loc_description" "#Quest_Weapon_Mode_desc"
  59443. "gamemode" "deathmatch"
  59444. "expression" " %weapon_scar20% && %act_kill_human% "
  59445. }
  59446. "63"
  59447. {
  59448. "name" "Deathmatch Kills: SG 553"
  59449. "loc_name" "#Quest_Weapon_Mode"
  59450. "loc_description" "#Quest_Weapon_Mode_desc"
  59451. "gamemode" "deathmatch"
  59452. "expression" " %weapon_sg556% && %act_kill_human% "
  59453. }
  59454. "64"
  59455. {
  59456. "name" "Deathmatch Kills: SSG08"
  59457. "loc_name" "#Quest_Weapon_Mode"
  59458. "loc_description" "#Quest_Weapon_Mode_desc"
  59459. "gamemode" "deathmatch"
  59460. "expression" " %weapon_ssg08% && %act_kill_human% "
  59461. }
  59462. "65"
  59463. {
  59464. "name" "Deathmatch Kills: USP-S"
  59465. "loc_name" "#Quest_Weapon_Mode"
  59466. "loc_description" "#Quest_Weapon_Mode_desc"
  59467. "gamemode" "deathmatch"
  59468. "expression" " %weapon_usp_silencer% && %act_kill_human% "
  59469. }
  59470. "66"
  59471. {
  59472. "name" "Casual Active Kills"
  59473. "loc_name" "#Quest_Kills_Mapgroup"
  59474. "loc_description" "#Quest_Kills_Mapgroup_desc"
  59475. "gamemode" "casual"
  59476. "mapgroup" "mg_active"
  59477. "expression" " %act_kill_human% "
  59478. }
  59479. "67"
  59480. {
  59481. "name" "Casual Reserves Kills"
  59482. "loc_name" "#Quest_Kills_Mapgroup"
  59483. "loc_description" "#Quest_Kills_Mapgroup_desc"
  59484. "gamemode" "casual"
  59485. "mapgroup" "mg_reserves"
  59486. "expression" " %act_kill_human% "
  59487. }
  59488. "68"
  59489. {
  59490. "name" "Casual Operation Kills"
  59491. "loc_name" "#Quest_Kills_Mapgroup"
  59492. "loc_description" "#Quest_Kills_Mapgroup_desc"
  59493. "gamemode" "casual"
  59494. "mapgroup" "mg_op_breakout"
  59495. "expression" " %act_kill_human% "
  59496. }
  59497. "69"
  59498. {
  59499. "name" "Demolition Kills"
  59500. "loc_name" "#Quest_Kills_Mode"
  59501. "loc_description" "#Quest_Kills_Mode_desc"
  59502. "gamemode" "gungametrbomb"
  59503. "expression" " %act_kill_human% "
  59504. }
  59505. "70"
  59506. {
  59507. "name" "ArmsRace Kills"
  59508. "loc_name" "#Quest_Kills_Mode"
  59509. "loc_description" "#Quest_Kills_Mode_desc"
  59510. "gamemode" "gungameprogressive"
  59511. "expression" " %act_kill_human% "
  59512. }
  59513. "71"
  59514. {
  59515. "name" "Deathmatch Kills"
  59516. "loc_name" "#Quest_Kills_Mode"
  59517. "loc_description" "#Quest_Kills_Mode_desc"
  59518. "gamemode" "deathmatch"
  59519. "expression" " %act_kill_human% "
  59520. }
  59521. "73"
  59522. {
  59523. "name" "Win Competitive Assault"
  59524. "loc_name" "#Quest_Win_a_Mapgroup"
  59525. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59526. "gamemode" "competitive"
  59527. "mapgroup" "mg_cs_assault"
  59528. "expression" " ( %act_win_match% == 1.0 ) "
  59529. }
  59530. "74"
  59531. {
  59532. "name" "Win Competitive Cache"
  59533. "loc_name" "#Quest_Win_a_Mapgroup"
  59534. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59535. "gamemode" "competitive"
  59536. "mapgroup" "mg_de_cache"
  59537. "expression" " ( %act_win_match% == 1.0 ) "
  59538. }
  59539. "75"
  59540. {
  59541. "name" "Win Competitive Castle"
  59542. "loc_name" "#Quest_Win_a_Mapgroup"
  59543. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59544. "gamemode" "competitive"
  59545. "mapgroup" "mg_de_castle"
  59546. "expression" " ( %act_win_match% == 1.0 ) "
  59547. }
  59548. "76"
  59549. {
  59550. "name" "Win Competitive Overgrown"
  59551. "loc_name" "#Quest_Win_a_Mapgroup"
  59552. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59553. "gamemode" "competitive"
  59554. "mapgroup" "mg_de_overgrown"
  59555. "expression" " ( %act_win_match% == 1.0 ) "
  59556. }
  59557. "77"
  59558. {
  59559. "name" "Win Competitive Black Gold"
  59560. "loc_name" "#Quest_Win_a_Mapgroup"
  59561. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59562. "gamemode" "competitive"
  59563. "mapgroup" "mg_de_blackgold"
  59564. "expression" " ( %act_win_match% == 1.0 ) "
  59565. }
  59566. "78"
  59567. {
  59568. "name" "Win Competitive Rush"
  59569. "loc_name" "#Quest_Win_a_Mapgroup"
  59570. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59571. "gamemode" "competitive"
  59572. "mapgroup" "mg_cs_rush"
  59573. "expression" " ( %act_win_match% == 1.0 ) "
  59574. }
  59575. "79"
  59576. {
  59577. "name" "Win Competitive Mist"
  59578. "loc_name" "#Quest_Win_a_Mapgroup"
  59579. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59580. "gamemode" "competitive"
  59581. "mapgroup" "mg_de_mist"
  59582. "expression" " ( %act_win_match% == 1.0 ) "
  59583. }
  59584. "80"
  59585. {
  59586. "name" "Win Competitive Insertion"
  59587. "loc_name" "#Quest_Win_a_Mapgroup"
  59588. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59589. "gamemode" "competitive"
  59590. "mapgroup" "mg_cs_insertion"
  59591. "expression" " ( %act_win_match% == 1.0 ) "
  59592. }
  59593. "81"
  59594. {
  59595. "name" "Win Rounds Competitive Dust"
  59596. "loc_name" "#Quest_Win_Rounds_Map"
  59597. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59598. "gamemode" "competitive"
  59599. "mapgroup" "mg_de_dust"
  59600. "expression" " %act_win_round% "
  59601. }
  59602. "82"
  59603. {
  59604. "name" "Win Rounds Competitive Dust2"
  59605. "loc_name" "#Quest_Win_Rounds_Map"
  59606. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59607. "gamemode" "competitive"
  59608. "mapgroup" "mg_de_dust2"
  59609. "expression" " %act_win_round% "
  59610. }
  59611. "83"
  59612. {
  59613. "name" "Win Rounds Competitive Train"
  59614. "loc_name" "#Quest_Win_Rounds_Map"
  59615. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59616. "gamemode" "competitive"
  59617. "mapgroup" "mg_de_train"
  59618. "expression" " %act_win_round% "
  59619. }
  59620. "84"
  59621. {
  59622. "name" "Win Rounds Competitive Inferno"
  59623. "loc_name" "#Quest_Win_Rounds_Map"
  59624. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59625. "gamemode" "competitive"
  59626. "mapgroup" "mg_de_inferno"
  59627. "expression" " %act_win_round% "
  59628. }
  59629. "85"
  59630. {
  59631. "name" "Win Rounds Competitive Nuke"
  59632. "loc_name" "#Quest_Win_Rounds_Map"
  59633. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59634. "gamemode" "competitive"
  59635. "mapgroup" "mg_de_nuke"
  59636. "expression" " %act_win_round% "
  59637. }
  59638. "86"
  59639. {
  59640. "name" "Win Rounds Competitive Italy"
  59641. "loc_name" "#Quest_Win_Rounds_Map"
  59642. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59643. "gamemode" "competitive"
  59644. "mapgroup" "mg_cs_italy"
  59645. "expression" " %act_win_round% "
  59646. }
  59647. "87"
  59648. {
  59649. "name" "Win Rounds Competitive Office"
  59650. "loc_name" "#Quest_Win_Rounds_Map"
  59651. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59652. "gamemode" "competitive"
  59653. "mapgroup" "mg_cs_office"
  59654. "expression" " %act_win_round% "
  59655. }
  59656. "88"
  59657. {
  59658. "name" "Win Rounds Competitive Aztec"
  59659. "loc_name" "#Quest_Win_Rounds_Map"
  59660. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59661. "gamemode" "competitive"
  59662. "mapgroup" "mg_de_aztec"
  59663. "expression" " %act_win_round% "
  59664. }
  59665. "89"
  59666. {
  59667. "name" "Win Rounds Competitive Vertigo"
  59668. "loc_name" "#Quest_Win_Rounds_Map"
  59669. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59670. "gamemode" "competitive"
  59671. "mapgroup" "mg_de_vertigo"
  59672. "expression" " %act_win_round% "
  59673. }
  59674. "90"
  59675. {
  59676. "name" "Win Rounds Competitive Militia"
  59677. "loc_name" "#Quest_Win_Rounds_Map"
  59678. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59679. "gamemode" "competitive"
  59680. "mapgroup" "mg_cs_militia"
  59681. "expression" " %act_win_round% "
  59682. }
  59683. "91"
  59684. {
  59685. "name" "Win Rounds Competitive Mirage"
  59686. "loc_name" "#Quest_Win_Rounds_Map"
  59687. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59688. "gamemode" "competitive"
  59689. "mapgroup" "mg_de_mirage"
  59690. "expression" " %act_win_round% "
  59691. }
  59692. "92"
  59693. {
  59694. "name" "Win Rounds Competitive Overpass"
  59695. "loc_name" "#Quest_Win_Rounds_Map"
  59696. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59697. "gamemode" "competitive"
  59698. "mapgroup" "mg_de_overpass"
  59699. "expression" " %act_win_round% "
  59700. }
  59701. "93"
  59702. {
  59703. "name" "Win Rounds Competitive Cobblestone"
  59704. "loc_name" "#Quest_Win_Rounds_Map"
  59705. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59706. "gamemode" "competitive"
  59707. "mapgroup" "mg_de_cbble"
  59708. "expression" " %act_win_round% "
  59709. }
  59710. "94"
  59711. {
  59712. "name" "Win Rounds Competitive Cache"
  59713. "loc_name" "#Quest_Win_Rounds_Map"
  59714. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59715. "gamemode" "competitive"
  59716. "mapgroup" "mg_de_cache"
  59717. "expression" " %act_win_round% "
  59718. }
  59719. "95"
  59720. {
  59721. "name" "Win Rounds Competitive Assault"
  59722. "loc_name" "#Quest_Win_Rounds_Map"
  59723. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59724. "gamemode" "competitive"
  59725. "mapgroup" "mg_cs_assault"
  59726. "expression" " %act_win_round% "
  59727. }
  59728. "96"
  59729. {
  59730. "name" "Win Rounds Competitive Castle"
  59731. "loc_name" "#Quest_Win_Rounds_Map"
  59732. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59733. "gamemode" "competitive"
  59734. "mapgroup" "mg_de_castle"
  59735. "expression" " %act_win_round% "
  59736. }
  59737. "97"
  59738. {
  59739. "name" "Win Rounds Competitive Overgrown"
  59740. "loc_name" "#Quest_Win_Rounds_Map"
  59741. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59742. "gamemode" "competitive"
  59743. "mapgroup" "mg_de_overgrown"
  59744. "expression" " %act_win_round% "
  59745. }
  59746. "98"
  59747. {
  59748. "name" "Win Rounds Competitive Black Gold"
  59749. "loc_name" "#Quest_Win_Rounds_Map"
  59750. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59751. "gamemode" "competitive"
  59752. "mapgroup" "mg_de_blackgold"
  59753. "expression" " %act_win_round% "
  59754. }
  59755. "99"
  59756. {
  59757. "name" "Win Rounds Competitive Rush"
  59758. "loc_name" "#Quest_Win_Rounds_Map"
  59759. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59760. "gamemode" "competitive"
  59761. "mapgroup" "mg_cs_rush"
  59762. "expression" " %act_win_round% "
  59763. }
  59764. "100"
  59765. {
  59766. "name" "Win Rounds Competitive Mist"
  59767. "loc_name" "#Quest_Win_Rounds_Map"
  59768. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59769. "gamemode" "competitive"
  59770. "mapgroup" "mg_de_mist"
  59771. "expression" " %act_win_round% "
  59772. }
  59773. "101"
  59774. {
  59775. "name" "Win Rounds Competitive Insertion"
  59776. "loc_name" "#Quest_Win_Rounds_Map"
  59777. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59778. "gamemode" "competitive"
  59779. "mapgroup" "mg_cs_insertion"
  59780. "expression" " %act_win_round% "
  59781. }
  59782. "102"
  59783. {
  59784. "name" "Deathmatch Active Duty Chicken Kills"
  59785. "gamemode" "deathmatch"
  59786. "mapgroup" "mg_active"
  59787. "expression" " %act_kill_chicken% "
  59788. "points" "20"
  59789. "difficulty" "2"
  59790. "quest_reward" "quest_reward_crate_vanguard"
  59791. "loc_name" "#Quest_Chicken_Kills_Mapgroup"
  59792. "loc_description" "#Quest_Kills_Mapgroup_desc"
  59793. "quest_icon" "chicken"
  59794. }
  59795. "104"
  59796. {
  59797. "name" "Casual Overpass Mag7 Kills"
  59798. "gamemode" "casual"
  59799. "map" "de_overpass"
  59800. "mapgroup" "mg_active"
  59801. "expression" " %weapon_mag7% && %act_kill_human% "
  59802. "points" "10"
  59803. "difficulty" "1"
  59804. "quest_reward" "quest_reward_crate_vanguard"
  59805. "loc_name" "#Quest_Weapon_Map"
  59806. "loc_description" "#Quest_Weapon_Map_desc"
  59807. }
  59808. "105"
  59809. {
  59810. "name" "AR_Baggage Kills"
  59811. "loc_name" "#Quest_Kills_Map"
  59812. "loc_description" "#Quest_Kills_Map_desc"
  59813. "points" "10"
  59814. "gamemode" "gungameprogressive"
  59815. "map" "ar_baggage"
  59816. "mapgroup" "mg_armsrace"
  59817. "expression" " %act_kill_human% "
  59818. "difficulty" "1"
  59819. "quest_reward" "set_baggage"
  59820. }
  59821. "106"
  59822. {
  59823. "name" "Casual Italy Tec9 Kills"
  59824. "loc_name" "#Quest_Weapon_Map"
  59825. "loc_description" "#Quest_Weapon_Map_desc"
  59826. "points" "10"
  59827. "gamemode" "casual"
  59828. "map" "cs_italy"
  59829. "mapgroup" "mg_reserves"
  59830. "expression" " %weapon_tec9% && %act_kill_human% "
  59831. "difficulty" "1"
  59832. "quest_reward" "set_italy"
  59833. }
  59834. "107"
  59835. {
  59836. "name" "Deathmatch Inferno Deagle Kills"
  59837. "loc_name" "#Quest_Weapon_Map"
  59838. "loc_description" "#Quest_Weapon_Map_desc"
  59839. "points" "20"
  59840. "gamemode" "deathmatch"
  59841. "map" "de_inferno"
  59842. "mapgroup" "mg_active"
  59843. "expression" " %weapon_deagle% && %act_kill_human% "
  59844. "difficulty" "1"
  59845. "quest_reward" "quest_reward_crate_vanguard"
  59846. }
  59847. "108"
  59848. {
  59849. "name" "Casual Nuke Kills"
  59850. "loc_name" "#Quest_Kills_Map"
  59851. "loc_description" "#Quest_Kills_Map_desc"
  59852. "points" "30"
  59853. "gamemode" "casual"
  59854. "map" "de_nuke"
  59855. "mapgroup" "mg_active"
  59856. "expression" " %act_kill_human% "
  59857. "difficulty" "1"
  59858. "quest_reward" "quest_reward_crate_vanguard"
  59859. }
  59860. "109"
  59861. {
  59862. "name" "Casual Inferno Kills"
  59863. "loc_name" "#Quest_Kills_Map"
  59864. "loc_description" "#Quest_Kills_Map_desc"
  59865. "points" "30"
  59866. "gamemode" "casual"
  59867. "map" "de_inferno"
  59868. "mapgroup" "mg_active"
  59869. "expression" " %act_kill_human% "
  59870. "quest_reward" "quest_reward_crate_vanguard"
  59871. "difficulty" "1"
  59872. "operational_points" "1"
  59873. }
  59874. "110"
  59875. {
  59876. "name" "ArmsRace 20 Kills"
  59877. "gamemode" "gungameprogressive"
  59878. "mapgroup" "mg_armsrace"
  59879. "expression" " %act_kill_human% "
  59880. "points" "20"
  59881. "difficulty" "2"
  59882. "quest_reward" "quest_reward_crate_vanguard"
  59883. "loc_name" "#Quest_Kills_Mapgroup"
  59884. "loc_description" "#Quest_Kills_Mapgroup_desc"
  59885. }
  59886. "111"
  59887. {
  59888. "name" "Win 8 Rounds Competitive Cobblestone"
  59889. "loc_name" "#Quest_Win_Rounds_Map"
  59890. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59891. "points" "8"
  59892. "gamemode" "competitive"
  59893. "mapgroup" "mg_de_cbble"
  59894. "expression" " %act_win_round% "
  59895. "difficulty" "2"
  59896. "quest_reward" "set_cobblestone"
  59897. }
  59898. "112"
  59899. {
  59900. "name" "Win 8 Rounds Competitive Cache"
  59901. "loc_name" "#Quest_Win_Rounds_Map"
  59902. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59903. "points" "8"
  59904. "gamemode" "competitive"
  59905. "mapgroup" "mg_de_cache"
  59906. "expression" " %act_win_round% "
  59907. "difficulty" "2"
  59908. "quest_reward" "set_cache"
  59909. }
  59910. "113"
  59911. {
  59912. "name" "Win 8 Rounds Competitive Nuke"
  59913. "loc_name" "#Quest_Win_Rounds_Map"
  59914. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59915. "points" "8"
  59916. "gamemode" "competitive"
  59917. "mapgroup" "mg_de_nuke"
  59918. "expression" " %act_win_round% "
  59919. "difficulty" "2"
  59920. "quest_reward" "set_nuke"
  59921. }
  59922. "114"
  59923. {
  59924. "name" "Win 16 Rounds Competitive Inferno"
  59925. "loc_name" "#Quest_Win_Rounds_Map"
  59926. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59927. "points" "16"
  59928. "gamemode" "competitive"
  59929. "mapgroup" "mg_de_inferno"
  59930. "expression" " %act_win_round% "
  59931. "difficulty" "2"
  59932. "quest_reward" "quest_reward_crate_vanguard"
  59933. }
  59934. "115"
  59935. {
  59936. "name" "Win 16 Rounds Competitive Overpass"
  59937. "loc_name" "#Quest_Win_Rounds_Map"
  59938. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59939. "points" "16"
  59940. "gamemode" "competitive"
  59941. "mapgroup" "mg_de_overpass"
  59942. "expression" " %act_win_round% "
  59943. "quest_reward" "quest_reward_crate_vanguard"
  59944. "difficulty" "2"
  59945. "operational_points" "2"
  59946. }
  59947. "116"
  59948. {
  59949. "name" "Win 16 Rounds Competitive Cobblestone"
  59950. "loc_name" "#Quest_Win_Rounds_Map"
  59951. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59952. "points" "16"
  59953. "gamemode" "competitive"
  59954. "mapgroup" "mg_de_cbble"
  59955. "expression" " %act_win_round% "
  59956. "difficulty" "3"
  59957. "quest_reward" "set_cobblestone"
  59958. }
  59959. "117"
  59960. {
  59961. "name" "Win 16 Rounds Competitive Overpass"
  59962. "loc_name" "#Quest_Win_Rounds_Map"
  59963. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59964. "points" "16"
  59965. "gamemode" "competitive"
  59966. "mapgroup" "mg_de_overpass"
  59967. "expression" " %act_win_round% "
  59968. "difficulty" "3"
  59969. "quest_reward" "set_overpass"
  59970. }
  59971. "118"
  59972. {
  59973. "name" "Win 16 Rounds Competitive Cache"
  59974. "loc_name" "#Quest_Win_Rounds_Map"
  59975. "loc_description" "#Quest_Win_Rounds_Map_desc"
  59976. "points" "16"
  59977. "gamemode" "competitive"
  59978. "mapgroup" "mg_de_cache"
  59979. "expression" " %act_win_round% "
  59980. "difficulty" "3"
  59981. "quest_reward" "set_cache"
  59982. }
  59983. "119"
  59984. {
  59985. "name" "Win Competitive Inferno Twice"
  59986. "loc_name" "#Quest_Win_a_Mapgroup"
  59987. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  59988. "points" "2"
  59989. "gamemode" "competitive"
  59990. "mapgroup" "mg_de_inferno"
  59991. "expression" " %act_win_match% "
  59992. "difficulty" "3"
  59993. "quest_reward" "quest_reward_crate_vanguard"
  59994. }
  59995. "120"
  59996. {
  59997. "name" "Win Competitive Nuke Twice"
  59998. "loc_name" "#Quest_Win_a_Mapgroup"
  59999. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  60000. "points" "2"
  60001. "gamemode" "competitive"
  60002. "mapgroup" "mg_de_nuke"
  60003. "expression" " %act_win_match% "
  60004. "quest_reward" "quest_reward_crate_vanguard"
  60005. "difficulty" "3"
  60006. "operational_points" "3"
  60007. }
  60008. "121"
  60009. {
  60010. "name" "ArmsRace 10 Kills"
  60011. "gamemode" "gungameprogressive"
  60012. "mapgroup" "mg_armsrace"
  60013. "expression" " %act_kill_human% "
  60014. "points" "10"
  60015. "quest_reward" "set_overpass"
  60016. "loc_name" "#Quest_Kills_Mapgroup"
  60017. "loc_description" "#Quest_Kills_Mapgroup_desc"
  60018. "difficulty" "1"
  60019. }
  60020. "122"
  60021. {
  60022. "name" "ArmsRace 20 Kills"
  60023. "gamemode" "gungameprogressive"
  60024. "mapgroup" "mg_armsrace"
  60025. "expression" " %act_kill_human% "
  60026. "points" "20"
  60027. "difficulty" "2"
  60028. "quest_reward" "set_baggage"
  60029. "loc_name" "#Quest_Kills_Mapgroup"
  60030. "loc_description" "#Quest_Kills_Mapgroup_desc"
  60031. }
  60032. "123"
  60033. {
  60034. "name" "ArmsRace 40 Kills"
  60035. "gamemode" "gungameprogressive"
  60036. "mapgroup" "mg_armsrace"
  60037. "expression" " %act_kill_human% "
  60038. "points" "40"
  60039. "difficulty" "3"
  60040. "quest_reward" "set_lake"
  60041. "loc_name" "#Quest_Kills_Mapgroup"
  60042. "loc_description" "#Quest_Kills_Mapgroup_desc"
  60043. }
  60044. "201"
  60045. {
  60046. "name" "Deathmatch Vanguard Bonus Points 100"
  60047. "gamemode" "deathmatch"
  60048. "mapgroup" "mg_op_op05"
  60049. "expression" " %act_dm_bonus_points% "
  60050. "points" "100"
  60051. "difficulty" "2"
  60052. "quest_reward" "quest_reward_crate_vanguard"
  60053. "loc_name" "#Quest_DMBonusPoints_Mapgroup"
  60054. "loc_description" "#Quest_DMBonusPoints_Mapgroup_desc"
  60055. }
  60056. "203"
  60057. {
  60058. "name" "Deathmatch Vanguard Chicken Kills"
  60059. "loc_name" "#Quest_Chicken_Kills_Mapgroup"
  60060. "loc_description" "#Quest_Kills_Mapgroup_desc"
  60061. "quest_icon" "chicken"
  60062. "gamemode" "deathmatch"
  60063. "mapgroup" "mg_op_op05"
  60064. "expression" " %act_kill_chicken% "
  60065. "points" "20"
  60066. "difficulty" "1"
  60067. "xp_reward" "100"
  60068. }
  60069. "204"
  60070. {
  60071. "name" "Deathmatch Vanguard Sawedoff Kills"
  60072. "loc_name" "#Quest_Weapon_Mapgroup"
  60073. "loc_description" "#Quest_Weapon_Mapgroup_desc"
  60074. "points" "20"
  60075. "gamemode" "deathmatch"
  60076. "mapgroup" "mg_op_op05"
  60077. "expression" " %weapon_sawedoff% && %act_kill_human% "
  60078. "difficulty" "1"
  60079. "quest_reward" "quest_reward_crate_vanguard"
  60080. }
  60081. "205"
  60082. {
  60083. "name" "Casual Vanguard 10 M4A4 Kills"
  60084. "loc_name" "#Quest_Weapon_Mapgroup"
  60085. "loc_description" "#Quest_Weapon_Mapgroup_desc"
  60086. "points" "10"
  60087. "gamemode" "casual"
  60088. "mapgroup" "mg_op_op05"
  60089. "expression" " %weapon_m4a1% && %act_kill_human% "
  60090. "difficulty" "1"
  60091. "quest_reward" "set_aztec"
  60092. }
  60093. "206"
  60094. {
  60095. "name" "Deathmatch Vanguard 20 P90 Kills"
  60096. "loc_name" "#Quest_Weapon_Mapgroup"
  60097. "loc_description" "#Quest_Weapon_Mapgroup_desc"
  60098. "points" "20"
  60099. "gamemode" "deathmatch"
  60100. "mapgroup" "mg_op_op05"
  60101. "expression" " %weapon_p90% && %act_kill_human% "
  60102. "difficulty" "1"
  60103. "quest_reward" "set_italy"
  60104. }
  60105. "207"
  60106. {
  60107. "name" "Casual Facade 30 Kills"
  60108. "loc_name" "#Quest_Kills_Map"
  60109. "loc_description" "#Quest_Kills_Map_desc"
  60110. "points" "30"
  60111. "gamemode" "casual"
  60112. "map" "de_facade"
  60113. "mapgroup" "mg_op_op05"
  60114. "expression" " %act_kill_human% "
  60115. "difficulty" "1"
  60116. "quest_reward" "quest_reward_crate_vanguard"
  60117. }
  60118. "208"
  60119. {
  60120. "name" "Casual Season 30 Kills"
  60121. "loc_name" "#Quest_Kills_Map"
  60122. "loc_description" "#Quest_Kills_Map_desc"
  60123. "points" "30"
  60124. "gamemode" "casual"
  60125. "map" "de_season"
  60126. "mapgroup" "mg_op_op05"
  60127. "expression" " %act_kill_human% "
  60128. "difficulty" "1"
  60129. "operational_points" "1"
  60130. "quest_reward" "quest_reward_crate_vanguard"
  60131. }
  60132. "209"
  60133. {
  60134. "name" "Win 8 Rounds Competitive Workout"
  60135. "loc_name" "#Quest_Win_Rounds_Map"
  60136. "loc_description" "#Quest_Win_Rounds_Map_desc"
  60137. "points" "8"
  60138. "gamemode" "competitive"
  60139. "mapgroup" "mg_cs_workout"
  60140. "expression" " %act_win_round% "
  60141. "difficulty" "2"
  60142. "quest_reward" "set_nuke"
  60143. }
  60144. "210"
  60145. {
  60146. "name" "Win 8 Rounds Competitive Marquis"
  60147. "loc_name" "#Quest_Win_Rounds_Map"
  60148. "loc_description" "#Quest_Win_Rounds_Map_desc"
  60149. "points" "8"
  60150. "gamemode" "competitive"
  60151. "mapgroup" "mg_de_marquis"
  60152. "expression" " %act_win_round% "
  60153. "difficulty" "2"
  60154. "quest_reward" "quest_reward_crate_vanguard"
  60155. }
  60156. "211"
  60157. {
  60158. "name" "Win 8 Rounds Competitive Season"
  60159. "loc_name" "#Quest_Win_Rounds_Map"
  60160. "loc_description" "#Quest_Win_Rounds_Map_desc"
  60161. "points" "8"
  60162. "gamemode" "competitive"
  60163. "mapgroup" "mg_de_season"
  60164. "expression" " %act_win_round% "
  60165. "difficulty" "2"
  60166. "quest_reward" "set_nuke"
  60167. }
  60168. "212"
  60169. {
  60170. "name" "Win 8 Rounds Competitive Facade"
  60171. "loc_name" "#Quest_Win_Rounds_Map"
  60172. "loc_description" "#Quest_Win_Rounds_Map_desc"
  60173. "points" "8"
  60174. "gamemode" "competitive"
  60175. "mapgroup" "mg_de_facade"
  60176. "expression" " %act_win_round% "
  60177. "difficulty" "2"
  60178. "quest_reward" "set_militia"
  60179. }
  60180. "213"
  60181. {
  60182. "name" "Win 16 Rounds Competitive Backalley"
  60183. "loc_name" "#Quest_Win_Rounds_Map"
  60184. "loc_description" "#Quest_Win_Rounds_Map_desc"
  60185. "points" "16"
  60186. "gamemode" "competitive"
  60187. "mapgroup" "mg_cs_backalley"
  60188. "expression" " %act_win_round% "
  60189. "difficulty" "2"
  60190. "quest_reward" "quest_reward_crate_vanguard"
  60191. }
  60192. "214"
  60193. {
  60194. "name" "Win 16 Rounds Competitive Bazaar"
  60195. "loc_name" "#Quest_Win_Rounds_Map"
  60196. "loc_description" "#Quest_Win_Rounds_Map_desc"
  60197. "points" "16"
  60198. "gamemode" "competitive"
  60199. "mapgroup" "mg_de_bazaar"
  60200. "expression" " %act_win_round% "
  60201. "difficulty" "2"
  60202. "operational_points" "2"
  60203. "quest_reward" "quest_reward_crate_vanguard"
  60204. }
  60205. "215"
  60206. {
  60207. "name" "Win 16 Rounds Competitive Season"
  60208. "loc_name" "#Quest_Win_Rounds_Map"
  60209. "loc_description" "#Quest_Win_Rounds_Map_desc"
  60210. "points" "16"
  60211. "gamemode" "competitive"
  60212. "mapgroup" "mg_de_season"
  60213. "expression" " %act_win_round% "
  60214. "difficulty" "3"
  60215. "quest_reward" "quest_reward_crate_vanguard"
  60216. }
  60217. "216"
  60218. {
  60219. "name" "Win 16 Rounds Competitive Backalley"
  60220. "loc_name" "#Quest_Win_Rounds_Map"
  60221. "loc_description" "#Quest_Win_Rounds_Map_desc"
  60222. "points" "16"
  60223. "gamemode" "competitive"
  60224. "mapgroup" "mg_cs_backalley"
  60225. "expression" " %act_win_round% "
  60226. "difficulty" "3"
  60227. "quest_reward" "set_train"
  60228. }
  60229. "217"
  60230. {
  60231. "name" "Win 16 Rounds Competitive Marquis"
  60232. "loc_name" "#Quest_Win_Rounds_Map"
  60233. "loc_description" "#Quest_Win_Rounds_Map_desc"
  60234. "points" "16"
  60235. "gamemode" "competitive"
  60236. "mapgroup" "mg_de_marquis"
  60237. "expression" " %act_win_round% "
  60238. "difficulty" "3"
  60239. "quest_reward" "set_dust"
  60240. }
  60241. "218"
  60242. {
  60243. "name" "Win Competitive Facade Twice"
  60244. "loc_name" "#Quest_Win_a_Mapgroup"
  60245. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  60246. "points" "2"
  60247. "gamemode" "competitive"
  60248. "mapgroup" "mg_de_facade"
  60249. "expression" " %act_win_match% "
  60250. "difficulty" "3"
  60251. "quest_reward" "quest_reward_crate_vanguard"
  60252. }
  60253. "219"
  60254. {
  60255. "name" "Win Competitive Bazaar Twice"
  60256. "loc_name" "#Quest_Win_a_Mapgroup"
  60257. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  60258. "points" "2"
  60259. "gamemode" "competitive"
  60260. "mapgroup" "mg_de_bazaar"
  60261. "expression" " %act_win_match% "
  60262. "operational_points" "3"
  60263. "difficulty" "3"
  60264. "quest_reward" "quest_reward_crate_vanguard"
  60265. }
  60266. "220"
  60267. {
  60268. "name" "ArmsRace Safehouse 10 Kills"
  60269. "gamemode" "gungameprogressive"
  60270. "map" "de_safehouse"
  60271. "mapgroup" "mg_armsrace"
  60272. "expression" " %act_kill_human% "
  60273. "points" "10"
  60274. "quest_reward" "set_militia"
  60275. "difficulty" "1"
  60276. "loc_name" "#Quest_Kills_Map"
  60277. "loc_description" "#Quest_Kills_Map_desc"
  60278. }
  60279. "221"
  60280. {
  60281. "name" "ArmsRace StMarc 20 Kills"
  60282. "gamemode" "gungameprogressive"
  60283. "map" "de_stmarc"
  60284. "mapgroup" "mg_armsrace"
  60285. "expression" " %act_kill_human% "
  60286. "points" "20"
  60287. "difficulty" "2"
  60288. "quest_reward" "set_nuke"
  60289. "loc_name" "#Quest_Kills_Map"
  60290. "loc_description" "#Quest_Kills_Map_desc"
  60291. }
  60292. "222"
  60293. {
  60294. "name" "ArmsRace Lake 40 Kills"
  60295. "gamemode" "gungameprogressive"
  60296. "map" "de_lake"
  60297. "mapgroup" "mg_armsrace"
  60298. "expression" " %act_kill_human% "
  60299. "points" "40"
  60300. "difficulty" "3"
  60301. "quest_reward" "set_bank"
  60302. "loc_name" "#Quest_Kills_Map"
  60303. "loc_description" "#Quest_Kills_Map_desc"
  60304. }
  60305. "301"
  60306. {
  60307. "name" "Deathmatch Dust2 Bonus Points 100"
  60308. "gamemode" "deathmatch"
  60309. "mapgroup" "mg_active"
  60310. "map" "de_dust2"
  60311. "expression" " %act_dm_bonus_points% "
  60312. "points" "100"
  60313. "difficulty" "2"
  60314. "quest_reward" "quest_reward_crate_vanguard"
  60315. "loc_name" "#Quest_DMBonusPoints_Map"
  60316. "loc_description" "#Quest_DMBonusPoints_Map_desc"
  60317. }
  60318. "302"
  60319. {
  60320. "name" "Demolition ShortDust 20 Kills"
  60321. "gamemode" "gungametrbomb"
  60322. "mapgroup" "mg_demolition"
  60323. "map" "de_shortdust"
  60324. "expression" " %act_kill_human% "
  60325. "points" "20"
  60326. "difficulty" "2"
  60327. "quest_reward" "set_dust"
  60328. "loc_name" "#Quest_Kills_Map"
  60329. "loc_description" "#Quest_Kills_Map_desc"
  60330. }
  60331. "303"
  60332. {
  60333. "name" "Casual Mirage 10 P90 Kills"
  60334. "loc_name" "#Quest_Weapon_Map"
  60335. "loc_description" "#Quest_Weapon_Map_desc"
  60336. "points" "10"
  60337. "gamemode" "casual"
  60338. "map" "de_mirage"
  60339. "mapgroup" "mg_active"
  60340. "expression" " %weapon_p90% && %act_kill_human% "
  60341. "difficulty" "1"
  60342. "quest_reward" "quest_reward_crate_vanguard"
  60343. }
  60344. "304"
  60345. {
  60346. "name" "Deathmatch Mirage 20 fiveseven Kills"
  60347. "loc_name" "#Quest_Weapon_Map"
  60348. "loc_description" "#Quest_Weapon_Map_desc"
  60349. "points" "20"
  60350. "gamemode" "deathmatch"
  60351. "mapgroup" "mg_active"
  60352. "map" "de_mirage"
  60353. "expression" " %weapon_fiveseven% && %act_kill_human% "
  60354. "difficulty" "1"
  60355. "quest_reward" "set_mirage"
  60356. }
  60357. "305"
  60358. {
  60359. "name" "Casual Dust2 10 UMP Kills"
  60360. "loc_name" "#Quest_Weapon_Map"
  60361. "loc_description" "#Quest_Weapon_Map_desc"
  60362. "points" "10"
  60363. "gamemode" "casual"
  60364. "map" "de_dust2"
  60365. "mapgroup" "mg_active"
  60366. "expression" " %weapon_ump45% && %act_kill_human% "
  60367. "difficulty" "1"
  60368. "quest_reward" "quest_reward_crate_vanguard"
  60369. }
  60370. "306"
  60371. {
  60372. "name" "Casual Dust2 10 Nova Kills"
  60373. "loc_name" "#Quest_Weapon_Map"
  60374. "loc_description" "#Quest_Weapon_Map_desc"
  60375. "points" "10"
  60376. "gamemode" "casual"
  60377. "map" "de_dust2"
  60378. "mapgroup" "mg_active"
  60379. "expression" " %weapon_nova% && %act_kill_human% "
  60380. "difficulty" "1"
  60381. "quest_reward" "set_dust"
  60382. }
  60383. "307"
  60384. {
  60385. "name" "Casual Mirage 30 Kills"
  60386. "loc_name" "#Quest_Kills_Map"
  60387. "loc_description" "#Quest_Kills_Map_desc"
  60388. "points" "30"
  60389. "gamemode" "casual"
  60390. "map" "de_mirage"
  60391. "mapgroup" "mg_active"
  60392. "expression" " %act_kill_human% "
  60393. "difficulty" "1"
  60394. "quest_reward" "set_mirage"
  60395. }
  60396. "308"
  60397. {
  60398. "name" "Casual Dust2 30 Kills"
  60399. "loc_name" "#Quest_Kills_Map"
  60400. "loc_description" "#Quest_Kills_Map_desc"
  60401. "points" "30"
  60402. "gamemode" "casual"
  60403. "mapgroup" "mg_active"
  60404. "map" "de_dust2"
  60405. "expression" " %act_kill_human% "
  60406. "difficulty" "1"
  60407. "operational_points" "1"
  60408. "quest_reward" "quest_reward_crate_vanguard"
  60409. }
  60410. "309"
  60411. {
  60412. "name" "Deathmatch Mirage 30 tec9 Kills"
  60413. "loc_name" "#Quest_Weapon_Map"
  60414. "loc_description" "#Quest_Weapon_Map_desc"
  60415. "points" "30"
  60416. "gamemode" "deathmatch"
  60417. "map" "de_mirage"
  60418. "mapgroup" "mg_active"
  60419. "expression" " %weapon_tec9% && %act_kill_human% "
  60420. "difficulty" "2"
  60421. "quest_reward" "quest_reward_crate_vanguard"
  60422. }
  60423. "310"
  60424. {
  60425. "name" "Deathmatch Mirage 30 AWP Kills"
  60426. "loc_name" "#Quest_Weapon_Map"
  60427. "loc_description" "#Quest_Weapon_Map_desc"
  60428. "points" "30"
  60429. "gamemode" "deathmatch"
  60430. "map" "de_mirage"
  60431. "mapgroup" "mg_active"
  60432. "expression" " %weapon_awp% && %act_kill_human% "
  60433. "difficulty" "2"
  60434. "quest_reward" "set_mirage"
  60435. }
  60436. "311"
  60437. {
  60438. "name" "Win 16 Rounds Competitive Mirage"
  60439. "loc_name" "#Quest_Win_Rounds_Map"
  60440. "loc_description" "#Quest_Win_Rounds_Map_desc"
  60441. "points" "16"
  60442. "gamemode" "competitive"
  60443. "mapgroup" "mg_de_mirage"
  60444. "expression" " %act_win_round% "
  60445. "difficulty" "2"
  60446. "quest_reward" "quest_reward_crate_vanguard"
  60447. }
  60448. "312"
  60449. {
  60450. "name" "Deathmatch Dust2 SSG08 20 Kills"
  60451. "loc_name" "#Quest_Weapon_Map"
  60452. "loc_description" "#Quest_Weapon_Map_desc"
  60453. "points" "20"
  60454. "gamemode" "deathmatch"
  60455. "map" "de_dust2"
  60456. "mapgroup" "mg_active"
  60457. "expression" " %weapon_ssg08% && %act_kill_human% "
  60458. "difficulty" "2"
  60459. "quest_reward" "set_dust_2"
  60460. }
  60461. "313"
  60462. {
  60463. "name" "Deathmatch Dust2 AK47 30 Kills"
  60464. "loc_name" "#Quest_Weapon_Map"
  60465. "loc_description" "#Quest_Weapon_Map_desc"
  60466. "points" "30"
  60467. "gamemode" "deathmatch"
  60468. "map" "de_dust2"
  60469. "mapgroup" "mg_active"
  60470. "expression" " %weapon_ak47% && %act_kill_human% "
  60471. "difficulty" "2"
  60472. "quest_reward" "set_dust_2"
  60473. }
  60474. "314"
  60475. {
  60476. "name" "Win 16 Rounds Competitive Dust2"
  60477. "loc_name" "#Quest_Win_Rounds_Map"
  60478. "loc_description" "#Quest_Win_Rounds_Map_desc"
  60479. "points" "16"
  60480. "gamemode" "competitive"
  60481. "mapgroup" "mg_de_dust2"
  60482. "expression" " %act_win_round% "
  60483. "difficulty" "2"
  60484. "operational_points" "2"
  60485. "quest_reward" "quest_reward_crate_vanguard"
  60486. }
  60487. "315"
  60488. {
  60489. "name" "Deathmatch Mirage SSG08 75 Kills"
  60490. "loc_name" "#Quest_Weapon_Map"
  60491. "loc_description" "#Quest_Weapon_Map_desc"
  60492. "points" "75"
  60493. "gamemode" "deathmatch"
  60494. "map" "de_mirage"
  60495. "mapgroup" "mg_active"
  60496. "expression" " %weapon_ssg08% && %act_kill_human% "
  60497. "difficulty" "3"
  60498. "quest_reward" "set_mirage"
  60499. }
  60500. "316"
  60501. {
  60502. "name" "Deathmatch Mirage Famas 100 Kills"
  60503. "loc_name" "#Quest_Weapon_Map"
  60504. "loc_description" "#Quest_Weapon_Map_desc"
  60505. "points" "100"
  60506. "gamemode" "deathmatch"
  60507. "map" "de_mirage"
  60508. "mapgroup" "mg_active"
  60509. "expression" " %weapon_famas% && %act_kill_human% "
  60510. "difficulty" "3"
  60511. "quest_reward" "set_mirage"
  60512. }
  60513. "317"
  60514. {
  60515. "name" "Win Competitive Mirage Twice"
  60516. "loc_name" "#Quest_Win_a_Mapgroup"
  60517. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  60518. "points" "2"
  60519. "gamemode" "competitive"
  60520. "mapgroup" "mg_de_mirage"
  60521. "expression" " %act_win_match% "
  60522. "difficulty" "3"
  60523. "quest_reward" "quest_reward_crate_vanguard"
  60524. }
  60525. "318"
  60526. {
  60527. "name" "Deathmatch Dust2 Galil 100 Kills"
  60528. "loc_name" "#Quest_Weapon_Map"
  60529. "loc_description" "#Quest_Weapon_Map_desc"
  60530. "points" "100"
  60531. "gamemode" "deathmatch"
  60532. "map" "de_dust2"
  60533. "mapgroup" "mg_active"
  60534. "expression" " %weapon_galilar% && %act_kill_human% "
  60535. "difficulty" "3"
  60536. "quest_reward" "set_dust_2"
  60537. }
  60538. "319"
  60539. {
  60540. "name" "Deathmatch Dust2 Deagle 75 Kills"
  60541. "loc_name" "#Quest_Weapon_Map"
  60542. "loc_description" "#Quest_Weapon_Map_desc"
  60543. "points" "75"
  60544. "gamemode" "deathmatch"
  60545. "map" "de_dust2"
  60546. "mapgroup" "mg_active"
  60547. "expression" " %weapon_deagle% && %act_kill_human% "
  60548. "difficulty" "3"
  60549. "quest_reward" "set_dust_2"
  60550. }
  60551. "320"
  60552. {
  60553. "name" "Deathmatch Dust2 AK47 100 Kills"
  60554. "loc_name" "#Quest_Weapon_Map"
  60555. "loc_description" "#Quest_Weapon_Map_desc"
  60556. "points" "100"
  60557. "gamemode" "deathmatch"
  60558. "map" "de_dust2"
  60559. "mapgroup" "mg_active"
  60560. "expression" " %weapon_ak47% && %act_kill_human% "
  60561. "difficulty" "3"
  60562. "quest_reward" "set_dust"
  60563. }
  60564. "321"
  60565. {
  60566. "name" "Win Competitive Dust2 Twice"
  60567. "loc_name" "#Quest_Win_a_Mapgroup"
  60568. "loc_description" "#Quest_Win_a_Mapgroup_desc"
  60569. "points" "2"
  60570. "gamemode" "competitive"
  60571. "mapgroup" "mg_de_dust2"
  60572. "expression" " %act_win_match% "
  60573. "difficulty" "3"
  60574. "operational_points" "3"
  60575. "quest_reward" "quest_reward_crate_vanguard"
  60576. }
  60577. "401"
  60578. {
  60579. "name" "ArmsRace Shoots 20 Kills"
  60580. "gamemode" "gungameprogressive"
  60581. "map" "ar_shoots"
  60582. "mapgroup" "mg_armsrace"
  60583. "expression" " %act_kill_human% "
  60584. "points" "20"
  60585. "difficulty" "2"
  60586. "quest_reward" "quest_reward_crate_vanguard"
  60587. "loc_name" "#Quest_Kills_Map"
  60588. "loc_description" "#Quest_Kills_Map_desc"
  60589. }
  60590. "402"
  60591. {
  60592. "name" "ArmsRace Safehouse 10 Kills"
  60593. "gamemode" "gungameprogressive"
  60594. "map" "de_safehouse"
  60595. "mapgroup" "mg_armsrace"
  60596. "expression" " %act_kill_human% "
  60597. "points" "10"
  60598. "difficulty" "1"
  60599. "quest_reward" "set_safehouse"
  60600. "loc_name" "#Quest_Kills_Map"
  60601. "loc_description" "#Quest_Kills_Map_desc"
  60602. }
  60603. "403"
  60604. {
  60605. "name" "Demolition 10 Kills"
  60606. "gamemode" "gungametrbomb"
  60607. "mapgroup" "mg_demolition"
  60608. "expression" " %act_kill_human% "
  60609. "points" "10"
  60610. "difficulty" "1"
  60611. "quest_reward" "set_aztec"
  60612. "loc_name" "#Quest_Kills_Mode"
  60613. "loc_description" "#Quest_Kills_Mode_desc"
  60614. }
  60615. "404"
  60616. {
  60617. "name" "ArmsRace Monastery 10 Kills"
  60618. "gamemode" "gungameprogressive"
  60619. "map" "ar_monastery"
  60620. "mapgroup" "mg_armsrace"
  60621. "expression" " %act_kill_human% "
  60622. "points" "10"
  60623. "difficulty" "1"
  60624. "quest_reward" "set_lake"
  60625. "loc_name" "#Quest_Kills_Map"
  60626. "loc_description" "#Quest_Kills_Map_desc"
  60627. }
  60628. "405"
  60629. {
  60630. "name" "Deathmatch Nuke Bonus Points 50"
  60631. "gamemode" "deathmatch"
  60632. "mapgroup" "mg_active"
  60633. "map" "de_nuke"
  60634. "expression" " %act_dm_bonus_points% "
  60635. "points" "50"
  60636. "difficulty" "1"
  60637. "quest_reward" "quest_reward_crate_vanguard"
  60638. "loc_name" "#Quest_DMBonusPoints_Map"
  60639. "loc_description" "#Quest_DMBonusPoints_Map_desc"
  60640. }
  60641. "406"
  60642. {
  60643. "name" "ArmsRace StMarc 10 Kills"
  60644. "gamemode" "gungameprogressive"
  60645. "mapgroup" "mg_armsrace"
  60646. "map" "de_stmarc"
  60647. "expression" " %act_kill_human% "
  60648. "points" "10"
  60649. "difficulty" "1"
  60650. "quest_reward" "set_train"
  60651. "loc_name" "#Quest_Kills_Map"
  60652. "loc_description" "#Quest_Kills_Map_desc"
  60653. }
  60654. "407"
  60655. {
  60656. "name" "ArmsRace Safehouse 20 Kills"
  60657. "gamemode" "gungameprogressive"
  60658. "mapgroup" "mg_armsrace"
  60659. "map" "de_safehouse"
  60660. "expression" " %act_kill_human% "
  60661. "points" "20"
  60662. "difficulty" "1"
  60663. "quest_reward" "quest_reward_crate_vanguard"
  60664. "loc_name" "#Quest_Kills_Map"
  60665. "loc_description" "#Quest_Kills_Map_desc"
  60666. }
  60667. "408"
  60668. {
  60669. "name" "ArmsRace Lake 20 Kills"
  60670. "gamemode" "gungameprogressive"
  60671. "mapgroup" "mg_armsrace"
  60672. "map" "de_lake"
  60673. "expression" " %act_kill_human% "
  60674. "points" "20"
  60675. "difficulty" "1"
  60676. "operational_points" "1"
  60677. "quest_reward" "quest_reward_crate_vanguard"
  60678. "loc_name" "#Quest_Kills_Map"
  60679. "loc_description" "#Quest_Kills_Map_desc"
  60680. }
  60681. "409"
  60682. {
  60683. "name" "Demolition ShortDust 20 Kills"
  60684. "gamemode" "gungametrbomb"
  60685. "mapgroup" "mg_demolition"
  60686. "map" "de_shortdust"
  60687. "expression" " %act_kill_human% "
  60688. "points" "20"
  60689. "difficulty" "2"
  60690. "quest_reward" "set_dust"
  60691. "loc_name" "#Quest_Kills_Map"
  60692. "loc_description" "#Quest_Kills_Map_desc"
  60693. }
  60694. "410"
  60695. {
  60696. "name" "Deathmatch Inferno Bonus Points 100"
  60697. "gamemode" "deathmatch"
  60698. "mapgroup" "mg_active"
  60699. "map" "de_inferno"
  60700. "expression" " %act_dm_bonus_points% "
  60701. "points" "100"
  60702. "difficulty" "2"
  60703. "quest_reward" "set_inferno"
  60704. "loc_name" "#Quest_DMBonusPoints_Map"
  60705. "loc_description" "#Quest_DMBonusPoints_Map_desc"
  60706. }
  60707. "411"
  60708. {
  60709. "name" "Demolition 20 Kills"
  60710. "gamemode" "gungametrbomb"
  60711. "mapgroup" "mg_demolition"
  60712. "expression" " %act_kill_human% "
  60713. "points" "20"
  60714. "difficulty" "2"
  60715. "quest_reward" "set_vertigo"
  60716. "loc_name" "#Quest_Kills_Mode"
  60717. "loc_description" "#Quest_Kills_Mode_desc"
  60718. }
  60719. "412"
  60720. {
  60721. "name" "Deathmatch Nuke Bonus Points 100"
  60722. "gamemode" "deathmatch"
  60723. "mapgroup" "mg_active"
  60724. "map" "de_nuke"
  60725. "expression" " %act_dm_bonus_points% "
  60726. "points" "100"
  60727. "difficulty" "2"
  60728. "quest_reward" "quest_reward_crate_vanguard"
  60729. "loc_name" "#Quest_DMBonusPoints_Map"
  60730. "loc_description" "#Quest_DMBonusPoints_Map_desc"
  60731. }
  60732. "413"
  60733. {
  60734. "name" "ArmsRace St Marc 20 Kills"
  60735. "gamemode" "gungameprogressive"
  60736. "mapgroup" "mg_armsrace"
  60737. "map" "de_stmarc"
  60738. "expression" " %act_kill_human% "
  60739. "points" "20"
  60740. "difficulty" "2"
  60741. "quest_reward" "set_italy"
  60742. "loc_name" "#Quest_Kills_Map"
  60743. "loc_description" "#Quest_Kills_Map_desc"
  60744. }
  60745. "414"
  60746. {
  60747. "name" "ArmsRace Safehouse 40 Kills"
  60748. "gamemode" "gungameprogressive"
  60749. "mapgroup" "mg_armsrace"
  60750. "map" "de_safehouse"
  60751. "expression" " %act_kill_human% "
  60752. "points" "40"
  60753. "difficulty" "2"
  60754. "quest_reward" "quest_reward_crate_vanguard"
  60755. "loc_name" "#Quest_Kills_Map"
  60756. "loc_description" "#Quest_Kills_Map_desc"
  60757. }
  60758. "415"
  60759. {
  60760. "name" "ArmsRace Lake 40 Kills"
  60761. "gamemode" "gungameprogressive"
  60762. "mapgroup" "mg_armsrace"
  60763. "map" "de_lake"
  60764. "expression" " %act_kill_human% "
  60765. "points" "40"
  60766. "difficulty" "2"
  60767. "operational_points" "2"
  60768. "quest_reward" "quest_reward_crate_vanguard"
  60769. "loc_name" "#Quest_Kills_Map"
  60770. "loc_description" "#Quest_Kills_Map_desc"
  60771. }
  60772. "416"
  60773. {
  60774. "name" "Deathmatch Inferno Bonus Points 200"
  60775. "gamemode" "deathmatch"
  60776. "mapgroup" "mg_active"
  60777. "map" "de_inferno"
  60778. "expression" " %act_dm_bonus_points% "
  60779. "points" "200"
  60780. "difficulty" "3"
  60781. "quest_reward" "set_inferno"
  60782. "loc_name" "#Quest_DMBonusPoints_Map"
  60783. "loc_description" "#Quest_DMBonusPoints_Map_desc"
  60784. }
  60785. "417"
  60786. {
  60787. "name" "Demolition 40 Kills"
  60788. "gamemode" "gungametrbomb"
  60789. "mapgroup" "mg_demolition"
  60790. "expression" " %act_kill_human% "
  60791. "points" "40"
  60792. "difficulty" "3"
  60793. "quest_reward" "set_overpass"
  60794. "loc_name" "#Quest_Kills_Mode"
  60795. "loc_description" "#Quest_Kills_Mode_desc"
  60796. }
  60797. "418"
  60798. {
  60799. "name" "Deathmatch Nuke Bonus Points 200"
  60800. "gamemode" "deathmatch"
  60801. "mapgroup" "mg_active"
  60802. "map" "de_nuke"
  60803. "expression" " %act_dm_bonus_points% "
  60804. "points" "200"
  60805. "difficulty" "3"
  60806. "quest_reward" "quest_reward_crate_vanguard"
  60807. "loc_name" "#Quest_DMBonusPoints_Map"
  60808. "loc_description" "#Quest_DMBonusPoints_Map_desc"
  60809. }
  60810. "419"
  60811. {
  60812. "name" "ArmsRace St Marc 40 Kills"
  60813. "gamemode" "gungameprogressive"
  60814. "map" "de_stmarc"
  60815. "mapgroup" "mg_armsrace"
  60816. "expression" " %act_kill_human% "
  60817. "points" "40"
  60818. "difficulty" "3"
  60819. "quest_reward" "set_italy"
  60820. "loc_name" "#Quest_Kills_Map"
  60821. "loc_description" "#Quest_Kills_Map_desc"
  60822. }
  60823. "420"
  60824. {
  60825. "name" "Win ArmsRace Safehouse"
  60826. "gamemode" "gungameprogressive"
  60827. "mapgroup" "mg_armsrace"
  60828. "map" "de_safehouse"
  60829. "expression" " %act_win_match% "
  60830. "points" "1"
  60831. "difficulty" "3"
  60832. "quest_reward" "quest_reward_crate_vanguard"
  60833. "loc_name" "#Quest_Win_a_Map"
  60834. "loc_description" "#Quest_Win_a_Map_desc"
  60835. }
  60836. "421"
  60837. {
  60838. "name" "Win ArmsRace Lake"
  60839. "gamemode" "gungameprogressive"
  60840. "map" "de_lake"
  60841. "mapgroup" "mg_armsrace"
  60842. "expression" " %act_win_match% "
  60843. "points" "1"
  60844. "difficulty" "3"
  60845. "operational_points" "3"
  60846. "quest_reward" "quest_reward_crate_vanguard"
  60847. "loc_name" "#Quest_Win_a_Map"
  60848. "loc_description" "#Quest_Win_a_Map_desc"
  60849. }
  60850. "501"
  60851. {
  60852. "name" "Deathmatch Op6 p250 kills"
  60853. "gamemode" "deathmatch"
  60854. "mapgroup" "mg_op_op06"
  60855. "expression" " %act_kill_human% && %weapon_p250% "
  60856. "expr_bonus" " %act_kill_human% && %weapon_p250% && %cond_damage_headshot% "
  60857. "points" "30"
  60858. "xp_bonus_percent" "200"
  60859. "difficulty" "2"
  60860. "loc_name" "Op_bloodhound_501"
  60861. "loc_description" "#Quest_Weapon_Mapgroup_desc"
  60862. "loc_bonus" "#quest_bonus_headshot"
  60863. }
  60864. "502"
  60865. {
  60866. "name" "Casual Reserve 10 Awp kills w/set_lake"
  60867. "gamemode" "casual"
  60868. "mapgroup" "mg_reserves"
  60869. "expression" " %act_kill_human% && %weapon_awp% "
  60870. "expr_bonus" " %act_kill_human% && %weapon_awp% && %set_lake% "
  60871. "points" "10"
  60872. "xp_bonus_percent" "100"
  60873. "difficulty" "1"
  60874. "loc_name" "Op_bloodhound_502"
  60875. "loc_description" "#Quest_Weapon_Mapgroup_desc"
  60876. "loc_bonus" "#quest_bonus_set_lake"
  60877. }
  60878. "503"
  60879. {
  60880. "name" "Casual Active Duty SSG08 Damage: 1500"
  60881. "gamemode" "casual"
  60882. "mapgroup" "mg_active"
  60883. "expression" " %weapon_ssg08% ? %act_damage% : 0 "
  60884. "expr_bonus" " ( %map_de_train% && %weapon_ssg08% ) ? %act_damage% : 0 "
  60885. "points" "1500"
  60886. "xp_bonus_percent" "50"
  60887. "difficulty" "1"
  60888. "loc_name" "Op_bloodhound_503"
  60889. "loc_description" "#Quest_WeaponDamage_Mapgroup_desc"
  60890. "loc_bonus" "#quest_bonus_de_train"
  60891. }
  60892. "504"
  60893. {
  60894. "name" "Deathmatch Zoo Kills"
  60895. "points" "40"
  60896. "gamemode" "deathmatch"
  60897. "mapgroup" "mg_op_op06"
  60898. "map" "de_zoo"
  60899. "expression" " %weapon_aug% && %act_kill_human% "
  60900. "expr_bonus" " %weapon_aug% && %act_kill_human% && %cond_player_zoomed% "
  60901. "xp_bonus_percent" "100"
  60902. "difficulty" "1"
  60903. "loc_name" "Op_bloodhound_504"
  60904. "loc_description" "#Quest_Weapon_Map_desc"
  60905. "loc_bonus" "#quest_bonus_zoomed"
  60906. }
  60907. "505"
  60908. {
  60909. "name" "Demolition 20 kills"
  60910. "gamemode" "gungametrbomb"
  60911. "mapgroup" "mg_demolition"
  60912. "expression" " %act_kill_human% "
  60913. "expr_bonus" " %act_kill_human% && %set_lake% "
  60914. "points" "20"
  60915. "operational_points" "1"
  60916. "xp_bonus_percent" "100"
  60917. "difficulty" "1"
  60918. "loc_name" "Op_bloodhound_505"
  60919. "loc_description" "#Quest_Kills_Mode_desc"
  60920. "loc_bonus" "#quest_bonus_set_lake"
  60921. }
  60922. "506"
  60923. {
  60924. "name" "Deathmatch SSG08 Op6 kills 40"
  60925. "gamemode" "deathmatch"
  60926. "mapgroup" "mg_op_op06"
  60927. "expression" " %weapon_ssg08% && ( %act_kill_human% || %act_kill_chicken% ) "
  60928. "expr_bonus" " %weapon_ssg08% && %act_kill_chicken% "
  60929. "points" "50"
  60930. "xp_bonus_percent" "50"
  60931. "difficulty" "2"
  60932. "loc_name" "Op_bloodhound_506"
  60933. "loc_description" "#Quest_Weapon_Mapgroup_desc"
  60934. "loc_bonus" "#quest_bonus_chickens"
  60935. "string_tokens"
  60936. {
  60937. "optional_target" "#quest_target_human_or_chicken"
  60938. }
  60939. }
  60940. "507"
  60941. {
  60942. "name" "Deathmatch Mirage AWP kills 40"
  60943. "gamemode" "deathmatch"
  60944. "mapgroup" "mg_active"
  60945. "map" "de_mirage"
  60946. "expression" " %weapon_awp% && %act_kill_human% "
  60947. "expr_bonus" " %weapon_awp% && %act_kill_human% && ( %cond_life_killstreak_human% >= 3 ) "
  60948. "points" "40"
  60949. "xp_bonus_percent" "200"
  60950. "difficulty" "2"
  60951. "loc_name" "Op_bloodhound_507"
  60952. "loc_description" "#Quest_Weapon_Map_desc"
  60953. "loc_bonus" "#quest_bonus_killstreak_3"
  60954. }
  60955. "508"
  60956. {
  60957. "name" "Deathmatch Dust2 Deagle kills 40"
  60958. "gamemode" "deathmatch"
  60959. "mapgroup" "mg_active"
  60960. "map" "de_dust2"
  60961. "expression" " %weapon_deagle% && %act_kill_human% "
  60962. "expr_bonus" " %weapon_deagle% && %act_kill_human% && %set_community_7% "
  60963. "points" "60"
  60964. "xp_bonus_percent" "100"
  60965. "difficulty" "2"
  60966. "loc_name" "Op_bloodhound_508"
  60967. "loc_description" "#Quest_Weapon_Map_desc"
  60968. "loc_bonus" "#quest_bonus_set_community_7"
  60969. }
  60970. "509"
  60971. {
  60972. "name" "Casual Active CZ or Enemy Weapons 20"
  60973. "gamemode" "casual"
  60974. "mapgroup" "mg_active"
  60975. "expression" " %act_kill_human% && ( %weapon_cz75a% || %cond_item_borrowed_enemy% ) "
  60976. "expr_bonus" " %act_kill_human% && %cond_item_borrowed_enemy% "
  60977. "points" "20"
  60978. "operational_points" "2"
  60979. "xp_bonus_percent" "100"
  60980. "difficulty" "2"
  60981. "loc_name" "Op_bloodhound_509"
  60982. "loc_description" "#Quest_Weapon_Mapgroup_desc"
  60983. "loc_bonus" "#quest_bonus_borrowed_gun_enemy"
  60984. "quest_icon" "cz75a"
  60985. "string_tokens"
  60986. {
  60987. "weapon" "#quest_weapon_CZ75a_or_enemy_weapon"
  60988. }
  60989. }
  60990. "510"
  60991. {
  60992. "name" "Graduation: Casual Active Awp Kills First 3 bullets"
  60993. "gamemode" "casual"
  60994. "mapgroup" "mg_active"
  60995. "expression" " %act_kill_human% && %weapon_awp% && ( %cond_bullet_since_spawn% <= 3 ) "
  60996. "expr_bonus" " %act_kill_human% && %weapon_awp% && ( %cond_bullet_since_spawn% <= 1 ) "
  60997. "points" "15"
  60998. "xp_bonus_percent" "200"
  60999. "difficulty" "2"
  61000. "loc_name" "Op_bloodhound_510"
  61001. "loc_description" "#Quest_Weapon_Within_3_Mapgroup_desc"
  61002. "loc_bonus" "#quest_bonus_bulletcount_1"
  61003. }
  61004. "511"
  61005. {
  61006. "name" "VIP - mg_op_op06"
  61007. "gamemode" "casual"
  61008. "mapgroup" "mg_reserves"
  61009. "map" "cs_militia"
  61010. "expression" " ( %act_kill_target% ) && ( %cond_victim_terrorist% ) && ( %cond_player_ct% ) "
  61011. "points" "1"
  61012. "target_team" "2"
  61013. "difficulty" "2"
  61014. "loc_name" "Op_bloodhound_511"
  61015. "loc_description" "#Quest_Assassination_desc"
  61016. "quest_icon" "assassin"
  61017. "string_tokens"
  61018. {
  61019. "target" "#quest_target_sergei"
  61020. "victim team" "#CSGOEcon_SelectTerrorist"
  61021. }
  61022. }
  61023. "512"
  61024. {
  61025. "name" "Arms Race St. Marc 15 kills ( set_italy )"
  61026. "gamemode" "gungameprogressive"
  61027. "mapgroup" "mg_armsrace"
  61028. "map" "de_stmarc"
  61029. "expression" " %act_kill_human% "
  61030. "expr_bonus" " %act_kill_human% && %set_italy% "
  61031. "points" "20"
  61032. "xp_bonus_percent" "100"
  61033. "difficulty" "1"
  61034. "loc_name" "Op_bloodhound_512"
  61035. "loc_description" "#Quest_Kills_Map_desc"
  61036. "loc_bonus" "#quest_bonus_set_italy"
  61037. }
  61038. "513"
  61039. {
  61040. "name" "Competitive Season win 6 rounds"
  61041. "gamemode" "competitive"
  61042. "mapgroup" "mg_de_season"
  61043. "expression" " %act_win_round% "
  61044. "points" "8"
  61045. "difficulty" "1"
  61046. "loc_name" "Op_bloodhound_513"
  61047. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61048. }
  61049. "514"
  61050. {
  61051. "name" "Competitive Cobblestone win 8 rounds"
  61052. "gamemode" "competitive"
  61053. "mapgroup" "mg_de_cbble"
  61054. "expression" " %act_win_round% "
  61055. "points" "8"
  61056. "difficulty" "1"
  61057. "loc_name" "Op_bloodhound_514"
  61058. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61059. }
  61060. "515"
  61061. {
  61062. "name" "Casual Rails AWP Kills 10"
  61063. "gamemode" "casual"
  61064. "mapgroup" "mg_op_op06"
  61065. "map" "de_rails"
  61066. "expression" " %act_kill_human% && %weapon_awp% "
  61067. "expr_bonus" " %act_kill_human% && %weapon_awp% && %cond_damage_headshot% "
  61068. "points" "10"
  61069. "xp_bonus_percent" "200"
  61070. "difficulty" "1"
  61071. "loc_name" "Op_bloodhound_515"
  61072. "loc_description" "#Quest_Weapon_Map_desc"
  61073. "loc_bonus" "#quest_bonus_headshot"
  61074. }
  61075. "516"
  61076. {
  61077. "name" "Competitive Mirage win 6 rounds"
  61078. "gamemode" "competitive"
  61079. "mapgroup" "mg_de_mirage"
  61080. "expression" " %act_win_round% "
  61081. "points" "8"
  61082. "difficulty" "1"
  61083. "loc_name" "Op_bloodhound_516"
  61084. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61085. }
  61086. "517"
  61087. {
  61088. "name" "Pickup Hostages Reserve 10"
  61089. "gamemode" "casual"
  61090. "mapgroup" "mg_reserves"
  61091. "map" "cs_assault"
  61092. "expression" " %act_pick_up_hostage% "
  61093. "points" "10"
  61094. "operational_points" "1"
  61095. "difficulty" "1"
  61096. "loc_name" "Op_bloodhound_517"
  61097. "loc_description" "#Quest_Rescue_Map_desc"
  61098. }
  61099. "518"
  61100. {
  61101. "name" "Competitive Zoo win 16 rounds"
  61102. "gamemode" "competitive"
  61103. "mapgroup" "mg_de_zoo"
  61104. "expression" " %act_win_round% "
  61105. "points" "16"
  61106. "difficulty" "3"
  61107. "loc_name" "Op_bloodhound_518"
  61108. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61109. }
  61110. "519"
  61111. {
  61112. "name" "Competitive Mirage win 16 rounds"
  61113. "gamemode" "competitive"
  61114. "mapgroup" "mg_de_mirage"
  61115. "expression" " %act_win_round% "
  61116. "points" "16"
  61117. "difficulty" "3"
  61118. "loc_name" "Op_bloodhound_519"
  61119. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61120. }
  61121. "520"
  61122. {
  61123. "name" "Guardian: Kills on Mirage"
  61124. "gamemode" "cooperative"
  61125. "mapgroup" "mg_de_mirage"
  61126. "map" "de_mirage"
  61127. "expression" " %act_win_match% "
  61128. "expr_bonus" " %act_win_match% && ( %cond_match_rounds_played% <= 3 ) "
  61129. "points" "1"
  61130. "xp_reward" "300"
  61131. "xp_bonus_percent" "40"
  61132. "difficulty" "2"
  61133. "loc_name" "Op_bloodhound_520"
  61134. "loc_description" "#Quest_Guardian_Bomb_desc"
  61135. "loc_bonus" "#quest_bonus_totalrounds_3"
  61136. "string_tokens"
  61137. {
  61138. "map" "#SFUI_Map_de_mirage"
  61139. "kills" "quest_guardian_kills_15"
  61140. "weapon" "#SFUI_WPNHUD_AWP"
  61141. "team" "#quest_team_ct"
  61142. "extradetails" "#quest_guardian_maxmoneylimit"
  61143. }
  61144. }
  61145. "521"
  61146. {
  61147. "name" "Arms Race Safehouse 50 kills"
  61148. "gamemode" "gungameprogressive"
  61149. "mapgroup" "mg_armsrace"
  61150. "map" "de_safehouse"
  61151. "expression" " %act_kill_human% "
  61152. "expr_bonus" " %act_kill_human% && %weapon_melee% "
  61153. "points" "50"
  61154. "xp_bonus_percent" "200"
  61155. "difficulty" "3"
  61156. "loc_name" "Op_bloodhound_521"
  61157. "loc_description" "#Quest_Kills_Map_desc"
  61158. "loc_bonus" "#quest_bonus_melee"
  61159. }
  61160. "522"
  61161. {
  61162. "name" "Competitive Train win 16 rounds"
  61163. "gamemode" "competitive"
  61164. "mapgroup" "mg_de_train"
  61165. "expression" " %act_win_round% "
  61166. "points" "16"
  61167. "difficulty" "3"
  61168. "loc_name" "Op_bloodhound_522"
  61169. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61170. }
  61171. "523"
  61172. {
  61173. "name" "Competitive Overpass win 32 rounds"
  61174. "gamemode" "competitive"
  61175. "mapgroup" "mg_de_overpass"
  61176. "expression" " %act_win_round% "
  61177. "points" "32"
  61178. "difficulty" "3"
  61179. "loc_name" "Op_bloodhound_523"
  61180. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61181. }
  61182. "524"
  61183. {
  61184. "name" "Competitive Cache 32 rounds"
  61185. "gamemode" "competitive"
  61186. "mapgroup" "mg_de_cache"
  61187. "expression" " %act_win_round% "
  61188. "points" "32"
  61189. "operational_points" "2"
  61190. "difficulty" "3"
  61191. "loc_name" "Op_bloodhound_524"
  61192. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61193. }
  61194. "525"
  61195. {
  61196. "name" "VIP - mg_op_op06"
  61197. "gamemode" "casual"
  61198. "mapgroup" "mg_op_op06"
  61199. "map" "cs_agency"
  61200. "expression" " ( %act_kill_target% ) && ( %cond_victim_terrorist% ) && ( %cond_player_ct% )"
  61201. "points" "1"
  61202. "target_team" "2"
  61203. "difficulty" "2"
  61204. "operational_points" "3"
  61205. "loc_name" "Op_bloodhound_525"
  61206. "loc_description" "#Quest_Assassination_desc"
  61207. "quest_icon" "assassin"
  61208. "string_tokens"
  61209. {
  61210. "target" "#quest_target_turner"
  61211. "victim team" "#CSGOEcon_SelectTerrorist"
  61212. }
  61213. }
  61214. "526"
  61215. {
  61216. "name" "Guardian: Kills with an m4 (easy)"
  61217. "gamemode" "cooperative"
  61218. "mapgroup" "mg_de_dust"
  61219. "map" "de_dust"
  61220. "expression" " %act_win_match% "
  61221. "expr_bonus" " %act_win_match% && ( %cond_match_rounds_played% <= 4 ) "
  61222. "points" "1"
  61223. "xp_reward" "300"
  61224. "xp_bonus_percent" "20"
  61225. "difficulty" "2"
  61226. "loc_name" "Op_bloodhound_526"
  61227. "loc_description" "#Quest_Guardian_Bomb_desc"
  61228. "loc_bonus" "#quest_bonus_totalrounds_4"
  61229. "string_tokens"
  61230. {
  61231. "map" "#SFUI_Map_de_dust"
  61232. "kills" "quest_guardian_kills_15"
  61233. "weapon" "#SFUI_WPNHUD_M4A1"
  61234. "team" "#quest_team_ct"
  61235. "extradetails" "#quest_guardian_empty"
  61236. }
  61237. }
  61238. "527"
  61239. {
  61240. "name" "Guardian: Kills on Dust2"
  61241. "gamemode" "cooperative"
  61242. "mapgroup" "mg_de_dust2"
  61243. "map" "de_dust2"
  61244. "expression" " %act_win_match% "
  61245. "expr_bonus" " %act_win_match% && ( %cond_match_rounds_played% <= 3 ) "
  61246. "points" "1"
  61247. "xp_reward" "400"
  61248. "xp_bonus_percent" "50"
  61249. "difficulty" "3"
  61250. "loc_name" "Op_bloodhound_527"
  61251. "loc_description" "#Quest_Guardian_Bomb_desc"
  61252. "loc_bonus" "#quest_bonus_totalrounds_3"
  61253. "string_tokens"
  61254. {
  61255. "map" "#SFUI_Map_de_dust2"
  61256. "kills" "quest_guardian_kills_25"
  61257. "weapon" "#SFUI_WPNHUD_AK47"
  61258. "team" "#quest_team_ct"
  61259. "extradetails" "#quest_guardian_empty"
  61260. }
  61261. }
  61262. "528"
  61263. {
  61264. "name" "Guardian: Kills on Dust Holdout"
  61265. "gamemode" "cooperative"
  61266. "mapgroup" "mg_gd_crashsite"
  61267. "map" "gd_crashsite"
  61268. "expression" " %act_win_match% "
  61269. "expr_bonus" " %act_win_match% && ( %cond_match_rounds_played% <= 3 ) "
  61270. "points" "1"
  61271. "xp_reward" "500"
  61272. "xp_bonus_percent" "50"
  61273. "difficulty" "3"
  61274. "loc_name" "Op_bloodhound_528"
  61275. "loc_description" "#Quest_Guardian_Bomb_desc"
  61276. "loc_bonus" "#quest_bonus_totalrounds_3"
  61277. "string_tokens"
  61278. {
  61279. "map" "#SFUI_Map_gd_crashsite"
  61280. "kills" "quest_guardian_kills_50"
  61281. "weapon" "#quest_weapon_any_weapon"
  61282. "team" "#quest_team_ct"
  61283. "extradetails" "#quest_guardian_cantbuy"
  61284. }
  61285. }
  61286. "529"
  61287. {
  61288. "name" "Casual Op6 income 1,000,000"
  61289. "gamemode" "casual"
  61290. "mapgroup" "mg_op_op06"
  61291. "expression" " ( %act_income% && %cond_player_ct% ) ? %act_income% : 0 "
  61292. "points" "1000000"
  61293. "xp_reward" "600"
  61294. "difficulty" "3"
  61295. "loc_name" "Op_bloodhound_529"
  61296. "loc_description" "#Quest_Income_Mapgroup_Team_desc"
  61297. "quest_icon" "income"
  61298. }
  61299. "530"
  61300. {
  61301. "name" "Deathmatch Op6 Chicken Kills"
  61302. "gamemode" "deathmatch"
  61303. "mapgroup" "mg_op_op06"
  61304. "expression" " %act_kill_chicken% && %cond_player_ct% "
  61305. "expr_bonus" " %act_kill_chicken% && %cond_player_ct% && ( %cond_life_killstreak_chicken% >= 2 ) "
  61306. "points" "300"
  61307. "xp_reward" "600"
  61308. "xp_bonus_percent" "50"
  61309. "difficulty" "3"
  61310. "loc_name" "Op_bloodhound_530"
  61311. "loc_description" "#Quest_Kills_Mapgroup_Team_desc"
  61312. "loc_bonus" "#quest_bonus_chickenstreak_2"
  61313. "quest_icon" "chicken"
  61314. "string_tokens"
  61315. {
  61316. "optional_target" "#quest_target_chicken"
  61317. }
  61318. }
  61319. "531"
  61320. {
  61321. "name" "Unique Weapons"
  61322. "gamemode" "casual"
  61323. "mapgroup" "mg_op_op06"
  61324. "expression" " %act_kill_human% && %cond_match_unique_weapon% && %cond_player_ct%"
  61325. "expr_bonus" " %act_kill_human% && %cond_match_unique_weapon% && %cond_player_ct% && %cond_item_borrowed% "
  61326. "points" "100"
  61327. "xp_reward" "600"
  61328. "xp_bonus_percent" "100"
  61329. "difficulty" "3"
  61330. "loc_name" "Op_bloodhound_531"
  61331. "loc_description" "#Quest_Unique_Weapon_Mapgroup_Team_desc"
  61332. "loc_bonus" "#Quest_bonus_borrowed_gun"
  61333. "quest_icon" "mission-ct"
  61334. }
  61335. "601"
  61336. {
  61337. "name" "Deathmatch Bonus Points kills"
  61338. "gamemode" "deathmatch"
  61339. "mapgroup" "mg_op_op06"
  61340. "expression" " %act_dm_bonus_points% "
  61341. "expr_bonus" " %act_dm_bonus_points% && ( %cond_life_killstreak_human% >= 2 ) "
  61342. "points" "200"
  61343. "xp_bonus_percent" "200"
  61344. "difficulty" "2"
  61345. "loc_name" "Op_bloodhound_Valeria_Two_Sides"
  61346. "loc_description" "#Quest_DMBonusPoints_Mapgroup_desc"
  61347. "loc_bonus" "#quest_bonus_killstreak_2"
  61348. }
  61349. "602"
  61350. {
  61351. "name" "Casual Plant Bombs"
  61352. "gamemode" "casual"
  61353. "mapgroup" "mg_active"
  61354. "expression" " %act_plant_bomb% "
  61355. "points" "3"
  61356. "difficulty" "1"
  61357. "loc_name" "Op_bloodhound_Valeria_spark"
  61358. "loc_description" "#Quest_PlantBomb_Mapgroup_desc"
  61359. "quest_icon" "bomb"
  61360. }
  61361. "603"
  61362. {
  61363. "name" "Casual Burn Damage Active Duty"
  61364. "gamemode" "casual"
  61365. "mapgroup" "mg_active"
  61366. "expression" " %cond_damage_burn% ? %act_damage% : 0 "
  61367. "expr_bonus" " ( %map_de_train% && %cond_damage_burn% ) ? %act_damage% : 0 "
  61368. "points" "200"
  61369. "xp_bonus_percent" "50"
  61370. "difficulty" "1"
  61371. "loc_name" "Op_bloodhound_Valeria_Flames"
  61372. "loc_description" "#Quest_Burn_Mapgroup_desc"
  61373. "loc_bonus" "#quest_bonus_de_train"
  61374. "quest_icon" "molotov"
  61375. }
  61376. "604"
  61377. {
  61378. "name" "DM Rails Sawed Off kills"
  61379. "points" "10"
  61380. "gamemode" "casual"
  61381. "mapgroup" "mg_op_op06"
  61382. "map" "de_rails"
  61383. "expression" " %weapon_sawedoff% && %act_kill_human% "
  61384. "expr_bonus" " %weapon_sawedoff% && %act_kill_human% && ( %cond_life_killstreak_human% >= 2 ) "
  61385. "xp_bonus_percent" "100"
  61386. "difficulty" "1"
  61387. "loc_name" "Op_bloodhound_Valeria_tyrants"
  61388. "loc_description" "#Quest_Weapon_Map_desc"
  61389. "loc_bonus" "#quest_bonus_killstreak_2"
  61390. }
  61391. "605"
  61392. {
  61393. "name" "Op6 Casual pistol kills"
  61394. "gamemode" "casual"
  61395. "mapgroup" "mg_op_op06"
  61396. "expression" " %act_kill_human% && %weapon_secondary%"
  61397. "expr_bonus" " %act_kill_human% && %weapon_secondary% && %set_weapons_iii% "
  61398. "points" "20"
  61399. "operational_points" "1"
  61400. "xp_bonus_percent" "100"
  61401. "difficulty" "1"
  61402. "loc_name" "Op_bloodhound_Valeria_booth"
  61403. "loc_description" "#Quest_Weapon_Mode_desc"
  61404. "loc_bonus" "#quest_bonus_set_weapons_iii"
  61405. }
  61406. "606"
  61407. {
  61408. "name" "Casual Active SMG kills 30"
  61409. "gamemode" "casual"
  61410. "mapgroup" "mg_active"
  61411. "expression" " %act_kill_human% && %weapon_smg% && %cond_player_terrorist% "
  61412. "expr_bonus" " %act_kill_human% && %weapon_smg% && %cond_player_terrorist% && %cond_roundstate_bomb_planted% "
  61413. "points" "25"
  61414. "xp_bonus_percent" "200"
  61415. "difficulty" "3"
  61416. "loc_name" "Op_bloodhound_Valeria_smg"
  61417. "loc_description" "#Quest_Weapon_Mapgroup_Team_desc"
  61418. "loc_bonus" "#quest_bonus_bomb_planted"
  61419. "quest_icon" "mission-t"
  61420. }
  61421. "607"
  61422. {
  61423. "name" "Arms Race Knife Kills"
  61424. "gamemode" "gungameprogressive"
  61425. "mapgroup" "mg_armsrace"
  61426. "expression" " %weapon_melee% && %act_kill_human% "
  61427. "expr_bonus" " %weapon_melee% && %act_kill_human% && %map_de_lake% "
  61428. "points" "15"
  61429. "xp_reward" "405"
  61430. "xp_bonus_percent" "100"
  61431. "difficulty" "3"
  61432. "loc_name" "Op_bloodhound_Valeria_knife"
  61433. "loc_description" "#Quest_Weapon_Mode_desc"
  61434. "loc_bonus" "#quest_bonus_de_lake"
  61435. }
  61436. "608"
  61437. {
  61438. "name" "Arms Race Monastery Kills, optional arms deal 1 weapon"
  61439. "gamemode" "gungameprogressive"
  61440. "mapgroup" "mg_armsrace"
  61441. "map" "ar_monastery"
  61442. "expression" " %act_kill_human% "
  61443. "expr_bonus" " %act_kill_human% && %set_weapons_i% "
  61444. "points" "60"
  61445. "xp_bonus_percent" "150"
  61446. "difficulty" "3"
  61447. "loc_name" "Op_bloodhound_Valeria_open_house"
  61448. "loc_description" "#Quest_Kills_Map_desc"
  61449. "loc_bonus" "#quest_bonus_set_weapons_i"
  61450. }
  61451. "609"
  61452. {
  61453. "name" "Enemy Weapon"
  61454. "gamemode" "casual"
  61455. "mapgroup" "mg_op_op06"
  61456. "expression" " %act_kill_human% && %cond_item_borrowed_enemy% "
  61457. "expr_bonus" " %act_kill_human% && %cond_item_borrowed_enemy% && %cond_item_borrowed_victim% "
  61458. "points" "20"
  61459. "operational_points" "2"
  61460. "xp_bonus_percent" "200"
  61461. "difficulty" "3"
  61462. "loc_name" "Op_bloodhound_Valeria_rebirth"
  61463. "loc_description" "Quest_Kills_Mapgroup_cond_desc"
  61464. "loc_bonus" "#quest_bonus_borrowed_gun_own"
  61465. "string_tokens"
  61466. {
  61467. "condition" "#quest_bonus_borrowed_gun_enemy"
  61468. }
  61469. }
  61470. "610"
  61471. {
  61472. "name" "Kill a CT in Hostage"
  61473. "gamemode" "casual"
  61474. "mapgroup" "mg_reserves"
  61475. "expression" " %act_kill_human% && %cond_victim_ct% && %cond_player_terrorist% "
  61476. "expr_bonus" " %act_kill_human% && %cond_victim_ct% && %cond_player_terrorist% && %cond_victim_rescuing% "
  61477. "points" "40"
  61478. "xp_bonus_percent" "100"
  61479. "difficulty" "3"
  61480. "loc_name" "Op_bloodhound_Valeria_meet_mentor"
  61481. "loc_description" "#Quest_Kills_Mapgroup_Victim_Team_desc"
  61482. "loc_bonus" "#quest_bonus_victim_rescuing"
  61483. "quest_icon" "hostage"
  61484. }
  61485. "611"
  61486. {
  61487. "name" "VIP - mg_op_op06"
  61488. "gamemode" "casual"
  61489. "mapgroup" "mg_op_op06"
  61490. "map" "de_log"
  61491. "expression" " %act_kill_target% && %cond_victim_ct% && %cond_player_terrorist% "
  61492. "expr_bonus" " %act_kill_target% && %cond_victim_ct% && %weapon_taser%"
  61493. "points" "1"
  61494. "target_team" "3"
  61495. "difficulty" "2"
  61496. "xp_bonus_percent" "100"
  61497. "loc_name" "Op_bloodhound_Valeria_dead_turner"
  61498. "loc_description" "#Quest_Assassination_desc"
  61499. "quest_icon" "assassin"
  61500. "loc_bonus" "#quest_bonus_taser"
  61501. "string_tokens"
  61502. {
  61503. "target" "#quest_target_jackson"
  61504. }
  61505. }
  61506. "612"
  61507. {
  61508. "name" "Guardian: Office Kills (easy)"
  61509. "gamemode" "cooperative"
  61510. "mapgroup" "mg_cs_office"
  61511. "map" "cs_office"
  61512. "expression" " %act_win_match% "
  61513. "expr_bonus" " %act_win_match% && ( %cond_match_rounds_played% <= 3 ) "
  61514. "points" "1"
  61515. "xp_reward" "300"
  61516. "xp_bonus_percent" "30"
  61517. "difficulty" "2"
  61518. "loc_name" "Op_bloodhound_Valeria_loyalty"
  61519. "loc_description" "#Quest_Guardian_Hostage_desc"
  61520. "loc_bonus" "#quest_bonus_totalrounds_3"
  61521. "string_tokens"
  61522. {
  61523. "map" "#SFUI_Map_cs_office"
  61524. "kills" "quest_guardian_kills_30"
  61525. "weapon" "#quest_weapon_any_weapon"
  61526. "team" "#quest_team_terrorist"
  61527. "extradetails" "#quest_guardian_empty"
  61528. }
  61529. }
  61530. "613"
  61531. {
  61532. "name" "Demolition Bomb Plants"
  61533. "gamemode" "gungametrbomb"
  61534. "mapgroup" "mg_demolition"
  61535. "expression" " %act_plant_bomb% "
  61536. "points" "5"
  61537. "difficulty" "1"
  61538. "loc_name" "Op_bloodhound_Valeria_resources"
  61539. "loc_description" "#Quest_PlantBomb_Mapgroup_Desc"
  61540. }
  61541. "614"
  61542. {
  61543. "name" "Competitive Resort win 8 rounds"
  61544. "gamemode" "competitive"
  61545. "mapgroup" "mg_de_log"
  61546. "expression" " %act_win_round% "
  61547. "points" "8"
  61548. "difficulty" "1"
  61549. "loc_name" "Op_bloodhound_Valeria_conflict"
  61550. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61551. }
  61552. "615"
  61553. {
  61554. "name" "Casual reserves AWP Kills 10"
  61555. "gamemode" "casual"
  61556. "mapgroup" "mg_op_op06"
  61557. "map" "de_season"
  61558. "expression" " %act_kill_human% && %weapon_awp% "
  61559. "expr_bonus" " %act_kill_human% && %weapon_awp% && %cond_damage_headshot% "
  61560. "points" "10"
  61561. "xp_bonus_percent" "200"
  61562. "difficulty" "1"
  61563. "loc_name" "Op_bloodhound_Valeria_role_turner"
  61564. "loc_description" "#Quest_Weapon_Map_desc"
  61565. "loc_bonus" "#quest_bonus_headshot"
  61566. }
  61567. "616"
  61568. {
  61569. "name" "Competitive train win 6 rounds"
  61570. "gamemode" "competitive"
  61571. "mapgroup" "mg_de_train"
  61572. "expression" " %act_win_round% "
  61573. "points" "8"
  61574. "difficulty" "1"
  61575. "loc_name" "Op_bloodhound_Valeria_message"
  61576. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61577. }
  61578. "617"
  61579. {
  61580. "name" "Headshots"
  61581. "gamemode" "casual"
  61582. "mapgroup" "mg_op_op06"
  61583. "expression" " %act_kill_human% && %cond_damage_headshot% "
  61584. "expr_bonus" " %act_kill_human% && %cond_damage_headshot% && %set_community_2% "
  61585. "points" "10"
  61586. "xp_bonus_percent" "200"
  61587. "operational_points" "1"
  61588. "difficulty" "1"
  61589. "loc_name" "Op_bloodhound_Valeria_pollock_turner"
  61590. "loc_description" "#Quest_Headshots_Mapgroup_desc"
  61591. "loc_bonus" "#quest_bonus_set_community_2"
  61592. }
  61593. "618"
  61594. {
  61595. "name" "Competitive Agency win 16 rounds"
  61596. "gamemode" "competitive"
  61597. "mapgroup" "mg_cs_agency"
  61598. "expression" " %act_win_round% "
  61599. "points" "16"
  61600. "difficulty" "3"
  61601. "loc_name" "Op_bloodhound_Valeria_underhill_turner"
  61602. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61603. }
  61604. "619"
  61605. {
  61606. "name" "Competitive Dust2 win 16 rounds"
  61607. "gamemode" "competitive"
  61608. "mapgroup" "mg_de_dust2"
  61609. "expression" " %act_win_round% "
  61610. "points" "16"
  61611. "difficulty" "3"
  61612. "loc_name" "Op_bloodhound_Valeria_maghreb_turner"
  61613. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61614. }
  61615. "620"
  61616. {
  61617. "name" "Guardian: Kills on Bank"
  61618. "gamemode" "cooperative"
  61619. "mapgroup" "mg_gd_bank"
  61620. "map" "gd_bank"
  61621. "expression" " %act_win_match% "
  61622. "expr_bonus" " %act_win_match% && ( %cond_match_rounds_played% <= 3 ) "
  61623. "points" "1"
  61624. "xp_reward" "500"
  61625. "xp_bonus_percent" "30"
  61626. "difficulty" "3"
  61627. "loc_name" "Op_bloodhound_Valeria_bank_turner"
  61628. "loc_description" "#Quest_Guardian_Hostage_desc"
  61629. "loc_bonus" "#quest_bonus_totalrounds_3"
  61630. "string_tokens"
  61631. {
  61632. "map" "#SFUI_Map_gd_bank"
  61633. "kills" "quest_guardian_kills_40"
  61634. "weapon" "#quest_weapon_any_weapon"
  61635. "team" "#quest_team_terrorist"
  61636. "extradetails" "#quest_guardian_maxmoneylimit"
  61637. }
  61638. }
  61639. "621"
  61640. {
  61641. "name" "Competitive Overpass win 16 rounds"
  61642. "gamemode" "competitive"
  61643. "mapgroup" "mg_de_overpass"
  61644. "expression" " %act_win_round% "
  61645. "points" "16"
  61646. "difficulty" "3"
  61647. "loc_name" "Op_bloodhound_Valeria_fruitless_turner"
  61648. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61649. }
  61650. "622"
  61651. {
  61652. "name" "Competitive Train win 16 rounds"
  61653. "gamemode" "competitive"
  61654. "mapgroup" "mg_de_train"
  61655. "expression" " %act_win_round% "
  61656. "points" "16"
  61657. "difficulty" "3"
  61658. "loc_name" "Op_bloodhound_Valeria_fear_turner"
  61659. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61660. }
  61661. "623"
  61662. {
  61663. "name" "Competitive Resort win 32 rounds"
  61664. "gamemode" "competitive"
  61665. "mapgroup" "mg_de_resort"
  61666. "expression" " %act_win_round% "
  61667. "points" "32"
  61668. "difficulty" "3"
  61669. "loc_name" "Op_bloodhound_Valeria_elysee_turner"
  61670. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61671. }
  61672. "624"
  61673. {
  61674. "name" "Competitive Mirage 32 rounds"
  61675. "gamemode" "competitive"
  61676. "mapgroup" "mg_de_mirage"
  61677. "expression" " %act_win_round% "
  61678. "points" "32"
  61679. "operational_points" "2"
  61680. "difficulty" "3"
  61681. "loc_name" "Op_bloodhound_Valeria_history_turner"
  61682. "loc_description" "#Quest_Win_Rounds_Map_desc"
  61683. }
  61684. "625"
  61685. {
  61686. "name" "VIP - mg_op_op06"
  61687. "gamemode" "casual"
  61688. "mapgroup" "mg_op_op06"
  61689. "map" "de_season"
  61690. "expression" " ( %act_kill_target% ) && ( %cond_victim_ct% ) && ( %cond_player_terrorist% ) "
  61691. "points" "1"
  61692. "target_team" "3"
  61693. "difficulty" "2"
  61694. "operational_points" "3"
  61695. "loc_name" "Op_bloodhound_Valeria_blunt_turner"
  61696. "loc_description" "#Quest_Assassination_desc"
  61697. "quest_icon" "assassin"
  61698. "string_tokens"
  61699. {
  61700. "target" "#quest_target_chapel"
  61701. }
  61702. }
  61703. "626"
  61704. {
  61705. "name" "Guardian: Cobblestone"
  61706. "gamemode" "cooperative"
  61707. "mapgroup" "mg_gd_cbble"
  61708. "map" "gd_cbble"
  61709. "expression" " %act_win_match% "
  61710. "expr_bonus" " %act_win_match% && ( %cond_match_rounds_played% <= 3 ) "
  61711. "points" "1"
  61712. "xp_reward" "400"
  61713. "xp_bonus_percent" "50"
  61714. "difficulty" "3"
  61715. "loc_name" "Op_bloodhound_Valeria_cobble_turner"
  61716. "loc_description" "#Quest_Guardian_Hostage_desc"
  61717. "loc_bonus" "#quest_bonus_totalrounds_3"
  61718. "string_tokens"
  61719. {
  61720. "map" "#SFUI_Map_gd_cbble"
  61721. "kills" "quest_guardian_kills_15"
  61722. "weapon" "#SFUI_WPNHUD_SSG08"
  61723. "team" "#quest_team_terrorist"
  61724. "extradetails" "#quest_guardian_empty"
  61725. }
  61726. }
  61727. "627"
  61728. {
  61729. "name" "Guardian: Kills on Lake"
  61730. "gamemode" "cooperative"
  61731. "mapgroup" "mg_gd_lake"
  61732. "map" "gd_lake"
  61733. "expression" " %act_win_match% "
  61734. "expr_bonus" " %act_win_match% && ( %cond_match_rounds_played% <= 3 ) "
  61735. "points" "1"
  61736. "xp_reward" "300"
  61737. "xp_bonus_percent" "50"
  61738. "difficulty" "2"
  61739. "loc_name" "Op_bloodhound_Valeria_journalist_turner"
  61740. "loc_description" "#Quest_Guardian_Hostage_desc"
  61741. "loc_bonus" "#quest_bonus_totalrounds_3"
  61742. "string_tokens"
  61743. {
  61744. "map" "#SFUI_Map_gd_lake"
  61745. "kills" "quest_guardian_kills_15"
  61746. "weapon" "#SFUI_WPNHUD_xm1014"
  61747. "team" "#quest_team_terrorist"
  61748. "extradetails" "#quest_guardian_maxmoneylimit"
  61749. }
  61750. }
  61751. "629"
  61752. {
  61753. "name" "Casual Active Duty Spend 1,000,000"
  61754. "gamemode" "casual"
  61755. "mapgroup" "mg_active"
  61756. "expression" " ( %act_spend% && %cond_player_terrorist% ) ? %act_spend% : 0 "
  61757. "points" "1000000"
  61758. "xp_reward" "600"
  61759. "difficulty" "3"
  61760. "loc_name" "op_bloodhound_booth_Spend"
  61761. "loc_description" "#Quest_Spend_Mapgroup_Team_desc"
  61762. "quest_icon" "income"
  61763. }
  61764. "630"
  61765. {
  61766. "name" "Casual blind players"
  61767. "gamemode" "casual"
  61768. "mapgroup" "mg_active"
  61769. "expression" " %act_flashbang_enemy% && %cond_player_terrorist%"
  61770. "points" "50"
  61771. "xp_reward" "600"
  61772. "difficulty" "3"
  61773. "loc_name" "op_bloodhound_booth_flash"
  61774. "loc_description" "#Quest_Flashbang_Mapgroup_Team_desc"
  61775. "quest_icon" "flashbang"
  61776. }
  61777. "631"
  61778. {
  61779. "name" "Defend the Bomb"
  61780. "gamemode" "casual"
  61781. "mapgroup" "mg_active"
  61782. "expression" " %act_kill_human% && %cond_player_terrorist% && %cond_roundstate_bomb_planted% "
  61783. "expr_bonus" " %act_kill_human% && %cond_player_terrorist% && %cond_roundstate_bomb_planted% && %set_bravo_ii% "
  61784. "points" "25"
  61785. "xp_reward" "600"
  61786. "xp_bonus_percent" "50"
  61787. "difficulty" "3"
  61788. "loc_name" "op_bloodhound_booth_bomb"
  61789. "loc_description" "#Quest_Defend_Bomb_Mapgroup_desc"
  61790. "loc_bonus" "#quest_bonus_set_bravo_ii"
  61791. "quest_icon" "bomb"
  61792. }
  61793. "701"
  61794. {
  61795. "name" "placeholder_701"
  61796. "gamemode" "casual"
  61797. "mapgroup" "mg_op_op07"
  61798. "points" "10"
  61799. "expression" "%cond_damage_burn% ? %act_damage% : 0"
  61800. "difficulty" "1"
  61801. "loc_name" "op07_quest_name_701"
  61802. "quest_icon" "molotov"
  61803. "string_tokens"
  61804. {
  61805. "commandverb" "#quest_commandverb_deal"
  61806. "actions" "#quest_action_plural_damage_burn"
  61807. "action" "#quest_action_singular_damage_burn"
  61808. }
  61809. }
  61810. "702"
  61811. {
  61812. "name" "placeholder_702"
  61813. "gamemode" "deathmatch"
  61814. "mapgroup" "mg_op_op07"
  61815. "map" "cs_cruise"
  61816. "points" "20"
  61817. "expression" "%act_kill_human% && %weapon_secondary%"
  61818. "expr_bonus" "%act_kill_human% && %weapon_elite%"
  61819. "difficulty" "1"
  61820. "xp_bonus_percent" "50"
  61821. "loc_name" "op07_quest_name_702"
  61822. "quest_icon" "deathmatch"
  61823. "loc_bonus" "#quest_bonus_weapon_elite"
  61824. }
  61825. "703"
  61826. {
  61827. "name" "placeholder_703"
  61828. "gamemode" "casual"
  61829. "mapgroup" "mg_op_op07"
  61830. "map" "cs_cruise"
  61831. "points" "20"
  61832. "expression" "%act_kill_human% && %weapon_smg%"
  61833. "expr_bonus" "%act_kill_human% && %cond_damage_headshot%"
  61834. "difficulty" "1"
  61835. "xp_bonus_percent" "50"
  61836. "loc_name" "op07_quest_name_703"
  61837. "quest_icon" "mp7"
  61838. "loc_bonus" "#quest_bonus_headshot"
  61839. }
  61840. "704"
  61841. {
  61842. "name" "placeholder_704"
  61843. "gamemode" "deathmatch"
  61844. "mapgroup" "mg_op_op07"
  61845. "map" "de_mikla"
  61846. "points" "20"
  61847. "expression" "%act_kill_chicken%"
  61848. "expr_bonus" "%act_kill_chicken% && ( %cond_life_killstreak_chicken% >= 2 )"
  61849. "difficulty" "1"
  61850. "xp_bonus_percent" "50"
  61851. "loc_name" "op07_quest_name_704"
  61852. "quest_icon" "chicken"
  61853. "loc_bonus" "#quest_bonus_chickenstreak_2"
  61854. "string_tokens"
  61855. {
  61856. "target" "#quest_target_chicken"
  61857. }
  61858. }
  61859. "705"
  61860. {
  61861. "name" "placeholder_705"
  61862. "gamemode" "deathmatch"
  61863. "mapgroup" "mg_op_op07"
  61864. "map" "de_mikla"
  61865. "points" "25"
  61866. "expression" "%act_kill_human% && %weapon_awp%"
  61867. "expr_bonus" "%act_kill_human% && !%cond_player_zoomed%"
  61868. "difficulty" "2"
  61869. "loc_name" "op07_quest_name_705"
  61870. "quest_icon" "awp"
  61871. "loc_bonus" "#quest_bonus_not_zoomed"
  61872. }
  61873. "706"
  61874. {
  61875. "name" "placeholder_706"
  61876. "gamemode" "gungameprogressive"
  61877. "mapgroup" "mg_armsrace"
  61878. "map" "ar_baggage"
  61879. "points" "10"
  61880. "expression" "%act_kill_human%"
  61881. "difficulty" "1"
  61882. "loc_name" "op07_quest_name_706"
  61883. "quest_icon" "gungameprogressive"
  61884. }
  61885. "707"
  61886. {
  61887. "name" "placeholder_707"
  61888. "gamemode" "gungameprogressive"
  61889. "mapgroup" "mg_armsrace"
  61890. "map" "de_lake"
  61891. "points" "20"
  61892. "expression" "%act_kill_human%"
  61893. "expr_bonus" "%act_kill_human% && %cond_damage_headshot%"
  61894. "difficulty" "1"
  61895. "xp_bonus_percent" "50"
  61896. "loc_name" "op07_quest_name_707"
  61897. "quest_icon" "gungameprogressive"
  61898. "loc_bonus" "#quest_bonus_headshot"
  61899. }
  61900. "708"
  61901. {
  61902. "name" "placeholder_708"
  61903. "gamemode" "gungameprogressive"
  61904. "mapgroup" "mg_armsrace"
  61905. "map" "ar_shoots"
  61906. "points" "1"
  61907. "expression" "%act_win_match%"
  61908. "difficulty" "3"
  61909. "loc_name" "op07_quest_name_708"
  61910. "quest_icon" "gungameprogressive"
  61911. }
  61912. "709"
  61913. {
  61914. "name" "placeholder_709"
  61915. "gamemode" "deathmatch"
  61916. "mapgroup" "mg_op_op07"
  61917. "map" "de_coast"
  61918. "points" "25"
  61919. "expression" "%act_kill_human% && (%weapon_ak47% || %weapon_m4a1% || %weapon_m4a1_silencer%)"
  61920. "expr_bonus" "%act_kill_human% && (%weapon_ak47% || %weapon_m4a1% || %weapon_m4a1_silencer%) && ( %cond_life_killstreak_human% >= 3 )"
  61921. "difficulty" "1"
  61922. "xp_bonus_percent" "50"
  61923. "operational_points" "1"
  61924. "loc_name" "op07_quest_name_709"
  61925. "quest_icon" "ak47"
  61926. "loc_bonus" "#quest_bonus_killstreak_3"
  61927. }
  61928. "710"
  61929. {
  61930. "name" "placeholder_710"
  61931. "gamemode" "deathmatch"
  61932. "mapgroup" "mg_op_op07"
  61933. "map" "de_empire"
  61934. "points" "20"
  61935. "expression" "%act_kill_human% && %weapon_p250%"
  61936. "expr_bonus" "%act_kill_human% && %weapon_p250% && %set_kimono%"
  61937. "difficulty" "2"
  61938. "loc_name" "op07_quest_name_710"
  61939. "quest_icon" "p250"
  61940. "loc_bonus" "#quest_bonus_set_kimono"
  61941. }
  61942. "711"
  61943. {
  61944. "name" "placeholder_711"
  61945. "gamemode" "deathmatch"
  61946. "mapgroup" "mg_op_op07"
  61947. "map" "de_santorini"
  61948. "points" "30"
  61949. "expression" "%act_kill_human% && ( %weapon_aug% || %weapon_sg556% )"
  61950. "expr_bonus" "%act_kill_human% && ( %weapon_aug% || %weapon_sg556% ) && %cond_player_zoomed%"
  61951. "difficulty" "2"
  61952. "loc_name" "op07_quest_name_711"
  61953. "quest_icon" "aug"
  61954. "loc_bonus" "#quest_bonus_zoomed"
  61955. }
  61956. "712"
  61957. {
  61958. "name" "placeholder_712"
  61959. "gamemode" "deathmatch"
  61960. "mapgroup" "mg_op_op07"
  61961. "points" "25"
  61962. "expression" "%act_kill_human% && %weapon_ssg08%"
  61963. "expr_bonus" "%act_kill_human% && %weapon_ssg08% && %cond_damage_headshot%"
  61964. "difficulty" "2"
  61965. "loc_name" "op07_quest_name_712"
  61966. "quest_icon" "ssg08"
  61967. "loc_bonus" "#quest_bonus_headshot"
  61968. }
  61969. "713"
  61970. {
  61971. "name" "placeholder_713"
  61972. "gamemode" "deathmatch"
  61973. "mapgroup" "mg_op_op07"
  61974. "map" "de_tulip"
  61975. "points" "30"
  61976. "expression" "%act_kill_human% && ( %weapon_famas% || %weapon_galilar% )"
  61977. "expr_bonus" "%act_kill_human% && ( %weapon_famas% || %weapon_galilar% ) && %set_community_11%"
  61978. "difficulty" "2"
  61979. "operational_points" "1"
  61980. "loc_name" "op07_quest_name_713"
  61981. "quest_icon" "famas"
  61982. "loc_bonus" "#quest_bonus_set_community_11"
  61983. }
  61984. "714"
  61985. {
  61986. "name" "placeholder_714"
  61987. "gamemode" "casual"
  61988. "mapgroup" "mg_op_op07"
  61989. "map" "de_santorini"
  61990. "points" "40"
  61991. "expression" "%act_kill_human% && ( %weapon_aug% || %weapon_sg556% )"
  61992. "expr_bonus" "%act_kill_human% && ( %weapon_aug% || %weapon_sg556% ) && !%cond_player_zoomed%"
  61993. "difficulty" "3"
  61994. "loc_name" "op07_quest_name_714"
  61995. "quest_icon" "aug"
  61996. "loc_bonus" "#quest_bonus_not_zoomed"
  61997. }
  61998. "715"
  61999. {
  62000. "name" "placeholder_715"
  62001. "gamemode" "casual"
  62002. "mapgroup" "mg_op_op07"
  62003. "points" "20"
  62004. "expression" "%act_kill_human% && %weapon_ssg08%"
  62005. "expr_bonus" "%act_kill_human% && %weapon_ssg08% && %cond_damage_headshot%"
  62006. "difficulty" "3"
  62007. "loc_name" "op07_quest_name_715"
  62008. "quest_icon" "ssg08"
  62009. "loc_bonus" "#quest_bonus_headshot"
  62010. }
  62011. "716"
  62012. {
  62013. "name" "placeholder_716"
  62014. "gamemode" "casual"
  62015. "mapgroup" "mg_op_op07"
  62016. "map" "de_tulip"
  62017. "points" "40"
  62018. "expression" "%act_kill_human% && ( %weapon_famas% || %weapon_galilar% )"
  62019. "expr_bonus" "%act_kill_human% && ( %weapon_famas% || %weapon_galilar% ) && %cond_item_borrowed_enemy%"
  62020. "difficulty" "3"
  62021. "operational_points" "2"
  62022. "loc_name" "op07_quest_name_716"
  62023. "quest_icon" "famas"
  62024. "loc_bonus" "#quest_bonus_borrowed_gun_enemy"
  62025. }
  62026. "717"
  62027. {
  62028. "name" "placeholder_717"
  62029. "gamemode" "gungametrbomb"
  62030. "mapgroup" "mg_demolition"
  62031. "map" "de_bank"
  62032. "points" "20"
  62033. "expression" "%act_kill_human%"
  62034. "difficulty" "1"
  62035. "loc_name" "op07_quest_name_717"
  62036. "quest_icon" "bomb"
  62037. }
  62038. "718"
  62039. {
  62040. "name" "placeholder_718"
  62041. "gamemode" "gungametrbomb"
  62042. "mapgroup" "mg_demolition"
  62043. "map" "de_lake"
  62044. "points" "30"
  62045. "expression" "%act_kill_human%"
  62046. "difficulty" "2"
  62047. "loc_name" "op07_quest_name_718"
  62048. "quest_icon" "gungametrbomb"
  62049. }
  62050. "719"
  62051. {
  62052. "name" "placeholder_719"
  62053. "gamemode" "gungametrbomb"
  62054. "mapgroup" "mg_demolition"
  62055. "map" "de_shortdust"
  62056. "points" "5"
  62057. "expression" "%act_plant_bomb% || %act_defuse_bomb%"
  62058. "difficulty" "3"
  62059. "loc_name" "op07_quest_name_719"
  62060. "quest_icon" "gungametrbomb"
  62061. "string_tokens"
  62062. {
  62063. "commandverb" "#quest_commandverb_execute"
  62064. "actions" "#quest_action_plural_bomb_plants_or_defuses"
  62065. "action" "#quest_action_singular_bomb_plants_or_defuses"
  62066. }
  62067. }
  62068. "720"
  62069. {
  62070. "name" "placeholder_720"
  62071. "gamemode" "casual"
  62072. "mapgroup" "mg_op_op07"
  62073. "points" "15"
  62074. "expression" "%act_flashbang_enemy%"
  62075. "difficulty" "2"
  62076. "loc_name" "op07_quest_name_720"
  62077. "quest_icon" "flashbang"
  62078. "string_tokens"
  62079. {
  62080. "commandverb" "#quest_commandverb_execute"
  62081. }
  62082. }
  62083. "721"
  62084. {
  62085. "name" "placeholder_721"
  62086. "gamemode" "casual"
  62087. "mapgroup" "mg_op_op07"
  62088. "map" "de_royal"
  62089. "points" "25"
  62090. "expression" "%act_kill_human% && ( %weapon_ssg08% || %weapon_awp% || %weapon_g3sg1% || %weapon_scar20% )"
  62091. "expr_bonus" "%act_kill_human% && %weapon_ssg08%"
  62092. "difficulty" "3"
  62093. "operational_points" "1"
  62094. "loc_name" "op07_quest_name_722"
  62095. "quest_icon" "scar20"
  62096. "loc_bonus" "#quest_bonus_weapon_ssg08"
  62097. }
  62098. "722"
  62099. {
  62100. "name" "placeholder_722"
  62101. "gamemode" "casual"
  62102. "mapgroup" "mg_op_op07"
  62103. "points" "15"
  62104. "expression" "%act_kill_human% && %cond_item_borrowed_teammate%"
  62105. "difficulty" "1"
  62106. "loc_name" "op07_quest_name_723"
  62107. "quest_icon" "killquest"
  62108. }
  62109. "723"
  62110. {
  62111. "name" "placeholder_723"
  62112. "gamemode" "casual"
  62113. "mapgroup" "mg_op_op07"
  62114. "points" "5"
  62115. "expression" "%act_plant_bomb% || %act_defuse_bomb%"
  62116. "difficulty" "2"
  62117. "loc_name" "op07_quest_name_724"
  62118. "quest_icon" "bomb"
  62119. "string_tokens"
  62120. {
  62121. "commandverb" "#quest_commandverb_execute"
  62122. "actions" "#quest_action_plural_bomb_plants_or_defuses"
  62123. "action" "#quest_action_singular_bomb_plants_or_defuses"
  62124. }
  62125. }
  62126. "724"
  62127. {
  62128. "name" "placeholder_724"
  62129. "gamemode" "casual"
  62130. "mapgroup" "mg_op_op07"
  62131. "points" "50"
  62132. "expression" "%cond_damage_burn% ? %act_damage% : 0"
  62133. "difficulty" "3"
  62134. "loc_name" "op07_quest_name_725"
  62135. "quest_icon" "molotov"
  62136. "string_tokens"
  62137. {
  62138. "commandverb" "#quest_commandverb_deal"
  62139. "actions" "#quest_action_plural_damage_burn"
  62140. "action" "#quest_action_singular_damage_burn"
  62141. }
  62142. }
  62143. "725"
  62144. {
  62145. "name" "placeholder_725"
  62146. "gamemode" "casual"
  62147. "mapgroup" "mg_op_op07"
  62148. "points" "15"
  62149. "expression" "%act_kill_human% && %cond_item_borrowed_enemy%"
  62150. "difficulty" "2"
  62151. "loc_name" "op07_quest_name_726"
  62152. "quest_icon" "killquest"
  62153. }
  62154. "726"
  62155. {
  62156. "name" "placeholder_726"
  62157. "gamemode" "casual"
  62158. "mapgroup" "mg_op_op07"
  62159. "points" "15"
  62160. "expression" "%act_kill_human% && %weapon_secondary%"
  62161. "expr_bonus" "%act_kill_human% && %weapon_revolver%"
  62162. "difficulty" "2"
  62163. "loc_name" "op07_quest_name_727"
  62164. "quest_icon" "p250"
  62165. "loc_bonus" "#quest_bonus_weapon_revolver"
  62166. }
  62167. "727"
  62168. {
  62169. "name" "placeholder_727"
  62170. "gamemode" "casual"
  62171. "mapgroup" "mg_op_op07"
  62172. "points" "40"
  62173. "expression" "%act_kill_human% && %cond_damage_headshot%"
  62174. "expr_bonus" "%act_kill_human% && %cond_damage_headshot% && %set_community_11%"
  62175. "difficulty" "3"
  62176. "operational_points" "2"
  62177. "loc_name" "op07_quest_name_728"
  62178. "quest_icon" "headshot"
  62179. "loc_bonus" "#quest_bonus_set_community_11"
  62180. "string_tokens"
  62181. {
  62182. "action" "#quest_action_singular_headshot_kill"
  62183. "actions" "#quest_action_plural_headshot_kill"
  62184. }
  62185. }
  62186. "728"
  62187. {
  62188. "name" "placeholder_728"
  62189. "gamemode" "casual"
  62190. "mapgroup" "mg_op_op07"
  62191. "points" "25"
  62192. "expression" "%act_kill_human% && %cond_item_borrowed_enemy%"
  62193. "expr_bonus" "%act_kill_human% && %cond_item_borrowed_enemy% && %map_de_santorini%"
  62194. "difficulty" "3"
  62195. "loc_name" "op07_quest_name_729"
  62196. "quest_icon" "killquest"
  62197. "loc_bonus" "#quest_bonus_de_santorini"
  62198. }
  62199. "729"
  62200. {
  62201. "name" "placeholder_729"
  62202. "gamemode" "casual"
  62203. "mapgroup" "mg_op_op07"
  62204. "points" "40"
  62205. "expression" "%act_kill_human% && %weapon_secondary%"
  62206. "expr_bonus" "%act_kill_human% && ( %weapon_glock% || %weapon_hkp2000% || %weapon_usp_silencer% )"
  62207. "difficulty" "3"
  62208. "loc_name" "op07_quest_name_730"
  62209. "quest_icon" "p250"
  62210. "loc_bonus" "#quest_bonus_weapon_glock_hkp2000_usp_silencer"
  62211. }
  62212. "730"
  62213. {
  62214. "name" "placeholder_730"
  62215. "gamemode" "casual"
  62216. "mapgroup" "mg_op_op07"
  62217. "points" "20"
  62218. "expression" "%act_kill_human% && (%cond_life_killstreak_human% == 2)"
  62219. "expr_bonus" "%act_kill_human% && (%cond_life_killstreak_human% == 3)"
  62220. "difficulty" "3"
  62221. "operational_points" "2"
  62222. "loc_name" "op07_quest_name_731"
  62223. "quest_icon" "bomb"
  62224. "loc_bonus" "#quest_bonus_killstreak_3"
  62225. "string_tokens"
  62226. {
  62227. "action" "#quest_action_singular_multikill"
  62228. "actions" "#quest_action_plural_multikill"
  62229. }
  62230. }
  62231. "801"
  62232. {
  62233. "name" "placeholder_801"
  62234. "gamemode" "cooperative"
  62235. "mapgroup" "mg_de_coast"
  62236. "map" "de_coast"
  62237. "points" "1"
  62238. "expression" "%act_win_match%"
  62239. "difficulty" "1"
  62240. "xp_reward" "400"
  62241. "loc_name" "op07_quest_name_801"
  62242. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62243. "server_exec" "execwithwhitelist guardian_de_coast.cfg */maps"
  62244. "string_tokens"
  62245. {
  62246. "map" "#SFUI_Map_de_coast"
  62247. "kills" "quest_guardian_kills_15"
  62248. "weapon" "#SFUI_WPNHUD_Nova"
  62249. "team" "#quest_team_ct"
  62250. "extradetails" "#quest_guardian_maxmoneylimit"
  62251. }
  62252. }
  62253. "802"
  62254. {
  62255. "name" "placeholder_802"
  62256. "gamemode" "cooperative"
  62257. "mapgroup" "mg_de_santorini"
  62258. "map" "de_santorini"
  62259. "points" "1"
  62260. "expression" "%act_win_match%"
  62261. "difficulty" "1"
  62262. "xp_reward" "400"
  62263. "loc_name" "op07_quest_name_802"
  62264. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62265. "server_exec" "execwithwhitelist guardian_de_santorini.cfg */maps"
  62266. "string_tokens"
  62267. {
  62268. "map" "#SFUI_Map_de_santorini"
  62269. "kills" "quest_guardian_kills_20"
  62270. "weapon" "#SFUI_WPNHUD_P90"
  62271. "team" "#quest_team_ct"
  62272. "extradetails" "#quest_guardian_maxmoneylimit"
  62273. }
  62274. }
  62275. "803"
  62276. {
  62277. "name" "placeholder_803"
  62278. "gamemode" "cooperative"
  62279. "mapgroup" "mg_de_tulip"
  62280. "map" "de_tulip"
  62281. "points" "1"
  62282. "expression" "%act_win_match%"
  62283. "difficulty" "1"
  62284. "xp_reward" "400"
  62285. "loc_name" "op07_quest_name_803"
  62286. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62287. "server_exec" "execwithwhitelist guardian_de_tulip.cfg */maps"
  62288. "string_tokens"
  62289. {
  62290. "map" "#SFUI_Map_de_tulip"
  62291. "kills" "quest_guardian_kills_20"
  62292. "weapon" "#quest_weapon_any_weapon"
  62293. "team" "#quest_team_ct"
  62294. "extradetails" "#quest_guardian_empty"
  62295. }
  62296. }
  62297. "804"
  62298. {
  62299. "name" "placeholder_804"
  62300. "gamemode" "coopmission"
  62301. "mapgroup" "mg_coop_cementplant"
  62302. "map" "coop_cementplant"
  62303. "points" "1"
  62304. "expression" "%act_win_match%"
  62305. "difficulty" "1"
  62306. "xp_reward" "600"
  62307. "operational_points" "1"
  62308. "loc_name" "op07_quest_name_804"
  62309. "loc_description" "#Quest_Coop_Desc_Rescue"
  62310. "server_exec" "execwithwhitelist coop_cementplant_1.cfg */maps"
  62311. "string_tokens"
  62312. {
  62313. "team" "#quest_team_ct"
  62314. "extradetails" "#quest_guardian_cantbuy"
  62315. }
  62316. }
  62317. "805"
  62318. {
  62319. "name" "placeholder_805"
  62320. "gamemode" "cooperative"
  62321. "mapgroup" "mg_de_empire"
  62322. "map" "de_empire"
  62323. "points" "1"
  62324. "expression" "%act_win_match%"
  62325. "difficulty" "2"
  62326. "xp_reward" "500"
  62327. "loc_name" "op07_quest_name_805"
  62328. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62329. "server_exec" "execwithwhitelist guardian_de_empire.cfg */maps"
  62330. "string_tokens"
  62331. {
  62332. "map" "#SFUI_Map_de_empire"
  62333. "kills" "quest_guardian_kills_15"
  62334. "weapon" "#SFUI_WPNHUD_AK47"
  62335. "team" "#quest_team_ct"
  62336. "extradetails" "#quest_guardian_empty"
  62337. }
  62338. }
  62339. "806"
  62340. {
  62341. "name" "placeholder_806"
  62342. "gamemode" "cooperative"
  62343. "mapgroup" "mg_de_cbble"
  62344. "map" "de_cbble"
  62345. "points" "1"
  62346. "expression" "%act_win_match%"
  62347. "difficulty" "2"
  62348. "xp_reward" "500"
  62349. "loc_name" "op07_quest_name_806"
  62350. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62351. "server_exec" "execwithwhitelist guardian_de_cbble.cfg */maps"
  62352. "string_tokens"
  62353. {
  62354. "map" "#SFUI_Map_de_cbble"
  62355. "kills" "quest_guardian_kills_10"
  62356. "weapon" "#SFUI_WPNHUD_SCAR20"
  62357. "team" "#quest_team_ct"
  62358. "extradetails" "#quest_guardian_moneyreset"
  62359. }
  62360. }
  62361. "807"
  62362. {
  62363. "name" "placeholder_807"
  62364. "gamemode" "cooperative"
  62365. "mapgroup" "mg_de_royal"
  62366. "map" "de_royal"
  62367. "points" "1"
  62368. "expression" "%act_win_match%"
  62369. "difficulty" "3"
  62370. "xp_reward" "600"
  62371. "operational_points" "1"
  62372. "loc_name" "op07_quest_name_807"
  62373. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62374. "server_exec" "execwithwhitelist guardian_de_royal.cfg */maps"
  62375. "string_tokens"
  62376. {
  62377. "map" "#SFUI_Map_de_royal"
  62378. "kills" "quest_guardian_kills_50"
  62379. "weapon" "#quest_weapon_any_weapon"
  62380. "team" "#quest_team_ct"
  62381. "extradetails" "#quest_guardian_cantbuy"
  62382. }
  62383. }
  62384. "808"
  62385. {
  62386. "name" "placeholder_808"
  62387. "gamemode" "cooperative"
  62388. "mapgroup" "mg_de_train"
  62389. "map" "de_train"
  62390. "points" "1"
  62391. "expression" "%act_win_match%"
  62392. "difficulty" "1"
  62393. "xp_reward" "400"
  62394. "loc_name" "op07_quest_name_808"
  62395. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62396. "server_exec" "execwithwhitelist guardian_de_train.cfg */maps"
  62397. "string_tokens"
  62398. {
  62399. "map" "#SFUI_Map_de_train"
  62400. "kills" "quest_guardian_kills_15"
  62401. "weapon" "#SFUI_WPNHUD_AWP"
  62402. "team" "#quest_team_ct"
  62403. "extradetails" "#quest_guardian_empty"
  62404. }
  62405. }
  62406. "809"
  62407. {
  62408. "name" "placeholder_809"
  62409. "gamemode" "cooperative"
  62410. "mapgroup" "mg_de_train"
  62411. "map" "de_train"
  62412. "points" "1"
  62413. "expression" "%act_win_match%"
  62414. "difficulty" "2"
  62415. "xp_reward" "500"
  62416. "loc_name" "op07_quest_name_809"
  62417. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62418. "server_exec" "execwithwhitelist guardian_de_train_alt1.cfg */maps"
  62419. "string_tokens"
  62420. {
  62421. "server_exec" "guardian_de_train_alt1.cfg"
  62422. "map" "#SFUI_Map_de_train"
  62423. "kills" "quest_guardian_kills_30"
  62424. "weapon" "#SFUI_WPNHUD_AWP"
  62425. "team" "#quest_team_ct"
  62426. "extradetails" "#quest_guardian_empty"
  62427. }
  62428. }
  62429. "810"
  62430. {
  62431. "name" "placeholder_810"
  62432. "gamemode" "cooperative"
  62433. "mapgroup" "mg_de_train"
  62434. "map" "de_train"
  62435. "points" "1"
  62436. "expression" "%act_win_match%"
  62437. "difficulty" "3"
  62438. "xp_reward" "600"
  62439. "loc_name" "op07_quest_name_810"
  62440. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62441. "server_exec" "execwithwhitelist guardian_de_train_alt2.cfg */maps"
  62442. "string_tokens"
  62443. {
  62444. "map" "#SFUI_Map_de_train"
  62445. "kills" "quest_guardian_kills_30"
  62446. "weapon" "#SFUI_WPNHUD_AWP"
  62447. "team" "#quest_team_ct"
  62448. "extradetails" "#quest_guardian_killrewardsonly"
  62449. }
  62450. }
  62451. "811"
  62452. {
  62453. "name" "placeholder_811"
  62454. "gamemode" "cooperative"
  62455. "mapgroup" "mg_de_vertigo"
  62456. "map" "de_vertigo"
  62457. "points" "1"
  62458. "expression" "%act_win_match%"
  62459. "difficulty" "1"
  62460. "xp_reward" "400"
  62461. "loc_name" "op07_quest_name_811"
  62462. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62463. "server_exec" "execwithwhitelist guardian_de_vertigo.cfg */maps"
  62464. "string_tokens"
  62465. {
  62466. "map" "#SFUI_Map_de_vertigo"
  62467. "kills" "quest_guardian_kills_5"
  62468. "weapon" "#SFUI_WPNHUD_Negev"
  62469. "team" "#quest_team_ct"
  62470. "extradetails" "#quest_guardian_moneyreset"
  62471. }
  62472. }
  62473. "812"
  62474. {
  62475. "name" "placeholder_812"
  62476. "gamemode" "cooperative"
  62477. "mapgroup" "mg_de_mikla"
  62478. "map" "de_mikla"
  62479. "points" "1"
  62480. "expression" "%act_win_match%"
  62481. "difficulty" "1"
  62482. "xp_reward" "400"
  62483. "loc_name" "op07_quest_name_812"
  62484. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62485. "server_exec" "execwithwhitelist guardian_de_mikla.cfg */maps"
  62486. "string_tokens"
  62487. {
  62488. "map" "#SFUI_Map_de_mikla"
  62489. "kills" "quest_guardian_kills_15"
  62490. "weapon" "#SFUI_WPNHUD_Tec9"
  62491. "team" "#quest_team_ct"
  62492. "extradetails" "#quest_guardian_cantbuy"
  62493. }
  62494. }
  62495. "813"
  62496. {
  62497. "name" "placeholder_813"
  62498. "gamemode" "cooperative"
  62499. "mapgroup" "mg_de_mikla"
  62500. "map" "de_mikla"
  62501. "points" "1"
  62502. "expression" "%act_win_match%"
  62503. "difficulty" "2"
  62504. "xp_reward" "500"
  62505. "operational_points" "1"
  62506. "loc_name" "op07_quest_name_813"
  62507. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62508. "server_exec" "execwithwhitelist guardian_de_mikla_alt1.cfg */maps"
  62509. "string_tokens"
  62510. {
  62511. "map" "#SFUI_Map_de_mikla"
  62512. "kills" "quest_guardian_kills_25"
  62513. "weapon" "#SFUI_WPNHUD_Glock18"
  62514. "team" "#quest_team_ct"
  62515. "extradetails" "#quest_guardian_cantbuy"
  62516. }
  62517. }
  62518. "814"
  62519. {
  62520. "name" "placeholder_814"
  62521. "gamemode" "cooperative"
  62522. "mapgroup" "mg_de_overpass"
  62523. "map" "de_overpass"
  62524. "points" "1"
  62525. "expression" "%act_win_match%"
  62526. "difficulty" "1"
  62527. "xp_reward" "400"
  62528. "loc_name" "op07_quest_name_814"
  62529. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62530. "server_exec" "execwithwhitelist guardian_de_overpass.cfg */maps"
  62531. "string_tokens"
  62532. {
  62533. "map" "#SFUI_Map_de_overpass"
  62534. "kills" "quest_guardian_kills_15"
  62535. "weapon" "#SFUI_WPNHUD_SSG08"
  62536. "team" "#quest_team_ct"
  62537. "extradetails" "#quest_guardian_maxmoneylimit"
  62538. }
  62539. }
  62540. "815"
  62541. {
  62542. "name" "placeholder_815"
  62543. "gamemode" "cooperative"
  62544. "mapgroup" "mg_de_overpass"
  62545. "map" "de_overpass"
  62546. "points" "1"
  62547. "expression" "%act_win_match%"
  62548. "difficulty" "2"
  62549. "xp_reward" "500"
  62550. "loc_name" "op07_quest_name_815"
  62551. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62552. "server_exec" "execwithwhitelist guardian_de_overpass_alt1.cfg */maps"
  62553. "string_tokens"
  62554. {
  62555. "map" "#SFUI_Map_de_overpass"
  62556. "kills" "quest_guardian_kills_20"
  62557. "weapon" "#SFUI_WPNHUD_SSG08"
  62558. "team" "#quest_team_ct"
  62559. "extradetails" "#quest_guardian_maxmoneylimit"
  62560. }
  62561. }
  62562. "816"
  62563. {
  62564. "name" "placeholder_816"
  62565. "gamemode" "coopmission"
  62566. "mapgroup" "mg_coop_cementplant"
  62567. "map" "coop_cementplant"
  62568. "points" "1"
  62569. "expression" "%act_win_match%"
  62570. "difficulty" "2"
  62571. "xp_reward" "900"
  62572. "operational_points" "2"
  62573. "loc_name" "op07_quest_name_816"
  62574. "loc_description" "#Quest_Coop_Desc_Recon"
  62575. "server_exec" "execwithwhitelist coop_cementplant_2.cfg */maps"
  62576. "string_tokens"
  62577. {
  62578. "team" "#quest_team_ct"
  62579. "extradetails" "#quest_guardian_cantbuy"
  62580. }
  62581. }
  62582. "817"
  62583. {
  62584. "name" "placeholder_817"
  62585. "gamemode" "cooperative"
  62586. "mapgroup" "mg_de_tulip"
  62587. "map" "de_tulip"
  62588. "points" "1"
  62589. "expression" "%act_win_match%"
  62590. "difficulty" "2"
  62591. "xp_reward" "500"
  62592. "loc_name" "op07_quest_name_817"
  62593. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62594. "server_exec" "execwithwhitelist guardian_de_tulip_alt1.cfg */maps"
  62595. "string_tokens"
  62596. {
  62597. "map" "#SFUI_Map_de_tulip"
  62598. "kills" "quest_guardian_kills_40"
  62599. "weapon" "#quest_weapon_any_weapon"
  62600. "team" "#quest_team_ct"
  62601. "extradetails" "#quest_guardian_empty"
  62602. }
  62603. }
  62604. "818"
  62605. {
  62606. "name" "placeholder_818"
  62607. "gamemode" "cooperative"
  62608. "mapgroup" "mg_de_dust2"
  62609. "map" "de_dust2"
  62610. "points" "1"
  62611. "expression" "%act_win_match%"
  62612. "difficulty" "3"
  62613. "xp_reward" "600"
  62614. "loc_name" "op07_quest_name_818"
  62615. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62616. "server_exec" "execwithwhitelist guardian_de_dust2_alt1.cfg */maps"
  62617. "string_tokens"
  62618. {
  62619. "map" "#SFUI_Map_de_dust2"
  62620. "kills" "quest_guardian_kills_20"
  62621. "weapon" "#SFUI_WPNHUD_SSG08"
  62622. "team" "#quest_team_ct"
  62623. "extradetails" "#quest_guardian_killrewardsonly"
  62624. }
  62625. }
  62626. "819"
  62627. {
  62628. "name" "placeholder_819"
  62629. "gamemode" "cooperative"
  62630. "mapgroup" "mg_de_dust2"
  62631. "map" "de_dust2"
  62632. "points" "1"
  62633. "expression" "%act_win_match%"
  62634. "difficulty" "2"
  62635. "xp_reward" "500"
  62636. "loc_name" "op07_quest_name_819"
  62637. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62638. "server_exec" "execwithwhitelist guardian_de_dust2.cfg */maps"
  62639. "string_tokens"
  62640. {
  62641. "map" "#SFUI_Map_de_dust2"
  62642. "kills" "quest_guardian_kills_15"
  62643. "weapon" "#SFUI_WPNHUD_AWP"
  62644. "team" "#quest_team_ct"
  62645. "extradetails" "#quest_guardian_cantbuy"
  62646. }
  62647. }
  62648. "820"
  62649. {
  62650. "name" "placeholder_820"
  62651. "gamemode" "cooperative"
  62652. "mapgroup" "mg_de_lake"
  62653. "map" "de_lake"
  62654. "points" "1"
  62655. "expression" "%act_win_match%"
  62656. "difficulty" "2"
  62657. "xp_reward" "500"
  62658. "loc_name" "op07_quest_name_820"
  62659. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62660. "server_exec" "execwithwhitelist guardian_de_lake.cfg */maps"
  62661. "string_tokens"
  62662. {
  62663. "map" "#SFUI_Map_de_lake"
  62664. "kills" "quest_guardian_kills_20"
  62665. "weapon" "#SFUI_WPNHUD_Bizon"
  62666. "team" "#quest_team_ct"
  62667. "extradetails" "#quest_guardian_maxmoneylimit"
  62668. }
  62669. }
  62670. "821"
  62671. {
  62672. "name" "placeholder_821"
  62673. "gamemode" "cooperative"
  62674. "mapgroup" "mg_de_lake"
  62675. "map" "de_lake"
  62676. "points" "1"
  62677. "expression" "%act_win_match%"
  62678. "difficulty" "3"
  62679. "xp_reward" "600"
  62680. "loc_name" "op07_quest_name_821"
  62681. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62682. "server_exec" "execwithwhitelist guardian_de_lake_alt1.cfg */maps"
  62683. "string_tokens"
  62684. {
  62685. "map" "#SFUI_Map_de_lake"
  62686. "kills" "quest_guardian_kills_30"
  62687. "weapon" "#SFUI_WPNHUD_Mag7"
  62688. "team" "#quest_team_ct"
  62689. "extradetails" "#quest_guardian_maxmoneylimit"
  62690. }
  62691. }
  62692. "822"
  62693. {
  62694. "name" "placeholder_822"
  62695. "gamemode" "cooperative"
  62696. "mapgroup" "mg_de_mirage"
  62697. "map" "de_mirage"
  62698. "points" "1"
  62699. "expression" "%act_win_match%"
  62700. "difficulty" "2"
  62701. "xp_reward" "500"
  62702. "loc_name" "op07_quest_name_822"
  62703. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62704. "server_exec" "execwithwhitelist guardian_de_mirage.cfg */maps"
  62705. "string_tokens"
  62706. {
  62707. "map" "#SFUI_Map_de_mirage"
  62708. "kills" "quest_guardian_kills_20"
  62709. "weapon" "#SFUI_WPNHUD_CZ75"
  62710. "team" "#quest_team_ct"
  62711. "extradetails" "#quest_guardian_maxmoneylimit"
  62712. }
  62713. }
  62714. "823"
  62715. {
  62716. "name" "placeholder_823"
  62717. "gamemode" "coopmission"
  62718. "mapgroup" "mg_coop_cementplant"
  62719. "map" "coop_cementplant"
  62720. "points" "1"
  62721. "expression" "%act_win_match%"
  62722. "difficulty" "3"
  62723. "xp_reward" "1200"
  62724. "operational_points" "3"
  62725. "loc_name" "op07_quest_name_823"
  62726. "loc_description" "#Quest_Coop_Desc_Bomb"
  62727. "server_exec" "execwithwhitelist coop_cementplant_3.cfg */maps"
  62728. "string_tokens"
  62729. {
  62730. "team" "#quest_team_ct"
  62731. "extradetails" "#quest_guardian_cantbuy"
  62732. }
  62733. }
  62734. "824"
  62735. {
  62736. "name" "placeholder_824"
  62737. "gamemode" "cooperative"
  62738. "mapgroup" "mg_de_empire"
  62739. "map" "de_empire"
  62740. "points" "1"
  62741. "expression" "%act_win_match%"
  62742. "difficulty" "3"
  62743. "xp_reward" "600"
  62744. "loc_name" "op07_quest_name_824"
  62745. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62746. "server_exec" "execwithwhitelist guardian_de_empire_alt1.cfg */maps"
  62747. "string_tokens"
  62748. {
  62749. "map" "#SFUI_Map_de_empire"
  62750. "kills" "quest_guardian_kills_50"
  62751. "weapon" "#quest_weapon_any_weapon"
  62752. "team" "#quest_team_ct"
  62753. "extradetails" "#quest_guardian_cantbuy"
  62754. }
  62755. }
  62756. "825"
  62757. {
  62758. "name" "placeholder_825"
  62759. "gamemode" "cooperative"
  62760. "mapgroup" "mg_de_cache"
  62761. "map" "de_cache"
  62762. "points" "1"
  62763. "expression" "%act_win_match%"
  62764. "difficulty" "3"
  62765. "xp_reward" "600"
  62766. "loc_name" "op07_quest_name_825"
  62767. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62768. "server_exec" "execwithwhitelist guardian_de_cache.cfg */maps"
  62769. "string_tokens"
  62770. {
  62771. "map" "#SFUI_Map_de_cache"
  62772. "kills" "quest_guardian_kills_25"
  62773. "weapon" "#SFUI_WPNHUD_DesertEagle"
  62774. "team" "#quest_team_ct"
  62775. "extradetails" "#quest_guardian_killrewardsonly"
  62776. }
  62777. }
  62778. "826"
  62779. {
  62780. "name" "placeholder_826"
  62781. "gamemode" "cooperative"
  62782. "mapgroup" "mg_de_nuke"
  62783. "map" "de_nuke"
  62784. "points" "1"
  62785. "expression" "%act_win_match%"
  62786. "difficulty" "3"
  62787. "xp_reward" "600"
  62788. "operational_points" "1"
  62789. "loc_name" "op07_quest_name_826"
  62790. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62791. "server_exec" "execwithwhitelist guardian_de_nuke.cfg */maps"
  62792. "string_tokens"
  62793. {
  62794. "map" "#SFUI_Map_de_nuke"
  62795. "kills" "quest_guardian_kills_40"
  62796. "weapon" "#SFUI_WPNHUD_M4_SILENCER"
  62797. "team" "#quest_team_ct"
  62798. "extradetails" "#quest_guardian_killrewardsonly"
  62799. }
  62800. }
  62801. "827"
  62802. {
  62803. "name" "placeholder_827"
  62804. "gamemode" "cooperative"
  62805. "mapgroup" "mg_de_aztec"
  62806. "map" "de_aztec"
  62807. "points" "1"
  62808. "expression" "%act_win_match%"
  62809. "difficulty" "3"
  62810. "xp_reward" "600"
  62811. "loc_name" "op07_quest_name_827"
  62812. "loc_description" "#Quest_Guardian_Bomb_Desc"
  62813. "server_exec" "execwithwhitelist guardian_de_aztec.cfg */maps"
  62814. "string_tokens"
  62815. {
  62816. "map" "#SFUI_Map_de_aztec"
  62817. "kills" "quest_guardian_kills_30"
  62818. "weapon" "#SFUI_WPNHUD_AWP"
  62819. "team" "#quest_team_ct"
  62820. "extradetails" "#quest_guardian_empty"
  62821. }
  62822. }
  62823. "901"
  62824. {
  62825. "name" "placeholder_901"
  62826. "gamemode" "cooperative"
  62827. "mapgroup" "mg_de_austria"
  62828. "map" "de_austria"
  62829. "points" "1"
  62830. "expression" "%act_win_match%"
  62831. "difficulty" "1"
  62832. "xp_reward" "350"
  62833. "operational_points" "0"
  62834. "loc_name" "op08_quest_name_901"
  62835. "loc_description" "#Quest_Guardian_Desc_op08"
  62836. "server_exec" "execwithwhitelist guardian_op08_easy01.cfg */maps"
  62837. "string_tokens"
  62838. {
  62839. "map" "#SFUI_Map_de_austria"
  62840. "kills" "quest_guardian_kills_15"
  62841. "weapon" "#SFUI_WPNHUD_P90"
  62842. "team" "#quest_team_ct"
  62843. "killtype" "#quest_killtype_normal"
  62844. "extradetails" "#quest_guardian_empty"
  62845. "presence" "#quest_presence_empty"
  62846. }
  62847. }
  62848. "902"
  62849. {
  62850. "name" "placeholder_902"
  62851. "gamemode" "cooperative"
  62852. "mapgroup" "mg_de_shipped"
  62853. "map" "de_shipped"
  62854. "points" "1"
  62855. "expression" "%act_win_match%"
  62856. "difficulty" "1"
  62857. "xp_reward" "350"
  62858. "operational_points" "0"
  62859. "loc_name" "op08_quest_name_902"
  62860. "loc_description" "#Quest_Guardian_Desc_op08"
  62861. "server_exec" "execwithwhitelist guardian_op08_easy02.cfg */maps"
  62862. "string_tokens"
  62863. {
  62864. "map" "#SFUI_Map_de_shipped"
  62865. "kills" "quest_guardian_kills_15"
  62866. "weapon" "#SFUI_WPNHUD_xm1014"
  62867. "team" "#quest_team_ct"
  62868. "killtype" "#quest_killtype_normal"
  62869. "extradetails" "#quest_guardian_empty"
  62870. "presence" "#quest_presence_empty"
  62871. }
  62872. }
  62873. "903"
  62874. {
  62875. "name" "placeholder_903"
  62876. "gamemode" "cooperative"
  62877. "mapgroup" "mg_de_lite"
  62878. "map" "de_lite"
  62879. "points" "1"
  62880. "expression" "%act_win_match%"
  62881. "difficulty" "1"
  62882. "xp_reward" "350"
  62883. "operational_points" "0"
  62884. "loc_name" "op08_quest_name_903"
  62885. "loc_description" "#Quest_Guardian_Desc_op08"
  62886. "server_exec" "execwithwhitelist guardian_op08_easy03.cfg */maps"
  62887. "string_tokens"
  62888. {
  62889. "map" "#SFUI_Map_de_lite"
  62890. "kills" "quest_guardian_kills_15"
  62891. "weapon" "#SFUI_WPNHUD_UMP45"
  62892. "team" "#quest_team_ct"
  62893. "killtype" "#quest_killtype_normal"
  62894. "extradetails" "#quest_guardian_empty"
  62895. "presence" "#quest_presence_empty"
  62896. }
  62897. }
  62898. "904"
  62899. {
  62900. "name" "placeholder_904"
  62901. "gamemode" "cooperative"
  62902. "mapgroup" "mg_de_thrill"
  62903. "map" "de_thrill"
  62904. "points" "1"
  62905. "expression" "%act_win_match%"
  62906. "difficulty" "1"
  62907. "xp_reward" "350"
  62908. "operational_points" "0"
  62909. "loc_name" "op08_quest_name_904"
  62910. "loc_description" "#Quest_Guardian_Desc_op08"
  62911. "server_exec" "execwithwhitelist guardian_op08_easy04.cfg */maps"
  62912. "string_tokens"
  62913. {
  62914. "map" "#SFUI_Map_de_thrill"
  62915. "kills" "quest_guardian_kills_10"
  62916. "weapon" "#quest_weapon_m4"
  62917. "team" "#quest_team_ct"
  62918. "killtype" "#quest_killtype_headshot"
  62919. "extradetails" "#quest_guardian_empty"
  62920. "presence" "#quest_presence_empty"
  62921. }
  62922. }
  62923. "905"
  62924. {
  62925. "name" "placeholder_905"
  62926. "gamemode" "cooperative"
  62927. "mapgroup" "mg_de_inferno"
  62928. "map" "de_inferno"
  62929. "points" "1"
  62930. "expression" "%act_win_match%"
  62931. "difficulty" "1"
  62932. "xp_reward" "350"
  62933. "operational_points" "0"
  62934. "loc_name" "op08_quest_name_905"
  62935. "loc_description" "#Quest_Guardian_Desc_op08"
  62936. "server_exec" "execwithwhitelist guardian_op08_easy05.cfg */maps"
  62937. "string_tokens"
  62938. {
  62939. "map" "#SFUI_Map_de_inferno"
  62940. "kills" "quest_guardian_kills_15"
  62941. "weapon" "#SFUI_WPNHUD_MP9"
  62942. "team" "#quest_team_ct"
  62943. "killtype" "#quest_killtype_normal"
  62944. "extradetails" "#quest_guardian_empty"
  62945. "presence" "#quest_presence_empty"
  62946. }
  62947. }
  62948. "906"
  62949. {
  62950. "name" "placeholder_906"
  62951. "gamemode" "cooperative"
  62952. "mapgroup" "mg_de_lite"
  62953. "map" "de_lite"
  62954. "points" "1"
  62955. "expression" "%act_win_match%"
  62956. "difficulty" "1"
  62957. "xp_reward" "350"
  62958. "operational_points" "0"
  62959. "loc_name" "op08_quest_name_906"
  62960. "loc_description" "#Quest_Guardian_Desc_op08"
  62961. "server_exec" "execwithwhitelist guardian_op08_easy06.cfg */maps"
  62962. "string_tokens"
  62963. {
  62964. "map" "#SFUI_Map_de_lite"
  62965. "kills" "quest_guardian_kills_20"
  62966. "weapon" "#SFUI_WPNHUD_Bizon"
  62967. "team" "#quest_team_ct"
  62968. "killtype" "#quest_killtype_normal"
  62969. "extradetails" "#quest_guardian_empty"
  62970. "presence" "#quest_presence_empty"
  62971. }
  62972. }
  62973. "907"
  62974. {
  62975. "name" "placeholder_907"
  62976. "gamemode" "cooperative"
  62977. "mapgroup" "mg_de_mirage"
  62978. "map" "de_mirage"
  62979. "points" "1"
  62980. "expression" "%act_win_match%"
  62981. "difficulty" "1"
  62982. "xp_reward" "350"
  62983. "operational_points" "0"
  62984. "loc_name" "op08_quest_name_907"
  62985. "loc_description" "#Quest_Guardian_Desc_op08"
  62986. "server_exec" "execwithwhitelist guardian_op08_easy07.cfg */maps"
  62987. "string_tokens"
  62988. {
  62989. "map" "#SFUI_Map_de_mirage"
  62990. "kills" "quest_guardian_kills_20"
  62991. "weapon" "#SFUI_WPNHUD_MP7"
  62992. "team" "#quest_team_ct"
  62993. "killtype" "#quest_killtype_normal"
  62994. "extradetails" "#quest_guardian_empty"
  62995. "presence" "#quest_presence_empty"
  62996. }
  62997. }
  62998. "908"
  62999. {
  63000. "name" "placeholder_908"
  63001. "gamemode" "cooperative"
  63002. "mapgroup" "mg_de_blackgold"
  63003. "map" "de_blackgold"
  63004. "points" "1"
  63005. "expression" "%act_win_match%"
  63006. "difficulty" "1"
  63007. "xp_reward" "350"
  63008. "operational_points" "0"
  63009. "loc_name" "op08_quest_name_908"
  63010. "loc_description" "#Quest_Guardian_Desc_op08"
  63011. "server_exec" "execwithwhitelist guardian_op08_easy08.cfg */maps"
  63012. "string_tokens"
  63013. {
  63014. "map" "#SFUI_Map_de_blackgold"
  63015. "kills" "quest_guardian_kills_15"
  63016. "weapon" "#SFUI_WPNHUD_Mag7"
  63017. "team" "#quest_team_ct"
  63018. "killtype" "#quest_killtype_normal"
  63019. "extradetails" "#quest_guardian_empty"
  63020. "presence" "#quest_presence_empty"
  63021. }
  63022. }
  63023. "909"
  63024. {
  63025. "name" "placeholder_909"
  63026. "gamemode" "cooperative"
  63027. "mapgroup" "mg_de_canals"
  63028. "map" "de_canals"
  63029. "points" "1"
  63030. "expression" "%act_win_match%"
  63031. "difficulty" "1"
  63032. "xp_reward" "350"
  63033. "operational_points" "0"
  63034. "loc_name" "op08_quest_name_909"
  63035. "loc_description" "#Quest_Guardian_Desc_op08"
  63036. "server_exec" "execwithwhitelist guardian_op08_easy09.cfg */maps"
  63037. "string_tokens"
  63038. {
  63039. "map" "#SFUI_Map_de_canals"
  63040. "kills" "quest_guardian_kills_20"
  63041. "weapon" "#SFUI_WPNHUD_Aug"
  63042. "team" "#quest_team_ct"
  63043. "killtype" "#quest_killtype_normal"
  63044. "extradetails" "#quest_guardian_empty"
  63045. "presence" "#quest_presence_empty"
  63046. }
  63047. }
  63048. "910"
  63049. {
  63050. "name" "placeholder_910"
  63051. "gamemode" "cooperative"
  63052. "mapgroup" "mg_gd_rialto"
  63053. "map" "gd_rialto"
  63054. "points" "1"
  63055. "expression" "%act_win_match%"
  63056. "difficulty" "1"
  63057. "xp_reward" "350"
  63058. "operational_points" "0"
  63059. "loc_name" "op08_quest_name_910"
  63060. "loc_description" "#Quest_Guardian_Desc_op08"
  63061. "server_exec" "execwithwhitelist guardian_op08_easy10.cfg */maps"
  63062. "string_tokens"
  63063. {
  63064. "map" "#SFUI_Map_gd_rialto"
  63065. "kills" "quest_guardian_kills_20"
  63066. "weapon" "#SFUI_WPNHUD_Famas"
  63067. "team" "#quest_team_ct"
  63068. "killtype" "#quest_killtype_normal"
  63069. "extradetails" "#quest_guardian_empty"
  63070. "presence" "#quest_presence_empty"
  63071. }
  63072. }
  63073. "911"
  63074. {
  63075. "name" "placeholder_911"
  63076. "gamemode" "cooperative"
  63077. "mapgroup" "mg_de_shipped"
  63078. "map" "de_shipped"
  63079. "points" "1"
  63080. "expression" "%act_win_match%"
  63081. "difficulty" "1"
  63082. "xp_reward" "350"
  63083. "operational_points" "0"
  63084. "loc_name" "op08_quest_name_911"
  63085. "loc_description" "#Quest_Guardian_Desc_op08"
  63086. "server_exec" "execwithwhitelist guardian_op08_easy11.cfg */maps"
  63087. "string_tokens"
  63088. {
  63089. "map" "#SFUI_Map_de_shipped"
  63090. "kills" "quest_guardian_kills_15"
  63091. "weapon" "#SFUI_WPNHUD_Negev"
  63092. "team" "#quest_team_ct"
  63093. "killtype" "#quest_killtype_normal"
  63094. "extradetails" "#quest_guardian_empty"
  63095. "presence" "#quest_presence_empty"
  63096. }
  63097. }
  63098. "912"
  63099. {
  63100. "name" "placeholder_912"
  63101. "gamemode" "cooperative"
  63102. "mapgroup" "mg_de_austria"
  63103. "map" "de_austria"
  63104. "points" "1"
  63105. "expression" "%act_win_match%"
  63106. "difficulty" "1"
  63107. "xp_reward" "350"
  63108. "operational_points" "0"
  63109. "loc_name" "op08_quest_name_912"
  63110. "loc_description" "#Quest_Guardian_Desc_op08"
  63111. "server_exec" "execwithwhitelist guardian_op08_easy12.cfg */maps"
  63112. "string_tokens"
  63113. {
  63114. "map" "#SFUI_Map_de_austria"
  63115. "kills" "quest_guardian_kills_15"
  63116. "weapon" "#SFUI_WPNHUD_Elites"
  63117. "team" "#quest_team_ct"
  63118. "killtype" "#quest_killtype_normal"
  63119. "extradetails" "#quest_guardian_empty"
  63120. "presence" "#quest_presence_empty"
  63121. }
  63122. }
  63123. "913"
  63124. {
  63125. "name" "placeholder_913"
  63126. "gamemode" "cooperative"
  63127. "mapgroup" "mg_de_blackgold"
  63128. "map" "de_blackgold"
  63129. "points" "1"
  63130. "expression" "%act_win_match%"
  63131. "difficulty" "2"
  63132. "xp_reward" "525"
  63133. "operational_points" "0"
  63134. "loc_name" "op08_quest_name_913"
  63135. "loc_description" "#Quest_Guardian_Desc_op08"
  63136. "server_exec" "execwithwhitelist guardian_op08_medium01.cfg */maps"
  63137. "string_tokens"
  63138. {
  63139. "map" "#SFUI_Map_de_blackgold"
  63140. "kills" "quest_guardian_kills_10"
  63141. "weapon" "#SFUI_WPNHUD_DesertEagle"
  63142. "team" "#quest_team_ct"
  63143. "killtype" "#quest_killtype_headshot"
  63144. "extradetails" "#quest_guardian_empty"
  63145. "presence" "#quest_presence_empty"
  63146. }
  63147. }
  63148. "914"
  63149. {
  63150. "name" "placeholder_914"
  63151. "gamemode" "cooperative"
  63152. "mapgroup" "mg_de_inferno"
  63153. "map" "de_inferno"
  63154. "points" "1"
  63155. "expression" "%act_win_match%"
  63156. "difficulty" "2"
  63157. "xp_reward" "525"
  63158. "operational_points" "0"
  63159. "loc_name" "op08_quest_name_914"
  63160. "loc_description" "#Quest_Guardian_Desc_op08"
  63161. "server_exec" "execwithwhitelist guardian_op08_medium02.cfg */maps"
  63162. "string_tokens"
  63163. {
  63164. "map" "#SFUI_Map_de_inferno"
  63165. "kills" "quest_guardian_kills_15"
  63166. "weapon" "#SFUI_WPNHUD_AK47"
  63167. "team" "#quest_team_ct"
  63168. "killtype" "#quest_killtype_normal"
  63169. "extradetails" "#quest_guardian_cantbuy"
  63170. "presence" "#quest_presence_empty"
  63171. }
  63172. }
  63173. "915"
  63174. {
  63175. "name" "placeholder_915"
  63176. "gamemode" "cooperative"
  63177. "mapgroup" "mg_de_lite"
  63178. "map" "de_lite"
  63179. "points" "1"
  63180. "expression" "%act_win_match%"
  63181. "difficulty" "2"
  63182. "xp_reward" "525"
  63183. "operational_points" "0"
  63184. "loc_name" "op08_quest_name_915"
  63185. "loc_description" "#Quest_Guardian_Desc_op08"
  63186. "server_exec" "execwithwhitelist guardian_op08_medium03.cfg */maps"
  63187. "string_tokens"
  63188. {
  63189. "map" "#SFUI_Map_de_lite"
  63190. "kills" "quest_guardian_kills_10"
  63191. "weapon" "#SFUI_WPNHUD_SSG08"
  63192. "team" "#quest_team_ct"
  63193. "killtype" "#quest_killtype_headshot"
  63194. "extradetails" "#quest_guardian_empty"
  63195. "presence" "#quest_presence_empty"
  63196. }
  63197. }
  63198. "916"
  63199. {
  63200. "name" "placeholder_916"
  63201. "gamemode" "cooperative"
  63202. "mapgroup" "mg_de_shipped"
  63203. "map" "de_shipped"
  63204. "points" "1"
  63205. "expression" "%act_win_match%"
  63206. "difficulty" "2"
  63207. "xp_reward" "525"
  63208. "operational_points" "0"
  63209. "loc_name" "op08_quest_name_916"
  63210. "loc_description" "#Quest_Guardian_Desc_op08"
  63211. "server_exec" "execwithwhitelist guardian_op08_medium04.cfg */maps"
  63212. "string_tokens"
  63213. {
  63214. "map" "#SFUI_Map_de_shipped"
  63215. "kills" "quest_guardian_kills_5"
  63216. "weapon" "#SFUI_Inferno"
  63217. "team" "#quest_team_ct"
  63218. "killtype" "#quest_killtype_normal"
  63219. "extradetails" "#quest_guardian_empty"
  63220. "presence" "#quest_presence_empty"
  63221. }
  63222. }
  63223. "917"
  63224. {
  63225. "name" "placeholder_917"
  63226. "gamemode" "cooperative"
  63227. "mapgroup" "mg_de_lite"
  63228. "map" "de_lite"
  63229. "points" "1"
  63230. "expression" "%act_win_match%"
  63231. "difficulty" "2"
  63232. "xp_reward" "525"
  63233. "operational_points" "0"
  63234. "loc_name" "op08_quest_name_917"
  63235. "loc_description" "#Quest_Guardian_Desc_op08"
  63236. "server_exec" "execwithwhitelist guardian_op08_medium05.cfg */maps"
  63237. "string_tokens"
  63238. {
  63239. "map" "#SFUI_Map_de_lite"
  63240. "kills" "quest_guardian_kills_20"
  63241. "weapon" "#SFUI_WPNHUD_SCAR20"
  63242. "team" "#quest_team_ct"
  63243. "killtype" "#quest_killtype_normal"
  63244. "extradetails" "#quest_guardian_empty"
  63245. "presence" "#quest_presence_heavy"
  63246. }
  63247. }
  63248. "918"
  63249. {
  63250. "name" "placeholder_918"
  63251. "gamemode" "cooperative"
  63252. "mapgroup" "mg_de_canals"
  63253. "map" "de_canals"
  63254. "points" "1"
  63255. "expression" "%act_win_match%"
  63256. "difficulty" "2"
  63257. "xp_reward" "525"
  63258. "operational_points" "0"
  63259. "loc_name" "op08_quest_name_918"
  63260. "loc_description" "#Quest_Guardian_Desc_op08"
  63261. "server_exec" "execwithwhitelist guardian_op08_medium06.cfg */maps"
  63262. "string_tokens"
  63263. {
  63264. "map" "#SFUI_Map_de_canals"
  63265. "kills" "quest_guardian_kills_20"
  63266. "weapon" "#SFUI_WPNHUD_AWP"
  63267. "team" "#quest_team_ct"
  63268. "killtype" "#quest_killtype_normal"
  63269. "extradetails" "#quest_guardian_empty"
  63270. "presence" "#quest_presence_heavy"
  63271. }
  63272. }
  63273. "919"
  63274. {
  63275. "name" "placeholder_919"
  63276. "gamemode" "cooperative"
  63277. "mapgroup" "mg_de_lite"
  63278. "map" "de_lite"
  63279. "points" "1"
  63280. "expression" "%act_win_match%"
  63281. "difficulty" "2"
  63282. "xp_reward" "525"
  63283. "operational_points" "0"
  63284. "loc_name" "op08_quest_name_919"
  63285. "loc_description" "#Quest_Guardian_Desc_op08"
  63286. "server_exec" "execwithwhitelist guardian_op08_medium07.cfg */maps"
  63287. "string_tokens"
  63288. {
  63289. "map" "#SFUI_Map_de_lite"
  63290. "kills" "quest_guardian_kills_25"
  63291. "weapon" "#SFUI_WPNHUD_REVOLVER"
  63292. "team" "#quest_team_ct"
  63293. "killtype" "#quest_killtype_normal"
  63294. "extradetails" "#quest_guardian_empty"
  63295. "presence" "#quest_presence_empty"
  63296. }
  63297. }
  63298. "920"
  63299. {
  63300. "name" "placeholder_920"
  63301. "gamemode" "cooperative"
  63302. "mapgroup" "mg_de_thrill"
  63303. "map" "de_thrill"
  63304. "points" "1"
  63305. "expression" "%act_win_match%"
  63306. "difficulty" "2"
  63307. "xp_reward" "525"
  63308. "operational_points" "0"
  63309. "loc_name" "op08_quest_name_920"
  63310. "loc_description" "#Quest_Guardian_Desc_op08"
  63311. "server_exec" "execwithwhitelist guardian_op08_medium08.cfg */maps"
  63312. "string_tokens"
  63313. {
  63314. "map" "#SFUI_Map_de_thrill"
  63315. "kills" "quest_guardian_kills_25"
  63316. "weapon" "#SFUI_WPNHUD_Aug"
  63317. "team" "#quest_team_ct"
  63318. "killtype" "#quest_killtype_normal"
  63319. "extradetails" "#quest_guardian_empty"
  63320. "presence" "#quest_presence_heavy"
  63321. }
  63322. }
  63323. "921"
  63324. {
  63325. "name" "placeholder_921"
  63326. "gamemode" "cooperative"
  63327. "mapgroup" "mg_de_blackgold"
  63328. "map" "de_blackgold"
  63329. "points" "1"
  63330. "expression" "%act_win_match%"
  63331. "difficulty" "2"
  63332. "xp_reward" "525"
  63333. "operational_points" "0"
  63334. "loc_name" "op08_quest_name_921"
  63335. "loc_description" "#Quest_Guardian_Desc_op08"
  63336. "server_exec" "execwithwhitelist guardian_op08_medium09.cfg */maps"
  63337. "string_tokens"
  63338. {
  63339. "map" "#SFUI_Map_de_blackgold"
  63340. "kills" "quest_guardian_kills_15"
  63341. "weapon" "#quest_weapon_starter_ct"
  63342. "team" "#quest_team_ct"
  63343. "killtype" "#quest_killtype_normal"
  63344. "extradetails" "#quest_guardian_empty"
  63345. "presence" "#quest_presence_heavy"
  63346. }
  63347. }
  63348. "922"
  63349. {
  63350. "name" "placeholder_922"
  63351. "gamemode" "cooperative"
  63352. "mapgroup" "mg_de_austria"
  63353. "map" "de_austria"
  63354. "points" "1"
  63355. "expression" "%act_win_match%"
  63356. "difficulty" "2"
  63357. "xp_reward" "525"
  63358. "operational_points" "0"
  63359. "loc_name" "op08_quest_name_922"
  63360. "loc_description" "#Quest_Guardian_Desc_op08"
  63361. "server_exec" "execwithwhitelist guardian_op08_medium10.cfg */maps"
  63362. "string_tokens"
  63363. {
  63364. "map" "#SFUI_Map_de_austria"
  63365. "kills" "quest_guardian_kills_20"
  63366. "weapon" "#SFUI_WPNHUD_CZ75"
  63367. "team" "#quest_team_ct"
  63368. "killtype" "#quest_killtype_normal"
  63369. "extradetails" "#quest_guardian_empty"
  63370. "presence" "#quest_presence_empty"
  63371. }
  63372. }
  63373. "923"
  63374. {
  63375. "name" "placeholder_923"
  63376. "gamemode" "cooperative"
  63377. "mapgroup" "mg_de_train"
  63378. "map" "de_train"
  63379. "points" "1"
  63380. "expression" "%act_win_match%"
  63381. "difficulty" "3"
  63382. "xp_reward" "700"
  63383. "operational_points" "0"
  63384. "loc_name" "op08_quest_name_923"
  63385. "loc_description" "#Quest_Guardian_Desc_op08"
  63386. "server_exec" "execwithwhitelist guardian_op08_hard01.cfg */maps"
  63387. "string_tokens"
  63388. {
  63389. "map" "#SFUI_Map_de_train"
  63390. "kills" "quest_guardian_kills_20"
  63391. "weapon" "#SFUI_WPNHUD_SSG08"
  63392. "team" "#quest_team_ct"
  63393. "killtype" "#quest_killtype_normal"
  63394. "extradetails" "#quest_guardian_heavyarmor"
  63395. "presence" "#quest_presence_empty"
  63396. }
  63397. }
  63398. "924"
  63399. {
  63400. "name" "placeholder_924"
  63401. "gamemode" "cooperative"
  63402. "mapgroup" "mg_de_shipped"
  63403. "map" "de_shipped"
  63404. "points" "1"
  63405. "expression" "%act_win_match%"
  63406. "difficulty" "3"
  63407. "xp_reward" "700"
  63408. "operational_points" "0"
  63409. "loc_name" "op08_quest_name_924"
  63410. "loc_description" "#Quest_Guardian_Desc_op08"
  63411. "server_exec" "execwithwhitelist guardian_op08_hard02.cfg */maps"
  63412. "string_tokens"
  63413. {
  63414. "map" "#SFUI_Map_de_shipped"
  63415. "kills" "quest_guardian_kills_10"
  63416. "weapon" "#SFUI_WPNHUD_Mag7"
  63417. "team" "#quest_team_ct"
  63418. "killtype" "#quest_killtype_blind"
  63419. "extradetails" "#quest_guardian_heavyarmor"
  63420. "presence" "#quest_presence_empty"
  63421. }
  63422. }
  63423. "925"
  63424. {
  63425. "name" "placeholder_925"
  63426. "gamemode" "cooperative"
  63427. "mapgroup" "mg_gd_rialto"
  63428. "map" "gd_rialto"
  63429. "points" "1"
  63430. "expression" "%act_win_match%"
  63431. "difficulty" "3"
  63432. "xp_reward" "700"
  63433. "operational_points" "0"
  63434. "loc_name" "op08_quest_name_925"
  63435. "loc_description" "#Quest_Guardian_Desc_op08"
  63436. "server_exec" "execwithwhitelist guardian_op08_hard03.cfg */maps"
  63437. "string_tokens"
  63438. {
  63439. "map" "#SFUI_Map_gd_rialto"
  63440. "kills" "quest_guardian_kills_30"
  63441. "weapon" "#quest_weapon_any_weapon"
  63442. "team" "#quest_team_ct"
  63443. "killtype" "#quest_killtype_normal"
  63444. "extradetails" "#quest_guardian_heavyarmor"
  63445. "presence" "#quest_presence_heavy"
  63446. }
  63447. }
  63448. "926"
  63449. {
  63450. "name" "placeholder_926"
  63451. "gamemode" "cooperative"
  63452. "mapgroup" "mg_de_train"
  63453. "map" "de_train"
  63454. "points" "1"
  63455. "expression" "%act_win_match%"
  63456. "difficulty" "3"
  63457. "xp_reward" "700"
  63458. "operational_points" "0"
  63459. "loc_name" "op08_quest_name_926"
  63460. "loc_description" "#Quest_Guardian_Desc_op08"
  63461. "server_exec" "execwithwhitelist guardian_op08_hard04.cfg */maps"
  63462. "string_tokens"
  63463. {
  63464. "map" "#SFUI_Map_de_train"
  63465. "kills" "quest_guardian_kills_10"
  63466. "weapon" "#SFUI_WPNHUD_Taser"
  63467. "team" "#quest_team_ct"
  63468. "killtype" "#quest_killtype_normal"
  63469. "extradetails" "#quest_guardian_heavyarmorresetmoney"
  63470. "presence" "#quest_presence_empty"
  63471. }
  63472. }
  63473. "927"
  63474. {
  63475. "name" "placeholder_927"
  63476. "gamemode" "cooperative"
  63477. "mapgroup" "mg_de_mirage"
  63478. "map" "de_mirage"
  63479. "points" "1"
  63480. "expression" "%act_win_match%"
  63481. "difficulty" "3"
  63482. "xp_reward" "700"
  63483. "operational_points" "0"
  63484. "loc_name" "op08_quest_name_927"
  63485. "loc_description" "#Quest_Guardian_Desc_op08"
  63486. "server_exec" "execwithwhitelist guardian_op08_hard05.cfg */maps"
  63487. "string_tokens"
  63488. {
  63489. "map" "#SFUI_Map_de_mirage"
  63490. "kills" "quest_guardian_kills_25"
  63491. "weapon" "#quest_weapon_any_pistol"
  63492. "team" "#quest_team_ct"
  63493. "killtype" "#quest_killtype_normal"
  63494. "extradetails" "#quest_guardian_noarmor"
  63495. "presence" "#quest_presence_empty"
  63496. }
  63497. }
  63498. "928"
  63499. {
  63500. "name" "placeholder_928"
  63501. "gamemode" "cooperative"
  63502. "mapgroup" "mg_de_lite"
  63503. "map" "de_lite"
  63504. "points" "1"
  63505. "expression" "%act_win_match%"
  63506. "difficulty" "3"
  63507. "xp_reward" "700"
  63508. "operational_points" "0"
  63509. "loc_name" "op08_quest_name_928"
  63510. "loc_description" "#Quest_Guardian_Desc_op08"
  63511. "server_exec" "execwithwhitelist guardian_op08_hard06.cfg */maps"
  63512. "string_tokens"
  63513. {
  63514. "map" "#SFUI_Map_de_lite"
  63515. "kills" "quest_guardian_kills_30"
  63516. "weapon" "#quest_weapon_any_weapon"
  63517. "team" "#quest_team_ct"
  63518. "killtype" "#quest_killtype_normal"
  63519. "extradetails" "#quest_guardian_cantbuy"
  63520. "presence" "#quest_presence_heavy"
  63521. }
  63522. }
  63523. "929"
  63524. {
  63525. "name" "placeholder_929"
  63526. "gamemode" "cooperative"
  63527. "mapgroup" "mg_de_thrill"
  63528. "map" "de_thrill"
  63529. "points" "1"
  63530. "expression" "%act_win_match%"
  63531. "difficulty" "3"
  63532. "xp_reward" "700"
  63533. "operational_points" "0"
  63534. "loc_name" "op08_quest_name_929"
  63535. "loc_description" "#Quest_Guardian_Desc_op08"
  63536. "server_exec" "execwithwhitelist guardian_op08_hard07.cfg */maps"
  63537. "string_tokens"
  63538. {
  63539. "map" "#SFUI_Map_de_thrill"
  63540. "kills" "quest_guardian_kills_15"
  63541. "weapon" "#SFUI_WPNHUD_AWP"
  63542. "team" "#quest_team_ct"
  63543. "killtype" "#quest_killtype_headshot"
  63544. "extradetails" "#quest_guardian_heavyarmor"
  63545. "presence" "#quest_presence_heavy"
  63546. }
  63547. }
  63548. "930"
  63549. {
  63550. "name" "placeholder_930"
  63551. "gamemode" "cooperative"
  63552. "mapgroup" "mg_gd_rialto"
  63553. "map" "gd_rialto"
  63554. "points" "1"
  63555. "expression" "%act_win_match%"
  63556. "difficulty" "3"
  63557. "xp_reward" "700"
  63558. "operational_points" "0"
  63559. "loc_name" "op08_quest_name_930"
  63560. "loc_description" "#Quest_Guardian_Desc_op08"
  63561. "server_exec" "execwithwhitelist guardian_op08_hard08.cfg */maps"
  63562. "string_tokens"
  63563. {
  63564. "map" "#SFUI_Map_gd_rialto"
  63565. "kills" "quest_guardian_kills_30"
  63566. "weapon" "#quest_weapon_any_pistol"
  63567. "team" "#quest_team_ct"
  63568. "killtype" "#quest_killtype_headshot"
  63569. "extradetails" "#quest_guardian_heavyarmor"
  63570. "presence" "#quest_presence_heavy"
  63571. }
  63572. }
  63573. "124"
  63574. {
  63575. "name" "comp coast"
  63576. "is_an_event" "1"
  63577. "gamemode" "competitive"
  63578. "mapgroup" "mg_de_coast"
  63579. "map" "de_coast"
  63580. "expression" "%act_win_round%"
  63581. }
  63582. "125"
  63583. {
  63584. "name" "comp empire"
  63585. "is_an_event" "1"
  63586. "gamemode" "competitive"
  63587. "mapgroup" "mg_de_empire"
  63588. "map" "de_empire"
  63589. "expression" "%act_win_round%"
  63590. }
  63591. "126"
  63592. {
  63593. "name" "comp mikla"
  63594. "is_an_event" "1"
  63595. "gamemode" "competitive"
  63596. "mapgroup" "mg_de_mikla"
  63597. "map" "de_mikla"
  63598. "expression" "%act_win_round%"
  63599. }
  63600. "127"
  63601. {
  63602. "name" "comp royal"
  63603. "is_an_event" "1"
  63604. "gamemode" "competitive"
  63605. "mapgroup" "mg_de_royal"
  63606. "map" "de_royal"
  63607. "expression" "%act_win_round%"
  63608. }
  63609. "128"
  63610. {
  63611. "name" "comp santorini"
  63612. "is_an_event" "1"
  63613. "gamemode" "competitive"
  63614. "mapgroup" "mg_de_santorini"
  63615. "map" "de_santorini"
  63616. "expression" "%act_win_round%"
  63617. }
  63618. "129"
  63619. {
  63620. "name" "comp tulip"
  63621. "is_an_event" "1"
  63622. "gamemode" "competitive"
  63623. "mapgroup" "mg_de_tulip"
  63624. "map" "de_tulip"
  63625. "expression" "%act_win_round%"
  63626. }
  63627. "130"
  63628. {
  63629. "name" "comp cruise"
  63630. "is_an_event" "1"
  63631. "gamemode" "competitive"
  63632. "mapgroup" "mg_cs_cruise"
  63633. "map" "cs_cruise"
  63634. "expression" "%act_win_round%"
  63635. }
  63636. "131"
  63637. {
  63638. "name" "comp nuke"
  63639. "is_an_event" "1"
  63640. "gamemode" "competitive"
  63641. "mapgroup" "mg_de_nuke"
  63642. "map" "de_nuke"
  63643. "expression" "%act_win_round%"
  63644. }
  63645. "132"
  63646. {
  63647. "name" "comp dust2"
  63648. "is_an_event" "1"
  63649. "gamemode" "competitive"
  63650. "mapgroup" "mg_de_dust2"
  63651. "map" "de_dust2"
  63652. "expression" "%act_win_round%"
  63653. }
  63654. "133"
  63655. {
  63656. "name" "comp train"
  63657. "is_an_event" "1"
  63658. "gamemode" "competitive"
  63659. "mapgroup" "mg_de_train"
  63660. "map" "de_train"
  63661. "expression" "%act_win_round%"
  63662. }
  63663. "134"
  63664. {
  63665. "name" "comp mirage"
  63666. "is_an_event" "1"
  63667. "gamemode" "competitive"
  63668. "mapgroup" "mg_de_mirage"
  63669. "map" "de_mirage"
  63670. "expression" "%act_win_round%"
  63671. }
  63672. "135"
  63673. {
  63674. "name" "comp inferno"
  63675. "is_an_event" "1"
  63676. "gamemode" "competitive"
  63677. "mapgroup" "mg_de_inferno"
  63678. "map" "de_inferno"
  63679. "expression" "%act_win_round%"
  63680. }
  63681. "136"
  63682. {
  63683. "name" "comp cbble"
  63684. "is_an_event" "1"
  63685. "gamemode" "competitive"
  63686. "mapgroup" "mg_de_cbble"
  63687. "map" "de_cbble"
  63688. "expression" "%act_win_round%"
  63689. }
  63690. "137"
  63691. {
  63692. "name" "comp overpass"
  63693. "is_an_event" "1"
  63694. "gamemode" "competitive"
  63695. "mapgroup" "mg_de_overpass"
  63696. "map" "de_overpass"
  63697. "expression" "%act_win_round%"
  63698. }
  63699. "138"
  63700. {
  63701. "name" "comp cache"
  63702. "is_an_event" "1"
  63703. "gamemode" "competitive"
  63704. "mapgroup" "mg_de_cache"
  63705. "map" "de_cache"
  63706. "expression" "%act_win_round%"
  63707. }
  63708. "139"
  63709. {
  63710. "name" "comp aztec"
  63711. "is_an_event" "1"
  63712. "gamemode" "competitive"
  63713. "mapgroup" "mg_de_aztec"
  63714. "map" "de_aztec"
  63715. "expression" "%act_win_round%"
  63716. }
  63717. "140"
  63718. {
  63719. "name" "comp dust"
  63720. "is_an_event" "1"
  63721. "gamemode" "competitive"
  63722. "mapgroup" "mg_de_dust"
  63723. "map" "de_dust"
  63724. "expression" "%act_win_round%"
  63725. }
  63726. "141"
  63727. {
  63728. "name" "comp vertigo"
  63729. "is_an_event" "1"
  63730. "gamemode" "competitive"
  63731. "mapgroup" "mg_de_vertigo"
  63732. "map" "de_vertigo"
  63733. "expression" "%act_win_round%"
  63734. }
  63735. "142"
  63736. {
  63737. "name" "comp office"
  63738. "is_an_event" "1"
  63739. "gamemode" "competitive"
  63740. "mapgroup" "mg_cs_office"
  63741. "map" "cs_office"
  63742. "expression" "%act_win_round%"
  63743. }
  63744. "143"
  63745. {
  63746. "name" "comp italy"
  63747. "is_an_event" "1"
  63748. "gamemode" "competitive"
  63749. "mapgroup" "mg_cs_italy"
  63750. "map" "cs_italy"
  63751. "expression" "%act_win_round%"
  63752. }
  63753. "144"
  63754. {
  63755. "name" "comp assault"
  63756. "is_an_event" "1"
  63757. "gamemode" "competitive"
  63758. "mapgroup" "mg_cs_assault"
  63759. "map" "cs_assault"
  63760. "expression" "%act_win_round%"
  63761. }
  63762. "145"
  63763. {
  63764. "name" "comp militia"
  63765. "is_an_event" "1"
  63766. "gamemode" "competitive"
  63767. "mapgroup" "mg_cs_militia"
  63768. "map" "cs_militia"
  63769. "expression" "%act_win_round%"
  63770. }
  63771. "10001"
  63772. {
  63773. "name" "event_op08_tandem_overpass"
  63774. "is_an_event" "1"
  63775. "gamemode" "scrimcomp2v2"
  63776. "mapgroup" "mg_de_overpass"
  63777. }
  63778. "10002"
  63779. {
  63780. "name" "event_op08_tandem_lake"
  63781. "is_an_event" "1"
  63782. "gamemode" "scrimcomp2v2"
  63783. "mapgroup" "mg_de_lake"
  63784. }
  63785. "10003"
  63786. {
  63787. "name" "event_op08_tandem_safehouse"
  63788. "is_an_event" "1"
  63789. "gamemode" "scrimcomp2v2"
  63790. "mapgroup" "mg_de_safehouse"
  63791. }
  63792. "10004"
  63793. {
  63794. "name" "event_op08_tandem_stmarc"
  63795. "is_an_event" "1"
  63796. "gamemode" "scrimcomp2v2"
  63797. "mapgroup" "mg_de_stmarc"
  63798. }
  63799. "10005"
  63800. {
  63801. "name" "event_op08_tandem_shortdust"
  63802. "is_an_event" "1"
  63803. "gamemode" "scrimcomp2v2"
  63804. "mapgroup" "mg_de_shortdust"
  63805. }
  63806. "10006"
  63807. {
  63808. "name" "event_op08_tandem_shorttrain"
  63809. "is_an_event" "1"
  63810. "gamemode" "scrimcomp2v2"
  63811. "mapgroup" "mg_de_shorttrain"
  63812. }
  63813. "10007"
  63814. {
  63815. "name" "event_op08_tandem_rialto"
  63816. "is_an_event" "1"
  63817. "gamemode" "scrimcomp2v2"
  63818. "mapgroup" "mg_gd_rialto"
  63819. }
  63820. "10008"
  63821. {
  63822. "name" "event_op08_we_austria"
  63823. "is_an_event" "1"
  63824. "gamemode" "scrimcomp5v5"
  63825. "mapgroup" "mg_de_dust2"
  63826. }
  63827. "10009"
  63828. {
  63829. "name" "event_op08_we_lite"
  63830. "is_an_event" "1"
  63831. "gamemode" "scrimcomp5v5"
  63832. "mapgroup" "mg_de_lite"
  63833. }
  63834. "10010"
  63835. {
  63836. "name" "event_op08_we_shipped"
  63837. "is_an_event" "1"
  63838. "gamemode" "scrimcomp5v5"
  63839. "mapgroup" "mg_de_shipped"
  63840. }
  63841. "10011"
  63842. {
  63843. "name" "event_op08_we_thrill"
  63844. "is_an_event" "1"
  63845. "gamemode" "scrimcomp5v5"
  63846. "mapgroup" "mg_de_thrill"
  63847. }
  63848. "10012"
  63849. {
  63850. "name" "event_op08_we_blackgold"
  63851. "is_an_event" "1"
  63852. "gamemode" "scrimcomp5v5"
  63853. "mapgroup" "mg_de_blackgold"
  63854. }
  63855. "10013"
  63856. {
  63857. "name" "event_op08_we_agency"
  63858. "is_an_event" "1"
  63859. "gamemode" "scrimcomp5v5"
  63860. "mapgroup" "mg_cs_agency"
  63861. }
  63862. "10014"
  63863. {
  63864. "name" "event_op08_we_insertion"
  63865. "is_an_event" "1"
  63866. "gamemode" "scrimcomp5v5"
  63867. "mapgroup" "mg_cs_insertion"
  63868. }
  63869. "10015"
  63870. {
  63871. "name" "event_op08_we_inferno"
  63872. "is_an_event" "1"
  63873. "gamemode" "scrimcomp5v5"
  63874. "mapgroup" "mg_de_inferno"
  63875. }
  63876. "10016"
  63877. {
  63878. "name" "event_op08_we_train"
  63879. "is_an_event" "1"
  63880. "gamemode" "scrimcomp5v5"
  63881. "mapgroup" "mg_de_train"
  63882. }
  63883. "10017"
  63884. {
  63885. "name" "event_op08_we_mirage"
  63886. "is_an_event" "1"
  63887. "gamemode" "scrimcomp5v5"
  63888. "mapgroup" "mg_de_mirage"
  63889. }
  63890. "10018"
  63891. {
  63892. "name" "event_op08_we_nuke"
  63893. "is_an_event" "1"
  63894. "gamemode" "scrimcomp5v5"
  63895. "mapgroup" "mg_de_nuke"
  63896. }
  63897. "10019"
  63898. {
  63899. "name" "event_op08_we_cbble"
  63900. "is_an_event" "1"
  63901. "gamemode" "scrimcomp5v5"
  63902. "mapgroup" "mg_de_cbble"
  63903. }
  63904. "10020"
  63905. {
  63906. "name" "event_op08_we_overpass"
  63907. "is_an_event" "1"
  63908. "gamemode" "scrimcomp5v5"
  63909. "mapgroup" "mg_de_overpass"
  63910. }
  63911. "10021"
  63912. {
  63913. "name" "event_op08_we_cache"
  63914. "is_an_event" "1"
  63915. "gamemode" "scrimcomp5v5"
  63916. "mapgroup" "mg_de_cache"
  63917. }
  63918. "10022"
  63919. {
  63920. "name" "event_op08_we_dust2"
  63921. "is_an_event" "1"
  63922. "gamemode" "scrimcomp5v5"
  63923. "mapgroup" "mg_de_dust2"
  63924. }
  63925. "10023"
  63926. {
  63927. "name" "event_op08_we_aztec"
  63928. "is_an_event" "1"
  63929. "gamemode" "scrimcomp5v5"
  63930. "mapgroup" "mg_de_aztec"
  63931. }
  63932. "10024"
  63933. {
  63934. "name" "event_op08_we_dust"
  63935. "is_an_event" "1"
  63936. "gamemode" "scrimcomp5v5"
  63937. "mapgroup" "mg_de_dust"
  63938. }
  63939. "10025"
  63940. {
  63941. "name" "event_op08_we_vertigo"
  63942. "is_an_event" "1"
  63943. "gamemode" "scrimcomp5v5"
  63944. "mapgroup" "mg_de_vertigo"
  63945. }
  63946. "10026"
  63947. {
  63948. "name" "event_op08_we_office"
  63949. "is_an_event" "1"
  63950. "gamemode" "scrimcomp5v5"
  63951. "mapgroup" "mg_cs_office"
  63952. }
  63953. "10027"
  63954. {
  63955. "name" "event_op08_we_italy"
  63956. "is_an_event" "1"
  63957. "gamemode" "scrimcomp5v5"
  63958. "mapgroup" "mg_cs_italy"
  63959. }
  63960. "10028"
  63961. {
  63962. "name" "event_op08_we_assault"
  63963. "is_an_event" "1"
  63964. "gamemode" "scrimcomp5v5"
  63965. "mapgroup" "mg_cs_assault"
  63966. }
  63967. "10029"
  63968. {
  63969. "name" "event_op08_we_militia"
  63970. "is_an_event" "1"
  63971. "gamemode" "scrimcomp5v5"
  63972. "mapgroup" "mg_cs_militia"
  63973. }
  63974. "10030"
  63975. {
  63976. "name" "event_op08_we_canals"
  63977. "is_an_event" "1"
  63978. "gamemode" "scrimcomp5v5"
  63979. "mapgroup" "mg_de_canals"
  63980. }
  63981. "10034"
  63982. {
  63983. "name" "event_op08_skirmish_all"
  63984. "is_an_event" "1"
  63985. "gamemode" "skirmish"
  63986. "mapgroup" "mg_skirmish_stabstabzap,mg_skirmish_flyingscoutsman,mg_skirmish_triggerdiscipline,mg_skirmish_headshots,mg_skirmish_huntergatherers,mg_skirmish_heavyassaultsuit"
  63987. }
  63988. "10035"
  63989. {
  63990. "name" "event_op08_wingman_1"
  63991. "is_an_event" "1"
  63992. "gamemode" "scrimcomp2v2"
  63993. "mapgroup" "mg_de_shorttrain,mg_gd_rialto,mg_de_inferno"
  63994. }
  63995. "10036"
  63996. {
  63997. "name" "event_op08_wingman_2"
  63998. "is_an_event" "1"
  63999. "gamemode" "scrimcomp2v2"
  64000. "mapgroup" "mg_de_inferno,mg_de_lake,mg_de_shortdust"
  64001. }
  64002. "10037"
  64003. {
  64004. "name" "event_op08_wingman_3"
  64005. "is_an_event" "1"
  64006. "gamemode" "scrimcomp2v2"
  64007. "mapgroup" "mg_de_shortdust,mg_de_overpass,mg_de_cbble"
  64008. }
  64009. "10038"
  64010. {
  64011. "name" "event_op08_wingman_4"
  64012. "is_an_event" "1"
  64013. "gamemode" "scrimcomp2v2"
  64014. "mapgroup" "mg_de_cbble,mg_de_safehouse,mg_de_shorttrain"
  64015. }
  64016. "10039"
  64017. {
  64018. "name" "event_op08_wingman_5"
  64019. "is_an_event" "1"
  64020. "gamemode" "scrimcomp2v2"
  64021. "mapgroup" "mg_de_shorttrain,mg_de_stmarc,mg_de_inferno"
  64022. }
  64023. "10040"
  64024. {
  64025. "name" "event_op08_wingman_6"
  64026. "is_an_event" "1"
  64027. "gamemode" "scrimcomp2v2"
  64028. "mapgroup" "mg_de_inferno,mg_gd_rialto,mg_de_shortdust"
  64029. }
  64030. "10041"
  64031. {
  64032. "name" "event_op08_wingman_7"
  64033. "is_an_event" "1"
  64034. "gamemode" "scrimcomp2v2"
  64035. "mapgroup" "mg_de_shortdust,mg_de_lake,mg_de_cbble"
  64036. }
  64037. "10042"
  64038. {
  64039. "name" "event_op08_wingman_8"
  64040. "is_an_event" "1"
  64041. "gamemode" "scrimcomp2v2"
  64042. "mapgroup" "mg_de_cbble,mg_de_overpass,mg_de_shorttrain"
  64043. }
  64044. "10043"
  64045. {
  64046. "name" "event_op08_wingman_9"
  64047. "is_an_event" "1"
  64048. "gamemode" "scrimcomp2v2"
  64049. "mapgroup" "mg_de_shorttrain,mg_de_safehouse,mg_de_inferno"
  64050. }
  64051. "10044"
  64052. {
  64053. "name" "event_op08_wingman_10"
  64054. "is_an_event" "1"
  64055. "gamemode" "scrimcomp2v2"
  64056. "mapgroup" "mg_de_inferno,mg_de_stmarc,mg_de_shortdust"
  64057. }
  64058. "10045"
  64059. {
  64060. "name" "event_op08_wingman_11"
  64061. "is_an_event" "1"
  64062. "gamemode" "scrimcomp2v2"
  64063. "mapgroup" "mg_de_shortdust,mg_gd_rialto,mg_de_cbble"
  64064. }
  64065. "10046"
  64066. {
  64067. "name" "event_op08_wingman_12"
  64068. "is_an_event" "1"
  64069. "gamemode" "scrimcomp2v2"
  64070. "mapgroup" "mg_de_cbble,mg_de_lake,mg_de_shorttrain"
  64071. }
  64072. "10047"
  64073. {
  64074. "name" "event_op08_wingman_13"
  64075. "is_an_event" "1"
  64076. "gamemode" "scrimcomp2v2"
  64077. "mapgroup" "mg_de_shorttrain,mg_de_overpass,mg_de_inferno"
  64078. }
  64079. "10048"
  64080. {
  64081. "name" "event_op08_wingman_14"
  64082. "is_an_event" "1"
  64083. "gamemode" "scrimcomp2v2"
  64084. "mapgroup" "mg_de_inferno,mg_de_safehouse,mg_de_shortdust"
  64085. }
  64086. "10049"
  64087. {
  64088. "name" "event_op08_wingman_15"
  64089. "is_an_event" "1"
  64090. "gamemode" "scrimcomp2v2"
  64091. "mapgroup" "mg_de_shortdust,mg_de_stmarc,mg_de_cbble"
  64092. }
  64093. "10050"
  64094. {
  64095. "name" "event_op08_wingman_16"
  64096. "is_an_event" "1"
  64097. "gamemode" "scrimcomp2v2"
  64098. "mapgroup" "mg_de_cbble,mg_gd_rialto,mg_de_shorttrain"
  64099. }
  64100. "10051"
  64101. {
  64102. "name" "event_op08_wingman_17"
  64103. "is_an_event" "1"
  64104. "gamemode" "scrimcomp2v2"
  64105. "mapgroup" "mg_de_shorttrain,mg_de_lake,mg_de_inferno"
  64106. }
  64107. "10052"
  64108. {
  64109. "name" "event_op08_wingman_18"
  64110. "is_an_event" "1"
  64111. "gamemode" "scrimcomp2v2"
  64112. "mapgroup" "mg_de_inferno,mg_de_overpass,mg_de_shortdust"
  64113. }
  64114. "10053"
  64115. {
  64116. "name" "event_op08_wingman_19"
  64117. "is_an_event" "1"
  64118. "gamemode" "scrimcomp2v2"
  64119. "mapgroup" "mg_de_shortdust,mg_de_safehouse,mg_de_cbble"
  64120. }
  64121. "10054"
  64122. {
  64123. "name" "event_op08_wingman_20"
  64124. "is_an_event" "1"
  64125. "gamemode" "scrimcomp2v2"
  64126. "mapgroup" "mg_de_cbble,mg_de_stmarc,mg_de_shorttrain"
  64127. }
  64128. }
  64129. "campaign_definitions"
  64130. {
  64131. "1"
  64132. {
  64133. "loc_name" "#csgo_campaign_eurasia"
  64134. "loc_description" "#csgo_campaign_eurasia_desc"
  64135. "season_number" "4"
  64136. "2"
  64137. {
  64138. "quest_index" "102"
  64139. "->" "4"
  64140. "->" "10"
  64141. }
  64142. "4"
  64143. {
  64144. "quest_index" "104"
  64145. "->" "5"
  64146. }
  64147. "5"
  64148. {
  64149. "quest_index" "105"
  64150. "->" "6"
  64151. }
  64152. "6"
  64153. {
  64154. "quest_index" "106"
  64155. "->" "7"
  64156. }
  64157. "7"
  64158. {
  64159. "quest_index" "107"
  64160. "->" "21"
  64161. }
  64162. "8"
  64163. {
  64164. "quest_index" "108"
  64165. "->" "9"
  64166. }
  64167. "9"
  64168. {
  64169. "quest_index" "109"
  64170. }
  64171. "10"
  64172. {
  64173. "quest_index" "110"
  64174. "->" "11"
  64175. "->" "16"
  64176. }
  64177. "11"
  64178. {
  64179. "quest_index" "111"
  64180. "->" "12"
  64181. }
  64182. "12"
  64183. {
  64184. "quest_index" "112"
  64185. "->" "13"
  64186. }
  64187. "13"
  64188. {
  64189. "quest_index" "113"
  64190. "->" "22"
  64191. }
  64192. "14"
  64193. {
  64194. "quest_index" "114"
  64195. "->" "15"
  64196. }
  64197. "15"
  64198. {
  64199. "quest_index" "115"
  64200. }
  64201. "16"
  64202. {
  64203. "quest_index" "116"
  64204. "->" "17"
  64205. }
  64206. "17"
  64207. {
  64208. "quest_index" "117"
  64209. "->" "18"
  64210. }
  64211. "18"
  64212. {
  64213. "quest_index" "118"
  64214. "->" "23"
  64215. }
  64216. "19"
  64217. {
  64218. "quest_index" "119"
  64219. "->" "20"
  64220. }
  64221. "20"
  64222. {
  64223. "quest_index" "120"
  64224. }
  64225. "21"
  64226. {
  64227. "quest_index" "121"
  64228. "->" "8"
  64229. }
  64230. "22"
  64231. {
  64232. "quest_index" "122"
  64233. "->" "21"
  64234. "->" "14"
  64235. }
  64236. "23"
  64237. {
  64238. "quest_index" "123"
  64239. "->" "22"
  64240. "->" "19"
  64241. }
  64242. }
  64243. "2"
  64244. {
  64245. "loc_name" "#csgo_campaign_vanguard"
  64246. "loc_description" "#csgo_campaign_vanguard_desc"
  64247. "season_number" "4"
  64248. "1"
  64249. {
  64250. "quest_index" "201"
  64251. "->" "3"
  64252. "->" "9"
  64253. }
  64254. "3"
  64255. {
  64256. "quest_index" "203"
  64257. "->" "4"
  64258. }
  64259. "4"
  64260. {
  64261. "quest_index" "204"
  64262. "->" "5"
  64263. }
  64264. "5"
  64265. {
  64266. "quest_index" "205"
  64267. "->" "6"
  64268. }
  64269. "6"
  64270. {
  64271. "quest_index" "206"
  64272. "->" "20"
  64273. }
  64274. "7"
  64275. {
  64276. "quest_index" "207"
  64277. "->" "8"
  64278. }
  64279. "8"
  64280. {
  64281. "quest_index" "208"
  64282. }
  64283. "9"
  64284. {
  64285. "quest_index" "209"
  64286. "->" "10"
  64287. "->" "15"
  64288. }
  64289. "10"
  64290. {
  64291. "quest_index" "210"
  64292. "->" "11"
  64293. }
  64294. "11"
  64295. {
  64296. "quest_index" "211"
  64297. "->" "12"
  64298. }
  64299. "12"
  64300. {
  64301. "quest_index" "212"
  64302. "->" "21"
  64303. }
  64304. "13"
  64305. {
  64306. "quest_index" "213"
  64307. "->" "14"
  64308. }
  64309. "14"
  64310. {
  64311. "quest_index" "214"
  64312. }
  64313. "15"
  64314. {
  64315. "quest_index" "215"
  64316. "->" "16"
  64317. }
  64318. "16"
  64319. {
  64320. "quest_index" "216"
  64321. "->" "17"
  64322. }
  64323. "17"
  64324. {
  64325. "quest_index" "217"
  64326. "->" "22"
  64327. "->" "12"
  64328. }
  64329. "18"
  64330. {
  64331. "quest_index" "218"
  64332. "->" "19"
  64333. }
  64334. "19"
  64335. {
  64336. "quest_index" "219"
  64337. }
  64338. "20"
  64339. {
  64340. "quest_index" "220"
  64341. "->" "7"
  64342. }
  64343. "21"
  64344. {
  64345. "quest_index" "221"
  64346. "->" "7"
  64347. "->" "13"
  64348. }
  64349. "22"
  64350. {
  64351. "quest_index" "222"
  64352. "->" "18"
  64353. }
  64354. }
  64355. "3"
  64356. {
  64357. "loc_name" "#csgo_campaign_maghreb"
  64358. "loc_description" "#csgo_campaign_maghreb_desc"
  64359. "season_number" "4"
  64360. "1"
  64361. {
  64362. "quest_index" "301"
  64363. "->" "2"
  64364. }
  64365. "2"
  64366. {
  64367. "quest_index" "302"
  64368. "->" "3"
  64369. "->" "9"
  64370. }
  64371. "3"
  64372. {
  64373. "quest_index" "303"
  64374. "->" "4"
  64375. }
  64376. "4"
  64377. {
  64378. "quest_index" "304"
  64379. "->" "5"
  64380. }
  64381. "5"
  64382. {
  64383. "quest_index" "305"
  64384. "->" "6"
  64385. }
  64386. "6"
  64387. {
  64388. "quest_index" "306"
  64389. "->" "7"
  64390. }
  64391. "7"
  64392. {
  64393. "quest_index" "307"
  64394. "->" "8"
  64395. }
  64396. "8"
  64397. {
  64398. "quest_index" "308"
  64399. }
  64400. "9"
  64401. {
  64402. "quest_index" "309"
  64403. "->" "10"
  64404. "->" "15"
  64405. "->" "16"
  64406. }
  64407. "10"
  64408. {
  64409. "quest_index" "310"
  64410. "->" "11"
  64411. }
  64412. "11"
  64413. {
  64414. "quest_index" "311"
  64415. "->" "12"
  64416. }
  64417. "12"
  64418. {
  64419. "quest_index" "312"
  64420. "->" "13"
  64421. "->" "6"
  64422. }
  64423. "13"
  64424. {
  64425. "quest_index" "313"
  64426. "->" "14"
  64427. }
  64428. "14"
  64429. {
  64430. "quest_index" "314"
  64431. }
  64432. "15"
  64433. {
  64434. "quest_index" "315"
  64435. "->" "17"
  64436. }
  64437. "16"
  64438. {
  64439. "quest_index" "316"
  64440. "->" "17"
  64441. }
  64442. "17"
  64443. {
  64444. "quest_index" "317"
  64445. "->" "18"
  64446. "->" "19"
  64447. "->" "12"
  64448. }
  64449. "18"
  64450. {
  64451. "quest_index" "318"
  64452. "->" "20"
  64453. }
  64454. "19"
  64455. {
  64456. "quest_index" "319"
  64457. "->" "20"
  64458. }
  64459. "20"
  64460. {
  64461. "quest_index" "320"
  64462. "->" "21"
  64463. }
  64464. "21"
  64465. {
  64466. "quest_index" "321"
  64467. }
  64468. }
  64469. "4"
  64470. {
  64471. "loc_name" "#csgo_campaign_weapons"
  64472. "loc_description" "#csgo_campaign_weapons_desc"
  64473. "season_number" "4"
  64474. "1"
  64475. {
  64476. "quest_index" "401"
  64477. "->" "2"
  64478. "->" "9"
  64479. }
  64480. "2"
  64481. {
  64482. "quest_index" "402"
  64483. "->" "3"
  64484. }
  64485. "3"
  64486. {
  64487. "quest_index" "403"
  64488. "->" "4"
  64489. }
  64490. "4"
  64491. {
  64492. "quest_index" "404"
  64493. "->" "5"
  64494. }
  64495. "5"
  64496. {
  64497. "quest_index" "405"
  64498. "->" "6"
  64499. }
  64500. "6"
  64501. {
  64502. "quest_index" "406"
  64503. "->" "7"
  64504. }
  64505. "7"
  64506. {
  64507. "quest_index" "407"
  64508. "->" "8"
  64509. }
  64510. "8"
  64511. {
  64512. "quest_index" "408"
  64513. }
  64514. "9"
  64515. {
  64516. "quest_index" "409"
  64517. "->" "10"
  64518. "->" "16"
  64519. }
  64520. "10"
  64521. {
  64522. "quest_index" "410"
  64523. "->" "4"
  64524. "->" "11"
  64525. }
  64526. "11"
  64527. {
  64528. "quest_index" "411"
  64529. "->" "12"
  64530. }
  64531. "12"
  64532. {
  64533. "quest_index" "412"
  64534. "->" "13"
  64535. "->" "6"
  64536. }
  64537. "13"
  64538. {
  64539. "quest_index" "413"
  64540. "->" "14"
  64541. }
  64542. "14"
  64543. {
  64544. "quest_index" "414"
  64545. "->" "15"
  64546. }
  64547. "15"
  64548. {
  64549. "quest_index" "415"
  64550. }
  64551. "16"
  64552. {
  64553. "quest_index" "416"
  64554. "->" "17"
  64555. }
  64556. "17"
  64557. {
  64558. "quest_index" "417"
  64559. "->" "18"
  64560. }
  64561. "18"
  64562. {
  64563. "quest_index" "418"
  64564. "->" "19"
  64565. }
  64566. "19"
  64567. {
  64568. "quest_index" "419"
  64569. "->" "20"
  64570. "->" "14"
  64571. }
  64572. "20"
  64573. {
  64574. "quest_index" "420"
  64575. "->" "21"
  64576. }
  64577. "21"
  64578. {
  64579. "quest_index" "421"
  64580. }
  64581. }
  64582. "5"
  64583. {
  64584. "loc_name" "#csgo_campaign_marksman"
  64585. "loc_description" "#csgo_campaign_marksman_desc"
  64586. "season_number" "5"
  64587. "1"
  64588. {
  64589. "quest_index" "501"
  64590. "->" "2"
  64591. "->" "6"
  64592. "story_block"
  64593. {
  64594. "character_name" "Hennequet"
  64595. "description" "Op_bloodhound_Sebastien_501"
  64596. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_501_radio.mp3"
  64597. }
  64598. }
  64599. "2"
  64600. {
  64601. "quest_index" "502"
  64602. "->" "3"
  64603. "story_block"
  64604. {
  64605. "expression" " %525% "
  64606. "character_name" "Hennequet"
  64607. "description" "Op_Bloodhound_sebastien_502_turner"
  64608. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_502_turner_radio.mp3"
  64609. }
  64610. "story_block"
  64611. {
  64612. "character_name" "Hennequet"
  64613. "description" "Op_bloodhound_Sebastien_502"
  64614. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_502_radio.mp3"
  64615. }
  64616. }
  64617. "3"
  64618. {
  64619. "quest_index" "503"
  64620. "->" "4"
  64621. "story_block"
  64622. {
  64623. "character_name" "Hennequet"
  64624. "description" "Op_bloodhound_Sebastien_503"
  64625. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_503_radio.mp3"
  64626. }
  64627. }
  64628. "4"
  64629. {
  64630. "quest_index" "504"
  64631. "->" "5"
  64632. "story_block"
  64633. {
  64634. "expression" " %525% "
  64635. "character_name" "Hennequet"
  64636. "description" "Op_Bloodhound_sebastien_504_turner"
  64637. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_504_turner_radio.mp3"
  64638. }
  64639. "story_block"
  64640. {
  64641. "character_name" "Hennequet"
  64642. "description" "Op_bloodhound_Sebastien_504"
  64643. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_504_radio.mp3"
  64644. }
  64645. }
  64646. "5"
  64647. {
  64648. "quest_index" "505"
  64649. "->" "10"
  64650. "story_block"
  64651. {
  64652. "expression" " %525% "
  64653. "character_name" "Hennequet"
  64654. "description" "Op_Bloodhound_sebastien_505_turner"
  64655. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_505_turner_radio.mp3"
  64656. }
  64657. "story_block"
  64658. {
  64659. "character_name" "Hennequet"
  64660. "description" "Op_bloodhound_Sebastien_505"
  64661. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_505_radio.mp3"
  64662. }
  64663. }
  64664. "6"
  64665. {
  64666. "quest_index" "506"
  64667. "->" "7"
  64668. "story_block"
  64669. {
  64670. "expression" " %525% "
  64671. "character_name" "Hennequet"
  64672. "description" "Op_Bloodhound_sebastien_506_turner"
  64673. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_506_turner_radio.mp3"
  64674. }
  64675. "story_block"
  64676. {
  64677. "character_name" "Hennequet"
  64678. "description" "Op_bloodhound_Sebastien_506"
  64679. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_506_radio.mp3"
  64680. }
  64681. }
  64682. "7"
  64683. {
  64684. "quest_index" "507"
  64685. "->" "8"
  64686. "story_block"
  64687. {
  64688. "character_name" "Hennequet"
  64689. "description" "Op_bloodhound_Sebastien_507"
  64690. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_507_radio.mp3"
  64691. }
  64692. }
  64693. "8"
  64694. {
  64695. "quest_index" "508"
  64696. "->" "9"
  64697. "story_block"
  64698. {
  64699. "character_name" "Hennequet"
  64700. "description" "Op_bloodhound_Sebastien_508"
  64701. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_508_radio.mp3"
  64702. }
  64703. }
  64704. "9"
  64705. {
  64706. "quest_index" "509"
  64707. "->" "10"
  64708. "story_block"
  64709. {
  64710. "expression" " %525% "
  64711. "character_name" "Hennequet"
  64712. "description" "Op_Bloodhound_sebastien_509_turner"
  64713. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_509_turner_radio.mp3"
  64714. }
  64715. "story_block"
  64716. {
  64717. "character_name" "Hennequet"
  64718. "description" "Op_bloodhound_Sebastien_509"
  64719. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_509_radio.mp3"
  64720. }
  64721. }
  64722. "10"
  64723. {
  64724. "quest_index" "510"
  64725. "->" "11"
  64726. "->" "29"
  64727. "story_block"
  64728. {
  64729. "character_name" "Hennequet"
  64730. "description" "Op_bloodhound_Sebastien_510"
  64731. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_510_radio.mp3"
  64732. }
  64733. }
  64734. "11"
  64735. {
  64736. "quest_index" "511"
  64737. "->" "12"
  64738. "->" "18"
  64739. "->" "26"
  64740. "story_block"
  64741. {
  64742. "character_name" "Hennequet"
  64743. "description" "Op_bloodhound_Sebastien_511"
  64744. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_511_radio.mp3"
  64745. }
  64746. }
  64747. "12"
  64748. {
  64749. "quest_index" "512"
  64750. "->" "13"
  64751. "story_block"
  64752. {
  64753. "expression" " %525% "
  64754. "character_name" "Hennequet"
  64755. "description" "Op_Bloodhound_sebastien_512_turner"
  64756. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_512_turner_radio.mp3"
  64757. }
  64758. "story_block"
  64759. {
  64760. "character_name" "Hennequet"
  64761. "description" "Op_bloodhound_Sebastien_512"
  64762. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_512_radio.mp3"
  64763. }
  64764. }
  64765. "13"
  64766. {
  64767. "quest_index" "513"
  64768. "->" "14"
  64769. "story_block"
  64770. {
  64771. "expression" " %525% "
  64772. "character_name" "Hennequet"
  64773. "description" "Op_Bloodhound_sebastien_513_turner"
  64774. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_513_turner_radio.mp3"
  64775. }
  64776. "story_block"
  64777. {
  64778. "character_name" "Hennequet"
  64779. "description" "Op_bloodhound_Sebastien_513"
  64780. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_513_radio.mp3"
  64781. }
  64782. }
  64783. "14"
  64784. {
  64785. "quest_index" "514"
  64786. "->" "15"
  64787. "story_block"
  64788. {
  64789. "character_name" "Hennequet"
  64790. "description" "Op_bloodhound_Sebastien_514"
  64791. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_514_radio.mp3"
  64792. }
  64793. }
  64794. "15"
  64795. {
  64796. "quest_index" "515"
  64797. "->" "16"
  64798. "story_block"
  64799. {
  64800. "character_name" "Hennequet"
  64801. "description" "Op_bloodhound_Sebastien_515"
  64802. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_515_radio.mp3"
  64803. }
  64804. }
  64805. "16"
  64806. {
  64807. "quest_index" "516"
  64808. "->" "17"
  64809. "->" "21"
  64810. "story_block"
  64811. {
  64812. "expression" " %525% "
  64813. "character_name" "Hennequet"
  64814. "description" "Op_Bloodhound_sebastien_516_turner"
  64815. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_516_turner_radio.mp3"
  64816. }
  64817. "story_block"
  64818. {
  64819. "character_name" "Hennequet"
  64820. "description" "Op_bloodhound_Sebastien_516"
  64821. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_516_radio.mp3"
  64822. }
  64823. }
  64824. "17"
  64825. {
  64826. "quest_index" "517"
  64827. "->" "25"
  64828. "story_block"
  64829. {
  64830. "expression" " %525% "
  64831. "character_name" "Hennequet"
  64832. "description" "Op_Bloodhound_sebastien_517_turner"
  64833. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_517_turner_radio.mp3"
  64834. }
  64835. "story_block"
  64836. {
  64837. "character_name" "Hennequet"
  64838. "description" "Op_bloodhound_Sebastien_517"
  64839. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_517_radio.mp3"
  64840. }
  64841. }
  64842. "18"
  64843. {
  64844. "quest_index" "518"
  64845. "->" "19"
  64846. "story_block"
  64847. {
  64848. "character_name" "Hennequet"
  64849. "description" "Op_bloodhound_Sebastien_518"
  64850. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_518_radio.mp3"
  64851. }
  64852. }
  64853. "19"
  64854. {
  64855. "quest_index" "519"
  64856. "->" "20"
  64857. "->" "14"
  64858. "story_block"
  64859. {
  64860. "character_name" "Hennequet"
  64861. "description" "Op_bloodhound_Sebastien_519"
  64862. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_519_radio.mp3"
  64863. }
  64864. }
  64865. "20"
  64866. {
  64867. "quest_index" "520"
  64868. "->" "21"
  64869. "story_block"
  64870. {
  64871. "expression" " %525% "
  64872. "character_name" "Hennequet"
  64873. "description" "Op_Bloodhound_sebastien_520_turner"
  64874. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_520_turner_radio.mp3"
  64875. }
  64876. "story_block"
  64877. {
  64878. "character_name" "Hennequet"
  64879. "description" "Op_bloodhound_Sebastien_520"
  64880. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_520_radio.mp3"
  64881. }
  64882. }
  64883. "21"
  64884. {
  64885. "quest_index" "521"
  64886. "->" "22"
  64887. "->" "27"
  64888. "story_block"
  64889. {
  64890. "expression" " %525% "
  64891. "character_name" "Hennequet"
  64892. "description" "Op_Bloodhound_sebastien_521_new_turner"
  64893. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_521_turner_radio.mp3"
  64894. }
  64895. "story_block"
  64896. {
  64897. "character_name" "Hennequet"
  64898. "description" "Op_bloodhound_Sebastien_521_new"
  64899. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_521_new_radio.mp3"
  64900. }
  64901. }
  64902. "22"
  64903. {
  64904. "quest_index" "522"
  64905. "->" "23"
  64906. "story_block"
  64907. {
  64908. "character_name" "Hennequet"
  64909. "description" "Op_bloodhound_Sebastien_521"
  64910. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_521_radio.mp3"
  64911. }
  64912. }
  64913. "23"
  64914. {
  64915. "quest_index" "523"
  64916. "->" "24"
  64917. "->" "28"
  64918. "story_block"
  64919. {
  64920. "character_name" "Hennequet"
  64921. "description" "Op_bloodhound_Sebastien_524"
  64922. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_524_radio.mp3"
  64923. }
  64924. }
  64925. "24"
  64926. {
  64927. "quest_index" "524"
  64928. "->" "25"
  64929. "story_block"
  64930. {
  64931. "expression" " %525% "
  64932. "character_name" "Hennequet"
  64933. "description" "Op_Bloodhound_sebastien_525_turner"
  64934. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_525_turner_radio.mp3"
  64935. }
  64936. "story_block"
  64937. {
  64938. "character_name" "Hennequet"
  64939. "description" "Op_bloodhound_Sebastien_525"
  64940. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_525_radio.mp3"
  64941. }
  64942. }
  64943. "25"
  64944. {
  64945. "quest_index" "525"
  64946. "story_block"
  64947. {
  64948. "character_name" "Hennequet"
  64949. "description" "Op_bloodhound_Sebastien_526"
  64950. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_526_radio.mp3"
  64951. }
  64952. }
  64953. "26"
  64954. {
  64955. "quest_index" "526"
  64956. "story_block"
  64957. {
  64958. "character_name" "Hennequet"
  64959. "description" "Op_bloodhound_Sebastien_526_new"
  64960. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_526_new_radio.mp3"
  64961. }
  64962. }
  64963. "27"
  64964. {
  64965. "quest_index" "527"
  64966. "story_block"
  64967. {
  64968. "character_name" "Hennequet"
  64969. "description" "Op_bloodhound_Sebastien_527"
  64970. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_527_radio.mp3"
  64971. }
  64972. }
  64973. "28"
  64974. {
  64975. "quest_index" "528"
  64976. "story_block"
  64977. {
  64978. "character_name" "Hennequet"
  64979. "description" "Op_bloodhound_Sebastien_528"
  64980. "content_file" "type:audio,file:campaign/bloodhound/sebastien/op_bloodhound_sebastien_528_radio.mp3"
  64981. }
  64982. }
  64983. "29"
  64984. {
  64985. "quest_index" "529"
  64986. "->" "30"
  64987. "story_block"
  64988. {
  64989. "character_name" "Booth"
  64990. "description" "Op_bloodhound_Booth_529"
  64991. "content_file" "type:audio,file:campaign/bloodhound/booth/op_bloodhound_booth_529_radio.mp3"
  64992. }
  64993. }
  64994. "30"
  64995. {
  64996. "quest_index" "530"
  64997. "->" "31"
  64998. "story_block"
  64999. {
  65000. "character_name" "Booth"
  65001. "description" "Op_bloodhound_Booth_530"
  65002. "content_file" "type:audio,file:campaign/bloodhound/booth/op_bloodhound_booth_530_radio.mp3"
  65003. }
  65004. }
  65005. "31"
  65006. {
  65007. "quest_index" "531"
  65008. "story_block"
  65009. {
  65010. "expression" " %525% "
  65011. "character_name" "Booth"
  65012. "description" "Op_Bloodhound_booth_531_turner"
  65013. "content_file" "type:audio,file:campaign/bloodhound/booth/op_bloodhound_booth_531_turner_radio.mp3"
  65014. }
  65015. "story_block"
  65016. {
  65017. "character_name" "Booth"
  65018. "description" "Op_bloodhound_Booth_531"
  65019. "content_file" "type:audio,file:campaign/bloodhound/booth/op_bloodhound_booth_531_radio.mp3"
  65020. }
  65021. }
  65022. }
  65023. "6"
  65024. {
  65025. "loc_name" "#csgo_campaign_revolution"
  65026. "loc_description" "#csgo_campaign_revolution_desc"
  65027. "season_number" "5"
  65028. "1"
  65029. {
  65030. "quest_index" "601"
  65031. "->" "2"
  65032. "->" "6"
  65033. "story_block"
  65034. {
  65035. "character_name" "Valeria"
  65036. "description" "Op_bloodhound_Valeria_Two_Sides_sub"
  65037. "content_file" "type:audio,file:campaign/bloodhound/valeria/op_bloodhound_Valeria_Two_Sides.mp3"
  65038. }
  65039. }
  65040. "2"
  65041. {
  65042. "quest_index" "602"
  65043. "->" "3"
  65044. "story_block"
  65045. {
  65046. "character_name" "Valeria"
  65047. "description" "Op_bloodhound_Valeria_spark_sub"
  65048. "content_file" "type:audio,file:campaign/bloodhound/valeria/op_bloodhound_Valeria_spark.mp3"
  65049. }
  65050. }
  65051. "3"
  65052. {
  65053. "quest_index" "603"
  65054. "->" "4"
  65055. "story_block"
  65056. {
  65057. "character_name" "Valeria"
  65058. "description" "Op_bloodhound_Valeria_Flames_sub"
  65059. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_Flames.mp3"
  65060. }
  65061. }
  65062. "4"
  65063. {
  65064. "quest_index" "604"
  65065. "->" "5"
  65066. "story_block"
  65067. {
  65068. "character_name" "Valeria"
  65069. "description" "Op_bloodhound_Valeria_tyrants_sub"
  65070. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_tyrants.mp3"
  65071. }
  65072. }
  65073. "5"
  65074. {
  65075. "quest_index" "605"
  65076. "->" "10"
  65077. "story_block"
  65078. {
  65079. "character_name" "Valeria"
  65080. "description" "Op_bloodhound_Valeria_booth_sub"
  65081. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_booth.mp3"
  65082. }
  65083. }
  65084. "6"
  65085. {
  65086. "quest_index" "606"
  65087. "->" "7"
  65088. "story_block"
  65089. {
  65090. "character_name" "Valeria"
  65091. "description" "Op_bloodhound_Valeria_smg_sub"
  65092. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_smg.mp3"
  65093. }
  65094. }
  65095. "7"
  65096. {
  65097. "quest_index" "607"
  65098. "->" "8"
  65099. "story_block"
  65100. {
  65101. "character_name" "Valeria"
  65102. "description" "Op_bloodhound_Valeria_knife_sub"
  65103. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_knife.mp3"
  65104. }
  65105. }
  65106. "8"
  65107. {
  65108. "quest_index" "608"
  65109. "->" "9"
  65110. "story_block"
  65111. {
  65112. "character_name" "Valeria"
  65113. "description" "Op_bloodhound_Valeria_open_house_sub"
  65114. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_open_house.mp3"
  65115. }
  65116. }
  65117. "9"
  65118. {
  65119. "quest_index" "609"
  65120. "->" "10"
  65121. "story_block"
  65122. {
  65123. "character_name" "Valeria"
  65124. "description" "Op_bloodhound_Valeria_rebirth_sub"
  65125. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_rebirth.mp3"
  65126. }
  65127. }
  65128. "10"
  65129. {
  65130. "quest_index" "610"
  65131. "->" "11"
  65132. "->" "12"
  65133. "->" "29"
  65134. "story_block"
  65135. {
  65136. "expression" " %525% "
  65137. "character_name" "Valeria"
  65138. "description" "Op_bloodhound_Valeria_labels_turner"
  65139. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_labels_turner.mp3"
  65140. }
  65141. "story_block"
  65142. {
  65143. "character_name" "Valeria"
  65144. "description" "Op_bloodhound_Valeria_meet_mentor_sub"
  65145. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_meet_mentor.mp3"
  65146. }
  65147. }
  65148. "11"
  65149. {
  65150. "quest_index" "611"
  65151. "->" "26"
  65152. "->" "18"
  65153. "story_block"
  65154. {
  65155. "expression" " %525% "
  65156. "character_name" "Valeria"
  65157. "description" "Op_bloodhound_Valeria_dead_turner_sub"
  65158. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_dead_turner.mp3"
  65159. }
  65160. "story_block"
  65161. {
  65162. "character_name" "Turner"
  65163. "description" "Op_Bloodhound_Turner_intro"
  65164. "content_file" "type:audio,file:campaign/bloodhound/turner/Op_Bloodhound_Turner_intro.mp3"
  65165. }
  65166. }
  65167. "12"
  65168. {
  65169. "quest_index" "612"
  65170. "story_block"
  65171. {
  65172. "character_name" "Valeria"
  65173. "description" "Op_bloodhound_Valeria_loyalty_sub"
  65174. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_loyalty.mp3"
  65175. }
  65176. }
  65177. "13"
  65178. {
  65179. "quest_index" "613"
  65180. "->" "14"
  65181. "story_block"
  65182. {
  65183. "character_name" "Valeria"
  65184. "description" "Op_bloodhound_Valeria_resources_sub"
  65185. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_resources.mp3"
  65186. }
  65187. }
  65188. "14"
  65189. {
  65190. "quest_index" "614"
  65191. "->" "15"
  65192. "story_block"
  65193. {
  65194. "character_name" "Valeria"
  65195. "description" "Op_bloodhound_Valeria_conflict_sub"
  65196. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_conflict.mp3"
  65197. }
  65198. }
  65199. "15"
  65200. {
  65201. "quest_index" "615"
  65202. "->" "16"
  65203. "story_block"
  65204. {
  65205. "expression" " %525% "
  65206. "character_name" "Valeria"
  65207. "description" "Op_bloodhound_Valeria_role_turner_sub"
  65208. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_role_turner.mp3"
  65209. }
  65210. "story_block"
  65211. {
  65212. "character_name" "Turner"
  65213. "description" "Op_bloodhound_turner_AWP"
  65214. "content_file" "type:audio,file:campaign/bloodhound/turner/op_bloodhound_turner_AWP.mp3"
  65215. }
  65216. }
  65217. "16"
  65218. {
  65219. "quest_index" "616"
  65220. "->" "17"
  65221. "->" "27"
  65222. "story_block"
  65223. {
  65224. "character_name" "Valeria"
  65225. "description" "Op_bloodhound_Valeria_message_sub"
  65226. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_message.mp3"
  65227. }
  65228. }
  65229. "17"
  65230. {
  65231. "quest_index" "617"
  65232. "->" "25"
  65233. "story_block"
  65234. {
  65235. "expression" " %525% "
  65236. "character_name" "Valeria"
  65237. "description" "Op_bloodhound_Valeria_pollock_turner_sub"
  65238. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_pollock_turner.mp3"
  65239. }
  65240. "story_block"
  65241. {
  65242. "character_name" "Turner"
  65243. "description" "Op_Bloodhound_Turner_headshot"
  65244. "content_file" "type:audio,file:campaign/bloodhound/turner/Op_Bloodhound_Turner_headshot.mp3"
  65245. }
  65246. }
  65247. "18"
  65248. {
  65249. "quest_index" "618"
  65250. "->" "19"
  65251. "story_block"
  65252. {
  65253. "expression" " %525% "
  65254. "character_name" "Valeria"
  65255. "description" "Op_bloodhound_Valeria_underhill_turner_sub"
  65256. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_underhill_turner.mp3"
  65257. }
  65258. "story_block"
  65259. {
  65260. "character_name" "Turner"
  65261. "description" "Op_Bloodhound_Turner_prodigy"
  65262. "content_file" "type:audio,file:campaign/bloodhound/turner/Op_Bloodhound_Turner_prodigy.mp3"
  65263. }
  65264. }
  65265. "19"
  65266. {
  65267. "quest_index" "619"
  65268. "->" "27"
  65269. "->" "14"
  65270. "story_block"
  65271. {
  65272. "expression" " %525% "
  65273. "character_name" "Valeria"
  65274. "description" "Op_bloodhound_Valeria_maghreb_turner_sub"
  65275. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_maghreb_turner.mp3"
  65276. }
  65277. "story_block"
  65278. {
  65279. "character_name" "Turner"
  65280. "description" "Op_Bloodhound_Turner_hero"
  65281. "content_file" "type:audio,file:campaign/bloodhound/turner/Op_Bloodhound_Turner_hero.mp3"
  65282. }
  65283. }
  65284. "20"
  65285. {
  65286. "quest_index" "620"
  65287. "story_block"
  65288. {
  65289. "expression" " %525% "
  65290. "character_name" "Valeria"
  65291. "description" "Op_bloodhound_Valeria_bank_turner_sub"
  65292. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_bank_turner.mp3"
  65293. }
  65294. "story_block"
  65295. {
  65296. "character_name" "Turner"
  65297. "description" "Op_Bloodhound_Turner_booth"
  65298. "content_file" "type:audio,file:campaign/bloodhound/turner/Op_Bloodhound_Turner_booth.mp3"
  65299. }
  65300. }
  65301. "21"
  65302. {
  65303. "quest_index" "621"
  65304. "->" "22"
  65305. "->" "20"
  65306. "story_block"
  65307. {
  65308. "expression" " %525% "
  65309. "character_name" "Valeria"
  65310. "description" "Op_bloodhound_Valeria_fruitless_turner_sub"
  65311. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_fruitless_turner.mp3"
  65312. }
  65313. "story_block"
  65314. {
  65315. "character_name" "Turner"
  65316. "description" "Op_Bloodhound_Turner_chaos"
  65317. "content_file" "type:audio,file:campaign/bloodhound/turner/Op_Bloodhound_Turner_chaos.mp3"
  65318. }
  65319. }
  65320. "22"
  65321. {
  65322. "quest_index" "622"
  65323. "->" "23"
  65324. "story_block"
  65325. {
  65326. "expression" " %525% "
  65327. "character_name" "Valeria"
  65328. "description" "Op_bloodhound_Valeria_fear_turner_sub"
  65329. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_fear_turner.mp3"
  65330. }
  65331. "story_block"
  65332. {
  65333. "character_name" "Turner"
  65334. "description" "Op_Bloodhound_Turner_valeria"
  65335. "content_file" "type:audio,file:campaign/bloodhound/turner/Op_Bloodhound_Turner_valeria.mp3"
  65336. }
  65337. }
  65338. "23"
  65339. {
  65340. "quest_index" "623"
  65341. "->" "24"
  65342. "story_block"
  65343. {
  65344. "expression" " %525% "
  65345. "character_name" "Valeria"
  65346. "description" "Op_bloodhound_Valeria_elysee_turner_sub"
  65347. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_elysee_turner.mp3"
  65348. }
  65349. "story_block"
  65350. {
  65351. "character_name" "Turner"
  65352. "description" "Op_Bloodhound_Turner_underhill"
  65353. "content_file" "type:audio,file:campaign/bloodhound/turner/Op_Bloodhound_Turner_underhill.mp3"
  65354. }
  65355. }
  65356. "24"
  65357. {
  65358. "quest_index" "624"
  65359. "->" "25"
  65360. "story_block"
  65361. {
  65362. "expression" " %525% "
  65363. "character_name" "Valeria"
  65364. "description" "Op_bloodhound_Valeria_history_turner_sub"
  65365. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_history_turner.mp3"
  65366. }
  65367. "story_block"
  65368. {
  65369. "character_name" "Turner"
  65370. "description" "Op_Bloodhound_Turner_shame"
  65371. "content_file" "type:audio,file:campaign/bloodhound/turner/Op_Bloodhound_Turner_shame.mp3"
  65372. }
  65373. }
  65374. "25"
  65375. {
  65376. "quest_index" "625"
  65377. "story_block"
  65378. {
  65379. "expression" " %525% "
  65380. "character_name" "Valeria"
  65381. "description" "Op_bloodhound_Valeria_blunt_turner_sub"
  65382. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_blunt_turner.mp3"
  65383. }
  65384. "story_block"
  65385. {
  65386. "character_name" "Turner"
  65387. "description" "Op_Bloodhound_Turner_blunt"
  65388. "content_file" "type:audio,file:campaign/bloodhound/turner/Op_Bloodhound_Turner_blunt.mp3"
  65389. }
  65390. }
  65391. "26"
  65392. {
  65393. "quest_index" "627"
  65394. "->" "13"
  65395. "story_block"
  65396. {
  65397. "expression" " %525% "
  65398. "character_name" "Valeria"
  65399. "description" "Op_bloodhound_Valeria_journalist_turner_sub"
  65400. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_journalist_turner.mp3"
  65401. }
  65402. "story_block"
  65403. {
  65404. "character_name" "Turner"
  65405. "description" "Op_Bloodhound_Turner_journalist"
  65406. "content_file" "type:audio,file:campaign/bloodhound/turner/Op_Bloodhound_Turner_journalist.mp3"
  65407. }
  65408. }
  65409. "27"
  65410. {
  65411. "quest_index" "626"
  65412. "->" "21"
  65413. "story_block"
  65414. {
  65415. "expression" " %525% "
  65416. "character_name" "Valeria"
  65417. "description" "Op_bloodhound_Valeria_cobble_turner_sub"
  65418. "content_file" "type:audio,file:campaign/bloodhound/valeria/Op_bloodhound_Valeria_cobble_turner.mp3"
  65419. }
  65420. "story_block"
  65421. {
  65422. "character_name" "Turner"
  65423. "description" "Op_Bloodhound_Turner_cobble"
  65424. "content_file" "type:audio,file:campaign/bloodhound/turner/Op_Bloodhound_Turner_cobble.mp3"
  65425. }
  65426. }
  65427. "29"
  65428. {
  65429. "quest_index" "629"
  65430. "->" "30"
  65431. "story_block"
  65432. {
  65433. "character_name" "Booth"
  65434. "description" "op_bloodhound_booth_Spend_sub"
  65435. "content_file" "type:audio,file:campaign/bloodhound/booth/op_bloodhound_booth_spend.mp3"
  65436. }
  65437. }
  65438. "30"
  65439. {
  65440. "quest_index" "630"
  65441. "->" "31"
  65442. "story_block"
  65443. {
  65444. "character_name" "Booth"
  65445. "description" "op_bloodhound_booth_flash_sub"
  65446. "content_file" "type:audio,file:campaign/bloodhound/booth/op_bloodhound_booth_flash.mp3"
  65447. }
  65448. }
  65449. "31"
  65450. {
  65451. "quest_index" "631"
  65452. "story_block"
  65453. {
  65454. "character_name" "Booth"
  65455. "description" "op_bloodhound_booth_bomb_sub"
  65456. "content_file" "type:audio,file:campaign/bloodhound/booth/op_bloodhound_booth_bomb.mp3"
  65457. }
  65458. }
  65459. }
  65460. "7"
  65461. {
  65462. "loc_name" "#csgo_campaign_7"
  65463. "loc_description" "#csgo_campaign_7_desc"
  65464. "season_number" "6"
  65465. "1"
  65466. {
  65467. "quest_index" "701"
  65468. "->" "2"
  65469. "story_block"
  65470. {
  65471. "character_name" "Riley"
  65472. "description" "op07_subtitle_701"
  65473. "content_file" "type:audio,file:campaign/op07/op07_701.mp3"
  65474. }
  65475. }
  65476. "2"
  65477. {
  65478. "quest_index" "702"
  65479. "->" "3"
  65480. "story_block"
  65481. {
  65482. "character_name" "Riley"
  65483. "description" "op07_subtitle_702"
  65484. "content_file" "type:audio,file:campaign/op07/op07_702.mp3"
  65485. }
  65486. }
  65487. "3"
  65488. {
  65489. "quest_index" "703"
  65490. "->" "4"
  65491. "->" "5"
  65492. "story_block"
  65493. {
  65494. "character_name" "Riley"
  65495. "description" "op07_subtitle_703"
  65496. "content_file" "type:audio,file:campaign/op07/op07_703.mp3"
  65497. }
  65498. }
  65499. "4"
  65500. {
  65501. "quest_index" "704"
  65502. "->" "6"
  65503. "story_block"
  65504. {
  65505. "character_name" "Riley"
  65506. "description" "op07_subtitle_704"
  65507. "content_file" "type:audio,file:campaign/op07/op07_704.mp3"
  65508. }
  65509. }
  65510. "5"
  65511. {
  65512. "quest_index" "705"
  65513. "->" "6"
  65514. "story_block"
  65515. {
  65516. "character_name" "Riley"
  65517. "description" "op07_subtitle_705"
  65518. "content_file" "type:audio,file:campaign/op07/op07_705.mp3"
  65519. }
  65520. }
  65521. "6"
  65522. {
  65523. "quest_index" "706"
  65524. "->" "7"
  65525. "->" "8"
  65526. "story_block"
  65527. {
  65528. "character_name" "Riley"
  65529. "description" "op07_subtitle_706"
  65530. "content_file" "type:audio,file:campaign/op07/op07_706.mp3"
  65531. }
  65532. }
  65533. "7"
  65534. {
  65535. "quest_index" "707"
  65536. "->" "9"
  65537. "story_block"
  65538. {
  65539. "character_name" "Riley"
  65540. "description" "op07_subtitle_707"
  65541. "content_file" "type:audio,file:campaign/op07/op07_707.mp3"
  65542. }
  65543. }
  65544. "8"
  65545. {
  65546. "quest_index" "708"
  65547. "->" "9"
  65548. "story_block"
  65549. {
  65550. "character_name" "Riley"
  65551. "description" "op07_subtitle_708"
  65552. "content_file" "type:audio,file:campaign/op07/op07_708.mp3"
  65553. }
  65554. }
  65555. "9"
  65556. {
  65557. "quest_index" "709"
  65558. "->" "10"
  65559. "story_block"
  65560. {
  65561. "character_name" "Riley"
  65562. "description" "op07_subtitle_709"
  65563. "content_file" "type:audio,file:campaign/op07/op07_709.mp3"
  65564. }
  65565. }
  65566. "10"
  65567. {
  65568. "quest_index" "710"
  65569. "->" "11"
  65570. "->" "14"
  65571. "story_block"
  65572. {
  65573. "character_name" "Riley"
  65574. "description" "op07_subtitle_710"
  65575. "content_file" "type:audio,file:campaign/op07/op07_710.mp3"
  65576. }
  65577. }
  65578. "11"
  65579. {
  65580. "quest_index" "711"
  65581. "->" "12"
  65582. "story_block"
  65583. {
  65584. "character_name" "Riley"
  65585. "description" "op07_subtitle_711"
  65586. "content_file" "type:audio,file:campaign/op07/op07_711.mp3"
  65587. }
  65588. }
  65589. "12"
  65590. {
  65591. "quest_index" "712"
  65592. "->" "13"
  65593. "->" "15"
  65594. "story_block"
  65595. {
  65596. "character_name" "Riley"
  65597. "description" "op07_subtitle_712"
  65598. "content_file" "type:audio,file:campaign/op07/op07_712.mp3"
  65599. }
  65600. }
  65601. "13"
  65602. {
  65603. "quest_index" "713"
  65604. "->" "17"
  65605. "story_block"
  65606. {
  65607. "character_name" "Riley"
  65608. "description" "op07_subtitle_713"
  65609. "content_file" "type:audio,file:campaign/op07/op07_713.mp3"
  65610. }
  65611. }
  65612. "14"
  65613. {
  65614. "quest_index" "714"
  65615. "->" "15"
  65616. "story_block"
  65617. {
  65618. "character_name" "Riley"
  65619. "description" "op07_subtitle_714"
  65620. "content_file" "type:audio,file:campaign/op07/op07_714.mp3"
  65621. }
  65622. }
  65623. "15"
  65624. {
  65625. "quest_index" "715"
  65626. "->" "16"
  65627. "story_block"
  65628. {
  65629. "character_name" "Riley"
  65630. "description" "op07_subtitle_715"
  65631. "content_file" "type:audio,file:campaign/op07/op07_715.mp3"
  65632. }
  65633. }
  65634. "16"
  65635. {
  65636. "quest_index" "716"
  65637. "->" "17"
  65638. "story_block"
  65639. {
  65640. "character_name" "Riley"
  65641. "description" "op07_subtitle_716"
  65642. "content_file" "type:audio,file:campaign/op07/op07_716.mp3"
  65643. }
  65644. }
  65645. "17"
  65646. {
  65647. "quest_index" "717"
  65648. "->" "18"
  65649. "->" "19"
  65650. "story_block"
  65651. {
  65652. "character_name" "Riley"
  65653. "description" "op07_subtitle_717"
  65654. "content_file" "type:audio,file:campaign/op07/op07_717.mp3"
  65655. }
  65656. }
  65657. "18"
  65658. {
  65659. "quest_index" "718"
  65660. "->" "20"
  65661. "story_block"
  65662. {
  65663. "character_name" "Riley"
  65664. "description" "op07_subtitle_718"
  65665. "content_file" "type:audio,file:campaign/op07/op07_718.mp3"
  65666. }
  65667. }
  65668. "19"
  65669. {
  65670. "quest_index" "719"
  65671. "->" "20"
  65672. "story_block"
  65673. {
  65674. "character_name" "Riley"
  65675. "description" "op07_subtitle_719"
  65676. "content_file" "type:audio,file:campaign/op07/op07_719.mp3"
  65677. }
  65678. }
  65679. "20"
  65680. {
  65681. "quest_index" "720"
  65682. "->" "24"
  65683. "story_block"
  65684. {
  65685. "character_name" "Riley"
  65686. "description" "op07_subtitle_720"
  65687. "content_file" "type:audio,file:campaign/op07/op07_720.mp3"
  65688. }
  65689. }
  65690. "21"
  65691. {
  65692. "quest_index" "721"
  65693. "->" "25"
  65694. "->" "26"
  65695. "story_block"
  65696. {
  65697. "character_name" "Riley"
  65698. "description" "op07_subtitle_722"
  65699. "content_file" "type:audio,file:campaign/op07/op07_722.mp3"
  65700. }
  65701. }
  65702. "22"
  65703. {
  65704. "quest_index" "722"
  65705. "->" "21"
  65706. "story_block"
  65707. {
  65708. "character_name" "Riley"
  65709. "description" "op07_subtitle_723"
  65710. "content_file" "type:audio,file:campaign/op07/op07_723.mp3"
  65711. }
  65712. }
  65713. "23"
  65714. {
  65715. "quest_index" "723"
  65716. "->" "21"
  65717. "story_block"
  65718. {
  65719. "character_name" "Riley"
  65720. "description" "op07_subtitle_724"
  65721. "content_file" "type:audio,file:campaign/op07/op07_724.mp3"
  65722. }
  65723. }
  65724. "24"
  65725. {
  65726. "quest_index" "724"
  65727. "->" "22"
  65728. "->" "23"
  65729. }
  65730. "25"
  65731. {
  65732. "quest_index" "725"
  65733. "->" "28"
  65734. }
  65735. "26"
  65736. {
  65737. "quest_index" "726"
  65738. "->" "29"
  65739. "story_block"
  65740. {
  65741. "character_name" "Riley"
  65742. "description" "op07_subtitle_727"
  65743. "content_file" "type:audio,file:campaign/op07/op07_727.mp3"
  65744. }
  65745. }
  65746. "27"
  65747. {
  65748. "quest_index" "727"
  65749. "story_block"
  65750. {
  65751. "character_name" "Riley"
  65752. "description" "op07_subtitle_728"
  65753. "content_file" "type:audio,file:campaign/op07/op07_728.mp3"
  65754. }
  65755. }
  65756. "28"
  65757. {
  65758. "quest_index" "728"
  65759. "->" "30"
  65760. "story_block"
  65761. {
  65762. "character_name" "Riley"
  65763. "description" "op07_subtitle_729"
  65764. "content_file" "type:audio,file:campaign/op07/op07_729.mp3"
  65765. }
  65766. }
  65767. "29"
  65768. {
  65769. "quest_index" "729"
  65770. "->" "27"
  65771. "story_block"
  65772. {
  65773. "character_name" "Riley"
  65774. "description" "op07_subtitle_730"
  65775. "content_file" "type:audio,file:campaign/op07/op07_730.mp3"
  65776. }
  65777. }
  65778. "30"
  65779. {
  65780. "quest_index" "730"
  65781. "story_block"
  65782. {
  65783. "character_name" "Riley"
  65784. "description" "op07_subtitle_731"
  65785. "content_file" "type:audio,file:campaign/op07/op07_731.mp3"
  65786. }
  65787. }
  65788. }
  65789. "8"
  65790. {
  65791. "loc_name" "#csgo_campaign_8"
  65792. "loc_description" "#csgo_campaign_8_desc"
  65793. "season_number" "6"
  65794. "1"
  65795. {
  65796. "quest_index" "801"
  65797. "->" "2"
  65798. "story_block"
  65799. {
  65800. "character_name" "CocienaroIzaki"
  65801. "description" "op07_subtitle_801"
  65802. "content_file" "type:audio,file:campaign/op07/op07_801.mp3"
  65803. }
  65804. }
  65805. "2"
  65806. {
  65807. "quest_index" "802"
  65808. "->" "3"
  65809. "story_block"
  65810. {
  65811. "character_name" "CocienaroIzaki"
  65812. "description" "op07_subtitle_802"
  65813. "content_file" "type:audio,file:campaign/op07/op07_802.mp3"
  65814. }
  65815. }
  65816. "3"
  65817. {
  65818. "quest_index" "803"
  65819. "->" "4"
  65820. "story_block"
  65821. {
  65822. "character_name" "CocienaroIzaki"
  65823. "description" "op07_subtitle_803"
  65824. "content_file" "type:audio,file:campaign/op07/op07_803.mp3"
  65825. }
  65826. }
  65827. "4"
  65828. {
  65829. "quest_index" "804"
  65830. "->" "5"
  65831. "->" "8"
  65832. "->" "29"
  65833. "story_block"
  65834. {
  65835. "character_name" "CocienaroIzaki"
  65836. "description" "op07_subtitle_804"
  65837. "content_file" "type:audio,file:campaign/op07/op07_804.mp3"
  65838. }
  65839. }
  65840. "5"
  65841. {
  65842. "quest_index" "805"
  65843. "->" "6"
  65844. "story_block"
  65845. {
  65846. "character_name" "Kincaide"
  65847. "description" "op07_subtitle_805"
  65848. "content_file" "type:audio,file:campaign/op07/op07_805.mp3"
  65849. }
  65850. }
  65851. "6"
  65852. {
  65853. "quest_index" "806"
  65854. "->" "7"
  65855. "story_block"
  65856. {
  65857. "character_name" "Kincaide"
  65858. "description" "op07_subtitle_806"
  65859. "content_file" "type:audio,file:campaign/op07/op07_806.mp3"
  65860. }
  65861. }
  65862. "7"
  65863. {
  65864. "quest_index" "807"
  65865. "story_block"
  65866. {
  65867. "character_name" "Kincaide"
  65868. "description" "op07_subtitle_807"
  65869. "content_file" "type:audio,file:campaign/op07/op07_807.mp3"
  65870. }
  65871. }
  65872. "8"
  65873. {
  65874. "quest_index" "808"
  65875. "->" "9"
  65876. "->" "11"
  65877. "story_block"
  65878. {
  65879. "character_name" "CocienaroIzaki"
  65880. "description" "op07_subtitle_808"
  65881. "content_file" "type:audio,file:campaign/op07/op07_808.mp3"
  65882. }
  65883. }
  65884. "9"
  65885. {
  65886. "quest_index" "809"
  65887. "->" "10"
  65888. "story_block"
  65889. {
  65890. "character_name" "Booth2"
  65891. "description" "op07_subtitle_809"
  65892. "content_file" "type:audio,file:campaign/op07/op07_809.mp3"
  65893. }
  65894. }
  65895. "10"
  65896. {
  65897. "quest_index" "810"
  65898. "story_block"
  65899. {
  65900. "character_name" "Booth2"
  65901. "description" "op07_subtitle_810"
  65902. "content_file" "type:audio,file:campaign/op07/op07_810.mp3"
  65903. }
  65904. }
  65905. "11"
  65906. {
  65907. "quest_index" "811"
  65908. "->" "12"
  65909. "story_block"
  65910. {
  65911. "character_name" "CocienaroIzaki"
  65912. "description" "op07_subtitle_811"
  65913. "content_file" "type:audio,file:campaign/op07/op07_811.mp3"
  65914. }
  65915. }
  65916. "12"
  65917. {
  65918. "quest_index" "812"
  65919. "->" "13"
  65920. "->" "14"
  65921. "story_block"
  65922. {
  65923. "character_name" "CocienaroIzaki"
  65924. "description" "op07_subtitle_812"
  65925. "content_file" "type:audio,file:campaign/op07/op07_812.mp3"
  65926. }
  65927. }
  65928. "13"
  65929. {
  65930. "quest_index" "813"
  65931. "story_block"
  65932. {
  65933. "character_name" "Booth2"
  65934. "description" "op07_subtitle_813"
  65935. "content_file" "type:audio,file:campaign/op07/op07_813.mp3"
  65936. }
  65937. }
  65938. "14"
  65939. {
  65940. "quest_index" "814"
  65941. "->" "16"
  65942. "->" "15"
  65943. "story_block"
  65944. {
  65945. "character_name" "Riley"
  65946. "description" "op07_subtitle_814"
  65947. "content_file" "type:audio,file:campaign/op07/op07_814.mp3"
  65948. }
  65949. }
  65950. "15"
  65951. {
  65952. "quest_index" "815"
  65953. "story_block"
  65954. {
  65955. "character_name" "Booth2"
  65956. "description" "op07_subtitle_815"
  65957. "content_file" "type:audio,file:campaign/op07/op07_815.mp3"
  65958. }
  65959. }
  65960. "16"
  65961. {
  65962. "quest_index" "816"
  65963. "->" "17"
  65964. "->" "19"
  65965. "->" "30"
  65966. "story_block"
  65967. {
  65968. "character_name" "Riley"
  65969. "description" "op07_subtitle_816"
  65970. "content_file" "type:audio,file:campaign/op07/op07_816.mp3"
  65971. }
  65972. }
  65973. "17"
  65974. {
  65975. "quest_index" "817"
  65976. "->" "18"
  65977. "story_block"
  65978. {
  65979. "character_name" "CocienaroIzaki"
  65980. "description" "op07_subtitle_817"
  65981. "content_file" "type:audio,file:campaign/op07/op07_817.mp3"
  65982. }
  65983. }
  65984. "18"
  65985. {
  65986. "quest_index" "818"
  65987. "story_block"
  65988. {
  65989. "character_name" "CocienaroIzaki"
  65990. "description" "op07_subtitle_818"
  65991. "content_file" "type:audio,file:campaign/op07/op07_818.mp3"
  65992. }
  65993. }
  65994. "19"
  65995. {
  65996. "quest_index" "819"
  65997. "->" "20"
  65998. "story_block"
  65999. {
  66000. "character_name" "Riley"
  66001. "description" "op07_subtitle_819"
  66002. "content_file" "type:audio,file:campaign/op07/op07_819.mp3"
  66003. }
  66004. }
  66005. "20"
  66006. {
  66007. "quest_index" "820"
  66008. "->" "21"
  66009. "->" "22"
  66010. "story_block"
  66011. {
  66012. "character_name" "Riley"
  66013. "description" "op07_subtitle_820"
  66014. "content_file" "type:audio,file:campaign/op07/op07_820.mp3"
  66015. }
  66016. }
  66017. "21"
  66018. {
  66019. "quest_index" "821"
  66020. "story_block"
  66021. {
  66022. "character_name" "CocienaroIzaki"
  66023. "description" "op07_subtitle_821"
  66024. "content_file" "type:audio,file:campaign/op07/op07_821.mp3"
  66025. }
  66026. }
  66027. "22"
  66028. {
  66029. "quest_index" "822"
  66030. "->" "23"
  66031. "story_block"
  66032. {
  66033. "character_name" "Riley"
  66034. "description" "op07_subtitle_822"
  66035. "content_file" "type:audio,file:campaign/op07/op07_822.mp3"
  66036. }
  66037. }
  66038. "23"
  66039. {
  66040. "quest_index" "823"
  66041. "->" "24"
  66042. "->" "25"
  66043. "->" "26"
  66044. "->" "27"
  66045. "->" "31"
  66046. "story_block"
  66047. {
  66048. "character_name" "Booth2"
  66049. "description" "op07_subtitle_823"
  66050. "content_file" "type:audio,file:campaign/op07/op07_823.mp3"
  66051. }
  66052. }
  66053. "24"
  66054. {
  66055. "quest_index" "824"
  66056. "story_block"
  66057. {
  66058. "character_name" "Imogen"
  66059. "description" "op07_subtitle_824"
  66060. "content_file" "type:audio,file:campaign/op07/op07_824.mp3"
  66061. }
  66062. }
  66063. "25"
  66064. {
  66065. "quest_index" "825"
  66066. "story_block"
  66067. {
  66068. "character_name" "Imogen"
  66069. "description" "op07_subtitle_825"
  66070. "content_file" "type:audio,file:campaign/op07/op07_825.mp3"
  66071. }
  66072. }
  66073. "26"
  66074. {
  66075. "quest_index" "826"
  66076. "story_block"
  66077. {
  66078. "character_name" "Imogen"
  66079. "description" "op07_subtitle_826"
  66080. "content_file" "type:audio,file:campaign/op07/op07_826.mp3"
  66081. }
  66082. }
  66083. "27"
  66084. {
  66085. "quest_index" "827"
  66086. "story_block"
  66087. {
  66088. "character_name" "Imogen"
  66089. "description" "op07_subtitle_827"
  66090. "content_file" "type:audio,file:campaign/op07/op07_827.mp3"
  66091. }
  66092. }
  66093. "28"
  66094. {
  66095. "story_block"
  66096. {
  66097. "description" "op07_comic_part_1_desc"
  66098. "content_file" "type:comic,file:images/journal/campaign/comic/icon_8_0.png,section:0,numpages:27"
  66099. }
  66100. }
  66101. "29"
  66102. {
  66103. "story_block"
  66104. {
  66105. "description" "op07_comic_part_2_desc"
  66106. "content_file" "type:comic,file:images/journal/campaign/comic/icon_8_1.png,section:1,numpages:29"
  66107. }
  66108. }
  66109. "30"
  66110. {
  66111. "story_block"
  66112. {
  66113. "description" "op07_comic_part_3_desc"
  66114. "content_file" "type:comic,file:images/journal/campaign/comic/icon_8_2.png,section:2,numpages:21"
  66115. }
  66116. }
  66117. "31"
  66118. {
  66119. "story_block"
  66120. {
  66121. "description" "op07_comic_part_4_desc"
  66122. "content_file" "type:comic,file:images/journal/campaign/comic/icon_8_3.png,section:3,numpages:31"
  66123. }
  66124. }
  66125. }
  66126. "9"
  66127. {
  66128. "loc_name" "#csgo_campaign_9"
  66129. "loc_description" "#csgo_campaign_9_desc"
  66130. "season_number" "7"
  66131. "1"
  66132. {
  66133. "quest_index" "901"
  66134. "->" "2"
  66135. "story_block"
  66136. {
  66137. "character_name" "Rona"
  66138. "description" "op08_subtitle_901"
  66139. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_901.mp3"
  66140. }
  66141. }
  66142. "2"
  66143. {
  66144. "quest_index" "902"
  66145. "->" "3"
  66146. "->" "13"
  66147. "story_block"
  66148. {
  66149. "character_name" "Rona"
  66150. "description" "op08_subtitle_902"
  66151. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_902.mp3"
  66152. }
  66153. }
  66154. "3"
  66155. {
  66156. "quest_index" "903"
  66157. "->" "4"
  66158. "story_block"
  66159. {
  66160. "character_name" "Rona"
  66161. "description" "op08_subtitle_903"
  66162. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_903.mp3"
  66163. }
  66164. }
  66165. "4"
  66166. {
  66167. "quest_index" "904"
  66168. "->" "5"
  66169. "story_block"
  66170. {
  66171. "character_name" "Rona"
  66172. "description" "op08_subtitle_904"
  66173. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_904.mp3"
  66174. }
  66175. }
  66176. "5"
  66177. {
  66178. "quest_index" "905"
  66179. "->" "6"
  66180. "story_block"
  66181. {
  66182. "character_name" "Rona"
  66183. "description" "op08_subtitle_905"
  66184. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_905.mp3"
  66185. }
  66186. }
  66187. "6"
  66188. {
  66189. "quest_index" "906"
  66190. "->" "7"
  66191. "->" "17"
  66192. "story_block"
  66193. {
  66194. "character_name" "Rona"
  66195. "description" "op08_subtitle_906"
  66196. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_906.mp3"
  66197. }
  66198. }
  66199. "7"
  66200. {
  66201. "quest_index" "907"
  66202. "->" "8"
  66203. "story_block"
  66204. {
  66205. "character_name" "Rona"
  66206. "description" "op08_subtitle_907"
  66207. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_907.mp3"
  66208. }
  66209. }
  66210. "8"
  66211. {
  66212. "quest_index" "908"
  66213. "->" "9"
  66214. "story_block"
  66215. {
  66216. "character_name" "Rona"
  66217. "description" "op08_subtitle_908"
  66218. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_908.mp3"
  66219. }
  66220. }
  66221. "9"
  66222. {
  66223. "quest_index" "909"
  66224. "->" "10"
  66225. "story_block"
  66226. {
  66227. "character_name" "Rona"
  66228. "description" "op08_subtitle_909"
  66229. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_909.mp3"
  66230. }
  66231. }
  66232. "10"
  66233. {
  66234. "quest_index" "910"
  66235. "->" "11"
  66236. "->" "21"
  66237. "story_block"
  66238. {
  66239. "character_name" "Rona"
  66240. "description" "op08_subtitle_910"
  66241. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_910.mp3"
  66242. }
  66243. }
  66244. "11"
  66245. {
  66246. "quest_index" "911"
  66247. "->" "12"
  66248. "story_block"
  66249. {
  66250. "character_name" "Rona"
  66251. "description" "op08_subtitle_911"
  66252. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_911.mp3"
  66253. }
  66254. }
  66255. "12"
  66256. {
  66257. "quest_index" "912"
  66258. "story_block"
  66259. {
  66260. "character_name" "Rona"
  66261. "description" "op08_subtitle_912"
  66262. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_912.mp3"
  66263. }
  66264. }
  66265. "13"
  66266. {
  66267. "quest_index" "913"
  66268. "->" "14"
  66269. "story_block"
  66270. {
  66271. "character_name" "Rona"
  66272. "description" "op08_subtitle_913"
  66273. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_913.mp3"
  66274. }
  66275. }
  66276. "14"
  66277. {
  66278. "quest_index" "914"
  66279. "->" "15"
  66280. "->" "23"
  66281. "story_block"
  66282. {
  66283. "character_name" "Rona"
  66284. "description" "op08_subtitle_914"
  66285. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_914.mp3"
  66286. }
  66287. }
  66288. "15"
  66289. {
  66290. "quest_index" "915"
  66291. "->" "16"
  66292. "story_block"
  66293. {
  66294. "character_name" "Rona"
  66295. "description" "op08_subtitle_915"
  66296. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_915.mp3"
  66297. }
  66298. }
  66299. "16"
  66300. {
  66301. "quest_index" "916"
  66302. "story_block"
  66303. {
  66304. "character_name" "Rona"
  66305. "description" "op08_subtitle_916"
  66306. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_916.mp3"
  66307. }
  66308. }
  66309. "17"
  66310. {
  66311. "quest_index" "917"
  66312. "->" "18"
  66313. "story_block"
  66314. {
  66315. "character_name" "Rona"
  66316. "description" "op08_subtitle_917"
  66317. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_917.mp3"
  66318. }
  66319. }
  66320. "18"
  66321. {
  66322. "quest_index" "918"
  66323. "->" "19"
  66324. "story_block"
  66325. {
  66326. "character_name" "Rona"
  66327. "description" "op08_subtitle_918"
  66328. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_918.mp3"
  66329. }
  66330. }
  66331. "19"
  66332. {
  66333. "quest_index" "919"
  66334. "->" "20"
  66335. "story_block"
  66336. {
  66337. "character_name" "Rona"
  66338. "description" "op08_subtitle_919"
  66339. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_919.mp3"
  66340. }
  66341. }
  66342. "20"
  66343. {
  66344. "quest_index" "920"
  66345. "story_block"
  66346. {
  66347. "character_name" "Rona"
  66348. "description" "op08_subtitle_920"
  66349. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_920.mp3"
  66350. }
  66351. }
  66352. "21"
  66353. {
  66354. "quest_index" "921"
  66355. "->" "22"
  66356. "story_block"
  66357. {
  66358. "character_name" "Rona"
  66359. "description" "op08_subtitle_921"
  66360. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_921.mp3"
  66361. }
  66362. }
  66363. "22"
  66364. {
  66365. "quest_index" "922"
  66366. "story_block"
  66367. {
  66368. "character_name" "Rona"
  66369. "description" "op08_subtitle_922"
  66370. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_922.mp3"
  66371. }
  66372. }
  66373. "23"
  66374. {
  66375. "quest_index" "923"
  66376. "->" "24"
  66377. "story_block"
  66378. {
  66379. "character_name" "Rona"
  66380. "description" "op08_subtitle_923"
  66381. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_923.mp3"
  66382. }
  66383. }
  66384. "24"
  66385. {
  66386. "quest_index" "924"
  66387. "->" "25"
  66388. "story_block"
  66389. {
  66390. "character_name" "Rona"
  66391. "description" "op08_subtitle_924"
  66392. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_924.mp3"
  66393. }
  66394. }
  66395. "25"
  66396. {
  66397. "quest_index" "925"
  66398. "->" "26"
  66399. "story_block"
  66400. {
  66401. "character_name" "Rona"
  66402. "description" "op08_subtitle_925"
  66403. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_925.mp3"
  66404. }
  66405. }
  66406. "26"
  66407. {
  66408. "quest_index" "926"
  66409. "->" "21"
  66410. "->" "27"
  66411. "story_block"
  66412. {
  66413. "character_name" "Rona"
  66414. "description" "op08_subtitle_926"
  66415. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_926.mp3"
  66416. }
  66417. }
  66418. "27"
  66419. {
  66420. "quest_index" "927"
  66421. "->" "28"
  66422. "story_block"
  66423. {
  66424. "character_name" "Rona"
  66425. "description" "op08_subtitle_927"
  66426. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_927.mp3"
  66427. }
  66428. }
  66429. "28"
  66430. {
  66431. "quest_index" "928"
  66432. "->" "29"
  66433. "story_block"
  66434. {
  66435. "character_name" "Rona"
  66436. "description" "op08_subtitle_928"
  66437. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_928.mp3"
  66438. }
  66439. }
  66440. "29"
  66441. {
  66442. "quest_index" "929"
  66443. "->" "30"
  66444. "story_block"
  66445. {
  66446. "character_name" "Rona"
  66447. "description" "op08_subtitle_929"
  66448. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_929.mp3"
  66449. }
  66450. }
  66451. "30"
  66452. {
  66453. "quest_index" "930"
  66454. "story_block"
  66455. {
  66456. "character_name" "Rona"
  66457. "description" "op08_subtitle_930"
  66458. "content_file" "type:audio,file:campaign/hydra/hydra_mission_intro_930.mp3"
  66459. }
  66460. }
  66461. }
  66462. }
  66463. "quest_schedule"
  66464. {
  66465. "start" "1495576800"
  66466. "length" "P9W"
  66467. "slack" "P3W"
  66468. "0" "event_op08_skirmish_all P0D P7D"
  66469. "7" "event_op08_wingman_15 P7D P1D"
  66470. "8" "event_op08_wingman_16 P8D P1D"
  66471. "9" "event_op08_wingman_17 P9D P1D"
  66472. "10" "event_op08_wingman_18 P10D P1D"
  66473. "11" "event_op08_wingman_19 P11D P1D"
  66474. "12" "event_op08_wingman_20 P12D P1D"
  66475. "13" "event_op08_wingman_1 P13D P1D"
  66476. "14" "event_op08_we_inferno P14D P1D"
  66477. "15" "event_op08_we_overpass P15D P1D"
  66478. "16" "event_op08_we_cbble P16D P1D"
  66479. "17" "event_op08_we_cache P17D P1D"
  66480. "18" "event_op08_we_dust2 P18D P1D"
  66481. "19" "event_op08_we_mirage P19D P1D"
  66482. "20" "event_op08_we_agency P20D P1D"
  66483. "21" "event_op08_skirmish_all P21D P7D"
  66484. "28" "event_op08_wingman_1 P28D P1D"
  66485. "29" "event_op08_wingman_2 P29D P1D"
  66486. "30" "event_op08_wingman_3 P30D P1D"
  66487. "31" "event_op08_wingman_4 P31D P1D"
  66488. "32" "event_op08_wingman_5 P32D P1D"
  66489. "33" "event_op08_wingman_6 P33D P1D"
  66490. "34" "event_op08_wingman_7 P34D P1D"
  66491. "35" "event_op08_we_cache P35D P1D"
  66492. "36" "event_op08_we_mirage P36D P1D"
  66493. "37" "event_op08_we_canals P37D P1D"
  66494. "38" "event_op08_we_dust2 P38D P1D"
  66495. "39" "event_op08_we_inferno P39D P1D"
  66496. "40" "event_op08_we_mirage P40D P1D"
  66497. "41" "event_op08_we_office P41D P1D"
  66498. "42" "event_op08_skirmish_all P42D P7D"
  66499. "49" "event_op08_wingman_8 P49D P1D"
  66500. "50" "event_op08_wingman_9 P50D P1D"
  66501. "51" "event_op08_wingman_10 P51D P1D"
  66502. "52" "event_op08_wingman_11 P52D P1D"
  66503. "53" "event_op08_wingman_12 P53D P1D"
  66504. "54" "event_op08_wingman_13 P54D P1D"
  66505. "55" "event_op08_wingman_14 P55D P1D"
  66506. "56" "event_op08_we_train P56D P1D"
  66507. "57" "event_op08_we_nuke P57D P1D"
  66508. "58" "event_op08_we_inferno P58D P1D"
  66509. "59" "event_op08_we_mirage P59D P1D"
  66510. "60" "event_op08_we_cache P60D P1D"
  66511. "61" "event_op08_we_dust2 P61D P1D"
  66512. "62" "event_op08_we_insertion P62D P1D"
  66513. }
  66514. "skirmish_modes"
  66515. {
  66516. "1"
  66517. {
  66518. "name" "stabstabzap"
  66519. "loc_name" "Skirmish_CC_SSZ_name"
  66520. "loc_rules" "Skirmish_CC_SSZ_rules"
  66521. "loc_description" "Skirmish_CC_SSZ_desc"
  66522. "loc_details" "Skirmish_CC_SSZ_details"
  66523. "icon" "icon-skirmish-ssz"
  66524. "gamemode" "casual"
  66525. "server_exec" "execwithwhitelist op08_stab_stab_zap.cfg"
  66526. }
  66527. "3"
  66528. {
  66529. "name" "flyingscoutsman"
  66530. "loc_name" "Skirmish_CC_FS_name"
  66531. "loc_rules" "Skirmish_CC_FS_rules"
  66532. "loc_description" "Skirmish_CC_FS_desc"
  66533. "loc_details" "Skirmish_CC_FS_details"
  66534. "icon" "icon-skirmish-fs"
  66535. "gamemode" "casual"
  66536. "server_exec" "execwithwhitelist op08_flying_scoutsman.cfg"
  66537. }
  66538. "4"
  66539. {
  66540. "name" "triggerdiscipline"
  66541. "loc_name" "Skirmish_CC_TD_name"
  66542. "loc_rules" "Skirmish_CC_TD_rules"
  66543. "loc_description" "Skirmish_CC_TD_desc"
  66544. "loc_details" "Skirmish_CC_TD_details"
  66545. "icon" "icon-skirmish-td"
  66546. "gamemode" "casual"
  66547. "server_exec" "execwithwhitelist op08_trigger_discipline.cfg"
  66548. }
  66549. "6"
  66550. {
  66551. "name" "headshots"
  66552. "loc_name" "Skirmish_DM_HS_name"
  66553. "loc_rules" "Skirmish_DM_HS_rules"
  66554. "loc_description" "Skirmish_DM_HS_desc"
  66555. "loc_details" "Skirmish_DM_HS_details"
  66556. "icon" "icon-skirmish-hs"
  66557. "gamemode" "deathmatch"
  66558. "server_exec" "execwithwhitelist op08_headshots.cfg"
  66559. }
  66560. "7"
  66561. {
  66562. "name" "huntergatherers"
  66563. "loc_name" "Skirmish_TDM_HG_name"
  66564. "loc_rules" "Skirmish_TDM_HG_rules"
  66565. "loc_description" "Skirmish_TDM_HG_desc"
  66566. "loc_details" "Skirmish_TDM_HG_details"
  66567. "icon" "icon-skirmish-hg"
  66568. "gamemode" "deathmatch"
  66569. "server_exec" "execwithwhitelist op08_hunter_gatherers.cfg"
  66570. }
  66571. "8"
  66572. {
  66573. "name" "heavyassaultsuit"
  66574. "loc_name" "Skirmish_CC_HAS_name"
  66575. "loc_rules" "Skirmish_CC_HAS_rules"
  66576. "loc_description" "Skirmish_CC_HAS_desc"
  66577. "loc_details" "Skirmish_CC_HAS_details"
  66578. "icon" "icon-skirmish-has"
  66579. "gamemode" "casual"
  66580. "server_exec" "execwithwhitelist op08_heavy_assault_suit.cfg"
  66581. }
  66582. "10"
  66583. {
  66584. "name" "armsrace"
  66585. "loc_name" "Skirmish_AR_name"
  66586. "loc_rules" "Skirmish_AR_rules"
  66587. "loc_description" "Skirmish_AR_desc"
  66588. "loc_details" "Skirmish_AR_details"
  66589. "icon" "icon-gungameprogressive"
  66590. "gamemode" "gungameprogressive"
  66591. }
  66592. "11"
  66593. {
  66594. "name" "demolition"
  66595. "loc_name" "Skirmish_DEM_name"
  66596. "loc_rules" "Skirmish_DEM_rules"
  66597. "loc_description" "Skirmish_DEM_desc"
  66598. "loc_details" "Skirmish_DEM_details"
  66599. "icon" "icon-gungametrbomb"
  66600. "gamemode" "gungametrbomb"
  66601. }
  66602. }
  66603. "skirmish_rank_info"
  66604. {
  66605. "1"
  66606. {
  66607. "pips" "2"
  66608. "winstreak" "3"
  66609. "loss" "0"
  66610. }
  66611. "3"
  66612. {
  66613. "pips" "3"
  66614. }
  66615. "5"
  66616. {
  66617. "loss" "1"
  66618. }
  66619. "7"
  66620. {
  66621. "pips" "4"
  66622. }
  66623. "11"
  66624. {
  66625. "pips" "5"
  66626. }
  66627. "15"
  66628. {
  66629. "pips" "6"
  66630. "winstreak" "-1"
  66631. }
  66632. "16"
  66633. {
  66634. "pips" "7"
  66635. }
  66636. "17"
  66637. {
  66638. "pips" "8"
  66639. }
  66640. "18"
  66641. {
  66642. "pips" "9"
  66643. }
  66644. "19"
  66645. {
  66646. "pips" "10"
  66647. }
  66648. "20"
  66649. {
  66650. "pips" "11"
  66651. }
  66652. "21"
  66653. {
  66654. "pips" "12"
  66655. }
  66656. "22"
  66657. {
  66658. "pips" "13"
  66659. }
  66660. "23"
  66661. {
  66662. "pips" "14"
  66663. }
  66664. "24"
  66665. {
  66666. "pips" "15"
  66667. }
  66668. }
  66669. "recipes"
  66670. {
  66671. "0"
  66672. {
  66673. "name" "#RT_MP_A"
  66674. "n_A" "#RI_R1p"
  66675. "desc_inputs" "#RDI_AB"
  66676. "desc_outputs" "#RDO_AB"
  66677. "di_A" "10"
  66678. "di_B" "#RI_R1p"
  66679. "do_A" "1"
  66680. "do_B" "#RI_R2"
  66681. "all_same_class" "0"
  66682. "always_known" "1"
  66683. "premium_only" "0"
  66684. "disabled" "0"
  66685. "input_items"
  66686. {
  66687. "10"
  66688. {
  66689. "conditions"
  66690. {
  66691. "0"
  66692. {
  66693. "field" "*rarity"
  66694. "operator" "string=="
  66695. "value" "common"
  66696. "required" "1"
  66697. }
  66698. "1"
  66699. {
  66700. "field" "*quality"
  66701. "operator" "string=="
  66702. "value" "unique"
  66703. "required" "1"
  66704. }
  66705. }
  66706. }
  66707. }
  66708. "output_items"
  66709. {
  66710. "item1"
  66711. {
  66712. "conditions"
  66713. {
  66714. "0"
  66715. {
  66716. "field" "*match_set_rarity"
  66717. "operator" "string=="
  66718. "value" "uncommon"
  66719. "required" "1"
  66720. }
  66721. }
  66722. }
  66723. }
  66724. "category" "crafting"
  66725. "filter" "-3"
  66726. }
  66727. "1"
  66728. {
  66729. "name" "#RT_MP_A"
  66730. "n_A" "#RI_R2p"
  66731. "desc_inputs" "#RDI_AB"
  66732. "desc_outputs" "#RDO_AB"
  66733. "di_A" "10"
  66734. "di_B" "#RI_R2p"
  66735. "do_A" "1"
  66736. "do_B" "#RI_R3"
  66737. "all_same_class" "0"
  66738. "always_known" "1"
  66739. "premium_only" "0"
  66740. "disabled" "0"
  66741. "input_items"
  66742. {
  66743. "10"
  66744. {
  66745. "conditions"
  66746. {
  66747. "0"
  66748. {
  66749. "field" "*rarity"
  66750. "operator" "string=="
  66751. "value" "uncommon"
  66752. "required" "1"
  66753. }
  66754. "1"
  66755. {
  66756. "field" "*quality"
  66757. "operator" "string=="
  66758. "value" "unique"
  66759. "required" "1"
  66760. }
  66761. }
  66762. }
  66763. }
  66764. "output_items"
  66765. {
  66766. "item1"
  66767. {
  66768. "conditions"
  66769. {
  66770. "0"
  66771. {
  66772. "field" "*match_set_rarity"
  66773. "operator" "string=="
  66774. "value" "rare"
  66775. "required" "1"
  66776. }
  66777. }
  66778. }
  66779. }
  66780. "category" "crafting"
  66781. "filter" "-3"
  66782. }
  66783. "2"
  66784. {
  66785. "name" "#RT_MP_A"
  66786. "n_A" "#RI_R3p"
  66787. "desc_inputs" "#RDI_AB"
  66788. "desc_outputs" "#RDO_AB"
  66789. "di_A" "10"
  66790. "di_B" "#RI_R3p"
  66791. "do_A" "1"
  66792. "do_B" "#RI_R4"
  66793. "all_same_class" "0"
  66794. "always_known" "1"
  66795. "premium_only" "0"
  66796. "disabled" "0"
  66797. "input_items"
  66798. {
  66799. "10"
  66800. {
  66801. "conditions"
  66802. {
  66803. "0"
  66804. {
  66805. "field" "*rarity"
  66806. "operator" "string=="
  66807. "value" "rare"
  66808. "required" "1"
  66809. }
  66810. "1"
  66811. {
  66812. "field" "*quality"
  66813. "operator" "string=="
  66814. "value" "unique"
  66815. "required" "1"
  66816. }
  66817. }
  66818. }
  66819. }
  66820. "output_items"
  66821. {
  66822. "item1"
  66823. {
  66824. "conditions"
  66825. {
  66826. "0"
  66827. {
  66828. "field" "*match_set_rarity"
  66829. "operator" "string=="
  66830. "value" "mythical"
  66831. "required" "1"
  66832. }
  66833. }
  66834. }
  66835. }
  66836. "category" "crafting"
  66837. "filter" "-3"
  66838. }
  66839. "3"
  66840. {
  66841. "name" "#RT_MP_A"
  66842. "n_A" "#RI_R4p"
  66843. "desc_inputs" "#RDI_AB"
  66844. "desc_outputs" "#RDO_AB"
  66845. "di_A" "10"
  66846. "di_B" "#RI_R4p"
  66847. "do_A" "1"
  66848. "do_B" "#RI_R5"
  66849. "all_same_class" "0"
  66850. "always_known" "1"
  66851. "premium_only" "0"
  66852. "disabled" "0"
  66853. "input_items"
  66854. {
  66855. "10"
  66856. {
  66857. "conditions"
  66858. {
  66859. "0"
  66860. {
  66861. "field" "*rarity"
  66862. "operator" "string=="
  66863. "value" "mythical"
  66864. "required" "1"
  66865. }
  66866. "1"
  66867. {
  66868. "field" "*quality"
  66869. "operator" "string=="
  66870. "value" "unique"
  66871. "required" "1"
  66872. }
  66873. }
  66874. }
  66875. }
  66876. "output_items"
  66877. {
  66878. "item1"
  66879. {
  66880. "conditions"
  66881. {
  66882. "0"
  66883. {
  66884. "field" "*match_set_rarity"
  66885. "operator" "string=="
  66886. "value" "legendary"
  66887. "required" "1"
  66888. }
  66889. }
  66890. }
  66891. }
  66892. "category" "crafting"
  66893. "filter" "-3"
  66894. }
  66895. "4"
  66896. {
  66897. "name" "#RT_MP_A"
  66898. "n_A" "#RI_R5p"
  66899. "desc_inputs" "#RDI_AB"
  66900. "desc_outputs" "#RDO_AB"
  66901. "di_A" "10"
  66902. "di_B" "#RI_R5p"
  66903. "do_A" "1"
  66904. "do_B" "#RI_R6"
  66905. "all_same_class" "0"
  66906. "always_known" "1"
  66907. "premium_only" "0"
  66908. "disabled" "0"
  66909. "input_items"
  66910. {
  66911. "10"
  66912. {
  66913. "conditions"
  66914. {
  66915. "0"
  66916. {
  66917. "field" "*rarity"
  66918. "operator" "string=="
  66919. "value" "legendary"
  66920. "required" "1"
  66921. }
  66922. "1"
  66923. {
  66924. "field" "*quality"
  66925. "operator" "string=="
  66926. "value" "unique"
  66927. "required" "1"
  66928. }
  66929. }
  66930. }
  66931. }
  66932. "output_items"
  66933. {
  66934. "item1"
  66935. {
  66936. "conditions"
  66937. {
  66938. "0"
  66939. {
  66940. "field" "*match_set_rarity"
  66941. "operator" "string=="
  66942. "value" "ancient"
  66943. "required" "1"
  66944. }
  66945. }
  66946. }
  66947. }
  66948. "category" "crafting"
  66949. "filter" "-3"
  66950. }
  66951. "10"
  66952. {
  66953. "name" "#RT_MP_A"
  66954. "n_A" "#RI_R1p"
  66955. "desc_inputs" "#RDI_AB"
  66956. "desc_outputs" "#RDO_AB"
  66957. "di_A" "10"
  66958. "di_B" "#RI_R1p"
  66959. "do_A" "1"
  66960. "do_B" "#RI_R2"
  66961. "all_same_class" "0"
  66962. "always_known" "1"
  66963. "premium_only" "0"
  66964. "disabled" "0"
  66965. "input_items"
  66966. {
  66967. "10"
  66968. {
  66969. "conditions"
  66970. {
  66971. "0"
  66972. {
  66973. "field" "*rarity"
  66974. "operator" "string=="
  66975. "value" "common"
  66976. "required" "1"
  66977. }
  66978. "1"
  66979. {
  66980. "field" "*quality"
  66981. "operator" "string=="
  66982. "value" "strange"
  66983. "required" "1"
  66984. }
  66985. "2"
  66986. {
  66987. "field" "*kill_eater_score_type"
  66988. "operator" "string=="
  66989. "value" "0"
  66990. "required" "1"
  66991. }
  66992. }
  66993. }
  66994. }
  66995. "output_items"
  66996. {
  66997. "item1"
  66998. {
  66999. "conditions"
  67000. {
  67001. "0"
  67002. {
  67003. "field" "*match_set_rarity"
  67004. "operator" "string=="
  67005. "value" "uncommon"
  67006. "required" "1"
  67007. }
  67008. "1"
  67009. {
  67010. "field" "*stattrak_recipe"
  67011. "operator" "string=="
  67012. "value" "yes"
  67013. "required" "1"
  67014. }
  67015. }
  67016. }
  67017. }
  67018. "category" "crafting"
  67019. "filter" "-3"
  67020. "requires_tool" "0"
  67021. }
  67022. "11"
  67023. {
  67024. "name" "#RT_MP_A"
  67025. "n_A" "#RI_R2p"
  67026. "desc_inputs" "#RDI_AB"
  67027. "desc_outputs" "#RDO_AB"
  67028. "di_A" "10"
  67029. "di_B" "#RI_R2p"
  67030. "do_A" "1"
  67031. "do_B" "#RI_R3"
  67032. "all_same_class" "0"
  67033. "always_known" "1"
  67034. "premium_only" "0"
  67035. "disabled" "0"
  67036. "input_items"
  67037. {
  67038. "10"
  67039. {
  67040. "conditions"
  67041. {
  67042. "0"
  67043. {
  67044. "field" "*rarity"
  67045. "operator" "string=="
  67046. "value" "uncommon"
  67047. "required" "1"
  67048. }
  67049. "1"
  67050. {
  67051. "field" "*quality"
  67052. "operator" "string=="
  67053. "value" "strange"
  67054. "required" "1"
  67055. }
  67056. "2"
  67057. {
  67058. "field" "*kill_eater_score_type"
  67059. "operator" "string=="
  67060. "value" "0"
  67061. "required" "1"
  67062. }
  67063. }
  67064. }
  67065. }
  67066. "output_items"
  67067. {
  67068. "item1"
  67069. {
  67070. "conditions"
  67071. {
  67072. "0"
  67073. {
  67074. "field" "*match_set_rarity"
  67075. "operator" "string=="
  67076. "value" "rare"
  67077. "required" "1"
  67078. }
  67079. "1"
  67080. {
  67081. "field" "*stattrak_recipe"
  67082. "operator" "string=="
  67083. "value" "yes"
  67084. "required" "1"
  67085. }
  67086. }
  67087. }
  67088. }
  67089. "category" "crafting"
  67090. "filter" "-3"
  67091. "requires_tool" "0"
  67092. }
  67093. "12"
  67094. {
  67095. "name" "#RT_MP_A"
  67096. "n_A" "#RI_R3p"
  67097. "desc_inputs" "#RDI_AB"
  67098. "desc_outputs" "#RDO_AB"
  67099. "di_A" "10"
  67100. "di_B" "#RI_R3p"
  67101. "do_A" "1"
  67102. "do_B" "#RI_R4"
  67103. "all_same_class" "0"
  67104. "always_known" "1"
  67105. "premium_only" "0"
  67106. "disabled" "0"
  67107. "input_items"
  67108. {
  67109. "10"
  67110. {
  67111. "conditions"
  67112. {
  67113. "0"
  67114. {
  67115. "field" "*rarity"
  67116. "operator" "string=="
  67117. "value" "rare"
  67118. "required" "1"
  67119. }
  67120. "1"
  67121. {
  67122. "field" "*quality"
  67123. "operator" "string=="
  67124. "value" "strange"
  67125. "required" "1"
  67126. }
  67127. "2"
  67128. {
  67129. "field" "*kill_eater_score_type"
  67130. "operator" "string=="
  67131. "value" "0"
  67132. "required" "1"
  67133. }
  67134. }
  67135. }
  67136. }
  67137. "output_items"
  67138. {
  67139. "item1"
  67140. {
  67141. "conditions"
  67142. {
  67143. "0"
  67144. {
  67145. "field" "*match_set_rarity"
  67146. "operator" "string=="
  67147. "value" "mythical"
  67148. "required" "1"
  67149. }
  67150. "1"
  67151. {
  67152. "field" "*stattrak_recipe"
  67153. "operator" "string=="
  67154. "value" "yes"
  67155. "required" "1"
  67156. }
  67157. }
  67158. }
  67159. }
  67160. "category" "crafting"
  67161. "filter" "-3"
  67162. "requires_tool" "0"
  67163. }
  67164. "13"
  67165. {
  67166. "name" "#RT_MP_A"
  67167. "n_A" "#RI_R4p"
  67168. "desc_inputs" "#RDI_AB"
  67169. "desc_outputs" "#RDO_AB"
  67170. "di_A" "10"
  67171. "di_B" "#RI_R4p"
  67172. "do_A" "1"
  67173. "do_B" "#RI_R5"
  67174. "all_same_class" "0"
  67175. "always_known" "1"
  67176. "premium_only" "0"
  67177. "disabled" "0"
  67178. "input_items"
  67179. {
  67180. "10"
  67181. {
  67182. "conditions"
  67183. {
  67184. "0"
  67185. {
  67186. "field" "*rarity"
  67187. "operator" "string=="
  67188. "value" "mythical"
  67189. "required" "1"
  67190. }
  67191. "1"
  67192. {
  67193. "field" "*quality"
  67194. "operator" "string=="
  67195. "value" "strange"
  67196. "required" "1"
  67197. }
  67198. "2"
  67199. {
  67200. "field" "*kill_eater_score_type"
  67201. "operator" "string=="
  67202. "value" "0"
  67203. "required" "1"
  67204. }
  67205. }
  67206. }
  67207. }
  67208. "output_items"
  67209. {
  67210. "item1"
  67211. {
  67212. "conditions"
  67213. {
  67214. "0"
  67215. {
  67216. "field" "*match_set_rarity"
  67217. "operator" "string=="
  67218. "value" "legendary"
  67219. "required" "1"
  67220. }
  67221. "1"
  67222. {
  67223. "field" "*stattrak_recipe"
  67224. "operator" "string=="
  67225. "value" "yes"
  67226. "required" "1"
  67227. }
  67228. }
  67229. }
  67230. }
  67231. "category" "crafting"
  67232. "filter" "-3"
  67233. "requires_tool" "0"
  67234. }
  67235. "14"
  67236. {
  67237. "name" "#RT_MP_A"
  67238. "n_A" "#RI_R5p"
  67239. "desc_inputs" "#RDI_AB"
  67240. "desc_outputs" "#RDO_AB"
  67241. "di_A" "10"
  67242. "di_B" "#RI_R5p"
  67243. "do_A" "1"
  67244. "do_B" "#RI_R6"
  67245. "all_same_class" "0"
  67246. "always_known" "1"
  67247. "premium_only" "0"
  67248. "disabled" "0"
  67249. "input_items"
  67250. {
  67251. "10"
  67252. {
  67253. "conditions"
  67254. {
  67255. "0"
  67256. {
  67257. "field" "*rarity"
  67258. "operator" "string=="
  67259. "value" "legendary"
  67260. "required" "1"
  67261. }
  67262. "1"
  67263. {
  67264. "field" "*quality"
  67265. "operator" "string=="
  67266. "value" "strange"
  67267. "required" "1"
  67268. }
  67269. "2"
  67270. {
  67271. "field" "*kill_eater_score_type"
  67272. "operator" "string=="
  67273. "value" "0"
  67274. "required" "1"
  67275. }
  67276. }
  67277. }
  67278. }
  67279. "output_items"
  67280. {
  67281. "item1"
  67282. {
  67283. "conditions"
  67284. {
  67285. "0"
  67286. {
  67287. "field" "*match_set_rarity"
  67288. "operator" "string=="
  67289. "value" "ancient"
  67290. "required" "1"
  67291. }
  67292. "1"
  67293. {
  67294. "field" "*stattrak_recipe"
  67295. "operator" "string=="
  67296. "value" "yes"
  67297. "required" "1"
  67298. }
  67299. }
  67300. }
  67301. }
  67302. "category" "crafting"
  67303. "filter" "-3"
  67304. "requires_tool" "0"
  67305. }
  67306. }
  67307. "prefabs"
  67308. {
  67309. "columbus2016_sticker_capsule_prefab"
  67310. {
  67311. "first_sale_date" "2016-03-10"
  67312. "prefab" "weapon_case_base"
  67313. "attributes"
  67314. {
  67315. "tournament event id"
  67316. {
  67317. "attribute_class" "tournament_event_id"
  67318. "value" "9"
  67319. }
  67320. }
  67321. }
  67322. "columbus2016_signature_capsule_prefab"
  67323. {
  67324. "first_sale_date" "2016-03-10"
  67325. "prefab" "weapon_case_base"
  67326. "attributes"
  67327. {
  67328. "tournament event id"
  67329. {
  67330. "attribute_class" "tournament_event_id"
  67331. "value" "9"
  67332. }
  67333. }
  67334. "tags"
  67335. {
  67336. "StickerCapsule"
  67337. {
  67338. "tag_value" "crate_signature_pack_columbus2016_group_players_collection"
  67339. "tag_text" "#CSGO_crate_signature_pack_columbus2016_group_players_tag"
  67340. "tag_group" "StickerCapsule"
  67341. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  67342. }
  67343. }
  67344. }
  67345. }
  67346. "revolving_loot_lists"
  67347. {
  67348. "113" "crate_sticker_pack_columbus2016_legends"
  67349. "114" "crate_sticker_pack_columbus2016_challengers"
  67350. "115" "crate_signature_pack_columbus2016_group_1_legendary"
  67351. "116" "crate_signature_pack_columbus2016_group_2_legendary"
  67352. "117" "columbus2016_signatures_nip"
  67353. "118" "columbus2016_signatures_splc"
  67354. "119" "columbus2016_signatures_clg"
  67355. "120" "columbus2016_signatures_gamb"
  67356. "121" "columbus2016_signatures_flip"
  67357. "122" "columbus2016_signatures_liq"
  67358. "123" "columbus2016_signatures_mss"
  67359. "124" "columbus2016_signatures_navi"
  67360. "125" "columbus2016_signatures_vp"
  67361. "126" "columbus2016_signatures_c9"
  67362. "127" "columbus2016_signatures_g2"
  67363. "128" "columbus2016_signatures_faze"
  67364. "129" "columbus2016_signatures_astr"
  67365. "130" "columbus2016_signatures_nv"
  67366. "131" "columbus2016_signatures_fntc"
  67367. "132" "columbus2016_signatures_lumi"
  67368. "133" "crate_columbus2016_promo_de_dust2"
  67369. "134" "crate_columbus2016_promo_de_mirage"
  67370. "135" "crate_columbus2016_promo_de_inferno"
  67371. "136" "crate_columbus2016_promo_de_cbble"
  67372. "137" "crate_columbus2016_promo_de_overpass"
  67373. "138" "crate_columbus2016_promo_de_cache"
  67374. "139" "crate_columbus2016_promo_de_train"
  67375. "140" "crate_columbus2016_promo_de_nuke"
  67376. }
  67377. "client_loot_lists"
  67378. {
  67379. "columbus2016_rare_nip"
  67380. {
  67381. "[columbus2016_team_nip]sticker" "1"
  67382. }
  67383. "columbus2016_rare_splc"
  67384. {
  67385. "[columbus2016_team_splc]sticker" "1"
  67386. }
  67387. "columbus2016_rare_clg"
  67388. {
  67389. "[columbus2016_team_clg]sticker" "1"
  67390. }
  67391. "columbus2016_rare_gamb"
  67392. {
  67393. "[columbus2016_team_gamb]sticker" "1"
  67394. }
  67395. "columbus2016_rare_flip"
  67396. {
  67397. "[columbus2016_team_flip]sticker" "1"
  67398. }
  67399. "columbus2016_rare_liq"
  67400. {
  67401. "[columbus2016_team_liq]sticker" "1"
  67402. }
  67403. "columbus2016_rare_mss"
  67404. {
  67405. "[columbus2016_team_mss]sticker" "1"
  67406. }
  67407. "columbus2016_rare_navi"
  67408. {
  67409. "[columbus2016_team_navi]sticker" "1"
  67410. }
  67411. "columbus2016_rare_vp"
  67412. {
  67413. "[columbus2016_team_vp]sticker" "1"
  67414. }
  67415. "columbus2016_rare_c9"
  67416. {
  67417. "[columbus2016_team_c9]sticker" "1"
  67418. }
  67419. "columbus2016_rare_g2"
  67420. {
  67421. "[columbus2016_team_g2]sticker" "1"
  67422. }
  67423. "columbus2016_rare_faze"
  67424. {
  67425. "[columbus2016_team_faze]sticker" "1"
  67426. }
  67427. "columbus2016_rare_astr"
  67428. {
  67429. "[columbus2016_team_astr]sticker" "1"
  67430. }
  67431. "columbus2016_rare_nv"
  67432. {
  67433. "[columbus2016_team_nv]sticker" "1"
  67434. }
  67435. "columbus2016_rare_fntc"
  67436. {
  67437. "[columbus2016_team_fntc]sticker" "1"
  67438. }
  67439. "columbus2016_rare_lumi"
  67440. {
  67441. "[columbus2016_team_lumi]sticker" "1"
  67442. }
  67443. "columbus2016_rare_mlg"
  67444. {
  67445. "[columbus2016_team_mlg]sticker" "1"
  67446. }
  67447. "crate_sticker_pack_columbus2016_legends_rare"
  67448. {
  67449. "[columbus2016_team_nip]sticker" "1"
  67450. "[columbus2016_team_navi]sticker" "1"
  67451. "[columbus2016_team_vp]sticker" "1"
  67452. "[columbus2016_team_faze]sticker" "1"
  67453. "[columbus2016_team_astr]sticker" "1"
  67454. "[columbus2016_team_nv]sticker" "1"
  67455. "[columbus2016_team_fntc]sticker" "1"
  67456. "[columbus2016_team_lumi]sticker" "1"
  67457. "[columbus2016_team_mlg]sticker" "1"
  67458. }
  67459. "crate_sticker_pack_columbus2016_legends_mythical"
  67460. {
  67461. "[columbus2016_team_nip_holo]sticker" "1"
  67462. "[columbus2016_team_navi_holo]sticker" "1"
  67463. "[columbus2016_team_vp_holo]sticker" "1"
  67464. "[columbus2016_team_faze_holo]sticker" "1"
  67465. "[columbus2016_team_astr_holo]sticker" "1"
  67466. "[columbus2016_team_nv_holo]sticker" "1"
  67467. "[columbus2016_team_fntc_holo]sticker" "1"
  67468. "[columbus2016_team_lumi_holo]sticker" "1"
  67469. "[columbus2016_team_mlg_holo]sticker" "1"
  67470. }
  67471. "crate_sticker_pack_columbus2016_legends_legendary"
  67472. {
  67473. "[columbus2016_team_nip_foil]sticker" "1"
  67474. "[columbus2016_team_navi_foil]sticker" "1"
  67475. "[columbus2016_team_vp_foil]sticker" "1"
  67476. "[columbus2016_team_faze_foil]sticker" "1"
  67477. "[columbus2016_team_astr_foil]sticker" "1"
  67478. "[columbus2016_team_nv_foil]sticker" "1"
  67479. "[columbus2016_team_fntc_foil]sticker" "1"
  67480. "[columbus2016_team_lumi_foil]sticker" "1"
  67481. "[columbus2016_team_mlg_foil]sticker" "1"
  67482. }
  67483. "crate_sticker_pack_columbus2016_legends"
  67484. {
  67485. "crate_sticker_pack_columbus2016_legends_mythical" "1"
  67486. "crate_sticker_pack_columbus2016_legends_legendary" "1"
  67487. }
  67488. "crate_sticker_pack_columbus2016_challengers_rare"
  67489. {
  67490. "[columbus2016_team_splc]sticker" "1"
  67491. "[columbus2016_team_clg]sticker" "1"
  67492. "[columbus2016_team_gamb]sticker" "1"
  67493. "[columbus2016_team_flip]sticker" "1"
  67494. "[columbus2016_team_liq]sticker" "1"
  67495. "[columbus2016_team_mss]sticker" "1"
  67496. "[columbus2016_team_c9]sticker" "1"
  67497. "[columbus2016_team_g2]sticker" "1"
  67498. }
  67499. "crate_sticker_pack_columbus2016_challengers_mythical"
  67500. {
  67501. "[columbus2016_team_splc_holo]sticker" "1"
  67502. "[columbus2016_team_clg_holo]sticker" "1"
  67503. "[columbus2016_team_gamb_holo]sticker" "1"
  67504. "[columbus2016_team_flip_holo]sticker" "1"
  67505. "[columbus2016_team_liq_holo]sticker" "1"
  67506. "[columbus2016_team_mss_holo]sticker" "1"
  67507. "[columbus2016_team_c9_holo]sticker" "1"
  67508. "[columbus2016_team_g2_holo]sticker" "1"
  67509. "[columbus2016_team_mlg_holo]sticker" "1"
  67510. }
  67511. "crate_sticker_pack_columbus2016_challengers_legendary"
  67512. {
  67513. "[columbus2016_team_splc_foil]sticker" "1"
  67514. "[columbus2016_team_clg_foil]sticker" "1"
  67515. "[columbus2016_team_gamb_foil]sticker" "1"
  67516. "[columbus2016_team_flip_foil]sticker" "1"
  67517. "[columbus2016_team_liq_foil]sticker" "1"
  67518. "[columbus2016_team_mss_foil]sticker" "1"
  67519. "[columbus2016_team_c9_foil]sticker" "1"
  67520. "[columbus2016_team_g2_foil]sticker" "1"
  67521. "[columbus2016_team_mlg_foil]sticker" "1"
  67522. }
  67523. "crate_sticker_pack_columbus2016_challengers"
  67524. {
  67525. "crate_sticker_pack_columbus2016_challengers_mythical" "1"
  67526. "crate_sticker_pack_columbus2016_challengers_legendary" "1"
  67527. }
  67528. "columbus2016_signatures_nip"
  67529. {
  67530. "[columbus2016_signature_pyth]sticker" "1"
  67531. "[columbus2016_signature_forest]sticker" "1"
  67532. "[columbus2016_signature_friberg]sticker" "1"
  67533. "[columbus2016_signature_getright]sticker" "1"
  67534. "[columbus2016_signature_xizt]sticker" "1"
  67535. }
  67536. "columbus2016_signatures_splc"
  67537. {
  67538. "[columbus2016_signature_jasonr]sticker" "1"
  67539. "[columbus2016_signature_arya]sticker" "1"
  67540. "[columbus2016_signature_professorchaos]sticker" "1"
  67541. "[columbus2016_signature_davey]sticker" "1"
  67542. "[columbus2016_signature_abe]sticker" "1"
  67543. }
  67544. "columbus2016_signatures_clg"
  67545. {
  67546. "[columbus2016_signature_reltuc]sticker" "1"
  67547. "[columbus2016_signature_fugly]sticker" "1"
  67548. "[columbus2016_signature_hazed]sticker" "1"
  67549. "[columbus2016_signature_jdm64]sticker" "1"
  67550. "[columbus2016_signature_tarik]sticker" "1"
  67551. }
  67552. "columbus2016_signatures_gamb"
  67553. {
  67554. "[columbus2016_signature_waylander]sticker" "1"
  67555. "[columbus2016_signature_dosia]sticker" "1"
  67556. "[columbus2016_signature_hooch]sticker" "1"
  67557. "[columbus2016_signature_mou]sticker" "1"
  67558. "[columbus2016_signature_adrenkz]sticker" "1"
  67559. }
  67560. "columbus2016_signatures_flip"
  67561. {
  67562. "[columbus2016_signature_b1ad3]sticker" "1"
  67563. "[columbus2016_signature_bondik]sticker" "1"
  67564. "[columbus2016_signature_shara]sticker" "1"
  67565. "[columbus2016_signature_markeloff]sticker" "1"
  67566. "[columbus2016_signature_worldedit]sticker" "1"
  67567. }
  67568. "columbus2016_signatures_liq"
  67569. {
  67570. "[columbus2016_signature_adren]sticker" "1"
  67571. "[columbus2016_signature_elige]sticker" "1"
  67572. "[columbus2016_signature_s1mple]sticker" "1"
  67573. "[columbus2016_signature_hiko]sticker" "1"
  67574. "[columbus2016_signature_nitro]sticker" "1"
  67575. }
  67576. "columbus2016_signatures_mss"
  67577. {
  67578. "[columbus2016_signature_chrisj]sticker" "1"
  67579. "[columbus2016_signature_denis]sticker" "1"
  67580. "[columbus2016_signature_spiidi]sticker" "1"
  67581. "[columbus2016_signature_nex]sticker" "1"
  67582. "[columbus2016_signature_niko]sticker" "1"
  67583. }
  67584. "columbus2016_signatures_navi"
  67585. {
  67586. "[columbus2016_signature_edward]sticker" "1"
  67587. "[columbus2016_signature_flamie]sticker" "1"
  67588. "[columbus2016_signature_guardian]sticker" "1"
  67589. "[columbus2016_signature_seized]sticker" "1"
  67590. "[columbus2016_signature_zeus]sticker" "1"
  67591. }
  67592. "columbus2016_signatures_vp"
  67593. {
  67594. "[columbus2016_signature_byali]sticker" "1"
  67595. "[columbus2016_signature_neo]sticker" "1"
  67596. "[columbus2016_signature_pasha]sticker" "1"
  67597. "[columbus2016_signature_snax]sticker" "1"
  67598. "[columbus2016_signature_taz]sticker" "1"
  67599. }
  67600. "columbus2016_signatures_c9"
  67601. {
  67602. "[columbus2016_signature_freakazoid]sticker" "1"
  67603. "[columbus2016_signature_stewie2k]sticker" "1"
  67604. "[columbus2016_signature_shroud]sticker" "1"
  67605. "[columbus2016_signature_skadoodle]sticker" "1"
  67606. "[columbus2016_signature_nothing]sticker" "1"
  67607. }
  67608. "columbus2016_signatures_g2"
  67609. {
  67610. "[columbus2016_signature_ex6tenz]sticker" "1"
  67611. "[columbus2016_signature_rpk]sticker" "1"
  67612. "[columbus2016_signature_scream]sticker" "1"
  67613. "[columbus2016_signature_shox]sticker" "1"
  67614. "[columbus2016_signature_smithzz]sticker" "1"
  67615. }
  67616. "columbus2016_signatures_faze"
  67617. {
  67618. "[columbus2016_signature_aizy]sticker" "1"
  67619. "[columbus2016_signature_fox]sticker" "1"
  67620. "[columbus2016_signature_maikelele]sticker" "1"
  67621. "[columbus2016_signature_rain]sticker" "1"
  67622. "[columbus2016_signature_jkaem]sticker" "1"
  67623. }
  67624. "columbus2016_signatures_astr"
  67625. {
  67626. "[columbus2016_signature_cajunb]sticker" "1"
  67627. "[columbus2016_signature_device]sticker" "1"
  67628. "[columbus2016_signature_dupreeh]sticker" "1"
  67629. "[columbus2016_signature_karrigan]sticker" "1"
  67630. "[columbus2016_signature_xyp9x]sticker" "1"
  67631. }
  67632. "columbus2016_signatures_nv"
  67633. {
  67634. "[columbus2016_signature_apex]sticker" "1"
  67635. "[columbus2016_signature_happy]sticker" "1"
  67636. "[columbus2016_signature_devil]sticker" "1"
  67637. "[columbus2016_signature_kennys]sticker" "1"
  67638. "[columbus2016_signature_nbk]sticker" "1"
  67639. }
  67640. "columbus2016_signatures_fntc"
  67641. {
  67642. "[columbus2016_signature_flusha]sticker" "1"
  67643. "[columbus2016_signature_jw]sticker" "1"
  67644. "[columbus2016_signature_krimz]sticker" "1"
  67645. "[columbus2016_signature_olofmeister]sticker" "1"
  67646. "[columbus2016_signature_dennis]sticker" "1"
  67647. }
  67648. "columbus2016_signatures_lumi"
  67649. {
  67650. "[columbus2016_signature_fnx]sticker" "1"
  67651. "[columbus2016_signature_coldzera]sticker" "1"
  67652. "[columbus2016_signature_fallen]sticker" "1"
  67653. "[columbus2016_signature_fer]sticker" "1"
  67654. "[columbus2016_signature_taco]sticker" "1"
  67655. }
  67656. "crate_signature_pack_columbus2016_group_1_rare"
  67657. {
  67658. "[columbus2016_signature_jasonr]sticker" "1"
  67659. "[columbus2016_signature_arya]sticker" "1"
  67660. "[columbus2016_signature_professorchaos]sticker" "1"
  67661. "[columbus2016_signature_davey]sticker" "1"
  67662. "[columbus2016_signature_abe]sticker" "1"
  67663. "[columbus2016_signature_reltuc]sticker" "1"
  67664. "[columbus2016_signature_fugly]sticker" "1"
  67665. "[columbus2016_signature_hazed]sticker" "1"
  67666. "[columbus2016_signature_jdm64]sticker" "1"
  67667. "[columbus2016_signature_tarik]sticker" "1"
  67668. "[columbus2016_signature_waylander]sticker" "1"
  67669. "[columbus2016_signature_dosia]sticker" "1"
  67670. "[columbus2016_signature_hooch]sticker" "1"
  67671. "[columbus2016_signature_mou]sticker" "1"
  67672. "[columbus2016_signature_adrenkz]sticker" "1"
  67673. "[columbus2016_signature_b1ad3]sticker" "1"
  67674. "[columbus2016_signature_bondik]sticker" "1"
  67675. "[columbus2016_signature_shara]sticker" "1"
  67676. "[columbus2016_signature_markeloff]sticker" "1"
  67677. "[columbus2016_signature_worldedit]sticker" "1"
  67678. "[columbus2016_signature_adren]sticker" "1"
  67679. "[columbus2016_signature_elige]sticker" "1"
  67680. "[columbus2016_signature_s1mple]sticker" "1"
  67681. "[columbus2016_signature_hiko]sticker" "1"
  67682. "[columbus2016_signature_nitro]sticker" "1"
  67683. "[columbus2016_signature_chrisj]sticker" "1"
  67684. "[columbus2016_signature_denis]sticker" "1"
  67685. "[columbus2016_signature_spiidi]sticker" "1"
  67686. "[columbus2016_signature_nex]sticker" "1"
  67687. "[columbus2016_signature_niko]sticker" "1"
  67688. "[columbus2016_signature_freakazoid]sticker" "1"
  67689. "[columbus2016_signature_stewie2k]sticker" "1"
  67690. "[columbus2016_signature_shroud]sticker" "1"
  67691. "[columbus2016_signature_skadoodle]sticker" "1"
  67692. "[columbus2016_signature_nothing]sticker" "1"
  67693. "[columbus2016_signature_ex6tenz]sticker" "1"
  67694. "[columbus2016_signature_rpk]sticker" "1"
  67695. "[columbus2016_signature_scream]sticker" "1"
  67696. "[columbus2016_signature_shox]sticker" "1"
  67697. "[columbus2016_signature_smithzz]sticker" "1"
  67698. }
  67699. "crate_signature_pack_columbus2016_group_1_legendary"
  67700. {
  67701. "[columbus2016_signature_jasonr_foil]sticker" "1"
  67702. "[columbus2016_signature_arya_foil]sticker" "1"
  67703. "[columbus2016_signature_professorchaos_foil]sticker" "1"
  67704. "[columbus2016_signature_davey_foil]sticker" "1"
  67705. "[columbus2016_signature_abe_foil]sticker" "1"
  67706. "[columbus2016_signature_reltuc_foil]sticker" "1"
  67707. "[columbus2016_signature_fugly_foil]sticker" "1"
  67708. "[columbus2016_signature_hazed_foil]sticker" "1"
  67709. "[columbus2016_signature_jdm64_foil]sticker" "1"
  67710. "[columbus2016_signature_tarik_foil]sticker" "1"
  67711. "[columbus2016_signature_waylander_foil]sticker" "1"
  67712. "[columbus2016_signature_dosia_foil]sticker" "1"
  67713. "[columbus2016_signature_hooch_foil]sticker" "1"
  67714. "[columbus2016_signature_mou_foil]sticker" "1"
  67715. "[columbus2016_signature_adrenkz_foil]sticker" "1"
  67716. "[columbus2016_signature_b1ad3_foil]sticker" "1"
  67717. "[columbus2016_signature_bondik_foil]sticker" "1"
  67718. "[columbus2016_signature_shara_foil]sticker" "1"
  67719. "[columbus2016_signature_markeloff_foil]sticker" "1"
  67720. "[columbus2016_signature_worldedit_foil]sticker" "1"
  67721. "[columbus2016_signature_adren_foil]sticker" "1"
  67722. "[columbus2016_signature_elige_foil]sticker" "1"
  67723. "[columbus2016_signature_s1mple_foil]sticker" "1"
  67724. "[columbus2016_signature_hiko_foil]sticker" "1"
  67725. "[columbus2016_signature_nitro_foil]sticker" "1"
  67726. "[columbus2016_signature_chrisj_foil]sticker" "1"
  67727. "[columbus2016_signature_denis_foil]sticker" "1"
  67728. "[columbus2016_signature_spiidi_foil]sticker" "1"
  67729. "[columbus2016_signature_nex_foil]sticker" "1"
  67730. "[columbus2016_signature_niko_foil]sticker" "1"
  67731. "[columbus2016_signature_freakazoid_foil]sticker" "1"
  67732. "[columbus2016_signature_stewie2k_foil]sticker" "1"
  67733. "[columbus2016_signature_shroud_foil]sticker" "1"
  67734. "[columbus2016_signature_skadoodle_foil]sticker" "1"
  67735. "[columbus2016_signature_nothing_foil]sticker" "1"
  67736. "[columbus2016_signature_ex6tenz_foil]sticker" "1"
  67737. "[columbus2016_signature_rpk_foil]sticker" "1"
  67738. "[columbus2016_signature_scream_foil]sticker" "1"
  67739. "[columbus2016_signature_shox_foil]sticker" "1"
  67740. "[columbus2016_signature_smithzz_foil]sticker" "1"
  67741. }
  67742. "crate_signature_pack_columbus2016_group_2_rare"
  67743. {
  67744. "[columbus2016_signature_pyth]sticker" "1"
  67745. "[columbus2016_signature_forest]sticker" "1"
  67746. "[columbus2016_signature_friberg]sticker" "1"
  67747. "[columbus2016_signature_getright]sticker" "1"
  67748. "[columbus2016_signature_xizt]sticker" "1"
  67749. "[columbus2016_signature_edward]sticker" "1"
  67750. "[columbus2016_signature_flamie]sticker" "1"
  67751. "[columbus2016_signature_guardian]sticker" "1"
  67752. "[columbus2016_signature_seized]sticker" "1"
  67753. "[columbus2016_signature_zeus]sticker" "1"
  67754. "[columbus2016_signature_byali]sticker" "1"
  67755. "[columbus2016_signature_neo]sticker" "1"
  67756. "[columbus2016_signature_pasha]sticker" "1"
  67757. "[columbus2016_signature_snax]sticker" "1"
  67758. "[columbus2016_signature_taz]sticker" "1"
  67759. "[columbus2016_signature_aizy]sticker" "1"
  67760. "[columbus2016_signature_fox]sticker" "1"
  67761. "[columbus2016_signature_maikelele]sticker" "1"
  67762. "[columbus2016_signature_rain]sticker" "1"
  67763. "[columbus2016_signature_jkaem]sticker" "1"
  67764. "[columbus2016_signature_cajunb]sticker" "1"
  67765. "[columbus2016_signature_device]sticker" "1"
  67766. "[columbus2016_signature_dupreeh]sticker" "1"
  67767. "[columbus2016_signature_karrigan]sticker" "1"
  67768. "[columbus2016_signature_xyp9x]sticker" "1"
  67769. "[columbus2016_signature_apex]sticker" "1"
  67770. "[columbus2016_signature_happy]sticker" "1"
  67771. "[columbus2016_signature_devil]sticker" "1"
  67772. "[columbus2016_signature_kennys]sticker" "1"
  67773. "[columbus2016_signature_nbk]sticker" "1"
  67774. "[columbus2016_signature_flusha]sticker" "1"
  67775. "[columbus2016_signature_jw]sticker" "1"
  67776. "[columbus2016_signature_krimz]sticker" "1"
  67777. "[columbus2016_signature_olofmeister]sticker" "1"
  67778. "[columbus2016_signature_dennis]sticker" "1"
  67779. "[columbus2016_signature_fnx]sticker" "1"
  67780. "[columbus2016_signature_coldzera]sticker" "1"
  67781. "[columbus2016_signature_fallen]sticker" "1"
  67782. "[columbus2016_signature_fer]sticker" "1"
  67783. "[columbus2016_signature_taco]sticker" "1"
  67784. }
  67785. "crate_signature_pack_columbus2016_group_2_legendary"
  67786. {
  67787. "[columbus2016_signature_pyth_foil]sticker" "1"
  67788. "[columbus2016_signature_forest_foil]sticker" "1"
  67789. "[columbus2016_signature_friberg_foil]sticker" "1"
  67790. "[columbus2016_signature_getright_foil]sticker" "1"
  67791. "[columbus2016_signature_xizt_foil]sticker" "1"
  67792. "[columbus2016_signature_edward_foil]sticker" "1"
  67793. "[columbus2016_signature_flamie_foil]sticker" "1"
  67794. "[columbus2016_signature_guardian_foil]sticker" "1"
  67795. "[columbus2016_signature_seized_foil]sticker" "1"
  67796. "[columbus2016_signature_zeus_foil]sticker" "1"
  67797. "[columbus2016_signature_byali_foil]sticker" "1"
  67798. "[columbus2016_signature_neo_foil]sticker" "1"
  67799. "[columbus2016_signature_pasha_foil]sticker" "1"
  67800. "[columbus2016_signature_snax_foil]sticker" "1"
  67801. "[columbus2016_signature_taz_foil]sticker" "1"
  67802. "[columbus2016_signature_aizy_foil]sticker" "1"
  67803. "[columbus2016_signature_fox_foil]sticker" "1"
  67804. "[columbus2016_signature_maikelele_foil]sticker" "1"
  67805. "[columbus2016_signature_rain_foil]sticker" "1"
  67806. "[columbus2016_signature_jkaem_foil]sticker" "1"
  67807. "[columbus2016_signature_cajunb_foil]sticker" "1"
  67808. "[columbus2016_signature_device_foil]sticker" "1"
  67809. "[columbus2016_signature_dupreeh_foil]sticker" "1"
  67810. "[columbus2016_signature_karrigan_foil]sticker" "1"
  67811. "[columbus2016_signature_xyp9x_foil]sticker" "1"
  67812. "[columbus2016_signature_apex_foil]sticker" "1"
  67813. "[columbus2016_signature_happy_foil]sticker" "1"
  67814. "[columbus2016_signature_devil_foil]sticker" "1"
  67815. "[columbus2016_signature_kennys_foil]sticker" "1"
  67816. "[columbus2016_signature_nbk_foil]sticker" "1"
  67817. "[columbus2016_signature_flusha_foil]sticker" "1"
  67818. "[columbus2016_signature_jw_foil]sticker" "1"
  67819. "[columbus2016_signature_krimz_foil]sticker" "1"
  67820. "[columbus2016_signature_olofmeister_foil]sticker" "1"
  67821. "[columbus2016_signature_dennis_foil]sticker" "1"
  67822. "[columbus2016_signature_fnx_foil]sticker" "1"
  67823. "[columbus2016_signature_coldzera_foil]sticker" "1"
  67824. "[columbus2016_signature_fallen_foil]sticker" "1"
  67825. "[columbus2016_signature_fer_foil]sticker" "1"
  67826. "[columbus2016_signature_taco_foil]sticker" "1"
  67827. }
  67828. "crate_columbus2016_promo_de_dust2"
  67829. {
  67830. "set_dust_2" "1"
  67831. }
  67832. "crate_columbus2016_promo_de_mirage"
  67833. {
  67834. "set_mirage" "1"
  67835. }
  67836. "crate_columbus2016_promo_de_inferno"
  67837. {
  67838. "set_inferno" "1"
  67839. }
  67840. "crate_columbus2016_promo_de_cbble"
  67841. {
  67842. "set_cobblestone" "1"
  67843. }
  67844. "crate_columbus2016_promo_de_overpass"
  67845. {
  67846. "set_overpass" "1"
  67847. }
  67848. "crate_columbus2016_promo_de_cache"
  67849. {
  67850. "set_cache" "1"
  67851. }
  67852. "crate_columbus2016_promo_de_train"
  67853. {
  67854. "set_train" "1"
  67855. }
  67856. "crate_columbus2016_promo_de_nuke"
  67857. {
  67858. "set_nuke" "1"
  67859. }
  67860. }
  67861. "items"
  67862. {
  67863. "4188"
  67864. {
  67865. "item_name" "#StickerKit_columbus2016_team_nip"
  67866. "name" "crate_sticker_pack_columbus2016_nip"
  67867. "item_description" "#StickerKit_desc_columbus2016_team_nip"
  67868. "image_inventory" "econ/stickers/columbus2016/nip"
  67869. "loot_list_name" "columbus2016_rare_nip"
  67870. "prefab" "columbus2016_sticker_capsule_prefab"
  67871. "item_type" "self_opening_purchase"
  67872. }
  67873. "4189"
  67874. {
  67875. "item_name" "#StickerKit_columbus2016_team_splc"
  67876. "name" "crate_sticker_pack_columbus2016_splc"
  67877. "item_description" "#StickerKit_desc_columbus2016_team_splc"
  67878. "image_inventory" "econ/stickers/columbus2016/splc"
  67879. "loot_list_name" "columbus2016_rare_splc"
  67880. "prefab" "columbus2016_sticker_capsule_prefab"
  67881. "item_type" "self_opening_purchase"
  67882. }
  67883. "4190"
  67884. {
  67885. "item_name" "#StickerKit_columbus2016_team_clg"
  67886. "name" "crate_sticker_pack_columbus2016_clg"
  67887. "item_description" "#StickerKit_desc_columbus2016_team_clg"
  67888. "image_inventory" "econ/stickers/columbus2016/clg"
  67889. "loot_list_name" "columbus2016_rare_clg"
  67890. "prefab" "columbus2016_sticker_capsule_prefab"
  67891. "item_type" "self_opening_purchase"
  67892. }
  67893. "4191"
  67894. {
  67895. "item_name" "#StickerKit_columbus2016_team_gamb"
  67896. "name" "crate_sticker_pack_columbus2016_gamb"
  67897. "item_description" "#StickerKit_desc_columbus2016_team_gamb"
  67898. "image_inventory" "econ/stickers/columbus2016/gamb"
  67899. "loot_list_name" "columbus2016_rare_gamb"
  67900. "prefab" "columbus2016_sticker_capsule_prefab"
  67901. "item_type" "self_opening_purchase"
  67902. }
  67903. "4192"
  67904. {
  67905. "item_name" "#StickerKit_columbus2016_team_flip"
  67906. "name" "crate_sticker_pack_columbus2016_flip"
  67907. "item_description" "#StickerKit_desc_columbus2016_team_flip"
  67908. "image_inventory" "econ/stickers/columbus2016/flip"
  67909. "loot_list_name" "columbus2016_rare_flip"
  67910. "prefab" "columbus2016_sticker_capsule_prefab"
  67911. "item_type" "self_opening_purchase"
  67912. }
  67913. "4193"
  67914. {
  67915. "item_name" "#StickerKit_columbus2016_team_liq"
  67916. "name" "crate_sticker_pack_columbus2016_liq"
  67917. "item_description" "#StickerKit_desc_columbus2016_team_liq"
  67918. "image_inventory" "econ/stickers/columbus2016/liq"
  67919. "loot_list_name" "columbus2016_rare_liq"
  67920. "prefab" "columbus2016_sticker_capsule_prefab"
  67921. "item_type" "self_opening_purchase"
  67922. }
  67923. "4194"
  67924. {
  67925. "item_name" "#StickerKit_columbus2016_team_mss"
  67926. "name" "crate_sticker_pack_columbus2016_mss"
  67927. "item_description" "#StickerKit_desc_columbus2016_team_mss"
  67928. "image_inventory" "econ/stickers/columbus2016/mss"
  67929. "loot_list_name" "columbus2016_rare_mss"
  67930. "prefab" "columbus2016_sticker_capsule_prefab"
  67931. "item_type" "self_opening_purchase"
  67932. }
  67933. "4195"
  67934. {
  67935. "item_name" "#StickerKit_columbus2016_team_navi"
  67936. "name" "crate_sticker_pack_columbus2016_navi"
  67937. "item_description" "#StickerKit_desc_columbus2016_team_navi"
  67938. "image_inventory" "econ/stickers/columbus2016/navi"
  67939. "loot_list_name" "columbus2016_rare_navi"
  67940. "prefab" "columbus2016_sticker_capsule_prefab"
  67941. "item_type" "self_opening_purchase"
  67942. }
  67943. "4196"
  67944. {
  67945. "item_name" "#StickerKit_columbus2016_team_vp"
  67946. "name" "crate_sticker_pack_columbus2016_vp"
  67947. "item_description" "#StickerKit_desc_columbus2016_team_vp"
  67948. "image_inventory" "econ/stickers/columbus2016/vp"
  67949. "loot_list_name" "columbus2016_rare_vp"
  67950. "prefab" "columbus2016_sticker_capsule_prefab"
  67951. "item_type" "self_opening_purchase"
  67952. }
  67953. "4197"
  67954. {
  67955. "item_name" "#StickerKit_columbus2016_team_c9"
  67956. "name" "crate_sticker_pack_columbus2016_c9"
  67957. "item_description" "#StickerKit_desc_columbus2016_team_c9"
  67958. "image_inventory" "econ/stickers/columbus2016/c9"
  67959. "loot_list_name" "columbus2016_rare_c9"
  67960. "prefab" "columbus2016_sticker_capsule_prefab"
  67961. "item_type" "self_opening_purchase"
  67962. }
  67963. "4198"
  67964. {
  67965. "item_name" "#StickerKit_columbus2016_team_g2"
  67966. "name" "crate_sticker_pack_columbus2016_g2"
  67967. "item_description" "#StickerKit_desc_columbus2016_team_g2"
  67968. "image_inventory" "econ/stickers/columbus2016/g2"
  67969. "loot_list_name" "columbus2016_rare_g2"
  67970. "prefab" "columbus2016_sticker_capsule_prefab"
  67971. "item_type" "self_opening_purchase"
  67972. }
  67973. "4199"
  67974. {
  67975. "item_name" "#StickerKit_columbus2016_team_faze"
  67976. "name" "crate_sticker_pack_columbus2016_faze"
  67977. "item_description" "#StickerKit_desc_columbus2016_team_faze"
  67978. "image_inventory" "econ/stickers/columbus2016/faze"
  67979. "loot_list_name" "columbus2016_rare_faze"
  67980. "prefab" "columbus2016_sticker_capsule_prefab"
  67981. "item_type" "self_opening_purchase"
  67982. }
  67983. "4200"
  67984. {
  67985. "item_name" "#StickerKit_columbus2016_team_astr"
  67986. "name" "crate_sticker_pack_columbus2016_astr"
  67987. "item_description" "#StickerKit_desc_columbus2016_team_astr"
  67988. "image_inventory" "econ/stickers/columbus2016/astr"
  67989. "loot_list_name" "columbus2016_rare_astr"
  67990. "prefab" "columbus2016_sticker_capsule_prefab"
  67991. "item_type" "self_opening_purchase"
  67992. }
  67993. "4201"
  67994. {
  67995. "item_name" "#StickerKit_columbus2016_team_nv"
  67996. "name" "crate_sticker_pack_columbus2016_nv"
  67997. "item_description" "#StickerKit_desc_columbus2016_team_nv"
  67998. "image_inventory" "econ/stickers/columbus2016/nv"
  67999. "loot_list_name" "columbus2016_rare_nv"
  68000. "prefab" "columbus2016_sticker_capsule_prefab"
  68001. "item_type" "self_opening_purchase"
  68002. }
  68003. "4202"
  68004. {
  68005. "item_name" "#StickerKit_columbus2016_team_fntc"
  68006. "name" "crate_sticker_pack_columbus2016_fntc"
  68007. "item_description" "#StickerKit_desc_columbus2016_team_fntc"
  68008. "image_inventory" "econ/stickers/columbus2016/fntc"
  68009. "loot_list_name" "columbus2016_rare_fntc"
  68010. "prefab" "columbus2016_sticker_capsule_prefab"
  68011. "item_type" "self_opening_purchase"
  68012. }
  68013. "4203"
  68014. {
  68015. "item_name" "#StickerKit_columbus2016_team_lumi"
  68016. "name" "crate_sticker_pack_columbus2016_lumi"
  68017. "item_description" "#StickerKit_desc_columbus2016_team_lumi"
  68018. "image_inventory" "econ/stickers/columbus2016/lumi"
  68019. "loot_list_name" "columbus2016_rare_lumi"
  68020. "prefab" "columbus2016_sticker_capsule_prefab"
  68021. "item_type" "self_opening_purchase"
  68022. }
  68023. "4204"
  68024. {
  68025. "item_name" "#StickerKit_columbus2016_team_mlg"
  68026. "name" "crate_sticker_pack_columbus2016_mlg"
  68027. "item_description" "#StickerKit_desc_columbus2016_team_mlg"
  68028. "image_inventory" "econ/stickers/columbus2016/mlg"
  68029. "loot_list_name" "columbus2016_rare_mlg"
  68030. "prefab" "columbus2016_sticker_capsule_prefab"
  68031. "item_type" "self_opening_purchase"
  68032. }
  68033. "4205"
  68034. {
  68035. "item_name" "#CSGO_crate_sticker_pack_columbus2016_legends"
  68036. "name" "crate_sticker_pack_columbus2016_legends"
  68037. "item_description" "#CSGO_crate_sticker_pack_columbus2016_legends_desc"
  68038. "image_inventory" "econ/weapon_cases/crate_sticker_pack_columbus2016_01"
  68039. "prefab" "columbus2016_sticker_capsule_prefab"
  68040. "attributes"
  68041. {
  68042. "set supply crate series"
  68043. {
  68044. "attribute_class" "supply_crate_series"
  68045. "value" "113"
  68046. }
  68047. }
  68048. "tags"
  68049. {
  68050. "StickerCapsule"
  68051. {
  68052. "tag_value" "crate_sticker_pack_columbus2016_legends_collection"
  68053. "tag_text" "#CSGO_crate_sticker_pack_columbus2016_legends_tag"
  68054. "tag_group" "StickerCapsule"
  68055. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  68056. }
  68057. }
  68058. }
  68059. "4206"
  68060. {
  68061. "item_name" "#CSGO_crate_sticker_pack_columbus2016_challengers"
  68062. "name" "crate_sticker_pack_columbus2016_challengers"
  68063. "item_description" "#CSGO_crate_sticker_pack_columbus2016_challengers_desc"
  68064. "image_inventory" "econ/weapon_cases/crate_sticker_pack_columbus2016_02"
  68065. "prefab" "columbus2016_sticker_capsule_prefab"
  68066. "attributes"
  68067. {
  68068. "set supply crate series"
  68069. {
  68070. "attribute_class" "supply_crate_series"
  68071. "value" "114"
  68072. }
  68073. }
  68074. "tags"
  68075. {
  68076. "StickerCapsule"
  68077. {
  68078. "tag_value" "crate_sticker_pack_columbus2016_challengers_collection"
  68079. "tag_text" "#CSGO_crate_sticker_pack_columbus2016_challengers_tag"
  68080. "tag_group" "StickerCapsule"
  68081. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  68082. }
  68083. }
  68084. }
  68085. "4207"
  68086. {
  68087. "item_name" "#CSGO_crate_signature_pack_columbus2016_group_1"
  68088. "name" "crate_signature_pack_columbus2016_group_1"
  68089. "item_description" "#CSGO_crate_signature_pack_columbus2016_group_1_desc"
  68090. "image_inventory" "econ/weapon_cases/crate_sticker_pack_columbus2016_group_1"
  68091. "prefab" "columbus2016_signature_capsule_prefab"
  68092. "attributes"
  68093. {
  68094. "set supply crate series"
  68095. {
  68096. "attribute_class" "supply_crate_series"
  68097. "value" "115"
  68098. }
  68099. }
  68100. }
  68101. "4208"
  68102. {
  68103. "item_name" "#CSGO_crate_signature_pack_columbus2016_group_2"
  68104. "name" "crate_signature_pack_columbus2016_group_2"
  68105. "item_description" "#CSGO_crate_signature_pack_columbus2016_group_2_desc"
  68106. "image_inventory" "econ/weapon_cases/crate_sticker_pack_columbus2016_group_2"
  68107. "prefab" "columbus2016_signature_capsule_prefab"
  68108. "attributes"
  68109. {
  68110. "set supply crate series"
  68111. {
  68112. "attribute_class" "supply_crate_series"
  68113. "value" "116"
  68114. }
  68115. }
  68116. }
  68117. "4209"
  68118. {
  68119. "item_name" "#CSGO_crate_signature_pack_columbus2016_nip"
  68120. "name" "crate_signature_pack_columbus2016_nip"
  68121. "item_description" "#CSGO_crate_signature_pack_columbus2016_nip_desc"
  68122. "image_inventory" "econ/weapon_cases/columbus2016_nip"
  68123. "prefab" "columbus2016_signature_capsule_prefab"
  68124. "attributes"
  68125. {
  68126. "set supply crate series"
  68127. {
  68128. "attribute_class" "supply_crate_series"
  68129. "value" "117"
  68130. }
  68131. "tournament event team0 id"
  68132. {
  68133. "attribute_class" "tournament_event_team_id"
  68134. "value" "1"
  68135. }
  68136. }
  68137. }
  68138. "4210"
  68139. {
  68140. "item_name" "#CSGO_crate_signature_pack_columbus2016_splc"
  68141. "name" "crate_signature_pack_columbus2016_splc"
  68142. "item_description" "#CSGO_crate_signature_pack_columbus2016_splc_desc"
  68143. "image_inventory" "econ/weapon_cases/columbus2016_splc"
  68144. "prefab" "columbus2016_signature_capsule_prefab"
  68145. "attributes"
  68146. {
  68147. "set supply crate series"
  68148. {
  68149. "attribute_class" "supply_crate_series"
  68150. "value" "118"
  68151. }
  68152. "tournament event team0 id"
  68153. {
  68154. "attribute_class" "tournament_event_team_id"
  68155. "value" "62"
  68156. }
  68157. }
  68158. }
  68159. "4211"
  68160. {
  68161. "item_name" "#CSGO_crate_signature_pack_columbus2016_clg"
  68162. "name" "crate_signature_pack_columbus2016_clg"
  68163. "item_description" "#CSGO_crate_signature_pack_columbus2016_clg_desc"
  68164. "image_inventory" "econ/weapon_cases/columbus2016_clg"
  68165. "prefab" "columbus2016_signature_capsule_prefab"
  68166. "attributes"
  68167. {
  68168. "set supply crate series"
  68169. {
  68170. "attribute_class" "supply_crate_series"
  68171. "value" "119"
  68172. }
  68173. "tournament event team0 id"
  68174. {
  68175. "attribute_class" "tournament_event_team_id"
  68176. "value" "49"
  68177. }
  68178. }
  68179. }
  68180. "4212"
  68181. {
  68182. "item_name" "#CSGO_crate_signature_pack_columbus2016_gamb"
  68183. "name" "crate_signature_pack_columbus2016_gamb"
  68184. "item_description" "#CSGO_crate_signature_pack_columbus2016_gamb_desc"
  68185. "image_inventory" "econ/weapon_cases/columbus2016_gamb"
  68186. "prefab" "columbus2016_signature_capsule_prefab"
  68187. "attributes"
  68188. {
  68189. "set supply crate series"
  68190. {
  68191. "attribute_class" "supply_crate_series"
  68192. "value" "120"
  68193. }
  68194. "tournament event team0 id"
  68195. {
  68196. "attribute_class" "tournament_event_team_id"
  68197. "value" "63"
  68198. }
  68199. }
  68200. }
  68201. "4213"
  68202. {
  68203. "item_name" "#CSGO_crate_signature_pack_columbus2016_flip"
  68204. "name" "crate_signature_pack_columbus2016_flip"
  68205. "item_description" "#CSGO_crate_signature_pack_columbus2016_flip_desc"
  68206. "image_inventory" "econ/weapon_cases/columbus2016_flip"
  68207. "prefab" "columbus2016_signature_capsule_prefab"
  68208. "attributes"
  68209. {
  68210. "set supply crate series"
  68211. {
  68212. "attribute_class" "supply_crate_series"
  68213. "value" "121"
  68214. }
  68215. "tournament event team0 id"
  68216. {
  68217. "attribute_class" "tournament_event_team_id"
  68218. "value" "43"
  68219. }
  68220. }
  68221. }
  68222. "4214"
  68223. {
  68224. "item_name" "#CSGO_crate_signature_pack_columbus2016_liq"
  68225. "name" "crate_signature_pack_columbus2016_liq"
  68226. "item_description" "#CSGO_crate_signature_pack_columbus2016_liq_desc"
  68227. "image_inventory" "econ/weapon_cases/columbus2016_liq"
  68228. "prefab" "columbus2016_signature_capsule_prefab"
  68229. "attributes"
  68230. {
  68231. "set supply crate series"
  68232. {
  68233. "attribute_class" "supply_crate_series"
  68234. "value" "122"
  68235. }
  68236. "tournament event team0 id"
  68237. {
  68238. "attribute_class" "tournament_event_team_id"
  68239. "value" "48"
  68240. }
  68241. }
  68242. }
  68243. "4215"
  68244. {
  68245. "item_name" "#CSGO_crate_signature_pack_columbus2016_mss"
  68246. "name" "crate_signature_pack_columbus2016_mss"
  68247. "item_description" "#CSGO_crate_signature_pack_columbus2016_mss_desc"
  68248. "image_inventory" "econ/weapon_cases/columbus2016_mss"
  68249. "prefab" "columbus2016_signature_capsule_prefab"
  68250. "attributes"
  68251. {
  68252. "set supply crate series"
  68253. {
  68254. "attribute_class" "supply_crate_series"
  68255. "value" "123"
  68256. }
  68257. "tournament event team0 id"
  68258. {
  68259. "attribute_class" "tournament_event_team_id"
  68260. "value" "29"
  68261. }
  68262. }
  68263. }
  68264. "4216"
  68265. {
  68266. "item_name" "#CSGO_crate_signature_pack_columbus2016_navi"
  68267. "name" "crate_signature_pack_columbus2016_navi"
  68268. "item_description" "#CSGO_crate_signature_pack_columbus2016_navi_desc"
  68269. "image_inventory" "econ/weapon_cases/columbus2016_navi"
  68270. "prefab" "columbus2016_signature_capsule_prefab"
  68271. "attributes"
  68272. {
  68273. "set supply crate series"
  68274. {
  68275. "attribute_class" "supply_crate_series"
  68276. "value" "124"
  68277. }
  68278. "tournament event team0 id"
  68279. {
  68280. "attribute_class" "tournament_event_team_id"
  68281. "value" "12"
  68282. }
  68283. }
  68284. }
  68285. "4217"
  68286. {
  68287. "item_name" "#CSGO_crate_signature_pack_columbus2016_vp"
  68288. "name" "crate_signature_pack_columbus2016_vp"
  68289. "item_description" "#CSGO_crate_signature_pack_columbus2016_vp_desc"
  68290. "image_inventory" "econ/weapon_cases/columbus2016_vp"
  68291. "prefab" "columbus2016_signature_capsule_prefab"
  68292. "attributes"
  68293. {
  68294. "set supply crate series"
  68295. {
  68296. "attribute_class" "supply_crate_series"
  68297. "value" "125"
  68298. }
  68299. "tournament event team0 id"
  68300. {
  68301. "attribute_class" "tournament_event_team_id"
  68302. "value" "31"
  68303. }
  68304. }
  68305. }
  68306. "4218"
  68307. {
  68308. "item_name" "#CSGO_crate_signature_pack_columbus2016_c9"
  68309. "name" "crate_signature_pack_columbus2016_c9"
  68310. "item_description" "#CSGO_crate_signature_pack_columbus2016_c9_desc"
  68311. "image_inventory" "econ/weapon_cases/columbus2016_c9"
  68312. "prefab" "columbus2016_signature_capsule_prefab"
  68313. "attributes"
  68314. {
  68315. "set supply crate series"
  68316. {
  68317. "attribute_class" "supply_crate_series"
  68318. "value" "126"
  68319. }
  68320. "tournament event team0 id"
  68321. {
  68322. "attribute_class" "tournament_event_team_id"
  68323. "value" "33"
  68324. }
  68325. }
  68326. }
  68327. "4219"
  68328. {
  68329. "item_name" "#CSGO_crate_signature_pack_columbus2016_g2"
  68330. "name" "crate_signature_pack_columbus2016_g2"
  68331. "item_description" "#CSGO_crate_signature_pack_columbus2016_g2_desc"
  68332. "image_inventory" "econ/weapon_cases/columbus2016_g2"
  68333. "prefab" "columbus2016_signature_capsule_prefab"
  68334. "attributes"
  68335. {
  68336. "set supply crate series"
  68337. {
  68338. "attribute_class" "supply_crate_series"
  68339. "value" "127"
  68340. }
  68341. "tournament event team0 id"
  68342. {
  68343. "attribute_class" "tournament_event_team_id"
  68344. "value" "59"
  68345. }
  68346. }
  68347. }
  68348. "4220"
  68349. {
  68350. "item_name" "#CSGO_crate_signature_pack_columbus2016_faze"
  68351. "name" "crate_signature_pack_columbus2016_faze"
  68352. "item_description" "#CSGO_crate_signature_pack_columbus2016_faze_desc"
  68353. "image_inventory" "econ/weapon_cases/columbus2016_faze"
  68354. "prefab" "columbus2016_signature_capsule_prefab"
  68355. "attributes"
  68356. {
  68357. "set supply crate series"
  68358. {
  68359. "attribute_class" "supply_crate_series"
  68360. "value" "128"
  68361. }
  68362. "tournament event team0 id"
  68363. {
  68364. "attribute_class" "tournament_event_team_id"
  68365. "value" "61"
  68366. }
  68367. }
  68368. }
  68369. "4221"
  68370. {
  68371. "item_name" "#CSGO_crate_signature_pack_columbus2016_astr"
  68372. "name" "crate_signature_pack_columbus2016_astr"
  68373. "item_description" "#CSGO_crate_signature_pack_columbus2016_astr_desc"
  68374. "image_inventory" "econ/weapon_cases/columbus2016_astr"
  68375. "prefab" "columbus2016_signature_capsule_prefab"
  68376. "attributes"
  68377. {
  68378. "set supply crate series"
  68379. {
  68380. "attribute_class" "supply_crate_series"
  68381. "value" "129"
  68382. }
  68383. "tournament event team0 id"
  68384. {
  68385. "attribute_class" "tournament_event_team_id"
  68386. "value" "60"
  68387. }
  68388. }
  68389. }
  68390. "4222"
  68391. {
  68392. "item_name" "#CSGO_crate_signature_pack_columbus2016_nv"
  68393. "name" "crate_signature_pack_columbus2016_nv"
  68394. "item_description" "#CSGO_crate_signature_pack_columbus2016_nv_desc"
  68395. "image_inventory" "econ/weapon_cases/columbus2016_nv"
  68396. "prefab" "columbus2016_signature_capsule_prefab"
  68397. "attributes"
  68398. {
  68399. "set supply crate series"
  68400. {
  68401. "attribute_class" "supply_crate_series"
  68402. "value" "130"
  68403. }
  68404. "tournament event team0 id"
  68405. {
  68406. "attribute_class" "tournament_event_team_id"
  68407. "value" "46"
  68408. }
  68409. }
  68410. }
  68411. "4223"
  68412. {
  68413. "item_name" "#CSGO_crate_signature_pack_columbus2016_fntc"
  68414. "name" "crate_signature_pack_columbus2016_fntc"
  68415. "item_description" "#CSGO_crate_signature_pack_columbus2016_fntc_desc"
  68416. "image_inventory" "econ/weapon_cases/columbus2016_fntc"
  68417. "prefab" "columbus2016_signature_capsule_prefab"
  68418. "attributes"
  68419. {
  68420. "set supply crate series"
  68421. {
  68422. "attribute_class" "supply_crate_series"
  68423. "value" "131"
  68424. }
  68425. "tournament event team0 id"
  68426. {
  68427. "attribute_class" "tournament_event_team_id"
  68428. "value" "6"
  68429. }
  68430. }
  68431. }
  68432. "4224"
  68433. {
  68434. "item_name" "#CSGO_crate_signature_pack_columbus2016_lumi"
  68435. "name" "crate_signature_pack_columbus2016_lumi"
  68436. "item_description" "#CSGO_crate_signature_pack_columbus2016_lumi_desc"
  68437. "image_inventory" "econ/weapon_cases/columbus2016_lumi"
  68438. "prefab" "columbus2016_signature_capsule_prefab"
  68439. "attributes"
  68440. {
  68441. "set supply crate series"
  68442. {
  68443. "attribute_class" "supply_crate_series"
  68444. "value" "132"
  68445. }
  68446. "tournament event team0 id"
  68447. {
  68448. "attribute_class" "tournament_event_team_id"
  68449. "value" "57"
  68450. }
  68451. }
  68452. }
  68453. "4225"
  68454. {
  68455. "item_name" "#CSGO_crate_columbus2016_promo_de_dust2"
  68456. "name" "crate_columbus2016_promo_de_dust2"
  68457. "image_inventory" "econ/weapon_cases/crate_columbus2016_promo_de_dust2"
  68458. "prefab" "weapon_case_souvenirpkg"
  68459. "attributes"
  68460. {
  68461. "set supply crate series"
  68462. {
  68463. "attribute_class" "supply_crate_series"
  68464. "value" "133"
  68465. }
  68466. "tournament event id"
  68467. {
  68468. "attribute_class" "tournament_event_id"
  68469. "value" "9"
  68470. }
  68471. }
  68472. "tags"
  68473. {
  68474. "ItemSet"
  68475. {
  68476. "tag_value" "set_dust_2"
  68477. "tag_text" "#CSGO_set_dust_2"
  68478. "tag_group" "ItemSet"
  68479. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  68480. }
  68481. }
  68482. }
  68483. "4226"
  68484. {
  68485. "item_name" "#CSGO_crate_columbus2016_promo_de_mirage"
  68486. "name" "crate_columbus2016_promo_de_mirage"
  68487. "image_inventory" "econ/weapon_cases/crate_columbus2016_promo_de_mirage"
  68488. "prefab" "weapon_case_souvenirpkg"
  68489. "attributes"
  68490. {
  68491. "set supply crate series"
  68492. {
  68493. "attribute_class" "supply_crate_series"
  68494. "value" "134"
  68495. }
  68496. "tournament event id"
  68497. {
  68498. "attribute_class" "tournament_event_id"
  68499. "value" "9"
  68500. }
  68501. }
  68502. "tags"
  68503. {
  68504. "ItemSet"
  68505. {
  68506. "tag_value" "set_mirage"
  68507. "tag_text" "#CSGO_set_mirage"
  68508. "tag_group" "ItemSet"
  68509. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  68510. }
  68511. }
  68512. }
  68513. "4227"
  68514. {
  68515. "item_name" "#CSGO_crate_columbus2016_promo_de_inferno"
  68516. "name" "crate_columbus2016_promo_de_inferno"
  68517. "image_inventory" "econ/weapon_cases/crate_columbus2016_promo_de_inferno"
  68518. "prefab" "weapon_case_souvenirpkg"
  68519. "attributes"
  68520. {
  68521. "set supply crate series"
  68522. {
  68523. "attribute_class" "supply_crate_series"
  68524. "value" "135"
  68525. }
  68526. "tournament event id"
  68527. {
  68528. "attribute_class" "tournament_event_id"
  68529. "value" "9"
  68530. }
  68531. }
  68532. "tags"
  68533. {
  68534. "ItemSet"
  68535. {
  68536. "tag_value" "set_inferno"
  68537. "tag_text" "#CSGO_set_inferno"
  68538. "tag_group" "ItemSet"
  68539. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  68540. }
  68541. }
  68542. }
  68543. "4228"
  68544. {
  68545. "item_name" "#CSGO_crate_columbus2016_promo_de_cbble"
  68546. "name" "crate_columbus2016_promo_de_cbble"
  68547. "image_inventory" "econ/weapon_cases/crate_columbus2016_promo_de_cbble"
  68548. "prefab" "weapon_case_souvenirpkg"
  68549. "attributes"
  68550. {
  68551. "set supply crate series"
  68552. {
  68553. "attribute_class" "supply_crate_series"
  68554. "value" "136"
  68555. }
  68556. "tournament event id"
  68557. {
  68558. "attribute_class" "tournament_event_id"
  68559. "value" "9"
  68560. }
  68561. }
  68562. "tags"
  68563. {
  68564. "ItemSet"
  68565. {
  68566. "tag_value" "set_cobblestone"
  68567. "tag_text" "#CSGO_set_cobblestone"
  68568. "tag_group" "ItemSet"
  68569. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  68570. }
  68571. }
  68572. }
  68573. "4229"
  68574. {
  68575. "item_name" "#CSGO_crate_columbus2016_promo_de_overpass"
  68576. "name" "crate_columbus2016_promo_de_overpass"
  68577. "image_inventory" "econ/weapon_cases/crate_columbus2016_promo_de_overpass"
  68578. "prefab" "weapon_case_souvenirpkg"
  68579. "attributes"
  68580. {
  68581. "set supply crate series"
  68582. {
  68583. "attribute_class" "supply_crate_series"
  68584. "value" "137"
  68585. }
  68586. "tournament event id"
  68587. {
  68588. "attribute_class" "tournament_event_id"
  68589. "value" "9"
  68590. }
  68591. }
  68592. "tags"
  68593. {
  68594. "ItemSet"
  68595. {
  68596. "tag_value" "set_overpass"
  68597. "tag_text" "#CSGO_set_overpass"
  68598. "tag_group" "ItemSet"
  68599. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  68600. }
  68601. }
  68602. }
  68603. "4230"
  68604. {
  68605. "item_name" "#CSGO_crate_columbus2016_promo_de_cache"
  68606. "name" "crate_columbus2016_promo_de_cache"
  68607. "image_inventory" "econ/weapon_cases/crate_columbus2016_promo_de_cache"
  68608. "prefab" "weapon_case_souvenirpkg"
  68609. "attributes"
  68610. {
  68611. "set supply crate series"
  68612. {
  68613. "attribute_class" "supply_crate_series"
  68614. "value" "138"
  68615. }
  68616. "tournament event id"
  68617. {
  68618. "attribute_class" "tournament_event_id"
  68619. "value" "9"
  68620. }
  68621. }
  68622. "tags"
  68623. {
  68624. "ItemSet"
  68625. {
  68626. "tag_value" "set_cache"
  68627. "tag_text" "#CSGO_set_cache"
  68628. "tag_group" "ItemSet"
  68629. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  68630. }
  68631. }
  68632. }
  68633. "4231"
  68634. {
  68635. "item_name" "#CSGO_crate_columbus2016_promo_de_train"
  68636. "name" "crate_columbus2016_promo_de_train"
  68637. "image_inventory" "econ/weapon_cases/crate_columbus2016_promo_de_train"
  68638. "prefab" "weapon_case_souvenirpkg"
  68639. "attributes"
  68640. {
  68641. "set supply crate series"
  68642. {
  68643. "attribute_class" "supply_crate_series"
  68644. "value" "139"
  68645. }
  68646. "tournament event id"
  68647. {
  68648. "attribute_class" "tournament_event_id"
  68649. "value" "9"
  68650. }
  68651. }
  68652. "tags"
  68653. {
  68654. "ItemSet"
  68655. {
  68656. "tag_value" "set_train"
  68657. "tag_text" "#CSGO_set_train"
  68658. "tag_group" "ItemSet"
  68659. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  68660. }
  68661. }
  68662. }
  68663. "4232"
  68664. {
  68665. "item_name" "#CSGO_crate_columbus2016_promo_de_nuke"
  68666. "name" "crate_columbus2016_promo_de_nuke"
  68667. "image_inventory" "econ/weapon_cases/crate_columbus2016_promo_de_nuke"
  68668. "prefab" "weapon_case_souvenirpkg"
  68669. "attributes"
  68670. {
  68671. "set supply crate series"
  68672. {
  68673. "attribute_class" "supply_crate_series"
  68674. "value" "140"
  68675. }
  68676. "tournament event id"
  68677. {
  68678. "attribute_class" "tournament_event_id"
  68679. "value" "9"
  68680. }
  68681. }
  68682. "tags"
  68683. {
  68684. "ItemSet"
  68685. {
  68686. "tag_value" "set_nuke"
  68687. "tag_text" "#CSGO_set_nuke"
  68688. "tag_group" "ItemSet"
  68689. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  68690. }
  68691. }
  68692. }
  68693. }
  68694. "sticker_kits"
  68695. {
  68696. "1007"
  68697. {
  68698. "name" "columbus2016_team_nip"
  68699. "item_name" "#StickerKit_columbus2016_team_nip"
  68700. "description_string" "#StickerKit_desc_columbus2016_team_nip"
  68701. "sticker_material" "columbus2016/nip"
  68702. "item_rarity" "rare"
  68703. "tournament_event_id" "9"
  68704. "tournament_team_id" "1"
  68705. }
  68706. "1008"
  68707. {
  68708. "name" "columbus2016_team_nip_holo"
  68709. "item_name" "#StickerKit_columbus2016_team_nip_holo"
  68710. "description_string" "#StickerKit_desc_columbus2016_team_nip_holo"
  68711. "sticker_material" "columbus2016/nip_holo"
  68712. "item_rarity" "mythical"
  68713. "tournament_event_id" "9"
  68714. "tournament_team_id" "1"
  68715. }
  68716. "1009"
  68717. {
  68718. "name" "columbus2016_team_nip_foil"
  68719. "item_name" "#StickerKit_columbus2016_team_nip_foil"
  68720. "description_string" "#StickerKit_desc_columbus2016_team_nip_foil"
  68721. "sticker_material" "columbus2016/nip_foil"
  68722. "item_rarity" "legendary"
  68723. "tournament_event_id" "9"
  68724. "tournament_team_id" "1"
  68725. }
  68726. "1010"
  68727. {
  68728. "name" "columbus2016_team_nip_gold"
  68729. "item_name" "#StickerKit_columbus2016_team_nip_gold"
  68730. "description_string" "#StickerKit_desc_columbus2016_team_nip_gold"
  68731. "sticker_material" "columbus2016/nip_gold"
  68732. "item_rarity" "legendary"
  68733. "tournament_event_id" "9"
  68734. "tournament_team_id" "1"
  68735. }
  68736. "1011"
  68737. {
  68738. "name" "columbus2016_team_splc"
  68739. "item_name" "#StickerKit_columbus2016_team_splc"
  68740. "description_string" "#StickerKit_desc_columbus2016_team_splc"
  68741. "sticker_material" "columbus2016/splc"
  68742. "item_rarity" "rare"
  68743. "tournament_event_id" "9"
  68744. "tournament_team_id" "62"
  68745. }
  68746. "1012"
  68747. {
  68748. "name" "columbus2016_team_splc_holo"
  68749. "item_name" "#StickerKit_columbus2016_team_splc_holo"
  68750. "description_string" "#StickerKit_desc_columbus2016_team_splc_holo"
  68751. "sticker_material" "columbus2016/splc_holo"
  68752. "item_rarity" "mythical"
  68753. "tournament_event_id" "9"
  68754. "tournament_team_id" "62"
  68755. }
  68756. "1013"
  68757. {
  68758. "name" "columbus2016_team_splc_foil"
  68759. "item_name" "#StickerKit_columbus2016_team_splc_foil"
  68760. "description_string" "#StickerKit_desc_columbus2016_team_splc_foil"
  68761. "sticker_material" "columbus2016/splc_foil"
  68762. "item_rarity" "legendary"
  68763. "tournament_event_id" "9"
  68764. "tournament_team_id" "62"
  68765. }
  68766. "1014"
  68767. {
  68768. "name" "columbus2016_team_splc_gold"
  68769. "item_name" "#StickerKit_columbus2016_team_splc_gold"
  68770. "description_string" "#StickerKit_desc_columbus2016_team_splc_gold"
  68771. "sticker_material" "columbus2016/splc_gold"
  68772. "item_rarity" "legendary"
  68773. "tournament_event_id" "9"
  68774. "tournament_team_id" "62"
  68775. }
  68776. "1015"
  68777. {
  68778. "name" "columbus2016_team_clg"
  68779. "item_name" "#StickerKit_columbus2016_team_clg"
  68780. "description_string" "#StickerKit_desc_columbus2016_team_clg"
  68781. "sticker_material" "columbus2016/clg"
  68782. "item_rarity" "rare"
  68783. "tournament_event_id" "9"
  68784. "tournament_team_id" "49"
  68785. }
  68786. "1016"
  68787. {
  68788. "name" "columbus2016_team_clg_holo"
  68789. "item_name" "#StickerKit_columbus2016_team_clg_holo"
  68790. "description_string" "#StickerKit_desc_columbus2016_team_clg_holo"
  68791. "sticker_material" "columbus2016/clg_holo"
  68792. "item_rarity" "mythical"
  68793. "tournament_event_id" "9"
  68794. "tournament_team_id" "49"
  68795. }
  68796. "1017"
  68797. {
  68798. "name" "columbus2016_team_clg_foil"
  68799. "item_name" "#StickerKit_columbus2016_team_clg_foil"
  68800. "description_string" "#StickerKit_desc_columbus2016_team_clg_foil"
  68801. "sticker_material" "columbus2016/clg_foil"
  68802. "item_rarity" "legendary"
  68803. "tournament_event_id" "9"
  68804. "tournament_team_id" "49"
  68805. }
  68806. "1018"
  68807. {
  68808. "name" "columbus2016_team_clg_gold"
  68809. "item_name" "#StickerKit_columbus2016_team_clg_gold"
  68810. "description_string" "#StickerKit_desc_columbus2016_team_clg_gold"
  68811. "sticker_material" "columbus2016/clg_gold"
  68812. "item_rarity" "legendary"
  68813. "tournament_event_id" "9"
  68814. "tournament_team_id" "49"
  68815. }
  68816. "1019"
  68817. {
  68818. "name" "columbus2016_team_gamb"
  68819. "item_name" "#StickerKit_columbus2016_team_gamb"
  68820. "description_string" "#StickerKit_desc_columbus2016_team_gamb"
  68821. "sticker_material" "columbus2016/gamb"
  68822. "item_rarity" "rare"
  68823. "tournament_event_id" "9"
  68824. "tournament_team_id" "63"
  68825. }
  68826. "1020"
  68827. {
  68828. "name" "columbus2016_team_gamb_holo"
  68829. "item_name" "#StickerKit_columbus2016_team_gamb_holo"
  68830. "description_string" "#StickerKit_desc_columbus2016_team_gamb_holo"
  68831. "sticker_material" "columbus2016/gamb_holo"
  68832. "item_rarity" "mythical"
  68833. "tournament_event_id" "9"
  68834. "tournament_team_id" "63"
  68835. }
  68836. "1021"
  68837. {
  68838. "name" "columbus2016_team_gamb_foil"
  68839. "item_name" "#StickerKit_columbus2016_team_gamb_foil"
  68840. "description_string" "#StickerKit_desc_columbus2016_team_gamb_foil"
  68841. "sticker_material" "columbus2016/gamb_foil"
  68842. "item_rarity" "legendary"
  68843. "tournament_event_id" "9"
  68844. "tournament_team_id" "63"
  68845. }
  68846. "1022"
  68847. {
  68848. "name" "columbus2016_team_gamb_gold"
  68849. "item_name" "#StickerKit_columbus2016_team_gamb_gold"
  68850. "description_string" "#StickerKit_desc_columbus2016_team_gamb_gold"
  68851. "sticker_material" "columbus2016/gamb_gold"
  68852. "item_rarity" "legendary"
  68853. "tournament_event_id" "9"
  68854. "tournament_team_id" "63"
  68855. }
  68856. "1023"
  68857. {
  68858. "name" "columbus2016_team_flip"
  68859. "item_name" "#StickerKit_columbus2016_team_flip"
  68860. "description_string" "#StickerKit_desc_columbus2016_team_flip"
  68861. "sticker_material" "columbus2016/flip"
  68862. "item_rarity" "rare"
  68863. "tournament_event_id" "9"
  68864. "tournament_team_id" "43"
  68865. }
  68866. "1024"
  68867. {
  68868. "name" "columbus2016_team_flip_holo"
  68869. "item_name" "#StickerKit_columbus2016_team_flip_holo"
  68870. "description_string" "#StickerKit_desc_columbus2016_team_flip_holo"
  68871. "sticker_material" "columbus2016/flip_holo"
  68872. "item_rarity" "mythical"
  68873. "tournament_event_id" "9"
  68874. "tournament_team_id" "43"
  68875. }
  68876. "1025"
  68877. {
  68878. "name" "columbus2016_team_flip_foil"
  68879. "item_name" "#StickerKit_columbus2016_team_flip_foil"
  68880. "description_string" "#StickerKit_desc_columbus2016_team_flip_foil"
  68881. "sticker_material" "columbus2016/flip_foil"
  68882. "item_rarity" "legendary"
  68883. "tournament_event_id" "9"
  68884. "tournament_team_id" "43"
  68885. }
  68886. "1026"
  68887. {
  68888. "name" "columbus2016_team_flip_gold"
  68889. "item_name" "#StickerKit_columbus2016_team_flip_gold"
  68890. "description_string" "#StickerKit_desc_columbus2016_team_flip_gold"
  68891. "sticker_material" "columbus2016/flip_gold"
  68892. "item_rarity" "legendary"
  68893. "tournament_event_id" "9"
  68894. "tournament_team_id" "43"
  68895. }
  68896. "1027"
  68897. {
  68898. "name" "columbus2016_team_liq"
  68899. "item_name" "#StickerKit_columbus2016_team_liq"
  68900. "description_string" "#StickerKit_desc_columbus2016_team_liq"
  68901. "sticker_material" "columbus2016/liq"
  68902. "item_rarity" "rare"
  68903. "tournament_event_id" "9"
  68904. "tournament_team_id" "48"
  68905. }
  68906. "1028"
  68907. {
  68908. "name" "columbus2016_team_liq_holo"
  68909. "item_name" "#StickerKit_columbus2016_team_liq_holo"
  68910. "description_string" "#StickerKit_desc_columbus2016_team_liq_holo"
  68911. "sticker_material" "columbus2016/liq_holo"
  68912. "item_rarity" "mythical"
  68913. "tournament_event_id" "9"
  68914. "tournament_team_id" "48"
  68915. }
  68916. "1029"
  68917. {
  68918. "name" "columbus2016_team_liq_foil"
  68919. "item_name" "#StickerKit_columbus2016_team_liq_foil"
  68920. "description_string" "#StickerKit_desc_columbus2016_team_liq_foil"
  68921. "sticker_material" "columbus2016/liq_foil"
  68922. "item_rarity" "legendary"
  68923. "tournament_event_id" "9"
  68924. "tournament_team_id" "48"
  68925. }
  68926. "1030"
  68927. {
  68928. "name" "columbus2016_team_liq_gold"
  68929. "item_name" "#StickerKit_columbus2016_team_liq_gold"
  68930. "description_string" "#StickerKit_desc_columbus2016_team_liq_gold"
  68931. "sticker_material" "columbus2016/liq_gold"
  68932. "item_rarity" "legendary"
  68933. "tournament_event_id" "9"
  68934. "tournament_team_id" "48"
  68935. }
  68936. "1031"
  68937. {
  68938. "name" "columbus2016_team_mss"
  68939. "item_name" "#StickerKit_columbus2016_team_mss"
  68940. "description_string" "#StickerKit_desc_columbus2016_team_mss"
  68941. "sticker_material" "columbus2016/mss"
  68942. "item_rarity" "rare"
  68943. "tournament_event_id" "9"
  68944. "tournament_team_id" "29"
  68945. }
  68946. "1032"
  68947. {
  68948. "name" "columbus2016_team_mss_holo"
  68949. "item_name" "#StickerKit_columbus2016_team_mss_holo"
  68950. "description_string" "#StickerKit_desc_columbus2016_team_mss_holo"
  68951. "sticker_material" "columbus2016/mss_holo"
  68952. "item_rarity" "mythical"
  68953. "tournament_event_id" "9"
  68954. "tournament_team_id" "29"
  68955. }
  68956. "1033"
  68957. {
  68958. "name" "columbus2016_team_mss_foil"
  68959. "item_name" "#StickerKit_columbus2016_team_mss_foil"
  68960. "description_string" "#StickerKit_desc_columbus2016_team_mss_foil"
  68961. "sticker_material" "columbus2016/mss_foil"
  68962. "item_rarity" "legendary"
  68963. "tournament_event_id" "9"
  68964. "tournament_team_id" "29"
  68965. }
  68966. "1034"
  68967. {
  68968. "name" "columbus2016_team_mss_gold"
  68969. "item_name" "#StickerKit_columbus2016_team_mss_gold"
  68970. "description_string" "#StickerKit_desc_columbus2016_team_mss_gold"
  68971. "sticker_material" "columbus2016/mss_gold"
  68972. "item_rarity" "legendary"
  68973. "tournament_event_id" "9"
  68974. "tournament_team_id" "29"
  68975. }
  68976. "1035"
  68977. {
  68978. "name" "columbus2016_team_navi"
  68979. "item_name" "#StickerKit_columbus2016_team_navi"
  68980. "description_string" "#StickerKit_desc_columbus2016_team_navi"
  68981. "sticker_material" "columbus2016/navi"
  68982. "item_rarity" "rare"
  68983. "tournament_event_id" "9"
  68984. "tournament_team_id" "12"
  68985. }
  68986. "1036"
  68987. {
  68988. "name" "columbus2016_team_navi_holo"
  68989. "item_name" "#StickerKit_columbus2016_team_navi_holo"
  68990. "description_string" "#StickerKit_desc_columbus2016_team_navi_holo"
  68991. "sticker_material" "columbus2016/navi_holo"
  68992. "item_rarity" "mythical"
  68993. "tournament_event_id" "9"
  68994. "tournament_team_id" "12"
  68995. }
  68996. "1037"
  68997. {
  68998. "name" "columbus2016_team_navi_foil"
  68999. "item_name" "#StickerKit_columbus2016_team_navi_foil"
  69000. "description_string" "#StickerKit_desc_columbus2016_team_navi_foil"
  69001. "sticker_material" "columbus2016/navi_foil"
  69002. "item_rarity" "legendary"
  69003. "tournament_event_id" "9"
  69004. "tournament_team_id" "12"
  69005. }
  69006. "1038"
  69007. {
  69008. "name" "columbus2016_team_navi_gold"
  69009. "item_name" "#StickerKit_columbus2016_team_navi_gold"
  69010. "description_string" "#StickerKit_desc_columbus2016_team_navi_gold"
  69011. "sticker_material" "columbus2016/navi_gold"
  69012. "item_rarity" "legendary"
  69013. "tournament_event_id" "9"
  69014. "tournament_team_id" "12"
  69015. }
  69016. "1039"
  69017. {
  69018. "name" "columbus2016_team_vp"
  69019. "item_name" "#StickerKit_columbus2016_team_vp"
  69020. "description_string" "#StickerKit_desc_columbus2016_team_vp"
  69021. "sticker_material" "columbus2016/vp"
  69022. "item_rarity" "rare"
  69023. "tournament_event_id" "9"
  69024. "tournament_team_id" "31"
  69025. }
  69026. "1040"
  69027. {
  69028. "name" "columbus2016_team_vp_holo"
  69029. "item_name" "#StickerKit_columbus2016_team_vp_holo"
  69030. "description_string" "#StickerKit_desc_columbus2016_team_vp_holo"
  69031. "sticker_material" "columbus2016/vp_holo"
  69032. "item_rarity" "mythical"
  69033. "tournament_event_id" "9"
  69034. "tournament_team_id" "31"
  69035. }
  69036. "1041"
  69037. {
  69038. "name" "columbus2016_team_vp_foil"
  69039. "item_name" "#StickerKit_columbus2016_team_vp_foil"
  69040. "description_string" "#StickerKit_desc_columbus2016_team_vp_foil"
  69041. "sticker_material" "columbus2016/vp_foil"
  69042. "item_rarity" "legendary"
  69043. "tournament_event_id" "9"
  69044. "tournament_team_id" "31"
  69045. }
  69046. "1042"
  69047. {
  69048. "name" "columbus2016_team_vp_gold"
  69049. "item_name" "#StickerKit_columbus2016_team_vp_gold"
  69050. "description_string" "#StickerKit_desc_columbus2016_team_vp_gold"
  69051. "sticker_material" "columbus2016/vp_gold"
  69052. "item_rarity" "legendary"
  69053. "tournament_event_id" "9"
  69054. "tournament_team_id" "31"
  69055. }
  69056. "1043"
  69057. {
  69058. "name" "columbus2016_team_c9"
  69059. "item_name" "#StickerKit_columbus2016_team_c9"
  69060. "description_string" "#StickerKit_desc_columbus2016_team_c9"
  69061. "sticker_material" "columbus2016/c9"
  69062. "item_rarity" "rare"
  69063. "tournament_event_id" "9"
  69064. "tournament_team_id" "33"
  69065. }
  69066. "1044"
  69067. {
  69068. "name" "columbus2016_team_c9_holo"
  69069. "item_name" "#StickerKit_columbus2016_team_c9_holo"
  69070. "description_string" "#StickerKit_desc_columbus2016_team_c9_holo"
  69071. "sticker_material" "columbus2016/c9_holo"
  69072. "item_rarity" "mythical"
  69073. "tournament_event_id" "9"
  69074. "tournament_team_id" "33"
  69075. }
  69076. "1045"
  69077. {
  69078. "name" "columbus2016_team_c9_foil"
  69079. "item_name" "#StickerKit_columbus2016_team_c9_foil"
  69080. "description_string" "#StickerKit_desc_columbus2016_team_c9_foil"
  69081. "sticker_material" "columbus2016/c9_foil"
  69082. "item_rarity" "legendary"
  69083. "tournament_event_id" "9"
  69084. "tournament_team_id" "33"
  69085. }
  69086. "1046"
  69087. {
  69088. "name" "columbus2016_team_c9_gold"
  69089. "item_name" "#StickerKit_columbus2016_team_c9_gold"
  69090. "description_string" "#StickerKit_desc_columbus2016_team_c9_gold"
  69091. "sticker_material" "columbus2016/c9_gold"
  69092. "item_rarity" "legendary"
  69093. "tournament_event_id" "9"
  69094. "tournament_team_id" "33"
  69095. }
  69096. "1047"
  69097. {
  69098. "name" "columbus2016_team_g2"
  69099. "item_name" "#StickerKit_columbus2016_team_g2"
  69100. "description_string" "#StickerKit_desc_columbus2016_team_g2"
  69101. "sticker_material" "columbus2016/g2"
  69102. "item_rarity" "rare"
  69103. "tournament_event_id" "9"
  69104. "tournament_team_id" "59"
  69105. }
  69106. "1048"
  69107. {
  69108. "name" "columbus2016_team_g2_holo"
  69109. "item_name" "#StickerKit_columbus2016_team_g2_holo"
  69110. "description_string" "#StickerKit_desc_columbus2016_team_g2_holo"
  69111. "sticker_material" "columbus2016/g2_holo"
  69112. "item_rarity" "mythical"
  69113. "tournament_event_id" "9"
  69114. "tournament_team_id" "59"
  69115. }
  69116. "1049"
  69117. {
  69118. "name" "columbus2016_team_g2_foil"
  69119. "item_name" "#StickerKit_columbus2016_team_g2_foil"
  69120. "description_string" "#StickerKit_desc_columbus2016_team_g2_foil"
  69121. "sticker_material" "columbus2016/g2_foil"
  69122. "item_rarity" "legendary"
  69123. "tournament_event_id" "9"
  69124. "tournament_team_id" "59"
  69125. }
  69126. "1050"
  69127. {
  69128. "name" "columbus2016_team_g2_gold"
  69129. "item_name" "#StickerKit_columbus2016_team_g2_gold"
  69130. "description_string" "#StickerKit_desc_columbus2016_team_g2_gold"
  69131. "sticker_material" "columbus2016/g2_gold"
  69132. "item_rarity" "legendary"
  69133. "tournament_event_id" "9"
  69134. "tournament_team_id" "59"
  69135. }
  69136. "1051"
  69137. {
  69138. "name" "columbus2016_team_faze"
  69139. "item_name" "#StickerKit_columbus2016_team_faze"
  69140. "description_string" "#StickerKit_desc_columbus2016_team_faze"
  69141. "sticker_material" "columbus2016/faze"
  69142. "item_rarity" "rare"
  69143. "tournament_event_id" "9"
  69144. "tournament_team_id" "61"
  69145. }
  69146. "1052"
  69147. {
  69148. "name" "columbus2016_team_faze_holo"
  69149. "item_name" "#StickerKit_columbus2016_team_faze_holo"
  69150. "description_string" "#StickerKit_desc_columbus2016_team_faze_holo"
  69151. "sticker_material" "columbus2016/faze_holo"
  69152. "item_rarity" "mythical"
  69153. "tournament_event_id" "9"
  69154. "tournament_team_id" "61"
  69155. }
  69156. "1053"
  69157. {
  69158. "name" "columbus2016_team_faze_foil"
  69159. "item_name" "#StickerKit_columbus2016_team_faze_foil"
  69160. "description_string" "#StickerKit_desc_columbus2016_team_faze_foil"
  69161. "sticker_material" "columbus2016/faze_foil"
  69162. "item_rarity" "legendary"
  69163. "tournament_event_id" "9"
  69164. "tournament_team_id" "61"
  69165. }
  69166. "1054"
  69167. {
  69168. "name" "columbus2016_team_faze_gold"
  69169. "item_name" "#StickerKit_columbus2016_team_faze_gold"
  69170. "description_string" "#StickerKit_desc_columbus2016_team_faze_gold"
  69171. "sticker_material" "columbus2016/faze_gold"
  69172. "item_rarity" "legendary"
  69173. "tournament_event_id" "9"
  69174. "tournament_team_id" "61"
  69175. }
  69176. "1055"
  69177. {
  69178. "name" "columbus2016_team_astr"
  69179. "item_name" "#StickerKit_columbus2016_team_astr"
  69180. "description_string" "#StickerKit_desc_columbus2016_team_astr"
  69181. "sticker_material" "columbus2016/astr"
  69182. "item_rarity" "rare"
  69183. "tournament_event_id" "9"
  69184. "tournament_team_id" "60"
  69185. }
  69186. "1056"
  69187. {
  69188. "name" "columbus2016_team_astr_holo"
  69189. "item_name" "#StickerKit_columbus2016_team_astr_holo"
  69190. "description_string" "#StickerKit_desc_columbus2016_team_astr_holo"
  69191. "sticker_material" "columbus2016/astr_holo"
  69192. "item_rarity" "mythical"
  69193. "tournament_event_id" "9"
  69194. "tournament_team_id" "60"
  69195. }
  69196. "1057"
  69197. {
  69198. "name" "columbus2016_team_astr_foil"
  69199. "item_name" "#StickerKit_columbus2016_team_astr_foil"
  69200. "description_string" "#StickerKit_desc_columbus2016_team_astr_foil"
  69201. "sticker_material" "columbus2016/astr_foil"
  69202. "item_rarity" "legendary"
  69203. "tournament_event_id" "9"
  69204. "tournament_team_id" "60"
  69205. }
  69206. "1058"
  69207. {
  69208. "name" "columbus2016_team_astr_gold"
  69209. "item_name" "#StickerKit_columbus2016_team_astr_gold"
  69210. "description_string" "#StickerKit_desc_columbus2016_team_astr_gold"
  69211. "sticker_material" "columbus2016/astr_gold"
  69212. "item_rarity" "legendary"
  69213. "tournament_event_id" "9"
  69214. "tournament_team_id" "60"
  69215. }
  69216. "1059"
  69217. {
  69218. "name" "columbus2016_team_nv"
  69219. "item_name" "#StickerKit_columbus2016_team_nv"
  69220. "description_string" "#StickerKit_desc_columbus2016_team_nv"
  69221. "sticker_material" "columbus2016/nv"
  69222. "item_rarity" "rare"
  69223. "tournament_event_id" "9"
  69224. "tournament_team_id" "46"
  69225. }
  69226. "1060"
  69227. {
  69228. "name" "columbus2016_team_nv_holo"
  69229. "item_name" "#StickerKit_columbus2016_team_nv_holo"
  69230. "description_string" "#StickerKit_desc_columbus2016_team_nv_holo"
  69231. "sticker_material" "columbus2016/nv_holo"
  69232. "item_rarity" "mythical"
  69233. "tournament_event_id" "9"
  69234. "tournament_team_id" "46"
  69235. }
  69236. "1061"
  69237. {
  69238. "name" "columbus2016_team_nv_foil"
  69239. "item_name" "#StickerKit_columbus2016_team_nv_foil"
  69240. "description_string" "#StickerKit_desc_columbus2016_team_nv_foil"
  69241. "sticker_material" "columbus2016/nv_foil"
  69242. "item_rarity" "legendary"
  69243. "tournament_event_id" "9"
  69244. "tournament_team_id" "46"
  69245. }
  69246. "1062"
  69247. {
  69248. "name" "columbus2016_team_nv_gold"
  69249. "item_name" "#StickerKit_columbus2016_team_nv_gold"
  69250. "description_string" "#StickerKit_desc_columbus2016_team_nv_gold"
  69251. "sticker_material" "columbus2016/nv_gold"
  69252. "item_rarity" "legendary"
  69253. "tournament_event_id" "9"
  69254. "tournament_team_id" "46"
  69255. }
  69256. "1063"
  69257. {
  69258. "name" "columbus2016_team_fntc"
  69259. "item_name" "#StickerKit_columbus2016_team_fntc"
  69260. "description_string" "#StickerKit_desc_columbus2016_team_fntc"
  69261. "sticker_material" "columbus2016/fntc"
  69262. "item_rarity" "rare"
  69263. "tournament_event_id" "9"
  69264. "tournament_team_id" "6"
  69265. }
  69266. "1064"
  69267. {
  69268. "name" "columbus2016_team_fntc_holo"
  69269. "item_name" "#StickerKit_columbus2016_team_fntc_holo"
  69270. "description_string" "#StickerKit_desc_columbus2016_team_fntc_holo"
  69271. "sticker_material" "columbus2016/fntc_holo"
  69272. "item_rarity" "mythical"
  69273. "tournament_event_id" "9"
  69274. "tournament_team_id" "6"
  69275. }
  69276. "1065"
  69277. {
  69278. "name" "columbus2016_team_fntc_foil"
  69279. "item_name" "#StickerKit_columbus2016_team_fntc_foil"
  69280. "description_string" "#StickerKit_desc_columbus2016_team_fntc_foil"
  69281. "sticker_material" "columbus2016/fntc_foil"
  69282. "item_rarity" "legendary"
  69283. "tournament_event_id" "9"
  69284. "tournament_team_id" "6"
  69285. }
  69286. "1066"
  69287. {
  69288. "name" "columbus2016_team_fntc_gold"
  69289. "item_name" "#StickerKit_columbus2016_team_fntc_gold"
  69290. "description_string" "#StickerKit_desc_columbus2016_team_fntc_gold"
  69291. "sticker_material" "columbus2016/fntc_gold"
  69292. "item_rarity" "legendary"
  69293. "tournament_event_id" "9"
  69294. "tournament_team_id" "6"
  69295. }
  69296. "1067"
  69297. {
  69298. "name" "columbus2016_team_lumi"
  69299. "item_name" "#StickerKit_columbus2016_team_lumi"
  69300. "description_string" "#StickerKit_desc_columbus2016_team_lumi"
  69301. "sticker_material" "columbus2016/lumi"
  69302. "item_rarity" "rare"
  69303. "tournament_event_id" "9"
  69304. "tournament_team_id" "57"
  69305. }
  69306. "1068"
  69307. {
  69308. "name" "columbus2016_team_lumi_holo"
  69309. "item_name" "#StickerKit_columbus2016_team_lumi_holo"
  69310. "description_string" "#StickerKit_desc_columbus2016_team_lumi_holo"
  69311. "sticker_material" "columbus2016/lumi_holo"
  69312. "item_rarity" "mythical"
  69313. "tournament_event_id" "9"
  69314. "tournament_team_id" "57"
  69315. }
  69316. "1069"
  69317. {
  69318. "name" "columbus2016_team_lumi_foil"
  69319. "item_name" "#StickerKit_columbus2016_team_lumi_foil"
  69320. "description_string" "#StickerKit_desc_columbus2016_team_lumi_foil"
  69321. "sticker_material" "columbus2016/lumi_foil"
  69322. "item_rarity" "legendary"
  69323. "tournament_event_id" "9"
  69324. "tournament_team_id" "57"
  69325. }
  69326. "1070"
  69327. {
  69328. "name" "columbus2016_team_lumi_gold"
  69329. "item_name" "#StickerKit_columbus2016_team_lumi_gold"
  69330. "description_string" "#StickerKit_desc_columbus2016_team_lumi_gold"
  69331. "sticker_material" "columbus2016/lumi_gold"
  69332. "item_rarity" "legendary"
  69333. "tournament_event_id" "9"
  69334. "tournament_team_id" "57"
  69335. }
  69336. "1071"
  69337. {
  69338. "name" "columbus2016_team_mlg"
  69339. "item_name" "#StickerKit_columbus2016_team_mlg"
  69340. "description_string" "#StickerKit_desc_columbus2016_team_mlg"
  69341. "sticker_material" "columbus2016/mlg"
  69342. "item_rarity" "rare"
  69343. "tournament_event_id" "9"
  69344. "tournament_team_id" "0"
  69345. }
  69346. "1072"
  69347. {
  69348. "name" "columbus2016_team_mlg_holo"
  69349. "item_name" "#StickerKit_columbus2016_team_mlg_holo"
  69350. "description_string" "#StickerKit_desc_columbus2016_team_mlg_holo"
  69351. "sticker_material" "columbus2016/mlg_holo"
  69352. "item_rarity" "mythical"
  69353. "tournament_event_id" "9"
  69354. "tournament_team_id" "0"
  69355. }
  69356. "1073"
  69357. {
  69358. "name" "columbus2016_team_mlg_foil"
  69359. "item_name" "#StickerKit_columbus2016_team_mlg_foil"
  69360. "description_string" "#StickerKit_desc_columbus2016_team_mlg_foil"
  69361. "sticker_material" "columbus2016/mlg_foil"
  69362. "item_rarity" "legendary"
  69363. "tournament_event_id" "9"
  69364. "tournament_team_id" "0"
  69365. }
  69366. "1074"
  69367. {
  69368. "name" "columbus2016_team_mlg_gold"
  69369. "item_name" "#StickerKit_columbus2016_team_mlg_gold"
  69370. "description_string" "#StickerKit_desc_columbus2016_team_mlg_gold"
  69371. "sticker_material" "columbus2016/mlg_gold"
  69372. "item_rarity" "legendary"
  69373. "tournament_event_id" "9"
  69374. "tournament_team_id" "0"
  69375. }
  69376. "1075"
  69377. {
  69378. "name" "columbus2016_signature_reltuc"
  69379. "item_name" "#StickerKit_columbus2016_signature_reltuc"
  69380. "description_string" "#StickerKit_desc_columbus2016_signature_reltuc"
  69381. "sticker_material" "columbus2016/sig_reltuc"
  69382. "item_rarity" "rare"
  69383. "tournament_event_id" "9"
  69384. "tournament_team_id" "49"
  69385. "tournament_player_id" "518760"
  69386. }
  69387. "1076"
  69388. {
  69389. "name" "columbus2016_signature_reltuc_foil"
  69390. "item_name" "#StickerKit_columbus2016_signature_reltuc_foil"
  69391. "description_string" "#StickerKit_desc_columbus2016_signature_reltuc_foil"
  69392. "sticker_material" "columbus2016/sig_reltuc_foil"
  69393. "item_rarity" "legendary"
  69394. "tournament_event_id" "9"
  69395. "tournament_team_id" "49"
  69396. "tournament_player_id" "518760"
  69397. }
  69398. "1077"
  69399. {
  69400. "name" "columbus2016_signature_reltuc_gold"
  69401. "item_name" "#StickerKit_columbus2016_signature_reltuc_gold"
  69402. "description_string" "#StickerKit_desc_columbus2016_signature_reltuc_gold"
  69403. "sticker_material" "columbus2016/sig_reltuc_gold"
  69404. "item_rarity" "legendary"
  69405. "tournament_event_id" "9"
  69406. "tournament_team_id" "49"
  69407. "tournament_player_id" "518760"
  69408. }
  69409. "1078"
  69410. {
  69411. "name" "columbus2016_signature_fugly"
  69412. "item_name" "#StickerKit_columbus2016_signature_fugly"
  69413. "description_string" "#StickerKit_desc_columbus2016_signature_fugly"
  69414. "sticker_material" "columbus2016/sig_fugly"
  69415. "item_rarity" "rare"
  69416. "tournament_event_id" "9"
  69417. "tournament_team_id" "49"
  69418. "tournament_player_id" "108760082"
  69419. }
  69420. "1079"
  69421. {
  69422. "name" "columbus2016_signature_fugly_foil"
  69423. "item_name" "#StickerKit_columbus2016_signature_fugly_foil"
  69424. "description_string" "#StickerKit_desc_columbus2016_signature_fugly_foil"
  69425. "sticker_material" "columbus2016/sig_fugly_foil"
  69426. "item_rarity" "legendary"
  69427. "tournament_event_id" "9"
  69428. "tournament_team_id" "49"
  69429. "tournament_player_id" "108760082"
  69430. }
  69431. "1080"
  69432. {
  69433. "name" "columbus2016_signature_fugly_gold"
  69434. "item_name" "#StickerKit_columbus2016_signature_fugly_gold"
  69435. "description_string" "#StickerKit_desc_columbus2016_signature_fugly_gold"
  69436. "sticker_material" "columbus2016/sig_fugly_gold"
  69437. "item_rarity" "legendary"
  69438. "tournament_event_id" "9"
  69439. "tournament_team_id" "49"
  69440. "tournament_player_id" "108760082"
  69441. }
  69442. "1081"
  69443. {
  69444. "name" "columbus2016_signature_hazed"
  69445. "item_name" "#StickerKit_columbus2016_signature_hazed"
  69446. "description_string" "#StickerKit_desc_columbus2016_signature_hazed"
  69447. "sticker_material" "columbus2016/sig_hazed"
  69448. "item_rarity" "rare"
  69449. "tournament_event_id" "9"
  69450. "tournament_team_id" "49"
  69451. "tournament_player_id" "30305781"
  69452. }
  69453. "1082"
  69454. {
  69455. "name" "columbus2016_signature_hazed_foil"
  69456. "item_name" "#StickerKit_columbus2016_signature_hazed_foil"
  69457. "description_string" "#StickerKit_desc_columbus2016_signature_hazed_foil"
  69458. "sticker_material" "columbus2016/sig_hazed_foil"
  69459. "item_rarity" "legendary"
  69460. "tournament_event_id" "9"
  69461. "tournament_team_id" "49"
  69462. "tournament_player_id" "30305781"
  69463. }
  69464. "1083"
  69465. {
  69466. "name" "columbus2016_signature_hazed_gold"
  69467. "item_name" "#StickerKit_columbus2016_signature_hazed_gold"
  69468. "description_string" "#StickerKit_desc_columbus2016_signature_hazed_gold"
  69469. "sticker_material" "columbus2016/sig_hazed_gold"
  69470. "item_rarity" "legendary"
  69471. "tournament_event_id" "9"
  69472. "tournament_team_id" "49"
  69473. "tournament_player_id" "30305781"
  69474. }
  69475. "1084"
  69476. {
  69477. "name" "columbus2016_signature_jdm64"
  69478. "item_name" "#StickerKit_columbus2016_signature_jdm64"
  69479. "description_string" "#StickerKit_desc_columbus2016_signature_jdm64"
  69480. "sticker_material" "columbus2016/sig_jdm64"
  69481. "item_rarity" "rare"
  69482. "tournament_event_id" "9"
  69483. "tournament_team_id" "49"
  69484. "tournament_player_id" "7223652"
  69485. }
  69486. "1085"
  69487. {
  69488. "name" "columbus2016_signature_jdm64_foil"
  69489. "item_name" "#StickerKit_columbus2016_signature_jdm64_foil"
  69490. "description_string" "#StickerKit_desc_columbus2016_signature_jdm64_foil"
  69491. "sticker_material" "columbus2016/sig_jdm64_foil"
  69492. "item_rarity" "legendary"
  69493. "tournament_event_id" "9"
  69494. "tournament_team_id" "49"
  69495. "tournament_player_id" "7223652"
  69496. }
  69497. "1086"
  69498. {
  69499. "name" "columbus2016_signature_jdm64_gold"
  69500. "item_name" "#StickerKit_columbus2016_signature_jdm64_gold"
  69501. "description_string" "#StickerKit_desc_columbus2016_signature_jdm64_gold"
  69502. "sticker_material" "columbus2016/sig_jdm64_gold"
  69503. "item_rarity" "legendary"
  69504. "tournament_event_id" "9"
  69505. "tournament_team_id" "49"
  69506. "tournament_player_id" "7223652"
  69507. }
  69508. "1087"
  69509. {
  69510. "name" "columbus2016_signature_tarik"
  69511. "item_name" "#StickerKit_columbus2016_signature_tarik"
  69512. "description_string" "#StickerKit_desc_columbus2016_signature_tarik"
  69513. "sticker_material" "columbus2016/sig_tarik"
  69514. "item_rarity" "rare"
  69515. "tournament_event_id" "9"
  69516. "tournament_team_id" "49"
  69517. "tournament_player_id" "18216247"
  69518. }
  69519. "1088"
  69520. {
  69521. "name" "columbus2016_signature_tarik_foil"
  69522. "item_name" "#StickerKit_columbus2016_signature_tarik_foil"
  69523. "description_string" "#StickerKit_desc_columbus2016_signature_tarik_foil"
  69524. "sticker_material" "columbus2016/sig_tarik_foil"
  69525. "item_rarity" "legendary"
  69526. "tournament_event_id" "9"
  69527. "tournament_team_id" "49"
  69528. "tournament_player_id" "18216247"
  69529. }
  69530. "1089"
  69531. {
  69532. "name" "columbus2016_signature_tarik_gold"
  69533. "item_name" "#StickerKit_columbus2016_signature_tarik_gold"
  69534. "description_string" "#StickerKit_desc_columbus2016_signature_tarik_gold"
  69535. "sticker_material" "columbus2016/sig_tarik_gold"
  69536. "item_rarity" "legendary"
  69537. "tournament_event_id" "9"
  69538. "tournament_team_id" "49"
  69539. "tournament_player_id" "18216247"
  69540. }
  69541. "1090"
  69542. {
  69543. "name" "columbus2016_signature_freakazoid"
  69544. "item_name" "#StickerKit_columbus2016_signature_freakazoid"
  69545. "description_string" "#StickerKit_desc_columbus2016_signature_freakazoid"
  69546. "sticker_material" "columbus2016/sig_freakazoid"
  69547. "item_rarity" "rare"
  69548. "tournament_event_id" "9"
  69549. "tournament_team_id" "33"
  69550. "tournament_player_id" "16883071"
  69551. }
  69552. "1091"
  69553. {
  69554. "name" "columbus2016_signature_freakazoid_foil"
  69555. "item_name" "#StickerKit_columbus2016_signature_freakazoid_foil"
  69556. "description_string" "#StickerKit_desc_columbus2016_signature_freakazoid_foil"
  69557. "sticker_material" "columbus2016/sig_freakazoid_foil"
  69558. "item_rarity" "legendary"
  69559. "tournament_event_id" "9"
  69560. "tournament_team_id" "33"
  69561. "tournament_player_id" "16883071"
  69562. }
  69563. "1092"
  69564. {
  69565. "name" "columbus2016_signature_freakazoid_gold"
  69566. "item_name" "#StickerKit_columbus2016_signature_freakazoid_gold"
  69567. "description_string" "#StickerKit_desc_columbus2016_signature_freakazoid_gold"
  69568. "sticker_material" "columbus2016/sig_freakazoid_gold"
  69569. "item_rarity" "legendary"
  69570. "tournament_event_id" "9"
  69571. "tournament_team_id" "33"
  69572. "tournament_player_id" "16883071"
  69573. }
  69574. "1093"
  69575. {
  69576. "name" "columbus2016_signature_stewie2k"
  69577. "item_name" "#StickerKit_columbus2016_signature_stewie2k"
  69578. "description_string" "#StickerKit_desc_columbus2016_signature_stewie2k"
  69579. "sticker_material" "columbus2016/sig_stewie2k"
  69580. "item_rarity" "rare"
  69581. "tournament_event_id" "9"
  69582. "tournament_team_id" "33"
  69583. "tournament_player_id" "38738282"
  69584. }
  69585. "1094"
  69586. {
  69587. "name" "columbus2016_signature_stewie2k_foil"
  69588. "item_name" "#StickerKit_columbus2016_signature_stewie2k_foil"
  69589. "description_string" "#StickerKit_desc_columbus2016_signature_stewie2k_foil"
  69590. "sticker_material" "columbus2016/sig_stewie2k_foil"
  69591. "item_rarity" "legendary"
  69592. "tournament_event_id" "9"
  69593. "tournament_team_id" "33"
  69594. "tournament_player_id" "38738282"
  69595. }
  69596. "1095"
  69597. {
  69598. "name" "columbus2016_signature_stewie2k_gold"
  69599. "item_name" "#StickerKit_columbus2016_signature_stewie2k_gold"
  69600. "description_string" "#StickerKit_desc_columbus2016_signature_stewie2k_gold"
  69601. "sticker_material" "columbus2016/sig_stewie2k_gold"
  69602. "item_rarity" "legendary"
  69603. "tournament_event_id" "9"
  69604. "tournament_team_id" "33"
  69605. "tournament_player_id" "38738282"
  69606. }
  69607. "1096"
  69608. {
  69609. "name" "columbus2016_signature_shroud"
  69610. "item_name" "#StickerKit_columbus2016_signature_shroud"
  69611. "description_string" "#StickerKit_desc_columbus2016_signature_shroud"
  69612. "sticker_material" "columbus2016/sig_shroud"
  69613. "item_rarity" "rare"
  69614. "tournament_event_id" "9"
  69615. "tournament_team_id" "33"
  69616. "tournament_player_id" "4515926"
  69617. }
  69618. "1097"
  69619. {
  69620. "name" "columbus2016_signature_shroud_foil"
  69621. "item_name" "#StickerKit_columbus2016_signature_shroud_foil"
  69622. "description_string" "#StickerKit_desc_columbus2016_signature_shroud_foil"
  69623. "sticker_material" "columbus2016/sig_shroud_foil"
  69624. "item_rarity" "legendary"
  69625. "tournament_event_id" "9"
  69626. "tournament_team_id" "33"
  69627. "tournament_player_id" "4515926"
  69628. }
  69629. "1098"
  69630. {
  69631. "name" "columbus2016_signature_shroud_gold"
  69632. "item_name" "#StickerKit_columbus2016_signature_shroud_gold"
  69633. "description_string" "#StickerKit_desc_columbus2016_signature_shroud_gold"
  69634. "sticker_material" "columbus2016/sig_shroud_gold"
  69635. "item_rarity" "legendary"
  69636. "tournament_event_id" "9"
  69637. "tournament_team_id" "33"
  69638. "tournament_player_id" "4515926"
  69639. }
  69640. "1099"
  69641. {
  69642. "name" "columbus2016_signature_skadoodle"
  69643. "item_name" "#StickerKit_columbus2016_signature_skadoodle"
  69644. "description_string" "#StickerKit_desc_columbus2016_signature_skadoodle"
  69645. "sticker_material" "columbus2016/sig_skadoodle"
  69646. "item_rarity" "rare"
  69647. "tournament_event_id" "9"
  69648. "tournament_team_id" "33"
  69649. "tournament_player_id" "21075725"
  69650. }
  69651. "1100"
  69652. {
  69653. "name" "columbus2016_signature_skadoodle_foil"
  69654. "item_name" "#StickerKit_columbus2016_signature_skadoodle_foil"
  69655. "description_string" "#StickerKit_desc_columbus2016_signature_skadoodle_foil"
  69656. "sticker_material" "columbus2016/sig_skadoodle_foil"
  69657. "item_rarity" "legendary"
  69658. "tournament_event_id" "9"
  69659. "tournament_team_id" "33"
  69660. "tournament_player_id" "21075725"
  69661. }
  69662. "1101"
  69663. {
  69664. "name" "columbus2016_signature_skadoodle_gold"
  69665. "item_name" "#StickerKit_columbus2016_signature_skadoodle_gold"
  69666. "description_string" "#StickerKit_desc_columbus2016_signature_skadoodle_gold"
  69667. "sticker_material" "columbus2016/sig_skadoodle_gold"
  69668. "item_rarity" "legendary"
  69669. "tournament_event_id" "9"
  69670. "tournament_team_id" "33"
  69671. "tournament_player_id" "21075725"
  69672. }
  69673. "1102"
  69674. {
  69675. "name" "columbus2016_signature_nothing"
  69676. "item_name" "#StickerKit_columbus2016_signature_nothing"
  69677. "description_string" "#StickerKit_desc_columbus2016_signature_nothing"
  69678. "sticker_material" "columbus2016/sig_nothing"
  69679. "item_rarity" "rare"
  69680. "tournament_event_id" "9"
  69681. "tournament_team_id" "33"
  69682. "tournament_player_id" "755286"
  69683. }
  69684. "1103"
  69685. {
  69686. "name" "columbus2016_signature_nothing_foil"
  69687. "item_name" "#StickerKit_columbus2016_signature_nothing_foil"
  69688. "description_string" "#StickerKit_desc_columbus2016_signature_nothing_foil"
  69689. "sticker_material" "columbus2016/sig_nothing_foil"
  69690. "item_rarity" "legendary"
  69691. "tournament_event_id" "9"
  69692. "tournament_team_id" "33"
  69693. "tournament_player_id" "755286"
  69694. }
  69695. "1104"
  69696. {
  69697. "name" "columbus2016_signature_nothing_gold"
  69698. "item_name" "#StickerKit_columbus2016_signature_nothing_gold"
  69699. "description_string" "#StickerKit_desc_columbus2016_signature_nothing_gold"
  69700. "sticker_material" "columbus2016/sig_nothing_gold"
  69701. "item_rarity" "legendary"
  69702. "tournament_event_id" "9"
  69703. "tournament_team_id" "33"
  69704. "tournament_player_id" "755286"
  69705. }
  69706. "1105"
  69707. {
  69708. "name" "columbus2016_signature_apex"
  69709. "item_name" "#StickerKit_columbus2016_signature_apex"
  69710. "description_string" "#StickerKit_desc_columbus2016_signature_apex"
  69711. "sticker_material" "columbus2016/sig_apex"
  69712. "item_rarity" "rare"
  69713. "tournament_event_id" "9"
  69714. "tournament_team_id" "46"
  69715. "tournament_player_id" "29478439"
  69716. }
  69717. "1106"
  69718. {
  69719. "name" "columbus2016_signature_apex_foil"
  69720. "item_name" "#StickerKit_columbus2016_signature_apex_foil"
  69721. "description_string" "#StickerKit_desc_columbus2016_signature_apex_foil"
  69722. "sticker_material" "columbus2016/sig_apex_foil"
  69723. "item_rarity" "legendary"
  69724. "tournament_event_id" "9"
  69725. "tournament_team_id" "46"
  69726. "tournament_player_id" "29478439"
  69727. }
  69728. "1107"
  69729. {
  69730. "name" "columbus2016_signature_apex_gold"
  69731. "item_name" "#StickerKit_columbus2016_signature_apex_gold"
  69732. "description_string" "#StickerKit_desc_columbus2016_signature_apex_gold"
  69733. "sticker_material" "columbus2016/sig_apex_gold"
  69734. "item_rarity" "legendary"
  69735. "tournament_event_id" "9"
  69736. "tournament_team_id" "46"
  69737. "tournament_player_id" "29478439"
  69738. }
  69739. "1108"
  69740. {
  69741. "name" "columbus2016_signature_happy"
  69742. "item_name" "#StickerKit_columbus2016_signature_happy"
  69743. "description_string" "#StickerKit_desc_columbus2016_signature_happy"
  69744. "sticker_material" "columbus2016/sig_happy"
  69745. "item_rarity" "rare"
  69746. "tournament_event_id" "9"
  69747. "tournament_team_id" "46"
  69748. "tournament_player_id" "17975624"
  69749. }
  69750. "1109"
  69751. {
  69752. "name" "columbus2016_signature_happy_foil"
  69753. "item_name" "#StickerKit_columbus2016_signature_happy_foil"
  69754. "description_string" "#StickerKit_desc_columbus2016_signature_happy_foil"
  69755. "sticker_material" "columbus2016/sig_happy_foil"
  69756. "item_rarity" "legendary"
  69757. "tournament_event_id" "9"
  69758. "tournament_team_id" "46"
  69759. "tournament_player_id" "17975624"
  69760. }
  69761. "1110"
  69762. {
  69763. "name" "columbus2016_signature_happy_gold"
  69764. "item_name" "#StickerKit_columbus2016_signature_happy_gold"
  69765. "description_string" "#StickerKit_desc_columbus2016_signature_happy_gold"
  69766. "sticker_material" "columbus2016/sig_happy_gold"
  69767. "item_rarity" "legendary"
  69768. "tournament_event_id" "9"
  69769. "tournament_team_id" "46"
  69770. "tournament_player_id" "17975624"
  69771. }
  69772. "1111"
  69773. {
  69774. "name" "columbus2016_signature_devil"
  69775. "item_name" "#StickerKit_columbus2016_signature_devil"
  69776. "description_string" "#StickerKit_desc_columbus2016_signature_devil"
  69777. "sticker_material" "columbus2016/sig_devil"
  69778. "item_rarity" "rare"
  69779. "tournament_event_id" "9"
  69780. "tournament_team_id" "46"
  69781. "tournament_player_id" "44238623"
  69782. }
  69783. "1112"
  69784. {
  69785. "name" "columbus2016_signature_devil_foil"
  69786. "item_name" "#StickerKit_columbus2016_signature_devil_foil"
  69787. "description_string" "#StickerKit_desc_columbus2016_signature_devil_foil"
  69788. "sticker_material" "columbus2016/sig_devil_foil"
  69789. "item_rarity" "legendary"
  69790. "tournament_event_id" "9"
  69791. "tournament_team_id" "46"
  69792. "tournament_player_id" "44238623"
  69793. }
  69794. "1113"
  69795. {
  69796. "name" "columbus2016_signature_devil_gold"
  69797. "item_name" "#StickerKit_columbus2016_signature_devil_gold"
  69798. "description_string" "#StickerKit_desc_columbus2016_signature_devil_gold"
  69799. "sticker_material" "columbus2016/sig_devil_gold"
  69800. "item_rarity" "legendary"
  69801. "tournament_event_id" "9"
  69802. "tournament_team_id" "46"
  69803. "tournament_player_id" "44238623"
  69804. }
  69805. "1114"
  69806. {
  69807. "name" "columbus2016_signature_kennys"
  69808. "item_name" "#StickerKit_columbus2016_signature_kennys"
  69809. "description_string" "#StickerKit_desc_columbus2016_signature_kennys"
  69810. "sticker_material" "columbus2016/sig_kennys"
  69811. "item_rarity" "rare"
  69812. "tournament_event_id" "9"
  69813. "tournament_team_id" "46"
  69814. "tournament_player_id" "64640068"
  69815. }
  69816. "1115"
  69817. {
  69818. "name" "columbus2016_signature_kennys_foil"
  69819. "item_name" "#StickerKit_columbus2016_signature_kennys_foil"
  69820. "description_string" "#StickerKit_desc_columbus2016_signature_kennys_foil"
  69821. "sticker_material" "columbus2016/sig_kennys_foil"
  69822. "item_rarity" "legendary"
  69823. "tournament_event_id" "9"
  69824. "tournament_team_id" "46"
  69825. "tournament_player_id" "64640068"
  69826. }
  69827. "1116"
  69828. {
  69829. "name" "columbus2016_signature_kennys_gold"
  69830. "item_name" "#StickerKit_columbus2016_signature_kennys_gold"
  69831. "description_string" "#StickerKit_desc_columbus2016_signature_kennys_gold"
  69832. "sticker_material" "columbus2016/sig_kennys_gold"
  69833. "item_rarity" "legendary"
  69834. "tournament_event_id" "9"
  69835. "tournament_team_id" "46"
  69836. "tournament_player_id" "64640068"
  69837. }
  69838. "1117"
  69839. {
  69840. "name" "columbus2016_signature_nbk"
  69841. "item_name" "#StickerKit_columbus2016_signature_nbk"
  69842. "description_string" "#StickerKit_desc_columbus2016_signature_nbk"
  69843. "sticker_material" "columbus2016/sig_nbk"
  69844. "item_rarity" "rare"
  69845. "tournament_event_id" "9"
  69846. "tournament_team_id" "46"
  69847. "tournament_player_id" "444845"
  69848. }
  69849. "1118"
  69850. {
  69851. "name" "columbus2016_signature_nbk_foil"
  69852. "item_name" "#StickerKit_columbus2016_signature_nbk_foil"
  69853. "description_string" "#StickerKit_desc_columbus2016_signature_nbk_foil"
  69854. "sticker_material" "columbus2016/sig_nbk_foil"
  69855. "item_rarity" "legendary"
  69856. "tournament_event_id" "9"
  69857. "tournament_team_id" "46"
  69858. "tournament_player_id" "444845"
  69859. }
  69860. "1119"
  69861. {
  69862. "name" "columbus2016_signature_nbk_gold"
  69863. "item_name" "#StickerKit_columbus2016_signature_nbk_gold"
  69864. "description_string" "#StickerKit_desc_columbus2016_signature_nbk_gold"
  69865. "sticker_material" "columbus2016/sig_nbk_gold"
  69866. "item_rarity" "legendary"
  69867. "tournament_event_id" "9"
  69868. "tournament_team_id" "46"
  69869. "tournament_player_id" "444845"
  69870. }
  69871. "1120"
  69872. {
  69873. "name" "columbus2016_signature_b1ad3"
  69874. "item_name" "#StickerKit_columbus2016_signature_b1ad3"
  69875. "description_string" "#StickerKit_desc_columbus2016_signature_b1ad3"
  69876. "sticker_material" "columbus2016/sig_b1ad3"
  69877. "item_rarity" "rare"
  69878. "tournament_event_id" "9"
  69879. "tournament_team_id" "43"
  69880. "tournament_player_id" "53258137"
  69881. }
  69882. "1121"
  69883. {
  69884. "name" "columbus2016_signature_b1ad3_foil"
  69885. "item_name" "#StickerKit_columbus2016_signature_b1ad3_foil"
  69886. "description_string" "#StickerKit_desc_columbus2016_signature_b1ad3_foil"
  69887. "sticker_material" "columbus2016/sig_b1ad3_foil"
  69888. "item_rarity" "legendary"
  69889. "tournament_event_id" "9"
  69890. "tournament_team_id" "43"
  69891. "tournament_player_id" "53258137"
  69892. }
  69893. "1122"
  69894. {
  69895. "name" "columbus2016_signature_b1ad3_gold"
  69896. "item_name" "#StickerKit_columbus2016_signature_b1ad3_gold"
  69897. "description_string" "#StickerKit_desc_columbus2016_signature_b1ad3_gold"
  69898. "sticker_material" "columbus2016/sig_b1ad3_gold"
  69899. "item_rarity" "legendary"
  69900. "tournament_event_id" "9"
  69901. "tournament_team_id" "43"
  69902. "tournament_player_id" "53258137"
  69903. }
  69904. "1123"
  69905. {
  69906. "name" "columbus2016_signature_bondik"
  69907. "item_name" "#StickerKit_columbus2016_signature_bondik"
  69908. "description_string" "#StickerKit_desc_columbus2016_signature_bondik"
  69909. "sticker_material" "columbus2016/sig_bondik"
  69910. "item_rarity" "rare"
  69911. "tournament_event_id" "9"
  69912. "tournament_team_id" "43"
  69913. "tournament_player_id" "46918643"
  69914. }
  69915. "1124"
  69916. {
  69917. "name" "columbus2016_signature_bondik_foil"
  69918. "item_name" "#StickerKit_columbus2016_signature_bondik_foil"
  69919. "description_string" "#StickerKit_desc_columbus2016_signature_bondik_foil"
  69920. "sticker_material" "columbus2016/sig_bondik_foil"
  69921. "item_rarity" "legendary"
  69922. "tournament_event_id" "9"
  69923. "tournament_team_id" "43"
  69924. "tournament_player_id" "46918643"
  69925. }
  69926. "1125"
  69927. {
  69928. "name" "columbus2016_signature_bondik_gold"
  69929. "item_name" "#StickerKit_columbus2016_signature_bondik_gold"
  69930. "description_string" "#StickerKit_desc_columbus2016_signature_bondik_gold"
  69931. "sticker_material" "columbus2016/sig_bondik_gold"
  69932. "item_rarity" "legendary"
  69933. "tournament_event_id" "9"
  69934. "tournament_team_id" "43"
  69935. "tournament_player_id" "46918643"
  69936. }
  69937. "1126"
  69938. {
  69939. "name" "columbus2016_signature_shara"
  69940. "item_name" "#StickerKit_columbus2016_signature_shara"
  69941. "description_string" "#StickerKit_desc_columbus2016_signature_shara"
  69942. "sticker_material" "columbus2016/sig_shara"
  69943. "item_rarity" "rare"
  69944. "tournament_event_id" "9"
  69945. "tournament_team_id" "43"
  69946. "tournament_player_id" "53330928"
  69947. }
  69948. "1127"
  69949. {
  69950. "name" "columbus2016_signature_shara_foil"
  69951. "item_name" "#StickerKit_columbus2016_signature_shara_foil"
  69952. "description_string" "#StickerKit_desc_columbus2016_signature_shara_foil"
  69953. "sticker_material" "columbus2016/sig_shara_foil"
  69954. "item_rarity" "legendary"
  69955. "tournament_event_id" "9"
  69956. "tournament_team_id" "43"
  69957. "tournament_player_id" "53330928"
  69958. }
  69959. "1128"
  69960. {
  69961. "name" "columbus2016_signature_shara_gold"
  69962. "item_name" "#StickerKit_columbus2016_signature_shara_gold"
  69963. "description_string" "#StickerKit_desc_columbus2016_signature_shara_gold"
  69964. "sticker_material" "columbus2016/sig_shara_gold"
  69965. "item_rarity" "legendary"
  69966. "tournament_event_id" "9"
  69967. "tournament_team_id" "43"
  69968. "tournament_player_id" "53330928"
  69969. }
  69970. "1129"
  69971. {
  69972. "name" "columbus2016_signature_markeloff"
  69973. "item_name" "#StickerKit_columbus2016_signature_markeloff"
  69974. "description_string" "#StickerKit_desc_columbus2016_signature_markeloff"
  69975. "sticker_material" "columbus2016/sig_markeloff"
  69976. "item_rarity" "rare"
  69977. "tournament_event_id" "9"
  69978. "tournament_team_id" "43"
  69979. "tournament_player_id" "5667261"
  69980. }
  69981. "1130"
  69982. {
  69983. "name" "columbus2016_signature_markeloff_foil"
  69984. "item_name" "#StickerKit_columbus2016_signature_markeloff_foil"
  69985. "description_string" "#StickerKit_desc_columbus2016_signature_markeloff_foil"
  69986. "sticker_material" "columbus2016/sig_markeloff_foil"
  69987. "item_rarity" "legendary"
  69988. "tournament_event_id" "9"
  69989. "tournament_team_id" "43"
  69990. "tournament_player_id" "5667261"
  69991. }
  69992. "1131"
  69993. {
  69994. "name" "columbus2016_signature_markeloff_gold"
  69995. "item_name" "#StickerKit_columbus2016_signature_markeloff_gold"
  69996. "description_string" "#StickerKit_desc_columbus2016_signature_markeloff_gold"
  69997. "sticker_material" "columbus2016/sig_markeloff_gold"
  69998. "item_rarity" "legendary"
  69999. "tournament_event_id" "9"
  70000. "tournament_team_id" "43"
  70001. "tournament_player_id" "5667261"
  70002. }
  70003. "1132"
  70004. {
  70005. "name" "columbus2016_signature_worldedit"
  70006. "item_name" "#StickerKit_columbus2016_signature_worldedit"
  70007. "description_string" "#StickerKit_desc_columbus2016_signature_worldedit"
  70008. "sticker_material" "columbus2016/sig_worldedit"
  70009. "item_rarity" "rare"
  70010. "tournament_event_id" "9"
  70011. "tournament_team_id" "43"
  70012. "tournament_player_id" "36732188"
  70013. }
  70014. "1133"
  70015. {
  70016. "name" "columbus2016_signature_worldedit_foil"
  70017. "item_name" "#StickerKit_columbus2016_signature_worldedit_foil"
  70018. "description_string" "#StickerKit_desc_columbus2016_signature_worldedit_foil"
  70019. "sticker_material" "columbus2016/sig_worldedit_foil"
  70020. "item_rarity" "legendary"
  70021. "tournament_event_id" "9"
  70022. "tournament_team_id" "43"
  70023. "tournament_player_id" "36732188"
  70024. }
  70025. "1134"
  70026. {
  70027. "name" "columbus2016_signature_worldedit_gold"
  70028. "item_name" "#StickerKit_columbus2016_signature_worldedit_gold"
  70029. "description_string" "#StickerKit_desc_columbus2016_signature_worldedit_gold"
  70030. "sticker_material" "columbus2016/sig_worldedit_gold"
  70031. "item_rarity" "legendary"
  70032. "tournament_event_id" "9"
  70033. "tournament_team_id" "43"
  70034. "tournament_player_id" "36732188"
  70035. }
  70036. "1135"
  70037. {
  70038. "name" "columbus2016_signature_flusha"
  70039. "item_name" "#StickerKit_columbus2016_signature_flusha"
  70040. "description_string" "#StickerKit_desc_columbus2016_signature_flusha"
  70041. "sticker_material" "columbus2016/sig_flusha"
  70042. "item_rarity" "rare"
  70043. "tournament_event_id" "9"
  70044. "tournament_team_id" "6"
  70045. "tournament_player_id" "31082355"
  70046. }
  70047. "1136"
  70048. {
  70049. "name" "columbus2016_signature_flusha_foil"
  70050. "item_name" "#StickerKit_columbus2016_signature_flusha_foil"
  70051. "description_string" "#StickerKit_desc_columbus2016_signature_flusha_foil"
  70052. "sticker_material" "columbus2016/sig_flusha_foil"
  70053. "item_rarity" "legendary"
  70054. "tournament_event_id" "9"
  70055. "tournament_team_id" "6"
  70056. "tournament_player_id" "31082355"
  70057. }
  70058. "1137"
  70059. {
  70060. "name" "columbus2016_signature_flusha_gold"
  70061. "item_name" "#StickerKit_columbus2016_signature_flusha_gold"
  70062. "description_string" "#StickerKit_desc_columbus2016_signature_flusha_gold"
  70063. "sticker_material" "columbus2016/sig_flusha_gold"
  70064. "item_rarity" "legendary"
  70065. "tournament_event_id" "9"
  70066. "tournament_team_id" "6"
  70067. "tournament_player_id" "31082355"
  70068. }
  70069. "1138"
  70070. {
  70071. "name" "columbus2016_signature_jw"
  70072. "item_name" "#StickerKit_columbus2016_signature_jw"
  70073. "description_string" "#StickerKit_desc_columbus2016_signature_jw"
  70074. "sticker_material" "columbus2016/sig_jw"
  70075. "item_rarity" "rare"
  70076. "tournament_event_id" "9"
  70077. "tournament_team_id" "6"
  70078. "tournament_player_id" "71288472"
  70079. }
  70080. "1139"
  70081. {
  70082. "name" "columbus2016_signature_jw_foil"
  70083. "item_name" "#StickerKit_columbus2016_signature_jw_foil"
  70084. "description_string" "#StickerKit_desc_columbus2016_signature_jw_foil"
  70085. "sticker_material" "columbus2016/sig_jw_foil"
  70086. "item_rarity" "legendary"
  70087. "tournament_event_id" "9"
  70088. "tournament_team_id" "6"
  70089. "tournament_player_id" "71288472"
  70090. }
  70091. "1140"
  70092. {
  70093. "name" "columbus2016_signature_jw_gold"
  70094. "item_name" "#StickerKit_columbus2016_signature_jw_gold"
  70095. "description_string" "#StickerKit_desc_columbus2016_signature_jw_gold"
  70096. "sticker_material" "columbus2016/sig_jw_gold"
  70097. "item_rarity" "legendary"
  70098. "tournament_event_id" "9"
  70099. "tournament_team_id" "6"
  70100. "tournament_player_id" "71288472"
  70101. }
  70102. "1141"
  70103. {
  70104. "name" "columbus2016_signature_krimz"
  70105. "item_name" "#StickerKit_columbus2016_signature_krimz"
  70106. "description_string" "#StickerKit_desc_columbus2016_signature_krimz"
  70107. "sticker_material" "columbus2016/sig_krimz"
  70108. "item_rarity" "rare"
  70109. "tournament_event_id" "9"
  70110. "tournament_team_id" "6"
  70111. "tournament_player_id" "71385856"
  70112. }
  70113. "1142"
  70114. {
  70115. "name" "columbus2016_signature_krimz_foil"
  70116. "item_name" "#StickerKit_columbus2016_signature_krimz_foil"
  70117. "description_string" "#StickerKit_desc_columbus2016_signature_krimz_foil"
  70118. "sticker_material" "columbus2016/sig_krimz_foil"
  70119. "item_rarity" "legendary"
  70120. "tournament_event_id" "9"
  70121. "tournament_team_id" "6"
  70122. "tournament_player_id" "71385856"
  70123. }
  70124. "1143"
  70125. {
  70126. "name" "columbus2016_signature_krimz_gold"
  70127. "item_name" "#StickerKit_columbus2016_signature_krimz_gold"
  70128. "description_string" "#StickerKit_desc_columbus2016_signature_krimz_gold"
  70129. "sticker_material" "columbus2016/sig_krimz_gold"
  70130. "item_rarity" "legendary"
  70131. "tournament_event_id" "9"
  70132. "tournament_team_id" "6"
  70133. "tournament_player_id" "71385856"
  70134. }
  70135. "1144"
  70136. {
  70137. "name" "columbus2016_signature_olofmeister"
  70138. "item_name" "#StickerKit_columbus2016_signature_olofmeister"
  70139. "description_string" "#StickerKit_desc_columbus2016_signature_olofmeister"
  70140. "sticker_material" "columbus2016/sig_olofmeister"
  70141. "item_rarity" "rare"
  70142. "tournament_event_id" "9"
  70143. "tournament_team_id" "6"
  70144. "tournament_player_id" "28361465"
  70145. }
  70146. "1145"
  70147. {
  70148. "name" "columbus2016_signature_olofmeister_foil"
  70149. "item_name" "#StickerKit_columbus2016_signature_olofmeister_foil"
  70150. "description_string" "#StickerKit_desc_columbus2016_signature_olofmeister_foil"
  70151. "sticker_material" "columbus2016/sig_olofmeister_foil"
  70152. "item_rarity" "legendary"
  70153. "tournament_event_id" "9"
  70154. "tournament_team_id" "6"
  70155. "tournament_player_id" "28361465"
  70156. }
  70157. "1146"
  70158. {
  70159. "name" "columbus2016_signature_olofmeister_gold"
  70160. "item_name" "#StickerKit_columbus2016_signature_olofmeister_gold"
  70161. "description_string" "#StickerKit_desc_columbus2016_signature_olofmeister_gold"
  70162. "sticker_material" "columbus2016/sig_olofmeister_gold"
  70163. "item_rarity" "legendary"
  70164. "tournament_event_id" "9"
  70165. "tournament_team_id" "6"
  70166. "tournament_player_id" "28361465"
  70167. }
  70168. "1147"
  70169. {
  70170. "name" "columbus2016_signature_dennis"
  70171. "item_name" "#StickerKit_columbus2016_signature_dennis"
  70172. "description_string" "#StickerKit_desc_columbus2016_signature_dennis"
  70173. "sticker_material" "columbus2016/sig_dennis"
  70174. "item_rarity" "rare"
  70175. "tournament_event_id" "9"
  70176. "tournament_team_id" "6"
  70177. "tournament_player_id" "108076825"
  70178. }
  70179. "1148"
  70180. {
  70181. "name" "columbus2016_signature_dennis_foil"
  70182. "item_name" "#StickerKit_columbus2016_signature_dennis_foil"
  70183. "description_string" "#StickerKit_desc_columbus2016_signature_dennis_foil"
  70184. "sticker_material" "columbus2016/sig_dennis_foil"
  70185. "item_rarity" "legendary"
  70186. "tournament_event_id" "9"
  70187. "tournament_team_id" "6"
  70188. "tournament_player_id" "108076825"
  70189. }
  70190. "1149"
  70191. {
  70192. "name" "columbus2016_signature_dennis_gold"
  70193. "item_name" "#StickerKit_columbus2016_signature_dennis_gold"
  70194. "description_string" "#StickerKit_desc_columbus2016_signature_dennis_gold"
  70195. "sticker_material" "columbus2016/sig_dennis_gold"
  70196. "item_rarity" "legendary"
  70197. "tournament_event_id" "9"
  70198. "tournament_team_id" "6"
  70199. "tournament_player_id" "108076825"
  70200. }
  70201. "1150"
  70202. {
  70203. "name" "columbus2016_signature_aizy"
  70204. "item_name" "#StickerKit_columbus2016_signature_aizy"
  70205. "description_string" "#StickerKit_desc_columbus2016_signature_aizy"
  70206. "sticker_material" "columbus2016/sig_aizy"
  70207. "item_rarity" "rare"
  70208. "tournament_event_id" "9"
  70209. "tournament_team_id" "61"
  70210. "tournament_player_id" "90685224"
  70211. }
  70212. "1151"
  70213. {
  70214. "name" "columbus2016_signature_aizy_foil"
  70215. "item_name" "#StickerKit_columbus2016_signature_aizy_foil"
  70216. "description_string" "#StickerKit_desc_columbus2016_signature_aizy_foil"
  70217. "sticker_material" "columbus2016/sig_aizy_foil"
  70218. "item_rarity" "legendary"
  70219. "tournament_event_id" "9"
  70220. "tournament_team_id" "61"
  70221. "tournament_player_id" "90685224"
  70222. }
  70223. "1152"
  70224. {
  70225. "name" "columbus2016_signature_aizy_gold"
  70226. "item_name" "#StickerKit_columbus2016_signature_aizy_gold"
  70227. "description_string" "#StickerKit_desc_columbus2016_signature_aizy_gold"
  70228. "sticker_material" "columbus2016/sig_aizy_gold"
  70229. "item_rarity" "legendary"
  70230. "tournament_event_id" "9"
  70231. "tournament_team_id" "61"
  70232. "tournament_player_id" "90685224"
  70233. }
  70234. "1153"
  70235. {
  70236. "name" "columbus2016_signature_fox"
  70237. "item_name" "#StickerKit_columbus2016_signature_fox"
  70238. "description_string" "#StickerKit_desc_columbus2016_signature_fox"
  70239. "sticker_material" "columbus2016/sig_fox"
  70240. "item_rarity" "rare"
  70241. "tournament_event_id" "9"
  70242. "tournament_team_id" "61"
  70243. "tournament_player_id" "1939536"
  70244. }
  70245. "1154"
  70246. {
  70247. "name" "columbus2016_signature_fox_foil"
  70248. "item_name" "#StickerKit_columbus2016_signature_fox_foil"
  70249. "description_string" "#StickerKit_desc_columbus2016_signature_fox_foil"
  70250. "sticker_material" "columbus2016/sig_fox_foil"
  70251. "item_rarity" "legendary"
  70252. "tournament_event_id" "9"
  70253. "tournament_team_id" "61"
  70254. "tournament_player_id" "1939536"
  70255. }
  70256. "1155"
  70257. {
  70258. "name" "columbus2016_signature_fox_gold"
  70259. "item_name" "#StickerKit_columbus2016_signature_fox_gold"
  70260. "description_string" "#StickerKit_desc_columbus2016_signature_fox_gold"
  70261. "sticker_material" "columbus2016/sig_fox_gold"
  70262. "item_rarity" "legendary"
  70263. "tournament_event_id" "9"
  70264. "tournament_team_id" "61"
  70265. "tournament_player_id" "1939536"
  70266. }
  70267. "1156"
  70268. {
  70269. "name" "columbus2016_signature_maikelele"
  70270. "item_name" "#StickerKit_columbus2016_signature_maikelele"
  70271. "description_string" "#StickerKit_desc_columbus2016_signature_maikelele"
  70272. "sticker_material" "columbus2016/sig_maikelele"
  70273. "item_rarity" "rare"
  70274. "tournament_event_id" "9"
  70275. "tournament_team_id" "61"
  70276. "tournament_player_id" "925972"
  70277. }
  70278. "1157"
  70279. {
  70280. "name" "columbus2016_signature_maikelele_foil"
  70281. "item_name" "#StickerKit_columbus2016_signature_maikelele_foil"
  70282. "description_string" "#StickerKit_desc_columbus2016_signature_maikelele_foil"
  70283. "sticker_material" "columbus2016/sig_maikelele_foil"
  70284. "item_rarity" "legendary"
  70285. "tournament_event_id" "9"
  70286. "tournament_team_id" "61"
  70287. "tournament_player_id" "925972"
  70288. }
  70289. "1158"
  70290. {
  70291. "name" "columbus2016_signature_maikelele_gold"
  70292. "item_name" "#StickerKit_columbus2016_signature_maikelele_gold"
  70293. "description_string" "#StickerKit_desc_columbus2016_signature_maikelele_gold"
  70294. "sticker_material" "columbus2016/sig_maikelele_gold"
  70295. "item_rarity" "legendary"
  70296. "tournament_event_id" "9"
  70297. "tournament_team_id" "61"
  70298. "tournament_player_id" "925972"
  70299. }
  70300. "1159"
  70301. {
  70302. "name" "columbus2016_signature_rain"
  70303. "item_name" "#StickerKit_columbus2016_signature_rain"
  70304. "description_string" "#StickerKit_desc_columbus2016_signature_rain"
  70305. "sticker_material" "columbus2016/sig_rain"
  70306. "item_rarity" "rare"
  70307. "tournament_event_id" "9"
  70308. "tournament_team_id" "61"
  70309. "tournament_player_id" "37085479"
  70310. }
  70311. "1160"
  70312. {
  70313. "name" "columbus2016_signature_rain_foil"
  70314. "item_name" "#StickerKit_columbus2016_signature_rain_foil"
  70315. "description_string" "#StickerKit_desc_columbus2016_signature_rain_foil"
  70316. "sticker_material" "columbus2016/sig_rain_foil"
  70317. "item_rarity" "legendary"
  70318. "tournament_event_id" "9"
  70319. "tournament_team_id" "61"
  70320. "tournament_player_id" "37085479"
  70321. }
  70322. "1161"
  70323. {
  70324. "name" "columbus2016_signature_rain_gold"
  70325. "item_name" "#StickerKit_columbus2016_signature_rain_gold"
  70326. "description_string" "#StickerKit_desc_columbus2016_signature_rain_gold"
  70327. "sticker_material" "columbus2016/sig_rain_gold"
  70328. "item_rarity" "legendary"
  70329. "tournament_event_id" "9"
  70330. "tournament_team_id" "61"
  70331. "tournament_player_id" "37085479"
  70332. }
  70333. "1162"
  70334. {
  70335. "name" "columbus2016_signature_jkaem"
  70336. "item_name" "#StickerKit_columbus2016_signature_jkaem"
  70337. "description_string" "#StickerKit_desc_columbus2016_signature_jkaem"
  70338. "sticker_material" "columbus2016/sig_jkaem"
  70339. "item_rarity" "rare"
  70340. "tournament_event_id" "9"
  70341. "tournament_team_id" "61"
  70342. "tournament_player_id" "42442914"
  70343. }
  70344. "1163"
  70345. {
  70346. "name" "columbus2016_signature_jkaem_foil"
  70347. "item_name" "#StickerKit_columbus2016_signature_jkaem_foil"
  70348. "description_string" "#StickerKit_desc_columbus2016_signature_jkaem_foil"
  70349. "sticker_material" "columbus2016/sig_jkaem_foil"
  70350. "item_rarity" "legendary"
  70351. "tournament_event_id" "9"
  70352. "tournament_team_id" "61"
  70353. "tournament_player_id" "42442914"
  70354. }
  70355. "1164"
  70356. {
  70357. "name" "columbus2016_signature_jkaem_gold"
  70358. "item_name" "#StickerKit_columbus2016_signature_jkaem_gold"
  70359. "description_string" "#StickerKit_desc_columbus2016_signature_jkaem_gold"
  70360. "sticker_material" "columbus2016/sig_jkaem_gold"
  70361. "item_rarity" "legendary"
  70362. "tournament_event_id" "9"
  70363. "tournament_team_id" "61"
  70364. "tournament_player_id" "42442914"
  70365. }
  70366. "1165"
  70367. {
  70368. "name" "columbus2016_signature_fnx"
  70369. "item_name" "#StickerKit_columbus2016_signature_fnx"
  70370. "description_string" "#StickerKit_desc_columbus2016_signature_fnx"
  70371. "sticker_material" "columbus2016/sig_fnx"
  70372. "item_rarity" "rare"
  70373. "tournament_event_id" "9"
  70374. "tournament_team_id" "57"
  70375. "tournament_player_id" "170178574"
  70376. }
  70377. "1166"
  70378. {
  70379. "name" "columbus2016_signature_fnx_foil"
  70380. "item_name" "#StickerKit_columbus2016_signature_fnx_foil"
  70381. "description_string" "#StickerKit_desc_columbus2016_signature_fnx_foil"
  70382. "sticker_material" "columbus2016/sig_fnx_foil"
  70383. "item_rarity" "legendary"
  70384. "tournament_event_id" "9"
  70385. "tournament_team_id" "57"
  70386. "tournament_player_id" "170178574"
  70387. }
  70388. "1167"
  70389. {
  70390. "name" "columbus2016_signature_fnx_gold"
  70391. "item_name" "#StickerKit_columbus2016_signature_fnx_gold"
  70392. "description_string" "#StickerKit_desc_columbus2016_signature_fnx_gold"
  70393. "sticker_material" "columbus2016/sig_fnx_gold"
  70394. "item_rarity" "legendary"
  70395. "tournament_event_id" "9"
  70396. "tournament_team_id" "57"
  70397. "tournament_player_id" "170178574"
  70398. }
  70399. "1168"
  70400. {
  70401. "name" "columbus2016_signature_coldzera"
  70402. "item_name" "#StickerKit_columbus2016_signature_coldzera"
  70403. "description_string" "#StickerKit_desc_columbus2016_signature_coldzera"
  70404. "sticker_material" "columbus2016/sig_coldzera"
  70405. "item_rarity" "rare"
  70406. "tournament_event_id" "9"
  70407. "tournament_team_id" "57"
  70408. "tournament_player_id" "79720871"
  70409. }
  70410. "1169"
  70411. {
  70412. "name" "columbus2016_signature_coldzera_foil"
  70413. "item_name" "#StickerKit_columbus2016_signature_coldzera_foil"
  70414. "description_string" "#StickerKit_desc_columbus2016_signature_coldzera_foil"
  70415. "sticker_material" "columbus2016/sig_coldzera_foil"
  70416. "item_rarity" "legendary"
  70417. "tournament_event_id" "9"
  70418. "tournament_team_id" "57"
  70419. "tournament_player_id" "79720871"
  70420. }
  70421. "1170"
  70422. {
  70423. "name" "columbus2016_signature_coldzera_gold"
  70424. "item_name" "#StickerKit_columbus2016_signature_coldzera_gold"
  70425. "description_string" "#StickerKit_desc_columbus2016_signature_coldzera_gold"
  70426. "sticker_material" "columbus2016/sig_coldzera_gold"
  70427. "item_rarity" "legendary"
  70428. "tournament_event_id" "9"
  70429. "tournament_team_id" "57"
  70430. "tournament_player_id" "79720871"
  70431. }
  70432. "1171"
  70433. {
  70434. "name" "columbus2016_signature_fallen"
  70435. "item_name" "#StickerKit_columbus2016_signature_fallen"
  70436. "description_string" "#StickerKit_desc_columbus2016_signature_fallen"
  70437. "sticker_material" "columbus2016/sig_fallen"
  70438. "item_rarity" "rare"
  70439. "tournament_event_id" "9"
  70440. "tournament_team_id" "57"
  70441. "tournament_player_id" "424467"
  70442. }
  70443. "1172"
  70444. {
  70445. "name" "columbus2016_signature_fallen_foil"
  70446. "item_name" "#StickerKit_columbus2016_signature_fallen_foil"
  70447. "description_string" "#StickerKit_desc_columbus2016_signature_fallen_foil"
  70448. "sticker_material" "columbus2016/sig_fallen_foil"
  70449. "item_rarity" "legendary"
  70450. "tournament_event_id" "9"
  70451. "tournament_team_id" "57"
  70452. "tournament_player_id" "424467"
  70453. }
  70454. "1173"
  70455. {
  70456. "name" "columbus2016_signature_fallen_gold"
  70457. "item_name" "#StickerKit_columbus2016_signature_fallen_gold"
  70458. "description_string" "#StickerKit_desc_columbus2016_signature_fallen_gold"
  70459. "sticker_material" "columbus2016/sig_fallen_gold"
  70460. "item_rarity" "legendary"
  70461. "tournament_event_id" "9"
  70462. "tournament_team_id" "57"
  70463. "tournament_player_id" "424467"
  70464. }
  70465. "1174"
  70466. {
  70467. "name" "columbus2016_signature_fer"
  70468. "item_name" "#StickerKit_columbus2016_signature_fer"
  70469. "description_string" "#StickerKit_desc_columbus2016_signature_fer"
  70470. "sticker_material" "columbus2016/sig_fer"
  70471. "item_rarity" "rare"
  70472. "tournament_event_id" "9"
  70473. "tournament_team_id" "57"
  70474. "tournament_player_id" "38921219"
  70475. }
  70476. "1175"
  70477. {
  70478. "name" "columbus2016_signature_fer_foil"
  70479. "item_name" "#StickerKit_columbus2016_signature_fer_foil"
  70480. "description_string" "#StickerKit_desc_columbus2016_signature_fer_foil"
  70481. "sticker_material" "columbus2016/sig_fer_foil"
  70482. "item_rarity" "legendary"
  70483. "tournament_event_id" "9"
  70484. "tournament_team_id" "57"
  70485. "tournament_player_id" "38921219"
  70486. }
  70487. "1176"
  70488. {
  70489. "name" "columbus2016_signature_fer_gold"
  70490. "item_name" "#StickerKit_columbus2016_signature_fer_gold"
  70491. "description_string" "#StickerKit_desc_columbus2016_signature_fer_gold"
  70492. "sticker_material" "columbus2016/sig_fer_gold"
  70493. "item_rarity" "legendary"
  70494. "tournament_event_id" "9"
  70495. "tournament_team_id" "57"
  70496. "tournament_player_id" "38921219"
  70497. }
  70498. "1177"
  70499. {
  70500. "name" "columbus2016_signature_taco"
  70501. "item_name" "#StickerKit_columbus2016_signature_taco"
  70502. "description_string" "#StickerKit_desc_columbus2016_signature_taco"
  70503. "sticker_material" "columbus2016/sig_taco"
  70504. "item_rarity" "rare"
  70505. "tournament_event_id" "9"
  70506. "tournament_team_id" "57"
  70507. "tournament_player_id" "52876568"
  70508. }
  70509. "1178"
  70510. {
  70511. "name" "columbus2016_signature_taco_foil"
  70512. "item_name" "#StickerKit_columbus2016_signature_taco_foil"
  70513. "description_string" "#StickerKit_desc_columbus2016_signature_taco_foil"
  70514. "sticker_material" "columbus2016/sig_taco_foil"
  70515. "item_rarity" "legendary"
  70516. "tournament_event_id" "9"
  70517. "tournament_team_id" "57"
  70518. "tournament_player_id" "52876568"
  70519. }
  70520. "1179"
  70521. {
  70522. "name" "columbus2016_signature_taco_gold"
  70523. "item_name" "#StickerKit_columbus2016_signature_taco_gold"
  70524. "description_string" "#StickerKit_desc_columbus2016_signature_taco_gold"
  70525. "sticker_material" "columbus2016/sig_taco_gold"
  70526. "item_rarity" "legendary"
  70527. "tournament_event_id" "9"
  70528. "tournament_team_id" "57"
  70529. "tournament_player_id" "52876568"
  70530. }
  70531. "1180"
  70532. {
  70533. "name" "columbus2016_signature_chrisj"
  70534. "item_name" "#StickerKit_columbus2016_signature_chrisj"
  70535. "description_string" "#StickerKit_desc_columbus2016_signature_chrisj"
  70536. "sticker_material" "columbus2016/sig_chrisj"
  70537. "item_rarity" "rare"
  70538. "tournament_event_id" "9"
  70539. "tournament_team_id" "29"
  70540. "tournament_player_id" "28273376"
  70541. }
  70542. "1181"
  70543. {
  70544. "name" "columbus2016_signature_chrisj_foil"
  70545. "item_name" "#StickerKit_columbus2016_signature_chrisj_foil"
  70546. "description_string" "#StickerKit_desc_columbus2016_signature_chrisj_foil"
  70547. "sticker_material" "columbus2016/sig_chrisj_foil"
  70548. "item_rarity" "legendary"
  70549. "tournament_event_id" "9"
  70550. "tournament_team_id" "29"
  70551. "tournament_player_id" "28273376"
  70552. }
  70553. "1182"
  70554. {
  70555. "name" "columbus2016_signature_chrisj_gold"
  70556. "item_name" "#StickerKit_columbus2016_signature_chrisj_gold"
  70557. "description_string" "#StickerKit_desc_columbus2016_signature_chrisj_gold"
  70558. "sticker_material" "columbus2016/sig_chrisj_gold"
  70559. "item_rarity" "legendary"
  70560. "tournament_event_id" "9"
  70561. "tournament_team_id" "29"
  70562. "tournament_player_id" "28273376"
  70563. }
  70564. "1183"
  70565. {
  70566. "name" "columbus2016_signature_denis"
  70567. "item_name" "#StickerKit_columbus2016_signature_denis"
  70568. "description_string" "#StickerKit_desc_columbus2016_signature_denis"
  70569. "sticker_material" "columbus2016/sig_denis"
  70570. "item_rarity" "rare"
  70571. "tournament_event_id" "9"
  70572. "tournament_team_id" "29"
  70573. "tournament_player_id" "31185376"
  70574. }
  70575. "1184"
  70576. {
  70577. "name" "columbus2016_signature_denis_foil"
  70578. "item_name" "#StickerKit_columbus2016_signature_denis_foil"
  70579. "description_string" "#StickerKit_desc_columbus2016_signature_denis_foil"
  70580. "sticker_material" "columbus2016/sig_denis_foil"
  70581. "item_rarity" "legendary"
  70582. "tournament_event_id" "9"
  70583. "tournament_team_id" "29"
  70584. "tournament_player_id" "31185376"
  70585. }
  70586. "1185"
  70587. {
  70588. "name" "columbus2016_signature_denis_gold"
  70589. "item_name" "#StickerKit_columbus2016_signature_denis_gold"
  70590. "description_string" "#StickerKit_desc_columbus2016_signature_denis_gold"
  70591. "sticker_material" "columbus2016/sig_denis_gold"
  70592. "item_rarity" "legendary"
  70593. "tournament_event_id" "9"
  70594. "tournament_team_id" "29"
  70595. "tournament_player_id" "31185376"
  70596. }
  70597. "1186"
  70598. {
  70599. "name" "columbus2016_signature_spiidi"
  70600. "item_name" "#StickerKit_columbus2016_signature_spiidi"
  70601. "description_string" "#StickerKit_desc_columbus2016_signature_spiidi"
  70602. "sticker_material" "columbus2016/sig_spiidi"
  70603. "item_rarity" "rare"
  70604. "tournament_event_id" "9"
  70605. "tournament_team_id" "29"
  70606. "tournament_player_id" "13465075"
  70607. }
  70608. "1187"
  70609. {
  70610. "name" "columbus2016_signature_spiidi_foil"
  70611. "item_name" "#StickerKit_columbus2016_signature_spiidi_foil"
  70612. "description_string" "#StickerKit_desc_columbus2016_signature_spiidi_foil"
  70613. "sticker_material" "columbus2016/sig_spiidi_foil"
  70614. "item_rarity" "legendary"
  70615. "tournament_event_id" "9"
  70616. "tournament_team_id" "29"
  70617. "tournament_player_id" "13465075"
  70618. }
  70619. "1188"
  70620. {
  70621. "name" "columbus2016_signature_spiidi_gold"
  70622. "item_name" "#StickerKit_columbus2016_signature_spiidi_gold"
  70623. "description_string" "#StickerKit_desc_columbus2016_signature_spiidi_gold"
  70624. "sticker_material" "columbus2016/sig_spiidi_gold"
  70625. "item_rarity" "legendary"
  70626. "tournament_event_id" "9"
  70627. "tournament_team_id" "29"
  70628. "tournament_player_id" "13465075"
  70629. }
  70630. "1189"
  70631. {
  70632. "name" "columbus2016_signature_nex"
  70633. "item_name" "#StickerKit_columbus2016_signature_nex"
  70634. "description_string" "#StickerKit_desc_columbus2016_signature_nex"
  70635. "sticker_material" "columbus2016/sig_nex"
  70636. "item_rarity" "rare"
  70637. "tournament_event_id" "9"
  70638. "tournament_team_id" "29"
  70639. "tournament_player_id" "90378773"
  70640. }
  70641. "1190"
  70642. {
  70643. "name" "columbus2016_signature_nex_foil"
  70644. "item_name" "#StickerKit_columbus2016_signature_nex_foil"
  70645. "description_string" "#StickerKit_desc_columbus2016_signature_nex_foil"
  70646. "sticker_material" "columbus2016/sig_nex_foil"
  70647. "item_rarity" "legendary"
  70648. "tournament_event_id" "9"
  70649. "tournament_team_id" "29"
  70650. "tournament_player_id" "90378773"
  70651. }
  70652. "1191"
  70653. {
  70654. "name" "columbus2016_signature_nex_gold"
  70655. "item_name" "#StickerKit_columbus2016_signature_nex_gold"
  70656. "description_string" "#StickerKit_desc_columbus2016_signature_nex_gold"
  70657. "sticker_material" "columbus2016/sig_nex_gold"
  70658. "item_rarity" "legendary"
  70659. "tournament_event_id" "9"
  70660. "tournament_team_id" "29"
  70661. "tournament_player_id" "90378773"
  70662. }
  70663. "1192"
  70664. {
  70665. "name" "columbus2016_signature_niko"
  70666. "item_name" "#StickerKit_columbus2016_signature_niko"
  70667. "description_string" "#StickerKit_desc_columbus2016_signature_niko"
  70668. "sticker_material" "columbus2016/sig_niko"
  70669. "item_rarity" "rare"
  70670. "tournament_event_id" "9"
  70671. "tournament_team_id" "29"
  70672. "tournament_player_id" "81417650"
  70673. }
  70674. "1193"
  70675. {
  70676. "name" "columbus2016_signature_niko_foil"
  70677. "item_name" "#StickerKit_columbus2016_signature_niko_foil"
  70678. "description_string" "#StickerKit_desc_columbus2016_signature_niko_foil"
  70679. "sticker_material" "columbus2016/sig_niko_foil"
  70680. "item_rarity" "legendary"
  70681. "tournament_event_id" "9"
  70682. "tournament_team_id" "29"
  70683. "tournament_player_id" "81417650"
  70684. }
  70685. "1194"
  70686. {
  70687. "name" "columbus2016_signature_niko_gold"
  70688. "item_name" "#StickerKit_columbus2016_signature_niko_gold"
  70689. "description_string" "#StickerKit_desc_columbus2016_signature_niko_gold"
  70690. "sticker_material" "columbus2016/sig_niko_gold"
  70691. "item_rarity" "legendary"
  70692. "tournament_event_id" "9"
  70693. "tournament_team_id" "29"
  70694. "tournament_player_id" "81417650"
  70695. }
  70696. "1195"
  70697. {
  70698. "name" "columbus2016_signature_edward"
  70699. "item_name" "#StickerKit_columbus2016_signature_edward"
  70700. "description_string" "#StickerKit_desc_columbus2016_signature_edward"
  70701. "sticker_material" "columbus2016/sig_edward"
  70702. "item_rarity" "rare"
  70703. "tournament_event_id" "9"
  70704. "tournament_team_id" "12"
  70705. "tournament_player_id" "23429534"
  70706. }
  70707. "1196"
  70708. {
  70709. "name" "columbus2016_signature_edward_foil"
  70710. "item_name" "#StickerKit_columbus2016_signature_edward_foil"
  70711. "description_string" "#StickerKit_desc_columbus2016_signature_edward_foil"
  70712. "sticker_material" "columbus2016/sig_edward_foil"
  70713. "item_rarity" "legendary"
  70714. "tournament_event_id" "9"
  70715. "tournament_team_id" "12"
  70716. "tournament_player_id" "23429534"
  70717. }
  70718. "1197"
  70719. {
  70720. "name" "columbus2016_signature_edward_gold"
  70721. "item_name" "#StickerKit_columbus2016_signature_edward_gold"
  70722. "description_string" "#StickerKit_desc_columbus2016_signature_edward_gold"
  70723. "sticker_material" "columbus2016/sig_edward_gold"
  70724. "item_rarity" "legendary"
  70725. "tournament_event_id" "9"
  70726. "tournament_team_id" "12"
  70727. "tournament_player_id" "23429534"
  70728. }
  70729. "1198"
  70730. {
  70731. "name" "columbus2016_signature_flamie"
  70732. "item_name" "#StickerKit_columbus2016_signature_flamie"
  70733. "description_string" "#StickerKit_desc_columbus2016_signature_flamie"
  70734. "sticker_material" "columbus2016/sig_flamie"
  70735. "item_rarity" "rare"
  70736. "tournament_event_id" "9"
  70737. "tournament_team_id" "12"
  70738. "tournament_player_id" "156257548"
  70739. }
  70740. "1199"
  70741. {
  70742. "name" "columbus2016_signature_flamie_foil"
  70743. "item_name" "#StickerKit_columbus2016_signature_flamie_foil"
  70744. "description_string" "#StickerKit_desc_columbus2016_signature_flamie_foil"
  70745. "sticker_material" "columbus2016/sig_flamie_foil"
  70746. "item_rarity" "legendary"
  70747. "tournament_event_id" "9"
  70748. "tournament_team_id" "12"
  70749. "tournament_player_id" "156257548"
  70750. }
  70751. "1200"
  70752. {
  70753. "name" "columbus2016_signature_flamie_gold"
  70754. "item_name" "#StickerKit_columbus2016_signature_flamie_gold"
  70755. "description_string" "#StickerKit_desc_columbus2016_signature_flamie_gold"
  70756. "sticker_material" "columbus2016/sig_flamie_gold"
  70757. "item_rarity" "legendary"
  70758. "tournament_event_id" "9"
  70759. "tournament_team_id" "12"
  70760. "tournament_player_id" "156257548"
  70761. }
  70762. "1201"
  70763. {
  70764. "name" "columbus2016_signature_guardian"
  70765. "item_name" "#StickerKit_columbus2016_signature_guardian"
  70766. "description_string" "#StickerKit_desc_columbus2016_signature_guardian"
  70767. "sticker_material" "columbus2016/sig_guardian"
  70768. "item_rarity" "rare"
  70769. "tournament_event_id" "9"
  70770. "tournament_team_id" "12"
  70771. "tournament_player_id" "12065295"
  70772. }
  70773. "1202"
  70774. {
  70775. "name" "columbus2016_signature_guardian_foil"
  70776. "item_name" "#StickerKit_columbus2016_signature_guardian_foil"
  70777. "description_string" "#StickerKit_desc_columbus2016_signature_guardian_foil"
  70778. "sticker_material" "columbus2016/sig_guardian_foil"
  70779. "item_rarity" "legendary"
  70780. "tournament_event_id" "9"
  70781. "tournament_team_id" "12"
  70782. "tournament_player_id" "12065295"
  70783. }
  70784. "1203"
  70785. {
  70786. "name" "columbus2016_signature_guardian_gold"
  70787. "item_name" "#StickerKit_columbus2016_signature_guardian_gold"
  70788. "description_string" "#StickerKit_desc_columbus2016_signature_guardian_gold"
  70789. "sticker_material" "columbus2016/sig_guardian_gold"
  70790. "item_rarity" "legendary"
  70791. "tournament_event_id" "9"
  70792. "tournament_team_id" "12"
  70793. "tournament_player_id" "12065295"
  70794. }
  70795. "1204"
  70796. {
  70797. "name" "columbus2016_signature_seized"
  70798. "item_name" "#StickerKit_columbus2016_signature_seized"
  70799. "description_string" "#StickerKit_desc_columbus2016_signature_seized"
  70800. "sticker_material" "columbus2016/sig_seized"
  70801. "item_rarity" "rare"
  70802. "tournament_event_id" "9"
  70803. "tournament_team_id" "12"
  70804. "tournament_player_id" "3648428"
  70805. }
  70806. "1205"
  70807. {
  70808. "name" "columbus2016_signature_seized_foil"
  70809. "item_name" "#StickerKit_columbus2016_signature_seized_foil"
  70810. "description_string" "#StickerKit_desc_columbus2016_signature_seized_foil"
  70811. "sticker_material" "columbus2016/sig_seized_foil"
  70812. "item_rarity" "legendary"
  70813. "tournament_event_id" "9"
  70814. "tournament_team_id" "12"
  70815. "tournament_player_id" "3648428"
  70816. }
  70817. "1206"
  70818. {
  70819. "name" "columbus2016_signature_seized_gold"
  70820. "item_name" "#StickerKit_columbus2016_signature_seized_gold"
  70821. "description_string" "#StickerKit_desc_columbus2016_signature_seized_gold"
  70822. "sticker_material" "columbus2016/sig_seized_gold"
  70823. "item_rarity" "legendary"
  70824. "tournament_event_id" "9"
  70825. "tournament_team_id" "12"
  70826. "tournament_player_id" "3648428"
  70827. }
  70828. "1207"
  70829. {
  70830. "name" "columbus2016_signature_zeus"
  70831. "item_name" "#StickerKit_columbus2016_signature_zeus"
  70832. "description_string" "#StickerKit_desc_columbus2016_signature_zeus"
  70833. "sticker_material" "columbus2016/sig_zeus"
  70834. "item_rarity" "rare"
  70835. "tournament_event_id" "9"
  70836. "tournament_team_id" "12"
  70837. "tournament_player_id" "59062744"
  70838. }
  70839. "1208"
  70840. {
  70841. "name" "columbus2016_signature_zeus_foil"
  70842. "item_name" "#StickerKit_columbus2016_signature_zeus_foil"
  70843. "description_string" "#StickerKit_desc_columbus2016_signature_zeus_foil"
  70844. "sticker_material" "columbus2016/sig_zeus_foil"
  70845. "item_rarity" "legendary"
  70846. "tournament_event_id" "9"
  70847. "tournament_team_id" "12"
  70848. "tournament_player_id" "59062744"
  70849. }
  70850. "1209"
  70851. {
  70852. "name" "columbus2016_signature_zeus_gold"
  70853. "item_name" "#StickerKit_columbus2016_signature_zeus_gold"
  70854. "description_string" "#StickerKit_desc_columbus2016_signature_zeus_gold"
  70855. "sticker_material" "columbus2016/sig_zeus_gold"
  70856. "item_rarity" "legendary"
  70857. "tournament_event_id" "9"
  70858. "tournament_team_id" "12"
  70859. "tournament_player_id" "59062744"
  70860. }
  70861. "1210"
  70862. {
  70863. "name" "columbus2016_signature_pyth"
  70864. "item_name" "#StickerKit_columbus2016_signature_pyth"
  70865. "description_string" "#StickerKit_desc_columbus2016_signature_pyth"
  70866. "sticker_material" "columbus2016/sig_pyth"
  70867. "item_rarity" "rare"
  70868. "tournament_event_id" "9"
  70869. "tournament_team_id" "1"
  70870. "tournament_player_id" "57312567"
  70871. }
  70872. "1211"
  70873. {
  70874. "name" "columbus2016_signature_pyth_foil"
  70875. "item_name" "#StickerKit_columbus2016_signature_pyth_foil"
  70876. "description_string" "#StickerKit_desc_columbus2016_signature_pyth_foil"
  70877. "sticker_material" "columbus2016/sig_pyth_foil"
  70878. "item_rarity" "legendary"
  70879. "tournament_event_id" "9"
  70880. "tournament_team_id" "1"
  70881. "tournament_player_id" "57312567"
  70882. }
  70883. "1212"
  70884. {
  70885. "name" "columbus2016_signature_pyth_gold"
  70886. "item_name" "#StickerKit_columbus2016_signature_pyth_gold"
  70887. "description_string" "#StickerKit_desc_columbus2016_signature_pyth_gold"
  70888. "sticker_material" "columbus2016/sig_pyth_gold"
  70889. "item_rarity" "legendary"
  70890. "tournament_event_id" "9"
  70891. "tournament_team_id" "1"
  70892. "tournament_player_id" "57312567"
  70893. }
  70894. "1213"
  70895. {
  70896. "name" "columbus2016_signature_forest"
  70897. "item_name" "#StickerKit_columbus2016_signature_forest"
  70898. "description_string" "#StickerKit_desc_columbus2016_signature_forest"
  70899. "sticker_material" "columbus2016/sig_forest"
  70900. "item_rarity" "rare"
  70901. "tournament_event_id" "9"
  70902. "tournament_team_id" "1"
  70903. "tournament_player_id" "93724"
  70904. }
  70905. "1214"
  70906. {
  70907. "name" "columbus2016_signature_forest_foil"
  70908. "item_name" "#StickerKit_columbus2016_signature_forest_foil"
  70909. "description_string" "#StickerKit_desc_columbus2016_signature_forest_foil"
  70910. "sticker_material" "columbus2016/sig_forest_foil"
  70911. "item_rarity" "legendary"
  70912. "tournament_event_id" "9"
  70913. "tournament_team_id" "1"
  70914. "tournament_player_id" "93724"
  70915. }
  70916. "1215"
  70917. {
  70918. "name" "columbus2016_signature_forest_gold"
  70919. "item_name" "#StickerKit_columbus2016_signature_forest_gold"
  70920. "description_string" "#StickerKit_desc_columbus2016_signature_forest_gold"
  70921. "sticker_material" "columbus2016/sig_forest_gold"
  70922. "item_rarity" "legendary"
  70923. "tournament_event_id" "9"
  70924. "tournament_team_id" "1"
  70925. "tournament_player_id" "93724"
  70926. }
  70927. "1216"
  70928. {
  70929. "name" "columbus2016_signature_friberg"
  70930. "item_name" "#StickerKit_columbus2016_signature_friberg"
  70931. "description_string" "#StickerKit_desc_columbus2016_signature_friberg"
  70932. "sticker_material" "columbus2016/sig_friberg"
  70933. "item_rarity" "rare"
  70934. "tournament_event_id" "9"
  70935. "tournament_team_id" "1"
  70936. "tournament_player_id" "24295201"
  70937. }
  70938. "1217"
  70939. {
  70940. "name" "columbus2016_signature_friberg_foil"
  70941. "item_name" "#StickerKit_columbus2016_signature_friberg_foil"
  70942. "description_string" "#StickerKit_desc_columbus2016_signature_friberg_foil"
  70943. "sticker_material" "columbus2016/sig_friberg_foil"
  70944. "item_rarity" "legendary"
  70945. "tournament_event_id" "9"
  70946. "tournament_team_id" "1"
  70947. "tournament_player_id" "24295201"
  70948. }
  70949. "1218"
  70950. {
  70951. "name" "columbus2016_signature_friberg_gold"
  70952. "item_name" "#StickerKit_columbus2016_signature_friberg_gold"
  70953. "description_string" "#StickerKit_desc_columbus2016_signature_friberg_gold"
  70954. "sticker_material" "columbus2016/sig_friberg_gold"
  70955. "item_rarity" "legendary"
  70956. "tournament_event_id" "9"
  70957. "tournament_team_id" "1"
  70958. "tournament_player_id" "24295201"
  70959. }
  70960. "1219"
  70961. {
  70962. "name" "columbus2016_signature_getright"
  70963. "item_name" "#StickerKit_columbus2016_signature_getright"
  70964. "description_string" "#StickerKit_desc_columbus2016_signature_getright"
  70965. "sticker_material" "columbus2016/sig_getright"
  70966. "item_rarity" "rare"
  70967. "tournament_event_id" "9"
  70968. "tournament_team_id" "1"
  70969. "tournament_player_id" "21771190"
  70970. }
  70971. "1220"
  70972. {
  70973. "name" "columbus2016_signature_getright_foil"
  70974. "item_name" "#StickerKit_columbus2016_signature_getright_foil"
  70975. "description_string" "#StickerKit_desc_columbus2016_signature_getright_foil"
  70976. "sticker_material" "columbus2016/sig_getright_foil"
  70977. "item_rarity" "legendary"
  70978. "tournament_event_id" "9"
  70979. "tournament_team_id" "1"
  70980. "tournament_player_id" "21771190"
  70981. }
  70982. "1221"
  70983. {
  70984. "name" "columbus2016_signature_getright_gold"
  70985. "item_name" "#StickerKit_columbus2016_signature_getright_gold"
  70986. "description_string" "#StickerKit_desc_columbus2016_signature_getright_gold"
  70987. "sticker_material" "columbus2016/sig_getright_gold"
  70988. "item_rarity" "legendary"
  70989. "tournament_event_id" "9"
  70990. "tournament_team_id" "1"
  70991. "tournament_player_id" "21771190"
  70992. }
  70993. "1222"
  70994. {
  70995. "name" "columbus2016_signature_xizt"
  70996. "item_name" "#StickerKit_columbus2016_signature_xizt"
  70997. "description_string" "#StickerKit_desc_columbus2016_signature_xizt"
  70998. "sticker_material" "columbus2016/sig_xizt"
  70999. "item_rarity" "rare"
  71000. "tournament_event_id" "9"
  71001. "tournament_team_id" "1"
  71002. "tournament_player_id" "26224992"
  71003. }
  71004. "1223"
  71005. {
  71006. "name" "columbus2016_signature_xizt_foil"
  71007. "item_name" "#StickerKit_columbus2016_signature_xizt_foil"
  71008. "description_string" "#StickerKit_desc_columbus2016_signature_xizt_foil"
  71009. "sticker_material" "columbus2016/sig_xizt_foil"
  71010. "item_rarity" "legendary"
  71011. "tournament_event_id" "9"
  71012. "tournament_team_id" "1"
  71013. "tournament_player_id" "26224992"
  71014. }
  71015. "1224"
  71016. {
  71017. "name" "columbus2016_signature_xizt_gold"
  71018. "item_name" "#StickerKit_columbus2016_signature_xizt_gold"
  71019. "description_string" "#StickerKit_desc_columbus2016_signature_xizt_gold"
  71020. "sticker_material" "columbus2016/sig_xizt_gold"
  71021. "item_rarity" "legendary"
  71022. "tournament_event_id" "9"
  71023. "tournament_team_id" "1"
  71024. "tournament_player_id" "26224992"
  71025. }
  71026. "1225"
  71027. {
  71028. "name" "columbus2016_signature_jasonr"
  71029. "item_name" "#StickerKit_columbus2016_signature_jasonr"
  71030. "description_string" "#StickerKit_desc_columbus2016_signature_jasonr"
  71031. "sticker_material" "columbus2016/sig_jasonr"
  71032. "item_rarity" "rare"
  71033. "tournament_event_id" "9"
  71034. "tournament_team_id" "62"
  71035. "tournament_player_id" "24868593"
  71036. }
  71037. "1226"
  71038. {
  71039. "name" "columbus2016_signature_jasonr_foil"
  71040. "item_name" "#StickerKit_columbus2016_signature_jasonr_foil"
  71041. "description_string" "#StickerKit_desc_columbus2016_signature_jasonr_foil"
  71042. "sticker_material" "columbus2016/sig_jasonr_foil"
  71043. "item_rarity" "legendary"
  71044. "tournament_event_id" "9"
  71045. "tournament_team_id" "62"
  71046. "tournament_player_id" "24868593"
  71047. }
  71048. "1227"
  71049. {
  71050. "name" "columbus2016_signature_jasonr_gold"
  71051. "item_name" "#StickerKit_columbus2016_signature_jasonr_gold"
  71052. "description_string" "#StickerKit_desc_columbus2016_signature_jasonr_gold"
  71053. "sticker_material" "columbus2016/sig_jasonr_gold"
  71054. "item_rarity" "legendary"
  71055. "tournament_event_id" "9"
  71056. "tournament_team_id" "62"
  71057. "tournament_player_id" "24868593"
  71058. }
  71059. "1228"
  71060. {
  71061. "name" "columbus2016_signature_arya"
  71062. "item_name" "#StickerKit_columbus2016_signature_arya"
  71063. "description_string" "#StickerKit_desc_columbus2016_signature_arya"
  71064. "sticker_material" "columbus2016/sig_arya"
  71065. "item_rarity" "rare"
  71066. "tournament_event_id" "9"
  71067. "tournament_team_id" "62"
  71068. "tournament_player_id" "411777"
  71069. }
  71070. "1229"
  71071. {
  71072. "name" "columbus2016_signature_arya_foil"
  71073. "item_name" "#StickerKit_columbus2016_signature_arya_foil"
  71074. "description_string" "#StickerKit_desc_columbus2016_signature_arya_foil"
  71075. "sticker_material" "columbus2016/sig_arya_foil"
  71076. "item_rarity" "legendary"
  71077. "tournament_event_id" "9"
  71078. "tournament_team_id" "62"
  71079. "tournament_player_id" "411777"
  71080. }
  71081. "1230"
  71082. {
  71083. "name" "columbus2016_signature_arya_gold"
  71084. "item_name" "#StickerKit_columbus2016_signature_arya_gold"
  71085. "description_string" "#StickerKit_desc_columbus2016_signature_arya_gold"
  71086. "sticker_material" "columbus2016/sig_arya_gold"
  71087. "item_rarity" "legendary"
  71088. "tournament_event_id" "9"
  71089. "tournament_team_id" "62"
  71090. "tournament_player_id" "411777"
  71091. }
  71092. "1231"
  71093. {
  71094. "name" "columbus2016_signature_professorchaos"
  71095. "item_name" "#StickerKit_columbus2016_signature_professorchaos"
  71096. "description_string" "#StickerKit_desc_columbus2016_signature_professorchaos"
  71097. "sticker_material" "columbus2016/sig_professorchaos"
  71098. "item_rarity" "rare"
  71099. "tournament_event_id" "9"
  71100. "tournament_team_id" "62"
  71101. "tournament_player_id" "2029235"
  71102. }
  71103. "1232"
  71104. {
  71105. "name" "columbus2016_signature_professorchaos_foil"
  71106. "item_name" "#StickerKit_columbus2016_signature_professorchaos_foil"
  71107. "description_string" "#StickerKit_desc_columbus2016_signature_professorchaos_foil"
  71108. "sticker_material" "columbus2016/sig_professorchaos_foil"
  71109. "item_rarity" "legendary"
  71110. "tournament_event_id" "9"
  71111. "tournament_team_id" "62"
  71112. "tournament_player_id" "2029235"
  71113. }
  71114. "1233"
  71115. {
  71116. "name" "columbus2016_signature_professorchaos_gold"
  71117. "item_name" "#StickerKit_columbus2016_signature_professorchaos_gold"
  71118. "description_string" "#StickerKit_desc_columbus2016_signature_professorchaos_gold"
  71119. "sticker_material" "columbus2016/sig_professorchaos_gold"
  71120. "item_rarity" "legendary"
  71121. "tournament_event_id" "9"
  71122. "tournament_team_id" "62"
  71123. "tournament_player_id" "2029235"
  71124. }
  71125. "1234"
  71126. {
  71127. "name" "columbus2016_signature_davey"
  71128. "item_name" "#StickerKit_columbus2016_signature_davey"
  71129. "description_string" "#StickerKit_desc_columbus2016_signature_davey"
  71130. "sticker_material" "columbus2016/sig_davey"
  71131. "item_rarity" "rare"
  71132. "tournament_event_id" "9"
  71133. "tournament_team_id" "62"
  71134. "tournament_player_id" "100534297"
  71135. }
  71136. "1235"
  71137. {
  71138. "name" "columbus2016_signature_davey_foil"
  71139. "item_name" "#StickerKit_columbus2016_signature_davey_foil"
  71140. "description_string" "#StickerKit_desc_columbus2016_signature_davey_foil"
  71141. "sticker_material" "columbus2016/sig_davey_foil"
  71142. "item_rarity" "legendary"
  71143. "tournament_event_id" "9"
  71144. "tournament_team_id" "62"
  71145. "tournament_player_id" "100534297"
  71146. }
  71147. "1236"
  71148. {
  71149. "name" "columbus2016_signature_davey_gold"
  71150. "item_name" "#StickerKit_columbus2016_signature_davey_gold"
  71151. "description_string" "#StickerKit_desc_columbus2016_signature_davey_gold"
  71152. "sticker_material" "columbus2016/sig_davey_gold"
  71153. "item_rarity" "legendary"
  71154. "tournament_event_id" "9"
  71155. "tournament_team_id" "62"
  71156. "tournament_player_id" "100534297"
  71157. }
  71158. "1237"
  71159. {
  71160. "name" "columbus2016_signature_abe"
  71161. "item_name" "#StickerKit_columbus2016_signature_abe"
  71162. "description_string" "#StickerKit_desc_columbus2016_signature_abe"
  71163. "sticker_material" "columbus2016/sig_abe"
  71164. "item_rarity" "rare"
  71165. "tournament_event_id" "9"
  71166. "tournament_team_id" "62"
  71167. "tournament_player_id" "25060851"
  71168. }
  71169. "1238"
  71170. {
  71171. "name" "columbus2016_signature_abe_foil"
  71172. "item_name" "#StickerKit_columbus2016_signature_abe_foil"
  71173. "description_string" "#StickerKit_desc_columbus2016_signature_abe_foil"
  71174. "sticker_material" "columbus2016/sig_abe_foil"
  71175. "item_rarity" "legendary"
  71176. "tournament_event_id" "9"
  71177. "tournament_team_id" "62"
  71178. "tournament_player_id" "25060851"
  71179. }
  71180. "1239"
  71181. {
  71182. "name" "columbus2016_signature_abe_gold"
  71183. "item_name" "#StickerKit_columbus2016_signature_abe_gold"
  71184. "description_string" "#StickerKit_desc_columbus2016_signature_abe_gold"
  71185. "sticker_material" "columbus2016/sig_abe_gold"
  71186. "item_rarity" "legendary"
  71187. "tournament_event_id" "9"
  71188. "tournament_team_id" "62"
  71189. "tournament_player_id" "25060851"
  71190. }
  71191. "1240"
  71192. {
  71193. "name" "columbus2016_signature_adren"
  71194. "item_name" "#StickerKit_columbus2016_signature_adren"
  71195. "description_string" "#StickerKit_desc_columbus2016_signature_adren"
  71196. "sticker_material" "columbus2016/sig_adren"
  71197. "item_rarity" "rare"
  71198. "tournament_event_id" "9"
  71199. "tournament_team_id" "48"
  71200. "tournament_player_id" "1366033"
  71201. }
  71202. "1241"
  71203. {
  71204. "name" "columbus2016_signature_adren_foil"
  71205. "item_name" "#StickerKit_columbus2016_signature_adren_foil"
  71206. "description_string" "#StickerKit_desc_columbus2016_signature_adren_foil"
  71207. "sticker_material" "columbus2016/sig_adren_foil"
  71208. "item_rarity" "legendary"
  71209. "tournament_event_id" "9"
  71210. "tournament_team_id" "48"
  71211. "tournament_player_id" "1366033"
  71212. }
  71213. "1242"
  71214. {
  71215. "name" "columbus2016_signature_adren_gold"
  71216. "item_name" "#StickerKit_columbus2016_signature_adren_gold"
  71217. "description_string" "#StickerKit_desc_columbus2016_signature_adren_gold"
  71218. "sticker_material" "columbus2016/sig_adren_gold"
  71219. "item_rarity" "legendary"
  71220. "tournament_event_id" "9"
  71221. "tournament_team_id" "48"
  71222. "tournament_player_id" "1366033"
  71223. }
  71224. "1243"
  71225. {
  71226. "name" "columbus2016_signature_elige"
  71227. "item_name" "#StickerKit_columbus2016_signature_elige"
  71228. "description_string" "#StickerKit_desc_columbus2016_signature_elige"
  71229. "sticker_material" "columbus2016/sig_elige"
  71230. "item_rarity" "rare"
  71231. "tournament_event_id" "9"
  71232. "tournament_team_id" "48"
  71233. "tournament_player_id" "106428011"
  71234. }
  71235. "1244"
  71236. {
  71237. "name" "columbus2016_signature_elige_foil"
  71238. "item_name" "#StickerKit_columbus2016_signature_elige_foil"
  71239. "description_string" "#StickerKit_desc_columbus2016_signature_elige_foil"
  71240. "sticker_material" "columbus2016/sig_elige_foil"
  71241. "item_rarity" "legendary"
  71242. "tournament_event_id" "9"
  71243. "tournament_team_id" "48"
  71244. "tournament_player_id" "106428011"
  71245. }
  71246. "1245"
  71247. {
  71248. "name" "columbus2016_signature_elige_gold"
  71249. "item_name" "#StickerKit_columbus2016_signature_elige_gold"
  71250. "description_string" "#StickerKit_desc_columbus2016_signature_elige_gold"
  71251. "sticker_material" "columbus2016/sig_elige_gold"
  71252. "item_rarity" "legendary"
  71253. "tournament_event_id" "9"
  71254. "tournament_team_id" "48"
  71255. "tournament_player_id" "106428011"
  71256. }
  71257. "1246"
  71258. {
  71259. "name" "columbus2016_signature_s1mple"
  71260. "item_name" "#StickerKit_columbus2016_signature_s1mple"
  71261. "description_string" "#StickerKit_desc_columbus2016_signature_s1mple"
  71262. "sticker_material" "columbus2016/sig_s1mple"
  71263. "item_rarity" "rare"
  71264. "tournament_event_id" "9"
  71265. "tournament_team_id" "48"
  71266. "tournament_player_id" "73936547"
  71267. }
  71268. "1247"
  71269. {
  71270. "name" "columbus2016_signature_s1mple_foil"
  71271. "item_name" "#StickerKit_columbus2016_signature_s1mple_foil"
  71272. "description_string" "#StickerKit_desc_columbus2016_signature_s1mple_foil"
  71273. "sticker_material" "columbus2016/sig_s1mple_foil"
  71274. "item_rarity" "legendary"
  71275. "tournament_event_id" "9"
  71276. "tournament_team_id" "48"
  71277. "tournament_player_id" "73936547"
  71278. }
  71279. "1248"
  71280. {
  71281. "name" "columbus2016_signature_s1mple_gold"
  71282. "item_name" "#StickerKit_columbus2016_signature_s1mple_gold"
  71283. "description_string" "#StickerKit_desc_columbus2016_signature_s1mple_gold"
  71284. "sticker_material" "columbus2016/sig_s1mple_gold"
  71285. "item_rarity" "legendary"
  71286. "tournament_event_id" "9"
  71287. "tournament_team_id" "48"
  71288. "tournament_player_id" "73936547"
  71289. }
  71290. "1249"
  71291. {
  71292. "name" "columbus2016_signature_hiko"
  71293. "item_name" "#StickerKit_columbus2016_signature_hiko"
  71294. "description_string" "#StickerKit_desc_columbus2016_signature_hiko"
  71295. "sticker_material" "columbus2016/sig_hiko"
  71296. "item_rarity" "rare"
  71297. "tournament_event_id" "9"
  71298. "tournament_team_id" "48"
  71299. "tournament_player_id" "2791"
  71300. }
  71301. "1250"
  71302. {
  71303. "name" "columbus2016_signature_hiko_foil"
  71304. "item_name" "#StickerKit_columbus2016_signature_hiko_foil"
  71305. "description_string" "#StickerKit_desc_columbus2016_signature_hiko_foil"
  71306. "sticker_material" "columbus2016/sig_hiko_foil"
  71307. "item_rarity" "legendary"
  71308. "tournament_event_id" "9"
  71309. "tournament_team_id" "48"
  71310. "tournament_player_id" "2791"
  71311. }
  71312. "1251"
  71313. {
  71314. "name" "columbus2016_signature_hiko_gold"
  71315. "item_name" "#StickerKit_columbus2016_signature_hiko_gold"
  71316. "description_string" "#StickerKit_desc_columbus2016_signature_hiko_gold"
  71317. "sticker_material" "columbus2016/sig_hiko_gold"
  71318. "item_rarity" "legendary"
  71319. "tournament_event_id" "9"
  71320. "tournament_team_id" "48"
  71321. "tournament_player_id" "2791"
  71322. }
  71323. "1252"
  71324. {
  71325. "name" "columbus2016_signature_nitro"
  71326. "item_name" "#StickerKit_columbus2016_signature_nitro"
  71327. "description_string" "#StickerKit_desc_columbus2016_signature_nitro"
  71328. "sticker_material" "columbus2016/sig_nitro"
  71329. "item_rarity" "rare"
  71330. "tournament_event_id" "9"
  71331. "tournament_team_id" "48"
  71332. "tournament_player_id" "35624002"
  71333. }
  71334. "1253"
  71335. {
  71336. "name" "columbus2016_signature_nitro_foil"
  71337. "item_name" "#StickerKit_columbus2016_signature_nitro_foil"
  71338. "description_string" "#StickerKit_desc_columbus2016_signature_nitro_foil"
  71339. "sticker_material" "columbus2016/sig_nitro_foil"
  71340. "item_rarity" "legendary"
  71341. "tournament_event_id" "9"
  71342. "tournament_team_id" "48"
  71343. "tournament_player_id" "35624002"
  71344. }
  71345. "1254"
  71346. {
  71347. "name" "columbus2016_signature_nitro_gold"
  71348. "item_name" "#StickerKit_columbus2016_signature_nitro_gold"
  71349. "description_string" "#StickerKit_desc_columbus2016_signature_nitro_gold"
  71350. "sticker_material" "columbus2016/sig_nitro_gold"
  71351. "item_rarity" "legendary"
  71352. "tournament_event_id" "9"
  71353. "tournament_team_id" "48"
  71354. "tournament_player_id" "35624002"
  71355. }
  71356. "1255"
  71357. {
  71358. "name" "columbus2016_signature_ex6tenz"
  71359. "item_name" "#StickerKit_columbus2016_signature_ex6tenz"
  71360. "description_string" "#StickerKit_desc_columbus2016_signature_ex6tenz"
  71361. "sticker_material" "columbus2016/sig_ex6tenz"
  71362. "item_rarity" "rare"
  71363. "tournament_event_id" "9"
  71364. "tournament_team_id" "59"
  71365. "tournament_player_id" "11737333"
  71366. }
  71367. "1256"
  71368. {
  71369. "name" "columbus2016_signature_ex6tenz_foil"
  71370. "item_name" "#StickerKit_columbus2016_signature_ex6tenz_foil"
  71371. "description_string" "#StickerKit_desc_columbus2016_signature_ex6tenz_foil"
  71372. "sticker_material" "columbus2016/sig_ex6tenz_foil"
  71373. "item_rarity" "legendary"
  71374. "tournament_event_id" "9"
  71375. "tournament_team_id" "59"
  71376. "tournament_player_id" "11737333"
  71377. }
  71378. "1257"
  71379. {
  71380. "name" "columbus2016_signature_ex6tenz_gold"
  71381. "item_name" "#StickerKit_columbus2016_signature_ex6tenz_gold"
  71382. "description_string" "#StickerKit_desc_columbus2016_signature_ex6tenz_gold"
  71383. "sticker_material" "columbus2016/sig_ex6tenz_gold"
  71384. "item_rarity" "legendary"
  71385. "tournament_event_id" "9"
  71386. "tournament_team_id" "59"
  71387. "tournament_player_id" "11737333"
  71388. }
  71389. "1258"
  71390. {
  71391. "name" "columbus2016_signature_rpk"
  71392. "item_name" "#StickerKit_columbus2016_signature_rpk"
  71393. "description_string" "#StickerKit_desc_columbus2016_signature_rpk"
  71394. "sticker_material" "columbus2016/sig_rpk"
  71395. "item_rarity" "rare"
  71396. "tournament_event_id" "9"
  71397. "tournament_team_id" "59"
  71398. "tournament_player_id" "53985773"
  71399. }
  71400. "1259"
  71401. {
  71402. "name" "columbus2016_signature_rpk_foil"
  71403. "item_name" "#StickerKit_columbus2016_signature_rpk_foil"
  71404. "description_string" "#StickerKit_desc_columbus2016_signature_rpk_foil"
  71405. "sticker_material" "columbus2016/sig_rpk_foil"
  71406. "item_rarity" "legendary"
  71407. "tournament_event_id" "9"
  71408. "tournament_team_id" "59"
  71409. "tournament_player_id" "53985773"
  71410. }
  71411. "1260"
  71412. {
  71413. "name" "columbus2016_signature_rpk_gold"
  71414. "item_name" "#StickerKit_columbus2016_signature_rpk_gold"
  71415. "description_string" "#StickerKit_desc_columbus2016_signature_rpk_gold"
  71416. "sticker_material" "columbus2016/sig_rpk_gold"
  71417. "item_rarity" "legendary"
  71418. "tournament_event_id" "9"
  71419. "tournament_team_id" "59"
  71420. "tournament_player_id" "53985773"
  71421. }
  71422. "1261"
  71423. {
  71424. "name" "columbus2016_signature_scream"
  71425. "item_name" "#StickerKit_columbus2016_signature_scream"
  71426. "description_string" "#StickerKit_desc_columbus2016_signature_scream"
  71427. "sticker_material" "columbus2016/sig_scream"
  71428. "item_rarity" "rare"
  71429. "tournament_event_id" "9"
  71430. "tournament_team_id" "59"
  71431. "tournament_player_id" "28502520"
  71432. }
  71433. "1262"
  71434. {
  71435. "name" "columbus2016_signature_scream_foil"
  71436. "item_name" "#StickerKit_columbus2016_signature_scream_foil"
  71437. "description_string" "#StickerKit_desc_columbus2016_signature_scream_foil"
  71438. "sticker_material" "columbus2016/sig_scream_foil"
  71439. "item_rarity" "legendary"
  71440. "tournament_event_id" "9"
  71441. "tournament_team_id" "59"
  71442. "tournament_player_id" "28502520"
  71443. }
  71444. "1263"
  71445. {
  71446. "name" "columbus2016_signature_scream_gold"
  71447. "item_name" "#StickerKit_columbus2016_signature_scream_gold"
  71448. "description_string" "#StickerKit_desc_columbus2016_signature_scream_gold"
  71449. "sticker_material" "columbus2016/sig_scream_gold"
  71450. "item_rarity" "legendary"
  71451. "tournament_event_id" "9"
  71452. "tournament_team_id" "59"
  71453. "tournament_player_id" "28502520"
  71454. }
  71455. "1264"
  71456. {
  71457. "name" "columbus2016_signature_shox"
  71458. "item_name" "#StickerKit_columbus2016_signature_shox"
  71459. "description_string" "#StickerKit_desc_columbus2016_signature_shox"
  71460. "sticker_material" "columbus2016/sig_shox"
  71461. "item_rarity" "rare"
  71462. "tournament_event_id" "9"
  71463. "tournament_team_id" "59"
  71464. "tournament_player_id" "46654567"
  71465. }
  71466. "1265"
  71467. {
  71468. "name" "columbus2016_signature_shox_foil"
  71469. "item_name" "#StickerKit_columbus2016_signature_shox_foil"
  71470. "description_string" "#StickerKit_desc_columbus2016_signature_shox_foil"
  71471. "sticker_material" "columbus2016/sig_shox_foil"
  71472. "item_rarity" "legendary"
  71473. "tournament_event_id" "9"
  71474. "tournament_team_id" "59"
  71475. "tournament_player_id" "46654567"
  71476. }
  71477. "1266"
  71478. {
  71479. "name" "columbus2016_signature_shox_gold"
  71480. "item_name" "#StickerKit_columbus2016_signature_shox_gold"
  71481. "description_string" "#StickerKit_desc_columbus2016_signature_shox_gold"
  71482. "sticker_material" "columbus2016/sig_shox_gold"
  71483. "item_rarity" "legendary"
  71484. "tournament_event_id" "9"
  71485. "tournament_team_id" "59"
  71486. "tournament_player_id" "46654567"
  71487. }
  71488. "1267"
  71489. {
  71490. "name" "columbus2016_signature_smithzz"
  71491. "item_name" "#StickerKit_columbus2016_signature_smithzz"
  71492. "description_string" "#StickerKit_desc_columbus2016_signature_smithzz"
  71493. "sticker_material" "columbus2016/sig_smithzz"
  71494. "item_rarity" "rare"
  71495. "tournament_event_id" "9"
  71496. "tournament_team_id" "59"
  71497. "tournament_player_id" "14321919"
  71498. }
  71499. "1268"
  71500. {
  71501. "name" "columbus2016_signature_smithzz_foil"
  71502. "item_name" "#StickerKit_columbus2016_signature_smithzz_foil"
  71503. "description_string" "#StickerKit_desc_columbus2016_signature_smithzz_foil"
  71504. "sticker_material" "columbus2016/sig_smithzz_foil"
  71505. "item_rarity" "legendary"
  71506. "tournament_event_id" "9"
  71507. "tournament_team_id" "59"
  71508. "tournament_player_id" "14321919"
  71509. }
  71510. "1269"
  71511. {
  71512. "name" "columbus2016_signature_smithzz_gold"
  71513. "item_name" "#StickerKit_columbus2016_signature_smithzz_gold"
  71514. "description_string" "#StickerKit_desc_columbus2016_signature_smithzz_gold"
  71515. "sticker_material" "columbus2016/sig_smithzz_gold"
  71516. "item_rarity" "legendary"
  71517. "tournament_event_id" "9"
  71518. "tournament_team_id" "59"
  71519. "tournament_player_id" "14321919"
  71520. }
  71521. "1270"
  71522. {
  71523. "name" "columbus2016_signature_cajunb"
  71524. "item_name" "#StickerKit_columbus2016_signature_cajunb"
  71525. "description_string" "#StickerKit_desc_columbus2016_signature_cajunb"
  71526. "sticker_material" "columbus2016/sig_cajunb"
  71527. "item_rarity" "rare"
  71528. "tournament_event_id" "9"
  71529. "tournament_team_id" "60"
  71530. "tournament_player_id" "18062315"
  71531. }
  71532. "1271"
  71533. {
  71534. "name" "columbus2016_signature_cajunb_foil"
  71535. "item_name" "#StickerKit_columbus2016_signature_cajunb_foil"
  71536. "description_string" "#StickerKit_desc_columbus2016_signature_cajunb_foil"
  71537. "sticker_material" "columbus2016/sig_cajunb_foil"
  71538. "item_rarity" "legendary"
  71539. "tournament_event_id" "9"
  71540. "tournament_team_id" "60"
  71541. "tournament_player_id" "18062315"
  71542. }
  71543. "1272"
  71544. {
  71545. "name" "columbus2016_signature_cajunb_gold"
  71546. "item_name" "#StickerKit_columbus2016_signature_cajunb_gold"
  71547. "description_string" "#StickerKit_desc_columbus2016_signature_cajunb_gold"
  71548. "sticker_material" "columbus2016/sig_cajunb_gold"
  71549. "item_rarity" "legendary"
  71550. "tournament_event_id" "9"
  71551. "tournament_team_id" "60"
  71552. "tournament_player_id" "18062315"
  71553. }
  71554. "1273"
  71555. {
  71556. "name" "columbus2016_signature_device"
  71557. "item_name" "#StickerKit_columbus2016_signature_device"
  71558. "description_string" "#StickerKit_desc_columbus2016_signature_device"
  71559. "sticker_material" "columbus2016/sig_device"
  71560. "item_rarity" "rare"
  71561. "tournament_event_id" "9"
  71562. "tournament_team_id" "60"
  71563. "tournament_player_id" "27447936"
  71564. }
  71565. "1274"
  71566. {
  71567. "name" "columbus2016_signature_device_foil"
  71568. "item_name" "#StickerKit_columbus2016_signature_device_foil"
  71569. "description_string" "#StickerKit_desc_columbus2016_signature_device_foil"
  71570. "sticker_material" "columbus2016/sig_device_foil"
  71571. "item_rarity" "legendary"
  71572. "tournament_event_id" "9"
  71573. "tournament_team_id" "60"
  71574. "tournament_player_id" "27447936"
  71575. }
  71576. "1275"
  71577. {
  71578. "name" "columbus2016_signature_device_gold"
  71579. "item_name" "#StickerKit_columbus2016_signature_device_gold"
  71580. "description_string" "#StickerKit_desc_columbus2016_signature_device_gold"
  71581. "sticker_material" "columbus2016/sig_device_gold"
  71582. "item_rarity" "legendary"
  71583. "tournament_event_id" "9"
  71584. "tournament_team_id" "60"
  71585. "tournament_player_id" "27447936"
  71586. }
  71587. "1276"
  71588. {
  71589. "name" "columbus2016_signature_dupreeh"
  71590. "item_name" "#StickerKit_columbus2016_signature_dupreeh"
  71591. "description_string" "#StickerKit_desc_columbus2016_signature_dupreeh"
  71592. "sticker_material" "columbus2016/sig_dupreeh"
  71593. "item_rarity" "rare"
  71594. "tournament_event_id" "9"
  71595. "tournament_team_id" "60"
  71596. "tournament_player_id" "44589228"
  71597. }
  71598. "1277"
  71599. {
  71600. "name" "columbus2016_signature_dupreeh_foil"
  71601. "item_name" "#StickerKit_columbus2016_signature_dupreeh_foil"
  71602. "description_string" "#StickerKit_desc_columbus2016_signature_dupreeh_foil"
  71603. "sticker_material" "columbus2016/sig_dupreeh_foil"
  71604. "item_rarity" "legendary"
  71605. "tournament_event_id" "9"
  71606. "tournament_team_id" "60"
  71607. "tournament_player_id" "44589228"
  71608. }
  71609. "1278"
  71610. {
  71611. "name" "columbus2016_signature_dupreeh_gold"
  71612. "item_name" "#StickerKit_columbus2016_signature_dupreeh_gold"
  71613. "description_string" "#StickerKit_desc_columbus2016_signature_dupreeh_gold"
  71614. "sticker_material" "columbus2016/sig_dupreeh_gold"
  71615. "item_rarity" "legendary"
  71616. "tournament_event_id" "9"
  71617. "tournament_team_id" "60"
  71618. "tournament_player_id" "44589228"
  71619. }
  71620. "1279"
  71621. {
  71622. "name" "columbus2016_signature_karrigan"
  71623. "item_name" "#StickerKit_columbus2016_signature_karrigan"
  71624. "description_string" "#StickerKit_desc_columbus2016_signature_karrigan"
  71625. "sticker_material" "columbus2016/sig_karrigan"
  71626. "item_rarity" "rare"
  71627. "tournament_event_id" "9"
  71628. "tournament_team_id" "60"
  71629. "tournament_player_id" "29164525"
  71630. }
  71631. "1280"
  71632. {
  71633. "name" "columbus2016_signature_karrigan_foil"
  71634. "item_name" "#StickerKit_columbus2016_signature_karrigan_foil"
  71635. "description_string" "#StickerKit_desc_columbus2016_signature_karrigan_foil"
  71636. "sticker_material" "columbus2016/sig_karrigan_foil"
  71637. "item_rarity" "legendary"
  71638. "tournament_event_id" "9"
  71639. "tournament_team_id" "60"
  71640. "tournament_player_id" "29164525"
  71641. }
  71642. "1281"
  71643. {
  71644. "name" "columbus2016_signature_karrigan_gold"
  71645. "item_name" "#StickerKit_columbus2016_signature_karrigan_gold"
  71646. "description_string" "#StickerKit_desc_columbus2016_signature_karrigan_gold"
  71647. "sticker_material" "columbus2016/sig_karrigan_gold"
  71648. "item_rarity" "legendary"
  71649. "tournament_event_id" "9"
  71650. "tournament_team_id" "60"
  71651. "tournament_player_id" "29164525"
  71652. }
  71653. "1282"
  71654. {
  71655. "name" "columbus2016_signature_xyp9x"
  71656. "item_name" "#StickerKit_columbus2016_signature_xyp9x"
  71657. "description_string" "#StickerKit_desc_columbus2016_signature_xyp9x"
  71658. "sticker_material" "columbus2016/sig_xyp9x"
  71659. "item_rarity" "rare"
  71660. "tournament_event_id" "9"
  71661. "tournament_team_id" "60"
  71662. "tournament_player_id" "30416534"
  71663. }
  71664. "1283"
  71665. {
  71666. "name" "columbus2016_signature_xyp9x_foil"
  71667. "item_name" "#StickerKit_columbus2016_signature_xyp9x_foil"
  71668. "description_string" "#StickerKit_desc_columbus2016_signature_xyp9x_foil"
  71669. "sticker_material" "columbus2016/sig_xyp9x_foil"
  71670. "item_rarity" "legendary"
  71671. "tournament_event_id" "9"
  71672. "tournament_team_id" "60"
  71673. "tournament_player_id" "30416534"
  71674. }
  71675. "1284"
  71676. {
  71677. "name" "columbus2016_signature_xyp9x_gold"
  71678. "item_name" "#StickerKit_columbus2016_signature_xyp9x_gold"
  71679. "description_string" "#StickerKit_desc_columbus2016_signature_xyp9x_gold"
  71680. "sticker_material" "columbus2016/sig_xyp9x_gold"
  71681. "item_rarity" "legendary"
  71682. "tournament_event_id" "9"
  71683. "tournament_team_id" "60"
  71684. "tournament_player_id" "30416534"
  71685. }
  71686. "1285"
  71687. {
  71688. "name" "columbus2016_signature_waylander"
  71689. "item_name" "#StickerKit_columbus2016_signature_waylander"
  71690. "description_string" "#StickerKit_desc_columbus2016_signature_waylander"
  71691. "sticker_material" "columbus2016/sig_waylander"
  71692. "item_rarity" "rare"
  71693. "tournament_event_id" "9"
  71694. "tournament_team_id" "63"
  71695. "tournament_player_id" "38340970"
  71696. }
  71697. "1286"
  71698. {
  71699. "name" "columbus2016_signature_waylander_foil"
  71700. "item_name" "#StickerKit_columbus2016_signature_waylander_foil"
  71701. "description_string" "#StickerKit_desc_columbus2016_signature_waylander_foil"
  71702. "sticker_material" "columbus2016/sig_waylander_foil"
  71703. "item_rarity" "legendary"
  71704. "tournament_event_id" "9"
  71705. "tournament_team_id" "63"
  71706. "tournament_player_id" "38340970"
  71707. }
  71708. "1287"
  71709. {
  71710. "name" "columbus2016_signature_waylander_gold"
  71711. "item_name" "#StickerKit_columbus2016_signature_waylander_gold"
  71712. "description_string" "#StickerKit_desc_columbus2016_signature_waylander_gold"
  71713. "sticker_material" "columbus2016/sig_waylander_gold"
  71714. "item_rarity" "legendary"
  71715. "tournament_event_id" "9"
  71716. "tournament_team_id" "63"
  71717. "tournament_player_id" "38340970"
  71718. }
  71719. "1288"
  71720. {
  71721. "name" "columbus2016_signature_dosia"
  71722. "item_name" "#StickerKit_columbus2016_signature_dosia"
  71723. "description_string" "#StickerKit_desc_columbus2016_signature_dosia"
  71724. "sticker_material" "columbus2016/sig_dosia"
  71725. "item_rarity" "rare"
  71726. "tournament_event_id" "9"
  71727. "tournament_team_id" "63"
  71728. "tournament_player_id" "146641530"
  71729. }
  71730. "1289"
  71731. {
  71732. "name" "columbus2016_signature_dosia_foil"
  71733. "item_name" "#StickerKit_columbus2016_signature_dosia_foil"
  71734. "description_string" "#StickerKit_desc_columbus2016_signature_dosia_foil"
  71735. "sticker_material" "columbus2016/sig_dosia_foil"
  71736. "item_rarity" "legendary"
  71737. "tournament_event_id" "9"
  71738. "tournament_team_id" "63"
  71739. "tournament_player_id" "146641530"
  71740. }
  71741. "1290"
  71742. {
  71743. "name" "columbus2016_signature_dosia_gold"
  71744. "item_name" "#StickerKit_columbus2016_signature_dosia_gold"
  71745. "description_string" "#StickerKit_desc_columbus2016_signature_dosia_gold"
  71746. "sticker_material" "columbus2016/sig_dosia_gold"
  71747. "item_rarity" "legendary"
  71748. "tournament_event_id" "9"
  71749. "tournament_team_id" "63"
  71750. "tournament_player_id" "146641530"
  71751. }
  71752. "1291"
  71753. {
  71754. "name" "columbus2016_signature_hooch"
  71755. "item_name" "#StickerKit_columbus2016_signature_hooch"
  71756. "description_string" "#StickerKit_desc_columbus2016_signature_hooch"
  71757. "sticker_material" "columbus2016/sig_hooch"
  71758. "item_rarity" "rare"
  71759. "tournament_event_id" "9"
  71760. "tournament_team_id" "63"
  71761. "tournament_player_id" "5809933"
  71762. }
  71763. "1292"
  71764. {
  71765. "name" "columbus2016_signature_hooch_foil"
  71766. "item_name" "#StickerKit_columbus2016_signature_hooch_foil"
  71767. "description_string" "#StickerKit_desc_columbus2016_signature_hooch_foil"
  71768. "sticker_material" "columbus2016/sig_hooch_foil"
  71769. "item_rarity" "legendary"
  71770. "tournament_event_id" "9"
  71771. "tournament_team_id" "63"
  71772. "tournament_player_id" "5809933"
  71773. }
  71774. "1293"
  71775. {
  71776. "name" "columbus2016_signature_hooch_gold"
  71777. "item_name" "#StickerKit_columbus2016_signature_hooch_gold"
  71778. "description_string" "#StickerKit_desc_columbus2016_signature_hooch_gold"
  71779. "sticker_material" "columbus2016/sig_hooch_gold"
  71780. "item_rarity" "legendary"
  71781. "tournament_event_id" "9"
  71782. "tournament_team_id" "63"
  71783. "tournament_player_id" "5809933"
  71784. }
  71785. "1294"
  71786. {
  71787. "name" "columbus2016_signature_mou"
  71788. "item_name" "#StickerKit_columbus2016_signature_mou"
  71789. "description_string" "#StickerKit_desc_columbus2016_signature_mou"
  71790. "sticker_material" "columbus2016/sig_mou"
  71791. "item_rarity" "rare"
  71792. "tournament_event_id" "9"
  71793. "tournament_team_id" "63"
  71794. "tournament_player_id" "52678767"
  71795. }
  71796. "1295"
  71797. {
  71798. "name" "columbus2016_signature_mou_foil"
  71799. "item_name" "#StickerKit_columbus2016_signature_mou_foil"
  71800. "description_string" "#StickerKit_desc_columbus2016_signature_mou_foil"
  71801. "sticker_material" "columbus2016/sig_mou_foil"
  71802. "item_rarity" "legendary"
  71803. "tournament_event_id" "9"
  71804. "tournament_team_id" "63"
  71805. "tournament_player_id" "52678767"
  71806. }
  71807. "1296"
  71808. {
  71809. "name" "columbus2016_signature_mou_gold"
  71810. "item_name" "#StickerKit_columbus2016_signature_mou_gold"
  71811. "description_string" "#StickerKit_desc_columbus2016_signature_mou_gold"
  71812. "sticker_material" "columbus2016/sig_mou_gold"
  71813. "item_rarity" "legendary"
  71814. "tournament_event_id" "9"
  71815. "tournament_team_id" "63"
  71816. "tournament_player_id" "52678767"
  71817. }
  71818. "1297"
  71819. {
  71820. "name" "columbus2016_signature_adrenkz"
  71821. "item_name" "#StickerKit_columbus2016_signature_adrenkz"
  71822. "description_string" "#StickerKit_desc_columbus2016_signature_adrenkz"
  71823. "sticker_material" "columbus2016/sig_adrenkz"
  71824. "item_rarity" "rare"
  71825. "tournament_event_id" "9"
  71826. "tournament_team_id" "63"
  71827. "tournament_player_id" "46200979"
  71828. }
  71829. "1298"
  71830. {
  71831. "name" "columbus2016_signature_adrenkz_foil"
  71832. "item_name" "#StickerKit_columbus2016_signature_adrenkz_foil"
  71833. "description_string" "#StickerKit_desc_columbus2016_signature_adrenkz_foil"
  71834. "sticker_material" "columbus2016/sig_adrenkz_foil"
  71835. "item_rarity" "legendary"
  71836. "tournament_event_id" "9"
  71837. "tournament_team_id" "63"
  71838. "tournament_player_id" "46200979"
  71839. }
  71840. "1299"
  71841. {
  71842. "name" "columbus2016_signature_adrenkz_gold"
  71843. "item_name" "#StickerKit_columbus2016_signature_adrenkz_gold"
  71844. "description_string" "#StickerKit_desc_columbus2016_signature_adrenkz_gold"
  71845. "sticker_material" "columbus2016/sig_adrenkz_gold"
  71846. "item_rarity" "legendary"
  71847. "tournament_event_id" "9"
  71848. "tournament_team_id" "63"
  71849. "tournament_player_id" "46200979"
  71850. }
  71851. "1300"
  71852. {
  71853. "name" "columbus2016_signature_byali"
  71854. "item_name" "#StickerKit_columbus2016_signature_byali"
  71855. "description_string" "#StickerKit_desc_columbus2016_signature_byali"
  71856. "sticker_material" "columbus2016/sig_byali"
  71857. "item_rarity" "rare"
  71858. "tournament_event_id" "9"
  71859. "tournament_team_id" "31"
  71860. "tournament_player_id" "18860354"
  71861. }
  71862. "1301"
  71863. {
  71864. "name" "columbus2016_signature_byali_foil"
  71865. "item_name" "#StickerKit_columbus2016_signature_byali_foil"
  71866. "description_string" "#StickerKit_desc_columbus2016_signature_byali_foil"
  71867. "sticker_material" "columbus2016/sig_byali_foil"
  71868. "item_rarity" "legendary"
  71869. "tournament_event_id" "9"
  71870. "tournament_team_id" "31"
  71871. "tournament_player_id" "18860354"
  71872. }
  71873. "1302"
  71874. {
  71875. "name" "columbus2016_signature_byali_gold"
  71876. "item_name" "#StickerKit_columbus2016_signature_byali_gold"
  71877. "description_string" "#StickerKit_desc_columbus2016_signature_byali_gold"
  71878. "sticker_material" "columbus2016/sig_byali_gold"
  71879. "item_rarity" "legendary"
  71880. "tournament_event_id" "9"
  71881. "tournament_team_id" "31"
  71882. "tournament_player_id" "18860354"
  71883. }
  71884. "1303"
  71885. {
  71886. "name" "columbus2016_signature_neo"
  71887. "item_name" "#StickerKit_columbus2016_signature_neo"
  71888. "description_string" "#StickerKit_desc_columbus2016_signature_neo"
  71889. "sticker_material" "columbus2016/sig_neo"
  71890. "item_rarity" "rare"
  71891. "tournament_event_id" "9"
  71892. "tournament_team_id" "31"
  71893. "tournament_player_id" "460206"
  71894. }
  71895. "1304"
  71896. {
  71897. "name" "columbus2016_signature_neo_foil"
  71898. "item_name" "#StickerKit_columbus2016_signature_neo_foil"
  71899. "description_string" "#StickerKit_desc_columbus2016_signature_neo_foil"
  71900. "sticker_material" "columbus2016/sig_neo_foil"
  71901. "item_rarity" "legendary"
  71902. "tournament_event_id" "9"
  71903. "tournament_team_id" "31"
  71904. "tournament_player_id" "460206"
  71905. }
  71906. "1305"
  71907. {
  71908. "name" "columbus2016_signature_neo_gold"
  71909. "item_name" "#StickerKit_columbus2016_signature_neo_gold"
  71910. "description_string" "#StickerKit_desc_columbus2016_signature_neo_gold"
  71911. "sticker_material" "columbus2016/sig_neo_gold"
  71912. "item_rarity" "legendary"
  71913. "tournament_event_id" "9"
  71914. "tournament_team_id" "31"
  71915. "tournament_player_id" "460206"
  71916. }
  71917. "1306"
  71918. {
  71919. "name" "columbus2016_signature_pasha"
  71920. "item_name" "#StickerKit_columbus2016_signature_pasha"
  71921. "description_string" "#StickerKit_desc_columbus2016_signature_pasha"
  71922. "sticker_material" "columbus2016/sig_pasha"
  71923. "item_rarity" "rare"
  71924. "tournament_event_id" "9"
  71925. "tournament_team_id" "31"
  71926. "tournament_player_id" "13580090"
  71927. }
  71928. "1307"
  71929. {
  71930. "name" "columbus2016_signature_pasha_foil"
  71931. "item_name" "#StickerKit_columbus2016_signature_pasha_foil"
  71932. "description_string" "#StickerKit_desc_columbus2016_signature_pasha_foil"
  71933. "sticker_material" "columbus2016/sig_pasha_foil"
  71934. "item_rarity" "legendary"
  71935. "tournament_event_id" "9"
  71936. "tournament_team_id" "31"
  71937. "tournament_player_id" "13580090"
  71938. }
  71939. "1308"
  71940. {
  71941. "name" "columbus2016_signature_pasha_gold"
  71942. "item_name" "#StickerKit_columbus2016_signature_pasha_gold"
  71943. "description_string" "#StickerKit_desc_columbus2016_signature_pasha_gold"
  71944. "sticker_material" "columbus2016/sig_pasha_gold"
  71945. "item_rarity" "legendary"
  71946. "tournament_event_id" "9"
  71947. "tournament_team_id" "31"
  71948. "tournament_player_id" "13580090"
  71949. }
  71950. "1309"
  71951. {
  71952. "name" "columbus2016_signature_snax"
  71953. "item_name" "#StickerKit_columbus2016_signature_snax"
  71954. "description_string" "#StickerKit_desc_columbus2016_signature_snax"
  71955. "sticker_material" "columbus2016/sig_snax"
  71956. "item_rarity" "rare"
  71957. "tournament_event_id" "9"
  71958. "tournament_team_id" "31"
  71959. "tournament_player_id" "21875845"
  71960. }
  71961. "1310"
  71962. {
  71963. "name" "columbus2016_signature_snax_foil"
  71964. "item_name" "#StickerKit_columbus2016_signature_snax_foil"
  71965. "description_string" "#StickerKit_desc_columbus2016_signature_snax_foil"
  71966. "sticker_material" "columbus2016/sig_snax_foil"
  71967. "item_rarity" "legendary"
  71968. "tournament_event_id" "9"
  71969. "tournament_team_id" "31"
  71970. "tournament_player_id" "21875845"
  71971. }
  71972. "1311"
  71973. {
  71974. "name" "columbus2016_signature_snax_gold"
  71975. "item_name" "#StickerKit_columbus2016_signature_snax_gold"
  71976. "description_string" "#StickerKit_desc_columbus2016_signature_snax_gold"
  71977. "sticker_material" "columbus2016/sig_snax_gold"
  71978. "item_rarity" "legendary"
  71979. "tournament_event_id" "9"
  71980. "tournament_team_id" "31"
  71981. "tournament_player_id" "21875845"
  71982. }
  71983. "1312"
  71984. {
  71985. "name" "columbus2016_signature_taz"
  71986. "item_name" "#StickerKit_columbus2016_signature_taz"
  71987. "description_string" "#StickerKit_desc_columbus2016_signature_taz"
  71988. "sticker_material" "columbus2016/sig_taz"
  71989. "item_rarity" "rare"
  71990. "tournament_event_id" "9"
  71991. "tournament_team_id" "31"
  71992. "tournament_player_id" "234052"
  71993. }
  71994. "1313"
  71995. {
  71996. "name" "columbus2016_signature_taz_foil"
  71997. "item_name" "#StickerKit_columbus2016_signature_taz_foil"
  71998. "description_string" "#StickerKit_desc_columbus2016_signature_taz_foil"
  71999. "sticker_material" "columbus2016/sig_taz_foil"
  72000. "item_rarity" "legendary"
  72001. "tournament_event_id" "9"
  72002. "tournament_team_id" "31"
  72003. "tournament_player_id" "234052"
  72004. }
  72005. "1314"
  72006. {
  72007. "name" "columbus2016_signature_taz_gold"
  72008. "item_name" "#StickerKit_columbus2016_signature_taz_gold"
  72009. "description_string" "#StickerKit_desc_columbus2016_signature_taz_gold"
  72010. "sticker_material" "columbus2016/sig_taz_gold"
  72011. "item_rarity" "legendary"
  72012. "tournament_event_id" "9"
  72013. "tournament_team_id" "31"
  72014. "tournament_player_id" "234052"
  72015. }
  72016. }
  72017. "prefabs"
  72018. {
  72019. "cologne2016_sticker_capsule_prefab"
  72020. {
  72021. "first_sale_date" "2016-06-24"
  72022. "prefab" "weapon_case_base"
  72023. "attributes"
  72024. {
  72025. "tournament event id"
  72026. {
  72027. "attribute_class" "tournament_event_id"
  72028. "value" "10"
  72029. }
  72030. }
  72031. }
  72032. "cologne2016_signature_capsule_prefab"
  72033. {
  72034. "first_sale_date" "2016-06-24"
  72035. "prefab" "weapon_case_base"
  72036. "attributes"
  72037. {
  72038. "tournament event id"
  72039. {
  72040. "attribute_class" "tournament_event_id"
  72041. "value" "10"
  72042. }
  72043. }
  72044. "tags"
  72045. {
  72046. "StickerCapsule"
  72047. {
  72048. "tag_value" "crate_signature_pack_cologne2016_group_players_collection"
  72049. "tag_text" "#CSGO_crate_signature_pack_cologne2016_group_players_tag"
  72050. "tag_group" "StickerCapsule"
  72051. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  72052. }
  72053. }
  72054. }
  72055. }
  72056. "revolving_loot_lists"
  72057. {
  72058. "145" "crate_sticker_pack_cologne2016_legends"
  72059. "146" "crate_sticker_pack_cologne2016_challengers"
  72060. "147" "crate_signature_pack_cologne2016_group_1_legendary"
  72061. "148" "crate_signature_pack_cologne2016_group_2_legendary"
  72062. "149" "cologne2016_signatures_nip"
  72063. "150" "cologne2016_signatures_optc"
  72064. "151" "cologne2016_signatures_clg"
  72065. "152" "cologne2016_signatures_gamb"
  72066. "153" "cologne2016_signatures_flip"
  72067. "154" "cologne2016_signatures_liq"
  72068. "155" "cologne2016_signatures_mss"
  72069. "156" "cologne2016_signatures_navi"
  72070. "157" "cologne2016_signatures_vp"
  72071. "158" "cologne2016_signatures_sk"
  72072. "159" "cologne2016_signatures_g2"
  72073. "160" "cologne2016_signatures_faze"
  72074. "161" "cologne2016_signatures_astr"
  72075. "162" "cologne2016_signatures_nv"
  72076. "163" "cologne2016_signatures_fntc"
  72077. "164" "cologne2016_signatures_dig"
  72078. "165" "crate_cologne2016_promo_de_dust2"
  72079. "166" "crate_cologne2016_promo_de_mirage"
  72080. "167" "crate_cologne2016_promo_de_cbble"
  72081. "168" "crate_cologne2016_promo_de_overpass"
  72082. "169" "crate_cologne2016_promo_de_cache"
  72083. "170" "crate_cologne2016_promo_de_train"
  72084. "171" "crate_cologne2016_promo_de_nuke"
  72085. }
  72086. "client_loot_lists"
  72087. {
  72088. "cologne2016_rare_nip"
  72089. {
  72090. "[cologne2016_team_nip]sticker" "1"
  72091. }
  72092. "cologne2016_rare_optc"
  72093. {
  72094. "[cologne2016_team_optc]sticker" "1"
  72095. }
  72096. "cologne2016_rare_clg"
  72097. {
  72098. "[cologne2016_team_clg]sticker" "1"
  72099. }
  72100. "cologne2016_rare_gamb"
  72101. {
  72102. "[cologne2016_team_gamb]sticker" "1"
  72103. }
  72104. "cologne2016_rare_flip"
  72105. {
  72106. "[cologne2016_team_flip]sticker" "1"
  72107. }
  72108. "cologne2016_rare_liq"
  72109. {
  72110. "[cologne2016_team_liq]sticker" "1"
  72111. }
  72112. "cologne2016_rare_mss"
  72113. {
  72114. "[cologne2016_team_mss]sticker" "1"
  72115. }
  72116. "cologne2016_rare_navi"
  72117. {
  72118. "[cologne2016_team_navi]sticker" "1"
  72119. }
  72120. "cologne2016_rare_vp"
  72121. {
  72122. "[cologne2016_team_vp]sticker" "1"
  72123. }
  72124. "cologne2016_rare_sk"
  72125. {
  72126. "[cologne2016_team_sk]sticker" "1"
  72127. }
  72128. "cologne2016_rare_g2"
  72129. {
  72130. "[cologne2016_team_g2]sticker" "1"
  72131. }
  72132. "cologne2016_rare_faze"
  72133. {
  72134. "[cologne2016_team_faze]sticker" "1"
  72135. }
  72136. "cologne2016_rare_astr"
  72137. {
  72138. "[cologne2016_team_astr]sticker" "1"
  72139. }
  72140. "cologne2016_rare_nv"
  72141. {
  72142. "[cologne2016_team_nv]sticker" "1"
  72143. }
  72144. "cologne2016_rare_fntc"
  72145. {
  72146. "[cologne2016_team_fntc]sticker" "1"
  72147. }
  72148. "cologne2016_rare_dig"
  72149. {
  72150. "[cologne2016_team_dig]sticker" "1"
  72151. }
  72152. "cologne2016_rare_esl"
  72153. {
  72154. "[cologne2016_team_esl]sticker" "1"
  72155. }
  72156. "crate_sticker_pack_cologne2016_legends_rare"
  72157. {
  72158. "[cologne2016_team_nip]sticker" "1"
  72159. "[cologne2016_team_clg]sticker" "1"
  72160. "[cologne2016_team_liq]sticker" "1"
  72161. "[cologne2016_team_navi]sticker" "1"
  72162. "[cologne2016_team_vp]sticker" "1"
  72163. "[cologne2016_team_sk]sticker" "1"
  72164. "[cologne2016_team_astr]sticker" "1"
  72165. "[cologne2016_team_fntc]sticker" "1"
  72166. "[cologne2016_team_esl]sticker" "1"
  72167. }
  72168. "crate_sticker_pack_cologne2016_legends_mythical"
  72169. {
  72170. "[cologne2016_team_nip_holo]sticker" "1"
  72171. "[cologne2016_team_clg_holo]sticker" "1"
  72172. "[cologne2016_team_liq_holo]sticker" "1"
  72173. "[cologne2016_team_navi_holo]sticker" "1"
  72174. "[cologne2016_team_vp_holo]sticker" "1"
  72175. "[cologne2016_team_sk_holo]sticker" "1"
  72176. "[cologne2016_team_astr_holo]sticker" "1"
  72177. "[cologne2016_team_fntc_holo]sticker" "1"
  72178. "[cologne2016_team_esl_holo]sticker" "1"
  72179. }
  72180. "crate_sticker_pack_cologne2016_legends_legendary"
  72181. {
  72182. "[cologne2016_team_nip_foil]sticker" "1"
  72183. "[cologne2016_team_clg_foil]sticker" "1"
  72184. "[cologne2016_team_liq_foil]sticker" "1"
  72185. "[cologne2016_team_navi_foil]sticker" "1"
  72186. "[cologne2016_team_vp_foil]sticker" "1"
  72187. "[cologne2016_team_sk_foil]sticker" "1"
  72188. "[cologne2016_team_astr_foil]sticker" "1"
  72189. "[cologne2016_team_fntc_foil]sticker" "1"
  72190. "[cologne2016_team_esl_foil]sticker" "1"
  72191. }
  72192. "crate_sticker_pack_cologne2016_legends"
  72193. {
  72194. "crate_sticker_pack_cologne2016_legends_mythical" "1"
  72195. "crate_sticker_pack_cologne2016_legends_legendary" "1"
  72196. }
  72197. "crate_sticker_pack_cologne2016_challengers_rare"
  72198. {
  72199. "[cologne2016_team_optc]sticker" "1"
  72200. "[cologne2016_team_gamb]sticker" "1"
  72201. "[cologne2016_team_flip]sticker" "1"
  72202. "[cologne2016_team_mss]sticker" "1"
  72203. "[cologne2016_team_g2]sticker" "1"
  72204. "[cologne2016_team_faze]sticker" "1"
  72205. "[cologne2016_team_nv]sticker" "1"
  72206. "[cologne2016_team_dig]sticker" "1"
  72207. }
  72208. "crate_sticker_pack_cologne2016_challengers_mythical"
  72209. {
  72210. "[cologne2016_team_optc_holo]sticker" "1"
  72211. "[cologne2016_team_gamb_holo]sticker" "1"
  72212. "[cologne2016_team_flip_holo]sticker" "1"
  72213. "[cologne2016_team_mss_holo]sticker" "1"
  72214. "[cologne2016_team_g2_holo]sticker" "1"
  72215. "[cologne2016_team_faze_holo]sticker" "1"
  72216. "[cologne2016_team_nv_holo]sticker" "1"
  72217. "[cologne2016_team_dig_holo]sticker" "1"
  72218. "[cologne2016_team_esl_holo]sticker" "1"
  72219. }
  72220. "crate_sticker_pack_cologne2016_challengers_legendary"
  72221. {
  72222. "[cologne2016_team_optc_foil]sticker" "1"
  72223. "[cologne2016_team_gamb_foil]sticker" "1"
  72224. "[cologne2016_team_flip_foil]sticker" "1"
  72225. "[cologne2016_team_mss_foil]sticker" "1"
  72226. "[cologne2016_team_g2_foil]sticker" "1"
  72227. "[cologne2016_team_faze_foil]sticker" "1"
  72228. "[cologne2016_team_nv_foil]sticker" "1"
  72229. "[cologne2016_team_dig_foil]sticker" "1"
  72230. "[cologne2016_team_esl_foil]sticker" "1"
  72231. }
  72232. "crate_sticker_pack_cologne2016_challengers"
  72233. {
  72234. "crate_sticker_pack_cologne2016_challengers_mythical" "1"
  72235. "crate_sticker_pack_cologne2016_challengers_legendary" "1"
  72236. }
  72237. "cologne2016_signatures_nip"
  72238. {
  72239. "[cologne2016_signature_pyth]sticker" "1"
  72240. "[cologne2016_signature_forest]sticker" "1"
  72241. "[cologne2016_signature_friberg]sticker" "1"
  72242. "[cologne2016_signature_getright]sticker" "1"
  72243. "[cologne2016_signature_xizt]sticker" "1"
  72244. }
  72245. "cologne2016_signatures_optc"
  72246. {
  72247. "[cologne2016_signature_daps]sticker" "1"
  72248. "[cologne2016_signature_mixwell]sticker" "1"
  72249. "[cologne2016_signature_naf]sticker" "1"
  72250. "[cologne2016_signature_rush]sticker" "1"
  72251. "[cologne2016_signature_stanislaw]sticker" "1"
  72252. }
  72253. "cologne2016_signatures_clg"
  72254. {
  72255. "[cologne2016_signature_reltuc]sticker" "1"
  72256. "[cologne2016_signature_koosta]sticker" "1"
  72257. "[cologne2016_signature_hazed]sticker" "1"
  72258. "[cologne2016_signature_pita]sticker" "1"
  72259. "[cologne2016_signature_tarik]sticker" "1"
  72260. }
  72261. "cologne2016_signatures_gamb"
  72262. {
  72263. "[cologne2016_signature_spaze]sticker" "1"
  72264. "[cologne2016_signature_dosia]sticker" "1"
  72265. "[cologne2016_signature_hooch]sticker" "1"
  72266. "[cologne2016_signature_mou]sticker" "1"
  72267. "[cologne2016_signature_adrenkz]sticker" "1"
  72268. }
  72269. "cologne2016_signatures_flip"
  72270. {
  72271. "[cologne2016_signature_b1ad3]sticker" "1"
  72272. "[cologne2016_signature_waylander]sticker" "1"
  72273. "[cologne2016_signature_shara]sticker" "1"
  72274. "[cologne2016_signature_markeloff]sticker" "1"
  72275. "[cologne2016_signature_worldedit]sticker" "1"
  72276. }
  72277. "cologne2016_signatures_liq"
  72278. {
  72279. "[cologne2016_signature_jdm64]sticker" "1"
  72280. "[cologne2016_signature_elige]sticker" "1"
  72281. "[cologne2016_signature_s1mple]sticker" "1"
  72282. "[cologne2016_signature_hiko]sticker" "1"
  72283. "[cologne2016_signature_nitro]sticker" "1"
  72284. }
  72285. "cologne2016_signatures_mss"
  72286. {
  72287. "[cologne2016_signature_chrisj]sticker" "1"
  72288. "[cologne2016_signature_denis]sticker" "1"
  72289. "[cologne2016_signature_spiidi]sticker" "1"
  72290. "[cologne2016_signature_nex]sticker" "1"
  72291. "[cologne2016_signature_niko]sticker" "1"
  72292. }
  72293. "cologne2016_signatures_navi"
  72294. {
  72295. "[cologne2016_signature_edward]sticker" "1"
  72296. "[cologne2016_signature_flamie]sticker" "1"
  72297. "[cologne2016_signature_guardian]sticker" "1"
  72298. "[cologne2016_signature_seized]sticker" "1"
  72299. "[cologne2016_signature_zeus]sticker" "1"
  72300. }
  72301. "cologne2016_signatures_vp"
  72302. {
  72303. "[cologne2016_signature_byali]sticker" "1"
  72304. "[cologne2016_signature_neo]sticker" "1"
  72305. "[cologne2016_signature_pasha]sticker" "1"
  72306. "[cologne2016_signature_snax]sticker" "1"
  72307. "[cologne2016_signature_taz]sticker" "1"
  72308. }
  72309. "cologne2016_signatures_sk"
  72310. {
  72311. "[cologne2016_signature_coldzera]sticker" "1"
  72312. "[cologne2016_signature_fallen]sticker" "1"
  72313. "[cologne2016_signature_fer]sticker" "1"
  72314. "[cologne2016_signature_fnx]sticker" "1"
  72315. "[cologne2016_signature_taco]sticker" "1"
  72316. }
  72317. "cologne2016_signatures_g2"
  72318. {
  72319. "[cologne2016_signature_bodyy]sticker" "1"
  72320. "[cologne2016_signature_rpk]sticker" "1"
  72321. "[cologne2016_signature_scream]sticker" "1"
  72322. "[cologne2016_signature_shox]sticker" "1"
  72323. "[cologne2016_signature_smithzz]sticker" "1"
  72324. }
  72325. "cologne2016_signatures_faze"
  72326. {
  72327. "[cologne2016_signature_aizy]sticker" "1"
  72328. "[cologne2016_signature_fox]sticker" "1"
  72329. "[cologne2016_signature_kioshima]sticker" "1"
  72330. "[cologne2016_signature_rain]sticker" "1"
  72331. "[cologne2016_signature_jkaem]sticker" "1"
  72332. }
  72333. "cologne2016_signatures_astr"
  72334. {
  72335. "[cologne2016_signature_gla1ve]sticker" "1"
  72336. "[cologne2016_signature_device]sticker" "1"
  72337. "[cologne2016_signature_dupreeh]sticker" "1"
  72338. "[cologne2016_signature_karrigan]sticker" "1"
  72339. "[cologne2016_signature_xyp9x]sticker" "1"
  72340. }
  72341. "cologne2016_signatures_nv"
  72342. {
  72343. "[cologne2016_signature_apex]sticker" "1"
  72344. "[cologne2016_signature_happy]sticker" "1"
  72345. "[cologne2016_signature_devil]sticker" "1"
  72346. "[cologne2016_signature_kennys]sticker" "1"
  72347. "[cologne2016_signature_nbk]sticker" "1"
  72348. }
  72349. "cologne2016_signatures_fntc"
  72350. {
  72351. "[cologne2016_signature_flusha]sticker" "1"
  72352. "[cologne2016_signature_jw]sticker" "1"
  72353. "[cologne2016_signature_krimz]sticker" "1"
  72354. "[cologne2016_signature_olofmeister]sticker" "1"
  72355. "[cologne2016_signature_dennis]sticker" "1"
  72356. }
  72357. "cologne2016_signatures_dig"
  72358. {
  72359. "[cologne2016_signature_cajunb]sticker" "1"
  72360. "[cologne2016_signature_msl]sticker" "1"
  72361. "[cologne2016_signature_tenzki]sticker" "1"
  72362. "[cologne2016_signature_rubino]sticker" "1"
  72363. "[cologne2016_signature_k0nfig]sticker" "1"
  72364. }
  72365. "crate_signature_pack_cologne2016_group_1_rare"
  72366. {
  72367. "[cologne2016_signature_daps]sticker" "1"
  72368. "[cologne2016_signature_mixwell]sticker" "1"
  72369. "[cologne2016_signature_naf]sticker" "1"
  72370. "[cologne2016_signature_rush]sticker" "1"
  72371. "[cologne2016_signature_stanislaw]sticker" "1"
  72372. "[cologne2016_signature_spaze]sticker" "1"
  72373. "[cologne2016_signature_dosia]sticker" "1"
  72374. "[cologne2016_signature_hooch]sticker" "1"
  72375. "[cologne2016_signature_mou]sticker" "1"
  72376. "[cologne2016_signature_adrenkz]sticker" "1"
  72377. "[cologne2016_signature_b1ad3]sticker" "1"
  72378. "[cologne2016_signature_waylander]sticker" "1"
  72379. "[cologne2016_signature_shara]sticker" "1"
  72380. "[cologne2016_signature_markeloff]sticker" "1"
  72381. "[cologne2016_signature_worldedit]sticker" "1"
  72382. "[cologne2016_signature_chrisj]sticker" "1"
  72383. "[cologne2016_signature_denis]sticker" "1"
  72384. "[cologne2016_signature_spiidi]sticker" "1"
  72385. "[cologne2016_signature_nex]sticker" "1"
  72386. "[cologne2016_signature_niko]sticker" "1"
  72387. "[cologne2016_signature_bodyy]sticker" "1"
  72388. "[cologne2016_signature_rpk]sticker" "1"
  72389. "[cologne2016_signature_scream]sticker" "1"
  72390. "[cologne2016_signature_shox]sticker" "1"
  72391. "[cologne2016_signature_smithzz]sticker" "1"
  72392. "[cologne2016_signature_aizy]sticker" "1"
  72393. "[cologne2016_signature_fox]sticker" "1"
  72394. "[cologne2016_signature_kioshima]sticker" "1"
  72395. "[cologne2016_signature_rain]sticker" "1"
  72396. "[cologne2016_signature_jkaem]sticker" "1"
  72397. "[cologne2016_signature_apex]sticker" "1"
  72398. "[cologne2016_signature_happy]sticker" "1"
  72399. "[cologne2016_signature_devil]sticker" "1"
  72400. "[cologne2016_signature_kennys]sticker" "1"
  72401. "[cologne2016_signature_nbk]sticker" "1"
  72402. "[cologne2016_signature_cajunb]sticker" "1"
  72403. "[cologne2016_signature_msl]sticker" "1"
  72404. "[cologne2016_signature_tenzki]sticker" "1"
  72405. "[cologne2016_signature_rubino]sticker" "1"
  72406. "[cologne2016_signature_k0nfig]sticker" "1"
  72407. }
  72408. "crate_signature_pack_cologne2016_group_1_legendary"
  72409. {
  72410. "[cologne2016_signature_daps_foil]sticker" "1"
  72411. "[cologne2016_signature_mixwell_foil]sticker" "1"
  72412. "[cologne2016_signature_naf_foil]sticker" "1"
  72413. "[cologne2016_signature_rush_foil]sticker" "1"
  72414. "[cologne2016_signature_stanislaw_foil]sticker" "1"
  72415. "[cologne2016_signature_spaze_foil]sticker" "1"
  72416. "[cologne2016_signature_dosia_foil]sticker" "1"
  72417. "[cologne2016_signature_hooch_foil]sticker" "1"
  72418. "[cologne2016_signature_mou_foil]sticker" "1"
  72419. "[cologne2016_signature_adrenkz_foil]sticker" "1"
  72420. "[cologne2016_signature_b1ad3_foil]sticker" "1"
  72421. "[cologne2016_signature_waylander_foil]sticker" "1"
  72422. "[cologne2016_signature_shara_foil]sticker" "1"
  72423. "[cologne2016_signature_markeloff_foil]sticker" "1"
  72424. "[cologne2016_signature_worldedit_foil]sticker" "1"
  72425. "[cologne2016_signature_chrisj_foil]sticker" "1"
  72426. "[cologne2016_signature_denis_foil]sticker" "1"
  72427. "[cologne2016_signature_spiidi_foil]sticker" "1"
  72428. "[cologne2016_signature_nex_foil]sticker" "1"
  72429. "[cologne2016_signature_niko_foil]sticker" "1"
  72430. "[cologne2016_signature_bodyy_foil]sticker" "1"
  72431. "[cologne2016_signature_rpk_foil]sticker" "1"
  72432. "[cologne2016_signature_scream_foil]sticker" "1"
  72433. "[cologne2016_signature_shox_foil]sticker" "1"
  72434. "[cologne2016_signature_smithzz_foil]sticker" "1"
  72435. "[cologne2016_signature_aizy_foil]sticker" "1"
  72436. "[cologne2016_signature_fox_foil]sticker" "1"
  72437. "[cologne2016_signature_kioshima_foil]sticker" "1"
  72438. "[cologne2016_signature_rain_foil]sticker" "1"
  72439. "[cologne2016_signature_jkaem_foil]sticker" "1"
  72440. "[cologne2016_signature_apex_foil]sticker" "1"
  72441. "[cologne2016_signature_happy_foil]sticker" "1"
  72442. "[cologne2016_signature_devil_foil]sticker" "1"
  72443. "[cologne2016_signature_kennys_foil]sticker" "1"
  72444. "[cologne2016_signature_nbk_foil]sticker" "1"
  72445. "[cologne2016_signature_cajunb_foil]sticker" "1"
  72446. "[cologne2016_signature_msl_foil]sticker" "1"
  72447. "[cologne2016_signature_tenzki_foil]sticker" "1"
  72448. "[cologne2016_signature_rubino_foil]sticker" "1"
  72449. "[cologne2016_signature_k0nfig_foil]sticker" "1"
  72450. }
  72451. "crate_signature_pack_cologne2016_group_2_rare"
  72452. {
  72453. "[cologne2016_signature_pyth]sticker" "1"
  72454. "[cologne2016_signature_forest]sticker" "1"
  72455. "[cologne2016_signature_friberg]sticker" "1"
  72456. "[cologne2016_signature_getright]sticker" "1"
  72457. "[cologne2016_signature_xizt]sticker" "1"
  72458. "[cologne2016_signature_reltuc]sticker" "1"
  72459. "[cologne2016_signature_koosta]sticker" "1"
  72460. "[cologne2016_signature_hazed]sticker" "1"
  72461. "[cologne2016_signature_pita]sticker" "1"
  72462. "[cologne2016_signature_tarik]sticker" "1"
  72463. "[cologne2016_signature_jdm64]sticker" "1"
  72464. "[cologne2016_signature_elige]sticker" "1"
  72465. "[cologne2016_signature_s1mple]sticker" "1"
  72466. "[cologne2016_signature_hiko]sticker" "1"
  72467. "[cologne2016_signature_nitro]sticker" "1"
  72468. "[cologne2016_signature_edward]sticker" "1"
  72469. "[cologne2016_signature_flamie]sticker" "1"
  72470. "[cologne2016_signature_guardian]sticker" "1"
  72471. "[cologne2016_signature_seized]sticker" "1"
  72472. "[cologne2016_signature_zeus]sticker" "1"
  72473. "[cologne2016_signature_byali]sticker" "1"
  72474. "[cologne2016_signature_neo]sticker" "1"
  72475. "[cologne2016_signature_pasha]sticker" "1"
  72476. "[cologne2016_signature_snax]sticker" "1"
  72477. "[cologne2016_signature_taz]sticker" "1"
  72478. "[cologne2016_signature_coldzera]sticker" "1"
  72479. "[cologne2016_signature_fallen]sticker" "1"
  72480. "[cologne2016_signature_fer]sticker" "1"
  72481. "[cologne2016_signature_fnx]sticker" "1"
  72482. "[cologne2016_signature_taco]sticker" "1"
  72483. "[cologne2016_signature_gla1ve]sticker" "1"
  72484. "[cologne2016_signature_device]sticker" "1"
  72485. "[cologne2016_signature_dupreeh]sticker" "1"
  72486. "[cologne2016_signature_karrigan]sticker" "1"
  72487. "[cologne2016_signature_xyp9x]sticker" "1"
  72488. "[cologne2016_signature_flusha]sticker" "1"
  72489. "[cologne2016_signature_jw]sticker" "1"
  72490. "[cologne2016_signature_krimz]sticker" "1"
  72491. "[cologne2016_signature_olofmeister]sticker" "1"
  72492. "[cologne2016_signature_dennis]sticker" "1"
  72493. }
  72494. "crate_signature_pack_cologne2016_group_2_legendary"
  72495. {
  72496. "[cologne2016_signature_pyth_foil]sticker" "1"
  72497. "[cologne2016_signature_forest_foil]sticker" "1"
  72498. "[cologne2016_signature_friberg_foil]sticker" "1"
  72499. "[cologne2016_signature_getright_foil]sticker" "1"
  72500. "[cologne2016_signature_xizt_foil]sticker" "1"
  72501. "[cologne2016_signature_reltuc_foil]sticker" "1"
  72502. "[cologne2016_signature_koosta_foil]sticker" "1"
  72503. "[cologne2016_signature_hazed_foil]sticker" "1"
  72504. "[cologne2016_signature_pita_foil]sticker" "1"
  72505. "[cologne2016_signature_tarik_foil]sticker" "1"
  72506. "[cologne2016_signature_jdm64_foil]sticker" "1"
  72507. "[cologne2016_signature_elige_foil]sticker" "1"
  72508. "[cologne2016_signature_s1mple_foil]sticker" "1"
  72509. "[cologne2016_signature_hiko_foil]sticker" "1"
  72510. "[cologne2016_signature_nitro_foil]sticker" "1"
  72511. "[cologne2016_signature_edward_foil]sticker" "1"
  72512. "[cologne2016_signature_flamie_foil]sticker" "1"
  72513. "[cologne2016_signature_guardian_foil]sticker" "1"
  72514. "[cologne2016_signature_seized_foil]sticker" "1"
  72515. "[cologne2016_signature_zeus_foil]sticker" "1"
  72516. "[cologne2016_signature_byali_foil]sticker" "1"
  72517. "[cologne2016_signature_neo_foil]sticker" "1"
  72518. "[cologne2016_signature_pasha_foil]sticker" "1"
  72519. "[cologne2016_signature_snax_foil]sticker" "1"
  72520. "[cologne2016_signature_taz_foil]sticker" "1"
  72521. "[cologne2016_signature_coldzera_foil]sticker" "1"
  72522. "[cologne2016_signature_fallen_foil]sticker" "1"
  72523. "[cologne2016_signature_fer_foil]sticker" "1"
  72524. "[cologne2016_signature_fnx_foil]sticker" "1"
  72525. "[cologne2016_signature_taco_foil]sticker" "1"
  72526. "[cologne2016_signature_gla1ve_foil]sticker" "1"
  72527. "[cologne2016_signature_device_foil]sticker" "1"
  72528. "[cologne2016_signature_dupreeh_foil]sticker" "1"
  72529. "[cologne2016_signature_karrigan_foil]sticker" "1"
  72530. "[cologne2016_signature_xyp9x_foil]sticker" "1"
  72531. "[cologne2016_signature_flusha_foil]sticker" "1"
  72532. "[cologne2016_signature_jw_foil]sticker" "1"
  72533. "[cologne2016_signature_krimz_foil]sticker" "1"
  72534. "[cologne2016_signature_olofmeister_foil]sticker" "1"
  72535. "[cologne2016_signature_dennis_foil]sticker" "1"
  72536. }
  72537. "crate_cologne2016_promo_de_dust2"
  72538. {
  72539. "set_dust_2" "1"
  72540. }
  72541. "crate_cologne2016_promo_de_mirage"
  72542. {
  72543. "set_mirage" "1"
  72544. }
  72545. "crate_cologne2016_promo_de_cbble"
  72546. {
  72547. "set_cobblestone" "1"
  72548. }
  72549. "crate_cologne2016_promo_de_overpass"
  72550. {
  72551. "set_overpass" "1"
  72552. }
  72553. "crate_cologne2016_promo_de_cache"
  72554. {
  72555. "set_cache" "1"
  72556. }
  72557. "crate_cologne2016_promo_de_train"
  72558. {
  72559. "set_train" "1"
  72560. }
  72561. "crate_cologne2016_promo_de_nuke"
  72562. {
  72563. "set_nuke" "1"
  72564. }
  72565. }
  72566. "items"
  72567. {
  72568. "4237"
  72569. {
  72570. "item_name" "#StickerKit_cologne2016_team_nip"
  72571. "name" "crate_sticker_pack_cologne2016_nip"
  72572. "item_description" "#StickerKit_desc_cologne2016_team_nip"
  72573. "image_inventory" "econ/stickers/cologne2016/nip"
  72574. "loot_list_name" "cologne2016_rare_nip"
  72575. "prefab" "cologne2016_sticker_capsule_prefab"
  72576. "item_type" "self_opening_purchase"
  72577. }
  72578. "4238"
  72579. {
  72580. "item_name" "#StickerKit_cologne2016_team_optc"
  72581. "name" "crate_sticker_pack_cologne2016_optc"
  72582. "item_description" "#StickerKit_desc_cologne2016_team_optc"
  72583. "image_inventory" "econ/stickers/cologne2016/optc"
  72584. "loot_list_name" "cologne2016_rare_optc"
  72585. "prefab" "cologne2016_sticker_capsule_prefab"
  72586. "item_type" "self_opening_purchase"
  72587. }
  72588. "4239"
  72589. {
  72590. "item_name" "#StickerKit_cologne2016_team_clg"
  72591. "name" "crate_sticker_pack_cologne2016_clg"
  72592. "item_description" "#StickerKit_desc_cologne2016_team_clg"
  72593. "image_inventory" "econ/stickers/cologne2016/clg"
  72594. "loot_list_name" "cologne2016_rare_clg"
  72595. "prefab" "cologne2016_sticker_capsule_prefab"
  72596. "item_type" "self_opening_purchase"
  72597. }
  72598. "4240"
  72599. {
  72600. "item_name" "#StickerKit_cologne2016_team_gamb"
  72601. "name" "crate_sticker_pack_cologne2016_gamb"
  72602. "item_description" "#StickerKit_desc_cologne2016_team_gamb"
  72603. "image_inventory" "econ/stickers/cologne2016/gamb"
  72604. "loot_list_name" "cologne2016_rare_gamb"
  72605. "prefab" "cologne2016_sticker_capsule_prefab"
  72606. "item_type" "self_opening_purchase"
  72607. }
  72608. "4241"
  72609. {
  72610. "item_name" "#StickerKit_cologne2016_team_flip"
  72611. "name" "crate_sticker_pack_cologne2016_flip"
  72612. "item_description" "#StickerKit_desc_cologne2016_team_flip"
  72613. "image_inventory" "econ/stickers/cologne2016/flip"
  72614. "loot_list_name" "cologne2016_rare_flip"
  72615. "prefab" "cologne2016_sticker_capsule_prefab"
  72616. "item_type" "self_opening_purchase"
  72617. }
  72618. "4242"
  72619. {
  72620. "item_name" "#StickerKit_cologne2016_team_liq"
  72621. "name" "crate_sticker_pack_cologne2016_liq"
  72622. "item_description" "#StickerKit_desc_cologne2016_team_liq"
  72623. "image_inventory" "econ/stickers/cologne2016/liq"
  72624. "loot_list_name" "cologne2016_rare_liq"
  72625. "prefab" "cologne2016_sticker_capsule_prefab"
  72626. "item_type" "self_opening_purchase"
  72627. }
  72628. "4243"
  72629. {
  72630. "item_name" "#StickerKit_cologne2016_team_mss"
  72631. "name" "crate_sticker_pack_cologne2016_mss"
  72632. "item_description" "#StickerKit_desc_cologne2016_team_mss"
  72633. "image_inventory" "econ/stickers/cologne2016/mss"
  72634. "loot_list_name" "cologne2016_rare_mss"
  72635. "prefab" "cologne2016_sticker_capsule_prefab"
  72636. "item_type" "self_opening_purchase"
  72637. }
  72638. "4244"
  72639. {
  72640. "item_name" "#StickerKit_cologne2016_team_navi"
  72641. "name" "crate_sticker_pack_cologne2016_navi"
  72642. "item_description" "#StickerKit_desc_cologne2016_team_navi"
  72643. "image_inventory" "econ/stickers/cologne2016/navi"
  72644. "loot_list_name" "cologne2016_rare_navi"
  72645. "prefab" "cologne2016_sticker_capsule_prefab"
  72646. "item_type" "self_opening_purchase"
  72647. }
  72648. "4245"
  72649. {
  72650. "item_name" "#StickerKit_cologne2016_team_vp"
  72651. "name" "crate_sticker_pack_cologne2016_vp"
  72652. "item_description" "#StickerKit_desc_cologne2016_team_vp"
  72653. "image_inventory" "econ/stickers/cologne2016/vp"
  72654. "loot_list_name" "cologne2016_rare_vp"
  72655. "prefab" "cologne2016_sticker_capsule_prefab"
  72656. "item_type" "self_opening_purchase"
  72657. }
  72658. "4246"
  72659. {
  72660. "item_name" "#StickerKit_cologne2016_team_sk"
  72661. "name" "crate_sticker_pack_cologne2016_sk"
  72662. "item_description" "#StickerKit_desc_cologne2016_team_sk"
  72663. "image_inventory" "econ/stickers/cologne2016/sk"
  72664. "loot_list_name" "cologne2016_rare_sk"
  72665. "prefab" "cologne2016_sticker_capsule_prefab"
  72666. "item_type" "self_opening_purchase"
  72667. }
  72668. "4247"
  72669. {
  72670. "item_name" "#StickerKit_cologne2016_team_g2"
  72671. "name" "crate_sticker_pack_cologne2016_g2"
  72672. "item_description" "#StickerKit_desc_cologne2016_team_g2"
  72673. "image_inventory" "econ/stickers/cologne2016/g2"
  72674. "loot_list_name" "cologne2016_rare_g2"
  72675. "prefab" "cologne2016_sticker_capsule_prefab"
  72676. "item_type" "self_opening_purchase"
  72677. }
  72678. "4248"
  72679. {
  72680. "item_name" "#StickerKit_cologne2016_team_faze"
  72681. "name" "crate_sticker_pack_cologne2016_faze"
  72682. "item_description" "#StickerKit_desc_cologne2016_team_faze"
  72683. "image_inventory" "econ/stickers/cologne2016/faze"
  72684. "loot_list_name" "cologne2016_rare_faze"
  72685. "prefab" "cologne2016_sticker_capsule_prefab"
  72686. "item_type" "self_opening_purchase"
  72687. }
  72688. "4249"
  72689. {
  72690. "item_name" "#StickerKit_cologne2016_team_astr"
  72691. "name" "crate_sticker_pack_cologne2016_astr"
  72692. "item_description" "#StickerKit_desc_cologne2016_team_astr"
  72693. "image_inventory" "econ/stickers/cologne2016/astr"
  72694. "loot_list_name" "cologne2016_rare_astr"
  72695. "prefab" "cologne2016_sticker_capsule_prefab"
  72696. "item_type" "self_opening_purchase"
  72697. }
  72698. "4250"
  72699. {
  72700. "item_name" "#StickerKit_cologne2016_team_nv"
  72701. "name" "crate_sticker_pack_cologne2016_nv"
  72702. "item_description" "#StickerKit_desc_cologne2016_team_nv"
  72703. "image_inventory" "econ/stickers/cologne2016/nv"
  72704. "loot_list_name" "cologne2016_rare_nv"
  72705. "prefab" "cologne2016_sticker_capsule_prefab"
  72706. "item_type" "self_opening_purchase"
  72707. }
  72708. "4251"
  72709. {
  72710. "item_name" "#StickerKit_cologne2016_team_fntc"
  72711. "name" "crate_sticker_pack_cologne2016_fntc"
  72712. "item_description" "#StickerKit_desc_cologne2016_team_fntc"
  72713. "image_inventory" "econ/stickers/cologne2016/fntc"
  72714. "loot_list_name" "cologne2016_rare_fntc"
  72715. "prefab" "cologne2016_sticker_capsule_prefab"
  72716. "item_type" "self_opening_purchase"
  72717. }
  72718. "4252"
  72719. {
  72720. "item_name" "#StickerKit_cologne2016_team_dig"
  72721. "name" "crate_sticker_pack_cologne2016_dig"
  72722. "item_description" "#StickerKit_desc_cologne2016_team_dig"
  72723. "image_inventory" "econ/stickers/cologne2016/dig"
  72724. "loot_list_name" "cologne2016_rare_dig"
  72725. "prefab" "cologne2016_sticker_capsule_prefab"
  72726. "item_type" "self_opening_purchase"
  72727. }
  72728. "4253"
  72729. {
  72730. "item_name" "#StickerKit_cologne2016_team_esl"
  72731. "name" "crate_sticker_pack_cologne2016_esl"
  72732. "item_description" "#StickerKit_desc_cologne2016_team_esl"
  72733. "image_inventory" "econ/stickers/cologne2016/esl"
  72734. "loot_list_name" "cologne2016_rare_esl"
  72735. "prefab" "cologne2016_sticker_capsule_prefab"
  72736. "item_type" "self_opening_purchase"
  72737. }
  72738. "4254"
  72739. {
  72740. "item_name" "#CSGO_crate_sticker_pack_cologne2016_legends"
  72741. "name" "crate_sticker_pack_cologne2016_legends"
  72742. "item_description" "#CSGO_crate_sticker_pack_cologne2016_legends_desc"
  72743. "image_inventory" "econ/weapon_cases/crate_sticker_pack_cologne2016_01"
  72744. "prefab" "cologne2016_sticker_capsule_prefab"
  72745. "attributes"
  72746. {
  72747. "set supply crate series"
  72748. {
  72749. "attribute_class" "supply_crate_series"
  72750. "value" "145"
  72751. }
  72752. }
  72753. "tags"
  72754. {
  72755. "StickerCapsule"
  72756. {
  72757. "tag_value" "crate_sticker_pack_cologne2016_legends_collection"
  72758. "tag_text" "#CSGO_crate_sticker_pack_cologne2016_legends_tag"
  72759. "tag_group" "StickerCapsule"
  72760. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  72761. }
  72762. }
  72763. }
  72764. "4255"
  72765. {
  72766. "item_name" "#CSGO_crate_sticker_pack_cologne2016_challengers"
  72767. "name" "crate_sticker_pack_cologne2016_challengers"
  72768. "item_description" "#CSGO_crate_sticker_pack_cologne2016_challengers_desc"
  72769. "image_inventory" "econ/weapon_cases/crate_sticker_pack_cologne2016_02"
  72770. "prefab" "cologne2016_sticker_capsule_prefab"
  72771. "attributes"
  72772. {
  72773. "set supply crate series"
  72774. {
  72775. "attribute_class" "supply_crate_series"
  72776. "value" "146"
  72777. }
  72778. }
  72779. "tags"
  72780. {
  72781. "StickerCapsule"
  72782. {
  72783. "tag_value" "crate_sticker_pack_cologne2016_challengers_collection"
  72784. "tag_text" "#CSGO_crate_sticker_pack_cologne2016_challengers_tag"
  72785. "tag_group" "StickerCapsule"
  72786. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  72787. }
  72788. }
  72789. }
  72790. "4256"
  72791. {
  72792. "item_name" "#CSGO_crate_signature_pack_cologne2016_group_1"
  72793. "name" "crate_signature_pack_cologne2016_group_1"
  72794. "item_description" "#CSGO_crate_signature_pack_cologne2016_group_1_desc"
  72795. "image_inventory" "econ/weapon_cases/crate_sticker_pack_cologne2016_group_1"
  72796. "prefab" "cologne2016_signature_capsule_prefab"
  72797. "attributes"
  72798. {
  72799. "set supply crate series"
  72800. {
  72801. "attribute_class" "supply_crate_series"
  72802. "value" "147"
  72803. }
  72804. }
  72805. }
  72806. "4257"
  72807. {
  72808. "item_name" "#CSGO_crate_signature_pack_cologne2016_group_2"
  72809. "name" "crate_signature_pack_cologne2016_group_2"
  72810. "item_description" "#CSGO_crate_signature_pack_cologne2016_group_2_desc"
  72811. "image_inventory" "econ/weapon_cases/crate_sticker_pack_cologne2016_group_2"
  72812. "prefab" "cologne2016_signature_capsule_prefab"
  72813. "attributes"
  72814. {
  72815. "set supply crate series"
  72816. {
  72817. "attribute_class" "supply_crate_series"
  72818. "value" "148"
  72819. }
  72820. }
  72821. }
  72822. "4258"
  72823. {
  72824. "item_name" "#CSGO_crate_signature_pack_cologne2016_nip"
  72825. "name" "crate_signature_pack_cologne2016_nip"
  72826. "item_description" "#CSGO_crate_signature_pack_cologne2016_nip_desc"
  72827. "image_inventory" "econ/weapon_cases/cologne2016_nip"
  72828. "prefab" "cologne2016_signature_capsule_prefab"
  72829. "attributes"
  72830. {
  72831. "set supply crate series"
  72832. {
  72833. "attribute_class" "supply_crate_series"
  72834. "value" "149"
  72835. }
  72836. "tournament event team0 id"
  72837. {
  72838. "attribute_class" "tournament_event_team_id"
  72839. "value" "1"
  72840. }
  72841. }
  72842. }
  72843. "4259"
  72844. {
  72845. "item_name" "#CSGO_crate_signature_pack_cologne2016_optc"
  72846. "name" "crate_signature_pack_cologne2016_optc"
  72847. "item_description" "#CSGO_crate_signature_pack_cologne2016_optc_desc"
  72848. "image_inventory" "econ/weapon_cases/cologne2016_optc"
  72849. "prefab" "cologne2016_signature_capsule_prefab"
  72850. "attributes"
  72851. {
  72852. "set supply crate series"
  72853. {
  72854. "attribute_class" "supply_crate_series"
  72855. "value" "150"
  72856. }
  72857. "tournament event team0 id"
  72858. {
  72859. "attribute_class" "tournament_event_team_id"
  72860. "value" "66"
  72861. }
  72862. }
  72863. }
  72864. "4260"
  72865. {
  72866. "item_name" "#CSGO_crate_signature_pack_cologne2016_clg"
  72867. "name" "crate_signature_pack_cologne2016_clg"
  72868. "item_description" "#CSGO_crate_signature_pack_cologne2016_clg_desc"
  72869. "image_inventory" "econ/weapon_cases/cologne2016_clg"
  72870. "prefab" "cologne2016_signature_capsule_prefab"
  72871. "attributes"
  72872. {
  72873. "set supply crate series"
  72874. {
  72875. "attribute_class" "supply_crate_series"
  72876. "value" "151"
  72877. }
  72878. "tournament event team0 id"
  72879. {
  72880. "attribute_class" "tournament_event_team_id"
  72881. "value" "49"
  72882. }
  72883. }
  72884. }
  72885. "4261"
  72886. {
  72887. "item_name" "#CSGO_crate_signature_pack_cologne2016_gamb"
  72888. "name" "crate_signature_pack_cologne2016_gamb"
  72889. "item_description" "#CSGO_crate_signature_pack_cologne2016_gamb_desc"
  72890. "image_inventory" "econ/weapon_cases/cologne2016_gamb"
  72891. "prefab" "cologne2016_signature_capsule_prefab"
  72892. "attributes"
  72893. {
  72894. "set supply crate series"
  72895. {
  72896. "attribute_class" "supply_crate_series"
  72897. "value" "152"
  72898. }
  72899. "tournament event team0 id"
  72900. {
  72901. "attribute_class" "tournament_event_team_id"
  72902. "value" "63"
  72903. }
  72904. }
  72905. }
  72906. "4262"
  72907. {
  72908. "item_name" "#CSGO_crate_signature_pack_cologne2016_flip"
  72909. "name" "crate_signature_pack_cologne2016_flip"
  72910. "item_description" "#CSGO_crate_signature_pack_cologne2016_flip_desc"
  72911. "image_inventory" "econ/weapon_cases/cologne2016_flip"
  72912. "prefab" "cologne2016_signature_capsule_prefab"
  72913. "attributes"
  72914. {
  72915. "set supply crate series"
  72916. {
  72917. "attribute_class" "supply_crate_series"
  72918. "value" "153"
  72919. }
  72920. "tournament event team0 id"
  72921. {
  72922. "attribute_class" "tournament_event_team_id"
  72923. "value" "43"
  72924. }
  72925. }
  72926. }
  72927. "4263"
  72928. {
  72929. "item_name" "#CSGO_crate_signature_pack_cologne2016_liq"
  72930. "name" "crate_signature_pack_cologne2016_liq"
  72931. "item_description" "#CSGO_crate_signature_pack_cologne2016_liq_desc"
  72932. "image_inventory" "econ/weapon_cases/cologne2016_liq"
  72933. "prefab" "cologne2016_signature_capsule_prefab"
  72934. "attributes"
  72935. {
  72936. "set supply crate series"
  72937. {
  72938. "attribute_class" "supply_crate_series"
  72939. "value" "154"
  72940. }
  72941. "tournament event team0 id"
  72942. {
  72943. "attribute_class" "tournament_event_team_id"
  72944. "value" "48"
  72945. }
  72946. }
  72947. }
  72948. "4264"
  72949. {
  72950. "item_name" "#CSGO_crate_signature_pack_cologne2016_mss"
  72951. "name" "crate_signature_pack_cologne2016_mss"
  72952. "item_description" "#CSGO_crate_signature_pack_cologne2016_mss_desc"
  72953. "image_inventory" "econ/weapon_cases/cologne2016_mss"
  72954. "prefab" "cologne2016_signature_capsule_prefab"
  72955. "attributes"
  72956. {
  72957. "set supply crate series"
  72958. {
  72959. "attribute_class" "supply_crate_series"
  72960. "value" "155"
  72961. }
  72962. "tournament event team0 id"
  72963. {
  72964. "attribute_class" "tournament_event_team_id"
  72965. "value" "29"
  72966. }
  72967. }
  72968. }
  72969. "4265"
  72970. {
  72971. "item_name" "#CSGO_crate_signature_pack_cologne2016_navi"
  72972. "name" "crate_signature_pack_cologne2016_navi"
  72973. "item_description" "#CSGO_crate_signature_pack_cologne2016_navi_desc"
  72974. "image_inventory" "econ/weapon_cases/cologne2016_navi"
  72975. "prefab" "cologne2016_signature_capsule_prefab"
  72976. "attributes"
  72977. {
  72978. "set supply crate series"
  72979. {
  72980. "attribute_class" "supply_crate_series"
  72981. "value" "156"
  72982. }
  72983. "tournament event team0 id"
  72984. {
  72985. "attribute_class" "tournament_event_team_id"
  72986. "value" "12"
  72987. }
  72988. }
  72989. }
  72990. "4266"
  72991. {
  72992. "item_name" "#CSGO_crate_signature_pack_cologne2016_vp"
  72993. "name" "crate_signature_pack_cologne2016_vp"
  72994. "item_description" "#CSGO_crate_signature_pack_cologne2016_vp_desc"
  72995. "image_inventory" "econ/weapon_cases/cologne2016_vp"
  72996. "prefab" "cologne2016_signature_capsule_prefab"
  72997. "attributes"
  72998. {
  72999. "set supply crate series"
  73000. {
  73001. "attribute_class" "supply_crate_series"
  73002. "value" "157"
  73003. }
  73004. "tournament event team0 id"
  73005. {
  73006. "attribute_class" "tournament_event_team_id"
  73007. "value" "31"
  73008. }
  73009. }
  73010. }
  73011. "4267"
  73012. {
  73013. "item_name" "#CSGO_crate_signature_pack_cologne2016_sk"
  73014. "name" "crate_signature_pack_cologne2016_sk"
  73015. "item_description" "#CSGO_crate_signature_pack_cologne2016_sk_desc"
  73016. "image_inventory" "econ/weapon_cases/cologne2016_sk"
  73017. "prefab" "cologne2016_signature_capsule_prefab"
  73018. "attributes"
  73019. {
  73020. "set supply crate series"
  73021. {
  73022. "attribute_class" "supply_crate_series"
  73023. "value" "158"
  73024. }
  73025. "tournament event team0 id"
  73026. {
  73027. "attribute_class" "tournament_event_team_id"
  73028. "value" "14"
  73029. }
  73030. }
  73031. }
  73032. "4268"
  73033. {
  73034. "item_name" "#CSGO_crate_signature_pack_cologne2016_g2"
  73035. "name" "crate_signature_pack_cologne2016_g2"
  73036. "item_description" "#CSGO_crate_signature_pack_cologne2016_g2_desc"
  73037. "image_inventory" "econ/weapon_cases/cologne2016_g2"
  73038. "prefab" "cologne2016_signature_capsule_prefab"
  73039. "attributes"
  73040. {
  73041. "set supply crate series"
  73042. {
  73043. "attribute_class" "supply_crate_series"
  73044. "value" "159"
  73045. }
  73046. "tournament event team0 id"
  73047. {
  73048. "attribute_class" "tournament_event_team_id"
  73049. "value" "59"
  73050. }
  73051. }
  73052. }
  73053. "4269"
  73054. {
  73055. "item_name" "#CSGO_crate_signature_pack_cologne2016_faze"
  73056. "name" "crate_signature_pack_cologne2016_faze"
  73057. "item_description" "#CSGO_crate_signature_pack_cologne2016_faze_desc"
  73058. "image_inventory" "econ/weapon_cases/cologne2016_faze"
  73059. "prefab" "cologne2016_signature_capsule_prefab"
  73060. "attributes"
  73061. {
  73062. "set supply crate series"
  73063. {
  73064. "attribute_class" "supply_crate_series"
  73065. "value" "160"
  73066. }
  73067. "tournament event team0 id"
  73068. {
  73069. "attribute_class" "tournament_event_team_id"
  73070. "value" "61"
  73071. }
  73072. }
  73073. }
  73074. "4270"
  73075. {
  73076. "item_name" "#CSGO_crate_signature_pack_cologne2016_astr"
  73077. "name" "crate_signature_pack_cologne2016_astr"
  73078. "item_description" "#CSGO_crate_signature_pack_cologne2016_astr_desc"
  73079. "image_inventory" "econ/weapon_cases/cologne2016_astr"
  73080. "prefab" "cologne2016_signature_capsule_prefab"
  73081. "attributes"
  73082. {
  73083. "set supply crate series"
  73084. {
  73085. "attribute_class" "supply_crate_series"
  73086. "value" "161"
  73087. }
  73088. "tournament event team0 id"
  73089. {
  73090. "attribute_class" "tournament_event_team_id"
  73091. "value" "60"
  73092. }
  73093. }
  73094. }
  73095. "4271"
  73096. {
  73097. "item_name" "#CSGO_crate_signature_pack_cologne2016_nv"
  73098. "name" "crate_signature_pack_cologne2016_nv"
  73099. "item_description" "#CSGO_crate_signature_pack_cologne2016_nv_desc"
  73100. "image_inventory" "econ/weapon_cases/cologne2016_nv"
  73101. "prefab" "cologne2016_signature_capsule_prefab"
  73102. "attributes"
  73103. {
  73104. "set supply crate series"
  73105. {
  73106. "attribute_class" "supply_crate_series"
  73107. "value" "162"
  73108. }
  73109. "tournament event team0 id"
  73110. {
  73111. "attribute_class" "tournament_event_team_id"
  73112. "value" "46"
  73113. }
  73114. }
  73115. }
  73116. "4272"
  73117. {
  73118. "item_name" "#CSGO_crate_signature_pack_cologne2016_fntc"
  73119. "name" "crate_signature_pack_cologne2016_fntc"
  73120. "item_description" "#CSGO_crate_signature_pack_cologne2016_fntc_desc"
  73121. "image_inventory" "econ/weapon_cases/cologne2016_fntc"
  73122. "prefab" "cologne2016_signature_capsule_prefab"
  73123. "attributes"
  73124. {
  73125. "set supply crate series"
  73126. {
  73127. "attribute_class" "supply_crate_series"
  73128. "value" "163"
  73129. }
  73130. "tournament event team0 id"
  73131. {
  73132. "attribute_class" "tournament_event_team_id"
  73133. "value" "6"
  73134. }
  73135. }
  73136. }
  73137. "4273"
  73138. {
  73139. "item_name" "#CSGO_crate_signature_pack_cologne2016_dig"
  73140. "name" "crate_signature_pack_cologne2016_dig"
  73141. "item_description" "#CSGO_crate_signature_pack_cologne2016_dig_desc"
  73142. "image_inventory" "econ/weapon_cases/cologne2016_dig"
  73143. "prefab" "cologne2016_signature_capsule_prefab"
  73144. "attributes"
  73145. {
  73146. "set supply crate series"
  73147. {
  73148. "attribute_class" "supply_crate_series"
  73149. "value" "164"
  73150. }
  73151. "tournament event team0 id"
  73152. {
  73153. "attribute_class" "tournament_event_team_id"
  73154. "value" "24"
  73155. }
  73156. }
  73157. }
  73158. "4274"
  73159. {
  73160. "item_name" "#CSGO_crate_cologne2016_promo_de_dust2"
  73161. "name" "crate_cologne2016_promo_de_dust2"
  73162. "image_inventory" "econ/weapon_cases/crate_cologne2016_promo_de_dust2"
  73163. "prefab" "weapon_case_souvenirpkg"
  73164. "attributes"
  73165. {
  73166. "set supply crate series"
  73167. {
  73168. "attribute_class" "supply_crate_series"
  73169. "value" "165"
  73170. }
  73171. "tournament event id"
  73172. {
  73173. "attribute_class" "tournament_event_id"
  73174. "value" "10"
  73175. }
  73176. }
  73177. "tags"
  73178. {
  73179. "ItemSet"
  73180. {
  73181. "tag_value" "set_dust_2"
  73182. "tag_text" "#CSGO_set_dust_2"
  73183. "tag_group" "ItemSet"
  73184. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  73185. }
  73186. }
  73187. }
  73188. "4275"
  73189. {
  73190. "item_name" "#CSGO_crate_cologne2016_promo_de_mirage"
  73191. "name" "crate_cologne2016_promo_de_mirage"
  73192. "image_inventory" "econ/weapon_cases/crate_cologne2016_promo_de_mirage"
  73193. "prefab" "weapon_case_souvenirpkg"
  73194. "attributes"
  73195. {
  73196. "set supply crate series"
  73197. {
  73198. "attribute_class" "supply_crate_series"
  73199. "value" "166"
  73200. }
  73201. "tournament event id"
  73202. {
  73203. "attribute_class" "tournament_event_id"
  73204. "value" "10"
  73205. }
  73206. }
  73207. "tags"
  73208. {
  73209. "ItemSet"
  73210. {
  73211. "tag_value" "set_mirage"
  73212. "tag_text" "#CSGO_set_mirage"
  73213. "tag_group" "ItemSet"
  73214. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  73215. }
  73216. }
  73217. }
  73218. "4276"
  73219. {
  73220. "item_name" "#CSGO_crate_cologne2016_promo_de_cbble"
  73221. "name" "crate_cologne2016_promo_de_cbble"
  73222. "image_inventory" "econ/weapon_cases/crate_cologne2016_promo_de_cbble"
  73223. "prefab" "weapon_case_souvenirpkg"
  73224. "attributes"
  73225. {
  73226. "set supply crate series"
  73227. {
  73228. "attribute_class" "supply_crate_series"
  73229. "value" "167"
  73230. }
  73231. "tournament event id"
  73232. {
  73233. "attribute_class" "tournament_event_id"
  73234. "value" "10"
  73235. }
  73236. }
  73237. "tags"
  73238. {
  73239. "ItemSet"
  73240. {
  73241. "tag_value" "set_cobblestone"
  73242. "tag_text" "#CSGO_set_cobblestone"
  73243. "tag_group" "ItemSet"
  73244. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  73245. }
  73246. }
  73247. }
  73248. "4277"
  73249. {
  73250. "item_name" "#CSGO_crate_cologne2016_promo_de_overpass"
  73251. "name" "crate_cologne2016_promo_de_overpass"
  73252. "image_inventory" "econ/weapon_cases/crate_cologne2016_promo_de_overpass"
  73253. "prefab" "weapon_case_souvenirpkg"
  73254. "attributes"
  73255. {
  73256. "set supply crate series"
  73257. {
  73258. "attribute_class" "supply_crate_series"
  73259. "value" "168"
  73260. }
  73261. "tournament event id"
  73262. {
  73263. "attribute_class" "tournament_event_id"
  73264. "value" "10"
  73265. }
  73266. }
  73267. "tags"
  73268. {
  73269. "ItemSet"
  73270. {
  73271. "tag_value" "set_overpass"
  73272. "tag_text" "#CSGO_set_overpass"
  73273. "tag_group" "ItemSet"
  73274. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  73275. }
  73276. }
  73277. }
  73278. "4278"
  73279. {
  73280. "item_name" "#CSGO_crate_cologne2016_promo_de_cache"
  73281. "name" "crate_cologne2016_promo_de_cache"
  73282. "image_inventory" "econ/weapon_cases/crate_cologne2016_promo_de_cache"
  73283. "prefab" "weapon_case_souvenirpkg"
  73284. "attributes"
  73285. {
  73286. "set supply crate series"
  73287. {
  73288. "attribute_class" "supply_crate_series"
  73289. "value" "169"
  73290. }
  73291. "tournament event id"
  73292. {
  73293. "attribute_class" "tournament_event_id"
  73294. "value" "10"
  73295. }
  73296. }
  73297. "tags"
  73298. {
  73299. "ItemSet"
  73300. {
  73301. "tag_value" "set_cache"
  73302. "tag_text" "#CSGO_set_cache"
  73303. "tag_group" "ItemSet"
  73304. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  73305. }
  73306. }
  73307. }
  73308. "4279"
  73309. {
  73310. "item_name" "#CSGO_crate_cologne2016_promo_de_train"
  73311. "name" "crate_cologne2016_promo_de_train"
  73312. "image_inventory" "econ/weapon_cases/crate_cologne2016_promo_de_train"
  73313. "prefab" "weapon_case_souvenirpkg"
  73314. "attributes"
  73315. {
  73316. "set supply crate series"
  73317. {
  73318. "attribute_class" "supply_crate_series"
  73319. "value" "170"
  73320. }
  73321. "tournament event id"
  73322. {
  73323. "attribute_class" "tournament_event_id"
  73324. "value" "10"
  73325. }
  73326. }
  73327. "tags"
  73328. {
  73329. "ItemSet"
  73330. {
  73331. "tag_value" "set_train"
  73332. "tag_text" "#CSGO_set_train"
  73333. "tag_group" "ItemSet"
  73334. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  73335. }
  73336. }
  73337. }
  73338. "4280"
  73339. {
  73340. "item_name" "#CSGO_crate_cologne2016_promo_de_nuke"
  73341. "name" "crate_cologne2016_promo_de_nuke"
  73342. "image_inventory" "econ/weapon_cases/crate_cologne2016_promo_de_nuke"
  73343. "prefab" "weapon_case_souvenirpkg"
  73344. "attributes"
  73345. {
  73346. "set supply crate series"
  73347. {
  73348. "attribute_class" "supply_crate_series"
  73349. "value" "171"
  73350. }
  73351. "tournament event id"
  73352. {
  73353. "attribute_class" "tournament_event_id"
  73354. "value" "10"
  73355. }
  73356. }
  73357. "tags"
  73358. {
  73359. "ItemSet"
  73360. {
  73361. "tag_value" "set_nuke"
  73362. "tag_text" "#CSGO_set_nuke"
  73363. "tag_group" "ItemSet"
  73364. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  73365. }
  73366. }
  73367. }
  73368. }
  73369. "sticker_kits"
  73370. {
  73371. "1317"
  73372. {
  73373. "name" "cologne2016_team_nip"
  73374. "item_name" "#StickerKit_cologne2016_team_nip"
  73375. "description_string" "#StickerKit_desc_cologne2016_team_nip"
  73376. "sticker_material" "cologne2016/nip"
  73377. "item_rarity" "rare"
  73378. "tournament_event_id" "10"
  73379. "tournament_team_id" "1"
  73380. }
  73381. "1318"
  73382. {
  73383. "name" "cologne2016_team_nip_holo"
  73384. "item_name" "#StickerKit_cologne2016_team_nip_holo"
  73385. "description_string" "#StickerKit_desc_cologne2016_team_nip_holo"
  73386. "sticker_material" "cologne2016/nip_holo"
  73387. "item_rarity" "mythical"
  73388. "tournament_event_id" "10"
  73389. "tournament_team_id" "1"
  73390. }
  73391. "1319"
  73392. {
  73393. "name" "cologne2016_team_nip_foil"
  73394. "item_name" "#StickerKit_cologne2016_team_nip_foil"
  73395. "description_string" "#StickerKit_desc_cologne2016_team_nip_foil"
  73396. "sticker_material" "cologne2016/nip_foil"
  73397. "item_rarity" "legendary"
  73398. "tournament_event_id" "10"
  73399. "tournament_team_id" "1"
  73400. }
  73401. "1320"
  73402. {
  73403. "name" "cologne2016_team_nip_gold"
  73404. "item_name" "#StickerKit_cologne2016_team_nip_gold"
  73405. "description_string" "#StickerKit_desc_cologne2016_team_nip_gold"
  73406. "sticker_material" "cologne2016/nip_gold"
  73407. "item_rarity" "legendary"
  73408. "tournament_event_id" "10"
  73409. "tournament_team_id" "1"
  73410. }
  73411. "1321"
  73412. {
  73413. "name" "cologne2016_team_optc"
  73414. "item_name" "#StickerKit_cologne2016_team_optc"
  73415. "description_string" "#StickerKit_desc_cologne2016_team_optc"
  73416. "sticker_material" "cologne2016/optc"
  73417. "item_rarity" "rare"
  73418. "tournament_event_id" "10"
  73419. "tournament_team_id" "66"
  73420. }
  73421. "1322"
  73422. {
  73423. "name" "cologne2016_team_optc_holo"
  73424. "item_name" "#StickerKit_cologne2016_team_optc_holo"
  73425. "description_string" "#StickerKit_desc_cologne2016_team_optc_holo"
  73426. "sticker_material" "cologne2016/optc_holo"
  73427. "item_rarity" "mythical"
  73428. "tournament_event_id" "10"
  73429. "tournament_team_id" "66"
  73430. }
  73431. "1323"
  73432. {
  73433. "name" "cologne2016_team_optc_foil"
  73434. "item_name" "#StickerKit_cologne2016_team_optc_foil"
  73435. "description_string" "#StickerKit_desc_cologne2016_team_optc_foil"
  73436. "sticker_material" "cologne2016/optc_foil"
  73437. "item_rarity" "legendary"
  73438. "tournament_event_id" "10"
  73439. "tournament_team_id" "66"
  73440. }
  73441. "1324"
  73442. {
  73443. "name" "cologne2016_team_optc_gold"
  73444. "item_name" "#StickerKit_cologne2016_team_optc_gold"
  73445. "description_string" "#StickerKit_desc_cologne2016_team_optc_gold"
  73446. "sticker_material" "cologne2016/optc_gold"
  73447. "item_rarity" "legendary"
  73448. "tournament_event_id" "10"
  73449. "tournament_team_id" "66"
  73450. }
  73451. "1325"
  73452. {
  73453. "name" "cologne2016_team_clg"
  73454. "item_name" "#StickerKit_cologne2016_team_clg"
  73455. "description_string" "#StickerKit_desc_cologne2016_team_clg"
  73456. "sticker_material" "cologne2016/clg"
  73457. "item_rarity" "rare"
  73458. "tournament_event_id" "10"
  73459. "tournament_team_id" "49"
  73460. }
  73461. "1326"
  73462. {
  73463. "name" "cologne2016_team_clg_holo"
  73464. "item_name" "#StickerKit_cologne2016_team_clg_holo"
  73465. "description_string" "#StickerKit_desc_cologne2016_team_clg_holo"
  73466. "sticker_material" "cologne2016/clg_holo"
  73467. "item_rarity" "mythical"
  73468. "tournament_event_id" "10"
  73469. "tournament_team_id" "49"
  73470. }
  73471. "1327"
  73472. {
  73473. "name" "cologne2016_team_clg_foil"
  73474. "item_name" "#StickerKit_cologne2016_team_clg_foil"
  73475. "description_string" "#StickerKit_desc_cologne2016_team_clg_foil"
  73476. "sticker_material" "cologne2016/clg_foil"
  73477. "item_rarity" "legendary"
  73478. "tournament_event_id" "10"
  73479. "tournament_team_id" "49"
  73480. }
  73481. "1328"
  73482. {
  73483. "name" "cologne2016_team_clg_gold"
  73484. "item_name" "#StickerKit_cologne2016_team_clg_gold"
  73485. "description_string" "#StickerKit_desc_cologne2016_team_clg_gold"
  73486. "sticker_material" "cologne2016/clg_gold"
  73487. "item_rarity" "legendary"
  73488. "tournament_event_id" "10"
  73489. "tournament_team_id" "49"
  73490. }
  73491. "1329"
  73492. {
  73493. "name" "cologne2016_team_gamb"
  73494. "item_name" "#StickerKit_cologne2016_team_gamb"
  73495. "description_string" "#StickerKit_desc_cologne2016_team_gamb"
  73496. "sticker_material" "cologne2016/gamb"
  73497. "item_rarity" "rare"
  73498. "tournament_event_id" "10"
  73499. "tournament_team_id" "63"
  73500. }
  73501. "1330"
  73502. {
  73503. "name" "cologne2016_team_gamb_holo"
  73504. "item_name" "#StickerKit_cologne2016_team_gamb_holo"
  73505. "description_string" "#StickerKit_desc_cologne2016_team_gamb_holo"
  73506. "sticker_material" "cologne2016/gamb_holo"
  73507. "item_rarity" "mythical"
  73508. "tournament_event_id" "10"
  73509. "tournament_team_id" "63"
  73510. }
  73511. "1331"
  73512. {
  73513. "name" "cologne2016_team_gamb_foil"
  73514. "item_name" "#StickerKit_cologne2016_team_gamb_foil"
  73515. "description_string" "#StickerKit_desc_cologne2016_team_gamb_foil"
  73516. "sticker_material" "cologne2016/gamb_foil"
  73517. "item_rarity" "legendary"
  73518. "tournament_event_id" "10"
  73519. "tournament_team_id" "63"
  73520. }
  73521. "1332"
  73522. {
  73523. "name" "cologne2016_team_gamb_gold"
  73524. "item_name" "#StickerKit_cologne2016_team_gamb_gold"
  73525. "description_string" "#StickerKit_desc_cologne2016_team_gamb_gold"
  73526. "sticker_material" "cologne2016/gamb_gold"
  73527. "item_rarity" "legendary"
  73528. "tournament_event_id" "10"
  73529. "tournament_team_id" "63"
  73530. }
  73531. "1333"
  73532. {
  73533. "name" "cologne2016_team_flip"
  73534. "item_name" "#StickerKit_cologne2016_team_flip"
  73535. "description_string" "#StickerKit_desc_cologne2016_team_flip"
  73536. "sticker_material" "cologne2016/flip"
  73537. "item_rarity" "rare"
  73538. "tournament_event_id" "10"
  73539. "tournament_team_id" "43"
  73540. }
  73541. "1334"
  73542. {
  73543. "name" "cologne2016_team_flip_holo"
  73544. "item_name" "#StickerKit_cologne2016_team_flip_holo"
  73545. "description_string" "#StickerKit_desc_cologne2016_team_flip_holo"
  73546. "sticker_material" "cologne2016/flip_holo"
  73547. "item_rarity" "mythical"
  73548. "tournament_event_id" "10"
  73549. "tournament_team_id" "43"
  73550. }
  73551. "1335"
  73552. {
  73553. "name" "cologne2016_team_flip_foil"
  73554. "item_name" "#StickerKit_cologne2016_team_flip_foil"
  73555. "description_string" "#StickerKit_desc_cologne2016_team_flip_foil"
  73556. "sticker_material" "cologne2016/flip_foil"
  73557. "item_rarity" "legendary"
  73558. "tournament_event_id" "10"
  73559. "tournament_team_id" "43"
  73560. }
  73561. "1336"
  73562. {
  73563. "name" "cologne2016_team_flip_gold"
  73564. "item_name" "#StickerKit_cologne2016_team_flip_gold"
  73565. "description_string" "#StickerKit_desc_cologne2016_team_flip_gold"
  73566. "sticker_material" "cologne2016/flip_gold"
  73567. "item_rarity" "legendary"
  73568. "tournament_event_id" "10"
  73569. "tournament_team_id" "43"
  73570. }
  73571. "1337"
  73572. {
  73573. "name" "cologne2016_team_liq"
  73574. "item_name" "#StickerKit_cologne2016_team_liq"
  73575. "description_string" "#StickerKit_desc_cologne2016_team_liq"
  73576. "sticker_material" "cologne2016/liq"
  73577. "item_rarity" "rare"
  73578. "tournament_event_id" "10"
  73579. "tournament_team_id" "48"
  73580. }
  73581. "1338"
  73582. {
  73583. "name" "cologne2016_team_liq_holo"
  73584. "item_name" "#StickerKit_cologne2016_team_liq_holo"
  73585. "description_string" "#StickerKit_desc_cologne2016_team_liq_holo"
  73586. "sticker_material" "cologne2016/liq_holo"
  73587. "item_rarity" "mythical"
  73588. "tournament_event_id" "10"
  73589. "tournament_team_id" "48"
  73590. }
  73591. "1339"
  73592. {
  73593. "name" "cologne2016_team_liq_foil"
  73594. "item_name" "#StickerKit_cologne2016_team_liq_foil"
  73595. "description_string" "#StickerKit_desc_cologne2016_team_liq_foil"
  73596. "sticker_material" "cologne2016/liq_foil"
  73597. "item_rarity" "legendary"
  73598. "tournament_event_id" "10"
  73599. "tournament_team_id" "48"
  73600. }
  73601. "1340"
  73602. {
  73603. "name" "cologne2016_team_liq_gold"
  73604. "item_name" "#StickerKit_cologne2016_team_liq_gold"
  73605. "description_string" "#StickerKit_desc_cologne2016_team_liq_gold"
  73606. "sticker_material" "cologne2016/liq_gold"
  73607. "item_rarity" "legendary"
  73608. "tournament_event_id" "10"
  73609. "tournament_team_id" "48"
  73610. }
  73611. "1341"
  73612. {
  73613. "name" "cologne2016_team_mss"
  73614. "item_name" "#StickerKit_cologne2016_team_mss"
  73615. "description_string" "#StickerKit_desc_cologne2016_team_mss"
  73616. "sticker_material" "cologne2016/mss"
  73617. "item_rarity" "rare"
  73618. "tournament_event_id" "10"
  73619. "tournament_team_id" "29"
  73620. }
  73621. "1342"
  73622. {
  73623. "name" "cologne2016_team_mss_holo"
  73624. "item_name" "#StickerKit_cologne2016_team_mss_holo"
  73625. "description_string" "#StickerKit_desc_cologne2016_team_mss_holo"
  73626. "sticker_material" "cologne2016/mss_holo"
  73627. "item_rarity" "mythical"
  73628. "tournament_event_id" "10"
  73629. "tournament_team_id" "29"
  73630. }
  73631. "1343"
  73632. {
  73633. "name" "cologne2016_team_mss_foil"
  73634. "item_name" "#StickerKit_cologne2016_team_mss_foil"
  73635. "description_string" "#StickerKit_desc_cologne2016_team_mss_foil"
  73636. "sticker_material" "cologne2016/mss_foil"
  73637. "item_rarity" "legendary"
  73638. "tournament_event_id" "10"
  73639. "tournament_team_id" "29"
  73640. }
  73641. "1344"
  73642. {
  73643. "name" "cologne2016_team_mss_gold"
  73644. "item_name" "#StickerKit_cologne2016_team_mss_gold"
  73645. "description_string" "#StickerKit_desc_cologne2016_team_mss_gold"
  73646. "sticker_material" "cologne2016/mss_gold"
  73647. "item_rarity" "legendary"
  73648. "tournament_event_id" "10"
  73649. "tournament_team_id" "29"
  73650. }
  73651. "1345"
  73652. {
  73653. "name" "cologne2016_team_navi"
  73654. "item_name" "#StickerKit_cologne2016_team_navi"
  73655. "description_string" "#StickerKit_desc_cologne2016_team_navi"
  73656. "sticker_material" "cologne2016/navi"
  73657. "item_rarity" "rare"
  73658. "tournament_event_id" "10"
  73659. "tournament_team_id" "12"
  73660. }
  73661. "1346"
  73662. {
  73663. "name" "cologne2016_team_navi_holo"
  73664. "item_name" "#StickerKit_cologne2016_team_navi_holo"
  73665. "description_string" "#StickerKit_desc_cologne2016_team_navi_holo"
  73666. "sticker_material" "cologne2016/navi_holo"
  73667. "item_rarity" "mythical"
  73668. "tournament_event_id" "10"
  73669. "tournament_team_id" "12"
  73670. }
  73671. "1347"
  73672. {
  73673. "name" "cologne2016_team_navi_foil"
  73674. "item_name" "#StickerKit_cologne2016_team_navi_foil"
  73675. "description_string" "#StickerKit_desc_cologne2016_team_navi_foil"
  73676. "sticker_material" "cologne2016/navi_foil"
  73677. "item_rarity" "legendary"
  73678. "tournament_event_id" "10"
  73679. "tournament_team_id" "12"
  73680. }
  73681. "1348"
  73682. {
  73683. "name" "cologne2016_team_navi_gold"
  73684. "item_name" "#StickerKit_cologne2016_team_navi_gold"
  73685. "description_string" "#StickerKit_desc_cologne2016_team_navi_gold"
  73686. "sticker_material" "cologne2016/navi_gold"
  73687. "item_rarity" "legendary"
  73688. "tournament_event_id" "10"
  73689. "tournament_team_id" "12"
  73690. }
  73691. "1349"
  73692. {
  73693. "name" "cologne2016_team_vp"
  73694. "item_name" "#StickerKit_cologne2016_team_vp"
  73695. "description_string" "#StickerKit_desc_cologne2016_team_vp"
  73696. "sticker_material" "cologne2016/vp"
  73697. "item_rarity" "rare"
  73698. "tournament_event_id" "10"
  73699. "tournament_team_id" "31"
  73700. }
  73701. "1350"
  73702. {
  73703. "name" "cologne2016_team_vp_holo"
  73704. "item_name" "#StickerKit_cologne2016_team_vp_holo"
  73705. "description_string" "#StickerKit_desc_cologne2016_team_vp_holo"
  73706. "sticker_material" "cologne2016/vp_holo"
  73707. "item_rarity" "mythical"
  73708. "tournament_event_id" "10"
  73709. "tournament_team_id" "31"
  73710. }
  73711. "1351"
  73712. {
  73713. "name" "cologne2016_team_vp_foil"
  73714. "item_name" "#StickerKit_cologne2016_team_vp_foil"
  73715. "description_string" "#StickerKit_desc_cologne2016_team_vp_foil"
  73716. "sticker_material" "cologne2016/vp_foil"
  73717. "item_rarity" "legendary"
  73718. "tournament_event_id" "10"
  73719. "tournament_team_id" "31"
  73720. }
  73721. "1352"
  73722. {
  73723. "name" "cologne2016_team_vp_gold"
  73724. "item_name" "#StickerKit_cologne2016_team_vp_gold"
  73725. "description_string" "#StickerKit_desc_cologne2016_team_vp_gold"
  73726. "sticker_material" "cologne2016/vp_gold"
  73727. "item_rarity" "legendary"
  73728. "tournament_event_id" "10"
  73729. "tournament_team_id" "31"
  73730. }
  73731. "1353"
  73732. {
  73733. "name" "cologne2016_team_sk"
  73734. "item_name" "#StickerKit_cologne2016_team_sk"
  73735. "description_string" "#StickerKit_desc_cologne2016_team_sk"
  73736. "sticker_material" "cologne2016/sk"
  73737. "item_rarity" "rare"
  73738. "tournament_event_id" "10"
  73739. "tournament_team_id" "14"
  73740. }
  73741. "1354"
  73742. {
  73743. "name" "cologne2016_team_sk_holo"
  73744. "item_name" "#StickerKit_cologne2016_team_sk_holo"
  73745. "description_string" "#StickerKit_desc_cologne2016_team_sk_holo"
  73746. "sticker_material" "cologne2016/sk_holo"
  73747. "item_rarity" "mythical"
  73748. "tournament_event_id" "10"
  73749. "tournament_team_id" "14"
  73750. }
  73751. "1355"
  73752. {
  73753. "name" "cologne2016_team_sk_foil"
  73754. "item_name" "#StickerKit_cologne2016_team_sk_foil"
  73755. "description_string" "#StickerKit_desc_cologne2016_team_sk_foil"
  73756. "sticker_material" "cologne2016/sk_foil"
  73757. "item_rarity" "legendary"
  73758. "tournament_event_id" "10"
  73759. "tournament_team_id" "14"
  73760. }
  73761. "1356"
  73762. {
  73763. "name" "cologne2016_team_sk_gold"
  73764. "item_name" "#StickerKit_cologne2016_team_sk_gold"
  73765. "description_string" "#StickerKit_desc_cologne2016_team_sk_gold"
  73766. "sticker_material" "cologne2016/sk_gold"
  73767. "item_rarity" "legendary"
  73768. "tournament_event_id" "10"
  73769. "tournament_team_id" "14"
  73770. }
  73771. "1357"
  73772. {
  73773. "name" "cologne2016_team_g2"
  73774. "item_name" "#StickerKit_cologne2016_team_g2"
  73775. "description_string" "#StickerKit_desc_cologne2016_team_g2"
  73776. "sticker_material" "cologne2016/g2"
  73777. "item_rarity" "rare"
  73778. "tournament_event_id" "10"
  73779. "tournament_team_id" "59"
  73780. }
  73781. "1358"
  73782. {
  73783. "name" "cologne2016_team_g2_holo"
  73784. "item_name" "#StickerKit_cologne2016_team_g2_holo"
  73785. "description_string" "#StickerKit_desc_cologne2016_team_g2_holo"
  73786. "sticker_material" "cologne2016/g2_holo"
  73787. "item_rarity" "mythical"
  73788. "tournament_event_id" "10"
  73789. "tournament_team_id" "59"
  73790. }
  73791. "1359"
  73792. {
  73793. "name" "cologne2016_team_g2_foil"
  73794. "item_name" "#StickerKit_cologne2016_team_g2_foil"
  73795. "description_string" "#StickerKit_desc_cologne2016_team_g2_foil"
  73796. "sticker_material" "cologne2016/g2_foil"
  73797. "item_rarity" "legendary"
  73798. "tournament_event_id" "10"
  73799. "tournament_team_id" "59"
  73800. }
  73801. "1360"
  73802. {
  73803. "name" "cologne2016_team_g2_gold"
  73804. "item_name" "#StickerKit_cologne2016_team_g2_gold"
  73805. "description_string" "#StickerKit_desc_cologne2016_team_g2_gold"
  73806. "sticker_material" "cologne2016/g2_gold"
  73807. "item_rarity" "legendary"
  73808. "tournament_event_id" "10"
  73809. "tournament_team_id" "59"
  73810. }
  73811. "1361"
  73812. {
  73813. "name" "cologne2016_team_faze"
  73814. "item_name" "#StickerKit_cologne2016_team_faze"
  73815. "description_string" "#StickerKit_desc_cologne2016_team_faze"
  73816. "sticker_material" "cologne2016/faze"
  73817. "item_rarity" "rare"
  73818. "tournament_event_id" "10"
  73819. "tournament_team_id" "61"
  73820. }
  73821. "1362"
  73822. {
  73823. "name" "cologne2016_team_faze_holo"
  73824. "item_name" "#StickerKit_cologne2016_team_faze_holo"
  73825. "description_string" "#StickerKit_desc_cologne2016_team_faze_holo"
  73826. "sticker_material" "cologne2016/faze_holo"
  73827. "item_rarity" "mythical"
  73828. "tournament_event_id" "10"
  73829. "tournament_team_id" "61"
  73830. }
  73831. "1363"
  73832. {
  73833. "name" "cologne2016_team_faze_foil"
  73834. "item_name" "#StickerKit_cologne2016_team_faze_foil"
  73835. "description_string" "#StickerKit_desc_cologne2016_team_faze_foil"
  73836. "sticker_material" "cologne2016/faze_foil"
  73837. "item_rarity" "legendary"
  73838. "tournament_event_id" "10"
  73839. "tournament_team_id" "61"
  73840. }
  73841. "1364"
  73842. {
  73843. "name" "cologne2016_team_faze_gold"
  73844. "item_name" "#StickerKit_cologne2016_team_faze_gold"
  73845. "description_string" "#StickerKit_desc_cologne2016_team_faze_gold"
  73846. "sticker_material" "cologne2016/faze_gold"
  73847. "item_rarity" "legendary"
  73848. "tournament_event_id" "10"
  73849. "tournament_team_id" "61"
  73850. }
  73851. "1365"
  73852. {
  73853. "name" "cologne2016_team_astr"
  73854. "item_name" "#StickerKit_cologne2016_team_astr"
  73855. "description_string" "#StickerKit_desc_cologne2016_team_astr"
  73856. "sticker_material" "cologne2016/astr"
  73857. "item_rarity" "rare"
  73858. "tournament_event_id" "10"
  73859. "tournament_team_id" "60"
  73860. }
  73861. "1366"
  73862. {
  73863. "name" "cologne2016_team_astr_holo"
  73864. "item_name" "#StickerKit_cologne2016_team_astr_holo"
  73865. "description_string" "#StickerKit_desc_cologne2016_team_astr_holo"
  73866. "sticker_material" "cologne2016/astr_holo"
  73867. "item_rarity" "mythical"
  73868. "tournament_event_id" "10"
  73869. "tournament_team_id" "60"
  73870. }
  73871. "1367"
  73872. {
  73873. "name" "cologne2016_team_astr_foil"
  73874. "item_name" "#StickerKit_cologne2016_team_astr_foil"
  73875. "description_string" "#StickerKit_desc_cologne2016_team_astr_foil"
  73876. "sticker_material" "cologne2016/astr_foil"
  73877. "item_rarity" "legendary"
  73878. "tournament_event_id" "10"
  73879. "tournament_team_id" "60"
  73880. }
  73881. "1368"
  73882. {
  73883. "name" "cologne2016_team_astr_gold"
  73884. "item_name" "#StickerKit_cologne2016_team_astr_gold"
  73885. "description_string" "#StickerKit_desc_cologne2016_team_astr_gold"
  73886. "sticker_material" "cologne2016/astr_gold"
  73887. "item_rarity" "legendary"
  73888. "tournament_event_id" "10"
  73889. "tournament_team_id" "60"
  73890. }
  73891. "1369"
  73892. {
  73893. "name" "cologne2016_team_nv"
  73894. "item_name" "#StickerKit_cologne2016_team_nv"
  73895. "description_string" "#StickerKit_desc_cologne2016_team_nv"
  73896. "sticker_material" "cologne2016/nv"
  73897. "item_rarity" "rare"
  73898. "tournament_event_id" "10"
  73899. "tournament_team_id" "46"
  73900. }
  73901. "1370"
  73902. {
  73903. "name" "cologne2016_team_nv_holo"
  73904. "item_name" "#StickerKit_cologne2016_team_nv_holo"
  73905. "description_string" "#StickerKit_desc_cologne2016_team_nv_holo"
  73906. "sticker_material" "cologne2016/nv_holo"
  73907. "item_rarity" "mythical"
  73908. "tournament_event_id" "10"
  73909. "tournament_team_id" "46"
  73910. }
  73911. "1371"
  73912. {
  73913. "name" "cologne2016_team_nv_foil"
  73914. "item_name" "#StickerKit_cologne2016_team_nv_foil"
  73915. "description_string" "#StickerKit_desc_cologne2016_team_nv_foil"
  73916. "sticker_material" "cologne2016/nv_foil"
  73917. "item_rarity" "legendary"
  73918. "tournament_event_id" "10"
  73919. "tournament_team_id" "46"
  73920. }
  73921. "1372"
  73922. {
  73923. "name" "cologne2016_team_nv_gold"
  73924. "item_name" "#StickerKit_cologne2016_team_nv_gold"
  73925. "description_string" "#StickerKit_desc_cologne2016_team_nv_gold"
  73926. "sticker_material" "cologne2016/nv_gold"
  73927. "item_rarity" "legendary"
  73928. "tournament_event_id" "10"
  73929. "tournament_team_id" "46"
  73930. }
  73931. "1373"
  73932. {
  73933. "name" "cologne2016_team_fntc"
  73934. "item_name" "#StickerKit_cologne2016_team_fntc"
  73935. "description_string" "#StickerKit_desc_cologne2016_team_fntc"
  73936. "sticker_material" "cologne2016/fntc"
  73937. "item_rarity" "rare"
  73938. "tournament_event_id" "10"
  73939. "tournament_team_id" "6"
  73940. }
  73941. "1374"
  73942. {
  73943. "name" "cologne2016_team_fntc_holo"
  73944. "item_name" "#StickerKit_cologne2016_team_fntc_holo"
  73945. "description_string" "#StickerKit_desc_cologne2016_team_fntc_holo"
  73946. "sticker_material" "cologne2016/fntc_holo"
  73947. "item_rarity" "mythical"
  73948. "tournament_event_id" "10"
  73949. "tournament_team_id" "6"
  73950. }
  73951. "1375"
  73952. {
  73953. "name" "cologne2016_team_fntc_foil"
  73954. "item_name" "#StickerKit_cologne2016_team_fntc_foil"
  73955. "description_string" "#StickerKit_desc_cologne2016_team_fntc_foil"
  73956. "sticker_material" "cologne2016/fntc_foil"
  73957. "item_rarity" "legendary"
  73958. "tournament_event_id" "10"
  73959. "tournament_team_id" "6"
  73960. }
  73961. "1376"
  73962. {
  73963. "name" "cologne2016_team_fntc_gold"
  73964. "item_name" "#StickerKit_cologne2016_team_fntc_gold"
  73965. "description_string" "#StickerKit_desc_cologne2016_team_fntc_gold"
  73966. "sticker_material" "cologne2016/fntc_gold"
  73967. "item_rarity" "legendary"
  73968. "tournament_event_id" "10"
  73969. "tournament_team_id" "6"
  73970. }
  73971. "1377"
  73972. {
  73973. "name" "cologne2016_team_dig"
  73974. "item_name" "#StickerKit_cologne2016_team_dig"
  73975. "description_string" "#StickerKit_desc_cologne2016_team_dig"
  73976. "sticker_material" "cologne2016/dig"
  73977. "item_rarity" "rare"
  73978. "tournament_event_id" "10"
  73979. "tournament_team_id" "24"
  73980. }
  73981. "1378"
  73982. {
  73983. "name" "cologne2016_team_dig_holo"
  73984. "item_name" "#StickerKit_cologne2016_team_dig_holo"
  73985. "description_string" "#StickerKit_desc_cologne2016_team_dig_holo"
  73986. "sticker_material" "cologne2016/dig_holo"
  73987. "item_rarity" "mythical"
  73988. "tournament_event_id" "10"
  73989. "tournament_team_id" "24"
  73990. }
  73991. "1379"
  73992. {
  73993. "name" "cologne2016_team_dig_foil"
  73994. "item_name" "#StickerKit_cologne2016_team_dig_foil"
  73995. "description_string" "#StickerKit_desc_cologne2016_team_dig_foil"
  73996. "sticker_material" "cologne2016/dig_foil"
  73997. "item_rarity" "legendary"
  73998. "tournament_event_id" "10"
  73999. "tournament_team_id" "24"
  74000. }
  74001. "1380"
  74002. {
  74003. "name" "cologne2016_team_dig_gold"
  74004. "item_name" "#StickerKit_cologne2016_team_dig_gold"
  74005. "description_string" "#StickerKit_desc_cologne2016_team_dig_gold"
  74006. "sticker_material" "cologne2016/dig_gold"
  74007. "item_rarity" "legendary"
  74008. "tournament_event_id" "10"
  74009. "tournament_team_id" "24"
  74010. }
  74011. "1381"
  74012. {
  74013. "name" "cologne2016_team_esl"
  74014. "item_name" "#StickerKit_cologne2016_team_esl"
  74015. "description_string" "#StickerKit_desc_cologne2016_team_esl"
  74016. "sticker_material" "cologne2016/esl"
  74017. "item_rarity" "rare"
  74018. "tournament_event_id" "10"
  74019. "tournament_team_id" "0"
  74020. }
  74021. "1382"
  74022. {
  74023. "name" "cologne2016_team_esl_holo"
  74024. "item_name" "#StickerKit_cologne2016_team_esl_holo"
  74025. "description_string" "#StickerKit_desc_cologne2016_team_esl_holo"
  74026. "sticker_material" "cologne2016/esl_holo"
  74027. "item_rarity" "mythical"
  74028. "tournament_event_id" "10"
  74029. "tournament_team_id" "0"
  74030. }
  74031. "1383"
  74032. {
  74033. "name" "cologne2016_team_esl_foil"
  74034. "item_name" "#StickerKit_cologne2016_team_esl_foil"
  74035. "description_string" "#StickerKit_desc_cologne2016_team_esl_foil"
  74036. "sticker_material" "cologne2016/esl_foil"
  74037. "item_rarity" "legendary"
  74038. "tournament_event_id" "10"
  74039. "tournament_team_id" "0"
  74040. }
  74041. "1384"
  74042. {
  74043. "name" "cologne2016_team_esl_gold"
  74044. "item_name" "#StickerKit_cologne2016_team_esl_gold"
  74045. "description_string" "#StickerKit_desc_cologne2016_team_esl_gold"
  74046. "sticker_material" "cologne2016/esl_gold"
  74047. "item_rarity" "legendary"
  74048. "tournament_event_id" "10"
  74049. "tournament_team_id" "0"
  74050. }
  74051. "1385"
  74052. {
  74053. "name" "cologne2016_signature_reltuc"
  74054. "item_name" "#StickerKit_cologne2016_signature_reltuc"
  74055. "description_string" "#StickerKit_desc_cologne2016_signature_reltuc"
  74056. "sticker_material" "cologne2016/sig_reltuc"
  74057. "item_rarity" "rare"
  74058. "tournament_event_id" "10"
  74059. "tournament_team_id" "49"
  74060. "tournament_player_id" "518760"
  74061. }
  74062. "1386"
  74063. {
  74064. "name" "cologne2016_signature_reltuc_foil"
  74065. "item_name" "#StickerKit_cologne2016_signature_reltuc_foil"
  74066. "description_string" "#StickerKit_desc_cologne2016_signature_reltuc_foil"
  74067. "sticker_material" "cologne2016/sig_reltuc_foil"
  74068. "item_rarity" "legendary"
  74069. "tournament_event_id" "10"
  74070. "tournament_team_id" "49"
  74071. "tournament_player_id" "518760"
  74072. }
  74073. "1387"
  74074. {
  74075. "name" "cologne2016_signature_reltuc_gold"
  74076. "item_name" "#StickerKit_cologne2016_signature_reltuc_gold"
  74077. "description_string" "#StickerKit_desc_cologne2016_signature_reltuc_gold"
  74078. "sticker_material" "cologne2016/sig_reltuc_gold"
  74079. "item_rarity" "legendary"
  74080. "tournament_event_id" "10"
  74081. "tournament_team_id" "49"
  74082. "tournament_player_id" "518760"
  74083. }
  74084. "1388"
  74085. {
  74086. "name" "cologne2016_signature_koosta"
  74087. "item_name" "#StickerKit_cologne2016_signature_koosta"
  74088. "description_string" "#StickerKit_desc_cologne2016_signature_koosta"
  74089. "sticker_material" "cologne2016/sig_koosta"
  74090. "item_rarity" "rare"
  74091. "tournament_event_id" "10"
  74092. "tournament_team_id" "49"
  74093. "tournament_player_id" "161590"
  74094. }
  74095. "1389"
  74096. {
  74097. "name" "cologne2016_signature_koosta_foil"
  74098. "item_name" "#StickerKit_cologne2016_signature_koosta_foil"
  74099. "description_string" "#StickerKit_desc_cologne2016_signature_koosta_foil"
  74100. "sticker_material" "cologne2016/sig_koosta_foil"
  74101. "item_rarity" "legendary"
  74102. "tournament_event_id" "10"
  74103. "tournament_team_id" "49"
  74104. "tournament_player_id" "161590"
  74105. }
  74106. "1390"
  74107. {
  74108. "name" "cologne2016_signature_koosta_gold"
  74109. "item_name" "#StickerKit_cologne2016_signature_koosta_gold"
  74110. "description_string" "#StickerKit_desc_cologne2016_signature_koosta_gold"
  74111. "sticker_material" "cologne2016/sig_koosta_gold"
  74112. "item_rarity" "legendary"
  74113. "tournament_event_id" "10"
  74114. "tournament_team_id" "49"
  74115. "tournament_player_id" "161590"
  74116. }
  74117. "1391"
  74118. {
  74119. "name" "cologne2016_signature_hazed"
  74120. "item_name" "#StickerKit_cologne2016_signature_hazed"
  74121. "description_string" "#StickerKit_desc_cologne2016_signature_hazed"
  74122. "sticker_material" "cologne2016/sig_hazed"
  74123. "item_rarity" "rare"
  74124. "tournament_event_id" "10"
  74125. "tournament_team_id" "49"
  74126. "tournament_player_id" "30305781"
  74127. }
  74128. "1392"
  74129. {
  74130. "name" "cologne2016_signature_hazed_foil"
  74131. "item_name" "#StickerKit_cologne2016_signature_hazed_foil"
  74132. "description_string" "#StickerKit_desc_cologne2016_signature_hazed_foil"
  74133. "sticker_material" "cologne2016/sig_hazed_foil"
  74134. "item_rarity" "legendary"
  74135. "tournament_event_id" "10"
  74136. "tournament_team_id" "49"
  74137. "tournament_player_id" "30305781"
  74138. }
  74139. "1393"
  74140. {
  74141. "name" "cologne2016_signature_hazed_gold"
  74142. "item_name" "#StickerKit_cologne2016_signature_hazed_gold"
  74143. "description_string" "#StickerKit_desc_cologne2016_signature_hazed_gold"
  74144. "sticker_material" "cologne2016/sig_hazed_gold"
  74145. "item_rarity" "legendary"
  74146. "tournament_event_id" "10"
  74147. "tournament_team_id" "49"
  74148. "tournament_player_id" "30305781"
  74149. }
  74150. "1394"
  74151. {
  74152. "name" "cologne2016_signature_pita"
  74153. "item_name" "#StickerKit_cologne2016_signature_pita"
  74154. "description_string" "#StickerKit_desc_cologne2016_signature_pita"
  74155. "sticker_material" "cologne2016/sig_pita"
  74156. "item_rarity" "rare"
  74157. "tournament_event_id" "10"
  74158. "tournament_team_id" "49"
  74159. "tournament_player_id" "26459"
  74160. }
  74161. "1395"
  74162. {
  74163. "name" "cologne2016_signature_pita_foil"
  74164. "item_name" "#StickerKit_cologne2016_signature_pita_foil"
  74165. "description_string" "#StickerKit_desc_cologne2016_signature_pita_foil"
  74166. "sticker_material" "cologne2016/sig_pita_foil"
  74167. "item_rarity" "legendary"
  74168. "tournament_event_id" "10"
  74169. "tournament_team_id" "49"
  74170. "tournament_player_id" "26459"
  74171. }
  74172. "1396"
  74173. {
  74174. "name" "cologne2016_signature_pita_gold"
  74175. "item_name" "#StickerKit_cologne2016_signature_pita_gold"
  74176. "description_string" "#StickerKit_desc_cologne2016_signature_pita_gold"
  74177. "sticker_material" "cologne2016/sig_pita_gold"
  74178. "item_rarity" "legendary"
  74179. "tournament_event_id" "10"
  74180. "tournament_team_id" "49"
  74181. "tournament_player_id" "26459"
  74182. }
  74183. "1397"
  74184. {
  74185. "name" "cologne2016_signature_tarik"
  74186. "item_name" "#StickerKit_cologne2016_signature_tarik"
  74187. "description_string" "#StickerKit_desc_cologne2016_signature_tarik"
  74188. "sticker_material" "cologne2016/sig_tarik"
  74189. "item_rarity" "rare"
  74190. "tournament_event_id" "10"
  74191. "tournament_team_id" "49"
  74192. "tournament_player_id" "18216247"
  74193. }
  74194. "1398"
  74195. {
  74196. "name" "cologne2016_signature_tarik_foil"
  74197. "item_name" "#StickerKit_cologne2016_signature_tarik_foil"
  74198. "description_string" "#StickerKit_desc_cologne2016_signature_tarik_foil"
  74199. "sticker_material" "cologne2016/sig_tarik_foil"
  74200. "item_rarity" "legendary"
  74201. "tournament_event_id" "10"
  74202. "tournament_team_id" "49"
  74203. "tournament_player_id" "18216247"
  74204. }
  74205. "1399"
  74206. {
  74207. "name" "cologne2016_signature_tarik_gold"
  74208. "item_name" "#StickerKit_cologne2016_signature_tarik_gold"
  74209. "description_string" "#StickerKit_desc_cologne2016_signature_tarik_gold"
  74210. "sticker_material" "cologne2016/sig_tarik_gold"
  74211. "item_rarity" "legendary"
  74212. "tournament_event_id" "10"
  74213. "tournament_team_id" "49"
  74214. "tournament_player_id" "18216247"
  74215. }
  74216. "1400"
  74217. {
  74218. "name" "cologne2016_signature_daps"
  74219. "item_name" "#StickerKit_cologne2016_signature_daps"
  74220. "description_string" "#StickerKit_desc_cologne2016_signature_daps"
  74221. "sticker_material" "cologne2016/sig_daps"
  74222. "item_rarity" "rare"
  74223. "tournament_event_id" "10"
  74224. "tournament_team_id" "66"
  74225. "tournament_player_id" "19892353"
  74226. }
  74227. "1401"
  74228. {
  74229. "name" "cologne2016_signature_daps_foil"
  74230. "item_name" "#StickerKit_cologne2016_signature_daps_foil"
  74231. "description_string" "#StickerKit_desc_cologne2016_signature_daps_foil"
  74232. "sticker_material" "cologne2016/sig_daps_foil"
  74233. "item_rarity" "legendary"
  74234. "tournament_event_id" "10"
  74235. "tournament_team_id" "66"
  74236. "tournament_player_id" "19892353"
  74237. }
  74238. "1402"
  74239. {
  74240. "name" "cologne2016_signature_daps_gold"
  74241. "item_name" "#StickerKit_cologne2016_signature_daps_gold"
  74242. "description_string" "#StickerKit_desc_cologne2016_signature_daps_gold"
  74243. "sticker_material" "cologne2016/sig_daps_gold"
  74244. "item_rarity" "legendary"
  74245. "tournament_event_id" "10"
  74246. "tournament_team_id" "66"
  74247. "tournament_player_id" "19892353"
  74248. }
  74249. "1403"
  74250. {
  74251. "name" "cologne2016_signature_mixwell"
  74252. "item_name" "#StickerKit_cologne2016_signature_mixwell"
  74253. "description_string" "#StickerKit_desc_cologne2016_signature_mixwell"
  74254. "sticker_material" "cologne2016/sig_mixwell"
  74255. "item_rarity" "rare"
  74256. "tournament_event_id" "10"
  74257. "tournament_team_id" "66"
  74258. "tournament_player_id" "27224124"
  74259. }
  74260. "1404"
  74261. {
  74262. "name" "cologne2016_signature_mixwell_foil"
  74263. "item_name" "#StickerKit_cologne2016_signature_mixwell_foil"
  74264. "description_string" "#StickerKit_desc_cologne2016_signature_mixwell_foil"
  74265. "sticker_material" "cologne2016/sig_mixwell_foil"
  74266. "item_rarity" "legendary"
  74267. "tournament_event_id" "10"
  74268. "tournament_team_id" "66"
  74269. "tournament_player_id" "27224124"
  74270. }
  74271. "1405"
  74272. {
  74273. "name" "cologne2016_signature_mixwell_gold"
  74274. "item_name" "#StickerKit_cologne2016_signature_mixwell_gold"
  74275. "description_string" "#StickerKit_desc_cologne2016_signature_mixwell_gold"
  74276. "sticker_material" "cologne2016/sig_mixwell_gold"
  74277. "item_rarity" "legendary"
  74278. "tournament_event_id" "10"
  74279. "tournament_team_id" "66"
  74280. "tournament_player_id" "27224124"
  74281. }
  74282. "1406"
  74283. {
  74284. "name" "cologne2016_signature_naf"
  74285. "item_name" "#StickerKit_cologne2016_signature_naf"
  74286. "description_string" "#StickerKit_desc_cologne2016_signature_naf"
  74287. "sticker_material" "cologne2016/sig_naf"
  74288. "item_rarity" "rare"
  74289. "tournament_event_id" "10"
  74290. "tournament_team_id" "66"
  74291. "tournament_player_id" "40885967"
  74292. }
  74293. "1407"
  74294. {
  74295. "name" "cologne2016_signature_naf_foil"
  74296. "item_name" "#StickerKit_cologne2016_signature_naf_foil"
  74297. "description_string" "#StickerKit_desc_cologne2016_signature_naf_foil"
  74298. "sticker_material" "cologne2016/sig_naf_foil"
  74299. "item_rarity" "legendary"
  74300. "tournament_event_id" "10"
  74301. "tournament_team_id" "66"
  74302. "tournament_player_id" "40885967"
  74303. }
  74304. "1408"
  74305. {
  74306. "name" "cologne2016_signature_naf_gold"
  74307. "item_name" "#StickerKit_cologne2016_signature_naf_gold"
  74308. "description_string" "#StickerKit_desc_cologne2016_signature_naf_gold"
  74309. "sticker_material" "cologne2016/sig_naf_gold"
  74310. "item_rarity" "legendary"
  74311. "tournament_event_id" "10"
  74312. "tournament_team_id" "66"
  74313. "tournament_player_id" "40885967"
  74314. }
  74315. "1409"
  74316. {
  74317. "name" "cologne2016_signature_rush"
  74318. "item_name" "#StickerKit_cologne2016_signature_rush"
  74319. "description_string" "#StickerKit_desc_cologne2016_signature_rush"
  74320. "sticker_material" "cologne2016/sig_rush"
  74321. "item_rarity" "rare"
  74322. "tournament_event_id" "10"
  74323. "tournament_team_id" "66"
  74324. "tournament_player_id" "63326592"
  74325. }
  74326. "1410"
  74327. {
  74328. "name" "cologne2016_signature_rush_foil"
  74329. "item_name" "#StickerKit_cologne2016_signature_rush_foil"
  74330. "description_string" "#StickerKit_desc_cologne2016_signature_rush_foil"
  74331. "sticker_material" "cologne2016/sig_rush_foil"
  74332. "item_rarity" "legendary"
  74333. "tournament_event_id" "10"
  74334. "tournament_team_id" "66"
  74335. "tournament_player_id" "63326592"
  74336. }
  74337. "1411"
  74338. {
  74339. "name" "cologne2016_signature_rush_gold"
  74340. "item_name" "#StickerKit_cologne2016_signature_rush_gold"
  74341. "description_string" "#StickerKit_desc_cologne2016_signature_rush_gold"
  74342. "sticker_material" "cologne2016/sig_rush_gold"
  74343. "item_rarity" "legendary"
  74344. "tournament_event_id" "10"
  74345. "tournament_team_id" "66"
  74346. "tournament_player_id" "63326592"
  74347. }
  74348. "1412"
  74349. {
  74350. "name" "cologne2016_signature_stanislaw"
  74351. "item_name" "#StickerKit_cologne2016_signature_stanislaw"
  74352. "description_string" "#StickerKit_desc_cologne2016_signature_stanislaw"
  74353. "sticker_material" "cologne2016/sig_stanislaw"
  74354. "item_rarity" "rare"
  74355. "tournament_event_id" "10"
  74356. "tournament_team_id" "66"
  74357. "tournament_player_id" "21583315"
  74358. }
  74359. "1413"
  74360. {
  74361. "name" "cologne2016_signature_stanislaw_foil"
  74362. "item_name" "#StickerKit_cologne2016_signature_stanislaw_foil"
  74363. "description_string" "#StickerKit_desc_cologne2016_signature_stanislaw_foil"
  74364. "sticker_material" "cologne2016/sig_stanislaw_foil"
  74365. "item_rarity" "legendary"
  74366. "tournament_event_id" "10"
  74367. "tournament_team_id" "66"
  74368. "tournament_player_id" "21583315"
  74369. }
  74370. "1414"
  74371. {
  74372. "name" "cologne2016_signature_stanislaw_gold"
  74373. "item_name" "#StickerKit_cologne2016_signature_stanislaw_gold"
  74374. "description_string" "#StickerKit_desc_cologne2016_signature_stanislaw_gold"
  74375. "sticker_material" "cologne2016/sig_stanislaw_gold"
  74376. "item_rarity" "legendary"
  74377. "tournament_event_id" "10"
  74378. "tournament_team_id" "66"
  74379. "tournament_player_id" "21583315"
  74380. }
  74381. "1415"
  74382. {
  74383. "name" "cologne2016_signature_apex"
  74384. "item_name" "#StickerKit_cologne2016_signature_apex"
  74385. "description_string" "#StickerKit_desc_cologne2016_signature_apex"
  74386. "sticker_material" "cologne2016/sig_apex"
  74387. "item_rarity" "rare"
  74388. "tournament_event_id" "10"
  74389. "tournament_team_id" "46"
  74390. "tournament_player_id" "29478439"
  74391. }
  74392. "1416"
  74393. {
  74394. "name" "cologne2016_signature_apex_foil"
  74395. "item_name" "#StickerKit_cologne2016_signature_apex_foil"
  74396. "description_string" "#StickerKit_desc_cologne2016_signature_apex_foil"
  74397. "sticker_material" "cologne2016/sig_apex_foil"
  74398. "item_rarity" "legendary"
  74399. "tournament_event_id" "10"
  74400. "tournament_team_id" "46"
  74401. "tournament_player_id" "29478439"
  74402. }
  74403. "1417"
  74404. {
  74405. "name" "cologne2016_signature_apex_gold"
  74406. "item_name" "#StickerKit_cologne2016_signature_apex_gold"
  74407. "description_string" "#StickerKit_desc_cologne2016_signature_apex_gold"
  74408. "sticker_material" "cologne2016/sig_apex_gold"
  74409. "item_rarity" "legendary"
  74410. "tournament_event_id" "10"
  74411. "tournament_team_id" "46"
  74412. "tournament_player_id" "29478439"
  74413. }
  74414. "1418"
  74415. {
  74416. "name" "cologne2016_signature_happy"
  74417. "item_name" "#StickerKit_cologne2016_signature_happy"
  74418. "description_string" "#StickerKit_desc_cologne2016_signature_happy"
  74419. "sticker_material" "cologne2016/sig_happy"
  74420. "item_rarity" "rare"
  74421. "tournament_event_id" "10"
  74422. "tournament_team_id" "46"
  74423. "tournament_player_id" "17975624"
  74424. }
  74425. "1419"
  74426. {
  74427. "name" "cologne2016_signature_happy_foil"
  74428. "item_name" "#StickerKit_cologne2016_signature_happy_foil"
  74429. "description_string" "#StickerKit_desc_cologne2016_signature_happy_foil"
  74430. "sticker_material" "cologne2016/sig_happy_foil"
  74431. "item_rarity" "legendary"
  74432. "tournament_event_id" "10"
  74433. "tournament_team_id" "46"
  74434. "tournament_player_id" "17975624"
  74435. }
  74436. "1420"
  74437. {
  74438. "name" "cologne2016_signature_happy_gold"
  74439. "item_name" "#StickerKit_cologne2016_signature_happy_gold"
  74440. "description_string" "#StickerKit_desc_cologne2016_signature_happy_gold"
  74441. "sticker_material" "cologne2016/sig_happy_gold"
  74442. "item_rarity" "legendary"
  74443. "tournament_event_id" "10"
  74444. "tournament_team_id" "46"
  74445. "tournament_player_id" "17975624"
  74446. }
  74447. "1421"
  74448. {
  74449. "name" "cologne2016_signature_devil"
  74450. "item_name" "#StickerKit_cologne2016_signature_devil"
  74451. "description_string" "#StickerKit_desc_cologne2016_signature_devil"
  74452. "sticker_material" "cologne2016/sig_devil"
  74453. "item_rarity" "rare"
  74454. "tournament_event_id" "10"
  74455. "tournament_team_id" "46"
  74456. "tournament_player_id" "44238623"
  74457. }
  74458. "1422"
  74459. {
  74460. "name" "cologne2016_signature_devil_foil"
  74461. "item_name" "#StickerKit_cologne2016_signature_devil_foil"
  74462. "description_string" "#StickerKit_desc_cologne2016_signature_devil_foil"
  74463. "sticker_material" "cologne2016/sig_devil_foil"
  74464. "item_rarity" "legendary"
  74465. "tournament_event_id" "10"
  74466. "tournament_team_id" "46"
  74467. "tournament_player_id" "44238623"
  74468. }
  74469. "1423"
  74470. {
  74471. "name" "cologne2016_signature_devil_gold"
  74472. "item_name" "#StickerKit_cologne2016_signature_devil_gold"
  74473. "description_string" "#StickerKit_desc_cologne2016_signature_devil_gold"
  74474. "sticker_material" "cologne2016/sig_devil_gold"
  74475. "item_rarity" "legendary"
  74476. "tournament_event_id" "10"
  74477. "tournament_team_id" "46"
  74478. "tournament_player_id" "44238623"
  74479. }
  74480. "1424"
  74481. {
  74482. "name" "cologne2016_signature_kennys"
  74483. "item_name" "#StickerKit_cologne2016_signature_kennys"
  74484. "description_string" "#StickerKit_desc_cologne2016_signature_kennys"
  74485. "sticker_material" "cologne2016/sig_kennys"
  74486. "item_rarity" "rare"
  74487. "tournament_event_id" "10"
  74488. "tournament_team_id" "46"
  74489. "tournament_player_id" "64640068"
  74490. }
  74491. "1425"
  74492. {
  74493. "name" "cologne2016_signature_kennys_foil"
  74494. "item_name" "#StickerKit_cologne2016_signature_kennys_foil"
  74495. "description_string" "#StickerKit_desc_cologne2016_signature_kennys_foil"
  74496. "sticker_material" "cologne2016/sig_kennys_foil"
  74497. "item_rarity" "legendary"
  74498. "tournament_event_id" "10"
  74499. "tournament_team_id" "46"
  74500. "tournament_player_id" "64640068"
  74501. }
  74502. "1426"
  74503. {
  74504. "name" "cologne2016_signature_kennys_gold"
  74505. "item_name" "#StickerKit_cologne2016_signature_kennys_gold"
  74506. "description_string" "#StickerKit_desc_cologne2016_signature_kennys_gold"
  74507. "sticker_material" "cologne2016/sig_kennys_gold"
  74508. "item_rarity" "legendary"
  74509. "tournament_event_id" "10"
  74510. "tournament_team_id" "46"
  74511. "tournament_player_id" "64640068"
  74512. }
  74513. "1427"
  74514. {
  74515. "name" "cologne2016_signature_nbk"
  74516. "item_name" "#StickerKit_cologne2016_signature_nbk"
  74517. "description_string" "#StickerKit_desc_cologne2016_signature_nbk"
  74518. "sticker_material" "cologne2016/sig_nbk"
  74519. "item_rarity" "rare"
  74520. "tournament_event_id" "10"
  74521. "tournament_team_id" "46"
  74522. "tournament_player_id" "444845"
  74523. }
  74524. "1428"
  74525. {
  74526. "name" "cologne2016_signature_nbk_foil"
  74527. "item_name" "#StickerKit_cologne2016_signature_nbk_foil"
  74528. "description_string" "#StickerKit_desc_cologne2016_signature_nbk_foil"
  74529. "sticker_material" "cologne2016/sig_nbk_foil"
  74530. "item_rarity" "legendary"
  74531. "tournament_event_id" "10"
  74532. "tournament_team_id" "46"
  74533. "tournament_player_id" "444845"
  74534. }
  74535. "1429"
  74536. {
  74537. "name" "cologne2016_signature_nbk_gold"
  74538. "item_name" "#StickerKit_cologne2016_signature_nbk_gold"
  74539. "description_string" "#StickerKit_desc_cologne2016_signature_nbk_gold"
  74540. "sticker_material" "cologne2016/sig_nbk_gold"
  74541. "item_rarity" "legendary"
  74542. "tournament_event_id" "10"
  74543. "tournament_team_id" "46"
  74544. "tournament_player_id" "444845"
  74545. }
  74546. "1430"
  74547. {
  74548. "name" "cologne2016_signature_b1ad3"
  74549. "item_name" "#StickerKit_cologne2016_signature_b1ad3"
  74550. "description_string" "#StickerKit_desc_cologne2016_signature_b1ad3"
  74551. "sticker_material" "cologne2016/sig_b1ad3"
  74552. "item_rarity" "rare"
  74553. "tournament_event_id" "10"
  74554. "tournament_team_id" "43"
  74555. "tournament_player_id" "53258137"
  74556. }
  74557. "1431"
  74558. {
  74559. "name" "cologne2016_signature_b1ad3_foil"
  74560. "item_name" "#StickerKit_cologne2016_signature_b1ad3_foil"
  74561. "description_string" "#StickerKit_desc_cologne2016_signature_b1ad3_foil"
  74562. "sticker_material" "cologne2016/sig_b1ad3_foil"
  74563. "item_rarity" "legendary"
  74564. "tournament_event_id" "10"
  74565. "tournament_team_id" "43"
  74566. "tournament_player_id" "53258137"
  74567. }
  74568. "1432"
  74569. {
  74570. "name" "cologne2016_signature_b1ad3_gold"
  74571. "item_name" "#StickerKit_cologne2016_signature_b1ad3_gold"
  74572. "description_string" "#StickerKit_desc_cologne2016_signature_b1ad3_gold"
  74573. "sticker_material" "cologne2016/sig_b1ad3_gold"
  74574. "item_rarity" "legendary"
  74575. "tournament_event_id" "10"
  74576. "tournament_team_id" "43"
  74577. "tournament_player_id" "53258137"
  74578. }
  74579. "1433"
  74580. {
  74581. "name" "cologne2016_signature_waylander"
  74582. "item_name" "#StickerKit_cologne2016_signature_waylander"
  74583. "description_string" "#StickerKit_desc_cologne2016_signature_waylander"
  74584. "sticker_material" "cologne2016/sig_waylander"
  74585. "item_rarity" "rare"
  74586. "tournament_event_id" "10"
  74587. "tournament_team_id" "43"
  74588. "tournament_player_id" "38340970"
  74589. }
  74590. "1434"
  74591. {
  74592. "name" "cologne2016_signature_waylander_foil"
  74593. "item_name" "#StickerKit_cologne2016_signature_waylander_foil"
  74594. "description_string" "#StickerKit_desc_cologne2016_signature_waylander_foil"
  74595. "sticker_material" "cologne2016/sig_waylander_foil"
  74596. "item_rarity" "legendary"
  74597. "tournament_event_id" "10"
  74598. "tournament_team_id" "43"
  74599. "tournament_player_id" "38340970"
  74600. }
  74601. "1435"
  74602. {
  74603. "name" "cologne2016_signature_waylander_gold"
  74604. "item_name" "#StickerKit_cologne2016_signature_waylander_gold"
  74605. "description_string" "#StickerKit_desc_cologne2016_signature_waylander_gold"
  74606. "sticker_material" "cologne2016/sig_waylander_gold"
  74607. "item_rarity" "legendary"
  74608. "tournament_event_id" "10"
  74609. "tournament_team_id" "43"
  74610. "tournament_player_id" "38340970"
  74611. }
  74612. "1436"
  74613. {
  74614. "name" "cologne2016_signature_shara"
  74615. "item_name" "#StickerKit_cologne2016_signature_shara"
  74616. "description_string" "#StickerKit_desc_cologne2016_signature_shara"
  74617. "sticker_material" "cologne2016/sig_shara"
  74618. "item_rarity" "rare"
  74619. "tournament_event_id" "10"
  74620. "tournament_team_id" "43"
  74621. "tournament_player_id" "53330928"
  74622. }
  74623. "1437"
  74624. {
  74625. "name" "cologne2016_signature_shara_foil"
  74626. "item_name" "#StickerKit_cologne2016_signature_shara_foil"
  74627. "description_string" "#StickerKit_desc_cologne2016_signature_shara_foil"
  74628. "sticker_material" "cologne2016/sig_shara_foil"
  74629. "item_rarity" "legendary"
  74630. "tournament_event_id" "10"
  74631. "tournament_team_id" "43"
  74632. "tournament_player_id" "53330928"
  74633. }
  74634. "1438"
  74635. {
  74636. "name" "cologne2016_signature_shara_gold"
  74637. "item_name" "#StickerKit_cologne2016_signature_shara_gold"
  74638. "description_string" "#StickerKit_desc_cologne2016_signature_shara_gold"
  74639. "sticker_material" "cologne2016/sig_shara_gold"
  74640. "item_rarity" "legendary"
  74641. "tournament_event_id" "10"
  74642. "tournament_team_id" "43"
  74643. "tournament_player_id" "53330928"
  74644. }
  74645. "1439"
  74646. {
  74647. "name" "cologne2016_signature_markeloff"
  74648. "item_name" "#StickerKit_cologne2016_signature_markeloff"
  74649. "description_string" "#StickerKit_desc_cologne2016_signature_markeloff"
  74650. "sticker_material" "cologne2016/sig_markeloff"
  74651. "item_rarity" "rare"
  74652. "tournament_event_id" "10"
  74653. "tournament_team_id" "43"
  74654. "tournament_player_id" "5667261"
  74655. }
  74656. "1440"
  74657. {
  74658. "name" "cologne2016_signature_markeloff_foil"
  74659. "item_name" "#StickerKit_cologne2016_signature_markeloff_foil"
  74660. "description_string" "#StickerKit_desc_cologne2016_signature_markeloff_foil"
  74661. "sticker_material" "cologne2016/sig_markeloff_foil"
  74662. "item_rarity" "legendary"
  74663. "tournament_event_id" "10"
  74664. "tournament_team_id" "43"
  74665. "tournament_player_id" "5667261"
  74666. }
  74667. "1441"
  74668. {
  74669. "name" "cologne2016_signature_markeloff_gold"
  74670. "item_name" "#StickerKit_cologne2016_signature_markeloff_gold"
  74671. "description_string" "#StickerKit_desc_cologne2016_signature_markeloff_gold"
  74672. "sticker_material" "cologne2016/sig_markeloff_gold"
  74673. "item_rarity" "legendary"
  74674. "tournament_event_id" "10"
  74675. "tournament_team_id" "43"
  74676. "tournament_player_id" "5667261"
  74677. }
  74678. "1442"
  74679. {
  74680. "name" "cologne2016_signature_worldedit"
  74681. "item_name" "#StickerKit_cologne2016_signature_worldedit"
  74682. "description_string" "#StickerKit_desc_cologne2016_signature_worldedit"
  74683. "sticker_material" "cologne2016/sig_worldedit"
  74684. "item_rarity" "rare"
  74685. "tournament_event_id" "10"
  74686. "tournament_team_id" "43"
  74687. "tournament_player_id" "36732188"
  74688. }
  74689. "1443"
  74690. {
  74691. "name" "cologne2016_signature_worldedit_foil"
  74692. "item_name" "#StickerKit_cologne2016_signature_worldedit_foil"
  74693. "description_string" "#StickerKit_desc_cologne2016_signature_worldedit_foil"
  74694. "sticker_material" "cologne2016/sig_worldedit_foil"
  74695. "item_rarity" "legendary"
  74696. "tournament_event_id" "10"
  74697. "tournament_team_id" "43"
  74698. "tournament_player_id" "36732188"
  74699. }
  74700. "1444"
  74701. {
  74702. "name" "cologne2016_signature_worldedit_gold"
  74703. "item_name" "#StickerKit_cologne2016_signature_worldedit_gold"
  74704. "description_string" "#StickerKit_desc_cologne2016_signature_worldedit_gold"
  74705. "sticker_material" "cologne2016/sig_worldedit_gold"
  74706. "item_rarity" "legendary"
  74707. "tournament_event_id" "10"
  74708. "tournament_team_id" "43"
  74709. "tournament_player_id" "36732188"
  74710. }
  74711. "1445"
  74712. {
  74713. "name" "cologne2016_signature_flusha"
  74714. "item_name" "#StickerKit_cologne2016_signature_flusha"
  74715. "description_string" "#StickerKit_desc_cologne2016_signature_flusha"
  74716. "sticker_material" "cologne2016/sig_flusha"
  74717. "item_rarity" "rare"
  74718. "tournament_event_id" "10"
  74719. "tournament_team_id" "6"
  74720. "tournament_player_id" "31082355"
  74721. }
  74722. "1446"
  74723. {
  74724. "name" "cologne2016_signature_flusha_foil"
  74725. "item_name" "#StickerKit_cologne2016_signature_flusha_foil"
  74726. "description_string" "#StickerKit_desc_cologne2016_signature_flusha_foil"
  74727. "sticker_material" "cologne2016/sig_flusha_foil"
  74728. "item_rarity" "legendary"
  74729. "tournament_event_id" "10"
  74730. "tournament_team_id" "6"
  74731. "tournament_player_id" "31082355"
  74732. }
  74733. "1447"
  74734. {
  74735. "name" "cologne2016_signature_flusha_gold"
  74736. "item_name" "#StickerKit_cologne2016_signature_flusha_gold"
  74737. "description_string" "#StickerKit_desc_cologne2016_signature_flusha_gold"
  74738. "sticker_material" "cologne2016/sig_flusha_gold"
  74739. "item_rarity" "legendary"
  74740. "tournament_event_id" "10"
  74741. "tournament_team_id" "6"
  74742. "tournament_player_id" "31082355"
  74743. }
  74744. "1448"
  74745. {
  74746. "name" "cologne2016_signature_jw"
  74747. "item_name" "#StickerKit_cologne2016_signature_jw"
  74748. "description_string" "#StickerKit_desc_cologne2016_signature_jw"
  74749. "sticker_material" "cologne2016/sig_jw"
  74750. "item_rarity" "rare"
  74751. "tournament_event_id" "10"
  74752. "tournament_team_id" "6"
  74753. "tournament_player_id" "71288472"
  74754. }
  74755. "1449"
  74756. {
  74757. "name" "cologne2016_signature_jw_foil"
  74758. "item_name" "#StickerKit_cologne2016_signature_jw_foil"
  74759. "description_string" "#StickerKit_desc_cologne2016_signature_jw_foil"
  74760. "sticker_material" "cologne2016/sig_jw_foil"
  74761. "item_rarity" "legendary"
  74762. "tournament_event_id" "10"
  74763. "tournament_team_id" "6"
  74764. "tournament_player_id" "71288472"
  74765. }
  74766. "1450"
  74767. {
  74768. "name" "cologne2016_signature_jw_gold"
  74769. "item_name" "#StickerKit_cologne2016_signature_jw_gold"
  74770. "description_string" "#StickerKit_desc_cologne2016_signature_jw_gold"
  74771. "sticker_material" "cologne2016/sig_jw_gold"
  74772. "item_rarity" "legendary"
  74773. "tournament_event_id" "10"
  74774. "tournament_team_id" "6"
  74775. "tournament_player_id" "71288472"
  74776. }
  74777. "1451"
  74778. {
  74779. "name" "cologne2016_signature_krimz"
  74780. "item_name" "#StickerKit_cologne2016_signature_krimz"
  74781. "description_string" "#StickerKit_desc_cologne2016_signature_krimz"
  74782. "sticker_material" "cologne2016/sig_krimz"
  74783. "item_rarity" "rare"
  74784. "tournament_event_id" "10"
  74785. "tournament_team_id" "6"
  74786. "tournament_player_id" "71385856"
  74787. }
  74788. "1452"
  74789. {
  74790. "name" "cologne2016_signature_krimz_foil"
  74791. "item_name" "#StickerKit_cologne2016_signature_krimz_foil"
  74792. "description_string" "#StickerKit_desc_cologne2016_signature_krimz_foil"
  74793. "sticker_material" "cologne2016/sig_krimz_foil"
  74794. "item_rarity" "legendary"
  74795. "tournament_event_id" "10"
  74796. "tournament_team_id" "6"
  74797. "tournament_player_id" "71385856"
  74798. }
  74799. "1453"
  74800. {
  74801. "name" "cologne2016_signature_krimz_gold"
  74802. "item_name" "#StickerKit_cologne2016_signature_krimz_gold"
  74803. "description_string" "#StickerKit_desc_cologne2016_signature_krimz_gold"
  74804. "sticker_material" "cologne2016/sig_krimz_gold"
  74805. "item_rarity" "legendary"
  74806. "tournament_event_id" "10"
  74807. "tournament_team_id" "6"
  74808. "tournament_player_id" "71385856"
  74809. }
  74810. "1454"
  74811. {
  74812. "name" "cologne2016_signature_olofmeister"
  74813. "item_name" "#StickerKit_cologne2016_signature_olofmeister"
  74814. "description_string" "#StickerKit_desc_cologne2016_signature_olofmeister"
  74815. "sticker_material" "cologne2016/sig_olofmeister"
  74816. "item_rarity" "rare"
  74817. "tournament_event_id" "10"
  74818. "tournament_team_id" "6"
  74819. "tournament_player_id" "28361465"
  74820. }
  74821. "1455"
  74822. {
  74823. "name" "cologne2016_signature_olofmeister_foil"
  74824. "item_name" "#StickerKit_cologne2016_signature_olofmeister_foil"
  74825. "description_string" "#StickerKit_desc_cologne2016_signature_olofmeister_foil"
  74826. "sticker_material" "cologne2016/sig_olofmeister_foil"
  74827. "item_rarity" "legendary"
  74828. "tournament_event_id" "10"
  74829. "tournament_team_id" "6"
  74830. "tournament_player_id" "28361465"
  74831. }
  74832. "1456"
  74833. {
  74834. "name" "cologne2016_signature_olofmeister_gold"
  74835. "item_name" "#StickerKit_cologne2016_signature_olofmeister_gold"
  74836. "description_string" "#StickerKit_desc_cologne2016_signature_olofmeister_gold"
  74837. "sticker_material" "cologne2016/sig_olofmeister_gold"
  74838. "item_rarity" "legendary"
  74839. "tournament_event_id" "10"
  74840. "tournament_team_id" "6"
  74841. "tournament_player_id" "28361465"
  74842. }
  74843. "1457"
  74844. {
  74845. "name" "cologne2016_signature_dennis"
  74846. "item_name" "#StickerKit_cologne2016_signature_dennis"
  74847. "description_string" "#StickerKit_desc_cologne2016_signature_dennis"
  74848. "sticker_material" "cologne2016/sig_dennis"
  74849. "item_rarity" "rare"
  74850. "tournament_event_id" "10"
  74851. "tournament_team_id" "6"
  74852. "tournament_player_id" "108076825"
  74853. }
  74854. "1458"
  74855. {
  74856. "name" "cologne2016_signature_dennis_foil"
  74857. "item_name" "#StickerKit_cologne2016_signature_dennis_foil"
  74858. "description_string" "#StickerKit_desc_cologne2016_signature_dennis_foil"
  74859. "sticker_material" "cologne2016/sig_dennis_foil"
  74860. "item_rarity" "legendary"
  74861. "tournament_event_id" "10"
  74862. "tournament_team_id" "6"
  74863. "tournament_player_id" "108076825"
  74864. }
  74865. "1459"
  74866. {
  74867. "name" "cologne2016_signature_dennis_gold"
  74868. "item_name" "#StickerKit_cologne2016_signature_dennis_gold"
  74869. "description_string" "#StickerKit_desc_cologne2016_signature_dennis_gold"
  74870. "sticker_material" "cologne2016/sig_dennis_gold"
  74871. "item_rarity" "legendary"
  74872. "tournament_event_id" "10"
  74873. "tournament_team_id" "6"
  74874. "tournament_player_id" "108076825"
  74875. }
  74876. "1460"
  74877. {
  74878. "name" "cologne2016_signature_aizy"
  74879. "item_name" "#StickerKit_cologne2016_signature_aizy"
  74880. "description_string" "#StickerKit_desc_cologne2016_signature_aizy"
  74881. "sticker_material" "cologne2016/sig_aizy"
  74882. "item_rarity" "rare"
  74883. "tournament_event_id" "10"
  74884. "tournament_team_id" "61"
  74885. "tournament_player_id" "90685224"
  74886. }
  74887. "1461"
  74888. {
  74889. "name" "cologne2016_signature_aizy_foil"
  74890. "item_name" "#StickerKit_cologne2016_signature_aizy_foil"
  74891. "description_string" "#StickerKit_desc_cologne2016_signature_aizy_foil"
  74892. "sticker_material" "cologne2016/sig_aizy_foil"
  74893. "item_rarity" "legendary"
  74894. "tournament_event_id" "10"
  74895. "tournament_team_id" "61"
  74896. "tournament_player_id" "90685224"
  74897. }
  74898. "1462"
  74899. {
  74900. "name" "cologne2016_signature_aizy_gold"
  74901. "item_name" "#StickerKit_cologne2016_signature_aizy_gold"
  74902. "description_string" "#StickerKit_desc_cologne2016_signature_aizy_gold"
  74903. "sticker_material" "cologne2016/sig_aizy_gold"
  74904. "item_rarity" "legendary"
  74905. "tournament_event_id" "10"
  74906. "tournament_team_id" "61"
  74907. "tournament_player_id" "90685224"
  74908. }
  74909. "1463"
  74910. {
  74911. "name" "cologne2016_signature_fox"
  74912. "item_name" "#StickerKit_cologne2016_signature_fox"
  74913. "description_string" "#StickerKit_desc_cologne2016_signature_fox"
  74914. "sticker_material" "cologne2016/sig_fox"
  74915. "item_rarity" "rare"
  74916. "tournament_event_id" "10"
  74917. "tournament_team_id" "61"
  74918. "tournament_player_id" "1939536"
  74919. }
  74920. "1464"
  74921. {
  74922. "name" "cologne2016_signature_fox_foil"
  74923. "item_name" "#StickerKit_cologne2016_signature_fox_foil"
  74924. "description_string" "#StickerKit_desc_cologne2016_signature_fox_foil"
  74925. "sticker_material" "cologne2016/sig_fox_foil"
  74926. "item_rarity" "legendary"
  74927. "tournament_event_id" "10"
  74928. "tournament_team_id" "61"
  74929. "tournament_player_id" "1939536"
  74930. }
  74931. "1465"
  74932. {
  74933. "name" "cologne2016_signature_fox_gold"
  74934. "item_name" "#StickerKit_cologne2016_signature_fox_gold"
  74935. "description_string" "#StickerKit_desc_cologne2016_signature_fox_gold"
  74936. "sticker_material" "cologne2016/sig_fox_gold"
  74937. "item_rarity" "legendary"
  74938. "tournament_event_id" "10"
  74939. "tournament_team_id" "61"
  74940. "tournament_player_id" "1939536"
  74941. }
  74942. "1466"
  74943. {
  74944. "name" "cologne2016_signature_kioshima"
  74945. "item_name" "#StickerKit_cologne2016_signature_kioshima"
  74946. "description_string" "#StickerKit_desc_cologne2016_signature_kioshima"
  74947. "sticker_material" "cologne2016/sig_kioshima"
  74948. "item_rarity" "rare"
  74949. "tournament_event_id" "10"
  74950. "tournament_team_id" "61"
  74951. "tournament_player_id" "40517167"
  74952. }
  74953. "1467"
  74954. {
  74955. "name" "cologne2016_signature_kioshima_foil"
  74956. "item_name" "#StickerKit_cologne2016_signature_kioshima_foil"
  74957. "description_string" "#StickerKit_desc_cologne2016_signature_kioshima_foil"
  74958. "sticker_material" "cologne2016/sig_kioshima_foil"
  74959. "item_rarity" "legendary"
  74960. "tournament_event_id" "10"
  74961. "tournament_team_id" "61"
  74962. "tournament_player_id" "40517167"
  74963. }
  74964. "1468"
  74965. {
  74966. "name" "cologne2016_signature_kioshima_gold"
  74967. "item_name" "#StickerKit_cologne2016_signature_kioshima_gold"
  74968. "description_string" "#StickerKit_desc_cologne2016_signature_kioshima_gold"
  74969. "sticker_material" "cologne2016/sig_kioshima_gold"
  74970. "item_rarity" "legendary"
  74971. "tournament_event_id" "10"
  74972. "tournament_team_id" "61"
  74973. "tournament_player_id" "40517167"
  74974. }
  74975. "1469"
  74976. {
  74977. "name" "cologne2016_signature_rain"
  74978. "item_name" "#StickerKit_cologne2016_signature_rain"
  74979. "description_string" "#StickerKit_desc_cologne2016_signature_rain"
  74980. "sticker_material" "cologne2016/sig_rain"
  74981. "item_rarity" "rare"
  74982. "tournament_event_id" "10"
  74983. "tournament_team_id" "61"
  74984. "tournament_player_id" "37085479"
  74985. }
  74986. "1470"
  74987. {
  74988. "name" "cologne2016_signature_rain_foil"
  74989. "item_name" "#StickerKit_cologne2016_signature_rain_foil"
  74990. "description_string" "#StickerKit_desc_cologne2016_signature_rain_foil"
  74991. "sticker_material" "cologne2016/sig_rain_foil"
  74992. "item_rarity" "legendary"
  74993. "tournament_event_id" "10"
  74994. "tournament_team_id" "61"
  74995. "tournament_player_id" "37085479"
  74996. }
  74997. "1471"
  74998. {
  74999. "name" "cologne2016_signature_rain_gold"
  75000. "item_name" "#StickerKit_cologne2016_signature_rain_gold"
  75001. "description_string" "#StickerKit_desc_cologne2016_signature_rain_gold"
  75002. "sticker_material" "cologne2016/sig_rain_gold"
  75003. "item_rarity" "legendary"
  75004. "tournament_event_id" "10"
  75005. "tournament_team_id" "61"
  75006. "tournament_player_id" "37085479"
  75007. }
  75008. "1472"
  75009. {
  75010. "name" "cologne2016_signature_jkaem"
  75011. "item_name" "#StickerKit_cologne2016_signature_jkaem"
  75012. "description_string" "#StickerKit_desc_cologne2016_signature_jkaem"
  75013. "sticker_material" "cologne2016/sig_jkaem"
  75014. "item_rarity" "rare"
  75015. "tournament_event_id" "10"
  75016. "tournament_team_id" "61"
  75017. "tournament_player_id" "42442914"
  75018. }
  75019. "1473"
  75020. {
  75021. "name" "cologne2016_signature_jkaem_foil"
  75022. "item_name" "#StickerKit_cologne2016_signature_jkaem_foil"
  75023. "description_string" "#StickerKit_desc_cologne2016_signature_jkaem_foil"
  75024. "sticker_material" "cologne2016/sig_jkaem_foil"
  75025. "item_rarity" "legendary"
  75026. "tournament_event_id" "10"
  75027. "tournament_team_id" "61"
  75028. "tournament_player_id" "42442914"
  75029. }
  75030. "1474"
  75031. {
  75032. "name" "cologne2016_signature_jkaem_gold"
  75033. "item_name" "#StickerKit_cologne2016_signature_jkaem_gold"
  75034. "description_string" "#StickerKit_desc_cologne2016_signature_jkaem_gold"
  75035. "sticker_material" "cologne2016/sig_jkaem_gold"
  75036. "item_rarity" "legendary"
  75037. "tournament_event_id" "10"
  75038. "tournament_team_id" "61"
  75039. "tournament_player_id" "42442914"
  75040. }
  75041. "1475"
  75042. {
  75043. "name" "cologne2016_signature_coldzera"
  75044. "item_name" "#StickerKit_cologne2016_signature_coldzera"
  75045. "description_string" "#StickerKit_desc_cologne2016_signature_coldzera"
  75046. "sticker_material" "cologne2016/sig_coldzera"
  75047. "item_rarity" "rare"
  75048. "tournament_event_id" "10"
  75049. "tournament_team_id" "14"
  75050. "tournament_player_id" "79720871"
  75051. }
  75052. "1476"
  75053. {
  75054. "name" "cologne2016_signature_coldzera_foil"
  75055. "item_name" "#StickerKit_cologne2016_signature_coldzera_foil"
  75056. "description_string" "#StickerKit_desc_cologne2016_signature_coldzera_foil"
  75057. "sticker_material" "cologne2016/sig_coldzera_foil"
  75058. "item_rarity" "legendary"
  75059. "tournament_event_id" "10"
  75060. "tournament_team_id" "14"
  75061. "tournament_player_id" "79720871"
  75062. }
  75063. "1477"
  75064. {
  75065. "name" "cologne2016_signature_coldzera_gold"
  75066. "item_name" "#StickerKit_cologne2016_signature_coldzera_gold"
  75067. "description_string" "#StickerKit_desc_cologne2016_signature_coldzera_gold"
  75068. "sticker_material" "cologne2016/sig_coldzera_gold"
  75069. "item_rarity" "legendary"
  75070. "tournament_event_id" "10"
  75071. "tournament_team_id" "14"
  75072. "tournament_player_id" "79720871"
  75073. }
  75074. "1478"
  75075. {
  75076. "name" "cologne2016_signature_fallen"
  75077. "item_name" "#StickerKit_cologne2016_signature_fallen"
  75078. "description_string" "#StickerKit_desc_cologne2016_signature_fallen"
  75079. "sticker_material" "cologne2016/sig_fallen"
  75080. "item_rarity" "rare"
  75081. "tournament_event_id" "10"
  75082. "tournament_team_id" "14"
  75083. "tournament_player_id" "424467"
  75084. }
  75085. "1479"
  75086. {
  75087. "name" "cologne2016_signature_fallen_foil"
  75088. "item_name" "#StickerKit_cologne2016_signature_fallen_foil"
  75089. "description_string" "#StickerKit_desc_cologne2016_signature_fallen_foil"
  75090. "sticker_material" "cologne2016/sig_fallen_foil"
  75091. "item_rarity" "legendary"
  75092. "tournament_event_id" "10"
  75093. "tournament_team_id" "14"
  75094. "tournament_player_id" "424467"
  75095. }
  75096. "1480"
  75097. {
  75098. "name" "cologne2016_signature_fallen_gold"
  75099. "item_name" "#StickerKit_cologne2016_signature_fallen_gold"
  75100. "description_string" "#StickerKit_desc_cologne2016_signature_fallen_gold"
  75101. "sticker_material" "cologne2016/sig_fallen_gold"
  75102. "item_rarity" "legendary"
  75103. "tournament_event_id" "10"
  75104. "tournament_team_id" "14"
  75105. "tournament_player_id" "424467"
  75106. }
  75107. "1481"
  75108. {
  75109. "name" "cologne2016_signature_fer"
  75110. "item_name" "#StickerKit_cologne2016_signature_fer"
  75111. "description_string" "#StickerKit_desc_cologne2016_signature_fer"
  75112. "sticker_material" "cologne2016/sig_fer"
  75113. "item_rarity" "rare"
  75114. "tournament_event_id" "10"
  75115. "tournament_team_id" "14"
  75116. "tournament_player_id" "38921219"
  75117. }
  75118. "1482"
  75119. {
  75120. "name" "cologne2016_signature_fer_foil"
  75121. "item_name" "#StickerKit_cologne2016_signature_fer_foil"
  75122. "description_string" "#StickerKit_desc_cologne2016_signature_fer_foil"
  75123. "sticker_material" "cologne2016/sig_fer_foil"
  75124. "item_rarity" "legendary"
  75125. "tournament_event_id" "10"
  75126. "tournament_team_id" "14"
  75127. "tournament_player_id" "38921219"
  75128. }
  75129. "1483"
  75130. {
  75131. "name" "cologne2016_signature_fer_gold"
  75132. "item_name" "#StickerKit_cologne2016_signature_fer_gold"
  75133. "description_string" "#StickerKit_desc_cologne2016_signature_fer_gold"
  75134. "sticker_material" "cologne2016/sig_fer_gold"
  75135. "item_rarity" "legendary"
  75136. "tournament_event_id" "10"
  75137. "tournament_team_id" "14"
  75138. "tournament_player_id" "38921219"
  75139. }
  75140. "1484"
  75141. {
  75142. "name" "cologne2016_signature_fnx"
  75143. "item_name" "#StickerKit_cologne2016_signature_fnx"
  75144. "description_string" "#StickerKit_desc_cologne2016_signature_fnx"
  75145. "sticker_material" "cologne2016/sig_fnx"
  75146. "item_rarity" "rare"
  75147. "tournament_event_id" "10"
  75148. "tournament_team_id" "14"
  75149. "tournament_player_id" "170178574"
  75150. }
  75151. "1485"
  75152. {
  75153. "name" "cologne2016_signature_fnx_foil"
  75154. "item_name" "#StickerKit_cologne2016_signature_fnx_foil"
  75155. "description_string" "#StickerKit_desc_cologne2016_signature_fnx_foil"
  75156. "sticker_material" "cologne2016/sig_fnx_foil"
  75157. "item_rarity" "legendary"
  75158. "tournament_event_id" "10"
  75159. "tournament_team_id" "14"
  75160. "tournament_player_id" "170178574"
  75161. }
  75162. "1486"
  75163. {
  75164. "name" "cologne2016_signature_fnx_gold"
  75165. "item_name" "#StickerKit_cologne2016_signature_fnx_gold"
  75166. "description_string" "#StickerKit_desc_cologne2016_signature_fnx_gold"
  75167. "sticker_material" "cologne2016/sig_fnx_gold"
  75168. "item_rarity" "legendary"
  75169. "tournament_event_id" "10"
  75170. "tournament_team_id" "14"
  75171. "tournament_player_id" "170178574"
  75172. }
  75173. "1487"
  75174. {
  75175. "name" "cologne2016_signature_taco"
  75176. "item_name" "#StickerKit_cologne2016_signature_taco"
  75177. "description_string" "#StickerKit_desc_cologne2016_signature_taco"
  75178. "sticker_material" "cologne2016/sig_taco"
  75179. "item_rarity" "rare"
  75180. "tournament_event_id" "10"
  75181. "tournament_team_id" "14"
  75182. "tournament_player_id" "52876568"
  75183. }
  75184. "1488"
  75185. {
  75186. "name" "cologne2016_signature_taco_foil"
  75187. "item_name" "#StickerKit_cologne2016_signature_taco_foil"
  75188. "description_string" "#StickerKit_desc_cologne2016_signature_taco_foil"
  75189. "sticker_material" "cologne2016/sig_taco_foil"
  75190. "item_rarity" "legendary"
  75191. "tournament_event_id" "10"
  75192. "tournament_team_id" "14"
  75193. "tournament_player_id" "52876568"
  75194. }
  75195. "1489"
  75196. {
  75197. "name" "cologne2016_signature_taco_gold"
  75198. "item_name" "#StickerKit_cologne2016_signature_taco_gold"
  75199. "description_string" "#StickerKit_desc_cologne2016_signature_taco_gold"
  75200. "sticker_material" "cologne2016/sig_taco_gold"
  75201. "item_rarity" "legendary"
  75202. "tournament_event_id" "10"
  75203. "tournament_team_id" "14"
  75204. "tournament_player_id" "52876568"
  75205. }
  75206. "1490"
  75207. {
  75208. "name" "cologne2016_signature_chrisj"
  75209. "item_name" "#StickerKit_cologne2016_signature_chrisj"
  75210. "description_string" "#StickerKit_desc_cologne2016_signature_chrisj"
  75211. "sticker_material" "cologne2016/sig_chrisj"
  75212. "item_rarity" "rare"
  75213. "tournament_event_id" "10"
  75214. "tournament_team_id" "29"
  75215. "tournament_player_id" "28273376"
  75216. }
  75217. "1491"
  75218. {
  75219. "name" "cologne2016_signature_chrisj_foil"
  75220. "item_name" "#StickerKit_cologne2016_signature_chrisj_foil"
  75221. "description_string" "#StickerKit_desc_cologne2016_signature_chrisj_foil"
  75222. "sticker_material" "cologne2016/sig_chrisj_foil"
  75223. "item_rarity" "legendary"
  75224. "tournament_event_id" "10"
  75225. "tournament_team_id" "29"
  75226. "tournament_player_id" "28273376"
  75227. }
  75228. "1492"
  75229. {
  75230. "name" "cologne2016_signature_chrisj_gold"
  75231. "item_name" "#StickerKit_cologne2016_signature_chrisj_gold"
  75232. "description_string" "#StickerKit_desc_cologne2016_signature_chrisj_gold"
  75233. "sticker_material" "cologne2016/sig_chrisj_gold"
  75234. "item_rarity" "legendary"
  75235. "tournament_event_id" "10"
  75236. "tournament_team_id" "29"
  75237. "tournament_player_id" "28273376"
  75238. }
  75239. "1493"
  75240. {
  75241. "name" "cologne2016_signature_denis"
  75242. "item_name" "#StickerKit_cologne2016_signature_denis"
  75243. "description_string" "#StickerKit_desc_cologne2016_signature_denis"
  75244. "sticker_material" "cologne2016/sig_denis"
  75245. "item_rarity" "rare"
  75246. "tournament_event_id" "10"
  75247. "tournament_team_id" "29"
  75248. "tournament_player_id" "31185376"
  75249. }
  75250. "1494"
  75251. {
  75252. "name" "cologne2016_signature_denis_foil"
  75253. "item_name" "#StickerKit_cologne2016_signature_denis_foil"
  75254. "description_string" "#StickerKit_desc_cologne2016_signature_denis_foil"
  75255. "sticker_material" "cologne2016/sig_denis_foil"
  75256. "item_rarity" "legendary"
  75257. "tournament_event_id" "10"
  75258. "tournament_team_id" "29"
  75259. "tournament_player_id" "31185376"
  75260. }
  75261. "1495"
  75262. {
  75263. "name" "cologne2016_signature_denis_gold"
  75264. "item_name" "#StickerKit_cologne2016_signature_denis_gold"
  75265. "description_string" "#StickerKit_desc_cologne2016_signature_denis_gold"
  75266. "sticker_material" "cologne2016/sig_denis_gold"
  75267. "item_rarity" "legendary"
  75268. "tournament_event_id" "10"
  75269. "tournament_team_id" "29"
  75270. "tournament_player_id" "31185376"
  75271. }
  75272. "1496"
  75273. {
  75274. "name" "cologne2016_signature_spiidi"
  75275. "item_name" "#StickerKit_cologne2016_signature_spiidi"
  75276. "description_string" "#StickerKit_desc_cologne2016_signature_spiidi"
  75277. "sticker_material" "cologne2016/sig_spiidi"
  75278. "item_rarity" "rare"
  75279. "tournament_event_id" "10"
  75280. "tournament_team_id" "29"
  75281. "tournament_player_id" "13465075"
  75282. }
  75283. "1497"
  75284. {
  75285. "name" "cologne2016_signature_spiidi_foil"
  75286. "item_name" "#StickerKit_cologne2016_signature_spiidi_foil"
  75287. "description_string" "#StickerKit_desc_cologne2016_signature_spiidi_foil"
  75288. "sticker_material" "cologne2016/sig_spiidi_foil"
  75289. "item_rarity" "legendary"
  75290. "tournament_event_id" "10"
  75291. "tournament_team_id" "29"
  75292. "tournament_player_id" "13465075"
  75293. }
  75294. "1498"
  75295. {
  75296. "name" "cologne2016_signature_spiidi_gold"
  75297. "item_name" "#StickerKit_cologne2016_signature_spiidi_gold"
  75298. "description_string" "#StickerKit_desc_cologne2016_signature_spiidi_gold"
  75299. "sticker_material" "cologne2016/sig_spiidi_gold"
  75300. "item_rarity" "legendary"
  75301. "tournament_event_id" "10"
  75302. "tournament_team_id" "29"
  75303. "tournament_player_id" "13465075"
  75304. }
  75305. "1499"
  75306. {
  75307. "name" "cologne2016_signature_nex"
  75308. "item_name" "#StickerKit_cologne2016_signature_nex"
  75309. "description_string" "#StickerKit_desc_cologne2016_signature_nex"
  75310. "sticker_material" "cologne2016/sig_nex"
  75311. "item_rarity" "rare"
  75312. "tournament_event_id" "10"
  75313. "tournament_team_id" "29"
  75314. "tournament_player_id" "90378773"
  75315. }
  75316. "1500"
  75317. {
  75318. "name" "cologne2016_signature_nex_foil"
  75319. "item_name" "#StickerKit_cologne2016_signature_nex_foil"
  75320. "description_string" "#StickerKit_desc_cologne2016_signature_nex_foil"
  75321. "sticker_material" "cologne2016/sig_nex_foil"
  75322. "item_rarity" "legendary"
  75323. "tournament_event_id" "10"
  75324. "tournament_team_id" "29"
  75325. "tournament_player_id" "90378773"
  75326. }
  75327. "1501"
  75328. {
  75329. "name" "cologne2016_signature_nex_gold"
  75330. "item_name" "#StickerKit_cologne2016_signature_nex_gold"
  75331. "description_string" "#StickerKit_desc_cologne2016_signature_nex_gold"
  75332. "sticker_material" "cologne2016/sig_nex_gold"
  75333. "item_rarity" "legendary"
  75334. "tournament_event_id" "10"
  75335. "tournament_team_id" "29"
  75336. "tournament_player_id" "90378773"
  75337. }
  75338. "1502"
  75339. {
  75340. "name" "cologne2016_signature_niko"
  75341. "item_name" "#StickerKit_cologne2016_signature_niko"
  75342. "description_string" "#StickerKit_desc_cologne2016_signature_niko"
  75343. "sticker_material" "cologne2016/sig_niko"
  75344. "item_rarity" "rare"
  75345. "tournament_event_id" "10"
  75346. "tournament_team_id" "29"
  75347. "tournament_player_id" "81417650"
  75348. }
  75349. "1503"
  75350. {
  75351. "name" "cologne2016_signature_niko_foil"
  75352. "item_name" "#StickerKit_cologne2016_signature_niko_foil"
  75353. "description_string" "#StickerKit_desc_cologne2016_signature_niko_foil"
  75354. "sticker_material" "cologne2016/sig_niko_foil"
  75355. "item_rarity" "legendary"
  75356. "tournament_event_id" "10"
  75357. "tournament_team_id" "29"
  75358. "tournament_player_id" "81417650"
  75359. }
  75360. "1504"
  75361. {
  75362. "name" "cologne2016_signature_niko_gold"
  75363. "item_name" "#StickerKit_cologne2016_signature_niko_gold"
  75364. "description_string" "#StickerKit_desc_cologne2016_signature_niko_gold"
  75365. "sticker_material" "cologne2016/sig_niko_gold"
  75366. "item_rarity" "legendary"
  75367. "tournament_event_id" "10"
  75368. "tournament_team_id" "29"
  75369. "tournament_player_id" "81417650"
  75370. }
  75371. "1505"
  75372. {
  75373. "name" "cologne2016_signature_edward"
  75374. "item_name" "#StickerKit_cologne2016_signature_edward"
  75375. "description_string" "#StickerKit_desc_cologne2016_signature_edward"
  75376. "sticker_material" "cologne2016/sig_edward"
  75377. "item_rarity" "rare"
  75378. "tournament_event_id" "10"
  75379. "tournament_team_id" "12"
  75380. "tournament_player_id" "23429534"
  75381. }
  75382. "1506"
  75383. {
  75384. "name" "cologne2016_signature_edward_foil"
  75385. "item_name" "#StickerKit_cologne2016_signature_edward_foil"
  75386. "description_string" "#StickerKit_desc_cologne2016_signature_edward_foil"
  75387. "sticker_material" "cologne2016/sig_edward_foil"
  75388. "item_rarity" "legendary"
  75389. "tournament_event_id" "10"
  75390. "tournament_team_id" "12"
  75391. "tournament_player_id" "23429534"
  75392. }
  75393. "1507"
  75394. {
  75395. "name" "cologne2016_signature_edward_gold"
  75396. "item_name" "#StickerKit_cologne2016_signature_edward_gold"
  75397. "description_string" "#StickerKit_desc_cologne2016_signature_edward_gold"
  75398. "sticker_material" "cologne2016/sig_edward_gold"
  75399. "item_rarity" "legendary"
  75400. "tournament_event_id" "10"
  75401. "tournament_team_id" "12"
  75402. "tournament_player_id" "23429534"
  75403. }
  75404. "1508"
  75405. {
  75406. "name" "cologne2016_signature_flamie"
  75407. "item_name" "#StickerKit_cologne2016_signature_flamie"
  75408. "description_string" "#StickerKit_desc_cologne2016_signature_flamie"
  75409. "sticker_material" "cologne2016/sig_flamie"
  75410. "item_rarity" "rare"
  75411. "tournament_event_id" "10"
  75412. "tournament_team_id" "12"
  75413. "tournament_player_id" "156257548"
  75414. }
  75415. "1509"
  75416. {
  75417. "name" "cologne2016_signature_flamie_foil"
  75418. "item_name" "#StickerKit_cologne2016_signature_flamie_foil"
  75419. "description_string" "#StickerKit_desc_cologne2016_signature_flamie_foil"
  75420. "sticker_material" "cologne2016/sig_flamie_foil"
  75421. "item_rarity" "legendary"
  75422. "tournament_event_id" "10"
  75423. "tournament_team_id" "12"
  75424. "tournament_player_id" "156257548"
  75425. }
  75426. "1510"
  75427. {
  75428. "name" "cologne2016_signature_flamie_gold"
  75429. "item_name" "#StickerKit_cologne2016_signature_flamie_gold"
  75430. "description_string" "#StickerKit_desc_cologne2016_signature_flamie_gold"
  75431. "sticker_material" "cologne2016/sig_flamie_gold"
  75432. "item_rarity" "legendary"
  75433. "tournament_event_id" "10"
  75434. "tournament_team_id" "12"
  75435. "tournament_player_id" "156257548"
  75436. }
  75437. "1511"
  75438. {
  75439. "name" "cologne2016_signature_guardian"
  75440. "item_name" "#StickerKit_cologne2016_signature_guardian"
  75441. "description_string" "#StickerKit_desc_cologne2016_signature_guardian"
  75442. "sticker_material" "cologne2016/sig_guardian"
  75443. "item_rarity" "rare"
  75444. "tournament_event_id" "10"
  75445. "tournament_team_id" "12"
  75446. "tournament_player_id" "12065295"
  75447. }
  75448. "1512"
  75449. {
  75450. "name" "cologne2016_signature_guardian_foil"
  75451. "item_name" "#StickerKit_cologne2016_signature_guardian_foil"
  75452. "description_string" "#StickerKit_desc_cologne2016_signature_guardian_foil"
  75453. "sticker_material" "cologne2016/sig_guardian_foil"
  75454. "item_rarity" "legendary"
  75455. "tournament_event_id" "10"
  75456. "tournament_team_id" "12"
  75457. "tournament_player_id" "12065295"
  75458. }
  75459. "1513"
  75460. {
  75461. "name" "cologne2016_signature_guardian_gold"
  75462. "item_name" "#StickerKit_cologne2016_signature_guardian_gold"
  75463. "description_string" "#StickerKit_desc_cologne2016_signature_guardian_gold"
  75464. "sticker_material" "cologne2016/sig_guardian_gold"
  75465. "item_rarity" "legendary"
  75466. "tournament_event_id" "10"
  75467. "tournament_team_id" "12"
  75468. "tournament_player_id" "12065295"
  75469. }
  75470. "1514"
  75471. {
  75472. "name" "cologne2016_signature_seized"
  75473. "item_name" "#StickerKit_cologne2016_signature_seized"
  75474. "description_string" "#StickerKit_desc_cologne2016_signature_seized"
  75475. "sticker_material" "cologne2016/sig_seized"
  75476. "item_rarity" "rare"
  75477. "tournament_event_id" "10"
  75478. "tournament_team_id" "12"
  75479. "tournament_player_id" "3648428"
  75480. }
  75481. "1515"
  75482. {
  75483. "name" "cologne2016_signature_seized_foil"
  75484. "item_name" "#StickerKit_cologne2016_signature_seized_foil"
  75485. "description_string" "#StickerKit_desc_cologne2016_signature_seized_foil"
  75486. "sticker_material" "cologne2016/sig_seized_foil"
  75487. "item_rarity" "legendary"
  75488. "tournament_event_id" "10"
  75489. "tournament_team_id" "12"
  75490. "tournament_player_id" "3648428"
  75491. }
  75492. "1516"
  75493. {
  75494. "name" "cologne2016_signature_seized_gold"
  75495. "item_name" "#StickerKit_cologne2016_signature_seized_gold"
  75496. "description_string" "#StickerKit_desc_cologne2016_signature_seized_gold"
  75497. "sticker_material" "cologne2016/sig_seized_gold"
  75498. "item_rarity" "legendary"
  75499. "tournament_event_id" "10"
  75500. "tournament_team_id" "12"
  75501. "tournament_player_id" "3648428"
  75502. }
  75503. "1517"
  75504. {
  75505. "name" "cologne2016_signature_zeus"
  75506. "item_name" "#StickerKit_cologne2016_signature_zeus"
  75507. "description_string" "#StickerKit_desc_cologne2016_signature_zeus"
  75508. "sticker_material" "cologne2016/sig_zeus"
  75509. "item_rarity" "rare"
  75510. "tournament_event_id" "10"
  75511. "tournament_team_id" "12"
  75512. "tournament_player_id" "59062744"
  75513. }
  75514. "1518"
  75515. {
  75516. "name" "cologne2016_signature_zeus_foil"
  75517. "item_name" "#StickerKit_cologne2016_signature_zeus_foil"
  75518. "description_string" "#StickerKit_desc_cologne2016_signature_zeus_foil"
  75519. "sticker_material" "cologne2016/sig_zeus_foil"
  75520. "item_rarity" "legendary"
  75521. "tournament_event_id" "10"
  75522. "tournament_team_id" "12"
  75523. "tournament_player_id" "59062744"
  75524. }
  75525. "1519"
  75526. {
  75527. "name" "cologne2016_signature_zeus_gold"
  75528. "item_name" "#StickerKit_cologne2016_signature_zeus_gold"
  75529. "description_string" "#StickerKit_desc_cologne2016_signature_zeus_gold"
  75530. "sticker_material" "cologne2016/sig_zeus_gold"
  75531. "item_rarity" "legendary"
  75532. "tournament_event_id" "10"
  75533. "tournament_team_id" "12"
  75534. "tournament_player_id" "59062744"
  75535. }
  75536. "1520"
  75537. {
  75538. "name" "cologne2016_signature_pyth"
  75539. "item_name" "#StickerKit_cologne2016_signature_pyth"
  75540. "description_string" "#StickerKit_desc_cologne2016_signature_pyth"
  75541. "sticker_material" "cologne2016/sig_pyth"
  75542. "item_rarity" "rare"
  75543. "tournament_event_id" "10"
  75544. "tournament_team_id" "1"
  75545. "tournament_player_id" "57312567"
  75546. }
  75547. "1521"
  75548. {
  75549. "name" "cologne2016_signature_pyth_foil"
  75550. "item_name" "#StickerKit_cologne2016_signature_pyth_foil"
  75551. "description_string" "#StickerKit_desc_cologne2016_signature_pyth_foil"
  75552. "sticker_material" "cologne2016/sig_pyth_foil"
  75553. "item_rarity" "legendary"
  75554. "tournament_event_id" "10"
  75555. "tournament_team_id" "1"
  75556. "tournament_player_id" "57312567"
  75557. }
  75558. "1522"
  75559. {
  75560. "name" "cologne2016_signature_pyth_gold"
  75561. "item_name" "#StickerKit_cologne2016_signature_pyth_gold"
  75562. "description_string" "#StickerKit_desc_cologne2016_signature_pyth_gold"
  75563. "sticker_material" "cologne2016/sig_pyth_gold"
  75564. "item_rarity" "legendary"
  75565. "tournament_event_id" "10"
  75566. "tournament_team_id" "1"
  75567. "tournament_player_id" "57312567"
  75568. }
  75569. "1523"
  75570. {
  75571. "name" "cologne2016_signature_forest"
  75572. "item_name" "#StickerKit_cologne2016_signature_forest"
  75573. "description_string" "#StickerKit_desc_cologne2016_signature_forest"
  75574. "sticker_material" "cologne2016/sig_forest"
  75575. "item_rarity" "rare"
  75576. "tournament_event_id" "10"
  75577. "tournament_team_id" "1"
  75578. "tournament_player_id" "93724"
  75579. }
  75580. "1524"
  75581. {
  75582. "name" "cologne2016_signature_forest_foil"
  75583. "item_name" "#StickerKit_cologne2016_signature_forest_foil"
  75584. "description_string" "#StickerKit_desc_cologne2016_signature_forest_foil"
  75585. "sticker_material" "cologne2016/sig_forest_foil"
  75586. "item_rarity" "legendary"
  75587. "tournament_event_id" "10"
  75588. "tournament_team_id" "1"
  75589. "tournament_player_id" "93724"
  75590. }
  75591. "1525"
  75592. {
  75593. "name" "cologne2016_signature_forest_gold"
  75594. "item_name" "#StickerKit_cologne2016_signature_forest_gold"
  75595. "description_string" "#StickerKit_desc_cologne2016_signature_forest_gold"
  75596. "sticker_material" "cologne2016/sig_forest_gold"
  75597. "item_rarity" "legendary"
  75598. "tournament_event_id" "10"
  75599. "tournament_team_id" "1"
  75600. "tournament_player_id" "93724"
  75601. }
  75602. "1526"
  75603. {
  75604. "name" "cologne2016_signature_friberg"
  75605. "item_name" "#StickerKit_cologne2016_signature_friberg"
  75606. "description_string" "#StickerKit_desc_cologne2016_signature_friberg"
  75607. "sticker_material" "cologne2016/sig_friberg"
  75608. "item_rarity" "rare"
  75609. "tournament_event_id" "10"
  75610. "tournament_team_id" "1"
  75611. "tournament_player_id" "24295201"
  75612. }
  75613. "1527"
  75614. {
  75615. "name" "cologne2016_signature_friberg_foil"
  75616. "item_name" "#StickerKit_cologne2016_signature_friberg_foil"
  75617. "description_string" "#StickerKit_desc_cologne2016_signature_friberg_foil"
  75618. "sticker_material" "cologne2016/sig_friberg_foil"
  75619. "item_rarity" "legendary"
  75620. "tournament_event_id" "10"
  75621. "tournament_team_id" "1"
  75622. "tournament_player_id" "24295201"
  75623. }
  75624. "1528"
  75625. {
  75626. "name" "cologne2016_signature_friberg_gold"
  75627. "item_name" "#StickerKit_cologne2016_signature_friberg_gold"
  75628. "description_string" "#StickerKit_desc_cologne2016_signature_friberg_gold"
  75629. "sticker_material" "cologne2016/sig_friberg_gold"
  75630. "item_rarity" "legendary"
  75631. "tournament_event_id" "10"
  75632. "tournament_team_id" "1"
  75633. "tournament_player_id" "24295201"
  75634. }
  75635. "1529"
  75636. {
  75637. "name" "cologne2016_signature_getright"
  75638. "item_name" "#StickerKit_cologne2016_signature_getright"
  75639. "description_string" "#StickerKit_desc_cologne2016_signature_getright"
  75640. "sticker_material" "cologne2016/sig_getright"
  75641. "item_rarity" "rare"
  75642. "tournament_event_id" "10"
  75643. "tournament_team_id" "1"
  75644. "tournament_player_id" "21771190"
  75645. }
  75646. "1530"
  75647. {
  75648. "name" "cologne2016_signature_getright_foil"
  75649. "item_name" "#StickerKit_cologne2016_signature_getright_foil"
  75650. "description_string" "#StickerKit_desc_cologne2016_signature_getright_foil"
  75651. "sticker_material" "cologne2016/sig_getright_foil"
  75652. "item_rarity" "legendary"
  75653. "tournament_event_id" "10"
  75654. "tournament_team_id" "1"
  75655. "tournament_player_id" "21771190"
  75656. }
  75657. "1531"
  75658. {
  75659. "name" "cologne2016_signature_getright_gold"
  75660. "item_name" "#StickerKit_cologne2016_signature_getright_gold"
  75661. "description_string" "#StickerKit_desc_cologne2016_signature_getright_gold"
  75662. "sticker_material" "cologne2016/sig_getright_gold"
  75663. "item_rarity" "legendary"
  75664. "tournament_event_id" "10"
  75665. "tournament_team_id" "1"
  75666. "tournament_player_id" "21771190"
  75667. }
  75668. "1532"
  75669. {
  75670. "name" "cologne2016_signature_xizt"
  75671. "item_name" "#StickerKit_cologne2016_signature_xizt"
  75672. "description_string" "#StickerKit_desc_cologne2016_signature_xizt"
  75673. "sticker_material" "cologne2016/sig_xizt"
  75674. "item_rarity" "rare"
  75675. "tournament_event_id" "10"
  75676. "tournament_team_id" "1"
  75677. "tournament_player_id" "26224992"
  75678. }
  75679. "1533"
  75680. {
  75681. "name" "cologne2016_signature_xizt_foil"
  75682. "item_name" "#StickerKit_cologne2016_signature_xizt_foil"
  75683. "description_string" "#StickerKit_desc_cologne2016_signature_xizt_foil"
  75684. "sticker_material" "cologne2016/sig_xizt_foil"
  75685. "item_rarity" "legendary"
  75686. "tournament_event_id" "10"
  75687. "tournament_team_id" "1"
  75688. "tournament_player_id" "26224992"
  75689. }
  75690. "1534"
  75691. {
  75692. "name" "cologne2016_signature_xizt_gold"
  75693. "item_name" "#StickerKit_cologne2016_signature_xizt_gold"
  75694. "description_string" "#StickerKit_desc_cologne2016_signature_xizt_gold"
  75695. "sticker_material" "cologne2016/sig_xizt_gold"
  75696. "item_rarity" "legendary"
  75697. "tournament_event_id" "10"
  75698. "tournament_team_id" "1"
  75699. "tournament_player_id" "26224992"
  75700. }
  75701. "1535"
  75702. {
  75703. "name" "cologne2016_signature_cajunb"
  75704. "item_name" "#StickerKit_cologne2016_signature_cajunb"
  75705. "description_string" "#StickerKit_desc_cologne2016_signature_cajunb"
  75706. "sticker_material" "cologne2016/sig_cajunb"
  75707. "item_rarity" "rare"
  75708. "tournament_event_id" "10"
  75709. "tournament_team_id" "24"
  75710. "tournament_player_id" "18062315"
  75711. }
  75712. "1536"
  75713. {
  75714. "name" "cologne2016_signature_cajunb_foil"
  75715. "item_name" "#StickerKit_cologne2016_signature_cajunb_foil"
  75716. "description_string" "#StickerKit_desc_cologne2016_signature_cajunb_foil"
  75717. "sticker_material" "cologne2016/sig_cajunb_foil"
  75718. "item_rarity" "legendary"
  75719. "tournament_event_id" "10"
  75720. "tournament_team_id" "24"
  75721. "tournament_player_id" "18062315"
  75722. }
  75723. "1537"
  75724. {
  75725. "name" "cologne2016_signature_cajunb_gold"
  75726. "item_name" "#StickerKit_cologne2016_signature_cajunb_gold"
  75727. "description_string" "#StickerKit_desc_cologne2016_signature_cajunb_gold"
  75728. "sticker_material" "cologne2016/sig_cajunb_gold"
  75729. "item_rarity" "legendary"
  75730. "tournament_event_id" "10"
  75731. "tournament_team_id" "24"
  75732. "tournament_player_id" "18062315"
  75733. }
  75734. "1538"
  75735. {
  75736. "name" "cologne2016_signature_msl"
  75737. "item_name" "#StickerKit_cologne2016_signature_msl"
  75738. "description_string" "#StickerKit_desc_cologne2016_signature_msl"
  75739. "sticker_material" "cologne2016/sig_msl"
  75740. "item_rarity" "rare"
  75741. "tournament_event_id" "10"
  75742. "tournament_team_id" "24"
  75743. "tournament_player_id" "24134891"
  75744. }
  75745. "1539"
  75746. {
  75747. "name" "cologne2016_signature_msl_foil"
  75748. "item_name" "#StickerKit_cologne2016_signature_msl_foil"
  75749. "description_string" "#StickerKit_desc_cologne2016_signature_msl_foil"
  75750. "sticker_material" "cologne2016/sig_msl_foil"
  75751. "item_rarity" "legendary"
  75752. "tournament_event_id" "10"
  75753. "tournament_team_id" "24"
  75754. "tournament_player_id" "24134891"
  75755. }
  75756. "1540"
  75757. {
  75758. "name" "cologne2016_signature_msl_gold"
  75759. "item_name" "#StickerKit_cologne2016_signature_msl_gold"
  75760. "description_string" "#StickerKit_desc_cologne2016_signature_msl_gold"
  75761. "sticker_material" "cologne2016/sig_msl_gold"
  75762. "item_rarity" "legendary"
  75763. "tournament_event_id" "10"
  75764. "tournament_team_id" "24"
  75765. "tournament_player_id" "24134891"
  75766. }
  75767. "1541"
  75768. {
  75769. "name" "cologne2016_signature_tenzki"
  75770. "item_name" "#StickerKit_cologne2016_signature_tenzki"
  75771. "description_string" "#StickerKit_desc_cologne2016_signature_tenzki"
  75772. "sticker_material" "cologne2016/sig_tenzki"
  75773. "item_rarity" "rare"
  75774. "tournament_event_id" "10"
  75775. "tournament_team_id" "24"
  75776. "tournament_player_id" "37214922"
  75777. }
  75778. "1542"
  75779. {
  75780. "name" "cologne2016_signature_tenzki_foil"
  75781. "item_name" "#StickerKit_cologne2016_signature_tenzki_foil"
  75782. "description_string" "#StickerKit_desc_cologne2016_signature_tenzki_foil"
  75783. "sticker_material" "cologne2016/sig_tenzki_foil"
  75784. "item_rarity" "legendary"
  75785. "tournament_event_id" "10"
  75786. "tournament_team_id" "24"
  75787. "tournament_player_id" "37214922"
  75788. }
  75789. "1543"
  75790. {
  75791. "name" "cologne2016_signature_tenzki_gold"
  75792. "item_name" "#StickerKit_cologne2016_signature_tenzki_gold"
  75793. "description_string" "#StickerKit_desc_cologne2016_signature_tenzki_gold"
  75794. "sticker_material" "cologne2016/sig_tenzki_gold"
  75795. "item_rarity" "legendary"
  75796. "tournament_event_id" "10"
  75797. "tournament_team_id" "24"
  75798. "tournament_player_id" "37214922"
  75799. }
  75800. "1544"
  75801. {
  75802. "name" "cologne2016_signature_rubino"
  75803. "item_name" "#StickerKit_cologne2016_signature_rubino"
  75804. "description_string" "#StickerKit_desc_cologne2016_signature_rubino"
  75805. "sticker_material" "cologne2016/sig_rubino"
  75806. "item_rarity" "rare"
  75807. "tournament_event_id" "10"
  75808. "tournament_team_id" "24"
  75809. "tournament_player_id" "35103983"
  75810. }
  75811. "1545"
  75812. {
  75813. "name" "cologne2016_signature_rubino_foil"
  75814. "item_name" "#StickerKit_cologne2016_signature_rubino_foil"
  75815. "description_string" "#StickerKit_desc_cologne2016_signature_rubino_foil"
  75816. "sticker_material" "cologne2016/sig_rubino_foil"
  75817. "item_rarity" "legendary"
  75818. "tournament_event_id" "10"
  75819. "tournament_team_id" "24"
  75820. "tournament_player_id" "35103983"
  75821. }
  75822. "1546"
  75823. {
  75824. "name" "cologne2016_signature_rubino_gold"
  75825. "item_name" "#StickerKit_cologne2016_signature_rubino_gold"
  75826. "description_string" "#StickerKit_desc_cologne2016_signature_rubino_gold"
  75827. "sticker_material" "cologne2016/sig_rubino_gold"
  75828. "item_rarity" "legendary"
  75829. "tournament_event_id" "10"
  75830. "tournament_team_id" "24"
  75831. "tournament_player_id" "35103983"
  75832. }
  75833. "1547"
  75834. {
  75835. "name" "cologne2016_signature_k0nfig"
  75836. "item_name" "#StickerKit_cologne2016_signature_k0nfig"
  75837. "description_string" "#StickerKit_desc_cologne2016_signature_k0nfig"
  75838. "sticker_material" "cologne2016/sig_k0nfig"
  75839. "item_rarity" "rare"
  75840. "tournament_event_id" "10"
  75841. "tournament_team_id" "24"
  75842. "tournament_player_id" "19403447"
  75843. }
  75844. "1548"
  75845. {
  75846. "name" "cologne2016_signature_k0nfig_foil"
  75847. "item_name" "#StickerKit_cologne2016_signature_k0nfig_foil"
  75848. "description_string" "#StickerKit_desc_cologne2016_signature_k0nfig_foil"
  75849. "sticker_material" "cologne2016/sig_k0nfig_foil"
  75850. "item_rarity" "legendary"
  75851. "tournament_event_id" "10"
  75852. "tournament_team_id" "24"
  75853. "tournament_player_id" "19403447"
  75854. }
  75855. "1549"
  75856. {
  75857. "name" "cologne2016_signature_k0nfig_gold"
  75858. "item_name" "#StickerKit_cologne2016_signature_k0nfig_gold"
  75859. "description_string" "#StickerKit_desc_cologne2016_signature_k0nfig_gold"
  75860. "sticker_material" "cologne2016/sig_k0nfig_gold"
  75861. "item_rarity" "legendary"
  75862. "tournament_event_id" "10"
  75863. "tournament_team_id" "24"
  75864. "tournament_player_id" "19403447"
  75865. }
  75866. "1550"
  75867. {
  75868. "name" "cologne2016_signature_jdm64"
  75869. "item_name" "#StickerKit_cologne2016_signature_jdm64"
  75870. "description_string" "#StickerKit_desc_cologne2016_signature_jdm64"
  75871. "sticker_material" "cologne2016/sig_jdm64"
  75872. "item_rarity" "rare"
  75873. "tournament_event_id" "10"
  75874. "tournament_team_id" "48"
  75875. "tournament_player_id" "7223652"
  75876. }
  75877. "1551"
  75878. {
  75879. "name" "cologne2016_signature_jdm64_foil"
  75880. "item_name" "#StickerKit_cologne2016_signature_jdm64_foil"
  75881. "description_string" "#StickerKit_desc_cologne2016_signature_jdm64_foil"
  75882. "sticker_material" "cologne2016/sig_jdm64_foil"
  75883. "item_rarity" "legendary"
  75884. "tournament_event_id" "10"
  75885. "tournament_team_id" "48"
  75886. "tournament_player_id" "7223652"
  75887. }
  75888. "1552"
  75889. {
  75890. "name" "cologne2016_signature_jdm64_gold"
  75891. "item_name" "#StickerKit_cologne2016_signature_jdm64_gold"
  75892. "description_string" "#StickerKit_desc_cologne2016_signature_jdm64_gold"
  75893. "sticker_material" "cologne2016/sig_jdm64_gold"
  75894. "item_rarity" "legendary"
  75895. "tournament_event_id" "10"
  75896. "tournament_team_id" "48"
  75897. "tournament_player_id" "7223652"
  75898. }
  75899. "1553"
  75900. {
  75901. "name" "cologne2016_signature_elige"
  75902. "item_name" "#StickerKit_cologne2016_signature_elige"
  75903. "description_string" "#StickerKit_desc_cologne2016_signature_elige"
  75904. "sticker_material" "cologne2016/sig_elige"
  75905. "item_rarity" "rare"
  75906. "tournament_event_id" "10"
  75907. "tournament_team_id" "48"
  75908. "tournament_player_id" "106428011"
  75909. }
  75910. "1554"
  75911. {
  75912. "name" "cologne2016_signature_elige_foil"
  75913. "item_name" "#StickerKit_cologne2016_signature_elige_foil"
  75914. "description_string" "#StickerKit_desc_cologne2016_signature_elige_foil"
  75915. "sticker_material" "cologne2016/sig_elige_foil"
  75916. "item_rarity" "legendary"
  75917. "tournament_event_id" "10"
  75918. "tournament_team_id" "48"
  75919. "tournament_player_id" "106428011"
  75920. }
  75921. "1555"
  75922. {
  75923. "name" "cologne2016_signature_elige_gold"
  75924. "item_name" "#StickerKit_cologne2016_signature_elige_gold"
  75925. "description_string" "#StickerKit_desc_cologne2016_signature_elige_gold"
  75926. "sticker_material" "cologne2016/sig_elige_gold"
  75927. "item_rarity" "legendary"
  75928. "tournament_event_id" "10"
  75929. "tournament_team_id" "48"
  75930. "tournament_player_id" "106428011"
  75931. }
  75932. "1556"
  75933. {
  75934. "name" "cologne2016_signature_s1mple"
  75935. "item_name" "#StickerKit_cologne2016_signature_s1mple"
  75936. "description_string" "#StickerKit_desc_cologne2016_signature_s1mple"
  75937. "sticker_material" "cologne2016/sig_s1mple"
  75938. "item_rarity" "rare"
  75939. "tournament_event_id" "10"
  75940. "tournament_team_id" "48"
  75941. "tournament_player_id" "73936547"
  75942. }
  75943. "1557"
  75944. {
  75945. "name" "cologne2016_signature_s1mple_foil"
  75946. "item_name" "#StickerKit_cologne2016_signature_s1mple_foil"
  75947. "description_string" "#StickerKit_desc_cologne2016_signature_s1mple_foil"
  75948. "sticker_material" "cologne2016/sig_s1mple_foil"
  75949. "item_rarity" "legendary"
  75950. "tournament_event_id" "10"
  75951. "tournament_team_id" "48"
  75952. "tournament_player_id" "73936547"
  75953. }
  75954. "1558"
  75955. {
  75956. "name" "cologne2016_signature_s1mple_gold"
  75957. "item_name" "#StickerKit_cologne2016_signature_s1mple_gold"
  75958. "description_string" "#StickerKit_desc_cologne2016_signature_s1mple_gold"
  75959. "sticker_material" "cologne2016/sig_s1mple_gold"
  75960. "item_rarity" "legendary"
  75961. "tournament_event_id" "10"
  75962. "tournament_team_id" "48"
  75963. "tournament_player_id" "73936547"
  75964. }
  75965. "1559"
  75966. {
  75967. "name" "cologne2016_signature_hiko"
  75968. "item_name" "#StickerKit_cologne2016_signature_hiko"
  75969. "description_string" "#StickerKit_desc_cologne2016_signature_hiko"
  75970. "sticker_material" "cologne2016/sig_hiko"
  75971. "item_rarity" "rare"
  75972. "tournament_event_id" "10"
  75973. "tournament_team_id" "48"
  75974. "tournament_player_id" "2791"
  75975. }
  75976. "1560"
  75977. {
  75978. "name" "cologne2016_signature_hiko_foil"
  75979. "item_name" "#StickerKit_cologne2016_signature_hiko_foil"
  75980. "description_string" "#StickerKit_desc_cologne2016_signature_hiko_foil"
  75981. "sticker_material" "cologne2016/sig_hiko_foil"
  75982. "item_rarity" "legendary"
  75983. "tournament_event_id" "10"
  75984. "tournament_team_id" "48"
  75985. "tournament_player_id" "2791"
  75986. }
  75987. "1561"
  75988. {
  75989. "name" "cologne2016_signature_hiko_gold"
  75990. "item_name" "#StickerKit_cologne2016_signature_hiko_gold"
  75991. "description_string" "#StickerKit_desc_cologne2016_signature_hiko_gold"
  75992. "sticker_material" "cologne2016/sig_hiko_gold"
  75993. "item_rarity" "legendary"
  75994. "tournament_event_id" "10"
  75995. "tournament_team_id" "48"
  75996. "tournament_player_id" "2791"
  75997. }
  75998. "1562"
  75999. {
  76000. "name" "cologne2016_signature_nitro"
  76001. "item_name" "#StickerKit_cologne2016_signature_nitro"
  76002. "description_string" "#StickerKit_desc_cologne2016_signature_nitro"
  76003. "sticker_material" "cologne2016/sig_nitro"
  76004. "item_rarity" "rare"
  76005. "tournament_event_id" "10"
  76006. "tournament_team_id" "48"
  76007. "tournament_player_id" "35624002"
  76008. }
  76009. "1563"
  76010. {
  76011. "name" "cologne2016_signature_nitro_foil"
  76012. "item_name" "#StickerKit_cologne2016_signature_nitro_foil"
  76013. "description_string" "#StickerKit_desc_cologne2016_signature_nitro_foil"
  76014. "sticker_material" "cologne2016/sig_nitro_foil"
  76015. "item_rarity" "legendary"
  76016. "tournament_event_id" "10"
  76017. "tournament_team_id" "48"
  76018. "tournament_player_id" "35624002"
  76019. }
  76020. "1564"
  76021. {
  76022. "name" "cologne2016_signature_nitro_gold"
  76023. "item_name" "#StickerKit_cologne2016_signature_nitro_gold"
  76024. "description_string" "#StickerKit_desc_cologne2016_signature_nitro_gold"
  76025. "sticker_material" "cologne2016/sig_nitro_gold"
  76026. "item_rarity" "legendary"
  76027. "tournament_event_id" "10"
  76028. "tournament_team_id" "48"
  76029. "tournament_player_id" "35624002"
  76030. }
  76031. "1565"
  76032. {
  76033. "name" "cologne2016_signature_bodyy"
  76034. "item_name" "#StickerKit_cologne2016_signature_bodyy"
  76035. "description_string" "#StickerKit_desc_cologne2016_signature_bodyy"
  76036. "sticker_material" "cologne2016/sig_bodyy"
  76037. "item_rarity" "rare"
  76038. "tournament_event_id" "10"
  76039. "tournament_team_id" "59"
  76040. "tournament_player_id" "53029647"
  76041. }
  76042. "1566"
  76043. {
  76044. "name" "cologne2016_signature_bodyy_foil"
  76045. "item_name" "#StickerKit_cologne2016_signature_bodyy_foil"
  76046. "description_string" "#StickerKit_desc_cologne2016_signature_bodyy_foil"
  76047. "sticker_material" "cologne2016/sig_bodyy_foil"
  76048. "item_rarity" "legendary"
  76049. "tournament_event_id" "10"
  76050. "tournament_team_id" "59"
  76051. "tournament_player_id" "53029647"
  76052. }
  76053. "1567"
  76054. {
  76055. "name" "cologne2016_signature_bodyy_gold"
  76056. "item_name" "#StickerKit_cologne2016_signature_bodyy_gold"
  76057. "description_string" "#StickerKit_desc_cologne2016_signature_bodyy_gold"
  76058. "sticker_material" "cologne2016/sig_bodyy_gold"
  76059. "item_rarity" "legendary"
  76060. "tournament_event_id" "10"
  76061. "tournament_team_id" "59"
  76062. "tournament_player_id" "53029647"
  76063. }
  76064. "1568"
  76065. {
  76066. "name" "cologne2016_signature_rpk"
  76067. "item_name" "#StickerKit_cologne2016_signature_rpk"
  76068. "description_string" "#StickerKit_desc_cologne2016_signature_rpk"
  76069. "sticker_material" "cologne2016/sig_rpk"
  76070. "item_rarity" "rare"
  76071. "tournament_event_id" "10"
  76072. "tournament_team_id" "59"
  76073. "tournament_player_id" "53985773"
  76074. }
  76075. "1569"
  76076. {
  76077. "name" "cologne2016_signature_rpk_foil"
  76078. "item_name" "#StickerKit_cologne2016_signature_rpk_foil"
  76079. "description_string" "#StickerKit_desc_cologne2016_signature_rpk_foil"
  76080. "sticker_material" "cologne2016/sig_rpk_foil"
  76081. "item_rarity" "legendary"
  76082. "tournament_event_id" "10"
  76083. "tournament_team_id" "59"
  76084. "tournament_player_id" "53985773"
  76085. }
  76086. "1570"
  76087. {
  76088. "name" "cologne2016_signature_rpk_gold"
  76089. "item_name" "#StickerKit_cologne2016_signature_rpk_gold"
  76090. "description_string" "#StickerKit_desc_cologne2016_signature_rpk_gold"
  76091. "sticker_material" "cologne2016/sig_rpk_gold"
  76092. "item_rarity" "legendary"
  76093. "tournament_event_id" "10"
  76094. "tournament_team_id" "59"
  76095. "tournament_player_id" "53985773"
  76096. }
  76097. "1571"
  76098. {
  76099. "name" "cologne2016_signature_scream"
  76100. "item_name" "#StickerKit_cologne2016_signature_scream"
  76101. "description_string" "#StickerKit_desc_cologne2016_signature_scream"
  76102. "sticker_material" "cologne2016/sig_scream"
  76103. "item_rarity" "rare"
  76104. "tournament_event_id" "10"
  76105. "tournament_team_id" "59"
  76106. "tournament_player_id" "28502520"
  76107. }
  76108. "1572"
  76109. {
  76110. "name" "cologne2016_signature_scream_foil"
  76111. "item_name" "#StickerKit_cologne2016_signature_scream_foil"
  76112. "description_string" "#StickerKit_desc_cologne2016_signature_scream_foil"
  76113. "sticker_material" "cologne2016/sig_scream_foil"
  76114. "item_rarity" "legendary"
  76115. "tournament_event_id" "10"
  76116. "tournament_team_id" "59"
  76117. "tournament_player_id" "28502520"
  76118. }
  76119. "1573"
  76120. {
  76121. "name" "cologne2016_signature_scream_gold"
  76122. "item_name" "#StickerKit_cologne2016_signature_scream_gold"
  76123. "description_string" "#StickerKit_desc_cologne2016_signature_scream_gold"
  76124. "sticker_material" "cologne2016/sig_scream_gold"
  76125. "item_rarity" "legendary"
  76126. "tournament_event_id" "10"
  76127. "tournament_team_id" "59"
  76128. "tournament_player_id" "28502520"
  76129. }
  76130. "1574"
  76131. {
  76132. "name" "cologne2016_signature_shox"
  76133. "item_name" "#StickerKit_cologne2016_signature_shox"
  76134. "description_string" "#StickerKit_desc_cologne2016_signature_shox"
  76135. "sticker_material" "cologne2016/sig_shox"
  76136. "item_rarity" "rare"
  76137. "tournament_event_id" "10"
  76138. "tournament_team_id" "59"
  76139. "tournament_player_id" "46654567"
  76140. }
  76141. "1575"
  76142. {
  76143. "name" "cologne2016_signature_shox_foil"
  76144. "item_name" "#StickerKit_cologne2016_signature_shox_foil"
  76145. "description_string" "#StickerKit_desc_cologne2016_signature_shox_foil"
  76146. "sticker_material" "cologne2016/sig_shox_foil"
  76147. "item_rarity" "legendary"
  76148. "tournament_event_id" "10"
  76149. "tournament_team_id" "59"
  76150. "tournament_player_id" "46654567"
  76151. }
  76152. "1576"
  76153. {
  76154. "name" "cologne2016_signature_shox_gold"
  76155. "item_name" "#StickerKit_cologne2016_signature_shox_gold"
  76156. "description_string" "#StickerKit_desc_cologne2016_signature_shox_gold"
  76157. "sticker_material" "cologne2016/sig_shox_gold"
  76158. "item_rarity" "legendary"
  76159. "tournament_event_id" "10"
  76160. "tournament_team_id" "59"
  76161. "tournament_player_id" "46654567"
  76162. }
  76163. "1577"
  76164. {
  76165. "name" "cologne2016_signature_smithzz"
  76166. "item_name" "#StickerKit_cologne2016_signature_smithzz"
  76167. "description_string" "#StickerKit_desc_cologne2016_signature_smithzz"
  76168. "sticker_material" "cologne2016/sig_smithzz"
  76169. "item_rarity" "rare"
  76170. "tournament_event_id" "10"
  76171. "tournament_team_id" "59"
  76172. "tournament_player_id" "14321919"
  76173. }
  76174. "1578"
  76175. {
  76176. "name" "cologne2016_signature_smithzz_foil"
  76177. "item_name" "#StickerKit_cologne2016_signature_smithzz_foil"
  76178. "description_string" "#StickerKit_desc_cologne2016_signature_smithzz_foil"
  76179. "sticker_material" "cologne2016/sig_smithzz_foil"
  76180. "item_rarity" "legendary"
  76181. "tournament_event_id" "10"
  76182. "tournament_team_id" "59"
  76183. "tournament_player_id" "14321919"
  76184. }
  76185. "1579"
  76186. {
  76187. "name" "cologne2016_signature_smithzz_gold"
  76188. "item_name" "#StickerKit_cologne2016_signature_smithzz_gold"
  76189. "description_string" "#StickerKit_desc_cologne2016_signature_smithzz_gold"
  76190. "sticker_material" "cologne2016/sig_smithzz_gold"
  76191. "item_rarity" "legendary"
  76192. "tournament_event_id" "10"
  76193. "tournament_team_id" "59"
  76194. "tournament_player_id" "14321919"
  76195. }
  76196. "1580"
  76197. {
  76198. "name" "cologne2016_signature_gla1ve"
  76199. "item_name" "#StickerKit_cologne2016_signature_gla1ve"
  76200. "description_string" "#StickerKit_desc_cologne2016_signature_gla1ve"
  76201. "sticker_material" "cologne2016/sig_gla1ve"
  76202. "item_rarity" "rare"
  76203. "tournament_event_id" "10"
  76204. "tournament_team_id" "60"
  76205. "tournament_player_id" "50245293"
  76206. }
  76207. "1581"
  76208. {
  76209. "name" "cologne2016_signature_gla1ve_foil"
  76210. "item_name" "#StickerKit_cologne2016_signature_gla1ve_foil"
  76211. "description_string" "#StickerKit_desc_cologne2016_signature_gla1ve_foil"
  76212. "sticker_material" "cologne2016/sig_gla1ve_foil"
  76213. "item_rarity" "legendary"
  76214. "tournament_event_id" "10"
  76215. "tournament_team_id" "60"
  76216. "tournament_player_id" "50245293"
  76217. }
  76218. "1582"
  76219. {
  76220. "name" "cologne2016_signature_gla1ve_gold"
  76221. "item_name" "#StickerKit_cologne2016_signature_gla1ve_gold"
  76222. "description_string" "#StickerKit_desc_cologne2016_signature_gla1ve_gold"
  76223. "sticker_material" "cologne2016/sig_gla1ve_gold"
  76224. "item_rarity" "legendary"
  76225. "tournament_event_id" "10"
  76226. "tournament_team_id" "60"
  76227. "tournament_player_id" "50245293"
  76228. }
  76229. "1583"
  76230. {
  76231. "name" "cologne2016_signature_device"
  76232. "item_name" "#StickerKit_cologne2016_signature_device"
  76233. "description_string" "#StickerKit_desc_cologne2016_signature_device"
  76234. "sticker_material" "cologne2016/sig_device"
  76235. "item_rarity" "rare"
  76236. "tournament_event_id" "10"
  76237. "tournament_team_id" "60"
  76238. "tournament_player_id" "27447936"
  76239. }
  76240. "1584"
  76241. {
  76242. "name" "cologne2016_signature_device_foil"
  76243. "item_name" "#StickerKit_cologne2016_signature_device_foil"
  76244. "description_string" "#StickerKit_desc_cologne2016_signature_device_foil"
  76245. "sticker_material" "cologne2016/sig_device_foil"
  76246. "item_rarity" "legendary"
  76247. "tournament_event_id" "10"
  76248. "tournament_team_id" "60"
  76249. "tournament_player_id" "27447936"
  76250. }
  76251. "1585"
  76252. {
  76253. "name" "cologne2016_signature_device_gold"
  76254. "item_name" "#StickerKit_cologne2016_signature_device_gold"
  76255. "description_string" "#StickerKit_desc_cologne2016_signature_device_gold"
  76256. "sticker_material" "cologne2016/sig_device_gold"
  76257. "item_rarity" "legendary"
  76258. "tournament_event_id" "10"
  76259. "tournament_team_id" "60"
  76260. "tournament_player_id" "27447936"
  76261. }
  76262. "1586"
  76263. {
  76264. "name" "cologne2016_signature_dupreeh"
  76265. "item_name" "#StickerKit_cologne2016_signature_dupreeh"
  76266. "description_string" "#StickerKit_desc_cologne2016_signature_dupreeh"
  76267. "sticker_material" "cologne2016/sig_dupreeh"
  76268. "item_rarity" "rare"
  76269. "tournament_event_id" "10"
  76270. "tournament_team_id" "60"
  76271. "tournament_player_id" "44589228"
  76272. }
  76273. "1587"
  76274. {
  76275. "name" "cologne2016_signature_dupreeh_foil"
  76276. "item_name" "#StickerKit_cologne2016_signature_dupreeh_foil"
  76277. "description_string" "#StickerKit_desc_cologne2016_signature_dupreeh_foil"
  76278. "sticker_material" "cologne2016/sig_dupreeh_foil"
  76279. "item_rarity" "legendary"
  76280. "tournament_event_id" "10"
  76281. "tournament_team_id" "60"
  76282. "tournament_player_id" "44589228"
  76283. }
  76284. "1588"
  76285. {
  76286. "name" "cologne2016_signature_dupreeh_gold"
  76287. "item_name" "#StickerKit_cologne2016_signature_dupreeh_gold"
  76288. "description_string" "#StickerKit_desc_cologne2016_signature_dupreeh_gold"
  76289. "sticker_material" "cologne2016/sig_dupreeh_gold"
  76290. "item_rarity" "legendary"
  76291. "tournament_event_id" "10"
  76292. "tournament_team_id" "60"
  76293. "tournament_player_id" "44589228"
  76294. }
  76295. "1589"
  76296. {
  76297. "name" "cologne2016_signature_karrigan"
  76298. "item_name" "#StickerKit_cologne2016_signature_karrigan"
  76299. "description_string" "#StickerKit_desc_cologne2016_signature_karrigan"
  76300. "sticker_material" "cologne2016/sig_karrigan"
  76301. "item_rarity" "rare"
  76302. "tournament_event_id" "10"
  76303. "tournament_team_id" "60"
  76304. "tournament_player_id" "29164525"
  76305. }
  76306. "1590"
  76307. {
  76308. "name" "cologne2016_signature_karrigan_foil"
  76309. "item_name" "#StickerKit_cologne2016_signature_karrigan_foil"
  76310. "description_string" "#StickerKit_desc_cologne2016_signature_karrigan_foil"
  76311. "sticker_material" "cologne2016/sig_karrigan_foil"
  76312. "item_rarity" "legendary"
  76313. "tournament_event_id" "10"
  76314. "tournament_team_id" "60"
  76315. "tournament_player_id" "29164525"
  76316. }
  76317. "1591"
  76318. {
  76319. "name" "cologne2016_signature_karrigan_gold"
  76320. "item_name" "#StickerKit_cologne2016_signature_karrigan_gold"
  76321. "description_string" "#StickerKit_desc_cologne2016_signature_karrigan_gold"
  76322. "sticker_material" "cologne2016/sig_karrigan_gold"
  76323. "item_rarity" "legendary"
  76324. "tournament_event_id" "10"
  76325. "tournament_team_id" "60"
  76326. "tournament_player_id" "29164525"
  76327. }
  76328. "1592"
  76329. {
  76330. "name" "cologne2016_signature_xyp9x"
  76331. "item_name" "#StickerKit_cologne2016_signature_xyp9x"
  76332. "description_string" "#StickerKit_desc_cologne2016_signature_xyp9x"
  76333. "sticker_material" "cologne2016/sig_xyp9x"
  76334. "item_rarity" "rare"
  76335. "tournament_event_id" "10"
  76336. "tournament_team_id" "60"
  76337. "tournament_player_id" "30416534"
  76338. }
  76339. "1593"
  76340. {
  76341. "name" "cologne2016_signature_xyp9x_foil"
  76342. "item_name" "#StickerKit_cologne2016_signature_xyp9x_foil"
  76343. "description_string" "#StickerKit_desc_cologne2016_signature_xyp9x_foil"
  76344. "sticker_material" "cologne2016/sig_xyp9x_foil"
  76345. "item_rarity" "legendary"
  76346. "tournament_event_id" "10"
  76347. "tournament_team_id" "60"
  76348. "tournament_player_id" "30416534"
  76349. }
  76350. "1594"
  76351. {
  76352. "name" "cologne2016_signature_xyp9x_gold"
  76353. "item_name" "#StickerKit_cologne2016_signature_xyp9x_gold"
  76354. "description_string" "#StickerKit_desc_cologne2016_signature_xyp9x_gold"
  76355. "sticker_material" "cologne2016/sig_xyp9x_gold"
  76356. "item_rarity" "legendary"
  76357. "tournament_event_id" "10"
  76358. "tournament_team_id" "60"
  76359. "tournament_player_id" "30416534"
  76360. }
  76361. "1595"
  76362. {
  76363. "name" "cologne2016_signature_spaze"
  76364. "item_name" "#StickerKit_cologne2016_signature_spaze"
  76365. "description_string" "#StickerKit_desc_cologne2016_signature_spaze"
  76366. "sticker_material" "cologne2016/sig_spaze"
  76367. "item_rarity" "rare"
  76368. "tournament_event_id" "10"
  76369. "tournament_team_id" "63"
  76370. "tournament_player_id" "109497526"
  76371. }
  76372. "1596"
  76373. {
  76374. "name" "cologne2016_signature_spaze_foil"
  76375. "item_name" "#StickerKit_cologne2016_signature_spaze_foil"
  76376. "description_string" "#StickerKit_desc_cologne2016_signature_spaze_foil"
  76377. "sticker_material" "cologne2016/sig_spaze_foil"
  76378. "item_rarity" "legendary"
  76379. "tournament_event_id" "10"
  76380. "tournament_team_id" "63"
  76381. "tournament_player_id" "109497526"
  76382. }
  76383. "1597"
  76384. {
  76385. "name" "cologne2016_signature_spaze_gold"
  76386. "item_name" "#StickerKit_cologne2016_signature_spaze_gold"
  76387. "description_string" "#StickerKit_desc_cologne2016_signature_spaze_gold"
  76388. "sticker_material" "cologne2016/sig_spaze_gold"
  76389. "item_rarity" "legendary"
  76390. "tournament_event_id" "10"
  76391. "tournament_team_id" "63"
  76392. "tournament_player_id" "109497526"
  76393. }
  76394. "1598"
  76395. {
  76396. "name" "cologne2016_signature_dosia"
  76397. "item_name" "#StickerKit_cologne2016_signature_dosia"
  76398. "description_string" "#StickerKit_desc_cologne2016_signature_dosia"
  76399. "sticker_material" "cologne2016/sig_dosia"
  76400. "item_rarity" "rare"
  76401. "tournament_event_id" "10"
  76402. "tournament_team_id" "63"
  76403. "tournament_player_id" "146641530"
  76404. }
  76405. "1599"
  76406. {
  76407. "name" "cologne2016_signature_dosia_foil"
  76408. "item_name" "#StickerKit_cologne2016_signature_dosia_foil"
  76409. "description_string" "#StickerKit_desc_cologne2016_signature_dosia_foil"
  76410. "sticker_material" "cologne2016/sig_dosia_foil"
  76411. "item_rarity" "legendary"
  76412. "tournament_event_id" "10"
  76413. "tournament_team_id" "63"
  76414. "tournament_player_id" "146641530"
  76415. }
  76416. "1600"
  76417. {
  76418. "name" "cologne2016_signature_dosia_gold"
  76419. "item_name" "#StickerKit_cologne2016_signature_dosia_gold"
  76420. "description_string" "#StickerKit_desc_cologne2016_signature_dosia_gold"
  76421. "sticker_material" "cologne2016/sig_dosia_gold"
  76422. "item_rarity" "legendary"
  76423. "tournament_event_id" "10"
  76424. "tournament_team_id" "63"
  76425. "tournament_player_id" "146641530"
  76426. }
  76427. "1601"
  76428. {
  76429. "name" "cologne2016_signature_hooch"
  76430. "item_name" "#StickerKit_cologne2016_signature_hooch"
  76431. "description_string" "#StickerKit_desc_cologne2016_signature_hooch"
  76432. "sticker_material" "cologne2016/sig_hooch"
  76433. "item_rarity" "rare"
  76434. "tournament_event_id" "10"
  76435. "tournament_team_id" "63"
  76436. "tournament_player_id" "5809933"
  76437. }
  76438. "1602"
  76439. {
  76440. "name" "cologne2016_signature_hooch_foil"
  76441. "item_name" "#StickerKit_cologne2016_signature_hooch_foil"
  76442. "description_string" "#StickerKit_desc_cologne2016_signature_hooch_foil"
  76443. "sticker_material" "cologne2016/sig_hooch_foil"
  76444. "item_rarity" "legendary"
  76445. "tournament_event_id" "10"
  76446. "tournament_team_id" "63"
  76447. "tournament_player_id" "5809933"
  76448. }
  76449. "1603"
  76450. {
  76451. "name" "cologne2016_signature_hooch_gold"
  76452. "item_name" "#StickerKit_cologne2016_signature_hooch_gold"
  76453. "description_string" "#StickerKit_desc_cologne2016_signature_hooch_gold"
  76454. "sticker_material" "cologne2016/sig_hooch_gold"
  76455. "item_rarity" "legendary"
  76456. "tournament_event_id" "10"
  76457. "tournament_team_id" "63"
  76458. "tournament_player_id" "5809933"
  76459. }
  76460. "1604"
  76461. {
  76462. "name" "cologne2016_signature_mou"
  76463. "item_name" "#StickerKit_cologne2016_signature_mou"
  76464. "description_string" "#StickerKit_desc_cologne2016_signature_mou"
  76465. "sticker_material" "cologne2016/sig_mou"
  76466. "item_rarity" "rare"
  76467. "tournament_event_id" "10"
  76468. "tournament_team_id" "63"
  76469. "tournament_player_id" "52678767"
  76470. }
  76471. "1605"
  76472. {
  76473. "name" "cologne2016_signature_mou_foil"
  76474. "item_name" "#StickerKit_cologne2016_signature_mou_foil"
  76475. "description_string" "#StickerKit_desc_cologne2016_signature_mou_foil"
  76476. "sticker_material" "cologne2016/sig_mou_foil"
  76477. "item_rarity" "legendary"
  76478. "tournament_event_id" "10"
  76479. "tournament_team_id" "63"
  76480. "tournament_player_id" "52678767"
  76481. }
  76482. "1606"
  76483. {
  76484. "name" "cologne2016_signature_mou_gold"
  76485. "item_name" "#StickerKit_cologne2016_signature_mou_gold"
  76486. "description_string" "#StickerKit_desc_cologne2016_signature_mou_gold"
  76487. "sticker_material" "cologne2016/sig_mou_gold"
  76488. "item_rarity" "legendary"
  76489. "tournament_event_id" "10"
  76490. "tournament_team_id" "63"
  76491. "tournament_player_id" "52678767"
  76492. }
  76493. "1607"
  76494. {
  76495. "name" "cologne2016_signature_adrenkz"
  76496. "item_name" "#StickerKit_cologne2016_signature_adrenkz"
  76497. "description_string" "#StickerKit_desc_cologne2016_signature_adrenkz"
  76498. "sticker_material" "cologne2016/sig_adrenkz"
  76499. "item_rarity" "rare"
  76500. "tournament_event_id" "10"
  76501. "tournament_team_id" "63"
  76502. "tournament_player_id" "46200979"
  76503. }
  76504. "1608"
  76505. {
  76506. "name" "cologne2016_signature_adrenkz_foil"
  76507. "item_name" "#StickerKit_cologne2016_signature_adrenkz_foil"
  76508. "description_string" "#StickerKit_desc_cologne2016_signature_adrenkz_foil"
  76509. "sticker_material" "cologne2016/sig_adrenkz_foil"
  76510. "item_rarity" "legendary"
  76511. "tournament_event_id" "10"
  76512. "tournament_team_id" "63"
  76513. "tournament_player_id" "46200979"
  76514. }
  76515. "1609"
  76516. {
  76517. "name" "cologne2016_signature_adrenkz_gold"
  76518. "item_name" "#StickerKit_cologne2016_signature_adrenkz_gold"
  76519. "description_string" "#StickerKit_desc_cologne2016_signature_adrenkz_gold"
  76520. "sticker_material" "cologne2016/sig_adrenkz_gold"
  76521. "item_rarity" "legendary"
  76522. "tournament_event_id" "10"
  76523. "tournament_team_id" "63"
  76524. "tournament_player_id" "46200979"
  76525. }
  76526. "1610"
  76527. {
  76528. "name" "cologne2016_signature_byali"
  76529. "item_name" "#StickerKit_cologne2016_signature_byali"
  76530. "description_string" "#StickerKit_desc_cologne2016_signature_byali"
  76531. "sticker_material" "cologne2016/sig_byali"
  76532. "item_rarity" "rare"
  76533. "tournament_event_id" "10"
  76534. "tournament_team_id" "31"
  76535. "tournament_player_id" "18860354"
  76536. }
  76537. "1611"
  76538. {
  76539. "name" "cologne2016_signature_byali_foil"
  76540. "item_name" "#StickerKit_cologne2016_signature_byali_foil"
  76541. "description_string" "#StickerKit_desc_cologne2016_signature_byali_foil"
  76542. "sticker_material" "cologne2016/sig_byali_foil"
  76543. "item_rarity" "legendary"
  76544. "tournament_event_id" "10"
  76545. "tournament_team_id" "31"
  76546. "tournament_player_id" "18860354"
  76547. }
  76548. "1612"
  76549. {
  76550. "name" "cologne2016_signature_byali_gold"
  76551. "item_name" "#StickerKit_cologne2016_signature_byali_gold"
  76552. "description_string" "#StickerKit_desc_cologne2016_signature_byali_gold"
  76553. "sticker_material" "cologne2016/sig_byali_gold"
  76554. "item_rarity" "legendary"
  76555. "tournament_event_id" "10"
  76556. "tournament_team_id" "31"
  76557. "tournament_player_id" "18860354"
  76558. }
  76559. "1613"
  76560. {
  76561. "name" "cologne2016_signature_neo"
  76562. "item_name" "#StickerKit_cologne2016_signature_neo"
  76563. "description_string" "#StickerKit_desc_cologne2016_signature_neo"
  76564. "sticker_material" "cologne2016/sig_neo"
  76565. "item_rarity" "rare"
  76566. "tournament_event_id" "10"
  76567. "tournament_team_id" "31"
  76568. "tournament_player_id" "460206"
  76569. }
  76570. "1614"
  76571. {
  76572. "name" "cologne2016_signature_neo_foil"
  76573. "item_name" "#StickerKit_cologne2016_signature_neo_foil"
  76574. "description_string" "#StickerKit_desc_cologne2016_signature_neo_foil"
  76575. "sticker_material" "cologne2016/sig_neo_foil"
  76576. "item_rarity" "legendary"
  76577. "tournament_event_id" "10"
  76578. "tournament_team_id" "31"
  76579. "tournament_player_id" "460206"
  76580. }
  76581. "1615"
  76582. {
  76583. "name" "cologne2016_signature_neo_gold"
  76584. "item_name" "#StickerKit_cologne2016_signature_neo_gold"
  76585. "description_string" "#StickerKit_desc_cologne2016_signature_neo_gold"
  76586. "sticker_material" "cologne2016/sig_neo_gold"
  76587. "item_rarity" "legendary"
  76588. "tournament_event_id" "10"
  76589. "tournament_team_id" "31"
  76590. "tournament_player_id" "460206"
  76591. }
  76592. "1616"
  76593. {
  76594. "name" "cologne2016_signature_pasha"
  76595. "item_name" "#StickerKit_cologne2016_signature_pasha"
  76596. "description_string" "#StickerKit_desc_cologne2016_signature_pasha"
  76597. "sticker_material" "cologne2016/sig_pasha"
  76598. "item_rarity" "rare"
  76599. "tournament_event_id" "10"
  76600. "tournament_team_id" "31"
  76601. "tournament_player_id" "13580090"
  76602. }
  76603. "1617"
  76604. {
  76605. "name" "cologne2016_signature_pasha_foil"
  76606. "item_name" "#StickerKit_cologne2016_signature_pasha_foil"
  76607. "description_string" "#StickerKit_desc_cologne2016_signature_pasha_foil"
  76608. "sticker_material" "cologne2016/sig_pasha_foil"
  76609. "item_rarity" "legendary"
  76610. "tournament_event_id" "10"
  76611. "tournament_team_id" "31"
  76612. "tournament_player_id" "13580090"
  76613. }
  76614. "1618"
  76615. {
  76616. "name" "cologne2016_signature_pasha_gold"
  76617. "item_name" "#StickerKit_cologne2016_signature_pasha_gold"
  76618. "description_string" "#StickerKit_desc_cologne2016_signature_pasha_gold"
  76619. "sticker_material" "cologne2016/sig_pasha_gold"
  76620. "item_rarity" "legendary"
  76621. "tournament_event_id" "10"
  76622. "tournament_team_id" "31"
  76623. "tournament_player_id" "13580090"
  76624. }
  76625. "1619"
  76626. {
  76627. "name" "cologne2016_signature_snax"
  76628. "item_name" "#StickerKit_cologne2016_signature_snax"
  76629. "description_string" "#StickerKit_desc_cologne2016_signature_snax"
  76630. "sticker_material" "cologne2016/sig_snax"
  76631. "item_rarity" "rare"
  76632. "tournament_event_id" "10"
  76633. "tournament_team_id" "31"
  76634. "tournament_player_id" "21875845"
  76635. }
  76636. "1620"
  76637. {
  76638. "name" "cologne2016_signature_snax_foil"
  76639. "item_name" "#StickerKit_cologne2016_signature_snax_foil"
  76640. "description_string" "#StickerKit_desc_cologne2016_signature_snax_foil"
  76641. "sticker_material" "cologne2016/sig_snax_foil"
  76642. "item_rarity" "legendary"
  76643. "tournament_event_id" "10"
  76644. "tournament_team_id" "31"
  76645. "tournament_player_id" "21875845"
  76646. }
  76647. "1621"
  76648. {
  76649. "name" "cologne2016_signature_snax_gold"
  76650. "item_name" "#StickerKit_cologne2016_signature_snax_gold"
  76651. "description_string" "#StickerKit_desc_cologne2016_signature_snax_gold"
  76652. "sticker_material" "cologne2016/sig_snax_gold"
  76653. "item_rarity" "legendary"
  76654. "tournament_event_id" "10"
  76655. "tournament_team_id" "31"
  76656. "tournament_player_id" "21875845"
  76657. }
  76658. "1622"
  76659. {
  76660. "name" "cologne2016_signature_taz"
  76661. "item_name" "#StickerKit_cologne2016_signature_taz"
  76662. "description_string" "#StickerKit_desc_cologne2016_signature_taz"
  76663. "sticker_material" "cologne2016/sig_taz"
  76664. "item_rarity" "rare"
  76665. "tournament_event_id" "10"
  76666. "tournament_team_id" "31"
  76667. "tournament_player_id" "234052"
  76668. }
  76669. "1623"
  76670. {
  76671. "name" "cologne2016_signature_taz_foil"
  76672. "item_name" "#StickerKit_cologne2016_signature_taz_foil"
  76673. "description_string" "#StickerKit_desc_cologne2016_signature_taz_foil"
  76674. "sticker_material" "cologne2016/sig_taz_foil"
  76675. "item_rarity" "legendary"
  76676. "tournament_event_id" "10"
  76677. "tournament_team_id" "31"
  76678. "tournament_player_id" "234052"
  76679. }
  76680. "1624"
  76681. {
  76682. "name" "cologne2016_signature_taz_gold"
  76683. "item_name" "#StickerKit_cologne2016_signature_taz_gold"
  76684. "description_string" "#StickerKit_desc_cologne2016_signature_taz_gold"
  76685. "sticker_material" "cologne2016/sig_taz_gold"
  76686. "item_rarity" "legendary"
  76687. "tournament_event_id" "10"
  76688. "tournament_team_id" "31"
  76689. "tournament_player_id" "234052"
  76690. }
  76691. }
  76692. "prefabs"
  76693. {
  76694. "atlanta2017_sticker_capsule_prefab"
  76695. {
  76696. "first_sale_date" "2017-01-10"
  76697. "prefab" "weapon_case_base"
  76698. "attributes"
  76699. {
  76700. "tournament event id"
  76701. {
  76702. "attribute_class" "tournament_event_id"
  76703. "value" "11"
  76704. }
  76705. }
  76706. }
  76707. "atlanta2017_signature_capsule_prefab"
  76708. {
  76709. "first_sale_date" "2017-01-10"
  76710. "prefab" "weapon_case_base"
  76711. "attributes"
  76712. {
  76713. "tournament event id"
  76714. {
  76715. "attribute_class" "tournament_event_id"
  76716. "value" "11"
  76717. }
  76718. }
  76719. "tags"
  76720. {
  76721. "StickerCapsule"
  76722. {
  76723. "tag_value" "crate_signature_pack_atlanta2017_group_players_collection"
  76724. "tag_text" "#CSGO_crate_signature_pack_atlanta2017_group_players_tag"
  76725. "tag_group" "StickerCapsule"
  76726. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  76727. }
  76728. }
  76729. }
  76730. }
  76731. "revolving_loot_lists"
  76732. {
  76733. "180" "crate_sticker_pack_atlanta2017_legends"
  76734. "181" "crate_sticker_pack_atlanta2017_challengers"
  76735. "182" "crate_signature_pack_atlanta2017_group_1_legendary"
  76736. "183" "crate_signature_pack_atlanta2017_group_2_legendary"
  76737. "184" "atlanta2017_signatures_astr"
  76738. "185" "atlanta2017_signatures_nv"
  76739. "186" "atlanta2017_signatures_faze"
  76740. "187" "atlanta2017_signatures_flip"
  76741. "188" "atlanta2017_signatures_fntc"
  76742. "189" "atlanta2017_signatures_g2"
  76743. "190" "atlanta2017_signatures_gamb"
  76744. "191" "atlanta2017_signatures_god"
  76745. "192" "atlanta2017_signatures_hlr"
  76746. "193" "atlanta2017_signatures_mss"
  76747. "194" "atlanta2017_signatures_navi"
  76748. "195" "atlanta2017_signatures_nor"
  76749. "196" "atlanta2017_signatures_optc"
  76750. "197" "atlanta2017_signatures_sk"
  76751. "198" "atlanta2017_signatures_liq"
  76752. "199" "atlanta2017_signatures_vp"
  76753. "200" "crate_atlanta2017_promo_de_dust2"
  76754. "201" "crate_atlanta2017_promo_de_mirage"
  76755. "202" "crate_atlanta2017_promo_de_cbble"
  76756. "203" "crate_atlanta2017_promo_de_overpass"
  76757. "204" "crate_atlanta2017_promo_de_cache"
  76758. "205" "crate_atlanta2017_promo_de_train"
  76759. "206" "crate_atlanta2017_promo_de_nuke"
  76760. }
  76761. "client_loot_lists"
  76762. {
  76763. "atlanta2017_rare_astr"
  76764. {
  76765. "[atlanta2017_team_astr]sticker" "1"
  76766. }
  76767. "atlanta2017_rare_nv"
  76768. {
  76769. "[atlanta2017_team_nv]sticker" "1"
  76770. }
  76771. "atlanta2017_rare_faze"
  76772. {
  76773. "[atlanta2017_team_faze]sticker" "1"
  76774. }
  76775. "atlanta2017_rare_flip"
  76776. {
  76777. "[atlanta2017_team_flip]sticker" "1"
  76778. }
  76779. "atlanta2017_rare_fntc"
  76780. {
  76781. "[atlanta2017_team_fntc]sticker" "1"
  76782. }
  76783. "atlanta2017_rare_g2"
  76784. {
  76785. "[atlanta2017_team_g2]sticker" "1"
  76786. }
  76787. "atlanta2017_rare_gamb"
  76788. {
  76789. "[atlanta2017_team_gamb]sticker" "1"
  76790. }
  76791. "atlanta2017_rare_god"
  76792. {
  76793. "[atlanta2017_team_god]sticker" "1"
  76794. }
  76795. "atlanta2017_rare_hlr"
  76796. {
  76797. "[atlanta2017_team_hlr]sticker" "1"
  76798. }
  76799. "atlanta2017_rare_mss"
  76800. {
  76801. "[atlanta2017_team_mss]sticker" "1"
  76802. }
  76803. "atlanta2017_rare_navi"
  76804. {
  76805. "[atlanta2017_team_navi]sticker" "1"
  76806. }
  76807. "atlanta2017_rare_nor"
  76808. {
  76809. "[atlanta2017_team_nor]sticker" "1"
  76810. }
  76811. "atlanta2017_rare_optc"
  76812. {
  76813. "[atlanta2017_team_optc]sticker" "1"
  76814. }
  76815. "atlanta2017_rare_sk"
  76816. {
  76817. "[atlanta2017_team_sk]sticker" "1"
  76818. }
  76819. "atlanta2017_rare_liq"
  76820. {
  76821. "[atlanta2017_team_liq]sticker" "1"
  76822. }
  76823. "atlanta2017_rare_vp"
  76824. {
  76825. "[atlanta2017_team_vp]sticker" "1"
  76826. }
  76827. "atlanta2017_rare_eleague"
  76828. {
  76829. "[atlanta2017_team_eleague]sticker" "1"
  76830. }
  76831. "atlanta2017_graffiti_astr"
  76832. {
  76833. "[atlanta2017_team_astr_graffiti]spray" "1"
  76834. }
  76835. "atlanta2017_graffiti_nv"
  76836. {
  76837. "[atlanta2017_team_nv_graffiti]spray" "1"
  76838. }
  76839. "atlanta2017_graffiti_faze"
  76840. {
  76841. "[atlanta2017_team_faze_graffiti]spray" "1"
  76842. }
  76843. "atlanta2017_graffiti_flip"
  76844. {
  76845. "[atlanta2017_team_flip_graffiti]spray" "1"
  76846. }
  76847. "atlanta2017_graffiti_fntc"
  76848. {
  76849. "[atlanta2017_team_fntc_graffiti]spray" "1"
  76850. }
  76851. "atlanta2017_graffiti_g2"
  76852. {
  76853. "[atlanta2017_team_g2_graffiti]spray" "1"
  76854. }
  76855. "atlanta2017_graffiti_gamb"
  76856. {
  76857. "[atlanta2017_team_gamb_graffiti]spray" "1"
  76858. }
  76859. "atlanta2017_graffiti_god"
  76860. {
  76861. "[atlanta2017_team_god_graffiti]spray" "1"
  76862. }
  76863. "atlanta2017_graffiti_hlr"
  76864. {
  76865. "[atlanta2017_team_hlr_graffiti]spray" "1"
  76866. }
  76867. "atlanta2017_graffiti_mss"
  76868. {
  76869. "[atlanta2017_team_mss_graffiti]spray" "1"
  76870. }
  76871. "atlanta2017_graffiti_navi"
  76872. {
  76873. "[atlanta2017_team_navi_graffiti]spray" "1"
  76874. }
  76875. "atlanta2017_graffiti_nor"
  76876. {
  76877. "[atlanta2017_team_nor_graffiti]spray" "1"
  76878. }
  76879. "atlanta2017_graffiti_optc"
  76880. {
  76881. "[atlanta2017_team_optc_graffiti]spray" "1"
  76882. }
  76883. "atlanta2017_graffiti_sk"
  76884. {
  76885. "[atlanta2017_team_sk_graffiti]spray" "1"
  76886. }
  76887. "atlanta2017_graffiti_liq"
  76888. {
  76889. "[atlanta2017_team_liq_graffiti]spray" "1"
  76890. }
  76891. "atlanta2017_graffiti_vp"
  76892. {
  76893. "[atlanta2017_team_vp_graffiti]spray" "1"
  76894. }
  76895. "atlanta2017_graffiti_eleague"
  76896. {
  76897. "[atlanta2017_team_eleague_graffiti]spray" "1"
  76898. }
  76899. "crate_sticker_pack_atlanta2017_legends_rare"
  76900. {
  76901. "[atlanta2017_team_astr]sticker" "1"
  76902. "[atlanta2017_team_flip]sticker" "1"
  76903. "[atlanta2017_team_fntc]sticker" "1"
  76904. "[atlanta2017_team_gamb]sticker" "1"
  76905. "[atlanta2017_team_navi]sticker" "1"
  76906. "[atlanta2017_team_sk]sticker" "1"
  76907. "[atlanta2017_team_liq]sticker" "1"
  76908. "[atlanta2017_team_vp]sticker" "1"
  76909. "[atlanta2017_team_eleague]sticker" "1"
  76910. }
  76911. "crate_sticker_pack_atlanta2017_legends_mythical"
  76912. {
  76913. "[atlanta2017_team_astr_holo]sticker" "1"
  76914. "[atlanta2017_team_flip_holo]sticker" "1"
  76915. "[atlanta2017_team_fntc_holo]sticker" "1"
  76916. "[atlanta2017_team_gamb_holo]sticker" "1"
  76917. "[atlanta2017_team_navi_holo]sticker" "1"
  76918. "[atlanta2017_team_sk_holo]sticker" "1"
  76919. "[atlanta2017_team_liq_holo]sticker" "1"
  76920. "[atlanta2017_team_vp_holo]sticker" "1"
  76921. "[atlanta2017_team_eleague_holo]sticker" "1"
  76922. }
  76923. "crate_sticker_pack_atlanta2017_legends_legendary"
  76924. {
  76925. "[atlanta2017_team_astr_foil]sticker" "1"
  76926. "[atlanta2017_team_flip_foil]sticker" "1"
  76927. "[atlanta2017_team_fntc_foil]sticker" "1"
  76928. "[atlanta2017_team_gamb_foil]sticker" "1"
  76929. "[atlanta2017_team_navi_foil]sticker" "1"
  76930. "[atlanta2017_team_sk_foil]sticker" "1"
  76931. "[atlanta2017_team_liq_foil]sticker" "1"
  76932. "[atlanta2017_team_vp_foil]sticker" "1"
  76933. "[atlanta2017_team_eleague_foil]sticker" "1"
  76934. }
  76935. "crate_sticker_pack_atlanta2017_legends"
  76936. {
  76937. "crate_sticker_pack_atlanta2017_legends_mythical" "1"
  76938. "crate_sticker_pack_atlanta2017_legends_legendary" "1"
  76939. }
  76940. "crate_sticker_pack_atlanta2017_challengers_rare"
  76941. {
  76942. "[atlanta2017_team_nv]sticker" "1"
  76943. "[atlanta2017_team_faze]sticker" "1"
  76944. "[atlanta2017_team_g2]sticker" "1"
  76945. "[atlanta2017_team_god]sticker" "1"
  76946. "[atlanta2017_team_hlr]sticker" "1"
  76947. "[atlanta2017_team_mss]sticker" "1"
  76948. "[atlanta2017_team_nor]sticker" "1"
  76949. "[atlanta2017_team_optc]sticker" "1"
  76950. }
  76951. "crate_sticker_pack_atlanta2017_challengers_mythical"
  76952. {
  76953. "[atlanta2017_team_nv_holo]sticker" "1"
  76954. "[atlanta2017_team_faze_holo]sticker" "1"
  76955. "[atlanta2017_team_g2_holo]sticker" "1"
  76956. "[atlanta2017_team_god_holo]sticker" "1"
  76957. "[atlanta2017_team_hlr_holo]sticker" "1"
  76958. "[atlanta2017_team_mss_holo]sticker" "1"
  76959. "[atlanta2017_team_nor_holo]sticker" "1"
  76960. "[atlanta2017_team_optc_holo]sticker" "1"
  76961. "[atlanta2017_team_eleague_holo]sticker" "1"
  76962. }
  76963. "crate_sticker_pack_atlanta2017_challengers_legendary"
  76964. {
  76965. "[atlanta2017_team_nv_foil]sticker" "1"
  76966. "[atlanta2017_team_faze_foil]sticker" "1"
  76967. "[atlanta2017_team_g2_foil]sticker" "1"
  76968. "[atlanta2017_team_god_foil]sticker" "1"
  76969. "[atlanta2017_team_hlr_foil]sticker" "1"
  76970. "[atlanta2017_team_mss_foil]sticker" "1"
  76971. "[atlanta2017_team_nor_foil]sticker" "1"
  76972. "[atlanta2017_team_optc_foil]sticker" "1"
  76973. "[atlanta2017_team_eleague_foil]sticker" "1"
  76974. }
  76975. "crate_sticker_pack_atlanta2017_challengers"
  76976. {
  76977. "crate_sticker_pack_atlanta2017_challengers_mythical" "1"
  76978. "crate_sticker_pack_atlanta2017_challengers_legendary" "1"
  76979. }
  76980. "atlanta2017_signatures_astr"
  76981. {
  76982. "[atlanta2017_signature_gla1ve]sticker" "1"
  76983. "[atlanta2017_signature_device]sticker" "1"
  76984. "[atlanta2017_signature_dupreeh]sticker" "1"
  76985. "[atlanta2017_signature_kjaerbye]sticker" "1"
  76986. "[atlanta2017_signature_xyp9x]sticker" "1"
  76987. }
  76988. "atlanta2017_signatures_nv"
  76989. {
  76990. "[atlanta2017_signature_apex]sticker" "1"
  76991. "[atlanta2017_signature_happy]sticker" "1"
  76992. "[atlanta2017_signature_sixer]sticker" "1"
  76993. "[atlanta2017_signature_kennys]sticker" "1"
  76994. "[atlanta2017_signature_nbk]sticker" "1"
  76995. }
  76996. "atlanta2017_signatures_faze"
  76997. {
  76998. "[atlanta2017_signature_aizy]sticker" "1"
  76999. "[atlanta2017_signature_allu]sticker" "1"
  77000. "[atlanta2017_signature_kioshima]sticker" "1"
  77001. "[atlanta2017_signature_rain]sticker" "1"
  77002. "[atlanta2017_signature_karrigan]sticker" "1"
  77003. }
  77004. "atlanta2017_signatures_flip"
  77005. {
  77006. "[atlanta2017_signature_b1ad3]sticker" "1"
  77007. "[atlanta2017_signature_waylander]sticker" "1"
  77008. "[atlanta2017_signature_electronic]sticker" "1"
  77009. "[atlanta2017_signature_markeloff]sticker" "1"
  77010. "[atlanta2017_signature_worldedit]sticker" "1"
  77011. }
  77012. "atlanta2017_signatures_fntc"
  77013. {
  77014. "[atlanta2017_signature_twist]sticker" "1"
  77015. "[atlanta2017_signature_discodoplan]sticker" "1"
  77016. "[atlanta2017_signature_krimz]sticker" "1"
  77017. "[atlanta2017_signature_olofmeister]sticker" "1"
  77018. "[atlanta2017_signature_dennis]sticker" "1"
  77019. }
  77020. "atlanta2017_signatures_g2"
  77021. {
  77022. "[atlanta2017_signature_bodyy]sticker" "1"
  77023. "[atlanta2017_signature_rpk]sticker" "1"
  77024. "[atlanta2017_signature_scream]sticker" "1"
  77025. "[atlanta2017_signature_shox]sticker" "1"
  77026. "[atlanta2017_signature_smithzz]sticker" "1"
  77027. }
  77028. "atlanta2017_signatures_gamb"
  77029. {
  77030. "[atlanta2017_signature_zeus]sticker" "1"
  77031. "[atlanta2017_signature_dosia]sticker" "1"
  77032. "[atlanta2017_signature_hobbit]sticker" "1"
  77033. "[atlanta2017_signature_mou]sticker" "1"
  77034. "[atlanta2017_signature_adrenkz]sticker" "1"
  77035. }
  77036. "atlanta2017_signatures_god"
  77037. {
  77038. "[atlanta2017_signature_znajder]sticker" "1"
  77039. "[atlanta2017_signature_lekro]sticker" "1"
  77040. "[atlanta2017_signature_pronax]sticker" "1"
  77041. "[atlanta2017_signature_jw]sticker" "1"
  77042. "[atlanta2017_signature_flusha]sticker" "1"
  77043. }
  77044. "atlanta2017_signatures_hlr"
  77045. {
  77046. "[atlanta2017_signature_styko]sticker" "1"
  77047. "[atlanta2017_signature_zero]sticker" "1"
  77048. "[atlanta2017_signature_deadfox]sticker" "1"
  77049. "[atlanta2017_signature_bondik]sticker" "1"
  77050. "[atlanta2017_signature_angel]sticker" "1"
  77051. }
  77052. "atlanta2017_signatures_mss"
  77053. {
  77054. "[atlanta2017_signature_chrisj]sticker" "1"
  77055. "[atlanta2017_signature_denis]sticker" "1"
  77056. "[atlanta2017_signature_spiidi]sticker" "1"
  77057. "[atlanta2017_signature_lowel]sticker" "1"
  77058. "[atlanta2017_signature_niko]sticker" "1"
  77059. }
  77060. "atlanta2017_signatures_navi"
  77061. {
  77062. "[atlanta2017_signature_edward]sticker" "1"
  77063. "[atlanta2017_signature_flamie]sticker" "1"
  77064. "[atlanta2017_signature_guardian]sticker" "1"
  77065. "[atlanta2017_signature_seized]sticker" "1"
  77066. "[atlanta2017_signature_s1mple]sticker" "1"
  77067. }
  77068. "atlanta2017_signatures_nor"
  77069. {
  77070. "[atlanta2017_signature_cajunb]sticker" "1"
  77071. "[atlanta2017_signature_msl]sticker" "1"
  77072. "[atlanta2017_signature_magisk]sticker" "1"
  77073. "[atlanta2017_signature_rubino]sticker" "1"
  77074. "[atlanta2017_signature_k0nfig]sticker" "1"
  77075. }
  77076. "atlanta2017_signatures_optc"
  77077. {
  77078. "[atlanta2017_signature_tarik]sticker" "1"
  77079. "[atlanta2017_signature_mixwell]sticker" "1"
  77080. "[atlanta2017_signature_naf]sticker" "1"
  77081. "[atlanta2017_signature_rush]sticker" "1"
  77082. "[atlanta2017_signature_stanislaw]sticker" "1"
  77083. }
  77084. "atlanta2017_signatures_sk"
  77085. {
  77086. "[atlanta2017_signature_coldzera]sticker" "1"
  77087. "[atlanta2017_signature_fallen]sticker" "1"
  77088. "[atlanta2017_signature_fer]sticker" "1"
  77089. "[atlanta2017_signature_fox]sticker" "1"
  77090. "[atlanta2017_signature_taco]sticker" "1"
  77091. }
  77092. "atlanta2017_signatures_liq"
  77093. {
  77094. "[atlanta2017_signature_jdm64]sticker" "1"
  77095. "[atlanta2017_signature_elige]sticker" "1"
  77096. "[atlanta2017_signature_pimp]sticker" "1"
  77097. "[atlanta2017_signature_hiko]sticker" "1"
  77098. "[atlanta2017_signature_nitro]sticker" "1"
  77099. }
  77100. "atlanta2017_signatures_vp"
  77101. {
  77102. "[atlanta2017_signature_byali]sticker" "1"
  77103. "[atlanta2017_signature_neo]sticker" "1"
  77104. "[atlanta2017_signature_pasha]sticker" "1"
  77105. "[atlanta2017_signature_snax]sticker" "1"
  77106. "[atlanta2017_signature_taz]sticker" "1"
  77107. }
  77108. "crate_signature_pack_atlanta2017_group_1_rare"
  77109. {
  77110. "[atlanta2017_signature_apex]sticker" "1"
  77111. "[atlanta2017_signature_happy]sticker" "1"
  77112. "[atlanta2017_signature_sixer]sticker" "1"
  77113. "[atlanta2017_signature_kennys]sticker" "1"
  77114. "[atlanta2017_signature_nbk]sticker" "1"
  77115. "[atlanta2017_signature_aizy]sticker" "1"
  77116. "[atlanta2017_signature_allu]sticker" "1"
  77117. "[atlanta2017_signature_kioshima]sticker" "1"
  77118. "[atlanta2017_signature_rain]sticker" "1"
  77119. "[atlanta2017_signature_karrigan]sticker" "1"
  77120. "[atlanta2017_signature_bodyy]sticker" "1"
  77121. "[atlanta2017_signature_rpk]sticker" "1"
  77122. "[atlanta2017_signature_scream]sticker" "1"
  77123. "[atlanta2017_signature_shox]sticker" "1"
  77124. "[atlanta2017_signature_smithzz]sticker" "1"
  77125. "[atlanta2017_signature_znajder]sticker" "1"
  77126. "[atlanta2017_signature_lekro]sticker" "1"
  77127. "[atlanta2017_signature_pronax]sticker" "1"
  77128. "[atlanta2017_signature_jw]sticker" "1"
  77129. "[atlanta2017_signature_flusha]sticker" "1"
  77130. "[atlanta2017_signature_styko]sticker" "1"
  77131. "[atlanta2017_signature_zero]sticker" "1"
  77132. "[atlanta2017_signature_deadfox]sticker" "1"
  77133. "[atlanta2017_signature_bondik]sticker" "1"
  77134. "[atlanta2017_signature_angel]sticker" "1"
  77135. "[atlanta2017_signature_chrisj]sticker" "1"
  77136. "[atlanta2017_signature_denis]sticker" "1"
  77137. "[atlanta2017_signature_spiidi]sticker" "1"
  77138. "[atlanta2017_signature_lowel]sticker" "1"
  77139. "[atlanta2017_signature_niko]sticker" "1"
  77140. "[atlanta2017_signature_cajunb]sticker" "1"
  77141. "[atlanta2017_signature_msl]sticker" "1"
  77142. "[atlanta2017_signature_magisk]sticker" "1"
  77143. "[atlanta2017_signature_rubino]sticker" "1"
  77144. "[atlanta2017_signature_k0nfig]sticker" "1"
  77145. "[atlanta2017_signature_tarik]sticker" "1"
  77146. "[atlanta2017_signature_mixwell]sticker" "1"
  77147. "[atlanta2017_signature_naf]sticker" "1"
  77148. "[atlanta2017_signature_rush]sticker" "1"
  77149. "[atlanta2017_signature_stanislaw]sticker" "1"
  77150. }
  77151. "crate_signature_pack_atlanta2017_group_1_legendary"
  77152. {
  77153. "[atlanta2017_signature_apex_foil]sticker" "1"
  77154. "[atlanta2017_signature_happy_foil]sticker" "1"
  77155. "[atlanta2017_signature_sixer_foil]sticker" "1"
  77156. "[atlanta2017_signature_kennys_foil]sticker" "1"
  77157. "[atlanta2017_signature_nbk_foil]sticker" "1"
  77158. "[atlanta2017_signature_aizy_foil]sticker" "1"
  77159. "[atlanta2017_signature_allu_foil]sticker" "1"
  77160. "[atlanta2017_signature_kioshima_foil]sticker" "1"
  77161. "[atlanta2017_signature_rain_foil]sticker" "1"
  77162. "[atlanta2017_signature_karrigan_foil]sticker" "1"
  77163. "[atlanta2017_signature_bodyy_foil]sticker" "1"
  77164. "[atlanta2017_signature_rpk_foil]sticker" "1"
  77165. "[atlanta2017_signature_scream_foil]sticker" "1"
  77166. "[atlanta2017_signature_shox_foil]sticker" "1"
  77167. "[atlanta2017_signature_smithzz_foil]sticker" "1"
  77168. "[atlanta2017_signature_znajder_foil]sticker" "1"
  77169. "[atlanta2017_signature_lekro_foil]sticker" "1"
  77170. "[atlanta2017_signature_pronax_foil]sticker" "1"
  77171. "[atlanta2017_signature_jw_foil]sticker" "1"
  77172. "[atlanta2017_signature_flusha_foil]sticker" "1"
  77173. "[atlanta2017_signature_styko_foil]sticker" "1"
  77174. "[atlanta2017_signature_zero_foil]sticker" "1"
  77175. "[atlanta2017_signature_deadfox_foil]sticker" "1"
  77176. "[atlanta2017_signature_bondik_foil]sticker" "1"
  77177. "[atlanta2017_signature_angel_foil]sticker" "1"
  77178. "[atlanta2017_signature_chrisj_foil]sticker" "1"
  77179. "[atlanta2017_signature_denis_foil]sticker" "1"
  77180. "[atlanta2017_signature_spiidi_foil]sticker" "1"
  77181. "[atlanta2017_signature_lowel_foil]sticker" "1"
  77182. "[atlanta2017_signature_niko_foil]sticker" "1"
  77183. "[atlanta2017_signature_cajunb_foil]sticker" "1"
  77184. "[atlanta2017_signature_msl_foil]sticker" "1"
  77185. "[atlanta2017_signature_magisk_foil]sticker" "1"
  77186. "[atlanta2017_signature_rubino_foil]sticker" "1"
  77187. "[atlanta2017_signature_k0nfig_foil]sticker" "1"
  77188. "[atlanta2017_signature_tarik_foil]sticker" "1"
  77189. "[atlanta2017_signature_mixwell_foil]sticker" "1"
  77190. "[atlanta2017_signature_naf_foil]sticker" "1"
  77191. "[atlanta2017_signature_rush_foil]sticker" "1"
  77192. "[atlanta2017_signature_stanislaw_foil]sticker" "1"
  77193. }
  77194. "crate_signature_pack_atlanta2017_group_2_rare"
  77195. {
  77196. "[atlanta2017_signature_gla1ve]sticker" "1"
  77197. "[atlanta2017_signature_device]sticker" "1"
  77198. "[atlanta2017_signature_dupreeh]sticker" "1"
  77199. "[atlanta2017_signature_kjaerbye]sticker" "1"
  77200. "[atlanta2017_signature_xyp9x]sticker" "1"
  77201. "[atlanta2017_signature_b1ad3]sticker" "1"
  77202. "[atlanta2017_signature_waylander]sticker" "1"
  77203. "[atlanta2017_signature_electronic]sticker" "1"
  77204. "[atlanta2017_signature_markeloff]sticker" "1"
  77205. "[atlanta2017_signature_worldedit]sticker" "1"
  77206. "[atlanta2017_signature_twist]sticker" "1"
  77207. "[atlanta2017_signature_discodoplan]sticker" "1"
  77208. "[atlanta2017_signature_krimz]sticker" "1"
  77209. "[atlanta2017_signature_olofmeister]sticker" "1"
  77210. "[atlanta2017_signature_dennis]sticker" "1"
  77211. "[atlanta2017_signature_zeus]sticker" "1"
  77212. "[atlanta2017_signature_dosia]sticker" "1"
  77213. "[atlanta2017_signature_hobbit]sticker" "1"
  77214. "[atlanta2017_signature_mou]sticker" "1"
  77215. "[atlanta2017_signature_adrenkz]sticker" "1"
  77216. "[atlanta2017_signature_edward]sticker" "1"
  77217. "[atlanta2017_signature_flamie]sticker" "1"
  77218. "[atlanta2017_signature_guardian]sticker" "1"
  77219. "[atlanta2017_signature_seized]sticker" "1"
  77220. "[atlanta2017_signature_s1mple]sticker" "1"
  77221. "[atlanta2017_signature_coldzera]sticker" "1"
  77222. "[atlanta2017_signature_fallen]sticker" "1"
  77223. "[atlanta2017_signature_fer]sticker" "1"
  77224. "[atlanta2017_signature_fox]sticker" "1"
  77225. "[atlanta2017_signature_taco]sticker" "1"
  77226. "[atlanta2017_signature_jdm64]sticker" "1"
  77227. "[atlanta2017_signature_elige]sticker" "1"
  77228. "[atlanta2017_signature_pimp]sticker" "1"
  77229. "[atlanta2017_signature_hiko]sticker" "1"
  77230. "[atlanta2017_signature_nitro]sticker" "1"
  77231. "[atlanta2017_signature_byali]sticker" "1"
  77232. "[atlanta2017_signature_neo]sticker" "1"
  77233. "[atlanta2017_signature_pasha]sticker" "1"
  77234. "[atlanta2017_signature_snax]sticker" "1"
  77235. "[atlanta2017_signature_taz]sticker" "1"
  77236. }
  77237. "crate_signature_pack_atlanta2017_group_2_legendary"
  77238. {
  77239. "[atlanta2017_signature_gla1ve_foil]sticker" "1"
  77240. "[atlanta2017_signature_device_foil]sticker" "1"
  77241. "[atlanta2017_signature_dupreeh_foil]sticker" "1"
  77242. "[atlanta2017_signature_kjaerbye_foil]sticker" "1"
  77243. "[atlanta2017_signature_xyp9x_foil]sticker" "1"
  77244. "[atlanta2017_signature_b1ad3_foil]sticker" "1"
  77245. "[atlanta2017_signature_waylander_foil]sticker" "1"
  77246. "[atlanta2017_signature_electronic_foil]sticker" "1"
  77247. "[atlanta2017_signature_markeloff_foil]sticker" "1"
  77248. "[atlanta2017_signature_worldedit_foil]sticker" "1"
  77249. "[atlanta2017_signature_twist_foil]sticker" "1"
  77250. "[atlanta2017_signature_discodoplan_foil]sticker" "1"
  77251. "[atlanta2017_signature_krimz_foil]sticker" "1"
  77252. "[atlanta2017_signature_olofmeister_foil]sticker" "1"
  77253. "[atlanta2017_signature_dennis_foil]sticker" "1"
  77254. "[atlanta2017_signature_zeus_foil]sticker" "1"
  77255. "[atlanta2017_signature_dosia_foil]sticker" "1"
  77256. "[atlanta2017_signature_hobbit_foil]sticker" "1"
  77257. "[atlanta2017_signature_mou_foil]sticker" "1"
  77258. "[atlanta2017_signature_adrenkz_foil]sticker" "1"
  77259. "[atlanta2017_signature_edward_foil]sticker" "1"
  77260. "[atlanta2017_signature_flamie_foil]sticker" "1"
  77261. "[atlanta2017_signature_guardian_foil]sticker" "1"
  77262. "[atlanta2017_signature_seized_foil]sticker" "1"
  77263. "[atlanta2017_signature_s1mple_foil]sticker" "1"
  77264. "[atlanta2017_signature_coldzera_foil]sticker" "1"
  77265. "[atlanta2017_signature_fallen_foil]sticker" "1"
  77266. "[atlanta2017_signature_fer_foil]sticker" "1"
  77267. "[atlanta2017_signature_fox_foil]sticker" "1"
  77268. "[atlanta2017_signature_taco_foil]sticker" "1"
  77269. "[atlanta2017_signature_jdm64_foil]sticker" "1"
  77270. "[atlanta2017_signature_elige_foil]sticker" "1"
  77271. "[atlanta2017_signature_pimp_foil]sticker" "1"
  77272. "[atlanta2017_signature_hiko_foil]sticker" "1"
  77273. "[atlanta2017_signature_nitro_foil]sticker" "1"
  77274. "[atlanta2017_signature_byali_foil]sticker" "1"
  77275. "[atlanta2017_signature_neo_foil]sticker" "1"
  77276. "[atlanta2017_signature_pasha_foil]sticker" "1"
  77277. "[atlanta2017_signature_snax_foil]sticker" "1"
  77278. "[atlanta2017_signature_taz_foil]sticker" "1"
  77279. }
  77280. "crate_atlanta2017_promo_de_dust2"
  77281. {
  77282. "set_dust_2" "1"
  77283. }
  77284. "crate_atlanta2017_promo_de_mirage"
  77285. {
  77286. "set_mirage" "1"
  77287. }
  77288. "crate_atlanta2017_promo_de_cbble"
  77289. {
  77290. "set_cobblestone" "1"
  77291. }
  77292. "crate_atlanta2017_promo_de_overpass"
  77293. {
  77294. "set_overpass" "1"
  77295. }
  77296. "crate_atlanta2017_promo_de_cache"
  77297. {
  77298. "set_cache" "1"
  77299. }
  77300. "crate_atlanta2017_promo_de_train"
  77301. {
  77302. "set_train" "1"
  77303. }
  77304. "crate_atlanta2017_promo_de_nuke"
  77305. {
  77306. "set_nuke" "1"
  77307. }
  77308. }
  77309. "items"
  77310. {
  77311. "4289"
  77312. {
  77313. "item_name" "#StoreItem_atlanta2017_team_astr_sticker"
  77314. "name" "crate_sticker_pack_atlanta2017_astr"
  77315. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77316. "image_inventory" "econ/stickers/atlanta2017/astr"
  77317. "loot_list_name" "atlanta2017_rare_astr"
  77318. "prefab" "atlanta2017_sticker_capsule_prefab"
  77319. "item_type" "self_opening_purchase"
  77320. }
  77321. "4290"
  77322. {
  77323. "item_name" "#StoreItem_atlanta2017_team_nv_sticker"
  77324. "name" "crate_sticker_pack_atlanta2017_nv"
  77325. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77326. "image_inventory" "econ/stickers/atlanta2017/nv"
  77327. "loot_list_name" "atlanta2017_rare_nv"
  77328. "prefab" "atlanta2017_sticker_capsule_prefab"
  77329. "item_type" "self_opening_purchase"
  77330. }
  77331. "4291"
  77332. {
  77333. "item_name" "#StoreItem_atlanta2017_team_faze_sticker"
  77334. "name" "crate_sticker_pack_atlanta2017_faze"
  77335. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77336. "image_inventory" "econ/stickers/atlanta2017/faze"
  77337. "loot_list_name" "atlanta2017_rare_faze"
  77338. "prefab" "atlanta2017_sticker_capsule_prefab"
  77339. "item_type" "self_opening_purchase"
  77340. }
  77341. "4292"
  77342. {
  77343. "item_name" "#StoreItem_atlanta2017_team_flip_sticker"
  77344. "name" "crate_sticker_pack_atlanta2017_flip"
  77345. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77346. "image_inventory" "econ/stickers/atlanta2017/flip"
  77347. "loot_list_name" "atlanta2017_rare_flip"
  77348. "prefab" "atlanta2017_sticker_capsule_prefab"
  77349. "item_type" "self_opening_purchase"
  77350. }
  77351. "4293"
  77352. {
  77353. "item_name" "#StoreItem_atlanta2017_team_fntc_sticker"
  77354. "name" "crate_sticker_pack_atlanta2017_fntc"
  77355. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77356. "image_inventory" "econ/stickers/atlanta2017/fntc"
  77357. "loot_list_name" "atlanta2017_rare_fntc"
  77358. "prefab" "atlanta2017_sticker_capsule_prefab"
  77359. "item_type" "self_opening_purchase"
  77360. }
  77361. "4294"
  77362. {
  77363. "item_name" "#StoreItem_atlanta2017_team_g2_sticker"
  77364. "name" "crate_sticker_pack_atlanta2017_g2"
  77365. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77366. "image_inventory" "econ/stickers/atlanta2017/g2"
  77367. "loot_list_name" "atlanta2017_rare_g2"
  77368. "prefab" "atlanta2017_sticker_capsule_prefab"
  77369. "item_type" "self_opening_purchase"
  77370. }
  77371. "4295"
  77372. {
  77373. "item_name" "#StoreItem_atlanta2017_team_gamb_sticker"
  77374. "name" "crate_sticker_pack_atlanta2017_gamb"
  77375. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77376. "image_inventory" "econ/stickers/atlanta2017/gamb"
  77377. "loot_list_name" "atlanta2017_rare_gamb"
  77378. "prefab" "atlanta2017_sticker_capsule_prefab"
  77379. "item_type" "self_opening_purchase"
  77380. }
  77381. "4296"
  77382. {
  77383. "item_name" "#StoreItem_atlanta2017_team_god_sticker"
  77384. "name" "crate_sticker_pack_atlanta2017_god"
  77385. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77386. "image_inventory" "econ/stickers/atlanta2017/god"
  77387. "loot_list_name" "atlanta2017_rare_god"
  77388. "prefab" "atlanta2017_sticker_capsule_prefab"
  77389. "item_type" "self_opening_purchase"
  77390. }
  77391. "4297"
  77392. {
  77393. "item_name" "#StoreItem_atlanta2017_team_hlr_sticker"
  77394. "name" "crate_sticker_pack_atlanta2017_hlr"
  77395. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77396. "image_inventory" "econ/stickers/atlanta2017/hlr"
  77397. "loot_list_name" "atlanta2017_rare_hlr"
  77398. "prefab" "atlanta2017_sticker_capsule_prefab"
  77399. "item_type" "self_opening_purchase"
  77400. }
  77401. "4298"
  77402. {
  77403. "item_name" "#StoreItem_atlanta2017_team_mss_sticker"
  77404. "name" "crate_sticker_pack_atlanta2017_mss"
  77405. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77406. "image_inventory" "econ/stickers/atlanta2017/mss"
  77407. "loot_list_name" "atlanta2017_rare_mss"
  77408. "prefab" "atlanta2017_sticker_capsule_prefab"
  77409. "item_type" "self_opening_purchase"
  77410. }
  77411. "4299"
  77412. {
  77413. "item_name" "#StoreItem_atlanta2017_team_navi_sticker"
  77414. "name" "crate_sticker_pack_atlanta2017_navi"
  77415. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77416. "image_inventory" "econ/stickers/atlanta2017/navi"
  77417. "loot_list_name" "atlanta2017_rare_navi"
  77418. "prefab" "atlanta2017_sticker_capsule_prefab"
  77419. "item_type" "self_opening_purchase"
  77420. }
  77421. "4300"
  77422. {
  77423. "item_name" "#StoreItem_atlanta2017_team_nor_sticker"
  77424. "name" "crate_sticker_pack_atlanta2017_nor"
  77425. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77426. "image_inventory" "econ/stickers/atlanta2017/nor"
  77427. "loot_list_name" "atlanta2017_rare_nor"
  77428. "prefab" "atlanta2017_sticker_capsule_prefab"
  77429. "item_type" "self_opening_purchase"
  77430. }
  77431. "4301"
  77432. {
  77433. "item_name" "#StoreItem_atlanta2017_team_optc_sticker"
  77434. "name" "crate_sticker_pack_atlanta2017_optc"
  77435. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77436. "image_inventory" "econ/stickers/atlanta2017/optc"
  77437. "loot_list_name" "atlanta2017_rare_optc"
  77438. "prefab" "atlanta2017_sticker_capsule_prefab"
  77439. "item_type" "self_opening_purchase"
  77440. }
  77441. "4302"
  77442. {
  77443. "item_name" "#StoreItem_atlanta2017_team_sk_sticker"
  77444. "name" "crate_sticker_pack_atlanta2017_sk"
  77445. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77446. "image_inventory" "econ/stickers/atlanta2017/sk"
  77447. "loot_list_name" "atlanta2017_rare_sk"
  77448. "prefab" "atlanta2017_sticker_capsule_prefab"
  77449. "item_type" "self_opening_purchase"
  77450. }
  77451. "4303"
  77452. {
  77453. "item_name" "#StoreItem_atlanta2017_team_liq_sticker"
  77454. "name" "crate_sticker_pack_atlanta2017_liq"
  77455. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77456. "image_inventory" "econ/stickers/atlanta2017/liq"
  77457. "loot_list_name" "atlanta2017_rare_liq"
  77458. "prefab" "atlanta2017_sticker_capsule_prefab"
  77459. "item_type" "self_opening_purchase"
  77460. }
  77461. "4304"
  77462. {
  77463. "item_name" "#StoreItem_atlanta2017_team_vp_sticker"
  77464. "name" "crate_sticker_pack_atlanta2017_vp"
  77465. "item_description" "#EventItemDesc_atlanta2017_sticker_team"
  77466. "image_inventory" "econ/stickers/atlanta2017/vp"
  77467. "loot_list_name" "atlanta2017_rare_vp"
  77468. "prefab" "atlanta2017_sticker_capsule_prefab"
  77469. "item_type" "self_opening_purchase"
  77470. }
  77471. "4305"
  77472. {
  77473. "item_name" "#StoreItem_atlanta2017_team_eleague_sticker"
  77474. "name" "crate_sticker_pack_atlanta2017_eleague"
  77475. "item_description" "#EventItemDesc_atlanta2017_sticker_org"
  77476. "image_inventory" "econ/stickers/atlanta2017/eleague"
  77477. "loot_list_name" "atlanta2017_rare_eleague"
  77478. "prefab" "atlanta2017_sticker_capsule_prefab"
  77479. "item_type" "self_opening_purchase"
  77480. }
  77481. "4306"
  77482. {
  77483. "item_name" "#StoreItem_atlanta2017_team_astr_graffiti"
  77484. "name" "crate_graffiti_pack_atlanta2017_astr"
  77485. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77486. "image_inventory" "econ/stickers/atlanta2017/astr_graffiti"
  77487. "loot_list_name" "atlanta2017_graffiti_astr"
  77488. "prefab" "atlanta2017_sticker_capsule_prefab"
  77489. "item_type" "self_opening_purchase"
  77490. }
  77491. "4307"
  77492. {
  77493. "item_name" "#StoreItem_atlanta2017_team_nv_graffiti"
  77494. "name" "crate_graffiti_pack_atlanta2017_nv"
  77495. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77496. "image_inventory" "econ/stickers/atlanta2017/nv_graffiti"
  77497. "loot_list_name" "atlanta2017_graffiti_nv"
  77498. "prefab" "atlanta2017_sticker_capsule_prefab"
  77499. "item_type" "self_opening_purchase"
  77500. }
  77501. "4308"
  77502. {
  77503. "item_name" "#StoreItem_atlanta2017_team_faze_graffiti"
  77504. "name" "crate_graffiti_pack_atlanta2017_faze"
  77505. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77506. "image_inventory" "econ/stickers/atlanta2017/faze_graffiti"
  77507. "loot_list_name" "atlanta2017_graffiti_faze"
  77508. "prefab" "atlanta2017_sticker_capsule_prefab"
  77509. "item_type" "self_opening_purchase"
  77510. }
  77511. "4309"
  77512. {
  77513. "item_name" "#StoreItem_atlanta2017_team_flip_graffiti"
  77514. "name" "crate_graffiti_pack_atlanta2017_flip"
  77515. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77516. "image_inventory" "econ/stickers/atlanta2017/flip_graffiti"
  77517. "loot_list_name" "atlanta2017_graffiti_flip"
  77518. "prefab" "atlanta2017_sticker_capsule_prefab"
  77519. "item_type" "self_opening_purchase"
  77520. }
  77521. "4310"
  77522. {
  77523. "item_name" "#StoreItem_atlanta2017_team_fntc_graffiti"
  77524. "name" "crate_graffiti_pack_atlanta2017_fntc"
  77525. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77526. "image_inventory" "econ/stickers/atlanta2017/fntc_graffiti"
  77527. "loot_list_name" "atlanta2017_graffiti_fntc"
  77528. "prefab" "atlanta2017_sticker_capsule_prefab"
  77529. "item_type" "self_opening_purchase"
  77530. }
  77531. "4311"
  77532. {
  77533. "item_name" "#StoreItem_atlanta2017_team_g2_graffiti"
  77534. "name" "crate_graffiti_pack_atlanta2017_g2"
  77535. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77536. "image_inventory" "econ/stickers/atlanta2017/g2_graffiti"
  77537. "loot_list_name" "atlanta2017_graffiti_g2"
  77538. "prefab" "atlanta2017_sticker_capsule_prefab"
  77539. "item_type" "self_opening_purchase"
  77540. }
  77541. "4312"
  77542. {
  77543. "item_name" "#StoreItem_atlanta2017_team_gamb_graffiti"
  77544. "name" "crate_graffiti_pack_atlanta2017_gamb"
  77545. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77546. "image_inventory" "econ/stickers/atlanta2017/gamb_graffiti"
  77547. "loot_list_name" "atlanta2017_graffiti_gamb"
  77548. "prefab" "atlanta2017_sticker_capsule_prefab"
  77549. "item_type" "self_opening_purchase"
  77550. }
  77551. "4313"
  77552. {
  77553. "item_name" "#StoreItem_atlanta2017_team_god_graffiti"
  77554. "name" "crate_graffiti_pack_atlanta2017_god"
  77555. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77556. "image_inventory" "econ/stickers/atlanta2017/god_graffiti"
  77557. "loot_list_name" "atlanta2017_graffiti_god"
  77558. "prefab" "atlanta2017_sticker_capsule_prefab"
  77559. "item_type" "self_opening_purchase"
  77560. }
  77561. "4314"
  77562. {
  77563. "item_name" "#StoreItem_atlanta2017_team_hlr_graffiti"
  77564. "name" "crate_graffiti_pack_atlanta2017_hlr"
  77565. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77566. "image_inventory" "econ/stickers/atlanta2017/hlr_graffiti"
  77567. "loot_list_name" "atlanta2017_graffiti_hlr"
  77568. "prefab" "atlanta2017_sticker_capsule_prefab"
  77569. "item_type" "self_opening_purchase"
  77570. }
  77571. "4315"
  77572. {
  77573. "item_name" "#StoreItem_atlanta2017_team_mss_graffiti"
  77574. "name" "crate_graffiti_pack_atlanta2017_mss"
  77575. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77576. "image_inventory" "econ/stickers/atlanta2017/mss_graffiti"
  77577. "loot_list_name" "atlanta2017_graffiti_mss"
  77578. "prefab" "atlanta2017_sticker_capsule_prefab"
  77579. "item_type" "self_opening_purchase"
  77580. }
  77581. "4316"
  77582. {
  77583. "item_name" "#StoreItem_atlanta2017_team_navi_graffiti"
  77584. "name" "crate_graffiti_pack_atlanta2017_navi"
  77585. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77586. "image_inventory" "econ/stickers/atlanta2017/navi_graffiti"
  77587. "loot_list_name" "atlanta2017_graffiti_navi"
  77588. "prefab" "atlanta2017_sticker_capsule_prefab"
  77589. "item_type" "self_opening_purchase"
  77590. }
  77591. "4317"
  77592. {
  77593. "item_name" "#StoreItem_atlanta2017_team_nor_graffiti"
  77594. "name" "crate_graffiti_pack_atlanta2017_nor"
  77595. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77596. "image_inventory" "econ/stickers/atlanta2017/nor_graffiti"
  77597. "loot_list_name" "atlanta2017_graffiti_nor"
  77598. "prefab" "atlanta2017_sticker_capsule_prefab"
  77599. "item_type" "self_opening_purchase"
  77600. }
  77601. "4318"
  77602. {
  77603. "item_name" "#StoreItem_atlanta2017_team_optc_graffiti"
  77604. "name" "crate_graffiti_pack_atlanta2017_optc"
  77605. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77606. "image_inventory" "econ/stickers/atlanta2017/optc_graffiti"
  77607. "loot_list_name" "atlanta2017_graffiti_optc"
  77608. "prefab" "atlanta2017_sticker_capsule_prefab"
  77609. "item_type" "self_opening_purchase"
  77610. }
  77611. "4319"
  77612. {
  77613. "item_name" "#StoreItem_atlanta2017_team_sk_graffiti"
  77614. "name" "crate_graffiti_pack_atlanta2017_sk"
  77615. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77616. "image_inventory" "econ/stickers/atlanta2017/sk_graffiti"
  77617. "loot_list_name" "atlanta2017_graffiti_sk"
  77618. "prefab" "atlanta2017_sticker_capsule_prefab"
  77619. "item_type" "self_opening_purchase"
  77620. }
  77621. "4320"
  77622. {
  77623. "item_name" "#StoreItem_atlanta2017_team_liq_graffiti"
  77624. "name" "crate_graffiti_pack_atlanta2017_liq"
  77625. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77626. "image_inventory" "econ/stickers/atlanta2017/liq_graffiti"
  77627. "loot_list_name" "atlanta2017_graffiti_liq"
  77628. "prefab" "atlanta2017_sticker_capsule_prefab"
  77629. "item_type" "self_opening_purchase"
  77630. }
  77631. "4321"
  77632. {
  77633. "item_name" "#StoreItem_atlanta2017_team_vp_graffiti"
  77634. "name" "crate_graffiti_pack_atlanta2017_vp"
  77635. "item_description" "#EventItemDesc_atlanta2017_graffiti_team"
  77636. "image_inventory" "econ/stickers/atlanta2017/vp_graffiti"
  77637. "loot_list_name" "atlanta2017_graffiti_vp"
  77638. "prefab" "atlanta2017_sticker_capsule_prefab"
  77639. "item_type" "self_opening_purchase"
  77640. }
  77641. "4322"
  77642. {
  77643. "item_name" "#StoreItem_atlanta2017_team_eleague_graffiti"
  77644. "name" "crate_graffiti_pack_atlanta2017_eleague"
  77645. "item_description" "#EventItemDesc_atlanta2017_graffiti_org"
  77646. "image_inventory" "econ/stickers/atlanta2017/eleague_graffiti"
  77647. "loot_list_name" "atlanta2017_graffiti_eleague"
  77648. "prefab" "atlanta2017_sticker_capsule_prefab"
  77649. "item_type" "self_opening_purchase"
  77650. }
  77651. "4323"
  77652. {
  77653. "item_name" "#CSGO_crate_sticker_pack_atlanta2017_legends"
  77654. "name" "crate_sticker_pack_atlanta2017_legends"
  77655. "item_description" "#CSGO_crate_sticker_pack_atlanta2017_legends_desc"
  77656. "image_inventory" "econ/weapon_cases/crate_sticker_pack_atlanta2017_01"
  77657. "prefab" "atlanta2017_sticker_capsule_prefab"
  77658. "attributes"
  77659. {
  77660. "set supply crate series"
  77661. {
  77662. "attribute_class" "supply_crate_series"
  77663. "value" "180"
  77664. }
  77665. }
  77666. "tags"
  77667. {
  77668. "StickerCapsule"
  77669. {
  77670. "tag_value" "crate_sticker_pack_atlanta2017_legends_collection"
  77671. "tag_text" "#CSGO_crate_sticker_pack_atlanta2017_legends_tag"
  77672. "tag_group" "StickerCapsule"
  77673. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  77674. }
  77675. }
  77676. }
  77677. "4324"
  77678. {
  77679. "item_name" "#CSGO_crate_sticker_pack_atlanta2017_challengers"
  77680. "name" "crate_sticker_pack_atlanta2017_challengers"
  77681. "item_description" "#CSGO_crate_sticker_pack_atlanta2017_challengers_desc"
  77682. "image_inventory" "econ/weapon_cases/crate_sticker_pack_atlanta2017_02"
  77683. "prefab" "atlanta2017_sticker_capsule_prefab"
  77684. "attributes"
  77685. {
  77686. "set supply crate series"
  77687. {
  77688. "attribute_class" "supply_crate_series"
  77689. "value" "181"
  77690. }
  77691. }
  77692. "tags"
  77693. {
  77694. "StickerCapsule"
  77695. {
  77696. "tag_value" "crate_sticker_pack_atlanta2017_challengers_collection"
  77697. "tag_text" "#CSGO_crate_sticker_pack_atlanta2017_challengers_tag"
  77698. "tag_group" "StickerCapsule"
  77699. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  77700. }
  77701. }
  77702. }
  77703. "4325"
  77704. {
  77705. "item_name" "#CSGO_crate_signature_pack_atlanta2017_group_1"
  77706. "name" "crate_signature_pack_atlanta2017_group_1"
  77707. "item_description" "#CSGO_crate_signature_pack_atlanta2017_group_1_desc"
  77708. "image_inventory" "econ/weapon_cases/crate_sticker_pack_atlanta2017_group_1"
  77709. "prefab" "atlanta2017_signature_capsule_prefab"
  77710. "attributes"
  77711. {
  77712. "set supply crate series"
  77713. {
  77714. "attribute_class" "supply_crate_series"
  77715. "value" "182"
  77716. }
  77717. }
  77718. }
  77719. "4326"
  77720. {
  77721. "item_name" "#CSGO_crate_signature_pack_atlanta2017_group_2"
  77722. "name" "crate_signature_pack_atlanta2017_group_2"
  77723. "item_description" "#CSGO_crate_signature_pack_atlanta2017_group_2_desc"
  77724. "image_inventory" "econ/weapon_cases/crate_sticker_pack_atlanta2017_group_2"
  77725. "prefab" "atlanta2017_signature_capsule_prefab"
  77726. "attributes"
  77727. {
  77728. "set supply crate series"
  77729. {
  77730. "attribute_class" "supply_crate_series"
  77731. "value" "183"
  77732. }
  77733. }
  77734. }
  77735. "4327"
  77736. {
  77737. "item_name" "#CSGO_crate_signature_pack_atlanta2017_astr"
  77738. "name" "crate_signature_pack_atlanta2017_astr"
  77739. "item_description" "#CSGO_crate_signature_pack_atlanta2017_astr_desc"
  77740. "image_inventory" "econ/weapon_cases/atlanta2017_astr"
  77741. "prefab" "atlanta2017_signature_capsule_prefab"
  77742. "attributes"
  77743. {
  77744. "set supply crate series"
  77745. {
  77746. "attribute_class" "supply_crate_series"
  77747. "value" "184"
  77748. }
  77749. "tournament event team0 id"
  77750. {
  77751. "attribute_class" "tournament_event_team_id"
  77752. "value" "60"
  77753. }
  77754. }
  77755. }
  77756. "4328"
  77757. {
  77758. "item_name" "#CSGO_crate_signature_pack_atlanta2017_nv"
  77759. "name" "crate_signature_pack_atlanta2017_nv"
  77760. "item_description" "#CSGO_crate_signature_pack_atlanta2017_nv_desc"
  77761. "image_inventory" "econ/weapon_cases/atlanta2017_nv"
  77762. "prefab" "atlanta2017_signature_capsule_prefab"
  77763. "attributes"
  77764. {
  77765. "set supply crate series"
  77766. {
  77767. "attribute_class" "supply_crate_series"
  77768. "value" "185"
  77769. }
  77770. "tournament event team0 id"
  77771. {
  77772. "attribute_class" "tournament_event_team_id"
  77773. "value" "46"
  77774. }
  77775. }
  77776. }
  77777. "4329"
  77778. {
  77779. "item_name" "#CSGO_crate_signature_pack_atlanta2017_faze"
  77780. "name" "crate_signature_pack_atlanta2017_faze"
  77781. "item_description" "#CSGO_crate_signature_pack_atlanta2017_faze_desc"
  77782. "image_inventory" "econ/weapon_cases/atlanta2017_faze"
  77783. "prefab" "atlanta2017_signature_capsule_prefab"
  77784. "attributes"
  77785. {
  77786. "set supply crate series"
  77787. {
  77788. "attribute_class" "supply_crate_series"
  77789. "value" "186"
  77790. }
  77791. "tournament event team0 id"
  77792. {
  77793. "attribute_class" "tournament_event_team_id"
  77794. "value" "61"
  77795. }
  77796. }
  77797. }
  77798. "4330"
  77799. {
  77800. "item_name" "#CSGO_crate_signature_pack_atlanta2017_flip"
  77801. "name" "crate_signature_pack_atlanta2017_flip"
  77802. "item_description" "#CSGO_crate_signature_pack_atlanta2017_flip_desc"
  77803. "image_inventory" "econ/weapon_cases/atlanta2017_flip"
  77804. "prefab" "atlanta2017_signature_capsule_prefab"
  77805. "attributes"
  77806. {
  77807. "set supply crate series"
  77808. {
  77809. "attribute_class" "supply_crate_series"
  77810. "value" "187"
  77811. }
  77812. "tournament event team0 id"
  77813. {
  77814. "attribute_class" "tournament_event_team_id"
  77815. "value" "43"
  77816. }
  77817. }
  77818. }
  77819. "4331"
  77820. {
  77821. "item_name" "#CSGO_crate_signature_pack_atlanta2017_fntc"
  77822. "name" "crate_signature_pack_atlanta2017_fntc"
  77823. "item_description" "#CSGO_crate_signature_pack_atlanta2017_fntc_desc"
  77824. "image_inventory" "econ/weapon_cases/atlanta2017_fntc"
  77825. "prefab" "atlanta2017_signature_capsule_prefab"
  77826. "attributes"
  77827. {
  77828. "set supply crate series"
  77829. {
  77830. "attribute_class" "supply_crate_series"
  77831. "value" "188"
  77832. }
  77833. "tournament event team0 id"
  77834. {
  77835. "attribute_class" "tournament_event_team_id"
  77836. "value" "6"
  77837. }
  77838. }
  77839. }
  77840. "4332"
  77841. {
  77842. "item_name" "#CSGO_crate_signature_pack_atlanta2017_g2"
  77843. "name" "crate_signature_pack_atlanta2017_g2"
  77844. "item_description" "#CSGO_crate_signature_pack_atlanta2017_g2_desc"
  77845. "image_inventory" "econ/weapon_cases/atlanta2017_g2"
  77846. "prefab" "atlanta2017_signature_capsule_prefab"
  77847. "attributes"
  77848. {
  77849. "set supply crate series"
  77850. {
  77851. "attribute_class" "supply_crate_series"
  77852. "value" "189"
  77853. }
  77854. "tournament event team0 id"
  77855. {
  77856. "attribute_class" "tournament_event_team_id"
  77857. "value" "59"
  77858. }
  77859. }
  77860. }
  77861. "4333"
  77862. {
  77863. "item_name" "#CSGO_crate_signature_pack_atlanta2017_gamb"
  77864. "name" "crate_signature_pack_atlanta2017_gamb"
  77865. "item_description" "#CSGO_crate_signature_pack_atlanta2017_gamb_desc"
  77866. "image_inventory" "econ/weapon_cases/atlanta2017_gamb"
  77867. "prefab" "atlanta2017_signature_capsule_prefab"
  77868. "attributes"
  77869. {
  77870. "set supply crate series"
  77871. {
  77872. "attribute_class" "supply_crate_series"
  77873. "value" "190"
  77874. }
  77875. "tournament event team0 id"
  77876. {
  77877. "attribute_class" "tournament_event_team_id"
  77878. "value" "63"
  77879. }
  77880. }
  77881. }
  77882. "4334"
  77883. {
  77884. "item_name" "#CSGO_crate_signature_pack_atlanta2017_god"
  77885. "name" "crate_signature_pack_atlanta2017_god"
  77886. "item_description" "#CSGO_crate_signature_pack_atlanta2017_god_desc"
  77887. "image_inventory" "econ/weapon_cases/atlanta2017_god"
  77888. "prefab" "atlanta2017_signature_capsule_prefab"
  77889. "attributes"
  77890. {
  77891. "set supply crate series"
  77892. {
  77893. "attribute_class" "supply_crate_series"
  77894. "value" "191"
  77895. }
  77896. "tournament event team0 id"
  77897. {
  77898. "attribute_class" "tournament_event_team_id"
  77899. "value" "67"
  77900. }
  77901. }
  77902. }
  77903. "4335"
  77904. {
  77905. "item_name" "#CSGO_crate_signature_pack_atlanta2017_hlr"
  77906. "name" "crate_signature_pack_atlanta2017_hlr"
  77907. "item_description" "#CSGO_crate_signature_pack_atlanta2017_hlr_desc"
  77908. "image_inventory" "econ/weapon_cases/atlanta2017_hlr"
  77909. "prefab" "atlanta2017_signature_capsule_prefab"
  77910. "attributes"
  77911. {
  77912. "set supply crate series"
  77913. {
  77914. "attribute_class" "supply_crate_series"
  77915. "value" "192"
  77916. }
  77917. "tournament event team0 id"
  77918. {
  77919. "attribute_class" "tournament_event_team_id"
  77920. "value" "25"
  77921. }
  77922. }
  77923. }
  77924. "4336"
  77925. {
  77926. "item_name" "#CSGO_crate_signature_pack_atlanta2017_mss"
  77927. "name" "crate_signature_pack_atlanta2017_mss"
  77928. "item_description" "#CSGO_crate_signature_pack_atlanta2017_mss_desc"
  77929. "image_inventory" "econ/weapon_cases/atlanta2017_mss"
  77930. "prefab" "atlanta2017_signature_capsule_prefab"
  77931. "attributes"
  77932. {
  77933. "set supply crate series"
  77934. {
  77935. "attribute_class" "supply_crate_series"
  77936. "value" "193"
  77937. }
  77938. "tournament event team0 id"
  77939. {
  77940. "attribute_class" "tournament_event_team_id"
  77941. "value" "29"
  77942. }
  77943. }
  77944. }
  77945. "4337"
  77946. {
  77947. "item_name" "#CSGO_crate_signature_pack_atlanta2017_navi"
  77948. "name" "crate_signature_pack_atlanta2017_navi"
  77949. "item_description" "#CSGO_crate_signature_pack_atlanta2017_navi_desc"
  77950. "image_inventory" "econ/weapon_cases/atlanta2017_navi"
  77951. "prefab" "atlanta2017_signature_capsule_prefab"
  77952. "attributes"
  77953. {
  77954. "set supply crate series"
  77955. {
  77956. "attribute_class" "supply_crate_series"
  77957. "value" "194"
  77958. }
  77959. "tournament event team0 id"
  77960. {
  77961. "attribute_class" "tournament_event_team_id"
  77962. "value" "12"
  77963. }
  77964. }
  77965. }
  77966. "4338"
  77967. {
  77968. "item_name" "#CSGO_crate_signature_pack_atlanta2017_nor"
  77969. "name" "crate_signature_pack_atlanta2017_nor"
  77970. "item_description" "#CSGO_crate_signature_pack_atlanta2017_nor_desc"
  77971. "image_inventory" "econ/weapon_cases/atlanta2017_nor"
  77972. "prefab" "atlanta2017_signature_capsule_prefab"
  77973. "attributes"
  77974. {
  77975. "set supply crate series"
  77976. {
  77977. "attribute_class" "supply_crate_series"
  77978. "value" "195"
  77979. }
  77980. "tournament event team0 id"
  77981. {
  77982. "attribute_class" "tournament_event_team_id"
  77983. "value" "68"
  77984. }
  77985. }
  77986. }
  77987. "4339"
  77988. {
  77989. "item_name" "#CSGO_crate_signature_pack_atlanta2017_optc"
  77990. "name" "crate_signature_pack_atlanta2017_optc"
  77991. "item_description" "#CSGO_crate_signature_pack_atlanta2017_optc_desc"
  77992. "image_inventory" "econ/weapon_cases/atlanta2017_optc"
  77993. "prefab" "atlanta2017_signature_capsule_prefab"
  77994. "attributes"
  77995. {
  77996. "set supply crate series"
  77997. {
  77998. "attribute_class" "supply_crate_series"
  77999. "value" "196"
  78000. }
  78001. "tournament event team0 id"
  78002. {
  78003. "attribute_class" "tournament_event_team_id"
  78004. "value" "66"
  78005. }
  78006. }
  78007. }
  78008. "4340"
  78009. {
  78010. "item_name" "#CSGO_crate_signature_pack_atlanta2017_sk"
  78011. "name" "crate_signature_pack_atlanta2017_sk"
  78012. "item_description" "#CSGO_crate_signature_pack_atlanta2017_sk_desc"
  78013. "image_inventory" "econ/weapon_cases/atlanta2017_sk"
  78014. "prefab" "atlanta2017_signature_capsule_prefab"
  78015. "attributes"
  78016. {
  78017. "set supply crate series"
  78018. {
  78019. "attribute_class" "supply_crate_series"
  78020. "value" "197"
  78021. }
  78022. "tournament event team0 id"
  78023. {
  78024. "attribute_class" "tournament_event_team_id"
  78025. "value" "14"
  78026. }
  78027. }
  78028. }
  78029. "4341"
  78030. {
  78031. "item_name" "#CSGO_crate_signature_pack_atlanta2017_liq"
  78032. "name" "crate_signature_pack_atlanta2017_liq"
  78033. "item_description" "#CSGO_crate_signature_pack_atlanta2017_liq_desc"
  78034. "image_inventory" "econ/weapon_cases/atlanta2017_liq"
  78035. "prefab" "atlanta2017_signature_capsule_prefab"
  78036. "attributes"
  78037. {
  78038. "set supply crate series"
  78039. {
  78040. "attribute_class" "supply_crate_series"
  78041. "value" "198"
  78042. }
  78043. "tournament event team0 id"
  78044. {
  78045. "attribute_class" "tournament_event_team_id"
  78046. "value" "48"
  78047. }
  78048. }
  78049. }
  78050. "4342"
  78051. {
  78052. "item_name" "#CSGO_crate_signature_pack_atlanta2017_vp"
  78053. "name" "crate_signature_pack_atlanta2017_vp"
  78054. "item_description" "#CSGO_crate_signature_pack_atlanta2017_vp_desc"
  78055. "image_inventory" "econ/weapon_cases/atlanta2017_vp"
  78056. "prefab" "atlanta2017_signature_capsule_prefab"
  78057. "attributes"
  78058. {
  78059. "set supply crate series"
  78060. {
  78061. "attribute_class" "supply_crate_series"
  78062. "value" "199"
  78063. }
  78064. "tournament event team0 id"
  78065. {
  78066. "attribute_class" "tournament_event_team_id"
  78067. "value" "31"
  78068. }
  78069. }
  78070. }
  78071. "4343"
  78072. {
  78073. "item_name" "#CSGO_crate_atlanta2017_bundle_of_all"
  78074. "name" "crate_atlanta2017_bundle_of_all"
  78075. "item_description" "#CSGO_crate_atlanta2017_bundle_of_all_desc"
  78076. "image_inventory" "econ/weapon_cases/atlanta2017_bundleofall"
  78077. "loot_list_name" "atlanta2017_bundle_of_all"
  78078. "prefab" "atlanta2017_sticker_capsule_prefab"
  78079. "item_type" "self_opening_purchase"
  78080. }
  78081. "4344"
  78082. {
  78083. "item_name" "#CSGO_crate_atlanta2017_promo_de_dust2"
  78084. "name" "crate_atlanta2017_promo_de_dust2"
  78085. "image_inventory" "econ/weapon_cases/crate_atlanta2017_promo_de_dust2"
  78086. "prefab" "weapon_case_souvenirpkg"
  78087. "attributes"
  78088. {
  78089. "set supply crate series"
  78090. {
  78091. "attribute_class" "supply_crate_series"
  78092. "value" "200"
  78093. }
  78094. "tournament event id"
  78095. {
  78096. "attribute_class" "tournament_event_id"
  78097. "value" "11"
  78098. }
  78099. }
  78100. "tags"
  78101. {
  78102. "ItemSet"
  78103. {
  78104. "tag_value" "set_dust_2"
  78105. "tag_text" "#CSGO_set_dust_2"
  78106. "tag_group" "ItemSet"
  78107. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  78108. }
  78109. }
  78110. }
  78111. "4345"
  78112. {
  78113. "item_name" "#CSGO_crate_atlanta2017_promo_de_mirage"
  78114. "name" "crate_atlanta2017_promo_de_mirage"
  78115. "image_inventory" "econ/weapon_cases/crate_atlanta2017_promo_de_mirage"
  78116. "prefab" "weapon_case_souvenirpkg"
  78117. "attributes"
  78118. {
  78119. "set supply crate series"
  78120. {
  78121. "attribute_class" "supply_crate_series"
  78122. "value" "201"
  78123. }
  78124. "tournament event id"
  78125. {
  78126. "attribute_class" "tournament_event_id"
  78127. "value" "11"
  78128. }
  78129. }
  78130. "tags"
  78131. {
  78132. "ItemSet"
  78133. {
  78134. "tag_value" "set_mirage"
  78135. "tag_text" "#CSGO_set_mirage"
  78136. "tag_group" "ItemSet"
  78137. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  78138. }
  78139. }
  78140. }
  78141. "4346"
  78142. {
  78143. "item_name" "#CSGO_crate_atlanta2017_promo_de_cbble"
  78144. "name" "crate_atlanta2017_promo_de_cbble"
  78145. "image_inventory" "econ/weapon_cases/crate_atlanta2017_promo_de_cbble"
  78146. "prefab" "weapon_case_souvenirpkg"
  78147. "attributes"
  78148. {
  78149. "set supply crate series"
  78150. {
  78151. "attribute_class" "supply_crate_series"
  78152. "value" "202"
  78153. }
  78154. "tournament event id"
  78155. {
  78156. "attribute_class" "tournament_event_id"
  78157. "value" "11"
  78158. }
  78159. }
  78160. "tags"
  78161. {
  78162. "ItemSet"
  78163. {
  78164. "tag_value" "set_cobblestone"
  78165. "tag_text" "#CSGO_set_cobblestone"
  78166. "tag_group" "ItemSet"
  78167. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  78168. }
  78169. }
  78170. }
  78171. "4347"
  78172. {
  78173. "item_name" "#CSGO_crate_atlanta2017_promo_de_overpass"
  78174. "name" "crate_atlanta2017_promo_de_overpass"
  78175. "image_inventory" "econ/weapon_cases/crate_atlanta2017_promo_de_overpass"
  78176. "prefab" "weapon_case_souvenirpkg"
  78177. "attributes"
  78178. {
  78179. "set supply crate series"
  78180. {
  78181. "attribute_class" "supply_crate_series"
  78182. "value" "203"
  78183. }
  78184. "tournament event id"
  78185. {
  78186. "attribute_class" "tournament_event_id"
  78187. "value" "11"
  78188. }
  78189. }
  78190. "tags"
  78191. {
  78192. "ItemSet"
  78193. {
  78194. "tag_value" "set_overpass"
  78195. "tag_text" "#CSGO_set_overpass"
  78196. "tag_group" "ItemSet"
  78197. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  78198. }
  78199. }
  78200. }
  78201. "4348"
  78202. {
  78203. "item_name" "#CSGO_crate_atlanta2017_promo_de_cache"
  78204. "name" "crate_atlanta2017_promo_de_cache"
  78205. "image_inventory" "econ/weapon_cases/crate_atlanta2017_promo_de_cache"
  78206. "prefab" "weapon_case_souvenirpkg"
  78207. "attributes"
  78208. {
  78209. "set supply crate series"
  78210. {
  78211. "attribute_class" "supply_crate_series"
  78212. "value" "204"
  78213. }
  78214. "tournament event id"
  78215. {
  78216. "attribute_class" "tournament_event_id"
  78217. "value" "11"
  78218. }
  78219. }
  78220. "tags"
  78221. {
  78222. "ItemSet"
  78223. {
  78224. "tag_value" "set_cache"
  78225. "tag_text" "#CSGO_set_cache"
  78226. "tag_group" "ItemSet"
  78227. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  78228. }
  78229. }
  78230. }
  78231. "4349"
  78232. {
  78233. "item_name" "#CSGO_crate_atlanta2017_promo_de_train"
  78234. "name" "crate_atlanta2017_promo_de_train"
  78235. "image_inventory" "econ/weapon_cases/crate_atlanta2017_promo_de_train"
  78236. "prefab" "weapon_case_souvenirpkg"
  78237. "attributes"
  78238. {
  78239. "set supply crate series"
  78240. {
  78241. "attribute_class" "supply_crate_series"
  78242. "value" "205"
  78243. }
  78244. "tournament event id"
  78245. {
  78246. "attribute_class" "tournament_event_id"
  78247. "value" "11"
  78248. }
  78249. }
  78250. "tags"
  78251. {
  78252. "ItemSet"
  78253. {
  78254. "tag_value" "set_train"
  78255. "tag_text" "#CSGO_set_train"
  78256. "tag_group" "ItemSet"
  78257. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  78258. }
  78259. }
  78260. }
  78261. "4350"
  78262. {
  78263. "item_name" "#CSGO_crate_atlanta2017_promo_de_nuke"
  78264. "name" "crate_atlanta2017_promo_de_nuke"
  78265. "image_inventory" "econ/weapon_cases/crate_atlanta2017_promo_de_nuke"
  78266. "prefab" "weapon_case_souvenirpkg"
  78267. "attributes"
  78268. {
  78269. "set supply crate series"
  78270. {
  78271. "attribute_class" "supply_crate_series"
  78272. "value" "206"
  78273. }
  78274. "tournament event id"
  78275. {
  78276. "attribute_class" "tournament_event_id"
  78277. "value" "11"
  78278. }
  78279. }
  78280. "tags"
  78281. {
  78282. "ItemSet"
  78283. {
  78284. "tag_value" "set_nuke"
  78285. "tag_text" "#CSGO_set_nuke"
  78286. "tag_group" "ItemSet"
  78287. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  78288. }
  78289. }
  78290. }
  78291. }
  78292. "sticker_kits"
  78293. {
  78294. "1738"
  78295. {
  78296. "name" "atlanta2017_team_astr"
  78297. "item_name" "#StickerKit_atlanta2017_team_astr"
  78298. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78299. "sticker_material" "atlanta2017/astr"
  78300. "item_rarity" "rare"
  78301. "tournament_event_id" "11"
  78302. "tournament_team_id" "60"
  78303. }
  78304. "1739"
  78305. {
  78306. "name" "atlanta2017_team_astr_holo"
  78307. "item_name" "#StickerKit_atlanta2017_team_astr_holo"
  78308. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78309. "sticker_material" "atlanta2017/astr_holo"
  78310. "item_rarity" "mythical"
  78311. "tournament_event_id" "11"
  78312. "tournament_team_id" "60"
  78313. }
  78314. "1740"
  78315. {
  78316. "name" "atlanta2017_team_astr_foil"
  78317. "item_name" "#StickerKit_atlanta2017_team_astr_foil"
  78318. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78319. "sticker_material" "atlanta2017/astr_foil"
  78320. "item_rarity" "legendary"
  78321. "tournament_event_id" "11"
  78322. "tournament_team_id" "60"
  78323. }
  78324. "1741"
  78325. {
  78326. "name" "atlanta2017_team_astr_gold"
  78327. "item_name" "#StickerKit_atlanta2017_team_astr_gold"
  78328. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78329. "sticker_material" "atlanta2017/astr_gold"
  78330. "item_rarity" "legendary"
  78331. "tournament_event_id" "11"
  78332. "tournament_team_id" "60"
  78333. }
  78334. "1742"
  78335. {
  78336. "name" "atlanta2017_team_nv"
  78337. "item_name" "#StickerKit_atlanta2017_team_nv"
  78338. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78339. "sticker_material" "atlanta2017/nv"
  78340. "item_rarity" "rare"
  78341. "tournament_event_id" "11"
  78342. "tournament_team_id" "46"
  78343. }
  78344. "1743"
  78345. {
  78346. "name" "atlanta2017_team_nv_holo"
  78347. "item_name" "#StickerKit_atlanta2017_team_nv_holo"
  78348. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78349. "sticker_material" "atlanta2017/nv_holo"
  78350. "item_rarity" "mythical"
  78351. "tournament_event_id" "11"
  78352. "tournament_team_id" "46"
  78353. }
  78354. "1744"
  78355. {
  78356. "name" "atlanta2017_team_nv_foil"
  78357. "item_name" "#StickerKit_atlanta2017_team_nv_foil"
  78358. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78359. "sticker_material" "atlanta2017/nv_foil"
  78360. "item_rarity" "legendary"
  78361. "tournament_event_id" "11"
  78362. "tournament_team_id" "46"
  78363. }
  78364. "1745"
  78365. {
  78366. "name" "atlanta2017_team_nv_gold"
  78367. "item_name" "#StickerKit_atlanta2017_team_nv_gold"
  78368. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78369. "sticker_material" "atlanta2017/nv_gold"
  78370. "item_rarity" "legendary"
  78371. "tournament_event_id" "11"
  78372. "tournament_team_id" "46"
  78373. }
  78374. "1746"
  78375. {
  78376. "name" "atlanta2017_team_faze"
  78377. "item_name" "#StickerKit_atlanta2017_team_faze"
  78378. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78379. "sticker_material" "atlanta2017/faze"
  78380. "item_rarity" "rare"
  78381. "tournament_event_id" "11"
  78382. "tournament_team_id" "61"
  78383. }
  78384. "1747"
  78385. {
  78386. "name" "atlanta2017_team_faze_holo"
  78387. "item_name" "#StickerKit_atlanta2017_team_faze_holo"
  78388. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78389. "sticker_material" "atlanta2017/faze_holo"
  78390. "item_rarity" "mythical"
  78391. "tournament_event_id" "11"
  78392. "tournament_team_id" "61"
  78393. }
  78394. "1748"
  78395. {
  78396. "name" "atlanta2017_team_faze_foil"
  78397. "item_name" "#StickerKit_atlanta2017_team_faze_foil"
  78398. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78399. "sticker_material" "atlanta2017/faze_foil"
  78400. "item_rarity" "legendary"
  78401. "tournament_event_id" "11"
  78402. "tournament_team_id" "61"
  78403. }
  78404. "1749"
  78405. {
  78406. "name" "atlanta2017_team_faze_gold"
  78407. "item_name" "#StickerKit_atlanta2017_team_faze_gold"
  78408. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78409. "sticker_material" "atlanta2017/faze_gold"
  78410. "item_rarity" "legendary"
  78411. "tournament_event_id" "11"
  78412. "tournament_team_id" "61"
  78413. }
  78414. "1750"
  78415. {
  78416. "name" "atlanta2017_team_flip"
  78417. "item_name" "#StickerKit_atlanta2017_team_flip"
  78418. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78419. "sticker_material" "atlanta2017/flip"
  78420. "item_rarity" "rare"
  78421. "tournament_event_id" "11"
  78422. "tournament_team_id" "43"
  78423. }
  78424. "1751"
  78425. {
  78426. "name" "atlanta2017_team_flip_holo"
  78427. "item_name" "#StickerKit_atlanta2017_team_flip_holo"
  78428. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78429. "sticker_material" "atlanta2017/flip_holo"
  78430. "item_rarity" "mythical"
  78431. "tournament_event_id" "11"
  78432. "tournament_team_id" "43"
  78433. }
  78434. "1752"
  78435. {
  78436. "name" "atlanta2017_team_flip_foil"
  78437. "item_name" "#StickerKit_atlanta2017_team_flip_foil"
  78438. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78439. "sticker_material" "atlanta2017/flip_foil"
  78440. "item_rarity" "legendary"
  78441. "tournament_event_id" "11"
  78442. "tournament_team_id" "43"
  78443. }
  78444. "1753"
  78445. {
  78446. "name" "atlanta2017_team_flip_gold"
  78447. "item_name" "#StickerKit_atlanta2017_team_flip_gold"
  78448. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78449. "sticker_material" "atlanta2017/flip_gold"
  78450. "item_rarity" "legendary"
  78451. "tournament_event_id" "11"
  78452. "tournament_team_id" "43"
  78453. }
  78454. "1754"
  78455. {
  78456. "name" "atlanta2017_team_fntc"
  78457. "item_name" "#StickerKit_atlanta2017_team_fntc"
  78458. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78459. "sticker_material" "atlanta2017/fntc"
  78460. "item_rarity" "rare"
  78461. "tournament_event_id" "11"
  78462. "tournament_team_id" "6"
  78463. }
  78464. "1755"
  78465. {
  78466. "name" "atlanta2017_team_fntc_holo"
  78467. "item_name" "#StickerKit_atlanta2017_team_fntc_holo"
  78468. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78469. "sticker_material" "atlanta2017/fntc_holo"
  78470. "item_rarity" "mythical"
  78471. "tournament_event_id" "11"
  78472. "tournament_team_id" "6"
  78473. }
  78474. "1756"
  78475. {
  78476. "name" "atlanta2017_team_fntc_foil"
  78477. "item_name" "#StickerKit_atlanta2017_team_fntc_foil"
  78478. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78479. "sticker_material" "atlanta2017/fntc_foil"
  78480. "item_rarity" "legendary"
  78481. "tournament_event_id" "11"
  78482. "tournament_team_id" "6"
  78483. }
  78484. "1757"
  78485. {
  78486. "name" "atlanta2017_team_fntc_gold"
  78487. "item_name" "#StickerKit_atlanta2017_team_fntc_gold"
  78488. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78489. "sticker_material" "atlanta2017/fntc_gold"
  78490. "item_rarity" "legendary"
  78491. "tournament_event_id" "11"
  78492. "tournament_team_id" "6"
  78493. }
  78494. "1758"
  78495. {
  78496. "name" "atlanta2017_team_g2"
  78497. "item_name" "#StickerKit_atlanta2017_team_g2"
  78498. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78499. "sticker_material" "atlanta2017/g2"
  78500. "item_rarity" "rare"
  78501. "tournament_event_id" "11"
  78502. "tournament_team_id" "59"
  78503. }
  78504. "1759"
  78505. {
  78506. "name" "atlanta2017_team_g2_holo"
  78507. "item_name" "#StickerKit_atlanta2017_team_g2_holo"
  78508. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78509. "sticker_material" "atlanta2017/g2_holo"
  78510. "item_rarity" "mythical"
  78511. "tournament_event_id" "11"
  78512. "tournament_team_id" "59"
  78513. }
  78514. "1760"
  78515. {
  78516. "name" "atlanta2017_team_g2_foil"
  78517. "item_name" "#StickerKit_atlanta2017_team_g2_foil"
  78518. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78519. "sticker_material" "atlanta2017/g2_foil"
  78520. "item_rarity" "legendary"
  78521. "tournament_event_id" "11"
  78522. "tournament_team_id" "59"
  78523. }
  78524. "1761"
  78525. {
  78526. "name" "atlanta2017_team_g2_gold"
  78527. "item_name" "#StickerKit_atlanta2017_team_g2_gold"
  78528. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78529. "sticker_material" "atlanta2017/g2_gold"
  78530. "item_rarity" "legendary"
  78531. "tournament_event_id" "11"
  78532. "tournament_team_id" "59"
  78533. }
  78534. "1762"
  78535. {
  78536. "name" "atlanta2017_team_gamb"
  78537. "item_name" "#StickerKit_atlanta2017_team_gamb"
  78538. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78539. "sticker_material" "atlanta2017/gamb"
  78540. "item_rarity" "rare"
  78541. "tournament_event_id" "11"
  78542. "tournament_team_id" "63"
  78543. }
  78544. "1763"
  78545. {
  78546. "name" "atlanta2017_team_gamb_holo"
  78547. "item_name" "#StickerKit_atlanta2017_team_gamb_holo"
  78548. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78549. "sticker_material" "atlanta2017/gamb_holo"
  78550. "item_rarity" "mythical"
  78551. "tournament_event_id" "11"
  78552. "tournament_team_id" "63"
  78553. }
  78554. "1764"
  78555. {
  78556. "name" "atlanta2017_team_gamb_foil"
  78557. "item_name" "#StickerKit_atlanta2017_team_gamb_foil"
  78558. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78559. "sticker_material" "atlanta2017/gamb_foil"
  78560. "item_rarity" "legendary"
  78561. "tournament_event_id" "11"
  78562. "tournament_team_id" "63"
  78563. }
  78564. "1765"
  78565. {
  78566. "name" "atlanta2017_team_gamb_gold"
  78567. "item_name" "#StickerKit_atlanta2017_team_gamb_gold"
  78568. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78569. "sticker_material" "atlanta2017/gamb_gold"
  78570. "item_rarity" "legendary"
  78571. "tournament_event_id" "11"
  78572. "tournament_team_id" "63"
  78573. }
  78574. "1766"
  78575. {
  78576. "name" "atlanta2017_team_god"
  78577. "item_name" "#StickerKit_atlanta2017_team_god"
  78578. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78579. "sticker_material" "atlanta2017/god"
  78580. "item_rarity" "rare"
  78581. "tournament_event_id" "11"
  78582. "tournament_team_id" "67"
  78583. }
  78584. "1767"
  78585. {
  78586. "name" "atlanta2017_team_god_holo"
  78587. "item_name" "#StickerKit_atlanta2017_team_god_holo"
  78588. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78589. "sticker_material" "atlanta2017/god_holo"
  78590. "item_rarity" "mythical"
  78591. "tournament_event_id" "11"
  78592. "tournament_team_id" "67"
  78593. }
  78594. "1768"
  78595. {
  78596. "name" "atlanta2017_team_god_foil"
  78597. "item_name" "#StickerKit_atlanta2017_team_god_foil"
  78598. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78599. "sticker_material" "atlanta2017/god_foil"
  78600. "item_rarity" "legendary"
  78601. "tournament_event_id" "11"
  78602. "tournament_team_id" "67"
  78603. }
  78604. "1769"
  78605. {
  78606. "name" "atlanta2017_team_god_gold"
  78607. "item_name" "#StickerKit_atlanta2017_team_god_gold"
  78608. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78609. "sticker_material" "atlanta2017/god_gold"
  78610. "item_rarity" "legendary"
  78611. "tournament_event_id" "11"
  78612. "tournament_team_id" "67"
  78613. }
  78614. "1770"
  78615. {
  78616. "name" "atlanta2017_team_hlr"
  78617. "item_name" "#StickerKit_atlanta2017_team_hlr"
  78618. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78619. "sticker_material" "atlanta2017/hlr"
  78620. "item_rarity" "rare"
  78621. "tournament_event_id" "11"
  78622. "tournament_team_id" "25"
  78623. }
  78624. "1771"
  78625. {
  78626. "name" "atlanta2017_team_hlr_holo"
  78627. "item_name" "#StickerKit_atlanta2017_team_hlr_holo"
  78628. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78629. "sticker_material" "atlanta2017/hlr_holo"
  78630. "item_rarity" "mythical"
  78631. "tournament_event_id" "11"
  78632. "tournament_team_id" "25"
  78633. }
  78634. "1772"
  78635. {
  78636. "name" "atlanta2017_team_hlr_foil"
  78637. "item_name" "#StickerKit_atlanta2017_team_hlr_foil"
  78638. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78639. "sticker_material" "atlanta2017/hlr_foil"
  78640. "item_rarity" "legendary"
  78641. "tournament_event_id" "11"
  78642. "tournament_team_id" "25"
  78643. }
  78644. "1773"
  78645. {
  78646. "name" "atlanta2017_team_hlr_gold"
  78647. "item_name" "#StickerKit_atlanta2017_team_hlr_gold"
  78648. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78649. "sticker_material" "atlanta2017/hlr_gold"
  78650. "item_rarity" "legendary"
  78651. "tournament_event_id" "11"
  78652. "tournament_team_id" "25"
  78653. }
  78654. "1774"
  78655. {
  78656. "name" "atlanta2017_team_mss"
  78657. "item_name" "#StickerKit_atlanta2017_team_mss"
  78658. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78659. "sticker_material" "atlanta2017/mss"
  78660. "item_rarity" "rare"
  78661. "tournament_event_id" "11"
  78662. "tournament_team_id" "29"
  78663. }
  78664. "1775"
  78665. {
  78666. "name" "atlanta2017_team_mss_holo"
  78667. "item_name" "#StickerKit_atlanta2017_team_mss_holo"
  78668. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78669. "sticker_material" "atlanta2017/mss_holo"
  78670. "item_rarity" "mythical"
  78671. "tournament_event_id" "11"
  78672. "tournament_team_id" "29"
  78673. }
  78674. "1776"
  78675. {
  78676. "name" "atlanta2017_team_mss_foil"
  78677. "item_name" "#StickerKit_atlanta2017_team_mss_foil"
  78678. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78679. "sticker_material" "atlanta2017/mss_foil"
  78680. "item_rarity" "legendary"
  78681. "tournament_event_id" "11"
  78682. "tournament_team_id" "29"
  78683. }
  78684. "1777"
  78685. {
  78686. "name" "atlanta2017_team_mss_gold"
  78687. "item_name" "#StickerKit_atlanta2017_team_mss_gold"
  78688. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78689. "sticker_material" "atlanta2017/mss_gold"
  78690. "item_rarity" "legendary"
  78691. "tournament_event_id" "11"
  78692. "tournament_team_id" "29"
  78693. }
  78694. "1778"
  78695. {
  78696. "name" "atlanta2017_team_navi"
  78697. "item_name" "#StickerKit_atlanta2017_team_navi"
  78698. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78699. "sticker_material" "atlanta2017/navi"
  78700. "item_rarity" "rare"
  78701. "tournament_event_id" "11"
  78702. "tournament_team_id" "12"
  78703. }
  78704. "1779"
  78705. {
  78706. "name" "atlanta2017_team_navi_holo"
  78707. "item_name" "#StickerKit_atlanta2017_team_navi_holo"
  78708. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78709. "sticker_material" "atlanta2017/navi_holo"
  78710. "item_rarity" "mythical"
  78711. "tournament_event_id" "11"
  78712. "tournament_team_id" "12"
  78713. }
  78714. "1780"
  78715. {
  78716. "name" "atlanta2017_team_navi_foil"
  78717. "item_name" "#StickerKit_atlanta2017_team_navi_foil"
  78718. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78719. "sticker_material" "atlanta2017/navi_foil"
  78720. "item_rarity" "legendary"
  78721. "tournament_event_id" "11"
  78722. "tournament_team_id" "12"
  78723. }
  78724. "1781"
  78725. {
  78726. "name" "atlanta2017_team_navi_gold"
  78727. "item_name" "#StickerKit_atlanta2017_team_navi_gold"
  78728. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78729. "sticker_material" "atlanta2017/navi_gold"
  78730. "item_rarity" "legendary"
  78731. "tournament_event_id" "11"
  78732. "tournament_team_id" "12"
  78733. }
  78734. "1782"
  78735. {
  78736. "name" "atlanta2017_team_nor"
  78737. "item_name" "#StickerKit_atlanta2017_team_nor"
  78738. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78739. "sticker_material" "atlanta2017/nor"
  78740. "item_rarity" "rare"
  78741. "tournament_event_id" "11"
  78742. "tournament_team_id" "68"
  78743. }
  78744. "1783"
  78745. {
  78746. "name" "atlanta2017_team_nor_holo"
  78747. "item_name" "#StickerKit_atlanta2017_team_nor_holo"
  78748. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78749. "sticker_material" "atlanta2017/nor_holo"
  78750. "item_rarity" "mythical"
  78751. "tournament_event_id" "11"
  78752. "tournament_team_id" "68"
  78753. }
  78754. "1784"
  78755. {
  78756. "name" "atlanta2017_team_nor_foil"
  78757. "item_name" "#StickerKit_atlanta2017_team_nor_foil"
  78758. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78759. "sticker_material" "atlanta2017/nor_foil"
  78760. "item_rarity" "legendary"
  78761. "tournament_event_id" "11"
  78762. "tournament_team_id" "68"
  78763. }
  78764. "1785"
  78765. {
  78766. "name" "atlanta2017_team_nor_gold"
  78767. "item_name" "#StickerKit_atlanta2017_team_nor_gold"
  78768. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78769. "sticker_material" "atlanta2017/nor_gold"
  78770. "item_rarity" "legendary"
  78771. "tournament_event_id" "11"
  78772. "tournament_team_id" "68"
  78773. }
  78774. "1786"
  78775. {
  78776. "name" "atlanta2017_team_optc"
  78777. "item_name" "#StickerKit_atlanta2017_team_optc"
  78778. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78779. "sticker_material" "atlanta2017/optc"
  78780. "item_rarity" "rare"
  78781. "tournament_event_id" "11"
  78782. "tournament_team_id" "66"
  78783. }
  78784. "1787"
  78785. {
  78786. "name" "atlanta2017_team_optc_holo"
  78787. "item_name" "#StickerKit_atlanta2017_team_optc_holo"
  78788. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78789. "sticker_material" "atlanta2017/optc_holo"
  78790. "item_rarity" "mythical"
  78791. "tournament_event_id" "11"
  78792. "tournament_team_id" "66"
  78793. }
  78794. "1788"
  78795. {
  78796. "name" "atlanta2017_team_optc_foil"
  78797. "item_name" "#StickerKit_atlanta2017_team_optc_foil"
  78798. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78799. "sticker_material" "atlanta2017/optc_foil"
  78800. "item_rarity" "legendary"
  78801. "tournament_event_id" "11"
  78802. "tournament_team_id" "66"
  78803. }
  78804. "1789"
  78805. {
  78806. "name" "atlanta2017_team_optc_gold"
  78807. "item_name" "#StickerKit_atlanta2017_team_optc_gold"
  78808. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78809. "sticker_material" "atlanta2017/optc_gold"
  78810. "item_rarity" "legendary"
  78811. "tournament_event_id" "11"
  78812. "tournament_team_id" "66"
  78813. }
  78814. "1790"
  78815. {
  78816. "name" "atlanta2017_team_sk"
  78817. "item_name" "#StickerKit_atlanta2017_team_sk"
  78818. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78819. "sticker_material" "atlanta2017/sk"
  78820. "item_rarity" "rare"
  78821. "tournament_event_id" "11"
  78822. "tournament_team_id" "14"
  78823. }
  78824. "1791"
  78825. {
  78826. "name" "atlanta2017_team_sk_holo"
  78827. "item_name" "#StickerKit_atlanta2017_team_sk_holo"
  78828. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78829. "sticker_material" "atlanta2017/sk_holo"
  78830. "item_rarity" "mythical"
  78831. "tournament_event_id" "11"
  78832. "tournament_team_id" "14"
  78833. }
  78834. "1792"
  78835. {
  78836. "name" "atlanta2017_team_sk_foil"
  78837. "item_name" "#StickerKit_atlanta2017_team_sk_foil"
  78838. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78839. "sticker_material" "atlanta2017/sk_foil"
  78840. "item_rarity" "legendary"
  78841. "tournament_event_id" "11"
  78842. "tournament_team_id" "14"
  78843. }
  78844. "1793"
  78845. {
  78846. "name" "atlanta2017_team_sk_gold"
  78847. "item_name" "#StickerKit_atlanta2017_team_sk_gold"
  78848. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78849. "sticker_material" "atlanta2017/sk_gold"
  78850. "item_rarity" "legendary"
  78851. "tournament_event_id" "11"
  78852. "tournament_team_id" "14"
  78853. }
  78854. "1794"
  78855. {
  78856. "name" "atlanta2017_team_liq"
  78857. "item_name" "#StickerKit_atlanta2017_team_liq"
  78858. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78859. "sticker_material" "atlanta2017/liq"
  78860. "item_rarity" "rare"
  78861. "tournament_event_id" "11"
  78862. "tournament_team_id" "48"
  78863. }
  78864. "1795"
  78865. {
  78866. "name" "atlanta2017_team_liq_holo"
  78867. "item_name" "#StickerKit_atlanta2017_team_liq_holo"
  78868. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78869. "sticker_material" "atlanta2017/liq_holo"
  78870. "item_rarity" "mythical"
  78871. "tournament_event_id" "11"
  78872. "tournament_team_id" "48"
  78873. }
  78874. "1796"
  78875. {
  78876. "name" "atlanta2017_team_liq_foil"
  78877. "item_name" "#StickerKit_atlanta2017_team_liq_foil"
  78878. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78879. "sticker_material" "atlanta2017/liq_foil"
  78880. "item_rarity" "legendary"
  78881. "tournament_event_id" "11"
  78882. "tournament_team_id" "48"
  78883. }
  78884. "1797"
  78885. {
  78886. "name" "atlanta2017_team_liq_gold"
  78887. "item_name" "#StickerKit_atlanta2017_team_liq_gold"
  78888. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78889. "sticker_material" "atlanta2017/liq_gold"
  78890. "item_rarity" "legendary"
  78891. "tournament_event_id" "11"
  78892. "tournament_team_id" "48"
  78893. }
  78894. "1798"
  78895. {
  78896. "name" "atlanta2017_team_vp"
  78897. "item_name" "#StickerKit_atlanta2017_team_vp"
  78898. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78899. "sticker_material" "atlanta2017/vp"
  78900. "item_rarity" "rare"
  78901. "tournament_event_id" "11"
  78902. "tournament_team_id" "31"
  78903. }
  78904. "1799"
  78905. {
  78906. "name" "atlanta2017_team_vp_holo"
  78907. "item_name" "#StickerKit_atlanta2017_team_vp_holo"
  78908. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78909. "sticker_material" "atlanta2017/vp_holo"
  78910. "item_rarity" "mythical"
  78911. "tournament_event_id" "11"
  78912. "tournament_team_id" "31"
  78913. }
  78914. "1800"
  78915. {
  78916. "name" "atlanta2017_team_vp_foil"
  78917. "item_name" "#StickerKit_atlanta2017_team_vp_foil"
  78918. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78919. "sticker_material" "atlanta2017/vp_foil"
  78920. "item_rarity" "legendary"
  78921. "tournament_event_id" "11"
  78922. "tournament_team_id" "31"
  78923. }
  78924. "1801"
  78925. {
  78926. "name" "atlanta2017_team_vp_gold"
  78927. "item_name" "#StickerKit_atlanta2017_team_vp_gold"
  78928. "description_string" "#EventItemDesc_atlanta2017_sticker_team"
  78929. "sticker_material" "atlanta2017/vp_gold"
  78930. "item_rarity" "legendary"
  78931. "tournament_event_id" "11"
  78932. "tournament_team_id" "31"
  78933. }
  78934. "1802"
  78935. {
  78936. "name" "atlanta2017_team_eleague"
  78937. "item_name" "#StickerKit_atlanta2017_team_eleague"
  78938. "description_string" "#EventItemDesc_atlanta2017_sticker_org"
  78939. "sticker_material" "atlanta2017/eleague"
  78940. "item_rarity" "rare"
  78941. "tournament_event_id" "11"
  78942. "tournament_team_id" "0"
  78943. }
  78944. "1803"
  78945. {
  78946. "name" "atlanta2017_team_eleague_holo"
  78947. "item_name" "#StickerKit_atlanta2017_team_eleague_holo"
  78948. "description_string" "#EventItemDesc_atlanta2017_sticker_org"
  78949. "sticker_material" "atlanta2017/eleague_holo"
  78950. "item_rarity" "mythical"
  78951. "tournament_event_id" "11"
  78952. "tournament_team_id" "0"
  78953. }
  78954. "1804"
  78955. {
  78956. "name" "atlanta2017_team_eleague_foil"
  78957. "item_name" "#StickerKit_atlanta2017_team_eleague_foil"
  78958. "description_string" "#EventItemDesc_atlanta2017_sticker_org"
  78959. "sticker_material" "atlanta2017/eleague_foil"
  78960. "item_rarity" "legendary"
  78961. "tournament_event_id" "11"
  78962. "tournament_team_id" "0"
  78963. }
  78964. "1805"
  78965. {
  78966. "name" "atlanta2017_team_eleague_gold"
  78967. "item_name" "#StickerKit_atlanta2017_team_eleague_gold"
  78968. "description_string" "#EventItemDesc_atlanta2017_sticker_org"
  78969. "sticker_material" "atlanta2017/eleague_gold"
  78970. "item_rarity" "legendary"
  78971. "tournament_event_id" "11"
  78972. "tournament_team_id" "0"
  78973. }
  78974. "1806"
  78975. {
  78976. "name" "atlanta2017_team_astr_graffiti"
  78977. "item_name" "#StickerKit_atlanta2017_team_astr"
  78978. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  78979. "sticker_material" "atlanta2017/astr_graffiti"
  78980. "item_rarity" "rare"
  78981. "tournament_event_id" "11"
  78982. "tournament_team_id" "60"
  78983. }
  78984. "1807"
  78985. {
  78986. "name" "atlanta2017_team_nv_graffiti"
  78987. "item_name" "#StickerKit_atlanta2017_team_nv"
  78988. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  78989. "sticker_material" "atlanta2017/nv_graffiti"
  78990. "item_rarity" "rare"
  78991. "tournament_event_id" "11"
  78992. "tournament_team_id" "46"
  78993. }
  78994. "1808"
  78995. {
  78996. "name" "atlanta2017_team_faze_graffiti"
  78997. "item_name" "#StickerKit_atlanta2017_team_faze"
  78998. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  78999. "sticker_material" "atlanta2017/faze_graffiti"
  79000. "item_rarity" "rare"
  79001. "tournament_event_id" "11"
  79002. "tournament_team_id" "61"
  79003. }
  79004. "1809"
  79005. {
  79006. "name" "atlanta2017_team_flip_graffiti"
  79007. "item_name" "#StickerKit_atlanta2017_team_flip"
  79008. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79009. "sticker_material" "atlanta2017/flip_graffiti"
  79010. "item_rarity" "rare"
  79011. "tournament_event_id" "11"
  79012. "tournament_team_id" "43"
  79013. }
  79014. "1810"
  79015. {
  79016. "name" "atlanta2017_team_fntc_graffiti"
  79017. "item_name" "#StickerKit_atlanta2017_team_fntc"
  79018. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79019. "sticker_material" "atlanta2017/fntc_graffiti"
  79020. "item_rarity" "rare"
  79021. "tournament_event_id" "11"
  79022. "tournament_team_id" "6"
  79023. }
  79024. "1811"
  79025. {
  79026. "name" "atlanta2017_team_g2_graffiti"
  79027. "item_name" "#StickerKit_atlanta2017_team_g2"
  79028. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79029. "sticker_material" "atlanta2017/g2_graffiti"
  79030. "item_rarity" "rare"
  79031. "tournament_event_id" "11"
  79032. "tournament_team_id" "59"
  79033. }
  79034. "1812"
  79035. {
  79036. "name" "atlanta2017_team_gamb_graffiti"
  79037. "item_name" "#StickerKit_atlanta2017_team_gamb"
  79038. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79039. "sticker_material" "atlanta2017/gamb_graffiti"
  79040. "item_rarity" "rare"
  79041. "tournament_event_id" "11"
  79042. "tournament_team_id" "63"
  79043. }
  79044. "1813"
  79045. {
  79046. "name" "atlanta2017_team_god_graffiti"
  79047. "item_name" "#StickerKit_atlanta2017_team_god"
  79048. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79049. "sticker_material" "atlanta2017/god_graffiti"
  79050. "item_rarity" "rare"
  79051. "tournament_event_id" "11"
  79052. "tournament_team_id" "67"
  79053. }
  79054. "1814"
  79055. {
  79056. "name" "atlanta2017_team_hlr_graffiti"
  79057. "item_name" "#StickerKit_atlanta2017_team_hlr"
  79058. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79059. "sticker_material" "atlanta2017/hlr_graffiti"
  79060. "item_rarity" "rare"
  79061. "tournament_event_id" "11"
  79062. "tournament_team_id" "25"
  79063. }
  79064. "1815"
  79065. {
  79066. "name" "atlanta2017_team_mss_graffiti"
  79067. "item_name" "#StickerKit_atlanta2017_team_mss"
  79068. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79069. "sticker_material" "atlanta2017/mss_graffiti"
  79070. "item_rarity" "rare"
  79071. "tournament_event_id" "11"
  79072. "tournament_team_id" "29"
  79073. }
  79074. "1816"
  79075. {
  79076. "name" "atlanta2017_team_navi_graffiti"
  79077. "item_name" "#StickerKit_atlanta2017_team_navi"
  79078. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79079. "sticker_material" "atlanta2017/navi_graffiti"
  79080. "item_rarity" "rare"
  79081. "tournament_event_id" "11"
  79082. "tournament_team_id" "12"
  79083. }
  79084. "1817"
  79085. {
  79086. "name" "atlanta2017_team_nor_graffiti"
  79087. "item_name" "#StickerKit_atlanta2017_team_nor"
  79088. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79089. "sticker_material" "atlanta2017/nor_graffiti"
  79090. "item_rarity" "rare"
  79091. "tournament_event_id" "11"
  79092. "tournament_team_id" "68"
  79093. }
  79094. "1818"
  79095. {
  79096. "name" "atlanta2017_team_optc_graffiti"
  79097. "item_name" "#StickerKit_atlanta2017_team_optc"
  79098. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79099. "sticker_material" "atlanta2017/optc_graffiti"
  79100. "item_rarity" "rare"
  79101. "tournament_event_id" "11"
  79102. "tournament_team_id" "66"
  79103. }
  79104. "1819"
  79105. {
  79106. "name" "atlanta2017_team_sk_graffiti"
  79107. "item_name" "#StickerKit_atlanta2017_team_sk"
  79108. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79109. "sticker_material" "atlanta2017/sk_graffiti"
  79110. "item_rarity" "rare"
  79111. "tournament_event_id" "11"
  79112. "tournament_team_id" "14"
  79113. }
  79114. "1820"
  79115. {
  79116. "name" "atlanta2017_team_liq_graffiti"
  79117. "item_name" "#StickerKit_atlanta2017_team_liq"
  79118. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79119. "sticker_material" "atlanta2017/liq_graffiti"
  79120. "item_rarity" "rare"
  79121. "tournament_event_id" "11"
  79122. "tournament_team_id" "48"
  79123. }
  79124. "1821"
  79125. {
  79126. "name" "atlanta2017_team_vp_graffiti"
  79127. "item_name" "#StickerKit_atlanta2017_team_vp"
  79128. "description_string" "#EventItemDesc_atlanta2017_graffiti_team"
  79129. "sticker_material" "atlanta2017/vp_graffiti"
  79130. "item_rarity" "rare"
  79131. "tournament_event_id" "11"
  79132. "tournament_team_id" "31"
  79133. }
  79134. "1822"
  79135. {
  79136. "name" "atlanta2017_team_eleague_graffiti"
  79137. "item_name" "#StickerKit_atlanta2017_team_eleague"
  79138. "description_string" "#EventItemDesc_atlanta2017_graffiti_org"
  79139. "sticker_material" "atlanta2017/eleague_graffiti"
  79140. "item_rarity" "rare"
  79141. "tournament_event_id" "11"
  79142. "tournament_team_id" "0"
  79143. }
  79144. "1823"
  79145. {
  79146. "name" "atlanta2017_signature_styko"
  79147. "item_name" "#StickerKit_atlanta2017_signature_styko"
  79148. "description_string" "#StickerKit_desc_atlanta2017_signature_styko"
  79149. "sticker_material" "atlanta2017/sig_styko"
  79150. "item_rarity" "rare"
  79151. "tournament_event_id" "11"
  79152. "tournament_team_id" "25"
  79153. "tournament_player_id" "55928431"
  79154. }
  79155. "1824"
  79156. {
  79157. "name" "atlanta2017_signature_styko_foil"
  79158. "item_name" "#StickerKit_atlanta2017_signature_styko_foil"
  79159. "description_string" "#StickerKit_desc_atlanta2017_signature_styko_foil"
  79160. "sticker_material" "atlanta2017/sig_styko_foil"
  79161. "item_rarity" "legendary"
  79162. "tournament_event_id" "11"
  79163. "tournament_team_id" "25"
  79164. "tournament_player_id" "55928431"
  79165. }
  79166. "1825"
  79167. {
  79168. "name" "atlanta2017_signature_styko_gold"
  79169. "item_name" "#StickerKit_atlanta2017_signature_styko_gold"
  79170. "description_string" "#StickerKit_desc_atlanta2017_signature_styko_gold"
  79171. "sticker_material" "atlanta2017/sig_styko_gold"
  79172. "item_rarity" "legendary"
  79173. "tournament_event_id" "11"
  79174. "tournament_team_id" "25"
  79175. "tournament_player_id" "55928431"
  79176. }
  79177. "1826"
  79178. {
  79179. "name" "atlanta2017_signature_zero"
  79180. "item_name" "#StickerKit_atlanta2017_signature_zero"
  79181. "description_string" "#StickerKit_desc_atlanta2017_signature_zero"
  79182. "sticker_material" "atlanta2017/sig_zero"
  79183. "item_rarity" "rare"
  79184. "tournament_event_id" "11"
  79185. "tournament_team_id" "25"
  79186. "tournament_player_id" "34322135"
  79187. }
  79188. "1827"
  79189. {
  79190. "name" "atlanta2017_signature_zero_foil"
  79191. "item_name" "#StickerKit_atlanta2017_signature_zero_foil"
  79192. "description_string" "#StickerKit_desc_atlanta2017_signature_zero_foil"
  79193. "sticker_material" "atlanta2017/sig_zero_foil"
  79194. "item_rarity" "legendary"
  79195. "tournament_event_id" "11"
  79196. "tournament_team_id" "25"
  79197. "tournament_player_id" "34322135"
  79198. }
  79199. "1828"
  79200. {
  79201. "name" "atlanta2017_signature_zero_gold"
  79202. "item_name" "#StickerKit_atlanta2017_signature_zero_gold"
  79203. "description_string" "#StickerKit_desc_atlanta2017_signature_zero_gold"
  79204. "sticker_material" "atlanta2017/sig_zero_gold"
  79205. "item_rarity" "legendary"
  79206. "tournament_event_id" "11"
  79207. "tournament_team_id" "25"
  79208. "tournament_player_id" "34322135"
  79209. }
  79210. "1829"
  79211. {
  79212. "name" "atlanta2017_signature_deadfox"
  79213. "item_name" "#StickerKit_atlanta2017_signature_deadfox"
  79214. "description_string" "#StickerKit_desc_atlanta2017_signature_deadfox"
  79215. "sticker_material" "atlanta2017/sig_deadfox"
  79216. "item_rarity" "rare"
  79217. "tournament_event_id" "11"
  79218. "tournament_team_id" "25"
  79219. "tournament_player_id" "29338592"
  79220. }
  79221. "1830"
  79222. {
  79223. "name" "atlanta2017_signature_deadfox_foil"
  79224. "item_name" "#StickerKit_atlanta2017_signature_deadfox_foil"
  79225. "description_string" "#StickerKit_desc_atlanta2017_signature_deadfox_foil"
  79226. "sticker_material" "atlanta2017/sig_deadfox_foil"
  79227. "item_rarity" "legendary"
  79228. "tournament_event_id" "11"
  79229. "tournament_team_id" "25"
  79230. "tournament_player_id" "29338592"
  79231. }
  79232. "1831"
  79233. {
  79234. "name" "atlanta2017_signature_deadfox_gold"
  79235. "item_name" "#StickerKit_atlanta2017_signature_deadfox_gold"
  79236. "description_string" "#StickerKit_desc_atlanta2017_signature_deadfox_gold"
  79237. "sticker_material" "atlanta2017/sig_deadfox_gold"
  79238. "item_rarity" "legendary"
  79239. "tournament_event_id" "11"
  79240. "tournament_team_id" "25"
  79241. "tournament_player_id" "29338592"
  79242. }
  79243. "1832"
  79244. {
  79245. "name" "atlanta2017_signature_bondik"
  79246. "item_name" "#StickerKit_atlanta2017_signature_bondik"
  79247. "description_string" "#StickerKit_desc_atlanta2017_signature_bondik"
  79248. "sticker_material" "atlanta2017/sig_bondik"
  79249. "item_rarity" "rare"
  79250. "tournament_event_id" "11"
  79251. "tournament_team_id" "25"
  79252. "tournament_player_id" "46918643"
  79253. }
  79254. "1833"
  79255. {
  79256. "name" "atlanta2017_signature_bondik_foil"
  79257. "item_name" "#StickerKit_atlanta2017_signature_bondik_foil"
  79258. "description_string" "#StickerKit_desc_atlanta2017_signature_bondik_foil"
  79259. "sticker_material" "atlanta2017/sig_bondik_foil"
  79260. "item_rarity" "legendary"
  79261. "tournament_event_id" "11"
  79262. "tournament_team_id" "25"
  79263. "tournament_player_id" "46918643"
  79264. }
  79265. "1834"
  79266. {
  79267. "name" "atlanta2017_signature_bondik_gold"
  79268. "item_name" "#StickerKit_atlanta2017_signature_bondik_gold"
  79269. "description_string" "#StickerKit_desc_atlanta2017_signature_bondik_gold"
  79270. "sticker_material" "atlanta2017/sig_bondik_gold"
  79271. "item_rarity" "legendary"
  79272. "tournament_event_id" "11"
  79273. "tournament_team_id" "25"
  79274. "tournament_player_id" "46918643"
  79275. }
  79276. "1835"
  79277. {
  79278. "name" "atlanta2017_signature_angel"
  79279. "item_name" "#StickerKit_atlanta2017_signature_angel"
  79280. "description_string" "#StickerKit_desc_atlanta2017_signature_angel"
  79281. "sticker_material" "atlanta2017/sig_angel"
  79282. "item_rarity" "rare"
  79283. "tournament_event_id" "11"
  79284. "tournament_team_id" "25"
  79285. "tournament_player_id" "58930363"
  79286. }
  79287. "1836"
  79288. {
  79289. "name" "atlanta2017_signature_angel_foil"
  79290. "item_name" "#StickerKit_atlanta2017_signature_angel_foil"
  79291. "description_string" "#StickerKit_desc_atlanta2017_signature_angel_foil"
  79292. "sticker_material" "atlanta2017/sig_angel_foil"
  79293. "item_rarity" "legendary"
  79294. "tournament_event_id" "11"
  79295. "tournament_team_id" "25"
  79296. "tournament_player_id" "58930363"
  79297. }
  79298. "1837"
  79299. {
  79300. "name" "atlanta2017_signature_angel_gold"
  79301. "item_name" "#StickerKit_atlanta2017_signature_angel_gold"
  79302. "description_string" "#StickerKit_desc_atlanta2017_signature_angel_gold"
  79303. "sticker_material" "atlanta2017/sig_angel_gold"
  79304. "item_rarity" "legendary"
  79305. "tournament_event_id" "11"
  79306. "tournament_team_id" "25"
  79307. "tournament_player_id" "58930363"
  79308. }
  79309. "1838"
  79310. {
  79311. "name" "atlanta2017_signature_tarik"
  79312. "item_name" "#StickerKit_atlanta2017_signature_tarik"
  79313. "description_string" "#StickerKit_desc_atlanta2017_signature_tarik"
  79314. "sticker_material" "atlanta2017/sig_tarik"
  79315. "item_rarity" "rare"
  79316. "tournament_event_id" "11"
  79317. "tournament_team_id" "66"
  79318. "tournament_player_id" "18216247"
  79319. }
  79320. "1839"
  79321. {
  79322. "name" "atlanta2017_signature_tarik_foil"
  79323. "item_name" "#StickerKit_atlanta2017_signature_tarik_foil"
  79324. "description_string" "#StickerKit_desc_atlanta2017_signature_tarik_foil"
  79325. "sticker_material" "atlanta2017/sig_tarik_foil"
  79326. "item_rarity" "legendary"
  79327. "tournament_event_id" "11"
  79328. "tournament_team_id" "66"
  79329. "tournament_player_id" "18216247"
  79330. }
  79331. "1840"
  79332. {
  79333. "name" "atlanta2017_signature_tarik_gold"
  79334. "item_name" "#StickerKit_atlanta2017_signature_tarik_gold"
  79335. "description_string" "#StickerKit_desc_atlanta2017_signature_tarik_gold"
  79336. "sticker_material" "atlanta2017/sig_tarik_gold"
  79337. "item_rarity" "legendary"
  79338. "tournament_event_id" "11"
  79339. "tournament_team_id" "66"
  79340. "tournament_player_id" "18216247"
  79341. }
  79342. "1841"
  79343. {
  79344. "name" "atlanta2017_signature_mixwell"
  79345. "item_name" "#StickerKit_atlanta2017_signature_mixwell"
  79346. "description_string" "#StickerKit_desc_atlanta2017_signature_mixwell"
  79347. "sticker_material" "atlanta2017/sig_mixwell"
  79348. "item_rarity" "rare"
  79349. "tournament_event_id" "11"
  79350. "tournament_team_id" "66"
  79351. "tournament_player_id" "27224124"
  79352. }
  79353. "1842"
  79354. {
  79355. "name" "atlanta2017_signature_mixwell_foil"
  79356. "item_name" "#StickerKit_atlanta2017_signature_mixwell_foil"
  79357. "description_string" "#StickerKit_desc_atlanta2017_signature_mixwell_foil"
  79358. "sticker_material" "atlanta2017/sig_mixwell_foil"
  79359. "item_rarity" "legendary"
  79360. "tournament_event_id" "11"
  79361. "tournament_team_id" "66"
  79362. "tournament_player_id" "27224124"
  79363. }
  79364. "1843"
  79365. {
  79366. "name" "atlanta2017_signature_mixwell_gold"
  79367. "item_name" "#StickerKit_atlanta2017_signature_mixwell_gold"
  79368. "description_string" "#StickerKit_desc_atlanta2017_signature_mixwell_gold"
  79369. "sticker_material" "atlanta2017/sig_mixwell_gold"
  79370. "item_rarity" "legendary"
  79371. "tournament_event_id" "11"
  79372. "tournament_team_id" "66"
  79373. "tournament_player_id" "27224124"
  79374. }
  79375. "1844"
  79376. {
  79377. "name" "atlanta2017_signature_naf"
  79378. "item_name" "#StickerKit_atlanta2017_signature_naf"
  79379. "description_string" "#StickerKit_desc_atlanta2017_signature_naf"
  79380. "sticker_material" "atlanta2017/sig_naf"
  79381. "item_rarity" "rare"
  79382. "tournament_event_id" "11"
  79383. "tournament_team_id" "66"
  79384. "tournament_player_id" "40885967"
  79385. }
  79386. "1845"
  79387. {
  79388. "name" "atlanta2017_signature_naf_foil"
  79389. "item_name" "#StickerKit_atlanta2017_signature_naf_foil"
  79390. "description_string" "#StickerKit_desc_atlanta2017_signature_naf_foil"
  79391. "sticker_material" "atlanta2017/sig_naf_foil"
  79392. "item_rarity" "legendary"
  79393. "tournament_event_id" "11"
  79394. "tournament_team_id" "66"
  79395. "tournament_player_id" "40885967"
  79396. }
  79397. "1846"
  79398. {
  79399. "name" "atlanta2017_signature_naf_gold"
  79400. "item_name" "#StickerKit_atlanta2017_signature_naf_gold"
  79401. "description_string" "#StickerKit_desc_atlanta2017_signature_naf_gold"
  79402. "sticker_material" "atlanta2017/sig_naf_gold"
  79403. "item_rarity" "legendary"
  79404. "tournament_event_id" "11"
  79405. "tournament_team_id" "66"
  79406. "tournament_player_id" "40885967"
  79407. }
  79408. "1847"
  79409. {
  79410. "name" "atlanta2017_signature_rush"
  79411. "item_name" "#StickerKit_atlanta2017_signature_rush"
  79412. "description_string" "#StickerKit_desc_atlanta2017_signature_rush"
  79413. "sticker_material" "atlanta2017/sig_rush"
  79414. "item_rarity" "rare"
  79415. "tournament_event_id" "11"
  79416. "tournament_team_id" "66"
  79417. "tournament_player_id" "63326592"
  79418. }
  79419. "1848"
  79420. {
  79421. "name" "atlanta2017_signature_rush_foil"
  79422. "item_name" "#StickerKit_atlanta2017_signature_rush_foil"
  79423. "description_string" "#StickerKit_desc_atlanta2017_signature_rush_foil"
  79424. "sticker_material" "atlanta2017/sig_rush_foil"
  79425. "item_rarity" "legendary"
  79426. "tournament_event_id" "11"
  79427. "tournament_team_id" "66"
  79428. "tournament_player_id" "63326592"
  79429. }
  79430. "1849"
  79431. {
  79432. "name" "atlanta2017_signature_rush_gold"
  79433. "item_name" "#StickerKit_atlanta2017_signature_rush_gold"
  79434. "description_string" "#StickerKit_desc_atlanta2017_signature_rush_gold"
  79435. "sticker_material" "atlanta2017/sig_rush_gold"
  79436. "item_rarity" "legendary"
  79437. "tournament_event_id" "11"
  79438. "tournament_team_id" "66"
  79439. "tournament_player_id" "63326592"
  79440. }
  79441. "1850"
  79442. {
  79443. "name" "atlanta2017_signature_stanislaw"
  79444. "item_name" "#StickerKit_atlanta2017_signature_stanislaw"
  79445. "description_string" "#StickerKit_desc_atlanta2017_signature_stanislaw"
  79446. "sticker_material" "atlanta2017/sig_stanislaw"
  79447. "item_rarity" "rare"
  79448. "tournament_event_id" "11"
  79449. "tournament_team_id" "66"
  79450. "tournament_player_id" "21583315"
  79451. }
  79452. "1851"
  79453. {
  79454. "name" "atlanta2017_signature_stanislaw_foil"
  79455. "item_name" "#StickerKit_atlanta2017_signature_stanislaw_foil"
  79456. "description_string" "#StickerKit_desc_atlanta2017_signature_stanislaw_foil"
  79457. "sticker_material" "atlanta2017/sig_stanislaw_foil"
  79458. "item_rarity" "legendary"
  79459. "tournament_event_id" "11"
  79460. "tournament_team_id" "66"
  79461. "tournament_player_id" "21583315"
  79462. }
  79463. "1852"
  79464. {
  79465. "name" "atlanta2017_signature_stanislaw_gold"
  79466. "item_name" "#StickerKit_atlanta2017_signature_stanislaw_gold"
  79467. "description_string" "#StickerKit_desc_atlanta2017_signature_stanislaw_gold"
  79468. "sticker_material" "atlanta2017/sig_stanislaw_gold"
  79469. "item_rarity" "legendary"
  79470. "tournament_event_id" "11"
  79471. "tournament_team_id" "66"
  79472. "tournament_player_id" "21583315"
  79473. }
  79474. "1853"
  79475. {
  79476. "name" "atlanta2017_signature_apex"
  79477. "item_name" "#StickerKit_atlanta2017_signature_apex"
  79478. "description_string" "#StickerKit_desc_atlanta2017_signature_apex"
  79479. "sticker_material" "atlanta2017/sig_apex"
  79480. "item_rarity" "rare"
  79481. "tournament_event_id" "11"
  79482. "tournament_team_id" "46"
  79483. "tournament_player_id" "29478439"
  79484. }
  79485. "1854"
  79486. {
  79487. "name" "atlanta2017_signature_apex_foil"
  79488. "item_name" "#StickerKit_atlanta2017_signature_apex_foil"
  79489. "description_string" "#StickerKit_desc_atlanta2017_signature_apex_foil"
  79490. "sticker_material" "atlanta2017/sig_apex_foil"
  79491. "item_rarity" "legendary"
  79492. "tournament_event_id" "11"
  79493. "tournament_team_id" "46"
  79494. "tournament_player_id" "29478439"
  79495. }
  79496. "1855"
  79497. {
  79498. "name" "atlanta2017_signature_apex_gold"
  79499. "item_name" "#StickerKit_atlanta2017_signature_apex_gold"
  79500. "description_string" "#StickerKit_desc_atlanta2017_signature_apex_gold"
  79501. "sticker_material" "atlanta2017/sig_apex_gold"
  79502. "item_rarity" "legendary"
  79503. "tournament_event_id" "11"
  79504. "tournament_team_id" "46"
  79505. "tournament_player_id" "29478439"
  79506. }
  79507. "1856"
  79508. {
  79509. "name" "atlanta2017_signature_happy"
  79510. "item_name" "#StickerKit_atlanta2017_signature_happy"
  79511. "description_string" "#StickerKit_desc_atlanta2017_signature_happy"
  79512. "sticker_material" "atlanta2017/sig_happy"
  79513. "item_rarity" "rare"
  79514. "tournament_event_id" "11"
  79515. "tournament_team_id" "46"
  79516. "tournament_player_id" "17975624"
  79517. }
  79518. "1857"
  79519. {
  79520. "name" "atlanta2017_signature_happy_foil"
  79521. "item_name" "#StickerKit_atlanta2017_signature_happy_foil"
  79522. "description_string" "#StickerKit_desc_atlanta2017_signature_happy_foil"
  79523. "sticker_material" "atlanta2017/sig_happy_foil"
  79524. "item_rarity" "legendary"
  79525. "tournament_event_id" "11"
  79526. "tournament_team_id" "46"
  79527. "tournament_player_id" "17975624"
  79528. }
  79529. "1858"
  79530. {
  79531. "name" "atlanta2017_signature_happy_gold"
  79532. "item_name" "#StickerKit_atlanta2017_signature_happy_gold"
  79533. "description_string" "#StickerKit_desc_atlanta2017_signature_happy_gold"
  79534. "sticker_material" "atlanta2017/sig_happy_gold"
  79535. "item_rarity" "legendary"
  79536. "tournament_event_id" "11"
  79537. "tournament_team_id" "46"
  79538. "tournament_player_id" "17975624"
  79539. }
  79540. "1859"
  79541. {
  79542. "name" "atlanta2017_signature_sixer"
  79543. "item_name" "#StickerKit_atlanta2017_signature_sixer"
  79544. "description_string" "#StickerKit_desc_atlanta2017_signature_sixer"
  79545. "sticker_material" "atlanta2017/sig_sixer"
  79546. "item_rarity" "rare"
  79547. "tournament_event_id" "11"
  79548. "tournament_team_id" "46"
  79549. "tournament_player_id" "3429256"
  79550. }
  79551. "1860"
  79552. {
  79553. "name" "atlanta2017_signature_sixer_foil"
  79554. "item_name" "#StickerKit_atlanta2017_signature_sixer_foil"
  79555. "description_string" "#StickerKit_desc_atlanta2017_signature_sixer_foil"
  79556. "sticker_material" "atlanta2017/sig_sixer_foil"
  79557. "item_rarity" "legendary"
  79558. "tournament_event_id" "11"
  79559. "tournament_team_id" "46"
  79560. "tournament_player_id" "3429256"
  79561. }
  79562. "1861"
  79563. {
  79564. "name" "atlanta2017_signature_sixer_gold"
  79565. "item_name" "#StickerKit_atlanta2017_signature_sixer_gold"
  79566. "description_string" "#StickerKit_desc_atlanta2017_signature_sixer_gold"
  79567. "sticker_material" "atlanta2017/sig_sixer_gold"
  79568. "item_rarity" "legendary"
  79569. "tournament_event_id" "11"
  79570. "tournament_team_id" "46"
  79571. "tournament_player_id" "3429256"
  79572. }
  79573. "1862"
  79574. {
  79575. "name" "atlanta2017_signature_kennys"
  79576. "item_name" "#StickerKit_atlanta2017_signature_kennys"
  79577. "description_string" "#StickerKit_desc_atlanta2017_signature_kennys"
  79578. "sticker_material" "atlanta2017/sig_kennys"
  79579. "item_rarity" "rare"
  79580. "tournament_event_id" "11"
  79581. "tournament_team_id" "46"
  79582. "tournament_player_id" "64640068"
  79583. }
  79584. "1863"
  79585. {
  79586. "name" "atlanta2017_signature_kennys_foil"
  79587. "item_name" "#StickerKit_atlanta2017_signature_kennys_foil"
  79588. "description_string" "#StickerKit_desc_atlanta2017_signature_kennys_foil"
  79589. "sticker_material" "atlanta2017/sig_kennys_foil"
  79590. "item_rarity" "legendary"
  79591. "tournament_event_id" "11"
  79592. "tournament_team_id" "46"
  79593. "tournament_player_id" "64640068"
  79594. }
  79595. "1864"
  79596. {
  79597. "name" "atlanta2017_signature_kennys_gold"
  79598. "item_name" "#StickerKit_atlanta2017_signature_kennys_gold"
  79599. "description_string" "#StickerKit_desc_atlanta2017_signature_kennys_gold"
  79600. "sticker_material" "atlanta2017/sig_kennys_gold"
  79601. "item_rarity" "legendary"
  79602. "tournament_event_id" "11"
  79603. "tournament_team_id" "46"
  79604. "tournament_player_id" "64640068"
  79605. }
  79606. "1865"
  79607. {
  79608. "name" "atlanta2017_signature_nbk"
  79609. "item_name" "#StickerKit_atlanta2017_signature_nbk"
  79610. "description_string" "#StickerKit_desc_atlanta2017_signature_nbk"
  79611. "sticker_material" "atlanta2017/sig_nbk"
  79612. "item_rarity" "rare"
  79613. "tournament_event_id" "11"
  79614. "tournament_team_id" "46"
  79615. "tournament_player_id" "444845"
  79616. }
  79617. "1866"
  79618. {
  79619. "name" "atlanta2017_signature_nbk_foil"
  79620. "item_name" "#StickerKit_atlanta2017_signature_nbk_foil"
  79621. "description_string" "#StickerKit_desc_atlanta2017_signature_nbk_foil"
  79622. "sticker_material" "atlanta2017/sig_nbk_foil"
  79623. "item_rarity" "legendary"
  79624. "tournament_event_id" "11"
  79625. "tournament_team_id" "46"
  79626. "tournament_player_id" "444845"
  79627. }
  79628. "1867"
  79629. {
  79630. "name" "atlanta2017_signature_nbk_gold"
  79631. "item_name" "#StickerKit_atlanta2017_signature_nbk_gold"
  79632. "description_string" "#StickerKit_desc_atlanta2017_signature_nbk_gold"
  79633. "sticker_material" "atlanta2017/sig_nbk_gold"
  79634. "item_rarity" "legendary"
  79635. "tournament_event_id" "11"
  79636. "tournament_team_id" "46"
  79637. "tournament_player_id" "444845"
  79638. }
  79639. "1868"
  79640. {
  79641. "name" "atlanta2017_signature_b1ad3"
  79642. "item_name" "#StickerKit_atlanta2017_signature_b1ad3"
  79643. "description_string" "#StickerKit_desc_atlanta2017_signature_b1ad3"
  79644. "sticker_material" "atlanta2017/sig_b1ad3"
  79645. "item_rarity" "rare"
  79646. "tournament_event_id" "11"
  79647. "tournament_team_id" "43"
  79648. "tournament_player_id" "53258137"
  79649. }
  79650. "1869"
  79651. {
  79652. "name" "atlanta2017_signature_b1ad3_foil"
  79653. "item_name" "#StickerKit_atlanta2017_signature_b1ad3_foil"
  79654. "description_string" "#StickerKit_desc_atlanta2017_signature_b1ad3_foil"
  79655. "sticker_material" "atlanta2017/sig_b1ad3_foil"
  79656. "item_rarity" "legendary"
  79657. "tournament_event_id" "11"
  79658. "tournament_team_id" "43"
  79659. "tournament_player_id" "53258137"
  79660. }
  79661. "1870"
  79662. {
  79663. "name" "atlanta2017_signature_b1ad3_gold"
  79664. "item_name" "#StickerKit_atlanta2017_signature_b1ad3_gold"
  79665. "description_string" "#StickerKit_desc_atlanta2017_signature_b1ad3_gold"
  79666. "sticker_material" "atlanta2017/sig_b1ad3_gold"
  79667. "item_rarity" "legendary"
  79668. "tournament_event_id" "11"
  79669. "tournament_team_id" "43"
  79670. "tournament_player_id" "53258137"
  79671. }
  79672. "1871"
  79673. {
  79674. "name" "atlanta2017_signature_waylander"
  79675. "item_name" "#StickerKit_atlanta2017_signature_waylander"
  79676. "description_string" "#StickerKit_desc_atlanta2017_signature_waylander"
  79677. "sticker_material" "atlanta2017/sig_waylander"
  79678. "item_rarity" "rare"
  79679. "tournament_event_id" "11"
  79680. "tournament_team_id" "43"
  79681. "tournament_player_id" "38340970"
  79682. }
  79683. "1872"
  79684. {
  79685. "name" "atlanta2017_signature_waylander_foil"
  79686. "item_name" "#StickerKit_atlanta2017_signature_waylander_foil"
  79687. "description_string" "#StickerKit_desc_atlanta2017_signature_waylander_foil"
  79688. "sticker_material" "atlanta2017/sig_waylander_foil"
  79689. "item_rarity" "legendary"
  79690. "tournament_event_id" "11"
  79691. "tournament_team_id" "43"
  79692. "tournament_player_id" "38340970"
  79693. }
  79694. "1873"
  79695. {
  79696. "name" "atlanta2017_signature_waylander_gold"
  79697. "item_name" "#StickerKit_atlanta2017_signature_waylander_gold"
  79698. "description_string" "#StickerKit_desc_atlanta2017_signature_waylander_gold"
  79699. "sticker_material" "atlanta2017/sig_waylander_gold"
  79700. "item_rarity" "legendary"
  79701. "tournament_event_id" "11"
  79702. "tournament_team_id" "43"
  79703. "tournament_player_id" "38340970"
  79704. }
  79705. "1874"
  79706. {
  79707. "name" "atlanta2017_signature_electronic"
  79708. "item_name" "#StickerKit_atlanta2017_signature_electronic"
  79709. "description_string" "#StickerKit_desc_atlanta2017_signature_electronic"
  79710. "sticker_material" "atlanta2017/sig_electronic"
  79711. "item_rarity" "rare"
  79712. "tournament_event_id" "11"
  79713. "tournament_team_id" "43"
  79714. "tournament_player_id" "83779379"
  79715. }
  79716. "1875"
  79717. {
  79718. "name" "atlanta2017_signature_electronic_foil"
  79719. "item_name" "#StickerKit_atlanta2017_signature_electronic_foil"
  79720. "description_string" "#StickerKit_desc_atlanta2017_signature_electronic_foil"
  79721. "sticker_material" "atlanta2017/sig_electronic_foil"
  79722. "item_rarity" "legendary"
  79723. "tournament_event_id" "11"
  79724. "tournament_team_id" "43"
  79725. "tournament_player_id" "83779379"
  79726. }
  79727. "1876"
  79728. {
  79729. "name" "atlanta2017_signature_electronic_gold"
  79730. "item_name" "#StickerKit_atlanta2017_signature_electronic_gold"
  79731. "description_string" "#StickerKit_desc_atlanta2017_signature_electronic_gold"
  79732. "sticker_material" "atlanta2017/sig_electronic_gold"
  79733. "item_rarity" "legendary"
  79734. "tournament_event_id" "11"
  79735. "tournament_team_id" "43"
  79736. "tournament_player_id" "83779379"
  79737. }
  79738. "1877"
  79739. {
  79740. "name" "atlanta2017_signature_markeloff"
  79741. "item_name" "#StickerKit_atlanta2017_signature_markeloff"
  79742. "description_string" "#StickerKit_desc_atlanta2017_signature_markeloff"
  79743. "sticker_material" "atlanta2017/sig_markeloff"
  79744. "item_rarity" "rare"
  79745. "tournament_event_id" "11"
  79746. "tournament_team_id" "43"
  79747. "tournament_player_id" "5667261"
  79748. }
  79749. "1878"
  79750. {
  79751. "name" "atlanta2017_signature_markeloff_foil"
  79752. "item_name" "#StickerKit_atlanta2017_signature_markeloff_foil"
  79753. "description_string" "#StickerKit_desc_atlanta2017_signature_markeloff_foil"
  79754. "sticker_material" "atlanta2017/sig_markeloff_foil"
  79755. "item_rarity" "legendary"
  79756. "tournament_event_id" "11"
  79757. "tournament_team_id" "43"
  79758. "tournament_player_id" "5667261"
  79759. }
  79760. "1879"
  79761. {
  79762. "name" "atlanta2017_signature_markeloff_gold"
  79763. "item_name" "#StickerKit_atlanta2017_signature_markeloff_gold"
  79764. "description_string" "#StickerKit_desc_atlanta2017_signature_markeloff_gold"
  79765. "sticker_material" "atlanta2017/sig_markeloff_gold"
  79766. "item_rarity" "legendary"
  79767. "tournament_event_id" "11"
  79768. "tournament_team_id" "43"
  79769. "tournament_player_id" "5667261"
  79770. }
  79771. "1880"
  79772. {
  79773. "name" "atlanta2017_signature_worldedit"
  79774. "item_name" "#StickerKit_atlanta2017_signature_worldedit"
  79775. "description_string" "#StickerKit_desc_atlanta2017_signature_worldedit"
  79776. "sticker_material" "atlanta2017/sig_worldedit"
  79777. "item_rarity" "rare"
  79778. "tournament_event_id" "11"
  79779. "tournament_team_id" "43"
  79780. "tournament_player_id" "36732188"
  79781. }
  79782. "1881"
  79783. {
  79784. "name" "atlanta2017_signature_worldedit_foil"
  79785. "item_name" "#StickerKit_atlanta2017_signature_worldedit_foil"
  79786. "description_string" "#StickerKit_desc_atlanta2017_signature_worldedit_foil"
  79787. "sticker_material" "atlanta2017/sig_worldedit_foil"
  79788. "item_rarity" "legendary"
  79789. "tournament_event_id" "11"
  79790. "tournament_team_id" "43"
  79791. "tournament_player_id" "36732188"
  79792. }
  79793. "1882"
  79794. {
  79795. "name" "atlanta2017_signature_worldedit_gold"
  79796. "item_name" "#StickerKit_atlanta2017_signature_worldedit_gold"
  79797. "description_string" "#StickerKit_desc_atlanta2017_signature_worldedit_gold"
  79798. "sticker_material" "atlanta2017/sig_worldedit_gold"
  79799. "item_rarity" "legendary"
  79800. "tournament_event_id" "11"
  79801. "tournament_team_id" "43"
  79802. "tournament_player_id" "36732188"
  79803. }
  79804. "1883"
  79805. {
  79806. "name" "atlanta2017_signature_twist"
  79807. "item_name" "#StickerKit_atlanta2017_signature_twist"
  79808. "description_string" "#StickerKit_desc_atlanta2017_signature_twist"
  79809. "sticker_material" "atlanta2017/sig_twist"
  79810. "item_rarity" "rare"
  79811. "tournament_event_id" "11"
  79812. "tournament_team_id" "6"
  79813. "tournament_player_id" "19979131"
  79814. }
  79815. "1884"
  79816. {
  79817. "name" "atlanta2017_signature_twist_foil"
  79818. "item_name" "#StickerKit_atlanta2017_signature_twist_foil"
  79819. "description_string" "#StickerKit_desc_atlanta2017_signature_twist_foil"
  79820. "sticker_material" "atlanta2017/sig_twist_foil"
  79821. "item_rarity" "legendary"
  79822. "tournament_event_id" "11"
  79823. "tournament_team_id" "6"
  79824. "tournament_player_id" "19979131"
  79825. }
  79826. "1885"
  79827. {
  79828. "name" "atlanta2017_signature_twist_gold"
  79829. "item_name" "#StickerKit_atlanta2017_signature_twist_gold"
  79830. "description_string" "#StickerKit_desc_atlanta2017_signature_twist_gold"
  79831. "sticker_material" "atlanta2017/sig_twist_gold"
  79832. "item_rarity" "legendary"
  79833. "tournament_event_id" "11"
  79834. "tournament_team_id" "6"
  79835. "tournament_player_id" "19979131"
  79836. }
  79837. "1886"
  79838. {
  79839. "name" "atlanta2017_signature_discodoplan"
  79840. "item_name" "#StickerKit_atlanta2017_signature_discodoplan"
  79841. "description_string" "#StickerKit_desc_atlanta2017_signature_discodoplan"
  79842. "sticker_material" "atlanta2017/sig_discodoplan"
  79843. "item_rarity" "rare"
  79844. "tournament_event_id" "11"
  79845. "tournament_team_id" "6"
  79846. "tournament_player_id" "161262907"
  79847. }
  79848. "1887"
  79849. {
  79850. "name" "atlanta2017_signature_discodoplan_foil"
  79851. "item_name" "#StickerKit_atlanta2017_signature_discodoplan_foil"
  79852. "description_string" "#StickerKit_desc_atlanta2017_signature_discodoplan_foil"
  79853. "sticker_material" "atlanta2017/sig_discodoplan_foil"
  79854. "item_rarity" "legendary"
  79855. "tournament_event_id" "11"
  79856. "tournament_team_id" "6"
  79857. "tournament_player_id" "161262907"
  79858. }
  79859. "1888"
  79860. {
  79861. "name" "atlanta2017_signature_discodoplan_gold"
  79862. "item_name" "#StickerKit_atlanta2017_signature_discodoplan_gold"
  79863. "description_string" "#StickerKit_desc_atlanta2017_signature_discodoplan_gold"
  79864. "sticker_material" "atlanta2017/sig_discodoplan_gold"
  79865. "item_rarity" "legendary"
  79866. "tournament_event_id" "11"
  79867. "tournament_team_id" "6"
  79868. "tournament_player_id" "161262907"
  79869. }
  79870. "1889"
  79871. {
  79872. "name" "atlanta2017_signature_krimz"
  79873. "item_name" "#StickerKit_atlanta2017_signature_krimz"
  79874. "description_string" "#StickerKit_desc_atlanta2017_signature_krimz"
  79875. "sticker_material" "atlanta2017/sig_krimz"
  79876. "item_rarity" "rare"
  79877. "tournament_event_id" "11"
  79878. "tournament_team_id" "6"
  79879. "tournament_player_id" "71385856"
  79880. }
  79881. "1890"
  79882. {
  79883. "name" "atlanta2017_signature_krimz_foil"
  79884. "item_name" "#StickerKit_atlanta2017_signature_krimz_foil"
  79885. "description_string" "#StickerKit_desc_atlanta2017_signature_krimz_foil"
  79886. "sticker_material" "atlanta2017/sig_krimz_foil"
  79887. "item_rarity" "legendary"
  79888. "tournament_event_id" "11"
  79889. "tournament_team_id" "6"
  79890. "tournament_player_id" "71385856"
  79891. }
  79892. "1891"
  79893. {
  79894. "name" "atlanta2017_signature_krimz_gold"
  79895. "item_name" "#StickerKit_atlanta2017_signature_krimz_gold"
  79896. "description_string" "#StickerKit_desc_atlanta2017_signature_krimz_gold"
  79897. "sticker_material" "atlanta2017/sig_krimz_gold"
  79898. "item_rarity" "legendary"
  79899. "tournament_event_id" "11"
  79900. "tournament_team_id" "6"
  79901. "tournament_player_id" "71385856"
  79902. }
  79903. "1892"
  79904. {
  79905. "name" "atlanta2017_signature_olofmeister"
  79906. "item_name" "#StickerKit_atlanta2017_signature_olofmeister"
  79907. "description_string" "#StickerKit_desc_atlanta2017_signature_olofmeister"
  79908. "sticker_material" "atlanta2017/sig_olofmeister"
  79909. "item_rarity" "rare"
  79910. "tournament_event_id" "11"
  79911. "tournament_team_id" "6"
  79912. "tournament_player_id" "28361465"
  79913. }
  79914. "1893"
  79915. {
  79916. "name" "atlanta2017_signature_olofmeister_foil"
  79917. "item_name" "#StickerKit_atlanta2017_signature_olofmeister_foil"
  79918. "description_string" "#StickerKit_desc_atlanta2017_signature_olofmeister_foil"
  79919. "sticker_material" "atlanta2017/sig_olofmeister_foil"
  79920. "item_rarity" "legendary"
  79921. "tournament_event_id" "11"
  79922. "tournament_team_id" "6"
  79923. "tournament_player_id" "28361465"
  79924. }
  79925. "1894"
  79926. {
  79927. "name" "atlanta2017_signature_olofmeister_gold"
  79928. "item_name" "#StickerKit_atlanta2017_signature_olofmeister_gold"
  79929. "description_string" "#StickerKit_desc_atlanta2017_signature_olofmeister_gold"
  79930. "sticker_material" "atlanta2017/sig_olofmeister_gold"
  79931. "item_rarity" "legendary"
  79932. "tournament_event_id" "11"
  79933. "tournament_team_id" "6"
  79934. "tournament_player_id" "28361465"
  79935. }
  79936. "1895"
  79937. {
  79938. "name" "atlanta2017_signature_dennis"
  79939. "item_name" "#StickerKit_atlanta2017_signature_dennis"
  79940. "description_string" "#StickerKit_desc_atlanta2017_signature_dennis"
  79941. "sticker_material" "atlanta2017/sig_dennis"
  79942. "item_rarity" "rare"
  79943. "tournament_event_id" "11"
  79944. "tournament_team_id" "6"
  79945. "tournament_player_id" "108076825"
  79946. }
  79947. "1896"
  79948. {
  79949. "name" "atlanta2017_signature_dennis_foil"
  79950. "item_name" "#StickerKit_atlanta2017_signature_dennis_foil"
  79951. "description_string" "#StickerKit_desc_atlanta2017_signature_dennis_foil"
  79952. "sticker_material" "atlanta2017/sig_dennis_foil"
  79953. "item_rarity" "legendary"
  79954. "tournament_event_id" "11"
  79955. "tournament_team_id" "6"
  79956. "tournament_player_id" "108076825"
  79957. }
  79958. "1897"
  79959. {
  79960. "name" "atlanta2017_signature_dennis_gold"
  79961. "item_name" "#StickerKit_atlanta2017_signature_dennis_gold"
  79962. "description_string" "#StickerKit_desc_atlanta2017_signature_dennis_gold"
  79963. "sticker_material" "atlanta2017/sig_dennis_gold"
  79964. "item_rarity" "legendary"
  79965. "tournament_event_id" "11"
  79966. "tournament_team_id" "6"
  79967. "tournament_player_id" "108076825"
  79968. }
  79969. "1898"
  79970. {
  79971. "name" "atlanta2017_signature_aizy"
  79972. "item_name" "#StickerKit_atlanta2017_signature_aizy"
  79973. "description_string" "#StickerKit_desc_atlanta2017_signature_aizy"
  79974. "sticker_material" "atlanta2017/sig_aizy"
  79975. "item_rarity" "rare"
  79976. "tournament_event_id" "11"
  79977. "tournament_team_id" "61"
  79978. "tournament_player_id" "90685224"
  79979. }
  79980. "1899"
  79981. {
  79982. "name" "atlanta2017_signature_aizy_foil"
  79983. "item_name" "#StickerKit_atlanta2017_signature_aizy_foil"
  79984. "description_string" "#StickerKit_desc_atlanta2017_signature_aizy_foil"
  79985. "sticker_material" "atlanta2017/sig_aizy_foil"
  79986. "item_rarity" "legendary"
  79987. "tournament_event_id" "11"
  79988. "tournament_team_id" "61"
  79989. "tournament_player_id" "90685224"
  79990. }
  79991. "1900"
  79992. {
  79993. "name" "atlanta2017_signature_aizy_gold"
  79994. "item_name" "#StickerKit_atlanta2017_signature_aizy_gold"
  79995. "description_string" "#StickerKit_desc_atlanta2017_signature_aizy_gold"
  79996. "sticker_material" "atlanta2017/sig_aizy_gold"
  79997. "item_rarity" "legendary"
  79998. "tournament_event_id" "11"
  79999. "tournament_team_id" "61"
  80000. "tournament_player_id" "90685224"
  80001. }
  80002. "1901"
  80003. {
  80004. "name" "atlanta2017_signature_allu"
  80005. "item_name" "#StickerKit_atlanta2017_signature_allu"
  80006. "description_string" "#StickerKit_desc_atlanta2017_signature_allu"
  80007. "sticker_material" "atlanta2017/sig_allu"
  80008. "item_rarity" "rare"
  80009. "tournament_event_id" "11"
  80010. "tournament_team_id" "61"
  80011. "tournament_player_id" "1345246"
  80012. }
  80013. "1902"
  80014. {
  80015. "name" "atlanta2017_signature_allu_foil"
  80016. "item_name" "#StickerKit_atlanta2017_signature_allu_foil"
  80017. "description_string" "#StickerKit_desc_atlanta2017_signature_allu_foil"
  80018. "sticker_material" "atlanta2017/sig_allu_foil"
  80019. "item_rarity" "legendary"
  80020. "tournament_event_id" "11"
  80021. "tournament_team_id" "61"
  80022. "tournament_player_id" "1345246"
  80023. }
  80024. "1903"
  80025. {
  80026. "name" "atlanta2017_signature_allu_gold"
  80027. "item_name" "#StickerKit_atlanta2017_signature_allu_gold"
  80028. "description_string" "#StickerKit_desc_atlanta2017_signature_allu_gold"
  80029. "sticker_material" "atlanta2017/sig_allu_gold"
  80030. "item_rarity" "legendary"
  80031. "tournament_event_id" "11"
  80032. "tournament_team_id" "61"
  80033. "tournament_player_id" "1345246"
  80034. }
  80035. "1904"
  80036. {
  80037. "name" "atlanta2017_signature_kioshima"
  80038. "item_name" "#StickerKit_atlanta2017_signature_kioshima"
  80039. "description_string" "#StickerKit_desc_atlanta2017_signature_kioshima"
  80040. "sticker_material" "atlanta2017/sig_kioshima"
  80041. "item_rarity" "rare"
  80042. "tournament_event_id" "11"
  80043. "tournament_team_id" "61"
  80044. "tournament_player_id" "40517167"
  80045. }
  80046. "1905"
  80047. {
  80048. "name" "atlanta2017_signature_kioshima_foil"
  80049. "item_name" "#StickerKit_atlanta2017_signature_kioshima_foil"
  80050. "description_string" "#StickerKit_desc_atlanta2017_signature_kioshima_foil"
  80051. "sticker_material" "atlanta2017/sig_kioshima_foil"
  80052. "item_rarity" "legendary"
  80053. "tournament_event_id" "11"
  80054. "tournament_team_id" "61"
  80055. "tournament_player_id" "40517167"
  80056. }
  80057. "1906"
  80058. {
  80059. "name" "atlanta2017_signature_kioshima_gold"
  80060. "item_name" "#StickerKit_atlanta2017_signature_kioshima_gold"
  80061. "description_string" "#StickerKit_desc_atlanta2017_signature_kioshima_gold"
  80062. "sticker_material" "atlanta2017/sig_kioshima_gold"
  80063. "item_rarity" "legendary"
  80064. "tournament_event_id" "11"
  80065. "tournament_team_id" "61"
  80066. "tournament_player_id" "40517167"
  80067. }
  80068. "1907"
  80069. {
  80070. "name" "atlanta2017_signature_rain"
  80071. "item_name" "#StickerKit_atlanta2017_signature_rain"
  80072. "description_string" "#StickerKit_desc_atlanta2017_signature_rain"
  80073. "sticker_material" "atlanta2017/sig_rain"
  80074. "item_rarity" "rare"
  80075. "tournament_event_id" "11"
  80076. "tournament_team_id" "61"
  80077. "tournament_player_id" "37085479"
  80078. }
  80079. "1908"
  80080. {
  80081. "name" "atlanta2017_signature_rain_foil"
  80082. "item_name" "#StickerKit_atlanta2017_signature_rain_foil"
  80083. "description_string" "#StickerKit_desc_atlanta2017_signature_rain_foil"
  80084. "sticker_material" "atlanta2017/sig_rain_foil"
  80085. "item_rarity" "legendary"
  80086. "tournament_event_id" "11"
  80087. "tournament_team_id" "61"
  80088. "tournament_player_id" "37085479"
  80089. }
  80090. "1909"
  80091. {
  80092. "name" "atlanta2017_signature_rain_gold"
  80093. "item_name" "#StickerKit_atlanta2017_signature_rain_gold"
  80094. "description_string" "#StickerKit_desc_atlanta2017_signature_rain_gold"
  80095. "sticker_material" "atlanta2017/sig_rain_gold"
  80096. "item_rarity" "legendary"
  80097. "tournament_event_id" "11"
  80098. "tournament_team_id" "61"
  80099. "tournament_player_id" "37085479"
  80100. }
  80101. "1910"
  80102. {
  80103. "name" "atlanta2017_signature_karrigan"
  80104. "item_name" "#StickerKit_atlanta2017_signature_karrigan"
  80105. "description_string" "#StickerKit_desc_atlanta2017_signature_karrigan"
  80106. "sticker_material" "atlanta2017/sig_karrigan"
  80107. "item_rarity" "rare"
  80108. "tournament_event_id" "11"
  80109. "tournament_team_id" "61"
  80110. "tournament_player_id" "29164525"
  80111. }
  80112. "1911"
  80113. {
  80114. "name" "atlanta2017_signature_karrigan_foil"
  80115. "item_name" "#StickerKit_atlanta2017_signature_karrigan_foil"
  80116. "description_string" "#StickerKit_desc_atlanta2017_signature_karrigan_foil"
  80117. "sticker_material" "atlanta2017/sig_karrigan_foil"
  80118. "item_rarity" "legendary"
  80119. "tournament_event_id" "11"
  80120. "tournament_team_id" "61"
  80121. "tournament_player_id" "29164525"
  80122. }
  80123. "1912"
  80124. {
  80125. "name" "atlanta2017_signature_karrigan_gold"
  80126. "item_name" "#StickerKit_atlanta2017_signature_karrigan_gold"
  80127. "description_string" "#StickerKit_desc_atlanta2017_signature_karrigan_gold"
  80128. "sticker_material" "atlanta2017/sig_karrigan_gold"
  80129. "item_rarity" "legendary"
  80130. "tournament_event_id" "11"
  80131. "tournament_team_id" "61"
  80132. "tournament_player_id" "29164525"
  80133. }
  80134. "1913"
  80135. {
  80136. "name" "atlanta2017_signature_coldzera"
  80137. "item_name" "#StickerKit_atlanta2017_signature_coldzera"
  80138. "description_string" "#StickerKit_desc_atlanta2017_signature_coldzera"
  80139. "sticker_material" "atlanta2017/sig_coldzera"
  80140. "item_rarity" "rare"
  80141. "tournament_event_id" "11"
  80142. "tournament_team_id" "14"
  80143. "tournament_player_id" "79720871"
  80144. }
  80145. "1914"
  80146. {
  80147. "name" "atlanta2017_signature_coldzera_foil"
  80148. "item_name" "#StickerKit_atlanta2017_signature_coldzera_foil"
  80149. "description_string" "#StickerKit_desc_atlanta2017_signature_coldzera_foil"
  80150. "sticker_material" "atlanta2017/sig_coldzera_foil"
  80151. "item_rarity" "legendary"
  80152. "tournament_event_id" "11"
  80153. "tournament_team_id" "14"
  80154. "tournament_player_id" "79720871"
  80155. }
  80156. "1915"
  80157. {
  80158. "name" "atlanta2017_signature_coldzera_gold"
  80159. "item_name" "#StickerKit_atlanta2017_signature_coldzera_gold"
  80160. "description_string" "#StickerKit_desc_atlanta2017_signature_coldzera_gold"
  80161. "sticker_material" "atlanta2017/sig_coldzera_gold"
  80162. "item_rarity" "legendary"
  80163. "tournament_event_id" "11"
  80164. "tournament_team_id" "14"
  80165. "tournament_player_id" "79720871"
  80166. }
  80167. "1916"
  80168. {
  80169. "name" "atlanta2017_signature_fallen"
  80170. "item_name" "#StickerKit_atlanta2017_signature_fallen"
  80171. "description_string" "#StickerKit_desc_atlanta2017_signature_fallen"
  80172. "sticker_material" "atlanta2017/sig_fallen"
  80173. "item_rarity" "rare"
  80174. "tournament_event_id" "11"
  80175. "tournament_team_id" "14"
  80176. "tournament_player_id" "424467"
  80177. }
  80178. "1917"
  80179. {
  80180. "name" "atlanta2017_signature_fallen_foil"
  80181. "item_name" "#StickerKit_atlanta2017_signature_fallen_foil"
  80182. "description_string" "#StickerKit_desc_atlanta2017_signature_fallen_foil"
  80183. "sticker_material" "atlanta2017/sig_fallen_foil"
  80184. "item_rarity" "legendary"
  80185. "tournament_event_id" "11"
  80186. "tournament_team_id" "14"
  80187. "tournament_player_id" "424467"
  80188. }
  80189. "1918"
  80190. {
  80191. "name" "atlanta2017_signature_fallen_gold"
  80192. "item_name" "#StickerKit_atlanta2017_signature_fallen_gold"
  80193. "description_string" "#StickerKit_desc_atlanta2017_signature_fallen_gold"
  80194. "sticker_material" "atlanta2017/sig_fallen_gold"
  80195. "item_rarity" "legendary"
  80196. "tournament_event_id" "11"
  80197. "tournament_team_id" "14"
  80198. "tournament_player_id" "424467"
  80199. }
  80200. "1919"
  80201. {
  80202. "name" "atlanta2017_signature_fer"
  80203. "item_name" "#StickerKit_atlanta2017_signature_fer"
  80204. "description_string" "#StickerKit_desc_atlanta2017_signature_fer"
  80205. "sticker_material" "atlanta2017/sig_fer"
  80206. "item_rarity" "rare"
  80207. "tournament_event_id" "11"
  80208. "tournament_team_id" "14"
  80209. "tournament_player_id" "38921219"
  80210. }
  80211. "1920"
  80212. {
  80213. "name" "atlanta2017_signature_fer_foil"
  80214. "item_name" "#StickerKit_atlanta2017_signature_fer_foil"
  80215. "description_string" "#StickerKit_desc_atlanta2017_signature_fer_foil"
  80216. "sticker_material" "atlanta2017/sig_fer_foil"
  80217. "item_rarity" "legendary"
  80218. "tournament_event_id" "11"
  80219. "tournament_team_id" "14"
  80220. "tournament_player_id" "38921219"
  80221. }
  80222. "1921"
  80223. {
  80224. "name" "atlanta2017_signature_fer_gold"
  80225. "item_name" "#StickerKit_atlanta2017_signature_fer_gold"
  80226. "description_string" "#StickerKit_desc_atlanta2017_signature_fer_gold"
  80227. "sticker_material" "atlanta2017/sig_fer_gold"
  80228. "item_rarity" "legendary"
  80229. "tournament_event_id" "11"
  80230. "tournament_team_id" "14"
  80231. "tournament_player_id" "38921219"
  80232. }
  80233. "1922"
  80234. {
  80235. "name" "atlanta2017_signature_fox"
  80236. "item_name" "#StickerKit_atlanta2017_signature_fox"
  80237. "description_string" "#StickerKit_desc_atlanta2017_signature_fox"
  80238. "sticker_material" "atlanta2017/sig_fox"
  80239. "item_rarity" "rare"
  80240. "tournament_event_id" "11"
  80241. "tournament_team_id" "14"
  80242. "tournament_player_id" "1939536"
  80243. }
  80244. "1923"
  80245. {
  80246. "name" "atlanta2017_signature_fox_foil"
  80247. "item_name" "#StickerKit_atlanta2017_signature_fox_foil"
  80248. "description_string" "#StickerKit_desc_atlanta2017_signature_fox_foil"
  80249. "sticker_material" "atlanta2017/sig_fox_foil"
  80250. "item_rarity" "legendary"
  80251. "tournament_event_id" "11"
  80252. "tournament_team_id" "14"
  80253. "tournament_player_id" "1939536"
  80254. }
  80255. "1924"
  80256. {
  80257. "name" "atlanta2017_signature_fox_gold"
  80258. "item_name" "#StickerKit_atlanta2017_signature_fox_gold"
  80259. "description_string" "#StickerKit_desc_atlanta2017_signature_fox_gold"
  80260. "sticker_material" "atlanta2017/sig_fox_gold"
  80261. "item_rarity" "legendary"
  80262. "tournament_event_id" "11"
  80263. "tournament_team_id" "14"
  80264. "tournament_player_id" "1939536"
  80265. }
  80266. "1925"
  80267. {
  80268. "name" "atlanta2017_signature_taco"
  80269. "item_name" "#StickerKit_atlanta2017_signature_taco"
  80270. "description_string" "#StickerKit_desc_atlanta2017_signature_taco"
  80271. "sticker_material" "atlanta2017/sig_taco"
  80272. "item_rarity" "rare"
  80273. "tournament_event_id" "11"
  80274. "tournament_team_id" "14"
  80275. "tournament_player_id" "52876568"
  80276. }
  80277. "1926"
  80278. {
  80279. "name" "atlanta2017_signature_taco_foil"
  80280. "item_name" "#StickerKit_atlanta2017_signature_taco_foil"
  80281. "description_string" "#StickerKit_desc_atlanta2017_signature_taco_foil"
  80282. "sticker_material" "atlanta2017/sig_taco_foil"
  80283. "item_rarity" "legendary"
  80284. "tournament_event_id" "11"
  80285. "tournament_team_id" "14"
  80286. "tournament_player_id" "52876568"
  80287. }
  80288. "1927"
  80289. {
  80290. "name" "atlanta2017_signature_taco_gold"
  80291. "item_name" "#StickerKit_atlanta2017_signature_taco_gold"
  80292. "description_string" "#StickerKit_desc_atlanta2017_signature_taco_gold"
  80293. "sticker_material" "atlanta2017/sig_taco_gold"
  80294. "item_rarity" "legendary"
  80295. "tournament_event_id" "11"
  80296. "tournament_team_id" "14"
  80297. "tournament_player_id" "52876568"
  80298. }
  80299. "1928"
  80300. {
  80301. "name" "atlanta2017_signature_chrisj"
  80302. "item_name" "#StickerKit_atlanta2017_signature_chrisj"
  80303. "description_string" "#StickerKit_desc_atlanta2017_signature_chrisj"
  80304. "sticker_material" "atlanta2017/sig_chrisj"
  80305. "item_rarity" "rare"
  80306. "tournament_event_id" "11"
  80307. "tournament_team_id" "29"
  80308. "tournament_player_id" "28273376"
  80309. }
  80310. "1929"
  80311. {
  80312. "name" "atlanta2017_signature_chrisj_foil"
  80313. "item_name" "#StickerKit_atlanta2017_signature_chrisj_foil"
  80314. "description_string" "#StickerKit_desc_atlanta2017_signature_chrisj_foil"
  80315. "sticker_material" "atlanta2017/sig_chrisj_foil"
  80316. "item_rarity" "legendary"
  80317. "tournament_event_id" "11"
  80318. "tournament_team_id" "29"
  80319. "tournament_player_id" "28273376"
  80320. }
  80321. "1930"
  80322. {
  80323. "name" "atlanta2017_signature_chrisj_gold"
  80324. "item_name" "#StickerKit_atlanta2017_signature_chrisj_gold"
  80325. "description_string" "#StickerKit_desc_atlanta2017_signature_chrisj_gold"
  80326. "sticker_material" "atlanta2017/sig_chrisj_gold"
  80327. "item_rarity" "legendary"
  80328. "tournament_event_id" "11"
  80329. "tournament_team_id" "29"
  80330. "tournament_player_id" "28273376"
  80331. }
  80332. "1931"
  80333. {
  80334. "name" "atlanta2017_signature_denis"
  80335. "item_name" "#StickerKit_atlanta2017_signature_denis"
  80336. "description_string" "#StickerKit_desc_atlanta2017_signature_denis"
  80337. "sticker_material" "atlanta2017/sig_denis"
  80338. "item_rarity" "rare"
  80339. "tournament_event_id" "11"
  80340. "tournament_team_id" "29"
  80341. "tournament_player_id" "31185376"
  80342. }
  80343. "1932"
  80344. {
  80345. "name" "atlanta2017_signature_denis_foil"
  80346. "item_name" "#StickerKit_atlanta2017_signature_denis_foil"
  80347. "description_string" "#StickerKit_desc_atlanta2017_signature_denis_foil"
  80348. "sticker_material" "atlanta2017/sig_denis_foil"
  80349. "item_rarity" "legendary"
  80350. "tournament_event_id" "11"
  80351. "tournament_team_id" "29"
  80352. "tournament_player_id" "31185376"
  80353. }
  80354. "1933"
  80355. {
  80356. "name" "atlanta2017_signature_denis_gold"
  80357. "item_name" "#StickerKit_atlanta2017_signature_denis_gold"
  80358. "description_string" "#StickerKit_desc_atlanta2017_signature_denis_gold"
  80359. "sticker_material" "atlanta2017/sig_denis_gold"
  80360. "item_rarity" "legendary"
  80361. "tournament_event_id" "11"
  80362. "tournament_team_id" "29"
  80363. "tournament_player_id" "31185376"
  80364. }
  80365. "1934"
  80366. {
  80367. "name" "atlanta2017_signature_spiidi"
  80368. "item_name" "#StickerKit_atlanta2017_signature_spiidi"
  80369. "description_string" "#StickerKit_desc_atlanta2017_signature_spiidi"
  80370. "sticker_material" "atlanta2017/sig_spiidi"
  80371. "item_rarity" "rare"
  80372. "tournament_event_id" "11"
  80373. "tournament_team_id" "29"
  80374. "tournament_player_id" "13465075"
  80375. }
  80376. "1935"
  80377. {
  80378. "name" "atlanta2017_signature_spiidi_foil"
  80379. "item_name" "#StickerKit_atlanta2017_signature_spiidi_foil"
  80380. "description_string" "#StickerKit_desc_atlanta2017_signature_spiidi_foil"
  80381. "sticker_material" "atlanta2017/sig_spiidi_foil"
  80382. "item_rarity" "legendary"
  80383. "tournament_event_id" "11"
  80384. "tournament_team_id" "29"
  80385. "tournament_player_id" "13465075"
  80386. }
  80387. "1936"
  80388. {
  80389. "name" "atlanta2017_signature_spiidi_gold"
  80390. "item_name" "#StickerKit_atlanta2017_signature_spiidi_gold"
  80391. "description_string" "#StickerKit_desc_atlanta2017_signature_spiidi_gold"
  80392. "sticker_material" "atlanta2017/sig_spiidi_gold"
  80393. "item_rarity" "legendary"
  80394. "tournament_event_id" "11"
  80395. "tournament_team_id" "29"
  80396. "tournament_player_id" "13465075"
  80397. }
  80398. "1937"
  80399. {
  80400. "name" "atlanta2017_signature_lowel"
  80401. "item_name" "#StickerKit_atlanta2017_signature_lowel"
  80402. "description_string" "#StickerKit_desc_atlanta2017_signature_lowel"
  80403. "sticker_material" "atlanta2017/sig_lowel"
  80404. "item_rarity" "rare"
  80405. "tournament_event_id" "11"
  80406. "tournament_team_id" "29"
  80407. "tournament_player_id" "34456844"
  80408. }
  80409. "1938"
  80410. {
  80411. "name" "atlanta2017_signature_lowel_foil"
  80412. "item_name" "#StickerKit_atlanta2017_signature_lowel_foil"
  80413. "description_string" "#StickerKit_desc_atlanta2017_signature_lowel_foil"
  80414. "sticker_material" "atlanta2017/sig_lowel_foil"
  80415. "item_rarity" "legendary"
  80416. "tournament_event_id" "11"
  80417. "tournament_team_id" "29"
  80418. "tournament_player_id" "34456844"
  80419. }
  80420. "1939"
  80421. {
  80422. "name" "atlanta2017_signature_lowel_gold"
  80423. "item_name" "#StickerKit_atlanta2017_signature_lowel_gold"
  80424. "description_string" "#StickerKit_desc_atlanta2017_signature_lowel_gold"
  80425. "sticker_material" "atlanta2017/sig_lowel_gold"
  80426. "item_rarity" "legendary"
  80427. "tournament_event_id" "11"
  80428. "tournament_team_id" "29"
  80429. "tournament_player_id" "34456844"
  80430. }
  80431. "1940"
  80432. {
  80433. "name" "atlanta2017_signature_niko"
  80434. "item_name" "#StickerKit_atlanta2017_signature_niko"
  80435. "description_string" "#StickerKit_desc_atlanta2017_signature_niko"
  80436. "sticker_material" "atlanta2017/sig_niko"
  80437. "item_rarity" "rare"
  80438. "tournament_event_id" "11"
  80439. "tournament_team_id" "29"
  80440. "tournament_player_id" "81417650"
  80441. }
  80442. "1941"
  80443. {
  80444. "name" "atlanta2017_signature_niko_foil"
  80445. "item_name" "#StickerKit_atlanta2017_signature_niko_foil"
  80446. "description_string" "#StickerKit_desc_atlanta2017_signature_niko_foil"
  80447. "sticker_material" "atlanta2017/sig_niko_foil"
  80448. "item_rarity" "legendary"
  80449. "tournament_event_id" "11"
  80450. "tournament_team_id" "29"
  80451. "tournament_player_id" "81417650"
  80452. }
  80453. "1942"
  80454. {
  80455. "name" "atlanta2017_signature_niko_gold"
  80456. "item_name" "#StickerKit_atlanta2017_signature_niko_gold"
  80457. "description_string" "#StickerKit_desc_atlanta2017_signature_niko_gold"
  80458. "sticker_material" "atlanta2017/sig_niko_gold"
  80459. "item_rarity" "legendary"
  80460. "tournament_event_id" "11"
  80461. "tournament_team_id" "29"
  80462. "tournament_player_id" "81417650"
  80463. }
  80464. "1943"
  80465. {
  80466. "name" "atlanta2017_signature_edward"
  80467. "item_name" "#StickerKit_atlanta2017_signature_edward"
  80468. "description_string" "#StickerKit_desc_atlanta2017_signature_edward"
  80469. "sticker_material" "atlanta2017/sig_edward"
  80470. "item_rarity" "rare"
  80471. "tournament_event_id" "11"
  80472. "tournament_team_id" "12"
  80473. "tournament_player_id" "23429534"
  80474. }
  80475. "1944"
  80476. {
  80477. "name" "atlanta2017_signature_edward_foil"
  80478. "item_name" "#StickerKit_atlanta2017_signature_edward_foil"
  80479. "description_string" "#StickerKit_desc_atlanta2017_signature_edward_foil"
  80480. "sticker_material" "atlanta2017/sig_edward_foil"
  80481. "item_rarity" "legendary"
  80482. "tournament_event_id" "11"
  80483. "tournament_team_id" "12"
  80484. "tournament_player_id" "23429534"
  80485. }
  80486. "1945"
  80487. {
  80488. "name" "atlanta2017_signature_edward_gold"
  80489. "item_name" "#StickerKit_atlanta2017_signature_edward_gold"
  80490. "description_string" "#StickerKit_desc_atlanta2017_signature_edward_gold"
  80491. "sticker_material" "atlanta2017/sig_edward_gold"
  80492. "item_rarity" "legendary"
  80493. "tournament_event_id" "11"
  80494. "tournament_team_id" "12"
  80495. "tournament_player_id" "23429534"
  80496. }
  80497. "1946"
  80498. {
  80499. "name" "atlanta2017_signature_flamie"
  80500. "item_name" "#StickerKit_atlanta2017_signature_flamie"
  80501. "description_string" "#StickerKit_desc_atlanta2017_signature_flamie"
  80502. "sticker_material" "atlanta2017/sig_flamie"
  80503. "item_rarity" "rare"
  80504. "tournament_event_id" "11"
  80505. "tournament_team_id" "12"
  80506. "tournament_player_id" "156257548"
  80507. }
  80508. "1947"
  80509. {
  80510. "name" "atlanta2017_signature_flamie_foil"
  80511. "item_name" "#StickerKit_atlanta2017_signature_flamie_foil"
  80512. "description_string" "#StickerKit_desc_atlanta2017_signature_flamie_foil"
  80513. "sticker_material" "atlanta2017/sig_flamie_foil"
  80514. "item_rarity" "legendary"
  80515. "tournament_event_id" "11"
  80516. "tournament_team_id" "12"
  80517. "tournament_player_id" "156257548"
  80518. }
  80519. "1948"
  80520. {
  80521. "name" "atlanta2017_signature_flamie_gold"
  80522. "item_name" "#StickerKit_atlanta2017_signature_flamie_gold"
  80523. "description_string" "#StickerKit_desc_atlanta2017_signature_flamie_gold"
  80524. "sticker_material" "atlanta2017/sig_flamie_gold"
  80525. "item_rarity" "legendary"
  80526. "tournament_event_id" "11"
  80527. "tournament_team_id" "12"
  80528. "tournament_player_id" "156257548"
  80529. }
  80530. "1949"
  80531. {
  80532. "name" "atlanta2017_signature_guardian"
  80533. "item_name" "#StickerKit_atlanta2017_signature_guardian"
  80534. "description_string" "#StickerKit_desc_atlanta2017_signature_guardian"
  80535. "sticker_material" "atlanta2017/sig_guardian"
  80536. "item_rarity" "rare"
  80537. "tournament_event_id" "11"
  80538. "tournament_team_id" "12"
  80539. "tournament_player_id" "12065295"
  80540. }
  80541. "1950"
  80542. {
  80543. "name" "atlanta2017_signature_guardian_foil"
  80544. "item_name" "#StickerKit_atlanta2017_signature_guardian_foil"
  80545. "description_string" "#StickerKit_desc_atlanta2017_signature_guardian_foil"
  80546. "sticker_material" "atlanta2017/sig_guardian_foil"
  80547. "item_rarity" "legendary"
  80548. "tournament_event_id" "11"
  80549. "tournament_team_id" "12"
  80550. "tournament_player_id" "12065295"
  80551. }
  80552. "1951"
  80553. {
  80554. "name" "atlanta2017_signature_guardian_gold"
  80555. "item_name" "#StickerKit_atlanta2017_signature_guardian_gold"
  80556. "description_string" "#StickerKit_desc_atlanta2017_signature_guardian_gold"
  80557. "sticker_material" "atlanta2017/sig_guardian_gold"
  80558. "item_rarity" "legendary"
  80559. "tournament_event_id" "11"
  80560. "tournament_team_id" "12"
  80561. "tournament_player_id" "12065295"
  80562. }
  80563. "1952"
  80564. {
  80565. "name" "atlanta2017_signature_seized"
  80566. "item_name" "#StickerKit_atlanta2017_signature_seized"
  80567. "description_string" "#StickerKit_desc_atlanta2017_signature_seized"
  80568. "sticker_material" "atlanta2017/sig_seized"
  80569. "item_rarity" "rare"
  80570. "tournament_event_id" "11"
  80571. "tournament_team_id" "12"
  80572. "tournament_player_id" "3648428"
  80573. }
  80574. "1953"
  80575. {
  80576. "name" "atlanta2017_signature_seized_foil"
  80577. "item_name" "#StickerKit_atlanta2017_signature_seized_foil"
  80578. "description_string" "#StickerKit_desc_atlanta2017_signature_seized_foil"
  80579. "sticker_material" "atlanta2017/sig_seized_foil"
  80580. "item_rarity" "legendary"
  80581. "tournament_event_id" "11"
  80582. "tournament_team_id" "12"
  80583. "tournament_player_id" "3648428"
  80584. }
  80585. "1954"
  80586. {
  80587. "name" "atlanta2017_signature_seized_gold"
  80588. "item_name" "#StickerKit_atlanta2017_signature_seized_gold"
  80589. "description_string" "#StickerKit_desc_atlanta2017_signature_seized_gold"
  80590. "sticker_material" "atlanta2017/sig_seized_gold"
  80591. "item_rarity" "legendary"
  80592. "tournament_event_id" "11"
  80593. "tournament_team_id" "12"
  80594. "tournament_player_id" "3648428"
  80595. }
  80596. "1955"
  80597. {
  80598. "name" "atlanta2017_signature_s1mple"
  80599. "item_name" "#StickerKit_atlanta2017_signature_s1mple"
  80600. "description_string" "#StickerKit_desc_atlanta2017_signature_s1mple"
  80601. "sticker_material" "atlanta2017/sig_s1mple"
  80602. "item_rarity" "rare"
  80603. "tournament_event_id" "11"
  80604. "tournament_team_id" "12"
  80605. "tournament_player_id" "73936547"
  80606. }
  80607. "1956"
  80608. {
  80609. "name" "atlanta2017_signature_s1mple_foil"
  80610. "item_name" "#StickerKit_atlanta2017_signature_s1mple_foil"
  80611. "description_string" "#StickerKit_desc_atlanta2017_signature_s1mple_foil"
  80612. "sticker_material" "atlanta2017/sig_s1mple_foil"
  80613. "item_rarity" "legendary"
  80614. "tournament_event_id" "11"
  80615. "tournament_team_id" "12"
  80616. "tournament_player_id" "73936547"
  80617. }
  80618. "1957"
  80619. {
  80620. "name" "atlanta2017_signature_s1mple_gold"
  80621. "item_name" "#StickerKit_atlanta2017_signature_s1mple_gold"
  80622. "description_string" "#StickerKit_desc_atlanta2017_signature_s1mple_gold"
  80623. "sticker_material" "atlanta2017/sig_s1mple_gold"
  80624. "item_rarity" "legendary"
  80625. "tournament_event_id" "11"
  80626. "tournament_team_id" "12"
  80627. "tournament_player_id" "73936547"
  80628. }
  80629. "1958"
  80630. {
  80631. "name" "atlanta2017_signature_znajder"
  80632. "item_name" "#StickerKit_atlanta2017_signature_znajder"
  80633. "description_string" "#StickerKit_desc_atlanta2017_signature_znajder"
  80634. "sticker_material" "atlanta2017/sig_znajder"
  80635. "item_rarity" "rare"
  80636. "tournament_event_id" "11"
  80637. "tournament_team_id" "67"
  80638. "tournament_player_id" "97816050"
  80639. }
  80640. "1959"
  80641. {
  80642. "name" "atlanta2017_signature_znajder_foil"
  80643. "item_name" "#StickerKit_atlanta2017_signature_znajder_foil"
  80644. "description_string" "#StickerKit_desc_atlanta2017_signature_znajder_foil"
  80645. "sticker_material" "atlanta2017/sig_znajder_foil"
  80646. "item_rarity" "legendary"
  80647. "tournament_event_id" "11"
  80648. "tournament_team_id" "67"
  80649. "tournament_player_id" "97816050"
  80650. }
  80651. "1960"
  80652. {
  80653. "name" "atlanta2017_signature_znajder_gold"
  80654. "item_name" "#StickerKit_atlanta2017_signature_znajder_gold"
  80655. "description_string" "#StickerKit_desc_atlanta2017_signature_znajder_gold"
  80656. "sticker_material" "atlanta2017/sig_znajder_gold"
  80657. "item_rarity" "legendary"
  80658. "tournament_event_id" "11"
  80659. "tournament_team_id" "67"
  80660. "tournament_player_id" "97816050"
  80661. }
  80662. "1961"
  80663. {
  80664. "name" "atlanta2017_signature_lekro"
  80665. "item_name" "#StickerKit_atlanta2017_signature_lekro"
  80666. "description_string" "#StickerKit_desc_atlanta2017_signature_lekro"
  80667. "sticker_material" "atlanta2017/sig_lekro"
  80668. "item_rarity" "rare"
  80669. "tournament_event_id" "11"
  80670. "tournament_team_id" "67"
  80671. "tournament_player_id" "1093135"
  80672. }
  80673. "1962"
  80674. {
  80675. "name" "atlanta2017_signature_lekro_foil"
  80676. "item_name" "#StickerKit_atlanta2017_signature_lekro_foil"
  80677. "description_string" "#StickerKit_desc_atlanta2017_signature_lekro_foil"
  80678. "sticker_material" "atlanta2017/sig_lekro_foil"
  80679. "item_rarity" "legendary"
  80680. "tournament_event_id" "11"
  80681. "tournament_team_id" "67"
  80682. "tournament_player_id" "1093135"
  80683. }
  80684. "1963"
  80685. {
  80686. "name" "atlanta2017_signature_lekro_gold"
  80687. "item_name" "#StickerKit_atlanta2017_signature_lekro_gold"
  80688. "description_string" "#StickerKit_desc_atlanta2017_signature_lekro_gold"
  80689. "sticker_material" "atlanta2017/sig_lekro_gold"
  80690. "item_rarity" "legendary"
  80691. "tournament_event_id" "11"
  80692. "tournament_team_id" "67"
  80693. "tournament_player_id" "1093135"
  80694. }
  80695. "1964"
  80696. {
  80697. "name" "atlanta2017_signature_pronax"
  80698. "item_name" "#StickerKit_atlanta2017_signature_pronax"
  80699. "description_string" "#StickerKit_desc_atlanta2017_signature_pronax"
  80700. "sticker_material" "atlanta2017/sig_pronax"
  80701. "item_rarity" "rare"
  80702. "tournament_event_id" "11"
  80703. "tournament_team_id" "67"
  80704. "tournament_player_id" "9419182"
  80705. }
  80706. "1965"
  80707. {
  80708. "name" "atlanta2017_signature_pronax_foil"
  80709. "item_name" "#StickerKit_atlanta2017_signature_pronax_foil"
  80710. "description_string" "#StickerKit_desc_atlanta2017_signature_pronax_foil"
  80711. "sticker_material" "atlanta2017/sig_pronax_foil"
  80712. "item_rarity" "legendary"
  80713. "tournament_event_id" "11"
  80714. "tournament_team_id" "67"
  80715. "tournament_player_id" "9419182"
  80716. }
  80717. "1966"
  80718. {
  80719. "name" "atlanta2017_signature_pronax_gold"
  80720. "item_name" "#StickerKit_atlanta2017_signature_pronax_gold"
  80721. "description_string" "#StickerKit_desc_atlanta2017_signature_pronax_gold"
  80722. "sticker_material" "atlanta2017/sig_pronax_gold"
  80723. "item_rarity" "legendary"
  80724. "tournament_event_id" "11"
  80725. "tournament_team_id" "67"
  80726. "tournament_player_id" "9419182"
  80727. }
  80728. "1967"
  80729. {
  80730. "name" "atlanta2017_signature_jw"
  80731. "item_name" "#StickerKit_atlanta2017_signature_jw"
  80732. "description_string" "#StickerKit_desc_atlanta2017_signature_jw"
  80733. "sticker_material" "atlanta2017/sig_jw"
  80734. "item_rarity" "rare"
  80735. "tournament_event_id" "11"
  80736. "tournament_team_id" "67"
  80737. "tournament_player_id" "71288472"
  80738. }
  80739. "1968"
  80740. {
  80741. "name" "atlanta2017_signature_jw_foil"
  80742. "item_name" "#StickerKit_atlanta2017_signature_jw_foil"
  80743. "description_string" "#StickerKit_desc_atlanta2017_signature_jw_foil"
  80744. "sticker_material" "atlanta2017/sig_jw_foil"
  80745. "item_rarity" "legendary"
  80746. "tournament_event_id" "11"
  80747. "tournament_team_id" "67"
  80748. "tournament_player_id" "71288472"
  80749. }
  80750. "1969"
  80751. {
  80752. "name" "atlanta2017_signature_jw_gold"
  80753. "item_name" "#StickerKit_atlanta2017_signature_jw_gold"
  80754. "description_string" "#StickerKit_desc_atlanta2017_signature_jw_gold"
  80755. "sticker_material" "atlanta2017/sig_jw_gold"
  80756. "item_rarity" "legendary"
  80757. "tournament_event_id" "11"
  80758. "tournament_team_id" "67"
  80759. "tournament_player_id" "71288472"
  80760. }
  80761. "1970"
  80762. {
  80763. "name" "atlanta2017_signature_flusha"
  80764. "item_name" "#StickerKit_atlanta2017_signature_flusha"
  80765. "description_string" "#StickerKit_desc_atlanta2017_signature_flusha"
  80766. "sticker_material" "atlanta2017/sig_flusha"
  80767. "item_rarity" "rare"
  80768. "tournament_event_id" "11"
  80769. "tournament_team_id" "67"
  80770. "tournament_player_id" "31082355"
  80771. }
  80772. "1971"
  80773. {
  80774. "name" "atlanta2017_signature_flusha_foil"
  80775. "item_name" "#StickerKit_atlanta2017_signature_flusha_foil"
  80776. "description_string" "#StickerKit_desc_atlanta2017_signature_flusha_foil"
  80777. "sticker_material" "atlanta2017/sig_flusha_foil"
  80778. "item_rarity" "legendary"
  80779. "tournament_event_id" "11"
  80780. "tournament_team_id" "67"
  80781. "tournament_player_id" "31082355"
  80782. }
  80783. "1972"
  80784. {
  80785. "name" "atlanta2017_signature_flusha_gold"
  80786. "item_name" "#StickerKit_atlanta2017_signature_flusha_gold"
  80787. "description_string" "#StickerKit_desc_atlanta2017_signature_flusha_gold"
  80788. "sticker_material" "atlanta2017/sig_flusha_gold"
  80789. "item_rarity" "legendary"
  80790. "tournament_event_id" "11"
  80791. "tournament_team_id" "67"
  80792. "tournament_player_id" "31082355"
  80793. }
  80794. "1973"
  80795. {
  80796. "name" "atlanta2017_signature_cajunb"
  80797. "item_name" "#StickerKit_atlanta2017_signature_cajunb"
  80798. "description_string" "#StickerKit_desc_atlanta2017_signature_cajunb"
  80799. "sticker_material" "atlanta2017/sig_cajunb"
  80800. "item_rarity" "rare"
  80801. "tournament_event_id" "11"
  80802. "tournament_team_id" "68"
  80803. "tournament_player_id" "18062315"
  80804. }
  80805. "1974"
  80806. {
  80807. "name" "atlanta2017_signature_cajunb_foil"
  80808. "item_name" "#StickerKit_atlanta2017_signature_cajunb_foil"
  80809. "description_string" "#StickerKit_desc_atlanta2017_signature_cajunb_foil"
  80810. "sticker_material" "atlanta2017/sig_cajunb_foil"
  80811. "item_rarity" "legendary"
  80812. "tournament_event_id" "11"
  80813. "tournament_team_id" "68"
  80814. "tournament_player_id" "18062315"
  80815. }
  80816. "1975"
  80817. {
  80818. "name" "atlanta2017_signature_cajunb_gold"
  80819. "item_name" "#StickerKit_atlanta2017_signature_cajunb_gold"
  80820. "description_string" "#StickerKit_desc_atlanta2017_signature_cajunb_gold"
  80821. "sticker_material" "atlanta2017/sig_cajunb_gold"
  80822. "item_rarity" "legendary"
  80823. "tournament_event_id" "11"
  80824. "tournament_team_id" "68"
  80825. "tournament_player_id" "18062315"
  80826. }
  80827. "1976"
  80828. {
  80829. "name" "atlanta2017_signature_msl"
  80830. "item_name" "#StickerKit_atlanta2017_signature_msl"
  80831. "description_string" "#StickerKit_desc_atlanta2017_signature_msl"
  80832. "sticker_material" "atlanta2017/sig_msl"
  80833. "item_rarity" "rare"
  80834. "tournament_event_id" "11"
  80835. "tournament_team_id" "68"
  80836. "tournament_player_id" "24134891"
  80837. }
  80838. "1977"
  80839. {
  80840. "name" "atlanta2017_signature_msl_foil"
  80841. "item_name" "#StickerKit_atlanta2017_signature_msl_foil"
  80842. "description_string" "#StickerKit_desc_atlanta2017_signature_msl_foil"
  80843. "sticker_material" "atlanta2017/sig_msl_foil"
  80844. "item_rarity" "legendary"
  80845. "tournament_event_id" "11"
  80846. "tournament_team_id" "68"
  80847. "tournament_player_id" "24134891"
  80848. }
  80849. "1978"
  80850. {
  80851. "name" "atlanta2017_signature_msl_gold"
  80852. "item_name" "#StickerKit_atlanta2017_signature_msl_gold"
  80853. "description_string" "#StickerKit_desc_atlanta2017_signature_msl_gold"
  80854. "sticker_material" "atlanta2017/sig_msl_gold"
  80855. "item_rarity" "legendary"
  80856. "tournament_event_id" "11"
  80857. "tournament_team_id" "68"
  80858. "tournament_player_id" "24134891"
  80859. }
  80860. "1979"
  80861. {
  80862. "name" "atlanta2017_signature_magisk"
  80863. "item_name" "#StickerKit_atlanta2017_signature_magisk"
  80864. "description_string" "#StickerKit_desc_atlanta2017_signature_magisk"
  80865. "sticker_material" "atlanta2017/sig_magisk"
  80866. "item_rarity" "rare"
  80867. "tournament_event_id" "11"
  80868. "tournament_team_id" "68"
  80869. "tournament_player_id" "23690923"
  80870. }
  80871. "1980"
  80872. {
  80873. "name" "atlanta2017_signature_magisk_foil"
  80874. "item_name" "#StickerKit_atlanta2017_signature_magisk_foil"
  80875. "description_string" "#StickerKit_desc_atlanta2017_signature_magisk_foil"
  80876. "sticker_material" "atlanta2017/sig_magisk_foil"
  80877. "item_rarity" "legendary"
  80878. "tournament_event_id" "11"
  80879. "tournament_team_id" "68"
  80880. "tournament_player_id" "23690923"
  80881. }
  80882. "1981"
  80883. {
  80884. "name" "atlanta2017_signature_magisk_gold"
  80885. "item_name" "#StickerKit_atlanta2017_signature_magisk_gold"
  80886. "description_string" "#StickerKit_desc_atlanta2017_signature_magisk_gold"
  80887. "sticker_material" "atlanta2017/sig_magisk_gold"
  80888. "item_rarity" "legendary"
  80889. "tournament_event_id" "11"
  80890. "tournament_team_id" "68"
  80891. "tournament_player_id" "23690923"
  80892. }
  80893. "1982"
  80894. {
  80895. "name" "atlanta2017_signature_rubino"
  80896. "item_name" "#StickerKit_atlanta2017_signature_rubino"
  80897. "description_string" "#StickerKit_desc_atlanta2017_signature_rubino"
  80898. "sticker_material" "atlanta2017/sig_rubino"
  80899. "item_rarity" "rare"
  80900. "tournament_event_id" "11"
  80901. "tournament_team_id" "68"
  80902. "tournament_player_id" "35103983"
  80903. }
  80904. "1983"
  80905. {
  80906. "name" "atlanta2017_signature_rubino_foil"
  80907. "item_name" "#StickerKit_atlanta2017_signature_rubino_foil"
  80908. "description_string" "#StickerKit_desc_atlanta2017_signature_rubino_foil"
  80909. "sticker_material" "atlanta2017/sig_rubino_foil"
  80910. "item_rarity" "legendary"
  80911. "tournament_event_id" "11"
  80912. "tournament_team_id" "68"
  80913. "tournament_player_id" "35103983"
  80914. }
  80915. "1984"
  80916. {
  80917. "name" "atlanta2017_signature_rubino_gold"
  80918. "item_name" "#StickerKit_atlanta2017_signature_rubino_gold"
  80919. "description_string" "#StickerKit_desc_atlanta2017_signature_rubino_gold"
  80920. "sticker_material" "atlanta2017/sig_rubino_gold"
  80921. "item_rarity" "legendary"
  80922. "tournament_event_id" "11"
  80923. "tournament_team_id" "68"
  80924. "tournament_player_id" "35103983"
  80925. }
  80926. "1985"
  80927. {
  80928. "name" "atlanta2017_signature_k0nfig"
  80929. "item_name" "#StickerKit_atlanta2017_signature_k0nfig"
  80930. "description_string" "#StickerKit_desc_atlanta2017_signature_k0nfig"
  80931. "sticker_material" "atlanta2017/sig_k0nfig"
  80932. "item_rarity" "rare"
  80933. "tournament_event_id" "11"
  80934. "tournament_team_id" "68"
  80935. "tournament_player_id" "19403447"
  80936. }
  80937. "1986"
  80938. {
  80939. "name" "atlanta2017_signature_k0nfig_foil"
  80940. "item_name" "#StickerKit_atlanta2017_signature_k0nfig_foil"
  80941. "description_string" "#StickerKit_desc_atlanta2017_signature_k0nfig_foil"
  80942. "sticker_material" "atlanta2017/sig_k0nfig_foil"
  80943. "item_rarity" "legendary"
  80944. "tournament_event_id" "11"
  80945. "tournament_team_id" "68"
  80946. "tournament_player_id" "19403447"
  80947. }
  80948. "1987"
  80949. {
  80950. "name" "atlanta2017_signature_k0nfig_gold"
  80951. "item_name" "#StickerKit_atlanta2017_signature_k0nfig_gold"
  80952. "description_string" "#StickerKit_desc_atlanta2017_signature_k0nfig_gold"
  80953. "sticker_material" "atlanta2017/sig_k0nfig_gold"
  80954. "item_rarity" "legendary"
  80955. "tournament_event_id" "11"
  80956. "tournament_team_id" "68"
  80957. "tournament_player_id" "19403447"
  80958. }
  80959. "1988"
  80960. {
  80961. "name" "atlanta2017_signature_jdm64"
  80962. "item_name" "#StickerKit_atlanta2017_signature_jdm64"
  80963. "description_string" "#StickerKit_desc_atlanta2017_signature_jdm64"
  80964. "sticker_material" "atlanta2017/sig_jdm64"
  80965. "item_rarity" "rare"
  80966. "tournament_event_id" "11"
  80967. "tournament_team_id" "48"
  80968. "tournament_player_id" "7223652"
  80969. }
  80970. "1989"
  80971. {
  80972. "name" "atlanta2017_signature_jdm64_foil"
  80973. "item_name" "#StickerKit_atlanta2017_signature_jdm64_foil"
  80974. "description_string" "#StickerKit_desc_atlanta2017_signature_jdm64_foil"
  80975. "sticker_material" "atlanta2017/sig_jdm64_foil"
  80976. "item_rarity" "legendary"
  80977. "tournament_event_id" "11"
  80978. "tournament_team_id" "48"
  80979. "tournament_player_id" "7223652"
  80980. }
  80981. "1990"
  80982. {
  80983. "name" "atlanta2017_signature_jdm64_gold"
  80984. "item_name" "#StickerKit_atlanta2017_signature_jdm64_gold"
  80985. "description_string" "#StickerKit_desc_atlanta2017_signature_jdm64_gold"
  80986. "sticker_material" "atlanta2017/sig_jdm64_gold"
  80987. "item_rarity" "legendary"
  80988. "tournament_event_id" "11"
  80989. "tournament_team_id" "48"
  80990. "tournament_player_id" "7223652"
  80991. }
  80992. "1991"
  80993. {
  80994. "name" "atlanta2017_signature_elige"
  80995. "item_name" "#StickerKit_atlanta2017_signature_elige"
  80996. "description_string" "#StickerKit_desc_atlanta2017_signature_elige"
  80997. "sticker_material" "atlanta2017/sig_elige"
  80998. "item_rarity" "rare"
  80999. "tournament_event_id" "11"
  81000. "tournament_team_id" "48"
  81001. "tournament_player_id" "106428011"
  81002. }
  81003. "1992"
  81004. {
  81005. "name" "atlanta2017_signature_elige_foil"
  81006. "item_name" "#StickerKit_atlanta2017_signature_elige_foil"
  81007. "description_string" "#StickerKit_desc_atlanta2017_signature_elige_foil"
  81008. "sticker_material" "atlanta2017/sig_elige_foil"
  81009. "item_rarity" "legendary"
  81010. "tournament_event_id" "11"
  81011. "tournament_team_id" "48"
  81012. "tournament_player_id" "106428011"
  81013. }
  81014. "1993"
  81015. {
  81016. "name" "atlanta2017_signature_elige_gold"
  81017. "item_name" "#StickerKit_atlanta2017_signature_elige_gold"
  81018. "description_string" "#StickerKit_desc_atlanta2017_signature_elige_gold"
  81019. "sticker_material" "atlanta2017/sig_elige_gold"
  81020. "item_rarity" "legendary"
  81021. "tournament_event_id" "11"
  81022. "tournament_team_id" "48"
  81023. "tournament_player_id" "106428011"
  81024. }
  81025. "1994"
  81026. {
  81027. "name" "atlanta2017_signature_pimp"
  81028. "item_name" "#StickerKit_atlanta2017_signature_pimp"
  81029. "description_string" "#StickerKit_desc_atlanta2017_signature_pimp"
  81030. "sticker_material" "atlanta2017/sig_pimp"
  81031. "item_rarity" "rare"
  81032. "tournament_event_id" "11"
  81033. "tournament_team_id" "48"
  81034. "tournament_player_id" "57742580"
  81035. }
  81036. "1995"
  81037. {
  81038. "name" "atlanta2017_signature_pimp_foil"
  81039. "item_name" "#StickerKit_atlanta2017_signature_pimp_foil"
  81040. "description_string" "#StickerKit_desc_atlanta2017_signature_pimp_foil"
  81041. "sticker_material" "atlanta2017/sig_pimp_foil"
  81042. "item_rarity" "legendary"
  81043. "tournament_event_id" "11"
  81044. "tournament_team_id" "48"
  81045. "tournament_player_id" "57742580"
  81046. }
  81047. "1996"
  81048. {
  81049. "name" "atlanta2017_signature_pimp_gold"
  81050. "item_name" "#StickerKit_atlanta2017_signature_pimp_gold"
  81051. "description_string" "#StickerKit_desc_atlanta2017_signature_pimp_gold"
  81052. "sticker_material" "atlanta2017/sig_pimp_gold"
  81053. "item_rarity" "legendary"
  81054. "tournament_event_id" "11"
  81055. "tournament_team_id" "48"
  81056. "tournament_player_id" "57742580"
  81057. }
  81058. "1997"
  81059. {
  81060. "name" "atlanta2017_signature_hiko"
  81061. "item_name" "#StickerKit_atlanta2017_signature_hiko"
  81062. "description_string" "#StickerKit_desc_atlanta2017_signature_hiko"
  81063. "sticker_material" "atlanta2017/sig_hiko"
  81064. "item_rarity" "rare"
  81065. "tournament_event_id" "11"
  81066. "tournament_team_id" "48"
  81067. "tournament_player_id" "2791"
  81068. }
  81069. "1998"
  81070. {
  81071. "name" "atlanta2017_signature_hiko_foil"
  81072. "item_name" "#StickerKit_atlanta2017_signature_hiko_foil"
  81073. "description_string" "#StickerKit_desc_atlanta2017_signature_hiko_foil"
  81074. "sticker_material" "atlanta2017/sig_hiko_foil"
  81075. "item_rarity" "legendary"
  81076. "tournament_event_id" "11"
  81077. "tournament_team_id" "48"
  81078. "tournament_player_id" "2791"
  81079. }
  81080. "1999"
  81081. {
  81082. "name" "atlanta2017_signature_hiko_gold"
  81083. "item_name" "#StickerKit_atlanta2017_signature_hiko_gold"
  81084. "description_string" "#StickerKit_desc_atlanta2017_signature_hiko_gold"
  81085. "sticker_material" "atlanta2017/sig_hiko_gold"
  81086. "item_rarity" "legendary"
  81087. "tournament_event_id" "11"
  81088. "tournament_team_id" "48"
  81089. "tournament_player_id" "2791"
  81090. }
  81091. "2000"
  81092. {
  81093. "name" "atlanta2017_signature_nitro"
  81094. "item_name" "#StickerKit_atlanta2017_signature_nitro"
  81095. "description_string" "#StickerKit_desc_atlanta2017_signature_nitro"
  81096. "sticker_material" "atlanta2017/sig_nitro"
  81097. "item_rarity" "rare"
  81098. "tournament_event_id" "11"
  81099. "tournament_team_id" "48"
  81100. "tournament_player_id" "35624002"
  81101. }
  81102. "2001"
  81103. {
  81104. "name" "atlanta2017_signature_nitro_foil"
  81105. "item_name" "#StickerKit_atlanta2017_signature_nitro_foil"
  81106. "description_string" "#StickerKit_desc_atlanta2017_signature_nitro_foil"
  81107. "sticker_material" "atlanta2017/sig_nitro_foil"
  81108. "item_rarity" "legendary"
  81109. "tournament_event_id" "11"
  81110. "tournament_team_id" "48"
  81111. "tournament_player_id" "35624002"
  81112. }
  81113. "2002"
  81114. {
  81115. "name" "atlanta2017_signature_nitro_gold"
  81116. "item_name" "#StickerKit_atlanta2017_signature_nitro_gold"
  81117. "description_string" "#StickerKit_desc_atlanta2017_signature_nitro_gold"
  81118. "sticker_material" "atlanta2017/sig_nitro_gold"
  81119. "item_rarity" "legendary"
  81120. "tournament_event_id" "11"
  81121. "tournament_team_id" "48"
  81122. "tournament_player_id" "35624002"
  81123. }
  81124. "2003"
  81125. {
  81126. "name" "atlanta2017_signature_bodyy"
  81127. "item_name" "#StickerKit_atlanta2017_signature_bodyy"
  81128. "description_string" "#StickerKit_desc_atlanta2017_signature_bodyy"
  81129. "sticker_material" "atlanta2017/sig_bodyy"
  81130. "item_rarity" "rare"
  81131. "tournament_event_id" "11"
  81132. "tournament_team_id" "59"
  81133. "tournament_player_id" "53029647"
  81134. }
  81135. "2004"
  81136. {
  81137. "name" "atlanta2017_signature_bodyy_foil"
  81138. "item_name" "#StickerKit_atlanta2017_signature_bodyy_foil"
  81139. "description_string" "#StickerKit_desc_atlanta2017_signature_bodyy_foil"
  81140. "sticker_material" "atlanta2017/sig_bodyy_foil"
  81141. "item_rarity" "legendary"
  81142. "tournament_event_id" "11"
  81143. "tournament_team_id" "59"
  81144. "tournament_player_id" "53029647"
  81145. }
  81146. "2005"
  81147. {
  81148. "name" "atlanta2017_signature_bodyy_gold"
  81149. "item_name" "#StickerKit_atlanta2017_signature_bodyy_gold"
  81150. "description_string" "#StickerKit_desc_atlanta2017_signature_bodyy_gold"
  81151. "sticker_material" "atlanta2017/sig_bodyy_gold"
  81152. "item_rarity" "legendary"
  81153. "tournament_event_id" "11"
  81154. "tournament_team_id" "59"
  81155. "tournament_player_id" "53029647"
  81156. }
  81157. "2006"
  81158. {
  81159. "name" "atlanta2017_signature_rpk"
  81160. "item_name" "#StickerKit_atlanta2017_signature_rpk"
  81161. "description_string" "#StickerKit_desc_atlanta2017_signature_rpk"
  81162. "sticker_material" "atlanta2017/sig_rpk"
  81163. "item_rarity" "rare"
  81164. "tournament_event_id" "11"
  81165. "tournament_team_id" "59"
  81166. "tournament_player_id" "53985773"
  81167. }
  81168. "2007"
  81169. {
  81170. "name" "atlanta2017_signature_rpk_foil"
  81171. "item_name" "#StickerKit_atlanta2017_signature_rpk_foil"
  81172. "description_string" "#StickerKit_desc_atlanta2017_signature_rpk_foil"
  81173. "sticker_material" "atlanta2017/sig_rpk_foil"
  81174. "item_rarity" "legendary"
  81175. "tournament_event_id" "11"
  81176. "tournament_team_id" "59"
  81177. "tournament_player_id" "53985773"
  81178. }
  81179. "2008"
  81180. {
  81181. "name" "atlanta2017_signature_rpk_gold"
  81182. "item_name" "#StickerKit_atlanta2017_signature_rpk_gold"
  81183. "description_string" "#StickerKit_desc_atlanta2017_signature_rpk_gold"
  81184. "sticker_material" "atlanta2017/sig_rpk_gold"
  81185. "item_rarity" "legendary"
  81186. "tournament_event_id" "11"
  81187. "tournament_team_id" "59"
  81188. "tournament_player_id" "53985773"
  81189. }
  81190. "2009"
  81191. {
  81192. "name" "atlanta2017_signature_scream"
  81193. "item_name" "#StickerKit_atlanta2017_signature_scream"
  81194. "description_string" "#StickerKit_desc_atlanta2017_signature_scream"
  81195. "sticker_material" "atlanta2017/sig_scream"
  81196. "item_rarity" "rare"
  81197. "tournament_event_id" "11"
  81198. "tournament_team_id" "59"
  81199. "tournament_player_id" "28502520"
  81200. }
  81201. "2010"
  81202. {
  81203. "name" "atlanta2017_signature_scream_foil"
  81204. "item_name" "#StickerKit_atlanta2017_signature_scream_foil"
  81205. "description_string" "#StickerKit_desc_atlanta2017_signature_scream_foil"
  81206. "sticker_material" "atlanta2017/sig_scream_foil"
  81207. "item_rarity" "legendary"
  81208. "tournament_event_id" "11"
  81209. "tournament_team_id" "59"
  81210. "tournament_player_id" "28502520"
  81211. }
  81212. "2011"
  81213. {
  81214. "name" "atlanta2017_signature_scream_gold"
  81215. "item_name" "#StickerKit_atlanta2017_signature_scream_gold"
  81216. "description_string" "#StickerKit_desc_atlanta2017_signature_scream_gold"
  81217. "sticker_material" "atlanta2017/sig_scream_gold"
  81218. "item_rarity" "legendary"
  81219. "tournament_event_id" "11"
  81220. "tournament_team_id" "59"
  81221. "tournament_player_id" "28502520"
  81222. }
  81223. "2012"
  81224. {
  81225. "name" "atlanta2017_signature_shox"
  81226. "item_name" "#StickerKit_atlanta2017_signature_shox"
  81227. "description_string" "#StickerKit_desc_atlanta2017_signature_shox"
  81228. "sticker_material" "atlanta2017/sig_shox"
  81229. "item_rarity" "rare"
  81230. "tournament_event_id" "11"
  81231. "tournament_team_id" "59"
  81232. "tournament_player_id" "46654567"
  81233. }
  81234. "2013"
  81235. {
  81236. "name" "atlanta2017_signature_shox_foil"
  81237. "item_name" "#StickerKit_atlanta2017_signature_shox_foil"
  81238. "description_string" "#StickerKit_desc_atlanta2017_signature_shox_foil"
  81239. "sticker_material" "atlanta2017/sig_shox_foil"
  81240. "item_rarity" "legendary"
  81241. "tournament_event_id" "11"
  81242. "tournament_team_id" "59"
  81243. "tournament_player_id" "46654567"
  81244. }
  81245. "2014"
  81246. {
  81247. "name" "atlanta2017_signature_shox_gold"
  81248. "item_name" "#StickerKit_atlanta2017_signature_shox_gold"
  81249. "description_string" "#StickerKit_desc_atlanta2017_signature_shox_gold"
  81250. "sticker_material" "atlanta2017/sig_shox_gold"
  81251. "item_rarity" "legendary"
  81252. "tournament_event_id" "11"
  81253. "tournament_team_id" "59"
  81254. "tournament_player_id" "46654567"
  81255. }
  81256. "2015"
  81257. {
  81258. "name" "atlanta2017_signature_smithzz"
  81259. "item_name" "#StickerKit_atlanta2017_signature_smithzz"
  81260. "description_string" "#StickerKit_desc_atlanta2017_signature_smithzz"
  81261. "sticker_material" "atlanta2017/sig_smithzz"
  81262. "item_rarity" "rare"
  81263. "tournament_event_id" "11"
  81264. "tournament_team_id" "59"
  81265. "tournament_player_id" "14321919"
  81266. }
  81267. "2016"
  81268. {
  81269. "name" "atlanta2017_signature_smithzz_foil"
  81270. "item_name" "#StickerKit_atlanta2017_signature_smithzz_foil"
  81271. "description_string" "#StickerKit_desc_atlanta2017_signature_smithzz_foil"
  81272. "sticker_material" "atlanta2017/sig_smithzz_foil"
  81273. "item_rarity" "legendary"
  81274. "tournament_event_id" "11"
  81275. "tournament_team_id" "59"
  81276. "tournament_player_id" "14321919"
  81277. }
  81278. "2017"
  81279. {
  81280. "name" "atlanta2017_signature_smithzz_gold"
  81281. "item_name" "#StickerKit_atlanta2017_signature_smithzz_gold"
  81282. "description_string" "#StickerKit_desc_atlanta2017_signature_smithzz_gold"
  81283. "sticker_material" "atlanta2017/sig_smithzz_gold"
  81284. "item_rarity" "legendary"
  81285. "tournament_event_id" "11"
  81286. "tournament_team_id" "59"
  81287. "tournament_player_id" "14321919"
  81288. }
  81289. "2018"
  81290. {
  81291. "name" "atlanta2017_signature_gla1ve"
  81292. "item_name" "#StickerKit_atlanta2017_signature_gla1ve"
  81293. "description_string" "#StickerKit_desc_atlanta2017_signature_gla1ve"
  81294. "sticker_material" "atlanta2017/sig_gla1ve"
  81295. "item_rarity" "rare"
  81296. "tournament_event_id" "11"
  81297. "tournament_team_id" "60"
  81298. "tournament_player_id" "50245293"
  81299. }
  81300. "2019"
  81301. {
  81302. "name" "atlanta2017_signature_gla1ve_foil"
  81303. "item_name" "#StickerKit_atlanta2017_signature_gla1ve_foil"
  81304. "description_string" "#StickerKit_desc_atlanta2017_signature_gla1ve_foil"
  81305. "sticker_material" "atlanta2017/sig_gla1ve_foil"
  81306. "item_rarity" "legendary"
  81307. "tournament_event_id" "11"
  81308. "tournament_team_id" "60"
  81309. "tournament_player_id" "50245293"
  81310. }
  81311. "2020"
  81312. {
  81313. "name" "atlanta2017_signature_gla1ve_gold"
  81314. "item_name" "#StickerKit_atlanta2017_signature_gla1ve_gold"
  81315. "description_string" "#StickerKit_desc_atlanta2017_signature_gla1ve_gold"
  81316. "sticker_material" "atlanta2017/sig_gla1ve_gold"
  81317. "item_rarity" "legendary"
  81318. "tournament_event_id" "11"
  81319. "tournament_team_id" "60"
  81320. "tournament_player_id" "50245293"
  81321. }
  81322. "2021"
  81323. {
  81324. "name" "atlanta2017_signature_device"
  81325. "item_name" "#StickerKit_atlanta2017_signature_device"
  81326. "description_string" "#StickerKit_desc_atlanta2017_signature_device"
  81327. "sticker_material" "atlanta2017/sig_device"
  81328. "item_rarity" "rare"
  81329. "tournament_event_id" "11"
  81330. "tournament_team_id" "60"
  81331. "tournament_player_id" "27447936"
  81332. }
  81333. "2022"
  81334. {
  81335. "name" "atlanta2017_signature_device_foil"
  81336. "item_name" "#StickerKit_atlanta2017_signature_device_foil"
  81337. "description_string" "#StickerKit_desc_atlanta2017_signature_device_foil"
  81338. "sticker_material" "atlanta2017/sig_device_foil"
  81339. "item_rarity" "legendary"
  81340. "tournament_event_id" "11"
  81341. "tournament_team_id" "60"
  81342. "tournament_player_id" "27447936"
  81343. }
  81344. "2023"
  81345. {
  81346. "name" "atlanta2017_signature_device_gold"
  81347. "item_name" "#StickerKit_atlanta2017_signature_device_gold"
  81348. "description_string" "#StickerKit_desc_atlanta2017_signature_device_gold"
  81349. "sticker_material" "atlanta2017/sig_device_gold"
  81350. "item_rarity" "legendary"
  81351. "tournament_event_id" "11"
  81352. "tournament_team_id" "60"
  81353. "tournament_player_id" "27447936"
  81354. }
  81355. "2024"
  81356. {
  81357. "name" "atlanta2017_signature_dupreeh"
  81358. "item_name" "#StickerKit_atlanta2017_signature_dupreeh"
  81359. "description_string" "#StickerKit_desc_atlanta2017_signature_dupreeh"
  81360. "sticker_material" "atlanta2017/sig_dupreeh"
  81361. "item_rarity" "rare"
  81362. "tournament_event_id" "11"
  81363. "tournament_team_id" "60"
  81364. "tournament_player_id" "44589228"
  81365. }
  81366. "2025"
  81367. {
  81368. "name" "atlanta2017_signature_dupreeh_foil"
  81369. "item_name" "#StickerKit_atlanta2017_signature_dupreeh_foil"
  81370. "description_string" "#StickerKit_desc_atlanta2017_signature_dupreeh_foil"
  81371. "sticker_material" "atlanta2017/sig_dupreeh_foil"
  81372. "item_rarity" "legendary"
  81373. "tournament_event_id" "11"
  81374. "tournament_team_id" "60"
  81375. "tournament_player_id" "44589228"
  81376. }
  81377. "2026"
  81378. {
  81379. "name" "atlanta2017_signature_dupreeh_gold"
  81380. "item_name" "#StickerKit_atlanta2017_signature_dupreeh_gold"
  81381. "description_string" "#StickerKit_desc_atlanta2017_signature_dupreeh_gold"
  81382. "sticker_material" "atlanta2017/sig_dupreeh_gold"
  81383. "item_rarity" "legendary"
  81384. "tournament_event_id" "11"
  81385. "tournament_team_id" "60"
  81386. "tournament_player_id" "44589228"
  81387. }
  81388. "2027"
  81389. {
  81390. "name" "atlanta2017_signature_kjaerbye"
  81391. "item_name" "#StickerKit_atlanta2017_signature_kjaerbye"
  81392. "description_string" "#StickerKit_desc_atlanta2017_signature_kjaerbye"
  81393. "sticker_material" "atlanta2017/sig_kjaerbye"
  81394. "item_rarity" "rare"
  81395. "tournament_event_id" "11"
  81396. "tournament_team_id" "60"
  81397. "tournament_player_id" "59614824"
  81398. }
  81399. "2028"
  81400. {
  81401. "name" "atlanta2017_signature_kjaerbye_foil"
  81402. "item_name" "#StickerKit_atlanta2017_signature_kjaerbye_foil"
  81403. "description_string" "#StickerKit_desc_atlanta2017_signature_kjaerbye_foil"
  81404. "sticker_material" "atlanta2017/sig_kjaerbye_foil"
  81405. "item_rarity" "legendary"
  81406. "tournament_event_id" "11"
  81407. "tournament_team_id" "60"
  81408. "tournament_player_id" "59614824"
  81409. }
  81410. "2029"
  81411. {
  81412. "name" "atlanta2017_signature_kjaerbye_gold"
  81413. "item_name" "#StickerKit_atlanta2017_signature_kjaerbye_gold"
  81414. "description_string" "#StickerKit_desc_atlanta2017_signature_kjaerbye_gold"
  81415. "sticker_material" "atlanta2017/sig_kjaerbye_gold"
  81416. "item_rarity" "legendary"
  81417. "tournament_event_id" "11"
  81418. "tournament_team_id" "60"
  81419. "tournament_player_id" "59614824"
  81420. }
  81421. "2030"
  81422. {
  81423. "name" "atlanta2017_signature_xyp9x"
  81424. "item_name" "#StickerKit_atlanta2017_signature_xyp9x"
  81425. "description_string" "#StickerKit_desc_atlanta2017_signature_xyp9x"
  81426. "sticker_material" "atlanta2017/sig_xyp9x"
  81427. "item_rarity" "rare"
  81428. "tournament_event_id" "11"
  81429. "tournament_team_id" "60"
  81430. "tournament_player_id" "30416534"
  81431. }
  81432. "2031"
  81433. {
  81434. "name" "atlanta2017_signature_xyp9x_foil"
  81435. "item_name" "#StickerKit_atlanta2017_signature_xyp9x_foil"
  81436. "description_string" "#StickerKit_desc_atlanta2017_signature_xyp9x_foil"
  81437. "sticker_material" "atlanta2017/sig_xyp9x_foil"
  81438. "item_rarity" "legendary"
  81439. "tournament_event_id" "11"
  81440. "tournament_team_id" "60"
  81441. "tournament_player_id" "30416534"
  81442. }
  81443. "2032"
  81444. {
  81445. "name" "atlanta2017_signature_xyp9x_gold"
  81446. "item_name" "#StickerKit_atlanta2017_signature_xyp9x_gold"
  81447. "description_string" "#StickerKit_desc_atlanta2017_signature_xyp9x_gold"
  81448. "sticker_material" "atlanta2017/sig_xyp9x_gold"
  81449. "item_rarity" "legendary"
  81450. "tournament_event_id" "11"
  81451. "tournament_team_id" "60"
  81452. "tournament_player_id" "30416534"
  81453. }
  81454. "2033"
  81455. {
  81456. "name" "atlanta2017_signature_zeus"
  81457. "item_name" "#StickerKit_atlanta2017_signature_zeus"
  81458. "description_string" "#StickerKit_desc_atlanta2017_signature_zeus"
  81459. "sticker_material" "atlanta2017/sig_zeus"
  81460. "item_rarity" "rare"
  81461. "tournament_event_id" "11"
  81462. "tournament_team_id" "63"
  81463. "tournament_player_id" "59062744"
  81464. }
  81465. "2034"
  81466. {
  81467. "name" "atlanta2017_signature_zeus_foil"
  81468. "item_name" "#StickerKit_atlanta2017_signature_zeus_foil"
  81469. "description_string" "#StickerKit_desc_atlanta2017_signature_zeus_foil"
  81470. "sticker_material" "atlanta2017/sig_zeus_foil"
  81471. "item_rarity" "legendary"
  81472. "tournament_event_id" "11"
  81473. "tournament_team_id" "63"
  81474. "tournament_player_id" "59062744"
  81475. }
  81476. "2035"
  81477. {
  81478. "name" "atlanta2017_signature_zeus_gold"
  81479. "item_name" "#StickerKit_atlanta2017_signature_zeus_gold"
  81480. "description_string" "#StickerKit_desc_atlanta2017_signature_zeus_gold"
  81481. "sticker_material" "atlanta2017/sig_zeus_gold"
  81482. "item_rarity" "legendary"
  81483. "tournament_event_id" "11"
  81484. "tournament_team_id" "63"
  81485. "tournament_player_id" "59062744"
  81486. }
  81487. "2036"
  81488. {
  81489. "name" "atlanta2017_signature_dosia"
  81490. "item_name" "#StickerKit_atlanta2017_signature_dosia"
  81491. "description_string" "#StickerKit_desc_atlanta2017_signature_dosia"
  81492. "sticker_material" "atlanta2017/sig_dosia"
  81493. "item_rarity" "rare"
  81494. "tournament_event_id" "11"
  81495. "tournament_team_id" "63"
  81496. "tournament_player_id" "146641530"
  81497. }
  81498. "2037"
  81499. {
  81500. "name" "atlanta2017_signature_dosia_foil"
  81501. "item_name" "#StickerKit_atlanta2017_signature_dosia_foil"
  81502. "description_string" "#StickerKit_desc_atlanta2017_signature_dosia_foil"
  81503. "sticker_material" "atlanta2017/sig_dosia_foil"
  81504. "item_rarity" "legendary"
  81505. "tournament_event_id" "11"
  81506. "tournament_team_id" "63"
  81507. "tournament_player_id" "146641530"
  81508. }
  81509. "2038"
  81510. {
  81511. "name" "atlanta2017_signature_dosia_gold"
  81512. "item_name" "#StickerKit_atlanta2017_signature_dosia_gold"
  81513. "description_string" "#StickerKit_desc_atlanta2017_signature_dosia_gold"
  81514. "sticker_material" "atlanta2017/sig_dosia_gold"
  81515. "item_rarity" "legendary"
  81516. "tournament_event_id" "11"
  81517. "tournament_team_id" "63"
  81518. "tournament_player_id" "146641530"
  81519. }
  81520. "2039"
  81521. {
  81522. "name" "atlanta2017_signature_hobbit"
  81523. "item_name" "#StickerKit_atlanta2017_signature_hobbit"
  81524. "description_string" "#StickerKit_desc_atlanta2017_signature_hobbit"
  81525. "sticker_material" "atlanta2017/sig_hobbit"
  81526. "item_rarity" "rare"
  81527. "tournament_event_id" "11"
  81528. "tournament_team_id" "63"
  81529. "tournament_player_id" "68027030"
  81530. }
  81531. "2040"
  81532. {
  81533. "name" "atlanta2017_signature_hobbit_foil"
  81534. "item_name" "#StickerKit_atlanta2017_signature_hobbit_foil"
  81535. "description_string" "#StickerKit_desc_atlanta2017_signature_hobbit_foil"
  81536. "sticker_material" "atlanta2017/sig_hobbit_foil"
  81537. "item_rarity" "legendary"
  81538. "tournament_event_id" "11"
  81539. "tournament_team_id" "63"
  81540. "tournament_player_id" "68027030"
  81541. }
  81542. "2041"
  81543. {
  81544. "name" "atlanta2017_signature_hobbit_gold"
  81545. "item_name" "#StickerKit_atlanta2017_signature_hobbit_gold"
  81546. "description_string" "#StickerKit_desc_atlanta2017_signature_hobbit_gold"
  81547. "sticker_material" "atlanta2017/sig_hobbit_gold"
  81548. "item_rarity" "legendary"
  81549. "tournament_event_id" "11"
  81550. "tournament_team_id" "63"
  81551. "tournament_player_id" "68027030"
  81552. }
  81553. "2042"
  81554. {
  81555. "name" "atlanta2017_signature_mou"
  81556. "item_name" "#StickerKit_atlanta2017_signature_mou"
  81557. "description_string" "#StickerKit_desc_atlanta2017_signature_mou"
  81558. "sticker_material" "atlanta2017/sig_mou"
  81559. "item_rarity" "rare"
  81560. "tournament_event_id" "11"
  81561. "tournament_team_id" "63"
  81562. "tournament_player_id" "52678767"
  81563. }
  81564. "2043"
  81565. {
  81566. "name" "atlanta2017_signature_mou_foil"
  81567. "item_name" "#StickerKit_atlanta2017_signature_mou_foil"
  81568. "description_string" "#StickerKit_desc_atlanta2017_signature_mou_foil"
  81569. "sticker_material" "atlanta2017/sig_mou_foil"
  81570. "item_rarity" "legendary"
  81571. "tournament_event_id" "11"
  81572. "tournament_team_id" "63"
  81573. "tournament_player_id" "52678767"
  81574. }
  81575. "2044"
  81576. {
  81577. "name" "atlanta2017_signature_mou_gold"
  81578. "item_name" "#StickerKit_atlanta2017_signature_mou_gold"
  81579. "description_string" "#StickerKit_desc_atlanta2017_signature_mou_gold"
  81580. "sticker_material" "atlanta2017/sig_mou_gold"
  81581. "item_rarity" "legendary"
  81582. "tournament_event_id" "11"
  81583. "tournament_team_id" "63"
  81584. "tournament_player_id" "52678767"
  81585. }
  81586. "2045"
  81587. {
  81588. "name" "atlanta2017_signature_adrenkz"
  81589. "item_name" "#StickerKit_atlanta2017_signature_adrenkz"
  81590. "description_string" "#StickerKit_desc_atlanta2017_signature_adrenkz"
  81591. "sticker_material" "atlanta2017/sig_adrenkz"
  81592. "item_rarity" "rare"
  81593. "tournament_event_id" "11"
  81594. "tournament_team_id" "63"
  81595. "tournament_player_id" "46200979"
  81596. }
  81597. "2046"
  81598. {
  81599. "name" "atlanta2017_signature_adrenkz_foil"
  81600. "item_name" "#StickerKit_atlanta2017_signature_adrenkz_foil"
  81601. "description_string" "#StickerKit_desc_atlanta2017_signature_adrenkz_foil"
  81602. "sticker_material" "atlanta2017/sig_adrenkz_foil"
  81603. "item_rarity" "legendary"
  81604. "tournament_event_id" "11"
  81605. "tournament_team_id" "63"
  81606. "tournament_player_id" "46200979"
  81607. }
  81608. "2047"
  81609. {
  81610. "name" "atlanta2017_signature_adrenkz_gold"
  81611. "item_name" "#StickerKit_atlanta2017_signature_adrenkz_gold"
  81612. "description_string" "#StickerKit_desc_atlanta2017_signature_adrenkz_gold"
  81613. "sticker_material" "atlanta2017/sig_adrenkz_gold"
  81614. "item_rarity" "legendary"
  81615. "tournament_event_id" "11"
  81616. "tournament_team_id" "63"
  81617. "tournament_player_id" "46200979"
  81618. }
  81619. "2048"
  81620. {
  81621. "name" "atlanta2017_signature_byali"
  81622. "item_name" "#StickerKit_atlanta2017_signature_byali"
  81623. "description_string" "#StickerKit_desc_atlanta2017_signature_byali"
  81624. "sticker_material" "atlanta2017/sig_byali"
  81625. "item_rarity" "rare"
  81626. "tournament_event_id" "11"
  81627. "tournament_team_id" "31"
  81628. "tournament_player_id" "18860354"
  81629. }
  81630. "2049"
  81631. {
  81632. "name" "atlanta2017_signature_byali_foil"
  81633. "item_name" "#StickerKit_atlanta2017_signature_byali_foil"
  81634. "description_string" "#StickerKit_desc_atlanta2017_signature_byali_foil"
  81635. "sticker_material" "atlanta2017/sig_byali_foil"
  81636. "item_rarity" "legendary"
  81637. "tournament_event_id" "11"
  81638. "tournament_team_id" "31"
  81639. "tournament_player_id" "18860354"
  81640. }
  81641. "2050"
  81642. {
  81643. "name" "atlanta2017_signature_byali_gold"
  81644. "item_name" "#StickerKit_atlanta2017_signature_byali_gold"
  81645. "description_string" "#StickerKit_desc_atlanta2017_signature_byali_gold"
  81646. "sticker_material" "atlanta2017/sig_byali_gold"
  81647. "item_rarity" "legendary"
  81648. "tournament_event_id" "11"
  81649. "tournament_team_id" "31"
  81650. "tournament_player_id" "18860354"
  81651. }
  81652. "2051"
  81653. {
  81654. "name" "atlanta2017_signature_neo"
  81655. "item_name" "#StickerKit_atlanta2017_signature_neo"
  81656. "description_string" "#StickerKit_desc_atlanta2017_signature_neo"
  81657. "sticker_material" "atlanta2017/sig_neo"
  81658. "item_rarity" "rare"
  81659. "tournament_event_id" "11"
  81660. "tournament_team_id" "31"
  81661. "tournament_player_id" "460206"
  81662. }
  81663. "2052"
  81664. {
  81665. "name" "atlanta2017_signature_neo_foil"
  81666. "item_name" "#StickerKit_atlanta2017_signature_neo_foil"
  81667. "description_string" "#StickerKit_desc_atlanta2017_signature_neo_foil"
  81668. "sticker_material" "atlanta2017/sig_neo_foil"
  81669. "item_rarity" "legendary"
  81670. "tournament_event_id" "11"
  81671. "tournament_team_id" "31"
  81672. "tournament_player_id" "460206"
  81673. }
  81674. "2053"
  81675. {
  81676. "name" "atlanta2017_signature_neo_gold"
  81677. "item_name" "#StickerKit_atlanta2017_signature_neo_gold"
  81678. "description_string" "#StickerKit_desc_atlanta2017_signature_neo_gold"
  81679. "sticker_material" "atlanta2017/sig_neo_gold"
  81680. "item_rarity" "legendary"
  81681. "tournament_event_id" "11"
  81682. "tournament_team_id" "31"
  81683. "tournament_player_id" "460206"
  81684. }
  81685. "2054"
  81686. {
  81687. "name" "atlanta2017_signature_pasha"
  81688. "item_name" "#StickerKit_atlanta2017_signature_pasha"
  81689. "description_string" "#StickerKit_desc_atlanta2017_signature_pasha"
  81690. "sticker_material" "atlanta2017/sig_pasha"
  81691. "item_rarity" "rare"
  81692. "tournament_event_id" "11"
  81693. "tournament_team_id" "31"
  81694. "tournament_player_id" "13580090"
  81695. }
  81696. "2055"
  81697. {
  81698. "name" "atlanta2017_signature_pasha_foil"
  81699. "item_name" "#StickerKit_atlanta2017_signature_pasha_foil"
  81700. "description_string" "#StickerKit_desc_atlanta2017_signature_pasha_foil"
  81701. "sticker_material" "atlanta2017/sig_pasha_foil"
  81702. "item_rarity" "legendary"
  81703. "tournament_event_id" "11"
  81704. "tournament_team_id" "31"
  81705. "tournament_player_id" "13580090"
  81706. }
  81707. "2056"
  81708. {
  81709. "name" "atlanta2017_signature_pasha_gold"
  81710. "item_name" "#StickerKit_atlanta2017_signature_pasha_gold"
  81711. "description_string" "#StickerKit_desc_atlanta2017_signature_pasha_gold"
  81712. "sticker_material" "atlanta2017/sig_pasha_gold"
  81713. "item_rarity" "legendary"
  81714. "tournament_event_id" "11"
  81715. "tournament_team_id" "31"
  81716. "tournament_player_id" "13580090"
  81717. }
  81718. "2057"
  81719. {
  81720. "name" "atlanta2017_signature_snax"
  81721. "item_name" "#StickerKit_atlanta2017_signature_snax"
  81722. "description_string" "#StickerKit_desc_atlanta2017_signature_snax"
  81723. "sticker_material" "atlanta2017/sig_snax"
  81724. "item_rarity" "rare"
  81725. "tournament_event_id" "11"
  81726. "tournament_team_id" "31"
  81727. "tournament_player_id" "21875845"
  81728. }
  81729. "2058"
  81730. {
  81731. "name" "atlanta2017_signature_snax_foil"
  81732. "item_name" "#StickerKit_atlanta2017_signature_snax_foil"
  81733. "description_string" "#StickerKit_desc_atlanta2017_signature_snax_foil"
  81734. "sticker_material" "atlanta2017/sig_snax_foil"
  81735. "item_rarity" "legendary"
  81736. "tournament_event_id" "11"
  81737. "tournament_team_id" "31"
  81738. "tournament_player_id" "21875845"
  81739. }
  81740. "2059"
  81741. {
  81742. "name" "atlanta2017_signature_snax_gold"
  81743. "item_name" "#StickerKit_atlanta2017_signature_snax_gold"
  81744. "description_string" "#StickerKit_desc_atlanta2017_signature_snax_gold"
  81745. "sticker_material" "atlanta2017/sig_snax_gold"
  81746. "item_rarity" "legendary"
  81747. "tournament_event_id" "11"
  81748. "tournament_team_id" "31"
  81749. "tournament_player_id" "21875845"
  81750. }
  81751. "2060"
  81752. {
  81753. "name" "atlanta2017_signature_taz"
  81754. "item_name" "#StickerKit_atlanta2017_signature_taz"
  81755. "description_string" "#StickerKit_desc_atlanta2017_signature_taz"
  81756. "sticker_material" "atlanta2017/sig_taz"
  81757. "item_rarity" "rare"
  81758. "tournament_event_id" "11"
  81759. "tournament_team_id" "31"
  81760. "tournament_player_id" "234052"
  81761. }
  81762. "2061"
  81763. {
  81764. "name" "atlanta2017_signature_taz_foil"
  81765. "item_name" "#StickerKit_atlanta2017_signature_taz_foil"
  81766. "description_string" "#StickerKit_desc_atlanta2017_signature_taz_foil"
  81767. "sticker_material" "atlanta2017/sig_taz_foil"
  81768. "item_rarity" "legendary"
  81769. "tournament_event_id" "11"
  81770. "tournament_team_id" "31"
  81771. "tournament_player_id" "234052"
  81772. }
  81773. "2062"
  81774. {
  81775. "name" "atlanta2017_signature_taz_gold"
  81776. "item_name" "#StickerKit_atlanta2017_signature_taz_gold"
  81777. "description_string" "#StickerKit_desc_atlanta2017_signature_taz_gold"
  81778. "sticker_material" "atlanta2017/sig_taz_gold"
  81779. "item_rarity" "legendary"
  81780. "tournament_event_id" "11"
  81781. "tournament_team_id" "31"
  81782. "tournament_player_id" "234052"
  81783. }
  81784. }
  81785. "prefabs"
  81786. {
  81787. "krakow2017_sticker_capsule_prefab"
  81788. {
  81789. "first_sale_date" "2017-07-05"
  81790. "prefab" "weapon_case_base"
  81791. "attributes"
  81792. {
  81793. "tournament event id"
  81794. {
  81795. "attribute_class" "tournament_event_id"
  81796. "value" "12"
  81797. }
  81798. }
  81799. }
  81800. "krakow2017_signature_capsule_prefab"
  81801. {
  81802. "first_sale_date" "2017-07-05"
  81803. "prefab" "weapon_case_base"
  81804. "attributes"
  81805. {
  81806. "tournament event id"
  81807. {
  81808. "attribute_class" "tournament_event_id"
  81809. "value" "12"
  81810. }
  81811. }
  81812. "tags"
  81813. {
  81814. "StickerCapsule"
  81815. {
  81816. "tag_value" "crate_signature_pack_krakow2017_group_players_collection"
  81817. "tag_text" "#CSGO_crate_signature_pack_krakow2017_group_players_tag"
  81818. "tag_group" "StickerCapsule"
  81819. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  81820. }
  81821. }
  81822. }
  81823. }
  81824. "revolving_loot_lists"
  81825. {
  81826. "209" "crate_sticker_pack_krakow2017_legends"
  81827. "210" "crate_sticker_pack_krakow2017_challengers"
  81828. "211" "crate_signature_pack_krakow2017_group_players_collection_1"
  81829. "212" "crate_signature_pack_krakow2017_group_players_collection_2"
  81830. "213" "crate_krakow2017_promo_de_inferno"
  81831. "214" "crate_krakow2017_promo_de_mirage"
  81832. "215" "crate_krakow2017_promo_de_cbble"
  81833. "216" "crate_krakow2017_promo_de_overpass"
  81834. "217" "crate_krakow2017_promo_de_cache"
  81835. "218" "crate_krakow2017_promo_de_train"
  81836. "219" "crate_krakow2017_promo_de_nuke"
  81837. }
  81838. "client_loot_lists"
  81839. {
  81840. "krakow2017_rare_astr"
  81841. {
  81842. "[krakow2017_team_astr]sticker" "1"
  81843. }
  81844. "krakow2017_rare_vp"
  81845. {
  81846. "[krakow2017_team_vp]sticker" "1"
  81847. }
  81848. "krakow2017_rare_fntc"
  81849. {
  81850. "[krakow2017_team_fntc]sticker" "1"
  81851. }
  81852. "krakow2017_rare_sk"
  81853. {
  81854. "[krakow2017_team_sk]sticker" "1"
  81855. }
  81856. "krakow2017_rare_navi"
  81857. {
  81858. "[krakow2017_team_navi]sticker" "1"
  81859. }
  81860. "krakow2017_rare_gamb"
  81861. {
  81862. "[krakow2017_team_gamb]sticker" "1"
  81863. }
  81864. "krakow2017_rare_nor"
  81865. {
  81866. "[krakow2017_team_nor]sticker" "1"
  81867. }
  81868. "krakow2017_rare_faze"
  81869. {
  81870. "[krakow2017_team_faze]sticker" "1"
  81871. }
  81872. "krakow2017_rare_mss"
  81873. {
  81874. "[krakow2017_team_mss]sticker" "1"
  81875. }
  81876. "krakow2017_rare_g2"
  81877. {
  81878. "[krakow2017_team_g2]sticker" "1"
  81879. }
  81880. "krakow2017_rare_big"
  81881. {
  81882. "[krakow2017_team_big]sticker" "1"
  81883. }
  81884. "krakow2017_rare_c9"
  81885. {
  81886. "[krakow2017_team_c9]sticker" "1"
  81887. }
  81888. "krakow2017_rare_penta"
  81889. {
  81890. "[krakow2017_team_penta]sticker" "1"
  81891. }
  81892. "krakow2017_rare_flip"
  81893. {
  81894. "[krakow2017_team_flip]sticker" "1"
  81895. }
  81896. "krakow2017_rare_imt"
  81897. {
  81898. "[krakow2017_team_imt]sticker" "1"
  81899. }
  81900. "krakow2017_rare_vega"
  81901. {
  81902. "[krakow2017_team_vega]sticker" "1"
  81903. }
  81904. "krakow2017_rare_pgl"
  81905. {
  81906. "[krakow2017_team_pgl]sticker" "1"
  81907. }
  81908. "krakow2017_graffiti_astr"
  81909. {
  81910. "[krakow2017_team_astr_graffiti]spray" "1"
  81911. }
  81912. "krakow2017_graffiti_vp"
  81913. {
  81914. "[krakow2017_team_vp_graffiti]spray" "1"
  81915. }
  81916. "krakow2017_graffiti_fntc"
  81917. {
  81918. "[krakow2017_team_fntc_graffiti]spray" "1"
  81919. }
  81920. "krakow2017_graffiti_sk"
  81921. {
  81922. "[krakow2017_team_sk_graffiti]spray" "1"
  81923. }
  81924. "krakow2017_graffiti_navi"
  81925. {
  81926. "[krakow2017_team_navi_graffiti]spray" "1"
  81927. }
  81928. "krakow2017_graffiti_gamb"
  81929. {
  81930. "[krakow2017_team_gamb_graffiti]spray" "1"
  81931. }
  81932. "krakow2017_graffiti_nor"
  81933. {
  81934. "[krakow2017_team_nor_graffiti]spray" "1"
  81935. }
  81936. "krakow2017_graffiti_faze"
  81937. {
  81938. "[krakow2017_team_faze_graffiti]spray" "1"
  81939. }
  81940. "krakow2017_graffiti_mss"
  81941. {
  81942. "[krakow2017_team_mss_graffiti]spray" "1"
  81943. }
  81944. "krakow2017_graffiti_g2"
  81945. {
  81946. "[krakow2017_team_g2_graffiti]spray" "1"
  81947. }
  81948. "krakow2017_graffiti_big"
  81949. {
  81950. "[krakow2017_team_big_graffiti]spray" "1"
  81951. }
  81952. "krakow2017_graffiti_c9"
  81953. {
  81954. "[krakow2017_team_c9_graffiti]spray" "1"
  81955. }
  81956. "krakow2017_graffiti_penta"
  81957. {
  81958. "[krakow2017_team_penta_graffiti]spray" "1"
  81959. }
  81960. "krakow2017_graffiti_flip"
  81961. {
  81962. "[krakow2017_team_flip_graffiti]spray" "1"
  81963. }
  81964. "krakow2017_graffiti_imt"
  81965. {
  81966. "[krakow2017_team_imt_graffiti]spray" "1"
  81967. }
  81968. "krakow2017_graffiti_vega"
  81969. {
  81970. "[krakow2017_team_vega_graffiti]spray" "1"
  81971. }
  81972. "krakow2017_graffiti_pgl"
  81973. {
  81974. "[krakow2017_team_pgl_graffiti]spray" "1"
  81975. }
  81976. "crate_sticker_pack_krakow2017_legends_rare"
  81977. {
  81978. "[krakow2017_team_astr]sticker" "1"
  81979. "[krakow2017_team_vp]sticker" "1"
  81980. "[krakow2017_team_fntc]sticker" "1"
  81981. "[krakow2017_team_sk]sticker" "1"
  81982. "[krakow2017_team_navi]sticker" "1"
  81983. "[krakow2017_team_gamb]sticker" "1"
  81984. "[krakow2017_team_nor]sticker" "1"
  81985. "[krakow2017_team_faze]sticker" "1"
  81986. "[krakow2017_team_pgl]sticker" "1"
  81987. }
  81988. "crate_sticker_pack_krakow2017_legends_mythical"
  81989. {
  81990. "[krakow2017_team_astr_holo]sticker" "1"
  81991. "[krakow2017_team_vp_holo]sticker" "1"
  81992. "[krakow2017_team_fntc_holo]sticker" "1"
  81993. "[krakow2017_team_sk_holo]sticker" "1"
  81994. "[krakow2017_team_navi_holo]sticker" "1"
  81995. "[krakow2017_team_gamb_holo]sticker" "1"
  81996. "[krakow2017_team_nor_holo]sticker" "1"
  81997. "[krakow2017_team_faze_holo]sticker" "1"
  81998. "[krakow2017_team_pgl_holo]sticker" "1"
  81999. }
  82000. "crate_sticker_pack_krakow2017_legends_legendary"
  82001. {
  82002. "[krakow2017_team_astr_foil]sticker" "1"
  82003. "[krakow2017_team_vp_foil]sticker" "1"
  82004. "[krakow2017_team_fntc_foil]sticker" "1"
  82005. "[krakow2017_team_sk_foil]sticker" "1"
  82006. "[krakow2017_team_navi_foil]sticker" "1"
  82007. "[krakow2017_team_gamb_foil]sticker" "1"
  82008. "[krakow2017_team_nor_foil]sticker" "1"
  82009. "[krakow2017_team_faze_foil]sticker" "1"
  82010. "[krakow2017_team_pgl_foil]sticker" "1"
  82011. }
  82012. "crate_sticker_pack_krakow2017_legends"
  82013. {
  82014. "crate_sticker_pack_krakow2017_legends_mythical" "1"
  82015. "crate_sticker_pack_krakow2017_legends_legendary" "1"
  82016. }
  82017. "crate_sticker_pack_krakow2017_challengers_rare"
  82018. {
  82019. "[krakow2017_team_mss]sticker" "1"
  82020. "[krakow2017_team_g2]sticker" "1"
  82021. "[krakow2017_team_big]sticker" "1"
  82022. "[krakow2017_team_c9]sticker" "1"
  82023. "[krakow2017_team_penta]sticker" "1"
  82024. "[krakow2017_team_flip]sticker" "1"
  82025. "[krakow2017_team_imt]sticker" "1"
  82026. "[krakow2017_team_vega]sticker" "1"
  82027. }
  82028. "crate_sticker_pack_krakow2017_challengers_mythical"
  82029. {
  82030. "[krakow2017_team_mss_holo]sticker" "1"
  82031. "[krakow2017_team_g2_holo]sticker" "1"
  82032. "[krakow2017_team_big_holo]sticker" "1"
  82033. "[krakow2017_team_c9_holo]sticker" "1"
  82034. "[krakow2017_team_penta_holo]sticker" "1"
  82035. "[krakow2017_team_flip_holo]sticker" "1"
  82036. "[krakow2017_team_imt_holo]sticker" "1"
  82037. "[krakow2017_team_vega_holo]sticker" "1"
  82038. "[krakow2017_team_pgl_holo]sticker" "1"
  82039. }
  82040. "crate_sticker_pack_krakow2017_challengers_legendary"
  82041. {
  82042. "[krakow2017_team_mss_foil]sticker" "1"
  82043. "[krakow2017_team_g2_foil]sticker" "1"
  82044. "[krakow2017_team_big_foil]sticker" "1"
  82045. "[krakow2017_team_c9_foil]sticker" "1"
  82046. "[krakow2017_team_penta_foil]sticker" "1"
  82047. "[krakow2017_team_flip_foil]sticker" "1"
  82048. "[krakow2017_team_imt_foil]sticker" "1"
  82049. "[krakow2017_team_vega_foil]sticker" "1"
  82050. "[krakow2017_team_pgl_foil]sticker" "1"
  82051. }
  82052. "crate_sticker_pack_krakow2017_challengers"
  82053. {
  82054. "crate_sticker_pack_krakow2017_challengers_mythical" "1"
  82055. "crate_sticker_pack_krakow2017_challengers_legendary" "1"
  82056. }
  82057. "krakow2017_signatures_astr"
  82058. {
  82059. "[krakow2017_signature_device]sticker" "1"
  82060. "[krakow2017_signature_device_foil]sticker" "1"
  82061. "[krakow2017_signature_device_gold]sticker" "1"
  82062. "[krakow2017_signature_dupreeh]sticker" "1"
  82063. "[krakow2017_signature_dupreeh_foil]sticker" "1"
  82064. "[krakow2017_signature_dupreeh_gold]sticker" "1"
  82065. "[krakow2017_signature_gla1ve]sticker" "1"
  82066. "[krakow2017_signature_gla1ve_foil]sticker" "1"
  82067. "[krakow2017_signature_gla1ve_gold]sticker" "1"
  82068. "[krakow2017_signature_kjaerbye]sticker" "1"
  82069. "[krakow2017_signature_kjaerbye_foil]sticker" "1"
  82070. "[krakow2017_signature_kjaerbye_gold]sticker" "1"
  82071. "[krakow2017_signature_xyp9x]sticker" "1"
  82072. "[krakow2017_signature_xyp9x_foil]sticker" "1"
  82073. "[krakow2017_signature_xyp9x_gold]sticker" "1"
  82074. }
  82075. "krakow2017_signatures_vp"
  82076. {
  82077. "[krakow2017_signature_byali]sticker" "1"
  82078. "[krakow2017_signature_byali_foil]sticker" "1"
  82079. "[krakow2017_signature_byali_gold]sticker" "1"
  82080. "[krakow2017_signature_neo]sticker" "1"
  82081. "[krakow2017_signature_neo_foil]sticker" "1"
  82082. "[krakow2017_signature_neo_gold]sticker" "1"
  82083. "[krakow2017_signature_pasha]sticker" "1"
  82084. "[krakow2017_signature_pasha_foil]sticker" "1"
  82085. "[krakow2017_signature_pasha_gold]sticker" "1"
  82086. "[krakow2017_signature_snax]sticker" "1"
  82087. "[krakow2017_signature_snax_foil]sticker" "1"
  82088. "[krakow2017_signature_snax_gold]sticker" "1"
  82089. "[krakow2017_signature_taz]sticker" "1"
  82090. "[krakow2017_signature_taz_foil]sticker" "1"
  82091. "[krakow2017_signature_taz_gold]sticker" "1"
  82092. }
  82093. "krakow2017_signatures_fntc"
  82094. {
  82095. "[krakow2017_signature_dennis]sticker" "1"
  82096. "[krakow2017_signature_dennis_foil]sticker" "1"
  82097. "[krakow2017_signature_dennis_gold]sticker" "1"
  82098. "[krakow2017_signature_flusha]sticker" "1"
  82099. "[krakow2017_signature_flusha_foil]sticker" "1"
  82100. "[krakow2017_signature_flusha_gold]sticker" "1"
  82101. "[krakow2017_signature_jw]sticker" "1"
  82102. "[krakow2017_signature_jw_foil]sticker" "1"
  82103. "[krakow2017_signature_jw_gold]sticker" "1"
  82104. "[krakow2017_signature_krimz]sticker" "1"
  82105. "[krakow2017_signature_krimz_foil]sticker" "1"
  82106. "[krakow2017_signature_krimz_gold]sticker" "1"
  82107. "[krakow2017_signature_olofmeister]sticker" "1"
  82108. "[krakow2017_signature_olofmeister_foil]sticker" "1"
  82109. "[krakow2017_signature_olofmeister_gold]sticker" "1"
  82110. }
  82111. "krakow2017_signatures_sk"
  82112. {
  82113. "[krakow2017_signature_coldzera]sticker" "1"
  82114. "[krakow2017_signature_coldzera_foil]sticker" "1"
  82115. "[krakow2017_signature_coldzera_gold]sticker" "1"
  82116. "[krakow2017_signature_fallen]sticker" "1"
  82117. "[krakow2017_signature_fallen_foil]sticker" "1"
  82118. "[krakow2017_signature_fallen_gold]sticker" "1"
  82119. "[krakow2017_signature_felps]sticker" "1"
  82120. "[krakow2017_signature_felps_foil]sticker" "1"
  82121. "[krakow2017_signature_felps_gold]sticker" "1"
  82122. "[krakow2017_signature_fer]sticker" "1"
  82123. "[krakow2017_signature_fer_foil]sticker" "1"
  82124. "[krakow2017_signature_fer_gold]sticker" "1"
  82125. "[krakow2017_signature_taco]sticker" "1"
  82126. "[krakow2017_signature_taco_foil]sticker" "1"
  82127. "[krakow2017_signature_taco_gold]sticker" "1"
  82128. }
  82129. "krakow2017_signatures_navi"
  82130. {
  82131. "[krakow2017_signature_edward]sticker" "1"
  82132. "[krakow2017_signature_edward_foil]sticker" "1"
  82133. "[krakow2017_signature_edward_gold]sticker" "1"
  82134. "[krakow2017_signature_flamie]sticker" "1"
  82135. "[krakow2017_signature_flamie_foil]sticker" "1"
  82136. "[krakow2017_signature_flamie_gold]sticker" "1"
  82137. "[krakow2017_signature_guardian]sticker" "1"
  82138. "[krakow2017_signature_guardian_foil]sticker" "1"
  82139. "[krakow2017_signature_guardian_gold]sticker" "1"
  82140. "[krakow2017_signature_s1mple]sticker" "1"
  82141. "[krakow2017_signature_s1mple_foil]sticker" "1"
  82142. "[krakow2017_signature_s1mple_gold]sticker" "1"
  82143. "[krakow2017_signature_seized]sticker" "1"
  82144. "[krakow2017_signature_seized_foil]sticker" "1"
  82145. "[krakow2017_signature_seized_gold]sticker" "1"
  82146. }
  82147. "krakow2017_signatures_gamb"
  82148. {
  82149. "[krakow2017_signature_adrenkz]sticker" "1"
  82150. "[krakow2017_signature_adrenkz_foil]sticker" "1"
  82151. "[krakow2017_signature_adrenkz_gold]sticker" "1"
  82152. "[krakow2017_signature_dosia]sticker" "1"
  82153. "[krakow2017_signature_dosia_foil]sticker" "1"
  82154. "[krakow2017_signature_dosia_gold]sticker" "1"
  82155. "[krakow2017_signature_hobbit]sticker" "1"
  82156. "[krakow2017_signature_hobbit_foil]sticker" "1"
  82157. "[krakow2017_signature_hobbit_gold]sticker" "1"
  82158. "[krakow2017_signature_mou]sticker" "1"
  82159. "[krakow2017_signature_mou_foil]sticker" "1"
  82160. "[krakow2017_signature_mou_gold]sticker" "1"
  82161. "[krakow2017_signature_zeus]sticker" "1"
  82162. "[krakow2017_signature_zeus_foil]sticker" "1"
  82163. "[krakow2017_signature_zeus_gold]sticker" "1"
  82164. }
  82165. "krakow2017_signatures_nor"
  82166. {
  82167. "[krakow2017_signature_aizy]sticker" "1"
  82168. "[krakow2017_signature_aizy_foil]sticker" "1"
  82169. "[krakow2017_signature_aizy_gold]sticker" "1"
  82170. "[krakow2017_signature_cajunb]sticker" "1"
  82171. "[krakow2017_signature_cajunb_foil]sticker" "1"
  82172. "[krakow2017_signature_cajunb_gold]sticker" "1"
  82173. "[krakow2017_signature_k0nfig]sticker" "1"
  82174. "[krakow2017_signature_k0nfig_foil]sticker" "1"
  82175. "[krakow2017_signature_k0nfig_gold]sticker" "1"
  82176. "[krakow2017_signature_magisk]sticker" "1"
  82177. "[krakow2017_signature_magisk_foil]sticker" "1"
  82178. "[krakow2017_signature_magisk_gold]sticker" "1"
  82179. "[krakow2017_signature_msl]sticker" "1"
  82180. "[krakow2017_signature_msl_foil]sticker" "1"
  82181. "[krakow2017_signature_msl_gold]sticker" "1"
  82182. }
  82183. "krakow2017_signatures_faze"
  82184. {
  82185. "[krakow2017_signature_allu]sticker" "1"
  82186. "[krakow2017_signature_allu_foil]sticker" "1"
  82187. "[krakow2017_signature_allu_gold]sticker" "1"
  82188. "[krakow2017_signature_karrigan]sticker" "1"
  82189. "[krakow2017_signature_karrigan_foil]sticker" "1"
  82190. "[krakow2017_signature_karrigan_gold]sticker" "1"
  82191. "[krakow2017_signature_kioshima]sticker" "1"
  82192. "[krakow2017_signature_kioshima_foil]sticker" "1"
  82193. "[krakow2017_signature_kioshima_gold]sticker" "1"
  82194. "[krakow2017_signature_niko]sticker" "1"
  82195. "[krakow2017_signature_niko_foil]sticker" "1"
  82196. "[krakow2017_signature_niko_gold]sticker" "1"
  82197. "[krakow2017_signature_rain]sticker" "1"
  82198. "[krakow2017_signature_rain_foil]sticker" "1"
  82199. "[krakow2017_signature_rain_gold]sticker" "1"
  82200. }
  82201. "krakow2017_signatures_mss"
  82202. {
  82203. "[krakow2017_signature_chrisj]sticker" "1"
  82204. "[krakow2017_signature_chrisj_foil]sticker" "1"
  82205. "[krakow2017_signature_chrisj_gold]sticker" "1"
  82206. "[krakow2017_signature_denis]sticker" "1"
  82207. "[krakow2017_signature_denis_foil]sticker" "1"
  82208. "[krakow2017_signature_denis_gold]sticker" "1"
  82209. "[krakow2017_signature_lowel]sticker" "1"
  82210. "[krakow2017_signature_lowel_foil]sticker" "1"
  82211. "[krakow2017_signature_lowel_gold]sticker" "1"
  82212. "[krakow2017_signature_oskar]sticker" "1"
  82213. "[krakow2017_signature_oskar_foil]sticker" "1"
  82214. "[krakow2017_signature_oskar_gold]sticker" "1"
  82215. "[krakow2017_signature_ropz]sticker" "1"
  82216. "[krakow2017_signature_ropz_foil]sticker" "1"
  82217. "[krakow2017_signature_ropz_gold]sticker" "1"
  82218. }
  82219. "krakow2017_signatures_g2"
  82220. {
  82221. "[krakow2017_signature_apex]sticker" "1"
  82222. "[krakow2017_signature_apex_foil]sticker" "1"
  82223. "[krakow2017_signature_apex_gold]sticker" "1"
  82224. "[krakow2017_signature_bodyy]sticker" "1"
  82225. "[krakow2017_signature_bodyy_foil]sticker" "1"
  82226. "[krakow2017_signature_bodyy_gold]sticker" "1"
  82227. "[krakow2017_signature_kennys]sticker" "1"
  82228. "[krakow2017_signature_kennys_foil]sticker" "1"
  82229. "[krakow2017_signature_kennys_gold]sticker" "1"
  82230. "[krakow2017_signature_nbk]sticker" "1"
  82231. "[krakow2017_signature_nbk_foil]sticker" "1"
  82232. "[krakow2017_signature_nbk_gold]sticker" "1"
  82233. "[krakow2017_signature_shox]sticker" "1"
  82234. "[krakow2017_signature_shox_foil]sticker" "1"
  82235. "[krakow2017_signature_shox_gold]sticker" "1"
  82236. }
  82237. "krakow2017_signatures_big"
  82238. {
  82239. "[krakow2017_signature_gobb]sticker" "1"
  82240. "[krakow2017_signature_gobb_foil]sticker" "1"
  82241. "[krakow2017_signature_gobb_gold]sticker" "1"
  82242. "[krakow2017_signature_keev]sticker" "1"
  82243. "[krakow2017_signature_keev_foil]sticker" "1"
  82244. "[krakow2017_signature_keev_gold]sticker" "1"
  82245. "[krakow2017_signature_legija]sticker" "1"
  82246. "[krakow2017_signature_legija_foil]sticker" "1"
  82247. "[krakow2017_signature_legija_gold]sticker" "1"
  82248. "[krakow2017_signature_nex]sticker" "1"
  82249. "[krakow2017_signature_nex_foil]sticker" "1"
  82250. "[krakow2017_signature_nex_gold]sticker" "1"
  82251. "[krakow2017_signature_tabsen]sticker" "1"
  82252. "[krakow2017_signature_tabsen_foil]sticker" "1"
  82253. "[krakow2017_signature_tabsen_gold]sticker" "1"
  82254. }
  82255. "krakow2017_signatures_c9"
  82256. {
  82257. "[krakow2017_signature_autimatic]sticker" "1"
  82258. "[krakow2017_signature_autimatic_foil]sticker" "1"
  82259. "[krakow2017_signature_autimatic_gold]sticker" "1"
  82260. "[krakow2017_signature_nothing]sticker" "1"
  82261. "[krakow2017_signature_nothing_foil]sticker" "1"
  82262. "[krakow2017_signature_nothing_gold]sticker" "1"
  82263. "[krakow2017_signature_shroud]sticker" "1"
  82264. "[krakow2017_signature_shroud_foil]sticker" "1"
  82265. "[krakow2017_signature_shroud_gold]sticker" "1"
  82266. "[krakow2017_signature_skadoodle]sticker" "1"
  82267. "[krakow2017_signature_skadoodle_foil]sticker" "1"
  82268. "[krakow2017_signature_skadoodle_gold]sticker" "1"
  82269. "[krakow2017_signature_stewie2k]sticker" "1"
  82270. "[krakow2017_signature_stewie2k_foil]sticker" "1"
  82271. "[krakow2017_signature_stewie2k_gold]sticker" "1"
  82272. }
  82273. "krakow2017_signatures_penta"
  82274. {
  82275. "[krakow2017_signature_hs]sticker" "1"
  82276. "[krakow2017_signature_hs_foil]sticker" "1"
  82277. "[krakow2017_signature_hs_gold]sticker" "1"
  82278. "[krakow2017_signature_innocent]sticker" "1"
  82279. "[krakow2017_signature_innocent_foil]sticker" "1"
  82280. "[krakow2017_signature_innocent_gold]sticker" "1"
  82281. "[krakow2017_signature_krystal]sticker" "1"
  82282. "[krakow2017_signature_krystal_foil]sticker" "1"
  82283. "[krakow2017_signature_krystal_gold]sticker" "1"
  82284. "[krakow2017_signature_sunny]sticker" "1"
  82285. "[krakow2017_signature_sunny_foil]sticker" "1"
  82286. "[krakow2017_signature_sunny_gold]sticker" "1"
  82287. "[krakow2017_signature_zehn]sticker" "1"
  82288. "[krakow2017_signature_zehn_foil]sticker" "1"
  82289. "[krakow2017_signature_zehn_gold]sticker" "1"
  82290. }
  82291. "krakow2017_signatures_flip"
  82292. {
  82293. "[krakow2017_signature_b1ad3]sticker" "1"
  82294. "[krakow2017_signature_b1ad3_foil]sticker" "1"
  82295. "[krakow2017_signature_b1ad3_gold]sticker" "1"
  82296. "[krakow2017_signature_electronic]sticker" "1"
  82297. "[krakow2017_signature_electronic_foil]sticker" "1"
  82298. "[krakow2017_signature_electronic_gold]sticker" "1"
  82299. "[krakow2017_signature_markeloff]sticker" "1"
  82300. "[krakow2017_signature_markeloff_foil]sticker" "1"
  82301. "[krakow2017_signature_markeloff_gold]sticker" "1"
  82302. "[krakow2017_signature_waylander]sticker" "1"
  82303. "[krakow2017_signature_waylander_foil]sticker" "1"
  82304. "[krakow2017_signature_waylander_gold]sticker" "1"
  82305. "[krakow2017_signature_worldedit]sticker" "1"
  82306. "[krakow2017_signature_worldedit_foil]sticker" "1"
  82307. "[krakow2017_signature_worldedit_gold]sticker" "1"
  82308. }
  82309. "krakow2017_signatures_imt"
  82310. {
  82311. "[krakow2017_signature_boltz]sticker" "1"
  82312. "[krakow2017_signature_boltz_foil]sticker" "1"
  82313. "[krakow2017_signature_boltz_gold]sticker" "1"
  82314. "[krakow2017_signature_hen1]sticker" "1"
  82315. "[krakow2017_signature_hen1_foil]sticker" "1"
  82316. "[krakow2017_signature_hen1_gold]sticker" "1"
  82317. "[krakow2017_signature_kngv]sticker" "1"
  82318. "[krakow2017_signature_kngv_foil]sticker" "1"
  82319. "[krakow2017_signature_kngv_gold]sticker" "1"
  82320. "[krakow2017_signature_lucas1]sticker" "1"
  82321. "[krakow2017_signature_lucas1_foil]sticker" "1"
  82322. "[krakow2017_signature_lucas1_gold]sticker" "1"
  82323. "[krakow2017_signature_steel]sticker" "1"
  82324. "[krakow2017_signature_steel_foil]sticker" "1"
  82325. "[krakow2017_signature_steel_gold]sticker" "1"
  82326. }
  82327. "krakow2017_signatures_vega"
  82328. {
  82329. "[krakow2017_signature_chopper]sticker" "1"
  82330. "[krakow2017_signature_chopper_foil]sticker" "1"
  82331. "[krakow2017_signature_chopper_gold]sticker" "1"
  82332. "[krakow2017_signature_hutji]sticker" "1"
  82333. "[krakow2017_signature_hutji_foil]sticker" "1"
  82334. "[krakow2017_signature_hutji_gold]sticker" "1"
  82335. "[krakow2017_signature_jr]sticker" "1"
  82336. "[krakow2017_signature_jr_foil]sticker" "1"
  82337. "[krakow2017_signature_jr_gold]sticker" "1"
  82338. "[krakow2017_signature_keshandr]sticker" "1"
  82339. "[krakow2017_signature_keshandr_foil]sticker" "1"
  82340. "[krakow2017_signature_keshandr_gold]sticker" "1"
  82341. "[krakow2017_signature_mir]sticker" "1"
  82342. "[krakow2017_signature_mir_foil]sticker" "1"
  82343. "[krakow2017_signature_mir_gold]sticker" "1"
  82344. }
  82345. "crate_signature_pack_krakow2017_group_1_rare"
  82346. {
  82347. "[krakow2017_signature_chrisj]sticker" "1"
  82348. "[krakow2017_signature_denis]sticker" "1"
  82349. "[krakow2017_signature_lowel]sticker" "1"
  82350. "[krakow2017_signature_oskar]sticker" "1"
  82351. "[krakow2017_signature_ropz]sticker" "1"
  82352. "[krakow2017_signature_apex]sticker" "1"
  82353. "[krakow2017_signature_bodyy]sticker" "1"
  82354. "[krakow2017_signature_kennys]sticker" "1"
  82355. "[krakow2017_signature_nbk]sticker" "1"
  82356. "[krakow2017_signature_shox]sticker" "1"
  82357. "[krakow2017_signature_gobb]sticker" "1"
  82358. "[krakow2017_signature_keev]sticker" "1"
  82359. "[krakow2017_signature_legija]sticker" "1"
  82360. "[krakow2017_signature_nex]sticker" "1"
  82361. "[krakow2017_signature_tabsen]sticker" "1"
  82362. "[krakow2017_signature_autimatic]sticker" "1"
  82363. "[krakow2017_signature_nothing]sticker" "1"
  82364. "[krakow2017_signature_shroud]sticker" "1"
  82365. "[krakow2017_signature_skadoodle]sticker" "1"
  82366. "[krakow2017_signature_stewie2k]sticker" "1"
  82367. "[krakow2017_signature_hs]sticker" "1"
  82368. "[krakow2017_signature_innocent]sticker" "1"
  82369. "[krakow2017_signature_krystal]sticker" "1"
  82370. "[krakow2017_signature_sunny]sticker" "1"
  82371. "[krakow2017_signature_zehn]sticker" "1"
  82372. "[krakow2017_signature_b1ad3]sticker" "1"
  82373. "[krakow2017_signature_electronic]sticker" "1"
  82374. "[krakow2017_signature_markeloff]sticker" "1"
  82375. "[krakow2017_signature_waylander]sticker" "1"
  82376. "[krakow2017_signature_worldedit]sticker" "1"
  82377. "[krakow2017_signature_boltz]sticker" "1"
  82378. "[krakow2017_signature_hen1]sticker" "1"
  82379. "[krakow2017_signature_kngv]sticker" "1"
  82380. "[krakow2017_signature_lucas1]sticker" "1"
  82381. "[krakow2017_signature_steel]sticker" "1"
  82382. "[krakow2017_signature_chopper]sticker" "1"
  82383. "[krakow2017_signature_hutji]sticker" "1"
  82384. "[krakow2017_signature_jr]sticker" "1"
  82385. "[krakow2017_signature_keshandr]sticker" "1"
  82386. "[krakow2017_signature_mir]sticker" "1"
  82387. }
  82388. "crate_signature_pack_krakow2017_group_1_foil"
  82389. {
  82390. "[krakow2017_signature_chrisj_foil]sticker" "1"
  82391. "[krakow2017_signature_denis_foil]sticker" "1"
  82392. "[krakow2017_signature_lowel_foil]sticker" "1"
  82393. "[krakow2017_signature_oskar_foil]sticker" "1"
  82394. "[krakow2017_signature_ropz_foil]sticker" "1"
  82395. "[krakow2017_signature_apex_foil]sticker" "1"
  82396. "[krakow2017_signature_bodyy_foil]sticker" "1"
  82397. "[krakow2017_signature_kennys_foil]sticker" "1"
  82398. "[krakow2017_signature_nbk_foil]sticker" "1"
  82399. "[krakow2017_signature_shox_foil]sticker" "1"
  82400. "[krakow2017_signature_gobb_foil]sticker" "1"
  82401. "[krakow2017_signature_keev_foil]sticker" "1"
  82402. "[krakow2017_signature_legija_foil]sticker" "1"
  82403. "[krakow2017_signature_nex_foil]sticker" "1"
  82404. "[krakow2017_signature_tabsen_foil]sticker" "1"
  82405. "[krakow2017_signature_autimatic_foil]sticker" "1"
  82406. "[krakow2017_signature_nothing_foil]sticker" "1"
  82407. "[krakow2017_signature_shroud_foil]sticker" "1"
  82408. "[krakow2017_signature_skadoodle_foil]sticker" "1"
  82409. "[krakow2017_signature_stewie2k_foil]sticker" "1"
  82410. "[krakow2017_signature_hs_foil]sticker" "1"
  82411. "[krakow2017_signature_innocent_foil]sticker" "1"
  82412. "[krakow2017_signature_krystal_foil]sticker" "1"
  82413. "[krakow2017_signature_sunny_foil]sticker" "1"
  82414. "[krakow2017_signature_zehn_foil]sticker" "1"
  82415. "[krakow2017_signature_b1ad3_foil]sticker" "1"
  82416. "[krakow2017_signature_electronic_foil]sticker" "1"
  82417. "[krakow2017_signature_markeloff_foil]sticker" "1"
  82418. "[krakow2017_signature_waylander_foil]sticker" "1"
  82419. "[krakow2017_signature_worldedit_foil]sticker" "1"
  82420. "[krakow2017_signature_boltz_foil]sticker" "1"
  82421. "[krakow2017_signature_hen1_foil]sticker" "1"
  82422. "[krakow2017_signature_kngv_foil]sticker" "1"
  82423. "[krakow2017_signature_lucas1_foil]sticker" "1"
  82424. "[krakow2017_signature_steel_foil]sticker" "1"
  82425. "[krakow2017_signature_chopper_foil]sticker" "1"
  82426. "[krakow2017_signature_hutji_foil]sticker" "1"
  82427. "[krakow2017_signature_jr_foil]sticker" "1"
  82428. "[krakow2017_signature_keshandr_foil]sticker" "1"
  82429. "[krakow2017_signature_mir_foil]sticker" "1"
  82430. }
  82431. "crate_signature_pack_krakow2017_group_1_gold"
  82432. {
  82433. "[krakow2017_signature_chrisj_gold]sticker" "1"
  82434. "[krakow2017_signature_denis_gold]sticker" "1"
  82435. "[krakow2017_signature_lowel_gold]sticker" "1"
  82436. "[krakow2017_signature_oskar_gold]sticker" "1"
  82437. "[krakow2017_signature_ropz_gold]sticker" "1"
  82438. "[krakow2017_signature_apex_gold]sticker" "1"
  82439. "[krakow2017_signature_bodyy_gold]sticker" "1"
  82440. "[krakow2017_signature_kennys_gold]sticker" "1"
  82441. "[krakow2017_signature_nbk_gold]sticker" "1"
  82442. "[krakow2017_signature_shox_gold]sticker" "1"
  82443. "[krakow2017_signature_gobb_gold]sticker" "1"
  82444. "[krakow2017_signature_keev_gold]sticker" "1"
  82445. "[krakow2017_signature_legija_gold]sticker" "1"
  82446. "[krakow2017_signature_nex_gold]sticker" "1"
  82447. "[krakow2017_signature_tabsen_gold]sticker" "1"
  82448. "[krakow2017_signature_autimatic_gold]sticker" "1"
  82449. "[krakow2017_signature_nothing_gold]sticker" "1"
  82450. "[krakow2017_signature_shroud_gold]sticker" "1"
  82451. "[krakow2017_signature_skadoodle_gold]sticker" "1"
  82452. "[krakow2017_signature_stewie2k_gold]sticker" "1"
  82453. "[krakow2017_signature_hs_gold]sticker" "1"
  82454. "[krakow2017_signature_innocent_gold]sticker" "1"
  82455. "[krakow2017_signature_krystal_gold]sticker" "1"
  82456. "[krakow2017_signature_sunny_gold]sticker" "1"
  82457. "[krakow2017_signature_zehn_gold]sticker" "1"
  82458. "[krakow2017_signature_b1ad3_gold]sticker" "1"
  82459. "[krakow2017_signature_electronic_gold]sticker" "1"
  82460. "[krakow2017_signature_markeloff_gold]sticker" "1"
  82461. "[krakow2017_signature_waylander_gold]sticker" "1"
  82462. "[krakow2017_signature_worldedit_gold]sticker" "1"
  82463. "[krakow2017_signature_boltz_gold]sticker" "1"
  82464. "[krakow2017_signature_hen1_gold]sticker" "1"
  82465. "[krakow2017_signature_kngv_gold]sticker" "1"
  82466. "[krakow2017_signature_lucas1_gold]sticker" "1"
  82467. "[krakow2017_signature_steel_gold]sticker" "1"
  82468. "[krakow2017_signature_chopper_gold]sticker" "1"
  82469. "[krakow2017_signature_hutji_gold]sticker" "1"
  82470. "[krakow2017_signature_jr_gold]sticker" "1"
  82471. "[krakow2017_signature_keshandr_gold]sticker" "1"
  82472. "[krakow2017_signature_mir_gold]sticker" "1"
  82473. }
  82474. "crate_signature_pack_krakow2017_group_2_rare"
  82475. {
  82476. "[krakow2017_signature_device]sticker" "1"
  82477. "[krakow2017_signature_dupreeh]sticker" "1"
  82478. "[krakow2017_signature_gla1ve]sticker" "1"
  82479. "[krakow2017_signature_kjaerbye]sticker" "1"
  82480. "[krakow2017_signature_xyp9x]sticker" "1"
  82481. "[krakow2017_signature_byali]sticker" "1"
  82482. "[krakow2017_signature_neo]sticker" "1"
  82483. "[krakow2017_signature_pasha]sticker" "1"
  82484. "[krakow2017_signature_snax]sticker" "1"
  82485. "[krakow2017_signature_taz]sticker" "1"
  82486. "[krakow2017_signature_dennis]sticker" "1"
  82487. "[krakow2017_signature_flusha]sticker" "1"
  82488. "[krakow2017_signature_jw]sticker" "1"
  82489. "[krakow2017_signature_krimz]sticker" "1"
  82490. "[krakow2017_signature_olofmeister]sticker" "1"
  82491. "[krakow2017_signature_coldzera]sticker" "1"
  82492. "[krakow2017_signature_fallen]sticker" "1"
  82493. "[krakow2017_signature_felps]sticker" "1"
  82494. "[krakow2017_signature_fer]sticker" "1"
  82495. "[krakow2017_signature_taco]sticker" "1"
  82496. "[krakow2017_signature_edward]sticker" "1"
  82497. "[krakow2017_signature_flamie]sticker" "1"
  82498. "[krakow2017_signature_guardian]sticker" "1"
  82499. "[krakow2017_signature_s1mple]sticker" "1"
  82500. "[krakow2017_signature_seized]sticker" "1"
  82501. "[krakow2017_signature_adrenkz]sticker" "1"
  82502. "[krakow2017_signature_dosia]sticker" "1"
  82503. "[krakow2017_signature_hobbit]sticker" "1"
  82504. "[krakow2017_signature_mou]sticker" "1"
  82505. "[krakow2017_signature_zeus]sticker" "1"
  82506. "[krakow2017_signature_aizy]sticker" "1"
  82507. "[krakow2017_signature_cajunb]sticker" "1"
  82508. "[krakow2017_signature_k0nfig]sticker" "1"
  82509. "[krakow2017_signature_magisk]sticker" "1"
  82510. "[krakow2017_signature_msl]sticker" "1"
  82511. "[krakow2017_signature_allu]sticker" "1"
  82512. "[krakow2017_signature_karrigan]sticker" "1"
  82513. "[krakow2017_signature_kioshima]sticker" "1"
  82514. "[krakow2017_signature_niko]sticker" "1"
  82515. "[krakow2017_signature_rain]sticker" "1"
  82516. }
  82517. "crate_signature_pack_krakow2017_group_2_foil"
  82518. {
  82519. "[krakow2017_signature_device_foil]sticker" "1"
  82520. "[krakow2017_signature_dupreeh_foil]sticker" "1"
  82521. "[krakow2017_signature_gla1ve_foil]sticker" "1"
  82522. "[krakow2017_signature_kjaerbye_foil]sticker" "1"
  82523. "[krakow2017_signature_xyp9x_foil]sticker" "1"
  82524. "[krakow2017_signature_byali_foil]sticker" "1"
  82525. "[krakow2017_signature_neo_foil]sticker" "1"
  82526. "[krakow2017_signature_pasha_foil]sticker" "1"
  82527. "[krakow2017_signature_snax_foil]sticker" "1"
  82528. "[krakow2017_signature_taz_foil]sticker" "1"
  82529. "[krakow2017_signature_dennis_foil]sticker" "1"
  82530. "[krakow2017_signature_flusha_foil]sticker" "1"
  82531. "[krakow2017_signature_jw_foil]sticker" "1"
  82532. "[krakow2017_signature_krimz_foil]sticker" "1"
  82533. "[krakow2017_signature_olofmeister_foil]sticker" "1"
  82534. "[krakow2017_signature_coldzera_foil]sticker" "1"
  82535. "[krakow2017_signature_fallen_foil]sticker" "1"
  82536. "[krakow2017_signature_felps_foil]sticker" "1"
  82537. "[krakow2017_signature_fer_foil]sticker" "1"
  82538. "[krakow2017_signature_taco_foil]sticker" "1"
  82539. "[krakow2017_signature_edward_foil]sticker" "1"
  82540. "[krakow2017_signature_flamie_foil]sticker" "1"
  82541. "[krakow2017_signature_guardian_foil]sticker" "1"
  82542. "[krakow2017_signature_s1mple_foil]sticker" "1"
  82543. "[krakow2017_signature_seized_foil]sticker" "1"
  82544. "[krakow2017_signature_adrenkz_foil]sticker" "1"
  82545. "[krakow2017_signature_dosia_foil]sticker" "1"
  82546. "[krakow2017_signature_hobbit_foil]sticker" "1"
  82547. "[krakow2017_signature_mou_foil]sticker" "1"
  82548. "[krakow2017_signature_zeus_foil]sticker" "1"
  82549. "[krakow2017_signature_aizy_foil]sticker" "1"
  82550. "[krakow2017_signature_cajunb_foil]sticker" "1"
  82551. "[krakow2017_signature_k0nfig_foil]sticker" "1"
  82552. "[krakow2017_signature_magisk_foil]sticker" "1"
  82553. "[krakow2017_signature_msl_foil]sticker" "1"
  82554. "[krakow2017_signature_allu_foil]sticker" "1"
  82555. "[krakow2017_signature_karrigan_foil]sticker" "1"
  82556. "[krakow2017_signature_kioshima_foil]sticker" "1"
  82557. "[krakow2017_signature_niko_foil]sticker" "1"
  82558. "[krakow2017_signature_rain_foil]sticker" "1"
  82559. }
  82560. "crate_signature_pack_krakow2017_group_2_gold"
  82561. {
  82562. "[krakow2017_signature_device_gold]sticker" "1"
  82563. "[krakow2017_signature_dupreeh_gold]sticker" "1"
  82564. "[krakow2017_signature_gla1ve_gold]sticker" "1"
  82565. "[krakow2017_signature_kjaerbye_gold]sticker" "1"
  82566. "[krakow2017_signature_xyp9x_gold]sticker" "1"
  82567. "[krakow2017_signature_byali_gold]sticker" "1"
  82568. "[krakow2017_signature_neo_gold]sticker" "1"
  82569. "[krakow2017_signature_pasha_gold]sticker" "1"
  82570. "[krakow2017_signature_snax_gold]sticker" "1"
  82571. "[krakow2017_signature_taz_gold]sticker" "1"
  82572. "[krakow2017_signature_dennis_gold]sticker" "1"
  82573. "[krakow2017_signature_flusha_gold]sticker" "1"
  82574. "[krakow2017_signature_jw_gold]sticker" "1"
  82575. "[krakow2017_signature_krimz_gold]sticker" "1"
  82576. "[krakow2017_signature_olofmeister_gold]sticker" "1"
  82577. "[krakow2017_signature_coldzera_gold]sticker" "1"
  82578. "[krakow2017_signature_fallen_gold]sticker" "1"
  82579. "[krakow2017_signature_felps_gold]sticker" "1"
  82580. "[krakow2017_signature_fer_gold]sticker" "1"
  82581. "[krakow2017_signature_taco_gold]sticker" "1"
  82582. "[krakow2017_signature_edward_gold]sticker" "1"
  82583. "[krakow2017_signature_flamie_gold]sticker" "1"
  82584. "[krakow2017_signature_guardian_gold]sticker" "1"
  82585. "[krakow2017_signature_s1mple_gold]sticker" "1"
  82586. "[krakow2017_signature_seized_gold]sticker" "1"
  82587. "[krakow2017_signature_adrenkz_gold]sticker" "1"
  82588. "[krakow2017_signature_dosia_gold]sticker" "1"
  82589. "[krakow2017_signature_hobbit_gold]sticker" "1"
  82590. "[krakow2017_signature_mou_gold]sticker" "1"
  82591. "[krakow2017_signature_zeus_gold]sticker" "1"
  82592. "[krakow2017_signature_aizy_gold]sticker" "1"
  82593. "[krakow2017_signature_cajunb_gold]sticker" "1"
  82594. "[krakow2017_signature_k0nfig_gold]sticker" "1"
  82595. "[krakow2017_signature_magisk_gold]sticker" "1"
  82596. "[krakow2017_signature_msl_gold]sticker" "1"
  82597. "[krakow2017_signature_allu_gold]sticker" "1"
  82598. "[krakow2017_signature_karrigan_gold]sticker" "1"
  82599. "[krakow2017_signature_kioshima_gold]sticker" "1"
  82600. "[krakow2017_signature_niko_gold]sticker" "1"
  82601. "[krakow2017_signature_rain_gold]sticker" "1"
  82602. }
  82603. "crate_signature_pack_krakow2017_group_players_collection_1"
  82604. {
  82605. "contains_stickers_autographed_by_proplayers" "1"
  82606. "crate_signature_pack_krakow2017_group_1_rare" "1"
  82607. "crate_signature_pack_krakow2017_group_1_foil" "1"
  82608. "crate_signature_pack_krakow2017_group_1_gold" "1"
  82609. }
  82610. "crate_signature_pack_krakow2017_group_players_collection_2"
  82611. {
  82612. "contains_stickers_autographed_by_proplayers" "1"
  82613. "crate_signature_pack_krakow2017_group_2_rare" "1"
  82614. "crate_signature_pack_krakow2017_group_2_foil" "1"
  82615. "crate_signature_pack_krakow2017_group_2_gold" "1"
  82616. }
  82617. "crate_krakow2017_promo_de_inferno"
  82618. {
  82619. "set_inferno" "1"
  82620. }
  82621. "crate_krakow2017_promo_de_mirage"
  82622. {
  82623. "set_mirage" "1"
  82624. }
  82625. "crate_krakow2017_promo_de_cbble"
  82626. {
  82627. "set_cobblestone" "1"
  82628. }
  82629. "crate_krakow2017_promo_de_overpass"
  82630. {
  82631. "set_overpass" "1"
  82632. }
  82633. "crate_krakow2017_promo_de_cache"
  82634. {
  82635. "set_cache" "1"
  82636. }
  82637. "crate_krakow2017_promo_de_train"
  82638. {
  82639. "set_train" "1"
  82640. }
  82641. "crate_krakow2017_promo_de_nuke"
  82642. {
  82643. "set_nuke" "1"
  82644. }
  82645. }
  82646. "items"
  82647. {
  82648. "4357"
  82649. {
  82650. "item_name" "#StoreItem_krakow2017_team_astr_sticker"
  82651. "name" "crate_sticker_pack_krakow2017_astr"
  82652. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82653. "image_inventory" "econ/stickers/krakow2017/astr"
  82654. "loot_list_name" "krakow2017_rare_astr"
  82655. "prefab" "krakow2017_sticker_capsule_prefab"
  82656. "item_type" "self_opening_purchase"
  82657. }
  82658. "4358"
  82659. {
  82660. "item_name" "#StoreItem_krakow2017_team_vp_sticker"
  82661. "name" "crate_sticker_pack_krakow2017_vp"
  82662. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82663. "image_inventory" "econ/stickers/krakow2017/vp"
  82664. "loot_list_name" "krakow2017_rare_vp"
  82665. "prefab" "krakow2017_sticker_capsule_prefab"
  82666. "item_type" "self_opening_purchase"
  82667. }
  82668. "4359"
  82669. {
  82670. "item_name" "#StoreItem_krakow2017_team_fntc_sticker"
  82671. "name" "crate_sticker_pack_krakow2017_fntc"
  82672. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82673. "image_inventory" "econ/stickers/krakow2017/fntc"
  82674. "loot_list_name" "krakow2017_rare_fntc"
  82675. "prefab" "krakow2017_sticker_capsule_prefab"
  82676. "item_type" "self_opening_purchase"
  82677. }
  82678. "4360"
  82679. {
  82680. "item_name" "#StoreItem_krakow2017_team_sk_sticker"
  82681. "name" "crate_sticker_pack_krakow2017_sk"
  82682. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82683. "image_inventory" "econ/stickers/krakow2017/sk"
  82684. "loot_list_name" "krakow2017_rare_sk"
  82685. "prefab" "krakow2017_sticker_capsule_prefab"
  82686. "item_type" "self_opening_purchase"
  82687. }
  82688. "4361"
  82689. {
  82690. "item_name" "#StoreItem_krakow2017_team_navi_sticker"
  82691. "name" "crate_sticker_pack_krakow2017_navi"
  82692. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82693. "image_inventory" "econ/stickers/krakow2017/navi"
  82694. "loot_list_name" "krakow2017_rare_navi"
  82695. "prefab" "krakow2017_sticker_capsule_prefab"
  82696. "item_type" "self_opening_purchase"
  82697. }
  82698. "4362"
  82699. {
  82700. "item_name" "#StoreItem_krakow2017_team_gamb_sticker"
  82701. "name" "crate_sticker_pack_krakow2017_gamb"
  82702. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82703. "image_inventory" "econ/stickers/krakow2017/gamb"
  82704. "loot_list_name" "krakow2017_rare_gamb"
  82705. "prefab" "krakow2017_sticker_capsule_prefab"
  82706. "item_type" "self_opening_purchase"
  82707. }
  82708. "4363"
  82709. {
  82710. "item_name" "#StoreItem_krakow2017_team_nor_sticker"
  82711. "name" "crate_sticker_pack_krakow2017_nor"
  82712. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82713. "image_inventory" "econ/stickers/krakow2017/nor"
  82714. "loot_list_name" "krakow2017_rare_nor"
  82715. "prefab" "krakow2017_sticker_capsule_prefab"
  82716. "item_type" "self_opening_purchase"
  82717. }
  82718. "4364"
  82719. {
  82720. "item_name" "#StoreItem_krakow2017_team_faze_sticker"
  82721. "name" "crate_sticker_pack_krakow2017_faze"
  82722. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82723. "image_inventory" "econ/stickers/krakow2017/faze"
  82724. "loot_list_name" "krakow2017_rare_faze"
  82725. "prefab" "krakow2017_sticker_capsule_prefab"
  82726. "item_type" "self_opening_purchase"
  82727. }
  82728. "4365"
  82729. {
  82730. "item_name" "#StoreItem_krakow2017_team_mss_sticker"
  82731. "name" "crate_sticker_pack_krakow2017_mss"
  82732. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82733. "image_inventory" "econ/stickers/krakow2017/mss"
  82734. "loot_list_name" "krakow2017_rare_mss"
  82735. "prefab" "krakow2017_sticker_capsule_prefab"
  82736. "item_type" "self_opening_purchase"
  82737. }
  82738. "4366"
  82739. {
  82740. "item_name" "#StoreItem_krakow2017_team_g2_sticker"
  82741. "name" "crate_sticker_pack_krakow2017_g2"
  82742. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82743. "image_inventory" "econ/stickers/krakow2017/g2"
  82744. "loot_list_name" "krakow2017_rare_g2"
  82745. "prefab" "krakow2017_sticker_capsule_prefab"
  82746. "item_type" "self_opening_purchase"
  82747. }
  82748. "4367"
  82749. {
  82750. "item_name" "#StoreItem_krakow2017_team_big_sticker"
  82751. "name" "crate_sticker_pack_krakow2017_big"
  82752. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82753. "image_inventory" "econ/stickers/krakow2017/big"
  82754. "loot_list_name" "krakow2017_rare_big"
  82755. "prefab" "krakow2017_sticker_capsule_prefab"
  82756. "item_type" "self_opening_purchase"
  82757. }
  82758. "4368"
  82759. {
  82760. "item_name" "#StoreItem_krakow2017_team_c9_sticker"
  82761. "name" "crate_sticker_pack_krakow2017_c9"
  82762. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82763. "image_inventory" "econ/stickers/krakow2017/c9"
  82764. "loot_list_name" "krakow2017_rare_c9"
  82765. "prefab" "krakow2017_sticker_capsule_prefab"
  82766. "item_type" "self_opening_purchase"
  82767. }
  82768. "4369"
  82769. {
  82770. "item_name" "#StoreItem_krakow2017_team_penta_sticker"
  82771. "name" "crate_sticker_pack_krakow2017_penta"
  82772. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82773. "image_inventory" "econ/stickers/krakow2017/penta"
  82774. "loot_list_name" "krakow2017_rare_penta"
  82775. "prefab" "krakow2017_sticker_capsule_prefab"
  82776. "item_type" "self_opening_purchase"
  82777. }
  82778. "4370"
  82779. {
  82780. "item_name" "#StoreItem_krakow2017_team_flip_sticker"
  82781. "name" "crate_sticker_pack_krakow2017_flip"
  82782. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82783. "image_inventory" "econ/stickers/krakow2017/flip"
  82784. "loot_list_name" "krakow2017_rare_flip"
  82785. "prefab" "krakow2017_sticker_capsule_prefab"
  82786. "item_type" "self_opening_purchase"
  82787. }
  82788. "4371"
  82789. {
  82790. "item_name" "#StoreItem_krakow2017_team_imt_sticker"
  82791. "name" "crate_sticker_pack_krakow2017_imt"
  82792. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82793. "image_inventory" "econ/stickers/krakow2017/imt"
  82794. "loot_list_name" "krakow2017_rare_imt"
  82795. "prefab" "krakow2017_sticker_capsule_prefab"
  82796. "item_type" "self_opening_purchase"
  82797. }
  82798. "4372"
  82799. {
  82800. "item_name" "#StoreItem_krakow2017_team_vega_sticker"
  82801. "name" "crate_sticker_pack_krakow2017_vega"
  82802. "item_description" "#EventItemDesc_krakow2017_sticker_team"
  82803. "image_inventory" "econ/stickers/krakow2017/vega"
  82804. "loot_list_name" "krakow2017_rare_vega"
  82805. "prefab" "krakow2017_sticker_capsule_prefab"
  82806. "item_type" "self_opening_purchase"
  82807. }
  82808. "4373"
  82809. {
  82810. "item_name" "#StoreItem_krakow2017_team_pgl_sticker"
  82811. "name" "crate_sticker_pack_krakow2017_pgl"
  82812. "item_description" "#EventItemDesc_krakow2017_sticker_org"
  82813. "image_inventory" "econ/stickers/krakow2017/pgl"
  82814. "loot_list_name" "krakow2017_rare_pgl"
  82815. "prefab" "krakow2017_sticker_capsule_prefab"
  82816. "item_type" "self_opening_purchase"
  82817. }
  82818. "4374"
  82819. {
  82820. "item_name" "#StoreItem_krakow2017_team_astr_graffiti"
  82821. "name" "crate_graffiti_pack_krakow2017_astr"
  82822. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82823. "image_inventory" "econ/stickers/krakow2017/astr_graffiti"
  82824. "loot_list_name" "krakow2017_graffiti_astr"
  82825. "prefab" "krakow2017_sticker_capsule_prefab"
  82826. "item_type" "self_opening_purchase"
  82827. }
  82828. "4375"
  82829. {
  82830. "item_name" "#StoreItem_krakow2017_team_vp_graffiti"
  82831. "name" "crate_graffiti_pack_krakow2017_vp"
  82832. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82833. "image_inventory" "econ/stickers/krakow2017/vp_graffiti"
  82834. "loot_list_name" "krakow2017_graffiti_vp"
  82835. "prefab" "krakow2017_sticker_capsule_prefab"
  82836. "item_type" "self_opening_purchase"
  82837. }
  82838. "4376"
  82839. {
  82840. "item_name" "#StoreItem_krakow2017_team_fntc_graffiti"
  82841. "name" "crate_graffiti_pack_krakow2017_fntc"
  82842. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82843. "image_inventory" "econ/stickers/krakow2017/fntc_graffiti"
  82844. "loot_list_name" "krakow2017_graffiti_fntc"
  82845. "prefab" "krakow2017_sticker_capsule_prefab"
  82846. "item_type" "self_opening_purchase"
  82847. }
  82848. "4377"
  82849. {
  82850. "item_name" "#StoreItem_krakow2017_team_sk_graffiti"
  82851. "name" "crate_graffiti_pack_krakow2017_sk"
  82852. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82853. "image_inventory" "econ/stickers/krakow2017/sk_graffiti"
  82854. "loot_list_name" "krakow2017_graffiti_sk"
  82855. "prefab" "krakow2017_sticker_capsule_prefab"
  82856. "item_type" "self_opening_purchase"
  82857. }
  82858. "4378"
  82859. {
  82860. "item_name" "#StoreItem_krakow2017_team_navi_graffiti"
  82861. "name" "crate_graffiti_pack_krakow2017_navi"
  82862. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82863. "image_inventory" "econ/stickers/krakow2017/navi_graffiti"
  82864. "loot_list_name" "krakow2017_graffiti_navi"
  82865. "prefab" "krakow2017_sticker_capsule_prefab"
  82866. "item_type" "self_opening_purchase"
  82867. }
  82868. "4379"
  82869. {
  82870. "item_name" "#StoreItem_krakow2017_team_gamb_graffiti"
  82871. "name" "crate_graffiti_pack_krakow2017_gamb"
  82872. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82873. "image_inventory" "econ/stickers/krakow2017/gamb_graffiti"
  82874. "loot_list_name" "krakow2017_graffiti_gamb"
  82875. "prefab" "krakow2017_sticker_capsule_prefab"
  82876. "item_type" "self_opening_purchase"
  82877. }
  82878. "4380"
  82879. {
  82880. "item_name" "#StoreItem_krakow2017_team_nor_graffiti"
  82881. "name" "crate_graffiti_pack_krakow2017_nor"
  82882. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82883. "image_inventory" "econ/stickers/krakow2017/nor_graffiti"
  82884. "loot_list_name" "krakow2017_graffiti_nor"
  82885. "prefab" "krakow2017_sticker_capsule_prefab"
  82886. "item_type" "self_opening_purchase"
  82887. }
  82888. "4381"
  82889. {
  82890. "item_name" "#StoreItem_krakow2017_team_faze_graffiti"
  82891. "name" "crate_graffiti_pack_krakow2017_faze"
  82892. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82893. "image_inventory" "econ/stickers/krakow2017/faze_graffiti"
  82894. "loot_list_name" "krakow2017_graffiti_faze"
  82895. "prefab" "krakow2017_sticker_capsule_prefab"
  82896. "item_type" "self_opening_purchase"
  82897. }
  82898. "4382"
  82899. {
  82900. "item_name" "#StoreItem_krakow2017_team_mss_graffiti"
  82901. "name" "crate_graffiti_pack_krakow2017_mss"
  82902. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82903. "image_inventory" "econ/stickers/krakow2017/mss_graffiti"
  82904. "loot_list_name" "krakow2017_graffiti_mss"
  82905. "prefab" "krakow2017_sticker_capsule_prefab"
  82906. "item_type" "self_opening_purchase"
  82907. }
  82908. "4383"
  82909. {
  82910. "item_name" "#StoreItem_krakow2017_team_g2_graffiti"
  82911. "name" "crate_graffiti_pack_krakow2017_g2"
  82912. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82913. "image_inventory" "econ/stickers/krakow2017/g2_graffiti"
  82914. "loot_list_name" "krakow2017_graffiti_g2"
  82915. "prefab" "krakow2017_sticker_capsule_prefab"
  82916. "item_type" "self_opening_purchase"
  82917. }
  82918. "4384"
  82919. {
  82920. "item_name" "#StoreItem_krakow2017_team_big_graffiti"
  82921. "name" "crate_graffiti_pack_krakow2017_big"
  82922. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82923. "image_inventory" "econ/stickers/krakow2017/big_graffiti"
  82924. "loot_list_name" "krakow2017_graffiti_big"
  82925. "prefab" "krakow2017_sticker_capsule_prefab"
  82926. "item_type" "self_opening_purchase"
  82927. }
  82928. "4385"
  82929. {
  82930. "item_name" "#StoreItem_krakow2017_team_c9_graffiti"
  82931. "name" "crate_graffiti_pack_krakow2017_c9"
  82932. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82933. "image_inventory" "econ/stickers/krakow2017/c9_graffiti"
  82934. "loot_list_name" "krakow2017_graffiti_c9"
  82935. "prefab" "krakow2017_sticker_capsule_prefab"
  82936. "item_type" "self_opening_purchase"
  82937. }
  82938. "4386"
  82939. {
  82940. "item_name" "#StoreItem_krakow2017_team_penta_graffiti"
  82941. "name" "crate_graffiti_pack_krakow2017_penta"
  82942. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82943. "image_inventory" "econ/stickers/krakow2017/penta_graffiti"
  82944. "loot_list_name" "krakow2017_graffiti_penta"
  82945. "prefab" "krakow2017_sticker_capsule_prefab"
  82946. "item_type" "self_opening_purchase"
  82947. }
  82948. "4387"
  82949. {
  82950. "item_name" "#StoreItem_krakow2017_team_flip_graffiti"
  82951. "name" "crate_graffiti_pack_krakow2017_flip"
  82952. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82953. "image_inventory" "econ/stickers/krakow2017/flip_graffiti"
  82954. "loot_list_name" "krakow2017_graffiti_flip"
  82955. "prefab" "krakow2017_sticker_capsule_prefab"
  82956. "item_type" "self_opening_purchase"
  82957. }
  82958. "4388"
  82959. {
  82960. "item_name" "#StoreItem_krakow2017_team_imt_graffiti"
  82961. "name" "crate_graffiti_pack_krakow2017_imt"
  82962. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82963. "image_inventory" "econ/stickers/krakow2017/imt_graffiti"
  82964. "loot_list_name" "krakow2017_graffiti_imt"
  82965. "prefab" "krakow2017_sticker_capsule_prefab"
  82966. "item_type" "self_opening_purchase"
  82967. }
  82968. "4389"
  82969. {
  82970. "item_name" "#StoreItem_krakow2017_team_vega_graffiti"
  82971. "name" "crate_graffiti_pack_krakow2017_vega"
  82972. "item_description" "#EventItemDesc_krakow2017_graffiti_team"
  82973. "image_inventory" "econ/stickers/krakow2017/vega_graffiti"
  82974. "loot_list_name" "krakow2017_graffiti_vega"
  82975. "prefab" "krakow2017_sticker_capsule_prefab"
  82976. "item_type" "self_opening_purchase"
  82977. }
  82978. "4390"
  82979. {
  82980. "item_name" "#StoreItem_krakow2017_team_pgl_graffiti"
  82981. "name" "crate_graffiti_pack_krakow2017_pgl"
  82982. "item_description" "#EventItemDesc_krakow2017_graffiti_org"
  82983. "image_inventory" "econ/stickers/krakow2017/pgl_graffiti"
  82984. "loot_list_name" "krakow2017_graffiti_pgl"
  82985. "prefab" "krakow2017_sticker_capsule_prefab"
  82986. "item_type" "self_opening_purchase"
  82987. }
  82988. "4391"
  82989. {
  82990. "item_name" "#CSGO_crate_sticker_pack_krakow2017_legends"
  82991. "name" "crate_sticker_pack_krakow2017_legends"
  82992. "item_description" "#CSGO_crate_sticker_pack_krakow2017_legends_desc"
  82993. "image_inventory" "econ/weapon_cases/crate_sticker_pack_krakow2017_01"
  82994. "prefab" "krakow2017_sticker_capsule_prefab"
  82995. "attributes"
  82996. {
  82997. "set supply crate series"
  82998. {
  82999. "attribute_class" "supply_crate_series"
  83000. "value" "209"
  83001. }
  83002. }
  83003. "tags"
  83004. {
  83005. "StickerCapsule"
  83006. {
  83007. "tag_value" "crate_sticker_pack_krakow2017_legends_collection"
  83008. "tag_text" "#CSGO_crate_sticker_pack_krakow2017_legends_tag"
  83009. "tag_group" "StickerCapsule"
  83010. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  83011. }
  83012. }
  83013. }
  83014. "4392"
  83015. {
  83016. "item_name" "#CSGO_crate_sticker_pack_krakow2017_challengers"
  83017. "name" "crate_sticker_pack_krakow2017_challengers"
  83018. "item_description" "#CSGO_crate_sticker_pack_krakow2017_challengers_desc"
  83019. "image_inventory" "econ/weapon_cases/crate_sticker_pack_krakow2017_02"
  83020. "prefab" "krakow2017_sticker_capsule_prefab"
  83021. "attributes"
  83022. {
  83023. "set supply crate series"
  83024. {
  83025. "attribute_class" "supply_crate_series"
  83026. "value" "210"
  83027. }
  83028. }
  83029. "tags"
  83030. {
  83031. "StickerCapsule"
  83032. {
  83033. "tag_value" "crate_sticker_pack_krakow2017_challengers_collection"
  83034. "tag_text" "#CSGO_crate_sticker_pack_krakow2017_challengers_tag"
  83035. "tag_group" "StickerCapsule"
  83036. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  83037. }
  83038. }
  83039. }
  83040. "4393"
  83041. {
  83042. "item_name" "#CSGO_crate_signature_pack_krakow2017_group_1"
  83043. "name" "crate_signature_pack_krakow2017_group_1"
  83044. "item_description" "#CSGO_crate_signature_pack_krakow2017_group_1_desc"
  83045. "image_inventory" "econ/weapon_cases/crate_sticker_pack_krakow2017_group_1"
  83046. "prefab" "krakow2017_signature_capsule_prefab"
  83047. "attributes"
  83048. {
  83049. "set supply crate series"
  83050. {
  83051. "attribute_class" "supply_crate_series"
  83052. "value" "211"
  83053. }
  83054. }
  83055. }
  83056. "4394"
  83057. {
  83058. "item_name" "#CSGO_crate_signature_pack_krakow2017_group_2"
  83059. "name" "crate_signature_pack_krakow2017_group_2"
  83060. "item_description" "#CSGO_crate_signature_pack_krakow2017_group_2_desc"
  83061. "image_inventory" "econ/weapon_cases/crate_sticker_pack_krakow2017_group_2"
  83062. "prefab" "krakow2017_signature_capsule_prefab"
  83063. "attributes"
  83064. {
  83065. "set supply crate series"
  83066. {
  83067. "attribute_class" "supply_crate_series"
  83068. "value" "212"
  83069. }
  83070. }
  83071. }
  83072. "4395"
  83073. {
  83074. "item_name" "#CSGO_crate_krakow2017_bundle_of_all"
  83075. "name" "crate_krakow2017_bundle_of_all"
  83076. "item_description" "#CSGO_crate_krakow2017_bundle_of_all_desc"
  83077. "image_inventory" "econ/weapon_cases/krakow2017_bundleofall"
  83078. "loot_list_name" "krakow2017_bundle_of_all"
  83079. "prefab" "krakow2017_sticker_capsule_prefab"
  83080. "item_type" "self_opening_purchase"
  83081. }
  83082. "4396"
  83083. {
  83084. "item_name" "#CSGO_crate_krakow2017_promo_de_inferno"
  83085. "name" "crate_krakow2017_promo_de_inferno"
  83086. "image_inventory" "econ/weapon_cases/crate_krakow2017_promo_de_inferno"
  83087. "prefab" "weapon_case_souvenirpkg"
  83088. "attributes"
  83089. {
  83090. "set supply crate series"
  83091. {
  83092. "attribute_class" "supply_crate_series"
  83093. "value" "213"
  83094. }
  83095. "tournament event id"
  83096. {
  83097. "attribute_class" "tournament_event_id"
  83098. "value" "12"
  83099. }
  83100. }
  83101. "tags"
  83102. {
  83103. "ItemSet"
  83104. {
  83105. "tag_value" "set_inferno"
  83106. "tag_text" "#CSGO_set_inferno"
  83107. "tag_group" "ItemSet"
  83108. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  83109. }
  83110. }
  83111. }
  83112. "4397"
  83113. {
  83114. "item_name" "#CSGO_crate_krakow2017_promo_de_mirage"
  83115. "name" "crate_krakow2017_promo_de_mirage"
  83116. "image_inventory" "econ/weapon_cases/crate_krakow2017_promo_de_mirage"
  83117. "prefab" "weapon_case_souvenirpkg"
  83118. "attributes"
  83119. {
  83120. "set supply crate series"
  83121. {
  83122. "attribute_class" "supply_crate_series"
  83123. "value" "214"
  83124. }
  83125. "tournament event id"
  83126. {
  83127. "attribute_class" "tournament_event_id"
  83128. "value" "12"
  83129. }
  83130. }
  83131. "tags"
  83132. {
  83133. "ItemSet"
  83134. {
  83135. "tag_value" "set_mirage"
  83136. "tag_text" "#CSGO_set_mirage"
  83137. "tag_group" "ItemSet"
  83138. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  83139. }
  83140. }
  83141. }
  83142. "4398"
  83143. {
  83144. "item_name" "#CSGO_crate_krakow2017_promo_de_cbble"
  83145. "name" "crate_krakow2017_promo_de_cbble"
  83146. "image_inventory" "econ/weapon_cases/crate_krakow2017_promo_de_cbble"
  83147. "prefab" "weapon_case_souvenirpkg"
  83148. "attributes"
  83149. {
  83150. "set supply crate series"
  83151. {
  83152. "attribute_class" "supply_crate_series"
  83153. "value" "215"
  83154. }
  83155. "tournament event id"
  83156. {
  83157. "attribute_class" "tournament_event_id"
  83158. "value" "12"
  83159. }
  83160. }
  83161. "tags"
  83162. {
  83163. "ItemSet"
  83164. {
  83165. "tag_value" "set_cobblestone"
  83166. "tag_text" "#CSGO_set_cobblestone"
  83167. "tag_group" "ItemSet"
  83168. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  83169. }
  83170. }
  83171. }
  83172. "4399"
  83173. {
  83174. "item_name" "#CSGO_crate_krakow2017_promo_de_overpass"
  83175. "name" "crate_krakow2017_promo_de_overpass"
  83176. "image_inventory" "econ/weapon_cases/crate_krakow2017_promo_de_overpass"
  83177. "prefab" "weapon_case_souvenirpkg"
  83178. "attributes"
  83179. {
  83180. "set supply crate series"
  83181. {
  83182. "attribute_class" "supply_crate_series"
  83183. "value" "216"
  83184. }
  83185. "tournament event id"
  83186. {
  83187. "attribute_class" "tournament_event_id"
  83188. "value" "12"
  83189. }
  83190. }
  83191. "tags"
  83192. {
  83193. "ItemSet"
  83194. {
  83195. "tag_value" "set_overpass"
  83196. "tag_text" "#CSGO_set_overpass"
  83197. "tag_group" "ItemSet"
  83198. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  83199. }
  83200. }
  83201. }
  83202. "4400"
  83203. {
  83204. "item_name" "#CSGO_crate_krakow2017_promo_de_cache"
  83205. "name" "crate_krakow2017_promo_de_cache"
  83206. "image_inventory" "econ/weapon_cases/crate_krakow2017_promo_de_cache"
  83207. "prefab" "weapon_case_souvenirpkg"
  83208. "attributes"
  83209. {
  83210. "set supply crate series"
  83211. {
  83212. "attribute_class" "supply_crate_series"
  83213. "value" "217"
  83214. }
  83215. "tournament event id"
  83216. {
  83217. "attribute_class" "tournament_event_id"
  83218. "value" "12"
  83219. }
  83220. }
  83221. "tags"
  83222. {
  83223. "ItemSet"
  83224. {
  83225. "tag_value" "set_cache"
  83226. "tag_text" "#CSGO_set_cache"
  83227. "tag_group" "ItemSet"
  83228. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  83229. }
  83230. }
  83231. }
  83232. "4401"
  83233. {
  83234. "item_name" "#CSGO_crate_krakow2017_promo_de_train"
  83235. "name" "crate_krakow2017_promo_de_train"
  83236. "image_inventory" "econ/weapon_cases/crate_krakow2017_promo_de_train"
  83237. "prefab" "weapon_case_souvenirpkg"
  83238. "attributes"
  83239. {
  83240. "set supply crate series"
  83241. {
  83242. "attribute_class" "supply_crate_series"
  83243. "value" "218"
  83244. }
  83245. "tournament event id"
  83246. {
  83247. "attribute_class" "tournament_event_id"
  83248. "value" "12"
  83249. }
  83250. }
  83251. "tags"
  83252. {
  83253. "ItemSet"
  83254. {
  83255. "tag_value" "set_train"
  83256. "tag_text" "#CSGO_set_train"
  83257. "tag_group" "ItemSet"
  83258. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  83259. }
  83260. }
  83261. }
  83262. "4402"
  83263. {
  83264. "item_name" "#CSGO_crate_krakow2017_promo_de_nuke"
  83265. "name" "crate_krakow2017_promo_de_nuke"
  83266. "image_inventory" "econ/weapon_cases/crate_krakow2017_promo_de_nuke"
  83267. "prefab" "weapon_case_souvenirpkg"
  83268. "attributes"
  83269. {
  83270. "set supply crate series"
  83271. {
  83272. "attribute_class" "supply_crate_series"
  83273. "value" "219"
  83274. }
  83275. "tournament event id"
  83276. {
  83277. "attribute_class" "tournament_event_id"
  83278. "value" "12"
  83279. }
  83280. }
  83281. "tags"
  83282. {
  83283. "ItemSet"
  83284. {
  83285. "tag_value" "set_nuke"
  83286. "tag_text" "#CSGO_set_nuke"
  83287. "tag_group" "ItemSet"
  83288. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  83289. }
  83290. }
  83291. }
  83292. }
  83293. "sticker_kits"
  83294. {
  83295. "2063"
  83296. {
  83297. "name" "krakow2017_team_astr"
  83298. "item_name" "#StickerKit_krakow2017_team_astr"
  83299. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83300. "sticker_material" "krakow2017/astr"
  83301. "item_rarity" "rare"
  83302. "tournament_event_id" "12"
  83303. "tournament_team_id" "60"
  83304. }
  83305. "2064"
  83306. {
  83307. "name" "krakow2017_team_astr_holo"
  83308. "item_name" "#StickerKit_krakow2017_team_astr_holo"
  83309. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83310. "sticker_material" "krakow2017/astr_holo"
  83311. "item_rarity" "mythical"
  83312. "tournament_event_id" "12"
  83313. "tournament_team_id" "60"
  83314. }
  83315. "2065"
  83316. {
  83317. "name" "krakow2017_team_astr_foil"
  83318. "item_name" "#StickerKit_krakow2017_team_astr_foil"
  83319. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83320. "sticker_material" "krakow2017/astr_foil"
  83321. "item_rarity" "legendary"
  83322. "tournament_event_id" "12"
  83323. "tournament_team_id" "60"
  83324. }
  83325. "2066"
  83326. {
  83327. "name" "krakow2017_team_astr_gold"
  83328. "item_name" "#StickerKit_krakow2017_team_astr_gold"
  83329. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83330. "sticker_material" "krakow2017/astr_gold"
  83331. "item_rarity" "legendary"
  83332. "tournament_event_id" "12"
  83333. "tournament_team_id" "60"
  83334. }
  83335. "2067"
  83336. {
  83337. "name" "krakow2017_team_vp"
  83338. "item_name" "#StickerKit_krakow2017_team_vp"
  83339. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83340. "sticker_material" "krakow2017/vp"
  83341. "item_rarity" "rare"
  83342. "tournament_event_id" "12"
  83343. "tournament_team_id" "31"
  83344. }
  83345. "2068"
  83346. {
  83347. "name" "krakow2017_team_vp_holo"
  83348. "item_name" "#StickerKit_krakow2017_team_vp_holo"
  83349. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83350. "sticker_material" "krakow2017/vp_holo"
  83351. "item_rarity" "mythical"
  83352. "tournament_event_id" "12"
  83353. "tournament_team_id" "31"
  83354. }
  83355. "2069"
  83356. {
  83357. "name" "krakow2017_team_vp_foil"
  83358. "item_name" "#StickerKit_krakow2017_team_vp_foil"
  83359. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83360. "sticker_material" "krakow2017/vp_foil"
  83361. "item_rarity" "legendary"
  83362. "tournament_event_id" "12"
  83363. "tournament_team_id" "31"
  83364. }
  83365. "2070"
  83366. {
  83367. "name" "krakow2017_team_vp_gold"
  83368. "item_name" "#StickerKit_krakow2017_team_vp_gold"
  83369. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83370. "sticker_material" "krakow2017/vp_gold"
  83371. "item_rarity" "legendary"
  83372. "tournament_event_id" "12"
  83373. "tournament_team_id" "31"
  83374. }
  83375. "2071"
  83376. {
  83377. "name" "krakow2017_team_fntc"
  83378. "item_name" "#StickerKit_krakow2017_team_fntc"
  83379. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83380. "sticker_material" "krakow2017/fntc"
  83381. "item_rarity" "rare"
  83382. "tournament_event_id" "12"
  83383. "tournament_team_id" "6"
  83384. }
  83385. "2072"
  83386. {
  83387. "name" "krakow2017_team_fntc_holo"
  83388. "item_name" "#StickerKit_krakow2017_team_fntc_holo"
  83389. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83390. "sticker_material" "krakow2017/fntc_holo"
  83391. "item_rarity" "mythical"
  83392. "tournament_event_id" "12"
  83393. "tournament_team_id" "6"
  83394. }
  83395. "2073"
  83396. {
  83397. "name" "krakow2017_team_fntc_foil"
  83398. "item_name" "#StickerKit_krakow2017_team_fntc_foil"
  83399. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83400. "sticker_material" "krakow2017/fntc_foil"
  83401. "item_rarity" "legendary"
  83402. "tournament_event_id" "12"
  83403. "tournament_team_id" "6"
  83404. }
  83405. "2074"
  83406. {
  83407. "name" "krakow2017_team_fntc_gold"
  83408. "item_name" "#StickerKit_krakow2017_team_fntc_gold"
  83409. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83410. "sticker_material" "krakow2017/fntc_gold"
  83411. "item_rarity" "legendary"
  83412. "tournament_event_id" "12"
  83413. "tournament_team_id" "6"
  83414. }
  83415. "2075"
  83416. {
  83417. "name" "krakow2017_team_sk"
  83418. "item_name" "#StickerKit_krakow2017_team_sk"
  83419. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83420. "sticker_material" "krakow2017/sk"
  83421. "item_rarity" "rare"
  83422. "tournament_event_id" "12"
  83423. "tournament_team_id" "14"
  83424. }
  83425. "2076"
  83426. {
  83427. "name" "krakow2017_team_sk_holo"
  83428. "item_name" "#StickerKit_krakow2017_team_sk_holo"
  83429. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83430. "sticker_material" "krakow2017/sk_holo"
  83431. "item_rarity" "mythical"
  83432. "tournament_event_id" "12"
  83433. "tournament_team_id" "14"
  83434. }
  83435. "2077"
  83436. {
  83437. "name" "krakow2017_team_sk_foil"
  83438. "item_name" "#StickerKit_krakow2017_team_sk_foil"
  83439. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83440. "sticker_material" "krakow2017/sk_foil"
  83441. "item_rarity" "legendary"
  83442. "tournament_event_id" "12"
  83443. "tournament_team_id" "14"
  83444. }
  83445. "2078"
  83446. {
  83447. "name" "krakow2017_team_sk_gold"
  83448. "item_name" "#StickerKit_krakow2017_team_sk_gold"
  83449. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83450. "sticker_material" "krakow2017/sk_gold"
  83451. "item_rarity" "legendary"
  83452. "tournament_event_id" "12"
  83453. "tournament_team_id" "14"
  83454. }
  83455. "2079"
  83456. {
  83457. "name" "krakow2017_team_navi"
  83458. "item_name" "#StickerKit_krakow2017_team_navi"
  83459. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83460. "sticker_material" "krakow2017/navi"
  83461. "item_rarity" "rare"
  83462. "tournament_event_id" "12"
  83463. "tournament_team_id" "12"
  83464. }
  83465. "2080"
  83466. {
  83467. "name" "krakow2017_team_navi_holo"
  83468. "item_name" "#StickerKit_krakow2017_team_navi_holo"
  83469. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83470. "sticker_material" "krakow2017/navi_holo"
  83471. "item_rarity" "mythical"
  83472. "tournament_event_id" "12"
  83473. "tournament_team_id" "12"
  83474. }
  83475. "2081"
  83476. {
  83477. "name" "krakow2017_team_navi_foil"
  83478. "item_name" "#StickerKit_krakow2017_team_navi_foil"
  83479. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83480. "sticker_material" "krakow2017/navi_foil"
  83481. "item_rarity" "legendary"
  83482. "tournament_event_id" "12"
  83483. "tournament_team_id" "12"
  83484. }
  83485. "2082"
  83486. {
  83487. "name" "krakow2017_team_navi_gold"
  83488. "item_name" "#StickerKit_krakow2017_team_navi_gold"
  83489. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83490. "sticker_material" "krakow2017/navi_gold"
  83491. "item_rarity" "legendary"
  83492. "tournament_event_id" "12"
  83493. "tournament_team_id" "12"
  83494. }
  83495. "2083"
  83496. {
  83497. "name" "krakow2017_team_gamb"
  83498. "item_name" "#StickerKit_krakow2017_team_gamb"
  83499. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83500. "sticker_material" "krakow2017/gamb"
  83501. "item_rarity" "rare"
  83502. "tournament_event_id" "12"
  83503. "tournament_team_id" "63"
  83504. }
  83505. "2084"
  83506. {
  83507. "name" "krakow2017_team_gamb_holo"
  83508. "item_name" "#StickerKit_krakow2017_team_gamb_holo"
  83509. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83510. "sticker_material" "krakow2017/gamb_holo"
  83511. "item_rarity" "mythical"
  83512. "tournament_event_id" "12"
  83513. "tournament_team_id" "63"
  83514. }
  83515. "2085"
  83516. {
  83517. "name" "krakow2017_team_gamb_foil"
  83518. "item_name" "#StickerKit_krakow2017_team_gamb_foil"
  83519. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83520. "sticker_material" "krakow2017/gamb_foil"
  83521. "item_rarity" "legendary"
  83522. "tournament_event_id" "12"
  83523. "tournament_team_id" "63"
  83524. }
  83525. "2086"
  83526. {
  83527. "name" "krakow2017_team_gamb_gold"
  83528. "item_name" "#StickerKit_krakow2017_team_gamb_gold"
  83529. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83530. "sticker_material" "krakow2017/gamb_gold"
  83531. "item_rarity" "legendary"
  83532. "tournament_event_id" "12"
  83533. "tournament_team_id" "63"
  83534. }
  83535. "2087"
  83536. {
  83537. "name" "krakow2017_team_nor"
  83538. "item_name" "#StickerKit_krakow2017_team_nor"
  83539. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83540. "sticker_material" "krakow2017/nor"
  83541. "item_rarity" "rare"
  83542. "tournament_event_id" "12"
  83543. "tournament_team_id" "68"
  83544. }
  83545. "2088"
  83546. {
  83547. "name" "krakow2017_team_nor_holo"
  83548. "item_name" "#StickerKit_krakow2017_team_nor_holo"
  83549. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83550. "sticker_material" "krakow2017/nor_holo"
  83551. "item_rarity" "mythical"
  83552. "tournament_event_id" "12"
  83553. "tournament_team_id" "68"
  83554. }
  83555. "2089"
  83556. {
  83557. "name" "krakow2017_team_nor_foil"
  83558. "item_name" "#StickerKit_krakow2017_team_nor_foil"
  83559. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83560. "sticker_material" "krakow2017/nor_foil"
  83561. "item_rarity" "legendary"
  83562. "tournament_event_id" "12"
  83563. "tournament_team_id" "68"
  83564. }
  83565. "2090"
  83566. {
  83567. "name" "krakow2017_team_nor_gold"
  83568. "item_name" "#StickerKit_krakow2017_team_nor_gold"
  83569. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83570. "sticker_material" "krakow2017/nor_gold"
  83571. "item_rarity" "legendary"
  83572. "tournament_event_id" "12"
  83573. "tournament_team_id" "68"
  83574. }
  83575. "2091"
  83576. {
  83577. "name" "krakow2017_team_faze"
  83578. "item_name" "#StickerKit_krakow2017_team_faze"
  83579. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83580. "sticker_material" "krakow2017/faze"
  83581. "item_rarity" "rare"
  83582. "tournament_event_id" "12"
  83583. "tournament_team_id" "61"
  83584. }
  83585. "2092"
  83586. {
  83587. "name" "krakow2017_team_faze_holo"
  83588. "item_name" "#StickerKit_krakow2017_team_faze_holo"
  83589. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83590. "sticker_material" "krakow2017/faze_holo"
  83591. "item_rarity" "mythical"
  83592. "tournament_event_id" "12"
  83593. "tournament_team_id" "61"
  83594. }
  83595. "2093"
  83596. {
  83597. "name" "krakow2017_team_faze_foil"
  83598. "item_name" "#StickerKit_krakow2017_team_faze_foil"
  83599. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83600. "sticker_material" "krakow2017/faze_foil"
  83601. "item_rarity" "legendary"
  83602. "tournament_event_id" "12"
  83603. "tournament_team_id" "61"
  83604. }
  83605. "2094"
  83606. {
  83607. "name" "krakow2017_team_faze_gold"
  83608. "item_name" "#StickerKit_krakow2017_team_faze_gold"
  83609. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83610. "sticker_material" "krakow2017/faze_gold"
  83611. "item_rarity" "legendary"
  83612. "tournament_event_id" "12"
  83613. "tournament_team_id" "61"
  83614. }
  83615. "2095"
  83616. {
  83617. "name" "krakow2017_team_mss"
  83618. "item_name" "#StickerKit_krakow2017_team_mss"
  83619. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83620. "sticker_material" "krakow2017/mss"
  83621. "item_rarity" "rare"
  83622. "tournament_event_id" "12"
  83623. "tournament_team_id" "29"
  83624. }
  83625. "2096"
  83626. {
  83627. "name" "krakow2017_team_mss_holo"
  83628. "item_name" "#StickerKit_krakow2017_team_mss_holo"
  83629. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83630. "sticker_material" "krakow2017/mss_holo"
  83631. "item_rarity" "mythical"
  83632. "tournament_event_id" "12"
  83633. "tournament_team_id" "29"
  83634. }
  83635. "2097"
  83636. {
  83637. "name" "krakow2017_team_mss_foil"
  83638. "item_name" "#StickerKit_krakow2017_team_mss_foil"
  83639. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83640. "sticker_material" "krakow2017/mss_foil"
  83641. "item_rarity" "legendary"
  83642. "tournament_event_id" "12"
  83643. "tournament_team_id" "29"
  83644. }
  83645. "2098"
  83646. {
  83647. "name" "krakow2017_team_mss_gold"
  83648. "item_name" "#StickerKit_krakow2017_team_mss_gold"
  83649. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83650. "sticker_material" "krakow2017/mss_gold"
  83651. "item_rarity" "legendary"
  83652. "tournament_event_id" "12"
  83653. "tournament_team_id" "29"
  83654. }
  83655. "2099"
  83656. {
  83657. "name" "krakow2017_team_g2"
  83658. "item_name" "#StickerKit_krakow2017_team_g2"
  83659. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83660. "sticker_material" "krakow2017/g2"
  83661. "item_rarity" "rare"
  83662. "tournament_event_id" "12"
  83663. "tournament_team_id" "59"
  83664. }
  83665. "2100"
  83666. {
  83667. "name" "krakow2017_team_g2_holo"
  83668. "item_name" "#StickerKit_krakow2017_team_g2_holo"
  83669. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83670. "sticker_material" "krakow2017/g2_holo"
  83671. "item_rarity" "mythical"
  83672. "tournament_event_id" "12"
  83673. "tournament_team_id" "59"
  83674. }
  83675. "2101"
  83676. {
  83677. "name" "krakow2017_team_g2_foil"
  83678. "item_name" "#StickerKit_krakow2017_team_g2_foil"
  83679. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83680. "sticker_material" "krakow2017/g2_foil"
  83681. "item_rarity" "legendary"
  83682. "tournament_event_id" "12"
  83683. "tournament_team_id" "59"
  83684. }
  83685. "2102"
  83686. {
  83687. "name" "krakow2017_team_g2_gold"
  83688. "item_name" "#StickerKit_krakow2017_team_g2_gold"
  83689. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83690. "sticker_material" "krakow2017/g2_gold"
  83691. "item_rarity" "legendary"
  83692. "tournament_event_id" "12"
  83693. "tournament_team_id" "59"
  83694. }
  83695. "2103"
  83696. {
  83697. "name" "krakow2017_team_big"
  83698. "item_name" "#StickerKit_krakow2017_team_big"
  83699. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83700. "sticker_material" "krakow2017/big"
  83701. "item_rarity" "rare"
  83702. "tournament_event_id" "12"
  83703. "tournament_team_id" "69"
  83704. }
  83705. "2104"
  83706. {
  83707. "name" "krakow2017_team_big_holo"
  83708. "item_name" "#StickerKit_krakow2017_team_big_holo"
  83709. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83710. "sticker_material" "krakow2017/big_holo"
  83711. "item_rarity" "mythical"
  83712. "tournament_event_id" "12"
  83713. "tournament_team_id" "69"
  83714. }
  83715. "2105"
  83716. {
  83717. "name" "krakow2017_team_big_foil"
  83718. "item_name" "#StickerKit_krakow2017_team_big_foil"
  83719. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83720. "sticker_material" "krakow2017/big_foil"
  83721. "item_rarity" "legendary"
  83722. "tournament_event_id" "12"
  83723. "tournament_team_id" "69"
  83724. }
  83725. "2106"
  83726. {
  83727. "name" "krakow2017_team_big_gold"
  83728. "item_name" "#StickerKit_krakow2017_team_big_gold"
  83729. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83730. "sticker_material" "krakow2017/big_gold"
  83731. "item_rarity" "legendary"
  83732. "tournament_event_id" "12"
  83733. "tournament_team_id" "69"
  83734. }
  83735. "2107"
  83736. {
  83737. "name" "krakow2017_team_c9"
  83738. "item_name" "#StickerKit_krakow2017_team_c9"
  83739. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83740. "sticker_material" "krakow2017/c9"
  83741. "item_rarity" "rare"
  83742. "tournament_event_id" "12"
  83743. "tournament_team_id" "33"
  83744. }
  83745. "2108"
  83746. {
  83747. "name" "krakow2017_team_c9_holo"
  83748. "item_name" "#StickerKit_krakow2017_team_c9_holo"
  83749. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83750. "sticker_material" "krakow2017/c9_holo"
  83751. "item_rarity" "mythical"
  83752. "tournament_event_id" "12"
  83753. "tournament_team_id" "33"
  83754. }
  83755. "2109"
  83756. {
  83757. "name" "krakow2017_team_c9_foil"
  83758. "item_name" "#StickerKit_krakow2017_team_c9_foil"
  83759. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83760. "sticker_material" "krakow2017/c9_foil"
  83761. "item_rarity" "legendary"
  83762. "tournament_event_id" "12"
  83763. "tournament_team_id" "33"
  83764. }
  83765. "2110"
  83766. {
  83767. "name" "krakow2017_team_c9_gold"
  83768. "item_name" "#StickerKit_krakow2017_team_c9_gold"
  83769. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83770. "sticker_material" "krakow2017/c9_gold"
  83771. "item_rarity" "legendary"
  83772. "tournament_event_id" "12"
  83773. "tournament_team_id" "33"
  83774. }
  83775. "2111"
  83776. {
  83777. "name" "krakow2017_team_penta"
  83778. "item_name" "#StickerKit_krakow2017_team_penta"
  83779. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83780. "sticker_material" "krakow2017/penta"
  83781. "item_rarity" "rare"
  83782. "tournament_event_id" "12"
  83783. "tournament_team_id" "39"
  83784. }
  83785. "2112"
  83786. {
  83787. "name" "krakow2017_team_penta_holo"
  83788. "item_name" "#StickerKit_krakow2017_team_penta_holo"
  83789. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83790. "sticker_material" "krakow2017/penta_holo"
  83791. "item_rarity" "mythical"
  83792. "tournament_event_id" "12"
  83793. "tournament_team_id" "39"
  83794. }
  83795. "2113"
  83796. {
  83797. "name" "krakow2017_team_penta_foil"
  83798. "item_name" "#StickerKit_krakow2017_team_penta_foil"
  83799. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83800. "sticker_material" "krakow2017/penta_foil"
  83801. "item_rarity" "legendary"
  83802. "tournament_event_id" "12"
  83803. "tournament_team_id" "39"
  83804. }
  83805. "2114"
  83806. {
  83807. "name" "krakow2017_team_penta_gold"
  83808. "item_name" "#StickerKit_krakow2017_team_penta_gold"
  83809. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83810. "sticker_material" "krakow2017/penta_gold"
  83811. "item_rarity" "legendary"
  83812. "tournament_event_id" "12"
  83813. "tournament_team_id" "39"
  83814. }
  83815. "2115"
  83816. {
  83817. "name" "krakow2017_team_flip"
  83818. "item_name" "#StickerKit_krakow2017_team_flip"
  83819. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83820. "sticker_material" "krakow2017/flip"
  83821. "item_rarity" "rare"
  83822. "tournament_event_id" "12"
  83823. "tournament_team_id" "43"
  83824. }
  83825. "2116"
  83826. {
  83827. "name" "krakow2017_team_flip_holo"
  83828. "item_name" "#StickerKit_krakow2017_team_flip_holo"
  83829. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83830. "sticker_material" "krakow2017/flip_holo"
  83831. "item_rarity" "mythical"
  83832. "tournament_event_id" "12"
  83833. "tournament_team_id" "43"
  83834. }
  83835. "2117"
  83836. {
  83837. "name" "krakow2017_team_flip_foil"
  83838. "item_name" "#StickerKit_krakow2017_team_flip_foil"
  83839. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83840. "sticker_material" "krakow2017/flip_foil"
  83841. "item_rarity" "legendary"
  83842. "tournament_event_id" "12"
  83843. "tournament_team_id" "43"
  83844. }
  83845. "2118"
  83846. {
  83847. "name" "krakow2017_team_flip_gold"
  83848. "item_name" "#StickerKit_krakow2017_team_flip_gold"
  83849. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83850. "sticker_material" "krakow2017/flip_gold"
  83851. "item_rarity" "legendary"
  83852. "tournament_event_id" "12"
  83853. "tournament_team_id" "43"
  83854. }
  83855. "2119"
  83856. {
  83857. "name" "krakow2017_team_imt"
  83858. "item_name" "#StickerKit_krakow2017_team_imt"
  83859. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83860. "sticker_material" "krakow2017/imt"
  83861. "item_rarity" "rare"
  83862. "tournament_event_id" "12"
  83863. "tournament_team_id" "71"
  83864. }
  83865. "2120"
  83866. {
  83867. "name" "krakow2017_team_imt_holo"
  83868. "item_name" "#StickerKit_krakow2017_team_imt_holo"
  83869. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83870. "sticker_material" "krakow2017/imt_holo"
  83871. "item_rarity" "mythical"
  83872. "tournament_event_id" "12"
  83873. "tournament_team_id" "71"
  83874. }
  83875. "2121"
  83876. {
  83877. "name" "krakow2017_team_imt_foil"
  83878. "item_name" "#StickerKit_krakow2017_team_imt_foil"
  83879. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83880. "sticker_material" "krakow2017/imt_foil"
  83881. "item_rarity" "legendary"
  83882. "tournament_event_id" "12"
  83883. "tournament_team_id" "71"
  83884. }
  83885. "2122"
  83886. {
  83887. "name" "krakow2017_team_imt_gold"
  83888. "item_name" "#StickerKit_krakow2017_team_imt_gold"
  83889. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83890. "sticker_material" "krakow2017/imt_gold"
  83891. "item_rarity" "legendary"
  83892. "tournament_event_id" "12"
  83893. "tournament_team_id" "71"
  83894. }
  83895. "2123"
  83896. {
  83897. "name" "krakow2017_team_vega"
  83898. "item_name" "#StickerKit_krakow2017_team_vega"
  83899. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83900. "sticker_material" "krakow2017/vega"
  83901. "item_rarity" "rare"
  83902. "tournament_event_id" "12"
  83903. "tournament_team_id" "70"
  83904. }
  83905. "2124"
  83906. {
  83907. "name" "krakow2017_team_vega_holo"
  83908. "item_name" "#StickerKit_krakow2017_team_vega_holo"
  83909. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83910. "sticker_material" "krakow2017/vega_holo"
  83911. "item_rarity" "mythical"
  83912. "tournament_event_id" "12"
  83913. "tournament_team_id" "70"
  83914. }
  83915. "2125"
  83916. {
  83917. "name" "krakow2017_team_vega_foil"
  83918. "item_name" "#StickerKit_krakow2017_team_vega_foil"
  83919. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83920. "sticker_material" "krakow2017/vega_foil"
  83921. "item_rarity" "legendary"
  83922. "tournament_event_id" "12"
  83923. "tournament_team_id" "70"
  83924. }
  83925. "2126"
  83926. {
  83927. "name" "krakow2017_team_vega_gold"
  83928. "item_name" "#StickerKit_krakow2017_team_vega_gold"
  83929. "description_string" "#EventItemDesc_krakow2017_sticker_team"
  83930. "sticker_material" "krakow2017/vega_gold"
  83931. "item_rarity" "legendary"
  83932. "tournament_event_id" "12"
  83933. "tournament_team_id" "70"
  83934. }
  83935. "2127"
  83936. {
  83937. "name" "krakow2017_team_pgl"
  83938. "item_name" "#StickerKit_krakow2017_team_pgl"
  83939. "description_string" "#EventItemDesc_krakow2017_sticker_org"
  83940. "sticker_material" "krakow2017/pgl"
  83941. "item_rarity" "rare"
  83942. "tournament_event_id" "12"
  83943. "tournament_team_id" "0"
  83944. }
  83945. "2128"
  83946. {
  83947. "name" "krakow2017_team_pgl_holo"
  83948. "item_name" "#StickerKit_krakow2017_team_pgl_holo"
  83949. "description_string" "#EventItemDesc_krakow2017_sticker_org"
  83950. "sticker_material" "krakow2017/pgl_holo"
  83951. "item_rarity" "mythical"
  83952. "tournament_event_id" "12"
  83953. "tournament_team_id" "0"
  83954. }
  83955. "2129"
  83956. {
  83957. "name" "krakow2017_team_pgl_foil"
  83958. "item_name" "#StickerKit_krakow2017_team_pgl_foil"
  83959. "description_string" "#EventItemDesc_krakow2017_sticker_org"
  83960. "sticker_material" "krakow2017/pgl_foil"
  83961. "item_rarity" "legendary"
  83962. "tournament_event_id" "12"
  83963. "tournament_team_id" "0"
  83964. }
  83965. "2130"
  83966. {
  83967. "name" "krakow2017_team_pgl_gold"
  83968. "item_name" "#StickerKit_krakow2017_team_pgl_gold"
  83969. "description_string" "#EventItemDesc_krakow2017_sticker_org"
  83970. "sticker_material" "krakow2017/pgl_gold"
  83971. "item_rarity" "legendary"
  83972. "tournament_event_id" "12"
  83973. "tournament_team_id" "0"
  83974. }
  83975. "2131"
  83976. {
  83977. "name" "krakow2017_team_astr_graffiti"
  83978. "item_name" "#StickerKit_krakow2017_team_astr"
  83979. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  83980. "sticker_material" "krakow2017/astr_graffiti"
  83981. "item_rarity" "rare"
  83982. "tournament_event_id" "12"
  83983. "tournament_team_id" "60"
  83984. }
  83985. "2132"
  83986. {
  83987. "name" "krakow2017_team_vp_graffiti"
  83988. "item_name" "#StickerKit_krakow2017_team_vp"
  83989. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  83990. "sticker_material" "krakow2017/vp_graffiti"
  83991. "item_rarity" "rare"
  83992. "tournament_event_id" "12"
  83993. "tournament_team_id" "31"
  83994. }
  83995. "2133"
  83996. {
  83997. "name" "krakow2017_team_fntc_graffiti"
  83998. "item_name" "#StickerKit_krakow2017_team_fntc"
  83999. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84000. "sticker_material" "krakow2017/fntc_graffiti"
  84001. "item_rarity" "rare"
  84002. "tournament_event_id" "12"
  84003. "tournament_team_id" "6"
  84004. }
  84005. "2134"
  84006. {
  84007. "name" "krakow2017_team_sk_graffiti"
  84008. "item_name" "#StickerKit_krakow2017_team_sk"
  84009. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84010. "sticker_material" "krakow2017/sk_graffiti"
  84011. "item_rarity" "rare"
  84012. "tournament_event_id" "12"
  84013. "tournament_team_id" "14"
  84014. }
  84015. "2135"
  84016. {
  84017. "name" "krakow2017_team_navi_graffiti"
  84018. "item_name" "#StickerKit_krakow2017_team_navi"
  84019. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84020. "sticker_material" "krakow2017/navi_graffiti"
  84021. "item_rarity" "rare"
  84022. "tournament_event_id" "12"
  84023. "tournament_team_id" "12"
  84024. }
  84025. "2136"
  84026. {
  84027. "name" "krakow2017_team_gamb_graffiti"
  84028. "item_name" "#StickerKit_krakow2017_team_gamb"
  84029. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84030. "sticker_material" "krakow2017/gamb_graffiti"
  84031. "item_rarity" "rare"
  84032. "tournament_event_id" "12"
  84033. "tournament_team_id" "63"
  84034. }
  84035. "2137"
  84036. {
  84037. "name" "krakow2017_team_nor_graffiti"
  84038. "item_name" "#StickerKit_krakow2017_team_nor"
  84039. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84040. "sticker_material" "krakow2017/nor_graffiti"
  84041. "item_rarity" "rare"
  84042. "tournament_event_id" "12"
  84043. "tournament_team_id" "68"
  84044. }
  84045. "2138"
  84046. {
  84047. "name" "krakow2017_team_faze_graffiti"
  84048. "item_name" "#StickerKit_krakow2017_team_faze"
  84049. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84050. "sticker_material" "krakow2017/faze_graffiti"
  84051. "item_rarity" "rare"
  84052. "tournament_event_id" "12"
  84053. "tournament_team_id" "61"
  84054. }
  84055. "2139"
  84056. {
  84057. "name" "krakow2017_team_mss_graffiti"
  84058. "item_name" "#StickerKit_krakow2017_team_mss"
  84059. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84060. "sticker_material" "krakow2017/mss_graffiti"
  84061. "item_rarity" "rare"
  84062. "tournament_event_id" "12"
  84063. "tournament_team_id" "29"
  84064. }
  84065. "2140"
  84066. {
  84067. "name" "krakow2017_team_g2_graffiti"
  84068. "item_name" "#StickerKit_krakow2017_team_g2"
  84069. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84070. "sticker_material" "krakow2017/g2_graffiti"
  84071. "item_rarity" "rare"
  84072. "tournament_event_id" "12"
  84073. "tournament_team_id" "59"
  84074. }
  84075. "2141"
  84076. {
  84077. "name" "krakow2017_team_big_graffiti"
  84078. "item_name" "#StickerKit_krakow2017_team_big"
  84079. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84080. "sticker_material" "krakow2017/big_graffiti"
  84081. "item_rarity" "rare"
  84082. "tournament_event_id" "12"
  84083. "tournament_team_id" "69"
  84084. }
  84085. "2142"
  84086. {
  84087. "name" "krakow2017_team_c9_graffiti"
  84088. "item_name" "#StickerKit_krakow2017_team_c9"
  84089. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84090. "sticker_material" "krakow2017/c9_graffiti"
  84091. "item_rarity" "rare"
  84092. "tournament_event_id" "12"
  84093. "tournament_team_id" "33"
  84094. }
  84095. "2143"
  84096. {
  84097. "name" "krakow2017_team_penta_graffiti"
  84098. "item_name" "#StickerKit_krakow2017_team_penta"
  84099. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84100. "sticker_material" "krakow2017/penta_graffiti"
  84101. "item_rarity" "rare"
  84102. "tournament_event_id" "12"
  84103. "tournament_team_id" "39"
  84104. }
  84105. "2144"
  84106. {
  84107. "name" "krakow2017_team_flip_graffiti"
  84108. "item_name" "#StickerKit_krakow2017_team_flip"
  84109. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84110. "sticker_material" "krakow2017/flip_graffiti"
  84111. "item_rarity" "rare"
  84112. "tournament_event_id" "12"
  84113. "tournament_team_id" "43"
  84114. }
  84115. "2145"
  84116. {
  84117. "name" "krakow2017_team_imt_graffiti"
  84118. "item_name" "#StickerKit_krakow2017_team_imt"
  84119. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84120. "sticker_material" "krakow2017/imt_graffiti"
  84121. "item_rarity" "rare"
  84122. "tournament_event_id" "12"
  84123. "tournament_team_id" "71"
  84124. }
  84125. "2146"
  84126. {
  84127. "name" "krakow2017_team_vega_graffiti"
  84128. "item_name" "#StickerKit_krakow2017_team_vega"
  84129. "description_string" "#EventItemDesc_krakow2017_graffiti_team"
  84130. "sticker_material" "krakow2017/vega_graffiti"
  84131. "item_rarity" "rare"
  84132. "tournament_event_id" "12"
  84133. "tournament_team_id" "70"
  84134. }
  84135. "2147"
  84136. {
  84137. "name" "krakow2017_team_pgl_graffiti"
  84138. "item_name" "#StickerKit_krakow2017_team_pgl"
  84139. "description_string" "#EventItemDesc_krakow2017_graffiti_org"
  84140. "sticker_material" "krakow2017/pgl_graffiti"
  84141. "item_rarity" "rare"
  84142. "tournament_event_id" "12"
  84143. "tournament_team_id" "0"
  84144. }
  84145. "2148"
  84146. {
  84147. "name" "krakow2017_signature_device"
  84148. "item_name" "#StickerKit_krakow2017_signature_device"
  84149. "description_string" "#StickerKit_desc_krakow2017_signature_device"
  84150. "sticker_material" "krakow2017/sig_device"
  84151. "item_rarity" "rare"
  84152. "tournament_event_id" "12"
  84153. "tournament_team_id" "60"
  84154. "tournament_player_id" "27447936"
  84155. }
  84156. "2149"
  84157. {
  84158. "name" "krakow2017_signature_device_foil"
  84159. "item_name" "#StickerKit_krakow2017_signature_device_foil"
  84160. "description_string" "#StickerKit_desc_krakow2017_signature_device_foil"
  84161. "sticker_material" "krakow2017/sig_device_foil"
  84162. "item_rarity" "mythical"
  84163. "tournament_event_id" "12"
  84164. "tournament_team_id" "60"
  84165. "tournament_player_id" "27447936"
  84166. }
  84167. "2150"
  84168. {
  84169. "name" "krakow2017_signature_device_gold"
  84170. "item_name" "#StickerKit_krakow2017_signature_device_gold"
  84171. "description_string" "#StickerKit_desc_krakow2017_signature_device_gold"
  84172. "sticker_material" "krakow2017/sig_device_gold"
  84173. "item_rarity" "ancient"
  84174. "tournament_event_id" "12"
  84175. "tournament_team_id" "60"
  84176. "tournament_player_id" "27447936"
  84177. }
  84178. "2151"
  84179. {
  84180. "name" "krakow2017_signature_dupreeh"
  84181. "item_name" "#StickerKit_krakow2017_signature_dupreeh"
  84182. "description_string" "#StickerKit_desc_krakow2017_signature_dupreeh"
  84183. "sticker_material" "krakow2017/sig_dupreeh"
  84184. "item_rarity" "rare"
  84185. "tournament_event_id" "12"
  84186. "tournament_team_id" "60"
  84187. "tournament_player_id" "44589228"
  84188. }
  84189. "2152"
  84190. {
  84191. "name" "krakow2017_signature_dupreeh_foil"
  84192. "item_name" "#StickerKit_krakow2017_signature_dupreeh_foil"
  84193. "description_string" "#StickerKit_desc_krakow2017_signature_dupreeh_foil"
  84194. "sticker_material" "krakow2017/sig_dupreeh_foil"
  84195. "item_rarity" "mythical"
  84196. "tournament_event_id" "12"
  84197. "tournament_team_id" "60"
  84198. "tournament_player_id" "44589228"
  84199. }
  84200. "2153"
  84201. {
  84202. "name" "krakow2017_signature_dupreeh_gold"
  84203. "item_name" "#StickerKit_krakow2017_signature_dupreeh_gold"
  84204. "description_string" "#StickerKit_desc_krakow2017_signature_dupreeh_gold"
  84205. "sticker_material" "krakow2017/sig_dupreeh_gold"
  84206. "item_rarity" "ancient"
  84207. "tournament_event_id" "12"
  84208. "tournament_team_id" "60"
  84209. "tournament_player_id" "44589228"
  84210. }
  84211. "2154"
  84212. {
  84213. "name" "krakow2017_signature_gla1ve"
  84214. "item_name" "#StickerKit_krakow2017_signature_gla1ve"
  84215. "description_string" "#StickerKit_desc_krakow2017_signature_gla1ve"
  84216. "sticker_material" "krakow2017/sig_gla1ve"
  84217. "item_rarity" "rare"
  84218. "tournament_event_id" "12"
  84219. "tournament_team_id" "60"
  84220. "tournament_player_id" "50245293"
  84221. }
  84222. "2155"
  84223. {
  84224. "name" "krakow2017_signature_gla1ve_foil"
  84225. "item_name" "#StickerKit_krakow2017_signature_gla1ve_foil"
  84226. "description_string" "#StickerKit_desc_krakow2017_signature_gla1ve_foil"
  84227. "sticker_material" "krakow2017/sig_gla1ve_foil"
  84228. "item_rarity" "mythical"
  84229. "tournament_event_id" "12"
  84230. "tournament_team_id" "60"
  84231. "tournament_player_id" "50245293"
  84232. }
  84233. "2156"
  84234. {
  84235. "name" "krakow2017_signature_gla1ve_gold"
  84236. "item_name" "#StickerKit_krakow2017_signature_gla1ve_gold"
  84237. "description_string" "#StickerKit_desc_krakow2017_signature_gla1ve_gold"
  84238. "sticker_material" "krakow2017/sig_gla1ve_gold"
  84239. "item_rarity" "ancient"
  84240. "tournament_event_id" "12"
  84241. "tournament_team_id" "60"
  84242. "tournament_player_id" "50245293"
  84243. }
  84244. "2157"
  84245. {
  84246. "name" "krakow2017_signature_kjaerbye"
  84247. "item_name" "#StickerKit_krakow2017_signature_kjaerbye"
  84248. "description_string" "#StickerKit_desc_krakow2017_signature_kjaerbye"
  84249. "sticker_material" "krakow2017/sig_kjaerbye"
  84250. "item_rarity" "rare"
  84251. "tournament_event_id" "12"
  84252. "tournament_team_id" "60"
  84253. "tournament_player_id" "59614824"
  84254. }
  84255. "2158"
  84256. {
  84257. "name" "krakow2017_signature_kjaerbye_foil"
  84258. "item_name" "#StickerKit_krakow2017_signature_kjaerbye_foil"
  84259. "description_string" "#StickerKit_desc_krakow2017_signature_kjaerbye_foil"
  84260. "sticker_material" "krakow2017/sig_kjaerbye_foil"
  84261. "item_rarity" "mythical"
  84262. "tournament_event_id" "12"
  84263. "tournament_team_id" "60"
  84264. "tournament_player_id" "59614824"
  84265. }
  84266. "2159"
  84267. {
  84268. "name" "krakow2017_signature_kjaerbye_gold"
  84269. "item_name" "#StickerKit_krakow2017_signature_kjaerbye_gold"
  84270. "description_string" "#StickerKit_desc_krakow2017_signature_kjaerbye_gold"
  84271. "sticker_material" "krakow2017/sig_kjaerbye_gold"
  84272. "item_rarity" "ancient"
  84273. "tournament_event_id" "12"
  84274. "tournament_team_id" "60"
  84275. "tournament_player_id" "59614824"
  84276. }
  84277. "2160"
  84278. {
  84279. "name" "krakow2017_signature_xyp9x"
  84280. "item_name" "#StickerKit_krakow2017_signature_xyp9x"
  84281. "description_string" "#StickerKit_desc_krakow2017_signature_xyp9x"
  84282. "sticker_material" "krakow2017/sig_xyp9x"
  84283. "item_rarity" "rare"
  84284. "tournament_event_id" "12"
  84285. "tournament_team_id" "60"
  84286. "tournament_player_id" "30416534"
  84287. }
  84288. "2161"
  84289. {
  84290. "name" "krakow2017_signature_xyp9x_foil"
  84291. "item_name" "#StickerKit_krakow2017_signature_xyp9x_foil"
  84292. "description_string" "#StickerKit_desc_krakow2017_signature_xyp9x_foil"
  84293. "sticker_material" "krakow2017/sig_xyp9x_foil"
  84294. "item_rarity" "mythical"
  84295. "tournament_event_id" "12"
  84296. "tournament_team_id" "60"
  84297. "tournament_player_id" "30416534"
  84298. }
  84299. "2162"
  84300. {
  84301. "name" "krakow2017_signature_xyp9x_gold"
  84302. "item_name" "#StickerKit_krakow2017_signature_xyp9x_gold"
  84303. "description_string" "#StickerKit_desc_krakow2017_signature_xyp9x_gold"
  84304. "sticker_material" "krakow2017/sig_xyp9x_gold"
  84305. "item_rarity" "ancient"
  84306. "tournament_event_id" "12"
  84307. "tournament_team_id" "60"
  84308. "tournament_player_id" "30416534"
  84309. }
  84310. "2163"
  84311. {
  84312. "name" "krakow2017_signature_byali"
  84313. "item_name" "#StickerKit_krakow2017_signature_byali"
  84314. "description_string" "#StickerKit_desc_krakow2017_signature_byali"
  84315. "sticker_material" "krakow2017/sig_byali"
  84316. "item_rarity" "rare"
  84317. "tournament_event_id" "12"
  84318. "tournament_team_id" "31"
  84319. "tournament_player_id" "18860354"
  84320. }
  84321. "2164"
  84322. {
  84323. "name" "krakow2017_signature_byali_foil"
  84324. "item_name" "#StickerKit_krakow2017_signature_byali_foil"
  84325. "description_string" "#StickerKit_desc_krakow2017_signature_byali_foil"
  84326. "sticker_material" "krakow2017/sig_byali_foil"
  84327. "item_rarity" "mythical"
  84328. "tournament_event_id" "12"
  84329. "tournament_team_id" "31"
  84330. "tournament_player_id" "18860354"
  84331. }
  84332. "2165"
  84333. {
  84334. "name" "krakow2017_signature_byali_gold"
  84335. "item_name" "#StickerKit_krakow2017_signature_byali_gold"
  84336. "description_string" "#StickerKit_desc_krakow2017_signature_byali_gold"
  84337. "sticker_material" "krakow2017/sig_byali_gold"
  84338. "item_rarity" "ancient"
  84339. "tournament_event_id" "12"
  84340. "tournament_team_id" "31"
  84341. "tournament_player_id" "18860354"
  84342. }
  84343. "2166"
  84344. {
  84345. "name" "krakow2017_signature_neo"
  84346. "item_name" "#StickerKit_krakow2017_signature_neo"
  84347. "description_string" "#StickerKit_desc_krakow2017_signature_neo"
  84348. "sticker_material" "krakow2017/sig_neo"
  84349. "item_rarity" "rare"
  84350. "tournament_event_id" "12"
  84351. "tournament_team_id" "31"
  84352. "tournament_player_id" "460206"
  84353. }
  84354. "2167"
  84355. {
  84356. "name" "krakow2017_signature_neo_foil"
  84357. "item_name" "#StickerKit_krakow2017_signature_neo_foil"
  84358. "description_string" "#StickerKit_desc_krakow2017_signature_neo_foil"
  84359. "sticker_material" "krakow2017/sig_neo_foil"
  84360. "item_rarity" "mythical"
  84361. "tournament_event_id" "12"
  84362. "tournament_team_id" "31"
  84363. "tournament_player_id" "460206"
  84364. }
  84365. "2168"
  84366. {
  84367. "name" "krakow2017_signature_neo_gold"
  84368. "item_name" "#StickerKit_krakow2017_signature_neo_gold"
  84369. "description_string" "#StickerKit_desc_krakow2017_signature_neo_gold"
  84370. "sticker_material" "krakow2017/sig_neo_gold"
  84371. "item_rarity" "ancient"
  84372. "tournament_event_id" "12"
  84373. "tournament_team_id" "31"
  84374. "tournament_player_id" "460206"
  84375. }
  84376. "2169"
  84377. {
  84378. "name" "krakow2017_signature_pasha"
  84379. "item_name" "#StickerKit_krakow2017_signature_pasha"
  84380. "description_string" "#StickerKit_desc_krakow2017_signature_pasha"
  84381. "sticker_material" "krakow2017/sig_pasha"
  84382. "item_rarity" "rare"
  84383. "tournament_event_id" "12"
  84384. "tournament_team_id" "31"
  84385. "tournament_player_id" "13580090"
  84386. }
  84387. "2170"
  84388. {
  84389. "name" "krakow2017_signature_pasha_foil"
  84390. "item_name" "#StickerKit_krakow2017_signature_pasha_foil"
  84391. "description_string" "#StickerKit_desc_krakow2017_signature_pasha_foil"
  84392. "sticker_material" "krakow2017/sig_pasha_foil"
  84393. "item_rarity" "mythical"
  84394. "tournament_event_id" "12"
  84395. "tournament_team_id" "31"
  84396. "tournament_player_id" "13580090"
  84397. }
  84398. "2171"
  84399. {
  84400. "name" "krakow2017_signature_pasha_gold"
  84401. "item_name" "#StickerKit_krakow2017_signature_pasha_gold"
  84402. "description_string" "#StickerKit_desc_krakow2017_signature_pasha_gold"
  84403. "sticker_material" "krakow2017/sig_pasha_gold"
  84404. "item_rarity" "ancient"
  84405. "tournament_event_id" "12"
  84406. "tournament_team_id" "31"
  84407. "tournament_player_id" "13580090"
  84408. }
  84409. "2172"
  84410. {
  84411. "name" "krakow2017_signature_snax"
  84412. "item_name" "#StickerKit_krakow2017_signature_snax"
  84413. "description_string" "#StickerKit_desc_krakow2017_signature_snax"
  84414. "sticker_material" "krakow2017/sig_snax"
  84415. "item_rarity" "rare"
  84416. "tournament_event_id" "12"
  84417. "tournament_team_id" "31"
  84418. "tournament_player_id" "21875845"
  84419. }
  84420. "2173"
  84421. {
  84422. "name" "krakow2017_signature_snax_foil"
  84423. "item_name" "#StickerKit_krakow2017_signature_snax_foil"
  84424. "description_string" "#StickerKit_desc_krakow2017_signature_snax_foil"
  84425. "sticker_material" "krakow2017/sig_snax_foil"
  84426. "item_rarity" "mythical"
  84427. "tournament_event_id" "12"
  84428. "tournament_team_id" "31"
  84429. "tournament_player_id" "21875845"
  84430. }
  84431. "2174"
  84432. {
  84433. "name" "krakow2017_signature_snax_gold"
  84434. "item_name" "#StickerKit_krakow2017_signature_snax_gold"
  84435. "description_string" "#StickerKit_desc_krakow2017_signature_snax_gold"
  84436. "sticker_material" "krakow2017/sig_snax_gold"
  84437. "item_rarity" "ancient"
  84438. "tournament_event_id" "12"
  84439. "tournament_team_id" "31"
  84440. "tournament_player_id" "21875845"
  84441. }
  84442. "2175"
  84443. {
  84444. "name" "krakow2017_signature_taz"
  84445. "item_name" "#StickerKit_krakow2017_signature_taz"
  84446. "description_string" "#StickerKit_desc_krakow2017_signature_taz"
  84447. "sticker_material" "krakow2017/sig_taz"
  84448. "item_rarity" "rare"
  84449. "tournament_event_id" "12"
  84450. "tournament_team_id" "31"
  84451. "tournament_player_id" "234052"
  84452. }
  84453. "2176"
  84454. {
  84455. "name" "krakow2017_signature_taz_foil"
  84456. "item_name" "#StickerKit_krakow2017_signature_taz_foil"
  84457. "description_string" "#StickerKit_desc_krakow2017_signature_taz_foil"
  84458. "sticker_material" "krakow2017/sig_taz_foil"
  84459. "item_rarity" "mythical"
  84460. "tournament_event_id" "12"
  84461. "tournament_team_id" "31"
  84462. "tournament_player_id" "234052"
  84463. }
  84464. "2177"
  84465. {
  84466. "name" "krakow2017_signature_taz_gold"
  84467. "item_name" "#StickerKit_krakow2017_signature_taz_gold"
  84468. "description_string" "#StickerKit_desc_krakow2017_signature_taz_gold"
  84469. "sticker_material" "krakow2017/sig_taz_gold"
  84470. "item_rarity" "ancient"
  84471. "tournament_event_id" "12"
  84472. "tournament_team_id" "31"
  84473. "tournament_player_id" "234052"
  84474. }
  84475. "2178"
  84476. {
  84477. "name" "krakow2017_signature_dennis"
  84478. "item_name" "#StickerKit_krakow2017_signature_dennis"
  84479. "description_string" "#StickerKit_desc_krakow2017_signature_dennis"
  84480. "sticker_material" "krakow2017/sig_dennis"
  84481. "item_rarity" "rare"
  84482. "tournament_event_id" "12"
  84483. "tournament_team_id" "6"
  84484. "tournament_player_id" "108076825"
  84485. }
  84486. "2179"
  84487. {
  84488. "name" "krakow2017_signature_dennis_foil"
  84489. "item_name" "#StickerKit_krakow2017_signature_dennis_foil"
  84490. "description_string" "#StickerKit_desc_krakow2017_signature_dennis_foil"
  84491. "sticker_material" "krakow2017/sig_dennis_foil"
  84492. "item_rarity" "mythical"
  84493. "tournament_event_id" "12"
  84494. "tournament_team_id" "6"
  84495. "tournament_player_id" "108076825"
  84496. }
  84497. "2180"
  84498. {
  84499. "name" "krakow2017_signature_dennis_gold"
  84500. "item_name" "#StickerKit_krakow2017_signature_dennis_gold"
  84501. "description_string" "#StickerKit_desc_krakow2017_signature_dennis_gold"
  84502. "sticker_material" "krakow2017/sig_dennis_gold"
  84503. "item_rarity" "ancient"
  84504. "tournament_event_id" "12"
  84505. "tournament_team_id" "6"
  84506. "tournament_player_id" "108076825"
  84507. }
  84508. "2181"
  84509. {
  84510. "name" "krakow2017_signature_flusha"
  84511. "item_name" "#StickerKit_krakow2017_signature_flusha"
  84512. "description_string" "#StickerKit_desc_krakow2017_signature_flusha"
  84513. "sticker_material" "krakow2017/sig_flusha"
  84514. "item_rarity" "rare"
  84515. "tournament_event_id" "12"
  84516. "tournament_team_id" "6"
  84517. "tournament_player_id" "31082355"
  84518. }
  84519. "2182"
  84520. {
  84521. "name" "krakow2017_signature_flusha_foil"
  84522. "item_name" "#StickerKit_krakow2017_signature_flusha_foil"
  84523. "description_string" "#StickerKit_desc_krakow2017_signature_flusha_foil"
  84524. "sticker_material" "krakow2017/sig_flusha_foil"
  84525. "item_rarity" "mythical"
  84526. "tournament_event_id" "12"
  84527. "tournament_team_id" "6"
  84528. "tournament_player_id" "31082355"
  84529. }
  84530. "2183"
  84531. {
  84532. "name" "krakow2017_signature_flusha_gold"
  84533. "item_name" "#StickerKit_krakow2017_signature_flusha_gold"
  84534. "description_string" "#StickerKit_desc_krakow2017_signature_flusha_gold"
  84535. "sticker_material" "krakow2017/sig_flusha_gold"
  84536. "item_rarity" "ancient"
  84537. "tournament_event_id" "12"
  84538. "tournament_team_id" "6"
  84539. "tournament_player_id" "31082355"
  84540. }
  84541. "2184"
  84542. {
  84543. "name" "krakow2017_signature_jw"
  84544. "item_name" "#StickerKit_krakow2017_signature_jw"
  84545. "description_string" "#StickerKit_desc_krakow2017_signature_jw"
  84546. "sticker_material" "krakow2017/sig_jw"
  84547. "item_rarity" "rare"
  84548. "tournament_event_id" "12"
  84549. "tournament_team_id" "6"
  84550. "tournament_player_id" "71288472"
  84551. }
  84552. "2185"
  84553. {
  84554. "name" "krakow2017_signature_jw_foil"
  84555. "item_name" "#StickerKit_krakow2017_signature_jw_foil"
  84556. "description_string" "#StickerKit_desc_krakow2017_signature_jw_foil"
  84557. "sticker_material" "krakow2017/sig_jw_foil"
  84558. "item_rarity" "mythical"
  84559. "tournament_event_id" "12"
  84560. "tournament_team_id" "6"
  84561. "tournament_player_id" "71288472"
  84562. }
  84563. "2186"
  84564. {
  84565. "name" "krakow2017_signature_jw_gold"
  84566. "item_name" "#StickerKit_krakow2017_signature_jw_gold"
  84567. "description_string" "#StickerKit_desc_krakow2017_signature_jw_gold"
  84568. "sticker_material" "krakow2017/sig_jw_gold"
  84569. "item_rarity" "ancient"
  84570. "tournament_event_id" "12"
  84571. "tournament_team_id" "6"
  84572. "tournament_player_id" "71288472"
  84573. }
  84574. "2187"
  84575. {
  84576. "name" "krakow2017_signature_krimz"
  84577. "item_name" "#StickerKit_krakow2017_signature_krimz"
  84578. "description_string" "#StickerKit_desc_krakow2017_signature_krimz"
  84579. "sticker_material" "krakow2017/sig_krimz"
  84580. "item_rarity" "rare"
  84581. "tournament_event_id" "12"
  84582. "tournament_team_id" "6"
  84583. "tournament_player_id" "71385856"
  84584. }
  84585. "2188"
  84586. {
  84587. "name" "krakow2017_signature_krimz_foil"
  84588. "item_name" "#StickerKit_krakow2017_signature_krimz_foil"
  84589. "description_string" "#StickerKit_desc_krakow2017_signature_krimz_foil"
  84590. "sticker_material" "krakow2017/sig_krimz_foil"
  84591. "item_rarity" "mythical"
  84592. "tournament_event_id" "12"
  84593. "tournament_team_id" "6"
  84594. "tournament_player_id" "71385856"
  84595. }
  84596. "2189"
  84597. {
  84598. "name" "krakow2017_signature_krimz_gold"
  84599. "item_name" "#StickerKit_krakow2017_signature_krimz_gold"
  84600. "description_string" "#StickerKit_desc_krakow2017_signature_krimz_gold"
  84601. "sticker_material" "krakow2017/sig_krimz_gold"
  84602. "item_rarity" "ancient"
  84603. "tournament_event_id" "12"
  84604. "tournament_team_id" "6"
  84605. "tournament_player_id" "71385856"
  84606. }
  84607. "2190"
  84608. {
  84609. "name" "krakow2017_signature_olofmeister"
  84610. "item_name" "#StickerKit_krakow2017_signature_olofmeister"
  84611. "description_string" "#StickerKit_desc_krakow2017_signature_olofmeister"
  84612. "sticker_material" "krakow2017/sig_olofmeister"
  84613. "item_rarity" "rare"
  84614. "tournament_event_id" "12"
  84615. "tournament_team_id" "6"
  84616. "tournament_player_id" "28361465"
  84617. }
  84618. "2191"
  84619. {
  84620. "name" "krakow2017_signature_olofmeister_foil"
  84621. "item_name" "#StickerKit_krakow2017_signature_olofmeister_foil"
  84622. "description_string" "#StickerKit_desc_krakow2017_signature_olofmeister_foil"
  84623. "sticker_material" "krakow2017/sig_olofmeister_foil"
  84624. "item_rarity" "mythical"
  84625. "tournament_event_id" "12"
  84626. "tournament_team_id" "6"
  84627. "tournament_player_id" "28361465"
  84628. }
  84629. "2192"
  84630. {
  84631. "name" "krakow2017_signature_olofmeister_gold"
  84632. "item_name" "#StickerKit_krakow2017_signature_olofmeister_gold"
  84633. "description_string" "#StickerKit_desc_krakow2017_signature_olofmeister_gold"
  84634. "sticker_material" "krakow2017/sig_olofmeister_gold"
  84635. "item_rarity" "ancient"
  84636. "tournament_event_id" "12"
  84637. "tournament_team_id" "6"
  84638. "tournament_player_id" "28361465"
  84639. }
  84640. "2193"
  84641. {
  84642. "name" "krakow2017_signature_coldzera"
  84643. "item_name" "#StickerKit_krakow2017_signature_coldzera"
  84644. "description_string" "#StickerKit_desc_krakow2017_signature_coldzera"
  84645. "sticker_material" "krakow2017/sig_coldzera"
  84646. "item_rarity" "rare"
  84647. "tournament_event_id" "12"
  84648. "tournament_team_id" "14"
  84649. "tournament_player_id" "79720871"
  84650. }
  84651. "2194"
  84652. {
  84653. "name" "krakow2017_signature_coldzera_foil"
  84654. "item_name" "#StickerKit_krakow2017_signature_coldzera_foil"
  84655. "description_string" "#StickerKit_desc_krakow2017_signature_coldzera_foil"
  84656. "sticker_material" "krakow2017/sig_coldzera_foil"
  84657. "item_rarity" "mythical"
  84658. "tournament_event_id" "12"
  84659. "tournament_team_id" "14"
  84660. "tournament_player_id" "79720871"
  84661. }
  84662. "2195"
  84663. {
  84664. "name" "krakow2017_signature_coldzera_gold"
  84665. "item_name" "#StickerKit_krakow2017_signature_coldzera_gold"
  84666. "description_string" "#StickerKit_desc_krakow2017_signature_coldzera_gold"
  84667. "sticker_material" "krakow2017/sig_coldzera_gold"
  84668. "item_rarity" "ancient"
  84669. "tournament_event_id" "12"
  84670. "tournament_team_id" "14"
  84671. "tournament_player_id" "79720871"
  84672. }
  84673. "2196"
  84674. {
  84675. "name" "krakow2017_signature_fallen"
  84676. "item_name" "#StickerKit_krakow2017_signature_fallen"
  84677. "description_string" "#StickerKit_desc_krakow2017_signature_fallen"
  84678. "sticker_material" "krakow2017/sig_fallen"
  84679. "item_rarity" "rare"
  84680. "tournament_event_id" "12"
  84681. "tournament_team_id" "14"
  84682. "tournament_player_id" "424467"
  84683. }
  84684. "2197"
  84685. {
  84686. "name" "krakow2017_signature_fallen_foil"
  84687. "item_name" "#StickerKit_krakow2017_signature_fallen_foil"
  84688. "description_string" "#StickerKit_desc_krakow2017_signature_fallen_foil"
  84689. "sticker_material" "krakow2017/sig_fallen_foil"
  84690. "item_rarity" "mythical"
  84691. "tournament_event_id" "12"
  84692. "tournament_team_id" "14"
  84693. "tournament_player_id" "424467"
  84694. }
  84695. "2198"
  84696. {
  84697. "name" "krakow2017_signature_fallen_gold"
  84698. "item_name" "#StickerKit_krakow2017_signature_fallen_gold"
  84699. "description_string" "#StickerKit_desc_krakow2017_signature_fallen_gold"
  84700. "sticker_material" "krakow2017/sig_fallen_gold"
  84701. "item_rarity" "ancient"
  84702. "tournament_event_id" "12"
  84703. "tournament_team_id" "14"
  84704. "tournament_player_id" "424467"
  84705. }
  84706. "2199"
  84707. {
  84708. "name" "krakow2017_signature_felps"
  84709. "item_name" "#StickerKit_krakow2017_signature_felps"
  84710. "description_string" "#StickerKit_desc_krakow2017_signature_felps"
  84711. "sticker_material" "krakow2017/sig_felps"
  84712. "item_rarity" "rare"
  84713. "tournament_event_id" "12"
  84714. "tournament_team_id" "14"
  84715. "tournament_player_id" "22765766"
  84716. }
  84717. "2200"
  84718. {
  84719. "name" "krakow2017_signature_felps_foil"
  84720. "item_name" "#StickerKit_krakow2017_signature_felps_foil"
  84721. "description_string" "#StickerKit_desc_krakow2017_signature_felps_foil"
  84722. "sticker_material" "krakow2017/sig_felps_foil"
  84723. "item_rarity" "mythical"
  84724. "tournament_event_id" "12"
  84725. "tournament_team_id" "14"
  84726. "tournament_player_id" "22765766"
  84727. }
  84728. "2201"
  84729. {
  84730. "name" "krakow2017_signature_felps_gold"
  84731. "item_name" "#StickerKit_krakow2017_signature_felps_gold"
  84732. "description_string" "#StickerKit_desc_krakow2017_signature_felps_gold"
  84733. "sticker_material" "krakow2017/sig_felps_gold"
  84734. "item_rarity" "ancient"
  84735. "tournament_event_id" "12"
  84736. "tournament_team_id" "14"
  84737. "tournament_player_id" "22765766"
  84738. }
  84739. "2202"
  84740. {
  84741. "name" "krakow2017_signature_fer"
  84742. "item_name" "#StickerKit_krakow2017_signature_fer"
  84743. "description_string" "#StickerKit_desc_krakow2017_signature_fer"
  84744. "sticker_material" "krakow2017/sig_fer"
  84745. "item_rarity" "rare"
  84746. "tournament_event_id" "12"
  84747. "tournament_team_id" "14"
  84748. "tournament_player_id" "38921219"
  84749. }
  84750. "2203"
  84751. {
  84752. "name" "krakow2017_signature_fer_foil"
  84753. "item_name" "#StickerKit_krakow2017_signature_fer_foil"
  84754. "description_string" "#StickerKit_desc_krakow2017_signature_fer_foil"
  84755. "sticker_material" "krakow2017/sig_fer_foil"
  84756. "item_rarity" "mythical"
  84757. "tournament_event_id" "12"
  84758. "tournament_team_id" "14"
  84759. "tournament_player_id" "38921219"
  84760. }
  84761. "2204"
  84762. {
  84763. "name" "krakow2017_signature_fer_gold"
  84764. "item_name" "#StickerKit_krakow2017_signature_fer_gold"
  84765. "description_string" "#StickerKit_desc_krakow2017_signature_fer_gold"
  84766. "sticker_material" "krakow2017/sig_fer_gold"
  84767. "item_rarity" "ancient"
  84768. "tournament_event_id" "12"
  84769. "tournament_team_id" "14"
  84770. "tournament_player_id" "38921219"
  84771. }
  84772. "2205"
  84773. {
  84774. "name" "krakow2017_signature_taco"
  84775. "item_name" "#StickerKit_krakow2017_signature_taco"
  84776. "description_string" "#StickerKit_desc_krakow2017_signature_taco"
  84777. "sticker_material" "krakow2017/sig_taco"
  84778. "item_rarity" "rare"
  84779. "tournament_event_id" "12"
  84780. "tournament_team_id" "14"
  84781. "tournament_player_id" "52876568"
  84782. }
  84783. "2206"
  84784. {
  84785. "name" "krakow2017_signature_taco_foil"
  84786. "item_name" "#StickerKit_krakow2017_signature_taco_foil"
  84787. "description_string" "#StickerKit_desc_krakow2017_signature_taco_foil"
  84788. "sticker_material" "krakow2017/sig_taco_foil"
  84789. "item_rarity" "mythical"
  84790. "tournament_event_id" "12"
  84791. "tournament_team_id" "14"
  84792. "tournament_player_id" "52876568"
  84793. }
  84794. "2207"
  84795. {
  84796. "name" "krakow2017_signature_taco_gold"
  84797. "item_name" "#StickerKit_krakow2017_signature_taco_gold"
  84798. "description_string" "#StickerKit_desc_krakow2017_signature_taco_gold"
  84799. "sticker_material" "krakow2017/sig_taco_gold"
  84800. "item_rarity" "ancient"
  84801. "tournament_event_id" "12"
  84802. "tournament_team_id" "14"
  84803. "tournament_player_id" "52876568"
  84804. }
  84805. "2208"
  84806. {
  84807. "name" "krakow2017_signature_edward"
  84808. "item_name" "#StickerKit_krakow2017_signature_edward"
  84809. "description_string" "#StickerKit_desc_krakow2017_signature_edward"
  84810. "sticker_material" "krakow2017/sig_edward"
  84811. "item_rarity" "rare"
  84812. "tournament_event_id" "12"
  84813. "tournament_team_id" "12"
  84814. "tournament_player_id" "23429534"
  84815. }
  84816. "2209"
  84817. {
  84818. "name" "krakow2017_signature_edward_foil"
  84819. "item_name" "#StickerKit_krakow2017_signature_edward_foil"
  84820. "description_string" "#StickerKit_desc_krakow2017_signature_edward_foil"
  84821. "sticker_material" "krakow2017/sig_edward_foil"
  84822. "item_rarity" "mythical"
  84823. "tournament_event_id" "12"
  84824. "tournament_team_id" "12"
  84825. "tournament_player_id" "23429534"
  84826. }
  84827. "2210"
  84828. {
  84829. "name" "krakow2017_signature_edward_gold"
  84830. "item_name" "#StickerKit_krakow2017_signature_edward_gold"
  84831. "description_string" "#StickerKit_desc_krakow2017_signature_edward_gold"
  84832. "sticker_material" "krakow2017/sig_edward_gold"
  84833. "item_rarity" "ancient"
  84834. "tournament_event_id" "12"
  84835. "tournament_team_id" "12"
  84836. "tournament_player_id" "23429534"
  84837. }
  84838. "2211"
  84839. {
  84840. "name" "krakow2017_signature_flamie"
  84841. "item_name" "#StickerKit_krakow2017_signature_flamie"
  84842. "description_string" "#StickerKit_desc_krakow2017_signature_flamie"
  84843. "sticker_material" "krakow2017/sig_flamie"
  84844. "item_rarity" "rare"
  84845. "tournament_event_id" "12"
  84846. "tournament_team_id" "12"
  84847. "tournament_player_id" "156257548"
  84848. }
  84849. "2212"
  84850. {
  84851. "name" "krakow2017_signature_flamie_foil"
  84852. "item_name" "#StickerKit_krakow2017_signature_flamie_foil"
  84853. "description_string" "#StickerKit_desc_krakow2017_signature_flamie_foil"
  84854. "sticker_material" "krakow2017/sig_flamie_foil"
  84855. "item_rarity" "mythical"
  84856. "tournament_event_id" "12"
  84857. "tournament_team_id" "12"
  84858. "tournament_player_id" "156257548"
  84859. }
  84860. "2213"
  84861. {
  84862. "name" "krakow2017_signature_flamie_gold"
  84863. "item_name" "#StickerKit_krakow2017_signature_flamie_gold"
  84864. "description_string" "#StickerKit_desc_krakow2017_signature_flamie_gold"
  84865. "sticker_material" "krakow2017/sig_flamie_gold"
  84866. "item_rarity" "ancient"
  84867. "tournament_event_id" "12"
  84868. "tournament_team_id" "12"
  84869. "tournament_player_id" "156257548"
  84870. }
  84871. "2214"
  84872. {
  84873. "name" "krakow2017_signature_guardian"
  84874. "item_name" "#StickerKit_krakow2017_signature_guardian"
  84875. "description_string" "#StickerKit_desc_krakow2017_signature_guardian"
  84876. "sticker_material" "krakow2017/sig_guardian"
  84877. "item_rarity" "rare"
  84878. "tournament_event_id" "12"
  84879. "tournament_team_id" "12"
  84880. "tournament_player_id" "12065295"
  84881. }
  84882. "2215"
  84883. {
  84884. "name" "krakow2017_signature_guardian_foil"
  84885. "item_name" "#StickerKit_krakow2017_signature_guardian_foil"
  84886. "description_string" "#StickerKit_desc_krakow2017_signature_guardian_foil"
  84887. "sticker_material" "krakow2017/sig_guardian_foil"
  84888. "item_rarity" "mythical"
  84889. "tournament_event_id" "12"
  84890. "tournament_team_id" "12"
  84891. "tournament_player_id" "12065295"
  84892. }
  84893. "2216"
  84894. {
  84895. "name" "krakow2017_signature_guardian_gold"
  84896. "item_name" "#StickerKit_krakow2017_signature_guardian_gold"
  84897. "description_string" "#StickerKit_desc_krakow2017_signature_guardian_gold"
  84898. "sticker_material" "krakow2017/sig_guardian_gold"
  84899. "item_rarity" "ancient"
  84900. "tournament_event_id" "12"
  84901. "tournament_team_id" "12"
  84902. "tournament_player_id" "12065295"
  84903. }
  84904. "2217"
  84905. {
  84906. "name" "krakow2017_signature_s1mple"
  84907. "item_name" "#StickerKit_krakow2017_signature_s1mple"
  84908. "description_string" "#StickerKit_desc_krakow2017_signature_s1mple"
  84909. "sticker_material" "krakow2017/sig_s1mple"
  84910. "item_rarity" "rare"
  84911. "tournament_event_id" "12"
  84912. "tournament_team_id" "12"
  84913. "tournament_player_id" "73936547"
  84914. }
  84915. "2218"
  84916. {
  84917. "name" "krakow2017_signature_s1mple_foil"
  84918. "item_name" "#StickerKit_krakow2017_signature_s1mple_foil"
  84919. "description_string" "#StickerKit_desc_krakow2017_signature_s1mple_foil"
  84920. "sticker_material" "krakow2017/sig_s1mple_foil"
  84921. "item_rarity" "mythical"
  84922. "tournament_event_id" "12"
  84923. "tournament_team_id" "12"
  84924. "tournament_player_id" "73936547"
  84925. }
  84926. "2219"
  84927. {
  84928. "name" "krakow2017_signature_s1mple_gold"
  84929. "item_name" "#StickerKit_krakow2017_signature_s1mple_gold"
  84930. "description_string" "#StickerKit_desc_krakow2017_signature_s1mple_gold"
  84931. "sticker_material" "krakow2017/sig_s1mple_gold"
  84932. "item_rarity" "ancient"
  84933. "tournament_event_id" "12"
  84934. "tournament_team_id" "12"
  84935. "tournament_player_id" "73936547"
  84936. }
  84937. "2220"
  84938. {
  84939. "name" "krakow2017_signature_seized"
  84940. "item_name" "#StickerKit_krakow2017_signature_seized"
  84941. "description_string" "#StickerKit_desc_krakow2017_signature_seized"
  84942. "sticker_material" "krakow2017/sig_seized"
  84943. "item_rarity" "rare"
  84944. "tournament_event_id" "12"
  84945. "tournament_team_id" "12"
  84946. "tournament_player_id" "3648428"
  84947. }
  84948. "2221"
  84949. {
  84950. "name" "krakow2017_signature_seized_foil"
  84951. "item_name" "#StickerKit_krakow2017_signature_seized_foil"
  84952. "description_string" "#StickerKit_desc_krakow2017_signature_seized_foil"
  84953. "sticker_material" "krakow2017/sig_seized_foil"
  84954. "item_rarity" "mythical"
  84955. "tournament_event_id" "12"
  84956. "tournament_team_id" "12"
  84957. "tournament_player_id" "3648428"
  84958. }
  84959. "2222"
  84960. {
  84961. "name" "krakow2017_signature_seized_gold"
  84962. "item_name" "#StickerKit_krakow2017_signature_seized_gold"
  84963. "description_string" "#StickerKit_desc_krakow2017_signature_seized_gold"
  84964. "sticker_material" "krakow2017/sig_seized_gold"
  84965. "item_rarity" "ancient"
  84966. "tournament_event_id" "12"
  84967. "tournament_team_id" "12"
  84968. "tournament_player_id" "3648428"
  84969. }
  84970. "2223"
  84971. {
  84972. "name" "krakow2017_signature_adrenkz"
  84973. "item_name" "#StickerKit_krakow2017_signature_adrenkz"
  84974. "description_string" "#StickerKit_desc_krakow2017_signature_adrenkz"
  84975. "sticker_material" "krakow2017/sig_adrenkz"
  84976. "item_rarity" "rare"
  84977. "tournament_event_id" "12"
  84978. "tournament_team_id" "63"
  84979. "tournament_player_id" "46200979"
  84980. }
  84981. "2224"
  84982. {
  84983. "name" "krakow2017_signature_adrenkz_foil"
  84984. "item_name" "#StickerKit_krakow2017_signature_adrenkz_foil"
  84985. "description_string" "#StickerKit_desc_krakow2017_signature_adrenkz_foil"
  84986. "sticker_material" "krakow2017/sig_adrenkz_foil"
  84987. "item_rarity" "mythical"
  84988. "tournament_event_id" "12"
  84989. "tournament_team_id" "63"
  84990. "tournament_player_id" "46200979"
  84991. }
  84992. "2225"
  84993. {
  84994. "name" "krakow2017_signature_adrenkz_gold"
  84995. "item_name" "#StickerKit_krakow2017_signature_adrenkz_gold"
  84996. "description_string" "#StickerKit_desc_krakow2017_signature_adrenkz_gold"
  84997. "sticker_material" "krakow2017/sig_adrenkz_gold"
  84998. "item_rarity" "ancient"
  84999. "tournament_event_id" "12"
  85000. "tournament_team_id" "63"
  85001. "tournament_player_id" "46200979"
  85002. }
  85003. "2226"
  85004. {
  85005. "name" "krakow2017_signature_dosia"
  85006. "item_name" "#StickerKit_krakow2017_signature_dosia"
  85007. "description_string" "#StickerKit_desc_krakow2017_signature_dosia"
  85008. "sticker_material" "krakow2017/sig_dosia"
  85009. "item_rarity" "rare"
  85010. "tournament_event_id" "12"
  85011. "tournament_team_id" "63"
  85012. "tournament_player_id" "146641530"
  85013. }
  85014. "2227"
  85015. {
  85016. "name" "krakow2017_signature_dosia_foil"
  85017. "item_name" "#StickerKit_krakow2017_signature_dosia_foil"
  85018. "description_string" "#StickerKit_desc_krakow2017_signature_dosia_foil"
  85019. "sticker_material" "krakow2017/sig_dosia_foil"
  85020. "item_rarity" "mythical"
  85021. "tournament_event_id" "12"
  85022. "tournament_team_id" "63"
  85023. "tournament_player_id" "146641530"
  85024. }
  85025. "2228"
  85026. {
  85027. "name" "krakow2017_signature_dosia_gold"
  85028. "item_name" "#StickerKit_krakow2017_signature_dosia_gold"
  85029. "description_string" "#StickerKit_desc_krakow2017_signature_dosia_gold"
  85030. "sticker_material" "krakow2017/sig_dosia_gold"
  85031. "item_rarity" "ancient"
  85032. "tournament_event_id" "12"
  85033. "tournament_team_id" "63"
  85034. "tournament_player_id" "146641530"
  85035. }
  85036. "2229"
  85037. {
  85038. "name" "krakow2017_signature_hobbit"
  85039. "item_name" "#StickerKit_krakow2017_signature_hobbit"
  85040. "description_string" "#StickerKit_desc_krakow2017_signature_hobbit"
  85041. "sticker_material" "krakow2017/sig_hobbit"
  85042. "item_rarity" "rare"
  85043. "tournament_event_id" "12"
  85044. "tournament_team_id" "63"
  85045. "tournament_player_id" "68027030"
  85046. }
  85047. "2230"
  85048. {
  85049. "name" "krakow2017_signature_hobbit_foil"
  85050. "item_name" "#StickerKit_krakow2017_signature_hobbit_foil"
  85051. "description_string" "#StickerKit_desc_krakow2017_signature_hobbit_foil"
  85052. "sticker_material" "krakow2017/sig_hobbit_foil"
  85053. "item_rarity" "mythical"
  85054. "tournament_event_id" "12"
  85055. "tournament_team_id" "63"
  85056. "tournament_player_id" "68027030"
  85057. }
  85058. "2231"
  85059. {
  85060. "name" "krakow2017_signature_hobbit_gold"
  85061. "item_name" "#StickerKit_krakow2017_signature_hobbit_gold"
  85062. "description_string" "#StickerKit_desc_krakow2017_signature_hobbit_gold"
  85063. "sticker_material" "krakow2017/sig_hobbit_gold"
  85064. "item_rarity" "ancient"
  85065. "tournament_event_id" "12"
  85066. "tournament_team_id" "63"
  85067. "tournament_player_id" "68027030"
  85068. }
  85069. "2232"
  85070. {
  85071. "name" "krakow2017_signature_mou"
  85072. "item_name" "#StickerKit_krakow2017_signature_mou"
  85073. "description_string" "#StickerKit_desc_krakow2017_signature_mou"
  85074. "sticker_material" "krakow2017/sig_mou"
  85075. "item_rarity" "rare"
  85076. "tournament_event_id" "12"
  85077. "tournament_team_id" "63"
  85078. "tournament_player_id" "52678767"
  85079. }
  85080. "2233"
  85081. {
  85082. "name" "krakow2017_signature_mou_foil"
  85083. "item_name" "#StickerKit_krakow2017_signature_mou_foil"
  85084. "description_string" "#StickerKit_desc_krakow2017_signature_mou_foil"
  85085. "sticker_material" "krakow2017/sig_mou_foil"
  85086. "item_rarity" "mythical"
  85087. "tournament_event_id" "12"
  85088. "tournament_team_id" "63"
  85089. "tournament_player_id" "52678767"
  85090. }
  85091. "2234"
  85092. {
  85093. "name" "krakow2017_signature_mou_gold"
  85094. "item_name" "#StickerKit_krakow2017_signature_mou_gold"
  85095. "description_string" "#StickerKit_desc_krakow2017_signature_mou_gold"
  85096. "sticker_material" "krakow2017/sig_mou_gold"
  85097. "item_rarity" "ancient"
  85098. "tournament_event_id" "12"
  85099. "tournament_team_id" "63"
  85100. "tournament_player_id" "52678767"
  85101. }
  85102. "2235"
  85103. {
  85104. "name" "krakow2017_signature_zeus"
  85105. "item_name" "#StickerKit_krakow2017_signature_zeus"
  85106. "description_string" "#StickerKit_desc_krakow2017_signature_zeus"
  85107. "sticker_material" "krakow2017/sig_zeus"
  85108. "item_rarity" "rare"
  85109. "tournament_event_id" "12"
  85110. "tournament_team_id" "63"
  85111. "tournament_player_id" "59062744"
  85112. }
  85113. "2236"
  85114. {
  85115. "name" "krakow2017_signature_zeus_foil"
  85116. "item_name" "#StickerKit_krakow2017_signature_zeus_foil"
  85117. "description_string" "#StickerKit_desc_krakow2017_signature_zeus_foil"
  85118. "sticker_material" "krakow2017/sig_zeus_foil"
  85119. "item_rarity" "mythical"
  85120. "tournament_event_id" "12"
  85121. "tournament_team_id" "63"
  85122. "tournament_player_id" "59062744"
  85123. }
  85124. "2237"
  85125. {
  85126. "name" "krakow2017_signature_zeus_gold"
  85127. "item_name" "#StickerKit_krakow2017_signature_zeus_gold"
  85128. "description_string" "#StickerKit_desc_krakow2017_signature_zeus_gold"
  85129. "sticker_material" "krakow2017/sig_zeus_gold"
  85130. "item_rarity" "ancient"
  85131. "tournament_event_id" "12"
  85132. "tournament_team_id" "63"
  85133. "tournament_player_id" "59062744"
  85134. }
  85135. "2238"
  85136. {
  85137. "name" "krakow2017_signature_aizy"
  85138. "item_name" "#StickerKit_krakow2017_signature_aizy"
  85139. "description_string" "#StickerKit_desc_krakow2017_signature_aizy"
  85140. "sticker_material" "krakow2017/sig_aizy"
  85141. "item_rarity" "rare"
  85142. "tournament_event_id" "12"
  85143. "tournament_team_id" "68"
  85144. "tournament_player_id" "90685224"
  85145. }
  85146. "2239"
  85147. {
  85148. "name" "krakow2017_signature_aizy_foil"
  85149. "item_name" "#StickerKit_krakow2017_signature_aizy_foil"
  85150. "description_string" "#StickerKit_desc_krakow2017_signature_aizy_foil"
  85151. "sticker_material" "krakow2017/sig_aizy_foil"
  85152. "item_rarity" "mythical"
  85153. "tournament_event_id" "12"
  85154. "tournament_team_id" "68"
  85155. "tournament_player_id" "90685224"
  85156. }
  85157. "2240"
  85158. {
  85159. "name" "krakow2017_signature_aizy_gold"
  85160. "item_name" "#StickerKit_krakow2017_signature_aizy_gold"
  85161. "description_string" "#StickerKit_desc_krakow2017_signature_aizy_gold"
  85162. "sticker_material" "krakow2017/sig_aizy_gold"
  85163. "item_rarity" "ancient"
  85164. "tournament_event_id" "12"
  85165. "tournament_team_id" "68"
  85166. "tournament_player_id" "90685224"
  85167. }
  85168. "2241"
  85169. {
  85170. "name" "krakow2017_signature_cajunb"
  85171. "item_name" "#StickerKit_krakow2017_signature_cajunb"
  85172. "description_string" "#StickerKit_desc_krakow2017_signature_cajunb"
  85173. "sticker_material" "krakow2017/sig_cajunb"
  85174. "item_rarity" "rare"
  85175. "tournament_event_id" "12"
  85176. "tournament_team_id" "68"
  85177. "tournament_player_id" "18062315"
  85178. }
  85179. "2242"
  85180. {
  85181. "name" "krakow2017_signature_cajunb_foil"
  85182. "item_name" "#StickerKit_krakow2017_signature_cajunb_foil"
  85183. "description_string" "#StickerKit_desc_krakow2017_signature_cajunb_foil"
  85184. "sticker_material" "krakow2017/sig_cajunb_foil"
  85185. "item_rarity" "mythical"
  85186. "tournament_event_id" "12"
  85187. "tournament_team_id" "68"
  85188. "tournament_player_id" "18062315"
  85189. }
  85190. "2243"
  85191. {
  85192. "name" "krakow2017_signature_cajunb_gold"
  85193. "item_name" "#StickerKit_krakow2017_signature_cajunb_gold"
  85194. "description_string" "#StickerKit_desc_krakow2017_signature_cajunb_gold"
  85195. "sticker_material" "krakow2017/sig_cajunb_gold"
  85196. "item_rarity" "ancient"
  85197. "tournament_event_id" "12"
  85198. "tournament_team_id" "68"
  85199. "tournament_player_id" "18062315"
  85200. }
  85201. "2244"
  85202. {
  85203. "name" "krakow2017_signature_k0nfig"
  85204. "item_name" "#StickerKit_krakow2017_signature_k0nfig"
  85205. "description_string" "#StickerKit_desc_krakow2017_signature_k0nfig"
  85206. "sticker_material" "krakow2017/sig_k0nfig"
  85207. "item_rarity" "rare"
  85208. "tournament_event_id" "12"
  85209. "tournament_team_id" "68"
  85210. "tournament_player_id" "19403447"
  85211. }
  85212. "2245"
  85213. {
  85214. "name" "krakow2017_signature_k0nfig_foil"
  85215. "item_name" "#StickerKit_krakow2017_signature_k0nfig_foil"
  85216. "description_string" "#StickerKit_desc_krakow2017_signature_k0nfig_foil"
  85217. "sticker_material" "krakow2017/sig_k0nfig_foil"
  85218. "item_rarity" "mythical"
  85219. "tournament_event_id" "12"
  85220. "tournament_team_id" "68"
  85221. "tournament_player_id" "19403447"
  85222. }
  85223. "2246"
  85224. {
  85225. "name" "krakow2017_signature_k0nfig_gold"
  85226. "item_name" "#StickerKit_krakow2017_signature_k0nfig_gold"
  85227. "description_string" "#StickerKit_desc_krakow2017_signature_k0nfig_gold"
  85228. "sticker_material" "krakow2017/sig_k0nfig_gold"
  85229. "item_rarity" "ancient"
  85230. "tournament_event_id" "12"
  85231. "tournament_team_id" "68"
  85232. "tournament_player_id" "19403447"
  85233. }
  85234. "2247"
  85235. {
  85236. "name" "krakow2017_signature_magisk"
  85237. "item_name" "#StickerKit_krakow2017_signature_magisk"
  85238. "description_string" "#StickerKit_desc_krakow2017_signature_magisk"
  85239. "sticker_material" "krakow2017/sig_magisk"
  85240. "item_rarity" "rare"
  85241. "tournament_event_id" "12"
  85242. "tournament_team_id" "68"
  85243. "tournament_player_id" "23690923"
  85244. }
  85245. "2248"
  85246. {
  85247. "name" "krakow2017_signature_magisk_foil"
  85248. "item_name" "#StickerKit_krakow2017_signature_magisk_foil"
  85249. "description_string" "#StickerKit_desc_krakow2017_signature_magisk_foil"
  85250. "sticker_material" "krakow2017/sig_magisk_foil"
  85251. "item_rarity" "mythical"
  85252. "tournament_event_id" "12"
  85253. "tournament_team_id" "68"
  85254. "tournament_player_id" "23690923"
  85255. }
  85256. "2249"
  85257. {
  85258. "name" "krakow2017_signature_magisk_gold"
  85259. "item_name" "#StickerKit_krakow2017_signature_magisk_gold"
  85260. "description_string" "#StickerKit_desc_krakow2017_signature_magisk_gold"
  85261. "sticker_material" "krakow2017/sig_magisk_gold"
  85262. "item_rarity" "ancient"
  85263. "tournament_event_id" "12"
  85264. "tournament_team_id" "68"
  85265. "tournament_player_id" "23690923"
  85266. }
  85267. "2250"
  85268. {
  85269. "name" "krakow2017_signature_msl"
  85270. "item_name" "#StickerKit_krakow2017_signature_msl"
  85271. "description_string" "#StickerKit_desc_krakow2017_signature_msl"
  85272. "sticker_material" "krakow2017/sig_msl"
  85273. "item_rarity" "rare"
  85274. "tournament_event_id" "12"
  85275. "tournament_team_id" "68"
  85276. "tournament_player_id" "24134891"
  85277. }
  85278. "2251"
  85279. {
  85280. "name" "krakow2017_signature_msl_foil"
  85281. "item_name" "#StickerKit_krakow2017_signature_msl_foil"
  85282. "description_string" "#StickerKit_desc_krakow2017_signature_msl_foil"
  85283. "sticker_material" "krakow2017/sig_msl_foil"
  85284. "item_rarity" "mythical"
  85285. "tournament_event_id" "12"
  85286. "tournament_team_id" "68"
  85287. "tournament_player_id" "24134891"
  85288. }
  85289. "2252"
  85290. {
  85291. "name" "krakow2017_signature_msl_gold"
  85292. "item_name" "#StickerKit_krakow2017_signature_msl_gold"
  85293. "description_string" "#StickerKit_desc_krakow2017_signature_msl_gold"
  85294. "sticker_material" "krakow2017/sig_msl_gold"
  85295. "item_rarity" "ancient"
  85296. "tournament_event_id" "12"
  85297. "tournament_team_id" "68"
  85298. "tournament_player_id" "24134891"
  85299. }
  85300. "2253"
  85301. {
  85302. "name" "krakow2017_signature_allu"
  85303. "item_name" "#StickerKit_krakow2017_signature_allu"
  85304. "description_string" "#StickerKit_desc_krakow2017_signature_allu"
  85305. "sticker_material" "krakow2017/sig_allu"
  85306. "item_rarity" "rare"
  85307. "tournament_event_id" "12"
  85308. "tournament_team_id" "61"
  85309. "tournament_player_id" "1345246"
  85310. }
  85311. "2254"
  85312. {
  85313. "name" "krakow2017_signature_allu_foil"
  85314. "item_name" "#StickerKit_krakow2017_signature_allu_foil"
  85315. "description_string" "#StickerKit_desc_krakow2017_signature_allu_foil"
  85316. "sticker_material" "krakow2017/sig_allu_foil"
  85317. "item_rarity" "mythical"
  85318. "tournament_event_id" "12"
  85319. "tournament_team_id" "61"
  85320. "tournament_player_id" "1345246"
  85321. }
  85322. "2255"
  85323. {
  85324. "name" "krakow2017_signature_allu_gold"
  85325. "item_name" "#StickerKit_krakow2017_signature_allu_gold"
  85326. "description_string" "#StickerKit_desc_krakow2017_signature_allu_gold"
  85327. "sticker_material" "krakow2017/sig_allu_gold"
  85328. "item_rarity" "ancient"
  85329. "tournament_event_id" "12"
  85330. "tournament_team_id" "61"
  85331. "tournament_player_id" "1345246"
  85332. }
  85333. "2256"
  85334. {
  85335. "name" "krakow2017_signature_karrigan"
  85336. "item_name" "#StickerKit_krakow2017_signature_karrigan"
  85337. "description_string" "#StickerKit_desc_krakow2017_signature_karrigan"
  85338. "sticker_material" "krakow2017/sig_karrigan"
  85339. "item_rarity" "rare"
  85340. "tournament_event_id" "12"
  85341. "tournament_team_id" "61"
  85342. "tournament_player_id" "29164525"
  85343. }
  85344. "2257"
  85345. {
  85346. "name" "krakow2017_signature_karrigan_foil"
  85347. "item_name" "#StickerKit_krakow2017_signature_karrigan_foil"
  85348. "description_string" "#StickerKit_desc_krakow2017_signature_karrigan_foil"
  85349. "sticker_material" "krakow2017/sig_karrigan_foil"
  85350. "item_rarity" "mythical"
  85351. "tournament_event_id" "12"
  85352. "tournament_team_id" "61"
  85353. "tournament_player_id" "29164525"
  85354. }
  85355. "2258"
  85356. {
  85357. "name" "krakow2017_signature_karrigan_gold"
  85358. "item_name" "#StickerKit_krakow2017_signature_karrigan_gold"
  85359. "description_string" "#StickerKit_desc_krakow2017_signature_karrigan_gold"
  85360. "sticker_material" "krakow2017/sig_karrigan_gold"
  85361. "item_rarity" "ancient"
  85362. "tournament_event_id" "12"
  85363. "tournament_team_id" "61"
  85364. "tournament_player_id" "29164525"
  85365. }
  85366. "2259"
  85367. {
  85368. "name" "krakow2017_signature_kioshima"
  85369. "item_name" "#StickerKit_krakow2017_signature_kioshima"
  85370. "description_string" "#StickerKit_desc_krakow2017_signature_kioshima"
  85371. "sticker_material" "krakow2017/sig_kioshima"
  85372. "item_rarity" "rare"
  85373. "tournament_event_id" "12"
  85374. "tournament_team_id" "61"
  85375. "tournament_player_id" "40517167"
  85376. }
  85377. "2260"
  85378. {
  85379. "name" "krakow2017_signature_kioshima_foil"
  85380. "item_name" "#StickerKit_krakow2017_signature_kioshima_foil"
  85381. "description_string" "#StickerKit_desc_krakow2017_signature_kioshima_foil"
  85382. "sticker_material" "krakow2017/sig_kioshima_foil"
  85383. "item_rarity" "mythical"
  85384. "tournament_event_id" "12"
  85385. "tournament_team_id" "61"
  85386. "tournament_player_id" "40517167"
  85387. }
  85388. "2261"
  85389. {
  85390. "name" "krakow2017_signature_kioshima_gold"
  85391. "item_name" "#StickerKit_krakow2017_signature_kioshima_gold"
  85392. "description_string" "#StickerKit_desc_krakow2017_signature_kioshima_gold"
  85393. "sticker_material" "krakow2017/sig_kioshima_gold"
  85394. "item_rarity" "ancient"
  85395. "tournament_event_id" "12"
  85396. "tournament_team_id" "61"
  85397. "tournament_player_id" "40517167"
  85398. }
  85399. "2262"
  85400. {
  85401. "name" "krakow2017_signature_niko"
  85402. "item_name" "#StickerKit_krakow2017_signature_niko"
  85403. "description_string" "#StickerKit_desc_krakow2017_signature_niko"
  85404. "sticker_material" "krakow2017/sig_niko"
  85405. "item_rarity" "rare"
  85406. "tournament_event_id" "12"
  85407. "tournament_team_id" "61"
  85408. "tournament_player_id" "81417650"
  85409. }
  85410. "2263"
  85411. {
  85412. "name" "krakow2017_signature_niko_foil"
  85413. "item_name" "#StickerKit_krakow2017_signature_niko_foil"
  85414. "description_string" "#StickerKit_desc_krakow2017_signature_niko_foil"
  85415. "sticker_material" "krakow2017/sig_niko_foil"
  85416. "item_rarity" "mythical"
  85417. "tournament_event_id" "12"
  85418. "tournament_team_id" "61"
  85419. "tournament_player_id" "81417650"
  85420. }
  85421. "2264"
  85422. {
  85423. "name" "krakow2017_signature_niko_gold"
  85424. "item_name" "#StickerKit_krakow2017_signature_niko_gold"
  85425. "description_string" "#StickerKit_desc_krakow2017_signature_niko_gold"
  85426. "sticker_material" "krakow2017/sig_niko_gold"
  85427. "item_rarity" "ancient"
  85428. "tournament_event_id" "12"
  85429. "tournament_team_id" "61"
  85430. "tournament_player_id" "81417650"
  85431. }
  85432. "2265"
  85433. {
  85434. "name" "krakow2017_signature_rain"
  85435. "item_name" "#StickerKit_krakow2017_signature_rain"
  85436. "description_string" "#StickerKit_desc_krakow2017_signature_rain"
  85437. "sticker_material" "krakow2017/sig_rain"
  85438. "item_rarity" "rare"
  85439. "tournament_event_id" "12"
  85440. "tournament_team_id" "61"
  85441. "tournament_player_id" "37085479"
  85442. }
  85443. "2266"
  85444. {
  85445. "name" "krakow2017_signature_rain_foil"
  85446. "item_name" "#StickerKit_krakow2017_signature_rain_foil"
  85447. "description_string" "#StickerKit_desc_krakow2017_signature_rain_foil"
  85448. "sticker_material" "krakow2017/sig_rain_foil"
  85449. "item_rarity" "mythical"
  85450. "tournament_event_id" "12"
  85451. "tournament_team_id" "61"
  85452. "tournament_player_id" "37085479"
  85453. }
  85454. "2267"
  85455. {
  85456. "name" "krakow2017_signature_rain_gold"
  85457. "item_name" "#StickerKit_krakow2017_signature_rain_gold"
  85458. "description_string" "#StickerKit_desc_krakow2017_signature_rain_gold"
  85459. "sticker_material" "krakow2017/sig_rain_gold"
  85460. "item_rarity" "ancient"
  85461. "tournament_event_id" "12"
  85462. "tournament_team_id" "61"
  85463. "tournament_player_id" "37085479"
  85464. }
  85465. "2268"
  85466. {
  85467. "name" "krakow2017_signature_chrisj"
  85468. "item_name" "#StickerKit_krakow2017_signature_chrisj"
  85469. "description_string" "#StickerKit_desc_krakow2017_signature_chrisj"
  85470. "sticker_material" "krakow2017/sig_chrisj"
  85471. "item_rarity" "rare"
  85472. "tournament_event_id" "12"
  85473. "tournament_team_id" "29"
  85474. "tournament_player_id" "28273376"
  85475. }
  85476. "2269"
  85477. {
  85478. "name" "krakow2017_signature_chrisj_foil"
  85479. "item_name" "#StickerKit_krakow2017_signature_chrisj_foil"
  85480. "description_string" "#StickerKit_desc_krakow2017_signature_chrisj_foil"
  85481. "sticker_material" "krakow2017/sig_chrisj_foil"
  85482. "item_rarity" "mythical"
  85483. "tournament_event_id" "12"
  85484. "tournament_team_id" "29"
  85485. "tournament_player_id" "28273376"
  85486. }
  85487. "2270"
  85488. {
  85489. "name" "krakow2017_signature_chrisj_gold"
  85490. "item_name" "#StickerKit_krakow2017_signature_chrisj_gold"
  85491. "description_string" "#StickerKit_desc_krakow2017_signature_chrisj_gold"
  85492. "sticker_material" "krakow2017/sig_chrisj_gold"
  85493. "item_rarity" "ancient"
  85494. "tournament_event_id" "12"
  85495. "tournament_team_id" "29"
  85496. "tournament_player_id" "28273376"
  85497. }
  85498. "2271"
  85499. {
  85500. "name" "krakow2017_signature_denis"
  85501. "item_name" "#StickerKit_krakow2017_signature_denis"
  85502. "description_string" "#StickerKit_desc_krakow2017_signature_denis"
  85503. "sticker_material" "krakow2017/sig_denis"
  85504. "item_rarity" "rare"
  85505. "tournament_event_id" "12"
  85506. "tournament_team_id" "29"
  85507. "tournament_player_id" "31185376"
  85508. }
  85509. "2272"
  85510. {
  85511. "name" "krakow2017_signature_denis_foil"
  85512. "item_name" "#StickerKit_krakow2017_signature_denis_foil"
  85513. "description_string" "#StickerKit_desc_krakow2017_signature_denis_foil"
  85514. "sticker_material" "krakow2017/sig_denis_foil"
  85515. "item_rarity" "mythical"
  85516. "tournament_event_id" "12"
  85517. "tournament_team_id" "29"
  85518. "tournament_player_id" "31185376"
  85519. }
  85520. "2273"
  85521. {
  85522. "name" "krakow2017_signature_denis_gold"
  85523. "item_name" "#StickerKit_krakow2017_signature_denis_gold"
  85524. "description_string" "#StickerKit_desc_krakow2017_signature_denis_gold"
  85525. "sticker_material" "krakow2017/sig_denis_gold"
  85526. "item_rarity" "ancient"
  85527. "tournament_event_id" "12"
  85528. "tournament_team_id" "29"
  85529. "tournament_player_id" "31185376"
  85530. }
  85531. "2274"
  85532. {
  85533. "name" "krakow2017_signature_lowel"
  85534. "item_name" "#StickerKit_krakow2017_signature_lowel"
  85535. "description_string" "#StickerKit_desc_krakow2017_signature_lowel"
  85536. "sticker_material" "krakow2017/sig_lowel"
  85537. "item_rarity" "rare"
  85538. "tournament_event_id" "12"
  85539. "tournament_team_id" "29"
  85540. "tournament_player_id" "34456844"
  85541. }
  85542. "2275"
  85543. {
  85544. "name" "krakow2017_signature_lowel_foil"
  85545. "item_name" "#StickerKit_krakow2017_signature_lowel_foil"
  85546. "description_string" "#StickerKit_desc_krakow2017_signature_lowel_foil"
  85547. "sticker_material" "krakow2017/sig_lowel_foil"
  85548. "item_rarity" "mythical"
  85549. "tournament_event_id" "12"
  85550. "tournament_team_id" "29"
  85551. "tournament_player_id" "34456844"
  85552. }
  85553. "2276"
  85554. {
  85555. "name" "krakow2017_signature_lowel_gold"
  85556. "item_name" "#StickerKit_krakow2017_signature_lowel_gold"
  85557. "description_string" "#StickerKit_desc_krakow2017_signature_lowel_gold"
  85558. "sticker_material" "krakow2017/sig_lowel_gold"
  85559. "item_rarity" "ancient"
  85560. "tournament_event_id" "12"
  85561. "tournament_team_id" "29"
  85562. "tournament_player_id" "34456844"
  85563. }
  85564. "2277"
  85565. {
  85566. "name" "krakow2017_signature_oskar"
  85567. "item_name" "#StickerKit_krakow2017_signature_oskar"
  85568. "description_string" "#StickerKit_desc_krakow2017_signature_oskar"
  85569. "sticker_material" "krakow2017/sig_oskar"
  85570. "item_rarity" "rare"
  85571. "tournament_event_id" "12"
  85572. "tournament_team_id" "29"
  85573. "tournament_player_id" "171425088"
  85574. }
  85575. "2278"
  85576. {
  85577. "name" "krakow2017_signature_oskar_foil"
  85578. "item_name" "#StickerKit_krakow2017_signature_oskar_foil"
  85579. "description_string" "#StickerKit_desc_krakow2017_signature_oskar_foil"
  85580. "sticker_material" "krakow2017/sig_oskar_foil"
  85581. "item_rarity" "mythical"
  85582. "tournament_event_id" "12"
  85583. "tournament_team_id" "29"
  85584. "tournament_player_id" "171425088"
  85585. }
  85586. "2279"
  85587. {
  85588. "name" "krakow2017_signature_oskar_gold"
  85589. "item_name" "#StickerKit_krakow2017_signature_oskar_gold"
  85590. "description_string" "#StickerKit_desc_krakow2017_signature_oskar_gold"
  85591. "sticker_material" "krakow2017/sig_oskar_gold"
  85592. "item_rarity" "ancient"
  85593. "tournament_event_id" "12"
  85594. "tournament_team_id" "29"
  85595. "tournament_player_id" "171425088"
  85596. }
  85597. "2280"
  85598. {
  85599. "name" "krakow2017_signature_ropz"
  85600. "item_name" "#StickerKit_krakow2017_signature_ropz"
  85601. "description_string" "#StickerKit_desc_krakow2017_signature_ropz"
  85602. "sticker_material" "krakow2017/sig_ropz"
  85603. "item_rarity" "rare"
  85604. "tournament_event_id" "12"
  85605. "tournament_team_id" "29"
  85606. "tournament_player_id" "31006590"
  85607. }
  85608. "2281"
  85609. {
  85610. "name" "krakow2017_signature_ropz_foil"
  85611. "item_name" "#StickerKit_krakow2017_signature_ropz_foil"
  85612. "description_string" "#StickerKit_desc_krakow2017_signature_ropz_foil"
  85613. "sticker_material" "krakow2017/sig_ropz_foil"
  85614. "item_rarity" "mythical"
  85615. "tournament_event_id" "12"
  85616. "tournament_team_id" "29"
  85617. "tournament_player_id" "31006590"
  85618. }
  85619. "2282"
  85620. {
  85621. "name" "krakow2017_signature_ropz_gold"
  85622. "item_name" "#StickerKit_krakow2017_signature_ropz_gold"
  85623. "description_string" "#StickerKit_desc_krakow2017_signature_ropz_gold"
  85624. "sticker_material" "krakow2017/sig_ropz_gold"
  85625. "item_rarity" "ancient"
  85626. "tournament_event_id" "12"
  85627. "tournament_team_id" "29"
  85628. "tournament_player_id" "31006590"
  85629. }
  85630. "2283"
  85631. {
  85632. "name" "krakow2017_signature_apex"
  85633. "item_name" "#StickerKit_krakow2017_signature_apex"
  85634. "description_string" "#StickerKit_desc_krakow2017_signature_apex"
  85635. "sticker_material" "krakow2017/sig_apex"
  85636. "item_rarity" "rare"
  85637. "tournament_event_id" "12"
  85638. "tournament_team_id" "59"
  85639. "tournament_player_id" "29478439"
  85640. }
  85641. "2284"
  85642. {
  85643. "name" "krakow2017_signature_apex_foil"
  85644. "item_name" "#StickerKit_krakow2017_signature_apex_foil"
  85645. "description_string" "#StickerKit_desc_krakow2017_signature_apex_foil"
  85646. "sticker_material" "krakow2017/sig_apex_foil"
  85647. "item_rarity" "mythical"
  85648. "tournament_event_id" "12"
  85649. "tournament_team_id" "59"
  85650. "tournament_player_id" "29478439"
  85651. }
  85652. "2285"
  85653. {
  85654. "name" "krakow2017_signature_apex_gold"
  85655. "item_name" "#StickerKit_krakow2017_signature_apex_gold"
  85656. "description_string" "#StickerKit_desc_krakow2017_signature_apex_gold"
  85657. "sticker_material" "krakow2017/sig_apex_gold"
  85658. "item_rarity" "ancient"
  85659. "tournament_event_id" "12"
  85660. "tournament_team_id" "59"
  85661. "tournament_player_id" "29478439"
  85662. }
  85663. "2286"
  85664. {
  85665. "name" "krakow2017_signature_bodyy"
  85666. "item_name" "#StickerKit_krakow2017_signature_bodyy"
  85667. "description_string" "#StickerKit_desc_krakow2017_signature_bodyy"
  85668. "sticker_material" "krakow2017/sig_bodyy"
  85669. "item_rarity" "rare"
  85670. "tournament_event_id" "12"
  85671. "tournament_team_id" "59"
  85672. "tournament_player_id" "53029647"
  85673. }
  85674. "2287"
  85675. {
  85676. "name" "krakow2017_signature_bodyy_foil"
  85677. "item_name" "#StickerKit_krakow2017_signature_bodyy_foil"
  85678. "description_string" "#StickerKit_desc_krakow2017_signature_bodyy_foil"
  85679. "sticker_material" "krakow2017/sig_bodyy_foil"
  85680. "item_rarity" "mythical"
  85681. "tournament_event_id" "12"
  85682. "tournament_team_id" "59"
  85683. "tournament_player_id" "53029647"
  85684. }
  85685. "2288"
  85686. {
  85687. "name" "krakow2017_signature_bodyy_gold"
  85688. "item_name" "#StickerKit_krakow2017_signature_bodyy_gold"
  85689. "description_string" "#StickerKit_desc_krakow2017_signature_bodyy_gold"
  85690. "sticker_material" "krakow2017/sig_bodyy_gold"
  85691. "item_rarity" "ancient"
  85692. "tournament_event_id" "12"
  85693. "tournament_team_id" "59"
  85694. "tournament_player_id" "53029647"
  85695. }
  85696. "2289"
  85697. {
  85698. "name" "krakow2017_signature_kennys"
  85699. "item_name" "#StickerKit_krakow2017_signature_kennys"
  85700. "description_string" "#StickerKit_desc_krakow2017_signature_kennys"
  85701. "sticker_material" "krakow2017/sig_kennys"
  85702. "item_rarity" "rare"
  85703. "tournament_event_id" "12"
  85704. "tournament_team_id" "59"
  85705. "tournament_player_id" "64640068"
  85706. }
  85707. "2290"
  85708. {
  85709. "name" "krakow2017_signature_kennys_foil"
  85710. "item_name" "#StickerKit_krakow2017_signature_kennys_foil"
  85711. "description_string" "#StickerKit_desc_krakow2017_signature_kennys_foil"
  85712. "sticker_material" "krakow2017/sig_kennys_foil"
  85713. "item_rarity" "mythical"
  85714. "tournament_event_id" "12"
  85715. "tournament_team_id" "59"
  85716. "tournament_player_id" "64640068"
  85717. }
  85718. "2291"
  85719. {
  85720. "name" "krakow2017_signature_kennys_gold"
  85721. "item_name" "#StickerKit_krakow2017_signature_kennys_gold"
  85722. "description_string" "#StickerKit_desc_krakow2017_signature_kennys_gold"
  85723. "sticker_material" "krakow2017/sig_kennys_gold"
  85724. "item_rarity" "ancient"
  85725. "tournament_event_id" "12"
  85726. "tournament_team_id" "59"
  85727. "tournament_player_id" "64640068"
  85728. }
  85729. "2292"
  85730. {
  85731. "name" "krakow2017_signature_nbk"
  85732. "item_name" "#StickerKit_krakow2017_signature_nbk"
  85733. "description_string" "#StickerKit_desc_krakow2017_signature_nbk"
  85734. "sticker_material" "krakow2017/sig_nbk"
  85735. "item_rarity" "rare"
  85736. "tournament_event_id" "12"
  85737. "tournament_team_id" "59"
  85738. "tournament_player_id" "444845"
  85739. }
  85740. "2293"
  85741. {
  85742. "name" "krakow2017_signature_nbk_foil"
  85743. "item_name" "#StickerKit_krakow2017_signature_nbk_foil"
  85744. "description_string" "#StickerKit_desc_krakow2017_signature_nbk_foil"
  85745. "sticker_material" "krakow2017/sig_nbk_foil"
  85746. "item_rarity" "mythical"
  85747. "tournament_event_id" "12"
  85748. "tournament_team_id" "59"
  85749. "tournament_player_id" "444845"
  85750. }
  85751. "2294"
  85752. {
  85753. "name" "krakow2017_signature_nbk_gold"
  85754. "item_name" "#StickerKit_krakow2017_signature_nbk_gold"
  85755. "description_string" "#StickerKit_desc_krakow2017_signature_nbk_gold"
  85756. "sticker_material" "krakow2017/sig_nbk_gold"
  85757. "item_rarity" "ancient"
  85758. "tournament_event_id" "12"
  85759. "tournament_team_id" "59"
  85760. "tournament_player_id" "444845"
  85761. }
  85762. "2295"
  85763. {
  85764. "name" "krakow2017_signature_shox"
  85765. "item_name" "#StickerKit_krakow2017_signature_shox"
  85766. "description_string" "#StickerKit_desc_krakow2017_signature_shox"
  85767. "sticker_material" "krakow2017/sig_shox"
  85768. "item_rarity" "rare"
  85769. "tournament_event_id" "12"
  85770. "tournament_team_id" "59"
  85771. "tournament_player_id" "46654567"
  85772. }
  85773. "2296"
  85774. {
  85775. "name" "krakow2017_signature_shox_foil"
  85776. "item_name" "#StickerKit_krakow2017_signature_shox_foil"
  85777. "description_string" "#StickerKit_desc_krakow2017_signature_shox_foil"
  85778. "sticker_material" "krakow2017/sig_shox_foil"
  85779. "item_rarity" "mythical"
  85780. "tournament_event_id" "12"
  85781. "tournament_team_id" "59"
  85782. "tournament_player_id" "46654567"
  85783. }
  85784. "2297"
  85785. {
  85786. "name" "krakow2017_signature_shox_gold"
  85787. "item_name" "#StickerKit_krakow2017_signature_shox_gold"
  85788. "description_string" "#StickerKit_desc_krakow2017_signature_shox_gold"
  85789. "sticker_material" "krakow2017/sig_shox_gold"
  85790. "item_rarity" "ancient"
  85791. "tournament_event_id" "12"
  85792. "tournament_team_id" "59"
  85793. "tournament_player_id" "46654567"
  85794. }
  85795. "2298"
  85796. {
  85797. "name" "krakow2017_signature_gobb"
  85798. "item_name" "#StickerKit_krakow2017_signature_gobb"
  85799. "description_string" "#StickerKit_desc_krakow2017_signature_gobb"
  85800. "sticker_material" "krakow2017/sig_gobb"
  85801. "item_rarity" "rare"
  85802. "tournament_event_id" "12"
  85803. "tournament_team_id" "69"
  85804. "tournament_player_id" "1162165"
  85805. }
  85806. "2299"
  85807. {
  85808. "name" "krakow2017_signature_gobb_foil"
  85809. "item_name" "#StickerKit_krakow2017_signature_gobb_foil"
  85810. "description_string" "#StickerKit_desc_krakow2017_signature_gobb_foil"
  85811. "sticker_material" "krakow2017/sig_gobb_foil"
  85812. "item_rarity" "mythical"
  85813. "tournament_event_id" "12"
  85814. "tournament_team_id" "69"
  85815. "tournament_player_id" "1162165"
  85816. }
  85817. "2300"
  85818. {
  85819. "name" "krakow2017_signature_gobb_gold"
  85820. "item_name" "#StickerKit_krakow2017_signature_gobb_gold"
  85821. "description_string" "#StickerKit_desc_krakow2017_signature_gobb_gold"
  85822. "sticker_material" "krakow2017/sig_gobb_gold"
  85823. "item_rarity" "ancient"
  85824. "tournament_event_id" "12"
  85825. "tournament_team_id" "69"
  85826. "tournament_player_id" "1162165"
  85827. }
  85828. "2301"
  85829. {
  85830. "name" "krakow2017_signature_keev"
  85831. "item_name" "#StickerKit_krakow2017_signature_keev"
  85832. "description_string" "#StickerKit_desc_krakow2017_signature_keev"
  85833. "sticker_material" "krakow2017/sig_keev"
  85834. "item_rarity" "rare"
  85835. "tournament_event_id" "12"
  85836. "tournament_team_id" "69"
  85837. "tournament_player_id" "51271036"
  85838. }
  85839. "2302"
  85840. {
  85841. "name" "krakow2017_signature_keev_foil"
  85842. "item_name" "#StickerKit_krakow2017_signature_keev_foil"
  85843. "description_string" "#StickerKit_desc_krakow2017_signature_keev_foil"
  85844. "sticker_material" "krakow2017/sig_keev_foil"
  85845. "item_rarity" "mythical"
  85846. "tournament_event_id" "12"
  85847. "tournament_team_id" "69"
  85848. "tournament_player_id" "51271036"
  85849. }
  85850. "2303"
  85851. {
  85852. "name" "krakow2017_signature_keev_gold"
  85853. "item_name" "#StickerKit_krakow2017_signature_keev_gold"
  85854. "description_string" "#StickerKit_desc_krakow2017_signature_keev_gold"
  85855. "sticker_material" "krakow2017/sig_keev_gold"
  85856. "item_rarity" "ancient"
  85857. "tournament_event_id" "12"
  85858. "tournament_team_id" "69"
  85859. "tournament_player_id" "51271036"
  85860. }
  85861. "2304"
  85862. {
  85863. "name" "krakow2017_signature_legija"
  85864. "item_name" "#StickerKit_krakow2017_signature_legija"
  85865. "description_string" "#StickerKit_desc_krakow2017_signature_legija"
  85866. "sticker_material" "krakow2017/sig_legija"
  85867. "item_rarity" "rare"
  85868. "tournament_event_id" "12"
  85869. "tournament_team_id" "69"
  85870. "tournament_player_id" "21242287"
  85871. }
  85872. "2305"
  85873. {
  85874. "name" "krakow2017_signature_legija_foil"
  85875. "item_name" "#StickerKit_krakow2017_signature_legija_foil"
  85876. "description_string" "#StickerKit_desc_krakow2017_signature_legija_foil"
  85877. "sticker_material" "krakow2017/sig_legija_foil"
  85878. "item_rarity" "mythical"
  85879. "tournament_event_id" "12"
  85880. "tournament_team_id" "69"
  85881. "tournament_player_id" "21242287"
  85882. }
  85883. "2306"
  85884. {
  85885. "name" "krakow2017_signature_legija_gold"
  85886. "item_name" "#StickerKit_krakow2017_signature_legija_gold"
  85887. "description_string" "#StickerKit_desc_krakow2017_signature_legija_gold"
  85888. "sticker_material" "krakow2017/sig_legija_gold"
  85889. "item_rarity" "ancient"
  85890. "tournament_event_id" "12"
  85891. "tournament_team_id" "69"
  85892. "tournament_player_id" "21242287"
  85893. }
  85894. "2307"
  85895. {
  85896. "name" "krakow2017_signature_nex"
  85897. "item_name" "#StickerKit_krakow2017_signature_nex"
  85898. "description_string" "#StickerKit_desc_krakow2017_signature_nex"
  85899. "sticker_material" "krakow2017/sig_nex"
  85900. "item_rarity" "rare"
  85901. "tournament_event_id" "12"
  85902. "tournament_team_id" "69"
  85903. "tournament_player_id" "90378773"
  85904. }
  85905. "2308"
  85906. {
  85907. "name" "krakow2017_signature_nex_foil"
  85908. "item_name" "#StickerKit_krakow2017_signature_nex_foil"
  85909. "description_string" "#StickerKit_desc_krakow2017_signature_nex_foil"
  85910. "sticker_material" "krakow2017/sig_nex_foil"
  85911. "item_rarity" "mythical"
  85912. "tournament_event_id" "12"
  85913. "tournament_team_id" "69"
  85914. "tournament_player_id" "90378773"
  85915. }
  85916. "2309"
  85917. {
  85918. "name" "krakow2017_signature_nex_gold"
  85919. "item_name" "#StickerKit_krakow2017_signature_nex_gold"
  85920. "description_string" "#StickerKit_desc_krakow2017_signature_nex_gold"
  85921. "sticker_material" "krakow2017/sig_nex_gold"
  85922. "item_rarity" "ancient"
  85923. "tournament_event_id" "12"
  85924. "tournament_team_id" "69"
  85925. "tournament_player_id" "90378773"
  85926. }
  85927. "2310"
  85928. {
  85929. "name" "krakow2017_signature_tabsen"
  85930. "item_name" "#StickerKit_krakow2017_signature_tabsen"
  85931. "description_string" "#StickerKit_desc_krakow2017_signature_tabsen"
  85932. "sticker_material" "krakow2017/sig_tabsen"
  85933. "item_rarity" "rare"
  85934. "tournament_event_id" "12"
  85935. "tournament_team_id" "69"
  85936. "tournament_player_id" "1225952"
  85937. }
  85938. "2311"
  85939. {
  85940. "name" "krakow2017_signature_tabsen_foil"
  85941. "item_name" "#StickerKit_krakow2017_signature_tabsen_foil"
  85942. "description_string" "#StickerKit_desc_krakow2017_signature_tabsen_foil"
  85943. "sticker_material" "krakow2017/sig_tabsen_foil"
  85944. "item_rarity" "mythical"
  85945. "tournament_event_id" "12"
  85946. "tournament_team_id" "69"
  85947. "tournament_player_id" "1225952"
  85948. }
  85949. "2312"
  85950. {
  85951. "name" "krakow2017_signature_tabsen_gold"
  85952. "item_name" "#StickerKit_krakow2017_signature_tabsen_gold"
  85953. "description_string" "#StickerKit_desc_krakow2017_signature_tabsen_gold"
  85954. "sticker_material" "krakow2017/sig_tabsen_gold"
  85955. "item_rarity" "ancient"
  85956. "tournament_event_id" "12"
  85957. "tournament_team_id" "69"
  85958. "tournament_player_id" "1225952"
  85959. }
  85960. "2313"
  85961. {
  85962. "name" "krakow2017_signature_autimatic"
  85963. "item_name" "#StickerKit_krakow2017_signature_autimatic"
  85964. "description_string" "#StickerKit_desc_krakow2017_signature_autimatic"
  85965. "sticker_material" "krakow2017/sig_autimatic"
  85966. "item_rarity" "rare"
  85967. "tournament_event_id" "12"
  85968. "tournament_team_id" "33"
  85969. "tournament_player_id" "94605121"
  85970. }
  85971. "2314"
  85972. {
  85973. "name" "krakow2017_signature_autimatic_foil"
  85974. "item_name" "#StickerKit_krakow2017_signature_autimatic_foil"
  85975. "description_string" "#StickerKit_desc_krakow2017_signature_autimatic_foil"
  85976. "sticker_material" "krakow2017/sig_autimatic_foil"
  85977. "item_rarity" "mythical"
  85978. "tournament_event_id" "12"
  85979. "tournament_team_id" "33"
  85980. "tournament_player_id" "94605121"
  85981. }
  85982. "2315"
  85983. {
  85984. "name" "krakow2017_signature_autimatic_gold"
  85985. "item_name" "#StickerKit_krakow2017_signature_autimatic_gold"
  85986. "description_string" "#StickerKit_desc_krakow2017_signature_autimatic_gold"
  85987. "sticker_material" "krakow2017/sig_autimatic_gold"
  85988. "item_rarity" "ancient"
  85989. "tournament_event_id" "12"
  85990. "tournament_team_id" "33"
  85991. "tournament_player_id" "94605121"
  85992. }
  85993. "2316"
  85994. {
  85995. "name" "krakow2017_signature_nothing"
  85996. "item_name" "#StickerKit_krakow2017_signature_nothing"
  85997. "description_string" "#StickerKit_desc_krakow2017_signature_nothing"
  85998. "sticker_material" "krakow2017/sig_nothing"
  85999. "item_rarity" "rare"
  86000. "tournament_event_id" "12"
  86001. "tournament_team_id" "33"
  86002. "tournament_player_id" "755286"
  86003. }
  86004. "2317"
  86005. {
  86006. "name" "krakow2017_signature_nothing_foil"
  86007. "item_name" "#StickerKit_krakow2017_signature_nothing_foil"
  86008. "description_string" "#StickerKit_desc_krakow2017_signature_nothing_foil"
  86009. "sticker_material" "krakow2017/sig_nothing_foil"
  86010. "item_rarity" "mythical"
  86011. "tournament_event_id" "12"
  86012. "tournament_team_id" "33"
  86013. "tournament_player_id" "755286"
  86014. }
  86015. "2318"
  86016. {
  86017. "name" "krakow2017_signature_nothing_gold"
  86018. "item_name" "#StickerKit_krakow2017_signature_nothing_gold"
  86019. "description_string" "#StickerKit_desc_krakow2017_signature_nothing_gold"
  86020. "sticker_material" "krakow2017/sig_nothing_gold"
  86021. "item_rarity" "ancient"
  86022. "tournament_event_id" "12"
  86023. "tournament_team_id" "33"
  86024. "tournament_player_id" "755286"
  86025. }
  86026. "2319"
  86027. {
  86028. "name" "krakow2017_signature_shroud"
  86029. "item_name" "#StickerKit_krakow2017_signature_shroud"
  86030. "description_string" "#StickerKit_desc_krakow2017_signature_shroud"
  86031. "sticker_material" "krakow2017/sig_shroud"
  86032. "item_rarity" "rare"
  86033. "tournament_event_id" "12"
  86034. "tournament_team_id" "33"
  86035. "tournament_player_id" "4515926"
  86036. }
  86037. "2320"
  86038. {
  86039. "name" "krakow2017_signature_shroud_foil"
  86040. "item_name" "#StickerKit_krakow2017_signature_shroud_foil"
  86041. "description_string" "#StickerKit_desc_krakow2017_signature_shroud_foil"
  86042. "sticker_material" "krakow2017/sig_shroud_foil"
  86043. "item_rarity" "mythical"
  86044. "tournament_event_id" "12"
  86045. "tournament_team_id" "33"
  86046. "tournament_player_id" "4515926"
  86047. }
  86048. "2321"
  86049. {
  86050. "name" "krakow2017_signature_shroud_gold"
  86051. "item_name" "#StickerKit_krakow2017_signature_shroud_gold"
  86052. "description_string" "#StickerKit_desc_krakow2017_signature_shroud_gold"
  86053. "sticker_material" "krakow2017/sig_shroud_gold"
  86054. "item_rarity" "ancient"
  86055. "tournament_event_id" "12"
  86056. "tournament_team_id" "33"
  86057. "tournament_player_id" "4515926"
  86058. }
  86059. "2322"
  86060. {
  86061. "name" "krakow2017_signature_skadoodle"
  86062. "item_name" "#StickerKit_krakow2017_signature_skadoodle"
  86063. "description_string" "#StickerKit_desc_krakow2017_signature_skadoodle"
  86064. "sticker_material" "krakow2017/sig_skadoodle"
  86065. "item_rarity" "rare"
  86066. "tournament_event_id" "12"
  86067. "tournament_team_id" "33"
  86068. "tournament_player_id" "21075725"
  86069. }
  86070. "2323"
  86071. {
  86072. "name" "krakow2017_signature_skadoodle_foil"
  86073. "item_name" "#StickerKit_krakow2017_signature_skadoodle_foil"
  86074. "description_string" "#StickerKit_desc_krakow2017_signature_skadoodle_foil"
  86075. "sticker_material" "krakow2017/sig_skadoodle_foil"
  86076. "item_rarity" "mythical"
  86077. "tournament_event_id" "12"
  86078. "tournament_team_id" "33"
  86079. "tournament_player_id" "21075725"
  86080. }
  86081. "2324"
  86082. {
  86083. "name" "krakow2017_signature_skadoodle_gold"
  86084. "item_name" "#StickerKit_krakow2017_signature_skadoodle_gold"
  86085. "description_string" "#StickerKit_desc_krakow2017_signature_skadoodle_gold"
  86086. "sticker_material" "krakow2017/sig_skadoodle_gold"
  86087. "item_rarity" "ancient"
  86088. "tournament_event_id" "12"
  86089. "tournament_team_id" "33"
  86090. "tournament_player_id" "21075725"
  86091. }
  86092. "2325"
  86093. {
  86094. "name" "krakow2017_signature_stewie2k"
  86095. "item_name" "#StickerKit_krakow2017_signature_stewie2k"
  86096. "description_string" "#StickerKit_desc_krakow2017_signature_stewie2k"
  86097. "sticker_material" "krakow2017/sig_stewie2k"
  86098. "item_rarity" "rare"
  86099. "tournament_event_id" "12"
  86100. "tournament_team_id" "33"
  86101. "tournament_player_id" "38738282"
  86102. }
  86103. "2326"
  86104. {
  86105. "name" "krakow2017_signature_stewie2k_foil"
  86106. "item_name" "#StickerKit_krakow2017_signature_stewie2k_foil"
  86107. "description_string" "#StickerKit_desc_krakow2017_signature_stewie2k_foil"
  86108. "sticker_material" "krakow2017/sig_stewie2k_foil"
  86109. "item_rarity" "mythical"
  86110. "tournament_event_id" "12"
  86111. "tournament_team_id" "33"
  86112. "tournament_player_id" "38738282"
  86113. }
  86114. "2327"
  86115. {
  86116. "name" "krakow2017_signature_stewie2k_gold"
  86117. "item_name" "#StickerKit_krakow2017_signature_stewie2k_gold"
  86118. "description_string" "#StickerKit_desc_krakow2017_signature_stewie2k_gold"
  86119. "sticker_material" "krakow2017/sig_stewie2k_gold"
  86120. "item_rarity" "ancient"
  86121. "tournament_event_id" "12"
  86122. "tournament_team_id" "33"
  86123. "tournament_player_id" "38738282"
  86124. }
  86125. "2328"
  86126. {
  86127. "name" "krakow2017_signature_hs"
  86128. "item_name" "#StickerKit_krakow2017_signature_hs"
  86129. "description_string" "#StickerKit_desc_krakow2017_signature_hs"
  86130. "sticker_material" "krakow2017/sig_hs"
  86131. "item_rarity" "rare"
  86132. "tournament_event_id" "12"
  86133. "tournament_team_id" "39"
  86134. "tournament_player_id" "3417033"
  86135. }
  86136. "2329"
  86137. {
  86138. "name" "krakow2017_signature_hs_foil"
  86139. "item_name" "#StickerKit_krakow2017_signature_hs_foil"
  86140. "description_string" "#StickerKit_desc_krakow2017_signature_hs_foil"
  86141. "sticker_material" "krakow2017/sig_hs_foil"
  86142. "item_rarity" "mythical"
  86143. "tournament_event_id" "12"
  86144. "tournament_team_id" "39"
  86145. "tournament_player_id" "3417033"
  86146. }
  86147. "2330"
  86148. {
  86149. "name" "krakow2017_signature_hs_gold"
  86150. "item_name" "#StickerKit_krakow2017_signature_hs_gold"
  86151. "description_string" "#StickerKit_desc_krakow2017_signature_hs_gold"
  86152. "sticker_material" "krakow2017/sig_hs_gold"
  86153. "item_rarity" "ancient"
  86154. "tournament_event_id" "12"
  86155. "tournament_team_id" "39"
  86156. "tournament_player_id" "3417033"
  86157. }
  86158. "2331"
  86159. {
  86160. "name" "krakow2017_signature_innocent"
  86161. "item_name" "#StickerKit_krakow2017_signature_innocent"
  86162. "description_string" "#StickerKit_desc_krakow2017_signature_innocent"
  86163. "sticker_material" "krakow2017/sig_innocent"
  86164. "item_rarity" "rare"
  86165. "tournament_event_id" "12"
  86166. "tournament_team_id" "39"
  86167. "tournament_player_id" "26563533"
  86168. }
  86169. "2332"
  86170. {
  86171. "name" "krakow2017_signature_innocent_foil"
  86172. "item_name" "#StickerKit_krakow2017_signature_innocent_foil"
  86173. "description_string" "#StickerKit_desc_krakow2017_signature_innocent_foil"
  86174. "sticker_material" "krakow2017/sig_innocent_foil"
  86175. "item_rarity" "mythical"
  86176. "tournament_event_id" "12"
  86177. "tournament_team_id" "39"
  86178. "tournament_player_id" "26563533"
  86179. }
  86180. "2333"
  86181. {
  86182. "name" "krakow2017_signature_innocent_gold"
  86183. "item_name" "#StickerKit_krakow2017_signature_innocent_gold"
  86184. "description_string" "#StickerKit_desc_krakow2017_signature_innocent_gold"
  86185. "sticker_material" "krakow2017/sig_innocent_gold"
  86186. "item_rarity" "ancient"
  86187. "tournament_event_id" "12"
  86188. "tournament_team_id" "39"
  86189. "tournament_player_id" "26563533"
  86190. }
  86191. "2334"
  86192. {
  86193. "name" "krakow2017_signature_krystal"
  86194. "item_name" "#StickerKit_krakow2017_signature_krystal"
  86195. "description_string" "#StickerKit_desc_krakow2017_signature_krystal"
  86196. "sticker_material" "krakow2017/sig_krystal"
  86197. "item_rarity" "rare"
  86198. "tournament_event_id" "12"
  86199. "tournament_team_id" "39"
  86200. "tournament_player_id" "17526007"
  86201. }
  86202. "2335"
  86203. {
  86204. "name" "krakow2017_signature_krystal_foil"
  86205. "item_name" "#StickerKit_krakow2017_signature_krystal_foil"
  86206. "description_string" "#StickerKit_desc_krakow2017_signature_krystal_foil"
  86207. "sticker_material" "krakow2017/sig_krystal_foil"
  86208. "item_rarity" "mythical"
  86209. "tournament_event_id" "12"
  86210. "tournament_team_id" "39"
  86211. "tournament_player_id" "17526007"
  86212. }
  86213. "2336"
  86214. {
  86215. "name" "krakow2017_signature_krystal_gold"
  86216. "item_name" "#StickerKit_krakow2017_signature_krystal_gold"
  86217. "description_string" "#StickerKit_desc_krakow2017_signature_krystal_gold"
  86218. "sticker_material" "krakow2017/sig_krystal_gold"
  86219. "item_rarity" "ancient"
  86220. "tournament_event_id" "12"
  86221. "tournament_team_id" "39"
  86222. "tournament_player_id" "17526007"
  86223. }
  86224. "2337"
  86225. {
  86226. "name" "krakow2017_signature_sunny"
  86227. "item_name" "#StickerKit_krakow2017_signature_sunny"
  86228. "description_string" "#StickerKit_desc_krakow2017_signature_sunny"
  86229. "sticker_material" "krakow2017/sig_sunny"
  86230. "item_rarity" "rare"
  86231. "tournament_event_id" "12"
  86232. "tournament_team_id" "39"
  86233. "tournament_player_id" "57405333"
  86234. }
  86235. "2338"
  86236. {
  86237. "name" "krakow2017_signature_sunny_foil"
  86238. "item_name" "#StickerKit_krakow2017_signature_sunny_foil"
  86239. "description_string" "#StickerKit_desc_krakow2017_signature_sunny_foil"
  86240. "sticker_material" "krakow2017/sig_sunny_foil"
  86241. "item_rarity" "mythical"
  86242. "tournament_event_id" "12"
  86243. "tournament_team_id" "39"
  86244. "tournament_player_id" "57405333"
  86245. }
  86246. "2339"
  86247. {
  86248. "name" "krakow2017_signature_sunny_gold"
  86249. "item_name" "#StickerKit_krakow2017_signature_sunny_gold"
  86250. "description_string" "#StickerKit_desc_krakow2017_signature_sunny_gold"
  86251. "sticker_material" "krakow2017/sig_sunny_gold"
  86252. "item_rarity" "ancient"
  86253. "tournament_event_id" "12"
  86254. "tournament_team_id" "39"
  86255. "tournament_player_id" "57405333"
  86256. }
  86257. "2340"
  86258. {
  86259. "name" "krakow2017_signature_zehn"
  86260. "item_name" "#StickerKit_krakow2017_signature_zehn"
  86261. "description_string" "#StickerKit_desc_krakow2017_signature_zehn"
  86262. "sticker_material" "krakow2017/sig_zehn"
  86263. "item_rarity" "rare"
  86264. "tournament_event_id" "12"
  86265. "tournament_team_id" "39"
  86266. "tournament_player_id" "16308501"
  86267. }
  86268. "2341"
  86269. {
  86270. "name" "krakow2017_signature_zehn_foil"
  86271. "item_name" "#StickerKit_krakow2017_signature_zehn_foil"
  86272. "description_string" "#StickerKit_desc_krakow2017_signature_zehn_foil"
  86273. "sticker_material" "krakow2017/sig_zehn_foil"
  86274. "item_rarity" "mythical"
  86275. "tournament_event_id" "12"
  86276. "tournament_team_id" "39"
  86277. "tournament_player_id" "16308501"
  86278. }
  86279. "2342"
  86280. {
  86281. "name" "krakow2017_signature_zehn_gold"
  86282. "item_name" "#StickerKit_krakow2017_signature_zehn_gold"
  86283. "description_string" "#StickerKit_desc_krakow2017_signature_zehn_gold"
  86284. "sticker_material" "krakow2017/sig_zehn_gold"
  86285. "item_rarity" "ancient"
  86286. "tournament_event_id" "12"
  86287. "tournament_team_id" "39"
  86288. "tournament_player_id" "16308501"
  86289. }
  86290. "2343"
  86291. {
  86292. "name" "krakow2017_signature_b1ad3"
  86293. "item_name" "#StickerKit_krakow2017_signature_b1ad3"
  86294. "description_string" "#StickerKit_desc_krakow2017_signature_b1ad3"
  86295. "sticker_material" "krakow2017/sig_b1ad3"
  86296. "item_rarity" "rare"
  86297. "tournament_event_id" "12"
  86298. "tournament_team_id" "43"
  86299. "tournament_player_id" "53258137"
  86300. }
  86301. "2344"
  86302. {
  86303. "name" "krakow2017_signature_b1ad3_foil"
  86304. "item_name" "#StickerKit_krakow2017_signature_b1ad3_foil"
  86305. "description_string" "#StickerKit_desc_krakow2017_signature_b1ad3_foil"
  86306. "sticker_material" "krakow2017/sig_b1ad3_foil"
  86307. "item_rarity" "mythical"
  86308. "tournament_event_id" "12"
  86309. "tournament_team_id" "43"
  86310. "tournament_player_id" "53258137"
  86311. }
  86312. "2345"
  86313. {
  86314. "name" "krakow2017_signature_b1ad3_gold"
  86315. "item_name" "#StickerKit_krakow2017_signature_b1ad3_gold"
  86316. "description_string" "#StickerKit_desc_krakow2017_signature_b1ad3_gold"
  86317. "sticker_material" "krakow2017/sig_b1ad3_gold"
  86318. "item_rarity" "ancient"
  86319. "tournament_event_id" "12"
  86320. "tournament_team_id" "43"
  86321. "tournament_player_id" "53258137"
  86322. }
  86323. "2346"
  86324. {
  86325. "name" "krakow2017_signature_electronic"
  86326. "item_name" "#StickerKit_krakow2017_signature_electronic"
  86327. "description_string" "#StickerKit_desc_krakow2017_signature_electronic"
  86328. "sticker_material" "krakow2017/sig_electronic"
  86329. "item_rarity" "rare"
  86330. "tournament_event_id" "12"
  86331. "tournament_team_id" "43"
  86332. "tournament_player_id" "83779379"
  86333. }
  86334. "2347"
  86335. {
  86336. "name" "krakow2017_signature_electronic_foil"
  86337. "item_name" "#StickerKit_krakow2017_signature_electronic_foil"
  86338. "description_string" "#StickerKit_desc_krakow2017_signature_electronic_foil"
  86339. "sticker_material" "krakow2017/sig_electronic_foil"
  86340. "item_rarity" "mythical"
  86341. "tournament_event_id" "12"
  86342. "tournament_team_id" "43"
  86343. "tournament_player_id" "83779379"
  86344. }
  86345. "2348"
  86346. {
  86347. "name" "krakow2017_signature_electronic_gold"
  86348. "item_name" "#StickerKit_krakow2017_signature_electronic_gold"
  86349. "description_string" "#StickerKit_desc_krakow2017_signature_electronic_gold"
  86350. "sticker_material" "krakow2017/sig_electronic_gold"
  86351. "item_rarity" "ancient"
  86352. "tournament_event_id" "12"
  86353. "tournament_team_id" "43"
  86354. "tournament_player_id" "83779379"
  86355. }
  86356. "2349"
  86357. {
  86358. "name" "krakow2017_signature_markeloff"
  86359. "item_name" "#StickerKit_krakow2017_signature_markeloff"
  86360. "description_string" "#StickerKit_desc_krakow2017_signature_markeloff"
  86361. "sticker_material" "krakow2017/sig_markeloff"
  86362. "item_rarity" "rare"
  86363. "tournament_event_id" "12"
  86364. "tournament_team_id" "43"
  86365. "tournament_player_id" "5667261"
  86366. }
  86367. "2350"
  86368. {
  86369. "name" "krakow2017_signature_markeloff_foil"
  86370. "item_name" "#StickerKit_krakow2017_signature_markeloff_foil"
  86371. "description_string" "#StickerKit_desc_krakow2017_signature_markeloff_foil"
  86372. "sticker_material" "krakow2017/sig_markeloff_foil"
  86373. "item_rarity" "mythical"
  86374. "tournament_event_id" "12"
  86375. "tournament_team_id" "43"
  86376. "tournament_player_id" "5667261"
  86377. }
  86378. "2351"
  86379. {
  86380. "name" "krakow2017_signature_markeloff_gold"
  86381. "item_name" "#StickerKit_krakow2017_signature_markeloff_gold"
  86382. "description_string" "#StickerKit_desc_krakow2017_signature_markeloff_gold"
  86383. "sticker_material" "krakow2017/sig_markeloff_gold"
  86384. "item_rarity" "ancient"
  86385. "tournament_event_id" "12"
  86386. "tournament_team_id" "43"
  86387. "tournament_player_id" "5667261"
  86388. }
  86389. "2352"
  86390. {
  86391. "name" "krakow2017_signature_waylander"
  86392. "item_name" "#StickerKit_krakow2017_signature_waylander"
  86393. "description_string" "#StickerKit_desc_krakow2017_signature_waylander"
  86394. "sticker_material" "krakow2017/sig_waylander"
  86395. "item_rarity" "rare"
  86396. "tournament_event_id" "12"
  86397. "tournament_team_id" "43"
  86398. "tournament_player_id" "38340970"
  86399. }
  86400. "2353"
  86401. {
  86402. "name" "krakow2017_signature_waylander_foil"
  86403. "item_name" "#StickerKit_krakow2017_signature_waylander_foil"
  86404. "description_string" "#StickerKit_desc_krakow2017_signature_waylander_foil"
  86405. "sticker_material" "krakow2017/sig_waylander_foil"
  86406. "item_rarity" "mythical"
  86407. "tournament_event_id" "12"
  86408. "tournament_team_id" "43"
  86409. "tournament_player_id" "38340970"
  86410. }
  86411. "2354"
  86412. {
  86413. "name" "krakow2017_signature_waylander_gold"
  86414. "item_name" "#StickerKit_krakow2017_signature_waylander_gold"
  86415. "description_string" "#StickerKit_desc_krakow2017_signature_waylander_gold"
  86416. "sticker_material" "krakow2017/sig_waylander_gold"
  86417. "item_rarity" "ancient"
  86418. "tournament_event_id" "12"
  86419. "tournament_team_id" "43"
  86420. "tournament_player_id" "38340970"
  86421. }
  86422. "2355"
  86423. {
  86424. "name" "krakow2017_signature_worldedit"
  86425. "item_name" "#StickerKit_krakow2017_signature_worldedit"
  86426. "description_string" "#StickerKit_desc_krakow2017_signature_worldedit"
  86427. "sticker_material" "krakow2017/sig_worldedit"
  86428. "item_rarity" "rare"
  86429. "tournament_event_id" "12"
  86430. "tournament_team_id" "43"
  86431. "tournament_player_id" "36732188"
  86432. }
  86433. "2356"
  86434. {
  86435. "name" "krakow2017_signature_worldedit_foil"
  86436. "item_name" "#StickerKit_krakow2017_signature_worldedit_foil"
  86437. "description_string" "#StickerKit_desc_krakow2017_signature_worldedit_foil"
  86438. "sticker_material" "krakow2017/sig_worldedit_foil"
  86439. "item_rarity" "mythical"
  86440. "tournament_event_id" "12"
  86441. "tournament_team_id" "43"
  86442. "tournament_player_id" "36732188"
  86443. }
  86444. "2357"
  86445. {
  86446. "name" "krakow2017_signature_worldedit_gold"
  86447. "item_name" "#StickerKit_krakow2017_signature_worldedit_gold"
  86448. "description_string" "#StickerKit_desc_krakow2017_signature_worldedit_gold"
  86449. "sticker_material" "krakow2017/sig_worldedit_gold"
  86450. "item_rarity" "ancient"
  86451. "tournament_event_id" "12"
  86452. "tournament_team_id" "43"
  86453. "tournament_player_id" "36732188"
  86454. }
  86455. "2358"
  86456. {
  86457. "name" "krakow2017_signature_boltz"
  86458. "item_name" "#StickerKit_krakow2017_signature_boltz"
  86459. "description_string" "#StickerKit_desc_krakow2017_signature_boltz"
  86460. "sticker_material" "krakow2017/sig_boltz"
  86461. "item_rarity" "rare"
  86462. "tournament_event_id" "12"
  86463. "tournament_team_id" "71"
  86464. "tournament_player_id" "58113672"
  86465. }
  86466. "2359"
  86467. {
  86468. "name" "krakow2017_signature_boltz_foil"
  86469. "item_name" "#StickerKit_krakow2017_signature_boltz_foil"
  86470. "description_string" "#StickerKit_desc_krakow2017_signature_boltz_foil"
  86471. "sticker_material" "krakow2017/sig_boltz_foil"
  86472. "item_rarity" "mythical"
  86473. "tournament_event_id" "12"
  86474. "tournament_team_id" "71"
  86475. "tournament_player_id" "58113672"
  86476. }
  86477. "2360"
  86478. {
  86479. "name" "krakow2017_signature_boltz_gold"
  86480. "item_name" "#StickerKit_krakow2017_signature_boltz_gold"
  86481. "description_string" "#StickerKit_desc_krakow2017_signature_boltz_gold"
  86482. "sticker_material" "krakow2017/sig_boltz_gold"
  86483. "item_rarity" "ancient"
  86484. "tournament_event_id" "12"
  86485. "tournament_team_id" "71"
  86486. "tournament_player_id" "58113672"
  86487. }
  86488. "2361"
  86489. {
  86490. "name" "krakow2017_signature_hen1"
  86491. "item_name" "#StickerKit_krakow2017_signature_hen1"
  86492. "description_string" "#StickerKit_desc_krakow2017_signature_hen1"
  86493. "sticker_material" "krakow2017/sig_hen1"
  86494. "item_rarity" "rare"
  86495. "tournament_event_id" "12"
  86496. "tournament_team_id" "71"
  86497. "tournament_player_id" "57761535"
  86498. }
  86499. "2362"
  86500. {
  86501. "name" "krakow2017_signature_hen1_foil"
  86502. "item_name" "#StickerKit_krakow2017_signature_hen1_foil"
  86503. "description_string" "#StickerKit_desc_krakow2017_signature_hen1_foil"
  86504. "sticker_material" "krakow2017/sig_hen1_foil"
  86505. "item_rarity" "mythical"
  86506. "tournament_event_id" "12"
  86507. "tournament_team_id" "71"
  86508. "tournament_player_id" "57761535"
  86509. }
  86510. "2363"
  86511. {
  86512. "name" "krakow2017_signature_hen1_gold"
  86513. "item_name" "#StickerKit_krakow2017_signature_hen1_gold"
  86514. "description_string" "#StickerKit_desc_krakow2017_signature_hen1_gold"
  86515. "sticker_material" "krakow2017/sig_hen1_gold"
  86516. "item_rarity" "ancient"
  86517. "tournament_event_id" "12"
  86518. "tournament_team_id" "71"
  86519. "tournament_player_id" "57761535"
  86520. }
  86521. "2364"
  86522. {
  86523. "name" "krakow2017_signature_kngv"
  86524. "item_name" "#StickerKit_krakow2017_signature_kngv"
  86525. "description_string" "#StickerKit_desc_krakow2017_signature_kngv"
  86526. "sticker_material" "krakow2017/sig_kngv"
  86527. "item_rarity" "rare"
  86528. "tournament_event_id" "12"
  86529. "tournament_team_id" "71"
  86530. "tournament_player_id" "6732863"
  86531. }
  86532. "2365"
  86533. {
  86534. "name" "krakow2017_signature_kngv_foil"
  86535. "item_name" "#StickerKit_krakow2017_signature_kngv_foil"
  86536. "description_string" "#StickerKit_desc_krakow2017_signature_kngv_foil"
  86537. "sticker_material" "krakow2017/sig_kngv_foil"
  86538. "item_rarity" "mythical"
  86539. "tournament_event_id" "12"
  86540. "tournament_team_id" "71"
  86541. "tournament_player_id" "6732863"
  86542. }
  86543. "2366"
  86544. {
  86545. "name" "krakow2017_signature_kngv_gold"
  86546. "item_name" "#StickerKit_krakow2017_signature_kngv_gold"
  86547. "description_string" "#StickerKit_desc_krakow2017_signature_kngv_gold"
  86548. "sticker_material" "krakow2017/sig_kngv_gold"
  86549. "item_rarity" "ancient"
  86550. "tournament_event_id" "12"
  86551. "tournament_team_id" "71"
  86552. "tournament_player_id" "6732863"
  86553. }
  86554. "2367"
  86555. {
  86556. "name" "krakow2017_signature_lucas1"
  86557. "item_name" "#StickerKit_krakow2017_signature_lucas1"
  86558. "description_string" "#StickerKit_desc_krakow2017_signature_lucas1"
  86559. "sticker_material" "krakow2017/sig_lucas1"
  86560. "item_rarity" "rare"
  86561. "tournament_event_id" "12"
  86562. "tournament_team_id" "71"
  86563. "tournament_player_id" "4780624"
  86564. }
  86565. "2368"
  86566. {
  86567. "name" "krakow2017_signature_lucas1_foil"
  86568. "item_name" "#StickerKit_krakow2017_signature_lucas1_foil"
  86569. "description_string" "#StickerKit_desc_krakow2017_signature_lucas1_foil"
  86570. "sticker_material" "krakow2017/sig_lucas1_foil"
  86571. "item_rarity" "mythical"
  86572. "tournament_event_id" "12"
  86573. "tournament_team_id" "71"
  86574. "tournament_player_id" "4780624"
  86575. }
  86576. "2369"
  86577. {
  86578. "name" "krakow2017_signature_lucas1_gold"
  86579. "item_name" "#StickerKit_krakow2017_signature_lucas1_gold"
  86580. "description_string" "#StickerKit_desc_krakow2017_signature_lucas1_gold"
  86581. "sticker_material" "krakow2017/sig_lucas1_gold"
  86582. "item_rarity" "ancient"
  86583. "tournament_event_id" "12"
  86584. "tournament_team_id" "71"
  86585. "tournament_player_id" "4780624"
  86586. }
  86587. "2370"
  86588. {
  86589. "name" "krakow2017_signature_steel"
  86590. "item_name" "#StickerKit_krakow2017_signature_steel"
  86591. "description_string" "#StickerKit_desc_krakow2017_signature_steel"
  86592. "sticker_material" "krakow2017/sig_steel"
  86593. "item_rarity" "rare"
  86594. "tournament_event_id" "12"
  86595. "tournament_team_id" "71"
  86596. "tournament_player_id" "54512474"
  86597. }
  86598. "2371"
  86599. {
  86600. "name" "krakow2017_signature_steel_foil"
  86601. "item_name" "#StickerKit_krakow2017_signature_steel_foil"
  86602. "description_string" "#StickerKit_desc_krakow2017_signature_steel_foil"
  86603. "sticker_material" "krakow2017/sig_steel_foil"
  86604. "item_rarity" "mythical"
  86605. "tournament_event_id" "12"
  86606. "tournament_team_id" "71"
  86607. "tournament_player_id" "54512474"
  86608. }
  86609. "2372"
  86610. {
  86611. "name" "krakow2017_signature_steel_gold"
  86612. "item_name" "#StickerKit_krakow2017_signature_steel_gold"
  86613. "description_string" "#StickerKit_desc_krakow2017_signature_steel_gold"
  86614. "sticker_material" "krakow2017/sig_steel_gold"
  86615. "item_rarity" "ancient"
  86616. "tournament_event_id" "12"
  86617. "tournament_team_id" "71"
  86618. "tournament_player_id" "54512474"
  86619. }
  86620. "2373"
  86621. {
  86622. "name" "krakow2017_signature_chopper"
  86623. "item_name" "#StickerKit_krakow2017_signature_chopper"
  86624. "description_string" "#StickerKit_desc_krakow2017_signature_chopper"
  86625. "sticker_material" "krakow2017/sig_chopper"
  86626. "item_rarity" "rare"
  86627. "tournament_event_id" "12"
  86628. "tournament_team_id" "70"
  86629. "tournament_player_id" "85633136"
  86630. }
  86631. "2374"
  86632. {
  86633. "name" "krakow2017_signature_chopper_foil"
  86634. "item_name" "#StickerKit_krakow2017_signature_chopper_foil"
  86635. "description_string" "#StickerKit_desc_krakow2017_signature_chopper_foil"
  86636. "sticker_material" "krakow2017/sig_chopper_foil"
  86637. "item_rarity" "mythical"
  86638. "tournament_event_id" "12"
  86639. "tournament_team_id" "70"
  86640. "tournament_player_id" "85633136"
  86641. }
  86642. "2375"
  86643. {
  86644. "name" "krakow2017_signature_chopper_gold"
  86645. "item_name" "#StickerKit_krakow2017_signature_chopper_gold"
  86646. "description_string" "#StickerKit_desc_krakow2017_signature_chopper_gold"
  86647. "sticker_material" "krakow2017/sig_chopper_gold"
  86648. "item_rarity" "ancient"
  86649. "tournament_event_id" "12"
  86650. "tournament_team_id" "70"
  86651. "tournament_player_id" "85633136"
  86652. }
  86653. "2376"
  86654. {
  86655. "name" "krakow2017_signature_hutji"
  86656. "item_name" "#StickerKit_krakow2017_signature_hutji"
  86657. "description_string" "#StickerKit_desc_krakow2017_signature_hutji"
  86658. "sticker_material" "krakow2017/sig_hutji"
  86659. "item_rarity" "rare"
  86660. "tournament_event_id" "12"
  86661. "tournament_team_id" "70"
  86662. "tournament_player_id" "61587630"
  86663. }
  86664. "2377"
  86665. {
  86666. "name" "krakow2017_signature_hutji_foil"
  86667. "item_name" "#StickerKit_krakow2017_signature_hutji_foil"
  86668. "description_string" "#StickerKit_desc_krakow2017_signature_hutji_foil"
  86669. "sticker_material" "krakow2017/sig_hutji_foil"
  86670. "item_rarity" "mythical"
  86671. "tournament_event_id" "12"
  86672. "tournament_team_id" "70"
  86673. "tournament_player_id" "61587630"
  86674. }
  86675. "2378"
  86676. {
  86677. "name" "krakow2017_signature_hutji_gold"
  86678. "item_name" "#StickerKit_krakow2017_signature_hutji_gold"
  86679. "description_string" "#StickerKit_desc_krakow2017_signature_hutji_gold"
  86680. "sticker_material" "krakow2017/sig_hutji_gold"
  86681. "item_rarity" "ancient"
  86682. "tournament_event_id" "12"
  86683. "tournament_team_id" "70"
  86684. "tournament_player_id" "61587630"
  86685. }
  86686. "2379"
  86687. {
  86688. "name" "krakow2017_signature_jr"
  86689. "item_name" "#StickerKit_krakow2017_signature_jr"
  86690. "description_string" "#StickerKit_desc_krakow2017_signature_jr"
  86691. "sticker_material" "krakow2017/sig_jr"
  86692. "item_rarity" "rare"
  86693. "tournament_event_id" "12"
  86694. "tournament_team_id" "70"
  86695. "tournament_player_id" "43490511"
  86696. }
  86697. "2380"
  86698. {
  86699. "name" "krakow2017_signature_jr_foil"
  86700. "item_name" "#StickerKit_krakow2017_signature_jr_foil"
  86701. "description_string" "#StickerKit_desc_krakow2017_signature_jr_foil"
  86702. "sticker_material" "krakow2017/sig_jr_foil"
  86703. "item_rarity" "mythical"
  86704. "tournament_event_id" "12"
  86705. "tournament_team_id" "70"
  86706. "tournament_player_id" "43490511"
  86707. }
  86708. "2381"
  86709. {
  86710. "name" "krakow2017_signature_jr_gold"
  86711. "item_name" "#StickerKit_krakow2017_signature_jr_gold"
  86712. "description_string" "#StickerKit_desc_krakow2017_signature_jr_gold"
  86713. "sticker_material" "krakow2017/sig_jr_gold"
  86714. "item_rarity" "ancient"
  86715. "tournament_event_id" "12"
  86716. "tournament_team_id" "70"
  86717. "tournament_player_id" "43490511"
  86718. }
  86719. "2382"
  86720. {
  86721. "name" "krakow2017_signature_keshandr"
  86722. "item_name" "#StickerKit_krakow2017_signature_keshandr"
  86723. "description_string" "#StickerKit_desc_krakow2017_signature_keshandr"
  86724. "sticker_material" "krakow2017/sig_keshandr"
  86725. "item_rarity" "rare"
  86726. "tournament_event_id" "12"
  86727. "tournament_team_id" "70"
  86728. "tournament_player_id" "65572922"
  86729. }
  86730. "2383"
  86731. {
  86732. "name" "krakow2017_signature_keshandr_foil"
  86733. "item_name" "#StickerKit_krakow2017_signature_keshandr_foil"
  86734. "description_string" "#StickerKit_desc_krakow2017_signature_keshandr_foil"
  86735. "sticker_material" "krakow2017/sig_keshandr_foil"
  86736. "item_rarity" "mythical"
  86737. "tournament_event_id" "12"
  86738. "tournament_team_id" "70"
  86739. "tournament_player_id" "65572922"
  86740. }
  86741. "2384"
  86742. {
  86743. "name" "krakow2017_signature_keshandr_gold"
  86744. "item_name" "#StickerKit_krakow2017_signature_keshandr_gold"
  86745. "description_string" "#StickerKit_desc_krakow2017_signature_keshandr_gold"
  86746. "sticker_material" "krakow2017/sig_keshandr_gold"
  86747. "item_rarity" "ancient"
  86748. "tournament_event_id" "12"
  86749. "tournament_team_id" "70"
  86750. "tournament_player_id" "65572922"
  86751. }
  86752. "2385"
  86753. {
  86754. "name" "krakow2017_signature_mir"
  86755. "item_name" "#StickerKit_krakow2017_signature_mir"
  86756. "description_string" "#StickerKit_desc_krakow2017_signature_mir"
  86757. "sticker_material" "krakow2017/sig_mir"
  86758. "item_rarity" "rare"
  86759. "tournament_event_id" "12"
  86760. "tournament_team_id" "70"
  86761. "tournament_player_id" "40562076"
  86762. }
  86763. "2386"
  86764. {
  86765. "name" "krakow2017_signature_mir_foil"
  86766. "item_name" "#StickerKit_krakow2017_signature_mir_foil"
  86767. "description_string" "#StickerKit_desc_krakow2017_signature_mir_foil"
  86768. "sticker_material" "krakow2017/sig_mir_foil"
  86769. "item_rarity" "mythical"
  86770. "tournament_event_id" "12"
  86771. "tournament_team_id" "70"
  86772. "tournament_player_id" "40562076"
  86773. }
  86774. "2387"
  86775. {
  86776. "name" "krakow2017_signature_mir_gold"
  86777. "item_name" "#StickerKit_krakow2017_signature_mir_gold"
  86778. "description_string" "#StickerKit_desc_krakow2017_signature_mir_gold"
  86779. "sticker_material" "krakow2017/sig_mir_gold"
  86780. "item_rarity" "ancient"
  86781. "tournament_event_id" "12"
  86782. "tournament_team_id" "70"
  86783. "tournament_player_id" "40562076"
  86784. }
  86785. }
  86786. "prefabs"
  86787. {
  86788. "boston2018_sticker_capsule_prefab"
  86789. {
  86790. "first_sale_date" "2017-12-18"
  86791. "prefab" "weapon_case_base"
  86792. "attributes"
  86793. {
  86794. "tournament event id"
  86795. {
  86796. "attribute_class" "tournament_event_id"
  86797. "value" "13"
  86798. }
  86799. }
  86800. }
  86801. "boston2018_signature_capsule_prefab"
  86802. {
  86803. "first_sale_date" "2017-12-18"
  86804. "prefab" "weapon_case_base"
  86805. "attributes"
  86806. {
  86807. "tournament event id"
  86808. {
  86809. "attribute_class" "tournament_event_id"
  86810. "value" "13"
  86811. }
  86812. }
  86813. "tags"
  86814. {
  86815. "StickerCapsule"
  86816. {
  86817. "tag_value" "crate_signature_pack_boston2018_group_players_collection"
  86818. "tag_text" "#CSGO_crate_signature_pack_boston2018_group_players_tag"
  86819. "tag_group" "StickerCapsule"
  86820. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  86821. }
  86822. }
  86823. }
  86824. }
  86825. "revolving_loot_lists"
  86826. {
  86827. "224" "crate_sticker_pack_boston2018_legends"
  86828. "225" "crate_sticker_pack_boston2018_challengers"
  86829. "226" "crate_sticker_pack_boston2018_contenders"
  86830. "227" "crate_signature_pack_boston2018_group_players_collection_legends"
  86831. "228" "crate_signature_pack_boston2018_group_players_collection_challengers"
  86832. "229" "crate_signature_pack_boston2018_group_players_collection_contenders"
  86833. "230" "crate_boston2018_promo_de_inferno"
  86834. "231" "crate_boston2018_promo_de_mirage"
  86835. "232" "crate_boston2018_promo_de_cbble"
  86836. "233" "crate_boston2018_promo_de_overpass"
  86837. "234" "crate_boston2018_promo_de_cache"
  86838. "235" "crate_boston2018_promo_de_train"
  86839. "236" "crate_boston2018_promo_de_nuke"
  86840. "239" "crate_sticker_pack_boston2018_contenders_flg"
  86841. "240" "crate_signature_pack_boston2018_group_players_collection_contenders_flg"
  86842. "241" "crate_sticker_pack_boston2018_legends_ntv"
  86843. "242" "crate_signature_pack_boston2018_group_players_collection_legends_ntv"
  86844. }
  86845. "client_loot_lists"
  86846. {
  86847. "boston2018_rare_gamb"
  86848. {
  86849. "[boston2018_team_gamb]sticker" "1"
  86850. }
  86851. "boston2018_rare_thv"
  86852. {
  86853. "[boston2018_team_thv]sticker" "1"
  86854. }
  86855. "boston2018_rare_astr"
  86856. {
  86857. "[boston2018_team_astr]sticker" "1"
  86858. }
  86859. "boston2018_rare_vp"
  86860. {
  86861. "[boston2018_team_vp]sticker" "1"
  86862. }
  86863. "boston2018_rare_fntc"
  86864. {
  86865. "[boston2018_team_fntc]sticker" "1"
  86866. }
  86867. "boston2018_rare_sk"
  86868. {
  86869. "[boston2018_team_sk]sticker" "1"
  86870. }
  86871. "boston2018_rare_big"
  86872. {
  86873. "[boston2018_team_big]sticker" "1"
  86874. }
  86875. "boston2018_rare_nor"
  86876. {
  86877. "[boston2018_team_nor]sticker" "1"
  86878. }
  86879. "boston2018_rare_g2"
  86880. {
  86881. "[boston2018_team_g2]sticker" "1"
  86882. }
  86883. "boston2018_rare_c9"
  86884. {
  86885. "[boston2018_team_c9]sticker" "1"
  86886. }
  86887. "boston2018_rare_flip"
  86888. {
  86889. "[boston2018_team_flip]sticker" "1"
  86890. }
  86891. "boston2018_rare_navi"
  86892. {
  86893. "[boston2018_team_navi]sticker" "1"
  86894. }
  86895. "boston2018_rare_mss"
  86896. {
  86897. "[boston2018_team_mss]sticker" "1"
  86898. }
  86899. "boston2018_rare_spr"
  86900. {
  86901. "[boston2018_team_spr]sticker" "1"
  86902. }
  86903. "boston2018_rare_faze"
  86904. {
  86905. "[boston2018_team_faze]sticker" "1"
  86906. }
  86907. "boston2018_rare_vega"
  86908. {
  86909. "[boston2018_team_vega]sticker" "1"
  86910. }
  86911. "boston2018_rare_spc"
  86912. {
  86913. "[boston2018_team_spc]sticker" "1"
  86914. }
  86915. "boston2018_rare_liq"
  86916. {
  86917. "[boston2018_team_liq]sticker" "1"
  86918. }
  86919. "boston2018_rare_avg"
  86920. {
  86921. "[boston2018_team_avg]sticker" "1"
  86922. }
  86923. "boston2018_rare_ren"
  86924. {
  86925. "[boston2018_team_ren]sticker" "1"
  86926. }
  86927. "boston2018_rare_nv"
  86928. {
  86929. "[boston2018_team_nv]sticker" "1"
  86930. }
  86931. "boston2018_rare_mfg"
  86932. {
  86933. "[boston2018_team_mfg]sticker" "1"
  86934. }
  86935. "boston2018_rare_qb"
  86936. {
  86937. "[boston2018_team_qb]sticker" "1"
  86938. }
  86939. "boston2018_rare_tyl"
  86940. {
  86941. "[boston2018_team_tyl]sticker" "1"
  86942. }
  86943. "boston2018_rare_flg"
  86944. {
  86945. "[boston2018_team_flg]sticker" "1"
  86946. }
  86947. "boston2018_rare_eleague"
  86948. {
  86949. "[boston2018_team_eleague]sticker" "1"
  86950. }
  86951. "boston2018_graffiti_gamb"
  86952. {
  86953. "[boston2018_team_gamb_graffiti]spray" "1"
  86954. }
  86955. "boston2018_graffiti_thv"
  86956. {
  86957. "[boston2018_team_thv_graffiti]spray" "1"
  86958. }
  86959. "boston2018_graffiti_astr"
  86960. {
  86961. "[boston2018_team_astr_graffiti]spray" "1"
  86962. }
  86963. "boston2018_graffiti_vp"
  86964. {
  86965. "[boston2018_team_vp_graffiti]spray" "1"
  86966. }
  86967. "boston2018_graffiti_fntc"
  86968. {
  86969. "[boston2018_team_fntc_graffiti]spray" "1"
  86970. }
  86971. "boston2018_graffiti_sk"
  86972. {
  86973. "[boston2018_team_sk_graffiti]spray" "1"
  86974. }
  86975. "boston2018_graffiti_big"
  86976. {
  86977. "[boston2018_team_big_graffiti]spray" "1"
  86978. }
  86979. "boston2018_graffiti_nor"
  86980. {
  86981. "[boston2018_team_nor_graffiti]spray" "1"
  86982. }
  86983. "boston2018_graffiti_g2"
  86984. {
  86985. "[boston2018_team_g2_graffiti]spray" "1"
  86986. }
  86987. "boston2018_graffiti_c9"
  86988. {
  86989. "[boston2018_team_c9_graffiti]spray" "1"
  86990. }
  86991. "boston2018_graffiti_flip"
  86992. {
  86993. "[boston2018_team_flip_graffiti]spray" "1"
  86994. }
  86995. "boston2018_graffiti_navi"
  86996. {
  86997. "[boston2018_team_navi_graffiti]spray" "1"
  86998. }
  86999. "boston2018_graffiti_mss"
  87000. {
  87001. "[boston2018_team_mss_graffiti]spray" "1"
  87002. }
  87003. "boston2018_graffiti_spr"
  87004. {
  87005. "[boston2018_team_spr_graffiti]spray" "1"
  87006. }
  87007. "boston2018_graffiti_faze"
  87008. {
  87009. "[boston2018_team_faze_graffiti]spray" "1"
  87010. }
  87011. "boston2018_graffiti_vega"
  87012. {
  87013. "[boston2018_team_vega_graffiti]spray" "1"
  87014. }
  87015. "boston2018_graffiti_spc"
  87016. {
  87017. "[boston2018_team_spc_graffiti]spray" "1"
  87018. }
  87019. "boston2018_graffiti_liq"
  87020. {
  87021. "[boston2018_team_liq_graffiti]spray" "1"
  87022. }
  87023. "boston2018_graffiti_avg"
  87024. {
  87025. "[boston2018_team_avg_graffiti]spray" "1"
  87026. }
  87027. "boston2018_graffiti_ren"
  87028. {
  87029. "[boston2018_team_ren_graffiti]spray" "1"
  87030. }
  87031. "boston2018_graffiti_nv"
  87032. {
  87033. "[boston2018_team_nv_graffiti]spray" "1"
  87034. }
  87035. "boston2018_graffiti_mfg"
  87036. {
  87037. "[boston2018_team_mfg_graffiti]spray" "1"
  87038. }
  87039. "boston2018_graffiti_qb"
  87040. {
  87041. "[boston2018_team_qb_graffiti]spray" "1"
  87042. }
  87043. "boston2018_graffiti_tyl"
  87044. {
  87045. "[boston2018_team_tyl_graffiti]spray" "1"
  87046. }
  87047. "boston2018_graffiti_flg"
  87048. {
  87049. "[boston2018_team_flg_graffiti]spray" "1"
  87050. }
  87051. "boston2018_graffiti_eleague"
  87052. {
  87053. "[boston2018_team_eleague_graffiti]spray" "1"
  87054. }
  87055. "crate_sticker_pack_boston2018_legends_rare"
  87056. {
  87057. "[boston2018_team_gamb]sticker" "1"
  87058. "[boston2018_team_thv]sticker" "1"
  87059. "[boston2018_team_astr]sticker" "1"
  87060. "[boston2018_team_vp]sticker" "1"
  87061. "[boston2018_team_fntc]sticker" "1"
  87062. "[boston2018_team_sk]sticker" "1"
  87063. "[boston2018_team_big]sticker" "1"
  87064. "[boston2018_team_nor]sticker" "1"
  87065. "[boston2018_team_eleague]sticker" "1"
  87066. }
  87067. "crate_sticker_pack_boston2018_legends_mythical"
  87068. {
  87069. "[boston2018_team_gamb_holo]sticker" "1"
  87070. "[boston2018_team_thv_holo]sticker" "1"
  87071. "[boston2018_team_astr_holo]sticker" "1"
  87072. "[boston2018_team_vp_holo]sticker" "1"
  87073. "[boston2018_team_fntc_holo]sticker" "1"
  87074. "[boston2018_team_sk_holo]sticker" "1"
  87075. "[boston2018_team_big_holo]sticker" "1"
  87076. "[boston2018_team_nor_holo]sticker" "1"
  87077. "[boston2018_team_eleague_holo]sticker" "1"
  87078. }
  87079. "crate_sticker_pack_boston2018_legends_ntv_mythical"
  87080. {
  87081. "[boston2018_team_gamb_holo]sticker" "1"
  87082. "[boston2018_team_astr_holo]sticker" "1"
  87083. "[boston2018_team_vp_holo]sticker" "1"
  87084. "[boston2018_team_fntc_holo]sticker" "1"
  87085. "[boston2018_team_sk_holo]sticker" "1"
  87086. "[boston2018_team_big_holo]sticker" "1"
  87087. "[boston2018_team_nor_holo]sticker" "1"
  87088. "[boston2018_team_eleague_holo]sticker" "1"
  87089. }
  87090. "crate_sticker_pack_boston2018_legends_legendary"
  87091. {
  87092. "[boston2018_team_gamb_foil]sticker" "1"
  87093. "[boston2018_team_thv_foil]sticker" "1"
  87094. "[boston2018_team_astr_foil]sticker" "1"
  87095. "[boston2018_team_vp_foil]sticker" "1"
  87096. "[boston2018_team_fntc_foil]sticker" "1"
  87097. "[boston2018_team_sk_foil]sticker" "1"
  87098. "[boston2018_team_big_foil]sticker" "1"
  87099. "[boston2018_team_nor_foil]sticker" "1"
  87100. "[boston2018_team_eleague_foil]sticker" "1"
  87101. }
  87102. "crate_sticker_pack_boston2018_legends_ntv_legendary"
  87103. {
  87104. "[boston2018_team_gamb_foil]sticker" "1"
  87105. "[boston2018_team_astr_foil]sticker" "1"
  87106. "[boston2018_team_vp_foil]sticker" "1"
  87107. "[boston2018_team_fntc_foil]sticker" "1"
  87108. "[boston2018_team_sk_foil]sticker" "1"
  87109. "[boston2018_team_big_foil]sticker" "1"
  87110. "[boston2018_team_nor_foil]sticker" "1"
  87111. "[boston2018_team_eleague_foil]sticker" "1"
  87112. }
  87113. "crate_sticker_pack_boston2018_legends"
  87114. {
  87115. "crate_sticker_pack_boston2018_legends_mythical" "1"
  87116. "crate_sticker_pack_boston2018_legends_legendary" "1"
  87117. }
  87118. "crate_sticker_pack_boston2018_legends_ntv"
  87119. {
  87120. "crate_sticker_pack_boston2018_legends_ntv_mythical" "1"
  87121. "crate_sticker_pack_boston2018_legends_ntv_legendary" "1"
  87122. }
  87123. "crate_sticker_pack_boston2018_challengers_rare"
  87124. {
  87125. "[boston2018_team_g2]sticker" "1"
  87126. "[boston2018_team_c9]sticker" "1"
  87127. "[boston2018_team_flip]sticker" "1"
  87128. "[boston2018_team_navi]sticker" "1"
  87129. "[boston2018_team_mss]sticker" "1"
  87130. "[boston2018_team_spr]sticker" "1"
  87131. "[boston2018_team_faze]sticker" "1"
  87132. "[boston2018_team_vega]sticker" "1"
  87133. "[boston2018_team_eleague]sticker" "1"
  87134. }
  87135. "crate_sticker_pack_boston2018_challengers_mythical"
  87136. {
  87137. "[boston2018_team_g2_holo]sticker" "1"
  87138. "[boston2018_team_c9_holo]sticker" "1"
  87139. "[boston2018_team_flip_holo]sticker" "1"
  87140. "[boston2018_team_navi_holo]sticker" "1"
  87141. "[boston2018_team_mss_holo]sticker" "1"
  87142. "[boston2018_team_spr_holo]sticker" "1"
  87143. "[boston2018_team_faze_holo]sticker" "1"
  87144. "[boston2018_team_vega_holo]sticker" "1"
  87145. "[boston2018_team_eleague_holo]sticker" "1"
  87146. }
  87147. "crate_sticker_pack_boston2018_challengers_legendary"
  87148. {
  87149. "[boston2018_team_g2_foil]sticker" "1"
  87150. "[boston2018_team_c9_foil]sticker" "1"
  87151. "[boston2018_team_flip_foil]sticker" "1"
  87152. "[boston2018_team_navi_foil]sticker" "1"
  87153. "[boston2018_team_mss_foil]sticker" "1"
  87154. "[boston2018_team_spr_foil]sticker" "1"
  87155. "[boston2018_team_faze_foil]sticker" "1"
  87156. "[boston2018_team_vega_foil]sticker" "1"
  87157. "[boston2018_team_eleague_foil]sticker" "1"
  87158. }
  87159. "crate_sticker_pack_boston2018_challengers"
  87160. {
  87161. "crate_sticker_pack_boston2018_challengers_mythical" "1"
  87162. "crate_sticker_pack_boston2018_challengers_legendary" "1"
  87163. }
  87164. "crate_sticker_pack_boston2018_contenders_rare"
  87165. {
  87166. "[boston2018_team_spc]sticker" "1"
  87167. "[boston2018_team_liq]sticker" "1"
  87168. "[boston2018_team_avg]sticker" "1"
  87169. "[boston2018_team_ren]sticker" "1"
  87170. "[boston2018_team_nv]sticker" "1"
  87171. "[boston2018_team_mfg]sticker" "1"
  87172. "[boston2018_team_qb]sticker" "1"
  87173. "[boston2018_team_tyl]sticker" "1"
  87174. "[boston2018_team_flg]sticker" "1"
  87175. "[boston2018_team_eleague]sticker" "1"
  87176. }
  87177. "crate_sticker_pack_boston2018_contenders_mythical"
  87178. {
  87179. "[boston2018_team_spc_holo]sticker" "1"
  87180. "[boston2018_team_liq_holo]sticker" "1"
  87181. "[boston2018_team_avg_holo]sticker" "1"
  87182. "[boston2018_team_ren_holo]sticker" "1"
  87183. "[boston2018_team_nv_holo]sticker" "1"
  87184. "[boston2018_team_mfg_holo]sticker" "1"
  87185. "[boston2018_team_qb_holo]sticker" "1"
  87186. "[boston2018_team_tyl_holo]sticker" "1"
  87187. "[boston2018_team_eleague_holo]sticker" "1"
  87188. }
  87189. "crate_sticker_pack_boston2018_contenders_legendary"
  87190. {
  87191. "[boston2018_team_spc_foil]sticker" "1"
  87192. "[boston2018_team_liq_foil]sticker" "1"
  87193. "[boston2018_team_avg_foil]sticker" "1"
  87194. "[boston2018_team_ren_foil]sticker" "1"
  87195. "[boston2018_team_nv_foil]sticker" "1"
  87196. "[boston2018_team_mfg_foil]sticker" "1"
  87197. "[boston2018_team_qb_foil]sticker" "1"
  87198. "[boston2018_team_tyl_foil]sticker" "1"
  87199. "[boston2018_team_eleague_foil]sticker" "1"
  87200. }
  87201. "crate_sticker_pack_boston2018_contenders_flgonly_mythical"
  87202. {
  87203. "[boston2018_team_flg_holo]sticker" "1"
  87204. }
  87205. "crate_sticker_pack_boston2018_contenders_flg_mythical"
  87206. {
  87207. "[boston2018_team_spc_holo]sticker" "1"
  87208. "[boston2018_team_liq_holo]sticker" "1"
  87209. "[boston2018_team_avg_holo]sticker" "1"
  87210. "[boston2018_team_ren_holo]sticker" "1"
  87211. "[boston2018_team_nv_holo]sticker" "1"
  87212. "[boston2018_team_mfg_holo]sticker" "1"
  87213. "[boston2018_team_qb_holo]sticker" "1"
  87214. "[boston2018_team_flg_holo]sticker" "1"
  87215. "[boston2018_team_eleague_holo]sticker" "1"
  87216. }
  87217. "crate_sticker_pack_boston2018_contenders_flgonly_legendary"
  87218. {
  87219. "[boston2018_team_flg_foil]sticker" "1"
  87220. }
  87221. "crate_sticker_pack_boston2018_contenders_flg_legendary"
  87222. {
  87223. "[boston2018_team_spc_foil]sticker" "1"
  87224. "[boston2018_team_liq_foil]sticker" "1"
  87225. "[boston2018_team_avg_foil]sticker" "1"
  87226. "[boston2018_team_ren_foil]sticker" "1"
  87227. "[boston2018_team_nv_foil]sticker" "1"
  87228. "[boston2018_team_mfg_foil]sticker" "1"
  87229. "[boston2018_team_qb_foil]sticker" "1"
  87230. "[boston2018_team_flg_foil]sticker" "1"
  87231. "[boston2018_team_eleague_foil]sticker" "1"
  87232. }
  87233. "crate_sticker_pack_boston2018_contenders"
  87234. {
  87235. "crate_sticker_pack_boston2018_contenders_mythical" "1"
  87236. "crate_sticker_pack_boston2018_contenders_legendary" "1"
  87237. }
  87238. "crate_sticker_pack_boston2018_contenders_flg"
  87239. {
  87240. "crate_sticker_pack_boston2018_contenders_flg_mythical" "1"
  87241. "crate_sticker_pack_boston2018_contenders_flg_legendary" "1"
  87242. }
  87243. "boston2018_signatures_gamb"
  87244. {
  87245. "[boston2018_signature_adrenkz]sticker" "1"
  87246. "[boston2018_signature_adrenkz_foil]sticker" "1"
  87247. "[boston2018_signature_adrenkz_gold]sticker" "1"
  87248. "[boston2018_signature_dosia]sticker" "1"
  87249. "[boston2018_signature_dosia_foil]sticker" "1"
  87250. "[boston2018_signature_dosia_gold]sticker" "1"
  87251. "[boston2018_signature_fitch]sticker" "1"
  87252. "[boston2018_signature_fitch_foil]sticker" "1"
  87253. "[boston2018_signature_fitch_gold]sticker" "1"
  87254. "[boston2018_signature_hobbit]sticker" "1"
  87255. "[boston2018_signature_hobbit_foil]sticker" "1"
  87256. "[boston2018_signature_hobbit_gold]sticker" "1"
  87257. "[boston2018_signature_mou]sticker" "1"
  87258. "[boston2018_signature_mou_foil]sticker" "1"
  87259. "[boston2018_signature_mou_gold]sticker" "1"
  87260. }
  87261. "boston2018_signatures_thv"
  87262. {
  87263. "[boston2018_signature_bit]sticker" "1"
  87264. "[boston2018_signature_bit_foil]sticker" "1"
  87265. "[boston2018_signature_bit_gold]sticker" "1"
  87266. "[boston2018_signature_fnx]sticker" "1"
  87267. "[boston2018_signature_fnx_foil]sticker" "1"
  87268. "[boston2018_signature_fnx_gold]sticker" "1"
  87269. "[boston2018_signature_hen1]sticker" "1"
  87270. "[boston2018_signature_hen1_foil]sticker" "1"
  87271. "[boston2018_signature_hen1_gold]sticker" "1"
  87272. "[boston2018_signature_kngv]sticker" "1"
  87273. "[boston2018_signature_kngv_foil]sticker" "1"
  87274. "[boston2018_signature_kngv_gold]sticker" "1"
  87275. "[boston2018_signature_lucas1]sticker" "1"
  87276. "[boston2018_signature_lucas1_foil]sticker" "1"
  87277. "[boston2018_signature_lucas1_gold]sticker" "1"
  87278. }
  87279. "boston2018_signatures_astr"
  87280. {
  87281. "[boston2018_signature_device]sticker" "1"
  87282. "[boston2018_signature_device_foil]sticker" "1"
  87283. "[boston2018_signature_device_gold]sticker" "1"
  87284. "[boston2018_signature_dupreeh]sticker" "1"
  87285. "[boston2018_signature_dupreeh_foil]sticker" "1"
  87286. "[boston2018_signature_dupreeh_gold]sticker" "1"
  87287. "[boston2018_signature_gla1ve]sticker" "1"
  87288. "[boston2018_signature_gla1ve_foil]sticker" "1"
  87289. "[boston2018_signature_gla1ve_gold]sticker" "1"
  87290. "[boston2018_signature_kjaerbye]sticker" "1"
  87291. "[boston2018_signature_kjaerbye_foil]sticker" "1"
  87292. "[boston2018_signature_kjaerbye_gold]sticker" "1"
  87293. "[boston2018_signature_xyp9x]sticker" "1"
  87294. "[boston2018_signature_xyp9x_foil]sticker" "1"
  87295. "[boston2018_signature_xyp9x_gold]sticker" "1"
  87296. }
  87297. "boston2018_signatures_vp"
  87298. {
  87299. "[boston2018_signature_byali]sticker" "1"
  87300. "[boston2018_signature_byali_foil]sticker" "1"
  87301. "[boston2018_signature_byali_gold]sticker" "1"
  87302. "[boston2018_signature_neo]sticker" "1"
  87303. "[boston2018_signature_neo_foil]sticker" "1"
  87304. "[boston2018_signature_neo_gold]sticker" "1"
  87305. "[boston2018_signature_pasha]sticker" "1"
  87306. "[boston2018_signature_pasha_foil]sticker" "1"
  87307. "[boston2018_signature_pasha_gold]sticker" "1"
  87308. "[boston2018_signature_snax]sticker" "1"
  87309. "[boston2018_signature_snax_foil]sticker" "1"
  87310. "[boston2018_signature_snax_gold]sticker" "1"
  87311. "[boston2018_signature_taz]sticker" "1"
  87312. "[boston2018_signature_taz_foil]sticker" "1"
  87313. "[boston2018_signature_taz_gold]sticker" "1"
  87314. }
  87315. "boston2018_signatures_fntc"
  87316. {
  87317. "[boston2018_signature_flusha]sticker" "1"
  87318. "[boston2018_signature_flusha_foil]sticker" "1"
  87319. "[boston2018_signature_flusha_gold]sticker" "1"
  87320. "[boston2018_signature_golden]sticker" "1"
  87321. "[boston2018_signature_golden_foil]sticker" "1"
  87322. "[boston2018_signature_golden_gold]sticker" "1"
  87323. "[boston2018_signature_jw]sticker" "1"
  87324. "[boston2018_signature_jw_foil]sticker" "1"
  87325. "[boston2018_signature_jw_gold]sticker" "1"
  87326. "[boston2018_signature_krimz]sticker" "1"
  87327. "[boston2018_signature_krimz_foil]sticker" "1"
  87328. "[boston2018_signature_krimz_gold]sticker" "1"
  87329. "[boston2018_signature_lekro]sticker" "1"
  87330. "[boston2018_signature_lekro_foil]sticker" "1"
  87331. "[boston2018_signature_lekro_gold]sticker" "1"
  87332. }
  87333. "boston2018_signatures_sk"
  87334. {
  87335. "[boston2018_signature_coldzera]sticker" "1"
  87336. "[boston2018_signature_coldzera_foil]sticker" "1"
  87337. "[boston2018_signature_coldzera_gold]sticker" "1"
  87338. "[boston2018_signature_fallen]sticker" "1"
  87339. "[boston2018_signature_fallen_foil]sticker" "1"
  87340. "[boston2018_signature_fallen_gold]sticker" "1"
  87341. "[boston2018_signature_felps]sticker" "1"
  87342. "[boston2018_signature_felps_foil]sticker" "1"
  87343. "[boston2018_signature_felps_gold]sticker" "1"
  87344. "[boston2018_signature_fer]sticker" "1"
  87345. "[boston2018_signature_fer_foil]sticker" "1"
  87346. "[boston2018_signature_fer_gold]sticker" "1"
  87347. "[boston2018_signature_taco]sticker" "1"
  87348. "[boston2018_signature_taco_foil]sticker" "1"
  87349. "[boston2018_signature_taco_gold]sticker" "1"
  87350. }
  87351. "boston2018_signatures_big"
  87352. {
  87353. "[boston2018_signature_gobb]sticker" "1"
  87354. "[boston2018_signature_gobb_foil]sticker" "1"
  87355. "[boston2018_signature_gobb_gold]sticker" "1"
  87356. "[boston2018_signature_keev]sticker" "1"
  87357. "[boston2018_signature_keev_foil]sticker" "1"
  87358. "[boston2018_signature_keev_gold]sticker" "1"
  87359. "[boston2018_signature_legija]sticker" "1"
  87360. "[boston2018_signature_legija_foil]sticker" "1"
  87361. "[boston2018_signature_legija_gold]sticker" "1"
  87362. "[boston2018_signature_nex]sticker" "1"
  87363. "[boston2018_signature_nex_foil]sticker" "1"
  87364. "[boston2018_signature_nex_gold]sticker" "1"
  87365. "[boston2018_signature_tabsen]sticker" "1"
  87366. "[boston2018_signature_tabsen_foil]sticker" "1"
  87367. "[boston2018_signature_tabsen_gold]sticker" "1"
  87368. }
  87369. "boston2018_signatures_nor"
  87370. {
  87371. "[boston2018_signature_aizy]sticker" "1"
  87372. "[boston2018_signature_aizy_foil]sticker" "1"
  87373. "[boston2018_signature_aizy_gold]sticker" "1"
  87374. "[boston2018_signature_cajunb]sticker" "1"
  87375. "[boston2018_signature_cajunb_foil]sticker" "1"
  87376. "[boston2018_signature_cajunb_gold]sticker" "1"
  87377. "[boston2018_signature_k0nfig]sticker" "1"
  87378. "[boston2018_signature_k0nfig_foil]sticker" "1"
  87379. "[boston2018_signature_k0nfig_gold]sticker" "1"
  87380. "[boston2018_signature_msl]sticker" "1"
  87381. "[boston2018_signature_msl_foil]sticker" "1"
  87382. "[boston2018_signature_msl_gold]sticker" "1"
  87383. "[boston2018_signature_v4lde]sticker" "1"
  87384. "[boston2018_signature_v4lde_foil]sticker" "1"
  87385. "[boston2018_signature_v4lde_gold]sticker" "1"
  87386. }
  87387. "boston2018_signatures_g2"
  87388. {
  87389. "[boston2018_signature_apex]sticker" "1"
  87390. "[boston2018_signature_apex_foil]sticker" "1"
  87391. "[boston2018_signature_apex_gold]sticker" "1"
  87392. "[boston2018_signature_bodyy]sticker" "1"
  87393. "[boston2018_signature_bodyy_foil]sticker" "1"
  87394. "[boston2018_signature_bodyy_gold]sticker" "1"
  87395. "[boston2018_signature_kennys]sticker" "1"
  87396. "[boston2018_signature_kennys_foil]sticker" "1"
  87397. "[boston2018_signature_kennys_gold]sticker" "1"
  87398. "[boston2018_signature_nbk]sticker" "1"
  87399. "[boston2018_signature_nbk_foil]sticker" "1"
  87400. "[boston2018_signature_nbk_gold]sticker" "1"
  87401. "[boston2018_signature_shox]sticker" "1"
  87402. "[boston2018_signature_shox_foil]sticker" "1"
  87403. "[boston2018_signature_shox_gold]sticker" "1"
  87404. }
  87405. "boston2018_signatures_c9"
  87406. {
  87407. "[boston2018_signature_autimatic]sticker" "1"
  87408. "[boston2018_signature_autimatic_foil]sticker" "1"
  87409. "[boston2018_signature_autimatic_gold]sticker" "1"
  87410. "[boston2018_signature_rush]sticker" "1"
  87411. "[boston2018_signature_rush_foil]sticker" "1"
  87412. "[boston2018_signature_rush_gold]sticker" "1"
  87413. "[boston2018_signature_skadoodle]sticker" "1"
  87414. "[boston2018_signature_skadoodle_foil]sticker" "1"
  87415. "[boston2018_signature_skadoodle_gold]sticker" "1"
  87416. "[boston2018_signature_stewie2k]sticker" "1"
  87417. "[boston2018_signature_stewie2k_foil]sticker" "1"
  87418. "[boston2018_signature_stewie2k_gold]sticker" "1"
  87419. "[boston2018_signature_tarik]sticker" "1"
  87420. "[boston2018_signature_tarik_foil]sticker" "1"
  87421. "[boston2018_signature_tarik_gold]sticker" "1"
  87422. }
  87423. "boston2018_signatures_flip"
  87424. {
  87425. "[boston2018_signature_b1ad3]sticker" "1"
  87426. "[boston2018_signature_b1ad3_foil]sticker" "1"
  87427. "[boston2018_signature_b1ad3_gold]sticker" "1"
  87428. "[boston2018_signature_markeloff]sticker" "1"
  87429. "[boston2018_signature_markeloff_foil]sticker" "1"
  87430. "[boston2018_signature_markeloff_gold]sticker" "1"
  87431. "[boston2018_signature_seized]sticker" "1"
  87432. "[boston2018_signature_seized_foil]sticker" "1"
  87433. "[boston2018_signature_seized_gold]sticker" "1"
  87434. "[boston2018_signature_waylander]sticker" "1"
  87435. "[boston2018_signature_waylander_foil]sticker" "1"
  87436. "[boston2018_signature_waylander_gold]sticker" "1"
  87437. "[boston2018_signature_worldedit]sticker" "1"
  87438. "[boston2018_signature_worldedit_foil]sticker" "1"
  87439. "[boston2018_signature_worldedit_gold]sticker" "1"
  87440. }
  87441. "boston2018_signatures_navi"
  87442. {
  87443. "[boston2018_signature_edward]sticker" "1"
  87444. "[boston2018_signature_edward_foil]sticker" "1"
  87445. "[boston2018_signature_edward_gold]sticker" "1"
  87446. "[boston2018_signature_electronic]sticker" "1"
  87447. "[boston2018_signature_electronic_foil]sticker" "1"
  87448. "[boston2018_signature_electronic_gold]sticker" "1"
  87449. "[boston2018_signature_flamie]sticker" "1"
  87450. "[boston2018_signature_flamie_foil]sticker" "1"
  87451. "[boston2018_signature_flamie_gold]sticker" "1"
  87452. "[boston2018_signature_s1mple]sticker" "1"
  87453. "[boston2018_signature_s1mple_foil]sticker" "1"
  87454. "[boston2018_signature_s1mple_gold]sticker" "1"
  87455. "[boston2018_signature_zeus]sticker" "1"
  87456. "[boston2018_signature_zeus_foil]sticker" "1"
  87457. "[boston2018_signature_zeus_gold]sticker" "1"
  87458. }
  87459. "boston2018_signatures_mss"
  87460. {
  87461. "[boston2018_signature_chrisj]sticker" "1"
  87462. "[boston2018_signature_chrisj_foil]sticker" "1"
  87463. "[boston2018_signature_chrisj_gold]sticker" "1"
  87464. "[boston2018_signature_oskar]sticker" "1"
  87465. "[boston2018_signature_oskar_foil]sticker" "1"
  87466. "[boston2018_signature_oskar_gold]sticker" "1"
  87467. "[boston2018_signature_ropz]sticker" "1"
  87468. "[boston2018_signature_ropz_foil]sticker" "1"
  87469. "[boston2018_signature_ropz_gold]sticker" "1"
  87470. "[boston2018_signature_styko]sticker" "1"
  87471. "[boston2018_signature_styko_foil]sticker" "1"
  87472. "[boston2018_signature_styko_gold]sticker" "1"
  87473. "[boston2018_signature_sunny]sticker" "1"
  87474. "[boston2018_signature_sunny_foil]sticker" "1"
  87475. "[boston2018_signature_sunny_gold]sticker" "1"
  87476. }
  87477. "boston2018_signatures_spr"
  87478. {
  87479. "[boston2018_signature_denis]sticker" "1"
  87480. "[boston2018_signature_denis_foil]sticker" "1"
  87481. "[boston2018_signature_denis_gold]sticker" "1"
  87482. "[boston2018_signature_innocent]sticker" "1"
  87483. "[boston2018_signature_innocent_foil]sticker" "1"
  87484. "[boston2018_signature_innocent_gold]sticker" "1"
  87485. "[boston2018_signature_krystal]sticker" "1"
  87486. "[boston2018_signature_krystal_foil]sticker" "1"
  87487. "[boston2018_signature_krystal_gold]sticker" "1"
  87488. "[boston2018_signature_spiidi]sticker" "1"
  87489. "[boston2018_signature_spiidi_foil]sticker" "1"
  87490. "[boston2018_signature_spiidi_gold]sticker" "1"
  87491. "[boston2018_signature_zehn]sticker" "1"
  87492. "[boston2018_signature_zehn_foil]sticker" "1"
  87493. "[boston2018_signature_zehn_gold]sticker" "1"
  87494. }
  87495. "boston2018_signatures_faze"
  87496. {
  87497. "[boston2018_signature_guardian]sticker" "1"
  87498. "[boston2018_signature_guardian_foil]sticker" "1"
  87499. "[boston2018_signature_guardian_gold]sticker" "1"
  87500. "[boston2018_signature_karrigan]sticker" "1"
  87501. "[boston2018_signature_karrigan_foil]sticker" "1"
  87502. "[boston2018_signature_karrigan_gold]sticker" "1"
  87503. "[boston2018_signature_niko]sticker" "1"
  87504. "[boston2018_signature_niko_foil]sticker" "1"
  87505. "[boston2018_signature_niko_gold]sticker" "1"
  87506. "[boston2018_signature_olofmeister]sticker" "1"
  87507. "[boston2018_signature_olofmeister_foil]sticker" "1"
  87508. "[boston2018_signature_olofmeister_gold]sticker" "1"
  87509. "[boston2018_signature_rain]sticker" "1"
  87510. "[boston2018_signature_rain_foil]sticker" "1"
  87511. "[boston2018_signature_rain_gold]sticker" "1"
  87512. }
  87513. "boston2018_signatures_vega"
  87514. {
  87515. "[boston2018_signature_chopper]sticker" "1"
  87516. "[boston2018_signature_chopper_foil]sticker" "1"
  87517. "[boston2018_signature_chopper_gold]sticker" "1"
  87518. "[boston2018_signature_hutji]sticker" "1"
  87519. "[boston2018_signature_hutji_foil]sticker" "1"
  87520. "[boston2018_signature_hutji_gold]sticker" "1"
  87521. "[boston2018_signature_jr]sticker" "1"
  87522. "[boston2018_signature_jr_foil]sticker" "1"
  87523. "[boston2018_signature_jr_gold]sticker" "1"
  87524. "[boston2018_signature_keshandr]sticker" "1"
  87525. "[boston2018_signature_keshandr_foil]sticker" "1"
  87526. "[boston2018_signature_keshandr_gold]sticker" "1"
  87527. "[boston2018_signature_mir]sticker" "1"
  87528. "[boston2018_signature_mir_foil]sticker" "1"
  87529. "[boston2018_signature_mir_gold]sticker" "1"
  87530. }
  87531. "boston2018_signatures_spc"
  87532. {
  87533. "[boston2018_signature_calyx]sticker" "1"
  87534. "[boston2018_signature_calyx_foil]sticker" "1"
  87535. "[boston2018_signature_calyx_gold]sticker" "1"
  87536. "[boston2018_signature_maj3r]sticker" "1"
  87537. "[boston2018_signature_maj3r_foil]sticker" "1"
  87538. "[boston2018_signature_maj3r_gold]sticker" "1"
  87539. "[boston2018_signature_ngin]sticker" "1"
  87540. "[boston2018_signature_ngin_foil]sticker" "1"
  87541. "[boston2018_signature_ngin_gold]sticker" "1"
  87542. "[boston2018_signature_paz]sticker" "1"
  87543. "[boston2018_signature_paz_foil]sticker" "1"
  87544. "[boston2018_signature_paz_gold]sticker" "1"
  87545. "[boston2018_signature_xantares]sticker" "1"
  87546. "[boston2018_signature_xantares_foil]sticker" "1"
  87547. "[boston2018_signature_xantares_gold]sticker" "1"
  87548. }
  87549. "boston2018_signatures_liq"
  87550. {
  87551. "[boston2018_signature_elige]sticker" "1"
  87552. "[boston2018_signature_elige_foil]sticker" "1"
  87553. "[boston2018_signature_elige_gold]sticker" "1"
  87554. "[boston2018_signature_jdm64]sticker" "1"
  87555. "[boston2018_signature_jdm64_foil]sticker" "1"
  87556. "[boston2018_signature_jdm64_gold]sticker" "1"
  87557. "[boston2018_signature_nitro]sticker" "1"
  87558. "[boston2018_signature_nitro_foil]sticker" "1"
  87559. "[boston2018_signature_nitro_gold]sticker" "1"
  87560. "[boston2018_signature_stanislaw]sticker" "1"
  87561. "[boston2018_signature_stanislaw_foil]sticker" "1"
  87562. "[boston2018_signature_stanislaw_gold]sticker" "1"
  87563. "[boston2018_signature_twistzz]sticker" "1"
  87564. "[boston2018_signature_twistzz_foil]sticker" "1"
  87565. "[boston2018_signature_twistzz_gold]sticker" "1"
  87566. }
  87567. "boston2018_signatures_avg"
  87568. {
  87569. "[boston2018_signature_buster]sticker" "1"
  87570. "[boston2018_signature_buster_foil]sticker" "1"
  87571. "[boston2018_signature_buster_gold]sticker" "1"
  87572. "[boston2018_signature_dimasick]sticker" "1"
  87573. "[boston2018_signature_dimasick_foil]sticker" "1"
  87574. "[boston2018_signature_dimasick_gold]sticker" "1"
  87575. "[boston2018_signature_jame]sticker" "1"
  87576. "[boston2018_signature_jame_foil]sticker" "1"
  87577. "[boston2018_signature_jame_gold]sticker" "1"
  87578. "[boston2018_signature_krizzen]sticker" "1"
  87579. "[boston2018_signature_krizzen_foil]sticker" "1"
  87580. "[boston2018_signature_krizzen_gold]sticker" "1"
  87581. "[boston2018_signature_qikert]sticker" "1"
  87582. "[boston2018_signature_qikert_foil]sticker" "1"
  87583. "[boston2018_signature_qikert_gold]sticker" "1"
  87584. }
  87585. "boston2018_signatures_ren"
  87586. {
  87587. "[boston2018_signature_azr]sticker" "1"
  87588. "[boston2018_signature_azr_foil]sticker" "1"
  87589. "[boston2018_signature_azr_gold]sticker" "1"
  87590. "[boston2018_signature_jks]sticker" "1"
  87591. "[boston2018_signature_jks_foil]sticker" "1"
  87592. "[boston2018_signature_jks_gold]sticker" "1"
  87593. "[boston2018_signature_naf]sticker" "1"
  87594. "[boston2018_signature_naf_foil]sticker" "1"
  87595. "[boston2018_signature_naf_gold]sticker" "1"
  87596. "[boston2018_signature_nifty]sticker" "1"
  87597. "[boston2018_signature_nifty_foil]sticker" "1"
  87598. "[boston2018_signature_nifty_gold]sticker" "1"
  87599. "[boston2018_signature_ustilo]sticker" "1"
  87600. "[boston2018_signature_ustilo_foil]sticker" "1"
  87601. "[boston2018_signature_ustilo_gold]sticker" "1"
  87602. }
  87603. "boston2018_signatures_nv"
  87604. {
  87605. "[boston2018_signature_happy]sticker" "1"
  87606. "[boston2018_signature_happy_foil]sticker" "1"
  87607. "[boston2018_signature_happy_gold]sticker" "1"
  87608. "[boston2018_signature_rpk]sticker" "1"
  87609. "[boston2018_signature_rpk_foil]sticker" "1"
  87610. "[boston2018_signature_rpk_gold]sticker" "1"
  87611. "[boston2018_signature_scream]sticker" "1"
  87612. "[boston2018_signature_scream_foil]sticker" "1"
  87613. "[boston2018_signature_scream_gold]sticker" "1"
  87614. "[boston2018_signature_sixer]sticker" "1"
  87615. "[boston2018_signature_sixer_foil]sticker" "1"
  87616. "[boston2018_signature_sixer_gold]sticker" "1"
  87617. "[boston2018_signature_xms]sticker" "1"
  87618. "[boston2018_signature_xms_foil]sticker" "1"
  87619. "[boston2018_signature_xms_gold]sticker" "1"
  87620. }
  87621. "boston2018_signatures_mfg"
  87622. {
  87623. "[boston2018_signature_amanek]sticker" "1"
  87624. "[boston2018_signature_amanek_foil]sticker" "1"
  87625. "[boston2018_signature_amanek_gold]sticker" "1"
  87626. "[boston2018_signature_devoduvek]sticker" "1"
  87627. "[boston2018_signature_devoduvek_foil]sticker" "1"
  87628. "[boston2018_signature_devoduvek_gold]sticker" "1"
  87629. "[boston2018_signature_sgares]sticker" "1"
  87630. "[boston2018_signature_sgares_foil]sticker" "1"
  87631. "[boston2018_signature_sgares_gold]sticker" "1"
  87632. "[boston2018_signature_shahzam]sticker" "1"
  87633. "[boston2018_signature_shahzam_foil]sticker" "1"
  87634. "[boston2018_signature_shahzam_gold]sticker" "1"
  87635. "[boston2018_signature_sick]sticker" "1"
  87636. "[boston2018_signature_sick_foil]sticker" "1"
  87637. "[boston2018_signature_sick_gold]sticker" "1"
  87638. }
  87639. "boston2018_signatures_qb"
  87640. {
  87641. "[boston2018_signature_balblna]sticker" "1"
  87642. "[boston2018_signature_balblna_foil]sticker" "1"
  87643. "[boston2018_signature_balblna_gold]sticker" "1"
  87644. "[boston2018_signature_boombl4]sticker" "1"
  87645. "[boston2018_signature_boombl4_foil]sticker" "1"
  87646. "[boston2018_signature_boombl4_gold]sticker" "1"
  87647. "[boston2018_signature_jmqa]sticker" "1"
  87648. "[boston2018_signature_jmqa_foil]sticker" "1"
  87649. "[boston2018_signature_jmqa_gold]sticker" "1"
  87650. "[boston2018_signature_kvik]sticker" "1"
  87651. "[boston2018_signature_kvik_foil]sticker" "1"
  87652. "[boston2018_signature_kvik_gold]sticker" "1"
  87653. "[boston2018_signature_waterfallz]sticker" "1"
  87654. "[boston2018_signature_waterfallz_foil]sticker" "1"
  87655. "[boston2018_signature_waterfallz_gold]sticker" "1"
  87656. }
  87657. "boston2018_signatures_tyl"
  87658. {
  87659. "[boston2018_signature_bntet]sticker" "1"
  87660. "[boston2018_signature_bntet_foil]sticker" "1"
  87661. "[boston2018_signature_bntet_gold]sticker" "1"
  87662. "[boston2018_signature_bondik]sticker" "1"
  87663. "[boston2018_signature_bondik_foil]sticker" "1"
  87664. "[boston2018_signature_bondik_gold]sticker" "1"
  87665. "[boston2018_signature_captainmo]sticker" "1"
  87666. "[boston2018_signature_captainmo_foil]sticker" "1"
  87667. "[boston2018_signature_captainmo_gold]sticker" "1"
  87668. "[boston2018_signature_dd]sticker" "1"
  87669. "[boston2018_signature_dd_foil]sticker" "1"
  87670. "[boston2018_signature_dd_gold]sticker" "1"
  87671. "[boston2018_signature_somebody]sticker" "1"
  87672. "[boston2018_signature_somebody_foil]sticker" "1"
  87673. "[boston2018_signature_somebody_gold]sticker" "1"
  87674. }
  87675. "boston2018_signatures_flg"
  87676. {
  87677. "[boston2018_signature_attacker]sticker" "1"
  87678. "[boston2018_signature_attacker_foil]sticker" "1"
  87679. "[boston2018_signature_attacker_gold]sticker" "1"
  87680. "[boston2018_signature_karsa]sticker" "1"
  87681. "[boston2018_signature_karsa_foil]sticker" "1"
  87682. "[boston2018_signature_karsa_gold]sticker" "1"
  87683. "[boston2018_signature_kaze]sticker" "1"
  87684. "[boston2018_signature_kaze_foil]sticker" "1"
  87685. "[boston2018_signature_kaze_gold]sticker" "1"
  87686. "[boston2018_signature_loveyy]sticker" "1"
  87687. "[boston2018_signature_loveyy_foil]sticker" "1"
  87688. "[boston2018_signature_loveyy_gold]sticker" "1"
  87689. "[boston2018_signature_summer]sticker" "1"
  87690. "[boston2018_signature_summer_foil]sticker" "1"
  87691. "[boston2018_signature_summer_gold]sticker" "1"
  87692. }
  87693. "crate_signature_pack_boston2018_group_legends_rare"
  87694. {
  87695. "[boston2018_signature_adrenkz]sticker" "1"
  87696. "[boston2018_signature_dosia]sticker" "1"
  87697. "[boston2018_signature_fitch]sticker" "1"
  87698. "[boston2018_signature_hobbit]sticker" "1"
  87699. "[boston2018_signature_mou]sticker" "1"
  87700. "[boston2018_signature_bit]sticker" "1"
  87701. "[boston2018_signature_fnx]sticker" "1"
  87702. "[boston2018_signature_hen1]sticker" "1"
  87703. "[boston2018_signature_kngv]sticker" "1"
  87704. "[boston2018_signature_lucas1]sticker" "1"
  87705. "[boston2018_signature_device]sticker" "1"
  87706. "[boston2018_signature_dupreeh]sticker" "1"
  87707. "[boston2018_signature_gla1ve]sticker" "1"
  87708. "[boston2018_signature_kjaerbye]sticker" "1"
  87709. "[boston2018_signature_xyp9x]sticker" "1"
  87710. "[boston2018_signature_byali]sticker" "1"
  87711. "[boston2018_signature_neo]sticker" "1"
  87712. "[boston2018_signature_pasha]sticker" "1"
  87713. "[boston2018_signature_snax]sticker" "1"
  87714. "[boston2018_signature_taz]sticker" "1"
  87715. "[boston2018_signature_flusha]sticker" "1"
  87716. "[boston2018_signature_golden]sticker" "1"
  87717. "[boston2018_signature_jw]sticker" "1"
  87718. "[boston2018_signature_krimz]sticker" "1"
  87719. "[boston2018_signature_lekro]sticker" "1"
  87720. "[boston2018_signature_coldzera]sticker" "1"
  87721. "[boston2018_signature_fallen]sticker" "1"
  87722. "[boston2018_signature_felps]sticker" "1"
  87723. "[boston2018_signature_fer]sticker" "1"
  87724. "[boston2018_signature_taco]sticker" "1"
  87725. "[boston2018_signature_gobb]sticker" "1"
  87726. "[boston2018_signature_keev]sticker" "1"
  87727. "[boston2018_signature_legija]sticker" "1"
  87728. "[boston2018_signature_nex]sticker" "1"
  87729. "[boston2018_signature_tabsen]sticker" "1"
  87730. "[boston2018_signature_aizy]sticker" "1"
  87731. "[boston2018_signature_cajunb]sticker" "1"
  87732. "[boston2018_signature_k0nfig]sticker" "1"
  87733. "[boston2018_signature_msl]sticker" "1"
  87734. "[boston2018_signature_v4lde]sticker" "1"
  87735. }
  87736. "crate_signature_pack_boston2018_group_legends_ntv_rare"
  87737. {
  87738. "[boston2018_signature_adrenkz]sticker" "1"
  87739. "[boston2018_signature_dosia]sticker" "1"
  87740. "[boston2018_signature_fitch]sticker" "1"
  87741. "[boston2018_signature_hobbit]sticker" "1"
  87742. "[boston2018_signature_mou]sticker" "1"
  87743. "[boston2018_signature_device]sticker" "1"
  87744. "[boston2018_signature_dupreeh]sticker" "1"
  87745. "[boston2018_signature_gla1ve]sticker" "1"
  87746. "[boston2018_signature_kjaerbye]sticker" "1"
  87747. "[boston2018_signature_xyp9x]sticker" "1"
  87748. "[boston2018_signature_byali]sticker" "1"
  87749. "[boston2018_signature_neo]sticker" "1"
  87750. "[boston2018_signature_pasha]sticker" "1"
  87751. "[boston2018_signature_snax]sticker" "1"
  87752. "[boston2018_signature_taz]sticker" "1"
  87753. "[boston2018_signature_flusha]sticker" "1"
  87754. "[boston2018_signature_golden]sticker" "1"
  87755. "[boston2018_signature_jw]sticker" "1"
  87756. "[boston2018_signature_krimz]sticker" "1"
  87757. "[boston2018_signature_lekro]sticker" "1"
  87758. "[boston2018_signature_coldzera]sticker" "1"
  87759. "[boston2018_signature_fallen]sticker" "1"
  87760. "[boston2018_signature_felps]sticker" "1"
  87761. "[boston2018_signature_fer]sticker" "1"
  87762. "[boston2018_signature_taco]sticker" "1"
  87763. "[boston2018_signature_gobb]sticker" "1"
  87764. "[boston2018_signature_keev]sticker" "1"
  87765. "[boston2018_signature_legija]sticker" "1"
  87766. "[boston2018_signature_nex]sticker" "1"
  87767. "[boston2018_signature_tabsen]sticker" "1"
  87768. "[boston2018_signature_aizy]sticker" "1"
  87769. "[boston2018_signature_cajunb]sticker" "1"
  87770. "[boston2018_signature_k0nfig]sticker" "1"
  87771. "[boston2018_signature_msl]sticker" "1"
  87772. "[boston2018_signature_v4lde]sticker" "1"
  87773. }
  87774. "crate_signature_pack_boston2018_group_legends_foil"
  87775. {
  87776. "[boston2018_signature_adrenkz_foil]sticker" "1"
  87777. "[boston2018_signature_dosia_foil]sticker" "1"
  87778. "[boston2018_signature_fitch_foil]sticker" "1"
  87779. "[boston2018_signature_hobbit_foil]sticker" "1"
  87780. "[boston2018_signature_mou_foil]sticker" "1"
  87781. "[boston2018_signature_bit_foil]sticker" "1"
  87782. "[boston2018_signature_fnx_foil]sticker" "1"
  87783. "[boston2018_signature_hen1_foil]sticker" "1"
  87784. "[boston2018_signature_kngv_foil]sticker" "1"
  87785. "[boston2018_signature_lucas1_foil]sticker" "1"
  87786. "[boston2018_signature_device_foil]sticker" "1"
  87787. "[boston2018_signature_dupreeh_foil]sticker" "1"
  87788. "[boston2018_signature_gla1ve_foil]sticker" "1"
  87789. "[boston2018_signature_kjaerbye_foil]sticker" "1"
  87790. "[boston2018_signature_xyp9x_foil]sticker" "1"
  87791. "[boston2018_signature_byali_foil]sticker" "1"
  87792. "[boston2018_signature_neo_foil]sticker" "1"
  87793. "[boston2018_signature_pasha_foil]sticker" "1"
  87794. "[boston2018_signature_snax_foil]sticker" "1"
  87795. "[boston2018_signature_taz_foil]sticker" "1"
  87796. "[boston2018_signature_flusha_foil]sticker" "1"
  87797. "[boston2018_signature_golden_foil]sticker" "1"
  87798. "[boston2018_signature_jw_foil]sticker" "1"
  87799. "[boston2018_signature_krimz_foil]sticker" "1"
  87800. "[boston2018_signature_lekro_foil]sticker" "1"
  87801. "[boston2018_signature_coldzera_foil]sticker" "1"
  87802. "[boston2018_signature_fallen_foil]sticker" "1"
  87803. "[boston2018_signature_felps_foil]sticker" "1"
  87804. "[boston2018_signature_fer_foil]sticker" "1"
  87805. "[boston2018_signature_taco_foil]sticker" "1"
  87806. "[boston2018_signature_gobb_foil]sticker" "1"
  87807. "[boston2018_signature_keev_foil]sticker" "1"
  87808. "[boston2018_signature_legija_foil]sticker" "1"
  87809. "[boston2018_signature_nex_foil]sticker" "1"
  87810. "[boston2018_signature_tabsen_foil]sticker" "1"
  87811. "[boston2018_signature_aizy_foil]sticker" "1"
  87812. "[boston2018_signature_cajunb_foil]sticker" "1"
  87813. "[boston2018_signature_k0nfig_foil]sticker" "1"
  87814. "[boston2018_signature_msl_foil]sticker" "1"
  87815. "[boston2018_signature_v4lde_foil]sticker" "1"
  87816. }
  87817. "crate_signature_pack_boston2018_group_legends_ntv_foil"
  87818. {
  87819. "[boston2018_signature_adrenkz_foil]sticker" "1"
  87820. "[boston2018_signature_dosia_foil]sticker" "1"
  87821. "[boston2018_signature_fitch_foil]sticker" "1"
  87822. "[boston2018_signature_hobbit_foil]sticker" "1"
  87823. "[boston2018_signature_mou_foil]sticker" "1"
  87824. "[boston2018_signature_device_foil]sticker" "1"
  87825. "[boston2018_signature_dupreeh_foil]sticker" "1"
  87826. "[boston2018_signature_gla1ve_foil]sticker" "1"
  87827. "[boston2018_signature_kjaerbye_foil]sticker" "1"
  87828. "[boston2018_signature_xyp9x_foil]sticker" "1"
  87829. "[boston2018_signature_byali_foil]sticker" "1"
  87830. "[boston2018_signature_neo_foil]sticker" "1"
  87831. "[boston2018_signature_pasha_foil]sticker" "1"
  87832. "[boston2018_signature_snax_foil]sticker" "1"
  87833. "[boston2018_signature_taz_foil]sticker" "1"
  87834. "[boston2018_signature_flusha_foil]sticker" "1"
  87835. "[boston2018_signature_golden_foil]sticker" "1"
  87836. "[boston2018_signature_jw_foil]sticker" "1"
  87837. "[boston2018_signature_krimz_foil]sticker" "1"
  87838. "[boston2018_signature_lekro_foil]sticker" "1"
  87839. "[boston2018_signature_coldzera_foil]sticker" "1"
  87840. "[boston2018_signature_fallen_foil]sticker" "1"
  87841. "[boston2018_signature_felps_foil]sticker" "1"
  87842. "[boston2018_signature_fer_foil]sticker" "1"
  87843. "[boston2018_signature_taco_foil]sticker" "1"
  87844. "[boston2018_signature_gobb_foil]sticker" "1"
  87845. "[boston2018_signature_keev_foil]sticker" "1"
  87846. "[boston2018_signature_legija_foil]sticker" "1"
  87847. "[boston2018_signature_nex_foil]sticker" "1"
  87848. "[boston2018_signature_tabsen_foil]sticker" "1"
  87849. "[boston2018_signature_aizy_foil]sticker" "1"
  87850. "[boston2018_signature_cajunb_foil]sticker" "1"
  87851. "[boston2018_signature_k0nfig_foil]sticker" "1"
  87852. "[boston2018_signature_msl_foil]sticker" "1"
  87853. "[boston2018_signature_v4lde_foil]sticker" "1"
  87854. }
  87855. "crate_signature_pack_boston2018_group_legends_gold"
  87856. {
  87857. "[boston2018_signature_adrenkz_gold]sticker" "1"
  87858. "[boston2018_signature_dosia_gold]sticker" "1"
  87859. "[boston2018_signature_fitch_gold]sticker" "1"
  87860. "[boston2018_signature_hobbit_gold]sticker" "1"
  87861. "[boston2018_signature_mou_gold]sticker" "1"
  87862. "[boston2018_signature_bit_gold]sticker" "1"
  87863. "[boston2018_signature_fnx_gold]sticker" "1"
  87864. "[boston2018_signature_hen1_gold]sticker" "1"
  87865. "[boston2018_signature_kngv_gold]sticker" "1"
  87866. "[boston2018_signature_lucas1_gold]sticker" "1"
  87867. "[boston2018_signature_device_gold]sticker" "1"
  87868. "[boston2018_signature_dupreeh_gold]sticker" "1"
  87869. "[boston2018_signature_gla1ve_gold]sticker" "1"
  87870. "[boston2018_signature_kjaerbye_gold]sticker" "1"
  87871. "[boston2018_signature_xyp9x_gold]sticker" "1"
  87872. "[boston2018_signature_byali_gold]sticker" "1"
  87873. "[boston2018_signature_neo_gold]sticker" "1"
  87874. "[boston2018_signature_pasha_gold]sticker" "1"
  87875. "[boston2018_signature_snax_gold]sticker" "1"
  87876. "[boston2018_signature_taz_gold]sticker" "1"
  87877. "[boston2018_signature_flusha_gold]sticker" "1"
  87878. "[boston2018_signature_golden_gold]sticker" "1"
  87879. "[boston2018_signature_jw_gold]sticker" "1"
  87880. "[boston2018_signature_krimz_gold]sticker" "1"
  87881. "[boston2018_signature_lekro_gold]sticker" "1"
  87882. "[boston2018_signature_coldzera_gold]sticker" "1"
  87883. "[boston2018_signature_fallen_gold]sticker" "1"
  87884. "[boston2018_signature_felps_gold]sticker" "1"
  87885. "[boston2018_signature_fer_gold]sticker" "1"
  87886. "[boston2018_signature_taco_gold]sticker" "1"
  87887. "[boston2018_signature_gobb_gold]sticker" "1"
  87888. "[boston2018_signature_keev_gold]sticker" "1"
  87889. "[boston2018_signature_legija_gold]sticker" "1"
  87890. "[boston2018_signature_nex_gold]sticker" "1"
  87891. "[boston2018_signature_tabsen_gold]sticker" "1"
  87892. "[boston2018_signature_aizy_gold]sticker" "1"
  87893. "[boston2018_signature_cajunb_gold]sticker" "1"
  87894. "[boston2018_signature_k0nfig_gold]sticker" "1"
  87895. "[boston2018_signature_msl_gold]sticker" "1"
  87896. "[boston2018_signature_v4lde_gold]sticker" "1"
  87897. }
  87898. "crate_signature_pack_boston2018_group_legends_ntv_gold"
  87899. {
  87900. "[boston2018_signature_adrenkz_gold]sticker" "1"
  87901. "[boston2018_signature_dosia_gold]sticker" "1"
  87902. "[boston2018_signature_fitch_gold]sticker" "1"
  87903. "[boston2018_signature_hobbit_gold]sticker" "1"
  87904. "[boston2018_signature_mou_gold]sticker" "1"
  87905. "[boston2018_signature_device_gold]sticker" "1"
  87906. "[boston2018_signature_dupreeh_gold]sticker" "1"
  87907. "[boston2018_signature_gla1ve_gold]sticker" "1"
  87908. "[boston2018_signature_kjaerbye_gold]sticker" "1"
  87909. "[boston2018_signature_xyp9x_gold]sticker" "1"
  87910. "[boston2018_signature_byali_gold]sticker" "1"
  87911. "[boston2018_signature_neo_gold]sticker" "1"
  87912. "[boston2018_signature_pasha_gold]sticker" "1"
  87913. "[boston2018_signature_snax_gold]sticker" "1"
  87914. "[boston2018_signature_taz_gold]sticker" "1"
  87915. "[boston2018_signature_flusha_gold]sticker" "1"
  87916. "[boston2018_signature_golden_gold]sticker" "1"
  87917. "[boston2018_signature_jw_gold]sticker" "1"
  87918. "[boston2018_signature_krimz_gold]sticker" "1"
  87919. "[boston2018_signature_lekro_gold]sticker" "1"
  87920. "[boston2018_signature_coldzera_gold]sticker" "1"
  87921. "[boston2018_signature_fallen_gold]sticker" "1"
  87922. "[boston2018_signature_felps_gold]sticker" "1"
  87923. "[boston2018_signature_fer_gold]sticker" "1"
  87924. "[boston2018_signature_taco_gold]sticker" "1"
  87925. "[boston2018_signature_gobb_gold]sticker" "1"
  87926. "[boston2018_signature_keev_gold]sticker" "1"
  87927. "[boston2018_signature_legija_gold]sticker" "1"
  87928. "[boston2018_signature_nex_gold]sticker" "1"
  87929. "[boston2018_signature_tabsen_gold]sticker" "1"
  87930. "[boston2018_signature_aizy_gold]sticker" "1"
  87931. "[boston2018_signature_cajunb_gold]sticker" "1"
  87932. "[boston2018_signature_k0nfig_gold]sticker" "1"
  87933. "[boston2018_signature_msl_gold]sticker" "1"
  87934. "[boston2018_signature_v4lde_gold]sticker" "1"
  87935. }
  87936. "crate_signature_pack_boston2018_group_challengers_rare"
  87937. {
  87938. "[boston2018_signature_apex]sticker" "1"
  87939. "[boston2018_signature_bodyy]sticker" "1"
  87940. "[boston2018_signature_kennys]sticker" "1"
  87941. "[boston2018_signature_nbk]sticker" "1"
  87942. "[boston2018_signature_shox]sticker" "1"
  87943. "[boston2018_signature_autimatic]sticker" "1"
  87944. "[boston2018_signature_rush]sticker" "1"
  87945. "[boston2018_signature_skadoodle]sticker" "1"
  87946. "[boston2018_signature_stewie2k]sticker" "1"
  87947. "[boston2018_signature_tarik]sticker" "1"
  87948. "[boston2018_signature_b1ad3]sticker" "1"
  87949. "[boston2018_signature_markeloff]sticker" "1"
  87950. "[boston2018_signature_seized]sticker" "1"
  87951. "[boston2018_signature_waylander]sticker" "1"
  87952. "[boston2018_signature_worldedit]sticker" "1"
  87953. "[boston2018_signature_edward]sticker" "1"
  87954. "[boston2018_signature_electronic]sticker" "1"
  87955. "[boston2018_signature_flamie]sticker" "1"
  87956. "[boston2018_signature_s1mple]sticker" "1"
  87957. "[boston2018_signature_zeus]sticker" "1"
  87958. "[boston2018_signature_chrisj]sticker" "1"
  87959. "[boston2018_signature_oskar]sticker" "1"
  87960. "[boston2018_signature_ropz]sticker" "1"
  87961. "[boston2018_signature_styko]sticker" "1"
  87962. "[boston2018_signature_sunny]sticker" "1"
  87963. "[boston2018_signature_denis]sticker" "1"
  87964. "[boston2018_signature_innocent]sticker" "1"
  87965. "[boston2018_signature_krystal]sticker" "1"
  87966. "[boston2018_signature_spiidi]sticker" "1"
  87967. "[boston2018_signature_zehn]sticker" "1"
  87968. "[boston2018_signature_guardian]sticker" "1"
  87969. "[boston2018_signature_karrigan]sticker" "1"
  87970. "[boston2018_signature_niko]sticker" "1"
  87971. "[boston2018_signature_olofmeister]sticker" "1"
  87972. "[boston2018_signature_rain]sticker" "1"
  87973. "[boston2018_signature_chopper]sticker" "1"
  87974. "[boston2018_signature_hutji]sticker" "1"
  87975. "[boston2018_signature_jr]sticker" "1"
  87976. "[boston2018_signature_keshandr]sticker" "1"
  87977. "[boston2018_signature_mir]sticker" "1"
  87978. }
  87979. "crate_signature_pack_boston2018_group_challengers_foil"
  87980. {
  87981. "[boston2018_signature_apex_foil]sticker" "1"
  87982. "[boston2018_signature_bodyy_foil]sticker" "1"
  87983. "[boston2018_signature_kennys_foil]sticker" "1"
  87984. "[boston2018_signature_nbk_foil]sticker" "1"
  87985. "[boston2018_signature_shox_foil]sticker" "1"
  87986. "[boston2018_signature_autimatic_foil]sticker" "1"
  87987. "[boston2018_signature_rush_foil]sticker" "1"
  87988. "[boston2018_signature_skadoodle_foil]sticker" "1"
  87989. "[boston2018_signature_stewie2k_foil]sticker" "1"
  87990. "[boston2018_signature_tarik_foil]sticker" "1"
  87991. "[boston2018_signature_b1ad3_foil]sticker" "1"
  87992. "[boston2018_signature_markeloff_foil]sticker" "1"
  87993. "[boston2018_signature_seized_foil]sticker" "1"
  87994. "[boston2018_signature_waylander_foil]sticker" "1"
  87995. "[boston2018_signature_worldedit_foil]sticker" "1"
  87996. "[boston2018_signature_edward_foil]sticker" "1"
  87997. "[boston2018_signature_electronic_foil]sticker" "1"
  87998. "[boston2018_signature_flamie_foil]sticker" "1"
  87999. "[boston2018_signature_s1mple_foil]sticker" "1"
  88000. "[boston2018_signature_zeus_foil]sticker" "1"
  88001. "[boston2018_signature_chrisj_foil]sticker" "1"
  88002. "[boston2018_signature_oskar_foil]sticker" "1"
  88003. "[boston2018_signature_ropz_foil]sticker" "1"
  88004. "[boston2018_signature_styko_foil]sticker" "1"
  88005. "[boston2018_signature_sunny_foil]sticker" "1"
  88006. "[boston2018_signature_denis_foil]sticker" "1"
  88007. "[boston2018_signature_innocent_foil]sticker" "1"
  88008. "[boston2018_signature_krystal_foil]sticker" "1"
  88009. "[boston2018_signature_spiidi_foil]sticker" "1"
  88010. "[boston2018_signature_zehn_foil]sticker" "1"
  88011. "[boston2018_signature_guardian_foil]sticker" "1"
  88012. "[boston2018_signature_karrigan_foil]sticker" "1"
  88013. "[boston2018_signature_niko_foil]sticker" "1"
  88014. "[boston2018_signature_olofmeister_foil]sticker" "1"
  88015. "[boston2018_signature_rain_foil]sticker" "1"
  88016. "[boston2018_signature_chopper_foil]sticker" "1"
  88017. "[boston2018_signature_hutji_foil]sticker" "1"
  88018. "[boston2018_signature_jr_foil]sticker" "1"
  88019. "[boston2018_signature_keshandr_foil]sticker" "1"
  88020. "[boston2018_signature_mir_foil]sticker" "1"
  88021. }
  88022. "crate_signature_pack_boston2018_group_challengers_gold"
  88023. {
  88024. "[boston2018_signature_apex_gold]sticker" "1"
  88025. "[boston2018_signature_bodyy_gold]sticker" "1"
  88026. "[boston2018_signature_kennys_gold]sticker" "1"
  88027. "[boston2018_signature_nbk_gold]sticker" "1"
  88028. "[boston2018_signature_shox_gold]sticker" "1"
  88029. "[boston2018_signature_autimatic_gold]sticker" "1"
  88030. "[boston2018_signature_rush_gold]sticker" "1"
  88031. "[boston2018_signature_skadoodle_gold]sticker" "1"
  88032. "[boston2018_signature_stewie2k_gold]sticker" "1"
  88033. "[boston2018_signature_tarik_gold]sticker" "1"
  88034. "[boston2018_signature_b1ad3_gold]sticker" "1"
  88035. "[boston2018_signature_markeloff_gold]sticker" "1"
  88036. "[boston2018_signature_seized_gold]sticker" "1"
  88037. "[boston2018_signature_waylander_gold]sticker" "1"
  88038. "[boston2018_signature_worldedit_gold]sticker" "1"
  88039. "[boston2018_signature_edward_gold]sticker" "1"
  88040. "[boston2018_signature_electronic_gold]sticker" "1"
  88041. "[boston2018_signature_flamie_gold]sticker" "1"
  88042. "[boston2018_signature_s1mple_gold]sticker" "1"
  88043. "[boston2018_signature_zeus_gold]sticker" "1"
  88044. "[boston2018_signature_chrisj_gold]sticker" "1"
  88045. "[boston2018_signature_oskar_gold]sticker" "1"
  88046. "[boston2018_signature_ropz_gold]sticker" "1"
  88047. "[boston2018_signature_styko_gold]sticker" "1"
  88048. "[boston2018_signature_sunny_gold]sticker" "1"
  88049. "[boston2018_signature_denis_gold]sticker" "1"
  88050. "[boston2018_signature_innocent_gold]sticker" "1"
  88051. "[boston2018_signature_krystal_gold]sticker" "1"
  88052. "[boston2018_signature_spiidi_gold]sticker" "1"
  88053. "[boston2018_signature_zehn_gold]sticker" "1"
  88054. "[boston2018_signature_guardian_gold]sticker" "1"
  88055. "[boston2018_signature_karrigan_gold]sticker" "1"
  88056. "[boston2018_signature_niko_gold]sticker" "1"
  88057. "[boston2018_signature_olofmeister_gold]sticker" "1"
  88058. "[boston2018_signature_rain_gold]sticker" "1"
  88059. "[boston2018_signature_chopper_gold]sticker" "1"
  88060. "[boston2018_signature_hutji_gold]sticker" "1"
  88061. "[boston2018_signature_jr_gold]sticker" "1"
  88062. "[boston2018_signature_keshandr_gold]sticker" "1"
  88063. "[boston2018_signature_mir_gold]sticker" "1"
  88064. }
  88065. "crate_signature_pack_boston2018_group_contenders_rare"
  88066. {
  88067. "[boston2018_signature_calyx]sticker" "1"
  88068. "[boston2018_signature_maj3r]sticker" "1"
  88069. "[boston2018_signature_ngin]sticker" "1"
  88070. "[boston2018_signature_paz]sticker" "1"
  88071. "[boston2018_signature_xantares]sticker" "1"
  88072. "[boston2018_signature_elige]sticker" "1"
  88073. "[boston2018_signature_jdm64]sticker" "1"
  88074. "[boston2018_signature_nitro]sticker" "1"
  88075. "[boston2018_signature_stanislaw]sticker" "1"
  88076. "[boston2018_signature_twistzz]sticker" "1"
  88077. "[boston2018_signature_buster]sticker" "1"
  88078. "[boston2018_signature_dimasick]sticker" "1"
  88079. "[boston2018_signature_jame]sticker" "1"
  88080. "[boston2018_signature_krizzen]sticker" "1"
  88081. "[boston2018_signature_qikert]sticker" "1"
  88082. "[boston2018_signature_azr]sticker" "1"
  88083. "[boston2018_signature_jks]sticker" "1"
  88084. "[boston2018_signature_naf]sticker" "1"
  88085. "[boston2018_signature_nifty]sticker" "1"
  88086. "[boston2018_signature_ustilo]sticker" "1"
  88087. "[boston2018_signature_happy]sticker" "1"
  88088. "[boston2018_signature_rpk]sticker" "1"
  88089. "[boston2018_signature_scream]sticker" "1"
  88090. "[boston2018_signature_sixer]sticker" "1"
  88091. "[boston2018_signature_xms]sticker" "1"
  88092. "[boston2018_signature_amanek]sticker" "1"
  88093. "[boston2018_signature_devoduvek]sticker" "1"
  88094. "[boston2018_signature_sgares]sticker" "1"
  88095. "[boston2018_signature_shahzam]sticker" "1"
  88096. "[boston2018_signature_sick]sticker" "1"
  88097. "[boston2018_signature_balblna]sticker" "1"
  88098. "[boston2018_signature_boombl4]sticker" "1"
  88099. "[boston2018_signature_jmqa]sticker" "1"
  88100. "[boston2018_signature_kvik]sticker" "1"
  88101. "[boston2018_signature_waterfallz]sticker" "1"
  88102. "[boston2018_signature_bntet]sticker" "1"
  88103. "[boston2018_signature_bondik]sticker" "1"
  88104. "[boston2018_signature_captainmo]sticker" "1"
  88105. "[boston2018_signature_dd]sticker" "1"
  88106. "[boston2018_signature_somebody]sticker" "1"
  88107. }
  88108. "crate_signature_pack_boston2018_group_contenders_foil"
  88109. {
  88110. "[boston2018_signature_calyx_foil]sticker" "1"
  88111. "[boston2018_signature_maj3r_foil]sticker" "1"
  88112. "[boston2018_signature_ngin_foil]sticker" "1"
  88113. "[boston2018_signature_paz_foil]sticker" "1"
  88114. "[boston2018_signature_xantares_foil]sticker" "1"
  88115. "[boston2018_signature_elige_foil]sticker" "1"
  88116. "[boston2018_signature_jdm64_foil]sticker" "1"
  88117. "[boston2018_signature_nitro_foil]sticker" "1"
  88118. "[boston2018_signature_stanislaw_foil]sticker" "1"
  88119. "[boston2018_signature_twistzz_foil]sticker" "1"
  88120. "[boston2018_signature_buster_foil]sticker" "1"
  88121. "[boston2018_signature_dimasick_foil]sticker" "1"
  88122. "[boston2018_signature_jame_foil]sticker" "1"
  88123. "[boston2018_signature_krizzen_foil]sticker" "1"
  88124. "[boston2018_signature_qikert_foil]sticker" "1"
  88125. "[boston2018_signature_azr_foil]sticker" "1"
  88126. "[boston2018_signature_jks_foil]sticker" "1"
  88127. "[boston2018_signature_naf_foil]sticker" "1"
  88128. "[boston2018_signature_nifty_foil]sticker" "1"
  88129. "[boston2018_signature_ustilo_foil]sticker" "1"
  88130. "[boston2018_signature_happy_foil]sticker" "1"
  88131. "[boston2018_signature_rpk_foil]sticker" "1"
  88132. "[boston2018_signature_scream_foil]sticker" "1"
  88133. "[boston2018_signature_sixer_foil]sticker" "1"
  88134. "[boston2018_signature_xms_foil]sticker" "1"
  88135. "[boston2018_signature_amanek_foil]sticker" "1"
  88136. "[boston2018_signature_devoduvek_foil]sticker" "1"
  88137. "[boston2018_signature_sgares_foil]sticker" "1"
  88138. "[boston2018_signature_shahzam_foil]sticker" "1"
  88139. "[boston2018_signature_sick_foil]sticker" "1"
  88140. "[boston2018_signature_balblna_foil]sticker" "1"
  88141. "[boston2018_signature_boombl4_foil]sticker" "1"
  88142. "[boston2018_signature_jmqa_foil]sticker" "1"
  88143. "[boston2018_signature_kvik_foil]sticker" "1"
  88144. "[boston2018_signature_waterfallz_foil]sticker" "1"
  88145. "[boston2018_signature_bntet_foil]sticker" "1"
  88146. "[boston2018_signature_bondik_foil]sticker" "1"
  88147. "[boston2018_signature_captainmo_foil]sticker" "1"
  88148. "[boston2018_signature_dd_foil]sticker" "1"
  88149. "[boston2018_signature_somebody_foil]sticker" "1"
  88150. }
  88151. "crate_signature_pack_boston2018_group_contenders_gold"
  88152. {
  88153. "[boston2018_signature_calyx_gold]sticker" "1"
  88154. "[boston2018_signature_maj3r_gold]sticker" "1"
  88155. "[boston2018_signature_ngin_gold]sticker" "1"
  88156. "[boston2018_signature_paz_gold]sticker" "1"
  88157. "[boston2018_signature_xantares_gold]sticker" "1"
  88158. "[boston2018_signature_elige_gold]sticker" "1"
  88159. "[boston2018_signature_jdm64_gold]sticker" "1"
  88160. "[boston2018_signature_nitro_gold]sticker" "1"
  88161. "[boston2018_signature_stanislaw_gold]sticker" "1"
  88162. "[boston2018_signature_twistzz_gold]sticker" "1"
  88163. "[boston2018_signature_buster_gold]sticker" "1"
  88164. "[boston2018_signature_dimasick_gold]sticker" "1"
  88165. "[boston2018_signature_jame_gold]sticker" "1"
  88166. "[boston2018_signature_krizzen_gold]sticker" "1"
  88167. "[boston2018_signature_qikert_gold]sticker" "1"
  88168. "[boston2018_signature_azr_gold]sticker" "1"
  88169. "[boston2018_signature_jks_gold]sticker" "1"
  88170. "[boston2018_signature_naf_gold]sticker" "1"
  88171. "[boston2018_signature_nifty_gold]sticker" "1"
  88172. "[boston2018_signature_ustilo_gold]sticker" "1"
  88173. "[boston2018_signature_happy_gold]sticker" "1"
  88174. "[boston2018_signature_rpk_gold]sticker" "1"
  88175. "[boston2018_signature_scream_gold]sticker" "1"
  88176. "[boston2018_signature_sixer_gold]sticker" "1"
  88177. "[boston2018_signature_xms_gold]sticker" "1"
  88178. "[boston2018_signature_amanek_gold]sticker" "1"
  88179. "[boston2018_signature_devoduvek_gold]sticker" "1"
  88180. "[boston2018_signature_sgares_gold]sticker" "1"
  88181. "[boston2018_signature_shahzam_gold]sticker" "1"
  88182. "[boston2018_signature_sick_gold]sticker" "1"
  88183. "[boston2018_signature_balblna_gold]sticker" "1"
  88184. "[boston2018_signature_boombl4_gold]sticker" "1"
  88185. "[boston2018_signature_jmqa_gold]sticker" "1"
  88186. "[boston2018_signature_kvik_gold]sticker" "1"
  88187. "[boston2018_signature_waterfallz_gold]sticker" "1"
  88188. "[boston2018_signature_bntet_gold]sticker" "1"
  88189. "[boston2018_signature_bondik_gold]sticker" "1"
  88190. "[boston2018_signature_captainmo_gold]sticker" "1"
  88191. "[boston2018_signature_dd_gold]sticker" "1"
  88192. "[boston2018_signature_somebody_gold]sticker" "1"
  88193. }
  88194. "crate_signature_pack_boston2018_group_contenders_flgonly_rare"
  88195. {
  88196. "[boston2018_signature_attacker]sticker" "1"
  88197. "[boston2018_signature_karsa]sticker" "1"
  88198. "[boston2018_signature_kaze]sticker" "1"
  88199. "[boston2018_signature_loveyy]sticker" "1"
  88200. "[boston2018_signature_summer]sticker" "1"
  88201. }
  88202. "crate_signature_pack_boston2018_group_contenders_flgonly_foil"
  88203. {
  88204. "[boston2018_signature_attacker_foil]sticker" "1"
  88205. "[boston2018_signature_karsa_foil]sticker" "1"
  88206. "[boston2018_signature_kaze_foil]sticker" "1"
  88207. "[boston2018_signature_loveyy_foil]sticker" "1"
  88208. "[boston2018_signature_summer_foil]sticker" "1"
  88209. }
  88210. "crate_signature_pack_boston2018_group_contenders_flgonly_gold"
  88211. {
  88212. "[boston2018_signature_attacker_gold]sticker" "1"
  88213. "[boston2018_signature_karsa_gold]sticker" "1"
  88214. "[boston2018_signature_kaze_gold]sticker" "1"
  88215. "[boston2018_signature_loveyy_gold]sticker" "1"
  88216. "[boston2018_signature_summer_gold]sticker" "1"
  88217. }
  88218. "crate_signature_pack_boston2018_group_contenders_flg_rare"
  88219. {
  88220. "[boston2018_signature_calyx]sticker" "1"
  88221. "[boston2018_signature_maj3r]sticker" "1"
  88222. "[boston2018_signature_ngin]sticker" "1"
  88223. "[boston2018_signature_paz]sticker" "1"
  88224. "[boston2018_signature_xantares]sticker" "1"
  88225. "[boston2018_signature_elige]sticker" "1"
  88226. "[boston2018_signature_jdm64]sticker" "1"
  88227. "[boston2018_signature_nitro]sticker" "1"
  88228. "[boston2018_signature_stanislaw]sticker" "1"
  88229. "[boston2018_signature_twistzz]sticker" "1"
  88230. "[boston2018_signature_buster]sticker" "1"
  88231. "[boston2018_signature_dimasick]sticker" "1"
  88232. "[boston2018_signature_jame]sticker" "1"
  88233. "[boston2018_signature_krizzen]sticker" "1"
  88234. "[boston2018_signature_qikert]sticker" "1"
  88235. "[boston2018_signature_azr]sticker" "1"
  88236. "[boston2018_signature_jks]sticker" "1"
  88237. "[boston2018_signature_naf]sticker" "1"
  88238. "[boston2018_signature_nifty]sticker" "1"
  88239. "[boston2018_signature_ustilo]sticker" "1"
  88240. "[boston2018_signature_happy]sticker" "1"
  88241. "[boston2018_signature_rpk]sticker" "1"
  88242. "[boston2018_signature_scream]sticker" "1"
  88243. "[boston2018_signature_sixer]sticker" "1"
  88244. "[boston2018_signature_xms]sticker" "1"
  88245. "[boston2018_signature_amanek]sticker" "1"
  88246. "[boston2018_signature_devoduvek]sticker" "1"
  88247. "[boston2018_signature_sgares]sticker" "1"
  88248. "[boston2018_signature_shahzam]sticker" "1"
  88249. "[boston2018_signature_sick]sticker" "1"
  88250. "[boston2018_signature_balblna]sticker" "1"
  88251. "[boston2018_signature_boombl4]sticker" "1"
  88252. "[boston2018_signature_jmqa]sticker" "1"
  88253. "[boston2018_signature_kvik]sticker" "1"
  88254. "[boston2018_signature_waterfallz]sticker" "1"
  88255. "[boston2018_signature_attacker]sticker" "1"
  88256. "[boston2018_signature_karsa]sticker" "1"
  88257. "[boston2018_signature_kaze]sticker" "1"
  88258. "[boston2018_signature_loveyy]sticker" "1"
  88259. "[boston2018_signature_summer]sticker" "1"
  88260. }
  88261. "crate_signature_pack_boston2018_group_contenders_flg_foil"
  88262. {
  88263. "[boston2018_signature_calyx_foil]sticker" "1"
  88264. "[boston2018_signature_maj3r_foil]sticker" "1"
  88265. "[boston2018_signature_ngin_foil]sticker" "1"
  88266. "[boston2018_signature_paz_foil]sticker" "1"
  88267. "[boston2018_signature_xantares_foil]sticker" "1"
  88268. "[boston2018_signature_elige_foil]sticker" "1"
  88269. "[boston2018_signature_jdm64_foil]sticker" "1"
  88270. "[boston2018_signature_nitro_foil]sticker" "1"
  88271. "[boston2018_signature_stanislaw_foil]sticker" "1"
  88272. "[boston2018_signature_twistzz_foil]sticker" "1"
  88273. "[boston2018_signature_buster_foil]sticker" "1"
  88274. "[boston2018_signature_dimasick_foil]sticker" "1"
  88275. "[boston2018_signature_jame_foil]sticker" "1"
  88276. "[boston2018_signature_krizzen_foil]sticker" "1"
  88277. "[boston2018_signature_qikert_foil]sticker" "1"
  88278. "[boston2018_signature_azr_foil]sticker" "1"
  88279. "[boston2018_signature_jks_foil]sticker" "1"
  88280. "[boston2018_signature_naf_foil]sticker" "1"
  88281. "[boston2018_signature_nifty_foil]sticker" "1"
  88282. "[boston2018_signature_ustilo_foil]sticker" "1"
  88283. "[boston2018_signature_happy_foil]sticker" "1"
  88284. "[boston2018_signature_rpk_foil]sticker" "1"
  88285. "[boston2018_signature_scream_foil]sticker" "1"
  88286. "[boston2018_signature_sixer_foil]sticker" "1"
  88287. "[boston2018_signature_xms_foil]sticker" "1"
  88288. "[boston2018_signature_amanek_foil]sticker" "1"
  88289. "[boston2018_signature_devoduvek_foil]sticker" "1"
  88290. "[boston2018_signature_sgares_foil]sticker" "1"
  88291. "[boston2018_signature_shahzam_foil]sticker" "1"
  88292. "[boston2018_signature_sick_foil]sticker" "1"
  88293. "[boston2018_signature_balblna_foil]sticker" "1"
  88294. "[boston2018_signature_boombl4_foil]sticker" "1"
  88295. "[boston2018_signature_jmqa_foil]sticker" "1"
  88296. "[boston2018_signature_kvik_foil]sticker" "1"
  88297. "[boston2018_signature_waterfallz_foil]sticker" "1"
  88298. "[boston2018_signature_attacker_foil]sticker" "1"
  88299. "[boston2018_signature_karsa_foil]sticker" "1"
  88300. "[boston2018_signature_kaze_foil]sticker" "1"
  88301. "[boston2018_signature_loveyy_foil]sticker" "1"
  88302. "[boston2018_signature_summer_foil]sticker" "1"
  88303. }
  88304. "crate_signature_pack_boston2018_group_contenders_flg_gold"
  88305. {
  88306. "[boston2018_signature_calyx_gold]sticker" "1"
  88307. "[boston2018_signature_maj3r_gold]sticker" "1"
  88308. "[boston2018_signature_ngin_gold]sticker" "1"
  88309. "[boston2018_signature_paz_gold]sticker" "1"
  88310. "[boston2018_signature_xantares_gold]sticker" "1"
  88311. "[boston2018_signature_elige_gold]sticker" "1"
  88312. "[boston2018_signature_jdm64_gold]sticker" "1"
  88313. "[boston2018_signature_nitro_gold]sticker" "1"
  88314. "[boston2018_signature_stanislaw_gold]sticker" "1"
  88315. "[boston2018_signature_twistzz_gold]sticker" "1"
  88316. "[boston2018_signature_buster_gold]sticker" "1"
  88317. "[boston2018_signature_dimasick_gold]sticker" "1"
  88318. "[boston2018_signature_jame_gold]sticker" "1"
  88319. "[boston2018_signature_krizzen_gold]sticker" "1"
  88320. "[boston2018_signature_qikert_gold]sticker" "1"
  88321. "[boston2018_signature_azr_gold]sticker" "1"
  88322. "[boston2018_signature_jks_gold]sticker" "1"
  88323. "[boston2018_signature_naf_gold]sticker" "1"
  88324. "[boston2018_signature_nifty_gold]sticker" "1"
  88325. "[boston2018_signature_ustilo_gold]sticker" "1"
  88326. "[boston2018_signature_happy_gold]sticker" "1"
  88327. "[boston2018_signature_rpk_gold]sticker" "1"
  88328. "[boston2018_signature_scream_gold]sticker" "1"
  88329. "[boston2018_signature_sixer_gold]sticker" "1"
  88330. "[boston2018_signature_xms_gold]sticker" "1"
  88331. "[boston2018_signature_amanek_gold]sticker" "1"
  88332. "[boston2018_signature_devoduvek_gold]sticker" "1"
  88333. "[boston2018_signature_sgares_gold]sticker" "1"
  88334. "[boston2018_signature_shahzam_gold]sticker" "1"
  88335. "[boston2018_signature_sick_gold]sticker" "1"
  88336. "[boston2018_signature_balblna_gold]sticker" "1"
  88337. "[boston2018_signature_boombl4_gold]sticker" "1"
  88338. "[boston2018_signature_jmqa_gold]sticker" "1"
  88339. "[boston2018_signature_kvik_gold]sticker" "1"
  88340. "[boston2018_signature_waterfallz_gold]sticker" "1"
  88341. "[boston2018_signature_attacker_gold]sticker" "1"
  88342. "[boston2018_signature_karsa_gold]sticker" "1"
  88343. "[boston2018_signature_kaze_gold]sticker" "1"
  88344. "[boston2018_signature_loveyy_gold]sticker" "1"
  88345. "[boston2018_signature_summer_gold]sticker" "1"
  88346. }
  88347. "crate_signature_pack_boston2018_group_players_collection_legends"
  88348. {
  88349. "contains_stickers_autographed_by_proplayers" "1"
  88350. "crate_signature_pack_boston2018_group_legends_rare" "1"
  88351. "crate_signature_pack_boston2018_group_legends_foil" "1"
  88352. "crate_signature_pack_boston2018_group_legends_gold" "1"
  88353. }
  88354. "crate_signature_pack_boston2018_group_players_collection_legends_ntv"
  88355. {
  88356. "contains_stickers_autographed_by_proplayers" "1"
  88357. "crate_signature_pack_boston2018_group_legends_ntv_rare" "1"
  88358. "crate_signature_pack_boston2018_group_legends_ntv_foil" "1"
  88359. "crate_signature_pack_boston2018_group_legends_ntv_gold" "1"
  88360. }
  88361. "crate_signature_pack_boston2018_group_players_collection_challengers"
  88362. {
  88363. "contains_stickers_autographed_by_proplayers" "1"
  88364. "crate_signature_pack_boston2018_group_challengers_rare" "1"
  88365. "crate_signature_pack_boston2018_group_challengers_foil" "1"
  88366. "crate_signature_pack_boston2018_group_challengers_gold" "1"
  88367. }
  88368. "crate_signature_pack_boston2018_group_players_collection_contenders"
  88369. {
  88370. "contains_stickers_autographed_by_proplayers" "1"
  88371. "crate_signature_pack_boston2018_group_contenders_rare" "1"
  88372. "crate_signature_pack_boston2018_group_contenders_foil" "1"
  88373. "crate_signature_pack_boston2018_group_contenders_gold" "1"
  88374. }
  88375. "crate_signature_pack_boston2018_group_players_collection_contenders_flgonly"
  88376. {
  88377. "contains_stickers_autographed_by_proplayers" "1"
  88378. "crate_signature_pack_boston2018_group_contenders_flgonly_rare" "1"
  88379. "crate_signature_pack_boston2018_group_contenders_flgonly_foil" "1"
  88380. "crate_signature_pack_boston2018_group_contenders_flgonly_gold" "1"
  88381. }
  88382. "crate_signature_pack_boston2018_group_players_collection_contenders_flg"
  88383. {
  88384. "contains_stickers_autographed_by_proplayers" "1"
  88385. "crate_signature_pack_boston2018_group_contenders_flg_rare" "1"
  88386. "crate_signature_pack_boston2018_group_contenders_flg_foil" "1"
  88387. "crate_signature_pack_boston2018_group_contenders_flg_gold" "1"
  88388. }
  88389. "crate_boston2018_promo_de_inferno"
  88390. {
  88391. "set_inferno" "1"
  88392. }
  88393. "crate_boston2018_promo_de_mirage"
  88394. {
  88395. "set_mirage" "1"
  88396. }
  88397. "crate_boston2018_promo_de_cbble"
  88398. {
  88399. "set_cobblestone" "1"
  88400. }
  88401. "crate_boston2018_promo_de_overpass"
  88402. {
  88403. "set_overpass" "1"
  88404. }
  88405. "crate_boston2018_promo_de_cache"
  88406. {
  88407. "set_cache" "1"
  88408. }
  88409. "crate_boston2018_promo_de_train"
  88410. {
  88411. "set_train" "1"
  88412. }
  88413. "crate_boston2018_promo_de_nuke"
  88414. {
  88415. "set_nuke" "1"
  88416. }
  88417. }
  88418. "items"
  88419. {
  88420. "4406"
  88421. {
  88422. "item_name" "#StoreItem_boston2018_team_gamb_sticker"
  88423. "name" "crate_sticker_pack_boston2018_gamb"
  88424. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88425. "image_inventory" "econ/stickers/boston2018/gamb"
  88426. "loot_list_name" "boston2018_rare_gamb"
  88427. "prefab" "boston2018_sticker_capsule_prefab"
  88428. "item_type" "self_opening_purchase"
  88429. }
  88430. "4407"
  88431. {
  88432. "item_name" "#StoreItem_boston2018_team_thv_sticker"
  88433. "name" "crate_sticker_pack_boston2018_thv"
  88434. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88435. "image_inventory" "econ/stickers/boston2018/thv"
  88436. "loot_list_name" "boston2018_rare_thv"
  88437. "prefab" "boston2018_sticker_capsule_prefab"
  88438. "item_type" "self_opening_purchase"
  88439. }
  88440. "4408"
  88441. {
  88442. "item_name" "#StoreItem_boston2018_team_astr_sticker"
  88443. "name" "crate_sticker_pack_boston2018_astr"
  88444. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88445. "image_inventory" "econ/stickers/boston2018/astr"
  88446. "loot_list_name" "boston2018_rare_astr"
  88447. "prefab" "boston2018_sticker_capsule_prefab"
  88448. "item_type" "self_opening_purchase"
  88449. }
  88450. "4409"
  88451. {
  88452. "item_name" "#StoreItem_boston2018_team_vp_sticker"
  88453. "name" "crate_sticker_pack_boston2018_vp"
  88454. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88455. "image_inventory" "econ/stickers/boston2018/vp"
  88456. "loot_list_name" "boston2018_rare_vp"
  88457. "prefab" "boston2018_sticker_capsule_prefab"
  88458. "item_type" "self_opening_purchase"
  88459. }
  88460. "4410"
  88461. {
  88462. "item_name" "#StoreItem_boston2018_team_fntc_sticker"
  88463. "name" "crate_sticker_pack_boston2018_fntc"
  88464. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88465. "image_inventory" "econ/stickers/boston2018/fntc"
  88466. "loot_list_name" "boston2018_rare_fntc"
  88467. "prefab" "boston2018_sticker_capsule_prefab"
  88468. "item_type" "self_opening_purchase"
  88469. }
  88470. "4411"
  88471. {
  88472. "item_name" "#StoreItem_boston2018_team_sk_sticker"
  88473. "name" "crate_sticker_pack_boston2018_sk"
  88474. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88475. "image_inventory" "econ/stickers/boston2018/sk"
  88476. "loot_list_name" "boston2018_rare_sk"
  88477. "prefab" "boston2018_sticker_capsule_prefab"
  88478. "item_type" "self_opening_purchase"
  88479. }
  88480. "4412"
  88481. {
  88482. "item_name" "#StoreItem_boston2018_team_big_sticker"
  88483. "name" "crate_sticker_pack_boston2018_big"
  88484. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88485. "image_inventory" "econ/stickers/boston2018/big"
  88486. "loot_list_name" "boston2018_rare_big"
  88487. "prefab" "boston2018_sticker_capsule_prefab"
  88488. "item_type" "self_opening_purchase"
  88489. }
  88490. "4413"
  88491. {
  88492. "item_name" "#StoreItem_boston2018_team_nor_sticker"
  88493. "name" "crate_sticker_pack_boston2018_nor"
  88494. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88495. "image_inventory" "econ/stickers/boston2018/nor"
  88496. "loot_list_name" "boston2018_rare_nor"
  88497. "prefab" "boston2018_sticker_capsule_prefab"
  88498. "item_type" "self_opening_purchase"
  88499. }
  88500. "4414"
  88501. {
  88502. "item_name" "#StoreItem_boston2018_team_g2_sticker"
  88503. "name" "crate_sticker_pack_boston2018_g2"
  88504. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88505. "image_inventory" "econ/stickers/boston2018/g2"
  88506. "loot_list_name" "boston2018_rare_g2"
  88507. "prefab" "boston2018_sticker_capsule_prefab"
  88508. "item_type" "self_opening_purchase"
  88509. }
  88510. "4415"
  88511. {
  88512. "item_name" "#StoreItem_boston2018_team_c9_sticker"
  88513. "name" "crate_sticker_pack_boston2018_c9"
  88514. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88515. "image_inventory" "econ/stickers/boston2018/c9"
  88516. "loot_list_name" "boston2018_rare_c9"
  88517. "prefab" "boston2018_sticker_capsule_prefab"
  88518. "item_type" "self_opening_purchase"
  88519. }
  88520. "4416"
  88521. {
  88522. "item_name" "#StoreItem_boston2018_team_flip_sticker"
  88523. "name" "crate_sticker_pack_boston2018_flip"
  88524. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88525. "image_inventory" "econ/stickers/boston2018/flip"
  88526. "loot_list_name" "boston2018_rare_flip"
  88527. "prefab" "boston2018_sticker_capsule_prefab"
  88528. "item_type" "self_opening_purchase"
  88529. }
  88530. "4417"
  88531. {
  88532. "item_name" "#StoreItem_boston2018_team_navi_sticker"
  88533. "name" "crate_sticker_pack_boston2018_navi"
  88534. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88535. "image_inventory" "econ/stickers/boston2018/navi"
  88536. "loot_list_name" "boston2018_rare_navi"
  88537. "prefab" "boston2018_sticker_capsule_prefab"
  88538. "item_type" "self_opening_purchase"
  88539. }
  88540. "4418"
  88541. {
  88542. "item_name" "#StoreItem_boston2018_team_mss_sticker"
  88543. "name" "crate_sticker_pack_boston2018_mss"
  88544. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88545. "image_inventory" "econ/stickers/boston2018/mss"
  88546. "loot_list_name" "boston2018_rare_mss"
  88547. "prefab" "boston2018_sticker_capsule_prefab"
  88548. "item_type" "self_opening_purchase"
  88549. }
  88550. "4419"
  88551. {
  88552. "item_name" "#StoreItem_boston2018_team_spr_sticker"
  88553. "name" "crate_sticker_pack_boston2018_spr"
  88554. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88555. "image_inventory" "econ/stickers/boston2018/spr"
  88556. "loot_list_name" "boston2018_rare_spr"
  88557. "prefab" "boston2018_sticker_capsule_prefab"
  88558. "item_type" "self_opening_purchase"
  88559. }
  88560. "4420"
  88561. {
  88562. "item_name" "#StoreItem_boston2018_team_faze_sticker"
  88563. "name" "crate_sticker_pack_boston2018_faze"
  88564. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88565. "image_inventory" "econ/stickers/boston2018/faze"
  88566. "loot_list_name" "boston2018_rare_faze"
  88567. "prefab" "boston2018_sticker_capsule_prefab"
  88568. "item_type" "self_opening_purchase"
  88569. }
  88570. "4421"
  88571. {
  88572. "item_name" "#StoreItem_boston2018_team_vega_sticker"
  88573. "name" "crate_sticker_pack_boston2018_vega"
  88574. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88575. "image_inventory" "econ/stickers/boston2018/vega"
  88576. "loot_list_name" "boston2018_rare_vega"
  88577. "prefab" "boston2018_sticker_capsule_prefab"
  88578. "item_type" "self_opening_purchase"
  88579. }
  88580. "4422"
  88581. {
  88582. "item_name" "#StoreItem_boston2018_team_spc_sticker"
  88583. "name" "crate_sticker_pack_boston2018_spc"
  88584. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88585. "image_inventory" "econ/stickers/boston2018/spc"
  88586. "loot_list_name" "boston2018_rare_spc"
  88587. "prefab" "boston2018_sticker_capsule_prefab"
  88588. "item_type" "self_opening_purchase"
  88589. }
  88590. "4423"
  88591. {
  88592. "item_name" "#StoreItem_boston2018_team_liq_sticker"
  88593. "name" "crate_sticker_pack_boston2018_liq"
  88594. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88595. "image_inventory" "econ/stickers/boston2018/liq"
  88596. "loot_list_name" "boston2018_rare_liq"
  88597. "prefab" "boston2018_sticker_capsule_prefab"
  88598. "item_type" "self_opening_purchase"
  88599. }
  88600. "4424"
  88601. {
  88602. "item_name" "#StoreItem_boston2018_team_avg_sticker"
  88603. "name" "crate_sticker_pack_boston2018_avg"
  88604. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88605. "image_inventory" "econ/stickers/boston2018/avg"
  88606. "loot_list_name" "boston2018_rare_avg"
  88607. "prefab" "boston2018_sticker_capsule_prefab"
  88608. "item_type" "self_opening_purchase"
  88609. }
  88610. "4425"
  88611. {
  88612. "item_name" "#StoreItem_boston2018_team_ren_sticker"
  88613. "name" "crate_sticker_pack_boston2018_ren"
  88614. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88615. "image_inventory" "econ/stickers/boston2018/ren"
  88616. "loot_list_name" "boston2018_rare_ren"
  88617. "prefab" "boston2018_sticker_capsule_prefab"
  88618. "item_type" "self_opening_purchase"
  88619. }
  88620. "4426"
  88621. {
  88622. "item_name" "#StoreItem_boston2018_team_nv_sticker"
  88623. "name" "crate_sticker_pack_boston2018_nv"
  88624. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88625. "image_inventory" "econ/stickers/boston2018/nv"
  88626. "loot_list_name" "boston2018_rare_nv"
  88627. "prefab" "boston2018_sticker_capsule_prefab"
  88628. "item_type" "self_opening_purchase"
  88629. }
  88630. "4427"
  88631. {
  88632. "item_name" "#StoreItem_boston2018_team_mfg_sticker"
  88633. "name" "crate_sticker_pack_boston2018_mfg"
  88634. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88635. "image_inventory" "econ/stickers/boston2018/mfg"
  88636. "loot_list_name" "boston2018_rare_mfg"
  88637. "prefab" "boston2018_sticker_capsule_prefab"
  88638. "item_type" "self_opening_purchase"
  88639. }
  88640. "4428"
  88641. {
  88642. "item_name" "#StoreItem_boston2018_team_qb_sticker"
  88643. "name" "crate_sticker_pack_boston2018_qb"
  88644. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88645. "image_inventory" "econ/stickers/boston2018/qb"
  88646. "loot_list_name" "boston2018_rare_qb"
  88647. "prefab" "boston2018_sticker_capsule_prefab"
  88648. "item_type" "self_opening_purchase"
  88649. }
  88650. "4429"
  88651. {
  88652. "item_name" "#StoreItem_boston2018_team_tyl_sticker"
  88653. "name" "crate_sticker_pack_boston2018_tyl"
  88654. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88655. "image_inventory" "econ/stickers/boston2018/tyl"
  88656. "loot_list_name" "boston2018_rare_tyl"
  88657. "prefab" "boston2018_sticker_capsule_prefab"
  88658. "item_type" "self_opening_purchase"
  88659. }
  88660. "4472"
  88661. {
  88662. "item_name" "#StoreItem_boston2018_team_flg_sticker"
  88663. "name" "crate_sticker_pack_boston2018_flg"
  88664. "item_description" "#EventItemDesc_boston2018_sticker_team"
  88665. "image_inventory" "econ/stickers/boston2018/flg"
  88666. "loot_list_name" "boston2018_rare_flg"
  88667. "prefab" "boston2018_sticker_capsule_prefab"
  88668. "item_type" "self_opening_purchase"
  88669. }
  88670. "4430"
  88671. {
  88672. "item_name" "#StoreItem_boston2018_team_eleague_sticker"
  88673. "name" "crate_sticker_pack_boston2018_eleague"
  88674. "item_description" "#EventItemDesc_boston2018_sticker_org"
  88675. "image_inventory" "econ/stickers/boston2018/eleague"
  88676. "loot_list_name" "boston2018_rare_eleague"
  88677. "prefab" "boston2018_sticker_capsule_prefab"
  88678. "item_type" "self_opening_purchase"
  88679. }
  88680. "4431"
  88681. {
  88682. "item_name" "#StoreItem_boston2018_team_gamb_graffiti"
  88683. "name" "crate_graffiti_pack_boston2018_gamb"
  88684. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88685. "image_inventory" "econ/stickers/boston2018/gamb_graffiti"
  88686. "loot_list_name" "boston2018_graffiti_gamb"
  88687. "prefab" "boston2018_sticker_capsule_prefab"
  88688. "item_type" "self_opening_purchase"
  88689. }
  88690. "4432"
  88691. {
  88692. "item_name" "#StoreItem_boston2018_team_thv_graffiti"
  88693. "name" "crate_graffiti_pack_boston2018_thv"
  88694. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88695. "image_inventory" "econ/stickers/boston2018/thv_graffiti"
  88696. "loot_list_name" "boston2018_graffiti_thv"
  88697. "prefab" "boston2018_sticker_capsule_prefab"
  88698. "item_type" "self_opening_purchase"
  88699. }
  88700. "4433"
  88701. {
  88702. "item_name" "#StoreItem_boston2018_team_astr_graffiti"
  88703. "name" "crate_graffiti_pack_boston2018_astr"
  88704. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88705. "image_inventory" "econ/stickers/boston2018/astr_graffiti"
  88706. "loot_list_name" "boston2018_graffiti_astr"
  88707. "prefab" "boston2018_sticker_capsule_prefab"
  88708. "item_type" "self_opening_purchase"
  88709. }
  88710. "4434"
  88711. {
  88712. "item_name" "#StoreItem_boston2018_team_vp_graffiti"
  88713. "name" "crate_graffiti_pack_boston2018_vp"
  88714. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88715. "image_inventory" "econ/stickers/boston2018/vp_graffiti"
  88716. "loot_list_name" "boston2018_graffiti_vp"
  88717. "prefab" "boston2018_sticker_capsule_prefab"
  88718. "item_type" "self_opening_purchase"
  88719. }
  88720. "4435"
  88721. {
  88722. "item_name" "#StoreItem_boston2018_team_fntc_graffiti"
  88723. "name" "crate_graffiti_pack_boston2018_fntc"
  88724. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88725. "image_inventory" "econ/stickers/boston2018/fntc_graffiti"
  88726. "loot_list_name" "boston2018_graffiti_fntc"
  88727. "prefab" "boston2018_sticker_capsule_prefab"
  88728. "item_type" "self_opening_purchase"
  88729. }
  88730. "4436"
  88731. {
  88732. "item_name" "#StoreItem_boston2018_team_sk_graffiti"
  88733. "name" "crate_graffiti_pack_boston2018_sk"
  88734. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88735. "image_inventory" "econ/stickers/boston2018/sk_graffiti"
  88736. "loot_list_name" "boston2018_graffiti_sk"
  88737. "prefab" "boston2018_sticker_capsule_prefab"
  88738. "item_type" "self_opening_purchase"
  88739. }
  88740. "4437"
  88741. {
  88742. "item_name" "#StoreItem_boston2018_team_big_graffiti"
  88743. "name" "crate_graffiti_pack_boston2018_big"
  88744. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88745. "image_inventory" "econ/stickers/boston2018/big_graffiti"
  88746. "loot_list_name" "boston2018_graffiti_big"
  88747. "prefab" "boston2018_sticker_capsule_prefab"
  88748. "item_type" "self_opening_purchase"
  88749. }
  88750. "4438"
  88751. {
  88752. "item_name" "#StoreItem_boston2018_team_nor_graffiti"
  88753. "name" "crate_graffiti_pack_boston2018_nor"
  88754. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88755. "image_inventory" "econ/stickers/boston2018/nor_graffiti"
  88756. "loot_list_name" "boston2018_graffiti_nor"
  88757. "prefab" "boston2018_sticker_capsule_prefab"
  88758. "item_type" "self_opening_purchase"
  88759. }
  88760. "4439"
  88761. {
  88762. "item_name" "#StoreItem_boston2018_team_g2_graffiti"
  88763. "name" "crate_graffiti_pack_boston2018_g2"
  88764. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88765. "image_inventory" "econ/stickers/boston2018/g2_graffiti"
  88766. "loot_list_name" "boston2018_graffiti_g2"
  88767. "prefab" "boston2018_sticker_capsule_prefab"
  88768. "item_type" "self_opening_purchase"
  88769. }
  88770. "4440"
  88771. {
  88772. "item_name" "#StoreItem_boston2018_team_c9_graffiti"
  88773. "name" "crate_graffiti_pack_boston2018_c9"
  88774. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88775. "image_inventory" "econ/stickers/boston2018/c9_graffiti"
  88776. "loot_list_name" "boston2018_graffiti_c9"
  88777. "prefab" "boston2018_sticker_capsule_prefab"
  88778. "item_type" "self_opening_purchase"
  88779. }
  88780. "4441"
  88781. {
  88782. "item_name" "#StoreItem_boston2018_team_flip_graffiti"
  88783. "name" "crate_graffiti_pack_boston2018_flip"
  88784. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88785. "image_inventory" "econ/stickers/boston2018/flip_graffiti"
  88786. "loot_list_name" "boston2018_graffiti_flip"
  88787. "prefab" "boston2018_sticker_capsule_prefab"
  88788. "item_type" "self_opening_purchase"
  88789. }
  88790. "4442"
  88791. {
  88792. "item_name" "#StoreItem_boston2018_team_navi_graffiti"
  88793. "name" "crate_graffiti_pack_boston2018_navi"
  88794. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88795. "image_inventory" "econ/stickers/boston2018/navi_graffiti"
  88796. "loot_list_name" "boston2018_graffiti_navi"
  88797. "prefab" "boston2018_sticker_capsule_prefab"
  88798. "item_type" "self_opening_purchase"
  88799. }
  88800. "4443"
  88801. {
  88802. "item_name" "#StoreItem_boston2018_team_mss_graffiti"
  88803. "name" "crate_graffiti_pack_boston2018_mss"
  88804. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88805. "image_inventory" "econ/stickers/boston2018/mss_graffiti"
  88806. "loot_list_name" "boston2018_graffiti_mss"
  88807. "prefab" "boston2018_sticker_capsule_prefab"
  88808. "item_type" "self_opening_purchase"
  88809. }
  88810. "4444"
  88811. {
  88812. "item_name" "#StoreItem_boston2018_team_spr_graffiti"
  88813. "name" "crate_graffiti_pack_boston2018_spr"
  88814. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88815. "image_inventory" "econ/stickers/boston2018/spr_graffiti"
  88816. "loot_list_name" "boston2018_graffiti_spr"
  88817. "prefab" "boston2018_sticker_capsule_prefab"
  88818. "item_type" "self_opening_purchase"
  88819. }
  88820. "4445"
  88821. {
  88822. "item_name" "#StoreItem_boston2018_team_faze_graffiti"
  88823. "name" "crate_graffiti_pack_boston2018_faze"
  88824. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88825. "image_inventory" "econ/stickers/boston2018/faze_graffiti"
  88826. "loot_list_name" "boston2018_graffiti_faze"
  88827. "prefab" "boston2018_sticker_capsule_prefab"
  88828. "item_type" "self_opening_purchase"
  88829. }
  88830. "4446"
  88831. {
  88832. "item_name" "#StoreItem_boston2018_team_vega_graffiti"
  88833. "name" "crate_graffiti_pack_boston2018_vega"
  88834. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88835. "image_inventory" "econ/stickers/boston2018/vega_graffiti"
  88836. "loot_list_name" "boston2018_graffiti_vega"
  88837. "prefab" "boston2018_sticker_capsule_prefab"
  88838. "item_type" "self_opening_purchase"
  88839. }
  88840. "4447"
  88841. {
  88842. "item_name" "#StoreItem_boston2018_team_spc_graffiti"
  88843. "name" "crate_graffiti_pack_boston2018_spc"
  88844. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88845. "image_inventory" "econ/stickers/boston2018/spc_graffiti"
  88846. "loot_list_name" "boston2018_graffiti_spc"
  88847. "prefab" "boston2018_sticker_capsule_prefab"
  88848. "item_type" "self_opening_purchase"
  88849. }
  88850. "4448"
  88851. {
  88852. "item_name" "#StoreItem_boston2018_team_liq_graffiti"
  88853. "name" "crate_graffiti_pack_boston2018_liq"
  88854. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88855. "image_inventory" "econ/stickers/boston2018/liq_graffiti"
  88856. "loot_list_name" "boston2018_graffiti_liq"
  88857. "prefab" "boston2018_sticker_capsule_prefab"
  88858. "item_type" "self_opening_purchase"
  88859. }
  88860. "4449"
  88861. {
  88862. "item_name" "#StoreItem_boston2018_team_avg_graffiti"
  88863. "name" "crate_graffiti_pack_boston2018_avg"
  88864. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88865. "image_inventory" "econ/stickers/boston2018/avg_graffiti"
  88866. "loot_list_name" "boston2018_graffiti_avg"
  88867. "prefab" "boston2018_sticker_capsule_prefab"
  88868. "item_type" "self_opening_purchase"
  88869. }
  88870. "4450"
  88871. {
  88872. "item_name" "#StoreItem_boston2018_team_ren_graffiti"
  88873. "name" "crate_graffiti_pack_boston2018_ren"
  88874. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88875. "image_inventory" "econ/stickers/boston2018/ren_graffiti"
  88876. "loot_list_name" "boston2018_graffiti_ren"
  88877. "prefab" "boston2018_sticker_capsule_prefab"
  88878. "item_type" "self_opening_purchase"
  88879. }
  88880. "4451"
  88881. {
  88882. "item_name" "#StoreItem_boston2018_team_nv_graffiti"
  88883. "name" "crate_graffiti_pack_boston2018_nv"
  88884. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88885. "image_inventory" "econ/stickers/boston2018/nv_graffiti"
  88886. "loot_list_name" "boston2018_graffiti_nv"
  88887. "prefab" "boston2018_sticker_capsule_prefab"
  88888. "item_type" "self_opening_purchase"
  88889. }
  88890. "4452"
  88891. {
  88892. "item_name" "#StoreItem_boston2018_team_mfg_graffiti"
  88893. "name" "crate_graffiti_pack_boston2018_mfg"
  88894. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88895. "image_inventory" "econ/stickers/boston2018/mfg_graffiti"
  88896. "loot_list_name" "boston2018_graffiti_mfg"
  88897. "prefab" "boston2018_sticker_capsule_prefab"
  88898. "item_type" "self_opening_purchase"
  88899. }
  88900. "4453"
  88901. {
  88902. "item_name" "#StoreItem_boston2018_team_qb_graffiti"
  88903. "name" "crate_graffiti_pack_boston2018_qb"
  88904. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88905. "image_inventory" "econ/stickers/boston2018/qb_graffiti"
  88906. "loot_list_name" "boston2018_graffiti_qb"
  88907. "prefab" "boston2018_sticker_capsule_prefab"
  88908. "item_type" "self_opening_purchase"
  88909. }
  88910. "4454"
  88911. {
  88912. "item_name" "#StoreItem_boston2018_team_tyl_graffiti"
  88913. "name" "crate_graffiti_pack_boston2018_tyl"
  88914. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88915. "image_inventory" "econ/stickers/boston2018/tyl_graffiti"
  88916. "loot_list_name" "boston2018_graffiti_tyl"
  88917. "prefab" "boston2018_sticker_capsule_prefab"
  88918. "item_type" "self_opening_purchase"
  88919. }
  88920. "4473"
  88921. {
  88922. "item_name" "#StoreItem_boston2018_team_flg_graffiti"
  88923. "name" "crate_graffiti_pack_boston2018_flg"
  88924. "item_description" "#EventItemDesc_boston2018_graffiti_team"
  88925. "image_inventory" "econ/stickers/boston2018/flg_graffiti"
  88926. "loot_list_name" "boston2018_graffiti_flg"
  88927. "prefab" "boston2018_sticker_capsule_prefab"
  88928. "item_type" "self_opening_purchase"
  88929. }
  88930. "4455"
  88931. {
  88932. "item_name" "#StoreItem_boston2018_team_eleague_graffiti"
  88933. "name" "crate_graffiti_pack_boston2018_eleague"
  88934. "item_description" "#EventItemDesc_boston2018_graffiti_org"
  88935. "image_inventory" "econ/stickers/boston2018/eleague_graffiti"
  88936. "loot_list_name" "boston2018_graffiti_eleague"
  88937. "prefab" "boston2018_sticker_capsule_prefab"
  88938. "item_type" "self_opening_purchase"
  88939. }
  88940. "4456"
  88941. {
  88942. "item_name" "#CSGO_crate_sticker_pack_boston2018_legends"
  88943. "name" "crate_sticker_pack_boston2018_legends"
  88944. "item_description" "#CSGO_crate_sticker_pack_boston2018_legends_desc"
  88945. "image_inventory" "econ/weapon_cases/crate_sticker_pack_boston2018_legends"
  88946. "prefab" "boston2018_sticker_capsule_prefab"
  88947. "attributes"
  88948. {
  88949. "set supply crate series"
  88950. {
  88951. "attribute_class" "supply_crate_series"
  88952. "value" "224"
  88953. }
  88954. }
  88955. "tags"
  88956. {
  88957. "StickerCapsule"
  88958. {
  88959. "tag_value" "crate_sticker_pack_boston2018_legends_collection"
  88960. "tag_text" "#CSGO_crate_sticker_pack_boston2018_legends_tag"
  88961. "tag_group" "StickerCapsule"
  88962. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  88963. }
  88964. }
  88965. }
  88966. "4478"
  88967. {
  88968. "item_name" "#CSGO_crate_sticker_pack_boston2018_legends_ntv"
  88969. "name" "crate_sticker_pack_boston2018_legends_ntv"
  88970. "item_description" "#CSGO_crate_sticker_pack_boston2018_legends_desc"
  88971. "image_inventory" "econ/weapon_cases/crate_sticker_pack_boston2018_legends_ntv"
  88972. "prefab" "boston2018_sticker_capsule_prefab"
  88973. "attributes"
  88974. {
  88975. "set supply crate series"
  88976. {
  88977. "attribute_class" "supply_crate_series"
  88978. "value" "241"
  88979. }
  88980. }
  88981. "tags"
  88982. {
  88983. "StickerCapsule"
  88984. {
  88985. "tag_value" "crate_sticker_pack_boston2018_legends_collection"
  88986. "tag_text" "#CSGO_crate_sticker_pack_boston2018_legends_tag"
  88987. "tag_group" "StickerCapsule"
  88988. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  88989. }
  88990. }
  88991. }
  88992. "4457"
  88993. {
  88994. "item_name" "#CSGO_crate_sticker_pack_boston2018_challengers"
  88995. "name" "crate_sticker_pack_boston2018_challengers"
  88996. "item_description" "#CSGO_crate_sticker_pack_boston2018_challengers_desc"
  88997. "image_inventory" "econ/weapon_cases/crate_sticker_pack_boston2018_challengers"
  88998. "prefab" "boston2018_sticker_capsule_prefab"
  88999. "attributes"
  89000. {
  89001. "set supply crate series"
  89002. {
  89003. "attribute_class" "supply_crate_series"
  89004. "value" "225"
  89005. }
  89006. }
  89007. "tags"
  89008. {
  89009. "StickerCapsule"
  89010. {
  89011. "tag_value" "crate_sticker_pack_boston2018_challengers_collection"
  89012. "tag_text" "#CSGO_crate_sticker_pack_boston2018_challengers_tag"
  89013. "tag_group" "StickerCapsule"
  89014. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  89015. }
  89016. }
  89017. }
  89018. "4458"
  89019. {
  89020. "item_name" "#CSGO_crate_sticker_pack_boston2018_contenders"
  89021. "name" "crate_sticker_pack_boston2018_contenders"
  89022. "item_description" "#CSGO_crate_sticker_pack_boston2018_contenders_desc"
  89023. "image_inventory" "econ/weapon_cases/crate_sticker_pack_boston2018_contenders"
  89024. "prefab" "boston2018_sticker_capsule_prefab"
  89025. "attributes"
  89026. {
  89027. "set supply crate series"
  89028. {
  89029. "attribute_class" "supply_crate_series"
  89030. "value" "226"
  89031. }
  89032. }
  89033. "tags"
  89034. {
  89035. "StickerCapsule"
  89036. {
  89037. "tag_value" "crate_sticker_pack_boston2018_contenders_collection"
  89038. "tag_text" "#CSGO_crate_sticker_pack_boston2018_contenders_tag"
  89039. "tag_group" "StickerCapsule"
  89040. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  89041. }
  89042. }
  89043. }
  89044. "4474"
  89045. {
  89046. "item_name" "#CSGO_crate_sticker_pack_boston2018_contenders_flg"
  89047. "name" "crate_sticker_pack_boston2018_contenders_flg"
  89048. "item_description" "#CSGO_crate_sticker_pack_boston2018_contenders_flg_desc"
  89049. "image_inventory" "econ/weapon_cases/crate_sticker_pack_boston2018_contenders_flg"
  89050. "prefab" "boston2018_sticker_capsule_prefab"
  89051. "attributes"
  89052. {
  89053. "set supply crate series"
  89054. {
  89055. "attribute_class" "supply_crate_series"
  89056. "value" "239"
  89057. }
  89058. }
  89059. "tags"
  89060. {
  89061. "StickerCapsule"
  89062. {
  89063. "tag_value" "crate_sticker_pack_boston2018_contenders_collection"
  89064. "tag_text" "#CSGO_crate_sticker_pack_boston2018_contenders_tag"
  89065. "tag_group" "StickerCapsule"
  89066. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  89067. }
  89068. }
  89069. }
  89070. "4459"
  89071. {
  89072. "item_name" "#CSGO_crate_signature_pack_boston2018_group_legends"
  89073. "name" "crate_signature_pack_boston2018_group_legends"
  89074. "item_description" "#CSGO_crate_signature_pack_boston2018_group_legends_desc"
  89075. "image_inventory" "econ/weapon_cases/crate_sticker_pack_boston2018_group_legends"
  89076. "prefab" "boston2018_signature_capsule_prefab"
  89077. "attributes"
  89078. {
  89079. "set supply crate series"
  89080. {
  89081. "attribute_class" "supply_crate_series"
  89082. "value" "227"
  89083. }
  89084. }
  89085. }
  89086. "4479"
  89087. {
  89088. "item_name" "#CSGO_crate_signature_pack_boston2018_group_legends_ntv"
  89089. "name" "crate_signature_pack_boston2018_group_legends_ntv"
  89090. "item_description" "#CSGO_crate_signature_pack_boston2018_group_legends_desc"
  89091. "image_inventory" "econ/weapon_cases/crate_sticker_pack_boston2018_group_legends_ntv"
  89092. "prefab" "boston2018_signature_capsule_prefab"
  89093. "attributes"
  89094. {
  89095. "set supply crate series"
  89096. {
  89097. "attribute_class" "supply_crate_series"
  89098. "value" "242"
  89099. }
  89100. }
  89101. }
  89102. "4460"
  89103. {
  89104. "item_name" "#CSGO_crate_signature_pack_boston2018_group_challengers"
  89105. "name" "crate_signature_pack_boston2018_group_challengers"
  89106. "item_description" "#CSGO_crate_signature_pack_boston2018_group_challengers_desc"
  89107. "image_inventory" "econ/weapon_cases/crate_sticker_pack_boston2018_group_challengers"
  89108. "prefab" "boston2018_signature_capsule_prefab"
  89109. "attributes"
  89110. {
  89111. "set supply crate series"
  89112. {
  89113. "attribute_class" "supply_crate_series"
  89114. "value" "228"
  89115. }
  89116. }
  89117. }
  89118. "4461"
  89119. {
  89120. "item_name" "#CSGO_crate_signature_pack_boston2018_group_contenders"
  89121. "name" "crate_signature_pack_boston2018_group_contenders"
  89122. "item_description" "#CSGO_crate_signature_pack_boston2018_group_contenders_desc"
  89123. "image_inventory" "econ/weapon_cases/crate_sticker_pack_boston2018_group_contenders"
  89124. "prefab" "boston2018_signature_capsule_prefab"
  89125. "attributes"
  89126. {
  89127. "set supply crate series"
  89128. {
  89129. "attribute_class" "supply_crate_series"
  89130. "value" "229"
  89131. }
  89132. }
  89133. }
  89134. "4475"
  89135. {
  89136. "item_name" "#CSGO_crate_signature_pack_boston2018_group_contenders_flg"
  89137. "name" "crate_signature_pack_boston2018_group_contenders_flg"
  89138. "item_description" "#CSGO_crate_signature_pack_boston2018_group_contenders_flg_desc"
  89139. "image_inventory" "econ/weapon_cases/crate_sticker_pack_boston2018_group_contenders_flg"
  89140. "prefab" "boston2018_signature_capsule_prefab"
  89141. "attributes"
  89142. {
  89143. "set supply crate series"
  89144. {
  89145. "attribute_class" "supply_crate_series"
  89146. "value" "240"
  89147. }
  89148. }
  89149. }
  89150. "4462"
  89151. {
  89152. "item_name" "#CSGO_crate_boston2018_bundle_of_all"
  89153. "name" "crate_boston2018_bundle_of_all"
  89154. "item_description" "#CSGO_crate_boston2018_bundle_of_all_desc"
  89155. "image_inventory" "econ/weapon_cases/boston2018_bundleofall"
  89156. "loot_list_name" "boston2018_bundle_of_all"
  89157. "prefab" "boston2018_sticker_capsule_prefab"
  89158. "item_type" "self_opening_purchase"
  89159. }
  89160. "4476"
  89161. {
  89162. "item_name" "#CSGO_crate_boston2018_bundle_of_all"
  89163. "name" "crate_boston2018_bundle_of_all_flg"
  89164. "item_description" "#CSGO_crate_boston2018_bundle_of_all_desc"
  89165. "image_inventory" "econ/weapon_cases/boston2018_bundleofall"
  89166. "loot_list_name" "boston2018_bundle_of_all"
  89167. "prefab" "boston2018_sticker_capsule_prefab"
  89168. "item_type" "self_opening_purchase"
  89169. }
  89170. "4480"
  89171. {
  89172. "item_name" "#CSGO_crate_boston2018_bundle_of_all"
  89173. "name" "crate_boston2018_bundle_of_all_ntv"
  89174. "item_description" "#CSGO_crate_boston2018_bundle_of_all_desc"
  89175. "image_inventory" "econ/weapon_cases/boston2018_bundleofall"
  89176. "loot_list_name" "boston2018_bundle_of_all"
  89177. "prefab" "boston2018_sticker_capsule_prefab"
  89178. "item_type" "self_opening_purchase"
  89179. }
  89180. "4463"
  89181. {
  89182. "item_name" "#CSGO_crate_boston2018_promo_de_inferno"
  89183. "name" "crate_boston2018_promo_de_inferno"
  89184. "image_inventory" "econ/weapon_cases/crate_boston2018_promo_de_inferno"
  89185. "prefab" "weapon_case_souvenirpkg"
  89186. "attributes"
  89187. {
  89188. "set supply crate series"
  89189. {
  89190. "attribute_class" "supply_crate_series"
  89191. "value" "230"
  89192. }
  89193. "tournament event id"
  89194. {
  89195. "attribute_class" "tournament_event_id"
  89196. "value" "13"
  89197. }
  89198. }
  89199. "tags"
  89200. {
  89201. "ItemSet"
  89202. {
  89203. "tag_value" "set_inferno"
  89204. "tag_text" "#CSGO_set_inferno"
  89205. "tag_group" "ItemSet"
  89206. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  89207. }
  89208. }
  89209. }
  89210. "4464"
  89211. {
  89212. "item_name" "#CSGO_crate_boston2018_promo_de_mirage"
  89213. "name" "crate_boston2018_promo_de_mirage"
  89214. "image_inventory" "econ/weapon_cases/crate_boston2018_promo_de_mirage"
  89215. "prefab" "weapon_case_souvenirpkg"
  89216. "attributes"
  89217. {
  89218. "set supply crate series"
  89219. {
  89220. "attribute_class" "supply_crate_series"
  89221. "value" "231"
  89222. }
  89223. "tournament event id"
  89224. {
  89225. "attribute_class" "tournament_event_id"
  89226. "value" "13"
  89227. }
  89228. }
  89229. "tags"
  89230. {
  89231. "ItemSet"
  89232. {
  89233. "tag_value" "set_mirage"
  89234. "tag_text" "#CSGO_set_mirage"
  89235. "tag_group" "ItemSet"
  89236. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  89237. }
  89238. }
  89239. }
  89240. "4465"
  89241. {
  89242. "item_name" "#CSGO_crate_boston2018_promo_de_cbble"
  89243. "name" "crate_boston2018_promo_de_cbble"
  89244. "image_inventory" "econ/weapon_cases/crate_boston2018_promo_de_cbble"
  89245. "prefab" "weapon_case_souvenirpkg"
  89246. "attributes"
  89247. {
  89248. "set supply crate series"
  89249. {
  89250. "attribute_class" "supply_crate_series"
  89251. "value" "232"
  89252. }
  89253. "tournament event id"
  89254. {
  89255. "attribute_class" "tournament_event_id"
  89256. "value" "13"
  89257. }
  89258. }
  89259. "tags"
  89260. {
  89261. "ItemSet"
  89262. {
  89263. "tag_value" "set_cobblestone"
  89264. "tag_text" "#CSGO_set_cobblestone"
  89265. "tag_group" "ItemSet"
  89266. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  89267. }
  89268. }
  89269. }
  89270. "4466"
  89271. {
  89272. "item_name" "#CSGO_crate_boston2018_promo_de_overpass"
  89273. "name" "crate_boston2018_promo_de_overpass"
  89274. "image_inventory" "econ/weapon_cases/crate_boston2018_promo_de_overpass"
  89275. "prefab" "weapon_case_souvenirpkg"
  89276. "attributes"
  89277. {
  89278. "set supply crate series"
  89279. {
  89280. "attribute_class" "supply_crate_series"
  89281. "value" "233"
  89282. }
  89283. "tournament event id"
  89284. {
  89285. "attribute_class" "tournament_event_id"
  89286. "value" "13"
  89287. }
  89288. }
  89289. "tags"
  89290. {
  89291. "ItemSet"
  89292. {
  89293. "tag_value" "set_overpass"
  89294. "tag_text" "#CSGO_set_overpass"
  89295. "tag_group" "ItemSet"
  89296. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  89297. }
  89298. }
  89299. }
  89300. "4467"
  89301. {
  89302. "item_name" "#CSGO_crate_boston2018_promo_de_cache"
  89303. "name" "crate_boston2018_promo_de_cache"
  89304. "image_inventory" "econ/weapon_cases/crate_boston2018_promo_de_cache"
  89305. "prefab" "weapon_case_souvenirpkg"
  89306. "attributes"
  89307. {
  89308. "set supply crate series"
  89309. {
  89310. "attribute_class" "supply_crate_series"
  89311. "value" "234"
  89312. }
  89313. "tournament event id"
  89314. {
  89315. "attribute_class" "tournament_event_id"
  89316. "value" "13"
  89317. }
  89318. }
  89319. "tags"
  89320. {
  89321. "ItemSet"
  89322. {
  89323. "tag_value" "set_cache"
  89324. "tag_text" "#CSGO_set_cache"
  89325. "tag_group" "ItemSet"
  89326. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  89327. }
  89328. }
  89329. }
  89330. "4468"
  89331. {
  89332. "item_name" "#CSGO_crate_boston2018_promo_de_train"
  89333. "name" "crate_boston2018_promo_de_train"
  89334. "image_inventory" "econ/weapon_cases/crate_boston2018_promo_de_train"
  89335. "prefab" "weapon_case_souvenirpkg"
  89336. "attributes"
  89337. {
  89338. "set supply crate series"
  89339. {
  89340. "attribute_class" "supply_crate_series"
  89341. "value" "235"
  89342. }
  89343. "tournament event id"
  89344. {
  89345. "attribute_class" "tournament_event_id"
  89346. "value" "13"
  89347. }
  89348. }
  89349. "tags"
  89350. {
  89351. "ItemSet"
  89352. {
  89353. "tag_value" "set_train"
  89354. "tag_text" "#CSGO_set_train"
  89355. "tag_group" "ItemSet"
  89356. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  89357. }
  89358. }
  89359. }
  89360. "4469"
  89361. {
  89362. "item_name" "#CSGO_crate_boston2018_promo_de_nuke"
  89363. "name" "crate_boston2018_promo_de_nuke"
  89364. "image_inventory" "econ/weapon_cases/crate_boston2018_promo_de_nuke"
  89365. "prefab" "weapon_case_souvenirpkg"
  89366. "attributes"
  89367. {
  89368. "set supply crate series"
  89369. {
  89370. "attribute_class" "supply_crate_series"
  89371. "value" "236"
  89372. }
  89373. "tournament event id"
  89374. {
  89375. "attribute_class" "tournament_event_id"
  89376. "value" "13"
  89377. }
  89378. }
  89379. "tags"
  89380. {
  89381. "ItemSet"
  89382. {
  89383. "tag_value" "set_nuke"
  89384. "tag_text" "#CSGO_set_nuke"
  89385. "tag_group" "ItemSet"
  89386. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  89387. }
  89388. }
  89389. }
  89390. }
  89391. "sticker_kits"
  89392. {
  89393. "2436"
  89394. {
  89395. "name" "boston2018_team_gamb"
  89396. "item_name" "#StickerKit_boston2018_team_gamb"
  89397. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89398. "sticker_material" "boston2018/gamb"
  89399. "item_rarity" "rare"
  89400. "tournament_event_id" "13"
  89401. "tournament_team_id" "63"
  89402. }
  89403. "2437"
  89404. {
  89405. "name" "boston2018_team_gamb_holo"
  89406. "item_name" "#StickerKit_boston2018_team_gamb_holo"
  89407. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89408. "sticker_material" "boston2018/gamb_holo"
  89409. "item_rarity" "mythical"
  89410. "tournament_event_id" "13"
  89411. "tournament_team_id" "63"
  89412. }
  89413. "2438"
  89414. {
  89415. "name" "boston2018_team_gamb_foil"
  89416. "item_name" "#StickerKit_boston2018_team_gamb_foil"
  89417. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89418. "sticker_material" "boston2018/gamb_foil"
  89419. "item_rarity" "legendary"
  89420. "tournament_event_id" "13"
  89421. "tournament_team_id" "63"
  89422. }
  89423. "2439"
  89424. {
  89425. "name" "boston2018_team_gamb_gold"
  89426. "item_name" "#StickerKit_boston2018_team_gamb_gold"
  89427. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89428. "sticker_material" "boston2018/gamb_gold"
  89429. "item_rarity" "legendary"
  89430. "tournament_event_id" "13"
  89431. "tournament_team_id" "63"
  89432. }
  89433. "2440"
  89434. {
  89435. "name" "boston2018_team_thv"
  89436. "item_name" "#StickerKit_boston2018_team_thv"
  89437. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89438. "sticker_material" "boston2018/thv"
  89439. "item_rarity" "rare"
  89440. "tournament_event_id" "13"
  89441. "tournament_team_id" "78"
  89442. }
  89443. "2441"
  89444. {
  89445. "name" "boston2018_team_thv_holo"
  89446. "item_name" "#StickerKit_boston2018_team_thv_holo"
  89447. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89448. "sticker_material" "boston2018/thv_holo"
  89449. "item_rarity" "mythical"
  89450. "tournament_event_id" "13"
  89451. "tournament_team_id" "78"
  89452. }
  89453. "2442"
  89454. {
  89455. "name" "boston2018_team_thv_foil"
  89456. "item_name" "#StickerKit_boston2018_team_thv_foil"
  89457. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89458. "sticker_material" "boston2018/thv_foil"
  89459. "item_rarity" "legendary"
  89460. "tournament_event_id" "13"
  89461. "tournament_team_id" "78"
  89462. }
  89463. "2443"
  89464. {
  89465. "name" "boston2018_team_thv_gold"
  89466. "item_name" "#StickerKit_boston2018_team_thv_gold"
  89467. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89468. "sticker_material" "boston2018/thv_gold"
  89469. "item_rarity" "legendary"
  89470. "tournament_event_id" "13"
  89471. "tournament_team_id" "78"
  89472. }
  89473. "2444"
  89474. {
  89475. "name" "boston2018_team_astr"
  89476. "item_name" "#StickerKit_boston2018_team_astr"
  89477. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89478. "sticker_material" "boston2018/astr"
  89479. "item_rarity" "rare"
  89480. "tournament_event_id" "13"
  89481. "tournament_team_id" "60"
  89482. }
  89483. "2445"
  89484. {
  89485. "name" "boston2018_team_astr_holo"
  89486. "item_name" "#StickerKit_boston2018_team_astr_holo"
  89487. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89488. "sticker_material" "boston2018/astr_holo"
  89489. "item_rarity" "mythical"
  89490. "tournament_event_id" "13"
  89491. "tournament_team_id" "60"
  89492. }
  89493. "2446"
  89494. {
  89495. "name" "boston2018_team_astr_foil"
  89496. "item_name" "#StickerKit_boston2018_team_astr_foil"
  89497. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89498. "sticker_material" "boston2018/astr_foil"
  89499. "item_rarity" "legendary"
  89500. "tournament_event_id" "13"
  89501. "tournament_team_id" "60"
  89502. }
  89503. "2447"
  89504. {
  89505. "name" "boston2018_team_astr_gold"
  89506. "item_name" "#StickerKit_boston2018_team_astr_gold"
  89507. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89508. "sticker_material" "boston2018/astr_gold"
  89509. "item_rarity" "legendary"
  89510. "tournament_event_id" "13"
  89511. "tournament_team_id" "60"
  89512. }
  89513. "2448"
  89514. {
  89515. "name" "boston2018_team_vp"
  89516. "item_name" "#StickerKit_boston2018_team_vp"
  89517. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89518. "sticker_material" "boston2018/vp"
  89519. "item_rarity" "rare"
  89520. "tournament_event_id" "13"
  89521. "tournament_team_id" "31"
  89522. }
  89523. "2449"
  89524. {
  89525. "name" "boston2018_team_vp_holo"
  89526. "item_name" "#StickerKit_boston2018_team_vp_holo"
  89527. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89528. "sticker_material" "boston2018/vp_holo"
  89529. "item_rarity" "mythical"
  89530. "tournament_event_id" "13"
  89531. "tournament_team_id" "31"
  89532. }
  89533. "2450"
  89534. {
  89535. "name" "boston2018_team_vp_foil"
  89536. "item_name" "#StickerKit_boston2018_team_vp_foil"
  89537. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89538. "sticker_material" "boston2018/vp_foil"
  89539. "item_rarity" "legendary"
  89540. "tournament_event_id" "13"
  89541. "tournament_team_id" "31"
  89542. }
  89543. "2451"
  89544. {
  89545. "name" "boston2018_team_vp_gold"
  89546. "item_name" "#StickerKit_boston2018_team_vp_gold"
  89547. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89548. "sticker_material" "boston2018/vp_gold"
  89549. "item_rarity" "legendary"
  89550. "tournament_event_id" "13"
  89551. "tournament_team_id" "31"
  89552. }
  89553. "2452"
  89554. {
  89555. "name" "boston2018_team_fntc"
  89556. "item_name" "#StickerKit_boston2018_team_fntc"
  89557. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89558. "sticker_material" "boston2018/fntc"
  89559. "item_rarity" "rare"
  89560. "tournament_event_id" "13"
  89561. "tournament_team_id" "6"
  89562. }
  89563. "2453"
  89564. {
  89565. "name" "boston2018_team_fntc_holo"
  89566. "item_name" "#StickerKit_boston2018_team_fntc_holo"
  89567. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89568. "sticker_material" "boston2018/fntc_holo"
  89569. "item_rarity" "mythical"
  89570. "tournament_event_id" "13"
  89571. "tournament_team_id" "6"
  89572. }
  89573. "2454"
  89574. {
  89575. "name" "boston2018_team_fntc_foil"
  89576. "item_name" "#StickerKit_boston2018_team_fntc_foil"
  89577. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89578. "sticker_material" "boston2018/fntc_foil"
  89579. "item_rarity" "legendary"
  89580. "tournament_event_id" "13"
  89581. "tournament_team_id" "6"
  89582. }
  89583. "2455"
  89584. {
  89585. "name" "boston2018_team_fntc_gold"
  89586. "item_name" "#StickerKit_boston2018_team_fntc_gold"
  89587. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89588. "sticker_material" "boston2018/fntc_gold"
  89589. "item_rarity" "legendary"
  89590. "tournament_event_id" "13"
  89591. "tournament_team_id" "6"
  89592. }
  89593. "2456"
  89594. {
  89595. "name" "boston2018_team_sk"
  89596. "item_name" "#StickerKit_boston2018_team_sk"
  89597. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89598. "sticker_material" "boston2018/sk"
  89599. "item_rarity" "rare"
  89600. "tournament_event_id" "13"
  89601. "tournament_team_id" "14"
  89602. }
  89603. "2457"
  89604. {
  89605. "name" "boston2018_team_sk_holo"
  89606. "item_name" "#StickerKit_boston2018_team_sk_holo"
  89607. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89608. "sticker_material" "boston2018/sk_holo"
  89609. "item_rarity" "mythical"
  89610. "tournament_event_id" "13"
  89611. "tournament_team_id" "14"
  89612. }
  89613. "2458"
  89614. {
  89615. "name" "boston2018_team_sk_foil"
  89616. "item_name" "#StickerKit_boston2018_team_sk_foil"
  89617. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89618. "sticker_material" "boston2018/sk_foil"
  89619. "item_rarity" "legendary"
  89620. "tournament_event_id" "13"
  89621. "tournament_team_id" "14"
  89622. }
  89623. "2459"
  89624. {
  89625. "name" "boston2018_team_sk_gold"
  89626. "item_name" "#StickerKit_boston2018_team_sk_gold"
  89627. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89628. "sticker_material" "boston2018/sk_gold"
  89629. "item_rarity" "legendary"
  89630. "tournament_event_id" "13"
  89631. "tournament_team_id" "14"
  89632. }
  89633. "2460"
  89634. {
  89635. "name" "boston2018_team_big"
  89636. "item_name" "#StickerKit_boston2018_team_big"
  89637. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89638. "sticker_material" "boston2018/big"
  89639. "item_rarity" "rare"
  89640. "tournament_event_id" "13"
  89641. "tournament_team_id" "69"
  89642. }
  89643. "2461"
  89644. {
  89645. "name" "boston2018_team_big_holo"
  89646. "item_name" "#StickerKit_boston2018_team_big_holo"
  89647. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89648. "sticker_material" "boston2018/big_holo"
  89649. "item_rarity" "mythical"
  89650. "tournament_event_id" "13"
  89651. "tournament_team_id" "69"
  89652. }
  89653. "2462"
  89654. {
  89655. "name" "boston2018_team_big_foil"
  89656. "item_name" "#StickerKit_boston2018_team_big_foil"
  89657. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89658. "sticker_material" "boston2018/big_foil"
  89659. "item_rarity" "legendary"
  89660. "tournament_event_id" "13"
  89661. "tournament_team_id" "69"
  89662. }
  89663. "2463"
  89664. {
  89665. "name" "boston2018_team_big_gold"
  89666. "item_name" "#StickerKit_boston2018_team_big_gold"
  89667. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89668. "sticker_material" "boston2018/big_gold"
  89669. "item_rarity" "legendary"
  89670. "tournament_event_id" "13"
  89671. "tournament_team_id" "69"
  89672. }
  89673. "2464"
  89674. {
  89675. "name" "boston2018_team_nor"
  89676. "item_name" "#StickerKit_boston2018_team_nor"
  89677. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89678. "sticker_material" "boston2018/nor"
  89679. "item_rarity" "rare"
  89680. "tournament_event_id" "13"
  89681. "tournament_team_id" "68"
  89682. }
  89683. "2465"
  89684. {
  89685. "name" "boston2018_team_nor_holo"
  89686. "item_name" "#StickerKit_boston2018_team_nor_holo"
  89687. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89688. "sticker_material" "boston2018/nor_holo"
  89689. "item_rarity" "mythical"
  89690. "tournament_event_id" "13"
  89691. "tournament_team_id" "68"
  89692. }
  89693. "2466"
  89694. {
  89695. "name" "boston2018_team_nor_foil"
  89696. "item_name" "#StickerKit_boston2018_team_nor_foil"
  89697. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89698. "sticker_material" "boston2018/nor_foil"
  89699. "item_rarity" "legendary"
  89700. "tournament_event_id" "13"
  89701. "tournament_team_id" "68"
  89702. }
  89703. "2467"
  89704. {
  89705. "name" "boston2018_team_nor_gold"
  89706. "item_name" "#StickerKit_boston2018_team_nor_gold"
  89707. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89708. "sticker_material" "boston2018/nor_gold"
  89709. "item_rarity" "legendary"
  89710. "tournament_event_id" "13"
  89711. "tournament_team_id" "68"
  89712. }
  89713. "2468"
  89714. {
  89715. "name" "boston2018_team_g2"
  89716. "item_name" "#StickerKit_boston2018_team_g2"
  89717. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89718. "sticker_material" "boston2018/g2"
  89719. "item_rarity" "rare"
  89720. "tournament_event_id" "13"
  89721. "tournament_team_id" "59"
  89722. }
  89723. "2469"
  89724. {
  89725. "name" "boston2018_team_g2_holo"
  89726. "item_name" "#StickerKit_boston2018_team_g2_holo"
  89727. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89728. "sticker_material" "boston2018/g2_holo"
  89729. "item_rarity" "mythical"
  89730. "tournament_event_id" "13"
  89731. "tournament_team_id" "59"
  89732. }
  89733. "2470"
  89734. {
  89735. "name" "boston2018_team_g2_foil"
  89736. "item_name" "#StickerKit_boston2018_team_g2_foil"
  89737. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89738. "sticker_material" "boston2018/g2_foil"
  89739. "item_rarity" "legendary"
  89740. "tournament_event_id" "13"
  89741. "tournament_team_id" "59"
  89742. }
  89743. "2471"
  89744. {
  89745. "name" "boston2018_team_g2_gold"
  89746. "item_name" "#StickerKit_boston2018_team_g2_gold"
  89747. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89748. "sticker_material" "boston2018/g2_gold"
  89749. "item_rarity" "legendary"
  89750. "tournament_event_id" "13"
  89751. "tournament_team_id" "59"
  89752. }
  89753. "2472"
  89754. {
  89755. "name" "boston2018_team_c9"
  89756. "item_name" "#StickerKit_boston2018_team_c9"
  89757. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89758. "sticker_material" "boston2018/c9"
  89759. "item_rarity" "rare"
  89760. "tournament_event_id" "13"
  89761. "tournament_team_id" "33"
  89762. }
  89763. "2473"
  89764. {
  89765. "name" "boston2018_team_c9_holo"
  89766. "item_name" "#StickerKit_boston2018_team_c9_holo"
  89767. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89768. "sticker_material" "boston2018/c9_holo"
  89769. "item_rarity" "mythical"
  89770. "tournament_event_id" "13"
  89771. "tournament_team_id" "33"
  89772. }
  89773. "2474"
  89774. {
  89775. "name" "boston2018_team_c9_foil"
  89776. "item_name" "#StickerKit_boston2018_team_c9_foil"
  89777. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89778. "sticker_material" "boston2018/c9_foil"
  89779. "item_rarity" "legendary"
  89780. "tournament_event_id" "13"
  89781. "tournament_team_id" "33"
  89782. }
  89783. "2475"
  89784. {
  89785. "name" "boston2018_team_c9_gold"
  89786. "item_name" "#StickerKit_boston2018_team_c9_gold"
  89787. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89788. "sticker_material" "boston2018/c9_gold"
  89789. "item_rarity" "legendary"
  89790. "tournament_event_id" "13"
  89791. "tournament_team_id" "33"
  89792. }
  89793. "2476"
  89794. {
  89795. "name" "boston2018_team_flip"
  89796. "item_name" "#StickerKit_boston2018_team_flip"
  89797. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89798. "sticker_material" "boston2018/flip"
  89799. "item_rarity" "rare"
  89800. "tournament_event_id" "13"
  89801. "tournament_team_id" "43"
  89802. }
  89803. "2477"
  89804. {
  89805. "name" "boston2018_team_flip_holo"
  89806. "item_name" "#StickerKit_boston2018_team_flip_holo"
  89807. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89808. "sticker_material" "boston2018/flip_holo"
  89809. "item_rarity" "mythical"
  89810. "tournament_event_id" "13"
  89811. "tournament_team_id" "43"
  89812. }
  89813. "2478"
  89814. {
  89815. "name" "boston2018_team_flip_foil"
  89816. "item_name" "#StickerKit_boston2018_team_flip_foil"
  89817. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89818. "sticker_material" "boston2018/flip_foil"
  89819. "item_rarity" "legendary"
  89820. "tournament_event_id" "13"
  89821. "tournament_team_id" "43"
  89822. }
  89823. "2479"
  89824. {
  89825. "name" "boston2018_team_flip_gold"
  89826. "item_name" "#StickerKit_boston2018_team_flip_gold"
  89827. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89828. "sticker_material" "boston2018/flip_gold"
  89829. "item_rarity" "legendary"
  89830. "tournament_event_id" "13"
  89831. "tournament_team_id" "43"
  89832. }
  89833. "2480"
  89834. {
  89835. "name" "boston2018_team_navi"
  89836. "item_name" "#StickerKit_boston2018_team_navi"
  89837. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89838. "sticker_material" "boston2018/navi"
  89839. "item_rarity" "rare"
  89840. "tournament_event_id" "13"
  89841. "tournament_team_id" "12"
  89842. }
  89843. "2481"
  89844. {
  89845. "name" "boston2018_team_navi_holo"
  89846. "item_name" "#StickerKit_boston2018_team_navi_holo"
  89847. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89848. "sticker_material" "boston2018/navi_holo"
  89849. "item_rarity" "mythical"
  89850. "tournament_event_id" "13"
  89851. "tournament_team_id" "12"
  89852. }
  89853. "2482"
  89854. {
  89855. "name" "boston2018_team_navi_foil"
  89856. "item_name" "#StickerKit_boston2018_team_navi_foil"
  89857. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89858. "sticker_material" "boston2018/navi_foil"
  89859. "item_rarity" "legendary"
  89860. "tournament_event_id" "13"
  89861. "tournament_team_id" "12"
  89862. }
  89863. "2483"
  89864. {
  89865. "name" "boston2018_team_navi_gold"
  89866. "item_name" "#StickerKit_boston2018_team_navi_gold"
  89867. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89868. "sticker_material" "boston2018/navi_gold"
  89869. "item_rarity" "legendary"
  89870. "tournament_event_id" "13"
  89871. "tournament_team_id" "12"
  89872. }
  89873. "2484"
  89874. {
  89875. "name" "boston2018_team_mss"
  89876. "item_name" "#StickerKit_boston2018_team_mss"
  89877. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89878. "sticker_material" "boston2018/mss"
  89879. "item_rarity" "rare"
  89880. "tournament_event_id" "13"
  89881. "tournament_team_id" "29"
  89882. }
  89883. "2485"
  89884. {
  89885. "name" "boston2018_team_mss_holo"
  89886. "item_name" "#StickerKit_boston2018_team_mss_holo"
  89887. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89888. "sticker_material" "boston2018/mss_holo"
  89889. "item_rarity" "mythical"
  89890. "tournament_event_id" "13"
  89891. "tournament_team_id" "29"
  89892. }
  89893. "2486"
  89894. {
  89895. "name" "boston2018_team_mss_foil"
  89896. "item_name" "#StickerKit_boston2018_team_mss_foil"
  89897. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89898. "sticker_material" "boston2018/mss_foil"
  89899. "item_rarity" "legendary"
  89900. "tournament_event_id" "13"
  89901. "tournament_team_id" "29"
  89902. }
  89903. "2487"
  89904. {
  89905. "name" "boston2018_team_mss_gold"
  89906. "item_name" "#StickerKit_boston2018_team_mss_gold"
  89907. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89908. "sticker_material" "boston2018/mss_gold"
  89909. "item_rarity" "legendary"
  89910. "tournament_event_id" "13"
  89911. "tournament_team_id" "29"
  89912. }
  89913. "2488"
  89914. {
  89915. "name" "boston2018_team_spr"
  89916. "item_name" "#StickerKit_boston2018_team_spr"
  89917. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89918. "sticker_material" "boston2018/spr"
  89919. "item_rarity" "rare"
  89920. "tournament_event_id" "13"
  89921. "tournament_team_id" "72"
  89922. }
  89923. "2489"
  89924. {
  89925. "name" "boston2018_team_spr_holo"
  89926. "item_name" "#StickerKit_boston2018_team_spr_holo"
  89927. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89928. "sticker_material" "boston2018/spr_holo"
  89929. "item_rarity" "mythical"
  89930. "tournament_event_id" "13"
  89931. "tournament_team_id" "72"
  89932. }
  89933. "2490"
  89934. {
  89935. "name" "boston2018_team_spr_foil"
  89936. "item_name" "#StickerKit_boston2018_team_spr_foil"
  89937. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89938. "sticker_material" "boston2018/spr_foil"
  89939. "item_rarity" "legendary"
  89940. "tournament_event_id" "13"
  89941. "tournament_team_id" "72"
  89942. }
  89943. "2491"
  89944. {
  89945. "name" "boston2018_team_spr_gold"
  89946. "item_name" "#StickerKit_boston2018_team_spr_gold"
  89947. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89948. "sticker_material" "boston2018/spr_gold"
  89949. "item_rarity" "legendary"
  89950. "tournament_event_id" "13"
  89951. "tournament_team_id" "72"
  89952. }
  89953. "2492"
  89954. {
  89955. "name" "boston2018_team_faze"
  89956. "item_name" "#StickerKit_boston2018_team_faze"
  89957. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89958. "sticker_material" "boston2018/faze"
  89959. "item_rarity" "rare"
  89960. "tournament_event_id" "13"
  89961. "tournament_team_id" "61"
  89962. }
  89963. "2493"
  89964. {
  89965. "name" "boston2018_team_faze_holo"
  89966. "item_name" "#StickerKit_boston2018_team_faze_holo"
  89967. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89968. "sticker_material" "boston2018/faze_holo"
  89969. "item_rarity" "mythical"
  89970. "tournament_event_id" "13"
  89971. "tournament_team_id" "61"
  89972. }
  89973. "2494"
  89974. {
  89975. "name" "boston2018_team_faze_foil"
  89976. "item_name" "#StickerKit_boston2018_team_faze_foil"
  89977. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89978. "sticker_material" "boston2018/faze_foil"
  89979. "item_rarity" "legendary"
  89980. "tournament_event_id" "13"
  89981. "tournament_team_id" "61"
  89982. }
  89983. "2495"
  89984. {
  89985. "name" "boston2018_team_faze_gold"
  89986. "item_name" "#StickerKit_boston2018_team_faze_gold"
  89987. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89988. "sticker_material" "boston2018/faze_gold"
  89989. "item_rarity" "legendary"
  89990. "tournament_event_id" "13"
  89991. "tournament_team_id" "61"
  89992. }
  89993. "2496"
  89994. {
  89995. "name" "boston2018_team_vega"
  89996. "item_name" "#StickerKit_boston2018_team_vega"
  89997. "description_string" "#EventItemDesc_boston2018_sticker_team"
  89998. "sticker_material" "boston2018/vega"
  89999. "item_rarity" "rare"
  90000. "tournament_event_id" "13"
  90001. "tournament_team_id" "70"
  90002. }
  90003. "2497"
  90004. {
  90005. "name" "boston2018_team_vega_holo"
  90006. "item_name" "#StickerKit_boston2018_team_vega_holo"
  90007. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90008. "sticker_material" "boston2018/vega_holo"
  90009. "item_rarity" "mythical"
  90010. "tournament_event_id" "13"
  90011. "tournament_team_id" "70"
  90012. }
  90013. "2498"
  90014. {
  90015. "name" "boston2018_team_vega_foil"
  90016. "item_name" "#StickerKit_boston2018_team_vega_foil"
  90017. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90018. "sticker_material" "boston2018/vega_foil"
  90019. "item_rarity" "legendary"
  90020. "tournament_event_id" "13"
  90021. "tournament_team_id" "70"
  90022. }
  90023. "2499"
  90024. {
  90025. "name" "boston2018_team_vega_gold"
  90026. "item_name" "#StickerKit_boston2018_team_vega_gold"
  90027. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90028. "sticker_material" "boston2018/vega_gold"
  90029. "item_rarity" "legendary"
  90030. "tournament_event_id" "13"
  90031. "tournament_team_id" "70"
  90032. }
  90033. "2500"
  90034. {
  90035. "name" "boston2018_team_spc"
  90036. "item_name" "#StickerKit_boston2018_team_spc"
  90037. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90038. "sticker_material" "boston2018/spc"
  90039. "item_rarity" "rare"
  90040. "tournament_event_id" "13"
  90041. "tournament_team_id" "73"
  90042. }
  90043. "2501"
  90044. {
  90045. "name" "boston2018_team_spc_holo"
  90046. "item_name" "#StickerKit_boston2018_team_spc_holo"
  90047. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90048. "sticker_material" "boston2018/spc_holo"
  90049. "item_rarity" "mythical"
  90050. "tournament_event_id" "13"
  90051. "tournament_team_id" "73"
  90052. }
  90053. "2502"
  90054. {
  90055. "name" "boston2018_team_spc_foil"
  90056. "item_name" "#StickerKit_boston2018_team_spc_foil"
  90057. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90058. "sticker_material" "boston2018/spc_foil"
  90059. "item_rarity" "legendary"
  90060. "tournament_event_id" "13"
  90061. "tournament_team_id" "73"
  90062. }
  90063. "2503"
  90064. {
  90065. "name" "boston2018_team_spc_gold"
  90066. "item_name" "#StickerKit_boston2018_team_spc_gold"
  90067. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90068. "sticker_material" "boston2018/spc_gold"
  90069. "item_rarity" "legendary"
  90070. "tournament_event_id" "13"
  90071. "tournament_team_id" "73"
  90072. }
  90073. "2504"
  90074. {
  90075. "name" "boston2018_team_liq"
  90076. "item_name" "#StickerKit_boston2018_team_liq"
  90077. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90078. "sticker_material" "boston2018/liq"
  90079. "item_rarity" "rare"
  90080. "tournament_event_id" "13"
  90081. "tournament_team_id" "48"
  90082. }
  90083. "2505"
  90084. {
  90085. "name" "boston2018_team_liq_holo"
  90086. "item_name" "#StickerKit_boston2018_team_liq_holo"
  90087. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90088. "sticker_material" "boston2018/liq_holo"
  90089. "item_rarity" "mythical"
  90090. "tournament_event_id" "13"
  90091. "tournament_team_id" "48"
  90092. }
  90093. "2506"
  90094. {
  90095. "name" "boston2018_team_liq_foil"
  90096. "item_name" "#StickerKit_boston2018_team_liq_foil"
  90097. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90098. "sticker_material" "boston2018/liq_foil"
  90099. "item_rarity" "legendary"
  90100. "tournament_event_id" "13"
  90101. "tournament_team_id" "48"
  90102. }
  90103. "2507"
  90104. {
  90105. "name" "boston2018_team_liq_gold"
  90106. "item_name" "#StickerKit_boston2018_team_liq_gold"
  90107. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90108. "sticker_material" "boston2018/liq_gold"
  90109. "item_rarity" "legendary"
  90110. "tournament_event_id" "13"
  90111. "tournament_team_id" "48"
  90112. }
  90113. "2508"
  90114. {
  90115. "name" "boston2018_team_avg"
  90116. "item_name" "#StickerKit_boston2018_team_avg"
  90117. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90118. "sticker_material" "boston2018/avg"
  90119. "item_rarity" "rare"
  90120. "tournament_event_id" "13"
  90121. "tournament_team_id" "75"
  90122. }
  90123. "2509"
  90124. {
  90125. "name" "boston2018_team_avg_holo"
  90126. "item_name" "#StickerKit_boston2018_team_avg_holo"
  90127. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90128. "sticker_material" "boston2018/avg_holo"
  90129. "item_rarity" "mythical"
  90130. "tournament_event_id" "13"
  90131. "tournament_team_id" "75"
  90132. }
  90133. "2510"
  90134. {
  90135. "name" "boston2018_team_avg_foil"
  90136. "item_name" "#StickerKit_boston2018_team_avg_foil"
  90137. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90138. "sticker_material" "boston2018/avg_foil"
  90139. "item_rarity" "legendary"
  90140. "tournament_event_id" "13"
  90141. "tournament_team_id" "75"
  90142. }
  90143. "2511"
  90144. {
  90145. "name" "boston2018_team_avg_gold"
  90146. "item_name" "#StickerKit_boston2018_team_avg_gold"
  90147. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90148. "sticker_material" "boston2018/avg_gold"
  90149. "item_rarity" "legendary"
  90150. "tournament_event_id" "13"
  90151. "tournament_team_id" "75"
  90152. }
  90153. "2512"
  90154. {
  90155. "name" "boston2018_team_ren"
  90156. "item_name" "#StickerKit_boston2018_team_ren"
  90157. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90158. "sticker_material" "boston2018/ren"
  90159. "item_rarity" "rare"
  90160. "tournament_event_id" "13"
  90161. "tournament_team_id" "53"
  90162. }
  90163. "2513"
  90164. {
  90165. "name" "boston2018_team_ren_holo"
  90166. "item_name" "#StickerKit_boston2018_team_ren_holo"
  90167. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90168. "sticker_material" "boston2018/ren_holo"
  90169. "item_rarity" "mythical"
  90170. "tournament_event_id" "13"
  90171. "tournament_team_id" "53"
  90172. }
  90173. "2514"
  90174. {
  90175. "name" "boston2018_team_ren_foil"
  90176. "item_name" "#StickerKit_boston2018_team_ren_foil"
  90177. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90178. "sticker_material" "boston2018/ren_foil"
  90179. "item_rarity" "legendary"
  90180. "tournament_event_id" "13"
  90181. "tournament_team_id" "53"
  90182. }
  90183. "2515"
  90184. {
  90185. "name" "boston2018_team_ren_gold"
  90186. "item_name" "#StickerKit_boston2018_team_ren_gold"
  90187. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90188. "sticker_material" "boston2018/ren_gold"
  90189. "item_rarity" "legendary"
  90190. "tournament_event_id" "13"
  90191. "tournament_team_id" "53"
  90192. }
  90193. "2516"
  90194. {
  90195. "name" "boston2018_team_nv"
  90196. "item_name" "#StickerKit_boston2018_team_nv"
  90197. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90198. "sticker_material" "boston2018/nv"
  90199. "item_rarity" "rare"
  90200. "tournament_event_id" "13"
  90201. "tournament_team_id" "46"
  90202. }
  90203. "2517"
  90204. {
  90205. "name" "boston2018_team_nv_holo"
  90206. "item_name" "#StickerKit_boston2018_team_nv_holo"
  90207. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90208. "sticker_material" "boston2018/nv_holo"
  90209. "item_rarity" "mythical"
  90210. "tournament_event_id" "13"
  90211. "tournament_team_id" "46"
  90212. }
  90213. "2518"
  90214. {
  90215. "name" "boston2018_team_nv_foil"
  90216. "item_name" "#StickerKit_boston2018_team_nv_foil"
  90217. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90218. "sticker_material" "boston2018/nv_foil"
  90219. "item_rarity" "legendary"
  90220. "tournament_event_id" "13"
  90221. "tournament_team_id" "46"
  90222. }
  90223. "2519"
  90224. {
  90225. "name" "boston2018_team_nv_gold"
  90226. "item_name" "#StickerKit_boston2018_team_nv_gold"
  90227. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90228. "sticker_material" "boston2018/nv_gold"
  90229. "item_rarity" "legendary"
  90230. "tournament_event_id" "13"
  90231. "tournament_team_id" "46"
  90232. }
  90233. "2520"
  90234. {
  90235. "name" "boston2018_team_mfg"
  90236. "item_name" "#StickerKit_boston2018_team_mfg"
  90237. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90238. "sticker_material" "boston2018/mfg"
  90239. "item_rarity" "rare"
  90240. "tournament_event_id" "13"
  90241. "tournament_team_id" "77"
  90242. }
  90243. "2521"
  90244. {
  90245. "name" "boston2018_team_mfg_holo"
  90246. "item_name" "#StickerKit_boston2018_team_mfg_holo"
  90247. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90248. "sticker_material" "boston2018/mfg_holo"
  90249. "item_rarity" "mythical"
  90250. "tournament_event_id" "13"
  90251. "tournament_team_id" "77"
  90252. }
  90253. "2522"
  90254. {
  90255. "name" "boston2018_team_mfg_foil"
  90256. "item_name" "#StickerKit_boston2018_team_mfg_foil"
  90257. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90258. "sticker_material" "boston2018/mfg_foil"
  90259. "item_rarity" "legendary"
  90260. "tournament_event_id" "13"
  90261. "tournament_team_id" "77"
  90262. }
  90263. "2523"
  90264. {
  90265. "name" "boston2018_team_mfg_gold"
  90266. "item_name" "#StickerKit_boston2018_team_mfg_gold"
  90267. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90268. "sticker_material" "boston2018/mfg_gold"
  90269. "item_rarity" "legendary"
  90270. "tournament_event_id" "13"
  90271. "tournament_team_id" "77"
  90272. }
  90273. "2524"
  90274. {
  90275. "name" "boston2018_team_qb"
  90276. "item_name" "#StickerKit_boston2018_team_qb"
  90277. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90278. "sticker_material" "boston2018/qb"
  90279. "item_rarity" "rare"
  90280. "tournament_event_id" "13"
  90281. "tournament_team_id" "76"
  90282. }
  90283. "2525"
  90284. {
  90285. "name" "boston2018_team_qb_holo"
  90286. "item_name" "#StickerKit_boston2018_team_qb_holo"
  90287. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90288. "sticker_material" "boston2018/qb_holo"
  90289. "item_rarity" "mythical"
  90290. "tournament_event_id" "13"
  90291. "tournament_team_id" "76"
  90292. }
  90293. "2526"
  90294. {
  90295. "name" "boston2018_team_qb_foil"
  90296. "item_name" "#StickerKit_boston2018_team_qb_foil"
  90297. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90298. "sticker_material" "boston2018/qb_foil"
  90299. "item_rarity" "legendary"
  90300. "tournament_event_id" "13"
  90301. "tournament_team_id" "76"
  90302. }
  90303. "2527"
  90304. {
  90305. "name" "boston2018_team_qb_gold"
  90306. "item_name" "#StickerKit_boston2018_team_qb_gold"
  90307. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90308. "sticker_material" "boston2018/qb_gold"
  90309. "item_rarity" "legendary"
  90310. "tournament_event_id" "13"
  90311. "tournament_team_id" "76"
  90312. }
  90313. "2528"
  90314. {
  90315. "name" "boston2018_team_tyl"
  90316. "item_name" "#StickerKit_boston2018_team_tyl"
  90317. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90318. "sticker_material" "boston2018/tyl"
  90319. "item_rarity" "rare"
  90320. "tournament_event_id" "13"
  90321. "tournament_team_id" "74"
  90322. }
  90323. "2529"
  90324. {
  90325. "name" "boston2018_team_tyl_holo"
  90326. "item_name" "#StickerKit_boston2018_team_tyl_holo"
  90327. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90328. "sticker_material" "boston2018/tyl_holo"
  90329. "item_rarity" "mythical"
  90330. "tournament_event_id" "13"
  90331. "tournament_team_id" "74"
  90332. }
  90333. "2530"
  90334. {
  90335. "name" "boston2018_team_tyl_foil"
  90336. "item_name" "#StickerKit_boston2018_team_tyl_foil"
  90337. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90338. "sticker_material" "boston2018/tyl_foil"
  90339. "item_rarity" "legendary"
  90340. "tournament_event_id" "13"
  90341. "tournament_team_id" "74"
  90342. }
  90343. "2531"
  90344. {
  90345. "name" "boston2018_team_tyl_gold"
  90346. "item_name" "#StickerKit_boston2018_team_tyl_gold"
  90347. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90348. "sticker_material" "boston2018/tyl_gold"
  90349. "item_rarity" "legendary"
  90350. "tournament_event_id" "13"
  90351. "tournament_team_id" "74"
  90352. }
  90353. "2935"
  90354. {
  90355. "name" "boston2018_team_flg"
  90356. "item_name" "#StickerKit_boston2018_team_flg"
  90357. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90358. "sticker_material" "boston2018/flg"
  90359. "item_rarity" "rare"
  90360. "tournament_event_id" "13"
  90361. "tournament_team_id" "79"
  90362. }
  90363. "2936"
  90364. {
  90365. "name" "boston2018_team_flg_holo"
  90366. "item_name" "#StickerKit_boston2018_team_flg_holo"
  90367. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90368. "sticker_material" "boston2018/flg_holo"
  90369. "item_rarity" "mythical"
  90370. "tournament_event_id" "13"
  90371. "tournament_team_id" "79"
  90372. }
  90373. "2937"
  90374. {
  90375. "name" "boston2018_team_flg_foil"
  90376. "item_name" "#StickerKit_boston2018_team_flg_foil"
  90377. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90378. "sticker_material" "boston2018/flg_foil"
  90379. "item_rarity" "legendary"
  90380. "tournament_event_id" "13"
  90381. "tournament_team_id" "79"
  90382. }
  90383. "2938"
  90384. {
  90385. "name" "boston2018_team_flg_gold"
  90386. "item_name" "#StickerKit_boston2018_team_flg_gold"
  90387. "description_string" "#EventItemDesc_boston2018_sticker_team"
  90388. "sticker_material" "boston2018/flg_gold"
  90389. "item_rarity" "legendary"
  90390. "tournament_event_id" "13"
  90391. "tournament_team_id" "79"
  90392. }
  90393. "2532"
  90394. {
  90395. "name" "boston2018_team_eleague"
  90396. "item_name" "#StickerKit_boston2018_team_eleague"
  90397. "description_string" "#EventItemDesc_boston2018_sticker_org"
  90398. "sticker_material" "boston2018/eleague"
  90399. "item_rarity" "rare"
  90400. "tournament_event_id" "13"
  90401. "tournament_team_id" "0"
  90402. }
  90403. "2533"
  90404. {
  90405. "name" "boston2018_team_eleague_holo"
  90406. "item_name" "#StickerKit_boston2018_team_eleague_holo"
  90407. "description_string" "#EventItemDesc_boston2018_sticker_org"
  90408. "sticker_material" "boston2018/eleague_holo"
  90409. "item_rarity" "mythical"
  90410. "tournament_event_id" "13"
  90411. "tournament_team_id" "0"
  90412. }
  90413. "2534"
  90414. {
  90415. "name" "boston2018_team_eleague_foil"
  90416. "item_name" "#StickerKit_boston2018_team_eleague_foil"
  90417. "description_string" "#EventItemDesc_boston2018_sticker_org"
  90418. "sticker_material" "boston2018/eleague_foil"
  90419. "item_rarity" "legendary"
  90420. "tournament_event_id" "13"
  90421. "tournament_team_id" "0"
  90422. }
  90423. "2535"
  90424. {
  90425. "name" "boston2018_team_eleague_gold"
  90426. "item_name" "#StickerKit_boston2018_team_eleague_gold"
  90427. "description_string" "#EventItemDesc_boston2018_sticker_org"
  90428. "sticker_material" "boston2018/eleague_gold"
  90429. "item_rarity" "legendary"
  90430. "tournament_event_id" "13"
  90431. "tournament_team_id" "0"
  90432. }
  90433. "2536"
  90434. {
  90435. "name" "boston2018_team_gamb_graffiti"
  90436. "item_name" "#StickerKit_boston2018_team_gamb"
  90437. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90438. "sticker_material" "boston2018/gamb_graffiti"
  90439. "item_rarity" "rare"
  90440. "tournament_event_id" "13"
  90441. "tournament_team_id" "63"
  90442. }
  90443. "2537"
  90444. {
  90445. "name" "boston2018_team_thv_graffiti"
  90446. "item_name" "#StickerKit_boston2018_team_thv"
  90447. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90448. "sticker_material" "boston2018/thv_graffiti"
  90449. "item_rarity" "rare"
  90450. "tournament_event_id" "13"
  90451. "tournament_team_id" "78"
  90452. }
  90453. "2538"
  90454. {
  90455. "name" "boston2018_team_astr_graffiti"
  90456. "item_name" "#StickerKit_boston2018_team_astr"
  90457. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90458. "sticker_material" "boston2018/astr_graffiti"
  90459. "item_rarity" "rare"
  90460. "tournament_event_id" "13"
  90461. "tournament_team_id" "60"
  90462. }
  90463. "2539"
  90464. {
  90465. "name" "boston2018_team_vp_graffiti"
  90466. "item_name" "#StickerKit_boston2018_team_vp"
  90467. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90468. "sticker_material" "boston2018/vp_graffiti"
  90469. "item_rarity" "rare"
  90470. "tournament_event_id" "13"
  90471. "tournament_team_id" "31"
  90472. }
  90473. "2540"
  90474. {
  90475. "name" "boston2018_team_fntc_graffiti"
  90476. "item_name" "#StickerKit_boston2018_team_fntc"
  90477. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90478. "sticker_material" "boston2018/fntc_graffiti"
  90479. "item_rarity" "rare"
  90480. "tournament_event_id" "13"
  90481. "tournament_team_id" "6"
  90482. }
  90483. "2541"
  90484. {
  90485. "name" "boston2018_team_sk_graffiti"
  90486. "item_name" "#StickerKit_boston2018_team_sk"
  90487. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90488. "sticker_material" "boston2018/sk_graffiti"
  90489. "item_rarity" "rare"
  90490. "tournament_event_id" "13"
  90491. "tournament_team_id" "14"
  90492. }
  90493. "2542"
  90494. {
  90495. "name" "boston2018_team_big_graffiti"
  90496. "item_name" "#StickerKit_boston2018_team_big"
  90497. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90498. "sticker_material" "boston2018/big_graffiti"
  90499. "item_rarity" "rare"
  90500. "tournament_event_id" "13"
  90501. "tournament_team_id" "69"
  90502. }
  90503. "2543"
  90504. {
  90505. "name" "boston2018_team_nor_graffiti"
  90506. "item_name" "#StickerKit_boston2018_team_nor"
  90507. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90508. "sticker_material" "boston2018/nor_graffiti"
  90509. "item_rarity" "rare"
  90510. "tournament_event_id" "13"
  90511. "tournament_team_id" "68"
  90512. }
  90513. "2544"
  90514. {
  90515. "name" "boston2018_team_g2_graffiti"
  90516. "item_name" "#StickerKit_boston2018_team_g2"
  90517. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90518. "sticker_material" "boston2018/g2_graffiti"
  90519. "item_rarity" "rare"
  90520. "tournament_event_id" "13"
  90521. "tournament_team_id" "59"
  90522. }
  90523. "2545"
  90524. {
  90525. "name" "boston2018_team_c9_graffiti"
  90526. "item_name" "#StickerKit_boston2018_team_c9"
  90527. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90528. "sticker_material" "boston2018/c9_graffiti"
  90529. "item_rarity" "rare"
  90530. "tournament_event_id" "13"
  90531. "tournament_team_id" "33"
  90532. }
  90533. "2546"
  90534. {
  90535. "name" "boston2018_team_flip_graffiti"
  90536. "item_name" "#StickerKit_boston2018_team_flip"
  90537. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90538. "sticker_material" "boston2018/flip_graffiti"
  90539. "item_rarity" "rare"
  90540. "tournament_event_id" "13"
  90541. "tournament_team_id" "43"
  90542. }
  90543. "2547"
  90544. {
  90545. "name" "boston2018_team_navi_graffiti"
  90546. "item_name" "#StickerKit_boston2018_team_navi"
  90547. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90548. "sticker_material" "boston2018/navi_graffiti"
  90549. "item_rarity" "rare"
  90550. "tournament_event_id" "13"
  90551. "tournament_team_id" "12"
  90552. }
  90553. "2548"
  90554. {
  90555. "name" "boston2018_team_mss_graffiti"
  90556. "item_name" "#StickerKit_boston2018_team_mss"
  90557. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90558. "sticker_material" "boston2018/mss_graffiti"
  90559. "item_rarity" "rare"
  90560. "tournament_event_id" "13"
  90561. "tournament_team_id" "29"
  90562. }
  90563. "2549"
  90564. {
  90565. "name" "boston2018_team_spr_graffiti"
  90566. "item_name" "#StickerKit_boston2018_team_spr"
  90567. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90568. "sticker_material" "boston2018/spr_graffiti"
  90569. "item_rarity" "rare"
  90570. "tournament_event_id" "13"
  90571. "tournament_team_id" "72"
  90572. }
  90573. "2550"
  90574. {
  90575. "name" "boston2018_team_faze_graffiti"
  90576. "item_name" "#StickerKit_boston2018_team_faze"
  90577. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90578. "sticker_material" "boston2018/faze_graffiti"
  90579. "item_rarity" "rare"
  90580. "tournament_event_id" "13"
  90581. "tournament_team_id" "61"
  90582. }
  90583. "2551"
  90584. {
  90585. "name" "boston2018_team_vega_graffiti"
  90586. "item_name" "#StickerKit_boston2018_team_vega"
  90587. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90588. "sticker_material" "boston2018/vega_graffiti"
  90589. "item_rarity" "rare"
  90590. "tournament_event_id" "13"
  90591. "tournament_team_id" "70"
  90592. }
  90593. "2552"
  90594. {
  90595. "name" "boston2018_team_spc_graffiti"
  90596. "item_name" "#StickerKit_boston2018_team_spc"
  90597. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90598. "sticker_material" "boston2018/spc_graffiti"
  90599. "item_rarity" "rare"
  90600. "tournament_event_id" "13"
  90601. "tournament_team_id" "73"
  90602. }
  90603. "2553"
  90604. {
  90605. "name" "boston2018_team_liq_graffiti"
  90606. "item_name" "#StickerKit_boston2018_team_liq"
  90607. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90608. "sticker_material" "boston2018/liq_graffiti"
  90609. "item_rarity" "rare"
  90610. "tournament_event_id" "13"
  90611. "tournament_team_id" "48"
  90612. }
  90613. "2554"
  90614. {
  90615. "name" "boston2018_team_avg_graffiti"
  90616. "item_name" "#StickerKit_boston2018_team_avg"
  90617. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90618. "sticker_material" "boston2018/avg_graffiti"
  90619. "item_rarity" "rare"
  90620. "tournament_event_id" "13"
  90621. "tournament_team_id" "75"
  90622. }
  90623. "2555"
  90624. {
  90625. "name" "boston2018_team_ren_graffiti"
  90626. "item_name" "#StickerKit_boston2018_team_ren"
  90627. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90628. "sticker_material" "boston2018/ren_graffiti"
  90629. "item_rarity" "rare"
  90630. "tournament_event_id" "13"
  90631. "tournament_team_id" "53"
  90632. }
  90633. "2556"
  90634. {
  90635. "name" "boston2018_team_nv_graffiti"
  90636. "item_name" "#StickerKit_boston2018_team_nv"
  90637. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90638. "sticker_material" "boston2018/nv_graffiti"
  90639. "item_rarity" "rare"
  90640. "tournament_event_id" "13"
  90641. "tournament_team_id" "46"
  90642. }
  90643. "2557"
  90644. {
  90645. "name" "boston2018_team_mfg_graffiti"
  90646. "item_name" "#StickerKit_boston2018_team_mfg"
  90647. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90648. "sticker_material" "boston2018/mfg_graffiti"
  90649. "item_rarity" "rare"
  90650. "tournament_event_id" "13"
  90651. "tournament_team_id" "77"
  90652. }
  90653. "2558"
  90654. {
  90655. "name" "boston2018_team_qb_graffiti"
  90656. "item_name" "#StickerKit_boston2018_team_qb"
  90657. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90658. "sticker_material" "boston2018/qb_graffiti"
  90659. "item_rarity" "rare"
  90660. "tournament_event_id" "13"
  90661. "tournament_team_id" "76"
  90662. }
  90663. "2559"
  90664. {
  90665. "name" "boston2018_team_tyl_graffiti"
  90666. "item_name" "#StickerKit_boston2018_team_tyl"
  90667. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90668. "sticker_material" "boston2018/tyl_graffiti"
  90669. "item_rarity" "rare"
  90670. "tournament_event_id" "13"
  90671. "tournament_team_id" "74"
  90672. }
  90673. "2939"
  90674. {
  90675. "name" "boston2018_team_flg_graffiti"
  90676. "item_name" "#StickerKit_boston2018_team_flg"
  90677. "description_string" "#EventItemDesc_boston2018_graffiti_team"
  90678. "sticker_material" "boston2018/flg_graffiti"
  90679. "item_rarity" "rare"
  90680. "tournament_event_id" "13"
  90681. "tournament_team_id" "79"
  90682. }
  90683. "2560"
  90684. {
  90685. "name" "boston2018_team_eleague_graffiti"
  90686. "item_name" "#StickerKit_boston2018_team_eleague"
  90687. "description_string" "#EventItemDesc_boston2018_graffiti_org"
  90688. "sticker_material" "boston2018/eleague_graffiti"
  90689. "item_rarity" "rare"
  90690. "tournament_event_id" "13"
  90691. "tournament_team_id" "0"
  90692. }
  90693. "2561"
  90694. {
  90695. "name" "boston2018_signature_adrenkz"
  90696. "item_name" "#StickerKit_boston2018_signature_adrenkz"
  90697. "description_string" "#StickerKit_desc_boston2018_signature_adrenkz"
  90698. "sticker_material" "boston2018/sig_adrenkz"
  90699. "item_rarity" "rare"
  90700. "tournament_event_id" "13"
  90701. "tournament_team_id" "63"
  90702. "tournament_player_id" "46200979"
  90703. }
  90704. "2562"
  90705. {
  90706. "name" "boston2018_signature_adrenkz_foil"
  90707. "item_name" "#StickerKit_boston2018_signature_adrenkz_foil"
  90708. "description_string" "#StickerKit_desc_boston2018_signature_adrenkz_foil"
  90709. "sticker_material" "boston2018/sig_adrenkz_foil"
  90710. "item_rarity" "mythical"
  90711. "tournament_event_id" "13"
  90712. "tournament_team_id" "63"
  90713. "tournament_player_id" "46200979"
  90714. }
  90715. "2563"
  90716. {
  90717. "name" "boston2018_signature_adrenkz_gold"
  90718. "item_name" "#StickerKit_boston2018_signature_adrenkz_gold"
  90719. "description_string" "#StickerKit_desc_boston2018_signature_adrenkz_gold"
  90720. "sticker_material" "boston2018/sig_adrenkz_gold"
  90721. "item_rarity" "ancient"
  90722. "tournament_event_id" "13"
  90723. "tournament_team_id" "63"
  90724. "tournament_player_id" "46200979"
  90725. }
  90726. "2564"
  90727. {
  90728. "name" "boston2018_signature_dosia"
  90729. "item_name" "#StickerKit_boston2018_signature_dosia"
  90730. "description_string" "#StickerKit_desc_boston2018_signature_dosia"
  90731. "sticker_material" "boston2018/sig_dosia"
  90732. "item_rarity" "rare"
  90733. "tournament_event_id" "13"
  90734. "tournament_team_id" "63"
  90735. "tournament_player_id" "146641530"
  90736. }
  90737. "2565"
  90738. {
  90739. "name" "boston2018_signature_dosia_foil"
  90740. "item_name" "#StickerKit_boston2018_signature_dosia_foil"
  90741. "description_string" "#StickerKit_desc_boston2018_signature_dosia_foil"
  90742. "sticker_material" "boston2018/sig_dosia_foil"
  90743. "item_rarity" "mythical"
  90744. "tournament_event_id" "13"
  90745. "tournament_team_id" "63"
  90746. "tournament_player_id" "146641530"
  90747. }
  90748. "2566"
  90749. {
  90750. "name" "boston2018_signature_dosia_gold"
  90751. "item_name" "#StickerKit_boston2018_signature_dosia_gold"
  90752. "description_string" "#StickerKit_desc_boston2018_signature_dosia_gold"
  90753. "sticker_material" "boston2018/sig_dosia_gold"
  90754. "item_rarity" "ancient"
  90755. "tournament_event_id" "13"
  90756. "tournament_team_id" "63"
  90757. "tournament_player_id" "146641530"
  90758. }
  90759. "2567"
  90760. {
  90761. "name" "boston2018_signature_fitch"
  90762. "item_name" "#StickerKit_boston2018_signature_fitch"
  90763. "description_string" "#StickerKit_desc_boston2018_signature_fitch"
  90764. "sticker_material" "boston2018/sig_fitch"
  90765. "item_rarity" "rare"
  90766. "tournament_event_id" "13"
  90767. "tournament_team_id" "63"
  90768. "tournament_player_id" "33208850"
  90769. }
  90770. "2568"
  90771. {
  90772. "name" "boston2018_signature_fitch_foil"
  90773. "item_name" "#StickerKit_boston2018_signature_fitch_foil"
  90774. "description_string" "#StickerKit_desc_boston2018_signature_fitch_foil"
  90775. "sticker_material" "boston2018/sig_fitch_foil"
  90776. "item_rarity" "mythical"
  90777. "tournament_event_id" "13"
  90778. "tournament_team_id" "63"
  90779. "tournament_player_id" "33208850"
  90780. }
  90781. "2569"
  90782. {
  90783. "name" "boston2018_signature_fitch_gold"
  90784. "item_name" "#StickerKit_boston2018_signature_fitch_gold"
  90785. "description_string" "#StickerKit_desc_boston2018_signature_fitch_gold"
  90786. "sticker_material" "boston2018/sig_fitch_gold"
  90787. "item_rarity" "ancient"
  90788. "tournament_event_id" "13"
  90789. "tournament_team_id" "63"
  90790. "tournament_player_id" "33208850"
  90791. }
  90792. "2570"
  90793. {
  90794. "name" "boston2018_signature_hobbit"
  90795. "item_name" "#StickerKit_boston2018_signature_hobbit"
  90796. "description_string" "#StickerKit_desc_boston2018_signature_hobbit"
  90797. "sticker_material" "boston2018/sig_hobbit"
  90798. "item_rarity" "rare"
  90799. "tournament_event_id" "13"
  90800. "tournament_team_id" "63"
  90801. "tournament_player_id" "68027030"
  90802. }
  90803. "2571"
  90804. {
  90805. "name" "boston2018_signature_hobbit_foil"
  90806. "item_name" "#StickerKit_boston2018_signature_hobbit_foil"
  90807. "description_string" "#StickerKit_desc_boston2018_signature_hobbit_foil"
  90808. "sticker_material" "boston2018/sig_hobbit_foil"
  90809. "item_rarity" "mythical"
  90810. "tournament_event_id" "13"
  90811. "tournament_team_id" "63"
  90812. "tournament_player_id" "68027030"
  90813. }
  90814. "2572"
  90815. {
  90816. "name" "boston2018_signature_hobbit_gold"
  90817. "item_name" "#StickerKit_boston2018_signature_hobbit_gold"
  90818. "description_string" "#StickerKit_desc_boston2018_signature_hobbit_gold"
  90819. "sticker_material" "boston2018/sig_hobbit_gold"
  90820. "item_rarity" "ancient"
  90821. "tournament_event_id" "13"
  90822. "tournament_team_id" "63"
  90823. "tournament_player_id" "68027030"
  90824. }
  90825. "2573"
  90826. {
  90827. "name" "boston2018_signature_mou"
  90828. "item_name" "#StickerKit_boston2018_signature_mou"
  90829. "description_string" "#StickerKit_desc_boston2018_signature_mou"
  90830. "sticker_material" "boston2018/sig_mou"
  90831. "item_rarity" "rare"
  90832. "tournament_event_id" "13"
  90833. "tournament_team_id" "63"
  90834. "tournament_player_id" "52678767"
  90835. }
  90836. "2574"
  90837. {
  90838. "name" "boston2018_signature_mou_foil"
  90839. "item_name" "#StickerKit_boston2018_signature_mou_foil"
  90840. "description_string" "#StickerKit_desc_boston2018_signature_mou_foil"
  90841. "sticker_material" "boston2018/sig_mou_foil"
  90842. "item_rarity" "mythical"
  90843. "tournament_event_id" "13"
  90844. "tournament_team_id" "63"
  90845. "tournament_player_id" "52678767"
  90846. }
  90847. "2575"
  90848. {
  90849. "name" "boston2018_signature_mou_gold"
  90850. "item_name" "#StickerKit_boston2018_signature_mou_gold"
  90851. "description_string" "#StickerKit_desc_boston2018_signature_mou_gold"
  90852. "sticker_material" "boston2018/sig_mou_gold"
  90853. "item_rarity" "ancient"
  90854. "tournament_event_id" "13"
  90855. "tournament_team_id" "63"
  90856. "tournament_player_id" "52678767"
  90857. }
  90858. "2576"
  90859. {
  90860. "name" "boston2018_signature_bit"
  90861. "item_name" "#StickerKit_boston2018_signature_bit"
  90862. "description_string" "#StickerKit_desc_boston2018_signature_bit"
  90863. "sticker_material" "boston2018/sig_bit"
  90864. "item_rarity" "rare"
  90865. "tournament_event_id" "13"
  90866. "tournament_team_id" "78"
  90867. "tournament_player_id" "9224396"
  90868. }
  90869. "2577"
  90870. {
  90871. "name" "boston2018_signature_bit_foil"
  90872. "item_name" "#StickerKit_boston2018_signature_bit_foil"
  90873. "description_string" "#StickerKit_desc_boston2018_signature_bit_foil"
  90874. "sticker_material" "boston2018/sig_bit_foil"
  90875. "item_rarity" "mythical"
  90876. "tournament_event_id" "13"
  90877. "tournament_team_id" "78"
  90878. "tournament_player_id" "9224396"
  90879. }
  90880. "2578"
  90881. {
  90882. "name" "boston2018_signature_bit_gold"
  90883. "item_name" "#StickerKit_boston2018_signature_bit_gold"
  90884. "description_string" "#StickerKit_desc_boston2018_signature_bit_gold"
  90885. "sticker_material" "boston2018/sig_bit_gold"
  90886. "item_rarity" "ancient"
  90887. "tournament_event_id" "13"
  90888. "tournament_team_id" "78"
  90889. "tournament_player_id" "9224396"
  90890. }
  90891. "2579"
  90892. {
  90893. "name" "boston2018_signature_fnx"
  90894. "item_name" "#StickerKit_boston2018_signature_fnx"
  90895. "description_string" "#StickerKit_desc_boston2018_signature_fnx"
  90896. "sticker_material" "boston2018/sig_fnx"
  90897. "item_rarity" "rare"
  90898. "tournament_event_id" "13"
  90899. "tournament_team_id" "78"
  90900. "tournament_player_id" "170178574"
  90901. }
  90902. "2580"
  90903. {
  90904. "name" "boston2018_signature_fnx_foil"
  90905. "item_name" "#StickerKit_boston2018_signature_fnx_foil"
  90906. "description_string" "#StickerKit_desc_boston2018_signature_fnx_foil"
  90907. "sticker_material" "boston2018/sig_fnx_foil"
  90908. "item_rarity" "mythical"
  90909. "tournament_event_id" "13"
  90910. "tournament_team_id" "78"
  90911. "tournament_player_id" "170178574"
  90912. }
  90913. "2581"
  90914. {
  90915. "name" "boston2018_signature_fnx_gold"
  90916. "item_name" "#StickerKit_boston2018_signature_fnx_gold"
  90917. "description_string" "#StickerKit_desc_boston2018_signature_fnx_gold"
  90918. "sticker_material" "boston2018/sig_fnx_gold"
  90919. "item_rarity" "ancient"
  90920. "tournament_event_id" "13"
  90921. "tournament_team_id" "78"
  90922. "tournament_player_id" "170178574"
  90923. }
  90924. "2582"
  90925. {
  90926. "name" "boston2018_signature_hen1"
  90927. "item_name" "#StickerKit_boston2018_signature_hen1"
  90928. "description_string" "#StickerKit_desc_boston2018_signature_hen1"
  90929. "sticker_material" "boston2018/sig_hen1"
  90930. "item_rarity" "rare"
  90931. "tournament_event_id" "13"
  90932. "tournament_team_id" "78"
  90933. "tournament_player_id" "57761535"
  90934. }
  90935. "2583"
  90936. {
  90937. "name" "boston2018_signature_hen1_foil"
  90938. "item_name" "#StickerKit_boston2018_signature_hen1_foil"
  90939. "description_string" "#StickerKit_desc_boston2018_signature_hen1_foil"
  90940. "sticker_material" "boston2018/sig_hen1_foil"
  90941. "item_rarity" "mythical"
  90942. "tournament_event_id" "13"
  90943. "tournament_team_id" "78"
  90944. "tournament_player_id" "57761535"
  90945. }
  90946. "2584"
  90947. {
  90948. "name" "boston2018_signature_hen1_gold"
  90949. "item_name" "#StickerKit_boston2018_signature_hen1_gold"
  90950. "description_string" "#StickerKit_desc_boston2018_signature_hen1_gold"
  90951. "sticker_material" "boston2018/sig_hen1_gold"
  90952. "item_rarity" "ancient"
  90953. "tournament_event_id" "13"
  90954. "tournament_team_id" "78"
  90955. "tournament_player_id" "57761535"
  90956. }
  90957. "2585"
  90958. {
  90959. "name" "boston2018_signature_kngv"
  90960. "item_name" "#StickerKit_boston2018_signature_kngv"
  90961. "description_string" "#StickerKit_desc_boston2018_signature_kngv"
  90962. "sticker_material" "boston2018/sig_kngv"
  90963. "item_rarity" "rare"
  90964. "tournament_event_id" "13"
  90965. "tournament_team_id" "78"
  90966. "tournament_player_id" "6732863"
  90967. }
  90968. "2586"
  90969. {
  90970. "name" "boston2018_signature_kngv_foil"
  90971. "item_name" "#StickerKit_boston2018_signature_kngv_foil"
  90972. "description_string" "#StickerKit_desc_boston2018_signature_kngv_foil"
  90973. "sticker_material" "boston2018/sig_kngv_foil"
  90974. "item_rarity" "mythical"
  90975. "tournament_event_id" "13"
  90976. "tournament_team_id" "78"
  90977. "tournament_player_id" "6732863"
  90978. }
  90979. "2587"
  90980. {
  90981. "name" "boston2018_signature_kngv_gold"
  90982. "item_name" "#StickerKit_boston2018_signature_kngv_gold"
  90983. "description_string" "#StickerKit_desc_boston2018_signature_kngv_gold"
  90984. "sticker_material" "boston2018/sig_kngv_gold"
  90985. "item_rarity" "ancient"
  90986. "tournament_event_id" "13"
  90987. "tournament_team_id" "78"
  90988. "tournament_player_id" "6732863"
  90989. }
  90990. "2588"
  90991. {
  90992. "name" "boston2018_signature_lucas1"
  90993. "item_name" "#StickerKit_boston2018_signature_lucas1"
  90994. "description_string" "#StickerKit_desc_boston2018_signature_lucas1"
  90995. "sticker_material" "boston2018/sig_lucas1"
  90996. "item_rarity" "rare"
  90997. "tournament_event_id" "13"
  90998. "tournament_team_id" "78"
  90999. "tournament_player_id" "4780624"
  91000. }
  91001. "2589"
  91002. {
  91003. "name" "boston2018_signature_lucas1_foil"
  91004. "item_name" "#StickerKit_boston2018_signature_lucas1_foil"
  91005. "description_string" "#StickerKit_desc_boston2018_signature_lucas1_foil"
  91006. "sticker_material" "boston2018/sig_lucas1_foil"
  91007. "item_rarity" "mythical"
  91008. "tournament_event_id" "13"
  91009. "tournament_team_id" "78"
  91010. "tournament_player_id" "4780624"
  91011. }
  91012. "2590"
  91013. {
  91014. "name" "boston2018_signature_lucas1_gold"
  91015. "item_name" "#StickerKit_boston2018_signature_lucas1_gold"
  91016. "description_string" "#StickerKit_desc_boston2018_signature_lucas1_gold"
  91017. "sticker_material" "boston2018/sig_lucas1_gold"
  91018. "item_rarity" "ancient"
  91019. "tournament_event_id" "13"
  91020. "tournament_team_id" "78"
  91021. "tournament_player_id" "4780624"
  91022. }
  91023. "2591"
  91024. {
  91025. "name" "boston2018_signature_device"
  91026. "item_name" "#StickerKit_boston2018_signature_device"
  91027. "description_string" "#StickerKit_desc_boston2018_signature_device"
  91028. "sticker_material" "boston2018/sig_device"
  91029. "item_rarity" "rare"
  91030. "tournament_event_id" "13"
  91031. "tournament_team_id" "60"
  91032. "tournament_player_id" "27447936"
  91033. }
  91034. "2592"
  91035. {
  91036. "name" "boston2018_signature_device_foil"
  91037. "item_name" "#StickerKit_boston2018_signature_device_foil"
  91038. "description_string" "#StickerKit_desc_boston2018_signature_device_foil"
  91039. "sticker_material" "boston2018/sig_device_foil"
  91040. "item_rarity" "mythical"
  91041. "tournament_event_id" "13"
  91042. "tournament_team_id" "60"
  91043. "tournament_player_id" "27447936"
  91044. }
  91045. "2593"
  91046. {
  91047. "name" "boston2018_signature_device_gold"
  91048. "item_name" "#StickerKit_boston2018_signature_device_gold"
  91049. "description_string" "#StickerKit_desc_boston2018_signature_device_gold"
  91050. "sticker_material" "boston2018/sig_device_gold"
  91051. "item_rarity" "ancient"
  91052. "tournament_event_id" "13"
  91053. "tournament_team_id" "60"
  91054. "tournament_player_id" "27447936"
  91055. }
  91056. "2594"
  91057. {
  91058. "name" "boston2018_signature_dupreeh"
  91059. "item_name" "#StickerKit_boston2018_signature_dupreeh"
  91060. "description_string" "#StickerKit_desc_boston2018_signature_dupreeh"
  91061. "sticker_material" "boston2018/sig_dupreeh"
  91062. "item_rarity" "rare"
  91063. "tournament_event_id" "13"
  91064. "tournament_team_id" "60"
  91065. "tournament_player_id" "44589228"
  91066. }
  91067. "2595"
  91068. {
  91069. "name" "boston2018_signature_dupreeh_foil"
  91070. "item_name" "#StickerKit_boston2018_signature_dupreeh_foil"
  91071. "description_string" "#StickerKit_desc_boston2018_signature_dupreeh_foil"
  91072. "sticker_material" "boston2018/sig_dupreeh_foil"
  91073. "item_rarity" "mythical"
  91074. "tournament_event_id" "13"
  91075. "tournament_team_id" "60"
  91076. "tournament_player_id" "44589228"
  91077. }
  91078. "2596"
  91079. {
  91080. "name" "boston2018_signature_dupreeh_gold"
  91081. "item_name" "#StickerKit_boston2018_signature_dupreeh_gold"
  91082. "description_string" "#StickerKit_desc_boston2018_signature_dupreeh_gold"
  91083. "sticker_material" "boston2018/sig_dupreeh_gold"
  91084. "item_rarity" "ancient"
  91085. "tournament_event_id" "13"
  91086. "tournament_team_id" "60"
  91087. "tournament_player_id" "44589228"
  91088. }
  91089. "2597"
  91090. {
  91091. "name" "boston2018_signature_gla1ve"
  91092. "item_name" "#StickerKit_boston2018_signature_gla1ve"
  91093. "description_string" "#StickerKit_desc_boston2018_signature_gla1ve"
  91094. "sticker_material" "boston2018/sig_gla1ve"
  91095. "item_rarity" "rare"
  91096. "tournament_event_id" "13"
  91097. "tournament_team_id" "60"
  91098. "tournament_player_id" "50245293"
  91099. }
  91100. "2598"
  91101. {
  91102. "name" "boston2018_signature_gla1ve_foil"
  91103. "item_name" "#StickerKit_boston2018_signature_gla1ve_foil"
  91104. "description_string" "#StickerKit_desc_boston2018_signature_gla1ve_foil"
  91105. "sticker_material" "boston2018/sig_gla1ve_foil"
  91106. "item_rarity" "mythical"
  91107. "tournament_event_id" "13"
  91108. "tournament_team_id" "60"
  91109. "tournament_player_id" "50245293"
  91110. }
  91111. "2599"
  91112. {
  91113. "name" "boston2018_signature_gla1ve_gold"
  91114. "item_name" "#StickerKit_boston2018_signature_gla1ve_gold"
  91115. "description_string" "#StickerKit_desc_boston2018_signature_gla1ve_gold"
  91116. "sticker_material" "boston2018/sig_gla1ve_gold"
  91117. "item_rarity" "ancient"
  91118. "tournament_event_id" "13"
  91119. "tournament_team_id" "60"
  91120. "tournament_player_id" "50245293"
  91121. }
  91122. "2600"
  91123. {
  91124. "name" "boston2018_signature_kjaerbye"
  91125. "item_name" "#StickerKit_boston2018_signature_kjaerbye"
  91126. "description_string" "#StickerKit_desc_boston2018_signature_kjaerbye"
  91127. "sticker_material" "boston2018/sig_kjaerbye"
  91128. "item_rarity" "rare"
  91129. "tournament_event_id" "13"
  91130. "tournament_team_id" "60"
  91131. "tournament_player_id" "59614824"
  91132. }
  91133. "2601"
  91134. {
  91135. "name" "boston2018_signature_kjaerbye_foil"
  91136. "item_name" "#StickerKit_boston2018_signature_kjaerbye_foil"
  91137. "description_string" "#StickerKit_desc_boston2018_signature_kjaerbye_foil"
  91138. "sticker_material" "boston2018/sig_kjaerbye_foil"
  91139. "item_rarity" "mythical"
  91140. "tournament_event_id" "13"
  91141. "tournament_team_id" "60"
  91142. "tournament_player_id" "59614824"
  91143. }
  91144. "2602"
  91145. {
  91146. "name" "boston2018_signature_kjaerbye_gold"
  91147. "item_name" "#StickerKit_boston2018_signature_kjaerbye_gold"
  91148. "description_string" "#StickerKit_desc_boston2018_signature_kjaerbye_gold"
  91149. "sticker_material" "boston2018/sig_kjaerbye_gold"
  91150. "item_rarity" "ancient"
  91151. "tournament_event_id" "13"
  91152. "tournament_team_id" "60"
  91153. "tournament_player_id" "59614824"
  91154. }
  91155. "2603"
  91156. {
  91157. "name" "boston2018_signature_xyp9x"
  91158. "item_name" "#StickerKit_boston2018_signature_xyp9x"
  91159. "description_string" "#StickerKit_desc_boston2018_signature_xyp9x"
  91160. "sticker_material" "boston2018/sig_xyp9x"
  91161. "item_rarity" "rare"
  91162. "tournament_event_id" "13"
  91163. "tournament_team_id" "60"
  91164. "tournament_player_id" "30416534"
  91165. }
  91166. "2604"
  91167. {
  91168. "name" "boston2018_signature_xyp9x_foil"
  91169. "item_name" "#StickerKit_boston2018_signature_xyp9x_foil"
  91170. "description_string" "#StickerKit_desc_boston2018_signature_xyp9x_foil"
  91171. "sticker_material" "boston2018/sig_xyp9x_foil"
  91172. "item_rarity" "mythical"
  91173. "tournament_event_id" "13"
  91174. "tournament_team_id" "60"
  91175. "tournament_player_id" "30416534"
  91176. }
  91177. "2605"
  91178. {
  91179. "name" "boston2018_signature_xyp9x_gold"
  91180. "item_name" "#StickerKit_boston2018_signature_xyp9x_gold"
  91181. "description_string" "#StickerKit_desc_boston2018_signature_xyp9x_gold"
  91182. "sticker_material" "boston2018/sig_xyp9x_gold"
  91183. "item_rarity" "ancient"
  91184. "tournament_event_id" "13"
  91185. "tournament_team_id" "60"
  91186. "tournament_player_id" "30416534"
  91187. }
  91188. "2606"
  91189. {
  91190. "name" "boston2018_signature_byali"
  91191. "item_name" "#StickerKit_boston2018_signature_byali"
  91192. "description_string" "#StickerKit_desc_boston2018_signature_byali"
  91193. "sticker_material" "boston2018/sig_byali"
  91194. "item_rarity" "rare"
  91195. "tournament_event_id" "13"
  91196. "tournament_team_id" "31"
  91197. "tournament_player_id" "18860354"
  91198. }
  91199. "2607"
  91200. {
  91201. "name" "boston2018_signature_byali_foil"
  91202. "item_name" "#StickerKit_boston2018_signature_byali_foil"
  91203. "description_string" "#StickerKit_desc_boston2018_signature_byali_foil"
  91204. "sticker_material" "boston2018/sig_byali_foil"
  91205. "item_rarity" "mythical"
  91206. "tournament_event_id" "13"
  91207. "tournament_team_id" "31"
  91208. "tournament_player_id" "18860354"
  91209. }
  91210. "2608"
  91211. {
  91212. "name" "boston2018_signature_byali_gold"
  91213. "item_name" "#StickerKit_boston2018_signature_byali_gold"
  91214. "description_string" "#StickerKit_desc_boston2018_signature_byali_gold"
  91215. "sticker_material" "boston2018/sig_byali_gold"
  91216. "item_rarity" "ancient"
  91217. "tournament_event_id" "13"
  91218. "tournament_team_id" "31"
  91219. "tournament_player_id" "18860354"
  91220. }
  91221. "2609"
  91222. {
  91223. "name" "boston2018_signature_neo"
  91224. "item_name" "#StickerKit_boston2018_signature_neo"
  91225. "description_string" "#StickerKit_desc_boston2018_signature_neo"
  91226. "sticker_material" "boston2018/sig_neo"
  91227. "item_rarity" "rare"
  91228. "tournament_event_id" "13"
  91229. "tournament_team_id" "31"
  91230. "tournament_player_id" "460206"
  91231. }
  91232. "2610"
  91233. {
  91234. "name" "boston2018_signature_neo_foil"
  91235. "item_name" "#StickerKit_boston2018_signature_neo_foil"
  91236. "description_string" "#StickerKit_desc_boston2018_signature_neo_foil"
  91237. "sticker_material" "boston2018/sig_neo_foil"
  91238. "item_rarity" "mythical"
  91239. "tournament_event_id" "13"
  91240. "tournament_team_id" "31"
  91241. "tournament_player_id" "460206"
  91242. }
  91243. "2611"
  91244. {
  91245. "name" "boston2018_signature_neo_gold"
  91246. "item_name" "#StickerKit_boston2018_signature_neo_gold"
  91247. "description_string" "#StickerKit_desc_boston2018_signature_neo_gold"
  91248. "sticker_material" "boston2018/sig_neo_gold"
  91249. "item_rarity" "ancient"
  91250. "tournament_event_id" "13"
  91251. "tournament_team_id" "31"
  91252. "tournament_player_id" "460206"
  91253. }
  91254. "2612"
  91255. {
  91256. "name" "boston2018_signature_pasha"
  91257. "item_name" "#StickerKit_boston2018_signature_pasha"
  91258. "description_string" "#StickerKit_desc_boston2018_signature_pasha"
  91259. "sticker_material" "boston2018/sig_pasha"
  91260. "item_rarity" "rare"
  91261. "tournament_event_id" "13"
  91262. "tournament_team_id" "31"
  91263. "tournament_player_id" "13580090"
  91264. }
  91265. "2613"
  91266. {
  91267. "name" "boston2018_signature_pasha_foil"
  91268. "item_name" "#StickerKit_boston2018_signature_pasha_foil"
  91269. "description_string" "#StickerKit_desc_boston2018_signature_pasha_foil"
  91270. "sticker_material" "boston2018/sig_pasha_foil"
  91271. "item_rarity" "mythical"
  91272. "tournament_event_id" "13"
  91273. "tournament_team_id" "31"
  91274. "tournament_player_id" "13580090"
  91275. }
  91276. "2614"
  91277. {
  91278. "name" "boston2018_signature_pasha_gold"
  91279. "item_name" "#StickerKit_boston2018_signature_pasha_gold"
  91280. "description_string" "#StickerKit_desc_boston2018_signature_pasha_gold"
  91281. "sticker_material" "boston2018/sig_pasha_gold"
  91282. "item_rarity" "ancient"
  91283. "tournament_event_id" "13"
  91284. "tournament_team_id" "31"
  91285. "tournament_player_id" "13580090"
  91286. }
  91287. "2615"
  91288. {
  91289. "name" "boston2018_signature_snax"
  91290. "item_name" "#StickerKit_boston2018_signature_snax"
  91291. "description_string" "#StickerKit_desc_boston2018_signature_snax"
  91292. "sticker_material" "boston2018/sig_snax"
  91293. "item_rarity" "rare"
  91294. "tournament_event_id" "13"
  91295. "tournament_team_id" "31"
  91296. "tournament_player_id" "21875845"
  91297. }
  91298. "2616"
  91299. {
  91300. "name" "boston2018_signature_snax_foil"
  91301. "item_name" "#StickerKit_boston2018_signature_snax_foil"
  91302. "description_string" "#StickerKit_desc_boston2018_signature_snax_foil"
  91303. "sticker_material" "boston2018/sig_snax_foil"
  91304. "item_rarity" "mythical"
  91305. "tournament_event_id" "13"
  91306. "tournament_team_id" "31"
  91307. "tournament_player_id" "21875845"
  91308. }
  91309. "2617"
  91310. {
  91311. "name" "boston2018_signature_snax_gold"
  91312. "item_name" "#StickerKit_boston2018_signature_snax_gold"
  91313. "description_string" "#StickerKit_desc_boston2018_signature_snax_gold"
  91314. "sticker_material" "boston2018/sig_snax_gold"
  91315. "item_rarity" "ancient"
  91316. "tournament_event_id" "13"
  91317. "tournament_team_id" "31"
  91318. "tournament_player_id" "21875845"
  91319. }
  91320. "2618"
  91321. {
  91322. "name" "boston2018_signature_taz"
  91323. "item_name" "#StickerKit_boston2018_signature_taz"
  91324. "description_string" "#StickerKit_desc_boston2018_signature_taz"
  91325. "sticker_material" "boston2018/sig_taz"
  91326. "item_rarity" "rare"
  91327. "tournament_event_id" "13"
  91328. "tournament_team_id" "31"
  91329. "tournament_player_id" "234052"
  91330. }
  91331. "2619"
  91332. {
  91333. "name" "boston2018_signature_taz_foil"
  91334. "item_name" "#StickerKit_boston2018_signature_taz_foil"
  91335. "description_string" "#StickerKit_desc_boston2018_signature_taz_foil"
  91336. "sticker_material" "boston2018/sig_taz_foil"
  91337. "item_rarity" "mythical"
  91338. "tournament_event_id" "13"
  91339. "tournament_team_id" "31"
  91340. "tournament_player_id" "234052"
  91341. }
  91342. "2620"
  91343. {
  91344. "name" "boston2018_signature_taz_gold"
  91345. "item_name" "#StickerKit_boston2018_signature_taz_gold"
  91346. "description_string" "#StickerKit_desc_boston2018_signature_taz_gold"
  91347. "sticker_material" "boston2018/sig_taz_gold"
  91348. "item_rarity" "ancient"
  91349. "tournament_event_id" "13"
  91350. "tournament_team_id" "31"
  91351. "tournament_player_id" "234052"
  91352. }
  91353. "2621"
  91354. {
  91355. "name" "boston2018_signature_flusha"
  91356. "item_name" "#StickerKit_boston2018_signature_flusha"
  91357. "description_string" "#StickerKit_desc_boston2018_signature_flusha"
  91358. "sticker_material" "boston2018/sig_flusha"
  91359. "item_rarity" "rare"
  91360. "tournament_event_id" "13"
  91361. "tournament_team_id" "6"
  91362. "tournament_player_id" "31082355"
  91363. }
  91364. "2622"
  91365. {
  91366. "name" "boston2018_signature_flusha_foil"
  91367. "item_name" "#StickerKit_boston2018_signature_flusha_foil"
  91368. "description_string" "#StickerKit_desc_boston2018_signature_flusha_foil"
  91369. "sticker_material" "boston2018/sig_flusha_foil"
  91370. "item_rarity" "mythical"
  91371. "tournament_event_id" "13"
  91372. "tournament_team_id" "6"
  91373. "tournament_player_id" "31082355"
  91374. }
  91375. "2623"
  91376. {
  91377. "name" "boston2018_signature_flusha_gold"
  91378. "item_name" "#StickerKit_boston2018_signature_flusha_gold"
  91379. "description_string" "#StickerKit_desc_boston2018_signature_flusha_gold"
  91380. "sticker_material" "boston2018/sig_flusha_gold"
  91381. "item_rarity" "ancient"
  91382. "tournament_event_id" "13"
  91383. "tournament_team_id" "6"
  91384. "tournament_player_id" "31082355"
  91385. }
  91386. "2624"
  91387. {
  91388. "name" "boston2018_signature_golden"
  91389. "item_name" "#StickerKit_boston2018_signature_golden"
  91390. "description_string" "#StickerKit_desc_boston2018_signature_golden"
  91391. "sticker_material" "boston2018/sig_golden"
  91392. "item_rarity" "rare"
  91393. "tournament_event_id" "13"
  91394. "tournament_team_id" "6"
  91395. "tournament_player_id" "116509497"
  91396. }
  91397. "2625"
  91398. {
  91399. "name" "boston2018_signature_golden_foil"
  91400. "item_name" "#StickerKit_boston2018_signature_golden_foil"
  91401. "description_string" "#StickerKit_desc_boston2018_signature_golden_foil"
  91402. "sticker_material" "boston2018/sig_golden_foil"
  91403. "item_rarity" "mythical"
  91404. "tournament_event_id" "13"
  91405. "tournament_team_id" "6"
  91406. "tournament_player_id" "116509497"
  91407. }
  91408. "2626"
  91409. {
  91410. "name" "boston2018_signature_golden_gold"
  91411. "item_name" "#StickerKit_boston2018_signature_golden_gold"
  91412. "description_string" "#StickerKit_desc_boston2018_signature_golden_gold"
  91413. "sticker_material" "boston2018/sig_golden_gold"
  91414. "item_rarity" "ancient"
  91415. "tournament_event_id" "13"
  91416. "tournament_team_id" "6"
  91417. "tournament_player_id" "116509497"
  91418. }
  91419. "2627"
  91420. {
  91421. "name" "boston2018_signature_jw"
  91422. "item_name" "#StickerKit_boston2018_signature_jw"
  91423. "description_string" "#StickerKit_desc_boston2018_signature_jw"
  91424. "sticker_material" "boston2018/sig_jw"
  91425. "item_rarity" "rare"
  91426. "tournament_event_id" "13"
  91427. "tournament_team_id" "6"
  91428. "tournament_player_id" "71288472"
  91429. }
  91430. "2628"
  91431. {
  91432. "name" "boston2018_signature_jw_foil"
  91433. "item_name" "#StickerKit_boston2018_signature_jw_foil"
  91434. "description_string" "#StickerKit_desc_boston2018_signature_jw_foil"
  91435. "sticker_material" "boston2018/sig_jw_foil"
  91436. "item_rarity" "mythical"
  91437. "tournament_event_id" "13"
  91438. "tournament_team_id" "6"
  91439. "tournament_player_id" "71288472"
  91440. }
  91441. "2629"
  91442. {
  91443. "name" "boston2018_signature_jw_gold"
  91444. "item_name" "#StickerKit_boston2018_signature_jw_gold"
  91445. "description_string" "#StickerKit_desc_boston2018_signature_jw_gold"
  91446. "sticker_material" "boston2018/sig_jw_gold"
  91447. "item_rarity" "ancient"
  91448. "tournament_event_id" "13"
  91449. "tournament_team_id" "6"
  91450. "tournament_player_id" "71288472"
  91451. }
  91452. "2630"
  91453. {
  91454. "name" "boston2018_signature_krimz"
  91455. "item_name" "#StickerKit_boston2018_signature_krimz"
  91456. "description_string" "#StickerKit_desc_boston2018_signature_krimz"
  91457. "sticker_material" "boston2018/sig_krimz"
  91458. "item_rarity" "rare"
  91459. "tournament_event_id" "13"
  91460. "tournament_team_id" "6"
  91461. "tournament_player_id" "71385856"
  91462. }
  91463. "2631"
  91464. {
  91465. "name" "boston2018_signature_krimz_foil"
  91466. "item_name" "#StickerKit_boston2018_signature_krimz_foil"
  91467. "description_string" "#StickerKit_desc_boston2018_signature_krimz_foil"
  91468. "sticker_material" "boston2018/sig_krimz_foil"
  91469. "item_rarity" "mythical"
  91470. "tournament_event_id" "13"
  91471. "tournament_team_id" "6"
  91472. "tournament_player_id" "71385856"
  91473. }
  91474. "2632"
  91475. {
  91476. "name" "boston2018_signature_krimz_gold"
  91477. "item_name" "#StickerKit_boston2018_signature_krimz_gold"
  91478. "description_string" "#StickerKit_desc_boston2018_signature_krimz_gold"
  91479. "sticker_material" "boston2018/sig_krimz_gold"
  91480. "item_rarity" "ancient"
  91481. "tournament_event_id" "13"
  91482. "tournament_team_id" "6"
  91483. "tournament_player_id" "71385856"
  91484. }
  91485. "2633"
  91486. {
  91487. "name" "boston2018_signature_lekro"
  91488. "item_name" "#StickerKit_boston2018_signature_lekro"
  91489. "description_string" "#StickerKit_desc_boston2018_signature_lekro"
  91490. "sticker_material" "boston2018/sig_lekro"
  91491. "item_rarity" "rare"
  91492. "tournament_event_id" "13"
  91493. "tournament_team_id" "6"
  91494. "tournament_player_id" "1093135"
  91495. }
  91496. "2634"
  91497. {
  91498. "name" "boston2018_signature_lekro_foil"
  91499. "item_name" "#StickerKit_boston2018_signature_lekro_foil"
  91500. "description_string" "#StickerKit_desc_boston2018_signature_lekro_foil"
  91501. "sticker_material" "boston2018/sig_lekro_foil"
  91502. "item_rarity" "mythical"
  91503. "tournament_event_id" "13"
  91504. "tournament_team_id" "6"
  91505. "tournament_player_id" "1093135"
  91506. }
  91507. "2635"
  91508. {
  91509. "name" "boston2018_signature_lekro_gold"
  91510. "item_name" "#StickerKit_boston2018_signature_lekro_gold"
  91511. "description_string" "#StickerKit_desc_boston2018_signature_lekro_gold"
  91512. "sticker_material" "boston2018/sig_lekro_gold"
  91513. "item_rarity" "ancient"
  91514. "tournament_event_id" "13"
  91515. "tournament_team_id" "6"
  91516. "tournament_player_id" "1093135"
  91517. }
  91518. "2636"
  91519. {
  91520. "name" "boston2018_signature_coldzera"
  91521. "item_name" "#StickerKit_boston2018_signature_coldzera"
  91522. "description_string" "#StickerKit_desc_boston2018_signature_coldzera"
  91523. "sticker_material" "boston2018/sig_coldzera"
  91524. "item_rarity" "rare"
  91525. "tournament_event_id" "13"
  91526. "tournament_team_id" "14"
  91527. "tournament_player_id" "79720871"
  91528. }
  91529. "2637"
  91530. {
  91531. "name" "boston2018_signature_coldzera_foil"
  91532. "item_name" "#StickerKit_boston2018_signature_coldzera_foil"
  91533. "description_string" "#StickerKit_desc_boston2018_signature_coldzera_foil"
  91534. "sticker_material" "boston2018/sig_coldzera_foil"
  91535. "item_rarity" "mythical"
  91536. "tournament_event_id" "13"
  91537. "tournament_team_id" "14"
  91538. "tournament_player_id" "79720871"
  91539. }
  91540. "2638"
  91541. {
  91542. "name" "boston2018_signature_coldzera_gold"
  91543. "item_name" "#StickerKit_boston2018_signature_coldzera_gold"
  91544. "description_string" "#StickerKit_desc_boston2018_signature_coldzera_gold"
  91545. "sticker_material" "boston2018/sig_coldzera_gold"
  91546. "item_rarity" "ancient"
  91547. "tournament_event_id" "13"
  91548. "tournament_team_id" "14"
  91549. "tournament_player_id" "79720871"
  91550. }
  91551. "2639"
  91552. {
  91553. "name" "boston2018_signature_fallen"
  91554. "item_name" "#StickerKit_boston2018_signature_fallen"
  91555. "description_string" "#StickerKit_desc_boston2018_signature_fallen"
  91556. "sticker_material" "boston2018/sig_fallen"
  91557. "item_rarity" "rare"
  91558. "tournament_event_id" "13"
  91559. "tournament_team_id" "14"
  91560. "tournament_player_id" "424467"
  91561. }
  91562. "2640"
  91563. {
  91564. "name" "boston2018_signature_fallen_foil"
  91565. "item_name" "#StickerKit_boston2018_signature_fallen_foil"
  91566. "description_string" "#StickerKit_desc_boston2018_signature_fallen_foil"
  91567. "sticker_material" "boston2018/sig_fallen_foil"
  91568. "item_rarity" "mythical"
  91569. "tournament_event_id" "13"
  91570. "tournament_team_id" "14"
  91571. "tournament_player_id" "424467"
  91572. }
  91573. "2641"
  91574. {
  91575. "name" "boston2018_signature_fallen_gold"
  91576. "item_name" "#StickerKit_boston2018_signature_fallen_gold"
  91577. "description_string" "#StickerKit_desc_boston2018_signature_fallen_gold"
  91578. "sticker_material" "boston2018/sig_fallen_gold"
  91579. "item_rarity" "ancient"
  91580. "tournament_event_id" "13"
  91581. "tournament_team_id" "14"
  91582. "tournament_player_id" "424467"
  91583. }
  91584. "2642"
  91585. {
  91586. "name" "boston2018_signature_felps"
  91587. "item_name" "#StickerKit_boston2018_signature_felps"
  91588. "description_string" "#StickerKit_desc_boston2018_signature_felps"
  91589. "sticker_material" "boston2018/sig_felps"
  91590. "item_rarity" "rare"
  91591. "tournament_event_id" "13"
  91592. "tournament_team_id" "14"
  91593. "tournament_player_id" "22765766"
  91594. }
  91595. "2643"
  91596. {
  91597. "name" "boston2018_signature_felps_foil"
  91598. "item_name" "#StickerKit_boston2018_signature_felps_foil"
  91599. "description_string" "#StickerKit_desc_boston2018_signature_felps_foil"
  91600. "sticker_material" "boston2018/sig_felps_foil"
  91601. "item_rarity" "mythical"
  91602. "tournament_event_id" "13"
  91603. "tournament_team_id" "14"
  91604. "tournament_player_id" "22765766"
  91605. }
  91606. "2644"
  91607. {
  91608. "name" "boston2018_signature_felps_gold"
  91609. "item_name" "#StickerKit_boston2018_signature_felps_gold"
  91610. "description_string" "#StickerKit_desc_boston2018_signature_felps_gold"
  91611. "sticker_material" "boston2018/sig_felps_gold"
  91612. "item_rarity" "ancient"
  91613. "tournament_event_id" "13"
  91614. "tournament_team_id" "14"
  91615. "tournament_player_id" "22765766"
  91616. }
  91617. "2645"
  91618. {
  91619. "name" "boston2018_signature_fer"
  91620. "item_name" "#StickerKit_boston2018_signature_fer"
  91621. "description_string" "#StickerKit_desc_boston2018_signature_fer"
  91622. "sticker_material" "boston2018/sig_fer"
  91623. "item_rarity" "rare"
  91624. "tournament_event_id" "13"
  91625. "tournament_team_id" "14"
  91626. "tournament_player_id" "38921219"
  91627. }
  91628. "2646"
  91629. {
  91630. "name" "boston2018_signature_fer_foil"
  91631. "item_name" "#StickerKit_boston2018_signature_fer_foil"
  91632. "description_string" "#StickerKit_desc_boston2018_signature_fer_foil"
  91633. "sticker_material" "boston2018/sig_fer_foil"
  91634. "item_rarity" "mythical"
  91635. "tournament_event_id" "13"
  91636. "tournament_team_id" "14"
  91637. "tournament_player_id" "38921219"
  91638. }
  91639. "2647"
  91640. {
  91641. "name" "boston2018_signature_fer_gold"
  91642. "item_name" "#StickerKit_boston2018_signature_fer_gold"
  91643. "description_string" "#StickerKit_desc_boston2018_signature_fer_gold"
  91644. "sticker_material" "boston2018/sig_fer_gold"
  91645. "item_rarity" "ancient"
  91646. "tournament_event_id" "13"
  91647. "tournament_team_id" "14"
  91648. "tournament_player_id" "38921219"
  91649. }
  91650. "2648"
  91651. {
  91652. "name" "boston2018_signature_taco"
  91653. "item_name" "#StickerKit_boston2018_signature_taco"
  91654. "description_string" "#StickerKit_desc_boston2018_signature_taco"
  91655. "sticker_material" "boston2018/sig_taco"
  91656. "item_rarity" "rare"
  91657. "tournament_event_id" "13"
  91658. "tournament_team_id" "14"
  91659. "tournament_player_id" "52876568"
  91660. }
  91661. "2649"
  91662. {
  91663. "name" "boston2018_signature_taco_foil"
  91664. "item_name" "#StickerKit_boston2018_signature_taco_foil"
  91665. "description_string" "#StickerKit_desc_boston2018_signature_taco_foil"
  91666. "sticker_material" "boston2018/sig_taco_foil"
  91667. "item_rarity" "mythical"
  91668. "tournament_event_id" "13"
  91669. "tournament_team_id" "14"
  91670. "tournament_player_id" "52876568"
  91671. }
  91672. "2650"
  91673. {
  91674. "name" "boston2018_signature_taco_gold"
  91675. "item_name" "#StickerKit_boston2018_signature_taco_gold"
  91676. "description_string" "#StickerKit_desc_boston2018_signature_taco_gold"
  91677. "sticker_material" "boston2018/sig_taco_gold"
  91678. "item_rarity" "ancient"
  91679. "tournament_event_id" "13"
  91680. "tournament_team_id" "14"
  91681. "tournament_player_id" "52876568"
  91682. }
  91683. "2651"
  91684. {
  91685. "name" "boston2018_signature_gobb"
  91686. "item_name" "#StickerKit_boston2018_signature_gobb"
  91687. "description_string" "#StickerKit_desc_boston2018_signature_gobb"
  91688. "sticker_material" "boston2018/sig_gobb"
  91689. "item_rarity" "rare"
  91690. "tournament_event_id" "13"
  91691. "tournament_team_id" "69"
  91692. "tournament_player_id" "1162165"
  91693. }
  91694. "2652"
  91695. {
  91696. "name" "boston2018_signature_gobb_foil"
  91697. "item_name" "#StickerKit_boston2018_signature_gobb_foil"
  91698. "description_string" "#StickerKit_desc_boston2018_signature_gobb_foil"
  91699. "sticker_material" "boston2018/sig_gobb_foil"
  91700. "item_rarity" "mythical"
  91701. "tournament_event_id" "13"
  91702. "tournament_team_id" "69"
  91703. "tournament_player_id" "1162165"
  91704. }
  91705. "2653"
  91706. {
  91707. "name" "boston2018_signature_gobb_gold"
  91708. "item_name" "#StickerKit_boston2018_signature_gobb_gold"
  91709. "description_string" "#StickerKit_desc_boston2018_signature_gobb_gold"
  91710. "sticker_material" "boston2018/sig_gobb_gold"
  91711. "item_rarity" "ancient"
  91712. "tournament_event_id" "13"
  91713. "tournament_team_id" "69"
  91714. "tournament_player_id" "1162165"
  91715. }
  91716. "2654"
  91717. {
  91718. "name" "boston2018_signature_keev"
  91719. "item_name" "#StickerKit_boston2018_signature_keev"
  91720. "description_string" "#StickerKit_desc_boston2018_signature_keev"
  91721. "sticker_material" "boston2018/sig_keev"
  91722. "item_rarity" "rare"
  91723. "tournament_event_id" "13"
  91724. "tournament_team_id" "69"
  91725. "tournament_player_id" "51271036"
  91726. }
  91727. "2655"
  91728. {
  91729. "name" "boston2018_signature_keev_foil"
  91730. "item_name" "#StickerKit_boston2018_signature_keev_foil"
  91731. "description_string" "#StickerKit_desc_boston2018_signature_keev_foil"
  91732. "sticker_material" "boston2018/sig_keev_foil"
  91733. "item_rarity" "mythical"
  91734. "tournament_event_id" "13"
  91735. "tournament_team_id" "69"
  91736. "tournament_player_id" "51271036"
  91737. }
  91738. "2656"
  91739. {
  91740. "name" "boston2018_signature_keev_gold"
  91741. "item_name" "#StickerKit_boston2018_signature_keev_gold"
  91742. "description_string" "#StickerKit_desc_boston2018_signature_keev_gold"
  91743. "sticker_material" "boston2018/sig_keev_gold"
  91744. "item_rarity" "ancient"
  91745. "tournament_event_id" "13"
  91746. "tournament_team_id" "69"
  91747. "tournament_player_id" "51271036"
  91748. }
  91749. "2657"
  91750. {
  91751. "name" "boston2018_signature_legija"
  91752. "item_name" "#StickerKit_boston2018_signature_legija"
  91753. "description_string" "#StickerKit_desc_boston2018_signature_legija"
  91754. "sticker_material" "boston2018/sig_legija"
  91755. "item_rarity" "rare"
  91756. "tournament_event_id" "13"
  91757. "tournament_team_id" "69"
  91758. "tournament_player_id" "21242287"
  91759. }
  91760. "2658"
  91761. {
  91762. "name" "boston2018_signature_legija_foil"
  91763. "item_name" "#StickerKit_boston2018_signature_legija_foil"
  91764. "description_string" "#StickerKit_desc_boston2018_signature_legija_foil"
  91765. "sticker_material" "boston2018/sig_legija_foil"
  91766. "item_rarity" "mythical"
  91767. "tournament_event_id" "13"
  91768. "tournament_team_id" "69"
  91769. "tournament_player_id" "21242287"
  91770. }
  91771. "2659"
  91772. {
  91773. "name" "boston2018_signature_legija_gold"
  91774. "item_name" "#StickerKit_boston2018_signature_legija_gold"
  91775. "description_string" "#StickerKit_desc_boston2018_signature_legija_gold"
  91776. "sticker_material" "boston2018/sig_legija_gold"
  91777. "item_rarity" "ancient"
  91778. "tournament_event_id" "13"
  91779. "tournament_team_id" "69"
  91780. "tournament_player_id" "21242287"
  91781. }
  91782. "2660"
  91783. {
  91784. "name" "boston2018_signature_nex"
  91785. "item_name" "#StickerKit_boston2018_signature_nex"
  91786. "description_string" "#StickerKit_desc_boston2018_signature_nex"
  91787. "sticker_material" "boston2018/sig_nex"
  91788. "item_rarity" "rare"
  91789. "tournament_event_id" "13"
  91790. "tournament_team_id" "69"
  91791. "tournament_player_id" "90378773"
  91792. }
  91793. "2661"
  91794. {
  91795. "name" "boston2018_signature_nex_foil"
  91796. "item_name" "#StickerKit_boston2018_signature_nex_foil"
  91797. "description_string" "#StickerKit_desc_boston2018_signature_nex_foil"
  91798. "sticker_material" "boston2018/sig_nex_foil"
  91799. "item_rarity" "mythical"
  91800. "tournament_event_id" "13"
  91801. "tournament_team_id" "69"
  91802. "tournament_player_id" "90378773"
  91803. }
  91804. "2662"
  91805. {
  91806. "name" "boston2018_signature_nex_gold"
  91807. "item_name" "#StickerKit_boston2018_signature_nex_gold"
  91808. "description_string" "#StickerKit_desc_boston2018_signature_nex_gold"
  91809. "sticker_material" "boston2018/sig_nex_gold"
  91810. "item_rarity" "ancient"
  91811. "tournament_event_id" "13"
  91812. "tournament_team_id" "69"
  91813. "tournament_player_id" "90378773"
  91814. }
  91815. "2663"
  91816. {
  91817. "name" "boston2018_signature_tabsen"
  91818. "item_name" "#StickerKit_boston2018_signature_tabsen"
  91819. "description_string" "#StickerKit_desc_boston2018_signature_tabsen"
  91820. "sticker_material" "boston2018/sig_tabsen"
  91821. "item_rarity" "rare"
  91822. "tournament_event_id" "13"
  91823. "tournament_team_id" "69"
  91824. "tournament_player_id" "1225952"
  91825. }
  91826. "2664"
  91827. {
  91828. "name" "boston2018_signature_tabsen_foil"
  91829. "item_name" "#StickerKit_boston2018_signature_tabsen_foil"
  91830. "description_string" "#StickerKit_desc_boston2018_signature_tabsen_foil"
  91831. "sticker_material" "boston2018/sig_tabsen_foil"
  91832. "item_rarity" "mythical"
  91833. "tournament_event_id" "13"
  91834. "tournament_team_id" "69"
  91835. "tournament_player_id" "1225952"
  91836. }
  91837. "2665"
  91838. {
  91839. "name" "boston2018_signature_tabsen_gold"
  91840. "item_name" "#StickerKit_boston2018_signature_tabsen_gold"
  91841. "description_string" "#StickerKit_desc_boston2018_signature_tabsen_gold"
  91842. "sticker_material" "boston2018/sig_tabsen_gold"
  91843. "item_rarity" "ancient"
  91844. "tournament_event_id" "13"
  91845. "tournament_team_id" "69"
  91846. "tournament_player_id" "1225952"
  91847. }
  91848. "2666"
  91849. {
  91850. "name" "boston2018_signature_aizy"
  91851. "item_name" "#StickerKit_boston2018_signature_aizy"
  91852. "description_string" "#StickerKit_desc_boston2018_signature_aizy"
  91853. "sticker_material" "boston2018/sig_aizy"
  91854. "item_rarity" "rare"
  91855. "tournament_event_id" "13"
  91856. "tournament_team_id" "68"
  91857. "tournament_player_id" "90685224"
  91858. }
  91859. "2667"
  91860. {
  91861. "name" "boston2018_signature_aizy_foil"
  91862. "item_name" "#StickerKit_boston2018_signature_aizy_foil"
  91863. "description_string" "#StickerKit_desc_boston2018_signature_aizy_foil"
  91864. "sticker_material" "boston2018/sig_aizy_foil"
  91865. "item_rarity" "mythical"
  91866. "tournament_event_id" "13"
  91867. "tournament_team_id" "68"
  91868. "tournament_player_id" "90685224"
  91869. }
  91870. "2668"
  91871. {
  91872. "name" "boston2018_signature_aizy_gold"
  91873. "item_name" "#StickerKit_boston2018_signature_aizy_gold"
  91874. "description_string" "#StickerKit_desc_boston2018_signature_aizy_gold"
  91875. "sticker_material" "boston2018/sig_aizy_gold"
  91876. "item_rarity" "ancient"
  91877. "tournament_event_id" "13"
  91878. "tournament_team_id" "68"
  91879. "tournament_player_id" "90685224"
  91880. }
  91881. "2669"
  91882. {
  91883. "name" "boston2018_signature_cajunb"
  91884. "item_name" "#StickerKit_boston2018_signature_cajunb"
  91885. "description_string" "#StickerKit_desc_boston2018_signature_cajunb"
  91886. "sticker_material" "boston2018/sig_cajunb"
  91887. "item_rarity" "rare"
  91888. "tournament_event_id" "13"
  91889. "tournament_team_id" "68"
  91890. "tournament_player_id" "18062315"
  91891. }
  91892. "2670"
  91893. {
  91894. "name" "boston2018_signature_cajunb_foil"
  91895. "item_name" "#StickerKit_boston2018_signature_cajunb_foil"
  91896. "description_string" "#StickerKit_desc_boston2018_signature_cajunb_foil"
  91897. "sticker_material" "boston2018/sig_cajunb_foil"
  91898. "item_rarity" "mythical"
  91899. "tournament_event_id" "13"
  91900. "tournament_team_id" "68"
  91901. "tournament_player_id" "18062315"
  91902. }
  91903. "2671"
  91904. {
  91905. "name" "boston2018_signature_cajunb_gold"
  91906. "item_name" "#StickerKit_boston2018_signature_cajunb_gold"
  91907. "description_string" "#StickerKit_desc_boston2018_signature_cajunb_gold"
  91908. "sticker_material" "boston2018/sig_cajunb_gold"
  91909. "item_rarity" "ancient"
  91910. "tournament_event_id" "13"
  91911. "tournament_team_id" "68"
  91912. "tournament_player_id" "18062315"
  91913. }
  91914. "2672"
  91915. {
  91916. "name" "boston2018_signature_k0nfig"
  91917. "item_name" "#StickerKit_boston2018_signature_k0nfig"
  91918. "description_string" "#StickerKit_desc_boston2018_signature_k0nfig"
  91919. "sticker_material" "boston2018/sig_k0nfig"
  91920. "item_rarity" "rare"
  91921. "tournament_event_id" "13"
  91922. "tournament_team_id" "68"
  91923. "tournament_player_id" "19403447"
  91924. }
  91925. "2673"
  91926. {
  91927. "name" "boston2018_signature_k0nfig_foil"
  91928. "item_name" "#StickerKit_boston2018_signature_k0nfig_foil"
  91929. "description_string" "#StickerKit_desc_boston2018_signature_k0nfig_foil"
  91930. "sticker_material" "boston2018/sig_k0nfig_foil"
  91931. "item_rarity" "mythical"
  91932. "tournament_event_id" "13"
  91933. "tournament_team_id" "68"
  91934. "tournament_player_id" "19403447"
  91935. }
  91936. "2674"
  91937. {
  91938. "name" "boston2018_signature_k0nfig_gold"
  91939. "item_name" "#StickerKit_boston2018_signature_k0nfig_gold"
  91940. "description_string" "#StickerKit_desc_boston2018_signature_k0nfig_gold"
  91941. "sticker_material" "boston2018/sig_k0nfig_gold"
  91942. "item_rarity" "ancient"
  91943. "tournament_event_id" "13"
  91944. "tournament_team_id" "68"
  91945. "tournament_player_id" "19403447"
  91946. }
  91947. "2675"
  91948. {
  91949. "name" "boston2018_signature_msl"
  91950. "item_name" "#StickerKit_boston2018_signature_msl"
  91951. "description_string" "#StickerKit_desc_boston2018_signature_msl"
  91952. "sticker_material" "boston2018/sig_msl"
  91953. "item_rarity" "rare"
  91954. "tournament_event_id" "13"
  91955. "tournament_team_id" "68"
  91956. "tournament_player_id" "24134891"
  91957. }
  91958. "2676"
  91959. {
  91960. "name" "boston2018_signature_msl_foil"
  91961. "item_name" "#StickerKit_boston2018_signature_msl_foil"
  91962. "description_string" "#StickerKit_desc_boston2018_signature_msl_foil"
  91963. "sticker_material" "boston2018/sig_msl_foil"
  91964. "item_rarity" "mythical"
  91965. "tournament_event_id" "13"
  91966. "tournament_team_id" "68"
  91967. "tournament_player_id" "24134891"
  91968. }
  91969. "2677"
  91970. {
  91971. "name" "boston2018_signature_msl_gold"
  91972. "item_name" "#StickerKit_boston2018_signature_msl_gold"
  91973. "description_string" "#StickerKit_desc_boston2018_signature_msl_gold"
  91974. "sticker_material" "boston2018/sig_msl_gold"
  91975. "item_rarity" "ancient"
  91976. "tournament_event_id" "13"
  91977. "tournament_team_id" "68"
  91978. "tournament_player_id" "24134891"
  91979. }
  91980. "2678"
  91981. {
  91982. "name" "boston2018_signature_v4lde"
  91983. "item_name" "#StickerKit_boston2018_signature_v4lde"
  91984. "description_string" "#StickerKit_desc_boston2018_signature_v4lde"
  91985. "sticker_material" "boston2018/sig_v4lde"
  91986. "item_rarity" "rare"
  91987. "tournament_event_id" "13"
  91988. "tournament_team_id" "68"
  91989. "tournament_player_id" "154664140"
  91990. }
  91991. "2679"
  91992. {
  91993. "name" "boston2018_signature_v4lde_foil"
  91994. "item_name" "#StickerKit_boston2018_signature_v4lde_foil"
  91995. "description_string" "#StickerKit_desc_boston2018_signature_v4lde_foil"
  91996. "sticker_material" "boston2018/sig_v4lde_foil"
  91997. "item_rarity" "mythical"
  91998. "tournament_event_id" "13"
  91999. "tournament_team_id" "68"
  92000. "tournament_player_id" "154664140"
  92001. }
  92002. "2680"
  92003. {
  92004. "name" "boston2018_signature_v4lde_gold"
  92005. "item_name" "#StickerKit_boston2018_signature_v4lde_gold"
  92006. "description_string" "#StickerKit_desc_boston2018_signature_v4lde_gold"
  92007. "sticker_material" "boston2018/sig_v4lde_gold"
  92008. "item_rarity" "ancient"
  92009. "tournament_event_id" "13"
  92010. "tournament_team_id" "68"
  92011. "tournament_player_id" "154664140"
  92012. }
  92013. "2681"
  92014. {
  92015. "name" "boston2018_signature_apex"
  92016. "item_name" "#StickerKit_boston2018_signature_apex"
  92017. "description_string" "#StickerKit_desc_boston2018_signature_apex"
  92018. "sticker_material" "boston2018/sig_apex"
  92019. "item_rarity" "rare"
  92020. "tournament_event_id" "13"
  92021. "tournament_team_id" "59"
  92022. "tournament_player_id" "29478439"
  92023. }
  92024. "2682"
  92025. {
  92026. "name" "boston2018_signature_apex_foil"
  92027. "item_name" "#StickerKit_boston2018_signature_apex_foil"
  92028. "description_string" "#StickerKit_desc_boston2018_signature_apex_foil"
  92029. "sticker_material" "boston2018/sig_apex_foil"
  92030. "item_rarity" "mythical"
  92031. "tournament_event_id" "13"
  92032. "tournament_team_id" "59"
  92033. "tournament_player_id" "29478439"
  92034. }
  92035. "2683"
  92036. {
  92037. "name" "boston2018_signature_apex_gold"
  92038. "item_name" "#StickerKit_boston2018_signature_apex_gold"
  92039. "description_string" "#StickerKit_desc_boston2018_signature_apex_gold"
  92040. "sticker_material" "boston2018/sig_apex_gold"
  92041. "item_rarity" "ancient"
  92042. "tournament_event_id" "13"
  92043. "tournament_team_id" "59"
  92044. "tournament_player_id" "29478439"
  92045. }
  92046. "2684"
  92047. {
  92048. "name" "boston2018_signature_bodyy"
  92049. "item_name" "#StickerKit_boston2018_signature_bodyy"
  92050. "description_string" "#StickerKit_desc_boston2018_signature_bodyy"
  92051. "sticker_material" "boston2018/sig_bodyy"
  92052. "item_rarity" "rare"
  92053. "tournament_event_id" "13"
  92054. "tournament_team_id" "59"
  92055. "tournament_player_id" "53029647"
  92056. }
  92057. "2685"
  92058. {
  92059. "name" "boston2018_signature_bodyy_foil"
  92060. "item_name" "#StickerKit_boston2018_signature_bodyy_foil"
  92061. "description_string" "#StickerKit_desc_boston2018_signature_bodyy_foil"
  92062. "sticker_material" "boston2018/sig_bodyy_foil"
  92063. "item_rarity" "mythical"
  92064. "tournament_event_id" "13"
  92065. "tournament_team_id" "59"
  92066. "tournament_player_id" "53029647"
  92067. }
  92068. "2686"
  92069. {
  92070. "name" "boston2018_signature_bodyy_gold"
  92071. "item_name" "#StickerKit_boston2018_signature_bodyy_gold"
  92072. "description_string" "#StickerKit_desc_boston2018_signature_bodyy_gold"
  92073. "sticker_material" "boston2018/sig_bodyy_gold"
  92074. "item_rarity" "ancient"
  92075. "tournament_event_id" "13"
  92076. "tournament_team_id" "59"
  92077. "tournament_player_id" "53029647"
  92078. }
  92079. "2687"
  92080. {
  92081. "name" "boston2018_signature_kennys"
  92082. "item_name" "#StickerKit_boston2018_signature_kennys"
  92083. "description_string" "#StickerKit_desc_boston2018_signature_kennys"
  92084. "sticker_material" "boston2018/sig_kennys"
  92085. "item_rarity" "rare"
  92086. "tournament_event_id" "13"
  92087. "tournament_team_id" "59"
  92088. "tournament_player_id" "64640068"
  92089. }
  92090. "2688"
  92091. {
  92092. "name" "boston2018_signature_kennys_foil"
  92093. "item_name" "#StickerKit_boston2018_signature_kennys_foil"
  92094. "description_string" "#StickerKit_desc_boston2018_signature_kennys_foil"
  92095. "sticker_material" "boston2018/sig_kennys_foil"
  92096. "item_rarity" "mythical"
  92097. "tournament_event_id" "13"
  92098. "tournament_team_id" "59"
  92099. "tournament_player_id" "64640068"
  92100. }
  92101. "2689"
  92102. {
  92103. "name" "boston2018_signature_kennys_gold"
  92104. "item_name" "#StickerKit_boston2018_signature_kennys_gold"
  92105. "description_string" "#StickerKit_desc_boston2018_signature_kennys_gold"
  92106. "sticker_material" "boston2018/sig_kennys_gold"
  92107. "item_rarity" "ancient"
  92108. "tournament_event_id" "13"
  92109. "tournament_team_id" "59"
  92110. "tournament_player_id" "64640068"
  92111. }
  92112. "2690"
  92113. {
  92114. "name" "boston2018_signature_nbk"
  92115. "item_name" "#StickerKit_boston2018_signature_nbk"
  92116. "description_string" "#StickerKit_desc_boston2018_signature_nbk"
  92117. "sticker_material" "boston2018/sig_nbk"
  92118. "item_rarity" "rare"
  92119. "tournament_event_id" "13"
  92120. "tournament_team_id" "59"
  92121. "tournament_player_id" "444845"
  92122. }
  92123. "2691"
  92124. {
  92125. "name" "boston2018_signature_nbk_foil"
  92126. "item_name" "#StickerKit_boston2018_signature_nbk_foil"
  92127. "description_string" "#StickerKit_desc_boston2018_signature_nbk_foil"
  92128. "sticker_material" "boston2018/sig_nbk_foil"
  92129. "item_rarity" "mythical"
  92130. "tournament_event_id" "13"
  92131. "tournament_team_id" "59"
  92132. "tournament_player_id" "444845"
  92133. }
  92134. "2692"
  92135. {
  92136. "name" "boston2018_signature_nbk_gold"
  92137. "item_name" "#StickerKit_boston2018_signature_nbk_gold"
  92138. "description_string" "#StickerKit_desc_boston2018_signature_nbk_gold"
  92139. "sticker_material" "boston2018/sig_nbk_gold"
  92140. "item_rarity" "ancient"
  92141. "tournament_event_id" "13"
  92142. "tournament_team_id" "59"
  92143. "tournament_player_id" "444845"
  92144. }
  92145. "2693"
  92146. {
  92147. "name" "boston2018_signature_shox"
  92148. "item_name" "#StickerKit_boston2018_signature_shox"
  92149. "description_string" "#StickerKit_desc_boston2018_signature_shox"
  92150. "sticker_material" "boston2018/sig_shox"
  92151. "item_rarity" "rare"
  92152. "tournament_event_id" "13"
  92153. "tournament_team_id" "59"
  92154. "tournament_player_id" "46654567"
  92155. }
  92156. "2694"
  92157. {
  92158. "name" "boston2018_signature_shox_foil"
  92159. "item_name" "#StickerKit_boston2018_signature_shox_foil"
  92160. "description_string" "#StickerKit_desc_boston2018_signature_shox_foil"
  92161. "sticker_material" "boston2018/sig_shox_foil"
  92162. "item_rarity" "mythical"
  92163. "tournament_event_id" "13"
  92164. "tournament_team_id" "59"
  92165. "tournament_player_id" "46654567"
  92166. }
  92167. "2695"
  92168. {
  92169. "name" "boston2018_signature_shox_gold"
  92170. "item_name" "#StickerKit_boston2018_signature_shox_gold"
  92171. "description_string" "#StickerKit_desc_boston2018_signature_shox_gold"
  92172. "sticker_material" "boston2018/sig_shox_gold"
  92173. "item_rarity" "ancient"
  92174. "tournament_event_id" "13"
  92175. "tournament_team_id" "59"
  92176. "tournament_player_id" "46654567"
  92177. }
  92178. "2696"
  92179. {
  92180. "name" "boston2018_signature_autimatic"
  92181. "item_name" "#StickerKit_boston2018_signature_autimatic"
  92182. "description_string" "#StickerKit_desc_boston2018_signature_autimatic"
  92183. "sticker_material" "boston2018/sig_autimatic"
  92184. "item_rarity" "rare"
  92185. "tournament_event_id" "13"
  92186. "tournament_team_id" "33"
  92187. "tournament_player_id" "94605121"
  92188. }
  92189. "2697"
  92190. {
  92191. "name" "boston2018_signature_autimatic_foil"
  92192. "item_name" "#StickerKit_boston2018_signature_autimatic_foil"
  92193. "description_string" "#StickerKit_desc_boston2018_signature_autimatic_foil"
  92194. "sticker_material" "boston2018/sig_autimatic_foil"
  92195. "item_rarity" "mythical"
  92196. "tournament_event_id" "13"
  92197. "tournament_team_id" "33"
  92198. "tournament_player_id" "94605121"
  92199. }
  92200. "2698"
  92201. {
  92202. "name" "boston2018_signature_autimatic_gold"
  92203. "item_name" "#StickerKit_boston2018_signature_autimatic_gold"
  92204. "description_string" "#StickerKit_desc_boston2018_signature_autimatic_gold"
  92205. "sticker_material" "boston2018/sig_autimatic_gold"
  92206. "item_rarity" "ancient"
  92207. "tournament_event_id" "13"
  92208. "tournament_team_id" "33"
  92209. "tournament_player_id" "94605121"
  92210. }
  92211. "2699"
  92212. {
  92213. "name" "boston2018_signature_rush"
  92214. "item_name" "#StickerKit_boston2018_signature_rush"
  92215. "description_string" "#StickerKit_desc_boston2018_signature_rush"
  92216. "sticker_material" "boston2018/sig_rush"
  92217. "item_rarity" "rare"
  92218. "tournament_event_id" "13"
  92219. "tournament_team_id" "33"
  92220. "tournament_player_id" "63326592"
  92221. }
  92222. "2700"
  92223. {
  92224. "name" "boston2018_signature_rush_foil"
  92225. "item_name" "#StickerKit_boston2018_signature_rush_foil"
  92226. "description_string" "#StickerKit_desc_boston2018_signature_rush_foil"
  92227. "sticker_material" "boston2018/sig_rush_foil"
  92228. "item_rarity" "mythical"
  92229. "tournament_event_id" "13"
  92230. "tournament_team_id" "33"
  92231. "tournament_player_id" "63326592"
  92232. }
  92233. "2701"
  92234. {
  92235. "name" "boston2018_signature_rush_gold"
  92236. "item_name" "#StickerKit_boston2018_signature_rush_gold"
  92237. "description_string" "#StickerKit_desc_boston2018_signature_rush_gold"
  92238. "sticker_material" "boston2018/sig_rush_gold"
  92239. "item_rarity" "ancient"
  92240. "tournament_event_id" "13"
  92241. "tournament_team_id" "33"
  92242. "tournament_player_id" "63326592"
  92243. }
  92244. "2702"
  92245. {
  92246. "name" "boston2018_signature_skadoodle"
  92247. "item_name" "#StickerKit_boston2018_signature_skadoodle"
  92248. "description_string" "#StickerKit_desc_boston2018_signature_skadoodle"
  92249. "sticker_material" "boston2018/sig_skadoodle"
  92250. "item_rarity" "rare"
  92251. "tournament_event_id" "13"
  92252. "tournament_team_id" "33"
  92253. "tournament_player_id" "21075725"
  92254. }
  92255. "2703"
  92256. {
  92257. "name" "boston2018_signature_skadoodle_foil"
  92258. "item_name" "#StickerKit_boston2018_signature_skadoodle_foil"
  92259. "description_string" "#StickerKit_desc_boston2018_signature_skadoodle_foil"
  92260. "sticker_material" "boston2018/sig_skadoodle_foil"
  92261. "item_rarity" "mythical"
  92262. "tournament_event_id" "13"
  92263. "tournament_team_id" "33"
  92264. "tournament_player_id" "21075725"
  92265. }
  92266. "2704"
  92267. {
  92268. "name" "boston2018_signature_skadoodle_gold"
  92269. "item_name" "#StickerKit_boston2018_signature_skadoodle_gold"
  92270. "description_string" "#StickerKit_desc_boston2018_signature_skadoodle_gold"
  92271. "sticker_material" "boston2018/sig_skadoodle_gold"
  92272. "item_rarity" "ancient"
  92273. "tournament_event_id" "13"
  92274. "tournament_team_id" "33"
  92275. "tournament_player_id" "21075725"
  92276. }
  92277. "2705"
  92278. {
  92279. "name" "boston2018_signature_stewie2k"
  92280. "item_name" "#StickerKit_boston2018_signature_stewie2k"
  92281. "description_string" "#StickerKit_desc_boston2018_signature_stewie2k"
  92282. "sticker_material" "boston2018/sig_stewie2k"
  92283. "item_rarity" "rare"
  92284. "tournament_event_id" "13"
  92285. "tournament_team_id" "33"
  92286. "tournament_player_id" "38738282"
  92287. }
  92288. "2706"
  92289. {
  92290. "name" "boston2018_signature_stewie2k_foil"
  92291. "item_name" "#StickerKit_boston2018_signature_stewie2k_foil"
  92292. "description_string" "#StickerKit_desc_boston2018_signature_stewie2k_foil"
  92293. "sticker_material" "boston2018/sig_stewie2k_foil"
  92294. "item_rarity" "mythical"
  92295. "tournament_event_id" "13"
  92296. "tournament_team_id" "33"
  92297. "tournament_player_id" "38738282"
  92298. }
  92299. "2707"
  92300. {
  92301. "name" "boston2018_signature_stewie2k_gold"
  92302. "item_name" "#StickerKit_boston2018_signature_stewie2k_gold"
  92303. "description_string" "#StickerKit_desc_boston2018_signature_stewie2k_gold"
  92304. "sticker_material" "boston2018/sig_stewie2k_gold"
  92305. "item_rarity" "ancient"
  92306. "tournament_event_id" "13"
  92307. "tournament_team_id" "33"
  92308. "tournament_player_id" "38738282"
  92309. }
  92310. "2708"
  92311. {
  92312. "name" "boston2018_signature_tarik"
  92313. "item_name" "#StickerKit_boston2018_signature_tarik"
  92314. "description_string" "#StickerKit_desc_boston2018_signature_tarik"
  92315. "sticker_material" "boston2018/sig_tarik"
  92316. "item_rarity" "rare"
  92317. "tournament_event_id" "13"
  92318. "tournament_team_id" "33"
  92319. "tournament_player_id" "18216247"
  92320. }
  92321. "2709"
  92322. {
  92323. "name" "boston2018_signature_tarik_foil"
  92324. "item_name" "#StickerKit_boston2018_signature_tarik_foil"
  92325. "description_string" "#StickerKit_desc_boston2018_signature_tarik_foil"
  92326. "sticker_material" "boston2018/sig_tarik_foil"
  92327. "item_rarity" "mythical"
  92328. "tournament_event_id" "13"
  92329. "tournament_team_id" "33"
  92330. "tournament_player_id" "18216247"
  92331. }
  92332. "2710"
  92333. {
  92334. "name" "boston2018_signature_tarik_gold"
  92335. "item_name" "#StickerKit_boston2018_signature_tarik_gold"
  92336. "description_string" "#StickerKit_desc_boston2018_signature_tarik_gold"
  92337. "sticker_material" "boston2018/sig_tarik_gold"
  92338. "item_rarity" "ancient"
  92339. "tournament_event_id" "13"
  92340. "tournament_team_id" "33"
  92341. "tournament_player_id" "18216247"
  92342. }
  92343. "2711"
  92344. {
  92345. "name" "boston2018_signature_b1ad3"
  92346. "item_name" "#StickerKit_boston2018_signature_b1ad3"
  92347. "description_string" "#StickerKit_desc_boston2018_signature_b1ad3"
  92348. "sticker_material" "boston2018/sig_b1ad3"
  92349. "item_rarity" "rare"
  92350. "tournament_event_id" "13"
  92351. "tournament_team_id" "43"
  92352. "tournament_player_id" "53258137"
  92353. }
  92354. "2712"
  92355. {
  92356. "name" "boston2018_signature_b1ad3_foil"
  92357. "item_name" "#StickerKit_boston2018_signature_b1ad3_foil"
  92358. "description_string" "#StickerKit_desc_boston2018_signature_b1ad3_foil"
  92359. "sticker_material" "boston2018/sig_b1ad3_foil"
  92360. "item_rarity" "mythical"
  92361. "tournament_event_id" "13"
  92362. "tournament_team_id" "43"
  92363. "tournament_player_id" "53258137"
  92364. }
  92365. "2713"
  92366. {
  92367. "name" "boston2018_signature_b1ad3_gold"
  92368. "item_name" "#StickerKit_boston2018_signature_b1ad3_gold"
  92369. "description_string" "#StickerKit_desc_boston2018_signature_b1ad3_gold"
  92370. "sticker_material" "boston2018/sig_b1ad3_gold"
  92371. "item_rarity" "ancient"
  92372. "tournament_event_id" "13"
  92373. "tournament_team_id" "43"
  92374. "tournament_player_id" "53258137"
  92375. }
  92376. "2714"
  92377. {
  92378. "name" "boston2018_signature_markeloff"
  92379. "item_name" "#StickerKit_boston2018_signature_markeloff"
  92380. "description_string" "#StickerKit_desc_boston2018_signature_markeloff"
  92381. "sticker_material" "boston2018/sig_markeloff"
  92382. "item_rarity" "rare"
  92383. "tournament_event_id" "13"
  92384. "tournament_team_id" "43"
  92385. "tournament_player_id" "5667261"
  92386. }
  92387. "2715"
  92388. {
  92389. "name" "boston2018_signature_markeloff_foil"
  92390. "item_name" "#StickerKit_boston2018_signature_markeloff_foil"
  92391. "description_string" "#StickerKit_desc_boston2018_signature_markeloff_foil"
  92392. "sticker_material" "boston2018/sig_markeloff_foil"
  92393. "item_rarity" "mythical"
  92394. "tournament_event_id" "13"
  92395. "tournament_team_id" "43"
  92396. "tournament_player_id" "5667261"
  92397. }
  92398. "2716"
  92399. {
  92400. "name" "boston2018_signature_markeloff_gold"
  92401. "item_name" "#StickerKit_boston2018_signature_markeloff_gold"
  92402. "description_string" "#StickerKit_desc_boston2018_signature_markeloff_gold"
  92403. "sticker_material" "boston2018/sig_markeloff_gold"
  92404. "item_rarity" "ancient"
  92405. "tournament_event_id" "13"
  92406. "tournament_team_id" "43"
  92407. "tournament_player_id" "5667261"
  92408. }
  92409. "2717"
  92410. {
  92411. "name" "boston2018_signature_seized"
  92412. "item_name" "#StickerKit_boston2018_signature_seized"
  92413. "description_string" "#StickerKit_desc_boston2018_signature_seized"
  92414. "sticker_material" "boston2018/sig_seized"
  92415. "item_rarity" "rare"
  92416. "tournament_event_id" "13"
  92417. "tournament_team_id" "43"
  92418. "tournament_player_id" "3648428"
  92419. }
  92420. "2718"
  92421. {
  92422. "name" "boston2018_signature_seized_foil"
  92423. "item_name" "#StickerKit_boston2018_signature_seized_foil"
  92424. "description_string" "#StickerKit_desc_boston2018_signature_seized_foil"
  92425. "sticker_material" "boston2018/sig_seized_foil"
  92426. "item_rarity" "mythical"
  92427. "tournament_event_id" "13"
  92428. "tournament_team_id" "43"
  92429. "tournament_player_id" "3648428"
  92430. }
  92431. "2719"
  92432. {
  92433. "name" "boston2018_signature_seized_gold"
  92434. "item_name" "#StickerKit_boston2018_signature_seized_gold"
  92435. "description_string" "#StickerKit_desc_boston2018_signature_seized_gold"
  92436. "sticker_material" "boston2018/sig_seized_gold"
  92437. "item_rarity" "ancient"
  92438. "tournament_event_id" "13"
  92439. "tournament_team_id" "43"
  92440. "tournament_player_id" "3648428"
  92441. }
  92442. "2720"
  92443. {
  92444. "name" "boston2018_signature_waylander"
  92445. "item_name" "#StickerKit_boston2018_signature_waylander"
  92446. "description_string" "#StickerKit_desc_boston2018_signature_waylander"
  92447. "sticker_material" "boston2018/sig_waylander"
  92448. "item_rarity" "rare"
  92449. "tournament_event_id" "13"
  92450. "tournament_team_id" "43"
  92451. "tournament_player_id" "38340970"
  92452. }
  92453. "2721"
  92454. {
  92455. "name" "boston2018_signature_waylander_foil"
  92456. "item_name" "#StickerKit_boston2018_signature_waylander_foil"
  92457. "description_string" "#StickerKit_desc_boston2018_signature_waylander_foil"
  92458. "sticker_material" "boston2018/sig_waylander_foil"
  92459. "item_rarity" "mythical"
  92460. "tournament_event_id" "13"
  92461. "tournament_team_id" "43"
  92462. "tournament_player_id" "38340970"
  92463. }
  92464. "2722"
  92465. {
  92466. "name" "boston2018_signature_waylander_gold"
  92467. "item_name" "#StickerKit_boston2018_signature_waylander_gold"
  92468. "description_string" "#StickerKit_desc_boston2018_signature_waylander_gold"
  92469. "sticker_material" "boston2018/sig_waylander_gold"
  92470. "item_rarity" "ancient"
  92471. "tournament_event_id" "13"
  92472. "tournament_team_id" "43"
  92473. "tournament_player_id" "38340970"
  92474. }
  92475. "2723"
  92476. {
  92477. "name" "boston2018_signature_worldedit"
  92478. "item_name" "#StickerKit_boston2018_signature_worldedit"
  92479. "description_string" "#StickerKit_desc_boston2018_signature_worldedit"
  92480. "sticker_material" "boston2018/sig_worldedit"
  92481. "item_rarity" "rare"
  92482. "tournament_event_id" "13"
  92483. "tournament_team_id" "43"
  92484. "tournament_player_id" "36732188"
  92485. }
  92486. "2724"
  92487. {
  92488. "name" "boston2018_signature_worldedit_foil"
  92489. "item_name" "#StickerKit_boston2018_signature_worldedit_foil"
  92490. "description_string" "#StickerKit_desc_boston2018_signature_worldedit_foil"
  92491. "sticker_material" "boston2018/sig_worldedit_foil"
  92492. "item_rarity" "mythical"
  92493. "tournament_event_id" "13"
  92494. "tournament_team_id" "43"
  92495. "tournament_player_id" "36732188"
  92496. }
  92497. "2725"
  92498. {
  92499. "name" "boston2018_signature_worldedit_gold"
  92500. "item_name" "#StickerKit_boston2018_signature_worldedit_gold"
  92501. "description_string" "#StickerKit_desc_boston2018_signature_worldedit_gold"
  92502. "sticker_material" "boston2018/sig_worldedit_gold"
  92503. "item_rarity" "ancient"
  92504. "tournament_event_id" "13"
  92505. "tournament_team_id" "43"
  92506. "tournament_player_id" "36732188"
  92507. }
  92508. "2726"
  92509. {
  92510. "name" "boston2018_signature_edward"
  92511. "item_name" "#StickerKit_boston2018_signature_edward"
  92512. "description_string" "#StickerKit_desc_boston2018_signature_edward"
  92513. "sticker_material" "boston2018/sig_edward"
  92514. "item_rarity" "rare"
  92515. "tournament_event_id" "13"
  92516. "tournament_team_id" "12"
  92517. "tournament_player_id" "23429534"
  92518. }
  92519. "2727"
  92520. {
  92521. "name" "boston2018_signature_edward_foil"
  92522. "item_name" "#StickerKit_boston2018_signature_edward_foil"
  92523. "description_string" "#StickerKit_desc_boston2018_signature_edward_foil"
  92524. "sticker_material" "boston2018/sig_edward_foil"
  92525. "item_rarity" "mythical"
  92526. "tournament_event_id" "13"
  92527. "tournament_team_id" "12"
  92528. "tournament_player_id" "23429534"
  92529. }
  92530. "2728"
  92531. {
  92532. "name" "boston2018_signature_edward_gold"
  92533. "item_name" "#StickerKit_boston2018_signature_edward_gold"
  92534. "description_string" "#StickerKit_desc_boston2018_signature_edward_gold"
  92535. "sticker_material" "boston2018/sig_edward_gold"
  92536. "item_rarity" "ancient"
  92537. "tournament_event_id" "13"
  92538. "tournament_team_id" "12"
  92539. "tournament_player_id" "23429534"
  92540. }
  92541. "2729"
  92542. {
  92543. "name" "boston2018_signature_electronic"
  92544. "item_name" "#StickerKit_boston2018_signature_electronic"
  92545. "description_string" "#StickerKit_desc_boston2018_signature_electronic"
  92546. "sticker_material" "boston2018/sig_electronic"
  92547. "item_rarity" "rare"
  92548. "tournament_event_id" "13"
  92549. "tournament_team_id" "12"
  92550. "tournament_player_id" "83779379"
  92551. }
  92552. "2730"
  92553. {
  92554. "name" "boston2018_signature_electronic_foil"
  92555. "item_name" "#StickerKit_boston2018_signature_electronic_foil"
  92556. "description_string" "#StickerKit_desc_boston2018_signature_electronic_foil"
  92557. "sticker_material" "boston2018/sig_electronic_foil"
  92558. "item_rarity" "mythical"
  92559. "tournament_event_id" "13"
  92560. "tournament_team_id" "12"
  92561. "tournament_player_id" "83779379"
  92562. }
  92563. "2731"
  92564. {
  92565. "name" "boston2018_signature_electronic_gold"
  92566. "item_name" "#StickerKit_boston2018_signature_electronic_gold"
  92567. "description_string" "#StickerKit_desc_boston2018_signature_electronic_gold"
  92568. "sticker_material" "boston2018/sig_electronic_gold"
  92569. "item_rarity" "ancient"
  92570. "tournament_event_id" "13"
  92571. "tournament_team_id" "12"
  92572. "tournament_player_id" "83779379"
  92573. }
  92574. "2732"
  92575. {
  92576. "name" "boston2018_signature_flamie"
  92577. "item_name" "#StickerKit_boston2018_signature_flamie"
  92578. "description_string" "#StickerKit_desc_boston2018_signature_flamie"
  92579. "sticker_material" "boston2018/sig_flamie"
  92580. "item_rarity" "rare"
  92581. "tournament_event_id" "13"
  92582. "tournament_team_id" "12"
  92583. "tournament_player_id" "156257548"
  92584. }
  92585. "2733"
  92586. {
  92587. "name" "boston2018_signature_flamie_foil"
  92588. "item_name" "#StickerKit_boston2018_signature_flamie_foil"
  92589. "description_string" "#StickerKit_desc_boston2018_signature_flamie_foil"
  92590. "sticker_material" "boston2018/sig_flamie_foil"
  92591. "item_rarity" "mythical"
  92592. "tournament_event_id" "13"
  92593. "tournament_team_id" "12"
  92594. "tournament_player_id" "156257548"
  92595. }
  92596. "2734"
  92597. {
  92598. "name" "boston2018_signature_flamie_gold"
  92599. "item_name" "#StickerKit_boston2018_signature_flamie_gold"
  92600. "description_string" "#StickerKit_desc_boston2018_signature_flamie_gold"
  92601. "sticker_material" "boston2018/sig_flamie_gold"
  92602. "item_rarity" "ancient"
  92603. "tournament_event_id" "13"
  92604. "tournament_team_id" "12"
  92605. "tournament_player_id" "156257548"
  92606. }
  92607. "2735"
  92608. {
  92609. "name" "boston2018_signature_s1mple"
  92610. "item_name" "#StickerKit_boston2018_signature_s1mple"
  92611. "description_string" "#StickerKit_desc_boston2018_signature_s1mple"
  92612. "sticker_material" "boston2018/sig_s1mple"
  92613. "item_rarity" "rare"
  92614. "tournament_event_id" "13"
  92615. "tournament_team_id" "12"
  92616. "tournament_player_id" "73936547"
  92617. }
  92618. "2736"
  92619. {
  92620. "name" "boston2018_signature_s1mple_foil"
  92621. "item_name" "#StickerKit_boston2018_signature_s1mple_foil"
  92622. "description_string" "#StickerKit_desc_boston2018_signature_s1mple_foil"
  92623. "sticker_material" "boston2018/sig_s1mple_foil"
  92624. "item_rarity" "mythical"
  92625. "tournament_event_id" "13"
  92626. "tournament_team_id" "12"
  92627. "tournament_player_id" "73936547"
  92628. }
  92629. "2737"
  92630. {
  92631. "name" "boston2018_signature_s1mple_gold"
  92632. "item_name" "#StickerKit_boston2018_signature_s1mple_gold"
  92633. "description_string" "#StickerKit_desc_boston2018_signature_s1mple_gold"
  92634. "sticker_material" "boston2018/sig_s1mple_gold"
  92635. "item_rarity" "ancient"
  92636. "tournament_event_id" "13"
  92637. "tournament_team_id" "12"
  92638. "tournament_player_id" "73936547"
  92639. }
  92640. "2738"
  92641. {
  92642. "name" "boston2018_signature_zeus"
  92643. "item_name" "#StickerKit_boston2018_signature_zeus"
  92644. "description_string" "#StickerKit_desc_boston2018_signature_zeus"
  92645. "sticker_material" "boston2018/sig_zeus"
  92646. "item_rarity" "rare"
  92647. "tournament_event_id" "13"
  92648. "tournament_team_id" "12"
  92649. "tournament_player_id" "59062744"
  92650. }
  92651. "2739"
  92652. {
  92653. "name" "boston2018_signature_zeus_foil"
  92654. "item_name" "#StickerKit_boston2018_signature_zeus_foil"
  92655. "description_string" "#StickerKit_desc_boston2018_signature_zeus_foil"
  92656. "sticker_material" "boston2018/sig_zeus_foil"
  92657. "item_rarity" "mythical"
  92658. "tournament_event_id" "13"
  92659. "tournament_team_id" "12"
  92660. "tournament_player_id" "59062744"
  92661. }
  92662. "2740"
  92663. {
  92664. "name" "boston2018_signature_zeus_gold"
  92665. "item_name" "#StickerKit_boston2018_signature_zeus_gold"
  92666. "description_string" "#StickerKit_desc_boston2018_signature_zeus_gold"
  92667. "sticker_material" "boston2018/sig_zeus_gold"
  92668. "item_rarity" "ancient"
  92669. "tournament_event_id" "13"
  92670. "tournament_team_id" "12"
  92671. "tournament_player_id" "59062744"
  92672. }
  92673. "2741"
  92674. {
  92675. "name" "boston2018_signature_chrisj"
  92676. "item_name" "#StickerKit_boston2018_signature_chrisj"
  92677. "description_string" "#StickerKit_desc_boston2018_signature_chrisj"
  92678. "sticker_material" "boston2018/sig_chrisj"
  92679. "item_rarity" "rare"
  92680. "tournament_event_id" "13"
  92681. "tournament_team_id" "29"
  92682. "tournament_player_id" "28273376"
  92683. }
  92684. "2742"
  92685. {
  92686. "name" "boston2018_signature_chrisj_foil"
  92687. "item_name" "#StickerKit_boston2018_signature_chrisj_foil"
  92688. "description_string" "#StickerKit_desc_boston2018_signature_chrisj_foil"
  92689. "sticker_material" "boston2018/sig_chrisj_foil"
  92690. "item_rarity" "mythical"
  92691. "tournament_event_id" "13"
  92692. "tournament_team_id" "29"
  92693. "tournament_player_id" "28273376"
  92694. }
  92695. "2743"
  92696. {
  92697. "name" "boston2018_signature_chrisj_gold"
  92698. "item_name" "#StickerKit_boston2018_signature_chrisj_gold"
  92699. "description_string" "#StickerKit_desc_boston2018_signature_chrisj_gold"
  92700. "sticker_material" "boston2018/sig_chrisj_gold"
  92701. "item_rarity" "ancient"
  92702. "tournament_event_id" "13"
  92703. "tournament_team_id" "29"
  92704. "tournament_player_id" "28273376"
  92705. }
  92706. "2744"
  92707. {
  92708. "name" "boston2018_signature_oskar"
  92709. "item_name" "#StickerKit_boston2018_signature_oskar"
  92710. "description_string" "#StickerKit_desc_boston2018_signature_oskar"
  92711. "sticker_material" "boston2018/sig_oskar"
  92712. "item_rarity" "rare"
  92713. "tournament_event_id" "13"
  92714. "tournament_team_id" "29"
  92715. "tournament_player_id" "171425088"
  92716. }
  92717. "2745"
  92718. {
  92719. "name" "boston2018_signature_oskar_foil"
  92720. "item_name" "#StickerKit_boston2018_signature_oskar_foil"
  92721. "description_string" "#StickerKit_desc_boston2018_signature_oskar_foil"
  92722. "sticker_material" "boston2018/sig_oskar_foil"
  92723. "item_rarity" "mythical"
  92724. "tournament_event_id" "13"
  92725. "tournament_team_id" "29"
  92726. "tournament_player_id" "171425088"
  92727. }
  92728. "2746"
  92729. {
  92730. "name" "boston2018_signature_oskar_gold"
  92731. "item_name" "#StickerKit_boston2018_signature_oskar_gold"
  92732. "description_string" "#StickerKit_desc_boston2018_signature_oskar_gold"
  92733. "sticker_material" "boston2018/sig_oskar_gold"
  92734. "item_rarity" "ancient"
  92735. "tournament_event_id" "13"
  92736. "tournament_team_id" "29"
  92737. "tournament_player_id" "171425088"
  92738. }
  92739. "2747"
  92740. {
  92741. "name" "boston2018_signature_ropz"
  92742. "item_name" "#StickerKit_boston2018_signature_ropz"
  92743. "description_string" "#StickerKit_desc_boston2018_signature_ropz"
  92744. "sticker_material" "boston2018/sig_ropz"
  92745. "item_rarity" "rare"
  92746. "tournament_event_id" "13"
  92747. "tournament_team_id" "29"
  92748. "tournament_player_id" "31006590"
  92749. }
  92750. "2748"
  92751. {
  92752. "name" "boston2018_signature_ropz_foil"
  92753. "item_name" "#StickerKit_boston2018_signature_ropz_foil"
  92754. "description_string" "#StickerKit_desc_boston2018_signature_ropz_foil"
  92755. "sticker_material" "boston2018/sig_ropz_foil"
  92756. "item_rarity" "mythical"
  92757. "tournament_event_id" "13"
  92758. "tournament_team_id" "29"
  92759. "tournament_player_id" "31006590"
  92760. }
  92761. "2749"
  92762. {
  92763. "name" "boston2018_signature_ropz_gold"
  92764. "item_name" "#StickerKit_boston2018_signature_ropz_gold"
  92765. "description_string" "#StickerKit_desc_boston2018_signature_ropz_gold"
  92766. "sticker_material" "boston2018/sig_ropz_gold"
  92767. "item_rarity" "ancient"
  92768. "tournament_event_id" "13"
  92769. "tournament_team_id" "29"
  92770. "tournament_player_id" "31006590"
  92771. }
  92772. "2750"
  92773. {
  92774. "name" "boston2018_signature_styko"
  92775. "item_name" "#StickerKit_boston2018_signature_styko"
  92776. "description_string" "#StickerKit_desc_boston2018_signature_styko"
  92777. "sticker_material" "boston2018/sig_styko"
  92778. "item_rarity" "rare"
  92779. "tournament_event_id" "13"
  92780. "tournament_team_id" "29"
  92781. "tournament_player_id" "55928431"
  92782. }
  92783. "2751"
  92784. {
  92785. "name" "boston2018_signature_styko_foil"
  92786. "item_name" "#StickerKit_boston2018_signature_styko_foil"
  92787. "description_string" "#StickerKit_desc_boston2018_signature_styko_foil"
  92788. "sticker_material" "boston2018/sig_styko_foil"
  92789. "item_rarity" "mythical"
  92790. "tournament_event_id" "13"
  92791. "tournament_team_id" "29"
  92792. "tournament_player_id" "55928431"
  92793. }
  92794. "2752"
  92795. {
  92796. "name" "boston2018_signature_styko_gold"
  92797. "item_name" "#StickerKit_boston2018_signature_styko_gold"
  92798. "description_string" "#StickerKit_desc_boston2018_signature_styko_gold"
  92799. "sticker_material" "boston2018/sig_styko_gold"
  92800. "item_rarity" "ancient"
  92801. "tournament_event_id" "13"
  92802. "tournament_team_id" "29"
  92803. "tournament_player_id" "55928431"
  92804. }
  92805. "2753"
  92806. {
  92807. "name" "boston2018_signature_sunny"
  92808. "item_name" "#StickerKit_boston2018_signature_sunny"
  92809. "description_string" "#StickerKit_desc_boston2018_signature_sunny"
  92810. "sticker_material" "boston2018/sig_sunny"
  92811. "item_rarity" "rare"
  92812. "tournament_event_id" "13"
  92813. "tournament_team_id" "29"
  92814. "tournament_player_id" "57405333"
  92815. }
  92816. "2754"
  92817. {
  92818. "name" "boston2018_signature_sunny_foil"
  92819. "item_name" "#StickerKit_boston2018_signature_sunny_foil"
  92820. "description_string" "#StickerKit_desc_boston2018_signature_sunny_foil"
  92821. "sticker_material" "boston2018/sig_sunny_foil"
  92822. "item_rarity" "mythical"
  92823. "tournament_event_id" "13"
  92824. "tournament_team_id" "29"
  92825. "tournament_player_id" "57405333"
  92826. }
  92827. "2755"
  92828. {
  92829. "name" "boston2018_signature_sunny_gold"
  92830. "item_name" "#StickerKit_boston2018_signature_sunny_gold"
  92831. "description_string" "#StickerKit_desc_boston2018_signature_sunny_gold"
  92832. "sticker_material" "boston2018/sig_sunny_gold"
  92833. "item_rarity" "ancient"
  92834. "tournament_event_id" "13"
  92835. "tournament_team_id" "29"
  92836. "tournament_player_id" "57405333"
  92837. }
  92838. "2756"
  92839. {
  92840. "name" "boston2018_signature_denis"
  92841. "item_name" "#StickerKit_boston2018_signature_denis"
  92842. "description_string" "#StickerKit_desc_boston2018_signature_denis"
  92843. "sticker_material" "boston2018/sig_denis"
  92844. "item_rarity" "rare"
  92845. "tournament_event_id" "13"
  92846. "tournament_team_id" "72"
  92847. "tournament_player_id" "31185376"
  92848. }
  92849. "2757"
  92850. {
  92851. "name" "boston2018_signature_denis_foil"
  92852. "item_name" "#StickerKit_boston2018_signature_denis_foil"
  92853. "description_string" "#StickerKit_desc_boston2018_signature_denis_foil"
  92854. "sticker_material" "boston2018/sig_denis_foil"
  92855. "item_rarity" "mythical"
  92856. "tournament_event_id" "13"
  92857. "tournament_team_id" "72"
  92858. "tournament_player_id" "31185376"
  92859. }
  92860. "2758"
  92861. {
  92862. "name" "boston2018_signature_denis_gold"
  92863. "item_name" "#StickerKit_boston2018_signature_denis_gold"
  92864. "description_string" "#StickerKit_desc_boston2018_signature_denis_gold"
  92865. "sticker_material" "boston2018/sig_denis_gold"
  92866. "item_rarity" "ancient"
  92867. "tournament_event_id" "13"
  92868. "tournament_team_id" "72"
  92869. "tournament_player_id" "31185376"
  92870. }
  92871. "2759"
  92872. {
  92873. "name" "boston2018_signature_innocent"
  92874. "item_name" "#StickerKit_boston2018_signature_innocent"
  92875. "description_string" "#StickerKit_desc_boston2018_signature_innocent"
  92876. "sticker_material" "boston2018/sig_innocent"
  92877. "item_rarity" "rare"
  92878. "tournament_event_id" "13"
  92879. "tournament_team_id" "72"
  92880. "tournament_player_id" "26563533"
  92881. }
  92882. "2760"
  92883. {
  92884. "name" "boston2018_signature_innocent_foil"
  92885. "item_name" "#StickerKit_boston2018_signature_innocent_foil"
  92886. "description_string" "#StickerKit_desc_boston2018_signature_innocent_foil"
  92887. "sticker_material" "boston2018/sig_innocent_foil"
  92888. "item_rarity" "mythical"
  92889. "tournament_event_id" "13"
  92890. "tournament_team_id" "72"
  92891. "tournament_player_id" "26563533"
  92892. }
  92893. "2761"
  92894. {
  92895. "name" "boston2018_signature_innocent_gold"
  92896. "item_name" "#StickerKit_boston2018_signature_innocent_gold"
  92897. "description_string" "#StickerKit_desc_boston2018_signature_innocent_gold"
  92898. "sticker_material" "boston2018/sig_innocent_gold"
  92899. "item_rarity" "ancient"
  92900. "tournament_event_id" "13"
  92901. "tournament_team_id" "72"
  92902. "tournament_player_id" "26563533"
  92903. }
  92904. "2762"
  92905. {
  92906. "name" "boston2018_signature_krystal"
  92907. "item_name" "#StickerKit_boston2018_signature_krystal"
  92908. "description_string" "#StickerKit_desc_boston2018_signature_krystal"
  92909. "sticker_material" "boston2018/sig_krystal"
  92910. "item_rarity" "rare"
  92911. "tournament_event_id" "13"
  92912. "tournament_team_id" "72"
  92913. "tournament_player_id" "17526007"
  92914. }
  92915. "2763"
  92916. {
  92917. "name" "boston2018_signature_krystal_foil"
  92918. "item_name" "#StickerKit_boston2018_signature_krystal_foil"
  92919. "description_string" "#StickerKit_desc_boston2018_signature_krystal_foil"
  92920. "sticker_material" "boston2018/sig_krystal_foil"
  92921. "item_rarity" "mythical"
  92922. "tournament_event_id" "13"
  92923. "tournament_team_id" "72"
  92924. "tournament_player_id" "17526007"
  92925. }
  92926. "2764"
  92927. {
  92928. "name" "boston2018_signature_krystal_gold"
  92929. "item_name" "#StickerKit_boston2018_signature_krystal_gold"
  92930. "description_string" "#StickerKit_desc_boston2018_signature_krystal_gold"
  92931. "sticker_material" "boston2018/sig_krystal_gold"
  92932. "item_rarity" "ancient"
  92933. "tournament_event_id" "13"
  92934. "tournament_team_id" "72"
  92935. "tournament_player_id" "17526007"
  92936. }
  92937. "2765"
  92938. {
  92939. "name" "boston2018_signature_spiidi"
  92940. "item_name" "#StickerKit_boston2018_signature_spiidi"
  92941. "description_string" "#StickerKit_desc_boston2018_signature_spiidi"
  92942. "sticker_material" "boston2018/sig_spiidi"
  92943. "item_rarity" "rare"
  92944. "tournament_event_id" "13"
  92945. "tournament_team_id" "72"
  92946. "tournament_player_id" "13465075"
  92947. }
  92948. "2766"
  92949. {
  92950. "name" "boston2018_signature_spiidi_foil"
  92951. "item_name" "#StickerKit_boston2018_signature_spiidi_foil"
  92952. "description_string" "#StickerKit_desc_boston2018_signature_spiidi_foil"
  92953. "sticker_material" "boston2018/sig_spiidi_foil"
  92954. "item_rarity" "mythical"
  92955. "tournament_event_id" "13"
  92956. "tournament_team_id" "72"
  92957. "tournament_player_id" "13465075"
  92958. }
  92959. "2767"
  92960. {
  92961. "name" "boston2018_signature_spiidi_gold"
  92962. "item_name" "#StickerKit_boston2018_signature_spiidi_gold"
  92963. "description_string" "#StickerKit_desc_boston2018_signature_spiidi_gold"
  92964. "sticker_material" "boston2018/sig_spiidi_gold"
  92965. "item_rarity" "ancient"
  92966. "tournament_event_id" "13"
  92967. "tournament_team_id" "72"
  92968. "tournament_player_id" "13465075"
  92969. }
  92970. "2768"
  92971. {
  92972. "name" "boston2018_signature_zehn"
  92973. "item_name" "#StickerKit_boston2018_signature_zehn"
  92974. "description_string" "#StickerKit_desc_boston2018_signature_zehn"
  92975. "sticker_material" "boston2018/sig_zehn"
  92976. "item_rarity" "rare"
  92977. "tournament_event_id" "13"
  92978. "tournament_team_id" "72"
  92979. "tournament_player_id" "16308501"
  92980. }
  92981. "2769"
  92982. {
  92983. "name" "boston2018_signature_zehn_foil"
  92984. "item_name" "#StickerKit_boston2018_signature_zehn_foil"
  92985. "description_string" "#StickerKit_desc_boston2018_signature_zehn_foil"
  92986. "sticker_material" "boston2018/sig_zehn_foil"
  92987. "item_rarity" "mythical"
  92988. "tournament_event_id" "13"
  92989. "tournament_team_id" "72"
  92990. "tournament_player_id" "16308501"
  92991. }
  92992. "2770"
  92993. {
  92994. "name" "boston2018_signature_zehn_gold"
  92995. "item_name" "#StickerKit_boston2018_signature_zehn_gold"
  92996. "description_string" "#StickerKit_desc_boston2018_signature_zehn_gold"
  92997. "sticker_material" "boston2018/sig_zehn_gold"
  92998. "item_rarity" "ancient"
  92999. "tournament_event_id" "13"
  93000. "tournament_team_id" "72"
  93001. "tournament_player_id" "16308501"
  93002. }
  93003. "2771"
  93004. {
  93005. "name" "boston2018_signature_guardian"
  93006. "item_name" "#StickerKit_boston2018_signature_guardian"
  93007. "description_string" "#StickerKit_desc_boston2018_signature_guardian"
  93008. "sticker_material" "boston2018/sig_guardian"
  93009. "item_rarity" "rare"
  93010. "tournament_event_id" "13"
  93011. "tournament_team_id" "61"
  93012. "tournament_player_id" "12065295"
  93013. }
  93014. "2772"
  93015. {
  93016. "name" "boston2018_signature_guardian_foil"
  93017. "item_name" "#StickerKit_boston2018_signature_guardian_foil"
  93018. "description_string" "#StickerKit_desc_boston2018_signature_guardian_foil"
  93019. "sticker_material" "boston2018/sig_guardian_foil"
  93020. "item_rarity" "mythical"
  93021. "tournament_event_id" "13"
  93022. "tournament_team_id" "61"
  93023. "tournament_player_id" "12065295"
  93024. }
  93025. "2773"
  93026. {
  93027. "name" "boston2018_signature_guardian_gold"
  93028. "item_name" "#StickerKit_boston2018_signature_guardian_gold"
  93029. "description_string" "#StickerKit_desc_boston2018_signature_guardian_gold"
  93030. "sticker_material" "boston2018/sig_guardian_gold"
  93031. "item_rarity" "ancient"
  93032. "tournament_event_id" "13"
  93033. "tournament_team_id" "61"
  93034. "tournament_player_id" "12065295"
  93035. }
  93036. "2774"
  93037. {
  93038. "name" "boston2018_signature_karrigan"
  93039. "item_name" "#StickerKit_boston2018_signature_karrigan"
  93040. "description_string" "#StickerKit_desc_boston2018_signature_karrigan"
  93041. "sticker_material" "boston2018/sig_karrigan"
  93042. "item_rarity" "rare"
  93043. "tournament_event_id" "13"
  93044. "tournament_team_id" "61"
  93045. "tournament_player_id" "29164525"
  93046. }
  93047. "2775"
  93048. {
  93049. "name" "boston2018_signature_karrigan_foil"
  93050. "item_name" "#StickerKit_boston2018_signature_karrigan_foil"
  93051. "description_string" "#StickerKit_desc_boston2018_signature_karrigan_foil"
  93052. "sticker_material" "boston2018/sig_karrigan_foil"
  93053. "item_rarity" "mythical"
  93054. "tournament_event_id" "13"
  93055. "tournament_team_id" "61"
  93056. "tournament_player_id" "29164525"
  93057. }
  93058. "2776"
  93059. {
  93060. "name" "boston2018_signature_karrigan_gold"
  93061. "item_name" "#StickerKit_boston2018_signature_karrigan_gold"
  93062. "description_string" "#StickerKit_desc_boston2018_signature_karrigan_gold"
  93063. "sticker_material" "boston2018/sig_karrigan_gold"
  93064. "item_rarity" "ancient"
  93065. "tournament_event_id" "13"
  93066. "tournament_team_id" "61"
  93067. "tournament_player_id" "29164525"
  93068. }
  93069. "2777"
  93070. {
  93071. "name" "boston2018_signature_niko"
  93072. "item_name" "#StickerKit_boston2018_signature_niko"
  93073. "description_string" "#StickerKit_desc_boston2018_signature_niko"
  93074. "sticker_material" "boston2018/sig_niko"
  93075. "item_rarity" "rare"
  93076. "tournament_event_id" "13"
  93077. "tournament_team_id" "61"
  93078. "tournament_player_id" "81417650"
  93079. }
  93080. "2778"
  93081. {
  93082. "name" "boston2018_signature_niko_foil"
  93083. "item_name" "#StickerKit_boston2018_signature_niko_foil"
  93084. "description_string" "#StickerKit_desc_boston2018_signature_niko_foil"
  93085. "sticker_material" "boston2018/sig_niko_foil"
  93086. "item_rarity" "mythical"
  93087. "tournament_event_id" "13"
  93088. "tournament_team_id" "61"
  93089. "tournament_player_id" "81417650"
  93090. }
  93091. "2779"
  93092. {
  93093. "name" "boston2018_signature_niko_gold"
  93094. "item_name" "#StickerKit_boston2018_signature_niko_gold"
  93095. "description_string" "#StickerKit_desc_boston2018_signature_niko_gold"
  93096. "sticker_material" "boston2018/sig_niko_gold"
  93097. "item_rarity" "ancient"
  93098. "tournament_event_id" "13"
  93099. "tournament_team_id" "61"
  93100. "tournament_player_id" "81417650"
  93101. }
  93102. "2780"
  93103. {
  93104. "name" "boston2018_signature_olofmeister"
  93105. "item_name" "#StickerKit_boston2018_signature_olofmeister"
  93106. "description_string" "#StickerKit_desc_boston2018_signature_olofmeister"
  93107. "sticker_material" "boston2018/sig_olofmeister"
  93108. "item_rarity" "rare"
  93109. "tournament_event_id" "13"
  93110. "tournament_team_id" "61"
  93111. "tournament_player_id" "28361465"
  93112. }
  93113. "2781"
  93114. {
  93115. "name" "boston2018_signature_olofmeister_foil"
  93116. "item_name" "#StickerKit_boston2018_signature_olofmeister_foil"
  93117. "description_string" "#StickerKit_desc_boston2018_signature_olofmeister_foil"
  93118. "sticker_material" "boston2018/sig_olofmeister_foil"
  93119. "item_rarity" "mythical"
  93120. "tournament_event_id" "13"
  93121. "tournament_team_id" "61"
  93122. "tournament_player_id" "28361465"
  93123. }
  93124. "2782"
  93125. {
  93126. "name" "boston2018_signature_olofmeister_gold"
  93127. "item_name" "#StickerKit_boston2018_signature_olofmeister_gold"
  93128. "description_string" "#StickerKit_desc_boston2018_signature_olofmeister_gold"
  93129. "sticker_material" "boston2018/sig_olofmeister_gold"
  93130. "item_rarity" "ancient"
  93131. "tournament_event_id" "13"
  93132. "tournament_team_id" "61"
  93133. "tournament_player_id" "28361465"
  93134. }
  93135. "2783"
  93136. {
  93137. "name" "boston2018_signature_rain"
  93138. "item_name" "#StickerKit_boston2018_signature_rain"
  93139. "description_string" "#StickerKit_desc_boston2018_signature_rain"
  93140. "sticker_material" "boston2018/sig_rain"
  93141. "item_rarity" "rare"
  93142. "tournament_event_id" "13"
  93143. "tournament_team_id" "61"
  93144. "tournament_player_id" "37085479"
  93145. }
  93146. "2784"
  93147. {
  93148. "name" "boston2018_signature_rain_foil"
  93149. "item_name" "#StickerKit_boston2018_signature_rain_foil"
  93150. "description_string" "#StickerKit_desc_boston2018_signature_rain_foil"
  93151. "sticker_material" "boston2018/sig_rain_foil"
  93152. "item_rarity" "mythical"
  93153. "tournament_event_id" "13"
  93154. "tournament_team_id" "61"
  93155. "tournament_player_id" "37085479"
  93156. }
  93157. "2785"
  93158. {
  93159. "name" "boston2018_signature_rain_gold"
  93160. "item_name" "#StickerKit_boston2018_signature_rain_gold"
  93161. "description_string" "#StickerKit_desc_boston2018_signature_rain_gold"
  93162. "sticker_material" "boston2018/sig_rain_gold"
  93163. "item_rarity" "ancient"
  93164. "tournament_event_id" "13"
  93165. "tournament_team_id" "61"
  93166. "tournament_player_id" "37085479"
  93167. }
  93168. "2786"
  93169. {
  93170. "name" "boston2018_signature_chopper"
  93171. "item_name" "#StickerKit_boston2018_signature_chopper"
  93172. "description_string" "#StickerKit_desc_boston2018_signature_chopper"
  93173. "sticker_material" "boston2018/sig_chopper"
  93174. "item_rarity" "rare"
  93175. "tournament_event_id" "13"
  93176. "tournament_team_id" "70"
  93177. "tournament_player_id" "85633136"
  93178. }
  93179. "2787"
  93180. {
  93181. "name" "boston2018_signature_chopper_foil"
  93182. "item_name" "#StickerKit_boston2018_signature_chopper_foil"
  93183. "description_string" "#StickerKit_desc_boston2018_signature_chopper_foil"
  93184. "sticker_material" "boston2018/sig_chopper_foil"
  93185. "item_rarity" "mythical"
  93186. "tournament_event_id" "13"
  93187. "tournament_team_id" "70"
  93188. "tournament_player_id" "85633136"
  93189. }
  93190. "2788"
  93191. {
  93192. "name" "boston2018_signature_chopper_gold"
  93193. "item_name" "#StickerKit_boston2018_signature_chopper_gold"
  93194. "description_string" "#StickerKit_desc_boston2018_signature_chopper_gold"
  93195. "sticker_material" "boston2018/sig_chopper_gold"
  93196. "item_rarity" "ancient"
  93197. "tournament_event_id" "13"
  93198. "tournament_team_id" "70"
  93199. "tournament_player_id" "85633136"
  93200. }
  93201. "2789"
  93202. {
  93203. "name" "boston2018_signature_hutji"
  93204. "item_name" "#StickerKit_boston2018_signature_hutji"
  93205. "description_string" "#StickerKit_desc_boston2018_signature_hutji"
  93206. "sticker_material" "boston2018/sig_hutji"
  93207. "item_rarity" "rare"
  93208. "tournament_event_id" "13"
  93209. "tournament_team_id" "70"
  93210. "tournament_player_id" "61587630"
  93211. }
  93212. "2790"
  93213. {
  93214. "name" "boston2018_signature_hutji_foil"
  93215. "item_name" "#StickerKit_boston2018_signature_hutji_foil"
  93216. "description_string" "#StickerKit_desc_boston2018_signature_hutji_foil"
  93217. "sticker_material" "boston2018/sig_hutji_foil"
  93218. "item_rarity" "mythical"
  93219. "tournament_event_id" "13"
  93220. "tournament_team_id" "70"
  93221. "tournament_player_id" "61587630"
  93222. }
  93223. "2791"
  93224. {
  93225. "name" "boston2018_signature_hutji_gold"
  93226. "item_name" "#StickerKit_boston2018_signature_hutji_gold"
  93227. "description_string" "#StickerKit_desc_boston2018_signature_hutji_gold"
  93228. "sticker_material" "boston2018/sig_hutji_gold"
  93229. "item_rarity" "ancient"
  93230. "tournament_event_id" "13"
  93231. "tournament_team_id" "70"
  93232. "tournament_player_id" "61587630"
  93233. }
  93234. "2792"
  93235. {
  93236. "name" "boston2018_signature_jr"
  93237. "item_name" "#StickerKit_boston2018_signature_jr"
  93238. "description_string" "#StickerKit_desc_boston2018_signature_jr"
  93239. "sticker_material" "boston2018/sig_jr"
  93240. "item_rarity" "rare"
  93241. "tournament_event_id" "13"
  93242. "tournament_team_id" "70"
  93243. "tournament_player_id" "43490511"
  93244. }
  93245. "2793"
  93246. {
  93247. "name" "boston2018_signature_jr_foil"
  93248. "item_name" "#StickerKit_boston2018_signature_jr_foil"
  93249. "description_string" "#StickerKit_desc_boston2018_signature_jr_foil"
  93250. "sticker_material" "boston2018/sig_jr_foil"
  93251. "item_rarity" "mythical"
  93252. "tournament_event_id" "13"
  93253. "tournament_team_id" "70"
  93254. "tournament_player_id" "43490511"
  93255. }
  93256. "2794"
  93257. {
  93258. "name" "boston2018_signature_jr_gold"
  93259. "item_name" "#StickerKit_boston2018_signature_jr_gold"
  93260. "description_string" "#StickerKit_desc_boston2018_signature_jr_gold"
  93261. "sticker_material" "boston2018/sig_jr_gold"
  93262. "item_rarity" "ancient"
  93263. "tournament_event_id" "13"
  93264. "tournament_team_id" "70"
  93265. "tournament_player_id" "43490511"
  93266. }
  93267. "2795"
  93268. {
  93269. "name" "boston2018_signature_keshandr"
  93270. "item_name" "#StickerKit_boston2018_signature_keshandr"
  93271. "description_string" "#StickerKit_desc_boston2018_signature_keshandr"
  93272. "sticker_material" "boston2018/sig_keshandr"
  93273. "item_rarity" "rare"
  93274. "tournament_event_id" "13"
  93275. "tournament_team_id" "70"
  93276. "tournament_player_id" "65572922"
  93277. }
  93278. "2796"
  93279. {
  93280. "name" "boston2018_signature_keshandr_foil"
  93281. "item_name" "#StickerKit_boston2018_signature_keshandr_foil"
  93282. "description_string" "#StickerKit_desc_boston2018_signature_keshandr_foil"
  93283. "sticker_material" "boston2018/sig_keshandr_foil"
  93284. "item_rarity" "mythical"
  93285. "tournament_event_id" "13"
  93286. "tournament_team_id" "70"
  93287. "tournament_player_id" "65572922"
  93288. }
  93289. "2797"
  93290. {
  93291. "name" "boston2018_signature_keshandr_gold"
  93292. "item_name" "#StickerKit_boston2018_signature_keshandr_gold"
  93293. "description_string" "#StickerKit_desc_boston2018_signature_keshandr_gold"
  93294. "sticker_material" "boston2018/sig_keshandr_gold"
  93295. "item_rarity" "ancient"
  93296. "tournament_event_id" "13"
  93297. "tournament_team_id" "70"
  93298. "tournament_player_id" "65572922"
  93299. }
  93300. "2798"
  93301. {
  93302. "name" "boston2018_signature_mir"
  93303. "item_name" "#StickerKit_boston2018_signature_mir"
  93304. "description_string" "#StickerKit_desc_boston2018_signature_mir"
  93305. "sticker_material" "boston2018/sig_mir"
  93306. "item_rarity" "rare"
  93307. "tournament_event_id" "13"
  93308. "tournament_team_id" "70"
  93309. "tournament_player_id" "40562076"
  93310. }
  93311. "2799"
  93312. {
  93313. "name" "boston2018_signature_mir_foil"
  93314. "item_name" "#StickerKit_boston2018_signature_mir_foil"
  93315. "description_string" "#StickerKit_desc_boston2018_signature_mir_foil"
  93316. "sticker_material" "boston2018/sig_mir_foil"
  93317. "item_rarity" "mythical"
  93318. "tournament_event_id" "13"
  93319. "tournament_team_id" "70"
  93320. "tournament_player_id" "40562076"
  93321. }
  93322. "2800"
  93323. {
  93324. "name" "boston2018_signature_mir_gold"
  93325. "item_name" "#StickerKit_boston2018_signature_mir_gold"
  93326. "description_string" "#StickerKit_desc_boston2018_signature_mir_gold"
  93327. "sticker_material" "boston2018/sig_mir_gold"
  93328. "item_rarity" "ancient"
  93329. "tournament_event_id" "13"
  93330. "tournament_team_id" "70"
  93331. "tournament_player_id" "40562076"
  93332. }
  93333. "2801"
  93334. {
  93335. "name" "boston2018_signature_calyx"
  93336. "item_name" "#StickerKit_boston2018_signature_calyx"
  93337. "description_string" "#StickerKit_desc_boston2018_signature_calyx"
  93338. "sticker_material" "boston2018/sig_calyx"
  93339. "item_rarity" "rare"
  93340. "tournament_event_id" "13"
  93341. "tournament_team_id" "73"
  93342. "tournament_player_id" "92280537"
  93343. }
  93344. "2802"
  93345. {
  93346. "name" "boston2018_signature_calyx_foil"
  93347. "item_name" "#StickerKit_boston2018_signature_calyx_foil"
  93348. "description_string" "#StickerKit_desc_boston2018_signature_calyx_foil"
  93349. "sticker_material" "boston2018/sig_calyx_foil"
  93350. "item_rarity" "mythical"
  93351. "tournament_event_id" "13"
  93352. "tournament_team_id" "73"
  93353. "tournament_player_id" "92280537"
  93354. }
  93355. "2803"
  93356. {
  93357. "name" "boston2018_signature_calyx_gold"
  93358. "item_name" "#StickerKit_boston2018_signature_calyx_gold"
  93359. "description_string" "#StickerKit_desc_boston2018_signature_calyx_gold"
  93360. "sticker_material" "boston2018/sig_calyx_gold"
  93361. "item_rarity" "ancient"
  93362. "tournament_event_id" "13"
  93363. "tournament_team_id" "73"
  93364. "tournament_player_id" "92280537"
  93365. }
  93366. "2804"
  93367. {
  93368. "name" "boston2018_signature_maj3r"
  93369. "item_name" "#StickerKit_boston2018_signature_maj3r"
  93370. "description_string" "#StickerKit_desc_boston2018_signature_maj3r"
  93371. "sticker_material" "boston2018/sig_maj3r"
  93372. "item_rarity" "rare"
  93373. "tournament_event_id" "13"
  93374. "tournament_team_id" "73"
  93375. "tournament_player_id" "7167161"
  93376. }
  93377. "2805"
  93378. {
  93379. "name" "boston2018_signature_maj3r_foil"
  93380. "item_name" "#StickerKit_boston2018_signature_maj3r_foil"
  93381. "description_string" "#StickerKit_desc_boston2018_signature_maj3r_foil"
  93382. "sticker_material" "boston2018/sig_maj3r_foil"
  93383. "item_rarity" "mythical"
  93384. "tournament_event_id" "13"
  93385. "tournament_team_id" "73"
  93386. "tournament_player_id" "7167161"
  93387. }
  93388. "2806"
  93389. {
  93390. "name" "boston2018_signature_maj3r_gold"
  93391. "item_name" "#StickerKit_boston2018_signature_maj3r_gold"
  93392. "description_string" "#StickerKit_desc_boston2018_signature_maj3r_gold"
  93393. "sticker_material" "boston2018/sig_maj3r_gold"
  93394. "item_rarity" "ancient"
  93395. "tournament_event_id" "13"
  93396. "tournament_team_id" "73"
  93397. "tournament_player_id" "7167161"
  93398. }
  93399. "2807"
  93400. {
  93401. "name" "boston2018_signature_ngin"
  93402. "item_name" "#StickerKit_boston2018_signature_ngin"
  93403. "description_string" "#StickerKit_desc_boston2018_signature_ngin"
  93404. "sticker_material" "boston2018/sig_ngin"
  93405. "item_rarity" "rare"
  93406. "tournament_event_id" "13"
  93407. "tournament_team_id" "73"
  93408. "tournament_player_id" "17887362"
  93409. }
  93410. "2808"
  93411. {
  93412. "name" "boston2018_signature_ngin_foil"
  93413. "item_name" "#StickerKit_boston2018_signature_ngin_foil"
  93414. "description_string" "#StickerKit_desc_boston2018_signature_ngin_foil"
  93415. "sticker_material" "boston2018/sig_ngin_foil"
  93416. "item_rarity" "mythical"
  93417. "tournament_event_id" "13"
  93418. "tournament_team_id" "73"
  93419. "tournament_player_id" "17887362"
  93420. }
  93421. "2809"
  93422. {
  93423. "name" "boston2018_signature_ngin_gold"
  93424. "item_name" "#StickerKit_boston2018_signature_ngin_gold"
  93425. "description_string" "#StickerKit_desc_boston2018_signature_ngin_gold"
  93426. "sticker_material" "boston2018/sig_ngin_gold"
  93427. "item_rarity" "ancient"
  93428. "tournament_event_id" "13"
  93429. "tournament_team_id" "73"
  93430. "tournament_player_id" "17887362"
  93431. }
  93432. "2810"
  93433. {
  93434. "name" "boston2018_signature_paz"
  93435. "item_name" "#StickerKit_boston2018_signature_paz"
  93436. "description_string" "#StickerKit_desc_boston2018_signature_paz"
  93437. "sticker_material" "boston2018/sig_paz"
  93438. "item_rarity" "rare"
  93439. "tournament_event_id" "13"
  93440. "tournament_team_id" "73"
  93441. "tournament_player_id" "68524615"
  93442. }
  93443. "2811"
  93444. {
  93445. "name" "boston2018_signature_paz_foil"
  93446. "item_name" "#StickerKit_boston2018_signature_paz_foil"
  93447. "description_string" "#StickerKit_desc_boston2018_signature_paz_foil"
  93448. "sticker_material" "boston2018/sig_paz_foil"
  93449. "item_rarity" "mythical"
  93450. "tournament_event_id" "13"
  93451. "tournament_team_id" "73"
  93452. "tournament_player_id" "68524615"
  93453. }
  93454. "2812"
  93455. {
  93456. "name" "boston2018_signature_paz_gold"
  93457. "item_name" "#StickerKit_boston2018_signature_paz_gold"
  93458. "description_string" "#StickerKit_desc_boston2018_signature_paz_gold"
  93459. "sticker_material" "boston2018/sig_paz_gold"
  93460. "item_rarity" "ancient"
  93461. "tournament_event_id" "13"
  93462. "tournament_team_id" "73"
  93463. "tournament_player_id" "68524615"
  93464. }
  93465. "2813"
  93466. {
  93467. "name" "boston2018_signature_xantares"
  93468. "item_name" "#StickerKit_boston2018_signature_xantares"
  93469. "description_string" "#StickerKit_desc_boston2018_signature_xantares"
  93470. "sticker_material" "boston2018/sig_xantares"
  93471. "item_rarity" "rare"
  93472. "tournament_event_id" "13"
  93473. "tournament_team_id" "73"
  93474. "tournament_player_id" "83853068"
  93475. }
  93476. "2814"
  93477. {
  93478. "name" "boston2018_signature_xantares_foil"
  93479. "item_name" "#StickerKit_boston2018_signature_xantares_foil"
  93480. "description_string" "#StickerKit_desc_boston2018_signature_xantares_foil"
  93481. "sticker_material" "boston2018/sig_xantares_foil"
  93482. "item_rarity" "mythical"
  93483. "tournament_event_id" "13"
  93484. "tournament_team_id" "73"
  93485. "tournament_player_id" "83853068"
  93486. }
  93487. "2815"
  93488. {
  93489. "name" "boston2018_signature_xantares_gold"
  93490. "item_name" "#StickerKit_boston2018_signature_xantares_gold"
  93491. "description_string" "#StickerKit_desc_boston2018_signature_xantares_gold"
  93492. "sticker_material" "boston2018/sig_xantares_gold"
  93493. "item_rarity" "ancient"
  93494. "tournament_event_id" "13"
  93495. "tournament_team_id" "73"
  93496. "tournament_player_id" "83853068"
  93497. }
  93498. "2816"
  93499. {
  93500. "name" "boston2018_signature_elige"
  93501. "item_name" "#StickerKit_boston2018_signature_elige"
  93502. "description_string" "#StickerKit_desc_boston2018_signature_elige"
  93503. "sticker_material" "boston2018/sig_elige"
  93504. "item_rarity" "rare"
  93505. "tournament_event_id" "13"
  93506. "tournament_team_id" "48"
  93507. "tournament_player_id" "106428011"
  93508. }
  93509. "2817"
  93510. {
  93511. "name" "boston2018_signature_elige_foil"
  93512. "item_name" "#StickerKit_boston2018_signature_elige_foil"
  93513. "description_string" "#StickerKit_desc_boston2018_signature_elige_foil"
  93514. "sticker_material" "boston2018/sig_elige_foil"
  93515. "item_rarity" "mythical"
  93516. "tournament_event_id" "13"
  93517. "tournament_team_id" "48"
  93518. "tournament_player_id" "106428011"
  93519. }
  93520. "2818"
  93521. {
  93522. "name" "boston2018_signature_elige_gold"
  93523. "item_name" "#StickerKit_boston2018_signature_elige_gold"
  93524. "description_string" "#StickerKit_desc_boston2018_signature_elige_gold"
  93525. "sticker_material" "boston2018/sig_elige_gold"
  93526. "item_rarity" "ancient"
  93527. "tournament_event_id" "13"
  93528. "tournament_team_id" "48"
  93529. "tournament_player_id" "106428011"
  93530. }
  93531. "2819"
  93532. {
  93533. "name" "boston2018_signature_jdm64"
  93534. "item_name" "#StickerKit_boston2018_signature_jdm64"
  93535. "description_string" "#StickerKit_desc_boston2018_signature_jdm64"
  93536. "sticker_material" "boston2018/sig_jdm64"
  93537. "item_rarity" "rare"
  93538. "tournament_event_id" "13"
  93539. "tournament_team_id" "48"
  93540. "tournament_player_id" "7223652"
  93541. }
  93542. "2820"
  93543. {
  93544. "name" "boston2018_signature_jdm64_foil"
  93545. "item_name" "#StickerKit_boston2018_signature_jdm64_foil"
  93546. "description_string" "#StickerKit_desc_boston2018_signature_jdm64_foil"
  93547. "sticker_material" "boston2018/sig_jdm64_foil"
  93548. "item_rarity" "mythical"
  93549. "tournament_event_id" "13"
  93550. "tournament_team_id" "48"
  93551. "tournament_player_id" "7223652"
  93552. }
  93553. "2821"
  93554. {
  93555. "name" "boston2018_signature_jdm64_gold"
  93556. "item_name" "#StickerKit_boston2018_signature_jdm64_gold"
  93557. "description_string" "#StickerKit_desc_boston2018_signature_jdm64_gold"
  93558. "sticker_material" "boston2018/sig_jdm64_gold"
  93559. "item_rarity" "ancient"
  93560. "tournament_event_id" "13"
  93561. "tournament_team_id" "48"
  93562. "tournament_player_id" "7223652"
  93563. }
  93564. "2822"
  93565. {
  93566. "name" "boston2018_signature_nitro"
  93567. "item_name" "#StickerKit_boston2018_signature_nitro"
  93568. "description_string" "#StickerKit_desc_boston2018_signature_nitro"
  93569. "sticker_material" "boston2018/sig_nitro"
  93570. "item_rarity" "rare"
  93571. "tournament_event_id" "13"
  93572. "tournament_team_id" "48"
  93573. "tournament_player_id" "35624002"
  93574. }
  93575. "2823"
  93576. {
  93577. "name" "boston2018_signature_nitro_foil"
  93578. "item_name" "#StickerKit_boston2018_signature_nitro_foil"
  93579. "description_string" "#StickerKit_desc_boston2018_signature_nitro_foil"
  93580. "sticker_material" "boston2018/sig_nitro_foil"
  93581. "item_rarity" "mythical"
  93582. "tournament_event_id" "13"
  93583. "tournament_team_id" "48"
  93584. "tournament_player_id" "35624002"
  93585. }
  93586. "2824"
  93587. {
  93588. "name" "boston2018_signature_nitro_gold"
  93589. "item_name" "#StickerKit_boston2018_signature_nitro_gold"
  93590. "description_string" "#StickerKit_desc_boston2018_signature_nitro_gold"
  93591. "sticker_material" "boston2018/sig_nitro_gold"
  93592. "item_rarity" "ancient"
  93593. "tournament_event_id" "13"
  93594. "tournament_team_id" "48"
  93595. "tournament_player_id" "35624002"
  93596. }
  93597. "2825"
  93598. {
  93599. "name" "boston2018_signature_stanislaw"
  93600. "item_name" "#StickerKit_boston2018_signature_stanislaw"
  93601. "description_string" "#StickerKit_desc_boston2018_signature_stanislaw"
  93602. "sticker_material" "boston2018/sig_stanislaw"
  93603. "item_rarity" "rare"
  93604. "tournament_event_id" "13"
  93605. "tournament_team_id" "48"
  93606. "tournament_player_id" "21583315"
  93607. }
  93608. "2826"
  93609. {
  93610. "name" "boston2018_signature_stanislaw_foil"
  93611. "item_name" "#StickerKit_boston2018_signature_stanislaw_foil"
  93612. "description_string" "#StickerKit_desc_boston2018_signature_stanislaw_foil"
  93613. "sticker_material" "boston2018/sig_stanislaw_foil"
  93614. "item_rarity" "mythical"
  93615. "tournament_event_id" "13"
  93616. "tournament_team_id" "48"
  93617. "tournament_player_id" "21583315"
  93618. }
  93619. "2827"
  93620. {
  93621. "name" "boston2018_signature_stanislaw_gold"
  93622. "item_name" "#StickerKit_boston2018_signature_stanislaw_gold"
  93623. "description_string" "#StickerKit_desc_boston2018_signature_stanislaw_gold"
  93624. "sticker_material" "boston2018/sig_stanislaw_gold"
  93625. "item_rarity" "ancient"
  93626. "tournament_event_id" "13"
  93627. "tournament_team_id" "48"
  93628. "tournament_player_id" "21583315"
  93629. }
  93630. "2828"
  93631. {
  93632. "name" "boston2018_signature_twistzz"
  93633. "item_name" "#StickerKit_boston2018_signature_twistzz"
  93634. "description_string" "#StickerKit_desc_boston2018_signature_twistzz"
  93635. "sticker_material" "boston2018/sig_twistzz"
  93636. "item_rarity" "rare"
  93637. "tournament_event_id" "13"
  93638. "tournament_team_id" "48"
  93639. "tournament_player_id" "55989477"
  93640. }
  93641. "2829"
  93642. {
  93643. "name" "boston2018_signature_twistzz_foil"
  93644. "item_name" "#StickerKit_boston2018_signature_twistzz_foil"
  93645. "description_string" "#StickerKit_desc_boston2018_signature_twistzz_foil"
  93646. "sticker_material" "boston2018/sig_twistzz_foil"
  93647. "item_rarity" "mythical"
  93648. "tournament_event_id" "13"
  93649. "tournament_team_id" "48"
  93650. "tournament_player_id" "55989477"
  93651. }
  93652. "2830"
  93653. {
  93654. "name" "boston2018_signature_twistzz_gold"
  93655. "item_name" "#StickerKit_boston2018_signature_twistzz_gold"
  93656. "description_string" "#StickerKit_desc_boston2018_signature_twistzz_gold"
  93657. "sticker_material" "boston2018/sig_twistzz_gold"
  93658. "item_rarity" "ancient"
  93659. "tournament_event_id" "13"
  93660. "tournament_team_id" "48"
  93661. "tournament_player_id" "55989477"
  93662. }
  93663. "2831"
  93664. {
  93665. "name" "boston2018_signature_buster"
  93666. "item_name" "#StickerKit_boston2018_signature_buster"
  93667. "description_string" "#StickerKit_desc_boston2018_signature_buster"
  93668. "sticker_material" "boston2018/sig_buster"
  93669. "item_rarity" "rare"
  93670. "tournament_event_id" "13"
  93671. "tournament_team_id" "75"
  93672. "tournament_player_id" "212936195"
  93673. }
  93674. "2832"
  93675. {
  93676. "name" "boston2018_signature_buster_foil"
  93677. "item_name" "#StickerKit_boston2018_signature_buster_foil"
  93678. "description_string" "#StickerKit_desc_boston2018_signature_buster_foil"
  93679. "sticker_material" "boston2018/sig_buster_foil"
  93680. "item_rarity" "mythical"
  93681. "tournament_event_id" "13"
  93682. "tournament_team_id" "75"
  93683. "tournament_player_id" "212936195"
  93684. }
  93685. "2833"
  93686. {
  93687. "name" "boston2018_signature_buster_gold"
  93688. "item_name" "#StickerKit_boston2018_signature_buster_gold"
  93689. "description_string" "#StickerKit_desc_boston2018_signature_buster_gold"
  93690. "sticker_material" "boston2018/sig_buster_gold"
  93691. "item_rarity" "ancient"
  93692. "tournament_event_id" "13"
  93693. "tournament_team_id" "75"
  93694. "tournament_player_id" "212936195"
  93695. }
  93696. "2834"
  93697. {
  93698. "name" "boston2018_signature_dimasick"
  93699. "item_name" "#StickerKit_boston2018_signature_dimasick"
  93700. "description_string" "#StickerKit_desc_boston2018_signature_dimasick"
  93701. "sticker_material" "boston2018/sig_dimasick"
  93702. "item_rarity" "rare"
  93703. "tournament_event_id" "13"
  93704. "tournament_team_id" "75"
  93705. "tournament_player_id" "825268"
  93706. }
  93707. "2835"
  93708. {
  93709. "name" "boston2018_signature_dimasick_foil"
  93710. "item_name" "#StickerKit_boston2018_signature_dimasick_foil"
  93711. "description_string" "#StickerKit_desc_boston2018_signature_dimasick_foil"
  93712. "sticker_material" "boston2018/sig_dimasick_foil"
  93713. "item_rarity" "mythical"
  93714. "tournament_event_id" "13"
  93715. "tournament_team_id" "75"
  93716. "tournament_player_id" "825268"
  93717. }
  93718. "2836"
  93719. {
  93720. "name" "boston2018_signature_dimasick_gold"
  93721. "item_name" "#StickerKit_boston2018_signature_dimasick_gold"
  93722. "description_string" "#StickerKit_desc_boston2018_signature_dimasick_gold"
  93723. "sticker_material" "boston2018/sig_dimasick_gold"
  93724. "item_rarity" "ancient"
  93725. "tournament_event_id" "13"
  93726. "tournament_team_id" "75"
  93727. "tournament_player_id" "825268"
  93728. }
  93729. "2837"
  93730. {
  93731. "name" "boston2018_signature_jame"
  93732. "item_name" "#StickerKit_boston2018_signature_jame"
  93733. "description_string" "#StickerKit_desc_boston2018_signature_jame"
  93734. "sticker_material" "boston2018/sig_jame"
  93735. "item_rarity" "rare"
  93736. "tournament_event_id" "13"
  93737. "tournament_team_id" "75"
  93738. "tournament_player_id" "75859856"
  93739. }
  93740. "2838"
  93741. {
  93742. "name" "boston2018_signature_jame_foil"
  93743. "item_name" "#StickerKit_boston2018_signature_jame_foil"
  93744. "description_string" "#StickerKit_desc_boston2018_signature_jame_foil"
  93745. "sticker_material" "boston2018/sig_jame_foil"
  93746. "item_rarity" "mythical"
  93747. "tournament_event_id" "13"
  93748. "tournament_team_id" "75"
  93749. "tournament_player_id" "75859856"
  93750. }
  93751. "2839"
  93752. {
  93753. "name" "boston2018_signature_jame_gold"
  93754. "item_name" "#StickerKit_boston2018_signature_jame_gold"
  93755. "description_string" "#StickerKit_desc_boston2018_signature_jame_gold"
  93756. "sticker_material" "boston2018/sig_jame_gold"
  93757. "item_rarity" "ancient"
  93758. "tournament_event_id" "13"
  93759. "tournament_team_id" "75"
  93760. "tournament_player_id" "75859856"
  93761. }
  93762. "2840"
  93763. {
  93764. "name" "boston2018_signature_krizzen"
  93765. "item_name" "#StickerKit_boston2018_signature_krizzen"
  93766. "description_string" "#StickerKit_desc_boston2018_signature_krizzen"
  93767. "sticker_material" "boston2018/sig_krizzen"
  93768. "item_rarity" "rare"
  93769. "tournament_event_id" "13"
  93770. "tournament_team_id" "75"
  93771. "tournament_player_id" "107672171"
  93772. }
  93773. "2841"
  93774. {
  93775. "name" "boston2018_signature_krizzen_foil"
  93776. "item_name" "#StickerKit_boston2018_signature_krizzen_foil"
  93777. "description_string" "#StickerKit_desc_boston2018_signature_krizzen_foil"
  93778. "sticker_material" "boston2018/sig_krizzen_foil"
  93779. "item_rarity" "mythical"
  93780. "tournament_event_id" "13"
  93781. "tournament_team_id" "75"
  93782. "tournament_player_id" "107672171"
  93783. }
  93784. "2842"
  93785. {
  93786. "name" "boston2018_signature_krizzen_gold"
  93787. "item_name" "#StickerKit_boston2018_signature_krizzen_gold"
  93788. "description_string" "#StickerKit_desc_boston2018_signature_krizzen_gold"
  93789. "sticker_material" "boston2018/sig_krizzen_gold"
  93790. "item_rarity" "ancient"
  93791. "tournament_event_id" "13"
  93792. "tournament_team_id" "75"
  93793. "tournament_player_id" "107672171"
  93794. }
  93795. "2843"
  93796. {
  93797. "name" "boston2018_signature_qikert"
  93798. "item_name" "#StickerKit_boston2018_signature_qikert"
  93799. "description_string" "#StickerKit_desc_boston2018_signature_qikert"
  93800. "sticker_material" "boston2018/sig_qikert"
  93801. "item_rarity" "rare"
  93802. "tournament_event_id" "13"
  93803. "tournament_team_id" "75"
  93804. "tournament_player_id" "166970562"
  93805. }
  93806. "2844"
  93807. {
  93808. "name" "boston2018_signature_qikert_foil"
  93809. "item_name" "#StickerKit_boston2018_signature_qikert_foil"
  93810. "description_string" "#StickerKit_desc_boston2018_signature_qikert_foil"
  93811. "sticker_material" "boston2018/sig_qikert_foil"
  93812. "item_rarity" "mythical"
  93813. "tournament_event_id" "13"
  93814. "tournament_team_id" "75"
  93815. "tournament_player_id" "166970562"
  93816. }
  93817. "2845"
  93818. {
  93819. "name" "boston2018_signature_qikert_gold"
  93820. "item_name" "#StickerKit_boston2018_signature_qikert_gold"
  93821. "description_string" "#StickerKit_desc_boston2018_signature_qikert_gold"
  93822. "sticker_material" "boston2018/sig_qikert_gold"
  93823. "item_rarity" "ancient"
  93824. "tournament_event_id" "13"
  93825. "tournament_team_id" "75"
  93826. "tournament_player_id" "166970562"
  93827. }
  93828. "2846"
  93829. {
  93830. "name" "boston2018_signature_azr"
  93831. "item_name" "#StickerKit_boston2018_signature_azr"
  93832. "description_string" "#StickerKit_desc_boston2018_signature_azr"
  93833. "sticker_material" "boston2018/sig_azr"
  93834. "item_rarity" "rare"
  93835. "tournament_event_id" "13"
  93836. "tournament_team_id" "53"
  93837. "tournament_player_id" "24832266"
  93838. }
  93839. "2847"
  93840. {
  93841. "name" "boston2018_signature_azr_foil"
  93842. "item_name" "#StickerKit_boston2018_signature_azr_foil"
  93843. "description_string" "#StickerKit_desc_boston2018_signature_azr_foil"
  93844. "sticker_material" "boston2018/sig_azr_foil"
  93845. "item_rarity" "mythical"
  93846. "tournament_event_id" "13"
  93847. "tournament_team_id" "53"
  93848. "tournament_player_id" "24832266"
  93849. }
  93850. "2848"
  93851. {
  93852. "name" "boston2018_signature_azr_gold"
  93853. "item_name" "#StickerKit_boston2018_signature_azr_gold"
  93854. "description_string" "#StickerKit_desc_boston2018_signature_azr_gold"
  93855. "sticker_material" "boston2018/sig_azr_gold"
  93856. "item_rarity" "ancient"
  93857. "tournament_event_id" "13"
  93858. "tournament_team_id" "53"
  93859. "tournament_player_id" "24832266"
  93860. }
  93861. "2849"
  93862. {
  93863. "name" "boston2018_signature_jks"
  93864. "item_name" "#StickerKit_boston2018_signature_jks"
  93865. "description_string" "#StickerKit_desc_boston2018_signature_jks"
  93866. "sticker_material" "boston2018/sig_jks"
  93867. "item_rarity" "rare"
  93868. "tournament_event_id" "13"
  93869. "tournament_team_id" "53"
  93870. "tournament_player_id" "16839456"
  93871. }
  93872. "2850"
  93873. {
  93874. "name" "boston2018_signature_jks_foil"
  93875. "item_name" "#StickerKit_boston2018_signature_jks_foil"
  93876. "description_string" "#StickerKit_desc_boston2018_signature_jks_foil"
  93877. "sticker_material" "boston2018/sig_jks_foil"
  93878. "item_rarity" "mythical"
  93879. "tournament_event_id" "13"
  93880. "tournament_team_id" "53"
  93881. "tournament_player_id" "16839456"
  93882. }
  93883. "2851"
  93884. {
  93885. "name" "boston2018_signature_jks_gold"
  93886. "item_name" "#StickerKit_boston2018_signature_jks_gold"
  93887. "description_string" "#StickerKit_desc_boston2018_signature_jks_gold"
  93888. "sticker_material" "boston2018/sig_jks_gold"
  93889. "item_rarity" "ancient"
  93890. "tournament_event_id" "13"
  93891. "tournament_team_id" "53"
  93892. "tournament_player_id" "16839456"
  93893. }
  93894. "2852"
  93895. {
  93896. "name" "boston2018_signature_naf"
  93897. "item_name" "#StickerKit_boston2018_signature_naf"
  93898. "description_string" "#StickerKit_desc_boston2018_signature_naf"
  93899. "sticker_material" "boston2018/sig_naf"
  93900. "item_rarity" "rare"
  93901. "tournament_event_id" "13"
  93902. "tournament_team_id" "53"
  93903. "tournament_player_id" "40885967"
  93904. }
  93905. "2853"
  93906. {
  93907. "name" "boston2018_signature_naf_foil"
  93908. "item_name" "#StickerKit_boston2018_signature_naf_foil"
  93909. "description_string" "#StickerKit_desc_boston2018_signature_naf_foil"
  93910. "sticker_material" "boston2018/sig_naf_foil"
  93911. "item_rarity" "mythical"
  93912. "tournament_event_id" "13"
  93913. "tournament_team_id" "53"
  93914. "tournament_player_id" "40885967"
  93915. }
  93916. "2854"
  93917. {
  93918. "name" "boston2018_signature_naf_gold"
  93919. "item_name" "#StickerKit_boston2018_signature_naf_gold"
  93920. "description_string" "#StickerKit_desc_boston2018_signature_naf_gold"
  93921. "sticker_material" "boston2018/sig_naf_gold"
  93922. "item_rarity" "ancient"
  93923. "tournament_event_id" "13"
  93924. "tournament_team_id" "53"
  93925. "tournament_player_id" "40885967"
  93926. }
  93927. "2855"
  93928. {
  93929. "name" "boston2018_signature_nifty"
  93930. "item_name" "#StickerKit_boston2018_signature_nifty"
  93931. "description_string" "#StickerKit_desc_boston2018_signature_nifty"
  93932. "sticker_material" "boston2018/sig_nifty"
  93933. "item_rarity" "rare"
  93934. "tournament_event_id" "13"
  93935. "tournament_team_id" "53"
  93936. "tournament_player_id" "163358521"
  93937. }
  93938. "2856"
  93939. {
  93940. "name" "boston2018_signature_nifty_foil"
  93941. "item_name" "#StickerKit_boston2018_signature_nifty_foil"
  93942. "description_string" "#StickerKit_desc_boston2018_signature_nifty_foil"
  93943. "sticker_material" "boston2018/sig_nifty_foil"
  93944. "item_rarity" "mythical"
  93945. "tournament_event_id" "13"
  93946. "tournament_team_id" "53"
  93947. "tournament_player_id" "163358521"
  93948. }
  93949. "2857"
  93950. {
  93951. "name" "boston2018_signature_nifty_gold"
  93952. "item_name" "#StickerKit_boston2018_signature_nifty_gold"
  93953. "description_string" "#StickerKit_desc_boston2018_signature_nifty_gold"
  93954. "sticker_material" "boston2018/sig_nifty_gold"
  93955. "item_rarity" "ancient"
  93956. "tournament_event_id" "13"
  93957. "tournament_team_id" "53"
  93958. "tournament_player_id" "163358521"
  93959. }
  93960. "2858"
  93961. {
  93962. "name" "boston2018_signature_ustilo"
  93963. "item_name" "#StickerKit_boston2018_signature_ustilo"
  93964. "description_string" "#StickerKit_desc_boston2018_signature_ustilo"
  93965. "sticker_material" "boston2018/sig_ustilo"
  93966. "item_rarity" "rare"
  93967. "tournament_event_id" "13"
  93968. "tournament_team_id" "53"
  93969. "tournament_player_id" "18903255"
  93970. }
  93971. "2859"
  93972. {
  93973. "name" "boston2018_signature_ustilo_foil"
  93974. "item_name" "#StickerKit_boston2018_signature_ustilo_foil"
  93975. "description_string" "#StickerKit_desc_boston2018_signature_ustilo_foil"
  93976. "sticker_material" "boston2018/sig_ustilo_foil"
  93977. "item_rarity" "mythical"
  93978. "tournament_event_id" "13"
  93979. "tournament_team_id" "53"
  93980. "tournament_player_id" "18903255"
  93981. }
  93982. "2860"
  93983. {
  93984. "name" "boston2018_signature_ustilo_gold"
  93985. "item_name" "#StickerKit_boston2018_signature_ustilo_gold"
  93986. "description_string" "#StickerKit_desc_boston2018_signature_ustilo_gold"
  93987. "sticker_material" "boston2018/sig_ustilo_gold"
  93988. "item_rarity" "ancient"
  93989. "tournament_event_id" "13"
  93990. "tournament_team_id" "53"
  93991. "tournament_player_id" "18903255"
  93992. }
  93993. "2861"
  93994. {
  93995. "name" "boston2018_signature_happy"
  93996. "item_name" "#StickerKit_boston2018_signature_happy"
  93997. "description_string" "#StickerKit_desc_boston2018_signature_happy"
  93998. "sticker_material" "boston2018/sig_happy"
  93999. "item_rarity" "rare"
  94000. "tournament_event_id" "13"
  94001. "tournament_team_id" "46"
  94002. "tournament_player_id" "17975624"
  94003. }
  94004. "2862"
  94005. {
  94006. "name" "boston2018_signature_happy_foil"
  94007. "item_name" "#StickerKit_boston2018_signature_happy_foil"
  94008. "description_string" "#StickerKit_desc_boston2018_signature_happy_foil"
  94009. "sticker_material" "boston2018/sig_happy_foil"
  94010. "item_rarity" "mythical"
  94011. "tournament_event_id" "13"
  94012. "tournament_team_id" "46"
  94013. "tournament_player_id" "17975624"
  94014. }
  94015. "2863"
  94016. {
  94017. "name" "boston2018_signature_happy_gold"
  94018. "item_name" "#StickerKit_boston2018_signature_happy_gold"
  94019. "description_string" "#StickerKit_desc_boston2018_signature_happy_gold"
  94020. "sticker_material" "boston2018/sig_happy_gold"
  94021. "item_rarity" "ancient"
  94022. "tournament_event_id" "13"
  94023. "tournament_team_id" "46"
  94024. "tournament_player_id" "17975624"
  94025. }
  94026. "2864"
  94027. {
  94028. "name" "boston2018_signature_rpk"
  94029. "item_name" "#StickerKit_boston2018_signature_rpk"
  94030. "description_string" "#StickerKit_desc_boston2018_signature_rpk"
  94031. "sticker_material" "boston2018/sig_rpk"
  94032. "item_rarity" "rare"
  94033. "tournament_event_id" "13"
  94034. "tournament_team_id" "46"
  94035. "tournament_player_id" "53985773"
  94036. }
  94037. "2865"
  94038. {
  94039. "name" "boston2018_signature_rpk_foil"
  94040. "item_name" "#StickerKit_boston2018_signature_rpk_foil"
  94041. "description_string" "#StickerKit_desc_boston2018_signature_rpk_foil"
  94042. "sticker_material" "boston2018/sig_rpk_foil"
  94043. "item_rarity" "mythical"
  94044. "tournament_event_id" "13"
  94045. "tournament_team_id" "46"
  94046. "tournament_player_id" "53985773"
  94047. }
  94048. "2866"
  94049. {
  94050. "name" "boston2018_signature_rpk_gold"
  94051. "item_name" "#StickerKit_boston2018_signature_rpk_gold"
  94052. "description_string" "#StickerKit_desc_boston2018_signature_rpk_gold"
  94053. "sticker_material" "boston2018/sig_rpk_gold"
  94054. "item_rarity" "ancient"
  94055. "tournament_event_id" "13"
  94056. "tournament_team_id" "46"
  94057. "tournament_player_id" "53985773"
  94058. }
  94059. "2867"
  94060. {
  94061. "name" "boston2018_signature_scream"
  94062. "item_name" "#StickerKit_boston2018_signature_scream"
  94063. "description_string" "#StickerKit_desc_boston2018_signature_scream"
  94064. "sticker_material" "boston2018/sig_scream"
  94065. "item_rarity" "rare"
  94066. "tournament_event_id" "13"
  94067. "tournament_team_id" "46"
  94068. "tournament_player_id" "28502520"
  94069. }
  94070. "2868"
  94071. {
  94072. "name" "boston2018_signature_scream_foil"
  94073. "item_name" "#StickerKit_boston2018_signature_scream_foil"
  94074. "description_string" "#StickerKit_desc_boston2018_signature_scream_foil"
  94075. "sticker_material" "boston2018/sig_scream_foil"
  94076. "item_rarity" "mythical"
  94077. "tournament_event_id" "13"
  94078. "tournament_team_id" "46"
  94079. "tournament_player_id" "28502520"
  94080. }
  94081. "2869"
  94082. {
  94083. "name" "boston2018_signature_scream_gold"
  94084. "item_name" "#StickerKit_boston2018_signature_scream_gold"
  94085. "description_string" "#StickerKit_desc_boston2018_signature_scream_gold"
  94086. "sticker_material" "boston2018/sig_scream_gold"
  94087. "item_rarity" "ancient"
  94088. "tournament_event_id" "13"
  94089. "tournament_team_id" "46"
  94090. "tournament_player_id" "28502520"
  94091. }
  94092. "2870"
  94093. {
  94094. "name" "boston2018_signature_sixer"
  94095. "item_name" "#StickerKit_boston2018_signature_sixer"
  94096. "description_string" "#StickerKit_desc_boston2018_signature_sixer"
  94097. "sticker_material" "boston2018/sig_sixer"
  94098. "item_rarity" "rare"
  94099. "tournament_event_id" "13"
  94100. "tournament_team_id" "46"
  94101. "tournament_player_id" "3429256"
  94102. }
  94103. "2871"
  94104. {
  94105. "name" "boston2018_signature_sixer_foil"
  94106. "item_name" "#StickerKit_boston2018_signature_sixer_foil"
  94107. "description_string" "#StickerKit_desc_boston2018_signature_sixer_foil"
  94108. "sticker_material" "boston2018/sig_sixer_foil"
  94109. "item_rarity" "mythical"
  94110. "tournament_event_id" "13"
  94111. "tournament_team_id" "46"
  94112. "tournament_player_id" "3429256"
  94113. }
  94114. "2872"
  94115. {
  94116. "name" "boston2018_signature_sixer_gold"
  94117. "item_name" "#StickerKit_boston2018_signature_sixer_gold"
  94118. "description_string" "#StickerKit_desc_boston2018_signature_sixer_gold"
  94119. "sticker_material" "boston2018/sig_sixer_gold"
  94120. "item_rarity" "ancient"
  94121. "tournament_event_id" "13"
  94122. "tournament_team_id" "46"
  94123. "tournament_player_id" "3429256"
  94124. }
  94125. "2873"
  94126. {
  94127. "name" "boston2018_signature_xms"
  94128. "item_name" "#StickerKit_boston2018_signature_xms"
  94129. "description_string" "#StickerKit_desc_boston2018_signature_xms"
  94130. "sticker_material" "boston2018/sig_xms"
  94131. "item_rarity" "rare"
  94132. "tournament_event_id" "13"
  94133. "tournament_team_id" "46"
  94134. "tournament_player_id" "38509481"
  94135. }
  94136. "2874"
  94137. {
  94138. "name" "boston2018_signature_xms_foil"
  94139. "item_name" "#StickerKit_boston2018_signature_xms_foil"
  94140. "description_string" "#StickerKit_desc_boston2018_signature_xms_foil"
  94141. "sticker_material" "boston2018/sig_xms_foil"
  94142. "item_rarity" "mythical"
  94143. "tournament_event_id" "13"
  94144. "tournament_team_id" "46"
  94145. "tournament_player_id" "38509481"
  94146. }
  94147. "2875"
  94148. {
  94149. "name" "boston2018_signature_xms_gold"
  94150. "item_name" "#StickerKit_boston2018_signature_xms_gold"
  94151. "description_string" "#StickerKit_desc_boston2018_signature_xms_gold"
  94152. "sticker_material" "boston2018/sig_xms_gold"
  94153. "item_rarity" "ancient"
  94154. "tournament_event_id" "13"
  94155. "tournament_team_id" "46"
  94156. "tournament_player_id" "38509481"
  94157. }
  94158. "2876"
  94159. {
  94160. "name" "boston2018_signature_amanek"
  94161. "item_name" "#StickerKit_boston2018_signature_amanek"
  94162. "description_string" "#StickerKit_desc_boston2018_signature_amanek"
  94163. "sticker_material" "boston2018/sig_amanek"
  94164. "item_rarity" "rare"
  94165. "tournament_event_id" "13"
  94166. "tournament_team_id" "77"
  94167. "tournament_player_id" "108679223"
  94168. }
  94169. "2877"
  94170. {
  94171. "name" "boston2018_signature_amanek_foil"
  94172. "item_name" "#StickerKit_boston2018_signature_amanek_foil"
  94173. "description_string" "#StickerKit_desc_boston2018_signature_amanek_foil"
  94174. "sticker_material" "boston2018/sig_amanek_foil"
  94175. "item_rarity" "mythical"
  94176. "tournament_event_id" "13"
  94177. "tournament_team_id" "77"
  94178. "tournament_player_id" "108679223"
  94179. }
  94180. "2878"
  94181. {
  94182. "name" "boston2018_signature_amanek_gold"
  94183. "item_name" "#StickerKit_boston2018_signature_amanek_gold"
  94184. "description_string" "#StickerKit_desc_boston2018_signature_amanek_gold"
  94185. "sticker_material" "boston2018/sig_amanek_gold"
  94186. "item_rarity" "ancient"
  94187. "tournament_event_id" "13"
  94188. "tournament_team_id" "77"
  94189. "tournament_player_id" "108679223"
  94190. }
  94191. "2879"
  94192. {
  94193. "name" "boston2018_signature_devoduvek"
  94194. "item_name" "#StickerKit_boston2018_signature_devoduvek"
  94195. "description_string" "#StickerKit_desc_boston2018_signature_devoduvek"
  94196. "sticker_material" "boston2018/sig_devoduvek"
  94197. "item_rarity" "rare"
  94198. "tournament_event_id" "13"
  94199. "tournament_team_id" "77"
  94200. "tournament_player_id" "116664993"
  94201. }
  94202. "2880"
  94203. {
  94204. "name" "boston2018_signature_devoduvek_foil"
  94205. "item_name" "#StickerKit_boston2018_signature_devoduvek_foil"
  94206. "description_string" "#StickerKit_desc_boston2018_signature_devoduvek_foil"
  94207. "sticker_material" "boston2018/sig_devoduvek_foil"
  94208. "item_rarity" "mythical"
  94209. "tournament_event_id" "13"
  94210. "tournament_team_id" "77"
  94211. "tournament_player_id" "116664993"
  94212. }
  94213. "2881"
  94214. {
  94215. "name" "boston2018_signature_devoduvek_gold"
  94216. "item_name" "#StickerKit_boston2018_signature_devoduvek_gold"
  94217. "description_string" "#StickerKit_desc_boston2018_signature_devoduvek_gold"
  94218. "sticker_material" "boston2018/sig_devoduvek_gold"
  94219. "item_rarity" "ancient"
  94220. "tournament_event_id" "13"
  94221. "tournament_team_id" "77"
  94222. "tournament_player_id" "116664993"
  94223. }
  94224. "2882"
  94225. {
  94226. "name" "boston2018_signature_sgares"
  94227. "item_name" "#StickerKit_boston2018_signature_sgares"
  94228. "description_string" "#StickerKit_desc_boston2018_signature_sgares"
  94229. "sticker_material" "boston2018/sig_sgares"
  94230. "item_rarity" "rare"
  94231. "tournament_event_id" "13"
  94232. "tournament_team_id" "77"
  94233. "tournament_player_id" "164004"
  94234. }
  94235. "2883"
  94236. {
  94237. "name" "boston2018_signature_sgares_foil"
  94238. "item_name" "#StickerKit_boston2018_signature_sgares_foil"
  94239. "description_string" "#StickerKit_desc_boston2018_signature_sgares_foil"
  94240. "sticker_material" "boston2018/sig_sgares_foil"
  94241. "item_rarity" "mythical"
  94242. "tournament_event_id" "13"
  94243. "tournament_team_id" "77"
  94244. "tournament_player_id" "164004"
  94245. }
  94246. "2884"
  94247. {
  94248. "name" "boston2018_signature_sgares_gold"
  94249. "item_name" "#StickerKit_boston2018_signature_sgares_gold"
  94250. "description_string" "#StickerKit_desc_boston2018_signature_sgares_gold"
  94251. "sticker_material" "boston2018/sig_sgares_gold"
  94252. "item_rarity" "ancient"
  94253. "tournament_event_id" "13"
  94254. "tournament_team_id" "77"
  94255. "tournament_player_id" "164004"
  94256. }
  94257. "2885"
  94258. {
  94259. "name" "boston2018_signature_shahzam"
  94260. "item_name" "#StickerKit_boston2018_signature_shahzam"
  94261. "description_string" "#StickerKit_desc_boston2018_signature_shahzam"
  94262. "sticker_material" "boston2018/sig_shahzam"
  94263. "item_rarity" "rare"
  94264. "tournament_event_id" "13"
  94265. "tournament_team_id" "77"
  94266. "tournament_player_id" "86003016"
  94267. }
  94268. "2886"
  94269. {
  94270. "name" "boston2018_signature_shahzam_foil"
  94271. "item_name" "#StickerKit_boston2018_signature_shahzam_foil"
  94272. "description_string" "#StickerKit_desc_boston2018_signature_shahzam_foil"
  94273. "sticker_material" "boston2018/sig_shahzam_foil"
  94274. "item_rarity" "mythical"
  94275. "tournament_event_id" "13"
  94276. "tournament_team_id" "77"
  94277. "tournament_player_id" "86003016"
  94278. }
  94279. "2887"
  94280. {
  94281. "name" "boston2018_signature_shahzam_gold"
  94282. "item_name" "#StickerKit_boston2018_signature_shahzam_gold"
  94283. "description_string" "#StickerKit_desc_boston2018_signature_shahzam_gold"
  94284. "sticker_material" "boston2018/sig_shahzam_gold"
  94285. "item_rarity" "ancient"
  94286. "tournament_event_id" "13"
  94287. "tournament_team_id" "77"
  94288. "tournament_player_id" "86003016"
  94289. }
  94290. "2888"
  94291. {
  94292. "name" "boston2018_signature_sick"
  94293. "item_name" "#StickerKit_boston2018_signature_sick"
  94294. "description_string" "#StickerKit_desc_boston2018_signature_sick"
  94295. "sticker_material" "boston2018/sig_sick"
  94296. "item_rarity" "rare"
  94297. "tournament_event_id" "13"
  94298. "tournament_team_id" "77"
  94299. "tournament_player_id" "23556959"
  94300. }
  94301. "2889"
  94302. {
  94303. "name" "boston2018_signature_sick_foil"
  94304. "item_name" "#StickerKit_boston2018_signature_sick_foil"
  94305. "description_string" "#StickerKit_desc_boston2018_signature_sick_foil"
  94306. "sticker_material" "boston2018/sig_sick_foil"
  94307. "item_rarity" "mythical"
  94308. "tournament_event_id" "13"
  94309. "tournament_team_id" "77"
  94310. "tournament_player_id" "23556959"
  94311. }
  94312. "2890"
  94313. {
  94314. "name" "boston2018_signature_sick_gold"
  94315. "item_name" "#StickerKit_boston2018_signature_sick_gold"
  94316. "description_string" "#StickerKit_desc_boston2018_signature_sick_gold"
  94317. "sticker_material" "boston2018/sig_sick_gold"
  94318. "item_rarity" "ancient"
  94319. "tournament_event_id" "13"
  94320. "tournament_team_id" "77"
  94321. "tournament_player_id" "23556959"
  94322. }
  94323. "2891"
  94324. {
  94325. "name" "boston2018_signature_balblna"
  94326. "item_name" "#StickerKit_boston2018_signature_balblna"
  94327. "description_string" "#StickerKit_desc_boston2018_signature_balblna"
  94328. "sticker_material" "boston2018/sig_balblna"
  94329. "item_rarity" "rare"
  94330. "tournament_event_id" "13"
  94331. "tournament_team_id" "76"
  94332. "tournament_player_id" "50204800"
  94333. }
  94334. "2892"
  94335. {
  94336. "name" "boston2018_signature_balblna_foil"
  94337. "item_name" "#StickerKit_boston2018_signature_balblna_foil"
  94338. "description_string" "#StickerKit_desc_boston2018_signature_balblna_foil"
  94339. "sticker_material" "boston2018/sig_balblna_foil"
  94340. "item_rarity" "mythical"
  94341. "tournament_event_id" "13"
  94342. "tournament_team_id" "76"
  94343. "tournament_player_id" "50204800"
  94344. }
  94345. "2893"
  94346. {
  94347. "name" "boston2018_signature_balblna_gold"
  94348. "item_name" "#StickerKit_boston2018_signature_balblna_gold"
  94349. "description_string" "#StickerKit_desc_boston2018_signature_balblna_gold"
  94350. "sticker_material" "boston2018/sig_balblna_gold"
  94351. "item_rarity" "ancient"
  94352. "tournament_event_id" "13"
  94353. "tournament_team_id" "76"
  94354. "tournament_player_id" "50204800"
  94355. }
  94356. "2894"
  94357. {
  94358. "name" "boston2018_signature_boombl4"
  94359. "item_name" "#StickerKit_boston2018_signature_boombl4"
  94360. "description_string" "#StickerKit_desc_boston2018_signature_boombl4"
  94361. "sticker_material" "boston2018/sig_boombl4"
  94362. "item_rarity" "rare"
  94363. "tournament_event_id" "13"
  94364. "tournament_team_id" "76"
  94365. "tournament_player_id" "185941338"
  94366. }
  94367. "2895"
  94368. {
  94369. "name" "boston2018_signature_boombl4_foil"
  94370. "item_name" "#StickerKit_boston2018_signature_boombl4_foil"
  94371. "description_string" "#StickerKit_desc_boston2018_signature_boombl4_foil"
  94372. "sticker_material" "boston2018/sig_boombl4_foil"
  94373. "item_rarity" "mythical"
  94374. "tournament_event_id" "13"
  94375. "tournament_team_id" "76"
  94376. "tournament_player_id" "185941338"
  94377. }
  94378. "2896"
  94379. {
  94380. "name" "boston2018_signature_boombl4_gold"
  94381. "item_name" "#StickerKit_boston2018_signature_boombl4_gold"
  94382. "description_string" "#StickerKit_desc_boston2018_signature_boombl4_gold"
  94383. "sticker_material" "boston2018/sig_boombl4_gold"
  94384. "item_rarity" "ancient"
  94385. "tournament_event_id" "13"
  94386. "tournament_team_id" "76"
  94387. "tournament_player_id" "185941338"
  94388. }
  94389. "2897"
  94390. {
  94391. "name" "boston2018_signature_jmqa"
  94392. "item_name" "#StickerKit_boston2018_signature_jmqa"
  94393. "description_string" "#StickerKit_desc_boston2018_signature_jmqa"
  94394. "sticker_material" "boston2018/sig_jmqa"
  94395. "item_rarity" "rare"
  94396. "tournament_event_id" "13"
  94397. "tournament_team_id" "76"
  94398. "tournament_player_id" "115223433"
  94399. }
  94400. "2898"
  94401. {
  94402. "name" "boston2018_signature_jmqa_foil"
  94403. "item_name" "#StickerKit_boston2018_signature_jmqa_foil"
  94404. "description_string" "#StickerKit_desc_boston2018_signature_jmqa_foil"
  94405. "sticker_material" "boston2018/sig_jmqa_foil"
  94406. "item_rarity" "mythical"
  94407. "tournament_event_id" "13"
  94408. "tournament_team_id" "76"
  94409. "tournament_player_id" "115223433"
  94410. }
  94411. "2899"
  94412. {
  94413. "name" "boston2018_signature_jmqa_gold"
  94414. "item_name" "#StickerKit_boston2018_signature_jmqa_gold"
  94415. "description_string" "#StickerKit_desc_boston2018_signature_jmqa_gold"
  94416. "sticker_material" "boston2018/sig_jmqa_gold"
  94417. "item_rarity" "ancient"
  94418. "tournament_event_id" "13"
  94419. "tournament_team_id" "76"
  94420. "tournament_player_id" "115223433"
  94421. }
  94422. "2900"
  94423. {
  94424. "name" "boston2018_signature_kvik"
  94425. "item_name" "#StickerKit_boston2018_signature_kvik"
  94426. "description_string" "#StickerKit_desc_boston2018_signature_kvik"
  94427. "sticker_material" "boston2018/sig_kvik"
  94428. "item_rarity" "rare"
  94429. "tournament_event_id" "13"
  94430. "tournament_team_id" "76"
  94431. "tournament_player_id" "40982505"
  94432. }
  94433. "2901"
  94434. {
  94435. "name" "boston2018_signature_kvik_foil"
  94436. "item_name" "#StickerKit_boston2018_signature_kvik_foil"
  94437. "description_string" "#StickerKit_desc_boston2018_signature_kvik_foil"
  94438. "sticker_material" "boston2018/sig_kvik_foil"
  94439. "item_rarity" "mythical"
  94440. "tournament_event_id" "13"
  94441. "tournament_team_id" "76"
  94442. "tournament_player_id" "40982505"
  94443. }
  94444. "2902"
  94445. {
  94446. "name" "boston2018_signature_kvik_gold"
  94447. "item_name" "#StickerKit_boston2018_signature_kvik_gold"
  94448. "description_string" "#StickerKit_desc_boston2018_signature_kvik_gold"
  94449. "sticker_material" "boston2018/sig_kvik_gold"
  94450. "item_rarity" "ancient"
  94451. "tournament_event_id" "13"
  94452. "tournament_team_id" "76"
  94453. "tournament_player_id" "40982505"
  94454. }
  94455. "2903"
  94456. {
  94457. "name" "boston2018_signature_waterfallz"
  94458. "item_name" "#StickerKit_boston2018_signature_waterfallz"
  94459. "description_string" "#StickerKit_desc_boston2018_signature_waterfallz"
  94460. "sticker_material" "boston2018/sig_waterfallz"
  94461. "item_rarity" "rare"
  94462. "tournament_event_id" "13"
  94463. "tournament_team_id" "76"
  94464. "tournament_player_id" "12720124"
  94465. }
  94466. "2904"
  94467. {
  94468. "name" "boston2018_signature_waterfallz_foil"
  94469. "item_name" "#StickerKit_boston2018_signature_waterfallz_foil"
  94470. "description_string" "#StickerKit_desc_boston2018_signature_waterfallz_foil"
  94471. "sticker_material" "boston2018/sig_waterfallz_foil"
  94472. "item_rarity" "mythical"
  94473. "tournament_event_id" "13"
  94474. "tournament_team_id" "76"
  94475. "tournament_player_id" "12720124"
  94476. }
  94477. "2905"
  94478. {
  94479. "name" "boston2018_signature_waterfallz_gold"
  94480. "item_name" "#StickerKit_boston2018_signature_waterfallz_gold"
  94481. "description_string" "#StickerKit_desc_boston2018_signature_waterfallz_gold"
  94482. "sticker_material" "boston2018/sig_waterfallz_gold"
  94483. "item_rarity" "ancient"
  94484. "tournament_event_id" "13"
  94485. "tournament_team_id" "76"
  94486. "tournament_player_id" "12720124"
  94487. }
  94488. "2906"
  94489. {
  94490. "name" "boston2018_signature_bntet"
  94491. "item_name" "#StickerKit_boston2018_signature_bntet"
  94492. "description_string" "#StickerKit_desc_boston2018_signature_bntet"
  94493. "sticker_material" "boston2018/sig_bntet"
  94494. "item_rarity" "rare"
  94495. "tournament_event_id" "13"
  94496. "tournament_team_id" "74"
  94497. "tournament_player_id" "111817512"
  94498. }
  94499. "2907"
  94500. {
  94501. "name" "boston2018_signature_bntet_foil"
  94502. "item_name" "#StickerKit_boston2018_signature_bntet_foil"
  94503. "description_string" "#StickerKit_desc_boston2018_signature_bntet_foil"
  94504. "sticker_material" "boston2018/sig_bntet_foil"
  94505. "item_rarity" "mythical"
  94506. "tournament_event_id" "13"
  94507. "tournament_team_id" "74"
  94508. "tournament_player_id" "111817512"
  94509. }
  94510. "2908"
  94511. {
  94512. "name" "boston2018_signature_bntet_gold"
  94513. "item_name" "#StickerKit_boston2018_signature_bntet_gold"
  94514. "description_string" "#StickerKit_desc_boston2018_signature_bntet_gold"
  94515. "sticker_material" "boston2018/sig_bntet_gold"
  94516. "item_rarity" "ancient"
  94517. "tournament_event_id" "13"
  94518. "tournament_team_id" "74"
  94519. "tournament_player_id" "111817512"
  94520. }
  94521. "2909"
  94522. {
  94523. "name" "boston2018_signature_bondik"
  94524. "item_name" "#StickerKit_boston2018_signature_bondik"
  94525. "description_string" "#StickerKit_desc_boston2018_signature_bondik"
  94526. "sticker_material" "boston2018/sig_bondik"
  94527. "item_rarity" "rare"
  94528. "tournament_event_id" "13"
  94529. "tournament_team_id" "74"
  94530. "tournament_player_id" "46918643"
  94531. }
  94532. "2910"
  94533. {
  94534. "name" "boston2018_signature_bondik_foil"
  94535. "item_name" "#StickerKit_boston2018_signature_bondik_foil"
  94536. "description_string" "#StickerKit_desc_boston2018_signature_bondik_foil"
  94537. "sticker_material" "boston2018/sig_bondik_foil"
  94538. "item_rarity" "mythical"
  94539. "tournament_event_id" "13"
  94540. "tournament_team_id" "74"
  94541. "tournament_player_id" "46918643"
  94542. }
  94543. "2911"
  94544. {
  94545. "name" "boston2018_signature_bondik_gold"
  94546. "item_name" "#StickerKit_boston2018_signature_bondik_gold"
  94547. "description_string" "#StickerKit_desc_boston2018_signature_bondik_gold"
  94548. "sticker_material" "boston2018/sig_bondik_gold"
  94549. "item_rarity" "ancient"
  94550. "tournament_event_id" "13"
  94551. "tournament_team_id" "74"
  94552. "tournament_player_id" "46918643"
  94553. }
  94554. "2912"
  94555. {
  94556. "name" "boston2018_signature_captainmo"
  94557. "item_name" "#StickerKit_boston2018_signature_captainmo"
  94558. "description_string" "#StickerKit_desc_boston2018_signature_captainmo"
  94559. "sticker_material" "boston2018/sig_captainmo"
  94560. "item_rarity" "rare"
  94561. "tournament_event_id" "13"
  94562. "tournament_team_id" "74"
  94563. "tournament_player_id" "109036162"
  94564. }
  94565. "2913"
  94566. {
  94567. "name" "boston2018_signature_captainmo_foil"
  94568. "item_name" "#StickerKit_boston2018_signature_captainmo_foil"
  94569. "description_string" "#StickerKit_desc_boston2018_signature_captainmo_foil"
  94570. "sticker_material" "boston2018/sig_captainmo_foil"
  94571. "item_rarity" "mythical"
  94572. "tournament_event_id" "13"
  94573. "tournament_team_id" "74"
  94574. "tournament_player_id" "109036162"
  94575. }
  94576. "2914"
  94577. {
  94578. "name" "boston2018_signature_captainmo_gold"
  94579. "item_name" "#StickerKit_boston2018_signature_captainmo_gold"
  94580. "description_string" "#StickerKit_desc_boston2018_signature_captainmo_gold"
  94581. "sticker_material" "boston2018/sig_captainmo_gold"
  94582. "item_rarity" "ancient"
  94583. "tournament_event_id" "13"
  94584. "tournament_team_id" "74"
  94585. "tournament_player_id" "109036162"
  94586. }
  94587. "2915"
  94588. {
  94589. "name" "boston2018_signature_dd"
  94590. "item_name" "#StickerKit_boston2018_signature_dd"
  94591. "description_string" "#StickerKit_desc_boston2018_signature_dd"
  94592. "sticker_material" "boston2018/sig_dd"
  94593. "item_rarity" "rare"
  94594. "tournament_event_id" "13"
  94595. "tournament_team_id" "74"
  94596. "tournament_player_id" "169982617"
  94597. }
  94598. "2916"
  94599. {
  94600. "name" "boston2018_signature_dd_foil"
  94601. "item_name" "#StickerKit_boston2018_signature_dd_foil"
  94602. "description_string" "#StickerKit_desc_boston2018_signature_dd_foil"
  94603. "sticker_material" "boston2018/sig_dd_foil"
  94604. "item_rarity" "mythical"
  94605. "tournament_event_id" "13"
  94606. "tournament_team_id" "74"
  94607. "tournament_player_id" "169982617"
  94608. }
  94609. "2917"
  94610. {
  94611. "name" "boston2018_signature_dd_gold"
  94612. "item_name" "#StickerKit_boston2018_signature_dd_gold"
  94613. "description_string" "#StickerKit_desc_boston2018_signature_dd_gold"
  94614. "sticker_material" "boston2018/sig_dd_gold"
  94615. "item_rarity" "ancient"
  94616. "tournament_event_id" "13"
  94617. "tournament_team_id" "74"
  94618. "tournament_player_id" "169982617"
  94619. }
  94620. "2918"
  94621. {
  94622. "name" "boston2018_signature_somebody"
  94623. "item_name" "#StickerKit_boston2018_signature_somebody"
  94624. "description_string" "#StickerKit_desc_boston2018_signature_somebody"
  94625. "sticker_material" "boston2018/sig_somebody"
  94626. "item_rarity" "rare"
  94627. "tournament_event_id" "13"
  94628. "tournament_team_id" "74"
  94629. "tournament_player_id" "85131873"
  94630. }
  94631. "2919"
  94632. {
  94633. "name" "boston2018_signature_somebody_foil"
  94634. "item_name" "#StickerKit_boston2018_signature_somebody_foil"
  94635. "description_string" "#StickerKit_desc_boston2018_signature_somebody_foil"
  94636. "sticker_material" "boston2018/sig_somebody_foil"
  94637. "item_rarity" "mythical"
  94638. "tournament_event_id" "13"
  94639. "tournament_team_id" "74"
  94640. "tournament_player_id" "85131873"
  94641. }
  94642. "2920"
  94643. {
  94644. "name" "boston2018_signature_somebody_gold"
  94645. "item_name" "#StickerKit_boston2018_signature_somebody_gold"
  94646. "description_string" "#StickerKit_desc_boston2018_signature_somebody_gold"
  94647. "sticker_material" "boston2018/sig_somebody_gold"
  94648. "item_rarity" "ancient"
  94649. "tournament_event_id" "13"
  94650. "tournament_team_id" "74"
  94651. "tournament_player_id" "85131873"
  94652. }
  94653. "2940"
  94654. {
  94655. "name" "boston2018_signature_attacker"
  94656. "item_name" "#StickerKit_boston2018_signature_attacker"
  94657. "description_string" "#StickerKit_desc_boston2018_signature_attacker"
  94658. "sticker_material" "boston2018/sig_attacker"
  94659. "item_rarity" "rare"
  94660. "tournament_event_id" "13"
  94661. "tournament_team_id" "79"
  94662. "tournament_player_id" "88001036"
  94663. }
  94664. "2941"
  94665. {
  94666. "name" "boston2018_signature_attacker_foil"
  94667. "item_name" "#StickerKit_boston2018_signature_attacker_foil"
  94668. "description_string" "#StickerKit_desc_boston2018_signature_attacker_foil"
  94669. "sticker_material" "boston2018/sig_attacker_foil"
  94670. "item_rarity" "mythical"
  94671. "tournament_event_id" "13"
  94672. "tournament_team_id" "79"
  94673. "tournament_player_id" "88001036"
  94674. }
  94675. "2942"
  94676. {
  94677. "name" "boston2018_signature_attacker_gold"
  94678. "item_name" "#StickerKit_boston2018_signature_attacker_gold"
  94679. "description_string" "#StickerKit_desc_boston2018_signature_attacker_gold"
  94680. "sticker_material" "boston2018/sig_attacker_gold"
  94681. "item_rarity" "ancient"
  94682. "tournament_event_id" "13"
  94683. "tournament_team_id" "79"
  94684. "tournament_player_id" "88001036"
  94685. }
  94686. "2943"
  94687. {
  94688. "name" "boston2018_signature_karsa"
  94689. "item_name" "#StickerKit_boston2018_signature_karsa"
  94690. "description_string" "#StickerKit_desc_boston2018_signature_karsa"
  94691. "sticker_material" "boston2018/sig_karsa"
  94692. "item_rarity" "rare"
  94693. "tournament_event_id" "13"
  94694. "tournament_team_id" "79"
  94695. "tournament_player_id" "85358333"
  94696. }
  94697. "2944"
  94698. {
  94699. "name" "boston2018_signature_karsa_foil"
  94700. "item_name" "#StickerKit_boston2018_signature_karsa_foil"
  94701. "description_string" "#StickerKit_desc_boston2018_signature_karsa_foil"
  94702. "sticker_material" "boston2018/sig_karsa_foil"
  94703. "item_rarity" "mythical"
  94704. "tournament_event_id" "13"
  94705. "tournament_team_id" "79"
  94706. "tournament_player_id" "85358333"
  94707. }
  94708. "2945"
  94709. {
  94710. "name" "boston2018_signature_karsa_gold"
  94711. "item_name" "#StickerKit_boston2018_signature_karsa_gold"
  94712. "description_string" "#StickerKit_desc_boston2018_signature_karsa_gold"
  94713. "sticker_material" "boston2018/sig_karsa_gold"
  94714. "item_rarity" "ancient"
  94715. "tournament_event_id" "13"
  94716. "tournament_team_id" "79"
  94717. "tournament_player_id" "85358333"
  94718. }
  94719. "2946"
  94720. {
  94721. "name" "boston2018_signature_kaze"
  94722. "item_name" "#StickerKit_boston2018_signature_kaze"
  94723. "description_string" "#StickerKit_desc_boston2018_signature_kaze"
  94724. "sticker_material" "boston2018/sig_kaze"
  94725. "item_rarity" "rare"
  94726. "tournament_event_id" "13"
  94727. "tournament_team_id" "79"
  94728. "tournament_player_id" "16127541"
  94729. }
  94730. "2947"
  94731. {
  94732. "name" "boston2018_signature_kaze_foil"
  94733. "item_name" "#StickerKit_boston2018_signature_kaze_foil"
  94734. "description_string" "#StickerKit_desc_boston2018_signature_kaze_foil"
  94735. "sticker_material" "boston2018/sig_kaze_foil"
  94736. "item_rarity" "mythical"
  94737. "tournament_event_id" "13"
  94738. "tournament_team_id" "79"
  94739. "tournament_player_id" "16127541"
  94740. }
  94741. "2948"
  94742. {
  94743. "name" "boston2018_signature_kaze_gold"
  94744. "item_name" "#StickerKit_boston2018_signature_kaze_gold"
  94745. "description_string" "#StickerKit_desc_boston2018_signature_kaze_gold"
  94746. "sticker_material" "boston2018/sig_kaze_gold"
  94747. "item_rarity" "ancient"
  94748. "tournament_event_id" "13"
  94749. "tournament_team_id" "79"
  94750. "tournament_player_id" "16127541"
  94751. }
  94752. "2949"
  94753. {
  94754. "name" "boston2018_signature_loveyy"
  94755. "item_name" "#StickerKit_boston2018_signature_loveyy"
  94756. "description_string" "#StickerKit_desc_boston2018_signature_loveyy"
  94757. "sticker_material" "boston2018/sig_loveyy"
  94758. "item_rarity" "rare"
  94759. "tournament_event_id" "13"
  94760. "tournament_team_id" "79"
  94761. "tournament_player_id" "48886373"
  94762. }
  94763. "2950"
  94764. {
  94765. "name" "boston2018_signature_loveyy_foil"
  94766. "item_name" "#StickerKit_boston2018_signature_loveyy_foil"
  94767. "description_string" "#StickerKit_desc_boston2018_signature_loveyy_foil"
  94768. "sticker_material" "boston2018/sig_loveyy_foil"
  94769. "item_rarity" "mythical"
  94770. "tournament_event_id" "13"
  94771. "tournament_team_id" "79"
  94772. "tournament_player_id" "48886373"
  94773. }
  94774. "2951"
  94775. {
  94776. "name" "boston2018_signature_loveyy_gold"
  94777. "item_name" "#StickerKit_boston2018_signature_loveyy_gold"
  94778. "description_string" "#StickerKit_desc_boston2018_signature_loveyy_gold"
  94779. "sticker_material" "boston2018/sig_loveyy_gold"
  94780. "item_rarity" "ancient"
  94781. "tournament_event_id" "13"
  94782. "tournament_team_id" "79"
  94783. "tournament_player_id" "48886373"
  94784. }
  94785. "2952"
  94786. {
  94787. "name" "boston2018_signature_summer"
  94788. "item_name" "#StickerKit_boston2018_signature_summer"
  94789. "description_string" "#StickerKit_desc_boston2018_signature_summer"
  94790. "sticker_material" "boston2018/sig_summer"
  94791. "item_rarity" "rare"
  94792. "tournament_event_id" "13"
  94793. "tournament_team_id" "79"
  94794. "tournament_player_id" "52964519"
  94795. }
  94796. "2953"
  94797. {
  94798. "name" "boston2018_signature_summer_foil"
  94799. "item_name" "#StickerKit_boston2018_signature_summer_foil"
  94800. "description_string" "#StickerKit_desc_boston2018_signature_summer_foil"
  94801. "sticker_material" "boston2018/sig_summer_foil"
  94802. "item_rarity" "mythical"
  94803. "tournament_event_id" "13"
  94804. "tournament_team_id" "79"
  94805. "tournament_player_id" "52964519"
  94806. }
  94807. "2954"
  94808. {
  94809. "name" "boston2018_signature_summer_gold"
  94810. "item_name" "#StickerKit_boston2018_signature_summer_gold"
  94811. "description_string" "#StickerKit_desc_boston2018_signature_summer_gold"
  94812. "sticker_material" "boston2018/sig_summer_gold"
  94813. "item_rarity" "ancient"
  94814. "tournament_event_id" "13"
  94815. "tournament_team_id" "79"
  94816. "tournament_player_id" "52964519"
  94817. }
  94818. }
  94819. "pro_players"
  94820. {
  94821. "9419182"
  94822. {
  94823. "name" "pronax"
  94824. "code" "pronax"
  94825. "dob" "1991-06-24"
  94826. "geo" "SE"
  94827. "events"
  94828. {
  94829. "7"
  94830. {
  94831. "team" "6"
  94832. "clutch_kills" "6"
  94833. "pistol_kills" "15"
  94834. "opening_kills" "20"
  94835. "sniper_kills" "1"
  94836. "KDR" "0.992000"
  94837. "enemy_kills" "131"
  94838. "deaths" "132"
  94839. "matches_played" "9"
  94840. }
  94841. "8"
  94842. {
  94843. "team" "6"
  94844. "clutch_kills" "5"
  94845. "pistol_kills" "16"
  94846. "opening_kills" "13"
  94847. "sniper_kills" "0"
  94848. "KDR" "0.836066"
  94849. "enemy_kills" "102"
  94850. "deaths" "122"
  94851. "matches_played" "7"
  94852. "stage0"
  94853. {
  94854. "clutch_kills" "1"
  94855. "pistol_kills" "2"
  94856. "opening_kills" "1"
  94857. "sniper_kills" "0"
  94858. "KDR" "1.250000"
  94859. "enemy_kills" "20"
  94860. "deaths" "16"
  94861. "matches_played" "1"
  94862. }
  94863. "stage1"
  94864. {
  94865. "clutch_kills" "1"
  94866. "pistol_kills" "1"
  94867. "opening_kills" "3"
  94868. "sniper_kills" "0"
  94869. "KDR" "0.700000"
  94870. "enemy_kills" "14"
  94871. "deaths" "20"
  94872. "matches_played" "1"
  94873. }
  94874. "stage2"
  94875. {
  94876. "clutch_kills" "1"
  94877. "pistol_kills" "5"
  94878. "opening_kills" "7"
  94879. "sniper_kills" "0"
  94880. "KDR" "1.300000"
  94881. "enemy_kills" "39"
  94882. "deaths" "30"
  94883. "matches_played" "2"
  94884. }
  94885. "stage3"
  94886. {
  94887. "clutch_kills" "2"
  94888. "pistol_kills" "8"
  94889. "opening_kills" "2"
  94890. "sniper_kills" "0"
  94891. "KDR" "0.517857"
  94892. "enemy_kills" "29"
  94893. "deaths" "56"
  94894. "matches_played" "3"
  94895. }
  94896. }
  94897. "11"
  94898. {
  94899. "team" "67"
  94900. }
  94901. }
  94902. }
  94903. "31082355"
  94904. {
  94905. "name" "flusha"
  94906. "code" "flusha"
  94907. "dob" "1993-08-12"
  94908. "geo" "SE"
  94909. "events"
  94910. {
  94911. "7"
  94912. {
  94913. "team" "6"
  94914. "clutch_kills" "18"
  94915. "pistol_kills" "39"
  94916. "opening_kills" "21"
  94917. "sniper_kills" "5"
  94918. "KDR" "1.716000"
  94919. "enemy_kills" "199"
  94920. "deaths" "116"
  94921. "matches_played" "9"
  94922. }
  94923. "8"
  94924. {
  94925. "team" "6"
  94926. "clutch_kills" "10"
  94927. "pistol_kills" "26"
  94928. "opening_kills" "18"
  94929. "sniper_kills" "9"
  94930. "KDR" "1.099174"
  94931. "enemy_kills" "133"
  94932. "deaths" "121"
  94933. "matches_played" "7"
  94934. "stage0"
  94935. {
  94936. "clutch_kills" "6"
  94937. "pistol_kills" "2"
  94938. "opening_kills" "5"
  94939. "sniper_kills" "0"
  94940. "KDR" "1.800000"
  94941. "enemy_kills" "27"
  94942. "deaths" "15"
  94943. "matches_played" "1"
  94944. }
  94945. "stage1"
  94946. {
  94947. "clutch_kills" "0"
  94948. "pistol_kills" "6"
  94949. "opening_kills" "2"
  94950. "sniper_kills" "2"
  94951. "KDR" "1.200000"
  94952. "enemy_kills" "24"
  94953. "deaths" "20"
  94954. "matches_played" "1"
  94955. }
  94956. "stage2"
  94957. {
  94958. "clutch_kills" "1"
  94959. "pistol_kills" "6"
  94960. "opening_kills" "7"
  94961. "sniper_kills" "6"
  94962. "KDR" "1.151515"
  94963. "enemy_kills" "38"
  94964. "deaths" "33"
  94965. "matches_played" "2"
  94966. }
  94967. "stage3"
  94968. {
  94969. "clutch_kills" "3"
  94970. "pistol_kills" "12"
  94971. "opening_kills" "4"
  94972. "sniper_kills" "1"
  94973. "KDR" "0.830189"
  94974. "enemy_kills" "44"
  94975. "deaths" "53"
  94976. "matches_played" "3"
  94977. }
  94978. }
  94979. "9"
  94980. {
  94981. "team" "6"
  94982. "clutch_kills" "13"
  94983. "pistol_kills" "25"
  94984. "opening_kills" "13"
  94985. "sniper_kills" "2"
  94986. "KDR" "1.125000"
  94987. "enemy_kills" "108"
  94988. "deaths" "96"
  94989. "matches_played" "6"
  94990. "stage0"
  94991. {
  94992. "clutch_kills" "0"
  94993. "pistol_kills" "2"
  94994. "opening_kills" "4"
  94995. "sniper_kills" "0"
  94996. "KDR" "2.250000"
  94997. "enemy_kills" "18"
  94998. "deaths" "8"
  94999. "matches_played" "1"
  95000. }
  95001. "stage1"
  95002. {
  95003. "clutch_kills" "2"
  95004. "pistol_kills" "5"
  95005. "opening_kills" "4"
  95006. "sniper_kills" "1"
  95007. "KDR" "0.961538"
  95008. "enemy_kills" "25"
  95009. "deaths" "26"
  95010. "matches_played" "1"
  95011. }
  95012. "stage2"
  95013. {
  95014. "clutch_kills" "2"
  95015. "pistol_kills" "4"
  95016. "opening_kills" "0"
  95017. "sniper_kills" "0"
  95018. "KDR" "1.185185"
  95019. "enemy_kills" "32"
  95020. "deaths" "27"
  95021. "matches_played" "2"
  95022. }
  95023. "stage3"
  95024. {
  95025. "clutch_kills" "9"
  95026. "pistol_kills" "14"
  95027. "opening_kills" "5"
  95028. "sniper_kills" "1"
  95029. "KDR" "0.942857"
  95030. "enemy_kills" "33"
  95031. "deaths" "35"
  95032. "matches_played" "2"
  95033. }
  95034. }
  95035. "10"
  95036. {
  95037. "team" "6"
  95038. "clutch_kills" "13"
  95039. "pistol_kills" "34"
  95040. "opening_kills" "13"
  95041. "sniper_kills" "12"
  95042. "KDR" "1.217742"
  95043. "enemy_kills" "151"
  95044. "deaths" "124"
  95045. "matches_played" "8"
  95046. "stage0"
  95047. {
  95048. "clutch_kills" "0"
  95049. "pistol_kills" "0"
  95050. "opening_kills" "2"
  95051. "sniper_kills" "3"
  95052. "KDR" "0.739130"
  95053. "enemy_kills" "17"
  95054. "deaths" "23"
  95055. "matches_played" "1"
  95056. }
  95057. "stage1"
  95058. {
  95059. "clutch_kills" "5"
  95060. "pistol_kills" "8"
  95061. "opening_kills" "1"
  95062. "sniper_kills" "4"
  95063. "KDR" "1.157895"
  95064. "enemy_kills" "22"
  95065. "deaths" "19"
  95066. "matches_played" "1"
  95067. }
  95068. "stage2"
  95069. {
  95070. "clutch_kills" "5"
  95071. "pistol_kills" "9"
  95072. "opening_kills" "2"
  95073. "sniper_kills" "4"
  95074. "KDR" "1.653846"
  95075. "enemy_kills" "43"
  95076. "deaths" "26"
  95077. "matches_played" "2"
  95078. }
  95079. "stage3"
  95080. {
  95081. "clutch_kills" "3"
  95082. "pistol_kills" "11"
  95083. "opening_kills" "3"
  95084. "sniper_kills" "1"
  95085. "KDR" "2.117647"
  95086. "enemy_kills" "36"
  95087. "deaths" "17"
  95088. "matches_played" "2"
  95089. }
  95090. "stage4"
  95091. {
  95092. "clutch_kills" "0"
  95093. "pistol_kills" "6"
  95094. "opening_kills" "5"
  95095. "sniper_kills" "0"
  95096. "KDR" "0.846154"
  95097. "enemy_kills" "33"
  95098. "deaths" "39"
  95099. "matches_played" "2"
  95100. }
  95101. }
  95102. "11"
  95103. {
  95104. "team" "67"
  95105. }
  95106. "12"
  95107. {
  95108. "team" "6"
  95109. }
  95110. "13"
  95111. {
  95112. "team" "6"
  95113. }
  95114. }
  95115. }
  95116. "71288472"
  95117. {
  95118. "name" "JW"
  95119. "code" "jw"
  95120. "dob" "1995-02-23"
  95121. "geo" "SE"
  95122. "events"
  95123. {
  95124. "7"
  95125. {
  95126. "team" "6"
  95127. "clutch_kills" "1"
  95128. "pistol_kills" "27"
  95129. "opening_kills" "29"
  95130. "sniper_kills" "73"
  95131. "KDR" "1.065000"
  95132. "enemy_kills" "147"
  95133. "deaths" "138"
  95134. "matches_played" "9"
  95135. }
  95136. "8"
  95137. {
  95138. "team" "6"
  95139. "clutch_kills" "8"
  95140. "pistol_kills" "30"
  95141. "opening_kills" "19"
  95142. "sniper_kills" "29"
  95143. "KDR" "0.755906"
  95144. "enemy_kills" "96"
  95145. "deaths" "127"
  95146. "matches_played" "7"
  95147. "stage0"
  95148. {
  95149. "clutch_kills" "1"
  95150. "pistol_kills" "5"
  95151. "opening_kills" "5"
  95152. "sniper_kills" "5"
  95153. "KDR" "0.941176"
  95154. "enemy_kills" "16"
  95155. "deaths" "17"
  95156. "matches_played" "1"
  95157. }
  95158. "stage1"
  95159. {
  95160. "clutch_kills" "4"
  95161. "pistol_kills" "7"
  95162. "opening_kills" "4"
  95163. "sniper_kills" "6"
  95164. "KDR" "0.850000"
  95165. "enemy_kills" "17"
  95166. "deaths" "20"
  95167. "matches_played" "1"
  95168. }
  95169. "stage2"
  95170. {
  95171. "clutch_kills" "2"
  95172. "pistol_kills" "6"
  95173. "opening_kills" "4"
  95174. "sniper_kills" "11"
  95175. "KDR" "0.818182"
  95176. "enemy_kills" "27"
  95177. "deaths" "33"
  95178. "matches_played" "2"
  95179. }
  95180. "stage3"
  95181. {
  95182. "clutch_kills" "1"
  95183. "pistol_kills" "12"
  95184. "opening_kills" "6"
  95185. "sniper_kills" "7"
  95186. "KDR" "0.631579"
  95187. "enemy_kills" "36"
  95188. "deaths" "57"
  95189. "matches_played" "3"
  95190. }
  95191. }
  95192. "9"
  95193. {
  95194. "team" "6"
  95195. "clutch_kills" "15"
  95196. "pistol_kills" "18"
  95197. "opening_kills" "22"
  95198. "sniper_kills" "43"
  95199. "KDR" "1.036364"
  95200. "enemy_kills" "114"
  95201. "deaths" "110"
  95202. "matches_played" "6"
  95203. "stage0"
  95204. {
  95205. "clutch_kills" "5"
  95206. "pistol_kills" "3"
  95207. "opening_kills" "2"
  95208. "sniper_kills" "8"
  95209. "KDR" "1.250000"
  95210. "enemy_kills" "15"
  95211. "deaths" "12"
  95212. "matches_played" "1"
  95213. }
  95214. "stage1"
  95215. {
  95216. "clutch_kills" "1"
  95217. "pistol_kills" "3"
  95218. "opening_kills" "5"
  95219. "sniper_kills" "11"
  95220. "KDR" "0.933333"
  95221. "enemy_kills" "28"
  95222. "deaths" "30"
  95223. "matches_played" "1"
  95224. }
  95225. "stage2"
  95226. {
  95227. "clutch_kills" "3"
  95228. "pistol_kills" "6"
  95229. "opening_kills" "11"
  95230. "sniper_kills" "15"
  95231. "KDR" "1.300000"
  95232. "enemy_kills" "39"
  95233. "deaths" "30"
  95234. "matches_played" "2"
  95235. }
  95236. "stage3"
  95237. {
  95238. "clutch_kills" "6"
  95239. "pistol_kills" "6"
  95240. "opening_kills" "4"
  95241. "sniper_kills" "9"
  95242. "KDR" "0.842105"
  95243. "enemy_kills" "32"
  95244. "deaths" "38"
  95245. "matches_played" "2"
  95246. }
  95247. }
  95248. "10"
  95249. {
  95250. "team" "6"
  95251. "clutch_kills" "16"
  95252. "pistol_kills" "20"
  95253. "opening_kills" "22"
  95254. "sniper_kills" "37"
  95255. "KDR" "1"
  95256. "enemy_kills" "135"
  95257. "deaths" "135"
  95258. "matches_played" "8"
  95259. "stage0"
  95260. {
  95261. "clutch_kills" "5"
  95262. "pistol_kills" "3"
  95263. "opening_kills" "2"
  95264. "sniper_kills" "4"
  95265. "KDR" "0.684211"
  95266. "enemy_kills" "13"
  95267. "deaths" "19"
  95268. "matches_played" "1"
  95269. }
  95270. "stage1"
  95271. {
  95272. "clutch_kills" "2"
  95273. "pistol_kills" "3"
  95274. "opening_kills" "2"
  95275. "sniper_kills" "5"
  95276. "KDR" "0.863636"
  95277. "enemy_kills" "19"
  95278. "deaths" "22"
  95279. "matches_played" "1"
  95280. }
  95281. "stage2"
  95282. {
  95283. "clutch_kills" "5"
  95284. "pistol_kills" "6"
  95285. "opening_kills" "8"
  95286. "sniper_kills" "15"
  95287. "KDR" "1.250000"
  95288. "enemy_kills" "40"
  95289. "deaths" "32"
  95290. "matches_played" "2"
  95291. }
  95292. "stage3"
  95293. {
  95294. "clutch_kills" "3"
  95295. "pistol_kills" "2"
  95296. "opening_kills" "3"
  95297. "sniper_kills" "11"
  95298. "KDR" "1.318182"
  95299. "enemy_kills" "29"
  95300. "deaths" "22"
  95301. "matches_played" "2"
  95302. }
  95303. "stage4"
  95304. {
  95305. "clutch_kills" "1"
  95306. "pistol_kills" "6"
  95307. "opening_kills" "7"
  95308. "sniper_kills" "2"
  95309. "KDR" "0.850000"
  95310. "enemy_kills" "34"
  95311. "deaths" "40"
  95312. "matches_played" "2"
  95313. }
  95314. }
  95315. "11"
  95316. {
  95317. "team" "67"
  95318. }
  95319. "12"
  95320. {
  95321. "team" "6"
  95322. }
  95323. "13"
  95324. {
  95325. "team" "6"
  95326. }
  95327. }
  95328. }
  95329. "71385856"
  95330. {
  95331. "name" "KRIMZ"
  95332. "code" "krimz"
  95333. "dob" "1994-04-25"
  95334. "geo" "SE"
  95335. "events"
  95336. {
  95337. "7"
  95338. {
  95339. "team" "6"
  95340. "clutch_kills" "13"
  95341. "pistol_kills" "19"
  95342. "opening_kills" "25"
  95343. "sniper_kills" "1"
  95344. "KDR" "1.364000"
  95345. "enemy_kills" "165"
  95346. "deaths" "121"
  95347. "matches_played" "9"
  95348. }
  95349. "8"
  95350. {
  95351. "team" "6"
  95352. "clutch_kills" "15"
  95353. "pistol_kills" "22"
  95354. "opening_kills" "10"
  95355. "sniper_kills" "7"
  95356. "KDR" "1.257143"
  95357. "enemy_kills" "132"
  95358. "deaths" "105"
  95359. "matches_played" "7"
  95360. "stage0"
  95361. {
  95362. "clutch_kills" "2"
  95363. "pistol_kills" "3"
  95364. "opening_kills" "0"
  95365. "sniper_kills" "0"
  95366. "KDR" "1.437500"
  95367. "enemy_kills" "23"
  95368. "deaths" "16"
  95369. "matches_played" "1"
  95370. }
  95371. "stage1"
  95372. {
  95373. "clutch_kills" "2"
  95374. "pistol_kills" "4"
  95375. "opening_kills" "2"
  95376. "sniper_kills" "0"
  95377. "KDR" "1.052632"
  95378. "enemy_kills" "20"
  95379. "deaths" "19"
  95380. "matches_played" "1"
  95381. }
  95382. "stage2"
  95383. {
  95384. "clutch_kills" "4"
  95385. "pistol_kills" "8"
  95386. "opening_kills" "4"
  95387. "sniper_kills" "1"
  95388. "KDR" "1.692308"
  95389. "enemy_kills" "44"
  95390. "deaths" "26"
  95391. "matches_played" "2"
  95392. }
  95393. "stage3"
  95394. {
  95395. "clutch_kills" "7"
  95396. "pistol_kills" "7"
  95397. "opening_kills" "4"
  95398. "sniper_kills" "6"
  95399. "KDR" "1.022727"
  95400. "enemy_kills" "45"
  95401. "deaths" "44"
  95402. "matches_played" "3"
  95403. }
  95404. }
  95405. "9"
  95406. {
  95407. "team" "6"
  95408. "clutch_kills" "14"
  95409. "pistol_kills" "18"
  95410. "opening_kills" "14"
  95411. "sniper_kills" "1"
  95412. "KDR" "1.080808"
  95413. "enemy_kills" "107"
  95414. "deaths" "99"
  95415. "matches_played" "6"
  95416. "stage0"
  95417. {
  95418. "clutch_kills" "0"
  95419. "pistol_kills" "2"
  95420. "opening_kills" "2"
  95421. "sniper_kills" "0"
  95422. "KDR" "1.777778"
  95423. "enemy_kills" "16"
  95424. "deaths" "9"
  95425. "matches_played" "1"
  95426. }
  95427. "stage1"
  95428. {
  95429. "clutch_kills" "5"
  95430. "pistol_kills" "4"
  95431. "opening_kills" "3"
  95432. "sniper_kills" "1"
  95433. "KDR" "1.037037"
  95434. "enemy_kills" "28"
  95435. "deaths" "27"
  95436. "matches_played" "1"
  95437. }
  95438. "stage2"
  95439. {
  95440. "clutch_kills" "4"
  95441. "pistol_kills" "9"
  95442. "opening_kills" "6"
  95443. "sniper_kills" "0"
  95444. "KDR" "1.680000"
  95445. "enemy_kills" "42"
  95446. "deaths" "25"
  95447. "matches_played" "2"
  95448. }
  95449. "stage3"
  95450. {
  95451. "clutch_kills" "5"
  95452. "pistol_kills" "3"
  95453. "opening_kills" "3"
  95454. "sniper_kills" "0"
  95455. "KDR" "0.552632"
  95456. "enemy_kills" "21"
  95457. "deaths" "38"
  95458. "matches_played" "2"
  95459. }
  95460. }
  95461. "10"
  95462. {
  95463. "team" "6"
  95464. "clutch_kills" "10"
  95465. "pistol_kills" "24"
  95466. "opening_kills" "21"
  95467. "sniper_kills" "4"
  95468. "KDR" "1.415929"
  95469. "enemy_kills" "160"
  95470. "deaths" "113"
  95471. "matches_played" "8"
  95472. "stage0"
  95473. {
  95474. "clutch_kills" "1"
  95475. "pistol_kills" "5"
  95476. "opening_kills" "6"
  95477. "sniper_kills" "0"
  95478. "KDR" "1.166667"
  95479. "enemy_kills" "21"
  95480. "deaths" "18"
  95481. "matches_played" "1"
  95482. }
  95483. "stage1"
  95484. {
  95485. "clutch_kills" "2"
  95486. "pistol_kills" "3"
  95487. "opening_kills" "3"
  95488. "sniper_kills" "0"
  95489. "KDR" "1.294118"
  95490. "enemy_kills" "22"
  95491. "deaths" "17"
  95492. "matches_played" "1"
  95493. }
  95494. "stage2"
  95495. {
  95496. "clutch_kills" "1"
  95497. "pistol_kills" "2"
  95498. "opening_kills" "4"
  95499. "sniper_kills" "2"
  95500. "KDR" "1.440000"
  95501. "enemy_kills" "36"
  95502. "deaths" "25"
  95503. "matches_played" "2"
  95504. }
  95505. "stage3"
  95506. {
  95507. "clutch_kills" "2"
  95508. "pistol_kills" "6"
  95509. "opening_kills" "5"
  95510. "sniper_kills" "1"
  95511. "KDR" "2.571429"
  95512. "enemy_kills" "36"
  95513. "deaths" "14"
  95514. "matches_played" "2"
  95515. }
  95516. "stage4"
  95517. {
  95518. "clutch_kills" "4"
  95519. "pistol_kills" "8"
  95520. "opening_kills" "3"
  95521. "sniper_kills" "1"
  95522. "KDR" "1.153846"
  95523. "enemy_kills" "45"
  95524. "deaths" "39"
  95525. "matches_played" "2"
  95526. }
  95527. }
  95528. "11"
  95529. {
  95530. "team" "6"
  95531. }
  95532. "12"
  95533. {
  95534. "team" "6"
  95535. }
  95536. "13"
  95537. {
  95538. "team" "6"
  95539. }
  95540. }
  95541. }
  95542. "28361465"
  95543. {
  95544. "name" "olofmeister"
  95545. "code" "olofmeister"
  95546. "dob" "1992-01-31"
  95547. "geo" "SE"
  95548. "events"
  95549. {
  95550. "7"
  95551. {
  95552. "team" "6"
  95553. "clutch_kills" "4"
  95554. "pistol_kills" "25"
  95555. "opening_kills" "26"
  95556. "sniper_kills" "15"
  95557. "KDR" "1.387000"
  95558. "enemy_kills" "190"
  95559. "deaths" "137"
  95560. "matches_played" "9"
  95561. }
  95562. "8"
  95563. {
  95564. "team" "6"
  95565. "clutch_kills" "6"
  95566. "pistol_kills" "26"
  95567. "opening_kills" "27"
  95568. "sniper_kills" "10"
  95569. "KDR" "0.983740"
  95570. "enemy_kills" "121"
  95571. "deaths" "123"
  95572. "matches_played" "7"
  95573. "stage0"
  95574. {
  95575. "clutch_kills" "0"
  95576. "pistol_kills" "2"
  95577. "opening_kills" "3"
  95578. "sniper_kills" "0"
  95579. "KDR" "0.666667"
  95580. "enemy_kills" "12"
  95581. "deaths" "18"
  95582. "matches_played" "1"
  95583. }
  95584. "stage1"
  95585. {
  95586. "clutch_kills" "3"
  95587. "pistol_kills" "10"
  95588. "opening_kills" "6"
  95589. "sniper_kills" "3"
  95590. "KDR" "1.250000"
  95591. "enemy_kills" "25"
  95592. "deaths" "20"
  95593. "matches_played" "1"
  95594. }
  95595. "stage2"
  95596. {
  95597. "clutch_kills" "3"
  95598. "pistol_kills" "6"
  95599. "opening_kills" "8"
  95600. "sniper_kills" "0"
  95601. "KDR" "1.300000"
  95602. "enemy_kills" "39"
  95603. "deaths" "30"
  95604. "matches_played" "2"
  95605. }
  95606. "stage3"
  95607. {
  95608. "clutch_kills" "0"
  95609. "pistol_kills" "8"
  95610. "opening_kills" "10"
  95611. "sniper_kills" "7"
  95612. "KDR" "0.818182"
  95613. "enemy_kills" "45"
  95614. "deaths" "55"
  95615. "matches_played" "3"
  95616. }
  95617. }
  95618. "9"
  95619. {
  95620. "team" "6"
  95621. "clutch_kills" "8"
  95622. "pistol_kills" "15"
  95623. "opening_kills" "14"
  95624. "sniper_kills" "21"
  95625. "KDR" "1"
  95626. "enemy_kills" "107"
  95627. "deaths" "107"
  95628. "matches_played" "6"
  95629. "stage0"
  95630. {
  95631. "clutch_kills" "1"
  95632. "pistol_kills" "0"
  95633. "opening_kills" "4"
  95634. "sniper_kills" "3"
  95635. "KDR" "2"
  95636. "enemy_kills" "20"
  95637. "deaths" "10"
  95638. "matches_played" "1"
  95639. }
  95640. "stage1"
  95641. {
  95642. "clutch_kills" "2"
  95643. "pistol_kills" "2"
  95644. "opening_kills" "3"
  95645. "sniper_kills" "3"
  95646. "KDR" "0.655172"
  95647. "enemy_kills" "19"
  95648. "deaths" "29"
  95649. "matches_played" "1"
  95650. }
  95651. "stage2"
  95652. {
  95653. "clutch_kills" "2"
  95654. "pistol_kills" "8"
  95655. "opening_kills" "4"
  95656. "sniper_kills" "7"
  95657. "KDR" "1.413793"
  95658. "enemy_kills" "41"
  95659. "deaths" "29"
  95660. "matches_played" "2"
  95661. }
  95662. "stage3"
  95663. {
  95664. "clutch_kills" "3"
  95665. "pistol_kills" "5"
  95666. "opening_kills" "3"
  95667. "sniper_kills" "8"
  95668. "KDR" "0.692308"
  95669. "enemy_kills" "27"
  95670. "deaths" "39"
  95671. "matches_played" "2"
  95672. }
  95673. }
  95674. "10"
  95675. {
  95676. "team" "6"
  95677. "clutch_kills" "9"
  95678. "pistol_kills" "19"
  95679. "opening_kills" "28"
  95680. "sniper_kills" "23"
  95681. "KDR" "1.083969"
  95682. "enemy_kills" "142"
  95683. "deaths" "131"
  95684. "matches_played" "8"
  95685. "stage0"
  95686. {
  95687. "clutch_kills" "1"
  95688. "pistol_kills" "1"
  95689. "opening_kills" "4"
  95690. "sniper_kills" "4"
  95691. "KDR" "0.695652"
  95692. "enemy_kills" "16"
  95693. "deaths" "23"
  95694. "matches_played" "1"
  95695. }
  95696. "stage1"
  95697. {
  95698. "clutch_kills" "1"
  95699. "pistol_kills" "3"
  95700. "opening_kills" "3"
  95701. "sniper_kills" "2"
  95702. "KDR" "0.652174"
  95703. "enemy_kills" "15"
  95704. "deaths" "23"
  95705. "matches_played" "1"
  95706. }
  95707. "stage2"
  95708. {
  95709. "clutch_kills" "4"
  95710. "pistol_kills" "6"
  95711. "opening_kills" "7"
  95712. "sniper_kills" "8"
  95713. "KDR" "1.360000"
  95714. "enemy_kills" "34"
  95715. "deaths" "25"
  95716. "matches_played" "2"
  95717. }
  95718. "stage3"
  95719. {
  95720. "clutch_kills" "1"
  95721. "pistol_kills" "8"
  95722. "opening_kills" "5"
  95723. "sniper_kills" "9"
  95724. "KDR" "2.277778"
  95725. "enemy_kills" "41"
  95726. "deaths" "18"
  95727. "matches_played" "2"
  95728. }
  95729. "stage4"
  95730. {
  95731. "clutch_kills" "2"
  95732. "pistol_kills" "1"
  95733. "opening_kills" "9"
  95734. "sniper_kills" "0"
  95735. "KDR" "0.857143"
  95736. "enemy_kills" "36"
  95737. "deaths" "42"
  95738. "matches_played" "2"
  95739. }
  95740. }
  95741. "11"
  95742. {
  95743. "team" "6"
  95744. }
  95745. "12"
  95746. {
  95747. "team" "6"
  95748. }
  95749. "13"
  95750. {
  95751. "team" "61"
  95752. }
  95753. }
  95754. }
  95755. "424467"
  95756. {
  95757. "name" "FalleN"
  95758. "code" "fallen"
  95759. "dob" "1991-05-30"
  95760. "geo" "BR"
  95761. "events"
  95762. {
  95763. "7"
  95764. {
  95765. "team" "57"
  95766. "clutch_kills" "10"
  95767. "pistol_kills" "7"
  95768. "opening_kills" "19"
  95769. "sniper_kills" "84"
  95770. "KDR" "1.117000"
  95771. "enemy_kills" "115"
  95772. "deaths" "103"
  95773. "matches_played" "5"
  95774. }
  95775. "8"
  95776. {
  95777. "team" "57"
  95778. "clutch_kills" "4"
  95779. "pistol_kills" "14"
  95780. "opening_kills" "12"
  95781. "sniper_kills" "27"
  95782. "KDR" "0.746988"
  95783. "enemy_kills" "62"
  95784. "deaths" "83"
  95785. "matches_played" "4"
  95786. "stage0"
  95787. {
  95788. "clutch_kills" "0"
  95789. "pistol_kills" "2"
  95790. "opening_kills" "2"
  95791. "sniper_kills" "9"
  95792. "KDR" "0.812500"
  95793. "enemy_kills" "13"
  95794. "deaths" "16"
  95795. "matches_played" "1"
  95796. }
  95797. "stage1"
  95798. {
  95799. "clutch_kills" "0"
  95800. "pistol_kills" "5"
  95801. "opening_kills" "2"
  95802. "sniper_kills" "4"
  95803. "KDR" "1.210526"
  95804. "enemy_kills" "23"
  95805. "deaths" "19"
  95806. "matches_played" "1"
  95807. }
  95808. "stage3"
  95809. {
  95810. "clutch_kills" "4"
  95811. "pistol_kills" "7"
  95812. "opening_kills" "8"
  95813. "sniper_kills" "14"
  95814. "KDR" "0.541667"
  95815. "enemy_kills" "26"
  95816. "deaths" "48"
  95817. "matches_played" "2"
  95818. }
  95819. }
  95820. "9"
  95821. {
  95822. "team" "57"
  95823. "clutch_kills" "20"
  95824. "pistol_kills" "29"
  95825. "opening_kills" "36"
  95826. "sniper_kills" "117"
  95827. "KDR" "1.331035"
  95828. "enemy_kills" "193"
  95829. "deaths" "145"
  95830. "matches_played" "9"
  95831. "stage0"
  95832. {
  95833. "clutch_kills" "0"
  95834. "pistol_kills" "2"
  95835. "opening_kills" "3"
  95836. "sniper_kills" "10"
  95837. "KDR" "0.789474"
  95838. "enemy_kills" "15"
  95839. "deaths" "19"
  95840. "matches_played" "1"
  95841. }
  95842. "stage1"
  95843. {
  95844. "clutch_kills" "1"
  95845. "pistol_kills" "5"
  95846. "opening_kills" "3"
  95847. "sniper_kills" "10"
  95848. "KDR" "3"
  95849. "enemy_kills" "18"
  95850. "deaths" "6"
  95851. "matches_played" "1"
  95852. }
  95853. "stage3"
  95854. {
  95855. "clutch_kills" "2"
  95856. "pistol_kills" "9"
  95857. "opening_kills" "14"
  95858. "sniper_kills" "32"
  95859. "KDR" "1.051724"
  95860. "enemy_kills" "61"
  95861. "deaths" "58"
  95862. "matches_played" "3"
  95863. }
  95864. "stage4"
  95865. {
  95866. "clutch_kills" "9"
  95867. "pistol_kills" "7"
  95868. "opening_kills" "9"
  95869. "sniper_kills" "34"
  95870. "KDR" "1.444444"
  95871. "enemy_kills" "52"
  95872. "deaths" "36"
  95873. "matches_played" "2"
  95874. }
  95875. "stage6"
  95876. {
  95877. "clutch_kills" "8"
  95878. "pistol_kills" "6"
  95879. "opening_kills" "7"
  95880. "sniper_kills" "31"
  95881. "KDR" "1.807692"
  95882. "enemy_kills" "47"
  95883. "deaths" "26"
  95884. "matches_played" "2"
  95885. }
  95886. }
  95887. "10"
  95888. {
  95889. "team" "14"
  95890. "clutch_kills" "9"
  95891. "pistol_kills" "21"
  95892. "opening_kills" "33"
  95893. "sniper_kills" "101"
  95894. "KDR" "1.257353"
  95895. "enemy_kills" "171"
  95896. "deaths" "136"
  95897. "matches_played" "9"
  95898. "stage0"
  95899. {
  95900. "clutch_kills" "0"
  95901. "pistol_kills" "2"
  95902. "opening_kills" "5"
  95903. "sniper_kills" "12"
  95904. "KDR" "1.428571"
  95905. "enemy_kills" "20"
  95906. "deaths" "14"
  95907. "matches_played" "1"
  95908. }
  95909. "stage1"
  95910. {
  95911. "clutch_kills" "2"
  95912. "pistol_kills" "3"
  95913. "opening_kills" "1"
  95914. "sniper_kills" "6"
  95915. "KDR" "1.800000"
  95916. "enemy_kills" "18"
  95917. "deaths" "10"
  95918. "matches_played" "1"
  95919. }
  95920. "stage3"
  95921. {
  95922. "clutch_kills" "2"
  95923. "pistol_kills" "5"
  95924. "opening_kills" "11"
  95925. "sniper_kills" "21"
  95926. "KDR" "0.972973"
  95927. "enemy_kills" "36"
  95928. "deaths" "37"
  95929. "matches_played" "2"
  95930. }
  95931. "stage4"
  95932. {
  95933. "clutch_kills" "3"
  95934. "pistol_kills" "8"
  95935. "opening_kills" "10"
  95936. "sniper_kills" "35"
  95937. "KDR" "1.312500"
  95938. "enemy_kills" "63"
  95939. "deaths" "48"
  95940. "matches_played" "3"
  95941. }
  95942. "stage5"
  95943. {
  95944. "clutch_kills" "2"
  95945. "pistol_kills" "3"
  95946. "opening_kills" "6"
  95947. "sniper_kills" "27"
  95948. "KDR" "1.259259"
  95949. "enemy_kills" "34"
  95950. "deaths" "27"
  95951. "matches_played" "2"
  95952. }
  95953. }
  95954. "11"
  95955. {
  95956. "team" "14"
  95957. }
  95958. "12"
  95959. {
  95960. "team" "14"
  95961. }
  95962. "13"
  95963. {
  95964. "team" "14"
  95965. }
  95966. }
  95967. }
  95968. "54512474"
  95969. {
  95970. "name" "steel"
  95971. "code" "steel"
  95972. "dob" "1992-03-08"
  95973. "geo" "BR"
  95974. "events"
  95975. {
  95976. "7"
  95977. {
  95978. "team" "57"
  95979. "clutch_kills" "5"
  95980. "pistol_kills" "13"
  95981. "opening_kills" "7"
  95982. "sniper_kills" "0"
  95983. "KDR" "0.648000"
  95984. "enemy_kills" "68"
  95985. "deaths" "105"
  95986. "matches_played" "5"
  95987. }
  95988. "8"
  95989. {
  95990. "team" "57"
  95991. "clutch_kills" "8"
  95992. "pistol_kills" "15"
  95993. "opening_kills" "6"
  95994. "sniper_kills" "1"
  95995. "KDR" "0.890411"
  95996. "enemy_kills" "65"
  95997. "deaths" "73"
  95998. "matches_played" "4"
  95999. "stage0"
  96000. {
  96001. "clutch_kills" "1"
  96002. "pistol_kills" "4"
  96003. "opening_kills" "0"
  96004. "sniper_kills" "1"
  96005. "KDR" "1.454545"
  96006. "enemy_kills" "16"
  96007. "deaths" "11"
  96008. "matches_played" "1"
  96009. }
  96010. "stage1"
  96011. {
  96012. "clutch_kills" "1"
  96013. "pistol_kills" "2"
  96014. "opening_kills" "2"
  96015. "sniper_kills" "0"
  96016. "KDR" "0.454545"
  96017. "enemy_kills" "10"
  96018. "deaths" "22"
  96019. "matches_played" "1"
  96020. }
  96021. "stage3"
  96022. {
  96023. "clutch_kills" "6"
  96024. "pistol_kills" "9"
  96025. "opening_kills" "4"
  96026. "sniper_kills" "0"
  96027. "KDR" "0.975000"
  96028. "enemy_kills" "39"
  96029. "deaths" "40"
  96030. "matches_played" "2"
  96031. }
  96032. }
  96033. "12"
  96034. {
  96035. "team" "71"
  96036. }
  96037. }
  96038. }
  96039. "38921219"
  96040. {
  96041. "name" "fer"
  96042. "code" "fer"
  96043. "dob" "1991-10-30"
  96044. "geo" "BR"
  96045. "events"
  96046. {
  96047. "7"
  96048. {
  96049. "team" "57"
  96050. "clutch_kills" "5"
  96051. "pistol_kills" "28"
  96052. "opening_kills" "24"
  96053. "sniper_kills" "2"
  96054. "KDR" "1.092000"
  96055. "enemy_kills" "119"
  96056. "deaths" "109"
  96057. "matches_played" "5"
  96058. }
  96059. "8"
  96060. {
  96061. "team" "57"
  96062. "clutch_kills" "11"
  96063. "pistol_kills" "16"
  96064. "opening_kills" "11"
  96065. "sniper_kills" "0"
  96066. "KDR" "0.976471"
  96067. "enemy_kills" "83"
  96068. "deaths" "85"
  96069. "matches_played" "4"
  96070. "stage0"
  96071. {
  96072. "clutch_kills" "0"
  96073. "pistol_kills" "2"
  96074. "opening_kills" "3"
  96075. "sniper_kills" "0"
  96076. "KDR" "0.666667"
  96077. "enemy_kills" "12"
  96078. "deaths" "18"
  96079. "matches_played" "1"
  96080. }
  96081. "stage1"
  96082. {
  96083. "clutch_kills" "1"
  96084. "pistol_kills" "5"
  96085. "opening_kills" "3"
  96086. "sniper_kills" "0"
  96087. "KDR" "1"
  96088. "enemy_kills" "20"
  96089. "deaths" "20"
  96090. "matches_played" "1"
  96091. }
  96092. "stage3"
  96093. {
  96094. "clutch_kills" "10"
  96095. "pistol_kills" "9"
  96096. "opening_kills" "5"
  96097. "sniper_kills" "0"
  96098. "KDR" "1.085106"
  96099. "enemy_kills" "51"
  96100. "deaths" "47"
  96101. "matches_played" "2"
  96102. }
  96103. }
  96104. "9"
  96105. {
  96106. "team" "57"
  96107. "clutch_kills" "6"
  96108. "pistol_kills" "32"
  96109. "opening_kills" "42"
  96110. "sniper_kills" "0"
  96111. "KDR" "1.010870"
  96112. "enemy_kills" "186"
  96113. "deaths" "184"
  96114. "matches_played" "9"
  96115. "stage0"
  96116. {
  96117. "clutch_kills" "0"
  96118. "pistol_kills" "3"
  96119. "opening_kills" "4"
  96120. "sniper_kills" "0"
  96121. "KDR" "1.235294"
  96122. "enemy_kills" "21"
  96123. "deaths" "17"
  96124. "matches_played" "1"
  96125. }
  96126. "stage1"
  96127. {
  96128. "clutch_kills" "0"
  96129. "pistol_kills" "1"
  96130. "opening_kills" "1"
  96131. "sniper_kills" "0"
  96132. "KDR" "0.692308"
  96133. "enemy_kills" "9"
  96134. "deaths" "13"
  96135. "matches_played" "1"
  96136. }
  96137. "stage3"
  96138. {
  96139. "clutch_kills" "2"
  96140. "pistol_kills" "12"
  96141. "opening_kills" "16"
  96142. "sniper_kills" "0"
  96143. "KDR" "0.859155"
  96144. "enemy_kills" "61"
  96145. "deaths" "71"
  96146. "matches_played" "3"
  96147. }
  96148. "stage4"
  96149. {
  96150. "clutch_kills" "2"
  96151. "pistol_kills" "9"
  96152. "opening_kills" "9"
  96153. "sniper_kills" "0"
  96154. "KDR" "1"
  96155. "enemy_kills" "44"
  96156. "deaths" "44"
  96157. "matches_played" "2"
  96158. }
  96159. "stage6"
  96160. {
  96161. "clutch_kills" "2"
  96162. "pistol_kills" "7"
  96163. "opening_kills" "12"
  96164. "sniper_kills" "0"
  96165. "KDR" "1.307692"
  96166. "enemy_kills" "51"
  96167. "deaths" "39"
  96168. "matches_played" "2"
  96169. }
  96170. }
  96171. "10"
  96172. {
  96173. "team" "14"
  96174. "clutch_kills" "9"
  96175. "pistol_kills" "33"
  96176. "opening_kills" "34"
  96177. "sniper_kills" "0"
  96178. "KDR" "1.050955"
  96179. "enemy_kills" "165"
  96180. "deaths" "157"
  96181. "matches_played" "9"
  96182. "stage0"
  96183. {
  96184. "clutch_kills" "3"
  96185. "pistol_kills" "4"
  96186. "opening_kills" "5"
  96187. "sniper_kills" "0"
  96188. "KDR" "0.900000"
  96189. "enemy_kills" "18"
  96190. "deaths" "20"
  96191. "matches_played" "1"
  96192. }
  96193. "stage1"
  96194. {
  96195. "clutch_kills" "0"
  96196. "pistol_kills" "3"
  96197. "opening_kills" "7"
  96198. "sniper_kills" "0"
  96199. "KDR" "1.384615"
  96200. "enemy_kills" "18"
  96201. "deaths" "13"
  96202. "matches_played" "1"
  96203. }
  96204. "stage3"
  96205. {
  96206. "clutch_kills" "1"
  96207. "pistol_kills" "5"
  96208. "opening_kills" "5"
  96209. "sniper_kills" "0"
  96210. "KDR" "0.973684"
  96211. "enemy_kills" "37"
  96212. "deaths" "38"
  96213. "matches_played" "2"
  96214. }
  96215. "stage4"
  96216. {
  96217. "clutch_kills" "2"
  96218. "pistol_kills" "12"
  96219. "opening_kills" "12"
  96220. "sniper_kills" "0"
  96221. "KDR" "1.181818"
  96222. "enemy_kills" "65"
  96223. "deaths" "55"
  96224. "matches_played" "3"
  96225. }
  96226. "stage5"
  96227. {
  96228. "clutch_kills" "3"
  96229. "pistol_kills" "9"
  96230. "opening_kills" "5"
  96231. "sniper_kills" "0"
  96232. "KDR" "0.870968"
  96233. "enemy_kills" "27"
  96234. "deaths" "31"
  96235. "matches_played" "2"
  96236. }
  96237. }
  96238. "11"
  96239. {
  96240. "team" "14"
  96241. }
  96242. "12"
  96243. {
  96244. "team" "14"
  96245. }
  96246. "13"
  96247. {
  96248. "team" "14"
  96249. }
  96250. }
  96251. }
  96252. "58113672"
  96253. {
  96254. "name" "boltz"
  96255. "code" "boltz"
  96256. "dob" "1997-04-10"
  96257. "geo" "BR"
  96258. "events"
  96259. {
  96260. "7"
  96261. {
  96262. "team" "57"
  96263. "clutch_kills" "7"
  96264. "pistol_kills" "20"
  96265. "opening_kills" "11"
  96266. "sniper_kills" "0"
  96267. "KDR" "0.895000"
  96268. "enemy_kills" "94"
  96269. "deaths" "105"
  96270. "matches_played" "5"
  96271. }
  96272. "8"
  96273. {
  96274. "team" "57"
  96275. "clutch_kills" "3"
  96276. "pistol_kills" "13"
  96277. "opening_kills" "10"
  96278. "sniper_kills" "1"
  96279. "KDR" "1.012500"
  96280. "enemy_kills" "81"
  96281. "deaths" "80"
  96282. "matches_played" "4"
  96283. "stage0"
  96284. {
  96285. "clutch_kills" "0"
  96286. "pistol_kills" "3"
  96287. "opening_kills" "4"
  96288. "sniper_kills" "0"
  96289. "KDR" "1.058824"
  96290. "enemy_kills" "18"
  96291. "deaths" "17"
  96292. "matches_played" "1"
  96293. }
  96294. "stage1"
  96295. {
  96296. "clutch_kills" "1"
  96297. "pistol_kills" "1"
  96298. "opening_kills" "3"
  96299. "sniper_kills" "0"
  96300. "KDR" "0.904762"
  96301. "enemy_kills" "19"
  96302. "deaths" "21"
  96303. "matches_played" "1"
  96304. }
  96305. "stage3"
  96306. {
  96307. "clutch_kills" "2"
  96308. "pistol_kills" "9"
  96309. "opening_kills" "3"
  96310. "sniper_kills" "1"
  96311. "KDR" "1.047619"
  96312. "enemy_kills" "44"
  96313. "deaths" "42"
  96314. "matches_played" "2"
  96315. }
  96316. }
  96317. "12"
  96318. {
  96319. "team" "71"
  96320. }
  96321. }
  96322. }
  96323. "79720871"
  96324. {
  96325. "name" "coldzera"
  96326. "code" "coldzera"
  96327. "dob" "1994-10-31"
  96328. "geo" "BR"
  96329. "events"
  96330. {
  96331. "7"
  96332. {
  96333. "team" "57"
  96334. "clutch_kills" "11"
  96335. "pistol_kills" "21"
  96336. "opening_kills" "10"
  96337. "sniper_kills" "6"
  96338. "KDR" "1.099000"
  96339. "enemy_kills" "111"
  96340. "deaths" "101"
  96341. "matches_played" "5"
  96342. }
  96343. "8"
  96344. {
  96345. "team" "57"
  96346. "clutch_kills" "8"
  96347. "pistol_kills" "24"
  96348. "opening_kills" "12"
  96349. "sniper_kills" "13"
  96350. "KDR" "1.226667"
  96351. "enemy_kills" "92"
  96352. "deaths" "75"
  96353. "matches_played" "4"
  96354. "stage0"
  96355. {
  96356. "clutch_kills" "4"
  96357. "pistol_kills" "6"
  96358. "opening_kills" "7"
  96359. "sniper_kills" "6"
  96360. "KDR" "2.066667"
  96361. "enemy_kills" "31"
  96362. "deaths" "15"
  96363. "matches_played" "1"
  96364. }
  96365. "stage1"
  96366. {
  96367. "clutch_kills" "0"
  96368. "pistol_kills" "8"
  96369. "opening_kills" "2"
  96370. "sniper_kills" "4"
  96371. "KDR" "1.444444"
  96372. "enemy_kills" "26"
  96373. "deaths" "18"
  96374. "matches_played" "1"
  96375. }
  96376. "stage3"
  96377. {
  96378. "clutch_kills" "4"
  96379. "pistol_kills" "10"
  96380. "opening_kills" "3"
  96381. "sniper_kills" "3"
  96382. "KDR" "0.833333"
  96383. "enemy_kills" "35"
  96384. "deaths" "42"
  96385. "matches_played" "2"
  96386. }
  96387. }
  96388. "9"
  96389. {
  96390. "team" "57"
  96391. "clutch_kills" "21"
  96392. "pistol_kills" "36"
  96393. "opening_kills" "22"
  96394. "sniper_kills" "53"
  96395. "KDR" "1.546053"
  96396. "enemy_kills" "235"
  96397. "deaths" "152"
  96398. "matches_played" "9"
  96399. "stage0"
  96400. {
  96401. "clutch_kills" "2"
  96402. "pistol_kills" "3"
  96403. "opening_kills" "1"
  96404. "sniper_kills" "7"
  96405. "KDR" "1.411765"
  96406. "enemy_kills" "24"
  96407. "deaths" "17"
  96408. "matches_played" "1"
  96409. }
  96410. "stage1"
  96411. {
  96412. "clutch_kills" "3"
  96413. "pistol_kills" "5"
  96414. "opening_kills" "2"
  96415. "sniper_kills" "1"
  96416. "KDR" "2.200000"
  96417. "enemy_kills" "22"
  96418. "deaths" "10"
  96419. "matches_played" "1"
  96420. }
  96421. "stage3"
  96422. {
  96423. "clutch_kills" "6"
  96424. "pistol_kills" "10"
  96425. "opening_kills" "6"
  96426. "sniper_kills" "18"
  96427. "KDR" "1.377358"
  96428. "enemy_kills" "73"
  96429. "deaths" "53"
  96430. "matches_played" "3"
  96431. }
  96432. "stage4"
  96433. {
  96434. "clutch_kills" "5"
  96435. "pistol_kills" "10"
  96436. "opening_kills" "6"
  96437. "sniper_kills" "13"
  96438. "KDR" "1.523810"
  96439. "enemy_kills" "64"
  96440. "deaths" "42"
  96441. "matches_played" "2"
  96442. }
  96443. "stage6"
  96444. {
  96445. "clutch_kills" "5"
  96446. "pistol_kills" "8"
  96447. "opening_kills" "7"
  96448. "sniper_kills" "14"
  96449. "KDR" "1.733333"
  96450. "enemy_kills" "52"
  96451. "deaths" "30"
  96452. "matches_played" "2"
  96453. }
  96454. }
  96455. "10"
  96456. {
  96457. "team" "14"
  96458. "clutch_kills" "23"
  96459. "pistol_kills" "49"
  96460. "opening_kills" "16"
  96461. "sniper_kills" "60"
  96462. "KDR" "1.717742"
  96463. "enemy_kills" "213"
  96464. "deaths" "124"
  96465. "matches_played" "9"
  96466. "stage0"
  96467. {
  96468. "clutch_kills" "1"
  96469. "pistol_kills" "7"
  96470. "opening_kills" "2"
  96471. "sniper_kills" "7"
  96472. "KDR" "2.166667"
  96473. "enemy_kills" "26"
  96474. "deaths" "12"
  96475. "matches_played" "1"
  96476. }
  96477. "stage1"
  96478. {
  96479. "clutch_kills" "0"
  96480. "pistol_kills" "4"
  96481. "opening_kills" "4"
  96482. "sniper_kills" "14"
  96483. "KDR" "2.777778"
  96484. "enemy_kills" "25"
  96485. "deaths" "9"
  96486. "matches_played" "1"
  96487. }
  96488. "stage3"
  96489. {
  96490. "clutch_kills" "3"
  96491. "pistol_kills" "9"
  96492. "opening_kills" "4"
  96493. "sniper_kills" "4"
  96494. "KDR" "1.243243"
  96495. "enemy_kills" "46"
  96496. "deaths" "37"
  96497. "matches_played" "2"
  96498. }
  96499. "stage4"
  96500. {
  96501. "clutch_kills" "15"
  96502. "pistol_kills" "15"
  96503. "opening_kills" "3"
  96504. "sniper_kills" "20"
  96505. "KDR" "1.565217"
  96506. "enemy_kills" "72"
  96507. "deaths" "46"
  96508. "matches_played" "3"
  96509. }
  96510. "stage5"
  96511. {
  96512. "clutch_kills" "4"
  96513. "pistol_kills" "14"
  96514. "opening_kills" "3"
  96515. "sniper_kills" "15"
  96516. "KDR" "2.200000"
  96517. "enemy_kills" "44"
  96518. "deaths" "20"
  96519. "matches_played" "2"
  96520. }
  96521. }
  96522. "11"
  96523. {
  96524. "team" "14"
  96525. }
  96526. "12"
  96527. {
  96528. "team" "14"
  96529. }
  96530. "13"
  96531. {
  96532. "team" "14"
  96533. }
  96534. }
  96535. }
  96536. "12065295"
  96537. {
  96538. "name" "GuardiaN"
  96539. "code" "guardian"
  96540. "dob" "1991-07-19"
  96541. "geo" "SK"
  96542. "events"
  96543. {
  96544. "7"
  96545. {
  96546. "team" "12"
  96547. "clutch_kills" "8"
  96548. "pistol_kills" "10"
  96549. "opening_kills" "20"
  96550. "sniper_kills" "44"
  96551. "KDR" "0.968000"
  96552. "enemy_kills" "91"
  96553. "deaths" "94"
  96554. "matches_played" "5"
  96555. }
  96556. "8"
  96557. {
  96558. "team" "12"
  96559. "clutch_kills" "14"
  96560. "pistol_kills" "36"
  96561. "opening_kills" "56"
  96562. "sniper_kills" "152"
  96563. "KDR" "1.509202"
  96564. "enemy_kills" "246"
  96565. "deaths" "163"
  96566. "matches_played" "11"
  96567. "stage0"
  96568. {
  96569. "clutch_kills" "1"
  96570. "pistol_kills" "2"
  96571. "opening_kills" "5"
  96572. "sniper_kills" "14"
  96573. "KDR" "1.733333"
  96574. "enemy_kills" "26"
  96575. "deaths" "15"
  96576. "matches_played" "1"
  96577. }
  96578. "stage1"
  96579. {
  96580. "clutch_kills" "0"
  96581. "pistol_kills" "2"
  96582. "opening_kills" "5"
  96583. "sniper_kills" "11"
  96584. "KDR" "0.619048"
  96585. "enemy_kills" "13"
  96586. "deaths" "21"
  96587. "matches_played" "1"
  96588. }
  96589. "stage2"
  96590. {
  96591. "clutch_kills" "0"
  96592. "pistol_kills" "12"
  96593. "opening_kills" "15"
  96594. "sniper_kills" "36"
  96595. "KDR" "1.418605"
  96596. "enemy_kills" "61"
  96597. "deaths" "43"
  96598. "matches_played" "3"
  96599. }
  96600. "stage3"
  96601. {
  96602. "clutch_kills" "4"
  96603. "pistol_kills" "10"
  96604. "opening_kills" "17"
  96605. "sniper_kills" "31"
  96606. "KDR" "1.400000"
  96607. "enemy_kills" "56"
  96608. "deaths" "40"
  96609. "matches_played" "2"
  96610. }
  96611. "stage4"
  96612. {
  96613. "clutch_kills" "9"
  96614. "pistol_kills" "10"
  96615. "opening_kills" "14"
  96616. "sniper_kills" "60"
  96617. "KDR" "2.045455"
  96618. "enemy_kills" "90"
  96619. "deaths" "44"
  96620. "matches_played" "4"
  96621. }
  96622. }
  96623. "9"
  96624. {
  96625. "team" "12"
  96626. "clutch_kills" "6"
  96627. "pistol_kills" "20"
  96628. "opening_kills" "23"
  96629. "sniper_kills" "67"
  96630. "KDR" "0.890625"
  96631. "enemy_kills" "114"
  96632. "deaths" "128"
  96633. "matches_played" "8"
  96634. "stage0"
  96635. {
  96636. "clutch_kills" "1"
  96637. "pistol_kills" "3"
  96638. "opening_kills" "2"
  96639. "sniper_kills" "7"
  96640. "KDR" "1.454545"
  96641. "enemy_kills" "16"
  96642. "deaths" "11"
  96643. "matches_played" "1"
  96644. }
  96645. "stage1"
  96646. {
  96647. "clutch_kills" "0"
  96648. "pistol_kills" "3"
  96649. "opening_kills" "2"
  96650. "sniper_kills" "14"
  96651. "KDR" "2.375000"
  96652. "enemy_kills" "19"
  96653. "deaths" "8"
  96654. "matches_played" "1"
  96655. }
  96656. "stage3"
  96657. {
  96658. "clutch_kills" "0"
  96659. "pistol_kills" "7"
  96660. "opening_kills" "9"
  96661. "sniper_kills" "16"
  96662. "KDR" "0.888889"
  96663. "enemy_kills" "32"
  96664. "deaths" "36"
  96665. "matches_played" "2"
  96666. }
  96667. "stage4"
  96668. {
  96669. "clutch_kills" "2"
  96670. "pistol_kills" "4"
  96671. "opening_kills" "7"
  96672. "sniper_kills" "15"
  96673. "KDR" "0.800000"
  96674. "enemy_kills" "24"
  96675. "deaths" "30"
  96676. "matches_played" "2"
  96677. }
  96678. "stage6"
  96679. {
  96680. "clutch_kills" "3"
  96681. "pistol_kills" "3"
  96682. "opening_kills" "3"
  96683. "sniper_kills" "15"
  96684. "KDR" "0.534884"
  96685. "enemy_kills" "23"
  96686. "deaths" "43"
  96687. "matches_played" "2"
  96688. }
  96689. }
  96690. "10"
  96691. {
  96692. "team" "12"
  96693. "clutch_kills" "12"
  96694. "pistol_kills" "18"
  96695. "opening_kills" "15"
  96696. "sniper_kills" "44"
  96697. "KDR" "1.103896"
  96698. "enemy_kills" "85"
  96699. "deaths" "77"
  96700. "matches_played" "5"
  96701. "stage0"
  96702. {
  96703. "clutch_kills" "3"
  96704. "pistol_kills" "5"
  96705. "opening_kills" "5"
  96706. "sniper_kills" "16"
  96707. "KDR" "1.909091"
  96708. "enemy_kills" "21"
  96709. "deaths" "11"
  96710. "matches_played" "1"
  96711. }
  96712. "stage1"
  96713. {
  96714. "clutch_kills" "2"
  96715. "pistol_kills" "4"
  96716. "opening_kills" "3"
  96717. "sniper_kills" "10"
  96718. "KDR" "1.187500"
  96719. "enemy_kills" "19"
  96720. "deaths" "16"
  96721. "matches_played" "1"
  96722. }
  96723. "stage3"
  96724. {
  96725. "clutch_kills" "7"
  96726. "pistol_kills" "9"
  96727. "opening_kills" "7"
  96728. "sniper_kills" "18"
  96729. "KDR" "0.900000"
  96730. "enemy_kills" "45"
  96731. "deaths" "50"
  96732. "matches_played" "3"
  96733. }
  96734. }
  96735. "11"
  96736. {
  96737. "team" "12"
  96738. }
  96739. "12"
  96740. {
  96741. "team" "12"
  96742. }
  96743. "13"
  96744. {
  96745. "team" "61"
  96746. }
  96747. }
  96748. }
  96749. "59062744"
  96750. {
  96751. "name" "Zeus"
  96752. "code" "zeus"
  96753. "dob" "1987-08-10"
  96754. "geo" "UA"
  96755. "events"
  96756. {
  96757. "7"
  96758. {
  96759. "team" "12"
  96760. "clutch_kills" "7"
  96761. "pistol_kills" "23"
  96762. "opening_kills" "9"
  96763. "sniper_kills" "0"
  96764. "KDR" "0.938000"
  96765. "enemy_kills" "90"
  96766. "deaths" "96"
  96767. "matches_played" "5"
  96768. }
  96769. "8"
  96770. {
  96771. "team" "12"
  96772. "clutch_kills" "7"
  96773. "pistol_kills" "31"
  96774. "opening_kills" "18"
  96775. "sniper_kills" "6"
  96776. "KDR" "1.042328"
  96777. "enemy_kills" "197"
  96778. "deaths" "189"
  96779. "matches_played" "11"
  96780. "stage0"
  96781. {
  96782. "clutch_kills" "1"
  96783. "pistol_kills" "4"
  96784. "opening_kills" "2"
  96785. "sniper_kills" "0"
  96786. "KDR" "0.947368"
  96787. "enemy_kills" "18"
  96788. "deaths" "19"
  96789. "matches_played" "1"
  96790. }
  96791. "stage1"
  96792. {
  96793. "clutch_kills" "1"
  96794. "pistol_kills" "1"
  96795. "opening_kills" "0"
  96796. "sniper_kills" "0"
  96797. "KDR" "0.681818"
  96798. "enemy_kills" "15"
  96799. "deaths" "22"
  96800. "matches_played" "1"
  96801. }
  96802. "stage2"
  96803. {
  96804. "clutch_kills" "4"
  96805. "pistol_kills" "11"
  96806. "opening_kills" "5"
  96807. "sniper_kills" "0"
  96808. "KDR" "1"
  96809. "enemy_kills" "52"
  96810. "deaths" "52"
  96811. "matches_played" "3"
  96812. }
  96813. "stage3"
  96814. {
  96815. "clutch_kills" "0"
  96816. "pistol_kills" "3"
  96817. "opening_kills" "3"
  96818. "sniper_kills" "3"
  96819. "KDR" "1.135135"
  96820. "enemy_kills" "42"
  96821. "deaths" "37"
  96822. "matches_played" "2"
  96823. }
  96824. "stage4"
  96825. {
  96826. "clutch_kills" "1"
  96827. "pistol_kills" "12"
  96828. "opening_kills" "8"
  96829. "sniper_kills" "3"
  96830. "KDR" "1.186441"
  96831. "enemy_kills" "70"
  96832. "deaths" "59"
  96833. "matches_played" "4"
  96834. }
  96835. }
  96836. "9"
  96837. {
  96838. "team" "12"
  96839. "clutch_kills" "5"
  96840. "pistol_kills" "17"
  96841. "opening_kills" "10"
  96842. "sniper_kills" "3"
  96843. "KDR" "0.938462"
  96844. "enemy_kills" "122"
  96845. "deaths" "130"
  96846. "matches_played" "8"
  96847. "stage0"
  96848. {
  96849. "clutch_kills" "0"
  96850. "pistol_kills" "3"
  96851. "opening_kills" "2"
  96852. "sniper_kills" "0"
  96853. "KDR" "1.142857"
  96854. "enemy_kills" "16"
  96855. "deaths" "14"
  96856. "matches_played" "1"
  96857. }
  96858. "stage1"
  96859. {
  96860. "clutch_kills" "0"
  96861. "pistol_kills" "2"
  96862. "opening_kills" "1"
  96863. "sniper_kills" "0"
  96864. "KDR" "1.272727"
  96865. "enemy_kills" "14"
  96866. "deaths" "11"
  96867. "matches_played" "1"
  96868. }
  96869. "stage3"
  96870. {
  96871. "clutch_kills" "0"
  96872. "pistol_kills" "2"
  96873. "opening_kills" "2"
  96874. "sniper_kills" "0"
  96875. "KDR" "0.903226"
  96876. "enemy_kills" "28"
  96877. "deaths" "31"
  96878. "matches_played" "2"
  96879. }
  96880. "stage4"
  96881. {
  96882. "clutch_kills" "0"
  96883. "pistol_kills" "3"
  96884. "opening_kills" "4"
  96885. "sniper_kills" "0"
  96886. "KDR" "0.933333"
  96887. "enemy_kills" "28"
  96888. "deaths" "30"
  96889. "matches_played" "2"
  96890. }
  96891. "stage6"
  96892. {
  96893. "clutch_kills" "5"
  96894. "pistol_kills" "7"
  96895. "opening_kills" "1"
  96896. "sniper_kills" "3"
  96897. "KDR" "0.818182"
  96898. "enemy_kills" "36"
  96899. "deaths" "44"
  96900. "matches_played" "2"
  96901. }
  96902. }
  96903. "10"
  96904. {
  96905. "team" "12"
  96906. "clutch_kills" "5"
  96907. "pistol_kills" "15"
  96908. "opening_kills" "9"
  96909. "sniper_kills" "1"
  96910. "KDR" "1"
  96911. "enemy_kills" "88"
  96912. "deaths" "88"
  96913. "matches_played" "5"
  96914. "stage0"
  96915. {
  96916. "clutch_kills" "1"
  96917. "pistol_kills" "4"
  96918. "opening_kills" "1"
  96919. "sniper_kills" "0"
  96920. "KDR" "1.357143"
  96921. "enemy_kills" "19"
  96922. "deaths" "14"
  96923. "matches_played" "1"
  96924. }
  96925. "stage1"
  96926. {
  96927. "clutch_kills" "0"
  96928. "pistol_kills" "4"
  96929. "opening_kills" "3"
  96930. "sniper_kills" "0"
  96931. "KDR" "1"
  96932. "enemy_kills" "19"
  96933. "deaths" "19"
  96934. "matches_played" "1"
  96935. }
  96936. "stage3"
  96937. {
  96938. "clutch_kills" "4"
  96939. "pistol_kills" "7"
  96940. "opening_kills" "5"
  96941. "sniper_kills" "1"
  96942. "KDR" "0.909091"
  96943. "enemy_kills" "50"
  96944. "deaths" "55"
  96945. "matches_played" "3"
  96946. }
  96947. }
  96948. "11"
  96949. {
  96950. "team" "63"
  96951. }
  96952. "12"
  96953. {
  96954. "team" "63"
  96955. }
  96956. "13"
  96957. {
  96958. "team" "12"
  96959. }
  96960. }
  96961. }
  96962. "3648428"
  96963. {
  96964. "name" "seized"
  96965. "code" "seized"
  96966. "dob" "1994-09-09"
  96967. "geo" "RU"
  96968. "events"
  96969. {
  96970. "7"
  96971. {
  96972. "team" "12"
  96973. "clutch_kills" "7"
  96974. "pistol_kills" "19"
  96975. "opening_kills" "15"
  96976. "sniper_kills" "1"
  96977. "KDR" "0.887000"
  96978. "enemy_kills" "86"
  96979. "deaths" "97"
  96980. "matches_played" "5"
  96981. }
  96982. "8"
  96983. {
  96984. "team" "12"
  96985. "clutch_kills" "26"
  96986. "pistol_kills" "32"
  96987. "opening_kills" "30"
  96988. "sniper_kills" "15"
  96989. "KDR" "1.120219"
  96990. "enemy_kills" "205"
  96991. "deaths" "183"
  96992. "matches_played" "11"
  96993. "stage0"
  96994. {
  96995. "clutch_kills" "2"
  96996. "pistol_kills" "3"
  96997. "opening_kills" "1"
  96998. "sniper_kills" "0"
  96999. "KDR" "1.066667"
  97000. "enemy_kills" "16"
  97001. "deaths" "15"
  97002. "matches_played" "1"
  97003. }
  97004. "stage1"
  97005. {
  97006. "clutch_kills" "6"
  97007. "pistol_kills" "2"
  97008. "opening_kills" "1"
  97009. "sniper_kills" "1"
  97010. "KDR" "0.850000"
  97011. "enemy_kills" "17"
  97012. "deaths" "20"
  97013. "matches_played" "1"
  97014. }
  97015. "stage2"
  97016. {
  97017. "clutch_kills" "9"
  97018. "pistol_kills" "11"
  97019. "opening_kills" "10"
  97020. "sniper_kills" "3"
  97021. "KDR" "1.533333"
  97022. "enemy_kills" "69"
  97023. "deaths" "45"
  97024. "matches_played" "3"
  97025. }
  97026. "stage3"
  97027. {
  97028. "clutch_kills" "3"
  97029. "pistol_kills" "5"
  97030. "opening_kills" "7"
  97031. "sniper_kills" "7"
  97032. "KDR" "0.818182"
  97033. "enemy_kills" "36"
  97034. "deaths" "44"
  97035. "matches_played" "2"
  97036. }
  97037. "stage4"
  97038. {
  97039. "clutch_kills" "6"
  97040. "pistol_kills" "11"
  97041. "opening_kills" "11"
  97042. "sniper_kills" "4"
  97043. "KDR" "1.135593"
  97044. "enemy_kills" "67"
  97045. "deaths" "59"
  97046. "matches_played" "4"
  97047. }
  97048. }
  97049. "9"
  97050. {
  97051. "team" "12"
  97052. "clutch_kills" "15"
  97053. "pistol_kills" "29"
  97054. "opening_kills" "21"
  97055. "sniper_kills" "10"
  97056. "KDR" "1.091603"
  97057. "enemy_kills" "143"
  97058. "deaths" "131"
  97059. "matches_played" "8"
  97060. "stage0"
  97061. {
  97062. "clutch_kills" "2"
  97063. "pistol_kills" "1"
  97064. "opening_kills" "3"
  97065. "sniper_kills" "2"
  97066. "KDR" "1.117647"
  97067. "enemy_kills" "19"
  97068. "deaths" "17"
  97069. "matches_played" "1"
  97070. }
  97071. "stage1"
  97072. {
  97073. "clutch_kills" "0"
  97074. "pistol_kills" "1"
  97075. "opening_kills" "5"
  97076. "sniper_kills" "0"
  97077. "KDR" "1.700000"
  97078. "enemy_kills" "17"
  97079. "deaths" "10"
  97080. "matches_played" "1"
  97081. }
  97082. "stage3"
  97083. {
  97084. "clutch_kills" "6"
  97085. "pistol_kills" "11"
  97086. "opening_kills" "5"
  97087. "sniper_kills" "1"
  97088. "KDR" "1.785714"
  97089. "enemy_kills" "50"
  97090. "deaths" "28"
  97091. "matches_played" "2"
  97092. }
  97093. "stage4"
  97094. {
  97095. "clutch_kills" "2"
  97096. "pistol_kills" "7"
  97097. "opening_kills" "3"
  97098. "sniper_kills" "3"
  97099. "KDR" "0.965517"
  97100. "enemy_kills" "28"
  97101. "deaths" "29"
  97102. "matches_played" "2"
  97103. }
  97104. "stage6"
  97105. {
  97106. "clutch_kills" "5"
  97107. "pistol_kills" "9"
  97108. "opening_kills" "5"
  97109. "sniper_kills" "4"
  97110. "KDR" "0.617021"
  97111. "enemy_kills" "29"
  97112. "deaths" "47"
  97113. "matches_played" "2"
  97114. }
  97115. }
  97116. "10"
  97117. {
  97118. "team" "12"
  97119. "clutch_kills" "8"
  97120. "pistol_kills" "21"
  97121. "opening_kills" "19"
  97122. "sniper_kills" "16"
  97123. "KDR" "1.070588"
  97124. "enemy_kills" "91"
  97125. "deaths" "85"
  97126. "matches_played" "5"
  97127. "stage0"
  97128. {
  97129. "clutch_kills" "3"
  97130. "pistol_kills" "6"
  97131. "opening_kills" "5"
  97132. "sniper_kills" "8"
  97133. "KDR" "1.666667"
  97134. "enemy_kills" "20"
  97135. "deaths" "12"
  97136. "matches_played" "1"
  97137. }
  97138. "stage1"
  97139. {
  97140. "clutch_kills" "4"
  97141. "pistol_kills" "3"
  97142. "opening_kills" "4"
  97143. "sniper_kills" "0"
  97144. "KDR" "1.277778"
  97145. "enemy_kills" "23"
  97146. "deaths" "18"
  97147. "matches_played" "1"
  97148. }
  97149. "stage3"
  97150. {
  97151. "clutch_kills" "1"
  97152. "pistol_kills" "12"
  97153. "opening_kills" "10"
  97154. "sniper_kills" "8"
  97155. "KDR" "0.872727"
  97156. "enemy_kills" "48"
  97157. "deaths" "55"
  97158. "matches_played" "3"
  97159. }
  97160. }
  97161. "11"
  97162. {
  97163. "team" "12"
  97164. }
  97165. "12"
  97166. {
  97167. "team" "12"
  97168. }
  97169. "13"
  97170. {
  97171. "team" "43"
  97172. }
  97173. }
  97174. }
  97175. "23429534"
  97176. {
  97177. "name" "Edward"
  97178. "code" "edward"
  97179. "dob" "1987-12-28"
  97180. "geo" "UA"
  97181. "events"
  97182. {
  97183. "7"
  97184. {
  97185. "team" "12"
  97186. "clutch_kills" "8"
  97187. "pistol_kills" "17"
  97188. "opening_kills" "12"
  97189. "sniper_kills" "1"
  97190. "KDR" "0.870000"
  97191. "enemy_kills" "87"
  97192. "deaths" "100"
  97193. "matches_played" "5"
  97194. }
  97195. "8"
  97196. {
  97197. "team" "12"
  97198. "clutch_kills" "13"
  97199. "pistol_kills" "34"
  97200. "opening_kills" "28"
  97201. "sniper_kills" "3"
  97202. "KDR" "0.956044"
  97203. "enemy_kills" "174"
  97204. "deaths" "182"
  97205. "matches_played" "11"
  97206. "stage0"
  97207. {
  97208. "clutch_kills" "0"
  97209. "pistol_kills" "3"
  97210. "opening_kills" "4"
  97211. "sniper_kills" "0"
  97212. "KDR" "1"
  97213. "enemy_kills" "20"
  97214. "deaths" "20"
  97215. "matches_played" "1"
  97216. }
  97217. "stage1"
  97218. {
  97219. "clutch_kills" "4"
  97220. "pistol_kills" "3"
  97221. "opening_kills" "3"
  97222. "sniper_kills" "0"
  97223. "KDR" "0.636364"
  97224. "enemy_kills" "14"
  97225. "deaths" "22"
  97226. "matches_played" "1"
  97227. }
  97228. "stage2"
  97229. {
  97230. "clutch_kills" "1"
  97231. "pistol_kills" "12"
  97232. "opening_kills" "9"
  97233. "sniper_kills" "0"
  97234. "KDR" "1.020408"
  97235. "enemy_kills" "50"
  97236. "deaths" "49"
  97237. "matches_played" "3"
  97238. }
  97239. "stage3"
  97240. {
  97241. "clutch_kills" "4"
  97242. "pistol_kills" "9"
  97243. "opening_kills" "4"
  97244. "sniper_kills" "1"
  97245. "KDR" "1.027778"
  97246. "enemy_kills" "37"
  97247. "deaths" "36"
  97248. "matches_played" "2"
  97249. }
  97250. "stage4"
  97251. {
  97252. "clutch_kills" "4"
  97253. "pistol_kills" "7"
  97254. "opening_kills" "8"
  97255. "sniper_kills" "2"
  97256. "KDR" "0.963636"
  97257. "enemy_kills" "53"
  97258. "deaths" "55"
  97259. "matches_played" "4"
  97260. }
  97261. }
  97262. "9"
  97263. {
  97264. "team" "12"
  97265. "clutch_kills" "16"
  97266. "pistol_kills" "27"
  97267. "opening_kills" "20"
  97268. "sniper_kills" "1"
  97269. "KDR" "1.393443"
  97270. "enemy_kills" "170"
  97271. "deaths" "122"
  97272. "matches_played" "8"
  97273. "stage0"
  97274. {
  97275. "clutch_kills" "1"
  97276. "pistol_kills" "1"
  97277. "opening_kills" "2"
  97278. "sniper_kills" "0"
  97279. "KDR" "1.909091"
  97280. "enemy_kills" "21"
  97281. "deaths" "11"
  97282. "matches_played" "1"
  97283. }
  97284. "stage1"
  97285. {
  97286. "clutch_kills" "1"
  97287. "pistol_kills" "4"
  97288. "opening_kills" "4"
  97289. "sniper_kills" "0"
  97290. "KDR" "2.125000"
  97291. "enemy_kills" "17"
  97292. "deaths" "8"
  97293. "matches_played" "1"
  97294. }
  97295. "stage3"
  97296. {
  97297. "clutch_kills" "4"
  97298. "pistol_kills" "7"
  97299. "opening_kills" "4"
  97300. "sniper_kills" "0"
  97301. "KDR" "1.600000"
  97302. "enemy_kills" "40"
  97303. "deaths" "25"
  97304. "matches_played" "2"
  97305. }
  97306. "stage4"
  97307. {
  97308. "clutch_kills" "2"
  97309. "pistol_kills" "9"
  97310. "opening_kills" "4"
  97311. "sniper_kills" "1"
  97312. "KDR" "1.785714"
  97313. "enemy_kills" "50"
  97314. "deaths" "28"
  97315. "matches_played" "2"
  97316. }
  97317. "stage6"
  97318. {
  97319. "clutch_kills" "8"
  97320. "pistol_kills" "6"
  97321. "opening_kills" "6"
  97322. "sniper_kills" "0"
  97323. "KDR" "0.840000"
  97324. "enemy_kills" "42"
  97325. "deaths" "50"
  97326. "matches_played" "2"
  97327. }
  97328. }
  97329. "10"
  97330. {
  97331. "team" "12"
  97332. "clutch_kills" "5"
  97333. "pistol_kills" "18"
  97334. "opening_kills" "14"
  97335. "sniper_kills" "2"
  97336. "KDR" "1.325000"
  97337. "enemy_kills" "106"
  97338. "deaths" "80"
  97339. "matches_played" "5"
  97340. "stage0"
  97341. {
  97342. "clutch_kills" "0"
  97343. "pistol_kills" "0"
  97344. "opening_kills" "1"
  97345. "sniper_kills" "0"
  97346. "KDR" "1.200000"
  97347. "enemy_kills" "18"
  97348. "deaths" "15"
  97349. "matches_played" "1"
  97350. }
  97351. "stage1"
  97352. {
  97353. "clutch_kills" "1"
  97354. "pistol_kills" "3"
  97355. "opening_kills" "4"
  97356. "sniper_kills" "0"
  97357. "KDR" "1.125000"
  97358. "enemy_kills" "18"
  97359. "deaths" "16"
  97360. "matches_played" "1"
  97361. }
  97362. "stage3"
  97363. {
  97364. "clutch_kills" "4"
  97365. "pistol_kills" "15"
  97366. "opening_kills" "9"
  97367. "sniper_kills" "2"
  97368. "KDR" "1.428571"
  97369. "enemy_kills" "70"
  97370. "deaths" "49"
  97371. "matches_played" "3"
  97372. }
  97373. }
  97374. "11"
  97375. {
  97376. "team" "12"
  97377. }
  97378. "12"
  97379. {
  97380. "team" "12"
  97381. }
  97382. "13"
  97383. {
  97384. "team" "12"
  97385. }
  97386. }
  97387. }
  97388. "156257548"
  97389. {
  97390. "name" "flamie"
  97391. "code" "flamie"
  97392. "dob" "1997-04-05"
  97393. "geo" "RU"
  97394. "events"
  97395. {
  97396. "7"
  97397. {
  97398. "team" "12"
  97399. "clutch_kills" "7"
  97400. "pistol_kills" "18"
  97401. "opening_kills" "12"
  97402. "sniper_kills" "1"
  97403. "KDR" "0.907000"
  97404. "enemy_kills" "97"
  97405. "deaths" "107"
  97406. "matches_played" "5"
  97407. }
  97408. "8"
  97409. {
  97410. "team" "12"
  97411. "clutch_kills" "18"
  97412. "pistol_kills" "32"
  97413. "opening_kills" "27"
  97414. "sniper_kills" "4"
  97415. "KDR" "1.076503"
  97416. "enemy_kills" "197"
  97417. "deaths" "183"
  97418. "matches_played" "11"
  97419. "stage0"
  97420. {
  97421. "clutch_kills" "0"
  97422. "pistol_kills" "2"
  97423. "opening_kills" "3"
  97424. "sniper_kills" "1"
  97425. "KDR" "1.210526"
  97426. "enemy_kills" "23"
  97427. "deaths" "19"
  97428. "matches_played" "1"
  97429. }
  97430. "stage1"
  97431. {
  97432. "clutch_kills" "2"
  97433. "pistol_kills" "4"
  97434. "opening_kills" "2"
  97435. "sniper_kills" "1"
  97436. "KDR" "0.684211"
  97437. "enemy_kills" "13"
  97438. "deaths" "19"
  97439. "matches_played" "1"
  97440. }
  97441. "stage2"
  97442. {
  97443. "clutch_kills" "6"
  97444. "pistol_kills" "11"
  97445. "opening_kills" "3"
  97446. "sniper_kills" "0"
  97447. "KDR" "0.918367"
  97448. "enemy_kills" "45"
  97449. "deaths" "49"
  97450. "matches_played" "3"
  97451. }
  97452. "stage3"
  97453. {
  97454. "clutch_kills" "4"
  97455. "pistol_kills" "5"
  97456. "opening_kills" "5"
  97457. "sniper_kills" "1"
  97458. "KDR" "1.263158"
  97459. "enemy_kills" "48"
  97460. "deaths" "38"
  97461. "matches_played" "2"
  97462. }
  97463. "stage4"
  97464. {
  97465. "clutch_kills" "6"
  97466. "pistol_kills" "10"
  97467. "opening_kills" "14"
  97468. "sniper_kills" "1"
  97469. "KDR" "1.172414"
  97470. "enemy_kills" "68"
  97471. "deaths" "58"
  97472. "matches_played" "4"
  97473. }
  97474. }
  97475. "9"
  97476. {
  97477. "team" "12"
  97478. "clutch_kills" "10"
  97479. "pistol_kills" "22"
  97480. "opening_kills" "25"
  97481. "sniper_kills" "2"
  97482. "KDR" "1.244444"
  97483. "enemy_kills" "168"
  97484. "deaths" "135"
  97485. "matches_played" "8"
  97486. "stage0"
  97487. {
  97488. "clutch_kills" "0"
  97489. "pistol_kills" "3"
  97490. "opening_kills" "4"
  97491. "sniper_kills" "0"
  97492. "KDR" "1.235294"
  97493. "enemy_kills" "21"
  97494. "deaths" "17"
  97495. "matches_played" "1"
  97496. }
  97497. "stage1"
  97498. {
  97499. "clutch_kills" "0"
  97500. "pistol_kills" "1"
  97501. "opening_kills" "1"
  97502. "sniper_kills" "0"
  97503. "KDR" "1.333333"
  97504. "enemy_kills" "16"
  97505. "deaths" "12"
  97506. "matches_played" "1"
  97507. }
  97508. "stage3"
  97509. {
  97510. "clutch_kills" "2"
  97511. "pistol_kills" "7"
  97512. "opening_kills" "7"
  97513. "sniper_kills" "0"
  97514. "KDR" "1.424242"
  97515. "enemy_kills" "47"
  97516. "deaths" "33"
  97517. "matches_played" "2"
  97518. }
  97519. "stage4"
  97520. {
  97521. "clutch_kills" "2"
  97522. "pistol_kills" "5"
  97523. "opening_kills" "8"
  97524. "sniper_kills" "1"
  97525. "KDR" "1.620690"
  97526. "enemy_kills" "47"
  97527. "deaths" "29"
  97528. "matches_played" "2"
  97529. }
  97530. "stage6"
  97531. {
  97532. "clutch_kills" "6"
  97533. "pistol_kills" "6"
  97534. "opening_kills" "5"
  97535. "sniper_kills" "1"
  97536. "KDR" "0.840909"
  97537. "enemy_kills" "37"
  97538. "deaths" "44"
  97539. "matches_played" "2"
  97540. }
  97541. }
  97542. "10"
  97543. {
  97544. "team" "12"
  97545. "clutch_kills" "2"
  97546. "pistol_kills" "12"
  97547. "opening_kills" "14"
  97548. "sniper_kills" "3"
  97549. "KDR" "0.977528"
  97550. "enemy_kills" "87"
  97551. "deaths" "89"
  97552. "matches_played" "5"
  97553. "stage0"
  97554. {
  97555. "clutch_kills" "0"
  97556. "pistol_kills" "3"
  97557. "opening_kills" "1"
  97558. "sniper_kills" "0"
  97559. "KDR" "1.384615"
  97560. "enemy_kills" "18"
  97561. "deaths" "13"
  97562. "matches_played" "1"
  97563. }
  97564. "stage1"
  97565. {
  97566. "clutch_kills" "1"
  97567. "pistol_kills" "1"
  97568. "opening_kills" "2"
  97569. "sniper_kills" "0"
  97570. "KDR" "1.333333"
  97571. "enemy_kills" "24"
  97572. "deaths" "18"
  97573. "matches_played" "1"
  97574. }
  97575. "stage3"
  97576. {
  97577. "clutch_kills" "1"
  97578. "pistol_kills" "8"
  97579. "opening_kills" "11"
  97580. "sniper_kills" "3"
  97581. "KDR" "0.775862"
  97582. "enemy_kills" "45"
  97583. "deaths" "58"
  97584. "matches_played" "3"
  97585. }
  97586. }
  97587. "11"
  97588. {
  97589. "team" "12"
  97590. }
  97591. "12"
  97592. {
  97593. "team" "12"
  97594. }
  97595. "13"
  97596. {
  97597. "team" "12"
  97598. }
  97599. }
  97600. }
  97601. "26224992"
  97602. {
  97603. "name" "Xizt"
  97604. "code" "xizt"
  97605. "dob" "1991-02-22"
  97606. "geo" "SE"
  97607. "events"
  97608. {
  97609. "7"
  97610. {
  97611. "team" "1"
  97612. "clutch_kills" "5"
  97613. "pistol_kills" "16"
  97614. "opening_kills" "12"
  97615. "sniper_kills" "6"
  97616. "KDR" "0.915000"
  97617. "enemy_kills" "75"
  97618. "deaths" "82"
  97619. "matches_played" "5"
  97620. }
  97621. "8"
  97622. {
  97623. "team" "1"
  97624. "clutch_kills" "10"
  97625. "pistol_kills" "32"
  97626. "opening_kills" "20"
  97627. "sniper_kills" "12"
  97628. "KDR" "0.955882"
  97629. "enemy_kills" "130"
  97630. "deaths" "136"
  97631. "matches_played" "8"
  97632. "stage0"
  97633. {
  97634. "clutch_kills" "2"
  97635. "pistol_kills" "6"
  97636. "opening_kills" "3"
  97637. "sniper_kills" "0"
  97638. "KDR" "1"
  97639. "enemy_kills" "20"
  97640. "deaths" "20"
  97641. "matches_played" "1"
  97642. }
  97643. "stage1"
  97644. {
  97645. "clutch_kills" "0"
  97646. "pistol_kills" "6"
  97647. "opening_kills" "4"
  97648. "sniper_kills" "0"
  97649. "KDR" "1.562500"
  97650. "enemy_kills" "25"
  97651. "deaths" "16"
  97652. "matches_played" "1"
  97653. }
  97654. "stage2"
  97655. {
  97656. "clutch_kills" "3"
  97657. "pistol_kills" "7"
  97658. "opening_kills" "7"
  97659. "sniper_kills" "8"
  97660. "KDR" "1.137931"
  97661. "enemy_kills" "33"
  97662. "deaths" "29"
  97663. "matches_played" "2"
  97664. }
  97665. "stage3"
  97666. {
  97667. "clutch_kills" "3"
  97668. "pistol_kills" "8"
  97669. "opening_kills" "5"
  97670. "sniper_kills" "0"
  97671. "KDR" "1.125000"
  97672. "enemy_kills" "36"
  97673. "deaths" "32"
  97674. "matches_played" "2"
  97675. }
  97676. "stage4"
  97677. {
  97678. "clutch_kills" "2"
  97679. "pistol_kills" "5"
  97680. "opening_kills" "1"
  97681. "sniper_kills" "4"
  97682. "KDR" "0.410256"
  97683. "enemy_kills" "16"
  97684. "deaths" "39"
  97685. "matches_played" "2"
  97686. }
  97687. }
  97688. "9"
  97689. {
  97690. "team" "1"
  97691. "clutch_kills" "10"
  97692. "pistol_kills" "13"
  97693. "opening_kills" "13"
  97694. "sniper_kills" "7"
  97695. "KDR" "0.843972"
  97696. "enemy_kills" "119"
  97697. "deaths" "141"
  97698. "matches_played" "7"
  97699. "stage0"
  97700. {
  97701. "clutch_kills" "0"
  97702. "pistol_kills" "2"
  97703. "opening_kills" "1"
  97704. "sniper_kills" "0"
  97705. "KDR" "0.777778"
  97706. "enemy_kills" "21"
  97707. "deaths" "27"
  97708. "matches_played" "1"
  97709. }
  97710. "stage1"
  97711. {
  97712. "clutch_kills" "2"
  97713. "pistol_kills" "2"
  97714. "opening_kills" "0"
  97715. "sniper_kills" "0"
  97716. "KDR" "0.684211"
  97717. "enemy_kills" "13"
  97718. "deaths" "19"
  97719. "matches_played" "1"
  97720. }
  97721. "stage2"
  97722. {
  97723. "clutch_kills" "6"
  97724. "pistol_kills" "5"
  97725. "opening_kills" "5"
  97726. "sniper_kills" "7"
  97727. "KDR" "0.907407"
  97728. "enemy_kills" "49"
  97729. "deaths" "54"
  97730. "matches_played" "3"
  97731. }
  97732. "stage3"
  97733. {
  97734. "clutch_kills" "2"
  97735. "pistol_kills" "4"
  97736. "opening_kills" "7"
  97737. "sniper_kills" "0"
  97738. "KDR" "0.878049"
  97739. "enemy_kills" "36"
  97740. "deaths" "41"
  97741. "matches_played" "2"
  97742. }
  97743. }
  97744. "10"
  97745. {
  97746. "team" "1"
  97747. "clutch_kills" "6"
  97748. "pistol_kills" "12"
  97749. "opening_kills" "6"
  97750. "sniper_kills" "1"
  97751. "KDR" "0.902439"
  97752. "enemy_kills" "74"
  97753. "deaths" "82"
  97754. "matches_played" "5"
  97755. "stage0"
  97756. {
  97757. "clutch_kills" "0"
  97758. "pistol_kills" "0"
  97759. "opening_kills" "3"
  97760. "sniper_kills" "0"
  97761. "KDR" "1.777778"
  97762. "enemy_kills" "16"
  97763. "deaths" "9"
  97764. "matches_played" "1"
  97765. }
  97766. "stage1"
  97767. {
  97768. "clutch_kills" "1"
  97769. "pistol_kills" "1"
  97770. "opening_kills" "2"
  97771. "sniper_kills" "0"
  97772. "KDR" "0.650000"
  97773. "enemy_kills" "13"
  97774. "deaths" "20"
  97775. "matches_played" "1"
  97776. }
  97777. "stage2"
  97778. {
  97779. "clutch_kills" "5"
  97780. "pistol_kills" "11"
  97781. "opening_kills" "1"
  97782. "sniper_kills" "1"
  97783. "KDR" "0.849057"
  97784. "enemy_kills" "45"
  97785. "deaths" "53"
  97786. "matches_played" "3"
  97787. }
  97788. }
  97789. }
  97790. }
  97791. "93724"
  97792. {
  97793. "name" "f0rest"
  97794. "code" "forest"
  97795. "dob" "1988-06-10"
  97796. "geo" "SE"
  97797. "events"
  97798. {
  97799. "7"
  97800. {
  97801. "team" "1"
  97802. "clutch_kills" "3"
  97803. "pistol_kills" "21"
  97804. "opening_kills" "14"
  97805. "sniper_kills" "7"
  97806. "KDR" "1.080000"
  97807. "enemy_kills" "95"
  97808. "deaths" "88"
  97809. "matches_played" "5"
  97810. }
  97811. "8"
  97812. {
  97813. "team" "1"
  97814. "clutch_kills" "10"
  97815. "pistol_kills" "26"
  97816. "opening_kills" "27"
  97817. "sniper_kills" "44"
  97818. "KDR" "1.103704"
  97819. "enemy_kills" "149"
  97820. "deaths" "135"
  97821. "matches_played" "8"
  97822. "stage0"
  97823. {
  97824. "clutch_kills" "1"
  97825. "pistol_kills" "2"
  97826. "opening_kills" "5"
  97827. "sniper_kills" "3"
  97828. "KDR" "1.105263"
  97829. "enemy_kills" "21"
  97830. "deaths" "19"
  97831. "matches_played" "1"
  97832. }
  97833. "stage1"
  97834. {
  97835. "clutch_kills" "0"
  97836. "pistol_kills" "4"
  97837. "opening_kills" "5"
  97838. "sniper_kills" "1"
  97839. "KDR" "1.750000"
  97840. "enemy_kills" "28"
  97841. "deaths" "16"
  97842. "matches_played" "1"
  97843. }
  97844. "stage2"
  97845. {
  97846. "clutch_kills" "1"
  97847. "pistol_kills" "10"
  97848. "opening_kills" "9"
  97849. "sniper_kills" "17"
  97850. "KDR" "1.777778"
  97851. "enemy_kills" "48"
  97852. "deaths" "27"
  97853. "matches_played" "2"
  97854. }
  97855. "stage3"
  97856. {
  97857. "clutch_kills" "3"
  97858. "pistol_kills" "4"
  97859. "opening_kills" "8"
  97860. "sniper_kills" "15"
  97861. "KDR" "0.783784"
  97862. "enemy_kills" "29"
  97863. "deaths" "37"
  97864. "matches_played" "2"
  97865. }
  97866. "stage4"
  97867. {
  97868. "clutch_kills" "5"
  97869. "pistol_kills" "6"
  97870. "opening_kills" "0"
  97871. "sniper_kills" "8"
  97872. "KDR" "0.638889"
  97873. "enemy_kills" "23"
  97874. "deaths" "36"
  97875. "matches_played" "2"
  97876. }
  97877. }
  97878. "9"
  97879. {
  97880. "team" "1"
  97881. "clutch_kills" "14"
  97882. "pistol_kills" "25"
  97883. "opening_kills" "19"
  97884. "sniper_kills" "25"
  97885. "KDR" "1.055556"
  97886. "enemy_kills" "133"
  97887. "deaths" "126"
  97888. "matches_played" "7"
  97889. "stage0"
  97890. {
  97891. "clutch_kills" "7"
  97892. "pistol_kills" "5"
  97893. "opening_kills" "4"
  97894. "sniper_kills" "4"
  97895. "KDR" "1.636364"
  97896. "enemy_kills" "36"
  97897. "deaths" "22"
  97898. "matches_played" "1"
  97899. }
  97900. "stage1"
  97901. {
  97902. "clutch_kills" "2"
  97903. "pistol_kills" "3"
  97904. "opening_kills" "1"
  97905. "sniper_kills" "4"
  97906. "KDR" "0.611111"
  97907. "enemy_kills" "11"
  97908. "deaths" "18"
  97909. "matches_played" "1"
  97910. }
  97911. "stage2"
  97912. {
  97913. "clutch_kills" "1"
  97914. "pistol_kills" "9"
  97915. "opening_kills" "6"
  97916. "sniper_kills" "6"
  97917. "KDR" "1"
  97918. "enemy_kills" "48"
  97919. "deaths" "48"
  97920. "matches_played" "3"
  97921. }
  97922. "stage3"
  97923. {
  97924. "clutch_kills" "4"
  97925. "pistol_kills" "8"
  97926. "opening_kills" "8"
  97927. "sniper_kills" "11"
  97928. "KDR" "1"
  97929. "enemy_kills" "38"
  97930. "deaths" "38"
  97931. "matches_played" "2"
  97932. }
  97933. }
  97934. "10"
  97935. {
  97936. "team" "1"
  97937. "clutch_kills" "6"
  97938. "pistol_kills" "28"
  97939. "opening_kills" "13"
  97940. "sniper_kills" "23"
  97941. "KDR" "1.011628"
  97942. "enemy_kills" "87"
  97943. "deaths" "86"
  97944. "matches_played" "5"
  97945. "stage0"
  97946. {
  97947. "clutch_kills" "0"
  97948. "pistol_kills" "6"
  97949. "opening_kills" "2"
  97950. "sniper_kills" "8"
  97951. "KDR" "2.750000"
  97952. "enemy_kills" "22"
  97953. "deaths" "8"
  97954. "matches_played" "1"
  97955. }
  97956. "stage1"
  97957. {
  97958. "clutch_kills" "3"
  97959. "pistol_kills" "8"
  97960. "opening_kills" "2"
  97961. "sniper_kills" "5"
  97962. "KDR" "1.105263"
  97963. "enemy_kills" "21"
  97964. "deaths" "19"
  97965. "matches_played" "1"
  97966. }
  97967. "stage2"
  97968. {
  97969. "clutch_kills" "3"
  97970. "pistol_kills" "14"
  97971. "opening_kills" "9"
  97972. "sniper_kills" "10"
  97973. "KDR" "0.745763"
  97974. "enemy_kills" "44"
  97975. "deaths" "59"
  97976. "matches_played" "3"
  97977. }
  97978. }
  97979. }
  97980. }
  97981. "21771190"
  97982. {
  97983. "name" "GeT_RiGhT"
  97984. "code" "getright"
  97985. "dob" "1990-05-29"
  97986. "geo" "SE"
  97987. "events"
  97988. {
  97989. "7"
  97990. {
  97991. "team" "1"
  97992. "clutch_kills" "5"
  97993. "pistol_kills" "12"
  97994. "opening_kills" "6"
  97995. "sniper_kills" "0"
  97996. "KDR" "1.000000"
  97997. "enemy_kills" "78"
  97998. "deaths" "78"
  97999. "matches_played" "5"
  98000. }
  98001. "8"
  98002. {
  98003. "team" "1"
  98004. "clutch_kills" "7"
  98005. "pistol_kills" "20"
  98006. "opening_kills" "13"
  98007. "sniper_kills" "4"
  98008. "KDR" "1"
  98009. "enemy_kills" "124"
  98010. "deaths" "124"
  98011. "matches_played" "8"
  98012. "stage0"
  98013. {
  98014. "clutch_kills" "2"
  98015. "pistol_kills" "3"
  98016. "opening_kills" "2"
  98017. "sniper_kills" "1"
  98018. "KDR" "0.809524"
  98019. "enemy_kills" "17"
  98020. "deaths" "21"
  98021. "matches_played" "1"
  98022. }
  98023. "stage1"
  98024. {
  98025. "clutch_kills" "2"
  98026. "pistol_kills" "3"
  98027. "opening_kills" "2"
  98028. "sniper_kills" "3"
  98029. "KDR" "1.357143"
  98030. "enemy_kills" "19"
  98031. "deaths" "14"
  98032. "matches_played" "1"
  98033. }
  98034. "stage2"
  98035. {
  98036. "clutch_kills" "0"
  98037. "pistol_kills" "2"
  98038. "opening_kills" "4"
  98039. "sniper_kills" "0"
  98040. "KDR" "1.120000"
  98041. "enemy_kills" "28"
  98042. "deaths" "25"
  98043. "matches_played" "2"
  98044. }
  98045. "stage3"
  98046. {
  98047. "clutch_kills" "2"
  98048. "pistol_kills" "4"
  98049. "opening_kills" "4"
  98050. "sniper_kills" "0"
  98051. "KDR" "1.500000"
  98052. "enemy_kills" "42"
  98053. "deaths" "28"
  98054. "matches_played" "2"
  98055. }
  98056. "stage4"
  98057. {
  98058. "clutch_kills" "1"
  98059. "pistol_kills" "8"
  98060. "opening_kills" "1"
  98061. "sniper_kills" "0"
  98062. "KDR" "0.500000"
  98063. "enemy_kills" "18"
  98064. "deaths" "36"
  98065. "matches_played" "2"
  98066. }
  98067. }
  98068. "9"
  98069. {
  98070. "team" "1"
  98071. "clutch_kills" "18"
  98072. "pistol_kills" "23"
  98073. "opening_kills" "34"
  98074. "sniper_kills" "15"
  98075. "KDR" "1.048485"
  98076. "enemy_kills" "173"
  98077. "deaths" "165"
  98078. "matches_played" "8"
  98079. "stage0"
  98080. {
  98081. "clutch_kills" "3"
  98082. "pistol_kills" "5"
  98083. "opening_kills" "5"
  98084. "sniper_kills" "3"
  98085. "KDR" "1.178571"
  98086. "enemy_kills" "33"
  98087. "deaths" "28"
  98088. "matches_played" "1"
  98089. }
  98090. "stage1"
  98091. {
  98092. "clutch_kills" "1"
  98093. "pistol_kills" "1"
  98094. "opening_kills" "4"
  98095. "sniper_kills" "0"
  98096. "KDR" "0.470588"
  98097. "enemy_kills" "8"
  98098. "deaths" "17"
  98099. "matches_played" "1"
  98100. }
  98101. "stage2"
  98102. {
  98103. "clutch_kills" "3"
  98104. "pistol_kills" "9"
  98105. "opening_kills" "13"
  98106. "sniper_kills" "0"
  98107. "KDR" "1.274510"
  98108. "enemy_kills" "65"
  98109. "deaths" "51"
  98110. "matches_played" "3"
  98111. }
  98112. "stage3"
  98113. {
  98114. "clutch_kills" "3"
  98115. "pistol_kills" "7"
  98116. "opening_kills" "6"
  98117. "sniper_kills" "9"
  98118. "KDR" "0.707317"
  98119. "enemy_kills" "29"
  98120. "deaths" "41"
  98121. "matches_played" "2"
  98122. }
  98123. "stage5"
  98124. {
  98125. "clutch_kills" "8"
  98126. "pistol_kills" "1"
  98127. "opening_kills" "6"
  98128. "sniper_kills" "3"
  98129. "KDR" "1.357143"
  98130. "enemy_kills" "38"
  98131. "deaths" "28"
  98132. "matches_played" "1"
  98133. }
  98134. }
  98135. "10"
  98136. {
  98137. "team" "1"
  98138. "clutch_kills" "2"
  98139. "pistol_kills" "18"
  98140. "opening_kills" "8"
  98141. "sniper_kills" "1"
  98142. "KDR" "1.049383"
  98143. "enemy_kills" "85"
  98144. "deaths" "81"
  98145. "matches_played" "5"
  98146. "stage0"
  98147. {
  98148. "clutch_kills" "0"
  98149. "pistol_kills" "2"
  98150. "opening_kills" "1"
  98151. "sniper_kills" "1"
  98152. "KDR" "3.166667"
  98153. "enemy_kills" "19"
  98154. "deaths" "6"
  98155. "matches_played" "1"
  98156. }
  98157. "stage1"
  98158. {
  98159. "clutch_kills" "1"
  98160. "pistol_kills" "7"
  98161. "opening_kills" "4"
  98162. "sniper_kills" "0"
  98163. "KDR" "0.958333"
  98164. "enemy_kills" "23"
  98165. "deaths" "24"
  98166. "matches_played" "1"
  98167. }
  98168. "stage2"
  98169. {
  98170. "clutch_kills" "1"
  98171. "pistol_kills" "9"
  98172. "opening_kills" "3"
  98173. "sniper_kills" "0"
  98174. "KDR" "0.843137"
  98175. "enemy_kills" "43"
  98176. "deaths" "51"
  98177. "matches_played" "3"
  98178. }
  98179. }
  98180. }
  98181. }
  98182. "24295201"
  98183. {
  98184. "name" "friberg"
  98185. "code" "friberg"
  98186. "dob" "1991-10-19"
  98187. "geo" "SE"
  98188. "events"
  98189. {
  98190. "7"
  98191. {
  98192. "team" "1"
  98193. "clutch_kills" "7"
  98194. "pistol_kills" "12"
  98195. "opening_kills" "8"
  98196. "sniper_kills" "0"
  98197. "KDR" "0.685000"
  98198. "enemy_kills" "61"
  98199. "deaths" "89"
  98200. "matches_played" "5"
  98201. }
  98202. "8"
  98203. {
  98204. "team" "1"
  98205. "clutch_kills" "9"
  98206. "pistol_kills" "29"
  98207. "opening_kills" "16"
  98208. "sniper_kills" "0"
  98209. "KDR" "0.955224"
  98210. "enemy_kills" "128"
  98211. "deaths" "134"
  98212. "matches_played" "8"
  98213. "stage0"
  98214. {
  98215. "clutch_kills" "1"
  98216. "pistol_kills" "1"
  98217. "opening_kills" "2"
  98218. "sniper_kills" "0"
  98219. "KDR" "0.625000"
  98220. "enemy_kills" "15"
  98221. "deaths" "24"
  98222. "matches_played" "1"
  98223. }
  98224. "stage1"
  98225. {
  98226. "clutch_kills" "2"
  98227. "pistol_kills" "4"
  98228. "opening_kills" "0"
  98229. "sniper_kills" "0"
  98230. "KDR" "1.062500"
  98231. "enemy_kills" "17"
  98232. "deaths" "16"
  98233. "matches_played" "1"
  98234. }
  98235. "stage2"
  98236. {
  98237. "clutch_kills" "2"
  98238. "pistol_kills" "10"
  98239. "opening_kills" "6"
  98240. "sniper_kills" "0"
  98241. "KDR" "1.222222"
  98242. "enemy_kills" "33"
  98243. "deaths" "27"
  98244. "matches_played" "2"
  98245. }
  98246. "stage3"
  98247. {
  98248. "clutch_kills" "2"
  98249. "pistol_kills" "5"
  98250. "opening_kills" "5"
  98251. "sniper_kills" "0"
  98252. "KDR" "1.533333"
  98253. "enemy_kills" "46"
  98254. "deaths" "30"
  98255. "matches_played" "2"
  98256. }
  98257. "stage4"
  98258. {
  98259. "clutch_kills" "2"
  98260. "pistol_kills" "9"
  98261. "opening_kills" "3"
  98262. "sniper_kills" "0"
  98263. "KDR" "0.459459"
  98264. "enemy_kills" "17"
  98265. "deaths" "37"
  98266. "matches_played" "2"
  98267. }
  98268. }
  98269. "9"
  98270. {
  98271. "team" "1"
  98272. "clutch_kills" "11"
  98273. "pistol_kills" "25"
  98274. "opening_kills" "14"
  98275. "sniper_kills" "0"
  98276. "KDR" "0.867188"
  98277. "enemy_kills" "111"
  98278. "deaths" "128"
  98279. "matches_played" "7"
  98280. "stage0"
  98281. {
  98282. "clutch_kills" "3"
  98283. "pistol_kills" "3"
  98284. "opening_kills" "3"
  98285. "sniper_kills" "0"
  98286. "KDR" "0.642857"
  98287. "enemy_kills" "18"
  98288. "deaths" "28"
  98289. "matches_played" "1"
  98290. }
  98291. "stage1"
  98292. {
  98293. "clutch_kills" "0"
  98294. "pistol_kills" "7"
  98295. "opening_kills" "2"
  98296. "sniper_kills" "0"
  98297. "KDR" "0.666667"
  98298. "enemy_kills" "12"
  98299. "deaths" "18"
  98300. "matches_played" "1"
  98301. }
  98302. "stage2"
  98303. {
  98304. "clutch_kills" "3"
  98305. "pistol_kills" "7"
  98306. "opening_kills" "6"
  98307. "sniper_kills" "0"
  98308. "KDR" "1.111111"
  98309. "enemy_kills" "50"
  98310. "deaths" "45"
  98311. "matches_played" "3"
  98312. }
  98313. "stage3"
  98314. {
  98315. "clutch_kills" "5"
  98316. "pistol_kills" "8"
  98317. "opening_kills" "3"
  98318. "sniper_kills" "0"
  98319. "KDR" "0.837838"
  98320. "enemy_kills" "31"
  98321. "deaths" "37"
  98322. "matches_played" "2"
  98323. }
  98324. }
  98325. "10"
  98326. {
  98327. "team" "1"
  98328. "clutch_kills" "9"
  98329. "pistol_kills" "16"
  98330. "opening_kills" "10"
  98331. "sniper_kills" "0"
  98332. "KDR" "0.822222"
  98333. "enemy_kills" "74"
  98334. "deaths" "90"
  98335. "matches_played" "5"
  98336. "stage0"
  98337. {
  98338. "clutch_kills" "1"
  98339. "pistol_kills" "0"
  98340. "opening_kills" "3"
  98341. "sniper_kills" "0"
  98342. "KDR" "0.538462"
  98343. "enemy_kills" "7"
  98344. "deaths" "13"
  98345. "matches_played" "1"
  98346. }
  98347. "stage1"
  98348. {
  98349. "clutch_kills" "0"
  98350. "pistol_kills" "3"
  98351. "opening_kills" "2"
  98352. "sniper_kills" "0"
  98353. "KDR" "0.947368"
  98354. "enemy_kills" "18"
  98355. "deaths" "19"
  98356. "matches_played" "1"
  98357. }
  98358. "stage2"
  98359. {
  98360. "clutch_kills" "8"
  98361. "pistol_kills" "13"
  98362. "opening_kills" "5"
  98363. "sniper_kills" "0"
  98364. "KDR" "0.844828"
  98365. "enemy_kills" "49"
  98366. "deaths" "58"
  98367. "matches_played" "3"
  98368. }
  98369. }
  98370. }
  98371. }
  98372. "1345246"
  98373. {
  98374. "name" "allu"
  98375. "code" "allu"
  98376. "dob" "1992-05-20"
  98377. "geo" "FI"
  98378. "events"
  98379. {
  98380. "7"
  98381. {
  98382. "team" "1"
  98383. "clutch_kills" "12"
  98384. "pistol_kills" "20"
  98385. "opening_kills" "13"
  98386. "sniper_kills" "38"
  98387. "KDR" "1.216000"
  98388. "enemy_kills" "90"
  98389. "deaths" "74"
  98390. "matches_played" "5"
  98391. }
  98392. "8"
  98393. {
  98394. "team" "1"
  98395. "clutch_kills" "13"
  98396. "pistol_kills" "30"
  98397. "opening_kills" "17"
  98398. "sniper_kills" "78"
  98399. "KDR" "0.948148"
  98400. "enemy_kills" "128"
  98401. "deaths" "135"
  98402. "matches_played" "8"
  98403. "stage0"
  98404. {
  98405. "clutch_kills" "0"
  98406. "pistol_kills" "4"
  98407. "opening_kills" "3"
  98408. "sniper_kills" "10"
  98409. "KDR" "0.863636"
  98410. "enemy_kills" "19"
  98411. "deaths" "22"
  98412. "matches_played" "1"
  98413. }
  98414. "stage1"
  98415. {
  98416. "clutch_kills" "1"
  98417. "pistol_kills" "3"
  98418. "opening_kills" "3"
  98419. "sniper_kills" "7"
  98420. "KDR" "0.578947"
  98421. "enemy_kills" "11"
  98422. "deaths" "19"
  98423. "matches_played" "1"
  98424. }
  98425. "stage2"
  98426. {
  98427. "clutch_kills" "3"
  98428. "pistol_kills" "9"
  98429. "opening_kills" "4"
  98430. "sniper_kills" "25"
  98431. "KDR" "1.379310"
  98432. "enemy_kills" "40"
  98433. "deaths" "29"
  98434. "matches_played" "2"
  98435. }
  98436. "stage3"
  98437. {
  98438. "clutch_kills" "3"
  98439. "pistol_kills" "12"
  98440. "opening_kills" "3"
  98441. "sniper_kills" "15"
  98442. "KDR" "1.166667"
  98443. "enemy_kills" "35"
  98444. "deaths" "30"
  98445. "matches_played" "2"
  98446. }
  98447. "stage4"
  98448. {
  98449. "clutch_kills" "6"
  98450. "pistol_kills" "2"
  98451. "opening_kills" "4"
  98452. "sniper_kills" "21"
  98453. "KDR" "0.657143"
  98454. "enemy_kills" "23"
  98455. "deaths" "35"
  98456. "matches_played" "2"
  98457. }
  98458. }
  98459. "11"
  98460. {
  98461. "team" "61"
  98462. }
  98463. "12"
  98464. {
  98465. "team" "61"
  98466. }
  98467. }
  98468. }
  98469. "64640068"
  98470. {
  98471. "name" "kennyS"
  98472. "code" "kennys"
  98473. "dob" "1995-05-19"
  98474. "geo" "FR"
  98475. "events"
  98476. {
  98477. "7"
  98478. {
  98479. "team" "46"
  98480. "clutch_kills" "11"
  98481. "pistol_kills" "28"
  98482. "opening_kills" "17"
  98483. "sniper_kills" "83"
  98484. "KDR" "1.000000"
  98485. "enemy_kills" "156"
  98486. "deaths" "156"
  98487. "matches_played" "9"
  98488. }
  98489. "8"
  98490. {
  98491. "team" "46"
  98492. "clutch_kills" "22"
  98493. "pistol_kills" "36"
  98494. "opening_kills" "31"
  98495. "sniper_kills" "103"
  98496. "KDR" "1.471429"
  98497. "enemy_kills" "206"
  98498. "deaths" "140"
  98499. "matches_played" "10"
  98500. "stage0"
  98501. {
  98502. "clutch_kills" "1"
  98503. "pistol_kills" "3"
  98504. "opening_kills" "1"
  98505. "sniper_kills" "4"
  98506. "KDR" "2.142857"
  98507. "enemy_kills" "15"
  98508. "deaths" "7"
  98509. "matches_played" "1"
  98510. }
  98511. "stage1"
  98512. {
  98513. "clutch_kills" "1"
  98514. "pistol_kills" "4"
  98515. "opening_kills" "4"
  98516. "sniper_kills" "12"
  98517. "KDR" "1.833333"
  98518. "enemy_kills" "22"
  98519. "deaths" "12"
  98520. "matches_played" "1"
  98521. }
  98522. "stage3"
  98523. {
  98524. "clutch_kills" "5"
  98525. "pistol_kills" "11"
  98526. "opening_kills" "7"
  98527. "sniper_kills" "18"
  98528. "KDR" "1.250000"
  98529. "enemy_kills" "50"
  98530. "deaths" "40"
  98531. "matches_played" "3"
  98532. }
  98533. "stage4"
  98534. {
  98535. "clutch_kills" "15"
  98536. "pistol_kills" "18"
  98537. "opening_kills" "19"
  98538. "sniper_kills" "69"
  98539. "KDR" "1.469136"
  98540. "enemy_kills" "119"
  98541. "deaths" "81"
  98542. "matches_played" "5"
  98543. }
  98544. }
  98545. "9"
  98546. {
  98547. "team" "46"
  98548. "clutch_kills" "12"
  98549. "pistol_kills" "9"
  98550. "opening_kills" "11"
  98551. "sniper_kills" "34"
  98552. "KDR" "0.875000"
  98553. "enemy_kills" "56"
  98554. "deaths" "64"
  98555. "matches_played" "3"
  98556. "stage0"
  98557. {
  98558. "clutch_kills" "4"
  98559. "pistol_kills" "2"
  98560. "opening_kills" "2"
  98561. "sniper_kills" "8"
  98562. "KDR" "0.833333"
  98563. "enemy_kills" "15"
  98564. "deaths" "18"
  98565. "matches_played" "1"
  98566. }
  98567. "stage1"
  98568. {
  98569. "clutch_kills" "2"
  98570. "pistol_kills" "3"
  98571. "opening_kills" "1"
  98572. "sniper_kills" "5"
  98573. "KDR" "0.500000"
  98574. "enemy_kills" "10"
  98575. "deaths" "20"
  98576. "matches_played" "1"
  98577. }
  98578. "stage5"
  98579. {
  98580. "clutch_kills" "6"
  98581. "pistol_kills" "4"
  98582. "opening_kills" "8"
  98583. "sniper_kills" "21"
  98584. "KDR" "1.192308"
  98585. "enemy_kills" "31"
  98586. "deaths" "26"
  98587. "matches_played" "1"
  98588. }
  98589. }
  98590. "10"
  98591. {
  98592. "team" "46"
  98593. "clutch_kills" "4"
  98594. "pistol_kills" "10"
  98595. "opening_kills" "6"
  98596. "sniper_kills" "24"
  98597. "KDR" "1.205882"
  98598. "enemy_kills" "41"
  98599. "deaths" "34"
  98600. "matches_played" "2"
  98601. "stage0"
  98602. {
  98603. "clutch_kills" "1"
  98604. "pistol_kills" "7"
  98605. "opening_kills" "3"
  98606. "sniper_kills" "12"
  98607. "KDR" "1.055556"
  98608. "enemy_kills" "19"
  98609. "deaths" "18"
  98610. "matches_played" "1"
  98611. }
  98612. "stage1"
  98613. {
  98614. "clutch_kills" "3"
  98615. "pistol_kills" "3"
  98616. "opening_kills" "3"
  98617. "sniper_kills" "12"
  98618. "KDR" "1.375000"
  98619. "enemy_kills" "22"
  98620. "deaths" "16"
  98621. "matches_played" "1"
  98622. }
  98623. }
  98624. "11"
  98625. {
  98626. "team" "46"
  98627. }
  98628. "12"
  98629. {
  98630. "team" "59"
  98631. }
  98632. "13"
  98633. {
  98634. "team" "59"
  98635. }
  98636. }
  98637. }
  98638. "40517167"
  98639. {
  98640. "name" "kioShiMa"
  98641. "code" "kioshima"
  98642. "dob" "1994-07-26"
  98643. "geo" "FR"
  98644. "events"
  98645. {
  98646. "7"
  98647. {
  98648. "team" "46"
  98649. "clutch_kills" "22"
  98650. "pistol_kills" "32"
  98651. "opening_kills" "25"
  98652. "sniper_kills" "2"
  98653. "KDR" "1.013000"
  98654. "enemy_kills" "156"
  98655. "deaths" "154"
  98656. "matches_played" "9"
  98657. }
  98658. "8"
  98659. {
  98660. "team" "46"
  98661. "clutch_kills" "6"
  98662. "pistol_kills" "36"
  98663. "opening_kills" "20"
  98664. "sniper_kills" "3"
  98665. "KDR" "1.133758"
  98666. "enemy_kills" "178"
  98667. "deaths" "157"
  98668. "matches_played" "10"
  98669. "stage0"
  98670. {
  98671. "clutch_kills" "0"
  98672. "pistol_kills" "7"
  98673. "opening_kills" "2"
  98674. "sniper_kills" "0"
  98675. "KDR" "1.909091"
  98676. "enemy_kills" "21"
  98677. "deaths" "11"
  98678. "matches_played" "1"
  98679. }
  98680. "stage1"
  98681. {
  98682. "clutch_kills" "1"
  98683. "pistol_kills" "7"
  98684. "opening_kills" "2"
  98685. "sniper_kills" "0"
  98686. "KDR" "1.142857"
  98687. "enemy_kills" "16"
  98688. "deaths" "14"
  98689. "matches_played" "1"
  98690. }
  98691. "stage3"
  98692. {
  98693. "clutch_kills" "1"
  98694. "pistol_kills" "9"
  98695. "opening_kills" "6"
  98696. "sniper_kills" "2"
  98697. "KDR" "1.400000"
  98698. "enemy_kills" "49"
  98699. "deaths" "35"
  98700. "matches_played" "3"
  98701. }
  98702. "stage4"
  98703. {
  98704. "clutch_kills" "4"
  98705. "pistol_kills" "13"
  98706. "opening_kills" "10"
  98707. "sniper_kills" "1"
  98708. "KDR" "0.948454"
  98709. "enemy_kills" "92"
  98710. "deaths" "97"
  98711. "matches_played" "5"
  98712. }
  98713. }
  98714. "10"
  98715. {
  98716. "team" "61"
  98717. "clutch_kills" "8"
  98718. "pistol_kills" "12"
  98719. "opening_kills" "7"
  98720. "sniper_kills" "4"
  98721. "KDR" "0.810811"
  98722. "enemy_kills" "60"
  98723. "deaths" "74"
  98724. "matches_played" "4"
  98725. "stage0"
  98726. {
  98727. "clutch_kills" "1"
  98728. "pistol_kills" "3"
  98729. "opening_kills" "3"
  98730. "sniper_kills" "3"
  98731. "KDR" "1.176471"
  98732. "enemy_kills" "20"
  98733. "deaths" "17"
  98734. "matches_played" "1"
  98735. }
  98736. "stage1"
  98737. {
  98738. "clutch_kills" "1"
  98739. "pistol_kills" "1"
  98740. "opening_kills" "0"
  98741. "sniper_kills" "0"
  98742. "KDR" "0.300000"
  98743. "enemy_kills" "6"
  98744. "deaths" "20"
  98745. "matches_played" "1"
  98746. }
  98747. "stage2"
  98748. {
  98749. "clutch_kills" "6"
  98750. "pistol_kills" "8"
  98751. "opening_kills" "4"
  98752. "sniper_kills" "1"
  98753. "KDR" "0.918919"
  98754. "enemy_kills" "34"
  98755. "deaths" "37"
  98756. "matches_played" "2"
  98757. }
  98758. }
  98759. "11"
  98760. {
  98761. "team" "61"
  98762. }
  98763. "12"
  98764. {
  98765. "team" "61"
  98766. }
  98767. }
  98768. }
  98769. "17975624"
  98770. {
  98771. "name" "Happy"
  98772. "code" "happy"
  98773. "dob" "1991-11-23"
  98774. "geo" "FR"
  98775. "events"
  98776. {
  98777. "7"
  98778. {
  98779. "team" "46"
  98780. "clutch_kills" "14"
  98781. "pistol_kills" "37"
  98782. "opening_kills" "25"
  98783. "sniper_kills" "19"
  98784. "KDR" "1.024000"
  98785. "enemy_kills" "173"
  98786. "deaths" "169"
  98787. "matches_played" "9"
  98788. }
  98789. "8"
  98790. {
  98791. "team" "46"
  98792. "clutch_kills" "20"
  98793. "pistol_kills" "45"
  98794. "opening_kills" "33"
  98795. "sniper_kills" "32"
  98796. "KDR" "1.234286"
  98797. "enemy_kills" "216"
  98798. "deaths" "175"
  98799. "matches_played" "10"
  98800. "stage0"
  98801. {
  98802. "clutch_kills" "1"
  98803. "pistol_kills" "7"
  98804. "opening_kills" "4"
  98805. "sniper_kills" "7"
  98806. "KDR" "2.100000"
  98807. "enemy_kills" "21"
  98808. "deaths" "10"
  98809. "matches_played" "1"
  98810. }
  98811. "stage1"
  98812. {
  98813. "clutch_kills" "0"
  98814. "pistol_kills" "3"
  98815. "opening_kills" "4"
  98816. "sniper_kills" "3"
  98817. "KDR" "1.055556"
  98818. "enemy_kills" "19"
  98819. "deaths" "18"
  98820. "matches_played" "1"
  98821. }
  98822. "stage3"
  98823. {
  98824. "clutch_kills" "5"
  98825. "pistol_kills" "13"
  98826. "opening_kills" "12"
  98827. "sniper_kills" "4"
  98828. "KDR" "1.295455"
  98829. "enemy_kills" "57"
  98830. "deaths" "44"
  98831. "matches_played" "3"
  98832. }
  98833. "stage4"
  98834. {
  98835. "clutch_kills" "14"
  98836. "pistol_kills" "22"
  98837. "opening_kills" "13"
  98838. "sniper_kills" "18"
  98839. "KDR" "1.155340"
  98840. "enemy_kills" "119"
  98841. "deaths" "103"
  98842. "matches_played" "5"
  98843. }
  98844. }
  98845. "9"
  98846. {
  98847. "team" "46"
  98848. "clutch_kills" "4"
  98849. "pistol_kills" "12"
  98850. "opening_kills" "5"
  98851. "sniper_kills" "2"
  98852. "KDR" "1.108108"
  98853. "enemy_kills" "41"
  98854. "deaths" "37"
  98855. "matches_played" "2"
  98856. "stage0"
  98857. {
  98858. "clutch_kills" "1"
  98859. "pistol_kills" "6"
  98860. "opening_kills" "3"
  98861. "sniper_kills" "2"
  98862. "KDR" "0.888889"
  98863. "enemy_kills" "16"
  98864. "deaths" "18"
  98865. "matches_played" "1"
  98866. }
  98867. "stage1"
  98868. {
  98869. "clutch_kills" "3"
  98870. "pistol_kills" "6"
  98871. "opening_kills" "2"
  98872. "sniper_kills" "0"
  98873. "KDR" "1.315789"
  98874. "enemy_kills" "25"
  98875. "deaths" "19"
  98876. "matches_played" "1"
  98877. }
  98878. }
  98879. "10"
  98880. {
  98881. "team" "46"
  98882. "clutch_kills" "1"
  98883. "pistol_kills" "6"
  98884. "opening_kills" "2"
  98885. "sniper_kills" "1"
  98886. "KDR" "0.777778"
  98887. "enemy_kills" "28"
  98888. "deaths" "36"
  98889. "matches_played" "2"
  98890. "stage0"
  98891. {
  98892. "clutch_kills" "1"
  98893. "pistol_kills" "3"
  98894. "opening_kills" "2"
  98895. "sniper_kills" "1"
  98896. "KDR" "1.062500"
  98897. "enemy_kills" "17"
  98898. "deaths" "16"
  98899. "matches_played" "1"
  98900. }
  98901. "stage1"
  98902. {
  98903. "clutch_kills" "0"
  98904. "pistol_kills" "3"
  98905. "opening_kills" "0"
  98906. "sniper_kills" "0"
  98907. "KDR" "0.550000"
  98908. "enemy_kills" "11"
  98909. "deaths" "20"
  98910. "matches_played" "1"
  98911. }
  98912. }
  98913. "11"
  98914. {
  98915. "team" "46"
  98916. }
  98917. "13"
  98918. {
  98919. "team" "46"
  98920. }
  98921. }
  98922. }
  98923. "29478439"
  98924. {
  98925. "name" "apEX"
  98926. "code" "apex"
  98927. "dob" "1993-02-22"
  98928. "geo" "FR"
  98929. "events"
  98930. {
  98931. "7"
  98932. {
  98933. "team" "46"
  98934. "clutch_kills" "2"
  98935. "pistol_kills" "38"
  98936. "opening_kills" "30"
  98937. "sniper_kills" "0"
  98938. "KDR" "1.098000"
  98939. "enemy_kills" "190"
  98940. "deaths" "173"
  98941. "matches_played" "9"
  98942. }
  98943. "8"
  98944. {
  98945. "team" "46"
  98946. "clutch_kills" "3"
  98947. "pistol_kills" "48"
  98948. "opening_kills" "37"
  98949. "sniper_kills" "1"
  98950. "KDR" "1.112360"
  98951. "enemy_kills" "198"
  98952. "deaths" "178"
  98953. "matches_played" "10"
  98954. "stage0"
  98955. {
  98956. "clutch_kills" "0"
  98957. "pistol_kills" "2"
  98958. "opening_kills" "4"
  98959. "sniper_kills" "0"
  98960. "KDR" "1.636364"
  98961. "enemy_kills" "18"
  98962. "deaths" "11"
  98963. "matches_played" "1"
  98964. }
  98965. "stage1"
  98966. {
  98967. "clutch_kills" "1"
  98968. "pistol_kills" "4"
  98969. "opening_kills" "2"
  98970. "sniper_kills" "0"
  98971. "KDR" "1.411765"
  98972. "enemy_kills" "24"
  98973. "deaths" "17"
  98974. "matches_played" "1"
  98975. }
  98976. "stage3"
  98977. {
  98978. "clutch_kills" "2"
  98979. "pistol_kills" "12"
  98980. "opening_kills" "12"
  98981. "sniper_kills" "1"
  98982. "KDR" "1.463415"
  98983. "enemy_kills" "60"
  98984. "deaths" "41"
  98985. "matches_played" "3"
  98986. }
  98987. "stage4"
  98988. {
  98989. "clutch_kills" "0"
  98990. "pistol_kills" "30"
  98991. "opening_kills" "19"
  98992. "sniper_kills" "0"
  98993. "KDR" "0.880734"
  98994. "enemy_kills" "96"
  98995. "deaths" "109"
  98996. "matches_played" "5"
  98997. }
  98998. }
  98999. "9"
  99000. {
  99001. "team" "46"
  99002. "clutch_kills" "1"
  99003. "pistol_kills" "9"
  99004. "opening_kills" "7"
  99005. "sniper_kills" "0"
  99006. "KDR" "0.975610"
  99007. "enemy_kills" "40"
  99008. "deaths" "41"
  99009. "matches_played" "2"
  99010. "stage0"
  99011. {
  99012. "clutch_kills" "1"
  99013. "pistol_kills" "4"
  99014. "opening_kills" "3"
  99015. "sniper_kills" "0"
  99016. "KDR" "0.684211"
  99017. "enemy_kills" "13"
  99018. "deaths" "19"
  99019. "matches_played" "1"
  99020. }
  99021. "stage1"
  99022. {
  99023. "clutch_kills" "0"
  99024. "pistol_kills" "5"
  99025. "opening_kills" "4"
  99026. "sniper_kills" "0"
  99027. "KDR" "1.227273"
  99028. "enemy_kills" "27"
  99029. "deaths" "22"
  99030. "matches_played" "1"
  99031. }
  99032. }
  99033. "10"
  99034. {
  99035. "team" "46"
  99036. "clutch_kills" "0"
  99037. "pistol_kills" "7"
  99038. "opening_kills" "8"
  99039. "sniper_kills" "1"
  99040. "KDR" "0.891892"
  99041. "enemy_kills" "33"
  99042. "deaths" "37"
  99043. "matches_played" "2"
  99044. "stage0"
  99045. {
  99046. "clutch_kills" "0"
  99047. "pistol_kills" "6"
  99048. "opening_kills" "4"
  99049. "sniper_kills" "0"
  99050. "KDR" "0.833333"
  99051. "enemy_kills" "15"
  99052. "deaths" "18"
  99053. "matches_played" "1"
  99054. }
  99055. "stage1"
  99056. {
  99057. "clutch_kills" "0"
  99058. "pistol_kills" "1"
  99059. "opening_kills" "4"
  99060. "sniper_kills" "1"
  99061. "KDR" "0.947368"
  99062. "enemy_kills" "18"
  99063. "deaths" "19"
  99064. "matches_played" "1"
  99065. }
  99066. }
  99067. "11"
  99068. {
  99069. "team" "46"
  99070. }
  99071. "12"
  99072. {
  99073. "team" "59"
  99074. }
  99075. "13"
  99076. {
  99077. "team" "59"
  99078. }
  99079. }
  99080. }
  99081. "444845"
  99082. {
  99083. "name" "NBK-"
  99084. "code" "nbk"
  99085. "dob" "1994-06-05"
  99086. "geo" "FR"
  99087. "events"
  99088. {
  99089. "7"
  99090. {
  99091. "team" "46"
  99092. "clutch_kills" "18"
  99093. "pistol_kills" "33"
  99094. "opening_kills" "34"
  99095. "sniper_kills" "8"
  99096. "KDR" "1.045000"
  99097. "enemy_kills" "163"
  99098. "deaths" "156"
  99099. "matches_played" "9"
  99100. }
  99101. "8"
  99102. {
  99103. "team" "46"
  99104. "clutch_kills" "12"
  99105. "pistol_kills" "37"
  99106. "opening_kills" "17"
  99107. "sniper_kills" "9"
  99108. "KDR" "1.214286"
  99109. "enemy_kills" "187"
  99110. "deaths" "154"
  99111. "matches_played" "10"
  99112. "stage0"
  99113. {
  99114. "clutch_kills" "0"
  99115. "pistol_kills" "3"
  99116. "opening_kills" "1"
  99117. "sniper_kills" "0"
  99118. "KDR" "1.636364"
  99119. "enemy_kills" "18"
  99120. "deaths" "11"
  99121. "matches_played" "1"
  99122. }
  99123. "stage1"
  99124. {
  99125. "clutch_kills" "3"
  99126. "pistol_kills" "3"
  99127. "opening_kills" "2"
  99128. "sniper_kills" "0"
  99129. "KDR" "2.090909"
  99130. "enemy_kills" "23"
  99131. "deaths" "11"
  99132. "matches_played" "1"
  99133. }
  99134. "stage3"
  99135. {
  99136. "clutch_kills" "4"
  99137. "pistol_kills" "12"
  99138. "opening_kills" "5"
  99139. "sniper_kills" "0"
  99140. "KDR" "1.256410"
  99141. "enemy_kills" "49"
  99142. "deaths" "39"
  99143. "matches_played" "3"
  99144. }
  99145. "stage4"
  99146. {
  99147. "clutch_kills" "5"
  99148. "pistol_kills" "19"
  99149. "opening_kills" "9"
  99150. "sniper_kills" "9"
  99151. "KDR" "1.043011"
  99152. "enemy_kills" "97"
  99153. "deaths" "93"
  99154. "matches_played" "5"
  99155. }
  99156. }
  99157. "9"
  99158. {
  99159. "team" "46"
  99160. "clutch_kills" "4"
  99161. "pistol_kills" "7"
  99162. "opening_kills" "8"
  99163. "sniper_kills" "0"
  99164. "KDR" "0.750000"
  99165. "enemy_kills" "30"
  99166. "deaths" "40"
  99167. "matches_played" "2"
  99168. "stage0"
  99169. {
  99170. "clutch_kills" "1"
  99171. "pistol_kills" "5"
  99172. "opening_kills" "1"
  99173. "sniper_kills" "0"
  99174. "KDR" "0.526316"
  99175. "enemy_kills" "10"
  99176. "deaths" "19"
  99177. "matches_played" "1"
  99178. }
  99179. "stage1"
  99180. {
  99181. "clutch_kills" "3"
  99182. "pistol_kills" "2"
  99183. "opening_kills" "7"
  99184. "sniper_kills" "0"
  99185. "KDR" "0.952381"
  99186. "enemy_kills" "20"
  99187. "deaths" "21"
  99188. "matches_played" "1"
  99189. }
  99190. }
  99191. "10"
  99192. {
  99193. "team" "46"
  99194. "clutch_kills" "0"
  99195. "pistol_kills" "9"
  99196. "opening_kills" "3"
  99197. "sniper_kills" "0"
  99198. "KDR" "0.684211"
  99199. "enemy_kills" "26"
  99200. "deaths" "38"
  99201. "matches_played" "2"
  99202. "stage0"
  99203. {
  99204. "clutch_kills" "0"
  99205. "pistol_kills" "2"
  99206. "opening_kills" "0"
  99207. "sniper_kills" "0"
  99208. "KDR" "0.388889"
  99209. "enemy_kills" "7"
  99210. "deaths" "18"
  99211. "matches_played" "1"
  99212. }
  99213. "stage1"
  99214. {
  99215. "clutch_kills" "0"
  99216. "pistol_kills" "7"
  99217. "opening_kills" "3"
  99218. "sniper_kills" "0"
  99219. "KDR" "0.950000"
  99220. "enemy_kills" "19"
  99221. "deaths" "20"
  99222. "matches_played" "1"
  99223. }
  99224. }
  99225. "11"
  99226. {
  99227. "team" "46"
  99228. }
  99229. "12"
  99230. {
  99231. "team" "59"
  99232. }
  99233. "13"
  99234. {
  99235. "team" "59"
  99236. }
  99237. }
  99238. }
  99239. "29164525"
  99240. {
  99241. "name" "karrigan"
  99242. "code" "karrigan"
  99243. "dob" "1990-04-14"
  99244. "geo" "DK"
  99245. "events"
  99246. {
  99247. "7"
  99248. {
  99249. "team" "58"
  99250. "clutch_kills" "7"
  99251. "pistol_kills" "24"
  99252. "opening_kills" "27"
  99253. "sniper_kills" "6"
  99254. "KDR" "1.140000"
  99255. "enemy_kills" "138"
  99256. "deaths" "121"
  99257. "matches_played" "7"
  99258. }
  99259. "8"
  99260. {
  99261. "team" "58"
  99262. "clutch_kills" "9"
  99263. "pistol_kills" "21"
  99264. "opening_kills" "10"
  99265. "sniper_kills" "15"
  99266. "KDR" "0.937500"
  99267. "enemy_kills" "60"
  99268. "deaths" "64"
  99269. "matches_played" "4"
  99270. "stage0"
  99271. {
  99272. "clutch_kills" "4"
  99273. "pistol_kills" "6"
  99274. "opening_kills" "3"
  99275. "sniper_kills" "2"
  99276. "KDR" "1.187500"
  99277. "enemy_kills" "19"
  99278. "deaths" "16"
  99279. "matches_played" "1"
  99280. }
  99281. "stage1"
  99282. {
  99283. "clutch_kills" "0"
  99284. "pistol_kills" "5"
  99285. "opening_kills" "2"
  99286. "sniper_kills" "4"
  99287. "KDR" "1.333333"
  99288. "enemy_kills" "12"
  99289. "deaths" "9"
  99290. "matches_played" "1"
  99291. }
  99292. "stage3"
  99293. {
  99294. "clutch_kills" "5"
  99295. "pistol_kills" "10"
  99296. "opening_kills" "5"
  99297. "sniper_kills" "9"
  99298. "KDR" "0.743590"
  99299. "enemy_kills" "29"
  99300. "deaths" "39"
  99301. "matches_played" "2"
  99302. }
  99303. }
  99304. "9"
  99305. {
  99306. "team" "60"
  99307. "clutch_kills" "6"
  99308. "pistol_kills" "11"
  99309. "opening_kills" "12"
  99310. "sniper_kills" "2"
  99311. "KDR" "0.823529"
  99312. "enemy_kills" "84"
  99313. "deaths" "102"
  99314. "matches_played" "6"
  99315. "stage0"
  99316. {
  99317. "clutch_kills" "0"
  99318. "pistol_kills" "2"
  99319. "opening_kills" "2"
  99320. "sniper_kills" "1"
  99321. "KDR" "0.590909"
  99322. "enemy_kills" "13"
  99323. "deaths" "22"
  99324. "matches_played" "1"
  99325. }
  99326. "stage1"
  99327. {
  99328. "clutch_kills" "0"
  99329. "pistol_kills" "1"
  99330. "opening_kills" "1"
  99331. "sniper_kills" "0"
  99332. "KDR" "0.933333"
  99333. "enemy_kills" "14"
  99334. "deaths" "15"
  99335. "matches_played" "1"
  99336. }
  99337. "stage3"
  99338. {
  99339. "clutch_kills" "2"
  99340. "pistol_kills" "2"
  99341. "opening_kills" "4"
  99342. "sniper_kills" "0"
  99343. "KDR" "0.967742"
  99344. "enemy_kills" "30"
  99345. "deaths" "31"
  99346. "matches_played" "2"
  99347. }
  99348. "stage4"
  99349. {
  99350. "clutch_kills" "4"
  99351. "pistol_kills" "6"
  99352. "opening_kills" "5"
  99353. "sniper_kills" "1"
  99354. "KDR" "0.794118"
  99355. "enemy_kills" "27"
  99356. "deaths" "34"
  99357. "matches_played" "2"
  99358. }
  99359. }
  99360. "10"
  99361. {
  99362. "team" "60"
  99363. "clutch_kills" "9"
  99364. "pistol_kills" "28"
  99365. "opening_kills" "40"
  99366. "sniper_kills" "84"
  99367. "KDR" "1.029197"
  99368. "enemy_kills" "141"
  99369. "deaths" "137"
  99370. "matches_played" "7"
  99371. "stage0"
  99372. {
  99373. "clutch_kills" "3"
  99374. "pistol_kills" "2"
  99375. "opening_kills" "7"
  99376. "sniper_kills" "15"
  99377. "KDR" "1.058824"
  99378. "enemy_kills" "18"
  99379. "deaths" "17"
  99380. "matches_played" "1"
  99381. }
  99382. "stage1"
  99383. {
  99384. "clutch_kills" "1"
  99385. "pistol_kills" "1"
  99386. "opening_kills" "1"
  99387. "sniper_kills" "6"
  99388. "KDR" "0.500000"
  99389. "enemy_kills" "8"
  99390. "deaths" "16"
  99391. "matches_played" "1"
  99392. }
  99393. "stage2"
  99394. {
  99395. "clutch_kills" "2"
  99396. "pistol_kills" "20"
  99397. "opening_kills" "22"
  99398. "sniper_kills" "45"
  99399. "KDR" "1.362069"
  99400. "enemy_kills" "79"
  99401. "deaths" "58"
  99402. "matches_played" "3"
  99403. }
  99404. "stage3"
  99405. {
  99406. "clutch_kills" "3"
  99407. "pistol_kills" "5"
  99408. "opening_kills" "10"
  99409. "sniper_kills" "18"
  99410. "KDR" "0.782609"
  99411. "enemy_kills" "36"
  99412. "deaths" "46"
  99413. "matches_played" "2"
  99414. }
  99415. }
  99416. "11"
  99417. {
  99418. "team" "61"
  99419. }
  99420. "12"
  99421. {
  99422. "team" "61"
  99423. }
  99424. "13"
  99425. {
  99426. "team" "61"
  99427. }
  99428. }
  99429. }
  99430. "27447936"
  99431. {
  99432. "name" "device"
  99433. "code" "device"
  99434. "dob" "1995-08-09"
  99435. "geo" "DK"
  99436. "events"
  99437. {
  99438. "7"
  99439. {
  99440. "team" "58"
  99441. "clutch_kills" "16"
  99442. "pistol_kills" "40"
  99443. "opening_kills" "13"
  99444. "sniper_kills" "39"
  99445. "KDR" "1.461000"
  99446. "enemy_kills" "130"
  99447. "deaths" "89"
  99448. "matches_played" "7"
  99449. }
  99450. "8"
  99451. {
  99452. "team" "58"
  99453. "clutch_kills" "12"
  99454. "pistol_kills" "15"
  99455. "opening_kills" "7"
  99456. "sniper_kills" "12"
  99457. "KDR" "0.968750"
  99458. "enemy_kills" "62"
  99459. "deaths" "64"
  99460. "matches_played" "4"
  99461. "stage0"
  99462. {
  99463. "clutch_kills" "3"
  99464. "pistol_kills" "6"
  99465. "opening_kills" "0"
  99466. "sniper_kills" "5"
  99467. "KDR" "1.416667"
  99468. "enemy_kills" "17"
  99469. "deaths" "12"
  99470. "matches_played" "1"
  99471. }
  99472. "stage1"
  99473. {
  99474. "clutch_kills" "2"
  99475. "pistol_kills" "5"
  99476. "opening_kills" "2"
  99477. "sniper_kills" "2"
  99478. "KDR" "1.071429"
  99479. "enemy_kills" "15"
  99480. "deaths" "14"
  99481. "matches_played" "1"
  99482. }
  99483. "stage3"
  99484. {
  99485. "clutch_kills" "7"
  99486. "pistol_kills" "4"
  99487. "opening_kills" "5"
  99488. "sniper_kills" "5"
  99489. "KDR" "0.789474"
  99490. "enemy_kills" "30"
  99491. "deaths" "38"
  99492. "matches_played" "2"
  99493. }
  99494. }
  99495. "9"
  99496. {
  99497. "team" "60"
  99498. "clutch_kills" "10"
  99499. "pistol_kills" "23"
  99500. "opening_kills" "20"
  99501. "sniper_kills" "63"
  99502. "KDR" "1.260870"
  99503. "enemy_kills" "116"
  99504. "deaths" "92"
  99505. "matches_played" "6"
  99506. "stage0"
  99507. {
  99508. "clutch_kills" "3"
  99509. "pistol_kills" "4"
  99510. "opening_kills" "2"
  99511. "sniper_kills" "14"
  99512. "KDR" "1.750000"
  99513. "enemy_kills" "28"
  99514. "deaths" "16"
  99515. "matches_played" "1"
  99516. }
  99517. "stage1"
  99518. {
  99519. "clutch_kills" "1"
  99520. "pistol_kills" "3"
  99521. "opening_kills" "5"
  99522. "sniper_kills" "11"
  99523. "KDR" "1.666667"
  99524. "enemy_kills" "20"
  99525. "deaths" "12"
  99526. "matches_played" "1"
  99527. }
  99528. "stage3"
  99529. {
  99530. "clutch_kills" "4"
  99531. "pistol_kills" "11"
  99532. "opening_kills" "7"
  99533. "sniper_kills" "19"
  99534. "KDR" "1.480000"
  99535. "enemy_kills" "37"
  99536. "deaths" "25"
  99537. "matches_played" "2"
  99538. }
  99539. "stage4"
  99540. {
  99541. "clutch_kills" "2"
  99542. "pistol_kills" "5"
  99543. "opening_kills" "6"
  99544. "sniper_kills" "19"
  99545. "KDR" "0.794872"
  99546. "enemy_kills" "31"
  99547. "deaths" "39"
  99548. "matches_played" "2"
  99549. }
  99550. }
  99551. "10"
  99552. {
  99553. "team" "60"
  99554. "clutch_kills" "24"
  99555. "pistol_kills" "32"
  99556. "opening_kills" "25"
  99557. "sniper_kills" "42"
  99558. "KDR" "1.353383"
  99559. "enemy_kills" "180"
  99560. "deaths" "133"
  99561. "matches_played" "7"
  99562. "stage0"
  99563. {
  99564. "clutch_kills" "6"
  99565. "pistol_kills" "5"
  99566. "opening_kills" "2"
  99567. "sniper_kills" "1"
  99568. "KDR" "1.687500"
  99569. "enemy_kills" "27"
  99570. "deaths" "16"
  99571. "matches_played" "1"
  99572. }
  99573. "stage1"
  99574. {
  99575. "clutch_kills" "3"
  99576. "pistol_kills" "4"
  99577. "opening_kills" "1"
  99578. "sniper_kills" "0"
  99579. "KDR" "0.888889"
  99580. "enemy_kills" "16"
  99581. "deaths" "18"
  99582. "matches_played" "1"
  99583. }
  99584. "stage2"
  99585. {
  99586. "clutch_kills" "7"
  99587. "pistol_kills" "14"
  99588. "opening_kills" "10"
  99589. "sniper_kills" "7"
  99590. "KDR" "1.232143"
  99591. "enemy_kills" "69"
  99592. "deaths" "56"
  99593. "matches_played" "3"
  99594. }
  99595. "stage3"
  99596. {
  99597. "clutch_kills" "8"
  99598. "pistol_kills" "9"
  99599. "opening_kills" "12"
  99600. "sniper_kills" "34"
  99601. "KDR" "1.581395"
  99602. "enemy_kills" "68"
  99603. "deaths" "43"
  99604. "matches_played" "2"
  99605. }
  99606. }
  99607. "11"
  99608. {
  99609. "team" "60"
  99610. }
  99611. "12"
  99612. {
  99613. "team" "60"
  99614. }
  99615. "13"
  99616. {
  99617. "team" "60"
  99618. }
  99619. }
  99620. }
  99621. "44589228"
  99622. {
  99623. "name" "dupreeh"
  99624. "code" "dupreeh"
  99625. "dob" "1993-03-26"
  99626. "geo" "DK"
  99627. "events"
  99628. {
  99629. "7"
  99630. {
  99631. "team" "58"
  99632. "clutch_kills" "5"
  99633. "pistol_kills" "26"
  99634. "opening_kills" "18"
  99635. "sniper_kills" "0"
  99636. "KDR" "1.208000"
  99637. "enemy_kills" "122"
  99638. "deaths" "101"
  99639. "matches_played" "7"
  99640. }
  99641. "8"
  99642. {
  99643. "team" "58"
  99644. "clutch_kills" "6"
  99645. "pistol_kills" "13"
  99646. "opening_kills" "15"
  99647. "sniper_kills" "6"
  99648. "KDR" "1.203125"
  99649. "enemy_kills" "77"
  99650. "deaths" "64"
  99651. "matches_played" "4"
  99652. "stage0"
  99653. {
  99654. "clutch_kills" "3"
  99655. "pistol_kills" "1"
  99656. "opening_kills" "3"
  99657. "sniper_kills" "0"
  99658. "KDR" "1.714286"
  99659. "enemy_kills" "24"
  99660. "deaths" "14"
  99661. "matches_played" "1"
  99662. }
  99663. "stage1"
  99664. {
  99665. "clutch_kills" "0"
  99666. "pistol_kills" "5"
  99667. "opening_kills" "5"
  99668. "sniper_kills" "1"
  99669. "KDR" "1.750000"
  99670. "enemy_kills" "21"
  99671. "deaths" "12"
  99672. "matches_played" "1"
  99673. }
  99674. "stage3"
  99675. {
  99676. "clutch_kills" "3"
  99677. "pistol_kills" "7"
  99678. "opening_kills" "7"
  99679. "sniper_kills" "5"
  99680. "KDR" "0.842105"
  99681. "enemy_kills" "32"
  99682. "deaths" "38"
  99683. "matches_played" "2"
  99684. }
  99685. }
  99686. "9"
  99687. {
  99688. "team" "60"
  99689. "clutch_kills" "6"
  99690. "pistol_kills" "21"
  99691. "opening_kills" "27"
  99692. "sniper_kills" "1"
  99693. "KDR" "1.189474"
  99694. "enemy_kills" "113"
  99695. "deaths" "95"
  99696. "matches_played" "6"
  99697. "stage0"
  99698. {
  99699. "clutch_kills" "1"
  99700. "pistol_kills" "4"
  99701. "opening_kills" "2"
  99702. "sniper_kills" "0"
  99703. "KDR" "0.888889"
  99704. "enemy_kills" "16"
  99705. "deaths" "18"
  99706. "matches_played" "1"
  99707. }
  99708. "stage1"
  99709. {
  99710. "clutch_kills" "1"
  99711. "pistol_kills" "4"
  99712. "opening_kills" "6"
  99713. "sniper_kills" "0"
  99714. "KDR" "1.416667"
  99715. "enemy_kills" "17"
  99716. "deaths" "12"
  99717. "matches_played" "1"
  99718. }
  99719. "stage3"
  99720. {
  99721. "clutch_kills" "2"
  99722. "pistol_kills" "10"
  99723. "opening_kills" "12"
  99724. "sniper_kills" "0"
  99725. "KDR" "1.857143"
  99726. "enemy_kills" "52"
  99727. "deaths" "28"
  99728. "matches_played" "2"
  99729. }
  99730. "stage4"
  99731. {
  99732. "clutch_kills" "2"
  99733. "pistol_kills" "3"
  99734. "opening_kills" "7"
  99735. "sniper_kills" "1"
  99736. "KDR" "0.756757"
  99737. "enemy_kills" "28"
  99738. "deaths" "37"
  99739. "matches_played" "2"
  99740. }
  99741. }
  99742. "10"
  99743. {
  99744. "team" "60"
  99745. "clutch_kills" "3"
  99746. "pistol_kills" "11"
  99747. "opening_kills" "9"
  99748. "sniper_kills" "0"
  99749. "KDR" "0.825000"
  99750. "enemy_kills" "33"
  99751. "deaths" "40"
  99752. "matches_played" "2"
  99753. "stage0"
  99754. {
  99755. "clutch_kills" "0"
  99756. "pistol_kills" "5"
  99757. "opening_kills" "5"
  99758. "sniper_kills" "0"
  99759. "KDR" "0.952381"
  99760. "enemy_kills" "20"
  99761. "deaths" "21"
  99762. "matches_played" "1"
  99763. }
  99764. "stage1"
  99765. {
  99766. "clutch_kills" "3"
  99767. "pistol_kills" "6"
  99768. "opening_kills" "4"
  99769. "sniper_kills" "0"
  99770. "KDR" "0.684211"
  99771. "enemy_kills" "13"
  99772. "deaths" "19"
  99773. "matches_played" "1"
  99774. }
  99775. }
  99776. "11"
  99777. {
  99778. "team" "60"
  99779. }
  99780. "12"
  99781. {
  99782. "team" "60"
  99783. }
  99784. "13"
  99785. {
  99786. "team" "60"
  99787. }
  99788. }
  99789. }
  99790. "30416534"
  99791. {
  99792. "name" "Xyp9x"
  99793. "code" "xyp9x"
  99794. "dob" "1995-09-11"
  99795. "geo" "DK"
  99796. "events"
  99797. {
  99798. "7"
  99799. {
  99800. "team" "58"
  99801. "clutch_kills" "10"
  99802. "pistol_kills" "18"
  99803. "opening_kills" "15"
  99804. "sniper_kills" "0"
  99805. "KDR" "1.263000"
  99806. "enemy_kills" "125"
  99807. "deaths" "99"
  99808. "matches_played" "7"
  99809. }
  99810. "8"
  99811. {
  99812. "team" "58"
  99813. "clutch_kills" "3"
  99814. "pistol_kills" "16"
  99815. "opening_kills" "6"
  99816. "sniper_kills" "1"
  99817. "KDR" "1.044776"
  99818. "enemy_kills" "70"
  99819. "deaths" "67"
  99820. "matches_played" "4"
  99821. "stage0"
  99822. {
  99823. "clutch_kills" "1"
  99824. "pistol_kills" "2"
  99825. "opening_kills" "4"
  99826. "sniper_kills" "0"
  99827. "KDR" "1.125000"
  99828. "enemy_kills" "18"
  99829. "deaths" "16"
  99830. "matches_played" "1"
  99831. }
  99832. "stage1"
  99833. {
  99834. "clutch_kills" "1"
  99835. "pistol_kills" "4"
  99836. "opening_kills" "0"
  99837. "sniper_kills" "0"
  99838. "KDR" "1.214286"
  99839. "enemy_kills" "17"
  99840. "deaths" "14"
  99841. "matches_played" "1"
  99842. }
  99843. "stage3"
  99844. {
  99845. "clutch_kills" "1"
  99846. "pistol_kills" "10"
  99847. "opening_kills" "2"
  99848. "sniper_kills" "1"
  99849. "KDR" "0.945946"
  99850. "enemy_kills" "35"
  99851. "deaths" "37"
  99852. "matches_played" "2"
  99853. }
  99854. }
  99855. "9"
  99856. {
  99857. "team" "60"
  99858. "clutch_kills" "14"
  99859. "pistol_kills" "18"
  99860. "opening_kills" "12"
  99861. "sniper_kills" "0"
  99862. "KDR" "1.125000"
  99863. "enemy_kills" "99"
  99864. "deaths" "88"
  99865. "matches_played" "6"
  99866. "stage0"
  99867. {
  99868. "clutch_kills" "2"
  99869. "pistol_kills" "3"
  99870. "opening_kills" "5"
  99871. "sniper_kills" "0"
  99872. "KDR" "1.277778"
  99873. "enemy_kills" "23"
  99874. "deaths" "18"
  99875. "matches_played" "1"
  99876. }
  99877. "stage1"
  99878. {
  99879. "clutch_kills" "2"
  99880. "pistol_kills" "2"
  99881. "opening_kills" "2"
  99882. "sniper_kills" "0"
  99883. "KDR" "1.454545"
  99884. "enemy_kills" "16"
  99885. "deaths" "11"
  99886. "matches_played" "1"
  99887. }
  99888. "stage3"
  99889. {
  99890. "clutch_kills" "5"
  99891. "pistol_kills" "5"
  99892. "opening_kills" "2"
  99893. "sniper_kills" "0"
  99894. "KDR" "1.076923"
  99895. "enemy_kills" "28"
  99896. "deaths" "26"
  99897. "matches_played" "2"
  99898. }
  99899. "stage4"
  99900. {
  99901. "clutch_kills" "5"
  99902. "pistol_kills" "8"
  99903. "opening_kills" "3"
  99904. "sniper_kills" "0"
  99905. "KDR" "0.969697"
  99906. "enemy_kills" "32"
  99907. "deaths" "33"
  99908. "matches_played" "2"
  99909. }
  99910. }
  99911. "10"
  99912. {
  99913. "team" "60"
  99914. "clutch_kills" "21"
  99915. "pistol_kills" "22"
  99916. "opening_kills" "11"
  99917. "sniper_kills" "4"
  99918. "KDR" "1.109489"
  99919. "enemy_kills" "152"
  99920. "deaths" "137"
  99921. "matches_played" "7"
  99922. "stage0"
  99923. {
  99924. "clutch_kills" "1"
  99925. "pistol_kills" "4"
  99926. "opening_kills" "1"
  99927. "sniper_kills" "0"
  99928. "KDR" "0.882353"
  99929. "enemy_kills" "15"
  99930. "deaths" "17"
  99931. "matches_played" "1"
  99932. }
  99933. "stage1"
  99934. {
  99935. "clutch_kills" "1"
  99936. "pistol_kills" "1"
  99937. "opening_kills" "3"
  99938. "sniper_kills" "0"
  99939. "KDR" "0.529412"
  99940. "enemy_kills" "9"
  99941. "deaths" "17"
  99942. "matches_played" "1"
  99943. }
  99944. "stage2"
  99945. {
  99946. "clutch_kills" "12"
  99947. "pistol_kills" "13"
  99948. "opening_kills" "5"
  99949. "sniper_kills" "4"
  99950. "KDR" "1.537037"
  99951. "enemy_kills" "83"
  99952. "deaths" "54"
  99953. "matches_played" "3"
  99954. }
  99955. "stage3"
  99956. {
  99957. "clutch_kills" "7"
  99958. "pistol_kills" "4"
  99959. "opening_kills" "2"
  99960. "sniper_kills" "0"
  99961. "KDR" "0.918367"
  99962. "enemy_kills" "45"
  99963. "deaths" "49"
  99964. "matches_played" "2"
  99965. }
  99966. }
  99967. "11"
  99968. {
  99969. "team" "60"
  99970. }
  99971. "12"
  99972. {
  99973. "team" "60"
  99974. }
  99975. "13"
  99976. {
  99977. "team" "60"
  99978. }
  99979. }
  99980. }
  99981. "18062315"
  99982. {
  99983. "name" "cajunb"
  99984. "code" "cajunb"
  99985. "dob" "1989-12-13"
  99986. "geo" "DK"
  99987. "events"
  99988. {
  99989. "7"
  99990. {
  99991. "team" "58"
  99992. "clutch_kills" "5"
  99993. "pistol_kills" "18"
  99994. "opening_kills" "15"
  99995. "sniper_kills" "17"
  99996. "KDR" "1.000000"
  99997. "enemy_kills" "101"
  99998. "deaths" "101"
  99999. "matches_played" "7"
  100000. }
  100001. "8"
  100002. {
  100003. "team" "58"
  100004. "clutch_kills" "6"
  100005. "pistol_kills" "14"
  100006. "opening_kills" "12"
  100007. "sniper_kills" "21"
  100008. "KDR" "1.166667"
  100009. "enemy_kills" "70"
  100010. "deaths" "60"
  100011. "matches_played" "4"
  100012. "stage0"
  100013. {
  100014. "clutch_kills" "2"
  100015. "pistol_kills" "4"
  100016. "opening_kills" "3"
  100017. "sniper_kills" "0"
  100018. "KDR" "1"
  100019. "enemy_kills" "15"
  100020. "deaths" "15"
  100021. "matches_played" "1"
  100022. }
  100023. "stage1"
  100024. {
  100025. "clutch_kills" "2"
  100026. "pistol_kills" "4"
  100027. "opening_kills" "3"
  100028. "sniper_kills" "10"
  100029. "KDR" "2.666667"
  100030. "enemy_kills" "24"
  100031. "deaths" "9"
  100032. "matches_played" "1"
  100033. }
  100034. "stage3"
  100035. {
  100036. "clutch_kills" "2"
  100037. "pistol_kills" "6"
  100038. "opening_kills" "6"
  100039. "sniper_kills" "11"
  100040. "KDR" "0.861111"
  100041. "enemy_kills" "31"
  100042. "deaths" "36"
  100043. "matches_played" "2"
  100044. }
  100045. }
  100046. "9"
  100047. {
  100048. "team" "60"
  100049. "clutch_kills" "4"
  100050. "pistol_kills" "18"
  100051. "opening_kills" "11"
  100052. "sniper_kills" "12"
  100053. "KDR" "1.170213"
  100054. "enemy_kills" "110"
  100055. "deaths" "94"
  100056. "matches_played" "6"
  100057. "stage0"
  100058. {
  100059. "clutch_kills" "3"
  100060. "pistol_kills" "2"
  100061. "opening_kills" "3"
  100062. "sniper_kills" "4"
  100063. "KDR" "1.600000"
  100064. "enemy_kills" "24"
  100065. "deaths" "15"
  100066. "matches_played" "1"
  100067. }
  100068. "stage1"
  100069. {
  100070. "clutch_kills" "1"
  100071. "pistol_kills" "1"
  100072. "opening_kills" "2"
  100073. "sniper_kills" "2"
  100074. "KDR" "1.461538"
  100075. "enemy_kills" "19"
  100076. "deaths" "13"
  100077. "matches_played" "1"
  100078. }
  100079. "stage3"
  100080. {
  100081. "clutch_kills" "0"
  100082. "pistol_kills" "8"
  100083. "opening_kills" "2"
  100084. "sniper_kills" "0"
  100085. "KDR" "1.218750"
  100086. "enemy_kills" "39"
  100087. "deaths" "32"
  100088. "matches_played" "2"
  100089. }
  100090. "stage4"
  100091. {
  100092. "clutch_kills" "0"
  100093. "pistol_kills" "7"
  100094. "opening_kills" "4"
  100095. "sniper_kills" "6"
  100096. "KDR" "0.823529"
  100097. "enemy_kills" "28"
  100098. "deaths" "34"
  100099. "matches_played" "2"
  100100. }
  100101. }
  100102. "10"
  100103. {
  100104. "team" "24"
  100105. "clutch_kills" "5"
  100106. "pistol_kills" "30"
  100107. "opening_kills" "17"
  100108. "sniper_kills" "43"
  100109. "KDR" "1.157303"
  100110. "enemy_kills" "103"
  100111. "deaths" "89"
  100112. "matches_played" "5"
  100113. "stage0"
  100114. {
  100115. "clutch_kills" "1"
  100116. "pistol_kills" "6"
  100117. "opening_kills" "1"
  100118. "sniper_kills" "11"
  100119. "KDR" "1.105263"
  100120. "enemy_kills" "21"
  100121. "deaths" "19"
  100122. "matches_played" "1"
  100123. }
  100124. "stage1"
  100125. {
  100126. "clutch_kills" "0"
  100127. "pistol_kills" "4"
  100128. "opening_kills" "1"
  100129. "sniper_kills" "5"
  100130. "KDR" "4.333333"
  100131. "enemy_kills" "13"
  100132. "deaths" "3"
  100133. "matches_played" "1"
  100134. }
  100135. "stage2"
  100136. {
  100137. "clutch_kills" "4"
  100138. "pistol_kills" "20"
  100139. "opening_kills" "15"
  100140. "sniper_kills" "27"
  100141. "KDR" "1.029851"
  100142. "enemy_kills" "69"
  100143. "deaths" "67"
  100144. "matches_played" "3"
  100145. }
  100146. }
  100147. "11"
  100148. {
  100149. "team" "68"
  100150. }
  100151. "12"
  100152. {
  100153. "team" "68"
  100154. }
  100155. "13"
  100156. {
  100157. "team" "68"
  100158. }
  100159. }
  100160. }
  100161. "460206"
  100162. {
  100163. "name" "NEO"
  100164. "code" "neo"
  100165. "dob" "1987-06-15"
  100166. "geo" "PL"
  100167. "events"
  100168. {
  100169. "7"
  100170. {
  100171. "team" "31"
  100172. "clutch_kills" "13"
  100173. "pistol_kills" "33"
  100174. "opening_kills" "13"
  100175. "sniper_kills" "32"
  100176. "KDR" "1.204000"
  100177. "enemy_kills" "118"
  100178. "deaths" "98"
  100179. "matches_played" "7"
  100180. }
  100181. "8"
  100182. {
  100183. "team" "31"
  100184. "clutch_kills" "9"
  100185. "pistol_kills" "14"
  100186. "opening_kills" "18"
  100187. "sniper_kills" "24"
  100188. "KDR" "0.848101"
  100189. "enemy_kills" "67"
  100190. "deaths" "79"
  100191. "matches_played" "4"
  100192. "stage0"
  100193. {
  100194. "clutch_kills" "3"
  100195. "pistol_kills" "5"
  100196. "opening_kills" "5"
  100197. "sniper_kills" "3"
  100198. "KDR" "1"
  100199. "enemy_kills" "18"
  100200. "deaths" "18"
  100201. "matches_played" "1"
  100202. }
  100203. "stage1"
  100204. {
  100205. "clutch_kills" "1"
  100206. "pistol_kills" "2"
  100207. "opening_kills" "2"
  100208. "sniper_kills" "1"
  100209. "KDR" "0.714286"
  100210. "enemy_kills" "10"
  100211. "deaths" "14"
  100212. "matches_played" "1"
  100213. }
  100214. "stage3"
  100215. {
  100216. "clutch_kills" "5"
  100217. "pistol_kills" "7"
  100218. "opening_kills" "11"
  100219. "sniper_kills" "20"
  100220. "KDR" "0.829787"
  100221. "enemy_kills" "39"
  100222. "deaths" "47"
  100223. "matches_played" "2"
  100224. }
  100225. }
  100226. "9"
  100227. {
  100228. "team" "31"
  100229. "clutch_kills" "16"
  100230. "pistol_kills" "23"
  100231. "opening_kills" "25"
  100232. "sniper_kills" "38"
  100233. "KDR" "1.030534"
  100234. "enemy_kills" "135"
  100235. "deaths" "131"
  100236. "matches_played" "8"
  100237. "stage0"
  100238. {
  100239. "clutch_kills" "0"
  100240. "pistol_kills" "1"
  100241. "opening_kills" "4"
  100242. "sniper_kills" "0"
  100243. "KDR" "1.454545"
  100244. "enemy_kills" "16"
  100245. "deaths" "11"
  100246. "matches_played" "1"
  100247. }
  100248. "stage1"
  100249. {
  100250. "clutch_kills" "1"
  100251. "pistol_kills" "2"
  100252. "opening_kills" "0"
  100253. "sniper_kills" "1"
  100254. "KDR" "0.470588"
  100255. "enemy_kills" "8"
  100256. "deaths" "17"
  100257. "matches_played" "1"
  100258. }
  100259. "stage2"
  100260. {
  100261. "clutch_kills" "7"
  100262. "pistol_kills" "13"
  100263. "opening_kills" "11"
  100264. "sniper_kills" "9"
  100265. "KDR" "1.295455"
  100266. "enemy_kills" "57"
  100267. "deaths" "44"
  100268. "matches_played" "3"
  100269. }
  100270. "stage3"
  100271. {
  100272. "clutch_kills" "8"
  100273. "pistol_kills" "7"
  100274. "opening_kills" "10"
  100275. "sniper_kills" "28"
  100276. "KDR" "0.915254"
  100277. "enemy_kills" "54"
  100278. "deaths" "59"
  100279. "matches_played" "3"
  100280. }
  100281. }
  100282. "10"
  100283. {
  100284. "team" "31"
  100285. "clutch_kills" "16"
  100286. "pistol_kills" "27"
  100287. "opening_kills" "18"
  100288. "sniper_kills" "13"
  100289. "KDR" "0.907895"
  100290. "enemy_kills" "138"
  100291. "deaths" "152"
  100292. "matches_played" "7"
  100293. "stage0"
  100294. {
  100295. "clutch_kills" "4"
  100296. "pistol_kills" "2"
  100297. "opening_kills" "2"
  100298. "sniper_kills" "1"
  100299. "KDR" "1.266667"
  100300. "enemy_kills" "19"
  100301. "deaths" "15"
  100302. "matches_played" "1"
  100303. }
  100304. "stage1"
  100305. {
  100306. "clutch_kills" "0"
  100307. "pistol_kills" "2"
  100308. "opening_kills" "5"
  100309. "sniper_kills" "1"
  100310. "KDR" "0.869565"
  100311. "enemy_kills" "20"
  100312. "deaths" "23"
  100313. "matches_played" "1"
  100314. }
  100315. "stage3"
  100316. {
  100317. "clutch_kills" "5"
  100318. "pistol_kills" "11"
  100319. "opening_kills" "6"
  100320. "sniper_kills" "4"
  100321. "KDR" "1"
  100322. "enemy_kills" "46"
  100323. "deaths" "46"
  100324. "matches_played" "2"
  100325. }
  100326. "stage4"
  100327. {
  100328. "clutch_kills" "7"
  100329. "pistol_kills" "12"
  100330. "opening_kills" "5"
  100331. "sniper_kills" "7"
  100332. "KDR" "0.779412"
  100333. "enemy_kills" "53"
  100334. "deaths" "68"
  100335. "matches_played" "3"
  100336. }
  100337. }
  100338. "11"
  100339. {
  100340. "team" "31"
  100341. }
  100342. "12"
  100343. {
  100344. "team" "31"
  100345. }
  100346. "13"
  100347. {
  100348. "team" "31"
  100349. }
  100350. }
  100351. }
  100352. "13580090"
  100353. {
  100354. "name" "pashaBiceps"
  100355. "code" "pasha"
  100356. "dob" "1988-04-11"
  100357. "geo" "PL"
  100358. "events"
  100359. {
  100360. "7"
  100361. {
  100362. "team" "31"
  100363. "clutch_kills" "5"
  100364. "pistol_kills" "13"
  100365. "opening_kills" "21"
  100366. "sniper_kills" "1"
  100367. "KDR" "0.900000"
  100368. "enemy_kills" "108"
  100369. "deaths" "120"
  100370. "matches_played" "7"
  100371. }
  100372. "8"
  100373. {
  100374. "team" "31"
  100375. "clutch_kills" "8"
  100376. "pistol_kills" "17"
  100377. "opening_kills" "13"
  100378. "sniper_kills" "4"
  100379. "KDR" "1.011494"
  100380. "enemy_kills" "88"
  100381. "deaths" "87"
  100382. "matches_played" "4"
  100383. "stage0"
  100384. {
  100385. "clutch_kills" "1"
  100386. "pistol_kills" "2"
  100387. "opening_kills" "5"
  100388. "sniper_kills" "1"
  100389. "KDR" "0.925926"
  100390. "enemy_kills" "25"
  100391. "deaths" "27"
  100392. "matches_played" "1"
  100393. }
  100394. "stage1"
  100395. {
  100396. "clutch_kills" "0"
  100397. "pistol_kills" "2"
  100398. "opening_kills" "3"
  100399. "sniper_kills" "0"
  100400. "KDR" "1.357143"
  100401. "enemy_kills" "19"
  100402. "deaths" "14"
  100403. "matches_played" "1"
  100404. }
  100405. "stage3"
  100406. {
  100407. "clutch_kills" "7"
  100408. "pistol_kills" "13"
  100409. "opening_kills" "5"
  100410. "sniper_kills" "3"
  100411. "KDR" "0.956522"
  100412. "enemy_kills" "44"
  100413. "deaths" "46"
  100414. "matches_played" "2"
  100415. }
  100416. }
  100417. "9"
  100418. {
  100419. "team" "31"
  100420. "clutch_kills" "10"
  100421. "pistol_kills" "19"
  100422. "opening_kills" "20"
  100423. "sniper_kills" "11"
  100424. "KDR" "0.910345"
  100425. "enemy_kills" "132"
  100426. "deaths" "145"
  100427. "matches_played" "8"
  100428. "stage0"
  100429. {
  100430. "clutch_kills" "0"
  100431. "pistol_kills" "1"
  100432. "opening_kills" "4"
  100433. "sniper_kills" "0"
  100434. "KDR" "1.153846"
  100435. "enemy_kills" "15"
  100436. "deaths" "13"
  100437. "matches_played" "1"
  100438. }
  100439. "stage1"
  100440. {
  100441. "clutch_kills" "0"
  100442. "pistol_kills" "2"
  100443. "opening_kills" "1"
  100444. "sniper_kills" "1"
  100445. "KDR" "0.600000"
  100446. "enemy_kills" "9"
  100447. "deaths" "15"
  100448. "matches_played" "1"
  100449. }
  100450. "stage2"
  100451. {
  100452. "clutch_kills" "4"
  100453. "pistol_kills" "5"
  100454. "opening_kills" "9"
  100455. "sniper_kills" "7"
  100456. "KDR" "1.106383"
  100457. "enemy_kills" "52"
  100458. "deaths" "47"
  100459. "matches_played" "3"
  100460. }
  100461. "stage3"
  100462. {
  100463. "clutch_kills" "6"
  100464. "pistol_kills" "11"
  100465. "opening_kills" "6"
  100466. "sniper_kills" "3"
  100467. "KDR" "0.800000"
  100468. "enemy_kills" "56"
  100469. "deaths" "70"
  100470. "matches_played" "3"
  100471. }
  100472. }
  100473. "10"
  100474. {
  100475. "team" "31"
  100476. "clutch_kills" "11"
  100477. "pistol_kills" "24"
  100478. "opening_kills" "24"
  100479. "sniper_kills" "28"
  100480. "KDR" "0.957747"
  100481. "enemy_kills" "136"
  100482. "deaths" "142"
  100483. "matches_played" "7"
  100484. "stage0"
  100485. {
  100486. "clutch_kills" "0"
  100487. "pistol_kills" "3"
  100488. "opening_kills" "1"
  100489. "sniper_kills" "6"
  100490. "KDR" "0.866667"
  100491. "enemy_kills" "13"
  100492. "deaths" "15"
  100493. "matches_played" "1"
  100494. }
  100495. "stage1"
  100496. {
  100497. "clutch_kills" "1"
  100498. "pistol_kills" "2"
  100499. "opening_kills" "1"
  100500. "sniper_kills" "2"
  100501. "KDR" "0.833333"
  100502. "enemy_kills" "15"
  100503. "deaths" "18"
  100504. "matches_played" "1"
  100505. }
  100506. "stage3"
  100507. {
  100508. "clutch_kills" "3"
  100509. "pistol_kills" "6"
  100510. "opening_kills" "8"
  100511. "sniper_kills" "17"
  100512. "KDR" "1.191489"
  100513. "enemy_kills" "56"
  100514. "deaths" "47"
  100515. "matches_played" "2"
  100516. }
  100517. "stage4"
  100518. {
  100519. "clutch_kills" "7"
  100520. "pistol_kills" "13"
  100521. "opening_kills" "14"
  100522. "sniper_kills" "3"
  100523. "KDR" "0.838710"
  100524. "enemy_kills" "52"
  100525. "deaths" "62"
  100526. "matches_played" "3"
  100527. }
  100528. }
  100529. "11"
  100530. {
  100531. "team" "31"
  100532. }
  100533. "12"
  100534. {
  100535. "team" "31"
  100536. }
  100537. "13"
  100538. {
  100539. "team" "31"
  100540. }
  100541. }
  100542. }
  100543. "234052"
  100544. {
  100545. "name" "TaZ"
  100546. "code" "taz"
  100547. "dob" "1986-06-06"
  100548. "geo" "PL"
  100549. "events"
  100550. {
  100551. "7"
  100552. {
  100553. "team" "31"
  100554. "clutch_kills" "8"
  100555. "pistol_kills" "28"
  100556. "opening_kills" "23"
  100557. "sniper_kills" "0"
  100558. "KDR" "1.311000"
  100559. "enemy_kills" "135"
  100560. "deaths" "103"
  100561. "matches_played" "7"
  100562. }
  100563. "8"
  100564. {
  100565. "team" "31"
  100566. "clutch_kills" "5"
  100567. "pistol_kills" "13"
  100568. "opening_kills" "9"
  100569. "sniper_kills" "0"
  100570. "KDR" "0.915663"
  100571. "enemy_kills" "76"
  100572. "deaths" "83"
  100573. "matches_played" "4"
  100574. "stage0"
  100575. {
  100576. "clutch_kills" "1"
  100577. "pistol_kills" "4"
  100578. "opening_kills" "1"
  100579. "sniper_kills" "0"
  100580. "KDR" "1.300000"
  100581. "enemy_kills" "26"
  100582. "deaths" "20"
  100583. "matches_played" "1"
  100584. }
  100585. "stage1"
  100586. {
  100587. "clutch_kills" "1"
  100588. "pistol_kills" "1"
  100589. "opening_kills" "2"
  100590. "sniper_kills" "0"
  100591. "KDR" "1.142857"
  100592. "enemy_kills" "16"
  100593. "deaths" "14"
  100594. "matches_played" "1"
  100595. }
  100596. "stage3"
  100597. {
  100598. "clutch_kills" "3"
  100599. "pistol_kills" "8"
  100600. "opening_kills" "6"
  100601. "sniper_kills" "0"
  100602. "KDR" "0.693878"
  100603. "enemy_kills" "34"
  100604. "deaths" "49"
  100605. "matches_played" "2"
  100606. }
  100607. }
  100608. "9"
  100609. {
  100610. "team" "31"
  100611. "clutch_kills" "16"
  100612. "pistol_kills" "19"
  100613. "opening_kills" "13"
  100614. "sniper_kills" "0"
  100615. "KDR" "1.023622"
  100616. "enemy_kills" "130"
  100617. "deaths" "127"
  100618. "matches_played" "8"
  100619. "stage0"
  100620. {
  100621. "clutch_kills" "0"
  100622. "pistol_kills" "1"
  100623. "opening_kills" "1"
  100624. "sniper_kills" "0"
  100625. "KDR" "1.125000"
  100626. "enemy_kills" "9"
  100627. "deaths" "8"
  100628. "matches_played" "1"
  100629. }
  100630. "stage1"
  100631. {
  100632. "clutch_kills" "3"
  100633. "pistol_kills" "3"
  100634. "opening_kills" "2"
  100635. "sniper_kills" "0"
  100636. "KDR" "0.705882"
  100637. "enemy_kills" "12"
  100638. "deaths" "17"
  100639. "matches_played" "1"
  100640. }
  100641. "stage2"
  100642. {
  100643. "clutch_kills" "9"
  100644. "pistol_kills" "5"
  100645. "opening_kills" "7"
  100646. "sniper_kills" "0"
  100647. "KDR" "1.227273"
  100648. "enemy_kills" "54"
  100649. "deaths" "44"
  100650. "matches_played" "3"
  100651. }
  100652. "stage3"
  100653. {
  100654. "clutch_kills" "4"
  100655. "pistol_kills" "10"
  100656. "opening_kills" "3"
  100657. "sniper_kills" "0"
  100658. "KDR" "0.948276"
  100659. "enemy_kills" "55"
  100660. "deaths" "58"
  100661. "matches_played" "3"
  100662. }
  100663. }
  100664. "10"
  100665. {
  100666. "team" "31"
  100667. "clutch_kills" "8"
  100668. "pistol_kills" "35"
  100669. "opening_kills" "30"
  100670. "sniper_kills" "0"
  100671. "KDR" "1.026316"
  100672. "enemy_kills" "156"
  100673. "deaths" "152"
  100674. "matches_played" "7"
  100675. "stage0"
  100676. {
  100677. "clutch_kills" "1"
  100678. "pistol_kills" "5"
  100679. "opening_kills" "4"
  100680. "sniper_kills" "0"
  100681. "KDR" "1.166667"
  100682. "enemy_kills" "21"
  100683. "deaths" "18"
  100684. "matches_played" "1"
  100685. }
  100686. "stage1"
  100687. {
  100688. "clutch_kills" "2"
  100689. "pistol_kills" "6"
  100690. "opening_kills" "4"
  100691. "sniper_kills" "0"
  100692. "KDR" "1.150000"
  100693. "enemy_kills" "23"
  100694. "deaths" "20"
  100695. "matches_played" "1"
  100696. }
  100697. "stage3"
  100698. {
  100699. "clutch_kills" "3"
  100700. "pistol_kills" "14"
  100701. "opening_kills" "9"
  100702. "sniper_kills" "0"
  100703. "KDR" "1.127660"
  100704. "enemy_kills" "53"
  100705. "deaths" "47"
  100706. "matches_played" "2"
  100707. }
  100708. "stage4"
  100709. {
  100710. "clutch_kills" "2"
  100711. "pistol_kills" "10"
  100712. "opening_kills" "13"
  100713. "sniper_kills" "0"
  100714. "KDR" "0.880597"
  100715. "enemy_kills" "59"
  100716. "deaths" "67"
  100717. "matches_played" "3"
  100718. }
  100719. }
  100720. "11"
  100721. {
  100722. "team" "31"
  100723. }
  100724. "12"
  100725. {
  100726. "team" "31"
  100727. }
  100728. "13"
  100729. {
  100730. "team" "31"
  100731. }
  100732. }
  100733. }
  100734. "21875845"
  100735. {
  100736. "name" "Snax"
  100737. "code" "snax"
  100738. "dob" "1993-07-05"
  100739. "geo" "PL"
  100740. "events"
  100741. {
  100742. "7"
  100743. {
  100744. "team" "31"
  100745. "clutch_kills" "3"
  100746. "pistol_kills" "17"
  100747. "opening_kills" "24"
  100748. "sniper_kills" "0"
  100749. "KDR" "1.176000"
  100750. "enemy_kills" "127"
  100751. "deaths" "108"
  100752. "matches_played" "7"
  100753. }
  100754. "8"
  100755. {
  100756. "team" "31"
  100757. "clutch_kills" "6"
  100758. "pistol_kills" "20"
  100759. "opening_kills" "18"
  100760. "sniper_kills" "11"
  100761. "KDR" "1.402597"
  100762. "enemy_kills" "108"
  100763. "deaths" "77"
  100764. "matches_played" "4"
  100765. "stage0"
  100766. {
  100767. "clutch_kills" "3"
  100768. "pistol_kills" "7"
  100769. "opening_kills" "6"
  100770. "sniper_kills" "0"
  100771. "KDR" "1.700000"
  100772. "enemy_kills" "34"
  100773. "deaths" "20"
  100774. "matches_played" "1"
  100775. }
  100776. "stage1"
  100777. {
  100778. "clutch_kills" "2"
  100779. "pistol_kills" "2"
  100780. "opening_kills" "3"
  100781. "sniper_kills" "5"
  100782. "KDR" "2.083333"
  100783. "enemy_kills" "25"
  100784. "deaths" "12"
  100785. "matches_played" "1"
  100786. }
  100787. "stage3"
  100788. {
  100789. "clutch_kills" "1"
  100790. "pistol_kills" "11"
  100791. "opening_kills" "9"
  100792. "sniper_kills" "6"
  100793. "KDR" "1.088889"
  100794. "enemy_kills" "49"
  100795. "deaths" "45"
  100796. "matches_played" "2"
  100797. }
  100798. }
  100799. "9"
  100800. {
  100801. "team" "31"
  100802. "clutch_kills" "11"
  100803. "pistol_kills" "30"
  100804. "opening_kills" "19"
  100805. "sniper_kills" "45"
  100806. "KDR" "1.037037"
  100807. "enemy_kills" "140"
  100808. "deaths" "135"
  100809. "matches_played" "8"
  100810. "stage0"
  100811. {
  100812. "clutch_kills" "2"
  100813. "pistol_kills" "4"
  100814. "opening_kills" "1"
  100815. "sniper_kills" "11"
  100816. "KDR" "2.125000"
  100817. "enemy_kills" "17"
  100818. "deaths" "8"
  100819. "matches_played" "1"
  100820. }
  100821. "stage1"
  100822. {
  100823. "clutch_kills" "1"
  100824. "pistol_kills" "3"
  100825. "opening_kills" "1"
  100826. "sniper_kills" "0"
  100827. "KDR" "0.500000"
  100828. "enemy_kills" "9"
  100829. "deaths" "18"
  100830. "matches_played" "1"
  100831. }
  100832. "stage2"
  100833. {
  100834. "clutch_kills" "4"
  100835. "pistol_kills" "13"
  100836. "opening_kills" "6"
  100837. "sniper_kills" "20"
  100838. "KDR" "1.261905"
  100839. "enemy_kills" "53"
  100840. "deaths" "42"
  100841. "matches_played" "3"
  100842. }
  100843. "stage3"
  100844. {
  100845. "clutch_kills" "4"
  100846. "pistol_kills" "10"
  100847. "opening_kills" "11"
  100848. "sniper_kills" "14"
  100849. "KDR" "0.910448"
  100850. "enemy_kills" "61"
  100851. "deaths" "67"
  100852. "matches_played" "3"
  100853. }
  100854. }
  100855. "10"
  100856. {
  100857. "team" "31"
  100858. "clutch_kills" "19"
  100859. "pistol_kills" "32"
  100860. "opening_kills" "21"
  100861. "sniper_kills" "70"
  100862. "KDR" "1.116279"
  100863. "enemy_kills" "144"
  100864. "deaths" "129"
  100865. "matches_played" "7"
  100866. "stage0"
  100867. {
  100868. "clutch_kills" "2"
  100869. "pistol_kills" "4"
  100870. "opening_kills" "6"
  100871. "sniper_kills" "13"
  100872. "KDR" "2"
  100873. "enemy_kills" "28"
  100874. "deaths" "14"
  100875. "matches_played" "1"
  100876. }
  100877. "stage1"
  100878. {
  100879. "clutch_kills" "4"
  100880. "pistol_kills" "7"
  100881. "opening_kills" "0"
  100882. "sniper_kills" "9"
  100883. "KDR" "1.533333"
  100884. "enemy_kills" "23"
  100885. "deaths" "15"
  100886. "matches_played" "1"
  100887. }
  100888. "stage3"
  100889. {
  100890. "clutch_kills" "5"
  100891. "pistol_kills" "8"
  100892. "opening_kills" "8"
  100893. "sniper_kills" "25"
  100894. "KDR" "0.976744"
  100895. "enemy_kills" "42"
  100896. "deaths" "43"
  100897. "matches_played" "2"
  100898. }
  100899. "stage4"
  100900. {
  100901. "clutch_kills" "8"
  100902. "pistol_kills" "13"
  100903. "opening_kills" "7"
  100904. "sniper_kills" "23"
  100905. "KDR" "0.894737"
  100906. "enemy_kills" "51"
  100907. "deaths" "57"
  100908. "matches_played" "3"
  100909. }
  100910. }
  100911. "11"
  100912. {
  100913. "team" "31"
  100914. }
  100915. "12"
  100916. {
  100917. "team" "31"
  100918. }
  100919. "13"
  100920. {
  100921. "team" "31"
  100922. }
  100923. }
  100924. }
  100925. "18860354"
  100926. {
  100927. "name" "byali"
  100928. "code" "byali"
  100929. "dob" "1994-04-30"
  100930. "geo" "PL"
  100931. "events"
  100932. {
  100933. "7"
  100934. {
  100935. "team" "31"
  100936. "clutch_kills" "10"
  100937. "pistol_kills" "19"
  100938. "opening_kills" "20"
  100939. "sniper_kills" "0"
  100940. "KDR" "1.182000"
  100941. "enemy_kills" "130"
  100942. "deaths" "110"
  100943. "matches_played" "7"
  100944. }
  100945. "8"
  100946. {
  100947. "team" "31"
  100948. "clutch_kills" "9"
  100949. "pistol_kills" "11"
  100950. "opening_kills" "7"
  100951. "sniper_kills" "0"
  100952. "KDR" "1.118421"
  100953. "enemy_kills" "85"
  100954. "deaths" "76"
  100955. "matches_played" "4"
  100956. "stage0"
  100957. {
  100958. "clutch_kills" "1"
  100959. "pistol_kills" "4"
  100960. "opening_kills" "0"
  100961. "sniper_kills" "0"
  100962. "KDR" "1.043478"
  100963. "enemy_kills" "24"
  100964. "deaths" "23"
  100965. "matches_played" "1"
  100966. }
  100967. "stage1"
  100968. {
  100969. "clutch_kills" "3"
  100970. "pistol_kills" "1"
  100971. "opening_kills" "3"
  100972. "sniper_kills" "0"
  100973. "KDR" "1.916667"
  100974. "enemy_kills" "23"
  100975. "deaths" "12"
  100976. "matches_played" "1"
  100977. }
  100978. "stage3"
  100979. {
  100980. "clutch_kills" "5"
  100981. "pistol_kills" "6"
  100982. "opening_kills" "4"
  100983. "sniper_kills" "0"
  100984. "KDR" "0.926829"
  100985. "enemy_kills" "38"
  100986. "deaths" "41"
  100987. "matches_played" "2"
  100988. }
  100989. }
  100990. "9"
  100991. {
  100992. "team" "31"
  100993. "clutch_kills" "12"
  100994. "pistol_kills" "31"
  100995. "opening_kills" "18"
  100996. "sniper_kills" "0"
  100997. "KDR" "1.097744"
  100998. "enemy_kills" "146"
  100999. "deaths" "133"
  101000. "matches_played" "8"
  101001. "stage0"
  101002. {
  101003. "clutch_kills" "0"
  101004. "pistol_kills" "2"
  101005. "opening_kills" "2"
  101006. "sniper_kills" "0"
  101007. "KDR" "2.571429"
  101008. "enemy_kills" "18"
  101009. "deaths" "7"
  101010. "matches_played" "1"
  101011. }
  101012. "stage1"
  101013. {
  101014. "clutch_kills" "0"
  101015. "pistol_kills" "6"
  101016. "opening_kills" "3"
  101017. "sniper_kills" "0"
  101018. "KDR" "0.687500"
  101019. "enemy_kills" "11"
  101020. "deaths" "16"
  101021. "matches_played" "1"
  101022. }
  101023. "stage2"
  101024. {
  101025. "clutch_kills" "3"
  101026. "pistol_kills" "8"
  101027. "opening_kills" "6"
  101028. "sniper_kills" "0"
  101029. "KDR" "1.041667"
  101030. "enemy_kills" "50"
  101031. "deaths" "48"
  101032. "matches_played" "3"
  101033. }
  101034. "stage3"
  101035. {
  101036. "clutch_kills" "9"
  101037. "pistol_kills" "15"
  101038. "opening_kills" "7"
  101039. "sniper_kills" "0"
  101040. "KDR" "1.080645"
  101041. "enemy_kills" "67"
  101042. "deaths" "62"
  101043. "matches_played" "3"
  101044. }
  101045. }
  101046. "10"
  101047. {
  101048. "team" "31"
  101049. "clutch_kills" "5"
  101050. "pistol_kills" "27"
  101051. "opening_kills" "22"
  101052. "sniper_kills" "0"
  101053. "KDR" "0.863946"
  101054. "enemy_kills" "127"
  101055. "deaths" "147"
  101056. "matches_played" "7"
  101057. "stage0"
  101058. {
  101059. "clutch_kills" "0"
  101060. "pistol_kills" "4"
  101061. "opening_kills" "2"
  101062. "sniper_kills" "0"
  101063. "KDR" "1.125000"
  101064. "enemy_kills" "18"
  101065. "deaths" "16"
  101066. "matches_played" "1"
  101067. }
  101068. "stage1"
  101069. {
  101070. "clutch_kills" "0"
  101071. "pistol_kills" "6"
  101072. "opening_kills" "4"
  101073. "sniper_kills" "0"
  101074. "KDR" "0.900000"
  101075. "enemy_kills" "18"
  101076. "deaths" "20"
  101077. "matches_played" "1"
  101078. }
  101079. "stage3"
  101080. {
  101081. "clutch_kills" "0"
  101082. "pistol_kills" "6"
  101083. "opening_kills" "8"
  101084. "sniper_kills" "0"
  101085. "KDR" "0.978261"
  101086. "enemy_kills" "45"
  101087. "deaths" "46"
  101088. "matches_played" "2"
  101089. }
  101090. "stage4"
  101091. {
  101092. "clutch_kills" "5"
  101093. "pistol_kills" "11"
  101094. "opening_kills" "8"
  101095. "sniper_kills" "0"
  101096. "KDR" "0.707692"
  101097. "enemy_kills" "46"
  101098. "deaths" "65"
  101099. "matches_played" "3"
  101100. }
  101101. }
  101102. "11"
  101103. {
  101104. "team" "31"
  101105. }
  101106. "12"
  101107. {
  101108. "team" "31"
  101109. }
  101110. "13"
  101111. {
  101112. "team" "31"
  101113. }
  101114. }
  101115. }
  101116. "28273376"
  101117. {
  101118. "name" "chrisJ"
  101119. "code" "chrisj"
  101120. "dob" "1990-05-25"
  101121. "geo" "NL"
  101122. "events"
  101123. {
  101124. "7"
  101125. {
  101126. "team" "29"
  101127. "clutch_kills" "6"
  101128. "pistol_kills" "10"
  101129. "opening_kills" "8"
  101130. "sniper_kills" "1"
  101131. "KDR" "0.818000"
  101132. "enemy_kills" "36"
  101133. "deaths" "44"
  101134. "matches_played" "2"
  101135. }
  101136. "8"
  101137. {
  101138. "team" "29"
  101139. "clutch_kills" "11"
  101140. "pistol_kills" "28"
  101141. "opening_kills" "22"
  101142. "sniper_kills" "46"
  101143. "KDR" "1.010989"
  101144. "enemy_kills" "92"
  101145. "deaths" "91"
  101146. "matches_played" "5"
  101147. "stage0"
  101148. {
  101149. "clutch_kills" "1"
  101150. "pistol_kills" "4"
  101151. "opening_kills" "1"
  101152. "sniper_kills" "3"
  101153. "KDR" "0.750000"
  101154. "enemy_kills" "15"
  101155. "deaths" "20"
  101156. "matches_played" "1"
  101157. }
  101158. "stage1"
  101159. {
  101160. "clutch_kills" "1"
  101161. "pistol_kills" "2"
  101162. "opening_kills" "6"
  101163. "sniper_kills" "11"
  101164. "KDR" "1.363636"
  101165. "enemy_kills" "15"
  101166. "deaths" "11"
  101167. "matches_played" "1"
  101168. }
  101169. "stage2"
  101170. {
  101171. "clutch_kills" "9"
  101172. "pistol_kills" "22"
  101173. "opening_kills" "15"
  101174. "sniper_kills" "32"
  101175. "KDR" "1.033333"
  101176. "enemy_kills" "62"
  101177. "deaths" "60"
  101178. "matches_played" "3"
  101179. }
  101180. }
  101181. "9"
  101182. {
  101183. "team" "29"
  101184. "clutch_kills" "12"
  101185. "pistol_kills" "24"
  101186. "opening_kills" "18"
  101187. "sniper_kills" "61"
  101188. "KDR" "1.064815"
  101189. "enemy_kills" "115"
  101190. "deaths" "108"
  101191. "matches_played" "5"
  101192. "stage0"
  101193. {
  101194. "clutch_kills" "0"
  101195. "pistol_kills" "6"
  101196. "opening_kills" "6"
  101197. "sniper_kills" "12"
  101198. "KDR" "1.136364"
  101199. "enemy_kills" "25"
  101200. "deaths" "22"
  101201. "matches_played" "1"
  101202. }
  101203. "stage1"
  101204. {
  101205. "clutch_kills" "7"
  101206. "pistol_kills" "8"
  101207. "opening_kills" "6"
  101208. "sniper_kills" "27"
  101209. "KDR" "1.282051"
  101210. "enemy_kills" "50"
  101211. "deaths" "39"
  101212. "matches_played" "1"
  101213. }
  101214. "stage2"
  101215. {
  101216. "clutch_kills" "5"
  101217. "pistol_kills" "10"
  101218. "opening_kills" "6"
  101219. "sniper_kills" "22"
  101220. "KDR" "0.851064"
  101221. "enemy_kills" "40"
  101222. "deaths" "47"
  101223. "matches_played" "3"
  101224. }
  101225. }
  101226. "10"
  101227. {
  101228. "team" "29"
  101229. "clutch_kills" "6"
  101230. "pistol_kills" "17"
  101231. "opening_kills" "10"
  101232. "sniper_kills" "44"
  101233. "KDR" "1.042857"
  101234. "enemy_kills" "73"
  101235. "deaths" "70"
  101236. "matches_played" "4"
  101237. "stage0"
  101238. {
  101239. "clutch_kills" "3"
  101240. "pistol_kills" "6"
  101241. "opening_kills" "3"
  101242. "sniper_kills" "11"
  101243. "KDR" "1"
  101244. "enemy_kills" "20"
  101245. "deaths" "20"
  101246. "matches_played" "1"
  101247. }
  101248. "stage1"
  101249. {
  101250. "clutch_kills" "0"
  101251. "pistol_kills" "3"
  101252. "opening_kills" "3"
  101253. "sniper_kills" "13"
  101254. "KDR" "1.400000"
  101255. "enemy_kills" "21"
  101256. "deaths" "15"
  101257. "matches_played" "1"
  101258. }
  101259. "stage2"
  101260. {
  101261. "clutch_kills" "3"
  101262. "pistol_kills" "8"
  101263. "opening_kills" "4"
  101264. "sniper_kills" "20"
  101265. "KDR" "0.914286"
  101266. "enemy_kills" "32"
  101267. "deaths" "35"
  101268. "matches_played" "2"
  101269. }
  101270. }
  101271. "11"
  101272. {
  101273. "team" "29"
  101274. }
  101275. "12"
  101276. {
  101277. "team" "29"
  101278. }
  101279. "13"
  101280. {
  101281. "team" "29"
  101282. }
  101283. }
  101284. }
  101285. "1162165"
  101286. {
  101287. "name" "gob b"
  101288. "code" "gobb"
  101289. "dob" "1987-07-10"
  101290. "geo" "DE"
  101291. "events"
  101292. {
  101293. "7"
  101294. {
  101295. "team" "29"
  101296. "clutch_kills" "3"
  101297. "pistol_kills" "9"
  101298. "opening_kills" "3"
  101299. "sniper_kills" "0"
  101300. "KDR" "0.833000"
  101301. "enemy_kills" "35"
  101302. "deaths" "42"
  101303. "matches_played" "2"
  101304. }
  101305. "8"
  101306. {
  101307. "team" "29"
  101308. "clutch_kills" "4"
  101309. "pistol_kills" "14"
  101310. "opening_kills" "7"
  101311. "sniper_kills" "0"
  101312. "KDR" "0.616162"
  101313. "enemy_kills" "61"
  101314. "deaths" "99"
  101315. "matches_played" "5"
  101316. "stage0"
  101317. {
  101318. "clutch_kills" "2"
  101319. "pistol_kills" "5"
  101320. "opening_kills" "1"
  101321. "sniper_kills" "0"
  101322. "KDR" "0.894737"
  101323. "enemy_kills" "17"
  101324. "deaths" "19"
  101325. "matches_played" "1"
  101326. }
  101327. "stage1"
  101328. {
  101329. "clutch_kills" "0"
  101330. "pistol_kills" "2"
  101331. "opening_kills" "1"
  101332. "sniper_kills" "0"
  101333. "KDR" "0.764706"
  101334. "enemy_kills" "13"
  101335. "deaths" "17"
  101336. "matches_played" "1"
  101337. }
  101338. "stage2"
  101339. {
  101340. "clutch_kills" "2"
  101341. "pistol_kills" "7"
  101342. "opening_kills" "5"
  101343. "sniper_kills" "0"
  101344. "KDR" "0.492063"
  101345. "enemy_kills" "31"
  101346. "deaths" "63"
  101347. "matches_played" "3"
  101348. }
  101349. }
  101350. "12"
  101351. {
  101352. "team" "69"
  101353. }
  101354. "13"
  101355. {
  101356. "team" "69"
  101357. }
  101358. }
  101359. }
  101360. "31185376"
  101361. {
  101362. "name" "denis"
  101363. "code" "denis"
  101364. "dob" "1994-08-18"
  101365. "geo" "DE"
  101366. "events"
  101367. {
  101368. "7"
  101369. {
  101370. "team" "29"
  101371. "clutch_kills" "3"
  101372. "pistol_kills" "11"
  101373. "opening_kills" "7"
  101374. "sniper_kills" "2"
  101375. "KDR" "1.154000"
  101376. "enemy_kills" "45"
  101377. "deaths" "39"
  101378. "matches_played" "2"
  101379. }
  101380. "8"
  101381. {
  101382. "team" "29"
  101383. "clutch_kills" "1"
  101384. "pistol_kills" "17"
  101385. "opening_kills" "14"
  101386. "sniper_kills" "0"
  101387. "KDR" "0.745098"
  101388. "enemy_kills" "76"
  101389. "deaths" "102"
  101390. "matches_played" "5"
  101391. "stage0"
  101392. {
  101393. "clutch_kills" "0"
  101394. "pistol_kills" "5"
  101395. "opening_kills" "2"
  101396. "sniper_kills" "0"
  101397. "KDR" "0.500000"
  101398. "enemy_kills" "11"
  101399. "deaths" "22"
  101400. "matches_played" "1"
  101401. }
  101402. "stage1"
  101403. {
  101404. "clutch_kills" "0"
  101405. "pistol_kills" "3"
  101406. "opening_kills" "2"
  101407. "sniper_kills" "0"
  101408. "KDR" "0.750000"
  101409. "enemy_kills" "12"
  101410. "deaths" "16"
  101411. "matches_played" "1"
  101412. }
  101413. "stage2"
  101414. {
  101415. "clutch_kills" "1"
  101416. "pistol_kills" "9"
  101417. "opening_kills" "10"
  101418. "sniper_kills" "0"
  101419. "KDR" "0.828125"
  101420. "enemy_kills" "53"
  101421. "deaths" "64"
  101422. "matches_played" "3"
  101423. }
  101424. }
  101425. "9"
  101426. {
  101427. "team" "29"
  101428. "clutch_kills" "9"
  101429. "pistol_kills" "20"
  101430. "opening_kills" "16"
  101431. "sniper_kills" "3"
  101432. "KDR" "0.842975"
  101433. "enemy_kills" "102"
  101434. "deaths" "121"
  101435. "matches_played" "5"
  101436. "stage0"
  101437. {
  101438. "clutch_kills" "1"
  101439. "pistol_kills" "4"
  101440. "opening_kills" "2"
  101441. "sniper_kills" "3"
  101442. "KDR" "1.062500"
  101443. "enemy_kills" "17"
  101444. "deaths" "16"
  101445. "matches_played" "1"
  101446. }
  101447. "stage1"
  101448. {
  101449. "clutch_kills" "2"
  101450. "pistol_kills" "1"
  101451. "opening_kills" "8"
  101452. "sniper_kills" "0"
  101453. "KDR" "0.720000"
  101454. "enemy_kills" "36"
  101455. "deaths" "50"
  101456. "matches_played" "1"
  101457. }
  101458. "stage2"
  101459. {
  101460. "clutch_kills" "6"
  101461. "pistol_kills" "15"
  101462. "opening_kills" "6"
  101463. "sniper_kills" "0"
  101464. "KDR" "0.890909"
  101465. "enemy_kills" "49"
  101466. "deaths" "55"
  101467. "matches_played" "3"
  101468. }
  101469. }
  101470. "10"
  101471. {
  101472. "team" "29"
  101473. "clutch_kills" "2"
  101474. "pistol_kills" "14"
  101475. "opening_kills" "12"
  101476. "sniper_kills" "3"
  101477. "KDR" "0.650602"
  101478. "enemy_kills" "54"
  101479. "deaths" "83"
  101480. "matches_played" "4"
  101481. "stage0"
  101482. {
  101483. "clutch_kills" "0"
  101484. "pistol_kills" "1"
  101485. "opening_kills" "5"
  101486. "sniper_kills" "0"
  101487. "KDR" "0.500000"
  101488. "enemy_kills" "12"
  101489. "deaths" "24"
  101490. "matches_played" "1"
  101491. }
  101492. "stage1"
  101493. {
  101494. "clutch_kills" "1"
  101495. "pistol_kills" "5"
  101496. "opening_kills" "6"
  101497. "sniper_kills" "3"
  101498. "KDR" "1.055556"
  101499. "enemy_kills" "19"
  101500. "deaths" "18"
  101501. "matches_played" "1"
  101502. }
  101503. "stage2"
  101504. {
  101505. "clutch_kills" "1"
  101506. "pistol_kills" "8"
  101507. "opening_kills" "1"
  101508. "sniper_kills" "0"
  101509. "KDR" "0.560976"
  101510. "enemy_kills" "23"
  101511. "deaths" "41"
  101512. "matches_played" "2"
  101513. }
  101514. }
  101515. "11"
  101516. {
  101517. "team" "29"
  101518. }
  101519. "12"
  101520. {
  101521. "team" "29"
  101522. }
  101523. "13"
  101524. {
  101525. "team" "72"
  101526. }
  101527. }
  101528. }
  101529. "90378773"
  101530. {
  101531. "name" "nex"
  101532. "code" "nex"
  101533. "dob" "1992-06-20"
  101534. "geo" "DE"
  101535. "events"
  101536. {
  101537. "7"
  101538. {
  101539. "team" "29"
  101540. "clutch_kills" "4"
  101541. "pistol_kills" "13"
  101542. "opening_kills" "3"
  101543. "sniper_kills" "0"
  101544. "KDR" "0.927000"
  101545. "enemy_kills" "38"
  101546. "deaths" "41"
  101547. "matches_played" "2"
  101548. }
  101549. "8"
  101550. {
  101551. "team" "29"
  101552. "clutch_kills" "6"
  101553. "pistol_kills" "30"
  101554. "opening_kills" "10"
  101555. "sniper_kills" "0"
  101556. "KDR" "1.031579"
  101557. "enemy_kills" "98"
  101558. "deaths" "95"
  101559. "matches_played" "5"
  101560. "stage0"
  101561. {
  101562. "clutch_kills" "0"
  101563. "pistol_kills" "7"
  101564. "opening_kills" "3"
  101565. "sniper_kills" "0"
  101566. "KDR" "0.681818"
  101567. "enemy_kills" "15"
  101568. "deaths" "22"
  101569. "matches_played" "1"
  101570. }
  101571. "stage1"
  101572. {
  101573. "clutch_kills" "3"
  101574. "pistol_kills" "4"
  101575. "opening_kills" "3"
  101576. "sniper_kills" "0"
  101577. "KDR" "1.928571"
  101578. "enemy_kills" "27"
  101579. "deaths" "14"
  101580. "matches_played" "1"
  101581. }
  101582. "stage2"
  101583. {
  101584. "clutch_kills" "3"
  101585. "pistol_kills" "19"
  101586. "opening_kills" "4"
  101587. "sniper_kills" "0"
  101588. "KDR" "0.949153"
  101589. "enemy_kills" "56"
  101590. "deaths" "59"
  101591. "matches_played" "3"
  101592. }
  101593. }
  101594. "9"
  101595. {
  101596. "team" "29"
  101597. "clutch_kills" "9"
  101598. "pistol_kills" "19"
  101599. "opening_kills" "8"
  101600. "sniper_kills" "0"
  101601. "KDR" "0.741667"
  101602. "enemy_kills" "89"
  101603. "deaths" "120"
  101604. "matches_played" "5"
  101605. "stage0"
  101606. {
  101607. "clutch_kills" "1"
  101608. "pistol_kills" "3"
  101609. "opening_kills" "0"
  101610. "sniper_kills" "0"
  101611. "KDR" "0.600000"
  101612. "enemy_kills" "12"
  101613. "deaths" "20"
  101614. "matches_played" "1"
  101615. }
  101616. "stage1"
  101617. {
  101618. "clutch_kills" "2"
  101619. "pistol_kills" "7"
  101620. "opening_kills" "4"
  101621. "sniper_kills" "0"
  101622. "KDR" "0.800000"
  101623. "enemy_kills" "36"
  101624. "deaths" "45"
  101625. "matches_played" "1"
  101626. }
  101627. "stage2"
  101628. {
  101629. "clutch_kills" "6"
  101630. "pistol_kills" "9"
  101631. "opening_kills" "4"
  101632. "sniper_kills" "0"
  101633. "KDR" "0.745455"
  101634. "enemy_kills" "41"
  101635. "deaths" "55"
  101636. "matches_played" "3"
  101637. }
  101638. }
  101639. "10"
  101640. {
  101641. "team" "29"
  101642. "clutch_kills" "4"
  101643. "pistol_kills" "16"
  101644. "opening_kills" "4"
  101645. "sniper_kills" "0"
  101646. "KDR" "0.805556"
  101647. "enemy_kills" "58"
  101648. "deaths" "72"
  101649. "matches_played" "4"
  101650. "stage0"
  101651. {
  101652. "clutch_kills" "0"
  101653. "pistol_kills" "2"
  101654. "opening_kills" "1"
  101655. "sniper_kills" "0"
  101656. "KDR" "0.722222"
  101657. "enemy_kills" "13"
  101658. "deaths" "18"
  101659. "matches_played" "1"
  101660. }
  101661. "stage1"
  101662. {
  101663. "clutch_kills" "1"
  101664. "pistol_kills" "3"
  101665. "opening_kills" "1"
  101666. "sniper_kills" "0"
  101667. "KDR" "0.941176"
  101668. "enemy_kills" "16"
  101669. "deaths" "17"
  101670. "matches_played" "1"
  101671. }
  101672. "stage2"
  101673. {
  101674. "clutch_kills" "3"
  101675. "pistol_kills" "11"
  101676. "opening_kills" "2"
  101677. "sniper_kills" "0"
  101678. "KDR" "0.783784"
  101679. "enemy_kills" "29"
  101680. "deaths" "37"
  101681. "matches_played" "2"
  101682. }
  101683. }
  101684. "12"
  101685. {
  101686. "team" "69"
  101687. }
  101688. "13"
  101689. {
  101690. "team" "69"
  101691. }
  101692. }
  101693. }
  101694. "13465075"
  101695. {
  101696. "name" "Spiidi"
  101697. "code" "spiidi"
  101698. "dob" "1995-09-13"
  101699. "geo" "DE"
  101700. "events"
  101701. {
  101702. "7"
  101703. {
  101704. "team" "29"
  101705. "clutch_kills" "3"
  101706. "pistol_kills" "3"
  101707. "opening_kills" "5"
  101708. "sniper_kills" "0"
  101709. "KDR" "0.692000"
  101710. "enemy_kills" "27"
  101711. "deaths" "39"
  101712. "matches_played" "2"
  101713. }
  101714. "9"
  101715. {
  101716. "team" "29"
  101717. "clutch_kills" "7"
  101718. "pistol_kills" "10"
  101719. "opening_kills" "14"
  101720. "sniper_kills" "0"
  101721. "KDR" "0.929204"
  101722. "enemy_kills" "105"
  101723. "deaths" "113"
  101724. "matches_played" "5"
  101725. "stage0"
  101726. {
  101727. "clutch_kills" "1"
  101728. "pistol_kills" "1"
  101729. "opening_kills" "1"
  101730. "sniper_kills" "0"
  101731. "KDR" "0.789474"
  101732. "enemy_kills" "15"
  101733. "deaths" "19"
  101734. "matches_played" "1"
  101735. }
  101736. "stage1"
  101737. {
  101738. "clutch_kills" "3"
  101739. "pistol_kills" "3"
  101740. "opening_kills" "4"
  101741. "sniper_kills" "0"
  101742. "KDR" "0.813953"
  101743. "enemy_kills" "35"
  101744. "deaths" "43"
  101745. "matches_played" "1"
  101746. }
  101747. "stage2"
  101748. {
  101749. "clutch_kills" "3"
  101750. "pistol_kills" "6"
  101751. "opening_kills" "9"
  101752. "sniper_kills" "0"
  101753. "KDR" "1.078431"
  101754. "enemy_kills" "55"
  101755. "deaths" "51"
  101756. "matches_played" "3"
  101757. }
  101758. }
  101759. "10"
  101760. {
  101761. "team" "29"
  101762. "clutch_kills" "12"
  101763. "pistol_kills" "11"
  101764. "opening_kills" "5"
  101765. "sniper_kills" "1"
  101766. "KDR" "0.955882"
  101767. "enemy_kills" "65"
  101768. "deaths" "68"
  101769. "matches_played" "4"
  101770. "stage0"
  101771. {
  101772. "clutch_kills" "4"
  101773. "pistol_kills" "0"
  101774. "opening_kills" "1"
  101775. "sniper_kills" "1"
  101776. "KDR" "0.882353"
  101777. "enemy_kills" "15"
  101778. "deaths" "17"
  101779. "matches_played" "1"
  101780. }
  101781. "stage1"
  101782. {
  101783. "clutch_kills" "4"
  101784. "pistol_kills" "4"
  101785. "opening_kills" "0"
  101786. "sniper_kills" "0"
  101787. "KDR" "1.400000"
  101788. "enemy_kills" "21"
  101789. "deaths" "15"
  101790. "matches_played" "1"
  101791. }
  101792. "stage2"
  101793. {
  101794. "clutch_kills" "4"
  101795. "pistol_kills" "7"
  101796. "opening_kills" "4"
  101797. "sniper_kills" "0"
  101798. "KDR" "0.805556"
  101799. "enemy_kills" "29"
  101800. "deaths" "36"
  101801. "matches_played" "2"
  101802. }
  101803. }
  101804. "11"
  101805. {
  101806. "team" "29"
  101807. }
  101808. "13"
  101809. {
  101810. "team" "72"
  101811. }
  101812. }
  101813. }
  101814. "24832266"
  101815. {
  101816. "name" "AZR"
  101817. "code" "azr"
  101818. "dob" "1992-10-02"
  101819. "geo" "AU"
  101820. "events"
  101821. {
  101822. "7"
  101823. {
  101824. "team" "53"
  101825. "clutch_kills" "6"
  101826. "pistol_kills" "7"
  101827. "opening_kills" "10"
  101828. "sniper_kills" "0"
  101829. "KDR" "0.947000"
  101830. "enemy_kills" "54"
  101831. "deaths" "57"
  101832. "matches_played" "3"
  101833. }
  101834. "13"
  101835. {
  101836. "team" "53"
  101837. }
  101838. }
  101839. }
  101840. "10025211"
  101841. {
  101842. "name" "Havoc"
  101843. "code" "havoc"
  101844. "dob" "1990-06-25"
  101845. "geo" "AU"
  101846. "events"
  101847. {
  101848. "7"
  101849. {
  101850. "team" "53"
  101851. "clutch_kills" "3"
  101852. "pistol_kills" "12"
  101853. "opening_kills" "3"
  101854. "sniper_kills" "1"
  101855. "KDR" "0.571000"
  101856. "enemy_kills" "32"
  101857. "deaths" "56"
  101858. "matches_played" "3"
  101859. }
  101860. }
  101861. }
  101862. "16839456"
  101863. {
  101864. "name" "jks"
  101865. "code" "jks"
  101866. "dob" "1995-12-12"
  101867. "geo" "AU"
  101868. "events"
  101869. {
  101870. "7"
  101871. {
  101872. "team" "53"
  101873. "clutch_kills" "5"
  101874. "pistol_kills" "13"
  101875. "opening_kills" "6"
  101876. "sniper_kills" "1"
  101877. "KDR" "0.865000"
  101878. "enemy_kills" "45"
  101879. "deaths" "52"
  101880. "matches_played" "3"
  101881. }
  101882. "13"
  101883. {
  101884. "team" "53"
  101885. }
  101886. }
  101887. }
  101888. "34303888"
  101889. {
  101890. "name" "SPUNJ"
  101891. "code" "spunj"
  101892. "dob" "1989-07-24"
  101893. "geo" "AU"
  101894. "events"
  101895. {
  101896. "7"
  101897. {
  101898. "team" "53"
  101899. "clutch_kills" "5"
  101900. "pistol_kills" "9"
  101901. "opening_kills" "10"
  101902. "sniper_kills" "2"
  101903. "KDR" "1.140000"
  101904. "enemy_kills" "57"
  101905. "deaths" "50"
  101906. "matches_played" "3"
  101907. }
  101908. }
  101909. }
  101910. "30659"
  101911. {
  101912. "name" "yam"
  101913. "code" "yam"
  101914. "dob" "1988-12-07"
  101915. "geo" "AU"
  101916. "events"
  101917. {
  101918. "7"
  101919. {
  101920. "team" "53"
  101921. "clutch_kills" "3"
  101922. "pistol_kills" "5"
  101923. "opening_kills" "7"
  101924. "sniper_kills" "9"
  101925. "KDR" "0.643000"
  101926. "enemy_kills" "36"
  101927. "deaths" "56"
  101928. "matches_played" "3"
  101929. }
  101930. }
  101931. }
  101932. "18903255"
  101933. {
  101934. "name" "USTILO"
  101935. "code" "ustilo"
  101936. "dob" "1993-08-10"
  101937. "geo" "AU"
  101938. "events"
  101939. {
  101940. "7"
  101941. {
  101942. "team" "54"
  101943. "clutch_kills" "0"
  101944. "pistol_kills" "13"
  101945. "opening_kills" "7"
  101946. "sniper_kills" "0"
  101947. "KDR" "1.026000"
  101948. "enemy_kills" "40"
  101949. "deaths" "39"
  101950. "matches_played" "2"
  101951. }
  101952. "13"
  101953. {
  101954. "team" "53"
  101955. }
  101956. }
  101957. }
  101958. "3215921"
  101959. {
  101960. "name" "Rickeh"
  101961. "code" "rickeh"
  101962. "dob" "1991-11-22"
  101963. "geo" "AU"
  101964. "events"
  101965. {
  101966. "7"
  101967. {
  101968. "team" "54"
  101969. "clutch_kills" "2"
  101970. "pistol_kills" "6"
  101971. "opening_kills" "6"
  101972. "sniper_kills" "18"
  101973. "KDR" "1.118000"
  101974. "enemy_kills" "38"
  101975. "deaths" "34"
  101976. "matches_played" "2"
  101977. }
  101978. }
  101979. }
  101980. "19633654"
  101981. {
  101982. "name" "emagine"
  101983. "code" "emagine"
  101984. "dob" "1991-04-16"
  101985. "geo" "AU"
  101986. "events"
  101987. {
  101988. "7"
  101989. {
  101990. "team" "54"
  101991. "clutch_kills" "5"
  101992. "pistol_kills" "8"
  101993. "opening_kills" "5"
  101994. "sniper_kills" "0"
  101995. "KDR" "0.750000"
  101996. "enemy_kills" "30"
  101997. "deaths" "40"
  101998. "matches_played" "2"
  101999. }
  102000. }
  102001. }
  102002. "7436549"
  102003. {
  102004. "name" "SnypeR"
  102005. "code" "snyper"
  102006. "dob" "1986-09-12"
  102007. "geo" "AU"
  102008. "events"
  102009. {
  102010. "7"
  102011. {
  102012. "team" "54"
  102013. "clutch_kills" "0"
  102014. "pistol_kills" "4"
  102015. "opening_kills" "4"
  102016. "sniper_kills" "0"
  102017. "KDR" "0.421000"
  102018. "enemy_kills" "16"
  102019. "deaths" "38"
  102020. "matches_played" "2"
  102021. }
  102022. }
  102023. }
  102024. "35336006"
  102025. {
  102026. "name" "James"
  102027. "code" "james"
  102028. "dob" "1994-03-22"
  102029. "geo" "AU"
  102030. "events"
  102031. {
  102032. "7"
  102033. {
  102034. "team" "54"
  102035. "clutch_kills" "0"
  102036. "pistol_kills" "3"
  102037. "opening_kills" "3"
  102038. "sniper_kills" "0"
  102039. "KDR" "0.514000"
  102040. "enemy_kills" "19"
  102041. "deaths" "37"
  102042. "matches_played" "2"
  102043. }
  102044. }
  102045. }
  102046. "5667261"
  102047. {
  102048. "name" "markeloff"
  102049. "code" "markeloff"
  102050. "dob" "1988-02-12"
  102051. "geo" "UA"
  102052. "events"
  102053. {
  102054. "7"
  102055. {
  102056. "team" "43"
  102057. "clutch_kills" "8"
  102058. "pistol_kills" "17"
  102059. "opening_kills" "5"
  102060. "sniper_kills" "0"
  102061. "KDR" "1.127000"
  102062. "enemy_kills" "71"
  102063. "deaths" "63"
  102064. "matches_played" "3"
  102065. }
  102066. "8"
  102067. {
  102068. "team" "43"
  102069. "clutch_kills" "8"
  102070. "pistol_kills" "9"
  102071. "opening_kills" "3"
  102072. "sniper_kills" "0"
  102073. "KDR" "0.833333"
  102074. "enemy_kills" "30"
  102075. "deaths" "36"
  102076. "matches_played" "2"
  102077. "stage0"
  102078. {
  102079. "clutch_kills" "1"
  102080. "pistol_kills" "3"
  102081. "opening_kills" "0"
  102082. "sniper_kills" "0"
  102083. "KDR" "0.578947"
  102084. "enemy_kills" "11"
  102085. "deaths" "19"
  102086. "matches_played" "1"
  102087. }
  102088. "stage1"
  102089. {
  102090. "clutch_kills" "7"
  102091. "pistol_kills" "6"
  102092. "opening_kills" "3"
  102093. "sniper_kills" "0"
  102094. "KDR" "1.117647"
  102095. "enemy_kills" "19"
  102096. "deaths" "17"
  102097. "matches_played" "1"
  102098. }
  102099. }
  102100. "9"
  102101. {
  102102. "team" "43"
  102103. "clutch_kills" "8"
  102104. "pistol_kills" "10"
  102105. "opening_kills" "11"
  102106. "sniper_kills" "2"
  102107. "KDR" "1.059701"
  102108. "enemy_kills" "71"
  102109. "deaths" "67"
  102110. "matches_played" "2"
  102111. "stage0"
  102112. {
  102113. "clutch_kills" "2"
  102114. "pistol_kills" "2"
  102115. "opening_kills" "4"
  102116. "sniper_kills" "2"
  102117. "KDR" "0.769231"
  102118. "enemy_kills" "20"
  102119. "deaths" "26"
  102120. "matches_played" "1"
  102121. }
  102122. "stage1"
  102123. {
  102124. "clutch_kills" "6"
  102125. "pistol_kills" "8"
  102126. "opening_kills" "7"
  102127. "sniper_kills" "0"
  102128. "KDR" "1.243902"
  102129. "enemy_kills" "51"
  102130. "deaths" "41"
  102131. "matches_played" "1"
  102132. }
  102133. }
  102134. "10"
  102135. {
  102136. "team" "43"
  102137. "clutch_kills" "21"
  102138. "pistol_kills" "29"
  102139. "opening_kills" "11"
  102140. "sniper_kills" "14"
  102141. "KDR" "1.144144"
  102142. "enemy_kills" "127"
  102143. "deaths" "111"
  102144. "matches_played" "7"
  102145. "stage0"
  102146. {
  102147. "clutch_kills" "2"
  102148. "pistol_kills" "3"
  102149. "opening_kills" "0"
  102150. "sniper_kills" "0"
  102151. "KDR" "0.421053"
  102152. "enemy_kills" "8"
  102153. "deaths" "19"
  102154. "matches_played" "1"
  102155. }
  102156. "stage1"
  102157. {
  102158. "clutch_kills" "3"
  102159. "pistol_kills" "2"
  102160. "opening_kills" "2"
  102161. "sniper_kills" "3"
  102162. "KDR" "1.384615"
  102163. "enemy_kills" "18"
  102164. "deaths" "13"
  102165. "matches_played" "1"
  102166. }
  102167. "stage2"
  102168. {
  102169. "clutch_kills" "10"
  102170. "pistol_kills" "14"
  102171. "opening_kills" "3"
  102172. "sniper_kills" "8"
  102173. "KDR" "1.400000"
  102174. "enemy_kills" "56"
  102175. "deaths" "40"
  102176. "matches_played" "3"
  102177. }
  102178. "stage3"
  102179. {
  102180. "clutch_kills" "6"
  102181. "pistol_kills" "10"
  102182. "opening_kills" "6"
  102183. "sniper_kills" "3"
  102184. "KDR" "1.153846"
  102185. "enemy_kills" "45"
  102186. "deaths" "39"
  102187. "matches_played" "2"
  102188. }
  102189. }
  102190. "11"
  102191. {
  102192. "team" "43"
  102193. }
  102194. "12"
  102195. {
  102196. "team" "43"
  102197. }
  102198. "13"
  102199. {
  102200. "team" "43"
  102201. }
  102202. }
  102203. }
  102204. "53258137"
  102205. {
  102206. "name" "B1ad3"
  102207. "code" "b1ad3"
  102208. "dob" "1986-11-11"
  102209. "geo" "UA"
  102210. "events"
  102211. {
  102212. "7"
  102213. {
  102214. "team" "43"
  102215. "clutch_kills" "11"
  102216. "pistol_kills" "12"
  102217. "opening_kills" "9"
  102218. "sniper_kills" "0"
  102219. "KDR" "1.015000"
  102220. "enemy_kills" "68"
  102221. "deaths" "67"
  102222. "matches_played" "3"
  102223. }
  102224. "8"
  102225. {
  102226. "team" "43"
  102227. "clutch_kills" "1"
  102228. "pistol_kills" "5"
  102229. "opening_kills" "2"
  102230. "sniper_kills" "0"
  102231. "KDR" "0.575000"
  102232. "enemy_kills" "23"
  102233. "deaths" "40"
  102234. "matches_played" "2"
  102235. "stage0"
  102236. {
  102237. "clutch_kills" "1"
  102238. "pistol_kills" "4"
  102239. "opening_kills" "2"
  102240. "sniper_kills" "0"
  102241. "KDR" "0.789474"
  102242. "enemy_kills" "15"
  102243. "deaths" "19"
  102244. "matches_played" "1"
  102245. }
  102246. "stage1"
  102247. {
  102248. "clutch_kills" "0"
  102249. "pistol_kills" "1"
  102250. "opening_kills" "0"
  102251. "sniper_kills" "0"
  102252. "KDR" "0.380952"
  102253. "enemy_kills" "8"
  102254. "deaths" "21"
  102255. "matches_played" "1"
  102256. }
  102257. }
  102258. "9"
  102259. {
  102260. "team" "43"
  102261. "clutch_kills" "7"
  102262. "pistol_kills" "3"
  102263. "opening_kills" "4"
  102264. "sniper_kills" "0"
  102265. "KDR" "0.869565"
  102266. "enemy_kills" "60"
  102267. "deaths" "69"
  102268. "matches_played" "2"
  102269. "stage0"
  102270. {
  102271. "clutch_kills" "1"
  102272. "pistol_kills" "0"
  102273. "opening_kills" "1"
  102274. "sniper_kills" "0"
  102275. "KDR" "0.846154"
  102276. "enemy_kills" "22"
  102277. "deaths" "26"
  102278. "matches_played" "1"
  102279. }
  102280. "stage1"
  102281. {
  102282. "clutch_kills" "6"
  102283. "pistol_kills" "3"
  102284. "opening_kills" "3"
  102285. "sniper_kills" "0"
  102286. "KDR" "0.883721"
  102287. "enemy_kills" "38"
  102288. "deaths" "43"
  102289. "matches_played" "1"
  102290. }
  102291. }
  102292. "10"
  102293. {
  102294. "team" "43"
  102295. "clutch_kills" "4"
  102296. "pistol_kills" "22"
  102297. "opening_kills" "22"
  102298. "sniper_kills" "1"
  102299. "KDR" "0.873134"
  102300. "enemy_kills" "117"
  102301. "deaths" "134"
  102302. "matches_played" "7"
  102303. "stage0"
  102304. {
  102305. "clutch_kills" "0"
  102306. "pistol_kills" "6"
  102307. "opening_kills" "5"
  102308. "sniper_kills" "0"
  102309. "KDR" "1.315789"
  102310. "enemy_kills" "25"
  102311. "deaths" "19"
  102312. "matches_played" "1"
  102313. }
  102314. "stage1"
  102315. {
  102316. "clutch_kills" "0"
  102317. "pistol_kills" "6"
  102318. "opening_kills" "5"
  102319. "sniper_kills" "0"
  102320. "KDR" "1.166667"
  102321. "enemy_kills" "21"
  102322. "deaths" "18"
  102323. "matches_played" "1"
  102324. }
  102325. "stage2"
  102326. {
  102327. "clutch_kills" "4"
  102328. "pistol_kills" "5"
  102329. "opening_kills" "6"
  102330. "sniper_kills" "1"
  102331. "KDR" "0.687500"
  102332. "enemy_kills" "33"
  102333. "deaths" "48"
  102334. "matches_played" "3"
  102335. }
  102336. "stage3"
  102337. {
  102338. "clutch_kills" "0"
  102339. "pistol_kills" "5"
  102340. "opening_kills" "6"
  102341. "sniper_kills" "0"
  102342. "KDR" "0.775510"
  102343. "enemy_kills" "38"
  102344. "deaths" "49"
  102345. "matches_played" "2"
  102346. }
  102347. }
  102348. "11"
  102349. {
  102350. "team" "43"
  102351. }
  102352. "12"
  102353. {
  102354. "team" "43"
  102355. }
  102356. "13"
  102357. {
  102358. "team" "43"
  102359. }
  102360. }
  102361. }
  102362. "46918643"
  102363. {
  102364. "name" "bondik"
  102365. "code" "bondik"
  102366. "dob" "1993-07-02"
  102367. "geo" "UA"
  102368. "events"
  102369. {
  102370. "7"
  102371. {
  102372. "team" "43"
  102373. "clutch_kills" "9"
  102374. "pistol_kills" "12"
  102375. "opening_kills" "12"
  102376. "sniper_kills" "0"
  102377. "KDR" "0.986000"
  102378. "enemy_kills" "68"
  102379. "deaths" "69"
  102380. "matches_played" "3"
  102381. }
  102382. "8"
  102383. {
  102384. "team" "43"
  102385. "clutch_kills" "5"
  102386. "pistol_kills" "9"
  102387. "opening_kills" "3"
  102388. "sniper_kills" "0"
  102389. "KDR" "0.833333"
  102390. "enemy_kills" "30"
  102391. "deaths" "36"
  102392. "matches_played" "2"
  102393. "stage0"
  102394. {
  102395. "clutch_kills" "3"
  102396. "pistol_kills" "5"
  102397. "opening_kills" "3"
  102398. "sniper_kills" "0"
  102399. "KDR" "1.062500"
  102400. "enemy_kills" "17"
  102401. "deaths" "16"
  102402. "matches_played" "1"
  102403. }
  102404. "stage1"
  102405. {
  102406. "clutch_kills" "2"
  102407. "pistol_kills" "4"
  102408. "opening_kills" "0"
  102409. "sniper_kills" "0"
  102410. "KDR" "0.650000"
  102411. "enemy_kills" "13"
  102412. "deaths" "20"
  102413. "matches_played" "1"
  102414. }
  102415. }
  102416. "9"
  102417. {
  102418. "team" "43"
  102419. "clutch_kills" "2"
  102420. "pistol_kills" "7"
  102421. "opening_kills" "15"
  102422. "sniper_kills" "0"
  102423. "KDR" "1.125000"
  102424. "enemy_kills" "72"
  102425. "deaths" "64"
  102426. "matches_played" "2"
  102427. "stage0"
  102428. {
  102429. "clutch_kills" "1"
  102430. "pistol_kills" "4"
  102431. "opening_kills" "10"
  102432. "sniper_kills" "0"
  102433. "KDR" "1.636364"
  102434. "enemy_kills" "36"
  102435. "deaths" "22"
  102436. "matches_played" "1"
  102437. }
  102438. "stage1"
  102439. {
  102440. "clutch_kills" "1"
  102441. "pistol_kills" "3"
  102442. "opening_kills" "5"
  102443. "sniper_kills" "0"
  102444. "KDR" "0.857143"
  102445. "enemy_kills" "36"
  102446. "deaths" "42"
  102447. "matches_played" "1"
  102448. }
  102449. }
  102450. "11"
  102451. {
  102452. "team" "25"
  102453. }
  102454. "13"
  102455. {
  102456. "team" "74"
  102457. }
  102458. }
  102459. }
  102460. "36732188"
  102461. {
  102462. "name" "WorldEdit"
  102463. "code" "worldedit"
  102464. "dob" "1991-10-16"
  102465. "geo" "RU"
  102466. "events"
  102467. {
  102468. "7"
  102469. {
  102470. "team" "43"
  102471. "clutch_kills" "2"
  102472. "pistol_kills" "8"
  102473. "opening_kills" "3"
  102474. "sniper_kills" "0"
  102475. "KDR" "0.563000"
  102476. "enemy_kills" "36"
  102477. "deaths" "64"
  102478. "matches_played" "3"
  102479. }
  102480. "8"
  102481. {
  102482. "team" "43"
  102483. "clutch_kills" "7"
  102484. "pistol_kills" "9"
  102485. "opening_kills" "9"
  102486. "sniper_kills" "22"
  102487. "KDR" "1.153846"
  102488. "enemy_kills" "45"
  102489. "deaths" "39"
  102490. "matches_played" "2"
  102491. "stage0"
  102492. {
  102493. "clutch_kills" "6"
  102494. "pistol_kills" "6"
  102495. "opening_kills" "3"
  102496. "sniper_kills" "12"
  102497. "KDR" "1.150000"
  102498. "enemy_kills" "23"
  102499. "deaths" "20"
  102500. "matches_played" "1"
  102501. }
  102502. "stage1"
  102503. {
  102504. "clutch_kills" "1"
  102505. "pistol_kills" "3"
  102506. "opening_kills" "6"
  102507. "sniper_kills" "10"
  102508. "KDR" "1.157895"
  102509. "enemy_kills" "22"
  102510. "deaths" "19"
  102511. "matches_played" "1"
  102512. }
  102513. }
  102514. "9"
  102515. {
  102516. "team" "43"
  102517. "clutch_kills" "5"
  102518. "pistol_kills" "8"
  102519. "opening_kills" "11"
  102520. "sniper_kills" "33"
  102521. "KDR" "0.984615"
  102522. "enemy_kills" "64"
  102523. "deaths" "65"
  102524. "matches_played" "2"
  102525. "stage0"
  102526. {
  102527. "clutch_kills" "1"
  102528. "pistol_kills" "5"
  102529. "opening_kills" "4"
  102530. "sniper_kills" "6"
  102531. "KDR" "0.840000"
  102532. "enemy_kills" "21"
  102533. "deaths" "25"
  102534. "matches_played" "1"
  102535. }
  102536. "stage1"
  102537. {
  102538. "clutch_kills" "4"
  102539. "pistol_kills" "3"
  102540. "opening_kills" "7"
  102541. "sniper_kills" "27"
  102542. "KDR" "1.075000"
  102543. "enemy_kills" "43"
  102544. "deaths" "40"
  102545. "matches_played" "1"
  102546. }
  102547. }
  102548. "10"
  102549. {
  102550. "team" "43"
  102551. "clutch_kills" "10"
  102552. "pistol_kills" "30"
  102553. "opening_kills" "29"
  102554. "sniper_kills" "86"
  102555. "KDR" "1.163934"
  102556. "enemy_kills" "142"
  102557. "deaths" "122"
  102558. "matches_played" "7"
  102559. "stage0"
  102560. {
  102561. "clutch_kills" "4"
  102562. "pistol_kills" "1"
  102563. "opening_kills" "1"
  102564. "sniper_kills" "5"
  102565. "KDR" "0.555556"
  102566. "enemy_kills" "10"
  102567. "deaths" "18"
  102568. "matches_played" "1"
  102569. }
  102570. "stage1"
  102571. {
  102572. "clutch_kills" "1"
  102573. "pistol_kills" "3"
  102574. "opening_kills" "5"
  102575. "sniper_kills" "21"
  102576. "KDR" "1.750000"
  102577. "enemy_kills" "28"
  102578. "deaths" "16"
  102579. "matches_played" "1"
  102580. }
  102581. "stage2"
  102582. {
  102583. "clutch_kills" "2"
  102584. "pistol_kills" "16"
  102585. "opening_kills" "17"
  102586. "sniper_kills" "40"
  102587. "KDR" "1.444444"
  102588. "enemy_kills" "65"
  102589. "deaths" "45"
  102590. "matches_played" "3"
  102591. }
  102592. "stage3"
  102593. {
  102594. "clutch_kills" "3"
  102595. "pistol_kills" "10"
  102596. "opening_kills" "6"
  102597. "sniper_kills" "20"
  102598. "KDR" "0.906977"
  102599. "enemy_kills" "39"
  102600. "deaths" "43"
  102601. "matches_played" "2"
  102602. }
  102603. }
  102604. "11"
  102605. {
  102606. "team" "43"
  102607. }
  102608. "12"
  102609. {
  102610. "team" "43"
  102611. }
  102612. "13"
  102613. {
  102614. "team" "43"
  102615. }
  102616. }
  102617. }
  102618. "20273529"
  102619. {
  102620. "name" "DavCost"
  102621. "code" "davcost"
  102622. "dob" "1996-05-18"
  102623. "geo" "RU"
  102624. "events"
  102625. {
  102626. "7"
  102627. {
  102628. "team" "43"
  102629. "clutch_kills" "4"
  102630. "pistol_kills" "12"
  102631. "opening_kills" "12"
  102632. "sniper_kills" "32"
  102633. "KDR" "0.757000"
  102634. "enemy_kills" "53"
  102635. "deaths" "70"
  102636. "matches_played" "3"
  102637. }
  102638. "8"
  102639. {
  102640. "team" "43"
  102641. "clutch_kills" "5"
  102642. "pistol_kills" "9"
  102643. "opening_kills" "2"
  102644. "sniper_kills" "1"
  102645. "KDR" "0.513514"
  102646. "enemy_kills" "19"
  102647. "deaths" "37"
  102648. "matches_played" "2"
  102649. "stage0"
  102650. {
  102651. "clutch_kills" "3"
  102652. "pistol_kills" "4"
  102653. "opening_kills" "1"
  102654. "sniper_kills" "1"
  102655. "KDR" "0.368421"
  102656. "enemy_kills" "7"
  102657. "deaths" "19"
  102658. "matches_played" "1"
  102659. }
  102660. "stage1"
  102661. {
  102662. "clutch_kills" "2"
  102663. "pistol_kills" "5"
  102664. "opening_kills" "1"
  102665. "sniper_kills" "0"
  102666. "KDR" "0.666667"
  102667. "enemy_kills" "12"
  102668. "deaths" "18"
  102669. "matches_played" "1"
  102670. }
  102671. }
  102672. }
  102673. }
  102674. "108076825"
  102675. {
  102676. "name" "dennis"
  102677. "code" "dennis"
  102678. "dob" "1991-07-01"
  102679. "geo" "SE"
  102680. "events"
  102681. {
  102682. "7"
  102683. {
  102684. "team" "55"
  102685. "clutch_kills" "6"
  102686. "pistol_kills" "18"
  102687. "opening_kills" "14"
  102688. "sniper_kills" "1"
  102689. "KDR" "0.892000"
  102690. "enemy_kills" "83"
  102691. "deaths" "93"
  102692. "matches_played" "5"
  102693. }
  102694. "8"
  102695. {
  102696. "team" "59"
  102697. "clutch_kills" "10"
  102698. "pistol_kills" "43"
  102699. "opening_kills" "30"
  102700. "sniper_kills" "10"
  102701. "KDR" "1.056410"
  102702. "enemy_kills" "206"
  102703. "deaths" "195"
  102704. "matches_played" "10"
  102705. "stage0"
  102706. {
  102707. "clutch_kills" "0"
  102708. "pistol_kills" "2"
  102709. "opening_kills" "1"
  102710. "sniper_kills" "0"
  102711. "KDR" "1.846154"
  102712. "enemy_kills" "24"
  102713. "deaths" "13"
  102714. "matches_played" "1"
  102715. }
  102716. "stage1"
  102717. {
  102718. "clutch_kills" "2"
  102719. "pistol_kills" "3"
  102720. "opening_kills" "3"
  102721. "sniper_kills" "1"
  102722. "KDR" "0.736842"
  102723. "enemy_kills" "14"
  102724. "deaths" "19"
  102725. "matches_played" "1"
  102726. }
  102727. "stage2"
  102728. {
  102729. "clutch_kills" "2"
  102730. "pistol_kills" "14"
  102731. "opening_kills" "6"
  102732. "sniper_kills" "2"
  102733. "KDR" "0.962264"
  102734. "enemy_kills" "51"
  102735. "deaths" "53"
  102736. "matches_played" "3"
  102737. }
  102738. "stage3"
  102739. {
  102740. "clutch_kills" "1"
  102741. "pistol_kills" "7"
  102742. "opening_kills" "9"
  102743. "sniper_kills" "7"
  102744. "KDR" "0.975610"
  102745. "enemy_kills" "40"
  102746. "deaths" "41"
  102747. "matches_played" "2"
  102748. }
  102749. "stage4"
  102750. {
  102751. "clutch_kills" "5"
  102752. "pistol_kills" "17"
  102753. "opening_kills" "11"
  102754. "sniper_kills" "0"
  102755. "KDR" "1.115942"
  102756. "enemy_kills" "77"
  102757. "deaths" "69"
  102758. "matches_played" "3"
  102759. }
  102760. }
  102761. "9"
  102762. {
  102763. "team" "6"
  102764. "clutch_kills" "5"
  102765. "pistol_kills" "23"
  102766. "opening_kills" "12"
  102767. "sniper_kills" "4"
  102768. "KDR" "1.091743"
  102769. "enemy_kills" "119"
  102770. "deaths" "109"
  102771. "matches_played" "6"
  102772. "stage0"
  102773. {
  102774. "clutch_kills" "0"
  102775. "pistol_kills" "4"
  102776. "opening_kills" "1"
  102777. "sniper_kills" "0"
  102778. "KDR" "1.818182"
  102779. "enemy_kills" "20"
  102780. "deaths" "11"
  102781. "matches_played" "1"
  102782. }
  102783. "stage1"
  102784. {
  102785. "clutch_kills" "3"
  102786. "pistol_kills" "5"
  102787. "opening_kills" "4"
  102788. "sniper_kills" "1"
  102789. "KDR" "0.823529"
  102790. "enemy_kills" "28"
  102791. "deaths" "34"
  102792. "matches_played" "1"
  102793. }
  102794. "stage2"
  102795. {
  102796. "clutch_kills" "1"
  102797. "pistol_kills" "9"
  102798. "opening_kills" "2"
  102799. "sniper_kills" "3"
  102800. "KDR" "1.500000"
  102801. "enemy_kills" "42"
  102802. "deaths" "28"
  102803. "matches_played" "2"
  102804. }
  102805. "stage3"
  102806. {
  102807. "clutch_kills" "1"
  102808. "pistol_kills" "5"
  102809. "opening_kills" "5"
  102810. "sniper_kills" "0"
  102811. "KDR" "0.805556"
  102812. "enemy_kills" "29"
  102813. "deaths" "36"
  102814. "matches_played" "2"
  102815. }
  102816. }
  102817. "10"
  102818. {
  102819. "team" "6"
  102820. "clutch_kills" "8"
  102821. "pistol_kills" "37"
  102822. "opening_kills" "22"
  102823. "sniper_kills" "12"
  102824. "KDR" "1.080292"
  102825. "enemy_kills" "148"
  102826. "deaths" "137"
  102827. "matches_played" "8"
  102828. "stage0"
  102829. {
  102830. "clutch_kills" "1"
  102831. "pistol_kills" "3"
  102832. "opening_kills" "2"
  102833. "sniper_kills" "3"
  102834. "KDR" "0.818182"
  102835. "enemy_kills" "18"
  102836. "deaths" "22"
  102837. "matches_played" "1"
  102838. }
  102839. "stage1"
  102840. {
  102841. "clutch_kills" "3"
  102842. "pistol_kills" "8"
  102843. "opening_kills" "4"
  102844. "sniper_kills" "2"
  102845. "KDR" "1"
  102846. "enemy_kills" "24"
  102847. "deaths" "24"
  102848. "matches_played" "1"
  102849. }
  102850. "stage2"
  102851. {
  102852. "clutch_kills" "0"
  102853. "pistol_kills" "8"
  102854. "opening_kills" "7"
  102855. "sniper_kills" "4"
  102856. "KDR" "1.206897"
  102857. "enemy_kills" "35"
  102858. "deaths" "29"
  102859. "matches_played" "2"
  102860. }
  102861. "stage3"
  102862. {
  102863. "clutch_kills" "2"
  102864. "pistol_kills" "2"
  102865. "opening_kills" "6"
  102866. "sniper_kills" "0"
  102867. "KDR" "1.318182"
  102868. "enemy_kills" "29"
  102869. "deaths" "22"
  102870. "matches_played" "2"
  102871. }
  102872. "stage4"
  102873. {
  102874. "clutch_kills" "2"
  102875. "pistol_kills" "16"
  102876. "opening_kills" "3"
  102877. "sniper_kills" "3"
  102878. "KDR" "1.050000"
  102879. "enemy_kills" "42"
  102880. "deaths" "40"
  102881. "matches_played" "2"
  102882. }
  102883. }
  102884. "11"
  102885. {
  102886. "team" "6"
  102887. }
  102888. "12"
  102889. {
  102890. "team" "6"
  102891. }
  102892. }
  102893. }
  102894. "28502520"
  102895. {
  102896. "name" "ScreaM"
  102897. "code" "scream"
  102898. "dob" "1993-07-02"
  102899. "geo" "BE"
  102900. "events"
  102901. {
  102902. "7"
  102903. {
  102904. "team" "55"
  102905. "clutch_kills" "6"
  102906. "pistol_kills" "20"
  102907. "opening_kills" "16"
  102908. "sniper_kills" "0"
  102909. "KDR" "1.056000"
  102910. "enemy_kills" "94"
  102911. "deaths" "89"
  102912. "matches_played" "5"
  102913. }
  102914. "8"
  102915. {
  102916. "team" "27"
  102917. "clutch_kills" "4"
  102918. "pistol_kills" "11"
  102919. "opening_kills" "2"
  102920. "sniper_kills" "0"
  102921. "KDR" "0.736842"
  102922. "enemy_kills" "56"
  102923. "deaths" "76"
  102924. "matches_played" "4"
  102925. "stage0"
  102926. {
  102927. "clutch_kills" "1"
  102928. "pistol_kills" "5"
  102929. "opening_kills" "1"
  102930. "sniper_kills" "0"
  102931. "KDR" "1.222222"
  102932. "enemy_kills" "22"
  102933. "deaths" "18"
  102934. "matches_played" "1"
  102935. }
  102936. "stage1"
  102937. {
  102938. "clutch_kills" "0"
  102939. "pistol_kills" "0"
  102940. "opening_kills" "0"
  102941. "sniper_kills" "0"
  102942. "KDR" "0.421053"
  102943. "enemy_kills" "8"
  102944. "deaths" "19"
  102945. "matches_played" "1"
  102946. }
  102947. "stage2"
  102948. {
  102949. "clutch_kills" "3"
  102950. "pistol_kills" "6"
  102951. "opening_kills" "1"
  102952. "sniper_kills" "0"
  102953. "KDR" "0.666667"
  102954. "enemy_kills" "26"
  102955. "deaths" "39"
  102956. "matches_played" "2"
  102957. }
  102958. }
  102959. "9"
  102960. {
  102961. "team" "59"
  102962. "clutch_kills" "7"
  102963. "pistol_kills" "16"
  102964. "opening_kills" "11"
  102965. "sniper_kills" "0"
  102966. "KDR" "0.925000"
  102967. "enemy_kills" "74"
  102968. "deaths" "80"
  102969. "matches_played" "5"
  102970. "stage0"
  102971. {
  102972. "clutch_kills" "0"
  102973. "pistol_kills" "3"
  102974. "opening_kills" "0"
  102975. "sniper_kills" "0"
  102976. "KDR" "0.500000"
  102977. "enemy_kills" "7"
  102978. "deaths" "14"
  102979. "matches_played" "1"
  102980. }
  102981. "stage1"
  102982. {
  102983. "clutch_kills" "0"
  102984. "pistol_kills" "4"
  102985. "opening_kills" "3"
  102986. "sniper_kills" "0"
  102987. "KDR" "0.933333"
  102988. "enemy_kills" "14"
  102989. "deaths" "15"
  102990. "matches_played" "1"
  102991. }
  102992. "stage2"
  102993. {
  102994. "clutch_kills" "7"
  102995. "pistol_kills" "9"
  102996. "opening_kills" "8"
  102997. "sniper_kills" "0"
  102998. "KDR" "1.039216"
  102999. "enemy_kills" "53"
  103000. "deaths" "51"
  103001. "matches_played" "3"
  103002. }
  103003. }
  103004. "10"
  103005. {
  103006. "team" "59"
  103007. "clutch_kills" "4"
  103008. "pistol_kills" "10"
  103009. "opening_kills" "5"
  103010. "sniper_kills" "0"
  103011. "KDR" "1.024390"
  103012. "enemy_kills" "42"
  103013. "deaths" "41"
  103014. "matches_played" "2"
  103015. "stage0"
  103016. {
  103017. "clutch_kills" "3"
  103018. "pistol_kills" "6"
  103019. "opening_kills" "0"
  103020. "sniper_kills" "0"
  103021. "KDR" "0.681818"
  103022. "enemy_kills" "15"
  103023. "deaths" "22"
  103024. "matches_played" "1"
  103025. }
  103026. "stage1"
  103027. {
  103028. "clutch_kills" "1"
  103029. "pistol_kills" "4"
  103030. "opening_kills" "5"
  103031. "sniper_kills" "0"
  103032. "KDR" "1.421053"
  103033. "enemy_kills" "27"
  103034. "deaths" "19"
  103035. "matches_played" "1"
  103036. }
  103037. }
  103038. "11"
  103039. {
  103040. "team" "59"
  103041. }
  103042. "13"
  103043. {
  103044. "team" "46"
  103045. }
  103046. }
  103047. }
  103048. "37085479"
  103049. {
  103050. "name" "rain"
  103051. "code" "rain"
  103052. "dob" "1994-08-27"
  103053. "geo" "NO"
  103054. "events"
  103055. {
  103056. "7"
  103057. {
  103058. "team" "55"
  103059. "clutch_kills" "8"
  103060. "pistol_kills" "19"
  103061. "opening_kills" "17"
  103062. "sniper_kills" "1"
  103063. "KDR" "0.852000"
  103064. "enemy_kills" "75"
  103065. "deaths" "88"
  103066. "matches_played" "5"
  103067. }
  103068. "8"
  103069. {
  103070. "team" "59"
  103071. "clutch_kills" "20"
  103072. "pistol_kills" "30"
  103073. "opening_kills" "25"
  103074. "sniper_kills" "0"
  103075. "KDR" "0.858491"
  103076. "enemy_kills" "182"
  103077. "deaths" "212"
  103078. "matches_played" "10"
  103079. "stage0"
  103080. {
  103081. "clutch_kills" "1"
  103082. "pistol_kills" "1"
  103083. "opening_kills" "4"
  103084. "sniper_kills" "0"
  103085. "KDR" "0.833333"
  103086. "enemy_kills" "15"
  103087. "deaths" "18"
  103088. "matches_played" "1"
  103089. }
  103090. "stage1"
  103091. {
  103092. "clutch_kills" "0"
  103093. "pistol_kills" "5"
  103094. "opening_kills" "1"
  103095. "sniper_kills" "0"
  103096. "KDR" "0.666667"
  103097. "enemy_kills" "12"
  103098. "deaths" "18"
  103099. "matches_played" "1"
  103100. }
  103101. "stage2"
  103102. {
  103103. "clutch_kills" "1"
  103104. "pistol_kills" "10"
  103105. "opening_kills" "7"
  103106. "sniper_kills" "0"
  103107. "KDR" "0.900000"
  103108. "enemy_kills" "54"
  103109. "deaths" "60"
  103110. "matches_played" "3"
  103111. }
  103112. "stage3"
  103113. {
  103114. "clutch_kills" "4"
  103115. "pistol_kills" "5"
  103116. "opening_kills" "5"
  103117. "sniper_kills" "0"
  103118. "KDR" "1"
  103119. "enemy_kills" "43"
  103120. "deaths" "43"
  103121. "matches_played" "2"
  103122. }
  103123. "stage4"
  103124. {
  103125. "clutch_kills" "14"
  103126. "pistol_kills" "9"
  103127. "opening_kills" "8"
  103128. "sniper_kills" "0"
  103129. "KDR" "0.794521"
  103130. "enemy_kills" "58"
  103131. "deaths" "73"
  103132. "matches_played" "3"
  103133. }
  103134. }
  103135. "9"
  103136. {
  103137. "team" "61"
  103138. "clutch_kills" "4"
  103139. "pistol_kills" "26"
  103140. "opening_kills" "20"
  103141. "sniper_kills" "0"
  103142. "KDR" "0.933333"
  103143. "enemy_kills" "98"
  103144. "deaths" "105"
  103145. "matches_played" "5"
  103146. "stage0"
  103147. {
  103148. "clutch_kills" "1"
  103149. "pistol_kills" "5"
  103150. "opening_kills" "4"
  103151. "sniper_kills" "0"
  103152. "KDR" "1.210526"
  103153. "enemy_kills" "23"
  103154. "deaths" "19"
  103155. "matches_played" "1"
  103156. }
  103157. "stage1"
  103158. {
  103159. "clutch_kills" "0"
  103160. "pistol_kills" "4"
  103161. "opening_kills" "3"
  103162. "sniper_kills" "0"
  103163. "KDR" "1.384615"
  103164. "enemy_kills" "18"
  103165. "deaths" "13"
  103166. "matches_played" "1"
  103167. }
  103168. "stage2"
  103169. {
  103170. "clutch_kills" "3"
  103171. "pistol_kills" "14"
  103172. "opening_kills" "9"
  103173. "sniper_kills" "0"
  103174. "KDR" "0.720930"
  103175. "enemy_kills" "31"
  103176. "deaths" "43"
  103177. "matches_played" "2"
  103178. }
  103179. "stage5"
  103180. {
  103181. "clutch_kills" "0"
  103182. "pistol_kills" "3"
  103183. "opening_kills" "4"
  103184. "sniper_kills" "0"
  103185. "KDR" "0.866667"
  103186. "enemy_kills" "26"
  103187. "deaths" "30"
  103188. "matches_played" "1"
  103189. }
  103190. }
  103191. "10"
  103192. {
  103193. "team" "61"
  103194. "clutch_kills" "8"
  103195. "pistol_kills" "16"
  103196. "opening_kills" "9"
  103197. "sniper_kills" "0"
  103198. "KDR" "0.815789"
  103199. "enemy_kills" "62"
  103200. "deaths" "76"
  103201. "matches_played" "4"
  103202. "stage0"
  103203. {
  103204. "clutch_kills" "2"
  103205. "pistol_kills" "4"
  103206. "opening_kills" "5"
  103207. "sniper_kills" "0"
  103208. "KDR" "1.111111"
  103209. "enemy_kills" "20"
  103210. "deaths" "18"
  103211. "matches_played" "1"
  103212. }
  103213. "stage1"
  103214. {
  103215. "clutch_kills" "2"
  103216. "pistol_kills" "8"
  103217. "opening_kills" "2"
  103218. "sniper_kills" "0"
  103219. "KDR" "0.736842"
  103220. "enemy_kills" "14"
  103221. "deaths" "19"
  103222. "matches_played" "1"
  103223. }
  103224. "stage2"
  103225. {
  103226. "clutch_kills" "4"
  103227. "pistol_kills" "4"
  103228. "opening_kills" "2"
  103229. "sniper_kills" "0"
  103230. "KDR" "0.717949"
  103231. "enemy_kills" "28"
  103232. "deaths" "39"
  103233. "matches_played" "2"
  103234. }
  103235. }
  103236. "11"
  103237. {
  103238. "team" "61"
  103239. }
  103240. "12"
  103241. {
  103242. "team" "61"
  103243. }
  103244. "13"
  103245. {
  103246. "team" "61"
  103247. }
  103248. }
  103249. }
  103250. "925972"
  103251. {
  103252. "name" "Maikelele"
  103253. "code" "maikelele"
  103254. "dob" "1991-03-05"
  103255. "geo" "SE"
  103256. "events"
  103257. {
  103258. "7"
  103259. {
  103260. "team" "55"
  103261. "clutch_kills" "17"
  103262. "pistol_kills" "21"
  103263. "opening_kills" "11"
  103264. "sniper_kills" "28"
  103265. "KDR" "0.933000"
  103266. "enemy_kills" "83"
  103267. "deaths" "89"
  103268. "matches_played" "5"
  103269. }
  103270. "8"
  103271. {
  103272. "team" "59"
  103273. "clutch_kills" "32"
  103274. "pistol_kills" "32"
  103275. "opening_kills" "20"
  103276. "sniper_kills" "9"
  103277. "KDR" "0.978378"
  103278. "enemy_kills" "181"
  103279. "deaths" "185"
  103280. "matches_played" "10"
  103281. "stage0"
  103282. {
  103283. "clutch_kills" "2"
  103284. "pistol_kills" "1"
  103285. "opening_kills" "0"
  103286. "sniper_kills" "0"
  103287. "KDR" "1.545455"
  103288. "enemy_kills" "17"
  103289. "deaths" "11"
  103290. "matches_played" "1"
  103291. }
  103292. "stage1"
  103293. {
  103294. "clutch_kills" "3"
  103295. "pistol_kills" "6"
  103296. "opening_kills" "2"
  103297. "sniper_kills" "0"
  103298. "KDR" "0.937500"
  103299. "enemy_kills" "15"
  103300. "deaths" "16"
  103301. "matches_played" "1"
  103302. }
  103303. "stage2"
  103304. {
  103305. "clutch_kills" "12"
  103306. "pistol_kills" "10"
  103307. "opening_kills" "7"
  103308. "sniper_kills" "2"
  103309. "KDR" "1.173077"
  103310. "enemy_kills" "61"
  103311. "deaths" "52"
  103312. "matches_played" "3"
  103313. }
  103314. "stage3"
  103315. {
  103316. "clutch_kills" "7"
  103317. "pistol_kills" "8"
  103318. "opening_kills" "3"
  103319. "sniper_kills" "7"
  103320. "KDR" "0.975000"
  103321. "enemy_kills" "39"
  103322. "deaths" "40"
  103323. "matches_played" "2"
  103324. }
  103325. "stage4"
  103326. {
  103327. "clutch_kills" "8"
  103328. "pistol_kills" "7"
  103329. "opening_kills" "8"
  103330. "sniper_kills" "0"
  103331. "KDR" "0.742424"
  103332. "enemy_kills" "49"
  103333. "deaths" "66"
  103334. "matches_played" "3"
  103335. }
  103336. }
  103337. "9"
  103338. {
  103339. "team" "61"
  103340. "clutch_kills" "2"
  103341. "pistol_kills" "11"
  103342. "opening_kills" "7"
  103343. "sniper_kills" "6"
  103344. "KDR" "0.695652"
  103345. "enemy_kills" "64"
  103346. "deaths" "92"
  103347. "matches_played" "5"
  103348. "stage0"
  103349. {
  103350. "clutch_kills" "0"
  103351. "pistol_kills" "2"
  103352. "opening_kills" "1"
  103353. "sniper_kills" "0"
  103354. "KDR" "0.789474"
  103355. "enemy_kills" "15"
  103356. "deaths" "19"
  103357. "matches_played" "1"
  103358. }
  103359. "stage1"
  103360. {
  103361. "clutch_kills" "0"
  103362. "pistol_kills" "1"
  103363. "opening_kills" "0"
  103364. "sniper_kills" "1"
  103365. "KDR" "1.428571"
  103366. "enemy_kills" "10"
  103367. "deaths" "7"
  103368. "matches_played" "1"
  103369. }
  103370. "stage2"
  103371. {
  103372. "clutch_kills" "2"
  103373. "pistol_kills" "5"
  103374. "opening_kills" "3"
  103375. "sniper_kills" "0"
  103376. "KDR" "0.564103"
  103377. "enemy_kills" "22"
  103378. "deaths" "39"
  103379. "matches_played" "2"
  103380. }
  103381. "stage5"
  103382. {
  103383. "clutch_kills" "0"
  103384. "pistol_kills" "3"
  103385. "opening_kills" "3"
  103386. "sniper_kills" "5"
  103387. "KDR" "0.629630"
  103388. "enemy_kills" "17"
  103389. "deaths" "27"
  103390. "matches_played" "1"
  103391. }
  103392. }
  103393. }
  103394. }
  103395. "1939536"
  103396. {
  103397. "name" "fox"
  103398. "code" "fox"
  103399. "dob" "1986-11-15"
  103400. "geo" "PT"
  103401. "events"
  103402. {
  103403. "7"
  103404. {
  103405. "team" "55"
  103406. "clutch_kills" "7"
  103407. "pistol_kills" "10"
  103408. "opening_kills" "7"
  103409. "sniper_kills" "4"
  103410. "KDR" "0.682000"
  103411. "enemy_kills" "60"
  103412. "deaths" "88"
  103413. "matches_played" "5"
  103414. }
  103415. "8"
  103416. {
  103417. "team" "59"
  103418. "clutch_kills" "16"
  103419. "pistol_kills" "40"
  103420. "opening_kills" "41"
  103421. "sniper_kills" "72"
  103422. "KDR" "1.078534"
  103423. "enemy_kills" "206"
  103424. "deaths" "191"
  103425. "matches_played" "10"
  103426. "stage0"
  103427. {
  103428. "clutch_kills" "1"
  103429. "pistol_kills" "4"
  103430. "opening_kills" "3"
  103431. "sniper_kills" "3"
  103432. "KDR" "1.846154"
  103433. "enemy_kills" "24"
  103434. "deaths" "13"
  103435. "matches_played" "1"
  103436. }
  103437. "stage1"
  103438. {
  103439. "clutch_kills" "2"
  103440. "pistol_kills" "3"
  103441. "opening_kills" "4"
  103442. "sniper_kills" "5"
  103443. "KDR" "0.555556"
  103444. "enemy_kills" "10"
  103445. "deaths" "18"
  103446. "matches_played" "1"
  103447. }
  103448. "stage2"
  103449. {
  103450. "clutch_kills" "8"
  103451. "pistol_kills" "14"
  103452. "opening_kills" "12"
  103453. "sniper_kills" "19"
  103454. "KDR" "1.148148"
  103455. "enemy_kills" "62"
  103456. "deaths" "54"
  103457. "matches_played" "3"
  103458. }
  103459. "stage3"
  103460. {
  103461. "clutch_kills" "1"
  103462. "pistol_kills" "7"
  103463. "opening_kills" "7"
  103464. "sniper_kills" "19"
  103465. "KDR" "1.073171"
  103466. "enemy_kills" "44"
  103467. "deaths" "41"
  103468. "matches_played" "2"
  103469. }
  103470. "stage4"
  103471. {
  103472. "clutch_kills" "4"
  103473. "pistol_kills" "12"
  103474. "opening_kills" "15"
  103475. "sniper_kills" "26"
  103476. "KDR" "1.015385"
  103477. "enemy_kills" "66"
  103478. "deaths" "65"
  103479. "matches_played" "3"
  103480. }
  103481. }
  103482. "9"
  103483. {
  103484. "team" "61"
  103485. "clutch_kills" "6"
  103486. "pistol_kills" "6"
  103487. "opening_kills" "10"
  103488. "sniper_kills" "30"
  103489. "KDR" "0.938462"
  103490. "enemy_kills" "61"
  103491. "deaths" "65"
  103492. "matches_played" "4"
  103493. "stage0"
  103494. {
  103495. "clutch_kills" "1"
  103496. "pistol_kills" "0"
  103497. "opening_kills" "1"
  103498. "sniper_kills" "10"
  103499. "KDR" "1"
  103500. "enemy_kills" "17"
  103501. "deaths" "17"
  103502. "matches_played" "1"
  103503. }
  103504. "stage1"
  103505. {
  103506. "clutch_kills" "0"
  103507. "pistol_kills" "1"
  103508. "opening_kills" "4"
  103509. "sniper_kills" "9"
  103510. "KDR" "1.500000"
  103511. "enemy_kills" "15"
  103512. "deaths" "10"
  103513. "matches_played" "1"
  103514. }
  103515. "stage2"
  103516. {
  103517. "clutch_kills" "5"
  103518. "pistol_kills" "5"
  103519. "opening_kills" "5"
  103520. "sniper_kills" "11"
  103521. "KDR" "0.763158"
  103522. "enemy_kills" "29"
  103523. "deaths" "38"
  103524. "matches_played" "2"
  103525. }
  103526. }
  103527. "10"
  103528. {
  103529. "team" "61"
  103530. "clutch_kills" "7"
  103531. "pistol_kills" "15"
  103532. "opening_kills" "6"
  103533. "sniper_kills" "32"
  103534. "KDR" "0.736842"
  103535. "enemy_kills" "56"
  103536. "deaths" "76"
  103537. "matches_played" "4"
  103538. "stage0"
  103539. {
  103540. "clutch_kills" "2"
  103541. "pistol_kills" "2"
  103542. "opening_kills" "0"
  103543. "sniper_kills" "16"
  103544. "KDR" "1.052632"
  103545. "enemy_kills" "20"
  103546. "deaths" "19"
  103547. "matches_played" "1"
  103548. }
  103549. "stage1"
  103550. {
  103551. "clutch_kills" "0"
  103552. "pistol_kills" "5"
  103553. "opening_kills" "0"
  103554. "sniper_kills" "2"
  103555. "KDR" "0.380952"
  103556. "enemy_kills" "8"
  103557. "deaths" "21"
  103558. "matches_played" "1"
  103559. }
  103560. "stage2"
  103561. {
  103562. "clutch_kills" "5"
  103563. "pistol_kills" "8"
  103564. "opening_kills" "6"
  103565. "sniper_kills" "14"
  103566. "KDR" "0.777778"
  103567. "enemy_kills" "28"
  103568. "deaths" "36"
  103569. "matches_played" "2"
  103570. }
  103571. }
  103572. "11"
  103573. {
  103574. "team" "14"
  103575. }
  103576. }
  103577. }
  103578. "31166738"
  103579. {
  103580. "name" "rallen"
  103581. "code" "rallen"
  103582. "dob" "1994-06-08"
  103583. "geo" "PL"
  103584. "events"
  103585. {
  103586. "7"
  103587. {
  103588. "team" "56"
  103589. "clutch_kills" "3"
  103590. "pistol_kills" "5"
  103591. "opening_kills" "4"
  103592. "sniper_kills" "1"
  103593. "KDR" "0.575000"
  103594. "enemy_kills" "23"
  103595. "deaths" "40"
  103596. "matches_played" "2"
  103597. }
  103598. "8"
  103599. {
  103600. "team" "47"
  103601. "clutch_kills" "0"
  103602. "pistol_kills" "7"
  103603. "opening_kills" "6"
  103604. "sniper_kills" "3"
  103605. "KDR" "0.756098"
  103606. "enemy_kills" "31"
  103607. "deaths" "41"
  103608. "matches_played" "2"
  103609. "stage0"
  103610. {
  103611. "clutch_kills" "0"
  103612. "pistol_kills" "4"
  103613. "opening_kills" "3"
  103614. "sniper_kills" "0"
  103615. "KDR" "0.619048"
  103616. "enemy_kills" "13"
  103617. "deaths" "21"
  103618. "matches_played" "1"
  103619. }
  103620. "stage1"
  103621. {
  103622. "clutch_kills" "0"
  103623. "pistol_kills" "3"
  103624. "opening_kills" "3"
  103625. "sniper_kills" "3"
  103626. "KDR" "0.900000"
  103627. "enemy_kills" "18"
  103628. "deaths" "20"
  103629. "matches_played" "1"
  103630. }
  103631. }
  103632. }
  103633. }
  103634. "10357481"
  103635. {
  103636. "name" "Hyper"
  103637. "code" "hyper"
  103638. "dob" "1990-01-01"
  103639. "geo" "PL"
  103640. "events"
  103641. {
  103642. "7"
  103643. {
  103644. "team" "56"
  103645. "clutch_kills" "5"
  103646. "pistol_kills" "3"
  103647. "opening_kills" "4"
  103648. "sniper_kills" "0"
  103649. "KDR" "0.892000"
  103650. "enemy_kills" "33"
  103651. "deaths" "37"
  103652. "matches_played" "2"
  103653. }
  103654. "8"
  103655. {
  103656. "team" "47"
  103657. "clutch_kills" "5"
  103658. "pistol_kills" "8"
  103659. "opening_kills" "6"
  103660. "sniper_kills" "0"
  103661. "KDR" "1"
  103662. "enemy_kills" "37"
  103663. "deaths" "37"
  103664. "matches_played" "2"
  103665. "stage0"
  103666. {
  103667. "clutch_kills" "4"
  103668. "pistol_kills" "4"
  103669. "opening_kills" "3"
  103670. "sniper_kills" "0"
  103671. "KDR" "0.842105"
  103672. "enemy_kills" "16"
  103673. "deaths" "19"
  103674. "matches_played" "1"
  103675. }
  103676. "stage1"
  103677. {
  103678. "clutch_kills" "1"
  103679. "pistol_kills" "4"
  103680. "opening_kills" "3"
  103681. "sniper_kills" "0"
  103682. "KDR" "1.166667"
  103683. "enemy_kills" "21"
  103684. "deaths" "18"
  103685. "matches_played" "1"
  103686. }
  103687. }
  103688. }
  103689. }
  103690. "104340617"
  103691. {
  103692. "name" "peet"
  103693. "code" "peet"
  103694. "dob" "1990-11-14"
  103695. "geo" "PL"
  103696. "events"
  103697. {
  103698. "7"
  103699. {
  103700. "team" "56"
  103701. "clutch_kills" "3"
  103702. "pistol_kills" "4"
  103703. "opening_kills" "5"
  103704. "sniper_kills" "12"
  103705. "KDR" "0.795000"
  103706. "enemy_kills" "31"
  103707. "deaths" "39"
  103708. "matches_played" "2"
  103709. }
  103710. "8"
  103711. {
  103712. "team" "47"
  103713. "clutch_kills" "5"
  103714. "pistol_kills" "9"
  103715. "opening_kills" "3"
  103716. "sniper_kills" "5"
  103717. "KDR" "0.742857"
  103718. "enemy_kills" "26"
  103719. "deaths" "35"
  103720. "matches_played" "2"
  103721. "stage0"
  103722. {
  103723. "clutch_kills" "1"
  103724. "pistol_kills" "2"
  103725. "opening_kills" "0"
  103726. "sniper_kills" "0"
  103727. "KDR" "0.611111"
  103728. "enemy_kills" "11"
  103729. "deaths" "18"
  103730. "matches_played" "1"
  103731. }
  103732. "stage1"
  103733. {
  103734. "clutch_kills" "4"
  103735. "pistol_kills" "7"
  103736. "opening_kills" "3"
  103737. "sniper_kills" "5"
  103738. "KDR" "0.882353"
  103739. "enemy_kills" "15"
  103740. "deaths" "17"
  103741. "matches_played" "1"
  103742. }
  103743. }
  103744. }
  103745. }
  103746. "177495873"
  103747. {
  103748. "name" "Furlan"
  103749. "code" "furlan"
  103750. "dob" "1994-12-29"
  103751. "geo" "PL"
  103752. "events"
  103753. {
  103754. "7"
  103755. {
  103756. "team" "56"
  103757. "clutch_kills" "3"
  103758. "pistol_kills" "4"
  103759. "opening_kills" "1"
  103760. "sniper_kills" "0"
  103761. "KDR" "0.415000"
  103762. "enemy_kills" "17"
  103763. "deaths" "41"
  103764. "matches_played" "2"
  103765. }
  103766. "8"
  103767. {
  103768. "team" "47"
  103769. "clutch_kills" "6"
  103770. "pistol_kills" "7"
  103771. "opening_kills" "5"
  103772. "sniper_kills" "11"
  103773. "KDR" "1.157895"
  103774. "enemy_kills" "44"
  103775. "deaths" "38"
  103776. "matches_played" "2"
  103777. "stage0"
  103778. {
  103779. "clutch_kills" "2"
  103780. "pistol_kills" "4"
  103781. "opening_kills" "4"
  103782. "sniper_kills" "11"
  103783. "KDR" "1.150000"
  103784. "enemy_kills" "23"
  103785. "deaths" "20"
  103786. "matches_played" "1"
  103787. }
  103788. "stage1"
  103789. {
  103790. "clutch_kills" "4"
  103791. "pistol_kills" "3"
  103792. "opening_kills" "1"
  103793. "sniper_kills" "0"
  103794. "KDR" "1.166667"
  103795. "enemy_kills" "21"
  103796. "deaths" "18"
  103797. "matches_played" "1"
  103798. }
  103799. }
  103800. }
  103801. }
  103802. "44752530"
  103803. {
  103804. "name" "GruBy"
  103805. "code" "gruby"
  103806. "dob" "1995-02-28"
  103807. "geo" "PL"
  103808. "events"
  103809. {
  103810. "7"
  103811. {
  103812. "team" "56"
  103813. "clutch_kills" "0"
  103814. "pistol_kills" "10"
  103815. "opening_kills" "4"
  103816. "sniper_kills" "1"
  103817. "KDR" "0.784000"
  103818. "enemy_kills" "29"
  103819. "deaths" "37"
  103820. "matches_played" "2"
  103821. }
  103822. "8"
  103823. {
  103824. "team" "47"
  103825. "clutch_kills" "1"
  103826. "pistol_kills" "3"
  103827. "opening_kills" "3"
  103828. "sniper_kills" "0"
  103829. "KDR" "0.840909"
  103830. "enemy_kills" "37"
  103831. "deaths" "44"
  103832. "matches_played" "2"
  103833. "stage0"
  103834. {
  103835. "clutch_kills" "0"
  103836. "pistol_kills" "1"
  103837. "opening_kills" "2"
  103838. "sniper_kills" "0"
  103839. "KDR" "0.904762"
  103840. "enemy_kills" "19"
  103841. "deaths" "21"
  103842. "matches_played" "1"
  103843. }
  103844. "stage1"
  103845. {
  103846. "clutch_kills" "1"
  103847. "pistol_kills" "2"
  103848. "opening_kills" "1"
  103849. "sniper_kills" "0"
  103850. "KDR" "0.782609"
  103851. "enemy_kills" "18"
  103852. "deaths" "23"
  103853. "matches_played" "1"
  103854. }
  103855. }
  103856. }
  103857. }
  103858. "35761"
  103859. {
  103860. "name" "Maniac"
  103861. "code" "maniac"
  103862. "dob" "1990-06-29"
  103863. "geo" "CH"
  103864. "events"
  103865. {
  103866. "7"
  103867. {
  103868. "team" "27"
  103869. "clutch_kills" "10"
  103870. "pistol_kills" "10"
  103871. "opening_kills" "3"
  103872. "sniper_kills" "0"
  103873. "KDR" "0.956000"
  103874. "enemy_kills" "43"
  103875. "deaths" "45"
  103876. "matches_played" "2"
  103877. }
  103878. }
  103879. }
  103880. "11737333"
  103881. {
  103882. "name" "Ex6TenZ"
  103883. "code" "ex6tenz"
  103884. "dob" "1990-04-30"
  103885. "geo" "BE"
  103886. "events"
  103887. {
  103888. "7"
  103889. {
  103890. "team" "27"
  103891. "clutch_kills" "3"
  103892. "pistol_kills" "8"
  103893. "opening_kills" "7"
  103894. "sniper_kills" "0"
  103895. "KDR" "0.711000"
  103896. "enemy_kills" "32"
  103897. "deaths" "45"
  103898. "matches_played" "2"
  103899. }
  103900. "8"
  103901. {
  103902. "team" "27"
  103903. "clutch_kills" "3"
  103904. "pistol_kills" "13"
  103905. "opening_kills" "11"
  103906. "sniper_kills" "2"
  103907. "KDR" "0.680556"
  103908. "enemy_kills" "49"
  103909. "deaths" "72"
  103910. "matches_played" "4"
  103911. "stage0"
  103912. {
  103913. "clutch_kills" "1"
  103914. "pistol_kills" "2"
  103915. "opening_kills" "5"
  103916. "sniper_kills" "0"
  103917. "KDR" "0.944444"
  103918. "enemy_kills" "17"
  103919. "deaths" "18"
  103920. "matches_played" "1"
  103921. }
  103922. "stage1"
  103923. {
  103924. "clutch_kills" "1"
  103925. "pistol_kills" "8"
  103926. "opening_kills" "3"
  103927. "sniper_kills" "1"
  103928. "KDR" "0.789474"
  103929. "enemy_kills" "15"
  103930. "deaths" "19"
  103931. "matches_played" "1"
  103932. }
  103933. "stage2"
  103934. {
  103935. "clutch_kills" "1"
  103936. "pistol_kills" "3"
  103937. "opening_kills" "3"
  103938. "sniper_kills" "1"
  103939. "KDR" "0.485714"
  103940. "enemy_kills" "17"
  103941. "deaths" "35"
  103942. "matches_played" "2"
  103943. }
  103944. }
  103945. "9"
  103946. {
  103947. "team" "59"
  103948. "clutch_kills" "4"
  103949. "pistol_kills" "12"
  103950. "opening_kills" "11"
  103951. "sniper_kills" "4"
  103952. "KDR" "0.800000"
  103953. "enemy_kills" "60"
  103954. "deaths" "75"
  103955. "matches_played" "5"
  103956. "stage0"
  103957. {
  103958. "clutch_kills" "2"
  103959. "pistol_kills" "4"
  103960. "opening_kills" "1"
  103961. "sniper_kills" "0"
  103962. "KDR" "0.500000"
  103963. "enemy_kills" "8"
  103964. "deaths" "16"
  103965. "matches_played" "1"
  103966. }
  103967. "stage1"
  103968. {
  103969. "clutch_kills" "0"
  103970. "pistol_kills" "5"
  103971. "opening_kills" "4"
  103972. "sniper_kills" "3"
  103973. "KDR" "3.333333"
  103974. "enemy_kills" "20"
  103975. "deaths" "6"
  103976. "matches_played" "1"
  103977. }
  103978. "stage2"
  103979. {
  103980. "clutch_kills" "2"
  103981. "pistol_kills" "3"
  103982. "opening_kills" "6"
  103983. "sniper_kills" "1"
  103984. "KDR" "0.603774"
  103985. "enemy_kills" "32"
  103986. "deaths" "53"
  103987. "matches_played" "3"
  103988. }
  103989. }
  103990. }
  103991. }
  103992. "46654567"
  103993. {
  103994. "name" "shox"
  103995. "code" "shox"
  103996. "dob" "1992-05-27"
  103997. "geo" "FR"
  103998. "events"
  103999. {
  104000. "7"
  104001. {
  104002. "team" "27"
  104003. "clutch_kills" "5"
  104004. "pistol_kills" "9"
  104005. "opening_kills" "3"
  104006. "sniper_kills" "0"
  104007. "KDR" "1.023000"
  104008. "enemy_kills" "44"
  104009. "deaths" "43"
  104010. "matches_played" "2"
  104011. }
  104012. "8"
  104013. {
  104014. "team" "27"
  104015. "clutch_kills" "15"
  104016. "pistol_kills" "20"
  104017. "opening_kills" "12"
  104018. "sniper_kills" "12"
  104019. "KDR" "1.086957"
  104020. "enemy_kills" "75"
  104021. "deaths" "69"
  104022. "matches_played" "4"
  104023. "stage0"
  104024. {
  104025. "clutch_kills" "3"
  104026. "pistol_kills" "4"
  104027. "opening_kills" "2"
  104028. "sniper_kills" "8"
  104029. "KDR" "1.533333"
  104030. "enemy_kills" "23"
  104031. "deaths" "15"
  104032. "matches_played" "1"
  104033. }
  104034. "stage1"
  104035. {
  104036. "clutch_kills" "5"
  104037. "pistol_kills" "1"
  104038. "opening_kills" "1"
  104039. "sniper_kills" "0"
  104040. "KDR" "0.647059"
  104041. "enemy_kills" "11"
  104042. "deaths" "17"
  104043. "matches_played" "1"
  104044. }
  104045. "stage2"
  104046. {
  104047. "clutch_kills" "7"
  104048. "pistol_kills" "15"
  104049. "opening_kills" "9"
  104050. "sniper_kills" "4"
  104051. "KDR" "1.108108"
  104052. "enemy_kills" "41"
  104053. "deaths" "37"
  104054. "matches_played" "2"
  104055. }
  104056. }
  104057. "9"
  104058. {
  104059. "team" "59"
  104060. "clutch_kills" "12"
  104061. "pistol_kills" "16"
  104062. "opening_kills" "7"
  104063. "sniper_kills" "2"
  104064. "KDR" "1.083333"
  104065. "enemy_kills" "78"
  104066. "deaths" "72"
  104067. "matches_played" "5"
  104068. "stage0"
  104069. {
  104070. "clutch_kills" "5"
  104071. "pistol_kills" "4"
  104072. "opening_kills" "1"
  104073. "sniper_kills" "0"
  104074. "KDR" "0.785714"
  104075. "enemy_kills" "11"
  104076. "deaths" "14"
  104077. "matches_played" "1"
  104078. }
  104079. "stage1"
  104080. {
  104081. "clutch_kills" "0"
  104082. "pistol_kills" "2"
  104083. "opening_kills" "1"
  104084. "sniper_kills" "0"
  104085. "KDR" "2.111111"
  104086. "enemy_kills" "19"
  104087. "deaths" "9"
  104088. "matches_played" "1"
  104089. }
  104090. "stage2"
  104091. {
  104092. "clutch_kills" "7"
  104093. "pistol_kills" "10"
  104094. "opening_kills" "5"
  104095. "sniper_kills" "2"
  104096. "KDR" "0.979592"
  104097. "enemy_kills" "48"
  104098. "deaths" "49"
  104099. "matches_played" "3"
  104100. }
  104101. }
  104102. "10"
  104103. {
  104104. "team" "59"
  104105. "clutch_kills" "3"
  104106. "pistol_kills" "6"
  104107. "opening_kills" "5"
  104108. "sniper_kills" "14"
  104109. "KDR" "0.833333"
  104110. "enemy_kills" "35"
  104111. "deaths" "42"
  104112. "matches_played" "2"
  104113. "stage0"
  104114. {
  104115. "clutch_kills" "2"
  104116. "pistol_kills" "2"
  104117. "opening_kills" "3"
  104118. "sniper_kills" "4"
  104119. "KDR" "0.714286"
  104120. "enemy_kills" "15"
  104121. "deaths" "21"
  104122. "matches_played" "1"
  104123. }
  104124. "stage1"
  104125. {
  104126. "clutch_kills" "1"
  104127. "pistol_kills" "4"
  104128. "opening_kills" "2"
  104129. "sniper_kills" "10"
  104130. "KDR" "0.952381"
  104131. "enemy_kills" "20"
  104132. "deaths" "21"
  104133. "matches_played" "1"
  104134. }
  104135. }
  104136. "11"
  104137. {
  104138. "team" "59"
  104139. }
  104140. "12"
  104141. {
  104142. "team" "59"
  104143. }
  104144. "13"
  104145. {
  104146. "team" "59"
  104147. }
  104148. }
  104149. }
  104150. "14321919"
  104151. {
  104152. "name" "SmithZz"
  104153. "code" "smithzz"
  104154. "dob" "1988-12-17"
  104155. "geo" "FR"
  104156. "events"
  104157. {
  104158. "7"
  104159. {
  104160. "team" "27"
  104161. "clutch_kills" "3"
  104162. "pistol_kills" "7"
  104163. "opening_kills" "9"
  104164. "sniper_kills" "2"
  104165. "KDR" "0.787000"
  104166. "enemy_kills" "37"
  104167. "deaths" "47"
  104168. "matches_played" "2"
  104169. }
  104170. "8"
  104171. {
  104172. "team" "27"
  104173. "clutch_kills" "6"
  104174. "pistol_kills" "14"
  104175. "opening_kills" "10"
  104176. "sniper_kills" "23"
  104177. "KDR" "0.714286"
  104178. "enemy_kills" "55"
  104179. "deaths" "77"
  104180. "matches_played" "4"
  104181. "stage0"
  104182. {
  104183. "clutch_kills" "2"
  104184. "pistol_kills" "7"
  104185. "opening_kills" "5"
  104186. "sniper_kills" "7"
  104187. "KDR" "1.100000"
  104188. "enemy_kills" "22"
  104189. "deaths" "20"
  104190. "matches_played" "1"
  104191. }
  104192. "stage1"
  104193. {
  104194. "clutch_kills" "4"
  104195. "pistol_kills" "4"
  104196. "opening_kills" "4"
  104197. "sniper_kills" "12"
  104198. "KDR" "0.900000"
  104199. "enemy_kills" "18"
  104200. "deaths" "20"
  104201. "matches_played" "1"
  104202. }
  104203. "stage2"
  104204. {
  104205. "clutch_kills" "0"
  104206. "pistol_kills" "3"
  104207. "opening_kills" "1"
  104208. "sniper_kills" "4"
  104209. "KDR" "0.405405"
  104210. "enemy_kills" "15"
  104211. "deaths" "37"
  104212. "matches_played" "2"
  104213. }
  104214. }
  104215. "9"
  104216. {
  104217. "team" "59"
  104218. "clutch_kills" "6"
  104219. "pistol_kills" "11"
  104220. "opening_kills" "16"
  104221. "sniper_kills" "39"
  104222. "KDR" "0.869048"
  104223. "enemy_kills" "73"
  104224. "deaths" "84"
  104225. "matches_played" "5"
  104226. "stage0"
  104227. {
  104228. "clutch_kills" "0"
  104229. "pistol_kills" "3"
  104230. "opening_kills" "1"
  104231. "sniper_kills" "1"
  104232. "KDR" "0.235294"
  104233. "enemy_kills" "4"
  104234. "deaths" "17"
  104235. "matches_played" "1"
  104236. }
  104237. "stage1"
  104238. {
  104239. "clutch_kills" "1"
  104240. "pistol_kills" "4"
  104241. "opening_kills" "5"
  104242. "sniper_kills" "18"
  104243. "KDR" "2.666667"
  104244. "enemy_kills" "24"
  104245. "deaths" "9"
  104246. "matches_played" "1"
  104247. }
  104248. "stage2"
  104249. {
  104250. "clutch_kills" "5"
  104251. "pistol_kills" "4"
  104252. "opening_kills" "10"
  104253. "sniper_kills" "20"
  104254. "KDR" "0.775862"
  104255. "enemy_kills" "45"
  104256. "deaths" "58"
  104257. "matches_played" "3"
  104258. }
  104259. }
  104260. "10"
  104261. {
  104262. "team" "59"
  104263. "clutch_kills" "2"
  104264. "pistol_kills" "5"
  104265. "opening_kills" "4"
  104266. "sniper_kills" "28"
  104267. "KDR" "0.925000"
  104268. "enemy_kills" "37"
  104269. "deaths" "40"
  104270. "matches_played" "2"
  104271. "stage0"
  104272. {
  104273. "clutch_kills" "1"
  104274. "pistol_kills" "2"
  104275. "opening_kills" "1"
  104276. "sniper_kills" "12"
  104277. "KDR" "0.789474"
  104278. "enemy_kills" "15"
  104279. "deaths" "19"
  104280. "matches_played" "1"
  104281. }
  104282. "stage1"
  104283. {
  104284. "clutch_kills" "1"
  104285. "pistol_kills" "3"
  104286. "opening_kills" "3"
  104287. "sniper_kills" "16"
  104288. "KDR" "1.047619"
  104289. "enemy_kills" "22"
  104290. "deaths" "21"
  104291. "matches_played" "1"
  104292. }
  104293. }
  104294. "11"
  104295. {
  104296. "team" "59"
  104297. }
  104298. }
  104299. }
  104300. "53985773"
  104301. {
  104302. "name" "RpK"
  104303. "code" "rpk"
  104304. "dob" "1989-08-12"
  104305. "geo" "FR"
  104306. "events"
  104307. {
  104308. "7"
  104309. {
  104310. "team" "27"
  104311. "clutch_kills" "3"
  104312. "pistol_kills" "10"
  104313. "opening_kills" "3"
  104314. "sniper_kills" "0"
  104315. "KDR" "0.723000"
  104316. "enemy_kills" "34"
  104317. "deaths" "47"
  104318. "matches_played" "2"
  104319. }
  104320. "8"
  104321. {
  104322. "team" "27"
  104323. "clutch_kills" "8"
  104324. "pistol_kills" "20"
  104325. "opening_kills" "6"
  104326. "sniper_kills" "2"
  104327. "KDR" "1"
  104328. "enemy_kills" "74"
  104329. "deaths" "74"
  104330. "matches_played" "4"
  104331. "stage0"
  104332. {
  104333. "clutch_kills" "3"
  104334. "pistol_kills" "5"
  104335. "opening_kills" "1"
  104336. "sniper_kills" "0"
  104337. "KDR" "1.047619"
  104338. "enemy_kills" "22"
  104339. "deaths" "21"
  104340. "matches_played" "1"
  104341. }
  104342. "stage1"
  104343. {
  104344. "clutch_kills" "3"
  104345. "pistol_kills" "3"
  104346. "opening_kills" "2"
  104347. "sniper_kills" "0"
  104348. "KDR" "0.736842"
  104349. "enemy_kills" "14"
  104350. "deaths" "19"
  104351. "matches_played" "1"
  104352. }
  104353. "stage2"
  104354. {
  104355. "clutch_kills" "2"
  104356. "pistol_kills" "12"
  104357. "opening_kills" "3"
  104358. "sniper_kills" "2"
  104359. "KDR" "1.117647"
  104360. "enemy_kills" "38"
  104361. "deaths" "34"
  104362. "matches_played" "2"
  104363. }
  104364. }
  104365. "9"
  104366. {
  104367. "team" "59"
  104368. "clutch_kills" "3"
  104369. "pistol_kills" "17"
  104370. "opening_kills" "8"
  104371. "sniper_kills" "1"
  104372. "KDR" "0.960526"
  104373. "enemy_kills" "73"
  104374. "deaths" "76"
  104375. "matches_played" "5"
  104376. "stage0"
  104377. {
  104378. "clutch_kills" "1"
  104379. "pistol_kills" "4"
  104380. "opening_kills" "2"
  104381. "sniper_kills" "0"
  104382. "KDR" "1.071429"
  104383. "enemy_kills" "15"
  104384. "deaths" "14"
  104385. "matches_played" "1"
  104386. }
  104387. "stage1"
  104388. {
  104389. "clutch_kills" "0"
  104390. "pistol_kills" "1"
  104391. "opening_kills" "1"
  104392. "sniper_kills" "0"
  104393. "KDR" "1.833333"
  104394. "enemy_kills" "11"
  104395. "deaths" "6"
  104396. "matches_played" "1"
  104397. }
  104398. "stage2"
  104399. {
  104400. "clutch_kills" "2"
  104401. "pistol_kills" "12"
  104402. "opening_kills" "5"
  104403. "sniper_kills" "1"
  104404. "KDR" "0.839286"
  104405. "enemy_kills" "47"
  104406. "deaths" "56"
  104407. "matches_played" "3"
  104408. }
  104409. }
  104410. "10"
  104411. {
  104412. "team" "59"
  104413. "clutch_kills" "7"
  104414. "pistol_kills" "11"
  104415. "opening_kills" "6"
  104416. "sniper_kills" "0"
  104417. "KDR" "1.131579"
  104418. "enemy_kills" "43"
  104419. "deaths" "38"
  104420. "matches_played" "2"
  104421. "stage0"
  104422. {
  104423. "clutch_kills" "4"
  104424. "pistol_kills" "4"
  104425. "opening_kills" "1"
  104426. "sniper_kills" "0"
  104427. "KDR" "1.235294"
  104428. "enemy_kills" "21"
  104429. "deaths" "17"
  104430. "matches_played" "1"
  104431. }
  104432. "stage1"
  104433. {
  104434. "clutch_kills" "3"
  104435. "pistol_kills" "7"
  104436. "opening_kills" "5"
  104437. "sniper_kills" "0"
  104438. "KDR" "1.047619"
  104439. "enemy_kills" "22"
  104440. "deaths" "21"
  104441. "matches_played" "1"
  104442. }
  104443. }
  104444. "11"
  104445. {
  104446. "team" "59"
  104447. }
  104448. "13"
  104449. {
  104450. "team" "46"
  104451. }
  104452. }
  104453. }
  104454. "30305781"
  104455. {
  104456. "name" "hazed"
  104457. "code" "hazed"
  104458. "dob" "1989-05-22"
  104459. "geo" "US"
  104460. "events"
  104461. {
  104462. "7"
  104463. {
  104464. "team" "49"
  104465. "clutch_kills" "1"
  104466. "pistol_kills" "5"
  104467. "opening_kills" "13"
  104468. "sniper_kills" "0"
  104469. "KDR" "0.797000"
  104470. "enemy_kills" "51"
  104471. "deaths" "64"
  104472. "matches_played" "3"
  104473. }
  104474. "8"
  104475. {
  104476. "team" "49"
  104477. "clutch_kills" "3"
  104478. "pistol_kills" "13"
  104479. "opening_kills" "17"
  104480. "sniper_kills" "0"
  104481. "KDR" "0.644860"
  104482. "enemy_kills" "69"
  104483. "deaths" "107"
  104484. "matches_played" "5"
  104485. "stage0"
  104486. {
  104487. "clutch_kills" "0"
  104488. "pistol_kills" "3"
  104489. "opening_kills" "3"
  104490. "sniper_kills" "0"
  104491. "KDR" "0.458333"
  104492. "enemy_kills" "11"
  104493. "deaths" "24"
  104494. "matches_played" "1"
  104495. }
  104496. "stage1"
  104497. {
  104498. "clutch_kills" "1"
  104499. "pistol_kills" "3"
  104500. "opening_kills" "7"
  104501. "sniper_kills" "0"
  104502. "KDR" "0.521739"
  104503. "enemy_kills" "12"
  104504. "deaths" "23"
  104505. "matches_played" "1"
  104506. }
  104507. "stage2"
  104508. {
  104509. "clutch_kills" "2"
  104510. "pistol_kills" "7"
  104511. "opening_kills" "7"
  104512. "sniper_kills" "0"
  104513. "KDR" "0.766667"
  104514. "enemy_kills" "46"
  104515. "deaths" "60"
  104516. "matches_played" "3"
  104517. }
  104518. }
  104519. "9"
  104520. {
  104521. "team" "49"
  104522. "clutch_kills" "7"
  104523. "pistol_kills" "38"
  104524. "opening_kills" "18"
  104525. "sniper_kills" "1"
  104526. "KDR" "1.007874"
  104527. "enemy_kills" "128"
  104528. "deaths" "127"
  104529. "matches_played" "7"
  104530. "stage0"
  104531. {
  104532. "clutch_kills" "1"
  104533. "pistol_kills" "5"
  104534. "opening_kills" "6"
  104535. "sniper_kills" "0"
  104536. "KDR" "1.214286"
  104537. "enemy_kills" "17"
  104538. "deaths" "14"
  104539. "matches_played" "1"
  104540. }
  104541. "stage1"
  104542. {
  104543. "clutch_kills" "1"
  104544. "pistol_kills" "10"
  104545. "opening_kills" "2"
  104546. "sniper_kills" "0"
  104547. "KDR" "1.111111"
  104548. "enemy_kills" "20"
  104549. "deaths" "18"
  104550. "matches_played" "1"
  104551. }
  104552. "stage2"
  104553. {
  104554. "clutch_kills" "5"
  104555. "pistol_kills" "19"
  104556. "opening_kills" "7"
  104557. "sniper_kills" "0"
  104558. "KDR" "1.160714"
  104559. "enemy_kills" "65"
  104560. "deaths" "56"
  104561. "matches_played" "3"
  104562. }
  104563. "stage3"
  104564. {
  104565. "clutch_kills" "0"
  104566. "pistol_kills" "4"
  104567. "opening_kills" "3"
  104568. "sniper_kills" "1"
  104569. "KDR" "0.666667"
  104570. "enemy_kills" "26"
  104571. "deaths" "39"
  104572. "matches_played" "2"
  104573. }
  104574. }
  104575. "10"
  104576. {
  104577. "team" "49"
  104578. "clutch_kills" "0"
  104579. "pistol_kills" "5"
  104580. "opening_kills" "3"
  104581. "sniper_kills" "9"
  104582. "KDR" "0.970588"
  104583. "enemy_kills" "33"
  104584. "deaths" "34"
  104585. "matches_played" "2"
  104586. "stage0"
  104587. {
  104588. "clutch_kills" "0"
  104589. "pistol_kills" "4"
  104590. "opening_kills" "3"
  104591. "sniper_kills" "9"
  104592. "KDR" "1.578947"
  104593. "enemy_kills" "30"
  104594. "deaths" "19"
  104595. "matches_played" "1"
  104596. }
  104597. "stage1"
  104598. {
  104599. "clutch_kills" "0"
  104600. "pistol_kills" "1"
  104601. "opening_kills" "0"
  104602. "sniper_kills" "0"
  104603. "KDR" "0.200000"
  104604. "enemy_kills" "3"
  104605. "deaths" "15"
  104606. "matches_played" "1"
  104607. }
  104608. }
  104609. }
  104610. }
  104611. "17564706"
  104612. {
  104613. "name" "FNS"
  104614. "code" "fns"
  104615. "dob" "1992-03-19"
  104616. "geo" "CA"
  104617. "events"
  104618. {
  104619. "7"
  104620. {
  104621. "team" "49"
  104622. "clutch_kills" "4"
  104623. "pistol_kills" "16"
  104624. "opening_kills" "6"
  104625. "sniper_kills" "0"
  104626. "KDR" "0.844000"
  104627. "enemy_kills" "54"
  104628. "deaths" "64"
  104629. "matches_played" "3"
  104630. }
  104631. "8"
  104632. {
  104633. "team" "49"
  104634. "clutch_kills" "9"
  104635. "pistol_kills" "24"
  104636. "opening_kills" "10"
  104637. "sniper_kills" "0"
  104638. "KDR" "0.936842"
  104639. "enemy_kills" "89"
  104640. "deaths" "95"
  104641. "matches_played" "5"
  104642. "stage0"
  104643. {
  104644. "clutch_kills" "2"
  104645. "pistol_kills" "6"
  104646. "opening_kills" "3"
  104647. "sniper_kills" "0"
  104648. "KDR" "0.900000"
  104649. "enemy_kills" "18"
  104650. "deaths" "20"
  104651. "matches_played" "1"
  104652. }
  104653. "stage1"
  104654. {
  104655. "clutch_kills" "1"
  104656. "pistol_kills" "4"
  104657. "opening_kills" "3"
  104658. "sniper_kills" "0"
  104659. "KDR" "1.526316"
  104660. "enemy_kills" "29"
  104661. "deaths" "19"
  104662. "matches_played" "1"
  104663. }
  104664. "stage2"
  104665. {
  104666. "clutch_kills" "6"
  104667. "pistol_kills" "14"
  104668. "opening_kills" "4"
  104669. "sniper_kills" "0"
  104670. "KDR" "0.750000"
  104671. "enemy_kills" "42"
  104672. "deaths" "56"
  104673. "matches_played" "3"
  104674. }
  104675. }
  104676. }
  104677. }
  104678. "7223652"
  104679. {
  104680. "name" "jdm64"
  104681. "code" "jdm64"
  104682. "dob" "1990-05-20"
  104683. "geo" "US"
  104684. "events"
  104685. {
  104686. "7"
  104687. {
  104688. "team" "49"
  104689. "clutch_kills" "12"
  104690. "pistol_kills" "12"
  104691. "opening_kills" "9"
  104692. "sniper_kills" "48"
  104693. "KDR" "1.140000"
  104694. "enemy_kills" "65"
  104695. "deaths" "57"
  104696. "matches_played" "3"
  104697. }
  104698. "8"
  104699. {
  104700. "team" "49"
  104701. "clutch_kills" "16"
  104702. "pistol_kills" "13"
  104703. "opening_kills" "13"
  104704. "sniper_kills" "58"
  104705. "KDR" "1.084337"
  104706. "enemy_kills" "90"
  104707. "deaths" "83"
  104708. "matches_played" "5"
  104709. "stage0"
  104710. {
  104711. "clutch_kills" "5"
  104712. "pistol_kills" "2"
  104713. "opening_kills" "2"
  104714. "sniper_kills" "17"
  104715. "KDR" "1.466667"
  104716. "enemy_kills" "22"
  104717. "deaths" "15"
  104718. "matches_played" "1"
  104719. }
  104720. "stage1"
  104721. {
  104722. "clutch_kills" "3"
  104723. "pistol_kills" "1"
  104724. "opening_kills" "4"
  104725. "sniper_kills" "12"
  104726. "KDR" "1.111111"
  104727. "enemy_kills" "20"
  104728. "deaths" "18"
  104729. "matches_played" "1"
  104730. }
  104731. "stage2"
  104732. {
  104733. "clutch_kills" "8"
  104734. "pistol_kills" "10"
  104735. "opening_kills" "7"
  104736. "sniper_kills" "29"
  104737. "KDR" "0.960000"
  104738. "enemy_kills" "48"
  104739. "deaths" "50"
  104740. "matches_played" "3"
  104741. }
  104742. }
  104743. "9"
  104744. {
  104745. "team" "49"
  104746. "clutch_kills" "10"
  104747. "pistol_kills" "19"
  104748. "opening_kills" "28"
  104749. "sniper_kills" "97"
  104750. "KDR" "1.159664"
  104751. "enemy_kills" "138"
  104752. "deaths" "119"
  104753. "matches_played" "7"
  104754. "stage0"
  104755. {
  104756. "clutch_kills" "1"
  104757. "pistol_kills" "3"
  104758. "opening_kills" "2"
  104759. "sniper_kills" "13"
  104760. "KDR" "1.384615"
  104761. "enemy_kills" "18"
  104762. "deaths" "13"
  104763. "matches_played" "1"
  104764. }
  104765. "stage1"
  104766. {
  104767. "clutch_kills" "0"
  104768. "pistol_kills" "3"
  104769. "opening_kills" "3"
  104770. "sniper_kills" "4"
  104771. "KDR" "0.705882"
  104772. "enemy_kills" "12"
  104773. "deaths" "17"
  104774. "matches_played" "1"
  104775. }
  104776. "stage2"
  104777. {
  104778. "clutch_kills" "8"
  104779. "pistol_kills" "8"
  104780. "opening_kills" "18"
  104781. "sniper_kills" "58"
  104782. "KDR" "1.461538"
  104783. "enemy_kills" "76"
  104784. "deaths" "52"
  104785. "matches_played" "3"
  104786. }
  104787. "stage3"
  104788. {
  104789. "clutch_kills" "1"
  104790. "pistol_kills" "5"
  104791. "opening_kills" "5"
  104792. "sniper_kills" "22"
  104793. "KDR" "0.864865"
  104794. "enemy_kills" "32"
  104795. "deaths" "37"
  104796. "matches_played" "2"
  104797. }
  104798. }
  104799. "10"
  104800. {
  104801. "team" "48"
  104802. "clutch_kills" "17"
  104803. "pistol_kills" "28"
  104804. "opening_kills" "25"
  104805. "sniper_kills" "122"
  104806. "KDR" "1"
  104807. "enemy_kills" "176"
  104808. "deaths" "176"
  104809. "matches_played" "11"
  104810. "stage0"
  104811. {
  104812. "clutch_kills" "3"
  104813. "pistol_kills" "5"
  104814. "opening_kills" "2"
  104815. "sniper_kills" "13"
  104816. "KDR" "1.666667"
  104817. "enemy_kills" "20"
  104818. "deaths" "12"
  104819. "matches_played" "1"
  104820. }
  104821. "stage1"
  104822. {
  104823. "clutch_kills" "4"
  104824. "pistol_kills" "4"
  104825. "opening_kills" "5"
  104826. "sniper_kills" "14"
  104827. "KDR" "0.947368"
  104828. "enemy_kills" "18"
  104829. "deaths" "19"
  104830. "matches_played" "1"
  104831. }
  104832. "stage2"
  104833. {
  104834. "clutch_kills" "1"
  104835. "pistol_kills" "4"
  104836. "opening_kills" "3"
  104837. "sniper_kills" "17"
  104838. "KDR" "1.076923"
  104839. "enemy_kills" "28"
  104840. "deaths" "26"
  104841. "matches_played" "2"
  104842. }
  104843. "stage3"
  104844. {
  104845. "clutch_kills" "6"
  104846. "pistol_kills" "8"
  104847. "opening_kills" "8"
  104848. "sniper_kills" "28"
  104849. "KDR" "0.979167"
  104850. "enemy_kills" "47"
  104851. "deaths" "48"
  104852. "matches_played" "3"
  104853. }
  104854. "stage4"
  104855. {
  104856. "clutch_kills" "2"
  104857. "pistol_kills" "5"
  104858. "opening_kills" "4"
  104859. "sniper_kills" "29"
  104860. "KDR" "0.944444"
  104861. "enemy_kills" "34"
  104862. "deaths" "36"
  104863. "matches_played" "2"
  104864. }
  104865. "stage5"
  104866. {
  104867. "clutch_kills" "1"
  104868. "pistol_kills" "2"
  104869. "opening_kills" "3"
  104870. "sniper_kills" "21"
  104871. "KDR" "0.828571"
  104872. "enemy_kills" "29"
  104873. "deaths" "35"
  104874. "matches_played" "2"
  104875. }
  104876. }
  104877. "11"
  104878. {
  104879. "team" "48"
  104880. }
  104881. "13"
  104882. {
  104883. "team" "48"
  104884. }
  104885. }
  104886. }
  104887. "518760"
  104888. {
  104889. "name" "reltuC"
  104890. "code" "reltuc"
  104891. "dob" "1988-11-27"
  104892. "geo" "US"
  104893. "events"
  104894. {
  104895. "7"
  104896. {
  104897. "team" "49"
  104898. "clutch_kills" "4"
  104899. "pistol_kills" "14"
  104900. "opening_kills" "11"
  104901. "sniper_kills" "0"
  104902. "KDR" "0.735000"
  104903. "enemy_kills" "50"
  104904. "deaths" "68"
  104905. "matches_played" "3"
  104906. }
  104907. "8"
  104908. {
  104909. "team" "49"
  104910. "clutch_kills" "6"
  104911. "pistol_kills" "15"
  104912. "opening_kills" "11"
  104913. "sniper_kills" "0"
  104914. "KDR" "0.818182"
  104915. "enemy_kills" "81"
  104916. "deaths" "99"
  104917. "matches_played" "5"
  104918. "stage0"
  104919. {
  104920. "clutch_kills" "2"
  104921. "pistol_kills" "4"
  104922. "opening_kills" "3"
  104923. "sniper_kills" "0"
  104924. "KDR" "0.772727"
  104925. "enemy_kills" "17"
  104926. "deaths" "22"
  104927. "matches_played" "1"
  104928. }
  104929. "stage1"
  104930. {
  104931. "clutch_kills" "0"
  104932. "pistol_kills" "4"
  104933. "opening_kills" "0"
  104934. "sniper_kills" "0"
  104935. "KDR" "1.050000"
  104936. "enemy_kills" "21"
  104937. "deaths" "20"
  104938. "matches_played" "1"
  104939. }
  104940. "stage2"
  104941. {
  104942. "clutch_kills" "4"
  104943. "pistol_kills" "7"
  104944. "opening_kills" "8"
  104945. "sniper_kills" "0"
  104946. "KDR" "0.754386"
  104947. "enemy_kills" "43"
  104948. "deaths" "57"
  104949. "matches_played" "3"
  104950. }
  104951. }
  104952. "9"
  104953. {
  104954. "team" "49"
  104955. "clutch_kills" "15"
  104956. "pistol_kills" "16"
  104957. "opening_kills" "11"
  104958. "sniper_kills" "0"
  104959. "KDR" "0.907563"
  104960. "enemy_kills" "108"
  104961. "deaths" "119"
  104962. "matches_played" "7"
  104963. "stage0"
  104964. {
  104965. "clutch_kills" "0"
  104966. "pistol_kills" "1"
  104967. "opening_kills" "4"
  104968. "sniper_kills" "0"
  104969. "KDR" "2"
  104970. "enemy_kills" "28"
  104971. "deaths" "14"
  104972. "matches_played" "1"
  104973. }
  104974. "stage1"
  104975. {
  104976. "clutch_kills" "0"
  104977. "pistol_kills" "4"
  104978. "opening_kills" "2"
  104979. "sniper_kills" "0"
  104980. "KDR" "0.666667"
  104981. "enemy_kills" "10"
  104982. "deaths" "15"
  104983. "matches_played" "1"
  104984. }
  104985. "stage2"
  104986. {
  104987. "clutch_kills" "10"
  104988. "pistol_kills" "6"
  104989. "opening_kills" "2"
  104990. "sniper_kills" "0"
  104991. "KDR" "0.833333"
  104992. "enemy_kills" "45"
  104993. "deaths" "54"
  104994. "matches_played" "3"
  104995. }
  104996. "stage3"
  104997. {
  104998. "clutch_kills" "5"
  104999. "pistol_kills" "5"
  105000. "opening_kills" "3"
  105001. "sniper_kills" "0"
  105002. "KDR" "0.694444"
  105003. "enemy_kills" "25"
  105004. "deaths" "36"
  105005. "matches_played" "2"
  105006. }
  105007. }
  105008. "10"
  105009. {
  105010. "team" "49"
  105011. "clutch_kills" "1"
  105012. "pistol_kills" "4"
  105013. "opening_kills" "4"
  105014. "sniper_kills" "0"
  105015. "KDR" "0.611111"
  105016. "enemy_kills" "22"
  105017. "deaths" "36"
  105018. "matches_played" "2"
  105019. "stage0"
  105020. {
  105021. "clutch_kills" "0"
  105022. "pistol_kills" "3"
  105023. "opening_kills" "2"
  105024. "sniper_kills" "0"
  105025. "KDR" "0.631579"
  105026. "enemy_kills" "12"
  105027. "deaths" "19"
  105028. "matches_played" "1"
  105029. }
  105030. "stage1"
  105031. {
  105032. "clutch_kills" "1"
  105033. "pistol_kills" "1"
  105034. "opening_kills" "2"
  105035. "sniper_kills" "0"
  105036. "KDR" "0.588235"
  105037. "enemy_kills" "10"
  105038. "deaths" "17"
  105039. "matches_played" "1"
  105040. }
  105041. }
  105042. }
  105043. }
  105044. "18216247"
  105045. {
  105046. "name" "tarik"
  105047. "code" "tarik"
  105048. "dob" "1996-02-18"
  105049. "geo" "US"
  105050. "events"
  105051. {
  105052. "7"
  105053. {
  105054. "team" "49"
  105055. "clutch_kills" "4"
  105056. "pistol_kills" "12"
  105057. "opening_kills" "6"
  105058. "sniper_kills" "0"
  105059. "KDR" "1.106000"
  105060. "enemy_kills" "73"
  105061. "deaths" "66"
  105062. "matches_played" "3"
  105063. }
  105064. "8"
  105065. {
  105066. "team" "49"
  105067. "clutch_kills" "8"
  105068. "pistol_kills" "23"
  105069. "opening_kills" "13"
  105070. "sniper_kills" "2"
  105071. "KDR" "0.990000"
  105072. "enemy_kills" "99"
  105073. "deaths" "100"
  105074. "matches_played" "5"
  105075. "stage0"
  105076. {
  105077. "clutch_kills" "2"
  105078. "pistol_kills" "5"
  105079. "opening_kills" "2"
  105080. "sniper_kills" "0"
  105081. "KDR" "0.909091"
  105082. "enemy_kills" "20"
  105083. "deaths" "22"
  105084. "matches_played" "1"
  105085. }
  105086. "stage1"
  105087. {
  105088. "clutch_kills" "2"
  105089. "pistol_kills" "6"
  105090. "opening_kills" "4"
  105091. "sniper_kills" "0"
  105092. "KDR" "0.875000"
  105093. "enemy_kills" "21"
  105094. "deaths" "24"
  105095. "matches_played" "1"
  105096. }
  105097. "stage2"
  105098. {
  105099. "clutch_kills" "4"
  105100. "pistol_kills" "12"
  105101. "opening_kills" "7"
  105102. "sniper_kills" "2"
  105103. "KDR" "1.074074"
  105104. "enemy_kills" "58"
  105105. "deaths" "54"
  105106. "matches_played" "3"
  105107. }
  105108. }
  105109. "9"
  105110. {
  105111. "team" "49"
  105112. "clutch_kills" "10"
  105113. "pistol_kills" "32"
  105114. "opening_kills" "24"
  105115. "sniper_kills" "18"
  105116. "KDR" "1.111842"
  105117. "enemy_kills" "169"
  105118. "deaths" "152"
  105119. "matches_played" "8"
  105120. "stage0"
  105121. {
  105122. "clutch_kills" "2"
  105123. "pistol_kills" "5"
  105124. "opening_kills" "2"
  105125. "sniper_kills" "0"
  105126. "KDR" "1.538462"
  105127. "enemy_kills" "20"
  105128. "deaths" "13"
  105129. "matches_played" "1"
  105130. }
  105131. "stage1"
  105132. {
  105133. "clutch_kills" "2"
  105134. "pistol_kills" "0"
  105135. "opening_kills" "0"
  105136. "sniper_kills" "0"
  105137. "KDR" "0.578947"
  105138. "enemy_kills" "11"
  105139. "deaths" "19"
  105140. "matches_played" "1"
  105141. }
  105142. "stage2"
  105143. {
  105144. "clutch_kills" "1"
  105145. "pistol_kills" "14"
  105146. "opening_kills" "12"
  105147. "sniper_kills" "6"
  105148. "KDR" "1.185185"
  105149. "enemy_kills" "64"
  105150. "deaths" "54"
  105151. "matches_played" "3"
  105152. }
  105153. "stage3"
  105154. {
  105155. "clutch_kills" "5"
  105156. "pistol_kills" "8"
  105157. "opening_kills" "4"
  105158. "sniper_kills" "11"
  105159. "KDR" "1.189189"
  105160. "enemy_kills" "44"
  105161. "deaths" "37"
  105162. "matches_played" "2"
  105163. }
  105164. "stage5"
  105165. {
  105166. "clutch_kills" "0"
  105167. "pistol_kills" "5"
  105168. "opening_kills" "6"
  105169. "sniper_kills" "1"
  105170. "KDR" "1.034483"
  105171. "enemy_kills" "30"
  105172. "deaths" "29"
  105173. "matches_played" "1"
  105174. }
  105175. }
  105176. "10"
  105177. {
  105178. "team" "49"
  105179. "clutch_kills" "2"
  105180. "pistol_kills" "4"
  105181. "opening_kills" "1"
  105182. "sniper_kills" "0"
  105183. "KDR" "0.567568"
  105184. "enemy_kills" "21"
  105185. "deaths" "37"
  105186. "matches_played" "2"
  105187. "stage0"
  105188. {
  105189. "clutch_kills" "0"
  105190. "pistol_kills" "3"
  105191. "opening_kills" "1"
  105192. "sniper_kills" "0"
  105193. "KDR" "0.695652"
  105194. "enemy_kills" "16"
  105195. "deaths" "23"
  105196. "matches_played" "1"
  105197. }
  105198. "stage1"
  105199. {
  105200. "clutch_kills" "2"
  105201. "pistol_kills" "1"
  105202. "opening_kills" "0"
  105203. "sniper_kills" "0"
  105204. "KDR" "0.357143"
  105205. "enemy_kills" "5"
  105206. "deaths" "14"
  105207. "matches_played" "1"
  105208. }
  105209. }
  105210. "11"
  105211. {
  105212. "team" "66"
  105213. }
  105214. "13"
  105215. {
  105216. "team" "33"
  105217. }
  105218. }
  105219. }
  105220. "755286"
  105221. {
  105222. "name" "n0thing"
  105223. "code" "nothing"
  105224. "dob" "1990-10-25"
  105225. "geo" "US"
  105226. "events"
  105227. {
  105228. "7"
  105229. {
  105230. "team" "52"
  105231. "clutch_kills" "1"
  105232. "pistol_kills" "4"
  105233. "opening_kills" "2"
  105234. "sniper_kills" "0"
  105235. "KDR" "0.719000"
  105236. "enemy_kills" "41"
  105237. "deaths" "57"
  105238. "matches_played" "3"
  105239. }
  105240. "8"
  105241. {
  105242. "team" "33"
  105243. "clutch_kills" "5"
  105244. "pistol_kills" "12"
  105245. "opening_kills" "11"
  105246. "sniper_kills" "1"
  105247. "KDR" "0.846154"
  105248. "enemy_kills" "66"
  105249. "deaths" "78"
  105250. "matches_played" "4"
  105251. "stage0"
  105252. {
  105253. "clutch_kills" "1"
  105254. "pistol_kills" "2"
  105255. "opening_kills" "3"
  105256. "sniper_kills" "0"
  105257. "KDR" "0.941176"
  105258. "enemy_kills" "16"
  105259. "deaths" "17"
  105260. "matches_played" "1"
  105261. }
  105262. "stage1"
  105263. {
  105264. "clutch_kills" "1"
  105265. "pistol_kills" "1"
  105266. "opening_kills" "3"
  105267. "sniper_kills" "0"
  105268. "KDR" "0.714286"
  105269. "enemy_kills" "15"
  105270. "deaths" "21"
  105271. "matches_played" "1"
  105272. }
  105273. "stage2"
  105274. {
  105275. "clutch_kills" "3"
  105276. "pistol_kills" "9"
  105277. "opening_kills" "5"
  105278. "sniper_kills" "1"
  105279. "KDR" "0.875000"
  105280. "enemy_kills" "35"
  105281. "deaths" "40"
  105282. "matches_played" "2"
  105283. }
  105284. }
  105285. "9"
  105286. {
  105287. "team" "33"
  105288. "clutch_kills" "3"
  105289. "pistol_kills" "5"
  105290. "opening_kills" "2"
  105291. "sniper_kills" "0"
  105292. "KDR" "0.648649"
  105293. "enemy_kills" "24"
  105294. "deaths" "37"
  105295. "matches_played" "2"
  105296. "stage0"
  105297. {
  105298. "clutch_kills" "0"
  105299. "pistol_kills" "2"
  105300. "opening_kills" "1"
  105301. "sniper_kills" "0"
  105302. "KDR" "0.736842"
  105303. "enemy_kills" "14"
  105304. "deaths" "19"
  105305. "matches_played" "1"
  105306. }
  105307. "stage1"
  105308. {
  105309. "clutch_kills" "3"
  105310. "pistol_kills" "3"
  105311. "opening_kills" "1"
  105312. "sniper_kills" "0"
  105313. "KDR" "0.555556"
  105314. "enemy_kills" "10"
  105315. "deaths" "18"
  105316. "matches_played" "1"
  105317. }
  105318. }
  105319. "12"
  105320. {
  105321. "team" "33"
  105322. }
  105323. }
  105324. }
  105325. "164004"
  105326. {
  105327. "name" "seang@res"
  105328. "code" "sgares"
  105329. "dob" "1988-06-10"
  105330. "geo" "US"
  105331. "events"
  105332. {
  105333. "7"
  105334. {
  105335. "team" "52"
  105336. "clutch_kills" "4"
  105337. "pistol_kills" "5"
  105338. "opening_kills" "4"
  105339. "sniper_kills" "0"
  105340. "KDR" "0.689000"
  105341. "enemy_kills" "42"
  105342. "deaths" "61"
  105343. "matches_played" "3"
  105344. }
  105345. "8"
  105346. {
  105347. "team" "33"
  105348. "clutch_kills" "2"
  105349. "pistol_kills" "17"
  105350. "opening_kills" "7"
  105351. "sniper_kills" "7"
  105352. "KDR" "0.902439"
  105353. "enemy_kills" "74"
  105354. "deaths" "82"
  105355. "matches_played" "4"
  105356. "stage0"
  105357. {
  105358. "clutch_kills" "0"
  105359. "pistol_kills" "5"
  105360. "opening_kills" "1"
  105361. "sniper_kills" "3"
  105362. "KDR" "1.111111"
  105363. "enemy_kills" "20"
  105364. "deaths" "18"
  105365. "matches_played" "1"
  105366. }
  105367. "stage1"
  105368. {
  105369. "clutch_kills" "0"
  105370. "pistol_kills" "2"
  105371. "opening_kills" "5"
  105372. "sniper_kills" "0"
  105373. "KDR" "0.869565"
  105374. "enemy_kills" "20"
  105375. "deaths" "23"
  105376. "matches_played" "1"
  105377. }
  105378. "stage2"
  105379. {
  105380. "clutch_kills" "2"
  105381. "pistol_kills" "10"
  105382. "opening_kills" "1"
  105383. "sniper_kills" "4"
  105384. "KDR" "0.829268"
  105385. "enemy_kills" "34"
  105386. "deaths" "41"
  105387. "matches_played" "2"
  105388. }
  105389. }
  105390. "13"
  105391. {
  105392. "team" "77"
  105393. }
  105394. }
  105395. }
  105396. "4515926"
  105397. {
  105398. "name" "shroud"
  105399. "code" "shroud"
  105400. "dob" "1994-06-02"
  105401. "geo" "CA"
  105402. "events"
  105403. {
  105404. "7"
  105405. {
  105406. "team" "52"
  105407. "clutch_kills" "3"
  105408. "pistol_kills" "10"
  105409. "opening_kills" "10"
  105410. "sniper_kills" "1"
  105411. "KDR" "0.909000"
  105412. "enemy_kills" "50"
  105413. "deaths" "55"
  105414. "matches_played" "3"
  105415. }
  105416. "8"
  105417. {
  105418. "team" "33"
  105419. "clutch_kills" "6"
  105420. "pistol_kills" "14"
  105421. "opening_kills" "10"
  105422. "sniper_kills" "1"
  105423. "KDR" "0.864865"
  105424. "enemy_kills" "64"
  105425. "deaths" "74"
  105426. "matches_played" "4"
  105427. "stage0"
  105428. {
  105429. "clutch_kills" "1"
  105430. "pistol_kills" "2"
  105431. "opening_kills" "2"
  105432. "sniper_kills" "1"
  105433. "KDR" "0.789474"
  105434. "enemy_kills" "15"
  105435. "deaths" "19"
  105436. "matches_played" "1"
  105437. }
  105438. "stage1"
  105439. {
  105440. "clutch_kills" "3"
  105441. "pistol_kills" "7"
  105442. "opening_kills" "3"
  105443. "sniper_kills" "0"
  105444. "KDR" "1.250000"
  105445. "enemy_kills" "25"
  105446. "deaths" "20"
  105447. "matches_played" "1"
  105448. }
  105449. "stage2"
  105450. {
  105451. "clutch_kills" "2"
  105452. "pistol_kills" "5"
  105453. "opening_kills" "5"
  105454. "sniper_kills" "0"
  105455. "KDR" "0.685714"
  105456. "enemy_kills" "24"
  105457. "deaths" "35"
  105458. "matches_played" "2"
  105459. }
  105460. }
  105461. "9"
  105462. {
  105463. "team" "33"
  105464. "clutch_kills" "4"
  105465. "pistol_kills" "12"
  105466. "opening_kills" "4"
  105467. "sniper_kills" "0"
  105468. "KDR" "0.865672"
  105469. "enemy_kills" "58"
  105470. "deaths" "67"
  105471. "matches_played" "3"
  105472. "stage0"
  105473. {
  105474. "clutch_kills" "0"
  105475. "pistol_kills" "5"
  105476. "opening_kills" "2"
  105477. "sniper_kills" "0"
  105478. "KDR" "0.800000"
  105479. "enemy_kills" "16"
  105480. "deaths" "20"
  105481. "matches_played" "1"
  105482. }
  105483. "stage1"
  105484. {
  105485. "clutch_kills" "2"
  105486. "pistol_kills" "4"
  105487. "opening_kills" "0"
  105488. "sniper_kills" "0"
  105489. "KDR" "0.529412"
  105490. "enemy_kills" "9"
  105491. "deaths" "17"
  105492. "matches_played" "1"
  105493. }
  105494. "stage5"
  105495. {
  105496. "clutch_kills" "2"
  105497. "pistol_kills" "3"
  105498. "opening_kills" "2"
  105499. "sniper_kills" "0"
  105500. "KDR" "1.100000"
  105501. "enemy_kills" "33"
  105502. "deaths" "30"
  105503. "matches_played" "1"
  105504. }
  105505. }
  105506. "12"
  105507. {
  105508. "team" "33"
  105509. }
  105510. }
  105511. }
  105512. "16883071"
  105513. {
  105514. "name" "freakazoid"
  105515. "code" "freakazoid"
  105516. "dob" "1992-11-25"
  105517. "geo" "US"
  105518. "events"
  105519. {
  105520. "7"
  105521. {
  105522. "team" "52"
  105523. "clutch_kills" "3"
  105524. "pistol_kills" "10"
  105525. "opening_kills" "9"
  105526. "sniper_kills" "0"
  105527. "KDR" "0.845000"
  105528. "enemy_kills" "49"
  105529. "deaths" "58"
  105530. "matches_played" "3"
  105531. }
  105532. "8"
  105533. {
  105534. "team" "33"
  105535. "clutch_kills" "2"
  105536. "pistol_kills" "9"
  105537. "opening_kills" "10"
  105538. "sniper_kills" "0"
  105539. "KDR" "0.955224"
  105540. "enemy_kills" "64"
  105541. "deaths" "67"
  105542. "matches_played" "4"
  105543. "stage0"
  105544. {
  105545. "clutch_kills" "0"
  105546. "pistol_kills" "0"
  105547. "opening_kills" "3"
  105548. "sniper_kills" "0"
  105549. "KDR" "0.611111"
  105550. "enemy_kills" "11"
  105551. "deaths" "18"
  105552. "matches_played" "1"
  105553. }
  105554. "stage1"
  105555. {
  105556. "clutch_kills" "2"
  105557. "pistol_kills" "4"
  105558. "opening_kills" "3"
  105559. "sniper_kills" "0"
  105560. "KDR" "1.600000"
  105561. "enemy_kills" "24"
  105562. "deaths" "15"
  105563. "matches_played" "1"
  105564. }
  105565. "stage2"
  105566. {
  105567. "clutch_kills" "0"
  105568. "pistol_kills" "5"
  105569. "opening_kills" "4"
  105570. "sniper_kills" "0"
  105571. "KDR" "0.852941"
  105572. "enemy_kills" "29"
  105573. "deaths" "34"
  105574. "matches_played" "2"
  105575. }
  105576. }
  105577. "9"
  105578. {
  105579. "team" "33"
  105580. "clutch_kills" "0"
  105581. "pistol_kills" "5"
  105582. "opening_kills" "4"
  105583. "sniper_kills" "0"
  105584. "KDR" "0.500000"
  105585. "enemy_kills" "18"
  105586. "deaths" "36"
  105587. "matches_played" "2"
  105588. "stage0"
  105589. {
  105590. "clutch_kills" "0"
  105591. "pistol_kills" "4"
  105592. "opening_kills" "3"
  105593. "sniper_kills" "0"
  105594. "KDR" "0.777778"
  105595. "enemy_kills" "14"
  105596. "deaths" "18"
  105597. "matches_played" "1"
  105598. }
  105599. "stage1"
  105600. {
  105601. "clutch_kills" "0"
  105602. "pistol_kills" "1"
  105603. "opening_kills" "1"
  105604. "sniper_kills" "0"
  105605. "KDR" "0.222222"
  105606. "enemy_kills" "4"
  105607. "deaths" "18"
  105608. "matches_played" "1"
  105609. }
  105610. }
  105611. }
  105612. }
  105613. "21075725"
  105614. {
  105615. "name" "Skadoodle"
  105616. "code" "skadoodle"
  105617. "dob" "1993-07-21"
  105618. "geo" "US"
  105619. "events"
  105620. {
  105621. "7"
  105622. {
  105623. "team" "52"
  105624. "clutch_kills" "5"
  105625. "pistol_kills" "10"
  105626. "opening_kills" "8"
  105627. "sniper_kills" "35"
  105628. "KDR" "1.106000"
  105629. "enemy_kills" "52"
  105630. "deaths" "47"
  105631. "matches_played" "3"
  105632. }
  105633. "8"
  105634. {
  105635. "team" "33"
  105636. "clutch_kills" "2"
  105637. "pistol_kills" "14"
  105638. "opening_kills" "10"
  105639. "sniper_kills" "35"
  105640. "KDR" "0.826087"
  105641. "enemy_kills" "57"
  105642. "deaths" "69"
  105643. "matches_played" "4"
  105644. "stage0"
  105645. {
  105646. "clutch_kills" "0"
  105647. "pistol_kills" "2"
  105648. "opening_kills" "2"
  105649. "sniper_kills" "12"
  105650. "KDR" "0.833333"
  105651. "enemy_kills" "15"
  105652. "deaths" "18"
  105653. "matches_played" "1"
  105654. }
  105655. "stage1"
  105656. {
  105657. "clutch_kills" "0"
  105658. "pistol_kills" "4"
  105659. "opening_kills" "3"
  105660. "sniper_kills" "8"
  105661. "KDR" "0.857143"
  105662. "enemy_kills" "12"
  105663. "deaths" "14"
  105664. "matches_played" "1"
  105665. }
  105666. "stage2"
  105667. {
  105668. "clutch_kills" "2"
  105669. "pistol_kills" "8"
  105670. "opening_kills" "5"
  105671. "sniper_kills" "15"
  105672. "KDR" "0.810811"
  105673. "enemy_kills" "30"
  105674. "deaths" "37"
  105675. "matches_played" "2"
  105676. }
  105677. }
  105678. "9"
  105679. {
  105680. "team" "33"
  105681. "clutch_kills" "10"
  105682. "pistol_kills" "13"
  105683. "opening_kills" "8"
  105684. "sniper_kills" "22"
  105685. "KDR" "0.696970"
  105686. "enemy_kills" "46"
  105687. "deaths" "66"
  105688. "matches_played" "3"
  105689. "stage0"
  105690. {
  105691. "clutch_kills" "1"
  105692. "pistol_kills" "4"
  105693. "opening_kills" "2"
  105694. "sniper_kills" "6"
  105695. "KDR" "0.833333"
  105696. "enemy_kills" "15"
  105697. "deaths" "18"
  105698. "matches_played" "1"
  105699. }
  105700. "stage1"
  105701. {
  105702. "clutch_kills" "5"
  105703. "pistol_kills" "7"
  105704. "opening_kills" "2"
  105705. "sniper_kills" "3"
  105706. "KDR" "0.750000"
  105707. "enemy_kills" "12"
  105708. "deaths" "16"
  105709. "matches_played" "1"
  105710. }
  105711. "stage5"
  105712. {
  105713. "clutch_kills" "4"
  105714. "pistol_kills" "2"
  105715. "opening_kills" "4"
  105716. "sniper_kills" "13"
  105717. "KDR" "0.593750"
  105718. "enemy_kills" "19"
  105719. "deaths" "32"
  105720. "matches_played" "1"
  105721. }
  105722. }
  105723. "12"
  105724. {
  105725. "team" "33"
  105726. }
  105727. "13"
  105728. {
  105729. "team" "33"
  105730. }
  105731. }
  105732. }
  105733. "42442914"
  105734. {
  105735. "name" "jkaem"
  105736. "code" "jkaem"
  105737. "dob" "1994-02-27"
  105738. "geo" "NO"
  105739. "events"
  105740. {
  105741. "8"
  105742. {
  105743. "team" "59"
  105744. "clutch_kills" "19"
  105745. "pistol_kills" "36"
  105746. "opening_kills" "30"
  105747. "sniper_kills" "0"
  105748. "KDR" "1.166667"
  105749. "enemy_kills" "231"
  105750. "deaths" "198"
  105751. "matches_played" "10"
  105752. "stage0"
  105753. {
  105754. "clutch_kills" "1"
  105755. "pistol_kills" "6"
  105756. "opening_kills" "7"
  105757. "sniper_kills" "0"
  105758. "KDR" "1.500000"
  105759. "enemy_kills" "21"
  105760. "deaths" "14"
  105761. "matches_played" "1"
  105762. }
  105763. "stage1"
  105764. {
  105765. "clutch_kills" "1"
  105766. "pistol_kills" "1"
  105767. "opening_kills" "0"
  105768. "sniper_kills" "0"
  105769. "KDR" "0.388889"
  105770. "enemy_kills" "7"
  105771. "deaths" "18"
  105772. "matches_played" "1"
  105773. }
  105774. "stage2"
  105775. {
  105776. "clutch_kills" "4"
  105777. "pistol_kills" "14"
  105778. "opening_kills" "9"
  105779. "sniper_kills" "0"
  105780. "KDR" "1.423077"
  105781. "enemy_kills" "74"
  105782. "deaths" "52"
  105783. "matches_played" "3"
  105784. }
  105785. "stage3"
  105786. {
  105787. "clutch_kills" "8"
  105788. "pistol_kills" "5"
  105789. "opening_kills" "3"
  105790. "sniper_kills" "0"
  105791. "KDR" "1.550000"
  105792. "enemy_kills" "62"
  105793. "deaths" "40"
  105794. "matches_played" "2"
  105795. }
  105796. "stage4"
  105797. {
  105798. "clutch_kills" "5"
  105799. "pistol_kills" "10"
  105800. "opening_kills" "11"
  105801. "sniper_kills" "0"
  105802. "KDR" "0.905405"
  105803. "enemy_kills" "67"
  105804. "deaths" "74"
  105805. "matches_played" "3"
  105806. }
  105807. }
  105808. "9"
  105809. {
  105810. "team" "61"
  105811. "clutch_kills" "8"
  105812. "pistol_kills" "11"
  105813. "opening_kills" "7"
  105814. "sniper_kills" "0"
  105815. "KDR" "0.774648"
  105816. "enemy_kills" "55"
  105817. "deaths" "71"
  105818. "matches_played" "4"
  105819. "stage0"
  105820. {
  105821. "clutch_kills" "0"
  105822. "pistol_kills" "3"
  105823. "opening_kills" "2"
  105824. "sniper_kills" "0"
  105825. "KDR" "0.428571"
  105826. "enemy_kills" "9"
  105827. "deaths" "21"
  105828. "matches_played" "1"
  105829. }
  105830. "stage1"
  105831. {
  105832. "clutch_kills" "0"
  105833. "pistol_kills" "2"
  105834. "opening_kills" "3"
  105835. "sniper_kills" "0"
  105836. "KDR" "1.636364"
  105837. "enemy_kills" "18"
  105838. "deaths" "11"
  105839. "matches_played" "1"
  105840. }
  105841. "stage2"
  105842. {
  105843. "clutch_kills" "8"
  105844. "pistol_kills" "6"
  105845. "opening_kills" "2"
  105846. "sniper_kills" "0"
  105847. "KDR" "0.717949"
  105848. "enemy_kills" "28"
  105849. "deaths" "39"
  105850. "matches_played" "2"
  105851. }
  105852. }
  105853. "10"
  105854. {
  105855. "team" "61"
  105856. "clutch_kills" "3"
  105857. "pistol_kills" "19"
  105858. "opening_kills" "4"
  105859. "sniper_kills" "2"
  105860. "KDR" "0.720000"
  105861. "enemy_kills" "54"
  105862. "deaths" "75"
  105863. "matches_played" "4"
  105864. "stage0"
  105865. {
  105866. "clutch_kills" "1"
  105867. "pistol_kills" "5"
  105868. "opening_kills" "2"
  105869. "sniper_kills" "0"
  105870. "KDR" "1.294118"
  105871. "enemy_kills" "22"
  105872. "deaths" "17"
  105873. "matches_played" "1"
  105874. }
  105875. "stage1"
  105876. {
  105877. "clutch_kills" "1"
  105878. "pistol_kills" "3"
  105879. "opening_kills" "0"
  105880. "sniper_kills" "2"
  105881. "KDR" "0.500000"
  105882. "enemy_kills" "10"
  105883. "deaths" "20"
  105884. "matches_played" "1"
  105885. }
  105886. "stage2"
  105887. {
  105888. "clutch_kills" "1"
  105889. "pistol_kills" "11"
  105890. "opening_kills" "2"
  105891. "sniper_kills" "0"
  105892. "KDR" "0.578947"
  105893. "enemy_kills" "22"
  105894. "deaths" "38"
  105895. "matches_played" "2"
  105896. }
  105897. }
  105898. }
  105899. }
  105900. "81417650"
  105901. {
  105902. "name" "NiKo"
  105903. "code" "niko"
  105904. "dob" "1997-02-16"
  105905. "geo" "BA"
  105906. "events"
  105907. {
  105908. "8"
  105909. {
  105910. "team" "29"
  105911. "clutch_kills" "17"
  105912. "pistol_kills" "21"
  105913. "opening_kills" "13"
  105914. "sniper_kills" "1"
  105915. "KDR" "1.163043"
  105916. "enemy_kills" "107"
  105917. "deaths" "92"
  105918. "matches_played" "5"
  105919. "stage0"
  105920. {
  105921. "clutch_kills" "5"
  105922. "pistol_kills" "4"
  105923. "opening_kills" "2"
  105924. "sniper_kills" "0"
  105925. "KDR" "0.611111"
  105926. "enemy_kills" "11"
  105927. "deaths" "18"
  105928. "matches_played" "1"
  105929. }
  105930. "stage1"
  105931. {
  105932. "clutch_kills" "7"
  105933. "pistol_kills" "4"
  105934. "opening_kills" "2"
  105935. "sniper_kills" "1"
  105936. "KDR" "1.687500"
  105937. "enemy_kills" "27"
  105938. "deaths" "16"
  105939. "matches_played" "1"
  105940. }
  105941. "stage2"
  105942. {
  105943. "clutch_kills" "5"
  105944. "pistol_kills" "13"
  105945. "opening_kills" "9"
  105946. "sniper_kills" "0"
  105947. "KDR" "1.189655"
  105948. "enemy_kills" "69"
  105949. "deaths" "58"
  105950. "matches_played" "3"
  105951. }
  105952. }
  105953. "9"
  105954. {
  105955. "team" "29"
  105956. "clutch_kills" "23"
  105957. "pistol_kills" "41"
  105958. "opening_kills" "31"
  105959. "sniper_kills" "13"
  105960. "KDR" "1.166667"
  105961. "enemy_kills" "175"
  105962. "deaths" "150"
  105963. "matches_played" "6"
  105964. "stage0"
  105965. {
  105966. "clutch_kills" "1"
  105967. "pistol_kills" "9"
  105968. "opening_kills" "6"
  105969. "sniper_kills" "2"
  105970. "KDR" "1.136364"
  105971. "enemy_kills" "25"
  105972. "deaths" "22"
  105973. "matches_played" "1"
  105974. }
  105975. "stage1"
  105976. {
  105977. "clutch_kills" "10"
  105978. "pistol_kills" "3"
  105979. "opening_kills" "8"
  105980. "sniper_kills" "9"
  105981. "KDR" "1.238095"
  105982. "enemy_kills" "52"
  105983. "deaths" "42"
  105984. "matches_played" "1"
  105985. }
  105986. "stage2"
  105987. {
  105988. "clutch_kills" "7"
  105989. "pistol_kills" "22"
  105990. "opening_kills" "13"
  105991. "sniper_kills" "2"
  105992. "KDR" "1.070175"
  105993. "enemy_kills" "61"
  105994. "deaths" "57"
  105995. "matches_played" "3"
  105996. }
  105997. "stage5"
  105998. {
  105999. "clutch_kills" "5"
  106000. "pistol_kills" "7"
  106001. "opening_kills" "4"
  106002. "sniper_kills" "0"
  106003. "KDR" "1.275862"
  106004. "enemy_kills" "37"
  106005. "deaths" "29"
  106006. "matches_played" "1"
  106007. }
  106008. }
  106009. "10"
  106010. {
  106011. "team" "29"
  106012. "clutch_kills" "7"
  106013. "pistol_kills" "14"
  106014. "opening_kills" "17"
  106015. "sniper_kills" "12"
  106016. "KDR" "0.910256"
  106017. "enemy_kills" "71"
  106018. "deaths" "78"
  106019. "matches_played" "4"
  106020. "stage0"
  106021. {
  106022. "clutch_kills" "2"
  106023. "pistol_kills" "4"
  106024. "opening_kills" "1"
  106025. "sniper_kills" "7"
  106026. "KDR" "0.900000"
  106027. "enemy_kills" "18"
  106028. "deaths" "20"
  106029. "matches_played" "1"
  106030. }
  106031. "stage1"
  106032. {
  106033. "clutch_kills" "1"
  106034. "pistol_kills" "2"
  106035. "opening_kills" "6"
  106036. "sniper_kills" "4"
  106037. "KDR" "0.809524"
  106038. "enemy_kills" "17"
  106039. "deaths" "21"
  106040. "matches_played" "1"
  106041. }
  106042. "stage2"
  106043. {
  106044. "clutch_kills" "4"
  106045. "pistol_kills" "8"
  106046. "opening_kills" "10"
  106047. "sniper_kills" "1"
  106048. "KDR" "0.972973"
  106049. "enemy_kills" "36"
  106050. "deaths" "37"
  106051. "matches_played" "2"
  106052. }
  106053. }
  106054. "11"
  106055. {
  106056. "team" "29"
  106057. }
  106058. "12"
  106059. {
  106060. "team" "61"
  106061. }
  106062. "13"
  106063. {
  106064. "team" "61"
  106065. }
  106066. }
  106067. }
  106068. "90685224"
  106069. {
  106070. "name" "aizy"
  106071. "code" "aizy"
  106072. "dob" "1996-04-06"
  106073. "geo" "DK"
  106074. "events"
  106075. {
  106076. "8"
  106077. {
  106078. "team" "24"
  106079. "clutch_kills" "10"
  106080. "pistol_kills" "20"
  106081. "opening_kills" "8"
  106082. "sniper_kills" "1"
  106083. "KDR" "1.552632"
  106084. "enemy_kills" "59"
  106085. "deaths" "38"
  106086. "matches_played" "2"
  106087. "stage0"
  106088. {
  106089. "clutch_kills" "9"
  106090. "pistol_kills" "8"
  106091. "opening_kills" "3"
  106092. "sniper_kills" "0"
  106093. "KDR" "1.222222"
  106094. "enemy_kills" "22"
  106095. "deaths" "18"
  106096. "matches_played" "1"
  106097. }
  106098. "stage1"
  106099. {
  106100. "clutch_kills" "1"
  106101. "pistol_kills" "12"
  106102. "opening_kills" "5"
  106103. "sniper_kills" "1"
  106104. "KDR" "1.850000"
  106105. "enemy_kills" "37"
  106106. "deaths" "20"
  106107. "matches_played" "1"
  106108. }
  106109. }
  106110. "9"
  106111. {
  106112. "team" "61"
  106113. "clutch_kills" "3"
  106114. "pistol_kills" "10"
  106115. "opening_kills" "9"
  106116. "sniper_kills" "3"
  106117. "KDR" "1.063492"
  106118. "enemy_kills" "67"
  106119. "deaths" "63"
  106120. "matches_played" "4"
  106121. "stage0"
  106122. {
  106123. "clutch_kills" "0"
  106124. "pistol_kills" "3"
  106125. "opening_kills" "3"
  106126. "sniper_kills" "2"
  106127. "KDR" "0.950000"
  106128. "enemy_kills" "19"
  106129. "deaths" "20"
  106130. "matches_played" "1"
  106131. }
  106132. "stage1"
  106133. {
  106134. "clutch_kills" "0"
  106135. "pistol_kills" "4"
  106136. "opening_kills" "0"
  106137. "sniper_kills" "0"
  106138. "KDR" "3.800000"
  106139. "enemy_kills" "19"
  106140. "deaths" "5"
  106141. "matches_played" "1"
  106142. }
  106143. "stage2"
  106144. {
  106145. "clutch_kills" "3"
  106146. "pistol_kills" "3"
  106147. "opening_kills" "6"
  106148. "sniper_kills" "1"
  106149. "KDR" "0.763158"
  106150. "enemy_kills" "29"
  106151. "deaths" "38"
  106152. "matches_played" "2"
  106153. }
  106154. }
  106155. "10"
  106156. {
  106157. "team" "61"
  106158. "clutch_kills" "3"
  106159. "pistol_kills" "9"
  106160. "opening_kills" "10"
  106161. "sniper_kills" "7"
  106162. "KDR" "0.842857"
  106163. "enemy_kills" "59"
  106164. "deaths" "70"
  106165. "matches_played" "4"
  106166. "stage0"
  106167. {
  106168. "clutch_kills" "1"
  106169. "pistol_kills" "3"
  106170. "opening_kills" "3"
  106171. "sniper_kills" "4"
  106172. "KDR" "1.642857"
  106173. "enemy_kills" "23"
  106174. "deaths" "14"
  106175. "matches_played" "1"
  106176. }
  106177. "stage1"
  106178. {
  106179. "clutch_kills" "1"
  106180. "pistol_kills" "2"
  106181. "opening_kills" "1"
  106182. "sniper_kills" "1"
  106183. "KDR" "0.722222"
  106184. "enemy_kills" "13"
  106185. "deaths" "18"
  106186. "matches_played" "1"
  106187. }
  106188. "stage2"
  106189. {
  106190. "clutch_kills" "1"
  106191. "pistol_kills" "4"
  106192. "opening_kills" "6"
  106193. "sniper_kills" "2"
  106194. "KDR" "0.605263"
  106195. "enemy_kills" "23"
  106196. "deaths" "38"
  106197. "matches_played" "2"
  106198. }
  106199. }
  106200. "11"
  106201. {
  106202. "team" "61"
  106203. }
  106204. "12"
  106205. {
  106206. "team" "68"
  106207. }
  106208. "13"
  106209. {
  106210. "team" "68"
  106211. }
  106212. }
  106213. }
  106214. "59614824"
  106215. {
  106216. "name" "Kjaerbye"
  106217. "code" "kjaerbye"
  106218. "dob" "1998-04-27"
  106219. "geo" "DK"
  106220. "events"
  106221. {
  106222. "8"
  106223. {
  106224. "team" "24"
  106225. "clutch_kills" "3"
  106226. "pistol_kills" "6"
  106227. "opening_kills" "7"
  106228. "sniper_kills" "0"
  106229. "KDR" "0.775000"
  106230. "enemy_kills" "31"
  106231. "deaths" "40"
  106232. "matches_played" "2"
  106233. "stage0"
  106234. {
  106235. "clutch_kills" "1"
  106236. "pistol_kills" "1"
  106237. "opening_kills" "2"
  106238. "sniper_kills" "0"
  106239. "KDR" "0.611111"
  106240. "enemy_kills" "11"
  106241. "deaths" "18"
  106242. "matches_played" "1"
  106243. }
  106244. "stage1"
  106245. {
  106246. "clutch_kills" "2"
  106247. "pistol_kills" "5"
  106248. "opening_kills" "5"
  106249. "sniper_kills" "0"
  106250. "KDR" "0.909091"
  106251. "enemy_kills" "20"
  106252. "deaths" "22"
  106253. "matches_played" "1"
  106254. }
  106255. }
  106256. "11"
  106257. {
  106258. "team" "60"
  106259. }
  106260. "12"
  106261. {
  106262. "team" "60"
  106263. }
  106264. "13"
  106265. {
  106266. "team" "60"
  106267. }
  106268. }
  106269. }
  106270. "24134891"
  106271. {
  106272. "name" "MSL"
  106273. "code" "msl"
  106274. "dob" "1994-12-06"
  106275. "geo" "DK"
  106276. "events"
  106277. {
  106278. "8"
  106279. {
  106280. "team" "24"
  106281. "clutch_kills" "1"
  106282. "pistol_kills" "3"
  106283. "opening_kills" "3"
  106284. "sniper_kills" "0"
  106285. "KDR" "0.372093"
  106286. "enemy_kills" "16"
  106287. "deaths" "43"
  106288. "matches_played" "2"
  106289. "stage0"
  106290. {
  106291. "clutch_kills" "0"
  106292. "pistol_kills" "2"
  106293. "opening_kills" "1"
  106294. "sniper_kills" "0"
  106295. "KDR" "0.250000"
  106296. "enemy_kills" "5"
  106297. "deaths" "20"
  106298. "matches_played" "1"
  106299. }
  106300. "stage1"
  106301. {
  106302. "clutch_kills" "1"
  106303. "pistol_kills" "1"
  106304. "opening_kills" "2"
  106305. "sniper_kills" "0"
  106306. "KDR" "0.478261"
  106307. "enemy_kills" "11"
  106308. "deaths" "23"
  106309. "matches_played" "1"
  106310. }
  106311. }
  106312. "10"
  106313. {
  106314. "team" "24"
  106315. "clutch_kills" "6"
  106316. "pistol_kills" "9"
  106317. "opening_kills" "9"
  106318. "sniper_kills" "0"
  106319. "KDR" "0.701923"
  106320. "enemy_kills" "73"
  106321. "deaths" "104"
  106322. "matches_played" "5"
  106323. "stage0"
  106324. {
  106325. "clutch_kills" "0"
  106326. "pistol_kills" "1"
  106327. "opening_kills" "2"
  106328. "sniper_kills" "0"
  106329. "KDR" "0.800000"
  106330. "enemy_kills" "20"
  106331. "deaths" "25"
  106332. "matches_played" "1"
  106333. }
  106334. "stage1"
  106335. {
  106336. "clutch_kills" "0"
  106337. "pistol_kills" "0"
  106338. "opening_kills" "4"
  106339. "sniper_kills" "0"
  106340. "KDR" "1"
  106341. "enemy_kills" "9"
  106342. "deaths" "9"
  106343. "matches_played" "1"
  106344. }
  106345. "stage2"
  106346. {
  106347. "clutch_kills" "6"
  106348. "pistol_kills" "8"
  106349. "opening_kills" "3"
  106350. "sniper_kills" "0"
  106351. "KDR" "0.628571"
  106352. "enemy_kills" "44"
  106353. "deaths" "70"
  106354. "matches_played" "3"
  106355. }
  106356. }
  106357. "11"
  106358. {
  106359. "team" "68"
  106360. }
  106361. "12"
  106362. {
  106363. "team" "68"
  106364. }
  106365. "13"
  106366. {
  106367. "team" "68"
  106368. }
  106369. }
  106370. }
  106371. "57742580"
  106372. {
  106373. "name" "Pimp"
  106374. "code" "pimp"
  106375. "dob" "1995-07-31"
  106376. "geo" "DK"
  106377. "events"
  106378. {
  106379. "8"
  106380. {
  106381. "team" "24"
  106382. "clutch_kills" "2"
  106383. "pistol_kills" "5"
  106384. "opening_kills" "1"
  106385. "sniper_kills" "9"
  106386. "KDR" "0.694444"
  106387. "enemy_kills" "25"
  106388. "deaths" "36"
  106389. "matches_played" "2"
  106390. "stage0"
  106391. {
  106392. "clutch_kills" "0"
  106393. "pistol_kills" "0"
  106394. "opening_kills" "1"
  106395. "sniper_kills" "3"
  106396. "KDR" "0.277778"
  106397. "enemy_kills" "5"
  106398. "deaths" "18"
  106399. "matches_played" "1"
  106400. }
  106401. "stage1"
  106402. {
  106403. "clutch_kills" "2"
  106404. "pistol_kills" "5"
  106405. "opening_kills" "0"
  106406. "sniper_kills" "6"
  106407. "KDR" "1.111111"
  106408. "enemy_kills" "20"
  106409. "deaths" "18"
  106410. "matches_played" "1"
  106411. }
  106412. }
  106413. "11"
  106414. {
  106415. "team" "48"
  106416. }
  106417. }
  106418. }
  106419. "37214922"
  106420. {
  106421. "name" "tenzki"
  106422. "code" "tenzki"
  106423. "dob" "1994-06-25"
  106424. "geo" "DK"
  106425. "events"
  106426. {
  106427. "8"
  106428. {
  106429. "team" "24"
  106430. "clutch_kills" "4"
  106431. "pistol_kills" "9"
  106432. "opening_kills" "2"
  106433. "sniper_kills" "0"
  106434. "KDR" "0.560976"
  106435. "enemy_kills" "23"
  106436. "deaths" "41"
  106437. "matches_played" "2"
  106438. "stage0"
  106439. {
  106440. "clutch_kills" "2"
  106441. "pistol_kills" "3"
  106442. "opening_kills" "2"
  106443. "sniper_kills" "0"
  106444. "KDR" "0.368421"
  106445. "enemy_kills" "7"
  106446. "deaths" "19"
  106447. "matches_played" "1"
  106448. }
  106449. "stage1"
  106450. {
  106451. "clutch_kills" "2"
  106452. "pistol_kills" "6"
  106453. "opening_kills" "0"
  106454. "sniper_kills" "0"
  106455. "KDR" "0.727273"
  106456. "enemy_kills" "16"
  106457. "deaths" "22"
  106458. "matches_played" "1"
  106459. }
  106460. }
  106461. "10"
  106462. {
  106463. "team" "24"
  106464. "clutch_kills" "15"
  106465. "pistol_kills" "18"
  106466. "opening_kills" "4"
  106467. "sniper_kills" "0"
  106468. "KDR" "0.876405"
  106469. "enemy_kills" "78"
  106470. "deaths" "89"
  106471. "matches_played" "5"
  106472. "stage0"
  106473. {
  106474. "clutch_kills" "2"
  106475. "pistol_kills" "5"
  106476. "opening_kills" "2"
  106477. "sniper_kills" "0"
  106478. "KDR" "0.789474"
  106479. "enemy_kills" "15"
  106480. "deaths" "19"
  106481. "matches_played" "1"
  106482. }
  106483. "stage1"
  106484. {
  106485. "clutch_kills" "0"
  106486. "pistol_kills" "0"
  106487. "opening_kills" "1"
  106488. "sniper_kills" "0"
  106489. "KDR" "1.428571"
  106490. "enemy_kills" "10"
  106491. "deaths" "7"
  106492. "matches_played" "1"
  106493. }
  106494. "stage2"
  106495. {
  106496. "clutch_kills" "13"
  106497. "pistol_kills" "13"
  106498. "opening_kills" "1"
  106499. "sniper_kills" "0"
  106500. "KDR" "0.841270"
  106501. "enemy_kills" "53"
  106502. "deaths" "63"
  106503. "matches_played" "3"
  106504. }
  106505. }
  106506. }
  106507. }
  106508. "1366033"
  106509. {
  106510. "name" "adreN"
  106511. "code" "adren"
  106512. "dob" "1990-04-26"
  106513. "geo" "US"
  106514. "events"
  106515. {
  106516. "8"
  106517. {
  106518. "team" "48"
  106519. "clutch_kills" "1"
  106520. "pistol_kills" "6"
  106521. "opening_kills" "3"
  106522. "sniper_kills" "13"
  106523. "KDR" "0.853659"
  106524. "enemy_kills" "35"
  106525. "deaths" "41"
  106526. "matches_played" "2"
  106527. "stage0"
  106528. {
  106529. "clutch_kills" "1"
  106530. "pistol_kills" "2"
  106531. "opening_kills" "0"
  106532. "sniper_kills" "5"
  106533. "KDR" "0.772727"
  106534. "enemy_kills" "17"
  106535. "deaths" "22"
  106536. "matches_played" "1"
  106537. }
  106538. "stage1"
  106539. {
  106540. "clutch_kills" "0"
  106541. "pistol_kills" "4"
  106542. "opening_kills" "3"
  106543. "sniper_kills" "8"
  106544. "KDR" "0.947368"
  106545. "enemy_kills" "18"
  106546. "deaths" "19"
  106547. "matches_played" "1"
  106548. }
  106549. }
  106550. "9"
  106551. {
  106552. "team" "48"
  106553. "clutch_kills" "14"
  106554. "pistol_kills" "18"
  106555. "opening_kills" "21"
  106556. "sniper_kills" "36"
  106557. "KDR" "1.174312"
  106558. "enemy_kills" "128"
  106559. "deaths" "109"
  106560. "matches_played" "6"
  106561. "stage0"
  106562. {
  106563. "clutch_kills" "4"
  106564. "pistol_kills" "1"
  106565. "opening_kills" "2"
  106566. "sniper_kills" "4"
  106567. "KDR" "1.692308"
  106568. "enemy_kills" "22"
  106569. "deaths" "13"
  106570. "matches_played" "1"
  106571. }
  106572. "stage1"
  106573. {
  106574. "clutch_kills" "2"
  106575. "pistol_kills" "6"
  106576. "opening_kills" "6"
  106577. "sniper_kills" "12"
  106578. "KDR" "1.304348"
  106579. "enemy_kills" "30"
  106580. "deaths" "23"
  106581. "matches_played" "1"
  106582. }
  106583. "stage3"
  106584. {
  106585. "clutch_kills" "5"
  106586. "pistol_kills" "6"
  106587. "opening_kills" "6"
  106588. "sniper_kills" "8"
  106589. "KDR" "1.565217"
  106590. "enemy_kills" "36"
  106591. "deaths" "23"
  106592. "matches_played" "2"
  106593. }
  106594. "stage4"
  106595. {
  106596. "clutch_kills" "3"
  106597. "pistol_kills" "5"
  106598. "opening_kills" "7"
  106599. "sniper_kills" "12"
  106600. "KDR" "0.800000"
  106601. "enemy_kills" "40"
  106602. "deaths" "50"
  106603. "matches_played" "2"
  106604. }
  106605. }
  106606. }
  106607. }
  106608. "106428011"
  106609. {
  106610. "name" "EliGE"
  106611. "code" "elige"
  106612. "dob" "1997-07-16"
  106613. "geo" "US"
  106614. "events"
  106615. {
  106616. "8"
  106617. {
  106618. "team" "48"
  106619. "clutch_kills" "6"
  106620. "pistol_kills" "6"
  106621. "opening_kills" "13"
  106622. "sniper_kills" "0"
  106623. "KDR" "0.860000"
  106624. "enemy_kills" "43"
  106625. "deaths" "50"
  106626. "matches_played" "2"
  106627. "stage0"
  106628. {
  106629. "clutch_kills" "6"
  106630. "pistol_kills" "4"
  106631. "opening_kills" "8"
  106632. "sniper_kills" "0"
  106633. "KDR" "1.115385"
  106634. "enemy_kills" "29"
  106635. "deaths" "26"
  106636. "matches_played" "1"
  106637. }
  106638. "stage1"
  106639. {
  106640. "clutch_kills" "0"
  106641. "pistol_kills" "2"
  106642. "opening_kills" "5"
  106643. "sniper_kills" "0"
  106644. "KDR" "0.583333"
  106645. "enemy_kills" "14"
  106646. "deaths" "24"
  106647. "matches_played" "1"
  106648. }
  106649. }
  106650. "9"
  106651. {
  106652. "team" "48"
  106653. "clutch_kills" "4"
  106654. "pistol_kills" "22"
  106655. "opening_kills" "23"
  106656. "sniper_kills" "0"
  106657. "KDR" "0.931298"
  106658. "enemy_kills" "122"
  106659. "deaths" "131"
  106660. "matches_played" "6"
  106661. "stage0"
  106662. {
  106663. "clutch_kills" "0"
  106664. "pistol_kills" "4"
  106665. "opening_kills" "2"
  106666. "sniper_kills" "0"
  106667. "KDR" "0.947368"
  106668. "enemy_kills" "18"
  106669. "deaths" "19"
  106670. "matches_played" "1"
  106671. }
  106672. "stage1"
  106673. {
  106674. "clutch_kills" "3"
  106675. "pistol_kills" "1"
  106676. "opening_kills" "4"
  106677. "sniper_kills" "0"
  106678. "KDR" "1.333333"
  106679. "enemy_kills" "32"
  106680. "deaths" "24"
  106681. "matches_played" "1"
  106682. }
  106683. "stage3"
  106684. {
  106685. "clutch_kills" "0"
  106686. "pistol_kills" "9"
  106687. "opening_kills" "8"
  106688. "sniper_kills" "0"
  106689. "KDR" "0.857143"
  106690. "enemy_kills" "30"
  106691. "deaths" "35"
  106692. "matches_played" "2"
  106693. }
  106694. "stage4"
  106695. {
  106696. "clutch_kills" "1"
  106697. "pistol_kills" "8"
  106698. "opening_kills" "9"
  106699. "sniper_kills" "0"
  106700. "KDR" "0.792453"
  106701. "enemy_kills" "42"
  106702. "deaths" "53"
  106703. "matches_played" "2"
  106704. }
  106705. }
  106706. "10"
  106707. {
  106708. "team" "48"
  106709. "clutch_kills" "16"
  106710. "pistol_kills" "34"
  106711. "opening_kills" "38"
  106712. "sniper_kills" "1"
  106713. "KDR" "1.031088"
  106714. "enemy_kills" "199"
  106715. "deaths" "193"
  106716. "matches_played" "11"
  106717. "stage0"
  106718. {
  106719. "clutch_kills" "3"
  106720. "pistol_kills" "2"
  106721. "opening_kills" "5"
  106722. "sniper_kills" "0"
  106723. "KDR" "1.400000"
  106724. "enemy_kills" "21"
  106725. "deaths" "15"
  106726. "matches_played" "1"
  106727. }
  106728. "stage1"
  106729. {
  106730. "clutch_kills" "3"
  106731. "pistol_kills" "7"
  106732. "opening_kills" "1"
  106733. "sniper_kills" "0"
  106734. "KDR" "0.842105"
  106735. "enemy_kills" "16"
  106736. "deaths" "19"
  106737. "matches_played" "1"
  106738. }
  106739. "stage2"
  106740. {
  106741. "clutch_kills" "5"
  106742. "pistol_kills" "8"
  106743. "opening_kills" "8"
  106744. "sniper_kills" "0"
  106745. "KDR" "1.354839"
  106746. "enemy_kills" "42"
  106747. "deaths" "31"
  106748. "matches_played" "2"
  106749. }
  106750. "stage3"
  106751. {
  106752. "clutch_kills" "1"
  106753. "pistol_kills" "4"
  106754. "opening_kills" "9"
  106755. "sniper_kills" "0"
  106756. "KDR" "0.921569"
  106757. "enemy_kills" "47"
  106758. "deaths" "51"
  106759. "matches_played" "3"
  106760. }
  106761. "stage4"
  106762. {
  106763. "clutch_kills" "2"
  106764. "pistol_kills" "2"
  106765. "opening_kills" "10"
  106766. "sniper_kills" "1"
  106767. "KDR" "1.157895"
  106768. "enemy_kills" "44"
  106769. "deaths" "38"
  106770. "matches_played" "2"
  106771. }
  106772. "stage5"
  106773. {
  106774. "clutch_kills" "2"
  106775. "pistol_kills" "11"
  106776. "opening_kills" "5"
  106777. "sniper_kills" "0"
  106778. "KDR" "0.743590"
  106779. "enemy_kills" "29"
  106780. "deaths" "39"
  106781. "matches_played" "2"
  106782. }
  106783. }
  106784. "11"
  106785. {
  106786. "team" "48"
  106787. }
  106788. "13"
  106789. {
  106790. "team" "48"
  106791. }
  106792. }
  106793. }
  106794. "108760082"
  106795. {
  106796. "name" "FugLy"
  106797. "code" "fugly"
  106798. "dob" "1995-01-02"
  106799. "geo" "US"
  106800. "events"
  106801. {
  106802. "8"
  106803. {
  106804. "team" "48"
  106805. "clutch_kills" "2"
  106806. "pistol_kills" "9"
  106807. "opening_kills" "5"
  106808. "sniper_kills" "0"
  106809. "KDR" "0.869565"
  106810. "enemy_kills" "40"
  106811. "deaths" "46"
  106812. "matches_played" "2"
  106813. "stage0"
  106814. {
  106815. "clutch_kills" "0"
  106816. "pistol_kills" "6"
  106817. "opening_kills" "2"
  106818. "sniper_kills" "0"
  106819. "KDR" "0.888889"
  106820. "enemy_kills" "24"
  106821. "deaths" "27"
  106822. "matches_played" "1"
  106823. }
  106824. "stage1"
  106825. {
  106826. "clutch_kills" "2"
  106827. "pistol_kills" "3"
  106828. "opening_kills" "3"
  106829. "sniper_kills" "0"
  106830. "KDR" "0.842105"
  106831. "enemy_kills" "16"
  106832. "deaths" "19"
  106833. "matches_played" "1"
  106834. }
  106835. }
  106836. "9"
  106837. {
  106838. "team" "49"
  106839. "clutch_kills" "6"
  106840. "pistol_kills" "18"
  106841. "opening_kills" "9"
  106842. "sniper_kills" "1"
  106843. "KDR" "0.669291"
  106844. "enemy_kills" "85"
  106845. "deaths" "127"
  106846. "matches_played" "7"
  106847. "stage0"
  106848. {
  106849. "clutch_kills" "0"
  106850. "pistol_kills" "3"
  106851. "opening_kills" "1"
  106852. "sniper_kills" "0"
  106853. "KDR" "0.533333"
  106854. "enemy_kills" "8"
  106855. "deaths" "15"
  106856. "matches_played" "1"
  106857. }
  106858. "stage1"
  106859. {
  106860. "clutch_kills" "1"
  106861. "pistol_kills" "1"
  106862. "opening_kills" "2"
  106863. "sniper_kills" "0"
  106864. "KDR" "0.470588"
  106865. "enemy_kills" "8"
  106866. "deaths" "17"
  106867. "matches_played" "1"
  106868. }
  106869. "stage2"
  106870. {
  106871. "clutch_kills" "3"
  106872. "pistol_kills" "8"
  106873. "opening_kills" "3"
  106874. "sniper_kills" "0"
  106875. "KDR" "0.800000"
  106876. "enemy_kills" "44"
  106877. "deaths" "55"
  106878. "matches_played" "3"
  106879. }
  106880. "stage3"
  106881. {
  106882. "clutch_kills" "2"
  106883. "pistol_kills" "6"
  106884. "opening_kills" "3"
  106885. "sniper_kills" "1"
  106886. "KDR" "0.625000"
  106887. "enemy_kills" "25"
  106888. "deaths" "40"
  106889. "matches_played" "2"
  106890. }
  106891. }
  106892. }
  106893. }
  106894. "2791"
  106895. {
  106896. "name" "Hiko"
  106897. "code" "hiko"
  106898. "dob" "1990-03-06"
  106899. "geo" "US"
  106900. "events"
  106901. {
  106902. "8"
  106903. {
  106904. "team" "48"
  106905. "clutch_kills" "3"
  106906. "pistol_kills" "9"
  106907. "opening_kills" "2"
  106908. "sniper_kills" "0"
  106909. "KDR" "0.756098"
  106910. "enemy_kills" "31"
  106911. "deaths" "41"
  106912. "matches_played" "2"
  106913. "stage0"
  106914. {
  106915. "clutch_kills" "2"
  106916. "pistol_kills" "6"
  106917. "opening_kills" "2"
  106918. "sniper_kills" "0"
  106919. "KDR" "0.869565"
  106920. "enemy_kills" "20"
  106921. "deaths" "23"
  106922. "matches_played" "1"
  106923. }
  106924. "stage1"
  106925. {
  106926. "clutch_kills" "1"
  106927. "pistol_kills" "3"
  106928. "opening_kills" "0"
  106929. "sniper_kills" "0"
  106930. "KDR" "0.611111"
  106931. "enemy_kills" "11"
  106932. "deaths" "18"
  106933. "matches_played" "1"
  106934. }
  106935. }
  106936. "9"
  106937. {
  106938. "team" "48"
  106939. "clutch_kills" "22"
  106940. "pistol_kills" "19"
  106941. "opening_kills" "7"
  106942. "sniper_kills" "0"
  106943. "KDR" "1.048951"
  106944. "enemy_kills" "150"
  106945. "deaths" "143"
  106946. "matches_played" "7"
  106947. "stage0"
  106948. {
  106949. "clutch_kills" "0"
  106950. "pistol_kills" "2"
  106951. "opening_kills" "4"
  106952. "sniper_kills" "0"
  106953. "KDR" "1"
  106954. "enemy_kills" "16"
  106955. "deaths" "16"
  106956. "matches_played" "1"
  106957. }
  106958. "stage1"
  106959. {
  106960. "clutch_kills" "6"
  106961. "pistol_kills" "5"
  106962. "opening_kills" "2"
  106963. "sniper_kills" "0"
  106964. "KDR" "1.230769"
  106965. "enemy_kills" "32"
  106966. "deaths" "26"
  106967. "matches_played" "1"
  106968. }
  106969. "stage3"
  106970. {
  106971. "clutch_kills" "2"
  106972. "pistol_kills" "2"
  106973. "opening_kills" "1"
  106974. "sniper_kills" "0"
  106975. "KDR" "1.214286"
  106976. "enemy_kills" "34"
  106977. "deaths" "28"
  106978. "matches_played" "2"
  106979. }
  106980. "stage4"
  106981. {
  106982. "clutch_kills" "12"
  106983. "pistol_kills" "9"
  106984. "opening_kills" "0"
  106985. "sniper_kills" "0"
  106986. "KDR" "0.978723"
  106987. "enemy_kills" "46"
  106988. "deaths" "47"
  106989. "matches_played" "2"
  106990. }
  106991. "stage5"
  106992. {
  106993. "clutch_kills" "2"
  106994. "pistol_kills" "1"
  106995. "opening_kills" "0"
  106996. "sniper_kills" "0"
  106997. "KDR" "0.846154"
  106998. "enemy_kills" "22"
  106999. "deaths" "26"
  107000. "matches_played" "1"
  107001. }
  107002. }
  107003. "10"
  107004. {
  107005. "team" "48"
  107006. "clutch_kills" "11"
  107007. "pistol_kills" "27"
  107008. "opening_kills" "19"
  107009. "sniper_kills" "2"
  107010. "KDR" "0.885246"
  107011. "enemy_kills" "162"
  107012. "deaths" "183"
  107013. "matches_played" "11"
  107014. "stage0"
  107015. {
  107016. "clutch_kills" "2"
  107017. "pistol_kills" "5"
  107018. "opening_kills" "2"
  107019. "sniper_kills" "0"
  107020. "KDR" "2.100000"
  107021. "enemy_kills" "21"
  107022. "deaths" "10"
  107023. "matches_played" "1"
  107024. }
  107025. "stage1"
  107026. {
  107027. "clutch_kills" "1"
  107028. "pistol_kills" "2"
  107029. "opening_kills" "2"
  107030. "sniper_kills" "0"
  107031. "KDR" "0.647059"
  107032. "enemy_kills" "11"
  107033. "deaths" "17"
  107034. "matches_played" "1"
  107035. }
  107036. "stage2"
  107037. {
  107038. "clutch_kills" "3"
  107039. "pistol_kills" "2"
  107040. "opening_kills" "4"
  107041. "sniper_kills" "0"
  107042. "KDR" "0.818182"
  107043. "enemy_kills" "27"
  107044. "deaths" "33"
  107045. "matches_played" "2"
  107046. }
  107047. "stage3"
  107048. {
  107049. "clutch_kills" "2"
  107050. "pistol_kills" "11"
  107051. "opening_kills" "5"
  107052. "sniper_kills" "2"
  107053. "KDR" "0.903846"
  107054. "enemy_kills" "47"
  107055. "deaths" "52"
  107056. "matches_played" "3"
  107057. }
  107058. "stage4"
  107059. {
  107060. "clutch_kills" "1"
  107061. "pistol_kills" "4"
  107062. "opening_kills" "4"
  107063. "sniper_kills" "0"
  107064. "KDR" "0.842105"
  107065. "enemy_kills" "32"
  107066. "deaths" "38"
  107067. "matches_played" "2"
  107068. }
  107069. "stage5"
  107070. {
  107071. "clutch_kills" "2"
  107072. "pistol_kills" "3"
  107073. "opening_kills" "2"
  107074. "sniper_kills" "0"
  107075. "KDR" "0.727273"
  107076. "enemy_kills" "24"
  107077. "deaths" "33"
  107078. "matches_played" "2"
  107079. }
  107080. }
  107081. "11"
  107082. {
  107083. "team" "48"
  107084. }
  107085. }
  107086. }
  107087. "35624002"
  107088. {
  107089. "name" "nitr0"
  107090. "code" "nitro"
  107091. "dob" "1995-08-16"
  107092. "geo" "US"
  107093. "events"
  107094. {
  107095. "8"
  107096. {
  107097. "team" "48"
  107098. "clutch_kills" "2"
  107099. "pistol_kills" "5"
  107100. "opening_kills" "7"
  107101. "sniper_kills" "0"
  107102. "KDR" "0.816327"
  107103. "enemy_kills" "40"
  107104. "deaths" "49"
  107105. "matches_played" "2"
  107106. "stage0"
  107107. {
  107108. "clutch_kills" "1"
  107109. "pistol_kills" "1"
  107110. "opening_kills" "5"
  107111. "sniper_kills" "0"
  107112. "KDR" "0.620690"
  107113. "enemy_kills" "18"
  107114. "deaths" "29"
  107115. "matches_played" "1"
  107116. }
  107117. "stage1"
  107118. {
  107119. "clutch_kills" "1"
  107120. "pistol_kills" "4"
  107121. "opening_kills" "2"
  107122. "sniper_kills" "0"
  107123. "KDR" "1.100000"
  107124. "enemy_kills" "22"
  107125. "deaths" "20"
  107126. "matches_played" "1"
  107127. }
  107128. }
  107129. "9"
  107130. {
  107131. "team" "48"
  107132. "clutch_kills" "8"
  107133. "pistol_kills" "18"
  107134. "opening_kills" "17"
  107135. "sniper_kills" "1"
  107136. "KDR" "0.789474"
  107137. "enemy_kills" "105"
  107138. "deaths" "133"
  107139. "matches_played" "6"
  107140. "stage0"
  107141. {
  107142. "clutch_kills" "0"
  107143. "pistol_kills" "4"
  107144. "opening_kills" "6"
  107145. "sniper_kills" "0"
  107146. "KDR" "1.136364"
  107147. "enemy_kills" "25"
  107148. "deaths" "22"
  107149. "matches_played" "1"
  107150. }
  107151. "stage1"
  107152. {
  107153. "clutch_kills" "3"
  107154. "pistol_kills" "4"
  107155. "opening_kills" "1"
  107156. "sniper_kills" "1"
  107157. "KDR" "0.535714"
  107158. "enemy_kills" "15"
  107159. "deaths" "28"
  107160. "matches_played" "1"
  107161. }
  107162. "stage3"
  107163. {
  107164. "clutch_kills" "2"
  107165. "pistol_kills" "5"
  107166. "opening_kills" "4"
  107167. "sniper_kills" "0"
  107168. "KDR" "1.062500"
  107169. "enemy_kills" "34"
  107170. "deaths" "32"
  107171. "matches_played" "2"
  107172. }
  107173. "stage4"
  107174. {
  107175. "clutch_kills" "3"
  107176. "pistol_kills" "5"
  107177. "opening_kills" "6"
  107178. "sniper_kills" "0"
  107179. "KDR" "0.607843"
  107180. "enemy_kills" "31"
  107181. "deaths" "51"
  107182. "matches_played" "2"
  107183. }
  107184. }
  107185. "10"
  107186. {
  107187. "team" "48"
  107188. "clutch_kills" "22"
  107189. "pistol_kills" "50"
  107190. "opening_kills" "28"
  107191. "sniper_kills" "2"
  107192. "KDR" "1.045000"
  107193. "enemy_kills" "209"
  107194. "deaths" "200"
  107195. "matches_played" "11"
  107196. "stage0"
  107197. {
  107198. "clutch_kills" "1"
  107199. "pistol_kills" "2"
  107200. "opening_kills" "2"
  107201. "sniper_kills" "1"
  107202. "KDR" "0.812500"
  107203. "enemy_kills" "13"
  107204. "deaths" "16"
  107205. "matches_played" "1"
  107206. }
  107207. "stage1"
  107208. {
  107209. "clutch_kills" "2"
  107210. "pistol_kills" "6"
  107211. "opening_kills" "2"
  107212. "sniper_kills" "0"
  107213. "KDR" "1.043478"
  107214. "enemy_kills" "24"
  107215. "deaths" "23"
  107216. "matches_played" "1"
  107217. }
  107218. "stage2"
  107219. {
  107220. "clutch_kills" "3"
  107221. "pistol_kills" "11"
  107222. "opening_kills" "8"
  107223. "sniper_kills" "0"
  107224. "KDR" "1.600000"
  107225. "enemy_kills" "48"
  107226. "deaths" "30"
  107227. "matches_played" "2"
  107228. }
  107229. "stage3"
  107230. {
  107231. "clutch_kills" "4"
  107232. "pistol_kills" "16"
  107233. "opening_kills" "5"
  107234. "sniper_kills" "0"
  107235. "KDR" "1.113208"
  107236. "enemy_kills" "59"
  107237. "deaths" "53"
  107238. "matches_played" "3"
  107239. }
  107240. "stage4"
  107241. {
  107242. "clutch_kills" "3"
  107243. "pistol_kills" "6"
  107244. "opening_kills" "5"
  107245. "sniper_kills" "1"
  107246. "KDR" "0.871795"
  107247. "enemy_kills" "34"
  107248. "deaths" "39"
  107249. "matches_played" "2"
  107250. }
  107251. "stage5"
  107252. {
  107253. "clutch_kills" "9"
  107254. "pistol_kills" "9"
  107255. "opening_kills" "6"
  107256. "sniper_kills" "0"
  107257. "KDR" "0.794872"
  107258. "enemy_kills" "31"
  107259. "deaths" "39"
  107260. "matches_played" "2"
  107261. }
  107262. }
  107263. "11"
  107264. {
  107265. "team" "48"
  107266. }
  107267. "13"
  107268. {
  107269. "team" "48"
  107270. }
  107271. }
  107272. }
  107273. "38738282"
  107274. {
  107275. "name" "Stewie2K"
  107276. "code" "stewie2k"
  107277. "dob" "1998-01-07"
  107278. "geo" "US"
  107279. "events"
  107280. {
  107281. "9"
  107282. {
  107283. "team" "33"
  107284. "clutch_kills" "3"
  107285. "pistol_kills" "6"
  107286. "opening_kills" "5"
  107287. "sniper_kills" "0"
  107288. "KDR" "0.540541"
  107289. "enemy_kills" "20"
  107290. "deaths" "37"
  107291. "matches_played" "2"
  107292. "stage0"
  107293. {
  107294. "clutch_kills" "2"
  107295. "pistol_kills" "2"
  107296. "opening_kills" "4"
  107297. "sniper_kills" "0"
  107298. "KDR" "0.611111"
  107299. "enemy_kills" "11"
  107300. "deaths" "18"
  107301. "matches_played" "1"
  107302. }
  107303. "stage1"
  107304. {
  107305. "clutch_kills" "1"
  107306. "pistol_kills" "4"
  107307. "opening_kills" "1"
  107308. "sniper_kills" "0"
  107309. "KDR" "0.473684"
  107310. "enemy_kills" "9"
  107311. "deaths" "19"
  107312. "matches_played" "1"
  107313. }
  107314. }
  107315. "12"
  107316. {
  107317. "team" "33"
  107318. }
  107319. "13"
  107320. {
  107321. "team" "33"
  107322. }
  107323. }
  107324. }
  107325. "53330928"
  107326. {
  107327. "name" "Shara"
  107328. "code" "shara"
  107329. "dob" "1992-08-12"
  107330. "geo" "UA"
  107331. "events"
  107332. {
  107333. "9"
  107334. {
  107335. "team" "43"
  107336. "clutch_kills" "7"
  107337. "pistol_kills" "10"
  107338. "opening_kills" "11"
  107339. "sniper_kills" "2"
  107340. "KDR" "1.159420"
  107341. "enemy_kills" "80"
  107342. "deaths" "69"
  107343. "matches_played" "2"
  107344. "stage0"
  107345. {
  107346. "clutch_kills" "1"
  107347. "pistol_kills" "7"
  107348. "opening_kills" "4"
  107349. "sniper_kills" "0"
  107350. "KDR" "1.153846"
  107351. "enemy_kills" "30"
  107352. "deaths" "26"
  107353. "matches_played" "1"
  107354. }
  107355. "stage1"
  107356. {
  107357. "clutch_kills" "6"
  107358. "pistol_kills" "3"
  107359. "opening_kills" "7"
  107360. "sniper_kills" "2"
  107361. "KDR" "1.162791"
  107362. "enemy_kills" "50"
  107363. "deaths" "43"
  107364. "matches_played" "1"
  107365. }
  107366. }
  107367. "10"
  107368. {
  107369. "team" "43"
  107370. "clutch_kills" "6"
  107371. "pistol_kills" "17"
  107372. "opening_kills" "20"
  107373. "sniper_kills" "0"
  107374. "KDR" "0.787879"
  107375. "enemy_kills" "104"
  107376. "deaths" "132"
  107377. "matches_played" "7"
  107378. "stage0"
  107379. {
  107380. "clutch_kills" "2"
  107381. "pistol_kills" "1"
  107382. "opening_kills" "1"
  107383. "sniper_kills" "0"
  107384. "KDR" "0.388889"
  107385. "enemy_kills" "7"
  107386. "deaths" "18"
  107387. "matches_played" "1"
  107388. }
  107389. "stage1"
  107390. {
  107391. "clutch_kills" "0"
  107392. "pistol_kills" "4"
  107393. "opening_kills" "4"
  107394. "sniper_kills" "0"
  107395. "KDR" "0.888889"
  107396. "enemy_kills" "16"
  107397. "deaths" "18"
  107398. "matches_played" "1"
  107399. }
  107400. "stage2"
  107401. {
  107402. "clutch_kills" "3"
  107403. "pistol_kills" "9"
  107404. "opening_kills" "10"
  107405. "sniper_kills" "0"
  107406. "KDR" "1.212766"
  107407. "enemy_kills" "57"
  107408. "deaths" "47"
  107409. "matches_played" "3"
  107410. }
  107411. "stage3"
  107412. {
  107413. "clutch_kills" "1"
  107414. "pistol_kills" "3"
  107415. "opening_kills" "5"
  107416. "sniper_kills" "0"
  107417. "KDR" "0.489796"
  107418. "enemy_kills" "24"
  107419. "deaths" "49"
  107420. "matches_played" "2"
  107421. }
  107422. }
  107423. }
  107424. }
  107425. "170178574"
  107426. {
  107427. "name" "fnx"
  107428. "code" "fnx"
  107429. "dob" "1990-01-30"
  107430. "geo" "BR"
  107431. "events"
  107432. {
  107433. "9"
  107434. {
  107435. "team" "57"
  107436. "clutch_kills" "15"
  107437. "pistol_kills" "30"
  107438. "opening_kills" "20"
  107439. "sniper_kills" "0"
  107440. "KDR" "1.223603"
  107441. "enemy_kills" "197"
  107442. "deaths" "161"
  107443. "matches_played" "9"
  107444. "stage0"
  107445. {
  107446. "clutch_kills" "6"
  107447. "pistol_kills" "3"
  107448. "opening_kills" "2"
  107449. "sniper_kills" "0"
  107450. "KDR" "1.222222"
  107451. "enemy_kills" "22"
  107452. "deaths" "18"
  107453. "matches_played" "1"
  107454. }
  107455. "stage1"
  107456. {
  107457. "clutch_kills" "2"
  107458. "pistol_kills" "7"
  107459. "opening_kills" "5"
  107460. "sniper_kills" "0"
  107461. "KDR" "3.222222"
  107462. "enemy_kills" "29"
  107463. "deaths" "9"
  107464. "matches_played" "1"
  107465. }
  107466. "stage3"
  107467. {
  107468. "clutch_kills" "1"
  107469. "pistol_kills" "8"
  107470. "opening_kills" "7"
  107471. "sniper_kills" "0"
  107472. "KDR" "1.264151"
  107473. "enemy_kills" "67"
  107474. "deaths" "53"
  107475. "matches_played" "3"
  107476. }
  107477. "stage4"
  107478. {
  107479. "clutch_kills" "4"
  107480. "pistol_kills" "10"
  107481. "opening_kills" "2"
  107482. "sniper_kills" "0"
  107483. "KDR" "0.909091"
  107484. "enemy_kills" "40"
  107485. "deaths" "44"
  107486. "matches_played" "2"
  107487. }
  107488. "stage6"
  107489. {
  107490. "clutch_kills" "2"
  107491. "pistol_kills" "2"
  107492. "opening_kills" "4"
  107493. "sniper_kills" "0"
  107494. "KDR" "1.054054"
  107495. "enemy_kills" "39"
  107496. "deaths" "37"
  107497. "matches_played" "2"
  107498. }
  107499. }
  107500. "10"
  107501. {
  107502. "team" "14"
  107503. "clutch_kills" "3"
  107504. "pistol_kills" "34"
  107505. "opening_kills" "24"
  107506. "sniper_kills" "1"
  107507. "KDR" "1.216783"
  107508. "enemy_kills" "174"
  107509. "deaths" "143"
  107510. "matches_played" "9"
  107511. "stage0"
  107512. {
  107513. "clutch_kills" "0"
  107514. "pistol_kills" "2"
  107515. "opening_kills" "2"
  107516. "sniper_kills" "0"
  107517. "KDR" "0.937500"
  107518. "enemy_kills" "15"
  107519. "deaths" "16"
  107520. "matches_played" "1"
  107521. }
  107522. "stage1"
  107523. {
  107524. "clutch_kills" "0"
  107525. "pistol_kills" "1"
  107526. "opening_kills" "2"
  107527. "sniper_kills" "0"
  107528. "KDR" "1.666667"
  107529. "enemy_kills" "15"
  107530. "deaths" "9"
  107531. "matches_played" "1"
  107532. }
  107533. "stage3"
  107534. {
  107535. "clutch_kills" "2"
  107536. "pistol_kills" "13"
  107537. "opening_kills" "6"
  107538. "sniper_kills" "0"
  107539. "KDR" "1.677419"
  107540. "enemy_kills" "52"
  107541. "deaths" "31"
  107542. "matches_played" "2"
  107543. }
  107544. "stage4"
  107545. {
  107546. "clutch_kills" "0"
  107547. "pistol_kills" "13"
  107548. "opening_kills" "6"
  107549. "sniper_kills" "0"
  107550. "KDR" "1.035714"
  107551. "enemy_kills" "58"
  107552. "deaths" "56"
  107553. "matches_played" "3"
  107554. }
  107555. "stage5"
  107556. {
  107557. "clutch_kills" "1"
  107558. "pistol_kills" "5"
  107559. "opening_kills" "8"
  107560. "sniper_kills" "1"
  107561. "KDR" "1.096774"
  107562. "enemy_kills" "34"
  107563. "deaths" "31"
  107564. "matches_played" "2"
  107565. }
  107566. }
  107567. "13"
  107568. {
  107569. "team" "71"
  107570. }
  107571. }
  107572. }
  107573. "52876568"
  107574. {
  107575. "name" "TACO"
  107576. "code" "taco"
  107577. "dob" "1995-01-24"
  107578. "geo" "BR"
  107579. "events"
  107580. {
  107581. "9"
  107582. {
  107583. "team" "57"
  107584. "clutch_kills" "10"
  107585. "pistol_kills" "34"
  107586. "opening_kills" "28"
  107587. "sniper_kills" "17"
  107588. "KDR" "0.977143"
  107589. "enemy_kills" "171"
  107590. "deaths" "175"
  107591. "matches_played" "9"
  107592. "stage0"
  107593. {
  107594. "clutch_kills" "1"
  107595. "pistol_kills" "5"
  107596. "opening_kills" "4"
  107597. "sniper_kills" "1"
  107598. "KDR" "0.739130"
  107599. "enemy_kills" "17"
  107600. "deaths" "23"
  107601. "matches_played" "1"
  107602. }
  107603. "stage1"
  107604. {
  107605. "clutch_kills" "0"
  107606. "pistol_kills" "3"
  107607. "opening_kills" "3"
  107608. "sniper_kills" "0"
  107609. "KDR" "0.833333"
  107610. "enemy_kills" "10"
  107611. "deaths" "12"
  107612. "matches_played" "1"
  107613. }
  107614. "stage3"
  107615. {
  107616. "clutch_kills" "2"
  107617. "pistol_kills" "12"
  107618. "opening_kills" "9"
  107619. "sniper_kills" "0"
  107620. "KDR" "0.931035"
  107621. "enemy_kills" "54"
  107622. "deaths" "58"
  107623. "matches_played" "3"
  107624. }
  107625. "stage4"
  107626. {
  107627. "clutch_kills" "0"
  107628. "pistol_kills" "5"
  107629. "opening_kills" "8"
  107630. "sniper_kills" "11"
  107631. "KDR" "1.130435"
  107632. "enemy_kills" "52"
  107633. "deaths" "46"
  107634. "matches_played" "2"
  107635. }
  107636. "stage6"
  107637. {
  107638. "clutch_kills" "7"
  107639. "pistol_kills" "9"
  107640. "opening_kills" "4"
  107641. "sniper_kills" "5"
  107642. "KDR" "1.055556"
  107643. "enemy_kills" "38"
  107644. "deaths" "36"
  107645. "matches_played" "2"
  107646. }
  107647. }
  107648. "10"
  107649. {
  107650. "team" "14"
  107651. "clutch_kills" "9"
  107652. "pistol_kills" "34"
  107653. "opening_kills" "29"
  107654. "sniper_kills" "4"
  107655. "KDR" "1.308219"
  107656. "enemy_kills" "191"
  107657. "deaths" "146"
  107658. "matches_played" "9"
  107659. "stage0"
  107660. {
  107661. "clutch_kills" "0"
  107662. "pistol_kills" "4"
  107663. "opening_kills" "4"
  107664. "sniper_kills" "0"
  107665. "KDR" "1.294118"
  107666. "enemy_kills" "22"
  107667. "deaths" "17"
  107668. "matches_played" "1"
  107669. }
  107670. "stage1"
  107671. {
  107672. "clutch_kills" "0"
  107673. "pistol_kills" "6"
  107674. "opening_kills" "5"
  107675. "sniper_kills" "0"
  107676. "KDR" "2.100000"
  107677. "enemy_kills" "21"
  107678. "deaths" "10"
  107679. "matches_played" "1"
  107680. }
  107681. "stage3"
  107682. {
  107683. "clutch_kills" "3"
  107684. "pistol_kills" "11"
  107685. "opening_kills" "7"
  107686. "sniper_kills" "4"
  107687. "KDR" "1.297297"
  107688. "enemy_kills" "48"
  107689. "deaths" "37"
  107690. "matches_played" "2"
  107691. }
  107692. "stage4"
  107693. {
  107694. "clutch_kills" "3"
  107695. "pistol_kills" "5"
  107696. "opening_kills" "7"
  107697. "sniper_kills" "0"
  107698. "KDR" "1.035714"
  107699. "enemy_kills" "58"
  107700. "deaths" "56"
  107701. "matches_played" "3"
  107702. }
  107703. "stage5"
  107704. {
  107705. "clutch_kills" "3"
  107706. "pistol_kills" "8"
  107707. "opening_kills" "6"
  107708. "sniper_kills" "0"
  107709. "KDR" "1.615385"
  107710. "enemy_kills" "42"
  107711. "deaths" "26"
  107712. "matches_played" "2"
  107713. }
  107714. }
  107715. "11"
  107716. {
  107717. "team" "14"
  107718. }
  107719. "12"
  107720. {
  107721. "team" "14"
  107722. }
  107723. "13"
  107724. {
  107725. "team" "14"
  107726. }
  107727. }
  107728. }
  107729. "57312567"
  107730. {
  107731. "name" "pyth"
  107732. "code" "pyth"
  107733. "dob" "1993-09-21"
  107734. "geo" "SE"
  107735. "events"
  107736. {
  107737. "10"
  107738. {
  107739. "team" "1"
  107740. "clutch_kills" "8"
  107741. "pistol_kills" "18"
  107742. "opening_kills" "13"
  107743. "sniper_kills" "11"
  107744. "KDR" "0.977012"
  107745. "enemy_kills" "85"
  107746. "deaths" "87"
  107747. "matches_played" "5"
  107748. "stage0"
  107749. {
  107750. "clutch_kills" "0"
  107751. "pistol_kills" "5"
  107752. "opening_kills" "3"
  107753. "sniper_kills" "2"
  107754. "KDR" "2.875000"
  107755. "enemy_kills" "23"
  107756. "deaths" "8"
  107757. "matches_played" "1"
  107758. }
  107759. "stage1"
  107760. {
  107761. "clutch_kills" "3"
  107762. "pistol_kills" "2"
  107763. "opening_kills" "2"
  107764. "sniper_kills" "2"
  107765. "KDR" "0.523810"
  107766. "enemy_kills" "11"
  107767. "deaths" "21"
  107768. "matches_played" "1"
  107769. }
  107770. "stage2"
  107771. {
  107772. "clutch_kills" "5"
  107773. "pistol_kills" "11"
  107774. "opening_kills" "8"
  107775. "sniper_kills" "7"
  107776. "KDR" "0.879310"
  107777. "enemy_kills" "51"
  107778. "deaths" "58"
  107779. "matches_played" "3"
  107780. }
  107781. }
  107782. }
  107783. }
  107784. "24868593"
  107785. {
  107786. "name" "jasonR"
  107787. "code" "jasonr"
  107788. "dob" "1994-08-02"
  107789. "geo" "CA"
  107790. "events"
  107791. {
  107792. "9"
  107793. {
  107794. "team" "62"
  107795. "clutch_kills" "1"
  107796. "pistol_kills" "3"
  107797. "opening_kills" "0"
  107798. "sniper_kills" "0"
  107799. "KDR" "0.352941"
  107800. "enemy_kills" "12"
  107801. "deaths" "34"
  107802. "matches_played" "2"
  107803. "stage0"
  107804. {
  107805. "clutch_kills" "0"
  107806. "pistol_kills" "2"
  107807. "opening_kills" "0"
  107808. "sniper_kills" "0"
  107809. "KDR" "0.277778"
  107810. "enemy_kills" "5"
  107811. "deaths" "18"
  107812. "matches_played" "1"
  107813. }
  107814. "stage1"
  107815. {
  107816. "clutch_kills" "1"
  107817. "pistol_kills" "1"
  107818. "opening_kills" "0"
  107819. "sniper_kills" "0"
  107820. "KDR" "0.437500"
  107821. "enemy_kills" "7"
  107822. "deaths" "16"
  107823. "matches_played" "1"
  107824. }
  107825. }
  107826. }
  107827. }
  107828. "411777"
  107829. {
  107830. "name" "arya"
  107831. "code" "arya"
  107832. "dob" "1992-09-26"
  107833. "geo" "US"
  107834. "events"
  107835. {
  107836. "9"
  107837. {
  107838. "team" "62"
  107839. "clutch_kills" "3"
  107840. "pistol_kills" "10"
  107841. "opening_kills" "7"
  107842. "sniper_kills" "5"
  107843. "KDR" "0.656250"
  107844. "enemy_kills" "21"
  107845. "deaths" "32"
  107846. "matches_played" "2"
  107847. "stage0"
  107848. {
  107849. "clutch_kills" "1"
  107850. "pistol_kills" "3"
  107851. "opening_kills" "3"
  107852. "sniper_kills" "2"
  107853. "KDR" "0.444444"
  107854. "enemy_kills" "8"
  107855. "deaths" "18"
  107856. "matches_played" "1"
  107857. }
  107858. "stage1"
  107859. {
  107860. "clutch_kills" "2"
  107861. "pistol_kills" "7"
  107862. "opening_kills" "4"
  107863. "sniper_kills" "3"
  107864. "KDR" "0.928571"
  107865. "enemy_kills" "13"
  107866. "deaths" "14"
  107867. "matches_played" "1"
  107868. }
  107869. }
  107870. }
  107871. }
  107872. "2029235"
  107873. {
  107874. "name" "Professor_Chaos"
  107875. "code" "professorchaos"
  107876. "dob" "1990-03-31"
  107877. "geo" "US"
  107878. "events"
  107879. {
  107880. "9"
  107881. {
  107882. "team" "62"
  107883. "clutch_kills" "3"
  107884. "pistol_kills" "9"
  107885. "opening_kills" "3"
  107886. "sniper_kills" "0"
  107887. "KDR" "0.529412"
  107888. "enemy_kills" "18"
  107889. "deaths" "34"
  107890. "matches_played" "2"
  107891. "stage0"
  107892. {
  107893. "clutch_kills" "0"
  107894. "pistol_kills" "4"
  107895. "opening_kills" "2"
  107896. "sniper_kills" "0"
  107897. "KDR" "0.555556"
  107898. "enemy_kills" "10"
  107899. "deaths" "18"
  107900. "matches_played" "1"
  107901. }
  107902. "stage1"
  107903. {
  107904. "clutch_kills" "3"
  107905. "pistol_kills" "5"
  107906. "opening_kills" "1"
  107907. "sniper_kills" "0"
  107908. "KDR" "0.500000"
  107909. "enemy_kills" "8"
  107910. "deaths" "16"
  107911. "matches_played" "1"
  107912. }
  107913. }
  107914. }
  107915. }
  107916. "100534297"
  107917. {
  107918. "name" "DAVEY"
  107919. "code" "davey"
  107920. "dob" "1996-04-29"
  107921. "geo" "CA"
  107922. "events"
  107923. {
  107924. "9"
  107925. {
  107926. "team" "62"
  107927. "clutch_kills" "5"
  107928. "pistol_kills" "9"
  107929. "opening_kills" "6"
  107930. "sniper_kills" "17"
  107931. "KDR" "0.939394"
  107932. "enemy_kills" "31"
  107933. "deaths" "33"
  107934. "matches_played" "2"
  107935. "stage0"
  107936. {
  107937. "clutch_kills" "5"
  107938. "pistol_kills" "6"
  107939. "opening_kills" "2"
  107940. "sniper_kills" "8"
  107941. "KDR" "1.187500"
  107942. "enemy_kills" "19"
  107943. "deaths" "16"
  107944. "matches_played" "1"
  107945. }
  107946. "stage1"
  107947. {
  107948. "clutch_kills" "0"
  107949. "pistol_kills" "3"
  107950. "opening_kills" "4"
  107951. "sniper_kills" "9"
  107952. "KDR" "0.705882"
  107953. "enemy_kills" "12"
  107954. "deaths" "17"
  107955. "matches_played" "1"
  107956. }
  107957. }
  107958. }
  107959. }
  107960. "25060851"
  107961. {
  107962. "name" "abE"
  107963. "code" "abe"
  107964. "dob" "1992-09-04"
  107965. "geo" "US"
  107966. "events"
  107967. {
  107968. "9"
  107969. {
  107970. "team" "62"
  107971. "clutch_kills" "0"
  107972. "pistol_kills" "7"
  107973. "opening_kills" "1"
  107974. "sniper_kills" "0"
  107975. "KDR" "0.361111"
  107976. "enemy_kills" "13"
  107977. "deaths" "36"
  107978. "matches_played" "2"
  107979. "stage0"
  107980. {
  107981. "clutch_kills" "0"
  107982. "pistol_kills" "4"
  107983. "opening_kills" "1"
  107984. "sniper_kills" "0"
  107985. "KDR" "0.421053"
  107986. "enemy_kills" "8"
  107987. "deaths" "19"
  107988. "matches_played" "1"
  107989. }
  107990. "stage1"
  107991. {
  107992. "clutch_kills" "0"
  107993. "pistol_kills" "3"
  107994. "opening_kills" "0"
  107995. "sniper_kills" "0"
  107996. "KDR" "0.294118"
  107997. "enemy_kills" "5"
  107998. "deaths" "17"
  107999. "matches_played" "1"
  108000. }
  108001. }
  108002. }
  108003. }
  108004. "73936547"
  108005. {
  108006. "name" "s1mple"
  108007. "code" "s1mple"
  108008. "dob" "1997-10-02"
  108009. "geo" "UA"
  108010. "events"
  108011. {
  108012. "9"
  108013. {
  108014. "team" "48"
  108015. "clutch_kills" "5"
  108016. "pistol_kills" "30"
  108017. "opening_kills" "42"
  108018. "sniper_kills" "84"
  108019. "KDR" "1.191358"
  108020. "enemy_kills" "193"
  108021. "deaths" "162"
  108022. "matches_played" "7"
  108023. "stage0"
  108024. {
  108025. "clutch_kills" "0"
  108026. "pistol_kills" "3"
  108027. "opening_kills" "2"
  108028. "sniper_kills" "6"
  108029. "KDR" "0.937500"
  108030. "enemy_kills" "15"
  108031. "deaths" "16"
  108032. "matches_played" "1"
  108033. }
  108034. "stage1"
  108035. {
  108036. "clutch_kills" "1"
  108037. "pistol_kills" "5"
  108038. "opening_kills" "9"
  108039. "sniper_kills" "20"
  108040. "KDR" "1.370370"
  108041. "enemy_kills" "37"
  108042. "deaths" "27"
  108043. "matches_played" "1"
  108044. }
  108045. "stage3"
  108046. {
  108047. "clutch_kills" "1"
  108048. "pistol_kills" "7"
  108049. "opening_kills" "14"
  108050. "sniper_kills" "34"
  108051. "KDR" "1.485714"
  108052. "enemy_kills" "52"
  108053. "deaths" "35"
  108054. "matches_played" "2"
  108055. }
  108056. "stage4"
  108057. {
  108058. "clutch_kills" "1"
  108059. "pistol_kills" "9"
  108060. "opening_kills" "13"
  108061. "sniper_kills" "23"
  108062. "KDR" "1.019231"
  108063. "enemy_kills" "53"
  108064. "deaths" "52"
  108065. "matches_played" "2"
  108066. }
  108067. "stage5"
  108068. {
  108069. "clutch_kills" "2"
  108070. "pistol_kills" "6"
  108071. "opening_kills" "4"
  108072. "sniper_kills" "1"
  108073. "KDR" "1.125000"
  108074. "enemy_kills" "36"
  108075. "deaths" "32"
  108076. "matches_played" "1"
  108077. }
  108078. }
  108079. "10"
  108080. {
  108081. "team" "48"
  108082. "clutch_kills" "13"
  108083. "pistol_kills" "44"
  108084. "opening_kills" "28"
  108085. "sniper_kills" "38"
  108086. "KDR" "1.165803"
  108087. "enemy_kills" "225"
  108088. "deaths" "193"
  108089. "matches_played" "11"
  108090. "stage0"
  108091. {
  108092. "clutch_kills" "0"
  108093. "pistol_kills" "5"
  108094. "opening_kills" "2"
  108095. "sniper_kills" "1"
  108096. "KDR" "1"
  108097. "enemy_kills" "14"
  108098. "deaths" "14"
  108099. "matches_played" "1"
  108100. }
  108101. "stage1"
  108102. {
  108103. "clutch_kills" "0"
  108104. "pistol_kills" "8"
  108105. "opening_kills" "4"
  108106. "sniper_kills" "3"
  108107. "KDR" "1.285714"
  108108. "enemy_kills" "27"
  108109. "deaths" "21"
  108110. "matches_played" "1"
  108111. }
  108112. "stage2"
  108113. {
  108114. "clutch_kills" "0"
  108115. "pistol_kills" "6"
  108116. "opening_kills" "5"
  108117. "sniper_kills" "10"
  108118. "KDR" "1.413793"
  108119. "enemy_kills" "41"
  108120. "deaths" "29"
  108121. "matches_played" "2"
  108122. }
  108123. "stage3"
  108124. {
  108125. "clutch_kills" "7"
  108126. "pistol_kills" "11"
  108127. "opening_kills" "8"
  108128. "sniper_kills" "4"
  108129. "KDR" "1.240741"
  108130. "enemy_kills" "67"
  108131. "deaths" "54"
  108132. "matches_played" "3"
  108133. }
  108134. "stage4"
  108135. {
  108136. "clutch_kills" "6"
  108137. "pistol_kills" "8"
  108138. "opening_kills" "8"
  108139. "sniper_kills" "19"
  108140. "KDR" "1.375000"
  108141. "enemy_kills" "55"
  108142. "deaths" "40"
  108143. "matches_played" "2"
  108144. }
  108145. "stage5"
  108146. {
  108147. "clutch_kills" "0"
  108148. "pistol_kills" "6"
  108149. "opening_kills" "1"
  108150. "sniper_kills" "1"
  108151. "KDR" "0.600000"
  108152. "enemy_kills" "21"
  108153. "deaths" "35"
  108154. "matches_played" "2"
  108155. }
  108156. }
  108157. "11"
  108158. {
  108159. "team" "12"
  108160. }
  108161. "12"
  108162. {
  108163. "team" "12"
  108164. }
  108165. "13"
  108166. {
  108167. "team" "12"
  108168. }
  108169. }
  108170. }
  108171. "38340970"
  108172. {
  108173. "name" "wayLander"
  108174. "code" "waylander"
  108175. "dob" "1994-04-22"
  108176. "geo" "FI"
  108177. "events"
  108178. {
  108179. "9"
  108180. {
  108181. "team" "63"
  108182. "clutch_kills" "7"
  108183. "pistol_kills" "11"
  108184. "opening_kills" "13"
  108185. "sniper_kills" "2"
  108186. "KDR" "0.931373"
  108187. "enemy_kills" "95"
  108188. "deaths" "102"
  108189. "matches_played" "5"
  108190. "stage0"
  108191. {
  108192. "clutch_kills" "1"
  108193. "pistol_kills" "1"
  108194. "opening_kills" "3"
  108195. "sniper_kills" "0"
  108196. "KDR" "0.652174"
  108197. "enemy_kills" "15"
  108198. "deaths" "23"
  108199. "matches_played" "1"
  108200. }
  108201. "stage1"
  108202. {
  108203. "clutch_kills" "4"
  108204. "pistol_kills" "3"
  108205. "opening_kills" "6"
  108206. "sniper_kills" "0"
  108207. "KDR" "1.875000"
  108208. "enemy_kills" "30"
  108209. "deaths" "16"
  108210. "matches_played" "1"
  108211. }
  108212. "stage2"
  108213. {
  108214. "clutch_kills" "2"
  108215. "pistol_kills" "7"
  108216. "opening_kills" "4"
  108217. "sniper_kills" "2"
  108218. "KDR" "0.793651"
  108219. "enemy_kills" "50"
  108220. "deaths" "63"
  108221. "matches_played" "3"
  108222. }
  108223. }
  108224. "10"
  108225. {
  108226. "team" "43"
  108227. "clutch_kills" "9"
  108228. "pistol_kills" "16"
  108229. "opening_kills" "20"
  108230. "sniper_kills" "0"
  108231. "KDR" "1.022556"
  108232. "enemy_kills" "136"
  108233. "deaths" "133"
  108234. "matches_played" "7"
  108235. "stage0"
  108236. {
  108237. "clutch_kills" "1"
  108238. "pistol_kills" "5"
  108239. "opening_kills" "3"
  108240. "sniper_kills" "0"
  108241. "KDR" "0.681818"
  108242. "enemy_kills" "15"
  108243. "deaths" "22"
  108244. "matches_played" "1"
  108245. }
  108246. "stage1"
  108247. {
  108248. "clutch_kills" "0"
  108249. "pistol_kills" "0"
  108250. "opening_kills" "1"
  108251. "sniper_kills" "0"
  108252. "KDR" "0.950000"
  108253. "enemy_kills" "19"
  108254. "deaths" "20"
  108255. "matches_played" "1"
  108256. }
  108257. "stage2"
  108258. {
  108259. "clutch_kills" "3"
  108260. "pistol_kills" "7"
  108261. "opening_kills" "13"
  108262. "sniper_kills" "0"
  108263. "KDR" "1.307692"
  108264. "enemy_kills" "68"
  108265. "deaths" "52"
  108266. "matches_played" "3"
  108267. }
  108268. "stage3"
  108269. {
  108270. "clutch_kills" "5"
  108271. "pistol_kills" "4"
  108272. "opening_kills" "3"
  108273. "sniper_kills" "0"
  108274. "KDR" "0.871795"
  108275. "enemy_kills" "34"
  108276. "deaths" "39"
  108277. "matches_played" "2"
  108278. }
  108279. }
  108280. "11"
  108281. {
  108282. "team" "43"
  108283. }
  108284. "12"
  108285. {
  108286. "team" "43"
  108287. }
  108288. "13"
  108289. {
  108290. "team" "43"
  108291. }
  108292. }
  108293. }
  108294. "146641530"
  108295. {
  108296. "name" "Dosia"
  108297. "code" "dosia"
  108298. "dob" "1988-06-19"
  108299. "geo" "RU"
  108300. "events"
  108301. {
  108302. "9"
  108303. {
  108304. "team" "63"
  108305. "clutch_kills" "10"
  108306. "pistol_kills" "8"
  108307. "opening_kills" "12"
  108308. "sniper_kills" "2"
  108309. "KDR" "0.900000"
  108310. "enemy_kills" "90"
  108311. "deaths" "100"
  108312. "matches_played" "5"
  108313. "stage0"
  108314. {
  108315. "clutch_kills" "3"
  108316. "pistol_kills" "3"
  108317. "opening_kills" "2"
  108318. "sniper_kills" "0"
  108319. "KDR" "0.826087"
  108320. "enemy_kills" "19"
  108321. "deaths" "23"
  108322. "matches_played" "1"
  108323. }
  108324. "stage1"
  108325. {
  108326. "clutch_kills" "2"
  108327. "pistol_kills" "2"
  108328. "opening_kills" "1"
  108329. "sniper_kills" "0"
  108330. "KDR" "0.950000"
  108331. "enemy_kills" "19"
  108332. "deaths" "20"
  108333. "matches_played" "1"
  108334. }
  108335. "stage2"
  108336. {
  108337. "clutch_kills" "5"
  108338. "pistol_kills" "3"
  108339. "opening_kills" "9"
  108340. "sniper_kills" "2"
  108341. "KDR" "0.912281"
  108342. "enemy_kills" "52"
  108343. "deaths" "57"
  108344. "matches_played" "3"
  108345. }
  108346. }
  108347. "10"
  108348. {
  108349. "team" "63"
  108350. "clutch_kills" "4"
  108351. "pistol_kills" "11"
  108352. "opening_kills" "8"
  108353. "sniper_kills" "2"
  108354. "KDR" "0.776119"
  108355. "enemy_kills" "52"
  108356. "deaths" "67"
  108357. "matches_played" "4"
  108358. "stage0"
  108359. {
  108360. "clutch_kills" "0"
  108361. "pistol_kills" "1"
  108362. "opening_kills" "3"
  108363. "sniper_kills" "2"
  108364. "KDR" "0.882353"
  108365. "enemy_kills" "15"
  108366. "deaths" "17"
  108367. "matches_played" "1"
  108368. }
  108369. "stage1"
  108370. {
  108371. "clutch_kills" "2"
  108372. "pistol_kills" "3"
  108373. "opening_kills" "0"
  108374. "sniper_kills" "0"
  108375. "KDR" "1.538462"
  108376. "enemy_kills" "20"
  108377. "deaths" "13"
  108378. "matches_played" "1"
  108379. }
  108380. "stage3"
  108381. {
  108382. "clutch_kills" "2"
  108383. "pistol_kills" "7"
  108384. "opening_kills" "5"
  108385. "sniper_kills" "0"
  108386. "KDR" "0.459459"
  108387. "enemy_kills" "17"
  108388. "deaths" "37"
  108389. "matches_played" "2"
  108390. }
  108391. }
  108392. "11"
  108393. {
  108394. "team" "63"
  108395. }
  108396. "12"
  108397. {
  108398. "team" "63"
  108399. }
  108400. "13"
  108401. {
  108402. "team" "63"
  108403. }
  108404. }
  108405. }
  108406. "5809933"
  108407. {
  108408. "name" "hooch"
  108409. "code" "hooch"
  108410. "dob" "1987-03-13"
  108411. "geo" "RU"
  108412. "events"
  108413. {
  108414. "9"
  108415. {
  108416. "team" "63"
  108417. "clutch_kills" "12"
  108418. "pistol_kills" "24"
  108419. "opening_kills" "10"
  108420. "sniper_kills" "2"
  108421. "KDR" "0.939394"
  108422. "enemy_kills" "93"
  108423. "deaths" "99"
  108424. "matches_played" "5"
  108425. "stage0"
  108426. {
  108427. "clutch_kills" "4"
  108428. "pistol_kills" "8"
  108429. "opening_kills" "2"
  108430. "sniper_kills" "0"
  108431. "KDR" "0.900000"
  108432. "enemy_kills" "18"
  108433. "deaths" "20"
  108434. "matches_played" "1"
  108435. }
  108436. "stage1"
  108437. {
  108438. "clutch_kills" "0"
  108439. "pistol_kills" "3"
  108440. "opening_kills" "0"
  108441. "sniper_kills" "0"
  108442. "KDR" "0.952381"
  108443. "enemy_kills" "20"
  108444. "deaths" "21"
  108445. "matches_played" "1"
  108446. }
  108447. "stage2"
  108448. {
  108449. "clutch_kills" "8"
  108450. "pistol_kills" "13"
  108451. "opening_kills" "8"
  108452. "sniper_kills" "2"
  108453. "KDR" "0.948276"
  108454. "enemy_kills" "55"
  108455. "deaths" "58"
  108456. "matches_played" "3"
  108457. }
  108458. }
  108459. "10"
  108460. {
  108461. "team" "63"
  108462. "clutch_kills" "3"
  108463. "pistol_kills" "6"
  108464. "opening_kills" "5"
  108465. "sniper_kills" "1"
  108466. "KDR" "0.623188"
  108467. "enemy_kills" "43"
  108468. "deaths" "69"
  108469. "matches_played" "4"
  108470. "stage0"
  108471. {
  108472. "clutch_kills" "1"
  108473. "pistol_kills" "2"
  108474. "opening_kills" "1"
  108475. "sniper_kills" "0"
  108476. "KDR" "0.727273"
  108477. "enemy_kills" "16"
  108478. "deaths" "22"
  108479. "matches_played" "1"
  108480. }
  108481. "stage1"
  108482. {
  108483. "clutch_kills" "0"
  108484. "pistol_kills" "1"
  108485. "opening_kills" "2"
  108486. "sniper_kills" "0"
  108487. "KDR" "1"
  108488. "enemy_kills" "13"
  108489. "deaths" "13"
  108490. "matches_played" "1"
  108491. }
  108492. "stage3"
  108493. {
  108494. "clutch_kills" "2"
  108495. "pistol_kills" "3"
  108496. "opening_kills" "2"
  108497. "sniper_kills" "1"
  108498. "KDR" "0.411765"
  108499. "enemy_kills" "14"
  108500. "deaths" "34"
  108501. "matches_played" "2"
  108502. }
  108503. }
  108504. }
  108505. }
  108506. "52678767"
  108507. {
  108508. "name" "mou"
  108509. "code" "mou"
  108510. "dob" "1991-10-17"
  108511. "geo" "KZ"
  108512. "events"
  108513. {
  108514. "9"
  108515. {
  108516. "team" "63"
  108517. "clutch_kills" "6"
  108518. "pistol_kills" "19"
  108519. "opening_kills" "15"
  108520. "sniper_kills" "33"
  108521. "KDR" "0.886598"
  108522. "enemy_kills" "86"
  108523. "deaths" "97"
  108524. "matches_played" "5"
  108525. "stage0"
  108526. {
  108527. "clutch_kills" "2"
  108528. "pistol_kills" "4"
  108529. "opening_kills" "3"
  108530. "sniper_kills" "6"
  108531. "KDR" "1"
  108532. "enemy_kills" "18"
  108533. "deaths" "18"
  108534. "matches_played" "1"
  108535. }
  108536. "stage1"
  108537. {
  108538. "clutch_kills" "0"
  108539. "pistol_kills" "5"
  108540. "opening_kills" "2"
  108541. "sniper_kills" "5"
  108542. "KDR" "0.789474"
  108543. "enemy_kills" "15"
  108544. "deaths" "19"
  108545. "matches_played" "1"
  108546. }
  108547. "stage2"
  108548. {
  108549. "clutch_kills" "4"
  108550. "pistol_kills" "10"
  108551. "opening_kills" "10"
  108552. "sniper_kills" "22"
  108553. "KDR" "0.883333"
  108554. "enemy_kills" "53"
  108555. "deaths" "60"
  108556. "matches_played" "3"
  108557. }
  108558. }
  108559. "10"
  108560. {
  108561. "team" "63"
  108562. "clutch_kills" "2"
  108563. "pistol_kills" "12"
  108564. "opening_kills" "12"
  108565. "sniper_kills" "34"
  108566. "KDR" "0.932203"
  108567. "enemy_kills" "55"
  108568. "deaths" "59"
  108569. "matches_played" "4"
  108570. "stage0"
  108571. {
  108572. "clutch_kills" "1"
  108573. "pistol_kills" "3"
  108574. "opening_kills" "8"
  108575. "sniper_kills" "17"
  108576. "KDR" "1.235294"
  108577. "enemy_kills" "21"
  108578. "deaths" "17"
  108579. "matches_played" "1"
  108580. }
  108581. "stage1"
  108582. {
  108583. "clutch_kills" "1"
  108584. "pistol_kills" "6"
  108585. "opening_kills" "1"
  108586. "sniper_kills" "9"
  108587. "KDR" "2"
  108588. "enemy_kills" "18"
  108589. "deaths" "9"
  108590. "matches_played" "1"
  108591. }
  108592. "stage3"
  108593. {
  108594. "clutch_kills" "0"
  108595. "pistol_kills" "3"
  108596. "opening_kills" "3"
  108597. "sniper_kills" "8"
  108598. "KDR" "0.484848"
  108599. "enemy_kills" "16"
  108600. "deaths" "33"
  108601. "matches_played" "2"
  108602. }
  108603. }
  108604. "11"
  108605. {
  108606. "team" "63"
  108607. }
  108608. "12"
  108609. {
  108610. "team" "63"
  108611. }
  108612. "13"
  108613. {
  108614. "team" "63"
  108615. }
  108616. }
  108617. }
  108618. "46200979"
  108619. {
  108620. "name" "AdreN"
  108621. "code" "adrenkz"
  108622. "dob" "1990-02-04"
  108623. "geo" "KZ"
  108624. "events"
  108625. {
  108626. "9"
  108627. {
  108628. "team" "63"
  108629. "clutch_kills" "13"
  108630. "pistol_kills" "24"
  108631. "opening_kills" "14"
  108632. "sniper_kills" "0"
  108633. "KDR" "1"
  108634. "enemy_kills" "98"
  108635. "deaths" "98"
  108636. "matches_played" "5"
  108637. "stage0"
  108638. {
  108639. "clutch_kills" "2"
  108640. "pistol_kills" "5"
  108641. "opening_kills" "2"
  108642. "sniper_kills" "0"
  108643. "KDR" "0.904762"
  108644. "enemy_kills" "19"
  108645. "deaths" "21"
  108646. "matches_played" "1"
  108647. }
  108648. "stage1"
  108649. {
  108650. "clutch_kills" "2"
  108651. "pistol_kills" "0"
  108652. "opening_kills" "3"
  108653. "sniper_kills" "0"
  108654. "KDR" "0.900000"
  108655. "enemy_kills" "18"
  108656. "deaths" "20"
  108657. "matches_played" "1"
  108658. }
  108659. "stage2"
  108660. {
  108661. "clutch_kills" "9"
  108662. "pistol_kills" "19"
  108663. "opening_kills" "9"
  108664. "sniper_kills" "0"
  108665. "KDR" "1.070175"
  108666. "enemy_kills" "61"
  108667. "deaths" "57"
  108668. "matches_played" "3"
  108669. }
  108670. }
  108671. "10"
  108672. {
  108673. "team" "63"
  108674. "clutch_kills" "3"
  108675. "pistol_kills" "11"
  108676. "opening_kills" "13"
  108677. "sniper_kills" "0"
  108678. "KDR" "1.075758"
  108679. "enemy_kills" "71"
  108680. "deaths" "66"
  108681. "matches_played" "4"
  108682. "stage0"
  108683. {
  108684. "clutch_kills" "1"
  108685. "pistol_kills" "3"
  108686. "opening_kills" "2"
  108687. "sniper_kills" "0"
  108688. "KDR" "1.315789"
  108689. "enemy_kills" "25"
  108690. "deaths" "19"
  108691. "matches_played" "1"
  108692. }
  108693. "stage1"
  108694. {
  108695. "clutch_kills" "0"
  108696. "pistol_kills" "1"
  108697. "opening_kills" "7"
  108698. "sniper_kills" "0"
  108699. "KDR" "1.714286"
  108700. "enemy_kills" "24"
  108701. "deaths" "14"
  108702. "matches_played" "1"
  108703. }
  108704. "stage3"
  108705. {
  108706. "clutch_kills" "2"
  108707. "pistol_kills" "7"
  108708. "opening_kills" "4"
  108709. "sniper_kills" "0"
  108710. "KDR" "0.666667"
  108711. "enemy_kills" "22"
  108712. "deaths" "33"
  108713. "matches_played" "2"
  108714. }
  108715. }
  108716. "11"
  108717. {
  108718. "team" "63"
  108719. }
  108720. "12"
  108721. {
  108722. "team" "63"
  108723. }
  108724. "13"
  108725. {
  108726. "team" "63"
  108727. }
  108728. }
  108729. }
  108730. "44238623"
  108731. {
  108732. "name" "DEVIL"
  108733. "code" "devil"
  108734. "dob" "1994-12-11"
  108735. "geo" "FR"
  108736. "events"
  108737. {
  108738. "9"
  108739. {
  108740. "team" "46"
  108741. "clutch_kills" "2"
  108742. "pistol_kills" "6"
  108743. "opening_kills" "3"
  108744. "sniper_kills" "0"
  108745. "KDR" "0.756757"
  108746. "enemy_kills" "28"
  108747. "deaths" "37"
  108748. "matches_played" "2"
  108749. "stage0"
  108750. {
  108751. "clutch_kills" "2"
  108752. "pistol_kills" "5"
  108753. "opening_kills" "0"
  108754. "sniper_kills" "0"
  108755. "KDR" "0.823529"
  108756. "enemy_kills" "14"
  108757. "deaths" "17"
  108758. "matches_played" "1"
  108759. }
  108760. "stage1"
  108761. {
  108762. "clutch_kills" "0"
  108763. "pistol_kills" "1"
  108764. "opening_kills" "3"
  108765. "sniper_kills" "0"
  108766. "KDR" "0.700000"
  108767. "enemy_kills" "14"
  108768. "deaths" "20"
  108769. "matches_played" "1"
  108770. }
  108771. }
  108772. "10"
  108773. {
  108774. "team" "46"
  108775. "clutch_kills" "2"
  108776. "pistol_kills" "5"
  108777. "opening_kills" "3"
  108778. "sniper_kills" "1"
  108779. "KDR" "0.600000"
  108780. "enemy_kills" "24"
  108781. "deaths" "40"
  108782. "matches_played" "2"
  108783. "stage0"
  108784. {
  108785. "clutch_kills" "2"
  108786. "pistol_kills" "4"
  108787. "opening_kills" "1"
  108788. "sniper_kills" "1"
  108789. "KDR" "0.450000"
  108790. "enemy_kills" "9"
  108791. "deaths" "20"
  108792. "matches_played" "1"
  108793. }
  108794. "stage1"
  108795. {
  108796. "clutch_kills" "0"
  108797. "pistol_kills" "1"
  108798. "opening_kills" "2"
  108799. "sniper_kills" "0"
  108800. "KDR" "0.750000"
  108801. "enemy_kills" "15"
  108802. "deaths" "20"
  108803. "matches_played" "1"
  108804. }
  108805. }
  108806. }
  108807. }
  108808. "158900"
  108809. {
  108810. "name" "THREAT"
  108811. "code" "threat"
  108812. "dob" "1988-04-05"
  108813. "geo" "SE"
  108814. "events"
  108815. {
  108816. "9"
  108817. {
  108818. "team" "1"
  108819. "clutch_kills" "8"
  108820. "pistol_kills" "19"
  108821. "opening_kills" "5"
  108822. "sniper_kills" "0"
  108823. "KDR" "0.709924"
  108824. "enemy_kills" "93"
  108825. "deaths" "131"
  108826. "matches_played" "7"
  108827. "stage0"
  108828. {
  108829. "clutch_kills" "1"
  108830. "pistol_kills" "2"
  108831. "opening_kills" "0"
  108832. "sniper_kills" "0"
  108833. "KDR" "0.708333"
  108834. "enemy_kills" "17"
  108835. "deaths" "24"
  108836. "matches_played" "1"
  108837. }
  108838. "stage1"
  108839. {
  108840. "clutch_kills" "1"
  108841. "pistol_kills" "3"
  108842. "opening_kills" "0"
  108843. "sniper_kills" "0"
  108844. "KDR" "0.352941"
  108845. "enemy_kills" "6"
  108846. "deaths" "17"
  108847. "matches_played" "1"
  108848. }
  108849. "stage2"
  108850. {
  108851. "clutch_kills" "3"
  108852. "pistol_kills" "9"
  108853. "opening_kills" "5"
  108854. "sniper_kills" "0"
  108855. "KDR" "1.040000"
  108856. "enemy_kills" "52"
  108857. "deaths" "50"
  108858. "matches_played" "3"
  108859. }
  108860. "stage3"
  108861. {
  108862. "clutch_kills" "3"
  108863. "pistol_kills" "5"
  108864. "opening_kills" "0"
  108865. "sniper_kills" "0"
  108866. "KDR" "0.450000"
  108867. "enemy_kills" "18"
  108868. "deaths" "40"
  108869. "matches_played" "2"
  108870. }
  108871. }
  108872. }
  108873. }
  108874. "161590"
  108875. {
  108876. "name" "koosta"
  108877. "code" "koosta"
  108878. "dob" "1996-03-06"
  108879. "geo" "US"
  108880. "events"
  108881. {
  108882. "10"
  108883. {
  108884. "team" "49"
  108885. "clutch_kills" "0"
  108886. "pistol_kills" "6"
  108887. "opening_kills" "5"
  108888. "sniper_kills" "14"
  108889. "KDR" "0.611111"
  108890. "enemy_kills" "22"
  108891. "deaths" "36"
  108892. "matches_played" "2"
  108893. "stage0"
  108894. {
  108895. "clutch_kills" "0"
  108896. "pistol_kills" "3"
  108897. "opening_kills" "4"
  108898. "sniper_kills" "12"
  108899. "KDR" "0.761905"
  108900. "enemy_kills" "16"
  108901. "deaths" "21"
  108902. "matches_played" "1"
  108903. }
  108904. "stage1"
  108905. {
  108906. "clutch_kills" "0"
  108907. "pistol_kills" "3"
  108908. "opening_kills" "1"
  108909. "sniper_kills" "2"
  108910. "KDR" "0.400000"
  108911. "enemy_kills" "6"
  108912. "deaths" "15"
  108913. "matches_played" "1"
  108914. }
  108915. }
  108916. }
  108917. }
  108918. "26459"
  108919. {
  108920. "name" "pita"
  108921. "code" "pita"
  108922. "dob" "1990-12-18"
  108923. "geo" "SE"
  108924. "events"
  108925. {
  108926. "10"
  108927. {
  108928. "team" "49"
  108929. "clutch_kills" "3"
  108930. "pistol_kills" "9"
  108931. "opening_kills" "4"
  108932. "sniper_kills" "2"
  108933. "KDR" "0.911765"
  108934. "enemy_kills" "31"
  108935. "deaths" "34"
  108936. "matches_played" "2"
  108937. "stage0"
  108938. {
  108939. "clutch_kills" "2"
  108940. "pistol_kills" "5"
  108941. "opening_kills" "3"
  108942. "sniper_kills" "2"
  108943. "KDR" "1.105263"
  108944. "enemy_kills" "21"
  108945. "deaths" "19"
  108946. "matches_played" "1"
  108947. }
  108948. "stage1"
  108949. {
  108950. "clutch_kills" "1"
  108951. "pistol_kills" "4"
  108952. "opening_kills" "1"
  108953. "sniper_kills" "0"
  108954. "KDR" "0.666667"
  108955. "enemy_kills" "10"
  108956. "deaths" "15"
  108957. "matches_played" "1"
  108958. }
  108959. }
  108960. }
  108961. }
  108962. "19892353"
  108963. {
  108964. "name" "daps"
  108965. "code" "daps"
  108966. "dob" "1993-07-28"
  108967. "geo" "CA"
  108968. "events"
  108969. {
  108970. "10"
  108971. {
  108972. "team" "66"
  108973. "clutch_kills" "6"
  108974. "pistol_kills" "6"
  108975. "opening_kills" "1"
  108976. "sniper_kills" "0"
  108977. "KDR" "0.512821"
  108978. "enemy_kills" "20"
  108979. "deaths" "39"
  108980. "matches_played" "2"
  108981. "stage0"
  108982. {
  108983. "clutch_kills" "2"
  108984. "pistol_kills" "3"
  108985. "opening_kills" "1"
  108986. "sniper_kills" "0"
  108987. "KDR" "0.529412"
  108988. "enemy_kills" "9"
  108989. "deaths" "17"
  108990. "matches_played" "1"
  108991. }
  108992. "stage1"
  108993. {
  108994. "clutch_kills" "4"
  108995. "pistol_kills" "3"
  108996. "opening_kills" "0"
  108997. "sniper_kills" "0"
  108998. "KDR" "0.500000"
  108999. "enemy_kills" "11"
  109000. "deaths" "22"
  109001. "matches_played" "1"
  109002. }
  109003. }
  109004. }
  109005. }
  109006. "27224124"
  109007. {
  109008. "name" "mixwell"
  109009. "code" "mixwell"
  109010. "dob" "1995-10-10"
  109011. "geo" "ES"
  109012. "events"
  109013. {
  109014. "10"
  109015. {
  109016. "team" "66"
  109017. "clutch_kills" "5"
  109018. "pistol_kills" "10"
  109019. "opening_kills" "8"
  109020. "sniper_kills" "15"
  109021. "KDR" "1.108108"
  109022. "enemy_kills" "41"
  109023. "deaths" "37"
  109024. "matches_played" "2"
  109025. "stage0"
  109026. {
  109027. "clutch_kills" "1"
  109028. "pistol_kills" "3"
  109029. "opening_kills" "2"
  109030. "sniper_kills" "2"
  109031. "KDR" "0.500000"
  109032. "enemy_kills" "9"
  109033. "deaths" "18"
  109034. "matches_played" "1"
  109035. }
  109036. "stage1"
  109037. {
  109038. "clutch_kills" "4"
  109039. "pistol_kills" "7"
  109040. "opening_kills" "6"
  109041. "sniper_kills" "13"
  109042. "KDR" "1.684211"
  109043. "enemy_kills" "32"
  109044. "deaths" "19"
  109045. "matches_played" "1"
  109046. }
  109047. }
  109048. "11"
  109049. {
  109050. "team" "66"
  109051. }
  109052. }
  109053. }
  109054. "40885967"
  109055. {
  109056. "name" "NAF"
  109057. "code" "naf"
  109058. "dob" "1997-11-24"
  109059. "geo" "CA"
  109060. "events"
  109061. {
  109062. "10"
  109063. {
  109064. "team" "66"
  109065. "clutch_kills" "0"
  109066. "pistol_kills" "4"
  109067. "opening_kills" "3"
  109068. "sniper_kills" "1"
  109069. "KDR" "0.550000"
  109070. "enemy_kills" "22"
  109071. "deaths" "40"
  109072. "matches_played" "2"
  109073. "stage0"
  109074. {
  109075. "clutch_kills" "0"
  109076. "pistol_kills" "2"
  109077. "opening_kills" "2"
  109078. "sniper_kills" "1"
  109079. "KDR" "0.421053"
  109080. "enemy_kills" "8"
  109081. "deaths" "19"
  109082. "matches_played" "1"
  109083. }
  109084. "stage1"
  109085. {
  109086. "clutch_kills" "0"
  109087. "pistol_kills" "2"
  109088. "opening_kills" "1"
  109089. "sniper_kills" "0"
  109090. "KDR" "0.666667"
  109091. "enemy_kills" "14"
  109092. "deaths" "21"
  109093. "matches_played" "1"
  109094. }
  109095. }
  109096. "11"
  109097. {
  109098. "team" "66"
  109099. }
  109100. "13"
  109101. {
  109102. "team" "53"
  109103. }
  109104. }
  109105. }
  109106. "63326592"
  109107. {
  109108. "name" "RUSH"
  109109. "code" "rush"
  109110. "dob" "1994-05-05"
  109111. "geo" "US"
  109112. "events"
  109113. {
  109114. "10"
  109115. {
  109116. "team" "66"
  109117. "clutch_kills" "1"
  109118. "pistol_kills" "5"
  109119. "opening_kills" "4"
  109120. "sniper_kills" "0"
  109121. "KDR" "0.750000"
  109122. "enemy_kills" "27"
  109123. "deaths" "36"
  109124. "matches_played" "2"
  109125. "stage0"
  109126. {
  109127. "clutch_kills" "1"
  109128. "pistol_kills" "1"
  109129. "opening_kills" "2"
  109130. "sniper_kills" "0"
  109131. "KDR" "0.647059"
  109132. "enemy_kills" "11"
  109133. "deaths" "17"
  109134. "matches_played" "1"
  109135. }
  109136. "stage1"
  109137. {
  109138. "clutch_kills" "0"
  109139. "pistol_kills" "4"
  109140. "opening_kills" "2"
  109141. "sniper_kills" "0"
  109142. "KDR" "0.842105"
  109143. "enemy_kills" "16"
  109144. "deaths" "19"
  109145. "matches_played" "1"
  109146. }
  109147. }
  109148. "11"
  109149. {
  109150. "team" "66"
  109151. }
  109152. "13"
  109153. {
  109154. "team" "33"
  109155. }
  109156. }
  109157. }
  109158. "21583315"
  109159. {
  109160. "name" "stanislaw"
  109161. "code" "stanislaw"
  109162. "dob" "1994-03-22"
  109163. "geo" "CA"
  109164. "events"
  109165. {
  109166. "10"
  109167. {
  109168. "team" "66"
  109169. "clutch_kills" "3"
  109170. "pistol_kills" "7"
  109171. "opening_kills" "4"
  109172. "sniper_kills" "0"
  109173. "KDR" "0.513514"
  109174. "enemy_kills" "19"
  109175. "deaths" "37"
  109176. "matches_played" "2"
  109177. "stage0"
  109178. {
  109179. "clutch_kills" "3"
  109180. "pistol_kills" "3"
  109181. "opening_kills" "1"
  109182. "sniper_kills" "0"
  109183. "KDR" "0.437500"
  109184. "enemy_kills" "7"
  109185. "deaths" "16"
  109186. "matches_played" "1"
  109187. }
  109188. "stage1"
  109189. {
  109190. "clutch_kills" "0"
  109191. "pistol_kills" "4"
  109192. "opening_kills" "3"
  109193. "sniper_kills" "0"
  109194. "KDR" "0.571429"
  109195. "enemy_kills" "12"
  109196. "deaths" "21"
  109197. "matches_played" "1"
  109198. }
  109199. }
  109200. "11"
  109201. {
  109202. "team" "66"
  109203. }
  109204. "13"
  109205. {
  109206. "team" "48"
  109207. }
  109208. }
  109209. }
  109210. "35103983"
  109211. {
  109212. "name" "RUBINO"
  109213. "code" "rubino"
  109214. "dob" "1994-03-21"
  109215. "geo" "NO"
  109216. "events"
  109217. {
  109218. "10"
  109219. {
  109220. "team" "24"
  109221. "clutch_kills" "7"
  109222. "pistol_kills" "16"
  109223. "opening_kills" "16"
  109224. "sniper_kills" "1"
  109225. "KDR" "1.106383"
  109226. "enemy_kills" "104"
  109227. "deaths" "94"
  109228. "matches_played" "5"
  109229. "stage0"
  109230. {
  109231. "clutch_kills" "0"
  109232. "pistol_kills" "4"
  109233. "opening_kills" "3"
  109234. "sniper_kills" "1"
  109235. "KDR" "0.550000"
  109236. "enemy_kills" "11"
  109237. "deaths" "20"
  109238. "matches_played" "1"
  109239. }
  109240. "stage1"
  109241. {
  109242. "clutch_kills" "1"
  109243. "pistol_kills" "5"
  109244. "opening_kills" "5"
  109245. "sniper_kills" "0"
  109246. "KDR" "4.571429"
  109247. "enemy_kills" "32"
  109248. "deaths" "7"
  109249. "matches_played" "1"
  109250. }
  109251. "stage2"
  109252. {
  109253. "clutch_kills" "6"
  109254. "pistol_kills" "7"
  109255. "opening_kills" "8"
  109256. "sniper_kills" "0"
  109257. "KDR" "0.910448"
  109258. "enemy_kills" "61"
  109259. "deaths" "67"
  109260. "matches_played" "3"
  109261. }
  109262. }
  109263. "11"
  109264. {
  109265. "team" "68"
  109266. }
  109267. }
  109268. }
  109269. "19403447"
  109270. {
  109271. "name" "k0nfig"
  109272. "code" "k0nfig"
  109273. "dob" "1997-04-19"
  109274. "geo" "DK"
  109275. "events"
  109276. {
  109277. "10"
  109278. {
  109279. "team" "24"
  109280. "clutch_kills" "8"
  109281. "pistol_kills" "13"
  109282. "opening_kills" "13"
  109283. "sniper_kills" "0"
  109284. "KDR" "1.065217"
  109285. "enemy_kills" "98"
  109286. "deaths" "92"
  109287. "matches_played" "5"
  109288. "stage0"
  109289. {
  109290. "clutch_kills" "2"
  109291. "pistol_kills" "6"
  109292. "opening_kills" "1"
  109293. "sniper_kills" "0"
  109294. "KDR" "1.315789"
  109295. "enemy_kills" "25"
  109296. "deaths" "19"
  109297. "matches_played" "1"
  109298. }
  109299. "stage1"
  109300. {
  109301. "clutch_kills" "0"
  109302. "pistol_kills" "1"
  109303. "opening_kills" "2"
  109304. "sniper_kills" "0"
  109305. "KDR" "1.333333"
  109306. "enemy_kills" "12"
  109307. "deaths" "9"
  109308. "matches_played" "1"
  109309. }
  109310. "stage2"
  109311. {
  109312. "clutch_kills" "6"
  109313. "pistol_kills" "6"
  109314. "opening_kills" "10"
  109315. "sniper_kills" "0"
  109316. "KDR" "0.953125"
  109317. "enemy_kills" "61"
  109318. "deaths" "64"
  109319. "matches_played" "3"
  109320. }
  109321. }
  109322. "11"
  109323. {
  109324. "team" "68"
  109325. }
  109326. "12"
  109327. {
  109328. "team" "68"
  109329. }
  109330. "13"
  109331. {
  109332. "team" "68"
  109333. }
  109334. }
  109335. }
  109336. "53029647"
  109337. {
  109338. "name" "bodyy"
  109339. "code" "bodyy"
  109340. "dob" "1997-01-08"
  109341. "geo" "FR"
  109342. "events"
  109343. {
  109344. "10"
  109345. {
  109346. "team" "59"
  109347. "clutch_kills" "2"
  109348. "pistol_kills" "8"
  109349. "opening_kills" "5"
  109350. "sniper_kills" "1"
  109351. "KDR" "0.627907"
  109352. "enemy_kills" "27"
  109353. "deaths" "43"
  109354. "matches_played" "2"
  109355. "stage0"
  109356. {
  109357. "clutch_kills" "0"
  109358. "pistol_kills" "2"
  109359. "opening_kills" "4"
  109360. "sniper_kills" "0"
  109361. "KDR" "0.590909"
  109362. "enemy_kills" "13"
  109363. "deaths" "22"
  109364. "matches_played" "1"
  109365. }
  109366. "stage1"
  109367. {
  109368. "clutch_kills" "2"
  109369. "pistol_kills" "6"
  109370. "opening_kills" "1"
  109371. "sniper_kills" "1"
  109372. "KDR" "0.666667"
  109373. "enemy_kills" "14"
  109374. "deaths" "21"
  109375. "matches_played" "1"
  109376. }
  109377. }
  109378. "11"
  109379. {
  109380. "team" "59"
  109381. }
  109382. "12"
  109383. {
  109384. "team" "59"
  109385. }
  109386. "13"
  109387. {
  109388. "team" "59"
  109389. }
  109390. }
  109391. }
  109392. "50245293"
  109393. {
  109394. "name" "gla1ve"
  109395. "code" "gla1ve"
  109396. "dob" "1998-04-27"
  109397. "geo" "DK"
  109398. "events"
  109399. {
  109400. "10"
  109401. {
  109402. "team" "60"
  109403. "clutch_kills" "9"
  109404. "pistol_kills" "29"
  109405. "opening_kills" "19"
  109406. "sniper_kills" "2"
  109407. "KDR" "1.046667"
  109408. "enemy_kills" "157"
  109409. "deaths" "150"
  109410. "matches_played" "7"
  109411. "stage0"
  109412. {
  109413. "clutch_kills" "1"
  109414. "pistol_kills" "4"
  109415. "opening_kills" "4"
  109416. "sniper_kills" "1"
  109417. "KDR" "1.047619"
  109418. "enemy_kills" "22"
  109419. "deaths" "21"
  109420. "matches_played" "1"
  109421. }
  109422. "stage1"
  109423. {
  109424. "clutch_kills" "1"
  109425. "pistol_kills" "4"
  109426. "opening_kills" "2"
  109427. "sniper_kills" "0"
  109428. "KDR" "1"
  109429. "enemy_kills" "17"
  109430. "deaths" "17"
  109431. "matches_played" "1"
  109432. }
  109433. "stage2"
  109434. {
  109435. "clutch_kills" "2"
  109436. "pistol_kills" "10"
  109437. "opening_kills" "9"
  109438. "sniper_kills" "0"
  109439. "KDR" "1.032787"
  109440. "enemy_kills" "63"
  109441. "deaths" "61"
  109442. "matches_played" "3"
  109443. }
  109444. "stage3"
  109445. {
  109446. "clutch_kills" "5"
  109447. "pistol_kills" "11"
  109448. "opening_kills" "4"
  109449. "sniper_kills" "1"
  109450. "KDR" "1.078431"
  109451. "enemy_kills" "55"
  109452. "deaths" "51"
  109453. "matches_played" "2"
  109454. }
  109455. }
  109456. "11"
  109457. {
  109458. "team" "60"
  109459. }
  109460. "12"
  109461. {
  109462. "team" "60"
  109463. }
  109464. "13"
  109465. {
  109466. "team" "60"
  109467. }
  109468. }
  109469. }
  109470. "109497526"
  109471. {
  109472. "name" "spaze"
  109473. "code" "spaze"
  109474. "dob" "1997-05-28"
  109475. "geo" "RU"
  109476. "events"
  109477. {
  109478. "10"
  109479. {
  109480. "team" "63"
  109481. "clutch_kills" "4"
  109482. "pistol_kills" "10"
  109483. "opening_kills" "7"
  109484. "sniper_kills" "0"
  109485. "KDR" "0.852941"
  109486. "enemy_kills" "58"
  109487. "deaths" "68"
  109488. "matches_played" "4"
  109489. "stage0"
  109490. {
  109491. "clutch_kills" "1"
  109492. "pistol_kills" "5"
  109493. "opening_kills" "2"
  109494. "sniper_kills" "0"
  109495. "KDR" "1.200000"
  109496. "enemy_kills" "24"
  109497. "deaths" "20"
  109498. "matches_played" "1"
  109499. }
  109500. "stage1"
  109501. {
  109502. "clutch_kills" "0"
  109503. "pistol_kills" "2"
  109504. "opening_kills" "1"
  109505. "sniper_kills" "0"
  109506. "KDR" "0.857143"
  109507. "enemy_kills" "12"
  109508. "deaths" "14"
  109509. "matches_played" "1"
  109510. }
  109511. "stage3"
  109512. {
  109513. "clutch_kills" "3"
  109514. "pistol_kills" "3"
  109515. "opening_kills" "4"
  109516. "sniper_kills" "0"
  109517. "KDR" "0.647059"
  109518. "enemy_kills" "22"
  109519. "deaths" "34"
  109520. "matches_played" "2"
  109521. }
  109522. }
  109523. }
  109524. }
  109525. "55928431"
  109526. {
  109527. "name" "STYKO"
  109528. "code" "styko"
  109529. "dob" "1996-02-23"
  109530. "geo" "SK"
  109531. "events"
  109532. {
  109533. "11"
  109534. {
  109535. "team" "25"
  109536. }
  109537. "13"
  109538. {
  109539. "team" "29"
  109540. }
  109541. }
  109542. }
  109543. "34322135"
  109544. {
  109545. "name" "Zero"
  109546. "code" "zero"
  109547. "dob" "1998-09-16"
  109548. "geo" "SK"
  109549. "events"
  109550. {
  109551. "11"
  109552. {
  109553. "team" "25"
  109554. }
  109555. }
  109556. }
  109557. "29338592"
  109558. {
  109559. "name" "DeadFox"
  109560. "code" "deadfox"
  109561. "dob" "1995-02-15"
  109562. "geo" "HU"
  109563. "events"
  109564. {
  109565. "11"
  109566. {
  109567. "team" "25"
  109568. }
  109569. }
  109570. }
  109571. "58930363"
  109572. {
  109573. "name" "ANGE1"
  109574. "code" "angel"
  109575. "dob" "1989-09-10"
  109576. "geo" "UA"
  109577. "events"
  109578. {
  109579. "11"
  109580. {
  109581. "team" "25"
  109582. }
  109583. }
  109584. }
  109585. "3429256"
  109586. {
  109587. "name" "SIXER"
  109588. "code" "sixer"
  109589. "dob" "1991-04-21"
  109590. "geo" "FR"
  109591. "events"
  109592. {
  109593. "11"
  109594. {
  109595. "team" "46"
  109596. }
  109597. "13"
  109598. {
  109599. "team" "46"
  109600. }
  109601. }
  109602. }
  109603. "83779379"
  109604. {
  109605. "name" "electronic"
  109606. "code" "electronic"
  109607. "dob" "1998-02-09"
  109608. "geo" "RU"
  109609. "events"
  109610. {
  109611. "11"
  109612. {
  109613. "team" "43"
  109614. }
  109615. "12"
  109616. {
  109617. "team" "43"
  109618. }
  109619. "13"
  109620. {
  109621. "team" "12"
  109622. }
  109623. }
  109624. }
  109625. "19979131"
  109626. {
  109627. "name" "Twist"
  109628. "code" "twist"
  109629. "dob" "1994-12-12"
  109630. "geo" "SE"
  109631. "events"
  109632. {
  109633. "11"
  109634. {
  109635. "team" "6"
  109636. }
  109637. }
  109638. }
  109639. "161262907"
  109640. {
  109641. "name" "disco doplan"
  109642. "code" "discodoplan"
  109643. "dob" "1995-08-16"
  109644. "geo" "SE"
  109645. "events"
  109646. {
  109647. "11"
  109648. {
  109649. "team" "6"
  109650. }
  109651. }
  109652. }
  109653. "34456844"
  109654. {
  109655. "name" "loWel"
  109656. "code" "lowel"
  109657. "dob" "1996-12-11"
  109658. "geo" "ES"
  109659. "events"
  109660. {
  109661. "11"
  109662. {
  109663. "team" "29"
  109664. }
  109665. "12"
  109666. {
  109667. "team" "29"
  109668. }
  109669. }
  109670. }
  109671. "97816050"
  109672. {
  109673. "name" "znajder"
  109674. "code" "znajder"
  109675. "dob" "1993-05-18"
  109676. "geo" "SE"
  109677. "events"
  109678. {
  109679. "11"
  109680. {
  109681. "team" "67"
  109682. }
  109683. }
  109684. }
  109685. "1093135"
  109686. {
  109687. "name" "Lekr0"
  109688. "code" "lekro"
  109689. "dob" "1993-07-02"
  109690. "geo" "SE"
  109691. "events"
  109692. {
  109693. "11"
  109694. {
  109695. "team" "67"
  109696. }
  109697. "13"
  109698. {
  109699. "team" "6"
  109700. }
  109701. }
  109702. }
  109703. "23690923"
  109704. {
  109705. "name" "Magisk"
  109706. "code" "magisk"
  109707. "dob" "1998-03-05"
  109708. "geo" "DK"
  109709. "events"
  109710. {
  109711. "11"
  109712. {
  109713. "team" "68"
  109714. }
  109715. "12"
  109716. {
  109717. "team" "68"
  109718. }
  109719. }
  109720. }
  109721. "68027030"
  109722. {
  109723. "name" "Hobbit"
  109724. "code" "hobbit"
  109725. "dob" "1994-05-18"
  109726. "geo" "KZ"
  109727. "events"
  109728. {
  109729. "11"
  109730. {
  109731. "team" "63"
  109732. }
  109733. "12"
  109734. {
  109735. "team" "63"
  109736. }
  109737. "13"
  109738. {
  109739. "team" "63"
  109740. }
  109741. }
  109742. }
  109743. "22765766"
  109744. {
  109745. "name" "felps"
  109746. "code" "felps"
  109747. "dob" "1996-12-16"
  109748. "geo" "BR"
  109749. "events"
  109750. {
  109751. "12"
  109752. {
  109753. "team" "14"
  109754. }
  109755. "13"
  109756. {
  109757. "team" "14"
  109758. }
  109759. }
  109760. }
  109761. "171425088"
  109762. {
  109763. "name" "oskar"
  109764. "code" "oskar"
  109765. "dob" "1991-06-21"
  109766. "geo" "CZ"
  109767. "events"
  109768. {
  109769. "12"
  109770. {
  109771. "team" "29"
  109772. }
  109773. "13"
  109774. {
  109775. "team" "29"
  109776. }
  109777. }
  109778. }
  109779. "31006590"
  109780. {
  109781. "name" "ropz"
  109782. "code" "ropz"
  109783. "dob" "1999-12-22"
  109784. "geo" "EE"
  109785. "events"
  109786. {
  109787. "12"
  109788. {
  109789. "team" "29"
  109790. }
  109791. "13"
  109792. {
  109793. "team" "29"
  109794. }
  109795. }
  109796. }
  109797. "51271036"
  109798. {
  109799. "name" "keev"
  109800. "code" "keev"
  109801. "dob" "1991-11-18"
  109802. "geo" "DE"
  109803. "events"
  109804. {
  109805. "12"
  109806. {
  109807. "team" "69"
  109808. }
  109809. "13"
  109810. {
  109811. "team" "69"
  109812. }
  109813. }
  109814. }
  109815. "21242287"
  109816. {
  109817. "name" "LEGIJA"
  109818. "code" "legija"
  109819. "dob" "1990-10-15"
  109820. "geo" "DE"
  109821. "events"
  109822. {
  109823. "12"
  109824. {
  109825. "team" "69"
  109826. }
  109827. "13"
  109828. {
  109829. "team" "69"
  109830. }
  109831. }
  109832. }
  109833. "1225952"
  109834. {
  109835. "name" "tabseN"
  109836. "code" "tabsen"
  109837. "dob" "1995-04-05"
  109838. "geo" "DE"
  109839. "events"
  109840. {
  109841. "12"
  109842. {
  109843. "team" "69"
  109844. }
  109845. "13"
  109846. {
  109847. "team" "69"
  109848. }
  109849. }
  109850. }
  109851. "94605121"
  109852. {
  109853. "name" "autimatic"
  109854. "code" "autimatic"
  109855. "dob" "1996-10-09"
  109856. "geo" "US"
  109857. "events"
  109858. {
  109859. "12"
  109860. {
  109861. "team" "33"
  109862. }
  109863. "13"
  109864. {
  109865. "team" "33"
  109866. }
  109867. }
  109868. }
  109869. "3417033"
  109870. {
  109871. "name" "HS"
  109872. "code" "hs"
  109873. "dob" "1996-12-15"
  109874. "geo" "EE"
  109875. "events"
  109876. {
  109877. "12"
  109878. {
  109879. "team" "39"
  109880. }
  109881. }
  109882. }
  109883. "26563533"
  109884. {
  109885. "name" "innocent"
  109886. "code" "innocent"
  109887. "dob" "1993-12-20"
  109888. "geo" "PL"
  109889. "events"
  109890. {
  109891. "12"
  109892. {
  109893. "team" "39"
  109894. }
  109895. "13"
  109896. {
  109897. "team" "72"
  109898. }
  109899. }
  109900. }
  109901. "17526007"
  109902. {
  109903. "name" "kRYSTAL"
  109904. "code" "krystal"
  109905. "dob" "1993-07-23"
  109906. "geo" "DE"
  109907. "events"
  109908. {
  109909. "12"
  109910. {
  109911. "team" "39"
  109912. }
  109913. "13"
  109914. {
  109915. "team" "72"
  109916. }
  109917. }
  109918. }
  109919. "57405333"
  109920. {
  109921. "name" "suNny"
  109922. "code" "sunny"
  109923. "dob" "1994-08-24"
  109924. "geo" "FI"
  109925. "events"
  109926. {
  109927. "12"
  109928. {
  109929. "team" "39"
  109930. }
  109931. "13"
  109932. {
  109933. "team" "29"
  109934. }
  109935. }
  109936. }
  109937. "16308501"
  109938. {
  109939. "name" "zehN"
  109940. "code" "zehn"
  109941. "dob" "1991-11-07"
  109942. "geo" "FI"
  109943. "events"
  109944. {
  109945. "12"
  109946. {
  109947. "team" "39"
  109948. }
  109949. "13"
  109950. {
  109951. "team" "72"
  109952. }
  109953. }
  109954. }
  109955. "57761535"
  109956. {
  109957. "name" "HEN1"
  109958. "code" "hen1"
  109959. "dob" "1995-07-14"
  109960. "geo" "BR"
  109961. "events"
  109962. {
  109963. "12"
  109964. {
  109965. "team" "71"
  109966. }
  109967. "13"
  109968. {
  109969. "team" "71"
  109970. }
  109971. }
  109972. }
  109973. "6732863"
  109974. {
  109975. "name" "kNgV-"
  109976. "code" "kngv"
  109977. "dob" "1992-11-26"
  109978. "geo" "BR"
  109979. "events"
  109980. {
  109981. "12"
  109982. {
  109983. "team" "71"
  109984. }
  109985. "13"
  109986. {
  109987. "team" "71"
  109988. }
  109989. }
  109990. }
  109991. "4780624"
  109992. {
  109993. "name" "LUCAS1"
  109994. "code" "lucas1"
  109995. "dob" "1995-07-14"
  109996. "geo" "BR"
  109997. "events"
  109998. {
  109999. "12"
  110000. {
  110001. "team" "71"
  110002. }
  110003. "13"
  110004. {
  110005. "team" "71"
  110006. }
  110007. }
  110008. }
  110009. "85633136"
  110010. {
  110011. "name" "chopper"
  110012. "code" "chopper"
  110013. "dob" "1997-02-04"
  110014. "geo" "RU"
  110015. "events"
  110016. {
  110017. "12"
  110018. {
  110019. "team" "70"
  110020. }
  110021. "13"
  110022. {
  110023. "team" "70"
  110024. }
  110025. }
  110026. }
  110027. "61587630"
  110028. {
  110029. "name" "hutji"
  110030. "code" "hutji"
  110031. "dob" "1995-09-13"
  110032. "geo" "RU"
  110033. "events"
  110034. {
  110035. "12"
  110036. {
  110037. "team" "70"
  110038. }
  110039. "13"
  110040. {
  110041. "team" "70"
  110042. }
  110043. }
  110044. }
  110045. "43490511"
  110046. {
  110047. "name" "jR"
  110048. "code" "jr"
  110049. "dob" "1993-10-22"
  110050. "geo" "UA"
  110051. "events"
  110052. {
  110053. "12"
  110054. {
  110055. "team" "70"
  110056. }
  110057. "13"
  110058. {
  110059. "team" "70"
  110060. }
  110061. }
  110062. }
  110063. "65572922"
  110064. {
  110065. "name" "keshandr"
  110066. "code" "keshandr"
  110067. "dob" "1994-03-28"
  110068. "geo" "RU"
  110069. "events"
  110070. {
  110071. "12"
  110072. {
  110073. "team" "70"
  110074. }
  110075. "13"
  110076. {
  110077. "team" "70"
  110078. }
  110079. }
  110080. }
  110081. "40562076"
  110082. {
  110083. "name" "mir"
  110084. "code" "mir"
  110085. "dob" "1996-01-10"
  110086. "geo" "RU"
  110087. "events"
  110088. {
  110089. "12"
  110090. {
  110091. "team" "70"
  110092. }
  110093. "13"
  110094. {
  110095. "team" "70"
  110096. }
  110097. }
  110098. }
  110099. "50204800"
  110100. {
  110101. "name" "balblna"
  110102. "code" "balblna"
  110103. "dob" "1996-01-15"
  110104. "geo" "RU"
  110105. "events"
  110106. {
  110107. "13"
  110108. {
  110109. "team" "76"
  110110. }
  110111. }
  110112. }
  110113. "115223433"
  110114. {
  110115. "name" "jmqa"
  110116. "code" "jmqa"
  110117. "dob" "1997-04-17"
  110118. "geo" "RU"
  110119. "events"
  110120. {
  110121. "13"
  110122. {
  110123. "team" "76"
  110124. }
  110125. }
  110126. }
  110127. "12720124"
  110128. {
  110129. "name" "waterfaLLZ"
  110130. "code" "waterfallz"
  110131. "dob" "1995-06-18"
  110132. "geo" "RU"
  110133. "events"
  110134. {
  110135. "13"
  110136. {
  110137. "team" "76"
  110138. }
  110139. }
  110140. }
  110141. "185941338"
  110142. {
  110143. "name" "Boombl4"
  110144. "code" "boombl4"
  110145. "dob" "1998-12-20"
  110146. "geo" "RU"
  110147. "events"
  110148. {
  110149. "13"
  110150. {
  110151. "team" "76"
  110152. }
  110153. }
  110154. }
  110155. "40982505"
  110156. {
  110157. "name" "Kvik"
  110158. "code" "kvik"
  110159. "dob" "1995-11-18"
  110160. "geo" "LT"
  110161. "events"
  110162. {
  110163. "13"
  110164. {
  110165. "team" "76"
  110166. }
  110167. }
  110168. }
  110169. "55989477"
  110170. {
  110171. "name" "Twistzz"
  110172. "code" "twistzz"
  110173. "dob" "1999-11-14"
  110174. "geo" "CA"
  110175. "events"
  110176. {
  110177. "13"
  110178. {
  110179. "team" "48"
  110180. }
  110181. }
  110182. }
  110183. "116664993"
  110184. {
  110185. "name" "devoduvek"
  110186. "code" "devoduvek"
  110187. "dob" "1994-11-03"
  110188. "geo" "FR"
  110189. "events"
  110190. {
  110191. "13"
  110192. {
  110193. "team" "77"
  110194. }
  110195. }
  110196. }
  110197. "108679223"
  110198. {
  110199. "name" "AmaNEk"
  110200. "code" "amanek"
  110201. "dob" "1993-08-24"
  110202. "geo" "FR"
  110203. "events"
  110204. {
  110205. "13"
  110206. {
  110207. "team" "77"
  110208. }
  110209. }
  110210. }
  110211. "86003016"
  110212. {
  110213. "name" "ShahZaM"
  110214. "code" "shahzam"
  110215. "dob" "1993-10-08"
  110216. "geo" "US"
  110217. "events"
  110218. {
  110219. "13"
  110220. {
  110221. "team" "77"
  110222. }
  110223. }
  110224. }
  110225. "23556959"
  110226. {
  110227. "name" "SicK"
  110228. "code" "sick"
  110229. "dob" "1998-09-02"
  110230. "geo" "US"
  110231. "events"
  110232. {
  110233. "13"
  110234. {
  110235. "team" "77"
  110236. }
  110237. }
  110238. }
  110239. "154664140"
  110240. {
  110241. "name" "v4lde"
  110242. "code" "v4lde"
  110243. "dob" "1995-06-12"
  110244. "geo" "DK"
  110245. "events"
  110246. {
  110247. "13"
  110248. {
  110249. "team" "68"
  110250. }
  110251. }
  110252. }
  110253. "9224396"
  110254. {
  110255. "name" "BIT"
  110256. "code" "bit"
  110257. "dob" "1990-07-16"
  110258. "geo" "BR"
  110259. "events"
  110260. {
  110261. "13"
  110262. {
  110263. "team" "71"
  110264. }
  110265. }
  110266. }
  110267. "38509481"
  110268. {
  110269. "name" "xms"
  110270. "code" "xms"
  110271. "dob" "1997-05-24"
  110272. "geo" "FR"
  110273. "events"
  110274. {
  110275. "13"
  110276. {
  110277. "team" "46"
  110278. }
  110279. }
  110280. }
  110281. "33208850"
  110282. {
  110283. "name" "fitch"
  110284. "code" "fitch"
  110285. "dob" "1992-07-15"
  110286. "geo" "KZ"
  110287. "events"
  110288. {
  110289. "13"
  110290. {
  110291. "team" "63"
  110292. }
  110293. }
  110294. }
  110295. "7167161"
  110296. {
  110297. "name" "MAJ3R"
  110298. "code" "maj3r"
  110299. "dob" "1991-01-25"
  110300. "geo" "FR"
  110301. "events"
  110302. {
  110303. "13"
  110304. {
  110305. "team" "73"
  110306. }
  110307. }
  110308. }
  110309. "17887362"
  110310. {
  110311. "name" "ngiN"
  110312. "code" "ngin"
  110313. "dob" "1993-05-27"
  110314. "geo" "TR"
  110315. "events"
  110316. {
  110317. "13"
  110318. {
  110319. "team" "73"
  110320. }
  110321. }
  110322. }
  110323. "83853068"
  110324. {
  110325. "name" "XANTARES"
  110326. "code" "xantares"
  110327. "dob" "1995-08-07"
  110328. "geo" "TR"
  110329. "events"
  110330. {
  110331. "13"
  110332. {
  110333. "team" "73"
  110334. }
  110335. }
  110336. }
  110337. "68524615"
  110338. {
  110339. "name" "paz"
  110340. "code" "paz"
  110341. "dob" "1997-04-24"
  110342. "geo" "TR"
  110343. "events"
  110344. {
  110345. "13"
  110346. {
  110347. "team" "73"
  110348. }
  110349. }
  110350. }
  110351. "92280537"
  110352. {
  110353. "name" "Calyx"
  110354. "code" "calyx"
  110355. "dob" "1998-07-27"
  110356. "geo" "TR"
  110357. "events"
  110358. {
  110359. "13"
  110360. {
  110361. "team" "73"
  110362. }
  110363. }
  110364. }
  110365. "109036162"
  110366. {
  110367. "name" "captainMo"
  110368. "code" "captainmo"
  110369. "dob" "1989-05-30"
  110370. "geo" "CN"
  110371. "events"
  110372. {
  110373. "13"
  110374. {
  110375. "team" "74"
  110376. }
  110377. }
  110378. }
  110379. "169982617"
  110380. {
  110381. "name" "DD"
  110382. "code" "dd"
  110383. "dob" "1994-08-11"
  110384. "geo" "CN"
  110385. "events"
  110386. {
  110387. "13"
  110388. {
  110389. "team" "74"
  110390. }
  110391. }
  110392. }
  110393. "85131873"
  110394. {
  110395. "name" "somebody"
  110396. "code" "somebody"
  110397. "dob" "1995-07-03"
  110398. "geo" "CN"
  110399. "events"
  110400. {
  110401. "13"
  110402. {
  110403. "team" "74"
  110404. }
  110405. }
  110406. }
  110407. "111817512"
  110408. {
  110409. "name" "BnTeT"
  110410. "code" "bntet"
  110411. "dob" "1995-08-28"
  110412. "geo" "ID"
  110413. "events"
  110414. {
  110415. "13"
  110416. {
  110417. "team" "74"
  110418. }
  110419. }
  110420. }
  110421. "163358521"
  110422. {
  110423. "name" "Nifty"
  110424. "code" "nifty"
  110425. "dob" "1997-11-23"
  110426. "geo" "US"
  110427. "events"
  110428. {
  110429. "13"
  110430. {
  110431. "team" "53"
  110432. }
  110433. }
  110434. }
  110435. "166970562"
  110436. {
  110437. "name" "qikert"
  110438. "code" "qikert"
  110439. "dob" "1999-01-01"
  110440. "geo" "KZ"
  110441. "events"
  110442. {
  110443. "13"
  110444. {
  110445. "team" "75"
  110446. }
  110447. }
  110448. }
  110449. "212936195"
  110450. {
  110451. "name" "buster"
  110452. "code" "buster"
  110453. "dob" "1999-12-17"
  110454. "geo" "KZ"
  110455. "events"
  110456. {
  110457. "13"
  110458. {
  110459. "team" "75"
  110460. }
  110461. }
  110462. }
  110463. "75859856"
  110464. {
  110465. "name" "Jame"
  110466. "code" "jame"
  110467. "dob" "1998-08-23"
  110468. "geo" "RU"
  110469. "events"
  110470. {
  110471. "13"
  110472. {
  110473. "team" "75"
  110474. }
  110475. }
  110476. }
  110477. "825268"
  110478. {
  110479. "name" "dimasick"
  110480. "code" "dimasick"
  110481. "dob" "1996-07-06"
  110482. "geo" "KZ"
  110483. "events"
  110484. {
  110485. "13"
  110486. {
  110487. "team" "75"
  110488. }
  110489. }
  110490. }
  110491. "107672171"
  110492. {
  110493. "name" "KrizzeN"
  110494. "code" "krizzen"
  110495. "dob" "1999-09-24"
  110496. "geo" "KZ"
  110497. "events"
  110498. {
  110499. "13"
  110500. {
  110501. "team" "75"
  110502. }
  110503. }
  110504. }
  110505. "116509497"
  110506. {
  110507. "name" "Golden"
  110508. "code" "golden"
  110509. "dob" "1994-02-02"
  110510. "geo" "SE"
  110511. "events"
  110512. {
  110513. "13"
  110514. {
  110515. "team" "6"
  110516. }
  110517. }
  110518. }
  110519. "88001036"
  110520. {
  110521. "name" "Attacker"
  110522. "code" "attacker"
  110523. "dob" "1997-01-07"
  110524. "geo" "CN"
  110525. "events"
  110526. {
  110527. "13"
  110528. {
  110529. "team" "79"
  110530. }
  110531. }
  110532. }
  110533. "85358333"
  110534. {
  110535. "name" "Karsa"
  110536. "code" "karsa"
  110537. "dob" "1992-02-29"
  110538. "geo" "CN"
  110539. "events"
  110540. {
  110541. "13"
  110542. {
  110543. "team" "79"
  110544. }
  110545. }
  110546. }
  110547. "16127541"
  110548. {
  110549. "name" "Kaze"
  110550. "code" "kaze"
  110551. "dob" "1994-07-22"
  110552. "geo" "MY"
  110553. "events"
  110554. {
  110555. "13"
  110556. {
  110557. "team" "79"
  110558. }
  110559. }
  110560. }
  110561. "48886373"
  110562. {
  110563. "name" "LoveYY"
  110564. "code" "loveyy"
  110565. "dob" "1989-01-09"
  110566. "geo" "CN"
  110567. "events"
  110568. {
  110569. "13"
  110570. {
  110571. "team" "79"
  110572. }
  110573. }
  110574. }
  110575. "52964519"
  110576. {
  110577. "name" "Summer"
  110578. "code" "summer"
  110579. "dob" "1997-05-16"
  110580. "geo" "CN"
  110581. "events"
  110582. {
  110583. "13"
  110584. {
  110585. "team" "79"
  110586. }
  110587. }
  110588. }
  110589. }
  110590. "items_game_live"
  110591. {
  110592. "pro_players"
  110593. {
  110594. "*"
  110595. {
  110596. "events"
  110597. {
  110598. "13"
  110599. {
  110600. "clutch_kills" "0"
  110601. "pistol_kills" "0"
  110602. "opening_kills" "0"
  110603. "sniper_kills" "0"
  110604. "KDR" "1.000000"
  110605. "enemy_kills" "0"
  110606. "deaths" "0"
  110607. "matches_played" "0"
  110608. "*"
  110609. {
  110610. "clutch_kills" "0"
  110611. "pistol_kills" "0"
  110612. "opening_kills" "0"
  110613. "sniper_kills" "0"
  110614. "KDR" "1.000000"
  110615. "enemy_kills" "0"
  110616. "deaths" "0"
  110617. "matches_played" "0"
  110618. }
  110619. }
  110620. }
  110621. }
  110622. }
  110623. }
  110624. "items"
  110625. {
  110626. "4235"
  110627. {
  110628. "item_name" "#CSGO_crate_pins_series_1"
  110629. "name" "crate_pins_series_1"
  110630. "item_description" "#CSGO_crate_pins_series_1_desc"
  110631. "image_inventory" "econ/weapon_cases/crate_pins_series_1"
  110632. "first_sale_date" "2016/06/01"
  110633. "prefab" "weapon_case_base"
  110634. "attributes"
  110635. {
  110636. "set supply crate series"
  110637. {
  110638. "attribute_class" "supply_crate_series"
  110639. "value" "143"
  110640. }
  110641. }
  110642. }
  110643. }
  110644. "revolving_loot_lists"
  110645. {
  110646. "143" "crate_pins_series_1"
  110647. }
  110648. "client_loot_lists"
  110649. {
  110650. "crate_pins_series_1_rare"
  110651. {
  110652. "Commodity Pin - Guardian" "1"
  110653. "Commodity Pin - Tactics" "1"
  110654. "Commodity Pin - Nuke" "1"
  110655. "Commodity Pin - Train" "1"
  110656. }
  110657. "crate_pins_series_1_mythical"
  110658. {
  110659. "Commodity Pin - Victory" "1"
  110660. "Commodity Pin - Militia" "1"
  110661. "Commodity Pin - Italy" "1"
  110662. }
  110663. "crate_pins_series_1_legendary"
  110664. {
  110665. "Commodity Pin - Mirage" "1"
  110666. "Commodity Pin - Inferno" "1"
  110667. }
  110668. "crate_pins_series_1_ancient"
  110669. {
  110670. "Commodity Pin - Dust II" "1"
  110671. "Commodity Pin - Guardian Elite" "1"
  110672. }
  110673. "crate_pins_series_1"
  110674. {
  110675. "crate_pins_series_1_rare" "1"
  110676. "crate_pins_series_1_mythical" "1"
  110677. "crate_pins_series_1_legendary" "1"
  110678. "crate_pins_series_1_ancient" "1"
  110679. }
  110680. }
  110681. "items"
  110682. {
  110683. "4284"
  110684. {
  110685. "item_name" "#CSGO_crate_pins_series_2"
  110686. "name" "crate_pins_series_2"
  110687. "item_description" "#CSGO_crate_pins_series_2_desc"
  110688. "image_inventory" "econ/weapon_cases/crate_pins_series_2"
  110689. "first_sale_date" "2016/09/28"
  110690. "prefab" "weapon_case_base"
  110691. "attributes"
  110692. {
  110693. "set supply crate series"
  110694. {
  110695. "attribute_class" "supply_crate_series"
  110696. "value" "175"
  110697. }
  110698. }
  110699. }
  110700. }
  110701. "revolving_loot_lists"
  110702. {
  110703. "175" "crate_pins_series_2"
  110704. }
  110705. "client_loot_lists"
  110706. {
  110707. "crate_pins_series_2_rare"
  110708. {
  110709. "Commodity Pin - Guardian 2" "1"
  110710. "Commodity Pin - Bravo" "1"
  110711. "Commodity Pin - Baggage" "1"
  110712. "Commodity Pin - Phoenix" "1"
  110713. }
  110714. "crate_pins_series_2_mythical"
  110715. {
  110716. "Commodity Pin - Office" "1"
  110717. "Commodity Pin - Cobblestone" "1"
  110718. "Commodity Pin - Overpass" "1"
  110719. }
  110720. "crate_pins_series_2_legendary"
  110721. {
  110722. "Commodity Pin - Bloodhound" "1"
  110723. "Commodity Pin - Cache" "1"
  110724. }
  110725. "crate_pins_series_2_ancient"
  110726. {
  110727. "Commodity Pin - Chroma" "1"
  110728. "Commodity Pin - Valeria" "1"
  110729. }
  110730. "crate_pins_series_2"
  110731. {
  110732. "crate_pins_series_2_rare" "1"
  110733. "crate_pins_series_2_mythical" "1"
  110734. "crate_pins_series_2_legendary" "1"
  110735. "crate_pins_series_2_ancient" "1"
  110736. }
  110737. }
  110738. "items"
  110739. {
  110740. "4481"
  110741. {
  110742. "item_name" "#CSGO_crate_pins_series_3"
  110743. "name" "crate_pins_series_3"
  110744. "item_description" "#CSGO_crate_pins_series_3_desc"
  110745. "image_inventory" "econ/weapon_cases/crate_pins_series_3"
  110746. "first_sale_date" "2018/03/01"
  110747. "prefab" "weapon_case_base"
  110748. "attributes"
  110749. {
  110750. "set supply crate series"
  110751. {
  110752. "attribute_class" "supply_crate_series"
  110753. "value" "243"
  110754. }
  110755. }
  110756. }
  110757. }
  110758. "revolving_loot_lists"
  110759. {
  110760. "243" "crate_pins_series_3"
  110761. }
  110762. "client_loot_lists"
  110763. {
  110764. "crate_pins_series_3_rare"
  110765. {
  110766. "Commodity Pin - Guardian 3" "1"
  110767. "Commodity Pin - Canals" "1"
  110768. "Commodity Pin - Welcome to the Clutch" "1"
  110769. "Commodity Pin - Death Sentence" "1"
  110770. }
  110771. "crate_pins_series_3_mythical"
  110772. {
  110773. "Commodity Pin - Inferno 2" "1"
  110774. "Commodity Pin - Wildfire" "1"
  110775. "Commodity Pin - Easy Peasy" "1"
  110776. }
  110777. "crate_pins_series_3_legendary"
  110778. {
  110779. "Commodity Pin - Aces High" "1"
  110780. "Commodity Pin - Hydra" "1"
  110781. }
  110782. "crate_pins_series_3_ancient"
  110783. {
  110784. "Commodity Pin - Howl" "1"
  110785. "Commodity Pin - Brigadier General" "1"
  110786. }
  110787. "crate_pins_series_3"
  110788. {
  110789. "crate_pins_series_3_rare" "1"
  110790. "crate_pins_series_3_mythical" "1"
  110791. "crate_pins_series_3_legendary" "1"
  110792. "crate_pins_series_3_ancient" "1"
  110793. }
  110794. }
  110795. "paint_kits"
  110796. {
  110797. "541"
  110798. {
  110799. "name" "cu_aug_swallows"
  110800. "description_string" "#PaintKit_cu_aug_swallows"
  110801. "description_tag" "#PaintKit_cu_aug_swallows_Tag"
  110802. "style" "7"
  110803. "pattern" "workshop/aug_swallows"
  110804. "pattern_scale" "1.000000"
  110805. "phongexponent" "8"
  110806. "phongintensity" "4"
  110807. "ignore_weapon_size_scale" "1"
  110808. "only_first_material" "0"
  110809. "pattern_offset_x_start" "0.000000"
  110810. "pattern_offset_x_end" "0.000000"
  110811. "pattern_offset_y_start" "0.000000"
  110812. "pattern_offset_y_end" "0.000000"
  110813. "pattern_rotate_start" "0.000000"
  110814. "pattern_rotate_end" "0.000000"
  110815. "wear_remap_min" "0.000000"
  110816. "wear_remap_max" "1.000000"
  110817. }
  110818. "542"
  110819. {
  110820. "name" "cu_bizon_Curse"
  110821. "description_string" "#PaintKit_cu_bizon_Curse"
  110822. "description_tag" "#PaintKit_cu_bizon_Curse_Tag"
  110823. "style" "7"
  110824. "pattern" "workshop/bizon_curse"
  110825. "pattern_scale" "1.000000"
  110826. "phongexponent" "255"
  110827. "phongintensity" "25"
  110828. "ignore_weapon_size_scale" "1"
  110829. "only_first_material" "0"
  110830. "pattern_offset_x_start" "0.000000"
  110831. "pattern_offset_x_end" "0.000000"
  110832. "pattern_offset_y_start" "0.000000"
  110833. "pattern_offset_y_end" "0.000000"
  110834. "pattern_rotate_start" "0.000000"
  110835. "pattern_rotate_end" "0.000000"
  110836. "wear_remap_min" "0.000000"
  110837. "wear_remap_max" "0.500000"
  110838. }
  110839. "543"
  110840. {
  110841. "name" "gs_cz75a_redastor"
  110842. "description_string" "#PaintKit_gs_cz75a_redastor"
  110843. "description_tag" "#PaintKit_gs_cz75a_redastor_Tag"
  110844. "style" "9"
  110845. "pattern" "workshop/cz75_redastor"
  110846. "color0" "128 128 128 255"
  110847. "color1" "209 209 209"
  110848. "color2" "189 213 221"
  110849. "color3" "225 219 191"
  110850. "pattern_scale" "1.000000"
  110851. "phongexponent" "200"
  110852. "phongintensity" "25"
  110853. "phongalbedoboost" "30"
  110854. "view_model_exponent_override_size" "256"
  110855. "ignore_weapon_size_scale" "1"
  110856. "only_first_material" "0"
  110857. "pattern_offset_x_start" "0.000000"
  110858. "pattern_offset_x_end" "0.000000"
  110859. "pattern_offset_y_start" "0.000000"
  110860. "pattern_offset_y_end" "0.000000"
  110861. "pattern_rotate_start" "0.000000"
  110862. "pattern_rotate_end" "0.000000"
  110863. "wear_remap_min" "0.000000"
  110864. "wear_remap_max" "1.000000"
  110865. }
  110866. "544"
  110867. {
  110868. "name" "gs_dualberettas_ventilators"
  110869. "description_string" "#PaintKit_gs_dualberettas_ventilators"
  110870. "description_tag" "#PaintKit_gs_dualberettas_ventilators_Tag"
  110871. "style" "9"
  110872. "pattern" "workshop/ventilator_dualies"
  110873. "color0" "128 128 128 255"
  110874. "color1" "197 197 197"
  110875. "color2" "34 42 42"
  110876. "color3" "67 59 59"
  110877. "pattern_scale" "1.000000"
  110878. "phongexponent" "32"
  110879. "phongintensity" "12"
  110880. "phongalbedoboost" "16"
  110881. "view_model_exponent_override_size" "1024"
  110882. "ignore_weapon_size_scale" "1"
  110883. "only_first_material" "0"
  110884. "pattern_offset_x_start" "0.000000"
  110885. "pattern_offset_x_end" "0.000000"
  110886. "pattern_offset_y_start" "0.000000"
  110887. "pattern_offset_y_end" "0.000000"
  110888. "pattern_rotate_start" "0.000000"
  110889. "pattern_rotate_end" "0.000000"
  110890. "wear_remap_min" "0.000000"
  110891. "wear_remap_max" "0.450000"
  110892. }
  110893. "545"
  110894. {
  110895. "name" "sp_g3sg1_militiaorange"
  110896. "description_string" "#PaintKit_sp_g3sg1_militiaorange"
  110897. "description_tag" "#PaintKit_sp_g3sg1_militiaorange_Tag"
  110898. "style" "3"
  110899. "pattern" "workshop/g3sg1_militiared"
  110900. "color0" "41 41 38"
  110901. "color1" "59 60 62"
  110902. "color2" "53 53 41"
  110903. "color3" "242 128 52"
  110904. "pattern_scale" "2.000000"
  110905. "phongexponent" "125"
  110906. "phongintensity" "12"
  110907. "ignore_weapon_size_scale" "0"
  110908. "only_first_material" "0"
  110909. "pattern_offset_x_start" "0.000000"
  110910. "pattern_offset_x_end" "1.000000"
  110911. "pattern_offset_y_start" "0.000000"
  110912. "pattern_offset_y_end" "1.000000"
  110913. "pattern_rotate_start" "0.000000"
  110914. "pattern_rotate_end" "360.000000"
  110915. "wear_remap_min" "0.000000"
  110916. "wear_remap_max" "0.520000"
  110917. }
  110918. "546"
  110919. {
  110920. "name" "gs_galilar_incenerator"
  110921. "description_string" "#PaintKit_gs_galilar_incenerator"
  110922. "description_tag" "#PaintKit_gs_galilar_incenerator_Tag"
  110923. "style" "9"
  110924. "pattern" "workshop/galil_incinerator"
  110925. "color0" "157 141 118"
  110926. "color1" "233 249 253"
  110927. "color2" "253 233 220"
  110928. "color3" "231 168 121"
  110929. "pattern_scale" "1.000000"
  110930. "phongexponent" "20"
  110931. "phongintensity" "45"
  110932. "phongalbedoboost" "9"
  110933. "view_model_exponent_override_size" "1024"
  110934. "ignore_weapon_size_scale" "1"
  110935. "only_first_material" "0"
  110936. "pattern_offset_x_start" "0.000000"
  110937. "pattern_offset_x_end" "0.000000"
  110938. "pattern_offset_y_start" "0.000000"
  110939. "pattern_offset_y_end" "0.000000"
  110940. "pattern_rotate_start" "0.000000"
  110941. "pattern_rotate_end" "0.000000"
  110942. "wear_remap_min" "0.000000"
  110943. "wear_remap_max" "1.000000"
  110944. }
  110945. "547"
  110946. {
  110947. "name" "cu_m249_spectre"
  110948. "description_string" "#PaintKit_cu_m249_spectre"
  110949. "description_tag" "#PaintKit_cu_m249_spectre_Tag"
  110950. "style" "7"
  110951. "pattern" "workshop/m249_spectre"
  110952. "pattern_scale" "1.000000"
  110953. "phongexponent" "32"
  110954. "phongintensity" "15"
  110955. "ignore_weapon_size_scale" "1"
  110956. "only_first_material" "0"
  110957. "pattern_offset_x_start" "0.000000"
  110958. "pattern_offset_x_end" "0.000000"
  110959. "pattern_offset_y_start" "0.000000"
  110960. "pattern_offset_y_end" "0.000000"
  110961. "pattern_rotate_start" "0.000000"
  110962. "pattern_rotate_end" "0.000000"
  110963. "wear_remap_min" "0.000000"
  110964. "wear_remap_max" "0.500000"
  110965. }
  110966. "548"
  110967. {
  110968. "name" "cu_m4a1s_soultaker"
  110969. "description_string" "#PaintKit_cu_m4a1s_soultaker"
  110970. "description_tag" "#PaintKit_cu_m4a1s_soultaker_Tag"
  110971. "style" "7"
  110972. "pattern" "workshop/m4a1s_soultaker"
  110973. "pattern_scale" "1.000000"
  110974. "phongexponent" "1255"
  110975. "phongintensity" "140"
  110976. "ignore_weapon_size_scale" "1"
  110977. "only_first_material" "0"
  110978. "pattern_offset_x_start" "0.000000"
  110979. "pattern_offset_x_end" "0.000000"
  110980. "pattern_offset_y_start" "0.000000"
  110981. "pattern_offset_y_end" "0.000000"
  110982. "pattern_rotate_start" "0.000000"
  110983. "pattern_rotate_end" "0.000000"
  110984. "wear_remap_min" "0.000000"
  110985. "wear_remap_max" "0.990000"
  110986. }
  110987. "549"
  110988. {
  110989. "name" "am_mp9_bioleak"
  110990. "description_string" "#PaintKit_am_mp9_bioleak"
  110991. "description_tag" "#PaintKit_am_mp9_bioleak_Tag"
  110992. "style" "5"
  110993. "pattern" "workshop/bio_pattern"
  110994. "color0" "30 20 6"
  110995. "color1" "207 244 2"
  110996. "color2" "63 62 40"
  110997. "color3" "74 72 25"
  110998. "pattern_scale" "2.000000"
  110999. "phongexponent" "4"
  111000. "phongalbedoboost" "20"
  111001. "view_model_exponent_override_size" "256"
  111002. "ignore_weapon_size_scale" "1"
  111003. "only_first_material" "0"
  111004. "pattern_offset_x_start" "0.790000"
  111005. "pattern_offset_x_end" "1.000000"
  111006. "pattern_offset_y_start" "0.650000"
  111007. "pattern_offset_y_end" "1.000000"
  111008. "pattern_rotate_start" "209.000000"
  111009. "pattern_rotate_end" "360.000000"
  111010. "wear_remap_min" "0.000000"
  111011. "wear_remap_max" "0.500000"
  111012. }
  111013. "550"
  111014. {
  111015. "name" "hy_p2000_oceani"
  111016. "description_string" "#PaintKit_hy_p2000_oceani"
  111017. "description_tag" "#PaintKit_hy_p2000_oceani_Tag"
  111018. "style" "2"
  111019. "pattern" "workshop/p2000_oceani"
  111020. "color0" "21 21 26"
  111021. "color1" "46 158 199"
  111022. "color2" "20 91 146"
  111023. "color3" "25 92 148"
  111024. "pattern_scale" "4.000000"
  111025. "phongexponent" "255"
  111026. "phongintensity" "0"
  111027. "ignore_weapon_size_scale" "0"
  111028. "only_first_material" "0"
  111029. "pattern_offset_x_start" "0.000000"
  111030. "pattern_offset_x_end" "1.000000"
  111031. "pattern_offset_y_start" "0.000000"
  111032. "pattern_offset_y_end" "1.000000"
  111033. "pattern_rotate_start" "0.000000"
  111034. "pattern_rotate_end" "360.000000"
  111035. "wear_remap_min" "0.000000"
  111036. "wear_remap_max" "0.600000"
  111037. }
  111038. "551"
  111039. {
  111040. "name" "cu_p250_asiimov"
  111041. "description_string" "#PaintKit_cu_p250_asiimov"
  111042. "description_tag" "#PaintKit_cu_p250_asiimov_Tag"
  111043. "style" "7"
  111044. "pattern" "workshop/p250_asiimov"
  111045. "pattern_scale" "1.000000"
  111046. "phongexponent" "230"
  111047. "phongintensity" "255"
  111048. "ignore_weapon_size_scale" "1"
  111049. "only_first_material" "0"
  111050. "pattern_offset_x_start" "0.000000"
  111051. "pattern_offset_x_end" "0.000000"
  111052. "pattern_offset_y_start" "0.000000"
  111053. "pattern_offset_y_end" "0.000000"
  111054. "pattern_rotate_start" "0.000000"
  111055. "pattern_rotate_end" "0.000000"
  111056. "wear_remap_min" "0.100000"
  111057. "wear_remap_max" "1.000000"
  111058. }
  111059. "552"
  111060. {
  111061. "name" "gs_sawedoff_fubar"
  111062. "description_string" "#PaintKit_gs_sawedoff_fubar"
  111063. "description_tag" "#PaintKit_gs_sawedoff_fubar_Tag"
  111064. "style" "9"
  111065. "pattern" "workshop/sawedoff_fubar"
  111066. "color0" "255 255 255"
  111067. "color1" "255 255 255"
  111068. "color2" "219 213 204"
  111069. "color3" "234 220 204"
  111070. "pattern_scale" "1.000000"
  111071. "phongexponent" "200"
  111072. "phongintensity" "5"
  111073. "phongalbedoboost" "5"
  111074. "view_model_exponent_override_size" "1024"
  111075. "ignore_weapon_size_scale" "1"
  111076. "only_first_material" "1"
  111077. "pattern_offset_x_start" "0.000000"
  111078. "pattern_offset_x_end" "0.000000"
  111079. "pattern_offset_y_start" "0.000000"
  111080. "pattern_offset_y_end" "0.000000"
  111081. "pattern_rotate_start" "0.000000"
  111082. "pattern_rotate_end" "0.000000"
  111083. "wear_remap_min" "0.400000"
  111084. "wear_remap_max" "1.000000"
  111085. }
  111086. "553"
  111087. {
  111088. "name" "cu_sg553_atlas"
  111089. "description_string" "#PaintKit_cu_sg553_atlas"
  111090. "description_tag" "#PaintKit_cu_sg553_atlas_Tag"
  111091. "style" "7"
  111092. "pattern" "workshop/sg553_atlas"
  111093. "pattern_scale" "1.000000"
  111094. "phongexponent" "128"
  111095. "phongintensity" "30"
  111096. "ignore_weapon_size_scale" "1"
  111097. "only_first_material" "0"
  111098. "pattern_offset_x_start" "0.000000"
  111099. "pattern_offset_x_end" "0.000000"
  111100. "pattern_offset_y_start" "0.000000"
  111101. "pattern_offset_y_end" "0.000000"
  111102. "pattern_rotate_start" "0.000000"
  111103. "pattern_rotate_end" "0.000000"
  111104. "wear_remap_min" "0.000000"
  111105. "wear_remap_max" "0.810000"
  111106. }
  111107. "554"
  111108. {
  111109. "name" "gs_ssg08_armacore"
  111110. "description_string" "#PaintKit_gs_ssg08_armacore"
  111111. "description_tag" "#PaintKit_gs_ssg08_armacore_Tag"
  111112. "style" "9"
  111113. "pattern" "workshop/ssg08_armacore"
  111114. "color0" "128 128 128 255"
  111115. "color1" "255 255 255"
  111116. "color2" "234 234 234"
  111117. "color3" "153 153 153"
  111118. "pattern_scale" "1.000000"
  111119. "phongexponent" "255"
  111120. "phongintensity" "255"
  111121. "phongalbedoboost" "5"
  111122. "view_model_exponent_override_size" "256"
  111123. "ignore_weapon_size_scale" "1"
  111124. "only_first_material" "1"
  111125. "pattern_offset_x_start" "0.000000"
  111126. "pattern_offset_x_end" "0.000000"
  111127. "pattern_offset_y_start" "0.000000"
  111128. "pattern_offset_y_end" "0.000000"
  111129. "pattern_rotate_start" "0.000000"
  111130. "pattern_rotate_end" "0.000000"
  111131. "wear_remap_min" "0.000000"
  111132. "wear_remap_max" "1.000000"
  111133. }
  111134. "555"
  111135. {
  111136. "name" "am_tec9_redblast"
  111137. "description_string" "#PaintKit_am_tec9_redblast"
  111138. "description_tag" "#PaintKit_am_tec9_redblast_Tag"
  111139. "style" "5"
  111140. "pattern" "workshop/tec9_redblast"
  111141. "color0" "27 26 31"
  111142. "color1" "201 23 17"
  111143. "color2" "236 129 43"
  111144. "color3" "66 136 150"
  111145. "pattern_scale" "1.000000"
  111146. "phongexponent" "25"
  111147. "phongalbedoboost" "95"
  111148. "view_model_exponent_override_size" "1024"
  111149. "ignore_weapon_size_scale" "1"
  111150. "only_first_material" "1"
  111151. "pattern_offset_x_start" "0.000000"
  111152. "pattern_offset_x_end" "0.000000"
  111153. "pattern_offset_y_start" "0.000000"
  111154. "pattern_offset_y_end" "0.000000"
  111155. "pattern_rotate_start" "0.000000"
  111156. "pattern_rotate_end" "0.000000"
  111157. "wear_remap_min" "0.000000"
  111158. "wear_remap_max" "0.430000"
  111159. }
  111160. "556"
  111161. {
  111162. "name" "cu_ump45_primalsaber"
  111163. "description_string" "#PaintKit_cu_ump45_primalsaber"
  111164. "description_tag" "#PaintKit_cu_ump45_primalsaber_Tag"
  111165. "style" "7"
  111166. "pattern" "workshop/ump45_primalsaber"
  111167. "pattern_scale" "1.000000"
  111168. "phongexponent" "255"
  111169. "phongintensity" "90"
  111170. "ignore_weapon_size_scale" "1"
  111171. "only_first_material" "0"
  111172. "pattern_offset_x_start" "0.000000"
  111173. "pattern_offset_x_end" "0.000000"
  111174. "pattern_offset_y_start" "0.000000"
  111175. "pattern_offset_y_end" "0.000000"
  111176. "pattern_rotate_start" "0.000000"
  111177. "pattern_rotate_end" "0.000000"
  111178. "wear_remap_min" "0.000000"
  111179. "wear_remap_max" "0.770000"
  111180. }
  111181. "557"
  111182. {
  111183. "name" "cu_xm1014_spectrum"
  111184. "description_string" "#PaintKit_cu_xm1014_spectrum"
  111185. "description_tag" "#PaintKit_cu_xm1014_spectrum_Tag"
  111186. "style" "7"
  111187. "pattern" "workshop/xm1014_spectrum"
  111188. "pattern_scale" "1.000000"
  111189. "phongexponent" "255"
  111190. "phongintensity" "3"
  111191. "ignore_weapon_size_scale" "1"
  111192. "only_first_material" "1"
  111193. "pattern_offset_x_start" "0.000000"
  111194. "pattern_offset_x_end" "0.000000"
  111195. "pattern_offset_y_start" "0.000000"
  111196. "pattern_offset_y_end" "0.000000"
  111197. "pattern_rotate_start" "0.000000"
  111198. "pattern_rotate_end" "0.000000"
  111199. "wear_remap_min" "0.000000"
  111200. "wear_remap_max" "0.750000"
  111201. }
  111202. }
  111203. "items"
  111204. {
  111205. "1347"
  111206. {
  111207. "name" "community_12 Key"
  111208. "item_name" "#CSGO_crate_key_community_12"
  111209. "item_description" "#CSGO_crate_key_community_12_desc"
  111210. "first_sale_date" "2016-04-19"
  111211. "prefab" "weapon_case_key"
  111212. "image_inventory" "econ/tools/crate_key_community_12"
  111213. "tool"
  111214. {
  111215. "restriction" "crate_community_12"
  111216. }
  111217. }
  111218. "4233"
  111219. {
  111220. "item_name" "#CSGO_crate_community_12"
  111221. "item_description" "#CSGO_crate_community_12_desc"
  111222. "name" "crate_community_12"
  111223. "image_inventory" "econ/weapon_cases/crate_community_12"
  111224. "prefab" "weapon_case"
  111225. "associated_items"
  111226. {
  111227. "1347" "1"
  111228. }
  111229. "tool"
  111230. {
  111231. "restriction" "crate_community_12"
  111232. }
  111233. "attributes"
  111234. {
  111235. "set supply crate series"
  111236. {
  111237. "attribute_class" "supply_crate_series"
  111238. "value" "141"
  111239. }
  111240. }
  111241. "tags"
  111242. {
  111243. "ItemSet"
  111244. {
  111245. "tag_value" "set_community_12"
  111246. "tag_text" "#CSGO_set_community_12"
  111247. "tag_group" "ItemSet"
  111248. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  111249. }
  111250. }
  111251. }
  111252. }
  111253. "revolving_loot_lists"
  111254. {
  111255. "141" "crate_community_12"
  111256. }
  111257. "client_loot_lists"
  111258. {
  111259. "crate_community_12_rare"
  111260. {
  111261. "[gs_dualberettas_ventilators]weapon_elite" "1"
  111262. "[sp_g3sg1_militiaorange]weapon_g3sg1" "1"
  111263. "[cu_m249_spectre]weapon_m249" "1"
  111264. "[am_mp9_bioleak]weapon_mp9" "1"
  111265. "[hy_p2000_oceani]weapon_hkp2000" "1"
  111266. "[gs_sawedoff_fubar]weapon_sawedoff" "1"
  111267. "[cu_sg553_atlas]weapon_sg556" "1"
  111268. }
  111269. "crate_community_12_mythical"
  111270. {
  111271. "[gs_cz75a_redastor]weapon_cz75a" "1"
  111272. "[gs_galilar_incenerator]weapon_galilar" "1"
  111273. "[gs_ssg08_armacore]weapon_ssg08" "1"
  111274. "[am_tec9_redblast]weapon_tec9" "1"
  111275. "[cu_xm1014_spectrum]weapon_xm1014" "1"
  111276. }
  111277. "crate_community_12_legendary"
  111278. {
  111279. "[cu_aug_swallows]weapon_aug" "1"
  111280. "[cu_p250_asiimov]weapon_p250" "1"
  111281. "[cu_ump45_primalsaber]weapon_ump45" "1"
  111282. }
  111283. "crate_community_12_ancient"
  111284. {
  111285. "[cu_bizon_Curse]weapon_bizon" "1"
  111286. "[cu_m4a1s_soultaker]weapon_m4a1_silencer" "1"
  111287. }
  111288. "crate_community_12"
  111289. {
  111290. "crate_community_12_rare" "1"
  111291. "crate_community_12_mythical" "1"
  111292. "crate_community_12_legendary" "1"
  111293. "crate_community_12_ancient" "1"
  111294. "community_case_6_unusual" "1"
  111295. }
  111296. }
  111297. "item_sets"
  111298. {
  111299. "set_community_12"
  111300. {
  111301. "name" "#CSGO_set_community_12"
  111302. "set_description" "#CSGO_set_community_12_desc"
  111303. "is_collection" "1"
  111304. "items"
  111305. {
  111306. "[gs_dualberettas_ventilators]weapon_elite" "1"
  111307. "[sp_g3sg1_militiaorange]weapon_g3sg1" "1"
  111308. "[cu_m249_spectre]weapon_m249" "1"
  111309. "[am_mp9_bioleak]weapon_mp9" "1"
  111310. "[hy_p2000_oceani]weapon_hkp2000" "1"
  111311. "[gs_sawedoff_fubar]weapon_sawedoff" "1"
  111312. "[cu_sg553_atlas]weapon_sg556" "1"
  111313. "[gs_cz75a_redastor]weapon_cz75a" "1"
  111314. "[gs_galilar_incenerator]weapon_galilar" "1"
  111315. "[gs_ssg08_armacore]weapon_ssg08" "1"
  111316. "[am_tec9_redblast]weapon_tec9" "1"
  111317. "[cu_xm1014_spectrum]weapon_xm1014" "1"
  111318. "[cu_aug_swallows]weapon_aug" "1"
  111319. "[cu_p250_asiimov]weapon_p250" "1"
  111320. "[cu_ump45_primalsaber]weapon_ump45" "1"
  111321. "[cu_bizon_Curse]weapon_bizon" "1"
  111322. "[cu_m4a1s_soultaker]weapon_m4a1_silencer" "1"
  111323. }
  111324. }
  111325. }
  111326. "paint_kits_rarity"
  111327. {
  111328. "cu_aug_swallows" "legendary"
  111329. "cu_bizon_Curse" "ancient"
  111330. "gs_cz75a_redastor" "mythical"
  111331. "gs_dualberettas_ventilators" "rare"
  111332. "sp_g3sg1_militiaorange" "rare"
  111333. "gs_galilar_incenerator" "mythical"
  111334. "cu_m249_spectre" "rare"
  111335. "cu_m4a1s_soultaker" "legendary"
  111336. "am_mp9_bioleak" "rare"
  111337. "hy_p2000_oceani" "uncommon"
  111338. "cu_p250_asiimov" "legendary"
  111339. "gs_sawedoff_fubar" "rare"
  111340. "cu_sg553_atlas" "rare"
  111341. "gs_ssg08_armacore" "mythical"
  111342. "am_tec9_redblast" "mythical"
  111343. "cu_ump45_primalsaber" "legendary"
  111344. "cu_xm1014_spectrum" "mythical"
  111345. }
  111346. "paint_kits"
  111347. {
  111348. "558"
  111349. {
  111350. "name" "cu_bayonet_lore"
  111351. "description_string" "#Paintkit_cu_lore"
  111352. "description_tag" "#Paintkit_cu_lore_Tag"
  111353. "style" "7"
  111354. "pattern" "bayonet_lore"
  111355. "pattern_scale" "1.000000"
  111356. "phongexponent" "255"
  111357. "phongintensity" "50"
  111358. "ignore_weapon_size_scale" "1"
  111359. "only_first_material" "0"
  111360. "pattern_offset_x_start" "0.000000"
  111361. "pattern_offset_x_end" "0.000000"
  111362. "pattern_offset_y_start" "0.000000"
  111363. "pattern_offset_y_end" "0.000000"
  111364. "pattern_rotate_start" "0.000000"
  111365. "pattern_rotate_end" "0.000000"
  111366. "wear_remap_min" "0.000000"
  111367. "wear_remap_max" "0.650000"
  111368. }
  111369. "559"
  111370. {
  111371. "name" "cu_flip_lore"
  111372. "description_string" "#Paintkit_cu_lore"
  111373. "description_tag" "#Paintkit_cu_lore_Tag"
  111374. "style" "7"
  111375. "pattern" "flip_lore"
  111376. "pattern_scale" "1.000000"
  111377. "phongexponent" "255"
  111378. "phongintensity" "50"
  111379. "ignore_weapon_size_scale" "1"
  111380. "only_first_material" "0"
  111381. "pattern_offset_x_start" "0.000000"
  111382. "pattern_offset_x_end" "0.000000"
  111383. "pattern_offset_y_start" "0.000000"
  111384. "pattern_offset_y_end" "0.000000"
  111385. "pattern_rotate_start" "0.000000"
  111386. "pattern_rotate_end" "0.000000"
  111387. "wear_remap_min" "0.000000"
  111388. "wear_remap_max" "0.650000"
  111389. }
  111390. "560"
  111391. {
  111392. "name" "cu_gut_lore"
  111393. "description_string" "#Paintkit_cu_lore"
  111394. "description_tag" "#Paintkit_cu_lore_Tag"
  111395. "style" "7"
  111396. "pattern" "gut_lore"
  111397. "pattern_scale" "1.000000"
  111398. "phongexponent" "255"
  111399. "phongintensity" "255"
  111400. "ignore_weapon_size_scale" "1"
  111401. "only_first_material" "0"
  111402. "pattern_offset_x_start" "0.000000"
  111403. "pattern_offset_x_end" "0.000000"
  111404. "pattern_offset_y_start" "0.000000"
  111405. "pattern_offset_y_end" "0.000000"
  111406. "pattern_rotate_start" "0.000000"
  111407. "pattern_rotate_end" "0.000000"
  111408. "wear_remap_min" "0.000000"
  111409. "wear_remap_max" "0.650000"
  111410. }
  111411. "561"
  111412. {
  111413. "name" "cu_karam_lore"
  111414. "description_string" "#Paintkit_cu_lore"
  111415. "description_tag" "#Paintkit_cu_lore_Tag"
  111416. "style" "7"
  111417. "pattern" "karam_lore"
  111418. "pattern_scale" "1.000000"
  111419. "phongexponent" "64"
  111420. "phongintensity" "5"
  111421. "ignore_weapon_size_scale" "1"
  111422. "only_first_material" "0"
  111423. "pattern_offset_x_start" "0.000000"
  111424. "pattern_offset_x_end" "0.000000"
  111425. "pattern_offset_y_start" "0.000000"
  111426. "pattern_offset_y_end" "0.000000"
  111427. "pattern_rotate_start" "0.000000"
  111428. "pattern_rotate_end" "0.000000"
  111429. "wear_remap_min" "0.000000"
  111430. "wear_remap_max" "0.650000"
  111431. }
  111432. "562"
  111433. {
  111434. "name" "cu_m9_bay_lore"
  111435. "description_string" "#Paintkit_cu_lore"
  111436. "description_tag" "#Paintkit_cu_lore_Tag"
  111437. "style" "7"
  111438. "pattern" "m9_bay_lore"
  111439. "pattern_scale" "1.000000"
  111440. "phongexponent" "255"
  111441. "phongintensity" "50"
  111442. "ignore_weapon_size_scale" "1"
  111443. "only_first_material" "0"
  111444. "pattern_offset_x_start" "0.000000"
  111445. "pattern_offset_x_end" "0.000000"
  111446. "pattern_offset_y_start" "0.000000"
  111447. "pattern_offset_y_end" "0.000000"
  111448. "pattern_rotate_start" "0.000000"
  111449. "pattern_rotate_end" "0.000000"
  111450. "wear_remap_min" "0.000000"
  111451. "wear_remap_max" "0.650000"
  111452. }
  111453. "563"
  111454. {
  111455. "name" "cu_bayonet_stonewash"
  111456. "description_string" "#Paintkit_cu_stonewash"
  111457. "description_tag" "#Paintkit_cu_stonewash_Tag"
  111458. "style" "9"
  111459. "pattern" "bayonet_black_laminate"
  111460. "color0" "255 255 255"
  111461. "color1" "255 255 255"
  111462. "color2" "232 216 197"
  111463. "color3" "232 225 208"
  111464. "pattern_scale" "1.000000"
  111465. "phongexponent" "32"
  111466. "phongintensity" "64"
  111467. "phongalbedoboost" "40"
  111468. "view_model_exponent_override_size" "256"
  111469. "ignore_weapon_size_scale" "1"
  111470. "only_first_material" "0"
  111471. "pattern_offset_x_start" "0.000000"
  111472. "pattern_offset_x_end" "0.000000"
  111473. "pattern_offset_y_start" "0.000000"
  111474. "pattern_offset_y_end" "0.000000"
  111475. "pattern_rotate_start" "0.000000"
  111476. "pattern_rotate_end" "0.000000"
  111477. "wear_remap_min" "0.000000"
  111478. "wear_remap_max" "1.000000"
  111479. }
  111480. "564"
  111481. {
  111482. "name" "cu_flip_stonewash"
  111483. "description_string" "#Paintkit_cu_stonewash"
  111484. "description_tag" "#Paintkit_cu_stonewash_Tag"
  111485. "style" "9"
  111486. "pattern" "flip_black_laminate"
  111487. "color0" "255 255 255"
  111488. "color1" "255 255 255"
  111489. "color2" "232 216 197"
  111490. "color3" "232 225 208"
  111491. "pattern_scale" "1.000000"
  111492. "phongexponent" "128"
  111493. "phongintensity" "20"
  111494. "phongalbedoboost" "40"
  111495. "view_model_exponent_override_size" "256"
  111496. "ignore_weapon_size_scale" "1"
  111497. "only_first_material" "0"
  111498. "pattern_offset_x_start" "0.000000"
  111499. "pattern_offset_x_end" "0.000000"
  111500. "pattern_offset_y_start" "0.000000"
  111501. "pattern_offset_y_end" "0.000000"
  111502. "pattern_rotate_start" "0.000000"
  111503. "pattern_rotate_end" "0.000000"
  111504. "wear_remap_min" "0.000000"
  111505. "wear_remap_max" "1.000000"
  111506. }
  111507. "565"
  111508. {
  111509. "name" "cu_gut_stonewash"
  111510. "description_string" "#Paintkit_cu_stonewash"
  111511. "description_tag" "#Paintkit_cu_stonewash_Tag"
  111512. "style" "9"
  111513. "pattern" "gut_black_laminate"
  111514. "color0" "255 255 255"
  111515. "color1" "255 255 255"
  111516. "color2" "232 216 197"
  111517. "color3" "209 198 173"
  111518. "pattern_scale" "1.000000"
  111519. "phongexponent" "32"
  111520. "phongintensity" "255"
  111521. "phongalbedoboost" "40"
  111522. "view_model_exponent_override_size" "256"
  111523. "ignore_weapon_size_scale" "1"
  111524. "only_first_material" "0"
  111525. "pattern_offset_x_start" "0.000000"
  111526. "pattern_offset_x_end" "0.000000"
  111527. "pattern_offset_y_start" "0.000000"
  111528. "pattern_offset_y_end" "0.000000"
  111529. "pattern_rotate_start" "0.000000"
  111530. "pattern_rotate_end" "0.000000"
  111531. "wear_remap_min" "0.000000"
  111532. "wear_remap_max" "1.000000"
  111533. }
  111534. "566"
  111535. {
  111536. "name" "cu_karam_stonewash"
  111537. "description_string" "#Paintkit_cu_stonewash"
  111538. "description_tag" "#Paintkit_cu_stonewash_Tag"
  111539. "style" "9"
  111540. "pattern" "karambit_black_laminate"
  111541. "color0" "255 255 255"
  111542. "color1" "255 255 255"
  111543. "color2" "232 216 197"
  111544. "color3" "232 225 208"
  111545. "pattern_scale" "1.000000"
  111546. "phongexponent" "95"
  111547. "phongintensity" "64"
  111548. "phongalbedoboost" "40"
  111549. "view_model_exponent_override_size" "256"
  111550. "ignore_weapon_size_scale" "1"
  111551. "only_first_material" "0"
  111552. "pattern_offset_x_start" "0.000000"
  111553. "pattern_offset_x_end" "0.000000"
  111554. "pattern_offset_y_start" "0.000000"
  111555. "pattern_offset_y_end" "0.000000"
  111556. "pattern_rotate_start" "0.000000"
  111557. "pattern_rotate_end" "0.000000"
  111558. "wear_remap_min" "0.000000"
  111559. "wear_remap_max" "1.000000"
  111560. }
  111561. "567"
  111562. {
  111563. "name" "cu_m9_bay_stonewash"
  111564. "description_string" "#Paintkit_cu_stonewash"
  111565. "description_tag" "#Paintkit_cu_stonewash_Tag"
  111566. "style" "9"
  111567. "pattern" "m9bay_black_laminate"
  111568. "color0" "255 255 255"
  111569. "color1" "255 255 255"
  111570. "color2" "232 216 197"
  111571. "color3" "232 225 208"
  111572. "pattern_scale" "1.000000"
  111573. "phongexponent" "32"
  111574. "phongintensity" "255"
  111575. "phongalbedoboost" "40"
  111576. "view_model_exponent_override_size" "256"
  111577. "ignore_weapon_size_scale" "1"
  111578. "only_first_material" "0"
  111579. "pattern_offset_x_start" "0.000000"
  111580. "pattern_offset_x_end" "0.000000"
  111581. "pattern_offset_y_start" "0.000000"
  111582. "pattern_offset_y_end" "0.000000"
  111583. "pattern_rotate_start" "0.000000"
  111584. "pattern_rotate_end" "0.000000"
  111585. "wear_remap_min" "0.000000"
  111586. "wear_remap_max" "1.000000"
  111587. }
  111588. "568"
  111589. {
  111590. "name" "am_emerald_marbleized"
  111591. "description_string" "#PaintKit_am_marbleized_g"
  111592. "description_tag" "#PaintKit_am_marbleized_g_Tag"
  111593. "style" "5"
  111594. "pattern" "smoke2"
  111595. "color0" "2 69 34"
  111596. "color1" "15 15 1"
  111597. "color2" "1 13 17 255"
  111598. "color3" "8 2 22 255"
  111599. "pattern_scale" "1.600000"
  111600. "phongexponent" "34"
  111601. "phongalbedoboost" "80"
  111602. "view_model_exponent_override_size" "1024"
  111603. "ignore_weapon_size_scale" "1"
  111604. "only_first_material" "0"
  111605. "pattern_offset_x_start" "0.000000"
  111606. "pattern_offset_x_end" "1.000000"
  111607. "pattern_offset_y_start" "0.000000"
  111608. "pattern_offset_y_end" "1.000000"
  111609. "pattern_rotate_start" "0.000000"
  111610. "pattern_rotate_end" "360.000000"
  111611. "wear_remap_min" "0.000000"
  111612. "wear_remap_max" "0.080000"
  111613. }
  111614. "569"
  111615. {
  111616. "name" "am_gamma_doppler_phase1"
  111617. "description_string" "#PaintKit_am_marbleized_g"
  111618. "description_tag" "#PaintKit_am_marbleized_g_Tag"
  111619. "style" "5"
  111620. "pattern" "smoke2"
  111621. "color0" "11 14 27 255"
  111622. "color1" "30 22 12 255"
  111623. "color2" "13 98 45"
  111624. "color3" "11 14 27 255"
  111625. "pattern_scale" "1.600000"
  111626. "phongexponent" "34"
  111627. "phongalbedoboost" "80"
  111628. "view_model_exponent_override_size" "1024"
  111629. "ignore_weapon_size_scale" "1"
  111630. "only_first_material" "0"
  111631. "pattern_offset_x_start" "0.000000"
  111632. "pattern_offset_x_end" "0.000000"
  111633. "pattern_offset_y_start" "0.000000"
  111634. "pattern_offset_y_end" "1.000000"
  111635. "pattern_rotate_start" "-50.000000"
  111636. "pattern_rotate_end" "-70.000000"
  111637. "wear_remap_min" "0.000000"
  111638. "wear_remap_max" "0.080000"
  111639. }
  111640. "570"
  111641. {
  111642. "name" "am_gamma_doppler_phase2"
  111643. "description_string" "#PaintKit_am_marbleized_g"
  111644. "description_tag" "#PaintKit_am_marbleized_g_Tag"
  111645. "style" "5"
  111646. "pattern" "smoke2"
  111647. "color0" "9 15 18"
  111648. "color1" "9 99 45"
  111649. "color2" "23 30 12"
  111650. "color3" "9 99 49"
  111651. "pattern_scale" "1.600000"
  111652. "phongexponent" "34"
  111653. "phongalbedoboost" "80"
  111654. "view_model_exponent_override_size" "1024"
  111655. "ignore_weapon_size_scale" "1"
  111656. "only_first_material" "0"
  111657. "pattern_offset_x_start" "0.000000"
  111658. "pattern_offset_x_end" "0.000000"
  111659. "pattern_offset_y_start" "0.000000"
  111660. "pattern_offset_y_end" "1.000000"
  111661. "pattern_rotate_start" "-50.000000"
  111662. "pattern_rotate_end" "-70.000000"
  111663. "wear_remap_min" "0.000000"
  111664. "wear_remap_max" "0.080000"
  111665. }
  111666. "571"
  111667. {
  111668. "name" "am_gamma_doppler_phase3"
  111669. "description_string" "#PaintKit_am_marbleized_g"
  111670. "description_tag" "#PaintKit_am_marbleized_g_Tag"
  111671. "style" "5"
  111672. "pattern" "smoke2"
  111673. "color0" "6 8 15 255"
  111674. "color1" "23 105 117"
  111675. "color2" "6 63 13"
  111676. "color3" "20 28 9"
  111677. "pattern_scale" "1.600000"
  111678. "phongexponent" "34"
  111679. "phongalbedoboost" "80"
  111680. "view_model_exponent_override_size" "1024"
  111681. "ignore_weapon_size_scale" "1"
  111682. "only_first_material" "0"
  111683. "pattern_offset_x_start" "0.000000"
  111684. "pattern_offset_x_end" "0.000000"
  111685. "pattern_offset_y_start" "0.000000"
  111686. "pattern_offset_y_end" "1.000000"
  111687. "pattern_rotate_start" "-50.000000"
  111688. "pattern_rotate_end" "-70.000000"
  111689. "wear_remap_min" "0.000000"
  111690. "wear_remap_max" "0.080000"
  111691. }
  111692. "572"
  111693. {
  111694. "name" "am_gamma_doppler_phase4"
  111695. "description_string" "#PaintKit_am_marbleized_g"
  111696. "description_tag" "#PaintKit_am_marbleized_g_Tag"
  111697. "style" "5"
  111698. "pattern" "smoke2"
  111699. "color0" "7 9 18"
  111700. "color1" "23 117 103"
  111701. "color2" "97 165 43"
  111702. "color3" "28 26 9"
  111703. "pattern_scale" "1.600000"
  111704. "phongexponent" "34"
  111705. "phongalbedoboost" "80"
  111706. "view_model_exponent_override_size" "1024"
  111707. "ignore_weapon_size_scale" "1"
  111708. "only_first_material" "0"
  111709. "pattern_offset_x_start" "0.000000"
  111710. "pattern_offset_x_end" "0.000000"
  111711. "pattern_offset_y_start" "0.000000"
  111712. "pattern_offset_y_end" "1.000000"
  111713. "pattern_rotate_start" "-50.000000"
  111714. "pattern_rotate_end" "-70.000000"
  111715. "wear_remap_min" "0.000000"
  111716. "wear_remap_max" "0.080000"
  111717. }
  111718. "573"
  111719. {
  111720. "name" "gs_bayonet_autotronic"
  111721. "description_string" "#PaintKit_gs_autotronic"
  111722. "description_tag" "#PaintKit_gs_autotronic_Tag"
  111723. "style" "9"
  111724. "pattern" "bayonet_future_alt"
  111725. "normal" "bayonet_future_alt_normal"
  111726. "use_normal" "1"
  111727. "color0" "255 255 255"
  111728. "color1" "255 255 255"
  111729. "color2" "146 141 132"
  111730. "color3" "204 198 191"
  111731. "pattern_scale" "1.000000"
  111732. "phongexponent" "80"
  111733. "phongintensity" "8"
  111734. "phongalbedoboost" "20"
  111735. "view_model_exponent_override_size" "1024"
  111736. "ignore_weapon_size_scale" "1"
  111737. "only_first_material" "0"
  111738. "pattern_offset_x_start" "0.000000"
  111739. "pattern_offset_x_end" "0.000000"
  111740. "pattern_offset_y_start" "0.000000"
  111741. "pattern_offset_y_end" "0.000000"
  111742. "pattern_rotate_start" "0.000000"
  111743. "pattern_rotate_end" "0.000000"
  111744. "wear_remap_min" "0.000000"
  111745. "wear_remap_max" "0.850000"
  111746. }
  111747. "574"
  111748. {
  111749. "name" "gs_flip_autotronic"
  111750. "description_string" "#PaintKit_gs_autotronic"
  111751. "description_tag" "#PaintKit_gs_autotronic_Tag"
  111752. "style" "9"
  111753. "pattern" "flip_future"
  111754. "normal" "flip_future_normal"
  111755. "use_normal" "1"
  111756. "color0" "255 255 255"
  111757. "color1" "255 255 255"
  111758. "color2" "162 155 141"
  111759. "color3" "222 215 211"
  111760. "pattern_scale" "1.000000"
  111761. "phongexponent" "80"
  111762. "phongintensity" "8"
  111763. "phongalbedoboost" "40"
  111764. "view_model_exponent_override_size" "1024"
  111765. "ignore_weapon_size_scale" "1"
  111766. "only_first_material" "0"
  111767. "pattern_offset_x_start" "0.000000"
  111768. "pattern_offset_x_end" "0.000000"
  111769. "pattern_offset_y_start" "0.000000"
  111770. "pattern_offset_y_end" "0.000000"
  111771. "pattern_rotate_start" "0.000000"
  111772. "pattern_rotate_end" "0.000000"
  111773. "wear_remap_min" "0.000000"
  111774. "wear_remap_max" "0.850000"
  111775. }
  111776. "575"
  111777. {
  111778. "name" "gs_gut_autotronic"
  111779. "description_string" "#PaintKit_gs_autotronic"
  111780. "description_tag" "#PaintKit_gs_autotronic_Tag"
  111781. "style" "9"
  111782. "pattern" "gut_future"
  111783. "normal" "gut_future_normal"
  111784. "use_normal" "1"
  111785. "color0" "255 255 255"
  111786. "color1" "255 255 255"
  111787. "color2" "208 201 188"
  111788. "color3" "218 211 203"
  111789. "pattern_scale" "1.000000"
  111790. "phongexponent" "80"
  111791. "phongintensity" "8"
  111792. "phongalbedoboost" "80"
  111793. "view_model_exponent_override_size" "1024"
  111794. "ignore_weapon_size_scale" "1"
  111795. "only_first_material" "0"
  111796. "pattern_offset_x_start" "0.000000"
  111797. "pattern_offset_x_end" "0.000000"
  111798. "pattern_offset_y_start" "0.000000"
  111799. "pattern_offset_y_end" "0.000000"
  111800. "pattern_rotate_start" "0.000000"
  111801. "pattern_rotate_end" "0.000000"
  111802. "wear_remap_min" "0.000000"
  111803. "wear_remap_max" "0.850000"
  111804. }
  111805. "576"
  111806. {
  111807. "name" "gs_karam_autotronic"
  111808. "description_string" "#PaintKit_gs_autotronic"
  111809. "description_tag" "#PaintKit_gs_autotronic_Tag"
  111810. "style" "9"
  111811. "pattern" "karam_future"
  111812. "normal" "karam_future_normal"
  111813. "use_normal" "1"
  111814. "color0" "255 255 255"
  111815. "color1" "255 255 255"
  111816. "color2" "97 85 61"
  111817. "color3" "111 104 98"
  111818. "pattern_scale" "1.000000"
  111819. "phongexponent" "80"
  111820. "phongintensity" "8"
  111821. "phongalbedoboost" "60"
  111822. "view_model_exponent_override_size" "1024"
  111823. "ignore_weapon_size_scale" "1"
  111824. "only_first_material" "0"
  111825. "pattern_offset_x_start" "0.000000"
  111826. "pattern_offset_x_end" "0.000000"
  111827. "pattern_offset_y_start" "0.000000"
  111828. "pattern_offset_y_end" "0.000000"
  111829. "pattern_rotate_start" "0.000000"
  111830. "pattern_rotate_end" "0.000000"
  111831. "wear_remap_min" "0.000000"
  111832. "wear_remap_max" "0.850000"
  111833. }
  111834. "577"
  111835. {
  111836. "name" "gs_m9_bay_autotronic"
  111837. "description_string" "#PaintKit_gs_autotronic"
  111838. "description_tag" "#PaintKit_gs_autotronic_Tag"
  111839. "style" "9"
  111840. "pattern" "m9_bay_future"
  111841. "normal" "m9_bay_future_normal"
  111842. "use_normal" "1"
  111843. "color0" "255 255 255"
  111844. "color1" "255 255 255"
  111845. "color2" "208 201 188"
  111846. "color3" "218 211 203"
  111847. "pattern_scale" "1.000000"
  111848. "phongexponent" "80"
  111849. "phongintensity" "8"
  111850. "phongalbedoboost" "80"
  111851. "view_model_exponent_override_size" "1024"
  111852. "ignore_weapon_size_scale" "1"
  111853. "only_first_material" "0"
  111854. "pattern_offset_x_start" "0.000000"
  111855. "pattern_offset_x_end" "0.000000"
  111856. "pattern_offset_y_start" "0.000000"
  111857. "pattern_offset_y_end" "0.000000"
  111858. "pattern_rotate_start" "0.000000"
  111859. "pattern_rotate_end" "0.000000"
  111860. "wear_remap_min" "0.000000"
  111861. "wear_remap_max" "0.850000"
  111862. }
  111863. "578"
  111864. {
  111865. "name" "hy_ocean_knife"
  111866. "description_string" "#PaintKit_hy_ocean_knife"
  111867. "description_tag" "#PaintKit_hy_ocean_Tag"
  111868. "style" "2"
  111869. "pattern" "camo_wood"
  111870. "color0" "35 45 92 255"
  111871. "color1" "108 124 128 255"
  111872. "color2" "51 75 113 255"
  111873. "color3" "39 46 58 255"
  111874. "pattern_scale" "3.000000"
  111875. "phongexponent" "16"
  111876. "phongintensity" "10"
  111877. "ignore_weapon_size_scale" "0"
  111878. "only_first_material" "0"
  111879. "pattern_offset_x_start" "0.000000"
  111880. "pattern_offset_x_end" "1.000000"
  111881. "pattern_offset_y_start" "0.000000"
  111882. "pattern_offset_y_end" "1.000000"
  111883. "pattern_rotate_start" "0.000000"
  111884. "pattern_rotate_end" "0.000000"
  111885. "wear_remap_min" "0.000000"
  111886. "wear_remap_max" "0.500000"
  111887. }
  111888. "579"
  111889. {
  111890. "name" "hy_ocean_knife_90"
  111891. "description_string" "#PaintKit_hy_ocean_knife"
  111892. "description_tag" "#PaintKit_hy_ocean_Tag"
  111893. "style" "2"
  111894. "pattern" "camo_wood"
  111895. "color0" "35 45 92 255"
  111896. "color1" "108 124 128 255"
  111897. "color2" "51 75 113 255"
  111898. "color3" "39 46 58 255"
  111899. "pattern_scale" "3.000000"
  111900. "phongexponent" "16"
  111901. "phongintensity" "10"
  111902. "ignore_weapon_size_scale" "0"
  111903. "only_first_material" "0"
  111904. "pattern_offset_x_start" "0.000000"
  111905. "pattern_offset_x_end" "1.000000"
  111906. "pattern_offset_y_start" "0.000000"
  111907. "pattern_offset_y_end" "1.000000"
  111908. "pattern_rotate_start" "90.000000"
  111909. "pattern_rotate_end" "90.000000"
  111910. "wear_remap_min" "0.000000"
  111911. "wear_remap_max" "0.500000"
  111912. }
  111913. "580"
  111914. {
  111915. "name" "am_marked_up"
  111916. "description_string" "#PaintKit_am_marked_up"
  111917. "description_tag" "#PaintKit_am_marked_up_Tag"
  111918. "style" "5"
  111919. "pattern" "stealth"
  111920. "color0" "20 20 20"
  111921. "color1" "26 26 26"
  111922. "color2" "26 14 47"
  111923. "color3" "76 76 76"
  111924. "pattern_scale" "2.700000"
  111925. "phongexponent" "255"
  111926. "phongalbedoboost" "40"
  111927. "view_model_exponent_override_size" "1024"
  111928. "ignore_weapon_size_scale" "0"
  111929. "only_first_material" "0"
  111930. "pattern_offset_x_start" "0.000000"
  111931. "pattern_offset_x_end" "1.000000"
  111932. "pattern_offset_y_start" "0.000000"
  111933. "pattern_offset_y_end" "1.000000"
  111934. "pattern_rotate_start" "0.000000"
  111935. "pattern_rotate_end" "0.000000"
  111936. "wear_remap_min" "0.000000"
  111937. "wear_remap_max" "0.480000"
  111938. }
  111939. "581"
  111940. {
  111941. "name" "am_marked_up_90"
  111942. "description_string" "#PaintKit_am_marked_up"
  111943. "description_tag" "#PaintKit_am_marked_up_Tag"
  111944. "style" "5"
  111945. "pattern" "stealth"
  111946. "color0" "20 20 20"
  111947. "color1" "26 26 26"
  111948. "color2" "26 14 47"
  111949. "color3" "76 76 76"
  111950. "pattern_scale" "2.700000"
  111951. "phongexponent" "255"
  111952. "phongalbedoboost" "40"
  111953. "view_model_exponent_override_size" "1024"
  111954. "ignore_weapon_size_scale" "0"
  111955. "only_first_material" "0"
  111956. "pattern_offset_x_start" "0.000000"
  111957. "pattern_offset_x_end" "1.000000"
  111958. "pattern_offset_y_start" "0.000000"
  111959. "pattern_offset_y_end" "1.000000"
  111960. "pattern_rotate_start" "90.000000"
  111961. "pattern_rotate_end" "90.000000"
  111962. "wear_remap_min" "0.000000"
  111963. "wear_remap_max" "0.480000"
  111964. }
  111965. "582"
  111966. {
  111967. "name" "am_marked_up_fine"
  111968. "description_string" "#PaintKit_am_marked_up"
  111969. "description_tag" "#PaintKit_am_marked_up_Tag"
  111970. "style" "5"
  111971. "pattern" "stealth"
  111972. "color0" "20 20 20"
  111973. "color1" "26 26 26"
  111974. "color2" "26 14 47"
  111975. "color3" "76 76 76"
  111976. "pattern_scale" "3.900000"
  111977. "phongexponent" "255"
  111978. "phongalbedoboost" "40"
  111979. "view_model_exponent_override_size" "1024"
  111980. "ignore_weapon_size_scale" "0"
  111981. "only_first_material" "0"
  111982. "pattern_offset_x_start" "0.000000"
  111983. "pattern_offset_x_end" "1.000000"
  111984. "pattern_offset_y_start" "0.000000"
  111985. "pattern_offset_y_end" "1.000000"
  111986. "pattern_rotate_start" "30.000000"
  111987. "pattern_rotate_end" "30.000000"
  111988. "wear_remap_min" "0.000000"
  111989. "wear_remap_max" "0.480000"
  111990. }
  111991. "583"
  111992. {
  111993. "name" "gs_aug_aristocrat"
  111994. "description_string" "#PaintKit_gs_aug_aristocrat"
  111995. "description_tag" "#PaintKit_gs_aug_aristocrat_Tag"
  111996. "style" "9"
  111997. "pattern" "workshop/aug_aristocrat_silver"
  111998. "use_normal" "1"
  111999. "normal" "workshop/aug_aristocrat_silver_normal"
  112000. "color0" "128 128 128"
  112001. "color1" "202 202 202"
  112002. "color2" "73 42 9"
  112003. "color3" "62 62 62"
  112004. "pattern_scale" "1.000000"
  112005. "phongexponent" "30"
  112006. "phongintensity" "255"
  112007. "phongalbedoboost" "20"
  112008. "view_model_exponent_override_size" "1024"
  112009. "ignore_weapon_size_scale" "1"
  112010. "only_first_material" "1"
  112011. "pattern_offset_x_start" "0.000000"
  112012. "pattern_offset_x_end" "0.000000"
  112013. "pattern_offset_y_start" "0.000000"
  112014. "pattern_offset_y_end" "0.000000"
  112015. "pattern_rotate_start" "0.000000"
  112016. "pattern_rotate_end" "0.000000"
  112017. "wear_remap_min" "0.000000"
  112018. "wear_remap_max" "0.660000"
  112019. }
  112020. "584"
  112021. {
  112022. "name" "gs_awp_phobos"
  112023. "description_string" "#PaintKit_gs_awp_phobos"
  112024. "description_tag" "#PaintKit_gs_awp_phobos_Tag"
  112025. "style" "9"
  112026. "pattern" "workshop/awp-phobos"
  112027. "use_normal" "1"
  112028. "normal" "workshop/awp-phobos_normal"
  112029. "color0" "66 73 110"
  112030. "color1" "255 255 255"
  112031. "color2" "6 6 6"
  112032. "color3" "91 91 91"
  112033. "pattern_scale" "1.000000"
  112034. "phongexponent" "255"
  112035. "phongintensity" "15"
  112036. "phongalbedoboost" "90"
  112037. "view_model_exponent_override_size" "1024"
  112038. "ignore_weapon_size_scale" "1"
  112039. "only_first_material" "0"
  112040. "pattern_offset_x_start" "0.000000"
  112041. "pattern_offset_x_end" "0.000000"
  112042. "pattern_offset_y_start" "0.000000"
  112043. "pattern_offset_y_end" "0.000000"
  112044. "pattern_rotate_start" "0.000000"
  112045. "pattern_rotate_end" "0.000000"
  112046. "wear_remap_min" "0.000000"
  112047. "wear_remap_max" "0.400000"
  112048. }
  112049. "585"
  112050. {
  112051. "name" "cu_five_seven_daimyo"
  112052. "description_string" "#PaintKit_cu_five_seven_daimyo"
  112053. "description_tag" "#PaintKit_cu_five_seven_daimyo_Tag"
  112054. "style" "7"
  112055. "pattern" "workshop/five_seven_daimyo_majestic_nose8c_sRGB_3"
  112056. "pattern_scale" "1.000000"
  112057. "phongexponent" "60"
  112058. "phongintensity" "4"
  112059. "ignore_weapon_size_scale" "1"
  112060. "only_first_material" "0"
  112061. "pattern_offset_x_start" "0.000000"
  112062. "pattern_offset_x_end" "0.000000"
  112063. "pattern_offset_y_start" "0.000000"
  112064. "pattern_offset_y_end" "0.000000"
  112065. "pattern_rotate_start" "0.000000"
  112066. "pattern_rotate_end" "0.000000"
  112067. "wear_remap_min" "0.000000"
  112068. "wear_remap_max" "0.700000"
  112069. }
  112070. "586"
  112071. {
  112072. "name" "cu_glock_wasteland_rebel"
  112073. "description_string" "#PaintKit_cu_glock_wasteland_rebel"
  112074. "description_tag" "#PaintKit_cu_glock_wasteland_rebel_Tag"
  112075. "style" "7"
  112076. "pattern" "workshop/glock_wasteland_rebel"
  112077. "pattern_scale" "1.000000"
  112078. "phongexponent" "50"
  112079. "phongintensity" "2"
  112080. "ignore_weapon_size_scale" "1"
  112081. "only_first_material" "0"
  112082. "pattern_offset_x_start" "0.000000"
  112083. "pattern_offset_x_end" "0.000000"
  112084. "pattern_offset_y_start" "0.000000"
  112085. "pattern_offset_y_end" "0.000000"
  112086. "pattern_rotate_start" "0.000000"
  112087. "pattern_rotate_end" "0.000000"
  112088. "wear_remap_min" "0.000000"
  112089. "wear_remap_max" "0.540000"
  112090. }
  112091. "587"
  112092. {
  112093. "name" "gs_m4a1_mecha_industries"
  112094. "description_string" "#PaintKit_gs_m4a1_mecha_industries"
  112095. "description_tag" "#PaintKit_gs_m4a1_mecha_industries_Tag"
  112096. "style" "9"
  112097. "pattern" "workshop/m4a1-s_mecha"
  112098. "color0" "190 188 183"
  112099. "color1" "194 194 194"
  112100. "color2" "165 161 152"
  112101. "color3" "124 123 117"
  112102. "pattern_scale" "1.000000"
  112103. "phongexponent" "70"
  112104. "phongintensity" "25"
  112105. "phongalbedoboost" "4"
  112106. "view_model_exponent_override_size" "1024"
  112107. "ignore_weapon_size_scale" "1"
  112108. "only_first_material" "1"
  112109. "pattern_offset_x_start" "0.000000"
  112110. "pattern_offset_x_end" "0.000000"
  112111. "pattern_offset_y_start" "0.000000"
  112112. "pattern_offset_y_end" "0.000000"
  112113. "pattern_rotate_start" "0.000000"
  112114. "pattern_rotate_end" "0.000000"
  112115. "wear_remap_min" "0.000000"
  112116. "wear_remap_max" "0.800000"
  112117. }
  112118. "588"
  112119. {
  112120. "name" "cu_m4a4_desolate_space"
  112121. "description_string" "#PaintKit_cu_m4a4_desolate_space"
  112122. "description_tag" "#PaintKit_cu_m4a4_desolate_space_Tag"
  112123. "style" "7"
  112124. "pattern" "workshop/m4a4_desolatespace2"
  112125. "pattern_scale" "1.000000"
  112126. "phongexponent" "32"
  112127. "phongintensity" "0"
  112128. "ignore_weapon_size_scale" "1"
  112129. "only_first_material" "1"
  112130. "pattern_offset_x_start" "0.000000"
  112131. "pattern_offset_x_end" "0.000000"
  112132. "pattern_offset_y_start" "0.000000"
  112133. "pattern_offset_y_end" "0.000000"
  112134. "pattern_rotate_start" "0.000000"
  112135. "pattern_rotate_end" "0.000000"
  112136. "wear_remap_min" "0.000000"
  112137. "wear_remap_max" "1.000000"
  112138. }
  112139. "589"
  112140. {
  112141. "name" "aq_mac_10_alien_camo"
  112142. "description_string" "#PaintKit_aq_mac_10_alien_camo"
  112143. "description_tag" "#PaintKit_aq_mac_10_alien_camo_Tag"
  112144. "style" "8"
  112145. "pattern" "workshop/mac_10_alien_camo"
  112146. "color0" "214 194 221"
  112147. "color1" "205 142 125"
  112148. "color2" "122 75 60"
  112149. "color3" "194 152 126"
  112150. "pattern_scale" "3.000000"
  112151. "phongexponent" "32"
  112152. "phongalbedoboost" "7"
  112153. "ignore_weapon_size_scale" "1"
  112154. "only_first_material" "0"
  112155. "pattern_offset_x_start" "0.000000"
  112156. "pattern_offset_x_end" "1.000000"
  112157. "pattern_offset_y_start" "0.000000"
  112158. "pattern_offset_y_end" "1.000000"
  112159. "pattern_rotate_start" "0.000000"
  112160. "pattern_rotate_end" "360.000000"
  112161. "wear_remap_min" "0.000000"
  112162. "wear_remap_max" "1.000000"
  112163. }
  112164. "590"
  112165. {
  112166. "name" "aq_nova_sci_fi"
  112167. "description_string" "#PaintKit_aq_nova_sci_fi"
  112168. "description_tag" "#PaintKit_aq_nova_sci_fi_Tag"
  112169. "style" "8"
  112170. "pattern" "workshop/nova_sci_fi"
  112171. "color0" "128 128 128 255"
  112172. "color1" "150 150 150 255"
  112173. "color2" "96 96 96 255"
  112174. "color3" "108 108 108 255"
  112175. "pattern_scale" "2.000000"
  112176. "phongexponent" "32"
  112177. "phongalbedoboost" "15"
  112178. "ignore_weapon_size_scale" "1"
  112179. "only_first_material" "0"
  112180. "pattern_offset_x_start" "0.000000"
  112181. "pattern_offset_x_end" "1.000000"
  112182. "pattern_offset_y_start" "0.000000"
  112183. "pattern_offset_y_end" "1.000000"
  112184. "pattern_rotate_start" "0.000000"
  112185. "pattern_rotate_end" "0.000000"
  112186. "wear_remap_min" "0.000000"
  112187. "wear_remap_max" "0.500000"
  112188. }
  112189. "591"
  112190. {
  112191. "name" "gs_p2000_imperial_dragon"
  112192. "description_string" "#PaintKit_gs_p2000_imperial_dragon"
  112193. "description_tag" "#PaintKit_gs_p2000_imperial_dragon_Tag"
  112194. "style" "9"
  112195. "pattern" "workshop/p2000_asiandawn_final"
  112196. "color0" "55 41 35"
  112197. "color1" "232 169 136"
  112198. "color2" "215 98 217"
  112199. "color3" "203 146 84"
  112200. "pattern_scale" "1.000000"
  112201. "phongexponent" "120"
  112202. "phongintensity" "75"
  112203. "phongalbedoboost" "230"
  112204. "view_model_exponent_override_size" "256"
  112205. "ignore_weapon_size_scale" "1"
  112206. "only_first_material" "0"
  112207. "pattern_offset_x_start" "0.000000"
  112208. "pattern_offset_x_end" "0.000000"
  112209. "pattern_offset_y_start" "0.000000"
  112210. "pattern_offset_y_end" "0.000000"
  112211. "pattern_rotate_start" "0.000000"
  112212. "pattern_rotate_end" "0.000000"
  112213. "wear_remap_min" "0.000000"
  112214. "wear_remap_max" "0.630000"
  112215. }
  112216. "592"
  112217. {
  112218. "name" "gs_p250_metal_panels"
  112219. "description_string" "#PaintKit_gs_p250_metal_panels"
  112220. "description_tag" "#PaintKit_gs_p250_metal_panels_Tag"
  112221. "style" "9"
  112222. "pattern" "workshop/metalpanels_green"
  112223. "color0" "255 255 255"
  112224. "color1" "238 255 193"
  112225. "color2" "255 236 172"
  112226. "color3" "211 190 156"
  112227. "pattern_scale" "2.200000"
  112228. "phongexponent" "170"
  112229. "phongalbedoboost" "60"
  112230. "view_model_exponent_override_size" "512"
  112231. "ignore_weapon_size_scale" "1"
  112232. "only_first_material" "0"
  112233. "pattern_offset_x_start" "0.000000"
  112234. "pattern_offset_x_end" "1.000000"
  112235. "pattern_offset_y_start" "0.000000"
  112236. "pattern_offset_y_end" "1.000000"
  112237. "pattern_rotate_start" "180.000000"
  112238. "pattern_rotate_end" "180.000000"
  112239. "wear_remap_min" "0.050000"
  112240. "wear_remap_max" "0.800000"
  112241. }
  112242. "593"
  112243. {
  112244. "name" "gs_p90_full_throttle"
  112245. "description_string" "#PaintKit_gs_p90_full_throttle"
  112246. "description_tag" "#PaintKit_gs_p90_full_throttle_Tag"
  112247. "style" "9"
  112248. "pattern" "workshop/p90_fullthrottle_final"
  112249. "color0" "42 42 42"
  112250. "color1" "248 244 227"
  112251. "color2" "15 18 24"
  112252. "color3" "255 255 255"
  112253. "pattern_scale" "1.000000"
  112254. "phongexponent" "32"
  112255. "phongintensity" "0"
  112256. "phongalbedoboost" "10"
  112257. "view_model_exponent_override_size" "1024"
  112258. "ignore_weapon_size_scale" "1"
  112259. "only_first_material" "0"
  112260. "pattern_offset_x_start" "0.000000"
  112261. "pattern_offset_x_end" "0.000000"
  112262. "pattern_offset_y_start" "0.000000"
  112263. "pattern_offset_y_end" "0.000000"
  112264. "pattern_rotate_start" "0.000000"
  112265. "pattern_rotate_end" "0.000000"
  112266. "wear_remap_min" "0.000000"
  112267. "wear_remap_max" "0.600000"
  112268. }
  112269. "594"
  112270. {
  112271. "name" "gs_pp_bizon_harvester"
  112272. "description_string" "#PaintKit_gs_pp_bizon_harvester"
  112273. "description_tag" "#PaintKit_gs_pp_bizon_harvester_Tag"
  112274. "style" "9"
  112275. "pattern" "workshop/pp_bizon_harvester"
  112276. "use_normal" "1"
  112277. "normal" "workshop/pp_bizon_harvester_normal"
  112278. "color0" "128 128 128 255"
  112279. "color1" "174 171 162"
  112280. "color2" "192 190 181"
  112281. "color3" "214 214 214"
  112282. "pattern_scale" "1.000000"
  112283. "phongexponent" "200"
  112284. "phongintensity" "45"
  112285. "phongalbedoboost" "16"
  112286. "view_model_exponent_override_size" "512"
  112287. "ignore_weapon_size_scale" "1"
  112288. "only_first_material" "0"
  112289. "pattern_offset_x_start" "0.000000"
  112290. "pattern_offset_x_end" "0.000000"
  112291. "pattern_offset_y_start" "0.000000"
  112292. "pattern_offset_y_end" "0.000000"
  112293. "pattern_rotate_start" "0.000000"
  112294. "pattern_rotate_end" "0.000000"
  112295. "wear_remap_min" "0.000000"
  112296. "wear_remap_max" "1.000000"
  112297. }
  112298. "595"
  112299. {
  112300. "name" "cu_r8_cybersport"
  112301. "description_string" "#PaintKit_cu_r8_cybersport"
  112302. "description_tag" "#PaintKit_cu_r8_cybersport_Tag"
  112303. "style" "7"
  112304. "pattern" "workshop/revolver_cybersport"
  112305. "pattern_scale" "1.000000"
  112306. "phongexponent" "255"
  112307. "phongintensity" "70"
  112308. "ignore_weapon_size_scale" "1"
  112309. "only_first_material" "0"
  112310. "pattern_offset_x_start" "0.000000"
  112311. "pattern_offset_x_end" "0.000000"
  112312. "pattern_offset_y_start" "0.000000"
  112313. "pattern_offset_y_end" "0.000000"
  112314. "pattern_rotate_start" "0.000000"
  112315. "pattern_rotate_end" "0.000000"
  112316. "wear_remap_min" "0.000000"
  112317. "wear_remap_max" "1.000000"
  112318. }
  112319. "596"
  112320. {
  112321. "name" "cu_sawed_off_lime"
  112322. "description_string" "#PaintKit_cu_sawed_off_lime"
  112323. "description_tag" "#PaintKit_cu_sawed_off_lime_Tag"
  112324. "style" "7"
  112325. "pattern" "workshop/sawed_off_lime"
  112326. "pattern_scale" "1.000000"
  112327. "phongexponent" "255"
  112328. "phongintensity" "47"
  112329. "ignore_weapon_size_scale" "1"
  112330. "only_first_material" "1"
  112331. "pattern_offset_x_start" "0.000000"
  112332. "pattern_offset_x_end" "0.000000"
  112333. "pattern_offset_y_start" "0.000000"
  112334. "pattern_offset_y_end" "0.000000"
  112335. "pattern_rotate_start" "0.000000"
  112336. "pattern_rotate_end" "0.000000"
  112337. "wear_remap_min" "0.000000"
  112338. "wear_remap_max" "1.000000"
  112339. }
  112340. "597"
  112341. {
  112342. "name" "gs_scar20_bloodsport"
  112343. "description_string" "#PaintKit_gs_scar20_bloodsport"
  112344. "description_tag" "#PaintKit_gs_scar20_bloodsport_Tag"
  112345. "style" "9"
  112346. "pattern" "workshop/scar20_voltaic"
  112347. "color0" "255 255 255"
  112348. "color1" "192 192 192"
  112349. "color2" "23 13 13"
  112350. "color3" "21 16 16"
  112351. "pattern_scale" "1.000000"
  112352. "phongexponent" "200"
  112353. "phongintensity" "12"
  112354. "phongalbedoboost" "6"
  112355. "view_model_exponent_override_size" "1024"
  112356. "ignore_weapon_size_scale" "1"
  112357. "only_first_material" "0"
  112358. "pattern_offset_x_start" "0.000000"
  112359. "pattern_offset_x_end" "0.000000"
  112360. "pattern_offset_y_start" "0.000000"
  112361. "pattern_offset_y_end" "0.000000"
  112362. "pattern_rotate_start" "0.000000"
  112363. "pattern_rotate_end" "0.000000"
  112364. "wear_remap_min" "0.000000"
  112365. "wear_remap_max" "0.450000"
  112366. }
  112367. "598"
  112368. {
  112369. "name" "cu_sg553_aerial"
  112370. "description_string" "#PaintKit_cu_sg553_aerial"
  112371. "description_tag" "#PaintKit_cu_sg553_aerial_Tag"
  112372. "style" "9"
  112373. "pattern" "workshop/aerial_sg553"
  112374. "color0" "128 128 128 255"
  112375. "color1" "212 212 212"
  112376. "color2" "96 96 96 255"
  112377. "color3" "108 108 108 255"
  112378. "pattern_scale" "1.000000"
  112379. "phongexponent" "222"
  112380. "phongintensity" "8"
  112381. "phongalbedoboost" "12"
  112382. "view_model_exponent_override_size" "1024"
  112383. "ignore_weapon_size_scale" "1"
  112384. "only_first_material" "0"
  112385. "pattern_offset_x_start" "0.000000"
  112386. "pattern_offset_x_end" "0.000000"
  112387. "pattern_offset_y_start" "0.000000"
  112388. "pattern_offset_y_end" "0.000000"
  112389. "pattern_rotate_start" "0.000000"
  112390. "pattern_rotate_end" "0.000000"
  112391. "wear_remap_min" "0.000000"
  112392. "wear_remap_max" "0.600000"
  112393. }
  112394. "599"
  112395. {
  112396. "name" "am_tec_9_sea_salt"
  112397. "description_string" "#PaintKit_am_tec_9_sea_salt"
  112398. "description_tag" "#PaintKit_am_tec_9_sea_salt_Tag"
  112399. "style" "5"
  112400. "pattern" "workshop/tec_9_seasalt"
  112401. "color0" "16 85 189"
  112402. "color1" "68 178 255"
  112403. "color2" "38 38 38"
  112404. "color3" "215 215 215"
  112405. "pattern_scale" "1.000000"
  112406. "phongexponent" "32"
  112407. "phongalbedoboost" "15"
  112408. "view_model_exponent_override_size" "256"
  112409. "ignore_weapon_size_scale" "1"
  112410. "only_first_material" "0"
  112411. "pattern_offset_x_start" "0.000000"
  112412. "pattern_offset_x_end" "1.000000"
  112413. "pattern_offset_y_start" "0.000000"
  112414. "pattern_offset_y_end" "1.000000"
  112415. "pattern_rotate_start" "0.000000"
  112416. "pattern_rotate_end" "360.000000"
  112417. "wear_remap_min" "0.000000"
  112418. "wear_remap_max" "0.500000"
  112419. }
  112420. }
  112421. "items"
  112422. {
  112423. "1350"
  112424. {
  112425. "name" "community_13 Key"
  112426. "item_name" "#CSGO_crate_key_community_13"
  112427. "item_description" "#CSGO_crate_key_community_13_desc"
  112428. "first_sale_date" "2016-06-10"
  112429. "prefab" "weapon_case_key"
  112430. "image_inventory" "econ/tools/crate_key_community_13"
  112431. "tool"
  112432. {
  112433. "restriction" "crate_community_13"
  112434. }
  112435. }
  112436. "4236"
  112437. {
  112438. "item_name" "#CSGO_crate_community_13"
  112439. "item_description" "#CSGO_crate_community_13_desc"
  112440. "name" "crate_community_13"
  112441. "image_inventory" "econ/weapon_cases/crate_community_13"
  112442. "prefab" "weapon_case"
  112443. "associated_items"
  112444. {
  112445. "1350" "1"
  112446. }
  112447. "tool"
  112448. {
  112449. "restriction" "crate_community_13"
  112450. }
  112451. "attributes"
  112452. {
  112453. "set supply crate series"
  112454. {
  112455. "attribute_class" "supply_crate_series"
  112456. "value" "144"
  112457. }
  112458. }
  112459. "tags"
  112460. {
  112461. "ItemSet"
  112462. {
  112463. "tag_value" "set_community_13"
  112464. "tag_text" "#CSGO_set_community_13"
  112465. "tag_group" "ItemSet"
  112466. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  112467. }
  112468. }
  112469. }
  112470. }
  112471. "revolving_loot_lists"
  112472. {
  112473. "144" "crate_community_13"
  112474. }
  112475. "client_loot_lists"
  112476. {
  112477. "crate_community_13_rare"
  112478. {
  112479. "[cu_five_seven_daimyo]weapon_fiveseven" "1"
  112480. "[aq_mac_10_alien_camo]weapon_mac10" "1"
  112481. "[aq_nova_sci_fi]weapon_nova" "1"
  112482. "[gs_p250_metal_panels]weapon_p250" "1"
  112483. "[gs_pp_bizon_harvester]weapon_bizon" "1"
  112484. "[cu_sg553_aerial]weapon_sg556" "1"
  112485. "[am_tec_9_sea_salt]weapon_tec9" "1"
  112486. }
  112487. "crate_community_13_mythical"
  112488. {
  112489. "[gs_aug_aristocrat]weapon_aug" "1"
  112490. "[gs_awp_phobos]weapon_awp" "1"
  112491. "[gs_p90_full_throttle]weapon_p90" "1"
  112492. "[cu_r8_cybersport]weapon_revolver" "1"
  112493. "[cu_sawed_off_lime]weapon_sawedoff" "1"
  112494. }
  112495. "crate_community_13_legendary"
  112496. {
  112497. "[cu_m4a4_desolate_space]weapon_m4a1" "1"
  112498. "[gs_p2000_imperial_dragon]weapon_hkp2000" "1"
  112499. "[gs_scar20_bloodsport]weapon_scar20" "1"
  112500. }
  112501. "crate_community_13_ancient"
  112502. {
  112503. "[cu_glock_wasteland_rebel]weapon_glock" "1"
  112504. "[gs_m4a1_mecha_industries]weapon_m4a1_silencer" "1"
  112505. }
  112506. "crate_community_13"
  112507. {
  112508. "crate_community_13_rare" "1"
  112509. "crate_community_13_mythical" "1"
  112510. "crate_community_13_legendary" "1"
  112511. "crate_community_13_ancient" "1"
  112512. "community_case_13_unusual" "1"
  112513. }
  112514. }
  112515. "item_sets"
  112516. {
  112517. "set_community_13"
  112518. {
  112519. "name" "#CSGO_set_community_13"
  112520. "set_description" "#CSGO_set_community_13_desc"
  112521. "is_collection" "1"
  112522. "items"
  112523. {
  112524. "[cu_five_seven_daimyo]weapon_fiveseven" "1"
  112525. "[aq_mac_10_alien_camo]weapon_mac10" "1"
  112526. "[aq_nova_sci_fi]weapon_nova" "1"
  112527. "[gs_p250_metal_panels]weapon_p250" "1"
  112528. "[gs_pp_bizon_harvester]weapon_bizon" "1"
  112529. "[cu_sg553_aerial]weapon_sg556" "1"
  112530. "[am_tec_9_sea_salt]weapon_tec9" "1"
  112531. "[gs_aug_aristocrat]weapon_aug" "1"
  112532. "[gs_awp_phobos]weapon_awp" "1"
  112533. "[gs_p90_full_throttle]weapon_p90" "1"
  112534. "[cu_r8_cybersport]weapon_revolver" "1"
  112535. "[cu_sawed_off_lime]weapon_sawedoff" "1"
  112536. "[cu_m4a4_desolate_space]weapon_m4a1" "1"
  112537. "[gs_p2000_imperial_dragon]weapon_hkp2000" "1"
  112538. "[gs_scar20_bloodsport]weapon_scar20" "1"
  112539. "[cu_glock_wasteland_rebel]weapon_glock" "1"
  112540. "[gs_m4a1_mecha_industries]weapon_m4a1_silencer" "1"
  112541. }
  112542. }
  112543. }
  112544. "paint_kits_rarity"
  112545. {
  112546. "cu_bayonet_lore" "legendary"
  112547. "cu_flip_lore" "legendary"
  112548. "cu_gut_lore" "legendary"
  112549. "cu_karam_lore" "legendary"
  112550. "cu_m9_bay_lore" "legendary"
  112551. "cu_bayonet_stonewash" "mythical"
  112552. "cu_flip_stonewash" "mythical"
  112553. "cu_gut_stonewash" "mythical"
  112554. "cu_karam_stonewash" "mythical"
  112555. "cu_m9_bay_stonewash" "mythical"
  112556. "am_emerald_marbleized" "legendary"
  112557. "am_gamma_doppler_phase1" "mythical"
  112558. "am_gamma_doppler_phase2" "mythical"
  112559. "am_gamma_doppler_phase3" "mythical"
  112560. "am_gamma_doppler_phase4" "mythical"
  112561. "gs_bayonet_autotronic" "mythical"
  112562. "gs_flip_autotronic" "mythical"
  112563. "gs_gut_autotronic" "mythical"
  112564. "gs_karam_autotronic" "mythical"
  112565. "gs_m9_bay_autotronic" "mythical"
  112566. "hy_ocean_knife" "rare"
  112567. "hy_ocean_knife_90" "rare"
  112568. "am_marked_up" "rare"
  112569. "am_marked_up_90" "rare"
  112570. "am_marked_up_fine" "rare"
  112571. "gs_aug_aristocrat" "mythical"
  112572. "gs_awp_phobos" "rare"
  112573. "cu_five_seven_daimyo" "rare"
  112574. "cu_glock_wasteland_rebel" "legendary"
  112575. "gs_m4a1_mecha_industries" "legendary"
  112576. "cu_m4a4_desolate_space" "mythical"
  112577. "aq_mac_10_alien_camo" "rare"
  112578. "aq_nova_sci_fi" "rare"
  112579. "gs_p2000_imperial_dragon" "mythical"
  112580. "gs_p250_metal_panels" "rare"
  112581. "gs_p90_full_throttle" "mythical"
  112582. "gs_pp_bizon_harvester" "rare"
  112583. "cu_r8_cybersport" "mythical"
  112584. "cu_sawed_off_lime" "mythical"
  112585. "gs_scar20_bloodsport" "legendary"
  112586. "cu_sg553_aerial" "rare"
  112587. "am_tec_9_sea_salt" "rare"
  112588. }
  112589. "paint_kits"
  112590. {
  112591. "600"
  112592. {
  112593. "name" "cu_ak47_anarchy"
  112594. "description_string" "#PaintKit_cu_AK47_Anarchy"
  112595. "description_tag" "#PaintKit_cu_AK47_Anarchy_Tag"
  112596. "style" "7"
  112597. "pattern" "workshop/anarchy_ak47"
  112598. "pattern_scale" "1.000000"
  112599. "phongexponent" "140"
  112600. "phongintensity" "255"
  112601. "ignore_weapon_size_scale" "1"
  112602. "only_first_material" "0"
  112603. "pattern_offset_x_start" "0.000000"
  112604. "pattern_offset_x_end" "0.000000"
  112605. "pattern_offset_y_start" "0.000000"
  112606. "pattern_offset_y_end" "0.000000"
  112607. "pattern_rotate_start" "0.000000"
  112608. "pattern_rotate_end" "0.000000"
  112609. "wear_remap_min" "0.000000"
  112610. "wear_remap_max" "0.800000"
  112611. }
  112612. "601"
  112613. {
  112614. "name" "gs_aug_syd_mead"
  112615. "description_string" "#PaintKit_gs_AUG_Syd_Mead"
  112616. "description_tag" "#PaintKit_gs_AUG_Syd_Mead_Tag"
  112617. "style" "9"
  112618. "pattern" "workshop/syd_mead_aug_texture"
  112619. "color0" "131 145 149"
  112620. "color1" "255 255 255"
  112621. "color2" "111 94 78"
  112622. "color3" "130 89 59"
  112623. "pattern_scale" "1.000000"
  112624. "phongexponent" "200"
  112625. "phongintensity" "150"
  112626. "phongalbedoboost" "15"
  112627. "view_model_exponent_override_size" "1024"
  112628. "ignore_weapon_size_scale" "1"
  112629. "only_first_material" "0"
  112630. "pattern_offset_x_start" "0.000000"
  112631. "pattern_offset_x_end" "0.000000"
  112632. "pattern_offset_y_start" "0.000000"
  112633. "pattern_offset_y_end" "0.000000"
  112634. "pattern_rotate_start" "0.000000"
  112635. "pattern_rotate_end" "0.000000"
  112636. "wear_remap_min" "0.000000"
  112637. "wear_remap_max" "0.800000"
  112638. }
  112639. "602"
  112640. {
  112641. "name" "gs_cz75_tread"
  112642. "description_string" "#PaintKit_gs_CZ75_Tread"
  112643. "description_tag" "#PaintKit_gs_CZ75_Tread_Tag"
  112644. "style" "9"
  112645. "pattern" "workshop/cz75_tread"
  112646. "use_normal" "1"
  112647. "normal" "workshop/cz75_tread_normal"
  112648. "color0" "128 128 128 255"
  112649. "color1" "226 226 226"
  112650. "color2" "136 136 136"
  112651. "color3" "108 108 108 255"
  112652. "pattern_scale" "1.000000"
  112653. "phongexponent" "255"
  112654. "phongintensity" "20"
  112655. "phongalbedoboost" "15"
  112656. "view_model_exponent_override_size" "1024"
  112657. "ignore_weapon_size_scale" "1"
  112658. "only_first_material" "1"
  112659. "pattern_offset_x_start" "0.000000"
  112660. "pattern_offset_x_end" "0.000000"
  112661. "pattern_offset_y_start" "0.000000"
  112662. "pattern_offset_y_end" "0.000000"
  112663. "pattern_rotate_start" "0.000000"
  112664. "pattern_rotate_end" "0.000000"
  112665. "wear_remap_min" "0.000000"
  112666. "wear_remap_max" "1.000000"
  112667. }
  112668. "603"
  112669. {
  112670. "name" "aq_desert_eagle_constable"
  112671. "description_string" "#PaintKit_aq_Desert_Eagle_Constable"
  112672. "description_tag" "#PaintKit_aq_Desert_Eagle_Constable_Tag"
  112673. "style" "8"
  112674. "pattern" "workshop/de_constable"
  112675. "use_normal" "1"
  112676. "normal" "workshop/de_constable_normal"
  112677. "color0" "255 251 246"
  112678. "color1" "98 98 98"
  112679. "color2" "123 123 123"
  112680. "color3" "215 176 153"
  112681. "pattern_scale" "1.000000"
  112682. "phongexponent" "64"
  112683. "phongalbedoboost" "35"
  112684. "ignore_weapon_size_scale" "1"
  112685. "only_first_material" "0"
  112686. "pattern_offset_x_start" "0.000000"
  112687. "pattern_offset_x_end" "0.000000"
  112688. "pattern_offset_y_start" "0.000000"
  112689. "pattern_offset_y_end" "0.000000"
  112690. "pattern_rotate_start" "0.000000"
  112691. "pattern_rotate_end" "0.000000"
  112692. "wear_remap_min" "0.060000"
  112693. "wear_remap_max" "1.000000"
  112694. }
  112695. "604"
  112696. {
  112697. "name" "gs_famas_rally"
  112698. "description_string" "#PaintKit_gs_FAMAS_Rally"
  112699. "description_tag" "#PaintKit_gs_FAMAS_Rally_Tag"
  112700. "style" "9"
  112701. "pattern" "workshop/famas_rally"
  112702. "color0" "100 58 35"
  112703. "color1" "255 255 255"
  112704. "color2" "228 207 192"
  112705. "color3" "144 126 91"
  112706. "pattern_scale" "1.000000"
  112707. "phongexponent" "50"
  112708. "phongintensity" "5"
  112709. "phongalbedoboost" "5"
  112710. "view_model_exponent_override_size" "256"
  112711. "ignore_weapon_size_scale" "1"
  112712. "only_first_material" "1"
  112713. "pattern_offset_x_start" "0.000000"
  112714. "pattern_offset_x_end" "0.000000"
  112715. "pattern_offset_y_start" "0.000000"
  112716. "pattern_offset_y_end" "0.000000"
  112717. "pattern_rotate_start" "0.000000"
  112718. "pattern_rotate_end" "0.000000"
  112719. "wear_remap_min" "0.000000"
  112720. "wear_remap_max" "1.000000"
  112721. }
  112722. "605"
  112723. {
  112724. "name" "aq_five_seven_scumbria"
  112725. "description_string" "#PaintKit_aq_Five_Seven_Scumbria"
  112726. "description_tag" "#PaintKit_aq_Five_Seven_Scumbria_Tag"
  112727. "style" "8"
  112728. "pattern" "workshop/fivesevenscumbria2"
  112729. "color0" "193 208 214"
  112730. "color1" "163 163 163"
  112731. "color2" "168 189 189"
  112732. "color3" "151 161 157"
  112733. "pattern_scale" "1.000000"
  112734. "phongexponent" "140"
  112735. "phongalbedoboost" "60"
  112736. "ignore_weapon_size_scale" "1"
  112737. "only_first_material" "0"
  112738. "pattern_offset_x_start" "0.000000"
  112739. "pattern_offset_x_end" "0.000000"
  112740. "pattern_offset_y_start" "0.000000"
  112741. "pattern_offset_y_end" "0.000000"
  112742. "pattern_rotate_start" "0.000000"
  112743. "pattern_rotate_end" "0.000000"
  112744. "wear_remap_min" "0.000000"
  112745. "wear_remap_max" "1.000000"
  112746. }
  112747. "606"
  112748. {
  112749. "name" "gs_g3sg1_ventilator"
  112750. "description_string" "#PaintKit_gs_G3SG1_Ventilator"
  112751. "description_tag" "#PaintKit_gs_G3SG1_Ventilator_Tag"
  112752. "style" "9"
  112753. "pattern" "workshop/g3sg1_ventilator"
  112754. "color0" "128 128 128 255"
  112755. "color1" "229 229 229"
  112756. "color2" "34 42 42"
  112757. "color3" "67 59 59"
  112758. "pattern_scale" "1.000000"
  112759. "phongexponent" "32"
  112760. "phongintensity" "12"
  112761. "phongalbedoboost" "16"
  112762. "view_model_exponent_override_size" "1024"
  112763. "ignore_weapon_size_scale" "1"
  112764. "only_first_material" "0"
  112765. "pattern_offset_x_start" "0.000000"
  112766. "pattern_offset_x_end" "0.000000"
  112767. "pattern_offset_y_start" "0.000000"
  112768. "pattern_offset_y_end" "0.000000"
  112769. "pattern_rotate_start" "0.000000"
  112770. "pattern_rotate_end" "0.000000"
  112771. "wear_remap_min" "0.000000"
  112772. "wear_remap_max" "0.450000"
  112773. }
  112774. "607"
  112775. {
  112776. "name" "cu_glock18_weasel"
  112777. "description_string" "#PaintKit_cu_Glock18_Weasel"
  112778. "description_tag" "#PaintKit_cu_Glock18_Weasel_Tag"
  112779. "style" "7"
  112780. "pattern" "workshop/glock18_weasel1j"
  112781. "pattern_scale" "1.000000"
  112782. "phongexponent" "220"
  112783. "phongintensity" "50"
  112784. "ignore_weapon_size_scale" "1"
  112785. "only_first_material" "0"
  112786. "pattern_offset_x_start" "0.000000"
  112787. "pattern_offset_x_end" "0.000000"
  112788. "pattern_offset_y_start" "0.000000"
  112789. "pattern_offset_y_end" "0.000000"
  112790. "pattern_rotate_start" "0.000000"
  112791. "pattern_rotate_end" "0.000000"
  112792. "wear_remap_min" "0.000000"
  112793. "wear_remap_max" "1.000000"
  112794. }
  112795. "608"
  112796. {
  112797. "name" "cu_mag7_tribal"
  112798. "description_string" "#PaintKit_cu_MAG7_Tribal"
  112799. "description_tag" "#PaintKit_cu_MAG7_Tribal_Tag"
  112800. "style" "7"
  112801. "pattern" "workshop/mag7_tribal03"
  112802. "pattern_scale" "1.000000"
  112803. "phongexponent" "128"
  112804. "phongintensity" "7"
  112805. "ignore_weapon_size_scale" "1"
  112806. "only_first_material" "0"
  112807. "pattern_offset_x_start" "0.000000"
  112808. "pattern_offset_x_end" "0.000000"
  112809. "pattern_offset_y_start" "0.000000"
  112810. "pattern_offset_y_end" "0.000000"
  112811. "pattern_rotate_start" "0.000000"
  112812. "pattern_rotate_end" "0.000000"
  112813. "wear_remap_min" "0.000000"
  112814. "wear_remap_max" "0.440000"
  112815. }
  112816. "609"
  112817. {
  112818. "name" "cu_mp9_narcis"
  112819. "description_string" "#PaintKit_cu_MP9_Narcis"
  112820. "description_tag" "#PaintKit_cu_MP9_Narcis_Tag"
  112821. "style" "7"
  112822. "pattern" "workshop/mp9_narcis"
  112823. "pattern_scale" "1.000000"
  112824. "phongexponent" "128"
  112825. "phongintensity" "32"
  112826. "ignore_weapon_size_scale" "1"
  112827. "only_first_material" "0"
  112828. "pattern_offset_x_start" "0.000000"
  112829. "pattern_offset_x_end" "0.000000"
  112830. "pattern_offset_y_start" "0.000000"
  112831. "pattern_offset_y_end" "0.000000"
  112832. "pattern_rotate_start" "0.000000"
  112833. "pattern_rotate_end" "0.000000"
  112834. "wear_remap_min" "0.000000"
  112835. "wear_remap_max" "1.000000"
  112836. }
  112837. "610"
  112838. {
  112839. "name" "hy_negev_dazzle"
  112840. "description_string" "#PaintKit_hy_Negev_Dazzle"
  112841. "description_tag" "#PaintKit_hy_Negev_Dazzle_Tag"
  112842. "style" "2"
  112843. "pattern" "workshop/negev_dazzle"
  112844. "color0" "239 0 0"
  112845. "color1" "58 199 204"
  112846. "color2" "209 209 209"
  112847. "color3" "2 36 73"
  112848. "pattern_scale" "5.000000"
  112849. "phongexponent" "32"
  112850. "phongintensity" "50"
  112851. "ignore_weapon_size_scale" "0"
  112852. "only_first_material" "0"
  112853. "pattern_offset_x_start" "0.000000"
  112854. "pattern_offset_x_end" "1.000000"
  112855. "pattern_offset_y_start" "0.000000"
  112856. "pattern_offset_y_end" "1.000000"
  112857. "pattern_rotate_start" "0.000000"
  112858. "pattern_rotate_end" "360.000000"
  112859. "wear_remap_min" "0.100000"
  112860. "wear_remap_max" "0.650000"
  112861. }
  112862. "611"
  112863. {
  112864. "name" "cu_p90_grimm"
  112865. "description_string" "#PaintKit_cu_P90_Grimm"
  112866. "description_tag" "#PaintKit_cu_P90_Grimm_Tag"
  112867. "style" "7"
  112868. "pattern" "workshop/p90_grimm"
  112869. "pattern_scale" "1.000000"
  112870. "phongexponent" "32"
  112871. "phongintensity" "48"
  112872. "ignore_weapon_size_scale" "1"
  112873. "pattern_offset_x_start" "0.000000"
  112874. "pattern_offset_x_end" "0.000000"
  112875. "pattern_offset_y_start" "0.000000"
  112876. "pattern_offset_y_end" "0.000000"
  112877. "pattern_rotate_start" "0.000000"
  112878. "pattern_rotate_end" "0.000000"
  112879. "wear_remap_min" "0.000000"
  112880. "wear_remap_max" "0.800000"
  112881. }
  112882. "612"
  112883. {
  112884. "name" "gs_scar20_powercore"
  112885. "description_string" "#PaintKit_gs_SCAR20_Powercore"
  112886. "description_tag" "#PaintKit_gs_SCAR20_Powercore_Tag"
  112887. "style" "9"
  112888. "pattern" "workshop/scar_powercore"
  112889. "color0" "211 211 211"
  112890. "color1" "208 208 208"
  112891. "color2" "159 159 159"
  112892. "color3" "168 168 168"
  112893. "pattern_scale" "1.000000"
  112894. "phongexponent" "32"
  112895. "phongintensity" "5"
  112896. "phongalbedoboost" "1"
  112897. "view_model_exponent_override_size" "256"
  112898. "ignore_weapon_size_scale" "1"
  112899. "only_first_material" "0"
  112900. "pattern_offset_x_start" "0.000000"
  112901. "pattern_offset_x_end" "0.000000"
  112902. "pattern_offset_y_start" "0.000000"
  112903. "pattern_offset_y_end" "0.000000"
  112904. "pattern_rotate_start" "0.000000"
  112905. "pattern_rotate_end" "0.000000"
  112906. "wear_remap_min" "0.000000"
  112907. "wear_remap_max" "1.000000"
  112908. }
  112909. "613"
  112910. {
  112911. "name" "cu_sg556_triarch"
  112912. "description_string" "#PaintKit_cu_SG556_Triarch"
  112913. "description_tag" "#PaintKit_cu_SG556_Triarch_Tag"
  112914. "style" "7"
  112915. "pattern" "workshop/sg553_triarch"
  112916. "pattern_scale" "1.000000"
  112917. "phongexponent" "90"
  112918. "phongintensity" "125"
  112919. "ignore_weapon_size_scale" "1"
  112920. "only_first_material" "0"
  112921. "pattern_offset_x_start" "0.000000"
  112922. "pattern_offset_x_end" "0.000000"
  112923. "pattern_offset_y_start" "0.000000"
  112924. "pattern_offset_y_end" "0.000000"
  112925. "pattern_rotate_start" "0.000000"
  112926. "pattern_rotate_end" "0.000000"
  112927. "wear_remap_min" "0.000000"
  112928. "wear_remap_max" "1.000000"
  112929. }
  112930. "614"
  112931. {
  112932. "name" "gs_tec9_supercharged"
  112933. "description_string" "#PaintKit_gs_TEC9_Supercharged"
  112934. "description_tag" "#PaintKit_gs_TEC9_Supercharged_Tag"
  112935. "style" "9"
  112936. "pattern" "workshop/tec9_supercharged"
  112937. "use_normal" "1"
  112938. "normal" "workshop/tec9_supercharged_normal"
  112939. "color0" "178 174 159"
  112940. "color1" "255 255 255"
  112941. "color2" "136 115 95"
  112942. "color3" "129 123 113"
  112943. "pattern_scale" "1.000000"
  112944. "phongexponent" "100"
  112945. "phongintensity" "150"
  112946. "phongalbedoboost" "3"
  112947. "view_model_exponent_override_size" "1024"
  112948. "ignore_weapon_size_scale" "1"
  112949. "only_first_material" "0"
  112950. "pattern_offset_x_start" "0.000000"
  112951. "pattern_offset_x_end" "0.000000"
  112952. "pattern_offset_y_start" "0.000000"
  112953. "pattern_offset_y_end" "0.000000"
  112954. "pattern_rotate_start" "0.000000"
  112955. "pattern_rotate_end" "0.000000"
  112956. "wear_remap_min" "0.000000"
  112957. "wear_remap_max" "1.000000"
  112958. }
  112959. "615"
  112960. {
  112961. "name" "cu_ump45_metritera"
  112962. "description_string" "#PaintKit_cu_UMP45_Metritera"
  112963. "description_tag" "#PaintKit_cu_UMP45_Metritera_Tag"
  112964. "style" "7"
  112965. "pattern" "workshop/ump_metritera"
  112966. "pattern_scale" "1.000000"
  112967. "phongexponent" "9"
  112968. "phongintensity" "3"
  112969. "ignore_weapon_size_scale" "1"
  112970. "only_first_material" "0"
  112971. "pattern_offset_x_start" "0.000000"
  112972. "pattern_offset_x_end" "0.000000"
  112973. "pattern_offset_y_start" "0.000000"
  112974. "pattern_offset_y_end" "0.000000"
  112975. "pattern_rotate_start" "0.000000"
  112976. "pattern_rotate_end" "0.000000"
  112977. "wear_remap_min" "0.000000"
  112978. "wear_remap_max" "1.000000"
  112979. }
  112980. "616"
  112981. {
  112982. "name" "hy_xm1014_fractal_blue"
  112983. "description_string" "#PaintKit_hy_XM1014_Fractal_Blue"
  112984. "description_tag" "#PaintKit_hy_XM1014_Fractal_Blue_Tag"
  112985. "style" "2"
  112986. "pattern" "workshop/fractal_blue"
  112987. "color0" "26 26 26"
  112988. "color1" "83 97 98"
  112989. "color2" "52 173 199"
  112990. "color3" "26 26 26"
  112991. "pattern_scale" "5.000000"
  112992. "phongexponent" "32"
  112993. "phongintensity" "12"
  112994. "ignore_weapon_size_scale" "0"
  112995. "only_first_material" "1"
  112996. "pattern_offset_x_start" "0.000000"
  112997. "pattern_offset_x_end" "1.000000"
  112998. "pattern_offset_y_start" "0.000000"
  112999. "pattern_offset_y_end" "1.000000"
  113000. "pattern_rotate_start" "0.000000"
  113001. "pattern_rotate_end" "360.000000"
  113002. "wear_remap_min" "0.000000"
  113003. "wear_remap_max" "0.500000"
  113004. }
  113005. }
  113006. "items"
  113007. {
  113008. "1351"
  113009. {
  113010. "name" "gamma_2 Key"
  113011. "item_name" "#CSGO_crate_key_gamma_2"
  113012. "item_description" "#CSGO_crate_key_gamma_2_desc"
  113013. "first_sale_date" "2016-08-08"
  113014. "prefab" "weapon_case_key"
  113015. "image_inventory" "econ/tools/crate_key_gamma_2"
  113016. "tool"
  113017. {
  113018. "restriction" "crate_gamma_2"
  113019. }
  113020. }
  113021. "4281"
  113022. {
  113023. "item_name" "#CSGO_crate_gamma_2"
  113024. "item_description" "#CSGO_crate_gamma_2_desc"
  113025. "name" "crate_gamma_2"
  113026. "image_inventory" "econ/weapon_cases/crate_gamma_2"
  113027. "prefab" "weapon_case"
  113028. "associated_items"
  113029. {
  113030. "1351" "1"
  113031. }
  113032. "tool"
  113033. {
  113034. "restriction" "crate_gamma_2"
  113035. }
  113036. "attributes"
  113037. {
  113038. "set supply crate series"
  113039. {
  113040. "attribute_class" "supply_crate_series"
  113041. "value" "172"
  113042. }
  113043. }
  113044. "tags"
  113045. {
  113046. "ItemSet"
  113047. {
  113048. "tag_value" "set_gamma_2"
  113049. "tag_text" "#CSGO_set_gamma_2"
  113050. "tag_group" "ItemSet"
  113051. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  113052. }
  113053. }
  113054. }
  113055. }
  113056. "revolving_loot_lists"
  113057. {
  113058. "172" "crate_gamma_2"
  113059. }
  113060. "client_loot_lists"
  113061. {
  113062. "crate_gamma_2_rare"
  113063. {
  113064. "[gs_cz75_tread]weapon_cz75a" "1"
  113065. "[aq_five_seven_scumbria]weapon_fiveseven" "1"
  113066. "[gs_g3sg1_ventilator]weapon_g3sg1" "1"
  113067. "[hy_negev_dazzle]weapon_negev" "1"
  113068. "[cu_p90_grimm]weapon_p90" "1"
  113069. "[cu_ump45_metritera]weapon_ump45" "1"
  113070. "[hy_xm1014_fractal_blue]weapon_xm1014" "1"
  113071. }
  113072. "crate_gamma_2_mythical"
  113073. {
  113074. "[aq_desert_eagle_constable]weapon_deagle" "1"
  113075. "[cu_glock18_weasel]weapon_glock" "1"
  113076. "[cu_mag7_tribal]weapon_mag7" "1"
  113077. "[gs_scar20_powercore]weapon_scar20" "1"
  113078. "[cu_sg556_triarch]weapon_sg556" "1"
  113079. }
  113080. "crate_gamma_2_legendary"
  113081. {
  113082. "[gs_aug_syd_mead]weapon_aug" "1"
  113083. "[cu_mp9_narcis]weapon_mp9" "1"
  113084. "[gs_tec9_supercharged]weapon_tec9" "1"
  113085. }
  113086. "crate_gamma_2_ancient"
  113087. {
  113088. "[cu_ak47_anarchy]weapon_ak47" "1"
  113089. "[gs_famas_rally]weapon_famas" "1"
  113090. }
  113091. "crate_gamma_2"
  113092. {
  113093. "crate_gamma_2_rare" "1"
  113094. "crate_gamma_2_mythical" "1"
  113095. "crate_gamma_2_legendary" "1"
  113096. "crate_gamma_2_ancient" "1"
  113097. "community_case_13_unusual" "1"
  113098. }
  113099. }
  113100. "item_sets"
  113101. {
  113102. "set_gamma_2"
  113103. {
  113104. "name" "#CSGO_set_gamma_2"
  113105. "set_description" "#CSGO_set_gamma_2_desc"
  113106. "is_collection" "1"
  113107. "items"
  113108. {
  113109. "[gs_cz75_tread]weapon_cz75a" "1"
  113110. "[aq_five_seven_scumbria]weapon_fiveseven" "1"
  113111. "[gs_g3sg1_ventilator]weapon_g3sg1" "1"
  113112. "[hy_negev_dazzle]weapon_negev" "1"
  113113. "[cu_p90_grimm]weapon_p90" "1"
  113114. "[cu_ump45_metritera]weapon_ump45" "1"
  113115. "[hy_xm1014_fractal_blue]weapon_xm1014" "1"
  113116. "[aq_desert_eagle_constable]weapon_deagle" "1"
  113117. "[cu_glock18_weasel]weapon_glock" "1"
  113118. "[cu_mag7_tribal]weapon_mag7" "1"
  113119. "[gs_scar20_powercore]weapon_scar20" "1"
  113120. "[cu_sg556_triarch]weapon_sg556" "1"
  113121. "[gs_aug_syd_mead]weapon_aug" "1"
  113122. "[cu_mp9_narcis]weapon_mp9" "1"
  113123. "[gs_tec9_supercharged]weapon_tec9" "1"
  113124. "[cu_ak47_anarchy]weapon_ak47" "1"
  113125. "[gs_famas_rally]weapon_famas" "1"
  113126. }
  113127. }
  113128. }
  113129. "paint_kits_rarity"
  113130. {
  113131. "cu_ak47_anarchy" "legendary"
  113132. "gs_aug_syd_mead" "legendary"
  113133. "gs_cz75_tread" "rare"
  113134. "aq_desert_eagle_constable" "rare"
  113135. "gs_famas_rally" "ancient"
  113136. "aq_five_seven_scumbria" "rare"
  113137. "gs_g3sg1_ventilator" "rare"
  113138. "cu_glock18_weasel" "rare"
  113139. "cu_mag7_tribal" "mythical"
  113140. "cu_mp9_narcis" "legendary"
  113141. "hy_negev_dazzle" "rare"
  113142. "cu_p90_grimm" "rare"
  113143. "gs_scar20_powercore" "mythical"
  113144. "cu_sg556_triarch" "mythical"
  113145. "gs_tec9_supercharged" "legendary"
  113146. "cu_ump45_metritera" "rare"
  113147. "hy_xm1014_fractal_blue" "rare"
  113148. }
  113149. "sticker_kits"
  113150. {
  113151. "1653"
  113152. {
  113153. "name" "spray_blood_boiler"
  113154. "item_name" "#StickerKit_comm02_blood_broiler"
  113155. "description_string" "#StickerKit_desc_comm02_blood_broiler"
  113156. "sticker_material" "community_mix01/blood_boiler"
  113157. "item_rarity" "legendary"
  113158. }
  113159. "1654"
  113160. {
  113161. "name" "spray_chicken"
  113162. "item_name" "#StickerKit_enfu_chicken"
  113163. "description_string" "#StickerKit_desc_enfu_chicken"
  113164. "sticker_material" "community_mix01/chicken"
  113165. "item_rarity" "rare"
  113166. }
  113167. "1655"
  113168. {
  113169. "name" "spray_drugwarveteran"
  113170. "item_name" "#StickerKit_comm02_drugwarveteran"
  113171. "description_string" "#StickerKit_desc_comm02_drugwarveteran"
  113172. "sticker_material" "community_mix01/drugwarveteran"
  113173. "item_rarity" "legendary"
  113174. }
  113175. "1656"
  113176. {
  113177. "name" "spray_flickshot"
  113178. "item_name" "#StickerKit_comm02_flickshot"
  113179. "description_string" "#StickerKit_desc_comm02_flickshot"
  113180. "sticker_material" "community_mix01/flickshot"
  113181. "item_rarity" "rare"
  113182. }
  113183. "1657"
  113184. {
  113185. "name" "spray_hamster_hawk"
  113186. "item_name" "#StickerKit_comm02_hamster_hawk"
  113187. "description_string" "#StickerKit_desc_comm02_hamster_hawk"
  113188. "sticker_material" "community_mix01/hamster_hawk"
  113189. "item_rarity" "mythical"
  113190. }
  113191. "1658"
  113192. {
  113193. "name" "spray_ivette"
  113194. "item_name" "#StickerKit_pinups_ivette"
  113195. "description_string" "#StickerKit_desc_pinups_ivette"
  113196. "sticker_material" "community_mix01/ivette"
  113197. "item_rarity" "rare"
  113198. }
  113199. "1659"
  113200. {
  113201. "name" "spray_kawaiikiller_ct"
  113202. "item_name" "#StickerKit_comm02_kawaiikiller"
  113203. "description_string" "#StickerKit_desc_comm02_kawaiikiller"
  113204. "sticker_material" "community_mix01/kawaiikiller"
  113205. "item_rarity" "mythical"
  113206. }
  113207. "1660"
  113208. {
  113209. "name" "spray_kawaiikiller_t"
  113210. "item_name" "#StickerKit_comm02_kawaiikiller_t"
  113211. "description_string" "#StickerKit_desc_comm02_kawaiikiller_t"
  113212. "sticker_material" "community_mix01/kawaiikiller_t"
  113213. "item_rarity" "mythical"
  113214. }
  113215. "1661"
  113216. {
  113217. "name" "spray_martha"
  113218. "item_name" "#StickerKit_pinups_martha"
  113219. "description_string" "#StickerKit_desc_pinups_martha"
  113220. "sticker_material" "community_mix01/martha"
  113221. "item_rarity" "mythical"
  113222. }
  113223. "1662"
  113224. {
  113225. "name" "spray_oldschool"
  113226. "item_name" "#StickerKit_OldSchool"
  113227. "description_string" "#StickerKit_desc_OldSchool"
  113228. "sticker_material" "community_mix01/oldschool"
  113229. "item_rarity" "rare"
  113230. }
  113231. "1663"
  113232. {
  113233. "name" "spray_pocket_bbq"
  113234. "item_name" "#StickerKit_comm01_pocket_bbq"
  113235. "description_string" "#StickerKit_desc_comm01_pocket_bbq"
  113236. "sticker_material" "community_mix01/pocket_bbq"
  113237. "item_rarity" "rare"
  113238. }
  113239. "1664"
  113240. {
  113241. "name" "spray_rekt"
  113242. "item_name" "#StickerKit_comm01_rekt"
  113243. "description_string" "#StickerKit_desc_comm01_rekt"
  113244. "sticker_material" "community_mix01/rekt"
  113245. "item_rarity" "legendary"
  113246. }
  113247. "1665"
  113248. {
  113249. "name" "spray_shave_master"
  113250. "item_name" "#StickerKit_comm01_shavemaster"
  113251. "description_string" "#StickerKit_desc_comm01_shavemaster"
  113252. "sticker_material" "community_mix01/shave_master"
  113253. "item_rarity" "rare"
  113254. }
  113255. "1666"
  113256. {
  113257. "name" "spray_shootingstar"
  113258. "item_name" "#StickerKit_comm02_shootingstar"
  113259. "description_string" "#StickerKit_desc_comm02_shootingstar"
  113260. "sticker_material" "community_mix01/shootingstar"
  113261. "item_rarity" "rare"
  113262. }
  113263. "1667"
  113264. {
  113265. "name" "spray_skull"
  113266. "item_name" "#StickerKit_comm01_skull"
  113267. "description_string" "#StickerKit_desc_comm01_skull"
  113268. "sticker_material" "community_mix01/skull"
  113269. "item_rarity" "mythical"
  113270. }
  113271. "1668"
  113272. {
  113273. "name" "spray_tamara"
  113274. "item_name" "#StickerKit_pinups_tamara"
  113275. "description_string" "#StickerKit_desc__pinups_tamara"
  113276. "sticker_material" "community_mix01/tamara"
  113277. "item_rarity" "mythical"
  113278. }
  113279. "1669"
  113280. {
  113281. "name" "spray_unicorn"
  113282. "item_name" "#StickerKit_enfu_unicorn"
  113283. "description_string" "#StickerKit_desc_enfu_unicorn"
  113284. "sticker_material" "community_mix01/unicorn"
  113285. "item_rarity" "rare"
  113286. }
  113287. "1670"
  113288. {
  113289. "name" "spray_winged_defuser"
  113290. "item_name" "#StickerKit_comm01_winged_defuser"
  113291. "description_string" "#StickerKit_desc_comm01_winged_defuser"
  113292. "sticker_material" "community_mix01/winged_defuser"
  113293. "item_rarity" "rare"
  113294. }
  113295. }
  113296. "items"
  113297. {
  113298. "4234"
  113299. {
  113300. "item_name" "#CSGO_crate_sprays_community_1"
  113301. "name" "crate_sprays_community_1"
  113302. "item_description" "#CSGO_crate_sprays_community_1_desc"
  113303. "image_inventory" "econ/weapon_cases/crate_spray_pack_community_1"
  113304. "first_sale_date" "2016/06/20"
  113305. "prefab" "weapon_case_base"
  113306. "attributes"
  113307. {
  113308. "set supply crate series"
  113309. {
  113310. "attribute_class" "supply_crate_series"
  113311. "value" "142"
  113312. }
  113313. }
  113314. "tags"
  113315. {
  113316. "SprayCapsule"
  113317. {
  113318. "tag_value" "crate_sprays_community_1_lootlist"
  113319. "tag_text" "#CSGO_crate_sprays_community_1"
  113320. "tag_group" "SprayCapsule"
  113321. "tag_group_text" "#SFUI_InvTooltip_SprayCapsuleTag"
  113322. }
  113323. }
  113324. }
  113325. }
  113326. "revolving_loot_lists"
  113327. {
  113328. "142" "crate_sprays_community_1_lootlist"
  113329. }
  113330. "client_loot_lists"
  113331. {
  113332. "crate_sprays_community_1_rare"
  113333. {
  113334. "[spray_chicken]spray" "1"
  113335. "[spray_flickshot]spray" "1"
  113336. "[spray_shootingstar]spray" "1"
  113337. "[spray_oldschool]spray" "1"
  113338. "[spray_pocket_bbq]spray" "1"
  113339. "[spray_shave_master]spray" "1"
  113340. "[spray_ivette]spray" "1"
  113341. "[spray_unicorn]spray" "1"
  113342. "[spray_winged_defuser]spray" "1"
  113343. }
  113344. "crate_sprays_community_1_mythical"
  113345. {
  113346. "[spray_hamster_hawk]spray" "1"
  113347. "[spray_kawaiikiller_ct]spray" "1"
  113348. "[spray_kawaiikiller_t]spray" "1"
  113349. "[spray_martha]spray" "1"
  113350. "[spray_tamara]spray" "1"
  113351. "[spray_skull]spray" "1"
  113352. }
  113353. "crate_sprays_community_1_legendary"
  113354. {
  113355. "[spray_drugwarveteran]spray" "1"
  113356. "[spray_blood_boiler]spray" "1"
  113357. "[spray_rekt]spray" "1"
  113358. }
  113359. "crate_sprays_community_1_lootlist"
  113360. {
  113361. "crate_sprays_community_1_rare" "1"
  113362. "crate_sprays_community_1_mythical" "1"
  113363. "crate_sprays_community_1_legendary" "1"
  113364. }
  113365. }
  113366. "sticker_kits"
  113367. {
  113368. "1671"
  113369. {
  113370. "name" "spray_vcap1_ace_01"
  113371. "item_name" "#SprayKit_vcap1_ace_01"
  113372. "description_string" "#SprayKit_desc_vcap1_ace_01"
  113373. "sticker_material" "valve_sprays/ace_01"
  113374. "item_rarity" "rare"
  113375. }
  113376. "1672"
  113377. {
  113378. "name" "spray_vcap1_banana"
  113379. "item_name" "#SprayKit_vcap1_banana"
  113380. "description_string" "#SprayKit_desc_vcap1_banana"
  113381. "sticker_material" "valve_sprays/banana"
  113382. "item_rarity" "rare"
  113383. }
  113384. "1673"
  113385. {
  113386. "name" "spray_vcap1_cerberus"
  113387. "item_name" "#SprayKit_vcap1_cerberus"
  113388. "description_string" "#SprayKit_desc_vcap1_cerberus"
  113389. "sticker_material" "valve_sprays/cerberus"
  113390. "item_rarity" "mythical"
  113391. }
  113392. "1674"
  113393. {
  113394. "name" "spray_vcap1_clutch_01"
  113395. "item_name" "#SprayKit_vcap1_clutch_01"
  113396. "description_string" "#SprayKit_desc_vcap1_clutch_01"
  113397. "sticker_material" "valve_sprays/clutch_01"
  113398. "item_rarity" "legendary"
  113399. }
  113400. "1675"
  113401. {
  113402. "name" "spray_vcap1_crown"
  113403. "item_name" "#SprayKit_vcap1_crown"
  113404. "description_string" "#SprayKit_desc_vcap1_crown"
  113405. "sticker_material" "valve_sprays/crown"
  113406. "item_rarity" "mythical"
  113407. }
  113408. "1676"
  113409. {
  113410. "name" "spray_vcap1_ct"
  113411. "item_name" "#SprayKit_vcap1_ct"
  113412. "description_string" "#SprayKit_desc_vcap1_ct"
  113413. "sticker_material" "valve_sprays/ct"
  113414. "item_rarity" "rare"
  113415. }
  113416. "1677"
  113417. {
  113418. "name" "spray_vcap1_ez_02"
  113419. "item_name" "#SprayKit_vcap1_ez_02"
  113420. "description_string" "#SprayKit_desc_vcap1_ez_02"
  113421. "sticker_material" "valve_sprays/ez_02"
  113422. "item_rarity" "mythical"
  113423. }
  113424. "1678"
  113425. {
  113426. "name" "spray_vcap1_fireserpent"
  113427. "item_name" "#SprayKit_vcap1_fireserpent"
  113428. "description_string" "#SprayKit_desc_vcap1_fireserpent"
  113429. "sticker_material" "valve_sprays/fireserpent"
  113430. "item_rarity" "legendary"
  113431. }
  113432. "1679"
  113433. {
  113434. "name" "spray_vcap1_howling_dawn"
  113435. "item_name" "#SprayKit_vcap1_howling_dawn"
  113436. "description_string" "#SprayKit_desc_vcap1_howling_dawn"
  113437. "sticker_material" "valve_sprays/howling_dawn"
  113438. "item_rarity" "legendary"
  113439. }
  113440. "1680"
  113441. {
  113442. "name" "spray_vcap1_kisses"
  113443. "item_name" "#SprayKit_vcap1_kisses"
  113444. "description_string" "#SprayKit_desc_vcap1_kisses"
  113445. "sticker_material" "valve_sprays/kisses"
  113446. "item_rarity" "mythical"
  113447. }
  113448. "1681"
  113449. {
  113450. "name" "spray_vcap1_lemon_squeeze"
  113451. "item_name" "#SprayKit_vcap1_lemon_squeeze"
  113452. "description_string" "#SprayKit_desc_vcap1_lemon_squeeze"
  113453. "sticker_material" "valve_sprays/lemon_squeeze"
  113454. "item_rarity" "rare"
  113455. }
  113456. "1682"
  113457. {
  113458. "name" "spray_vcap1_nice_shot_color"
  113459. "item_name" "#SprayKit_vcap1_nice_shot_color"
  113460. "description_string" "#SprayKit_desc_vcap1_nice_shot_color"
  113461. "sticker_material" "valve_sprays/nice_shot_color"
  113462. "item_rarity" "rare"
  113463. }
  113464. "1683"
  113465. {
  113466. "name" "spray_vcap1_phoenix"
  113467. "item_name" "#SprayKit_vcap1_phoenix"
  113468. "description_string" "#SprayKit_desc_vcap1_phoenix"
  113469. "sticker_material" "valve_sprays/phoenix"
  113470. "item_rarity" "rare"
  113471. }
  113472. "1684"
  113473. {
  113474. "name" "spray_vcap1_realmvp_02"
  113475. "item_name" "#SprayKit_vcap1_realmvp_02"
  113476. "description_string" "#SprayKit_desc_vcap1_realmvp_02"
  113477. "sticker_material" "valve_sprays/realmvp_02"
  113478. "item_rarity" "mythical"
  113479. }
  113480. "1685"
  113481. {
  113482. "name" "spray_vcap1_ripip"
  113483. "item_name" "#SprayKit_vcap1_ripip"
  113484. "description_string" "#SprayKit_desc_vcap1_ripip"
  113485. "sticker_material" "valve_sprays/ripip"
  113486. "item_rarity" "mythical"
  113487. }
  113488. "1686"
  113489. {
  113490. "name" "spray_vcap1_target_02"
  113491. "item_name" "#SprayKit_vcap1_target_02"
  113492. "description_string" "#SprayKit_desc_vcap1_target_02"
  113493. "sticker_material" "valve_sprays/target_02"
  113494. "item_rarity" "rare"
  113495. }
  113496. "1687"
  113497. {
  113498. "name" "spray_vcap1_welcome_clutch"
  113499. "item_name" "#SprayKit_vcap1_welcome_clutch"
  113500. "description_string" "#SprayKit_desc_vcap1_welcome_clutch"
  113501. "sticker_material" "valve_sprays/welcome_clutch"
  113502. "item_rarity" "rare"
  113503. }
  113504. "1688"
  113505. {
  113506. "name" "spray_vcap1_wings"
  113507. "item_name" "#SprayKit_vcap1_wings"
  113508. "description_string" "#SprayKit_desc_vcap1_wings"
  113509. "sticker_material" "valve_sprays/wings"
  113510. "item_rarity" "rare"
  113511. }
  113512. }
  113513. "items"
  113514. {
  113515. "4285"
  113516. {
  113517. "item_name" "#CSGO_crate_sprays_vcap1"
  113518. "name" "crate_sprays_vcap1"
  113519. "item_description" "#CSGO_crate_sprays_vcap1_desc"
  113520. "image_inventory" "econ/weapon_cases/crate_spray_pack_valve_1"
  113521. "first_sale_date" "2016/08/24"
  113522. "prefab" "weapon_case_base"
  113523. "attributes"
  113524. {
  113525. "set supply crate series"
  113526. {
  113527. "attribute_class" "supply_crate_series"
  113528. "value" "176"
  113529. }
  113530. }
  113531. "tags"
  113532. {
  113533. "SprayCapsule"
  113534. {
  113535. "tag_value" "crate_sprays_vcap1_lootlist"
  113536. "tag_text" "#CSGO_crate_sprays_vcap1"
  113537. "tag_group" "SprayCapsule"
  113538. "tag_group_text" "#SFUI_InvTooltip_SprayCapsuleTag"
  113539. }
  113540. }
  113541. }
  113542. }
  113543. "revolving_loot_lists"
  113544. {
  113545. "176" "crate_sprays_vcap1_lootlist"
  113546. }
  113547. "client_loot_lists"
  113548. {
  113549. "crate_sprays_vcap1_lootlist_rare"
  113550. {
  113551. "[spray_vcap1_ct]spray" "1"
  113552. "[spray_vcap1_banana]spray" "1"
  113553. "[spray_vcap1_ace_01]spray" "1"
  113554. "[spray_vcap1_target_02]spray" "1"
  113555. "[spray_vcap1_nice_shot_color]spray" "1"
  113556. "[spray_vcap1_wings]spray" "1"
  113557. "[spray_vcap1_phoenix]spray" "1"
  113558. "[spray_vcap1_welcome_clutch]spray" "1"
  113559. "[spray_vcap1_lemon_squeeze]spray" "1"
  113560. }
  113561. "crate_sprays_vcap1_lootlist_mythical"
  113562. {
  113563. "[spray_vcap1_ez_02]spray" "1"
  113564. "[spray_vcap1_cerberus]spray" "1"
  113565. "[spray_vcap1_kisses]spray" "1"
  113566. "[spray_vcap1_crown]spray" "1"
  113567. "[spray_vcap1_realmvp_02]spray" "1"
  113568. "[spray_vcap1_ripip]spray" "1"
  113569. }
  113570. "crate_sprays_vcap1_lootlist_legendary"
  113571. {
  113572. "[spray_vcap1_howling_dawn]spray" "1"
  113573. "[spray_vcap1_fireserpent]spray" "1"
  113574. "[spray_vcap1_clutch_01]spray" "1"
  113575. }
  113576. "crate_sprays_vcap1_lootlist"
  113577. {
  113578. "crate_sprays_vcap1_lootlist_rare" "1"
  113579. "crate_sprays_vcap1_lootlist_mythical" "1"
  113580. "crate_sprays_vcap1_lootlist_legendary" "1"
  113581. }
  113582. }
  113583. "sticker_kits"
  113584. {
  113585. "1625"
  113586. {
  113587. "name" "sugarface_boris"
  113588. "item_name" "#StickerKit_sugarface_boris"
  113589. "description_string" "#StickerKit_desc_sugarface_boris"
  113590. "sticker_material" "sugarface_capsule/boris"
  113591. "item_rarity" "rare"
  113592. }
  113593. "1626"
  113594. {
  113595. "name" "sugarface_max"
  113596. "item_name" "#StickerKit_sugarface_max"
  113597. "description_string" "#StickerKit_desc_sugarface_max"
  113598. "sticker_material" "sugarface_capsule/max"
  113599. "item_rarity" "rare"
  113600. }
  113601. "1627"
  113602. {
  113603. "name" "sugarface_stan"
  113604. "item_name" "#StickerKit_sugarface_stan"
  113605. "description_string" "#StickerKit_desc_sugarface_stan"
  113606. "sticker_material" "sugarface_capsule/stan"
  113607. "item_rarity" "rare"
  113608. }
  113609. "1628"
  113610. {
  113611. "name" "sugarface_jack"
  113612. "item_name" "#StickerKit_sugarface_jack"
  113613. "description_string" "#StickerKit_desc_sugarface_jack"
  113614. "sticker_material" "sugarface_capsule/jack"
  113615. "item_rarity" "rare"
  113616. }
  113617. "1629"
  113618. {
  113619. "name" "sugarface_perry"
  113620. "item_name" "#StickerKit_sugarface_perry"
  113621. "description_string" "#StickerKit_desc_sugarface_perry"
  113622. "sticker_material" "sugarface_capsule/perry"
  113623. "item_rarity" "rare"
  113624. }
  113625. "1630"
  113626. {
  113627. "name" "sugarface_viggo"
  113628. "item_name" "#StickerKit_sugarface_viggo"
  113629. "description_string" "#StickerKit_desc_sugarface_viggo"
  113630. "sticker_material" "sugarface_capsule/viggo"
  113631. "item_rarity" "rare"
  113632. }
  113633. "1631"
  113634. {
  113635. "name" "sugarface_joan"
  113636. "item_name" "#StickerKit_sugarface_joan"
  113637. "description_string" "#StickerKit_desc_sugarface_joan"
  113638. "sticker_material" "sugarface_capsule/joan"
  113639. "item_rarity" "rare"
  113640. }
  113641. "1632"
  113642. {
  113643. "name" "sugarface_boris_holo"
  113644. "item_name" "#StickerKit_sugarface_boris_holo"
  113645. "description_string" "#StickerKit_desc_sugarface_boris_holo"
  113646. "sticker_material" "sugarface_capsule/boris_holo"
  113647. "item_rarity" "mythical"
  113648. }
  113649. "1633"
  113650. {
  113651. "name" "sugarface_max_holo"
  113652. "item_name" "#StickerKit_sugarface_max_holo"
  113653. "description_string" "#StickerKit_desc_sugarface_max_holo"
  113654. "sticker_material" "sugarface_capsule/max_holo"
  113655. "item_rarity" "mythical"
  113656. }
  113657. "1634"
  113658. {
  113659. "name" "sugarface_stan_holo"
  113660. "item_name" "#StickerKit_sugarface_stan_holo"
  113661. "description_string" "#StickerKit_desc_sugarface_stan_holo"
  113662. "sticker_material" "sugarface_capsule/stan_holo"
  113663. "item_rarity" "mythical"
  113664. }
  113665. "1635"
  113666. {
  113667. "name" "sugarface_jack_holo"
  113668. "item_name" "#StickerKit_sugarface_jack_holo"
  113669. "description_string" "#StickerKit_desc_sugarface_jack_holo"
  113670. "sticker_material" "sugarface_capsule/jack_holo"
  113671. "item_rarity" "mythical"
  113672. }
  113673. "1636"
  113674. {
  113675. "name" "sugarface_perry_holo"
  113676. "item_name" "#StickerKit_sugarface_perry_holo"
  113677. "description_string" "#StickerKit_desc_sugarface_perry_holo"
  113678. "sticker_material" "sugarface_capsule/perry_holo"
  113679. "item_rarity" "mythical"
  113680. }
  113681. "1637"
  113682. {
  113683. "name" "sugarface_viggo_holo"
  113684. "item_name" "#StickerKit_sugarface_viggo_holo"
  113685. "description_string" "#StickerKit_desc_sugarface_viggo_holo"
  113686. "sticker_material" "sugarface_capsule/viggo_holo"
  113687. "item_rarity" "mythical"
  113688. }
  113689. "1638"
  113690. {
  113691. "name" "sugarface_joan_holo"
  113692. "item_name" "#StickerKit_sugarface_joan_holo"
  113693. "description_string" "#StickerKit_desc_sugarface_joan_holo"
  113694. "sticker_material" "sugarface_capsule/joan_holo"
  113695. "item_rarity" "mythical"
  113696. }
  113697. }
  113698. "items"
  113699. {
  113700. "4282"
  113701. {
  113702. "item_name" "#CSGO_crate_sticker_pack_sugarface_capsule"
  113703. "name" "crate_sticker_pack_sugarface_capsule"
  113704. "item_description" "#CSGO_crate_sticker_pack_sugarface_capsule_desc"
  113705. "image_inventory" "econ/weapon_cases/crate_sticker_pack_sugarface_capsule"
  113706. "first_sale_date" "2016/08/16"
  113707. "prefab" "weapon_case_base"
  113708. "attributes"
  113709. {
  113710. "set supply crate series"
  113711. {
  113712. "attribute_class" "supply_crate_series"
  113713. "value" "173"
  113714. }
  113715. }
  113716. "tags"
  113717. {
  113718. "StickerCapsule"
  113719. {
  113720. "tag_value" "crate_sticker_pack_sugarface_capsule_lootlist"
  113721. "tag_text" "#CSGO_crate_sticker_pack_sugarface_capsule"
  113722. "tag_group" "StickerCapsule"
  113723. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  113724. }
  113725. }
  113726. }
  113727. }
  113728. "revolving_loot_lists"
  113729. {
  113730. "173" "crate_sticker_pack_sugarface_capsule_lootlist"
  113731. }
  113732. "client_loot_lists"
  113733. {
  113734. "crate_sticker_pack_sugarface_capsule_rare"
  113735. {
  113736. "[sugarface_boris]sticker" "1"
  113737. "[sugarface_max]sticker" "1"
  113738. "[sugarface_stan]sticker" "1"
  113739. "[sugarface_jack]sticker" "1"
  113740. "[sugarface_perry]sticker" "1"
  113741. "[sugarface_viggo]sticker" "1"
  113742. "[sugarface_joan]sticker" "1"
  113743. }
  113744. "crate_sticker_pack_sugarface_capsule_mythical"
  113745. {
  113746. "[sugarface_boris_holo]sticker" "1"
  113747. "[sugarface_max_holo]sticker" "1"
  113748. "[sugarface_stan_holo]sticker" "1"
  113749. "[sugarface_jack_holo]sticker" "1"
  113750. "[sugarface_perry_holo]sticker" "1"
  113751. "[sugarface_viggo_holo]sticker" "1"
  113752. "[sugarface_joan_holo]sticker" "1"
  113753. }
  113754. "crate_sticker_pack_sugarface_capsule_lootlist"
  113755. {
  113756. "crate_sticker_pack_sugarface_capsule_rare" "1"
  113757. "crate_sticker_pack_sugarface_capsule_mythical" "1"
  113758. }
  113759. }
  113760. "sticker_kits"
  113761. {
  113762. "1639"
  113763. {
  113764. "name" "bestiary_basilisk"
  113765. "item_name" "#StickerKit_bestiary_basilisk"
  113766. "description_string" "#StickerKit_desc_bestiary_basilisk"
  113767. "sticker_material" "bestiary_capsule/basilisk"
  113768. "item_rarity" "rare"
  113769. }
  113770. "1640"
  113771. {
  113772. "name" "bestiary_dragon"
  113773. "item_name" "#StickerKit_bestiary_dragon"
  113774. "description_string" "#StickerKit_desc_bestiary_dragon"
  113775. "sticker_material" "bestiary_capsule/dragon"
  113776. "item_rarity" "rare"
  113777. }
  113778. "1641"
  113779. {
  113780. "name" "bestiary_hippocamp"
  113781. "item_name" "#StickerKit_bestiary_hippocamp"
  113782. "description_string" "#StickerKit_desc_bestiary_hippocamp"
  113783. "sticker_material" "bestiary_capsule/hippocamp"
  113784. "item_rarity" "rare"
  113785. }
  113786. "1642"
  113787. {
  113788. "name" "bestiary_manticore"
  113789. "item_name" "#StickerKit_bestiary_manticore"
  113790. "description_string" "#StickerKit_desc_bestiary_manticore"
  113791. "sticker_material" "bestiary_capsule/manticore"
  113792. "item_rarity" "rare"
  113793. }
  113794. "1643"
  113795. {
  113796. "name" "bestiary_pegasus"
  113797. "item_name" "#StickerKit_bestiary_pegasus"
  113798. "description_string" "#StickerKit_desc_bestiary_pegasus"
  113799. "sticker_material" "bestiary_capsule/pegasus"
  113800. "item_rarity" "rare"
  113801. }
  113802. "1644"
  113803. {
  113804. "name" "bestiary_phoenix"
  113805. "item_name" "#StickerKit_bestiary_phoenix"
  113806. "description_string" "#StickerKit_desc_bestiary_phoenix"
  113807. "sticker_material" "bestiary_capsule/phoenix"
  113808. "item_rarity" "rare"
  113809. }
  113810. "1645"
  113811. {
  113812. "name" "bestiary_sphinx"
  113813. "item_name" "#StickerKit_bestiary_sphinx"
  113814. "description_string" "#StickerKit_desc_bestiary_sphinx"
  113815. "sticker_material" "bestiary_capsule/sphinx"
  113816. "item_rarity" "rare"
  113817. }
  113818. "1646"
  113819. {
  113820. "name" "bestiary_hippocamp_holo"
  113821. "item_name" "#StickerKit_bestiary_hippocamp_holo"
  113822. "description_string" "#StickerKit_desc_bestiary_hippocamp_holo"
  113823. "sticker_material" "bestiary_capsule/hippocamp_holo"
  113824. "item_rarity" "mythical"
  113825. }
  113826. "1647"
  113827. {
  113828. "name" "bestiary_manticore_holo"
  113829. "item_name" "#StickerKit_bestiary_manticore_holo"
  113830. "description_string" "#StickerKit_desc_bestiary_manticore_holo"
  113831. "sticker_material" "bestiary_capsule/manticore_holo"
  113832. "item_rarity" "mythical"
  113833. }
  113834. "1648"
  113835. {
  113836. "name" "bestiary_pegasus_holo"
  113837. "item_name" "#StickerKit_bestiary_pegasus_holo"
  113838. "description_string" "#StickerKit_desc_bestiary_pegasus_holo"
  113839. "sticker_material" "bestiary_capsule/pegasus_holo"
  113840. "item_rarity" "mythical"
  113841. }
  113842. "1649"
  113843. {
  113844. "name" "bestiary_sphinx_holo"
  113845. "item_name" "#StickerKit_bestiary_sphinx_holo"
  113846. "description_string" "#StickerKit_desc_bestiary_sphinx_holo"
  113847. "sticker_material" "bestiary_capsule/sphinx_holo"
  113848. "item_rarity" "mythical"
  113849. }
  113850. "1650"
  113851. {
  113852. "name" "bestiary_basilisk_foil"
  113853. "item_name" "#StickerKit_bestiary_basilisk_foil"
  113854. "description_string" "#StickerKit_desc_bestiary_basilisk_foil"
  113855. "sticker_material" "bestiary_capsule/basilisk_foil"
  113856. "item_rarity" "legendary"
  113857. }
  113858. "1651"
  113859. {
  113860. "name" "bestiary_dragon_foil"
  113861. "item_name" "#StickerKit_bestiary_dragon_foil"
  113862. "description_string" "#StickerKit_desc_bestiary_dragon_foil"
  113863. "sticker_material" "bestiary_capsule/dragon_foil"
  113864. "item_rarity" "legendary"
  113865. }
  113866. "1652"
  113867. {
  113868. "name" "bestiary_phoenix_foil"
  113869. "item_name" "#StickerKit_bestiary_phoenix_foil"
  113870. "description_string" "#StickerKit_desc_bestiary_phoenix_foil"
  113871. "sticker_material" "bestiary_capsule/phoenix_foil"
  113872. "item_rarity" "legendary"
  113873. }
  113874. }
  113875. "items"
  113876. {
  113877. "4283"
  113878. {
  113879. "item_name" "#CSGO_crate_sticker_pack_bestiary_capsule"
  113880. "name" "crate_sticker_pack_bestiary_capsule"
  113881. "item_description" "#CSGO_crate_sticker_pack_bestiary_capsule_desc"
  113882. "image_inventory" "econ/weapon_cases/crate_sticker_pack_bestiary_capsule"
  113883. "first_sale_date" "2016/08/16"
  113884. "prefab" "weapon_case_base"
  113885. "attributes"
  113886. {
  113887. "set supply crate series"
  113888. {
  113889. "attribute_class" "supply_crate_series"
  113890. "value" "174"
  113891. }
  113892. }
  113893. "tags"
  113894. {
  113895. "StickerCapsule"
  113896. {
  113897. "tag_value" "crate_sticker_pack_bestiary_capsule_lootlist"
  113898. "tag_text" "#CSGO_crate_sticker_pack_bestiary_capsule"
  113899. "tag_group" "StickerCapsule"
  113900. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  113901. }
  113902. }
  113903. }
  113904. }
  113905. "revolving_loot_lists"
  113906. {
  113907. "174" "crate_sticker_pack_bestiary_capsule_lootlist"
  113908. }
  113909. "client_loot_lists"
  113910. {
  113911. "crate_sticker_pack_bestiary_capsule_rare"
  113912. {
  113913. "[bestiary_basilisk]sticker" "1"
  113914. "[bestiary_dragon]sticker" "1"
  113915. "[bestiary_hippocamp]sticker" "1"
  113916. "[bestiary_manticore]sticker" "1"
  113917. "[bestiary_pegasus]sticker" "1"
  113918. "[bestiary_phoenix]sticker" "1"
  113919. "[bestiary_sphinx]sticker" "1"
  113920. }
  113921. "crate_sticker_pack_bestiary_capsule_mythical"
  113922. {
  113923. "[bestiary_hippocamp_holo]sticker" "1"
  113924. "[bestiary_manticore_holo]sticker" "1"
  113925. "[bestiary_pegasus_holo]sticker" "1"
  113926. "[bestiary_sphinx_holo]sticker" "1"
  113927. }
  113928. "crate_sticker_pack_bestiary_capsule_legendary"
  113929. {
  113930. "[bestiary_basilisk_foil]sticker" "1"
  113931. "[bestiary_dragon_foil]sticker" "1"
  113932. "[bestiary_phoenix_foil]sticker" "1"
  113933. }
  113934. "crate_sticker_pack_bestiary_capsule_lootlist"
  113935. {
  113936. "crate_sticker_pack_bestiary_capsule_rare" "1"
  113937. "crate_sticker_pack_bestiary_capsule_mythical" "1"
  113938. "crate_sticker_pack_bestiary_capsule_legendary" "1"
  113939. }
  113940. }
  113941. "music_definitions"
  113942. {
  113943. "32"
  113944. {
  113945. "name" "beartooth_02"
  113946. "loc_name" "#musickit_beartooth_02"
  113947. "loc_description" "#musickit_beartooth_02_desc"
  113948. "image_inventory" "econ/music_kits/beartooth_02"
  113949. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_beartooth_02.mdl"
  113950. }
  113951. "33"
  113952. {
  113953. "name" "blitzkids_01"
  113954. "loc_name" "#musickit_blitzkids_01"
  113955. "loc_description" "#musickit_blitzkids_01_desc"
  113956. "image_inventory" "econ/music_kits/blitzkids_01"
  113957. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_blitzkids_01.mdl"
  113958. }
  113959. "34"
  113960. {
  113961. "name" "hundredth_01"
  113962. "loc_name" "#musickit_hundredth_01"
  113963. "loc_description" "#musickit_hundredth_01_desc"
  113964. "image_inventory" "econ/music_kits/hundredth_01"
  113965. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_hundredth_01.mdl"
  113966. }
  113967. "35"
  113968. {
  113969. "name" "neckdeep_01"
  113970. "loc_name" "#musickit_neckdeep_01"
  113971. "loc_description" "#musickit_neckdeep_01_desc"
  113972. "image_inventory" "econ/music_kits/neckdeep_01"
  113973. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_neckdeep_01.mdl"
  113974. }
  113975. "36"
  113976. {
  113977. "name" "roam_01"
  113978. "loc_name" "#musickit_roam_01"
  113979. "loc_description" "#musickit_roam_01_desc"
  113980. "image_inventory" "econ/music_kits/roam_01"
  113981. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_roam_01.mdl"
  113982. }
  113983. "37"
  113984. {
  113985. "name" "twinatlantic_01"
  113986. "loc_name" "#musickit_twinatlantic_01"
  113987. "loc_description" "#musickit_twinatlantic_01_desc"
  113988. "image_inventory" "econ/music_kits/twinatlantic_01"
  113989. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_twinatlantic_01.mdl"
  113990. }
  113991. "38"
  113992. {
  113993. "name" "skog_03"
  113994. "loc_name" "#musickit_skog_03"
  113995. "loc_description" "#musickit_skog_03_desc"
  113996. "image_inventory" "econ/music_kits/skog_03"
  113997. "pedestal_display_model" "models/inventory_items/music_kits/music_kit_skog_03.mdl"
  113998. }
  113999. }
  114000. "items"
  114001. {
  114002. "4287"
  114003. {
  114004. "item_name" "#CSGO_crate_musickit_radicals_stattrak_capsule"
  114005. "name" "crate_musickit_radicals_stattrak_capsule"
  114006. "item_description" "#CSGO_crate_musickit_radicals_stattrak_capsule_desc"
  114007. "image_inventory" "econ/weapon_cases/crate_musickit_radicals_capsule"
  114008. "first_sale_date" "2016/08/16"
  114009. "prefab" "weapon_case_base"
  114010. "attributes"
  114011. {
  114012. "set supply crate series"
  114013. {
  114014. "attribute_class" "supply_crate_series"
  114015. "value" "178"
  114016. }
  114017. }
  114018. }
  114019. }
  114020. "revolving_loot_lists"
  114021. {
  114022. "178" "crate_musickit_radicals_stattrak_capsule_lootlist"
  114023. }
  114024. "client_loot_lists"
  114025. {
  114026. "crate_musickit_radicals_stattrak_capsule_lootlist"
  114027. {
  114028. "will_produce_stattrak" "1"
  114029. "[beartooth_02]musickit" "1"
  114030. "[blitzkids_01]musickit" "1"
  114031. "[hundredth_01]musickit" "1"
  114032. "[neckdeep_01]musickit" "1"
  114033. "[roam_01]musickit" "1"
  114034. "[twinatlantic_01]musickit" "1"
  114035. "[skog_03]musickit" "1"
  114036. }
  114037. }
  114038. "paint_kits"
  114039. {
  114040. "622"
  114041. {
  114042. "name" "am_czv2_mf"
  114043. "description_string" "#PaintKit_am_czv2_mf"
  114044. "description_tag" "#PaintKit_am_czv2_mf_Tag"
  114045. "style" "5"
  114046. "pattern" "workshop/cz_mainframe"
  114047. "color0" "3 3 3"
  114048. "color1" "15 152 76"
  114049. "color2" "19 102 105"
  114050. "color3" "36 36 36"
  114051. "pattern_scale" "1.500000"
  114052. "phongexponent" "210"
  114053. "phongalbedoboost" "17"
  114054. "view_model_exponent_override_size" "1024"
  114055. "ignore_weapon_size_scale" "1"
  114056. "only_first_material" "0"
  114057. "pattern_offset_x_start" "0.000000"
  114058. "pattern_offset_x_end" "1.000000"
  114059. "pattern_offset_y_start" "0.000000"
  114060. "pattern_offset_y_end" "1.000000"
  114061. "pattern_rotate_start" "45.000000"
  114062. "pattern_rotate_end" "45.000000"
  114063. "wear_remap_min" "0.000000"
  114064. "wear_remap_max" "0.500000"
  114065. }
  114066. "623"
  114067. {
  114068. "name" "aq_glock_dark-fall"
  114069. "description_string" "#PaintKit_aq_glock_dark-fall"
  114070. "description_tag" "#PaintKit_aq_glock_dark-fall_Tag"
  114071. "style" "8"
  114072. "pattern" "workshop/glock_dark_fall"
  114073. "color0" "134 86 79"
  114074. "color1" "148 147 145"
  114075. "color2" "84 73 71"
  114076. "color3" "31 28 27"
  114077. "pattern_scale" "1.000000"
  114078. "phongexponent" "220"
  114079. "phongalbedoboost" "35"
  114080. "ignore_weapon_size_scale" "1"
  114081. "only_first_material" "1"
  114082. "pattern_offset_x_start" "0.000000"
  114083. "pattern_offset_x_end" "0.000000"
  114084. "pattern_offset_y_start" "0.000000"
  114085. "pattern_offset_y_end" "0.000000"
  114086. "pattern_rotate_start" "0.000000"
  114087. "pattern_rotate_end" "0.000000"
  114088. "wear_remap_min" "0.000000"
  114089. "wear_remap_max" "1.000000"
  114090. }
  114091. "624"
  114092. {
  114093. "name" "cu_ssg08_dragonfire_scope"
  114094. "description_string" "#PaintKit_cu_ssg08_dragonfire_scope"
  114095. "description_tag" "#PaintKit_cu_ssg08_dragonfire_scope_Tag"
  114096. "style" "7"
  114097. "pattern" "workshop/ssg08_dragonfire"
  114098. "pattern_scale" "1.000000"
  114099. "phongexponent" "250"
  114100. "phongintensity" "60"
  114101. "ignore_weapon_size_scale" "1"
  114102. "only_first_material" "1"
  114103. "pattern_offset_x_start" "0.000000"
  114104. "pattern_offset_x_end" "0.000000"
  114105. "pattern_offset_y_start" "0.000000"
  114106. "pattern_offset_y_end" "0.000000"
  114107. "pattern_rotate_start" "0.000000"
  114108. "pattern_rotate_end" "0.000000"
  114109. "wear_remap_min" "0.000000"
  114110. "wear_remap_max" "0.500000"
  114111. }
  114112. "625"
  114113. {
  114114. "name" "gs_dual_berettas_golden_venice"
  114115. "description_string" "#PaintKit_gs_dual_berettas_golden_venice"
  114116. "description_tag" "#PaintKit_gs_dual_berettas_golden_venice_Tag"
  114117. "style" "9"
  114118. "pattern" "workshop/dual_berettas_golden_venice"
  114119. "use_normal" "1"
  114120. "normal" "workshop/dual_berettas_golden_venice_normal"
  114121. "color0" "107 98 79"
  114122. "color1" "219 203 164"
  114123. "color2" "140 126 97"
  114124. "color3" "147 138 100"
  114125. "pattern_scale" "1.000000"
  114126. "phongexponent" "250"
  114127. "phongintensity" "150"
  114128. "phongalbedoboost" "15"
  114129. "view_model_exponent_override_size" "1024"
  114130. "ignore_weapon_size_scale" "1"
  114131. "only_first_material" "1"
  114132. "pattern_offset_x_start" "0.000000"
  114133. "pattern_offset_x_end" "0.000000"
  114134. "pattern_offset_y_start" "0.000000"
  114135. "pattern_offset_y_end" "0.000000"
  114136. "pattern_rotate_start" "0.000000"
  114137. "pattern_rotate_end" "0.000000"
  114138. "wear_remap_min" "0.000000"
  114139. "wear_remap_max" "1.000000"
  114140. }
  114141. "626"
  114142. {
  114143. "name" "gs_famas_mecha"
  114144. "description_string" "#PaintKit_gs_famas_mecha"
  114145. "description_tag" "#PaintKit_gs_famas_mecha_Tag"
  114146. "style" "9"
  114147. "pattern" "workshop/famas_mecha"
  114148. "color0" "54 54 54"
  114149. "color1" "194 194 194"
  114150. "color2" "104 95 75"
  114151. "color3" "108 108 108 255"
  114152. "pattern_scale" "1.000000"
  114153. "phongexponent" "75"
  114154. "phongintensity" "35"
  114155. "phongalbedoboost" "2"
  114156. "view_model_exponent_override_size" "1024"
  114157. "ignore_weapon_size_scale" "1"
  114158. "only_first_material" "1"
  114159. "pattern_offset_x_start" "0.000000"
  114160. "pattern_offset_x_end" "0.000000"
  114161. "pattern_offset_y_start" "0.000000"
  114162. "pattern_offset_y_end" "0.000000"
  114163. "pattern_rotate_start" "0.000000"
  114164. "pattern_rotate_end" "0.000000"
  114165. "wear_remap_min" "0.000000"
  114166. "wear_remap_max" "0.500000"
  114167. }
  114168. "627"
  114169. {
  114170. "name" "gs_final_pooldeadv2"
  114171. "description_string" "#PaintKit_gs_final_pooldeadv2"
  114172. "description_tag" "#PaintKit_gs_final_pooldeadv2_Tag"
  114173. "style" "9"
  114174. "pattern" "workshop/mp7_pooldead"
  114175. "color0" "90 40 0"
  114176. "color1" "211 211 211"
  114177. "color2" "68 68 68"
  114178. "color3" "108 44 1"
  114179. "pattern_scale" "1.000000"
  114180. "phongexponent" "100"
  114181. "phongintensity" "255"
  114182. "phongalbedoboost" "30"
  114183. "view_model_exponent_override_size" "512"
  114184. "ignore_weapon_size_scale" "1"
  114185. "only_first_material" "1"
  114186. "pattern_offset_x_start" "0.000000"
  114187. "pattern_offset_x_end" "0.000000"
  114188. "pattern_offset_y_start" "0.000000"
  114189. "pattern_offset_y_end" "0.000000"
  114190. "pattern_rotate_start" "0.000000"
  114191. "pattern_rotate_end" "0.000000"
  114192. "wear_remap_min" "0.000000"
  114193. "wear_remap_max" "0.750000"
  114194. }
  114195. "628"
  114196. {
  114197. "name" "gs_g3sg1_viper_yellow"
  114198. "description_string" "#PaintKit_gs_g3sg1_viper_yellow"
  114199. "description_tag" "#PaintKit_gs_g3sg1_viper_yellow_Tag"
  114200. "style" "9"
  114201. "pattern" "workshop/g3sg1_viper_yellow"
  114202. "color0" "100 100 100"
  114203. "color1" "216 216 216"
  114204. "color2" "42 54 67"
  114205. "color3" "16 24 53"
  114206. "pattern_scale" "1.000000"
  114207. "phongexponent" "125"
  114208. "phongintensity" "255"
  114209. "phongalbedoboost" "3"
  114210. "view_model_exponent_override_size" "1024"
  114211. "ignore_weapon_size_scale" "1"
  114212. "only_first_material" "0"
  114213. "pattern_offset_x_start" "0.000000"
  114214. "pattern_offset_x_end" "0.000000"
  114215. "pattern_offset_y_start" "0.000000"
  114216. "pattern_offset_y_end" "0.000000"
  114217. "pattern_rotate_start" "0.000000"
  114218. "pattern_rotate_end" "0.000000"
  114219. "wear_remap_min" "0.000000"
  114220. "wear_remap_max" "0.700000"
  114221. }
  114222. "629"
  114223. {
  114224. "name" "cu_galil_ar-camo"
  114225. "description_string" "#PaintKit_cu_galil_ar-camo"
  114226. "description_tag" "#PaintKit_cu_galil_ar-camo_Tag"
  114227. "style" "7"
  114228. "pattern" "workshop/galil_ar_camo"
  114229. "pattern_scale" "1.000000"
  114230. "phongexponent" "255"
  114231. "phongintensity" "10"
  114232. "ignore_weapon_size_scale" "1"
  114233. "only_first_material" "0"
  114234. "pattern_offset_x_start" "0.000000"
  114235. "pattern_offset_x_end" "0.000000"
  114236. "pattern_offset_y_start" "0.000000"
  114237. "pattern_offset_y_end" "0.000000"
  114238. "pattern_rotate_start" "0.000000"
  114239. "pattern_rotate_end" "0.000000"
  114240. "wear_remap_min" "0.000000"
  114241. "wear_remap_max" "1.000000"
  114242. }
  114243. "630"
  114244. {
  114245. "name" "aa_hide-mp9"
  114246. "description_string" "#PaintKit_aa_hide-mp9"
  114247. "description_tag" "#PaintKit_aa_hide-mp9_Tag"
  114248. "style" "6"
  114249. "pattern" "workshop/mp9_bothynus"
  114250. "color0" "51 51 51"
  114251. "color1" "30 30 30"
  114252. "color2" "146 122 90"
  114253. "color3" "55 58 53"
  114254. "pattern_scale" "1.000000"
  114255. "phongexponent" "120"
  114256. "phongalbedoboost" "8"
  114257. "ignore_weapon_size_scale" "0"
  114258. "only_first_material" "0"
  114259. "pattern_offset_x_start" "0.000000"
  114260. "pattern_offset_x_end" "1.000000"
  114261. "pattern_offset_y_start" "0.000000"
  114262. "pattern_offset_y_end" "1.000000"
  114263. "pattern_rotate_start" "0.000000"
  114264. "pattern_rotate_end" "360.000000"
  114265. "wear_remap_min" "0.000000"
  114266. "wear_remap_max" "0.450000"
  114267. }
  114268. "631"
  114269. {
  114270. "name" "cu_m4a1_flashback"
  114271. "description_string" "#PaintKit_cu_m4a1_flashback"
  114272. "description_tag" "#PaintKit_cu_m4a1_flashback_Tag"
  114273. "style" "7"
  114274. "pattern" "workshop/m4a1_flashback"
  114275. "pattern_scale" "1.000000"
  114276. "phongexponent" "255"
  114277. "phongintensity" "15"
  114278. "ignore_weapon_size_scale" "1"
  114279. "only_first_material" "0"
  114280. "pattern_offset_x_start" "0.000000"
  114281. "pattern_offset_x_end" "0.000000"
  114282. "pattern_offset_y_start" "0.000000"
  114283. "pattern_offset_y_end" "0.000000"
  114284. "pattern_rotate_start" "0.000000"
  114285. "pattern_rotate_end" "0.000000"
  114286. "wear_remap_min" "0.000000"
  114287. "wear_remap_max" "1.000000"
  114288. }
  114289. "632"
  114290. {
  114291. "name" "gs_m4a4_sector"
  114292. "description_string" "#PaintKit_gs_m4a4_sector"
  114293. "description_tag" "#PaintKit_gs_m4a4_sector_Tag"
  114294. "style" "9"
  114295. "pattern" "workshop/m4a4_sector"
  114296. "use_normal" "1"
  114297. "normal" "workshop/m4a4_sector_normal"
  114298. "color0" "128 128 128 255"
  114299. "color1" "215 215 215"
  114300. "color2" "96 96 96 255"
  114301. "color3" "108 108 108 255"
  114302. "pattern_scale" "1.000000"
  114303. "phongexponent" "170"
  114304. "phongintensity" "15"
  114305. "phongalbedoboost" "10"
  114306. "view_model_exponent_override_size" "1024"
  114307. "ignore_weapon_size_scale" "1"
  114308. "only_first_material" "1"
  114309. "pattern_offset_x_start" "0.000000"
  114310. "pattern_offset_x_end" "0.000000"
  114311. "pattern_offset_y_start" "0.000000"
  114312. "pattern_offset_y_end" "0.000000"
  114313. "pattern_rotate_start" "0.000000"
  114314. "pattern_rotate_end" "0.000000"
  114315. "wear_remap_min" "0.000000"
  114316. "wear_remap_max" "0.700000"
  114317. }
  114318. "633"
  114319. {
  114320. "name" "am_mag7_malform"
  114321. "description_string" "#PaintKit_am_mag7_malform"
  114322. "description_tag" "#PaintKit_am_mag7_malform_Tag"
  114323. "style" "5"
  114324. "pattern" "workshop/mag7_malform"
  114325. "color0" "35 35 35"
  114326. "color1" "0 111 121"
  114327. "color2" "69 68 55"
  114328. "color3" "35 35 35"
  114329. "pattern_scale" "3.000000"
  114330. "phongexponent" "32"
  114331. "phongalbedoboost" "15"
  114332. "view_model_exponent_override_size" "256"
  114333. "ignore_weapon_size_scale" "0"
  114334. "only_first_material" "0"
  114335. "pattern_offset_x_start" "0.000000"
  114336. "pattern_offset_x_end" "1.000000"
  114337. "pattern_offset_y_start" "0.000000"
  114338. "pattern_offset_y_end" "1.000000"
  114339. "pattern_rotate_start" "0.000000"
  114340. "pattern_rotate_end" "360.000000"
  114341. "wear_remap_min" "0.000000"
  114342. "wear_remap_max" "0.450000"
  114343. }
  114344. "634"
  114345. {
  114346. "name" "am_nova_sand"
  114347. "description_string" "#PaintKit_am_nova_sand"
  114348. "description_tag" "#PaintKit_am_nova_sand_Tag"
  114349. "style" "5"
  114350. "pattern" "workshop/nova_quilted_sand"
  114351. "color0" "0 0 0"
  114352. "color1" "94 76 51"
  114353. "color2" "27 27 27"
  114354. "color3" "17 17 17"
  114355. "pattern_scale" "3.500000"
  114356. "phongexponent" "5"
  114357. "phongalbedoboost" "80"
  114358. "view_model_exponent_override_size" "1024"
  114359. "ignore_weapon_size_scale" "1"
  114360. "only_first_material" "0"
  114361. "pattern_offset_x_start" "0.000000"
  114362. "pattern_offset_x_end" "1.000000"
  114363. "pattern_offset_y_start" "0.000000"
  114364. "pattern_offset_y_end" "1.000000"
  114365. "pattern_rotate_start" "0.000000"
  114366. "pattern_rotate_end" "360.000000"
  114367. "wear_remap_min" "0.000000"
  114368. "wear_remap_max" "0.300000"
  114369. }
  114370. "635"
  114371. {
  114372. "name" "gs_p2000-sport"
  114373. "description_string" "#PaintKit_gs_p2000-sport"
  114374. "description_tag" "#PaintKit_gs_p2000-sport_Tag"
  114375. "style" "9"
  114376. "pattern" "workshop/p2000_sport"
  114377. "color0" "128 128 128 255"
  114378. "color1" "150 150 150 255"
  114379. "color2" "96 96 96 255"
  114380. "color3" "108 108 108 255"
  114381. "pattern_scale" "1.000000"
  114382. "phongexponent" "255"
  114383. "phongintensity" "0"
  114384. "phongalbedoboost" "30"
  114385. "view_model_exponent_override_size" "1024"
  114386. "ignore_weapon_size_scale" "1"
  114387. "only_first_material" "1"
  114388. "pattern_offset_x_start" "0.000000"
  114389. "pattern_offset_x_end" "0.000000"
  114390. "pattern_offset_y_start" "0.000000"
  114391. "pattern_offset_y_end" "0.000000"
  114392. "pattern_rotate_start" "0.000000"
  114393. "pattern_rotate_end" "0.000000"
  114394. "wear_remap_min" "0.000000"
  114395. "wear_remap_max" "1.000000"
  114396. }
  114397. "636"
  114398. {
  114399. "name" "gs_p90_shallow_grave"
  114400. "description_string" "#PaintKit_gs_p90_shallow_grave"
  114401. "description_tag" "#PaintKit_gs_p90_shallow_grave_Tag"
  114402. "style" "9"
  114403. "pattern" "workshop/p90_shallow_grave"
  114404. "color0" "255 255 255"
  114405. "color1" "234 225 225"
  114406. "color2" "142 86 46"
  114407. "color3" "250 137 26"
  114408. "pattern_scale" "1.000000"
  114409. "phongexponent" "80"
  114410. "phongintensity" "40"
  114411. "phongalbedoboost" "4"
  114412. "view_model_exponent_override_size" "1024"
  114413. "ignore_weapon_size_scale" "1"
  114414. "only_first_material" "0"
  114415. "pattern_offset_x_start" "0.000000"
  114416. "pattern_offset_x_end" "0.000000"
  114417. "pattern_offset_y_start" "0.000000"
  114418. "pattern_offset_y_end" "0.000000"
  114419. "pattern_rotate_start" "0.000000"
  114420. "pattern_rotate_end" "0.000000"
  114421. "wear_remap_min" "0.000000"
  114422. "wear_remap_max" "0.750000"
  114423. }
  114424. "637"
  114425. {
  114426. "name" "cu_usp_cyrex"
  114427. "description_string" "#PaintKit_cu_usp_cyrex"
  114428. "description_tag" "#PaintKit_cu_usp_cyrex_Tag"
  114429. "style" "7"
  114430. "pattern" "workshop/usp_cyrex"
  114431. "pattern_scale" "1.000000"
  114432. "phongexponent" "255"
  114433. "phongintensity" "0"
  114434. "ignore_weapon_size_scale" "1"
  114435. "only_first_material" "1"
  114436. "pattern_offset_x_start" "0.000000"
  114437. "pattern_offset_x_end" "0.000000"
  114438. "pattern_offset_y_start" "0.000000"
  114439. "pattern_offset_y_end" "0.000000"
  114440. "pattern_rotate_start" "0.000000"
  114441. "pattern_rotate_end" "0.000000"
  114442. "wear_remap_min" "0.000000"
  114443. "wear_remap_max" "0.550000"
  114444. }
  114445. "638"
  114446. {
  114447. "name" "cu_wp_sawedoff"
  114448. "description_string" "#PaintKit_cu_wp_sawedoff"
  114449. "description_tag" "#PaintKit_cu_wp_sawedoff_Tag"
  114450. "style" "7"
  114451. "pattern" "workshop/sawed_off_wasteland_princess"
  114452. "pattern_scale" "1.000000"
  114453. "phongexponent" "255"
  114454. "phongintensity" "50"
  114455. "ignore_weapon_size_scale" "1"
  114456. "only_first_material" "0"
  114457. "pattern_offset_x_start" "0.000000"
  114458. "pattern_offset_x_end" "0.000000"
  114459. "pattern_offset_y_start" "0.000000"
  114460. "pattern_offset_y_end" "0.000000"
  114461. "pattern_rotate_start" "0.000000"
  114462. "pattern_rotate_end" "0.000000"
  114463. "wear_remap_min" "0.000000"
  114464. "wear_remap_max" "0.700000"
  114465. }
  114466. }
  114467. "items"
  114468. {
  114469. "1356"
  114470. {
  114471. "name" "community_15 Key"
  114472. "item_name" "#CSGO_crate_key_community_15"
  114473. "item_description" "#CSGO_crate_key_community_15_desc"
  114474. "first_sale_date" "2016-11-02"
  114475. "prefab" "weapon_case_key"
  114476. "image_inventory" "econ/tools/crate_key_community_15"
  114477. "tool"
  114478. {
  114479. "restriction" "crate_community_15"
  114480. }
  114481. }
  114482. "4288"
  114483. {
  114484. "item_name" "#CSGO_crate_community_15"
  114485. "item_description" "#CSGO_crate_community_15_desc"
  114486. "name" "crate_community_15"
  114487. "image_inventory" "econ/weapon_cases/crate_community_15"
  114488. "prefab" "weapon_case"
  114489. "associated_items"
  114490. {
  114491. "1356" "1"
  114492. }
  114493. "tool"
  114494. {
  114495. "restriction" "crate_community_15"
  114496. }
  114497. "attributes"
  114498. {
  114499. "set supply crate series"
  114500. {
  114501. "attribute_class" "supply_crate_series"
  114502. "value" "179"
  114503. }
  114504. }
  114505. "tags"
  114506. {
  114507. "ItemSet"
  114508. {
  114509. "tag_value" "set_community_15"
  114510. "tag_text" "#CSGO_set_community_15"
  114511. "tag_group" "ItemSet"
  114512. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  114513. }
  114514. }
  114515. "loot_list_rare_item_footer" "#crate_community_15_unusual_lootlist"
  114516. "loot_list_rare_item_name" "#crate_community_15_unusual_itemname"
  114517. }
  114518. }
  114519. "revolving_loot_lists"
  114520. {
  114521. "179" "crate_community_15"
  114522. }
  114523. "client_loot_lists"
  114524. {
  114525. "crate_community_15_rare"
  114526. {
  114527. "[am_czv2_mf]weapon_cz75a" "1"
  114528. "[aq_glock_dark-fall]weapon_glock" "1"
  114529. "[gs_final_pooldeadv2]weapon_mp7" "1"
  114530. "[cu_galil_ar-camo]weapon_galilar" "1"
  114531. "[aa_hide-mp9]weapon_mp9" "1"
  114532. "[am_mag7_malform]weapon_mag7" "1"
  114533. "[gs_p2000-sport]weapon_hkp2000" "1"
  114534. }
  114535. "crate_community_15_mythical"
  114536. {
  114537. "[gs_dual_berettas_golden_venice]weapon_elite" "1"
  114538. "[gs_g3sg1_viper_yellow]weapon_g3sg1" "1"
  114539. "[cu_m4a1_flashback]weapon_m4a1_silencer" "1"
  114540. "[am_nova_sand]weapon_nova" "1"
  114541. "[cu_usp_cyrex]weapon_usp_silencer" "1"
  114542. }
  114543. "crate_community_15_legendary"
  114544. {
  114545. "[gs_famas_mecha]weapon_famas" "1"
  114546. "[gs_p90_shallow_grave]weapon_p90" "1"
  114547. "[cu_wp_sawedoff]weapon_sawedoff" "1"
  114548. }
  114549. "crate_community_15_ancient"
  114550. {
  114551. "[cu_ssg08_dragonfire_scope]weapon_ssg08" "1"
  114552. "[gs_m4a4_sector]weapon_m4a1" "1"
  114553. }
  114554. "crate_community_15"
  114555. {
  114556. "crate_community_15_rare" "1"
  114557. "crate_community_15_mythical" "1"
  114558. "crate_community_15_legendary" "1"
  114559. "crate_community_15_ancient" "1"
  114560. "community_case_15_unusual" "1"
  114561. }
  114562. }
  114563. "item_sets"
  114564. {
  114565. "set_community_15"
  114566. {
  114567. "name" "#CSGO_set_community_15"
  114568. "set_description" "#CSGO_set_community_15_desc"
  114569. "is_collection" "1"
  114570. "items"
  114571. {
  114572. "[am_czv2_mf]weapon_cz75a" "1"
  114573. "[aq_glock_dark-fall]weapon_glock" "1"
  114574. "[gs_final_pooldeadv2]weapon_mp7" "1"
  114575. "[cu_galil_ar-camo]weapon_galilar" "1"
  114576. "[aa_hide-mp9]weapon_mp9" "1"
  114577. "[am_mag7_malform]weapon_mag7" "1"
  114578. "[gs_p2000-sport]weapon_hkp2000" "1"
  114579. "[gs_dual_berettas_golden_venice]weapon_elite" "1"
  114580. "[gs_g3sg1_viper_yellow]weapon_g3sg1" "1"
  114581. "[cu_m4a1_flashback]weapon_m4a1_silencer" "1"
  114582. "[am_nova_sand]weapon_nova" "1"
  114583. "[cu_usp_cyrex]weapon_usp_silencer" "1"
  114584. "[gs_famas_mecha]weapon_famas" "1"
  114585. "[gs_p90_shallow_grave]weapon_p90" "1"
  114586. "[cu_wp_sawedoff]weapon_sawedoff" "1"
  114587. "[cu_ssg08_dragonfire_scope]weapon_ssg08" "1"
  114588. "[gs_m4a4_sector]weapon_m4a1" "1"
  114589. }
  114590. }
  114591. }
  114592. "paint_kits_rarity"
  114593. {
  114594. "bloodhound_black_silver" "ancient"
  114595. "bloodhound_snakeskin_brass" "ancient"
  114596. "bloodhound_metallic" "ancient"
  114597. "bloodhound_guerrilla" "ancient"
  114598. "sporty_light_blue" "ancient"
  114599. "sporty_military" "ancient"
  114600. "sporty_purple" "ancient"
  114601. "sporty_green" "ancient"
  114602. "slick_red" "ancient"
  114603. "slick_black" "ancient"
  114604. "slick_military" "ancient"
  114605. "slick_snakeskin_yellow" "ancient"
  114606. "handwrap_leathery" "ancient"
  114607. "handwrap_camo_grey" "ancient"
  114608. "handwrap_red_slaughter" "ancient"
  114609. "handwrap_fabric_orange_camo" "ancient"
  114610. "motorcycle_basic_black" "ancient"
  114611. "motorcycle_mint_triangle" "ancient"
  114612. "motorcycle_mono_boom" "ancient"
  114613. "motorcycle_triangle_blue" "ancient"
  114614. "specialist_kimono_diamonds_red" "ancient"
  114615. "specialist_emerald_web" "ancient"
  114616. "specialist_orange_white" "ancient"
  114617. "specialist_ddpat_green_camo" "ancient"
  114618. "am_czv2_mf" "rare"
  114619. "aq_glock_dark-fall" "uncommon"
  114620. "cu_ssg08_dragonfire_scope" "ancient"
  114621. "gs_dual_berettas_golden_venice" "mythical"
  114622. "gs_famas_mecha" "legendary"
  114623. "gs_final_pooldeadv2" "rare"
  114624. "gs_g3sg1_viper_yellow" "mythical"
  114625. "cu_galil_ar-camo" "rare"
  114626. "aa_hide-mp9" "rare"
  114627. "cu_m4a1_flashback" "rare"
  114628. "gs_m4a4_sector" "legendary"
  114629. "am_mag7_malform" "rare"
  114630. "am_nova_sand" "mythical"
  114631. "gs_p2000-sport" "uncommon"
  114632. "gs_p90_shallow_grave" "legendary"
  114633. "cu_usp_cyrex" "rare"
  114634. "cu_wp_sawedoff" "legendary"
  114635. }
  114636. "paint_kits"
  114637. {
  114638. "639"
  114639. {
  114640. "name" "gs_ak47_bloodsport"
  114641. "description_string" "#PaintKit_gs_ak47_bloodsport"
  114642. "description_tag" "#PaintKit_gs_ak47_bloodsport_Tag"
  114643. "style" "9"
  114644. "pattern" "workshop/ak47_bloodsport"
  114645. "color0" "255 255 255"
  114646. "color1" "204 204 204"
  114647. "color2" "23 13 13"
  114648. "color3" "21 16 16"
  114649. "pattern_scale" "1.000000"
  114650. "phongexponent" "156"
  114651. "phongintensity" "55"
  114652. "phongalbedoboost" "6"
  114653. "view_model_exponent_override_size" "1024"
  114654. "ignore_weapon_size_scale" "1"
  114655. "only_first_material" "0"
  114656. "pattern_offset_x_start" "0.000000"
  114657. "pattern_offset_x_end" "0.000000"
  114658. "pattern_offset_y_start" "0.000000"
  114659. "pattern_offset_y_end" "0.000000"
  114660. "pattern_rotate_start" "0.000000"
  114661. "pattern_rotate_end" "0.000000"
  114662. "wear_remap_min" "0.000000"
  114663. "wear_remap_max" "0.450000"
  114664. }
  114665. "640"
  114666. {
  114667. "name" "cu_awp_psychopath"
  114668. "description_string" "#PaintKit_cu_awp_psychopath"
  114669. "description_tag" "#PaintKit_cu_awp_psychopath_Tag"
  114670. "style" "7"
  114671. "pattern" "workshop/awp_psychopath"
  114672. "pattern_scale" "1.000000"
  114673. "phongexponent" "210"
  114674. "phongintensity" "12"
  114675. "ignore_weapon_size_scale" "1"
  114676. "only_first_material" "0"
  114677. "pattern_offset_x_start" "0.000000"
  114678. "pattern_offset_x_end" "0.000000"
  114679. "pattern_offset_y_start" "0.000000"
  114680. "pattern_offset_y_end" "0.000000"
  114681. "pattern_rotate_start" "0.000000"
  114682. "pattern_rotate_end" "0.000000"
  114683. "wear_remap_min" "0.000000"
  114684. "wear_remap_max" "0.550000"
  114685. }
  114686. "641"
  114687. {
  114688. "name" "hy_bizon_torn_green"
  114689. "description_string" "#PaintKit_hy_bizon_torn_green"
  114690. "description_tag" "#PaintKit_hy_bizon_torn_green_Tag"
  114691. "style" "2"
  114692. "pattern" "workshop/bizon_torn_green"
  114693. "color0" "26 26 26"
  114694. "color1" "67 79 63"
  114695. "color2" "192 181 66"
  114696. "color3" "26 26 26"
  114697. "pattern_scale" "5.000000"
  114698. "phongexponent" "32"
  114699. "phongintensity" "12"
  114700. "ignore_weapon_size_scale" "0"
  114701. "only_first_material" "1"
  114702. "pattern_offset_x_start" "0.000000"
  114703. "pattern_offset_x_end" "1.000000"
  114704. "pattern_offset_y_start" "0.000000"
  114705. "pattern_offset_y_end" "1.000000"
  114706. "pattern_rotate_start" "0.000000"
  114707. "pattern_rotate_end" "360.000000"
  114708. "wear_remap_min" "0.000000"
  114709. "wear_remap_max" "0.500000"
  114710. }
  114711. "642"
  114712. {
  114713. "name" "cu_blueprint_scar"
  114714. "description_string" "#PaintKit_cu_blueprint_scar"
  114715. "description_tag" "#PaintKit_cu_blueprint_scar_Tag"
  114716. "style" "7"
  114717. "pattern" "workshop/blueprint_scar"
  114718. "pattern_scale" "1.000000"
  114719. "phongexponent" "35"
  114720. "phongintensity" "9"
  114721. "ignore_weapon_size_scale" "1"
  114722. "only_first_material" "0"
  114723. "pattern_offset_x_start" "0.000000"
  114724. "pattern_offset_x_end" "0.000000"
  114725. "pattern_offset_y_start" "0.000000"
  114726. "pattern_offset_y_end" "0.000000"
  114727. "pattern_rotate_start" "0.000000"
  114728. "pattern_rotate_end" "0.000000"
  114729. "wear_remap_min" "0.000000"
  114730. "wear_remap_max" "0.750000"
  114731. }
  114732. "643"
  114733. {
  114734. "name" "gs_cz_snakes_purple"
  114735. "description_string" "#PaintKit_gs_cz_snakes_purple"
  114736. "description_tag" "#PaintKit_gs_cz_snakes_purple_Tag"
  114737. "style" "9"
  114738. "pattern" "workshop/cz_snakes_purple"
  114739. "use_normal" "1"
  114740. "normal" "workshop/cz_snakes_purple_normal"
  114741. "color0" "144 136 128"
  114742. "color1" "188 182 173"
  114743. "color2" "0 39 40"
  114744. "color3" "62 80 82"
  114745. "pattern_scale" "1.000000"
  114746. "phongexponent" "80"
  114747. "phongintensity" "20"
  114748. "phongalbedoboost" "80"
  114749. "view_model_exponent_override_size" "256"
  114750. "ignore_weapon_size_scale" "1"
  114751. "only_first_material" "0"
  114752. "pattern_offset_x_start" "0.000000"
  114753. "pattern_offset_x_end" "0.000000"
  114754. "pattern_offset_y_start" "0.000000"
  114755. "pattern_offset_y_end" "0.000000"
  114756. "pattern_rotate_start" "0.000000"
  114757. "pattern_rotate_end" "0.000000"
  114758. "wear_remap_min" "0.000000"
  114759. "wear_remap_max" "0.560000"
  114760. }
  114761. "644"
  114762. {
  114763. "name" "gs_m4a1_decimator"
  114764. "description_string" "#PaintKit_gs_m4a1_decimator"
  114765. "description_tag" "#PaintKit_gs_m4a1_decimator_Tag"
  114766. "style" "9"
  114767. "pattern" "workshop/m4a1_decimator"
  114768. "color0" "152 166 180"
  114769. "color1" "255 255 255"
  114770. "color2" "137 122 103"
  114771. "color3" "255 255 255"
  114772. "pattern_scale" "1.000000"
  114773. "phongexponent" "100"
  114774. "phongintensity" "255"
  114775. "phongalbedoboost" "30"
  114776. "view_model_exponent_override_size" "1024"
  114777. "ignore_weapon_size_scale" "1"
  114778. "only_first_material" "0"
  114779. "pattern_offset_x_start" "0.000000"
  114780. "pattern_offset_x_end" "0.000000"
  114781. "pattern_offset_y_start" "0.000000"
  114782. "pattern_offset_y_end" "0.000000"
  114783. "pattern_rotate_start" "0.000000"
  114784. "pattern_rotate_end" "0.000000"
  114785. "wear_remap_min" "0.000000"
  114786. "wear_remap_max" "0.850000"
  114787. }
  114788. "645"
  114789. {
  114790. "name" "cu_desert_eagle_corroden"
  114791. "description_string" "#PaintKit_cu_desert_eagle_corroden"
  114792. "description_tag" "#PaintKit_cu_desert_eagle_corroden_Tag"
  114793. "style" "7"
  114794. "pattern" "workshop/desert_eagle_corroden"
  114795. "pattern_scale" "1.000000"
  114796. "phongexponent" "255"
  114797. "phongintensity" "2"
  114798. "ignore_weapon_size_scale" "1"
  114799. "only_first_material" "0"
  114800. "pattern_offset_x_start" "0.000000"
  114801. "pattern_offset_x_end" "0.000000"
  114802. "pattern_offset_y_start" "0.000000"
  114803. "pattern_offset_y_end" "0.000000"
  114804. "pattern_rotate_start" "0.000000"
  114805. "pattern_rotate_end" "0.000000"
  114806. "wear_remap_min" "0.000000"
  114807. "wear_remap_max" "0.500000"
  114808. }
  114809. "646"
  114810. {
  114811. "name" "cu_fiveseven_vein"
  114812. "description_string" "#PaintKit_cu_fiveseven_vein"
  114813. "description_tag" "#PaintKit_cu_fiveseven_vein_Tag"
  114814. "style" "7"
  114815. "pattern" "workshop/fiveseven_vein"
  114816. "pattern_scale" "1.000000"
  114817. "phongexponent" "200"
  114818. "phongintensity" "70"
  114819. "ignore_weapon_size_scale" "1"
  114820. "only_first_material" "0"
  114821. "pattern_offset_x_start" "0.000000"
  114822. "pattern_offset_x_end" "0.000000"
  114823. "pattern_offset_y_start" "0.000000"
  114824. "pattern_offset_y_end" "0.000000"
  114825. "pattern_rotate_start" "0.000000"
  114826. "pattern_rotate_end" "0.000000"
  114827. "wear_remap_min" "0.000000"
  114828. "wear_remap_max" "0.700000"
  114829. }
  114830. "647"
  114831. {
  114832. "name" "sp_galil_wave"
  114833. "description_string" "#PaintKit_sp_galil_wave"
  114834. "description_tag" "#PaintKit_sp_galil_wave_Tag"
  114835. "style" "3"
  114836. "pattern" "workshop/galil_wave"
  114837. "color0" "101 32 31"
  114838. "color1" "37 44 44"
  114839. "color2" "205 190 152"
  114840. "color3" "84 89 91"
  114841. "pattern_scale" "0.850000"
  114842. "phongexponent" "225"
  114843. "phongintensity" "0"
  114844. "ignore_weapon_size_scale" "1"
  114845. "only_first_material" "1"
  114846. "pattern_offset_x_start" "0.450000"
  114847. "pattern_offset_x_end" "0.850000"
  114848. "pattern_offset_y_start" "0.400000"
  114849. "pattern_offset_y_end" "0.450000"
  114850. "pattern_rotate_start" "170.000000"
  114851. "pattern_rotate_end" "180.000000"
  114852. "wear_remap_min" "0.000000"
  114853. "wear_remap_max" "0.550000"
  114854. }
  114855. "648"
  114856. {
  114857. "name" "sp_m249_frog_original"
  114858. "description_string" "#PaintKit_sp_m249_frog_original"
  114859. "description_tag" "#PaintKit_sp_m249_frog_original_Tag"
  114860. "style" "3"
  114861. "pattern" "workshop/m249_frog_original"
  114862. "color0" "27 27 27"
  114863. "color1" "223 231 166"
  114864. "color2" "240 197 50"
  114865. "color3" "36 99 91"
  114866. "pattern_scale" "1.400000"
  114867. "phongexponent" "120"
  114868. "phongintensity" "17"
  114869. "ignore_weapon_size_scale" "0"
  114870. "only_first_material" "0"
  114871. "pattern_offset_x_start" "0.000000"
  114872. "pattern_offset_x_end" "1.000000"
  114873. "pattern_offset_y_start" "0.000000"
  114874. "pattern_offset_y_end" "1.000000"
  114875. "pattern_rotate_start" "120.000000"
  114876. "pattern_rotate_end" "130.000000"
  114877. "wear_remap_min" "0.000000"
  114878. "wear_remap_max" "0.450000"
  114879. }
  114880. "649"
  114881. {
  114882. "name" "sp_mp7_tribal_yellow"
  114883. "description_string" "#PaintKit_sp_mp7_tribal_yellow"
  114884. "description_tag" "#PaintKit_sp_mp7_tribal_yellow_Tag"
  114885. "style" "3"
  114886. "pattern" "workshop/mp7_tribal_yellow"
  114887. "color0" "118 40 14"
  114888. "color1" "220 189 20"
  114889. "color2" "200 174 30"
  114890. "color3" "21 96 114"
  114891. "pattern_scale" "0.700000"
  114892. "phongexponent" "180"
  114893. "phongintensity" "40"
  114894. "ignore_weapon_size_scale" "1"
  114895. "only_first_material" "0"
  114896. "pattern_offset_x_start" "0.000000"
  114897. "pattern_offset_x_end" "1.000000"
  114898. "pattern_offset_y_start" "0.000000"
  114899. "pattern_offset_y_end" "1.000000"
  114900. "pattern_rotate_start" "0.000000"
  114901. "pattern_rotate_end" "1.000000"
  114902. "wear_remap_min" "0.000000"
  114903. "wear_remap_max" "0.700000"
  114904. }
  114905. "650"
  114906. {
  114907. "name" "am_p250_sputnik"
  114908. "description_string" "#PaintKit_am_p250_sputnik"
  114909. "description_tag" "#PaintKit_am_p250_sputnik_Tag"
  114910. "style" "5"
  114911. "pattern" "workshop/p250_sputnik"
  114912. "color0" "35 35 35"
  114913. "color1" "35 35 35"
  114914. "color2" "75 72 66"
  114915. "color3" "0 111 127"
  114916. "pattern_scale" "5.000000"
  114917. "phongexponent" "32"
  114918. "phongalbedoboost" "15"
  114919. "view_model_exponent_override_size" "256"
  114920. "ignore_weapon_size_scale" "0"
  114921. "only_first_material" "0"
  114922. "pattern_offset_x_start" "0.000000"
  114923. "pattern_offset_x_end" "1.000000"
  114924. "pattern_offset_y_start" "0.000000"
  114925. "pattern_offset_y_end" "1.000000"
  114926. "pattern_rotate_start" "0.000000"
  114927. "pattern_rotate_end" "360.000000"
  114928. "wear_remap_min" "0.000000"
  114929. "wear_remap_max" "0.500000"
  114930. }
  114931. "651"
  114932. {
  114933. "name" "aa_mac10_the_last_dive"
  114934. "description_string" "#PaintKit_aa_mac10_the_last_dive"
  114935. "description_tag" "#PaintKit_aa_mac10_the_last_dive_Tag"
  114936. "style" "6"
  114937. "pattern" "workshop/mac10_the_last_dive"
  114938. "color0" "47 10 10"
  114939. "color1" "18 11 5"
  114940. "color2" "143 57 13"
  114941. "color3" "0 189 146"
  114942. "pattern_scale" "2.000000"
  114943. "phongexponent" "172"
  114944. "phongalbedoboost" "30"
  114945. "ignore_weapon_size_scale" "0"
  114946. "only_first_material" "0"
  114947. "pattern_offset_x_start" "0.000000"
  114948. "pattern_offset_x_end" "1.000000"
  114949. "pattern_offset_y_start" "0.000000"
  114950. "pattern_offset_y_end" "1.000000"
  114951. "pattern_rotate_start" "0.000000"
  114952. "pattern_rotate_end" "360.000000"
  114953. "wear_remap_min" "0.000000"
  114954. "wear_remap_max" "0.520000"
  114955. }
  114956. "652"
  114957. {
  114958. "name" "gs_ump_abyss"
  114959. "description_string" "#PaintKit_gs_ump_abyss"
  114960. "description_tag" "#PaintKit_gs_ump_abyss_Tag"
  114961. "style" "9"
  114962. "pattern" "workshop/ump_abyss"
  114963. "normal" "workshop/ump_abyss_normal"
  114964. "use_normal" "1"
  114965. "color0" "128 128 128 255"
  114966. "color1" "242 240 240"
  114967. "color2" "198 195 195"
  114968. "color3" "108 108 108 255"
  114969. "pattern_scale" "1.000000"
  114970. "phongexponent" "255"
  114971. "phongintensity" "20"
  114972. "phongalbedoboost" "10"
  114973. "view_model_exponent_override_size" "1024"
  114974. "ignore_weapon_size_scale" "1"
  114975. "only_first_material" "0"
  114976. "pattern_offset_x_start" "0.000000"
  114977. "pattern_offset_x_end" "0.000000"
  114978. "pattern_offset_y_start" "0.000000"
  114979. "pattern_offset_y_end" "0.000000"
  114980. "pattern_rotate_start" "0.000000"
  114981. "pattern_rotate_end" "0.000000"
  114982. "wear_remap_min" "0.000000"
  114983. "wear_remap_max" "1.000000"
  114984. }
  114985. "653"
  114986. {
  114987. "name" "cu_usps_noir"
  114988. "description_string" "#PaintKit_cu_usps_noir"
  114989. "description_tag" "#PaintKit_cu_usps_noir_Tag"
  114990. "style" "7"
  114991. "pattern" "workshop/usps_noir"
  114992. "pattern_scale" "1.000000"
  114993. "phongexponent" "100"
  114994. "phongintensity" "100"
  114995. "ignore_weapon_size_scale" "1"
  114996. "only_first_material" "0"
  114997. "pattern_offset_x_start" "0.000000"
  114998. "pattern_offset_x_end" "0.000000"
  114999. "pattern_offset_y_start" "0.000000"
  115000. "pattern_offset_y_end" "0.000000"
  115001. "pattern_rotate_start" "0.000000"
  115002. "pattern_rotate_end" "0.000000"
  115003. "wear_remap_min" "0.000000"
  115004. "wear_remap_max" "0.700000"
  115005. }
  115006. "654"
  115007. {
  115008. "name" "aq_xm_leaf_fade"
  115009. "description_string" "#PaintKit_aq_xm_leaf_fade"
  115010. "description_tag" "#PaintKit_aq_xm_leaf_fade_Tag"
  115011. "style" "8"
  115012. "pattern" "workshop/xm_leaf_fade"
  115013. "color0" "0 0 0"
  115014. "color1" "150 150 150 255"
  115015. "color2" "96 96 96 255"
  115016. "color3" "108 108 108 255"
  115017. "pattern_scale" "1.500000"
  115018. "phongexponent" "32"
  115019. "phongalbedoboost" "-1"
  115020. "ignore_weapon_size_scale" "1"
  115021. "only_first_material" "0"
  115022. "pattern_offset_x_start" "0.680000"
  115023. "pattern_offset_x_end" "1.000000"
  115024. "pattern_offset_y_start" "0.000000"
  115025. "pattern_offset_y_end" "0.650000"
  115026. "pattern_rotate_start" "180.000000"
  115027. "pattern_rotate_end" "180.000000"
  115028. "wear_remap_min" "0.000000"
  115029. "wear_remap_max" "0.500000"
  115030. }
  115031. "655"
  115032. {
  115033. "name" "aq_sawedoff_zander2"
  115034. "description_string" "#PaintKit_aq_sawedoff_zander2"
  115035. "description_tag" "#PaintKit_aq_sawedoff_zander2_Tag"
  115036. "style" "8"
  115037. "pattern" "workshop/sawedoff_zander2"
  115038. "color0" "128 128 128 255"
  115039. "color1" "214 214 214"
  115040. "color2" "226 230 216"
  115041. "color3" "108 108 108 255"
  115042. "pattern_scale" "1.000000"
  115043. "phongexponent" "200"
  115044. "phongalbedoboost" "90"
  115045. "ignore_weapon_size_scale" "1"
  115046. "only_first_material" "1"
  115047. "pattern_offset_x_start" "0.000000"
  115048. "pattern_offset_x_end" "0.000000"
  115049. "pattern_offset_y_start" "0.000000"
  115050. "pattern_offset_y_end" "0.000000"
  115051. "pattern_rotate_start" "0.000000"
  115052. "pattern_rotate_end" "0.000000"
  115053. "wear_remap_min" "0.050000"
  115054. "wear_remap_max" "1.000000"
  115055. }
  115056. }
  115057. "items"
  115058. {
  115059. "1364"
  115060. {
  115061. "name" "community_16 Key"
  115062. "item_name" "#CSGO_crate_key_community_16"
  115063. "item_description" "#CSGO_crate_key_community_16_desc"
  115064. "first_sale_date" "2017-03-01"
  115065. "prefab" "weapon_case_key"
  115066. "image_inventory" "econ/tools/crate_key_community_16"
  115067. "tool"
  115068. {
  115069. "restriction" "crate_community_16"
  115070. }
  115071. }
  115072. "4351"
  115073. {
  115074. "item_name" "#CSGO_crate_community_16"
  115075. "item_description" "#CSGO_crate_community_16_desc"
  115076. "name" "crate_community_16"
  115077. "image_inventory" "econ/weapon_cases/crate_community_16"
  115078. "prefab" "weapon_case"
  115079. "associated_items"
  115080. {
  115081. "1364" "1"
  115082. }
  115083. "tool"
  115084. {
  115085. "restriction" "crate_community_16"
  115086. }
  115087. "attributes"
  115088. {
  115089. "set supply crate series"
  115090. {
  115091. "attribute_class" "supply_crate_series"
  115092. "value" "207"
  115093. }
  115094. }
  115095. "tags"
  115096. {
  115097. "ItemSet"
  115098. {
  115099. "tag_value" "set_community_16"
  115100. "tag_text" "#CSGO_set_community_16"
  115101. "tag_group" "ItemSet"
  115102. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  115103. }
  115104. }
  115105. }
  115106. }
  115107. "revolving_loot_lists"
  115108. {
  115109. "207" "crate_community_16"
  115110. }
  115111. "client_loot_lists"
  115112. {
  115113. "crate_community_16_rare"
  115114. {
  115115. "[hy_bizon_torn_green]weapon_bizon" "1"
  115116. "[cu_blueprint_scar]weapon_scar20" "1"
  115117. "[cu_desert_eagle_corroden]weapon_deagle" "1"
  115118. "[cu_fiveseven_vein]weapon_fiveseven" "1"
  115119. "[sp_mp7_tribal_yellow]weapon_mp7" "1"
  115120. "[am_p250_sputnik]weapon_p250" "1"
  115121. "[aq_sawedoff_zander2]weapon_sawedoff" "1"
  115122. }
  115123. "crate_community_16_mythical"
  115124. {
  115125. "[sp_galil_wave]weapon_galilar" "1"
  115126. "[sp_m249_frog_original]weapon_m249" "1"
  115127. "[aa_mac10_the_last_dive]weapon_mac10" "1"
  115128. "[gs_ump_abyss]weapon_ump45" "1"
  115129. "[aq_xm_leaf_fade]weapon_xm1014" "1"
  115130. }
  115131. "crate_community_16_legendary"
  115132. {
  115133. "[cu_awp_psychopath]weapon_awp" "1"
  115134. "[gs_cz_snakes_purple]weapon_cz75a" "1"
  115135. "[gs_m4a1_decimator]weapon_m4a1_silencer" "1"
  115136. }
  115137. "crate_community_16_ancient"
  115138. {
  115139. "[gs_ak47_bloodsport]weapon_ak47" "1"
  115140. "[cu_usps_noir]weapon_usp_silencer" "1"
  115141. }
  115142. "crate_community_16"
  115143. {
  115144. "crate_community_16_rare" "1"
  115145. "crate_community_16_mythical" "1"
  115146. "crate_community_16_legendary" "1"
  115147. "crate_community_16_ancient" "1"
  115148. "spectrum_unusual" "1"
  115149. }
  115150. }
  115151. "item_sets"
  115152. {
  115153. "set_community_16"
  115154. {
  115155. "name" "#CSGO_set_community_16"
  115156. "set_description" "#CSGO_set_community_16_desc"
  115157. "is_collection" "1"
  115158. "items"
  115159. {
  115160. "[hy_bizon_torn_green]weapon_bizon" "1"
  115161. "[cu_blueprint_scar]weapon_scar20" "1"
  115162. "[cu_desert_eagle_corroden]weapon_deagle" "1"
  115163. "[cu_fiveseven_vein]weapon_fiveseven" "1"
  115164. "[sp_mp7_tribal_yellow]weapon_mp7" "1"
  115165. "[am_p250_sputnik]weapon_p250" "1"
  115166. "[aq_sawedoff_zander2]weapon_sawedoff" "1"
  115167. "[sp_galil_wave]weapon_galilar" "1"
  115168. "[sp_m249_frog_original]weapon_m249" "1"
  115169. "[aa_mac10_the_last_dive]weapon_mac10" "1"
  115170. "[gs_ump_abyss]weapon_ump45" "1"
  115171. "[aq_xm_leaf_fade]weapon_xm1014" "1"
  115172. "[cu_awp_psychopath]weapon_awp" "1"
  115173. "[gs_cz_snakes_purple]weapon_cz75a" "1"
  115174. "[gs_m4a1_decimator]weapon_m4a1_silencer" "1"
  115175. "[gs_ak47_bloodsport]weapon_ak47" "1"
  115176. "[cu_usps_noir]weapon_usp_silencer" "1"
  115177. }
  115178. }
  115179. }
  115180. "paint_kits_rarity"
  115181. {
  115182. "am_blackpearl_marbleized_b" "ancient"
  115183. "am_doppler_phase2_b" "mythical"
  115184. "am_sapphire_marbleized_b" "legendary"
  115185. "cu_purple_huntsman" "rare"
  115186. "so_purple_falchion" "rare"
  115187. "gs_ak47_bloodsport" "legendary"
  115188. "cu_awp_psychopath" "mythical"
  115189. "hy_bizon_torn_green" "rare"
  115190. "cu_blueprint_scar" "rare"
  115191. "gs_cz_snakes_purple" "legendary"
  115192. "gs_m4a1_decimator" "mythical"
  115193. "cu_desert_eagle_corroden" "uncommon"
  115194. "cu_fiveseven_vein" "rare"
  115195. "sp_galil_wave" "mythical"
  115196. "sp_m249_frog_original" "mythical"
  115197. "sp_mp7_tribal_yellow" "rare"
  115198. "am_p250_sputnik" "rare"
  115199. "aa_mac10_the_last_dive" "mythical"
  115200. "gs_ump_abyss" "mythical"
  115201. "cu_usps_noir" "legendary"
  115202. "aq_xm_leaf_fade" "mythical"
  115203. "aq_sawedoff_zander2" "rare"
  115204. }
  115205. "paint_kits"
  115206. {
  115207. "656"
  115208. {
  115209. "name" "gs_ak_colony01_red"
  115210. "description_string" "#PaintKit_gs_ak_colony01_red"
  115211. "description_tag" "#PaintKit_gs_ak_colony01_red_Tag"
  115212. "style" "9"
  115213. "pattern" "workshop/ak_colony01_red"
  115214. "color0" "128 128 128 255"
  115215. "color1" "234 234 234"
  115216. "color2" "96 96 96 255"
  115217. "color3" "108 108 108 255"
  115218. "pattern_scale" "1.000000"
  115219. "phongexponent" "255"
  115220. "phongintensity" "9"
  115221. "phongalbedoboost" "4"
  115222. "view_model_exponent_override_size" "1024"
  115223. "ignore_weapon_size_scale" "1"
  115224. "only_first_material" "0"
  115225. "pattern_offset_x_start" "0.000000"
  115226. "pattern_offset_x_end" "0.000000"
  115227. "pattern_offset_y_start" "0.000000"
  115228. "pattern_offset_y_end" "0.000000"
  115229. "pattern_rotate_start" "0.000000"
  115230. "pattern_rotate_end" "0.000000"
  115231. "wear_remap_min" "0.000000"
  115232. "wear_remap_max" "0.550000"
  115233. }
  115234. "657"
  115235. {
  115236. "name" "cu_usps_blueprint"
  115237. "description_string" "#PaintKit_cu_usps_blueprint"
  115238. "description_tag" "#PaintKit_cu_usps_blueprint_Tag"
  115239. "style" "7"
  115240. "pattern" "workshop/usps_blueprint"
  115241. "pattern_scale" "1.000000"
  115242. "phongexponent" "45"
  115243. "phongintensity" "9"
  115244. "ignore_weapon_size_scale" "1"
  115245. "only_first_material" "0"
  115246. "pattern_offset_x_start" "0.000000"
  115247. "pattern_offset_x_end" "0.000000"
  115248. "pattern_offset_y_start" "0.000000"
  115249. "pattern_offset_y_end" "0.000000"
  115250. "pattern_rotate_start" "0.000000"
  115251. "pattern_rotate_end" "0.000000"
  115252. "wear_remap_min" "0.000000"
  115253. "wear_remap_max" "0.860000"
  115254. }
  115255. "658"
  115256. {
  115257. "name" "gs_dualberettas_cobra"
  115258. "description_string" "#PaintKit_gs_dualberettas_cobra"
  115259. "description_tag" "#PaintKit_gs_dualberettas_cobra_Tag"
  115260. "style" "9"
  115261. "pattern" "workshop/dualberettas_cobra"
  115262. "color0" "202 230 157"
  115263. "color1" "213 211 211"
  115264. "color2" "48 38 32"
  115265. "color3" "27 57 62"
  115266. "pattern_scale" "1.000000"
  115267. "phongexponent" "255"
  115268. "phongintensity" "12"
  115269. "phongalbedoboost" "7"
  115270. "view_model_exponent_override_size" "1024"
  115271. "ignore_weapon_size_scale" "1"
  115272. "only_first_material" "0"
  115273. "pattern_offset_x_start" "0.000000"
  115274. "pattern_offset_x_end" "0.000000"
  115275. "pattern_offset_y_start" "0.000000"
  115276. "pattern_offset_y_end" "0.000000"
  115277. "pattern_rotate_start" "0.000000"
  115278. "pattern_rotate_end" "0.000000"
  115279. "wear_remap_min" "0.000000"
  115280. "wear_remap_max" "0.600000"
  115281. }
  115282. "659"
  115283. {
  115284. "name" "sp_famas_macabre"
  115285. "description_string" "#PaintKit_sp_famas_macabre"
  115286. "description_tag" "#PaintKit_sp_famas_macabre_Tag"
  115287. "style" "3"
  115288. "pattern" "workshop/famas_macabre"
  115289. "color0" "162 126 15"
  115290. "color1" "31 44 12"
  115291. "color2" "158 155 129"
  115292. "color3" "30 35 33"
  115293. "pattern_scale" "1.000000"
  115294. "phongexponent" "180"
  115295. "phongintensity" "10"
  115296. "ignore_weapon_size_scale" "1"
  115297. "only_first_material" "0"
  115298. "pattern_offset_x_start" "0.000000"
  115299. "pattern_offset_x_end" "1.000000"
  115300. "pattern_offset_y_start" "0.000000"
  115301. "pattern_offset_y_end" "1.000000"
  115302. "pattern_rotate_start" "0.000000"
  115303. "pattern_rotate_end" "1.000000"
  115304. "wear_remap_min" "0.000000"
  115305. "wear_remap_max" "0.600000"
  115306. }
  115307. "660"
  115308. {
  115309. "name" "cu_fiveseven_hyperbeast"
  115310. "description_string" "#PaintKit_cu_fiveseven_hyperbeast"
  115311. "description_tag" "#PaintKit_cu_fiveseven_hyperbeast_Tag"
  115312. "style" "7"
  115313. "pattern" "workshop/fiveseven_hyperbeast"
  115314. "pattern_scale" "1.000000"
  115315. "phongexponent" "200"
  115316. "phongintensity" "55"
  115317. "ignore_weapon_size_scale" "1"
  115318. "only_first_material" "0"
  115319. "pattern_offset_x_start" "0.000000"
  115320. "pattern_offset_x_end" "0.000000"
  115321. "pattern_offset_y_start" "0.000000"
  115322. "pattern_offset_y_end" "0.000000"
  115323. "pattern_rotate_start" "0.000000"
  115324. "pattern_rotate_end" "0.000000"
  115325. "wear_remap_min" "0.000000"
  115326. "wear_remap_max" "1.000000"
  115327. }
  115328. "661"
  115329. {
  115330. "name" "cu_galil_candychaos"
  115331. "description_string" "#PaintKit_cu_galil_candychaos"
  115332. "description_tag" "#PaintKit_cu_galil_candychaos_Tag"
  115333. "style" "7"
  115334. "pattern" "workshop/galil_candychaos"
  115335. "pattern_scale" "1.000000"
  115336. "phongexponent" "255"
  115337. "phongintensity" "12"
  115338. "ignore_weapon_size_scale" "1"
  115339. "only_first_material" "0"
  115340. "pattern_offset_x_start" "0.000000"
  115341. "pattern_offset_x_end" "0.000000"
  115342. "pattern_offset_y_start" "0.000000"
  115343. "pattern_offset_y_end" "0.000000"
  115344. "pattern_rotate_start" "0.000000"
  115345. "pattern_rotate_end" "0.000000"
  115346. "wear_remap_min" "0.000000"
  115347. "wear_remap_max" "0.550000"
  115348. }
  115349. "662"
  115350. {
  115351. "name" "cu_awp_hannya"
  115352. "description_string" "#PaintKit_cu_awp_hannya"
  115353. "description_tag" "#PaintKit_cu_awp_hannya_Tag"
  115354. "style" "7"
  115355. "pattern" "workshop/awp_hannya"
  115356. "pattern_scale" "1.000000"
  115357. "phongexponent" "160"
  115358. "phongintensity" "50"
  115359. "ignore_weapon_size_scale" "1"
  115360. "only_first_material" "1"
  115361. "pattern_offset_x_start" "0.000000"
  115362. "pattern_offset_x_end" "0.000000"
  115363. "pattern_offset_y_start" "0.000000"
  115364. "pattern_offset_y_end" "0.000000"
  115365. "pattern_rotate_start" "0.000000"
  115366. "pattern_rotate_end" "0.000000"
  115367. "wear_remap_min" "0.000000"
  115368. "wear_remap_max" "0.500000"
  115369. }
  115370. "663"
  115371. {
  115372. "name" "cu_m4a1s_metritera"
  115373. "description_string" "#PaintKit_cu_m4a1s_metritera"
  115374. "description_tag" "#PaintKit_cu_m4a1s_metritera_Tag"
  115375. "style" "7"
  115376. "pattern" "workshop/m4a1s_metritera"
  115377. "pattern_scale" "1.000000"
  115378. "phongexponent" "4"
  115379. "phongintensity" "9"
  115380. "ignore_weapon_size_scale" "1"
  115381. "only_first_material" "0"
  115382. "pattern_offset_x_start" "0.000000"
  115383. "pattern_offset_x_end" "0.000000"
  115384. "pattern_offset_y_start" "0.000000"
  115385. "pattern_offset_y_end" "0.000000"
  115386. "pattern_rotate_start" "0.000000"
  115387. "pattern_rotate_end" "0.000000"
  115388. "wear_remap_min" "0.000000"
  115389. "wear_remap_max" "0.800000"
  115390. }
  115391. "664"
  115392. {
  115393. "name" "cu_m4a4_hellfire"
  115394. "description_string" "#PaintKit_cu_m4a4_hellfire"
  115395. "description_tag" "#PaintKit_cu_m4a4_hellfire_Tag"
  115396. "style" "7"
  115397. "pattern" "workshop/m4a4_hellfire"
  115398. "pattern_scale" "1.000000"
  115399. "phongexponent" "100"
  115400. "phongintensity" "35"
  115401. "ignore_weapon_size_scale" "1"
  115402. "only_first_material" "0"
  115403. "pattern_offset_x_start" "0.000000"
  115404. "pattern_offset_x_end" "0.000000"
  115405. "pattern_offset_y_start" "0.000000"
  115406. "pattern_offset_y_end" "0.000000"
  115407. "pattern_rotate_start" "0.000000"
  115408. "pattern_rotate_end" "0.000000"
  115409. "wear_remap_min" "0.000000"
  115410. "wear_remap_max" "0.500000"
  115411. }
  115412. "665"
  115413. {
  115414. "name" "am_mac10_aloha"
  115415. "description_string" "#PaintKit_am_mac10_aloha"
  115416. "description_tag" "#PaintKit_am_mac10_aloha_Tag"
  115417. "style" "5"
  115418. "pattern" "workshop/mac10_aloha"
  115419. "color0" "82 75 66"
  115420. "color1" "47 35 29"
  115421. "color2" "168 67 53"
  115422. "color3" "75 57 50"
  115423. "pattern_scale" "3.000000"
  115424. "phongexponent" "255"
  115425. "phongalbedoboost" "-1"
  115426. "view_model_exponent_override_size" "1024"
  115427. "ignore_weapon_size_scale" "1"
  115428. "only_first_material" "0"
  115429. "pattern_offset_x_start" "0.000000"
  115430. "pattern_offset_x_end" "1.000000"
  115431. "pattern_offset_y_start" "0.000000"
  115432. "pattern_offset_y_end" "1.000000"
  115433. "pattern_rotate_start" "25.000000"
  115434. "pattern_rotate_end" "300.000000"
  115435. "wear_remap_min" "0.000000"
  115436. "wear_remap_max" "0.650000"
  115437. }
  115438. "666"
  115439. {
  115440. "name" "am_mag7_caustic"
  115441. "description_string" "#PaintKit_am_mag7_caustic"
  115442. "description_tag" "#PaintKit_am_mag7_caustic_Tag"
  115443. "style" "5"
  115444. "pattern" "workshop/mag7_caustic"
  115445. "color0" "0 0 0"
  115446. "color1" "57 66 64"
  115447. "color2" "24 33 36"
  115448. "color3" "6 58 95"
  115449. "pattern_scale" "1.000000"
  115450. "phongexponent" "4"
  115451. "phongalbedoboost" "80"
  115452. "view_model_exponent_override_size" "1024"
  115453. "ignore_weapon_size_scale" "1"
  115454. "only_first_material" "0"
  115455. "pattern_offset_x_start" "0.000000"
  115456. "pattern_offset_x_end" "1.000000"
  115457. "pattern_offset_y_start" "0.000000"
  115458. "pattern_offset_y_end" "1.000000"
  115459. "pattern_rotate_start" "0.000000"
  115460. "pattern_rotate_end" "360.000000"
  115461. "wear_remap_min" "0.000000"
  115462. "wear_remap_max" "0.450000"
  115463. }
  115464. "667"
  115465. {
  115466. "name" "cu_p2000_hunter"
  115467. "description_string" "#PaintKit_cu_p2000_hunter"
  115468. "description_tag" "#PaintKit_cu_p2000_hunter_Tag"
  115469. "style" "7"
  115470. "pattern" "workshop/p2000_hunter"
  115471. "pattern_scale" "1.000000"
  115472. "phongexponent" "200"
  115473. "phongintensity" "20"
  115474. "ignore_weapon_size_scale" "1"
  115475. "only_first_material" "0"
  115476. "pattern_offset_x_start" "0.000000"
  115477. "pattern_offset_x_end" "0.000000"
  115478. "pattern_offset_y_start" "0.000000"
  115479. "pattern_offset_y_end" "0.000000"
  115480. "pattern_rotate_start" "0.000000"
  115481. "pattern_rotate_end" "0.000000"
  115482. "wear_remap_min" "0.000000"
  115483. "wear_remap_max" "0.800000"
  115484. }
  115485. "668"
  115486. {
  115487. "name" "cu_p250_axiom"
  115488. "description_string" "#PaintKit_cu_p250_axiom"
  115489. "description_tag" "#PaintKit_cu_p250_axiom_Tag"
  115490. "style" "7"
  115491. "pattern" "workshop/p250_axiom"
  115492. "pattern_scale" "1.000000"
  115493. "phongexponent" "32"
  115494. "phongintensity" "0"
  115495. "ignore_weapon_size_scale" "1"
  115496. "only_first_material" "0"
  115497. "pattern_offset_x_start" "0.000000"
  115498. "pattern_offset_x_end" "0.000000"
  115499. "pattern_offset_y_start" "0.000000"
  115500. "pattern_offset_y_end" "0.000000"
  115501. "pattern_rotate_start" "0.000000"
  115502. "pattern_rotate_end" "0.000000"
  115503. "wear_remap_min" "0.000000"
  115504. "wear_remap_max" "1.000000"
  115505. }
  115506. "669"
  115507. {
  115508. "name" "hy_p90_barebones_blue"
  115509. "description_string" "#PaintKit_hy_p90_barebones_blue"
  115510. "description_tag" "#PaintKit_hy_p90_barebones_blue_Tag"
  115511. "style" "2"
  115512. "pattern" "workshop/p90_barebones_blue"
  115513. "color0" "77 110 126"
  115514. "color1" "55 47 47"
  115515. "color2" "47 47 47"
  115516. "color3" "190 190 190"
  115517. "pattern_scale" "2.500000"
  115518. "phongexponent" "60"
  115519. "phongintensity" "0"
  115520. "ignore_weapon_size_scale" "1"
  115521. "only_first_material" "0"
  115522. "pattern_offset_x_start" "0.000000"
  115523. "pattern_offset_x_end" "1.000000"
  115524. "pattern_offset_y_start" "0.000000"
  115525. "pattern_offset_y_end" "1.000000"
  115526. "pattern_rotate_start" "0.000000"
  115527. "pattern_rotate_end" "360.000000"
  115528. "wear_remap_min" "0.000000"
  115529. "wear_remap_max" "1.000000"
  115530. }
  115531. "670"
  115532. {
  115533. "name" "cu_ssg08_deathshead"
  115534. "description_string" "#PaintKit_cu_ssg08_deathshead"
  115535. "description_tag" "#PaintKit_cu_ssg08_deathshead_Tag"
  115536. "style" "7"
  115537. "pattern" "workshop/ssg08_deathshead"
  115538. "pattern_scale" "1.000000"
  115539. "phongexponent" "115"
  115540. "phongintensity" "38"
  115541. "ignore_weapon_size_scale" "1"
  115542. "only_first_material" "1"
  115543. "pattern_offset_x_start" "0.000000"
  115544. "pattern_offset_x_end" "0.000000"
  115545. "pattern_offset_y_start" "0.000000"
  115546. "pattern_offset_y_end" "0.000000"
  115547. "pattern_rotate_start" "0.000000"
  115548. "pattern_rotate_end" "0.000000"
  115549. "wear_remap_min" "0.000000"
  115550. "wear_remap_max" "0.510000"
  115551. }
  115552. "671"
  115553. {
  115554. "name" "aq_tec9_chalk_pattern"
  115555. "description_string" "#PaintKit_aq_tec9_chalk_pattern"
  115556. "description_tag" "#PaintKit_aq_tec9_chalk_pattern_Tag"
  115557. "style" "8"
  115558. "pattern" "workshop/tec9_chalk_pattern"
  115559. "color0" "128 128 128 255"
  115560. "color1" "178 178 178"
  115561. "color2" "136 136 136"
  115562. "color3" "176 176 176"
  115563. "pattern_scale" "2.800000"
  115564. "phongexponent" "255"
  115565. "phongalbedoboost" "20"
  115566. "ignore_weapon_size_scale" "1"
  115567. "only_first_material" "0"
  115568. "pattern_offset_x_start" "0.000000"
  115569. "pattern_offset_x_end" "1.000000"
  115570. "pattern_offset_y_start" "0.000000"
  115571. "pattern_offset_y_end" "1.000000"
  115572. "pattern_rotate_start" "0.000000"
  115573. "pattern_rotate_end" "360.000000"
  115574. "wear_remap_min" "0.000000"
  115575. "wear_remap_max" "1.000000"
  115576. }
  115577. "672"
  115578. {
  115579. "name" "aq_ump45_flameflower"
  115580. "description_string" "#PaintKit_aq_ump45_flameflower"
  115581. "description_tag" "#PaintKit_aq_ump45_flameflower_Tag"
  115582. "style" "8"
  115583. "pattern" "workshop/ump45_flameflower"
  115584. "color0" "160 172 176"
  115585. "color1" "242 234 218"
  115586. "color2" "221 212 198"
  115587. "color3" "99 59 12"
  115588. "pattern_scale" "4.000000"
  115589. "phongexponent" "170"
  115590. "phongalbedoboost" "70"
  115591. "ignore_weapon_size_scale" "0"
  115592. "only_first_material" "0"
  115593. "pattern_offset_x_start" "0.000000"
  115594. "pattern_offset_x_end" "1.000000"
  115595. "pattern_offset_y_start" "0.000000"
  115596. "pattern_offset_y_end" "1.000000"
  115597. "pattern_rotate_start" "0.000000"
  115598. "pattern_rotate_end" "0.000000"
  115599. "wear_remap_min" "0.000000"
  115600. "wear_remap_max" "0.700000"
  115601. }
  115602. }
  115603. "items"
  115604. {
  115605. "1365"
  115606. {
  115607. "name" "community_17 Key"
  115608. "item_name" "#CSGO_crate_key_community_17"
  115609. "item_description" "#CSGO_crate_key_community_17_desc"
  115610. "first_sale_date" "2017-04-21"
  115611. "prefab" "weapon_case_key"
  115612. "image_inventory" "econ/tools/crate_key_community_17"
  115613. "tool"
  115614. {
  115615. "restriction" "crate_community_17"
  115616. }
  115617. }
  115618. "4352"
  115619. {
  115620. "item_name" "#CSGO_crate_community_17"
  115621. "item_description" "#CSGO_crate_community_17_desc"
  115622. "name" "crate_community_17"
  115623. "image_inventory" "econ/weapon_cases/crate_community_17"
  115624. "prefab" "weapon_case"
  115625. "associated_items"
  115626. {
  115627. "1365" "1"
  115628. }
  115629. "tool"
  115630. {
  115631. "restriction" "crate_community_17"
  115632. }
  115633. "attributes"
  115634. {
  115635. "set supply crate series"
  115636. {
  115637. "attribute_class" "supply_crate_series"
  115638. "value" "208"
  115639. }
  115640. }
  115641. "tags"
  115642. {
  115643. "ItemSet"
  115644. {
  115645. "tag_value" "set_community_17"
  115646. "tag_text" "#CSGO_set_community_17"
  115647. "tag_group" "ItemSet"
  115648. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  115649. }
  115650. }
  115651. "loot_list_rare_item_footer" "#crate_community_15_unusual_lootlist"
  115652. "loot_list_rare_item_name" "#crate_community_15_unusual_itemname"
  115653. }
  115654. }
  115655. "revolving_loot_lists"
  115656. {
  115657. "208" "crate_community_17"
  115658. }
  115659. "client_loot_lists"
  115660. {
  115661. "crate_community_17_rare"
  115662. {
  115663. "[cu_usps_blueprint]weapon_usp_silencer" "1"
  115664. "[sp_famas_macabre]weapon_famas" "1"
  115665. "[cu_m4a1s_metritera]weapon_m4a1_silencer" "1"
  115666. "[am_mac10_aloha]weapon_mac10" "1"
  115667. "[am_mag7_caustic]weapon_mag7" "1"
  115668. "[aq_tec9_chalk_pattern]weapon_tec9" "1"
  115669. "[aq_ump45_flameflower]weapon_ump45" "1"
  115670. }
  115671. "crate_community_17_mythical"
  115672. {
  115673. "[gs_ak_colony01_red]weapon_ak47" "1"
  115674. "[cu_p2000_hunter]weapon_hkp2000" "1"
  115675. "[cu_p250_axiom]weapon_p250" "1"
  115676. "[hy_p90_barebones_blue]weapon_p90" "1"
  115677. "[cu_ssg08_deathshead]weapon_ssg08" "1"
  115678. }
  115679. "crate_community_17_legendary"
  115680. {
  115681. "[gs_dualberettas_cobra]weapon_elite" "1"
  115682. "[cu_galil_candychaos]weapon_galilar" "1"
  115683. "[cu_m4a4_hellfire]weapon_m4a1" "1"
  115684. }
  115685. "crate_community_17_ancient"
  115686. {
  115687. "[cu_fiveseven_hyperbeast]weapon_fiveseven" "1"
  115688. "[cu_awp_hannya]weapon_awp" "1"
  115689. }
  115690. "crate_community_17"
  115691. {
  115692. "crate_community_17_rare" "1"
  115693. "crate_community_17_mythical" "1"
  115694. "crate_community_17_legendary" "1"
  115695. "crate_community_17_ancient" "1"
  115696. "community_case_15_unusual" "1"
  115697. }
  115698. }
  115699. "item_sets"
  115700. {
  115701. "set_community_17"
  115702. {
  115703. "name" "#CSGO_set_community_17"
  115704. "set_description" "#CSGO_set_community_17_desc"
  115705. "is_collection" "1"
  115706. "items"
  115707. {
  115708. "[cu_usps_blueprint]weapon_usp_silencer" "1"
  115709. "[sp_famas_macabre]weapon_famas" "1"
  115710. "[cu_m4a1s_metritera]weapon_m4a1_silencer" "1"
  115711. "[am_mac10_aloha]weapon_mac10" "1"
  115712. "[am_mag7_caustic]weapon_mag7" "1"
  115713. "[aq_tec9_chalk_pattern]weapon_tec9" "1"
  115714. "[aq_ump45_flameflower]weapon_ump45" "1"
  115715. "[gs_ak_colony01_red]weapon_ak47" "1"
  115716. "[cu_p2000_hunter]weapon_hkp2000" "1"
  115717. "[cu_p250_axiom]weapon_p250" "1"
  115718. "[hy_p90_barebones_blue]weapon_p90" "1"
  115719. "[cu_ssg08_deathshead]weapon_ssg08" "1"
  115720. "[gs_dualberettas_cobra]weapon_elite" "1"
  115721. "[cu_galil_candychaos]weapon_galilar" "1"
  115722. "[cu_m4a4_hellfire]weapon_m4a1" "1"
  115723. "[cu_fiveseven_hyperbeast]weapon_fiveseven" "1"
  115724. "[cu_awp_hannya]weapon_awp" "1"
  115725. }
  115726. }
  115727. }
  115728. "paint_kits_rarity"
  115729. {
  115730. "cu_fiveseven_hyperbeast" "ancient"
  115731. "hy_p90_barebones_blue" "mythical"
  115732. "aq_ump45_flameflower" "rare"
  115733. "cu_usps_blueprint" "uncommon"
  115734. "gs_ak_colony01_red" "rare"
  115735. "gs_dualberettas_cobra" "legendary"
  115736. "sp_famas_macabre" "rare"
  115737. "cu_galil_candychaos" "legendary"
  115738. "cu_awp_hannya" "legendary"
  115739. "cu_m4a1s_metritera" "uncommon"
  115740. "cu_m4a4_hellfire" "mythical"
  115741. "am_mac10_aloha" "rare"
  115742. "am_mag7_caustic" "rare"
  115743. "cu_p2000_hunter" "rare"
  115744. "cu_p250_axiom" "mythical"
  115745. "cu_ssg08_deathshead" "mythical"
  115746. "aq_tec9_chalk_pattern" "rare"
  115747. }
  115748. "paint_kits"
  115749. {
  115750. "673"
  115751. {
  115752. "name" "aq_sawed-off_flower"
  115753. "description_string" "#PaintKit_aq_sawed-off_flower"
  115754. "description_tag" "#PaintKit_aq_sawed-off_flower_Tag"
  115755. "style" "8"
  115756. "pattern" "workshop/sawed-off_flower"
  115757. "color0" "88 57 30"
  115758. "color1" "177 177 177"
  115759. "color2" "159 147 147"
  115760. "color3" "253 87 5"
  115761. "pattern_scale" "1.000000"
  115762. "phongexponent" "180"
  115763. "phongalbedoboost" "18"
  115764. "ignore_weapon_size_scale" "1"
  115765. "only_first_material" "0"
  115766. "pattern_offset_x_start" "0.000000"
  115767. "pattern_offset_x_end" "0.000000"
  115768. "pattern_offset_y_start" "0.000000"
  115769. "pattern_offset_y_end" "0.000000"
  115770. "pattern_rotate_start" "0.000000"
  115771. "pattern_rotate_end" "0.000000"
  115772. "wear_remap_min" "0.000000"
  115773. "wear_remap_max" "1.000000"
  115774. }
  115775. "674"
  115776. {
  115777. "name" "cu_aug_orange_triangle"
  115778. "description_string" "#PaintKit_cu_aug_orange_triangle"
  115779. "description_tag" "#PaintKit_cu_aug_orange_triangle_Tag"
  115780. "style" "7"
  115781. "pattern" "workshop/aug_orange_triangle"
  115782. "use_normal" "1"
  115783. "normal" "workshop/aug_orange_triangle_normal"
  115784. "pattern_scale" "1.000000"
  115785. "phongexponent" "70"
  115786. "phongintensity" "100"
  115787. "ignore_weapon_size_scale" "1"
  115788. "only_first_material" "0"
  115789. "pattern_offset_x_start" "0.000000"
  115790. "pattern_offset_x_end" "0.000000"
  115791. "pattern_offset_y_start" "0.000000"
  115792. "pattern_offset_y_end" "0.000000"
  115793. "pattern_rotate_start" "0.000000"
  115794. "pattern_rotate_end" "0.000000"
  115795. "wear_remap_min" "0.000000"
  115796. "wear_remap_max" "1.000000"
  115797. }
  115798. "675"
  115799. {
  115800. "name" "gs_ak47_empress"
  115801. "description_string" "#PaintKit_gs_ak47_empress"
  115802. "description_tag" "#PaintKit_gs_ak47_empress_Tag"
  115803. "style" "9"
  115804. "pattern" "workshop/ak47_empress"
  115805. "color0" "86 41 38"
  115806. "color1" "255 255 255"
  115807. "color2" "164 178 202"
  115808. "color3" "196 180 149"
  115809. "pattern_scale" "1.000000"
  115810. "phongexponent" "255"
  115811. "phongintensity" "1"
  115812. "phongalbedoboost" "6"
  115813. "view_model_exponent_override_size" "256"
  115814. "ignore_weapon_size_scale" "1"
  115815. "only_first_material" "1"
  115816. "pattern_offset_x_start" "0.000000"
  115817. "pattern_offset_x_end" "0.000000"
  115818. "pattern_offset_y_start" "0.000000"
  115819. "pattern_offset_y_end" "0.000000"
  115820. "pattern_rotate_start" "0.000000"
  115821. "pattern_rotate_end" "0.000000"
  115822. "wear_remap_min" "0.000000"
  115823. "wear_remap_max" "1.000000"
  115824. }
  115825. "676"
  115826. {
  115827. "name" "cu_bizon_all_in"
  115828. "description_string" "#PaintKit_cu_bizon_all_in"
  115829. "description_tag" "#PaintKit_cu_bizon_all_in_Tag"
  115830. "style" "7"
  115831. "pattern" "workshop/bizon_all_in"
  115832. "use_normal" "1"
  115833. "normal" "workshop/bizon_all_in_normal"
  115834. "pattern_scale" "1.000000"
  115835. "phongexponent" "50"
  115836. "phongintensity" "15"
  115837. "ignore_weapon_size_scale" "1"
  115838. "only_first_material" "1"
  115839. "pattern_offset_x_start" "0.000000"
  115840. "pattern_offset_x_end" "0.000000"
  115841. "pattern_offset_y_start" "0.000000"
  115842. "pattern_offset_y_end" "0.000000"
  115843. "pattern_rotate_start" "0.000000"
  115844. "pattern_rotate_end" "0.000000"
  115845. "wear_remap_min" "0.000000"
  115846. "wear_remap_max" "1.000000"
  115847. }
  115848. "677"
  115849. {
  115850. "name" "gs_g3sg1_cetme_redux"
  115851. "description_string" "#PaintKit_gs_g3sg1_cetme_redux"
  115852. "description_tag" "#PaintKit_gs_g3sg1_cetme_redux_Tag"
  115853. "style" "9"
  115854. "pattern" "workshop/g3sg1_cetme_redux"
  115855. "use_normal" "1"
  115856. "normal" "workshop/g3sg1_cetme_redux_normal"
  115857. "color0" "205 221 221"
  115858. "color1" "136 134 134"
  115859. "color2" "255 254 252"
  115860. "color3" "121 111 93"
  115861. "pattern_scale" "1.000000"
  115862. "phongexponent" "255"
  115863. "phongintensity" "32"
  115864. "phongalbedoboost" "0"
  115865. "view_model_exponent_override_size" "512"
  115866. "ignore_weapon_size_scale" "1"
  115867. "only_first_material" "1"
  115868. "pattern_offset_x_start" "0.000000"
  115869. "pattern_offset_x_end" "0.000000"
  115870. "pattern_offset_y_start" "0.000000"
  115871. "pattern_offset_y_end" "0.000000"
  115872. "pattern_rotate_start" "0.000000"
  115873. "pattern_rotate_end" "0.000000"
  115874. "wear_remap_min" "0.000000"
  115875. "wear_remap_max" "1.000000"
  115876. }
  115877. "678"
  115878. {
  115879. "name" "cu_p250_cybercroc"
  115880. "description_string" "#PaintKit_cu_p250_cybercroc"
  115881. "description_tag" "#PaintKit_cu_p250_cybercroc_Tag"
  115882. "style" "7"
  115883. "pattern" "workshop/p250_cybercroc"
  115884. "pattern_scale" "1.000000"
  115885. "phongexponent" "255"
  115886. "phongintensity" "50"
  115887. "ignore_weapon_size_scale" "1"
  115888. "only_first_material" "0"
  115889. "pattern_offset_x_start" "0.000000"
  115890. "pattern_offset_x_end" "0.000000"
  115891. "pattern_offset_y_start" "0.000000"
  115892. "pattern_offset_y_end" "0.000000"
  115893. "pattern_rotate_start" "0.000000"
  115894. "pattern_rotate_end" "0.000000"
  115895. "wear_remap_min" "0.000000"
  115896. "wear_remap_max" "0.700000"
  115897. }
  115898. "679"
  115899. {
  115900. "name" "cu_mp9_goo"
  115901. "description_string" "#PaintKit_cu_mp9_goo"
  115902. "description_tag" "#PaintKit_cu_mp9_goo_Tag"
  115903. "style" "7"
  115904. "pattern" "workshop/mp9_goo"
  115905. "pattern_scale" "1.000000"
  115906. "phongexponent" "140"
  115907. "phongintensity" "4"
  115908. "ignore_weapon_size_scale" "1"
  115909. "only_first_material" "0"
  115910. "pattern_offset_x_start" "0.000000"
  115911. "pattern_offset_x_end" "0.000000"
  115912. "pattern_offset_y_start" "0.000000"
  115913. "pattern_offset_y_end" "0.000000"
  115914. "pattern_rotate_start" "0.000000"
  115915. "pattern_rotate_end" "0.000000"
  115916. "wear_remap_min" "0.000000"
  115917. "wear_remap_max" "0.600000"
  115918. }
  115919. "680"
  115920. {
  115921. "name" "cu_glock_indigo"
  115922. "description_string" "#PaintKit_cu_glock_indigo"
  115923. "description_tag" "#PaintKit_cu_glock_indigo_Tag"
  115924. "style" "7"
  115925. "pattern" "workshop/glock_indigo"
  115926. "pattern_scale" "1.000000"
  115927. "phongexponent" "245"
  115928. "phongintensity" "15"
  115929. "ignore_weapon_size_scale" "1"
  115930. "only_first_material" "0"
  115931. "pattern_offset_x_start" "0.000000"
  115932. "pattern_offset_x_end" "0.000000"
  115933. "pattern_offset_y_start" "0.000000"
  115934. "pattern_offset_y_end" "0.000000"
  115935. "pattern_rotate_start" "0.000000"
  115936. "pattern_rotate_end" "0.000000"
  115937. "wear_remap_min" "0.000000"
  115938. "wear_remap_max" "1.000000"
  115939. }
  115940. "681"
  115941. {
  115942. "name" "gs_m4a1_shatter"
  115943. "description_string" "#PaintKit_gs_m4a1_shatter"
  115944. "description_tag" "#PaintKit_gs_m4a1_shatter_Tag"
  115945. "style" "9"
  115946. "pattern" "workshop/m4a1_shatter"
  115947. "use_normal" "1"
  115948. "normal" "workshop/m4a1_shatter_normal"
  115949. "color0" "255 255 255 255"
  115950. "color1" "255 255 255 255"
  115951. "color2" "255 255 255 255"
  115952. "color3" "255 255 255 255"
  115953. "pattern_scale" "1.000000"
  115954. "phongexponent" "1"
  115955. "phongintensity" "0"
  115956. "phongalbedoboost" "0"
  115957. "view_model_exponent_override_size" "1024"
  115958. "ignore_weapon_size_scale" "1"
  115959. "only_first_material" "1"
  115960. "pattern_offset_x_start" "0.000000"
  115961. "pattern_offset_x_end" "0.000000"
  115962. "pattern_offset_y_start" "0.000000"
  115963. "pattern_offset_y_end" "0.000000"
  115964. "pattern_rotate_start" "0.000000"
  115965. "pattern_rotate_end" "0.000000"
  115966. "wear_remap_min" "0.000000"
  115967. "wear_remap_max" "0.700000"
  115968. "dialog_config" "11,0,0,1"
  115969. }
  115970. "682"
  115971. {
  115972. "name" "am_mac10_oceani"
  115973. "description_string" "#PaintKit_am_mac10_oceani"
  115974. "description_tag" "#PaintKit_hy_p2000_oceani_Tag"
  115975. "style" "5"
  115976. "pattern" "workshop/mac10_oceani"
  115977. "color0" "21 21 26"
  115978. "color1" "46 158 199"
  115979. "color2" "20 91 146"
  115980. "color3" "25 92 148"
  115981. "pattern_scale" "4.000000"
  115982. "phongexponent" "255"
  115983. "phongalbedoboost" "1"
  115984. "view_model_exponent_override_size" "256"
  115985. "ignore_weapon_size_scale" "0"
  115986. "only_first_material" "0"
  115987. "pattern_offset_x_start" "0.000000"
  115988. "pattern_offset_x_end" "1.000000"
  115989. "pattern_offset_y_start" "0.000000"
  115990. "pattern_offset_y_end" "1.000000"
  115991. "pattern_rotate_start" "0.000000"
  115992. "pattern_rotate_end" "360.000000"
  115993. "wear_remap_min" "0.000000"
  115994. "wear_remap_max" "0.600000"
  115995. }
  115996. "683"
  115997. {
  115998. "name" "gs_r8_llamacannon"
  115999. "description_string" "#PaintKit_gs_r8_llamacannon"
  116000. "description_tag" "#PaintKit_gs_r8_llamacannon_Tag"
  116001. "style" "9"
  116002. "pattern" "workshop/r8_llamacannon"
  116003. "use_normal" "1"
  116004. "normal" "workshop/r8_llamacannon_normal"
  116005. "color0" "161 161 161"
  116006. "color1" "112 127 153"
  116007. "color2" "219 216 136"
  116008. "color3" "190 186 174"
  116009. "pattern_scale" "1.000000"
  116010. "phongexponent" "185"
  116011. "phongintensity" "53"
  116012. "phongalbedoboost" "123"
  116013. "view_model_exponent_override_size" "256"
  116014. "ignore_weapon_size_scale" "1"
  116015. "only_first_material" "0"
  116016. "pattern_offset_x_start" "0.000000"
  116017. "pattern_offset_x_end" "0.000000"
  116018. "pattern_offset_y_start" "0.000000"
  116019. "pattern_offset_y_end" "0.000000"
  116020. "pattern_rotate_start" "0.000000"
  116021. "pattern_rotate_end" "0.000000"
  116022. "wear_remap_min" "0.030000"
  116023. "wear_remap_max" "0.700000"
  116024. }
  116025. "684"
  116026. {
  116027. "name" "cu_tec9_cracked_opal"
  116028. "description_string" "#PaintKit_cu_tec9_cracked_opal"
  116029. "description_tag" "#PaintKit_cu_tec9_cracked_opal_Tag"
  116030. "style" "7"
  116031. "pattern" "workshop/tec9_cracked_opal"
  116032. "pattern_scale" "3.000000"
  116033. "phongexponent" "75"
  116034. "phongintensity" "75"
  116035. "ignore_weapon_size_scale" "0"
  116036. "only_first_material" "0"
  116037. "pattern_offset_x_start" "0.000000"
  116038. "pattern_offset_x_end" "1.000000"
  116039. "pattern_offset_y_start" "0.000000"
  116040. "pattern_offset_y_end" "1.000000"
  116041. "pattern_rotate_start" "0.000000"
  116042. "pattern_rotate_end" "360.000000"
  116043. "wear_remap_min" "0.000000"
  116044. "wear_remap_max" "1.000000"
  116045. }
  116046. "685"
  116047. {
  116048. "name" "hy_scar20_jungle_slipstream"
  116049. "description_string" "#PaintKit_hy_scar20_jungle_slipstream"
  116050. "description_tag" "#PaintKit_hy_bizon_torn_green_Tag"
  116051. "style" "2"
  116052. "pattern" "workshop/scar20_jungle_slipstream"
  116053. "color0" "26 26 26"
  116054. "color1" "67 79 63"
  116055. "color2" "192 181 66"
  116056. "color3" "26 26 26"
  116057. "pattern_scale" "4.000000"
  116058. "phongexponent" "32"
  116059. "phongintensity" "12"
  116060. "ignore_weapon_size_scale" "0"
  116061. "only_first_material" "1"
  116062. "pattern_offset_x_start" "0.000000"
  116063. "pattern_offset_x_end" "1.000000"
  116064. "pattern_offset_y_start" "0.000000"
  116065. "pattern_offset_y_end" "1.000000"
  116066. "pattern_rotate_start" "0.000000"
  116067. "pattern_rotate_end" "360.000000"
  116068. "wear_remap_min" "0.000000"
  116069. "wear_remap_max" "0.500000"
  116070. }
  116071. "686"
  116072. {
  116073. "name" "gs_sg553_phantom"
  116074. "description_string" "#PaintKit_gs_sg553_phantom"
  116075. "description_tag" "#PaintKit_gs_sg553_phantom_Tag"
  116076. "style" "9"
  116077. "pattern" "workshop/sg553_phantom"
  116078. "use_normal" "1"
  116079. "normal" "workshop/sg553_phantom_normal"
  116080. "color0" "46 14 0"
  116081. "color1" "194 194 194"
  116082. "color2" "125 110 102"
  116083. "color3" "255 255 255"
  116084. "pattern_scale" "1.000000"
  116085. "phongexponent" "32"
  116086. "phongintensity" "5"
  116087. "phongalbedoboost" "20"
  116088. "view_model_exponent_override_size" "1024"
  116089. "ignore_weapon_size_scale" "1"
  116090. "only_first_material" "1"
  116091. "pattern_offset_x_start" "0.000000"
  116092. "pattern_offset_x_end" "0.000000"
  116093. "pattern_offset_y_start" "0.000000"
  116094. "pattern_offset_y_end" "0.000000"
  116095. "pattern_rotate_start" "0.000000"
  116096. "pattern_rotate_end" "0.000000"
  116097. "wear_remap_min" "0.000000"
  116098. "wear_remap_max" "0.600000"
  116099. }
  116100. "687"
  116101. {
  116102. "name" "gs_cz75_tacticat"
  116103. "description_string" "#PaintKit_gs_cz75_tacticat"
  116104. "description_tag" "#PaintKit_gs_cz75_tacticat_Tag"
  116105. "style" "9"
  116106. "pattern" "workshop/cz75_tacticat"
  116107. "color0" "128 128 128 255"
  116108. "color1" "150 150 150 255"
  116109. "color2" "96 96 96 255"
  116110. "color3" "108 108 108 255"
  116111. "pattern_scale" "1.000000"
  116112. "phongexponent" "32"
  116113. "phongintensity" "15"
  116114. "phongalbedoboost" "30"
  116115. "view_model_exponent_override_size" "256"
  116116. "ignore_weapon_size_scale" "1"
  116117. "only_first_material" "1"
  116118. "pattern_offset_x_start" "0.000000"
  116119. "pattern_offset_x_end" "0.000000"
  116120. "pattern_offset_y_start" "0.000000"
  116121. "pattern_offset_y_end" "0.000000"
  116122. "pattern_rotate_start" "0.000000"
  116123. "pattern_rotate_end" "0.000000"
  116124. "wear_remap_min" "0.000000"
  116125. "wear_remap_max" "0.700000"
  116126. }
  116127. "688"
  116128. {
  116129. "name" "cu_ump45_x-ray_machine"
  116130. "description_string" "#PaintKit_cu_ump45_x-ray_machine"
  116131. "description_tag" "#PaintKit_cu_ump45_x-ray_machine_Tag"
  116132. "style" "7"
  116133. "pattern" "workshop/ump45_x-ray_machine"
  116134. "pattern_scale" "1.000000"
  116135. "phongexponent" "175"
  116136. "phongintensity" "15"
  116137. "ignore_weapon_size_scale" "1"
  116138. "only_first_material" "0"
  116139. "pattern_offset_x_start" "0.000000"
  116140. "pattern_offset_x_end" "0.000000"
  116141. "pattern_offset_y_start" "0.000000"
  116142. "pattern_offset_y_end" "0.000000"
  116143. "pattern_rotate_start" "0.000000"
  116144. "pattern_rotate_end" "0.000000"
  116145. "wear_remap_min" "0.000000"
  116146. "wear_remap_max" "0.550000"
  116147. }
  116148. "689"
  116149. {
  116150. "name" "aq_xm1014_ziggy_anarchy"
  116151. "description_string" "#PaintKit_aq_xm1014_ziggy_anarchy"
  116152. "description_tag" "#PaintKit_aq_xm1014_ziggy_anarchy_Tag"
  116153. "style" "8"
  116154. "pattern" "workshop/xm1014_ziggy_anarchy"
  116155. "color0" "67 67 67"
  116156. "color1" "111 111 111"
  116157. "color2" "69 73 93"
  116158. "color3" "224 237 200"
  116159. "pattern_scale" "1.000000"
  116160. "phongexponent" "180"
  116161. "phongalbedoboost" "190"
  116162. "ignore_weapon_size_scale" "0"
  116163. "only_first_material" "0"
  116164. "pattern_offset_x_start" "0.000000"
  116165. "pattern_offset_x_end" "1.000000"
  116166. "pattern_offset_y_start" "0.000000"
  116167. "pattern_offset_y_end" "1.000000"
  116168. "pattern_rotate_start" "-25.000000"
  116169. "pattern_rotate_end" "90.000000"
  116170. "wear_remap_min" "0.000000"
  116171. "wear_remap_max" "0.720000"
  116172. }
  116173. }
  116174. "items"
  116175. {
  116176. "1366"
  116177. {
  116178. "name" "community_18 Key"
  116179. "item_name" "#CSGO_crate_key_community_18"
  116180. "item_description" "#CSGO_crate_key_community_18_desc"
  116181. "first_sale_date" "2017-09-06"
  116182. "prefab" "weapon_case_key"
  116183. "image_inventory" "econ/tools/crate_key_community_18"
  116184. "tool"
  116185. {
  116186. "restriction" "crate_community_18"
  116187. }
  116188. }
  116189. "4403"
  116190. {
  116191. "item_name" "#CSGO_crate_community_18"
  116192. "item_description" "#CSGO_crate_community_18_desc"
  116193. "name" "crate_community_18"
  116194. "image_inventory" "econ/weapon_cases/crate_community_18"
  116195. "prefab" "weapon_case"
  116196. "associated_items"
  116197. {
  116198. "1366" "1"
  116199. }
  116200. "tool"
  116201. {
  116202. "restriction" "crate_community_18"
  116203. }
  116204. "attributes"
  116205. {
  116206. "set supply crate series"
  116207. {
  116208. "attribute_class" "supply_crate_series"
  116209. "value" "220"
  116210. }
  116211. }
  116212. "tags"
  116213. {
  116214. "ItemSet"
  116215. {
  116216. "tag_value" "set_community_18"
  116217. "tag_text" "#CSGO_set_community_18"
  116218. "tag_group" "ItemSet"
  116219. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  116220. }
  116221. }
  116222. }
  116223. }
  116224. "revolving_loot_lists"
  116225. {
  116226. "220" "crate_community_18"
  116227. }
  116228. "client_loot_lists"
  116229. {
  116230. "crate_community_18_rare"
  116231. {
  116232. "[aq_sawed-off_flower]weapon_sawedoff" "1"
  116233. "[cu_aug_orange_triangle]weapon_aug" "1"
  116234. "[gs_g3sg1_cetme_redux]weapon_g3sg1" "1"
  116235. "[cu_glock_indigo]weapon_glock" "1"
  116236. "[am_mac10_oceani]weapon_mac10" "1"
  116237. "[cu_tec9_cracked_opal]weapon_tec9" "1"
  116238. "[hy_scar20_jungle_slipstream]weapon_scar20" "1"
  116239. }
  116240. "crate_community_18_mythical"
  116241. {
  116242. "[cu_mp9_goo]weapon_mp9" "1"
  116243. "[gs_sg553_phantom]weapon_sg556" "1"
  116244. "[gs_cz75_tacticat]weapon_cz75a" "1"
  116245. "[cu_ump45_x-ray_machine]weapon_ump45" "1"
  116246. "[aq_xm1014_ziggy_anarchy]weapon_xm1014" "1"
  116247. }
  116248. "crate_community_18_legendary"
  116249. {
  116250. "[cu_bizon_all_in]weapon_bizon" "1"
  116251. "[gs_m4a1_shatter]weapon_m4a1_silencer" "1"
  116252. "[gs_r8_llamacannon]weapon_revolver" "1"
  116253. }
  116254. "crate_community_18_ancient"
  116255. {
  116256. "[gs_ak47_empress]weapon_ak47" "1"
  116257. "[cu_p250_cybercroc]weapon_p250" "1"
  116258. }
  116259. "crate_community_18"
  116260. {
  116261. "crate_community_18_rare" "1"
  116262. "crate_community_18_mythical" "1"
  116263. "crate_community_18_legendary" "1"
  116264. "crate_community_18_ancient" "1"
  116265. "spectrum_unusual" "1"
  116266. }
  116267. }
  116268. "item_sets"
  116269. {
  116270. "set_community_18"
  116271. {
  116272. "name" "#CSGO_set_community_18"
  116273. "set_description" "#CSGO_set_community_18_desc"
  116274. "is_collection" "1"
  116275. "items"
  116276. {
  116277. "[aq_sawed-off_flower]weapon_sawedoff" "1"
  116278. "[cu_aug_orange_triangle]weapon_aug" "1"
  116279. "[gs_g3sg1_cetme_redux]weapon_g3sg1" "1"
  116280. "[cu_glock_indigo]weapon_glock" "1"
  116281. "[am_mac10_oceani]weapon_mac10" "1"
  116282. "[cu_tec9_cracked_opal]weapon_tec9" "1"
  116283. "[hy_scar20_jungle_slipstream]weapon_scar20" "1"
  116284. "[cu_mp9_goo]weapon_mp9" "1"
  116285. "[gs_sg553_phantom]weapon_sg556" "1"
  116286. "[gs_cz75_tacticat]weapon_cz75a" "1"
  116287. "[cu_ump45_x-ray_machine]weapon_ump45" "1"
  116288. "[aq_xm1014_ziggy_anarchy]weapon_xm1014" "1"
  116289. "[cu_bizon_all_in]weapon_bizon" "1"
  116290. "[gs_m4a1_shatter]weapon_m4a1_silencer" "1"
  116291. "[gs_r8_llamacannon]weapon_revolver" "1"
  116292. "[gs_ak47_empress]weapon_ak47" "1"
  116293. "[cu_p250_cybercroc]weapon_p250" "1"
  116294. }
  116295. }
  116296. }
  116297. "paint_kits_rarity"
  116298. {
  116299. "aq_sawed-off_flower" "rare"
  116300. "cu_aug_orange_triangle" "rare"
  116301. "gs_ak47_empress" "legendary"
  116302. "cu_bizon_all_in" "legendary"
  116303. "gs_g3sg1_cetme_redux" "rare"
  116304. "cu_p250_cybercroc" "ancient"
  116305. "cu_mp9_goo" "mythical"
  116306. "cu_glock_indigo" "uncommon"
  116307. "am_mac10_oceani" "rare"
  116308. "gs_r8_llamacannon" "legendary"
  116309. "cu_tec9_cracked_opal" "rare"
  116310. "hy_scar20_jungle_slipstream" "rare"
  116311. "gs_sg553_phantom" "mythical"
  116312. "gs_cz75_tacticat" "mythical"
  116313. "cu_ump45_x-ray_machine" "mythical"
  116314. "aq_xm1014_ziggy_anarchy" "mythical"
  116315. "gs_m4a1_shatter" "mythical"
  116316. }
  116317. "sticker_kits"
  116318. {
  116319. "2388"
  116320. {
  116321. "name" "illuminate_cheongsam_1"
  116322. "item_name" "#StickerKit_illuminate_cheongsam_1"
  116323. "description_string" "#StickerKit_desc_illuminate_cheongsam_1"
  116324. "sticker_material" "illuminate_capsule_01/cheongsam_1"
  116325. "item_rarity" "rare"
  116326. }
  116327. "2389"
  116328. {
  116329. "name" "illuminate_cheongsam_2"
  116330. "item_name" "#StickerKit_illuminate_cheongsam_2"
  116331. "description_string" "#StickerKit_desc_illuminate_cheongsam_2"
  116332. "sticker_material" "illuminate_capsule_01/cheongsam_2"
  116333. "item_rarity" "rare"
  116334. }
  116335. "2390"
  116336. {
  116337. "name" "illuminate_cheongsam_2_holo"
  116338. "item_name" "#StickerKit_illuminate_cheongsam_2_holo"
  116339. "description_string" "#StickerKit_desc_illuminate_cheongsam_2_holo"
  116340. "sticker_material" "illuminate_capsule_01/cheongsam_2_holo"
  116341. "item_rarity" "mythical"
  116342. }
  116343. "2391"
  116344. {
  116345. "name" "illuminate_koi_2"
  116346. "item_name" "#StickerKit_illuminate_koi_2"
  116347. "description_string" "#StickerKit_desc_illuminate_koi_2"
  116348. "sticker_material" "illuminate_capsule_01/koi_2"
  116349. "item_rarity" "rare"
  116350. }
  116351. "2392"
  116352. {
  116353. "name" "illuminate_koi_2_foil"
  116354. "item_name" "#StickerKit_illuminate_koi_2_foil"
  116355. "description_string" "#StickerKit_desc_illuminate_koi_2_foil"
  116356. "sticker_material" "illuminate_capsule_01/koi_2_foil"
  116357. "item_rarity" "legendary"
  116358. }
  116359. "2393"
  116360. {
  116361. "name" "illuminate_chinese_dragon"
  116362. "item_name" "#StickerKit_illuminate_chinese_dragon"
  116363. "description_string" "#StickerKit_desc_illuminate_chinese_dragon"
  116364. "sticker_material" "illuminate_capsule_01/chinese_dragon"
  116365. "item_rarity" "rare"
  116366. }
  116367. "2394"
  116368. {
  116369. "name" "illuminate_chinese_dragon_foil"
  116370. "item_name" "#StickerKit_illuminate_chinese_dragon_foil"
  116371. "description_string" "#StickerKit_desc_illuminate_chinese_dragon_foil"
  116372. "sticker_material" "illuminate_capsule_01/chinese_dragon_foil"
  116373. "item_rarity" "legendary"
  116374. }
  116375. "2395"
  116376. {
  116377. "name" "illuminate_hotpot"
  116378. "item_name" "#StickerKit_illuminate_hotpot"
  116379. "description_string" "#StickerKit_desc_illuminate_hotpot"
  116380. "sticker_material" "illuminate_capsule_01/hotpot"
  116381. "item_rarity" "rare"
  116382. }
  116383. "2396"
  116384. {
  116385. "name" "illuminate_noodles"
  116386. "item_name" "#StickerKit_illuminate_noodles"
  116387. "description_string" "#StickerKit_desc_illuminate_noodles"
  116388. "sticker_material" "illuminate_capsule_01/noodles"
  116389. "item_rarity" "rare"
  116390. }
  116391. "2397"
  116392. {
  116393. "name" "illuminate_rice"
  116394. "item_name" "#StickerKit_illuminate_rice"
  116395. "description_string" "#StickerKit_desc_illuminate_rice"
  116396. "sticker_material" "illuminate_capsule_01/rice"
  116397. "item_rarity" "rare"
  116398. }
  116399. "2398"
  116400. {
  116401. "name" "illuminate_rice_pudding"
  116402. "item_name" "#StickerKit_illuminate_rice_pudding"
  116403. "description_string" "#StickerKit_desc_illuminate_rice_pudding"
  116404. "sticker_material" "illuminate_capsule_01/rice_pudding"
  116405. "item_rarity" "rare"
  116406. }
  116407. "2399"
  116408. {
  116409. "name" "illuminate_mahjong_fa"
  116410. "item_name" "#StickerKit_illuminate_mahjong_fa"
  116411. "description_string" "#StickerKit_desc_illuminate_mahjong_fa"
  116412. "sticker_material" "illuminate_capsule_01/mahjong_fa"
  116413. "item_rarity" "rare"
  116414. }
  116415. "2400"
  116416. {
  116417. "name" "illuminate_mahjong_rooster"
  116418. "item_name" "#StickerKit_illuminate_mahjong_rooster"
  116419. "description_string" "#StickerKit_desc_illuminate_mahjong_rooster"
  116420. "sticker_material" "illuminate_capsule_01/mahjong_rooster"
  116421. "item_rarity" "rare"
  116422. }
  116423. "2401"
  116424. {
  116425. "name" "illuminate_mahjong_zhong"
  116426. "item_name" "#StickerKit_illuminate_mahjong_zhong"
  116427. "description_string" "#StickerKit_desc_illuminate_mahjong_zhong"
  116428. "sticker_material" "illuminate_capsule_01/mahjong_zhong"
  116429. "item_rarity" "rare"
  116430. }
  116431. "2402"
  116432. {
  116433. "name" "illuminate_toytiger"
  116434. "item_name" "#StickerKit_illuminate_toytiger"
  116435. "description_string" "#StickerKit_desc_illuminate_toytiger"
  116436. "sticker_material" "illuminate_capsule_01/toytiger"
  116437. "item_rarity" "rare"
  116438. }
  116439. }
  116440. "items"
  116441. {
  116442. "4404"
  116443. {
  116444. "item_name" "#CSGO_crate_sticker_pack_illuminate_capsule_01"
  116445. "name" "crate_sticker_pack_illuminate_capsule_01"
  116446. "item_description" "#CSGO_crate_sticker_pack_illuminate_capsule_01_desc"
  116447. "image_inventory" "econ/weapon_cases/crate_sticker_pack_illuminate_capsule_01"
  116448. "first_sale_date" "2017/09/15"
  116449. "prefab" "weapon_case_base"
  116450. "attributes"
  116451. {
  116452. "set supply crate series"
  116453. {
  116454. "attribute_class" "supply_crate_series"
  116455. "value" "221"
  116456. }
  116457. }
  116458. "tags"
  116459. {
  116460. "StickerCapsule"
  116461. {
  116462. "tag_value" "crate_sticker_pack_illuminate_capsule_01_lootlist"
  116463. "tag_text" "#CSGO_crate_sticker_pack_illuminate_capsule_01"
  116464. "tag_group" "StickerCapsule"
  116465. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  116466. }
  116467. }
  116468. }
  116469. }
  116470. "revolving_loot_lists"
  116471. {
  116472. "221" "crate_sticker_pack_illuminate_capsule_01_lootlist"
  116473. }
  116474. "client_loot_lists"
  116475. {
  116476. "crate_sticker_pack_illuminate_capsule_01_rare"
  116477. {
  116478. "[illuminate_hotpot]sticker" "1"
  116479. "[illuminate_noodles]sticker" "1"
  116480. "[illuminate_rice]sticker" "1"
  116481. "[illuminate_rice_pudding]sticker" "1"
  116482. "[illuminate_cheongsam_1]sticker" "1"
  116483. "[illuminate_cheongsam_2]sticker" "1"
  116484. "[illuminate_koi_2]sticker" "1"
  116485. "[illuminate_chinese_dragon]sticker" "1"
  116486. "[illuminate_mahjong_fa]sticker" "1"
  116487. "[illuminate_mahjong_rooster]sticker" "1"
  116488. "[illuminate_mahjong_zhong]sticker" "1"
  116489. "[illuminate_toytiger]sticker" "1"
  116490. }
  116491. "crate_sticker_pack_illuminate_capsule_01_mythical"
  116492. {
  116493. "[illuminate_cheongsam_2_holo]sticker" "1"
  116494. }
  116495. "crate_sticker_pack_illuminate_capsule_01_legendary"
  116496. {
  116497. "[illuminate_chinese_dragon_foil]sticker" "1"
  116498. "[illuminate_koi_2_foil]sticker" "1"
  116499. }
  116500. "crate_sticker_pack_illuminate_capsule_01_lootlist"
  116501. {
  116502. "crate_sticker_pack_illuminate_capsule_01_rare" "1"
  116503. "crate_sticker_pack_illuminate_capsule_01_mythical" "1"
  116504. "crate_sticker_pack_illuminate_capsule_01_legendary" "1"
  116505. }
  116506. }
  116507. "sticker_kits"
  116508. {
  116509. "2403"
  116510. {
  116511. "name" "illuminate_god_of_fortune"
  116512. "item_name" "#StickerKit_illuminate_god_of_fortune"
  116513. "description_string" "#StickerKit_desc_illuminate_god_of_fortune"
  116514. "sticker_material" "illuminate_capsule_02/god_of_fortune"
  116515. "item_rarity" "rare"
  116516. }
  116517. "2404"
  116518. {
  116519. "name" "illuminate_huaji"
  116520. "item_name" "#StickerKit_illuminate_huaji"
  116521. "description_string" "#StickerKit_desc_illuminate_huaji"
  116522. "sticker_material" "illuminate_capsule_02/huaji"
  116523. "item_rarity" "rare"
  116524. }
  116525. "2405"
  116526. {
  116527. "name" "illuminate_nezha"
  116528. "item_name" "#StickerKit_illuminate_nezha"
  116529. "description_string" "#StickerKit_desc_illuminate_nezha"
  116530. "sticker_material" "illuminate_capsule_02/nezha"
  116531. "item_rarity" "rare"
  116532. }
  116533. "2406"
  116534. {
  116535. "name" "illuminate_fury"
  116536. "item_name" "#StickerKit_illuminate_fury"
  116537. "description_string" "#StickerKit_desc_illuminate_fury"
  116538. "sticker_material" "illuminate_capsule_02/fury"
  116539. "item_rarity" "rare"
  116540. }
  116541. "2407"
  116542. {
  116543. "name" "illuminate_longevity"
  116544. "item_name" "#StickerKit_illuminate_longevity"
  116545. "description_string" "#StickerKit_desc_illuminate_longevity"
  116546. "sticker_material" "illuminate_capsule_02/longevity"
  116547. "item_rarity" "rare"
  116548. }
  116549. "2408"
  116550. {
  116551. "name" "illuminate_longevity_foil"
  116552. "item_name" "#StickerKit_illuminate_longevity_foil"
  116553. "description_string" "#StickerKit_desc_illuminate_longevity_foil"
  116554. "sticker_material" "illuminate_capsule_02/longevity_foil"
  116555. "item_rarity" "legendary"
  116556. }
  116557. "2409"
  116558. {
  116559. "name" "illuminate_panda"
  116560. "item_name" "#StickerKit_illuminate_panda"
  116561. "description_string" "#StickerKit_desc_illuminate_panda"
  116562. "sticker_material" "illuminate_capsule_02/panda"
  116563. "item_rarity" "rare"
  116564. }
  116565. "2410"
  116566. {
  116567. "name" "illuminate_pixiu"
  116568. "item_name" "#StickerKit_illuminate_pixiu"
  116569. "description_string" "#StickerKit_desc_illuminate_pixiu"
  116570. "sticker_material" "illuminate_capsule_02/pixiu"
  116571. "item_rarity" "rare"
  116572. }
  116573. "2411"
  116574. {
  116575. "name" "illuminate_pixiu_foil"
  116576. "item_name" "#StickerKit_illuminate_pixiu_foil"
  116577. "description_string" "#StickerKit_desc_illuminate_pixiu_foil"
  116578. "sticker_material" "illuminate_capsule_02/pixiu_foil"
  116579. "item_rarity" "legendary"
  116580. }
  116581. "2412"
  116582. {
  116583. "name" "illuminate_red_koi"
  116584. "item_name" "#StickerKit_illuminate_red_koi"
  116585. "description_string" "#StickerKit_desc_illuminate_red_koi"
  116586. "sticker_material" "illuminate_capsule_02/red_koi"
  116587. "item_rarity" "rare"
  116588. }
  116589. "2413"
  116590. {
  116591. "name" "illuminate_red_koi_holo"
  116592. "item_name" "#StickerKit_illuminate_red_koi_holo"
  116593. "description_string" "#StickerKit_desc_illuminate_red_koi_holo"
  116594. "sticker_material" "illuminate_capsule_02/red_koi_holo"
  116595. "item_rarity" "mythical"
  116596. }
  116597. "2414"
  116598. {
  116599. "name" "illuminate_shaolin_1"
  116600. "item_name" "#StickerKit_illuminate_shaolin_1"
  116601. "description_string" "#StickerKit_desc_illuminate_shaolin_1"
  116602. "sticker_material" "illuminate_capsule_02/shaolin_1"
  116603. "item_rarity" "rare"
  116604. }
  116605. "2415"
  116606. {
  116607. "name" "illuminate_swallow_1"
  116608. "item_name" "#StickerKit_illuminate_swallow_1"
  116609. "description_string" "#StickerKit_desc_illuminate_swallow_1"
  116610. "sticker_material" "illuminate_capsule_02/swallow_1"
  116611. "item_rarity" "rare"
  116612. }
  116613. "2416"
  116614. {
  116615. "name" "illuminate_swallow_2"
  116616. "item_name" "#StickerKit_illuminate_swallow_2"
  116617. "description_string" "#StickerKit_desc_illuminate_swallow_2"
  116618. "sticker_material" "illuminate_capsule_02/swallow_2"
  116619. "item_rarity" "rare"
  116620. }
  116621. "2417"
  116622. {
  116623. "name" "illuminate_zombie"
  116624. "item_name" "#StickerKit_illuminate_zombie"
  116625. "description_string" "#StickerKit_desc_illuminate_zombie"
  116626. "sticker_material" "illuminate_capsule_02/zombie"
  116627. "item_rarity" "rare"
  116628. }
  116629. }
  116630. "items"
  116631. {
  116632. "4405"
  116633. {
  116634. "item_name" "#CSGO_crate_sticker_pack_illuminate_capsule_02"
  116635. "name" "crate_sticker_pack_illuminate_capsule_02"
  116636. "item_description" "#CSGO_crate_sticker_pack_illuminate_capsule_02_desc"
  116637. "image_inventory" "econ/weapon_cases/crate_sticker_pack_illuminate_capsule_02"
  116638. "first_sale_date" "2017/09/15"
  116639. "prefab" "weapon_case_base"
  116640. "attributes"
  116641. {
  116642. "set supply crate series"
  116643. {
  116644. "attribute_class" "supply_crate_series"
  116645. "value" "222"
  116646. }
  116647. }
  116648. "tags"
  116649. {
  116650. "StickerCapsule"
  116651. {
  116652. "tag_value" "crate_sticker_pack_illuminate_capsule_02_lootlist"
  116653. "tag_text" "#CSGO_crate_sticker_pack_illuminate_capsule_02"
  116654. "tag_group" "StickerCapsule"
  116655. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  116656. }
  116657. }
  116658. }
  116659. }
  116660. "revolving_loot_lists"
  116661. {
  116662. "222" "crate_sticker_pack_illuminate_capsule_02_lootlist"
  116663. }
  116664. "client_loot_lists"
  116665. {
  116666. "crate_sticker_pack_illuminate_capsule_02_rare"
  116667. {
  116668. "[illuminate_god_of_fortune]sticker" "1"
  116669. "[illuminate_huaji]sticker" "1"
  116670. "[illuminate_nezha]sticker" "1"
  116671. "[illuminate_fury]sticker" "1"
  116672. "[illuminate_longevity]sticker" "1"
  116673. "[illuminate_panda]sticker" "1"
  116674. "[illuminate_pixiu]sticker" "1"
  116675. "[illuminate_red_koi]sticker" "1"
  116676. "[illuminate_shaolin_1]sticker" "1"
  116677. "[illuminate_swallow_1]sticker" "1"
  116678. "[illuminate_swallow_2]sticker" "1"
  116679. "[illuminate_zombie]sticker" "1"
  116680. }
  116681. "crate_sticker_pack_illuminate_capsule_02_mythical"
  116682. {
  116683. "[illuminate_red_koi_holo]sticker" "1"
  116684. }
  116685. "crate_sticker_pack_illuminate_capsule_02_legendary"
  116686. {
  116687. "[illuminate_longevity_foil]sticker" "1"
  116688. "[illuminate_pixiu_foil]sticker" "1"
  116689. }
  116690. "crate_sticker_pack_illuminate_capsule_02_lootlist"
  116691. {
  116692. "crate_sticker_pack_illuminate_capsule_02_rare" "1"
  116693. "crate_sticker_pack_illuminate_capsule_02_mythical" "1"
  116694. "crate_sticker_pack_illuminate_capsule_02_legendary" "1"
  116695. }
  116696. }
  116697. "sticker_kits"
  116698. {
  116699. "2418"
  116700. {
  116701. "name" "spray_illuminate1_cheongsam_1"
  116702. "item_name" "#StickerKit_illuminate_cheongsam_1"
  116703. "description_string" "#SprayKit_desc_illuminate1_cheongsam_1"
  116704. "sticker_material" "illuminate_capsule/cheongsam_1"
  116705. "item_rarity" "mythical"
  116706. }
  116707. "2419"
  116708. {
  116709. "name" "spray_illuminate1_cheongsam_2"
  116710. "item_name" "#StickerKit_illuminate_cheongsam_2"
  116711. "description_string" "#SprayKit_desc_illuminate1_cheongsam_2"
  116712. "sticker_material" "illuminate_capsule/cheongsam_2"
  116713. "item_rarity" "mythical"
  116714. }
  116715. "2420"
  116716. {
  116717. "name" "spray_illuminate1_chinese_dragon"
  116718. "item_name" "#StickerKit_illuminate_chinese_dragon"
  116719. "description_string" "#SprayKit_desc_illuminate1_chinese_dragon"
  116720. "sticker_material" "illuminate_capsule/chinese_dragon_nodrips"
  116721. "item_rarity" "legendary"
  116722. }
  116723. "2421"
  116724. {
  116725. "name" "spray_illuminate1_fury"
  116726. "item_name" "#StickerKit_illuminate_fury"
  116727. "description_string" "#SprayKit_desc_illuminate1_fury"
  116728. "sticker_material" "illuminate_capsule/fury"
  116729. "item_rarity" "mythical"
  116730. }
  116731. "2422"
  116732. {
  116733. "name" "spray_illuminate1_god_of_fortune"
  116734. "item_name" "#StickerKit_illuminate_god_of_fortune"
  116735. "description_string" "#SprayKit_desc_illuminate1_god_of_fortune"
  116736. "sticker_material" "illuminate_capsule/god_of_fortune"
  116737. "item_rarity" "rare"
  116738. }
  116739. "2423"
  116740. {
  116741. "name" "spray_illuminate1_hotpot"
  116742. "item_name" "#StickerKit_illuminate_hotpot"
  116743. "description_string" "#SprayKit_desc_illuminate1_hotpot"
  116744. "sticker_material" "illuminate_capsule/hotpot"
  116745. "item_rarity" "rare"
  116746. }
  116747. "2424"
  116748. {
  116749. "name" "spray_illuminate1_koi_2"
  116750. "item_name" "#StickerKit_illuminate_koi_2"
  116751. "description_string" "#SprayKit_desc_illuminate1_koi_2"
  116752. "sticker_material" "illuminate_capsule/koi_2"
  116753. "item_rarity" "legendary"
  116754. }
  116755. "2425"
  116756. {
  116757. "name" "spray_illuminate1_longevity"
  116758. "item_name" "#StickerKit_illuminate_longevity"
  116759. "description_string" "#SprayKit_desc_illuminate1_longevity"
  116760. "sticker_material" "illuminate_capsule/longevity"
  116761. "item_rarity" "legendary"
  116762. }
  116763. "2426"
  116764. {
  116765. "name" "spray_illuminate1_nezha"
  116766. "item_name" "#StickerKit_illuminate_nezha"
  116767. "description_string" "#SprayKit_desc_illuminate1_nezha"
  116768. "sticker_material" "illuminate_capsule/nezha"
  116769. "item_rarity" "mythical"
  116770. }
  116771. "2427"
  116772. {
  116773. "name" "spray_illuminate1_noodles"
  116774. "item_name" "#StickerKit_illuminate_noodles"
  116775. "description_string" "#SprayKit_desc_illuminate1_noodles"
  116776. "sticker_material" "illuminate_capsule/noodles"
  116777. "item_rarity" "rare"
  116778. }
  116779. "2428"
  116780. {
  116781. "name" "spray_illuminate1_panda"
  116782. "item_name" "#StickerKit_illuminate_panda"
  116783. "description_string" "#SprayKit_desc_illuminate1_panda"
  116784. "sticker_material" "illuminate_capsule/panda"
  116785. "item_rarity" "rare"
  116786. }
  116787. "2429"
  116788. {
  116789. "name" "spray_illuminate1_pixiu"
  116790. "item_name" "#StickerKit_illuminate_pixiu"
  116791. "description_string" "#SprayKit_desc_illuminate1_pixiu"
  116792. "sticker_material" "illuminate_capsule/pixiu"
  116793. "item_rarity" "mythical"
  116794. }
  116795. "2430"
  116796. {
  116797. "name" "spray_illuminate1_red_koi"
  116798. "item_name" "#StickerKit_illuminate_red_koi"
  116799. "description_string" "#SprayKit_desc_illuminate1_red_koi"
  116800. "sticker_material" "illuminate_capsule/red_koi"
  116801. "item_rarity" "mythical"
  116802. }
  116803. "2431"
  116804. {
  116805. "name" "spray_illuminate1_rice"
  116806. "item_name" "#StickerKit_illuminate_rice"
  116807. "description_string" "#SprayKit_desc_illuminate1_rice"
  116808. "sticker_material" "illuminate_capsule/rice"
  116809. "item_rarity" "rare"
  116810. }
  116811. "2432"
  116812. {
  116813. "name" "spray_illuminate1_rice_pudding"
  116814. "item_name" "#StickerKit_illuminate_rice_pudding"
  116815. "description_string" "#SprayKit_desc_illuminate1_rice_pudding"
  116816. "sticker_material" "illuminate_capsule/rice_pudding"
  116817. "item_rarity" "rare"
  116818. }
  116819. "2433"
  116820. {
  116821. "name" "spray_illuminate1_shaolin_1"
  116822. "item_name" "#StickerKit_illuminate_shaolin_1"
  116823. "description_string" "#SprayKit_desc_illuminate1_shaolin_1"
  116824. "sticker_material" "illuminate_capsule/shaolin_1"
  116825. "item_rarity" "rare"
  116826. }
  116827. "2434"
  116828. {
  116829. "name" "spray_illuminate1_toytiger"
  116830. "item_name" "#StickerKit_illuminate_toytiger"
  116831. "description_string" "#SprayKit_desc_illuminate1_toytiger"
  116832. "sticker_material" "illuminate_capsule/toytiger"
  116833. "item_rarity" "rare"
  116834. }
  116835. "2435"
  116836. {
  116837. "name" "spray_illuminate1_zombie"
  116838. "item_name" "#StickerKit_illuminate_zombie"
  116839. "description_string" "#SprayKit_desc_illuminate1_zombie"
  116840. "sticker_material" "illuminate_capsule/zombie_nodrips"
  116841. "item_rarity" "rare"
  116842. }
  116843. }
  116844. "items"
  116845. {
  116846. "4286"
  116847. {
  116848. "item_name" "#CSGO_crate_sprays_illuminate1"
  116849. "name" "crate_sprays_illuminate1"
  116850. "item_description" "#CSGO_crate_sprays_illuminate1_desc"
  116851. "image_inventory" "econ/weapon_cases/crate_spray_pack_illuminate_1"
  116852. "first_sale_date" "2017/09/14"
  116853. "prefab" "weapon_case_base"
  116854. "attributes"
  116855. {
  116856. "set supply crate series"
  116857. {
  116858. "attribute_class" "supply_crate_series"
  116859. "value" "223"
  116860. }
  116861. }
  116862. "tags"
  116863. {
  116864. "SprayCapsule"
  116865. {
  116866. "tag_value" "crate_sprays_illuminate1_lootlist"
  116867. "tag_text" "#CSGO_crate_sprays_illuminate1"
  116868. "tag_group" "SprayCapsule"
  116869. "tag_group_text" "#SFUI_InvTooltip_SprayCapsuleTag"
  116870. }
  116871. }
  116872. }
  116873. }
  116874. "revolving_loot_lists"
  116875. {
  116876. "223" "crate_sprays_illuminate1_lootlist"
  116877. }
  116878. "client_loot_lists"
  116879. {
  116880. "crate_sprays_illuminate1_lootlist_rare"
  116881. {
  116882. "[spray_illuminate1_hotpot]spray" "1"
  116883. "[spray_illuminate1_noodles]spray" "1"
  116884. "[spray_illuminate1_rice]spray" "1"
  116885. "[spray_illuminate1_rice_pudding]spray" "1"
  116886. "[spray_illuminate1_god_of_fortune]spray" "1"
  116887. "[spray_illuminate1_shaolin_1]spray" "1"
  116888. "[spray_illuminate1_zombie]spray" "1"
  116889. "[spray_illuminate1_toytiger]spray" "1"
  116890. "[spray_illuminate1_panda]spray" "1"
  116891. }
  116892. "crate_sprays_illuminate1_lootlist_mythical"
  116893. {
  116894. "[spray_illuminate1_cheongsam_2]spray" "1"
  116895. "[spray_illuminate1_cheongsam_1]spray" "1"
  116896. "[spray_illuminate1_nezha]spray" "1"
  116897. "[spray_illuminate1_fury]spray" "1"
  116898. "[spray_illuminate1_red_koi]spray" "1"
  116899. "[spray_illuminate1_pixiu]spray" "1"
  116900. }
  116901. "crate_sprays_illuminate1_lootlist_legendary"
  116902. {
  116903. "[spray_illuminate1_koi_2]spray" "1"
  116904. "[spray_illuminate1_chinese_dragon]spray" "1"
  116905. "[spray_illuminate1_longevity]spray" "1"
  116906. }
  116907. "crate_sprays_illuminate1_lootlist"
  116908. {
  116909. "crate_sprays_illuminate1_lootlist_rare" "1"
  116910. "crate_sprays_illuminate1_lootlist_mythical" "1"
  116911. "crate_sprays_illuminate1_lootlist_legendary" "1"
  116912. }
  116913. }
  116914. "items"
  116915. {
  116916. "4477"
  116917. {
  116918. "item_name" "#CSGO_crate_boston2018_bundle_of_all"
  116919. "name" "crate_sticker_pack_chickens_capsule"
  116920. "item_description" "#CSGO_crate_boston2018_bundle_of_all_desc"
  116921. "image_inventory" "econ/weapon_cases/boston2018_bundleofall"
  116922. "first_sale_date" "2018/01/04"
  116923. "prefab" "weapon_case_base"
  116924. }
  116925. }
  116926. "sticker_kits"
  116927. {
  116928. "2921"
  116929. {
  116930. "name" "comm2018_01_bullet_rain"
  116931. "item_name" "#StickerKit_comm2018_01_bullet_rain"
  116932. "description_string" "#StickerKit_desc_comm2018_01_bullet_rain"
  116933. "sticker_material" "comm2018_01/bullet_rain"
  116934. "item_rarity" "rare"
  116935. }
  116936. "2922"
  116937. {
  116938. "name" "comm2018_01_camper"
  116939. "item_name" "#StickerKit_comm2018_01_camper"
  116940. "description_string" "#StickerKit_desc_comm2018_01_camper"
  116941. "sticker_material" "comm2018_01/camper"
  116942. "item_rarity" "rare"
  116943. }
  116944. "2923"
  116945. {
  116946. "name" "comm2018_01_dessert_eagle"
  116947. "item_name" "#StickerKit_comm2018_01_dessert_eagle"
  116948. "description_string" "#StickerKit_desc_comm2018_01_dessert_eagle"
  116949. "sticker_material" "comm2018_01/dessert_eagle"
  116950. "item_rarity" "rare"
  116951. }
  116952. "2924"
  116953. {
  116954. "name" "comm2018_01_devouring_flame"
  116955. "item_name" "#StickerKit_comm2018_01_devouring_flame"
  116956. "description_string" "#StickerKit_desc_comm2018_01_devouring_flame"
  116957. "sticker_material" "comm2018_01/devouring_flame"
  116958. "item_rarity" "rare"
  116959. }
  116960. "2925"
  116961. {
  116962. "name" "comm2018_01_entry_fragger"
  116963. "item_name" "#StickerKit_comm2018_01_entry_fragger"
  116964. "description_string" "#StickerKit_desc_comm2018_01_entry_fragger"
  116965. "sticker_material" "comm2018_01/entry_fragger"
  116966. "item_rarity" "rare"
  116967. }
  116968. "2926"
  116969. {
  116970. "name" "comm2018_01_friendly_fire"
  116971. "item_name" "#StickerKit_comm2018_01_friendly_fire"
  116972. "description_string" "#StickerKit_desc_comm2018_01_friendly_fire"
  116973. "sticker_material" "comm2018_01/friendly_fire"
  116974. "item_rarity" "rare"
  116975. }
  116976. "2927"
  116977. {
  116978. "name" "comm2018_01_retake_expert"
  116979. "item_name" "#StickerKit_comm2018_01_retake_expert"
  116980. "description_string" "#StickerKit_desc_comm2018_01_retake_expert"
  116981. "sticker_material" "comm2018_01/retake_expert"
  116982. "item_rarity" "rare"
  116983. }
  116984. "2928"
  116985. {
  116986. "name" "comm2018_01_small_arms"
  116987. "item_name" "#StickerKit_comm2018_01_small_arms"
  116988. "description_string" "#StickerKit_desc_comm2018_01_small_arms"
  116989. "sticker_material" "comm2018_01/small_arms"
  116990. "item_rarity" "rare"
  116991. }
  116992. "2929"
  116993. {
  116994. "name" "comm2018_01_devouring_flame_holo"
  116995. "item_name" "#StickerKit_comm2018_01_devouring_flame_holo"
  116996. "description_string" "#StickerKit_desc_comm2018_01_devouring_flame_holo"
  116997. "sticker_material" "comm2018_01/devouring_flame_holo"
  116998. "item_rarity" "mythical"
  116999. }
  117000. "2930"
  117001. {
  117002. "name" "comm2018_01_friendly_fire_holo"
  117003. "item_name" "#StickerKit_comm2018_01_friendly_fire_holo"
  117004. "description_string" "#StickerKit_desc_comm2018_01_friendly_fire_holo"
  117005. "sticker_material" "comm2018_01/friendly_fire_holo"
  117006. "item_rarity" "mythical"
  117007. }
  117008. "2931"
  117009. {
  117010. "name" "comm2018_01_retake_expert_holo"
  117011. "item_name" "#StickerKit_comm2018_01_retake_expert_holo"
  117012. "description_string" "#StickerKit_desc_comm2018_01_retake_expert_holo"
  117013. "sticker_material" "comm2018_01/retake_expert_holo"
  117014. "item_rarity" "mythical"
  117015. }
  117016. "2932"
  117017. {
  117018. "name" "comm2018_01_small_arms_holo"
  117019. "item_name" "#StickerKit_comm2018_01_small_arms_holo"
  117020. "description_string" "#StickerKit_desc_comm2018_01_small_arms_holo"
  117021. "sticker_material" "comm2018_01/small_arms_holo"
  117022. "item_rarity" "mythical"
  117023. }
  117024. "2933"
  117025. {
  117026. "name" "comm2018_01_bullet_rain_normal"
  117027. "item_name" "#StickerKit_comm2018_01_bullet_rain_normal"
  117028. "description_string" "#StickerKit_desc_comm2018_01_bullet_rain_normal"
  117029. "sticker_material" "comm2018_01/bullet_rain_normal"
  117030. "item_rarity" "legendary"
  117031. }
  117032. "2934"
  117033. {
  117034. "name" "comm2018_01_camper_normal"
  117035. "item_name" "#StickerKit_comm2018_01_camper_normal"
  117036. "description_string" "#StickerKit_desc_comm2018_01_camper_normal"
  117037. "sticker_material" "comm2018_01/camper_normal"
  117038. "item_rarity" "legendary"
  117039. }
  117040. }
  117041. "items"
  117042. {
  117043. "4470"
  117044. {
  117045. "item_name" "#CSGO_crate_sticker_pack_comm2018_01_capsule"
  117046. "name" "crate_sticker_pack_comm2018_01_capsule"
  117047. "item_description" "#CSGO_crate_sticker_pack_comm2018_01_capsule_desc"
  117048. "image_inventory" "econ/weapon_cases/crate_sticker_pack_comm2018_01_capsule"
  117049. "first_sale_date" "2017/12/11"
  117050. "prefab" "weapon_case_base"
  117051. "attributes"
  117052. {
  117053. "set supply crate series"
  117054. {
  117055. "attribute_class" "supply_crate_series"
  117056. "value" "237"
  117057. }
  117058. }
  117059. "tags"
  117060. {
  117061. "StickerCapsule"
  117062. {
  117063. "tag_value" "crate_sticker_pack_comm2018_01_capsule_lootlist"
  117064. "tag_text" "#CSGO_crate_sticker_pack_comm2018_01_capsule"
  117065. "tag_group" "StickerCapsule"
  117066. "tag_group_text" "#SFUI_InvTooltip_StickerCapsuleTag"
  117067. }
  117068. }
  117069. }
  117070. }
  117071. "revolving_loot_lists"
  117072. {
  117073. "237" "crate_sticker_pack_comm2018_01_capsule_lootlist"
  117074. }
  117075. "client_loot_lists"
  117076. {
  117077. "crate_sticker_pack_comm2018_01_capsule_rare"
  117078. {
  117079. "[comm2018_01_bullet_rain]sticker" "1"
  117080. "[comm2018_01_camper]sticker" "1"
  117081. "[comm2018_01_dessert_eagle]sticker" "1"
  117082. "[comm2018_01_devouring_flame]sticker" "1"
  117083. "[comm2018_01_entry_fragger]sticker" "1"
  117084. "[comm2018_01_friendly_fire]sticker" "1"
  117085. "[comm2018_01_retake_expert]sticker" "1"
  117086. "[comm2018_01_small_arms]sticker" "1"
  117087. }
  117088. "crate_sticker_pack_comm2018_01_capsule_mythical"
  117089. {
  117090. "[comm2018_01_devouring_flame_holo]sticker" "1"
  117091. "[comm2018_01_friendly_fire_holo]sticker" "1"
  117092. "[comm2018_01_retake_expert_holo]sticker" "1"
  117093. "[comm2018_01_small_arms_holo]sticker" "1"
  117094. }
  117095. "crate_sticker_pack_comm2018_01_capsule_legendary"
  117096. {
  117097. "[comm2018_01_bullet_rain_normal]sticker" "1"
  117098. "[comm2018_01_camper_normal]sticker" "1"
  117099. }
  117100. "crate_sticker_pack_comm2018_01_capsule_lootlist"
  117101. {
  117102. "crate_sticker_pack_comm2018_01_capsule_rare" "1"
  117103. "crate_sticker_pack_comm2018_01_capsule_mythical" "1"
  117104. "crate_sticker_pack_comm2018_01_capsule_legendary" "1"
  117105. }
  117106. }
  117107. "paint_kits"
  117108. {
  117109. "690"
  117110. {
  117111. "name" "gs_aug_stymphalian_birds"
  117112. "description_string" "#PaintKit_gs_aug_stymphalian_birds"
  117113. "description_tag" "#PaintKit_gs_aug_stymphalian_birds_Tag"
  117114. "style" "9"
  117115. "pattern" "workshop/aug_stymphalian_birds"
  117116. "color0" "117 109 99"
  117117. "color1" "154 157 150"
  117118. "color2" "56 69 75"
  117119. "color3" "241 203 148"
  117120. "pattern_scale" "1.000000"
  117121. "phongexponent" "100"
  117122. "phongintensity" "10"
  117123. "phongalbedoboost" "83"
  117124. "view_model_exponent_override_size" "256"
  117125. "ignore_weapon_size_scale" "1"
  117126. "only_first_material" "0"
  117127. "pattern_offset_x_start" "0.000000"
  117128. "pattern_offset_x_end" "0.000000"
  117129. "pattern_offset_y_start" "0.000000"
  117130. "pattern_offset_y_end" "0.000000"
  117131. "pattern_rotate_start" "0.000000"
  117132. "pattern_rotate_end" "0.000000"
  117133. "wear_remap_min" "0.000000"
  117134. "wear_remap_max" "0.630000"
  117135. }
  117136. "691"
  117137. {
  117138. "name" "gs_awp_death"
  117139. "description_string" "#PaintKit_gs_awp_death"
  117140. "description_tag" "#PaintKit_gs_awp_death_Tag"
  117141. "style" "9"
  117142. "pattern" "workshop/awp_death"
  117143. "color0" "192 59 0"
  117144. "color1" "224 221 192"
  117145. "color2" "228 152 119"
  117146. "color3" "215 133 0"
  117147. "pattern_scale" "1.000000"
  117148. "phongexponent" "255"
  117149. "phongintensity" "16"
  117150. "phongalbedoboost" "65"
  117151. "view_model_exponent_override_size" "256"
  117152. "ignore_weapon_size_scale" "1"
  117153. "only_first_material" "1"
  117154. "pattern_offset_x_start" "0.000000"
  117155. "pattern_offset_x_end" "0.000000"
  117156. "pattern_offset_y_start" "0.000000"
  117157. "pattern_offset_y_end" "0.000000"
  117158. "pattern_rotate_start" "0.000000"
  117159. "pattern_rotate_end" "0.000000"
  117160. "wear_remap_min" "0.000000"
  117161. "wear_remap_max" "0.640000"
  117162. }
  117163. "692"
  117164. {
  117165. "name" "cu_bizon_riot"
  117166. "description_string" "#PaintKit_cu_bizon_riot"
  117167. "description_tag" "#PaintKit_cu_bizon_riot_Tag"
  117168. "style" "7"
  117169. "pattern" "workshop/bizon_riot"
  117170. "pattern_scale" "1.000000"
  117171. "phongexponent" "200"
  117172. "phongintensity" "8"
  117173. "ignore_weapon_size_scale" "1"
  117174. "only_first_material" "0"
  117175. "pattern_offset_x_start" "0.000000"
  117176. "pattern_offset_x_end" "0.000000"
  117177. "pattern_offset_y_start" "0.000000"
  117178. "pattern_offset_y_end" "0.000000"
  117179. "pattern_rotate_start" "0.000000"
  117180. "pattern_rotate_end" "0.000000"
  117181. "wear_remap_min" "0.000000"
  117182. "wear_remap_max" "0.800000"
  117183. }
  117184. "693"
  117185. {
  117186. "name" "gs_fiveseven_hot_rod_violet"
  117187. "description_string" "#PaintKit_gs_fiveseven_hot_rod_violet"
  117188. "description_tag" "#PaintKit_gs_fiveseven_hot_rod_violet_Tag"
  117189. "style" "9"
  117190. "pattern" "workshop/fiveseven_hot_rod_violet"
  117191. "color0" "202 202 202"
  117192. "color1" "178 178 178"
  117193. "color2" "110 110 110"
  117194. "color3" "54 54 54"
  117195. "pattern_scale" "1.000000"
  117196. "phongexponent" "255"
  117197. "phongintensity" "0"
  117198. "phongalbedoboost" "80"
  117199. "view_model_exponent_override_size" "1024"
  117200. "ignore_weapon_size_scale" "1"
  117201. "only_first_material" "0"
  117202. "pattern_offset_x_start" "0.000000"
  117203. "pattern_offset_x_end" "0.000000"
  117204. "pattern_offset_y_start" "0.000000"
  117205. "pattern_offset_y_end" "0.000000"
  117206. "pattern_rotate_start" "0.000000"
  117207. "pattern_rotate_end" "0.000000"
  117208. "wear_remap_min" "0.000000"
  117209. "wear_remap_max" "0.650000"
  117210. }
  117211. "694"
  117212. {
  117213. "name" "aa_glock_18_urban_moon_fever"
  117214. "description_string" "#PaintKit_aa_glock_18_urban_moon_fever"
  117215. "description_tag" "#PaintKit_aa_glock_18_urban_moon_fever_Tag"
  117216. "style" "6"
  117217. "pattern" "workshop/glock_18_urban_moon_fever"
  117218. "color0" "30 16 50"
  117219. "color1" "162 41 145"
  117220. "color2" "16 6 17"
  117221. "color3" "190 191 156"
  117222. "pattern_scale" "2.200000"
  117223. "phongexponent" "255"
  117224. "phongalbedoboost" "30"
  117225. "ignore_weapon_size_scale" "0"
  117226. "only_first_material" "0"
  117227. "pattern_offset_x_start" "0.000000"
  117228. "pattern_offset_x_end" "0.800000"
  117229. "pattern_offset_y_start" "0.000000"
  117230. "pattern_offset_y_end" "0.000000"
  117231. "pattern_rotate_start" "0.000000"
  117232. "pattern_rotate_end" "0.000000"
  117233. "wear_remap_min" "0.000000"
  117234. "wear_remap_max" "0.650000"
  117235. }
  117236. "695"
  117237. {
  117238. "name" "cu_m4a4_neo_noir"
  117239. "description_string" "#PaintKit_cu_m4a4_neo_noir"
  117240. "description_tag" "#PaintKit_cu_m4a4_neo_noir_Tag"
  117241. "style" "7"
  117242. "pattern" "workshop/m4a4_neo_noir"
  117243. "use_normal" "1"
  117244. "normal" "workshop/m4a4_neo_noir_normal"
  117245. "pattern_scale" "1.000000"
  117246. "phongexponent" "200"
  117247. "phongintensity" "20"
  117248. "ignore_weapon_size_scale" "1"
  117249. "only_first_material" "1"
  117250. "pattern_offset_x_start" "0.000000"
  117251. "pattern_offset_x_end" "0.000000"
  117252. "pattern_offset_y_start" "0.000000"
  117253. "pattern_offset_y_end" "0.000000"
  117254. "pattern_rotate_start" "0.000000"
  117255. "pattern_rotate_end" "0.000000"
  117256. "wear_remap_min" "0.000000"
  117257. "wear_remap_max" "0.900000"
  117258. }
  117259. "696"
  117260. {
  117261. "name" "gs_mp7_bloodsport"
  117262. "description_string" "#PaintKit_gs_mp7_bloodsport"
  117263. "description_tag" "#PaintKit_gs_mp7_bloodsport_Tag"
  117264. "style" "9"
  117265. "pattern" "workshop/mp7_bloodsport"
  117266. "color0" "255 255 255"
  117267. "color1" "204 204 204"
  117268. "color2" "23 13 13"
  117269. "color3" "21 16 16"
  117270. "pattern_scale" "1.000000"
  117271. "phongexponent" "200"
  117272. "phongintensity" "12"
  117273. "phongalbedoboost" "6"
  117274. "view_model_exponent_override_size" "1024"
  117275. "ignore_weapon_size_scale" "1"
  117276. "only_first_material" "0"
  117277. "pattern_offset_x_start" "0.000000"
  117278. "pattern_offset_x_end" "0.000000"
  117279. "pattern_offset_y_start" "0.000000"
  117280. "pattern_offset_y_end" "0.000000"
  117281. "pattern_rotate_start" "0.000000"
  117282. "pattern_rotate_end" "0.000000"
  117283. "wear_remap_min" "0.000000"
  117284. "wear_remap_max" "0.650000"
  117285. }
  117286. "697"
  117287. {
  117288. "name" "cu_mp9_black_sand"
  117289. "description_string" "#PaintKit_cu_mp9_black_sand"
  117290. "description_tag" "#PaintKit_cu_mp9_black_sand_Tag"
  117291. "style" "7"
  117292. "pattern" "workshop/mp9_black_sand"
  117293. "pattern_scale" "1.000000"
  117294. "phongexponent" "255"
  117295. "phongintensity" "10"
  117296. "ignore_weapon_size_scale" "1"
  117297. "only_first_material" "0"
  117298. "pattern_offset_x_start" "0.000000"
  117299. "pattern_offset_x_end" "0.000000"
  117300. "pattern_offset_y_start" "0.000000"
  117301. "pattern_offset_y_end" "0.000000"
  117302. "pattern_rotate_start" "0.000000"
  117303. "pattern_rotate_end" "0.000000"
  117304. "wear_remap_min" "0.000000"
  117305. "wear_remap_max" "1.000000"
  117306. }
  117307. "698"
  117308. {
  117309. "name" "sp_negev_lionfish"
  117310. "description_string" "#PaintKit_sp_negev_lionfish"
  117311. "description_tag" "#PaintKit_sp_negev_lionfish_Tag"
  117312. "style" "3"
  117313. "pattern" "workshop/negev_lionfish"
  117314. "color0" "0 0 0"
  117315. "color1" "185 55 32"
  117316. "color2" "206 200 187"
  117317. "color3" "178 75 32"
  117318. "pattern_scale" "1.300000"
  117319. "phongexponent" "200"
  117320. "phongintensity" "10"
  117321. "ignore_weapon_size_scale" "0"
  117322. "only_first_material" "0"
  117323. "pattern_offset_x_start" "0.000000"
  117324. "pattern_offset_x_end" "1.000000"
  117325. "pattern_offset_y_start" "0.000000"
  117326. "pattern_offset_y_end" "1.000000"
  117327. "pattern_rotate_start" "-5.000000"
  117328. "pattern_rotate_end" "5.000000"
  117329. "wear_remap_min" "0.000000"
  117330. "wear_remap_max" "0.550000"
  117331. }
  117332. "699"
  117333. {
  117334. "name" "gs_nova_anchorite"
  117335. "description_string" "#PaintKit_gs_nova_anchorite"
  117336. "description_tag" "#PaintKit_gs_nova_anchorite_Tag"
  117337. "style" "9"
  117338. "pattern" "workshop/nova_anchorite"
  117339. "use_normal" "1"
  117340. "normal" "workshop/nova_anchorite_normal"
  117341. "color0" "73 46 34"
  117342. "color1" "204 204 204"
  117343. "color2" "143 143 143"
  117344. "color3" "20 20 20"
  117345. "pattern_scale" "1.000000"
  117346. "phongexponent" "32"
  117347. "phongintensity" "15"
  117348. "phongalbedoboost" "1"
  117349. "view_model_exponent_override_size" "1024"
  117350. "ignore_weapon_size_scale" "1"
  117351. "only_first_material" "1"
  117352. "pattern_offset_x_start" "0.000000"
  117353. "pattern_offset_x_end" "0.000000"
  117354. "pattern_offset_y_start" "0.000000"
  117355. "pattern_offset_y_end" "0.000000"
  117356. "pattern_rotate_start" "0.000000"
  117357. "pattern_rotate_end" "0.000000"
  117358. "wear_remap_min" "0.000000"
  117359. "wear_remap_max" "0.800000"
  117360. }
  117361. "700"
  117362. {
  117363. "name" "cu_p2000_urban_hazard"
  117364. "description_string" "#PaintKit_cu_p2000_urban_hazard"
  117365. "description_tag" "#PaintKit_cu_p2000_urban_hazard_Tag"
  117366. "style" "7"
  117367. "pattern" "workshop/p2000_urban_hazard"
  117368. "use_normal" "1"
  117369. "normal" "workshop/p2000_urban_hazard_normal"
  117370. "pattern_scale" "1.000000"
  117371. "phongexponent" "225"
  117372. "phongintensity" "60"
  117373. "ignore_weapon_size_scale" "1"
  117374. "only_first_material" "0"
  117375. "pattern_offset_x_start" "0.000000"
  117376. "pattern_offset_x_end" "0.000000"
  117377. "pattern_offset_y_start" "0.000000"
  117378. "pattern_offset_y_end" "0.000000"
  117379. "pattern_rotate_start" "0.000000"
  117380. "pattern_rotate_end" "0.000000"
  117381. "wear_remap_min" "0.000000"
  117382. "wear_remap_max" "1.000000"
  117383. }
  117384. "701"
  117385. {
  117386. "name" "gs_revolver_tread"
  117387. "description_string" "#PaintKit_gs_revolver_tread"
  117388. "description_tag" "#PaintKit_gs_revolver_tread_Tag"
  117389. "style" "9"
  117390. "pattern" "workshop/revolver_tread"
  117391. "use_normal" "1"
  117392. "normal" "workshop/revolver_tread_normal"
  117393. "color0" "128 128 128 255"
  117394. "color1" "214 214 214"
  117395. "color2" "125 113 103"
  117396. "color3" "91 99 100"
  117397. "pattern_scale" "1.000000"
  117398. "phongexponent" "255"
  117399. "phongintensity" "40"
  117400. "phongalbedoboost" "40"
  117401. "view_model_exponent_override_size" "1024"
  117402. "ignore_weapon_size_scale" "1"
  117403. "only_first_material" "1"
  117404. "pattern_offset_x_start" "0.000000"
  117405. "pattern_offset_x_end" "0.000000"
  117406. "pattern_offset_y_start" "0.000000"
  117407. "pattern_offset_y_end" "0.000000"
  117408. "pattern_rotate_start" "0.000000"
  117409. "pattern_rotate_end" "0.000000"
  117410. "wear_remap_min" "0.000000"
  117411. "wear_remap_max" "1.000000"
  117412. }
  117413. "702"
  117414. {
  117415. "name" "sp_sg533_aloha"
  117416. "description_string" "#PaintKit_sp_sg533_aloha"
  117417. "description_tag" "#PaintKit_sp_sg533_aloha_Tag"
  117418. "style" "3"
  117419. "pattern" "workshop/sg533_aloha"
  117420. "color0" "47 50 57"
  117421. "color1" "39 36 31"
  117422. "color2" "34 116 169"
  117423. "color3" "68 61 99"
  117424. "pattern_scale" "2.000000"
  117425. "phongexponent" "225"
  117426. "phongintensity" "25"
  117427. "ignore_weapon_size_scale" "1"
  117428. "only_first_material" "0"
  117429. "pattern_offset_x_start" "0.000000"
  117430. "pattern_offset_x_end" "1.000000"
  117431. "pattern_offset_y_start" "0.000000"
  117432. "pattern_offset_y_end" "1.000000"
  117433. "pattern_rotate_start" "25.000000"
  117434. "pattern_rotate_end" "300.000000"
  117435. "wear_remap_min" "0.000000"
  117436. "wear_remap_max" "0.550000"
  117437. }
  117438. "703"
  117439. {
  117440. "name" "aq_mag7_swag7"
  117441. "description_string" "#PaintKit_aq_mag7_swag7"
  117442. "description_tag" "#PaintKit_aq_mag7_swag7_Tag"
  117443. "style" "8"
  117444. "pattern" "workshop/mag7_swag7"
  117445. "color0" "99 100 99"
  117446. "color1" "102 153 156"
  117447. "color2" "53 82 84"
  117448. "color3" "113 165 164"
  117449. "pattern_scale" "1.000000"
  117450. "phongexponent" "255"
  117451. "phongalbedoboost" "254"
  117452. "ignore_weapon_size_scale" "1"
  117453. "only_first_material" "0"
  117454. "pattern_offset_x_start" "0.000000"
  117455. "pattern_offset_x_end" "0.000000"
  117456. "pattern_offset_y_start" "0.000000"
  117457. "pattern_offset_y_end" "0.000000"
  117458. "pattern_rotate_start" "0.000000"
  117459. "pattern_rotate_end" "0.000000"
  117460. "wear_remap_min" "0.000000"
  117461. "wear_remap_max" "0.920000"
  117462. }
  117463. "704"
  117464. {
  117465. "name" "cu_ump45_white_fang"
  117466. "description_string" "#PaintKit_cu_ump45_white_fang"
  117467. "description_tag" "#PaintKit_cu_ump45_white_fang_Tag"
  117468. "style" "7"
  117469. "pattern" "workshop/ump45_white_fang"
  117470. "use_normal" "0"
  117471. "pattern_scale" "1.000000"
  117472. "phongexponent" "255"
  117473. "phongintensity" "0"
  117474. "ignore_weapon_size_scale" "1"
  117475. "only_first_material" "0"
  117476. "pattern_offset_x_start" "0.000000"
  117477. "pattern_offset_x_end" "0.000000"
  117478. "pattern_offset_y_start" "0.000000"
  117479. "pattern_offset_y_end" "0.000000"
  117480. "pattern_rotate_start" "0.000000"
  117481. "pattern_rotate_end" "0.000000"
  117482. "wear_remap_min" "0.000000"
  117483. "wear_remap_max" "0.800000"
  117484. }
  117485. "705"
  117486. {
  117487. "name" "cu_usp_cut"
  117488. "description_string" "#PaintKit_cu_usp_cut"
  117489. "description_tag" "#PaintKit_cu_usp_cut_Tag"
  117490. "style" "7"
  117491. "pattern" "workshop/usp_cut"
  117492. "pattern_scale" "1.000000"
  117493. "phongexponent" "255"
  117494. "phongintensity" "30"
  117495. "ignore_weapon_size_scale" "1"
  117496. "only_first_material" "1"
  117497. "pattern_offset_x_start" "0.000000"
  117498. "pattern_offset_x_end" "0.000000"
  117499. "pattern_offset_y_start" "0.000000"
  117500. "pattern_offset_y_end" "0.000000"
  117501. "pattern_rotate_start" "0.000000"
  117502. "pattern_rotate_end" "0.000000"
  117503. "wear_remap_min" "0.000000"
  117504. "wear_remap_max" "1.000000"
  117505. }
  117506. "706"
  117507. {
  117508. "name" "cu_xm1014_oxide_blaze"
  117509. "description_string" "#PaintKit_cu_xm1014_oxide_blaze"
  117510. "description_tag" "#PaintKit_cu_xm1014_oxide_blaze_Tag"
  117511. "style" "7"
  117512. "pattern" "workshop/xm1014_oxide_blaze"
  117513. "pattern_scale" "1.000000"
  117514. "phongexponent" "255"
  117515. "phongintensity" "2"
  117516. "ignore_weapon_size_scale" "1"
  117517. "only_first_material" "0"
  117518. "pattern_offset_x_start" "0.000000"
  117519. "pattern_offset_x_end" "0.000000"
  117520. "pattern_offset_y_start" "0.000000"
  117521. "pattern_offset_y_end" "0.000000"
  117522. "pattern_rotate_start" "0.000000"
  117523. "pattern_rotate_end" "0.000000"
  117524. "wear_remap_min" "0.000000"
  117525. "wear_remap_max" "0.700000"
  117526. }
  117527. }
  117528. "items"
  117529. {
  117530. "1373"
  117531. {
  117532. "name" "community_19 Key"
  117533. "item_name" "#CSGO_crate_key_community_19"
  117534. "item_description" "#CSGO_crate_key_community_19_desc"
  117535. "first_sale_date" "2017-12-20"
  117536. "prefab" "weapon_case_key"
  117537. "image_inventory" "econ/tools/crate_key_community_19"
  117538. "tool"
  117539. {
  117540. "restriction" "crate_community_19"
  117541. }
  117542. }
  117543. "4471"
  117544. {
  117545. "item_name" "#CSGO_crate_community_19"
  117546. "item_description" "#CSGO_crate_community_19_desc"
  117547. "name" "crate_community_19"
  117548. "image_inventory" "econ/weapon_cases/crate_community_19"
  117549. "prefab" "weapon_case"
  117550. "associated_items"
  117551. {
  117552. "1373" "1"
  117553. }
  117554. "tool"
  117555. {
  117556. "restriction" "crate_community_19"
  117557. }
  117558. "attributes"
  117559. {
  117560. "set supply crate series"
  117561. {
  117562. "attribute_class" "supply_crate_series"
  117563. "value" "238"
  117564. }
  117565. }
  117566. "tags"
  117567. {
  117568. "ItemSet"
  117569. {
  117570. "tag_value" "set_community_19"
  117571. "tag_text" "#CSGO_set_community_19"
  117572. "tag_group" "ItemSet"
  117573. "tag_group_text" "#SFUI_InvTooltip_SetTag"
  117574. }
  117575. }
  117576. "loot_list_rare_item_footer" "#crate_community_15_unusual_lootlist"
  117577. "loot_list_rare_item_name" "#crate_community_15_unusual_itemname"
  117578. }
  117579. }
  117580. "revolving_loot_lists"
  117581. {
  117582. "238" "crate_community_19"
  117583. }
  117584. "client_loot_lists"
  117585. {
  117586. "crate_community_19_rare"
  117587. {
  117588. "[cu_bizon_riot]weapon_bizon" "1"
  117589. "[gs_fiveseven_hot_rod_violet]weapon_fiveseven" "1"
  117590. "[cu_mp9_black_sand]weapon_mp9" "1"
  117591. "[cu_p2000_urban_hazard]weapon_hkp2000" "1"
  117592. "[gs_revolver_tread]weapon_revolver" "1"
  117593. "[sp_sg533_aloha]weapon_sg556" "1"
  117594. "[cu_xm1014_oxide_blaze]weapon_xm1014" "1"
  117595. }
  117596. "crate_community_19_mythical"
  117597. {
  117598. "[aa_glock_18_urban_moon_fever]weapon_glock" "1"
  117599. "[sp_negev_lionfish]weapon_negev" "1"
  117600. "[gs_nova_anchorite]weapon_nova" "1"
  117601. "[aq_mag7_swag7]weapon_mag7" "1"
  117602. "[cu_ump45_white_fang]weapon_ump45" "1"
  117603. }
  117604. "crate_community_19_legendary"
  117605. {
  117606. "[gs_aug_stymphalian_birds]weapon_aug" "1"
  117607. "[gs_awp_death]weapon_awp" "1"
  117608. "[cu_usp_cut]weapon_usp_silencer" "1"
  117609. }
  117610. "crate_community_19_ancient"
  117611. {
  117612. "[cu_m4a4_neo_noir]weapon_m4a1" "1"
  117613. "[gs_mp7_bloodsport]weapon_mp7" "1"
  117614. }
  117615. "crate_community_19"
  117616. {
  117617. "crate_community_19_rare" "1"
  117618. "crate_community_19_mythical" "1"
  117619. "crate_community_19_legendary" "1"
  117620. "crate_community_19_ancient" "1"
  117621. "set_community_19_unusual" "1"
  117622. }
  117623. }
  117624. "item_sets"
  117625. {
  117626. "set_community_19"
  117627. {
  117628. "name" "#CSGO_set_community_19"
  117629. "set_description" "#CSGO_set_community_19_desc"
  117630. "is_collection" "1"
  117631. "items"
  117632. {
  117633. "[cu_bizon_riot]weapon_bizon" "1"
  117634. "[gs_fiveseven_hot_rod_violet]weapon_fiveseven" "1"
  117635. "[cu_mp9_black_sand]weapon_mp9" "1"
  117636. "[cu_p2000_urban_hazard]weapon_hkp2000" "1"
  117637. "[gs_revolver_tread]weapon_revolver" "1"
  117638. "[sp_sg533_aloha]weapon_sg556" "1"
  117639. "[cu_xm1014_oxide_blaze]weapon_xm1014" "1"
  117640. "[aa_glock_18_urban_moon_fever]weapon_glock" "1"
  117641. "[sp_negev_lionfish]weapon_negev" "1"
  117642. "[gs_nova_anchorite]weapon_nova" "1"
  117643. "[aq_mag7_swag7]weapon_mag7" "1"
  117644. "[cu_ump45_white_fang]weapon_ump45" "1"
  117645. "[gs_aug_stymphalian_birds]weapon_aug" "1"
  117646. "[gs_awp_death]weapon_awp" "1"
  117647. "[cu_usp_cut]weapon_usp_silencer" "1"
  117648. "[cu_m4a4_neo_noir]weapon_m4a1" "1"
  117649. "[gs_mp7_bloodsport]weapon_mp7" "1"
  117650. }
  117651. }
  117652. }
  117653. "paint_kits_rarity"
  117654. {
  117655. "slick_snakeskin_white" "ancient"
  117656. "slick_plaid_purple" "ancient"
  117657. "slick_stitched_black_orange" "ancient"
  117658. "slick_stitched_green_grey" "ancient"
  117659. "sporty_poison_frog_blue_white" "ancient"
  117660. "sporty_poison_frog_red_green" "ancient"
  117661. "sporty_black_webbing_yellow" "ancient"
  117662. "sporty_blue_pink" "ancient"
  117663. "motorcycle_choco_boom" "ancient"
  117664. "motorcycle_basic_green_orange" "ancient"
  117665. "motorcycle_yellow_camo" "ancient"
  117666. "motorcycle_trigrid_blue" "ancient"
  117667. "handwrap_leathery_fabric_blue_skulls" "ancient"
  117668. "handwrap_leathery_fabric_geometric_blue" "ancient"
  117669. "handwrap_leathery_ducttape" "ancient"
  117670. "handwrap_leathery_fabric_green_camo" "ancient"
  117671. "bloodhound_hydra_black_green" "ancient"
  117672. "bloodhound_hydra_green_leather_mesh_brass" "ancient"
  117673. "bloodhound_hydra_snakeskin_brass" "ancient"
  117674. "bloodhound_hydra_case_hardened" "ancient"
  117675. "specialist_webs_red" "ancient"
  117676. "specialist_forest_brown" "ancient"
  117677. "specialist_fade" "ancient"
  117678. "specialist_winterhex" "ancient"
  117679. "gs_aug_stymphalian_birds" "legendary"
  117680. "gs_awp_death" "mythical"
  117681. "cu_bizon_riot" "rare"
  117682. "gs_fiveseven_hot_rod_violet" "rare"
  117683. "aa_glock_18_urban_moon_fever" "rare"
  117684. "cu_m4a4_neo_noir" "legendary"
  117685. "gs_mp7_bloodsport" "ancient"
  117686. "cu_mp9_black_sand" "rare"
  117687. "sp_negev_lionfish" "mythical"
  117688. "gs_nova_anchorite" "mythical"
  117689. "cu_p2000_urban_hazard" "uncommon"
  117690. "gs_revolver_tread" "rare"
  117691. "sp_sg533_aloha" "rare"
  117692. "aq_mag7_swag7" "mythical"
  117693. "cu_ump45_white_fang" "mythical"
  117694. "cu_usp_cut" "mythical"
  117695. "cu_xm1014_oxide_blaze" "rare"
  117696. }
  117697. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement