riot_games_api 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/lib/riot_games_api/lol/client.rb +1 -1
  3. data/lib/riot_games_api/version.rb +1 -1
  4. data/spec/spec_helper.rb +4 -3
  5. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Champion/_all/should_first_record_is_Aatrox.yml +2 -2
  6. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Champion/_by_champion_id/should_be_Teemo.yml +2 -2
  7. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Champion/_free/should_be_only_free_champions.yml +2 -2
  8. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Game/_recent/should_champinons_is_Talon_in_first_game_record.yml +2 -2
  9. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Game/_recent/should_first_fellow_player_s_team_is_blue.yml +2 -2
  10. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Game/_recent/should_first_game_is_win.yml +2 -2
  11. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Game/_recent/should_game_record_have_player_model.yml +2 -2
  12. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Game/_recent/should_game_record_have_raw_stats_model.yml +2 -2
  13. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Game/_recent/should_game_records_count_is_10.yml +2 -2
  14. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Game/_recent/should_have_summoner_id.yml +2 -2
  15. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_by_summoner_id/should_have_league_item_entries.yml +2 -2
  16. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_by_summoner_id/should_phantoml0ad_is_in_league_which_name_is_Nasus_s_Agents.yml +2 -2
  17. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_by_summoner_id_only_own_entry/should_ojarusang_is_in_series.yml +2 -2
  18. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_by_summoner_id_only_own_entry/should_ojarusang_s_tier_is_platinum.yml +2 -2
  19. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_by_team_id/should_have_league_item_entries.yml +2 -2
  20. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_by_team_id/should_rascal_jester_is_in_league_which_name_is_Nunu_s_Outriders.yml +2 -2
  21. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_by_team_id_only_own_entry/should_ffg_practice_is_not_in_series.yml +2 -2
  22. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_by_team_id_only_own_entry/should_ffg_practice_tier_is_challenger.yml +2 -2
  23. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_challenger_solo_5v5/should_queue_is_ranked_solo_5v5.yml +2 -2
  24. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_challenger_solo_5v5/should_tier_is_challenger.yml +2 -2
  25. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_challenger_team_3v3/should_queue_is_ranked_team_3v3.yml +2 -2
  26. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_challenger_team_3v3/should_tier_is_challenger.yml +2 -2
  27. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_challenger_team_5v5/should_queue_is_ranked_team_5v5.yml +2 -2
  28. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_League/_challenger_team_5v5/should_tier_is_challenger.yml +2 -2
  29. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/_realm/should_have_data_cdn_is_cdn_url.yml +2 -2
  30. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/_realm/should_have_static_data_of_realm.yml +2 -2
  31. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_false/should_have_inputed_data_version.yml +2 -2
  32. 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 +2 -2
  33. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_false/should_have_static_data_of_champions.yml +2 -2
  34. 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 +2 -2
  35. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_all/key_by_id_is_true/should_have_static_data_of_champion.yml +2 -2
  36. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_by_id/should_have_data_key_is_shaco.yml +2 -2
  37. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/champion/_champion_by_id/should_have_static_data_of_champion.yml +2 -2
  38. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_all/should_have_inputed_data_version.yml +2 -2
  39. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_all/should_have_static_data_of_items.yml +2 -2
  40. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_all/should_have_static_data_with_item_name.yml +2 -2
  41. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_by_id/should_have_data_name_is_biscuit.yml +2 -2
  42. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/item/_item_by_id/should_have_static_data_of_item.yml +2 -2
  43. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_all/should_have_inputed_data_version.yml +2 -2
  44. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_all/should_have_static_data_of_masterys.yml +2 -2
  45. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_all/should_have_static_data_with_mastery_name.yml +2 -2
  46. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_by_id/should_have_data_name_is_sorcery.yml +2 -2
  47. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/mastery/_mastery_by_id/should_have_static_data_of_mastery.yml +2 -2
  48. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_all/should_have_inputed_data_version.yml +2 -2
  49. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_all/should_have_static_data_of_runes.yml +2 -2
  50. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_all/should_have_static_data_with_rune_name.yml +2 -2
  51. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_by_id/should_have_data_name_is_rune_name.yml +2 -2
  52. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/rune/_rune_by_id/should_have_static_data_of_rune.yml +2 -2
  53. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_all/key_by_id_is_false/should_have_inputed_data_version.yml +2 -2
  54. 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 +2 -2
  55. 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 +2 -2
  56. 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 +2 -2
  57. 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 +2 -2
  58. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_by_id/should_have_data_name_is_teleport.yml +2 -2
  59. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_StaticData/summoner_spell/_summoner_spell_by_id/should_have_static_data_of_summoner_spell.yml +2 -2
  60. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_ranked/latest_season/should_not_found_ranked_stats.yml +2 -2
  61. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_ranked/season3/should_have_champion_stats.yml +2 -2
  62. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_ranked/season3/should_have_modify_data_which_unixtime_milliseconds.yml +2 -2
  63. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_summary/latest_season/should_have_player_stat_summaries.yml +2 -2
  64. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_summary/latest_season/should_have_summoner_id_inputed.yml +2 -2
  65. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_summary/season3/should_have_player_stat_summaries.yml +2 -2
  66. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Stats/_summary/season3/should_have_summoner_id_inputed.yml +2 -2
  67. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_by_id/should_have_key_which_is_summoner_id.yml +2 -2
  68. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_by_id/should_have_summoner_model.yml +2 -2
  69. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_by_id/should_summoner_model_have_summoner_level.yml +2 -2
  70. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_by_name/should_have_key_which_is_summoner_name.yml +2 -2
  71. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_by_name/should_have_summoner_model.yml +2 -2
  72. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_by_name/should_summoner_model_have_summoner_level.yml +2 -2
  73. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_masteries/should_have_key_which_is_summoner_id.yml +2 -2
  74. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_masteries/should_have_mastery_page_list_model.yml +2 -2
  75. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_masteries/should_have_mastery_page_model.yml +2 -2
  76. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_name/should_have_summoner_name.yml +2 -2
  77. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_runes/should_have_key_which_is_summoner_id.yml +2 -2
  78. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_runes/should_have_rune_page_list_model.yml +2 -2
  79. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Summoner/_runes/should_have_rune_page_model.yml +2 -2
  80. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Team/_by_summoner_id/should_have_focus_me_s_full_id.yml +2 -2
  81. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Team/_by_summoner_id/should_have_team_model.yml +2 -2
  82. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Team/_by_team_id/should_have_key_which_is_team_id.yml +2 -2
  83. data/spec/vcr_cassettes/RiotGamesApi_LOL_Resource_Team/_by_team_id/should_have_team_model.yml +2 -2
  84. metadata +2 -2
@@ -2,7 +2,7 @@
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/realm?api_key=test_key&locale=en_US
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/realm?api_key=test_key&locale=en_US
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -39,6 +39,6 @@ http_interactions:
39
39
  body:
40
40
  encoding: UTF-8
41
41
  string: "{\"css\":\"0.152.55\",\"dd\":\"4.2.6\",\"l\":\"en_US\",\"n\":{\"item\":\"4.5.4\",\"rune\":\"4.5.4\",\"mastery\":\"4.5.4\",\"summoner\":\"4.5.4\",\"champion\":\"4.5.4\",\"profileicon\":\"4.5.4\",\"language\":\"4.5.4\"},\"profileiconmax\":28,\"v\":\"4.5.4\",\"lg\":\"0.152.55\",\"cdn\":\"http://ddragon.leagueoflegends.com/cdn\"}"
42
- http_version:
42
+ http_version:
43
43
  recorded_at: Mon, 21 Apr 2014 10:11:57 GMT
44
44
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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/realm?api_key=test_key&locale=en_US
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/realm?api_key=test_key&locale=en_US
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -39,6 +39,6 @@ http_interactions:
39
39
  body:
40
40
  encoding: UTF-8
41
41
  string: "{\"css\":\"0.152.55\",\"dd\":\"4.2.6\",\"l\":\"en_US\",\"n\":{\"item\":\"4.5.4\",\"rune\":\"4.5.4\",\"mastery\":\"4.5.4\",\"summoner\":\"4.5.4\",\"champion\":\"4.5.4\",\"profileicon\":\"4.5.4\",\"language\":\"4.5.4\"},\"profileiconmax\":28,\"v\":\"4.5.4\",\"lg\":\"0.152.55\",\"cdn\":\"http://ddragon.leagueoflegends.com/cdn\"}"
42
- http_version:
42
+ http_version:
43
43
  recorded_at: Mon, 21 Apr 2014 10:11:56 GMT
44
44
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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?api_key=test_key&champData=all&dataById=false&locale=en_US&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/champion?api_key=test_key&champData=all&dataById=false&locale=en_US&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -38100,6 +38100,6 @@ http_interactions:
38100
38100
  IjE0MyI6Ilp5cmEiLCI0OCI6IlRydW5kbGUiLCI0NSI6IlZlaWdhciIsIjQ0
38101
38101
  IjoiVGFyaWMiLCI1MSI6IkNhaXRseW4iLCI1MyI6IkJsaXR6Y3JhbmsiLCI1
38102
38102
  NCI6Ik1hbHBoaXRlIiwiMjU0IjoiVmkiLCI1MCI6IlN3YWluIn19
38103
- http_version:
38103
+ http_version:
38104
38104
  recorded_at: Mon, 21 Apr 2014 10:11:00 GMT
38105
38105
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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?api_key=test_key&champData=all&dataById=false&locale=en_US&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/champion?api_key=test_key&champData=all&dataById=false&locale=en_US&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -38100,6 +38100,6 @@ http_interactions:
38100
38100
  IjE0MyI6Ilp5cmEiLCI0OCI6IlRydW5kbGUiLCI0NSI6IlZlaWdhciIsIjQ0
38101
38101
  IjoiVGFyaWMiLCI1MSI6IkNhaXRseW4iLCI1MyI6IkJsaXR6Y3JhbmsiLCI1
38102
38102
  NCI6Ik1hbHBoaXRlIiwiMjU0IjoiVmkiLCI1MCI6IlN3YWluIn19
38103
- http_version:
38103
+ http_version:
38104
38104
  recorded_at: Mon, 21 Apr 2014 10:10:44 GMT
38105
38105
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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?api_key=test_key&champData=all&dataById=false&locale=en_US&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/champion?api_key=test_key&champData=all&dataById=false&locale=en_US&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -38100,6 +38100,6 @@ http_interactions:
38100
38100
  IjE0MyI6Ilp5cmEiLCI0OCI6IlRydW5kbGUiLCI0NSI6IlZlaWdhciIsIjQ0
38101
38101
  IjoiVGFyaWMiLCI1MSI6IkNhaXRseW4iLCI1MyI6IkJsaXR6Y3JhbmsiLCI1
38102
38102
  NCI6Ik1hbHBoaXRlIiwiMjU0IjoiVmkiLCI1MCI6IlN3YWluIn19
38103
- http_version:
38103
+ http_version:
38104
38104
  recorded_at: Mon, 21 Apr 2014 10:10:27 GMT
38105
38105
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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?api_key=test_key&champData=all&dataById=true&locale=en_US&version=
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/champion?api_key=test_key&champData=all&dataById=true&locale=en_US&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -38090,6 +38090,6 @@ http_interactions:
38090
38090
  OCI6IlRydW5kbGUiLCI0NSI6IlZlaWdhciIsIjQ0IjoiVGFyaWMiLCI1MSI6
38091
38091
  IkNhaXRseW4iLCI1MyI6IkJsaXR6Y3JhbmsiLCI1NCI6Ik1hbHBoaXRlIiwi
38092
38092
  MjU0IjoiVmkiLCI1MCI6IlN3YWluIn19
38093
- http_version:
38093
+ http_version:
38094
38094
  recorded_at: Mon, 21 Apr 2014 10:11:34 GMT
38095
38095
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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?api_key=test_key&champData=all&dataById=true&locale=en_US&version=
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/champion?api_key=test_key&champData=all&dataById=true&locale=en_US&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -38090,6 +38090,6 @@ http_interactions:
38090
38090
  OCI6IlRydW5kbGUiLCI0NSI6IlZlaWdhciIsIjQ0IjoiVGFyaWMiLCI1MSI6
38091
38091
  IkNhaXRseW4iLCI1MyI6IkJsaXR6Y3JhbmsiLCI1NCI6Ik1hbHBoaXRlIiwi
38092
38092
  MjU0IjoiVmkiLCI1MCI6IlN3YWluIn19
38093
- http_version:
38093
+ http_version:
38094
38094
  recorded_at: Mon, 21 Apr 2014 10:11:17 GMT
38095
38095
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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://na.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: ''
@@ -146,6 +146,6 @@ http_interactions:
146
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
- http_version:
149
+ http_version:
150
150
  recorded_at: Mon, 21 Apr 2014 10:11:50 GMT
151
151
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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://na.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: ''
@@ -146,6 +146,6 @@ http_interactions:
146
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
- http_version:
149
+ http_version:
150
150
  recorded_at: Mon, 21 Apr 2014 10:11:50 GMT
151
151
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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?api_key=test_key&itemListData=all&locale=en_US&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/item?api_key=test_key&itemListData=all&locale=en_US&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -2383,6 +2383,6 @@ http_interactions:
2383
2383
  Grants +25-40 Ability Power based on level and +10% Cooldown Reduction for
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
- http_version:
2386
+ http_version:
2387
2387
  recorded_at: Mon, 21 Apr 2014 10:11:53 GMT
2388
2388
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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?api_key=test_key&itemListData=all&locale=en_US&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/item?api_key=test_key&itemListData=all&locale=en_US&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -2383,6 +2383,6 @@ http_interactions:
2383
2383
  Grants +25-40 Ability Power based on level and +10% Cooldown Reduction for
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
- http_version:
2386
+ http_version:
2387
2387
  recorded_at: Mon, 21 Apr 2014 10:11:52 GMT
2388
2388
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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?api_key=test_key&itemListData=all&locale=en_US&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/item?api_key=test_key&itemListData=all&locale=en_US&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -2383,6 +2383,6 @@ http_interactions:
2383
2383
  Grants +25-40 Ability Power based on level and +10% Cooldown Reduction for
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
- http_version:
2386
+ http_version:
2387
2387
  recorded_at: Mon, 21 Apr 2014 10:11:50 GMT
2388
2388
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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://na.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: ''
@@ -41,6 +41,6 @@ http_interactions:
41
41
  string: "{\"id\":2009,\"name\":\"Total Biscuit of Rejuvenation\",\"gold\":{\"base\":0,\"total\":0,\"sell\":0,\"purchasable\":false},\"description\":\"<consumable>Click
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
- http_version:
44
+ http_version:
45
45
  recorded_at: Mon, 21 Apr 2014 10:11:55 GMT
46
46
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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://na.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: ''
@@ -41,6 +41,6 @@ http_interactions:
41
41
  string: "{\"id\":2009,\"name\":\"Total Biscuit of Rejuvenation\",\"gold\":{\"base\":0,\"total\":0,\"sell\":0,\"purchasable\":false},\"description\":\"<consumable>Click
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
- http_version:
44
+ http_version:
45
45
  recorded_at: Mon, 21 Apr 2014 10:11:54 GMT
46
46
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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?api_key=test_key&locale=en_US&masteryListData=all&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/mastery?api_key=test_key&locale=en_US&masteryListData=all&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -235,6 +235,6 @@ http_interactions:
235
235
  Attack Damage by 5%\"],\"ranks\":3,\"prereq\":\"0\",\"image\":{\"full\":\"4142.png\",\"sprite\":\"mastery0.png\",\"group\":\"gray_mastery\",\"x\":144,\"y\":48,\"w\":48,\"h\":48}},\"4244\":{\"id\":4244,\"name\":\"Evasive\",\"description\":[\"Reduces
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
- http_version:
238
+ http_version:
239
239
  recorded_at: Mon, 21 Apr 2014 10:11:56 GMT
240
240
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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?api_key=test_key&locale=en_US&masteryListData=all&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/mastery?api_key=test_key&locale=en_US&masteryListData=all&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -235,6 +235,6 @@ http_interactions:
235
235
  Attack Damage by 5%\"],\"ranks\":3,\"prereq\":\"0\",\"image\":{\"full\":\"4142.png\",\"sprite\":\"mastery0.png\",\"group\":\"gray_mastery\",\"x\":144,\"y\":48,\"w\":48,\"h\":48}},\"4244\":{\"id\":4244,\"name\":\"Evasive\",\"description\":[\"Reduces
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
- http_version:
238
+ http_version:
239
239
  recorded_at: Mon, 21 Apr 2014 10:11:55 GMT
240
240
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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?api_key=test_key&locale=en_US&masteryListData=all&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/mastery?api_key=test_key&locale=en_US&masteryListData=all&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -235,6 +235,6 @@ http_interactions:
235
235
  Attack Damage by 5%\"],\"ranks\":3,\"prereq\":\"0\",\"image\":{\"full\":\"4142.png\",\"sprite\":\"mastery0.png\",\"group\":\"gray_mastery\",\"x\":144,\"y\":48,\"w\":48,\"h\":48}},\"4244\":{\"id\":4244,\"name\":\"Evasive\",\"description\":[\"Reduces
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
- http_version:
238
+ http_version:
239
239
  recorded_at: Mon, 21 Apr 2014 10:11:55 GMT
240
240
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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://na.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: ''
@@ -42,6 +42,6 @@ http_interactions:
42
42
  Reduction\",\"+2.5% Cooldown Reduction\",\"+3.75% Cooldown Reduction\",\"+5%
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
- http_version:
45
+ http_version:
46
46
  recorded_at: Mon, 21 Apr 2014 10:11:56 GMT
47
47
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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://na.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: ''
@@ -42,6 +42,6 @@ http_interactions:
42
42
  Reduction\",\"+2.5% Cooldown Reduction\",\"+3.75% Cooldown Reduction\",\"+5%
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
- http_version:
45
+ http_version:
46
46
  recorded_at: Mon, 21 Apr 2014 10:11:56 GMT
47
47
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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/rune?api_key=test_key&locale=en_US&runeListData=all&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/rune?api_key=test_key&locale=en_US&runeListData=all&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -728,6 +728,6 @@ http_interactions:
728
728
  per level (-1.67% at champion level 18)\",\"tags\":[\"glyph\"],\"image\":{\"full\":\"b_2_3.png\",\"sprite\":\"rune0.png\",\"group\":\"rune\",\"x\":432,\"y\":144,\"w\":48,\"h\":48},\"stats\":{\"rPercentCooldownModPerLevel\":-9.278E-4},\"rune\":{\"isRune\":true,\"tier\":\"3\",\"type\":\"blue\"}},\"5297\":{\"id\":5297,\"name\":\"Greater
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
- http_version:
731
+ http_version:
732
732
  recorded_at: Mon, 21 Apr 2014 10:11:59 GMT
733
733
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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/rune?api_key=test_key&locale=en_US&runeListData=all&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/rune?api_key=test_key&locale=en_US&runeListData=all&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -728,6 +728,6 @@ http_interactions:
728
728
  per level (-1.67% at champion level 18)\",\"tags\":[\"glyph\"],\"image\":{\"full\":\"b_2_3.png\",\"sprite\":\"rune0.png\",\"group\":\"rune\",\"x\":432,\"y\":144,\"w\":48,\"h\":48},\"stats\":{\"rPercentCooldownModPerLevel\":-9.278E-4},\"rune\":{\"isRune\":true,\"tier\":\"3\",\"type\":\"blue\"}},\"5297\":{\"id\":5297,\"name\":\"Greater
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
- http_version:
731
+ http_version:
732
732
  recorded_at: Mon, 21 Apr 2014 10:11:57 GMT
733
733
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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/rune?api_key=test_key&locale=en_US&runeListData=all&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/rune?api_key=test_key&locale=en_US&runeListData=all&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -728,6 +728,6 @@ http_interactions:
728
728
  per level (-1.67% at champion level 18)\",\"tags\":[\"glyph\"],\"image\":{\"full\":\"b_2_3.png\",\"sprite\":\"rune0.png\",\"group\":\"rune\",\"x\":432,\"y\":144,\"w\":48,\"h\":48},\"stats\":{\"rPercentCooldownModPerLevel\":-9.278E-4},\"rune\":{\"isRune\":true,\"tier\":\"3\",\"type\":\"blue\"}},\"5297\":{\"id\":5297,\"name\":\"Greater
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
- http_version:
731
+ http_version:
732
732
  recorded_at: Mon, 21 Apr 2014 10:11:58 GMT
733
733
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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/rune/5235?api_key=test_key&locale=en_US&runeData=all&version=
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/rune/5235?api_key=test_key&locale=en_US&runeData=all&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -40,6 +40,6 @@ http_interactions:
40
40
  encoding: UTF-8
41
41
  string: "{\"id\":5235,\"name\":\"Quintessence of Ability Power\",\"description\":\"+3.85
42
42
  ability power\",\"sanitizedDescription\":\"+3.85 ability power\",\"tags\":[\"magic\",\"flat\",\"quintessence\"],\"image\":{\"full\":\"bl_3_2.png\",\"sprite\":\"rune0.png\",\"group\":\"rune\",\"x\":96,\"y\":144,\"w\":48,\"h\":48},\"stats\":{\"FlatMagicDamageMod\":3.85},\"rune\":{\"isRune\":true,\"tier\":\"2\",\"type\":\"black\"}}"
43
- http_version:
43
+ http_version:
44
44
  recorded_at: Mon, 21 Apr 2014 10:12:01 GMT
45
45
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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/rune/5235?api_key=test_key&locale=en_US&runeData=all&version=
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/rune/5235?api_key=test_key&locale=en_US&runeData=all&version=
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -40,6 +40,6 @@ http_interactions:
40
40
  encoding: UTF-8
41
41
  string: "{\"id\":5235,\"name\":\"Quintessence of Ability Power\",\"description\":\"+3.85
42
42
  ability power\",\"sanitizedDescription\":\"+3.85 ability power\",\"tags\":[\"magic\",\"flat\",\"quintessence\"],\"image\":{\"full\":\"bl_3_2.png\",\"sprite\":\"rune0.png\",\"group\":\"rune\",\"x\":96,\"y\":144,\"w\":48,\"h\":48},\"stats\":{\"FlatMagicDamageMod\":3.85},\"rune\":{\"isRune\":true,\"tier\":\"2\",\"type\":\"black\"}}"
43
- http_version:
43
+ http_version:
44
44
  recorded_at: Mon, 21 Apr 2014 10:12:01 GMT
45
45
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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/summoner-spell?api_key=test_key&dataById=false&locale=en_US&spellData=all&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/summoner-spell?api_key=test_key&dataById=false&locale=en_US&spellData=all&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -151,6 +151,6 @@ http_interactions:
151
151
  Turret: Grants massive regeneration for 8 seconds. Enemy Turret: Reduces damage
152
152
  dealt by 80% for 8 seconds.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerOdinGarrison.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":48,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
153
153
  Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210.0],\"cooldownBurn\":\"210\",\"range\":[1250],\"rangeBurn\":\"1250\",\"summonerLevel\":1,\"id\":17,\"key\":\"SummonerOdinGarrison\",\"modes\":[\"ODIN\"]}}}"
154
- http_version:
154
+ http_version:
155
155
  recorded_at: Mon, 21 Apr 2014 10:12:02 GMT
156
156
  recorded_with: VCR 2.9.0
@@ -2,7 +2,7 @@
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/summoner-spell?api_key=test_key&dataById=false&locale=en_US&spellData=all&version=4.5.4
5
+ uri: http://na.api.pvp.net/api/lol/static-data/na/v1.2/summoner-spell?api_key=test_key&dataById=false&locale=en_US&spellData=all&version=4.5.4
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -151,6 +151,6 @@ http_interactions:
151
151
  Turret: Grants massive regeneration for 8 seconds. Enemy Turret: Reduces damage
152
152
  dealt by 80% for 8 seconds.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerOdinGarrison.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":48,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
153
153
  Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210.0],\"cooldownBurn\":\"210\",\"range\":[1250],\"rangeBurn\":\"1250\",\"summonerLevel\":1,\"id\":17,\"key\":\"SummonerOdinGarrison\",\"modes\":[\"ODIN\"]}}}"
154
- http_version:
154
+ http_version:
155
155
  recorded_at: Mon, 21 Apr 2014 10:12:01 GMT
156
156
  recorded_with: VCR 2.9.0