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,431 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.67
3
+ Date: Wed, 31 Jul 2013 07:01:30 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 id='qlv_profile_shared_container' style="text-align: left">
11
+ <div style="display: none" id="prf_player_name">emqz</div>
12
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/titles/ttl_player_0_v2013071600.0.png" style="margin-top: 10px; margin-bottom: 8px" width="214" height="29" />
13
+ <div class="prf_header">
14
+ <div class="playername player_nick_light"><img src="http://cdn.quakelive.com/web/2013071600/images/flags/pl_v2013071600.0.gif" class="playerflag" title="Poland" />emqz</div>
15
+
16
+ <div class="nav">
17
+ <a href="#!profile/summary/emqz" >Summary</a>
18
+ <span>|</span>
19
+ <a href="#!profile/statistics/emqz" class="selected">Statistics</a>
20
+ <span>|</span>
21
+ <a href="#!profile/arenas/emqz" >Arenas</a>
22
+ <span>|</span>
23
+ <a href="#!profile/awards/emqz" >Awards</a>
24
+ <span>|</span>
25
+ <a href="#!profile/friends/emqz" >Friends</a>
26
+ <span>|</span>
27
+ <a href="#!profile/competitors/emqz" >Competitors</a>
28
+ <span>|</span>
29
+ <a href="#!profile/matches/emqz" >Matches</a>
30
+ <div class="cl"></div>
31
+ </div>
32
+
33
+ <form onsubmit="quakelive.mod_profile.ProfileJumpClick(); return false" style="margin: 0; padding: 0">
34
+ <div id="jump_player_msg"></div>
35
+ <div class="prf_section_searchbar">
36
+ <input type="text" value="Jump to profile&hellip;" onfocus="quakelive.mod_profile.FocusProfileJump(this)" onblur="quakelive.mod_profile.BlurProfileJump(this)" class="input_default" id="profile_jump_input" />
37
+ <a href="javascript:;" onclick="quakelive.mod_profile.ProfileJumpClick(); return false"><img src="http://cdn.quakelive.com/web/2013071600/images/sf/leaderboard/search_v2013071600.0.png" width="23" height="23" /></a>
38
+ </div>
39
+ </form>
40
+
41
+ <div class="cl"></div>
42
+ </div>
43
+
44
+ <div id="qlv_profileContainer">
45
+ <div id="qlv_profileTopLeft" class="statistics premium_status_0">
46
+ <div class="prf_imagery">
47
+ <div style="width: 160px; height: 275px; background: url(http://cdn.quakelive.com/web/2013071600/images/players/body_md/major_default_v2013071600.0.png) no-repeat center top" title="Major / Default"></div>
48
+ <br />
49
+ <!--
50
+ <div style="margin-left: 15px; width: 140px; text-align: center; color: #cc3300; font-size: 17px; font-weight: bold; font-family: Arial">
51
+ Major
52
+ </div>
53
+ -->
54
+ </div>
55
+
56
+ <div class="prf_vitals">
57
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/titles/ttl_vitalstats_v2013071600.0.png" alt="Vital Stats" width="108" height="13" class="prf_title" />
58
+ <br />
59
+
60
+ <p>
61
+ <b>Member Since:</b> Jun. 23, 2013<br />
62
+
63
+ <b>Last Game:</b>
64
+ Never played online <br />
65
+ <b>Wins:</b> 0<br />
66
+ <b>Losses / Quits:</b> 0 / 0<br />
67
+ <b>Frags / Deaths:</b> 0 / 0<br />
68
+ <b>Hits / Shots:</b> 0 / 0<br />
69
+ <b>Accuracy:</b> 0.00%<br />
70
+
71
+ </p>
72
+
73
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/titles/ttl_favorites_v2013071600.0.png" width="93" height="13" alt="Favorites" class="prf_title" />
74
+ <br />
75
+
76
+ <p class="prf_faves">
77
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" width="17" height="17" alt="" class="fl fivepxhr" />
78
+ <b>Arena:</b> None
79
+ <div class="cl"></div>
80
+ </p>
81
+
82
+ <p class="fivepxv prf_faves">
83
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" width="17" height="17" alt="" class="fl fivepxhr" />
84
+ <b>Game Type:</b> None
85
+
86
+ <div class="cl"></div>
87
+ </p>
88
+
89
+ <p class="fivepxv prf_faves">
90
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" width="17" height="17" alt="" class="fl fivepxhr" />
91
+ <b>Weapon:</b> None
92
+ <div class="cl"></div>
93
+ </p>
94
+ </div>
95
+
96
+ <div class="cl"></div>
97
+
98
+ <div id="prf_friend_like">
99
+ <a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.quakelive.com/r/profile/summary/emqz" data-text="Check out emqz's QUAKE LIVE Profile!" data-count="none" data-via="quakelive">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
100
+ <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.quakelive.com%2Fr%2Fprofile%2Fsummary%2Femqz&amp;layout=button_count&amp;show_faces=false&amp;width=140&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:140px; height:21px;" allowTransparency="true"></iframe>
101
+ </div>
102
+ <div id="prf_friend_controls">
103
+ </div>
104
+ </div>
105
+
106
+ <div id="qlv_profileTopRight" class="statistics">
107
+ <div class="prf_weapons_header">
108
+ <div class="col_weapon"><img src="http://cdn.quakelive.com/web/2013071600/images/profile/titles/ttl_weapons_v2013071600.0.png" alt="Weapons" width="91" height="17" class="prf_title" /></div>
109
+ <div class="col_frags">Frags</div>
110
+ <div class="col_accuracy">Accuracy</div>
111
+ <div class="col_usage">Use</div>
112
+ <div class="cl"></div>
113
+ </div>
114
+
115
+ <div class="prf_weapons cl">
116
+ <p class="prf_row1">
117
+ <img class="fl" src="http://cdn.quakelive.com/web/2013071600/images/profile/weapons/md/GAUNTLET_v2013071600.0.png" width="27" height="27" alt="" />
118
+ <div class="col_weapon">Gauntlet</div>
119
+ <div class="col_frags">0</div>
120
+ <div class="col_accuracy">N/A</div>
121
+ <div class="col_usage">0%</div>
122
+ <div class="cl"></div>
123
+ </p>
124
+ <p class="prf_row2">
125
+ <img class="fl" src="http://cdn.quakelive.com/web/2013071600/images/profile/weapons/md/MACHINEGUN_v2013071600.0.png" width="27" height="27" alt="" />
126
+ <div class="col_weapon">Machinegun</div>
127
+ <div class="col_frags">0</div>
128
+ <div class="col_accuracy" title="Hits: 0 Shots: 0"><span class="text_tooltip">0%</span></div>
129
+ <div class="col_usage">0%</div>
130
+ <div class="cl"></div>
131
+ </p>
132
+ <p class="prf_row1">
133
+ <img class="fl" src="http://cdn.quakelive.com/web/2013071600/images/profile/weapons/md/SHOTGUN_v2013071600.0.png" width="27" height="27" alt="" />
134
+ <div class="col_weapon">Shotgun</div>
135
+ <div class="col_frags">0</div>
136
+ <div class="col_accuracy" title="Hits: 0 Shots: 0"><span class="text_tooltip">0%</span></div>
137
+ <div class="col_usage">0%</div>
138
+ <div class="cl"></div>
139
+ </p>
140
+ <p class="prf_row2">
141
+ <img class="fl" src="http://cdn.quakelive.com/web/2013071600/images/profile/weapons/md/GRENADE_v2013071600.0.png" width="27" height="27" alt="" />
142
+ <div class="col_weapon">Grenade Launcher</div>
143
+ <div class="col_frags">0</div>
144
+ <div class="col_accuracy" title="Hits: 0 Shots: 0"><span class="text_tooltip">0%</span></div>
145
+ <div class="col_usage">0%</div>
146
+ <div class="cl"></div>
147
+ </p>
148
+ <p class="prf_row1">
149
+ <img class="fl" src="http://cdn.quakelive.com/web/2013071600/images/profile/weapons/md/ROCKET_v2013071600.0.png" width="27" height="27" alt="" />
150
+ <div class="col_weapon">Rocket Launcher</div>
151
+ <div class="col_frags">0</div>
152
+ <div class="col_accuracy" title="Hits: 0 Shots: 0"><span class="text_tooltip">0%</span></div>
153
+ <div class="col_usage">0%</div>
154
+ <div class="cl"></div>
155
+ </p>
156
+ <p class="prf_row2">
157
+ <img class="fl" src="http://cdn.quakelive.com/web/2013071600/images/profile/weapons/md/LIGHTNING_v2013071600.0.png" width="27" height="27" alt="" />
158
+ <div class="col_weapon">Lightning Gun</div>
159
+ <div class="col_frags">0</div>
160
+ <div class="col_accuracy" title="Hits: 0 Shots: 0"><span class="text_tooltip">0%</span></div>
161
+ <div class="col_usage">0%</div>
162
+ <div class="cl"></div>
163
+ </p>
164
+ <p class="prf_row1">
165
+ <img class="fl" src="http://cdn.quakelive.com/web/2013071600/images/profile/weapons/md/RAILGUN_v2013071600.0.png" width="27" height="27" alt="" />
166
+ <div class="col_weapon">Railgun</div>
167
+ <div class="col_frags">0</div>
168
+ <div class="col_accuracy" title="Hits: 0 Shots: 0"><span class="text_tooltip">0%</span></div>
169
+ <div class="col_usage">0%</div>
170
+ <div class="cl"></div>
171
+ </p>
172
+ <p class="prf_row2">
173
+ <img class="fl" src="http://cdn.quakelive.com/web/2013071600/images/profile/weapons/md/PLASMA_v2013071600.0.png" width="27" height="27" alt="" />
174
+ <div class="col_weapon">Plasma Gun</div>
175
+ <div class="col_frags">0</div>
176
+ <div class="col_accuracy" title="Hits: 0 Shots: 0"><span class="text_tooltip">0%</span></div>
177
+ <div class="col_usage">0%</div>
178
+ <div class="cl"></div>
179
+ </p>
180
+ <p class="prf_row1">
181
+ <img class="fl" src="http://cdn.quakelive.com/web/2013071600/images/profile/weapons/md/BFG_v2013071600.0.png" width="27" height="27" alt="" />
182
+ <div class="col_weapon">BFG</div>
183
+ <div class="col_frags">0</div>
184
+ <div class="col_accuracy" title="Hits: 0 Shots: 0"><span class="text_tooltip">0%</span></div>
185
+ <div class="col_usage">0%</div>
186
+ <div class="cl"></div>
187
+ </p>
188
+ <p class="prf_row2">
189
+ <img class="fl" src="http://cdn.quakelive.com/web/2013071600/images/profile/weapons/md/CHAINGUN_v2013071600.0.png" width="27" height="27" alt="" />
190
+ <div class="col_weapon">Chaingun</div>
191
+ <div class="col_frags">0</div>
192
+ <div class="col_accuracy" title="Hits: 0 Shots: 0"><span class="text_tooltip">0%</span></div>
193
+ <div class="col_usage">0%</div>
194
+ <div class="cl"></div>
195
+ </p>
196
+ <p class="prf_row1">
197
+ <img class="fl" src="http://cdn.quakelive.com/web/2013071600/images/profile/weapons/md/NAILGUN_v2013071600.0.png" width="27" height="27" alt="" />
198
+ <div class="col_weapon">Nailgun</div>
199
+ <div class="col_frags">0</div>
200
+ <div class="col_accuracy" title="Hits: 0 Shots: 0"><span class="text_tooltip">0%</span></div>
201
+ <div class="col_usage">0%</div>
202
+ <div class="cl"></div>
203
+ </p>
204
+ <p class="prf_row2">
205
+ <img class="fl" src="http://cdn.quakelive.com/web/2013071600/images/profile/weapons/md/PROXMINE_v2013071600.0.png" width="27" height="27" alt="" />
206
+ <div class="col_weapon">Proximity Mine</div>
207
+ <div class="col_frags">0</div>
208
+ <div class="col_accuracy" title="Hits: 0 Shots: 0"><span class="text_tooltip">0%</span></div>
209
+ <div class="col_usage">0%</div>
210
+ <div class="cl"></div>
211
+ </p>
212
+ <p class="prf_row2"></p>
213
+ </div>
214
+ </div>
215
+
216
+ <div class="cl"></div>
217
+
218
+ <div id="qlv_profileMiddle" class="statistics">
219
+ <div id="qlv_profileMiddleContent">
220
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/titles/ttl_last10matches_v2013071600.0.png" class="prf_title fl" />
221
+ <!--<img src="http://cdn.quakelive.com/web/2013071600/images/profile/titles/ttl_viewmore_v2013071600.0.png" alt="Recent Matches" width="80" height="8" style="float: right; margin-top: 4px" />-->
222
+ <br />
223
+
224
+ <div class="prf_last10matches">
225
+ <div style="margin: 12px; text-align: center;">
226
+ <a href="#!premium"><img src="http://cdn.quakelive.com/web/2013071600/images/profile/premium_graphs_v2013071600.0.jpg" class="" /></a>
227
+ </div>
228
+ <div class="cl"></div>
229
+ <div class="block_left">
230
+ <div class="header">
231
+ <div class="col_lm_gametype">Game Type / Arena</div>
232
+ <div class="col_lm_placed">Finish</div>
233
+ <div class="col_lm_date">Played</div>
234
+ <div class="cl"></div>
235
+ </div>
236
+
237
+ <div class="firstrow" id="_">
238
+ <div class="col_lm_gametype">
239
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" class="fl" width="17" height="17" />
240
+ No recent match
241
+ </div>
242
+ <div class="col_lm_placed">
243
+ --
244
+ </div>
245
+ <div class="col_lm_date">--</div>
246
+ <div class="cl"></div>
247
+ </div>
248
+ <div class="" id="_">
249
+ <div class="col_lm_gametype">
250
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" class="fl" width="17" height="17" />
251
+ No recent match
252
+ </div>
253
+ <div class="col_lm_placed">
254
+ --
255
+ </div>
256
+ <div class="col_lm_date">--</div>
257
+ <div class="cl"></div>
258
+ </div>
259
+ <div class="" id="_">
260
+ <div class="col_lm_gametype">
261
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" class="fl" width="17" height="17" />
262
+ No recent match
263
+ </div>
264
+ <div class="col_lm_placed">
265
+ --
266
+ </div>
267
+ <div class="col_lm_date">--</div>
268
+ <div class="cl"></div>
269
+ </div>
270
+ <div class="" id="_">
271
+ <div class="col_lm_gametype">
272
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" class="fl" width="17" height="17" />
273
+ No recent match
274
+ </div>
275
+ <div class="col_lm_placed">
276
+ --
277
+ </div>
278
+ <div class="col_lm_date">--</div>
279
+ <div class="cl"></div>
280
+ </div>
281
+ <div class="" id="_">
282
+ <div class="col_lm_gametype">
283
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" class="fl" width="17" height="17" />
284
+ No recent match
285
+ </div>
286
+ <div class="col_lm_placed">
287
+ --
288
+ </div>
289
+ <div class="col_lm_date">--</div>
290
+ <div class="cl"></div>
291
+ </div>
292
+ </div>
293
+
294
+ <div class="block_right">
295
+ <div class="header">
296
+ <div class="col_lm_gametype">Game Type / Arena</div>
297
+ <div class="col_lm_placed">Finish</div>
298
+ <div class="col_lm_date">Played</div>
299
+ <div class="cl"></div>
300
+ </div>
301
+
302
+ <div class="firstrow" id="_">
303
+ <div class="col_lm_gametype">
304
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" class="fl" width="17" height="17" />
305
+ No recent match
306
+ </div>
307
+ <div class="col_lm_placed">
308
+ --
309
+ </div>
310
+ <div class="col_lm_date">--</div>
311
+ <div class="cl"></div>
312
+ </div>
313
+ <div class="" id="_">
314
+ <div class="col_lm_gametype">
315
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" class="fl" width="17" height="17" />
316
+ No recent match
317
+ </div>
318
+ <div class="col_lm_placed">
319
+ --
320
+ </div>
321
+ <div class="col_lm_date">--</div>
322
+ <div class="cl"></div>
323
+ </div>
324
+ <div class="" id="_">
325
+ <div class="col_lm_gametype">
326
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" class="fl" width="17" height="17" />
327
+ No recent match
328
+ </div>
329
+ <div class="col_lm_placed">
330
+ --
331
+ </div>
332
+ <div class="col_lm_date">--</div>
333
+ <div class="cl"></div>
334
+ </div>
335
+ <div class="" id="_">
336
+ <div class="col_lm_gametype">
337
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" class="fl" width="17" height="17" />
338
+ No recent match
339
+ </div>
340
+ <div class="col_lm_placed">
341
+ --
342
+ </div>
343
+ <div class="col_lm_date">--</div>
344
+ <div class="cl"></div>
345
+ </div>
346
+ <div class="" id="_">
347
+ <div class="col_lm_gametype">
348
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/none_v2013071600.0.gif" class="fl" width="17" height="17" />
349
+ No recent match
350
+ </div>
351
+ <div class="col_lm_placed">
352
+ --
353
+ </div>
354
+ <div class="col_lm_date">--</div>
355
+ <div class="cl"></div>
356
+ </div>
357
+ </div>
358
+
359
+ <div class="cl"></div>
360
+ </div>
361
+
362
+ </div>
363
+ </div>
364
+ </div>
365
+
366
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/profile_bot_divider_v2013071600.0.gif" width="670" height="17" />
367
+
368
+ <div id="qlv_profileBottom" class="qlv_profile_section_statistics">
369
+ <div id="qlv_profileBottomContent">
370
+ <div class="prf_record_header">
371
+ <div class="col_st_gametype"><img src="http://cdn.quakelive.com/web/2013071600/images/profile/titles/ttl_record_v2013071600.0.png" alt="Record" width="66" height="13" class="prf_title" /></div>
372
+ <div class="col_st_played">Played</div>
373
+ <div class="col_st_finished">Finished</div>
374
+ <div class="col_st_wins">Wins</div>
375
+ <div class="col_st_withdraws">Quits</div>
376
+ <div class="col_st_completeperc">Completed</div>
377
+ <div class="col_st_winperc">Wins</div>
378
+ <div class="col_st_view">View Arena</div>
379
+ <div class="cl"></div>
380
+ </div>
381
+
382
+ <div class="prf_record">
383
+ <h1>No games recorded</h1>
384
+ </div>
385
+ </div>
386
+ </div>
387
+
388
+ <div id="qlv_profileTiers" class="qlv_profile_section_tiers">
389
+ <div id="qlv_profileBottomContent">
390
+ <img src="http://cdn.quakelive.com/web/2013071600/images/profile/titles/ttl_skill_v2013071600.0.png" alt="Skill Level" class="prf_title" />
391
+ <div class="tier_container">
392
+ <div class="tier_graph">
393
+ <div class="bars">
394
+ <div class="bar gray" style="height: 75%; left:0px;"></div>
395
+ <div class="bar gray" style="height: 75%; left:37px;"></div>
396
+ <div class="bar gray" style="height: 75%; left:74px;"></div>
397
+ <div class="bar gray" style="height: 75%; left:111px;"></div>
398
+ <div class="bar gray" style="height: 75%; left:148px;"></div>
399
+ <div class="bar gray" style="height: 50%; left:185px;"></div>
400
+ <div class="bar gray" style="height: 75%; left:222px;"></div>
401
+ <div class="bar gray" style="height: 75%; left:259px;"></div>
402
+ <div class="bar gray" style="height: 75%; left:296px;"></div>
403
+ <div class="bar gray" style="height: 75%; left:333px;"></div>
404
+ <div class="bar gray" style="height: 75%; left:370px;"></div>
405
+ </div>
406
+ <div class="keys">
407
+ <img src="http://cdn.quakelive.com/web/2013071600/images/gametypes/sm/fctf_v2013071600.0.png" width="28" height="28" style="left:0px;" title="1 Flag CTF" class="tier_gt_fctf"/>
408
+ <img src="http://cdn.quakelive.com/web/2013071600/images/gametypes/sm/ad_v2013071600.0.png" width="28" height="28" style="left:37px;" title="Attack & Defend" class="tier_gt_ad"/>
409
+ <img src="http://cdn.quakelive.com/web/2013071600/images/gametypes/sm/ctf_v2013071600.0.png" width="28" height="28" style="left:74px;" title="Capture The Flag" class="tier_gt_ctf"/>
410
+ <img src="http://cdn.quakelive.com/web/2013071600/images/gametypes/sm/ca_v2013071600.0.png" width="28" height="28" style="left:111px;" title="Clan Arena" class="tier_gt_ca"/>
411
+ <img src="http://cdn.quakelive.com/web/2013071600/images/gametypes/sm/dom_v2013071600.0.png" width="28" height="28" style="left:148px;" title="Domination" class="tier_gt_dom"/>
412
+ <img src="http://cdn.quakelive.com/web/2013071600/images/gametypes/sm/duel_v2013071600.0.png" width="28" height="28" style="left:185px;" title="Duel" class="tier_gt_duel"/>
413
+ <img src="http://cdn.quakelive.com/web/2013071600/images/gametypes/sm/ffa_v2013071600.0.png" width="28" height="28" style="left:222px;" title="Free For All" class="tier_gt_ffa"/>
414
+ <img src="http://cdn.quakelive.com/web/2013071600/images/gametypes/sm/ft_v2013071600.0.png" width="28" height="28" style="left:259px;" title="Freeze Tag" class="tier_gt_ft"/>
415
+ <img src="http://cdn.quakelive.com/web/2013071600/images/gametypes/sm/harvester_v2013071600.0.png" width="28" height="28" style="left:296px;" title="Harvester" class="tier_gt_harvester"/>
416
+ <img src="http://cdn.quakelive.com/web/2013071600/images/gametypes/sm/rr_v2013071600.0.png" width="28" height="28" style="left:333px;" title="Red Rover" class="tier_gt_rr"/>
417
+ <img src="http://cdn.quakelive.com/web/2013071600/images/gametypes/sm/tdm_v2013071600.0.png" width="28" height="28" style="left:370px;" title="Team Death Match" class="tier_gt_tdm"/>
418
+ </div>
419
+ </div>
420
+ <div class="tier_desc">
421
+ <p><b>Tier 4: Veteran</b></p>
422
+ <p><b>Tier 3: Warrior</b></p>
423
+ <p><b>Tier 2: Skilled</b></p>
424
+ <p><b>Tier 1: Trainee</b></p>
425
+ <p class="hidden_desc"><b>Tier Z: Elite:</b> Reserved for Xaero, Master of the Arena Eternal.</p>
426
+ <br/>
427
+ </div>
428
+ <p class="aside">Grayed out game types indicate too few games played for skill matching.</p></div>
429
+ </div>
430
+ </div>
431
+ </div>