lol-constants 2.6.2 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. package/assets/constants/BootsItemNames.d.ts +0 -5
  2. package/assets/constants/BootsItemNames.js +1 -8
  3. package/assets/constants/Champion.d.ts +345 -298
  4. package/assets/constants/Champion.js +1 -1
  5. package/assets/constants/Item.d.ts +6491 -994
  6. package/assets/constants/Item.js +1 -1
  7. package/assets/constants/LegendaryItemNames.d.ts +0 -5
  8. package/assets/constants/LegendaryItemNames.js +1 -8
  9. package/assets/constants/MythicItemNames.d.ts +0 -5
  10. package/assets/constants/MythicItemNames.js +3 -37
  11. package/assets/constants/OrnnItemNames.d.ts +1 -0
  12. package/assets/constants/OrnnItemNames.js +33 -0
  13. package/assets/constants/RunesReforged.d.ts +2 -2
  14. package/assets/constants/RunesReforged.js +1 -1
  15. package/assets/constants/StatRunes.d.ts +0 -4
  16. package/assets/constants/StatRunes.js +0 -3
  17. package/assets/constants/StatRunesByRow.d.ts +0 -3
  18. package/assets/constants/StatRunesByRow.js +0 -3
  19. package/assets/constants/Summoner.d.ts +96 -32
  20. package/assets/constants/Summoner.js +1 -1
  21. package/assets/index.d.ts +0 -5
  22. package/assets/index.js +6 -5
  23. package/core/constants/Champions/ChampionIds.d.ts +1 -0
  24. package/core/constants/Champions/ChampionIds.js +1 -1
  25. package/core/constants/Champions/ChampionIdsByName.d.ts +1 -0
  26. package/core/constants/Champions/ChampionIdsByName.js +1 -1
  27. package/core/constants/Champions/ChampionKeys.d.ts +1 -0
  28. package/core/constants/Champions/ChampionKeys.js +1 -1
  29. package/core/constants/Champions/ChampionKeysNum.d.ts +1 -0
  30. package/core/constants/Champions/ChampionKeysNum.js +1 -1
  31. package/core/constants/Champions/ChampionNames.d.ts +1 -0
  32. package/core/constants/Champions/ChampionNames.js +1 -1
  33. package/core/constants/DataDragonUrls.js +2 -2
  34. package/core/constants/Items/BootsItemKeys.d.ts +6 -6
  35. package/core/constants/Items/BootsItemKeys.js +1 -1
  36. package/core/constants/Items/BootsItemKeysNum.d.ts +6 -6
  37. package/core/constants/Items/BootsItemKeysNum.js +1 -1
  38. package/core/constants/Items/BootsItemNames.d.ts +6 -0
  39. package/core/constants/Items/BootsItemNames.js +1 -1
  40. package/core/constants/Items/ItemKeys.d.ts +151 -137
  41. package/core/constants/Items/ItemKeys.js +1 -1
  42. package/core/constants/Items/ItemKeysNum.d.ts +151 -137
  43. package/core/constants/Items/ItemKeysNum.js +1 -1
  44. package/core/constants/Items/ItemNames.d.ts +151 -3
  45. package/core/constants/Items/ItemNames.js +1 -1
  46. package/core/constants/Items/LegendaryItemKeys.d.ts +66 -66
  47. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  48. package/core/constants/Items/LegendaryItemKeysNum.d.ts +66 -66
  49. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  50. package/core/constants/Items/LegendaryItemNames.d.ts +66 -0
  51. package/core/constants/Items/LegendaryItemNames.js +1 -1
  52. package/core/constants/Items/MythicItemKeys.d.ts +58 -58
  53. package/core/constants/Items/MythicItemKeys.js +1 -1
  54. package/core/constants/Items/MythicItemKeysNum.d.ts +58 -58
  55. package/core/constants/Items/MythicItemKeysNum.js +1 -1
  56. package/core/constants/Items/MythicItemNames.d.ts +58 -0
  57. package/core/constants/Items/MythicItemNames.js +1 -1
  58. package/core/constants/QueueDescriptions.d.ts +2 -19
  59. package/core/constants/QueueDescriptions.js +10 -5
  60. package/core/constants/QueueIds.d.ts +27 -0
  61. package/core/constants/QueueIds.js +27 -0
  62. package/core/constants/Spells/SpellIds.d.ts +2 -0
  63. package/core/constants/Spells/SpellIds.js +1 -1
  64. package/core/constants/Spells/SpellIdsByName.d.ts +2 -1
  65. package/core/constants/Spells/SpellIdsByName.js +1 -1
  66. package/core/constants/Spells/SpellKeys.d.ts +2 -0
  67. package/core/constants/Spells/SpellKeys.js +1 -1
  68. package/core/constants/Spells/SpellKeysNum.d.ts +2 -0
  69. package/core/constants/Spells/SpellKeysNum.js +1 -1
  70. package/core/constants/Spells/SpellNames.d.ts +2 -0
  71. package/core/constants/Spells/SpellNames.js +1 -1
  72. package/core/helpers/Champions/getChampionIdByKey.d.ts +2 -1
  73. package/core/helpers/Champions/getChampionNameByKey.d.ts +2 -1
  74. package/core/helpers/Items/getItemNameByKey.d.ts +2 -1
  75. package/core/helpers/Items/isBootsItemKeyNum.d.ts +2 -0
  76. package/core/helpers/Items/isBootsItemKeyNum.js +8 -0
  77. package/core/helpers/Items/isBootsItemName.d.ts +1 -1
  78. package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +2 -0
  79. package/core/helpers/Items/isLegendaryItemKeyNum.js +8 -0
  80. package/core/helpers/Items/isLegendaryItemName.d.ts +1 -1
  81. package/core/helpers/Items/isMythicItemKeyNum.d.ts +2 -0
  82. package/core/helpers/Items/isMythicItemKeyNum.js +8 -0
  83. package/core/helpers/Items/isMythicItemName.d.ts +1 -1
  84. package/core/helpers/Runes/getStatRuneIdByName.d.ts +1 -1
  85. package/core/helpers/Runes/getStatRuneNameById.d.ts +1 -1
  86. package/core/helpers/Runes/isStatRuneName.d.ts +1 -1
  87. package/core/helpers/Spells/getSpellIdByKey.d.ts +2 -1
  88. package/core/helpers/Spells/getSpellNameByKey.d.ts +2 -1
  89. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Item = void 0;
4
- exports.Item = { "type": "item", "version": "13.10.1", "basic": { "name": "", "rune": { "isrune": false, "tier": 1, "type": "red" }, "gold": { "base": 0, "total": 0, "sell": 0, "purchasable": false }, "group": "", "description": "", "colloq": ";", "plaintext": "", "consumed": false, "stacks": 1, "depth": 1, "consumeOnFull": false, "from": [], "into": [], "specialRecipe": 0, "inStore": true, "hideFromAll": false, "requiredChampion": "", "requiredAlly": "", "stats": { "FlatHPPoolMod": 0, "rFlatHPModPerLevel": 0, "FlatMPPoolMod": 0, "rFlatMPModPerLevel": 0, "PercentHPPoolMod": 0, "PercentMPPoolMod": 0, "FlatHPRegenMod": 0, "rFlatHPRegenModPerLevel": 0, "PercentHPRegenMod": 0, "FlatMPRegenMod": 0, "rFlatMPRegenModPerLevel": 0, "PercentMPRegenMod": 0, "FlatArmorMod": 0, "rFlatArmorModPerLevel": 0, "PercentArmorMod": 0, "rFlatArmorPenetrationMod": 0, "rFlatArmorPenetrationModPerLevel": 0, "rPercentArmorPenetrationMod": 0, "rPercentArmorPenetrationModPerLevel": 0, "FlatPhysicalDamageMod": 0, "rFlatPhysicalDamageModPerLevel": 0, "PercentPhysicalDamageMod": 0, "FlatMagicDamageMod": 0, "rFlatMagicDamageModPerLevel": 0, "PercentMagicDamageMod": 0, "FlatMovementSpeedMod": 0, "rFlatMovementSpeedModPerLevel": 0, "PercentMovementSpeedMod": 0, "rPercentMovementSpeedModPerLevel": 0, "FlatAttackSpeedMod": 0, "PercentAttackSpeedMod": 0, "rPercentAttackSpeedModPerLevel": 0, "rFlatDodgeMod": 0, "rFlatDodgeModPerLevel": 0, "PercentDodgeMod": 0, "FlatCritChanceMod": 0, "rFlatCritChanceModPerLevel": 0, "PercentCritChanceMod": 0, "FlatCritDamageMod": 0, "rFlatCritDamageModPerLevel": 0, "PercentCritDamageMod": 0, "FlatBlockMod": 0, "PercentBlockMod": 0, "FlatSpellBlockMod": 0, "rFlatSpellBlockModPerLevel": 0, "PercentSpellBlockMod": 0, "FlatEXPBonus": 0, "PercentEXPBonus": 0, "rPercentCooldownMod": 0, "rPercentCooldownModPerLevel": 0, "rFlatTimeDeadMod": 0, "rFlatTimeDeadModPerLevel": 0, "rPercentTimeDeadMod": 0, "rPercentTimeDeadModPerLevel": 0, "rFlatGoldPer10Mod": 0, "rFlatMagicPenetrationMod": 0, "rFlatMagicPenetrationModPerLevel": 0, "rPercentMagicPenetrationMod": 0, "rPercentMagicPenetrationModPerLevel": 0, "FlatEnergyRegenMod": 0, "rFlatEnergyRegenModPerLevel": 0, "FlatEnergyPoolMod": 0, "rFlatEnergyModPerLevel": 0, "PercentLifeStealMod": 0, "PercentSpellVampMod": 0 }, "tags": [], "maps": { "1": true, "8": true, "10": true, "12": true } }, "data": { "1001": { "name": "Boots", "description": "<mainText><stats><attention>25</attention> Move Speed</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Move Speed", "into": ["3158", "3006", "3009", "3020", "3047", "3111", "3117"], "image": { "full": "1001.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 300, "sell": 210 }, "tags": ["Boots"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMovementSpeedMod": 25 } }, "1004": { "name": "Faerie Charm", "description": "<mainText><stats><attention>50%</attention> Base Mana Regen</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Mana Regen", "into": ["3012", "3114", "4642"], "image": { "full": "1004.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 250, "purchasable": true, "total": 250, "sell": 175 }, "tags": ["ManaRegen"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "1006": { "name": "Rejuvenation Bead", "description": "<mainText><stats><attention>100%</attention> Base Health Regen</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Health Regen", "into": ["3801"], "image": { "full": "1006.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 300, "sell": 120 }, "tags": ["HealthRegen"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "1011": { "name": "Giant's Belt", "description": "<mainText><stats><attention>350</attention> Health</stats></mainText><br>", "colloq": ";", "plaintext": "Greatly increases Health", "from": ["1028"], "into": ["3075", "3084", "3083", "3116", "3143", "3748", "4637", "6667", "8001"], "image": { "full": "1011.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 900, "sell": 630 }, "tags": ["Health"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 350 }, "depth": 2 }, "1018": { "name": "Cloak of Agility", "description": "<mainText><stats><attention>15%</attention> Critical Strike Chance</stats></mainText><br>", "colloq": ";", "plaintext": "Increases critical strike chance", "into": ["6676", "3086", "3031", "3033", "3036", "3072", "3087", "3095", "3139", "3508", "6672", "6673", "6675"], "image": { "full": "1018.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 600, "purchasable": true, "total": 600, "sell": 420 }, "tags": ["CriticalStrike"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatCritChanceMod": 0.15 } }, "1026": { "name": "Blasting Wand", "description": "<mainText><stats><attention>40</attention> Ability Power</stats></mainText><br>", "colloq": ";", "plaintext": "Moderately increases Ability Power", "into": ["3115", "3116", "6655", "3135", "3152", "4633", "4637", "6657"], "image": { "full": "1026.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 850, "purchasable": true, "total": 850, "sell": 595 }, "tags": ["SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 40 } }, "1027": { "name": "Sapphire Crystal", "description": "<mainText><stats><attention>250</attention> Mana</stats></mainText><br>", "colloq": ";blue", "plaintext": "Increases Mana", "into": ["3024", "3803", "3802"], "image": { "full": "1027.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 350, "sell": 245 }, "tags": ["Mana"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMPPoolMod": 250 } }, "1028": { "name": "Ruby Crystal", "description": "<mainText><stats><attention>150</attention> Health</stats></mainText><br>", "colloq": ";red", "plaintext": "Increases Health", "into": ["6035", "6609", "1011", "3066", "3067", "3012", "3023", "3803", "3044", "3053", "3211", "3814", "3119", "6664", "6665", "3145", "3742", "3748", "3801", "4401", "4635", "6660"], "image": { "full": "1028.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 280 }, "tags": ["Health"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 150 } }, "1029": { "name": "Cloth Armor", "description": "<mainText><stats><attention>15</attention> Armor</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Armor", "into": ["1031", "3082", "3076", "3193", "3191", "3023", "3024", "3047", "3105"], "image": { "full": "1029.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 300, "sell": 210 }, "tags": ["Armor"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatArmorMod": 15 } }, "1031": { "name": "Chain Vest", "description": "<mainText><stats><attention>40</attention> Armor</stats></mainText><br>", "colloq": ";", "plaintext": "Greatly increases Armor", "from": ["1029"], "into": ["3068", "3026", "3742", "6333", "6662"], "image": { "full": "1031.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["Armor"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatArmorMod": 40 }, "depth": 2 }, "1033": { "name": "Null-Magic Mantle", "description": "<mainText><stats><attention>25</attention> Magic Resist</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Magic Resist", "into": ["3091", "1057", "3193", "3190", "3001", "3105", "3211", "3111", "3140", "3155", "4632"], "image": { "full": "1033.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 315 }, "tags": ["SpellBlock"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatSpellBlockMod": 25 } }, "1035": { "name": "Emberknife", "description": "<mainText><stats></stats><li><passive>Sear:</passive> Damaging Monsters burns them over time.<li><passive>Challenging Path:</passive> Smiting 5 times consumes this item upgrade your Smite to <attention>Challenging Smite</attention> and increases its damage to monsters. Challenging Smite marks champions. During this time, you deal bonus true damage to them on hit and take reduced damage from them.<li><passive>Huntsman:</passive> Killing Large Monsters grants bonus experience.<li><passive>Recoup:</passive> Regen mana when in the Jungle or River. <br><br><rules><status>Consuming</status> this item grants all item effects permanently and increases Smite damage to monsters. If you have gained more gold from minions than jungle monsters, gold and experience from minions is heavily reduced. Healing is not reduced on AoE attacks. If two levels behind the average champion level of the game, monster kills grant bonus experience. </rules><br><br><rules>Only attacks and abilities apply Challenging Smite's burn</rules></mainText><br>", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1035.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": false, "total": 350, "sell": 140 }, "tags": ["LifeSteal", "SpellVamp", "Jungle"], "maps": { "11": false, "12": false, "21": false, "22": false }, "stats": {}, "effect": { "Effect1Amount": "60", "Effect2Amount": "25", "Effect3Amount": "5", "Effect4Amount": "8" } }, "1036": { "name": "Long Sword", "description": "<mainText><stats><attention>10</attention> Attack Damage</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Attack Damage", "into": ["3071", "1053", "3004", "2015", "3179", "3035", "3044", "3051", "3094", "3814", "3123", "3133", "3134", "3155", "3156", "6670", "6671"], "image": { "full": "1036.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 350, "sell": 245 }, "tags": ["Damage", "Lane"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 10 } }, "1037": { "name": "Pickaxe", "description": "<mainText><stats><attention>25</attention> Attack Damage</stats></mainText><br>", "colloq": ";", "plaintext": "Moderately increases Attack Damage", "into": ["6035", "3077", "3124", "6676", "2019", "3031", "3053", "3139", "3153", "3156", "6029", "3181", "6333", "6673", "6675", "6695"], "image": { "full": "1037.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 875, "purchasable": true, "total": 875, "sell": 613 }, "tags": ["Damage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 25 } }, "1038": { "name": "B. F. Sword", "description": "<mainText><stats><attention>40</attention> Attack Damage</stats></mainText><br>", "colloq": ";bf", "plaintext": "Greatly increases Attack Damage", "into": ["3026", "3031", "3072", "3161", "4403", "6671"], "image": { "full": "1038.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 1300, "purchasable": true, "total": 1300, "sell": 910 }, "tags": ["Damage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 40 } }, "1039": { "name": "Hailblade", "description": "<mainText><stats></stats><li><passive>Sear:</passive> Damaging Monsters burns them over time.<li><passive>Chilling Path:</passive> Smiting 5 times consumes this item upgrade your Smite to <attention>Chilling Smite</attention> and increases its damage to monsters. When smiting champions Chilling Smite deals true damage and steals their Move Speed.<li><passive>Huntsman:</passive> Killing Large Monsters grants bonus experience.<li><passive>Recoup:</passive> Regen mana when in the Jungle or River. <br><br><rules><status>Consuming</status> this item grants all item effects permanently and increases Smite damage to monsters. If you have gained more gold from minions than jungle monsters, gold and experience from minions is heavily reduced. Healing is not reduced on AoE attacks. If two levels behind the average champion level of the game, monster kills grant bonus experience. </rules><br><br></mainText><br>", "colloq": ";jungle;Jungle", "plaintext": "Provides damage against Monsters and Mana Regen in the Jungle", "inStore": false, "image": { "full": "1039.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": false, "total": 350, "sell": 140 }, "tags": ["LifeSteal", "SpellVamp", "Jungle"], "maps": { "11": false, "12": false, "21": false, "22": false }, "stats": {}, "effect": { "Effect1Amount": "60", "Effect2Amount": "25", "Effect3Amount": "5", "Effect4Amount": "8" } }, "1040": { "name": "Obsidian Edge", "description": "<mainText><stats></stats><li><passive>Sear:</passive> Damaging Monsters burns them over time.<li><passive>Auto Path:</passive> Smiting 5 times consumes this item upgrade your Attack-Smite, increasing its damage to monsters.<li><passive>Huntsman:</passive> Killing Large Monsters grants bonus experience.<li><passive>Recoup:</passive> Regen mana when in the Jungle or River. <br><br><rules><status>Consuming</status> this item grants all item effects permanently and increases Smite damage to monsters. If you have gained more gold from minions than jungle monsters, gold and experience from minions is heavily reduced. Healing is not reduced on AoE attacks. If two levels behind the average champion level of the game, monster kills grant bonus experience. </rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "1040.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 350, "sell": 140 }, "tags": ["LifeSteal", "SpellVamp", "Jungle"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": {}, "effect": { "Effect1Amount": "60", "Effect2Amount": "25", "Effect3Amount": "5", "Effect4Amount": "8" } }, "1042": { "name": "Dagger", "description": "<mainText><stats><attention>12%</attention> Attack Speed</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Attack Speed", "into": ["1043", "6677", "3086", "3006", "3051", "6670"], "image": { "full": "1042.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 300, "sell": 210 }, "tags": ["AttackSpeed"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "PercentAttackSpeedMod": 0.12 } }, "1043": { "name": "Recurve Bow", "description": "<mainText><stats><attention>15%</attention> Attack Speed</stats><br><li><passive>Steeltipped:</passive> Attacks apply magic damage On-Hit.</mainText><br>", "colloq": ";", "plaintext": "Greatly increases Attack Speed", "from": ["1042"], "into": ["3091", "3085", "3115", "3153", "6672"], "image": { "full": "1043.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 700, "sell": 490 }, "tags": ["AttackSpeed", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "PercentAttackSpeedMod": 0.15 }, "depth": 2 }, "1052": { "name": "Amplifying Tome", "description": "<mainText><stats><attention>20</attention> Ability Power</stats></mainText><br>", "colloq": ";amptome", "plaintext": "Slightly increases Ability Power", "into": ["3124", "3191", "3108", "3113", "3116", "3145", "3152", "3165", "3802", "4632", "3916", "4629", "4630", "4635", "4636", "4637", "4642", "4644", "6656", "6657"], "image": { "full": "1052.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 435, "purchasable": true, "total": 435, "sell": 305 }, "tags": ["SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 20 } }, "1053": { "name": "Vampiric Scepter", "description": "<mainText><stats><attention>15</attention> Attack Damage<br><attention>7%</attention> Life Steal</stats></mainText><br>", "colloq": ";", "plaintext": "Basic attacks restore Health", "from": ["1036"], "into": ["3072", "3074", "3153", "4403", "6673"], "image": { "full": "1053.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 900, "sell": 630 }, "tags": ["Damage", "LifeSteal"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 15, "PercentLifeStealMod": 0.07 }, "depth": 2 }, "1054": { "name": "Doran's Shield", "description": "<mainText><stats><attention>80</attention> Health</stats><br><li><passive>Focus:</passive> Attacks deal additional damage to minions.<li><passive>Recovery:</passive> Restores Health over time.<li><passive>Endure:</passive> Restores Health after taking damage from a champion, large jungle monster, or epic jungle monster. Restoration increases when you are low Health.<br><br><rules><passive>Endure</passive> 66% effective when owned by Ranged champions or when taking damage from area of effect or periodic damage sources.</rules></mainText><br>", "colloq": ";dshield", "plaintext": "Good defensive starting item", "image": { "full": "1054.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 180 }, "tags": ["Health", "HealthRegen", "Lane"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 80, "FlatHPRegenMod": 0.8 }, "effect": { "Effect1Amount": "8", "Effect2Amount": "5", "Effect3Amount": "40", "Effect4Amount": "0.66" } }, "1055": { "name": "Doran's Blade", "description": "<mainText><stats><attention>8</attention> Attack Damage<br><attention>80</attention> Health</stats><br><li><passive>Warmonger:</passive> Gain Omnivamp.<br><br><rules>Omnivamp is only 33% effective when dealing area of effect damage or damage through pets.</rules></mainText><br>", "colloq": ";dblade", "plaintext": "Good starting item for attackers", "image": { "full": "1055.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 180 }, "tags": ["Health", "Damage", "SpellVamp", "Lane"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 8, "FlatHPPoolMod": 80 } }, "1056": { "name": "Doran's Ring", "description": "<mainText><stats><attention>15</attention> Ability Power<br><attention>70</attention> Health</stats><br><li><passive>Focus:</passive> Attacks deal additional damage to minions. <li><passive>Drain:</passive> Restore Mana every second. Damaging an enemy champion increases this amount. If you can't gain Mana, regenerate Health instead. </mainText><br>", "colloq": ";dring", "plaintext": "Good starting item for casters", "image": { "full": "1056.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 160 }, "tags": ["Health", "Lane", "ManaRegen", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 70, "FlatMagicDamageMod": 15 } }, "1057": { "name": "Negatron Cloak", "description": "<mainText><stats><attention>50</attention> Magic Resist</stats></mainText><br>", "colloq": ";", "plaintext": "Moderately increases Magic Resist", "from": ["1033"], "into": ["6664", "4401", "8020"], "image": { "full": "1057.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 900, "sell": 630 }, "tags": ["SpellBlock"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatSpellBlockMod": 50 }, "depth": 2 }, "1058": { "name": "Needlessly Large Rod", "description": "<mainText><stats><attention>60</attention> Ability Power</stats></mainText><br>", "colloq": ";nlr", "plaintext": "Greatly increases Ability Power", "into": ["3089", "3003", "4403", "4645"], "image": { "full": "1058.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 1250, "purchasable": true, "total": 1250, "sell": 875 }, "tags": ["SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 60 } }, "1082": { "name": "Dark Seal", "description": "<mainText><stats><attention>15</attention> Ability Power<br><attention>40</attention> Health</stats><br><li><passive>Glory:</passive> Gain 2 stacks for a champion kill or 1 stack for an assist (up to 10 stacks total). Lose 5 stacks on death.<li><passive>Dread:</passive> Grants <scaleAP>4 Ability Power</scaleAP> per stack of <passive>Glory</passive>.<br><br><rules>Obtained <passive>Glory</passive> stacks are preserved between this item and <rarityLegendary>Mejai's Soulstealer</rarityLegendary>.</rules></mainText><br>", "colloq": ";Noxian", "plaintext": "Provides Ability Power and Mana. Increases in power as you kill enemies.", "into": ["3041"], "image": { "full": "1082.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 350, "sell": 140 }, "tags": ["Health", "SpellDamage", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 40, "FlatMagicDamageMod": 15 } }, "1083": { "name": "Cull", "description": "<mainText><stats><attention>7</attention> Attack Damage</stats><br><li>Attacks restore Health per hit.<li><passive>Reap:</passive> Killing a lane minion grants <goldGain>1</goldGain> additional gold. Killing 100 lane minions grants an additional <goldGain>350</goldGain> bonus gold immediately and disables <passive>Reap</passive>.<br></mainText><br>", "colloq": ";dblade", "plaintext": "Provides damage and Life Steal on hit - Killing minions grant bonus Gold", "image": { "full": "1083.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 180 }, "tags": ["Damage", "OnHit", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatPhysicalDamageMod": 7 } }, "1101": { "name": "Scorchclaw Pup", "description": "<mainText><stats></stats><li><passive>Jungle Companions:</passive> Summon an <font color='#DD2E2E'>Scorchclaw</font> to assist you in the jungle.<li><passive>Scorchclaw's Slash:</passive> When fully grown your companion periodically imbues your next damaging effect to <status>Slow</status> and <passive>damage</passive> enemy champions.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "1101.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 180 }, "tags": ["Jungle"], "maps": { "11": true, "12": false, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "60", "Effect2Amount": "25", "Effect3Amount": "5", "Effect4Amount": "8" } }, "1102": { "name": "Gustwalker Hatchling", "description": "<mainText><stats></stats><li><passive>Jungle Companions:</passive> Summon a <font color='#38A8E8'>Gustwalker</font> to assist you while in the jungle.<li><passive>Gustwalker's Gait:</passive> When fully grown your companion grants <speed>Move Speed</speed> after entering brush or killing monsters.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "1102.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 180 }, "tags": ["Jungle"], "maps": { "11": true, "12": false, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "60", "Effect2Amount": "25", "Effect3Amount": "5", "Effect4Amount": "8" } }, "1103": { "name": "Mosstomper Seedling", "description": "<mainText><stats></stats><li><passive>Jungle Companions:</passive> Summon a <font color='#1CA935'>Mosstomper</font> to assist you while in the jungle. <li><passive>Mosstomper's Courage:</passive> When fully grown your companion grants a <shield>permanent shield</shield> that regenerates either after killing monsters or out of combat. While the shield holds gain 20% Tenacity and Slow Resist.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "1103.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 180 }, "tags": ["Jungle"], "maps": { "11": true, "12": false, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "60", "Effect2Amount": "25", "Effect3Amount": "5", "Effect4Amount": "8" } }, "1104": { "name": "Eye of the Herald", "description": "<mainText><stats></stats><active>Active - Consume:</active> Crush the Eye of the Herald, summoning Rift Herald. The Herald will proceed down the nearest lane and deal massive damage to any turrets in the way.<br><br><passive>Glimpse of the Void:</passive> Grants Empowered Recall.<br></mainText><br>", "colloq": "", "plaintext": "", "consumed": true, "inStore": false, "image": { "full": "1104.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Trinket", "Active"], "maps": { "11": false, "12": false, "21": false, "22": false }, "stats": {}, "effect": { "Effect1Amount": "240", "Effect2Amount": "1", "Effect3Amount": "20", "Effect4Amount": "180" } }, "1500": { "name": "Penetrating Bullets", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1500.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["HealthRegen", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "0.3", "Effect2Amount": "0.4", "Effect3Amount": "1.2", "Effect4Amount": "3" } }, "1501": { "name": "Fortification", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1501.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "5", "Effect3Amount": "0.35" } }, "1502": { "name": "Reinforced Armor", "description": "<mainText><stats></stats><unique>UNIQUE Passive - Reinforced Armor:</unique> Reduces incoming damage by 0% and becomes immune to True Damage when no enemy minions are nearby.</mainText><br>", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1502.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "66.66" } }, "1503": { "name": "Warden's Eye", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1503.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["HealthRegen", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "1000" } }, "1504": { "name": "Vanguard", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1504.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": false, "12": false, "21": false, "22": false }, "stats": {}, "effect": { "Effect1Amount": "30", "Effect2Amount": "30", "Effect3Amount": "30", "Effect4Amount": "300" } }, "1505": { "name": "Lightning Rod", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1505.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": false, "12": false, "21": false, "22": false }, "stats": {} }, "1506": { "name": "Reinforced Armor", "description": "<mainText><stats></stats><unique>UNIQUE Passive - Base Turret Reinforced Armor:</unique> Reduces incoming damage by 0% and becomes immune to True Damage when no enemy minions are nearby. Base turrets have health regeneration, but cannot regenerate past their current segment. Base turrets are segmented at 33%, 66% and 100% health.</mainText><br>", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1506.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "66", "Effect2Amount": "66" } }, "1507": { "name": "Overcharged", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1507.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "75", "Effect2Amount": "75" } }, "1508": { "name": "Anti-tower Socks", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1508.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "1509": { "name": "Gusto", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1509.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "1510": { "name": "Phreakish Gusto", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1510.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "1511": { "name": "Super Mech Armor", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1511.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "1512": { "name": "Super Mech Power Field", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1512.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "1515": { "name": "Turret Plating", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1515.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "40", "Effect2Amount": "175", "Effect3Amount": "20", "Effect4Amount": "45", "Effect5Amount": "0.17" } }, "1516": { "name": "Structure Bounty", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1516.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["HealthRegen", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "0.3", "Effect2Amount": "0.4", "Effect3Amount": "1.2", "Effect4Amount": "3" } }, "1517": { "name": "Structure Bounty", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1517.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["HealthRegen", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "0.3", "Effect2Amount": "0.4", "Effect3Amount": "1.2", "Effect4Amount": "3" } }, "1518": { "name": "Structure Bounty", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1518.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["HealthRegen", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "0.3", "Effect2Amount": "0.4", "Effect3Amount": "1.2", "Effect4Amount": "3" } }, "1519": { "name": "Structure Bounty", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1519.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["HealthRegen", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "0.3", "Effect2Amount": "0.4", "Effect3Amount": "1.2", "Effect4Amount": "3" } }, "1520": { "name": "OvererchargedHA", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1520.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "75", "Effect2Amount": "75" } }, "1521": { "name": "Fortification", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1521.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "0.3", "Effect2Amount": "60", "Effect3Amount": "0.35" } }, "1522": { "name": "Tower Power-Up", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1522.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "Damage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "3", "Effect2Amount": "3", "Effect3Amount": "0", "Effect4Amount": "0", "Effect5Amount": "40", "Effect6Amount": "40", "Effect7Amount": "9", "Effect8Amount": "12" } }, "2003": { "name": "Health Potion", "description": "<mainText><stats></stats><active>Active - Consume:</active> Drink the potion to restore <healing>120 Health</healing> over 15 seconds.<br><br><rules>You may carry up to 5 Health Potions.</rules></mainText><br>", "colloq": ";", "plaintext": "Consume to restore Health over time", "stacks": 5, "consumed": true, "image": { "full": "2003.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 50, "purchasable": true, "total": 50, "sell": 20 }, "tags": ["HealthRegen", "Consumable", "Lane", "Jungle"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "2010": { "name": "Total Biscuit of Everlasting Will", "description": "<mainText><stats></stats><active>Active - Consume:</active> Eat the biscuit to restore <healing>8% missing Health</healing> and <scaleMana>Mana</scaleMana> over 5 seconds. Consuming or selling a biscuit permanently grants <scaleMana>40 maximum Mana</scaleMana>. </mainText><br>", "colloq": ";", "plaintext": "", "stacks": 10, "consumed": true, "inStore": false, "hideFromAll": true, "image": { "full": "2010.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 50, "purchasable": false, "total": 50, "sell": 5 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "10" } }, "2015": { "name": "Kircheis Shard", "description": "<mainText><stats><attention>15</attention> Attack Damage</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Jolt:</passive> Energized Attacks gain an additional <magicDamage>60 magic damage</magicDamage>.</mainText><br>", "colloq": ";", "plaintext": "Attack speed and a chargable magic hit", "from": ["1036"], "into": ["3087", "3094", "3095"], "image": { "full": "2015.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 700, "sell": 490 }, "tags": ["Damage", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 15 }, "depth": 2 }, "2019": { "name": "Steel Sigil", "description": "<mainText><stats><attention>30</attention> Attack Damage</stats><br><li><passive>Feast:</passive> Killing a unit restores health.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1037"], "inStore": false, "image": { "full": "2019.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 225, "purchasable": false, "total": 1100, "sell": 770 }, "tags": ["Damage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 30 }, "depth": 2 }, "2031": { "name": "Refillable Potion", "description": "<mainText><stats></stats><active>Active - Consume:</active> Consumes a charge to restore <healing>100 Health</healing> over 12 seconds. Holds up to 2 charges and refills upon visiting the shop.</mainText><br>", "colloq": ";", "plaintext": "Restores Health over time. Refills at shop.", "into": ["2033"], "image": { "full": "2031.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 150, "purchasable": true, "total": 150, "sell": 60 }, "tags": ["HealthRegen", "Consumable", "Active", "Lane", "Jungle"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "2033": { "name": "Corrupting Potion", "description": "<mainText><stats></stats><active>Active - Consume:</active> Consumes a charge to restore <healing>100 Health</healing> and <scaleMana>75 Mana</scaleMana> over 12 seconds. During this time, damaging Abilities and Attacks burn enemy champions for <magicDamage>15 (20 if you cannot gain Mana) magic damage</magicDamage> over 3 seconds. Holds up to 3 charges and refills upon visiting the shop.<br><br><rules>Corrupting damage is reduced to 50% when triggered by area of effect or periodic damage.</rules></mainText><br>", "colloq": ";", "plaintext": "Restores Health and Mana over time and boosts combat power - Refills at Shop", "from": ["2031"], "image": { "full": "2033.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 500, "sell": 200 }, "tags": ["Active", "Consumable", "HealthRegen", "Lane", "ManaRegen"], "maps": { "11": true, "12": false, "21": true, "22": false }, "stats": {}, "depth": 2 }, "2051": { "name": "Guardian's Horn", "description": "<mainText><stats><attention>150</attention> Health</stats><br><li><passive>Recovery:</passive> Restores Health over time.<li><passive>Undaunted:</passive> Blocks damage from attacks and spells from champions.<li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": "Golden Arm of Kobe;Golden Bicep of Kobe;Horn; Horn of the ManWolf; ManWolf", "plaintext": "Good starting item for tanks", "image": { "full": "2051.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 950, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["Health", "HealthRegen", "Lane"], "maps": { "11": false, "12": true, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 150, "FlatHPRegenMod": 4 }, "effect": { "Effect1Amount": "15", "Effect2Amount": "0.25" } }, "2052": { "name": "Poro-Snax", "description": "<mainText><stats></stats><active>Active - Consume:</active> Serves a scrumptious scoop to a nearby Poro, causing it to grow in size.<br><br><flavorText>This savory blend of free-range, grass-fed Avarosan game hens and organic, non-ZMO Freljordian herbs contains the essential nutrients necessary to keep your Poro purring with pleasure.<br><br>All proceeds will be donated towards fighting Noxian animal cruelty. </flavorText></mainText><br>", "colloq": ";", "plaintext": "", "stacks": 2, "consumed": true, "inStore": false, "image": { "full": "2052.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "2055": { "name": "Control Ward", "description": "<mainText><stats></stats><active>Active - Consume:</active> Places a powerful Control Ward that grants vision of the surrounding area. This device will also reveal <keywordStealth>Invisible</keywordStealth> traps, reveal <keywordStealth>Camouflaged</keywordStealth> enemies, and reveal (and disable) enemy Stealth Wards. <br><br><rules>You may carry up to 2 Control Wards. Control Wards do not disable other Control Wards.</rules></mainText><br>", "colloq": "orange;", "plaintext": "Used to disable wards and invisible traps in an area.", "stacks": 2, "consumed": true, "consumeOnFull": true, "image": { "full": "2055.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 75, "purchasable": true, "total": 75, "sell": 30 }, "tags": ["Consumable", "Lane", "Stealth", "Vision"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": {}, "effect": { "Effect1Amount": "1", "Effect2Amount": "2" } }, "2065": { "name": "Shurelya's Battlesong", "description": "<mainText><stats><attention>35</attention> Ability Power<br><attention>200</attention> Health<br><attention>20</attention> Ability Haste<br><attention>100%</attention> Base Mana Regen</stats><br><br><active>Active -</active> <active>Inspire:</active> Grants nearby allies Move Speed.<li><passive>Motivate:</passive> Empowering or Protecting another ally Champion grants both allies Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.<br></mainText><br>", "colloq": ";shurelya;reverie;", "plaintext": "Activate to speed up nearby allies.", "from": ["3067", "4642"], "into": ["7020"], "image": { "full": "2065.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellDamage", "ManaRegen", "Active", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 35 }, "depth": 3 }, "2138": { "name": "Elixir of Iron", "description": "<mainText><stats></stats><active>Active - Consume:</active> Drink to gain <scaleHealth>300 Health</scaleHealth>, 25% Tenacity, and increased champion size for 3 minutes. While active, moving leaves a path behind that boosts allied champions' <speed>Move Speed by 15%</speed>.<br><br><rules>Drinking a different Elixir will replace the existing one's effects.</rules></mainText><br>", "colloq": ";white", "plaintext": "Temporarily increases defenses. Leaves a trail for allies to follow.", "consumed": true, "consumeOnFull": true, "image": { "full": "2138.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 500, "sell": 200 }, "tags": ["Health", "Consumable", "NonbootsMovement", "Tenacity"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "300", "Effect2Amount": "0.25", "Effect3Amount": "3", "Effect4Amount": "0.15", "Effect5Amount": "0.15", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "9" } }, "2139": { "name": "Elixir of Sorcery", "description": "<mainText><stats></stats><active>Active - Consume:</active> Drink to gain <scaleAP>50 Ability Power</scaleAP> and <scaleMana>15% Mana Regen</scaleMana> for 3 minutes. While active, damaging a champion or turret deals <trueDamage>25 bonus true damage</trueDamage> (5s cooldown).<br><br><rules>Champion level <attention>9</attention> or greater required to purchase. Elixir of Sorcery's true damage effect has no cooldown when attacking turrets. Drinking a different Elixir will replace the existing one's effects.</rules></mainText><br>", "colloq": ";blue", "plaintext": "Temporarily grants Ability Power and Bonus Damage to champions and turrets.", "consumed": true, "consumeOnFull": true, "image": { "full": "2139.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 500, "sell": 200 }, "tags": ["Consumable", "ManaRegen", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "50", "Effect2Amount": "50", "Effect3Amount": "25", "Effect4Amount": "3", "Effect5Amount": "5", "Effect6Amount": "3", "Effect7Amount": "0", "Effect8Amount": "9" } }, "2140": { "name": "Elixir of Wrath", "description": "<mainText><stats></stats><active>Active - Consume:</active> Drink to gain <scaleAD>30 Attack Damage</scaleAD> and <lifeSteal>12% Physical Vamp</lifeSteal> (against champions) for 3 minutes.<br><br><rules>Drinking a different Elixir will replace the existing one's effects.</rules></mainText><br>", "colloq": ";red", "plaintext": "Temporarily grants Attack Damage and heals you when dealing physical damage to champions.", "consumed": true, "consumeOnFull": true, "image": { "full": "2140.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 500, "sell": 200 }, "tags": ["Consumable", "Damage", "LifeSteal", "SpellVamp"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "30", "Effect2Amount": "30", "Effect3Amount": "0.12", "Effect4Amount": "3", "Effect5Amount": "0", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "9" } }, "2403": { "name": "Minion Dematerializer", "description": "<mainText><stats></stats><active>Active - Consume:</active> Kill target lane minion (10s ).</mainText><br>", "colloq": ";", "plaintext": "", "stacks": 10, "consumed": true, "inStore": false, "hideFromAll": true, "image": { "full": "2403.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "2419": { "name": "Commencing Stopwatch", "description": "<mainText><stats></stats><li>Transforms into a <rarityGeneric>Stopwatch</rarityGeneric> after 14 minutes. Takedowns reduce this timer by 2 minutes. That <rarityGeneric>Stopwatch</rarityGeneric> contributes 250 gold to the items it builds into.<br><br><rules>Stopwatch normally contributes 750 gold</rules></mainText><br>", "colloq": "", "plaintext": "", "inStore": false, "into": ["2420", "3157", "3026"], "image": { "full": "2419.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Active"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "2420": { "name": "Stopwatch", "description": "<mainText><stats></stats><active>Active -</active> <active>Stasis:</active> Use one time only to become <status>Invulnerable</status> and <status>Untargetable</status> for 2.5 seconds, but are prevented from taking any other actions during this time (transforms into a <rarityGeneric>Broken Stopwatch</rarityGeneric>).</mainText><br>", "colloq": ";zhg;zonyas", "plaintext": "Activate to become invincible but unable to take actions", "into": ["3026", "3157"], "image": { "full": "2420.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 750, "purchasable": true, "total": 750, "sell": 300 }, "tags": ["Active"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "0", "Effect2Amount": "2.5" } }, "2421": { "name": "Broken Stopwatch", "description": "<mainText><stats></stats><br><li><passive>Shattered Time:</passive> Stopwatch is broken, but can still be upgraded.<br><br><rules>After breaking one Stopwatch, the shopkeeper will only sell you <rarityGeneric>Broken Stopwatches.</rarityGeneric></rules></mainText><br>", "colloq": ";", "plaintext": "Upgrades to stopwatch", "hideFromAll": true, "into": ["3157", "3026"], "image": { "full": "2421.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 750, "purchasable": true, "total": 750, "sell": 300 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "0", "Effect2Amount": "0", "Effect3Amount": "0", "Effect4Amount": "0", "Effect5Amount": "300" } }, "2422": { "name": "Slightly Magical Footwear", "description": "<mainText><stats><attention>25</attention> Move Speed</stats><br><li>Grants an additional <speed>10 Move Speed</speed>. Boots that build from Slightly Magical Footwear retain this bonus Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "inStore": false, "into": ["3006", "3047", "3020", "3158", "3111", "3117", "3009"], "image": { "full": "2422.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": false, "total": 300, "sell": 90 }, "tags": ["Boots"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMovementSpeedMod": 25 } }, "2423": { "name": "Perfectly Timed Stopwatch", "description": "<mainText><stats></stats><active>Active -</active> <active>Stasis:</active> Use one time only to become <status>Invulnerable</status> and <status>Untargetable</status> for 2.5 seconds, but are prevented from taking any other actions during this time (transforms into a <rarityGeneric>Broken Stopwatch</rarityGeneric>).</mainText><br>", "colloq": ";zhg;zonyas", "plaintext": "Activate to become invincible but unable to take actions", "inStore": false, "into": ["3157", "3026"], "image": { "full": "2423.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 750, "purchasable": false, "total": 750, "sell": 300 }, "tags": ["Active"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "0", "Effect2Amount": "2.5" } }, "2424": { "name": "Broken Stopwatch", "description": "<mainText><stats></stats><br><li><passive>Shattered Time:</passive> Stopwatch is broken, but can still be upgraded.<br><br><rules>After breaking one Stopwatch, the shopkeeper will only sell you <rarityGeneric>Broken Stopwatches.</rarityGeneric></rules></mainText><br>", "colloq": "", "plaintext": "", "inStore": false, "hideFromAll": true, "into": ["3157", "3026"], "image": { "full": "2424.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 750, "purchasable": false, "total": 750, "sell": 300 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "0", "Effect2Amount": "0", "Effect3Amount": "0", "Effect4Amount": "0", "Effect5Amount": "300" } }, "3001": { "name": "Evenshroud", "description": "<mainText><stats><attention>200</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>20</attention> Ability Haste</stats><br><li><passive>Coruscation:</passive> After <status>Immobilizing</status> champions or being <status>Immobilized</status>, cause that target and all nearby enemy Champions to take increased damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention></mainText><br>", "colloq": ";", "plaintext": "Nearby enemies take more magic damage", "from": ["3023", "1033"], "into": ["7023"], "image": { "full": "3001.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellBlock", "Armor", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200, "FlatSpellBlockMod": 30, "FlatArmorMod": 30 }, "depth": 3 }, "3003": { "name": "Archangel's Staff", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>500</attention> Mana<br><attention>200</attention> Health<br><attention>10</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain Ability Power equal to bonus Mana.<li><passive>Mana Charge:</passive> Strike a target with an Ability to consume a charge and gain 3 bonus Mana, doubled if the target is a champion. Grants a maximum of 360 Mana at which point this item transforms into <rarityLegendary>Seraph's Embrace</rarityLegendary>.<br><br><rules>Gain a new <passive>Mana Charge</passive> every 8 seconds (max 4).</rules></mainText><br>", "colloq": "", "plaintext": "Increases Ability Power based on maximum Mana", "from": ["3070", "3067", "1058"], "image": { "full": "3003.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Mana", "Active", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200, "FlatMPPoolMod": 500, "FlatMagicDamageMod": 70 }, "depth": 3 }, "3004": { "name": "Manamune", "description": "<mainText><stats><attention>35</attention> Attack Damage<br><attention>500</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain bonus <scaleAD>Attack Damage equal to your max Mana</scaleAD>. <li><passive>Mana Charge:</passive> Strike a target with an Ability or Attack to consume a charge and gain <scaleMana>3 bonus Mana</scaleMana>, doubled if the target is a champion. Grants a maximum of 360 Mana at which point this item transforms into <rarityLegendary>Muramana</rarityLegendary>.<br><br><rules>Gain a new <passive>Mana Charge</passive> every 8 seconds (max 4).</rules></mainText><br>", "colloq": "", "plaintext": "Increases Attack Damage based on maximum Mana", "from": ["3070", "3133", "1036"], "image": { "full": "3004.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 1050, "purchasable": true, "total": 2900, "sell": 2030 }, "tags": ["Damage", "Mana", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 35, "FlatMPPoolMod": 500 }, "depth": 3 }, "3006": { "name": "Berserker's Greaves", "description": "<mainText><stats><attention>35%</attention> Attack Speed<br><attention>45</attention> Move Speed</stats></mainText><br>", "colloq": ";", "plaintext": "Enhances Move Speed and Attack Speed", "from": ["1001", "1042"], "image": { "full": "3006.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["AttackSpeed", "Boots"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMovementSpeedMod": 45, "PercentAttackSpeedMod": 0.35 }, "depth": 2 }, "3009": { "name": "Boots of Swiftness", "description": "<mainText><stats><attention>60</attention> Move Speed</stats><br><li>The strength of movement slowing effects is reduced by 25%.</mainText><br>", "colloq": ";", "plaintext": "Enhances Move Speed and reduces the effect of slows", "from": ["1001"], "image": { "full": "3009.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 600, "purchasable": true, "total": 900, "sell": 630 }, "tags": ["Boots"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMovementSpeedMod": 60 }, "effect": { "Effect1Amount": "0.25" }, "depth": 2 }, "3011": { "name": "Chemtech Putrifier", "description": "<mainText><stats><attention>35</attention> Ability Power<br><attention>10%</attention> Heal and Shield Power<br><attention>75%</attention> Base Mana Regen<br><attention>15</attention> Ability Haste</stats><br><li><passive>Puffcap Toxin:</passive> Dealing damage applies <status>40% Grievous Wounds</status> to champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["3916", "3114"], "image": { "full": "3011.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 2100, "sell": 1470 }, "tags": ["SpellDamage", "ManaRegen", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 35 }, "depth": 3 }, "3012": { "name": "Chalice of Blessing", "description": "<mainText><stats><attention>200</attention> Health<br><attention>50%</attention> Base Mana Regen</stats><br><li><passive>Harmony:</passive> Gain 25% Base Health Regeneration for every additional 25% Base Mana Regeneration.<br><br><flavorText>'These blessed waters still carry their power to the worthy.'</flavorText></mainText><br>", "colloq": "", "plaintext": "", "from": ["1028", "1004"], "into": ["3107", "3222", "6620"], "image": { "full": "3012.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["Health", "ManaRegen"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200 }, "depth": 2 }, "3020": { "name": "Sorcerer's Shoes", "description": "<mainText><stats><attention>18</attention> Magic Penetration<br><attention>45</attention> Move Speed</stats></mainText><br>", "colloq": ";", "plaintext": "Enhances Move Speed and magic damage", "from": ["1001"], "image": { "full": "3020.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Boots", "MagicPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMovementSpeedMod": 45 }, "effect": { "Effect1Amount": "18" }, "depth": 2 }, "3023": { "name": "Lifewell Pendant", "description": "<mainText><stats><attention>150</attention> Health<br><attention>25</attention> Armor<br><attention>5</attention> Ability Haste</stats><br><br><flavorText>'Fashionable and functional.'</flavorText></mainText><br>", "colloq": ";spooky ghosts", "plaintext": "Summon wraiths to slow and reveal enemy champions", "from": ["1028", "1029"], "into": ["3190", "3001", "3050", "3109"], "image": { "full": "3023.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 1050, "sell": 735 }, "tags": ["Health", "Armor", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 150, "FlatArmorMod": 25 }, "depth": 2 }, "3024": { "name": "Glacial Buckler", "description": "<mainText><stats><attention>20</attention> Armor<br><attention>250</attention> Mana<br><attention>10</attention> Ability Haste</stats></mainText><br>", "colloq": ";", "plaintext": "Increases Armor and Cooldown Reduction", "from": ["1027", "1029"], "into": ["3050", "3110"], "image": { "full": "3024.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 250, "purchasable": true, "total": 900, "sell": 630 }, "tags": ["Armor", "Mana", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMPPoolMod": 250, "FlatArmorMod": 20 }, "depth": 2 }, "3026": { "name": "Guardian Angel", "description": "<mainText><stats><attention>45</attention> Attack Damage<br><attention>40</attention> Armor</stats><br><li><passive>Saving Grace:</passive> Upon taking lethal damage, restores <healing>50% base Health</healing> and <scaleMana>30% max Mana</scaleMana> after 4 seconds of stasis (300s cooldown).</mainText><br>", "colloq": ";ga", "plaintext": "Periodically revives champion upon death", "from": ["1038", "1031", "2420"], "image": { "full": "3026.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 150, "purchasable": true, "total": 3000, "sell": 1200 }, "tags": ["Armor", "Damage"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatPhysicalDamageMod": 45, "FlatArmorMod": 40 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "4", "Effect3Amount": "300", "Effect4Amount": "0.3" }, "depth": 3 }, "3031": { "name": "Infinity Edge", "description": "<mainText><stats><attention>70</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>35%</attention> Critical Strike Damage</stats><br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.</mainText><br>", "colloq": ";ie", "plaintext": "Massively enhances critical strikes", "from": ["1038", "1037", "1018"], "into": ["7031"], "image": { "full": "3031.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 625, "purchasable": true, "total": 3400, "sell": 2380 }, "tags": ["CriticalStrike", "Damage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 70, "FlatCritChanceMod": 0.2 }, "depth": 2 }, "3033": { "name": "Mortal Reminder", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>30%</attention> Armor Penetration<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Sepsis:</passive> Dealing physical damage applies <status>40% Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": ";grievous", "plaintext": "Overcomes enemies with high Health recovery and Armor", "from": ["3123", "3035", "1018"], "image": { "full": "3033.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 150, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatCritChanceMod": 0.2 }, "depth": 3 }, "3035": { "name": "Last Whisper", "description": "<mainText><stats><attention>20</attention> Attack Damage<br><attention>18%</attention> Armor Penetration</stats></mainText><br>", "colloq": ";lw", "plaintext": "Overcomes enemies with high Armor", "from": ["1036", "1036"], "into": ["3033", "3036", "6694"], "image": { "full": "3035.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 750, "purchasable": true, "total": 1450, "sell": 1015 }, "tags": ["ArmorPenetration", "Damage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 20 }, "depth": 2 }, "3036": { "name": "Lord Dominik's Regards", "description": "<mainText><stats><attention>35</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>30%</attention> Armor Penetration</stats><br><li><passive>Giant Slayer:</passive> Deal bonus damage against champions with greater max Health than you.</mainText><br>", "colloq": ";lw", "plaintext": "Overcomes enemies with high health and armor", "from": ["3035", "1018"], "image": { "full": "3036.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 950, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 35, "FlatCritChanceMod": 0.2 }, "effect": { "Effect1Amount": "0.2" }, "depth": 3 }, "3040": { "name": "Seraph's Embrace", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>860</attention> Mana<br><attention>200</attention> Health<br><attention>10</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain Ability Power based on Mana.<li><passive>Lifeline:</passive> Upon taking damage that would reduce your Health below 30%, gain a Shield based on your current Mana.</mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3003, "inStore": false, "image": { "full": "3040.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Mana", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200, "FlatMPPoolMod": 860, "FlatMagicDamageMod": 70 } }, "3041": { "name": "Mejai's Soulstealer", "description": "<mainText><stats><attention>20</attention> Ability Power<br><attention>100</attention> Health</stats><br><li><passive>Glory:</passive> Gain 4 stacks for a champion kill or 2 stacks for an assist (up to 25 stacks total). Lose 10 stacks on death.<li><passive>Dread:</passive> Grants <scaleAP>5 Ability Power</scaleAP> per stack of <passive>Glory</passive>. Gain <speed>10% Move Speed</speed> if you have at least 10 stacks.<br><br><rules>Obtained <passive>Glory</passive> stacks are preserved between this item and <rarityGeneric>Dark Seal</rarityGeneric>.</rules></mainText><br>", "colloq": ";", "plaintext": "Grants Ability Power for kills and assists", "from": ["1082"], "image": { "full": "3041.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 1250, "purchasable": true, "total": 1600, "sell": 1120 }, "tags": ["Health", "SpellDamage", "NonbootsMovement"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 100, "FlatMagicDamageMod": 20 }, "depth": 2 }, "3042": { "name": "Muramana", "description": "<mainText><stats><attention>35</attention> Attack Damage<br><attention>860</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain bonus Attack Damage based on Mana. <li><passive>Shock:</passive> Attacks against champions deal additional physical damage.</mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3004, "inStore": false, "image": { "full": "3042.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Mana", "CooldownReduction", "OnHit", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 35, "FlatMPPoolMod": 860 } }, "3044": { "name": "Phage", "description": "<mainText><stats><attention>15</attention> Attack Damage<br><attention>200</attention> Health</stats><br><li><passive>Sturdy:</passive> After you deal physical damage to a champion, restore Health over time.<br><br><rules>Restoration reduced for Ranged users.</rules></mainText><br>", "colloq": ";", "plaintext": "Attacks and kills give a small burst of speed", "from": ["1028", "1036"], "into": ["3053", "3181"], "image": { "full": "3044.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Health", "HealthRegen", "Damage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 15, "FlatHPPoolMod": 200 }, "effect": { "Effect1Amount": "20", "Effect2Amount": "2", "Effect3Amount": "60", "Effect4Amount": "0", "Effect5Amount": "0", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "8" }, "depth": 2 }, "3046": { "name": "Phantom Dancer", "description": "<mainText><stats><attention>20</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><li><passive>Spectral Waltz:</passive> Attacks grant <status>Ghosting</status> and stacking increased Move Speed. In addition, Attacking 4 times causes Spectral Waltz to also grant Attack Speed.<br><br><rules><status>Ghosted</status> units ignore collision with other units.</rules></mainText><br>", "colloq": ";pd", "plaintext": "Move faster while attacking enemies and gain a shield when on low health.", "from": ["3051", "3086"], "image": { "full": "3046.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 600, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "OnHit", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 20, "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.07, "PercentAttackSpeedMod": 0.3 }, "effect": { "Effect1Amount": "0.24", "Effect2Amount": "10", "Effect3Amount": "550", "Effect4Amount": "0.1", "Effect5Amount": "0.3", "Effect6Amount": "2.5", "Effect7Amount": "90", "Effect8Amount": "240", "Effect9Amount": "600", "Effect10Amount": "40", "Effect11Amount": "5", "Effect12Amount": "0.3", "Effect13Amount": "0.7", "Effect14Amount": "3", "Effect15Amount": "300", "Effect16Amount": "1", "Effect17Amount": "0.4", "Effect18Amount": "9" }, "depth": 3 }, "3047": { "name": "Plated Steelcaps", "description": "<mainText><stats><attention>20</attention> Armor<br><attention>45</attention> Move Speed</stats><br><li>Reduces incoming damage from Attacks by 12%.</mainText><br>", "colloq": ";", "plaintext": "Enhances Move Speed and reduces incoming basic attack damage", "from": ["1001", "1029"], "image": { "full": "3047.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Armor", "Boots"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMovementSpeedMod": 45, "FlatArmorMod": 20 }, "effect": { "Effect1Amount": "0.12" }, "depth": 2 }, "3050": { "name": "Zeke's Convergence", "description": "<mainText><stats><attention>200</attention> Health<br><attention>250</attention> Mana<br><attention>45</attention> Armor<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Conduit:</active> Designate an <attention>Accomplice</attention>.<br><li><passive>Convergence:</passive> After you <status>Immobilize</status> an enemy, your <attention>Accomplice's</attention> Attacks and Ability hits apply additional damage to that enemy.<br><br><rules>Champions can only be linked by one Zeke's Convergence at a time.</rules></mainText><br>", "colloq": ";haroldandkumar", "plaintext": "Grants you and your ally bonuses when you cast your ultimate.", "from": ["3023", "3024"], "image": { "full": "3050.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 250, "purchasable": true, "total": 2200, "sell": 1540 }, "tags": ["Health", "Armor", "Active", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200, "FlatMPPoolMod": 250, "FlatArmorMod": 45 }, "depth": 3 }, "3051": { "name": "Hearthbound Axe", "description": "<mainText><stats><attention>20</attention> Attack Damage<br><attention>15%</attention> Attack Speed</stats><br><li><passive>Nimble:</passive> Attacking a unit grants Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1036", "1042", "1036"], "into": ["3078", "6631", "3091", "3046"], "image": { "full": "3051.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 100, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Damage", "AttackSpeed", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 20, "PercentAttackSpeedMod": 0.15 }, "effect": { "Effect1Amount": "20", "Effect2Amount": "2", "Effect3Amount": "60" }, "depth": 2 }, "3053": { "name": "Sterak's Gage", "description": "<mainText><stats><attention>400</attention> Health</stats><br><li><passive>The Claws that Catch:</passive> Gain base AD as bonus Attack Damage.<li><passive>Lifeline:</passive> Upon taking damage that would reduce your Health below 30%, gain a Shield, decaying over time, and Tenacity.</mainText><br>", "colloq": ";juggernaut;primal", "plaintext": "Shields against large bursts of damage", "from": ["1037", "3044", "1028"], "image": { "full": "3053.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 725, "purchasable": true, "total": 3100, "sell": 2170 }, "tags": ["Health", "Damage", "Tenacity"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 400 }, "depth": 3 }, "3057": { "name": "Sheen", "description": "<mainText><stats></stats><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage.</mainText><br>", "colloq": ";", "plaintext": "Grants a bonus to next attack after spell cast", "into": ["3078", "3100", "3508", "6632", "6662"], "image": { "full": "3057.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 700, "sell": 490 }, "tags": ["OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "3065": { "name": "Spirit Visage", "description": "<mainText><stats><attention>450</attention> Health<br><attention>50</attention> Magic Resist<br><attention>10</attention> Ability Haste<br><attention>100%</attention> Base Health Regen</stats><br><li><passive>Boundless Vitality:</passive> Increases all Healing and Shielding effectiveness on you.</mainText><br>", "colloq": ";sv", "plaintext": "Increases Health and healing effects", "from": ["3211", "3067"], "image": { "full": "3065.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 850, "purchasable": true, "total": 2900, "sell": 2030 }, "tags": ["Health", "SpellBlock", "HealthRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 450, "FlatSpellBlockMod": 50 }, "depth": 3 }, "3066": { "name": "Winged Moonplate", "description": "<mainText><stats><attention>150</attention> Health</stats><br><li><passive>Flight:</passive> Grants <speed>5% Move Speed</speed>.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1028"], "into": ["3181", "3742", "4401"], "image": { "full": "3066.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["Health", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 150 }, "depth": 2 }, "3067": { "name": "Kindlegem", "description": "<mainText><stats><attention>200</attention> Health<br><attention>10</attention> Ability Haste</stats></mainText><br>", "colloq": ";", "plaintext": "Increases Health and Cooldown Reduction", "from": ["1028"], "into": ["3065", "3071", "3084", "3083", "2065", "6630", "6617", "3003", "3078", "3119", "6664", "6665", "3161", "4403", "8020", "4644", "6631", "6632", "6656", "6662", "8001"], "image": { "full": "3067.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["Health", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200 }, "depth": 2 }, "3068": { "name": "Sunfire Aegis", "description": "<mainText><stats><attention>500</attention> Health<br><attention>50</attention> Armor</stats><br><li><passive>Immolate:</passive> Taking or dealing damage causes you to begin dealing <magicDamage> (15 + 1.75% bonus Health) magic damage</magicDamage> per second to nearby enemies (increased by 25% against minions) for 3 seconds. Damaging Champions or Epic Monsters with this effect adds a stack, increasing subsequent <passive>Immolate</passive> damage by 10% for 5 seconds (max stacks 6).<br></mainText><br>", "colloq": ";", "plaintext": "High armor. Constantly deals damage to nearby enemies. Immobilize enemies to release a wave of damaging flame", "from": ["6660", "1031"], "image": { "full": "3068.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 900, "purchasable": true, "total": 2700, "sell": 1890 }, "tags": ["Health", "Armor", "Aura"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 500, "FlatArmorMod": 50 }, "depth": 3 }, "3070": { "name": "Tear of the Goddess", "description": "<mainText><stats><attention>240</attention> Mana</stats><br><li><passive>Focus:</passive> Attacks deal additional physical damage to Minions.<li><passive>Mana Charge:</passive> Strike a target with an Ability to consume a charge and gain <scaleMana>3 bonus Mana</scaleMana>, doubled if the target is a champion. Grants a maximum of 360 Mana.<br><br><rules>Gain a new <passive>Mana Charge</passive> every 8 seconds (max 4).</rules></mainText><br>", "colloq": "", "plaintext": "Increases maximum Mana as Mana is spent", "into": ["3003", "3004", "3119"], "image": { "full": "3070.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 280 }, "tags": ["Mana", "ManaRegen"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMPPoolMod": 240 } }, "3071": { "name": "Black Cleaver", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>400</attention> Health<br><attention>30</attention> Ability Haste</stats><br><li><passive>Carve:</passive> Dealing physical damage to a champion applies a stack of Armor reduction.<li><passive>Rage:</passive> Dealing physical damage to a champion grants Move Speed per stack of <unique>Carve</unique> on them.</mainText><br>", "colloq": ";bc", "plaintext": "Dealing physical damage to enemy champions reduces their Armor", "from": ["3133", "3067", "1036"], "image": { "full": "3071.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 850, "purchasable": true, "total": 3100, "sell": 2170 }, "tags": ["Health", "Damage", "CooldownReduction", "OnHit", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 50, "FlatHPPoolMod": 400 }, "effect": { "Effect1Amount": "-0.2", "Effect2Amount": "0.05", "Effect3Amount": "6", "Effect4Amount": "6", "Effect5Amount": "0.3", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "0", "Effect9Amount": "0", "Effect10Amount": "0.01" }, "depth": 3 }, "3072": { "name": "Bloodthirster", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>18%</attention> Life Steal</stats><br><li><passive>Engorge:</passive> While above 50% Health, gain additional Attack Damage.</mainText><br>", "colloq": ";bt", "plaintext": "Grants Attack Damage, Life Steal and Life Steal now overheals", "from": ["1038", "1018", "1053"], "image": { "full": "3072.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Damage", "CriticalStrike", "LifeSteal"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatCritChanceMod": 0.2, "PercentLifeStealMod": 0.18 }, "depth": 3 }, "3074": { "name": "Ravenous Hydra", "description": "<mainText><stats><attention>65</attention> Attack Damage<br><attention>25</attention> Ability Haste<br><attention>10%</attention> Life Steal</stats><br><li><passive>Cleave:</passive> Attacks and Abilities deal physical damage to other nearby enemies.<br><li><passive>Carnivorous:</passive> Gain AD whenever you kill a minion and 2 times that amount when you kill a Champion, Large Monster, or Siege Minion. Lose 60% of your stacks on death.<br><br></mainText><br>", "colloq": ";", "plaintext": "Melee attacks hit nearby enemies, dealing damage and restoring Health", "from": ["3077", "1053", "3133"], "image": { "full": "3074.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 200, "purchasable": true, "total": 3400, "sell": 2380 }, "tags": ["Damage", "LifeSteal", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 65, "PercentLifeStealMod": 0.1 }, "depth": 3 }, "3075": { "name": "Thornmail", "description": "<mainText><stats><attention>350</attention> Health<br><attention>70</attention> Armor</stats><br><li><passive>Thorns:</passive> When struck by an Attack, deal damage to the attacker and apply 40% <status>Grievous Wounds</status> if they are a champion.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["3076", "1011"], "image": { "full": "3075.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 2700, "sell": 1890 }, "tags": ["Health", "Armor"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 350, "FlatArmorMod": 70 }, "depth": 3 }, "3076": { "name": "Bramble Vest", "description": "<mainText><stats><attention>30</attention> Armor</stats><br><li><passive>Thorns:</passive> When struck by an Attack, deal damage to the attacker and apply 40% Grievous Wounds if they are a champion.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["1029", "1029"], "into": ["3075"], "image": { "full": "3076.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 200, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["Armor"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatArmorMod": 30 }, "depth": 2 }, "3077": { "name": "Tiamat", "description": "<mainText><stats><attention>25</attention> Attack Damage</stats><br><li><passive>Cleave:</passive> Attacks deal physical damage to other nearby enemies. <br><br>Cleave does not trigger on structures.<br><br>Item performance differs for melee and ranged users.<br></mainText><br>", "colloq": ";", "plaintext": "Melee attacks hit nearby enemies", "from": ["1037"], "into": ["3074", "3748"], "image": { "full": "3077.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 325, "purchasable": true, "total": 1200, "sell": 840 }, "tags": ["Damage", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 25 }, "depth": 2 }, "3078": { "name": "Trinity Force", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>35%</attention> Attack Speed<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste</stats><br><li><passive>Threefold Strike:</passive> Attacks grant Move Speed. If the target is a champion, increase your base Attack Damage, stacking.<li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Attack Damage, Ability Haste, and Move Speed.</mainText><br>", "colloq": ";triforce;tons of damage", "plaintext": "Tons of Damage", "from": ["3057", "3051", "3067"], "into": ["7018"], "image": { "full": "3078.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 733, "purchasable": true, "total": 3333, "sell": 2333 }, "tags": ["Health", "Damage", "AttackSpeed", "CooldownReduction", "OnHit", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatHPPoolMod": 300, "PercentAttackSpeedMod": 0.35 }, "effect": { "Effect1Amount": "25", "Effect2Amount": "60", "Effect3Amount": "2", "Effect4Amount": "1.5", "Effect5Amount": "1.5" }, "depth": 3 }, "3082": { "name": "Warden's Mail", "description": "<mainText><stats><attention>40</attention> Armor</stats><br><li><passive>Rock Solid:</passive> Reduce incoming damage from Attacks.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1029", "1029"], "into": ["3110", "3143"], "image": { "full": "3082.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Armor"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatArmorMod": 40 }, "depth": 2 }, "3083": { "name": "Warmog's Armor", "description": "<mainText><stats><attention>800</attention> Health<br><attention>10</attention> Ability Haste<br><attention>200%</attention> Base Health Regen</stats><br><li><passive>Warmog's Heart:</passive> If you have at least 1100 bonus Health, restore max Health per second if damage hasn't been taken within 6 seconds.</mainText><br>", "colloq": ";", "plaintext": "Grants massive Health and Health Regen", "from": ["1011", "3067", "3801"], "image": { "full": "3083.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "HealthRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 800 }, "depth": 3 }, "3084": { "name": "Heartsteel", "description": "<mainText><stats><attention>800</attention> Health<br><attention>200%</attention> Base Health Regen<br><attention>20</attention> Ability Haste</stats><br><li><passive>Colossal Consumption:</passive> Charge up a powerful attack against a champion over 3s while within 700 range of them. The charged attack deals 125 + <scalehealth>6%</scalehealth> of your max Health as bonus physical damage, and grants you 10% of that amount as permanent max Health. (30s) cooldown per target.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>1%</attention> Increased Health & <attention>6%</attention> Champion Size.</mainText><br>", "colloq": ";", "plaintext": "Restores Health on kill or assist", "from": ["1011", "3067", "3801"], "into": ["7025"], "image": { "full": "3084.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Health", "HealthRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 800 }, "depth": 3 }, "3085": { "name": "Runaan's Hurricane", "description": "<mainText><stats><attention>40%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><li><passive>Peck:</passive> Attacks apply <magicDamage>magic damage</magicDamage> <OnHit>On-Hit</OnHit>.<li><passive>Wind's Fury:</passive> When Attacking, bolts are fired at up to 2 enemies near the target. Bolts apply On-Hit effects and can Critically Strike.<br><br><rules>Item is for Ranged champions only.</rules></mainText><br>", "colloq": ";", "plaintext": "Ranged attacks fire two bolts at nearby enemies", "from": ["1043", "3086"], "image": { "full": "3085.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["CriticalStrike", "AttackSpeed", "OnHit", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.07, "PercentAttackSpeedMod": 0.4 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "40", "Effect3Amount": "2", "Effect4Amount": "0", "Effect5Amount": "40", "Effect6Amount": "1" }, "depth": 3 }, "3086": { "name": "Zeal", "description": "<mainText><stats><attention>15%</attention> Attack Speed<br><attention>15%</attention> Critical Strike Chance<br><attention>5%</attention> Move Speed</stats></mainText><br>", "colloq": ";", "plaintext": "Slight bonuses to Critical Strike Chance, Move Speed and Attack Speed", "from": ["1018", "1042"], "into": ["3085", "3046", "3094", "4403", "6671"], "image": { "full": "3086.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 200, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["CriticalStrike", "AttackSpeed", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatCritChanceMod": 0.15, "PercentMovementSpeedMod": 0.05, "PercentAttackSpeedMod": 0.15 }, "depth": 2 }, "3087": { "name": "Statikk Shiv", "description": "<mainText><stats><attention>45</attention> Attack Damage<br><attention>25%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Electroshock:</passive> Fires chain lightning that bounces to nearby enemies, dealing increased damage to minions.</mainText><br>", "colloq": ";", "plaintext": "Movement builds charges that release chain lightning on basic attack", "from": ["6670", "1018", "2015"], "image": { "full": "3087.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 45, "FlatCritChanceMod": 0.2, "PercentAttackSpeedMod": 0.25 }, "depth": 3 }, "3089": { "name": "Rabadon's Deathcap", "description": "<mainText><stats><attention>120</attention> Ability Power</stats><br><li><passive>Magical Opus:</passive> Increases your total <scaleAP>Ability Power by 40%</scaleAP>.</mainText><br>", "colloq": ";dc;banksys;hat", "plaintext": "Massively increases Ability Power", "from": ["1058", "1058"], "image": { "full": "3089.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 1100, "purchasable": true, "total": 3600, "sell": 2520 }, "tags": ["SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 120 }, "depth": 2 }, "3091": { "name": "Wit's End", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>40%</attention> Attack Speed<br><attention>40</attention> Magic Resist</stats><br><li><passive>Fray:</passive> Attacks apply magic damage On-Hit and grant Move Speed.</mainText><br>", "colloq": ";", "plaintext": "Resist magic damage and claw your way back to life.", "from": ["3051", "1033", "1043"], "image": { "full": "3091.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 950, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["SpellBlock", "Damage", "AttackSpeed", "OnHit", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatSpellBlockMod": 40, "PercentAttackSpeedMod": 0.4 }, "depth": 3 }, "3094": { "name": "Rapid Firecannon", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>15%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Sharpshooter:</passive> Your Energized Attack applies bonus damage. In addition, Energized attacks gain Attack Range.<br><br><rules>Attack Range cannot increase more than 150 units.</rules></mainText><br>", "colloq": ";canon;rapidfire;rfc", "plaintext": "Movement builds charges that release a sieging fire attack on release", "from": ["1036", "3086", "2015"], "image": { "full": "3094.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 850, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 30, "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.07, "PercentAttackSpeedMod": 0.15 }, "depth": 3 }, "3095": { "name": "Stormrazor", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>15%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Bolt:</passive> Your next Attack deals bonus damage.<br></mainText><br>", "colloq": ";Windblade", "plaintext": "Tremendously empower other Energized effects.", "from": ["6670", "1018", "2015"], "image": { "full": "3095.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "Slow", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatCritChanceMod": 0.2, "PercentAttackSpeedMod": 0.15 }, "effect": { "Effect1Amount": "120", "Effect2Amount": "120", "Effect3Amount": "5", "Effect4Amount": "0.35", "Effect5Amount": "0", "Effect6Amount": "0.5" }, "depth": 3 }, "3100": { "name": "Lich Bane", "description": "<mainText><stats><attention>85</attention> Ability Power<br><attention>15</attention> Ability Haste<br><attention>8%</attention> Move Speed</stats><br><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional magic damage.</mainText><br>", "colloq": ";", "plaintext": "Grants a bonus to next attack after spell cast", "from": ["3057", "3113", "3108"], "image": { "full": "3100.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "OnHit", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "PercentMovementSpeedMod": 0.08, "FlatMagicDamageMod": 85 }, "depth": 3 }, "3102": { "name": "Banshee's Veil", "description": "<mainText><stats><attention>80</attention> Ability Power<br><attention>45</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><li><passive>Annul:</passive> Grants a Spell Shield that blocks the next enemy Ability.<br><br><rules>Item cooldown is restarted if you take damage from champions before it is completed.</rules></mainText><br>", "colloq": ";bv", "plaintext": "Periodically blocks enemy abilities", "from": ["3108", "4632"], "image": { "full": "3102.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 2600, "sell": 1820 }, "tags": ["SpellBlock", "SpellDamage", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatSpellBlockMod": 45, "FlatMagicDamageMod": 80 }, "effect": { "Effect1Amount": "40", "Effect2Amount": "45", "Effect3Amount": "10", "Effect4Amount": "-0.1", "Effect5Amount": "8", "Effect6Amount": "2" }, "depth": 3 }, "3105": { "name": "Aegis of the Legion", "description": "<mainText><stats><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats></mainText><br>", "colloq": ";", "plaintext": "Grants Armor and Magic Resistance", "from": ["1033", "1029"], "into": ["3190", "3193", "6665", "4403", "6667"], "image": { "full": "3105.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 1200, "sell": 840 }, "tags": ["SpellBlock", "Armor", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatSpellBlockMod": 30, "FlatArmorMod": 30 }, "depth": 2 }, "3107": { "name": "Redemption", "description": "<mainText><stats><attention>250</attention> Health<br><attention>100%</attention> Base Mana Regen<br><attention>15%</attention> Heal and Shield Power</stats><br><br><active>Active -</active> <active>Intervention:</active> Target an area within. After 2.5 seconds, call down a beam of light to restore Health to allies and damage enemy champions.<br><li><passive>Harmony:</passive> Gain 25% Base Health Regeneration for every additional 25% Base Mana Regeneration.<br><br><rules>Item can be activated whilst dead. Damage and healing reduced by 50% if the target has recently been affected by another <active>Intervention</active>. Strength of level-scaling effects are based on the ally's level.</rules></mainText><br>", "colloq": ";", "plaintext": "Activate to heal allies and damage enemies in an area", "from": ["3012", "3114"], "image": { "full": "3107.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "ManaRegen"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 250 }, "depth": 3 }, "3108": { "name": "Fiendish Codex", "description": "<mainText><stats><attention>35</attention> Ability Power<br><attention>10</attention> Ability Haste</stats></mainText><br>", "colloq": ";", "plaintext": "Increases Ability Power and Cooldown Reduction", "from": ["1052"], "into": ["3100", "3102", "3115", "6653", "3157", "4005", "4628", "4629", "4636"], "image": { "full": "3108.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 465, "purchasable": true, "total": 900, "sell": 630 }, "tags": ["SpellDamage", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 35 }, "effect": { "Effect1Amount": "-0.1" }, "depth": 2 }, "3109": { "name": "Knight's Vow", "description": "<mainText><stats><attention>350</attention> Health<br><attention>25</attention> Armor<br><attention>15</attention> Ability Haste<br><attention>125%</attention> Base Health Regen</stats><br><br><active>Active -</active> <active>Pledge:</active> Designate an ally who is <attention>Worthy</attention>..<br><li><passive>Sacrifice:</passive> While your <attention>Worthy</attention> ally is nearby, redirect damage they take to you and heal based on the damage dealt by your <attention>Worthy</attention> ally to Champions.<br></mainText><br>", "colloq": ";", "plaintext": "Partner with an ally to protect each other", "from": ["3023", "3801"], "image": { "full": "3109.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 2200, "sell": 1540 }, "tags": ["Health", "HealthRegen", "Armor", "Aura", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 350, "FlatArmorMod": 25 }, "depth": 3 }, "3110": { "name": "Frozen Heart", "description": "<mainText><stats><attention>90</attention> Armor<br><attention>400</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Winter's Caress:</passive> Reduces the <attackSpeed>Attack Speed</attackSpeed> of nearby enemies.<li><passive>Rock Solid:</passive> Reduce incoming damage from Attacks.</mainText><br>", "colloq": ";fh", "plaintext": "Massively increases Armor and slows enemy basic attacks", "from": ["3082", "3024"], "image": { "full": "3110.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 2700, "sell": 1890 }, "tags": ["Armor", "Mana", "Aura", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMPPoolMod": 400, "FlatArmorMod": 90 }, "depth": 3 }, "3111": { "name": "Mercury's Treads", "description": "<mainText><stats><attention>25</attention> Magic Resist<br><attention>45</attention> Move Speed<br><attention>30%</attention> Tenacity</stats><br><br><rules>Tenacity reduces the duration of <status>Stun</status>, <status>Slow</status>, <status>Taunt</status>, <status>Fear</status>, <status>Silence</status>, <status>Blind</status>, <status>Polymorph</status> and <status>Immobilizing</status> effects. It has no effect on <status>Airborne</status> or <status>Suppression</status>.</rules></mainText><br>", "colloq": ";", "plaintext": "Increases Move Speed and reduces duration of disabling effects", "from": ["1001", "1033"], "image": { "full": "3111.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Boots", "SpellBlock", "Tenacity"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMovementSpeedMod": 45, "FlatSpellBlockMod": 25 }, "depth": 2 }, "3112": { "name": "Guardian's Orb", "description": "<mainText><stats><attention>50</attention> Ability Power<br><attention>150</attention> Health</stats><br><li><passive>Recovery:</passive> Restores Mana over time. If you can't gain mana, restores Health instead.<li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": ";", "plaintext": "Good starting item for mages", "image": { "full": "3112.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 950, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["Health", "SpellDamage", "ManaRegen", "Lane"], "maps": { "11": false, "12": true, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 150, "FlatMagicDamageMod": 50 }, "effect": { "Effect1Amount": "3" } }, "3113": { "name": "Aether Wisp", "description": "<mainText><stats><attention>30</attention> Ability Power</stats><br><li><passive>Glide:</passive> Gain <speed>5% Move Speed</speed>.</mainText><br>", "colloq": ";", "plaintext": "Increases Ability Power and Move Speed", "from": ["1052"], "into": ["6616", "3100", "3504", "4629"], "image": { "full": "3113.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 415, "purchasable": true, "total": 850, "sell": 595 }, "tags": ["NonbootsMovement", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 30 }, "depth": 2 }, "3114": { "name": "Forbidden Idol", "description": "<mainText><stats><attention>50%</attention> Base Mana Regen<br><attention>8%</attention> Heal and Shield Power</stats></mainText><br>", "colloq": ";", "plaintext": "Increases Heal and Shield Power, Mana Regeneration, and Cooldown Reduction", "from": ["1004"], "into": ["6616", "3011", "3107", "3222", "3504"], "image": { "full": "3114.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["ManaRegen"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "depth": 2 }, "3115": { "name": "Nashor's Tooth", "description": "<mainText><stats><attention>100</attention> Ability Power<br><attention>50%</attention> Attack Speed<br><attention>15</attention> Ability Haste</stats><br><li><passive>Icathian Bite:</passive> Attacks apply magic damage <OnHit>On-Hit</OnHit>.</mainText><br>", "colloq": ";", "plaintext": "Increases Attack Speed, Ability Power, and Cooldown Reduction", "from": ["1043", "1026", "3108"], "image": { "full": "3115.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 750, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["AttackSpeed", "SpellDamage", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 100, "PercentAttackSpeedMod": 0.5 }, "depth": 3 }, "3116": { "name": "Rylai's Crystal Scepter", "description": "<mainText><stats><attention>75</attention> Ability Power<br><attention>400</attention> Health</stats><br><li><passive>Rimefrost:</passive> Damaging Abilities <status>Slow</status> enemies.</mainText><br>", "colloq": ";", "plaintext": "Abilities slow enemies", "from": ["1026", "1011", "1052"], "image": { "full": "3116.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 415, "purchasable": true, "total": 2600, "sell": 1820 }, "tags": ["Health", "SpellDamage", "Slow"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 400, "FlatMagicDamageMod": 75 }, "effect": { "Effect1Amount": "-0.3", "Effect2Amount": "-0.3", "Effect3Amount": "-0.3", "Effect4Amount": "1", "Effect5Amount": "1", "Effect6Amount": "1" }, "depth": 3 }, "3117": { "name": "Mobility Boots", "description": "<mainText><stats></stats><attention>25</attention> Move Speed <li>When out of combat for at least 5 seconds, increase this item's effect to <attention>115</attention>.</mainText><br>", "colloq": ";", "plaintext": "Greatly enhances Move Speed when out of combat", "from": ["1001"], "image": { "full": "3117.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Boots"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMovementSpeedMod": 115 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "0", "Effect3Amount": "0", "Effect4Amount": "0", "Effect5Amount": "0", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "25" }, "depth": 2 }, "3119": { "name": "Winter's Approach", "description": "<mainText><stats><attention>400</attention> Health<br><attention>500</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain bonus <scaleHealth>Health equal to Total Mana</scaleHealth>.<li><passive>Mana Charge:</passive> Strike a target with an Ability or Attack to consume a charge and gain <scaleMana>3 bonus Mana</scaleMana>, doubled if the target is a champion. Grants a maximum of 360 Mana at which point this item transforms into <rarityLegendary>Fimbulwinter</rarityLegendary>.<br><br><rules>Gain a new <passive>Mana Charge</passive> every 8 seconds (max 4).</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["3070", "3067", "1028"], "image": { "full": "3119.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 2600, "sell": 1820 }, "tags": ["Health", "Mana", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 400, "FlatMPPoolMod": 500 }, "depth": 3 }, "3121": { "name": "Fimbulwinter", "description": "<mainText><stats><attention>400</attention> Health<br><attention>860</attention> Mana<br><attention>15</attention> Ability Haste</stats><li><passive>Awe:</passive> Gain bonus Health based on Mana.<li><passive>Everlasting:</passive> <status>Immobilizing</status> or <status>Slowing</status> an enemy champion grants a Shield. The Shield is increased if more than one enemy is nearby.</mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3119, "inStore": false, "image": { "full": "3121.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 2700, "purchasable": false, "total": 2700, "sell": 1890 }, "tags": ["Health", "Mana", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 400, "FlatMPPoolMod": 860 } }, "3123": { "name": "Executioner's Calling", "description": "<mainText><stats><attention>15</attention> Attack Damage</stats><br><li><passive>Rend:</passive> Dealing physical damage applies <status>40% Grievous Wounds</status> to champions for 3 seconds. <br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": ";grievous", "plaintext": "Overcomes enemies with high health gain", "from": ["1036"], "into": ["6609", "3033"], "image": { "full": "3123.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["Damage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 15 }, "effect": { "Effect1Amount": "3" }, "depth": 2 }, "3124": { "name": "Guinsoo's Rageblade", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>30</attention> Ability Power<br><attention>25%</attention> Attack Speed</stats><br><li><passive>Wrath:</passive> Attacks apply bonus damage <OnHit>On-Hit</OnHit>. Your Critical Strike Chance is converted into more.<li><passive>Seething Strike:</passive> Basic attacks grant bonus <attackSpeed>Attack Speed</attackSpeed>, stacking up to a cap. While fully stacked, every third Attack applies your <OnHit>On-Hit</OnHit> effects twice.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1052", "6677", "1037"], "into": ["7030"], "image": { "full": "3124.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 690, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["CriticalStrike", "AttackSpeed", "OnHit", "MagicPenetration", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 30, "FlatMagicDamageMod": 30, "PercentAttackSpeedMod": 0.25 }, "effect": { "Effect1Amount": "0.08", "Effect2Amount": "2.5", "Effect3Amount": "2.5", "Effect4Amount": "3", "Effect5Amount": "6", "Effect6Amount": "0.1", "Effect7Amount": "0.1", "Effect8Amount": "15", "Effect9Amount": "1", "Effect10Amount": "3", "Effect11Amount": "0", "Effect12Amount": "0", "Effect13Amount": "3" }, "depth": 3 }, "3133": { "name": "Caulfield's Warhammer", "description": "<mainText><stats><attention>25</attention> Attack Damage<br><attention>10</attention> Ability Haste</stats></mainText><br>", "colloq": ";", "plaintext": "Attack Damage and Cooldown Reduction", "stacks": 0, "from": ["1036", "1036"], "into": ["6609", "3071", "3004", "6630", "3074", "3142", "3161", "3508", "6333", "6632", "6675", "6691", "6692", "6693", "6694", "6696"], "image": { "full": "3133.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Damage", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 25 }, "depth": 2 }, "3134": { "name": "Serrated Dirk", "description": "<mainText><stats><attention>30</attention> Attack Damage</stats><br><li><passive>Gouge:</passive> Gain <scaleLethality>10 Lethality</scaleLethality>.</mainText><br>", "colloq": ";lethality", "plaintext": "Increases Attack Damage and Lethality", "stacks": 0, "from": ["1036", "1036"], "into": ["3142", "6676", "3179", "3814", "6691", "6692", "6693", "6695", "6696"], "image": { "full": "3134.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Damage", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 30 }, "effect": { "Effect1Amount": "10" }, "depth": 2 }, "3135": { "name": "Void Staff", "description": "<mainText><stats><attention>65</attention> Ability Power<br><attention>40%</attention> Magic Penetration</stats></mainText><br>", "colloq": ";", "plaintext": "Increases magic damage", "from": ["4630", "1026"], "image": { "full": "3135.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["MagicPenetration", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 65 }, "depth": 3 }, "3139": { "name": "Mercurial Scimitar", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>50</attention> Magic Resist</stats><br><br><active>Active -</active> <active>Quicksilver:</active> Remove all crowd control debuffs and gain Move Speed.</mainText><br>", "colloq": ";", "plaintext": "Activate to remove all crowd control debuffs and grant massive Move Speed", "from": ["3140", "1018", "1037"], "image": { "full": "3139.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 225, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellBlock", "Damage", "CriticalStrike", "Active", "NonbootsMovement", "Tenacity"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatCritChanceMod": 0.2, "FlatSpellBlockMod": 50 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "1.5", "Effect3Amount": "90" }, "depth": 3 }, "3140": { "name": "Quicksilver Sash", "description": "<mainText><stats><attention>30</attention> Magic Resist</stats><br><br><active>Active -</active> <active>Quicksilver:</active> Removes all crowd control debuffs (excluding <status>Airborne</status>).<br></mainText><br>", "colloq": ";qss", "plaintext": "Activate to remove all crowd control debuffs", "from": ["1033"], "into": ["6035", "3139"], "image": { "full": "3140.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 850, "purchasable": true, "total": 1300, "sell": 910 }, "tags": ["Active", "SpellBlock"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatSpellBlockMod": 30 }, "depth": 2 }, "3142": { "name": "Youmuu's Ghostblade", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Wraith Step:</active> Gain Move Speed and Ghosting.<br><li><passive>Haunt:</passive> Gain up to 100 Spectral Shards while moving. Gain up to <speed> Move Speed</speed> out of champion combat based on the number of Spectral Shards. While at max shards, gain <scaleAD> Lethality</scaleAD>. Shards will reset 3 seconds after dealing damage to an enemy champion.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention></attention> Attack Damage. <br><br><rules><status>Ghosted</status> units ignore collision with other units.</rules></mainText><br>", "colloq": ";lethality", "plaintext": "Activate to greatly increase Move Speed", "from": ["3134", "3133"], "into": ["7029"], "image": { "full": "3142.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 900, "purchasable": true, "total": 3100, "sell": 2170 }, "tags": ["Damage", "Active", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 60 }, "effect": { "Effect1Amount": "45", "Effect2Amount": "0", "Effect3Amount": "0.25", "Effect4Amount": "0", "Effect5Amount": "6", "Effect6Amount": "40" }, "depth": 3 }, "3143": { "name": "Randuin's Omen", "description": "<mainText><stats><attention>400</attention> Health<br><attention>60</attention> Armor</stats><br><br><active>Active -</active> <active>Humility:</active> <status>Slow</status> nearby enemies.<br><li><passive>Rock Solid:</passive> Reduce incoming damage from Attacks.<li><passive>Critical Resilience:</passive> Critical Strikes deal 20% less damage to you.</mainText><br>", "colloq": ";", "plaintext": "Greatly increases defenses, activate to slow nearby enemies", "from": ["3082", "1011"], "image": { "full": "3143.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 1100, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor", "Active", "Slow"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 400, "FlatArmorMod": 60 }, "depth": 3 }, "3145": { "name": "Hextech Alternator", "description": "<mainText><stats><attention>25</attention> Ability Power<br><attention>150</attention> Health</stats><br><li><passive>Revved:</passive> Damaging a champion deals additional damage.</mainText><br>", "colloq": ";", "plaintext": "Increases Ability Power. Deal bonus magic damage on attack periodically.", "from": ["1052", "1028"], "into": ["3152", "3165", "4628", "4636", "4645"], "image": { "full": "3145.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 215, "purchasable": true, "total": 1050, "sell": 735 }, "tags": ["Health", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 150, "FlatMagicDamageMod": 25 }, "depth": 2 }, "3152": { "name": "Hextech Rocketbelt", "description": "<mainText><stats><attention>90</attention> Ability Power<br><attention>6</attention> Magic Penetration<br><attention>250</attention> Health<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Supersonic:</active> Dash in target direction, unleashing an arc of magic missiles that deal damage. Then, gain Move Speed towards enemy champions.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration.</mainText><br>", "colloq": "rocket belt;", "plaintext": "Activate to dash forward and unleash a fiery explosion", "from": ["1026", "3145", "1052"], "into": ["7011"], "image": { "full": "3152.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 865, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellDamage", "Active", "CooldownReduction", "NonbootsMovement", "MagicPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 250, "FlatMagicDamageMod": 90 }, "depth": 3 }, "3153": { "name": "Blade of The Ruined King", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>25%</attention> Attack Speed<br><attention>8%</attention> Life Steal</stats><br><li><passive>Mist's Edge:</passive> Attacks apply physical damage based off of the target's current Health. <li><passive>Siphon:</passive> Attacking a champion 3 times deals magic damage and steals Move Speed.<br><br>Item performance differs for melee and ranged users.</mainText><br>", "colloq": ";brk;bork;bork;bork;botrk", "plaintext": "Deals damage based on target's Health, can steal Move Speed", "from": ["1053", "1043", "1037"], "image": { "full": "3153.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 825, "purchasable": true, "total": 3300, "sell": 2310 }, "tags": ["Damage", "AttackSpeed", "LifeSteal", "Slow", "OnHit", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 40, "PercentAttackSpeedMod": 0.25, "PercentLifeStealMod": 0.08 }, "depth": 3 }, "3155": { "name": "Hexdrinker", "description": "<mainText><stats><attention>25</attention> Attack Damage<br><attention>35</attention> Magic Resist</stats><br><li><passive>Lifeline:</passive> Upon taking magic damage that would reduce Health below 30%, gain a magic damage Shield.</mainText><br>", "colloq": ";", "plaintext": "Increases Attack Damage and Magic Resist", "stacks": 0, "from": ["1036", "1033"], "into": ["3156"], "image": { "full": "3155.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 1300, "sell": 910 }, "tags": ["Damage", "SpellBlock"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 25, "FlatSpellBlockMod": 35 }, "depth": 2 }, "3156": { "name": "Maw of Malmortius", "description": "<mainText><stats><attention>65</attention> Attack Damage<br><attention>50</attention> Magic Resist</stats><br><li><passive>Lifeline:</passive> Upon taking magic damage that would reduce Health below 30%, gain a magic damage Shield. When <passive>Lifeline</passive> triggers, gain Omnivamp until the end of combat. </mainText><br>", "colloq": ";", "plaintext": "Grants bonus Attack Damage when Health is low", "stacks": 0, "from": ["1037", "3155", "1036"], "image": { "full": "3156.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 275, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["SpellBlock", "Damage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 65, "FlatSpellBlockMod": 50 }, "depth": 3 }, "3157": { "name": "Zhonya's Hourglass", "description": "<mainText><stats><attention>80</attention> Ability Power<br><attention>45</attention> Armor<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Stasis:</active> You become <status>Invulnerable</status> and <status>Untargetable</status> for 2.5 seconds, but are prevented from taking any other actions during this time.</mainText><br>", "colloq": ";zhg;zonyas", "plaintext": "Activate to become invincible but unable to take actions", "from": ["3191", "3108", "2420"], "image": { "full": "3157.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Armor", "SpellDamage", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 80, "FlatArmorMod": 45 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "2.5", "Effect3Amount": "120" }, "depth": 3 }, "3158": { "name": "Ionian Boots of Lucidity", "description": "<mainText><stats><attention>20</attention> Ability Haste<br><attention>45</attention> Move Speed</stats><br><li>Gain 12 Summoner Spell Haste.<br><br><flavorText>''This item is dedicated in honor of Ionia's victory over Noxus in the Rematch for the Southern Provinces on 10 December, 20 CLE.'</flavorText></mainText><br>", "colloq": "", "plaintext": "Increases Move Speed and Cooldown Reduction", "from": ["1001"], "image": { "full": "3158.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 650, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["Boots", "CooldownReduction"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMovementSpeedMod": 45 }, "depth": 2 }, "3161": { "name": "Spear Of Shojin", "description": "<mainText><stats><attention>65</attention> Attack Damage<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste</stats><br><li><passive>Dragonforce:</passive> Your Non-Ultimate spells gain (8 (+0.08 per 100 Bonus AD) | 6 (+0.06 per 100 Bonus AD)) Ability Haste, reduced to (4 (+0.04 per 100 Bonus AD) | 3 (+0.03 per 100 Bonus AD))) Ability Haste for Immobilizing spells.<li><passive>Exigency:</passive> Gain up to (0.15 | 0.1) increased move speed, based on your missing health (Maxed when below 33% Health).<br><br>Item performance differs for melee and ranged users.</mainText><br>", "colloq": ";", "plaintext": "Reduce damage taken from champions by a flat amount. Attack while near multiple enemy champions to increase this amount for a short time.", "from": ["3133", "1038", "3067"], "image": { "full": "3161.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 200, "purchasable": true, "total": 3400, "sell": 2380 }, "tags": ["Health", "Damage", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 65, "FlatHPPoolMod": 300 }, "depth": 3 }, "3165": { "name": "Morellonomicon", "description": "<mainText><stats><attention>90</attention> Ability Power<br><attention>200</attention> Health<br><attention>10</attention> Magic Penetration</stats><br><li><passive>Affliction:</passive> Dealing magic damage applies <status>40% Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": ";nmst;grievous", "plaintext": "Increases magic damage", "from": ["3916", "3145", "1052"], "image": { "full": "3165.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 715, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "MagicPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 90 }, "depth": 3 }, "3177": { "name": "Guardian's Blade", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>150</attention> Health<br><attention>15</attention> Ability Haste</stats><br><li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": ";dblade", "plaintext": "Good starting item for attackers", "image": { "full": "3177.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 950, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["Health", "Damage", "Lane", "AbilityHaste"], "maps": { "11": false, "12": true, "21": false, "22": false }, "stats": { "FlatPhysicalDamageMod": 30, "FlatHPPoolMod": 150 }, "effect": { "Effect1Amount": "10" } }, "3179": { "name": "Umbral Glaive", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>10</attention> Lethality<br><attention>15</attention> Ability Haste</stats><br><li><passive>Blackout:</passive> When spotted by an enemy Ward, reveal traps and disable Wards around you. Your Attacks do increased damage to Wards.</mainText><br>", "colloq": ";lethality", "plaintext": "Provides trap and ward detection periodically", "from": ["1036", "3134", "1036"], "image": { "full": "3179.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Damage", "Vision", "CooldownReduction", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 50 }, "effect": { "Effect1Amount": "10", "Effect2Amount": "8", "Effect3Amount": "50" }, "depth": 3 }, "3181": { "name": "Hullbreaker", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><attention>400</attention> Health<br><attention>150%</attention> Base Health Regen<br><attention>5%</attention> Move Speed</stats><br><br><li><passive>Boarding Party:</passive> While no allied champions are nearby you gain <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR> and Attacks deal increased damage to towers. Nearby large minions gain <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR> and increased damage to towers. <br><br><rules>Boarding Party's resistances decay over 3 seconds when an ally gets too close.</rules><br></mainText><br>", "colloq": "", "plaintext": "", "from": ["1037", "3044", "3066"], "image": { "full": "3181.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 225, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Armor", "Damage", "NonbootsMovement"], "maps": { "11": true, "12": false, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 60, "PercentMovementSpeedMod": 0.05, "FlatHPPoolMod": 400 }, "depth": 3 }, "3184": { "name": "Guardian's Hammer", "description": "<mainText><stats><attention>25</attention> Attack Damage<br><attention>150</attention> Health<br><attention>7%</attention> Life Steal</stats><br><li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": ";dblade", "plaintext": "Good starting item for attackers", "image": { "full": "3184.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 950, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["Health", "Damage", "LifeSteal", "Lane"], "maps": { "11": false, "12": true, "21": false, "22": false }, "stats": { "FlatPhysicalDamageMod": 25, "FlatHPPoolMod": 150, "PercentLifeStealMod": 0.07 } }, "3190": { "name": "Locket of the Iron Solari", "description": "<mainText><stats><attention>200</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Devotion:</active> Grant nearby allies a <shield>Shield</shield>, decaying over time.<br><li><passive>Consecrate:</passive> Grant nearby allied champions Armor and <scaleMR>Magic Resist</scaleMR>. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor and Magic Resist increase to <passive>Consecrate</passive>.<br><br></mainText><br>", "colloq": ";", "plaintext": "Activate to shield nearby allies from damage", "from": ["3023", "1033"], "into": ["7019"], "image": { "full": "3190.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellBlock", "Armor", "Aura", "Active", "MagicResist", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200, "FlatSpellBlockMod": 30, "FlatArmorMod": 30 }, "depth": 3 }, "3191": { "name": "Seeker's Armguard", "description": "<mainText><stats><attention>30</attention> Ability Power<br><attention>15</attention> Armor</stats><br><li><passive>Witch's Path:</passive> Killing a unit grants <scaleArmor>0.5 Armor</scaleArmor> (max <scaleArmor>15</scaleArmor>).</mainText><br>", "colloq": ";", "plaintext": "Increases Armor and Ability Power", "from": ["1052", "1029"], "into": ["3157"], "image": { "full": "3191.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 265, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Armor", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 30, "FlatArmorMod": 15 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "15" }, "depth": 2 }, "3193": { "name": "Gargoyle Stoneplate", "description": "<mainText><stats><attention>60</attention> Armor<br><attention>60</attention> Magic Resist<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Unbreakable:</active> Gain a Shield that decays and grow in size.<br><li><passive>Fortify:</passive> Taking damage from a champion grants a stack of <scaleArmor>bonus Armor</scaleArmor> and <scaleMR>bonus Magic Resist</scaleMR>.<br><br><rules>Max 5 stacks; 1 per champion.</rules></mainText><br>", "colloq": ";", "plaintext": "Greatly increases defense near multiple enemies.", "from": ["1029", "3105", "1033"], "image": { "full": "3193.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 1250, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["SpellBlock", "Armor", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatSpellBlockMod": 60, "FlatArmorMod": 60 }, "depth": 3 }, "3211": { "name": "Spectre's Cowl", "description": "<mainText><stats><attention>250</attention> Health<br><attention>25</attention> Magic Resist</stats><br><li><passive>Incorporeal:</passive> After taking damage from a champion, Regenerate Health.</mainText><br>", "colloq": ";hat", "plaintext": "Improves defense and grants regeneration upon being damaged", "from": ["1028", "1033"], "into": ["3065"], "image": { "full": "3211.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 1250, "sell": 875 }, "tags": ["Health", "HealthRegen", "SpellBlock"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 250, "FlatSpellBlockMod": 25 }, "depth": 2 }, "3222": { "name": "Mikael's Blessing", "description": "<mainText><stats><attention>250</attention> Health<br><attention>100%</attention> Base Mana Regen<br><attention>15%</attention> Heal and Shield Power</stats><br><br><active>Active -</active> <active>Purify:</active> Restore Health and Remove all crowd control debuffs (except <status>Knockups</status> and <status>Suppression</status>) from an ally champion.<br><li><passive>Harmony:</passive> Gain 25% Base Health Regeneration for every additional 25% Base Mana Regeneration.</mainText><br>", "colloq": ";", "plaintext": "Activate to remove all disabling effects from an allied champion", "from": ["3012", "3114"], "image": { "full": "3222.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["SpellBlock", "ManaRegen", "Active", "Tenacity"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 250 }, "depth": 3 }, "3330": { "name": "Scarecrow Effigy", "description": "<mainText><stats></stats><br><active>Active - Trinket:</active> Places an effigy that appears exactly as Fiddlesticks does to enemies. Stores up to a maximum of 2 charges.<br><br>Enemy champions approaching an effigy will activate it, causing the effigy to fake a random action, after which the effigy will fall apart.</mainText><br>", "colloq": "yellow; totem; trinket", "plaintext": "Periodically place a Stealth Ward", "requiredChampion": "FiddleSticks", "image": { "full": "3330.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": true, "total": 0, "sell": 0 }, "tags": ["Active", "Jungle", "Lane", "Trinket", "Vision"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "90", "Effect2Amount": "240", "Effect3Amount": "120", "Effect4Amount": "120", "Effect5Amount": "2", "Effect6Amount": "9", "Effect7Amount": "30", "Effect8Amount": "120" } }, "3340": { "name": "Stealth Ward", "description": "<mainText><stats></stats><active>Active - Trinket:</active> Places a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 2 Stealth Wards.</mainText><br>", "colloq": "yellow; totem; trinket", "plaintext": "Periodically place a Stealth Ward", "image": { "full": "3340.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": true, "total": 0, "sell": 0 }, "tags": ["Active", "Jungle", "Lane", "Trinket", "Vision"], "maps": { "11": true, "12": false, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "90", "Effect2Amount": "240", "Effect3Amount": "120", "Effect4Amount": "120", "Effect5Amount": "2", "Effect6Amount": "9", "Effect7Amount": "30", "Effect8Amount": "120" } }, "3363": { "name": "Farsight Alteration", "description": "<mainText><stats></stats><active>Active - Trinket:</active> Places a visible and fragile Ward up to 4000 units away.</mainText><br>", "colloq": "blue; totem; trinket", "plaintext": "Grants increased range and reveals the targetted area", "image": { "full": "3363.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": true, "total": 0, "sell": 0 }, "tags": ["Active", "Trinket", "Vision"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "4000", "Effect2Amount": "2", "Effect3Amount": "5", "Effect4Amount": "198", "Effect5Amount": "60", "Effect6Amount": "9", "Effect7Amount": "30", "Effect8Amount": "120", "Effect9Amount": "6.5", "Effect10Amount": "198", "Effect11Amount": "99", "Effect12Amount": "60", "Effect13Amount": "180", "Effect14Amount": "10", "Effect15Amount": "45" } }, "3364": { "name": "Oracle Lens", "description": "<mainText><stats></stats><active>Active - Trinket:</active> Scans around you, warning against hidden enemy units, revealing invisible traps and revealing (and temporarily disabling) enemy Stealth Wards. Has 2 recharges.</mainText><br>", "colloq": "red; lens; trinket", "plaintext": "Disables nearby invisible wards and traps for a duration", "image": { "full": "3364.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": true, "total": 0, "sell": 0 }, "tags": ["Active", "Trinket", "Vision"], "maps": { "11": true, "12": false, "21": true, "22": false }, "stats": {}, "effect": { "Effect1Amount": "6", "Effect2Amount": "10", "Effect3Amount": "120", "Effect4Amount": "60", "Effect5Amount": "0", "Effect6Amount": "1", "Effect7Amount": "30", "Effect8Amount": "120", "Effect9Amount": "60" } }, "3400": { "name": "Your Cut", "description": "<mainText><stats></stats><active>Active - Consume:</active> Gain 0 gold.<br><br><rules>Bonus gold given to an ally when Pyke executes an enemy champion using his Ultimate Ability. If no ally was involved in the kill, Pyke gets to keep the Cut!</rules></mainText><br>", "colloq": "", "plaintext": "", "consumed": true, "inStore": false, "hideFromAll": true, "image": { "full": "3400.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Consumable", "GoldPer"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "3504": { "name": "Ardent Censer", "description": "<mainText><stats><attention>35</attention> Ability Power<br><attention>8%</attention> Heal and Shield Power<br><attention>75%</attention> Base Mana Regen<br><attention>5%</attention> Move Speed</stats><br><li><passive>Sanctify:</passive> Healing or Shielding another ally enhances you both, granting Attack Speed and magic damage <OnHit>On-Hit</OnHit>. <br></mainText><br>", "colloq": "", "plaintext": "Shield and heal effects on other units grant both of you Attack Speed and their attacks deal additional on-hit magic damage.", "from": ["3113", "3114"], "image": { "full": "3504.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 2100, "sell": 1470 }, "tags": ["AttackSpeed", "SpellDamage", "ManaRegen", "OnHit", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatMagicDamageMod": 35 }, "depth": 3 }, "3508": { "name": "Essence Reaver", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>20</attention> Ability Haste</stats><br><li><passive>Spellblade:</passive> After using an Ability, your next Attack deals additional damage and restores Mana.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3057", "3133", "1018"], "image": { "full": "3508.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 2900, "sell": 2030 }, "tags": ["Damage", "CriticalStrike", "ManaRegen", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatCritChanceMod": 0.2 }, "depth": 3 }, "3513": { "name": "Eye of the Herald", "description": "<mainText><stats></stats><active>Active - Consume:</active> Crush the Eye of the Herald, summoning Rift Herald. The Herald will proceed down the nearest lane and deal massive damage to any turrets in the way.<br><br><passive>Glimpse of the Void:</passive> Grants Empowered Recall.<br></mainText><br>", "colloq": ";Herald's Eye", "plaintext": "Eye of the Herald - a Gift of the Void.", "consumed": true, "inStore": false, "image": { "full": "3513.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Trinket", "Active"], "maps": { "11": false, "12": false, "21": false, "22": false }, "stats": {}, "effect": { "Effect1Amount": "240", "Effect2Amount": "1", "Effect3Amount": "20", "Effect4Amount": "180" } }, "3599": { "name": "Kalista's Black Spear", "description": "<mainText><stats></stats><active>Active - Consume:</active> Bind with an ally for the remainder of the game, becoming Oathsworn Allies. Oathsworn empowers you both while near one another.</mainText><br>", "colloq": ";spear", "plaintext": "Kalista's spear that binds an Oathsworn Ally.", "requiredChampion": "Kalista", "image": { "full": "3599.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": true, "total": 0, "sell": 0 }, "tags": ["Consumable"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "3600": { "name": "Kalista's Black Spear", "description": "<mainText><stats></stats><active>Active - Consume:</active> Bind with an ally for the remainder of the game, becoming Oathsworn Allies. Oathsworn empowers you both while near one another.<br><br><rules>Required to use <attention>Kalista's</attention> Ultimate Ability.</rules></mainText><br>", "colloq": ";spear", "plaintext": "Kalista's spear that binds an Oathsworn Ally.", "requiredChampion": "Sylas", "image": { "full": "3600.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": true, "total": 0, "sell": 0 }, "tags": ["Consumable"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "3742": { "name": "Dead Man's Plate", "description": "<mainText><stats><attention>300</attention> Health<br><attention>45</attention> Armor<br><attention>5%</attention> Move Speed</stats><li><passive>Shipwrecker:</passive> While moving, build up Move Speed. Your next Attack discharges built up Move Speed to deal damage. If dealt by a Melee champion at top speed, the Attack also <status>Slows</status> the target.<br><br><flavorText>''There's only one way you'll get this armor from me...'' - forgotten namesake</flavorText></mainText><br>", "colloq": ";juggernaut;dreadnought", "plaintext": "Build momentum as you move around then smash into enemies.", "from": ["3066", "1028", "1031"], "image": { "full": "3742.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 900, "purchasable": true, "total": 2900, "sell": 2030 }, "tags": ["Health", "Armor", "Slow", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatHPPoolMod": 300, "FlatArmorMod": 45 }, "depth": 3 }, "3748": { "name": "Titanic Hydra", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>500</attention> Health</stats><br><li><passive>Colossus:</passive> Gain bonus <scaleAD>Attack Damage based off of bonus Health</scaleAD>.<li><passive>Cleave:</passive> Attacks apply additional damage <OnHit>On-Hit</OnHit>, creating a shockwave that deals damage to enemies behind the target.</mainText><br>", "colloq": ";juggernaut", "plaintext": "Deals area of effect damage based on owner's health", "from": ["3077", "1028", "1011"], "image": { "full": "3748.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 3300, "sell": 2310 }, "tags": ["Health", "HealthRegen", "Damage", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 30, "FlatHPPoolMod": 500 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "40", "Effect3Amount": "0", "Effect4Amount": "0", "Effect5Amount": "0.1", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "0", "Effect9Amount": "0", "Effect10Amount": "5" }, "depth": 3 }, "3801": { "name": "Crystalline Bracer", "description": "<mainText><stats><attention>200</attention> Health<br><attention>100%</attention> Base Health Regen</stats></mainText><br>", "colloq": ";", "plaintext": "Grants Health and Health Regen", "from": ["1028", "1006"], "into": ["3084", "3083", "3109"], "image": { "full": "3801.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 100, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["Health", "HealthRegen"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200 }, "depth": 2 }, "3802": { "name": "Lost Chapter", "description": "<mainText><stats><attention>40</attention> Ability Power<br><attention>300</attention> Mana<br><attention>10</attention> Ability Haste</stats><br><li><passive>Enlighten:</passive> Upon levelling up, restores <scaleMana>20% max Mana</scaleMana> over 3 seconds.</mainText><br>", "colloq": ";", "plaintext": "Restores Mana upon levelling up.", "from": ["1052", "1027"], "into": ["6655", "6653", "4644", "6656"], "image": { "full": "3802.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 315, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMPPoolMod": 300, "FlatMagicDamageMod": 40 }, "depth": 2 }, "3803": { "name": "Catalyst of Aeons", "description": "<mainText><stats><attention>300</attention> Health<br><attention>300</attention> Mana</stats><br><li><passive>Eternity:</passive> Restore Mana equal to 7% of premitigation damage taken from champions, and Health equal to 25% of Mana spent, up to 20 Health per cast, per second.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1028", "1027"], "into": ["6657"], "image": { "full": "3803.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 1300, "sell": 910 }, "tags": ["Health", "HealthRegen", "Mana", "ManaRegen"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 300, "FlatMPPoolMod": 300 }, "depth": 2 }, "3814": { "name": "Edge of Night", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>10</attention> Lethality<br><attention>325</attention> Health</stats><br><li><passive>Annul:</passive> Gain a Spell Shield that blocks the next enemy Ability.<br><br><rules>Item's cooldown is restarted if you take damage before it is completed.</rules></mainText><br>", "colloq": ";lethality", "plaintext": "Periodically blocks enemy abilities", "stacks": 0, "from": ["1036", "3134", "1028"], "image": { "full": "3814.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 1050, "purchasable": true, "total": 2900, "sell": 2030 }, "tags": ["Health", "Damage", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 50, "FlatHPPoolMod": 325 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "0", "Effect3Amount": "0", "Effect4Amount": "40" }, "depth": 3 }, "3850": { "name": "Spellthief's Edge", "description": "<mainText><stats><attention>8</attention> Ability Power<br><attention>10</attention> Health<br><attention>25%</attention> Base Mana Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><br><li><passive>Tribute:</passive> While nearby an ally champion, damaging Abilities and Attacks against champions or buildings grant 20 gold. This can occur up to 3 times every 36 seconds.<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Frostfang</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>", "colloq": "", "plaintext": "Gain gold and upgrade by damaging enemy champions", "image": { "full": "3850.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 160 }, "tags": ["Health", "SpellDamage", "ManaRegen", "Vision", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 10, "FlatMagicDamageMod": 8 }, "effect": { "Effect1Amount": "2", "Effect2Amount": "20", "Effect3Amount": "20", "Effect4Amount": "500", "Effect5Amount": "12", "Effect6Amount": "3", "Effect7Amount": "2000" } }, "3851": { "name": "Frostfang", "description": "<mainText><stats><attention>15</attention> Ability Power<br><attention>70</attention> Health<br><attention>50%</attention> Base Mana Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 3 Stealth Wards, which refill upon visiting the shop. <br><br><br><br><li><passive>Tribute:</passive> While nearby an ally champion, damaging Abilities and Attacks against champions or buildings grant 20 gold. This can occur up to 3 times every 30 seconds.<li><passive>Quest:</passive> Earn 1000 gold from this item to transform it into <rarityLegendary>Shard of True Ice</rarityLegendary>.</mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3850, "inStore": false, "image": { "full": "3851.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["GoldPer", "Lane", "ManaRegen", "SpellDamage"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 70, "FlatMagicDamageMod": 15 }, "effect": { "Effect1Amount": "3", "Effect2Amount": "20", "Effect3Amount": "20", "Effect4Amount": "1000", "Effect5Amount": "12", "Effect6Amount": "3", "Effect7Amount": "2000" } }, "3853": { "name": "Shard of True Ice", "description": "<mainText><stats><attention>40</attention> Ability Power<br><attention>75</attention> Health<br><attention>100%</attention> Base Mana Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 4 Stealth Wards, which refill upon visiting the shop. </mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3851, "inStore": false, "image": { "full": "3853.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["GoldPer", "Lane", "ManaRegen", "SpellDamage"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 75, "FlatMagicDamageMod": 40 }, "effect": { "Effect1Amount": "3" } }, "3854": { "name": "Steel Shoulderguards", "description": "<mainText><stats><attention>3</attention> Attack Damage<br><attention>30</attention> Health<br><attention>50%</attention> Base Health Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><li><passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below (50% for Melee Users | 30% for Ranged Users) of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Runesteel Spaulders</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>", "colloq": "", "plaintext": "Gain gold and upgrade by executing minions alongside allies", "image": { "full": "3854.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 160 }, "tags": ["Health", "HealthRegen", "Damage", "Vision", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatPhysicalDamageMod": 3, "FlatHPPoolMod": 30 }, "effect": { "Effect1Amount": "2", "Effect2Amount": "0.5", "Effect3Amount": "0.3", "Effect4Amount": "500", "Effect5Amount": "35", "Effect6Amount": "3" } }, "3855": { "name": "Runesteel Spaulders", "description": "<mainText><stats><attention>6</attention> Attack Damage<br><attention>100</attention> Health<br><attention>75%</attention> Base Health Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 3 Stealth Wards, which refill upon visiting the shop. <br><li><passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below 50% of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 1000 gold from this item to transform it into <rarityLegendary>Bulwark of the Mountain</rarityLegendary>. </mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3854, "inStore": false, "image": { "full": "3855.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["Health", "HealthRegen", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatPhysicalDamageMod": 6, "FlatHPPoolMod": 100 }, "effect": { "Effect1Amount": "3", "Effect2Amount": "0.5", "Effect3Amount": "0.5", "Effect4Amount": "1000", "Effect5Amount": "35", "Effect6Amount": "3" } }, "3857": { "name": "Pauldrons of Whiterock", "description": "<mainText><stats><attention>15</attention> Attack Damage<br><attention>250</attention> Health<br><attention>100%</attention> Base Health Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 4 Stealth Wards, which refill upon visiting the shop. </mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3855, "inStore": false, "image": { "full": "3857.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["Health", "HealthRegen", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatPhysicalDamageMod": 15, "FlatHPPoolMod": 250 }, "effect": { "Effect1Amount": "3" } }, "3858": { "name": "Relic Shield", "description": "<mainText><stats><attention>5</attention> Ability Power<br><attention>30</attention> Health<br><attention>50%</attention> Base Health Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><li><passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below (50% for Melee Users | 30% for Ranged Users) of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Targon's Buckler</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>", "colloq": "", "plaintext": "Gain gold and upgrade by executing minions alongside allies", "image": { "full": "3858.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 160 }, "tags": ["Health", "HealthRegen", "SpellDamage", "Vision", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 30, "FlatMagicDamageMod": 5 }, "effect": { "Effect1Amount": "2", "Effect2Amount": "0.5", "Effect3Amount": "0.3", "Effect4Amount": "500", "Effect5Amount": "35", "Effect6Amount": "3" } }, "3859": { "name": "Targon's Buckler", "description": "<mainText><stats><attention>10</attention> Ability Power<br><attention>100</attention> Health<br><attention>75%</attention> Base Health Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 3 Stealth Wards, which refill upon visiting the shop. <br><li><passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below 50% of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 1000 gold from this item to transform it into <rarityLegendary>Bulwark of the Mountain</rarityLegendary>. </mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3858, "inStore": false, "image": { "full": "3859.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["Health", "HealthRegen", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 100, "FlatMagicDamageMod": 10 }, "effect": { "Effect1Amount": "3", "Effect2Amount": "0.5", "Effect3Amount": "0.5", "Effect4Amount": "1000", "Effect5Amount": "35", "Effect6Amount": "3" } }, "3860": { "name": "Bulwark of the Mountain", "description": "<mainText><stats><attention>20</attention> Ability Power<br><attention>250</attention> Health<br><attention>100%</attention> Base Health Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 4 Stealth Wards, which refill upon visiting the shop. </mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3859, "inStore": false, "image": { "full": "3860.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["Health", "HealthRegen", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 250, "FlatMagicDamageMod": 20 }, "effect": { "Effect1Amount": "3" } }, "3862": { "name": "Spectral Sickle", "description": "<mainText><stats><attention>5</attention> Attack Damage<br><attention>10</attention> Health<br><attention>25%</attention> Base Mana Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><br><li><passive>Tribute:</passive> While nearby an ally champion, damaging Abilities and Attacks against champions or buildings grant 20 gold. This can occur up to 3 times every 30 seconds.<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Harrowing Crescent</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>", "colloq": "", "plaintext": "Gain gold and upgrade by damaging enemy champions", "image": { "full": "3862.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 160 }, "tags": ["Health", "Damage", "ManaRegen", "Vision", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatPhysicalDamageMod": 5, "FlatHPPoolMod": 10 }, "effect": { "Effect1Amount": "2", "Effect2Amount": "20", "Effect3Amount": "20", "Effect4Amount": "500", "Effect5Amount": "12", "Effect6Amount": "3", "Effect7Amount": "2000" } }, "3863": { "name": "Harrowing Crescent", "description": "<mainText><stats><attention>10</attention> Attack Damage<br><attention>60</attention> Health<br><attention>50%</attention> Base Mana Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><li><passive>Tribute:</passive> While nearby an ally champion, damaging Abilities and Attacks against champions or buildings grant 20 gold. This can occur up to 3 times every 36 seconds.<li><passive>Quest:</passive> Earn 1000 gold from this item to transform it into <rarityLegendary>Black Mist Scythe</rarityLegendary>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3862, "inStore": false, "image": { "full": "3863.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["Health", "ManaRegen", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatPhysicalDamageMod": 10, "FlatHPPoolMod": 60 }, "effect": { "Effect1Amount": "3", "Effect2Amount": "20", "Effect3Amount": "20", "Effect4Amount": "1000", "Effect5Amount": "12", "Effect6Amount": "3", "Effect7Amount": "2000" } }, "3864": { "name": "Black Mist Scythe", "description": "<mainText><stats><attention>20</attention> Attack Damage<br><attention>75</attention> Health<br><attention>100%</attention> Base Mana Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 4 Stealth Wards, which refill upon visiting the shop. </mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3863, "inStore": false, "image": { "full": "3864.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["Health", "ManaRegen", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatPhysicalDamageMod": 20, "FlatHPPoolMod": 75 }, "effect": { "Effect1Amount": "3" } }, "3901": { "name": "<rarityLegendary>Fire at Will</rarityLegendary><br><subtitleLeft><silver>500 Silver Serpents</silver></subtitleLeft>", "description": "", "colloq": "", "plaintext": "Cannon Barrage fires at an increasing rate over time (additional 6 waves over the duration).", "consumed": true, "consumeOnFull": true, "inStore": false, "requiredChampion": "Gangplank", "image": { "full": "3901.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "3902": { "name": "<rarityLegendary>Death's Daughter</rarityLegendary><br><subtitleLeft><silver>500 Silver Serpents</silver></subtitleLeft>", "description": "<mainText><stats></stats><mainText>Cannon Barrage additionally fires a mega-cannonball at the center of the Barrage, dealing <trueDamage>300% true damage</trueDamage> and <status>Slowing</status> them by 60% for 1.5 seconds.</mainText></mainText><br>", "colloq": "", "plaintext": "<mainText>Cannon Barrage additionally fires a mega-cannonball at the center of the Barrage, dealing <trueDamage>300% true damage</trueDamage> and <status>Slowing</status> them by 60% for 1.5 seconds.</mainText>", "consumed": true, "consumeOnFull": true, "inStore": false, "requiredChampion": "Gangplank", "image": { "full": "3902.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "3903": { "name": "<rarityLegendary>Raise Morale</rarityLegendary><br><subtitleLeft><silver>500 Silver Serpents</silver></subtitleLeft>", "description": "<mainText><stats></stats>Allies in the Cannon Barrage gain <speed>30% Move Speed</speed> for 2 seconds.</mainText><br>", "colloq": "", "plaintext": "Allies in the Cannon Barrage gain <speed>30% Move Speed</speed> for 2 seconds.", "consumed": true, "consumeOnFull": true, "inStore": false, "requiredChampion": "Gangplank", "image": { "full": "3903.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "3916": { "name": "Oblivion Orb", "description": "<mainText><stats><attention>30</attention> Ability Power</stats><br><li><passive>Cursed:</passive> Dealing magic damage applies <status>40% Grievous Wounds</status> to champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "Increases magic damage", "stacks": 0, "from": ["1052"], "into": ["3011", "3165"], "image": { "full": "3916.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 365, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 30 }, "depth": 2 }, "4005": { "name": "Imperial Mandate", "description": "", "colloq": ";", "plaintext": "Defer damage until later.", "from": ["3108", "4642"], "into": ["7022"], "image": { "full": "4005.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["SpellDamage", "ManaRegen", "CooldownReduction", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 55 }, "depth": 3 }, "4401": { "name": "Force of Nature", "description": "<mainText><stats><attention>400</attention> Health<br><attention>60</attention> Magic Resist<br><attention>5%</attention> Move Speed</stats><br><li><passive>Absorb:</passive> Taking <magicDamage>magic damage</magicDamage> from enemy Champions grants a stack of <attention>Steadfast</attention>. Enemy <status>Immobilizing</status> effects grant additional stacks.<li><passive>Dissipate:</passive> While at max stacks of <attention>Steadfast</attention>, gain increased Magic Resist and Move Speed.</mainText><br>", "colloq": ";fon", "plaintext": "Move Speed, Magic Resist, and max Health Regeneration", "from": ["1057", "1028", "3066"], "image": { "full": "4401.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Health", "SpellBlock", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatHPPoolMod": 400, "FlatSpellBlockMod": 60 }, "depth": 3 }, "4403": { "name": "The Golden Spatula", "description": "<mainText><stats><attention>70</attention> Attack Damage<br><attention>120</attention> Ability Power<br><attention>50%</attention> Attack Speed<br><attention>30%</attention> Critical Strike Chance<br><attention>250</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>250</attention> Mana<br><attention>20</attention> Ability Haste<br><attention>10%</attention> Move Speed<br><attention>10%</attention> Life Steal<br><attention>100%</attention> Base Health Regen<br><attention>100%</attention> Base Mana Regen</stats><br><li><passive>Doing Something:</passive> You are permanently On Fire!</mainText><br>", "colloq": ";", "plaintext": "It does EVERYTHING!", "from": ["1038", "1053", "3086", "1058", "3067", "3105"], "image": { "full": "4403.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 687, "purchasable": true, "total": 7237, "sell": 5066 }, "tags": ["Health", "SpellBlock", "HealthRegen", "Armor", "Damage", "CriticalStrike", "AttackSpeed", "LifeSteal", "SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 70, "FlatCritChanceMod": 0.3, "PercentMovementSpeedMod": 0.1, "FlatHPPoolMod": 250, "FlatSpellBlockMod": 30, "FlatMPPoolMod": 250, "FlatMagicDamageMod": 120, "FlatArmorMod": 30, "PercentAttackSpeedMod": 0.5, "PercentLifeStealMod": 0.1 }, "depth": 3 }, "4628": { "name": "Horizon Focus", "description": "<mainText><stats><attention>100</attention> Ability Power<br><attention>150</attention> Health<br><attention>15</attention> Ability Haste</stats><br><li><passive>Hypershot:</passive> Damaging a champion with a non-targeted Ability at over 700 range or <status>Slowing or Immobilizing</status> them <keywordStealth>Reveals</keywordStealth> them and increases their damage taken from you.<br><br><rules>The Ability that triggers <passive>Hypershot</passive> also benefits from the damage increase. Pets and non-immobilizing traps do not trigger this effect. Only the initial placement of zone Abilities will trigger this effect. Distance is measured from the Ability cast position. </rules></mainText><br>", "colloq": "", "plaintext": "Immobilizing a champion causes lightning to strike them", "from": ["3145", "3108"], "image": { "full": "4628.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 1050, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 150, "FlatMagicDamageMod": 100 }, "depth": 3 }, "4629": { "name": "Cosmic Drive", "description": "<mainText><stats><attention>100</attention> Ability Power<br><attention>30</attention> Ability Haste<br><attention>5%</attention> Move Speed</stats><br><li><passive>Spelldance:</passive> Damaging a champion generates a stack of <speed>2.5% Move Speed</speed> every 1.5 seconds for the next 5 seconds up to <speed>10% Move Speed</speed>. At 4 stacks, gain an additional <speed>10% Move Speed</speed> (<speed>20% Move Speed</speed> total). Dealing damage refreshes this effect.<br> <br></mainText><br>", "colloq": "", "plaintext": "Massive amounts of Cooldown Reduction", "from": ["3108", "3113", "1052"], "image": { "full": "4629.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 815, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatMagicDamageMod": 100 }, "depth": 3 }, "4630": { "name": "Blighting Jewel", "description": "<mainText><stats><attention>25</attention> Ability Power<br><attention>13%</attention> Magic Penetration</stats></mainText><br>", "colloq": "", "plaintext": "", "from": ["1052"], "into": ["3135"], "image": { "full": "4630.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 815, "purchasable": true, "total": 1250, "sell": 875 }, "tags": ["MagicPenetration", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 25 }, "depth": 2 }, "4632": { "name": "Verdant Barrier", "description": "<mainText><stats><attention>20</attention> Ability Power<br><attention>25</attention> Magic Resist</stats><br><li><passive>Adaptive:</passive> Killing a unit grants <scaleMR>0.3 Magic Resist</scaleMR> (max <scaleMR>9</scaleMR>). <br><br></mainText><br>", "colloq": "", "plaintext": "", "from": ["1033", "1052"], "into": ["3102"], "image": { "full": "4632.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 115, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["SpellBlock", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatSpellBlockMod": 25, "FlatMagicDamageMod": 20 }, "depth": 2 }, "4633": { "name": "Riftmaker", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>300</attention> Health<br><attention>15</attention> Ability Haste<br><attention>7%</attention> Omnivamp</stats><br><li><passive>Void Corruption:</passive> For each second damaging enemy champions, deal bonus damage. At maximum strength, the bonus damage is dealt as <trueDamage>true damage</trueDamage> instead. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Omnivamp and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "from": ["4635", "1026"], "into": ["7009"], "image": { "full": "4633.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 1050, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "SpellVamp", "MagicPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 70 }, "depth": 3 }, "4635": { "name": "Leeching Leer", "description": "<mainText><stats><attention>20</attention> Ability Power<br><attention>250</attention> Health<br><attention>5%</attention> Omnivamp</stats></mainText><br>", "colloq": "", "plaintext": "", "from": ["1028", "1052"], "into": ["4633"], "image": { "full": "4635.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 465, "purchasable": true, "total": 1300, "sell": 910 }, "tags": ["Health", "SpellDamage", "SpellVamp"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 250, "FlatMagicDamageMod": 20 }, "depth": 2 }, "4636": { "name": "Night Harvester", "description": "<mainText><stats><attention>90</attention> Ability Power<br><attention>300</attention> Health<br><attention>25</attention> Ability Haste</stats><br><li><passive>Soulrend:</passive> Damaging a champion deals additional magic damage and grants you Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3145", "3108", "1052"], "into": ["7010"], "image": { "full": "4636.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 815, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 90 }, "depth": 3 }, "4637": { "name": "Demonic Embrace", "description": "<mainText><stats><attention>75</attention> Ability Power<br><attention>350</attention> Health</stats><br><li><passive>Azakana's Gaze:</passive> Dealing Ability damage burns enemies for max Health magic damage every second.<li><passive>Dark Pact:</passive> Gain <scaleHealth>bonus Health</scaleHealth> as <scaleAP>Ability Power</scaleAP>. </mainText><br>", "colloq": "", "plaintext": "", "from": ["1026", "1011", "1052"], "image": { "full": "4637.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 815, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 350, "FlatMagicDamageMod": 75 }, "depth": 3 }, "4638": { "name": "Watchful Wardstone", "description": "<mainText><stats><attention>150</attention> Health<br><attention>10</attention> Ability Haste<br><attention>50%</attention> Base Mana Regen</stats><br><li><passive>Arcane Cache:</passive> This item can store up to 3 purchased Control Wards.<li><passive>Blessing of Ixtal:</passive> Grants a 8% increase to bonus Health, bonus Attack Damage, Ability Haste, and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "consumed": true, "consumeOnFull": true, "into": ["4643"], "image": { "full": "4638.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 1100, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Health", "Damage", "SpellDamage", "ManaRegen", "Vision", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 150 } }, "4641": { "name": "Stirring Wardstone", "description": "<mainText><stats><attention>80</attention> Health<br><attention>25%</attention> Base Mana Regen</stats><br><li><passive>Arcane Cache:</passive> This item can store up to 2 purchased Control Wards.<br><br></mainText><br>", "colloq": "", "plaintext": "", "consumed": true, "consumeOnFull": true, "inStore": false, "image": { "full": "4641.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": false, "total": 350, "sell": 140 }, "tags": ["Health", "Damage", "SpellDamage", "ManaRegen", "Vision", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 80 } }, "4642": { "name": "Bandleglass Mirror", "description": "<mainText><stats><attention>20</attention> Ability Power<br><attention>10</attention> Ability Haste<br><attention>50%</attention> Base Mana Regen</stats></mainText><br>", "colloq": "", "plaintext": "", "from": ["1004", "1052"], "into": ["2065", "6617", "4005", "6620"], "image": { "full": "4642.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 265, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["SpellDamage", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMagicDamageMod": 20 }, "depth": 2 }, "4643": { "name": "Vigilant Wardstone", "description": "<mainText><stats><attention>250</attention> Health<br><attention>10</attention> Ability Haste<br><attention>50%</attention> Base Mana Regen</stats><br><li><passive>Arcane Cache:</passive> This item can store up to 3 purchased Control Wards.<li><passive>Behold:</passive> Increase your Stealth Ward and Control Ward placement caps by 1.<li><passive>Chosen of Ixtal:</passive> Grants a 20% increase to bonus Health, bonus Attack Damage, Ability Haste, and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "consumeOnFull": true, "from": ["4638"], "image": { "full": "4643.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 1200, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "ManaRegen", "Vision", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": false, "21": false, "22": false }, "stats": { "FlatHPPoolMod": 250 }, "depth": 2 }, "4644": { "name": "Crown of the Shattered Queen", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>250</attention> Health<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Divine Safeguard:</passive> You are <keywordMajor>Safeguarded</keywordMajor>, reducing incoming champion damage. <keywordMajor>Safeguard</keywordMajor> persists for 1.5 seconds after taking champion damage. <li><passive>Holy Gift:</passive> While <keywordMajor>Safeguarded</keywordMajor> and for 3 seconds after it is broken, gain Ability Power. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3067", "3802", "1052"], "into": ["7024"], "image": { "full": "4644.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 465, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Health", "SpellDamage", "Mana", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 250, "FlatMPPoolMod": 600, "FlatMagicDamageMod": 70 }, "depth": 3 }, "4645": { "name": "Shadowflame", "description": "<mainText><stats><attention>100</attention> Ability Power<br><attention>200</attention> Health</stats><br><li><passive>Cinderbloom:</passive> Damage to champions benefits from additional <keywordStealth>Magic Penetration</keywordStealth> based on their current <scaleHealth>Health</scaleHealth>. If the target was recently affected by Shields, gain the maximum benefit against that target. </mainText><br>", "colloq": "", "plaintext": "", "from": ["3145", "1058"], "image": { "full": "4645.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "MagicPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 100 }, "depth": 3 }, "6029": { "name": "Ironspike Whip", "description": "<mainText><stats><attention>30</attention> Attack Damage</stats><br><br><active>Active -</active> <active>Crescent:</active> Deal damage to nearby enemies.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1037"], "into": ["6630", "6631"], "image": { "full": "6029.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 225, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Damage", "Active"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 30 }, "depth": 2 }, "6035": { "name": "Silvermere Dawn", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>300</attention> Health<br><attention>40</attention> Magic Resist</stats><br><br><active>Active -</active> <active>Quicksilver:</active> Remove all crowd control debuffs and gain Tenacity and Slow Resistance.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3140", "1037", "1028"], "image": { "full": "6035.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 425, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Damage", "Active", "Tenacity"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatHPPoolMod": 300, "FlatSpellBlockMod": 40 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "1", "Effect3Amount": "90" }, "depth": 3 }, "6333": { "name": "Death's Dance", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>15</attention> Ability Haste<br><attention>45</attention> Armor</stats><br><li><passive>Ignore Pain:</passive> Damage taken is dealt to you over time instead.<li><passive>Defy:</passive> Champion takedowns cleanse <passive>Ignore Pain's</passive> remaining damage pool and restore Health over time.</mainText><br>", "colloq": "", "plaintext": "", "stacks": 0, "from": ["1037", "1031", "3133"], "image": { "full": "6333.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 525, "purchasable": true, "total": 3300, "sell": 2310 }, "tags": ["Armor", "Damage", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatArmorMod": 45 }, "depth": 3 }, "6609": { "name": "Chempunk Chainsword", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>250</attention> Health<br><attention>25</attention> Ability Haste</stats><br><li><passive>Hackshorn:</passive> Dealing physical damage applies 40% <status>Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["3123", "1028", "3133"], "image": { "full": "6609.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Health", "Damage", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatHPPoolMod": 250 }, "depth": 3 }, "6616": { "name": "Staff of Flowing Water", "description": "<mainText><stats><attention>35</attention> Ability Power<br><attention>8%</attention> Heal and Shield Power<br><attention>75%</attention> Base Mana Regen<br><attention>5%</attention> Move Speed</stats><br><li><passive>Rapids:</passive> Healing or Shielding another ally grants you both Ability Power and Ability Haste.<br></mainText><br>", "colloq": "", "plaintext": "Your heals and shields reduce crowd control and grant Move Speed", "from": ["3113", "3114"], "image": { "full": "6616.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 2100, "sell": 1470 }, "tags": ["SpellDamage", "ManaRegen", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatMagicDamageMod": 35 }, "depth": 3 }, "6617": { "name": "Moonstone Renewer", "description": "<mainText><stats><attention>35</attention> Ability Power<br><attention>200</attention> Health<br><attention>20</attention> Ability Haste<br><attention>100%</attention> Base Mana Regen</stats><br><li><passive>Starlit Grace:</passive> Healing or shielding an ally chains to the nearest ally champion (excluding yourself), healing or shielding based on the original amount<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Ability Haste.</attention></mainText><br>", "colloq": "", "plaintext": "Your heals and shields cool down faster and have greater effect on low health allies", "from": ["3067", "4642"], "into": ["7021"], "image": { "full": "6617.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 35 }, "depth": 3 }, "6620": { "name": "Echoes of Helia", "description": "<mainText><stats><attention>30</attention> Ability Power<br><attention>200</attention> Health<br><attention>15</attention> Ability Haste<br><attention>125%</attention> Base Mana Regen</stats><br><li><passive>Soul Siphon:</passive> Damaging a champion grants a <passive>Soul Shard</passive>. Healing or shielding an ally consumes all <passive>Soul Shards</passive> to restore Health and deals magic damage per Shard to the nearest enemy champion.<br><li><passive>Dissonance:</passive> Gain <scaleAP>Ability Power</scaleAP> per <scaleMana> Base Mana Regeneration</scaleMana>. Disables Harmony.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Ability Haste.</attention><br></mainText><br>", "colloq": "", "plaintext": "Damage low-health enemies to trigger a cursed explosion, dealing damage and slowing nearby foes", "from": ["3012", "4642"], "into": ["7033"], "image": { "full": "6620.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 30 }, "depth": 3 }, "6630": { "name": "Goredrinker", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste<br><attention>8%</attention> Omnivamp</stats><br><br><active>Active -</active> <active>Thirsting Slash:</active> Deal damage to nearby enemies. Restore Health for each champion hit.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health and Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6029", "3133", "3067"], "into": ["7015"], "image": { "full": "6630.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 200, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Health", "Damage", "LifeSteal", "Active", "CooldownReduction", "SpellVamp", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatHPPoolMod": 300 }, "depth": 3 }, "6631": { "name": "Stridebreaker", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><attention>20%</attention> Attack Speed<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Halting Slash:</active> Deal damage to nearby enemies, <status>Slowing</status> them. Can be cast while moving.<br><li><passive>Heroic Gait:</passive> Dealing physical damage grants Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6029", "3051", "3067"], "into": ["7016"], "image": { "full": "6631.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 3300, "sell": 2310 }, "tags": ["Health", "Damage", "AttackSpeed", "Active", "CooldownReduction", "Slow", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 60, "FlatHPPoolMod": 300, "PercentAttackSpeedMod": 0.2 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "0", "Effect3Amount": "90", "Effect4Amount": "0", "Effect5Amount": "10" }, "depth": 3 }, "6632": { "name": "Divine Sunderer", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste</stats><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage <OnHit>On-Hit</OnHit>. If the target is a champion, also heal.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Magic Penetration.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["3133", "3057", "3067"], "into": ["7017"], "image": { "full": "6632.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 3300, "sell": 2310 }, "tags": ["Health", "Damage", "CooldownReduction", "OnHit", "MagicPenetration", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatHPPoolMod": 300 }, "depth": 3 }, "6653": { "name": "Liandry's Anguish", "description": "<mainText><stats><attention>80</attention> Ability Power<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Agony:</passive> Deal bonus magic damage to Champions based on the target's bonus Health.<li><passive>Torment:</passive> Dealing damage with Abilities causes enemies to burn over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.</mainText><br>", "colloq": "", "plaintext": "Charge up in combat to deal high damage over time, especially against durable enemies", "from": ["3802", "3108"], "into": ["7012"], "image": { "full": "6653.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 1200, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["SpellDamage", "Mana", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMPPoolMod": 600, "FlatMagicDamageMod": 80 }, "depth": 3 }, "6655": { "name": "Luden's Tempest", "description": "<mainText><stats><attention>80</attention> Ability Power<br><attention>6</attention> Magic Penetration<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Echo:</passive> Damaging Abilities deal magic damage to the target and 3 nearby enemies and grants you Move Speed. Dealing ability damage to Champions reduces this item's cooldown.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration. </mainText><br>", "colloq": "", "plaintext": "High burst damage, good against fragile foes", "from": ["3802", "1026"], "into": ["7013"], "image": { "full": "6655.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 1250, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["SpellDamage", "Mana", "CooldownReduction", "NonbootsMovement", "MagicPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMPPoolMod": 600, "FlatMagicDamageMod": 80 }, "depth": 3 }, "6656": { "name": "Everfrost", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>250</attention> Health<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Glaciate:</active> Deal damage in a cone, <status>Slowing</status> enemies hit. Enemies at the center of the cone are <status>Rooted</status> instead.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Power. <br></mainText><br>", "colloq": "", "plaintext": "", "from": ["3067", "3802", "1052"], "into": ["7014"], "image": { "full": "6656.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 465, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Health", "SpellDamage", "Mana", "Active", "CooldownReduction", "Slow", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 250, "FlatMPPoolMod": 600, "FlatMagicDamageMod": 70 }, "depth": 3 }, "6657": { "name": "Rod of Ages", "description": "<mainText><stats><attention>60</attention> Ability Power<br><attention>400</attention> Health<br><attention>400</attention> Mana</stats><br><br>This item gains 20 Health, 20 Mana and 4 Ability Power every 60 seconds up to 10 times, for a maximum of 200 Health, 200 Mana, and 40 Ability Power. Upon reaching max stacks, gain a level and all effects of Eternity are increased by 50%.<br><li><passive>Eternity:</passive> Restore Mana equal to 7% of premitigation damage taken from champions, and Health equal to 25% of Mana spent, up to 20 Health per cast, per second. For every 200 Health or Mana restored this way, gain <speed>35% Decaying Move Speed</speed> for 3 seconds.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5 Ability Haste.</attention></mainText><br>", "colloq": "", "plaintext": "", "from": ["1026", "3803", "1052"], "into": ["7028"], "image": { "full": "6657.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 215, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Health", "HealthRegen", "SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 400, "FlatMPPoolMod": 400, "FlatMagicDamageMod": 60 }, "depth": 3 }, "6660": { "name": "Bami's Cinder", "description": "<mainText><stats><attention>300</attention> Health</stats><br><li><passive>Immolate :</passive> Taking or dealing damage causes you to begin dealing magic damage per second to nearby enemies (increased against minions and monsters).</mainText><br>", "colloq": "", "plaintext": "", "from": ["1028", "1028"], "into": ["3068"], "image": { "full": "6660.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 200, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Health"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 300 }, "depth": 2 }, "6662": { "name": "Iceborn Gauntlet", "description": "<mainText><stats><attention>400</attention> Health<br><attention>50</attention> Armor<br><attention>20</attention> Ability Haste</stats><br><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage and creates a frost field for 2.5s. Enemies that move across the field are <status>Slowed</status>. Your primary target is crippled, applying a 100% stronger slow on them and reducing their damage by 10% against you for 2.5s. (1.5s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>50 Health</attention>, <attention>5%</attention> Tenacity, and <attention>5%</attention> Slow Resist.<br></mainText><br>", "colloq": "", "plaintext": "High Magic Resist.Passively slow nearby enemies. When spells are cast near you, release a wave of energy that damages and slows.", "from": ["3057", "3067", "1031"], "into": ["7005"], "image": { "full": "6662.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor", "CooldownReduction", "Slow", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 400, "FlatArmorMod": 50 }, "depth": 3 }, "6664": { "name": "Turbo Chemtank", "description": "<mainText><stats><attention>500</attention> Health<br><attention>50</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Supercharged:</active> Grants Move Speed towards enemies or enemy turrets. Once near an enemy (or after 4 seconds) a shockwave is emitted that <status>Slows</status> nearby champions.</mainText><br>", "colloq": "", "plaintext": "Immobilize enemies to gain a shield. Activate to run faster at opponents.", "from": ["3067", "1057", "1028"], "image": { "full": "6664.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Health", "SpellBlock", "Active", "CooldownReduction", "Slow", "NonbootsMovement", "MagicResist", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 500, "FlatSpellBlockMod": 50 }, "depth": 3 }, "6665": { "name": "Jak'Sho, The Protean", "description": "<mainText><stats><attention>400</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>20</attention> Ability Haste</stats><br><li><passive>Voidborn Resilience:</passive> For each second in champion combat gain a stack granting <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR>, up to 8 stacks max. At max stacks become empowered, instantly draining enemies around you for magic damage, healing yourself, and increasing your bonus resist until end of combat.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention>.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3105", "3067", "1028"], "into": ["7026"], "image": { "full": "6665.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellBlock", "Armor", "CooldownReduction", "MagicResist", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 400, "FlatSpellBlockMod": 30, "FlatArmorMod": 30 }, "depth": 3 }, "6667": { "name": "Radiant Virtue", "description": "<mainText><stats><attention>350</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><li><passive>Guiding Light:</passive> Upon casting your Ultimate you Transcend, increasing your Max Health. While Transcended you and allies heal over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3105", "1011"], "into": ["7027"], "image": { "full": "6667.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 600, "purchasable": true, "total": 2700, "sell": 1890 }, "tags": ["Health", "SpellBlock", "Armor", "Aura", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 350, "FlatSpellBlockMod": 30, "FlatArmorMod": 30 }, "depth": 3 }, "6670": { "name": "Noonquiver", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>15%</attention> Attack Speed</stats><br><li><passive>Precision:</passive> Attacks deal additional damage to Minions and Monsters.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1036", "1042", "1036"], "into": ["3087", "3095", "6672"], "image": { "full": "6670.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 1300, "sell": 910 }, "tags": ["Damage", "AttackSpeed", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 30, "PercentAttackSpeedMod": 0.15 }, "depth": 2 }, "6671": { "name": "Galeforce", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>15%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><br><active>Active -</active> <active>Cloudburst:</active> Dash in target direction, firing three missiles at the lowest Health enemy near your destination. Deals physical damage, increased against low Health targets.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><rules>Maximum missile damage dealt when enemy Health is below 25%.<br>Cloudburst's dash cannot pass through terrain.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["1038", "3086", "1036"], "into": ["7006"], "image": { "full": "6671.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 650, "purchasable": true, "total": 3400, "sell": 2380 }, "tags": ["Damage", "CriticalStrike", "Active", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.07, "PercentAttackSpeedMod": 0.15 }, "depth": 3 }, "6672": { "name": "Kraken Slayer", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Bring It Down:</passive> Every third Attack deals additional magic damage. Repeated triggers on the same target increase the damage dealt.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6670", "1018", "1043"], "into": ["7007"], "image": { "full": "6672.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatCritChanceMod": 0.2, "PercentAttackSpeedMod": 0.3 }, "depth": 3 }, "6673": { "name": "Immortal Shieldbow", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Life Steal</stats><br><li><passive>Lifeline:</passive> When taking damage that would reduce you below 30% Health, gain a Shield. In addition, gain Attack Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1037", "1018", "1053"], "into": ["7008"], "image": { "full": "6673.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 625, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "LifeSteal", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 50, "FlatCritChanceMod": 0.2, "PercentLifeStealMod": 0.07 }, "depth": 3 }, "6675": { "name": "Navori Quickblades", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>20</attention> Ability Haste</stats><br><li><passive>Transcendence:</passive> Your Attacks reduce your non-Ultimate Ability cooldowns.<li><passive>Impermanence:</passive> Your abilities deal increased damage based on Critical Strike Chance.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3133", "1037", "1018"], "into": ["7032"], "image": { "full": "6675.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 825, "purchasable": true, "total": 3400, "sell": 2380 }, "tags": ["Damage", "CriticalStrike", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 60, "FlatCritChanceMod": 0.2 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "1", "Effect3Amount": "90" }, "depth": 3 }, "6676": { "name": "The Collector", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>18</attention> Lethality</stats><br><li><passive>Death and Taxes:</passive> Dealing damage that would leave an enemy champion below 5% Health executes them. Champion kills grant an additional 25 gold.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3134", "1037", "1018"], "image": { "full": "6676.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 425, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatCritChanceMod": 0.2 }, "depth": 3 }, "6677": { "name": "Rageknife", "description": "<mainText><stats><attention>25%</attention> Attack Speed</stats><br><li><passive>Wrath:</passive> Attacks apply <magicDamage>20 magic damage</magicDamage> <OnHit>On-Hit</OnHit>.<li><passive>Seething Strike:</passive> Basic attacks grant <attackSpeed>5% Attack Speed</attackSpeed>, stacking up to 3 times for a maximum of <attackSpeed>0 Attack Speed</attackSpeed>.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1042", "1042"], "into": ["3124"], "image": { "full": "6677.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 600, "purchasable": true, "total": 1200, "sell": 840 }, "tags": ["AttackSpeed", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "PercentAttackSpeedMod": 0.25 }, "depth": 2 }, "6691": { "name": "Duskblade of Draktharr", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>20</attention> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (10s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["3134", "3133"], "into": ["7002"], "image": { "full": "6691.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 900, "purchasable": true, "total": 3100, "sell": 2170 }, "tags": ["Damage", "Stealth", "CooldownReduction", "Slow", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 60 }, "depth": 3 }, "6692": { "name": "Eclipse", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><attention>12</attention> Lethality<br><attention>15</attention> Ability Haste</stats><br><br><li><passive>Ever Rising Moon:</passive> Hitting a champion with 2 separate Attacks or Abilities within 1.5 seconds deals additional damage, grants you Move Speed and a Shield.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3134", "3133"], "into": ["7001"], "image": { "full": "6692.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 900, "purchasable": true, "total": 3100, "sell": 2170 }, "tags": ["Damage", "CooldownReduction", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 60 }, "depth": 3 }, "6693": { "name": "Prowler's Claw", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>15</attention> Lethality<br><attention>15</attention> Ability Haste</stats><br><br><li><passive>Sandstrike:</passive> After dashing, blinking, or exiting Stealth, your next Attack on a champion deals an additional physical damage. If dealt by a Melee champion, this Attack also <status>Slows</status> the target.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3134", "3133"], "into": ["7000"], "image": { "full": "6693.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Active", "CooldownReduction", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 55 }, "depth": 3 }, "6694": { "name": "Serylda's Grudge", "description": "<mainText><stats><attention>45</attention> Attack Damage<br><attention>30%</attention> Armor Penetration<br><attention>20</attention> Ability Haste</stats><br><li><passive>Bitter Cold:</passive> Damaging Abilities <status>Slow</status> enemies.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3133", "3035"], "image": { "full": "6694.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 650, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Damage", "CooldownReduction", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 45 }, "depth": 3 }, "6695": { "name": "Serpent's Fang", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>12</attention> Lethality</stats><br><li><passive>Shield Reaver:</passive> Dealing damage to an enemy champion reduces any shields they gain. When you damage an enemy who is unaffected by Shield Reaver, reduce all shields on them.<br><br>Item performance differs for melee and ranged users.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3134", "1037"], "image": { "full": "6695.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 625, "purchasable": true, "total": 2600, "sell": 1820 }, "tags": ["Damage", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 55 }, "depth": 3 }, "6696": { "name": "Axiom Arc", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>25</attention> Ability Haste</stats><br><li><passive>Flux:</passive> Whenever a Champion dies within 3 seconds of you having damaged them, refund 20% of your Ultimate Ability's total cooldown.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3134", "3133"], "image": { "full": "6696.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 55 }, "depth": 3 }, "7000": { "name": "Sandshrike's Claw", "description": "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><li><passive>Sandstrike:</passive> After dashing, blinking, or exiting Stealth, your next Attack on a champion deals an additional physical damage. If dealt by a Melee champion, this Attack also <status>Slows</status> the target.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6693"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7000.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Active", "CooldownReduction", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 75 }, "depth": 4 }, "7001": { "name": "Syzygy", "description": "<mainText><stats><ornnBonus>80</ornnBonus> Attack Damage<br><ornnBonus>20</ornnBonus> Lethality<br><ornnBonus>20</ornnBonus> Ability Haste</stats><br><br><li><passive>Ever Rising Moon:</passive> Hitting a champion with 2 separate Attacks or Abilities within 1.5 seconds deals additional damage, grants you Move Speed and a Shield.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6692"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7001.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3100, "sell": 2170 }, "tags": ["Damage", "CooldownReduction", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 80 }, "depth": 4 }, "7002": { "name": "Draktharr's Shadowcarver", "description": "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (10s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["6691"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7002.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3100, "sell": 2170 }, "tags": ["Damage", "Stealth", "CooldownReduction", "Slow", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 75 }, "depth": 4 }, "7005": { "name": "Frozen Fist", "description": "<mainText><stats><ornnBonus>550</ornnBonus> Health<br><ornnBonus>70</ornnBonus> Armor<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage and creates a frost field for 2.5s. Enemies that move across the field are <status>Slowed</status>. Your primary target is crippled, applying a 100% stronger slow on them and reducing their damage by 10% against you for 2.5s. (1.5s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>50 Health</attention>, <attention>5%</attention> Tenacity, and <attention>5%</attention> Slow Resist.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["6662"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7005.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor", "CooldownReduction", "Slow", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 550, "FlatArmorMod": 70 }, "depth": 4 }, "7006": { "name": "Typhoon", "description": "<mainText><stats><ornnBonus>70</ornnBonus> Attack Damage<br><ornnBonus>30%</ornnBonus> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><ornnBonus>10%</ornnBonus> Move Speed</stats><br><br><active>Active -</active> <active>Cloudburst:</active> Dash in target direction, firing three missiles at the lowest Health enemy near your destination. Deals physical damage, increased against low Health targets.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><rules>Maximum missile damage dealt when enemy Health is below 25%.<br>Cloudburst's dash cannot pass through terrain.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["6671"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7006.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3400, "sell": 2380 }, "tags": ["Damage", "CriticalStrike", "Active", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 70, "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.1, "PercentAttackSpeedMod": 0.3 }, "depth": 4 }, "7007": { "name": "Wyrmfallen Sacrifice", "description": "<mainText><stats><ornnBonus>85</ornnBonus> Attack Damage<br><ornnBonus>40%</ornnBonus> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Bring It Down:</passive> Every third Attack deals additional magic damage. Repeated triggers on the same target increase the damage dealt.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6672"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7007.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 85, "FlatCritChanceMod": 0.2, "PercentAttackSpeedMod": 0.4 }, "depth": 4 }, "7008": { "name": "Bloodward", "description": "<mainText><stats><ornnBonus>60</ornnBonus> Attack Damage<br><ornnBonus>0%</ornnBonus> Attack Speed<br><attention>8%</attention> Life Steal</stats><br><li><passive>Lifeline:</passive> When taking damage that would reduce you below 30% Health, gain a Shield. In addition, gain Attack Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6673"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7008.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "LifeSteal", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 60, "FlatCritChanceMod": 0.2, "PercentLifeStealMod": 0.08 }, "depth": 4 }, "7009": { "name": "Icathia's Curse", "description": "<mainText><stats><ornnBonus>90</ornnBonus> Ability Power<br><ornnBonus>450</ornnBonus> Health<br><ornnBonus>20</ornnBonus> Ability Haste<br><ornnBonus>8%</ornnBonus> Omnivamp</stats><br><li><passive>Void Corruption:</passive> For each second damaging enemy champions, deal bonus damage. At maximum strength, the bonus damage is dealt as <trueDamage>true damage</trueDamage> instead. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Omnivamp and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "from": ["4633"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7009.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "SpellVamp", "MagicPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 450, "FlatMagicDamageMod": 90 }, "depth": 4 }, "7010": { "name": "Vespertide", "description": "<mainText><stats><ornnBonus>120</ornnBonus> Ability Power<br><ornnBonus>400</ornnBonus> Health<br><ornnBonus>30</ornnBonus> Ability Haste</stats><br><li><passive>Soulrend:</passive> Damaging a champion deals additional magic damage and grants you Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["4636"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7010.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 400, "FlatMagicDamageMod": 120 }, "depth": 4 }, "7011": { "name": "Upgraded Aeropack", "description": "<mainText><stats><ornnBonus>120</ornnBonus> Ability Power<br><ornnBonus>10</ornnBonus> Magic Penetration<br><ornnBonus>350</ornnBonus> Health<br><ornnBonus>20</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Supersonic:</active> Dash in target direction, unleashing an arc of magic missiles that deal damage. Then, gain Move Speed towards enemy champions.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3152"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7011.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellDamage", "Active", "CooldownReduction", "NonbootsMovement", "MagicPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 350, "FlatMagicDamageMod": 120 }, "depth": 4 }, "7012": { "name": "Liandry's Lament", "description": "<mainText><stats><ornnBonus>110</ornnBonus> Ability Power<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Agony:</passive> Deal bonus magic damage to Champions based on the target's bonus Health.<li><passive>Torment:</passive> Dealing damage with Abilities causes enemies to burn over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6653"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7012.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["SpellDamage", "Mana", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMPPoolMod": 800, "FlatMagicDamageMod": 110 }, "depth": 4 }, "7013": { "name": "Eye of Luden", "description": "<mainText><stats><ornnBonus>100</ornnBonus> Ability Power<br><ornnBonus>10</ornnBonus> Magic Penetration<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Echo:</passive> Damaging Abilities deal magic damage to the target and 3 nearby enemies and grants you Move Speed. Dealing ability damage to Champions reduces this item's cooldown.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration. </mainText><br>", "colloq": "", "plaintext": "", "from": ["6655"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7013.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["SpellDamage", "Mana", "CooldownReduction", "NonbootsMovement", "MagicPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatMPPoolMod": 800, "FlatMagicDamageMod": 100 }, "depth": 4 }, "7014": { "name": "Eternal Winter", "description": "<mainText><stats><ornnBonus>90</ornnBonus> Ability Power<br><ornnBonus>350</ornnBonus> Health<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Glaciate:</active> Deal damage in a cone, <status>Slowing</status> enemies hit. Enemies at the center of the cone are <status>Rooted</status> instead.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Power. <br></mainText><br>", "colloq": "", "plaintext": "", "from": ["6656"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7014.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2800, "sell": 1960 }, "tags": ["Health", "SpellDamage", "Mana", "Active", "CooldownReduction", "Slow", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 350, "FlatMPPoolMod": 800, "FlatMagicDamageMod": 90 }, "depth": 4 }, "7015": { "name": "Ceaseless Hunger", "description": "<mainText><stats><ornnBonus>70</ornnBonus> Attack Damage<br><ornnBonus>450</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste<br><ornnBonus>12%</ornnBonus> Omnivamp</stats><br><br><active>Active -</active> <active>Thirsting Slash:</active> Deal damage to nearby enemies. Restore Health for each champion hit.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health and Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6630"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7015.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["Health", "Damage", "LifeSteal", "Active", "CooldownReduction", "SpellVamp", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 70, "FlatHPPoolMod": 450 }, "depth": 4 }, "7016": { "name": "Dreamshatter", "description": "<mainText><stats><ornnBonus>70</ornnBonus> Attack Damage<br><ornnBonus>30%</ornnBonus> Attack Speed<br><ornnBonus>400</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Halting Slash:</active> Deal damage to nearby enemies, <status>Slowing</status> them. Can be cast while moving.<br><li><passive>Heroic Gait:</passive> Dealing physical damage grants Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6631"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7016.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3300, "sell": 2310 }, "tags": ["Health", "Damage", "AttackSpeed", "Active", "CooldownReduction", "Slow", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 70, "FlatHPPoolMod": 400, "PercentAttackSpeedMod": 0.3 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "0", "Effect3Amount": "90", "Effect4Amount": "0", "Effect5Amount": "10" }, "depth": 4 }, "7017": { "name": "Deicide", "description": "<mainText><stats><ornnBonus>60</ornnBonus> Attack Damage<br><ornnBonus>450</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage <OnHit>On-Hit</OnHit>. If the target is a champion, also heal.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Magic Penetration.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["6632"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7017.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3300, "sell": 2310 }, "tags": ["Health", "Damage", "CooldownReduction", "OnHit", "MagicPenetration", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 60, "FlatHPPoolMod": 450 }, "depth": 4 }, "7018": { "name": "Infinity Force", "description": "<mainText><stats><ornnBonus>50</ornnBonus> Attack Damage<br><ornnBonus>45%</ornnBonus> Attack Speed<br><ornnBonus>400</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Threefold Strike:</passive> Attacks grant Move Speed. If the target is a champion, increase your base Attack Damage, stacking.<li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Attack Damage, Ability Haste, and Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3078"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7018.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3333, "sell": 2333 }, "tags": ["Health", "Damage", "AttackSpeed", "CooldownReduction", "OnHit", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 50, "FlatHPPoolMod": 400, "PercentAttackSpeedMod": 0.45 }, "effect": { "Effect1Amount": "25", "Effect2Amount": "60", "Effect3Amount": "2", "Effect4Amount": "1.5", "Effect5Amount": "1.5" }, "depth": 4 }, "7019": { "name": "Reliquary of the Golden Dawn", "description": "<mainText><stats><ornnBonus>400</ornnBonus> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Devotion:</active> Grant nearby allies a <shield>Shield</shield>, decaying over time.<br><li><passive>Consecrate:</passive> Grant nearby allied champions Armor and <scaleMR>Magic Resist</scaleMR>. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor and Magic Resist increase to <passive>Consecrate</passive>.<br><br></mainText><br>", "colloq": "", "plaintext": "", "from": ["3190"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7019.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellBlock", "HealthRegen", "Armor", "Aura", "Active"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 400, "FlatSpellBlockMod": 40, "FlatArmorMod": 40 }, "depth": 4 }, "7020": { "name": "Shurelya's Requiem", "description": "<mainText><stats><ornnBonus>65</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste<br><ornnBonus>200%</ornnBonus> Base Mana Regen</stats><br><br><active>Active -</active> <active>Inspire:</active> Grants nearby allies Move Speed.<li><passive>Motivate:</passive> Empowering or Protecting another ally Champion grants both allies Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["2065"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7020.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellDamage", "ManaRegen", "Active", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 65 }, "depth": 4 }, "7021": { "name": "Starcaster", "description": "<mainText><stats><ornnBonus>65</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste<br><ornnBonus>200%</ornnBonus> Base Mana Regen</stats><br><li><passive>Starlit Grace:</passive> Healing or shielding an ally chains to the nearest ally champion (excluding yourself), healing or shielding based on the original amount<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Ability Haste.</attention></mainText><br>", "colloq": "", "plaintext": "", "from": ["6617"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7021.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 65 }, "depth": 4 }, "7022": { "name": "Seat of Command", "description": "<mainText><stats><ornnBonus>70</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Coordinated Fire:</passive> Abilities that <status>Slow</status> or <status>Immobilize</status> a champion deal bonus damage and mark them. Ally champion damage detonates the mark, dealing additional damage and granting you both Move Speed. <br></mainText><br>", "colloq": "", "plaintext": "", "from": ["4005"], "inStore": false, "image": { "full": "7022.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2300, "sell": 1610 }, "tags": ["SpellDamage", "ManaRegen", "CooldownReduction", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 70 }, "depth": 4 }, "7023": { "name": "Equinox", "description": "<mainText><stats><ornnBonus>400</ornnBonus> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Coruscation:</passive> After <status>Immobilizing</status> champions or being <status>Immobilized</status>, cause that target and all nearby enemy Champions to take increased damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention></mainText><br>", "colloq": "", "plaintext": "", "from": ["3001"], "inStore": false, "image": { "full": "7023.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellBlock", "Armor", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 400, "FlatSpellBlockMod": 40, "FlatArmorMod": 40 }, "depth": 4 }, "7024": { "name": "Caesura", "description": "<mainText><stats><ornnBonus>90</ornnBonus> Ability Power<br><ornnBonus>350</ornnBonus> Health<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Divine Safeguard:</passive> You are <keywordMajor>Safeguarded</keywordMajor>, reducing incoming champion damage. <keywordMajor>Safeguard</keywordMajor> persists for 1.5 seconds after taking champion damage. <li><passive>Holy Gift:</passive> While <keywordMajor>Safeguarded</keywordMajor> and for 3 seconds after it is broken, gain Ability Power. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "from": ["4644"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7024.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2800, "sell": 1960 }, "tags": ["Health", "SpellDamage", "Mana", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 350, "FlatMPPoolMod": 800, "FlatMagicDamageMod": 90 }, "depth": 4 }, "7025": { "name": "Leviathan", "description": "<mainText><stats><ornnBonus>1050</ornnBonus> Health<br><ornnBonus>300%</ornnBonus> Base Health Regen<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Colossal Consumption:</passive> Charge up a powerful attack against a champion over 3s while within 700 range of them. The charged attack deals 125 + <scalehealth>6%</scalehealth> of your max Health as bonus physical damage, and grants you 10% of that amount as permanent max Health. (30s) cooldown per target.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>1%</attention> Increased Health & <attention>6%</attention> Champion Size.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3084"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7025.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["Health", "HealthRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 1050 }, "depth": 4 }, "7026": { "name": "The Unspoken Parasite", "description": "<mainText><stats><ornnBonus>550</ornnBonus> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Voidborn Resilience:</passive> For each second in champion combat gain a stack granting <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR>, up to 8 stacks max. At max stacks become empowered, instantly draining enemies around you for magic damage, healing yourself, and increasing your bonus resist until end of combat.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention>.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6665"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7026.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellBlock", "Armor", "CooldownReduction", "MagicResist", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 550, "FlatSpellBlockMod": 40, "FlatArmorMod": 40 }, "depth": 4 }, "7027": { "name": "Primordial Dawn", "description": "<mainText><stats><ornnBonus>500</ornnBonus> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>15</ornnBonus> Ability Haste</stats><br><li><passive>Guiding Light:</passive> Upon casting your Ultimate you Transcend, increasing your Max Health. While Transcended you and allies heal over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6667"], "inStore": false, "image": { "full": "7027.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2700, "sell": 1890 }, "tags": ["Health", "SpellBlock", "Armor", "Aura", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 500, "FlatSpellBlockMod": 40, "FlatArmorMod": 40 }, "depth": 4 }, "7028": { "name": "Infinite Convergence", "description": "<mainText><stats><ornnBonus>80</ornnBonus> Ability Power<br><ornnBonus>550</ornnBonus> Health<br><ornnBonus>550</ornnBonus> Mana</stats><br><br>This item gains 20 Health, 20 Mana and 4 Ability Power every 60 seconds up to 10 times, for a maximum of 200 Health, 200 Mana, and 40 Ability Power. Upon reaching max stacks, gain a level and all effects of Eternity are increased by 50%.<br><li><passive>Eternity:</passive> Restore Mana equal to 7% of premitigation damage taken from champions, and Health equal to 25% of Mana spent, up to 20 Health per cast, per second. For every 200 Health or Mana restored this way, gain <speed>35% Decaying Move Speed</speed> for 3 seconds.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5 Ability Haste.</attention></mainText><br>", "colloq": "", "plaintext": "", "from": ["6657"], "inStore": false, "image": { "full": "7028.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2800, "sell": 1960 }, "tags": ["Health", "HealthRegen", "SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 550, "FlatMPPoolMod": 550, "FlatMagicDamageMod": 80 }, "depth": 4 }, "7029": { "name": "Youmuu's Wake", "description": "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Wraith Step:</active> Gain Move Speed and Ghosting.<br><li><passive>Haunt:</passive> Gain up to 100 Spectral Shards while moving. Gain up to <speed> Move Speed</speed> out of champion combat based on the number of Spectral Shards. While at max shards, gain <scaleAD> Lethality</scaleAD>. Shards will reset 3 seconds after dealing damage to an enemy champion.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention></attention> Attack Damage. <br><br><rules><status>Ghosted</status> units ignore collision with other units.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["3142"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7029.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3100, "sell": 2170 }, "tags": ["Damage", "Active", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 75 }, "effect": { "Effect1Amount": "45", "Effect2Amount": "0", "Effect3Amount": "0.25", "Effect4Amount": "0", "Effect5Amount": "6", "Effect6Amount": "40" }, "depth": 4 }, "7030": { "name": "Seething Sorrow", "description": "<mainText><stats><ornnBonus>40</ornnBonus> Attack Damage<br><ornnBonus>50</ornnBonus> Ability Power<br><ornnBonus>35%</ornnBonus> Attack Speed</stats><br><li><passive>Wrath:</passive> Attacks apply bonus damage <OnHit>On-Hit</OnHit>. Your Critical Strike Chance is converted into more.<li><passive>Seething Strike:</passive> Basic attacks grant bonus <attackSpeed>Attack Speed</attackSpeed>, stacking up to a cap. While fully stacked, every third Attack applies your <OnHit>On-Hit</OnHit> effects twice.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3124"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7030.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["CriticalStrike", "AttackSpeed", "OnHit", "MagicPenetration", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatMagicDamageMod": 50, "PercentAttackSpeedMod": 0.35 }, "effect": { "Effect1Amount": "0.08", "Effect2Amount": "2.5", "Effect3Amount": "2.5", "Effect4Amount": "3", "Effect5Amount": "6", "Effect6Amount": "0.1", "Effect7Amount": "0.1", "Effect8Amount": "15", "Effect9Amount": "1", "Effect10Amount": "3", "Effect11Amount": "0", "Effect12Amount": "0", "Effect13Amount": "3" }, "depth": 4 }, "7031": { "name": "Edge of Finality", "description": "<mainText><stats><ornnBonus>100</ornnBonus> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>35%</attention> Critical Strike Damage</stats><br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><flavorText>One cut is all it takes.</flavorText></mainText><br>", "colloq": "", "plaintext": "", "from": ["3031"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7031.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3400, "sell": 2380 }, "tags": ["CriticalStrike", "Damage"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 100, "FlatCritChanceMod": 0.2 }, "depth": 3 }, "7032": { "name": "Flicker", "description": "<mainText><stats><ornnBonus>80</ornnBonus> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><ornnBonus>30</ornnBonus> Ability Haste</stats><br><li><passive>Transcendence:</passive> Your Attacks reduce your non-Ultimate Ability cooldowns.<li><passive>Impermanence:</passive> Your abilities deal increased damage based on Critical Strike Chance.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6675"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7032.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3400, "sell": 2380 }, "tags": ["Damage", "CriticalStrike", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatPhysicalDamageMod": 80, "FlatCritChanceMod": 0.2 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "1", "Effect3Amount": "90" }, "depth": 4 }, "7033": { "name": "Cry of the Shrieking City", "description": "<mainText><stats><ornnBonus>60</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>20</ornnBonus> Ability Haste<br><ornnBonus>225%</ornnBonus> Base Mana Regen</stats><br><li><passive>Soul Siphon:</passive> Damaging a champion grants a <passive>Soul Shard</passive>. Healing or shielding an ally consumes all <passive>Soul Shards</passive> to restore Health and deals magic damage per Shard to the nearest enemy champion.<br><li><passive>Dissonance:</passive> Gain <scaleAP>Ability Power</scaleAP> per <scaleMana> Base Mana Regeneration</scaleMana>. Disables Harmony.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Ability Haste.</attention><br></mainText><br>", "colloq": "", "plaintext": "", "from": ["6620"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7033.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 60 }, "depth": 4 }, "7050": { "name": "Gangplank Placeholder", "description": "", "colloq": "", "plaintext": "New Gangplank interface coming soon!", "stacks": 0, "consumed": true, "consumeOnFull": true, "inStore": false, "requiredChampion": "Gangplank", "hideFromAll": true, "image": { "full": "7050.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": {} }, "8001": { "name": "Anathema's Chains", "description": "<mainText><stats><attention>650</attention> Health<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Vow:</active> Choose a Nemesis to start building a Vendetta (90s).<br><li><passive>Vendetta:</passive> Take reduced damage from your Nemesis, increasing per Vendetta stack. You gain stacks over time, and reach the maximum number of stacks after 60 seconds.<li><passive>Vengeance:</passive> At maximum stacks, your Nemesis has reduced Tenacity while near you.<br><br><rules>Active can be cast while dead and at global range. Stacks reset upon choosing a new target. Cannot be cast for 15 seconds while in-combat with champions.</rules><br><br><flavorText>\"She swore to dedicate her life to his destruction. The gauntlets heard.\"</flavorText></mainText><br>", "colloq": "", "plaintext": "", "from": ["3067", "1011"], "image": { "full": "8001.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 2500, "sell": 1750 }, "tags": ["Health", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 650 }, "depth": 3 }, "8020": { "name": "Abyssal Mask", "description": "<mainText><stats><attention>300</attention> Health<br><attention>60</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><li><passive>Unmake:</passive> <status>Curse</status> nearby enemy champions, reducing their Magic Resist. For each <status>Cursed</status> enemy, gain Magic Resist.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3067", "1057"], "image": { "full": "8020.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 2400, "sell": 1680 }, "tags": ["Health", "SpellBlock", "CooldownReduction", "MagicPenetration", "MagicResist", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false }, "stats": { "FlatHPPoolMod": 300, "FlatSpellBlockMod": 60 }, "depth": 3 } }, "groups": [{ "id": "HuntersTalismanGroup", "MaxGroupOwnable": "1" }, { "id": "HuntersMacheteGroup", "MaxGroupOwnable": "1" }, { "id": "AHCapstone", "MaxGroupOwnable": "1" }, { "id": "BaseJungleItems", "MaxGroupOwnable": "-1" }, { "id": "BloodstoneItems", "MaxGroupOwnable": "1" }, { "id": "Boots", "MaxGroupOwnable": "1" }, { "id": "BootsOfSpeed", "MaxGroupOwnable": "-1" }, { "id": "BootsWithoutActives", "MaxGroupOwnable": "1" }, { "id": "BuildsFromStopwatchGroup", "MaxGroupOwnable": "-1" }, { "id": "Consumable", "MaxGroupOwnable": "-1" }, { "id": "ControlWardItems", "MaxGroupOwnable": "1" }, { "id": "Default", "MaxGroupOwnable": "-1" }, { "id": "DisabledOnFIRSTBLOODMode", "MaxGroupOwnable": "-1" }, { "id": "DoransItems", "MaxGroupOwnable": "-1" }, { "id": "Elixir", "MaxGroupOwnable": "-1" }, { "id": "EternityItems", "MaxGroupOwnable": "1" }, { "id": "GangplankRUpgrade01", "MaxGroupOwnable": "1" }, { "id": "GangplankRUpgrade02", "MaxGroupOwnable": "1" }, { "id": "GangplankRUpgrade03", "MaxGroupOwnable": "1" }, { "id": "Glory", "MaxGroupOwnable": "1" }, { "id": "GoldItems", "MaxGroupOwnable": "1" }, { "id": "GuardianItems", "MaxGroupOwnable": "1" }, { "id": "ImmolateItems", "MaxGroupOwnable": "1" }, { "id": "ItemGroupSwapToSummonerDot", "MaxGroupOwnable": "-1" }, { "id": "ItemGroupSwapToSummonerFlash", "MaxGroupOwnable": "-1" }, { "id": "ItemGroupSwapToSummonerHaste", "MaxGroupOwnable": "-1" }, { "id": "ItemGroupSwapToSummonerHeal", "MaxGroupOwnable": "-1" }, { "id": "ItemGroupSwapToSummonerSmite", "MaxGroupOwnable": "-1" }, { "id": "ItemGroupSwapToSummonerTeleport", "MaxGroupOwnable": "-1" }, { "id": "JungleEnchantments", "MaxGroupOwnable": "1" }, { "id": "JungleItems", "MaxGroupOwnable": "1" }, { "id": "LastWhisper", "MaxGroupOwnable": "1" }, { "id": "LegendaryClearingItems", "MaxGroupOwnable": "1" }, { "id": "LifelineItems", "MaxGroupOwnable": "1" }, { "id": "MarksmanCapstone", "MaxGroupOwnable": "1" }, { "id": "MythicItems", "MaxGroupOwnable": "1" }, { "id": "NewDoransItems", "MaxGroupOwnable": "-1" }, { "id": "NonItem", "MaxGroupOwnable": "-1" }, { "id": "OdysseySustainItems", "MaxGroupOwnable": "-1" }, { "id": "OrnnItems", "MaxGroupOwnable": "1" }, { "id": "PerksElixir", "MaxGroupOwnable": "0" }, { "id": "PerksElixirAdvanced", "MaxGroupOwnable": "0" }, { "id": "Potion", "MaxGroupOwnable": "1" }, { "id": "Quicksilver", "MaxGroupOwnable": "1" }, { "id": "SLIMEStarterItems", "MaxGroupOwnable": "1" }, { "id": "SRIChampItemDisabledGroup", "MaxGroupOwnable": "-1" }, { "id": "SRIChampItemDisabledGroup1", "MaxGroupOwnable": "-1" }, { "id": "SiegeEmergencyShieldGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeFlashZoneGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeLaserAffixGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeMissileBarrageGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegePortableBarracksGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeRefundGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeShieldGeneratorGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeSniperCannonGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeTeleportPadGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeTimefieldGroup", "MaxGroupOwnable": "-1" }, { "id": "SightstoneActiveItems", "MaxGroupOwnable": "1" }, { "id": "SightstoneDisableGroup", "MaxGroupOwnable": "0" }, { "id": "StopwatchGroup", "MaxGroupOwnable": "1" }, { "id": "TearItems", "MaxGroupOwnable": "1" }, { "id": "TheBlackSpear", "MaxGroupOwnable": "1" }, { "id": "TotalBiscuit", "MaxGroupOwnable": "0" }, { "id": "Trinket", "MaxGroupOwnable": "-1" }, { "id": "3001", "MaxGroupOwnable": "1" }, { "id": "3011", "MaxGroupOwnable": "1" }, { "id": "3026", "MaxGroupOwnable": "1" }, { "id": "3033", "MaxGroupOwnable": "1" }, { "id": "3046", "MaxGroupOwnable": "1" }, { "id": "3050", "MaxGroupOwnable": "1" }, { "id": "3065", "MaxGroupOwnable": "1" }, { "id": "3068", "MaxGroupOwnable": "1" }, { "id": "3071", "MaxGroupOwnable": "1" }, { "id": "3072", "MaxGroupOwnable": "1" }, { "id": "3075", "MaxGroupOwnable": "1" }, { "id": "3083", "MaxGroupOwnable": "1" }, { "id": "3085", "MaxGroupOwnable": "1" }, { "id": "3087", "MaxGroupOwnable": "1" }, { "id": "3089", "MaxGroupOwnable": "1" }, { "id": "3091", "MaxGroupOwnable": "1" }, { "id": "3094", "MaxGroupOwnable": "1" }, { "id": "3095", "MaxGroupOwnable": "1" }, { "id": "3100", "MaxGroupOwnable": "1" }, { "id": "3102", "MaxGroupOwnable": "1" }, { "id": "3107", "MaxGroupOwnable": "1" }, { "id": "3109", "MaxGroupOwnable": "1" }, { "id": "3110", "MaxGroupOwnable": "1" }, { "id": "3115", "MaxGroupOwnable": "1" }, { "id": "3116", "MaxGroupOwnable": "1" }, { "id": "3119", "MaxGroupOwnable": "1" }, { "id": "3121", "MaxGroupOwnable": "1" }, { "id": "3122", "MaxGroupOwnable": "1" }, { "id": "3142", "MaxGroupOwnable": "1" }, { "id": "3143", "MaxGroupOwnable": "1" }, { "id": "3153", "MaxGroupOwnable": "1" }, { "id": "3157", "MaxGroupOwnable": "1" }, { "id": "3161", "MaxGroupOwnable": "1" }, { "id": "3165", "MaxGroupOwnable": "1" }, { "id": "3179", "MaxGroupOwnable": "1" }, { "id": "3181", "MaxGroupOwnable": "1" }, { "id": "3193", "MaxGroupOwnable": "1" }, { "id": "3222", "MaxGroupOwnable": "1" }, { "id": "3504", "MaxGroupOwnable": "1" }, { "id": "3508", "MaxGroupOwnable": "1" }, { "id": "3742", "MaxGroupOwnable": "1" }, { "id": "3814", "MaxGroupOwnable": "1" }, { "id": "4005", "MaxGroupOwnable": "1" }, { "id": "4401", "MaxGroupOwnable": "1" }, { "id": "4403", "MaxGroupOwnable": "1" }, { "id": "4628", "MaxGroupOwnable": "1" }, { "id": "4629", "MaxGroupOwnable": "1" }, { "id": "4637", "MaxGroupOwnable": "1" }, { "id": "4644", "MaxGroupOwnable": "1" }, { "id": "4645", "MaxGroupOwnable": "1" }, { "id": "6333", "MaxGroupOwnable": "1" }, { "id": "6609", "MaxGroupOwnable": "1" }, { "id": "6616", "MaxGroupOwnable": "1" }, { "id": "6664", "MaxGroupOwnable": "1" }, { "id": "6672", "MaxGroupOwnable": "1" }, { "id": "6673", "MaxGroupOwnable": "1" }, { "id": "6675", "MaxGroupOwnable": "1" }, { "id": "6676", "MaxGroupOwnable": "1" }, { "id": "6693", "MaxGroupOwnable": "1" }, { "id": "6695", "MaxGroupOwnable": "1" }, { "id": "6696", "MaxGroupOwnable": "1" }, { "id": "8001", "MaxGroupOwnable": "1" }, { "id": "8020", "MaxGroupOwnable": "1" }, { "id": "InfinityCoil", "MaxGroupOwnable": "1" }, { "id": "Quickblades", "MaxGroupOwnable": "1" }, { "id": "ViktorHexCore", "MaxGroupOwnable": "1" }, { "id": "VoidPen", "MaxGroupOwnable": "1" }, { "id": "WardGreen", "MaxGroupOwnable": "1" }, { "id": "WardPink", "MaxGroupOwnable": "1" }], "tree": [{ "header": "START", "tags": ["LANE", "JUNGLE"] }, { "header": "TOOLS", "tags": ["GOLDPER", "CONSUMABLE", "VISION"] }, { "header": "DEFENSE", "tags": ["HEALTH", "HEALTHREGEN", "ARMOR", "SPELLBLOCK"] }, { "header": "ATTACK", "tags": ["LIFESTEAL", "CRITICALSTRIKE", "ATTACKSPEED", "DAMAGE"] }, { "header": "MAGIC", "tags": ["MANA", "SPELLDAMAGE", "COOLDOWNREDUCTION", "MANAREGEN"] }, { "header": "MOVEMENT", "tags": ["BOOTS", "NONBOOTSMOVEMENT"] }, { "header": "UNCATEGORIZED", "tags": ["ACTIVE", "MAGICPENETRATION", "ARMORPENETRATION", "AURA", "ONHIT", "TRINKET", "SLOW", "STEALTH", "SPELLVAMP", "TENACITY"] }] };
4
+ exports.Item = { "type": "item", "version": "13.15.1", "basic": { "name": "", "rune": { "isrune": false, "tier": 1, "type": "red" }, "gold": { "base": 0, "total": 0, "sell": 0, "purchasable": false }, "group": "", "description": "", "colloq": ";", "plaintext": "", "consumed": false, "stacks": 1, "depth": 1, "consumeOnFull": false, "from": [], "into": [], "specialRecipe": 0, "inStore": true, "hideFromAll": false, "requiredChampion": "", "requiredAlly": "", "stats": { "FlatHPPoolMod": 0, "rFlatHPModPerLevel": 0, "FlatMPPoolMod": 0, "rFlatMPModPerLevel": 0, "PercentHPPoolMod": 0, "PercentMPPoolMod": 0, "FlatHPRegenMod": 0, "rFlatHPRegenModPerLevel": 0, "PercentHPRegenMod": 0, "FlatMPRegenMod": 0, "rFlatMPRegenModPerLevel": 0, "PercentMPRegenMod": 0, "FlatArmorMod": 0, "rFlatArmorModPerLevel": 0, "PercentArmorMod": 0, "rFlatArmorPenetrationMod": 0, "rFlatArmorPenetrationModPerLevel": 0, "rPercentArmorPenetrationMod": 0, "rPercentArmorPenetrationModPerLevel": 0, "FlatPhysicalDamageMod": 0, "rFlatPhysicalDamageModPerLevel": 0, "PercentPhysicalDamageMod": 0, "FlatMagicDamageMod": 0, "rFlatMagicDamageModPerLevel": 0, "PercentMagicDamageMod": 0, "FlatMovementSpeedMod": 0, "rFlatMovementSpeedModPerLevel": 0, "PercentMovementSpeedMod": 0, "rPercentMovementSpeedModPerLevel": 0, "FlatAttackSpeedMod": 0, "PercentAttackSpeedMod": 0, "rPercentAttackSpeedModPerLevel": 0, "rFlatDodgeMod": 0, "rFlatDodgeModPerLevel": 0, "PercentDodgeMod": 0, "FlatCritChanceMod": 0, "rFlatCritChanceModPerLevel": 0, "PercentCritChanceMod": 0, "FlatCritDamageMod": 0, "rFlatCritDamageModPerLevel": 0, "PercentCritDamageMod": 0, "FlatBlockMod": 0, "PercentBlockMod": 0, "FlatSpellBlockMod": 0, "rFlatSpellBlockModPerLevel": 0, "PercentSpellBlockMod": 0, "FlatEXPBonus": 0, "PercentEXPBonus": 0, "rPercentCooldownMod": 0, "rPercentCooldownModPerLevel": 0, "rFlatTimeDeadMod": 0, "rFlatTimeDeadModPerLevel": 0, "rPercentTimeDeadMod": 0, "rPercentTimeDeadModPerLevel": 0, "rFlatGoldPer10Mod": 0, "rFlatMagicPenetrationMod": 0, "rFlatMagicPenetrationModPerLevel": 0, "rPercentMagicPenetrationMod": 0, "rPercentMagicPenetrationModPerLevel": 0, "FlatEnergyRegenMod": 0, "rFlatEnergyRegenModPerLevel": 0, "FlatEnergyPoolMod": 0, "rFlatEnergyModPerLevel": 0, "PercentLifeStealMod": 0, "PercentSpellVampMod": 0 }, "tags": [], "maps": { "1": true, "8": true, "10": true, "12": true } }, "data": { "1001": { "name": "Boots", "description": "<mainText><stats><attention>25</attention> Move Speed</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Move Speed", "into": ["3158", "3117", "3020", "3006", "3009", "3047", "3111"], "image": { "full": "1001.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 300, "sell": 210 }, "tags": ["Boots"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMovementSpeedMod": 25 } }, "1004": { "name": "Faerie Charm", "description": "<mainText><stats><attention>50%</attention> Base Mana Regen</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Mana Regen", "into": ["3012", "3114", "4642"], "image": { "full": "1004.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 250, "purchasable": true, "total": 250, "sell": 175 }, "tags": ["ManaRegen"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {} }, "1006": { "name": "Rejuvenation Bead", "description": "<mainText><stats><attention>100%</attention> Base Health Regen</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Health Regen", "into": ["3801"], "image": { "full": "1006.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 300, "sell": 120 }, "tags": ["HealthRegen"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {} }, "1011": { "name": "Giant's Belt", "description": "<mainText><stats><attention>350</attention> Health</stats></mainText><br>", "colloq": ";", "plaintext": "Greatly increases Health", "from": ["1028"], "into": ["3075", "3084", "3083", "8001", "3116", "3143", "3748", "4637", "6667"], "image": { "full": "1011.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 900, "sell": 630 }, "tags": ["Health"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 350 }, "depth": 2 }, "1018": { "name": "Cloak of Agility", "description": "<mainText><stats><attention>15%</attention> Critical Strike Chance</stats></mainText><br>", "colloq": ";", "plaintext": "Increases critical strike chance", "into": ["6676", "3086", "6672", "3095", "3031", "3033", "3036", "3072", "3087", "3139", "3508", "6673", "6675"], "image": { "full": "1018.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 600, "purchasable": true, "total": 600, "sell": 420 }, "tags": ["CriticalStrike"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatCritChanceMod": 0.15 } }, "1026": { "name": "Blasting Wand", "description": "<mainText><stats><attention>40</attention> Ability Power</stats></mainText><br>", "colloq": ";", "plaintext": "Moderately increases Ability Power", "into": ["3116", "3115", "6655", "3135", "3152", "4633", "4637", "6657"], "image": { "full": "1026.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 850, "purchasable": true, "total": 850, "sell": 595 }, "tags": ["SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 40 } }, "1027": { "name": "Sapphire Crystal", "description": "<mainText><stats><attention>250</attention> Mana</stats></mainText><br>", "colloq": ";blue", "plaintext": "Increases Mana", "into": ["3024", "3803", "3802"], "image": { "full": "1027.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 350, "sell": 245 }, "tags": ["Mana"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMPPoolMod": 250 } }, "1028": { "name": "Ruby Crystal", "description": "<mainText><stats><attention>150</attention> Health</stats></mainText><br>", "colloq": ";red", "plaintext": "Increases Health", "into": ["6035", "6609", "1011", "3066", "3067", "3211", "6660", "3742", "4401", "3012", "3023", "3803", "3044", "3053", "3814", "3119", "6664", "6665", "3145", "3748", "3801", "4635"], "image": { "full": "1028.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 280 }, "tags": ["Health"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 150 } }, "1029": { "name": "Cloth Armor", "description": "<mainText><stats><attention>15</attention> Armor</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Armor", "into": ["1031", "3082", "3076", "3193", "3191", "3024", "3105", "3023", "3047"], "image": { "full": "1029.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 300, "sell": 210 }, "tags": ["Armor"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatArmorMod": 15 } }, "1031": { "name": "Chain Vest", "description": "<mainText><stats><attention>40</attention> Armor</stats></mainText><br>", "colloq": ";", "plaintext": "Greatly increases Armor", "from": ["1029"], "into": ["3068", "3742", "3026", "6333", "6662"], "image": { "full": "1031.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["Armor"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatArmorMod": 40 }, "depth": 2 }, "1033": { "name": "Null-Magic Mantle", "description": "<mainText><stats><attention>25</attention> Magic Resist</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Magic Resist", "into": ["3091", "1057", "3193", "3211", "3105", "3190", "3001", "3111", "3140", "3155", "4632"], "image": { "full": "1033.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 315 }, "tags": ["SpellBlock"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatSpellBlockMod": 25 } }, "1035": { "name": "Emberknife", "description": "<mainText><stats></stats><li><passive>Sear:</passive> Damaging Monsters burns them over time.<li><passive>Challenging Path:</passive> Smiting 5 times consumes this item upgrade your Smite to <attention>Challenging Smite</attention> and increases its damage to monsters. Challenging Smite marks champions. During this time, you deal bonus true damage to them on hit and take reduced damage from them.<li><passive>Huntsman:</passive> Killing Large Monsters grants bonus experience.<li><passive>Recoup:</passive> Regen mana when in the Jungle or River. <br><br><rules><status>Consuming</status> this item grants all item effects permanently and increases Smite damage to monsters. If you have gained more gold from minions than jungle monsters, gold and experience from minions is heavily reduced. Healing is not reduced on AoE attacks. If two levels behind the average champion level of the game, monster kills grant bonus experience. </rules><br><br><rules>Only attacks and abilities apply Challenging Smite's burn</rules></mainText><br>", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1035.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": false, "total": 350, "sell": 140 }, "tags": ["LifeSteal", "SpellVamp", "Jungle"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "60", "Effect2Amount": "25", "Effect3Amount": "5", "Effect4Amount": "8" } }, "1036": { "name": "Long Sword", "description": "<mainText><stats><attention>10</attention> Attack Damage</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Attack Damage", "into": ["3071", "1053", "3004", "2015", "3179", "3094", "3035", "3044", "3051", "3814", "3123", "3133", "3134", "3155", "3156", "6670", "6671"], "image": { "full": "1036.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 350, "sell": 245 }, "tags": ["Damage", "Lane"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 10 } }, "1037": { "name": "Pickaxe", "description": "<mainText><stats><attention>25</attention> Attack Damage</stats></mainText><br>", "colloq": ";", "plaintext": "Moderately increases Attack Damage", "into": ["6035", "3077", "3124", "6676", "2019", "3031", "3053", "3139", "3153", "3156", "6029", "3181", "6333", "6673", "6695"], "image": { "full": "1037.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 875, "purchasable": true, "total": 875, "sell": 613 }, "tags": ["Damage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 25 } }, "1038": { "name": "B. F. Sword", "description": "<mainText><stats><attention>40</attention> Attack Damage</stats></mainText><br>", "colloq": ";bf", "plaintext": "Greatly increases Attack Damage", "into": ["4403", "3026", "3031", "3072", "3161", "6671", "6675"], "image": { "full": "1038.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 1300, "purchasable": true, "total": 1300, "sell": 910 }, "tags": ["Damage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 40 } }, "1039": { "name": "Hailblade", "description": "<mainText><stats></stats><li><passive>Sear:</passive> Damaging Monsters burns them over time.<li><passive>Chilling Path:</passive> Smiting 5 times consumes this item upgrade your Smite to <attention>Chilling Smite</attention> and increases its damage to monsters. When smiting champions Chilling Smite deals true damage and steals their Move Speed.<li><passive>Huntsman:</passive> Killing Large Monsters grants bonus experience.<li><passive>Recoup:</passive> Regen mana when in the Jungle or River. <br><br><rules><status>Consuming</status> this item grants all item effects permanently and increases Smite damage to monsters. If you have gained more gold from minions than jungle monsters, gold and experience from minions is heavily reduced. Healing is not reduced on AoE attacks. If two levels behind the average champion level of the game, monster kills grant bonus experience. </rules><br><br></mainText><br>", "colloq": ";jungle;Jungle", "plaintext": "Provides damage against Monsters and Mana Regen in the Jungle", "inStore": false, "image": { "full": "1039.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": false, "total": 350, "sell": 140 }, "tags": ["LifeSteal", "SpellVamp", "Jungle"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "60", "Effect2Amount": "25", "Effect3Amount": "5", "Effect4Amount": "8" } }, "1040": { "name": "Obsidian Edge", "description": "<mainText><stats></stats><li><passive>Sear:</passive> Damaging Monsters burns them over time.<li><passive>Auto Path:</passive> Smiting 5 times consumes this item upgrade your Attack-Smite, increasing its damage to monsters.<li><passive>Huntsman:</passive> Killing Large Monsters grants bonus experience.<li><passive>Recoup:</passive> Regen mana when in the Jungle or River. <br><br><rules><status>Consuming</status> this item grants all item effects permanently and increases Smite damage to monsters. If you have gained more gold from minions than jungle monsters, gold and experience from minions is heavily reduced. Healing is not reduced on AoE attacks. If two levels behind the average champion level of the game, monster kills grant bonus experience. </rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "1040.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 350, "sell": 140 }, "tags": ["LifeSteal", "SpellVamp", "Jungle"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "60", "Effect2Amount": "25", "Effect3Amount": "5", "Effect4Amount": "8" } }, "1042": { "name": "Dagger", "description": "<mainText><stats><attention>12%</attention> Attack Speed</stats></mainText><br>", "colloq": ";", "plaintext": "Slightly increases Attack Speed", "into": ["1043", "6677", "3086", "3006", "3051", "6670"], "image": { "full": "1042.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 300, "sell": 210 }, "tags": ["AttackSpeed"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "PercentAttackSpeedMod": 0.12 } }, "1043": { "name": "Recurve Bow", "description": "<mainText><stats><attention>15%</attention> Attack Speed</stats><br><li><passive>Steeltipped:</passive> Attacks apply magic damage On-Hit.</mainText><br>", "colloq": ";", "plaintext": "Greatly increases Attack Speed", "from": ["1042"], "into": ["3091", "3085", "6672", "3115", "3153"], "image": { "full": "1043.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 700, "sell": 490 }, "tags": ["AttackSpeed", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "PercentAttackSpeedMod": 0.15 }, "depth": 2 }, "1052": { "name": "Amplifying Tome", "description": "<mainText><stats><attention>20</attention> Ability Power</stats></mainText><br>", "colloq": ";amptome", "plaintext": "Slightly increases Ability Power", "into": ["3124", "4629", "3191", "3116", "3108", "3113", "3145", "3152", "3165", "3802", "4632", "3916", "4630", "4635", "4636", "4637", "4642", "4644", "6656", "6657"], "image": { "full": "1052.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 435, "purchasable": true, "total": 435, "sell": 305 }, "tags": ["SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 20 } }, "1053": { "name": "Vampiric Scepter", "description": "<mainText><stats><attention>15</attention> Attack Damage<br><attention>7%</attention> Life Steal</stats></mainText><br>", "colloq": ";", "plaintext": "Basic attacks restore Health", "from": ["1036"], "into": ["3074", "4403", "3072", "3153", "6673"], "image": { "full": "1053.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 900, "sell": 630 }, "tags": ["Damage", "LifeSteal"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 15, "PercentLifeStealMod": 0.07 }, "depth": 2 }, "1054": { "name": "Doran's Shield", "description": "<mainText><stats><attention>80</attention> Health</stats><br><li><passive>Focus:</passive> Attacks deal additional damage to minions.<li><passive>Recovery:</passive> Restores Health over time.<li><passive>Endure:</passive> Restores Health after taking damage from a champion, large jungle monster, or epic jungle monster. Restoration increases when you are low Health.<br><br><rules><passive>Endure</passive> 66% effective when owned by Ranged champions or when taking damage from area of effect or periodic damage sources.</rules></mainText><br>", "colloq": ";dshield", "plaintext": "Good defensive starting item", "image": { "full": "1054.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 180 }, "tags": ["Health", "HealthRegen", "Lane"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 80, "FlatHPRegenMod": 0.8 }, "effect": { "Effect1Amount": "8", "Effect2Amount": "5", "Effect3Amount": "40", "Effect4Amount": "0.66" } }, "1055": { "name": "Doran's Blade", "description": "<mainText><stats><attention>8</attention> Attack Damage<br><attention>80</attention> Health</stats><br><li><passive>Warmonger:</passive> Gain Omnivamp.<br><br><rules>Omnivamp is only 33% effective when dealing area of effect damage or damage through pets.</rules></mainText><br>", "colloq": ";dblade", "plaintext": "Good starting item for attackers", "image": { "full": "1055.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 180 }, "tags": ["Health", "Damage", "SpellVamp", "Lane"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 8, "FlatHPPoolMod": 80 } }, "1056": { "name": "Doran's Ring", "description": "<mainText><stats><attention>15</attention> Ability Power<br><attention>70</attention> Health</stats><br><li><passive>Focus:</passive> Attacks deal additional damage to minions. <li><passive>Drain:</passive> Restore Mana every second. Damaging an enemy champion increases this amount. If you can't gain Mana, regenerate Health instead. </mainText><br>", "colloq": ";dring", "plaintext": "Good starting item for casters", "image": { "full": "1056.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 160 }, "tags": ["Health", "Lane", "ManaRegen", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 70, "FlatMagicDamageMod": 15 } }, "1057": { "name": "Negatron Cloak", "description": "<mainText><stats><attention>50</attention> Magic Resist</stats></mainText><br>", "colloq": ";", "plaintext": "Moderately increases Magic Resist", "from": ["1033"], "into": ["4401", "6664", "8020"], "image": { "full": "1057.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 900, "sell": 630 }, "tags": ["SpellBlock"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatSpellBlockMod": 50 }, "depth": 2 }, "1058": { "name": "Needlessly Large Rod", "description": "<mainText><stats><attention>60</attention> Ability Power</stats></mainText><br>", "colloq": ";nlr", "plaintext": "Greatly increases Ability Power", "into": ["3089", "4645", "4403", "3003"], "image": { "full": "1058.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 1250, "purchasable": true, "total": 1250, "sell": 875 }, "tags": ["SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 60 } }, "1082": { "name": "Dark Seal", "description": "<mainText><stats><attention>15</attention> Ability Power<br><attention>40</attention> Health</stats><br><li><passive>Glory:</passive> Gain 2 stacks for a champion kill or 1 stack for an assist (up to 10 stacks total). Lose 5 stacks on death.<li><passive>Dread:</passive> Grants <scaleAP>4 Ability Power</scaleAP> per stack of <passive>Glory</passive>.<br><br><rules>Obtained <passive>Glory</passive> stacks are preserved between this item and <rarityLegendary>Mejai's Soulstealer</rarityLegendary>.</rules></mainText><br>", "colloq": ";Noxian", "plaintext": "Provides Ability Power and Mana. Increases in power as you kill enemies.", "into": ["3041"], "image": { "full": "1082.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 350, "sell": 140 }, "tags": ["Health", "SpellDamage", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 40, "FlatMagicDamageMod": 15 } }, "1083": { "name": "Cull", "description": "<mainText><stats><attention>7</attention> Attack Damage</stats><br><li>Attacks restore Health per hit.<li><passive>Reap:</passive> Killing a lane minion grants <goldGain>1</goldGain> additional gold. Killing 100 lane minions grants an additional <goldGain>350</goldGain> bonus gold immediately and disables <passive>Reap</passive>.<br></mainText><br>", "colloq": ";dblade", "plaintext": "Provides damage and Life Steal on hit - Killing minions grant bonus Gold", "image": { "full": "1083.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 180 }, "tags": ["Damage", "OnHit", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 7 } }, "1101": { "name": "Scorchclaw Pup", "description": "<mainText><stats></stats><li><passive>Jungle Companions:</passive> Summon an <font color='#DD2E2E'>Scorchclaw</font> to assist you in the jungle.<li><passive>Scorchclaw's Slash:</passive> When fully grown your companion periodically imbues your next damaging effect to <status>Slow</status> and <passive>damage</passive> enemy champions.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "1101.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 180 }, "tags": ["Jungle"], "maps": { "11": true, "12": false, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "60", "Effect2Amount": "25", "Effect3Amount": "5", "Effect4Amount": "8" } }, "1102": { "name": "Gustwalker Hatchling", "description": "<mainText><stats></stats><li><passive>Jungle Companions:</passive> Summon a <font color='#38A8E8'>Gustwalker</font> to assist you while in the jungle.<li><passive>Gustwalker's Gait:</passive> When fully grown your companion grants <speed>Move Speed</speed> after entering brush or killing monsters.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "1102.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 180 }, "tags": ["Jungle"], "maps": { "11": true, "12": false, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "60", "Effect2Amount": "25", "Effect3Amount": "5", "Effect4Amount": "8" } }, "1103": { "name": "Mosstomper Seedling", "description": "<mainText><stats></stats><li><passive>Jungle Companions:</passive> Summon a <font color='#1CA935'>Mosstomper</font> to assist you while in the jungle. <li><passive>Mosstomper's Courage:</passive> When fully grown your companion grants a <shield>permanent shield</shield> that regenerates either after killing monsters or out of combat. While the shield holds gain 20% Tenacity and Slow Resist.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "1103.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 450, "sell": 180 }, "tags": ["Jungle"], "maps": { "11": true, "12": false, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "60", "Effect2Amount": "25", "Effect3Amount": "5", "Effect4Amount": "8" } }, "1104": { "name": "Eye of the Herald", "description": "<mainText><stats></stats><active>Active - Consume:</active> Crush the Eye of the Herald, summoning Rift Herald. The Herald will proceed down the nearest lane and deal massive damage to any turrets in the way.<br><br><passive>Glimpse of the Void:</passive> Grants Empowered Recall.<br></mainText><br>", "colloq": "", "plaintext": "", "consumed": true, "inStore": false, "image": { "full": "1104.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Trinket", "Active"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "240", "Effect2Amount": "1", "Effect3Amount": "20", "Effect4Amount": "180" } }, "1500": { "name": "Penetrating Bullets", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1500.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["HealthRegen", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "0.3", "Effect2Amount": "0.4", "Effect3Amount": "1.2", "Effect4Amount": "3" } }, "1501": { "name": "Fortification", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1501.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "5", "Effect3Amount": "0.35" } }, "1502": { "name": "Reinforced Armor", "description": "<mainText><stats></stats><unique>UNIQUE Passive - Reinforced Armor:</unique> Reduces incoming damage by 0% and becomes immune to True Damage when no enemy minions are nearby.</mainText><br>", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1502.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "66.66" } }, "1503": { "name": "Warden's Eye", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1503.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["HealthRegen", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "1000" } }, "1504": { "name": "Vanguard", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1504.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "30", "Effect2Amount": "30", "Effect3Amount": "30", "Effect4Amount": "300" } }, "1505": { "name": "Lightning Rod", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1505.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": false }, "stats": {} }, "1506": { "name": "Reinforced Armor", "description": "<mainText><stats></stats><unique>UNIQUE Passive - Base Turret Reinforced Armor:</unique> Reduces incoming damage by 0% and becomes immune to True Damage when no enemy minions are nearby. Base turrets have health regeneration, but cannot regenerate past their current segment. Base turrets are segmented at 33%, 66% and 100% health.</mainText><br>", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1506.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "66", "Effect2Amount": "66" } }, "1507": { "name": "Overcharged", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1507.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "75", "Effect2Amount": "75" } }, "1508": { "name": "Anti-tower Socks", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1508.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "1509": { "name": "Gusto", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1509.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "1510": { "name": "Phreakish Gusto", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1510.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "1511": { "name": "Super Mech Armor", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1511.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "1512": { "name": "Super Mech Power Field", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1512.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "1515": { "name": "Turret Plating", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1515.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "40", "Effect2Amount": "175", "Effect3Amount": "20", "Effect4Amount": "45", "Effect5Amount": "0.17" } }, "1516": { "name": "Structure Bounty", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1516.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["HealthRegen", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "0.3", "Effect2Amount": "0.4", "Effect3Amount": "1.2", "Effect4Amount": "3" } }, "1517": { "name": "Structure Bounty", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1517.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["HealthRegen", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "0.3", "Effect2Amount": "0.4", "Effect3Amount": "1.2", "Effect4Amount": "3" } }, "1518": { "name": "Structure Bounty", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1518.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["HealthRegen", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "0.3", "Effect2Amount": "0.4", "Effect3Amount": "1.2", "Effect4Amount": "3" } }, "1519": { "name": "Structure Bounty", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1519.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["HealthRegen", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "0.3", "Effect2Amount": "0.4", "Effect3Amount": "1.2", "Effect4Amount": "3" } }, "1520": { "name": "OvererchargedHA", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1520.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "ManaRegen", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "75", "Effect2Amount": "75" } }, "1521": { "name": "Fortification", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1521.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "0.3", "Effect2Amount": "60", "Effect3Amount": "0.35" } }, "1522": { "name": "Tower Power-Up", "description": "", "colloq": "", "plaintext": "", "inStore": false, "image": { "full": "1522.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Armor", "Damage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "3", "Effect2Amount": "3", "Effect3Amount": "0", "Effect4Amount": "0", "Effect5Amount": "40", "Effect6Amount": "40", "Effect7Amount": "9", "Effect8Amount": "12" } }, "2003": { "name": "Health Potion", "description": "<mainText><stats></stats><active>Active - Consume:</active> Drink the potion to restore <healing>120 Health</healing> over 15 seconds.<br><br><rules>You may carry up to 5 Health Potions.</rules></mainText><br>", "colloq": ";", "plaintext": "Consume to restore Health over time", "stacks": 5, "consumed": true, "image": { "full": "2003.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 50, "purchasable": true, "total": 50, "sell": 20 }, "tags": ["HealthRegen", "Consumable", "Lane", "Jungle"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {} }, "2010": { "name": "Total Biscuit of Everlasting Will", "description": "<mainText><stats></stats><active>Active - Consume:</active> Eat the biscuit to restore <healing>8% missing Health</healing> and <scaleMana>Mana</scaleMana> over 5 seconds. Consuming or selling a biscuit permanently grants <scaleMana>40 maximum Mana</scaleMana>. </mainText><br>", "colloq": ";", "plaintext": "", "stacks": 10, "consumed": true, "inStore": false, "hideFromAll": true, "image": { "full": "2010.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 50, "purchasable": false, "total": 50, "sell": 5 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "10" } }, "2015": { "name": "Kircheis Shard", "description": "<mainText><stats><attention>15</attention> Attack Damage</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Jolt:</passive> Energized Attacks gain an additional <magicDamage>60 magic damage</magicDamage>.</mainText><br>", "colloq": ";", "plaintext": "Attack speed and a chargable magic hit", "from": ["1036"], "into": ["3095", "3094", "3087"], "image": { "full": "2015.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 700, "sell": 490 }, "tags": ["Damage", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 15 }, "depth": 2 }, "2019": { "name": "Steel Sigil", "description": "<mainText><stats><attention>30</attention> Attack Damage</stats><br><li><passive>Feast:</passive> Killing a unit restores health.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1037"], "inStore": false, "image": { "full": "2019.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 225, "purchasable": false, "total": 1100, "sell": 770 }, "tags": ["Damage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 30 }, "depth": 2 }, "2031": { "name": "Refillable Potion", "description": "<mainText><stats></stats><active>Active - Consume:</active> Consumes a charge to restore <healing>100 Health</healing> over 12 seconds. Holds up to 2 charges and refills upon visiting the shop.</mainText><br>", "colloq": ";", "plaintext": "Restores Health over time. Refills at shop.", "into": ["2033"], "image": { "full": "2031.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 150, "purchasable": true, "total": 150, "sell": 60 }, "tags": ["HealthRegen", "Consumable", "Active", "Lane", "Jungle"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {} }, "2033": { "name": "Corrupting Potion", "description": "<mainText><stats></stats><active>Active - Consume:</active> Consumes a charge to restore <healing>100 Health</healing> and <scaleMana>75 Mana</scaleMana> over 12 seconds. During this time, damaging Abilities and Attacks burn enemy champions for <magicDamage>15 (20 if you cannot gain Mana) magic damage</magicDamage> over 3 seconds. Holds up to 3 charges and refills upon visiting the shop.<br><br><rules>Corrupting damage is reduced to 50% when triggered by area of effect or periodic damage.</rules></mainText><br>", "colloq": ";", "plaintext": "Restores Health and Mana over time and boosts combat power - Refills at Shop", "from": ["2031"], "image": { "full": "2033.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 500, "sell": 200 }, "tags": ["Active", "Consumable", "HealthRegen", "Lane", "ManaRegen"], "maps": { "11": true, "12": false, "21": true, "22": false, "30": false }, "stats": {}, "depth": 2 }, "2049": { "name": "Guardian's Amulet", "description": "<mainText><stats><buffedStat>20%</buffedStat> Heal and Shield Power<br><attention>20</attention> Ability Power<br><attention>25</attention> Ability Haste</stats><br><li><passive>Recovery:</passive> Restores <scaleMana>10 Mana</scaleMana> every 5 seconds. If you can't gain mana, restores <healing>3 Health</healing> instead.<li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": ";", "plaintext": "Increases Health and provides Stealth Wards over time", "image": { "full": "2049.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["SpellDamage", "ManaRegen", "CooldownReduction", "Lane", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMagicDamageMod": 20 } }, "2050": { "name": "Guardian's Shroud", "description": "<mainText><stats><attention>350</attention> Health<br><attention>30</attention> Ability Power<br><attention>15</attention> Ability Haste</stats><br><li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": ";", "plaintext": "", "image": { "full": "2050.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "Lane", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 350, "FlatMagicDamageMod": 30 } }, "2051": { "name": "Guardian's Horn", "description": "<mainText><stats><attention>150</attention> Health</stats><br><li><passive>Recovery:</passive> Restores Health over time.<li><passive>Undaunted:</passive> Blocks damage from attacks and spells from champions.<li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": "Golden Arm of Kobe;Golden Bicep of Kobe;Horn; Horn of the ManWolf; ManWolf", "plaintext": "Good starting item for tanks", "image": { "full": "2051.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 950, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["Health", "HealthRegen", "Lane"], "maps": { "11": false, "12": true, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 150, "FlatHPRegenMod": 4 }, "effect": { "Effect1Amount": "15", "Effect2Amount": "0.25" } }, "2052": { "name": "Poro-Snax", "description": "<mainText><stats></stats><active>Active - Consume:</active> Serves a scrumptious scoop to a nearby Poro, causing it to grow in size.<br><br><flavorText>This savory blend of free-range, grass-fed Avarosan game hens and organic, non-ZMO Freljordian herbs contains the essential nutrients necessary to keep your Poro purring with pleasure.<br><br>All proceeds will be donated towards fighting Noxian animal cruelty. </flavorText></mainText><br>", "colloq": ";", "plaintext": "", "stacks": 2, "consumed": true, "inStore": false, "image": { "full": "2052.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "2055": { "name": "Control Ward", "description": "<mainText><stats></stats><active>Active - Consume:</active> Places a powerful Control Ward that grants vision of the surrounding area. This device will also reveal <keywordStealth>Invisible</keywordStealth> traps, reveal <keywordStealth>Camouflaged</keywordStealth> enemies, and reveal (and disable) enemy Stealth Wards. <br><br><rules>You may carry up to 2 Control Wards. Control Wards do not disable other Control Wards.</rules></mainText><br>", "colloq": "orange;", "plaintext": "Used to disable wards and invisible traps in an area.", "stacks": 2, "consumed": true, "consumeOnFull": true, "image": { "full": "2055.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 75, "purchasable": true, "total": 75, "sell": 30 }, "tags": ["Consumable", "Lane", "Stealth", "Vision"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "1", "Effect2Amount": "2" } }, "2065": { "name": "Shurelya's Battlesong", "description": "<mainText><stats><attention>35</attention> Ability Power<br><attention>200</attention> Health<br><attention>20</attention> Ability Haste<br><attention>100%</attention> Base Mana Regen</stats><br><br><active>Active -</active> <active>Inspire:</active> Grants nearby allies Move Speed.<li><passive>Motivate:</passive> Empowering or Protecting another ally Champion grants both allies Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.<br></mainText><br>", "colloq": ";shurelya;reverie;", "plaintext": "Activate to speed up nearby allies.", "from": ["3067", "4642"], "into": ["7020"], "image": { "full": "2065.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellDamage", "ManaRegen", "Active", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 35 }, "depth": 3 }, "2138": { "name": "Elixir of Iron", "description": "<mainText><stats></stats><active>Active - Consume:</active> Drink to gain <scaleHealth>300 Health</scaleHealth>, 25% Tenacity, and increased champion size for 3 minutes. While active, moving leaves a path behind that boosts allied champions' <speed>Move Speed by 15%</speed>.<br><br><rules>Drinking a different Elixir will replace the existing one's effects.</rules></mainText><br>", "colloq": ";white", "plaintext": "Temporarily increases defenses. Leaves a trail for allies to follow.", "consumed": true, "consumeOnFull": true, "image": { "full": "2138.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 500, "sell": 200 }, "tags": ["Health", "Consumable", "NonbootsMovement", "Tenacity"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "300", "Effect2Amount": "0.25", "Effect3Amount": "3", "Effect4Amount": "0.15", "Effect5Amount": "0.15", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "9" } }, "2139": { "name": "Elixir of Sorcery", "description": "<mainText><stats></stats><active>Active - Consume:</active> Drink to gain <scaleAP>50 Ability Power</scaleAP> and <scaleMana>15% Mana Regen</scaleMana> for 3 minutes. While active, damaging a champion or turret deals <trueDamage>25 bonus true damage</trueDamage> (5s cooldown).<br><br><rules>Champion level <attention>9</attention> or greater required to purchase. Elixir of Sorcery's true damage effect has no cooldown when attacking turrets. Drinking a different Elixir will replace the existing one's effects.</rules></mainText><br>", "colloq": ";blue", "plaintext": "Temporarily grants Ability Power and Bonus Damage to champions and turrets.", "consumed": true, "consumeOnFull": true, "image": { "full": "2139.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 500, "sell": 200 }, "tags": ["Consumable", "ManaRegen", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "50", "Effect2Amount": "50", "Effect3Amount": "25", "Effect4Amount": "3", "Effect5Amount": "5", "Effect6Amount": "3", "Effect7Amount": "0", "Effect8Amount": "9" } }, "2140": { "name": "Elixir of Wrath", "description": "<mainText><stats></stats><active>Active - Consume:</active> Drink to gain <scaleAD>30 Attack Damage</scaleAD> and <lifeSteal>12% Physical Vamp</lifeSteal> (against champions) for 3 minutes.<br><br><rules>Drinking a different Elixir will replace the existing one's effects.</rules></mainText><br>", "colloq": ";red", "plaintext": "Temporarily grants Attack Damage and heals you when dealing physical damage to champions.", "consumed": true, "consumeOnFull": true, "image": { "full": "2140.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 500, "sell": 200 }, "tags": ["Consumable", "Damage", "LifeSteal", "SpellVamp"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "30", "Effect2Amount": "30", "Effect3Amount": "0.12", "Effect4Amount": "3", "Effect5Amount": "0", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "9" } }, "2141": { "name": "Cappa Juice", "description": "<mainText><stats></stats><active>Active - Consume:</active> This juice does nothing.<br><br><flavorText>For a limited time only, get a free hat with every purchase!</flavorText><br><br><rules>Helps you get on a head.</rules></mainText><br>", "colloq": "", "plaintext": "", "consumed": true, "consumeOnFull": true, "image": { "full": "2141.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 700, "sell": 700 }, "tags": ["Damage", "Consumable"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": {} }, "2142": { "name": "Juice of Power", "description": "<mainText><stats></stats><active>Active - Consume:</active> Automatically activates on Combat Start. Drink to gain <scaleAP>30+ 10% bonus Ability Power</scaleAP> or <scaleAD>18+ 10% bonus Attack Damage</scaleAD> for the next round.<br><br><flavorText>Made with 100% real cherries. Warning: May cause imbiber to deal tons of damage.</flavorText><br><br><rules>Juices do not stack with themselves, but you can have multiple different ones active.</rules></mainText><br>", "colloq": "", "plaintext": "", "consumed": true, "consumeOnFull": true, "image": { "full": "2142.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 700, "sell": 700 }, "tags": ["SpellDamage", "Consumable"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": {} }, "2143": { "name": "Juice of Vitality", "description": "<mainText><stats></stats><active>Active - Consume:</active> Automatically activates on Combat Start. Drink to gain <healing>300+ 10% Health</healing> for the next round.<br><br><flavorText>Our specially formulated veggie blend is proven to harden your skin to resist even the strongest attacks!</flavorText><br><br><rules>Juices do not stack with themselves, but you can have multiple different ones active.</rules></mainText><br>", "colloq": "", "plaintext": "", "consumed": true, "consumeOnFull": true, "image": { "full": "2143.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 700, "sell": 700 }, "tags": ["Health", "Consumable"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": {} }, "2144": { "name": "Juice of Haste", "description": "<mainText><stats></stats><active>Active - Consume:</active> Automatically activates on Combat Start. Drink to gain <speed>20+ 15% Ability Haste</speed> for the next round.<br><br><flavorText>For people who gotta go FAST. Made with lightning. REAL lightning!</flavorText><br><br><rules>Juices do not stack with themselves, but you can have multiple different ones active.</rules></mainText><br>", "colloq": "", "plaintext": "", "consumed": true, "consumeOnFull": true, "image": { "full": "2144.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 700, "sell": 700 }, "tags": ["Consumable", "CooldownReduction"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": {} }, "222051": { "name": "Guardian's Horn", "description": "<mainText><stats><buffedStat>200</buffedStat> Health</stats><br><li><passive>Recovery:</passive> Restores Health over time.<li><passive>Undaunted:</passive> Blocks damage from attacks and spells from champions.<li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "222051.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Health", "HealthRegen", "Lane"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 200, "FlatHPRegenMod": 4 }, "effect": { "Effect1Amount": "15", "Effect2Amount": "0.25" } }, "222065": { "name": "Shurelya's Battlesong", "description": "<mainText><stats><buffedStat>45</buffedStat> Ability Power<br><buffedStat>500</buffedStat> Health<br><buffedStat>40</buffedStat> Ability Haste<br><attention>100%</attention> Base Mana Regen</stats><br><br><active>Active -</active> <active>Inspire:</active> Grants nearby allies Move Speed.<li><passive>Motivate:</passive> Empowering or Protecting another ally Champion grants both allies Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.<br></mainText><br>", "colloq": "", "plaintext": "", "into": ["227020"], "image": { "full": "222065.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "ManaRegen", "Active", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 500, "FlatMagicDamageMod": 45 } }, "223001": { "name": "Evenshroud", "description": "<mainText><stats><buffedStat>300</buffedStat> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><li><passive>Coruscation:</passive> After <status>Immobilizing</status> champions or being <status>Immobilized</status>, cause that target and all nearby enemy Champions to take increased damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention></mainText><br>", "colloq": "", "plaintext": "", "into": ["227023"], "image": { "full": "223001.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Armor", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 300, "FlatSpellBlockMod": 30, "FlatArmorMod": 30 } }, "223003": { "name": "Archangel's Staff", "description": "<mainText><stats><nerfedStat>60</nerfedStat> Ability Power<br><attention>500</attention> Mana<br><attention>350</attention> Health<br><attention>10</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain Ability Power equal to bonus Mana.<li><passive>Mana Charge:</passive> <buffedStat>After 2 combat rounds</buffedStat>, this item transforms into <rarityLegendary>Seraph's Embrace</rarityLegendary>.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223003.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Mana", "Active", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 350, "FlatMPPoolMod": 500, "FlatMagicDamageMod": 60 } }, "223004": { "name": "Manamune", "description": "<mainText><stats><buffedStat>45</buffedStat> Attack Damage<br><attention>500</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain bonus <scaleAD>Attack Damage equal to your max Mana</scaleAD>. <li><passive>Mana Charge:</passive> <buffedStat>After 2 combat rounds</buffedStat>, this item transforms into <rarityLegendary>Muramana</rarityLegendary>.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223004.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Mana", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 45, "FlatMPPoolMod": 500 } }, "223006": { "name": "Berserker's Greaves", "description": "<mainText><stats><buffedStat>45%</buffedStat> Attack Speed<br><attention>30</attention> Move Speed</stats></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223006.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["AttackSpeed", "Boots"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMovementSpeedMod": 30, "PercentAttackSpeedMod": 0.45 } }, "223009": { "name": "Boots of Swiftness", "description": "<mainText><stats><buffedStat>70</buffedStat> Move Speed</stats><br><li>The strength of movement slowing effects is reduced by <buffedStat>40%</buffedStat>.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223009.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Boots"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMovementSpeedMod": 70 }, "effect": { "Effect1Amount": "0.4" } }, "223011": { "name": "Chemtech Putrifier", "description": "<mainText><stats><attention>40</attention> Ability Power<br><buffedStat>16%</buffedStat> Heal and Shield Power<br><attention>75%</attention> Base Mana Regen<br><buffedStat>30</buffedStat> Ability Haste</stats><br><li><passive>Puffcap Toxin:</passive> Dealing damage applies <status>40% Grievous Wounds</status> to champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223011.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "ManaRegen", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMagicDamageMod": 40 } }, "223020": { "name": "Sorcerer's Shoes", "description": "<mainText><stats><buffedStat>20</buffedStat> Magic Penetration<br><buffedStat>55</buffedStat> Move Speed</stats></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223020.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Boots", "MagicPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMovementSpeedMod": 55 }, "effect": { "Effect1Amount": "22" } }, "223026": { "name": "Guardian Angel", "description": "<mainText><stats><attention>45</attention> Attack Damage<br><attention>40</attention> Armor</stats><br><li><passive>Saving Grace:</passive> Upon taking lethal damage, restores <healing>50% base Health</healing> and <scaleMana>30% max Mana</scaleMana> after 4 seconds of stasis. This effect has a one round cooldown.<br></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223026.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Armor", "Damage"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 45, "FlatArmorMod": 40 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "4", "Effect3Amount": "45", "Effect4Amount": "0.3" } }, "223031": { "name": "Infinity Edge", "description": "<mainText><stats><nerfedStat>65</nerfedStat> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>45%</attention> Critical Strike Damage</stats><br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227031"], "image": { "full": "223031.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["CriticalStrike", "Damage"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 65, "FlatCritChanceMod": 0.2 } }, "223033": { "name": "Mortal Reminder", "description": "<mainText><stats><buffedStat>45</buffedStat> Attack Damage<br><buffedStat>35%</buffedStat> Armor Penetration<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Sepsis:</passive> Dealing physical damage applies <status>40% Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223033.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "ArmorPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 45, "FlatCritChanceMod": 0.2 } }, "223036": { "name": "Lord Dominik's Regards", "description": "<mainText><stats><attention>35</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><buffedStat>35%</buffedStat> Armor Penetration</stats><br><li><passive>Giant Slayer:</passive> Deal bonus damage against champions with greater max Health than you.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223036.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "ArmorPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 35, "FlatCritChanceMod": 0.2 }, "effect": { "Effect1Amount": "0.2" } }, "223040": { "name": "Seraph's Embrace", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>860</attention> Mana<br><attention>350</attention> Health<br><attention>10</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain Ability Power based on Mana.<li><passive>Lifeline:</passive> Upon taking damage that would reduce your Health below 30%, gain a Shield based on your current Mana.</mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 223003, "inStore": false, "image": { "full": "223040.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Mana", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 350, "FlatMPPoolMod": 860, "FlatMagicDamageMod": 70 } }, "223042": { "name": "Muramana", "description": "<mainText><stats><buffedStat>45</buffedStat> Attack Damage<br><attention>860</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain bonus Attack Damage based on Mana. <li><passive>Shock:</passive> Attacks against champions deal additional physical damage.</mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 223004, "inStore": false, "image": { "full": "223042.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Mana", "CooldownReduction", "OnHit", "ArmorPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 45, "FlatMPPoolMod": 860 } }, "223046": { "name": "Phantom Dancer", "description": "<mainText><stats><attention>20</attention> Attack Damage<br><buffedStat>30%</buffedStat> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><li><passive>Spectral Waltz:</passive> Attacks grant <status>Ghosting</status> and stacking increased Move Speed. In addition, Attacking 4 times causes Spectral Waltz to also grant Attack Speed.<br><br><rules><status>Ghosted</status> units ignore collision with other units.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223046.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "OnHit", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 20, "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.07, "PercentAttackSpeedMod": 0.3 }, "effect": { "Effect1Amount": "0.24", "Effect2Amount": "10", "Effect3Amount": "550", "Effect4Amount": "0.1", "Effect5Amount": "0.3", "Effect6Amount": "2.5", "Effect7Amount": "90", "Effect8Amount": "240", "Effect9Amount": "600", "Effect10Amount": "40", "Effect11Amount": "5", "Effect12Amount": "0.3", "Effect13Amount": "0.7", "Effect14Amount": "3", "Effect15Amount": "300", "Effect16Amount": "1", "Effect17Amount": "0.4", "Effect18Amount": "9" } }, "223047": { "name": "Plated Steelcaps", "description": "<mainText><stats><buffedStat>25</buffedStat> Armor<br><attention>30</attention> Move Speed</stats><br><li>Reduces incoming damage from Attacks by <buffedStat>14%</buffedStat>.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223047.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Armor", "Boots"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMovementSpeedMod": 30, "FlatArmorMod": 25 }, "effect": { "Effect1Amount": "0.14" } }, "223050": { "name": "Zeke's Convergence", "description": "<mainText><stats><buffedStat>400</buffedStat> Health<br><attention>250</attention> Mana<br><buffedStat>40</buffedStat> Armor<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Conduit:</active> Designate an <attention>Accomplice</attention>.<br><li><passive>Convergence:</passive> After you <status>Immobilize</status> an enemy, your <attention>Accomplice's</attention> Attacks and Ability hits apply additional damage to that enemy.<br><br><rules>Champions can only be linked by one Zeke's Convergence at a time.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223050.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor", "Active", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatMPPoolMod": 250, "FlatArmorMod": 40 } }, "223053": { "name": "Sterak's Gage", "description": "<mainText><stats><nerfedStat>350</nerfedStat> Health</stats><br><li><passive>The Claws that Catch:</passive> Gain base AD as bonus Attack Damage.<li><passive>Lifeline:</passive> Upon taking damage that would reduce your Health below 30%, gain a Shield, decaying over time, and Tenacity.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223053.png", "sprite": "item0.png", "group": "item", "x": 0, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "Tenacity"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 350 } }, "223065": { "name": "Spirit Visage", "description": "<mainText><stats><nerfedStat>400</nerfedStat> Health<br><nerfedStat>40</nerfedStat> Magic Resist<br><attention>10</attention> Ability Haste<br><attention>100%</attention> Base Health Regen</stats><br><li><passive>Boundless Vitality:</passive> Increases all Healing and Shielding effectiveness on you.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223065.png", "sprite": "item0.png", "group": "item", "x": 48, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "HealthRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatSpellBlockMod": 40 } }, "223068": { "name": "Sunfire Aegis", "description": "<mainText><stats><attention>500</attention> Health<br><attention>50</attention> Armor</stats><br><li><passive>Immolate:</passive> Taking or dealing damage causes you to begin dealing <magicDamage> (15 + 1.75% bonus Health) magic damage</magicDamage> per second to nearby enemies (increased by 25% against minions) for 3 seconds. Damaging Champions or Epic Monsters with this effect adds a stack, increasing subsequent <passive>Immolate</passive> damage by 10% for 5 seconds (max stacks 10).<br></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223068.png", "sprite": "item0.png", "group": "item", "x": 96, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor", "Aura"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 500, "FlatArmorMod": 50 } }, "223071": { "name": "Black Cleaver", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>400</attention> Health<br><nerfedStat>25</nerfedStat> Ability Haste</stats><br><li><passive>Carve:</passive> Dealing physical damage to a champion applies a stack of Armor reduction.<li><passive>Rage:</passive> Dealing physical damage to a champion grants Move Speed per stack of <unique>Carve</unique> on them.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223071.png", "sprite": "item0.png", "group": "item", "x": 144, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "CooldownReduction", "OnHit", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 50, "FlatHPPoolMod": 400 }, "effect": { "Effect1Amount": "-0.2", "Effect2Amount": "0.05", "Effect3Amount": "6", "Effect4Amount": "6", "Effect5Amount": "0.3", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "0", "Effect9Amount": "0", "Effect10Amount": "0.01" } }, "223072": { "name": "Bloodthirster", "description": "<mainText><stats><nerfedStat>50</nerfedStat> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>18%</attention> Life Steal</stats><br><li><passive>Engorge:</passive> While above 50% Health, gain additional Attack Damage.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223072.png", "sprite": "item0.png", "group": "item", "x": 192, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "LifeSteal"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 50, "FlatCritChanceMod": 0.2, "PercentLifeStealMod": 0.18 } }, "223074": { "name": "Ravenous Hydra", "description": "<mainText><stats><attention>65</attention> Attack Damage<br><attention>25</attention> Ability Haste<br><buffedStat>15%</buffedStat> Life Steal</stats><br><li><passive>Cleave:</passive> Attacks and Abilities deal physical damage to other nearby enemies.<br></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223074.png", "sprite": "item0.png", "group": "item", "x": 240, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "LifeSteal", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 65, "PercentLifeStealMod": 0.15 } }, "223075": { "name": "Thornmail", "description": "<mainText><stats><attention>350</attention> Health<br><attention>70</attention> Armor</stats><br><li><passive>Thorns:</passive> When struck by an Attack, deal damage to the attacker and apply 40% <status>Grievous Wounds</status> if they are a champion.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223075.png", "sprite": "item0.png", "group": "item", "x": 288, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 350, "FlatArmorMod": 70 } }, "223078": { "name": "Trinity Force", "description": "<mainText><stats><nerfedStat>30</nerfedStat> Attack Damage<br><attention>33%</attention> Attack Speed<br><nerfedStat>200</nerfedStat> Health<br><attention>20</attention> Ability Haste</stats><br><li><passive>Threefold Strike:</passive> Attacks grant Move Speed. If the target is a champion, increase your base Attack Damage, stacking.<li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Attack Damage, Ability Haste, and Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227018"], "image": { "full": "223078.png", "sprite": "item0.png", "group": "item", "x": 336, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "AttackSpeed", "CooldownReduction", "OnHit", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 30, "FlatHPPoolMod": 200, "PercentAttackSpeedMod": 0.33 }, "effect": { "Effect1Amount": "25", "Effect2Amount": "60", "Effect3Amount": "2", "Effect4Amount": "1.5", "Effect5Amount": "1.5" } }, "223084": { "name": "Heartsteel", "description": "<mainText><stats><attention>800</attention> Health<br><attention>200%</attention> Base Health Regen<br><nerfedStat>10</nerfedStat> Ability Haste</stats><br><li><passive>Colossal Consumption:</passive> Charge up a powerful attack against a champion over 3s while within 700 range of them. The charged attack deals 125 + <scalehealth>6%</scalehealth> of your max Health as bonus physical damage, and grants you 10% of that amount as permanent max Health. (20s) cooldown per target.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>1%</attention> Increased Health & <attention>6%</attention> Champion Size.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227025"], "image": { "full": "223084.png", "sprite": "item0.png", "group": "item", "x": 384, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "HealthRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 800 } }, "223085": { "name": "Runaan's Hurricane", "description": "<mainText><stats><buffedStat>55%</buffedStat> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><li><passive>Peck:</passive> Attacks apply <magicDamage>magic damage</magicDamage> <OnHit>On-Hit</OnHit>.<li><passive>Wind's Fury:</passive> When Attacking, bolts are fired at up to 2 enemies near the target. Bolts apply On-Hit effects and can Critically Strike.<br><br><rules>Item is for Ranged champions only.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223085.png", "sprite": "item0.png", "group": "item", "x": 432, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["CriticalStrike", "AttackSpeed", "OnHit", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.07, "PercentAttackSpeedMod": 0.55 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "40", "Effect3Amount": "2", "Effect4Amount": "0", "Effect5Amount": "40", "Effect6Amount": "1" } }, "223087": { "name": "Statikk Shiv", "description": "<mainText><stats><attention>45</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Electroshock:</passive> Fires chain lightning that bounces to nearby enemies, dealing increased damage to minions.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223087.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "OnHit"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 45, "FlatCritChanceMod": 0.2, "PercentAttackSpeedMod": 0.3 } }, "223089": { "name": "Rabadon's Deathcap", "description": "<mainText><stats><nerfedStat>80</nerfedStat> Ability Power</stats><br><li><passive>Magical Opus:</passive> Increases your total <scaleAP>Ability Power by 40%</scaleAP>.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223089.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMagicDamageMod": 80 } }, "223091": { "name": "Wit's End", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>40%</attention> Attack Speed<br><attention>40</attention> Magic Resist</stats><br><li><passive>Fray:</passive> Attacks apply magic damage On-Hit and grant Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223091.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellBlock", "Damage", "AttackSpeed", "OnHit", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 40, "FlatSpellBlockMod": 40, "PercentAttackSpeedMod": 0.4 } }, "223094": { "name": "Rapid Firecannon", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>15%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Sharpshooter:</passive> Your Energized Attack applies bonus damage. In addition, Energized attacks gain Attack Range.<br><br><rules>Attack Range cannot increase more than 150 units.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223094.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 30, "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.07, "PercentAttackSpeedMod": 0.15 } }, "223095": { "name": "Stormrazor", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>15%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Bolt:</passive> Your Energized Attack applies bonus magic damage and grants Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223095.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 50, "FlatCritChanceMod": 0.2, "PercentAttackSpeedMod": 0.15 } }, "223100": { "name": "Lich Bane", "description": "<mainText><stats><attention>85</attention> Ability Power<br><attention>20</attention> Ability Haste<br><attention>10%</attention> Move Speed</stats><br><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional magic damage.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223100.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "OnHit", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "PercentMovementSpeedMod": 0.1, "FlatMagicDamageMod": 85 } }, "223102": { "name": "Banshee's Veil", "description": "<mainText><stats><buffedStat>90</buffedStat> Ability Power<br><buffedStat>55</buffedStat> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><li><passive>Annul:</passive> Grants a Spell Shield that blocks the next enemy Ability.<br><br><rules>Item cooldown is restarted if you take damage from champions before it is completed.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223102.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellBlock", "SpellDamage", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatSpellBlockMod": 55, "FlatMagicDamageMod": 90 }, "effect": { "Effect1Amount": "40", "Effect2Amount": "45", "Effect3Amount": "10", "Effect4Amount": "-0.1", "Effect5Amount": "8", "Effect6Amount": "2" } }, "223107": { "name": "Redemption", "description": "<mainText><stats><buffedStat>300</buffedStat> Health<br><buffedStat>100%</buffedStat> Base Mana Regen<br><buffedStat>20%</buffedStat> Heal and Shield Power</stats><br><br><active>Active -</active> <active>Intervention:</active> Target an area within. After 2.5 seconds, call down a beam of light to restore Health to allies and damage enemy champions.<br><li><passive>Harmony:</passive> Gain 25% Base Health Regeneration for every additional <scalemana>25% Base Mana Regeneration</scalemana>.<br><br><rules>Item can be activated whilst dead. Damage and healing reduced by 50% if the target has recently been affected by another <active>Intervention</active>. Strength of level-scaling effects are based on the ally's level.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223107.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "ManaRegen"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 300 } }, "223109": { "name": "Knight's Vow", "description": "<mainText><stats><buffedStat>500</buffedStat> Health<br><attention>25</attention> Armor<br><buffedStat>15</buffedStat> Ability Haste<br><attention>125%</attention> Base Health Regen</stats><br><br><active>Active -</active> <active>Pledge:</active> Designate an ally who is <attention>Worthy</attention>..<br><li><passive>Sacrifice:</passive> While your <attention>Worthy</attention> ally is nearby, redirect damage they take to you and heal based on the damage dealt by your <attention>Worthy</attention> ally to Champions.<br></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223109.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "HealthRegen", "Armor", "Aura", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 500, "FlatArmorMod": 25 } }, "223110": { "name": "Frozen Heart", "description": "<mainText><stats><buffedStat>100</buffedStat> Armor<br><attention>400</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Winter's Caress:</passive> Reduces the <attackSpeed>Attack Speed</attackSpeed> of nearby enemies.<li><passive>Rock Solid:</passive> Reduce incoming damage from Attacks.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223110.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Armor", "Mana", "Aura", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMPPoolMod": 400, "FlatArmorMod": 100 } }, "223111": { "name": "Mercury's Treads", "description": "<mainText><stats><buffedStat>35</buffedStat> Magic Resist<br><attention>30</attention> Move Speed<br><buffedStat>35%</buffedStat> Tenacity</stats><br><br><rules>Tenacity reduces the duration of <status>Stun</status>, <status>Slow</status>, <status>Taunt</status>, <status>Fear</status>, <status>Silence</status>, <status>Blind</status>, <status>Polymorph</status> and <status>Immobilizing</status> effects. It has no effect on <status>Airborne</status> or <status>Suppression</status>.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223111.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Boots", "SpellBlock", "Tenacity"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMovementSpeedMod": 30, "FlatSpellBlockMod": 35 } }, "223112": { "name": "Guardian's Orb", "description": "<mainText><stats><attention>65</attention> Ability Power<br><attention>25</attention> Ability Haste</stats><br><li><passive>Recovery:</passive> Restores Mana over time. If you can't gain mana, restores Health instead.<li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223112.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction", "Lane"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMagicDamageMod": 65 }, "effect": { "Effect1Amount": "3" } }, "223115": { "name": "Nashor's Tooth", "description": "<mainText><stats><attention>100</attention> Ability Power<br><nerfedStat>45%</nerfedStat> Attack Speed<br><attention>15</attention> Ability Haste</stats><br><li><passive>Icathian Bite:</passive> Attacks apply magic damage <OnHit>On-Hit</OnHit>.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223115.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["AttackSpeed", "SpellDamage", "OnHit", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMagicDamageMod": 100, "PercentAttackSpeedMod": 0.45 } }, "223116": { "name": "Rylai's Crystal Scepter", "description": "<mainText><stats><buffedStat>85</buffedStat> Ability Power<br><buffedStat>475</buffedStat> Health</stats><br><li><passive>Rimefrost:</passive> Damaging Abilities <status>Slow</status> enemies.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223116.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Slow"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 475, "FlatMagicDamageMod": 85 }, "effect": { "Effect1Amount": "-0.3", "Effect2Amount": "-0.3", "Effect3Amount": "-0.3", "Effect4Amount": "1", "Effect5Amount": "1", "Effect6Amount": "1" } }, "223119": { "name": "Winter's Approach", "description": "<mainText><stats><attention>400</attention> Health<br><attention>500</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain bonus <scaleHealth>Health equal to Total Mana</scaleHealth>.<li><passive>Mana Charge:</passive> <buffedStat>After 2 combat rounds</buffedStat>, this item transforms into <rarityLegendary>Fimbulwinter</rarityLegendary>.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223119.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Mana", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatMPPoolMod": 500 } }, "223121": { "name": "Fimbulwinter", "description": "<mainText><stats><buffedStat>500</buffedStat> Health<br><attention>860</attention> Mana<br><buffedStat>20</buffedStat> Ability Haste</stats><li><passive>Awe:</passive> Gain bonus Health based on Mana.<li><passive>Everlasting:</passive> <status>Immobilizing</status> or <status>Slowing</status> an enemy champion grants a Shield. The Shield is increased if more than one enemy is nearby.</mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 223119, "inStore": false, "image": { "full": "223121.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "Mana", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 500, "FlatMPPoolMod": 860 } }, "223124": { "name": "Guinsoo's Rageblade", "description": "<mainText><stats><attention>25</attention> Attack Damage<br><attention>25</attention> Ability Power<br><buffedStat>30%</buffedStat> Attack Speed</stats><br><li><passive>Wrath:</passive> Attacks apply bonus damage <OnHit>On-Hit</OnHit>. Your Critical Strike Chance is converted into more.<li><passive>Seething Strike:</passive> Basic attacks grant bonus <attackSpeed>Attack Speed</attackSpeed>, stacking up to a cap. While fully stacked, every third Attack applies your <OnHit>On-Hit</OnHit> effects twice.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5%</attention> Armor Penetration and <attention>6%</attention> Magic Penetration.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227030"], "image": { "full": "223124.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["CriticalStrike", "AttackSpeed", "OnHit", "MagicPenetration", "ArmorPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 25, "FlatMagicDamageMod": 25, "PercentAttackSpeedMod": 0.3 }, "effect": { "Effect1Amount": "0.08", "Effect2Amount": "2.5", "Effect3Amount": "2.5", "Effect4Amount": "3", "Effect5Amount": "6", "Effect6Amount": "0.1", "Effect7Amount": "0.1", "Effect8Amount": "15", "Effect9Amount": "1", "Effect10Amount": "3", "Effect11Amount": "0", "Effect12Amount": "0", "Effect13Amount": "3" } }, "223135": { "name": "Void Staff", "description": "<mainText><stats><buffedStat>75</buffedStat> Ability Power<br><buffedStat>40%</buffedStat> Magic Penetration</stats></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223135.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["MagicPenetration", "SpellDamage"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMagicDamageMod": 75 } }, "223139": { "name": "Mercurial Scimitar", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>50</attention> Magic Resist</stats><br><br><active>Active -</active> <active>Quicksilver:</active> Remove all crowd control debuffs and gain Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223139.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellBlock", "Damage", "CriticalStrike", "Active", "NonbootsMovement", "Tenacity"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 40, "FlatCritChanceMod": 0.2, "FlatSpellBlockMod": 50 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "1.5", "Effect3Amount": "45" } }, "223142": { "name": "Youmuu's Ghostblade", "description": "<mainText><stats><buffedStat>65</buffedStat> Attack Damage<br><buffedStat>21</buffedStat> Lethality<br><buffedStat>20</buffedStat> Ability Haste</stats><br><br><active>Active -</active> <active>Wraith Step:</active> Gain Move Speed and Ghosting.<br><li><passive>Haunt:</passive> Gain up to 100 Spectral Shards while moving. Gain <speed> Move Speed</speed> out of champion combat based on the number of Spectral Shards. While at max Shards, gain <scaleAD> Lethality</scaleAD>. Shards will reset 3 seconds after dealing damage to an enemy champion.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention></attention> Attack Damage. <br><br><rules><status>Ghosted</status> units ignore collision with other units.</rules></mainText><br>", "colloq": "", "plaintext": "", "into": ["227029"], "image": { "full": "223142.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Active", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 65 }, "effect": { "Effect1Amount": "45", "Effect2Amount": "0", "Effect3Amount": "0.4", "Effect4Amount": "0", "Effect5Amount": "6", "Effect6Amount": "40" } }, "223143": { "name": "Randuin's Omen", "description": "<mainText><stats><attention>400</attention> Health<br><attention>60</attention> Armor</stats><br><br><active>Active -</active> <active>Humility:</active> <status>Slow</status> nearby enemies.<br><li><passive>Rock Solid:</passive> Reduce incoming damage from Attacks.<li><passive>Critical Resilience:</passive> Critical Strikes deal 25% less damage to you.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223143.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor", "Active", "Slow"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatArmorMod": 60 } }, "223152": { "name": "Hextech Rocketbelt", "description": "<mainText><stats><attention>90</attention> Ability Power<br><attention>9</attention> Magic Penetration<br><attention>400</attention> Health<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Supersonic:</active> Dash in target direction, unleashing an arc of magic missiles that deal damage. Then, gain Move Speed towards enemy champions.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227011"], "image": { "full": "223152.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Active", "CooldownReduction", "NonbootsMovement", "MagicPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatMagicDamageMod": 90 } }, "223153": { "name": "Blade of The Ruined King", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>25%</attention> Attack Speed<br><attention>8%</attention> Life Steal</stats><br><li><passive>Mist's Edge:</passive> Attacks apply physical damage based off of the target's current Health. <li><passive>Siphon:</passive> Attacking a champion 3 times deals magic damage and steals Move Speed.<br><br>Item performance differs for melee and ranged users.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223153.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "AttackSpeed", "LifeSteal", "Slow", "OnHit", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 40, "PercentAttackSpeedMod": 0.25, "PercentLifeStealMod": 0.08 } }, "223156": { "name": "Maw of Malmortius", "description": "<mainText><stats><attention>65</attention> Attack Damage<br><attention>50</attention> Magic Resist</stats><br><li><passive>Lifeline:</passive> Upon taking magic damage that would reduce Health below 30%, gain a magic damage Shield. When <passive>Lifeline</passive> triggers, gain Omnivamp until the end of combat. </mainText><br>", "colloq": "", "plaintext": "", "stacks": 0, "image": { "full": "223156.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellBlock", "Damage"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 65, "FlatSpellBlockMod": 50 } }, "223157": { "name": "Zhonya's Hourglass", "description": "<mainText><stats><attention>80</attention> Ability Power<br><attention>45</attention> Armor<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Stasis:</active> You become <status>Invulnerable</status> and <status>Untargetable</status> for 2.5 seconds, but are prevented from taking any other actions during this time <buffedStat>(30s )</buffedStat>.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223157.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Armor", "SpellDamage", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMagicDamageMod": 80, "FlatArmorMod": 45 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "2.5", "Effect3Amount": "30" } }, "223158": { "name": "Ionian Boots of Lucidity", "description": "<mainText><stats><buffedStat>40</buffedStat> Ability Haste<br><attention>30</attention> Move Speed</stats><br><li>Gain 12 Summoner Spell Haste.<br><br><flavorText>''This item is dedicated in honor of Ionia's victory over Noxus in the Rematch for the Southern Provinces on 10 December, 20 CLE.'</flavorText></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223158.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Boots", "CooldownReduction"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMovementSpeedMod": 30 } }, "223161": { "name": "Spear Of Shojin", "description": "<mainText><stats><nerfedStat>60</nerfedStat> Attack Damage<br><nerfedStat>200</nerfedStat> Health<br><attention>20</attention> Ability Haste</stats><br><li><passive>Dragonforce:</passive> Your Non-Ultimate spells gain (8 (+0.08 per 100 Bonus AD) | 6 (+0.06 per 100 Bonus AD)) Ability Haste, reduced to (4 (+0.04 per 100 Bonus AD) | 3 (+0.03 per 100 Bonus AD))) Ability Haste for Immobilizing spells.<li><passive>Exigency:</passive> Gain up to (0.15 | 0.1) increased move speed, based on your missing health (Maxed when below 33% Health).<br><br>Item performance differs for melee and ranged users.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223161.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 60, "FlatHPPoolMod": 200 } }, "223165": { "name": "Morellonomicon", "description": "<mainText><stats><buffedStat>100</buffedStat> Ability Power<br><buffedStat>250</buffedStat> Health<br><attention>10</attention> Magic Penetration</stats><br><li><passive>Affliction:</passive> Dealing magic damage applies <status>40% Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223165.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "MagicPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 250, "FlatMagicDamageMod": 100 } }, "223177": { "name": "Guardian's Blade", "description": "<mainText><stats><attention>25</attention> Attack Damage<br><attention>300</attention> Health<br><attention>15</attention> Ability Haste</stats><br><li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223177.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Damage", "AttackSpeed", "LifeSteal", "Lane", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 25, "FlatHPPoolMod": 300 }, "effect": { "Effect1Amount": "10" } }, "223181": { "name": "Hullbreaker", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><buffedStat>500</buffedStat> Health<br><attention>150%</attention> Base Health Regen<br><attention>5%</attention> Move Speed</stats><br><br><li><passive>Solo Party:</passive> While no allied champions are nearby you gain <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR> and Attacks deal increased damage to towers.<br><br><rules>Solo Party's resistances decay over 3 seconds when an ally gets too close.</rules><br></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223181.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Armor", "Damage", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 60, "PercentMovementSpeedMod": 0.05, "FlatHPPoolMod": 500 } }, "223184": { "name": "Guardian's Hammer", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>35%</attention> Attack Speed<br><attention>10%</attention> Life Steal</stats><br><li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223184.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Health", "Damage", "CooldownReduction", "Lane"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 30, "PercentAttackSpeedMod": 0.35, "PercentLifeStealMod": 0.1 } }, "223185": { "name": "Guardian's Dirk", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>15</attention> Lethality<br><attention>10</attention> Ability Haste</stats><br><li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223185.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Damage", "ArmorPenetration", "Lane"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 30 } }, "223190": { "name": "Locket of the Iron Solari", "description": "<mainText><stats><buffedStat>400</buffedStat> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>30</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Devotion:</active> Grant nearby allies a <shield>Shield</shield>, decaying over time.<br><li><passive>Consecrate:</passive> Grant nearby allied champions <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR>. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor and Magic Resist increase to <passive>Consecrate</passive>.<br><br></mainText><br>", "colloq": "", "plaintext": "", "into": ["227019"], "image": { "full": "223190.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Armor", "Aura", "Active", "MagicResist", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatSpellBlockMod": 30, "FlatArmorMod": 30 } }, "223193": { "name": "Gargoyle Stoneplate", "description": "<mainText><stats><nerfedStat>35</nerfedStat> Armor<br><nerfedStat>35</nerfedStat> Magic Resist<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Unbreakable:</active> Gain a Shield that decays and grow in size.<br><li><passive>Fortify:</passive> Taking damage from a champion grants a stack of <scaleArmor>bonus Armor</scaleArmor> and <scaleMR>bonus Magic Resist</scaleMR>.<br><br><rules>Max 5 stacks; 1 per champion.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223193.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellBlock", "Armor", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatSpellBlockMod": 35, "FlatArmorMod": 35 } }, "223222": { "name": "Mikael's Blessing", "description": "<mainText><stats><buffedStat>400</buffedStat> Health<br><attention>100%</attention> Base Mana Regen<br><buffedStat>20%</buffedStat> Heal and Shield Power</stats><br><br><active>Active -</active> <active>Purify:</active> Restore Health and Remove all crowd control debuffs (except <status>Knockups</status> and <status>Suppression</status>) from an ally champion.<br><li><passive>Harmony:</passive> Gain 25% Base Health Regeneration for every additional <scalemana>25% Base Mana Regeneration</scalemana>.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223222.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellBlock", "ManaRegen", "Active", "Tenacity"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400 } }, "223504": { "name": "Ardent Censer", "description": "<mainText><stats><attention>35</attention> Ability Power<br><buffedStat>12%</buffedStat> Heal and Shield Power<br><attention>75%</attention> Base Mana Regen<br><attention>5%</attention> Move Speed</stats><br><li><passive>Sanctify:</passive> Healing or Shielding another ally enhances you both, granting Attack Speed and magic damage <OnHit>On-Hit</OnHit>. <br></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223504.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["AttackSpeed", "SpellDamage", "ManaRegen", "OnHit", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatMagicDamageMod": 35 } }, "223508": { "name": "Essence Reaver", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><buffedStat>25</buffedStat> Ability Haste</stats><br><li><passive>Spellblade:</passive> After using an Ability, your next Attack deals additional damage and restores Mana.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223508.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "ManaRegen", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 55, "FlatCritChanceMod": 0.2 } }, "223742": { "name": "Dead Man's Plate", "description": "<mainText><stats><buffedStat>350</buffedStat> Health<br><buffedStat>50</buffedStat> Armor<br><buffedStat>7%</buffedStat> Move Speed</stats><li><passive>Shipwrecker:</passive> While moving, build up Move Speed. Your next Attack discharges built up Move Speed to deal damage. If dealt by a Melee champion at top speed, the Attack also <status>Slows</status> the target.<br><br><flavorText>''There's only one way you'll get this armor from me...'' - forgotten namesake</flavorText></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223742.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor", "Slow", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "PercentMovementSpeedMod": 0.07, "FlatHPPoolMod": 350, "FlatArmorMod": 50 } }, "223748": { "name": "Titanic Hydra", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>500</attention> Health</stats><br><li><passive>Colossus:</passive> Gain bonus <scaleAD>Attack Damage based off of bonus Health</scaleAD>.<li><passive>Cleave:</passive> Attacks apply additional damage <OnHit>On-Hit</OnHit>, creating a shockwave that deals damage to enemies behind the target.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "223748.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "HealthRegen", "Damage", "OnHit"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 30, "FlatHPPoolMod": 500 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "40", "Effect3Amount": "0", "Effect4Amount": "0", "Effect5Amount": "0.1", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "0", "Effect9Amount": "0", "Effect10Amount": "5" } }, "223814": { "name": "Edge of Night", "description": "<mainText><stats><buffedStat>55</buffedStat> Attack Damage<br><buffedStat>17</buffedStat> Lethality<br><attention>325</attention> Health</stats><br><li><passive>Annul:</passive> Gain a Spell Shield that blocks the next enemy Ability.<br><br><rules>Item's cooldown is restarted if you take damage before it is completed.</rules></mainText><br>", "colloq": "", "plaintext": "", "stacks": 0, "image": { "full": "223814.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "ArmorPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 55, "FlatHPPoolMod": 325 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "0", "Effect3Amount": "0", "Effect4Amount": "40" } }, "224005": { "name": "Imperial Mandate", "description": "<mainText><stats><attention>55</attention> Ability Power<br><buffedStat>30</buffedStat> Ability Haste<br><attention>100%</attention> Base Mana Regen</stats><br><li><passive>Coordinated Fire:</passive> Abilities that <status>Slow</status> or <status>Immobilize</status> a champion deal <magicDamage>bonus magic damage</magicDamage> and marks them. Ally champion damage detonates the mark, dealing additional magic damage and granting you both Move Speed. </mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "224005.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "ManaRegen", "CooldownReduction", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMagicDamageMod": 55 } }, "224401": { "name": "Force of Nature", "description": "<mainText><stats><attention>400</attention> Health<br><attention>60</attention> Magic Resist<br><attention>5%</attention> Move Speed</stats><br><li><passive>Absorb:</passive> Taking <magicDamage>magic damage</magicDamage> from enemy Champions grants a stack of <attention>Steadfast</attention>. Enemy <status>Immobilizing</status> effects grant additional stacks.<li><passive>Dissipate:</passive> While at max stacks of <attention>Steadfast</attention>, gain increased Magic Resist and Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "224401.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatHPPoolMod": 400, "FlatSpellBlockMod": 60 } }, "224628": { "name": "Horizon Focus", "description": "<mainText><stats><attention>100</attention> Ability Power<br><buffedStat>300</buffedStat> Health<br><buffedStat>20</buffedStat> Ability Haste</stats><br><li><passive>Hypershot:</passive> Damaging a champion with a non-targeted Ability at over 700 range or <status>Slowing or Immobilizing</status> them <keywordStealth>Reveals</keywordStealth> them and increases their damage taken from you.<br><br><rules>The Ability that triggers <passive>Hypershot</passive> also benefits from the damage increase. Pets and non-immobilizing traps do not trigger this effect. Only the initial placement of zone Abilities will trigger this effect. Distance is measured from the Ability cast position. </rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "224628.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 100 } }, "224629": { "name": "Cosmic Drive", "description": "<mainText><stats><attention>100</attention> Ability Power<br><buffedStat>35</buffedStat> Ability Haste<br><attention>5%</attention> Move Speed</stats><br><li><passive>Spelldance:</passive> Damaging a champion generates a stack of <speed>2.5% Move Speed</speed> every 1.5 seconds for the next 5 seconds up to <speed>10% Move Speed</speed>. At 4 stacks, gain an additional <speed>10% Move Speed</speed> (<speed>20% Move Speed</speed> total). Dealing damage refreshes this effect.<br> <br></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "224629.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatMagicDamageMod": 100 } }, "224633": { "name": "Riftmaker", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>300</attention> Health<br><attention>15</attention> Ability Haste<br><attention>7%</attention> Omnivamp</stats><br><li><passive>Void Corruption:</passive> For each second damaging enemy champions, deal bonus damage. At maximum strength, the bonus damage is dealt as <trueDamage>true damage</trueDamage> instead. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Omnivamp and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227009"], "image": { "full": "224633.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "SpellVamp", "MagicPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 70 } }, "224636": { "name": "Night Harvester", "description": "<mainText><stats><attention>90</attention> Ability Power<br><attention>400</attention> Health<br><attention>25</attention> Ability Haste</stats><br><li><passive>Soulrend:</passive> Damaging a champion with Attacks or Abilities deals additional magic damage and grants you Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227010"], "image": { "full": "224636.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatMagicDamageMod": 90 } }, "224637": { "name": "Demonic Embrace", "description": "<mainText><stats><attention>75</attention> Ability Power<br><attention>350</attention> Health</stats><br><li><passive>Azakana's Gaze:</passive> Dealing Ability damage burns enemies for max Health magic damage every second.<li><passive>Dark Pact:</passive> Gain <scaleHealth>bonus Health</scaleHealth> as <scaleAP>Ability Power</scaleAP>. </mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "224637.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 350, "FlatMagicDamageMod": 75 } }, "224644": { "name": "Crown of the Shattered Queen", "description": "<mainText><stats><buffedStat>100</buffedStat> Ability Power<br><attention>250</attention> Health<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Divine Safeguard:</passive> You are <keywordMajor>Safeguarded</keywordMajor>, reducing incoming champion damage. <keywordMajor>Safeguard</keywordMajor> persists for 1.5 seconds after taking champion damage. <li><passive>Holy Gift:</passive> While <keywordMajor>Safeguarded</keywordMajor> and for 3 seconds after it is broken, gain Ability Power. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227024"], "image": { "full": "224644.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Mana", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 250, "FlatMPPoolMod": 600, "FlatMagicDamageMod": 100 } }, "224645": { "name": "Shadowflame", "description": "<mainText><stats><attention>100</attention> Ability Power<br><attention>200</attention> Health</stats><br><li><passive>Cinderbloom:</passive> Damage to champions benefits from additional <keywordStealth>Magic Penetration</keywordStealth> based on their current <scaleHealth>Health</scaleHealth>. If the target was recently affected by Shields, gain the maximum benefit against that target. </mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "224645.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "MagicPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 100 } }, "226035": { "name": "Silvermere Dawn", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><buffedStat>400</buffedStat> Health<br><attention>40</attention> Magic Resist</stats><br><br><active>Active -</active> <active>Quicksilver:</active> Remove all crowd control debuffs and gain Tenacity and Slow Resistance.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "226035.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Damage", "Active", "Tenacity"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 40, "FlatHPPoolMod": 400, "FlatSpellBlockMod": 40 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "1", "Effect3Amount": "45" } }, "226333": { "name": "Death's Dance", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>15</attention> Ability Haste<br><attention>45</attention> Armor</stats><br><li><passive>Ignore Pain:</passive> Damage taken is dealt to you over time instead.<li><passive>Defy:</passive> Champion takedowns cleanse <passive>Ignore Pain's</passive> remaining damage pool and restore Health over time.</mainText><br>", "colloq": "", "plaintext": "", "stacks": 0, "image": { "full": "226333.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Armor", "Damage", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 55, "FlatArmorMod": 45 } }, "226609": { "name": "Chempunk Chainsword", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><buffedStat>400</buffedStat> Health<br><attention>25</attention> Ability Haste</stats><br><li><passive>Hackshorn:</passive> Dealing physical damage applies 40% <status>Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "226609.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 55, "FlatHPPoolMod": 400 } }, "226616": { "name": "Staff of Flowing Water", "description": "<mainText><stats><buffedStat>35</buffedStat> Ability Power<br><buffedStat>12%</buffedStat> Heal and Shield Power<br><attention>75%</attention> Base Mana Regen<br><buffedStat>15%</buffedStat> Move Speed</stats><br><li><passive>Rapids:</passive> Healing or Shielding another ally grants you both Ability Power and Ability Haste.<br></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "226616.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "ManaRegen", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "PercentMovementSpeedMod": 0.15, "FlatMagicDamageMod": 35 } }, "226617": { "name": "Moonstone Renewer", "description": "<mainText><stats><buffedStat>45</buffedStat> Ability Power<br><attention>200</attention> Health<br><buffedStat>30</buffedStat> Ability Haste<br><attention>100%</attention> Base Mana Regen</stats><br><li><passive>Starlit Grace:</passive> Healing or shielding an ally chains to the nearest ally champion (excluding yourself), healing or shielding based on the original amount<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Heal and Shield Power.</attention></mainText><br>", "colloq": "", "plaintext": "", "into": ["227021"], "image": { "full": "226617.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 45 } }, "226620": { "name": "Echoes of Helia", "description": "<mainText><stats><attention>30</attention> Ability Power<br><attention>200</attention> Health<br><attention>30</attention> Ability Haste<br><attention>125%</attention> Base Mana Regen</stats><br><li><passive>Soul Siphon:</passive> Damaging a champion grants a <passive>Soul Shard</passive>. Healing or Shielding an ally consumes all <passive>Soul Shards</passive> to restore Health and deals magic damage per Shard to the nearest enemy champion.<br><li><passive>Dissonance:</passive> Gain <scaleAP>Ability Power</scaleAP> per <scaleMana> Base Mana Regeneration</scaleMana>. Disables Harmony.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Ability Haste.</attention><br></mainText><br>", "colloq": "", "plaintext": "", "into": ["227033"], "image": { "full": "226620.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 30 } }, "226630": { "name": "Goredrinker", "description": "<mainText><stats><nerfedStat>50</nerfedStat> Attack Damage<br><nerfedStat>200</nerfedStat> Health<br><attention>20</attention> Ability Haste<br><attention>8%</attention> Omnivamp</stats><br><br><active>Active -</active> <active>Thirsting Slash:</active> Deal damage to nearby enemies. Restore Health for each champion hit.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health and Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227015"], "image": { "full": "226630.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "LifeSteal", "Active", "CooldownReduction", "SpellVamp", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 50, "FlatHPPoolMod": 200 } }, "226631": { "name": "Stridebreaker", "description": "<mainText><stats><nerfedStat>50</nerfedStat> Attack Damage<br><attention>20%</attention> Attack Speed<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Halting Slash:</active> Deal damage to nearby enemies, <status>Slowing</status> them. Can be cast while moving.<br><li><passive>Heroic Gait:</passive> Dealing physical damage grants Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227016"], "image": { "full": "226631.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "AttackSpeed", "Active", "CooldownReduction", "Slow", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 50, "FlatHPPoolMod": 300, "PercentAttackSpeedMod": 0.2 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "0", "Effect3Amount": "90", "Effect4Amount": "0", "Effect5Amount": "10" } }, "226632": { "name": "Divine Sunderer", "description": "<mainText><stats><nerfedStat>35</nerfedStat> Attack Damage<br><nerfedStat>200</nerfedStat> Health<br><attention>20</attention> Ability Haste</stats><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage <OnHit>On-Hit</OnHit>. If the target is a champion, also heal.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Magic Penetration.<br></mainText><br>", "colloq": "", "plaintext": "", "into": ["227017"], "image": { "full": "226632.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "CooldownReduction", "OnHit", "MagicPenetration", "ArmorPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 35, "FlatHPPoolMod": 200 } }, "226653": { "name": "Liandry's Anguish", "description": "<mainText><stats><nerfedStat>70</nerfedStat> Ability Power<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Agony:</passive> Deal bonus magic damage to Champions based on the target's bonus Health.<li><passive>Torment:</passive> Dealing damage with Abilities causes enemies to burn over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227012"], "image": { "full": "226653.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "Mana", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMPPoolMod": 600, "FlatMagicDamageMod": 70 } }, "226655": { "name": "Luden's Tempest", "description": "<mainText><stats><buffedStat>100</buffedStat> Ability Power<br><buffedStat>9</buffedStat> Magic Penetration<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Echo:</passive> Damaging Abilities deal magic damage to the target and 3 nearby enemies and grants you Move Speed. Dealing ability damage to Champions reduces this item's cooldown.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration. </mainText><br>", "colloq": "", "plaintext": "", "into": ["227013"], "image": { "full": "226655.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "Mana", "CooldownReduction", "NonbootsMovement", "MagicPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMPPoolMod": 600, "FlatMagicDamageMod": 100 } }, "226656": { "name": "Everfrost", "description": "<mainText><stats><attention>70</attention> Ability Power<br><buffedStat>400</buffedStat> Health<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Glaciate:</active> Deal damage in a cone, <status>Slowing</status> enemies hit. Enemies at the center of the cone are <status>Rooted</status> instead.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Power. <br></mainText><br>", "colloq": "", "plaintext": "", "into": ["227014"], "image": { "full": "226656.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Mana", "Active", "CooldownReduction", "Slow", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatMPPoolMod": 600, "FlatMagicDamageMod": 70 } }, "226657": { "name": "Rod of Ages", "description": "<mainText><stats><buffedStat>70</buffedStat> Ability Power<br><attention>400</attention> Health<br><attention>400</attention> Mana</stats><br><br><buffedStat>After 2 combat rounds</buffedStat>, this item gains 300 Health, 300 Mana, 40 Ability Power. In addition, gain a level and all effects of Eternity are increased by 50%.<br><li><passive>Eternity:</passive> Restore Mana equal to 7% of premitigation damage taken from champions, and Health equal to 25% of Mana spent, up to 20 Health per cast, per second. For every 200 Health or Mana restored this way, gain <speed>35% Decaying Move Speed</speed> for 3 seconds.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5 Ability Haste.</attention></mainText><br>", "colloq": "", "plaintext": "", "into": ["227028"], "image": { "full": "226657.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "HealthRegen", "SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatMPPoolMod": 400, "FlatMagicDamageMod": 70 } }, "226662": { "name": "Iceborn Gauntlet", "description": "<mainText><stats><attention>400</attention> Health<br><attention>50</attention> Armor<br><nerfedStat>10</nerfedStat> Ability Haste</stats><br><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage and creates a frost field for 2.5s. Enemies that move across the field are <status>Slowed</status>. Your primary target is crippled, applying a 100% stronger slow on them and reducing their damage by 10% against you for 2.5s. (1.5s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>50 Health</attention>, <attention>5%</attention> Tenacity, and <attention>5%</attention> Slow Resist.<br></mainText><br>", "colloq": "", "plaintext": "", "into": ["227005"], "image": { "full": "226662.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor", "CooldownReduction", "Slow", "OnHit", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatArmorMod": 50 } }, "226664": { "name": "Turbo Chemtank", "description": "<mainText><stats><buffedStat>600</buffedStat> Health<br><attention>50</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Supercharged:</active> Grants Move Speed towards enemies or enemy turrets. Once near an enemy (or after 4 seconds) a shockwave is emitted that <status>Slows</status> nearby champions.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "226664.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Active", "CooldownReduction", "Slow", "NonbootsMovement", "MagicResist", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 600, "FlatSpellBlockMod": 50 } }, "226665": { "name": "Jak'Sho, The Protean", "description": "<mainText><stats><nerfedStat>300</nerfedStat> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><nerfedStat>10</nerfedStat> Ability Haste</stats><br><li><passive>Voidborn Resilience:</passive> For each second in champion combat gain a stack granting <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR>, up to 8 stacks max. At max stacks become empowered, instantly draining enemies around you for magic damage, healing yourself, and increasing your bonus resist until end of combat.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention>.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227026"], "image": { "full": "226665.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Armor", "CooldownReduction", "MagicResist", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 300, "FlatSpellBlockMod": 30, "FlatArmorMod": 30 } }, "226667": { "name": "Radiant Virtue", "description": "<mainText><stats><attention>350</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><li><passive>Guiding Light:</passive> Upon casting your Ultimate you Transcend, increasing your Max Health. While Transcended you and allies heal over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227027"], "image": { "full": "226667.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Armor", "Aura", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 350, "FlatSpellBlockMod": 30, "FlatArmorMod": 30 } }, "226671": { "name": "Galeforce", "description": "<mainText><stats><nerfedStat>55</nerfedStat> Attack Damage<br><attention>15%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><br><active>Active -</active> <active>Cloudburst:</active> Dash in target direction, firing three missiles at the lowest Health enemy near your destination. Deals physical damage, increased against low Health targets.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><rules>Maximum missile damage dealt when enemy Health is below 25%.<br>Cloudburst's dash cannot pass through terrain.</rules></mainText><br>", "colloq": "", "plaintext": "", "into": ["227006"], "image": { "full": "226671.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "Active", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 55, "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.07, "PercentAttackSpeedMod": 0.15 } }, "226672": { "name": "Kraken Slayer", "description": "<mainText><stats><nerfedStat>35</nerfedStat> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Bring It Down:</passive> Every third Attack deals additional physical damage. Repeated triggers on the same target increase the damage dealt.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "226672.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 35, "FlatCritChanceMod": 0.2, "PercentAttackSpeedMod": 0.3 } }, "226673": { "name": "Immortal Shieldbow", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>10%</attention> Life Steal</stats><br><li><passive>Lifeline:</passive> When taking damage that would reduce you below 30% Health, gain a Shield. In addition, gain Attack Speed.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "226673.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "LifeSteal", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 50, "FlatCritChanceMod": 0.2, "PercentLifeStealMod": 0.1 } }, "226675": { "name": "Navori Quickblades", "description": "<mainText><stats><nerfedStat>55</nerfedStat> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>15</attention> Ability Haste</stats><br><li><passive>Transcendence:</passive> Your Attacks reduce your non-Ultimate Ability cooldowns.<li><passive>Impermanence:</passive> Your abilities deal increased damage based on Critical Strike Chance.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227032"], "image": { "full": "226675.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 55, "FlatCritChanceMod": 0.2 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "1", "Effect3Amount": "90" } }, "226676": { "name": "The Collector", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><buffedStat>18</buffedStat> Lethality</stats><br><li><passive>Death and Taxes:</passive> Dealing damage that would leave an enemy champion below 5% Health executes them.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "226676.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "ArmorPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 55, "FlatCritChanceMod": 0.2 } }, "226691": { "name": "Duskblade of Draktharr", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><buffedStat>21</buffedStat> Lethality<br><attention>20</attention> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (10s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>", "colloq": "", "plaintext": "", "into": ["227002"], "image": { "full": "226691.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Stealth", "CooldownReduction", "Slow", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 60 } }, "226692": { "name": "Eclipse", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><buffedStat>15</buffedStat> Lethality<br><attention>15</attention> Ability Haste</stats><br><br><li><passive>Ever Rising Moon:</passive> Hitting a champion with 2 separate Attacks or Abilities within 1.5 seconds deals additional damage, grants you Move Speed and a Shield.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "into": ["227001"], "image": { "full": "226692.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CooldownReduction", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 60 } }, "226693": { "name": "Prowler's Claw", "description": "<mainText><stats><buffedStat>60</buffedStat> Attack Damage<br><buffedStat>19</buffedStat> Lethality<br><buffedStat>20</buffedStat> Ability Haste</stats><br><br><li><passive>Sandstrike:</passive> After dashing, blinking, or exiting Stealth, your next Attack on a champion deals an additional physical damage. If dealt by a Melee champion, this Attack also <status>Slows</status> the target.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "226693.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Active", "CooldownReduction", "ArmorPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 60 } }, "226694": { "name": "Serylda's Grudge", "description": "<mainText><stats><attention>45</attention> Attack Damage<br><buffedStat>40%</buffedStat> Armor Penetration<br><nerfedStat>15</nerfedStat> Ability Haste</stats><br><li><passive>Bitter Cold:</passive> Damaging Abilities <status>Slow</status> enemies.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "226694.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CooldownReduction", "ArmorPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 45 } }, "226695": { "name": "Serpent's Fang", "description": "<mainText><stats><buffedStat>70</buffedStat> Attack Damage<br><buffedStat>18</buffedStat> Lethality</stats><br><li><passive>Shield Reaver:</passive> Dealing damage to an enemy champion reduces any shields they gain. When you damage an enemy who is unaffected by Shield Reaver, reduce all shields on them.<br><br>Item performance differs for melee and ranged users.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "226695.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "ArmorPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 70 } }, "226696": { "name": "Axiom Arc", "description": "<mainText><stats><buffedStat>60</buffedStat> Attack Damage<br><buffedStat>21</buffedStat> Lethality<br><attention>25</attention> Ability Haste</stats><br><li><passive>Apophthegm:</passive> <buffedStat>Your Ultimate Abilities deal 25% increased damage</buffedStat>.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "226696.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "ArmorPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 60 } }, "227001": { "name": "Syzygy", "description": "<mainText><stats><ornnBonus>80</ornnBonus> Attack Damage<br><ornnBonus>20</ornnBonus> Lethality<br><ornnBonus>20</ornnBonus> Ability Haste</stats><br><br><li><passive>Ever Rising Moon:</passive> Hitting a champion with 2 separate Attacks or Abilities within 1.5 seconds deals additional damage, grants you Move Speed and a Shield.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["226692"], "inStore": false, "image": { "full": "227001.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CooldownReduction", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 80 }, "depth": 2 }, "227002": { "name": "Draktharr's Shadowcarver", "description": "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (10s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["226691"], "inStore": false, "image": { "full": "227002.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Stealth", "CooldownReduction", "Slow", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 75 }, "depth": 2 }, "227005": { "name": "Frozen Fist", "description": "<mainText><stats><ornnBonus>550</ornnBonus> Health<br><ornnBonus>70</ornnBonus> Armor<br><ornnBonus>15</ornnBonus> Ability Haste</stats><br><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage and creates a frost field for 2.5s. Enemies that move across the field are <status>Slowed</status>. Your primary target is crippled, applying a 100% stronger slow on them and reducing their damage by 10% against you for 2.5s. (1.5s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>50 Health</attention>, <attention>5%</attention> Tenacity, and <attention>5%</attention> Slow Resist.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["226662"], "inStore": false, "image": { "full": "227005.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor", "CooldownReduction", "Slow", "OnHit", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 550, "FlatArmorMod": 70 }, "depth": 2 }, "227006": { "name": "Typhoon", "description": "<mainText><stats><nerfedStat>70</nerfedStat> Attack Damage<br><ornnBonus>30%</ornnBonus> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><ornnBonus>10%</ornnBonus> Move Speed</stats><br><br><active>Active -</active> <active>Cloudburst:</active> Dash in target direction, firing three missiles at the lowest Health enemy near your destination. Deals physical damage, increased against low Health targets.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><rules>Maximum missile damage dealt when enemy Health is below 25%.<br>Cloudburst's dash cannot pass through terrain.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["226671"], "inStore": false, "image": { "full": "227006.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "Active", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 70, "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.1, "PercentAttackSpeedMod": 0.3 }, "depth": 2 }, "227009": { "name": "Icathia's Curse", "description": "<mainText><stats><ornnBonus>90</ornnBonus> Ability Power<br><ornnBonus>450</ornnBonus> Health<br><ornnBonus>20</ornnBonus> Ability Haste<br><ornnBonus>8%</ornnBonus> Omnivamp</stats><br><li><passive>Void Corruption:</passive> For each second damaging enemy champions, deal bonus damage. At maximum strength, the bonus damage is dealt as <trueDamage>true damage</trueDamage> instead. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Omnivamp and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "from": ["224633"], "inStore": false, "image": { "full": "227009.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "SpellVamp", "MagicPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 450, "FlatMagicDamageMod": 90 }, "depth": 2 }, "227010": { "name": "Vespertide", "description": "<mainText><stats><ornnBonus>120</ornnBonus> Ability Power<br><ornnBonus>500</ornnBonus> Health<br><ornnBonus>30</ornnBonus> Ability Haste</stats><br><li><passive>Soulrend:</passive> Damaging a champion with Attacks or Abilities deals additional magic damage and grants you Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["224636"], "inStore": false, "image": { "full": "227010.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 500, "FlatMagicDamageMod": 120 }, "depth": 2 }, "227011": { "name": "Upgraded Aeropack", "description": "<mainText><stats><ornnBonus>120</ornnBonus> Ability Power<br><ornnBonus>10</ornnBonus> Magic Penetration<br><ornnBonus>500</ornnBonus> Health<br><ornnBonus>20</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Supersonic:</active> Dash in target direction, unleashing an arc of magic missiles that deal damage. Then, gain Move Speed towards enemy champions.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration.</mainText><br>", "colloq": "", "plaintext": "", "from": ["223152"], "inStore": false, "image": { "full": "227011.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Active", "CooldownReduction", "NonbootsMovement", "MagicPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 500, "FlatMagicDamageMod": 120 }, "depth": 2 }, "227012": { "name": "Liandry's Lament", "description": "<mainText><stats><ornnBonus>100</ornnBonus> Ability Power<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Agony:</passive> Deal bonus magic damage to Champions based on the target's bonus Health.<li><passive>Torment:</passive> Dealing damage with Abilities causes enemies to burn over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["226653"], "inStore": false, "image": { "full": "227012.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "Mana", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMPPoolMod": 800, "FlatMagicDamageMod": 100 }, "depth": 2 }, "227013": { "name": "Eye of Luden", "description": "<mainText><stats><ornnBonus>120</ornnBonus> Ability Power<br><ornnBonus>13</ornnBonus> Magic Penetration<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Echo:</passive> Damaging Abilities deal magic damage to the target and 3 nearby enemies and grants you Move Speed. Dealing ability damage to Champions reduces this item's cooldown.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration. </mainText><br>", "colloq": "", "plaintext": "", "from": ["226655"], "inStore": false, "image": { "full": "227013.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "Mana", "CooldownReduction", "NonbootsMovement", "MagicPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMPPoolMod": 800, "FlatMagicDamageMod": 120 }, "depth": 2 }, "227014": { "name": "Eternal Winter", "description": "<mainText><stats><ornnBonus>90</ornnBonus> Ability Power<br><ornnBonus>550</ornnBonus> Health<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Glaciate:</active> Deal damage in a cone, <status>Slowing</status> enemies hit. Enemies at the center of the cone are <status>Rooted</status> instead.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Power. <br></mainText><br>", "colloq": "", "plaintext": "", "from": ["226656"], "inStore": false, "image": { "full": "227014.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Mana", "Active", "CooldownReduction", "Slow", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 550, "FlatMPPoolMod": 800, "FlatMagicDamageMod": 90 }, "depth": 2 }, "227015": { "name": "Ceaseless Hunger", "description": "<mainText><stats><nerfedStat>65</nerfedStat> Attack Damage<br><nerfedStat>350</nerfedStat> Health<br><ornnBonus>25</ornnBonus> Ability Haste<br><ornnBonus>12%</ornnBonus> Omnivamp</stats><br><br><active>Active -</active> <active>Thirsting Slash:</active> Deal damage to nearby enemies. Restore Health for each champion hit.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health and Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["226630"], "inStore": false, "image": { "full": "227015.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "LifeSteal", "Active", "CooldownReduction", "SpellVamp", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 65, "FlatHPPoolMod": 350 }, "depth": 2 }, "227016": { "name": "Dreamshatter", "description": "<mainText><stats><nerfedStat>60</nerfedStat> Attack Damage<br><ornnBonus>30%</ornnBonus> Attack Speed<br><ornnBonus>400</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Halting Slash:</active> Deal damage to nearby enemies, <status>Slowing</status> them. Can be cast while moving.<br><li><passive>Heroic Gait:</passive> Dealing physical damage grants Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["226631"], "inStore": false, "image": { "full": "227016.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "AttackSpeed", "Active", "CooldownReduction", "Slow", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 60, "FlatHPPoolMod": 400, "PercentAttackSpeedMod": 0.3 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "0", "Effect3Amount": "90", "Effect4Amount": "0", "Effect5Amount": "10" }, "depth": 2 }, "227017": { "name": "Deicide", "description": "<mainText><stats><nerfedStat>55</nerfedStat> Attack Damage<br><nerfedStat>350</nerfedStat> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage <OnHit>On-Hit</OnHit>. If the target is a champion, also heal.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Magic Penetration.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["226632"], "inStore": false, "image": { "full": "227017.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "CooldownReduction", "OnHit", "MagicPenetration", "ArmorPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 55, "FlatHPPoolMod": 350 }, "depth": 2 }, "227018": { "name": "Infinity Force", "description": "<mainText><stats><nerfedStat>40</nerfedStat> Attack Damage<br><ornnBonus>45%</ornnBonus> Attack Speed<br><nerfedStat>300</nerfedStat> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Threefold Strike:</passive> Attacks grant Move Speed. If the target is a champion, increase your base Attack Damage, stacking.<li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Attack Damage, Ability Haste, and Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["223078"], "inStore": false, "image": { "full": "227018.png", "sprite": "item1.png", "group": "item", "x": 0, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "AttackSpeed", "CooldownReduction", "OnHit", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 40, "FlatHPPoolMod": 300, "PercentAttackSpeedMod": 0.45 }, "effect": { "Effect1Amount": "25", "Effect2Amount": "60", "Effect3Amount": "2", "Effect4Amount": "1.5", "Effect5Amount": "1.5" }, "depth": 2 }, "227019": { "name": "Reliquary of the Golden Dawn", "description": "<mainText><stats><buffedStat>600</buffedStat> Health<br><ornnBonus>35</ornnBonus> Ability Haste<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist</stats><br><br><active>Active -</active> <active>Devotion:</active> Grant nearby allies a <shield>Shield</shield>, decaying over time.<br><li><passive>Consecrate:</passive> Grant nearby allied champions <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR>. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor and Magic Resist increase to <passive>Consecrate</passive>.<br><br></mainText><br>", "colloq": "", "plaintext": "", "from": ["223190"], "inStore": false, "image": { "full": "227019.png", "sprite": "item1.png", "group": "item", "x": 48, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Armor", "Aura", "Active", "MagicResist", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 600, "FlatSpellBlockMod": 40, "FlatArmorMod": 40 }, "depth": 2 }, "227020": { "name": "Shurelya's Requiem", "description": "<mainText><stats><ornnBonus>75</ornnBonus> Ability Power<br><ornnBonus>600</ornnBonus> Health<br><buffedStat>45</buffedStat> Ability Haste<br><ornnBonus>200%</ornnBonus> Base Mana Regen</stats><br><br><active>Active -</active> <active>Inspire:</active> Grants nearby allies Move Speed.<li><passive>Motivate:</passive> Empowering or Protecting another ally Champion grants both allies Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["222065"], "inStore": false, "image": { "full": "227020.png", "sprite": "item1.png", "group": "item", "x": 96, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "ManaRegen", "Active", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 600, "FlatMagicDamageMod": 75 }, "depth": 2 }, "227021": { "name": "Starcaster", "description": "<mainText><stats><ornnBonus>80</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><buffedStat>35</buffedStat> Ability Haste<br><ornnBonus>200%</ornnBonus> Base Mana Regen</stats><br><li><passive>Starlit Grace:</passive> Healing or shielding an ally chains to the nearest ally champion (excluding yourself), healing or shielding based on the original amount<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Heal and Shield Power.</attention></mainText><br>", "colloq": "", "plaintext": "", "from": ["226617"], "inStore": false, "image": { "full": "227021.png", "sprite": "item1.png", "group": "item", "x": 144, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 80 }, "depth": 2 }, "227023": { "name": "Equinox", "description": "<mainText><stats><ornnBonus>500</ornnBonus> Health<br><attention>40</attention> Armor<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist</stats><br><li><passive>Coruscation:</passive> After <status>Immobilizing</status> champions or being <status>Immobilized</status>, cause that target and all nearby enemy Champions to take increased damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention></mainText><br>", "colloq": "", "plaintext": "", "from": ["223001"], "inStore": false, "image": { "full": "227023.png", "sprite": "item1.png", "group": "item", "x": 192, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Armor", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 500, "FlatSpellBlockMod": 40, "FlatArmorMod": 40 }, "depth": 2 }, "227024": { "name": "Caesura", "description": "<mainText><stats><ornnBonus>120</ornnBonus> Ability Power<br><ornnBonus>350</ornnBonus> Health<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Divine Safeguard:</passive> You are <keywordMajor>Safeguarded</keywordMajor>, reducing incoming champion damage. <keywordMajor>Safeguard</keywordMajor> persists for 1.5 seconds after taking champion damage. <li><passive>Holy Gift:</passive> While <keywordMajor>Safeguarded</keywordMajor> and for 3 seconds after it is broken, gain Ability Power. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "from": ["224644"], "inStore": false, "image": { "full": "227024.png", "sprite": "item1.png", "group": "item", "x": 240, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Mana", "NonbootsMovement", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 350, "FlatMPPoolMod": 800, "FlatMagicDamageMod": 120 }, "depth": 2 }, "227025": { "name": "Leviathan", "description": "<mainText><stats><ornnBonus>1050</ornnBonus> Health<br><ornnBonus>300%</ornnBonus> Base Health Regen<br><ornnBonus>15</ornnBonus> Ability Haste</stats><br><li><passive>Colossal Consumption:</passive> Charge up a powerful attack against a champion over 3s while within 700 range of them. The charged attack deals 125 + <scalehealth>6%</scalehealth> of your max Health as bonus physical damage, and grants you 10% of that amount as permanent max Health. (20s) cooldown per target.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>1%</attention> Increased Health & <attention>6%</attention> Champion Size.</mainText><br>", "colloq": "", "plaintext": "", "from": ["223084"], "inStore": false, "image": { "full": "227025.png", "sprite": "item1.png", "group": "item", "x": 288, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "HealthRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 1050 }, "depth": 2 }, "227026": { "name": "The Unspoken Parasite", "description": "<mainText><stats><nerfedStat>450</nerfedStat> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>15</ornnBonus> Ability Haste</stats><br><li><passive>Voidborn Resilience:</passive> For each second in champion combat gain a stack granting <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR>, up to 8 stacks max. At max stacks become empowered, instantly draining enemies around you for magic damage, healing yourself, and increasing your bonus resist until end of combat.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention>.</mainText><br>", "colloq": "", "plaintext": "", "from": ["226665"], "inStore": false, "image": { "full": "227026.png", "sprite": "item1.png", "group": "item", "x": 336, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Armor", "CooldownReduction", "MagicResist", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 450, "FlatSpellBlockMod": 40, "FlatArmorMod": 40 }, "depth": 2 }, "227027": { "name": "Primordial Dawn", "description": "<mainText><stats><ornnBonus>550</ornnBonus> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Guiding Light:</passive> Upon casting your Ultimate you Transcend, increasing your Max Health. While Transcended you and allies heal over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health.</mainText><br>", "colloq": "", "plaintext": "", "from": ["226667"], "inStore": false, "image": { "full": "227027.png", "sprite": "item1.png", "group": "item", "x": 384, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Armor", "Aura", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 550, "FlatSpellBlockMod": 40, "FlatArmorMod": 40 }, "depth": 2 }, "227028": { "name": "Infinite Convergence", "description": "<mainText><stats><ornnBonus>90</ornnBonus> Ability Power<br><ornnBonus>550</ornnBonus> Health<br><ornnBonus>550</ornnBonus> Mana</stats><br><br><buffedStat>After 2 combat rounds</buffedStat>, this item gains 300 Health, 300 Mana, 40 Ability Power. In addition, gain a level and all effects of Eternity are increased by 50%.<br><li><passive>Eternity:</passive> Restore Mana equal to 7% of premitigation damage taken from champions, and Health equal to 25% of Mana spent, up to 20 Health per cast, per second. For every 200 Health or Mana restored this way, gain <speed>35% Decaying Move Speed</speed> for 3 seconds.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5 Ability Haste.</attention></mainText><br>", "colloq": "", "plaintext": "", "from": ["226657"], "inStore": false, "image": { "full": "227028.png", "sprite": "item1.png", "group": "item", "x": 432, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "HealthRegen", "SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 550, "FlatMPPoolMod": 550, "FlatMagicDamageMod": 90 }, "depth": 2 }, "227029": { "name": "Youmuu's Wake", "description": "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>20</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Wraith Step:</active> Gain Move Speed and Ghosting.<br><li><passive>Haunt:</passive> Gain up to 100 Spectral Shards while moving. Gain <speed> Move Speed</speed> out of champion combat based on the number of Spectral Shards. While at max Shards, gain <scaleAD> Lethality</scaleAD>. Shards will reset 3 seconds after dealing damage to an enemy champion.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention></attention> Attack Damage. <br><br><rules><status>Ghosted</status> units ignore collision with other units.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["223142"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "227029.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Active", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 75 }, "effect": { "Effect1Amount": "45", "Effect2Amount": "0", "Effect3Amount": "0.25", "Effect4Amount": "0", "Effect5Amount": "6", "Effect6Amount": "40" }, "depth": 2 }, "227030": { "name": "Seething Sorrow", "description": "<mainText><stats><ornnBonus>35</ornnBonus> Attack Damage<br><ornnBonus>35</ornnBonus> Ability Power<br><ornnBonus>40%</ornnBonus> Attack Speed</stats><br><li><passive>Wrath:</passive> Attacks apply bonus damage <OnHit>On-Hit</OnHit>. Your Critical Strike Chance is converted into more.<li><passive>Seething Strike:</passive> Basic attacks grant bonus <attackSpeed>Attack Speed</attackSpeed>, stacking up to a cap. While fully stacked, every third Attack applies your <OnHit>On-Hit</OnHit> effects twice.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5%</attention> Armor Penetration and <attention>6%</attention> Magic Penetration.</mainText><br>", "colloq": "", "plaintext": "", "from": ["223124"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "227030.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["CriticalStrike", "AttackSpeed", "OnHit", "MagicPenetration", "ArmorPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 35, "FlatMagicDamageMod": 35, "PercentAttackSpeedMod": 0.4 }, "effect": { "Effect1Amount": "0.08", "Effect2Amount": "2.5", "Effect3Amount": "2.5", "Effect4Amount": "3", "Effect5Amount": "6", "Effect6Amount": "0.1", "Effect7Amount": "0.1", "Effect8Amount": "15", "Effect9Amount": "1", "Effect10Amount": "3", "Effect11Amount": "0", "Effect12Amount": "0", "Effect13Amount": "3" }, "depth": 2 }, "227031": { "name": "Edge of Finality", "description": "<mainText><stats><ornnBonus>105</ornnBonus> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>45%</attention> Critical Strike Damage</stats><br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><flavorText>One cut is all it takes.</flavorText></mainText><br>", "colloq": "", "plaintext": "", "from": ["223031"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "227031.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["CriticalStrike", "Damage"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 105, "FlatCritChanceMod": 0.2 }, "depth": 2 }, "227032": { "name": "Flicker", "description": "<mainText><stats><ornnBonus>90</ornnBonus> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Transcendence:</passive> Your Attacks reduce your non-Ultimate Ability cooldowns.<li><passive>Impermanence:</passive> Your abilities deal increased damage based on Critical Strike Chance.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.</mainText><br>", "colloq": "", "plaintext": "", "from": ["226675"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "227032.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 90, "FlatCritChanceMod": 0.2 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "1", "Effect3Amount": "90" }, "depth": 2 }, "227033": { "name": "Cry of the Shrieking City", "description": "<mainText><stats><ornnBonus>60</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>35</ornnBonus> Ability Haste<br><ornnBonus>225%</ornnBonus> Base Mana Regen</stats><br><li><passive>Soul Siphon:</passive> Damaging a champion grants a <passive>Soul Shard</passive>. Healing or Shielding an ally consumes all <passive>Soul Shards</passive> to restore Health and deals magic damage per Shard to the nearest enemy champion.<br><li><passive>Dissonance:</passive> Gain <scaleAP>Ability Power</scaleAP> per <scaleMana> Base Mana Regeneration</scaleMana>. Disables Harmony.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Ability Haste.</attention><br></mainText><br>", "colloq": "", "plaintext": "", "from": ["226620"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "227033.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 60 }, "depth": 2 }, "228001": { "name": "Anathema's Chains", "description": "<mainText><stats><attention>650</attention> Health<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Vow:</active> Choose a Nemesis (90s ).<br><li><passive>Vendetta:</passive> Take reduced damage against your Nemesis. They have reduced Tenacity while near you.<br><br><rules>Active can be cast at global range.</rules><br><br><flavorText>\"She swore to dedicate her life to his destruction...\"</flavorText></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "228001.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 650 } }, "228020": { "name": "Abyssal Mask", "description": "<mainText><stats><buffedStat>350</buffedStat> Health<br><attention>60</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><li><passive>Unmake:</passive> <status>Curse</status> nearby enemy champions, reducing their Magic Resist. For each <status>Cursed</status> enemy, gain Magic Resist.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "228020.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "CooldownReduction", "MagicPenetration", "MagicResist", "AbilityHaste"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 350, "FlatSpellBlockMod": 60 } }, "2403": { "name": "Minion Dematerializer", "description": "<mainText><stats></stats><active>Active - Consume:</active> Kill target lane minion (10s ).</mainText><br>", "colloq": ";", "plaintext": "", "stacks": 10, "consumed": true, "inStore": false, "hideFromAll": true, "image": { "full": "2403.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "2419": { "name": "Commencing Stopwatch", "description": "<mainText><stats></stats><li>Transforms into a <rarityGeneric>Stopwatch</rarityGeneric> after 14 minutes. Takedowns reduce this timer by 2 minutes. That <rarityGeneric>Stopwatch</rarityGeneric> contributes 250 gold to the items it builds into.<br><br><rules>Stopwatch normally contributes 750 gold</rules></mainText><br>", "colloq": "", "plaintext": "", "inStore": false, "into": ["2420", "3157", "3026"], "image": { "full": "2419.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Active"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "2420": { "name": "Stopwatch", "description": "<mainText><stats></stats><active>Active -</active> <active>Stasis:</active> Use one time only to become <status>Invulnerable</status> and <status>Untargetable</status> for 2.5 seconds, but are prevented from taking any other actions during this time (transforms into a <rarityGeneric>Broken Stopwatch</rarityGeneric>).</mainText><br>", "colloq": ";zhg;zonyas", "plaintext": "Activate to become invincible but unable to take actions", "into": ["3026", "3157"], "image": { "full": "2420.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 750, "purchasable": true, "total": 750, "sell": 300 }, "tags": ["Active"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "0", "Effect2Amount": "2.5" } }, "2421": { "name": "Broken Stopwatch", "description": "<mainText><stats></stats><br><li><passive>Shattered Time:</passive> Stopwatch is broken, but can still be upgraded.<br><br><rules>After breaking one Stopwatch, the shopkeeper will only sell you <rarityGeneric>Broken Stopwatches.</rarityGeneric></rules></mainText><br>", "colloq": ";", "plaintext": "Upgrades to stopwatch", "hideFromAll": true, "into": ["3157", "3026"], "image": { "full": "2421.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 750, "purchasable": true, "total": 750, "sell": 300 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "0", "Effect2Amount": "0", "Effect3Amount": "0", "Effect4Amount": "0", "Effect5Amount": "300" } }, "2422": { "name": "Slightly Magical Footwear", "description": "<mainText><stats><attention>25</attention> Move Speed</stats><br><li>Grants an additional <speed>10 Move Speed</speed>. Boots that build from Slightly Magical Footwear retain this bonus Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "inStore": false, "into": ["3006", "3047", "3020", "3158", "3111", "3117", "3009"], "image": { "full": "2422.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": false, "total": 300, "sell": 90 }, "tags": ["Boots"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatMovementSpeedMod": 25 } }, "2423": { "name": "Perfectly Timed Stopwatch", "description": "<mainText><stats></stats><active>Active -</active> <active>Stasis:</active> Use one time only to become <status>Invulnerable</status> and <status>Untargetable</status> for 2.5 seconds, but are prevented from taking any other actions during this time (transforms into a <rarityGeneric>Broken Stopwatch</rarityGeneric>).</mainText><br>", "colloq": ";zhg;zonyas", "plaintext": "Activate to become invincible but unable to take actions", "inStore": false, "into": ["3157", "3026"], "image": { "full": "2423.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 750, "purchasable": false, "total": 750, "sell": 300 }, "tags": ["Active"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "0", "Effect2Amount": "2.5" } }, "2424": { "name": "Broken Stopwatch", "description": "<mainText><stats></stats><br><li><passive>Shattered Time:</passive> Stopwatch is broken, but can still be upgraded.<br><br><rules>After breaking one Stopwatch, the shopkeeper will only sell you <rarityGeneric>Broken Stopwatches.</rarityGeneric></rules></mainText><br>", "colloq": "", "plaintext": "", "inStore": false, "hideFromAll": true, "into": ["3157", "3026"], "image": { "full": "2424.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 750, "purchasable": false, "total": 750, "sell": 300 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "0", "Effect2Amount": "0", "Effect3Amount": "0", "Effect4Amount": "0", "Effect5Amount": "300" } }, "3001": { "name": "Evenshroud", "description": "<mainText><stats><attention>200</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>20</attention> Ability Haste</stats><br><li><passive>Coruscation:</passive> After <status>Immobilizing</status> champions or being <status>Immobilized</status>, cause that target and all nearby enemy Champions to take increased damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention></mainText><br>", "colloq": ";", "plaintext": "Nearby enemies take more magic damage", "from": ["3023", "1033"], "into": ["7023"], "image": { "full": "3001.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellBlock", "Armor", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 200, "FlatSpellBlockMod": 30, "FlatArmorMod": 30 }, "depth": 3 }, "3003": { "name": "Archangel's Staff", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>500</attention> Mana<br><attention>200</attention> Health<br><attention>10</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain Ability Power equal to bonus Mana.<li><passive>Mana Charge:</passive> Strike a target with an Ability to consume a charge and gain 3 bonus Mana, doubled if the target is a champion. Grants a maximum of 360 Mana at which point this item transforms into <rarityLegendary>Seraph's Embrace</rarityLegendary>.<br><br><rules>Gain a new <passive>Mana Charge</passive> every 8 seconds (max 4).</rules></mainText><br>", "colloq": "", "plaintext": "Increases Ability Power based on maximum Mana", "from": ["3070", "3067", "1058"], "image": { "full": "3003.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Mana", "Active", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 200, "FlatMPPoolMod": 500, "FlatMagicDamageMod": 70 }, "depth": 3 }, "3004": { "name": "Manamune", "description": "<mainText><stats><attention>35</attention> Attack Damage<br><attention>500</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain bonus <scaleAD>Attack Damage equal to your max Mana</scaleAD>. <li><passive>Mana Charge:</passive> Strike a target with an Ability or Attack to consume a charge and gain <scaleMana>3 bonus Mana</scaleMana>, doubled if the target is a champion. Grants a maximum of 360 Mana at which point this item transforms into <rarityLegendary>Muramana</rarityLegendary>.<br><br><rules>Gain a new <passive>Mana Charge</passive> every 8 seconds (max 4).</rules></mainText><br>", "colloq": "", "plaintext": "Increases Attack Damage based on maximum Mana", "from": ["3070", "3133", "1036"], "image": { "full": "3004.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 1050, "purchasable": true, "total": 2900, "sell": 2030 }, "tags": ["Damage", "Mana", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 35, "FlatMPPoolMod": 500 }, "depth": 3 }, "3005": { "name": "Ghostcrawlers", "description": "<mainText><stats><attention>55</attention> Move Speed</stats><br><br><active>Active -</active> <active>Wall Walk:</active> Gain the ability to walk through walls for 6 seconds. While inside walls, gain 300 move speed. Casting a spell or attacking will end this effect. (15s ).</mainText><br>", "colloq": ";wreckoning;Wreckoning", "plaintext": "Increases Attack Damage based on maximum Health", "image": { "full": "3005.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Boots"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatMovementSpeedMod": 55 } }, "3006": { "name": "Berserker's Greaves", "description": "<mainText><stats><attention>35%</attention> Attack Speed<br><attention>45</attention> Move Speed</stats></mainText><br>", "colloq": ";", "plaintext": "Enhances Move Speed and Attack Speed", "from": ["1001", "1042"], "image": { "full": "3006.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["AttackSpeed", "Boots"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMovementSpeedMod": 45, "PercentAttackSpeedMod": 0.35 }, "depth": 2 }, "3009": { "name": "Boots of Swiftness", "description": "<mainText><stats><attention>60</attention> Move Speed</stats><br><li>The strength of movement slowing effects is reduced by 25%.</mainText><br>", "colloq": ";", "plaintext": "Enhances Move Speed and reduces the effect of slows", "from": ["1001"], "image": { "full": "3009.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 600, "purchasable": true, "total": 900, "sell": 630 }, "tags": ["Boots"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMovementSpeedMod": 60 }, "effect": { "Effect1Amount": "0.25" }, "depth": 2 }, "3011": { "name": "Chemtech Putrifier", "description": "<mainText><stats><attention>35</attention> Ability Power<br><buffedStat>10%</buffedStat> Heal and Shield Power<br><attention>75%</attention> Base Mana Regen<br><attention>15</attention> Ability Haste</stats><br><li><passive>Puffcap Toxin:</passive> Dealing damage applies <status>40% Grievous Wounds</status> to champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["3916", "3114"], "image": { "full": "3011.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 2100, "sell": 1470 }, "tags": ["SpellDamage", "ManaRegen", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 35 }, "depth": 3 }, "3012": { "name": "Chalice of Blessing", "description": "<mainText><stats><attention>200</attention> Health<br><attention>50%</attention> Base Mana Regen</stats><br><li><passive>Harmony:</passive> Gain 25% Base Health Regeneration for every additional <scalemana>25% Base Mana Regeneration</scalemana>.<br><br><flavorText>'These blessed waters still carry their power to the worthy.'</flavorText></mainText><br>", "colloq": "", "plaintext": "", "from": ["1028", "1004"], "into": ["3222", "3107", "6620"], "image": { "full": "3012.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["Health", "ManaRegen"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 200 }, "depth": 2 }, "3020": { "name": "Sorcerer's Shoes", "description": "<mainText><stats><attention>18</attention> Magic Penetration<br><attention>45</attention> Move Speed</stats></mainText><br>", "colloq": ";", "plaintext": "Enhances Move Speed and magic damage", "from": ["1001"], "image": { "full": "3020.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Boots", "MagicPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMovementSpeedMod": 45 }, "effect": { "Effect1Amount": "18" }, "depth": 2 }, "3023": { "name": "Lifewell Pendant", "description": "<mainText><stats><attention>150</attention> Health<br><attention>25</attention> Armor<br><attention>5</attention> Ability Haste</stats><br><br><flavorText>'Fashionable and functional.'</flavorText></mainText><br>", "colloq": ";spooky ghosts", "plaintext": "Summon wraiths to slow and reveal enemy champions", "from": ["1028", "1029"], "into": ["3109", "3190", "3001", "3050"], "image": { "full": "3023.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 1050, "sell": 735 }, "tags": ["Health", "Armor", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 150, "FlatArmorMod": 25 }, "depth": 2 }, "3024": { "name": "Glacial Buckler", "description": "<mainText><stats><attention>20</attention> Armor<br><attention>250</attention> Mana<br><attention>10</attention> Ability Haste</stats></mainText><br>", "colloq": ";", "plaintext": "Increases Armor and Cooldown Reduction", "from": ["1027", "1029"], "into": ["3110", "3050"], "image": { "full": "3024.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 250, "purchasable": true, "total": 900, "sell": 630 }, "tags": ["Armor", "Mana", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMPPoolMod": 250, "FlatArmorMod": 20 }, "depth": 2 }, "3026": { "name": "Guardian Angel", "description": "<mainText><stats><attention>45</attention> Attack Damage<br><attention>40</attention> Armor</stats><br><li><passive>Saving Grace:</passive> Upon taking lethal damage, restores <healing>50% base Health</healing> and <scaleMana>30% max Mana</scaleMana> after 4 seconds of stasis (300s cooldown).</mainText><br>", "colloq": ";ga", "plaintext": "Periodically revives champion upon death", "from": ["1038", "1031", "2420"], "image": { "full": "3026.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 150, "purchasable": true, "total": 3000, "sell": 1200 }, "tags": ["Armor", "Damage"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 45, "FlatArmorMod": 40 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "4", "Effect3Amount": "300", "Effect4Amount": "0.3" }, "depth": 3 }, "3031": { "name": "Infinity Edge", "description": "<mainText><stats><attention>65</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>45%</attention> Critical Strike Damage</stats><br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.</mainText><br>", "colloq": ";ie", "plaintext": "Massively enhances critical strikes", "from": ["1038", "1037", "1018"], "into": ["7031"], "image": { "full": "3031.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 625, "purchasable": true, "total": 3400, "sell": 2380 }, "tags": ["CriticalStrike", "Damage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 65, "FlatCritChanceMod": 0.2 }, "depth": 2 }, "3033": { "name": "Mortal Reminder", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>30%</attention> Armor Penetration<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Sepsis:</passive> Dealing physical damage applies <status>40% Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": ";grievous", "plaintext": "Overcomes enemies with high Health recovery and Armor", "from": ["3123", "3035", "1018"], "image": { "full": "3033.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 150, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatCritChanceMod": 0.2 }, "depth": 3 }, "3035": { "name": "Last Whisper", "description": "<mainText><stats><attention>20</attention> Attack Damage<br><attention>18%</attention> Armor Penetration</stats></mainText><br>", "colloq": ";lw", "plaintext": "Overcomes enemies with high Armor", "from": ["1036", "1036"], "into": ["3033", "3036", "6694"], "image": { "full": "3035.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 750, "purchasable": true, "total": 1450, "sell": 1015 }, "tags": ["ArmorPenetration", "Damage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 20 }, "depth": 2 }, "3036": { "name": "Lord Dominik's Regards", "description": "<mainText><stats><attention>35</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>30%</attention> Armor Penetration</stats><br><li><passive>Giant Slayer:</passive> Deal bonus damage against champions with greater max Health than you.</mainText><br>", "colloq": ";lw", "plaintext": "Overcomes enemies with high health and armor", "from": ["3035", "1018"], "image": { "full": "3036.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 950, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 35, "FlatCritChanceMod": 0.2 }, "effect": { "Effect1Amount": "0.2" }, "depth": 3 }, "3039": { "name": "Atma's Reckoning", "description": "<mainText><stats><attention>700</attention> Health<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Big Hands:</passive> Gain 1% critical chance per 100 bonus health, up to 30%.</mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "3039.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "CriticalStrike", "Lane"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatCritChanceMod": 0.2, "FlatHPPoolMod": 700 } }, "3040": { "name": "Seraph's Embrace", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>860</attention> Mana<br><attention>200</attention> Health<br><attention>10</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain Ability Power based on Mana.<li><passive>Lifeline:</passive> Upon taking damage that would reduce your Health below 30%, gain a Shield based on your current Mana.</mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3003, "inStore": false, "image": { "full": "3040.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "Mana", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 200, "FlatMPPoolMod": 860, "FlatMagicDamageMod": 70 } }, "3041": { "name": "Mejai's Soulstealer", "description": "<mainText><stats><attention>20</attention> Ability Power<br><attention>100</attention> Health</stats><br><li><passive>Glory:</passive> Gain 4 stacks for a champion kill or 2 stacks for an assist (up to 25 stacks total). Lose 10 stacks on death.<li><passive>Dread:</passive> Grants <scaleAP>5 Ability Power</scaleAP> per stack of <passive>Glory</passive>. Gain <speed>10% Move Speed</speed> if you have at least 10 stacks.<br><br><rules>Obtained <passive>Glory</passive> stacks are preserved between this item and <rarityGeneric>Dark Seal</rarityGeneric>.</rules></mainText><br>", "colloq": ";", "plaintext": "Grants Ability Power for kills and assists", "from": ["1082"], "image": { "full": "3041.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 1250, "purchasable": true, "total": 1600, "sell": 1120 }, "tags": ["Health", "SpellDamage", "NonbootsMovement"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 100, "FlatMagicDamageMod": 20 }, "depth": 2 }, "3042": { "name": "Muramana", "description": "<mainText><stats><attention>35</attention> Attack Damage<br><attention>860</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain bonus Attack Damage based on Mana. <li><passive>Shock:</passive> Attacks against champions deal additional physical damage.</mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3004, "inStore": false, "image": { "full": "3042.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Mana", "CooldownReduction", "OnHit", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 35, "FlatMPPoolMod": 860 } }, "3044": { "name": "Phage", "description": "<mainText><stats><attention>15</attention> Attack Damage<br><attention>200</attention> Health</stats><br><li><passive>Sturdy:</passive> After you deal physical damage to a champion, restore Health over time.<br><br><rules>Restoration reduced for Ranged users.</rules></mainText><br>", "colloq": ";", "plaintext": "Attacks and kills give a small burst of speed", "from": ["1028", "1036"], "into": ["3053", "3181"], "image": { "full": "3044.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Health", "HealthRegen", "Damage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 15, "FlatHPPoolMod": 200 }, "effect": { "Effect1Amount": "20", "Effect2Amount": "2", "Effect3Amount": "60", "Effect4Amount": "0", "Effect5Amount": "0", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "8" }, "depth": 2 }, "3046": { "name": "Phantom Dancer", "description": "<mainText><stats><attention>20</attention> Attack Damage<br><attention>35%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><li><passive>Spectral Waltz:</passive> Attacks grant <status>Ghosting</status> and stacking increased Move Speed. In addition, Attacking 4 times causes Spectral Waltz to also grant Attack Speed.<br><br><rules><status>Ghosted</status> units ignore collision with other units.</rules></mainText><br>", "colloq": ";pd", "plaintext": "Move faster while attacking enemies and gain a shield when on low health.", "from": ["3051", "3086"], "image": { "full": "3046.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 600, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "OnHit", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 20, "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.07, "PercentAttackSpeedMod": 0.35 }, "effect": { "Effect1Amount": "0.24", "Effect2Amount": "10", "Effect3Amount": "550", "Effect4Amount": "0.1", "Effect5Amount": "0.3", "Effect6Amount": "2.5", "Effect7Amount": "90", "Effect8Amount": "240", "Effect9Amount": "600", "Effect10Amount": "40", "Effect11Amount": "5", "Effect12Amount": "0.3", "Effect13Amount": "0.7", "Effect14Amount": "3", "Effect15Amount": "300", "Effect16Amount": "1", "Effect17Amount": "0.4", "Effect18Amount": "9" }, "depth": 3 }, "3047": { "name": "Plated Steelcaps", "description": "<mainText><stats><attention>20</attention> Armor<br><attention>45</attention> Move Speed</stats><br><li>Reduces incoming damage from Attacks by 12%.</mainText><br>", "colloq": ";", "plaintext": "Enhances Move Speed and reduces incoming basic attack damage", "from": ["1001", "1029"], "image": { "full": "3047.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Armor", "Boots"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMovementSpeedMod": 45, "FlatArmorMod": 20 }, "effect": { "Effect1Amount": "0.12" }, "depth": 2 }, "3050": { "name": "Zeke's Convergence", "description": "<mainText><stats><attention>200</attention> Health<br><attention>250</attention> Mana<br><attention>45</attention> Armor<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Conduit:</active> Designate an <attention>Accomplice</attention>.<br><li><passive>Convergence:</passive> After you <status>Immobilize</status> an enemy, your <attention>Accomplice's</attention> Attacks and Ability hits apply additional damage to that enemy.<br><br><rules>Champions can only be linked by one Zeke's Convergence at a time.</rules></mainText><br>", "colloq": ";haroldandkumar", "plaintext": "Grants you and your ally bonuses when you cast your ultimate.", "from": ["3023", "3024"], "image": { "full": "3050.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 250, "purchasable": true, "total": 2200, "sell": 1540 }, "tags": ["Health", "Armor", "Active", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 200, "FlatMPPoolMod": 250, "FlatArmorMod": 45 }, "depth": 3 }, "3051": { "name": "Hearthbound Axe", "description": "<mainText><stats><attention>20</attention> Attack Damage<br><attention>15%</attention> Attack Speed</stats><br><li><passive>Nimble:</passive> Attacking a unit grants Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1036", "1042", "1036"], "into": ["3078", "6631", "3091", "3046"], "image": { "full": "3051.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 100, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Damage", "AttackSpeed", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 20, "PercentAttackSpeedMod": 0.15 }, "effect": { "Effect1Amount": "20", "Effect2Amount": "2", "Effect3Amount": "60" }, "depth": 2 }, "3053": { "name": "Sterak's Gage", "description": "<mainText><stats><attention>450</attention> Health</stats><br><li><passive>The Claws that Catch:</passive> Gain base AD as bonus Attack Damage.<li><passive>Lifeline:</passive> Upon taking damage that would reduce your Health below 30%, gain a Shield, decaying over time, and Tenacity.</mainText><br>", "colloq": ";juggernaut;primal", "plaintext": "Shields against large bursts of damage", "from": ["1037", "3044", "1028"], "image": { "full": "3053.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 625, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Damage", "Tenacity"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 450 }, "depth": 3 }, "3057": { "name": "Sheen", "description": "<mainText><stats></stats><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage.</mainText><br>", "colloq": ";", "plaintext": "Grants a bonus to next attack after spell cast", "into": ["3100", "3078", "3508", "6632", "6662"], "image": { "full": "3057.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 700, "sell": 490 }, "tags": ["OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {} }, "3065": { "name": "Spirit Visage", "description": "<mainText><stats><attention>450</attention> Health<br><attention>60</attention> Magic Resist<br><attention>10</attention> Ability Haste<br><attention>100%</attention> Base Health Regen</stats><br><li><passive>Boundless Vitality:</passive> Increases all Healing and Shielding effectiveness on you.</mainText><br>", "colloq": ";sv", "plaintext": "Increases Health and healing effects", "from": ["3211", "3067"], "image": { "full": "3065.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 850, "purchasable": true, "total": 2900, "sell": 2030 }, "tags": ["Health", "SpellBlock", "HealthRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 450, "FlatSpellBlockMod": 60 }, "depth": 3 }, "3066": { "name": "Winged Moonplate", "description": "<mainText><stats><attention>150</attention> Health</stats><br><li><passive>Flight:</passive> Grants <speed>5% Move Speed</speed>.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1028"], "into": ["3742", "4401", "3181"], "image": { "full": "3066.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["Health", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 150 }, "depth": 2 }, "3067": { "name": "Kindlegem", "description": "<mainText><stats><attention>200</attention> Health<br><attention>10</attention> Ability Haste</stats></mainText><br>", "colloq": ";", "plaintext": "Increases Health and Cooldown Reduction", "from": ["1028"], "into": ["3065", "3071", "3084", "3083", "2065", "6617", "8001", "4403", "6630", "3003", "3078", "3119", "6664", "6665", "3161", "8020", "4644", "6631", "6632", "6656", "6662"], "image": { "full": "3067.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["Health", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 200 }, "depth": 2 }, "3068": { "name": "Sunfire Aegis", "description": "<mainText><stats><attention>500</attention> Health<br><attention>50</attention> Armor</stats><br><li><passive>Immolate:</passive> Taking or dealing damage causes you to begin dealing <magicDamage> (15 + 1.75% bonus Health) magic damage</magicDamage> per second to nearby enemies (increased by 25% against minions) for 3 seconds. Damaging Champions or Epic Monsters with this effect adds a stack, increasing subsequent <passive>Immolate</passive> damage by 10% for 5 seconds (max stacks 6).<br></mainText><br>", "colloq": ";", "plaintext": "High armor. Constantly deals damage to nearby enemies. Immobilize enemies to release a wave of damaging flame", "from": ["6660", "1031"], "image": { "full": "3068.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 900, "purchasable": true, "total": 2700, "sell": 1890 }, "tags": ["Health", "Armor", "Aura"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 500, "FlatArmorMod": 50 }, "depth": 3 }, "3070": { "name": "Tear of the Goddess", "description": "<mainText><stats><attention>240</attention> Mana</stats><br><li><passive>Focus:</passive> Attacks deal additional physical damage to Minions.<li><passive>Mana Charge:</passive> Strike a target with an Ability to consume a charge and gain <scaleMana>3 bonus Mana</scaleMana>, doubled if the target is a champion. Grants a maximum of 360 Mana.<br><br><rules>Gain a new <passive>Mana Charge</passive> every 8 seconds (max 4).</rules></mainText><br>", "colloq": "", "plaintext": "Increases maximum Mana as Mana is spent", "into": ["3003", "3004", "3119"], "image": { "full": "3070.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 280 }, "tags": ["Mana", "ManaRegen"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMPPoolMod": 240 } }, "3071": { "name": "Black Cleaver", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>400</attention> Health<br><attention>30</attention> Ability Haste</stats><br><li><passive>Carve:</passive> Dealing physical damage to a champion applies a stack of Armor reduction.<li><passive>Rage:</passive> Dealing physical damage to a champion grants Move Speed per stack of <unique>Carve</unique> on them.</mainText><br>", "colloq": ";bc", "plaintext": "Dealing physical damage to enemy champions reduces their Armor", "from": ["3133", "3067", "1036"], "image": { "full": "3071.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 850, "purchasable": true, "total": 3100, "sell": 2170 }, "tags": ["Health", "Damage", "CooldownReduction", "OnHit", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 50, "FlatHPPoolMod": 400 }, "effect": { "Effect1Amount": "-0.2", "Effect2Amount": "0.05", "Effect3Amount": "6", "Effect4Amount": "6", "Effect5Amount": "0.3", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "0", "Effect9Amount": "0", "Effect10Amount": "0.01" }, "depth": 3 }, "3072": { "name": "Bloodthirster", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>18%</attention> Life Steal</stats><br><li><passive>Engorge:</passive> While above 50% Health, gain additional Attack Damage.</mainText><br>", "colloq": ";bt", "plaintext": "Grants Attack Damage, Life Steal and Life Steal now overheals", "from": ["1038", "1018", "1053"], "image": { "full": "3072.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 600, "purchasable": true, "total": 3400, "sell": 2380 }, "tags": ["Damage", "CriticalStrike", "LifeSteal"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatCritChanceMod": 0.2, "PercentLifeStealMod": 0.18 }, "depth": 3 }, "3074": { "name": "Ravenous Hydra", "description": "<mainText><stats><attention>65</attention> Attack Damage<br><attention>25</attention> Ability Haste<br><attention>10%</attention> Life Steal</stats><br><li><passive>Cleave:</passive> Attacks and Abilities deal physical damage to other nearby enemies.<br><li><passive>Carnivorous:</passive> Gain AD whenever you kill a minion and 2 times that amount when you kill a Champion, Large Monster, or Siege Minion. Lose 60% of your stacks on death.<br><br></mainText><br>", "colloq": ";", "plaintext": "Melee attacks hit nearby enemies, dealing damage and restoring Health", "from": ["3077", "1053", "3133"], "image": { "full": "3074.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 200, "purchasable": true, "total": 3400, "sell": 2380 }, "tags": ["Damage", "LifeSteal", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 65, "PercentLifeStealMod": 0.1 }, "depth": 3 }, "3075": { "name": "Thornmail", "description": "<mainText><stats><attention>350</attention> Health<br><attention>70</attention> Armor</stats><br><li><passive>Thorns:</passive> When struck by an Attack, deal damage to the attacker and apply 40% <status>Grievous Wounds</status> if they are a champion.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["3076", "1011"], "image": { "full": "3075.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 2700, "sell": 1890 }, "tags": ["Health", "Armor"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 350, "FlatArmorMod": 70 }, "depth": 3 }, "3076": { "name": "Bramble Vest", "description": "<mainText><stats><attention>30</attention> Armor</stats><br><li><passive>Thorns:</passive> When struck by an Attack, deal damage to the attacker and apply 40% Grievous Wounds if they are a champion.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["1029", "1029"], "into": ["3075"], "image": { "full": "3076.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 200, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["Armor"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatArmorMod": 30 }, "depth": 2 }, "3077": { "name": "Tiamat", "description": "<mainText><stats><attention>25</attention> Attack Damage</stats><br><li><passive>Cleave:</passive> Attacks deal physical damage to other nearby enemies. <br><br>Cleave does not trigger on structures.<br><br>Item performance differs for melee and ranged users.<br></mainText><br>", "colloq": ";", "plaintext": "Melee attacks hit nearby enemies", "from": ["1037"], "into": ["3074", "3748"], "image": { "full": "3077.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 325, "purchasable": true, "total": 1200, "sell": 840 }, "tags": ["Damage", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 25 }, "depth": 2 }, "3078": { "name": "Trinity Force", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>33%</attention> Attack Speed<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste</stats><br><li><passive>Threefold Strike:</passive> Attacks grant Move Speed. If the target is a champion, increase your base Attack Damage, stacking.<li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Attack Damage, Ability Haste, and Move Speed.</mainText><br>", "colloq": ";triforce;tons of damage", "plaintext": "Tons of Damage", "from": ["3057", "3051", "3067"], "into": ["7018"], "image": { "full": "3078.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 733, "purchasable": true, "total": 3333, "sell": 2333 }, "tags": ["Health", "Damage", "AttackSpeed", "CooldownReduction", "OnHit", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatHPPoolMod": 300, "PercentAttackSpeedMod": 0.33 }, "effect": { "Effect1Amount": "25", "Effect2Amount": "60", "Effect3Amount": "2", "Effect4Amount": "1.5", "Effect5Amount": "1.5" }, "depth": 3 }, "3082": { "name": "Warden's Mail", "description": "<mainText><stats><attention>40</attention> Armor</stats><br><li><passive>Rock Solid:</passive> Reduce incoming damage from Attacks.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1029", "1029"], "into": ["3110", "3143"], "image": { "full": "3082.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Armor"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatArmorMod": 40 }, "depth": 2 }, "3083": { "name": "Warmog's Armor", "description": "<mainText><stats><attention>800</attention> Health<br><attention>10</attention> Ability Haste<br><attention>200%</attention> Base Health Regen</stats><br><li><passive>Warmog's Heart:</passive> If you have at least 1100 bonus Health, restore max Health per second if damage hasn't been taken within 6 seconds.</mainText><br>", "colloq": ";", "plaintext": "Grants massive Health and Health Regen", "from": ["1011", "3067", "3801"], "image": { "full": "3083.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "HealthRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 800 }, "depth": 3 }, "3084": { "name": "Heartsteel", "description": "<mainText><stats><attention>800</attention> Health<br><attention>200%</attention> Base Health Regen<br><attention>20</attention> Ability Haste</stats><br><li><passive>Colossal Consumption:</passive> Charge up a powerful attack against a champion over 3s while within 700 range of them. The charged attack deals 125 + <scalehealth>6%</scalehealth> of your max Health as bonus physical damage, and grants you 10% of that amount as permanent max Health. (30s) cooldown per target.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>1%</attention> Increased Health & <attention>6%</attention> Champion Size.</mainText><br>", "colloq": ";", "plaintext": "Restores Health on kill or assist", "from": ["1011", "3067", "3801"], "into": ["7025"], "image": { "full": "3084.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Health", "HealthRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 800 }, "depth": 3 }, "3085": { "name": "Runaan's Hurricane", "description": "<mainText><stats><attention>40%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><li><passive>Peck:</passive> Attacks apply <magicDamage>magic damage</magicDamage> <OnHit>On-Hit</OnHit>.<li><passive>Wind's Fury:</passive> When Attacking, bolts are fired at up to 2 enemies near the target. Bolts apply On-Hit effects and can Critically Strike.<br><br><rules>Item is for Ranged champions only.</rules></mainText><br>", "colloq": ";", "plaintext": "Ranged attacks fire two bolts at nearby enemies", "from": ["1043", "3086"], "image": { "full": "3085.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["CriticalStrike", "AttackSpeed", "OnHit", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.07, "PercentAttackSpeedMod": 0.4 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "40", "Effect3Amount": "2", "Effect4Amount": "0", "Effect5Amount": "40", "Effect6Amount": "1" }, "depth": 3 }, "3086": { "name": "Zeal", "description": "<mainText><stats><attention>15%</attention> Attack Speed<br><attention>15%</attention> Critical Strike Chance<br><attention>5%</attention> Move Speed</stats></mainText><br>", "colloq": ";", "plaintext": "Slight bonuses to Critical Strike Chance, Move Speed and Attack Speed", "from": ["1018", "1042"], "into": ["3085", "3094", "4403", "3046", "6671"], "image": { "full": "3086.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 200, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["CriticalStrike", "AttackSpeed", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatCritChanceMod": 0.15, "PercentMovementSpeedMod": 0.05, "PercentAttackSpeedMod": 0.15 }, "depth": 2 }, "3087": { "name": "Statikk Shiv", "description": "<mainText><stats><attention>45</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Electroshock:</passive> Fires chain lightning that bounces to nearby enemies, dealing increased damage to minions.</mainText><br>", "colloq": ";", "plaintext": "Movement builds charges that release chain lightning on basic attack", "from": ["6670", "1018", "2015"], "image": { "full": "3087.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 45, "FlatCritChanceMod": 0.2, "PercentAttackSpeedMod": 0.3 }, "depth": 3 }, "3089": { "name": "Rabadon's Deathcap", "description": "<mainText><stats><attention>120</attention> Ability Power</stats><br><li><passive>Magical Opus:</passive> Increases your total <scaleAP>Ability Power by 40%</scaleAP>.</mainText><br>", "colloq": ";dc;banksys;hat", "plaintext": "Massively increases Ability Power", "from": ["1058", "1058"], "image": { "full": "3089.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 1100, "purchasable": true, "total": 3600, "sell": 2520 }, "tags": ["SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 120 }, "depth": 2 }, "3091": { "name": "Wit's End", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>40%</attention> Attack Speed<br><attention>40</attention> Magic Resist</stats><br><li><passive>Fray:</passive> Attacks apply magic damage On-Hit and grant Move Speed.</mainText><br>", "colloq": ";", "plaintext": "Resist magic damage and claw your way back to life.", "from": ["3051", "1033", "1043"], "image": { "full": "3091.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 950, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["SpellBlock", "Damage", "AttackSpeed", "OnHit", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatSpellBlockMod": 40, "PercentAttackSpeedMod": 0.4 }, "depth": 3 }, "3094": { "name": "Rapid Firecannon", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>15%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Sharpshooter:</passive> Your Energized Attack applies bonus damage. In addition, Energized attacks gain Attack Range.<br><br><rules>Attack Range cannot increase more than 150 units.</rules></mainText><br>", "colloq": ";canon;rapidfire;rfc", "plaintext": "Movement builds charges that release a sieging fire attack on release", "from": ["1036", "3086", "2015"], "image": { "full": "3094.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 850, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 30, "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.07, "PercentAttackSpeedMod": 0.15 }, "depth": 3 }, "3095": { "name": "Stormrazor", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>15%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Bolt:</passive> Your Energized Attack applies bonus magic damage and grants Move Speed.</mainText><br>", "colloq": ";Windblade", "plaintext": "Tremendously empower other Energized effects.", "from": ["6670", "1018", "2015"], "image": { "full": "3095.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 50, "FlatCritChanceMod": 0.2, "PercentAttackSpeedMod": 0.15 }, "depth": 3 }, "3100": { "name": "Lich Bane", "description": "<mainText><stats><attention>85</attention> Ability Power<br><attention>15</attention> Ability Haste<br><attention>8%</attention> Move Speed</stats><br><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional magic damage.</mainText><br>", "colloq": ";", "plaintext": "Grants a bonus to next attack after spell cast", "from": ["3057", "3113", "3108"], "image": { "full": "3100.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "OnHit", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "PercentMovementSpeedMod": 0.08, "FlatMagicDamageMod": 85 }, "depth": 3 }, "3102": { "name": "Banshee's Veil", "description": "<mainText><stats><attention>80</attention> Ability Power<br><attention>45</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><li><passive>Annul:</passive> Grants a Spell Shield that blocks the next enemy Ability.<br><br><rules>Item cooldown is restarted if you take damage from champions before it is completed.</rules></mainText><br>", "colloq": ";bv", "plaintext": "Periodically blocks enemy abilities", "from": ["3108", "4632"], "image": { "full": "3102.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 2600, "sell": 1820 }, "tags": ["SpellBlock", "SpellDamage", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatSpellBlockMod": 45, "FlatMagicDamageMod": 80 }, "effect": { "Effect1Amount": "40", "Effect2Amount": "45", "Effect3Amount": "10", "Effect4Amount": "-0.1", "Effect5Amount": "8", "Effect6Amount": "2" }, "depth": 3 }, "3105": { "name": "Aegis of the Legion", "description": "<mainText><stats><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats></mainText><br>", "colloq": ";", "plaintext": "Grants Armor and Magic Resistance", "from": ["1033", "1029"], "into": ["3193", "4403", "6665", "6667"], "image": { "full": "3105.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 1200, "sell": 840 }, "tags": ["SpellBlock", "Armor", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatSpellBlockMod": 30, "FlatArmorMod": 30 }, "depth": 2 }, "3107": { "name": "Redemption", "description": "<mainText><stats><attention>250</attention> Health<br><attention>100%</attention> Base Mana Regen<br><buffedStat>15%</buffedStat> Heal and Shield Power</stats><br><br><active>Active -</active> <active>Intervention:</active> Target an area within. After 2.5 seconds, call down a beam of light to restore Health to allies and damage enemy champions.<br><li><passive>Harmony:</passive> Gain 25% Base Health Regeneration for every additional <scalemana>25% Base Mana Regeneration</scalemana>.<br><br><rules>Item can be activated whilst dead. Damage and healing reduced by 50% if the target has recently been affected by another <active>Intervention</active>. Strength of level-scaling effects are based on the ally's level.</rules></mainText><br>", "colloq": ";", "plaintext": "Activate to heal allies and damage enemies in an area", "from": ["3012", "3114"], "image": { "full": "3107.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "ManaRegen"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 250 }, "depth": 3 }, "3108": { "name": "Fiendish Codex", "description": "<mainText><stats><attention>35</attention> Ability Power<br><attention>10</attention> Ability Haste</stats></mainText><br>", "colloq": ";", "plaintext": "Increases Ability Power and Cooldown Reduction", "from": ["1052"], "into": ["4629", "3100", "3115", "3102", "4005", "6653", "3157", "4628", "4636"], "image": { "full": "3108.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 465, "purchasable": true, "total": 900, "sell": 630 }, "tags": ["SpellDamage", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 35 }, "effect": { "Effect1Amount": "-0.1" }, "depth": 2 }, "3109": { "name": "Knight's Vow", "description": "<mainText><stats><attention>350</attention> Health<br><attention>25</attention> Armor<br><attention>15</attention> Ability Haste<br><attention>125%</attention> Base Health Regen</stats><br><br><active>Active -</active> <active>Pledge:</active> Designate an ally who is <attention>Worthy</attention>..<br><li><passive>Sacrifice:</passive> While your <attention>Worthy</attention> ally is nearby, redirect damage they take to you and heal based on the damage dealt by your <attention>Worthy</attention> ally to Champions.<br></mainText><br>", "colloq": ";", "plaintext": "Partner with an ally to protect each other", "from": ["3023", "3801"], "image": { "full": "3109.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 2200, "sell": 1540 }, "tags": ["Health", "HealthRegen", "Armor", "Aura", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 350, "FlatArmorMod": 25 }, "depth": 3 }, "3110": { "name": "Frozen Heart", "description": "<mainText><stats><attention>90</attention> Armor<br><attention>400</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Winter's Caress:</passive> Reduces the <attackSpeed>Attack Speed</attackSpeed> of nearby enemies.<li><passive>Rock Solid:</passive> Reduce incoming damage from Attacks.</mainText><br>", "colloq": ";fh", "plaintext": "Massively increases Armor and slows enemy basic attacks", "from": ["3082", "3024"], "image": { "full": "3110.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 2700, "sell": 1890 }, "tags": ["Armor", "Mana", "Aura", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMPPoolMod": 400, "FlatArmorMod": 90 }, "depth": 3 }, "3111": { "name": "Mercury's Treads", "description": "<mainText><stats><attention>25</attention> Magic Resist<br><attention>45</attention> Move Speed<br><attention>30%</attention> Tenacity</stats><br><br><rules>Tenacity reduces the duration of <status>Stun</status>, <status>Slow</status>, <status>Taunt</status>, <status>Fear</status>, <status>Silence</status>, <status>Blind</status>, <status>Polymorph</status> and <status>Immobilizing</status> effects. It has no effect on <status>Airborne</status> or <status>Suppression</status>.</rules></mainText><br>", "colloq": ";", "plaintext": "Increases Move Speed and reduces duration of disabling effects", "from": ["1001", "1033"], "image": { "full": "3111.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Boots", "SpellBlock", "Tenacity"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMovementSpeedMod": 45, "FlatSpellBlockMod": 25 }, "depth": 2 }, "3112": { "name": "Guardian's Orb", "description": "<mainText><stats><attention>50</attention> Ability Power<br><attention>150</attention> Health</stats><br><li><passive>Recovery:</passive> Restores Mana over time. If you can't gain mana, restores Health instead.<li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": ";", "plaintext": "Good starting item for mages", "image": { "full": "3112.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 950, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["Health", "SpellDamage", "ManaRegen", "Lane"], "maps": { "11": false, "12": true, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 150, "FlatMagicDamageMod": 50 }, "effect": { "Effect1Amount": "3" } }, "3113": { "name": "Aether Wisp", "description": "<mainText><stats><attention>30</attention> Ability Power</stats><br><li><passive>Glide:</passive> Gain <speed>5% Move Speed</speed>.</mainText><br>", "colloq": ";", "plaintext": "Increases Ability Power and Move Speed", "from": ["1052"], "into": ["4629", "3100", "6616", "3504"], "image": { "full": "3113.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 415, "purchasable": true, "total": 850, "sell": 595 }, "tags": ["NonbootsMovement", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 30 }, "depth": 2 }, "3114": { "name": "Forbidden Idol", "description": "<mainText><stats><attention>50%</attention> Base Mana Regen<br><buffedStat>8%</buffedStat> Heal and Shield Power</stats></mainText><br>", "colloq": ";", "plaintext": "Increases Heal and Shield Power, Mana Regeneration, and Cooldown Reduction", "from": ["1004"], "into": ["3222", "3107", "6616", "3011", "3504"], "image": { "full": "3114.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["ManaRegen"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {}, "depth": 2 }, "3115": { "name": "Nashor's Tooth", "description": "<mainText><stats><attention>100</attention> Ability Power<br><attention>50%</attention> Attack Speed<br><attention>15</attention> Ability Haste</stats><br><li><passive>Icathian Bite:</passive> Attacks apply magic damage <OnHit>On-Hit</OnHit>.</mainText><br>", "colloq": ";", "plaintext": "Increases Attack Speed, Ability Power, and Cooldown Reduction", "from": ["1043", "1026", "3108"], "image": { "full": "3115.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 750, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["AttackSpeed", "SpellDamage", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 100, "PercentAttackSpeedMod": 0.5 }, "depth": 3 }, "3116": { "name": "Rylai's Crystal Scepter", "description": "<mainText><stats><attention>75</attention> Ability Power<br><attention>400</attention> Health</stats><br><li><passive>Rimefrost:</passive> Damaging Abilities <status>Slow</status> enemies.</mainText><br>", "colloq": ";", "plaintext": "Abilities slow enemies", "from": ["1026", "1011", "1052"], "image": { "full": "3116.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 415, "purchasable": true, "total": 2600, "sell": 1820 }, "tags": ["Health", "SpellDamage", "Slow"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 400, "FlatMagicDamageMod": 75 }, "effect": { "Effect1Amount": "-0.3", "Effect2Amount": "-0.3", "Effect3Amount": "-0.3", "Effect4Amount": "1", "Effect5Amount": "1", "Effect6Amount": "1" }, "depth": 3 }, "3117": { "name": "Mobility Boots", "description": "<mainText><stats></stats><attention>25</attention> Move Speed <li>When out of combat for at least 5 seconds, increase this item's effect to <attention>115</attention>.</mainText><br>", "colloq": ";", "plaintext": "Greatly enhances Move Speed when out of combat", "from": ["1001"], "image": { "full": "3117.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Boots"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMovementSpeedMod": 115 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "0", "Effect3Amount": "0", "Effect4Amount": "0", "Effect5Amount": "0", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "25" }, "depth": 2 }, "3119": { "name": "Winter's Approach", "description": "<mainText><stats><attention>400</attention> Health<br><attention>500</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain bonus <scaleHealth>Health equal to Total Mana</scaleHealth>.<li><passive>Mana Charge:</passive> Strike a target with an Ability or Attack to consume a charge and gain <scaleMana>3 bonus Mana</scaleMana>, doubled if the target is a champion. Grants a maximum of 360 Mana at which point this item transforms into <rarityLegendary>Fimbulwinter</rarityLegendary>.<br><br><rules>Gain a new <passive>Mana Charge</passive> every 8 seconds (max 4).</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["3070", "3067", "1028"], "image": { "full": "3119.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 1000, "purchasable": true, "total": 2600, "sell": 1820 }, "tags": ["Health", "Mana", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 400, "FlatMPPoolMod": 500 }, "depth": 3 }, "3121": { "name": "Fimbulwinter", "description": "<mainText><stats><attention>400</attention> Health<br><attention>860</attention> Mana<br><attention>15</attention> Ability Haste</stats><li><passive>Awe:</passive> Gain bonus Health based on Mana.<li><passive>Everlasting:</passive> <status>Immobilizing</status> or <status>Slowing</status> an enemy champion grants a Shield. The Shield is increased if more than one enemy is nearby.</mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3119, "inStore": false, "image": { "full": "3121.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 2700, "purchasable": false, "total": 2700, "sell": 1890 }, "tags": ["Health", "Mana", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 400, "FlatMPPoolMod": 860 } }, "3123": { "name": "Executioner's Calling", "description": "<mainText><stats><attention>15</attention> Attack Damage</stats><br><li><passive>Rend:</passive> Dealing physical damage applies <status>40% Grievous Wounds</status> to champions for 3 seconds. <br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": ";grievous", "plaintext": "Overcomes enemies with high health gain", "from": ["1036"], "into": ["6609", "3033"], "image": { "full": "3123.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["Damage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 15 }, "effect": { "Effect1Amount": "3" }, "depth": 2 }, "3124": { "name": "Guinsoo's Rageblade", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>30</attention> Ability Power<br><attention>25%</attention> Attack Speed</stats><br><li><passive>Wrath:</passive> Attacks apply bonus damage <OnHit>On-Hit</OnHit>. Your Critical Strike Chance is converted into more.<li><passive>Seething Strike:</passive> Basic attacks grant bonus <attackSpeed>Attack Speed</attackSpeed>, stacking up to a cap. While fully stacked, every third Attack applies your <OnHit>On-Hit</OnHit> effects twice.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5%</attention> Armor Penetration and <attention>6%</attention> Magic Penetration.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1052", "6677", "1037"], "into": ["7030"], "image": { "full": "3124.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 690, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["CriticalStrike", "AttackSpeed", "OnHit", "MagicPenetration", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 30, "FlatMagicDamageMod": 30, "PercentAttackSpeedMod": 0.25 }, "effect": { "Effect1Amount": "0.08", "Effect2Amount": "2.5", "Effect3Amount": "2.5", "Effect4Amount": "3", "Effect5Amount": "6", "Effect6Amount": "0.1", "Effect7Amount": "0.1", "Effect8Amount": "15", "Effect9Amount": "1", "Effect10Amount": "3", "Effect11Amount": "0", "Effect12Amount": "0", "Effect13Amount": "3" }, "depth": 3 }, "3128": { "name": "Deathfire Grasp", "description": "<mainText><stats><attention>90</attention> Ability Power<br><attention>15</attention> Magic Penetration</stats><br><br><active>Active -</active> <active>The Silence:</active> Deal magic damage equal to <magicDamage>15% of the Target's Max Health</magicDamage>, and then amplify damage they take by 15% for 5 seconds (30s ).</mainText><br>", "colloq": ";dfg", "plaintext": "Activate to increase all magic damage dealt to an enemy champion", "image": { "full": "3128.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "MagicPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 90 } }, "3133": { "name": "Caulfield's Warhammer", "description": "<mainText><stats><attention>25</attention> Attack Damage<br><attention>10</attention> Ability Haste</stats></mainText><br>", "colloq": ";", "plaintext": "Attack Damage and Cooldown Reduction", "stacks": 0, "from": ["1036", "1036"], "into": ["6609", "3071", "3004", "3074", "6692", "6691", "6630", "3142", "3161", "3508", "6333", "6632", "6675", "6693", "6694", "6696"], "image": { "full": "3133.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Damage", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 25 }, "depth": 2 }, "3134": { "name": "Serrated Dirk", "description": "<mainText><stats><attention>30</attention> Attack Damage</stats><br><li><passive>Gouge:</passive> Gain <scaleLethality>10 Lethality</scaleLethality>.</mainText><br>", "colloq": ";lethality", "plaintext": "Increases Attack Damage and Lethality", "stacks": 0, "from": ["1036", "1036"], "into": ["3142", "6676", "3179", "6692", "6691", "3814", "6693", "6695", "6696"], "image": { "full": "3134.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Damage", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 30 }, "effect": { "Effect1Amount": "10" }, "depth": 2 }, "3135": { "name": "Void Staff", "description": "<mainText><stats><attention>65</attention> Ability Power<br><attention>40%</attention> Magic Penetration</stats></mainText><br>", "colloq": ";", "plaintext": "Increases magic damage", "from": ["4630", "1026"], "image": { "full": "3135.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["MagicPenetration", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 65 }, "depth": 3 }, "3139": { "name": "Mercurial Scimitar", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>50</attention> Magic Resist</stats><br><br><active>Active -</active> <active>Quicksilver:</active> Remove all crowd control debuffs and gain Move Speed.</mainText><br>", "colloq": ";", "plaintext": "Activate to remove all crowd control debuffs and grant massive Move Speed", "from": ["3140", "1018", "1037"], "image": { "full": "3139.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 225, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellBlock", "Damage", "CriticalStrike", "Active", "NonbootsMovement", "Tenacity"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatCritChanceMod": 0.2, "FlatSpellBlockMod": 50 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "1.5", "Effect3Amount": "90" }, "depth": 3 }, "3140": { "name": "Quicksilver Sash", "description": "<mainText><stats><attention>30</attention> Magic Resist</stats><br><br><active>Active -</active> <active>Quicksilver:</active> Removes all crowd control debuffs (excluding <status>Airborne</status>).<br></mainText><br>", "colloq": ";qss", "plaintext": "Activate to remove all crowd control debuffs", "from": ["1033"], "into": ["6035", "3139"], "image": { "full": "3140.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 850, "purchasable": true, "total": 1300, "sell": 910 }, "tags": ["Active", "SpellBlock"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatSpellBlockMod": 30 }, "depth": 2 }, "3142": { "name": "Youmuu's Ghostblade", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Wraith Step:</active> Gain Move Speed and Ghosting.<br><li><passive>Haunt:</passive> Gain up to 100 Spectral Shards while moving. Gain <speed> Move Speed</speed> out of champion combat based on the number of Spectral Shards. While at max Shards, gain <scaleAD> Lethality</scaleAD>. Shards will reset 3 seconds after dealing damage to an enemy champion.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention></attention> Attack Damage. <br><br><rules><status>Ghosted</status> units ignore collision with other units.</rules></mainText><br>", "colloq": ";lethality", "plaintext": "Activate to greatly increase Move Speed", "from": ["3134", "3133"], "into": ["7029"], "image": { "full": "3142.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 900, "purchasable": true, "total": 3100, "sell": 2170 }, "tags": ["Damage", "Active", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 60 }, "effect": { "Effect1Amount": "45", "Effect2Amount": "0", "Effect3Amount": "0.25", "Effect4Amount": "0", "Effect5Amount": "6", "Effect6Amount": "40" }, "depth": 3 }, "3143": { "name": "Randuin's Omen", "description": "<mainText><stats><attention>400</attention> Health<br><attention>60</attention> Armor</stats><br><br><active>Active -</active> <active>Humility:</active> <status>Slow</status> nearby enemies.<br><li><passive>Rock Solid:</passive> Reduce incoming damage from Attacks.<li><passive>Critical Resilience:</passive> Critical Strikes deal 25% less damage to you.</mainText><br>", "colloq": ";", "plaintext": "Greatly increases defenses, activate to slow nearby enemies", "from": ["3082", "1011"], "image": { "full": "3143.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 1100, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor", "Active", "Slow"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 400, "FlatArmorMod": 60 }, "depth": 3 }, "3145": { "name": "Hextech Alternator", "description": "<mainText><stats><attention>25</attention> Ability Power<br><attention>150</attention> Health</stats><br><li><passive>Revved:</passive> Damaging a champion deals additional damage.</mainText><br>", "colloq": ";", "plaintext": "Increases Ability Power. Deal bonus magic damage on attack periodically.", "from": ["1052", "1028"], "into": ["4645", "3152", "3165", "4628", "4636"], "image": { "full": "3145.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 215, "purchasable": true, "total": 1050, "sell": 735 }, "tags": ["Health", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 150, "FlatMagicDamageMod": 25 }, "depth": 2 }, "3146": { "name": "Hextech Gunblade", "description": "<mainText><stats><attention>80</attention> Ability Power<br><attention>40</attention> Attack Damage<br><attention>20%</attention> Omnivamp</stats><br><br><active>Active -</active> <active>Lightning Bolt:</active> Shocks the target enemy champion, dealing 0 magic damage and slowing them by 40% for 2 seconds (30 second cooldown).</mainText><br>", "colloq": ";", "plaintext": "Increases Attack Damage and Ability Power, activate to slow a target", "image": { "full": "3146.png", "sprite": "item2.png", "group": "item", "x": 0, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "LifeSteal", "SpellDamage", "Active", "SpellVamp"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 40, "FlatMagicDamageMod": 80 } }, "3152": { "name": "Hextech Rocketbelt", "description": "<mainText><stats><attention>90</attention> Ability Power<br><attention>6</attention> Magic Penetration<br><attention>250</attention> Health<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Supersonic:</active> Dash in target direction, unleashing an arc of magic missiles that deal damage. Then, gain Move Speed towards enemy champions.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration.</mainText><br>", "colloq": "rocket belt;", "plaintext": "Activate to dash forward and unleash a fiery explosion", "from": ["1026", "3145", "1052"], "into": ["7011"], "image": { "full": "3152.png", "sprite": "item2.png", "group": "item", "x": 48, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 865, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellDamage", "Active", "CooldownReduction", "NonbootsMovement", "MagicPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 250, "FlatMagicDamageMod": 90 }, "depth": 3 }, "3153": { "name": "Blade of The Ruined King", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>25%</attention> Attack Speed<br><attention>8%</attention> Life Steal</stats><br><li><passive>Mist's Edge:</passive> Attacks apply physical damage based off of the target's current Health. <li><passive>Siphon:</passive> Attacking a champion 3 times deals magic damage and steals Move Speed.<br><br>Item performance differs for melee and ranged users.</mainText><br>", "colloq": ";brk;bork;bork;bork;botrk", "plaintext": "Deals damage based on target's Health, can steal Move Speed", "from": ["1053", "1043", "1037"], "image": { "full": "3153.png", "sprite": "item2.png", "group": "item", "x": 96, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 825, "purchasable": true, "total": 3300, "sell": 2310 }, "tags": ["Damage", "AttackSpeed", "LifeSteal", "Slow", "OnHit", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 40, "PercentAttackSpeedMod": 0.25, "PercentLifeStealMod": 0.08 }, "depth": 3 }, "3155": { "name": "Hexdrinker", "description": "<mainText><stats><attention>25</attention> Attack Damage<br><attention>35</attention> Magic Resist</stats><br><li><passive>Lifeline:</passive> Upon taking magic damage that would reduce Health below 30%, gain a magic damage Shield.</mainText><br>", "colloq": ";", "plaintext": "Increases Attack Damage and Magic Resist", "stacks": 0, "from": ["1036", "1033"], "into": ["3156"], "image": { "full": "3155.png", "sprite": "item2.png", "group": "item", "x": 144, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 1300, "sell": 910 }, "tags": ["Damage", "SpellBlock"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 25, "FlatSpellBlockMod": 35 }, "depth": 2 }, "3156": { "name": "Maw of Malmortius", "description": "<mainText><stats><attention>65</attention> Attack Damage<br><attention>50</attention> Magic Resist</stats><br><li><passive>Lifeline:</passive> Upon taking magic damage that would reduce Health below 30%, gain a magic damage Shield. When <passive>Lifeline</passive> triggers, gain Omnivamp until the end of combat. </mainText><br>", "colloq": ";", "plaintext": "Grants bonus Attack Damage when Health is low", "stacks": 0, "from": ["1037", "3155", "1036"], "image": { "full": "3156.png", "sprite": "item2.png", "group": "item", "x": 192, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 275, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["SpellBlock", "Damage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 65, "FlatSpellBlockMod": 50 }, "depth": 3 }, "3157": { "name": "Zhonya's Hourglass", "description": "<mainText><stats><attention>80</attention> Ability Power<br><attention>45</attention> Armor<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Stasis:</active> You become <status>Invulnerable</status> and <status>Untargetable</status> for 2.5 seconds, but are prevented from taking any other actions during this time.</mainText><br>", "colloq": ";zhg;zonyas", "plaintext": "Activate to become invincible but unable to take actions", "from": ["3191", "3108", "2420"], "image": { "full": "3157.png", "sprite": "item2.png", "group": "item", "x": 240, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Armor", "SpellDamage", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 80, "FlatArmorMod": 45 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "2.5", "Effect3Amount": "120" }, "depth": 3 }, "3158": { "name": "Ionian Boots of Lucidity", "description": "<mainText><stats><attention>20</attention> Ability Haste<br><attention>45</attention> Move Speed</stats><br><li>Gain 12 Summoner Spell Haste.<br><br><flavorText>''This item is dedicated in honor of Ionia's victory over Noxus in the Rematch for the Southern Provinces on 10 December, 20 CLE.'</flavorText></mainText><br>", "colloq": "", "plaintext": "Increases Move Speed and Cooldown Reduction", "from": ["1001"], "image": { "full": "3158.png", "sprite": "item2.png", "group": "item", "x": 288, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 650, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["Boots", "CooldownReduction"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMovementSpeedMod": 45 }, "depth": 2 }, "3161": { "name": "Spear Of Shojin", "description": "<mainText><stats><attention>65</attention> Attack Damage<br><attention>350</attention> Health<br><attention>20</attention> Ability Haste</stats><br><li><passive>Dragonforce:</passive> Your Non-Ultimate spells gain (8 (+0.08 per 100 Bonus AD) | 6 (+0.06 per 100 Bonus AD)) Ability Haste, reduced to (4 (+0.04 per 100 Bonus AD) | 3 (+0.03 per 100 Bonus AD))) Ability Haste for Immobilizing spells.<li><passive>Exigency:</passive> Gain up to (0.15 | 0.1) increased move speed, based on your missing health (Maxed when below 33% Health).<br><br>Item performance differs for melee and ranged users.</mainText><br>", "colloq": ";", "plaintext": "Reduce damage taken from champions by a flat amount. Attack while near multiple enemy champions to increase this amount for a short time.", "from": ["3133", "1038", "3067"], "image": { "full": "3161.png", "sprite": "item2.png", "group": "item", "x": 336, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 100, "purchasable": true, "total": 3300, "sell": 2310 }, "tags": ["Health", "Damage", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 65, "FlatHPPoolMod": 350 }, "depth": 3 }, "3165": { "name": "Morellonomicon", "description": "<mainText><stats><attention>90</attention> Ability Power<br><attention>200</attention> Health<br><attention>10</attention> Magic Penetration</stats><br><li><passive>Affliction:</passive> Dealing magic damage applies <status>40% Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": ";nmst;grievous", "plaintext": "Increases magic damage", "from": ["3916", "3145", "1052"], "image": { "full": "3165.png", "sprite": "item2.png", "group": "item", "x": 384, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 715, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "MagicPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 90 }, "depth": 3 }, "3172": { "name": "Zephyr", "description": "<mainText><stats><attention>50%</attention> Attack Speed<br><attention>10%</attention> Move Speed<br><attention>25</attention> Ability Haste<br><attention>30%</attention> Tenacity</stats><br><li><passive>Like the Wind:</passive> Gain 5% Attack Speed On-Hit for 6 seconds, stacking up to 30% Attack Speed.<br><br><rules>Tenacity reduces the duration of <status>Stun</status>, <status>Slow</status>, <status>Taunt</status>, <status>Fear</status>, <status>Silence</status>, <status>Blind</status>, <status>Polymorph</status> and <status>Immobilizing</status> effects. It has no effect on <status>Airborne</status> or <status>Suppression</status>.</rules></mainText><br>", "colloq": ";", "plaintext": "Mobility and Tenacity", "image": { "full": "3172.png", "sprite": "item2.png", "group": "item", "x": 432, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["AttackSpeed", "CooldownReduction", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "PercentMovementSpeedMod": 0.1, "PercentAttackSpeedMod": 0.5 } }, "3177": { "name": "Guardian's Blade", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>150</attention> Health<br><attention>15</attention> Ability Haste</stats><br><li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": ";dblade", "plaintext": "Good starting item for attackers", "image": { "full": "3177.png", "sprite": "item3.png", "group": "item", "x": 0, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 950, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["Health", "Damage", "Lane", "AbilityHaste"], "maps": { "11": false, "12": true, "21": false, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 30, "FlatHPPoolMod": 150 }, "effect": { "Effect1Amount": "10" } }, "3179": { "name": "Umbral Glaive", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>10</attention> Lethality<br><attention>15</attention> Ability Haste</stats><br><li><passive>Blackout:</passive> When spotted by an enemy Ward, reveal traps and disable Wards around you. Your Attacks do increased damage to Wards.</mainText><br>", "colloq": ";lethality", "plaintext": "Provides trap and ward detection periodically", "from": ["1036", "3134", "1036"], "image": { "full": "3179.png", "sprite": "item3.png", "group": "item", "x": 48, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Damage", "Vision", "CooldownReduction", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 50 }, "effect": { "Effect1Amount": "10", "Effect2Amount": "8", "Effect3Amount": "50" }, "depth": 3 }, "3181": { "name": "Hullbreaker", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><attention>400</attention> Health<br><attention>150%</attention> Base Health Regen<br><attention>5%</attention> Move Speed</stats><br><br><li><passive>Boarding Party:</passive> While no allied champions are nearby you gain <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR> and Attacks deal increased damage to towers. Nearby large minions gain <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR> and increased damage to towers. <br><br><rules>Boarding Party's resistances decay over 3 seconds when an ally gets too close.</rules><br></mainText><br>", "colloq": "", "plaintext": "", "from": ["1037", "3044", "3066"], "image": { "full": "3181.png", "sprite": "item3.png", "group": "item", "x": 96, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 225, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Armor", "Damage", "NonbootsMovement"], "maps": { "11": true, "12": false, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 60, "PercentMovementSpeedMod": 0.05, "FlatHPPoolMod": 400 }, "depth": 3 }, "3184": { "name": "Guardian's Hammer", "description": "<mainText><stats><attention>25</attention> Attack Damage<br><attention>150</attention> Health<br><attention>7%</attention> Life Steal</stats><br><li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>", "colloq": ";dblade", "plaintext": "Good starting item for attackers", "image": { "full": "3184.png", "sprite": "item3.png", "group": "item", "x": 144, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 950, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["Health", "Damage", "LifeSteal", "Lane"], "maps": { "11": false, "12": true, "21": false, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 25, "FlatHPPoolMod": 150, "PercentLifeStealMod": 0.07 } }, "3190": { "name": "Locket of the Iron Solari", "description": "<mainText><stats><attention>200</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Devotion:</active> Grant nearby allies a <shield>Shield</shield>, decaying over time.<br><li><passive>Consecrate:</passive> Grant nearby allied champions <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR>. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor and Magic Resist increase to <passive>Consecrate</passive>.<br><br></mainText><br>", "colloq": ";", "plaintext": "Activate to shield nearby allies from damage", "from": ["3023", "1033"], "into": ["7019"], "image": { "full": "3190.png", "sprite": "item3.png", "group": "item", "x": 192, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellBlock", "Armor", "Aura", "Active", "MagicResist", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 200, "FlatSpellBlockMod": 30, "FlatArmorMod": 30 }, "depth": 3 }, "3191": { "name": "Seeker's Armguard", "description": "<mainText><stats><attention>30</attention> Ability Power<br><attention>15</attention> Armor</stats><br><li><passive>Witch's Path:</passive> Killing a unit grants <scaleArmor>0.5 Armor</scaleArmor> (max <scaleArmor>15</scaleArmor>).</mainText><br>", "colloq": ";", "plaintext": "Increases Armor and Ability Power", "from": ["1052", "1029"], "into": ["3157"], "image": { "full": "3191.png", "sprite": "item3.png", "group": "item", "x": 240, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 265, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Armor", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 30, "FlatArmorMod": 15 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "15" }, "depth": 2 }, "3193": { "name": "Gargoyle Stoneplate", "description": "<mainText><stats><attention>60</attention> Armor<br><attention>60</attention> Magic Resist<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Unbreakable:</active> Gain a Shield that decays and grow in size.<br><li><passive>Fortify:</passive> Taking damage from a champion grants a stack of <scaleArmor>bonus Armor</scaleArmor> and <scaleMR>bonus Magic Resist</scaleMR>.<br><br><rules>Max 5 stacks; 1 per champion.</rules></mainText><br>", "colloq": ";", "plaintext": "Greatly increases defense near multiple enemies.", "from": ["1029", "3105", "1033"], "image": { "full": "3193.png", "sprite": "item3.png", "group": "item", "x": 288, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 1250, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["SpellBlock", "Armor", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatSpellBlockMod": 60, "FlatArmorMod": 60 }, "depth": 3 }, "3211": { "name": "Spectre's Cowl", "description": "<mainText><stats><attention>250</attention> Health<br><attention>25</attention> Magic Resist</stats><br><li><passive>Incorporeal:</passive> After taking damage from a champion, Regenerate Health.</mainText><br>", "colloq": ";hat", "plaintext": "Improves defense and grants regeneration upon being damaged", "from": ["1028", "1033"], "into": ["3065"], "image": { "full": "3211.png", "sprite": "item3.png", "group": "item", "x": 336, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 1250, "sell": 875 }, "tags": ["Health", "HealthRegen", "SpellBlock"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 250, "FlatSpellBlockMod": 25 }, "depth": 2 }, "3222": { "name": "Mikael's Blessing", "description": "<mainText><stats><attention>250</attention> Health<br><attention>100%</attention> Base Mana Regen<br><buffedStat>15%</buffedStat> Heal and Shield Power</stats><br><br><active>Active -</active> <active>Purify:</active> Restore Health and Remove all crowd control debuffs (except <status>Knockups</status> and <status>Suppression</status>) from an ally champion.<br><li><passive>Harmony:</passive> Gain 25% Base Health Regeneration for every additional <scalemana>25% Base Mana Regeneration</scalemana>.</mainText><br>", "colloq": ";", "plaintext": "Activate to remove all disabling effects from an allied champion", "from": ["3012", "3114"], "image": { "full": "3222.png", "sprite": "item3.png", "group": "item", "x": 384, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["SpellBlock", "ManaRegen", "Active", "Tenacity"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 250 }, "depth": 3 }, "3330": { "name": "Scarecrow Effigy", "description": "<mainText><stats></stats><br><active>Active - Trinket:</active> Places an effigy that appears exactly as Fiddlesticks does to enemies. Stores up to a maximum of 2 charges.<br><br>Enemy champions approaching an effigy will activate it, causing the effigy to fake a random action, after which the effigy will fall apart.</mainText><br>", "colloq": "yellow; totem; trinket", "plaintext": "Periodically place a Stealth Ward", "requiredChampion": "FiddleSticks", "image": { "full": "3330.png", "sprite": "item3.png", "group": "item", "x": 432, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": true, "total": 0, "sell": 0 }, "tags": ["Active", "Jungle", "Lane", "Trinket", "Vision"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {}, "effect": { "Effect1Amount": "90", "Effect2Amount": "240", "Effect3Amount": "120", "Effect4Amount": "120", "Effect5Amount": "2", "Effect6Amount": "9", "Effect7Amount": "30", "Effect8Amount": "120" } }, "3340": { "name": "Stealth Ward", "description": "<mainText><stats></stats><active>Active - Trinket:</active> Places a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 2 Stealth Wards.</mainText><br>", "colloq": "yellow; totem; trinket", "plaintext": "Periodically place a Stealth Ward", "image": { "full": "3340.png", "sprite": "item3.png", "group": "item", "x": 0, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": true, "total": 0, "sell": 0 }, "tags": ["Active", "Jungle", "Lane", "Trinket", "Vision"], "maps": { "11": true, "12": false, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "90", "Effect2Amount": "210", "Effect3Amount": "120", "Effect4Amount": "120", "Effect5Amount": "2", "Effect6Amount": "9", "Effect7Amount": "30", "Effect8Amount": "120" } }, "3348": { "name": "Arcane Sweeper", "description": "<mainText><stats></stats><mainText><active>UNIQUE Active - Hunter's Sight:</active> An arcane mist grants vision in the target area for 5 seconds, revealing enemy champions and granting <font color='#ee91d7'>True Sight</font> of traps in the area for 3 seconds (30 second cooldown).</mainText></mainText><br>", "colloq": ";", "plaintext": "Activate to reveal a nearby area of the map", "inStore": false, "image": { "full": "3348.png", "sprite": "item3.png", "group": "item", "x": 48, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Active", "Jungle", "Lane", "Trinket", "Vision"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": {} }, "3349": { "name": "Lucent Singularity", "description": "<mainText><stats></stats>Lucent Singularity</mainText><br>", "colloq": "", "plaintext": "Lux creates a light zone that <status>Slows</status> by @Slow@ and reveals the area. After 5 seconds or on <recast>Recasting</recast> this Ability, it detonates, dealing <magicDamage>@TotalDamage@ magic damage</magicDamage> and <status>Slowing</status> for an additional @SlowLingerDuration@ second.", "inStore": false, "image": { "full": "3349.png", "sprite": "item3.png", "group": "item", "x": 96, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Active", "Jungle", "Lane", "Trinket", "Vision"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": false }, "stats": {} }, "3363": { "name": "Farsight Alteration", "description": "<mainText><stats></stats><active>Active - Trinket:</active> Places a visible and fragile Ward up to 4000 units away.</mainText><br>", "colloq": "blue; totem; trinket", "plaintext": "Grants increased range and reveals the targetted area", "image": { "full": "3363.png", "sprite": "item3.png", "group": "item", "x": 144, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": true, "total": 0, "sell": 0 }, "tags": ["Active", "Trinket", "Vision"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "4000", "Effect2Amount": "2", "Effect3Amount": "5", "Effect4Amount": "198", "Effect5Amount": "60", "Effect6Amount": "9", "Effect7Amount": "30", "Effect8Amount": "120", "Effect9Amount": "6.5", "Effect10Amount": "198", "Effect11Amount": "99", "Effect12Amount": "60", "Effect13Amount": "180", "Effect14Amount": "10", "Effect15Amount": "45" } }, "3364": { "name": "Oracle Lens", "description": "<mainText><stats></stats><active>Active - Trinket:</active> Scans around you, warning against hidden enemy units, revealing invisible traps and revealing (and temporarily disabling) enemy Stealth Wards. Has 2 recharges.</mainText><br>", "colloq": "red; lens; trinket", "plaintext": "Disables nearby invisible wards and traps for a duration", "image": { "full": "3364.png", "sprite": "item3.png", "group": "item", "x": 192, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": true, "total": 0, "sell": 0 }, "tags": ["Active", "Trinket", "Vision"], "maps": { "11": true, "12": false, "21": true, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "6", "Effect2Amount": "10", "Effect3Amount": "120", "Effect4Amount": "60", "Effect5Amount": "0", "Effect6Amount": "1", "Effect7Amount": "30", "Effect8Amount": "120", "Effect9Amount": "60" } }, "3400": { "name": "Your Cut", "description": "<mainText><stats></stats><active>Active - Consume:</active> Gain 0 gold.<br><br><rules>Bonus gold given to an ally when Pyke executes an enemy champion using his Ultimate Ability. If no ally was involved in the kill, Pyke gets to keep the Cut!</rules></mainText><br>", "colloq": "", "plaintext": "", "consumed": true, "inStore": false, "hideFromAll": true, "image": { "full": "3400.png", "sprite": "item3.png", "group": "item", "x": 240, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Consumable", "GoldPer"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "3430": { "name": "Rite Of Ruin", "description": "<mainText><stats><attention>60</attention> Ability Power<br><attention>20</attention> Ability Haste<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Wrath and Ruin:</passive> On spell cast, gain 2.5% critical chance for 6 seconds, stacking up to 20%.<li><passive>Salvage the Wreckage:</passive> Your spells have a chance equal to your crit chance to grant you or your targeted ally a shield for 0 for 3s.<br></mainText><br>", "colloq": "", "plaintext": "", "image": { "full": "3430.png", "sprite": "item3.png", "group": "item", "x": 288, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["CriticalStrike", "SpellDamage", "CooldownReduction"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatCritChanceMod": 0.2, "FlatMagicDamageMod": 60 } }, "3504": { "name": "Ardent Censer", "description": "<mainText><stats><attention>35</attention> Ability Power<br><buffedStat>8%</buffedStat> Heal and Shield Power<br><attention>75%</attention> Base Mana Regen<br><attention>5%</attention> Move Speed</stats><br><li><passive>Sanctify:</passive> Healing or Shielding another ally enhances you both, granting Attack Speed and magic damage <OnHit>On-Hit</OnHit>. <br></mainText><br>", "colloq": "", "plaintext": "Shield and heal effects on other units grant both of you Attack Speed and their attacks deal additional on-hit magic damage.", "from": ["3113", "3114"], "image": { "full": "3504.png", "sprite": "item3.png", "group": "item", "x": 336, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 2100, "sell": 1470 }, "tags": ["AttackSpeed", "SpellDamage", "ManaRegen", "OnHit", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatMagicDamageMod": 35 }, "depth": 3 }, "3508": { "name": "Essence Reaver", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>20</attention> Ability Haste</stats><br><li><passive>Spellblade:</passive> After using an Ability, your next Attack deals additional damage and restores Mana.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3057", "3133", "1018"], "image": { "full": "3508.png", "sprite": "item3.png", "group": "item", "x": 384, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 2900, "sell": 2030 }, "tags": ["Damage", "CriticalStrike", "ManaRegen", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatCritChanceMod": 0.2 }, "depth": 3 }, "3513": { "name": "Eye of the Herald", "description": "<mainText><stats></stats><active>Active - Consume:</active> Crush the Eye of the Herald, summoning Rift Herald. The Herald will proceed down the nearest lane and deal massive damage to any turrets in the way.<br><br><passive>Glimpse of the Void:</passive> Grants Empowered Recall.<br></mainText><br>", "colloq": ";Herald's Eye", "plaintext": "Eye of the Herald - a Gift of the Void.", "consumed": true, "inStore": false, "image": { "full": "3513.png", "sprite": "item3.png", "group": "item", "x": 432, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": ["Trinket", "Active"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": false }, "stats": {}, "effect": { "Effect1Amount": "240", "Effect2Amount": "1", "Effect3Amount": "20", "Effect4Amount": "180" } }, "3599": { "name": "Kalista's Black Spear", "description": "<mainText><stats></stats><active>Active - Consume:</active> Bind with an ally for the remainder of the game, becoming Oathsworn Allies. Oathsworn empowers you both while near one another.</mainText><br>", "colloq": ";spear", "plaintext": "Kalista's spear that binds an Oathsworn Ally.", "requiredChampion": "Kalista", "image": { "full": "3599.png", "sprite": "item3.png", "group": "item", "x": 0, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": true, "total": 0, "sell": 0 }, "tags": ["Consumable"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "3600": { "name": "Kalista's Black Spear", "description": "<mainText><stats></stats><active>Active - Consume:</active> Bind with an ally for the remainder of the game, becoming Oathsworn Allies. Oathsworn empowers you both while near one another.<br><br><rules>Required to use <attention>Kalista's</attention> Ultimate Ability.</rules></mainText><br>", "colloq": ";spear", "plaintext": "Kalista's spear that binds an Oathsworn Ally.", "requiredChampion": "Sylas", "image": { "full": "3600.png", "sprite": "item3.png", "group": "item", "x": 48, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": true, "total": 0, "sell": 0 }, "tags": ["Consumable"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "3742": { "name": "Dead Man's Plate", "description": "<mainText><stats><attention>300</attention> Health<br><attention>45</attention> Armor<br><attention>5%</attention> Move Speed</stats><li><passive>Shipwrecker:</passive> While moving, build up Move Speed. Your next Attack discharges built up Move Speed to deal damage. If dealt by a Melee champion at top speed, the Attack also <status>Slows</status> the target.<br><br><flavorText>''There's only one way you'll get this armor from me...'' - forgotten namesake</flavorText></mainText><br>", "colloq": ";juggernaut;dreadnought", "plaintext": "Build momentum as you move around then smash into enemies.", "from": ["3066", "1028", "1031"], "image": { "full": "3742.png", "sprite": "item3.png", "group": "item", "x": 96, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 900, "purchasable": true, "total": 2900, "sell": 2030 }, "tags": ["Health", "Armor", "Slow", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatHPPoolMod": 300, "FlatArmorMod": 45 }, "depth": 3 }, "3748": { "name": "Titanic Hydra", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>500</attention> Health</stats><br><li><passive>Colossus:</passive> Gain bonus <scaleAD>Attack Damage based off of bonus Health</scaleAD>.<li><passive>Cleave:</passive> Attacks apply additional damage <OnHit>On-Hit</OnHit>, creating a shockwave that deals damage to enemies behind the target.</mainText><br>", "colloq": ";juggernaut", "plaintext": "Deals area of effect damage based on owner's health", "from": ["3077", "1028", "1011"], "image": { "full": "3748.png", "sprite": "item3.png", "group": "item", "x": 144, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 3300, "sell": 2310 }, "tags": ["Health", "HealthRegen", "Damage", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 30, "FlatHPPoolMod": 500 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "40", "Effect3Amount": "0", "Effect4Amount": "0", "Effect5Amount": "0.1", "Effect6Amount": "0", "Effect7Amount": "0", "Effect8Amount": "0", "Effect9Amount": "0", "Effect10Amount": "5" }, "depth": 3 }, "3801": { "name": "Crystalline Bracer", "description": "<mainText><stats><attention>200</attention> Health<br><attention>100%</attention> Base Health Regen</stats></mainText><br>", "colloq": ";", "plaintext": "Grants Health and Health Regen", "from": ["1028", "1006"], "into": ["3084", "3083", "3109"], "image": { "full": "3801.png", "sprite": "item3.png", "group": "item", "x": 192, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 100, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["Health", "HealthRegen"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 200 }, "depth": 2 }, "3802": { "name": "Lost Chapter", "description": "<mainText><stats><attention>40</attention> Ability Power<br><attention>300</attention> Mana<br><attention>10</attention> Ability Haste</stats><br><li><passive>Enlighten:</passive> Upon levelling up, restores <scaleMana>20% max Mana</scaleMana> over 3 seconds.</mainText><br>", "colloq": ";", "plaintext": "Restores Mana upon levelling up.", "from": ["1052", "1027"], "into": ["6655", "6653", "4644", "6656"], "image": { "full": "3802.png", "sprite": "item3.png", "group": "item", "x": 240, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 315, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMPPoolMod": 300, "FlatMagicDamageMod": 40 }, "depth": 2 }, "3803": { "name": "Catalyst of Aeons", "description": "<mainText><stats><attention>300</attention> Health<br><attention>300</attention> Mana</stats><br><li><passive>Eternity:</passive> Restore Mana equal to 7% of premitigation damage taken from champions, and Health equal to 25% of Mana spent, up to 20 Health per cast, per second.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1028", "1027"], "into": ["6657"], "image": { "full": "3803.png", "sprite": "item3.png", "group": "item", "x": 288, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 1300, "sell": 910 }, "tags": ["Health", "HealthRegen", "Mana", "ManaRegen"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 300, "FlatMPPoolMod": 300 }, "depth": 2 }, "3814": { "name": "Edge of Night", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>10</attention> Lethality<br><attention>325</attention> Health</stats><br><li><passive>Annul:</passive> Gain a Spell Shield that blocks the next enemy Ability.<br><br><rules>Item's cooldown is restarted if you take damage before it is completed.</rules></mainText><br>", "colloq": ";lethality", "plaintext": "Periodically blocks enemy abilities", "stacks": 0, "from": ["1036", "3134", "1028"], "image": { "full": "3814.png", "sprite": "item3.png", "group": "item", "x": 336, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 1050, "purchasable": true, "total": 2900, "sell": 2030 }, "tags": ["Health", "Damage", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 50, "FlatHPPoolMod": 325 }, "effect": { "Effect1Amount": "0", "Effect2Amount": "0", "Effect3Amount": "0", "Effect4Amount": "40" }, "depth": 3 }, "3850": { "name": "Spellthief's Edge", "description": "<mainText><stats><attention>8</attention> Ability Power<br><attention>10</attention> Health<br><attention>25%</attention> Base Mana Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><br><li><passive>Tribute:</passive> While nearby an ally champion, damaging Abilities and Attacks against champions or buildings grant 20 gold. This can occur up to 3 times every 36 seconds.<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Frostfang</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>", "colloq": "", "plaintext": "Gain gold and upgrade by damaging enemy champions", "image": { "full": "3850.png", "sprite": "item3.png", "group": "item", "x": 384, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 160 }, "tags": ["Health", "SpellDamage", "ManaRegen", "Vision", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 10, "FlatMagicDamageMod": 8 }, "effect": { "Effect1Amount": "2", "Effect2Amount": "20", "Effect3Amount": "20", "Effect4Amount": "500", "Effect5Amount": "12", "Effect6Amount": "3", "Effect7Amount": "2000" } }, "3851": { "name": "Frostfang", "description": "<mainText><stats><attention>15</attention> Ability Power<br><attention>70</attention> Health<br><attention>50%</attention> Base Mana Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 3 Stealth Wards, which refill upon visiting the shop. <br><br><br><br><li><passive>Tribute:</passive> While nearby an ally champion, damaging Abilities and Attacks against champions or buildings grant 20 gold. This can occur up to 3 times every 30 seconds.<li><passive>Quest:</passive> Earn 1000 gold from this item to transform it into <rarityLegendary>Shard of True Ice</rarityLegendary>.</mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3850, "inStore": false, "image": { "full": "3851.png", "sprite": "item3.png", "group": "item", "x": 432, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["GoldPer", "Lane", "ManaRegen", "SpellDamage"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 70, "FlatMagicDamageMod": 15 }, "effect": { "Effect1Amount": "3", "Effect2Amount": "20", "Effect3Amount": "20", "Effect4Amount": "1000", "Effect5Amount": "12", "Effect6Amount": "3", "Effect7Amount": "2000" } }, "3853": { "name": "Shard of True Ice", "description": "<mainText><stats><attention>40</attention> Ability Power<br><attention>75</attention> Health<br><attention>100%</attention> Base Mana Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 4 Stealth Wards, which refill upon visiting the shop. </mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3851, "inStore": false, "image": { "full": "3853.png", "sprite": "item3.png", "group": "item", "x": 0, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["GoldPer", "Lane", "ManaRegen", "SpellDamage"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 75, "FlatMagicDamageMod": 40 }, "effect": { "Effect1Amount": "3" } }, "3854": { "name": "Steel Shoulderguards", "description": "<mainText><stats><attention>3</attention> Attack Damage<br><attention>30</attention> Health<br><attention>50%</attention> Base Health Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><li><passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below (50% for Melee Users | 30% for Ranged Users) of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Runesteel Spaulders</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>", "colloq": "", "plaintext": "Gain gold and upgrade by executing minions alongside allies", "image": { "full": "3854.png", "sprite": "item3.png", "group": "item", "x": 48, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 160 }, "tags": ["Health", "HealthRegen", "Damage", "Vision", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 3, "FlatHPPoolMod": 30 }, "effect": { "Effect1Amount": "2", "Effect2Amount": "0.5", "Effect3Amount": "0.3", "Effect4Amount": "500", "Effect5Amount": "35", "Effect6Amount": "3" } }, "3855": { "name": "Runesteel Spaulders", "description": "<mainText><stats><attention>6</attention> Attack Damage<br><attention>100</attention> Health<br><attention>75%</attention> Base Health Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 3 Stealth Wards, which refill upon visiting the shop. <br><li><passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below 50% of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 1000 gold from this item to transform it into <rarityLegendary>Bulwark of the Mountain</rarityLegendary>. </mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3854, "inStore": false, "image": { "full": "3855.png", "sprite": "item3.png", "group": "item", "x": 96, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["Health", "HealthRegen", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 6, "FlatHPPoolMod": 100 }, "effect": { "Effect1Amount": "3", "Effect2Amount": "0.5", "Effect3Amount": "0.5", "Effect4Amount": "1000", "Effect5Amount": "35", "Effect6Amount": "3" } }, "3857": { "name": "Pauldrons of Whiterock", "description": "<mainText><stats><attention>15</attention> Attack Damage<br><attention>250</attention> Health<br><attention>100%</attention> Base Health Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 4 Stealth Wards, which refill upon visiting the shop. </mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3855, "inStore": false, "image": { "full": "3857.png", "sprite": "item3.png", "group": "item", "x": 144, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["Health", "HealthRegen", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 15, "FlatHPPoolMod": 250 }, "effect": { "Effect1Amount": "3" } }, "3858": { "name": "Relic Shield", "description": "<mainText><stats><attention>5</attention> Ability Power<br><attention>30</attention> Health<br><attention>50%</attention> Base Health Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><li><passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below (50% for Melee Users | 30% for Ranged Users) of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Targon's Buckler</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>", "colloq": "", "plaintext": "Gain gold and upgrade by executing minions alongside allies", "image": { "full": "3858.png", "sprite": "item3.png", "group": "item", "x": 192, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 160 }, "tags": ["Health", "HealthRegen", "SpellDamage", "Vision", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 30, "FlatMagicDamageMod": 5 }, "effect": { "Effect1Amount": "2", "Effect2Amount": "0.5", "Effect3Amount": "0.3", "Effect4Amount": "500", "Effect5Amount": "35", "Effect6Amount": "3" } }, "3859": { "name": "Targon's Buckler", "description": "<mainText><stats><attention>10</attention> Ability Power<br><attention>100</attention> Health<br><attention>75%</attention> Base Health Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 3 Stealth Wards, which refill upon visiting the shop. <br><li><passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below 50% of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 1000 gold from this item to transform it into <rarityLegendary>Bulwark of the Mountain</rarityLegendary>. </mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3858, "inStore": false, "image": { "full": "3859.png", "sprite": "item3.png", "group": "item", "x": 240, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["Health", "HealthRegen", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 100, "FlatMagicDamageMod": 10 }, "effect": { "Effect1Amount": "3", "Effect2Amount": "0.5", "Effect3Amount": "0.5", "Effect4Amount": "1000", "Effect5Amount": "35", "Effect6Amount": "3" } }, "3860": { "name": "Bulwark of the Mountain", "description": "<mainText><stats><attention>20</attention> Ability Power<br><attention>250</attention> Health<br><attention>100%</attention> Base Health Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 4 Stealth Wards, which refill upon visiting the shop. </mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3859, "inStore": false, "image": { "full": "3860.png", "sprite": "item3.png", "group": "item", "x": 288, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["Health", "HealthRegen", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 250, "FlatMagicDamageMod": 20 }, "effect": { "Effect1Amount": "3" } }, "3862": { "name": "Spectral Sickle", "description": "<mainText><stats><attention>5</attention> Attack Damage<br><attention>10</attention> Health<br><attention>25%</attention> Base Mana Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><br><li><passive>Tribute:</passive> While nearby an ally champion, damaging Abilities and Attacks against champions or buildings grant 20 gold. This can occur up to 3 times every 30 seconds.<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Harrowing Crescent</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>", "colloq": "", "plaintext": "Gain gold and upgrade by damaging enemy champions", "image": { "full": "3862.png", "sprite": "item3.png", "group": "item", "x": 336, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 400, "sell": 160 }, "tags": ["Health", "Damage", "ManaRegen", "Vision", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 5, "FlatHPPoolMod": 10 }, "effect": { "Effect1Amount": "2", "Effect2Amount": "20", "Effect3Amount": "20", "Effect4Amount": "500", "Effect5Amount": "12", "Effect6Amount": "3", "Effect7Amount": "2000" } }, "3863": { "name": "Harrowing Crescent", "description": "<mainText><stats><attention>10</attention> Attack Damage<br><attention>60</attention> Health<br><attention>50%</attention> Base Mana Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><li><passive>Tribute:</passive> While nearby an ally champion, damaging Abilities and Attacks against champions or buildings grant 20 gold. This can occur up to 3 times every 36 seconds.<li><passive>Quest:</passive> Earn 1000 gold from this item to transform it into <rarityLegendary>Black Mist Scythe</rarityLegendary>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3862, "inStore": false, "image": { "full": "3863.png", "sprite": "item3.png", "group": "item", "x": 384, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["Health", "ManaRegen", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 10, "FlatHPPoolMod": 60 }, "effect": { "Effect1Amount": "3", "Effect2Amount": "20", "Effect3Amount": "20", "Effect4Amount": "1000", "Effect5Amount": "12", "Effect6Amount": "3", "Effect7Amount": "2000" } }, "3864": { "name": "Black Mist Scythe", "description": "<mainText><stats><attention>20</attention> Attack Damage<br><attention>75</attention> Health<br><attention>100%</attention> Base Mana Regen<br><attention>3</attention> Gold Per 10 Seconds</stats><br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 0 Stealth Wards, which refill upon visiting the shop. <br><br><active>Active -</active> <active>Ward:</active> Place a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 4 Stealth Wards, which refill upon visiting the shop. </mainText><br>", "colloq": "", "plaintext": "", "specialRecipe": 3863, "inStore": false, "image": { "full": "3864.png", "sprite": "item3.png", "group": "item", "x": 432, "y": 144, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": false, "total": 400, "sell": 160 }, "tags": ["Health", "ManaRegen", "GoldPer", "Lane"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 20, "FlatHPPoolMod": 75 }, "effect": { "Effect1Amount": "3" } }, "3901": { "name": "<rarityLegendary>Fire at Will</rarityLegendary><br><subtitleLeft><silver>500 Silver Serpents</silver></subtitleLeft>", "description": "", "colloq": "", "plaintext": "Cannon Barrage fires at an increasing rate over time (additional 6 waves over the duration).", "consumed": true, "consumeOnFull": true, "inStore": false, "requiredChampion": "Gangplank", "image": { "full": "3901.png", "sprite": "item3.png", "group": "item", "x": 0, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "3902": { "name": "<rarityLegendary>Death's Daughter</rarityLegendary><br><subtitleLeft><silver>500 Silver Serpents</silver></subtitleLeft>", "description": "<mainText><stats></stats><mainText>Cannon Barrage additionally fires a mega-cannonball at the center of the Barrage, dealing <trueDamage>300% true damage</trueDamage> and <status>Slowing</status> them by 60% for 1.5 seconds.</mainText></mainText><br>", "colloq": "", "plaintext": "<mainText>Cannon Barrage additionally fires a mega-cannonball at the center of the Barrage, dealing <trueDamage>300% true damage</trueDamage> and <status>Slowing</status> them by 60% for 1.5 seconds.</mainText>", "consumed": true, "consumeOnFull": true, "inStore": false, "requiredChampion": "Gangplank", "image": { "full": "3902.png", "sprite": "item3.png", "group": "item", "x": 48, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "3903": { "name": "<rarityLegendary>Raise Morale</rarityLegendary><br><subtitleLeft><silver>500 Silver Serpents</silver></subtitleLeft>", "description": "<mainText><stats></stats>Allies in the Cannon Barrage gain <speed>30% Move Speed</speed> for 2 seconds.</mainText><br>", "colloq": "", "plaintext": "Allies in the Cannon Barrage gain <speed>30% Move Speed</speed> for 2 seconds.", "consumed": true, "consumeOnFull": true, "inStore": false, "requiredChampion": "Gangplank", "image": { "full": "3903.png", "sprite": "item3.png", "group": "item", "x": 96, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "3916": { "name": "Oblivion Orb", "description": "<mainText><stats><attention>30</attention> Ability Power</stats><br><li><passive>Cursed:</passive> Dealing magic damage applies <status>40% Grievous Wounds</status> to champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "Increases magic damage", "stacks": 0, "from": ["1052"], "into": ["3011", "3165"], "image": { "full": "3916.png", "sprite": "item3.png", "group": "item", "x": 144, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 365, "purchasable": true, "total": 800, "sell": 560 }, "tags": ["SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 30 }, "depth": 2 }, "4004": { "name": "Spectral Cutlass", "description": "<mainText><stats><attention>70</attention> Attack Damage<br><attention>21</attention> Lethality</stats><br><br><active>Active -</active> <active>Soul Anchor:</active> Mark your current location. After 5 seconds, return to that location (30s ).</mainText><br>", "colloq": ";lethality", "plaintext": "Marks the ground, and returns you there after a few moments", "image": { "full": "4004.png", "sprite": "item3.png", "group": "item", "x": 192, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "ArmorPenetration"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 70 } }, "4005": { "name": "Imperial Mandate", "description": "", "colloq": ";", "plaintext": "Defer damage until later.", "from": ["3108", "4642"], "image": { "full": "4005.png", "sprite": "item3.png", "group": "item", "x": 240, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["SpellDamage", "ManaRegen", "CooldownReduction", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 55 }, "depth": 3 }, "4010": { "name": "Bloodletter's Curse", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>15</attention> Ability Haste</stats><br><li><passive>Vile Decay:</passive> Dealing magic damage reduces the target's magic resist by 5% for 6 seconds, stacking up to up to 30%. Repeat damage from the same spell cast can only stack this once per 2 second(s).</mainText><br>", "colloq": ";magic penetration", "plaintext": "Grant Spell Shield after damaging an enemy with an ability", "image": { "full": "4010.png", "sprite": "item3.png", "group": "item", "x": 288, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 3000, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellBlock", "Armor", "SpellDamage", "CooldownReduction"], "maps": { "11": false, "12": false, "21": false, "22": false, "30": true }, "stats": { "FlatSpellBlockMod": 30, "FlatMagicDamageMod": 70, "FlatArmorMod": 30 } }, "4401": { "name": "Force of Nature", "description": "<mainText><stats><attention>400</attention> Health<br><attention>60</attention> Magic Resist<br><attention>5%</attention> Move Speed</stats><br><li><passive>Absorb:</passive> Taking <magicDamage>magic damage</magicDamage> from enemy Champions grants a stack of <attention>Steadfast</attention>. Enemy <status>Immobilizing</status> effects grant additional stacks.<li><passive>Dissipate:</passive> While at max stacks of <attention>Steadfast</attention>, gain increased Magic Resist and Move Speed.</mainText><br>", "colloq": ";fon", "plaintext": "Move Speed, Magic Resist, and max Health Regeneration", "from": ["1057", "1028", "3066"], "image": { "full": "4401.png", "sprite": "item3.png", "group": "item", "x": 336, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Health", "SpellBlock", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatHPPoolMod": 400, "FlatSpellBlockMod": 60 }, "depth": 3 }, "4403": { "name": "The Golden Spatula", "description": "<mainText><stats><attention>70</attention> Attack Damage<br><attention>120</attention> Ability Power<br><attention>50%</attention> Attack Speed<br><attention>30%</attention> Critical Strike Chance<br><attention>250</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>250</attention> Mana<br><attention>20</attention> Ability Haste<br><attention>10%</attention> Move Speed<br><attention>10%</attention> Life Steal<br><attention>100%</attention> Base Health Regen<br><attention>100%</attention> Base Mana Regen</stats><br><li><passive>Doing Something:</passive> You are permanently On Fire!</mainText><br>", "colloq": ";", "plaintext": "It does EVERYTHING!", "from": ["1038", "1053", "3086", "1058", "3067", "3105"], "inStore": false, "image": { "full": "4403.png", "sprite": "item3.png", "group": "item", "x": 384, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 687, "purchasable": false, "total": 7237, "sell": 5066 }, "tags": ["Health", "SpellBlock", "HealthRegen", "Armor", "Damage", "CriticalStrike", "AttackSpeed", "LifeSteal", "SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "NonbootsMovement"], "maps": { "11": false, "12": false, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 70, "FlatCritChanceMod": 0.3, "PercentMovementSpeedMod": 0.1, "FlatHPPoolMod": 250, "FlatSpellBlockMod": 30, "FlatMPPoolMod": 250, "FlatMagicDamageMod": 120, "FlatArmorMod": 30, "PercentAttackSpeedMod": 0.5, "PercentLifeStealMod": 0.1 }, "depth": 3 }, "4628": { "name": "Horizon Focus", "description": "<mainText><stats><attention>100</attention> Ability Power<br><attention>150</attention> Health<br><attention>15</attention> Ability Haste</stats><br><li><passive>Hypershot:</passive> Damaging a champion with a non-targeted Ability at over 700 range or <status>Slowing or Immobilizing</status> them <keywordStealth>Reveals</keywordStealth> them and increases their damage taken from you.<br><br><rules>The Ability that triggers <passive>Hypershot</passive> also benefits from the damage increase. Pets and non-immobilizing traps do not trigger this effect. Only the initial placement of zone Abilities will trigger this effect. Distance is measured from the Ability cast position. </rules></mainText><br>", "colloq": "", "plaintext": "Immobilizing a champion causes lightning to strike them", "from": ["3145", "3108"], "image": { "full": "4628.png", "sprite": "item3.png", "group": "item", "x": 432, "y": 192, "w": 48, "h": 48 }, "gold": { "base": 1050, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 150, "FlatMagicDamageMod": 100 }, "depth": 3 }, "4629": { "name": "Cosmic Drive", "description": "<mainText><stats><attention>100</attention> Ability Power<br><attention>30</attention> Ability Haste<br><attention>5%</attention> Move Speed</stats><br><li><passive>Spelldance:</passive> Damaging a champion generates a stack of <speed>2.5% Move Speed</speed> every 1.5 seconds for the next 5 seconds up to <speed>10% Move Speed</speed>. At 4 stacks, gain an additional <speed>10% Move Speed</speed> (<speed>20% Move Speed</speed> total). Dealing damage refreshes this effect.<br> <br></mainText><br>", "colloq": "", "plaintext": "Massive amounts of Cooldown Reduction", "from": ["3108", "3113", "1052"], "image": { "full": "4629.png", "sprite": "item3.png", "group": "item", "x": 0, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 815, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["SpellDamage", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatMagicDamageMod": 100 }, "depth": 3 }, "4630": { "name": "Blighting Jewel", "description": "<mainText><stats><attention>25</attention> Ability Power<br><attention>13%</attention> Magic Penetration</stats></mainText><br>", "colloq": "", "plaintext": "", "from": ["1052"], "into": ["3135"], "image": { "full": "4630.png", "sprite": "item3.png", "group": "item", "x": 48, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 815, "purchasable": true, "total": 1250, "sell": 875 }, "tags": ["MagicPenetration", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 25 }, "depth": 2 }, "4632": { "name": "Verdant Barrier", "description": "<mainText><stats><attention>20</attention> Ability Power<br><attention>25</attention> Magic Resist</stats><br><li><passive>Adaptive:</passive> Killing a unit grants <scaleMR>0.3 Magic Resist</scaleMR> (max <scaleMR>9</scaleMR>). <br><br></mainText><br>", "colloq": "", "plaintext": "", "from": ["1033", "1052"], "into": ["3102"], "image": { "full": "4632.png", "sprite": "item3.png", "group": "item", "x": 96, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 115, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["SpellBlock", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatSpellBlockMod": 25, "FlatMagicDamageMod": 20 }, "depth": 2 }, "4633": { "name": "Riftmaker", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>300</attention> Health<br><attention>15</attention> Ability Haste<br><attention>7%</attention> Omnivamp</stats><br><li><passive>Void Corruption:</passive> For each second damaging enemy champions, deal bonus damage. At maximum strength, the bonus damage is dealt as <trueDamage>true damage</trueDamage> instead. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Omnivamp and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "from": ["4635", "1026"], "into": ["7009"], "image": { "full": "4633.png", "sprite": "item3.png", "group": "item", "x": 144, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 1050, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "SpellVamp", "MagicPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 70 }, "depth": 3 }, "4635": { "name": "Leeching Leer", "description": "<mainText><stats><attention>20</attention> Ability Power<br><attention>250</attention> Health<br><attention>5%</attention> Omnivamp</stats></mainText><br>", "colloq": "", "plaintext": "", "from": ["1028", "1052"], "into": ["4633"], "image": { "full": "4635.png", "sprite": "item3.png", "group": "item", "x": 192, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 465, "purchasable": true, "total": 1300, "sell": 910 }, "tags": ["Health", "SpellDamage", "SpellVamp"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 250, "FlatMagicDamageMod": 20 }, "depth": 2 }, "4636": { "name": "Night Harvester", "description": "<mainText><stats><attention>90</attention> Ability Power<br><attention>300</attention> Health<br><attention>25</attention> Ability Haste</stats><br><li><passive>Soulrend:</passive> Damaging a champion with Attacks or Abilities deals additional magic damage and grants you Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3145", "3108", "1052"], "into": ["7010"], "image": { "full": "4636.png", "sprite": "item3.png", "group": "item", "x": 240, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 815, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 90 }, "depth": 3 }, "4637": { "name": "Demonic Embrace", "description": "<mainText><stats><attention>75</attention> Ability Power<br><attention>350</attention> Health</stats><br><li><passive>Azakana's Gaze:</passive> Dealing Ability damage burns enemies for max Health magic damage every second.<li><passive>Dark Pact:</passive> Gain <scaleHealth>bonus Health</scaleHealth> as <scaleAP>Ability Power</scaleAP>. </mainText><br>", "colloq": "", "plaintext": "", "from": ["1026", "1011", "1052"], "image": { "full": "4637.png", "sprite": "item3.png", "group": "item", "x": 288, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 815, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 350, "FlatMagicDamageMod": 75 }, "depth": 3 }, "4638": { "name": "Watchful Wardstone", "description": "<mainText><stats><attention>150</attention> Health<br><attention>10</attention> Ability Haste<br><attention>50%</attention> Base Mana Regen</stats><br><li><passive>Arcane Cache:</passive> This item can store up to 3 purchased Control Wards.<li><passive>Blessing of Ixtal:</passive> Grants a 8% increase to bonus Health, bonus Attack Damage, Ability Haste, and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "consumed": true, "consumeOnFull": true, "into": ["4643"], "image": { "full": "4638.png", "sprite": "item3.png", "group": "item", "x": 336, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 1100, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Health", "Damage", "SpellDamage", "ManaRegen", "Vision", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 150 } }, "4641": { "name": "Stirring Wardstone", "description": "<mainText><stats><attention>80</attention> Health<br><attention>25%</attention> Base Mana Regen</stats><br><li><passive>Arcane Cache:</passive> This item can store up to 2 purchased Control Wards.<br><br></mainText><br>", "colloq": "", "plaintext": "", "consumed": true, "consumeOnFull": true, "inStore": false, "image": { "full": "4641.png", "sprite": "item3.png", "group": "item", "x": 384, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 350, "purchasable": false, "total": 350, "sell": 140 }, "tags": ["Health", "Damage", "SpellDamage", "ManaRegen", "Vision", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 80 } }, "4642": { "name": "Bandleglass Mirror", "description": "<mainText><stats><attention>20</attention> Ability Power<br><attention>10</attention> Ability Haste<br><attention>50%</attention> Base Mana Regen</stats></mainText><br>", "colloq": "", "plaintext": "", "from": ["1004", "1052"], "into": ["2065", "6617", "4005", "6620"], "image": { "full": "4642.png", "sprite": "item3.png", "group": "item", "x": 432, "y": 240, "w": 48, "h": 48 }, "gold": { "base": 265, "purchasable": true, "total": 950, "sell": 665 }, "tags": ["SpellDamage", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMagicDamageMod": 20 }, "depth": 2 }, "4643": { "name": "Vigilant Wardstone", "description": "<mainText><stats><attention>250</attention> Health<br><attention>10</attention> Ability Haste<br><attention>50%</attention> Base Mana Regen</stats><br><li><passive>Arcane Cache:</passive> This item can store up to 3 purchased Control Wards.<li><passive>Behold:</passive> Increase your Stealth Ward and Control Ward placement caps by 1.<li><passive>Chosen of Ixtal:</passive> Grants a 20% increase to bonus Health, bonus Attack Damage, Ability Haste, and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "consumeOnFull": true, "from": ["4638"], "image": { "full": "4643.png", "sprite": "item3.png", "group": "item", "x": 0, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 1200, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "ManaRegen", "Vision", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": false, "21": false, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 250 }, "depth": 2 }, "4644": { "name": "Crown of the Shattered Queen", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>250</attention> Health<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Divine Safeguard:</passive> You are <keywordMajor>Safeguarded</keywordMajor>, reducing incoming champion damage. <keywordMajor>Safeguard</keywordMajor> persists for 1.5 seconds after taking champion damage. <li><passive>Holy Gift:</passive> While <keywordMajor>Safeguarded</keywordMajor> and for 3 seconds after it is broken, gain Ability Power. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3067", "3802", "1052"], "into": ["7024"], "image": { "full": "4644.png", "sprite": "item3.png", "group": "item", "x": 48, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 465, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Health", "SpellDamage", "Mana", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 250, "FlatMPPoolMod": 600, "FlatMagicDamageMod": 70 }, "depth": 3 }, "4645": { "name": "Shadowflame", "description": "<mainText><stats><attention>100</attention> Ability Power<br><attention>200</attention> Health</stats><br><li><passive>Cinderbloom:</passive> Damage to champions benefits from additional <keywordStealth>Magic Penetration</keywordStealth> based on their current <scaleHealth>Health</scaleHealth>. If the target was recently affected by Shields, gain the maximum benefit against that target. </mainText><br>", "colloq": "", "plaintext": "", "from": ["3145", "1058"], "image": { "full": "4645.png", "sprite": "item3.png", "group": "item", "x": 96, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellDamage", "MagicPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 100 }, "depth": 3 }, "6029": { "name": "Ironspike Whip", "description": "<mainText><stats><attention>30</attention> Attack Damage</stats><br><br><active>Active -</active> <active>Crescent:</active> Deal damage to nearby enemies.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1037"], "into": ["6630", "6631"], "image": { "full": "6029.png", "sprite": "item3.png", "group": "item", "x": 144, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 225, "purchasable": true, "total": 1100, "sell": 770 }, "tags": ["Damage", "Active"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 30 }, "depth": 2 }, "6035": { "name": "Silvermere Dawn", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>300</attention> Health<br><attention>40</attention> Magic Resist</stats><br><br><active>Active -</active> <active>Quicksilver:</active> Remove all crowd control debuffs and gain Tenacity and Slow Resistance.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3140", "1037", "1028"], "image": { "full": "6035.png", "sprite": "item3.png", "group": "item", "x": 192, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 425, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "SpellBlock", "Damage", "Active", "Tenacity"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatHPPoolMod": 300, "FlatSpellBlockMod": 40 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "1", "Effect3Amount": "90" }, "depth": 3 }, "6333": { "name": "Death's Dance", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>15</attention> Ability Haste<br><attention>45</attention> Armor</stats><br><li><passive>Ignore Pain:</passive> Damage taken is dealt to you over time instead.<li><passive>Defy:</passive> Champion takedowns cleanse <passive>Ignore Pain's</passive> remaining damage pool and restore Health over time.</mainText><br>", "colloq": "", "plaintext": "", "stacks": 0, "from": ["1037", "1031", "3133"], "image": { "full": "6333.png", "sprite": "item3.png", "group": "item", "x": 240, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 525, "purchasable": true, "total": 3300, "sell": 2310 }, "tags": ["Armor", "Damage", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatArmorMod": 45 }, "depth": 3 }, "6609": { "name": "Chempunk Chainsword", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>250</attention> Health<br><attention>25</attention> Ability Haste</stats><br><li><passive>Hackshorn:</passive> Dealing physical damage applies 40% <status>Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["3123", "1028", "3133"], "image": { "full": "6609.png", "sprite": "item3.png", "group": "item", "x": 288, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 500, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Health", "Damage", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatHPPoolMod": 250 }, "depth": 3 }, "6616": { "name": "Staff of Flowing Water", "description": "<mainText><stats><attention>35</attention> Ability Power<br><buffedStat>8%</buffedStat> Heal and Shield Power<br><attention>75%</attention> Base Mana Regen<br><attention>5%</attention> Move Speed</stats><br><li><passive>Rapids:</passive> Healing or Shielding another ally grants you both Ability Power and Ability Haste.<br></mainText><br>", "colloq": "", "plaintext": "Your heals and shields reduce crowd control and grant Move Speed", "from": ["3113", "3114"], "image": { "full": "6616.png", "sprite": "item3.png", "group": "item", "x": 336, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 450, "purchasable": true, "total": 2100, "sell": 1470 }, "tags": ["SpellDamage", "ManaRegen", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "PercentMovementSpeedMod": 0.05, "FlatMagicDamageMod": 35 }, "depth": 3 }, "6617": { "name": "Moonstone Renewer", "description": "<mainText><stats><attention>35</attention> Ability Power<br><attention>200</attention> Health<br><attention>20</attention> Ability Haste<br><attention>100%</attention> Base Mana Regen</stats><br><li><passive>Starlit Grace:</passive> Healing or shielding an ally chains to the nearest ally champion (excluding yourself), healing or shielding based on the original amount<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Heal and Shield Power.</attention></mainText><br>", "colloq": "", "plaintext": "Your heals and shields cool down faster and have greater effect on low health allies", "from": ["3067", "4642"], "into": ["7021"], "image": { "full": "6617.png", "sprite": "item3.png", "group": "item", "x": 384, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 550, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 35 }, "depth": 3 }, "6620": { "name": "Echoes of Helia", "description": "<mainText><stats><attention>30</attention> Ability Power<br><attention>200</attention> Health<br><attention>15</attention> Ability Haste<br><attention>125%</attention> Base Mana Regen</stats><br><li><passive>Soul Siphon:</passive> Damaging a champion grants a <passive>Soul Shard</passive>. Healing or Shielding an ally consumes all <passive>Soul Shards</passive> to restore Health and deals magic damage per Shard to the nearest enemy champion.<br><li><passive>Dissonance:</passive> Gain <scaleAP>Ability Power</scaleAP> per <scaleMana> Base Mana Regeneration</scaleMana>. Disables Harmony.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Ability Haste.</attention><br></mainText><br>", "colloq": "", "plaintext": "Damage low-health enemies to trigger a cursed explosion, dealing damage and slowing nearby foes", "from": ["3012", "4642"], "into": ["7033"], "image": { "full": "6620.png", "sprite": "item3.png", "group": "item", "x": 432, "y": 288, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 200, "FlatMagicDamageMod": 30 }, "depth": 3 }, "6630": { "name": "Goredrinker", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste<br><attention>8%</attention> Omnivamp</stats><br><br><active>Active -</active> <active>Thirsting Slash:</active> Deal damage to nearby enemies. Restore Health for each champion hit.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health and Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6029", "3133", "3067"], "into": ["7015"], "image": { "full": "6630.png", "sprite": "item3.png", "group": "item", "x": 0, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 200, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Health", "Damage", "LifeSteal", "Active", "CooldownReduction", "SpellVamp", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatHPPoolMod": 300 }, "depth": 3 }, "6631": { "name": "Stridebreaker", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><attention>20%</attention> Attack Speed<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Halting Slash:</active> Deal damage to nearby enemies, <status>Slowing</status> them. Can be cast while moving.<br><li><passive>Heroic Gait:</passive> Dealing physical damage grants Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6029", "3051", "3067"], "into": ["7016"], "image": { "full": "6631.png", "sprite": "item3.png", "group": "item", "x": 48, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 3300, "sell": 2310 }, "tags": ["Health", "Damage", "AttackSpeed", "Active", "CooldownReduction", "Slow", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 60, "FlatHPPoolMod": 300, "PercentAttackSpeedMod": 0.2 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "0", "Effect3Amount": "90", "Effect4Amount": "0", "Effect5Amount": "10" }, "depth": 3 }, "6632": { "name": "Divine Sunderer", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste</stats><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage <OnHit>On-Hit</OnHit>. If the target is a champion, also heal.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Magic Penetration.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["3133", "3057", "3067"], "into": ["7017"], "image": { "full": "6632.png", "sprite": "item3.png", "group": "item", "x": 96, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 3300, "sell": 2310 }, "tags": ["Health", "Damage", "CooldownReduction", "OnHit", "MagicPenetration", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatHPPoolMod": 300 }, "depth": 3 }, "6653": { "name": "Liandry's Anguish", "description": "<mainText><stats><attention>80</attention> Ability Power<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Agony:</passive> Deal bonus magic damage to Champions based on the target's bonus Health.<li><passive>Torment:</passive> Dealing damage with Abilities causes enemies to burn over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.</mainText><br>", "colloq": "", "plaintext": "Charge up in combat to deal high damage over time, especially against durable enemies", "from": ["3802", "3108"], "into": ["7012"], "image": { "full": "6653.png", "sprite": "item3.png", "group": "item", "x": 144, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 1200, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["SpellDamage", "Mana", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMPPoolMod": 600, "FlatMagicDamageMod": 80 }, "depth": 3 }, "6655": { "name": "Luden's Tempest", "description": "<mainText><stats><attention>80</attention> Ability Power<br><attention>6</attention> Magic Penetration<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Echo:</passive> Damaging Abilities deal magic damage to the target and 3 nearby enemies and grants you Move Speed. Dealing ability damage to Champions reduces this item's cooldown.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration. </mainText><br>", "colloq": "", "plaintext": "High burst damage, good against fragile foes", "from": ["3802", "1026"], "into": ["7013"], "image": { "full": "6655.png", "sprite": "item3.png", "group": "item", "x": 192, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 1250, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["SpellDamage", "Mana", "CooldownReduction", "NonbootsMovement", "MagicPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatMPPoolMod": 600, "FlatMagicDamageMod": 80 }, "depth": 3 }, "6656": { "name": "Everfrost", "description": "<mainText><stats><attention>70</attention> Ability Power<br><attention>250</attention> Health<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Glaciate:</active> Deal damage in a cone, <status>Slowing</status> enemies hit. Enemies at the center of the cone are <status>Rooted</status> instead.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Power. <br></mainText><br>", "colloq": "", "plaintext": "", "from": ["3067", "3802", "1052"], "into": ["7014"], "image": { "full": "6656.png", "sprite": "item3.png", "group": "item", "x": 240, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 465, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Health", "SpellDamage", "Mana", "Active", "CooldownReduction", "Slow", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 250, "FlatMPPoolMod": 600, "FlatMagicDamageMod": 70 }, "depth": 3 }, "6657": { "name": "Rod of Ages", "description": "<mainText><stats><attention>60</attention> Ability Power<br><attention>400</attention> Health<br><attention>400</attention> Mana</stats><br><br>This item gains 20 Health, 20 Mana and 4 Ability Power every 60 seconds up to 10 times, for a maximum of 200 Health, 200 Mana, and 40 Ability Power. Upon reaching max stacks, gain a level and all effects of Eternity are increased by 50%.<br><li><passive>Eternity:</passive> Restore Mana equal to 7% of premitigation damage taken from champions, and Health equal to 25% of Mana spent, up to 20 Health per cast, per second. For every 200 Health or Mana restored this way, gain <speed>35% Decaying Move Speed</speed> for 3 seconds.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5 Ability Haste.</attention></mainText><br>", "colloq": "", "plaintext": "", "from": ["1026", "3803", "1052"], "into": ["7028"], "image": { "full": "6657.png", "sprite": "item3.png", "group": "item", "x": 288, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 215, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Health", "HealthRegen", "SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 400, "FlatMPPoolMod": 400, "FlatMagicDamageMod": 60 }, "depth": 3 }, "6660": { "name": "Bami's Cinder", "description": "<mainText><stats><attention>300</attention> Health</stats><br><li><passive>Immolate :</passive> Taking or dealing damage causes you to begin dealing magic damage per second to nearby enemies (increased against minions and monsters).</mainText><br>", "colloq": "", "plaintext": "", "from": ["1028", "1028"], "into": ["3068"], "image": { "full": "6660.png", "sprite": "item3.png", "group": "item", "x": 336, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 200, "purchasable": true, "total": 1000, "sell": 700 }, "tags": ["Health"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 300 }, "depth": 2 }, "6662": { "name": "Iceborn Gauntlet", "description": "<mainText><stats><attention>400</attention> Health<br><attention>50</attention> Armor<br><attention>20</attention> Ability Haste</stats><br><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage and creates a frost field for 2.5s. Enemies that move across the field are <status>Slowed</status>. Your primary target is crippled, applying a 100% stronger slow on them and reducing their damage by 10% against you for 2.5s. (1.5s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>50 Health</attention>, <attention>5%</attention> Tenacity, and <attention>5%</attention> Slow Resist.<br></mainText><br>", "colloq": "", "plaintext": "High Magic Resist.Passively slow nearby enemies. When spells are cast near you, release a wave of energy that damages and slows.", "from": ["3057", "3067", "1031"], "into": ["7005"], "image": { "full": "6662.png", "sprite": "item3.png", "group": "item", "x": 384, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor", "CooldownReduction", "Slow", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 400, "FlatArmorMod": 50 }, "depth": 3 }, "6664": { "name": "Turbo Chemtank", "description": "<mainText><stats><attention>500</attention> Health<br><attention>50</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Supercharged:</active> Grants Move Speed towards enemies or enemy turrets. Once near an enemy (or after 4 seconds) a shockwave is emitted that <status>Slows</status> nearby champions.</mainText><br>", "colloq": "", "plaintext": "Immobilize enemies to gain a shield. Activate to run faster at opponents.", "from": ["3067", "1057", "1028"], "image": { "full": "6664.png", "sprite": "item3.png", "group": "item", "x": 432, "y": 336, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 2800, "sell": 1960 }, "tags": ["Health", "SpellBlock", "Active", "CooldownReduction", "Slow", "NonbootsMovement", "MagicResist", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 500, "FlatSpellBlockMod": 50 }, "depth": 3 }, "6665": { "name": "Jak'Sho, The Protean", "description": "<mainText><stats><attention>400</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>20</attention> Ability Haste</stats><br><li><passive>Voidborn Resilience:</passive> For each second in champion combat gain a stack granting <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR>, up to 8 stacks max. At max stacks become empowered, instantly draining enemies around you for magic damage, healing yourself, and increasing your bonus resist until end of combat.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention>.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3105", "3067", "1028"], "into": ["7026"], "image": { "full": "6665.png", "sprite": "item3.png", "group": "item", "x": 0, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellBlock", "Armor", "CooldownReduction", "MagicResist", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 400, "FlatSpellBlockMod": 30, "FlatArmorMod": 30 }, "depth": 3 }, "6667": { "name": "Radiant Virtue", "description": "<mainText><stats><attention>350</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><li><passive>Guiding Light:</passive> Upon casting your Ultimate you Transcend, increasing your Max Health. While Transcended you and allies heal over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3105", "1011"], "into": ["7027"], "image": { "full": "6667.png", "sprite": "item3.png", "group": "item", "x": 48, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 600, "purchasable": true, "total": 2700, "sell": 1890 }, "tags": ["Health", "SpellBlock", "Armor", "Aura", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 350, "FlatSpellBlockMod": 30, "FlatArmorMod": 30 }, "depth": 3 }, "6670": { "name": "Noonquiver", "description": "<mainText><stats><attention>30</attention> Attack Damage<br><attention>15%</attention> Attack Speed</stats><br><li><passive>Precision:</passive> Attacks deal additional damage to Minions and Monsters.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1036", "1042", "1036"], "into": ["6672", "3095", "3087"], "image": { "full": "6670.png", "sprite": "item3.png", "group": "item", "x": 96, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 300, "purchasable": true, "total": 1300, "sell": 910 }, "tags": ["Damage", "AttackSpeed", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 30, "PercentAttackSpeedMod": 0.15 }, "depth": 2 }, "6671": { "name": "Galeforce", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>15%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><br><active>Active -</active> <active>Cloudburst:</active> Dash in target direction, firing three missiles at the lowest Health enemy near your destination. Deals physical damage, increased against low Health targets.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><rules>Maximum missile damage dealt when enemy Health is below 25%.<br>Cloudburst's dash cannot pass through terrain.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["1038", "3086", "1036"], "into": ["7006"], "image": { "full": "6671.png", "sprite": "item3.png", "group": "item", "x": 144, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 650, "purchasable": true, "total": 3400, "sell": 2380 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "Active", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 50, "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.07, "PercentAttackSpeedMod": 0.15 }, "depth": 3 }, "6672": { "name": "Kraken Slayer", "description": "<mainText><stats><attention>40</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Bring It Down:</passive> Every third Attack deals additional physical damage. Repeated triggers on the same target increase the damage dealt.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6670", "1018", "1043"], "image": { "full": "6672.png", "sprite": "item3.png", "group": "item", "x": 192, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 40, "FlatCritChanceMod": 0.2, "PercentAttackSpeedMod": 0.3 }, "depth": 3 }, "6673": { "name": "Immortal Shieldbow", "description": "<mainText><stats><attention>50</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>10%</attention> Life Steal</stats><br><li><passive>Lifeline:</passive> When taking damage that would reduce you below 30% Health, gain a Shield. In addition, gain Attack Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1037", "1018", "1053"], "image": { "full": "6673.png", "sprite": "item3.png", "group": "item", "x": 240, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 625, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "LifeSteal", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 50, "FlatCritChanceMod": 0.2, "PercentLifeStealMod": 0.1 }, "depth": 3 }, "6675": { "name": "Navori Quickblades", "description": "<mainText><stats><attention>65</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>15</attention> Ability Haste</stats><br><li><passive>Transcendence:</passive> Your Attacks reduce your non-Ultimate Ability cooldowns.<li><passive>Impermanence:</passive> Your abilities deal increased damage based on Critical Strike Chance.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1038", "3133", "1018"], "into": ["7032"], "image": { "full": "6675.png", "sprite": "item3.png", "group": "item", "x": 288, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 400, "purchasable": true, "total": 3400, "sell": 2380 }, "tags": ["Damage", "CriticalStrike", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 65, "FlatCritChanceMod": 0.2 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "1", "Effect3Amount": "90" }, "depth": 3 }, "6676": { "name": "The Collector", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>18</attention> Lethality</stats><br><li><passive>Death and Taxes:</passive> Dealing damage that would leave an enemy champion below 5% Health executes them. Champion kills grant an additional 25 gold.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3134", "1037", "1018"], "image": { "full": "6676.png", "sprite": "item3.png", "group": "item", "x": 336, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 425, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "CriticalStrike", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 55, "FlatCritChanceMod": 0.2 }, "depth": 3 }, "6677": { "name": "Rageknife", "description": "<mainText><stats><attention>25%</attention> Attack Speed</stats><br><li><passive>Wrath:</passive> Attacks apply <magicDamage>20 magic damage</magicDamage> <OnHit>On-Hit</OnHit>.<li><passive>Seething Strike:</passive> Basic attacks grant <attackSpeed>5% Attack Speed</attackSpeed>, stacking up to 3 times.</mainText><br>", "colloq": "", "plaintext": "", "from": ["1042", "1042"], "into": ["3124"], "image": { "full": "6677.png", "sprite": "item3.png", "group": "item", "x": 384, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 600, "purchasable": true, "total": 1200, "sell": 840 }, "tags": ["AttackSpeed", "OnHit"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "PercentAttackSpeedMod": 0.25 }, "depth": 2 }, "6691": { "name": "Duskblade of Draktharr", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>20</attention> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (10s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["3134", "3133"], "into": ["7002"], "image": { "full": "6691.png", "sprite": "item3.png", "group": "item", "x": 432, "y": 384, "w": 48, "h": 48 }, "gold": { "base": 900, "purchasable": true, "total": 3100, "sell": 2170 }, "tags": ["Damage", "Stealth", "CooldownReduction", "Slow", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 60 }, "depth": 3 }, "6692": { "name": "Eclipse", "description": "<mainText><stats><attention>60</attention> Attack Damage<br><attention>12</attention> Lethality<br><attention>15</attention> Ability Haste</stats><br><br><li><passive>Ever Rising Moon:</passive> Hitting a champion with 2 separate Attacks or Abilities within 1.5 seconds deals additional damage, grants you Move Speed and a Shield.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3134", "3133"], "into": ["7001"], "image": { "full": "6692.png", "sprite": "item3.png", "group": "item", "x": 0, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 900, "purchasable": true, "total": 3100, "sell": 2170 }, "tags": ["Damage", "CooldownReduction", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 60 }, "depth": 3 }, "6693": { "name": "Prowler's Claw", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>15</attention> Ability Haste</stats><br><br><li><passive>Sandstrike:</passive> After dashing, blinking, or exiting Stealth, your next Attack on a champion deals an additional physical damage. If dealt by a Melee champion, this Attack also <status>Slows</status> the target.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3134", "3133"], "into": ["7000"], "image": { "full": "6693.png", "sprite": "item3.png", "group": "item", "x": 48, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Active", "CooldownReduction", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 55 }, "depth": 3 }, "6694": { "name": "Serylda's Grudge", "description": "<mainText><stats><attention>45</attention> Attack Damage<br><attention>30%</attention> Armor Penetration<br><attention>20</attention> Ability Haste</stats><br><li><passive>Bitter Cold:</passive> Damaging Abilities <status>Slow</status> enemies.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3133", "3035"], "image": { "full": "6694.png", "sprite": "item3.png", "group": "item", "x": 96, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 650, "purchasable": true, "total": 3200, "sell": 2240 }, "tags": ["Damage", "CooldownReduction", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 45 }, "depth": 3 }, "6695": { "name": "Serpent's Fang", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>12</attention> Lethality</stats><br><li><passive>Shield Reaver:</passive> Dealing damage to an enemy champion reduces any shields they gain. When you damage an enemy who is unaffected by Shield Reaver, reduce all shields on them.<br><br>Item performance differs for melee and ranged users.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3134", "1037"], "image": { "full": "6695.png", "sprite": "item3.png", "group": "item", "x": 144, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 625, "purchasable": true, "total": 2600, "sell": 1820 }, "tags": ["Damage", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 55 }, "depth": 3 }, "6696": { "name": "Axiom Arc", "description": "<mainText><stats><attention>55</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>25</attention> Ability Haste</stats><br><li><passive>Flux:</passive> Whenever a Champion dies that you recently damaged, refund some of your Ultimate Ability's total cooldown.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3134", "3133"], "image": { "full": "6696.png", "sprite": "item3.png", "group": "item", "x": 192, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 3000, "sell": 2100 }, "tags": ["Damage", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatPhysicalDamageMod": 55 }, "depth": 3 }, "7000": { "name": "Sandshrike's Claw", "description": "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><li><passive>Sandstrike:</passive> After dashing, blinking, or exiting Stealth, your next Attack on a champion deals an additional physical damage. If dealt by a Melee champion, this Attack also <status>Slows</status> the target.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6693"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7000.png", "sprite": "item3.png", "group": "item", "x": 240, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Damage", "Active", "CooldownReduction", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 75 }, "depth": 4 }, "7001": { "name": "Syzygy", "description": "<mainText><stats><ornnBonus>80</ornnBonus> Attack Damage<br><ornnBonus>20</ornnBonus> Lethality<br><ornnBonus>20</ornnBonus> Ability Haste</stats><br><br><li><passive>Ever Rising Moon:</passive> Hitting a champion with 2 separate Attacks or Abilities within 1.5 seconds deals additional damage, grants you Move Speed and a Shield.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6692"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7001.png", "sprite": "item3.png", "group": "item", "x": 288, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3100, "sell": 2170 }, "tags": ["Damage", "CooldownReduction", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 80 }, "depth": 4 }, "7002": { "name": "Draktharr's Shadowcarver", "description": "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (10s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["6691"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7002.png", "sprite": "item3.png", "group": "item", "x": 336, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3100, "sell": 2170 }, "tags": ["Damage", "Stealth", "CooldownReduction", "Slow", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 75 }, "depth": 4 }, "7005": { "name": "Frozen Fist", "description": "<mainText><stats><ornnBonus>550</ornnBonus> Health<br><ornnBonus>70</ornnBonus> Armor<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage and creates a frost field for 2.5s. Enemies that move across the field are <status>Slowed</status>. Your primary target is crippled, applying a 100% stronger slow on them and reducing their damage by 10% against you for 2.5s. (1.5s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>50 Health</attention>, <attention>5%</attention> Tenacity, and <attention>5%</attention> Slow Resist.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["6662"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7005.png", "sprite": "item3.png", "group": "item", "x": 384, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3000, "sell": 2100 }, "tags": ["Health", "Armor", "CooldownReduction", "Slow", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 550, "FlatArmorMod": 70 }, "depth": 4 }, "7006": { "name": "Typhoon", "description": "<mainText><stats><ornnBonus>65</ornnBonus> Attack Damage<br><ornnBonus>30%</ornnBonus> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><ornnBonus>10%</ornnBonus> Move Speed</stats><br><br><active>Active -</active> <active>Cloudburst:</active> Dash in target direction, firing three missiles at the lowest Health enemy near your destination. Deals physical damage, increased against low Health targets.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><rules>Maximum missile damage dealt when enemy Health is below 25%.<br>Cloudburst's dash cannot pass through terrain.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["6671"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7006.png", "sprite": "item3.png", "group": "item", "x": 432, "y": 432, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3400, "sell": 2380 }, "tags": ["Damage", "CriticalStrike", "AttackSpeed", "Active", "NonbootsMovement"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 65, "FlatCritChanceMod": 0.2, "PercentMovementSpeedMod": 0.1, "PercentAttackSpeedMod": 0.3 }, "depth": 4 }, "7009": { "name": "Icathia's Curse", "description": "<mainText><stats><ornnBonus>90</ornnBonus> Ability Power<br><ornnBonus>450</ornnBonus> Health<br><ornnBonus>20</ornnBonus> Ability Haste<br><ornnBonus>8%</ornnBonus> Omnivamp</stats><br><li><passive>Void Corruption:</passive> For each second damaging enemy champions, deal bonus damage. At maximum strength, the bonus damage is dealt as <trueDamage>true damage</trueDamage> instead. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Omnivamp and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "from": ["4633"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7009.png", "sprite": "item4.png", "group": "item", "x": 0, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "SpellVamp", "MagicPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 450, "FlatMagicDamageMod": 90 }, "depth": 4 }, "7010": { "name": "Vespertide", "description": "<mainText><stats><ornnBonus>120</ornnBonus> Ability Power<br><ornnBonus>400</ornnBonus> Health<br><ornnBonus>30</ornnBonus> Ability Haste</stats><br><li><passive>Soulrend:</passive> Damaging a champion with Attacks or Abilities deals additional magic damage and grants you Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["4636"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7010.png", "sprite": "item4.png", "group": "item", "x": 48, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellDamage", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatMagicDamageMod": 120 }, "depth": 4 }, "7011": { "name": "Upgraded Aeropack", "description": "<mainText><stats><ornnBonus>120</ornnBonus> Ability Power<br><ornnBonus>10</ornnBonus> Magic Penetration<br><ornnBonus>350</ornnBonus> Health<br><ornnBonus>20</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Supersonic:</active> Dash in target direction, unleashing an arc of magic missiles that deal damage. Then, gain Move Speed towards enemy champions.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3152"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7011.png", "sprite": "item4.png", "group": "item", "x": 96, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellDamage", "Active", "CooldownReduction", "NonbootsMovement", "MagicPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 350, "FlatMagicDamageMod": 120 }, "depth": 4 }, "7012": { "name": "Liandry's Lament", "description": "<mainText><stats><ornnBonus>110</ornnBonus> Ability Power<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Agony:</passive> Deal bonus magic damage to Champions based on the target's bonus Health.<li><passive>Torment:</passive> Dealing damage with Abilities causes enemies to burn over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6653"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7012.png", "sprite": "item4.png", "group": "item", "x": 144, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["SpellDamage", "Mana", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatMPPoolMod": 800, "FlatMagicDamageMod": 110 }, "depth": 4 }, "7013": { "name": "Eye of Luden", "description": "<mainText><stats><ornnBonus>100</ornnBonus> Ability Power<br><ornnBonus>10</ornnBonus> Magic Penetration<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Echo:</passive> Damaging Abilities deal magic damage to the target and 3 nearby enemies and grants you Move Speed. Dealing ability damage to Champions reduces this item's cooldown.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration. </mainText><br>", "colloq": "", "plaintext": "", "from": ["6655"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7013.png", "sprite": "item4.png", "group": "item", "x": 192, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["SpellDamage", "Mana", "CooldownReduction", "NonbootsMovement", "MagicPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatMPPoolMod": 800, "FlatMagicDamageMod": 100 }, "depth": 4 }, "7014": { "name": "Eternal Winter", "description": "<mainText><stats><ornnBonus>90</ornnBonus> Ability Power<br><ornnBonus>350</ornnBonus> Health<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Glaciate:</active> Deal damage in a cone, <status>Slowing</status> enemies hit. Enemies at the center of the cone are <status>Rooted</status> instead.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Power. <br></mainText><br>", "colloq": "", "plaintext": "", "from": ["6656"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7014.png", "sprite": "item4.png", "group": "item", "x": 240, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2800, "sell": 1960 }, "tags": ["Health", "SpellDamage", "Mana", "Active", "CooldownReduction", "Slow", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 350, "FlatMPPoolMod": 800, "FlatMagicDamageMod": 90 }, "depth": 4 }, "7015": { "name": "Ceaseless Hunger", "description": "<mainText><stats><ornnBonus>70</ornnBonus> Attack Damage<br><ornnBonus>450</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste<br><ornnBonus>12%</ornnBonus> Omnivamp</stats><br><br><active>Active -</active> <active>Thirsting Slash:</active> Deal damage to nearby enemies. Restore Health for each champion hit.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health and Ability Haste.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6630"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7015.png", "sprite": "item4.png", "group": "item", "x": 288, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["Health", "Damage", "LifeSteal", "Active", "CooldownReduction", "SpellVamp", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 70, "FlatHPPoolMod": 450 }, "depth": 4 }, "7016": { "name": "Dreamshatter", "description": "<mainText><stats><ornnBonus>70</ornnBonus> Attack Damage<br><ornnBonus>30%</ornnBonus> Attack Speed<br><ornnBonus>400</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Halting Slash:</active> Deal damage to nearby enemies, <status>Slowing</status> them. Can be cast while moving.<br><li><passive>Heroic Gait:</passive> Dealing physical damage grants Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6631"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7016.png", "sprite": "item4.png", "group": "item", "x": 336, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3300, "sell": 2310 }, "tags": ["Health", "Damage", "AttackSpeed", "Active", "CooldownReduction", "Slow", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 70, "FlatHPPoolMod": 400, "PercentAttackSpeedMod": 0.3 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "0", "Effect3Amount": "90", "Effect4Amount": "0", "Effect5Amount": "10" }, "depth": 4 }, "7017": { "name": "Deicide", "description": "<mainText><stats><ornnBonus>60</ornnBonus> Attack Damage<br><ornnBonus>450</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage <OnHit>On-Hit</OnHit>. If the target is a champion, also heal.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Magic Penetration.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["6632"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7017.png", "sprite": "item4.png", "group": "item", "x": 384, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3300, "sell": 2310 }, "tags": ["Health", "Damage", "CooldownReduction", "OnHit", "MagicPenetration", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 60, "FlatHPPoolMod": 450 }, "depth": 4 }, "7018": { "name": "Infinity Force", "description": "<mainText><stats><ornnBonus>50</ornnBonus> Attack Damage<br><ornnBonus>43%</ornnBonus> Attack Speed<br><ornnBonus>400</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Threefold Strike:</passive> Attacks grant Move Speed. If the target is a champion, increase your base Attack Damage, stacking.<li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Attack Damage, Ability Haste, and Move Speed.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3078"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7018.png", "sprite": "item4.png", "group": "item", "x": 432, "y": 0, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3333, "sell": 2333 }, "tags": ["Health", "Damage", "AttackSpeed", "CooldownReduction", "OnHit", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 50, "FlatHPPoolMod": 400, "PercentAttackSpeedMod": 0.43 }, "effect": { "Effect1Amount": "25", "Effect2Amount": "60", "Effect3Amount": "2", "Effect4Amount": "1.5", "Effect5Amount": "1.5" }, "depth": 4 }, "7019": { "name": "Reliquary of the Golden Dawn", "description": "<mainText><stats><ornnBonus>400</ornnBonus> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Devotion:</active> Grant nearby allies a <shield>Shield</shield>, decaying over time.<br><li><passive>Consecrate:</passive> Grant nearby allied champions <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR>. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor and Magic Resist increase to <passive>Consecrate</passive>.<br><br></mainText><br>", "colloq": "", "plaintext": "", "from": ["3190"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7019.png", "sprite": "item4.png", "group": "item", "x": 0, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellBlock", "HealthRegen", "Armor", "Aura", "Active"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatSpellBlockMod": 40, "FlatArmorMod": 40 }, "depth": 4 }, "7020": { "name": "Shurelya's Requiem", "description": "<mainText><stats><ornnBonus>65</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste<br><ornnBonus>200%</ornnBonus> Base Mana Regen</stats><br><br><active>Active -</active> <active>Inspire:</active> Grants nearby allies Move Speed.<li><passive>Motivate:</passive> Empowering or Protecting another ally Champion grants both allies Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.<br></mainText><br>", "colloq": "", "plaintext": "", "from": ["2065"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7020.png", "sprite": "item4.png", "group": "item", "x": 48, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellDamage", "ManaRegen", "Active", "CooldownReduction", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 65 }, "depth": 4 }, "7021": { "name": "Starcaster", "description": "<mainText><stats><ornnBonus>65</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste<br><ornnBonus>200%</ornnBonus> Base Mana Regen</stats><br><li><passive>Starlit Grace:</passive> Healing or shielding an ally chains to the nearest ally champion (excluding yourself), healing or shielding based on the original amount<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Heal and Shield Power.</attention></mainText><br>", "colloq": "", "plaintext": "", "from": ["6617"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7021.png", "sprite": "item4.png", "group": "item", "x": 96, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 65 }, "depth": 4 }, "7023": { "name": "Equinox", "description": "<mainText><stats><ornnBonus>400</ornnBonus> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Coruscation:</passive> After <status>Immobilizing</status> champions or being <status>Immobilized</status>, cause that target and all nearby enemy Champions to take increased damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention></mainText><br>", "colloq": "", "plaintext": "", "from": ["3001"], "inStore": false, "image": { "full": "7023.png", "sprite": "item4.png", "group": "item", "x": 144, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellBlock", "Armor", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 400, "FlatSpellBlockMod": 40, "FlatArmorMod": 40 }, "depth": 4 }, "7024": { "name": "Caesura", "description": "<mainText><stats><ornnBonus>90</ornnBonus> Ability Power<br><ornnBonus>350</ornnBonus> Health<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Divine Safeguard:</passive> You are <keywordMajor>Safeguarded</keywordMajor>, reducing incoming champion damage. <keywordMajor>Safeguard</keywordMajor> persists for 1.5 seconds after taking champion damage. <li><passive>Holy Gift:</passive> While <keywordMajor>Safeguarded</keywordMajor> and for 3 seconds after it is broken, gain Ability Power. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed and Ability Power.</mainText><br>", "colloq": "", "plaintext": "", "from": ["4644"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7024.png", "sprite": "item4.png", "group": "item", "x": 192, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2800, "sell": 1960 }, "tags": ["Health", "SpellDamage", "Mana", "NonbootsMovement", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 350, "FlatMPPoolMod": 800, "FlatMagicDamageMod": 90 }, "depth": 4 }, "7025": { "name": "Leviathan", "description": "<mainText><stats><ornnBonus>1050</ornnBonus> Health<br><ornnBonus>300%</ornnBonus> Base Health Regen<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Colossal Consumption:</passive> Charge up a powerful attack against a champion over 3s while within 700 range of them. The charged attack deals 125 + <scalehealth>6%</scalehealth> of your max Health as bonus physical damage, and grants you 10% of that amount as permanent max Health. (30s) cooldown per target.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>1%</attention> Increased Health & <attention>6%</attention> Champion Size.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3084"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7025.png", "sprite": "item4.png", "group": "item", "x": 240, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["Health", "HealthRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 1050 }, "depth": 4 }, "7026": { "name": "The Unspoken Parasite", "description": "<mainText><stats><ornnBonus>550</ornnBonus> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Voidborn Resilience:</passive> For each second in champion combat gain a stack granting <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR>, up to 8 stacks max. At max stacks become empowered, instantly draining enemies around you for magic damage, healing yourself, and increasing your bonus resist until end of combat.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention>.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6665"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7026.png", "sprite": "item4.png", "group": "item", "x": 288, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["Health", "SpellBlock", "Armor", "CooldownReduction", "MagicResist", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 550, "FlatSpellBlockMod": 40, "FlatArmorMod": 40 }, "depth": 4 }, "7027": { "name": "Primordial Dawn", "description": "<mainText><stats><ornnBonus>500</ornnBonus> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>15</ornnBonus> Ability Haste</stats><br><li><passive>Guiding Light:</passive> Upon casting your Ultimate you Transcend, increasing your Max Health. While Transcended you and allies heal over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6667"], "inStore": false, "image": { "full": "7027.png", "sprite": "item4.png", "group": "item", "x": 336, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2700, "sell": 1890 }, "tags": ["Health", "SpellBlock", "Armor", "Aura", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 500, "FlatSpellBlockMod": 40, "FlatArmorMod": 40 }, "depth": 4 }, "7028": { "name": "Infinite Convergence", "description": "<mainText><stats><ornnBonus>80</ornnBonus> Ability Power<br><ornnBonus>550</ornnBonus> Health<br><ornnBonus>550</ornnBonus> Mana</stats><br><br>This item gains 20 Health, 20 Mana and 4 Ability Power every 60 seconds up to 10 times, for a maximum of 200 Health, 200 Mana, and 40 Ability Power. Upon reaching max stacks, gain a level and all effects of Eternity are increased by 50%.<br><li><passive>Eternity:</passive> Restore Mana equal to 7% of premitigation damage taken from champions, and Health equal to 25% of Mana spent, up to 20 Health per cast, per second. For every 200 Health or Mana restored this way, gain <speed>35% Decaying Move Speed</speed> for 3 seconds.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5 Ability Haste.</attention></mainText><br>", "colloq": "", "plaintext": "", "from": ["6657"], "inStore": false, "image": { "full": "7028.png", "sprite": "item4.png", "group": "item", "x": 384, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2800, "sell": 1960 }, "tags": ["Health", "HealthRegen", "SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 550, "FlatMPPoolMod": 550, "FlatMagicDamageMod": 80 }, "depth": 4 }, "7029": { "name": "Youmuu's Wake", "description": "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>20</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Wraith Step:</active> Gain Move Speed and Ghosting.<br><li><passive>Haunt:</passive> Gain up to 100 Spectral Shards while moving. Gain <speed> Move Speed</speed> out of champion combat based on the number of Spectral Shards. While at max Shards, gain <scaleAD> Lethality</scaleAD>. Shards will reset 3 seconds after dealing damage to an enemy champion.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention></attention> Attack Damage. <br><br><rules><status>Ghosted</status> units ignore collision with other units.</rules></mainText><br>", "colloq": "", "plaintext": "", "from": ["3142"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7029.png", "sprite": "item4.png", "group": "item", "x": 432, "y": 48, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3100, "sell": 2170 }, "tags": ["Damage", "Active", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 75 }, "effect": { "Effect1Amount": "45", "Effect2Amount": "0", "Effect3Amount": "0.25", "Effect4Amount": "0", "Effect5Amount": "6", "Effect6Amount": "40" }, "depth": 4 }, "7030": { "name": "Seething Sorrow", "description": "<mainText><stats><ornnBonus>40</ornnBonus> Attack Damage<br><ornnBonus>50</ornnBonus> Ability Power<br><ornnBonus>35%</ornnBonus> Attack Speed</stats><br><li><passive>Wrath:</passive> Attacks apply bonus damage <OnHit>On-Hit</OnHit>. Your Critical Strike Chance is converted into more.<li><passive>Seething Strike:</passive> Basic attacks grant bonus <attackSpeed>Attack Speed</attackSpeed>, stacking up to a cap. While fully stacked, every third Attack applies your <OnHit>On-Hit</OnHit> effects twice.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5%</attention> Armor Penetration and <attention>6%</attention> Magic Penetration.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3124"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7030.png", "sprite": "item4.png", "group": "item", "x": 0, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3200, "sell": 2240 }, "tags": ["CriticalStrike", "AttackSpeed", "OnHit", "MagicPenetration", "ArmorPenetration"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 40, "FlatMagicDamageMod": 50, "PercentAttackSpeedMod": 0.35 }, "effect": { "Effect1Amount": "0.08", "Effect2Amount": "2.5", "Effect3Amount": "2.5", "Effect4Amount": "3", "Effect5Amount": "6", "Effect6Amount": "0.1", "Effect7Amount": "0.1", "Effect8Amount": "15", "Effect9Amount": "1", "Effect10Amount": "3", "Effect11Amount": "0", "Effect12Amount": "0", "Effect13Amount": "3" }, "depth": 4 }, "7031": { "name": "Edge of Finality", "description": "<mainText><stats><ornnBonus>95</ornnBonus> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>45%</attention> Critical Strike Damage</stats><br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><flavorText>One cut is all it takes.</flavorText></mainText><br>", "colloq": "", "plaintext": "", "from": ["3031"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7031.png", "sprite": "item4.png", "group": "item", "x": 48, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3400, "sell": 2380 }, "tags": ["CriticalStrike", "Damage"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 95, "FlatCritChanceMod": 0.2 }, "depth": 3 }, "7032": { "name": "Flicker", "description": "<mainText><stats><ornnBonus>85</ornnBonus> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Transcendence:</passive> Your Attacks reduce your non-Ultimate Ability cooldowns.<li><passive>Impermanence:</passive> Your abilities deal increased damage based on Critical Strike Chance.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.</mainText><br>", "colloq": "", "plaintext": "", "from": ["6675"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7032.png", "sprite": "item4.png", "group": "item", "x": 96, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 3400, "sell": 2380 }, "tags": ["Damage", "CriticalStrike", "CooldownReduction", "OnHit", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatPhysicalDamageMod": 85, "FlatCritChanceMod": 0.2 }, "effect": { "Effect1Amount": "0.5", "Effect2Amount": "1", "Effect3Amount": "90" }, "depth": 4 }, "7033": { "name": "Cry of the Shrieking City", "description": "<mainText><stats><ornnBonus>60</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>20</ornnBonus> Ability Haste<br><ornnBonus>225%</ornnBonus> Base Mana Regen</stats><br><li><passive>Soul Siphon:</passive> Damaging a champion grants a <passive>Soul Shard</passive>. Healing or Shielding an ally consumes all <passive>Soul Shards</passive> to restore Health and deals magic damage per Shard to the nearest enemy champion.<br><li><passive>Dissonance:</passive> Gain <scaleAP>Ability Power</scaleAP> per <scaleMana> Base Mana Regeneration</scaleMana>. Disables Harmony.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Ability Haste.</attention><br></mainText><br>", "colloq": "", "plaintext": "", "from": ["6620"], "inStore": false, "requiredAlly": "Ornn", "image": { "full": "7033.png", "sprite": "item4.png", "group": "item", "x": 144, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 2300, "sell": 1610 }, "tags": ["Health", "SpellDamage", "ManaRegen", "CooldownReduction"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": { "FlatHPPoolMod": 300, "FlatMagicDamageMod": 60 }, "depth": 4 }, "7050": { "name": "Gangplank Placeholder", "description": "", "colloq": "", "plaintext": "New Gangplank interface coming soon!", "stacks": 0, "consumed": true, "consumeOnFull": true, "inStore": false, "requiredChampion": "Gangplank", "hideFromAll": true, "image": { "full": "7050.png", "sprite": "item4.png", "group": "item", "x": 192, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 0, "purchasable": false, "total": 0, "sell": 0 }, "tags": [], "maps": { "11": true, "12": true, "21": true, "22": false, "30": true }, "stats": {} }, "8001": { "name": "Anathema's Chains", "description": "<mainText><stats><attention>650</attention> Health<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Vow:</active> Choose a Nemesis to start building a Vendetta (90s).<br><li><passive>Vendetta:</passive> Take reduced damage from your Nemesis, increasing per Vendetta stack. You gain stacks over time, and reach the maximum number of stacks after 60 seconds.<li><passive>Vengeance:</passive> At maximum stacks, your Nemesis has reduced Tenacity while near you.<br><br><rules>Active can be cast while dead and at global range. Stacks reset upon choosing a new target. Cannot be cast for 15 seconds while in-combat with champions.</rules><br><br><flavorText>\"She swore to dedicate her life to his destruction. The gauntlets heard.\"</flavorText></mainText><br>", "colloq": "", "plaintext": "", "from": ["3067", "1011"], "image": { "full": "8001.png", "sprite": "item4.png", "group": "item", "x": 240, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 800, "purchasable": true, "total": 2500, "sell": 1750 }, "tags": ["Health", "Active", "CooldownReduction", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 650 }, "depth": 3 }, "8020": { "name": "Abyssal Mask", "description": "<mainText><stats><attention>300</attention> Health<br><attention>60</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><li><passive>Unmake:</passive> <status>Curse</status> nearby enemy champions, reducing their Magic Resist. For each <status>Cursed</status> enemy, gain Magic Resist.</mainText><br>", "colloq": "", "plaintext": "", "from": ["3067", "1057"], "image": { "full": "8020.png", "sprite": "item4.png", "group": "item", "x": 288, "y": 96, "w": 48, "h": 48 }, "gold": { "base": 700, "purchasable": true, "total": 2400, "sell": 1680 }, "tags": ["Health", "SpellBlock", "CooldownReduction", "MagicPenetration", "MagicResist", "AbilityHaste"], "maps": { "11": true, "12": true, "21": true, "22": false, "30": false }, "stats": { "FlatHPPoolMod": 300, "FlatSpellBlockMod": 60 }, "depth": 3 } }, "groups": [{ "id": "HuntersTalismanGroup", "MaxGroupOwnable": "1" }, { "id": "HuntersMacheteGroup", "MaxGroupOwnable": "1" }, { "id": "AHCapstone", "MaxGroupOwnable": "1" }, { "id": "BaseJungleItems", "MaxGroupOwnable": "-1" }, { "id": "BloodstoneItems", "MaxGroupOwnable": "1" }, { "id": "Boots", "MaxGroupOwnable": "1" }, { "id": "BootsOfSpeed", "MaxGroupOwnable": "-1" }, { "id": "BootsWithoutActives", "MaxGroupOwnable": "1" }, { "id": "BuildsFromStopwatchGroup", "MaxGroupOwnable": "-1" }, { "id": "Consumable", "MaxGroupOwnable": "-1" }, { "id": "ControlWardItems", "MaxGroupOwnable": "1" }, { "id": "Default", "MaxGroupOwnable": "-1" }, { "id": "DisabledOnFIRSTBLOODMode", "MaxGroupOwnable": "-1" }, { "id": "DoransItems", "MaxGroupOwnable": "-1" }, { "id": "Elixir", "MaxGroupOwnable": "-1" }, { "id": "EternityItems", "MaxGroupOwnable": "1" }, { "id": "GangplankRUpgrade01", "MaxGroupOwnable": "1" }, { "id": "GangplankRUpgrade02", "MaxGroupOwnable": "1" }, { "id": "GangplankRUpgrade03", "MaxGroupOwnable": "1" }, { "id": "Glory", "MaxGroupOwnable": "1" }, { "id": "GoldItems", "MaxGroupOwnable": "1" }, { "id": "GuardianItems", "MaxGroupOwnable": "1" }, { "id": "ImmolateItems", "MaxGroupOwnable": "1" }, { "id": "ItemGroupSwapToSummonerDot", "MaxGroupOwnable": "-1" }, { "id": "ItemGroupSwapToSummonerFlash", "MaxGroupOwnable": "-1" }, { "id": "ItemGroupSwapToSummonerHaste", "MaxGroupOwnable": "-1" }, { "id": "ItemGroupSwapToSummonerHeal", "MaxGroupOwnable": "-1" }, { "id": "ItemGroupSwapToSummonerSmite", "MaxGroupOwnable": "-1" }, { "id": "ItemGroupSwapToSummonerTeleport", "MaxGroupOwnable": "-1" }, { "id": "JungleEnchantments", "MaxGroupOwnable": "1" }, { "id": "JungleItems", "MaxGroupOwnable": "1" }, { "id": "LastWhisper", "MaxGroupOwnable": "1" }, { "id": "LegendaryClearingItems", "MaxGroupOwnable": "1" }, { "id": "LifelineItems", "MaxGroupOwnable": "1" }, { "id": "MarksmanCapstone", "MaxGroupOwnable": "1" }, { "id": "MythicItems", "MaxGroupOwnable": "1" }, { "id": "NewDoransItems", "MaxGroupOwnable": "-1" }, { "id": "NonItem", "MaxGroupOwnable": "-1" }, { "id": "OdysseySustainItems", "MaxGroupOwnable": "-1" }, { "id": "OrnnItems", "MaxGroupOwnable": "1" }, { "id": "OrnnItems_Cherry", "MaxGroupOwnable": "-1" }, { "id": "PerksElixir", "MaxGroupOwnable": "0" }, { "id": "PerksElixirAdvanced", "MaxGroupOwnable": "0" }, { "id": "Potion", "MaxGroupOwnable": "1" }, { "id": "Quicksilver", "MaxGroupOwnable": "1" }, { "id": "SLIMEStarterItems", "MaxGroupOwnable": "1" }, { "id": "SRIChampItemDisabledGroup", "MaxGroupOwnable": "-1" }, { "id": "SRIChampItemDisabledGroup1", "MaxGroupOwnable": "-1" }, { "id": "SiegeEmergencyShieldGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeFlashZoneGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeLaserAffixGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeMissileBarrageGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegePortableBarracksGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeRefundGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeShieldGeneratorGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeSniperCannonGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeTeleportPadGroup", "MaxGroupOwnable": "-1" }, { "id": "SiegeTimefieldGroup", "MaxGroupOwnable": "-1" }, { "id": "SightstoneActiveItems", "MaxGroupOwnable": "1" }, { "id": "SightstoneDisableGroup", "MaxGroupOwnable": "0" }, { "id": "StopwatchGroup", "MaxGroupOwnable": "1" }, { "id": "TearItems", "MaxGroupOwnable": "1" }, { "id": "TheBlackSpear", "MaxGroupOwnable": "1" }, { "id": "TotalBiscuit", "MaxGroupOwnable": "0" }, { "id": "Trinket", "MaxGroupOwnable": "-1" }, { "id": "3001", "MaxGroupOwnable": "1" }, { "id": "3011", "MaxGroupOwnable": "1" }, { "id": "3026", "MaxGroupOwnable": "1" }, { "id": "3033", "MaxGroupOwnable": "1" }, { "id": "3039", "MaxGroupOwnable": "1" }, { "id": "3046", "MaxGroupOwnable": "1" }, { "id": "3050", "MaxGroupOwnable": "1" }, { "id": "3065", "MaxGroupOwnable": "1" }, { "id": "3068", "MaxGroupOwnable": "1" }, { "id": "3071", "MaxGroupOwnable": "1" }, { "id": "3072", "MaxGroupOwnable": "1" }, { "id": "3075", "MaxGroupOwnable": "1" }, { "id": "3083", "MaxGroupOwnable": "1" }, { "id": "3085", "MaxGroupOwnable": "1" }, { "id": "3087", "MaxGroupOwnable": "1" }, { "id": "3089", "MaxGroupOwnable": "1" }, { "id": "3091", "MaxGroupOwnable": "1" }, { "id": "3094", "MaxGroupOwnable": "1" }, { "id": "3095", "MaxGroupOwnable": "1" }, { "id": "3100", "MaxGroupOwnable": "1" }, { "id": "3102", "MaxGroupOwnable": "1" }, { "id": "3107", "MaxGroupOwnable": "1" }, { "id": "3109", "MaxGroupOwnable": "1" }, { "id": "3110", "MaxGroupOwnable": "1" }, { "id": "3115", "MaxGroupOwnable": "1" }, { "id": "3116", "MaxGroupOwnable": "1" }, { "id": "3119", "MaxGroupOwnable": "1" }, { "id": "3121", "MaxGroupOwnable": "1" }, { "id": "3122", "MaxGroupOwnable": "1" }, { "id": "3142", "MaxGroupOwnable": "1" }, { "id": "3143", "MaxGroupOwnable": "1" }, { "id": "3146", "MaxGroupOwnable": "1" }, { "id": "3153", "MaxGroupOwnable": "1" }, { "id": "3157", "MaxGroupOwnable": "1" }, { "id": "3161", "MaxGroupOwnable": "1" }, { "id": "3165", "MaxGroupOwnable": "1" }, { "id": "3172", "MaxGroupOwnable": "1" }, { "id": "3179", "MaxGroupOwnable": "1" }, { "id": "3181", "MaxGroupOwnable": "1" }, { "id": "3193", "MaxGroupOwnable": "1" }, { "id": "3222", "MaxGroupOwnable": "1" }, { "id": "3430", "MaxGroupOwnable": "1" }, { "id": "3504", "MaxGroupOwnable": "1" }, { "id": "3508", "MaxGroupOwnable": "1" }, { "id": "3742", "MaxGroupOwnable": "1" }, { "id": "3814", "MaxGroupOwnable": "1" }, { "id": "4004", "MaxGroupOwnable": "1" }, { "id": "4005", "MaxGroupOwnable": "1" }, { "id": "4010", "MaxGroupOwnable": "1" }, { "id": "4401", "MaxGroupOwnable": "1" }, { "id": "4403", "MaxGroupOwnable": "1" }, { "id": "4628", "MaxGroupOwnable": "1" }, { "id": "4629", "MaxGroupOwnable": "1" }, { "id": "4637", "MaxGroupOwnable": "1" }, { "id": "4644", "MaxGroupOwnable": "1" }, { "id": "4645", "MaxGroupOwnable": "1" }, { "id": "6333", "MaxGroupOwnable": "1" }, { "id": "6609", "MaxGroupOwnable": "1" }, { "id": "6616", "MaxGroupOwnable": "1" }, { "id": "6664", "MaxGroupOwnable": "1" }, { "id": "6672", "MaxGroupOwnable": "1" }, { "id": "6673", "MaxGroupOwnable": "1" }, { "id": "6675", "MaxGroupOwnable": "1" }, { "id": "6676", "MaxGroupOwnable": "1" }, { "id": "6693", "MaxGroupOwnable": "1" }, { "id": "6695", "MaxGroupOwnable": "1" }, { "id": "6696", "MaxGroupOwnable": "1" }, { "id": "8001", "MaxGroupOwnable": "1" }, { "id": "8020", "MaxGroupOwnable": "1" }, { "id": "InfinityCoil", "MaxGroupOwnable": "1" }, { "id": "Quickblades", "MaxGroupOwnable": "1" }, { "id": "ViktorHexCore", "MaxGroupOwnable": "1" }, { "id": "VoidPen", "MaxGroupOwnable": "1" }, { "id": "WardGreen", "MaxGroupOwnable": "1" }, { "id": "WardPink", "MaxGroupOwnable": "1" }], "tree": [{ "header": "START", "tags": ["LANE", "JUNGLE"] }, { "header": "TOOLS", "tags": ["GOLDPER", "CONSUMABLE", "VISION"] }, { "header": "DEFENSE", "tags": ["HEALTH", "HEALTHREGEN", "ARMOR", "SPELLBLOCK"] }, { "header": "ATTACK", "tags": ["LIFESTEAL", "CRITICALSTRIKE", "ATTACKSPEED", "DAMAGE"] }, { "header": "MAGIC", "tags": ["MANA", "SPELLDAMAGE", "COOLDOWNREDUCTION", "MANAREGEN"] }, { "header": "MOVEMENT", "tags": ["BOOTS", "NONBOOTSMOVEMENT"] }, { "header": "UNCATEGORIZED", "tags": ["ACTIVE", "MAGICPENETRATION", "ARMORPENETRATION", "AURA", "ONHIT", "TRINKET", "SLOW", "STEALTH", "SPELLVAMP", "TENACITY"] }] };