From a3ad4d945b1b78138ad56bffc837201e8281c201 Mon Sep 17 00:00:00 2001 From: MadScripts Date: Sun, 15 Jan 2017 16:40:30 +0300 Subject: [PATCH] working state, coordinates are broken and minor bugs --- LoLMasteryManager/ChampionGG.vb | 2 +- LoLMasteryManager/Masteries.json | 355 +------------------------------ 2 files changed, 2 insertions(+), 355 deletions(-) diff --git a/LoLMasteryManager/ChampionGG.vb b/LoLMasteryManager/ChampionGG.vb index b71d702..87cfd83 100644 --- a/LoLMasteryManager/ChampionGG.vb +++ b/LoLMasteryManager/ChampionGG.vb @@ -317,7 +317,7 @@ Module ChampionGG For Each oMasteryNode As HtmlNode In oMasteryRow.SelectNodes("descendant::div[contains(@class, 'mastery-icon')]") - Dim iMasteryID As Integer = CInt(oMasteryNode.Attributes.Item("api-primary-id").Value) + Dim iMasteryID As Integer = CInt(oMasteryNode.Attributes.Item("data-id").Value) oMastery = GetMastery(iMasteryID) diff --git a/LoLMasteryManager/Masteries.json b/LoLMasteryManager/Masteries.json index a487354..434c8df 100644 --- a/LoLMasteryManager/Masteries.json +++ b/LoLMasteryManager/Masteries.json @@ -1,354 +1 @@ -{ - "data": { - "6111": { - "id": 6111, - "description": [ - "+0.8% Attack Speed", - "+1.6% Attack Speed", - "+2.4% Attack Speed", - "+3.2% Attack Speed", - "+4% Attack Speed" - ], - "name": "Fury", - "masteryTree": "Ferocity" - }, - "6114": { - "id": 6114, - "description": [ - "+0.4% increased Ability and Spell damage", - "+0.8% increased Ability and Spell damage", - "+1.2% increased Ability and Spell damage", - "+1.6% increased Ability and Spell damage", - "+2.0% increased Ability and Spell damage" - ], - "name": "Sorcery", - "masteryTree": "Ferocity" - }, - "6121": { - "id": 6121, - "description": [ "Melee - Deal an additional 3% damage, take an additional 1.5% damage.
Ranged - Deal and take an additional 2% damage." ], - "name": "Double Edged Sword", - "masteryTree": "Ferocity" - }, - "6122": { - "id": 6122, - "description": [ "Killing a unit restores 20 Health (20 second cooldown)." ], - "name": "Feast", - "masteryTree": "Ferocity" - }, - "6131": { - "id": 6131, - "description": [ - "+0.4% Lifesteal and Spell Vamp", - "+0.8% Lifesteal and Spell Vamp", - "+1.2% Lifesteal and Spell Vamp", - "+1.6% Lifesteal and Spell Vamp", - "+2.0% Lifesteal and Spell Vamp" - ], - "name": "Vampirism", - "masteryTree": "Ferocity" - }, - "6134": { - "id": 6134, - "description": [ - "+2 Attack Damage and 3 Ability Power at level 18 (.11 Attack Damage and .16 Ability Power per level)", - "+4 Attack Damage and 6 Ability Power at level 18 (.22 Attack Damage and .32 Ability Power per level)", - "+6 Attack Damage and 9 Ability Power at level 18 (.33 Attack Damage and .5 Ability Power per level)", - "+8 Attack Damage and 12 Ability Power at level 18 (.44 Attack Damage and .66 Ability Power per level)", - "+10 Attack Damage and 15 Ability Power at level 18 (.55 Attack Damage and .83 Ability Power per level)" - ], - "name": "Natural Talent", - "masteryTree": "Ferocity" - }, - "6141": { - "id": 6141, - "description": [ "You deal 1% increased damage for each unique enemy champion you kill." ], - "name": "Bounty Hunter", - "masteryTree": "Ferocity" - }, - "6142": { - "id": 6142, - "description": [ "You deal 2.5% increased damage to targets with impaired movement (slow, stun, snare, taunt, etc.)." ], - "name": "Oppressor", - "masteryTree": "Ferocity" - }, - "6151": { - "id": 6151, - "description": [ - "+1.4% Armor Penetration", - "+2.8% Armor Penetration", - "+4.2% Armor Penetration", - "+5.6% Armor Penetration", - "+7% Armor Penetration" - ], - "name": "Battering Blows", - "masteryTree": "Ferocity" - }, - "6154": { - "id": 6154, - "description": [ - "+1.4% Magic Penetration", - "+2.8% Magic Penetration", - "+4.2% Magic Penetration", - "+5.6% Magic Penetration", - "+7% Magic Penetration" - ], - "name": "Piercing Thoughts", - "masteryTree": "Ferocity" - }, - "6161": { - "id": 6161, - "description": [ "Critical strikes heal for 15% of the damage dealt and grant you 20% attack speed for 4 seconds (2 second cooldown)." ], - "name": "Warlord's Bloodlust", - "masteryTree": "Ferocity" - }, - "6162": { - "id": 6162, - "description": [ "Your basic attacks and spells grant you a stack of Fervor for 5 seconds (max 10 stacks). Each stack of Fervor adds 1-8 bonus physical damage to your basic attacks against champions, based on your level." ], - "name": "Fervor of Battle", - "masteryTree": "Ferocity" - }, - "6164": { - "id": 6164, - "description": [ "Your damaging abilities cause enemy champions to take 6 + 50% of your Bonus Attack Damage and 20% of your Ability Power in Magic damage over 3 seconds (Area of effect and damage over time abilities apply half of this damage over 1.5 seconds instead)." ], - "name": "Deathfire Touch", - "masteryTree": "Ferocity" - }, - "6211": { - "id": 6211, - "description": [ - "+0.4 Health Regen per 5 seconds", - "+0.8 Health Regen per 5 seconds", - "+1.2 Health Regen per 5 seconds", - "+1.6 Health Regen per 5 seconds", - "+2.0 Health Regen per 5 seconds" - ], - "name": "Recovery", - "masteryTree": "Resolve" - }, - "6212": { - "id": 6212, - "description": [ - "+1.2% Bonus Armor and Magic Resist", - "+2.4% Bonus Armor and Magic Resist", - "+3.6% Bonus Armor and Magic Resist", - "+4.8% Bonus Armor and Magic Resist", - "+6% Bonus Armor and Magic Resist" - ], - "name": "Unyielding", - "masteryTree": "Resolve" - }, - "6221": { - "id": 6221, - "description": [ "+12 Movement Speed in Brush and River" ], - "name": "Explorer", - "masteryTree": "Resolve" - }, - "6223": { - "id": 6223, - "description": [ "You take 2 less damage from Champion and Monster basic attacks." ], - "name": "Tough Skin", - "masteryTree": "Resolve" - }, - "6231": { - "id": 6231, - "description": [ - "+1.6% bonus to all shields and healing on you (includes lifesteal and regeneration).", - "+3.2% bonus to all shields and healing on you (includes lifesteal and regeneration)", - "+4.8% bonus to all shields and healing on you (includes lifesteal and regeneration)", - "+6.4% bonus to all shields and healing on you (includes lifesteal and regeneration)", - "+8% bonus to all shields and healing on you (includes lifesteal and regeneration)" - ], - "name": "Runic Armor", - "masteryTree": "Resolve" - }, - "6232": { - "id": 6232, - "description": [ - "+0.8% Total Health", - "+1.6% Total Health", - "+2.4% Total Health", - "+3.2% Total Health", - "+4% Total Health" - ], - "name": "Veteran's Scars", - "masteryTree": "Resolve" - }, - "6241": { - "id": 6241, - "description": [ "Your summoner spells have 15% reduced cooldown." ], - "name": "Insight", - "masteryTree": "Resolve" - }, - "6242": { - "id": 6242, - "description": [ "+50% Health Regen, increased to +200% when below 20% Health" ], - "name": "Perseverance", - "masteryTree": "Resolve" - }, - "6251": { - "id": 6251, - "description": [ - "+3% Tenacity and Slow Resist", - "+6% Tenacity and Slow Resist", - "+9% Tenacity and Slow Resist", - "+12% Tenacity and Slow Resist", - "+15% Tenacity and Slow Resist" - ], - "name": "Swiftness", - "masteryTree": "Resolve" - }, - "6252": { - "id": 6252, - "description": [ - "+0.6 Armor and Magic Resist for each nearby enemy champion", - "+1.2 Armor and Magic Resist for each nearby enemy champion", - "+1.8 Armor and Magic Resist for each nearby enemy champion", - "+2.4 Armor and Magic Resist for each nearby enemy champion", - "+3 Armor and Magic Resist for each nearby enemy champion" - ], - "name": "Legendary Guardian", - "masteryTree": "Resolve" - }, - "6261": { - "id": 6261, - "description": [ "Every 4 seconds in combat your next attack against an enemy champion steals life equal to 3% of your max Health (halved for ranged champions)." ], - "name": "Grasp of the Undying", - "masteryTree": "Resolve" - }, - "6262": { - "id": 6262, - "description": [ "Large monsters and siege minions that you or nearby allies kill grant you 20 and 10 permanent Health respectively (300 max). After reaching the max bonus further siege minion kills restore 100 Health." ], - "name": "Strength of the Ages", - "masteryTree": "Resolve" - }, - "6263": { - "id": 6263, - "description": [ "+4% Damage Reduction. While near an ally this bonus is doubled and 8% of the damage they would take from champions is dealt to you instead (cannot reduce you below 15% Health)." ], - "name": "Bond of Stone", - "masteryTree": "Resolve" - }, - "6311": { - "id": 6311, - "description": [ - "+0.6% Movement Speed out of Combat", - "+1.2% Movement Speed out of Combat", - "+1.8% Movement Speed out of Combat", - "+2.4% Movement Speed out of Combat", - "+3% Movement Speed out of Combat" - ], - "name": "Wanderer", - "masteryTree": "Cunning" - }, - "6312": { - "id": 6312, - "description": [ - "Basic attacks and single target spells deal 1 bonus damage to minions and monsters.", - "Basic attacks and single target spells deal 2 bonus damage to minions and monsters.", - "Basic attacks and single target spells deal 3 bonus damage to minions and monsters.", - "Basic attacks and single target spells deal 4 bonus damage to minions and monsters.", - "Basic attacks and single target spells deal 5 bonus damage to minions and monsters." - ], - "name": "Savagery", - "masteryTree": "Cunning" - }, - "6321": { - "id": 6321, - "description": [ "Buffs granted by jungle monsters last 15% longer, including Epic Monsters." ], - "name": "Runic Affinity", - "masteryTree": "Cunning" - }, - "6322": { - "id": 6322, - "description": [ "Your potions, flasks, and elixirs last 10% longer. Additionally, your potions are replaced with biscuits that restore 20 Health and 10 Mana instantly upon consumption." ], - "name": "Secret Stash", - "masteryTree": "Cunning" - }, - "6323": { - "id": 6323, - "description": [ "Deal 1.5% increased damage when no allied champions are nearby" ], - "name": "Assassin", - "masteryTree": "Cunning" - }, - "6331": { - "id": 6331, - "description": [ - "Deal 1% increased damage to champions below 40% Health.", - "Deal 2% increased damage to champions below 40% Health.", - "Deal 3% increased damage to champions below 40% Health.", - "Deal 4% increased damage to champions below 40% Health.", - "Deal 5% increased damage to champions below 40% Health." - ], - "name": "Merciless", - "masteryTree": "Cunning" - }, - "6332": { - "id": 6332, - "description": [ - "Once every 5 seconds, regenerate 0.3% of your missing Mana.", - "Once every 5 seconds, regenerate 0.6% of your missing Mana.", - "Once every 5 seconds, regenerate 0.9% of your missing Mana.", - "Once every 5 seconds, regenerate 1.2% of your missing Mana.", - "Once every 5 seconds, regenerate 1.5% of your missing Mana." - ], - "name": "Meditation", - "masteryTree": "Cunning" - }, - "6342": { - "id": 6342, - "description": [ "Gain 1 gold for each nearby minions killed by allied champions. Gain an additional 3 gold (or 10 if you're melee) when hitting an enemy champion with an attack or spell (Cannot occur more than once every 5 seconds)." ], - "name": "Bandit", - "masteryTree": "Cunning" - }, - "6343": { - "id": 6343, - "description": [ "Champion kills and assists restore 5% of your missing Health and Mana." ], - "name": "Dangerous Game", - "masteryTree": "Cunning" - }, - "6351": { - "id": 6351, - "description": [ - "Gain 0.6 + 0.06 per level Armor and Magic Penetration.", - "Gain 1.2 + 0.12 per level Armor and Magic Penetration.", - "Gain 1.8 + 0.18 per level Armor and Magic Penetration.", - "Gain 2.4 + 0.24 per level Armor and Magic Penetration.", - "Gain 3 + 0.3 per level Armor and Magic Penetration." - ], - "name": "Precision", - "masteryTree": "Cunning" - }, - "6352": { - "id": 6352, - "description": [ - "Your Cooldown Reduction cap is increased by 1%, gain 1% Cooldown Reduction.", - "Your Cooldown Reduction cap is increased by 2%, gain 2% Cooldown Reduction.", - "Your Cooldown Reduction cap is increased by 3%, gain 3% Cooldown Reduction.", - "Your Cooldown Reduction cap is increased by 4%, gain 4% Cooldown Reduction.", - "Your Cooldown Reduction cap is increased by 5%, gain 5% Cooldown Reduction." - ], - "name": "Intelligence", - "masteryTree": "Cunning" - }, - "6361": { - "id": 6361, - "description": [ "Dealing 30% of a champion's max Health within 2 seconds grants you 35% Movement Speed for 3 seconds (10 second cooldown)." ], - "name": "Stormraider's Surge", - "masteryTree": "Cunning" - }, - "6362": { - "id": 6362, - "description": [ "Your 3rd attack or spell on an enemy champion shocks the area around them, dealing 10 damage per level plus 20% of your Bonus Attack Damage and 10% of your Ability Power as Magic damage to enemies in the area (30 second cooldown)." ], - "name": "Thunderlord's Decree", - "masteryTree": "Cunning" - }, - "6363": { - "id": 6363, - "description": [ "Your heals and shields are 10% stronger. Additionally, your shields and heals increase your target's resistances by 15% for 3 seconds when used on an ally other than yourself." ], - "name": "Windspeaker's Blessing", - "masteryTree": "Cunning" - } - }, - "type": "mastery", - "version": "5.22.3" -} +{"type":"mastery","version":"6.24.1","data":{"6131":{"id":6131,"name":"Vampirism","description":["+0.4% Lifesteal and Spell Vamp","+0.8% Lifesteal and Spell Vamp","+1.2% Lifesteal and Spell Vamp","+1.6% Lifesteal and Spell Vamp","+2.0% Lifesteal and Spell Vamp"],"masteryTree":"Ferocity"},"6351":{"id":6351,"name":"Precision","description":["Gain 1.7 Lethality and 0.6 + 0.06 per level Magic Penetration","Gain 3.4 Lethality and 1.2 + 0.12 per level Magic Penetration","Gain 5.1 Lethality and 1.8 + 0.18 per level Magic Penetration","Gain 6.8 Lethality and 2.4 + 0.24 per level Magic Penetration","Gain 8.5 Lethality and 3 + 0.3 per level Magic Penetration"],"masteryTree":"Cunning"},"6252":{"id":6252,"name":"Legendary Guardian","description":["+0.6 Armor and Magic Resist for each nearby enemy champion","+1.2 Armor and Magic Resist for each nearby enemy champion","+1.8 Armor and Magic Resist for each nearby enemy champion","+2.4 Armor and Magic Resist for each nearby enemy champion","+3 Armor and Magic Resist for each nearby enemy champion"],"masteryTree":"Resolve"},"6251":{"id":6251,"name":"Swiftness","description":["+3% Tenacity and Slow Resist","+6% Tenacity and Slow Resist","+9% Tenacity and Slow Resist","+12% Tenacity and Slow Resist","+15% Tenacity and Slow Resist"],"masteryTree":"Resolve"},"6111":{"id":6111,"name":"Fury","description":["+0.8% Attack Speed","+1.6% Attack Speed","+2.4% Attack Speed","+3.2% Attack Speed","+4% Attack Speed"],"masteryTree":"Ferocity"},"6331":{"id":6331,"name":"Merciless","description":["Deal 1% increased damage to champions below 40% Health","Deal 2% increased damage to champions below 40% Health","Deal 3% increased damage to champions below 40% Health","Deal 4% increased damage to champions below 40% Health","Deal 5% increased damage to champions below 40% Health"],"masteryTree":"Cunning"},"6232":{"id":6232,"name":"Veteran's Scars","description":["+10 Health","+20 Health","+30 Health","+40 Health","+50 Health"],"masteryTree":"Resolve"},"6154":{"id":6154,"name":"Piercing Thoughts","description":["+1.4% Magic Penetration","+2.8% Magic Penetration","+4.2% Magic Penetration","+5.6% Magic Penetration","+7% Magic Penetration"],"masteryTree":"Ferocity"},"6352":{"id":6352,"name":"Intelligence","description":["Your Cooldown Reduction cap is increased to 41% and you gain 1% Cooldown Reduction","Your Cooldown Reduction cap is increased to 42% and you gain 2% Cooldown Reduction","Your Cooldown Reduction cap is increased to 43% and you gain 3% Cooldown Reduction","Your Cooldown Reduction cap is increased to 44% and you gain 4% Cooldown Reduction","Your Cooldown Reduction cap is increased to 45% and you gain 5% Cooldown Reduction"],"masteryTree":"Cunning"},"6231":{"id":6231,"name":"Runic Armor","description":["Shields, healing, regeneration, and lifesteal on you are 1.6% stronger","Shields, healing, regeneration, and lifesteal on you are 3.2% stronger","Shields, healing, regeneration, and lifesteal on you are 4.8% stronger","Shields, healing, regeneration, and lifesteal on you are 6.4% stronger","Shields, healing, regeneration, and lifesteal on you are 8% stronger"],"masteryTree":"Resolve"},"6311":{"id":6311,"name":"Wanderer","description":["+0.6% Movement Speed out of combat","+1.2% Movement Speed out of combat","+1.8% Movement Speed out of combat","+2.4% Movement Speed out of combat","+3% Movement Speed out of combat"],"masteryTree":"Cunning"},"6212":{"id":6212,"name":"Unyielding","description":["+1% Bonus Armor and Magic Resist","+2% Bonus Armor and Magic Resist","+3% Bonus Armor and Magic Resist","+4% Bonus Armor and Magic Resist","+5% Bonus Armor and Magic Resist"],"masteryTree":"Resolve"},"6134":{"id":6134,"name":"Natural Talent","description":["Gain 0.4 + 0.09 per level Attack Damage, and 0.6 + 0.13 per level Ability Power (+2 Attack Damage and 3 Ability Power at level 18)","Gain 0.8 + 0.18 per level Attack Damage, and 1.2 + 0.27 per level Ability Power (+4 Attack Damage and 6 Ability Power at level 18)","Gain 1.2 + 0.27 per level Attack Damage, and 1.8 + 0.4 per level Ability Power (+6 Attack Damage and 9 Ability Power at level 18)","Gain 1.6 + 0.36 per level Attack Damage, and 2.4 + 0.53 per level Ability Power (+8 Attack Damage and 12 Ability Power at level 18)","Gain 2 + 0.44 per level Attack Damage, and 3 + 0.67 per level Ability Power (+10 Attack Damage and 15 Ability Power at level 18)"],"masteryTree":"Ferocity"},"6332":{"id":6332,"name":"Meditation","description":["Regenerate 0.3% of your missing Mana every 5 seconds","Regenerate 0.6% of your missing Mana every 5 seconds","Regenerate 0.9% of your missing Mana every 5 seconds","Regenerate 1.2% of your missing Mana every 5 seconds","Regenerate 1.5% of your missing Mana every 5 seconds"],"masteryTree":"Cunning"},"6211":{"id":6211,"name":"Recovery","description":["+0.4 Health per 5 seconds","+0.8 Health per 5 seconds","+1.2 Health per 5 seconds","+1.6 Health per 5 seconds","+2.0 Health per 5 seconds"],"masteryTree":"Resolve"},"6114":{"id":6114,"name":"Sorcery","description":["+0.4% increased Ability damage","+0.8% increased Ability damage","+1.2% increased Ability damage","+1.6% increased Ability damage","+2.0% increased Ability damage"],"masteryTree":"Ferocity"},"6312":{"id":6312,"name":"Savagery","description":["Single target attacks and spells deal 1 bonus damage to minions and monsters","Single target attacks and spells deal 2 bonus damage to minions and monsters","Single target attacks and spells deal 3 bonus damage to minions and monsters","Single target attacks and spells deal 4 bonus damage to minions and monsters","Single target attacks and spells deal 5 bonus damage to minions and monsters"],"masteryTree":"Cunning"},"6151":{"id":6151,"name":"Battering Blows","description":["+1.4% Armor Penetration","+2.8% Armor Penetration","+4.2% Armor Penetration","+5.6% Armor Penetration","+7% Armor Penetration"],"masteryTree":"Ferocity"},"6142":{"id":6142,"name":"Double Edged Sword","description":["Deal 5% additional damage, take 2.5% additional damage."],"masteryTree":"Ferocity"},"6164":{"id":6164,"name":"Deathfire Touch","description":["Your damaging abilities cause enemy champions to take magic damage over 4 seconds.

Damage: 8 + 60% Bonus Attack Damage and 25% Ability Power

Deathfire Touch's duration is reduced for:
- Area of Effect: 2 second duration.
- Damage over Time: 1 second duration."],"masteryTree":"Ferocity"},"6362":{"id":6362,"name":"Thunderlord's Decree","description":["Your 3rd attack or damaging spell against the same enemy champion calls down a lightning strike, dealing magic damage in the area.

Damage: 10 per level, plus 30% of your Bonus Attack Damage, and 10% of your Ability Power (25-15 second cooldown, based on level)."],"masteryTree":"Cunning"},"6241":{"id":6241,"name":"Insight","description":["Reduces the cooldown of Summoner Spells by 15%"],"masteryTree":"Resolve"},"6263":{"id":6263,"name":"Bond of Stone","description":["+4% Damage Reduction. 6% of the damage from enemy champions taken by the nearest allied champion is dealt to you instead. Damage is not redirected if you are below 5% of your maximum health."],"masteryTree":"Resolve"},"6141":{"id":6141,"name":"Bounty Hunter","description":["Deal 1.5% increased damage for each unique enemy champion you have killed"],"masteryTree":"Ferocity"},"6361":{"id":6361,"name":"Stormraider's Surge","description":["Dealing 30% of a champion's max Health within 2.5 seconds grants you 40% Movement Speed and 75% Slow Resistance for 3 seconds (10 second cooldown)."],"masteryTree":"Cunning"},"6262":{"id":6262,"name":"Courage of the Colossus","description":["Gain a shield for 10 +10 per level + 5% of your maximum health for each nearby enemy champion for 4 seconds after hitting an enemy champion with a stun, taunt, snare, or knock up(45 - 30 second cooldown based on level)."],"masteryTree":"Resolve"},"6122":{"id":6122,"name":"Feast","description":["Killing a unit restores 20 Health (30 second cooldown)"],"masteryTree":"Ferocity"},"6342":{"id":6342,"name":"Bandit","description":["Gain 1 gold for each nearby minion killed by an ally.

Gain 3 gold (10 if melee) when hitting an enemy champion with a basic attack (5 second cooldown)"],"masteryTree":"Cunning"},"6221":{"id":6221,"name":"Explorer","description":["+15 Movement Speed in Brush and River"],"masteryTree":"Resolve"},"6243":{"id":6243,"name":"Fearless","description":["Gain 10% +2 per level bonus Armor and Magic Resist when damaged by an enemy champion for 2 seconds (9s Cooldown)"],"masteryTree":"Resolve"},"6121":{"id":6121,"name":"Fresh Blood","description":["Your first basic attack against a champion deals an additional 10 +1 per level damage (6 second cooldown)"],"masteryTree":"Ferocity"},"6143":{"id":6143,"name":"Battle Trance","description":["Gain up to 5% increased damage over 5 seconds when in combat with enemy Champions"],"masteryTree":"Ferocity"},"6341":{"id":6341,"name":"Greenfather's Gift","description":["Stepping into brush causes your next damaging attack or ability to deal 3% of your target's current health as bonus magic damage (9s Cooldown)"],"masteryTree":"Cunning"},"6363":{"id":6363,"name":"Windspeaker's Blessing","description":["Your heals and shields are 10% stronger. Additionally, your shields and heals on other allies increase their armor by 5-22 (based on level) and their magic resistance by half that amount for 3 seconds."],"masteryTree":"Cunning"},"6242":{"id":6242,"name":"Perseverance","description":["+50% Base Health Regen, increased to +200% when below 25% Health"],"masteryTree":"Resolve"},"6322":{"id":6322,"name":"Secret Stash","description":["Your Potions and Elixirs last 10% longer.

Your Health Potions are replaced with Biscuits that restore 15 Health and Mana instantly on use"],"masteryTree":"Cunning"},"6223":{"id":6223,"name":"Tough Skin","description":["You take 2 less damage from champion and neutral monster basic attacks"],"masteryTree":"Resolve"},"6123":{"id":6123,"name":"Expose Weakness","description":["Damaging enemy champions causes them to take 3% more damage from your allies"],"masteryTree":"Ferocity"},"6321":{"id":6321,"name":"Runic Affinity","description":["Buffs from neutral monsters last 15% longer"],"masteryTree":"Cunning"},"6343":{"id":6343,"name":"Dangerous Game","description":["Champion kills and assists restore 5% of your missing Health and Mana"],"masteryTree":"Cunning"},"6222":{"id":6222,"name":"Siegemaster","description":["Gain 8 Armor and Magic Resistance when near an allied tower"],"masteryTree":"Resolve"},"6323":{"id":6323,"name":"Assassin","description":["Deal 2% increased damage to champions when no allied champions are nearby"],"masteryTree":"Cunning"},"6162":{"id":6162,"name":"Fervor of Battle","description":["Hitting champions with basic attacks generates a Fervor stack (2 for melee attacks). Stacks of Fervor last 6 seconds (max 8 stacks)and increase your AD by 1-8 for each stack."],"masteryTree":"Ferocity"},"6261":{"id":6261,"name":"Grasp of the Undying","description":["Every 4 seconds in combat, your next attack against an enemy champion deals damage equal to 3% of your max Health and heals you for 1.5% of your max Health (halved for ranged champions, deals magic damage)"],"masteryTree":"Resolve"},"6161":{"id":6161,"name":"Warlord's Bloodlust","description":["Gain increasingly more Life Steal based on your missing health against champions (up to 20%). Against minions gain 50% benefit (25% for ranged champions)."],"masteryTree":"Ferocity"}}} \ No newline at end of file