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
Advertisement

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>
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"
      },
      [4] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 4,
        ["render"] = "Aatrox BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Infernal Chains",
        ["abilityicon"] = "Infernal Chains.png",
        ["active"] = "{{tip|TFT airborne|Pulls}} {{ap|2|2|5}} of the farthest enemies toward himself, then slams the ground in front of himself, dealing {{ap|250|450|1250}} {{TFT AP}} {{as|magic damage}} to all enemies hit.",
        ["hp"] = 900,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 70,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 4,
        ["render"] = "Aatrox BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Infernal Chains",
        ["abilityicon"] = "Infernal Chains.png",
        ["active"] = "{{tip|TFT airborne|Pulls}} {{ap|2|2|5}} of the farthest enemies toward himself, then slams the ground in front of himself, dealing {{ap|400|600|2500}} {{TFT AP}} {{as|magic damage}} to all enemies hit.",
        ["hp"] = 900,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 70,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Justicar",
        ["tier"] = 1,
        ["render"] = "Aatrox Justicar TFT Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Deathbringer Strike",
        ["abilityicon"] = "Deathbringer Stance.png",
        ["active"] = "Strikes his target, dealing {{as|{{ap|260|280|360}}% AD}} {{as|physical damage}}, and heals himself for {{ap|200|300|450}} {{TFT AP}}.",
        ["hp"] = 650,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Justicar",
        ["tier"] = 1,
        ["render"] = "Aatrox Justicar TFT Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Deathbringer Strike",
        ["abilityicon"] = "Deathbringer Stance.png",
        ["active"] = "Strikes his target, dealing {{as|{{ap|260|280|360}}% AD}} {{as|physical damage}}, and heals himself for {{ap|200|300|450}} {{TFT AP}}.",
        ["hp"] = 650,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 35,
        ["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|425}} {{TFT AP}} {{as|magic damage}} to all enemies it passes through. The orb then returns to her, dealing {{ap|175|250|425}} {{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"
      },
      [4] = {
        ["skin"] = "Spirit Blossom",
        ["tier"] = 4,
        ["render"] = "Ahri SpiritBlossom Render.png",
        ["origin"] = {"Spirit"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Spirit Bomb",
        ["abilityicon"] = "Essence Theft.png",
        ["active"] = "Channels for {{fd|1.5}} seconds, gathering energy into her spirit orb. Once the channel is complete, lobs it toward a random enemy, dealing {{ap|500|700|3000}} {{TFT AP}} {{as|magic damage}} to all enemies in a large area. If the channel is interrupted, she releases her orb early, reducing the size of the impact area.",
        ["hp"] = 600,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.8,
        ["range"] = 4,
        ["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"
      },
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Akali Render.png",
        ["origin"] = {"Ninja"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Five Point Strike",
        ["abilityicon"] = "Five Point Strike.png",
        ["active"] = "Throws kunai at her target, dealing {{ap|175|250|400}} {{TFT AP}} {{as|magic damage}} and preventing her from generating mana for {{fd|1.25}} seconds.",
        ["hp"] = 650,
        ["mana"] = 20,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Akali Render.png",
        ["origin"] = {"Ninja"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Five Point Strike",
        ["abilityicon"] = "Five Point Strike.png",
        ["active"] = "Throws kunai at her target, dealing {{ap|200|275|450}} {{TFT AP}} {{as|magic damage}} and preventing her from generating mana for {{fd|1.25}} seconds.",
        ["hp"] = 650,
        ["mana"] = 20,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Akshan"] = {
      [5.5] = {
        ["skin"] = "Original TFT",
        ["tier"] = 5,
        ["render"] = "Akshan Render.png",
        ["origin"] = {"Sentinel"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Heroic Swing",
        ["abilityicon"] = "Heroic Swing.png",
        ["passive"] = "Basic attacks reduce the target's {{as|armor}} by 50% for 4 {{TFT AP}} seconds.",
        ["active"] = "Launches his grappling hook and swings untargetably toward the farthest enemy, gaining {{ap|60|80|400}}% {{as|'''bonus''' attack speed}} for 4 seconds. He will continue to attack the nearest enemy at double his attack speed while swinging.",
        ["hp"] = 850,
        ["mana"] = 120,
        ["startmana"] = 60,
        ["ad"] = 75,
        ["as"] = 1.1,
        ["range"] = 3,
        ["arm"] = 35,
        ["mr"] = 35,
        ["behavior"] = "ranged"
      }
  },
  ["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|700}} {{TFT AP}} {{as|magic damage}} to enemies in front of her, then shields herself for {{ap|400|500|800}} {{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"
	  },
      [4] = {
        ["skin"] = "Panda",
        ["tier"] = 2,
        ["render"] = "Annie Panda Render.png",
        ["origin"] = {"Fortune"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Burst Shield",
        ["abilityicon"] = "Molten Shield.png",
        ["active"] = "Blasts a cone of fire dealing {{ap|250|350|450}} {{TFT AP}} {{as|magic damage}} to enemies in front of her, then shields herself for {{ap|500|700|900}} {{TFT AP}} health for 8 seconds.",
        ["hp"] = 750,
        ["mana"] = 65,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.6,
        ["range"] = 2,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Panda",
        ["tier"] = 2,
        ["render"] = "Annie Panda Render.png",
        ["origin"] = {"Fortune"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Burst Shield",
        ["abilityicon"] = "Molten Shield.png",
        ["active"] = "Blasts a cone of fire dealing {{ap|250|350|450}} {{TFT AP}} {{as|magic damage}} to enemies in front of her, then shields herself for {{ap|500|700|900}} {{TFT AP}} health for 8 seconds.",
        ["hp"] = 750,
        ["mana"] = 65,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.6,
        ["range"] = 2,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
      }
  },
  ["Aphelios"] = {
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Aphelios Render.png",
        ["origin"] = {"Moonlight"},
        ["class"] = {"Hunter"},
        ["abilityname"] = "Sentry Turret",
        ["abilityicon"] = "Sentry.png",
        ["active"] = "Summons a turret for {{ap|7|8|9|11}} {{TFT AP}} seconds, that shoots enemies, attacking with '''Aphelios' '''damage and attack speed, and applying on-hit effects. Turrets die when '''Aphelios''' dies. Turrets do not generate mana or apply on-attack and spell effects. Turrets cannot attack when '''Aphelios''' is disabled. Turrets cannot be targeted by enemies.",
        ["hp"] = 500,
        ["mana"] = 80,
        ["startmana"] = 50,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Nightbringer",
        ["tier"] = 4,
        ["render"] = "Aphelios Nightbringer TFT Render.png",
        ["origin"] = {"Nightbringer"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Dark Vigil",
        ["abilityicon"] = "Moonlight Vigil.png",
        ["active"] = "Launches {{ap|4|4|8}} attacks at his target and the enemies nearest to them, dealing {{ap|125|150|300}} {{TFT AP}} {{as|(+ {{ap|140|150|180}}% AD)}} {{as|physical damage}}.",
        ["hp"] = 650,
        ["mana"] = 90,
        ["startmana"] = 0,
        ["ad"] = 75,
        ["as"] = 0.85,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 25,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Nightbringer",
        ["tier"] = 4,
        ["render"] = "Aphelios Nightbringer TFT Render.png",
        ["origin"] = {"Nightbringer"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Dark Vigil",
        ["abilityicon"] = "Moonlight Vigil.png",
        ["active"] = "Launches {{ap|5|5|10}} attacks at his target and the enemies nearest to them, dealing {{ap|150|200|400}} {{TFT AP}} {{as|(+ {{ap|350|375|475}}% AD)}} {{as|physical damage}}.",
        ["hp"] = 650,
        ["mana"] = 150,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.85,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 25,
        ["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 {{ap|50|75|100}}% {{as|'''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|300|600}} {{TFT AP}} {{as|magic damage}} to all nearby enemies and {{tip|TFT stun|stunning}} them for {{ap|2|3|4}} seconds.",
        ["hp"] = 650,
        ["mana"] = 100,
        ["startmana"] = 40,
        ["ad"] = 60,
        ["as"] = 0.85,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	  },
      [4] = {
        ["skin"] = "High Noon",
        ["tier"] = 4,
        ["render"] = "Ashe HighNoon TFT Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Hunter"},
        ["abilityname"] = "Hunter's Focus",
        ["abilityicon"] = "Ranger's Focus 2.png",
        ["active"] = "For the next 5 seconds, gains {{ap|45|65|300}}% {{TFT AP}} {{as|'''bonus''' attack speed}}, and basic attacks fire a flurry of five arrows dealing {{as|45% AD}} {{as|physical damage}} per arrow, for a total of {{as|{{#expr:45*5}}% AD}} {{as|physical damage}}. Each flurry is considered as one basic attack.",
        ["hp"] = 600,
        ["mana"] = 30,
        ["startmana"] = 0,
        ["ad"] = 80,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Fae Dragon",
        ["tier"] = 3,
        ["render"] = "Ashe FaeDragon TFT Render.png",
        ["origin"] = {"Verdant", "Draconic"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Enchanted Arrow",
        ["abilityicon"] = "Enchanted Crystal Arrow.png",
        ["active"] = "Fires an arrow at the farthest enemy, dealing {{ap|300|450|750}} {{TFT AP}} {{as|magic damage}} to the first enemy hit and {{tip|TFT stun|stunning}} them for {{ap|1.5|2|2.5}} seconds. If the arrow travels at least 5 hexes, the {{tip|TFT stun|stun}} duration is doubled. Enemies within 1 hex receive 50% of these effects.",
        ["hp"] = 550,
        ["mana"] = 90,
        ["startmana"] = 50,
        ["ad"] = 65,
        ["as"] = 0.7,
        ["range"] = 5,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Fae Dragon",
        ["tier"] = 3,
        ["render"] = "Ashe FaeDragon TFT Render.png",
        ["origin"] = {"Draconic"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Enchanted Arrow",
        ["abilityicon"] = "Enchanted Crystal Arrow.png",
        ["active"] = "Fires an arrow at the farthest enemy, dealing {{ap|300|450|650}} {{TFT AP}} {{as|magic damage}} to the first enemy hit and {{tip|TFT stun|stunning}} them for {{ap|1.5|2|2.5}} seconds. If the arrow travels at least 5 hexes, the {{tip|TFT stun|stun}} duration is doubled. Enemies within 1 hex receive 50% of these effects.",
        ["hp"] = 550,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 5,
        ["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|90|150|1000}} {{TFT AP}} {{as|magic damage}} and draining {{ap|10|15|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"
      },
      [4.5] = {
        ["skin"] = "Storm Dragon",
        ["tier"] = 4,
        ["render"] = "Aurelion Sol StormDragon Amethyst Render.png",
        ["origin"] = {"Dragonsoul"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Voice of Lightning",
        ["abilityicon"] = "Voice of Light.png",
        ["active"] = "Breathes lightning in a line towards the farthest enemy dealing {{ap|300|475|1300}} {{TFT AP}} {{as|magic damage}} and overcharging all enemies hit for 10 seconds. If an enemy is already overcharged, consumes the effect and deals 50% '''bonus''' damage.",
        ["hp"] = 650,
        ["mana"] = 80,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 80,
        ["behavior"] = "Ranged"
      }
  },
  ["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"
	  },
      [4] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 5,
        ["render"] = "Azir WarringKingdoms Render.png",
        ["origin"] = {"Warlord"},
        ["class"] = {"Keeper", "Emperor"},
        ["abilityname"] = "Emperor's Divide",
        ["abilityicon"] = "Emperor's Divide.png",
        ["active"] = "Calls forth a wall of charging soliders from behind him, dealing {{ap|200|350|8888}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT slow|slowing}} all enemies hit for 4 seconds. Enemies close to him are {{tip|TFT airborne|knocked back}}, while enemies further away are {{tip|TFT airborne|knocked up}} for 2 seconds.",
        ["hp"] = 950,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 70,
        ["as"] = 0.85,
        ["range"] = 4,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 5,
        ["render"] = "Azir WarringKingdoms Render.png",
        ["origin"] = {"Warlord"},
        ["class"] = {"Keeper", "Emperor"},
        ["abilityname"] = "Emperor's Divide",
        ["abilityicon"] = "Emperor's Divide.png",
        ["active"] = "Calls forth a wall of charging soliders from behind him, dealing {{ap|225|375|18888}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT slow|slowing}} all enemies hit for 3 seconds. Enemies close to him are {{tip|TFT airborne|knocked back}}, while enemies further away are {{tip|TFT airborne|knocked up}} for {{fd|1.5}} seconds.",
        ["hp"] = 950,
        ["mana"] = 150,
        ["startmana"] = 75,
        ["ad"] = 70,
        ["as"] = 0.85,
        ["range"] = 4,
        ["arm"] = 30,
        ["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|5|20|90}} {{TFT AP}} {{as|mana}}. Cannot gain mana in rounds with no enemy champions.",
        ["active"] = "If the bench is not full, spawns a meep on his owner's bench which can be sold for 1 XP. ''Otherwise, do nothing''. 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|1337}} {{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"] = 60,
        ["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"
      },
      [4.5] = {
        ["skin"] = "Eternal Dragon",
        ["tier"] = 1,
        ["render"] = "Brand EternalDragon Render.png",
        ["origin"] = {"Dragonsoul"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Dragonfire Pillar",
        ["abilityicon"] = "Pillar of Flame.png",
        ["active"] = "After a brief delay, causes the ground under the enemy with the {{as|highest '''current''' health}} to erupt in flames, dealing {{ap|200|300|500}} {{TFT AP}} {{as|magic damage}} to enemies within. If an enemy is caught within the epicenter, they are {{tip|TFT stun|stunned}} for {{ap|1.5|2|3}} seconds.",
        ["hp"] = 500,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Zombie",
        ["tier"] = 2,
        ["render"] = "Brand Zombie TFT Render.png",
        ["origin"] = {"Abomination"},
        ["class"] = {"Spellweaver"},
        ["abilityname"] = "Sear",
        ["abilityicon"] = "Sear.png",
        ["active"] = "Launches a ball of fire at nearest non-seared enemy, searing them for {{ap|600|900|1500}} {{TFT AP}} {{as|magic damage}} over 12 seconds, and {{tip|TFT mana-lock|mana-locking}} himself for {{fd|1.5}} seconds. Seared enemies have {{ap|40|50|70}}% reduced {{as|magic resistance}}.",
        ["hp"] = 600,
        ["mana"] = 20,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Zombie",
        ["tier"] = 2,
        ["render"] = "Brand Zombie TFT Render.png",
        ["origin"] = {"Abomination"},
        ["class"] = {"Spellweaver"},
        ["abilityname"] = "Sear",
        ["abilityicon"] = "Sear.png",
        ["active"] = "Launches a ball of fire at nearest non-seared enemy, searing them for {{ap|600|900|1500}} {{TFT AP}} {{as|magic damage}} over 12 seconds, and {{tip|TFT mana-lock|mana-locking}} himself for {{fd|1.5}} seconds. Seared enemies have {{ap|40|50|70}}% reduced {{as|magic resistance}}.",
        ["hp"] = 600,
        ["mana"] = 20,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 20,
        ["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"
      },
      [4.5] = {
        ["skin"] = "Dragonslayer",
        ["tier"] = 2,
        ["render"] = "Braum Dragonslayer TFT Render.png",
        ["origin"] = {"Dragonsoul"},
        ["class"] = {"Vanguard"},
        ["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|75|80|90}}% {{TFT AP}}.",
        ["hp"] = 800,
        ["mana"] = 60,
        ["startmana"] = 30,
        ["ad"] = 40,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["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|750|1600|4000}} {{TFT AP}} {{as|magic damage}} over 14 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"
      },
      [4] = {
        ["skin"] = "Spirit Blossom",
        ["tier"] = 4,
        ["render"] = "Cassiopeia SpiritBlossom NightBlossom Render.png",
        ["origin"] = {"Dusk"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Petrifying Gaze",
        ["abilityicon"] = "Petrifying Gaze.png",
        ["active"] = "Projects a cone of magic energy at her target, dealing {{ap|275|400|2000}} {{TFT AP}} {{as|magic damage}} to all enemies hit, {{tip|TFT stun|stunning}} them for {{ap|2.5|3|5}} seconds, and causing them to take 20% {{TFT AP}} increased damage while {{tip|TFT stun|stunned}}.",
        ["hp"] = 750,
        ["mana"] = 150,
        ["startmana"] = 80,
        ["ad"] = 55,
        ["as"] = 0.6,
        ["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"
      },
      [4.5] = {
        ["skin"] = "Shan Hai Scrolls",
        ["tier"] = 4,
        ["render"] = "Cho'Gath ShaiHaiScrolls Render.png",
        ["origin"] = {"Fabled"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Rupture",
        ["abilityicon"] = "Rupture.png",
        ["active"] = "Erupts a large area, dealing {{ap|200|400|2000}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT airborne|knocking}} up all enemies for {{ap|2|2.5|8}} seconds.<br />{{sbc|Fabled Bonus:}} Additionally {{tip|TFT airborne|knocks up}} all enemies on the board.",
        ["hp"] = 1000,
        ["mana"] = 180,
        ["startmana"] = 100,
        ["ad"] = 100,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 70,
        ["mr"] = 60,
        ["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|550|888}} {{TFT AP}} {{as|magic damage}}, doubled against enemies {{as|'''below''' 50% health}}. If this kills the target, he immediately casts again.",
        ["hp"] = 800,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Lunar Beast",
        ["tier"] = 3,
        ["render"] = "Darius LunarBeast Render.png",
        ["origin"] = {"Fortune"},
        ["class"] = {"Slayer"},
        ["abilityname"] = "Fortune's Guillotine",
        ["abilityicon"] = "Noxian Guillotine.png",
        ["active"] = "Dunks an enemy dealing {{ap|550|850|1400}} {{TFT AP}} {{as|magic damage}}. While dunking, he is unstoppable. If this kills the target, he immediately casts again dealing {{ap|25|20|15}}% reduced damage.",
        ["hp"] = 800,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "God-King",
        ["tier"] = 5,
        ["render"] = "Darius God-King TFT Render.png",
        ["origin"] = {"Nightbringer"},
        ["class"] = {"God-King", "Knight"},
        ["abilityname"] = "God-Wolf's Carnage",
        ["abilityicon"] = "Forsaken Wolf profileicon.png",
        ["active"] = "Transforms into God-Wolf, becoming unstoppable as he lunges towards a nearby enemy. {{ap|3|4|10}} God-Wolves join him, each targeting their own prey. Enemies bitten by a God-Wolf are dealt {{as|{{ap|200|225|2000}}% AD}} {{as|physical damage}} and have their {{as|armor}} reduced by 50% for 8 seconds. After biting his prey, his next 2 basic attacks heal {{as|{{ap|15|20|50}}% {{TFT AP}} of his '''maximum''' health}}.",
        ["hp"] = 1050,
        ["mana"] = 100,
        ["startmana"] = 40,
        ["ad"] = 90,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["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"
	  },
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Diana Render.png",
        ["origin"] = {"Moonlight"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Pale Cascade",
        ["abilityicon"] = "Pale Cascade.png",
        ["active"] = "Shields herself against {{ap|200|300|400|500}} {{TFT AP}} damage over 4 seconds and summons {{ap|4|5|6|8}} orbs to orbit around her. These orbs explode for {{ap|70|80|90|100}} {{TFT AP}} {{as|magic damage}} when they contact an enemy, refreshing her shield when the final one explodes.",
        ["hp"] = 500,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Lunar Goddess",
        ["tier"] = 1,
        ["render"] = "Diana LunarGoddess Render.png",
        ["origin"] = {"Spirit"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Pale Cascade",
        ["abilityicon"] = "Pale Cascade.png",
        ["active"] = "Shields herself against {{ap|200|300|450}} {{TFT AP}} damage over 4 seconds and summons {{ap|4|5|6}} orbs to orbit around her. These orbs explode for {{ap|80|85|90}} {{TFT AP}} {{as|magic damage}} when they contact an enemy, refreshing her shield when the final one explodes.",
        ["hp"] = 550,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Dragonslayer",
        ["tier"] = 4,
        ["render"] = "Diana Dragonslayer Render.png",
        ["origin"] = {"Dragonslayer", "Nightbringer"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Moonfall",
        ["abilityicon"] = "Moonfall.png",
        ["active"] = "Calls forth moonlight, drawing in all nearby enemies, dealing {{ap|250|350|1500}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for {{ap|2|2.5|4}} seconds.",
        ["hp"] = 650,
        ["mana"] = 160,
        ["startmana"] = 80,
        ["ad"] = 55,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Dragonslayer",
        ["tier"] = 4,
        ["render"] = "Diana Dragonslayer Render.png",
        ["origin"] = {"Nightbringer"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Moonfall",
        ["abilityicon"] = "Moonfall.png",
        ["active"] = "Calls forth moonlight, drawing in all nearby enemies, dealing {{ap|300|450|2000}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for {{ap|2|2.5|4}} seconds.",
        ["hp"] = 750,
        ["mana"] = 140,
        ["startmana"] = 70,
        ["ad"] = 75,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["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"
      },
      [5] = {
        ["skin"] = "Ruined",
        ["tier"] = 4,
        ["render"] = "Draven Ruined Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Spinning Axes",
        ["abilityicon"] = "Spinning Axe.png",
        ["active"] = "Starts spinning his axe, causing his next basic attack to gain {{ap|150|200|800}} {{TFT AP}} {{as|(+ {{ap|170|180|340}}% AD)}} {{as|'''bonus''' on-hit physical damage}}.<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"] = 700,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 90,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Ruined",
        ["tier"] = 4,
        ["render"] = "Draven Ruined Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Spinning Axes",
        ["abilityicon"] = "Spinning Axe.png",
        ["active"] = "Starts spinning his axe, causing his next basic attack to gain {{ap|150|200|800}} {{TFT AP}} {{as|(+ {{ap|170|180|340}}% AD)}} {{as|'''bonus''' on-hit physical damage}}.<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"] = 700,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 90,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 30,
        ["mr"] = 30,
        ["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|150|2000}} {{TFT AP}} {{as|'''bonus''' magic damage}}, applying on-hit effects and slowing their {{as|attack speed}} by 50% for 7 seconds. Each strike targets the highest {{as|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"
      },
      [4] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 1,
        ["render"] = "Elise BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Keeper"},
        ["abilityname"] = "Spider Form",
        ["abilityicon"] = "Spider Form.png",
        ["active"] = "Transforms into a spider, gaining {{as|{{ap|35|40|45}}% '''maximum''' health}} and causing her basic attacks to restore {{ap|40|80|160}} health.",
        ["hp"] = 600,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 1,
        ["render"] = "Elise BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Keeper"},
        ["abilityname"] = "Spider Form",
        ["abilityicon"] = "Spider Form.png",
        ["active"] = "Transforms into a spider, gaining {{as|{{ap|25|30|45}}% {{TFT AP}} '''maximum''' health}} and causing her basic attacks to restore {{ap|40|80|160}} {{TFT AP}} health and inject her target with venom, increasing the cost of their next spell by {{ap|35|35|50}}%.",
        ["hp"] = 600,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 30,
        ["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"
      },
      [4] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 3,
        ["render"] = "Evelynn BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Shade"},
        ["abilityname"] = "Last Caress",
        ["abilityicon"] = "Last Caress.png",
        ["active"] = "Deals {{ap|350|600|1500}} {{TFT AP}} {{as|magic damage}} to up to 3 nearby enemies, then teleports away. The damage is increased to {{ap|350*2.5|600*2.5|1500*2.5}} {{TFT AP}} against targets {{as|'''below''' 50% health}}.",
        ["hp"] = 600,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["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 {{as|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 Level3 Render.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 Level3 Render.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|800}} {{TFT AP}} {{as|magic damage}} to all nearby enemies and increases the cost of their next spell cast by 30%.",
        ["hp"] = 600,
        ["mana"] = 80,
        ["startmana"] = 30,
        ["ad"] = 55,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4] = {
        ["skin"] = "Nottingham",
        ["tier"] = 5,
        ["render"] = "Ezreal Nottingham Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Dazzler"},
        ["abilityname"] = "Flux Barrage",
        ["abilityicon"] = "Trueshot Barrage.png",
        ["active"] = "Fires a barrage toward the enemy with the {{as|highest attack speed}}, healing allies it passes through for {{ap|250|450|9999}} {{TFT AP}} and granting them and 50% {{as|'''bonus''' attack speed}} for 5 seconds, while dealing {{ap|250|450|9999}} {{TFT AP}} {{as|magic damage}} to enemies and slowing their {{as|attack speed}} by 50% for 5 seconds.",
        ["hp"] = 750,
        ["mana"] = 150,
        ["startmana"] = 90,
        ["ad"] = 80,
        ["as"] = 0.9,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Fiddlesticks"] = {
      [5.5] = {
        ["skin"] = "Original TFT",
        ["tier"] = 4,
        ["render"] = "Fiddlesticks Render.png",
        ["origin"] = {"Abomination", "Revenant"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Crowstorm",
        ["abilityicon"] = "Crowstorm.png",
        ["active"] = "After a brief channel, teleports behind his target and summons a murder of crows for {{ap|4|5|6}} seconds, dealing {{ap|200|225|600}} {{TFT AP}} {{as|magic damage}} per second to all enemies within. Enemies that die within the flock extend its duration by 1 second and heal him for {{as|25% of his '''missing''' health}}.",
        ["hp"] = 800,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 2,
        ["arm"] = 40,
        ["mr"] = 40,
        ["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}} up to 3-hex range, stop at the first enemy hit, favoring her attack target, and {{tip|TFT stun|stuns}} them for {{ap|1.5|1.5|3}} seconds.",
        ["hp"] = 500,
        ["mana"] = 85,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 1,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [4] = {
        ["skin"] = "Soaring Sword",
        ["tier"] = 1,
        ["render"] = "Fiora SoaringSword TFT Render.png",
        ["origin"] = {"Enlightened"},
        ["class"] = {"Duelist"},
        ["abilityname"] = "Riposte",
        ["abilityicon"] = "Grand Challenge 2.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|250|400|600}} {{TFT AP}} {{as|magic damage}} up to 3-hex range, stop at the first enemy hit, favoring her attack target, and {{tip|TFT stun|stuns}} them for {{ap|1.5|2|3}} seconds.",
        ["hp"] = 600,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Soaring Sword",
        ["tier"] = 1,
        ["render"] = "Fiora SoaringSword TFT Render.png",
        ["origin"] = {"Enlightened"},
        ["class"] = {"Duelist"},
        ["abilityname"] = "Riposte",
        ["abilityicon"] = "Grand Challenge 2.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|250|400|600}} {{TFT AP}} {{as|magic damage}} up to 3-hex range, stop at the first enemy hit, favoring her attack target, and {{tip|TFT stun|stuns}} them for {{ap|2|2.5|4}} seconds.",
        ["hp"] = 600,
        ["mana"] = 95,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 30,
        ["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|350|550|4000}} {{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"] = 50,
        ["ad"] = 60,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["Galio"] = {
      [5.5] = {
        ["skin"] = "Dragon Guardian",
        ["tier"] = 4,
        ["render"] = "Galio DragonGuardian Render.png",
        ["origin"] = {"Draconic", "Sentinel"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Shield of Durand",
        ["abilityicon"] = "Shield of Durand.png",
        ["active"] = "Charges the area around him for 2 seconds, {{tip|TFT taunt|taunting}} all enemies within while reducing incoming damage by {{ap|60|70|90}}%. Upon releasing the charge, deals {{ap|200|300|200}} {{TFT AP}} {{as|magic damage}} to all enemies within 3 hexes and heals for 50% {{TFT AP}} of the damage blocked.",
        ["hp"] = 1000,
        ["mana"] = 180,
        ["startmana"] = 120,
        ["ad"] = 70,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["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|525|675|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"
      },
      [4] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 1,
        ["render"] = "Garen WarringKingdoms Render.png",
        ["origin"] = {"Warlord"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Judgment",
        ["abilityicon"] = "Judgment.png",
        ["active"] = "Spins his sword for 4 seconds, dealing {{ap|450|675|1125}} {{TFT AP}} {{as|magic damage}} to nearby enemies and reducing incoming {{as|magic damage}} by 80% over the duration.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 1,
        ["render"] = "Garen WarringKingdoms Render.png",
        ["origin"] = {"Warlord"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Judgment",
        ["abilityicon"] = "Judgment.png",
        ["active"] = "Spins his sword for 4 seconds, dealing {{ap|450|675|1250}} {{TFT AP}} {{as|magic damage}} to nearby enemies and reducing incoming {{as|magic damage}} by 80% over the duration.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "God-King",
        ["tier"] = 5,
        ["render"] = "Garen God-King TFT Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"God-King", "Knight"},
        ["abilityname"] = "God-Lion's Justice",
        ["abilityicon"] = "Divine Lion profileicon.png",
        ["active"] = "Calls down a sword that strikes a large area around his target, dealing {{as|{{ap|20|25|200}}% {{TFT AP}} of the target's '''maximum''' health}} as {{as|magic damage}} and reducing their {{as|magic resistance}} by 50% for 8 seconds. He also gains a shield equal to {{as|{{ap|35|45|200}}% {{TFT AP}} of his '''maximum''' health}} for 4 seconds.",
        ["hp"] = 1050,
        ["mana"] = 100,
        ["startmana"] = 40,
        ["ad"] = 80,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "God-King",
        ["tier"] = 5,
        ["render"] = "Garen God-King TFT Render.png",
        ["origin"] = {"Victorious", "Dawnbringer"},
        ["class"] = {"Knight"},
        ["abilityname"] = "God-Lion's Justice",
        ["abilityicon"] = "Divine Lion profileicon.png",
        ["active"] = "Calls down a sword that strikes a large area around his target, dealing {{as|{{ap|25|30|200}}% {{TFT AP}} of the target's '''maximum''' health}} as {{as|magic damage}} and reducing their {{as|magic resistance}} by 50% for 8 seconds. He also gains a shield equal to {{as|{{ap|40|55|200}}% {{TFT AP}} of his '''maximum''' health}} for 5 seconds.",
        ["hp"] = 1050,
        ["mana"] = 180,
        ["startmana"] = 100,
        ["ad"] = 80,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["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 Granite 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 {{fd|1.5}} seconds.<br />While in Mega Gnar form, Gnar is {{tip|TFT melee|melee}} and gains {{ap|750|1250|5000}} {{as|health}} and {{ap|100|175|550}} {{as|attack damage}}.",
        ["hp"] = 750,
        ["mana"] = 120,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.8,
        ["range"] = 2,
        ["arm"] = 45,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
      }
  },
  ["Gragas"] = {
  	  [5] = {
        ["skin"] = "Warden",
        ["tier"] = 1,
        ["render"] = "Graves Warden TFT Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Drunken Rage",
        ["abilityicon"] = "Drunken Rage.png",
        ["active"] = " Drinks from his cask, granting him {{ap|35|45|60}}% damage reduction for 4 seconds, and causing his next basic attack to deal {{ap|175|250|400}} {{TFT AP}} {{as|'''bonus''' magic damage}}.",
        ["hp"] = 750,
        ["mana"] = 70,
        ["startmana"] = 40,
        ["ad"] = 50,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
  	  [5.5] = {
        ["skin"] = "Warden",
        ["tier"] = 1,
        ["render"] = "Graves Warden TFT Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Drunken Rage",
        ["abilityicon"] = "Drunken Rage.png",
        ["active"] = " Drinks from his cask, granting him {{ap|35|45|60}}% damage reduction for 4 seconds, and causing his next basic attack to deal {{ap|175|250|400}} {{TFT AP}} {{as|'''bonus''' magic damage}}.",
        ["hp"] = 750,
        ["mana"] = 70,
        ["startmana"] = 40,
        ["ad"] = 50,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      }
  },
  ["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"] = "Jailbreak TFT",
        ["tier"] = 1,
        ["render"] = "Graves Jailbreak TFT 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"] = "Jailbreak TFT",
        ["tier"] = 1,
        ["render"] = "Graves Jailbreak TFT 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|3|4|6}} seconds.",
        ["hp"] = 650,
        ["mana"] = 80,
        ["startmana"] = 50,
        ["ad"] = 55,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      }
  },
  ["Gwen"] = {
      [5.5] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Gwen Render.png",
        ["origin"] = {"Inanimate"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Skip 'n Slash",
        ["abilityicon"] = "Skip 'n Slash.png",
        ["active"] = "Dashes around her target and performs 3 rapid snips in a cone in front of her, each dealing {{ap|100|150|1777}} {{TFT AP}} {{as|(+ {{ap|4|7|50}}% of target's '''maximum''' health)}} {{as|magic damage}} and stealing {{ap|1|1|11}} {{as|armor}} and {{as|magic resistance}} from their target. Every other cast, she will perform double the amount of snips.",
        ["hp"] = 950,
        ["mana"] = 20,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.9,
        ["range"] = 2,
        ["arm"] = 50,
        ["mr"] = 50,
        ["behavior"] = "ranged"
      }
  },
  ["Hecarim"] = {
      [4] = {
        ["skin"] = "Elderwood",
        ["tier"] = 2,
        ["render"] = "Hecarim Elderwood Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Spirit of Life",
        ["abilityicon"] = "Spirit of Dread.png",
        ["active"] = "Creates an aura around him for 3 seconds. Each enemy within takes {{ap|250|400|750}} {{TFT AP}} {{as|magic damage}}, and heals him for {{ap|250|400|750}} {{TFT AP}} over the duration.",
        ["hp"] = 750,
        ["mana"] = 110,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Original TFT",
        ["tier"] = 2,
        ["render"] = "Hecarim TFT Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Cavalier"},
        ["abilityname"] = "Spirit of Dread",
        ["abilityicon"] = "Spirit of Dread.png",
        ["active"] = "Creates an aura around him for 3 seconds. Each enemy within takes {{ap|250|350|500}} {{TFT AP}} {{as|magic damage}}, and heals him for {{ap|250|350|500}} {{TFT AP}} over the duration.",
        ["hp"] = 750,
        ["mana"] = 90,
        ["startmana"] = 40,
        ["ad"] = 55,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 45,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Original TFT",
        ["tier"] = 2,
        ["render"] = "Hecarim TFT Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Cavalier"},
        ["abilityname"] = "Spirit of Dread",
        ["abilityicon"] = "Spirit of Dread.png",
        ["active"] = "Creates an aura around him for 3 seconds. Each enemy within takes {{ap|200|400|600}} {{TFT AP}} {{as|magic damage}}, and heals him for {{ap|200|225|250}} {{TFT AP}} over the duration.",
        ["hp"] = 750,
        ["mana"] = 125,
        ["startmana"] = 75,
        ["ad"] = 55,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 45,
        ["behavior"] = "Melee"
      }
  },
  ["Heimerdinger"] = {
  	  [5] = {
  		["skin"] = "Dragon Trainer",
  		["tier"] = 5,
  		["render"] = "Heimerdinger DragonTrainer Render.png",
  		["origin"] = {"Draconic"},
        ["class"] = {"Renewer", "Caretaker"},
        ["abilityname"] = "Upgrade!!!",
        ["abilityicon"] = "UPGRADE!!!.png",
        ["active"] = "Empowers his Baby Dragon, causing its next attack to be overcharged, launching three fireballs across the battlefield, dealing {{ap|500|650|7777}} {{TFT AP}} {{as|magic damage}} while burning enemies for 6 seconds, dealing {{as|3% of their '''maximum''' health}} {{as|true damage}} each second and applying {{tip|TFT Grievous Wounds|Grievous Wounds}} for the duration, reducing healing on them.<br />If '''Heimerdinger''' does not have a turret, this spell will create one instead.",
        ["hp"] = 800,
        ["mana"] = 140,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "Ranged"
  	  },
  	  [5.5] = {
  		["skin"] = "Dragon Trainer",
  		["tier"] = 5,
  		["render"] = "Heimerdinger DragonTrainer Render.png",
  		["origin"] = {"Draconic"},
        ["class"] = {"Renewer", "Caretaker"},
        ["abilityname"] = "Upgrade!!!",
        ["abilityicon"] = "UPGRADE!!!.png",
        ["active"] = "Empowers his Baby Dragon, causing its next attack to be overcharged, launching three fireballs across the battlefield, dealing {{ap|450|650|3333}} {{TFT AP}} {{as|magic damage}} while burning enemies for 6 seconds, dealing {{as|3% of their '''maximum''' health}} {{as|true damage}} each second and applying {{tip|TFT Grievous Wounds|Grievous Wounds}} for the duration, reducing healing on them.<br />If '''Heimerdinger''' does not have a turret, this spell will create one instead.",
        ["hp"] = 800,
        ["mana"] = 140,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "Ranged"
  	  }
  },
  ["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|30|40|60}}% {{as|armor}} and {{as|magic resistance}} from each target hit for 6 seconds.",
        ["hp"] = 700,
        ["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|225|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"] = 900,
        ["mana"] = 30,
        ["startmana"] = 0,
        ["ad"] = 85,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [4] = {
        ["skin"] = "Divine Sword",
        ["tier"] = 3,
        ["render"] = "Irelia DivineSword RoseQuartz Render.png",
        ["origin"] = {"Enlightened", "Divine"},
        ["class"] = {"Adept"},
        ["abilityname"] = "Bladestorm",
        ["abilityicon"] = "Vanguard's Edge.png",
        ["active"] = "Launches a storm of blades in front of her, dealing {{ap|200|300|600}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT disarm|disarming}} all enemies hit for {{ap|2.5|3|3.5}} seconds.",
        ["hp"] = 800,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 55,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Divine Sword",
        ["tier"] = 3,
        ["render"] = "Irelia DivineSword RoseQuartz Render.png",
        ["origin"] = {"Enlightened", "Divine"},
        ["class"] = {"Adept"},
        ["abilityname"] = "Bladestorm",
        ["abilityicon"] = "Vanguard's Edge.png",
        ["active"] = "Launches a storm of blades in front of her, dealing {{ap|200|300|700}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT disarm|disarming}} all enemies hit for {{ap|2.5|3|5}} seconds.",
        ["hp"] = 800,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 55,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Sentinel",
        ["tier"] = 2,
        ["render"] = "Irelia Sentinel Render.png",
        ["origin"] = {"Sentinel"},
        ["class"] = {"Skirmisher", "Legionnaire"},
        ["abilityname"] = "Defiant Dance",
        ["abilityicon"] = "Defiant Dance.png",
        ["active"] = "Surrounds herself with blades for 4 seconds and reducing incoming damage by {{ap|40|50|60}}%, increasing by 10% each time she attacks, up to 80%. When the effect ends she strikes her target, dealing {{ap|250|400|650}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 750,
        ["mana"] = 80,
        ["startmana"] = 40,
        ["ad"] = 65,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "melee"
      }
  },
  ["Ivern"] = {
      [2] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Ivern Render.png",
        ["origin"] = {"Woodland"},
        ["class"] = {"Druid"},
        ["abilityname"] = "Triggerseed",
        ["abilityicon"] = "Triggerseed.png",
        ["active"] = "Shields the {{as|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"
	  },
	  [5] = {
        ["skin"] = "Elderwood",
        ["tier"] = 4,
        ["render"] = "Ivern Elderwood TFT Render.png",
        ["origin"] = {"Revenant"},
        ["class"] = {"Invoker", "Renewer"},
        ["abilityname"] = "Daisy!",
        ["abilityicon"] = "Daisy!.png",
        ["active"] = "Summons his Sentinel friend Daisy to fight with him, gifting her 100% of his ability power. Daisy immediately casts Shockwave upon arrival. If Daisy is already summoned, '''Ivern''' grants her {{ap|100|150|300}} {{TFT AP}} ability power and commands her to cast Shockwave again.",
        ["hp"] = 950,
        ["mana"] = 180,
        ["startmana"] = 100,
        ["ad"] = 40,
        ["as"] = 0.75,
        ["range"] = 2,
        ["arm"] = 50,
        ["mr"] = 50,
        ["behavior"] = "Ranged"
	  },
	  [5.5] = {
        ["skin"] = "Elderwood",
        ["tier"] = 4,
        ["render"] = "Ivern Elderwood TFT Render.png",
        ["origin"] = {"Revenant"},
        ["class"] = {"Invoker", "Renewer"},
        ["abilityname"] = "Daisy!",
        ["abilityicon"] = "Daisy!.png",
        ["active"] = "Summons his Sentinel friend Daisy to fight with him, gifting her 100% of his ability power. Daisy immediately casts Shockwave upon arrival. If Daisy is already summoned, '''Ivern''' grants her {{ap|100|150|300}} {{TFT AP}} ability power and commands her to cast Shockwave again.",
        ["hp"] = 950,
        ["mana"] = 180,
        ["startmana"] = 100,
        ["ad"] = 40,
        ["as"] = 0.75,
        ["range"] = 2,
        ["arm"] = 50,
        ["mr"] = 50,
        ["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|80|125|500}}% {{TFT AP}} {{as|attack speed}} for 5 seconds, while {{tip|TFT airborne|knocking up}} and {{tip|TFT stun|stunning}} enemies for {{ap|1.5|1.5|8}} seconds.",
        ["hp"] = 750,
        ["mana"] = 100,
        ["startmana"] = 20,
        ["ad"] = 60,
        ["as"] = 0.8,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4] = {
        ["skin"] = "Sacred Sword",
        ["tier"] = 2,
        ["render"] = "Janna SacredSword Render.png",
        ["origin"] = {"Enlightened"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Eye of the Storm",
        ["abilityicon"] = "Zephyr.png",
        ["active"] = "Shields the {{ap|2|3|4}} {{as|lowest-health}} allies for {{ap|250|300|400}} {{TFT AP}} for 4 seconds. Shielded allies gain {{ap|20|30|60}} {{as|'''bonus''' attack damage}} for the duration.",
        ["hp"] = 550,
        ["mana"] = 60,
        ["startmana"] = 30,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Sacred Sword",
        ["tier"] = 2,
        ["render"] = "Janna SacredSword Render.png",
        ["origin"] = {"Enlightened"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Eye of the Storm",
        ["abilityicon"] = "Zephyr.png",
        ["active"] = "Shields the {{ap|2|3|4}} {{as|lowest-health}} allies for {{ap|250|275|350}} {{TFT AP}} for 4 seconds. Shielded allies gain {{ap|20|30|60}} {{as|'''bonus''' attack damage}} for the duration.",
        ["hp"] = 550,
        ["mana"] = 70,
        ["startmana"] = 40,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 4,
        ["arm"] = 20,
        ["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|50|60|75}}% {{TFT AP}} {{as|'''bonus''' attack speed}} for 6 seconds.",
        ["hp"] = 700,
        ["mana"] = 100,
        ["startmana"] = 60,
        ["ad"] = 55,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
	  },
      [4] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 2,
        ["render"] = "Jarvan IV WarringKingdoms Render.png",
        ["origin"] = {"Warlord"},
        ["class"] = {"Keeper"},
        ["abilityname"] = "Dragon Strike",
        ["abilityicon"] = "Dragon Strike.png",
        ["active"] = "Throws his standard near the farthest enemy then pulls himself toward them with his lance, dealing {{ap|175|250|750}} {{TFT AP}} {{as|magic damage}} to enemies he passes through, {{tip|TFT airborne|knocking}} them up and {{tip|TFT stun|stunning}} them for 1 second.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 2,
        ["render"] = "Jarvan IV WarringKingdoms Render.png",
        ["origin"] = {"Warlord"},
        ["class"] = {"Keeper"},
        ["abilityname"] = "Dragon Strike",
        ["abilityicon"] = "Dragon Strike.png",
        ["active"] = "Throws his standard near the farthest enemy then pulls himself toward them with his lance, dealing {{ap|175|250|750}} {{TFT AP}} {{as|magic damage}} to enemies he passes through, {{tip|TFT airborne|knocking}} them up and {{tip|TFT stun|stunning}} them for 1 second.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["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"
	  },
      [4] = {
        ["skin"] = "God Staff",
        ["tier"] = 2,
        ["render"] = "Jax GodStaff Render.png",
        ["origin"] = {"Divine"},
        ["class"] = {"Duelist"},
        ["abilityname"] = "Counter Strike",
        ["abilityicon"] = "Grandmaster's Might.png",
        ["active"] = "{{tip|TFT Dodge|Dodges}} all incoming basic attacks for 2 seconds, then strikes all nearby enemies, dealing {{ap|150|250|450}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for {{fd|1.5}} seconds.",
        ["hp"] = 750,
        ["mana"] = 110,
        ["startmana"] = 60,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "God Staff",
        ["tier"] = 2,
        ["render"] = "Jax GodStaff Render.png",
        ["origin"] = {"Divine"},
        ["class"] = {"Duelist"},
        ["abilityname"] = "Counter Strike",
        ["abilityicon"] = "Grandmaster's Might.png",
        ["active"] = "{{tip|TFT Dodge|Dodges}} all incoming basic attacks for 2 seconds, then strikes all nearby enemies, dealing {{ap|150|250|450}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for {{fd|1.5}} seconds.",
        ["hp"] = 750,
        ["mana"] = 110,
        ["startmana"] = 60,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Warden",
        ["tier"] = 4,
        ["render"] = "Jax Warden TFT Render.png",
        ["origin"] = {"Ironclad"},
        ["class"] = {"Skirmisher"},
        ["abilityname"] = "Empowered Strike",
        ["abilityicon"] = "Leap Strike.png",
        ["active"] = " Slams his target for {{as|{{ap|200|220|300}}% AD}} {{as|physical damage}} and gains {{ap|30|35|100}}% {{TFT AP}} {{as|'''bonus''' attack speed}}, that stacks with each cast, for the rest of combat. Leaps to the nearest enemy if no target is in his attack range.",
        ["hp"] = 900,
        ["mana"] = 20,
        ["startmana"] = 0,
        ["ad"] = 80,
        ["as"] = 0.9,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 50,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Warden",
        ["tier"] = 4,
        ["render"] = "Jax Warden TFT Render.png",
        ["origin"] = {"Ironclad"},
        ["class"] = {"Skirmisher"},
        ["abilityname"] = "Empowered Strike",
        ["abilityicon"] = "Leap Strike.png",
        ["active"] = " Slams his target for {{as|{{ap|200|220|300}}% AD}} {{as|physical damage}} and gains {{ap|30|35|100}}% {{TFT AP}} {{as|'''bonus''' attack speed}}, that stacks with each cast, for the rest of combat. Leaps to the nearest enemy if no target is in his attack range.",
        ["hp"] = 1000,
        ["mana"] = 20,
        ["startmana"] = 0,
        ["ad"] = 80,
        ["as"] = 0.9,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 50,
        ["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"] = 800,
        ["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.2}} 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|344|444|4444}}% {{TFT AP}} AD}} {{as|physical damage}}.",
        ["hp"] = 600,
        ["mana"] = 4,
        ["startmana"] = 0,
        ["ad"] = 85,
        ["as"] = 0.85,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 4,
        ["render"] = "Jhin BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Sharpshooter"},
        ["abilityname"] = "Whisper",
        ["abilityicon"] = "Whisper.png",
        ["passive"] = "Attacks {{ap|0.85|0.9|1.2}} 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|444|475|1234}}% {{TFT AP}} AD}} {{as|physical damage}}.",
        ["hp"] = 600,
        ["mana"] = 4,
        ["startmana"] = 0,
        ["ad"] = 100,
        ["as"] = 0.85,
        ["range"] = 4,
        ["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|50|75|125}}% {{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"] = 75,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4] = {
        ["skin"] = "Firecracker",
        ["tier"] = 3,
        ["render"] = "Jinx Firecracker Render.png",
        ["origin"] = {"Fortune"},
        ["class"] = {"Sharpshooter"},
        ["abilityname"] = "Fishbones",
        ["abilityicon"] = "Switcheroo!.png",
        ["active"] = "Fires a rocket, dealing {{ap|150|250|450}} {{TFT AP}} {{as|magic damage}} to her target and all adjacent enemies and {{tip|TFT stun|stuns}} them for {{ap|1.5|2|2.5}} seconds.",
        ["hp"] = 650,
        ["mana"] = 120,
        ["startmana"] = 70,
        ["ad"] = 75,
        ["as"] = 0.75,
        ["range"] = 4,
        ["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"
      }
  },
  ["Kalista"] = {
      [4] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 3,
        ["render"] = "Kalista BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Duelist"},
        ["abilityname"] = "Rend",
        ["abilityicon"] = "Rend.png",
        ["passive"] = "Spears remain in her target, each one capable of dealing {{as|{{ap|4|6|9}}% {{TFT AP}} of target's '''maximum''' health}} {{as|magic damage}} when removed. She removes the spears when doing so would kill the target.",
        ["hp"] = 650,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.9,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 3,
        ["render"] = "Kalista BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Duelist"},
        ["abilityname"] = "Rend",
        ["abilityicon"] = "Rend.png",
        ["passive"] = "Spears remain in her target, each one capable of dealing {{as|{{ap|4|6|9}}% {{TFT AP}} of target's '''maximum''' health}} {{as|magic damage}} when removed. She removes the spears when doing so would kill the target.",
        ["hp"] = 650,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 1,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Original TFT",
        ["tier"] = 1,
        ["render"] = "Kalista Original TFT Render.png",
        ["origin"] = {"Abomination"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Pierce",
        ["abilityicon"] = "Pierce.png",
        ["active"] = "Hurls a spear towards the farthest enemy, dealing {{ap|350|600|1000}} {{as|(+ {{ap|180|200|240}}% {{TFT AP}} AD)}} {{as|physical damage}} to the first enemy it hits. If this kills the target, the spear continues and will deal any excess damage to the next enemy it hits.",
        ["hp"] = 500,
        ["mana"] = 120,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 15,
        ["mr"] = 15,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Original TFT",
        ["tier"] = 1,
        ["render"] = "Kalista Original TFT Render.png",
        ["origin"] = {"Abomination"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Pierce",
        ["abilityicon"] = "Pierce.png",
        ["active"] = "Hurls a spear towards the farthest enemy, dealing {{ap|350|600|1000}} {{as|(+ {{ap|180|200|240}}% {{TFT AP}} AD)}} {{as|physical damage}} to the first enemy it hits. If this kills the target, the spear continues and will deal any excess damage to the next enemy it hits.",
        ["hp"] = 500,
        ["mana"] = 120,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 15,
        ["mr"] = 15,
        ["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|300|450|900}} {{TFT AP}} damage. While the shield holds, the ally receives {{ap|70|90|150}}% {{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"
      },
      [5] = {
        ["skin"] = "Dawnbringer",
        ["tier"] = 4,
        ["render"] = "Karma Dawnbringer Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"Invoker"},
        ["abilityname"] = "Soulflare",
        ["abilityicon"] = "Soulflare.png",
        ["active"] = "Fires a burst of energy towards a random enemy's location that detonates upon impact, dealing {{ap|225|280|700}} {{TFT AP}} {{as|magic damage}} to adjacent enemies, and reducing her {{as|'''maximum''' mana}} by {{ap|15|15|30}}, down to a minimum of 10. After each cast she {{tip|TFT mana-lock|mana-locks}} herself for {{fd|1.5}} seconds. Every third cast launches three bursts of energy toward different targets instead of one.",
        ["hp"] = 700,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 25,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Dawnbringer",
        ["tier"] = 4,
        ["render"] = "Karma Dawnbringer Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"Invoker"},
        ["abilityname"] = "Soulflare",
        ["abilityicon"] = "Soulflare.png",
        ["active"] = "Fires a burst of energy towards a random enemy's location that detonates upon impact, dealing {{ap|210|260|700}} {{TFT AP}} {{as|magic damage}} to adjacent enemies, and reducing her {{as|'''maximum''' mana}} by {{ap|15|15|30}}, down to a minimum of 10. After each cast she {{tip|TFT mana-lock|mana-locks}} herself for {{fd|1.5}} seconds. Every third cast launches three bursts of energy toward different targets instead of one.",
        ["hp"] = 700,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 25,
        ["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"
      },
      [4] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 3,
        ["render"] = "Katarina WarringKingdoms Render.png",
        ["origin"] = {"Warlord", "Fortune"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Death Lotus",
        ["abilityicon"] = "Death Lotus.png",
        ["active"] = "Channels for {{fd|2.5}} seconds, throwing knives at {{ap|4|6|8}} nearby enemies, dealing {{ap|750|900|1600}} {{TFT AP}} {{as|magic damage}} over the duration and applying {{tip|TFT Grievous Wounds|Grievous Wounds}} on them for 5 seconds.",
        ["hp"] = 500,
        ["mana"] = 90,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 3,
        ["render"] = "Katarina WarringKingdoms Render.png",
        ["origin"] = {"Warlord", "Fortune"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Death Lotus",
        ["abilityicon"] = "Death Lotus.png",
        ["active"] = "Channels for {{fd|2.5}} seconds, throwing knives at {{ap|4|5|6}} nearby enemies, dealing {{ap|650|1000|1500}} {{TFT AP}} {{as|magic damage}} over the duration and applying {{tip|TFT Grievous Wounds|Grievous Wounds}} on them for 5 seconds.",
        ["hp"] = 500,
        ["mana"] = 90,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Death Sworn",
        ["tier"] = 3,
        ["render"] = "Katarina DeathSworn TFT Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Sinister Blade",
        ["abilityicon"] = "Bouncing Blade.png",
        ["active"] = "Throws a dagger at the farthest enemy, dealing {{ap|180|250|420}} {{TFT AP}} {{as|magic damage}}. When the dagger lands near the target '''Katarina''' teleports to it and immediately launches 3 additional daggers at the nearest enemies that each deal {{ap|90|125|210}} {{TFT AP}} {{as|magic damage}}. Enemies hit are applied {{tip|TFT Grievous Wounds|Grievous Wounds}} for 6 seconds.",
        ["hp"] = 700,
        ["mana"] = 20,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 30,
        ["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 {{as|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 basic 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"
      },
      [4.5] = {
        ["skin"] = "Transcended",
        ["tier"] = 4,
        ["render"] = "Kayle Transcended Render.png",
        ["origin"] = {"Divine"},
        ["class"] = {"Executioner"},
        ["abilityname"] = "Divine Ascension",
        ["abilityicon"] = "Divine Ascent.png",
        ["active"] = "Ascends until the end of combat, causing her basic attacks to launch waves that deal {{ap|110|150|350}} {{TFT AP}} {{as|'''bonus''' magic damage}} to enemies.",
        ["hp"] = 650,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 75,
        ["as"] = 0.9,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Viridian",
        ["tier"] = 5,
        ["render"] = "Kayle Viridian Render.png",
        ["origin"] = {"Redeemed", "Verdant"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Divine Ascent",
        ["abilityicon"] = "Divine Ascent.png",
        ["passive"] = "Ascends every {{ap|5|5|1}} seconds. Each bonus stacks with the one before, until she is fully ascended.<br />{{sbc|1st:}} Basic attacks deal {{as|{{ap|90|100|1000}}% AD}} {{as|'''bonus''' true damage}}.<br />{{sbc|2nd:}} Basic attacks explode around the target dealing her AD and bonus true damage to nearby enemies.<br />{{sbc|3rd:}} Every 15th basic attack grants her damage immunity for 1 second.<br />{{sbc|4th:}} Hits cause swords to rain down, dealing {{ap|80|125|4000}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 650,
        ["mana"] = 5,
        ["startmana"] = 0,
        ["ad"] = 75,
        ["as"] = 1.1,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 25,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Viridian",
        ["tier"] = 5,
        ["render"] = "Kayle Viridian Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Divine Ascent",
        ["abilityicon"] = "Divine Ascent.png",
        ["passive"] = "Ascends every {{ap|5|5|1}} seconds. Each bonus stacks with the one before, until she is fully ascended.<br />{{sbc|1st:}} Basic attacks deal {{as|{{ap|80|90|1000}}% AD}} {{as|'''bonus''' true damage}}.<br />{{sbc|2nd:}} Basic attacks explode around the target dealing her AD and bonus true damage to nearby enemies.<br />{{sbc|3rd:}} Every 15th basic attack grants her damage immunity for 1 second.<br />{{sbc|4th:}} Hits cause swords to rain down, dealing {{ap|80|125|4000}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 650,
        ["mana"] = 5,
        ["startmana"] = 0,
        ["ad"] = 75,
        ["as"] = 1.1,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 25,
        ["behavior"] = "Ranged"
      }
  },
  ["Kayn"] = {
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Kayn Render.png",
        ["origin"] = {"Tormented"},
        ["class"] = {"Shade"},
        ["abilityname"] = "Reaping Slash",
        ["abilityicon"] = "Reaping Slash.png",
        ["active"] = "Dashes towards his target then slashes all adjacent enemies, dealing {{ap|375|575|6666}} {{TFT AP}} {{as|magic damage}} and increasing the cost of their next spell by 33%. If the slash hits exactly one target, he immediately casts again.<br />[[File:Rhaast OriginalSquare.png|20px|border|link=]] {{sbc|Rhaast:}} Heals for 50% of the damage dealt by the spell.<br />[[File:Shadow Assassin OriginalSquare.png|20px|border|link=]] {{sbc|Shadow Assassin:}} Deals an additional 50% damage for the first 10 seconds of combat.",
        ["hp"] = 900,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 80,
        ["as"] = 1,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      }
  },
  ["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"
      },
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Kennen Render.png",
        ["origin"] = {"Ninja"},
        ["class"] = {"Keeper"},
        ["abilityname"] = "Slicing Maelstrom",
        ["abilityicon"] = "Slicing Maelstrom.png",
        ["active"] = "Summons a storm around him for 3 seconds, calling down lightning bolts on all enemies in the area every {{fd|0.5}} seconds and dealing {{ap|300|450|1200}} {{TFT AP}} {{as|magic damage}} over the duration. Each enemy struck by 3 lightning bolts is {{tip|TFT stun|stunned}} for {{fd|1.5}} seconds.",
        ["hp"] = 650,
        ["mana"] = 125,
        ["startmana"] = 65,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Kennen Render.png",
        ["origin"] = {"Ninja"},
        ["class"] = {"Keeper"},
        ["abilityname"] = "Slicing Maelstrom",
        ["abilityicon"] = "Slicing Maelstrom.png",
        ["active"] = "Summons a storm around him for 3 seconds, calling down lightning bolts on all enemies in the area every {{fd|0.5}} seconds and dealing {{ap|350|550|1200}} {{TFT AP}} {{as|magic damage}} over the duration. Each enemy struck by 3 lightning bolts is {{tip|TFT stun|stunned}} for {{fd|1.5}} seconds.",
        ["hp"] = 650,
        ["mana"] = 125,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Infernal",
        ["tier"] = 2,
        ["render"] = "Kennen Infernal TFT Render.png",
        ["origin"] = {"Hellion"},
        ["class"] = {"Skirmisher"},
        ["abilityname"] = "Flame Rush",
        ["abilityicon"] = "Lightning Rush.png",
        ["active"] = "Engulfs himself in flame, dashing behind his target, then to the farthest enemy. Enemies he passes through are zapped dealing {{ap|150|225|350}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for {{ap|1.5|2|2.5}} seconds.",
        ["hp"] = 600,
        ["mana"] = 125,
        ["startmana"] = 60,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 2,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Infernal",
        ["tier"] = 2,
        ["render"] = "Kennen Infernal TFT Render.png",
        ["origin"] = {"Hellion"},
        ["class"] = {"Skirmisher"},
        ["abilityname"] = "Flame Rush",
        ["abilityicon"] = "Lightning Rush.png",
        ["active"] = "Engulfs himself in flame, dashing behind his target, then to the farthest enemy. Enemies he passes through are zapped dealing {{ap|150|225|350}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for {{ap|1.5|2|2.5}} seconds.",
        ["hp"] = 600,
        ["mana"] = 125,
        ["startmana"] = 60,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 2,
        ["arm"] = 30,
        ["mr"] = 30,
        ["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"] = "{{tip|TFT invisible|Stealths}} and attacks the {{as|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"
      },
      [5] = {
        ["skin"] = "Championship",
        ["tier"] = 1,
        ["render"] = "Kha'Zix Championship TFT Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Taste their Fear",
        ["abilityicon"] = "Taste Their Fear.png",
        ["active"] = "Slashes the nearest enemy in 3-hex range, prioritizing his attack target, dealing {{ap|250|350|550}} {{TFT AP}} {{as|magic damage}} to the target enemy.<br />If the enemy has no adjacent teammates, instead deals {{ap|250*3|350*3|550*3}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 25,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Championship",
        ["tier"] = 1,
        ["render"] = "Kha'Zix Championship TFT Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Taste their Fear",
        ["abilityicon"] = "Taste Their Fear.png",
        ["active"] = "Slashes the nearest enemy in 3-hex range, prioritizing his attack target, dealing {{ap|250|350|550}} {{TFT AP}} {{as|magic damage}} to the target enemy.<br />If the enemy has no adjacent teammates, instead deals {{ap|250*3|350*3|550*3}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 25,
        ["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"
	  },
      [4] = {
        ["skin"] = "Spirit Blossom",
        ["tier"] = 3,
        ["render"] = "Kindred SpiritBlossom Render.png",
        ["origin"] = {"Spirit"},
        ["class"] = {"Hunter"},
        ["abilityname"] = "Dance of Dread",
        ["abilityicon"] = "Mounting Dread.png",
        ["active"] = "Wolf mauls their target, dealing {{ap|450|650|1000}} {{TFT AP}} {{as|magic damage}} and applying {{tip|TFT Grievous Wounds|Grievous Wounds}} to their target for 5 seconds, while Lamb leaps away from their target.",
        ["hp"] = 650,
        ["mana"] = 35,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.8,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Spirit Blossom",
        ["tier"] = 3,
        ["render"] = "Kindred SpiritBlossom Render.png",
        ["origin"] = {"Spirit"},
        ["class"] = {"Executioner"},
        ["abilityname"] = "Dance of Dread",
        ["abilityicon"] = "Mounting Dread.png",
        ["active"] = "Wolf mauls their target, dealing {{ap|400|600|1000}} {{TFT AP}} {{as|magic damage}} and applying {{tip|TFT Grievous Wounds|Grievous Wounds}} to their target for 5 seconds, while Lamb leaps away from their target.",
        ["hp"] = 650,
        ["mana"] = 35,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.8,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Original TFT",
        ["tier"] = 5,
        ["render"] = "Kindred TFT Render.png",
        ["origin"] = {"Eternal"},
        ["class"] = {"Ranger", "Mystic"},
        ["abilityname"] = "Lamb's Respite",
        ["abilityicon"] = "Lamb's Respite.png",
        ["active"] = "Creates a circular zone around themselves for {{ap|2.5|3|10}} seconds that prevents allies within from dropping below {{ap|100|100|2500}} {{TFT AP}} health or dying. While active, Wolf is invulnerable.",
        ["hp"] = 750,
        ["mana"] = 200,
        ["startmana"] = 100,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "Ranged"
      },
  },
  ["Kled"] = {
  	  [5] = {
  		["skin"] = "Marauder",
  		["tier"] = 1,
  		["render"] = "Kled Marauder TFT Render.png",
  		["origin"] = {"Hellion"},
  		["class"] = {"Cavalier"},
  		["abilityname"] = "Violent Tendencies",
  		["abilityicon"] = "Skaarl the Cowardly Lizard.png",
  		["passive"] = "Every 4th basic attack deals {{as|200% AD}} {{as|physical damage}}. Additionally, Kled enters combat on Skaarl, granting him a shield for {{as|80% {{TFT AP}} of his '''maximum''' health}}. When the shield is broken he dismounts, briefly becoming untargetable and granting him {{ap|70|80|100}}% {{as|'''bonus''' attack speed}}.",
  		["hp"] = 400,
  		["mana"] = 0,
        ["startmana"] = 0,
  		["ad"] = 65,
  		["as"] = 0.75,
  		["range"] = 1,
  		["arm"] = 30,
  		["mr"] = 30,
  		["behavior"] = "Melee"
  	  },
  	  [5.5] = {
  		["skin"] = "Marauder",
  		["tier"] = 1,
  		["render"] = "Kled Marauder TFT Render.png",
  		["origin"] = {"Hellion"},
  		["class"] = {"Cavalier"},
  		["abilityname"] = "Violent Tendencies",
  		["abilityicon"] = "Skaarl the Cowardly Lizard.png",
  		["passive"] = "Every 4th basic attack deals {{as|200% AD}} {{as|physical damage}}. Additionally, Kled enters combat on Skaarl, granting him a shield for {{as|80% {{TFT AP}} of his '''maximum''' health}}. When the shield is broken he dismounts, briefly becoming untargetable and granting him {{ap|70|80|100}}% {{as|'''bonus''' attack speed}}.",
  		["hp"] = 400,
  		["mana"] = 0,
        ["startmana"] = 0,
  		["ad"] = 65,
  		["as"] = 0.75,
  		["range"] = 1,
  		["arm"] = 30,
  		["mr"] = 30,
  		["behavior"] = "Melee"
  	  }
  },
  ["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|8}}% {{TFT AP}} of target's '''maximum''' health}} {{as|'''bonus''' magic damage}}.",
        ["hp"] = 550,
        ["mana"] = 30,
        ["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"
	},
	[5] = {
        ["skin"] = "Coven",
        ["tier"] = 2,
        ["render"] = "LeBlanc Coven TFT Render.png",
        ["origin"] = {"Coven"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Ethereal Chain",
        ["abilityicon"] = "Ethereal Chains.png",
        ["active"] = "Launches an ethereal chain at a random enemy, dealing {{ap|100|150|250}} {{TFT AP}} {{as|magic damage}} and, after a {{fd|0.5}}-second delay, {{tip|TFT stun|stunning}} them for {{ap|1.5|2|2.5}} seconds.",
        ["hp"] = 600,
        ["mana"] = 60,
        ["startmana"] = 20,
        ["ad"] = 55,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
	}
  },
  ["Lee Sin"] = {
      [4] = {
        ["skin"] = "God Fist",
        ["tier"] = 5,
        ["render"] = "Lee Sin GodFist Render.png",
        ["origin"] = {"Divine"},
        ["class"] = {"Duelist"},
        ["abilityname"] = "God Fist",
        ["abilityicon"] = "Dragon's Rage.png",
        ["active"] = "Punches his target, dealing {{ap|250|450|1000}} {{TFT AP}} {{as|magic damage}}, {{tip|TFT airborne|knocking}} them back to the edge of the battlefield, and {{tip|TFT stun|stunning}} them for {{ap|2|3|10}} seconds. Any enemies the target collides with during the knockback are also dealt half the damage and {{tip|TFT stun|stunned}} for {{ap|1|2|10}} seconds.<br />If the target cannot be pushed any further, they are knocked out of the battlefield instead, removing them from combat. If the target is still alive, he will dash to them. At 3-Star, his punch hits in an area around the primary target and knocks out any enemies directly hit regardless of their board position.",
        ["hp"] = 1000,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "God Fist",
        ["tier"] = 5,
        ["render"] = "Lee Sin GodFist Render.png",
        ["origin"] = {"Divine"},
        ["class"] = {"Duelist"},
        ["abilityname"] = "God Fist",
        ["abilityicon"] = "Dragon's Rage.png",
        ["active"] = "Punches his target, dealing {{ap|200|375|1000}} {{TFT AP}} {{as|magic damage}}, {{tip|TFT airborne|knocking}} them back to the edge of the battlefield, and {{tip|TFT stun|stunning}} them for {{ap|2|3|10}} seconds. Any enemies the target collides with during the knockback are also dealt half the damage and {{tip|TFT stun|stunned}} for {{ap|1|2|10}} seconds.<br />If the target cannot be pushed any further, they are knocked out of the battlefield instead, removing them from combat. If the target is still alive, he will dash to them. At 3-Star, his punch hits in an area around the primary target and knocks out any enemies directly hit regardless of their board position.",
        ["hp"] = 999,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Nightbringer",
        ["tier"] = 3,
        ["render"] = "Lee Sin Nightbringer TFT Render.png",
        ["origin"] = {"Nightbringer"},
        ["class"] = {"Skirmisher"},
        ["abilityname"] = "Cripple",
        ["abilityicon"] = "Tempest.png",
        ["active"] = " Slams the ground, dealing {{ap|250|350|700}} {{TFT AP}} {{as|magic damage}} to nearby enemies and slowing their {{as|attack speed}} by 50% for 4 seconds.",
        ["hp"] = 850,
        ["mana"] = 70,
        ["startmana"] = 30,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Nightbringer",
        ["tier"] = 3,
        ["render"] = "Lee Sin Nightbringer TFT Render.png",
        ["origin"] = {"Nightbringer"},
        ["class"] = {"Skirmisher"},
        ["abilityname"] = "Cripple",
        ["abilityicon"] = "Tempest.png",
        ["active"] = " Slams the ground, dealing {{ap|250|350|700}} {{TFT AP}} {{as|magic damage}} to nearby enemies and slowing their {{as|attack speed}} by 50% for 4 seconds.",
        ["hp"] = 850,
        ["mana"] = 70,
        ["startmana"] = 30,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      }
  },
  ["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 TFT 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|400}} {{TFT AP}} for 4 seconds.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Solar Eclipse",
        ["tier"] = 1,
        ["render"] = "Leona SolarEclipse Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Solar Barrier",
        ["abilityicon"] = "Eclipse.png",
        ["active"] = "Raises her shield and reduces all incoming damage by {{ap|30|60|250}} {{TFT AP}} for 4 seconds.",
        ["hp"] = 700,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 80,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Solar Eclipse",
        ["tier"] = 1,
        ["render"] = "Leona SolarEclipse Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Solar Barrier",
        ["abilityicon"] = "Eclipse.png",
        ["active"] = "Raises her shield and reduces all incoming damage by {{ap|30|50|200}} {{TFT AP}} for 4 seconds.",
        ["hp"] = 700,
        ["mana"] = 80,
        ["startmana"] = 0,
        ["ad"] = 80,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      }
  },
  ["Lillia"] = {
      [4] = {
        ["skin"] = "Spirit Blossom",
        ["tier"] = 5,
        ["render"] = "Lillia SpiritBlossom NightBlossom Render.png",
        ["origin"] = {"Dusk"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Lilting Lullaby",
        ["abilityicon"] = "Lilting Lullaby.png",
        ["active"] = "Casts a magical lullaby, causing {{ap|2|3|10}} waking enemies with the {{as|highest '''current''' health}} to fall asleep for {{ap|3|4|8}} seconds. Enemies will awaken if they take {{ap|500|750|1000}} damage while sleeping, dealing 500 {{TFT AP}} {{as|'''bonus''' magic damage}} to them.",
        ["hp"] = 950,
        ["mana"] = 120,
        ["startmana"] = 80,
        ["ad"] = 40,
        ["as"] = 0.75,
        ["range"] = 2,
        ["arm"] = 50,
        ["mr"] = 80,
        ["behavior"] = "Ranged"
      }
  },
  ["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"
      },
      [4] = {
        ["skin"] = "Coven",
        ["tier"] = 1,
        ["render"] = "Lissandra Coven Render.png",
        ["origin"] = {"Moonlight"},
        ["class"] = {"Dazzler"},
        ["abilityname"] = "1000 Daggers",
        ["abilityicon"] = "Ice Shard.png",
        ["active"] = "Hurls a dagger towards the enemy with the most {{as|attack damage}}, dealing {{ap|350|450|550|750}} {{TFT AP}} {{as|magic damage}} to the first target it hits. After hitting its initial target or at its final destination, the dagger explodes dealing {{ap|175|225|300|450}} {{TFT AP}} {{as|magic damage}} to nearby targets.",
        ["hp"] = 550,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Coven TFT",
        ["tier"] = 1,
        ["render"] = "Lissandra Coven TFT Render.png",
        ["origin"] = {"Coven"},
        ["class"] = {"Renewer"},
        ["abilityname"] = "1000 Daggers",
        ["abilityicon"] = "Ice Shard.png",
        ["active"] = "Hurls a dagger towards the enemy with the most {{as|attack damage}}, dealing {{ap|280|330|450}} {{TFT AP}} {{as|magic damage}} to the first target it hits. After hitting its initial target or at its final destination, the dagger explodes dealing {{ap|140|165|225}} {{TFT AP}} {{as|magic damage}} to nearby targets. All enemies hit by this spell have their {{as|attack damage}} reduced by 40% for 8 seconds.",
        ["hp"] = 550,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["range"] = 3,
        ["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|175|250|600}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 30,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Lucian Render.png",
        ["origin"] = {"Sentinel"},
        ["class"] = {"Cannoneer"},
        ["abilityname"] = "The Culling",
        ["abilityicon"] = "The Culling.png",
        ["active"] = "Faces the farthest enemy and fires 16 shots in that direction for 4 seconds, dashing on occasion to keep hitting enemies. Each shot deals {{as|50% AD}} {{as|physical damage}} and {{ap|40|75|200}} {{TFT AP}} {{as|magic damage}}. He also fires extra shots based on his {{as|attack speed}}.",
        ["hp"] = 800,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 25,
        ["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"
      },
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Lulu Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Wild Growth",
        ["abilityicon"] = "Wild Growth.png",
        ["active"] = "Makes a low health ally giant, granting them {{ap|400|600|950}} {{TFT AP}} {{as|'''bonus''' health}} for the rest of combat and {{tip|TFT airborne|knocking up}} enemies near them for 1 second. Casting the spell multiple times on the same target heals them by the same amount instead.",
        ["hp"] = 500,
        ["mana"] = 150,
        ["startmana"] = 80,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Lulu Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Wild Growth",
        ["abilityicon"] = "Wild Growth.png",
        ["active"] = "Makes a {{as|low-health}} ally giant, granting them {{ap|400|600|950}} {{TFT AP}} {{as|'''bonus''' health}} for the rest of combat and {{tip|TFT airborne|knocking up}} enemies near them for 1 second. Casting the spell multiple times on the same target heals them by the same amount instead.",
        ["hp"] = 500,
        ["mana"] = 140,
        ["startmana"] = 75,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Wicked TFT",
        ["tier"] = 3,
        ["render"] = "Lulu Wicked TFT Render.png",
        ["origin"] = {"Hellion"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Whimsy",
        ["abilityicon"] = "Whimsy.png",
        ["active"] = "Enchants the {{ap|3|4|6}} units nearest to her. If this enchants an ally, they gain {{ap|70|80|120}}% {{TFT AP}} {{as|'''bonus''' attack speed}} for 4 seconds. If this enchants an enemy, they are {{tip|TFT stun|stunned}} and transformed into a docile feline for {{ap|1.5|2|2.5}} seconds, causing them to take 20% increased damage. If there are less than {{ap|3|4|5}} units nearby, she will enchant herself.",
        ["hp"] = 650,
        ["mana"] = 100,
        ["startmana"] = 40,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 25,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Wicked TFT",
        ["tier"] = 3,
        ["render"] = "Lulu Wicked TFT Render.png",
        ["origin"] = {"Hellion"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Whimsy",
        ["abilityicon"] = "Whimsy.png",
        ["active"] = "Enchants the {{ap|3|4|6}} units nearest to her. If this enchants an ally, they gain {{ap|70|80|120}}% {{TFT AP}} {{as|'''bonus''' attack speed}} for 4 seconds. If this enchants an enemy, they are {{tip|TFT stun|stunned}} and transformed into a docile feline for {{ap|1.5|2|2.5}} seconds, causing them to take 20% increased damage. If there are less than {{ap|3|4|5}} units nearby, she will enchant herself.",
        ["hp"] = 650,
        ["mana"] = 100,
        ["startmana"] = 40,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 25,
        ["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"
      },
      [4] = {
        ["skin"] = "Lunar Empress",
        ["tier"] = 3,
        ["render"] = "Lux LunarEmpress Render.png",
        ["origin"] = {"Divine"},
        ["class"] = {"Dazzler"},
        ["abilityname"] = "Light Binding",
        ["abilityicon"] = "Light Binding.png",
        ["active"] = "Fires a sphere of light towards the farthest enemy. Enemies in the sphere's path take {{ap|300|400|700}} {{TFT AP}} {{as|magic damage}} and are {{tip|TFT stun|stunned}} for {{ap|1.5|2|3}} seconds.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 40,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Lunar Empress TFT",
        ["tier"] = 3,
        ["render"] = "Lux LunarEmpress TFT Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Prismatic Illumination",
        ["abilityicon"] = "Prismatic Barrier.png",
        ["active"] = "Launches her wand toward her farthest ally, which returns to her shortly after reaching them. '''Lux''' and each ally touched by the wand are shielded by {{ap|120|180|360}} {{TFT AP}} for 3 seconds. Additionally, '''Lux''' empowers her next basic attack to deal {{ap|400|600|1000}} {{TFT AP}} {{as|'''bonus''' magic damage}}.",
        ["hp"] = 600,
        ["mana"] = 80,
        ["startmana"] = 40,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Lunar Empress TFT",
        ["tier"] = 3,
        ["render"] = "Lux LunarEmpress TFT Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Prismatic Illumination",
        ["abilityicon"] = "Prismatic Barrier.png",
        ["active"] = "Launches her wand toward her farthest ally, which returns to her shortly after reaching them. '''Lux''' and each ally touched by the wand are shielded by {{ap|120|180|360}} {{TFT AP}} for 3 seconds. Additionally, '''Lux''' empowers her next basic attack to deal {{ap|400|600|1000}} {{TFT AP}} {{as|'''bonus''' magic damage}}.",
        ["hp"] = 600,
        ["mana"] = 80,
        ["startmana"] = 40,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["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|70}}% {{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"
      },
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Maokai Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Bramble Smash",
        ["abilityicon"] = "Bramble Smash.png",
        ["active"] = "Smashes the ground sending forward a shockwave, dealing {{ap|225|350|550}} {{TFT AP}} {{as|magic damage}} and slowing their {{as|attack speed}} by 50% for 3 seconds.",
        ["hp"] = 700,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Maokai Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Bramble Smash",
        ["abilityicon"] = "Bramble Smash.png",
        ["active"] = "Smashes the ground sending forward a shockwave, dealing {{ap|225|350|550}} {{TFT AP}} {{as|magic damage}} and slowing their {{as|attack speed}} by 50% for 3 seconds.",
        ["hp"] = 700,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["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 100% {{as|'''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|70|95|150}} {{TFT AP}} {{as|'''bonus''' true damage}} with his basic attacks.",
        ["hp"] = 750,
        ["mana"] = 55,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 35,
        ["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"
      },
      [5.5] = {
        ["skin"] = "Ruined",
        ["tier"] = 3,
        ["render"] = "Miss Fortune Ruined Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Cannoneer"},
        ["abilityname"] = "Make It Rain",
        ["abilityicon"] = "Make It Rain.png",
        ["active"] = "Rains 4 waves of bullets down around her target, dealing a total of {{ap|250|375|700}} {{TFT AP}} {{as|magic damage}} over the duration to enemies in the area and applying {{tip|TFT Grievous Wounds|Grievous Wounds}} for 6 seconds, reducing healing on them.",
        ["hp"] = 700,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.8,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 25,
        ["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|850}} {{TFT AP}} damage that lasts 8 seconds. While the shield persists, deals {{ap|75|100|200}} {{TFT AP}} {{as|magic damage}} per second to all nearby enemies.",
        ["hp"] = 700,
        ["mana"] = 90,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Infernal TFT",
        ["tier"] = 4,
        ["render"] = "Mordekaiser Infernal TFT Render.png",
        ["origin"] = {"Dragonslayer"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Infernal Rise",
        ["abilityicon"] = "Realm of Death.png",
        ["active"] = "Shields himself for {{as|50% {{TFT AP}} of his '''maximum''' health}} for 5 seconds, empowering his mace to deal {{ap|450|600|5000}} {{TFT AP}} {{as|'''bonus''' magic damage}} and gain 1 hex of range for the same duration.",
        ["hp"] = 1000,
        ["mana"] = 80,
        ["startmana"] = 0,
        ["ad"] = 130,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["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"
      },
      [4] = {
        ["skin"] = "Majestic Empress",
        ["tier"] = 4,
        ["render"] = "Morgana MajesticEmpress RoseQuartz Render.png",
        ["origin"] = {"Enlightened"},
        ["class"] = {"Dazzler"},
        ["abilityname"] = "Tormented Shadow",
        ["abilityicon"] = "Soul Shackles.png",
        ["active"] = "Hallows the ground beneath a random enemy, dealing {{ap|250|400|2000}} {{TFT AP}} {{as|magic damage}} to enemies within over 5 seconds and reducing enemies' {{as|magic resistance}} by 40% while they remain inside. Also heals her for {{ap|20|25|30}}% the damage dealt.",
        ["hp"] = 850,
        ["mana"] = 120,
        ["startmana"] = 60,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 2,
        ["arm"] = 60,
        ["mr"] = 60,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Majestic Empress",
        ["tier"] = 4,
        ["render"] = "Morgana MajesticEmpress RoseQuartz Render.png",
        ["origin"] = {"Enlightened"},
        ["class"] = {"Syphoner"},
        ["abilityname"] = "Hallowed Ground",
        ["abilityicon"] = "Soul Shackles.png",
        ["active"] = "Hallows the ground beneath a random enemy, dealing {{ap|250|400|1600}} {{TFT AP}} {{as|magic damage}} to enemies within over 5 seconds and reducing enemies' {{as|attack damage}} by {{ap|40|40|80}}% while they remain inside.",
        ["hp"] = 850,
        ["mana"] = 120,
        ["startmana"] = 60,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 2,
        ["arm"] = 60,
        ["mr"] = 60,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Coven",
        ["tier"] = 3,
        ["render"] = "Morgana Coven Render.png",
        ["origin"] = {"Nightbringer", "Coven"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Soul Shackles",
        ["abilityicon"] = "Soul Shackles.png",
        ["active"] = "Fires chains to nearby enemies within 2 hexes, dealing {{ap|250|300|550}} {{TFT AP}} {{as|magic damage}}. After 3 seconds, all chained enemies are dealt {{ap|250|300|550}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunned}} for {{ap|2.5|3|4}} seconds.",
        ["hp"] = 850,
        ["mana"] = 120,
        ["startmana"] = 80,
        ["ad"] = 45,
        ["as"] = 0.6,
        ["range"] = 2,
        ["arm"] = 35,
        ["mr"] = 35,
        ["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"
	  },
      [4] = {
        ["skin"] = "Splendid Staff",
        ["tier"] = 1,
        ["render"] = "Nami SplendidStaff RoseQuartz Render.png",
        ["origin"] = {"Enlightened"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Aqua Prison",
        ["abilityicon"] = "Aqua Prison.png",
        ["active"] = "Traps the closest enemy in a bubble, dealing {{ap|225|325|450}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for {{ap|2.5|3|4}} seconds.",
        ["hp"] = 550,
        ["mana"] = 100,
        ["startmana"] = 60,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 20,
        ["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"
      },
      [4.5] = {
        ["skin"] = "Lunar Guardian",
        ["tier"] = 1,
        ["render"] = "Nasus LunarGuardian Render.png",
        ["origin"] = {"Divine"},
        ["class"] = {"Syphoner"},
        ["abilityname"] = "Wither",
        ["abilityicon"] = "Wither.png",
        ["active"] = "Withers the enemy with the {{as|highest percent health}}, dealing {{ap|350|550|850}} {{TFT AP}} {{as|magic damage}} over 5 seconds, and slowing their {{as|attack speed}} and {{as|movement speed}} by 50% for the duration.",
        ["hp"] = 650,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 40,
        ["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|6}} seconds, and dealing {{ap|100|200|500}} {{TFT AP}} {{as|magic damage}}. Enemies adjacent to the target receive half of this effect.",
        ["hp"] = 750,
        ["mana"] = 120,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Shan Hai Scrolls",
        ["tier"] = 2,
        ["render"] = "Nautilus ShanHaiScrolls Render.png",
        ["origin"] = {"Fabled"},
        ["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|4|5}} seconds, and dealing {{ap|300|450|1000}} {{TFT AP}} {{as|magic damage}}.<br />{{sbc|Fabled Bonus:}} Reduces incoming damage by 50% for 5 seconds.",
        ["hp"] = 750,
        ["mana"] = 150,
        ["startmana"] = 85,
        ["ad"] = 55,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 55,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Warden TFT",
        ["tier"] = 2,
        ["render"] = "Nautilus Warden TFT Render.png",
        ["origin"] = {"Ironclad"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Anchor Slam",
        ["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|4|6}} seconds, and dealing {{ap|200|30|750}} {{TFT AP}} {{as|magic damage}}. Enemies adjacent to the target receive half of this effect.",
        ["hp"] = 750,
        ["mana"] = 120,
        ["startmana"] = 50,
        ["ad"] = 80,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 45,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Warden TFT",
        ["tier"] = 2,
        ["render"] = "Nautilus Warden TFT Render.png",
        ["origin"] = {"Ironclad"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Anchor Slam",
        ["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|4|6}} seconds, and dealing {{ap|200|30|750}} {{TFT AP}} {{as|magic damage}}. Enemies adjacent to the target receive half of this effect.",
        ["hp"] = 750,
        ["mana"] = 120,
        ["startmana"] = 50,
        ["ad"] = 80,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 45,
        ["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 {{as|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"
      },
      [4] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 1,
        ["render"] = "Nidalee WarringKingdoms Render.png",
        ["origin"] = {"Warlord"},
        ["class"] = {"Sharpshooter"},
        ["abilityname"] = "Javelin Toss",
        ["abilityicon"] = "Javelin Toss.png",
        ["active"] = "Throws her javelin at the farthest enemy, dealing {{ap|225|350|600}} {{TFT AP}} {{as|magic damage}}. This damage is increased by 20% per hex traveled.",
        ["hp"] = 550,
        ["mana"] = 80,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 1,
        ["render"] = "Nidalee WarringKingdoms Render.png",
        ["origin"] = {"Warlord"},
        ["class"] = {"Sharpshooter"},
        ["abilityname"] = "Javelin Toss",
        ["abilityicon"] = "Javelin Toss.png",
        ["active"] = "Throws her javelin at the farthest enemy, dealing {{ap|100|175|350}} {{TFT AP}} {{as|magic damage}}. This damage is increased by 80% per hex traveled.",
        ["hp"] = 550,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Dawnbringer",
        ["tier"] = 3,
        ["render"] = "Nidalee Dawnbringer Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"Skirmisher"},
        ["abilityname"] = "Aspect of the Cougar",
        ["abilityicon"] = "Aspect of the Cougar 2.png",
        ["active"] = "Transforms into a cougar, leaping to the target with the {{as|lowest health}}. While in cougar form, her attack range is reduced to 1 hex, gains 45% {{tip|TFT dodge|dodge}} chance, and every 4th basic attack deals {{ap|200|300|600}} {{TFT AP}} {{as|'''bonus''' magic damage}}.",
        ["hp"] = 800,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.9,
        ["range"] = 3,
        ["arm"] = 35,
        ["mr"] = 35,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Dawnbringer",
        ["tier"] = 3,
        ["render"] = "Nidalee Dawnbringer Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"Skirmisher"},
        ["abilityname"] = "Aspect of the Cougar",
        ["abilityicon"] = "Aspect of the Cougar 2.png",
        ["active"] = "Transforms into a cougar, leaping to the target with the {{as|lowest health}}. While in cougar form, her attack range is reduced to 1 hex, gains 45% {{tip|TFT dodge|dodge}} chance, and every 4th basic attack deals {{ap|200|300|600}} {{TFT AP}} {{as|'''bonus''' magic damage}}.",
        ["hp"] = 800,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.9,
        ["range"] = 3,
        ["arm"] = 35,
        ["mr"] = 35,
        ["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|1;1;3|label1=Number of detonations|label=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|450}} {{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"] = 850,
        ["mana"] = 110,
        ["startmana"] = 35,
        ["ad"] = 50,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 50,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Shan Hai Scrolls",
        ["tier"] = 3,
        ["render"] = "Neeko ShanHaiScrolls Render.png",
        ["origin"] = {"Fabled"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Blooming Burst",
        ["abilityicon"] = "Blooming Burst.png",
        ["active"] = "Throws a seed at a random target that explodes for {{ap|250|325|425}} {{TFT AP}} {{as|magic damage}} three times. Each explosion affects a larger area than the last.<br />{{sbc|Fabled Bonus:}} The third explosion is empowered to deal {{ap|300|450|600}} {{TFT AP}} {{as|magic damage}} instead.",
        ["hp"] = 700,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 2,
        ["arm"] = 20,
        ["mr"] = 20,
        ["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|400}} {{TFT AP}} {{as|magic damage}} over the duration.",
        ["hp"] = 500,
        ["mana"] = 80,
        ["startmana"] = 40,
        ["ad"] = 50,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Elderwood TFT",
        ["tier"] = 3,
        ["render"] = "Nocturne Elderwood TFT Render.png",
        ["origin"] = {"Revenant"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Umbra Blades",
        ["abilityicon"] = "Umbra Blades.png",
        ["passive"] = "Every third basic attack damages all adjacent enemies dealing {{as|125% AD}} {{as|physical damage}} and heals for {{ap|90|95|100}}% {{TFT AP}} of the damage dealt. If only one target is hit, gains {{ap|30|35|40}}% {{as|'''bonus''' attack speed}} for 3 seconds.",
        ["hp"] = 650,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 80,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "Melee"
	  },
      [5.5] = {
        ["skin"] = "Elderwood TFT",
        ["tier"] = 3,
        ["render"] = "Nocturne Elderwood TFT Render.png",
        ["origin"] = {"Revenant"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Umbra Blades",
        ["abilityicon"] = "Umbra Blades.png",
        ["passive"] = "Every third basic attack damages all adjacent enemies dealing {{as|125% AD}} {{as|physical damage}} and heals for {{ap|90|95|100}}% {{TFT AP}} of the damage dealt. If only one target is hit, gains {{ap|30|35|40}}% {{as|'''bonus''' attack speed}} for 3 seconds.",
        ["hp"] = 650,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 80,
        ["as"] = 0.9,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "Melee"
	  }
  },
  ["Nunu & Willump"] = {
      [4] = {
        ["skin"] = "Sasquatch",
        ["tier"] = 3,
        ["render"] = "Nunu Sasquatch Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Consume",
        ["abilityicon"] = "Consume.png",
        ["active"] = "Willump bites his target, dealing {{ap|450|650|1800}} {{TFT AP}} {{as|magic damage}}. If the target has less {{as|'''current''' health}} than he does before the bite, it deals an additional 50% damage and deals {{as|true damage}} instead.",
        ["hp"] = 750,
        ["mana"] = 85,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Sasquatch",
        ["tier"] = 3,
        ["render"] = "Nunu Sasquatch Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Consume",
        ["abilityicon"] = "Consume.png",
        ["active"] = "Willump bites his target, dealing {{ap|450|700|1500}} {{TFT AP}} {{as|magic damage}}. If the target has less {{as|'''current''' health}} than he does before the bite, it deals an additional 50% damage and deals {{as|true damage}} instead.",
        ["hp"] = 750,
        ["mana"] = 85,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Zombie",
        ["tier"] = 3,
        ["render"] = "Nunu Zombie TFT Render.png",
        ["origin"] = {"Abomination"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Consume",
        ["abilityicon"] = "Consume.png",
        ["active"] = "Willump bites his target, dealing {{ap|500|750|1800}} {{TFT AP}} {{as|magic damage}}. If the target has less {{as|'''current''' health}} than he does before the bite, it deals an additional 50% damage and deals {{as|true damage}} instead.",
        ["hp"] = 900,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 45,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Zombie",
        ["tier"] = 3,
        ["render"] = "Nunu Zombie TFT Render.png",
        ["origin"] = {"Abomination"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Consume",
        ["abilityicon"] = "Consume.png",
        ["active"] = "Willump bites his target, dealing {{ap|500|750|1800}} {{TFT AP}} {{as|magic damage}}. If the target has less {{as|'''current''' health}} than he does before the bite, it deals an additional 50% damage and deals {{as|true damage}} instead.",
        ["hp"] = 900,
        ["mana"] = 90,
        ["startmana"] = 30,
        ["ad"] = 65,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 45,
        ["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|type='''missing''' health|key=%|0 to 50 for 11|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"
      },
      [4.5] = {
        ["skin"] = "Dragonslayer",
        ["tier"] = 4,
        ["render"] = "Olaf Dragonslayer Amethyst Render.png",
        ["origin"] = {"Dragonsoul"},
        ["class"] = {"Slayer"},
        ["abilityname"] = "Ragnarok",
        ["abilityicon"] = "Ragnarok.png",
        ["active"] = "Gains {{ap|150|175|350}}% {{as|'''bonus''' attack speed}}, immunity to attack damage debuffs, crowd control immunity, and his attacks cleave in a cone in front of him for {{as|50% {{TFT AP}} AD}} {{as|physical damage}} for the rest of combat.",
        ["hp"] = 900,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 85,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Sentinel",
        ["tier"] = 1,
        ["render"] = "Olaf Sentinel Render.png",
        ["origin"] = {"Sentinel"},
        ["class"] = {"Skirmisher"},
        ["abilityname"] = "Berserker Rage",
        ["abilityicon"] = "Berserker Rage.png",
        ["passive"] = "Gains {{ap|2|3|4}}% {{as|'''bonus''' attack speed}} for each {{as|1% of '''missing''' health}}, and his basic attacks heal him for {{ap|25|35|75}} {{TFT AP}}.",
        ["hp"] = 650,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 35,
        ["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"
      },
      [4.5] = {
        ["skin"] = "Elderwood",
        ["tier"] = 5,
        ["render"] = "Ornn Elderwood TFT Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Vanguard", "Blacksmith"},
        ["abilityname"] = "Stampede",
        ["abilityicon"] = "Call of the Forge God.png",
        ["active"] = "Summons an elemental from behind the farthest enemy to travel towards him, slowing the {{as|attack speed}} of enemies hit by 50% for 3 seconds and dealing {{ap|175|275|9999}} {{TFT AP}} {{as|magic damage}}. If the elemental runs into Ornn, he headbutts it, redirecting it towards another distant enemy, {{tip|TFT Stun|stunning}} them for {{ap|1.5|2|15}} seconds and dealing {{ap|150|250|750}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 900,
        ["mana"] = 160,
        ["startmana"] = 80,
        ["ad"] = 100,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 50,
        ["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"
      },
      [5] = {
        ["skin"] = "Dragonslayer",
        ["tier"] = 3,
        ["render"] = "Pantheon Dragonslayer TFT Render.png",
        ["origin"] = {"Dragonslayer"},
        ["class"] = {"Skirmisher"},
        ["abilityname"] = "Aegis Assault",
        ["abilityicon"] = "Aegis Assault 2.png",
        ["active"] = "Braces his shield, reducing all incoming damage by 65% {{TFT AP}} for 4 seconds, and dealing {{as|{{ap|400|450|650}}% AD}} {{as|physical damage}} in the area in front of him over the duration. Enemies hit are applied {{tip|TFT Grievous Wounds|Grievous Wounds}} for 8 seconds.",
        ["hp"] = 800,
        ["mana"] = 60,
        ["startmana"] = 30,
        ["ad"] = 70,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 45,
        ["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}} and applying on-hit effects. 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|225}} {{TFT AP}} {{as|magic damage}} and applying on-hit effects. The buckler bounces back to her, granting her a shield for {{ap|200|300|450}} {{TFT AP}} health.",
        ["hp"] = 650,
        ["mana"] = 90,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Noxus",
        ["tier"] = 1,
        ["render"] = "Poppy Noxus TFT Render.png",
        ["origin"] = {"Hellion"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Buckler Toss",
        ["abilityicon"] = "Iron Ambassador.png",
        ["active"] = "Throws her buckler at the furthest enemy, dealing {{ap|150|250|400}} {{TFT AP}} {{as|magic damage}} and applying on-hit effects. The buckler bounces back to her, granting her a shield for {{ap|250|375|525}} {{TFT AP}} health.",
        ["hp"] = 600,
        ["mana"] = 70,
        ["startmana"] = 50,
        ["ad"] = 80,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Noxus",
        ["tier"] = 1,
        ["render"] = "Poppy Noxus TFT Render.png",
        ["origin"] = {"Hellion"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Buckler Toss",
        ["abilityicon"] = "Iron Ambassador.png",
        ["active"] = "Throws her buckler at the furthest enemy, dealing {{ap|150|250|400}} {{TFT AP}} {{as|magic damage}} and applying on-hit effects. The buckler bounces back to her, granting her a shield for {{ap|250|375|525}} {{TFT AP}} health.",
        ["hp"] = 600,
        ["mana"] = 70,
        ["startmana"] = 50,
        ["ad"] = 80,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["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"
      },
      [4] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 2,
        ["render"] = "Pyke BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Phantom Undertow",
        ["abilityicon"] = "Phantom Undertow.png",
        ["active"] = "Leaves a phantom at his location, then dashes behind the farthest enemy. After 1 second, his phantom returns to him, dealing {{ap|125|200|375}} {{TFT AP}} {{as|magic damage}} to all enemies it passes through and {{tip|TFT stun|stunning}} them for {{ap|2|2.5|4}} seconds.",
        ["hp"] = 700,
        ["mana"] = 125,
        ["startmana"] = 75,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 2,
        ["render"] = "Pyke BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Assassin", "Slayer"},
        ["abilityname"] = "Phantom Undertow",
        ["abilityicon"] = "Phantom Undertow.png",
        ["active"] = "Leaves a phantom at his location, then dashes behind the farthest enemy. After 1 second, his phantom returns to him, dealing {{ap|100|175|275}} {{TFT AP}} {{as|magic damage}} to all enemies it passes through and {{tip|TFT stun|stunning}} them for {{ap|2|2.5|4}} seconds.",
        ["hp"] = 700,
        ["mana"] = 120,
        ["startmana"] = 60,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 50,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Sentinel",
        ["tier"] = 2,
        ["render"] = "Pyke Sentinel Render.png",
        ["origin"] = {"Sentinel"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Phantom Undertow",
        ["abilityicon"] = "Phantom Undertow.png",
        ["active"] = "Leaves a phantom at his location, then dashes behind the farthest enemy. After 1 second, his phantom returns to him, dealing {{ap|150|225|325}} {{TFT AP}} {{as|magic damage}} to all enemies it passes through and {{tip|TFT stun|stunning}} them for {{ap|1.5|2|3}} seconds.",
        ["hp"] = 650,
        ["mana"] = 120,
        ["startmana"] = 60,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 30,
        ["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"] = 650,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 2,
        ["arm"] = 45,
        ["mr"] = 35,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Elderwood",
        ["tier"] = 2,
        ["render"] = "Rakan Elderwood TFT Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Keeper"},
        ["abilityname"] = "Disarming Diversion",
        ["abilityicon"] = "The Quickness.png",
        ["active"] = "Dashes to the furthest enemy within attack range, {{tip|TFT disarm|disarming}} all units he passes through for {{ap|2.5|3|4}} seconds and {{tip|TFT Taunt|taunting}} his target. He then shields himself by {{ap|200|400|800}} {{TFT AP}} for 4 seconds.",
        ["hp"] = 600,
        ["mana"] = 120,
        ["startmana"] = 60,
        ["ad"] = 60,
        ["as"] = 0.7,
        ["range"] = 2,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "iG",
        ["tier"] = 3,
        ["render"] = "Rakan iG Render.png",
        ["origin"] = {"Sentinel"},
        ["class"] = {"Renewer"},
        ["abilityname"] = "Gleaming Quill",
        ["abilityicon"] = "Battle Dance 2.png",
        ["active"] = "Launches a feather toward his target, dealing {{ap|350|500|900}} {{TFT AP}} {{as|magic damage}} to the first enemy hit. He then heals all nearby allies for {{as|{{ap|35|50|80}}% of their '''missing''' health}}, with an increased radius if the feather killed an enemy.",
        ["hp"] = 800,
        ["mana"] = 80,
        ["startmana"] = 40,
        ["ad"] = 50,
        ["as"] = 0.6,
        ["range"] = 2,
        ["arm"] = 35,
        ["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"
	}
  },
  ["Rell"] = {
  	  [5] = {
  		["skin"] = "Battle Queen",
  		["tier"] = 4,
  		["render"] = "Rell BattleQueen TFT Render.png",
  		["origin"] = {"Redeemed", "Ironclad"},
  		["class"] = {"Cavalier"},
  		["abilityname"] = "Attract and Repel",
  		["abilityicon"] = "Attract and Repel.png",
  		["active"] = "Leaps into the air, creating a tether between herself and her farthest ally. When she lands the tether breaks, {{tip|TFT stun|stunning}} all enemies in its path for {{ap|1.5|2|8}} seconds. This effect also grants a {{ap|300|450|3000}} {{TFT AP}} shield for 4 seconds to nearby allies in the same area.",
  		["hp"] = 950,
        ["mana"] = 150,
        ["startmana"] = 80,
        ["ad"] = 70,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["behavior"] = "Melee"
  	  },
  	  [5.5] = {
  		["skin"] = "Battle Queen",
  		["tier"] = 4,
  		["render"] = "Rell BattleQueen TFT Render.png",
  		["origin"] = {"Redeemed", "Ironclad"},
  		["class"] = {"Cavalier"},
  		["abilityname"] = "Attract and Repel",
  		["abilityicon"] = "Attract and Repel.png",
  		["active"] = "Leaps into the air, creating a tether between herself and her farthest ally. When she lands the tether breaks, {{tip|TFT stun|stunning}} all enemies in its path for {{ap|1.5|2|8}} seconds. This effect also grants a {{ap|300|450|3000}} {{TFT AP}} shield for 4 seconds to nearby allies in the same area.",
  		["hp"] = 950,
        ["mana"] = 150,
        ["startmana"] = 80,
        ["ad"] = 70,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["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 {{as|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 Ulti Render.png",
        ["origin"] = {"Chrono"},
        ["class"] = {"Blademaster"},
        ["abilityname"] = "Energy Slash",
        ["abilityicon"] = "Wind Slash.png",
        ["active"] = "Dashes and shields herself for {{ap|200|350|1200}} {{TFT AP}} health, then slashes forward dealing {{ap|100|150|600}} {{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"] = 850,
        ["mana"] = 25,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [4] = {
        ["skin"] = "Spirit Blossom",
        ["tier"] = 4,
        ["render"] = "Riven SpiritBlossom Render.png",
        ["origin"] = {"Dusk"},
        ["class"] = {"Keeper"},
        ["abilityname"] = "Sweeping Strikes",
        ["abilityicon"] = "Sweeping Strikes TFT.png",
        ["active"] = "Dashes and shields herself for {{ap|175|250|750}} {{TFT AP}} health, then slashes forward dealing {{ap|175|250|750}} {{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|450|1350}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 800,
        ["mana"] = 20,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Dawnbringer",
        ["tier"] = 3,
        ["render"] = "Riven Dawnbringer TFT Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Blade of the Dawn",
        ["abilityicon"] = "Blade of the Exile.png",
        ["active"] = "Empowers her blade after a {{fd|0.3}}-second delay, {{tip|TFT stun|stunning}} nearby enemies for {{fd|1.5}} seconds while dealing {{ap|100|200|500}} {{TFT AP}} {{as|magic damage}}. For the next 8 seconds, she gains {{as|{{ap|90|100|130}}% '''bonus''' attack damage}}.",
        ["hp"] = 850,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 85,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Dawnbringer",
        ["tier"] = 3,
        ["render"] = "Riven Dawnbringer TFT Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Blade of the Dawn",
        ["abilityicon"] = "Blade of the Exile.png",
        ["active"] = "Empowers her blade after a {{fd|0.3}}-second delay, {{tip|TFT stun|stunning}} nearby enemies for {{fd|1.5}} seconds while dealing {{ap|100|200|500}} {{TFT AP}} {{as|magic damage}}. For the next 8 seconds, she gains {{as|{{ap|90|100|130}}% '''bonus''' attack damage}}.",
        ["hp"] = 850,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 85,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 35,
        ["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|1650}} {{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"
      }
  },
  ["Ryze"] = {
  	[5] = {
  		["skin"] = "Zombie TFT",
  		["tier"] = 4,
  		["render"] = "Ryze Zombie TFT Render.png",
  		["origin"] = {"Forgotten", "Abomination"},
  		["class"] = {"Mystic"},
  		["abilityname"] = "Rune Prison",
  		["abilityicon"] = "Rune Prison.png",
  		["active"] = "Imprisons the nearest enemy, dealing {{ap|200|250|800}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} them for a {{ap|1.5|2|4}} seconds. His next cast is then empowered to spread from his target, applying the same damage and half the {{tip|TFT stun|stun}} duration to all enemies in a large area around the target.",
  		["hp"] = 800,
  		["mana"] = 50,
  		["startmana"] = 20,
  		["ad"] = 50,
  		["as"] = 0.8,
  		["range"] = 3,
  		["arm"] = 30,
  		["mr"] = 30,
        ["behavior"] = "ranged"
  	}
  },
  ["Samira"] = {
      [4.5] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Samira Render.png",
        ["origin"] = {"Daredevil"},
        ["class"] = {"Sharpshooter", "Slayer"},
        ["abilityname"] = "Inferno Trigger",
        ["abilityicon"] = "Samira Rank S.png",
        ["active"] = "Dashes and becomes unstoppable, unleashing {{ap|3|3|10}} {{TFT AP}} shots per second at {{ap|3|3|9}} enemies within {{fd|2.5}} hexes for 2 seconds, each shot deals {{ap|10|20|777}} {{as|(+ {{ap|30|40|60}}% AD)}} {{as|physical damage}}. For the duration, also gains 100% {{tip|TFT dodge|dodge}} chance.",
        ["hp"] = 900,
        ["mana"] = 4,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.85,
        ["range"] = 2,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "ranged"
      }
  },
  ["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"] = 1000,
        ["mana"] = 150,
        ["startmana"] = 60,
        ["ad"] = 45,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [4] = {
        ["skin"] = "Firecracker",
        ["tier"] = 4,
        ["render"] = "Sejuani Firecracker Render.png",
        ["origin"] = {"Fortune"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Firecracker",
        ["abilityicon"] = "Glacial Prison.png",
        ["active"] = "Throws a giant firecracker at the enemy she is currently attacking, that explodes after a 2-second delay. Enemies within the detonation radius receive {{ap|100|200|800}} {{TFT AP}} {{as|magic damage}} and are {{tip|TFT stun|stunned}} for {{ap|2.5|3|6}} seconds.",
        ["hp"] = 850,
        ["mana"] = 150,
        ["startmana"] = 70,
        ["ad"] = 45,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Firecracker",
        ["tier"] = 4,
        ["render"] = "Sejuani Firecracker Render.png",
        ["origin"] = {"Fortune"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Firecracker",
        ["abilityicon"] = "Glacial Prison.png",
        ["active"] = "Throws a giant firecracker at the enemy she is currently attacking, that explodes after a 2-second delay. Enemies within the detonation radius receive {{ap|100|200|1600}} {{TFT AP}} {{as|magic damage}} and are {{tip|TFT stun|stunned}} for {{ap|2.5|2.5|8}} seconds.",
        ["hp"] = 850,
        ["mana"] = 160,
        ["startmana"] = 80,
        ["ad"] = 45,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Darkrider TFT",
        ["tier"] = 2,
        ["render"] = "Sejuani Darkrider TFT Render.png",
        ["origin"] = {"Nightbringer"},
        ["class"] = {"Cavalier"},
        ["abilityname"] = "Fury of the North",
        ["abilityicon"] = "Fury of the North.png",
        ["active"] = "Signals Bristle to charge, dealing {{ap|300|450|750}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} the target for {{ap|2|3|4}} seconds. She then gains Frost Armor, granting her {{ap|100|150|300}} {{as|'''bonus''' armor}} and {{as|'''bonus''' magic resistance}} for 4 seconds.",
        ["hp"] = 750,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 45,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Darkrider TFT",
        ["tier"] = 2,
        ["render"] = "Sejuani Darkrider TFT Render.png",
        ["origin"] = {"Nightbringer"},
        ["class"] = {"Brawler", "Cavalier"},
        ["abilityname"] = "Fury of the North",
        ["abilityicon"] = "Fury of the North.png",
        ["active"] = "Signals Bristle to charge, dealing {{ap|300|450|750}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT stun|stunning}} the target for {{ap|2|3|4}} seconds. She then gains Frost Armor, granting her {{ap|80|125|250}} {{as|'''bonus''' armor}} and {{as|'''bonus''' magic resistance}} for 4 seconds.",
        ["hp"] = 750,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.55,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 45,
        ["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"
      },
      [5.5] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Senna Render.png",
        ["origin"] = {"Sentinel"},
        ["class"] = {"Cannoneer"},
        ["abilityname"] = "Last Embrace",
        ["abilityicon"] = "Last Embrace.png",
        ["active"] = "Launches black mist toward the farthest enemy. The first enemy hit along the path is {{tip|TFT stun|stunned}} for {{fd|1.5}} seconds, and all nearby enemies are dealt {{ap|200|300|450}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 80,
        ["startmana"] = 40,
        ["ad"] = 55,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 15,
        ["mr"] = 15,
        ["behavior"] = "ranged"
      }
  },
  ["Sett"] = {
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Sett Render.png",
        ["origin"] = {"The Boss"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Showstopper",
        ["abilityicon"] = "The Show Stopper.png",
        ["active"] = "Grabs his target and {{tip|TFT airborne|slams}} them forward, dealing {{as|{{ap|40|60|400}}% {{TFT AP}} of target's '''maximum''' health}} {{as|magic damage}} to them, and {{as|{{ap|20|30|200}}% {{TFT AP}} of the slammed enemy's '''maximum''' health}} {{as|magic damage}} to all other enemies in a large area.",
        ["hp"] = 1100,
        ["mana"] = 175,
        ["startmana"] = 100,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Sett Render.png",
        ["origin"] = {"The Boss"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Showstopper",
        ["abilityicon"] = "The Show Stopper.png",
        ["active"] = "Grabs his target and {{tip|TFT airborne|slams}} them forward, dealing {{as|{{ap|40|60|800}}% {{TFT AP}} of target's '''maximum''' health}} {{as|magic damage}} to them, and {{as|{{ap|20|30|400}}% {{TFT AP}} of the slammed enemy's '''maximum''' health}} {{as|magic damage}} to all other enemies in a large area.",
        ["hp"] = 1100,
        ["mana"] = 175,
        ["startmana"] = 100,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Prestige Obsidian Dragon TFT",
        ["tier"] = 2,
        ["render"] = "Sett PrestigeObsidianDragon TFT Render.png",
        ["origin"] = {"Draconic"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Haymaker",
        ["abilityicon"] = "Haymaker.png",
        ["active"] = "Pulls back for a punch, shredding {{ap|20|25|30}} {{TFT AP}} {{as|armor}} for 10 seconds (stacks) and dealing {{as|{{ap|170|185|200}}% AD}} {{as|physical damage}} to all enemies in the area.",
        ["hp"] = 750,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Prestige Obsidian Dragon TFT",
        ["tier"] = 2,
        ["render"] = "Sett PrestigeObsidianDragon TFT Render.png",
        ["origin"] = {"Draconic"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Haymaker",
        ["abilityicon"] = "Haymaker.png",
        ["active"] = "Pulls back for a punch, shredding {{ap|20|25|30}} {{TFT AP}} {{as|armor}} for 10 seconds (stacks) and dealing {{as|{{ap|170|185|200}}% AD}} {{as|physical damage}} to all enemies in the area.",
        ["hp"] = 750,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      }
  },
  ["Shaco"] = {
      [3] = {
        ["skin"] = "Dark Star",
        ["tier"] = 3,
        ["render"] = "Shaco DarkStar Render.png",
        ["origin"] = {"Dark Star"},
        ["class"] = {"Infiltrator"},
        ["abilityname"] = "Deceive",
        ["abilityicon"] = "Deceive.png",
        ["active"] = "{{tip|TFT invisible|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"] = "{{tip|TFT invisible|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"] = 70,
        ["startmana"] = 30,
        ["ad"] = 75,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 20,
        ["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"
      },
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Shen Render.png",
        ["origin"] = {"Ninja"},
        ["class"] = {"Adept", "Mystic"},
        ["abilityname"] = "Shadow Dash",
        ["abilityicon"] = "Stand United.png",
        ["active"] = "Dashes past his target, shielding himself for {{ap|500|800|4000}} {{TFT AP}} damage and {{tip|TFT taunt|taunting}} all adjacent enemies for {{ap|4|4|8}} seconds.",
        ["hp"] = 950,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Original",
        ["tier"] = 4,
        ["render"] = "Shen Render.png",
        ["origin"] = {"Ninja"},
        ["class"] = {"Adept", "Mystic"},
        ["abilityname"] = "Shadow Dash",
        ["abilityicon"] = "Stand United.png",
        ["active"] = "Dashes past his target, shielding himself for {{ap|500|800|4000}} {{TFT AP}} damage, {{tip|TFT taunt|taunting}} all adjacent enemies for {{ap|4|4|8}} seconds, but {{tip|TFT mana-lock|mana-locking}} himself for 4 seconds.",
        ["hp"] = 950,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 40,
        ["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"
      },
      [4.5] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Shyvana TFT Render.png",
        ["origin"] = {"Dragonsoul"},
        ["class"] = {"Brawler"},
        ["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 {{as|{{ap|40|45|50}}% '''bonus''' health}}, {{as|{{ap|30|60|120}} attack damage}} and basic attacks apply a burn on enemies hit for 2 seconds, dealing a total of {{ap|125|250|500}} {{TFT AP}} {{as|'''bonus''' magic damage}}.",
        ["hp"] = 700,
        ["mana"] = 75,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 60,
        ["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"
      },
      [4.5] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 3,
        ["render"] = "Sivir BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Sharpshooter"},
        ["abilityname"] = "On the Hunt",
        ["abilityicon"] = "On the Hunt.png",
        ["active"] = "Rallies allies with 2 hexes, granting them {{ap|40|50|70}}% {{TFT AP}} {{as|'''bonus''' attack speed}} for 5 seconds. Additionally, grants herself {{ap|100|200|350}} {{as|'''bonus''' attack damage}} for the duration.",
        ["hp"] = 650,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 0.85,
        ["range"] = 2,
        ["arm"] = 20,
        ["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 radius 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|mana-locking}} 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|325|500|20000}} {{TFT AP}} health.",
        ["hp"] = 700,
        ["mana"] = 120,
        ["startmana"] = 50,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Dawnbringer",
        ["tier"] = 2,
        ["render"] = "Soraka Dawnbringer Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"Renewer"},
        ["abilityname"] = "Equinox",
        ["abilityicon"] = "Equinox.png",
        ["active"] = "Calms the 1-hex raidus area around the enemy with the highest {{as|'''current''' mana}} dealing {{ap|150|250|400}} {{TFT AP}} {{as|magic damage}} to all enemies standing in it and increases the mana cost of her target's next ability 35%.",
        ["hp"] = 550,
        ["mana"] = 70,
        ["startmana"] = 30,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 25,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Dawnbringer",
        ["tier"] = 2,
        ["render"] = "Soraka Dawnbringer Render.png",
        ["origin"] = {"Dawnbringer"},
        ["class"] = {"Renewer"},
        ["abilityname"] = "Equinox",
        ["abilityicon"] = "Equinox.png",
        ["active"] = "Calms the 1-hex raidus area around the enemy with the highest {{as|'''current''' mana}} dealing {{ap|150|250|400}} {{TFT AP}} {{as|magic damage}} to all enemies standing in it and increases the mana cost of her target's next ability 35%.",
        ["hp"] = 550,
        ["mana"] = 70,
        ["startmana"] = 30,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 3,
        ["arm"] = 25,
        ["mr"] = 25,
        ["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"
      },
      [4.5] = {
        ["skin"] = "Dragon Master",
        ["tier"] = 5,
        ["render"] = "Swain DragonMaster Amethyst Render.png",
        ["origin"] = {"Dragonsoul"},
        ["class"] = {"Syphoner"},
        ["abilityname"] = "Draconic Ascension",
        ["abilityicon"] = "Demonic Ascension.png",
        ["active"] = "Transforms to his Dragon Form for 6 seconds.<br />While in Dragon Form, he gains {{as|{{ap|60|65|100}}% '''maximum''' health}}, deals {{ap|75|150|1000}} {{TFT AP}} {{as|magic damage}} each second to enemies with {{ap|2.5|2.5|5}} hexes and breathes a cone of fire every 2 seconds that deals {{ap|175|350|5000}} {{TFT AP}} {{as|magic damage}}, applies {{tip|TFT Grievous Wounds|Grievous Wounds}} for the rest of the duration and burns them, dealing {{as|25% '''maximum''' health}} {{as|true damage}} over 10 seconds.",
        ["hp"] = 1000,
        ["mana"] = 100,
        ["startmana"] = 40,
        ["ad"] = 60,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 60,
        ["mr"] = 80,
        ["behavior"] = "Ranged"
      }
  },
  ["Sylas"] = {
      [4] = {
        ["skin"] = "Lunar Wraith",
        ["tier"] = 2,
        ["render"] = "Sylas LunarWraith Render.png",
        ["origin"] = {"Moonlight"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Chain Lash",
        ["abilityicon"] = "Chain Lash.png",
        ["active"] = "Lashes his chains out in a 3-hex line, dealing {{ap|250|400|700|1111}} {{TFT AP}} {{as|magic damage}} to enemies hit and increasing the cost of their next spell by 33%.",
        ["hp"] = 700,
        ["mana"] = 60,
        ["startmana"] = 30,
        ["ad"] = 70,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 80,
        ["behavior"] = "Melee"
      }
  },
  ["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|140|220}} {{TFT AP}} {{as|magic damage}} per orb. If the ability kills her target, extra orbs move on to the next target.",
        ["hp"] = 600,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Justicar",
        ["tier"] = 2,
        ["render"] = "Syndra Justicar TFT Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Invoker"},
        ["abilityname"] = "Force of Will",
        ["abilityicon"] = "Force of Will 2.png",
        ["active"] = "Grabs the nearest enemy and {{tip|TFT airborne|flings}} them towards the farthest enemy, dealing {{ap|300|400|600}} {{TFT AP}} {{as|magic damage}} to all nearby enemies upon impact and {{tip|TFT stun|stunning}} the thrown target for {{ap|2|2.5|4}} seconds.",
        ["hp"] = 550,
        ["mana"] = 90,
        ["startmana"] = 50,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Justicar",
        ["tier"] = 2,
        ["render"] = "Syndra Justicar TFT Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Invoker"},
        ["abilityname"] = "Force of Will",
        ["abilityicon"] = "Force of Will 2.png",
        ["active"] = "Grabs the nearest enemy, rendering them untargetable, and {{tip|TFT airborne|flings}} them towards the farthest enemy, dealing {{ap|250|350|600}} {{TFT AP}} {{as|magic damage}} to all nearby enemies upon impact and {{tip|TFT stun|stunning}} the thrown target for {{ap|2|2.5|4}} seconds.",
        ["hp"] = 600,
        ["mana"] = 90,
        ["startmana"] = 50,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["Tahm Kench"] = {
      [4] = {
        ["skin"] = "Coin Emperor",
        ["tier"] = 1,
        ["render"] = "Tahm Kench CoinEmperor Ruby Render.png",
        ["origin"] = {"Fortune"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Thick Skin",
        ["abilityicon"] = "Thick Skin.png",
        ["passive"] = "Takes {{ap|15|25|75}} {{TFT AP}} reduced post-mitigation damage from all sources.",
        ["hp"] = 700,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 85,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Coin Emperor",
        ["tier"] = 1,
        ["render"] = "Tahm Kench CoinEmperor Ruby Render.png",
        ["origin"] = {"Fortune"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Thick Skin",
        ["abilityicon"] = "Thick Skin.png",
        ["passive"] = "Takes {{ap|15|25|75}} {{TFT AP}} reduced post-mitigation damage from all sources.",
        ["hp"] = 700,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 85,
        ["as"] = 0.5,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      }
  },
  ["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"
	}
  },
  ["Talon"] = {
      [4] = {
        ["skin"] = "Enduring Sword",
        ["tier"] = 4,
        ["render"] = "Talon EnduringSword RoseQuartz Render.png",
        ["origin"] = {"Enlightened"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Truestrike",
        ["abilityicon"] = "Noxian Diplomacy.png",
        ["active"] = "Basic attacks the target with the least armor, dealing {{ap|85|135|400}} {{TFT AP}} {{as|(+ {{ap|240|250|275}}% AD)}} {{as|physical damage}}. If this kills them, he becomes unstoppable and untargetable while he leaps to the enemy who's done the most damage this round. This does not apply spell effects.",
        ["hp"] = 800,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 90,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Enduring Sword",
        ["tier"] = 4,
        ["render"] = "Talon EnduringSword RoseQuartz Render.png",
        ["origin"] = {"Enlightened"},
        ["class"] = {"Assassin"},
        ["abilityname"] = "Truestrike",
        ["abilityicon"] = "Noxian Diplomacy.png",
        ["active"] = "Stabs his target, dealing {{ap|100|200|600}} {{TFT AP}} {{as|(+ {{ap|240|250|300}}% AD)}} {{as|physical damage}}. If this kills them, he becomes unstoppable and untargetable while he leaps to the lowest armor enemy. This does not apply spell effects.",
        ["hp"] = 800,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 95,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      }
  },
  ["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"
	},
      [5] = {
        ["skin"] = "Emerald",
        ["tier"] = 4,
        ["render"] = "Taric Emerald TFT Render.png",
        ["origin"] = {"Verdant"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Nature's Touch",
        ["abilityicon"] = "Starlight's Touch.png",
        ["active"] = "All allies in a large area around him are healed by {{ap|500|750|5000}} {{TFT AP}} and gain {{ap|50|75|500}} {{as|'''bonus''' armor}} for 5 seconds.",
        ["hp"] = 950,
        ["mana"] = 200,
        ["startmana"] = 120,
        ["ad"] = 60,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["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|550}} {{TFT AP}} {{as|magic damage}}, knocking them down, and {{tip|TFT slow|slowing}} them for 3 seconds.",
        ["hp"] = 600,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.95,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4] = {
        ["skin"] = "Spirit Blossom",
        ["tier"] = 2,
        ["render"] = "Teemo SpiritBlossom Render.png",
        ["origin"] = {"Spirit"},
        ["class"] = {"Sharpshooter"},
        ["abilityname"] = "Sporecloud Dart",
        ["abilityicon"] = "Toxic Shot.png",
        ["active"] = "Fires a dart at the enemy with the highest {{as|attack speed}} that explodes into a cloud of spores on contact, poisoning nearby enemies. Poisoned enemies take {{ap|300|400|900}} {{TFT AP}} {{as|magic damage}} over {{ap|2.5|3|4.5}} seconds and are {{tip|TFT miss|blinded}} for the duration.",
        ["hp"] = 500,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Spirit Blossom",
        ["tier"] = 2,
        ["render"] = "Teemo SpiritBlossom Render.png",
        ["origin"] = {"Spirit"},
        ["class"] = {"Sharpshooter"},
        ["abilityname"] = "Sporecloud Dart",
        ["abilityicon"] = "Toxic Shot.png",
        ["active"] = "Fires a dart at his current target that explodes into a cloud of spores on contact, poisoning nearby enemies. Poisoned enemies take {{ap|250|400|900}} {{TFT AP}} {{as|magic damage}} over {{ap|2.5|3|4.5}} seconds and are {{tip|TFT miss|blinded}} for the duration.",
        ["hp"] = 500,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Little Devil",
        ["tier"] = 5,
        ["blood"] = 6,
        ["render"] = "Teemo Little Devil Render.png",
        ["origin"] = {"Hellion"},
        ["class"] = {"Cruel", "Invoker"},
        ["abilityname"] = "Teemo's Cruelty",
        ["abilityicon"] = "Little Devil Teemo profileicon.png",
        ["active"] = "Scatters {{ap|5|6|42}} Infernal Souls around a random enemy. When an enemy nears an Infernal Soul (or after 3 seconds), it explodes dealing {{ap|130|160|666}} {{TFT AP}} {{as|magic damage}} to nearby enemies and reducing their {{as|attack speed}} by 50%.",
        ["hp"] = 800,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.8,
        ["range"] = 4,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Little Devil",
        ["tier"] = 5,
        ["blood"] = 6,
        ["render"] = "Teemo Little Devil Render.png",
        ["origin"] = {"Hellion"},
        ["class"] = {"Cruel", "Invoker"},
        ["abilityname"] = "Teemo's Cruelty",
        ["abilityicon"] = "Little Devil Teemo profileicon.png",
        ["active"] = "Scatters {{ap|5|6|42}} Infernal Souls around a random enemy. When an enemy nears an Infernal Soul (or after 3 seconds), it explodes dealing {{ap|130|160|666}} {{TFT AP}} {{as|magic damage}} to nearby enemies and reducing their {{as|attack speed}} by 50%.",
        ["hp"] = 800,
        ["mana"] = 60,
        ["startmana"] = 30,
        ["ad"] = 65,
        ["as"] = 0.8,
        ["range"] = 4,
        ["arm"] = 30,
        ["mr"] = 30,
        ["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 {{as|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"] = 90,
        ["startmana"] = 50,
        ["ad"] = 50,
        ["as"] = 0.95,
        ["range"] = 2,
        ["arm"] = 55,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
      },
      [4] = {
        ["skin"] = "Spirit Blossom",
        ["tier"] = 2,
        ["render"] = "Thresh SpiritBlossom NightBlossom Render.png",
        ["origin"] = {"Dusk"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Spectral Lantern",
        ["abilityicon"] = "Dark Passage.png",
        ["active"] = "Throws his lantern to the {{as|lowest-health}} ally, shielding them and nearby allies for {{ap|250|450|750}} {{TFT AP}} damage for 4 seconds.",
        ["hp"] = 700,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 60,
        ["as"] = 0.55,
        ["range"] = 2,
        ["arm"] = 80,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Original TFT",
        ["tier"] = 2,
        ["render"] = "Thresh TFT Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Death Sentence",
        ["abilityicon"] = "Death Sentence.png",
        ["active"] = "Throws his scythe, chaining to the farthest enemy dealing {{ap|200|400|1000}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT airborne|pulling}} them toward himself for {{ap|2|3|4}} seconds.",
        ["hp"] = 800,
        ["mana"] = 80,
        ["startmana"] = 40,
        ["ad"] = 75,
        ["as"] = 0.6,
        ["range"] = 2,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Original TFT",
        ["tier"] = 2,
        ["render"] = "Thresh TFT Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Knight"},
        ["abilityname"] = "Death Sentence",
        ["abilityicon"] = "Death Sentence.png",
        ["active"] = "Throws his scythe, chaining to the farthest enemy dealing {{ap|200|400|1000}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT airborne|pulling}} them toward himself for {{ap|2|3|4}} seconds.",
        ["hp"] = 800,
        ["mana"] = 80,
        ["startmana"] = 40,
        ["ad"] = 75,
        ["as"] = 0.6,
        ["range"] = 2,
        ["arm"] = 40,
        ["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"
      },
      [4.5] = {
        ["skin"] = "Dragon Trainer",
        ["tier"] = 1,
        ["render"] = "Tristana DragonTrainer Render.png",
        ["origin"] = {"Dragonsoul"},
        ["class"] = {"Sharpshooter"},
        ["abilityname"] = "Rapid Fire",
        ["abilityicon"] = "Rapid Fire.png",
        ["active"] = "Gains {{ap|60|65|70}}% {{as|'''bonus''' attack speed}} and {{ap|40|60|80}} {{TFT AP}} {{as|magic damage}} on-hit for 3 seconds.",
        ["hp"] = 500,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Little Demon",
        ["tier"] = 2,
        ["render"] = "Tristana LittleDemon Render.png",
        ["origin"] = {"Hellion"},
        ["class"] = {"Cannoneer"},
        ["abilityname"] = "Rocket Jump",
        ["abilityicon"] = "Rocket Jump.png",
        ["active"] = "Leaps behind the farthest enemy, retargeting to them and gaining {{ap|125|150|175}}% {{TFT AP}} {{as| '''bonus''' attack speed}} for 4 seconds. If there is an enemy adjacent to her, she instead leaps as far away from all enemies as she can.",
        ["hp"] = 550,
        ["mana"] = 125,
        ["startmana"] = 75,
        ["ad"] = 65,
        ["as"] = 0.8,
        ["range"] = 5,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "ranged"
      }
  },
  ["Trundle"] = {
  	[5] = {
    ["skin"] = "Dragonslayer TFT",
    ["tier"] = 2,
    ["render"] = "Trundle Dragonslayer TFT Render.png",
  	["origin"] = {"Dragonslayer"},
  	["class"] = {"Skirmisher"},
  	["abilityname"] = "Subjugate",
  	["abilityicon"] = "Subjugate.png",
  	["active"] = "Drains the strength of his current target, reducing their {{as|health}}, {{as|armor}}, {{as|magic resistance}}, and {{as|attack damage}} by 35% and granting himself {{ap|100|130|200}}% {{TFT AP}} of the drained stats for 8 seconds.",
  	["hp"] = 700,
  	["mana"] = 80,
  	["startmana"] = 30,
  	["ad"] = 65,
  	["as"] = 0.8,
  	["range"] = 1,
  	["arm"] = 35,
  	["mr"] = 35,
  	["behavior"] = "Melee"
  	}
  },
  ["Tryndamere"] = {
      [4.5] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 4,
        ["render"] = "Tryndamere WarringKingdoms Render.png",
  	["origin"] = {"Warlord"},
  	["class"] = {"Duelist", "Slayer"},
  	["abilityname"] = "Spinning Slash",
  	["abilityicon"] = "Spinning Slash.png",
  	["active"] = "Spins towards the most enemies in a line dealing {{as|140% AD}} {{as|physical damage}} to enemies hit and empowering his next 3 basic attacks to deal {{ap|75|100|200}}% {{TFT AP}} '''bonus''' damage.",
  	["hp"] = 850,
  	["mana"] = 100,
  	["startmana"] = 60,
  	["ad"] = 85,
  	["as"] = 0.85,
  	["range"] = 1,
  	["arm"] = 60,
  	["mr"] = 60,
  	["behavior"] = "Melee"
      }
  },
  ["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"
      },
      [4] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 1,
        ["render"] = "Twisted Fate BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Wild Cards",
        ["abilityicon"] = "Wild Cards.png",
        ["active"] = "Throws three cards in a cone that deal {{ap|250|350|475}} {{TFT AP}} {{as|magic damage}} to each enemy they pass through.",
        ["hp"] = 550,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.65,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 1,
        ["render"] = "Twisted Fate BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Wild Cards",
        ["abilityicon"] = "Wild Cards.png",
        ["active"] = "Throws three cards in a cone that deal {{ap|250|350|475}} {{TFT AP}} {{as|magic damage}} to each enemy they pass through.",
        ["hp"] = 550,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.65,
        ["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"
	}
  },
  ["Udyr"] = {
  	  [5] = {
  		["skin"] = "Dragon Oracle TFT",
  		["tier"] = 1,
  		["render"] = "Udyr DragonOracle TFT Render.png",
  		["origin"] = {"Draconic"},
  		["class"] = {"Skirmisher"},
  		["abilityname"] = "Feral Instinct",
  		["abilityicon"] = "Monkey's Agility.png",
  		["active"] = "Swaps between Turtle and Tiger stance with each cast, gaining the following benefits:<br />[[File:Turtle Stance.png|20px|link=]] {{sbc|Turtle:}} Gains a {{ap|250|350|550}} {{TFT AP}} shield for 4 seconds.<br />[[File:Tiger Stance.png|20px|link=]] {{sbc|Tiger:}} Strikes 3 times quickly with his next basic attack dealing {{as|{{ap|120|130|180}}% AD}} {{as|physical damage}}.",
  		["hp"] = 700,
        ["mana"] = 40,
        ["startmana"] = 30,
        ["ad"] = 55,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "melee"
  	  },
  	  [5.5] = {
  		["skin"] = "Dragon Oracle TFT",
  		["tier"] = 1,
  		["render"] = "Udyr DragonOracle TFT Render.png",
  		["origin"] = {"Draconic"},
  		["class"] = {"Skirmisher"},
  		["abilityname"] = "Feral Instinct",
  		["abilityicon"] = "Monkey's Agility.png",
  		["active"] = "Swaps between Turtle and Tiger stance with each cast, gaining the following benefits:<br />[[File:Turtle Stance.png|20px|link=]] {{sbc|Turtle:}} Gains a {{ap|250|350|550}} {{TFT AP}} shield for 4 seconds.<br />[[File:Tiger Stance.png|20px|link=]] {{sbc|Tiger:}} Strikes 3 times quickly with his next basic attack dealing {{as|{{ap|120|130|180}}% AD}} {{as|physical damage}}.",
  		["hp"] = 700,
        ["mana"] = 40,
        ["startmana"] = 30,
        ["ad"] = 55,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 30,
        ["behavior"] = "melee"
  	  }
  },
  ["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, reeling the first enemy it hits in over {{ap|3|2|1}} seconds. Once they reach him, he repeatedly deals 2000 {{as|true damage}} very quickly until they die. After each successful cast, the {{as|mana cost}} of this ability is reduced by {{ap|20|30|100}} {{TFT AP}}.",
        ["hp"] = 950,
        ["mana"] = 100,
        ["startmana"] = 50,
        ["ad"] = 80,
        ["as"] = 0.7,
        ["range"] = 2,
        ["arm"] = 40,
        ["mr"] = 30,
        ["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"
	  },
      [5] = {
        ["skin"] = "Arclight",
        ["tier"] = 2,
        ["render"] = "Varus Arclight TFT Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Holy Arrows",
        ["abilityicon"] = "Hail of Arrows.png",
        ["active"] = "Fires a hail of arrows around his target, dealing {{as|{{ap|150|155|165}}% AD}} {{as|physical damage}}. '''Varus''' and allies within the area are blessed for 6 seconds, causing them to deal {{ap|40|60|90}} {{TFT AP}} {{as|'''bonus''' magic damage}} with their basic attacks for the duration.",
        ["hp"] = 550,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Arclight",
        ["tier"] = 2,
        ["render"] = "Varus Arclight TFT Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Holy Arrows",
        ["abilityicon"] = "Hail of Arrows.png",
        ["active"] = "Fires a hail of arrows around his target, dealing {{as|{{ap|150|155|165}}% AD}} {{as|physical damage}}. '''Varus''' and allies within the area are blessed for 6 seconds, causing them to deal {{ap|40|60|90}} {{TFT AP}} {{as|'''bonus''' magic damage}} with their basic attacks for the duration.",
        ["hp"] = 600,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 20,
        ["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 Helmet 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 {{tip|TFT invisible|invisible}} and her next basic attack deals {{as|{{ap|175|200|275}}% AD}} {{as|physical damage}}.",
        ["hp"] = 500,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.85,
        ["range"] = 6,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4] = {
        ["skin"] = "Spirit Blossom",
        ["tier"] = 1,
        ["render"] = "Vayne SpiritBlossom Render.png",
        ["origin"] = {"Dusk"},
        ["class"] = {"Sharpshooter"},
        ["abilityname"] = "Silver Bolts",
        ["abilityicon"] = "Silver Bolts.png",
        ["passive"] = "Basic attacks apply a ''Silver Bolts'' stack. The third stack consumes all stacks on the target to deal {{ap|50|90|130}} {{TFT AP}} {{as|'''bonus''' true damage}}.",
        ["hp"] = 500,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.8,
        ["range"] = 4,
        ["arm"] = 15,
        ["mr"] = 15,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Soulstealer",
        ["tier"] = 1,
        ["render"] = "Vayne Soulstealer TFT Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Silver Bolts",
        ["abilityicon"] = "Silver Bolts.png",
        ["passive"] = "Basic attacks apply a ''Silver Bolts'' stack. The third stack consumes all stacks on the target to deal {{ap|70|100|140}} {{TFT AP}} {{as|'''bonus''' true damage}}.",
        ["hp"] = 500,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 30,
        ["as"] = 0.8,
        ["range"] = 4,
        ["arm"] = 15,
        ["mr"] = 15,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Soulstealer",
        ["tier"] = 1,
        ["render"] = "Vayne Soulstealer TFT Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Ranger"},
        ["abilityname"] = "Silver Bolts",
        ["abilityicon"] = "Silver Bolts.png",
        ["passive"] = "Basic attacks apply a ''Silver Bolts'' stack. The third stack consumes all stacks on the target to deal {{ap|70|100|140}} {{TFT AP}} {{as|'''bonus''' true damage}}.",
        ["hp"] = 500,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 30,
        ["as"] = 0.8,
        ["range"] = 4,
        ["arm"] = 15,
        ["mr"] = 15,
        ["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"
      },
      [4] = {
        ["skin"] = "Elderwood",
        ["tier"] = 3,
        ["render"] = "Veigar Elderwood Amethyst Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Butterfly Burst",
        ["abilityicon"] = "Dark Matter.png",
        ["active"] = "Blasts the enemy with the {{as|lowest total-health}}, dealing {{ap|450|600|900}} {{TFT AP}} {{as|magic damage}}. If this kills the target, he permanently gains {{ap|1|1|2}} {{tip|TFT AP|ability power}}.",
        ["hp"] = 600,
        ["mana"] = 55,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Elderwood",
        ["tier"] = 3,
        ["render"] = "Veigar Elderwood Amethyst Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Mage"},
        ["abilityname"] = "Dark Blossom",
        ["abilityicon"] = "Dark Matter.png",
        ["active"] = "Blasts the enemy with the {{as|lowest total-health}}, dealing {{ap|500|650|1000}} {{TFT AP}} {{as|magic damage}}. If this kills the target, he permanently gains {{ap|1|1|2}} {{tip|TFT AP|ability power}}.",
        ["hp"] = 600,
        ["mana"] = 55,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.65,
        ["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"
      },
      [5] = {
        ["skin"] = "Arclight",
        ["tier"] = 4,
        ["render"] = "Vel'Koz Arclight TFT Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Spellweaver"},
        ["abilityname"] = "Lifeform Disintegration Ray",
        ["abilityicon"] = "Life Form Disintegration Ray.png",
        ["active"] = "Channels a ray of energy toward the enemy nearest to the center of the battlefield over 3 seconds, dealing total {{ap|900|1150|4000}} {{TFT AP}} {{as|magic damage}} over the duration. The beam widens as Vel'Koz channels, and he will turn if there are no enemies in the area.",
        ["hp"] = 650,
        ["mana"] = 80,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 25,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Arclight",
        ["tier"] = 4,
        ["render"] = "Vel'Koz Arclight TFT Render.png",
        ["origin"] = {"Redeemed"},
        ["class"] = {"Spellweaver"},
        ["abilityname"] = "Lifeform Disintegration Ray",
        ["abilityicon"] = "Life Form Disintegration Ray.png",
        ["active"] = "Channels a ray of energy toward the enemy nearest to the center of the battlefield over 3 seconds, dealing total {{ap|900|1150|4000}} {{TFT AP}} {{as|magic damage}} over the duration. The beam widens as Vel'Koz channels, and he will turn if there are no enemies in the area.",
        ["hp"] = 650,
        ["mana"] = 80,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 25,
        ["mr"] = 25,
        ["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|600}} {{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|350|550|1350}} {{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"
      },
      [4] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 2,
        ["render"] = "Vi WarringKingdoms Render.png",
        ["origin"] = {"Warlord"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Denting Blow",
        ["abilityicon"] = "Excessive Force 2.png",
        ["active"] = "Blasts through her target, dealing {{ap|250|400|800}} {{TFT AP}} {{as|magic damage}} to all enemies in a cone and reducing their {{as|armor}} by {{ap|40|60|80}}% for 8 seconds.",
        ["hp"] = 700,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 2,
        ["render"] = "Vi WarringKingdoms Render.png",
        ["origin"] = {"Warlord"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Denting Blow",
        ["abilityicon"] = "Excessive Force 2.png",
        ["active"] = "Blasts through her target, dealing {{ap|250|425|850}} {{TFT AP}} {{as|magic damage}} to all enemies in a cone and reducing their {{as|armor}} by {{ap|40|50|70}}% for 8 seconds.",
        ["hp"] = 700,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 65,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      }
  },
  ["Viego"] = {
      [5] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Viego TFT Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Skirmisher", "Assassin"},
        ["abilityname"] = "Sovereign's Domination",
        ["abilityicon"] = "Sovereign's Domination.png",
        ["active"] = "Corrupts his target's soul for 5 seconds, {{tip|TFT stun|stunning}} them and dealing {{ap|180|300|1500}} {{TFT AP}} {{as|magic damage}} each second, increased by 100% each second. '''Viego''' will be interrupted if he is {{tip|TFT stun|stunned}}. If his victim dies they are resurrected at full health to fight for him, but lose {{as|{{ap|15|7|0}}% of their '''maximum''' health}} per second.<br />Viego's allies prefer to not target Viego's victim while they're being corrupted, and corrupted enemies benefit from your team's Traits rather than their original owner's traits.",
        ["hp"] = 1000,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 1,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Viego TFT Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Skirmisher", "Assassin"},
        ["abilityname"] = "Sovereign's Domination",
        ["abilityicon"] = "Sovereign's Domination.png",
        ["active"] = "Corrupts his target's soul for 5 seconds, {{tip|TFT stun|stunning}} them and dealing {{ap|180|300|1500}} {{TFT AP}} {{as|magic damage}} each second, increased by 100% each second. '''Viego''' will be interrupted if he is {{tip|TFT stun|stunned}}. If his victim dies they are resurrected at full health to fight for him, but lose {{as|{{ap|15|7|0}}% of their '''maximum''' health}} per second.<br />Viego's allies prefer to not target Viego's victim while they're being corrupted, and corrupted enemies benefit from your team's Traits rather than their original owner's traits.",
        ["hp"] = 1000,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 70,
        ["as"] = 1,
        ["range"] = 1,
        ["arm"] = 40,
        ["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|200|325|1500}} {{TFT AP}} {{as|magic damage}} in an explosion along the same path.",
        ["hp"] = 650,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Death Sworn",
        ["tier"] = 2,
        ["render"] = "Viktor DeathSworn TFT Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Spellweaver"},
        ["abilityname"] = "Siphon Power",
        ["abilityicon"] = "Siphon Power.png",
        ["active"] = "Blasts his target, dealing {{ap|300|500|850}} {{TFT AP}} {{as|magic damage}} to the nearest enemy and granting a {{ap|150|250|425}} {{TFT AP}} shield to the 3 allies nearest to that enemy for 5 seconds.",
        ["hp"] = 500,
        ["mana"] = 70,
        ["startmana"] = 30,
        ["ad"] = 45,
        ["as"] = 0.65,
        ["range"] = 4,
        ["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"
      },
      [4.5] = {
        ["skin"] = "Blood Lord",
        ["tier"] = 2,
        ["render"] = "Vladimir BloodLord Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Syphoner"},
        ["abilityname"] = "Transfusion",
        ["abilityicon"] = "Transfusion.png",
        ["active"] = "Deals {{ap|400|600|1000}} {{TFT AP}} {{as|magic damage}} to his target. All nearby allies are healed for 50% of the damage dealt.",
        ["hp"] = 750,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 2,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Ranged"
	  },
      [5] = {
        ["skin"] = "Nightbringer TFT",
        ["tier"] = 1,
        ["render"] = "Vladimir Nightbringer TFT Render.png",
        ["origin"] = {"Nightbringer"},
        ["class"] = {"Renewer"},
        ["abilityname"] = "Transfusion",
        ["abilityicon"] = "Transfusion.png",
        ["active"] = "Deals {{ap|300|420|540}} {{TFT AP}} {{as|magic damage}} to his target and heals for {{ap|200|280|360}} {{TFT AP}}.",
        ["hp"] = 650,
        ["mana"] = 80,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 35,
        ["mr"] = 35,
        ["behavior"] = "Ranged"
	  },
      [5.5] = {
        ["skin"] = "Nightbringer TFT",
        ["tier"] = 1,
        ["render"] = "Vladimir Nightbringer TFT Render.png",
        ["origin"] = {"Nightbringer"},
        ["class"] = {"Renewer"},
        ["abilityname"] = "Transfusion",
        ["abilityicon"] = "Transfusion.png",
        ["active"] = "Deals {{ap|300|420|540}} {{TFT AP}} {{as|magic damage}} to his target and heals for {{ap|200|280|360}} {{TFT AP}}.",
        ["hp"] = 650,
        ["mana"] = 80,
        ["startmana"] = 0,
        ["ad"] = 45,
        ["as"] = 0.65,
        ["range"] = 2,
        ["arm"] = 35,
        ["mr"] = 35,
        ["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"
	  },
      [5] = {
        ["skin"] = "Thousand Pierced Bear TFT",
        ["tier"] = 5,
        ["render"] = "Volibear ThousandPiercedBear TFT Render.png",
        ["origin"] = {"Revenant"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Doombringer",
        ["abilityicon"] = "Thundering Smash.png",
        ["active"] = "Leaps toward his target then slams the ground in a large area around him, removing any shields, dealing {{ap|150|300|5000}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT airborne|knocking up}} and {{tip|TFT stun|stunning}} enemies for {{ap|2.5|3.5|10}} seconds.",
        ["hp"] = 1100,
        ["mana"] = 200,
        ["startmana"] = 110,
        ["ad"] = 80,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["behavior"] = "Melee"
	  },
      [5.5] = {
        ["skin"] = "Thousand Pierced Bear TFT",
        ["tier"] = 5,
        ["render"] = "Volibear ThousandPiercedBear TFT Render.png",
        ["origin"] = {"Revenant"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Doombringer",
        ["abilityicon"] = "Thundering Smash.png",
        ["active"] = "Leaps toward his target then slams the ground in a large area around him, removing any shields, dealing {{ap|150|300|5000}} {{TFT AP}} {{as|magic damage}} and {{tip|TFT airborne|knocking up}} and {{tip|TFT stun|stunning}} enemies for {{ap|2.5|3.5|10}} seconds.",
        ["hp"] = 1100,
        ["mana"] = 200,
        ["startmana"] = 110,
        ["ad"] = 80,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 60,
        ["mr"] = 60,
        ["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 {{as|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 {{as|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"
      },
      [4] = {
        ["skin"] = "Lunar Guardian",
        ["tier"] = 4,
        ["render"] = "Warwick LunarGuardian Golden Render.png",
        ["origin"] = {"Divine"},
        ["class"] = {"Hunter", "Brawler"},
        ["abilityname"] = "Primal Hunger",
        ["abilityicon"] = "Eternal Hunger.png",
        ["active"] = "Gains {{ap|135|150|500}}% {{TFT AP}} {{as|'''bonus''' attack speed}}, {{ap|40|40|200}}% lifesteal, and moves faster for the rest of combat. While in this state, if he scores a takedown he howls, granting himself and allies who share a trait with him {{ap|60|75|200}}% {{as|'''bonus''' attack speed}} for 3 seconds.",
        ["hp"] = 950,
        ["mana"] = 70,
        ["startmana"] = 0,
        ["ad"] = 85,
        ["as"] = 0.8,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Grey",
        ["tier"] = 1,
        ["render"] = "Warwick Grey TFT Render.png",
        ["origin"] = {"Forgotten"},
        ["class"] = {"Brawler"},
        ["abilityname"] = "Infinite Duress",
        ["abilityicon"] = "Infinite Duress.png",
        ["active"] = "Leaps to the enemy with the {{as|lowest percent health}}, {{tip|TFT stun|stunning}} them and dealing {{ap|200|300|450}} {{TFT AP}} {{as|magic damage}} and healing himself for 80% of the damage over 2 seconds. If this ability kills the target, he will instantly cast again.",
        ["hp"] = 700,
        ["mana"] = 100,
        ["startmana"] = 60,
        ["ad"] = 55,
        ["as"] = 0.6,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["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"
      },
      [4] = {
        ["skin"] = "Radiant",
        ["tier"] = 1,
        ["render"] = "Wukong Radiant Render.png",
        ["origin"] = {"Divine"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Crushing Blow",
        ["abilityicon"] = "Crushing Blow.png",
        ["active"] = "Slams his target with his staff, basic attacking for {{as|{{ap|225|265|280}}% {{TFT AP}} AD}} {{as|physical damage}} and {{tip|TFT stun|stunning}} them for {{ap|1.5|2|3}} seconds. This does not apply spell effects.",
        ["hp"] = 650,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Radiant",
        ["tier"] = 1,
        ["render"] = "Wukong Radiant Render.png",
        ["origin"] = {"Divine"},
        ["class"] = {"Vanguard"},
        ["abilityname"] = "Crushing Blow",
        ["abilityicon"] = "Crushing Blow.png",
        ["active"] = "Slams his target with his staff, basic attacking for {{as|{{ap|240|250|260}}% {{TFT AP}} AD}} {{as|physical damage}} and {{tip|TFT stun|stunning}} them for {{ap|1.5|2|3}} seconds. This does not apply spell effects.",
        ["hp"] = 650,
        ["mana"] = 50,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.65,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 30,
        ["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"] = 60,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.9,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Elderwood",
        ["tier"] = 4,
        ["render"] = "Xayah Elderwood TFT Render.png",
        ["origin"] = {"Elderwood"},
        ["class"] = {"Executioner", "Keeper"},
        ["abilityname"] = "Featherstorm",
        ["abilityicon"] = "Featherstorm.png",
        ["active"] = "Becomes untargetable and invulnerable as she leaps into the air, throwing out a fan of 9 feather daggers that pass through enemies and deal {{as|{{ap|250|275|350}}% AD}} {{as|physical damage}} to enemies within the cone. She then recalls her feathers, striking enemies for {{ap|100|200|600}} {{TFT AP}} {{as|magic damage}} per feather.",
        ["hp"] = 600,
        ["mana"] = 130,
        ["startmana"] = 70,
        ["ad"] = 80,
        ["as"] = 0.85,
        ["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|320|440|2500}} {{TFT AP}} {{as|magic damage}} upon impact and if they kill their target, all adjacent enemies take {{ap|80|110|625}} {{TFT AP}} {{as|magic damage}} and are {{tip|TFT Stun|stunned}} for {{fd|1.5}} seconds.",
        ["hp"] = 700,
        ["mana"] = 80,
        ["startmana"] = 20,
        ["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"
      },
      [4] = {
        ["skin"] = "Warring Kingdoms",
        ["tier"] = 3,
        ["render"] = "Xin Zhao WarringKingdoms Render.png",
        ["origin"] = {"Warlord"},
        ["class"] = {"Duelist"},
        ["abilityname"] = "Crescent Guard",
        ["abilityicon"] = "Crescent Guard.png",
        ["active"] = "Sweeps around him, dealing {{as|{{ap|330|340|350}}% {{TFT AP}} AD}} {{as|physical damage}} to nearby enemies and gains {{ap|50|60|75}} {{as|'''bonus''' armor}} and {{as|'''bonus''' magic resistance}} for the rest of combat.",
        ["hp"] = 700,
        ["mana"] = 60,
        ["startmana"] = 30,
        ["ad"] = 65,
        ["as"] = 0.85,
        ["range"] = 1,
        ["arm"] = 45,
        ["mr"] = 30,
        ["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"] = 80,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Yasuo Render.png",
        ["origin"] = {"Exile"},
        ["class"] = {"Duelist"},
        ["abilityname"] = "Striking Steel",
        ["abilityicon"] = "Steel Tempest 3.png",
        ["active"] = "Strikes forward two hexes, basic attacking for {{as|{{ap|180|200|225}}% {{TFT AP}} AD}} {{as|physical damage}} and applying on-hit effects. If he can't hit two targets from where he's standing, he'll first dash to a place where he can. This does not apply spell effects.",
        ["hp"] = 550,
        ["mana"] = 45,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Original",
        ["tier"] = 1,
        ["render"] = "Yasuo Render.png",
        ["origin"] = {"Exile"},
        ["class"] = {"Duelist"},
        ["abilityname"] = "Striking Steel",
        ["abilityicon"] = "Steel Tempest 3.png",
        ["active"] = "Strikes forward two hexes, basic attacking for {{as|{{ap|190|200|210}}% {{TFT AP}} AD}} {{as|physical damage}} and applying on-hit effects. If he can't hit two targets from where he's standing, he'll first dash to a place where he can. This does not apply spell effects.",
        ["hp"] = 550,
        ["mana"] = 45,
        ["startmana"] = 0,
        ["ad"] = 50,
        ["as"] = 0.7,
        ["range"] = 1,
        ["arm"] = 30,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [5] = {
        ["skin"] = "Nightbringer TFT",
        ["tier"] = 3,
        ["render"] = "Yasuo Nightbringer TFT Render.png",
        ["origin"] = {"Nightbringer"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Burning Blade",
        ["abilityicon"] = "Last Breath.png",
        ["active"] = "Strikes his target, dealing {{ap|250|350|650}} {{TFT AP}} {{as|magic damage}}. He then empowers his blade, gaining stacking {{ap|25|35|65}} {{TFT AP}} {{as|'''bonus''' true damage}} on-hit for the rest of combat.",
        ["hp"] = 800,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 1,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      },
      [5.5] = {
        ["skin"] = "Nightbringer TFT",
        ["tier"] = 3,
        ["render"] = "Yasuo Nightbringer TFT Render.png",
        ["origin"] = {"Nightbringer"},
        ["class"] = {"Legionnaire"},
        ["abilityname"] = "Burning Blade",
        ["abilityicon"] = "Last Breath.png",
        ["active"] = "Strikes his target, dealing {{ap|250|350|650}} {{TFT AP}} {{as|magic damage}}. He then empowers his blade, gaining stacking {{ap|25|35|65}} {{TFT AP}} {{as|'''bonus''' true damage}} on-hit for the rest of combat.",
        ["hp"] = 800,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 60,
        ["as"] = 1,
        ["range"] = 1,
        ["arm"] = 35,
        ["mr"] = 35,
        ["behavior"] = "Melee"
      }
  },
  ["Yone"] = {
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Yone Render.png",
        ["origin"] = {"Exile"},
        ["class"] = {"Adept"},
        ["abilityname"] = "Seal Fate",
        ["abilityicon"] = "Fate Sealed.png",
        ["active"] = "Becomes untargetable and strikes along a path in front of him, dealing {{ap|800|1300|9999}} {{TFT AP}} {{as|magic damage}} split between all enemies hit. Enemies hit are marked for death, reducing their resistances by 60%.<br />Yone's spell is then replaced with '''Unforgotten''' until there are no remaining enemies marked for death.<br />'''Unforgotten''' (20 mana): Dashes to the {{as|lowest health}} enemy that is marked for death, dealing {{ap|250|400|1000}} {{TFT AP}} plus {{as|100%  of target's '''missing''' health}} {{as|magic damage}}.",
        ["hp"] = 950,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 80,
        ["as"] = 0.95,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Original",
        ["tier"] = 5,
        ["render"] = "Yone Render.png",
        ["origin"] = {"Exile"},
        ["class"] = {"Adept"},
        ["abilityname"] = "Seal Fate",
        ["abilityicon"] = "Fate Sealed.png",
        ["active"] = "Becomes untargetable and strikes along a path in front of him, dealing {{ap|800|1200|20000}} {{TFT AP}} {{as|magic damage}} split between all enemies hit. Enemies hit are marked for death for 8 seconds, reducing their resistances by {{ap|60|60|70}}%.<br />Yone's spell is then replaced with '''Unforgotten''' until there are no remaining enemies marked for death.<br />'''Unforgotten''' (10 mana): Dashes to the {{as|lowest health}} enemy that is marked for death, dealing {{ap|350|750|9999}} {{TFT AP}} {{as|magic damage}}, increased up to 100% based on target's {{as|'''missing''' health}}.",
        ["hp"] = 950,
        ["mana"] = 60,
        ["startmana"] = 0,
        ["ad"] = 80,
        ["as"] = 0.95,
        ["range"] = 1,
        ["arm"] = 40,
        ["mr"] = 40,
        ["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}} {{as|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"
	}
  },
  ["Yuumi"] = {
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Yuumi Render.png",
        ["origin"] = {"Spirit"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Zoomies",
        ["abilityicon"] = "Zoomies.png",
        ["active"] = "Dashes to the {{as|lowest-health}} ally, healing them for {{as|{{ap|30|45|75}}% {{TFT AP}} of their '''missing''' health}} and granting them {{ap|30|40|60}}% {{TFT AP}} {{as|'''bonus''' attack speed}} for 5 seconds. She then repeats this on the farthest ally.",
        ["hp"] = 650,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Original",
        ["tier"] = 3,
        ["render"] = "Yuumi Render.png",
        ["origin"] = {"Spirit"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Zoomies",
        ["abilityicon"] = "Zoomies.png",
        ["active"] = "Dashes to the {{as|lowest-health}} ally, healing them for {{as|{{ap|30|45|90}}% {{TFT AP}} of their '''missing''' health}} and granting them {{ap|30|40|60}}% {{TFT AP}} {{as|'''bonus''' attack speed}} for 5 seconds. She then repeats this on the farthest ally.",
        ["hp"] = 650,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.6,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  },
  ["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|33|50}}% of the target's AD}}.",
        ["hp"] = 650,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 25,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [4] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Zed Render.png",
        ["origin"] = {"Ninja"},
        ["class"] = {"Shade"},
        ["abilityname"] = "Contempt for the Weak",
        ["abilityicon"] = "Razor Shuriken.png",
        ["passive"] = "Every third attack deals {{ap|40|50|75}} {{TFT AP}} {{as|'''bonus''' magic damage}} and steals {{as|{{ap|25|30|35}}% of the target's current AD}}.",
        ["hp"] = 650,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Melee"
      },
      [4.5] = {
        ["skin"] = "Original",
        ["tier"] = 2,
        ["render"] = "Zed Render.png",
        ["origin"] = {"Ninja"},
        ["class"] = {"Slayer"},
        ["abilityname"] = "Contempt for the Weak",
        ["abilityicon"] = "Razor Shuriken.png",
        ["passive"] = "When combat starts, teleports to the enemy backline.<br />Every third basic attack deals {{ap|25|50|75}} {{TFT AP}} {{as|'''bonus''' magic damage}} and steals {{as|30% of the target's current AD}}.",
        ["hp"] = 650,
        ["mana"] = 0,
        ["startmana"] = 0,
        ["ad"] = 55,
        ["as"] = 0.75,
        ["range"] = 1,
        ["arm"] = 20,
        ["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|600}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 500,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5] = {
        ["skin"] = "Master Arcanist",
        ["tier"] = 1,
        ["render"] = "Ziggs MasterArcanist TFT Render.png",
        ["origin"] = {"Hellion"},
        ["class"] = {"Spellweaver"},
        ["abilityname"] = "Arcane Bomb",
        ["abilityicon"] = "Bouncing Bomb.png",
        ["active"] = "Throws a bomb at an enemy, dealing {{ap|250|375|525}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 450,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 15,
        ["mr"] = 15,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Master Arcanist",
        ["tier"] = 1,
        ["render"] = "Ziggs MasterArcanist TFT Render.png",
        ["origin"] = {"Hellion"},
        ["class"] = {"Spellweaver"},
        ["abilityname"] = "Arcane Bomb",
        ["abilityicon"] = "Bouncing Bomb.png",
        ["active"] = "Throws a bomb at an enemy, dealing {{ap|250|375|525}} {{TFT AP}} {{as|magic damage}}.",
        ["hp"] = 450,
        ["mana"] = 40,
        ["startmana"] = 0,
        ["ad"] = 40,
        ["as"] = 0.75,
        ["range"] = 4,
        ["arm"] = 15,
        ["mr"] = 15,
        ["behavior"] = "Ranged"
      }
  }, 
  ["Zilean"] = {
      [4] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 5,
        ["render"] = "Zilean BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Rewind Fate",
        ["abilityicon"] = "Time Warp.png",
        ["active"] = "Places a protective Time Rune on the {{ap|2|3|10}} allies with the {{as|lowest current health}} (excluding himself). When they would die, they instead resurrect after {{ap|3.5|3|1}} seconds, returning to combat with {{ap|350|500|3000}} {{TFT AP}} health and shedding all negative effects. After resurrecting, they gain {{ap|50|50|500}}% {{TFT AP}} {{as|'''bonus''' attack speed}} for the rest of combat.",
        ["hp"] = 750,
        ["mana"] = 150,
        ["startmana"] = 100,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["range"] = 3,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [4.5] = {
        ["skin"] = "Blood Moon",
        ["tier"] = 5,
        ["render"] = "Zilean BloodMoon Render.png",
        ["origin"] = {"Cultist"},
        ["class"] = {"Mystic"},
        ["abilityname"] = "Rewind Fate",
        ["abilityicon"] = "Time Warp.png",
        ["active"] = "Places a protective Time Rune on the {{ap|2|3|10}} allies with the {{as|lowest current health}} (excluding himself). When they would die, they instead resurrect after {{ap|3|2|0.5}} seconds, returning to combat with {{ap|350|500|3000}} {{TFT AP}} health and shedding all negative effects. After resurrecting, they gain {{ap|50|75|500}}% {{TFT AP}} {{as|'''bonus''' attack speed}} for the rest of combat.",
        ["hp"] = 750,
        ["mana"] = 150,
        ["startmana"] = 100,
        ["ad"] = 45,
        ["as"] = 0.75,
        ["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"] = 80,
        ["startmana"] = 40,
        ["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"
      },
      [5] = {
        ["skin"] = "Dragon Sorceress TFT",
        ["tier"] = 3,
        ["render"] = "Zyra DragonSorceress TFT Render.png",
        ["origin"] = {"Draconic"},
        ["class"] = {"Spellweaver"},
        ["abilityname"] = "Grasping Roots",
        ["abilityicon"] = "Grasping Roots.png",
        ["active"] = "Sends a surge of vines toward the farthest enemy. Enemies hit by the vines are dealt {{ap|200|325|650}} {{TFT AP}} {{as|magic damage}} and are {{tip|TFT stun|stunned}} for {{ap|2|2.5|3}} seconds.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 40,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      },
      [5.5] = {
        ["skin"] = "Dragon Sorceress TFT",
        ["tier"] = 3,
        ["render"] = "Zyra DragonSorceress TFT Render.png",
        ["origin"] = {"Draconic"},
        ["class"] = {"Spellweaver"},
        ["abilityname"] = "Grasping Roots",
        ["abilityicon"] = "Grasping Roots.png",
        ["active"] = "Sends a surge of vines toward the farthest enemy. Enemies hit by the vines are dealt {{ap|200|300|575}} {{TFT AP}} {{as|magic damage}} and are {{tip|TFT stun|stunned}} for {{ap|1.5|2|2.5}} seconds.",
        ["hp"] = 600,
        ["mana"] = 100,
        ["startmana"] = 40,
        ["ad"] = 40,
        ["as"] = 0.7,
        ["range"] = 4,
        ["arm"] = 20,
        ["mr"] = 20,
        ["behavior"] = "Ranged"
      }
  }
}
-- </pre>
-- [[Category:Lua]]
Advertisement