quakelive_api 0.0.1

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 (57) hide show
  1. data/.gitignore +21 -0
  2. data/.travis.yml +9 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +76 -0
  6. data/Rakefile +14 -0
  7. data/lib/quakelive_api/base.rb +52 -0
  8. data/lib/quakelive_api/error/player_not_found.rb +6 -0
  9. data/lib/quakelive_api/error/request_error.rb +6 -0
  10. data/lib/quakelive_api/game_time.rb +34 -0
  11. data/lib/quakelive_api/items/award.rb +7 -0
  12. data/lib/quakelive_api/items/competitor.rb +7 -0
  13. data/lib/quakelive_api/items/favourite.rb +7 -0
  14. data/lib/quakelive_api/items/model.rb +7 -0
  15. data/lib/quakelive_api/items/recent_game.rb +7 -0
  16. data/lib/quakelive_api/items/record.rb +7 -0
  17. data/lib/quakelive_api/items/structurable.rb +13 -0
  18. data/lib/quakelive_api/items/weapon.rb +7 -0
  19. data/lib/quakelive_api/parser/awards.rb +50 -0
  20. data/lib/quakelive_api/parser/base.rb +33 -0
  21. data/lib/quakelive_api/parser/statistics.rb +81 -0
  22. data/lib/quakelive_api/parser/summary.rb +174 -0
  23. data/lib/quakelive_api/profile/awards/base.rb +24 -0
  24. data/lib/quakelive_api/profile/awards/career_milestones.rb +14 -0
  25. data/lib/quakelive_api/profile/awards/experience.rb +14 -0
  26. data/lib/quakelive_api/profile/awards/mad_skillz.rb +14 -0
  27. data/lib/quakelive_api/profile/awards/social_life.rb +15 -0
  28. data/lib/quakelive_api/profile/awards/sweet_success.rb +14 -0
  29. data/lib/quakelive_api/profile/statistics.rb +18 -0
  30. data/lib/quakelive_api/profile/summary.rb +35 -0
  31. data/lib/quakelive_api/profile.rb +43 -0
  32. data/lib/quakelive_api/version.rb +3 -0
  33. data/lib/quakelive_api.rb +38 -0
  34. data/quakelive_api.gemspec +28 -0
  35. data/test/fixtures/awards/career.txt +382 -0
  36. data/test/fixtures/awards/experience.txt +769 -0
  37. data/test/fixtures/awards/mad_skillz.txt +915 -0
  38. data/test/fixtures/awards/social_life.txt +155 -0
  39. data/test/fixtures/awards/sweet_success.txt +684 -0
  40. data/test/fixtures/profile/error.txt +24 -0
  41. data/test/fixtures/profile/not_found.txt +36 -0
  42. data/test/fixtures/profile/summary.txt +383 -0
  43. data/test/fixtures/statistics/emqz.txt +431 -0
  44. data/test/fixtures/statistics/xsi.txt +558 -0
  45. data/test/fixtures/summary/emqz.txt +304 -0
  46. data/test/fixtures/summary/mariano.txt +380 -0
  47. data/test/quakelive_api/game_time_test.rb +51 -0
  48. data/test/quakelive_api/profile/awards/career_milestones_test.rb +38 -0
  49. data/test/quakelive_api/profile/awards/experience_test.rb +38 -0
  50. data/test/quakelive_api/profile/awards/mad_skillz_test.rb +38 -0
  51. data/test/quakelive_api/profile/awards/social_life_test.rb +38 -0
  52. data/test/quakelive_api/profile/awards/sweet_success_test.rb +38 -0
  53. data/test/quakelive_api/profile/statistics_test.rb +75 -0
  54. data/test/quakelive_api/profile/summary_test.rb +97 -0
  55. data/test/quakelive_api/profile_test.rb +67 -0
  56. data/test/test_helper.rb +47 -0
  57. metadata +220 -0
@@ -0,0 +1,684 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.67
3
+ Date: Fri, 16 Aug 2013 10:00:10 GMT
4
+ Content-Type: text/html
5
+ Transfer-Encoding: chunked
6
+ Connection: close
7
+ X-Powered-By: PHP/5.3.3
8
+ X-QL-IDENT: 0 standard
9
+
10
+ <div class="detailArea awardId99">
11
+ <img alt="" title="Skill, control, strategy - you&#039;ve got it all." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/pack_hunter_v2013071600.0.png" width="61" height="61" class="fl" />
12
+ <p class="fl ml15 w247">
13
+ <span class="bigRedTxt">Pack Hunter</span>
14
+ <br />
15
+ <span class="blktxt_11">Win 75 Team Deathmatch matches.</span>
16
+ </p>
17
+
18
+ <ul class="fl">
19
+ <li class="blkbullets blktxt_11">Date awarded: 03/04/2013<!-- (999 days after joining) --></li>
20
+ <li class="blkbullets blktxt_11">
21
+ 16 friends (47% of total) have earned this award
22
+ </li>
23
+ <li class="blkbullets blktxt_11">
24
+ 3289 players (&lt; 1% of total) have earned this award
25
+ </li>
26
+ </ul>
27
+
28
+ <div class="cl"></div>
29
+ </div>
30
+ <div class="detailArea awardId284">
31
+ <img alt="" title="But were you able to defend them afterward?" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/field_general_v2013071600.0.png" width="61" height="61" class="fl" />
32
+ <p class="fl ml15 w247">
33
+ <span class="bigRedTxt">Field General</span>
34
+ <br />
35
+ <span class="blktxt_11">Capture at least 8 Domination control points in one match.</span>
36
+ </p>
37
+
38
+ <ul class="fl">
39
+ <li class="blkbullets blktxt_11">Date awarded: 03/04/2013<!-- (999 days after joining) --></li>
40
+ <li class="blkbullets blktxt_11">
41
+ 5 friends (14% of total) have earned this award
42
+ </li>
43
+ <li class="blkbullets blktxt_11">
44
+ 3808 players (&lt; 1% of total) have earned this award
45
+ </li>
46
+ </ul>
47
+
48
+ <div class="cl"></div>
49
+ </div>
50
+ <div class="detailArea awardId287">
51
+ <img alt="" title="Never even give them a chance." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/point_denied_v2013071600.0.png" width="61" height="61" class="fl" />
52
+ <p class="fl ml15 w247">
53
+ <span class="bigRedTxt">Point Denied</span>
54
+ <br />
55
+ <span class="blktxt_11">Hold all Domination control points in the arena for at least 30 seconds.</span>
56
+ </p>
57
+
58
+ <ul class="fl">
59
+ <li class="blkbullets blktxt_11">Date awarded: 03/04/2013<!-- (999 days after joining) --></li>
60
+ <li class="blkbullets blktxt_11">
61
+ 6 friends (17% of total) have earned this award
62
+ </li>
63
+ <li class="blkbullets blktxt_11">
64
+ 4530 players (&lt; 1% of total) have earned this award
65
+ </li>
66
+ </ul>
67
+
68
+ <div class="cl"></div>
69
+ </div>
70
+ <div class="detailArea awardId285">
71
+ <img alt="" title="Denial: Not just a river in Egypt." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/territory_defender_v2013071600.0.png" width="61" height="61" class="fl" />
72
+ <p class="fl ml15 w247">
73
+ <span class="bigRedTxt">Territory Defender</span>
74
+ <br />
75
+ <span class="blktxt_11">Score at least 10 defends in one Domination match.</span>
76
+ </p>
77
+
78
+ <ul class="fl">
79
+ <li class="blkbullets blktxt_11">Date awarded: 03/04/2013<!-- (999 days after joining) --></li>
80
+ <li class="blkbullets blktxt_11">
81
+ 4 friends (11% of total) have earned this award
82
+ </li>
83
+ <li class="blkbullets blktxt_11">
84
+ 3105 players (&lt; 1% of total) have earned this award
85
+ </li>
86
+ </ul>
87
+
88
+ <div class="cl"></div>
89
+ </div>
90
+ <div class="detailArea awardId201">
91
+ <img alt="" title="Put down the railgun and step away." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/railbot_v2013071600.0.png" width="61" height="61" class="fl" />
92
+ <p class="fl ml15 w247">
93
+ <span class="bigRedTxt">Railbot</span>
94
+ <br />
95
+ <span class="blktxt_11">Obtain 10 'Impressive' awards in a match.</span>
96
+ </p>
97
+
98
+ <ul class="fl">
99
+ <li class="blkbullets blktxt_11">Date awarded: 01/29/2013<!-- (999 days after joining) --></li>
100
+ <li class="blkbullets blktxt_11">
101
+ 18 friends (52% of total) have earned this award
102
+ </li>
103
+ <li class="blkbullets blktxt_11">
104
+ 16868 players (&lt; 1% of total) have earned this award
105
+ </li>
106
+ </ul>
107
+
108
+ <div class="cl"></div>
109
+ </div>
110
+ <div class="detailArea awardId88">
111
+ <img alt="" title="A well-rounded player is a great player." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/well_rounded_v2013071600.0.png" width="61" height="61" class="fl" />
112
+ <p class="fl ml15 w247">
113
+ <span class="bigRedTxt">Well Rounded</span>
114
+ <br />
115
+ <span class="blktxt_11">Win 5 matches in each gametype.</span>
116
+ </p>
117
+
118
+ <ul class="fl">
119
+ <li class="blkbullets blktxt_11">Date awarded: 08/30/2009<!-- (999 days after joining) --></li>
120
+ <li class="blkbullets blktxt_11">
121
+ 14 friends (41% of total) have earned this award
122
+ </li>
123
+ <li class="blkbullets blktxt_11">
124
+ 9964 players (&lt; 1% of total) have earned this award
125
+ </li>
126
+ </ul>
127
+
128
+ <div class="cl"></div>
129
+ </div>
130
+ <div class="detailArea awardId97">
131
+ <img alt="" title="On your way to video-game stardom." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/purist_v2013071600.0.png" width="61" height="61" class="fl" />
132
+ <p class="fl ml15 w247">
133
+ <span class="bigRedTxt">Purist</span>
134
+ <br />
135
+ <span class="blktxt_11">Win 75 Duel matches.</span>
136
+ </p>
137
+
138
+ <ul class="fl">
139
+ <li class="blkbullets blktxt_11">Date awarded: 08/28/2009<!-- (999 days after joining) --></li>
140
+ <li class="blkbullets blktxt_11">
141
+ 22 friends (64% of total) have earned this award
142
+ </li>
143
+ <li class="blkbullets blktxt_11">
144
+ 10100 players (&lt; 1% of total) have earned this award
145
+ </li>
146
+ </ul>
147
+
148
+ <div class="cl"></div>
149
+ </div>
150
+ <div class="detailArea awardId105">
151
+ <img alt="" title="They couldn&#039;t have won without you." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/trifecta_v2013071600.0.png" width="61" height="61" class="fl" />
152
+ <p class="fl ml15 w247">
153
+ <span class="bigRedTxt">Trifecta</span>
154
+ <br />
155
+ <span class="blktxt_11">Win a CTF match while personally scoring 3 or more Capture, Defend, and Assist medals.</span>
156
+ </p>
157
+
158
+ <ul class="fl">
159
+ <li class="blkbullets blktxt_11">Date awarded: 08/20/2009<!-- (999 days after joining) --></li>
160
+ <li class="blkbullets blktxt_11">
161
+ 12 friends (35% of total) have earned this award
162
+ </li>
163
+ <li class="blkbullets blktxt_11">
164
+ 19153 players (&lt; 1% of total) have earned this award
165
+ </li>
166
+ </ul>
167
+
168
+ <div class="cl"></div>
169
+ </div>
170
+ <div class="detailArea awardId95">
171
+ <img alt="" title="Like Jordan from the arc at the buzzer? (but with a flag)." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/clutch_v2013071600.0.png" width="61" height="61" class="fl" />
172
+ <p class="fl ml15 w247">
173
+ <span class="bigRedTxt">Clutch</span>
174
+ <br />
175
+ <span class="blktxt_11">Win a Capture the Flag match by 1 capture, ending the match with your winning flag run.</span>
176
+ </p>
177
+
178
+ <ul class="fl">
179
+ <li class="blkbullets blktxt_11">Date awarded: 08/16/2009<!-- (999 days after joining) --></li>
180
+ <li class="blkbullets blktxt_11">
181
+ 19 friends (55% of total) have earned this award
182
+ </li>
183
+ <li class="blkbullets blktxt_11">
184
+ 25522 players (&lt; 1% of total) have earned this award
185
+ </li>
186
+ </ul>
187
+
188
+ <div class="cl"></div>
189
+ </div>
190
+ <div class="detailArea awardId91">
191
+ <img alt="" title="Pour yourself a cold, high-caffeine beverage and celebrate." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/prime_time_v2013071600.0.png" width="61" height="61" class="fl" />
192
+ <p class="fl ml15 w247">
193
+ <span class="bigRedTxt">Prime Time</span>
194
+ <br />
195
+ <span class="blktxt_11">Win 100 total matches.</span>
196
+ </p>
197
+
198
+ <ul class="fl">
199
+ <li class="blkbullets blktxt_11">Date awarded: 08/13/2009<!-- (999 days after joining) --></li>
200
+ <li class="blkbullets blktxt_11">
201
+ 27 friends (79% of total) have earned this award
202
+ </li>
203
+ <li class="blkbullets blktxt_11">
204
+ 43465 players (1% of total) have earned this award
205
+ </li>
206
+ </ul>
207
+
208
+ <div class="cl"></div>
209
+ </div>
210
+ <div class="detailArea awardId93">
211
+ <img alt="" title="Either you&#039;re really good, or the skill matching is busted." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/jesse_james_v2013071600.0.png" width="61" height="61" class="fl" />
212
+ <p class="fl ml15 w247">
213
+ <span class="bigRedTxt">Jesse James</span>
214
+ <br />
215
+ <span class="blktxt_11">Win a Duel without dying.</span>
216
+ </p>
217
+
218
+ <ul class="fl">
219
+ <li class="blkbullets blktxt_11">Date awarded: 07/06/2009<!-- (999 days after joining) --></li>
220
+ <li class="blkbullets blktxt_11">
221
+ 28 friends (82% of total) have earned this award
222
+ </li>
223
+ <li class="blkbullets blktxt_11">
224
+ 37338 players (&lt; 1% of total) have earned this award
225
+ </li>
226
+ </ul>
227
+
228
+ <div class="cl"></div>
229
+ </div>
230
+ <div class="detailArea awardId85">
231
+ <img alt="" title="Leaving no doubt." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/back_to_back_v2013071600.0.png" width="61" height="61" class="fl" />
232
+ <p class="fl ml15 w247">
233
+ <span class="bigRedTxt">Back to Back</span>
234
+ <br />
235
+ <span class="blktxt_11">Win back to back Duel matches in a single day.</span>
236
+ </p>
237
+
238
+ <ul class="fl">
239
+ <li class="blkbullets blktxt_11">Date awarded: 06/19/2009<!-- (999 days after joining) --></li>
240
+ <li class="blkbullets blktxt_11">
241
+ 28 friends (82% of total) have earned this award
242
+ </li>
243
+ <li class="blkbullets blktxt_11">
244
+ 40017 players (1% of total) have earned this award
245
+ </li>
246
+ </ul>
247
+
248
+ <div class="cl"></div>
249
+ </div>
250
+ <div class="detailArea awardId87">
251
+ <img alt="" title="The sweet taste of victory." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/rising_star_v2013071600.0.png" width="61" height="61" class="fl" />
252
+ <p class="fl ml15 w247">
253
+ <span class="bigRedTxt">Rising Star</span>
254
+ <br />
255
+ <span class="blktxt_11">Win 10 total matches.</span>
256
+ </p>
257
+
258
+ <ul class="fl">
259
+ <li class="blkbullets blktxt_11">Date awarded: 06/16/2009<!-- (999 days after joining) --></li>
260
+ <li class="blkbullets blktxt_11">
261
+ 29 friends (85% of total) have earned this award
262
+ </li>
263
+ <li class="blkbullets blktxt_11">
264
+ 92515 players (2% of total) have earned this award
265
+ </li>
266
+ </ul>
267
+
268
+ <div class="cl"></div>
269
+ </div>
270
+ <div class="detailArea awardId104">
271
+ <img alt="" title="Now that&#039;s a contribution" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/full_house_v2013071600.0.png" width="61" height="61" class="fl" />
272
+ <p class="fl ml15 w247">
273
+ <span class="bigRedTxt">Full House</span>
274
+ <br />
275
+ <span class="blktxt_11">Win a CTF match while personally scoring at least 1 Capture, Defend, and Assist medals.</span>
276
+ </p>
277
+
278
+ <ul class="fl">
279
+ <li class="blkbullets blktxt_11">Date awarded: 06/16/2009<!-- (999 days after joining) --></li>
280
+ <li class="blkbullets blktxt_11">
281
+ 25 friends (73% of total) have earned this award
282
+ </li>
283
+ <li class="blkbullets blktxt_11">
284
+ 61321 players (1% of total) have earned this award
285
+ </li>
286
+ </ul>
287
+
288
+ <div class="cl"></div>
289
+ </div>
290
+ <div class="detailArea awardId94">
291
+ <img alt="" title="Now, go mercilessly taunt that team that couldn&#039;t get a single cap." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/lock_down_v2013071600.0.png" width="61" height="61" class="fl" />
292
+ <p class="fl ml15 w247">
293
+ <span class="bigRedTxt">Lock Down</span>
294
+ <br />
295
+ <span class="blktxt_11">Win a Capture the Flag match denying any cap.</span>
296
+ </p>
297
+
298
+ <ul class="fl">
299
+ <li class="blkbullets blktxt_11">Date awarded: 06/16/2009<!-- (999 days after joining) --></li>
300
+ <li class="blkbullets blktxt_11">
301
+ 25 friends (73% of total) have earned this award
302
+ </li>
303
+ <li class="blkbullets blktxt_11">
304
+ 63411 players (1% of total) have earned this award
305
+ </li>
306
+ </ul>
307
+
308
+ <div class="cl"></div>
309
+ </div>
310
+ <div class="detailArea awardId83">
311
+ <img alt="" title="A QUAKE LIVE virgin no more." src="http://cdn.quakelive.com/web/2013071600/images/awards/md/victory_v2013071600.0.png" width="61" height="61" class="fl" />
312
+ <p class="fl ml15 w247">
313
+ <span class="bigRedTxt">Victory</span>
314
+ <br />
315
+ <span class="blktxt_11">Win an online match for the first time.</span>
316
+ </p>
317
+
318
+ <ul class="fl">
319
+ <li class="blkbullets blktxt_11">Date awarded: 04/24/2009<!-- (999 days after joining) --></li>
320
+ <li class="blkbullets blktxt_11">
321
+ 29 friends (85% of total) have earned this award
322
+ </li>
323
+ <li class="blkbullets blktxt_11">
324
+ 207522 players (5% of total) have earned this award
325
+ </li>
326
+ </ul>
327
+
328
+ <div class="cl"></div>
329
+ </div>
330
+ <a class="unearnedAwardsLabel" href="javascript:;" onclick="$('.unearnedAwardType4').show();$(this).hide()">Show unearned awards</a>
331
+
332
+ <div class="detailArea_off unearnedAwardType4">
333
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/dont_cross_the_streams_v2013071600.0.png" width="61" height="61" class="fl" />
334
+ <p class="fl ml15 w247">
335
+ <span class="bigRedTxt">Don't cross the streams!</span>
336
+ <br />
337
+ <span class="blktxt_11">Frag 3 or more opponents in a CA round with Lightninggun.</span>
338
+ </p>
339
+
340
+ <ul class="fl">
341
+ <li class="blkbullets blktxt_11">
342
+ 11 friends (32% of total) have earned this award
343
+ </li>
344
+
345
+ <li class="blkbullets blktxt_11">
346
+ 13325 players (&lt; 1% of total) have earned this award
347
+ </li>
348
+ </ul>
349
+
350
+ <div class="cl"></div>
351
+
352
+ </div>
353
+
354
+ <div class="detailArea_off unearnedAwardType4">
355
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/frozen_hero_v2013071600.0.png" width="61" height="61" class="fl" />
356
+ <p class="fl ml15 w247">
357
+ <span class="bigRedTxt">Frozen Hero</span>
358
+ <br />
359
+ <span class="blktxt_11">Win a game of Freeze Tag.</span>
360
+ </p>
361
+
362
+ <ul class="fl">
363
+ <li class="blkbullets blktxt_11">
364
+ 12 friends (35% of total) have earned this award
365
+ </li>
366
+
367
+ <li class="blkbullets blktxt_11">
368
+ 8726 players (&lt; 1% of total) have earned this award
369
+ </li>
370
+ </ul>
371
+
372
+ <div class="cl"></div>
373
+
374
+ </div>
375
+
376
+ <div class="detailArea_off unearnedAwardType4">
377
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/flag_master_v2013071600.0.png" width="61" height="61" class="fl" />
378
+ <p class="fl ml15 w247">
379
+ <span class="bigRedTxt">Flag Master</span>
380
+ <br />
381
+ <span class="blktxt_11">Capture the flag every time in a CTF match.</span>
382
+ </p>
383
+
384
+ <ul class="fl">
385
+ <li class="blkbullets blktxt_11">
386
+ 1 friend (2% of total) has earned this award
387
+ </li>
388
+
389
+ <li class="blkbullets blktxt_11">
390
+ 2565 players (&lt; 1% of total) have earned this award
391
+ </li>
392
+ </ul>
393
+
394
+ <div class="cl"></div>
395
+
396
+ </div>
397
+
398
+ <div class="detailArea_off unearnedAwardType4">
399
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/benchmark_v2013071600.0.png" width="61" height="61" class="fl" />
400
+ <p class="fl ml15 w247">
401
+ <span class="bigRedTxt">Benchmark</span>
402
+ <br />
403
+ <span class="blktxt_11">Win 500 total matches.</span>
404
+ </p>
405
+
406
+ <ul class="fl">
407
+ <li class="blkbullets blktxt_11">
408
+ 19 friends (55% of total) have earned this award
409
+ </li>
410
+
411
+ <li class="blkbullets blktxt_11">
412
+ 19032 players (&lt; 1% of total) have earned this award
413
+ </li>
414
+ </ul>
415
+
416
+ <div class="cl"></div>
417
+
418
+ </div>
419
+
420
+ <div class="detailArea_off unearnedAwardType4">
421
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/gifted_v2013071600.0.png" width="61" height="61" class="fl" />
422
+ <p class="fl ml15 w247">
423
+ <span class="bigRedTxt">Gifted</span>
424
+ <br />
425
+ <span class="blktxt_11">Win 1000 total matches.</span>
426
+ </p>
427
+
428
+ <ul class="fl">
429
+ <li class="blkbullets blktxt_11">
430
+ 15 friends (44% of total) have earned this award
431
+ </li>
432
+
433
+ <li class="blkbullets blktxt_11">
434
+ 10462 players (&lt; 1% of total) have earned this award
435
+ </li>
436
+ </ul>
437
+
438
+ <div class="cl"></div>
439
+
440
+ </div>
441
+
442
+ <div class="detailArea_off unearnedAwardType4">
443
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/go_pro_v2013071600.0.png" width="61" height="61" class="fl" />
444
+ <p class="fl ml15 w247">
445
+ <span class="bigRedTxt">Go Pro</span>
446
+ <br />
447
+ <span class="blktxt_11">Win 2500 total matches.</span>
448
+ </p>
449
+
450
+ <ul class="fl">
451
+ <li class="blkbullets blktxt_11">
452
+ 6 friends (17% of total) have earned this award
453
+ </li>
454
+
455
+ <li class="blkbullets blktxt_11">
456
+ 2745 players (&lt; 1% of total) have earned this award
457
+ </li>
458
+ </ul>
459
+
460
+ <div class="cl"></div>
461
+
462
+ </div>
463
+
464
+ <div class="detailArea_off unearnedAwardType4">
465
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/dynasty_v2013071600.0.png" width="61" height="61" class="fl" />
466
+ <p class="fl ml15 w247">
467
+ <span class="bigRedTxt">Dynasty</span>
468
+ <br />
469
+ <span class="blktxt_11">Win 50 matches with 5 or less DNFs in 28 days.</span>
470
+ </p>
471
+
472
+ <ul class="fl">
473
+ <li class="blkbullets blktxt_11">
474
+ 22 friends (64% of total) have earned this award
475
+ </li>
476
+
477
+ <li class="blkbullets blktxt_11">
478
+ 15985 players (&lt; 1% of total) have earned this award
479
+ </li>
480
+ <li class="blkbullets blktxt_11">Streak expires on Aug 12. Current status: 1 wins, 0 DNFs</li>
481
+ </ul>
482
+
483
+ <div class="cl"></div>
484
+
485
+ </div>
486
+
487
+ <div class="detailArea_off unearnedAwardType4">
488
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/veteran_v2013071600.0.png" width="61" height="61" class="fl" />
489
+ <p class="fl ml15 w247">
490
+ <span class="bigRedTxt">Veteran</span>
491
+ <br />
492
+ <span class="blktxt_11">Win 1 match in every arena.</span>
493
+ </p>
494
+
495
+ <ul class="fl">
496
+ <li class="blkbullets blktxt_11">
497
+ No friends have earned this award
498
+ </li>
499
+
500
+ <li class="blkbullets blktxt_11">
501
+ 1396 players (&lt; 1% of total) have earned this award
502
+ </li>
503
+ </ul>
504
+
505
+ <div class="cl"></div>
506
+
507
+ </div>
508
+
509
+ <div class="detailArea_off unearnedAwardType4">
510
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/world_tour_v2013071600.0.png" width="61" height="61" class="fl" />
511
+ <p class="fl ml15 w247">
512
+ <span class="bigRedTxt">World Tour</span>
513
+ <br />
514
+ <span class="blktxt_11">Win 10 matches in every arena.</span>
515
+ </p>
516
+
517
+ <ul class="fl">
518
+ <li class="blkbullets blktxt_11">
519
+ No friends have earned this award
520
+ </li>
521
+
522
+ <li class="blkbullets blktxt_11">
523
+ 120 players (&lt; 1% of total) have earned this award
524
+ </li>
525
+ </ul>
526
+
527
+ <div class="cl"></div>
528
+
529
+ </div>
530
+
531
+ <div class="detailArea_off unearnedAwardType4">
532
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/scrapper_v2013071600.0.png" width="61" height="61" class="fl" />
533
+ <p class="fl ml15 w247">
534
+ <span class="bigRedTxt">Scrapper</span>
535
+ <br />
536
+ <span class="blktxt_11">Win 25 Free For All matches.</span>
537
+ </p>
538
+
539
+ <ul class="fl">
540
+ <li class="blkbullets blktxt_11">
541
+ 10 friends (29% of total) have earned this award
542
+ </li>
543
+
544
+ <li class="blkbullets blktxt_11">
545
+ 17501 players (&lt; 1% of total) have earned this award
546
+ </li>
547
+ </ul>
548
+
549
+ <div class="cl"></div>
550
+
551
+ </div>
552
+
553
+ <div class="detailArea_off unearnedAwardType4">
554
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/hot_streak_v2013071600.0.png" width="61" height="61" class="fl" />
555
+ <p class="fl ml15 w247">
556
+ <span class="bigRedTxt">Hot Streak</span>
557
+ <br />
558
+ <span class="blktxt_11">Win 5 Free For All matches in a row within 7 days.</span>
559
+ </p>
560
+
561
+ <ul class="fl">
562
+ <li class="blkbullets blktxt_11">
563
+ 12 friends (35% of total) have earned this award
564
+ </li>
565
+
566
+ <li class="blkbullets blktxt_11">
567
+ 21496 players (&lt; 1% of total) have earned this award
568
+ </li>
569
+ </ul>
570
+
571
+ <div class="cl"></div>
572
+
573
+ </div>
574
+
575
+ <div class="detailArea_off unearnedAwardType4">
576
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/last_man_v2013071600.0.png" width="61" height="61" class="fl" />
577
+ <p class="fl ml15 w247">
578
+ <span class="bigRedTxt">Last Man</span>
579
+ <br />
580
+ <span class="blktxt_11">Win 75 Clan Arena matches.</span>
581
+ </p>
582
+
583
+ <ul class="fl">
584
+ <li class="blkbullets blktxt_11">
585
+ 12 friends (35% of total) have earned this award
586
+ </li>
587
+
588
+ <li class="blkbullets blktxt_11">
589
+ 32642 players (&lt; 1% of total) have earned this award
590
+ </li>
591
+ </ul>
592
+
593
+ <div class="cl"></div>
594
+
595
+ </div>
596
+
597
+ <div class="detailArea_off unearnedAwardType4">
598
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/shut_out_v2013071600.0.png" width="61" height="61" class="fl" />
599
+ <p class="fl ml15 w247">
600
+ <span class="bigRedTxt">Shut Out</span>
601
+ <br />
602
+ <span class="blktxt_11">Win a Clan Arena match (of at least 5 rounds) without losing a round.</span>
603
+ </p>
604
+
605
+ <ul class="fl">
606
+ <li class="blkbullets blktxt_11">
607
+ 15 friends (44% of total) have earned this award
608
+ </li>
609
+
610
+ <li class="blkbullets blktxt_11">
611
+ 58487 players (1% of total) have earned this award
612
+ </li>
613
+ </ul>
614
+
615
+ <div class="cl"></div>
616
+
617
+ </div>
618
+
619
+ <div class="detailArea_off unearnedAwardType4">
620
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/generals_assistant_v2013071600.0.png" width="61" height="61" class="fl" />
621
+ <p class="fl ml15 w247">
622
+ <span class="bigRedTxt">General's Assistant</span>
623
+ <br />
624
+ <span class="blktxt_11">Assist in the capture of at least 8 Domination control points in one match.</span>
625
+ </p>
626
+
627
+ <ul class="fl">
628
+ <li class="blkbullets blktxt_11">
629
+ 2 friends (5% of total) have earned this award
630
+ </li>
631
+
632
+ <li class="blkbullets blktxt_11">
633
+ 842 players (&lt; 1% of total) have earned this award
634
+ </li>
635
+ </ul>
636
+
637
+ <div class="cl"></div>
638
+
639
+ </div>
640
+
641
+ <div class="detailArea_off unearnedAwardType4">
642
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/dominant_victory_v2013071600.0.png" width="61" height="61" class="fl" />
643
+ <p class="fl ml15 w247">
644
+ <span class="bigRedTxt">Dominant Victory</span>
645
+ <br />
646
+ <span class="blktxt_11">Win a Domination match with at least twice the other team's score.</span>
647
+ </p>
648
+
649
+ <ul class="fl">
650
+ <li class="blkbullets blktxt_11">
651
+ 4 friends (11% of total) have earned this award
652
+ </li>
653
+
654
+ <li class="blkbullets blktxt_11">
655
+ 2013 players (&lt; 1% of total) have earned this award
656
+ </li>
657
+ </ul>
658
+
659
+ <div class="cl"></div>
660
+
661
+ </div>
662
+
663
+ <div class="detailArea_off unearnedAwardType4">
664
+ <img alt="" src="http://cdn.quakelive.com/web/2013071600/images/awards/md/hoarder_v2013071600.0.png" width="61" height="61" class="fl" />
665
+ <p class="fl ml15 w247">
666
+ <span class="bigRedTxt">Hoarder</span>
667
+ <br />
668
+ <span class="blktxt_11">Win the match, capturing all the skulls for your team.</span>
669
+ </p>
670
+
671
+ <ul class="fl">
672
+ <li class="blkbullets blktxt_11">
673
+ No friends have earned this award
674
+ </li>
675
+
676
+ <li class="blkbullets blktxt_11">
677
+ 738 players (&lt; 1% of total) have earned this award
678
+ </li>
679
+ </ul>
680
+
681
+ <div class="cl"></div>
682
+
683
+ </div>
684
+