Module:LoRPoCData/power

From League of Legends Wiki, LoL Wiki
Jump to navigation Jump to search
Module:LoRPoCData/power has the following documentation.

This module stores ONLY information about PLAYER powers. For Special Rules (aka Mutators) and Foe powers go to Module:LoRPoCData/foe.

    {{{code}}}
        name             = string  
        rarity           = string                 -Common, Rare, Epic or Legendary
        icon             = string
        desc             = string
        descExtra        = string
        categories       = table of strings       -Regular, Champion, Encounter, Pity, Relic... (Regular by default if none given)
        source           = string                 -Obtained in a specific event/encounter or a particular champion's Star Power
        removed          = string                 -Patch in which it was removed

return {
	--extra powers
	["PX000"] = {
        ["name"] = "Stamina",
        ["rarity"] = "Common",
		["icon"]   = "01IO004-full.png",
        ["desc"] = "Game Start: Heal your Nexus 2.",
        ["link"] = "LoR:Stamina",
        ["removed"] = "V5.7",
        ["categories"] = {"Level"}
    },
    ["PX001"] = {
        ["name"] = "Stamina II",
        ["rarity"] = "Common",
		["icon"]   = "01IO004-full.png",
        ["desc"] = "Game Start: Heal your Nexus 4.",
        ["link"] = "LoR:Stamina#Stamina II",
        ["removed"] = "V5.7",
        ["categories"] = {"Level"}
    },
    ["PX002"] = {
        ["name"] = "Heroes' Welcome",
        ["rarity"] = "Common",
		["icon"]   = "01FR029-full.png",
        ["desc"] = "Game Start: Draw a champion.",
        ["link"] = "LoR:Heroes' Welcome",
        ["categories"] = {"Level"}
    },
    ["PX010"] = {
        ["name"] = "Pop Goes The Puffcap",
        ["rarity"] = "Common",
		["icon"]   = "01PZ010-full.png",
        ["desc"] = "[[LoR:Vocabs/Round Start|Round Start]]: Plant a [[LoR:Poison Puffcap|<span style=\"color:#4F9DEB;\">Poison Puffcap</span>]] on a random card in the Foe's deck.",
        ["source"] = "Chump Whump",
        ["link"] = "LoR:Pop Goes The Puffcap",
        ["categories"] = {"Encounter"}
    },
    ["PX017"] = {
        ["name"] = "Spirit of the Buhru",
        ["rarity"] = "Epic",
		["icon"]   = "06BW040-full.png",
        ["desc"] = "Allies that cost 1 or less have [[File:Keyword Overwhelm.svg|15px]] [[LoR:Keywords/Overwhelm|Overwhelm]], [[File:Keyword Quick Attack.svg|15px]] [[LoR:Keywords/Quick Attack|Quick Attack]], and [[File:Keyword Fury.png|15px]] [[LoR:Keywords/Fury|Fury]].",
        ["link"] = "LoR:Spirit of the Buhru",
        ["categories"] = {"Relic"}
    },
    ["PX018"] = {
        ["name"] = "The Beast Within",
        ["rarity"] = "Epic",
		["icon"]   = "05FR017-full.png",
        ["desc"] = "Allies have [[File:Keyword Overwhelm.svg|15px]] [[LoR:Keywords/Overwhelm|Overwhelm]], and if they have a subtype, +1|+1.",
        ["link"] = "LoR:The Beast Within",
        ["categories"] = {"Relic"}
    },
    ["PX019"] = {
        ["name"] = "Starforged Gauntlets",
        ["rarity"] = "Epic",
		["icon"]   = "06MT033-full.png",
        ["desc"] = "If I'm [[LoR:Vocabs/Titanic|Titanic]], +1 Starting Mana. You can find Level 2 Champions when you [[LoR:Vocabs/Invoke|Invoke]] or [[LoR:Vocabs/Manifest|Manifest]].",
        ["link"] = "LoR:Starforged Gauntlets",
        ["categories"] = {"Relic"}
    },
    --API-based
	["P0000"] = {
        ["name"] = "Pyromania",
        ["rarity"] = "Common",
        ["desc"] = "Your spells and {{tipLoR|Skill|Skills}} deal 1 extra damage.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Annie"
    },
    ["P0001"] = {
        ["name"] = "Pyromania II",
        ["rarity"] = "Epic",
        ["desc"] = "Your spells and {{tipLoR|Skill|Skills}} deal 2 extra damage.",
        ["categories"] = {"Champion"},
        ["source"] = "Annie"
    },
    ["P0002"] = {
        ["name"] = "Playful Trick",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. {{tipLoR|Round Start}}: Create a Fleeting Guile in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Annie"
    },
    ["P0003"] = {
        ["name"] = "Caretaker's Blessing",
        ["rarity"] = "Common",
        ["desc"] = "When you summon an ally with buffed stats, grant it a random keyword.",
        ["categories"] = {"Champion"},
        ["source"] = "Bard"
    },
    ["P0004"] = {
        ["name"] = "Caretaker's Blessing II",
        ["rarity"] = "Epic",
        ["desc"] = "When you summon an ally with buffed stats, grant it two random keywords.",
        ["categories"] = {"Champion"},
        ["source"] = "Bard"
    },
    ["P0005"] = {
        ["name"] = "Cosmic Presence",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you draw a card with chimes on it, plant two Chimes in your deck.",
        ["categories"] = {"Champion"},
        ["source"] = "Bard"
    },
    ["P0006"] = {
        ["name"] = "Carve a Path",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Each round, the first time you attack with 15+ total Power, Rally.",
        ["categories"] = {"Champion"},
        ["source"] = "Darius"
    },
    ["P0007"] = {
        ["name"] = "Noxian Might",
        ["rarity"] = "Common",
        ["desc"] = "Each round, the first time you play an ally, grant it +2|+0.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Darius"
    },
    ["P0008"] = {
        ["name"] = "Demacian Might",
        ["rarity"] = "Common",
        ["desc"] = "When an ally strikes, grant it +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Garen"
    },
    ["P0009"] = {
        ["name"] = "Noxian Might II",
        ["rarity"] = "Epic",
        ["desc"] = "Each round, the first time you play an ally, grant it +4|+0 and Overwhelm.",
        ["categories"] = {"Champion"},
        ["source"] = "Darius"
    },
    ["P0010"] = {
        ["name"] = "Justice",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. {{tipLoR|Round Start}}: Create a Fleeting Single Combat in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Garen"
    },
    ["P0011"] = {
        ["name"] = "Prophet of an Elder God",
        ["rarity"] = "Common",
        ["desc"] = "When allies attack, Spawn 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Illaoi"
    },
    ["P0012"] = {
        ["name"] = "Demacian Might II",
        ["rarity"] = "Epic",
        ["desc"] = "When an ally strikes, grant it +2|+2.",
        ["categories"] = {"Champion"},
        ["source"] = "Garen"
    },
    ["P0013"] = {
        ["name"] = "Prophet of an Elder God II",
        ["rarity"] = "Epic",
        ["desc"] = "When allies attack, {{tipLoR|Spawn}} 3.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Illaoi"
    },
    ["P0014"] = {
        ["name"] = "Test of Spirit",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. {{tipLoR|Round Start}}: Grant the weakest enemy Vulnerable.",
        ["categories"] = {"Champion"},
        ["source"] = "Illaoi"
    },
    ["P0015"] = {
        ["name"] = "Setting the Stage",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When an ally plays a skill, grant them +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Jhin"
    },
    ["P0016"] = {
        ["name"] = "Beauty in Death",
        ["rarity"] = "Common",
        ["desc"] = "For every 4th Fast spell, Slow spell, or Skill you play, create a Captive Audience in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Jhin"
    },
    ["P0017"] = {
        ["name"] = "Wreak Havoc",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you level up a champion, create a Super Mega Death Rocket! in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Jinx"
    },
    ["P0018"] = {
        ["name"] = "What's the Worst that Could Happen?",
        ["rarity"] = "Common",
        ["desc"] = "When you play or discard a card, deal 1 to enemy Nexus.",
        ["categories"] = {"Champion"},
        ["source"] = "Jinx"
    },
    ["P0019"] = {
        ["name"] = "Beauty in Death II",
        ["rarity"] = "Epic",
        ["desc"] = "For every 4th Fast spell, Slow spell, or Skill you play, create a 0 cost Captive Audience in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Jhin"
    },
    ["P0020"] = {
        ["name"] = "Dragon's Spirit",
        ["rarity"] = "Common",
        ["desc"] = "When you play your second spell in a round, give your strongest ally +4|+4 this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Lee Sin"
    },
    ["P0021"] = {
        ["name"] = "What's the Worst that Could Happen? II",
        ["rarity"] = "Epic",
        ["desc"] = "When you play or discard a card, deal 1 to enemy Nexus and 1 to a random enemy.",
        ["categories"] = {"Champion"},
        ["source"] = "Jinx"
    },
    ["P0022"] = {
        ["name"] = "Dragon's Spirit II",
        ["rarity"] = "Epic",
        ["desc"] = "When you play your second spell in a round, give your strongest ally +8|+8 this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Lee Sin"
    },
    ["P0023"] = {
        ["name"] = "Extend your Senses",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. {{tipLoR|Round Start}}: Create a Fleeting Twin Disciplines in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Lee Sin"
    },
    ["P0024"] = {
        ["name"] = "Lighting the Way II",
        ["rarity"] = "Epic",
        ["desc"] = "Each round, the first time you spend mana to play a spell, refill mana equal to its cost.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Lux"
    },
    ["P0025"] = {
        ["name"] = "Pushing my Limits",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you play 6+ mana of spells, create a 0 cost Golden Aegis in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Lux"
    },
    ["P0026"] = {
        ["name"] = "Lighting the Way",
        ["rarity"] = "Common",
        ["desc"] = "Each round, the first time you spend mana to play a spell, refill spell mana up to its cost.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Lux"
    },
    ["P0027"] = {
        ["name"] = "Nothing but Powder Monkeys",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: If you have the attack token, summon a Powder Monkey.",
        ["categories"] = {"Champion"},
        ["source"] = "Miss Fortune"
    },
    ["P0028"] = {
        ["name"] = "Nothing but Powder Monkeys II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Summon a {{LoR|Powder Monkey}}.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Miss Fortune"
    },
    ["P0029"] = {
        ["name"] = "Most Wanted",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When allies attack, draw a unit.",
        ["categories"] = {"Champion"},
        ["source"] = "Miss Fortune"
    },
    ["P0030"] = {
        ["name"] = "Piltover's Finest",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Game Start: Draw 2 cards that cost 2 or less",
        ["categories"] = {"Champion"},
        ["source"] = "Vi"
    },
    ["P0031"] = {
        ["name"] = "Relentless Force",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: Grant your strongest ally +0|+1 and Impact.",
        ["categories"] = {"Champion"},
        ["source"] = "Vi"
    },
    ["P0032"] = {
        ["name"] = "Never Dull",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When an ally strikes, grant it +1|+0.",
        ["categories"] = {"Champion"},
        ["source"] = "Yasuo"
    },
    ["P0033"] = {
        ["name"] = "Follow the Wind",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: If you have the attack token, {{tipLoR|Stun}} the {{tipLoR|strongest}} enemy.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Yasuo"
    },
    ["P0034"] = {
        ["name"] = "Relentless Force II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Grant your strongest ally +0|+2 and Impact twice.",
        ["categories"] = {"Champion"},
        ["source"] = "Vi"
    },
    ["P0035"] = {
        ["name"] = "Frenzied Fighting",
        ["rarity"] = "Epic",
        ["desc"] = "Allies have +2|+2. {{tipLoR|Round End}}: Deal 2 to all allies.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0036"] = {
        ["name"] = "Follow the Wind II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Stun the strongest enemy.",
        ["categories"] = {"Champion"},
        ["source"] = "Yasuo"
    },
    ["P0037"] = {
        ["name"] = "Empire Above All",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round End}}: Grant ALL units +2|+0.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0038"] = {
        ["name"] = "Unstoppable Force",
        ["rarity"] = "Epic",
        ["desc"] = "Allies have +3|+3, {{tipLoR|Overwhelm}}, and {{tipLoR|Can't Block}}.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0039"] = {
        ["name"] = "Animated Armor",
        ["rarity"] = "Epic",
        ["desc"] = "ALL units have {{tipLoR|Formidable}}.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0040"] = {
        ["name"] = "Petricite's Presence",
        ["rarity"] = "Epic",
        ["desc"] = "ALL spells cost 6.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0041"] = {
        ["name"] = "Natural Magic",
        ["rarity"] = "Epic",
        ["desc"] = "ALL cards cost 2 less.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0042"] = {
        ["name"] = "Waves of Worry",
        ["rarity"] = "Epic",
        ["desc"] = "ALL units have {{tipLoR|Vulnerable}}.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0043"] = {
        ["name"] = "House Rules",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Grant a random item to a random card in your hand.",
        ["source"] = "Arena Kingpin",
        ["categories"] = {"Encounter"}
    },
    ["P0044"] = {
        ["name"] = "Mercy Killings",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round End}}: Kill ALL damaged units.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0045"] = {
        ["name"] = "Steady Supply",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Summon a {{LoR|Caustic Cask}}.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0046"] = {
        ["name"] = "Inquisition",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: {{tipLoR|Silence}} ALL units.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0047"] = {
        ["name"] = "Mageseeker's Clearance",
        ["rarity"] = "Epic",
        ["desc"] = "Your spells are {{tipLoR|Fleeting}}. When you play a spell that isn't {{LoR|Final Spark}}, create a {{LoR|Final Spark}} in hand.",
        ["source"] = "Mageseeker Investigator",
        ["categories"] = {"Encounter"}
    },
    ["P0048"] = {
        ["name"] = "The Price of Progress",
        ["rarity"] = "Epic",
        ["desc"] = "Your spells cost 2 less. Your units cost 1 more.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0049"] = {
        ["name"] = "Coastal Chaos",
        ["rarity"] = "Epic",
        ["desc"] = "Game Start: ALL players summon 2 {{LoR|Coastal Defender|Coastal Defenders}}.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0050"] = {
        ["name"] = "Not So Fast",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: {{tipLoR|Stun}} the {{tipLoR|strongest}} and the {{tipLoR|weakest}} unit.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0051"] = {
        ["name"] = "Narwhal Blessing",
        ["rarity"] = "Epic",
        ["desc"] = "Game Start: ALL players summon 3 {{LoR|Golder Narwhal|Golden Narwhals}}.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0052"] = {
        ["name"] = "Arms Race",
        ["rarity"] = "Epic",
        ["desc"] = "Game Start: ALL players summon 2 {{LoR|Funsmith|Funsmiths}}.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0053"] = {
        ["name"] = "Gearing Up",
        ["rarity"] = "Rare",
        ["desc"] = "Game Start: Summon 2 {{LoR|Armed Gearhead}}."
    },
    ["P0054"] = {
        ["name"] = "Reunited",
        ["rarity"] = "Common",
        ["desc"] = "Allies have +1|+0."
    },
    ["P0055"] = {
        ["name"] = "Disarmed",
        ["rarity"] = "Common",
        ["desc"] = "Enemies have -1|-0."
    },
    ["P0056"] = {
        ["name"] = "Quick Draw",
        ["rarity"] = "Rare",
        ["desc"] = "Cards you draw cost 1 less this round.",
        ["link"] = "LoR:Quick Draw (Power)"
    },
    ["P0057"] = {
        ["name"] = "Alternative Power Source",
        ["rarity"] = "Epic",
        ["desc"] = "Game Start: Summon a {{LoR|Hextech Observatory}}.",
        ["removed"] = "V6.1"
    },
    ["P0058"] = {
        ["name"] = "Fixer Upper",
        ["rarity"] = "Rare",
        ["desc"] = "{{tipLoR|Round Start}}: Give your {{tipLoR|weakest}} ally +3|+3 this round."
    },
    ["P0059"] = {
        ["name"] = "Spell Burn",
        ["rarity"] = "Epic",
        ["desc"] = "When you play a spell, deal 1 to the enemy Nexus."
    },
    ["P0060"] = {
        ["name"] = "Reset",
        ["rarity"] = "Common",
        ["desc"] = "Game Start: Create 3 {{LoR|Chronobreak|Chronobreaks}} in your deck."
    },
    ["P0061"] = {
        ["name"] = "Officer Backup",
        ["rarity"] = "Rare",
        ["desc"] = "Game Start: Summon {{LoR|Sting Officer}}."
    },
    ["P0062"] = {
        ["name"] = "Stabilize",
        ["rarity"] = "Rare",
        ["desc"] = "When you play a champion, summon an exact {{tipLoR|Ephemeral}} copy of it."
    },
    ["P0063"] = {
        ["name"] = "Explosive Entrance",
        ["rarity"] = "Epic",
        ["desc"] = "When you summon an ally, deal 1 to the enemy Nexus."
    },
    ["P0064"] = {
        ["name"] = "Hold It!",
        ["rarity"] = "Rare",
        ["desc"] = "{{tipLoR|Round Start}}: {{tipLoR|Stun}} the {{tipLoR|strongest}} enemy."
    },
    ["P0065"] = {
        ["name"] = "In My Sights",
        ["rarity"] = "Rare",
        ["desc"] = "{{tipLoR|Round Start}}: Grant the {{tipLoR|weakest}} enemy {{tipLoR|Vulnerable}}."
    },
    ["P0067"] = {
        ["name"] = "Manaflow",
        ["rarity"] = "Epic",
        ["desc"] = "Game Start: Get a mana gem.",
        ["source"] = "Avatar of the Tides",
        ["categories"] = {"Regular", "Encounter"}
    },
    ["P0068"] = {
        ["name"] = "Yipp's Genius",
        ["rarity"] = "Epic",
        ["desc"] = "When you summon a 1 cost ally, grant it +2|+2."
    },
    ["P0069"] = {
        ["name"] = "Trifarian Might",
        ["rarity"] = "Rare",
        ["desc"] = "When you summon a 5+ Power ally, it {{tipLoR|strike|strikes}} the {{tipLoR|weakest}} enemy."
    },
    ["P0070"] = {
        ["name"] = "Unstable Manaflow",
        ["rarity"] = "Rare",
        ["desc"] = "(For the first 3 battles) Game Start: Get a mana gem.",
        ["categories"] = {"Pity"},
        ["removed"] = "V5.3"
    },
    ["P0071"] = {
        ["name"] = "Crush",
        ["rarity"] = "Common",
        ["desc"] = "Allies have {{tipLoR|Overwhelm}}."
    },
    ["P0072"] = {
        ["name"] = "Lie in Wait",
        ["rarity"] = "Rare",
        ["desc"] = "Allies {{tipLoR|everywhere}} that cost 3 or less are [[LoR:Lurker|Lurkers]] and have {{tipLoR|Lurk}}."
    },
    ["P0073"] = {
        ["name"] = "Endless Wealth",
        ["rarity"] = "Epic",
        ["desc"] = "Get 200 additional gold after each combat encounter."
    },
    ["P0074"] = {
        ["name"] = "Duplicate",
        ["rarity"] = "Legendary",
        ["desc"] = "Copy the first card you play each turn."
    },
    ["P0075"] = {
        ["name"] = "Perfected Manaflow",
        ["rarity"] = "Legendary",
        ["desc"] = "{{tipLoR|Round Start}}: Get a mana gem."
    },
    ["P0076"] = {
        ["name"] = "Level Up",
        ["rarity"] = "Legendary",
        ["desc"] = "Game Start: Shuffle 10 Level 2 Champions into your deck. They cost 1 less."
    },
    ["P0077"] = {
        ["name"] = "Unstable Inventory",
        ["rarity"] = "Legendary",
        ["desc"] = "Game Start: Add a random item to each card in your deck for this game."
    },
    ["P0078"] = {
        ["name"] = "Power Overwhelming",
        ["rarity"] = "Legendary",
        ["desc"] = "{{tipLoR|Round End}}: Grant allies {{tipLoR|everywhere}} +1|+1."
    },
    ["P0079"] = {
        ["name"] = "Sticky Fingers",
        ["rarity"] = "Common",
        ["desc"] = "When allies attack, {{tipLoR|Nab}} 1.",
        ["source"] = "Yordle Grifter",
        ["categories"] = {"Regular", "Encounter"}
    },
    ["P0080"] = {
        ["name"] = "Unyielding Determination",
        ["rarity"] = "Legendary",
        ["desc"] = "The first time your Nexus would run out of health each game, heal it 30 and grant allies {{tipLoR|everywhere}} +1|+1."
    },
    ["P0081"] = {
        ["name"] = "Duelist",
        ["rarity"] = "Common",
        ["desc"] = "When you summon an ally, give it {{tipLoR|Challenger}} this round."
    },
    ["P0082"] = {
        ["name"] = "Grit",
        ["rarity"] = "Common",
        ["desc"] = "Allies have \"{{tipLoR|Attack}}: Grow my Power to match my Health.\""
    },
    ["P0083"] = {
        ["name"] = "Enfeebling Strike",
        ["rarity"] = "Rare",
        ["desc"] = "When you damage an enemy, reduce its Power by the damage dealt."
    },
    ["P0084"] = {
        ["name"] = "Wild Inspiration",
        ["rarity"] = "Rare",
        ["desc"] = "Your created cards cost 1 less."
    },
    ["P0085"] = {
        ["name"] = "Raiding Party",
        ["rarity"] = "Common",
        ["desc"] = "When you damage the enemy Nexus, grant the top ally in your deck +1|+1."
    },
    ["P0086"] = {
        ["name"] = "The Best Defense...",
        ["rarity"] = "Rare",
        ["desc"] = "Allies have \"{{tipLoR|Attack}}: Grow my Health to match my Power.\""
    },
    ["P0087"] = {
        ["name"] = "Higher Education",
        ["rarity"] = "Rare",
        ["desc"] = "When you draw a card, give allies +1|+0 this round."
    },
    ["P0089"] = {
        ["name"] = "Endurance",
        ["rarity"] = "Common",
        ["desc"] = "When an ally survives damage, grant it +1|+1."
    },
    ["P0090"] = {
        ["name"] = "Evolution",
        ["rarity"] = "Legendary",
        ["desc"] = "Allies have +1|+1 for each keyword."
    },
    ["P0091"] = {
        ["name"] = "Dragon's Rage",
        ["rarity"] = "Common",
        ["desc"] = "When you summon an ally, grant it {{tipLoR|Fury}}. It is a [[LoR:Dragon|Dragon]].",
        ["link"] = "LoR:Dragon's Rage (Power)"
    },
    ["P0093"] = {
        ["name"] = "Can't Stop; Won't Stop",
        ["rarity"] = "Epic",
        ["desc"] = "Allied buffs (except {{tipLoR|Barrier}}) are permanent."
    },
    ["P0094"] = {
        ["name"] = "Vitality",
        ["rarity"] = "Rare",
        ["desc"] = "Increase your max health by 10.",
        ["categories"] = {"Pity"},
        ["removed"] = "V5.3"
    },
    ["P0096"] = {
        ["name"] = "Seat of Power",
        ["rarity"] = "Common",
        ["desc"] = "Game Start: Summon an {{LoR|Emperor's Dais}}."
    },
    ["P0097"] = {
        ["name"] = "Flexible Gameplan",
        ["rarity"] = "Common",
        ["desc"] = "Game Start: Draw 2.",
        ["source"] = "Zaunite Urchin",
        ["categories"] = {"Regular", "Encounter"}
    },
    ["P0098"] = {
        ["name"] = "New Student",
        ["rarity"] = "Common",
        ["desc"] = "Game Start: Summon a {{LoR|Sparring Student}}.",
        ["source"] = "Sparring Student",
        ["categories"] = {"Regular", "Encounter"}
    },
    ["P0099"] = {
        ["name"] = "Immortality",
        ["rarity"] = "Common",
        ["desc"] = "Game Start: Heal your Nexus 10."
    },
    ["P0100"] = {
        ["name"] = "Vanguard Lookout",
        ["rarity"] = "Rare",
        ["desc"] = "Game Start: Summon 2 {{LoR|Vanguard Lookout|Vanguard Lookouts}}.",
        ["link"] = "LoR:Vanguard Lookout (Power)"
    },
    ["P0101"] = {
        ["name"] = "Out the Gates",
        ["rarity"] = "Epic",
        ["desc"] = "Game Start: Summon a 2 cost unit from your deck."
    },
    ["P0102"] = {
        ["name"] = "Black Market Discount",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round End}}: Reduce the cost of the most expensive card in your hand by 1."
    },
    ["P0104"] = {
        ["name"] = "Bouncing Blades",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: Create a {{tipLoR|Fleeting}} {{LoR|Blade's Edge}} in hand."
    },
    ["P0105"] = {
        ["name"] = "Fast Deal",
        ["rarity"] = "Rare",
        ["desc"] = "{{tipLoR|Round Start}}: Draw 1 and give it {{tipLoR|Fleeting}}. When you discard a card, create a copy of it into your deck."
    },
    ["P0106"] = {
        ["name"] = "Counterfeit Production",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: Create a {{tipLoR|Fleeting}} 0 cost {{LoR|Counterfeit Copies}} in hand."
    },
    ["P0107"] = {
        ["name"] = "Hold Them Off",
        ["rarity"] = "Rare",
        ["desc"] = "{{tipLoR|Round Start}}: {{tipLoR|Frostbite}} the {{tipLoR|strongest}} enemy this round."
    },
    ["P0108"] = {
        ["name"] = "Feral Senses",
        ["rarity"] = "Rare",
        ["desc"] = "{{tipLoR|Round Start}}: Create a {{tipLoR|Fleeting}} {{LoR|Feral Prescience}} in hand."
    },
    ["P0109"] = {
        ["name"] = "Lil' Buddies",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Summon a random 1 cost [[Poro (Legends of Runettera)|Poro]].",
        ["source"] = "Poros!",
        ["categories"] = {"Regular", "Encounter"}
    },
    ["P0110"] = {
        ["name"] = "Battlefield Training",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: Grant the weakest ally +1|+1. "
    },
    ["P0111"] = {
        ["name"] = "Sorcery",
        ["rarity"] = "Rare",
        ["desc"] = "{{tipLoR|Round Start}}: Refill your spell mana.",
        ["source"] = "Avatar of the Tides",
        ["categories"] = {"Regular", "Encounter"}
    },
    ["P0112"] = {
        ["name"] = "Domination",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: {{tipLoR|Rally}}",
        ["link"] = "LoR:Domination (Power)"
    },
    ["P0113"] = {
        ["name"] = "Spellslinger",
        ["rarity"] = "Rare",
        ["desc"] = "Your spells cost 1 less.",
        ["source"] = "Avatar of the Tides",
        ["categories"] = {"Regular", "Encounter"}
    },
    ["P0114"] = {
        ["name"] = "Slow But Steady",
        ["rarity"] = "Rare",
        ["desc"] = "When you play a slow spell, copy it onto the same targets."
    },
    ["P0115"] = {
        ["name"] = "Sharing is Caring",
        ["rarity"] = "Epic",
        ["desc"] = "When you summon an ally, grant its keywords to all allies."
    },
    ["P0116"] = {
        ["name"] = "Welcome Gifts",
        ["rarity"] = "Rare",
        ["desc"] = "When you summon an ally, grant it a random keyword."
    },
    ["P0117"] = {
        ["name"] = "Rush Them Down",
        ["rarity"] = "Common",
        ["desc"] = "When you summon an ally, give it +1|+1 this round."
    },
    ["P0118"] = {
        ["name"] = "Share the Bounty",
        ["rarity"] = "Epic",
        ["desc"] = "When you target an ally with a single-target spell, copy it on your {{tipLoR|weakest}} ally."
    },
    ["P0119"] = {
        ["name"] = "Nature's Revenge",
        ["rarity"] = "Epic",
        ["desc"] = "When you gain the attack token, summon a {{LoR|Sapling}}."
    },
    ["P0120"] = {
        ["name"] = "Snippets of Song",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: If you don't have the attack token, summon a Ghastly Band.",
        ["categories"] = {"Champion"},
        ["source"] = "Gwen"
    },
    ["P0121"] = {
        ["name"] = "Needlework",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When your leftmost attacker gains Power from Hallowed, so does the attacker to its right.",
        ["categories"] = {"Champion"},
        ["source"] = "Gwen"
    },
    ["P0122"] = {
        ["name"] = "Snippets of Song II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Summon a Ghastly Band.",
        ["categories"] = {"Champion"},
        ["source"] = "Gwen"
    },
    ["P0123"] = {
        ["name"] = "Peak of Ecstasy",
        ["rarity"] = "Common",
        ["desc"] = "When you level up an ally champion, grant allies everywhere +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Evelynn"
    },
    ["P0124"] = {
        ["name"] = "Love Eternal",
        ["rarity"] = "Epic",
        ["desc"] = "+1 starting mana. The first time you kill a follower each round, create a fleeting copy of it in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Evelynn"
    },
    ["P0125"] = {
        ["name"] = "Peak of Ecstasy II",
        ["rarity"] = "Epic",
        ["desc"] = "When you level up an ally champion, grant allies everywhere +2|+2.",
        ["categories"] = {"Champion"},
        ["source"] = "Evelynn"
    },
    ["P0126"] = {
        ["name"] = "From Prey To Predator",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: If you have the attack token, grant your strongest ally a random positive keyword.",
        ["categories"] = {"Champion"},
        ["source"] = "Kai'Sa"
    },
    ["P0127"] = {
        ["name"] = "Voidtouched",
        ["rarity"] = "Epic",
        ["desc"] = "+1 starting mana. Allies with 3+ keywords have +2|+2.",
        ["categories"] = {"Champion"},
        ["source"] = "Kai'Sa"
    },
    ["P0128"] = {
        ["name"] = "From Prey To Predator II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Grant your strongest ally a random positive keyword.",
        ["categories"] = {"Champion"},
        ["source"] = "Kai'Sa"
    },
    ["P0129"] = {
        ["name"] = "Good Morning, Grumpy",
        ["rarity"] = "Common",
        ["desc"] = "Game Start: Summon a Hibernating Rockbear.",
        ["categories"] = {"Champion"},
        ["source"] = "Taliyah"
    },
    ["P0130"] = {
        ["name"] = "Recycled Stone",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When an allied landmark is destroyed, grant allies +1|+0.",
        ["categories"] = {"Champion"},
        ["source"] = "Taliyah"
    },
    ["P0131"] = {
        ["name"] = "Good Morning, Grumpy II",
        ["rarity"] = "Epic",
        ["desc"] = "Game Start: Summon a Hibernating Rockbear. Allies have +1|+1 and Overwhelm.",
        ["categories"] = {"Champion"},
        ["source"] = "Taliyah"
    },
    ["P0132"] = {
        ["name"] = "We Got This",
        ["rarity"] = "Common",
        ["desc"] = "Allies have {{tipLoR|Fated}}.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Yuumi"
    },
    ["P0133"] = {
        ["name"] = "So Many Friends",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Game Start: Summon two random 1 cost Poros.",
        ["categories"] = {"Champion"},
        ["source"] = "Yuumi"
    },
    ["P0134"] = {
        ["name"] = "We Got This II",
        ["rarity"] = "Epic",
        ["desc"] = "Allies have Fated. When you target a Fated ally, grant it an additional +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Yuumi"
    },
    ["P0135"] = {
        ["name"] = "Frost Shot",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: If you have the attack token, Frostbite the strongest enemy and give it Vulnerable this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Ashe"
    },
    ["P0136"] = {
        ["name"] = "Avarosan Spirit",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When an ally kills a unit with 0 power, grant your ally +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Ashe"
    },
    ["P0137"] = {
        ["name"] = "Frost Shot II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Frostbite the strongest enemy and give it Vulnerable this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Ashe"
    },
    ["P0138"] = {
        ["name"] = "Outcast's Edge",
        ["rarity"] = "Common",
        ["desc"] = "Allies have \"Nightfall: Grant me +2|+0.\"",
        ["categories"] = {"Champion"},
        ["source"] = "Diana"
    },
    ["P0139"] = {
        ["name"] = "Twilight Offering",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you play your first card each round, refill 1 Mana.",
        ["categories"] = {"Champion"},
        ["source"] = "Diana"
    },
    ["P0140"] = {
        ["name"] = "Outcast's Edge II",
        ["rarity"] = "Epic",
        ["desc"] = "Allies have \"Nightfall: Grant me +2|+0 and Quick Attack. If I already have Quick Attack grant me Double Attack instead.\"",
        ["categories"] = {"Champion"},
        ["source"] = "Diana"
    },
    ["P0141"] = {
        ["name"] = "Last Light of Icathia",
        ["rarity"] = "Common",
        ["desc"] = "Allies have \"Attack: Grant me +1|+0. If I am equipped, also grant my equipment +1|+0.\"",
        ["categories"] = {"Champion"},
        ["source"] = "Jax"
    },
    ["P0142"] = {
        ["name"] = "Relentless Assault",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When an equipped ally dies, draw 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Jax"
    },
    ["P0143"] = {
        ["name"] = "Last Light of Icathia II",
        ["rarity"] = "Epic",
        ["desc"] = "Allies have \"Attack: Grant me +1|+1. If I am equipped, also grant my equipment +2|+0.\"",
        ["categories"] = {"Champion"},
        ["source"] = "Jax"
    },
    ["P0144"] = {
        ["name"] = "Reap Essence",
        ["rarity"] = "Common",
        ["desc"] = "When an allied unit kills another unit, give that ally +1|+1 and heal it 2.",
        ["categories"] = {"Champion"},
        ["source"] = "Kayn"
    },
    ["P0145"] = {
        ["name"] = "Suitable Host",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Game Start: Create a random Darkin Equipment in hand. It costs 2 less.",
        ["categories"] = {"Champion"},
        ["source"] = "Kayn"
    },
    ["P0146"] = {
        ["name"] = "Reap Essence II",
        ["rarity"] = "Epic",
        ["desc"] = "When an allied unit kills another unit, give that ally <nowiki>+2|+2</nowiki> and heal it to full.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Kayn"
    },
    ["P0147"] = {
        ["name"] = "Solar Power",
        ["rarity"] = "Common",
        ["desc"] = "Allies have \"Daybreak: Grant me +1|+1.\"",
        ["categories"] = {"Champion"},
        ["source"] = "Leona"
    },
    ["P0148"] = {
        ["name"] = "Piety's Reward",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you level up an ally champion, create a Morning Light in hand. It costs 0.",
        ["categories"] = {"Champion"},
        ["source"] = "Leona"
    },
    ["P0149"] = {
        ["name"] = "Solar Power II",
        ["rarity"] = "Epic",
        ["desc"] = "Allies have \"Daybreak or when you activate another Daybreak: Grant me +1|+1.\"",
        ["categories"] = {"Champion"},
        ["source"] = "Leona"
    },
    ["P0150"] = {
        ["name"] = "Glutton for Punishment",
        ["rarity"] = "Common",
        ["desc"] = "When an ally survives damage, grant it +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Tahm Kench"
    },
    ["P0151"] = {
        ["name"] = "Long-Term Contract",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you Capture a unit, create a copy of it in hand. It costs 1 less.",
        ["categories"] = {"Champion"},
        ["source"] = "Tahm Kench"
    },
    ["P0152"] = {
        ["name"] = "Glutton for Punishment II",
        ["rarity"] = "Epic",
        ["desc"] = "When an ally survives damage, grant it +2|+2.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Tahm Kench"
    },
    ["P0153"] = {
        ["name"] = "Armed and Ready",
        ["rarity"] = "Common",
        ["desc"] = "When allies attack, plant 5 Poison Puffcaps in the enemy deck.",
        ["categories"] = {"Champion"},
        ["source"] = "Teemo"
    },
    ["P0154"] = {
        ["name"] = "Strike Swiftly",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When your opponent draws a card with one or more Poison Puffcaps on it, create a fleeting Poison Dart in hand. It is Burst speed.",
        ["categories"] = {"Champion"},
        ["source"] = "Teemo"
    },
    ["P0155"] = {
        ["name"] = "Armed and Ready II",
        ["rarity"] = "Epic",
        ["desc"] = "When allies attack, plant 10 Poison Puffcaps in the enemy deck.",
        ["categories"] = {"Champion"},
        ["source"] = "Teemo"
    },
    ["P0156"] = {
        ["name"] = "Infernal Chains",
        ["rarity"] = "Common",
        ["desc"] = "When an Equipped ally Strikes, reduce the cost of a random card in hand by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Aatrox"
    },
    ["P0157"] = {
        ["name"] = "Corrupted Weapon",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Game Start: Create in hand 2 random Darkin equipment.",
        ["categories"] = {"Champion"},
        ["source"] = "Aatrox"
    },
    ["P0158"] = {
        ["name"] = "Infernal Chains II",
        ["rarity"] = "Epic",
        ["desc"] = "When an Equipped ally Strikes, reduce the cost of a random card in hand by 2.",
        ["categories"] = {"Champion"},
        ["source"] = "Aatrox"
    },
    ["P0159"] = {
        ["name"] = "Branching Possibilities",
        ["rarity"] = "Common",
        ["desc"] = "When you see a unit in a {{tipLoR|Prediction}}, grant it +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Ekko"
    },
    ["P0160"] = {
        ["name"] = "Z-Drive Resonance",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Your created cards cost 1 less.",
        ["categories"] = {"Champion"},
        ["source"] = "Ekko"
    },
    ["P0161"] = {
        ["name"] = "Branching Possibilities II",
        ["rarity"] = "Epic",
        ["desc"] = "When you see a unit in a {{tipLoR|Prediction}}, grant it +2|+2 and a random keyword.",
        ["categories"] = {"Champion"},
        ["source"] = "Ekko"
    },
    ["P0162"] = {
        ["name"] = "Spider Queen",
        ["rarity"] = "Common",
        ["desc"] = "When allies attack, grant allied Spiderlings everywhere +1|+0.",
        ["categories"] = {"Champion"},
        ["source"] = "Elise"
    },
    ["P0163"] = {
        ["name"] = "Caught In The Webs",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Round End: If an ally died this round, summon a Spiderling.",
        ["categories"] = {"Champion"},
        ["source"] = "Elise"
    },
    ["P0164"] = {
        ["name"] = "Spider Queen II",
        ["rarity"] = "Epic",
        ["desc"] = "When allies attack, grant allied Spiderlings everywhere +1|+0 and the positive keywords of allied champions.",
        ["categories"] = {"Champion"},
        ["source"] = "Elise"
    },
    ["P0165"] = {
        ["name"] = "Outrage",
        ["rarity"] = "Common",
        ["desc"] = "Round End: If you've damaged the enemy Nexus this round, grant your allies Impact.",
        ["categories"] = {"Champion"},
        ["source"] = "Gnar"
    },
    ["P0166"] = {
        ["name"] = "Beast Within",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. {{tipLoR|Round Start}}: Create a 2 cost Wallop in hand. If you already have one, reduce its cost by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Gnar"
    },
    ["P0167"] = {
        ["name"] = "Outrage II",
        ["rarity"] = "Epic",
        ["desc"] = "Round End: If you've damaged the enemy Nexus this round, grant your allies Impact twice.",
        ["categories"] = {"Champion"},
        ["source"] = "Gnar"
    },
    ["P0168"] = {
        ["name"] = "Tip the Scales",
        ["rarity"] = "Common",
        ["desc"] = "When you refill mana, give allies +1|+0 this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Jack"
    },
    ["P0169"] = {
        ["name"] = "Sleepin with the Fishes",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you gain the attack token, create a Fleeting Prize Fight in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Jack"
    },
    ["P0170"] = {
        ["name"] = "Tip the Scales II",
        ["rarity"] = "Epic",
        ["desc"] = "When you refill mana, give allies +1|+0 this round and deal 1 to all enemies.",
        ["categories"] = {"Champion"},
        ["source"] = "Jack"
    },
    ["P0171"] = {
        ["name"] = "Ashes to Ashes",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: Summon a Prey. If you already have one, instead, grant your Prey \"Last Breath: Deal 1 to the enemy Nexus\".",
        ["categories"] = {"Champion"},
        ["source"] = "Kindred"
    },
    ["P0172"] = {
        ["name"] = "Circle of Death",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. {{tipLoR|Round Start}}: Create a Spirit Journey in hand. If you already have one, reduce its cost by 2.",
        ["categories"] = {"Champion"},
        ["source"] = "Kindred"
    },
    ["P0173"] = {
        ["name"] = "Ashes to Ashes II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Summon a Prey. If you already have one, instead, grant your Prey \"Last Breath: Deal 2 to the enemy Nexus\".",
        ["categories"] = {"Champion"},
        ["source"] = "Kindred"
    },
    ["P0174"] = {
        ["name"] = "Deceptively Deadly",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: Create a Fleeting Sharpened Resolve in hand. It costs 1 less.",
        ["categories"] = {"Champion"},
        ["source"] = "LeBlanc"
    },
    ["P0175"] = {
        ["name"] = "Everywhere, Everyone",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. If you've leveled a champion this game, when allies attack, summon an attacking, Ephemeral LeBlanc.",
        ["categories"] = {"Champion"},
        ["source"] = "LeBlanc"
    },
    ["P0176"] = {
        ["name"] = "Deceptively Deadly II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Create a {{tipLoR|Fleeting}} {{LoR|Sharpened Resolve}} in hand. It costs 0.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "LeBlanc"
    },
    ["P0177"] = {
        ["name"] = "Mind and Body",
        ["rarity"] = "Common",
        ["desc"] = "When you play a non-Fleeting spell or Skill, create a 1 cost Fleeting Twin Disciplines in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Master Yi"
    },
    ["P0178"] = {
        ["name"] = "Emai",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. {{tipLoR|Round Start}}: Flow: Give your strongest ally Elusive this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Master Yi"
    },
    ["P0179"] = {
        ["name"] = "Mind and Body II",
        ["rarity"] = "Epic",
        ["desc"] = "When you play a non-Fleeting spell or Skill, create a 1 cost Fleeting Twin Disciplines in hand. {{tipLoR|Round Start}}: Flow: Grant allies +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Master Yi"
    },
    ["P0180"] = {
        ["name"] = "Embrace the Current",
        ["rarity"] = "Common",
        ["desc"] = "When you play a spell, gain 1 spell Mana.",
        ["categories"] = {"Champion"},
        ["source"] = "Nami"
    },
    ["P0181"] = {
        ["name"] = "Call the Tide",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Game Start: Draw a spell.",
        ["categories"] = {"Champion"},
        ["source"] = "Nami"
    },
    ["P0182"] = {
        ["name"] = "Embrace the Current II",
        ["rarity"] = "Epic",
        ["desc"] = "When you play a spell, gain 1 spell Mana. If it's your 4th spell this round, copy it with the same targets.",
        ["categories"] = {"Champion"},
        ["source"] = "Nami"
    },
    ["P0183"] = {
        ["name"] = "Boon of the Ascended",
        ["rarity"] = "Common",
        ["desc"] = "Round End: Grant your strongest ally +1|+1 for each unit you've slain this round. Once you've slain 10+ units, Restore the Sun Disc.",
        ["categories"] = {"Champion"},
        ["source"] = "Nasus"
    },
    ["P0184"] = {
        ["name"] = "Shuriman Preservation",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Enemies have -1|-0. Vulnerable enemies have -3|-0 instead.",
        ["categories"] = {"Champion"},
        ["source"] = "Nasus"
    },
    ["P0185"] = {
        ["name"] = "Boon of the Ascended II",
        ["rarity"] = "Epic",
        ["desc"] = "Round End: Grant your strongest ally +2|+2 for each unit you've slain this round. Once you've slain 8+ units, Restore the Sun Disc.",
        ["categories"] = {"Champion"},
        ["source"] = "Nasus"
    },
    ["P0186"] = {
        ["name"] = "Harmony of the Wild",
        ["rarity"] = "Common",
        ["desc"] = "Each round, the first ally you play with a different subtype than other allies costs 1 less.",
        ["categories"] = {"Champion"},
        ["source"] = "Neeko"
    },
    ["P0187"] = {
        ["name"] = "Definitely Not Neeko",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Game Start: For each ally in your deck, if it has a subtype, grant it Impact. Otherwise, it becomes a Shapeshifter.",
        ["categories"] = {"Champion"},
        ["source"] = "Neeko"
    },
    ["P0188"] = {
        ["name"] = "Harmony of the Wild II",
        ["rarity"] = "Epic",
        ["desc"] = "Each round, the first ally you play with a different subtype than other allies costs 2 less.",
        ["categories"] = {"Champion"},
        ["source"] = "Neeko"
    },
    ["P0189"] = {
        ["name"] = "Survival of the Fittest",
        ["rarity"] = "Common",
        ["desc"] = "When an ally transforms, grant it +1|+1 and Impact.",
        ["categories"] = {"Champion"},
        ["source"] = "Nidalee"
    },
    ["P0190"] = {
        ["name"] = "Most Dangerous Game",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you gain the attack token, create a Clever Camouflage in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Nidalee"
    },
    ["P0191"] = {
        ["name"] = "Survival of the Fittest II",
        ["rarity"] = "Epic",
        ["desc"] = "When an ally transforms, grant it +1|+1 and Impact. If it's the first time this round, summon an exact Ephemeral copy of it.",
        ["categories"] = {"Champion"},
        ["source"] = "Nidalee"
    },
    ["P0192"] = {
        ["name"] = "Sweet Solitude",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: Create a 0 cost {{tipLoR|Fleeting}} {{LoR|Time and Dedication}} in hand.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Ornn"
    },
    ["P0193"] = {
        ["name"] = "I Made This",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. The first time you play an ally or equipment that costs 4+ mana, Manifest an equipment and reduce its cost by 2.",
        ["categories"] = {"Champion"},
        ["source"] = "Ornn"
    },
    ["P0194"] = {
        ["name"] = "Sweet Solitude II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Create a 0 cost Fleeting Time and Dedication in hand.The first time you Forge each round, Forge again.",
        ["categories"] = {"Champion"},
        ["source"] = "Ornn"
    },
    ["P0195"] = {
        ["name"] = "Stronger Together",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: If allies have 4+ unique keywords, grant allies +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "The Poro King"
    },
    ["P0196"] = {
        ["name"] = "For the King!",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Round End: If an ally died this round, grant your weakest ally +1|+1 and a random keyword that allies don't have.",
        ["categories"] = {"Champion"},
        ["source"] = "The Poro King"
    },
    ["P0197"] = {
        ["name"] = "Stronger Together II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: If allies have 4+ unique keywords, grant allies +2|+2.",
        ["categories"] = {"Champion"},
        ["source"] = "The Poro King"
    },
    ["P0198"] = {
        ["name"] = "Abyssal Might",
        ["rarity"] = "Common",
        ["desc"] = "Game Start: Grant {{PoC|item|Mariner's Ruse}} to 2 random allies. When you get the attack token, grant it to 1 more. Draw 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Pyke"
    },
    ["P0199"] = {
        ["name"] = "Phantom Haul",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When an ally dies, create a random lurker that cost 1 more in your deck and grant it +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Pyke"
    },
    ["P0200"] = {
        ["name"] = "Abyssal Might II",
        ["rarity"] = "Epic",
        ["desc"] = "Game Start: Grant {{PoC|item|Mariner's Ruse}} to 4 random allies. When you get the attack token, grant it to 2 more. Draw 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Pyke"
    },
    ["P0201"] = {
        ["name"] = "Collect Your Bounty",
        ["rarity"] = "Common",
        ["desc"] = "The first time you damage the enemy Nexus each round, the next card you play costs 1 less.",
        ["categories"] = {"Champion"},
        ["source"] = "Samira"
    },
    ["P0202"] = {
        ["name"] = "Style On 'Em",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you play your third card each round, grant allies +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Samira"
    },
    ["P0203"] = {
        ["name"] = "Collect Your Bounty II",
        ["rarity"] = "Epic",
        ["desc"] = "The first time you damage the enemy Nexus each round, the next card you play costs 3 less.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Samira"
    },
    ["P0204"] = {
        ["name"] = "Knuckle Up",
        ["rarity"] = "Common",
        ["desc"] = "After you spend 6+ mana each round, grant allies +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Sett"
    },
    ["P0205"] = {
        ["name"] = "Bet on Sett",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. {{tipLoR|Round Start}}: Create a Coin in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Sett"
    },
    ["P0206"] = {
        ["name"] = "Knuckle Up II",
        ["rarity"] = "Epic",
        ["desc"] = "After you spend 6+ mana you spend each round, grant allies +2|+2. After you spend 12+ mana each round, Rally.",
        ["categories"] = {"Champion"},
        ["source"] = "Sett"
    },
    ["P0207"] = {
        ["name"] = "Savor the Screams",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: Grant a random ally +1|+1 for each ally that died last round, as well as all their keywords.",
        ["categories"] = {"Champion"},
        ["source"] = "Thresh"
    },
    ["P0208"] = {
        ["name"] = "Come Out and Play",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Thresh costs 1 less for each ally that has died this game.",
        ["categories"] = {"Champion"},
        ["source"] = "Thresh"
    },
    ["P0209"] = {
        ["name"] = "Savor the Screams II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Grant a random ally +1|+1 for each unit that died last round, as well as all their keywords.",
        ["categories"] = {"Champion"},
        ["source"] = "Thresh"
    },
    ["P0210"] = {
        ["name"] = "Blighted Blessing",
        ["rarity"] = "Common",
        ["desc"] = "The first time each round you target an ally with a single-target spell, copy it on your strongest ally.",
        ["categories"] = {"Champion"},
        ["source"] = "Varus"
    },
    ["P0211"] = {
        ["name"] = "Gift of Corruption",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. {{tipLoR|Round Start}}: Reduce the cost of a spell in your deck by 1, then create an exact Fleeting copy of it in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Varus"
    },
    ["P0212"] = {
        ["name"] = "Blighted Blessing II",
        ["rarity"] = "Epic",
        ["desc"] = "When you target an ally with a single-target spell, copy it on your strongest ally.",
        ["categories"] = {"Champion"},
        ["source"] = "Varus"
    },
    ["P0213"] = {
        ["name"] = "It must do something...",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: If you have the attack token and fewer than 2 equipment in hand, create a Golden Spatula.",
        ["categories"] = {"Champion"},
        ["source"] = "Vayne"
    },
    ["P0214"] = {
        ["name"] = "Night Hunter",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana.  When an ally is equipped, give it Scout this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Vayne"
    },
    ["P0215"] = {
        ["name"] = "It must do something... II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: If you have the attack token and fewer than 2 equipment in hand, create a Golden Spatula. Grant it a random keyword.",
        ["categories"] = {"Champion"},
        ["source"] = "Vayne"
    },
    ["P0216"] = {
        ["name"] = "I am Evil",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: Create a Darkness in hand or, if you have one, reduce its cost by 1 instead.",
        ["categories"] = {"Champion"},
        ["source"] = "Veigar"
    },
    ["P0217"] = {
        ["name"] = "All Powerful",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Your Darkness accelerates to Burst.",
        ["categories"] = {"Champion"},
        ["source"] = "Veigar"
    },
    ["P0218"] = {
        ["name"] = "I am Evil II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Create a Darkness that costs 0 in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Veigar"
    },
    ["P0219"] = {
        ["name"] = "Afterlife Forbidden",
        ["rarity"] = "Common",
        ["desc"] = "When an ally dies for the first time, summon a {{LoR|Haunted Tomb}}."
    },
    ["P0220"] = {
        ["name"] = "Overprepared",
        ["rarity"] = "Common",
        ["desc"] = "Game Start: Create a random {{tipLoR|equipment}} in hand. It costs 2 less."
    },
    ["P0221"] = {
        ["name"] = "Chilling Prophecy",
        ["rarity"] = "Rare",
        ["desc"] = "Game Start: Summon a {{LoR|Frozen Thrall}}. Set its {{tipLoR|Countdown}} to 5."
    },
    ["P0222"] = {
        ["name"] = "Stacked Against Them",
        ["rarity"] = "Epic",
        ["desc"] = "The first card you play each round costs 1 less for every 20 cards that started in your deck."
    },
    ["P0223"] = {
        ["name"] = "Memory Game",
        ["rarity"] = "Rare",
        ["desc"] = "{{tipLoR|Round Start}}: Create in hand a {{tipLoR|Fleeting}} copy of the last non-{{tipLoR|fleeting}} card you played."
    },
    ["P0224"] = {
        ["name"] = "The Craftsman's Favor",
        ["rarity"] = "Rare",
        ["desc"] = "{{tipLoR|Round Start}}: Create a {{tipLoR|Fleeting}} {{LoR|Time and Dedication}} in hand.",
        ["removed"] = "V6.1"
    },
    ["P0225"] = {
        ["name"] = "The Baccai Deterrent",
        ["rarity"] = "Epic",
        ["desc"] = "ALL units have {{tipLoR|Fearsome}} and -1|-0.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0226"] = {
        ["name"] = "The Desert Endures",
        ["rarity"] = "Epic",
        ["desc"] = "Game Start: Summon a {{LoR|Buried Sun Disc}} and create a {{LoR|Renekton}}, {{LoR|Azir}}, or {{LoR|Nasus}} in hand.",
        ["source"] = "Herald of the Magus",
        ["categories"] = {"Encounter"}
    },
    ["P0227"] = {
        ["name"] = "Ascension's Toll",
        ["rarity"] = "Epic",
        ["desc"] = "When you level up a champion, ALL players discard their hand.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0228"] = {
        ["name"] = "Health",
        ["rarity"] = "Common",
        ["desc"] = "Increase your max health by 5.",
        ["source"] = "Scribe of Sorrows",
        ["categories"] = {"Encounter"},
        ["link"] = "LoR:Health (Power)"
    },
    ["P0229"] = {
        ["name"] = "Power",
        ["rarity"] = "Common",
        ["desc"] = "Round 1: Get a temporary mana gem.",
        ["source"] = "Scribe of Sorrows",
        ["categories"] = {"Encounter"},
        ["link"] = "LoR:Power (Power)"
    },
    ["P0230"] = {
        ["name"] = "Knowledge",
        ["rarity"] = "Common",
        ["desc"] = "Game Start: Draw 1.",
        ["source"] = "Scribe of Sorrows",
        ["categories"] = {"Encounter"}
    },
    ["P0231"] = {
        ["name"] = "Mortal Marks",
        ["rarity"] = "Epic",
        ["desc"] = "When ANY player summons a unit, set its health to 1.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0232"] = {
        ["name"] = "Ascendant Indignation",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Create a random {{tipLoR|Fleeting}} {{tipLoR|Countdown}} landmark in hand. When you summon a landmark with {{tipLoR|Countdown}}, {{tipLoR|advance}} it 2 rounds.",
        ["source"] = "Herald of the Magus",
        ["categories"] = {"Encounter"}
    },
    ["P0233"] = {
        ["name"] = "The Isles Remember",
        ["rarity"] = "Epic",
        ["desc"] = "Game Start: Shuffle 3 copies of {{LoR|The Ruination}} into ALL players' decks. They cost 0.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0234"] = {
        ["name"] = "Vestige of Helia",
        ["rarity"] = "Epic",
        ["desc"] = "ALL spells cost 1 less. ALL units have {{tipLoR|SpellShield}}.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0235"] = {
        ["name"] = "Dying Laughing",
        ["rarity"] = "Epic",
        ["desc"] = "Game Start: ALL players summon a 0|10 {{LoR|Phantom Prankster}}.",
        ["source"] = "Ethereal Remitter",
        ["categories"] = {"Encounter"}
    },
    ["P0315"] = {
        ["name"] = "What's Updraft?",
        ["rarity"] = "Common",
        ["desc"] = "When you play a cost reduced card, reduce the cost of the top card of your deck by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Janna"
    },
    ["P0316"] = {
        ["name"] = "Eye of the Storm",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you play a cost reduced card, grant the weakest ally +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Janna"
    },
    ["P0317"] = {
        ["name"] = "What's Updraft? II",
        ["rarity"] = "Epic",
        ["desc"] = "When you play a cost reduced card, reduce the cost of the top 2 cards of your deck by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Janna"
    },
    ["P0318"] = {
        ["name"] = "Joy Unbound",
        ["rarity"] = "Common",
        ["desc"] = "Each round, copy the first {{tipLoR|Fleeting}} unit or spell you play.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Nilah"
    },
    ["P0319"] = {
        ["name"] = "Water Recycler",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you discard a card, create a copy of it in your deck and draw 1 Fleeting at next Round Start.",
        ["categories"] = {"Champion"},
        ["source"] = "Nilah"
    },
    ["P0320"] = {
        ["name"] = "Joy Unbound II",
        ["rarity"] = "Epic",
        ["desc"] = "Each round, copy the first 2 Fleeting units or spells you play.",
        ["categories"] = {"Champion"},
        ["source"] = "Nilah"
    },
    ["P0321"] = {
        ["name"] = "Subterranean Thunder",
        ["rarity"] = "Common",
        ["desc"] = "When you slay a unit, summon an Sigil of the Storm.",
        ["categories"] = {"Champion"},
        ["source"] = "Volibear"
    },
    ["P0322"] = {
        ["name"] = "Sky Splitter",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you summon a Titanic ally, it strikes the weakest enemy.",
        ["categories"] = {"Champion"},
        ["source"] = "Volibear"
    },
    ["P0323"] = {
        ["name"] = "Subterranean Thunder II",
        ["rarity"] = "Epic",
        ["desc"] = "When you slay a unit, summon 2 Sigil of the Storm.",
        ["categories"] = {"Champion"},
        ["source"] = "Volibear"
    },
    ["P0324"] = {
        ["name"] = "Urumi Shield",
        ["rarity"] = "Common",
        ["desc"] = "When you play a spell, heal your Nexus 1. If it was elemental, heal it 2 instead."
    },
    ["P0325"] = {
        ["name"] = "Mystic Meditation",
        ["rarity"] = "Rare",
        ["desc"] = "{{tipLoR|Round Start}}: Reduce the cost of spells in hand by 1."
    },
    ["P0326"] = {
        ["name"] = "Elemental Winds",
        ["rarity"] = "Epic",
        ["desc"] = "Your spells and {{tipLoR|skill|skills}} deal 2 extra damage."
    },
    ["P0327"] = {
        ["name"] = "Titanic Wake",
        ["rarity"] = "Rare",
        ["desc"] = "When you summon a unit with 8 attack, health, or cost, grant it +8|+8."
    },
    ["P0329"] = {
        ["name"] = "Astral Radiance",
        ["rarity"] = "Epic",
        ["desc"] = "When you play a created card, reduce the cost of allied champions everywhere by 1. When you play a champion, level them up. You're welcome.",
        ["categories"] = {"Champion"},
        ["source"] = "Aurelion Sol"
    },
    ["P0330"] = {
        ["name"] = "Cosmic Creator",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. I graciously bestow a Rare or Epic item upon all your created cards.",
        ["categories"] = {"Champion"},
        ["source"] = "Aurelion Sol"
    },
    ["P0331"] = {
        ["name"] = "Astral Radiance II",
        ["rarity"] = "Legendary",
        ["desc"] = "When you play a created card, reduce the cost of allied champions everywhere by 2. When you play a champion, level them up. You're welcome.",
        ["categories"] = {"Champion"},
        ["source"] = "Aurelion Sol"
    },
    ["P0332"] = {
        ["name"] = "Breath of Light",
        ["rarity"] = "Legendary",
        ["desc"] = "When you play a unit, double its stats. If it's Aurelion Sol, The Skies Descend upon all your pathetic enemies.",
        ["categories"] = {"Champion"},
        ["source"] = "Aurelion Sol"
    },
    ["P0345"] = {
        ["name"] = "Shared Blessings",
        ["rarity"] = "Rare",
        ["desc"] = "When you give or grant stats to an ally in play, grant a random ally in hand <nowiki>+1|+0</nowiki> (or the top ally of your deck if there is none).",
        ["categories"] = {"Champion"},
        ["source"] = "Kayle"
    },
    ["P0346"] = {
        ["name"] = "Celestial Aid",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana.<br/>{{tipLoR|Round Start}}: Create a {{LoR|Blessing of Targon}} in hand. If you already have one, reduce its cost by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Kayle"
    },
    ["P0347"] = {
        ["name"] = "Shared Blessings II",
        ["rarity"] = "Epic",
        ["desc"] = "When you give or grant stats to an ally in play, grant a random ally in hand the same amount of stats (or the top ally of your deck if there is none).",
        ["categories"] = {"Champion"},
        ["source"] = "Kayle"
    },
    ["P0348"] = {
        ["name"] = "Three Sugars",
        ["rarity"] = "Common",
        ["desc"] = "When you summon a created ally, grant it +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Norra"
    },
    ["P0349"] = {
        ["name"] = "Found Friends",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Game Start and when you play a card with base cost 4+: Plant a Mysterious Portal in the top 4 cards of your deck.",
        ["categories"] = {"Champion"},
        ["source"] = "Norra"
    },
    ["P0350"] = {
        ["name"] = "Six Sugars",
        ["rarity"] = "Epic",
        ["desc"] = "When you summon a created ally, grant it +3|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Norra"
    },
    ["P0360"] = {
        ["name"] = "Dragonsire",
        ["rarity"] = "Common",
        ["desc"] = "Allies with base cost 6+ cost 1 less.",
        ["categories"] = {"Champion"},
        ["source"] = "Elder Dragon"
    },
    ["P0361"] = {
        ["name"] = "Aspect of the Dragon",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you play a base 6+ cost ally play a random Dragon Boon on it.",
        ["categories"] = {"Champion"},
        ["source"] = "Elder Dragon"
    },
    ["P0362"] = {
        ["name"] = "Dragonsire II",
        ["rarity"] = "Epic",
        ["desc"] = "Allies with base cost 6+ cost 2 less.",
        ["categories"] = {"Champion"},
        ["source"] = "Elder Dragon"
    },
    ["P0363"] = {
        ["name"] = "Twice Slain",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: If you have the attack token, create a 2 cost Indestructible in hand or if you have one, reduce its cost by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Mordekaiser"
    },
    ["P0364"] = {
        ["name"] = "Thrice Born",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. When you revive an ally, grant it +2|+0 and Overwhelm.",
        ["categories"] = {"Champion"},
        ["source"] = "Mordekaiser"
    },
    ["P0365"] = {
        ["name"] = "Twice Slain II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Create a 2 cost Indestructible in hand or if you have one, reduce its cost by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Mordekaiser"
    },
    ["P0366"] = {
        ["name"] = "Bound Wings",
        ["rarity"] = "Common",
        ["desc"] = "When you target an enemy, {{tipLoR|Curse}} it with {{LoR|Shackles}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Morgana"
    },
    ["P0367"] = {
        ["name"] = "Crushing Guilt",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Round End: Deal 2 to Cursed enemies and 1 to the enemy nexus for each Curse in their hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Morgana"
    },
    ["P0368"] = {
        ["name"] = "Bound Wings II",
        ["rarity"] = "Epic",
        ["desc"] = "Increase the cost of enemy Curses everywhere by 1. When you target an enemy, {{tipLoR|Curse}} it with {{LoR|Shackles}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Morgana"
    },
    ["P0375"] = {
        ["name"] = "Biggledust Stash",
        ["rarity"] = "Epic",
        ["desc"] = "When you summon a created ally, grant it +2|+2."
    },
    ["P0376"] = {
        ["name"] = "Undying Legion",
        ["rarity"] = "Legendary",
        ["desc"] = "The first time an ally dies each round, revive it."
    },
    ["P0377"] = {
        ["name"] = "Phantom Pranks",
        ["rarity"] = "Rare",
        ["desc"] = "When an ally dies, deal 1 to the enemy Nexus."
    },
    ["P0378"] = {
        ["name"] = "Inheritance",
        ["rarity"] = "Epic",
        ["desc"] = "When an ally dies, grant its power to a unit in hand."
    },
    ["P0379"] = {
        ["name"] = "Deep Cuts",
        ["rarity"] = "Rare",
        ["desc"] = "When an ally {{tipLoR|Strike|strikes}} the enemy Nexus, {{tipLoR|Curse}} the Foe with {{LoR|Ichor}}."
    },
    ["P0380"] = {
        ["name"] = "Easy Prey",
        ["rarity"] = "Common",
        ["desc"] = "Game Start: Summon two [[LoR:Husk|Husks]]."
    },
    ["P0381"] = {
        ["name"] = "Unlimited Power",
        ["rarity"] = "Legendary",
        ["desc"] = "Your first spell each round costs 10 less."
    },
    ["P0383"] = {
        ["name"] = "Woosh!",
        ["rarity"] = "Common",
        ["desc"] = "Game Start: Summon a {{LoR|Vastayan Disciple}}."
    },
    ["P0384"] = {
        ["name"] = "Supple Stone",
        ["rarity"] = "Rare",
        ["desc"] = "Each round, the first time you play a landmark, refill mana equal to its cost."
    },
    ["P0385"] = {
        ["name"] = "Converging Timelines",
        ["rarity"] = "Epic",
        ["desc"] = "The first time you play a follower each round, pick 1 of 3 followers that costs 3 more to transform it into."
    },
    ["P0386"] = {
        ["name"] = "Phalanx",
        ["rarity"] = "Rare",
        ["desc"] = "When you target an ally, give it {{tipLoR|Barrier}} this round."
    },
    ["P0387"] = {
        ["name"] = "Survey Corp",
        ["rarity"] = "Rare",
        ["desc"] = "Game Start: Summon a {{LoR|Greenglade Lookout}}."
    },
    ["P0388"] = {
        ["name"] = "Haunting Hall",
        ["rarity"] = "Common",
        ["desc"] = "Allies have {{tipLoR|Hallowed}}."
    },
    ["P0389"] = {
        ["name"] = "Armed To The Teeth",
        ["rarity"] = "Rare",
        ["desc"] = "Allies with {{tipLoR|Equipment}} or attachments have +2|+2."
    },
    ["P0390"] = {
        ["name"] = "Norra's Portal Accelerator",
        ["rarity"] = "Epic",
        ["desc"] = "If I'm {{LoR|Norra}}, +1 Starting Mana. When you summon a created ally, grant it {{tipLoR|Impact}}.",
        ["categories"] = {"Relic"}
    },
    ["P0391"] = {
        ["name"] = "Strength of Stone",
        ["rarity"] = "Epic",
        ["desc"] = "When you summon an ally, grant it +0|+1 and {{tipLoR|Formidable}}.",
        ["categories"] = {"Relic"}
    },
    ["P0393"] = {
        ["name"] = "Spellweaver's Symphony",
        ["rarity"] = "Epic",
        ["desc"] = "When you gain the attack token, create a random spell that costs 2 from your regions in hand. It costs 0 and is {{tipLoR|Fleeting}}.",
        ["categories"] = {"Relic"}
    },
    ["P0394"] = {
        ["name"] = "Secret Technique",
        ["rarity"] = "Epic",
        ["desc"] = "When an ally gains stats from a spell, it gains twice that many instead.",
        ["categories"] = {"Relic"}
    },
    ["P0401"] = {
        ["name"] = "Technological Leap II",
        ["rarity"] = "Epic",
        ["desc"] = "Allies with Augment have +1|+1. Your Augments grant an additional +0|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Viktor"
    },
    ["P0402"] = {
        ["name"] = "Technological Leap",
        ["rarity"] = "Common",
        ["desc"] = "Allies with Augment have +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Viktor"
    },
    ["P0403"] = {
        ["name"] = "March of the Machines",
        ["rarity"] = "Epic",
        ["desc"] = "+ 1 Starting Mana.<br/>When you summon a created unit, grant it Augment.",
        ["categories"] = {"Champion"},
        ["source"] = "Viktor"
    },
    ["P0404"] = {
        ["name"] = "Beyond the Mists",
        ["rarity"] = "Common",
        ["desc"] = "Each round, the first time you slay an ally, summon an Encroaching Mist.",
        ["categories"] = {"Champion"},
        ["source"] = "Viego"
    },
    ["P0405"] = {
        ["name"] = "Harrowed Path",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting mana.<br/>When an ally with 4+ power dies, reduce the cost of all 4+ power allies in hand by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Viego"
    },
    ["P0406"] = {
        ["name"] = "Beyond the Mists II",
        ["rarity"] = "Epic",
        ["desc"] = "Each round, the first time you slay an ally, and the first time you slay an enemy summon an Encroaching Mist.",
        ["categories"] = {"Champion"},
        ["source"] = "Viego"
    },
    ["P0407"] = {
        ["name"] = "Hyper Charge II",
        ["rarity"] = "Epic",
        ["desc"] = "When you play a 6+ cost spell, reduce the cost of non-spells in your hand by 1, then give allies <nowiki>+1|+0</nowiki> and a random keyword this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Jayce"
    },
    ["P0408"] = {
        ["name"] = "Hyper Charge",
        ["rarity"] = "Common",
        ["desc"] = "When you play a 6+ cost spell, reduce the cost of non-spells in your hand by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Jayce"
    },
    ["P0409"] = {
        ["name"] = "Unstable State",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana.<br/>{{tipLoR|Round Start}}: Create a {{LoR|Hextech Anomaly}} in hand if you don't already have one you created this way.",
        ["categories"] = {"Champion"},
        ["source"] = "Jayce"
    },
    ["P0410"] = {
        ["name"] = "Crush the Weak II",
        ["rarity"] = "Epic",
        ["desc"] = "Your first three spells or Skills each round deal 1 extra damage for each 5 Health the enemy Nexus is missing.",
        ["categories"] = {"Champion"},
        ["source"] = "Swain"
    },
    ["P0411"] = {
        ["name"] = "Collateral Damage",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana.<br/>When a unit dies, deal 1 to the enemy nexus.",
        ["categories"] = {"Champion"},
        ["source"] = "Swain"
    },
    ["P0412"] = {
        ["name"] = "Crush the Weak",
        ["rarity"] = "Common",
        ["desc"] = "Your first spell or Skill each round deals 1 extra damage for each 5 Health the enemy Nexus is missing.",
        ["categories"] = {"Champion"},
        ["source"] = "Swain"
    },
    ["P0413"] = {
        ["name"] = "Caught In My Trap II",
        ["rarity"] = "Epic",
        ["desc"] = "Your traps deal triple damage.",
        ["categories"] = {"Champion"},
        ["source"] = "Caitlyn"
    },
    ["P0414"] = {
        ["name"] = "On the Case",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana.<br/>When an ally is summoned or attacks, plant a Flashbomb Trap in the top 8 cards of the enemy deck.",
        ["categories"] = {"Champion"},
        ["source"] = "Caitlyn"
    },
    ["P0415"] = {
        ["name"] = "Caught In My Trap",
        ["rarity"] = "Common",
        ["desc"] = "Your traps deal double damage.",
        ["categories"] = {"Champion"},
        ["source"] = "Caitlyn"
    },
    ["P0416"] = {
        ["name"] = "Light Guides Us II",
        ["rarity"] = "Epic",
        ["desc"] = "When an ally is targeted or supported, grant it {{tipLoR|Spirit}} and {{tipLoR|Impact}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Lux: Illuminated"
    },
    ["P0417"] = {
        ["name"] = "Sweet Dreams",
        ["rarity"] = "Common",
        ["desc"] = "When you summon a unit without playing it, grant it {{tipLoR|Spirit}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Lillia"
    },
    ["P0418"] = {
        ["name"] = "Psychological Warfare",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. Your spells and {{tipLoR|Skill|Skills}} damage enemies in the form of {{tipLoR|Gloom}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Vex"
    },
    ["P0419"] = {
        ["name"] = "Sweet Dreams II",
        ["rarity"] = "Epic",
        ["desc"] = "When you summon a unit without playing it, grant it {{tipLoR|Spirit}} twice.",
        ["categories"] = {"Champion"},
        ["source"] = "Lillia"
    },
    ["P0420"] = {
        ["name"] = "Looming Darkness",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: If you have the attack token, {{tipLoR|Boost}} all enemies.",
        ["categories"] = {"Champion"},
        ["source"] = "Vex"
    },
    ["P0421"] = {
        ["name"] = "Inspiring Presence",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. {{tipLoR|Round Start}}: Create a {{LoR|Prismatic Barrier}} in hand. If you already have one, reduce its cost by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Lux: Illuminated"
    },
    ["P0422"] = {
        ["name"] = "Looming Darkness II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: {{tipLoR|Boost}} all enemies.",
        ["categories"] = {"Champion"},
        ["source"] = "Vex"
    },
    ["P0423"] = {
        ["name"] = "Too Sleepy",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. {{tipLoR|Round Start}}: Create a {{LoR|Blooming Bud}} in hand. If you already have one, reduce its cost by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Lillia"
    },
    ["P0424"] = {
        ["name"] = "Light Guides Us",
        ["rarity"] = "Common",
        ["desc"] = "When an ally is targeted or supported, grant it {{tipLoR|Spirit}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Lux: Illuminated"
    },
    ["P0432"] = {
        ["name"] = "Share My Torment",
        ["rarity"] = "Legendary",
        ["desc"] = "When you Curse an enemy, grant allies +1|+0.",
        ["categories"] = {"Champion"},
        ["source"] = "Morgana"
    },
    ["P0434"] = {
        ["name"] = "Guns Blazing",
        ["rarity"] = "Legendary",
        ["desc"] = "While in combat, your spells and Skills deal 4 extra damage.",
        ["categories"] = {"Champion"},
        ["source"] = "Miss Fortune"
    },
    ["P0435"] = {
        ["name"] = "Military Training",
        ["rarity"] = "Common",
        ["desc"] = "When an ally attacks, grant allies with the same name everywhere +1|+0.",
        ["categories"] = {"Champion"},
        ["source"] = "Ambessa"
    },
    ["P0436"] = {
        ["name"] = "Reinforce the Formation",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana. {{tipLoR|Round Start}}: Create a Conscription in hand. If you already have one, reduce its cost by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Ambessa"
    },
    ["P0438"] = {
        ["name"] = "Military Training II",
        ["rarity"] = "Epic",
        ["desc"] = "When an ally attacks, grant allies with the same name everywhere +1|+1.",
        ["categories"] = {"Champion"},
        ["source"] = "Ambessa"
    },
    ["P0439"] = {
        ["name"] = "The Hand of Noxus",
        ["rarity"] = "Legendary",
        ["desc"] = "When allies attack, summon a random Noxian ally with cost equal to your mana gems.",
        ["categories"] = {"Champion"},
        ["source"] = "Darius"
    },
    ["P0440"] = {
        ["name"] = "Throw Another Rock!",
        ["rarity"] = "Legendary",
        ["desc"] = "When an ally attacks, it plays Threaded Volley. Your spells and skills deal 1 extra damage for each allied Landmark.",
        ["categories"] = {"Champion"},
        ["source"] = "Taliyah"
    },
    ["P0441"] = {
        ["name"] = "Science!!! II",
        ["rarity"] = "Epic",
        ["desc"] = "[[LoR:Tech|Tech]] allies in hand and in play have a random upgrade from an improved pool of upgrades for each time you've spent 6+ mana on spells.",
        ["categories"] = {"Champion"},
        ["source"] = "Heimerdinger"
    },
    ["P0442"] = {
        ["name"] = "Pursuit of Progress",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana.<br/>When you summon a unit, refill one spell mana.",
        ["categories"] = {"Champion"},
        ["source"] = "Heimerdinger"
    },
    ["P0443"] = {
        ["name"] = "Science!",
        ["rarity"] = "Common",
        ["desc"] = "[[LoR:Tech|Tech]] allies in hand and in play have a random upgrade for each time you've spent 6+ mana on spells.",
        ["categories"] = {"Champion"},
        ["source"] = "Heimerdinger"
    },
    ["P0444"] = {
        ["name"] = "Get Jinxed!",
        ["rarity"] = "Legendary",
        ["desc"] = "Your spells and {{tipLoR|skill|skills}} deal double damage.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Jinx"
    },
    ["P0445"] = {
        ["name"] = "Purge With Silver",
        ["rarity"] = "Legendary",
        ["desc"] = "When an ally attacks, give it +4|+0 this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Vayne"
    },
    ["P0446"] = {
        ["name"] = "Eternal Hunger II",
        ["rarity"] = "Epic",
        ["desc"] = "Allies have + 1|+0 for every 5 times you've dealt damage this game.",
        ["categories"] = {"Champion"},
        ["source"] = "Warwick"
    },
    ["P0447"] = {
        ["name"] = "Eternal Hunger",
        ["rarity"] = "Common",
        ["desc"] = "Allies have + 1|+0 for every 7 times you've dealt damage this game.",
        ["categories"] = {"Champion"},
        ["source"] = "Warwick"
    },
    ["P0448"] = {
        ["name"] = "Primal Howl",
        ["rarity"] = "Epic",
        ["desc"] = "+ 1 Starting Mana. {{tipLoR|Round Start}}: Create a Blood Hunt in hand, or if you already have one, reduce its cost by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Warwick"
    },
    ["P0449"] = {
        ["name"] = "Gift of Avarosa",
        ["rarity"] = "Legendary",
        ["desc"] = "When you decrease an enemy's power, randomly distribute that much power among allies in hand.",
        ["categories"] = {"Champion"},
        ["source"] = "Ashe"
    },
    ["P0450"] = {
        ["name"] = "Last Dance",
        ["rarity"] = "Legendary",
        ["desc"] = "Game Start: Summon 4 Ghastly Bands and Rally.",
        ["categories"] = {"Champion"},
        ["source"] = "Gwen"
    },
    ["P0451"] = {
        ["name"] = "The Grander Plaza",
        ["rarity"] = "Epic",
        ["desc"] = "When an ally is summoned, give it +2|+2, {{tipLoR|Challenger}}, and a random keyword this round."
    },
    ["P0452"] = {
        ["name"] = "Surprise Summoning",
        ["rarity"] = "Legendary",
        ["desc"] = "Your portals summon level 2 champions.",
        ["categories"] = {"Champion"},
        ["source"] = "Norra"
    },
    ["P0453"] = {
        ["name"] = "Future Firepower",
        ["rarity"] = "Legendary",
        ["desc"] = "When you see a unit in a prediction, double its stats.",
        ["categories"] = {"Champion"},
        ["source"] = "Ekko"
    },
    ["P0454"] = {
        ["name"] = "Wield The Abyss",
        ["rarity"] = "Legendary",
        ["desc"] = "{{tipLoR|Round Start}}: Create a Second Skin in hand. When you target an ally with Second Skin, give it Kai'Sa's keywords this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Kai'Sa"
    },
    ["P0455"] = {
        ["name"] = "Darkin Awakened",
        ["rarity"] = "Legendary",
        ["desc"] = "When you summon or transform a Darkin, double its stats.",
        ["categories"] = {"Champion"},
        ["source"] = "Aatrox"
    },
    ["P0456"] = {
        ["name"] = "Doom of All",
        ["rarity"] = "Legendary",
        ["desc"] = "When you summon a Titanic ally, grant it +2|+2 for each stack of Sigil of the Storm.",
        ["categories"] = {"Champion"},
        ["source"] = "Volibear"
    },
    ["P0457"] = {
        ["name"] = "The Power of Friendship!",
        ["rarity"] = "Legendary",
        ["desc"] = "{{tipLoR|Round Start}}: Grow all allies to the Strongest ally's stats this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Yuumi"
    },
    ["P0460"] = {
        ["name"] = "Beautiful And Brutal",
        ["rarity"] = "Legendary",
        ["desc"] = "When you gain the attack token, give allies +4|+0 this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Samira"
    },
    ["P0461"] = {
        ["name"] = "Pop Blossom!",
        ["rarity"] = "Legendary",
        ["desc"] = "When allies attack, deal 1 to all enemies and the enemy Nexus. Increased by 1 for each attacking subtyped ally.",
        ["categories"] = {"Champion"},
        ["source"] = "Neeko"
    },
    ["P0465"] = {
        ["name"] = "Everything is Misery",
        ["rarity"] = "Legendary",
        ["desc"] = "When an enemy dies outside of combat, grant other enemies Gloom.",
        ["categories"] = {"Champion"},
        ["source"] = "Vex"
    },
    ["P0466"] = {
        ["name"] = "Explosive Finale",
        ["rarity"] = "Rare",
        ["desc"] = "When an enemy dies outside of combat, deal 4 Damage to the enemy Nexus."
    },
    ["P0467"] = {
        ["name"] = "Lady of Light",
        ["rarity"] = "Legendary",
        ["desc"] = "Each round, the first time you attack, refill 1 mana for each attacking ally and draw a spell.",
        ["categories"] = {"Champion"},
        ["source"] = "Lux: Illuminated"
    },
    ["P0468"] = {
        ["name"] = "Dreamwoven Spirits",
        ["rarity"] = "Legendary",
        ["desc"] = "Each round, the first time you play a unit, summon an {{tipLoR|Ephemeral}} copy of it attacking.",
        ["categories"] = {"Champion", "Regular"},
        ["source"] = "Lillia"
    },
    ["P0469"] = {
        ["name"] = "Icon of Valhir",
        ["rarity"] = "Epic",
        ["desc"] = "Your elemental spells and {{tipLoR|Skill|Skills}} deal 2 extra damage.",
        ["categories"] = {"Relic"}
    },
    ["P0470"] = {
        ["name"] = "All Will Serve",
        ["rarity"] = "Legendary",
        ["desc"] = "When you summon a Encroaching Mist, grant allies Everywhere +1+0.",
        ["categories"] = {"Champion"},
        ["source"] = "Viego"
    },
    ["P0471"] = {
        ["name"] = "Demonic Ascension",
        ["rarity"] = "Legendary",
        ["desc"] = "When you damage an enemy with a spell or Skill, deal the same amount to all other enemies as well.",
        ["categories"] = {"Champion"},
        ["source"] = "Swain"
    },
    ["P0473"] = {
        ["name"] = "Typhoon",
        ["rarity"] = "Legendary",
        ["desc"] = "Round End: Recall Stunned enemies.",
        ["categories"] = {"Champion"},
        ["source"] = "Yasuo"
    },
    ["P0474"] = {
        ["name"] = "Voidtouched II",
        ["rarity"] = "Epic",
        ["desc"] = "+2 Starting Mana.<br/>Allies with 3+ positive keywords have +2<nowiki>|</nowiki>+2, and allies with 6+ positive keywords have +4<nowiki>|</nowiki>+4.",
        ["categories"] = {"Champion"},
        ["source"] = "Kai'Sa"
    },
    ["P0475"] = {
        ["name"] = "Treacherous Terrain",
        ["rarity"] = "Rare",
        ["desc"] = "Each round, the first time the Foe summons a unit, {{tipLoR|Frostbite}} it."
    },
    ["P0476"] = {
        ["name"] = "Shock & Awe",
        ["rarity"] = "Epic",
        ["desc"] = "When an ally that costs 1 or less attacks, {{tipLoR|skill|icononly=true}} deal 1 to the enemy Nexus.",
        ["categories"] = {"Relic"}
    },
    ["P0477"] = {
        ["name"] = "Lux's Incandescent Baton",
        ["rarity"] = "Epic",
        ["desc"] = "If I'm {{LoR|Lux: Illuminated|Lux}}, +1 starting mana. Game Start: Draw a follower that costs 2 or less and grant it {{PoC|item|Targon's Brace}}.",
        ["categories"] = {"Relic"}
    },
    ["P0479"] = {
        ["name"] = "Death From Everywhere",
        ["rarity"] = "Legendary",
        ["desc"] = "Your spells {{tipLoR|everywhere}} have {{tipLoR|Lurk}}.<br/>When a card {{tipLoR|Lurk|Lurks}}, if it's a follower, summon it attacking; otherwise, draw it.",
        ["categories"] = {"Champion"},
        ["source"] = "Pyke"
    },
    ["P0494"] = {
        ["name"] = "Hextech Infusion",
        ["rarity"] = "Legendary",
        ["desc"] = "After you play a 6+ cost spell, deal 10 to a random enemy or the enemy Nexus if there is none.",
        ["categories"] = {"Champion"},
        ["source"] = "Jayce"
    },
    ["P0497"] = {
        ["name"] = "Yasuo's Windblade",
        ["rarity"] = "Epic",
		["icon"]   = "01IO046-full.png",
        ["desc"] = "If I'm [[LoR:Yasuo|Yasuo]], +1 starting mana.<br/>When you [[LoR:Vocabs/Recall|Recall]] an enemy, increase its cost by 2.",
        ["link"] = "LoR:Yasuo's Windblade",
        ["categories"] = {"Relic"}
    },
    ["P0499"] = {
        ["name"] = "Deadly Harpoon",
        ["rarity"] = "Epic",
		["icon"]   = "04BW002-full.png",
        ["desc"] = "Game Start: Shuffle two [[LoR:Death From Below|Deaths From Below]] into your deck and grant [[LoR:Death From Below|Deaths From Below]] a random epic item.",
        ["link"] = "LoR:Deadly Harpoon",
        ["categories"] = {"Relic"}
    },
    ["P0503"] = {
        ["name"] = "Swain's Raven Army",
        ["rarity"] = "Epic",
		["icon"]   = "02NX009-full.png",
        ["desc"] = "Game Start: [[LoR:Vocabs/Drain|Drain]] 5 from the enemy Nexus.",
        ["link"] = "LoR:Swain's Raven Army",
        ["categories"] = {"Relic"}
    },
    ["P0509"] = {
        ["name"] = "Perfect Aim",
        ["rarity"] = "Legendary",
        ["desc"] = "{{tipLoR|Round Start}}: Create an {{LoR|Ace in the Hole}} in hand if you don't have one. When one of your traps activates, reduce its cost by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Caitlyn"
    },
    ["P0510"] = {
        ["name"] = "We Run These Streets",
        ["rarity"] = "Legendary",
        ["desc"] = "When you play a card, grant allies in hand <nowiki>+1|+0</nowiki>.",
        ["categories"] = {"Champion"},
        ["source"] = "Vi"
    },
    ["P0511"] = {
        ["name"] = "Hextech Rifle",
        ["rarity"] = "Epic",
		["icon"]   = "05PZ013-full.png",
        ["desc"] = "Game Start: Plant 6 [[LoR:Flashbomb Trap|Flashbomb Traps]] in the top 8 cards of the enemy deck. When a trap misses, replant it in the top 8 cards of the enemy deck.",
        ["link"] = "LoR:Hextech Rifle",
        ["categories"] = {"Relic"}
    },
    ["P0514"] = {
        ["name"] = "Black Shield",
        ["rarity"] = "Epic",
        ["desc"] = "When you summon an ally, grant it {{tipLoR|SpellShield}}.",
        ["link"] = "LoR:Black Shield (Power)",
        ["categories"] = {"Relic"}
    },
    ["P0515"] = {
        ["name"] = "Hidden Tome",
        ["rarity"] = "Epic",
        ["desc"] = "When you play or level up a champion, refill your spell mana.",
        ["categories"] = {"Relic"}
    },
    ["P0517"] = {
        ["name"] = "Big Guns",
        ["rarity"] = "Epic",
        ["desc"] = "Your spells and {{tipLoR|skill|skills}} deal 1 extra damage.",
        ["categories"] = {"Relic"}
    },
    ["P0518"] = {
        ["name"] = "Stacked Deck",
        ["rarity"] = "Epic",
        ["desc"] = "Allies have <nowiki>+1|+1</nowiki> for every 12 cards in your deck past 18 at game start.",
        ["categories"] = {"Relic"}
    },
    ["P0529"] = {
    	["name"] = "Night's Kiss",
    	["rarity"] = "Legendary",
        ["desc"] = "When an allied Husk grants stats to an ally, it grants double the amount.",
        ["categories"] = {"Champion"},
        ["source"] = "Evelynn"
    },
    ["P0530"] = {
        ["name"] = "Spirit's Blessing II",
        ["rarity"] = "Epic",
        ["desc"] = "When you summon or {{tipLoR|Recall}} an ally, grant it {{tipLoR|Spirit}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Ahri"
    },
    ["P0531"] = {
        ["name"] = "Whispers From Past Lives",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana.<br/>Units keep permanent stat buffs and keywords when recalled.<br/>When you {{tipLoR|Recall}} an ally, reduce its cost by 1.",
        ["categories"] = {"Champion"},
        ["source"] = "Ahri"
    },
    ["P0532"] = {
        ["name"] = "Spirit's Blessing",
        ["rarity"] = "Common",
        ["desc"] = "When you {{tipLoR|Recall}} an ally, grant it {{tipLoR|Spirit}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Ahri"
    },
    ["P0535"] = {
        ["name"] = "Eureka!!!!",
        ["rarity"] = "Legendary",
        ["desc"] = "[[LoR:Tech|Tech]] allies in hand and in play start the game with 3 random improved upgrades.<br/>Game Start: Summon a {{LoR|Mk0: Windup Shredder}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Heimerdinger"
    },
    ["P0540"] = {
        ["name"] = "Biggledust Sprinkle",
        ["rarity"] = "Common",
        ["desc"] = "When you summon a created ally, grant it +1|+1."
    },
    ["P0547"] = {
        ["name"] = "Parting Gift",
        ["rarity"] = "Legendary",
        ["desc"] = "When you {{tipLoR|Recall}} an ally, it {{tipLoR|Strike|Strikes}} the enemy Nexus.",
        ["categories"] = {"Champion"},
        ["source"] = "Ahri"
    },
    ["P0549"] = {
        ["name"] = "Defense Spending",
        ["rarity"] = "Epic",
        ["desc"] = "Your Nexus has {{tipLoR|Tough}}.",
        ["categories"] = {"Relic"}
    },
    ["P0554"] = {
        ["name"] = "Siren's Call",
        ["rarity"] = "Epic",
		["icon"]   = "07BW033-full.png",
        ["desc"] = "Game Start: Create an [[LoR:Evelynn|Evelynn]] in hand. When you summon a [[LoR:Husk|Husk]], it loses [[File:Keyword Can't Attack.png|15px]][[File:Keyword Can't Block.png|15px]] [[LoR:Keywords/Immobile|Immobile]].",
        ["link"] = "LoR:Siren's Call",
        ["categories"] = {"Relic"}
    },
    ["P0557"] = {
        ["name"] = "Essence Theft",
        ["rarity"] = "Epic",
		["icon"]   = "06IO032-full.png",
        ["desc"] = "Game Start: Create a [[LoR:Homecoming|Homecoming]] in hand and grant it [[File:I0081.png|18px]][[LoR:Double Time Watch|Double Time Watch]].",
        ["link"] = "LoR:Essence Theft",
        ["categories"] = {"Relic"}
    },
    ["P0559"] = {
        ["name"] = "Nowhere is Safe II",
        ["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round End}}: {{TipLoR|Terrify}} 1 for each time you've damaged the enemy Nexus this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Fiddlesticks"
    },
    ["P0560"] = {
        ["name"] = "They Are Close",
        ["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana.<br/>Game start: Plant 3 copies of random followers from your deck in the enemy deck as {{LoR|Nightmare|Nightmares}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Fiddlesticks"
    },
    ["P0561"] = {
        ["name"] = "Nowhere is Safe",
        ["rarity"] = "Rare",
        ["desc"] = "{{tipLoR|Round End}}: {{TipLoR|Terrify}} 1 for each time an ally struck the enemy Nexus this round.",
        ["categories"] = {"Champion"},
        ["source"] = "Fiddlesticks"
    },
    ["P0562"] = {
        ["name"] = "Power Surge",
        ["rarity"] = "Legendary",
        ["desc"] = "When you play a created spell or unit, copy it.",
        ["categories"] = {"Champion"},
        ["source"] = "Viktor"
    },
    ["P0563"] = {
        ["name"] = "Bountiful Harvest",
        ["rarity"] = "Legendary",
        ["desc"] = "When you {{TipLoR|Terrify}}, grant enemies {{tipLoR|Gloom}} and grant a random ally 2 {{tipLoR|Spirit}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Fiddlesticks"
    },
    ["P0567"] = {
        ["name"] = "Harmless Scarecrow",
        ["rarity"] = "Epic",
		["icon"]   = "98RU003-full.png",
        ["desc"] = "When you play a card that costs 3+ mana, [[LoR:Vocabs/Terrify|Terrify]] 1. While the enemy deck has 15 or fewer cards, allies have +2|+2 and [[File:Keyword Overwhelm.svg|15px]] [[LoR:Keywords/Overwhelm|Overwhelm]].",
        ["link"] = "LoR:Harmless Scarecrow",
        ["categories"] = {"Relic"}
    },
    ["P0568"] = {
        ["name"] = "Out of my way!",
        ["rarity"] = "Legendary",
        ["desc"] = "When you attack with 10+ total Power, kill the strongest backrow enemy.",
        ["categories"] = {"Champion"},
        ["source"] = "Ambessa"
    },
    ["P0569"] = {
        ["name"] = "Cruel Experiments",
        ["rarity"] = "Epic",
        ["desc"] = "When you play an ally with 2+ Health, deal 1 to it and grant it {{tipLoR|Overwhelm}} and {{tipLoR|Impact}}.",
        ["categories"] = {"Relic"}
    },
    ["P0570"] = {
        ["name"] = "Wounded Prey",
        ["rarity"] = "Common",
        ["desc"] = "When an enemy with 2+ Health is summoned, deal 1 to it."
    },
    ["P0571"] = {
        ["name"] = "Eternal Hunger III",
        ["rarity"] = "Legendary",
        ["desc"] = "Allies have + 1|+0 for every 3 times you've dealt damage this game. When an ally kills a unit, heal it fully and grant it +0|+3 and Impact.",
        ["categories"] = {"Champion"},
        ["source"] = "Warwick"
    },
    ["P0600"] = {
        ["name"] = "Perfect Hex Core",
        ["rarity"] = "Epic",
		["icon"]   = "03PZ004T2-full.png",
        ["desc"] = "[[LoR:Vocabs/Round Start|Round Start]]: Create a [[LoR:Hex Core Upgrade|Hex Core Upgrade]] in hand. Your [[LoR:Hex Core Upgrade|Hex Core Upgrades]] have [[File:I0108.png|18px]][[LoR:Stopwatch#Item_for_Spells|Stopwatch]] and can upgrade any ally.",
        ["link"] = "LoR:Perfect Hex Core",
        ["categories"] = {"Relic"}
    },
    ["P0601"] = {
        ["name"] = "Day of Judgement",
        ["rarity"] = "Legendary",
        ["desc"] = "When you play 5+ Power ally, it deals 3 to all enemies. If it's a 10+ power Champion, it {{tipLoR|strike|strikes}} all enemies instead.",
        ["categories"] = {"Champion"},
        ["source"] = "Kayle"
    },
    ["P0603"] = {
        ["name"] = "Souls of Dragons",
        ["rarity"] = "Legendary",
        ["desc"] = "Your [[LoR:Dragon Boon|Dragon Boons]] are replaced with [[LoR:Dragon Soul|Dragon Souls]].",
        ["categories"] = {"Champion"},
        ["source"] = "Elder Dragon"
    },
    ["P0604"] = {
        ["name"] = "Early Bird",
        ["rarity"] = "Rare",
        ["desc"] = "Game Start: Summon your {{tipLoR|Weakest|weakest}} follower from deck.",
        ["link"] = "LoR:Early Bird (Power)",
    },
    ["P0605"] = {
        ["name"] = "Great Talons",
        ["rarity"] = "Epic",
		["icon"]   = "03NX016-full.png",
        ["desc"] = "When you play a 6+ base cost unit, deal 2 to all enemies and the enemy Nexus.",
        ["link"] = "LoR:Great Talons",
        ["categories"] = {"Relic"}
    },
    ["P0617"] = {
    	["name"] = "Soul Reclamation",
    	["rarity"] = "Legendary",
        ["desc"] = "When you {{tipLoR|slay}} a unit, reduce the cost of every card in your hand by 1 (to a minimum cost of 1).<br/>When you {{LoR|Restored Sun Disc|Restore the Sun Disc}}, grant allies {{tipLoR|everywhere}} <nowiki>+5|+5</nowiki>.",
        ["categories"] = {"Champion"},
        ["source"] = "Nasus"
    },
    ["P0618"] = {
    	["name"] = "Aspect of the Sun",
    	["rarity"] = "Legendary",
        ["desc"] = "Whenever an ally's {{tipLoR|Daybreak}} is activated, activate it again.",
        ["categories"] = {"Champion"},
        ["source"] = "Leona"
    },
    ["P0619"] = {
        ["name"] = "Scales of Judgment",
        ["rarity"] = "Epic",
		["icon"]   = "04SH004-full.png",
        ["desc"] = "When you play a champion, it [[LoR:Vocabs/Strike|strikes]] the [[LoR:Vocabs/Weakest|weakest]] enemy. If it's [[LoR:Nasus|Nasus]], it also [[LoR:Vocabs/Strike|strikes]] the [[LoR:Vocabs/Strongest|strongest]] enemy.",
        ["link"] = "LoR:Scales of Judgment",
        ["categories"] = {"Relic"}
    },
    ["P0620"] = {
    	["name"] = "The Endless March",
    	["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana.<br/>Until you're {{tipLoR|Deep}}, when you draw a card, {{tipLoR|Toss}} 1.<br/>Game Start: {{tipLoR|Toss}} until your deck has 40 cards.",
        ["categories"] = {"Champion"},
        ["source"] = "Nautilus"
    },
    ["P0621"] = {
    	["name"] = "Echoes from the Deep II",
    	["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Deep}} gives an aditional <nowiki>+1|+1</nowiki> for every 5 cards you've drawn or {{tipLoR|Toss|Tossed}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Nautilus"
    },
    ["P0622"] = {
    	["name"] = "Echoes from the Deep",
    	["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Deep}} gives an aditional <nowiki>+1|+1</nowiki> for every 10 cards you've drawn or {{tipLoR|Toss|Tossed}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Nautilus"
    },
    ["P0624"] = {
    	["name"] = "Rising Tides",
    	["rarity"] = "Legendary",
        ["desc"] = "Each Round, the first time you draw or {{tipLoR|Toss}} a unit with cost less than or equal to your mana gems, create a copy in play.",
        ["categories"] = {"Champion"},
        ["source"] = "Nautilus"
    },
    ["P0625"] = {
        ["name"] = "Fortifications",
        ["rarity"] = "Rare",
        ["desc"] = "Your Nexus has {{tipLoR|Tough}}.",
    },
    ["P0628"] = {
        ["name"] = "Unnatural Selection",
        ["rarity"] = "Common",
        ["desc"] = "Your units have {{tipLoR|Evolve}}."
    },
    ["P0629"] = {
        ["name"] = "Pursuit of Progress",
        ["rarity"] = "Common",
        ["desc"] = "When you summon a unit, refill one spell mana."
    },
    ["P0630"] = {
        ["name"] = "Shared Manaflow",
        ["icon"] = "P0630.png",
        ["rarity"] = "Rare",
        ["desc"] = "Game Start: Both players get a mana gem."
    },
    ["P0631"] = {
        ["name"] = "Sea's Fury",
        ["icon"] = "06BW028-full.png",
        ["rarity"] = "Epic",
        ["desc"] = "Each round, the first time you spend mana on a spell, [[LoR:Vocabs/Spawn|Spawn]] equal to its cost."
    },
    ["P0632"] = {
        ["name"] = "Dawning Age",
        ["icon"] = "03MT078-full.png",
        ["rarity"] = "Rare",
        ["desc"] = "[[LoR:Vocabs/Round Start|Round Start]]: Reduce the cost of your 4+ cost cards in hand by 1."
    },
    ["P0633"] = {
        ["name"] = "Righteous Indignation",
        ["icon"] = "05MT009-full.png",
        ["rarity"] = "Epic",
        ["desc"] = "When your Nexus survives damage, reduce the cost of your highest cost card in hand by 1."
    },
    ["P0634"] = {
        ["name"] = "Proper Offerings",
        ["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: Summon a {{LoR|Sigil of the Storm}}."
    },
    ["P0635"] = {
        ["name"] = "Communal Manaflow",
        ["icon"] = "P0635.png",
        ["rarity"] = "Epic",
        ["desc"] = "[[LoR:Vocabs/Round Start|Round Start]]: Both players get a mana gem."
    },
    ["P0636"] = {
        ["name"] = "Thrice Bound",
        ["rarity"] = "Rare",
        ["desc"] = "Game Start: Summon your highest cost follower from deck and {{tipLoR|Curse}} it with {{LoR|Shackles}} three times.",
	},
    ["P0637"] = {
        ["name"] = "Mountain's Peak",
        ["icon"] = "99MT002-full.png",
        ["rarity"] = "Rare",
        ["desc"] = "[[LoR:Vocabs/Round Start|Round Start]]: Reduce the cost of a random card in ALL player's hands to 0 this round."
    },
    ["P0639"] = {
    	["name"] = "Eternal Radiance",
    	["rarity"] = "Legendary",
        ["desc"] = "When allies attack, create a {{LoR|Final Spark}} in hand.<br/>Your damaging spells and {{tipLoR|skill|Skills}} deal 1 extra damage for each 6 mana you've spent on spells this game.",
        ["categories"] = {"Champion"},
        ["source"] = "Lux"
    },
    ["P0656"] = {
    	["name"] = "Bloodsworn Pact",
    	["rarity"] = "Legendary",
        ["desc"] = "When you summon an ally, double its stats this round. When you play {{LoR|Call to Arms}}, {{tipLoR|Rally}}.",
        ["categories"] = {"Champion"},
        ["source"] = "Tryndamere"
    },
    ["P0657"] = {
    	["name"] = "Warlord's Pledge",
    	["rarity"] = "Common",
        ["desc"] = "{{tipLoR|Round Start}}: If you have the attack token, create a {{LoR|Call to Arms}} in hand or reduce its cost by 2 if you already have one.",
        ["categories"] = {"Champion"},
        ["source"] = "Tryndamere"
    },
    ["P0658"] = {
    	["name"] = "Bloodlust",
    	["rarity"] = "Epic",
        ["desc"] = "+1 Starting Mana.<br/>When allies attack, grant allies in your deck <nowiki>+1|+1</nowiki>.",
        ["categories"] = {"Champion"},
        ["source"] = "Tryndamere"
    },
    ["P0659"] = {
    	["name"] = "Warlord's Pledge II",
    	["rarity"] = "Epic",
        ["desc"] = "{{tipLoR|Round Start}}: Create a {{LoR|Call to Arms}} in hand or reduce its cost by 2 if you already have one.",
        ["categories"] = {"Champion"},
        ["source"] = "Tryndamere"
    },
	["P0671"] = {
		["name"]   = "Protectors of Demacia",
		["rarity"] = "Epic",
		["desc"]   = "When you level up an allied champion, summon {{LoR|Lux}}. If you already have {{LoR|Lux}}, summon {{LoR|Garen}} instead. If you have both and not {{LoR|Galio}}, summon {{LoR|Galio}}.",
        ["categories"] = {"Relic"}
	},
    ["P0678"] = {
        ["name"] = "Warlord's Helmet",
        ["rarity"] = "Epic",
		["icon"]   = "01FR005-full.png",
        ["desc"] = "If I'm [[LoR:Tryndamere|Tryndamere]], when you grant stats to a unit in your deck, grant twice as much.",
        ["link"] = "LoR:Warlord's Helmet",
        ["categories"] = {"Relic"}
    },
	["P0699"] = {
		["name"]   = "Shield of Daybreak",
		["rarity"] = "Epic",
		["desc"]   = "Allies with {{tipLoR|Daybreak}} have {{tipLoR|Tough}}. When an ally activates {{tipLoR|Daybreak}}, grant allies <nowiki>+0|+1</nowiki>.",
        ["categories"] = {"Relic"}
	},
}