steam_api 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +14 -0
  3. data/.rspec +2 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +22 -0
  6. data/README.md +31 -0
  7. data/Rakefile +2 -0
  8. data/lib/steam_api/client.rb +47 -0
  9. data/lib/steam_api/i_player_service.rb +65 -0
  10. data/lib/steam_api/i_steam_user.rb +53 -0
  11. data/lib/steam_api/i_steam_user_stats.rb +52 -0
  12. data/lib/steam_api/urls.rb +116 -0
  13. data/lib/steam_api/version.rb +4 -0
  14. data/lib/steam_api.rb +14 -0
  15. data/spec/fixtures/vcr_cassettes/client_get.yml +38 -0
  16. data/spec/fixtures/vcr_cassettes/get_badges.yml +77 -0
  17. data/spec/fixtures/vcr_cassettes/get_badges_private.yml +38 -0
  18. data/spec/fixtures/vcr_cassettes/get_community_badge_progress.yml +64 -0
  19. data/spec/fixtures/vcr_cassettes/get_community_badge_progress_private.yml +64 -0
  20. data/spec/fixtures/vcr_cassettes/get_community_badge_progress_specific_badge.yml +64 -0
  21. data/spec/fixtures/vcr_cassettes/get_friend_list_not_found.yml +46 -0
  22. data/spec/fixtures/vcr_cassettes/get_friend_list_private.yml +39 -0
  23. data/spec/fixtures/vcr_cassettes/get_friend_list_public.yml +92 -0
  24. data/spec/fixtures/vcr_cassettes/get_global_achievement_percentages_for_app.yml +230 -0
  25. data/spec/fixtures/vcr_cassettes/get_global_achievement_percentages_for_app_not_found.yml +39 -0
  26. data/spec/fixtures/vcr_cassettes/get_number_of_current_players.yml +37 -0
  27. data/spec/fixtures/vcr_cassettes/get_number_of_current_players_not_found.yml +36 -0
  28. data/spec/fixtures/vcr_cassettes/get_owned_games.yml +261 -0
  29. data/spec/fixtures/vcr_cassettes/get_owned_games_all_args.yml +1302 -0
  30. data/spec/fixtures/vcr_cassettes/get_owned_games_include_appinfo.yml +1286 -0
  31. data/spec/fixtures/vcr_cassettes/get_owned_games_include_played_free_games.yml +264 -0
  32. data/spec/fixtures/vcr_cassettes/get_owned_games_private.yml +38 -0
  33. data/spec/fixtures/vcr_cassettes/get_player_achievements.yml +205 -0
  34. data/spec/fixtures/vcr_cassettes/get_player_achievements_game_no_stats.yml +37 -0
  35. data/spec/fixtures/vcr_cassettes/get_player_achievements_private.yml +37 -0
  36. data/spec/fixtures/vcr_cassettes/get_player_achievements_user_not_found.yml +37 -0
  37. data/spec/fixtures/vcr_cassettes/get_player_bans_not_found.yml +36 -0
  38. data/spec/fixtures/vcr_cassettes/get_player_bans_public.yml +38 -0
  39. data/spec/fixtures/vcr_cassettes/get_player_bans_public_private.yml +40 -0
  40. data/spec/fixtures/vcr_cassettes/get_player_summaries_multiple.yml +50 -0
  41. data/spec/fixtures/vcr_cassettes/get_player_summaries_not_found.yml +36 -0
  42. data/spec/fixtures/vcr_cassettes/get_player_summaries_single.yml +44 -0
  43. data/spec/fixtures/vcr_cassettes/get_recently_played_games.yml +47 -0
  44. data/spec/fixtures/vcr_cassettes/get_recently_played_games_count.yml +44 -0
  45. data/spec/fixtures/vcr_cassettes/get_recently_played_games_private.yml +38 -0
  46. data/spec/fixtures/vcr_cassettes/get_schema_for_game.yml +1205 -0
  47. data/spec/fixtures/vcr_cassettes/get_schema_for_game_not_found.yml +39 -0
  48. data/spec/fixtures/vcr_cassettes/get_steam_level.yml +38 -0
  49. data/spec/fixtures/vcr_cassettes/get_steam_level_private.yml +38 -0
  50. data/spec/fixtures/vcr_cassettes/get_user_group_list_not_found.yml +46 -0
  51. data/spec/fixtures/vcr_cassettes/get_user_group_list_private.yml +37 -0
  52. data/spec/fixtures/vcr_cassettes/get_user_group_list_public.yml +39 -0
  53. data/spec/fixtures/vcr_cassettes/get_user_stats_for_game.yml +407 -0
  54. data/spec/fixtures/vcr_cassettes/get_user_stats_for_game_game_not_found.yml +39 -0
  55. data/spec/fixtures/vcr_cassettes/get_user_stats_for_game_private.yml +46 -0
  56. data/spec/fixtures/vcr_cassettes/get_user_stats_for_game_user_not_found.yml +39 -0
  57. data/spec/fixtures/vcr_cassettes/resolve_vanity_url_not_found.yml +36 -0
  58. data/spec/fixtures/vcr_cassettes/resolve_vanity_url_private.yml +37 -0
  59. data/spec/fixtures/vcr_cassettes/resolve_vanity_url_public.yml +37 -0
  60. data/spec/spec_helper.rb +98 -0
  61. data/spec/steam_api/client_spec.rb +30 -0
  62. data/spec/steam_api/i_player_service_spec.rb +127 -0
  63. data/spec/steam_api/i_steam_user_spec.rb +163 -0
  64. data/spec/steam_api/i_steam_user_stats_spec.rb +143 -0
  65. data/spec/steam_api/urls_spec.rb +36 -0
  66. data/spec/steam_api/version_spec.rb +7 -0
  67. data/spec/steam_api_spec.rb +0 -0
  68. data/steam_api.gemspec +28 -0
  69. metadata +263 -0
@@ -0,0 +1,1205 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.steampowered.com/ISteamUserStats/GetSchemaForGame/v2/?appid=730&key=<API_KEY>
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - '*/*'
14
+ User-Agent:
15
+ - Ruby
16
+ Host:
17
+ - api.steampowered.com
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Thu, 30 Oct 2014 17:15:47 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 18:15:47 GMT
27
+ Content-Type:
28
+ - application/json; charset=UTF-8
29
+ Content-Length:
30
+ - '108758'
31
+ body:
32
+ encoding: UTF-8
33
+ string: "{\n\t\"game\": {\n\t\t\"gameName\": \"ValveTestApp260\",\n\t\t\"gameVersion\":
34
+ \"237\",\n\t\t\"availableGameStats\": {\n\t\t\t\"stats\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\":
35
+ \"total_kills\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
36
+ \"Enemy players killed\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_deaths\",\n\t\t\t\t\t\"defaultvalue\":
37
+ 0,\n\t\t\t\t\t\"displayName\": \"Player Deaths\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
38
+ \"total_time_played\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
39
+ \"Time Played\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_planted_bombs\",\n\t\t\t\t\t\"defaultvalue\":
40
+ 0,\n\t\t\t\t\t\"displayName\": \"Bombs Planted\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
41
+ \"total_defused_bombs\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
42
+ \"Bombs Defused\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins\",\n\t\t\t\t\t\"defaultvalue\":
43
+ 0,\n\t\t\t\t\t\"displayName\": \"Rounds Won\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
44
+ \"total_damage_done\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
45
+ \"Damage Done to Enemies\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_money_earned\",\n\t\t\t\t\t\"defaultvalue\":
46
+ 0,\n\t\t\t\t\t\"displayName\": \"Money Earned\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
47
+ \"total_rescued_hostages\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
48
+ \"Hostages Rescued\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_knife\",\n\t\t\t\t\t\"defaultvalue\":
49
+ 0,\n\t\t\t\t\t\"displayName\": \"Knife Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
50
+ \"total_kills_hegrenade\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
51
+ \"HE Grenade Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_glock\",\n\t\t\t\t\t\"defaultvalue\":
52
+ 0,\n\t\t\t\t\t\"displayName\": \"9x19 Sidearm Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
53
+ \"total_kills_deagle\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
54
+ \"Desert Eagle .50c Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_elite\",\n\t\t\t\t\t\"defaultvalue\":
55
+ 0,\n\t\t\t\t\t\"displayName\": \".40 Dual Elites Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
56
+ \"total_kills_fiveseven\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
57
+ \"ES Five-Seven Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_xm1014\",\n\t\t\t\t\t\"defaultvalue\":
58
+ 0,\n\t\t\t\t\t\"displayName\": \"XM1014 Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
59
+ \"total_kills_mac10\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
60
+ \"Ingram Mac-10 Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_ump45\",\n\t\t\t\t\t\"defaultvalue\":
61
+ 0,\n\t\t\t\t\t\"displayName\": \"KM UMP45 Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
62
+ \"total_kills_p90\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
63
+ \"ES C90 Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_awp\",\n\t\t\t\t\t\"defaultvalue\":
64
+ 0,\n\t\t\t\t\t\"displayName\": \"Magnum Sniper Rifle Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
65
+ \"total_kills_ak47\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
66
+ \"CV-47 Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_aug\",\n\t\t\t\t\t\"defaultvalue\":
67
+ 0,\n\t\t\t\t\t\"displayName\": \"Bullpup Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
68
+ \"total_kills_galil\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
69
+ \"IDF Defender Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_famas\",\n\t\t\t\t\t\"defaultvalue\":
70
+ 0,\n\t\t\t\t\t\"displayName\": \"Clarion 5.56 Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
71
+ \"total_kills_g3sg1\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
72
+ \"D3/AU-1 Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_m249\",\n\t\t\t\t\t\"defaultvalue\":
73
+ 0,\n\t\t\t\t\t\"displayName\": \"M249 Kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
74
+ \"total_kills_headshot\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
75
+ \"Headshots\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_enemy_weapon\",\n\t\t\t\t\t\"defaultvalue\":
76
+ 0,\n\t\t\t\t\t\"displayName\": \"Kills with enemy weapons\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
77
+ \"total_wins_pistolround\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
78
+ \"Pistol Rounds Won\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_decal_sprays\",\n\t\t\t\t\t\"defaultvalue\":
79
+ 0,\n\t\t\t\t\t\"displayName\": \"Decal Sprays\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
80
+ \"total_wins_map_cs_assault\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
81
+ \"total_wins_map_cs_assault\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
82
+ \"total_wins_map_cs_italy\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
83
+ \"total_wins_map_cs_italy\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_cs_office\",\n\t\t\t\t\t\"defaultvalue\":
84
+ 0,\n\t\t\t\t\t\"displayName\": \"total_wins_map_cs_office\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
85
+ \"total_wins_map_de_aztec\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
86
+ \"total_wins_map_de_aztec\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_de_cbble\",\n\t\t\t\t\t\"defaultvalue\":
87
+ 0,\n\t\t\t\t\t\"displayName\": \"total_wins_map_de_cbble\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
88
+ \"total_wins_map_de_dust2\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
89
+ \"total_wins_map_de_dust2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_de_dust\",\n\t\t\t\t\t\"defaultvalue\":
90
+ 0,\n\t\t\t\t\t\"displayName\": \"total_wins_map_de_dust\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
91
+ \"total_wins_map_de_inferno\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
92
+ \"total_wins_map_de_inferno\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
93
+ \"total_wins_map_de_nuke\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
94
+ \"total_wins_map_de_nuke\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_de_piranesi\",\n\t\t\t\t\t\"defaultvalue\":
95
+ 0,\n\t\t\t\t\t\"displayName\": \"total_wins_map_de_piranesi\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
96
+ \"total_wins_map_de_prodigy\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
97
+ \"total_wins_map_de_prodigy\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
98
+ \"total_wins_map_de_tides\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
99
+ \"total_wins_map_de_tides\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_de_train\",\n\t\t\t\t\t\"defaultvalue\":
100
+ 0,\n\t\t\t\t\t\"displayName\": \"total_wins_map_de_train\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
101
+ \"total_weapons_donated\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
102
+ \"Weapons Donated\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_broken_windows\",\n\t\t\t\t\t\"defaultvalue\":
103
+ 0,\n\t\t\t\t\t\"displayName\": \"Windows Broken\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
104
+ \"total_kills_enemy_blinded\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
105
+ \"Blind Ememies Killed\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_knife_fight\",\n\t\t\t\t\t\"defaultvalue\":
106
+ 0,\n\t\t\t\t\t\"displayName\": \"Knife Fights Won\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
107
+ \"total_kills_against_zoomed_sniper\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
108
+ \"Zoomed Snipers Killed\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_dominations\",\n\t\t\t\t\t\"defaultvalue\":
109
+ 0,\n\t\t\t\t\t\"displayName\": \"Dominations\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
110
+ \"total_domination_overkills\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
111
+ \"Domination Overkills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_revenges\",\n\t\t\t\t\t\"defaultvalue\":
112
+ 0,\n\t\t\t\t\t\"displayName\": \"Revenges\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
113
+ \"total_shots_hit\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
114
+ \"Shots Hit\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_fired\",\n\t\t\t\t\t\"defaultvalue\":
115
+ 0,\n\t\t\t\t\t\"displayName\": \"Shots Fired\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
116
+ \"total_rounds_played\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
117
+ \"Rounds Played\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_deagle\",\n\t\t\t\t\t\"defaultvalue\":
118
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_deagle\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
119
+ \"total_shots_glock\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
120
+ \"total_shots_glock\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_elite\",\n\t\t\t\t\t\"defaultvalue\":
121
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_elite\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
122
+ \"total_shots_fiveseven\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
123
+ \"total_shots_fiveseven\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_awp\",\n\t\t\t\t\t\"defaultvalue\":
124
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_awp\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
125
+ \"total_shots_ak47\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
126
+ \"total_shots_ak47\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_aug\",\n\t\t\t\t\t\"defaultvalue\":
127
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_aug\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
128
+ \"total_shots_galil\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
129
+ \"total_shots_galil\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_famas\",\n\t\t\t\t\t\"defaultvalue\":
130
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_famas\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
131
+ \"total_shots_g3sg1\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
132
+ \"total_shots_g3sg1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_p90\",\n\t\t\t\t\t\"defaultvalue\":
133
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_p90\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
134
+ \"total_shots_mac10\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
135
+ \"total_shots_mac10\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_ump45\",\n\t\t\t\t\t\"defaultvalue\":
136
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_ump45\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
137
+ \"total_shots_xm1014\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
138
+ \"total_shots_xm1014\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_m249\",\n\t\t\t\t\t\"defaultvalue\":
139
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_m249\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
140
+ \"total_hits_deagle\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
141
+ \"total_hits_deagle\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_glock\",\n\t\t\t\t\t\"defaultvalue\":
142
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_glock\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
143
+ \"total_hits_elite\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
144
+ \"total_hits_elite\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_fiveseven\",\n\t\t\t\t\t\"defaultvalue\":
145
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_fiveseven\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
146
+ \"total_hits_awp\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
147
+ \"total_hits_awp\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_ak47\",\n\t\t\t\t\t\"defaultvalue\":
148
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_ak47\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
149
+ \"total_hits_aug\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
150
+ \"total_hits_aug\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_galil\",\n\t\t\t\t\t\"defaultvalue\":
151
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_galil\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
152
+ \"total_hits_famas\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
153
+ \"total_hits_famas\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_g3sg1\",\n\t\t\t\t\t\"defaultvalue\":
154
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_g3sg1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
155
+ \"total_hits_p90\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
156
+ \"total_hits_p90\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_mac10\",\n\t\t\t\t\t\"defaultvalue\":
157
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_mac10\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
158
+ \"total_hits_ump45\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
159
+ \"total_hits_ump45\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_xm1014\",\n\t\t\t\t\t\"defaultvalue\":
160
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_xm1014\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
161
+ \"total_hits_m249\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
162
+ \"total_hits_m249\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_rounds_map_cs_assault\",\n\t\t\t\t\t\"defaultvalue\":
163
+ 0,\n\t\t\t\t\t\"displayName\": \"total_rounds_map_cs_assault\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
164
+ \"total_rounds_map_cs_italy\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
165
+ \"total_rounds_map_cs_italy\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
166
+ \"total_rounds_map_cs_office\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
167
+ \"total_rounds_map_cs_office\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
168
+ \"total_rounds_map_de_aztec\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
169
+ \"total_rounds_map_de_aztec\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
170
+ \"total_rounds_map_de_cbble\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
171
+ \"total_rounds_map_de_cbble\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
172
+ \"total_rounds_map_de_dust2\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
173
+ \"total_rounds_map_de_dust2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
174
+ \"total_rounds_map_de_dust\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
175
+ \"total_rounds_map_de_dust\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_rounds_map_de_inferno\",\n\t\t\t\t\t\"defaultvalue\":
176
+ 0,\n\t\t\t\t\t\"displayName\": \"total_rounds_map_de_inferno\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
177
+ \"total_rounds_map_de_nuke\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
178
+ \"total_rounds_map_de_nuke\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_rounds_map_de_piranesi\",\n\t\t\t\t\t\"defaultvalue\":
179
+ 0,\n\t\t\t\t\t\"displayName\": \"total_rounds_map_de_piranesi\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
180
+ \"total_rounds_map_de_prodigy\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
181
+ \"total_rounds_map_de_prodigy\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
182
+ \"total_rounds_map_de_train\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
183
+ \"total_rounds_map_de_train\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
184
+ \"last_match_t_wins\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
185
+ \"last_match_t_wins\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"last_match_ct_wins\",\n\t\t\t\t\t\"defaultvalue\":
186
+ 0,\n\t\t\t\t\t\"displayName\": \"last_match_ct_wins\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
187
+ \"last_match_wins\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
188
+ \"last_match_wins\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"last_match_max_players\",\n\t\t\t\t\t\"defaultvalue\":
189
+ 0,\n\t\t\t\t\t\"displayName\": \"last_match_max_players\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
190
+ \"last_match_kills\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
191
+ \"last_match_kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"last_match_deaths\",\n\t\t\t\t\t\"defaultvalue\":
192
+ 0,\n\t\t\t\t\t\"displayName\": \"last_match_deaths\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
193
+ \"last_match_mvps\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
194
+ \"last_match_mvps\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"last_match_favweapon_id\",\n\t\t\t\t\t\"defaultvalue\":
195
+ 4294967295,\n\t\t\t\t\t\"displayName\": \"last_match_favweapon_id\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
196
+ \"last_match_favweapon_shots\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
197
+ \"last_match_favweapon_shots\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
198
+ \"last_match_favweapon_hits\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
199
+ \"last_match_favweapon_hits\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
200
+ \"last_match_favweapon_kills\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
201
+ \"last_match_favweapon_kills\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
202
+ \"last_match_damage\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
203
+ \"last_match_damage\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"last_match_money_spent\",\n\t\t\t\t\t\"defaultvalue\":
204
+ 0,\n\t\t\t\t\t\"displayName\": \"last_match_money_spent\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
205
+ \"last_match_dominations\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
206
+ \"last_match_dominations\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"last_match_revenges\",\n\t\t\t\t\t\"defaultvalue\":
207
+ 0,\n\t\t\t\t\t\"displayName\": \"last_match_revenges\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
208
+ \"total_mvps\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
209
+ \"total_mvps\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_rounds_map_de_lake\",\n\t\t\t\t\t\"defaultvalue\":
210
+ 0,\n\t\t\t\t\t\"displayName\": \"total rounds won in lake\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
211
+ \"total_rounds_map_de_safehouse\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
212
+ \"total rounds won in safehouse\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
213
+ \"total_rounds_map_de_sugarcane\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
214
+ \"total rounds won on sugarcane\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
215
+ \"total_rounds_map_de_stmarc\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
216
+ \"total rounds won on stmarc\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
217
+ \"total_rounds_map_de_bank\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
218
+ \"total_rounds_map_de_bank\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_rounds_map_de_embassy\",\n\t\t\t\t\t\"defaultvalue\":
219
+ 0,\n\t\t\t\t\t\"displayName\": \"total rounds won on embassy\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
220
+ \"total_rounds_map_de_shorttrain\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
221
+ \"total rounds won in short-train\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
222
+ \"total_TR_planted_bombs\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
223
+ \"Demolition bombs placed\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_TR_defused_bombs\",\n\t\t\t\t\t\"defaultvalue\":
224
+ 0,\n\t\t\t\t\t\"displayName\": \"Demolition bombs defused\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
225
+ \"total_gun_game_rounds_won\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
226
+ \"total rounds of Arsenal Mode won\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
227
+ \"total_gun_game_rounds_played\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
228
+ \"total rounds of Arsenal Mode played\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
229
+ \"total_wins_map_de_house\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
230
+ \"wins on map house\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_de_mill\",\n\t\t\t\t\t\"defaultvalue\":
231
+ 0,\n\t\t\t\t\t\"displayName\": \"wins on map mill\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
232
+ \"total_wins_map_de_shacks\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
233
+ \"wins on map shacks\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_de_bank\",\n\t\t\t\t\t\"defaultvalue\":
234
+ 0,\n\t\t\t\t\t\"displayName\": \"wins on map bank\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
235
+ \"total_wins_map_de_alleyway\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
236
+ \"wins on map alleyway\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_de_depot\",\n\t\t\t\t\t\"defaultvalue\":
237
+ 0,\n\t\t\t\t\t\"displayName\": \"wins on map depot\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
238
+ \"total_wins_map_de_vertigo\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
239
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_de_balkan\",\n\t\t\t\t\t\"defaultvalue\":
240
+ 0,\n\t\t\t\t\t\"displayName\": \"wins on map balkan\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
241
+ \"total_rounds_map_de_balkan\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
242
+ \"rounds played on balkan\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_ar_monastery\",\n\t\t\t\t\t\"defaultvalue\":
243
+ 0,\n\t\t\t\t\t\"displayName\": \"wins on map monastery\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
244
+ \"total_rounds_map_ar_shoots\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
245
+ \"total rounds won in shoots\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
246
+ \"total_rounds_map_ar_baggage\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
247
+ \"rounds played on map baggage\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
248
+ \"total_wins_map_ar_shoots\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
249
+ \"matches won on shoots\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_ar_baggage\",\n\t\t\t\t\t\"defaultvalue\":
250
+ 0,\n\t\t\t\t\t\"displayName\": \"matches won on baggage\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
251
+ \"total_wins_map_de_lake\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
252
+ \"matches won on map lake\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_de_sugarcane\",\n\t\t\t\t\t\"defaultvalue\":
253
+ 0,\n\t\t\t\t\t\"displayName\": \"matches won on map sugarcane\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
254
+ \"total_wins_map_de_stmarc\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
255
+ \"matches won on map stmarc\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
256
+ \"total_matches_won_bank\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
257
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_de_embassy\",\n\t\t\t\t\t\"defaultvalue\":
258
+ 0,\n\t\t\t\t\t\"displayName\": \"total matches won on embassy\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
259
+ \"total_wins_map_de_shorttrain\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
260
+ \"total matches won on short-train\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
261
+ \"total_wins_map_de_safehouse\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
262
+ \"matches won on map safehouse\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
263
+ \"total_matches_won\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
264
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_matches_drawn\",\n\t\t\t\t\t\"defaultvalue\":
265
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
266
+ \"total_matches_played\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
267
+ \"total matches played\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_gg_matches_won\",\n\t\t\t\t\t\"defaultvalue\":
268
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
269
+ \"total_gg_matches_played\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
270
+ \"Arsenal Mode matches played\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
271
+ \"total_progressive_matches_won\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
272
+ \"Arms Race matches won\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_select_matches_won\",\n\t\t\t\t\t\"defaultvalue\":
273
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
274
+ \"total_trbomb_matches_won\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
275
+ \"Demolition matches won\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_contribution_score\",\n\t\t\t\t\t\"defaultvalue\":
276
+ 0,\n\t\t\t\t\t\"displayName\": \"contribution score\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
277
+ \"last_match_contribution_score\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
278
+ \"last_match_contribution_score\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
279
+ \"last_match_rounds\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
280
+ \"last_match_rounds\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_hkp2000\",\n\t\t\t\t\t\"defaultvalue\":
281
+ 0,\n\t\t\t\t\t\"displayName\": \"total_kills_hkp2000\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
282
+ \"total_shots_hkp2000\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
283
+ \"total_shots_hkp2000\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_hkp2000\",\n\t\t\t\t\t\"defaultvalue\":
284
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_hkp2000\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
285
+ \"total_hits_p250\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
286
+ \"total_hits_p250\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_p250\",\n\t\t\t\t\t\"defaultvalue\":
287
+ 0,\n\t\t\t\t\t\"displayName\": \"total_kills_p250\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
288
+ \"total_shots_p250\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
289
+ \"total_shots_p250\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_scar17\",\n\t\t\t\t\t\"defaultvalue\":
290
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_scar17\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
291
+ \"total_hits_scar17\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
292
+ \"total_hits_scar17\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_scar17\",\n\t\t\t\t\t\"defaultvalue\":
293
+ 0,\n\t\t\t\t\t\"displayName\": \"total_kills_scar17\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
294
+ \"total_kills_sg556\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
295
+ \"total_kills_sg556\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_sg556\",\n\t\t\t\t\t\"defaultvalue\":
296
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_sg556\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
297
+ \"total_hits_sg556\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
298
+ \"total_hits_sg556\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_scar20\",\n\t\t\t\t\t\"defaultvalue\":
299
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_scar20\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
300
+ \"total_kills_scar20\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
301
+ \"total_kills_scar20\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_scar20\",\n\t\t\t\t\t\"defaultvalue\":
302
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_scar20\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
303
+ \"total_shots_ssg08\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
304
+ \"total_shots_ssg08\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_ssg08\",\n\t\t\t\t\t\"defaultvalue\":
305
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_ssg08\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
306
+ \"total_kills_ssg08\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
307
+ \"total_kills_ssg08\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_mp7\",\n\t\t\t\t\t\"defaultvalue\":
308
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_mp7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
309
+ \"total_hits_mp7\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
310
+ \"total_hits_mp7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_mp7\",\n\t\t\t\t\t\"defaultvalue\":
311
+ 0,\n\t\t\t\t\t\"displayName\": \"total_kills_mp7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
312
+ \"total_kills_mp9\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
313
+ \"total_kills_mp9\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_mp9\",\n\t\t\t\t\t\"defaultvalue\":
314
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_mp9\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
315
+ \"total_hits_mp9\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
316
+ \"total_hits_mp9\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_nova\",\n\t\t\t\t\t\"defaultvalue\":
317
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_nova\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
318
+ \"total_kills_nova\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
319
+ \"total_kills_nova\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_nova\",\n\t\t\t\t\t\"defaultvalue\":
320
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_nova\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
321
+ \"total_hits_negev\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
322
+ \"total_hits_negev\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_negev\",\n\t\t\t\t\t\"defaultvalue\":
323
+ 0,\n\t\t\t\t\t\"displayName\": \"total_kills_negev\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
324
+ \"total_shots_negev\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
325
+ \"total_shots_negev\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_sawedoff\",\n\t\t\t\t\t\"defaultvalue\":
326
+ 0,\n\t\t\t\t\t\"displayName\": \"total_shots_sawedoff\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
327
+ \"total_hits_sawedoff\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
328
+ \"total_hits_sawedoff\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_sawedoff\",\n\t\t\t\t\t\"defaultvalue\":
329
+ 0,\n\t\t\t\t\t\"displayName\": \"total_kills_sawedoff\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
330
+ \"total_shots_bizon\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
331
+ \"total_shots_bizon\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_bizon\",\n\t\t\t\t\t\"defaultvalue\":
332
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_bizon\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
333
+ \"total_kills_bizon\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
334
+ \"total_kills_bizon\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_tec9\",\n\t\t\t\t\t\"defaultvalue\":
335
+ 0,\n\t\t\t\t\t\"displayName\": \"total_kills_tec9\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
336
+ \"total_shots_tec9\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
337
+ \"total_shots_tec9\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_tec9\",\n\t\t\t\t\t\"defaultvalue\":
338
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_tec9\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
339
+ \"total_shots_mag7\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
340
+ \"total_shots_mag7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_mag7\",\n\t\t\t\t\t\"defaultvalue\":
341
+ 0,\n\t\t\t\t\t\"displayName\": \"total_hits_mag7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
342
+ \"total_kills_mag7\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
343
+ \"total_kills_mag7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_gun_game_contribution_score\",\n\t\t\t\t\t\"defaultvalue\":
344
+ 0,\n\t\t\t\t\t\"displayName\": \"Arsenal Mode contribution score\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
345
+ \"last_match_gg_contribution_score\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
346
+ \"last_match_gg_contribution_score\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
347
+ \"total_kills_usp\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
348
+ \"total kills USP\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_p228\",\n\t\t\t\t\t\"defaultvalue\":
349
+ 0,\n\t\t\t\t\t\"displayName\": \"total kills p228\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
350
+ \"total_kills_m4a1\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
351
+ \"total kills m4a4\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_sg552\",\n\t\t\t\t\t\"defaultvalue\":
352
+ 0,\n\t\t\t\t\t\"displayName\": \"total kills sg552\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
353
+ \"total_kills_sg550\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
354
+ \"total kills sg550\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_galilar\",\n\t\t\t\t\t\"defaultvalue\":
355
+ 0,\n\t\t\t\t\t\"displayName\": \"total kills galil AR\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
356
+ \"total_kills_scout\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
357
+ \"total kills scout\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_mp5navy\",\n\t\t\t\t\t\"defaultvalue\":
358
+ 0,\n\t\t\t\t\t\"displayName\": \"total kills mp5 navy\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
359
+ \"total_kills_tmp\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
360
+ \"total kills tmp\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_m3\",\n\t\t\t\t\t\"defaultvalue\":
361
+ 0,\n\t\t\t\t\t\"displayName\": \"total kills m3\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
362
+ \"total_kills_molotov\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
363
+ \"total kills molotov\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_kills_decoy\",\n\t\t\t\t\t\"defaultvalue\":
364
+ 0,\n\t\t\t\t\t\"displayName\": \"total kills decoy\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
365
+ \"total_kills_taser\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
366
+ \"total kills taser\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_usp\",\n\t\t\t\t\t\"defaultvalue\":
367
+ 0,\n\t\t\t\t\t\"displayName\": \"total shots usp\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
368
+ \"total_shots_p228\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
369
+ \"total shots p228\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_m4a1\",\n\t\t\t\t\t\"defaultvalue\":
370
+ 0,\n\t\t\t\t\t\"displayName\": \"total shots m4a4\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
371
+ \"total_shots_sg552\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
372
+ \"total shots sg552\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_sg550\",\n\t\t\t\t\t\"defaultvalue\":
373
+ 0,\n\t\t\t\t\t\"displayName\": \"total shots sg550\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
374
+ \"total_shots_galilar\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
375
+ \"total shots galil AR\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_scout\",\n\t\t\t\t\t\"defaultvalue\":
376
+ 0,\n\t\t\t\t\t\"displayName\": \"total shots scout\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
377
+ \"total_shots_mp5navy\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
378
+ \"total shots mp5 navy\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_tmp\",\n\t\t\t\t\t\"defaultvalue\":
379
+ 0,\n\t\t\t\t\t\"displayName\": \"total shots tmp\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
380
+ \"total_shots_m3\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
381
+ \"total shots m3\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_shots_taser\",\n\t\t\t\t\t\"defaultvalue\":
382
+ 0,\n\t\t\t\t\t\"displayName\": \"total shot taser\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
383
+ \"total_hits_usp\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
384
+ \"total hits usp\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_p228\",\n\t\t\t\t\t\"defaultvalue\":
385
+ 0,\n\t\t\t\t\t\"displayName\": \"total hits p228\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
386
+ \"total_hits_m4a1\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
387
+ \"total hits m4a4\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_sg552\",\n\t\t\t\t\t\"defaultvalue\":
388
+ 0,\n\t\t\t\t\t\"displayName\": \"total hits sg552\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
389
+ \"total_hits_sg550\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
390
+ \"total hits sg550\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_galilar\",\n\t\t\t\t\t\"defaultvalue\":
391
+ 0,\n\t\t\t\t\t\"displayName\": \"total hits galil AR\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
392
+ \"total_hits_scout\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
393
+ \"total hits scout\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_mp5navy\",\n\t\t\t\t\t\"defaultvalue\":
394
+ 0,\n\t\t\t\t\t\"displayName\": \"total hits mp5 navy\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
395
+ \"total_hits_tmp\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
396
+ \"total hits tmp\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_hits_m3\",\n\t\t\t\t\t\"defaultvalue\":
397
+ 0,\n\t\t\t\t\t\"displayName\": \"total hits m3\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
398
+ \"total_hits_taser\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
399
+ \"total hits taser\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_rounds_map_ar_monastery\",\n\t\t\t\t\t\"defaultvalue\":
400
+ 0,\n\t\t\t\t\t\"displayName\": \"total rounds for monastery\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
401
+ \"total_matches_won_train\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
402
+ \"total matches won on train\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
403
+ \"total_rounds_map_de_depot\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
404
+ \"total rounds won in depot\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
405
+ \"total_rounds_map_de_vertigo\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
406
+ \"total rounds won in vertigo\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
407
+ \"total_matches_won_shoots\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
408
+ \"matches won on shoots\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_matches_won_baggage\",\n\t\t\t\t\t\"defaultvalue\":
409
+ 0,\n\t\t\t\t\t\"displayName\": \"matches won on baggage\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
410
+ \"total_matches_won_lake\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
411
+ \"matches won on lake\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_matches_won_sugarcane\",\n\t\t\t\t\t\"defaultvalue\":
412
+ 0,\n\t\t\t\t\t\"displayName\": \"matches won on sugarcane\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
413
+ \"total_matches_won_stmarc\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
414
+ \"matches won on stmarc\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_matches_won_embassy\",\n\t\t\t\t\t\"defaultvalue\":
415
+ 0,\n\t\t\t\t\t\"displayName\": \"matches won on embassy\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
416
+ \"total_matches_won_depot\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
417
+ \"matches won on depot\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_matches_won_safehouse\",\n\t\t\t\t\t\"defaultvalue\":
418
+ 0,\n\t\t\t\t\t\"displayName\": \"matches won on safehouse\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
419
+ \"total_matches_won_shorttrain\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
420
+ \"matches won on shorttrain\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
421
+ \"GI.lesson.csgo_instr_explain_buymenu\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
422
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_buyarmor\",\n\t\t\t\t\t\"defaultvalue\":
423
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
424
+ \"GI.lesson.csgo_instr_explain_plant_bomb\",\n\t\t\t\t\t\"defaultvalue\":
425
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
426
+ \"GI.lesson.csgo_instr_explain_bomb_carrier\",\n\t\t\t\t\t\"defaultvalue\":
427
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
428
+ \"GI.lesson.bomb_sites_A\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
429
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.defuse_planted_bomb\",\n\t\t\t\t\t\"defaultvalue\":
430
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
431
+ \"GI.lesson.csgo_instr_explain_follow_bomber\",\n\t\t\t\t\t\"defaultvalue\":
432
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
433
+ \"GI.lesson.csgo_instr_explain_pickup_bomb\",\n\t\t\t\t\t\"defaultvalue\":
434
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
435
+ \"GI.lesson.csgo_instr_explain_prevent_bomb_pickup\",\n\t\t\t\t\t\"defaultvalue\":
436
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
437
+ \"GI.lesson.csgo_instr_explain_defend_bomb\",\n\t\t\t\t\t\"defaultvalue\":
438
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
439
+ \"GI.lesson.Csgo_instr_explain_defuse_kit_carrier\",\n\t\t\t\t\t\"defaultvalue\":
440
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
441
+ \"GI.lesson.Csgo_cycle_weapons_kb\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
442
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.Csgo_cycle_items_gp\",\n\t\t\t\t\t\"defaultvalue\":
443
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
444
+ \"GI.lesson.csgo_instr_explain_zoom\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
445
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_silencer\",\n\t\t\t\t\t\"defaultvalue\":
446
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
447
+ \"GI.lesson.csgo_instr_explain_reload\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
448
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.tr_explain_plant_bomb\",\n\t\t\t\t\t\"defaultvalue\":
449
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
450
+ \"GI.lesson.csgo_instr_notify_level\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
451
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.csgo_instr_notify_level_dem\",\n\t\t\t\t\t\"defaultvalue\":
452
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
453
+ \"GI.lesson.csgo_instr_notify_earned_nade\",\n\t\t\t\t\t\"defaultvalue\":
454
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
455
+ \"GI.lesson.csgo_instr_notify_amd_knife\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
456
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.csgo_instr_notify_amar_knife\",\n\t\t\t\t\t\"defaultvalue\":
457
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
458
+ \"GI.lesson.bomb_sites_B\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
459
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.version_number\",\n\t\t\t\t\t\"defaultvalue\":
460
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
461
+ \"GI.lesson.Csgo_cycle_weapons_gp\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
462
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.find_planted_bomb\",\n\t\t\t\t\t\"defaultvalue\":
463
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
464
+ \"GI.lesson.csgo_use_hostage_follow\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
465
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.csgo_hostage_follow_stop\",\n\t\t\t\t\t\"defaultvalue\":
466
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
467
+ \"GI.lesson.csgo_hostage_lead_to_hrz\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
468
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.csgo_instr_rescue_zone\",\n\t\t\t\t\t\"defaultvalue\":
469
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
470
+ \"GI.lesson.csgo_prevent_hostage_rescue\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
471
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.csgo_switch_to_items_gp\",\n\t\t\t\t\t\"defaultvalue\":
472
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
473
+ \"GI.lesson.serverside_hint\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
474
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"total_wins_map_cs_militia\",\n\t\t\t\t\t\"defaultvalue\":
475
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
476
+ \"total_rounds_map_cs_militia\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
477
+ \"\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_inspect\",\n\t\t\t\t\t\"defaultvalue\":
478
+ 0,\n\t\t\t\t\t\"displayName\": \"\"\n\t\t\t\t}\n\t\t\t]\n\t\t\t,\n\t\t\t\"achievements\":
479
+ [\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"WIN_BOMB_PLANT\",\n\t\t\t\t\t\"defaultvalue\":
480
+ 0,\n\t\t\t\t\t\"displayName\": \"Someone Set Up Us The Bomb\",\n\t\t\t\t\t\"hidden\":
481
+ 0,\n\t\t\t\t\t\"description\": \"Win a round by planting a bomb\",\n\t\t\t\t\t\"icon\":
482
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/9f60ea3c56b4ab248ab598bbd62568b953116301.jpg\",\n\t\t\t\t\t\"icongray\":
483
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/978bdbc78917f57180549c864a9c7dcc1711dfec.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
484
+ \"BOMB_PLANT_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
485
+ \"Boomala Boomala\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
486
+ \"Plant 100 bombs\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/325ccbd68e599083c1597fd90dc6d4265d1ca3b4.jpg\",\n\t\t\t\t\t\"icongray\":
487
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/a4f62b47ba5a852c71af6fe35411addbc0d1d193.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
488
+ \"BOMB_DEFUSE_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
489
+ \"The Hurt Blocker\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
490
+ \"Defuse 100 bombs successfully\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/9b8627953feca51a56f0c2ac871493c8634a1c07.jpg\",\n\t\t\t\t\t\"icongray\":
491
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/2cd43018d802f495bc12abb4299a5354afac2790.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
492
+ \"KILL_ENEMY_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
493
+ \"Body Bagger\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
494
+ 25 enemies\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b11ef0453168cd3d10684e184004f71dcc0faa82.jpg\",\n\t\t\t\t\t\"icongray\":
495
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/c2fc81593400110271e1f968f0e704a19ee83011.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
496
+ \"KILL_ENEMY_MED\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
497
+ \"Corpseman\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
498
+ 500 enemies\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/60d83a42df84fa5d84910af681370579e3bb16bf.jpg\",\n\t\t\t\t\t\"icongray\":
499
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/4ddb4bf34e96d538b6c9aab1ff1796f51d218e5d.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
500
+ \"KILL_ENEMY_HIGH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
501
+ \"God of War\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
502
+ 10,000 enemies\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/2c2bb56a4f7376b53eeaf8e6d84044460b0d1cf2.jpg\",\n\t\t\t\t\t\"icongray\":
503
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/55fbfbb54876d0e777f430062201b9ea616face5.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
504
+ \"BOMB_DEFUSE_CLOSE_CALL\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
505
+ \"Second to None\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
506
+ \"Successfully defuse a bomb with less than one second remaining\",\n\t\t\t\t\t\"icon\":
507
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/986a53e24114699cb1f230f52b55b27e0de28ecf.jpg\",\n\t\t\t\t\t\"icongray\":
508
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/eb4763f562c2ea763afab225e410e74245893e43.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
509
+ \"KILL_BOMB_DEFUSER\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
510
+ \"Counter-Counter-Terrorist\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
511
+ \"Kill a Counter-Terrorist while he is defusing the bomb\",\n\t\t\t\t\t\"icon\":
512
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/c09cb3fe34841fd1000a48c3b7825c4fde026188.jpg\",\n\t\t\t\t\t\"icongray\":
513
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/010dc024d20bb7471a6ada87ba3d92c840228cbe.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
514
+ \"WIN_BOMB_DEFUSE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
515
+ \"Rite of First Defusal\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
516
+ \"Win a round by defusing a bomb\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b2027dac5a9883f0f145e78a33e531a58944f3ec.jpg\",\n\t\t\t\t\t\"icongray\":
517
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3c3e898c96d92e3f77624bbcf7b02c38d6cc3506.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
518
+ \"BOMB_PLANT_IN_25_SECONDS\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
519
+ \"Short Fuse\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Plant
520
+ a bomb within 25 seconds (excluding Demolition mode)\",\n\t\t\t\t\t\"icon\":
521
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/648550738f4845f12aa686a1b4ee8c4a51ec2348.jpg\",\n\t\t\t\t\t\"icongray\":
522
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3c8e0316829a1c3db72668b239ce2ea8669cb781.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
523
+ \"WIN_ROUNDS_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
524
+ \"Newb World Order\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
525
+ \"Win ten rounds\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/9c759a9201a6fd54539f639e3815aa09a7c92d59.jpg\",\n\t\t\t\t\t\"icongray\":
526
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/a8fd9e9be81d3fe455b412ef9d99209e9f2cada7.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
527
+ \"WIN_ROUNDS_MED\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
528
+ \"Pro-moted\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
529
+ 200 rounds\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/2cd1d88ac944725d8782a55194a2d69b9b66104d.jpg\",\n\t\t\t\t\t\"icongray\":
530
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/6b1fa9ba30d05ebf806d23a2375a781d99b5fbe3.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
531
+ \"WIN_ROUNDS_HIGH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
532
+ \"Leet-er of Men\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
533
+ \"Win 5,000 rounds\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/a7db6313e15f34f9f3b22ed590fd22379a0c4976.jpg\",\n\t\t\t\t\t\"icongray\":
534
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/fbc1578d584d0c722cd67fbe4b5b4c6dd94688dd.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
535
+ \"GIVE_DAMAGE_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
536
+ \"Points in Your Favor\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
537
+ \"Inflict 2,500 total points of damage to enemies\",\n\t\t\t\t\t\"icon\":
538
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/55650ec8f0cec4ea9b80d10e5ff420904b2a52a9.jpg\",\n\t\t\t\t\t\"icongray\":
539
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/7c8f03d055680ddca6b70a3418d55971bfadceec.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
540
+ \"GIVE_DAMAGE_MED\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
541
+ \"You've Made Your Points\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
542
+ \"Inflict 50,000 total points of damage to enemies\",\n\t\t\t\t\t\"icon\":
543
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/d676e407e16a75e5c9309779f436c1a3f1432442.jpg\",\n\t\t\t\t\t\"icongray\":
544
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/64cf7c3474a9d1f755fb9d5977a913829f6b9f22.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
545
+ \"GIVE_DAMAGE_HIGH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
546
+ \"A Million Points of Blight\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
547
+ \"Inflict 1,000,000 total points of damage to enemies\",\n\t\t\t\t\t\"icon\":
548
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/46d932bd2bc68f28e0fa8a03e92e5180fc5735dc.jpg\",\n\t\t\t\t\t\"icongray\":
549
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3be2d4f83efcced660843484f3e042439ac9a517.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
550
+ \"KILLING_SPREE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
551
+ \"Ballistic\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"In
552
+ Classic mode, kill four enemy players within fifteen seconds\",\n\t\t\t\t\t\"icon\":
553
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/bfedf671220f823ddbeec18a16dc14d2ae32bcde.jpg\",\n\t\t\t\t\t\"icongray\":
554
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/638d69d2fc898d91d7380ad7a29f328f760266e8.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
555
+ \"KILL_WITH_OWN_GUN\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
556
+ \"Lost and F0wnd\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
557
+ \"Kill an enemy with a gun they dropped during the current round\",\n\t\t\t\t\t\"icon\":
558
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/66538681d639abe28a849f1c75e0862ac10fc687.jpg\",\n\t\t\t\t\t\"icongray\":
559
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/21b522d0e28f5ca7c741687f7fe9d262fa96dbfc.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
560
+ \"RESCUE_HOSTAGES_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
561
+ \"Cowboy Diplomacy\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
562
+ \"Rescue 100 hostages\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/d7dc5c3aeac2ec8e2fc84d2bd2c302a88f5097df.jpg\",\n\t\t\t\t\t\"icongray\":
563
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8bc4871cf916f6aded06fe8ee18d0dba447ead17.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
564
+ \"RESCUE_HOSTAGES_MED\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
565
+ \"SAR Czar\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Rescue
566
+ 500 hostages\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/d8ffcb12e4fd7bc5c9d60f94c88d820a36f542c8.jpg\",\n\t\t\t\t\t\"icongray\":
567
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/32f99a54c07e3bcba3586728d8be775560a234ac.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
568
+ \"RESCUE_ALL_HOSTAGES\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
569
+ \"Good Shepherd\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Rescue
570
+ all hostages in a single round\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/d3b2aa83c4b326a5267e99cef3a3ac282d054216.jpg\",\n\t\t\t\t\t\"icongray\":
571
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/aebb97cf6847c0676587d904ccca871650466bb5.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
572
+ \"FAST_HOSTAGE_RESCUE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
573
+ \"Freed With Speed\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
574
+ \"Rescue all hostages within 90 seconds\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/01b635d400ec0423c81b36894e2cb4abaa7af240.jpg\",\n\t\t\t\t\t\"icongray\":
575
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/692eae86e8c90a12c425840f42bd7e40ef7530fd.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
576
+ \"KILL_TWO_WITH_ONE_SHOT\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
577
+ \"Ammo Conservation\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
578
+ \"Kill two enemy players with a single bullet\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/0d608d5c66449213da0efa3269081381929c1f6a.jpg\",\n\t\t\t\t\t\"icongray\":
579
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/cdd82951e4ef1e95a310e6a09c122fca110eb665.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
580
+ \"EARN_MONEY_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
581
+ \"War Bonds\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Earn
582
+ $50,000 total cash\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/2157e303dc3add51087496ef3a0a21a8c95e3d6f.jpg\",\n\t\t\t\t\t\"icongray\":
583
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b444bce6ad70aa28a40486c720438ef8995aed8a.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
584
+ \"EARN_MONEY_MED\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
585
+ \"Spoils of War\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Earn
586
+ $2,500,000 total cash\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/2062cb82b9b58bcbdac27c827b42f57e1a57f83e.jpg\",\n\t\t\t\t\t\"icongray\":
587
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/f133ba71921296999d89531dec05447235869fa2.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
588
+ \"EARN_MONEY_HIGH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
589
+ \"Blood Money\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Earn
590
+ $50,000,000 total cash\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/eeed5298fbd3d97c0506a3e8d01c17bedaa5cb73.jpg\",\n\t\t\t\t\t\"icongray\":
591
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/a002fdc6c0e51fdc2b21171352a18e87a5d496fc.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
592
+ \"DEAD_GRENADE_KILL\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
593
+ \"Premature Burial\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
594
+ \"Kill an enemy with a grenade after dying\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/7097e88eb11ea78696befe3827f4ed279f8c72e2.jpg\",\n\t\t\t\t\t\"icongray\":
595
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/18f9b47fb628c194e48d91f91b5253d7ab40dc4d.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
596
+ \"KILL_ENEMY_DEAGLE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
597
+ \"Desert Eagle Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
598
+ \"Kill 200 enemies with the Desert Eagle\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/16a8d6f8f89f9d960516a9e3bf265e48c8f233f8.jpg\",\n\t\t\t\t\t\"icongray\":
599
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b85c72c79dde29ccd221ef5affa0e5545e61736d.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
600
+ \"KILL_ENEMY_GLOCK\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
601
+ \"Glock-18 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
602
+ \"Kill 100 enemies with the Glock-18\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/dfd91ef491bd48ee68c55ad9e26f75ca78391ac9.jpg\",\n\t\t\t\t\t\"icongray\":
603
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/cec717d6be33402b011fb9a3869d01d305a16154.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
604
+ \"KILL_ENEMY_ELITE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
605
+ \"Dual Berettas Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
606
+ \"Kill 25 enemies with the Dual Berettas\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/1f058def617b3054389ec65ae25de22af8824628.jpg\",\n\t\t\t\t\t\"icongray\":
607
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/713f3faeda54a19e8f02ffcd0fa87e28d686c891.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
608
+ \"KILL_ENEMY_FIVESEVEN\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
609
+ \"Five-SeveN Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
610
+ \"Kill 25 enemies with the Five-SeveN\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/05ce551a5f4e8c2395ed4c20ce80e6b380f201de.jpg\",\n\t\t\t\t\t\"icongray\":
611
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/e7cfae0401070da6a748976f96c701fe26ed5b15.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
612
+ \"META_PISTOL\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
613
+ \"Pistol Master\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Unlock
614
+ all Pistol kill awards\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/309990746a517b5f8119dd2e07b359c864c15f6e.jpg\",\n\t\t\t\t\t\"icongray\":
615
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/4367ce6e76a4eef17a516446d1e46cbcf9b08ea7.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
616
+ \"KILL_ENEMY_AWP\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
617
+ \"AWP Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
618
+ 500 enemies with the AWP\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/2e9c84d626c81874d0ac4634d2a28024d8f8f6dc.jpg\",\n\t\t\t\t\t\"icongray\":
619
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/ce5a1333c6797e58c24cbe121fe0ecaa6c3a7510.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
620
+ \"KILL_ENEMY_AK47\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
621
+ \"AK-47 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
622
+ 1,000 enemies with the AK-47\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/e61e83d7ccd73f122d98368190eff560f3a968ae.jpg\",\n\t\t\t\t\t\"icongray\":
623
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b64ebdd96b843723ae699a091577310ffef67acd.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
624
+ \"KILL_ENEMY_M4A1\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
625
+ \"M4 AR Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
626
+ 1,000 enemies with an M4 Assault Rifle\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/cd2c685b7e02156e6423602868d1ef91515a8f07.jpg\",\n\t\t\t\t\t\"icongray\":
627
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b07067309a39c94df6f71d13020e7443bc709d9a.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
628
+ \"KILL_ENEMY_AUG\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
629
+ \"AUG Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
630
+ 250 enemies with the AUG\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/452b21334f537a55f66c0464a0ecc4793e7d059c.jpg\",\n\t\t\t\t\t\"icongray\":
631
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/0728bbee1e39e857c620425ac27dfa1f2c1019bc.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
632
+ \"KILL_ENEMY_FAMAS\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
633
+ \"FAMAS Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
634
+ 100 enemies with the FAMAS\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/0e2e2fd07d06b03bd61ea1d7a08d03cb76e06684.jpg\",\n\t\t\t\t\t\"icongray\":
635
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/17ad7e0641476abda9c75d35f8076840b0234f20.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
636
+ \"KILL_ENEMY_G3SG1\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
637
+ \"G3SG1 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
638
+ 100 enemies with the G3SG1\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/524b05fc1d654a5fa01e486d38696b565dcc39b0.jpg\",\n\t\t\t\t\t\"icongray\":
639
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/77f4a2ffdb2170de8b255c6016e310d93f386dc9.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
640
+ \"META_RIFLE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
641
+ \"Rifle Master\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Unlock
642
+ all rifle kill awards\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/d5611e9ee86d9904f223e74253ba08c561fe4a94.jpg\",\n\t\t\t\t\t\"icongray\":
643
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/cc3aae70a81f54eb181d2d83517e05be6744cbc2.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
644
+ \"KILL_ENEMY_P90\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
645
+ \"P90 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
646
+ 500 enemies with the P90\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/1bf30fba202307e5aba52f95baf0e23f9a221a60.jpg\",\n\t\t\t\t\t\"icongray\":
647
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/939b24d788880b9dd303d1d6c18858ce61d9575c.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
648
+ \"KILL_ENEMY_MAC10\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
649
+ \"MAC-10 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
650
+ 100 enemies with the MAC-10\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/d32269eeec2a5605c8e658dd6d3c2cfc2c12018d.jpg\",\n\t\t\t\t\t\"icongray\":
651
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/1681d7c3ef5c830c2ca1cad2b8a8df906e71b79a.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
652
+ \"KILL_ENEMY_UMP45\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
653
+ \"UMP-45 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
654
+ 250 enemies with the UMP-45\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/70c3015f001c928d01958e19e621fde0e54b2df9.jpg\",\n\t\t\t\t\t\"icongray\":
655
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3d7806519f3c0eb12b44ba41d83b4e14842c3615.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
656
+ \"META_SMG\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
657
+ \"Sub-Machine Gun Master\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
658
+ \"Unlock all sub-machine gun kill awards\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/c16d742510d0b3ad887fd419bd8e6519992ae194.jpg\",\n\t\t\t\t\t\"icongray\":
659
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/613aab357388bd64bf6a8433d23c7cea53b08834.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
660
+ \"KILL_ENEMY_XM1014\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
661
+ \"XM1014 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
662
+ 200 enemies with the XM1014\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/0a73b158280d09cbdd5e5cdf6fbd97ba0834c046.jpg\",\n\t\t\t\t\t\"icongray\":
663
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/2769cd1ec9cf1c74bc11cfb23322b56cff2351e8.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
664
+ \"META_SHOTGUN\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
665
+ \"Shotgun Master\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
666
+ \"Unlock all shotgun kill awards\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/72270bdaa33fbe9d0cc3a82a9655f94ed1c79ede.jpg\",\n\t\t\t\t\t\"icongray\":
667
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/ad6d179432ed94bd50b3bcca8976feb43bf6c190.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
668
+ \"KILL_ENEMY_HEGRENADE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
669
+ \"HE Grenade Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
670
+ \"Kill 100 enemies with the HE grenade\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/4ecce5887ef01d594aa9bb3f3052a9d854bc0f83.jpg\",\n\t\t\t\t\t\"icongray\":
671
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/e6d188b17ecb88074d2a87dfce05f888097b7ccf.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
672
+ \"KILL_ENEMY_KNIFE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
673
+ \"Knife Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
674
+ 100 enemies with the knife\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/f299cfa70e7b6b09a54834967eb9d2ba3d9f0631.jpg\",\n\t\t\t\t\t\"icongray\":
675
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/ca24c796cba96e5a3a3f79ae86621877a4615a49.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
676
+ \"KILL_ENEMY_M249\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
677
+ \"M249 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
678
+ 100 enemies with the M249\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/59e82d596d69109651be5cb369c9595e44008030.jpg\",\n\t\t\t\t\t\"icongray\":
679
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/37668a8ad00eae73296a8475ebfc08d223802b17.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
680
+ \"META_WEAPONMASTER\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
681
+ \"Master At Arms\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
682
+ \"Unlock every weapon kill award\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/0ed5550c1da2a402cd31b4f8ff8681fbdb045b73.jpg\",\n\t\t\t\t\t\"icongray\":
683
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/5867958c69b2f5eca287798ac5dc8e0689afe23a.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
684
+ \"KILL_ENEMY_TEAM\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
685
+ \"The Cleaner\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"In
686
+ Classic mode, kill five enemies in a single round\",\n\t\t\t\t\t\"icon\":
687
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/1e363fcb0d6f929079bf5cd5712801492231a436.jpg\",\n\t\t\t\t\t\"icongray\":
688
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/eeae6a08e52f3cb51c50cb82b089440c2fe735e3.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
689
+ \"KILLS_WITH_MULTIPLE_GUNS\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
690
+ \"Variety Hour\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Get
691
+ kills with five different guns in a single round\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/75030fe4dead2cf4ff26aa22373ff1e97319f127.jpg\",\n\t\t\t\t\t\"icongray\":
692
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/212be5810ad72d9c10df2e3da4b4fcbef831f62c.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
693
+ \"KILL_HOSTAGE_RESCUER\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
694
+ \"Dead Shepherd\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
695
+ an enemy who is carrying a hostage\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/fdcf88bc3849c21154d04c998564a9f3b9bf49cd.jpg\",\n\t\t\t\t\t\"icongray\":
696
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/d91c75443d98bf5024ee9f3e72ff987324ec6442.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
697
+ \"LAST_PLAYER_ALIVE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
698
+ \"War of Attrition\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
699
+ \"Be the last player alive in a round with five players on your team\",\n\t\t\t\t\t\"icon\":
700
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/c078614a0d546908b67740b113a65831c33e39a8.jpg\",\n\t\t\t\t\t\"icongray\":
701
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/7f370bafba7252d904a3cb9926f054b076e0e9ce.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
702
+ \"KILL_ENEMY_LAST_BULLET\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
703
+ \"Magic Bullet\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
704
+ an enemy with the last bullet in your magazine (excluding sniper rifles and
705
+ Zeus x27)\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/20547dff510be3d7df94dc2c82ca7326eaf24641.jpg\",\n\t\t\t\t\t\"icongray\":
706
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/387a9b977433aeb7df56556a51853a5577b2093d.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
707
+ \"KILLING_SPREE_ENDER\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
708
+ \"Kill One, Get One Spree\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
709
+ \"Kill an enemy player who has just killed four of your teammates within 15
710
+ seconds\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b46735e642fe0146eaaf8da87bd9d426ad5510ac.jpg\",\n\t\t\t\t\t\"icongray\":
711
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/7bafc7e7f62f5fb6bf7dc6fc294d2efb651b57e3.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
712
+ \"BREAK_WINDOWS\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
713
+ \"A World of Pane\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
714
+ \"Shoot out 14 windows in a single round on Office\",\n\t\t\t\t\t\"icon\":
715
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/70dbf712e9cb049fb56cc7bab510dc97ecad5dca.jpg\",\n\t\t\t\t\t\"icongray\":
716
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/7f1cf888b7090360756bdc5dabcad259f51c6615.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
717
+ \"HEADSHOTS\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
718
+ \"Battle Sight Zero\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
719
+ \"Kill 250 enemies with headshots\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/72e142a6cbef679ffda7245b1074d1d52700ea98.jpg\",\n\t\t\t\t\t\"icongray\":
720
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b36533f8ede908216ba43fbd50cfab87ce3a5c2a.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
721
+ \"DAMAGE_NO_KILL\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
722
+ \"Primer\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Do at
723
+ least 95% damage to an enemy who is then killed by a another player\",\n\t\t\t\t\t\"icon\":
724
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/6f731c184c8b54ef26f142d644cfe3a8082c4484.jpg\",\n\t\t\t\t\t\"icongray\":
725
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/263f1b85e0c0584f6c64dd1eced477d5ee8d83ec.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
726
+ \"KILL_LOW_DAMAGE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
727
+ \"Finishing Schooled\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
728
+ \"Kill an enemy who has been reduced to less than 5% health by other players\",\n\t\t\t\t\t\"icon\":
729
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/81e3fcdf714a1b6124ac80918dff5b45ec1cdb79.jpg\",\n\t\t\t\t\t\"icongray\":
730
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/aa274283103024a097145ff572d07033da426347.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
731
+ \"KILL_ENEMY_RELOADING\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
732
+ \"Shot With Their Pants Down\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
733
+ \"Kill an enemy while they are reloading\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8348876e42a26000ec596a690ee962ff441f3d1f.jpg\",\n\t\t\t\t\t\"icongray\":
734
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/fc524700dc21b054f7d7223b0107991fff89e2f9.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
735
+ \"KILL_ENEMY_BLINDED\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
736
+ \"Blind Ambition\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
737
+ \"Kill 25 enemies blinded by flashbangs\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/6439356b22bfb76c8b2693a25b5291e1ec4b6f0d.jpg\",\n\t\t\t\t\t\"icongray\":
738
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3bd6bbc5a689edb6cc2339261576c7b81ae95fca.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
739
+ \"KILL_ENEMIES_WHILE_BLIND\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
740
+ \"Blind Fury\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
741
+ an enemy while you are blinded from a flashbang\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/5ee37dd9a04c583317d32af15f0a65b902ea7279.jpg\",\n\t\t\t\t\t\"icongray\":
742
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/eecfd460660516c8e15db282d1e97e3b352c0b12.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
743
+ \"KILLS_ENEMY_WEAPON\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
744
+ \"Friendly Firearms\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
745
+ \"Kill 100 enemies with enemy weapons\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/83325a3c5d679bd363102cd9abd3c9cac649497c.jpg\",\n\t\t\t\t\t\"icongray\":
746
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/cb46c843305953d379ddc84e49c2ae5eb6493e44.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
747
+ \"KILL_WITH_EVERY_WEAPON\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
748
+ \"Expert Marksman\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
749
+ \"Get a kill with every weapon\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/22511fb829f0cbaf08bc7a0ae7afd9e22fda1b36.jpg\",\n\t\t\t\t\t\"icongray\":
750
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/f1cf772653724cfb26a193cf6866306a72f4b737.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
751
+ \"SURVIVE_GRENADE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
752
+ \"Shrapnelproof\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Take
753
+ 80 points of damage from enemy grenades and still survive the round\",\n\t\t\t\t\t\"icon\":
754
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/cda7804972ac1833ef2718914202d744e7ecf99d.jpg\",\n\t\t\t\t\t\"icongray\":
755
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/2d1a06fba1e0ffd48c34ad9988262ead4613204f.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
756
+ \"WIN_KNIFE_FIGHTS_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
757
+ \"Make the Cut\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
758
+ a knife fight\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/99285573701d0823655458f538edc8c143397d83.jpg\",\n\t\t\t\t\t\"icongray\":
759
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/90cd8554100f7f1c93de9c9b92ab989295331614.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
760
+ \"WIN_KNIFE_FIGHTS_HIGH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
761
+ \"The Bleeding Edge\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
762
+ \"Win 100 knife fights\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/ab3c0b725c8da60d48211dd7c52a79a16fb7eda5.jpg\",\n\t\t\t\t\t\"icongray\":
763
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/45e2cdcef45e793e523de62aff98dc924a9334a8.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
764
+ \"KILLED_DEFUSER_WITH_GRENADE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
765
+ \"Defuse This!\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
766
+ the defuser with an HE grenade\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8f47c9f048b7e5569698213ccce140e77c257558.jpg\",\n\t\t\t\t\t\"icongray\":
767
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/89e95fdbe40f30d2fc17efb05c9bc58e8deb23c7.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
768
+ \"HIP_SHOT\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
769
+ \"Hip Shot\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
770
+ an enemy with an un-zoomed sniper rifle\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3f4eadad4eddba8bc1f93e26ad8fd8f58bfcc204.jpg\",\n\t\t\t\t\t\"icongray\":
771
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/dc4eb62a721ad0d1cb5a4483f42759ffd77b0b17.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
772
+ \"KILL_SNIPER_WITH_SNIPER\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
773
+ \"Eye to Eye\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
774
+ a zoomed-in enemy sniper with a sniper rifle of your own\",\n\t\t\t\t\t\"icon\":
775
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/60eee51a175e9de8486448dea71063882c47d472.jpg\",\n\t\t\t\t\t\"icongray\":
776
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3179e01b1fedd24cb29bde371b19d73e48009826.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
777
+ \"KILL_SNIPER_WITH_KNIFE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
778
+ \"Sknifed\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
779
+ a zoomed-in enemy sniper with a knife\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/dd3ad6ceec16033d085cdf81466acfee6b78923b.jpg\",\n\t\t\t\t\t\"icongray\":
780
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/a219eba3d0a3649c277db6f72d513ef7bebcbfc4.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
781
+ \"KILL_SNIPERS\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
782
+ \"Snipe Hunter\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
783
+ 100 zoomed-in enemy snipers\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/f1dc6a8b736d396c0756e0d397150464a212a460.jpg\",\n\t\t\t\t\t\"icongray\":
784
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/0a469eb934ea7748038090e53513f5de3a92afcd.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
785
+ \"KILL_WHEN_AT_LOW_HEALTH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
786
+ \"Dead Man Stalking\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
787
+ \"Kill an enemy while at one health\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/233e0468c1e9f7e29dc65aae90680494f31dbf46.jpg\",\n\t\t\t\t\t\"icongray\":
788
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b0c6a88030d93bf16d697761ca3a1f0b65e36e8c.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
789
+ \"GRENADE_MULTIKILL\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
790
+ \"Three the Hard Way\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
791
+ \"Kill three enemies with a single HE grenade\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/6ba1350f254b95e63c0ef276dcaff3937466207a.jpg\",\n\t\t\t\t\t\"icongray\":
792
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/61fec51072247689536dcc3fc9411c74f30628cb.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
793
+ \"PISTOL_ROUND_KNIFE_KILL\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
794
+ \"Street Fighter\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
795
+ \"Kill an enemy with a knife during the Pistol Round in a Classic match\",\n\t\t\t\t\t\"icon\":
796
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/399454259d33f0439b1355cc4a9cec4d3fcb7f23.jpg\",\n\t\t\t\t\t\"icongray\":
797
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/9f495012b74c645c322747630286a6e62a098d11.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
798
+ \"FAST_ROUND_WIN\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
799
+ \"Blitzkrieg\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
800
+ a round against five enemies in less than thirty seconds\",\n\t\t\t\t\t\"icon\":
801
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/a59e158dfc2235c98d8c228ae045ee11ed66f793.jpg\",\n\t\t\t\t\t\"icongray\":
802
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/72235305f0d97186ddaeb7d4364b621a1a2c9472.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
803
+ \"WIN_PISTOLROUNDS_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
804
+ \"Piece Initiative\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
805
+ \"Win 5 Pistol Rounds in Competitive Mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/ee63866f1dedc0ff3d1e5d5be973baa85cce0c5c.jpg\",\n\t\t\t\t\t\"icongray\":
806
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/705f4da0b87357110215e31e12036ab664d024ab.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
807
+ \"WIN_PISTOLROUNDS_MED\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
808
+ \"Give Piece a Chance\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
809
+ \"Win 25 Pistol Rounds in Competitive Mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/44a470bfba23636be7e1ecbedaff876eae9a4329.jpg\",\n\t\t\t\t\t\"icongray\":
810
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/651b7c255be991abefc3bc486d9d60453e625973.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
811
+ \"WIN_PISTOLROUNDS_HIGH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
812
+ \"Piece Treaty\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
813
+ 250 Pistol Rounds in Competitive Mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8ce444eaa5576a0825498af87079e48a92a5f7b2.jpg\",\n\t\t\t\t\t\"icongray\":
814
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b78f58a74a1e16b7fee1c87c823ac8c47927c85d.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
815
+ \"BOMB_MULTIKILL\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
816
+ \"Clusterstruck\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
817
+ five enemies with a bomb you have planted\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/6681a60482b56db26030e3f711c873e5d8497437.jpg\",\n\t\t\t\t\t\"icongray\":
818
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/2995213432da44789b6efd136f66f4adeda7c85e.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
819
+ \"GOOSE_CHASE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
820
+ \"Wild Gooseman Chase\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
821
+ \"As the last living Terrorist, distract a defuser long enough for the bomb
822
+ to explode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/cd81dc5ec3690f20d2686701ed8562f52b18f179.jpg\",\n\t\t\t\t\t\"icongray\":
823
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/1da82ab5cca4b7af581d3d17bd02a537cce61ada.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
824
+ \"WIN_BOMB_PLANT_AFTER_RECOVERY\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
825
+ \"Blast Will and Testament\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
826
+ \"Win a round by picking up the bomb from a fallen comrade and successfully
827
+ planting it\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/cf0cd919170e8bc60a58095cc108816849929c2e.jpg\",\n\t\t\t\t\t\"icongray\":
828
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/926535a647e8c5d1ebab852b6c24ddf2d877d82f.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
829
+ \"SURVIVE_MANY_ATTACKS\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
830
+ \"Target-Hardened\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
831
+ \"Survive damage from five different enemies within a round\",\n\t\t\t\t\t\"icon\":
832
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/85cbb095dd13b76c9b8c28a5b8485d6e5adc6a82.jpg\",\n\t\t\t\t\t\"icongray\":
833
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/bf3ad2883076255e5dd6e8a05acc9b096a44cd4c.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
834
+ \"LOSSLESS_EXTERMINATION\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
835
+ \"Mercy Rule\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
836
+ the entire opposing team without any members of your team dying\",\n\t\t\t\t\t\"icon\":
837
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/41015c5223155418271a45369389654ef97db196.jpg\",\n\t\t\t\t\t\"icongray\":
838
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3d5512ff9975e28bd3fcf1655cf4579575d6a381.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
839
+ \"FLAWLESS_VICTORY\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
840
+ \"Clean Sweep\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
841
+ the entire opposing team without any members of your team taking damage\",\n\t\t\t\t\t\"icon\":
842
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/4f931d4e6bbc7ca648b16b0440d4440c79a4f37a.jpg\",\n\t\t\t\t\t\"icongray\":
843
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/7f149df390f6e69aa21a06464b72946376b3f220.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
844
+ \"WIN_DUAL_DUEL\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
845
+ \"Akimbo King\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Use
846
+ Dual Berettas to kill an enemy player that is also wielding Dual Berettas\",\n\t\t\t\t\t\"icon\":
847
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/9caa687914739d5da5200b04eeaaddd5e6f54f7f.jpg\",\n\t\t\t\t\t\"icongray\":
848
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/6b0ef24cfabc4448d3d5edde30513ca3969158c5.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
849
+ \"UNSTOPPABLE_FORCE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
850
+ \"The Unstoppable Force\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
851
+ \"Kill four enemies within a single round\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/9f0100bf4168376212331c5177f3d22a30df12ae.jpg\",\n\t\t\t\t\t\"icongray\":
852
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/386633d066188ea38ac0df02904828ec772833eb.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
853
+ \"IMMOVABLE_OBJECT\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
854
+ \"The Immovable Object\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
855
+ \"Kill an enemy who has killed four of your teammates within the current round\",\n\t\t\t\t\t\"icon\":
856
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/1f267b0abd6d96e464a1ca6903a2ab943153bec3.jpg\",\n\t\t\t\t\t\"icongray\":
857
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/40f68cf4f54cd820fc80bdf9c319ce66af9de9d2.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
858
+ \"HEADSHOTS_IN_ROUND\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
859
+ \"Head Shred Redemption\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
860
+ \"Kill five enemy players with headshots in a single round\",\n\t\t\t\t\t\"icon\":
861
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/4f3ae16bccb48c9506e4be1ef4f107445958d527.jpg\",\n\t\t\t\t\t\"icongray\":
862
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/5e52593e691714ced65c35f680fc9f2f6469fee9.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
863
+ \"WIN_MAP_CS_ITALY\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
864
+ \"Italy Map Veteran\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
865
+ \"Win 100 rounds on Italy\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/41fe32f00a12b8cd5820ce149055b2757cd122f1.jpg\",\n\t\t\t\t\t\"icongray\":
866
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/5cc7050d01b7dc5166b6e6576da36e4d8696f7ab.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
867
+ \"WIN_MAP_CS_OFFICE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
868
+ \"Office Map Veteran\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
869
+ \"Win 100 rounds on Office\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/beda5eba8dd87b712960c96c17b2c27c6d96875e.jpg\",\n\t\t\t\t\t\"icongray\":
870
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/eb759bb34cc407ca106c80ccff767d1d604f54a6.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
871
+ \"WIN_MAP_DE_AZTEC\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
872
+ \"Aztec Map Veteran\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
873
+ \"Win 100 rounds on Aztec\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/55f621c6ae554de84edd1fce9ed2ba6ba9e08de4.jpg\",\n\t\t\t\t\t\"icongray\":
874
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/59c39f284bf618988e925b9445a8525817ad178c.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
875
+ \"WIN_MAP_DE_DUST\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
876
+ \"Dust Map Veteran\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
877
+ \"Win 100 rounds on Dust\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/1b3ef8f80011b7728e0a90b119c277e8f8f4ebf1.jpg\",\n\t\t\t\t\t\"icongray\":
878
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/26c020620df0ac4ea8e4aedc802d0d4b9fa99002.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
879
+ \"WIN_MAP_DE_DUST2\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
880
+ \"Dust2 Map Veteran\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
881
+ \"Win 100 rounds on Dust2\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/5210b418dcb481a9a582a3007c6a1bcc9e0a28fb.jpg\",\n\t\t\t\t\t\"icongray\":
882
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/4bb16b1f0c2b29d8fc8a9530507ee74e347b5bf8.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
883
+ \"WIN_MAP_DE_INFERNO\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
884
+ \"Inferno Map Veteran\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
885
+ \"Win 100 rounds on Inferno\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/57432488f8e462d84e73b4234b8c0d10b4840320.jpg\",\n\t\t\t\t\t\"icongray\":
886
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/94d47ff130d2e576d56cfe2b37bc5919eccc97e4.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
887
+ \"WIN_MAP_DE_NUKE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
888
+ \"Nuke Map Veteran\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
889
+ \"Win 100 rounds on Nuke\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/793ef60b248eee91e24909a802f171ef1e0054fa.jpg\",\n\t\t\t\t\t\"icongray\":
890
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/33d1ab6153d7ea7087feb2b89e303c4f1f5bd4b5.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
891
+ \"WIN_MAP_DE_SHORTTRAIN\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
892
+ \"Shorttrain Map Veteran\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
893
+ \"Win five matches on Shorttrain\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/c4cf46ea10258c2cc9a0a806349d617ef23b86b6.jpg\",\n\t\t\t\t\t\"icongray\":
894
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/7c7c7cb08ffdc1aaf54cd76881d526eb97403c7d.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
895
+ \"KILL_WHILE_IN_AIR\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
896
+ \"Death From Above\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
897
+ \"Kill an enemy while you are airborne\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/d47c7a78c7bc6dcc720afbece64fe8ef0d55f4dd.jpg\",\n\t\t\t\t\t\"icongray\":
898
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/be45e7791dfdeffcd2a12be0fdef91e807a53b02.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
899
+ \"KILL_ENEMY_IN_AIR\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
900
+ \"Bunny Hunt\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
901
+ an airborne enemy\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/36bee0e89e3152683990a4e0a6ac3175f14b3c9b.jpg\",\n\t\t\t\t\t\"icongray\":
902
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/de394e0ab012d5490bd0b6f229f461e87e79a8a5.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
903
+ \"KILLER_AND_ENEMY_IN_AIR\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
904
+ \"Aerial Necrobatics\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
905
+ \"Kill an airborne enemy while you are also airborne\",\n\t\t\t\t\t\"icon\":
906
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/f2ad27b9e610de552f3eea70fa1f5ecec17d7400.jpg\",\n\t\t\t\t\t\"icongray\":
907
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/ef41b3fa5bd65c9c30b74b0fa0e9f68713b73556.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
908
+ \"SILENT_WIN\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
909
+ \"Black Bag Operation\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
910
+ \"Win a round without making any footstep noise, killing at least one enemy\",\n\t\t\t\t\t\"icon\":
911
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/9115f55717b4531f2954e2ae97cab50d7c809e04.jpg\",\n\t\t\t\t\t\"icongray\":
912
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/22a386e0d62909cb37748575c2f5a26dacec5ae3.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
913
+ \"BLOODLESS_VICTORY\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
914
+ \"Cold War\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
915
+ a round in which no enemy players die\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/9acdeabcc6010e5e317b45125c3d9f8557daeec0.jpg\",\n\t\t\t\t\t\"icongray\":
916
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b6d7ccf98eeaaa897709e51f9eca48978220d737.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
917
+ \"DONATE_WEAPONS\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
918
+ \"Killanthropist\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
919
+ \"Donate 100 weapons to your teammates\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/d6029b217b817879924136ec61345c9774187ffb.jpg\",\n\t\t\t\t\t\"icongray\":
920
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/004af3a53ba5946d961d220448bdc3eaf1cbbce7.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
921
+ \"WIN_ROUNDS_WITHOUT_BUYING\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
922
+ \"The Frugal Beret\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
923
+ \"Win ten rounds in a row without dying or spending any cash in Classic mode\",\n\t\t\t\t\t\"icon\":
924
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/4ef75482e607ffa171598b739985407645be25f3.jpg\",\n\t\t\t\t\t\"icongray\":
925
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3a555d55923b301634bc28f8b677be62399235ba.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
926
+ \"DEFUSE_DEFENSE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
927
+ \"Defusus Interruptus\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
928
+ \"Stop defusing the bomb long enough to kill an enemy, then successfully finish
929
+ defusing it\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/71d7972286f4037b04343cf14a429e9bb890980c.jpg\",\n\t\t\t\t\t\"icongray\":
930
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/792a9f40a7efbbe6db7c4855759403c3b44e5c9b.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
931
+ \"KILL_BOMB_PICKUP\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
932
+ \"Participation Award\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
933
+ \"Kill an enemy within three seconds after they recover a dropped bomb\",\n\t\t\t\t\t\"icon\":
934
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/c8363f9b9d8edefc807592ac0ebf0443638816e4.jpg\",\n\t\t\t\t\t\"icongray\":
935
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/c582137968e8e30b7ad5ff020a122692ae9eda43.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
936
+ \"DOMINATIONS_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
937
+ \"Repeat Offender\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
938
+ \"Dominate an enemy\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8c161f325310f4319064377fab29f9c7ddb19953.jpg\",\n\t\t\t\t\t\"icongray\":
939
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/93d4894afca8e1fd08e839464a96c16ddfb64aa3.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
940
+ \"DOMINATIONS_HIGH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
941
+ \"Decimator\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Dominate
942
+ ten enemies\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/84b5363e331ac0f4f81b25f023dfd441b7704871.jpg\",\n\t\t\t\t\t\"icongray\":
943
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/9a67684395c15619e91c29c6aec2f8904065cc1b.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
944
+ \"DOMINATION_OVERKILLS_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
945
+ \"Overkill\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
946
+ an enemy whom you are already dominating\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/35f678614f16eabd93cf2bfac3d25056c19c05db.jpg\",\n\t\t\t\t\t\"icongray\":
947
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/267be94458e3f79957f06e36b8754d8324b7bf50.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
948
+ \"DOMINATION_OVERKILLS_HIGH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
949
+ \"Command and Control\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
950
+ \"Kill 100 enemies whom you are already dominating\",\n\t\t\t\t\t\"icon\":
951
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/eb6fbfae0b533923e11313d0b899762a602c85d6.jpg\",\n\t\t\t\t\t\"icongray\":
952
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/fde4c00181781f63c793864fb82aff3ccd652af0.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
953
+ \"REVENGES_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
954
+ \"Insurgent\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
955
+ an enemy who is dominating you\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3bcdad95b60feeb79544208afbab7420ba7ca7c0.jpg\",\n\t\t\t\t\t\"icongray\":
956
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/0169c0d91b886351fe8e98c911655ec407a2e13e.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
957
+ \"REVENGES_HIGH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
958
+ \"Can't Keep a Good Man Down\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
959
+ \"Kill 20 enemies who are dominating you\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/318f5f8715d76b9a59ae187ee3d052c533761efc.jpg\",\n\t\t\t\t\t\"icongray\":
960
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/54f01fd1936707ac2988b84d93c9f5ed264a66e9.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
961
+ \"CONCURRENT_DOMINATIONS\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
962
+ \"Hat Trick\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Dominate
963
+ three enemies simultaneously\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8fe19e0adf20dfae6ee71dd83c2249ba45b93df9.jpg\",\n\t\t\t\t\t\"icongray\":
964
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8abe73ca9f1b49e57f79225dab67f5a679e413bb.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
965
+ \"DOMINATION_OVERKILLS_MATCH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
966
+ \"Ten Angry Men\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
967
+ 10 enemies you are already dominating during a single match\",\n\t\t\t\t\t\"icon\":
968
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/d2a9bece8d07edc762f688132f8cbecb6a508057.jpg\",\n\t\t\t\t\t\"icongray\":
969
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/585202a4828b7d6e228a83a6246bf6f53463cfa2.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
970
+ \"EXTENDED_DOMINATION\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
971
+ \"Excessive Brutality\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
972
+ \"Kill an enemy whom you are dominating four additional times\",\n\t\t\t\t\t\"icon\":
973
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/5d9f9a1cbb9ddcc583a826defa941f2c7240125f.jpg\",\n\t\t\t\t\t\"icongray\":
974
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/c5f44363ea98bb62baa9ac5a2907808e8e9ccc51.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
975
+ \"KILL_ENEMIES_WHILE_BLIND_HARD\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
976
+ \"Spray and Pray\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
977
+ \"Kill two enemies while you are blinded from a flashbang\",\n\t\t\t\t\t\"icon\":
978
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/0080dcf6f75bfa344d7f4d8fa8be790bc28964d7.jpg\",\n\t\t\t\t\t\"icongray\":
979
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8ce1ca439ef39f231c60197bb3a74f588ca1cbba.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
980
+ \"CAUSE_FRIENDLY_FIRE_WITH_FLASHBANG\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
981
+ \"The Road to Hell\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
982
+ \"Blind an enemy player who then kills a teammate\",\n\t\t\t\t\t\"icon\":
983
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/a4994faa509318b93c5acd432e4f2c27821bb113.jpg\",\n\t\t\t\t\t\"icongray\":
984
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3fd9f0ee222fa78cc1ea678b70921cd5f83a0ec6.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
985
+ \"AVENGE_FRIEND\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
986
+ \"Avenging Angel\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
987
+ \"Kill an enemy who has killed a player on your friends list in the same round\",\n\t\t\t\t\t\"icon\":
988
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/a43e9ea14bfc5c7c65d9403bf7ed0869cb1fa0f3.jpg\",\n\t\t\t\t\t\"icongray\":
989
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/056f3578244e069b90d75b8124652ae17b744f9b.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
990
+ \"GUN_GAME_KILL_KNIFER\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
991
+ \"Denied!\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
992
+ a player who is on gold knife level in Arms Race Mode\",\n\t\t\t\t\t\"icon\":
993
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/9a1cd597e0b3b4f24ef9bf2daf4ca67f40aab770.jpg\",\n\t\t\t\t\t\"icongray\":
994
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/15793fee93359e9b019e28eb09a000409273f014.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
995
+ \"WIN_EVERY_GUNGAME_MAP\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
996
+ \"Marksman\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
997
+ a match on every Arms Race and Demolition map\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/96c24a4d8479ba27188f830fb5a0784ed5acf30d.jpg\",\n\t\t\t\t\t\"icongray\":
998
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/f8b155f5da59087dd5c9f4251b2bb786f2e6d5b6.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
999
+ \"WIN_MAP_AR_SHOOTS\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1000
+ \"Shoots Vet\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
1001
+ five matches in Arms Race Mode on Shoots\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/285b0ace38c4a02a02844c8d8b559054877a79f0.jpg\",\n\t\t\t\t\t\"icongray\":
1002
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8a7f730636f7fb94ef405dc5e4f45f58d2ad1667.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1003
+ \"TR_BOMB_PLANT_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1004
+ \"Shorter Fuse\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Plant
1005
+ five bombs in Demolition Mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/747d9d833b65f4e8875c46143fb11159b36fc50f.jpg\",\n\t\t\t\t\t\"icongray\":
1006
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/dba2a3cc2a9b69632abb8c88302935f174b91284.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1007
+ \"TR_BOMB_DEFUSE_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1008
+ \"Quick Cut\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Defuse
1009
+ five bombs in Demolition mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/6935340c4d2277c095f72a701d56a788eb3ce304.jpg\",\n\t\t\t\t\t\"icongray\":
1010
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/e19146a204847b07cc1ac6b18f4a8b714b1ea20f.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1011
+ \"WIN_MAP_DE_LAKE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1012
+ \"Vacation\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
1013
+ five matches on Lake\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/31c3ab15c1850db833bb3876df7b9943637e916f.jpg\",\n\t\t\t\t\t\"icongray\":
1014
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/7a3d1294fcfcf61c9e65efba02f2e44fdf6ef0a5.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1015
+ \"WIN_MAP_DE_SAFEHOUSE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1016
+ \"My House\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
1017
+ five matches on Safehouse\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/05cc579e286fa4e9c7b4a8ec5cc8bc409eeb2f5a.jpg\",\n\t\t\t\t\t\"icongray\":
1018
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/610a7c3ebf040e5a092f059d3b0113e4a9f88eae.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1019
+ \"WIN_MAP_DE_SUGARCANE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1020
+ \"Run of the Mill\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1021
+ \"Win five matches on Sugarcane\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/aaaabd6a546238226dcfc92118a5557876bab7ee.jpg\",\n\t\t\t\t\t\"icongray\":
1022
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/1ca333fac93d929f4e0c04b37960cb8b38bf4dd2.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1023
+ \"WIN_MAP_DE_STMARC\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1024
+ \"Marcsman\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
1025
+ five matches on St. Marc\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/6f06126bd8c508f205c7bf7ffacf32dde77c242b.jpg\",\n\t\t\t\t\t\"icongray\":
1026
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/7e3b1689a9b8a03f461b17488b2fafed740b5e87.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1027
+ \"GUN_GAME_KNIFE_KILL_KNIFER\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1028
+ \"Knife on Knife\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1029
+ \"Kill an enemy who is on gold knife level with your own knife in Arms Race
1030
+ Mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/2f1cc20b9181390d0f10494d9f29b659f7db4623.jpg\",\n\t\t\t\t\t\"icongray\":
1031
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/40ee7dae79c9a3b0e5476c504be890c6815a7563.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1032
+ \"GUN_GAME_SMG_KILL_KNIFER\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1033
+ \"Level Playing Field\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1034
+ \"Kill an enemy who is on gold knife level with a sub-machine gun in Arms
1035
+ Race Mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/975c11095cd8c9bd21773676c519bf279e816e95.jpg\",\n\t\t\t\t\t\"icongray\":
1036
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b3d4fed55f308d5f66b6a7f918c2c848f91bf24c.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1037
+ \"GUN_GAME_ROUNDS_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1038
+ \"Practice Practice Practice\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1039
+ \"Play 100 matches of Arms Race or Demolition mode\",\n\t\t\t\t\t\"icon\":
1040
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/fd2a716c0e7ec6a837748c4ed0834517e431ff94.jpg\",\n\t\t\t\t\t\"icongray\":
1041
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/73ca8432b7b5b46cb59a7df3a1e8635cf53ca6d9.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1042
+ \"GUN_GAME_ROUNDS_MED\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1043
+ \"Gun Collector\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Play
1044
+ 500 matches of Arms Race or Demolition mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3c2603fbd848b5d29bfb6893dc6d268b92e5db04.jpg\",\n\t\t\t\t\t\"icongray\":
1045
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b751604b0015f7c76e8bd3f071ff65a57a4565ea.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1046
+ \"GUN_GAME_ROUNDS_HIGH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1047
+ \"King of the Kill\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1048
+ \"Play 5,000 matches of Arms Race or Demolition mode\",\n\t\t\t\t\t\"icon\":
1049
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b747e0fdf739e829314d5cde510432a32df34da9.jpg\",\n\t\t\t\t\t\"icongray\":
1050
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3d37e3a9c96b952cdf292bffc6f0f2fe577c1db0.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1051
+ \"WIN_GUN_GAME_ROUNDS_LOW\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1052
+ \"Gungamer\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
1053
+ one match in Arms Race or Demolition mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/4a64a911384776b5b22b6b625739ac80c345ad52.jpg\",\n\t\t\t\t\t\"icongray\":
1054
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/93a8f39d8310263c09f5d83975528af3e180397b.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1055
+ \"WIN_GUN_GAME_ROUNDS_MED\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1056
+ \"Keep on Gunning\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1057
+ \"Win 25 matches in Arms Race or Demolition mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/59044fe3688f7f060fcc9195c97e9359ad56c06b.jpg\",\n\t\t\t\t\t\"icongray\":
1058
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8956449c35a50d97aed68b5d344e9109d92493a3.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1059
+ \"WIN_GUN_GAME_ROUNDS_HIGH\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1060
+ \"Kill of the Century\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1061
+ \"Win 100 matches in Arms Race or Demolition mode\",\n\t\t\t\t\t\"icon\":
1062
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/1e69c7d4b68cc3e11047d7fe7c81434a73c365a7.jpg\",\n\t\t\t\t\t\"icongray\":
1063
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/57a40469f09b9cb8ff40624814217253d89d8942.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1064
+ \"WIN_GUN_GAME_ROUNDS_EXTREME\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1065
+ \"The Professional\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1066
+ \"Win 500 matches in Arms Race or Demolition mode\",\n\t\t\t\t\t\"icon\":
1067
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/72ec16ecfe103d72234c3731effc45ed909bdfcb.jpg\",\n\t\t\t\t\t\"icongray\":
1068
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8d23d4c383cd84575def97831d1f725e51e7db25.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1069
+ \"WIN_GUN_GAME_ROUNDS_ULTIMATE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1070
+ \"Cold Pizza Eater\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1071
+ \"Win 1,000 matches in Arms Race or Demolition mode\",\n\t\t\t\t\t\"icon\":
1072
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/32896ed2906d75efe7c96206f2c89a8868e5b127.jpg\",\n\t\t\t\t\t\"icongray\":
1073
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/1b5ce5ead820d16cd60a840366f686b9cd4af97c.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1074
+ \"PLAY_EVERY_GUNGAME_MAP\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1075
+ \"Tourist\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Play
1076
+ a round on every Arms Race and Demolition map\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/1b644ef323872a1131d3d7c4ee03ffab0c2b2667.jpg\",\n\t\t\t\t\t\"icongray\":
1077
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/e9f50cecb28b3c37fe38f94216e393b34d4bd0a1.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1078
+ \"GUN_GAME_RAMPAGE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1079
+ \"Rampage!\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
1080
+ an Arms Race match without dying\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/33724c22d5c591d606cf5ae3cfc86d3ac7636831.jpg\",\n\t\t\t\t\t\"icongray\":
1081
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/04e65f5cf5b808c411e7447d6bff48dfd9c9eabd.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1082
+ \"GUN_GAME_FIRST_KILL\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1083
+ \"FIRST!\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Be the
1084
+ first player to get a kill in an Arms Race or Demolition match\",\n\t\t\t\t\t\"icon\":
1085
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/f43514b35d97147befe3d0206c256abe16494d10.jpg\",\n\t\t\t\t\t\"icongray\":
1086
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8d29ee467f4ddd380fc6e5140d0f96c62adeccb4.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1087
+ \"GUN_GAME_FIRST_THING_FIRST\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1088
+ \"First Things First\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1089
+ \"Personally kill the entire Terrorist team before the bomb is planted in
1090
+ Demolition Mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3383694a54d7f6becb9c914f2807403839f947ad.jpg\",\n\t\t\t\t\t\"icongray\":
1091
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/2e1f4749e3f6aacb4cd11b7fe0881ef6b58ffcbb.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1092
+ \"GUN_GAME_TARGET_SECURED\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1093
+ \"Target Secured\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1094
+ \"Personally kill the entire Counter-Terrorist team before the bomb is planted
1095
+ in Demolition Mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/851393a0dd28365e5a67bf52ba97d5f7d7b41ef8.jpg\",\n\t\t\t\t\t\"icongray\":
1096
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/ca440a9ba5c5ff725825d77151f83268487dc141.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1097
+ \"ONE_SHOT_ONE_KILL\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1098
+ \"One Shot One Kill\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1099
+ \"Kill three consecutive players using the first bullet of your gun in Arms
1100
+ Race mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/7ceebbc7a90958c4c50477d313f55f7c371cefa9.jpg\",\n\t\t\t\t\t\"icongray\":
1101
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/0bf0571d2e6cbea466c77a1b28b91f027769a64b.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1102
+ \"GUN_GAME_CONSERVATIONIST\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1103
+ \"Conservationist\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1104
+ \"Win an Arms Race match without reloading any of your weapons\",\n\t\t\t\t\t\"icon\":
1105
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/aace8291de73c7ef8388cd2a0ba4be87497c5cf5.jpg\",\n\t\t\t\t\t\"icongray\":
1106
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/4483f4a571fad5bb6829fd6d4d17d8f920628cce.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1107
+ \"BASE_SCAMPER\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1108
+ \"Base Scamper\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
1109
+ an enemy just as their respawn protection ends in Arms Race mode\",\n\t\t\t\t\t\"icon\":
1110
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/c1000dbf007206aeddbeed97fcd331405e542adf.jpg\",\n\t\t\t\t\t\"icongray\":
1111
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/41d2301e82ddcc783512d0e8dac538767c9af8ff.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1112
+ \"BORN_READY\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1113
+ \"Born Ready\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
1114
+ an enemy with the first bullet after your respawn protection ends in Arms
1115
+ Race mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/5856a57c4a43a209287ef5d4d2ab2cd2e6d4bc76.jpg\",\n\t\t\t\t\t\"icongray\":
1116
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/a8ad2dc9a198f2a9853297c8def995b38341ac57.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1117
+ \"STILL_ALIVE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1118
+ \"Still Alive\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Survive
1119
+ more than 30 seconds with less than ten health in Arms Race or Demolition
1120
+ mode\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/344f2a3aa230450a3e2bda06533b2a632e223b4a.jpg\",\n\t\t\t\t\t\"icongray\":
1121
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/d1981870927d0426646ba0ab59a0e1559ec27de6.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1122
+ \"MEDALIST\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1123
+ \"Awardist\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Earn
1124
+ 100 achievements\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/f6d212f58b1055ddb033af1e30b401c6e04a349b.jpg\",\n\t\t\t\t\t\"icongray\":
1125
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/8b8face693855070499542ea573f4db7880b8983.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1126
+ \"WIN_MAP_DE_BANK\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1127
+ \"Bank On It\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Win
1128
+ five matches on Bank\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/a6dc63b92a74f85d181a06ae1620e73636eebaae.jpg\",\n\t\t\t\t\t\"icongray\":
1129
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/59ccb246ef0352f98e623792e3d82a0000643f6b.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1130
+ \"WIN_MAP_AR_BAGGAGE\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1131
+ \"Baggage Claimer\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1132
+ \"Win five matches in Arms Race Mode on Baggage\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/ce59e044fac4e9d67c5b3b06ccad3701ad0176e4.jpg\",\n\t\t\t\t\t\"icongray\":
1133
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/489e002bf442ebecc74c1ed4c9c59c3624a070a9.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1134
+ \"KILL_ENEMY_BIZON\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1135
+ \"PP-Bizon Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1136
+ \"Kill 250 enemies with the PP-Bizon\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/088181628a8e14fde5d6090bb90dd6f7e685c23b.jpg\",\n\t\t\t\t\t\"icongray\":
1137
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/5990c307196160cbe9dba70f7d0853afa72f52db.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1138
+ \"KILL_ENEMY_TEC9\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1139
+ \"Tec-9 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
1140
+ 100 enemies with the Tec-9\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/d27a9eb65bb331b15c04ea8840ac4de587f38e4b.jpg\",\n\t\t\t\t\t\"icongray\":
1141
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/c0de589d9a345909a4d5f590a9294400798e6bdb.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1142
+ \"KILL_ENEMY_TASER\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1143
+ \"Zeus x27 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1144
+ \"Kill 10 enemies with the Zeus x27\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/5bd3dff996574f914ce9cf66c25230afa7ea99f5.jpg\",\n\t\t\t\t\t\"icongray\":
1145
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/62859e63cf906d85dffdd40bc05240d807a4a13e.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1146
+ \"KILL_ENEMY_HKP2000\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1147
+ \"P2000/USP Tactical Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1148
+ \"Kill 100 enemies with the P2000 or USP\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/819a8572e35a624d545db1608c8feff8842e8b45.jpg\",\n\t\t\t\t\t\"icongray\":
1149
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/ac79d04b1210aee0272ed24e89897625d3b99745.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1150
+ \"KILL_ENEMY_P250\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1151
+ \"P250 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
1152
+ 25 enemies with the P250\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/c3d65d7d4e64ef925e9e9863f466344a1edd2c69.jpg\",\n\t\t\t\t\t\"icongray\":
1153
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/42e8c9a645a4eefd48051dde97ac0269795b2b3a.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1154
+ \"KILL_ENEMY_SCAR20\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1155
+ \"SCAR-20 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1156
+ \"Kill 100 enemies with the SCAR-20\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/54b73be2c9b7d265eb9a9aae5dac2492ed9da5f9.jpg\",\n\t\t\t\t\t\"icongray\":
1157
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/ecdedbd60aa53efefa2a3068e546ae94dcbf3959.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1158
+ \"KILL_ENEMY_SG556\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1159
+ \"SG553 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
1160
+ 100 enemies with the SG553\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/48f4510fdc397cc77a6847314edb77b7e5e32351.jpg\",\n\t\t\t\t\t\"icongray\":
1161
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/f794e47191144b535b067d41873cb1f7b972671a.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1162
+ \"KILL_ENEMY_SSG08\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1163
+ \"SSG 08 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
1164
+ 100 enemies with the SSG 08\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/46ff7336028888b668484abd48b8d2448dc168c6.jpg\",\n\t\t\t\t\t\"icongray\":
1165
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/e8e474be5facc60629a08adbcd9d73c35148f7f3.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1166
+ \"KILL_ENEMY_MP7\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1167
+ \"MP7 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
1168
+ 250 enemies with the MP7\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3b082a66e030670c8b496006248bb2c59139370c.jpg\",\n\t\t\t\t\t\"icongray\":
1169
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3866ea2506cda6d95bfff3e67ad64fde8db304df.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1170
+ \"KILL_ENEMY_MP9\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1171
+ \"MP9 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
1172
+ 100 enemies with the MP9\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/90ad5f5a2c540995f1b6436bd03609ad42c29904.jpg\",\n\t\t\t\t\t\"icongray\":
1173
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/b692f67c0fab35be6ad9d49474a6eecf4f786e6a.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1174
+ \"KILL_ENEMY_MAG7\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1175
+ \"MAG-7 Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
1176
+ 50 enemies with the MAG-7\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/43a157088b353f1347364fa0dcbb73fca36bc8ec.jpg\",\n\t\t\t\t\t\"icongray\":
1177
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3a90b24066b3e62f9fb59d8584acf69ae45c99b1.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1178
+ \"KILL_ENEMY_SAWEDOFF\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1179
+ \"Sawed-Off Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1180
+ \"Kill 50 enemies with the Sawed-Off\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3f5eba75bc35416bda2aade3b717206b68e341f2.jpg\",\n\t\t\t\t\t\"icongray\":
1181
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/4ba6e95affe6c23df0c24a8e8f455ed1c969b864.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1182
+ \"KILL_ENEMY_NOVA\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1183
+ \"Nova Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
1184
+ 100 enemies with the Nova\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/6cc9c55cfd6ef2c4bfd9e630ab356b709da6419b.jpg\",\n\t\t\t\t\t\"icongray\":
1185
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/9f017a8e85bac8011505c1fb8d608f4c4d8a2989.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1186
+ \"KILL_ENEMY_NEGEV\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1187
+ \"Negev Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
1188
+ 100 enemies with the Negev\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/3001277dd7b368365a473a1fd43e67e4dbc75169.jpg\",\n\t\t\t\t\t\"icongray\":
1189
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/432da3ba7c40b3fd809b1a15fe086c5515c9edfd.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1190
+ \"KILL_ENEMY_MOLOTOV\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1191
+ \"Flame Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\": \"Kill
1192
+ 100 enemies with the Molotov or Incendiary grenade\",\n\t\t\t\t\t\"icon\":
1193
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/ebb2bec58c2f69aa2b2dbc6c4c53bc760dab5de8.jpg\",\n\t\t\t\t\t\"icongray\":
1194
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/a7bbd871efe761eb3a02137f85fe8f429a8bb2e6.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1195
+ \"WIN_MAP_DE_TRAIN\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1196
+ \"Train Map Veteran\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1197
+ \"Win 100 rounds on Train\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/360ae17d09ec930fd0638d9fcd72baddea92094c.jpg\",\n\t\t\t\t\t\"icongray\":
1198
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/2a4270469f1377564bde88b77925c4ddebb9c1d2.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\":
1199
+ \"KILL_ENEMY_GALILAR\",\n\t\t\t\t\t\"defaultvalue\": 0,\n\t\t\t\t\t\"displayName\":
1200
+ \"Galil AR Expert\",\n\t\t\t\t\t\"hidden\": 0,\n\t\t\t\t\t\"description\":
1201
+ \"Kill 250 enemies with the Galil AR\",\n\t\t\t\t\t\"icon\": \"http://media.steampowered.com/steamcommunity/public/images/apps/730/a3a32715a970dd3a8c174bc57ee1b2204d9d29b1.jpg\",\n\t\t\t\t\t\"icongray\":
1202
+ \"http://media.steampowered.com/steamcommunity/public/images/apps/730/61139f5e158c8af4592118802ad1ceb74cd40b57.jpg\"\n\t\t\t\t}\n\t\t\t]\n\t\t\t\n\t\t}\n\t}\n}"
1203
+ http_version:
1204
+ recorded_at: Thu, 30 Oct 2014 17:15:49 GMT
1205
+ recorded_with: VCR 2.9.3