riot_games_api 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/lib/riot_games_api/lol/constant/champions.rb +6 -0
  4. data/lib/riot_games_api/lol/constant/items.rb +97 -23
  5. data/lib/riot_games_api/version.rb +1 -1
  6. data/riot_games_api.gemspec +4 -4
  7. data/spec/lol/resource/stats_spec.rb +0 -1
  8. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/_realm/should_have_data_cdn_is_cdn_url.yml +3 -3
  9. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/_realm/should_have_static_data_of_realm.yml +3 -3
  10. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_false/should_have_inputed_data_version.yml +37391 -37297
  11. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_false/should_have_static_data_key_with_champion_name.yml +37391 -37297
  12. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_false/should_have_static_data_of_champions.yml +37391 -37297
  13. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_true/should_have_static_data_keys_is_champion_id.yml +37376 -37281
  14. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_true/should_have_static_data_of_champion.yml +37376 -37281
  15. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_by_id/should_have_data_key_is_shaco.yml +8 -8
  16. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_by_id/should_have_static_data_of_champion.yml +8 -8
  17. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_all/should_have_inputed_data_version.yml +3 -3
  18. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_all/should_have_static_data_of_items.yml +3 -3
  19. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_all/should_have_static_data_with_item_name.yml +3 -3
  20. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_by_id/should_have_data_name_is_biscuit.yml +6 -6
  21. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_by_id/should_have_static_data_of_item.yml +4 -4
  22. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_all/should_have_inputed_data_version.yml +3 -3
  23. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_all/should_have_static_data_of_masterys.yml +3 -3
  24. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_all/should_have_static_data_with_mastery_name.yml +3 -3
  25. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_by_id/should_have_data_name_is_sorcery.yml +4 -4
  26. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_by_id/should_have_static_data_of_mastery.yml +4 -4
  27. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_all/should_have_inputed_data_version.yml +3 -3
  28. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_all/should_have_static_data_of_runes.yml +3 -3
  29. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_all/should_have_static_data_with_rune_name.yml +3 -3
  30. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_by_id/should_have_data_name_is_rune_name.yml +4 -4
  31. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_by_id/should_have_static_data_of_rune.yml +4 -4
  32. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_all/key_by_id_is_false/should_have_inputed_data_version.yml +16 -16
  33. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_all/key_by_id_is_false/should_have_static_data_key_with_summoner_spell_name.yml +16 -16
  34. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_all/key_by_id_is_false/should_have_static_data_of_summoner_spell.yml +16 -16
  35. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_all/key_by_id_is_true/should_have_static_data_keys_is_sumoner_spell_id.yml +17 -17
  36. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_all/key_by_id_is_true/should_have_static_data_of_summoner_spell.yml +17 -17
  37. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_by_id/should_have_data_name_is_teleport.yml +5 -5
  38. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_by_id/should_have_static_data_of_summoner_spell.yml +5 -5
  39. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_ranked/latest_season/should_not_found_ranked_stats.yml +4 -4
  40. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_ranked/season3/should_have_champion_stats.yml +5 -5
  41. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_ranked/season3/should_have_modify_data_which_unixtime_milliseconds.yml +5 -5
  42. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_summary/latest_season/should_have_player_stat_summaries.yml +3 -3
  43. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_summary/latest_season/should_have_summoner_id_inputed.yml +3 -3
  44. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_summary/season3/should_have_player_stat_summaries.yml +5 -5
  45. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_summary/season3/should_have_summoner_id_inputed.yml +3 -3
  46. metadata +10 -10
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/champion/35?api_key=test_key&champData=all&locale=en_US&version
5
+ uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/champion/35?api_key=test_key&champData=all&locale=en_US&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:35:41 GMT
30
+ - Mon, 21 Apr 2014 10:11:46 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -85,7 +85,7 @@ http_interactions:
85
85
  (normal critical strikes deal {{ e2 }}% damage).\",\"leveltip\":{\"label\":[\"Critical
86
86
  Strike Damage\",\"Mana Cost\"],\"effect\":[\"{{ e1 }}% -> {{ e1NL }}%\",\"{{
87
87
  cost }} -> {{ costnNL }}\"]},\"image\":{\"full\":\"Deceive.png\",\"sprite\":\"spell8.png\",\"group\":\"spell\",\"x\":240,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"{{
88
- cost }} Mana\",\"maxrank\":5,\"cost\":[90,80,70,60,50],\"costType\":\"Mana\",\"costBurn\":\"90/80/70/60/50\",\"cooldown\":[0,0,0,0,0],\"cooldownBurn\":\"0\",\"effect\":[[140,160,180,200,220],[200,200,200,200,200],[3,3,3,3,3],[6,6,6,6,6]],\"effectBurn\":[\"140/160/180/200/220\",\"200\",\"3.5\",\"6\"],\"range\":[400,400,400,400,400],\"rangeBurn\":\"400\",\"key\":\"Deceive\"},{\"name\":\"Jack
88
+ cost }} Mana\",\"maxrank\":5,\"cost\":[90,80,70,60,50],\"costType\":\"Mana\",\"costBurn\":\"90/80/70/60/50\",\"cooldown\":[0.0,0.0,0.0,0.0,0.0],\"cooldownBurn\":\"0\",\"effect\":[[140,160,180,200,220],[200,200,200,200,200],[3,3,3,3,3],[6,6,6,6,6]],\"effectBurn\":[\"140/160/180/200/220\",\"200\",\"3.5\",\"6\"],\"range\":[400,400,400,400,400],\"rangeBurn\":\"400\",\"key\":\"Deceive\"},{\"name\":\"Jack
89
89
  In The Box\",\"description\":\"Shaco creates an animated Jack-in-the-Box at
90
90
  target location, which will wait, invisible, to Fear nearby units and attack
91
91
  them when some come nearby. \",\"sanitizedDescription\":\"Shaco creates an
@@ -103,7 +103,7 @@ http_interactions:
103
103
  while firing.\",\"leveltip\":{\"label\":[\"Damage\",\"Fear Length\",\"Mana
104
104
  Cost\"],\"effect\":[\"{{ e1 }} -> {{ e1NL }}\",\"{{ e3 }} -> {{ e3NL }}\",\"{{
105
105
  cost }} -> {{ costnNL }}\"]},\"image\":{\"full\":\"JackInTheBox.png\",\"sprite\":\"spell8.png\",\"group\":\"spell\",\"x\":288,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"{{
106
- cost }} Mana\",\"maxrank\":5,\"cost\":[50,55,60,65,70],\"costType\":\"Mana\",\"costBurn\":\"50/55/60/65/70\",\"cooldown\":[0,0,0,0,0],\"cooldownBurn\":\"0\",\"effect\":[[35,50,65,80,95],[200,300,400,500,600],[0,0,1,1,1],[60,60,60,60,60]],\"effectBurn\":[\"35/50/65/80/95\",\"200/300/400/500/600\",\"0.5/0.75/1/1.25/1.5\",\"60\"],\"vars\":[{\"key\":\"a1\",\"link\":\"spelldamage\",\"coeff\":[0.2]}],\"range\":[425,425,425,425,425],\"rangeBurn\":\"425\",\"key\":\"JackInTheBox\"},{\"name\":\"Two-Shiv
106
+ cost }} Mana\",\"maxrank\":5,\"cost\":[50,55,60,65,70],\"costType\":\"Mana\",\"costBurn\":\"50/55/60/65/70\",\"cooldown\":[0.0,0.0,0.0,0.0,0.0],\"cooldownBurn\":\"0\",\"effect\":[[35,50,65,80,95],[200,300,400,500,600],[0,0,1,1,1],[60,60,60,60,60]],\"effectBurn\":[\"35/50/65/80/95\",\"200/300/400/500/600\",\"0.5/0.75/1/1.25/1.5\",\"60\"],\"vars\":[{\"key\":\"a1\",\"link\":\"spelldamage\",\"coeff\":[0.2]}],\"range\":[425,425,425,425,425],\"rangeBurn\":\"425\",\"key\":\"JackInTheBox\"},{\"name\":\"Two-Shiv
107
107
  Poison\",\"description\":\"Shaco's Shivs passively poison targets on hit,
108
108
  slowing them and applying a miss chance to minions. He can throw his Shivs
109
109
  to deal damage and poison the target.\",\"sanitizedDescription\":\"Shaco's
@@ -124,7 +124,7 @@ http_interactions:
124
124
  Percent\",\"Miss Chance\",\"Mana Cost\"],\"effect\":[\"{{ e1 }} -> {{ e1NL
125
125
  }}\",\" {{ e2 }}% -> {{ e2NL }}%\",\"{{ e3 }} -> {{ e3NL }}%\",\"{{ cost }}
126
126
  -> {{ costnNL }}\"]},\"image\":{\"full\":\"TwoShivPoison.png\",\"sprite\":\"spell8.png\",\"group\":\"spell\",\"x\":336,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"{{
127
- cost }} Mana\",\"maxrank\":5,\"cost\":[50,55,60,65,70],\"costType\":\"Mana\",\"costBurn\":\"50/55/60/65/70\",\"cooldown\":[8,8,8,8,8],\"cooldownBurn\":\"8\",\"effect\":[[50,90,130,170,210],[10,15,20,25,30],[20,22,25,27,30],[2,2,2,2,2],[3,3,3,3,3]],\"effectBurn\":[\"50/90/130/170/210\",\"10/15/20/25/30\",\"20/22.5/25/27.5/30\",\"2\",\"3\"],\"vars\":[{\"key\":\"f1\",\"link\":\"bonusattackdamage\",\"coeff\":[1.0]},{\"key\":\"a1\",\"link\":\"spelldamage\",\"coeff\":[1.0]}],\"range\":[625,625,625,625,625],\"rangeBurn\":\"625\",\"key\":\"TwoShivPoison\"},{\"name\":\"Hallucinate\",\"description\":\"Shaco
127
+ cost }} Mana\",\"maxrank\":5,\"cost\":[50,55,60,65,70],\"costType\":\"Mana\",\"costBurn\":\"50/55/60/65/70\",\"cooldown\":[8.0,8.0,8.0,8.0,8.0],\"cooldownBurn\":\"8\",\"effect\":[[50,90,130,170,210],[10,15,20,25,30],[20,22,25,27,30],[2,2,2,2,2],[3,3,3,3,3]],\"effectBurn\":[\"50/90/130/170/210\",\"10/15/20/25/30\",\"20/22.5/25/27.5/30\",\"2\",\"3\"],\"vars\":[{\"key\":\"f1\",\"link\":\"bonusattackdamage\",\"coeff\":[1.0]},{\"key\":\"a1\",\"link\":\"spelldamage\",\"coeff\":[1.0]}],\"range\":[625,625,625,625,625],\"rangeBurn\":\"625\",\"key\":\"TwoShivPoison\"},{\"name\":\"Hallucinate\",\"description\":\"Shaco
128
128
  creates an illusion of himself near him, which can attack nearby enemies.
129
129
  (Deals half damage to turrets.) Upon death, it explodes, dealing damage to
130
130
  nearby enemies. \",\"sanitizedDescription\":\"Shaco creates an illusion of
@@ -143,9 +143,9 @@ http_interactions:
143
143
  button or by reactivating this ability.\",\"leveltip\":{\"label\":[\"On Death
144
144
  Damage\",\"Cooldown\"],\"effect\":[\"{{ e1 }} -> {{ e1NL }}\",\"{{ cooldown
145
145
  }} -> {{ cooldownnNL }}\"]},\"image\":{\"full\":\"HallucinateFull.png\",\"sprite\":\"spell8.png\",\"group\":\"spell\",\"x\":384,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"{{
146
- cost }} Mana\",\"maxrank\":3,\"cost\":[100,100,100],\"costType\":\"Mana\",\"costBurn\":\"100\",\"cooldown\":[100,90,80],\"cooldownBurn\":\"100/90/80\",\"effect\":[[300,450,600],[50,50,50],[15,15,15]],\"effectBurn\":[\"300/450/600\",\"50\",\"15\"],\"vars\":[{\"key\":\"a1\",\"link\":\"spelldamage\",\"coeff\":[1.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"key\":\"HallucinateFull\"}],\"passive\":{\"name\":\"Backstab\",\"description\":\"Shaco
146
+ cost }} Mana\",\"maxrank\":3,\"cost\":[100,100,100],\"costType\":\"Mana\",\"costBurn\":\"100\",\"cooldown\":[100.0,90.0,80.0],\"cooldownBurn\":\"100/90/80\",\"effect\":[[300,450,600],[50,50,50],[15,15,15]],\"effectBurn\":[\"300/450/600\",\"50\",\"15\"],\"vars\":[{\"key\":\"a1\",\"link\":\"spelldamage\",\"coeff\":[1.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"key\":\"HallucinateFull\"}],\"passive\":{\"name\":\"Backstab\",\"description\":\"Shaco
147
147
  deals 20% bonus damage when striking a unit from behind.\",\"sanitizedDescription\":\"Shaco
148
148
  deals 20% bonus damage when striking a unit from behind.\",\"image\":{\"full\":\"Jester_CarefulStrikes.png\",\"sprite\":\"passive2.png\",\"group\":\"passive\",\"x\":336,\"y\":48,\"w\":48,\"h\":48}},\"recommended\":[{\"champion\":\"Shaco\",\"title\":\"Beginner\",\"type\":\"riot-beginner\",\"map\":\"1\",\"mode\":\"CLASSIC\",\"priority\":false,\"blocks\":[{\"type\":\"beginner_Starter\",\"items\":[{\"id\":1055,\"count\":1},{\"id\":2003,\"count\":1}]},{\"type\":\"beginner_Basic\",\"items\":[{\"id\":1054,\"count\":1}]},{\"type\":\"beginner_Advanced\",\"recMath\":true,\"items\":[{\"id\":1051,\"count\":1},{\"id\":3093,\"count\":1}]},{\"type\":\"beginner_MovementSpeed\",\"recMath\":true,\"items\":[{\"id\":1001,\"count\":1},{\"id\":1042,\"count\":1},{\"id\":3006,\"count\":1}]},{\"type\":\"beginner_LegendaryItem\",\"recMath\":true,\"items\":[{\"id\":3093,\"count\":1},{\"id\":3086,\"count\":1},{\"id\":3087,\"count\":1}]},{\"type\":\"beginner_MoreLegendaryItems\",\"items\":[{\"id\":3072,\"count\":1},{\"id\":3022,\"count\":1},{\"id\":3031,\"count\":1},{\"id\":3102,\"count\":1}]}]},{\"champion\":\"Shaco\",\"title\":\"ShacoHA\",\"type\":\"riot\",\"map\":\"12\",\"mode\":\"ARAM\",\"priority\":false,\"blocks\":[{\"type\":\"starting\",\"items\":[{\"id\":1001,\"count\":1},{\"id\":2003,\"count\":2},{\"id\":1056,\"count\":2}]},{\"type\":\"essential\",\"items\":[{\"id\":3020,\"count\":1},{\"id\":3089,\"count\":1},{\"id\":3128,\"count\":1}]},{\"type\":\"offensive\",\"items\":[{\"id\":3100,\"count\":1},{\"id\":3135,\"count\":1},{\"id\":3151,\"count\":1}]},{\"type\":\"defensive\",\"items\":[{\"id\":3001,\"count\":1},{\"id\":3157,\"count\":1},{\"id\":3023,\"count\":1}]},{\"type\":\"Consumables\",\"items\":[{\"id\":2003,\"count\":1},{\"id\":2004,\"count\":1}]}]},{\"champion\":\"Shaco\",\"title\":\"ShacoDM\",\"type\":\"riot\",\"map\":\"8\",\"mode\":\"ODIN\",\"priority\":false,\"blocks\":[{\"type\":\"starting\",\"items\":[{\"id\":1001,\"count\":1},{\"id\":1052,\"count\":2},{\"id\":2003,\"count\":3}]},{\"type\":\"essential\",\"items\":[{\"id\":3090,\"count\":1},{\"id\":3117,\"count\":1},{\"id\":3187,\"count\":1}]},{\"type\":\"offensive\",\"items\":[{\"id\":3135,\"count\":1},{\"id\":3188,\"count\":1},{\"id\":3100,\"count\":1}]},{\"type\":\"defensive\",\"items\":[{\"id\":3001,\"count\":1},{\"id\":3290,\"count\":1}]},{\"type\":\"Consumables\",\"items\":[{\"id\":2003,\"count\":1},{\"id\":2004,\"count\":1}]}]},{\"champion\":\"Shaco\",\"title\":\"ShacoFIRSTBLOOD\",\"type\":\"riot\",\"map\":\"12\",\"mode\":\"FIRSTBLOOD\",\"priority\":false,\"blocks\":[{\"type\":\"starting\",\"items\":[{\"id\":1074,\"count\":1},{\"id\":2003,\"count\":1},{\"id\":3342,\"count\":1}]},{\"type\":\"essential\",\"items\":[{\"id\":3006,\"count\":1},{\"id\":3093,\"count\":1},{\"id\":3044,\"count\":1}]},{\"type\":\"offensive\",\"items\":[{\"id\":3142,\"count\":1},{\"id\":3031,\"count\":1},{\"id\":3078,\"count\":1}]},{\"type\":\"defensive\",\"items\":[{\"id\":3091,\"count\":1},{\"id\":3022,\"count\":1},{\"id\":3026,\"count\":1}]},{\"type\":\"Consumables\",\"items\":[{\"id\":2003,\"count\":1},{\"id\":2044,\"count\":1}]}]},{\"champion\":\"Shaco\",\"title\":\"ShacoSR\",\"type\":\"riot\",\"map\":\"1\",\"mode\":\"CLASSIC\",\"priority\":false,\"blocks\":[{\"type\":\"starting\",\"items\":[{\"id\":1039,\"count\":1},{\"id\":2003,\"count\":5},{\"id\":3342,\"count\":1}]},{\"type\":\"essential\",\"items\":[{\"id\":3006,\"count\":1},{\"id\":3154,\"count\":1},{\"id\":3093,\"count\":1}]},{\"type\":\"offensive\",\"items\":[{\"id\":3142,\"count\":1},{\"id\":3031,\"count\":1},{\"id\":3087,\"count\":1}]},{\"type\":\"defensive\",\"items\":[{\"id\":3091,\"count\":1},{\"id\":3022,\"count\":1},{\"id\":3026,\"count\":1}]},{\"type\":\"Consumables\",\"items\":[{\"id\":2003,\"count\":1},{\"id\":2044,\"count\":1}]}]},{\"champion\":\"Shaco\",\"title\":\"ShacoTT\",\"type\":\"riot\",\"map\":\"10\",\"mode\":\"CLASSIC\",\"priority\":false,\"blocks\":[{\"type\":\"starting\",\"items\":[{\"id\":1001,\"count\":1},{\"id\":1052,\"count\":1},{\"id\":2003,\"count\":1}]},{\"type\":\"essential\",\"items\":[{\"id\":3020,\"count\":1},{\"id\":3090,\"count\":1},{\"id\":3187,\"count\":1}]},{\"type\":\"offensive\",\"items\":[{\"id\":3135,\"count\":1},{\"id\":3188,\"count\":1},{\"id\":3100,\"count\":1}]},{\"type\":\"defensive\",\"items\":[{\"id\":3001,\"count\":1},{\"id\":3069,\"count\":1}]},{\"type\":\"Consumables\",\"items\":[{\"id\":2003,\"count\":1},{\"id\":2004,\"count\":1}]}]}]}"
149
149
  http_version:
150
- recorded_at: Thu, 17 Apr 2014 19:36:15 GMT
150
+ recorded_at: Mon, 21 Apr 2014 10:11:50 GMT
151
151
  recorded_with: VCR 2.9.0
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/champion/35?api_key=test_key&champData=all&locale=en_US&version
5
+ uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/champion/35?api_key=test_key&champData=all&locale=en_US&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:35:41 GMT
30
+ - Mon, 21 Apr 2014 10:11:46 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -85,7 +85,7 @@ http_interactions:
85
85
  (normal critical strikes deal {{ e2 }}% damage).\",\"leveltip\":{\"label\":[\"Critical
86
86
  Strike Damage\",\"Mana Cost\"],\"effect\":[\"{{ e1 }}% -> {{ e1NL }}%\",\"{{
87
87
  cost }} -> {{ costnNL }}\"]},\"image\":{\"full\":\"Deceive.png\",\"sprite\":\"spell8.png\",\"group\":\"spell\",\"x\":240,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"{{
88
- cost }} Mana\",\"maxrank\":5,\"cost\":[90,80,70,60,50],\"costType\":\"Mana\",\"costBurn\":\"90/80/70/60/50\",\"cooldown\":[0,0,0,0,0],\"cooldownBurn\":\"0\",\"effect\":[[140,160,180,200,220],[200,200,200,200,200],[3,3,3,3,3],[6,6,6,6,6]],\"effectBurn\":[\"140/160/180/200/220\",\"200\",\"3.5\",\"6\"],\"range\":[400,400,400,400,400],\"rangeBurn\":\"400\",\"key\":\"Deceive\"},{\"name\":\"Jack
88
+ cost }} Mana\",\"maxrank\":5,\"cost\":[90,80,70,60,50],\"costType\":\"Mana\",\"costBurn\":\"90/80/70/60/50\",\"cooldown\":[0.0,0.0,0.0,0.0,0.0],\"cooldownBurn\":\"0\",\"effect\":[[140,160,180,200,220],[200,200,200,200,200],[3,3,3,3,3],[6,6,6,6,6]],\"effectBurn\":[\"140/160/180/200/220\",\"200\",\"3.5\",\"6\"],\"range\":[400,400,400,400,400],\"rangeBurn\":\"400\",\"key\":\"Deceive\"},{\"name\":\"Jack
89
89
  In The Box\",\"description\":\"Shaco creates an animated Jack-in-the-Box at
90
90
  target location, which will wait, invisible, to Fear nearby units and attack
91
91
  them when some come nearby. \",\"sanitizedDescription\":\"Shaco creates an
@@ -103,7 +103,7 @@ http_interactions:
103
103
  while firing.\",\"leveltip\":{\"label\":[\"Damage\",\"Fear Length\",\"Mana
104
104
  Cost\"],\"effect\":[\"{{ e1 }} -> {{ e1NL }}\",\"{{ e3 }} -> {{ e3NL }}\",\"{{
105
105
  cost }} -> {{ costnNL }}\"]},\"image\":{\"full\":\"JackInTheBox.png\",\"sprite\":\"spell8.png\",\"group\":\"spell\",\"x\":288,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"{{
106
- cost }} Mana\",\"maxrank\":5,\"cost\":[50,55,60,65,70],\"costType\":\"Mana\",\"costBurn\":\"50/55/60/65/70\",\"cooldown\":[0,0,0,0,0],\"cooldownBurn\":\"0\",\"effect\":[[35,50,65,80,95],[200,300,400,500,600],[0,0,1,1,1],[60,60,60,60,60]],\"effectBurn\":[\"35/50/65/80/95\",\"200/300/400/500/600\",\"0.5/0.75/1/1.25/1.5\",\"60\"],\"vars\":[{\"key\":\"a1\",\"link\":\"spelldamage\",\"coeff\":[0.2]}],\"range\":[425,425,425,425,425],\"rangeBurn\":\"425\",\"key\":\"JackInTheBox\"},{\"name\":\"Two-Shiv
106
+ cost }} Mana\",\"maxrank\":5,\"cost\":[50,55,60,65,70],\"costType\":\"Mana\",\"costBurn\":\"50/55/60/65/70\",\"cooldown\":[0.0,0.0,0.0,0.0,0.0],\"cooldownBurn\":\"0\",\"effect\":[[35,50,65,80,95],[200,300,400,500,600],[0,0,1,1,1],[60,60,60,60,60]],\"effectBurn\":[\"35/50/65/80/95\",\"200/300/400/500/600\",\"0.5/0.75/1/1.25/1.5\",\"60\"],\"vars\":[{\"key\":\"a1\",\"link\":\"spelldamage\",\"coeff\":[0.2]}],\"range\":[425,425,425,425,425],\"rangeBurn\":\"425\",\"key\":\"JackInTheBox\"},{\"name\":\"Two-Shiv
107
107
  Poison\",\"description\":\"Shaco's Shivs passively poison targets on hit,
108
108
  slowing them and applying a miss chance to minions. He can throw his Shivs
109
109
  to deal damage and poison the target.\",\"sanitizedDescription\":\"Shaco's
@@ -124,7 +124,7 @@ http_interactions:
124
124
  Percent\",\"Miss Chance\",\"Mana Cost\"],\"effect\":[\"{{ e1 }} -> {{ e1NL
125
125
  }}\",\" {{ e2 }}% -> {{ e2NL }}%\",\"{{ e3 }} -> {{ e3NL }}%\",\"{{ cost }}
126
126
  -> {{ costnNL }}\"]},\"image\":{\"full\":\"TwoShivPoison.png\",\"sprite\":\"spell8.png\",\"group\":\"spell\",\"x\":336,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"{{
127
- cost }} Mana\",\"maxrank\":5,\"cost\":[50,55,60,65,70],\"costType\":\"Mana\",\"costBurn\":\"50/55/60/65/70\",\"cooldown\":[8,8,8,8,8],\"cooldownBurn\":\"8\",\"effect\":[[50,90,130,170,210],[10,15,20,25,30],[20,22,25,27,30],[2,2,2,2,2],[3,3,3,3,3]],\"effectBurn\":[\"50/90/130/170/210\",\"10/15/20/25/30\",\"20/22.5/25/27.5/30\",\"2\",\"3\"],\"vars\":[{\"key\":\"f1\",\"link\":\"bonusattackdamage\",\"coeff\":[1.0]},{\"key\":\"a1\",\"link\":\"spelldamage\",\"coeff\":[1.0]}],\"range\":[625,625,625,625,625],\"rangeBurn\":\"625\",\"key\":\"TwoShivPoison\"},{\"name\":\"Hallucinate\",\"description\":\"Shaco
127
+ cost }} Mana\",\"maxrank\":5,\"cost\":[50,55,60,65,70],\"costType\":\"Mana\",\"costBurn\":\"50/55/60/65/70\",\"cooldown\":[8.0,8.0,8.0,8.0,8.0],\"cooldownBurn\":\"8\",\"effect\":[[50,90,130,170,210],[10,15,20,25,30],[20,22,25,27,30],[2,2,2,2,2],[3,3,3,3,3]],\"effectBurn\":[\"50/90/130/170/210\",\"10/15/20/25/30\",\"20/22.5/25/27.5/30\",\"2\",\"3\"],\"vars\":[{\"key\":\"f1\",\"link\":\"bonusattackdamage\",\"coeff\":[1.0]},{\"key\":\"a1\",\"link\":\"spelldamage\",\"coeff\":[1.0]}],\"range\":[625,625,625,625,625],\"rangeBurn\":\"625\",\"key\":\"TwoShivPoison\"},{\"name\":\"Hallucinate\",\"description\":\"Shaco
128
128
  creates an illusion of himself near him, which can attack nearby enemies.
129
129
  (Deals half damage to turrets.) Upon death, it explodes, dealing damage to
130
130
  nearby enemies. \",\"sanitizedDescription\":\"Shaco creates an illusion of
@@ -143,9 +143,9 @@ http_interactions:
143
143
  button or by reactivating this ability.\",\"leveltip\":{\"label\":[\"On Death
144
144
  Damage\",\"Cooldown\"],\"effect\":[\"{{ e1 }} -> {{ e1NL }}\",\"{{ cooldown
145
145
  }} -> {{ cooldownnNL }}\"]},\"image\":{\"full\":\"HallucinateFull.png\",\"sprite\":\"spell8.png\",\"group\":\"spell\",\"x\":384,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"{{
146
- cost }} Mana\",\"maxrank\":3,\"cost\":[100,100,100],\"costType\":\"Mana\",\"costBurn\":\"100\",\"cooldown\":[100,90,80],\"cooldownBurn\":\"100/90/80\",\"effect\":[[300,450,600],[50,50,50],[15,15,15]],\"effectBurn\":[\"300/450/600\",\"50\",\"15\"],\"vars\":[{\"key\":\"a1\",\"link\":\"spelldamage\",\"coeff\":[1.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"key\":\"HallucinateFull\"}],\"passive\":{\"name\":\"Backstab\",\"description\":\"Shaco
146
+ cost }} Mana\",\"maxrank\":3,\"cost\":[100,100,100],\"costType\":\"Mana\",\"costBurn\":\"100\",\"cooldown\":[100.0,90.0,80.0],\"cooldownBurn\":\"100/90/80\",\"effect\":[[300,450,600],[50,50,50],[15,15,15]],\"effectBurn\":[\"300/450/600\",\"50\",\"15\"],\"vars\":[{\"key\":\"a1\",\"link\":\"spelldamage\",\"coeff\":[1.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"key\":\"HallucinateFull\"}],\"passive\":{\"name\":\"Backstab\",\"description\":\"Shaco
147
147
  deals 20% bonus damage when striking a unit from behind.\",\"sanitizedDescription\":\"Shaco
148
148
  deals 20% bonus damage when striking a unit from behind.\",\"image\":{\"full\":\"Jester_CarefulStrikes.png\",\"sprite\":\"passive2.png\",\"group\":\"passive\",\"x\":336,\"y\":48,\"w\":48,\"h\":48}},\"recommended\":[{\"champion\":\"Shaco\",\"title\":\"Beginner\",\"type\":\"riot-beginner\",\"map\":\"1\",\"mode\":\"CLASSIC\",\"priority\":false,\"blocks\":[{\"type\":\"beginner_Starter\",\"items\":[{\"id\":1055,\"count\":1},{\"id\":2003,\"count\":1}]},{\"type\":\"beginner_Basic\",\"items\":[{\"id\":1054,\"count\":1}]},{\"type\":\"beginner_Advanced\",\"recMath\":true,\"items\":[{\"id\":1051,\"count\":1},{\"id\":3093,\"count\":1}]},{\"type\":\"beginner_MovementSpeed\",\"recMath\":true,\"items\":[{\"id\":1001,\"count\":1},{\"id\":1042,\"count\":1},{\"id\":3006,\"count\":1}]},{\"type\":\"beginner_LegendaryItem\",\"recMath\":true,\"items\":[{\"id\":3093,\"count\":1},{\"id\":3086,\"count\":1},{\"id\":3087,\"count\":1}]},{\"type\":\"beginner_MoreLegendaryItems\",\"items\":[{\"id\":3072,\"count\":1},{\"id\":3022,\"count\":1},{\"id\":3031,\"count\":1},{\"id\":3102,\"count\":1}]}]},{\"champion\":\"Shaco\",\"title\":\"ShacoHA\",\"type\":\"riot\",\"map\":\"12\",\"mode\":\"ARAM\",\"priority\":false,\"blocks\":[{\"type\":\"starting\",\"items\":[{\"id\":1001,\"count\":1},{\"id\":2003,\"count\":2},{\"id\":1056,\"count\":2}]},{\"type\":\"essential\",\"items\":[{\"id\":3020,\"count\":1},{\"id\":3089,\"count\":1},{\"id\":3128,\"count\":1}]},{\"type\":\"offensive\",\"items\":[{\"id\":3100,\"count\":1},{\"id\":3135,\"count\":1},{\"id\":3151,\"count\":1}]},{\"type\":\"defensive\",\"items\":[{\"id\":3001,\"count\":1},{\"id\":3157,\"count\":1},{\"id\":3023,\"count\":1}]},{\"type\":\"Consumables\",\"items\":[{\"id\":2003,\"count\":1},{\"id\":2004,\"count\":1}]}]},{\"champion\":\"Shaco\",\"title\":\"ShacoDM\",\"type\":\"riot\",\"map\":\"8\",\"mode\":\"ODIN\",\"priority\":false,\"blocks\":[{\"type\":\"starting\",\"items\":[{\"id\":1001,\"count\":1},{\"id\":1052,\"count\":2},{\"id\":2003,\"count\":3}]},{\"type\":\"essential\",\"items\":[{\"id\":3090,\"count\":1},{\"id\":3117,\"count\":1},{\"id\":3187,\"count\":1}]},{\"type\":\"offensive\",\"items\":[{\"id\":3135,\"count\":1},{\"id\":3188,\"count\":1},{\"id\":3100,\"count\":1}]},{\"type\":\"defensive\",\"items\":[{\"id\":3001,\"count\":1},{\"id\":3290,\"count\":1}]},{\"type\":\"Consumables\",\"items\":[{\"id\":2003,\"count\":1},{\"id\":2004,\"count\":1}]}]},{\"champion\":\"Shaco\",\"title\":\"ShacoFIRSTBLOOD\",\"type\":\"riot\",\"map\":\"12\",\"mode\":\"FIRSTBLOOD\",\"priority\":false,\"blocks\":[{\"type\":\"starting\",\"items\":[{\"id\":1074,\"count\":1},{\"id\":2003,\"count\":1},{\"id\":3342,\"count\":1}]},{\"type\":\"essential\",\"items\":[{\"id\":3006,\"count\":1},{\"id\":3093,\"count\":1},{\"id\":3044,\"count\":1}]},{\"type\":\"offensive\",\"items\":[{\"id\":3142,\"count\":1},{\"id\":3031,\"count\":1},{\"id\":3078,\"count\":1}]},{\"type\":\"defensive\",\"items\":[{\"id\":3091,\"count\":1},{\"id\":3022,\"count\":1},{\"id\":3026,\"count\":1}]},{\"type\":\"Consumables\",\"items\":[{\"id\":2003,\"count\":1},{\"id\":2044,\"count\":1}]}]},{\"champion\":\"Shaco\",\"title\":\"ShacoSR\",\"type\":\"riot\",\"map\":\"1\",\"mode\":\"CLASSIC\",\"priority\":false,\"blocks\":[{\"type\":\"starting\",\"items\":[{\"id\":1039,\"count\":1},{\"id\":2003,\"count\":5},{\"id\":3342,\"count\":1}]},{\"type\":\"essential\",\"items\":[{\"id\":3006,\"count\":1},{\"id\":3154,\"count\":1},{\"id\":3093,\"count\":1}]},{\"type\":\"offensive\",\"items\":[{\"id\":3142,\"count\":1},{\"id\":3031,\"count\":1},{\"id\":3087,\"count\":1}]},{\"type\":\"defensive\",\"items\":[{\"id\":3091,\"count\":1},{\"id\":3022,\"count\":1},{\"id\":3026,\"count\":1}]},{\"type\":\"Consumables\",\"items\":[{\"id\":2003,\"count\":1},{\"id\":2044,\"count\":1}]}]},{\"champion\":\"Shaco\",\"title\":\"ShacoTT\",\"type\":\"riot\",\"map\":\"10\",\"mode\":\"CLASSIC\",\"priority\":false,\"blocks\":[{\"type\":\"starting\",\"items\":[{\"id\":1001,\"count\":1},{\"id\":1052,\"count\":1},{\"id\":2003,\"count\":1}]},{\"type\":\"essential\",\"items\":[{\"id\":3020,\"count\":1},{\"id\":3090,\"count\":1},{\"id\":3187,\"count\":1}]},{\"type\":\"offensive\",\"items\":[{\"id\":3135,\"count\":1},{\"id\":3188,\"count\":1},{\"id\":3100,\"count\":1}]},{\"type\":\"defensive\",\"items\":[{\"id\":3001,\"count\":1},{\"id\":3069,\"count\":1}]},{\"type\":\"Consumables\",\"items\":[{\"id\":2003,\"count\":1},{\"id\":2004,\"count\":1}]}]}]}"
149
149
  http_version:
150
- recorded_at: Thu, 17 Apr 2014 19:36:15 GMT
150
+ recorded_at: Mon, 21 Apr 2014 10:11:50 GMT
151
151
  recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:07 GMT
30
+ - Mon, 21 Apr 2014 10:11:49 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -2384,5 +2384,5 @@ http_interactions:
2384
2384
  3 minutes.\",\"colloq\":\"blue\",\"plaintext\":\"Temporarily increases Ability
2385
2385
  Power and Cooldown Reduction\",\"consumed\":true,\"stacks\":3,\"consumeOnFull\":true,\"tags\":[\"SpellDamage\",\"CooldownReduction\",\"Consumable\"],\"maps\":{\"10\":false,\"8\":false},\"image\":{\"full\":\"2039.png\",\"sprite\":\"item0.png\",\"group\":\"item\",\"x\":144,\"y\":144,\"w\":48,\"h\":48},\"stats\":{}}},\"groups\":[{\"key\":\"BootsAlacrity\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsCaptain\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsDistortion\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsFuror\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsHomeguard\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsNormal\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"DoransShowdown\",\"MaxGroupOwnable\":\"2\"},{\"key\":\"GoldBase\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"GreenWards\",\"MaxGroupOwnable\":\"3\"},{\"key\":\"HealthPotion\",\"MaxGroupOwnable\":\"5\"},{\"key\":\"ManaPotion\",\"MaxGroupOwnable\":\"5\"},{\"key\":\"PinkWards\",\"MaxGroupOwnable\":\"2\"},{\"key\":\"RelicBase\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"_ItemGroupDefaults.txt\",\"MaxGroupOwnable\":\"-1\"}],\"tree\":[{\"header\":\"TOOLS\",\"tags\":[\"CONSUMABLE\",\"GOLDPER\",\"VISION\"]},{\"header\":\"DEFENSE\",\"tags\":[\"HEALTH\",\"ARMOR\",\"SPELLBLOCK\",\"HEALTHREGEN\",\"TENACITY\"]},{\"header\":\"ATTACK\",\"tags\":[\"DAMAGE\",\"CRITICALSTRIKE\",\"ATTACKSPEED\",\"LIFESTEAL\"]},{\"header\":\"MAGIC\",\"tags\":[\"SPELLDAMAGE\",\"COOLDOWNREDUCTION\",\"SPELLVAMP\",\"MANA\",\"MANAREGEN\"]},{\"header\":\"MOVEMENT\",\"tags\":[\"BOOTS\",\"NONBOOTSMOVEMENT\"]}]}"
2386
2386
  http_version:
2387
- recorded_at: Thu, 17 Apr 2014 19:08:41 GMT
2387
+ recorded_at: Mon, 21 Apr 2014 10:11:53 GMT
2388
2388
  recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:05 GMT
30
+ - Mon, 21 Apr 2014 10:11:48 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -2384,5 +2384,5 @@ http_interactions:
2384
2384
  3 minutes.\",\"colloq\":\"blue\",\"plaintext\":\"Temporarily increases Ability
2385
2385
  Power and Cooldown Reduction\",\"consumed\":true,\"stacks\":3,\"consumeOnFull\":true,\"tags\":[\"SpellDamage\",\"CooldownReduction\",\"Consumable\"],\"maps\":{\"10\":false,\"8\":false},\"image\":{\"full\":\"2039.png\",\"sprite\":\"item0.png\",\"group\":\"item\",\"x\":144,\"y\":144,\"w\":48,\"h\":48},\"stats\":{}}},\"groups\":[{\"key\":\"BootsAlacrity\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsCaptain\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsDistortion\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsFuror\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsHomeguard\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsNormal\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"DoransShowdown\",\"MaxGroupOwnable\":\"2\"},{\"key\":\"GoldBase\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"GreenWards\",\"MaxGroupOwnable\":\"3\"},{\"key\":\"HealthPotion\",\"MaxGroupOwnable\":\"5\"},{\"key\":\"ManaPotion\",\"MaxGroupOwnable\":\"5\"},{\"key\":\"PinkWards\",\"MaxGroupOwnable\":\"2\"},{\"key\":\"RelicBase\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"_ItemGroupDefaults.txt\",\"MaxGroupOwnable\":\"-1\"}],\"tree\":[{\"header\":\"TOOLS\",\"tags\":[\"CONSUMABLE\",\"GOLDPER\",\"VISION\"]},{\"header\":\"DEFENSE\",\"tags\":[\"HEALTH\",\"ARMOR\",\"SPELLBLOCK\",\"HEALTHREGEN\",\"TENACITY\"]},{\"header\":\"ATTACK\",\"tags\":[\"DAMAGE\",\"CRITICALSTRIKE\",\"ATTACKSPEED\",\"LIFESTEAL\"]},{\"header\":\"MAGIC\",\"tags\":[\"SPELLDAMAGE\",\"COOLDOWNREDUCTION\",\"SPELLVAMP\",\"MANA\",\"MANAREGEN\"]},{\"header\":\"MOVEMENT\",\"tags\":[\"BOOTS\",\"NONBOOTSMOVEMENT\"]}]}"
2386
2386
  http_version:
2387
- recorded_at: Thu, 17 Apr 2014 19:08:40 GMT
2387
+ recorded_at: Mon, 21 Apr 2014 10:11:52 GMT
2388
2388
  recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:04 GMT
30
+ - Mon, 21 Apr 2014 10:11:47 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -2384,5 +2384,5 @@ http_interactions:
2384
2384
  3 minutes.\",\"colloq\":\"blue\",\"plaintext\":\"Temporarily increases Ability
2385
2385
  Power and Cooldown Reduction\",\"consumed\":true,\"stacks\":3,\"consumeOnFull\":true,\"tags\":[\"SpellDamage\",\"CooldownReduction\",\"Consumable\"],\"maps\":{\"10\":false,\"8\":false},\"image\":{\"full\":\"2039.png\",\"sprite\":\"item0.png\",\"group\":\"item\",\"x\":144,\"y\":144,\"w\":48,\"h\":48},\"stats\":{}}},\"groups\":[{\"key\":\"BootsAlacrity\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsCaptain\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsDistortion\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsFuror\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsHomeguard\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"BootsNormal\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"DoransShowdown\",\"MaxGroupOwnable\":\"2\"},{\"key\":\"GoldBase\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"GreenWards\",\"MaxGroupOwnable\":\"3\"},{\"key\":\"HealthPotion\",\"MaxGroupOwnable\":\"5\"},{\"key\":\"ManaPotion\",\"MaxGroupOwnable\":\"5\"},{\"key\":\"PinkWards\",\"MaxGroupOwnable\":\"2\"},{\"key\":\"RelicBase\",\"MaxGroupOwnable\":\"1\"},{\"key\":\"_ItemGroupDefaults.txt\",\"MaxGroupOwnable\":\"-1\"}],\"tree\":[{\"header\":\"TOOLS\",\"tags\":[\"CONSUMABLE\",\"GOLDPER\",\"VISION\"]},{\"header\":\"DEFENSE\",\"tags\":[\"HEALTH\",\"ARMOR\",\"SPELLBLOCK\",\"HEALTHREGEN\",\"TENACITY\"]},{\"header\":\"ATTACK\",\"tags\":[\"DAMAGE\",\"CRITICALSTRIKE\",\"ATTACKSPEED\",\"LIFESTEAL\"]},{\"header\":\"MAGIC\",\"tags\":[\"SPELLDAMAGE\",\"COOLDOWNREDUCTION\",\"SPELLVAMP\",\"MANA\",\"MANAREGEN\"]},{\"header\":\"MOVEMENT\",\"tags\":[\"BOOTS\",\"NONBOOTSMOVEMENT\"]}]}"
2386
2386
  http_version:
2387
- recorded_at: Thu, 17 Apr 2014 19:08:39 GMT
2387
+ recorded_at: Mon, 21 Apr 2014 10:11:50 GMT
2388
2388
  recorded_with: VCR 2.9.0
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/item/2009?api_key=test_key&itemData=all&locale=en_US&version
5
+ uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/item/2009?api_key=test_key&itemData=all&locale=en_US&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,13 +27,13 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:08 GMT
30
+ - Mon, 21 Apr 2014 10:11:51 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
34
34
  - Accept-Encoding, User-Agent
35
- Content-Length:
36
- - '274'
35
+ Transfer-Encoding:
36
+ - chunked
37
37
  Connection:
38
38
  - keep-alive
39
39
  body:
@@ -42,5 +42,5 @@ http_interactions:
42
42
  to Consume:</consumable> Restores 80 Health and 50 Mana over 10 seconds.\",\"sanitizedDescription\":\"Click
43
43
  to Consume: Restores 80 Health and 50 Mana over 10 seconds.\",\"consumed\":true,\"inStore\":false,\"image\":{\"full\":\"2009.png\",\"sprite\":\"item0.png\",\"group\":\"item\",\"x\":0,\"y\":144,\"w\":48,\"h\":48},\"stats\":{}}"
44
44
  http_version:
45
- recorded_at: Thu, 17 Apr 2014 19:08:43 GMT
45
+ recorded_at: Mon, 21 Apr 2014 10:11:55 GMT
46
46
  recorded_with: VCR 2.9.0
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/item/2009?api_key=test_key&itemData=all&locale=en_US&version
5
+ uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/item/2009?api_key=test_key&itemData=all&locale=en_US&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:08 GMT
30
+ - Mon, 21 Apr 2014 10:11:51 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -42,5 +42,5 @@ http_interactions:
42
42
  to Consume:</consumable> Restores 80 Health and 50 Mana over 10 seconds.\",\"sanitizedDescription\":\"Click
43
43
  to Consume: Restores 80 Health and 50 Mana over 10 seconds.\",\"consumed\":true,\"inStore\":false,\"image\":{\"full\":\"2009.png\",\"sprite\":\"item0.png\",\"group\":\"item\",\"x\":0,\"y\":144,\"w\":48,\"h\":48},\"stats\":{}}"
44
44
  http_version:
45
- recorded_at: Thu, 17 Apr 2014 19:08:42 GMT
45
+ recorded_at: Mon, 21 Apr 2014 10:11:54 GMT
46
46
  recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:09 GMT
30
+ - Mon, 21 Apr 2014 10:11:52 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -236,5 +236,5 @@ http_interactions:
236
236
  damage taken by 4% from Area of Effect magic damage\"],\"sanitizedDescription\":[\"Reduces
237
237
  damage taken by 4% from Area of Effect magic damage\"],\"ranks\":1,\"prereq\":\"4234\",\"image\":{\"full\":\"4244.png\",\"sprite\":\"mastery0.png\",\"group\":\"gray_mastery\",\"x\":192,\"y\":144,\"w\":48,\"h\":48}}},\"tree\":{\"Defense\":[{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4211},{\"prereq\":\"0\",\"masteryId\":4212},{\"prereq\":\"0\",\"masteryId\":4213},{\"prereq\":\"0\",\"masteryId\":4214}]},{\"masteryTreeItems\":[{\"prereq\":\"4211\",\"masteryId\":4221},{\"prereq\":\"0\",\"masteryId\":4222},{\"prereq\":\"4214\",\"masteryId\":4224}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4231},{\"prereq\":\"4222\",\"masteryId\":4232},{\"prereq\":\"0\",\"masteryId\":4233},{\"prereq\":\"0\",\"masteryId\":4234}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4241},{\"prereq\":\"0\",\"masteryId\":4242},{\"prereq\":\"4233\",\"masteryId\":4243},{\"prereq\":\"4234\",\"masteryId\":4244}]},{\"masteryTreeItems\":[{\"prereq\":\"4241\",\"masteryId\":4251},{\"prereq\":\"0\",\"masteryId\":4252},{\"prereq\":\"0\",\"masteryId\":4253}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4262}]}],\"Offense\":[{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4111},{\"prereq\":\"0\",\"masteryId\":4112},{\"prereq\":\"0\",\"masteryId\":4113},{\"prereq\":\"0\",\"masteryId\":4114}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4121},{\"prereq\":\"0\",\"masteryId\":4122},{\"prereq\":\"0\",\"masteryId\":4123},{\"prereq\":\"4114\",\"masteryId\":4124}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4131},{\"prereq\":\"4122\",\"masteryId\":4132},{\"prereq\":\"4123\",\"masteryId\":4133},{\"prereq\":\"0\",\"masteryId\":4134}]},{\"masteryTreeItems\":[{\"prereq\":\"4131\",\"masteryId\":4141},{\"prereq\":\"0\",\"masteryId\":4142},{\"prereq\":\"0\",\"masteryId\":4143},{\"prereq\":\"4134\",\"masteryId\":4144}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4151},{\"prereq\":\"0\",\"masteryId\":4152},{\"prereq\":\"0\",\"masteryId\":4154}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4162}]}],\"Utility\":[{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4311},{\"prereq\":\"0\",\"masteryId\":4312},{\"prereq\":\"0\",\"masteryId\":4313},{\"prereq\":\"0\",\"masteryId\":4314}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4322},{\"prereq\":\"4313\",\"masteryId\":4323},{\"prereq\":\"0\",\"masteryId\":4324}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4331},{\"prereq\":\"0\",\"masteryId\":4332},{\"prereq\":\"0\",\"masteryId\":4333},{\"prereq\":\"4324\",\"masteryId\":4334}]},{\"masteryTreeItems\":[{\"prereq\":\"4331\",\"masteryId\":4341},{\"prereq\":\"0\",\"masteryId\":4342},{\"prereq\":\"0\",\"masteryId\":4343},{\"prereq\":\"0\",\"masteryId\":4344}]},{\"masteryTreeItems\":[{\"prereq\":\"4342\",\"masteryId\":4352},{\"prereq\":\"0\",\"masteryId\":4353}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4362}]}]}}"
238
238
  http_version:
239
- recorded_at: Thu, 17 Apr 2014 19:08:44 GMT
239
+ recorded_at: Mon, 21 Apr 2014 10:11:56 GMT
240
240
  recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:09 GMT
30
+ - Mon, 21 Apr 2014 10:11:51 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -236,5 +236,5 @@ http_interactions:
236
236
  damage taken by 4% from Area of Effect magic damage\"],\"sanitizedDescription\":[\"Reduces
237
237
  damage taken by 4% from Area of Effect magic damage\"],\"ranks\":1,\"prereq\":\"4234\",\"image\":{\"full\":\"4244.png\",\"sprite\":\"mastery0.png\",\"group\":\"gray_mastery\",\"x\":192,\"y\":144,\"w\":48,\"h\":48}}},\"tree\":{\"Defense\":[{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4211},{\"prereq\":\"0\",\"masteryId\":4212},{\"prereq\":\"0\",\"masteryId\":4213},{\"prereq\":\"0\",\"masteryId\":4214}]},{\"masteryTreeItems\":[{\"prereq\":\"4211\",\"masteryId\":4221},{\"prereq\":\"0\",\"masteryId\":4222},{\"prereq\":\"4214\",\"masteryId\":4224}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4231},{\"prereq\":\"4222\",\"masteryId\":4232},{\"prereq\":\"0\",\"masteryId\":4233},{\"prereq\":\"0\",\"masteryId\":4234}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4241},{\"prereq\":\"0\",\"masteryId\":4242},{\"prereq\":\"4233\",\"masteryId\":4243},{\"prereq\":\"4234\",\"masteryId\":4244}]},{\"masteryTreeItems\":[{\"prereq\":\"4241\",\"masteryId\":4251},{\"prereq\":\"0\",\"masteryId\":4252},{\"prereq\":\"0\",\"masteryId\":4253}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4262}]}],\"Offense\":[{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4111},{\"prereq\":\"0\",\"masteryId\":4112},{\"prereq\":\"0\",\"masteryId\":4113},{\"prereq\":\"0\",\"masteryId\":4114}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4121},{\"prereq\":\"0\",\"masteryId\":4122},{\"prereq\":\"0\",\"masteryId\":4123},{\"prereq\":\"4114\",\"masteryId\":4124}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4131},{\"prereq\":\"4122\",\"masteryId\":4132},{\"prereq\":\"4123\",\"masteryId\":4133},{\"prereq\":\"0\",\"masteryId\":4134}]},{\"masteryTreeItems\":[{\"prereq\":\"4131\",\"masteryId\":4141},{\"prereq\":\"0\",\"masteryId\":4142},{\"prereq\":\"0\",\"masteryId\":4143},{\"prereq\":\"4134\",\"masteryId\":4144}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4151},{\"prereq\":\"0\",\"masteryId\":4152},{\"prereq\":\"0\",\"masteryId\":4154}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4162}]}],\"Utility\":[{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4311},{\"prereq\":\"0\",\"masteryId\":4312},{\"prereq\":\"0\",\"masteryId\":4313},{\"prereq\":\"0\",\"masteryId\":4314}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4322},{\"prereq\":\"4313\",\"masteryId\":4323},{\"prereq\":\"0\",\"masteryId\":4324}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4331},{\"prereq\":\"0\",\"masteryId\":4332},{\"prereq\":\"0\",\"masteryId\":4333},{\"prereq\":\"4324\",\"masteryId\":4334}]},{\"masteryTreeItems\":[{\"prereq\":\"4331\",\"masteryId\":4341},{\"prereq\":\"0\",\"masteryId\":4342},{\"prereq\":\"0\",\"masteryId\":4343},{\"prereq\":\"0\",\"masteryId\":4344}]},{\"masteryTreeItems\":[{\"prereq\":\"4342\",\"masteryId\":4352},{\"prereq\":\"0\",\"masteryId\":4353}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4362}]}]}}"
238
238
  http_version:
239
- recorded_at: Thu, 17 Apr 2014 19:08:43 GMT
239
+ recorded_at: Mon, 21 Apr 2014 10:11:55 GMT
240
240
  recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:09 GMT
30
+ - Mon, 21 Apr 2014 10:11:52 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -236,5 +236,5 @@ http_interactions:
236
236
  damage taken by 4% from Area of Effect magic damage\"],\"sanitizedDescription\":[\"Reduces
237
237
  damage taken by 4% from Area of Effect magic damage\"],\"ranks\":1,\"prereq\":\"4234\",\"image\":{\"full\":\"4244.png\",\"sprite\":\"mastery0.png\",\"group\":\"gray_mastery\",\"x\":192,\"y\":144,\"w\":48,\"h\":48}}},\"tree\":{\"Defense\":[{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4211},{\"prereq\":\"0\",\"masteryId\":4212},{\"prereq\":\"0\",\"masteryId\":4213},{\"prereq\":\"0\",\"masteryId\":4214}]},{\"masteryTreeItems\":[{\"prereq\":\"4211\",\"masteryId\":4221},{\"prereq\":\"0\",\"masteryId\":4222},{\"prereq\":\"4214\",\"masteryId\":4224}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4231},{\"prereq\":\"4222\",\"masteryId\":4232},{\"prereq\":\"0\",\"masteryId\":4233},{\"prereq\":\"0\",\"masteryId\":4234}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4241},{\"prereq\":\"0\",\"masteryId\":4242},{\"prereq\":\"4233\",\"masteryId\":4243},{\"prereq\":\"4234\",\"masteryId\":4244}]},{\"masteryTreeItems\":[{\"prereq\":\"4241\",\"masteryId\":4251},{\"prereq\":\"0\",\"masteryId\":4252},{\"prereq\":\"0\",\"masteryId\":4253}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4262}]}],\"Offense\":[{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4111},{\"prereq\":\"0\",\"masteryId\":4112},{\"prereq\":\"0\",\"masteryId\":4113},{\"prereq\":\"0\",\"masteryId\":4114}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4121},{\"prereq\":\"0\",\"masteryId\":4122},{\"prereq\":\"0\",\"masteryId\":4123},{\"prereq\":\"4114\",\"masteryId\":4124}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4131},{\"prereq\":\"4122\",\"masteryId\":4132},{\"prereq\":\"4123\",\"masteryId\":4133},{\"prereq\":\"0\",\"masteryId\":4134}]},{\"masteryTreeItems\":[{\"prereq\":\"4131\",\"masteryId\":4141},{\"prereq\":\"0\",\"masteryId\":4142},{\"prereq\":\"0\",\"masteryId\":4143},{\"prereq\":\"4134\",\"masteryId\":4144}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4151},{\"prereq\":\"0\",\"masteryId\":4152},{\"prereq\":\"0\",\"masteryId\":4154}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4162}]}],\"Utility\":[{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4311},{\"prereq\":\"0\",\"masteryId\":4312},{\"prereq\":\"0\",\"masteryId\":4313},{\"prereq\":\"0\",\"masteryId\":4314}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4322},{\"prereq\":\"4313\",\"masteryId\":4323},{\"prereq\":\"0\",\"masteryId\":4324}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4331},{\"prereq\":\"0\",\"masteryId\":4332},{\"prereq\":\"0\",\"masteryId\":4333},{\"prereq\":\"4324\",\"masteryId\":4334}]},{\"masteryTreeItems\":[{\"prereq\":\"4331\",\"masteryId\":4341},{\"prereq\":\"0\",\"masteryId\":4342},{\"prereq\":\"0\",\"masteryId\":4343},{\"prereq\":\"0\",\"masteryId\":4344}]},{\"masteryTreeItems\":[{\"prereq\":\"4342\",\"masteryId\":4352},{\"prereq\":\"0\",\"masteryId\":4353}]},{\"masteryTreeItems\":[{\"prereq\":\"0\",\"masteryId\":4362}]}]}}"
238
238
  http_version:
239
- recorded_at: Thu, 17 Apr 2014 19:08:43 GMT
239
+ recorded_at: Mon, 21 Apr 2014 10:11:55 GMT
240
240
  recorded_with: VCR 2.9.0
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/mastery/4113?api_key=test_key&locale=en_US&masteryData=all&version
5
+ uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/mastery/4113?api_key=test_key&locale=en_US&masteryData=all&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:10 GMT
30
+ - Mon, 21 Apr 2014 10:11:53 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -43,5 +43,5 @@ http_interactions:
43
43
  Cooldown Reduction\"],\"sanitizedDescription\":[\"+1.25% Cooldown Reduction\",\"+2.5%
44
44
  Cooldown Reduction\",\"+3.75% Cooldown Reduction\",\"+5% Cooldown Reduction\"],\"ranks\":4,\"prereq\":\"0\",\"image\":{\"full\":\"4113.png\",\"sprite\":\"mastery0.png\",\"group\":\"gray_mastery\",\"x\":96,\"y\":0,\"w\":48,\"h\":48}}"
45
45
  http_version:
46
- recorded_at: Thu, 17 Apr 2014 19:08:44 GMT
46
+ recorded_at: Mon, 21 Apr 2014 10:11:56 GMT
47
47
  recorded_with: VCR 2.9.0
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/mastery/4113?api_key=test_key&locale=en_US&masteryData=all&version
5
+ uri: http://prod.api.pvp.net/api/lol/static-data/na/v1.2/mastery/4113?api_key=test_key&locale=en_US&masteryData=all&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:10 GMT
30
+ - Mon, 21 Apr 2014 10:11:52 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -43,5 +43,5 @@ http_interactions:
43
43
  Cooldown Reduction\"],\"sanitizedDescription\":[\"+1.25% Cooldown Reduction\",\"+2.5%
44
44
  Cooldown Reduction\",\"+3.75% Cooldown Reduction\",\"+5% Cooldown Reduction\"],\"ranks\":4,\"prereq\":\"0\",\"image\":{\"full\":\"4113.png\",\"sprite\":\"mastery0.png\",\"group\":\"gray_mastery\",\"x\":96,\"y\":0,\"w\":48,\"h\":48}}"
45
45
  http_version:
46
- recorded_at: Thu, 17 Apr 2014 19:08:44 GMT
46
+ recorded_at: Mon, 21 Apr 2014 10:11:56 GMT
47
47
  recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:13 GMT
30
+ - Mon, 21 Apr 2014 10:11:56 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -729,5 +729,5 @@ http_interactions:
729
729
  Glyph of Ability Power\",\"description\":\"+1.19 ability power\",\"sanitizedDescription\":\"+1.19
730
730
  ability power\",\"tags\":[\"magic\",\"flat\",\"glyph\"],\"image\":{\"full\":\"b_3_3.png\",\"sprite\":\"rune0.png\",\"group\":\"rune\",\"x\":0,\"y\":192,\"w\":48,\"h\":48},\"stats\":{\"FlatMagicDamageMod\":1.19},\"rune\":{\"isRune\":true,\"tier\":\"3\",\"type\":\"blue\"}}},\"basic\":{\"id\":0,\"gold\":{\"base\":0,\"total\":0,\"sell\":0,\"purchasable\":false},\"consumed\":false,\"stacks\":1,\"depth\":1,\"consumeOnFull\":false,\"specialRecipe\":0,\"inStore\":true,\"hideFromAll\":false,\"maps\":{\"10\":true,\"1\":true,\"8\":true,\"12\":true},\"stats\":{\"rFlatArmorModPerLevel\":0.0,\"rFlatArmorPenetrationMod\":0.0,\"rFlatArmorPenetrationModPerLevel\":0.0,\"rFlatCritChanceModPerLevel\":0.0,\"rFlatCritDamageModPerLevel\":0.0,\"rFlatEnergyRegenModPerLevel\":0.0,\"rFlatDodgeMod\":0.0,\"rFlatDodgeModPerLevel\":0.0,\"rFlatGoldPer10Mod\":0.0,\"rFlatHPModPerLevel\":0.0,\"rFlatHPRegenModPerLevel\":0.0,\"rFlatMPRegenModPerLevel\":0.0,\"rFlatMagicDamageModPerLevel\":0.0,\"rFlatMagicPenetrationMod\":0.0,\"rFlatMagicPenetrationModPerLevel\":0.0,\"rFlatMPModPerLevel\":0.0,\"rFlatEnergyModPerLevel\":0.0,\"rFlatMovementSpeedModPerLevel\":0.0,\"rFlatPhysicalDamageModPerLevel\":0.0,\"rFlatSpellBlockModPerLevel\":0.0,\"rFlatTimeDeadMod\":0.0,\"rFlatTimeDeadModPerLevel\":0.0,\"rPercentArmorPenetrationMod\":0.0,\"rPercentArmorPenetrationModPerLevel\":0.0,\"rPercentAttackSpeedModPerLevel\":0.0,\"rPercentCooldownMod\":0.0,\"rPercentCooldownModPerLevel\":0.0,\"rPercentMagicPenetrationMod\":0.0,\"rPercentMagicPenetrationModPerLevel\":0.0,\"rPercentMovementSpeedModPerLevel\":0.0,\"rPercentTimeDeadMod\":0.0,\"rPercentTimeDeadModPerLevel\":0.0,\"FlatArmorMod\":0.0,\"FlatAttackSpeedMod\":0.0,\"FlatBlockMod\":0.0,\"FlatCritChanceMod\":0.0,\"FlatCritDamageMod\":0.0,\"FlatEnergyRegenMod\":0.0,\"FlatEnergyPoolMod\":0.0,\"FlatEXPBonus\":0.0,\"FlatHPPoolMod\":0.0,\"FlatHPRegenMod\":0.0,\"FlatMPPoolMod\":0.0,\"FlatMPRegenMod\":0.0,\"FlatMagicDamageMod\":0.0,\"FlatMovementSpeedMod\":0.0,\"FlatPhysicalDamageMod\":0.0,\"FlatSpellBlockMod\":0.0,\"PercentArmorMod\":0.0,\"PercentAttackSpeedMod\":0.0,\"PercentBlockMod\":0.0,\"PercentCritChanceMod\":0.0,\"PercentCritDamageMod\":0.0,\"PercentDodgeMod\":0.0,\"PercentEXPBonus\":0.0,\"PercentHPPoolMod\":0.0,\"PercentHPRegenMod\":0.0,\"PercentMPPoolMod\":0.0,\"PercentMPRegenMod\":0.0,\"PercentMagicDamageMod\":0.0,\"PercentMovementSpeedMod\":0.0,\"PercentPhysicalDamageMod\":0.0,\"PercentSpellBlockMod\":0.0,\"PercentSpellVampMod\":0.0,\"PercentLifeStealMod\":0.0},\"rune\":{\"isRune\":true,\"tier\":\"1\",\"type\":\"red\"}}}"
731
731
  http_version:
732
- recorded_at: Thu, 17 Apr 2014 19:08:48 GMT
732
+ recorded_at: Mon, 21 Apr 2014 10:11:59 GMT
733
733
  recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.9
11
+ - RiotGamesApi gem v0.0.2
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Content-Type:
28
28
  - application/json; charset=UTF-8
29
29
  Date:
30
- - Thu, 17 Apr 2014 19:08:11 GMT
30
+ - Mon, 21 Apr 2014 10:11:53 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -729,5 +729,5 @@ http_interactions:
729
729
  Glyph of Ability Power\",\"description\":\"+1.19 ability power\",\"sanitizedDescription\":\"+1.19
730
730
  ability power\",\"tags\":[\"magic\",\"flat\",\"glyph\"],\"image\":{\"full\":\"b_3_3.png\",\"sprite\":\"rune0.png\",\"group\":\"rune\",\"x\":0,\"y\":192,\"w\":48,\"h\":48},\"stats\":{\"FlatMagicDamageMod\":1.19},\"rune\":{\"isRune\":true,\"tier\":\"3\",\"type\":\"blue\"}}},\"basic\":{\"id\":0,\"gold\":{\"base\":0,\"total\":0,\"sell\":0,\"purchasable\":false},\"consumed\":false,\"stacks\":1,\"depth\":1,\"consumeOnFull\":false,\"specialRecipe\":0,\"inStore\":true,\"hideFromAll\":false,\"maps\":{\"10\":true,\"1\":true,\"8\":true,\"12\":true},\"stats\":{\"rFlatArmorModPerLevel\":0.0,\"rFlatArmorPenetrationMod\":0.0,\"rFlatArmorPenetrationModPerLevel\":0.0,\"rFlatCritChanceModPerLevel\":0.0,\"rFlatCritDamageModPerLevel\":0.0,\"rFlatEnergyRegenModPerLevel\":0.0,\"rFlatDodgeMod\":0.0,\"rFlatDodgeModPerLevel\":0.0,\"rFlatGoldPer10Mod\":0.0,\"rFlatHPModPerLevel\":0.0,\"rFlatHPRegenModPerLevel\":0.0,\"rFlatMPRegenModPerLevel\":0.0,\"rFlatMagicDamageModPerLevel\":0.0,\"rFlatMagicPenetrationMod\":0.0,\"rFlatMagicPenetrationModPerLevel\":0.0,\"rFlatMPModPerLevel\":0.0,\"rFlatEnergyModPerLevel\":0.0,\"rFlatMovementSpeedModPerLevel\":0.0,\"rFlatPhysicalDamageModPerLevel\":0.0,\"rFlatSpellBlockModPerLevel\":0.0,\"rFlatTimeDeadMod\":0.0,\"rFlatTimeDeadModPerLevel\":0.0,\"rPercentArmorPenetrationMod\":0.0,\"rPercentArmorPenetrationModPerLevel\":0.0,\"rPercentAttackSpeedModPerLevel\":0.0,\"rPercentCooldownMod\":0.0,\"rPercentCooldownModPerLevel\":0.0,\"rPercentMagicPenetrationMod\":0.0,\"rPercentMagicPenetrationModPerLevel\":0.0,\"rPercentMovementSpeedModPerLevel\":0.0,\"rPercentTimeDeadMod\":0.0,\"rPercentTimeDeadModPerLevel\":0.0,\"FlatArmorMod\":0.0,\"FlatAttackSpeedMod\":0.0,\"FlatBlockMod\":0.0,\"FlatCritChanceMod\":0.0,\"FlatCritDamageMod\":0.0,\"FlatEnergyRegenMod\":0.0,\"FlatEnergyPoolMod\":0.0,\"FlatEXPBonus\":0.0,\"FlatHPPoolMod\":0.0,\"FlatHPRegenMod\":0.0,\"FlatMPPoolMod\":0.0,\"FlatMPRegenMod\":0.0,\"FlatMagicDamageMod\":0.0,\"FlatMovementSpeedMod\":0.0,\"FlatPhysicalDamageMod\":0.0,\"FlatSpellBlockMod\":0.0,\"PercentArmorMod\":0.0,\"PercentAttackSpeedMod\":0.0,\"PercentBlockMod\":0.0,\"PercentCritChanceMod\":0.0,\"PercentCritDamageMod\":0.0,\"PercentDodgeMod\":0.0,\"PercentEXPBonus\":0.0,\"PercentHPPoolMod\":0.0,\"PercentHPRegenMod\":0.0,\"PercentMPPoolMod\":0.0,\"PercentMPRegenMod\":0.0,\"PercentMagicDamageMod\":0.0,\"PercentMovementSpeedMod\":0.0,\"PercentPhysicalDamageMod\":0.0,\"PercentSpellBlockMod\":0.0,\"PercentSpellVampMod\":0.0,\"PercentLifeStealMod\":0.0},\"rune\":{\"isRune\":true,\"tier\":\"1\",\"type\":\"red\"}}}"
731
731
  http_version:
732
- recorded_at: Thu, 17 Apr 2014 19:08:45 GMT
732
+ recorded_at: Mon, 21 Apr 2014 10:11:57 GMT
733
733
  recorded_with: VCR 2.9.0