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
@@ -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:12 GMT
30
+ - Mon, 21 Apr 2014 10:11:55 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:46 GMT
732
+ recorded_at: Mon, 21 Apr 2014 10:11:58 GMT
733
733
  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/rune/5235?api_key=test_key&locale=en_US&runeData=all&version
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=
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:15 GMT
30
+ - Mon, 21 Apr 2014 10:11:57 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -41,5 +41,5 @@ http_interactions:
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
43
  http_version:
44
- recorded_at: Thu, 17 Apr 2014 19:08:49 GMT
44
+ recorded_at: Mon, 21 Apr 2014 10:12:01 GMT
45
45
  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/rune/5235?api_key=test_key&locale=en_US&runeData=all&version
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=
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:14 GMT
30
+ - Mon, 21 Apr 2014 10:11:57 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -41,5 +41,5 @@ http_interactions:
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
43
  http_version:
44
- recorded_at: Thu, 17 Apr 2014 19:08:49 GMT
44
+ recorded_at: Mon, 21 Apr 2014 10:12:01 GMT
45
45
  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:11:52 GMT
30
+ - Mon, 21 Apr 2014 10:11:58 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -47,7 +47,7 @@ http_interactions:
47
47
  the duration of disables by 65% for the next {{ f1 }} seconds.\",\"sanitizedTooltip\":\"Removes
48
48
  all disables and summoner spell debuffs affecting your champion and reduces
49
49
  the duration of disables by 65% for the next {{ f1 }} seconds.\",\"image\":{\"full\":\"SummonerBoost.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":96,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
50
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[3.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":2,\"id\":1,\"key\":\"SummonerBoost\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerTeleport\":{\"name\":\"Teleport\",\"description\":\"After
50
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[3.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":2,\"id\":1,\"key\":\"SummonerBoost\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerTeleport\":{\"name\":\"Teleport\",\"description\":\"After
51
51
  channeling for 3.5 seconds, teleports your champion to target allied minion,
52
52
  turret, or ward.\",\"sanitizedDescription\":\"After channeling for 3.5 seconds,
53
53
  teleports your champion to target allied minion, turret, or ward.\",\"tooltip\":\"After
@@ -59,7 +59,7 @@ http_interactions:
59
59
  ward. Teleporting to an allied turret puts Teleport on a {{ f3 }} second cooldown
60
60
  instead. You may reactivate Teleport to cancel it, placing it on a {{ f3 }}
61
61
  second cooldown.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerTeleport.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":288,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
62
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]},\"SummonerDot\":{\"name\":\"Ignite\",\"description\":\"Ignites
62
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300.0],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]},\"SummonerDot\":{\"name\":\"Ignite\",\"description\":\"Ignites
63
63
  target enemy champion, dealing 70-410 true damage (depending on champion level)
64
64
  over 5 seconds, grants you vision of the target, and reduces healing effects
65
65
  on them for the duration.\",\"sanitizedDescription\":\"Ignites target enemy
@@ -73,14 +73,14 @@ http_interactions:
73
73
  damage to target enemy champion over 5 seconds, grants you vision of the target
74
74
  and applies Grievous Wounds for the duration. (Grievous Wounds reducing incoming
75
75
  healing effects by 50%. This vision does not reveal stealthed enemies.)\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerDot.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":192,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
76
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180],\"cooldownBurn\":\"180\",\"effect\":[[500],[150]],\"effectBurn\":[\"500\",\"150\"],\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[70.0,90.0,110.0,130.0,150.0,170.0,190.0,210.0,230.0,250.0,270.0,290.0,310.0,330.0,350.0,370.0,390.0,410.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":8,\"id\":14,\"key\":\"SummonerDot\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerHaste\":{\"name\":\"Ghost\",\"description\":\"Your
76
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180.0],\"cooldownBurn\":\"180\",\"effect\":[[500],[150]],\"effectBurn\":[\"500\",\"150\"],\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[70.0,90.0,110.0,130.0,150.0,170.0,190.0,210.0,230.0,250.0,270.0,290.0,310.0,330.0,350.0,370.0,390.0,410.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":8,\"id\":14,\"key\":\"SummonerDot\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerHaste\":{\"name\":\"Ghost\",\"description\":\"Your
77
77
  champion can move through units and has 27% increased Movement Speed for 10
78
78
  seconds\",\"sanitizedDescription\":\"Your champion can move through units
79
79
  and has 27% increased Movement Speed for 10 seconds\",\"tooltip\":\"Your champion
80
80
  can move through units and has {{ f1 }}% increased Movement Speed for 10 seconds.\",\"sanitizedTooltip\":\"Your
81
81
  champion can move through units and has {{ f1 }}% increased Movement Speed
82
82
  for 10 seconds.\",\"image\":{\"full\":\"SummonerHaste.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":384,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
83
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[27.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":6,\"key\":\"SummonerHaste\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerHeal\":{\"name\":\"Heal\",\"description\":\"Restores
83
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[27.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":6,\"key\":\"SummonerHaste\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerHeal\":{\"name\":\"Heal\",\"description\":\"Restores
84
84
  90-495 Health (depending on champion level) and Grants 30% Movement Speed
85
85
  for 2 seconds to you and target allied champion. Additionally removes any
86
86
  healing reduction effects that afflict either champion.\",\"sanitizedDescription\":\"Restores
@@ -95,7 +95,7 @@ http_interactions:
95
95
  champion, then removes any healing reduction effects that afflict either champion.
96
96
  If this spell cannot find a target, it will cast on the most wounded allied
97
97
  champion in range.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerHeal.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":432,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
98
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[145.0,170.0,195.0,220.0,245.0,270.0,295.0,320.0,345.0,370.0,395.0,420.0,445.0,470.0,495.0,520.0,545.0,570.0]}],\"range\":[850],\"rangeBurn\":\"850\",\"summonerLevel\":2,\"id\":7,\"key\":\"SummonerHeal\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerRevive\":{\"name\":\"Revive\",\"description\":\"Instantly
98
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300.0],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[145.0,170.0,195.0,220.0,245.0,270.0,295.0,320.0,345.0,370.0,395.0,420.0,445.0,470.0,495.0,520.0,545.0,570.0]}],\"range\":[850],\"rangeBurn\":\"850\",\"summonerLevel\":2,\"id\":7,\"key\":\"SummonerHeal\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerRevive\":{\"name\":\"Revive\",\"description\":\"Instantly
99
99
  revives your champion at your team's Summoner Platform and increases their
100
100
  Movement Speed for a short duration.\",\"sanitizedDescription\":\"Instantly
101
101
  revives your champion at your team's Summoner Platform and increases their
@@ -104,7 +104,7 @@ http_interactions:
104
104
  that decays over 12 seconds.\",\"sanitizedTooltip\":\"Instantly revives your
105
105
  champion at your team's Summoner Platform and grants +{{ f3 }}% Movement Speed
106
106
  that decays over 12 seconds.\",\"image\":{\"full\":\"SummonerRevive.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":192,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
107
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":10,\"key\":\"SummonerRevive\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerExhaust\":{\"name\":\"Exhaust\",\"description\":\"Exhausts
107
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":10,\"key\":\"SummonerRevive\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerExhaust\":{\"name\":\"Exhaust\",\"description\":\"Exhausts
108
108
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
109
109
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"sanitizedDescription\":\"Exhausts
110
110
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
@@ -113,35 +113,35 @@ http_interactions:
113
113
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"sanitizedTooltip\":\"Exhausts
114
114
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
115
115
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerExhaust.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":240,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
116
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210],\"cooldownBurn\":\"210\",\"range\":[650],\"rangeBurn\":\"650\",\"summonerLevel\":8,\"id\":3,\"key\":\"SummonerExhaust\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerSmite\":{\"name\":\"Smite\",\"description\":\"Deals
116
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210.0],\"cooldownBurn\":\"210\",\"range\":[650],\"rangeBurn\":\"650\",\"summonerLevel\":8,\"id\":3,\"key\":\"SummonerExhaust\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerSmite\":{\"name\":\"Smite\",\"description\":\"Deals
117
117
  390-1000 true damage (depending on champion level) to target monster or enemy
118
118
  minion.\",\"sanitizedDescription\":\"Deals 390-1000 true damage (depending
119
119
  on champion level) to target monster or enemy minion.\",\"tooltip\":\"Deals
120
120
  <span class=\\\"colorFEFCFF\\\">{{ f1 }}</span> true damage to target monster
121
121
  or enemy minion.\",\"sanitizedTooltip\":\"Deals {{ f1 }} true damage to target
122
122
  monster or enemy minion.\",\"image\":{\"full\":\"SummonerSmite.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":240,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
123
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[445.0,470.0,495.0,520.0,545.0,570.0,595.0,620.0,645.0,670.0,695.0,720.0,745.0,770.0,795.0,820.0,845.0,870.0]}],\"range\":[760],\"rangeBurn\":\"760\",\"summonerLevel\":3,\"id\":11,\"key\":\"SummonerSmite\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerMana\":{\"name\":\"Clarity\",\"description\":\"Restores
123
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[445.0,470.0,495.0,520.0,545.0,570.0,595.0,620.0,645.0,670.0,695.0,720.0,745.0,770.0,795.0,820.0,845.0,870.0]}],\"range\":[760],\"rangeBurn\":\"760\",\"summonerLevel\":3,\"id\":11,\"key\":\"SummonerSmite\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerMana\":{\"name\":\"Clarity\",\"description\":\"Restores
124
124
  40% of your champion's maximum Mana. Also restores allies for 40% of their
125
125
  maximum Mana\",\"sanitizedDescription\":\"Restores 40% of your champion's
126
126
  maximum Mana. Also restores allies for 40% of their maximum Mana\",\"tooltip\":\"Restores
127
127
  {{ f1 }}% maximum Mana to your Champion and nearby allies.\",\"sanitizedTooltip\":\"Restores
128
128
  {{ f1 }}% maximum Mana to your Champion and nearby allies.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerMana.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":0,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
129
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180],\"cooldownBurn\":\"180\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[190.0,220.0,250.0,280.0,310.0,340.0,370.0,400.0,430.0,460.0,490.0,520.0,550.0,580.0,610.0,640.0,670.0,700.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":1,\"id\":13,\"key\":\"SummonerMana\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerBarrier\":{\"name\":\"Barrier\",\"description\":\"Shields
129
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180.0],\"cooldownBurn\":\"180\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[190.0,220.0,250.0,280.0,310.0,340.0,370.0,400.0,430.0,460.0,490.0,520.0,550.0,580.0,610.0,640.0,670.0,700.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":1,\"id\":13,\"key\":\"SummonerMana\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerBarrier\":{\"name\":\"Barrier\",\"description\":\"Shields
130
130
  your champion for 115-455 (depending on champion level) for 2 seconds.\",\"sanitizedDescription\":\"Shields
131
131
  your champion for 115-455 (depending on champion level) for 2 seconds.\",\"tooltip\":\"Temporarily
132
132
  shields {{ f1 }} damage from your champion for 2 seconds.\",\"sanitizedTooltip\":\"Temporarily
133
133
  shields {{ f1 }} damage from your champion for 2 seconds.\",\"image\":{\"full\":\"SummonerBarrier.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":0,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
134
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@cooldownsummoner\",\"coeff\":[125.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":6,\"id\":21,\"key\":\"SummonerBarrier\",\"modes\":[\"ARAM\",\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerClairvoyance\":{\"name\":\"Clairvoyance\",\"description\":\"Reveals
134
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@cooldownsummoner\",\"coeff\":[125.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":6,\"id\":21,\"key\":\"SummonerBarrier\",\"modes\":[\"ARAM\",\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerClairvoyance\":{\"name\":\"Clairvoyance\",\"description\":\"Reveals
135
135
  a small area of the map for your team for 5 seconds.\",\"sanitizedDescription\":\"Reveals
136
136
  a small area of the map for your team for 5 seconds.\",\"tooltip\":\"Reveals
137
137
  a small area of the map for your team for {{ f1 }} seconds.\",\"sanitizedTooltip\":\"Reveals
138
138
  a small area of the map for your team for {{ f1 }} seconds.\",\"image\":{\"full\":\"SummonerClairvoyance.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":144,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
139
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":10,\"id\":2,\"key\":\"SummonerClairvoyance\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\"]},\"SummonerFlash\":{\"name\":\"Flash\",\"description\":\"Teleports
139
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":10,\"id\":2,\"key\":\"SummonerClairvoyance\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\"]},\"SummonerFlash\":{\"name\":\"Flash\",\"description\":\"Teleports
140
140
  your champion a short distance toward your cursor's location.\",\"sanitizedDescription\":\"Teleports
141
141
  your champion a short distance toward your cursor's location.\",\"tooltip\":\"Teleports
142
142
  your champion a short distance toward your cursor's location.\",\"sanitizedTooltip\":\"Teleports
143
143
  your champion a short distance toward your cursor's location.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerFlash.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":288,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
144
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"range\":[425],\"rangeBurn\":\"425\",\"summonerLevel\":12,\"id\":4,\"key\":\"SummonerFlash\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerOdinGarrison\":{\"name\":\"Garrison\",\"description\":\"Allied
144
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"range\":[425],\"rangeBurn\":\"425\",\"summonerLevel\":12,\"id\":4,\"key\":\"SummonerFlash\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerOdinGarrison\":{\"name\":\"Garrison\",\"description\":\"Allied
145
145
  Turret: Grants massive regeneration for 8 seconds. Enemy Turret: Reduces damage
146
146
  dealt by 80% for 8 seconds.\",\"sanitizedDescription\":\"Allied Turret: Grants
147
147
  massive regeneration for 8 seconds. Enemy Turret: Reduces damage dealt by
@@ -150,7 +150,7 @@ http_interactions:
150
150
  colorFF9900\\\">Enemy Turret:</span> Reduces damage dealt by 80% for 8 seconds.\",\"sanitizedTooltip\":\"Allied
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
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210],\"cooldownBurn\":\"210\",\"range\":[1250],\"rangeBurn\":\"1250\",\"summonerLevel\":1,\"id\":17,\"key\":\"SummonerOdinGarrison\",\"modes\":[\"ODIN\"]}}}"
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
154
  http_version:
155
- recorded_at: Thu, 17 Apr 2014 19:12:27 GMT
155
+ recorded_at: Mon, 21 Apr 2014 10:12:02 GMT
156
156
  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:11:52 GMT
30
+ - Mon, 21 Apr 2014 10:11:58 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -47,7 +47,7 @@ http_interactions:
47
47
  the duration of disables by 65% for the next {{ f1 }} seconds.\",\"sanitizedTooltip\":\"Removes
48
48
  all disables and summoner spell debuffs affecting your champion and reduces
49
49
  the duration of disables by 65% for the next {{ f1 }} seconds.\",\"image\":{\"full\":\"SummonerBoost.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":96,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
50
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[3.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":2,\"id\":1,\"key\":\"SummonerBoost\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerTeleport\":{\"name\":\"Teleport\",\"description\":\"After
50
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[3.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":2,\"id\":1,\"key\":\"SummonerBoost\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerTeleport\":{\"name\":\"Teleport\",\"description\":\"After
51
51
  channeling for 3.5 seconds, teleports your champion to target allied minion,
52
52
  turret, or ward.\",\"sanitizedDescription\":\"After channeling for 3.5 seconds,
53
53
  teleports your champion to target allied minion, turret, or ward.\",\"tooltip\":\"After
@@ -59,7 +59,7 @@ http_interactions:
59
59
  ward. Teleporting to an allied turret puts Teleport on a {{ f3 }} second cooldown
60
60
  instead. You may reactivate Teleport to cancel it, placing it on a {{ f3 }}
61
61
  second cooldown.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerTeleport.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":288,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
62
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]},\"SummonerDot\":{\"name\":\"Ignite\",\"description\":\"Ignites
62
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300.0],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]},\"SummonerDot\":{\"name\":\"Ignite\",\"description\":\"Ignites
63
63
  target enemy champion, dealing 70-410 true damage (depending on champion level)
64
64
  over 5 seconds, grants you vision of the target, and reduces healing effects
65
65
  on them for the duration.\",\"sanitizedDescription\":\"Ignites target enemy
@@ -73,14 +73,14 @@ http_interactions:
73
73
  damage to target enemy champion over 5 seconds, grants you vision of the target
74
74
  and applies Grievous Wounds for the duration. (Grievous Wounds reducing incoming
75
75
  healing effects by 50%. This vision does not reveal stealthed enemies.)\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerDot.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":192,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
76
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180],\"cooldownBurn\":\"180\",\"effect\":[[500],[150]],\"effectBurn\":[\"500\",\"150\"],\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[70.0,90.0,110.0,130.0,150.0,170.0,190.0,210.0,230.0,250.0,270.0,290.0,310.0,330.0,350.0,370.0,390.0,410.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":8,\"id\":14,\"key\":\"SummonerDot\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerHaste\":{\"name\":\"Ghost\",\"description\":\"Your
76
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180.0],\"cooldownBurn\":\"180\",\"effect\":[[500],[150]],\"effectBurn\":[\"500\",\"150\"],\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[70.0,90.0,110.0,130.0,150.0,170.0,190.0,210.0,230.0,250.0,270.0,290.0,310.0,330.0,350.0,370.0,390.0,410.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":8,\"id\":14,\"key\":\"SummonerDot\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerHaste\":{\"name\":\"Ghost\",\"description\":\"Your
77
77
  champion can move through units and has 27% increased Movement Speed for 10
78
78
  seconds\",\"sanitizedDescription\":\"Your champion can move through units
79
79
  and has 27% increased Movement Speed for 10 seconds\",\"tooltip\":\"Your champion
80
80
  can move through units and has {{ f1 }}% increased Movement Speed for 10 seconds.\",\"sanitizedTooltip\":\"Your
81
81
  champion can move through units and has {{ f1 }}% increased Movement Speed
82
82
  for 10 seconds.\",\"image\":{\"full\":\"SummonerHaste.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":384,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
83
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[27.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":6,\"key\":\"SummonerHaste\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerHeal\":{\"name\":\"Heal\",\"description\":\"Restores
83
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[27.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":6,\"key\":\"SummonerHaste\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerHeal\":{\"name\":\"Heal\",\"description\":\"Restores
84
84
  90-495 Health (depending on champion level) and Grants 30% Movement Speed
85
85
  for 2 seconds to you and target allied champion. Additionally removes any
86
86
  healing reduction effects that afflict either champion.\",\"sanitizedDescription\":\"Restores
@@ -95,7 +95,7 @@ http_interactions:
95
95
  champion, then removes any healing reduction effects that afflict either champion.
96
96
  If this spell cannot find a target, it will cast on the most wounded allied
97
97
  champion in range.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerHeal.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":432,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
98
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[145.0,170.0,195.0,220.0,245.0,270.0,295.0,320.0,345.0,370.0,395.0,420.0,445.0,470.0,495.0,520.0,545.0,570.0]}],\"range\":[850],\"rangeBurn\":\"850\",\"summonerLevel\":2,\"id\":7,\"key\":\"SummonerHeal\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerRevive\":{\"name\":\"Revive\",\"description\":\"Instantly
98
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300.0],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[145.0,170.0,195.0,220.0,245.0,270.0,295.0,320.0,345.0,370.0,395.0,420.0,445.0,470.0,495.0,520.0,545.0,570.0]}],\"range\":[850],\"rangeBurn\":\"850\",\"summonerLevel\":2,\"id\":7,\"key\":\"SummonerHeal\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerRevive\":{\"name\":\"Revive\",\"description\":\"Instantly
99
99
  revives your champion at your team's Summoner Platform and increases their
100
100
  Movement Speed for a short duration.\",\"sanitizedDescription\":\"Instantly
101
101
  revives your champion at your team's Summoner Platform and increases their
@@ -104,7 +104,7 @@ http_interactions:
104
104
  that decays over 12 seconds.\",\"sanitizedTooltip\":\"Instantly revives your
105
105
  champion at your team's Summoner Platform and grants +{{ f3 }}% Movement Speed
106
106
  that decays over 12 seconds.\",\"image\":{\"full\":\"SummonerRevive.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":192,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
107
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":10,\"key\":\"SummonerRevive\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerExhaust\":{\"name\":\"Exhaust\",\"description\":\"Exhausts
107
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":10,\"key\":\"SummonerRevive\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerExhaust\":{\"name\":\"Exhaust\",\"description\":\"Exhausts
108
108
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
109
109
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"sanitizedDescription\":\"Exhausts
110
110
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
@@ -113,35 +113,35 @@ http_interactions:
113
113
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"sanitizedTooltip\":\"Exhausts
114
114
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
115
115
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerExhaust.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":240,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
116
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210],\"cooldownBurn\":\"210\",\"range\":[650],\"rangeBurn\":\"650\",\"summonerLevel\":8,\"id\":3,\"key\":\"SummonerExhaust\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerSmite\":{\"name\":\"Smite\",\"description\":\"Deals
116
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210.0],\"cooldownBurn\":\"210\",\"range\":[650],\"rangeBurn\":\"650\",\"summonerLevel\":8,\"id\":3,\"key\":\"SummonerExhaust\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerSmite\":{\"name\":\"Smite\",\"description\":\"Deals
117
117
  390-1000 true damage (depending on champion level) to target monster or enemy
118
118
  minion.\",\"sanitizedDescription\":\"Deals 390-1000 true damage (depending
119
119
  on champion level) to target monster or enemy minion.\",\"tooltip\":\"Deals
120
120
  <span class=\\\"colorFEFCFF\\\">{{ f1 }}</span> true damage to target monster
121
121
  or enemy minion.\",\"sanitizedTooltip\":\"Deals {{ f1 }} true damage to target
122
122
  monster or enemy minion.\",\"image\":{\"full\":\"SummonerSmite.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":240,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
123
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[445.0,470.0,495.0,520.0,545.0,570.0,595.0,620.0,645.0,670.0,695.0,720.0,745.0,770.0,795.0,820.0,845.0,870.0]}],\"range\":[760],\"rangeBurn\":\"760\",\"summonerLevel\":3,\"id\":11,\"key\":\"SummonerSmite\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerMana\":{\"name\":\"Clarity\",\"description\":\"Restores
123
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[445.0,470.0,495.0,520.0,545.0,570.0,595.0,620.0,645.0,670.0,695.0,720.0,745.0,770.0,795.0,820.0,845.0,870.0]}],\"range\":[760],\"rangeBurn\":\"760\",\"summonerLevel\":3,\"id\":11,\"key\":\"SummonerSmite\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerMana\":{\"name\":\"Clarity\",\"description\":\"Restores
124
124
  40% of your champion's maximum Mana. Also restores allies for 40% of their
125
125
  maximum Mana\",\"sanitizedDescription\":\"Restores 40% of your champion's
126
126
  maximum Mana. Also restores allies for 40% of their maximum Mana\",\"tooltip\":\"Restores
127
127
  {{ f1 }}% maximum Mana to your Champion and nearby allies.\",\"sanitizedTooltip\":\"Restores
128
128
  {{ f1 }}% maximum Mana to your Champion and nearby allies.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerMana.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":0,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
129
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180],\"cooldownBurn\":\"180\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[190.0,220.0,250.0,280.0,310.0,340.0,370.0,400.0,430.0,460.0,490.0,520.0,550.0,580.0,610.0,640.0,670.0,700.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":1,\"id\":13,\"key\":\"SummonerMana\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerBarrier\":{\"name\":\"Barrier\",\"description\":\"Shields
129
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180.0],\"cooldownBurn\":\"180\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[190.0,220.0,250.0,280.0,310.0,340.0,370.0,400.0,430.0,460.0,490.0,520.0,550.0,580.0,610.0,640.0,670.0,700.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":1,\"id\":13,\"key\":\"SummonerMana\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerBarrier\":{\"name\":\"Barrier\",\"description\":\"Shields
130
130
  your champion for 115-455 (depending on champion level) for 2 seconds.\",\"sanitizedDescription\":\"Shields
131
131
  your champion for 115-455 (depending on champion level) for 2 seconds.\",\"tooltip\":\"Temporarily
132
132
  shields {{ f1 }} damage from your champion for 2 seconds.\",\"sanitizedTooltip\":\"Temporarily
133
133
  shields {{ f1 }} damage from your champion for 2 seconds.\",\"image\":{\"full\":\"SummonerBarrier.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":0,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
134
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@cooldownsummoner\",\"coeff\":[125.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":6,\"id\":21,\"key\":\"SummonerBarrier\",\"modes\":[\"ARAM\",\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerClairvoyance\":{\"name\":\"Clairvoyance\",\"description\":\"Reveals
134
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@cooldownsummoner\",\"coeff\":[125.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":6,\"id\":21,\"key\":\"SummonerBarrier\",\"modes\":[\"ARAM\",\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerClairvoyance\":{\"name\":\"Clairvoyance\",\"description\":\"Reveals
135
135
  a small area of the map for your team for 5 seconds.\",\"sanitizedDescription\":\"Reveals
136
136
  a small area of the map for your team for 5 seconds.\",\"tooltip\":\"Reveals
137
137
  a small area of the map for your team for {{ f1 }} seconds.\",\"sanitizedTooltip\":\"Reveals
138
138
  a small area of the map for your team for {{ f1 }} seconds.\",\"image\":{\"full\":\"SummonerClairvoyance.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":144,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
139
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":10,\"id\":2,\"key\":\"SummonerClairvoyance\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\"]},\"SummonerFlash\":{\"name\":\"Flash\",\"description\":\"Teleports
139
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":10,\"id\":2,\"key\":\"SummonerClairvoyance\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\"]},\"SummonerFlash\":{\"name\":\"Flash\",\"description\":\"Teleports
140
140
  your champion a short distance toward your cursor's location.\",\"sanitizedDescription\":\"Teleports
141
141
  your champion a short distance toward your cursor's location.\",\"tooltip\":\"Teleports
142
142
  your champion a short distance toward your cursor's location.\",\"sanitizedTooltip\":\"Teleports
143
143
  your champion a short distance toward your cursor's location.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerFlash.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":288,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
144
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"range\":[425],\"rangeBurn\":\"425\",\"summonerLevel\":12,\"id\":4,\"key\":\"SummonerFlash\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerOdinGarrison\":{\"name\":\"Garrison\",\"description\":\"Allied
144
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"range\":[425],\"rangeBurn\":\"425\",\"summonerLevel\":12,\"id\":4,\"key\":\"SummonerFlash\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerOdinGarrison\":{\"name\":\"Garrison\",\"description\":\"Allied
145
145
  Turret: Grants massive regeneration for 8 seconds. Enemy Turret: Reduces damage
146
146
  dealt by 80% for 8 seconds.\",\"sanitizedDescription\":\"Allied Turret: Grants
147
147
  massive regeneration for 8 seconds. Enemy Turret: Reduces damage dealt by
@@ -150,7 +150,7 @@ http_interactions:
150
150
  colorFF9900\\\">Enemy Turret:</span> Reduces damage dealt by 80% for 8 seconds.\",\"sanitizedTooltip\":\"Allied
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
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210],\"cooldownBurn\":\"210\",\"range\":[1250],\"rangeBurn\":\"1250\",\"summonerLevel\":1,\"id\":17,\"key\":\"SummonerOdinGarrison\",\"modes\":[\"ODIN\"]}}}"
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
154
  http_version:
155
- recorded_at: Thu, 17 Apr 2014 19:12:26 GMT
155
+ recorded_at: Mon, 21 Apr 2014 10:12:01 GMT
156
156
  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:15 GMT
30
+ - Mon, 21 Apr 2014 10:11:58 GMT
31
31
  Server:
32
32
  - Jetty(9.1.1.v20140108)
33
33
  Vary:
@@ -47,7 +47,7 @@ http_interactions:
47
47
  the duration of disables by 65% for the next {{ f1 }} seconds.\",\"sanitizedTooltip\":\"Removes
48
48
  all disables and summoner spell debuffs affecting your champion and reduces
49
49
  the duration of disables by 65% for the next {{ f1 }} seconds.\",\"image\":{\"full\":\"SummonerBoost.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":96,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
50
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[3.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":2,\"id\":1,\"key\":\"SummonerBoost\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerTeleport\":{\"name\":\"Teleport\",\"description\":\"After
50
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[3.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":2,\"id\":1,\"key\":\"SummonerBoost\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerTeleport\":{\"name\":\"Teleport\",\"description\":\"After
51
51
  channeling for 3.5 seconds, teleports your champion to target allied minion,
52
52
  turret, or ward.\",\"sanitizedDescription\":\"After channeling for 3.5 seconds,
53
53
  teleports your champion to target allied minion, turret, or ward.\",\"tooltip\":\"After
@@ -59,7 +59,7 @@ http_interactions:
59
59
  ward. Teleporting to an allied turret puts Teleport on a {{ f3 }} second cooldown
60
60
  instead. You may reactivate Teleport to cancel it, placing it on a {{ f3 }}
61
61
  second cooldown.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerTeleport.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":288,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
62
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]},\"SummonerDot\":{\"name\":\"Ignite\",\"description\":\"Ignites
62
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300.0],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":6,\"id\":12,\"key\":\"SummonerTeleport\",\"modes\":[\"CLASSIC\",\"TUTORIAL\"]},\"SummonerDot\":{\"name\":\"Ignite\",\"description\":\"Ignites
63
63
  target enemy champion, dealing 70-410 true damage (depending on champion level)
64
64
  over 5 seconds, grants you vision of the target, and reduces healing effects
65
65
  on them for the duration.\",\"sanitizedDescription\":\"Ignites target enemy
@@ -73,14 +73,14 @@ http_interactions:
73
73
  damage to target enemy champion over 5 seconds, grants you vision of the target
74
74
  and applies Grievous Wounds for the duration. (Grievous Wounds reducing incoming
75
75
  healing effects by 50%. This vision does not reveal stealthed enemies.)\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerDot.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":192,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
76
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180],\"cooldownBurn\":\"180\",\"effect\":[[500],[150]],\"effectBurn\":[\"500\",\"150\"],\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[70.0,90.0,110.0,130.0,150.0,170.0,190.0,210.0,230.0,250.0,270.0,290.0,310.0,330.0,350.0,370.0,390.0,410.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":8,\"id\":14,\"key\":\"SummonerDot\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerHaste\":{\"name\":\"Ghost\",\"description\":\"Your
76
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180.0],\"cooldownBurn\":\"180\",\"effect\":[[500],[150]],\"effectBurn\":[\"500\",\"150\"],\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[70.0,90.0,110.0,130.0,150.0,170.0,190.0,210.0,230.0,250.0,270.0,290.0,310.0,330.0,350.0,370.0,390.0,410.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":8,\"id\":14,\"key\":\"SummonerDot\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerHaste\":{\"name\":\"Ghost\",\"description\":\"Your
77
77
  champion can move through units and has 27% increased Movement Speed for 10
78
78
  seconds\",\"sanitizedDescription\":\"Your champion can move through units
79
79
  and has 27% increased Movement Speed for 10 seconds\",\"tooltip\":\"Your champion
80
80
  can move through units and has {{ f1 }}% increased Movement Speed for 10 seconds.\",\"sanitizedTooltip\":\"Your
81
81
  champion can move through units and has {{ f1 }}% increased Movement Speed
82
82
  for 10 seconds.\",\"image\":{\"full\":\"SummonerHaste.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":384,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
83
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[27.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":6,\"key\":\"SummonerHaste\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerHeal\":{\"name\":\"Heal\",\"description\":\"Restores
83
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[27.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":6,\"key\":\"SummonerHaste\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerHeal\":{\"name\":\"Heal\",\"description\":\"Restores
84
84
  90-495 Health (depending on champion level) and Grants 30% Movement Speed
85
85
  for 2 seconds to you and target allied champion. Additionally removes any
86
86
  healing reduction effects that afflict either champion.\",\"sanitizedDescription\":\"Restores
@@ -95,7 +95,7 @@ http_interactions:
95
95
  champion, then removes any healing reduction effects that afflict either champion.
96
96
  If this spell cannot find a target, it will cast on the most wounded allied
97
97
  champion in range.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerHeal.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":432,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
98
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[145.0,170.0,195.0,220.0,245.0,270.0,295.0,320.0,345.0,370.0,395.0,420.0,445.0,470.0,495.0,520.0,545.0,570.0]}],\"range\":[850],\"rangeBurn\":\"850\",\"summonerLevel\":2,\"id\":7,\"key\":\"SummonerHeal\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerRevive\":{\"name\":\"Revive\",\"description\":\"Instantly
98
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[300.0],\"cooldownBurn\":\"300\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[145.0,170.0,195.0,220.0,245.0,270.0,295.0,320.0,345.0,370.0,395.0,420.0,445.0,470.0,495.0,520.0,545.0,570.0]}],\"range\":[850],\"rangeBurn\":\"850\",\"summonerLevel\":2,\"id\":7,\"key\":\"SummonerHeal\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerRevive\":{\"name\":\"Revive\",\"description\":\"Instantly
99
99
  revives your champion at your team's Summoner Platform and increases their
100
100
  Movement Speed for a short duration.\",\"sanitizedDescription\":\"Instantly
101
101
  revives your champion at your team's Summoner Platform and increases their
@@ -104,7 +104,7 @@ http_interactions:
104
104
  that decays over 12 seconds.\",\"sanitizedTooltip\":\"Instantly revives your
105
105
  champion at your team's Summoner Platform and grants +{{ f3 }}% Movement Speed
106
106
  that decays over 12 seconds.\",\"image\":{\"full\":\"SummonerRevive.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":192,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
107
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":10,\"key\":\"SummonerRevive\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerExhaust\":{\"name\":\"Exhaust\",\"description\":\"Exhausts
107
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":1,\"id\":10,\"key\":\"SummonerRevive\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerExhaust\":{\"name\":\"Exhaust\",\"description\":\"Exhausts
108
108
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
109
109
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"sanitizedDescription\":\"Exhausts
110
110
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
@@ -113,35 +113,35 @@ http_interactions:
113
113
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"sanitizedTooltip\":\"Exhausts
114
114
  target enemy champion, reducing their Movement Speed and Attack Speed by 30%
115
115
  for 2.5 seconds and reduces their damage dealt by 50% for the duration.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerExhaust.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":240,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
116
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210],\"cooldownBurn\":\"210\",\"range\":[650],\"rangeBurn\":\"650\",\"summonerLevel\":8,\"id\":3,\"key\":\"SummonerExhaust\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerSmite\":{\"name\":\"Smite\",\"description\":\"Deals
116
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210.0],\"cooldownBurn\":\"210\",\"range\":[650],\"rangeBurn\":\"650\",\"summonerLevel\":8,\"id\":3,\"key\":\"SummonerExhaust\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerSmite\":{\"name\":\"Smite\",\"description\":\"Deals
117
117
  390-1000 true damage (depending on champion level) to target monster or enemy
118
118
  minion.\",\"sanitizedDescription\":\"Deals 390-1000 true damage (depending
119
119
  on champion level) to target monster or enemy minion.\",\"tooltip\":\"Deals
120
120
  <span class=\\\"colorFEFCFF\\\">{{ f1 }}</span> true damage to target monster
121
121
  or enemy minion.\",\"sanitizedTooltip\":\"Deals {{ f1 }} true damage to target
122
122
  monster or enemy minion.\",\"image\":{\"full\":\"SummonerSmite.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":240,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
123
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[445.0,470.0,495.0,520.0,545.0,570.0,595.0,620.0,645.0,670.0,695.0,720.0,745.0,770.0,795.0,820.0,845.0,870.0]}],\"range\":[760],\"rangeBurn\":\"760\",\"summonerLevel\":3,\"id\":11,\"key\":\"SummonerSmite\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerMana\":{\"name\":\"Clarity\",\"description\":\"Restores
123
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[445.0,470.0,495.0,520.0,545.0,570.0,595.0,620.0,645.0,670.0,695.0,720.0,745.0,770.0,795.0,820.0,845.0,870.0]}],\"range\":[760],\"rangeBurn\":\"760\",\"summonerLevel\":3,\"id\":11,\"key\":\"SummonerSmite\",\"modes\":[\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerMana\":{\"name\":\"Clarity\",\"description\":\"Restores
124
124
  40% of your champion's maximum Mana. Also restores allies for 40% of their
125
125
  maximum Mana\",\"sanitizedDescription\":\"Restores 40% of your champion's
126
126
  maximum Mana. Also restores allies for 40% of their maximum Mana\",\"tooltip\":\"Restores
127
127
  {{ f1 }}% maximum Mana to your Champion and nearby allies.\",\"sanitizedTooltip\":\"Restores
128
128
  {{ f1 }}% maximum Mana to your Champion and nearby allies.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerMana.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":0,\"y\":48,\"w\":48,\"h\":48},\"resource\":\"No
129
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180],\"cooldownBurn\":\"180\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[190.0,220.0,250.0,280.0,310.0,340.0,370.0,400.0,430.0,460.0,490.0,520.0,550.0,580.0,610.0,640.0,670.0,700.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":1,\"id\":13,\"key\":\"SummonerMana\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerBarrier\":{\"name\":\"Barrier\",\"description\":\"Shields
129
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[180.0],\"cooldownBurn\":\"180\",\"vars\":[{\"key\":\"f1\",\"link\":\"@player.level\",\"coeff\":[190.0,220.0,250.0,280.0,310.0,340.0,370.0,400.0,430.0,460.0,490.0,520.0,550.0,580.0,610.0,640.0,670.0,700.0]}],\"range\":[600],\"rangeBurn\":\"600\",\"summonerLevel\":1,\"id\":13,\"key\":\"SummonerMana\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerBarrier\":{\"name\":\"Barrier\",\"description\":\"Shields
130
130
  your champion for 115-455 (depending on champion level) for 2 seconds.\",\"sanitizedDescription\":\"Shields
131
131
  your champion for 115-455 (depending on champion level) for 2 seconds.\",\"tooltip\":\"Temporarily
132
132
  shields {{ f1 }} damage from your champion for 2 seconds.\",\"sanitizedTooltip\":\"Temporarily
133
133
  shields {{ f1 }} damage from your champion for 2 seconds.\",\"image\":{\"full\":\"SummonerBarrier.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":0,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
134
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@cooldownsummoner\",\"coeff\":[125.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":6,\"id\":21,\"key\":\"SummonerBarrier\",\"modes\":[\"ARAM\",\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerClairvoyance\":{\"name\":\"Clairvoyance\",\"description\":\"Reveals
134
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@cooldownsummoner\",\"coeff\":[125.0]}],\"range\":\"self\",\"rangeBurn\":\"self\",\"summonerLevel\":6,\"id\":21,\"key\":\"SummonerBarrier\",\"modes\":[\"ARAM\",\"CLASSIC\",\"TUTORIAL\",\"ODIN\"]},\"SummonerClairvoyance\":{\"name\":\"Clairvoyance\",\"description\":\"Reveals
135
135
  a small area of the map for your team for 5 seconds.\",\"sanitizedDescription\":\"Reveals
136
136
  a small area of the map for your team for 5 seconds.\",\"tooltip\":\"Reveals
137
137
  a small area of the map for your team for {{ f1 }} seconds.\",\"sanitizedTooltip\":\"Reveals
138
138
  a small area of the map for your team for {{ f1 }} seconds.\",\"image\":{\"full\":\"SummonerClairvoyance.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":144,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
139
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":10,\"id\":2,\"key\":\"SummonerClairvoyance\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\"]},\"SummonerFlash\":{\"name\":\"Flash\",\"description\":\"Teleports
139
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"vars\":[{\"key\":\"f1\",\"link\":\"@text\",\"coeff\":[4.0]}],\"range\":[25000],\"rangeBurn\":\"25000\",\"summonerLevel\":10,\"id\":2,\"key\":\"SummonerClairvoyance\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\"]},\"SummonerFlash\":{\"name\":\"Flash\",\"description\":\"Teleports
140
140
  your champion a short distance toward your cursor's location.\",\"sanitizedDescription\":\"Teleports
141
141
  your champion a short distance toward your cursor's location.\",\"tooltip\":\"Teleports
142
142
  your champion a short distance toward your cursor's location.\",\"sanitizedTooltip\":\"Teleports
143
143
  your champion a short distance toward your cursor's location.\",\"leveltip\":{\"label\":[\"\"],\"effect\":[\"\"]},\"image\":{\"full\":\"SummonerFlash.png\",\"sprite\":\"spell0.png\",\"group\":\"spell\",\"x\":288,\"y\":0,\"w\":48,\"h\":48},\"resource\":\"No
144
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0],\"cooldownBurn\":\"0\",\"range\":[425],\"rangeBurn\":\"425\",\"summonerLevel\":12,\"id\":4,\"key\":\"SummonerFlash\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerOdinGarrison\":{\"name\":\"Garrison\",\"description\":\"Allied
144
+ Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[0.0],\"cooldownBurn\":\"0\",\"range\":[425],\"rangeBurn\":\"425\",\"summonerLevel\":12,\"id\":4,\"key\":\"SummonerFlash\",\"modes\":[\"CLASSIC\",\"ODIN\",\"TUTORIAL\",\"ARAM\"]},\"SummonerOdinGarrison\":{\"name\":\"Garrison\",\"description\":\"Allied
145
145
  Turret: Grants massive regeneration for 8 seconds. Enemy Turret: Reduces damage
146
146
  dealt by 80% for 8 seconds.\",\"sanitizedDescription\":\"Allied Turret: Grants
147
147
  massive regeneration for 8 seconds. Enemy Turret: Reduces damage dealt by
@@ -150,7 +150,7 @@ http_interactions:
150
150
  colorFF9900\\\">Enemy Turret:</span> Reduces damage dealt by 80% for 8 seconds.\",\"sanitizedTooltip\":\"Allied
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
- Cost\",\"maxrank\":1,\"cost\":[0],\"costType\":\"NoCost\",\"costBurn\":\"0\",\"cooldown\":[210],\"cooldownBurn\":\"210\",\"range\":[1250],\"rangeBurn\":\"1250\",\"summonerLevel\":1,\"id\":17,\"key\":\"SummonerOdinGarrison\",\"modes\":[\"ODIN\"]}}}"
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
154
  http_version:
155
- recorded_at: Thu, 17 Apr 2014 19:08:49 GMT
155
+ recorded_at: Mon, 21 Apr 2014 10:12:01 GMT
156
156
  recorded_with: VCR 2.9.0