League of Legends Wiki

Want to contribute to this wiki?
Sign up for an account, and get started!
You can even turn off ads in your preferences.

Come join the LoL Wiki community Discord server!

READ MORE

League of Legends Wiki
No edit summary
(Asol Hotfix)
Line 370: Line 370:
 
["abilityname"] = "Mobilize the Fleet",
 
["abilityname"] = "Mobilize the Fleet",
 
["abilityicon"] = "Celestial Expansion.png",
 
["abilityicon"] = "Celestial Expansion.png",
["active"] = "Launches fighters that fly out to random enemies, each dealing {{ap|80|150|750}} {{TFT AP}} {{as|magic damage}} and draining {{ap|10|25|50}} {{as|mana}} from enemies. The fighters then return to him. The first cast launches 4 fighters, and subsequent casts launch 2 additional fighters. Fighters randomly target enemies.",
+
["active"] = "Launches fighters that fly out to random enemies, each dealing {{ap|110|150|750}} {{TFT AP}} {{as|magic damage}} and draining {{ap|15|25|50}} {{as|mana}} from enemies. The fighters then return to him. The first cast launches 4 fighters, and subsequent casts launch 2 additional fighters. Fighters randomly target enemies.",
 
["hp"] = 1100,
 
["hp"] = 1100,
 
["mana"] = 120,
 
["mana"] = 120,

Revision as of 11:55, 13 June 2020

Key

    {{{1}}}                     = string            - Champion name
        {{{2}}}                 = number            - TFT Season/Set
            skin                = string            - Original by default.
            tier                = number            - The tier of the unit. Usually between 1-5. 
            cost                = number            - The actually gold cost/gold value of the unit. Usually equal tier. Only need to add if gold value not equals to tier.
            render              = string
            origin              = table of strings
            class               = table of strings
            abilityname         = string
            abilityicon         = string
            passive             = string            - passive description
            active              = string            - active description
            hp                  = number            - health
            mana                = number
            startmana           = number            - starting mana
            as                  = number            - attack speed
            ad                  = number            - attack damage
            range               = number            - attack range
            arm                 = number            - armor
            mr                  = number            - magic resist
            behavior            = string            - Deprecated, probably. 
            variant             = string            - flag for skins used before visual update
            4star               = boolean           - if the champion can reach 4-stars according to his/her set

-- <pre>
--[[Key:
    {{{1}}}                     = string            - Champion name
        {{{2}}}                 = number            - TFT Season/Set
            skin                = string            - Original by default.
            tier                = number
            render              = string
            origin              = table of strings
            class               = table of strings
            abilityname         = string
            abilityicon         = string
            passive             = string            - passive description
            active              = string            - active description
            hp                  = number            - health
            mana                = number
            startmana           = number            - starting mana
            as                  = number            - attack speed
            ad                  = number            - attack damage
            range               = number            - attack range
            arm                 = number            - armor
            mr                  = number            - magic resist
            behavior            = string            - Depracated, probably. 
]]--

return {
  ["Aatrox"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Aatrox Render.png",
        ["origin"] = {"Demon"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "The Darkin Blade",
        ["abilityicon"] = "The Darkin Blade.png",
        ["active"] = "Cleaves the area in front of him, dealing {{ap|300 to 900 3}} {{TFT AP}} {{as|magic damage}} to the target and any enemy adjacent to them.",
        ["hp"] = 700,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [2] = {
        ["skin"] = "Justicar",
        ["tier"] = 3,
        ["render"] = "Aatrox Justicar Render.png",
        ["origin"] = {"Light"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "The Arclight Blade",
        ["abilityicon"] = "The Darkin Blade.png",
        ["active"] = "Cleaves the area in front of him, dealing {{ap|300|600|1200}} {{TFT AP}} {{as|magic damage}} to the target and any enemy adjacent to them.",
        ["hp"] = 800,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Ahri"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Ahri Render.png",
        ["origin"] = {"Wild"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Orb of Deception",
        ["abilityicon"] = "Orb of Deception.png",
        ["active"] = "Fires an orb in a 4-hex line, dealing {{ap|100 to 300 3}} {{TFT AP}} {{as|magic damage}} to all enemies it passes through. The orb then returns to her, dealing {{ap|100 to 300 3}} {{TFT AP}} {{as|true damage}} to all enemies it passes through.",
        ["hp"] = 450,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.55,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 2,
        ["render"] = "Ahri StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Orb of Deception",
        ["abilityicon"] = "Orb of Deception.png",
        ["active"] = "Fires an orb in a 4-hex line, dealing {{ap|175|250|375}} {{TFT AP}} {{as|magic damage}} to all enemies it passes through. The orb then returns to her, dealing {{ap|175|250|375}} {{TFT AP}} {{as|true damage}} to all enemies it passes through.",
        ["hp"] = 600,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 2,
        ["render"] = "Ahri StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Orb of Deception",
        ["abilityicon"] = "Orb of Deception.png",
        ["active"] = "Fires an orb in a 4-hex line, dealing {{ap|175|250|375}} {{TFT AP}} {{as|magic damage}} to all enemies it passes through. The orb then returns to her, dealing {{ap|175|250|375}} {{TFT AP}} {{as|true damage}} to all enemies it passes through.",
        ["hp"] = 600,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Akali"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Akali Render.png",
        ["origin"] = {"Ninja"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Five Point Strike",
        ["abilityicon"] = "Five Point Strike.png",
        ["active"] = "Throws kunai at her attack target, dealing {{ap|200 to 500 3}} {{TFT AP}} {{as|magic damage}} to all enemies in a 2-hex cone. This ability can {{tip|TFT crit|critically strike}}.",
        ["hp"] = 650,
        ["mana"] = 25,
        ["startmana"] = 0,
        ["ad"] = 80,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Amumu"] = {
      [2] = {
        ["skin"] = "Infernal",
        ["tier"] = 5,
        ["render"] = "Amumu Infernal Render.png",
        ["origin"] = {"Inferno"},
        ["class"] = {"Warden"},
        ["abilityname"] = "Curse of the Sad Mummy",
        ["abilityicon"] = "Curse of the Sad Mummy.png",
        ["active"] = "Explodes in an infernal tantrum, dealing {{ap|100|200|1337}} {{TFT AP}} {{as|magic damage}} to all enemies within 3 hexes, and {{tip|TFT Stun|stunning}} them for {{ap|1.5|2|2.5}} seconds.",
        ["hp"] = 900,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 55,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Anivia"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Anivia Render.png",
        ["origin"] = {"Glacial"},
        ["class"] = {"Elementalist"},
        ["abilityname"] = "Glacial Storm",
        ["abilityicon"] = "Glacial Storm.png",
        ["active"] = "Creates a hailstorm around the farthest enemy that lasts 6 seconds, dealing {{ap|800/12 to 1400/12 3|round=2}} {{TFT AP}} damage every {{fd|0.5}} seconds for a total of {{ap|800 to 1400 3}} {{TFT AP}} {{as|magic damage}} and slowing the {{as|attack speed}} of all enemies inside by {{ap|50 to 90 3}}%. The storm is not cancelled when she dies.",
        ["hp"] = 750,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 40,
        ["as"] = 0.8,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Annie"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Annie Render.png",
        ["origin"] = {"Inferno"},
        ["class"] = {"Summoner"},
        ["abilityname"] = "Tibbers!",
        ["abilityicon"] = "Summon Tibbers.png",
        ["active"] = "Summons Tibbers near her target, dealing {{ap|100 to 300 3}} {{TFT AP}} {{as|magic damage}} to all adjacent enemies. Tibbers fights for the rest of the round or until killed, dealing {{ap|125|350|1500}} {{TFT AP}} {{as|magic damage}} with each basic attack. Cannot gain mana while Tibbers is active.<br />Tibbers has {{ap|1600|2200|3000}} {{as|health}} and 30 {{as|armor}}.",
        ["hp"] = 700,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	},
      [3] = {
        ["skin"] = "Super Galaxy",
        ["tier"] = 2,
        ["render"] = "Annie SuperGalaxy Render.png",
        ["origin"] = {"Mech-Pilot"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Galaxy Shield-Blast",
        ["abilityicon"] = "Molten Shield.png",
        ["active"] = "Blasts a cone of fire dealing {{ap|150|200|300}} {{TFT AP}} {{as|magic damage}} to enemies in front of her, then shields herself for {{ap|270|360|540}} {{TFT AP}} for up to 4 seconds.",
        ["hp"] = 700,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	  },
      [3.5] = {
        ["skin"] = "Super Galaxy",
        ["tier"] = 2,
        ["render"] = "Annie SuperGalaxy Render.png",
        ["origin"] = {"Mech-Pilot"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Galaxy Shield-Blast",
        ["abilityicon"] = "Molten Shield.png",
        ["active"] = "Blasts a cone of fire dealing {{ap|300|400|600}} {{TFT AP}} {{as|magic damage}} to enemies in front of her, then shields herself for {{ap|400|500|700}} {{TFT AP}} for up to 4 seconds.",
        ["hp"] = 750,
        ["mana"] = 140,
        ["startmana"] = 70,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 50,
        ["mr"] = 35,
        ["behavior"] = "Ranged"
	  }
  },
  ["Ashe"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Ashe Render.png",
        ["origin"] = {"Glacial"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Enchanted Crystal Arrow",
        ["abilityicon"] = "Enchanted Crystal Arrow.png",
        ["active"] = "Fires an arrow at the farthest enemy that stops at the first enemy hit, dealing {{ap|200 to 600 3}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them. The stun lasts {{ap|1 to 2 3}} seconds per hex traveled.",
        ["hp"] = 550,
        ["mana"] = 125,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [2] = {
        ["skin"] = "Amethyst",
        ["tier"] = 4,
        ["render"] = "Ashe Amethyst Render.png",
        ["origin"] = {"Crystal"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Ranger's Focus",
        ["abilityicon"] = "Ranger's Focus.png",
        ["active"] = "For the next 5 seconds, gains {{as|{{ap|50|75|100}}% '''bonus''' attack speed}}, and her basic attacks fire a flurry of five arrows dealing {{as|{{ap|30|35|75}}% AD}} {{as|physical damage}} per arrow, for a total of {{as|{{ap|30*5|35*5|75*5}}% AD}} {{as|physical damage}}.",
        ["hp"] = 550,
        ["mana"] = 35,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.8,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	  },
      [3] = {
        ["skin"] = "Cosmic Queen",
        ["tier"] = 3,
        ["render"] = "Ashe CosmicQueen Render.png",
        ["origin"] = {"Celestial"},
        ["class"] = {"Sniper"},
        ["abilityname"] = "Enchanted Crystal Arrow",
        ["abilityicon"] = "Enchanted Crystal Arrow.png",
        ["active"] = "Fires an arrow at the farthest enemy that explodes on the first enemy hit, dealing {{ap|250|350|700}} {{TFT AP}} {{as|magic damage}} to all nearby enemies and {{tip|TFT stun|stunning}} them for 2 seconds.",
        ["hp"] = 600,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.8,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	  },
      [3.5] = {
        ["skin"] = "Cosmic Queen",
        ["tier"] = 3,
        ["render"] = "Ashe CosmicQueen Render.png",
        ["origin"] = {"Celestial"},
        ["class"] = {"Sniper"},
        ["abilityname"] = "Enchanted Crystal Arrow",
        ["abilityicon"] = "Enchanted Crystal Arrow.png",
        ["active"] = "Fires an arrow at the farthest enemy that explodes on the first enemy hit, dealing {{ap|200|275|500}} {{TFT AP}} {{as|magic damage}} to all nearby enemies and {{tip|TFT stun|stunning}} them for 2 seconds.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.8,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	  }
  },
  ["Aurelion Sol"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Aurelion Sol Render.png",
        ["origin"] = {"Dragon"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Voice of Light",
        ["abilityicon"] = "Voice of Light.png",
        ["active"] = "After a {{fd|0.35}}-second delay, breathes fire in a line at the farthest enemy, dealing {{ap|250 to 750 3}} {{TFT AP}} {{as|magic damage}} to all enemies in the area.",
        ["hp"] = 650,
        ["mana"] = 125,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Mecha",
        ["tier"] = 5,
        ["render"] = "Aurelion Sol Mecha Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Starship"},
        ["abilityname"] = "Mobilize the Fleet",
        ["abilityicon"] = "Celestial Expansion.png",
        ["active"] = "Launches fighters that fly out to random enemies, each dealing {{ap|100|150|750}} {{TFT AP}} {{as|magic damage}} and then return to him. Launches all ready fighters plus 3 additional when he casts. Fighters randomly target enemies.",
        ["hp"] = 1100,
        ["mana"] = 120,
        ["startmana"] = 40,
        ["ad"] = 10,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Starship"
      },
      [3.5] = {
        ["skin"] = "Mecha",
        ["tier"] = 5,
        ["render"] = "Aurelion Sol Mecha Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Starship"},
        ["abilityname"] = "Mobilize the Fleet",
        ["abilityicon"] = "Celestial Expansion.png",
        ["active"] = "Launches fighters that fly out to random enemies, each dealing {{ap|110|150|750}} {{TFT AP}} {{as|magic damage}} and draining {{ap|15|25|50}} {{as|mana}} from enemies. The fighters then return to him. The first cast launches 4 fighters, and subsequent casts launch 2 additional fighters. Fighters randomly target enemies.",
        ["hp"] = 1100,
        ["mana"] = 120,
        ["startmana"] = 120,
        ["ad"] = 10,
        ["as"] = 0.2,
        ["range"] = 1,
        ["arm"] = 55,
        ["mr"] = 40,
        ["behavior"] = "Starship"
      }
  },
  ["Azir"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Azir Render.png",
        ["origin"] = {"Desert"},
        ["class"] = {"Summoner"},
        ["abilityname"] = "Arise!",
        ["abilityicon"] = "Arise!.png",
        ["active"] = "Summons a Sand Soldier near a random enemy that lasts 6 seconds. Sand Soldiers attack nearby enemies whenever '''Azir''' attacks, dealing {{ap|150|275|450}} {{TFT AP}} {{as|magic damage}} in a line.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 55,
        ["as"] = 0.8,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Bard"] = {
      [3.5] = {
        ["skin"] = "Astronaut",
        ["tier"] = 3,
        ["render"] = "Bard Astronaut Render.png",
        ["origin"] = {"Astro"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Traveler's Call",
        ["abilityicon"] = "Traveler's Call 2.png",
        ["passive"] = "Basic attacks against champions generate an additional {{ap|8|20|90}} {{TFT AP}} {{as|mana}}. Cannot gain mana in rounds with no enemy champions.",
        ["active"] = "Spawns a meep on his owner's bench which can be sold for 1 XP. Meeps can stack on the same place.",
        ["hp"] = 700,
        ["mana"] = 90,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Blitzcrank"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Blitzcrank Render.png",
        ["origin"] = {"Robot"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Rocket Grab",
        ["abilityicon"] = "Rocket Grab.png",
        ["active"] = "{{tip|TFT airborne|Pulls}} the farthest enemy into melee range, dealing {{ap|250 to 850 3}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for {{fd|2.5}} seconds. Additionally his next basic attack {{tip|TFT airborne|knocks up}} his target for 1 second. Allies within range will prioritize attacking that enemy.",
        ["hp"] = 650,
        ["mana"] = 125,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "iBlitzcrank",
        ["tier"] = 2,
        ["render"] = "Blitzcrank iBlitzcrank Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Rocket Grab",
        ["abilityicon"] = "Rocket Grab.png",
        ["active"] = "{{tip|TFT airborne|Pulls}} the farthest enemy into melee range, dealing {{ap|200|350|850}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for {{fd|2.5}} seconds. Additionally his next basic attack {{tip|TFT airborne|knocks up}} his target for 1 second. Allies within range will prioritize attacking that enemy.",
        ["hp"] = 650,
        ["mana"] = 125,
        ["startmana"] = 125,
        ["ad"] = 55,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "iBlitzcrank",
        ["tier"] = 2,
        ["render"] = "Blitzcrank iBlitzcrank Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Rocket Grab",
        ["abilityicon"] = "Rocket Grab.png",
        ["active"] = "{{tip|TFT airborne|Pulls}} the farthest enemy into melee range, dealing {{ap|200|350|850}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for {{fd|2.5}} seconds. Additionally his next basic attack {{tip|TFT airborne|knocks up}} his target for 1 second. Allies within range will prioritize attacking that enemy.",
        ["hp"] = 650,
        ["mana"] = 125,
        ["startmana"] = 125,
        ["ad"] = 55,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      }
  },
  ["Brand"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Brand Render.png",
        ["origin"] = {"Demon"},
        ["class"] = {"Elementalist"},
        ["abilityname"] = "Pyroclasm",
        ["abilityicon"] = "Pyroclasm.png",
        ["active"] = "Launches a bouncing fireball at the farthest enemy. The fireball bounces to a random enemy within 3 hexes of the last enemy hit up to {{ap|4|6|20}} times, dealing {{ap|250 to 650 3}} {{TFT AP}} {{as|magic damage}} with each bounce.",
        ["hp"] = 700,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.6,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Brand Render.png",
        ["origin"] = {"Inferno"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Pyroclasm",
        ["abilityicon"] = "Pyroclasm.png",
        ["active"] = "Launches a bouncing fireball at the farthest enemy. The fireball bounces to a random enemy within 3 hexes of the last enemy hit up to {{ap|5|6|20}} times, dealing {{ap|225|300|600}} {{TFT AP}} {{as|magic damage}} with each bounce.",
        ["hp"] = 700,
        ["mana"] = 80,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Braum"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Braum Render.png",
        ["origin"] = {"Glacial"},
        ["class"] = {"Guardian"},
        ["abilityname"] = "Unbreakable",
        ["abilityicon"] = "Unbreakable.png",
        ["active"] = "Puts up his shield at the farthest enemy for 4 seconds, absorbing and stopping all incoming missiles and reducing his damage taken from that direction by {{ap|70 to 90 3}}%.",
        ["hp"] = 650,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 75,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Braum Render.png",
        ["origin"] = {"Glacial"},
        ["class"] = {"Warden"},
        ["abilityname"] = "Unbreakable",
        ["abilityicon"] = "Unbreakable.png",
        ["active"] = "Puts up his shield at the farthest enemy for 4 seconds, absorbing and stopping all incoming missiles and reducing his damage taken from that direction by {{ap|80|85|90}}%.",
        ["hp"] = 750,
        ["mana"] = 65,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Caitlyn"] = {
      [3] = {
        ["skin"] = "Pulsefire",
        ["tier"] = 1,
        ["render"] = "Caitlyn Pulsefire Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Sniper"},
        ["abilityname"] = "Ace in the Hole",
        ["abilityicon"] = "Ace in the Hole.png",
        ["active"] = "Takes aim at the furthest enemy for {{fd|1.1}} seconds, firing a deadly bullet towards them that deals {{ap|750|1500|2250}} {{TFT AP}} {{as|magic damage}} to the first enemy it hits.",
        ["hp"] = 500,
        ["mana"] = 125,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	},
      [3.5] = {
        ["skin"] = "Pulsefire",
        ["tier"] = 1,
        ["render"] = "Caitlyn Pulsefire Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Sniper"},
        ["abilityname"] = "Ace in the Hole",
        ["abilityicon"] = "Ace in the Hole.png",
        ["active"] = "Takes aim at the furthest enemy for {{fd|1.1}} seconds, firing a deadly bullet towards them that deals {{ap|750|1500|2250}} {{TFT AP}} {{as|magic damage}} to the first enemy it hits.",
        ["hp"] = 500,
        ["mana"] = 125,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Camille"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Camille Render.png",
        ["origin"] = {"Hextech"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "The Hextech Ultimatum",
        ["abilityicon"] = "The Hextech Ultimatum.png",
        ["active"] = "Singles out and leaps on her attack target, dealing {{ap|200 to 450 3}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT root|rooting}} them for {{ap|4 to 6 3}} seconds. Allies within range will prioritize attacking that enemy.",
        ["hp"] = 550,
        ["mana"] = 125,
        ["startmana"] = 75,
        ["ad"] = 55,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Cassiopeia"] = {
      [3.5] = {
        ["skin"] = "Eternum",
        ["tier"] = 3,
        ["render"] = "Cassiopeia Eternum Render.png",
        ["origin"] = {"Battlecast"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Noxious Blast",
        ["abilityicon"] = "Noxious Blast.png",
        ["active"] = "Launches poison at the nearest unpoisoned enemy, causing them to take {{ap|700|1500|3000}} {{TFT AP}} {{as|magic damage}} over 12 seconds, and reducing the effectiveness of shields placed on them by 50%.",
        ["hp"] = 750,
        ["mana"] = 25,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.75,
        ["range"] = 2,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Cho'Gath"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Cho'Gath Render.png",
        ["origin"] = {"Void"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Rupture",
        ["abilityicon"] = "Rupture.png",
        ["active"] = "After a {{fd|1.5}}-second delay, ruptures a 2-hex circle dealing {{ap|200 to 600 3}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT airborne|knocking up}} all enemies within, {{tip|TFT stun|stunning}} them for {{ap|1.5 to 2 3}} seconds.",
        ["hp"] = 1000,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 70,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Cho'Gath Render.png",
        ["origin"] = {"Void"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Rupture",
        ["abilityicon"] = "Rupture.png",
        ["active"] = "After a {{fd|1.5}}-second delay, ruptures a 2-hex circle dealing {{ap|150|200|1000}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT airborne|knocking up}} all enemies within, {{tip|TFT stun|stunning}} them for {{ap|2|2|4}} seconds.",
        ["hp"] = 1000,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 70,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Darius"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Darius Render.png",
        ["origin"] = {"Imperial"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Decimate",
        ["abilityicon"] = "Decimate.png",
        ["active"] = "After a {{fd|0.75}}-second delay, swings his axe in a circle, dealing {{ap|150 to 250 3}} {{TFT AP}} {{as|magic damage}} to all adjacent enemies and healing himself for {{ap|100 to 200 3}} {{TFT AP}} {{as|health}} for each enemy hit.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "Dreadnova",
        ["tier"] = 2,
        ["render"] = "Darius Dreadnova Render.png",
        ["origin"] = {"Space Pirate"},
        ["class"] = {"Mana-Reaver"},
        ["abilityname"] = "Dreadnova Guillotine",
        ["abilityicon"] = "Noxian Guillotine.png",
        ["active"] = "Dunks an enemy in 3-hex range, prioritizing his attack target, dealing {{ap|400|500|750}} {{TFT AP}} {{as|magic damage}}, doubled against enemies {{as|'''below''' 50% health}}. If this kills the target, he immediately casts again.",
        ["hp"] = 750,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "Dreadnova",
        ["tier"] = 2,
        ["render"] = "Darius Dreadnova Render.png",
        ["origin"] = {"Space Pirate"},
        ["class"] = {"Mana-Reaver"},
        ["abilityname"] = "Dreadnova Guillotine",
        ["abilityicon"] = "Noxian Guillotine.png",
        ["active"] = "Dunks an enemy in 3-hex range, prioritizing his attack target, dealing {{ap|400|500|750}} {{TFT AP}} {{as|magic damage}}, doubled against enemies {{as|'''below''' 50% health}}. If this kills the target, he immediately casts again.",
        ["hp"] = 750,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Diana"] = {
      [2] = {
        ["skin"] = "Infernal",
        ["tier"] = 1,
        ["render"] = "Diana Infernal Render.png",
        ["origin"] = {"Inferno"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Flame Cascade",
        ["abilityicon"] = "Pale Cascade.png",
        ["active"] = "Creates {{ap|3|4|6}} orbs which rotate around her and explode for {{ap|80 to 120 3}} {{TFT AP}} {{as|magic damage}} when they collide with an enemy. She also shields herself for {{ap|150 to 350 3}} {{TFT AP}} health for 4 seconds.",
        ["hp"] = 550,
        ["mana"] = 100,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Dr. Mundo"] = {
      [2] = {
        ["skin"] = "Toxic",
        ["tier"] = 3,
        ["render"] = "Dr. Mundo Toxic Render.png",
        ["origin"] = {"Poison"},
        ["class"] = {"Berserker"},
        ["abilityname"] = "Adrenaline Rush",
        ["abilityicon"] = "Sadism.png",
        ["active"] = "Creates a toxic cloud around him for 8 seconds. The cloud deals {{ap|50|100|200}} {{TFT AP}} {{as|(+ {{fd|1.25}}% of his '''maximum''' health)}} {{as|magic damage}} every second to nearby enemies and heals for {{ap|100|125|150}}% of the damage dealt.",
        ["hp"] = 800,
        ["mana"] = 125,
        ["startmana"] = 75,
        ["ad"] = 60,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Draven"] = {
      [1] = {
        ["skin"] = "Gladiator",
        ["tier"] = 4,
        ["render"] = "Draven Gladiator Render.png",
        ["origin"] = {"Imperial"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Spinning Axes",
        ["abilityicon"] = "Spinning Axe.png",
        ["active"] = "Starts spinning his axe, causing his next [[basic attack]] to gain {{as|{{ap|50|100|150}}% AD}} {{as|'''bonus''' on-hit physical damage}} and 100% {{as|attack speed}} for {{fd|5.75}} seconds, stacking up to two times.<br />The spinning axe ricochets off the target high up into the air, landing 2 seconds later at '''Draven's''' current position. If '''Draven''' catches an axe, ''Spinning Axe'' is reapplied for no additional cost on his next basic attack.<br />'''Draven''' can hold up to two ''Spinning Axes'' in his hands at once.",
        ["hp"] = 650,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Ekko"] = {
      [3] = {
        ["skin"] = "PROJECT",
        ["tier"] = 5,
        ["render"] = "Ekko PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Infiltrator"},
        ["abilityname"] = "Chronobreak",
        ["abilityicon"] = "Chronobreak.png",
        ["active"] = "Shatters the timeline, freezing all units in time before attacking each enemy, dealing {{ap|225|400|2000}} {{TFT AP}} {{as|'''bonus''' magic damage}} and applying on-hit effects. Ekko cannot die while he has stopped time.",
        ["hp"] = 850,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.9,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "PROJECT",
        ["tier"] = 5,
        ["render"] = "Ekko PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Infiltrator"},
        ["abilityname"] = "Chronobreak",
        ["abilityicon"] = "Chronobreak.png",
        ["active"] = "Shatters the timeline, freezing all units in time before attacking {{ap|5|7|20}} times, dealing {{ap|100|200|2000}} {{TFT AP}} {{as|'''bonus''' magic damage}}, applying on-hit effects and slowing their attack speed by 50% for 7 seconds. Each strike targets the highest attack speed enemy and can target the same enemy multiple time. Ekko cannot die while he has stopped time.",
        ["hp"] = 850,
        ["mana"] = 150,
        ["startmana"] = 80,
        ["ad"] = 60,
        ["as"] = 0.9,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Elise"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Elise Render.png",
        ["origin"] = {"Demon"},
        ["class"] = {"Shapeshifter"},
        ["abilityname"] = "Spider Form",
        ["abilityicon"] = "Spider Form.png",
        ["active"] = "Summons {{ap|1|2|4}} Spiderlings and transforms to her Spider Form, becoming a {{tip|TFT Melee|melee attacker}} for 60 seconds.<br />While in Spider Form, gains {{ap|60 to 120 3}}% life steal.<br />Each Spiderling has 500 {{as|health}}, 60 {{as|attack damage}} and {{fd|0.7}} {{as|attack speed}}, and can gain the {{TFTt|Demon}} bonus (if active).",
        ["hp"] = 500,
        ["mana"] = 100,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.6,
        ["range"] = 2,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Evelynn"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Evelynn Render.png",
        ["origin"] = {"Demon"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Last Caress",
        ["abilityicon"] = "Last Caress.png",
        ["active"] = "{{tip|TFT Root|Roots}} enemies standing in the 3 closest hexes in front of her for {{fd|0.35}} seconds, after which deals {{ap|200 to 400 3}} {{TFT AP}} {{as|magic damage}} to those enemies and blinks back 3 hexes. Damage is increased to {{ap|200*3|300*4|400*5}} {{TFT AP}} <!-- {{ap|3|4|5}} multiplier --> against enemies {{as|'''below''' 50% health}}.",
        ["hp"] = 550,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Ezreal"] = {
      [2] = {
        ["skin"] = "Frosted",
        ["tier"] = 3,
        ["render"] = "Ezreal Frosted Render.png",
        ["origin"] = {"Glacial"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Ice Shot",
        ["abilityicon"] = "Mystic Shot.png",
        ["active"] = "After a {{fd|0.25}}-second delay, fires a shard of ice at the lowest-health unit, dealing {{ap|250|450|900}} {{TFT AP}} {{as|magic damage}} and applying on-hit effects.",
        ["hp"] = 650,
        ["mana"] = 30,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Pulsefire",
        ["tier"] = 3,
        ["render"] = "Ezreal Pulsefire (Level 11).png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Blaster"},
        ["abilityname"] = "E.M.P.",
        ["abilityicon"] = "Essence Flux.png",
        ["active"] = "Fires an electromagnetic pulse at a random enemy that explodes on impact in 2-hex radius, dealing {{ap|200|300|600}} {{TFT AP}} {{as|magic damage}} to all nearby enemies and increases the cost of their next spell cast by 40%.",
        ["hp"] = 600,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Pulsefire",
        ["tier"] = 3,
        ["render"] = "Ezreal Pulsefire (Level 11).png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Blaster"},
        ["abilityname"] = "E.M.P.",
        ["abilityicon"] = "Essence Flux.png",
        ["active"] = "Fires an electromagnetic pulse at a random enemy that explodes on impact in 2-hex radius, dealing {{ap|100|150|400}} {{TFT AP}} {{as|magic damage}} to all nearby enemies and increases the cost of their next spell cast by 40%.",
        ["hp"] = 600,
        ["mana"] = 80,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Fiora"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Fiora Render.png",
        ["origin"] = {"Noble"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Riposte",
        ["abilityicon"] = "Riposte.png",
        ["active"] = "Enters a defensive stance for {{fd|1.5}} seconds, becoming immune to damage and enemy spell effects. Upon exiting the stance, deals {{ap|100 to 400 3}} {{TFT AP}} {{as|magic damage}} to the closest enemy, favoring her attack target, and {{tip|TFT stun|stuns}} them for {{fd|1.5}} seconds.",
        ["hp"] = 450,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 1,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "PROJECT",
        ["tier"] = 1,
        ["render"] = "Fiora PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Riposte",
        ["abilityicon"] = "Riposte.png",
        ["active"] = "Enters a defensive stance for {{fd|1.5}} seconds, becoming immune to damage and enemy spell effects. Upon exiting the stance, deals {{ap|200|300|450}} {{TFT AP}} {{as|magic damage}} to the closest enemy, favoring her attack target, and {{tip|TFT stun|stuns}} them for {{ap|1.5|1.5|3}} seconds.",
        ["hp"] = 450,
        ["mana"] = 85,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 1,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "PROJECT",
        ["tier"] = 1,
        ["render"] = "Fiora PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Riposte",
        ["abilityicon"] = "Riposte.png",
        ["active"] = "Enters a defensive stance for {{fd|1.5}} seconds, becoming immune to damage and enemy spell effects. Upon exiting the stance, deals {{ap|200|300|450}} {{TFT AP}} {{as|magic damage}} to the closest enemy, favoring her attack target, and {{tip|TFT stun|stuns}} them for {{ap|1.5|1.5|3}} seconds.",
        ["hp"] = 450,
        ["mana"] = 85,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 1,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Fizz"] = {
      [3] = {
        ["skin"] = "Super Galaxy",
        ["tier"] = 4,
        ["render"] = "Fizz SuperGalaxy Render.png",
        ["origin"] = {"Mech-Pilot"},
        ["class"] = {"Infiltrator"},
        ["abilityname"] = "Chum the Waters",
        ["abilityicon"] = "Chum the Waters.png",
        ["active"] = "Throws a lure that attracts a shark, causing it to emerge after a brief delay. It deals {{ap|350|500|2000}} {{TFT AP}} {{as|magic damage}} to enemies caught, {{tip|TFT airborne|knocking}} them back and {{tip|TFT stun|stunning}} them for {{fd|1.5}} seconds.",
        ["hp"] = 600,
        ["mana"] = 150,
        ["startmana"] = 80,
        ["ad"] = 60,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "Super Galaxy",
        ["tier"] = 4,
        ["render"] = "Fizz SuperGalaxy Render.png",
        ["origin"] = {"Mech-Pilot"},
        ["class"] = {"Infiltrator"},
        ["abilityname"] = "Chum the Waters",
        ["abilityicon"] = "Chum the Waters.png",
        ["active"] = "Throws a lure that attracts a shark, causing it to emerge after a brief delay. It deals {{ap|450|600|5000}} {{TFT AP}} {{as|magic damage}} to enemies caught, {{tip|TFT airborne|knocking}} them back and {{tip|TFT stun|stunning}} them for {{fd|1.5}} seconds.",
        ["hp"] = 700,
        ["mana"] = 120,
        ["startmana"] = 60,
        ["ad"] = 60,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Gangplank"] = {
      [1] = {
        ["skin"] = "Captain",
        ["tier"] = 3,
        ["render"] = "Gangplank Captain Render.png",
        ["origin"] = {"Pirate"},
        ["class"] = {"Blademaster", "Gunslinger"},
        ["abilityname"] = "Powder Kegs",
        ["abilityicon"] = "Powder Keg.png",
        ["passive"] = "Periodically places barrels near enemies.",
        ["active"] = "Shoots his barrels, causing them all to explode in a chain reaction, dealing {{ap|150 to 350 3}} {{TFT AP}} {{as|magic damage}} to enemies caught in the blast and applying on-hit effects.",
        ["hp"] = 700,
        ["mana"] = 100,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "Dreadnova",
        ["tier"] = 5,
        ["render"] = "Gangplank Dreadnova Render.png",
        ["origin"] = {"Space Pirate"},
        ["class"] = {"Demolitionist", "Mercenary"},
        ["abilityname"] = "Orbital Strike",
        ["abilityicon"] = "Cannon Barrage.png",
        ["passive"] = "Upgrades:<br />• Larger Area: Increases impact area to a 4-hex radius.<br />• Faster Impact: Reduces the delay to {{fd|0.3}} seconds.<br />• Two Strikes: Impacts a second time after {{tt|{{fd|0.3}}|With ''Faster Impact''}} / {{tt|2|Default}} second delay, dealing 50% '''bonus''' damage.",
        ["active"] = "Calls down a large orbital strike around 3-hex his target after 2 second delay, dealing {{ap|450|600|9001}} {{TFT AP}} {{as|magic damage}} to all enemies in that area.",
        ["hp"] = 1000,
        ["mana"] = 175,
        ["startmana"] = 100,
        ["ad"] = 60,
        ["as"] = 1,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "Dreadnova",
        ["tier"] = 5,
        ["render"] = "Gangplank Dreadnova Render.png",
        ["origin"] = {"Space Pirate"},
        ["class"] = {"Demolitionist", "Mercenary"},
        ["abilityname"] = "Orbital Strike",
        ["abilityicon"] = "Cannon Barrage.png",
        ["passive"] = "Upgrades:<br />• Larger Area: Increases impact area to a 4-hex radius.<br />• Faster Impact: Reduces the delay to {{fd|0.3}} seconds.<br />• Two Strikes: Impacts a second time after {{tt|{{fd|0.3}}|With ''Faster Impact''}} / {{tt|2|Default}} second delay, dealing 50% '''bonus''' damage.",
        ["active"] = "Calls down a large orbital strike around 3-hex his target after 2 second delay, dealing {{ap|450|600|9001}} {{TFT AP}} {{as|magic damage}} to all enemies in that area.",
        ["hp"] = 1000,
        ["mana"] = 160,
        ["startmana"] = 70,
        ["ad"] = 60,
        ["as"] = 1,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Garen"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Garen Render.png",
        ["origin"] = {"Noble"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Judgment",
        ["abilityicon"] = "Judgment.png",
        ["active"] = "Spins his sword for 4 seconds, becoming immune to {{as|magic damage}} and dealing {{ap|360/9 to 810/9 3}} {{TFT AP}} {{as|magic damage}} to adjacent enemies each half-second. The spins can deal a total of {{ap|360 to 810 3}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Gnar"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Gnar Render.png",
        ["origin"] = {"Wild", "Yordle"},
        ["class"] = {"Shapeshifter"},
        ["abilityname"] = "GNAR!",
        ["abilityicon"] = "Rage Gene 3.png",
        ["active"] = "Leaps towards an enemy and transforms into Mega Gnar, becoming a {{tip|TFT Melee|melee attacker}} for 60 seconds. After leaping, {{tip|TFT airborne|throws}} all enemies within 2 hexes of him 2 hexes towards his team, dealing {{ap|200 to 400 3}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for 2 seconds.<br />While in Mega Gnar form, gains {{ap|250 to 650 3}} {{as|health}} and {{ap|50 to 150 3}} {{as|attack damage}}.",
        ["hp"] = 700,
        ["mana"] = 100,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 2,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Astronaut",
        ["tier"] = 4,
        ["render"] = "Gnar Astronaut Render.png",
        ["origin"] = {"Astro"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "GNAR!",
        ["abilityicon"] = "Rage Gene 3.png",
        ["active"] = "Leaps towards his target and transforms into Mega Gnar, {{tip|TFT airborne|throwing}} nearby enemies, dealing {{ap|100|200|800}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for 2 seconds.<br />While in Mega Gnar form, Gnar is {{tip|TFT melee|melee}} and gains {{ap|750|1250|2500}} {{as|health}} and {{ap|100|175|400}} {{as|attack damage}}.",
        ["hp"] = 750,
        ["mana"] = 120,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.8,
        ["range"] = 2,
        ["arm"] = 45,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
      }
  },
  ["Graves"] = {
      [1] = {
        ["skin"] = "Cutthroat",
        ["tier"] = 1,
        ["render"] = "Graves Cutthroat Render.png",
        ["origin"] = {"Pirate"},
        ["class"] = {"Gunslinger"},
        ["abilityname"] = "Buckshot",
        ["abilityicon"] = "Buckshot.png",
        ["passive"] = "Basic attacks deal {{as|{{ap|5 to 15 3}}% AD}} {{as|'''bonus''' physical damage}} and hit all enemies in a 60° 2-hex cone, applying on-hit effects to all enemies hit.",
        ["hp"] = 450,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "JailbreakTFT",
        ["tier"] = 1,
        ["render"] = "Graves JailbreakTFT Render.png",
        ["origin"] = {"Space Pirate"},
        ["class"] = {"Blaster"},
        ["abilityname"] = "Smoke Grenade",
        ["abilityicon"] = "Smoke Screen.png",
        ["active"] = "Launches a smoke grenade toward the enemy with most {{as|attack speed}}. The grenade explodes on impact dealing {{ap|150|200|400}} {{TFT AP}} {{as|magic damage}} to nearby enemies and causing their attacks to {{tip|TFT miss|miss}} for {{ap|2|3|5}} seconds.",
        ["hp"] = 650,
        ["mana"] = 80,
        ["startmana"] = 50,
        ["ad"] = 55,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "JailbreakTFT",
        ["tier"] = 1,
        ["render"] = "Graves JailbreakTFT Render.png",
        ["origin"] = {"Space Pirate"},
        ["class"] = {"Blaster"},
        ["abilityname"] = "Smoke Grenade",
        ["abilityicon"] = "Smoke Screen.png",
        ["active"] = "Launches a smoke grenade toward the enemy with most {{as|attack speed}}. The grenade explodes on impact dealing {{ap|150|200|400}} {{TFT AP}} {{as|magic damage}} to nearby enemies and causing their attacks to {{tip|TFT miss|miss}} for {{ap|2|3|5}} seconds.",
        ["hp"] = 650,
        ["mana"] = 80,
        ["startmana"] = 50,
        ["ad"] = 55,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      }
  },
  ["Illaoi"] = {
      [3.5] = {
        ["skin"] = "Resistance",
        ["tier"] = 1,
        ["render"] = "Illaoi Resistance Render.png",
        ["origin"] = {"Battlecast"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Tentacle Smash",
        ["abilityicon"] = "Tentacle Smash.png",
        ["active"] = "Slams a tentacle in a line in front of her, dealing {{ap|125|200|325}} {{TFT AP}} {{as|magic damage}} and stealing {{ap|20|30|50}}% {{as|armor}} and {{as|magic resistance}} from each target hit for 4 seconds.",
        ["hp"] = 650,
        ["mana"] = 80,
        ["startmana"] = 40,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      }
  },
  ["Irelia"] = {
      [3] = {
        ["skin"] = "PROJECT",
        ["tier"] = 4,
        ["render"] = "Irelia PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Blademaster", "Mana-Reaver"},
        ["abilityname"] = "Bladesurge",
        ["abilityicon"] = "Bladesurge.png",
        ["active"] = "Dashes past her target in 3-hex range, basic attacking them for {{as|{{ap|175|250|500}}% {{TFT AP}} AD}} {{as|physical damage}}. If this kills the target, she casts again immediately at the enemy with the highest mana.",
        ["hp"] = 800,
        ["mana"] = 30,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	},
      [3.5] = {
        ["skin"] = "PROJECT",
        ["tier"] = 4,
        ["render"] = "Irelia PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Blademaster", "Mana-Reaver"},
        ["abilityname"] = "Bladesurge",
        ["abilityicon"] = "Bladesurge.png",
        ["active"] = "Dashes past her target in 3-hex range, basic attacking them for {{as|{{ap|175|250|500}}% {{TFT AP}} AD}} {{as|physical damage}}. If this kills the target, she casts again immediately at the enemy with the highest mana.",
        ["hp"] = 800,
        ["mana"] = 30,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Ivern"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Ivern Render.png",
        ["origin"] = {"Woodland"},
        ["class"] = {"Druid"},
        ["abilityname"] = "Triggerseed",
        ["abilityicon"] = "Triggerseed.png",
        ["active"] = "Shields the lowest-health ally for {{ap|200 to 400 3}} {{TFT AP}} health for 5 seconds.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 2,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Janna"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Janna Render.png",
        ["origin"] = {"Cloud"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Monsoon",
        ["abilityicon"] = "Monsoon.png",
        ["active"] = "Summons a '''Monsoon''' with 3-hex radius around her, healing allies therein for {{as|{{ap|25|35|200}}% {{TFT AP}} of their '''maximum''' health over 3 seconds, with each tick of healing occurring every {{fd|0.5}} seconds. Nearby enemies are {{tip|TFT airborne|knocked back}} and {{tip|TFT stun|stunned}} for {{fd|1.5}} seconds.",
        ["hp"] = 600,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	},
      [3.5] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 5,
        ["render"] = "Janna StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Paragon"},
        ["abilityname"] = "Howling Gale",
        ["abilityicon"] = "Howling Gale.png",
        ["active"] = "Summons five tornados which fly forward in a large cone. Tornados grant allies they pass through {{ap|100|150|500}}% {{TFT AP}} {{as|attack speed}} for 5 seconds, while {{tip|TFT airborne|knocking up}} and {{tip|TFT stun|stunning}} enemies for {{fd|1.5}} seconds.",
        ["hp"] = 750,
        ["mana"] = 130,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.8,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Jarvan IV"] = {
      [3] = {
        ["skin"] = "Dark Star",
        ["tier"] = 1,
        ["render"] = "Jarvan IV DarkStar Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Protector"},
        ["abilityname"] = "Ageless Standard",
        ["abilityicon"] = "Demacian Standard.png",
        ["active"] = "Calls down his standard to a nearby location, granting all nearby allies in 3-hex radius {{ap|65|75|85}}% {{TFT AP}} {{as|'''bonus''' attack speed}} for 6 seconds.",
        ["hp"] = 650,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	},
      [3.5] = {
        ["skin"] = "Dark Star",
        ["tier"] = 1,
        ["render"] = "Jarvan IV DarkStar Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Protector"},
        ["abilityname"] = "Ageless Standard",
        ["abilityicon"] = "Demacian Standard.png",
        ["active"] = "Calls down his standard to a nearby location, granting all nearby allies in 3-hex radius {{ap|65|75|85}}% {{TFT AP}} {{as|'''bonus''' attack speed}} for 6 seconds.",
        ["hp"] = 650,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 30,
        ["behavior"] = "Melee"
	}
  },
  ["Jax"] = {
      [2] = {
        ["skin"] = "God Staff",
        ["tier"] = 2,
        ["render"] = "Jax GodStaff Render.png",
        ["origin"] = {"Light"},
        ["class"] = {"Berserker"},
        ["abilityname"] = "Counter Strike",
        ["abilityicon"] = "Grandmaster's Might.png",
        ["active"] = "{{tip|TFT Dodge|Dodges}} all incoming attacks for 2 seconds, then strikes all nearby enemies, dealing {{ap|150|300|550}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for {{fd|1.5}} seconds.",
        ["hp"] = 700,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 55,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Jayce"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Jayce Render.png",
        ["origin"] = {"Hextech"},
        ["class"] = {"Shapeshifter"},
        ["abilityname"] = "Mercury Cannon",
        ["abilityicon"] = "Transform Mercury Cannon.png",
        ["active"] = "{{tip|TFT Airborne|Knocks}} an adjacent enemy up to 3 hexes away, dealing {{ap|200 to 500 3}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT Stun|stunning}} them for {{ap|2.5 to 6 3}} seconds. Then transforms to his Cannon Form, becoming a {{tip|TFT Ranged|ranged attacker}} for 60 seconds, gaining maximum {{as|attack speed}} for his next {{ap|3 to 7 3}} basic attacks.<br />While in Cannon Form, attack range is increased by 3 hexes.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "Forsaken",
        ["tier"] = 3,
        ["render"] = "Jayce Forsaken Render.png",
        ["origin"] = {"Space Pirate"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "To the Skies!",
        ["abilityicon"] = "To the Skies!.png",
        ["active"] = "Jumps into the air and slams his hammer, dealing {{ap|450|600|1200}} {{TFT AP}} {{as|magic damage}} to nearby enemies in 1-hex radius.",
        ["hp"] = 750,
        ["mana"] = 80,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "Forsaken",
        ["tier"] = 3,
        ["render"] = "Jayce Forsaken Render.png",
        ["origin"] = {"Space Pirate"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "To the Skies!",
        ["abilityicon"] = "To the Skies!.png",
        ["active"] = "Jumps into the air and slams his hammer, dealing {{ap|450|600|1200}} {{TFT AP}} {{as|magic damage}} to nearby enemies in 1-hex radius.",
        ["hp"] = 850,
        ["mana"] = 80,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      }
  },
  ["Jhin"] = {
      [3] = {
        ["skin"] = "Dark Cosmic",
        ["tier"] = 4,
        ["render"] = "Jhin DarkCosmic Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Sniper"},
        ["abilityname"] = "Whisper",
        ["abilityicon"] = "Whisper.png",
        ["passive"] = "Converts every {{as|1% '''bonus''' attack speed}} he has into {{as|{{fd|0.8}} '''bonus''' attack damage}}. Additionally, every fourth basic attack deals {{as|{{ap|244|344|4444}}% {{TFT AP}} AD}} {{as|physical damage}}.",
        ["hp"] = 600,
        ["mana"] = 4,
        ["startmana"] = 0,
        ["ad"] = 90,
        ["as"] = 0.9,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Dark Cosmic",
        ["tier"] = 4,
        ["render"] = "Jhin DarkCosmic Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Sniper"},
        ["abilityname"] = "Whisper",
        ["abilityicon"] = "Whisper.png",
        ["passive"] = "Attacks {{ap|0.85|0.9|1.1}} times per second, regardless of {{as|'''bonus''' attack speed}}.<br />Converts every {{as|1% '''bonus''' attack speed}} he has into {{as|{{fd|0.8}} '''bonus''' attack damage}}.<br />Additionally, every fourth basic attack deals {{as|{{ap|244|344|4444}}% {{TFT AP}} AD}} {{as|physical damage}}.",
        ["hp"] = 600,
        ["mana"] = 4,
        ["startmana"] = 0,
        ["ad"] = 80,
        ["as"] = 0.85,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Jinx"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Jinx Render.png",
        ["origin"] = {"Hextech"},
        ["class"] = {"Gunslinger"},
        ["abilityname"] = "Get Excited!",
        ["abilityicon"] = "Get Excited!.png",
        ["passive"] = "After her first takedown, gains {{ap|60 to 100 3}}% {{as|'''bonus''' attack speed}}.<br />After her second takedown, swaps to her rocket launcher, causing her basic attacks to deal {{ap|100 to 300 3}} {{TFT AP}} {{as|'''bonus''' magic damage}} to all enemies adjacent to her target.",
        ["hp"] = 550,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 75,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Odyssey",
        ["tier"] = 4,
        ["render"] = "Jinx Odyssey Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Blaster"},
        ["abilityname"] = "Get Excited!",
        ["abilityicon"] = "Get Excited!.png",
        ["passive"] = "After her first takedown, gains {{ap|60|75|100}}% {{as|'''bonus''' attack speed}}.<br />After her second takedown, swaps to her rocket launcher, causing her basic attacks to deal {{ap|125|200|750}} {{TFT AP}} {{as|'''bonus''' magic damage}} to all enemies adjacent to her target.",
        ["hp"] = 600,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Odyssey",
        ["tier"] = 4,
        ["render"] = "Jinx Odyssey Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Blaster"},
        ["abilityname"] = "Get Excited!",
        ["abilityicon"] = "Get Excited!.png",
        ["passive"] = "After her first takedown, gains {{ap|60|75|100}}% {{as|'''bonus''' attack speed}}.<br />After her second takedown, swaps to her rocket launcher, causing her basic attacks to deal {{ap|150|250|1000}} {{TFT AP}} {{as|'''bonus''' magic damage}} to all enemies adjacent to her target.",
        ["hp"] = 600,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Kai'Sa"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Kai'Sa Render.png",
        ["origin"] = {"Void"},
        ["class"] = {"Assassin", "Ranger"},
        ["abilityname"] = "Killer Instinct",
        ["abilityicon"] = "Killer Instinct.png",
        ["active"] = "Dashes to the farthest enemy, gaining a {{ap|400 to 1000 3}} {{TFT AP}} damage shield and {{as|{{ap|50 to 100 3}}% {{as|'''bonus''' attack speed}}}} for 3 seconds.",
        ["hp"] = 700,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 55,
        ["as"] = 1.25,
        ["range"] = 2,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Bullet Angel",
        ["tier"] = 2,
        ["render"] = "Kai'Sa BulletAngel Render.png",
        ["origin"] = {"Valkyrie"},
        ["class"] = {"Infiltrator"},
        ["abilityname"] = "Missile Rain",
        ["abilityicon"] = "Icathian Rain.png",
        ["active"] = "Launches {{ap|4|6|9}} missiles towards each nearby enemy in 2-hex range that deal 50 {{TFT AP}} {{as|magic damage}} each, up to {{ap|200|300|450}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 550,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.75,
        ["range"] = 2,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Karma"] = {
      [2] = {
        ["skin"] = "Dawnbringer",
        ["tier"] = 3,
        ["render"] = "Karma Dawnbringer Render.png",
        ["origin"] = {"Lunar"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Inspire",
        ["abilityicon"] = "Defiance.png",
        ["active"] = "At the start of combat, tethers to her closest ally. Shields the tethered ally (or a random one if the tether is dead) for 5 seconds, absorbing the next {{ap|250|400|800}} {{TFT AP}} damage. While the shield holds, the ally receives {{ap|35|50|100}}% {{TFT AP}} {{as|'''bonus''' attack speed}}.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 75,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Dark Star",
        ["tier"] = 3,
        ["render"] = "Karma DarkStar Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Inspire",
        ["abilityicon"] = "Defiance.png",
        ["active"] = "At the start of combat, tethers to her closest ally. Shields the tethered ally (or a random one if the tether is dead) for 5 seconds, absorbing the next {{ap|250|400|800}} {{TFT AP}} damage. While the shield holds, the ally receives {{ap|50|75|125}}% {{TFT AP}} {{as|'''bonus''' attack speed}}.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 75,
        ["ad"] = 50,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Dark Star",
        ["tier"] = 3,
        ["render"] = "Karma DarkStar Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Inspire",
        ["abilityicon"] = "Defiance.png",
        ["active"] = "At the start of combat, tethers to her closest ally. Shields the tethered ally (or a random one if the tether is dead) for 5 seconds, absorbing the next {{ap|250|400|800}} {{TFT AP}} damage. While the shield holds, the ally receives {{ap|50|75|125}}% {{TFT AP}} {{as|'''bonus''' attack speed}}.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 75,
        ["ad"] = 50,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Karthus"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Karthus Render.png",
        ["origin"] = {"Phantom"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Requiem",
        ["abilityicon"] = "Requiem.png",
        ["active"] = "Channels for {{fd|2.25}} seconds to deal {{ap|350 to 850 3}} {{TFT AP}} {{as|magic damage}} to {{ap|5 to 9 3}} random enemies.",
        ["hp"] = 850,
        ["mana"] = 125,
        ["startmana"] = 40,
        ["ad"] = 65,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Kassadin"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Kassadin Render.png",
        ["origin"] = {"Void"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Nether Blade",
        ["abilityicon"] = "Nether Blade.png",
        ["passive"] = "Basic attacks reduce target's {{as|'''current''' mana}} by {{ap|25 to 75 3}}, granting a shield for the same amount lasting 4 seconds. The shield can stack.",
        ["hp"] = 550,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "Cosmic Reaver",
        ["tier"] = 3,
        ["render"] = "Kassadin CosmicReaver Render.png",
        ["origin"] = {"Celestial"},
        ["class"] = {"Mana-Reaver"},
        ["abilityname"] = "Force Pulse",
        ["abilityicon"] = "Force Pulse.png",
        ["active"] = "Releases a wave of energy in front of him, dealing {{ap|250|400|800}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT disarm|disarming}} all targets hit for {{ap|2.5|3|3.5}} seconds.",
        ["hp"] = 800,
        ["mana"] = 80,
        ["startmana"] = 40,
        ["ad"] = 50,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Katarina"] = {
      [1] = {
        ["skin"] = "High Command",
        ["tier"] = 3,
        ["render"] = "Katarina HighCommand Render.png",
        ["origin"] = {"Imperial"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Death Lotus",
        ["abilityicon"] = "Death Lotus.png",
        ["active"] = "Channels for {{fd|2.5}} seconds, while throwing 15 knives at {{ap|4 to 8 3}} enemies within 2 hexes, dealing {{ap|675/15 to 1425/15 3}} {{TFT AP}} {{as|magic damage}} per tick and applying {{tip|TFT Grievous Wounds|Grievous Wounds}}, reducing healing on them for 3 seconds. The channel can deal a total of {{ap|675 to 1425 3}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 450,
        ["mana"] = 85,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Kayle"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Kayle Render.png",
        ["origin"] = {"Noble"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Divine Judgement",
        ["abilityicon"] = "Divine Judgement.png",
        ["active"] = "Targets the {{ap|1 to 3 3}} allies with the lowest health, making them immune to damage for {{ap|2 to 3 3}} seconds.",
        ["hp"] = 750,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 70,
        ["as"] = 1,
        ["range"] = 3,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Aether Wing",
        ["tier"] = 4,
        ["render"] = "Kayle AetherWing Render.png",
        ["origin"] = {"Valkyrie"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Divine Ascent",
        ["abilityicon"] = "Divine Ascent.png",
        ["active"] = "Ascends until the end of combat, causing her attacks to launch waves that deal {{ap|125|200|600}} {{TFT AP}} {{as|'''bonus''' magic damage}} to enemies.",
        ["hp"] = 700,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.8,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Kennen"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Kennen Render.png",
        ["origin"] = {"Ninja", "Yordle"},
        ["class"] = {"Elementalist"},
        ["abilityname"] = "Slicing Maelstrom",
        ["abilityicon"] = "Slicing Maelstrom.png",
        ["active"] = "Summons a storm around himself for 3 seconds, dealing {{ap|225/6 to 675/6 3|round=2}} {{TFT AP}} {{as|magic damage}} each {{fd|0.5}} seconds to enemies within 2 hexes of him. Each enemy struck 3 times is {{tip|TFT stun|stunned}} for {{fd|1.5}} seconds. The storm can deal a total of {{ap|225 to 675 3}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 550,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 65,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Kha'Zix"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Kha'Zix Render.png",
        ["origin"] = {"Void"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Taste their Fear",
        ["abilityicon"] = "Taste Their Fear.png",
        ["active"] = "Slashes the nearest enemy, dealing {{ap|150 to 350 3}} {{TFT AP}} {{as|magic damage}} to the target enemy.<br />If the enemy has no adjacent teammates, instead deals {{ap|400 to 800 3}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 65,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [2] = {
        ["skin"] = "Guardian of the Sands",
        ["tier"] = 4,
        ["render"] = "Kha'Zix GuardianoftheSands Render.png",
        ["origin"] = {"Desert"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Arid Assault",
        ["abilityicon"] = "Evolved Adaptive Cloaking.png",
        ["active"] = "Stealths and attacks the lowest-health enemy with {{as|{{as|500|1000|2000}} increased movement speed}}, dealing {{ap|100|200|500}} {{TFT AP}} {{as|'''bonus''' physical damage|AD}}, {{tip|TFT crit|critically striking}}, and gaining {{ap|5 to 15 3}} {{as|mana}}.",
        ["hp"] = 750,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 75,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	  },
      [3] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Kha'Zix Render.png",
        ["origin"] = {"Void"},
        ["class"] = {"Infiltrator"},
        ["abilityname"] = "Taste their Fear",
        ["abilityicon"] = "Taste Their Fear.png",
        ["active"] = "Slashes the nearest enemy in 3-hex range, priority for his attack target, dealing {{ap|200|275|400}} {{TFT AP}} {{as|magic damage}} to the target enemy.<br />If the enemy has no adjacent teammates, instead deals <!--triple damage-->{{ap|600|825|1200}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 65,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
  },
  ["Kindred"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Kindred Render.png",
        ["origin"] = {"Phantom"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Lamb's Respite",
        ["abilityicon"] = "Lamb's Respite.png",
        ["active"] = "Creates a circular zone around themselves for {{ap|3 to 5 3}} seconds that prevents allies within from dropping below {{ap|300 to 900 3}} health or dying.",
        ["hp"] = 600,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [2] = {
        ["skin"] = "Shadowfire",
        ["tier"] = 3,
        ["render"] = "Kindred Shadowfire Render.png",
        ["origin"] = {"Shadow", "Inferno"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Dance of Dread",
        ["abilityicon"] = "Mounting Dread.png",
        ["active"] = "Lamb leaps away from her target by 2-hex, while Wolf mauls '''Kindred's''' target, dealing {{ap|150|325|650}} {{TFT AP}} {{as|magic damage}} and applying {{tip|TFT Grievous Wounds|Grievous Wounds}}, reducing healing on the target for 5 seconds.",
        ["hp"] = 650,
        ["mana"] = 35,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Kog'Maw"] = {
      [2] = {
        ["skin"] = "Caterpillar",
        ["tier"] = 1,
        ["render"] = "Kog'Maw Caterpillar Render.png",
        ["origin"] = {"Poison"},
        ["class"] = {"Predator"},
        ["abilityname"] = "Living Artillery",
        ["abilityicon"] = "Living Artillery.png",
        ["active"] = "After a {{fd|0.35}}-second delay, launches an acidic blob at a random enemy, dealing {{ap|150|300|500}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	},
      [3.5] = {
        ["skin"] = "Battlecast",
        ["tier"] = 2,
        ["render"] = "Kog'Maw Battlecast Render.png",
        ["origin"] = {"Battlecast"},
        ["class"] = {"Blaster"},
        ["abilityname"] = "Barrage",
        ["abilityicon"] = "Bio-Arcane Barrage.png",
        ["active"] = "For 3 seconds, gains infinite attack range, 80% {{as|attack speed}}, and his basic attacks deal {{as|{{ap|2|4|7}}% {{TFT AP}} of target's '''maximum''' health}} {{as|'''bonus''' magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["LeBlanc"] = {
      [2] = {
        ["skin"] = "Elderwood",
        ["tier"] = 2,
        ["render"] = "LeBlanc Elderwood Render.png",
        ["origin"] = {"Woodland"},
        ["class"] = {"Assassin", "Mage"},
        ["abilityname"] = "Ethereal Chain",
        ["abilityicon"] = "Ethereal Chains.png",
        ["active"] = "Launches an ethereal chain at a random enemy, dealing {{ap|225|475|800}} {{TFT AP}} {{as|magic damage}} and, after a {{fd|0.5}} seconds delay, {{tip|TFT stun|stunning}} them for {{fd|1.5}} seconds.",
        ["hp"] = 550,
        ["mana"] = 80,
        ["startmana"] = 50,
        ["ad"] = 55,
        ["as"] = 0.7,
        ["range"] = 2,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Leona"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Leona Render.png",
        ["origin"] = {"Noble"},
        ["class"] = {"Guardian"},
        ["abilityname"] = "Solar Flare",
        ["abilityicon"] = "Solar Flare.png",
        ["active"] = "After a {{fd|0.625}}-second delay, calls down a solar ray upon the target, dealing {{ap|175 to 325 3}} {{TFT AP}} {{as|magic damage}} to all enemies around the target area and {{tip|TFT stun|stunning}} any enemy in the center for {{ap|5 to 9 3}} seconds.",
        ["hp"] = 800,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 45,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 100,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [2] = {
        ["skin"] = "Lunar Eclipse",
        ["tier"] = 1,
        ["render"] = "Leona LunarEclipse Render.png",
        ["origin"] = {"Lunar"},
        ["class"] = {"Warden"},
        ["abilityname"] = "Lunar Barrier",
        ["abilityicon"] = "Eclipse.png",
        ["active"] = "Giantize herself and reduces all incoming damage by {{ap|40|80|120}} {{TFT AP}} for 4 seconds.",
        ["hp"] = 650,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "PROJECT",
        ["tier"] = 1,
        ["render"] = "Leona PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Cyber Barrier",
        ["abilityicon"] = "Eclipse.png",
        ["active"] = "Giantize herself and reduces all incoming damage by {{ap|40|80|200}} {{TFT AP}} for 4 seconds.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "PROJECT",
        ["tier"] = 1,
        ["render"] = "Leona PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Cyber Barrier",
        ["abilityicon"] = "Eclipse.png",
        ["active"] = "Giantize herself and reduces all incoming damage by {{ap|40|80|200}} {{TFT AP}} for 4 seconds.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      }
  },
  ["Lissandra"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Lissandra Render.png",
        ["origin"] = {"Glacial"},
        ["class"] = {"Elementalist"},
        ["abilityname"] = "Frozen Tomb",
        ["abilityicon"] = "Frozen Tomb.png",
        ["active"] = "Encases a 3 hexes away enemy in ice, {{tip|TFT stun|stunning}} them for {{fd|1.5}} seconds and dealing {{ap|175 to 475 3}} {{TFT AP}} {{as|magic damage}} to all enemies within 2 hexes of her target. <br />If she is {{as|'''below''' 50% health}}, she instead encases herself, additionally becoming untargetable.",
        ["hp"] = 500,
        ["mana"] = 95,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 2,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Lucian"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Lucian Render.png",
        ["origin"] = {"Noble"},
        ["class"] = {"Gunslinger"},
        ["abilityname"] = "Relentless Pursuit",
        ["abilityicon"] = "Relentless Pursuit.png",
        ["active"] = "Dashes away from the current target and then attacks twice. The first attack is a standard basic attack that deals {{as|physical damage}}, while the second deals {{ap|125 to 375 3}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 600,
        ["mana"] = 35,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Lucian Render.png",
        ["origin"] = {"Light"},
        ["class"] = {"Soulbound"},
        ["abilityname"] = "The Culling",
        ["abilityicon"] = "The Culling.png",
        ["active"] = "Fires 12 {{as|(+ 400% '''total''' attack speed)}} bullets in a direction for 4 seconds, each dealing {{as|50% AD}} {{as|physical damage}}, applying on-hit effects, and dealing {{ap|40|50|100}} {{TFT AP}} {{as|magic damage}}.<br />'''Lucian''' will dash during ''The Culling'' to keep hitting enemies.",
        ["hp"] = 550,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.8,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "PROJECT",
        ["tier"] = 2,
        ["render"] = "Lucian PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Blaster"},
        ["abilityname"] = "Relentless Pursuit",
        ["abilityicon"] = "Relentless Pursuit.png",
        ["active"] = "Dashes away from the current target and then attacks twice. The first attack is a standard basic attack that deals {{as|physical damage}}, while the second deals {{ap|150|200|375}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 35,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "PROJECT",
        ["tier"] = 2,
        ["render"] = "Lucian PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Blaster"},
        ["abilityname"] = "Relentless Pursuit",
        ["abilityicon"] = "Relentless Pursuit.png",
        ["active"] = "Dashes away from the current target and then attacks twice. The first attack is a standard basic attack that deals {{as|physical damage}}, while the second deals {{ap|150|200|375}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 35,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Lulu"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Lulu Render.png",
        ["origin"] = {"Yordle"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Wild Growth",
        ["abilityicon"] = "Wild Growth.png",
        ["active"] = "Giantize and grants {{ap|1 to 3 3}} allies {{ap|300 to 500 3}} {{as|'''bonus''' health}} for 6 seconds, {{tip|TFT airborne|knocking up}} enemies adjacent to the affected allies for {{fd|1.25}} seconds.",
        ["hp"] = 500,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 2,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Cosmic Enchantress",
        ["tier"] = 5,
        ["render"] = "Lulu CosmicEnchantress Render.png",
        ["origin"] = {"Celestial"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Mass Polymorph",
        ["abilityicon"] = "Whimsy.png",
        ["active"] = "Polymorphs the {{ap|2|4|12}} nearest enemies for {{ap|3|3|8}} seconds, rendering them {{tip|TFT disarm|unable}} to attack or cast, and causing them to hop around aimlessly. Polymorphed enemies take {{ap|5|10|25}}% {{TFT AP}} increased damage from all sources.",
        ["hp"] = 800,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 45,
        ["as"] = 0.8,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Cosmic Enchantress",
        ["tier"] = 5,
        ["render"] = "Lulu CosmicEnchantress Render.png",
        ["origin"] = {"Celestial"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Mass Polymorph",
        ["abilityicon"] = "Whimsy.png",
        ["active"] = "Polymorphs the {{ap|2|4|12}} nearest enemies for {{ap|3|3|8}} seconds, rendering them {{tip|TFT disarm|unable}} to attack or cast, and causing them to hop around aimlessly. Polymorphed enemies take {{ap|5|10|25}}% {{TFT AP}} increased damage from all sources.",
        ["hp"] = 800,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 45,
        ["as"] = 0.8,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Lux"] = {
      [2] = {
        ["skin"] = "Elementalist",
        ["tier"] = 7,
        ["render"] = "Lux Elementalist Render.png",
        ["origin"] = {"Variable"},
        ["class"] = {"Avatar"},
        ["abilityname"] = "Final Spark",
        ["abilityicon"] = "Final Spark.png",
        ["active"] = "Fires an elemental blast dealing {{ap|550|900|99999}} {{TFT AP}} {{as|magic damage}} to all enemies in a line. If at least one enemy is killed, restores 50 {{as|mana}}.",
        ["hp"] = 850,
        ["mana"] = 80,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.85,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Dark Cosmic",
        ["tier"] = 3,
        ["render"] = "Lux DarkCosmic Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Lurid Binding",
        ["abilityicon"] = "Lucent Singularity.png",
        ["active"] = "Fires a sphere of darkness towards the farthest enemy that passes through enemies, dealing {{ap|200|300|600}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for {{ap|1.5|2|2.5}}.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Malphite"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Malphite Render.png",
        ["origin"] = {"Mountain"},
        ["class"] = {"Warden"},
        ["abilityname"] = "Unstoppable Force",
        ["abilityicon"] = "Unstoppable Force.png",
        ["active"] = "Charges to a random enemy, dealing {{ap|150|300|1000}} {{TFT AP}} {{as|magic damage}} to nearby enemies within 2-hex radius, {{tip|TFT airborne|knocking}} them into the air for 1 second, and {{tip|TFT stun|stunning}} them for {{ap|2|2.5|5}} seconds.",
        ["hp"] = 850,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "Odyssey",
        ["tier"] = 1,
        ["render"] = "Malphite Odyssey Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Energy Shield",
        ["abilityicon"] = "Granite Shield.png",
        ["passive"] = "Starts combat with a shield equal to {{as|{{ap|40|45|60}}% {{TFT AP}} of his '''maximum''' health}}.",
        ["hp"] = 700,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "Odyssey",
        ["tier"] = 1,
        ["render"] = "Malphite Odyssey Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Energy Shield",
        ["abilityicon"] = "Granite Shield.png",
        ["passive"] = "Starts combat with a shield equal to {{as|{{ap|40|45|60}}% {{TFT AP}} of his '''maximum''' health}}.",
        ["hp"] = 700,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      }
  },
  ["Malzahar"] = {
      [2] = {
        ["skin"] = "Overlord",
        ["tier"] = 2,
        ["render"] = "Malzahar Overlord Render.png",
        ["origin"] = {"Shadow"},
        ["class"] = {"Summoner"},
        ["abilityname"] = "Shadow Swarm",
        ["abilityicon"] = "Void Swarm.png",
        ["active"] = "Summons {{ap|2 to 4 3}} Shadow Spawns, who hit for {{ap|40|70|100}} {{TFT AP}} {{as|magic damage}} each attack. Each Shadow Spawn has {{ap|250|300|400}} {{as|health}} and can gain the {{TFTt|Shadow}} bonus (if active).",
        ["hp"] = 550,
        ["mana"] = 125,
        ["startmana"] = 75,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Maokai"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Maokai Render.png",
        ["origin"] = {"Woodland"},
        ["class"] = {"Druid"},
        ["abilityname"] = "Sap Magic",
        ["abilityicon"] = "Sap Magic.png",
        ["passive"] = "After being damaged by an enemy spell, the next basic attack heals him for {{ap|100 to 200 3}} {{TFT AP}} health.",
        ["hp"] = 650,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Master Yi"] = {
      [2] = {
        ["skin"] = "Assassin",
        ["tier"] = 5,
        ["render"] = "Master Yi Assassin Render.png",
        ["origin"] = {"Shadow"},
        ["class"] = {"Mystic", "Blademaster"},
        ["abilityname"] = "Meditate",
        ["abilityicon"] = "Meditate.png",
        ["active"] = "Meditates, becoming untargetable for 1 second and healing {{as|30% {{TFT AP}} of '''maximum''' health|health}} over the duration. Afterwards, for 6 seconds, gains {{as|100% '''bonus''' attack speed}} and basic attacks deal {{ap|40|80|500}} {{TFT AP}} {{as|'''bonus''' magic damage on-hit}}, but cannot gain mana for the duration. ''Meditate'' ends if he is full health.",
        ["hp"] = 850,
        ["mana"] = 150,
        ["startmana"] = 100,
        ["ad"] = 70,
        ["as"] = 1.1,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "Chosen",
        ["tier"] = 3,
        ["render"] = "Master Yi Chosen Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Chosen One",
        ["abilityicon"] = "Meditate.png",
        ["active"] = "For 5 seconds, gains massively increased movement speed, heals for {{as|12% {{TFT AP}} of '''maximum''' health}} each second, and deals {{ap|75|100|200}} {{TFT AP}} {{as|'''bonus''' true damage}} with his basic attacks.",
        ["hp"] = 750,
        ["mana"] = 55,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "Chosen",
        ["tier"] = 3,
        ["render"] = "Master Yi Chosen Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Chosen One",
        ["abilityicon"] = "Meditate.png",
        ["active"] = "For 5 seconds, gains massively increased movement speed, heals for {{as|12% {{TFT AP}} of '''maximum''' health}} each second, and deals {{ap|75|100|200}} {{TFT AP}} {{as|'''bonus''' true damage}} with his basic attacks.",
        ["hp"] = 750,
        ["mana"] = 55,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Miss Fortune"] = {
      [1] = {
        ["skin"] = "Captain Fortune",
        ["tier"] = 5,
        ["render"] = "Miss Fortune Captain Render.png",
        ["origin"] = {"Pirate"},
        ["class"] = {"Gunslinger"},
        ["abilityname"] = "Bullet Time",
        ["abilityicon"] = "Bullet Time.png",
        ["active"] = "Channels and fires 14 waves of bullets in a 45° cone at the farthest target for 3 seconds, dealing a total of {{ap|1300 to 2700 3}} {{TFT AP}} {{as|magic damage}} to all enemies within over the duration.",
        ["hp"] = 750,
        ["mana"] = 150,
        ["startmana"] = 0,
        ["ad"] = 75,
        ["as"] = 0.95,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Gun Goddess",
        ["tier"] = 5,
        ["render"] = "Miss Fortune GunGoddess Render.png",
        ["origin"] = {"Valkyrie"},
        ["class"] = {"Blaster", "Mercenary"},
        ["abilityname"] = "Bullet Time",
        ["abilityicon"] = "Bullet Time.png",
        ["passive"] = "Upgrades:<br />• Larger Cone: Fire in a larger cone of 60°.<br />• Shield: Grants a {{ap|400|700|1000}} {{TFT AP}} health shield on cast.<br />• More Waves: Fire 5 more bullet waves.",
        ["active"] = "Channels and fires 12 waves of bullets in a 45° cone at the farthest target for {{fd|2.25}} seconds, dealing {{as|{{ap|60|80|999}}% {{TFT AP}} of target's '''maximum''' health}} in {{as|magic damage}} to all enemies within over the duration.",
        ["hp"] = 800,
        ["mana"] = 175,
        ["startmana"] = 75,
        ["ad"] = 60,
        ["as"] = 1,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Mordekaiser"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Mordekaiser Render.png",
        ["origin"] = {"Phantom"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Obliterate",
        ["abilityicon"] = "Obliterate.png",
        ["active"] = "Slams his mace on the area in front of him, dealing {{ap|250 to 750 3}} {{TFT AP}} {{as|magic damage}} to enemies within.",
        ["hp"] = 550,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "Dark Star",
        ["tier"] = 2,
        ["render"] = "Mordekaiser DarkStar Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Indestructible",
        ["abilityicon"] = "Indestructible.png",
        ["active"] = "Gains a shield that absorbs {{ap|350|500|800}} {{TFT AP}} damage that lasts 8 seconds. While the shield persists, deals {{ap|50|75|125}} {{TFT AP}} {{as|magic damage}} per second to all nearby enemies.",
        ["hp"] = 650,
        ["mana"] = 90,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "Dark Star",
        ["tier"] = 2,
        ["render"] = "Mordekaiser DarkStar Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Indestructible",
        ["abilityicon"] = "Indestructible.png",
        ["active"] = "Gains a shield that absorbs {{ap|350|500|800}} {{TFT AP}} damage that lasts 8 seconds. While the shield persists, deals {{ap|50|75|125}} {{TFT AP}} {{as|magic damage}} per second to all nearby enemies.",
        ["hp"] = 650,
        ["mana"] = 90,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      }
  },
  ["Morgana"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Morgana Render.png",
        ["origin"] = {"Demon"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Soul Shackles",
        ["abilityicon"] = "Soul Shackles.png",
        ["active"] = "After a {{fd|0.5}}-second delay, fires chains to nearby enemies up to 2 hexes away, dealing {{ap|175 to 425 3}} {{TFT AP}} {{as|magic damage}}. After 3 seconds, all chained enemies are {{tip|TFT stun|stunned}} for {{ap|2 to 6 3}} seconds and take the same {{as|magic damage}}.",
        ["hp"] = 650,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 2,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Nami"] = {
      [2] = {
        ["skin"] = "Deep Sea",
        ["tier"] = 5,
        ["render"] = "Nami DeapSea Render.png",
        ["origin"] = {"Ocean"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Tidal Wave",
        ["abilityicon"] = "Tidal Wave.png",
        ["active"] = "Summons a massive tidal wave which deals {{ap|100|200|300}} {{TFT AP}} {{as|magic damage}} to all enemies hit, {{tip|airborne|knocking up}} and {{tip|TFT Stun|stunning}} them for {{ap|1.5 to 2.5 3}} seconds. Allies hit are empowered for the next 8 seconds, making their basic attacks deal an additional {{ap|25|50|300}} {{as|'''bonus''' magic damage on-hit}}.",
        ["hp"] = 750,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Nasus"] = {
      [2] = {
        ["skin"] = "Lunar Guardian",
        ["tier"] = 1,
        ["render"] = "Nasus LunarGuardian Render.png",
        ["origin"] = {"Light"},
        ["class"] = {"Warden"},
        ["abilityname"] = "Fury of the Dawn",
        ["abilityicon"] = "Fury of the Sands.png",
        ["active"] = "Giantize and Surrounds himself in light for 7 seconds, gaining {{ap|250 to 550 3}} {{as|'''maximum''' health}} and dealing {{ap|50 to 90 3}} {{TFT AP}} {{as|magic damage}} every second to adjacent enemies.",
        ["hp"] = 650,
        ["mana"] = 100,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Nautilus"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Nautilus Render.png",
        ["origin"] = {"Ocean"},
        ["class"] = {"Warden"},
        ["abilityname"] = "Depth Charge",
        ["abilityicon"] = "Depth Charge.png",
        ["active"] = "Sends out a depth charge that seeks out the farthest enemy, {{tip|TFT airborne|knocking them up}} and {{tip|TFT stun|stunning}} them for {{ap|3|4|6}} seconds, while also dealing {{ap|100|200|400}} {{TFT AP}} {{as|magic damage}} to all enemies it passes through.",
        ["hp"] = 850,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 55,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	},
      [3.5] = {
        ["skin"] = "AstroNautilus",
        ["tier"] = 2,
        ["render"] = "Nautilus AstroNautilus Render.png",
        ["origin"] = {"Astro"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Impact Crater",
        ["abilityicon"] = "Depth Charge.png",
        ["active"] = "Erupts the ground beneath his target, {{tip|TFT airborne|knocking}} them up and {{tip|TFT stun|stunning}} them for {{ap|3|3.5|4}} seconds, and dealing {{ap|100|200|400}} {{TFT AP}} {{as|magic damage}}. Enemies adjacent to the target receive half of this effect.",
        ["hp"] = 750,
        ["mana"] = 120,
        ["startmana"] = 60,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      }
  },
  ["Nidalee"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Nidalee Render.png",
        ["origin"] = {"Wild"},
        ["class"] = {"Shapeshifter"},
        ["abilityname"] = "Primal Surge",
        ["abilityicon"] = "Aspect of the Cougar 2.png",
        ["active"] = "After a {{fd|0.5}}-second delay, heals herself and the ally with the lowest health over 6 seconds, healing them for a total of {{ap|150 to 600 3}} {{TFT AP}} {{as|health}}, then transforms to her Cat Form, becoming a {{tip|TFT Melee|melee attacker}} for 60 seconds.<br />While in Cat Form, gains {{ap|20 to 120 3}} {{as|attack damage}}.",
        ["hp"] = 500,
        ["mana"] = 85,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Neeko"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Neeko Render.png",
        ["origin"] = {"Woodland"},
        ["class"] = {"Druid"},
        ["abilityname"] = "Blooming Burst",
        ["abilityicon"] = "Blooming Burst.png",
        ["active"] = "Throws a seed at a random target that explodes for {{ap|100|200|350}} {{TFT AP}} {{as|magic damage}} three times with {{pp|type=the number of detonations|3|1|1|3|label1=Number of detonations|label2=Radius (Hex)|key=-hex radius}}.",
        ["hp"] = 500,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 3,
        ["render"] = "Neeko StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Protector"},
        ["abilityname"] = "Pop Blossom",
        ["abilityicon"] = "Pop Blossom.png",
        ["active"] = "Leaps into the air and slams into the ground, dealing {{ap|200|275|550}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} all nearby enemies in 2-hex radius for {{ap|1.5|2|2.5}} seconds.",
        ["hp"] = 800,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 50,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 3,
        ["render"] = "Neeko StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Protector"},
        ["abilityname"] = "Pop Blossom",
        ["abilityicon"] = "Pop Blossom.png",
        ["active"] = "Leaps into the air and slams into the ground, dealing {{ap|150|250|500}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} all nearby enemies in 2-hex radius for {{ap|1.5|2|2.5}} seconds.",
        ["hp"] = 800,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 50,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 45,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
      }
  },
  ["Nocturne"] = {
      [2] = {
        ["skin"] = "Eternum",
        ["tier"] = 3,
        ["render"] = "Nocturne Eternum Render.png",
        ["origin"] = {"Steel"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Steel Blades",
        ["abilityicon"] = "Steel Blades.png",
        ["passive"] = "Every third basic attack damages all adjacent enemies and applies on-hit effects. It also heals for {{ap|50|60|70}}% of the damage dealt.",
        ["hp"] = 650,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	},
      [3.5] = {
        ["skin"] = "Eternum",
        ["tier"] = 1,
        ["render"] = "Nocturne Eternum Render.png",
        ["origin"] = {"Battlecast"},
        ["class"] = {"Infiltrator"},
        ["abilityname"] = "Unspeakable Horror",
        ["abilityicon"] = "Unspeakable Horror.png",
        ["active"] = "Terrifies his target, {{tip|TFT stun|stunning}} them with fear for {{ap|2|2.5|4}} seconds and dealing {{ap|200|250|350}} {{TFT AP}} {{as|magic damage}} over the duration.",
        ["hp"] = 500,
        ["mana"] = 80,
        ["startmana"] = 40,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Olaf"] = {
      [2] = {
        ["skin"] = "Glacial",
        ["tier"] = 4,
        ["render"] = "Olaf Glacial Render.png",
        ["origin"] = {"Glacial"},
        ["class"] = {"Berserker"},
        ["abilityname"] = "Ragnarok",
        ["abilityicon"] = "Ragnarok.png",
        ["active"] = "Giantize himself and gains {{ap|125|150|450}}% {{as|'''bonus''' attack speed}}, {{as|{{pp|11|type='''missing''' health|key=%|0 to 50|key1=%|0 to 100|formula=0.5% per 1% missing health}}|health}} lifesteal, and immunity to crowd control for the rest of the round.",
        ["hp"] = 850,
        ["mana"] = 90,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Ornn"] = {
      [2] = {
        ["skin"] = "Thunder Lord",
        ["tier"] = 1,
        ["render"] = "Ornn ThunderLord Render.png",
        ["origin"] = {"Electric"},
        ["class"] = {"Warden"},
        ["abilityname"] = "Lightning Breath",
        ["abilityicon"] = "Bellows Breath.png",
        ["active"] = "Breathes lightning in a cone, dealing {{ap|125|250|450}} {{TFT AP}} {{as|magic damage}} to enemies therein, and increasing their chance to be {{tip|TFT crit|critical struck}} by 25% for the next 10 seconds.",
        ["hp"] = 650,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Pantheon"] = {
      [1] = {
        ["skin"] = "Dragonslayer",
        ["tier"] = 5,
        ["render"] = "Pantheon Dragonslayer Render.png",
        ["origin"] = {"Dragon"},
        ["class"] = {"Guardian"},
        ["abilityname"] = "Grand Starfall",
        ["abilityicon"] = "Grand Starfall.png",
        ["active"] = "Leaps in the air, becoming untargetable, and crashes down towards the farthest enemy, {{tip|TFT Stun|stunning}} the target for 2 seconds.<br />As he travels towards his target all enemies that come in contact with him take {{as|{{ap|10 to 30 3}}% {{TFT AP}} of their '''maximum''' health}} {{as|magic damage}} and receive a burn for 10 seconds, dealing {{as|2% {{TFT AP}} of target's '''maximum''' health}} {{as|true damage}} each second and applying {{tip|TFT Grievous Wounds|Grievous Wounds}} for the duration, reducing healing.",
        ["hp"] = 850,
        ["mana"] = 200,
        ["startmana"] = 150,
        ["ad"] = 75,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 70,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Poppy"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Poppy Render.png",
        ["origin"] = {"Yordle"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Keeper's Verdict",
        ["abilityicon"] = "Keeper's Verdict.png",
        ["active"] = "After charging for {{fd|0.75}} seconds, creates a shockwave in a line that can hit up to {{ap|1 to 3 3}} enemies, dealing {{ap|300 to 700 3}} {{TFT AP}} {{as|magic damage}}, {{tip|TFT airborne|knocking up}} for 1 second and {{tip|TFT stun|stunning}} them for {{ap|2 to 4 3}} seconds.",
        ["hp"] = 700,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 1,
        ["render"] = "Poppy StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Buckler Toss",
        ["abilityicon"] = "Iron Ambassador.png",
        ["active"] = "Throws her buckler at the furthest enemy, dealing {{ap|100|150|200}} {{TFT AP}} {{as|magic damage}}. The buckler bounces back to her, granting her a shield for {{ap|200|300|400}} {{TFT AP}} health.",
        ["hp"] = 650,
        ["mana"] = 100,
        ["startmana"] = 60,
        ["ad"] = 50,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 1,
        ["render"] = "Poppy StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Buckler Toss",
        ["abilityicon"] = "Iron Ambassador.png",
        ["active"] = "Throws her buckler at the furthest enemy, dealing {{ap|100|150|200}} {{TFT AP}} {{as|magic damage}}. The buckler bounces back to her, granting her a shield for {{ap|200|300|400}} {{TFT AP}} health.",
        ["hp"] = 650,
        ["mana"] = 100,
        ["startmana"] = 60,
        ["ad"] = 50,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      }
  },
  ["Pyke"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Pyke Render.png",
        ["origin"] = {"Pirate"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Phantom Undertow",
        ["abilityicon"] = "Phantom Undertow.png",
        ["active"] = "Leaves an afterimage at his location, then dashes behind the farthest enemy. After 1 second, his afterimage returns to him, dealing {{ap|150 to 250 3}} {{TFT AP}} {{as|magic damage}} to all enemies it passes through and and {{tip|TFT stun|stunning}} them for {{ap|1.5 to 2.5 3}} seconds.",
        ["hp"] = 600,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Qiyana"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Qiyana Render.png",
        ["origin"] = {"Variable"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Elemental Blade",
        ["abilityicon"] = "Edge of Ixtal.png",
        ["active"] = "Dash to the optimum position if available and throws a 2-hex wind blast through them, {{tip|TFT stun|stunning}} enemies for {{ap|2.5|3.5|4.5}} seconds and dealing {{ap|300|500|900}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 650,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 65,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Rakan"] = {
      [3] = {
        ["skin"] = "Cosmic Dawn",
        ["tier"] = 2,
        ["render"] = "Rakan CosmicDawn Render.png",
        ["origin"] = {"Celestial"},
        ["class"] = {"Protector"},
        ["abilityname"] = "Grand Entrance",
        ["abilityicon"] = "Grand Entrance.png",
        ["active"] = "Dashes next to the furthest enemy within (attack range + 1) hexes then leaps into the air, {{tip|TFT airborne|knocking}} them up for 1 second and dealing {{ap|175|275|400}} {{TFT AP}} {{as|magic damage}} to all adjacent enemies in 1-hex radius and {{tip|TFT stun|stunning}} them for {{fd|1.5}} seconds.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 2,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Cosmic Dawn",
        ["tier"] = 2,
        ["render"] = "Rakan CosmicDawn Render.png",
        ["origin"] = {"Celestial"},
        ["class"] = {"Protector"},
        ["abilityname"] = "Grand Entrance",
        ["abilityicon"] = "Grand Entrance.png",
        ["active"] = "Dashes next to the furthest enemy within (attack range + 1) hexes then leaps into the air, {{tip|TFT airborne|knocking}} them up for 1 second and dealing {{ap|175|275|400}} {{TFT AP}} {{as|magic damage}} to all adjacent enemies in 1-hex radius and {{tip|TFT stun|stunning}} them for {{fd|1.5}} seconds.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 2,
        ["arm"] = 45,
        ["mr"] = 35,
        ["behavior"] = "Ranged"
      }
  },
  ["Rek'Sai"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Rek'Sai Render.png",
        ["origin"] = {"Void"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Burrow",
        ["abilityicon"] = "Burrow.png",
        ["active"] = "Burrows, becoming untargetable for 1 second while healing each {{fd|0.5}} seconds for {{ap|150 to 450 3}} {{TFT AP}} health in total. She then emerges at her target, dealing {{ap|200 to 500 3}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT airborne|knocking them up}} for {{fd|1.75}} seconds.",
        ["hp"] = 650,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [2] = {
        ["skin"] = "Eternum",
        ["tier"] = 2,
        ["render"] = "Rek'Sai Eternum Render.png",
        ["origin"] = {"Steel"},
        ["class"] = {"Predator"},
        ["abilityname"] = "Furious Bite",
        ["abilityicon"] = "Furious Bite.png",
        ["active"] = "Bites an enemy, dealing {{ap|250|550|1000}} {{TFT AP}} {{as|true damage}}.",
        ["hp"] = 650,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Renekton"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Renekton Render.png",
        ["origin"] = {"Desert"},
        ["class"] = {"Berserker"},
        ["abilityname"] = "Cull the Meek",
        ["abilityicon"] = "Cull the Meek.png",
        ["active"] = "Swings his blade, dealing {{ap|150|275|475}} {{TFT AP}} {{as|magic damage}} to nearby enemies and healing himself for {{ap|150|225|300}} {{TFT AP}} health per enemy hit.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Rengar"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Rengar Render.png",
        ["origin"] = {"Wild"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Savagery",
        ["abilityicon"] = "Savagery.png",
        ["active"] = "Leaps to and stabs the enemy with the lowest health, dealing {{as|{{ap|200 to 400 3}}% AD}} {{as|physical damage}} and applying on-hit effects to his target. After this leap, for the next 6 seconds, gains 25% {{as|critical strike chance}} and increases his {{as|'''total''' attack speed}} by {{ap|30 to 70 3}}%.",
        ["hp"] = 550,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Riven"] = {
      [3.5] = {
        ["skin"] = "Pulsefire",
        ["tier"] = 4,
        ["render"] = "Riven Pulsefire Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Energy Slash",
        ["abilityicon"] = "Wind Slash.png",
        ["active"] = "Dashes and shields herself for {{ap|250|400|1000}} {{TFT AP}} health, then slashes forward dealing {{ap|100|150|450}} {{TFT AP}} {{as|magic damage}} to nearby enemies.<br />Every third cast, leaps into the air and launches a wave of energy that deals {{ap|300|500|1500}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 800,
        ["mana"] = 25,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Rumble"] = {
      [3] = {
        ["skin"] = "Super Galaxy",
        ["tier"] = 3,
        ["render"] = "Rumble SuperGalaxy Render.png",
        ["origin"] = {"Mech-Pilot"},
        ["class"] = {"Demolitionist"},
        ["abilityname"] = "Flamespitter",
        ["abilityicon"] = "Flamespitter.png",
        ["active"] = "Torches his enemies, dealing {{ap|350|500|1000}} {{TFT AP}} {{as|magic damage}} in a 2-hex cone over 3 seconds with each tick of damage occurring every {{fd|0.25}} seconds, and applying {{tip|TFT Grievous Wounds|Grievous Wounds}} on them for 5 seconds.",
        ["hp"] = 800,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "Super Galaxy",
        ["tier"] = 3,
        ["render"] = "Rumble SuperGalaxy Render.png",
        ["origin"] = {"Mech-Pilot"},
        ["class"] = {"Demolitionist"},
        ["abilityname"] = "Flamespitter",
        ["abilityicon"] = "Flamespitter.png",
        ["active"] = "Torches his enemies, dealing {{ap|500|750|1500}} {{TFT AP}} {{as|magic damage}} in a 2-hex cone over 3 seconds with each tick of damage occurring every {{fd|0.25}} seconds, and applying {{tip|TFT Grievous Wounds|Grievous Wounds}} on them for 5 seconds.",
        ["hp"] = 900,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      }
  },
  ["Sejuani"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Sejuani Render.png",
        ["origin"] = {"Glacial"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Glacial Prison",
        ["abilityicon"] = "Glacial Prison.png",
        ["active"] = "After a 2 second delay, creates a glacial prison on an enemy, dealing {{ap|100 to 250 3}} {{TFT AP}} {{as|magic damage}} to all enemies within 2 hexes of her target and {{tip|TFT stun|stunning}} them for {{ap|2 to 5 3}} seconds.",
        ["hp"] = 800,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 45,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Senna"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Senna Render.png",
        ["origin"] = {"Shadow"},
        ["class"] = {"Soulbound"},
        ["abilityname"] = "Piercing Darkness",
        ["abilityicon"] = "Piercing Darkness.png",
        ["active"] = "Fires a beam through her furthest ally (or a nearest enemy if there is no ally), dealing {{ap|50 to 150 3}} {{TFT AP}} {{as|magic damage}} to enemies hit by the beam, and granting allies {{ap|20|45|70}} {{as|'''bonus''' magic damage on-hit}} for 5 seconds.",
        ["hp"] = 450,
        ["mana"] = 75,
        ["startmana"] = 50,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Shaco"] = {
      [3] = {
        ["skin"] = "Dark Star",
        ["tier"] = 3,
        ["render"] = "Shaco DarkStar Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Infiltrator"},
        ["abilityname"] = "Deceive",
        ["abilityicon"] = "Deceive.png",
        ["active"] = "Teleports and backstabs his target, dealing {{as|{{ap|200|225|250}}% {{TFT AP}} AD}} {{as|physical damage}}, while also {{tip|TFT crit|critically striking}}.",
        ["hp"] = 650,
        ["mana"] = 80,
        ["startmana"] = 30,
        ["ad"] = 70,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "Dark Star",
        ["tier"] = 3,
        ["render"] = "Shaco DarkStar Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Infiltrator"},
        ["abilityname"] = "Deceive",
        ["abilityicon"] = "Deceive.png",
        ["active"] = "Teleports and backstabs his target, dealing {{as|{{ap|250|275|300}}% {{TFT AP}} AD}} {{as|physical damage}}, while also {{tip|TFT crit|critically striking}}.",
        ["hp"] = 650,
        ["mana"] = 80,
        ["startmana"] = 30,
        ["ad"] = 75,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Shen"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Shen Render.png",
        ["origin"] = {"Ninja"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Spirit's Refuge",
        ["abilityicon"] = "Spirit's Refuge.png",
        ["active"] = "Creates a zone around himself that follows him for {{ap|3 to 5 3}} seconds, allowing adjacent allies to {{tip|TFT dodge|dodge}} all incoming basic attacks.",
        ["hp"] = 700,
        ["mana"] = 150,
        ["startmana"] = 100,
        ["ad"] = 65,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "Pulsefire",
        ["tier"] = 2,
        ["render"] = "Shen Pulsefire Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Future's Refuge",
        ["abilityicon"] = "Spirit's Refuge.png",
        ["active"] = "Creates a zone around himself that follows him for {{ap|2.5|3|5}} seconds, allowing adjacent allies to {{tip|TFT dodge|dodge}} all incoming basic attacks. While active, he gains {{ap|15|30|45}} {{TFT AP}} {{as|'''bonus''' magic resistance}}.",
        ["hp"] = 800,
        ["mana"] = 150,
        ["startmana"] = 100,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "Pulsefire",
        ["tier"] = 2,
        ["render"] = "Shen Pulsefire Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Future's Refuge",
        ["abilityicon"] = "Spirit's Refuge.png",
        ["active"] = "Creates a zone around himself that follows him for {{ap|2.5|3|5}} seconds, allowing adjacent allies to {{tip|TFT dodge|dodge}} all incoming basic attacks. While active, he gains {{ap|15|30|45}} {{TFT AP}} {{as|'''bonus''' magic resistance}}.",
        ["hp"] = 800,
        ["mana"] = 150,
        ["startmana"] = 100,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      }
  },
  ["Shyvana"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Shyvana Render.png",
        ["origin"] = {"Dragon"},
        ["class"] = {"Shapeshifter"},
        ["abilityname"] = "Dragon's Descent",
        ["abilityicon"] = "Dragon's Descent.png",
        ["active"] = "Dashes up to 2 hexes away from her current target and transforms to her Dragon Form, becoming a {{tip|TFT Ranged|ranged attacker}} for 60 seconds.<br />While in Dragon Form, gains {{ap|100 to 200 3}} {{as|attack damage}} and basic attacks apply a burn on enemies hit for 3 seconds, dealing a total of {{ap|200 to 400 3}} {{TFT AP}} {{as|'''bonus''' magic damage}}.",
        ["hp"] = 650,
        ["mana"] = 85,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Singed"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Singed Render.png",
        ["origin"] = {"Poison"},
        ["class"] = {"Alchemist"},
        ["abilityname"] = "Poison Trail",
        ["abilityicon"] = "Poison Trail.png",
        ["passive"] = "Leaves a toxic cloud for {{fd|3.25}} seconds wherever he moves, poisoning enemies who stand in it for {{ap|225|300|2000}} {{TFT AP}} {{as|magic damage}} over 6 seconds, with each tick of damage occurring every {{fd|0.5}} seconds.",
        ["hp"] = 950,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 0,
        ["as"] = 0.001,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 20,
        ["behavior"] = "Alchemist"
	}
  },
  ["Sion"] = {
      [2] = {
        ["skin"] = "Warmonger",
        ["tier"] = 3,
        ["render"] = "Sion Warmonger Render.png",
        ["origin"] = {"Shadow"},
        ["class"] = {"Berserker"},
        ["abilityname"] = "Decimating Smash",
        ["abilityicon"] = "Decimating Smash.png",
        ["active"] = "Winds up for {{fd|0.75}} seconds, then smashes his axe down a 2-hex line in front of him, {{tip|TFT airborne|knocking up}} and dealing {{ap|200|350|700}} {{TFT AP}} {{as|magic damage}} to all enemies hit.",
        ["hp"] = 850,
        ["mana"] = 125,
        ["startmana"] = 75,
        ["ad"] = 65,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Sivir"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Sivir Render.png",
        ["origin"] = {"Desert"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Ricochet",
        ["abilityicon"] = "Ricochet.png",
        ["active"] = "For the next 5 seconds, basic attacks bounce up to {{ap|5|7|9}} times to nearby enemies within 2-hex range of their, dealing {{as|{{ap|100 to 150 3}}% AD}} {{as|physical damage}} and applying on-hit effects.",
        ["hp"] = 600,
        ["mana"] = 65,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Skarner"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Skarner Render.png",
        ["origin"] = {"Crystal"},
        ["class"] = {"Predator"},
        ["abilityname"] = "Crystalline Exoskeleton",
        ["abilityicon"] = "Crystalline Exoskeleton.png",
        ["active"] = "Shields himself for {{ap|150 to 750 3}} {{TFT AP}} health for 8 seconds. While the shield persists, gains {{ap|50|75|100}}% {{as|'''bonus''' attack speed}}.",
        ["hp"] = 650,
        ["mana"] = 65,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Sona"] = {
      [3] = {
        ["skin"] = "Odyssey",
        ["tier"] = 2,
        ["render"] = "Sona Odyssey Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Aria of Perseverance",
        ["abilityicon"] = "Aria of Perseverance.png",
        ["active"] = "Heals {{ap|2|3|4}} injured allies for {{ap|150|200|300}} {{TFT AP}} health and cleanses them of {{tip|TFT Stun|stuns}}.",
        ["hp"] = 550,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Soraka"] = {
      [2] = {
        ["skin"] = "Celestine",
        ["tier"] = 3,
        ["render"] = "Soraka Celestine Render.png",
        ["origin"] = {"Light"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Equinox",
        ["abilityicon"] = "Equinox.png",
        ["active"] = "Calms the 1-hex raidus area around a random enemy for {{ap|3 to 7 3}} seconds, dealing {{ap|150 to 450 3}} {{TFT AP}} {{as|magic damage}} to all enemies standing in it and {{tip|TFT mana-lock|locking mana}} of them.",
        ["hp"] = 600,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 4,
        ["render"] = "Soraka StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Wish",
        ["abilityicon"] = "Wish.png",
        ["active"] = "Heals all allies for {{ap|375|500|20000}} {{TFT AP}} health.",
        ["hp"] = 700,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 4,
        ["render"] = "Soraka StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Wish",
        ["abilityicon"] = "Wish.png",
        ["active"] = "Heals all allies for {{ap|375|500|20000}} {{TFT AP}} health.",
        ["hp"] = 700,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Swain"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Swain Render.png",
        ["origin"] = {"Demon", "Imperial"},
        ["class"] = {"Shapeshifter"},
        ["abilityname"] = "Demonflare",
        ["abilityicon"] = "Demonic Ascension.png",
        ["active"] = "Transforms to his Demon Form for 6 seconds.<br />While in Demon Form, drains health from enemies within 2 hexes of him, dealing {{ap|480/12 to 1440/12 3}} {{TFT AP}} {{as|magic damage}} and healing himself for {{ap|360/12 to 1080/12 3}} {{TFT AP}} each {{fd|0.5}} seconds for each enemy in range. At the end of the transformation, sends out a Soul Flare, dealing {{ap|300 to 900 3}} {{TFT AP}} {{as|magic damage}} to all enemies within 2 hexes.<br /> In total, for each enemy, the drain can deal {{ap|480 to 1440 3}} {{TFT AP}} {{as|magic damage}} and heal for {{ap|360 to 1080 3}} {{TFT AP}} health.",
        ["hp"] = 850,
        ["mana"] = 100,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Syndra"] = {
      [2] = {
        ["skin"] = "Atlantean",
        ["tier"] = 2,
        ["render"] = "Syndra Atlantean Render.png",
        ["origin"] = {"Ocean"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Hydro Sphere",
        ["abilityicon"] = "Dark Sphere.png",
        ["active"] = "Conjures a sphere of water with a 2-hex radius which explodes near a random enemy, dealing {{ap|225|375|650}} {{TFT AP}} {{as|magic damage}} to all enemies hit.",
        ["hp"] = 500,
        ["mana"] = 65,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 3,
        ["render"] = "Syndra StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Unleashed Power",
        ["abilityicon"] = "Unleashed Power.png",
        ["active"] = "After {{fd|0.75}} seconds, pulls in all orbs on the battlefield and creates 3 new ones, then fires them all at the enemy with the most {{as|'''current''' health}}, dealing {{ap|100|150|250}} {{TFT AP}} {{as|magic damage}} per orb.",
        ["hp"] = 600,
        ["mana"] = 65,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 3,
        ["render"] = "Syndra StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Unleashed Power",
        ["abilityicon"] = "Unleashed Power.png",
        ["active"] = "After {{fd|0.75}} seconds, pulls in all orbs on the battlefield and creates 3 new ones, then fires them all at the enemy with the most {{as|'''current''' health}}, dealing {{ap|100|125|200}} {{TFT AP}} {{as|magic damage}} per orb. If the ability kills her target, extra orbs move on to the next target.",
        ["hp"] = 600,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Taliyah"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Taliyah Render.png",
        ["origin"] = {"Mountain"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Seismic Shove",
        ["abilityicon"] = "Seismic Shove.png",
        ["active"] = "Causes the ground to erupt under the enemy with the most mana, dealing {{ap|150 to 550 3}} {{TFT AP}} {{as|magic damage}} to them, and {{tip|TFT Stun|stunning}} them for 2 seconds. This also {{tip|TFT airborne|knocks}} melee enemies away from her, or {{tip|TFT airborne|pulls}} ranged enemies toward her, with 2-hex distance.",
        ["hp"] = 500,
        ["mana"] = 80,
        ["startmana"] = 30,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Taric"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Taric Render.png",
        ["origin"] = {"Crystal"},
        ["class"] = {"Warden"},
        ["abilityname"] = "Cosmic Radiance",
        ["abilityicon"] = "Cosmic Radiance.png",
        ["active"] = "After a {{fd|1.5}} second delay, pulses cosmic energy onto allied champions within {{ap|2 to 4 3}} hexes, making them invulnerable for {{ap|2.5|2.5|8}} seconds.",
        ["hp"] = 900,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Teemo"] = {
      [3.5] = {
        ["skin"] = "Astronaut",
        ["tier"] = 4,
        ["render"] = "Teemo Astronaut Render.png",
        ["origin"] = {"Astro"},
        ["class"] = {"Sniper"},
        ["abilityname"] = "Satellite Traps",
        ["abilityicon"] = "Noxious Trap.png",
        ["active"] = "Scatters 3 traps around the nearest enemy. When an enemy nears a trap, or after 3 seconds, it explodes on nearby enemies dealing {{ap|125|175|600}} {{TFT AP}} {{as|magic damage}}, knocking them down, and {{tip|TFT slow|slowing}} them for 4 seconds.",
        ["hp"] = 600,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 1,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Thresh"] = {
      [2] = {
        ["skin"] = "Deep Terror",
        ["tier"] = 2,
        ["render"] = "Thresh DeepTerror Render.png",
        ["origin"] = {"Ocean"},
        ["class"] = {"Warden"},
        ["abilityname"] = "Deep Sea Lantern",
        ["abilityicon"] = "Dark Passage.png",
        ["active"] = "After a {{fd|0.25}}-second delay, throws his lantern to the lowest-health ally, shielding them and nearby allies for {{ap|250|400|600}} {{TFT AP}} health for 5 seconds.",
        ["hp"] = 700,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 55,
        ["as"] = 0.55,
        ["range"] = 2,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Pulsefire",
        ["tier"] = 5,
        ["render"] = "Thresh Pulsefire Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Mana-Reaver"},
        ["abilityname"] = "Temporal Passage",
        ["abilityicon"] = "Dark Passage.png",
        ["active"] = "Tosses his lantern towards {{ap|1|1|9}} random units on your bench, pulling them into combat and granting them {{ap|25|50|200}} {{TFT AP}} {{as|'''bonus''' mana}}. Traits are unaffected.",
        ["hp"] = 950,
        ["mana"] = 75,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.95,
        ["range"] = 2,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Pulsefire",
        ["tier"] = 5,
        ["render"] = "Thresh Pulsefire Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Mana-Reaver"},
        ["abilityname"] = "Temporal Passage",
        ["abilityicon"] = "Dark Passage.png",
        ["active"] = "Tosses his lantern towards {{ap|1|1|9}} random units on your bench, pulling them into combat and granting them {{ap|25|50|200}} {{TFT AP}} {{as|'''bonus''' mana}}. Traits are unaffected.",
        ["hp"] = 950,
        ["mana"] = 75,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.95,
        ["range"] = 2,
        ["arm"] = 55,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
      }
  },
  ["Tristana"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Tristana Render.png",
        ["origin"] = {"Yordle"},
        ["class"] = {"Gunslinger"},
        ["abilityname"] = "Explosive Charge",
        ["abilityicon"] = "Explosive Charge.png",
        ["active"] = "Places a bomb on her current target that detonates after 4 seconds or 3 basic attacks, dealing {{ap|70 to 150 3}} {{TFT AP}} {{as|magic damage}} to the target and all enemies adjacent to the target. The damage is increased by 50% with each basic attack on the target, dealing up to {{ap|70*2.5 to 150*2.5 3}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.65,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Twisted Fate"] = {
      [1] = {
        ["skin"] = "Cutpurse",
        ["tier"] = 2,
        ["render"] = "Twisted Fate Cutpurse Render.png",
        ["origin"] = {"Pirate"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Pick a Card",
        ["abilityicon"] = "Pick a Card.png",
        ["active"] = "After a small delay, randomly selects one of three cards, enhancing his next basic attack to deal {{ap|150 to 350 3}} {{TFT AP}} {{as|'''bonus''' magic damage}} and apply an additional effect:<br />[[File:Blue Card.png|border|20px|link=]] Blue Card: Restores {{ap|30 to 70 3}} {{as|mana}} to himself and adjacent allies.<br />[[File:Red Card.png|border|20px|link=]] Red Card: Deals the same {{as|magic damage}} to enemies adjacent to the target.<br />[[File:Gold Card.png|border|20px|link=]] Gold Card: {{tip|TFT stun|Stuns}} the target for {{ap|2 to 4 3}} seconds.",
        ["hp"] = 500,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3] = {
        ["skin"] = "Pulsefire",
        ["tier"] = 1,
        ["render"] = "Twisted Fate Pulsefire Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Wild Cards",
        ["abilityicon"] = "Wild Cards.png",
        ["active"] = "Throws three cards in a cone that deal {{ap|200|300|450}} {{TFT AP}} {{as|magic damage}} to each enemy they pass through.",
        ["hp"] = 550,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Pulsefire",
        ["tier"] = 1,
        ["render"] = "Twisted Fate Pulsefire Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Wild Cards",
        ["abilityicon"] = "Wild Cards.png",
        ["active"] = "Throws three cards in a cone that deal {{ap|200|300|450}} {{TFT AP}} {{as|magic damage}} to each enemy they pass through.",
        ["hp"] = 550,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Twitch"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Twitch Render.png",
        ["origin"] = {"Poison"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Spray and Pray",
        ["abilityicon"] = "Spray and Pray.png",
        ["active"] = "For the next 8 seconds, gains {{as|{{ap|30|60|200}}% AD}} {{as|'''bonus''' physical damage on-hit}} and infinite range. During this time his basic attacks travel their full range and hit every enemy they pass through. This also applies on-hit effects.",
        ["hp"] = 650,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Urgot"] = {
      [3.5] = {
        ["skin"] = "Battlecast",
        ["tier"] = 5,
        ["render"] = "Urgot Battlecast Render.png",
        ["origin"] = {"Battlecast"},
        ["class"] = {"Protector"},
        ["abilityname"] = "Fear Beyond Death",
        ["abilityicon"] = "Fear Beyond Death.png",
        ["active"] = "Fires a drill at the farthest enemy in his attack range, reeling them in. Once they reach him, he repeatedly deals 2000 {{as|true damage}} very quickly until they die. The damage is not preventable and the target cannot be revived. After each successful cast, the {{as|mana cost}} of this ability is reduced by {{ap|10|20|100}} {{TFT AP}}.",
        ["hp"] = 950,
        ["mana"] = 90,
        ["startmana"] = 40,
        ["ad"] = 80,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Varus"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Varus Render.png",
        ["origin"] = {"Demon"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Piercing Arrow",
        ["abilityicon"] = "Piercing Arrow.png",
        ["active"] = "After channeling for {{fd|1.5}} seconds, fires a piercing arrow up to 8 hexes away, dealing {{ap|300 to 800 3}} {{TFT AP}} {{as|magic damage}} to all enemies in its path.",
        ["hp"] = 500,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [2] = {
        ["skin"] = "Infernal",
        ["tier"] = 2,
        ["render"] = "Varus Infernal Render.png",
        ["origin"] = {"Inferno"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Piercing Arrow",
        ["abilityicon"] = "Piercing Arrow.png",
        ["active"] = "After channeling for {{fd|1.5}} seconds, fires a piercing arrow up to 8 hexes away, dealing {{ap|225|450|800}} {{TFT AP}} {{as|magic damage}} to all enemies in its path.",
        ["hp"] = 550,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Vayne"] = {
      [1] = {
        ["skin"] = "Arclight",
        ["tier"] = 1,
        ["render"] = "Vayne Arclight Render.png",
        ["origin"] = {"Noble"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Silver Bolts",
        ["abilityicon"] = "Silver Bolts.png",
        ["passive"] = "[[Basic attacks]] apply a ''Silver Bolts'' stack. Attacking a new enemy removes all her stacks from the previous target.<br />The third stack consumes them all to deal {{as|{{ap|8|12|16}}% {{TFT AP}} of target's '''maximum''' health}} {{as|'''bonus''' true damage}}.",
        ["hp"] = 550,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [2] = {
        ["skin"] = "Arclight",
        ["tier"] = 1,
        ["render"] = "Vayne Arclight Render.png",
        ["origin"] = {"Light"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Silver Bolts",
        ["abilityicon"] = "Silver Bolts.png",
        ["passive"] = "[[Basic attacks]] apply a ''Silver Bolts'' stack. Attacking a new enemy removes all her stacks from the previous target.<br />The third stack consumes them all to deal {{as|{{ap|10|13|16}}% {{TFT AP}} of target's '''maximum''' health}} {{as|'''bonus''' true damage}}.",
        ["hp"] = 550,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	},
      [3.5] = {
        ["skin"] = "PROJECT",
        ["tier"] = 3,
        ["render"] = "Vayne PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Sniper"},
        ["abilityname"] = "Final Hour",
        ["abilityicon"] = "Final Hour.png",
        ["active"] = "Focuses for 10 {{TFT AP}} seconds, tumbling away from her target immediately and every third attack thereafter. When she tumbles, she becomes invisible and her next basic attack deals {{as|{{ap|175|200|225}}% AD}} {{as|physical damage}}.",
        ["hp"] = 550,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.85,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Veigar"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Veigar Render.png",
        ["origin"] = {"Yordle"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Primordial Burst",
        ["abilityicon"] = "Primordial Burst.png",
        ["active"] = "Blasts an enemy with magical energy, dealing {{ap|350 to 950 3}} {{TFT AP}} {{as|magic damage}} to the target enemy.<br />If '''Veigar''' is a higher star level than his target, the damage is increased to 19999.",
        ["hp"] = 500,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.55,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Veigar Render.png",
        ["origin"] = {"Shadow"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Primordial Burst",
        ["abilityicon"] = "Primordial Burst.png",
        ["active"] = "Blasts an enemy, dealing {{ap|325|650|975}} {{TFT AP}} {{as|magic damage}}.<br />If '''Veigar''' is a higher star level than his target, instantly kill it",
        ["hp"] = 600,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Vel'Koz"] = {
      [3] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Vel'Koz Render.png",
        ["origin"] = {"Void"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Lifeform Disintegration Ray",
        ["abilityicon"] = "Life Form Disintegration Ray.png",
        ["active"] = "Channels a 4-hex ray of energy that sweeps across the battlefield in a 60° cone, in 1400 range with 200 width range over 2 seconds, dealing {{ap|450|600|2000}} {{TFT AP}} {{as|magic damage}} each second with each tick of damage occurring every {{fd|0.25}} seconds to enemies hit.",
        ["hp"] = 650,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Vi"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Vi Render.png",
        ["origin"] = {"Hextech"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Assault and Battery",
        ["abilityicon"] = "Assault and Battery.png",
        ["active"] = "Charges at the farthest enemy, dealing {{ap|300 to 700 3}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT Airborne|knocking aside}} all enemies along the way. Upon reaching her target, deals the same {{as|magic damage}} and {{tip|TFT Airborne|knocks them up}} for {{ap|2 to 3 3}} seconds.",
        ["hp"] = 700,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "PROJECT",
        ["tier"] = 3,
        ["render"] = "Vi PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Assault and Battery",
        ["abilityicon"] = "Assault and Battery.png",
        ["active"] = "Charges in 1000 speed at the farthest enemy, dealing {{ap|150|200|500}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT Airborne|knocking aside}} all enemies for {{fd|0.25}} seconds along the way. Upon reaching her target, deals {{ap|400|600|1200}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT Airborne|knocks them up}} for {{ap|2|2.5|3}} seconds.",
        ["hp"] = 750,
        ["mana"] = 140,
        ["startmana"] = 70,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "PROJECT",
        ["tier"] = 3,
        ["render"] = "Vi PROJECT Render.png",
        ["origin"] = {"Cybernetic"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Assault and Battery",
        ["abilityicon"] = "Assault and Battery.png",
        ["active"] = "Charges in 1000 speed at the farthest enemy, dealing {{ap|150|200|500}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT Airborne|knocking aside}} all enemies for {{fd|0.25}} seconds along the way. Upon reaching her target, deals {{ap|400|600|1200}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT Airborne|knocks them up}} for {{ap|2|2.5|3}} seconds.",
        ["hp"] = 750,
        ["mana"] = 140,
        ["startmana"] = 70,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      }
  },
  ["Viktor"] = {
      [3.5] = {
        ["skin"] = "Creator",
        ["tier"] = 4,
        ["render"] = "Viktor Creator Render.png",
        ["origin"] = {"Battlecast"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Death Ray",
        ["abilityicon"] = "Augment- Aftershock.png",
        ["active"] = "Burns a path between the two enemies most distant from one another, initially dealing {{as|{{ap|15|20|80}}% {{TFT AP}} of target's '''maximum''' health}} {{as|magic damage}}, then 1 second later dealing {{ap|250|400|1500}} {{TFT AP}} {{as|magic damage}} in an explosion along the same path.",
        ["hp"] = 650,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Vladimir"] = {
      [2] = {
        ["skin"] = "Dark Waters",
        ["tier"] = 1,
        ["render"] = "Vladimir DarkWaters Render.png",
        ["origin"] = {"Ocean"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Drain",
        ["abilityicon"] = "Transfusion.png",
        ["active"] = "Deals {{ap|200|325|500}} {{TFT AP}} {{as|magic damage}} to the target and heals himself for the same amount.",
        ["hp"] = 550,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Volibear"] = {
      [1] = {
        ["skin"] = "Original",
        ["variant"] = "old",
        ["tier"] = 3,
        ["render"] = "Volibear Render old2.png",
        ["origin"] = {"Glacial"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Thunder Claws",
        ["abilityicon"] = "Thunder Claws.png",
        ["active"] = "Gains 8% increased size and empowers his basic attacks for the next 20 seconds, causing them to chain to up to {{ap|2 to 4 3}} enemies, dealing {{as|{{ap|80 to 100 3}}% AD}} {{as|physical damage}} to secondary targets and applying on-hit effects.",
        ["hp"] = 750,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [2] = {
        ["skin"] = "Original",
        ["variant"] = "old",
        ["tier"] = 2,
        ["render"] = "Volibear Render old2.png",
        ["origin"] = {"Glacial", "Electric"},
        ["class"] = {"Berserker"},
        ["abilityname"] = "Frenzied Bite",
        ["abilityicon"] = "Frenzy.png",
        ["active"] = "Bites his target in 2-hex range, priority for his attack target, dealing {{ap|200|450|850}} {{TFT AP}} {{as|magic damage}}. If the target is {{as|'''below''' 35% health}} it is killed instantly. If the target dies during the execute, fully restores mana.",
        ["hp"] = 650,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Warwick"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Warwick Render.png",
        ["origin"] = {"Wild"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Infinite Duress",
        ["abilityicon"] = "Infinite Duress.png",
        ["active"] = "Pounces on the enemy with the lowest health, {{tip|TFT stun|stunning}} them for {{fd|1.5}} seconds and striking them 3 times, dealing a total of {{ap|150 to 300 3}} {{TFT AP}} {{as|magic damage}}. Each strike triggers on-hit effects and heals for all the damage dealt.",
        ["hp"] = 650,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [2] = {
        ["skin"] = "Tundra Hunter",
        ["tier"] = 1,
        ["render"] = "Warwick TundraHunter Render.png",
        ["origin"] = {"Glacial"},
        ["class"] = {"Predator"},
        ["abilityname"] = "Infinite Duress",
        ["abilityicon"] = "Infinite Duress.png",
        ["active"] = "Pounces on the enemy with the lowest health, {{tip|TFT stun|stunning}} them for {{fd|1.5}} seconds and striking them 3 times, dealing a total of {{ap|200|500|800}} {{TFT AP}} {{as|magic damage}}. Each strike triggers on-hit effects and heals for all the damage dealt.",
        ["hp"] = 650,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Wukong"] = {
      [3] = {
        ["skin"] = "Lancer Stratus",
        ["tier"] = 4,
        ["render"] = "Wukong LancerStratus Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Cyclone",
        ["abilityicon"] = "Cyclone.png",
        ["active"] = "Spins rapidly around in 1-hex radius, dealing {{ap|300|500|4000}} {{TFT AP}} {{as|magic damage}} to nearby units over 3 seconds, prioritizing hitting the nearest enemy not yet hit. The first time he hits each enemy, he {{tip|TFT airborne|knocks}} them into the air and {{tip|TFT stun|stuns}} them for {{ap|2|2|5}} seconds. ''Knocking is not stacking.''",
        ["hp"] = 950,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	},
      [3.5] = {
        ["skin"] = "Lancer Stratus",
        ["tier"] = 4,
        ["render"] = "Wukong LancerStratus Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Cyclone",
        ["abilityicon"] = "Cyclone.png",
        ["active"] = "Spins rapidly around in 1-hex radius, dealing {{ap|300|500|4000}} {{TFT AP}} {{as|magic damage}} to nearby units over 3 seconds, prioritizing hitting the nearest enemy not yet hit. The first time he hits each enemy, he {{tip|TFT airborne|knocks}} them into the air and {{tip|TFT stun|stuns}} them for {{ap|2|2|5}} seconds. ''Knocking is not stacking.''",
        ["hp"] = 950,
        ["mana"] = 150,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 55,
        ["mr"] = 40,
        ["behavior"] = "Melee"
	}
  },
  ["Xayah"] = {
      [3] = {
        ["skin"] = "Cosmic Dusk",
        ["tier"] = 1,
        ["render"] = "Xayah CosmicDusk Render.png",
        ["origin"] = {"Celestial"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Deadly Plumage",
        ["abilityicon"] = "Deadly Plumage.png",
        ["active"] = "Creates a storm of feather-blades, gaining {{ap|100|125|150}}% {{TFT AP}} {{as|'''bonus''' attack speed}} for 8 seconds.",
        ["hp"] = 500,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.8,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	},
      [3.5] = {
        ["skin"] = "Cosmic Dusk",
        ["tier"] = 1,
        ["render"] = "Xayah CosmicDusk Render.png",
        ["origin"] = {"Celestial"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Deadly Plumage",
        ["abilityicon"] = "Deadly Plumage.png",
        ["active"] = "Creates a storm of feather-blades, gaining {{ap|100|125|150}}% {{TFT AP}} {{as|'''bonus''' attack speed}} for 8 seconds.",
        ["hp"] = 500,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.8,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Xerath"] = {
      [3] = {
        ["skin"] = "Dark Star",
        ["tier"] = 5,
        ["render"] = "Xerath DarkStar Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Abyssal Bombardment",
        ["abilityicon"] = "Rite of the Arcane.png",
        ["active"] = "Transforms, summoning meteors to strike random foes in place of his normal attacks for {{ap|6|8|45}} seconds. Meteors deal {{ap|300|400|2500}} {{TFT AP}} {{as|magic damage}} upon impact and if they kill their target, all adjacent enemies take {{ap|75|100|625}} {{TFT AP}} {{as|magic damage}} and are {{tip|TFT Stun|stunned}} for {{fd|1.5}} seconds.",
        ["hp"] = 750,
        ["mana"] = 80,
        ["startmana"] = 30,
        ["ad"] = 60,
        ["as"] = 0.9,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Dark Star",
        ["tier"] = 5,
        ["render"] = "Xerath DarkStar Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Abyssal Bombardment",
        ["abilityicon"] = "Rite of the Arcane.png",
        ["active"] = "Transforms, summoning meteors to strike random foes in place of his normal attacks for {{ap|6|8|45}} seconds. Meteors deal {{ap|300|400|2500}} {{TFT AP}} {{as|magic damage}} upon impact and if they kill their target, all adjacent enemies take {{ap|75|100|625}} {{TFT AP}} {{as|magic damage}} and are {{tip|TFT Stun|stunned}} for {{fd|1.5}} seconds.",
        ["hp"] = 750,
        ["mana"] = 80,
        ["startmana"] = 30,
        ["ad"] = 60,
        ["as"] = 0.9,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Xin Zhao"] = {
      [3] = {
        ["skin"] = "Cosmic Defender",
        ["tier"] = 2,
        ["render"] = "Xin Zhao CosmicDefender Render.png",
        ["origin"] = {"Celestial"},
        ["class"] = {"Protector"},
        ["abilityname"] = "Three Talon Strike ",
        ["abilityicon"] = "Three Talon Strike.png",
        ["active"] = "Quickly strikes his target three times, dealing basic attack damage and applying on-hit effects. The third strike {{tip|TFT airborne|knocks}} his target up for {{fd|1.5}} seconds and deals {{ap|200|275|375}} {{TFT AP}} {{as|'''bonus''' magic damage}}.",
        ["hp"] = 650,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	},
      [3.5] = {
        ["skin"] = "Cosmic Defender",
        ["tier"] = 2,
        ["render"] = "Xin Zhao CosmicDefender Render.png",
        ["origin"] = {"Celestial"},
        ["class"] = {"Protector"},
        ["abilityname"] = "Three Talon Strike ",
        ["abilityicon"] = "Three Talon Strike.png",
        ["active"] = "Quickly strikes his target three times, dealing basic attack damage and applying on-hit effects. The third strike {{tip|TFT airborne|knocks}} his target up for {{fd|1.5}} seconds and deals {{ap|200|275|375}} {{TFT AP}} {{as|'''bonus''' magic damage}}.",
        ["hp"] = 650,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 35,
        ["behavior"] = "Melee"
	}
  },
  ["Yasuo"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Yasuo Render.png",
        ["origin"] = {"Exile"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Steel Tempest",
        ["abilityicon"] = "Steel Tempest.png",
        ["active"] = "Stabs his sword into the two spaces in front of him, dealing {{ap|150 to 550 3}} {{TFT AP}} {{as|magic damage}} and applying on-hit effects to enemies within.<br />Every third cast, instead throws a tornado in a line that travels 6 hexes, dealing the same {{as|magic damage}} and additionally {{tip|TFT airborne|knocking}} enemies up for {{fd|1.5}} seconds.",
        ["hp"] = 750,
        ["mana"] = 25,
        ["startmana"] = 0,
        ["ad"] = 75,
        ["as"] = 1,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Yasuo Render.png",
        ["origin"] = {"Cloud"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Last Breath",
        ["abilityicon"] = "Last Breath.png",
        ["active"] = "Blinks to the enemy with the most items and {{tip|TFT airborne|knocks them up}}, holding them {{tip|TFT airborne|airborne}} for 1 second and hitting them {{ap|4 to 6 3}} times, dealing basic attack damage and applying on-hit effects with each hit.",
        ["hp"] = 600,
        ["mana"] = 90,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3] = {
        ["skin"] = "Odyssey",
        ["tier"] = 2,
        ["render"] = "Yasuo Odyssey Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Last Breath",
        ["abilityicon"] = "Last Breath.png",
        ["active"] = "Blinks to the furthest enemy within (attack range + 2) hexes and {{tip|TFT airborne|knocks them up}}, holding them {{tip|TFT airborne|airborne}} for 1 second and hitting them {{ap|4|5|6}} {{TFT AP}} times, dealing basic attack damage and applying on-hit effects with each hit.",
        ["hp"] = 700,
        ["mana"] = 90,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [3.5] = {
        ["skin"] = "Odyssey",
        ["tier"] = 2,
        ["render"] = "Yasuo Odyssey Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Last Breath",
        ["abilityicon"] = "Last Breath.png",
        ["active"] = "Blinks to the furthest enemy within (attack range + 2) hexes and {{tip|TFT airborne|knocks them up}}, holding them {{tip|TFT airborne|airborne}} for 1 second and hitting them {{ap|4|5|6}} {{TFT AP}} times, dealing basic attack damage and applying on-hit effects with each hit.",
        ["hp"] = 700,
        ["mana"] = 90,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Yorick"] = {
      [2] = {
        ["skin"] = "Arclight",
        ["tier"] = 4,
        ["render"] = "Yorick Arclight Render.png",
        ["origin"] = {"Light"},
        ["class"] = {"Summoner"},
        ["abilityname"] = "Shepherd of Souls",
        ["abilityicon"] = "Eulogy of the Isles.png",
        ["active"] = "Blesses his {{ap|2|3|12}} lowest-health allies (except Minions of Light). When they die they are resurrected as a Minion of Light. Each Minion of Light has {{ap|500|700|2000}} {{as|health}}, {{ap|100|175|250}} {{TFT AP}} {{as|attack damage}}, {{fd|0.7}} {{as|attack speed}}, 20 {{as|armor}}, and can gain the {{TFTt|Light}} bonus (if active).",
        ["hp"] = 850,
        ["mana"] = 85,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	}
  },
  ["Zed"] = {
      [1] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Zed Render.png",
        ["origin"] = {"Ninja"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Razor Shuriken",
        ["abilityicon"] = "Razor Shuriken.png",
        ["active"] = "Throws a shuriken in a 4-hex line, dealing {{ap|200 to 500 3}} {{TFT AP}} {{as|magic damage}} to all enemies in its path.",
        ["hp"] = 550,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [2] = {
        ["skin"] = "Shockblade",
        ["tier"] = 5,
        ["render"] = "Zed Shockblade Render.png",
        ["origin"] = {"Electric"},
        ["class"] = {"Assassin", "Summoner"},
        ["abilityname"] = "Living Lightning",
        ["abilityicon"] = "Living Shadow.png",
        ["active"] = "Creates a clone of himself behind his current target. This clone inherits its creator's items, stats, and {{as|'''current''' health}}, and can cast ''Living Lightning''. Its mana cost is 50 / 25 higher. At 3-Star, the mana cost is reduced by 125.",
        ["hp"] = 850,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 70,
        ["as"] = 1.1,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
	},
      [3.5] = {
        ["skin"] = "Galaxy Slayer",
        ["tier"] = 2,
        ["render"] = "Zed GalaxySlayer Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Infiltrator"},
        ["abilityname"] = "Contempt for the Weak",
        ["abilityicon"] = "Contempt for the Weak.png",
        ["passive"] = "Every third basic attack deals {{ap|50|90|150}} {{TFT AP}} {{as|'''bonus''' magic damage}} and steals {{as|{{ap|20|25|40}}% of the target's AD}}.",
        ["hp"] = 650,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Ziggs"] = {
      [3] = {
        ["skin"] = "Odyssey",
        ["tier"] = 1,
        ["render"] = "Ziggs Odyssey Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Demolitionist"},
        ["abilityname"] = "Bomb!",
        ["abilityicon"] = "Bouncing Bomb.png",
        ["active"] = "Throws a bomb at an enemy, dealing {{ap|300|400|550}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Odyssey",
        ["tier"] = 1,
        ["render"] = "Ziggs Odyssey Render.png",
        ["origin"] = {"Rebel"},
        ["class"] = {"Demolitionist"},
        ["abilityname"] = "Bomb!",
        ["abilityicon"] = "Bouncing Bomb.png",
        ["active"] = "Throws a bomb at an enemy, dealing {{ap|300|400|550}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Zoe"] = {
      [3] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 1,
        ["render"] = "Zoe StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Sleepy Trouble Bubble",
        ["abilityicon"] = "Sleepy Trouble Bubble.png",
        ["active"] = "Kicks a bubble at the enemy with the most {{as|'''current''' health}}, {{tip|TFT stun|stunning}} them for {{ap|2|2.5|4}} seconds and dealing {{ap|200|275|400}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 100,
        ["startmana"] = 70,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [3.5] = {
        ["skin"] = "Star Guardian",
        ["tier"] = 1,
        ["render"] = "Zoe StarGuardian Render.png",
        ["origin"] = {"Star Guardian"},
        ["class"] = {"Sorcerer"},
        ["abilityname"] = "Sleepy Trouble Bubble",
        ["abilityicon"] = "Sleepy Trouble Bubble.png",
        ["active"] = "Kicks a bubble at the enemy with the most {{as|'''current''' health}}, {{tip|TFT stun|stunning}} them for {{ap|2|2.5|4}} seconds and dealing {{ap|200|275|400}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 100,
        ["startmana"] = 70,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Zyra"] = {
      [2] = {
        ["skin"] = "Wildfire",
        ["tier"] = 1,
        ["render"] = "Zyra Wildfire Render.png",
        ["origin"] = {"Inferno"},
        ["class"] = {"Summoner"},
        ["abilityname"] = "Rampant Growth",
        ["abilityicon"] = "Deadly Spines.png",
        ["active"] = "Summons {{ap|2|3|5}} non-targetable Flame Spitters at a random location at the edge of the arena. Flame Spitters attack the nearest enemy for 4 seconds, dealing {{ap|55|65|75}} {{TFT AP}} {{as|magic damage}} per attack a total of 4 times.",
        ["hp"] = 500,
        ["mana"] = 65,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  }
}
-- </pre>
-- [[Category:Lua]]