MediaWiki:Common.js

From Unforgotten Realms Wiki
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Any JavaScript here will be loaded for all users on every page load. */

$('head').append('<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">');

$('body').append('<script src="https://unpkg.com/tippy.js@1.3.0/dist/tippy.js"></script>');
var myScript = document.createElement('script'); 
myScript.src = 'https://unpkg.com/tippy.js@1.3.0/dist/tippy.js';
myScript.onload = function() { 
tippy('.tltp', {
  position: 'bottom',
  animation: 'fade',
  theme: 'urealms',
  followCursor: 'true'
});


tippy('.ctltp', {
  position: 'bottom',
  animation: 'fade',
  theme: 'urealms'
});
};

document.body.appendChild(myScript);

$('.tltp').each(function() {
if($(this).is('img')){
var alt = $(this).attr('alt');
$(this).attr('title', alt);
$(this).removeAttr('alt');
$(this).parent().removeAttr('title');
}
});

$('.ctltp').each(function() {
if($(this).is('img')){
var alt = $(this).attr('alt');
$(this).attr('title', alt);
$(this).removeAttr('alt');
$(this).parent().removeAttr('title');
}
});

function replace(){
var cards = [
    {
        "x": 10,
        "id": "elf",
        "type": "race",
        "title": "Elf",
        "subtitle": "",
        "text": "Your Character starts with \n4 random Spells from up to \n2 Elements of your choice.",
        "stamina": "22",
        "art": "race_elf",
        "cost": "80"
    },
    {
        "x": 11,
        "id": "dwarf",
        "type": "race",
        "title": "Dwarf",
        "subtitle": "",
        "text": "Your Character starts with extra gold.",
        "stamina": "25",
        "art": "race_dwarf",
        "cost": "500"
    },
    {
        "x": 12,
        "id": "dvergr",
        "type": "race",
        "title": "Dvergr",
        "subtitle": "",
        "text": "Your Character can cheat death \nand will survive the 1st failed \nDeath Roll you make per game.",
        "stamina": "28",
        "art": "race_dvergr",
        "cost": "150"
    },
    {
        "x": 13,
        "id": "dwelf",
        "type": "race",
        "title": "Dwelf",
        "subtitle": "",
        "text": "Your Character starts with an \nItem and Spell chosen from \na random selection of three.",
        "stamina": "24",
        "art": "race_dwelf",
        "cost": "90"
    },
    {
        "x": 14,
        "id": "kobold",
        "type": "race",
        "title": "Kobold",
        "subtitle": "",
        "text": "Your Claws deal 10 Damage with Basic Attacks and you must always roll with at least 2 Dice.",
        "stamina": "25",
        "art": "race_kobold",
        "cost": "50"
    },
    {
        "x": 16,
        "id": "porc",
        "type": "race",
        "title": "Porc",
        "subtitle": "",
        "text": "Your Character starts with \n5 random Companion Abilities\nthat deal Double Damage.",
        "stamina": "30",
        "art": "race_porc",
        "cost": "20"
    },
    {
        "x": 21,
        "id": "blackboar",
        "type": "race",
        "title": "Black Boar",
        "subtitle": "",
        "text": "Your Character always uses a \nLarge Tile and the bonus Stamina from your Armor is doubled.",
        "stamina": "40",
        "art": "race_blackboar",
        "cost": "30"
    },
    {
        "x": 23,
        "id": "gnome",
        "type": "race",
        "title": "Gnome",
        "subtitle": "",
        "text": "Your Character starts with 4 random Treasures that they may share with Players during Character Creation.",
        "stamina": "20",
        "art": "race_gnome",
        "cost": "40"
    },
    {
        "x": 24,
        "id": "keen",
        "type": "race",
        "title": "Keen",
        "subtitle": "",
        "text": "You gain triple gold when rolling for gold and you choose your Cornerstone from a random selection of three.",
        "stamina": "18",
        "art": "race_keen",
        "cost": "100"
    },
    {
        "x": 25,
        "id": "warhammer",
        "type": "classability",
        "title": "Paladin",
        "subtitle": "Warhammer",
        "text": "The mighty warhammer of the common Paladin. Your Light and Fire Spells no longer deal Damage to Allies but instead restore Stamina equal to the Damage they would have dealt.",
        "art": "paladin",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "10"
    },
    {
        "x": 26,
        "id": "heavyplate",
        "type": "classability",
        "title": "Paladin",
        "subtitle": "Heavy Plate",
        "text": "The traditional steel plate armor of a mighty Paladin. \nWhenever an Ally is about to be hit by a Basic Attack or Ability, you may move as many spaces as you like and then intercept that attack on their behalf. ",
        "stamina": "60",
        "art": "paladin",
        "gem1": "armor",
        "cost": "10"
    },
    {
        "x": 28,
        "id": "divinefavor",
        "type": "classability",
        "title": "Paladin",
        "subtitle": "Divine Favor",
        "text": "A small holy item or token that has been blessed by the light to show your eternal devotion to the Grand Paladin Order. Once per combat, you may pray to the light to grant you a single use of any non-Legendary Ability in the game and then use it as a Bonus Action. The Party cannot wish for the same Spell more than once per game. You cannot cast Dark Magic because of your devotion to the light.",
        "art": "paladin",
        "element1": "light",
        "element2": "light",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "10"
    },
    {
        "x": 29,
        "id": "righteousfury",
        "type": "classability",
        "title": "Paladin",
        "subtitle": "Righteous Fury",
        "text": "Swing your Warhammer or weapon of choice in a forward arc dealing 15 Damage to up to 3 Targets. Skilled Dark Mages take 30 Damage instead.",
        "art": "paladin",
        "element1": "light",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3",
        "cost": "50"
    },
    {
        "x": 30,
        "id": "purify",
        "type": "classability",
        "title": "Paladin",
        "subtitle": "Purify",
        "text": "Radiate forward a wave of bright fire that deals 15 Damage to Targets hit. Skilled Dark Mages take 30 Damage instead.",
        "art": "paladin",
        "element1": "light",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 31,
        "id": "conversion",
        "type": "classability",
        "title": "Paladin",
        "subtitle": "Conversion",
        "text": "Sear a Targets mind with the Light showing them the evil of their ways.  If successful, they become Charmed until you Die and they cannot cast Dark Magic while under your command.",
        "art": "paladin",
        "element1": "light",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "50"
    },
    {
        "x": 32,
        "id": "layonhands",
        "type": "classability",
        "title": "Paladin",
        "subtitle": "Lay On Hands",
        "text": "Release a wave of light onto a Target that fully restores their Stamina. Skilled Dark Mages burn from this holy light and take Damage equal to twice your maximum Stamina instead.",
        "art": "paladin",
        "element1": "light",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 33,
        "id": "martyr",
        "type": "classability",
        "title": "Paladin",
        "subtitle": "Martyr",
        "text": "Give yourself up in the good name of the holy light, blessing all of your Allies for your sacrifice. No Ally, other than yourself, can be put in Danger or Killed for the rest of the round.",
        "art": "paladin",
        "element1": "light",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 34,
        "id": "blessingofstrength",
        "type": "classability",
        "title": "Paladin",
        "subtitle": "Blessing of Strength",
        "text": "Bless each Player with a powerful blessing that strengthens them to deal Double Damage with Basic Attacks until end of combat. Critical Failures still bless other Players regardless of the punishment from the failure.",
        "art": "paladin",
        "element1": "light",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 35,
        "id": "hammerofsanctification",
        "type": "classability",
        "title": "Paladin",
        "subtitle": "Hammer of Sanctification",
        "text": "Call down a giant flaming Hammer that erupts into a wave of fire all over the Battlefield that deals 30 Damage to Targets who are all Skilled Dark Mages.",
        "art": "paladin",
        "element1": "light",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 36,
        "id": "divineintervention",
        "type": "classability",
        "title": "Paladin",
        "subtitle": "Divine Intervention",
        "text": "Softly whisper a prayer hoping for the impossible from any Divine who will answer your plea. You may force a reroll for a Player, Ally, or Foe. You may not use this Ability on Critical Success or Critical Failure Rolls. You may use your Regular Action at anytime when using this Ability.",
        "art": "paladin",
        "element1": "light",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 37,
        "id": "honorchains",
        "type": "classability",
        "title": "Paladin",
        "subtitle": "Honor Chains",
        "text": "Chain up to two Targets together or to the ground by binding them with holy light, Stunning and Burning them.",
        "art": "paladin",
        "element1": "light",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "20"
    },
    {
        "x": 38,
        "id": "paladin",
        "type": "class",
        "title": "Paladin",
        "subtitle": "",
        "text": "<LORE> \"A champion of the light who \n<LORE> protects their allies while smiting \n<LORE> down the wicked.\"",
        "stamina": "30",
        "art": "class_paladin",
        "cost": "200"
    },
    {
        "x": 39,
        "id": "greatsword",
        "type": "classability",
        "title": "Warrior",
        "subtitle": "Greatsword",
        "text": "A mighty greatsword crafted by an expert blacksmith. Whenever you take Damage, you may No-Roll Basic Attack. You cannot wield Shields.",
        "art": "warrior",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "melee",
        "gem2text": "2",
        "cost": "100"
    },
    {
        "x": 40,
        "id": "greatshield",
        "type": "classability",
        "title": "Warrior",
        "subtitle": "Greatshield",
        "text": "A sturdy shield crafted by the finest of blacksmiths. Double your Stamina at the end of Character Creation.",
        "stamina": "15",
        "art": "warrior",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 41,
        "id": "whirlwind",
        "type": "classability",
        "title": "Warrior",
        "subtitle": "Whirlwind",
        "text": "Throw yourself into a whirlwind hitting all adjacent Targets with a Basic Attack. For the rest of this round, whenever a Target moves on or past an adjacent space of you, you may No-Roll Basic Attack them.",
        "art": "warrior",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 42,
        "id": "shieldstance",
        "type": "classability",
        "title": "Warrior",
        "subtitle": "Shield Stance",
        "text": "Prepare yourself from an incoming assault. For the rest of this round, you can now Block with Average Rolls or higher and every successful Block lets you counter with a No-Roll Basic Attack. If you do not have a Shield, you may Parry with a Weapon instead, but only on High Rolls.",
        "art": "warrior",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 43,
        "id": "blockade",
        "type": "classability",
        "title": "Warrior",
        "subtitle": "Blockade",
        "text": "Raise up a weapon or shield to Block all incoming Basic Attacks and Abilities for Allies for the rest of the round. Blocking will negate or reduce the damage taken. You may Move as close as possible to an Ally to Block each attack for the rest of the round as well.",
        "art": "warrior",
        "element1": "none",
        "gem1": "limited",
        "cost": "100"
    },
    {
        "x": 44,
        "id": "secondwind",
        "type": "classability",
        "title": "Warrior",
        "subtitle": "Second Wind",
        "text": "Focus your mind and body to grant yourself a massive dose of adrenaline and fight through the pain. Restore all of your Stamina and grant yourself 3 Bonus Actions.\n",
        "art": "warrior",
        "element1": "none",
        "gem1": "limited",
        "cost": "100"
    },
    {
        "x": 45,
        "id": "battleroar",
        "type": "classability",
        "title": "Warrior",
        "subtitle": "Battle Roar",
        "text": "Let out a powerful roar that immediately ends the Players turn and enrages all Foes. If successful, Foes may only use Basic Attacks and Abilities Targeted at you for the rest of the round.",
        "art": "warrior",
        "element1": "none",
        "gem1": "limited",
        "cost": "50"
    },
    {
        "x": 46,
        "id": "tauntingblow",
        "type": "classability",
        "title": "Warrior",
        "subtitle": "Taunting Blow",
        "text": "Attack a Target with a melee Basic Attack that deals Double Damage. If successful, the Target may only Basic Attack and use Abilities Targeted at you for the rest of this round.",
        "art": "warrior",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "50"
    },
    {
        "x": 47,
        "id": "charge",
        "type": "classability",
        "title": "Warrior",
        "subtitle": "Charge",
        "text": "Run as fast as you can in a straight line dealing 20 Damage and pushing any Target you run into. Allies may roll to jump on your back or out of the way to avoid this damage. You can stop at any time or until you hit a wall.",
        "art": "warrior",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "99",
        "cost": "50"
    },
    {
        "x": 48,
        "id": "tosser",
        "type": "classability",
        "title": "Warrior",
        "subtitle": "Tosser",
        "text": "Lift an adjacent Target and throw them up to 5 spaces at Target space. Foes will take 15 damage if thrown or hit by a Target who was thrown.",
        "art": "warrior",
        "element1": "none",
        "gem1": "regular",
        "gem2": "range",
        "gem2text": "5",
        "cost": "50"
    },
    {
        "x": 49,
        "id": "chivalrypledge",
        "type": "classability",
        "title": "Warrior",
        "subtitle": "Chivalry Pledge",
        "text": "You have pledged your life formally to your Party in writing. Whenever an Ally is about to take Damage, you may leap to their aid by moving yourself adjacent to them and then taking all incoming Damage on their behalf.",
        "art": "warrior",
        "gem1": "passive",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 50,
        "id": "grindstone",
        "type": "classability",
        "title": "Warrior",
        "subtitle": "Grindstone",
        "text": "Sharpen the weapon of you or an Ally, Doubling the Damage they deal with Basic Attacks for the rest of the game. This Ability can be used out of combat to prepare the weapons of you and your Allies for battle.",
        "art": "warrior",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 51,
        "id": "magefist",
        "type": "classability",
        "title": "Sorcerer",
        "subtitle": "Magefist",
        "text": "An elemental glove that empowers your fists to attack almost effortlessly. Whenever you use your Move Action, you may also No-Roll Basic Attack during or after the move. If this Basic Attack hits a Frozen Target, they shatter which unfreezes them and deals 30 Damage.",
        "art": "sorcerer",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 53,
        "id": "rayoffrost",
        "type": "classability",
        "title": "Sorcerer",
        "subtitle": "Ray of Frost",
        "text": "Encase a Target in ice causing Freezing. ",
        "art": "sorcerer",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 54,
        "id": "frostcut",
        "type": "classability",
        "title": "Sorcerer",
        "subtitle": "Frost Cut",
        "text": "Turn your Fist or Weapon into a shard of ice and stab a Target for 20 Damage. High Rolls cause Freezing.",
        "art": "sorcerer",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 55,
        "id": "energypunchu",
        "type": "classability",
        "title": "Sorcerer",
        "subtitle": "Energy Punchu",
        "text": "Punch through the air sending a gust of wind at a Target that deals 25 Damage and knocks them back 5 spaces.",
        "art": "sorcerer",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 56,
        "id": "flare",
        "type": "classability",
        "title": "Sorcerer",
        "subtitle": "Flare",
        "text": "Summon a powerful ball of light in your hands that can be thrown for 99 Damage to a single Target or split into three separate balls that each deal 50 Damage to up to 3 Targets. Targets hit by Flare are Blinded.",
        "art": "sorcerer",
        "element1": "earth",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 57,
        "id": "blink",
        "type": "classability",
        "title": "Sorcerer",
        "subtitle": "Blink",
        "text": "Teleport to Target empty space instantly. You may grab onto and bring 1 Adjacent Target with you.",
        "art": "sorcerer",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 58,
        "id": "rollingfog",
        "type": "classability",
        "title": "Sorcerer",
        "subtitle": "Rolling Fog",
        "text": "Create a dense fog in 8 connected empty spaces and transform them into Rough Terrain. Skilled Earth Mages are not affected by these spaces. If ignited by a Fire Spell, all connected fog spaces will explode dealing 25 Damage to any Target inside or adjacent to these spaces.",
        "art": "sorcerer",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 59,
        "id": "manashield",
        "type": "classability",
        "title": "Sorcerer",
        "subtitle": "Mana Shield",
        "text": "Conjure a barrier of magic around a Target making them immune to all Damage and Death Rolls for the rest of this round.",
        "art": "sorcerer",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 60,
        "id": "enlarge",
        "type": "classability",
        "title": "Sorcerer",
        "subtitle": "Enlarge",
        "text": "Dramatically change the size of a Target or their weapon until end of combat. This Spells transforms the Target into a Large Tile until end of combat. If used on a Weapon, the Target gains the benefits of being a Large Tile without transforming into one.",
        "art": "sorcerer",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 61,
        "id": "icetomb",
        "type": "classability",
        "title": "Sorcerer",
        "subtitle": "Ice Tomb",
        "text": "Surround a Target with a cold chill which deals 25 Damage and causes Freezing. Empty spaces adjacent to this Target are transformed into Walled Terrain.",
        "art": "sorcerer",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 62,
        "id": "conjurerefreshments",
        "type": "classability",
        "title": "Sorcerer",
        "subtitle": "Conjure Refreshments",
        "text": "Conjure up a batch of your favorite refreshment into a large wooden drum or keg and place it in an empty space adjacent to you. Allies may use an Action to drink from this Keg to restore their Stamina equal to their roll. If the Keg is hit by a Fire Spell it explodes dealing 99 Damage to all adjacent Targets.",
        "art": "sorcerer",
        "element1": "ice",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "20"
    },
    {
        "x": 63,
        "id": "windwake",
        "type": "classability",
        "title": "Sorcerer",
        "subtitle": "Windwake",
        "text": "Release a blast of wind around you that deals 15 Damage to Targets and knocks back all adjacent Targets 10 spaces.",
        "art": "sorcerer",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "1",
        "cost": "20"
    },
    {
        "x": 67,
        "id": "fireball",
        "type": "classability",
        "title": "Wizard",
        "subtitle": "Fireball",
        "text": "Throw a ball of fire dealing 25 Damage at a Target. Critical Hits cause this Spell to transform into Pyroblast instead.",
        "art": "wizard",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 68,
        "id": "flamelance",
        "type": "classability",
        "title": "Wizard",
        "subtitle": "Flamelance",
        "text": "Throw a fire spear that deals 20 Damage and causes Burning. Critical Hits grant you 2 Bonus Actions.",
        "art": "wizard",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 69,
        "id": "pyroblast",
        "type": "classability",
        "title": "Wizard",
        "subtitle": "Pyroblast",
        "text": "Throw a massive ball of fire that deals 99 damage in an Area and causes Burning. Critical Hits incinerate most Targets forcing them to Death Roll 3 times. This Spell Critically Fails when not casted by Skilled Fire Mage.",
        "art": "wizard",
        "element1": "fire",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3",
        "cost": "100"
    },
    {
        "x": 70,
        "id": "iceblast",
        "type": "classability",
        "title": "Wizard",
        "subtitle": "Iceblast",
        "text": "Blast a Target with a burst of frost that deals 20 Damage and Freezing them. Critical Hits allow you to cast this Spell twice again as a No-Roll Bonus Actions.",
        "art": "wizard",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 71,
        "id": "counterspell",
        "type": "classability",
        "title": "Wizard",
        "subtitle": "Counterspell",
        "text": "Counter a Spell a Target is casting causing them to Critically Fail. Critical Hits when casting this Spell will force the Target to Death Roll 5 times. Casting this Spell without something to counter results in you interrupting yourself and Critical Failing.",
        "art": "wizard",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 72,
        "id": "blizzard",
        "type": "classability",
        "title": "Wizard",
        "subtitle": "Blizzard",
        "text": "Summon forth a stormcloud that pelts the ground with shards of ice that deal 99 Damage in an Area and causes Freezing. Critical Hits will cause this Spell to hit all Foes on the Battlefield instead of being cast in an Area. This Spell Critically Fails when not casted by Skilled Ice Mage.",
        "art": "wizard",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "5",
        "cost": "100"
    },
    {
        "x": 73,
        "id": "arcanemissiles",
        "type": "classability",
        "title": "Wizard",
        "subtitle": "Arcane Missiles",
        "text": "Shoot a barrage of 5 missiles that each deal 5 Damage at up to 5 Targets. Critical Hits double both the number of missiles fired and damage dealt. ",
        "art": "wizard",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 74,
        "id": "quickcast",
        "type": "classability",
        "title": "Wizard",
        "subtitle": "Quick Cast",
        "text": "Focus your willpower and cast any of your Spells instantly as a No-Roll Bonus Action. High Rolls cause you to guarantee that whatever Spell you cast is also a Critical Hit.",
        "art": "wizard",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 75,
        "id": "arcanebeam",
        "type": "classability",
        "title": "Wizard",
        "subtitle": "Arcane Beam",
        "text": "Shoot a beam of pure arcane energy that can pierce through almost any terrain and deals 99 Damage. Critical Hits grant you a No-Roll Bonus Action to cast this Spell a second time. This Spell Critically Fails when not casted by Skilled Arcane Mage.",
        "art": "wizard",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "99",
        "cost": "100"
    },
    {
        "x": 76,
        "id": "masterwizard",
        "type": "classability",
        "title": "Wizard",
        "subtitle": "Master Wizard",
        "text": "Your Character has spent their entire life mastering this one Spell. Draw a random Legendary Spell Scroll and add 3 copies of it to your Character.",
        "art": "wizard",
        "gem1": "passive",
        "cost": "500"
    },
    {
        "x": 77,
        "id": "bookofspells",
        "type": "classability",
        "title": "Wizard",
        "subtitle": "Book of Spells",
        "text": "Rather than memorize all of your Spells, you bind your knowledge to this book. An Ally holding this book may attempt to cast any of the Spells you know, but without access to this book your Spells will fail on Average Rolls or lower.",
        "art": "wizard",
        "gem1": "passive",
        "gem2": "item",
        "cost": "10"
    },
    {
        "x": 78,
        "id": "conjuremagic",
        "type": "classability",
        "title": "Wizard",
        "subtitle": "Conjure Magic",
        "text": "Describe a Spell of any element and what it might do and then attempt to cast it. Draw a random Spell, of an element of your choice, and cast it at a Target as a No-Roll Bonus Action. If Successful, you may add this Spell to your Inventory.",
        "art": "wizard",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 79,
        "id": "pristinewoodcuttersaxe",
        "type": "classability",
        "title": "Lumberjack",
        "subtitle": "Pristine Woodcutter's Axe",
        "text": "The axe of a Lumberjack is often used to cut down trees and forge paths forward through the forests and woods. You and your Allies are Immune to Rough Terrain.",
        "art": "lumberjack",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "50"
    },
    {
        "x": 80,
        "id": "loyalcompanion",
        "type": "classability",
        "title": "Lumberjack",
        "subtitle": "Loyal Companion",
        "text": "Your loyal and faithful partner in life. Draw 3 random Beast Companion cards and then choose one to add to your Inventory, placing is on top of this card.",
        "art": "lumberjack",
        "gem1": "companion",
        "gem2": "companion_beast",
        "cost": "50"
    },
    {
        "x": 81,
        "id": "heavychop",
        "type": "classability",
        "title": "Lumberjack",
        "subtitle": "Heavy Chop",
        "text": "Swing down at a Target with a melee Basic Attack that deals Double Damage. If successful, select 3 spaces adjacent to the Target to be transformed into a Rough Terrain spaces.",
        "art": "lumberjack",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 82,
        "id": "yodel",
        "type": "classability",
        "title": "Lumberjack",
        "subtitle": "Yodel",
        "text": "Release a powerful yodel that deals 20 damage and Silencing them. The sound waves of the Yodel are so powerful, it is possible to bank them off walls.",
        "art": "lumberjack",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 83,
        "id": "eruption",
        "type": "classability",
        "title": "Lumberjack",
        "subtitle": "Eruption",
        "text": "Pound the earth with your fist or weapon and cause spikes to erupt out of every Rough Terrain space on the board dealing 25 Damage to Targets in these spaces and then turning them into Dangerous Terrain.",
        "art": "lumberjack",
        "element1": "earth",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 84,
        "id": "earthquake",
        "type": "classability",
        "title": "Lumberjack",
        "subtitle": "Earthquake",
        "text": "The lumberjack slams the bunt of his axe down into the ground causing tremors to rip the earth apart. Select up to 12 connected spaces and transform them into Rough Terrain spaces, dealing 25 damage to Targets in these spaces.",
        "art": "lumberjack",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 85,
        "id": "releasethebeasts",
        "type": "classability",
        "title": "Lumberjack",
        "subtitle": "Release the Beasts",
        "text": "Summon 8 smaller versions of your Companion as Minions linked to you. Your Companion may take hits on behalf of these Minions when they are attacked to keep them alive.",
        "art": "lumberjack",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 86,
        "id": "packhunters",
        "type": "classability",
        "title": "Lumberjack",
        "subtitle": "Pack Hunters",
        "text": "You and your companion are well known for your ability to fight together as one. Whenever you Basic Attack, you may use a Companion Ability as a No-Roll Bonus Action.",
        "art": "lumberjack",
        "gem1": "passive",
        "cost": "100"
    },
    {
        "x": 87,
        "id": "mendfriends",
        "type": "classability",
        "title": "Lumberjack",
        "subtitle": "Mend Friends",
        "text": "You and your Companion are bonded together by special Earth Magic that allows each of your spirits to support the other in battle. Whenever you or your Companion deal Damage, restore 25 Stamina to the other.",
        "art": "lumberjack",
        "element1": "earth",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 88,
        "id": "armoredpartner",
        "type": "classability",
        "title": "Lumberjack",
        "subtitle": "Armored Partner",
        "text": "You have invested a lot of wealth into the safety of your Companion. Double the Stamina of your Companion. Your Companion can take Damage on your behalf. ",
        "art": "lumberjack",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 89,
        "id": "masterofthehunt",
        "type": "classability",
        "title": "Lumberjack",
        "subtitle": "Master of the Hunt",
        "text": "You have trained your pet well over time that it's power in battle is almost greater than your own. Whenever you use a Companion Ability as a non Bonus Action, you may use it a second time as a No-Roll Bonus Action.",
        "art": "lumberjack",
        "gem1": "passive",
        "cost": "100"
    },
    {
        "x": 90,
        "id": "remembrancebond",
        "type": "classability",
        "title": "Lumberjack",
        "subtitle": "Remembrance Bond",
        "text": "Place your hand on a dead Beast and bond your spirits as one, disintegrating the body into raw magic power and absorbing it as a tattoo onto your flesh. You are Immune to Damage for the rest of the round.",
        "art": "lumberjack",
        "element1": "earth",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "50"
    },
    {
        "x": 91,
        "id": "karazzimgauntlets",
        "type": "classability",
        "title": "Monk",
        "subtitle": "Karazzim Gauntlets",
        "text": "Gauntlets made by the leatherworkers of the Karazzim temples. Whenever your Basic Attack Damage is Doubled, it is Tripled instead.",
        "art": "monk",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 92,
        "id": "vagabondsfistwraps",
        "type": "classability",
        "title": "Monk",
        "subtitle": "Vagabond's Fistwraps",
        "text": "Plain fistwraps that have been worn for so long that blood has started to stain the cloth. During Character Creation, your Maximum Stamina is increased by 10 for every Spell you know. You cannot equip any other Weapon or Shield. ",
        "art": "monk",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 93,
        "id": "serpentsting",
        "type": "classability",
        "title": "Monk",
        "subtitle": "Serpent Sting",
        "text": "Strike a Target with a pinched fist causing a Basic Attack and Poisoning them. If the Target is already Poisoned, you may Basic Attack them twice instead.",
        "art": "monk",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 94,
        "id": "sevensidedstrike",
        "type": "classability",
        "title": "Monk",
        "subtitle": "Seven Sided Strike",
        "text": "Strike a Target with 7 Basic Attacks using your spirit to attack with elemental fists rapidly dealing Magical Damage.",
        "art": "monk",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 95,
        "id": "spiritrush",
        "type": "classability",
        "title": "Monk",
        "subtitle": "Spirit Rush",
        "text": "Empower yourself with a massive gift from the Light, granting you 5 Bonus Actions.",
        "art": "monk",
        "element1": "light",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 96,
        "id": "wayofthetiger",
        "type": "classability",
        "title": "Monk",
        "subtitle": "Way of the Tiger",
        "text": "Empower your Party with your inner spirit causing all of you to deal Double Damage with Basic Attacks until end of combat. Critical Hits cause you all to deal Triple Damage with Basic Attacks.",
        "art": "monk",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 97,
        "id": "serenity",
        "type": "classability",
        "title": "Monk",
        "subtitle": "Serenity",
        "text": "You and your Allies are protected a magical prayer that makes your skin shine as if it is made of a mirror. All Damage from Foes this round will restore Stamina instead.",
        "art": "monk",
        "element1": "light",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 98,
        "id": "forcepillar",
        "type": "classability",
        "title": "Monk",
        "subtitle": "Force Pillar",
        "text": "Using your inner spirit, bend the earth in an Area to summon a pillar out of the ground, walls, or ceiling transforming up to 4 connected spaces into Walled Terrain. Targets in these spaces take 10 Damage and are pushed away.",
        "art": "monk",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "50"
    },
    {
        "x": 99,
        "id": "windwalk",
        "type": "classability",
        "title": "Monk",
        "subtitle": "Wind Walk",
        "text": "Transform into a nimbus and travel at great speeds to move up to 10 spaces. Each space you move through transforms them into Rough Terrain spaces.",
        "art": "monk",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 100,
        "id": "soothespirits",
        "type": "classability",
        "title": "Monk",
        "subtitle": "Soothe Spirits",
        "text": "Attempts to soothe the inner spirit of a Target, reducing hatred, aggression, fear or an emotion of your choice. Some Foes can be removed from combat or even made to join your Party as a Companion from the effects of this Spell.\n",
        "art": "monk",
        "element1": "light",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "50"
    },
    {
        "x": 101,
        "id": "nimbusfamiliar",
        "type": "classability",
        "title": "Monk",
        "subtitle": "Nimbus Familiar",
        "text": "You are honored by being followed around by a Nimbus, a ghostly apparition of someone you use to know. Your Nimbus must represent a person in your life who has passed on and can provide advice throughout your adventures. Nimbus Familiar's are immortal beings, but are not very helpful in combat as they cannot affect the physical world.\n",
        "art": "monk",
        "element1": "light",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 102,
        "id": "attunewithrokesh",
        "type": "classability",
        "title": "Monk",
        "subtitle": "Attune with Rokesh",
        "text": "Begin meditating with the ancient tree Dragon Aspect Rokesh attuning your spirit to his. Rokesh may give you insight and advice that may help you in solving problems.",
        "art": "monk",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 103,
        "id": "adventurersbackpack",
        "type": "classability",
        "title": "Bard",
        "subtitle": "Adventurer's Backpack",
        "text": "An old travelling pack you have had for a very long time. Draw 10 random Items to add to your Inventory. You may sell back any Item you do not want to the Gamemaster for 10 gold each. You may place another Passive on top of this Card.",
        "art": "bard",
        "gem1": "passive",
        "gem2": "item",
        "cost": "10"
    },
    {
        "x": 104,
        "id": "musicalinstrument",
        "type": "classability",
        "title": "Bard",
        "subtitle": "Musical Instrument",
        "text": "Your favorite musical instrument that you have spent many years mastering. You may cast Spells through music by playing this instrument which makes you Immune to Silence.\n",
        "art": "bard",
        "gem1": "passive",
        "gem2": "item",
        "cost": "10"
    },
    {
        "x": 105,
        "id": "jackofalltrades",
        "type": "classability",
        "title": "Bard",
        "subtitle": "Jack of All Trades",
        "text": "A bard's true skill has always been their versatility in battle. You may use the Class Abilities of your other Party Members as your own.",
        "art": "bard",
        "gem1": "passive",
        "cost": "50"
    },
    {
        "x": 106,
        "id": "storyteller",
        "type": "classability",
        "title": "Bard",
        "subtitle": "Storyteller",
        "text": "Tell the table a story about your character. If your story amuses the Gamemaster, they may share some information by answering one of your questions or reveal the maximum Stamina of a Target of your choice.",
        "art": "bard",
        "element1": "none",
        "gem1": "limited",
        "cost": "20"
    },
    {
        "x": 107,
        "id": "distractingshout",
        "type": "classability",
        "title": "Bard",
        "subtitle": "Distracting Shout",
        "text": "Scream at a Target startling them which forces them to redirect all of their Attacks and Abilities on to you for the rest of the round.",
        "art": "bard",
        "element1": "none",
        "gem1": "limited",
        "gem2": "melee",
        "gem2text": "10",
        "cost": "20"
    },
    {
        "x": 108,
        "id": "divinemending",
        "type": "classability",
        "title": "Bard",
        "subtitle": "Divine Mending",
        "text": "Channel the power of the light through a Target anywhere on the Battlefield removing all negative effects and restoring all of their Stamina. This healing magic is so powerful that it can be used to regenerate a missing body part or limb of the Target.\n",
        "art": "bard",
        "element1": "light",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 109,
        "id": "surefiremelody",
        "type": "classability",
        "title": "Bard",
        "subtitle": "Surefire Melody",
        "text": "Play or hum a quick musical tune to empower your Allies for this round. Allies who hear this tune are sure to hit with their Basic Attacks and Abilities unless they Critically Fail.",
        "art": "bard",
        "element1": "fire",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 110,
        "id": "bolsterspirits",
        "type": "classability",
        "title": "Bard",
        "subtitle": "Bolster Spirits",
        "text": "Cheer the name of an Ally encouraging them to greatness and allowing them to Ignore a Death Roll. ",
        "art": "bard",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 111,
        "id": "disguise",
        "type": "classability",
        "title": "Bard",
        "subtitle": "Disguise",
        "text": "Change the voice you use for your Character to disguise yourself. You may take on the shape of any creature or race until you stop doing the voice, in which case the magic of this Spell breaks and you are transformed back to normal.\n",
        "art": "bard",
        "element1": "dark",
        "element2": "dark",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 112,
        "id": "charm",
        "type": "classability",
        "title": "Bard",
        "subtitle": "Charm",
        "text": "Attempt to Charm a Target with your allures. If successful, they become Charmed until you use this Spell again or are put in Danger.",
        "art": "bard",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "5",
        "cost": "20"
    },
    {
        "x": 113,
        "id": "lullaby",
        "type": "classability",
        "title": "Bard",
        "subtitle": "Lullaby",
        "text": "Sing a soft song that causes Foes who hear it on the Battlefield to be put into a cold slumber, Freezing them.",
        "art": "bard",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "cost": "20"
    },
    {
        "x": 114,
        "id": "acrobatics",
        "type": "classability",
        "title": "Bard",
        "subtitle": "Acrobatics",
        "text": "Flip through the air in a show of real skill and dodge an Attack or Spell. High Rolls make Ability is powerful enough to dodge even a Critical Success.\n",
        "art": "bard",
        "element1": "none",
        "gem1": "limited",
        "cost": "20"
    },
    {
        "x": 115,
        "id": "boneskullstaff",
        "type": "classability",
        "title": "Cabalist",
        "subtitle": "Bone Skull Staff",
        "text": "The staff of a proud Ageless Dark Mage topped with the skull of a person they killed themselves. You may control Ageless Minions that are linked to no one.",
        "art": "cabalist",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "10"
    },
    {
        "x": 116,
        "id": "bookofbones",
        "type": "classability",
        "title": "Cabalist",
        "subtitle": "Book of Bones",
        "text": "Begin the ageless ritual with willing participants transforming them into ageless beings. At the end of Character Creation, your maximum Stamina increases by 10 for every Party Member who agrees to play as an Ageless, including you.",
        "art": "cabalist",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "10"
    },
    {
        "x": 117,
        "id": "betraoil",
        "type": "classability",
        "title": "Cabalist",
        "subtitle": "Betraoil",
        "text": "This bottle of oil is used by Ageless to create the illusion they are warm blooded to hide among the living. While this Item is in your Inventory, you and other Ageless Party Members are undetectable in being revealed as the undead monsters known as Ageless.\n",
        "art": "cabalist",
        "element1": "dark",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "10"
    },
    {
        "x": 118,
        "id": "grandravensclaw",
        "type": "classability",
        "title": "Cabalist",
        "subtitle": "Grand Raven's Claw",
        "text": "Conjure forth a hand of shadow that swipes an Area dealing 15 damage. You may also use the Claw to grab a hold of a single Target instead of an Area, which causes the Target to take an additional 5 Damage and Burning them.",
        "art": "cabalist",
        "element1": "dark",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "2",
        "cost": "100"
    },
    {
        "x": 119,
        "id": "lifedrain",
        "type": "classability",
        "title": "Cabalist",
        "subtitle": "Life Drain",
        "text": "Drain the life out of a Target with a dark and mysterious force that deals 15 Damage and restores Stamina equal to the amount of Damage dealt. Your Target must be living in order to restore Stamina.\n",
        "art": "cabalist",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 120,
        "id": "shadowice",
        "type": "classability",
        "title": "Cabalist",
        "subtitle": "Shadow Ice",
        "text": "Throw a shard of black ice that deals 20 Damage. If the Target is on Rough or Dangerous Terrain, deal 30 Damage instead.",
        "art": "cabalist",
        "element1": "dark",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 121,
        "id": "blanketofdarkness",
        "type": "classability",
        "title": "Cabalist",
        "subtitle": "Blanket of Darkness",
        "text": "Create a blanket of darkness in an Area transforming all spaces inside it into Rough Terrain. Whenever a Target finishes using an Action inside this Area, they become Charmed. The blanket may be destroyed at any time by any Skilled Dark Mage causing all Targets inside to take 30 Damage in the resulting implosion.\n",
        "art": "cabalist",
        "element1": "dark",
        "element2": "dark",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "5",
        "cost": "100"
    },
    {
        "x": 122,
        "id": "pestilence",
        "type": "classability",
        "title": "Cabalist",
        "subtitle": "Pestilence",
        "text": "Release a cloud of disease in an Area transforming all spaces inside it into Rough Terrain. At the start of every round, you may spread this cloud of disease to 2 more connected spaces and then Poison all Targets inside this cloud.\n",
        "art": "cabalist",
        "element1": "dark",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "5",
        "cost": "100"
    },
    {
        "x": 123,
        "id": "darkfire",
        "type": "classability",
        "title": "Cabalist",
        "subtitle": "Darkfire",
        "text": "Drain your remaining lifeforce dealing 99 Damage by causing a massive wave of black flames. After casting this Spell, drain all of your Stamina and then Death Roll.\n",
        "art": "cabalist",
        "element1": "dark",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 124,
        "id": "mindburn",
        "type": "classability",
        "title": "Cabalist",
        "subtitle": "Mindburn",
        "text": "Sear the mind of a spell caster dealing 20 Damage to a Target. If that Target is casting a Spell, deal an additional 20 Damage and Silence them.",
        "art": "cabalist",
        "element1": "dark",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 125,
        "id": "essencetap",
        "type": "classability",
        "title": "Cabalist",
        "subtitle": "Essence Tap",
        "text": "Drain your Stamina by 15 to fully restore an Allies Stamina. High Rolls grant you a Bonus Action.",
        "art": "cabalist",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 126,
        "id": "nearsight",
        "type": "classability",
        "title": "Cabalist",
        "subtitle": "Nearsight",
        "text": "Conjure a black sludge directly into the face of a Target, Blinding them.",
        "art": "cabalist",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "20"
    },
    {
        "x": 127,
        "id": "bonescythe",
        "type": "classability",
        "title": "Bonedancer",
        "subtitle": "Bonescythe",
        "text": "A long and scarp scythe made out of glass and bone. Whenever you Basic Attack or use an Ability, you roll 3 Dice.",
        "art": "bonedancer",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "2",
        "cost": "10"
    },
    {
        "x": 128,
        "id": "flagofdeath",
        "type": "classability",
        "title": "Bonedancer",
        "subtitle": "Flag of Death",
        "text": "A flag that bears the mark of death himself, Golestandt Dragon Aspect of Dark Magic. Whenever you roll a Critical Hit or Fail, summon a Ageless Thrall Minion Linked to you in an adjacent space.",
        "art": "bonedancer",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 129,
        "id": "bonewizardcommander",
        "type": "classability",
        "title": "Bonedancer",
        "subtitle": "Bone Wizard Commander",
        "text": "Bone Wizard Commanders are powerful Fire mage Companions that echo fire magic casted by their masters. Bone Wizard Commanders have access to the Deathflame EX, Reconstitute EX, and Spell Echo: Fire Companion cards. You may only have 1 Bone Commander Companion.",
        "stamina": "50",
        "art": "bonedancer",
        "gem1": "companion",
        "gem2": "companion_magic",
        "cost": "200"
    },
    {
        "x": 130,
        "id": "deathflameex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Deathflame EX",
        "text": "Hurl a ball of toxic fire that deals 15 Damage to a Target and Poisons them.",
        "art": "bonedancer",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 131,
        "id": "reconstitute",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Reconstitute EX",
        "text": "Reconstruct your body and restore all of your Stamina. If you are killed in Combat, you may rebuild your body after Combat and come back to life.",
        "art": "bonedancer",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 132,
        "id": "spellechofire",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Spell Echo: Fire",
        "text": "You are inspired by your Master whenever they use Fire Magic. Whenever your Master casts a Fire Spell, you may cast a Spell as a No-Roll Bonus Action.",
        "art": "bonedancer",
        "element1": "fire",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 133,
        "id": "bonemysticcommander",
        "type": "classability",
        "title": "Bonedancer",
        "subtitle": "Bone Mystic Commander",
        "text": "Bone Mystic Commanders are powerful Arcane mage Companions that echo arcane magic casted by their masters. Bone Mystic Commanders have access to the Bone Soul Shield EX, Reconstitute EX, and Spell Echo: Arcane Companion cards. You may only have 1 Bone Commander Companion.",
        "stamina": "75",
        "art": "bonedancer",
        "gem1": "companion",
        "gem2": "companion_magic",
        "cost": "200"
    },
    {
        "x": 134,
        "id": "bonemendex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Bone Mend EX",
        "text": "Summon a whirlwind of bones that melts to restore 30 Stamina to Allies in an Area.",
        "art": "bonedancer",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 135,
        "id": "spellechoarcane",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Spell Echo: Arcane",
        "text": "You are inspired by your Master whenever they use Arcane Magic. Whenever your Master casts a Arcane Spell, you may cast a Spell as a No-Roll Bonus Action.",
        "art": "bonedancer",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 136,
        "id": "bonesummonercommander",
        "type": "classability",
        "title": "Bonedancer",
        "subtitle": "Bone Summoner Commander",
        "text": "Bone Summoner Commanders are powerful Dark mage Companions that echo dark magic casted by their masters. Bone Summoner Commanders have access to the Summon Bone Army EX, Reconstitute EX, and Spell Echo: Dark Companion cards. You may only have 1 Bone Commander Companion.",
        "stamina": "60",
        "art": "bonedancer",
        "gem1": "companion",
        "gem2": "companion_magic",
        "cost": "200"
    },
    {
        "x": 137,
        "id": "summonbonearmyex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Summon Bone Army EX",
        "text": "Raise forth 2 Ageless Thrall Minions linked to you.  ",
        "art": "bonedancer",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 138,
        "id": "spellechodark",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Spell Echo: Dark",
        "text": "You are inspired by your Master whenever they use Dark Magic. Whenever your Master casts a Dark Spell, you may cast a Spell as a No-Roll Bonus Action.",
        "art": "bonedancer",
        "element1": "dark",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 139,
        "id": "deathflame",
        "type": "classability",
        "title": "Bonedancer",
        "subtitle": "Deathflame",
        "text": "Hurl a toxic fiery scythe at a Target as a Basic Attack and Poisons them. This attack is not from a physical weapon and instead comes from a scythe formed of magic energies.",
        "art": "bonedancer",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 140,
        "id": "grandravensgift",
        "type": "classability",
        "title": "Bonedancer",
        "subtitle": "Grand Raven's Gift",
        "text": "Pray to the Grand Raven and be bestowed with his greatest gift, unlimited power. Cast another Spell of your choosing as a Bonus Action and as long you do not roll a Critical Hit or Critical Fail, you may continue casting Spells as Bonus Actions. You must roll 3 dice when using this Ability.",
        "art": "bonedancer",
        "element1": "dark",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 141,
        "id": "chaosflames",
        "type": "classability",
        "title": "Bonedancer",
        "subtitle": "Chaos Flames",
        "text": "Engulf Targets in an Area in magical Fire empowering their Basic Attacks to deal Double Damage.",
        "art": "bonedancer",
        "element1": "arcane",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3",
        "cost": "100"
    },
    {
        "x": 142,
        "id": "bonesoulshield",
        "type": "classability",
        "title": "Bonedancer",
        "subtitle": "Bone Soul Shield",
        "text": "Shield an Ally in a Bone Soul Shield that makes the Target immune to Damage for the rest of the round. ",
        "art": "bonedancer",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 143,
        "id": "soulsteal",
        "type": "classability",
        "title": "Bonedancer",
        "subtitle": "Soul Steal",
        "text": "Drain a part of a Target's soul dealing 5 Damage then restoring all of your Stamina and summoning an Ageless Thrall Minion linked to you in an adjacent space.",
        "art": "bonedancer",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 144,
        "id": "summonbonearmy",
        "type": "classability",
        "title": "Bonedancer",
        "subtitle": "Summon Bone Army",
        "text": "Raise forth 3 Ageless Thrall Minions linked to you. ",
        "art": "bonedancer",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 145,
        "id": "raisedead",
        "type": "classability",
        "title": "Bonedancer",
        "subtitle": "Raise Dead",
        "text": "Bring back the dead transforming all nearby dead bodies into Ageless Thrall Minions linked to no one. Ageless Minions will attack any non-ageless Target and always tend to move towards the closest living Target.\n",
        "art": "bonedancer",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3",
        "cost": "20"
    },
    {
        "x": 146,
        "id": "waraxe",
        "type": "classability",
        "title": "Berserker",
        "subtitle": "Waraxe",
        "text": "A well crafted waraxe made for slashing through both flesh and lumber. If you have 3 Weapons in your Inventory, this Weapon does 10 Damage with Basic Attacks. ",
        "art": "berserker",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 147,
        "id": "doublefrost",
        "type": "classability",
        "title": "Berserker",
        "subtitle": "Double Frost",
        "text": "Slash crossing down on a Target with 2 melee Basic Attacks. This attack can only miss on Critical Failures.",
        "art": "berserker",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 148,
        "id": "avalanche",
        "type": "classability",
        "title": "Berserker",
        "subtitle": "Avalanche",
        "text": "Leap up high into the air and moving up to 3 spaces and then slam down on a Target with 2 melee Basic Attacks.",
        "art": "berserker",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 149,
        "id": "unstoppable",
        "type": "classability",
        "title": "Berserker",
        "subtitle": "Unstoppable",
        "text": "Bash a Target with 2 melee Basic Attacks that they cannot defend against. This Ability cannot be Blocked, Dodged, or Interrupted in anyway. ",
        "art": "berserker",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 150,
        "id": "trample",
        "type": "classability",
        "title": "Berserker",
        "subtitle": "Trample",
        "text": "Rush a Target at blazing speeds moving up to 10 spaces and then hitting them and any adjacent Foe you pass by for 25 Damage. This Damage counts as a Basic Attack.",
        "art": "berserker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 151,
        "id": "cleave",
        "type": "classability",
        "title": "Berserker",
        "subtitle": "Cleave",
        "text": "Swing in a circle hitting adjacent Targets for 30 Damage. This Damage counts as a Basic Attack.",
        "art": "berserker",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 152,
        "id": "purge",
        "type": "classability",
        "title": "Berserker",
        "subtitle": "Purge",
        "text": "Purge all illnesses out of your body cleansing you of all negative effects and restoring all of your Stamina. ",
        "art": "berserker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 153,
        "id": "seismicslam",
        "type": "classability",
        "title": "Berserker",
        "subtitle": "Seismic Slam",
        "text": "Suplex a Target over your head moving them to the space behind you and dealing Damage equal to twice your maximum Stamina. ",
        "art": "berserker",
        "element1": "none",
        "gem1": "limited",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 154,
        "id": "bearserk",
        "type": "classability",
        "title": "Berserker",
        "subtitle": "Bearserk",
        "text": "Release a mighty bellowing roar and transform into your Vendo form, a mix of your current Race and a Highbear. This Spells transforms you into a Large Tile.",
        "art": "berserker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 155,
        "id": "meatsack",
        "type": "classability",
        "title": "Berserker",
        "subtitle": "Meat Sack",
        "text": "A sack of various meats that you carry around with you as provisions. You may consume some meat from this sack to restore Stamina equal to twice the rolled amount. Adjacent Allies may use this Ability as if it were in their Inventory.",
        "art": "berserker",
        "gem1": "regular",
        "gem2": "item",
        "cost": "10"
    },
    {
        "x": 156,
        "id": "strongarmed",
        "type": "classability",
        "title": "Berserker",
        "subtitle": "Strong Armed",
        "text": "You are so abnormally strong that your arms are often compared to those of a Highbear. You deal Double Damage with Basic Attacks and are Immune to being Stunned.",
        "art": "berserker",
        "gem1": "passive",
        "cost": "50"
    },
    {
        "x": 157,
        "id": "deathwish",
        "type": "classability",
        "title": "Berserker",
        "subtitle": "Death Wish",
        "text": "Your willpower allows you to fight through even death itself. When you fail a Death Roll, you may continue fighting until another Player is Killed or combat ends. If a another Player is already Dead, gain 5 Bonus Actions before you Die.",
        "art": "berserker",
        "gem1": "passive",
        "cost": "50"
    },
    {
        "x": 158,
        "id": "frostelemental",
        "type": "classability",
        "title": "Theurgist",
        "subtitle": "Frost Elemental",
        "text": "Frost Elementals are cold and durable Companions that wield powerful Ice Magic. Frost Elemental have access to the Ice Ray EX, Frost Shield EX, and Spell Echo: Ice Companion cards.",
        "art": "c_frostelemental",
        "gem1": "companion",
        "gem2": "companion_magic",
        "cost": "200"
    },
    {
        "x": 159,
        "id": "icerayex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Ice Ray EX",
        "text": "Shoot a beam of Ice that deals 10 Damage. If a Target is hit by a second Icy Ray or Ice Ray EX this round, this Spell also causes Freezing.",
        "art": "theurgist",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 160,
        "id": "frostshieldex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Frost Shield EX",
        "text": "Shield a Target with protective ice magic that restores 20 Stamina to a Target.",
        "art": "theurgist",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 161,
        "id": "spellechoice",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Spell Echo: Ice",
        "text": "You are inspired by your Master whenever they use Ice Magic. Whenever your Master casts a Ice Spell, you may cast a Spell as a No-Roll Bonus Action.",
        "art": "theurgist",
        "element1": "ice",
        "element2": "ice",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 162,
        "id": "iceray",
        "type": "classability",
        "title": "Theurgist",
        "subtitle": "Ice Ray",
        "text": "Shoot a beam of Ice that deals 15 Damage. If a Target is hit by a second Icy Ray or Ice Ray EX this round, this Spell also causes Freezing.",
        "art": "theurgist",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 163,
        "id": "callearthlord",
        "type": "classability",
        "title": "Theurgist",
        "subtitle": "Call Earthlord",
        "text": "Call forth 2 earthlords as Minions linked to you. These Minions are near impossible to destroy in combat, but like all elemental Minions, will fall apart at the end of combat.",
        "art": "theurgist",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 164,
        "id": "summonairsprites",
        "type": "classability",
        "title": "Theurgist",
        "subtitle": "Summon Air Sprites",
        "text": "Summon up to 4 air spirits as Minions linked to you that Basic Attack immediately after being summoned.\n",
        "art": "theurgist",
        "element1": "earth",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 165,
        "id": "frostblast",
        "type": "classability",
        "title": "Theurgist",
        "subtitle": "Frost Blast",
        "text": "Release a shard of ice from your hands that hits a Target for 15 Damage. For the rest of the round, whenever the Target is hit by an Ice Spell, spawn a ice elemental Minion in an adjacent space next to the Target. ",
        "art": "theurgist",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 166,
        "id": "ragetotem",
        "type": "classability",
        "title": "Theurgist",
        "subtitle": "Rage Totem",
        "text": "Conjure a Fire totem in an empty space that empowers all Allies on the Battlefield causing them to deal Double Damage with Basic Attacks and Minions to attack regardless of your rolls. This Fire totem can be easily destroyed by Foes clever enough to understand its power.",
        "art": "theurgist",
        "element1": "fire",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 167,
        "id": "windblast",
        "type": "classability",
        "title": "Theurgist",
        "subtitle": "Wind Blast",
        "text": "Launch forth an icy wind at Targets dealing 50 Damage and Freezing them. Targets hit are then also knock back 10 spaces.",
        "art": "theurgist",
        "element1": "earth",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 168,
        "id": "wallofice",
        "type": "classability",
        "title": "Theurgist",
        "subtitle": "Wall of Ice",
        "text": "Summon forth a wall that transforms 8 connected spaces into Walled Terrain. This wall is made of solid ice and would be very hard to break through.",
        "art": "theurgist",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 169,
        "id": "nourishanimation",
        "type": "classability",
        "title": "Theurgist",
        "subtitle": "Nourish Animation",
        "text": "Whisper an incantation that causes all Minions on the Battlefield to duplicate themselves if possible. Some Minions may not be able to duplicate themselves like elemental minions can.",
        "art": "theurgist",
        "element1": "earth",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 170,
        "id": "teacherspet",
        "type": "classability",
        "title": "Theurgist",
        "subtitle": "Teachers Pet",
        "text": "You have a single minion that you protect and keep as a small pet. You may have 1 elemental Minion at all times, of any element of your choice, that is also near impossible to destroy in combat.",
        "art": "theurgist",
        "element1": "earth",
        "element2": "ice",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 171,
        "id": "icesculpture",
        "type": "classability",
        "title": "Theurgist",
        "subtitle": "Ice Sculpture",
        "text": "Craft a sculpture out of Ice transforming an empty space into Walled Terrain. When you first acquire this Spell, you must roll to determine your overall creativity and skill and if you Low Roll must remove this Spell from your Inventory.",
        "art": "theurgist",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "10"
    },
    {
        "x": 172,
        "id": "earthtotem",
        "type": "classability",
        "title": "Theurgist",
        "subtitle": "Earth Totem",
        "text": "Conjure a Earth totem in an empty space that is attuned to your spirit. You may cast Spells through your Earth totems that are on the Battlefield.",
        "art": "theurgist",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "10"
    },
    {
        "x": 173,
        "id": "monaime",
        "type": "classability",
        "title": "Puppeteer",
        "subtitle": "Mon Aime",
        "text": "A small box filled with wooden figurines. Whenever you cast a Dark or Arcane Spell, you may summon a small wooden marionette as a Minion linked to you in an empty adjacent space. Spells that contain both Dark and Arcane elements summon two Minions.",
        "art": "puppeteer",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "200"
    },
    {
        "x": 174,
        "id": "manaburst",
        "type": "classability",
        "title": "Puppeteer",
        "subtitle": "Mana Burst",
        "text": "Blast a Target with arcane mana dealing 20 Damage. If successful, you may then move the Target up to 5 spaces.",
        "art": "puppeteer",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 175,
        "id": "twilightray",
        "type": "classability",
        "title": "Puppeteer",
        "subtitle": "Twilight Ray",
        "text": "Envelope the entire Battlefield with a wave of shadowy mana dealing 10 Damage to all Foes.",
        "art": "puppeteer",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 176,
        "id": "midnightstrike",
        "type": "classability",
        "title": "Puppeteer",
        "subtitle": "Midnight Strike",
        "text": "Command all of your Minions to Basic Attack a Target adjacent to them. High Rolls still count causing Minions to Basic Attack a second time.",
        "art": "puppeteer",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 177,
        "id": "burnagility",
        "type": "classability",
        "title": "Puppeteer",
        "subtitle": "Burn Agility",
        "text": "Sear a Target with an Arcane curse that causes every space they move, or are moved, for the rest of this round to burn them from this curse with an electric shock that deals 10 Damage and Burning them.",
        "art": "puppeteer",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 178,
        "id": "lascene",
        "type": "classability",
        "title": "Puppeteer",
        "subtitle": "Lascene",
        "text": "The entire realm becomes frozen in time for all Players, non-Divine, and non-Believers for a few brief moments. All Targets on the Battlefield become puppets you control with your psychic strings. You may move as many Targets as you like up to 5 spaces and then unfreeze time. A Believer who casts this Spell is stuck locked in limbo as they are lost in time and thus, is effectively killed.\n",
        "art": "puppeteer",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 179,
        "id": "mentalassault",
        "type": "classability",
        "title": "Puppeteer",
        "subtitle": "Mental Assault",
        "text": "Remove your own spirit from your body causing it to fall to the ground in Danger. Your spirit then mentally assaults a Targets mind, attempting to take control of them, allowing you to play as this Character until end of combat. You may still cast all of your Spells as this Character.",
        "art": "puppeteer",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 180,
        "id": "shadowpuppet",
        "type": "classability",
        "title": "Puppeteer",
        "subtitle": "Shadow Puppet",
        "text": "Conjure a shadowy entity anywhere on the Battlefield that deals 20 Damage to a Target and Silencing them.",
        "art": "puppeteer",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 181,
        "id": "shadowstep",
        "type": "classability",
        "title": "Puppeteer",
        "subtitle": "Shadowstep",
        "text": "Twist the shadows to move any Target up to 10 spaces on the Battlefield, then Silencing them.",
        "art": "puppeteer",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "20"
    },
    {
        "x": 182,
        "id": "tradedsoul",
        "type": "classability",
        "title": "Puppeteer",
        "subtitle": "Traded Soul",
        "text": "You traded away your inner spirit for untold power. You cannot cast Light Spells, but may draw a Legendary Spell Scroll from a selection of 3 and add it to your Inventory.",
        "art": "puppeteer",
        "element1": "dark",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "500"
    },
    {
        "x": 183,
        "id": "soulpuppet",
        "type": "classability",
        "title": "Puppeteer",
        "subtitle": "Soul Puppet",
        "text": "A small hand made puppet that can be used to put the the spirit of a dead Character into the puppet. While in the Puppet, the Character can speak, think, and even move, but can do nothing else as a puppet.",
        "art": "puppeteer",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "1",
        "cost": "10"
    },
    {
        "x": 184,
        "id": "darktelekinesis",
        "type": "classability",
        "title": "Puppeteer",
        "subtitle": "Dark Telekinesis",
        "text": "The art of quick and precise sewing using dark tendrils that extend out from your back. Craft a pair of Cloth Robes and give them to a Character. This Ability can be used multiple times at Character Creation to give you and other Party Members.",
        "art": "puppeteer",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "10"
    },
    {
        "x": 185,
        "id": "sunblade",
        "type": "classability",
        "title": "Suncleric",
        "subtitle": "Sunblade",
        "text": "You and your Allies attacks are blessed by the Light while wielding this holy blade. Whenever you or an Ally deals Damage with a Basic Attack, the Target takes an additional 5 Light Magic Damage.",
        "art": "suncleric",
        "element1": "light",
        "element2": "light",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 186,
        "id": "sunshield",
        "type": "classability",
        "title": "Suncleric",
        "subtitle": "Sunshield",
        "text": "A small metal shield that has been enchanted by the Grand Paladin Order. Other Party Members without a Shield gain 15 Stamina.",
        "stamina": "15",
        "art": "suncleric",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 187,
        "id": "ankhofkallisto",
        "type": "classability",
        "title": "Suncleric",
        "subtitle": "Ankh of Kallisto",
        "text": "A small ankh that represents Kallisto, the Sun Dragon. At the end of Character Creation, increase your Stamina by 2 for every Light Spell your Party has in their Inventory. When you purchase this Passive, you may give it to other Players who are the same Race as you as well for free.",
        "art": "suncleric",
        "element1": "light",
        "element2": "light",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 188,
        "id": "sunstrike",
        "type": "classability",
        "title": "Suncleric",
        "subtitle": "Sunstrike",
        "text": "Enchant your weapon with the power of the light and swiftly attack a Target with a melee Basic Attack that deals Double Damage. The next time this Target takes Damage, they take twice as much.",
        "art": "suncleric",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 189,
        "id": "sunbolt",
        "type": "classability",
        "title": "Suncleric",
        "subtitle": "Sunbolt",
        "text": "Release 3 bolts of sun energy at up to 3 different Targets that each deal 5 Damage. High Rolls cause you to double the amount of sunbolts fired.",
        "art": "suncleric",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 190,
        "id": "holylight",
        "type": "classability",
        "title": "Suncleric",
        "subtitle": "Holy Light",
        "text": "Cast the Light on an Ally splashing them with a wave of holy magic which restores 50 Stamina. High Rolls allow you to cast this Spell again as a No-Roll Bonus Action on a different Ally.",
        "art": "suncleric",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 191,
        "id": "speedoflight",
        "type": "classability",
        "title": "Suncleric",
        "subtitle": "Speed of Light",
        "text": "Pray to the Light allowing an Ally to move up to 10 spaces instantly. Restore 10 Stamina to that Ally for each space they move.",
        "art": "suncleric",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 192,
        "id": "sunrise",
        "type": "classability",
        "title": "Suncleric",
        "subtitle": "Sunrise",
        "text": "Create 2 Sunrunes on empty spaces anywhere on the Battlefield, transforming these spaces into Rough Terrain. Whenever an Ally moves onto Sunrune space, they may activate it which consumes the Sunrune to grant them a Bonus Action. This Spell may not be used from a Bonus Action grated by a Sunrune.\n",
        "art": "suncleric",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 193,
        "id": "finallight",
        "type": "classability",
        "title": "Suncleric",
        "subtitle": "Final Light",
        "text": "Resurrects the spirit of a fallen Ally for a few moments bringing them back to life until the end of the round. The Ally may give out any Weapon, Armor, Shield, or Item cards from their Inventory to other Players and may cast a Spell as a Bonus Action before they say their goodbyes, leaving this realm once and for all.  \n",
        "art": "suncleric",
        "element1": "light",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 194,
        "id": "auroraborealis",
        "type": "classability",
        "title": "Suncleric",
        "subtitle": "Aurora Borealis",
        "text": "A wave of colorful lights flies over the battlefield shooting down 10 bolts of pure sun energy at Targets of your choice. These bolts each restore 50 Stamina to Allies and deal 10 Damage to Foes.\n",
        "art": "suncleric",
        "element1": "light",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 195,
        "id": "solareclipse",
        "type": "classability",
        "title": "Suncleric",
        "subtitle": "Solar Eclipse",
        "text": "Darken the sky with a wave of your hand that removes all light sources and covers the Battlefield in darkness. You and your Allies are blessed with the power to fight through this darkness and granted a Bonus Action while all Foes are Blinded. \n",
        "art": "suncleric",
        "element1": "light",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 196,
        "id": "solarflare",
        "type": "classability",
        "title": "Suncleric",
        "subtitle": "Solar Flare",
        "text": "Release a blast of light that hits all adjacent Targets, Blinding them. When solar flare is casted in dark rooms, little balls of lights remain all over the Battlefield lighting up the darkness for a few moments.",
        "art": "suncleric",
        "element1": "light",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "10"
    },
    {
        "x": 197,
        "id": "siffiransilverhammer",
        "type": "classability",
        "title": "Thane",
        "subtitle": "Siffiran Silver Hammer",
        "text": "A mighty thunderous hammer crafted by Siffiran blacksmiths that can be thrown like a boomerang. Your Basic Attacks now cast Lightning Strike, Thunderclap, or Thunderous Roar as a No-Roll Bonus Action as long as you know the Spell. You may not equip Shield cards.\n",
        "art": "thane",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "5",
        "cost": "100"
    },
    {
        "x": 198,
        "id": "siffiransilvershield",
        "type": "classability",
        "title": "Thane",
        "subtitle": "Siffiran Silver Shield",
        "text": "An silver shield crafted by Siffiran blacksmiths. Once per Combat, you may Ignore a Death Roll. ",
        "stamina": "45",
        "art": "thane",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 199,
        "id": "lightningstrike",
        "type": "classability",
        "title": "Thane",
        "subtitle": "Lightning Strike",
        "text": "Release a bolt of Lightning from your weapons that deals 10 Damage to a Target. If successful, the bolt of lightning will bounce to another Foe within 3 spaces and continue bouncing as long as you have new Targets. ",
        "art": "thane",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3",
        "cost": "50"
    },
    {
        "x": 200,
        "id": "thunderclap",
        "type": "classability",
        "title": "Thane",
        "subtitle": "Thunderclap",
        "text": "Slam down onto the ground causing a shockwave that deals 15 Damage to all adjacent Foes.",
        "art": "thane",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 201,
        "id": "thunderousroar",
        "type": "classability",
        "title": "Thane",
        "subtitle": "Thunderous Roar",
        "text": "Let out a Thunderous Roar striking all Foes on the Battlefield with a bolt of lightning that deals 5 Damage and restore Stamina equal to the total Damage dealt.",
        "art": "thane",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 202,
        "id": "magneticcrush",
        "type": "classability",
        "title": "Thane",
        "subtitle": "Magnetic Crush",
        "text": "Throw up to two weapons at 2 different Foes and strike them with a Basic Attack. These weapons are then returned to you after being thrown. You need 2 Weapons to use this Ability.",
        "art": "thane",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 203,
        "id": "dragginlightning",
        "type": "classability",
        "title": "Thane",
        "subtitle": "Draggin Lightning",
        "text": "Throw out an electrical tether that pulls a Target in range as close as possible to you. If they are a Foe, shock them for 20 damage. If they are an Ally, restore 20 Stamina.",
        "art": "thane",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 204,
        "id": "flash",
        "type": "classability",
        "title": "Thane",
        "subtitle": "Flash",
        "text": "In the blink of an eye, move up to 10 Spaces almost instantly as you travel through Targets along the way. Any Target you pass through takes 10 Damage, but you may not pass through the same Target twice.",
        "art": "thane",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 205,
        "id": "slamshock",
        "type": "classability",
        "title": "Thane",
        "subtitle": "Slamshock",
        "text": "Slam the Target with your weapon or shield and deal Damage equal to twice your current Stamina. You become Immune to Damage for the rest of the round. ",
        "art": "thane",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 206,
        "id": "thunderdome",
        "type": "classability",
        "title": "Thane",
        "subtitle": "Thunderdome",
        "text": "Create a sphere of pure lightning that pushes all Foes back as it expands outwards of you. Allies may move and attack freely through the Thunderdome, but Foes cannot enter and have their Basic Attacks and Abilities blocked by the sphere until it has absorbed 100 Damage.",
        "art": "thane",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 207,
        "id": "callmjollnir",
        "type": "classability",
        "title": "Thane",
        "subtitle": "Call Mjollnir",
        "text": "Request the aid of the Siffiran, summoning 3 giant astral hammers from the skies above that slam down dealing 30 damage each in an Area.",
        "art": "thane",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "2",
        "cost": "100"
    },
    {
        "x": 208,
        "id": "spellofbearding",
        "type": "classability",
        "title": "Thane",
        "subtitle": "Spell of Bearding",
        "text": "A unique fire spell that causes hair to grow on whatever you to touch. This Spell may be taught to Allies who have some experience with Fire Magic or given to Party Members during Character Creation. Practice with this Spell can cause it to transform into a more powerful Fire Spell. Critical Hits cause you to draw 1 random Fire Spell, cast it as a No-Roll Bonus Action, and then place it on top of this card.",
        "art": "thane",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "20"
    },
    {
        "x": 209,
        "id": "regaltophat",
        "type": "classability",
        "title": "Magician",
        "subtitle": "Regal Top Hat",
        "text": "Pull a spell out of your Hat and cast it at a Target. Draw a random Spell and cast it as a No-Roll Bonus Action. High Rolls cause you to draw 2 random Spells to cast as No-Roll Bonus Actions.",
        "art": "magician",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 210,
        "id": "hocuspocus",
        "type": "classability",
        "title": "Magician",
        "subtitle": "Hocus Pocus",
        "text": "Pull a random Companion out of your hat or clothing. This type of magic is performed by almost all Magicians in case of emergencies. This Companion lasts until end of combat and then returns back to your hat. ",
        "art": "magician",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 211,
        "id": "encore",
        "type": "classability",
        "title": "Magician",
        "subtitle": "Encore",
        "text": "Recast the last random Spell casted by the Party in an encore presentation of skill. Limited Abilities can still only be cast once per Character.",
        "art": "magician",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 212,
        "id": "levitate",
        "type": "classability",
        "title": "Magician",
        "subtitle": "Levitate",
        "text": "Levitate as many Targets as you wish on the Battlefield. Each Target may be moved up to 3 spaces.",
        "art": "magician",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 213,
        "id": "roundofapplause",
        "type": "classability",
        "title": "Magician",
        "subtitle": "Round of Applause",
        "text": "Enchant a Target's mind causing them to believe they are being praised by the divine themselves and forced to bend to their will, Charming them. You may suggest what the Target should do with their Actions.",
        "art": "magician",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 214,
        "id": "disappear",
        "type": "classability",
        "title": "Magician",
        "subtitle": "Disappear",
        "text": "Cast a distraction and in the blink of an eye make a Target disappear which Stuns by causing them to vanish from the Battlefield. The Target reappears once they they are no longer Stunned.",
        "art": "magician",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "50"
    },
    {
        "x": 215,
        "id": "flockofravens",
        "type": "classability",
        "title": "Magician",
        "subtitle": "Flock of Ravens",
        "text": "Transform yourself into a flock of up to 5 ravens and place them in empty adjacent spaces. Each raven can only take a single attack before they are killed. At the start of the round, you may transform back into yourself and dispel all other ravens. If all ravens are killed, you are put in Danger.",
        "art": "magician",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 216,
        "id": "copycat",
        "type": "classability",
        "title": "Magician",
        "subtitle": "Copycat",
        "text": "Perform an non-Item Ability used by an Ally this round. Limited Abilities can still only be used once per Character.",
        "art": "magician",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 217,
        "id": "polymorph",
        "type": "classability",
        "title": "Magician",
        "subtitle": "Polymorph",
        "text": "Transform a Target into a random Beast Companion until end of combat. Targets may roll at the start of combat to attempt to break this transformation with a High Roll as if it were a status effect.",
        "art": "magician",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 218,
        "id": "cardtrick",
        "type": "classability",
        "title": "Magician",
        "subtitle": "Card Trick",
        "text": "Pull out a Deck of Cards that empower the Spells of your team. For the rest of the round, whenever you or an Ally cast a Spell, they may draw a random Spell and then choose to cast that Spell instead.",
        "art": "magician",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 219,
        "id": "swipeclothing",
        "type": "classability",
        "title": "Magician",
        "subtitle": "Swipe Clothing",
        "text": "Grab a Target and swap places with them and in a blur swap clothing with them. If used on a Party Member, you swap Armors. If used on a Foe wearing clothing, you may draw 1 random Armor card to replace your Armor with. Your Maximum Stamina does not change when changing Armors.",
        "art": "magician",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "20"
    },
    {
        "x": 220,
        "id": "featherfye",
        "type": "classability",
        "title": "Magician",
        "subtitle": "Featherfye",
        "text": "Bewitch a Target reducing their weight to that of a feather. The Target will be able to float around the Battlefield and is Immune to Rough and Dangerous Terrain, but is very vulnerable to knockback abilities.",
        "art": "magician",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "10"
    },
    {
        "x": 221,
        "id": "tomeofouroras",
        "type": "classability",
        "title": "Seeker",
        "subtitle": "Tome of Ouro'ras",
        "text": "This tome of of the Dragon Aspect Ouro'ras contains many secrets to the Light element. Draw 3 random Light Spells and add them to your Inventory.",
        "art": "seeker",
        "element1": "light",
        "element2": "light",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "200"
    },
    {
        "x": 222,
        "id": "tomeofvlaurunga",
        "type": "classability",
        "title": "Seeker",
        "subtitle": "Tome of Vlaurunga",
        "text": "This tome of of the Dragon Aspect Vlaurunga contains many secrets to the Fire element. Draw 3 random Fire Spells and add them to your Inventory.",
        "art": "seeker",
        "element1": "fire",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "200"
    },
    {
        "x": 223,
        "id": "tomeofrokesh",
        "type": "classability",
        "title": "Seeker",
        "subtitle": "Tome of Rokesh",
        "text": "This tome of of the Dragon Aspect Rokesh contains many secrets to the Earth element. Draw 3 random Earth Spells and add them to your Inventory.",
        "art": "seeker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "200"
    },
    {
        "x": 224,
        "id": "tomeofgolestandt",
        "type": "classability",
        "title": "Seeker",
        "subtitle": "Tome of Golestandt",
        "text": "This tome of of the Dragon Aspect Golestandt contains many secrets to the Dark element. Draw 3 random Dark Spells and add them to your Inventory.",
        "art": "seeker",
        "element1": "dark",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "200"
    },
    {
        "x": 225,
        "id": "tomeofquintaralotus",
        "type": "classability",
        "title": "Seeker",
        "subtitle": "Tome of Quintara Lotus",
        "text": "This tome of of the Dragon Aspect Quintara Lotus contains many secrets to the Arcane element. Draw 3 random Arcane Spells and add them to your Inventory.",
        "art": "seeker",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "200"
    },
    {
        "x": 226,
        "id": "tomeoffrostlordyvander",
        "type": "classability",
        "title": "Seeker",
        "subtitle": "Tome of Frostlord Yvander",
        "text": "This tome of of the Dragon Aspect Frostlord Yvander contains many secrets to the Ice element. Draw 3 random Ice Spells and add them to your Inventory.",
        "art": "seeker",
        "element1": "ice",
        "element2": "ice",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "200"
    },
    {
        "x": 227,
        "id": "tomeoflegends",
        "type": "classability",
        "title": "Seeker",
        "subtitle": "Tome of Legends",
        "text": "A tome filled with many rare and exotic Spells. Draw 2 random Legendary Spell Scrolls and add them to your Inventory.",
        "art": "seeker",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "500"
    },
    {
        "x": 228,
        "id": "tomeoffavoredknowledge",
        "type": "classability",
        "title": "Seeker",
        "subtitle": "Tome of Favored Knowledge",
        "text": "A tome filled with the knowledge and teachings of a single Spell you are very particularly fond of. Pick any non-Legendary Spell Ability and add it to your Inventory. You may teach this Spell to other Players during Character Creation or during the game.",
        "art": "seeker",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "300"
    },
    {
        "x": 229,
        "id": "acquiredwisdom",
        "type": "classability",
        "title": "Seeker",
        "subtitle": "Acquired Wisdom",
        "text": "You are able to learn greatly from your mistakes in life. Whenever you are put in Danger in Combat, learn a random Spell from a Selection of 3. If this Spell would help prevent it, you may cast it as a Bonus Action to prevent the Death Roll.",
        "art": "seeker",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "250"
    },
    {
        "x": 230,
        "id": "professorofknowledge",
        "type": "classability",
        "title": "Seeker",
        "subtitle": "Professor of Knowledge",
        "text": "You teach your Party how to conjure new Spells using gold. Draw 4 random Spells for you and your Party then add 1 to each of your Inventories. This Passive may be purchased multiple times during Character Creation.",
        "art": "seeker",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "300"
    },
    {
        "x": 231,
        "id": "detectmagic",
        "type": "classability",
        "title": "Seeker",
        "subtitle": "Detect Magic",
        "text": "Using a special glove that enhances your magical detection, reveal all that is hidden on the Battlefield.",
        "art": "seeker",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "10"
    },
    {
        "x": 232,
        "id": "seekdestiny",
        "type": "classability",
        "title": "Seeker",
        "subtitle": "Seek Destiny",
        "text": "Peer through the void to attempt and catch a glimpse of your destiny, but often finding nothing but a mix of confusing images. Naturally Rolled Critical Hits while in combat, cause you to draw a Legendary Spell Scroll and add it to your Character.",
        "art": "seeker",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 233,
        "id": "dreamstaff",
        "type": "classability",
        "title": "Dreamweaver",
        "subtitle": "Dream Staff",
        "text": "Pull a fancy wooden staff from a small portal that leads to inside the Dream World. Add this card to you or another Party Members Inventory and place it in a Weapon slot. As a Weapon, this staff doubles the range of Spells.",
        "art": "dreamweaver",
        "element1": "light",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "weapon",
        "gem3text": "1",
        "gem4": "melee",
        "gem4text": "1",
        "cost": "100"
    },
    {
        "x": 234,
        "id": "dreamweb",
        "type": "classability",
        "title": "Dreamweaver",
        "subtitle": "Dream Web",
        "text": "A small wooden ring webbed together with arcane string that prevents you and your Allies from being cursed by mind magic. You and your Allies are Immune to Charm.",
        "art": "dreamweaver",
        "element1": "light",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "50"
    },
    {
        "x": 235,
        "id": "sleep",
        "type": "classability",
        "title": "Dreamweaver",
        "subtitle": "Sleep",
        "text": "Place your hand against a Target and force them to sleep, Stunning them. Casting this Spell as a No-Roll Bonus Actions causes it to backfire and Stun you.",
        "art": "dreamweaver",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 236,
        "id": "dreamwalk",
        "type": "classability",
        "title": "Dreamweaver",
        "subtitle": "Dreamwalk",
        "text": "Walk through the dream world and teleport to Target empty space attacking an adjacent Target with a Basic Attack. You and your Allies may spend Move and Regular actions to boost the number of Basic Attacks on the adjacent Target after teleporting.",
        "art": "dreamweaver",
        "element1": "light",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 237,
        "id": "dreambolt",
        "type": "classability",
        "title": "Dreamweaver",
        "subtitle": "Dreambolt",
        "text": "Blast a target with a shadowy blue mist that deals 20 Damage. You and your Allies may spend Move and Regular Actions to boost the Damage of this Spell by 10 per Action spent.",
        "art": "dreamweaver",
        "element1": "light",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 238,
        "id": "hallucination",
        "type": "classability",
        "title": "Dreamweaver",
        "subtitle": "Hallucination",
        "text": "Create 2 Hallucinations of any Target on the Battlefield as Minions linked to you and place them in empty adjacent spaces. You and your Allies may spend Move and Regular actions to boost the number of Hallucinations summoned by 2 per Action spent.",
        "art": "dreamweaver",
        "element1": "light",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 239,
        "id": "nightmare",
        "type": "classability",
        "title": "Dreamweaver",
        "subtitle": "Nightmare",
        "text": "Force a Nightmare onto a Target, Charming them. You and your Allies may spend Move and Regular boost the number of Targets this Spell will hit by 1 per Action spent.",
        "art": "dreamweaver",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 240,
        "id": "terrorizemind",
        "type": "classability",
        "title": "Dreamweaver",
        "subtitle": "Terrorize Mind",
        "text": "Terrorize a Target dealing 50 Damage and Silencing them. You and your Allies may spend Move and Regular actions to boost the damage of this Spell by 50 per Action spent.",
        "art": "dreamweaver",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 241,
        "id": "thedreamworld",
        "type": "classability",
        "title": "Dreamweaver",
        "subtitle": "The Dreamworld",
        "text": "Release a rainbow mist that brings all Characters on the Battlefield into the Dreamworld. While in the Dreamworld, Characters still take Damage, but cannot be killed. In the Dreamworld, you personally may cast any non-Legendary Spell in the game. Rolling Low when using Limited Abilities has a chance to break down the entire Dreamworld and return all Characters back to reality.",
        "art": "dreamweaver",
        "element1": "light",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 242,
        "id": "reversomemorino",
        "type": "classability",
        "title": "Dreamweaver",
        "subtitle": "Reverso Memorino",
        "text": "Grab a Target by their head and erase their mind blank, Stunning them. High Rolls cause the Target to Death Roll, killing them by leaving the Target in a vegetable state.",
        "art": "dreamweaver",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 243,
        "id": "empowereddreams",
        "type": "classability",
        "title": "Dreamweaver",
        "subtitle": "Empowered Dreams",
        "text": "Empower one of your Spells you are currently casting, boosting it as if you spent 3 additional Actions. If you are in the Dreamworld, add an additional 3 Actions. If the Spell you are casting is not a Dreamweaver Spell that can be empowered in this way, it explodes in rainbow ball of energy dealing 99 Damage to yourself and all adjacent Targets.",
        "art": "dreamweaver",
        "element1": "light",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 244,
        "id": "vividdreamer",
        "type": "classability",
        "title": "Dreamweaver",
        "subtitle": "Vivid Dreamer",
        "text": "You are prone to having dreams of the past and future. Once per game, you may change a single roll from a Critical Fail to a Critical Success.",
        "art": "dreamweaver",
        "element1": "light",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "300"
    },
    {
        "x": 245,
        "id": "sunlawshield",
        "type": "classability",
        "title": "Templar",
        "subtitle": "Sunlaw Shield",
        "text": "A small, durable iron shield that is very common as they are mass manufactured by a powerful and wealthy elven family. You may place Passive cards in your Ability slots.",
        "stamina": "30",
        "art": "templar",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 246,
        "id": "auraofstrength",
        "type": "classability",
        "title": "Templar",
        "subtitle": "Aura of Strength",
        "text": "A magical aura that improves the strength of your Allies. Draw a random Weapon and add it to your Inventory. You deal Double Damage with Basic Attacks. When you purchase this Passive, you may give it to other Players as well for free.",
        "art": "templar",
        "element1": "light",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "300"
    },
    {
        "x": 247,
        "id": "auraofdexterity",
        "type": "classability",
        "title": "Templar",
        "subtitle": "Aura of Dexterity",
        "text": "A magical aura that improves the dexterity of your Allies. You now have 4 Anytime Actions per Combat. When you purchase this Passive, you may give it to other Players as well for free.",
        "art": "templar",
        "element1": "light",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "300"
    },
    {
        "x": 248,
        "id": "auraofquickness",
        "type": "classability",
        "title": "Templar",
        "subtitle": "Aura of Quickness",
        "text": "A magical aura that improves the quickness of your Allies. You can now move up to 10 spaces with Move Actions. When you purchase this Passive, you may give it to other Players as well for free.",
        "art": "templar",
        "element1": "light",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 249,
        "id": "auraofintelligence",
        "type": "classability",
        "title": "Templar",
        "subtitle": "Aura of Intelligence",
        "text": "A magical aura that improves the intelligence of your Allies. Draw a random Spell and add it to your Inventory. When you purchase this Passive, you may give it to other Players as well for free.",
        "art": "templar",
        "element1": "light",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "300"
    },
    {
        "x": 250,
        "id": "auraofwisdom",
        "type": "classability",
        "title": "Templar",
        "subtitle": "Aura of Wisdom",
        "text": "A magical aura that improves the wisdom of your Allies. Whenever you defeat a Foe, you gain a No-Roll Bonus Action. When you purchase this Passive, you may give it to other Players as well for free.",
        "art": "templar",
        "element1": "light",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "300"
    },
    {
        "x": 251,
        "id": "auraofconstitution",
        "type": "classability",
        "title": "Templar",
        "subtitle": "Aura of Constitution",
        "text": "A magical aura that improves the constitution of your Allies. Increase your Stamina by 30. When you purchase this Passive, you may give it to other Players as well for free.",
        "art": "templar",
        "element1": "light",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "300"
    },
    {
        "x": 252,
        "id": "auraofcharisma",
        "type": "classability",
        "title": "Templar",
        "subtitle": "Aura of Charisma",
        "text": "A magical aura that improves the charisma of your Allies. During Character Creation, add one of the Treasures in your shop to your Inventory for free. When you purchase this Passive, you may give it to other Players as well for free.",
        "art": "templar",
        "element1": "light",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "300"
    },
    {
        "x": 253,
        "id": "auraofpiety",
        "type": "classability",
        "title": "Templar",
        "subtitle": "Aura of Piety",
        "text": "A magical aura that improves the faith of your Allies. Whenever you roll a Critical Hit, restore all of your Stamina. When you purchase this Passive, you may give it to other Players as well for free.",
        "art": "templar",
        "element1": "light",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "300"
    },
    {
        "x": 254,
        "id": "auraofretribution",
        "type": "classability",
        "title": "Templar",
        "subtitle": "Aura of Retribution",
        "text": "A magical aura that improves the willpower of your Allies. Whenever you survive a Death Roll, grant yourself 3 Bonus Actions. When you purchase this Passive, you may give it to other Players as well for free.",
        "art": "templar",
        "element1": "light",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "300"
    },
    {
        "x": 255,
        "id": "auraofwealth",
        "type": "classability",
        "title": "Templar",
        "subtitle": "Aura of Wealth",
        "text": "A magical aura that improves the luck of your Allies. Draw a random Treasure and add it to your Inventory. You may sell this Treasure back to the Gamemaster for full price. When you purchase this Passive, you may give it to other Players as well for free.",
        "art": "templar",
        "element1": "light",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "300"
    },
    {
        "x": 256,
        "id": "auraofchaos",
        "type": "classability",
        "title": "Templar",
        "subtitle": "Aura of Chaos",
        "text": "A magical aura that you still do not fully understand, but still use because of the lovely colors it creates. Whenever you cast a Spell, you cast a random Spell instead. When you purchase this Passive, you may give it to other Players as well for free.",
        "art": "templar",
        "element1": "light",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "300"
    },
    {
        "x": 257,
        "id": "longbow",
        "type": "classability",
        "title": "Ranger",
        "subtitle": "Longbow",
        "text": "A bow handcrafted by you, a family member, or a friend that you have been practising with almost all your life. You cannot accidentally hit Allies with your Basic Attacks or Class Abilities except on Critical Failures.",
        "art": "ranger",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "range",
        "gem2text": "15",
        "cost": "100"
    },
    {
        "x": 258,
        "id": "powershot",
        "type": "classability",
        "title": "Ranger",
        "subtitle": "Powershot",
        "text": "Attack a Target with a ranged Basic Attack that deals double damage. This Basic Attack pierces to hit Targets in a Line.",
        "art": "ranger",
        "element1": "none",
        "gem1": "regular",
        "gem2": "line",
        "cost": "100"
    },
    {
        "x": 259,
        "id": "fireshot",
        "type": "classability",
        "title": "Ranger",
        "subtitle": "Fire Shot",
        "text": "Attack a Target with a Basic Attack that cannot miss. If your arrows are Augmented with Fire, this Ability causes Burning. If your Arrows are Augmented with Ice, the Target takes 10 extra damage.",
        "art": "ranger",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 260,
        "id": "iceshot",
        "type": "classability",
        "title": "Ranger",
        "subtitle": "Ice Shot",
        "text": "Attack a Target with a Basic Attack that cannot miss. If your arrows are Augmented with Ice, this Ability causes Freezing. If your Arrows are Augmented with Fire, the Target takes 10 extra damage.",
        "art": "ranger",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 261,
        "id": "rollingshot",
        "type": "classability",
        "title": "Ranger",
        "subtitle": "Rolling Shot",
        "text": "Barrel roll while attacking moving up to 3 Spaces and Basic Attacking a Target during the roll. Natural Average Rolls or Higher restore an Anytime Action.",
        "art": "ranger",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 262,
        "id": "quickshot",
        "type": "classability",
        "title": "Ranger",
        "subtitle": "Quickshot",
        "text": "Attack a Target with a ranged Basic Attack that deals triple Damage.",
        "art": "ranger",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 263,
        "id": "paralyze",
        "type": "classability",
        "title": "Ranger",
        "subtitle": "Paralyze",
        "text": "Attack a Target with a ranged Basic Attack laced with dozens of different types of poison that cause Burning, Freezing, Blinding, Charm, Poison, and Silence. The Target must roll for all of these effects separately at the start of every round.",
        "art": "ranger",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 264,
        "id": "rapidfire",
        "type": "classability",
        "title": "Ranger",
        "subtitle": "Rapid Fire",
        "text": "Ready yourself and then swiftly Basic Attack up to 5 times with a single roll. You may Target as many different Targets as you like with these attacks.",
        "art": "ranger",
        "element1": "none",
        "gem1": "limited",
        "cost": "100"
    },
    {
        "x": 265,
        "id": "volley",
        "type": "classability",
        "title": "Ranger",
        "subtitle": "Volley",
        "text": "Launch a volley of arrows into the air hitting every Foe on the Battlefield with a Basic Attack.",
        "art": "ranger",
        "element1": "none",
        "gem1": "limited",
        "cost": "100"
    },
    {
        "x": 266,
        "id": "augment",
        "type": "classability",
        "title": "Ranger",
        "subtitle": "Augment",
        "text": "Empower your weapon with a Fire or Ice augment which causes you to deal Double Damage with Basic Attacks until end of combat. High Rolls with a Fire augment cause Burning and High Rolls with an Ice augment cause Freezing.",
        "art": "ranger",
        "element1": "fire",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 267,
        "id": "eaglesight",
        "type": "classability",
        "title": "Ranger",
        "subtitle": "Eaglesight",
        "text": "Summon an eagle that up flies high above the Battlefield that you can mentally link with to see through its eyes. You are Immune to Blinding while your Eagle has clear vision of the Battlefield.",
        "art": "ranger",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 268,
        "id": "soothebeast",
        "type": "classability",
        "title": "Ranger",
        "subtitle": "Soothe Beast",
        "text": "Place your hand on a wild Beast to sooth it's spirit and cause it to become passive and playful. Critical Hits with this Ability cause you to permanently Charm the Beast into becoming your Companion.",
        "art": "ranger",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "20"
    },
    {
        "x": 269,
        "id": "broomstaff",
        "type": "classability",
        "title": "Witch",
        "subtitle": "Broomstaff",
        "text": "An animated broomstaff that obeys your every command. Whenever you deal damage with a Basic Attack, you deal an additional 10 Arcane damage to the Target.",
        "art": "witch",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "2",
        "cost": "100"
    },
    {
        "x": 270,
        "id": "largesteeplehat",
        "type": "classability",
        "title": "Witch",
        "subtitle": "Large Steeple Hat",
        "text": "Anytime you deal Arcane Damage to a Target or restore Stamina with an Arcane Spell, you may swap places with the Target. This switch is an instantaneous teleport displayed as a puff on purple smoke.",
        "art": "witch",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "50"
    },
    {
        "x": 271,
        "id": "whirlingstaff",
        "type": "classability",
        "title": "Witch",
        "subtitle": "Whirling Staff",
        "text": "Twirl your Broomstaff hitting the Target in front and behind you with a Basic Attack that deals Double Damage. These Targets are hit at the same time. You may Move up to 2 space before using this Ability. ",
        "art": "witch",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 272,
        "id": "sweepingpush",
        "type": "classability",
        "title": "Witch",
        "subtitle": "Sweeping Push",
        "text": "Swat your Broomstaff at a Target with a Basic Attack that deals Double Damage and pushes them in any direction of your choice up to 10 spaces. You may Move up to 2 space before using this Ability.",
        "art": "witch",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 273,
        "id": "lotusblast",
        "type": "classability",
        "title": "Witch",
        "subtitle": "Lotus Blast",
        "text": "Blast a Target with a rainbow colored ball of arcane energies dealing 25 Damage and push them in any direction of your choice up to 3 spaces. The push occurs slightly after you deal Damage.",
        "art": "witch",
        "element1": "arcane",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 274,
        "id": "lotusbloom",
        "type": "classability",
        "title": "Witch",
        "subtitle": "Lotus Bloom",
        "text": "Bloom an Arcane flower over an Area restoring 30 Stamina to all Allies in the Area. ",
        "art": "witch",
        "element1": "arcane",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3",
        "cost": "100"
    },
    {
        "x": 275,
        "id": "arcanebolts",
        "type": "classability",
        "title": "Witch",
        "subtitle": "Arcane Bolts",
        "text": "Unleash a barrage of 5 bolts that deal 5 Damage each at up to 5 Targets. Targets are hit one after another in any order you choose.",
        "art": "witch",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 276,
        "id": "novaflame",
        "type": "classability",
        "title": "Witch",
        "subtitle": "Nova Flame",
        "text": "Release a powerful arcane flame in a ring outwards around you dealing 20 Damage to Foes. Targets are all hit at the same time.",
        "art": "witch",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 277,
        "id": "lotusshield",
        "type": "classability",
        "title": "Witch",
        "subtitle": "Lotus Shield",
        "text": "Cover you and a Target in a shield made of an Arcane flower which restores 30 Stamina and prevents all Damage from the next Basic Attack or Ability this round.",
        "art": "witch",
        "element1": "arcane",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 278,
        "id": "witchinghour",
        "type": "classability",
        "title": "Witch",
        "subtitle": "Witching Hour",
        "text": "Freeze time for all Players, non-Divine, and non-Believers for a few moments. All Players gain a Bonus Action which they all can prepare to use all at once when time unfreezes. A Believer who casts this Spell is stuck locked in limbo as they are lost in time and thus, is effectively killed.",
        "art": "witch",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 279,
        "id": "lotusdewdrops",
        "type": "classability",
        "title": "Witch",
        "subtitle": "Lotus Dew Drops",
        "text": "Restore 30 Stamina to all Allies on the Battlefield and restore one of their Anytime Actions. Targets are all hit one after another chosen by you.",
        "art": "witch",
        "element1": "arcane",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 280,
        "id": "blossom",
        "type": "classability",
        "title": "Witch",
        "subtitle": "Blossom",
        "text": "Fertilize the growth of some lotus flowers and transform any space on the Battlefield into Rough Terrain. High Rolls allow you to choose up to 5 spaces to transform into Rough Terrain.",
        "art": "witch",
        "element1": "arcane",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 281,
        "id": "spellbinderdagger",
        "type": "classability",
        "title": "Spellthief",
        "subtitle": "Spellbinder Dagger",
        "text": "A dagger that conjures magic scrolls from the void. Whenever you deal Damage with a Basic Attack, draw a random Spell Scroll and add it to your Inventory.",
        "art": "spellthief",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 282,
        "id": "essenceshank",
        "type": "classability",
        "title": "Spellthief",
        "subtitle": "Essence Shank",
        "text": "Quickly thrust at a Target with a melee Basic Attack dealing double Damage. High Rolls cause you to drain enough magic to draw 1 random Spell Scroll and add it to your Inventory.",
        "art": "spellthief",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 283,
        "id": "drainmagic",
        "type": "classability",
        "title": "Spellthief",
        "subtitle": "Drain Magic",
        "text": "Drain the magical essence from a Target dealing 15 Damage and conjuring a scroll of made of golden magic. Draw 1 random Spell Scroll and add it to your Inventory.",
        "art": "spellthief",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 284,
        "id": "voidspell",
        "type": "classability",
        "title": "Spellthief",
        "subtitle": "Voidspell",
        "text": "Destroy a Spell Scroll in your Inventory to deal 25 Damage to a Target. On Critical Hits, you may cast the Spell destroyed by this Ability as well.\n",
        "art": "spellthief",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 285,
        "id": "dissolvemagic",
        "type": "classability",
        "title": "Spellthief",
        "subtitle": "Dissolve Magic",
        "text": "Destroy a Spell Scroll by dissolving it's magical properties, restoring all of the Stamina of you or an Ally. ",
        "art": "spellthief",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 286,
        "id": "spellsteal",
        "type": "classability",
        "title": "Spellthief",
        "subtitle": "Spell Steal",
        "text": "Interrupt a Target casting a Spell and absorb the magic power they are conjuring, drawing a random Spell Scroll and adding it to your Inventory. Casting this Spell without something to interrupt results in you absorbing some of your own magic and Critical Failing.\n",
        "art": "spellthief",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 287,
        "id": "invisibility",
        "type": "classability",
        "title": "Spellthief",
        "subtitle": "Invisibility",
        "text": "Vanish out of sight making it nearly impossible for Foes to track you. You remain invisible even when you Basic Attack or cast a Spell, but this Spell is broken if another Party Member is put in Danger or you take Damage.\n",
        "art": "spellthief",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 288,
        "id": "scrollofdestiny",
        "type": "classability",
        "title": "Spellthief",
        "subtitle": "Scroll of Destiny",
        "text": "Once per game, you may steal a Legendary Spell Scroll from the void of untold power and cast it as a Bonus Action. If you do not use the Scroll before the end of combat, it is destroyed.\n",
        "art": "spellthief",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "300"
    },
    {
        "x": 289,
        "id": "counterfeit",
        "type": "classability",
        "title": "Spellthief",
        "subtitle": "Counterfeit",
        "text": "Copy a Spell Scroll to create extra copies of that Spell. Choose a Spell Scroll in you or a Party Members Inventory and create 2 copies of it to add to your Inventory. Trying to copy a Legendary Spell Scroll is virtually impossible.\n",
        "art": "spellthief",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 290,
        "id": "stolenknowledge",
        "type": "classability",
        "title": "Spellthief",
        "subtitle": "Stolen Knowledge",
        "text": "Reach into a corrupted bag of holding and pull out a handful of Spell Scrolls. Draw 5 random Spell Scrolls and add them to your Inventory discarding the Scrolls you don't have space for. You may use this once during Character Creation.",
        "art": "spellthief",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 291,
        "id": "starpick",
        "type": "classability",
        "title": "Spellthief",
        "subtitle": "Starpick",
        "text": "This simple little magical device can easily be used to pick any lock like a skeleton key, that you acquired at the expense of your own well being.\n",
        "stamina": "-5",
        "art": "spellthief",
        "gem1": "passive",
        "gem2": "item",
        "cost": "20"
    },
    {
        "x": 292,
        "id": "reflectionmist",
        "type": "classability",
        "title": "Spellthief",
        "subtitle": "Reflection Mist",
        "text": "An icy poison that can warp the senses of those who come into contact with it. Whenever you Critical Hit with a Basic Attack you may Blind, Silence, or Poison the Target as well.\n",
        "art": "spellthief",
        "element1": "arcane",
        "element2": "ice",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "50"
    },
    {
        "x": 293,
        "id": "earthenarmor",
        "type": "classability",
        "title": "Shaman",
        "subtitle": "Earthen Armor",
        "text": "Durable armor made of years of channelling powerful earth magic into its plates. Increases your Stamina by 10 for every Earth Spell other Players have at the end of Character Creation. \n",
        "stamina": "30",
        "art": "shaman",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 294,
        "id": "hydroarmor",
        "type": "classability",
        "title": "Shaman",
        "subtitle": "Hydro Armor",
        "text": "Coral armor painted with dark colors imbued with water crystals that can be activated in battle. Whenever an Ally uses a Limited Ability, you may restore 50 Stamina to a Target.",
        "stamina": "30",
        "art": "shaman",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 295,
        "id": "stonespikedshield",
        "type": "classability",
        "title": "Shaman",
        "subtitle": "Stone Spiked Shield",
        "text": "A stone shield covered in spikes that is often conjured by a skilled Earth Mage. Whenever you take Damage from a melee Basic Attack, you deal 15 Damage back at the Target. If you have Earthen Armor, you deal 30 Damage instead.\n",
        "stamina": "15",
        "art": "shaman",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 296,
        "id": "hydrocrescentshield",
        "type": "classability",
        "title": "Shaman",
        "subtitle": "Hydro Crescent Shield",
        "text": "A crescent shield filled with blessed water that empowers your Spells. Whenever you cast a Spell, you may heal an Ally for 10 Stamina. If you have Hydro Armor, you may heal an Ally for 20 Stamina.\n",
        "stamina": "15",
        "art": "shaman",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 297,
        "id": "waterbolt",
        "type": "classability",
        "title": "Shaman",
        "subtitle": "Water Bolt",
        "text": "Launch a bolt of water that deals 10 Damage to Foes or restores 10 Stamina to Allies.",
        "art": "shaman",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 298,
        "id": "spellripple",
        "type": "classability",
        "title": "Shaman",
        "subtitle": "Spell Ripple",
        "text": "Cast an enchanting splashing ripple that is pleasant to watch, but does nothing. When you cast this Spell, you may cast 2 additional copies of this Spell as No-Roll Bonus Actions.\n",
        "art": "shaman",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 299,
        "id": "aquacannon",
        "type": "classability",
        "title": "Shaman",
        "subtitle": "Aqua Cannon",
        "text": "Summon an elemental shoulder cannon on your arm that prevents you from moving for the rest of the round. Whenever you would restore Stamina to an Ally, instead deal that much Damage to any Target in range.",
        "art": "shaman",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 300,
        "id": "tsunami",
        "type": "classability",
        "title": "Shaman",
        "subtitle": "Tsunami",
        "text": "Release a tidal wave across the entire Battlefield that does 20 Damage to all Foes. When you cast this Spell, you may cast 2 additional copies of this Spell as No-Roll Bonus Actions.\n",
        "art": "shaman",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 301,
        "id": "stonefist",
        "type": "classability",
        "title": "Shaman",
        "subtitle": "Stone Fist",
        "text": "Conjure a fist made of earth that launches forward and deals 10 Damage. When you purchase this Ability, you may give it to a Player as well for free.\n",
        "art": "shaman",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 302,
        "id": "spiritroar",
        "type": "classability",
        "title": "Shaman",
        "subtitle": "Spirit Roar",
        "text": "Roar out in an Area centered around you causing all Foes to No-Roll Basic Attack you for 1 Damage. When you purchase this Ability, you may give it to a Player as well for free.\n",
        "art": "shaman",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 303,
        "id": "mothershand",
        "type": "classability",
        "title": "Shaman",
        "subtitle": "Mother's Hand",
        "text": "Summon forth a hand made of earth from beneath a Target that grapples onto their body, Stunning them. When you purchase this Ability, you may give it to a Player as well for free.\n",
        "art": "shaman",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 304,
        "id": "giftoftheearth",
        "type": "classability",
        "title": "Shaman",
        "subtitle": "Gift of the Earth",
        "text": "Receive a gift from Dragon Aspect Rokesh and completely restore your Stamina. When you purchase this Ability, you may give it to other Players as well for free.\n",
        "art": "shaman",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "200"
    },
    {
        "x": 305,
        "id": "onessword",
        "type": "classability",
        "title": "Sharpsword",
        "subtitle": "One's Sword",
        "text": "All Sharpswords wield a single weapon or sword that they often value as much as their own life. You cannot wield other Weapons or Shields, but may put Passives in these Inventory slots.\n",
        "art": "sharpswordsman",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "50"
    },
    {
        "x": 306,
        "id": "onessheath",
        "type": "classability",
        "title": "Sharpsword",
        "subtitle": "One's Sheath",
        "text": "A special hilt you use to store your weapon of choice that has a special meaning known only to you. Whenever you successfully land a melee Basic Attack on a Target, you may move up to 2 spaces and No-Roll melee Basic Attack another Target. You may repeat this process as long as you keep Basic Attacking different Targets.\n",
        "art": "sharpswordsman",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 307,
        "id": "masterfulstrike",
        "type": "classability",
        "title": "Sharpsword",
        "subtitle": "Masterful Strike",
        "text": "Strike a Target with a Basic Attack using a Weapon you have mastered and practised with for many years. This Basic Attack and all other Basic Attacks for the rest of the round deal exactly 25 Damage. If you attempt to use this Ability with a Weapon not acquired during Character Creation, you will Critically Fail.\n",
        "art": "sharpswordsman",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 308,
        "id": "disarm",
        "type": "classability",
        "title": "Sharpsword",
        "subtitle": "Disarm",
        "text": "Swing swiftly at a Target with a melee Basic Attack which disarms their weapon, Stunning them. High Rolls cause Basic Attacks to Stun for the rest of the round.",
        "art": "sharpswordsman",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 309,
        "id": "engarde",
        "type": "classability",
        "title": "Sharpsword",
        "subtitle": "En Garde",
        "text": "Prepare yourself to strike back at your attackers. Counterattack with a melee Basic Attack every time you take Damage from an adjacent Target for the rest of the round.\n",
        "art": "sharpswordsman",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 310,
        "id": "bravado",
        "type": "classability",
        "title": "Sharpsword",
        "subtitle": "Bravado",
        "text": "Dodge away from a Basic Attack or Ability with a spin or bow and then restore all of your Stamina. ",
        "art": "sharpswordsman",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 311,
        "id": "riposte",
        "type": "classability",
        "title": "Sharpsword",
        "subtitle": "Riposte",
        "text": "Deflect an incoming Basic Attack or Ability back at the Target and then move to an adjacent space next to the Target and melee Basic Attack them. Whenever you use this Ability when no one is currently attacking you, the nearest Foe gains a Bonus Action to use against you.\n",
        "art": "sharpswordsman",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 312,
        "id": "sharpen",
        "type": "classability",
        "title": "Sharpsword",
        "subtitle": "Sharpen",
        "text": "Sharpen your weapon with a runestone causing you to deal Double Damage with Basic Attacks for the rest of combat. High Rolls cause you to deal Triple Damage with Basic Attacks.\n",
        "art": "sharpswordsman",
        "element1": "fire",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "cost": "50"
    },
    {
        "x": 313,
        "id": "divinityslash",
        "type": "classability",
        "title": "Sharpsword",
        "subtitle": "Divinity Slash",
        "text": "Slash a Target with a Basic Attack which causes a Death Roll, a signature strike created by Dragon Aspect Golestandt himself. This attack cannot be blocked or dodged in anyway. High Rolls cause Basic Attacks to also force a Death Roll for the rest of the round.\n",
        "art": "sharpswordsman",
        "element1": "none",
        "gem1": "limited",
        "cost": "100"
    },
    {
        "x": 314,
        "id": "chosenending",
        "type": "classability",
        "title": "Sharpsword",
        "subtitle": "Chosen Ending",
        "text": "True Sharpswords can always tell when it is their time to die. You are Immune to Death Rolls until end of combat as long as another Party Member is still in fighting. After combat is over, you must Death Roll to die from internal injuries or seppuku.\n",
        "art": "sharpswordsman",
        "element1": "none",
        "gem1": "limited",
        "cost": "100"
    },
    {
        "x": 315,
        "id": "demonstration",
        "type": "classability",
        "title": "Sharpsword",
        "subtitle": "Demonstration",
        "text": "Show an extremely impressive display of skill with your weapon enough to distract almost anyone for a moment or two. Restore 1 of your Anytime Actions.\n",
        "art": "sharpswordsman",
        "element1": "none",
        "gem1": "regular",
        "cost": "20"
    },
    {
        "x": 316,
        "id": "bladeseeker",
        "type": "classability",
        "title": "Sharpsword",
        "subtitle": "Bladeseeker",
        "text": "A Bladeseeker is one who is in search of the perfect Weapon. Whenever you Defeat a Foe, draw 3 random Weapons and choose one to add it to your Inventory replacing any other Weapons cards.\n",
        "art": "sharpswordsman",
        "gem1": "passive",
        "cost": "50"
    },
    {
        "x": 317,
        "id": "enchantedobject",
        "type": "classability",
        "title": "Enchanter",
        "subtitle": "Enchanted Object",
        "text": "Enchant a common object to life creating a Minion linked to you during Character Creation. The common object can be anything your Gamemaster will allow and is almost indestructible in combat. This Ability can be purchased multiple times during Character Creation and can be put into any slot in your Inventory.\n",
        "art": "enchanter",
        "element1": "arcane",
        "element2": "light",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "50"
    },
    {
        "x": 318,
        "id": "conjuregold",
        "type": "classability",
        "title": "Enchanter",
        "subtitle": "Conjure Gold",
        "text": "Transform air into gold by invoking this powerful spell at the cost of some of your inner power. You and your Allies are granted 100 Gold at Character Creation. This Ability may be purchased multiple times during Character Creation.\n",
        "art": "enchanter",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 319,
        "id": "flaunt",
        "type": "classability",
        "title": "Enchanter",
        "subtitle": "Flaunt",
        "text": "Flaunt, taunt, or straight up make fun of a Target doing nothing, but slightly boosting your own self esteem. When you roll for this Action, add 5 to the Dice Roll. You cannot Critical Hit or Critical Fail with this Ability.\n",
        "art": "enchanter",
        "gem1": "regular",
        "cost": "50"
    },
    {
        "x": 320,
        "id": "disenchant",
        "type": "classability",
        "title": "Enchanter",
        "subtitle": "Disenchant",
        "text": "Permanently destroy an enchanted object to deal 75 Damage to all adjacent Foes around the enchanted object. Remove an Enchanted Object card from your Inventory when using this Ability. If you do not currently have an Enchanted Object, you must sacrifice a Weapon, Armor, Shield, Item, Consumable or Treasure card or Death Roll as you potentially erase yourself.",
        "art": "enchanter",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 321,
        "id": "amplify",
        "type": "classability",
        "title": "Enchanter",
        "subtitle": "Amplify",
        "text": "Amplify the life force of up to 3 Targets transforming them into a Large Tiles until end of combat. \n",
        "art": "enchanter",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3",
        "cost": "50"
    },
    {
        "x": 322,
        "id": "swiftnesscharm",
        "type": "classability",
        "title": "Enchanter",
        "subtitle": "Swiftness Charm",
        "text": "Enchant the boots of your Party granting them greater swiftness. For the rest of combat, all Allies can move up to 10 spaces with Move Actions.",
        "art": "enchanter",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "cost": "50"
    },
    {
        "x": 323,
        "id": "mendingmagic",
        "type": "classability",
        "title": "Enchanter",
        "subtitle": "Mending Magic",
        "text": "Repair the inner spirit of all Allies on the Battlefield restoring 20 Stamina. \n",
        "art": "enchanter",
        "element1": "arcane",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 324,
        "id": "glyphsofpower",
        "type": "classability",
        "title": "Enchanter",
        "subtitle": "Glyphs of Power",
        "text": "Imbue glyphs of power on you and your Allies equipment that can be activated in combat to grant each of you a Bonus Action. You cannot cast this Spell in Combat.",
        "art": "enchanter",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3",
        "cost": "50"
    },
    {
        "x": 325,
        "id": "enchantlife",
        "type": "classability",
        "title": "Enchanter",
        "subtitle": "Enchant Life",
        "text": "Take a small amount of Dragon Gold and imbue it into a common object. If you already have an Enchanted Object card in your Inventory, add another copy of it to your Inventory. Whenever you cast this Spell without an Enchanted Object in your Inventory, your Stamina is drained down to 1.\n",
        "art": "enchanter",
        "element1": "arcane",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 326,
        "id": "mesmerize",
        "type": "classability",
        "title": "Enchanter",
        "subtitle": "Mesmerize",
        "text": "All Foes on the Battlefield are put into a lifeless trance, Stunning them. \n",
        "art": "enchanter",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 327,
        "id": "conjurefortune",
        "type": "classability",
        "title": "Enchanter",
        "subtitle": "Conjure Fortune",
        "text": "Transform air into a random piece of Treasure using a large amount of mana. Draw a random Treasure card and add it to your Inventory or give it to another Player. You may use this ability once at Character Creation.\n",
        "art": "enchanter",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 328,
        "id": "intoxiantionater",
        "type": "classability",
        "title": "Enchanter",
        "subtitle": "Intoxiantionater",
        "text": "A dangerous enchantment that enchants an object with a curse that causes any who hold it to be highly intoxicated. Casting this on the flesh of a living being can be life altering, so extreme caution is advised when casting.\n",
        "art": "enchanter",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "10"
    },
    {
        "x": 329,
        "id": "personalinsignia",
        "type": "classability",
        "title": "Runemaster",
        "subtitle": "Personal Insignia",
        "text": "Instead of casting Spells directly, you can now inscribe a Runemaster Mark of your own personal design of a Spell onto an adjacent Target or onto any empty space on the Battlefield. You may activate this Runemaster Mark at anytime and cast it as if you were using it as a Bonus Action. \n",
        "art": "runemaster",
        "gem1": "passive",
        "cost": "20"
    },
    {
        "x": 330,
        "id": "prismaticrobes",
        "type": "classability",
        "title": "Runemaster",
        "subtitle": "Prismatic Robes",
        "text": "A pair of well crafted robes enchanted that grow stronger as you expand your own power. Increases your Stamina by 10 for every Spell of a different element in your Inventory at the end of Character Creation.\n",
        "stamina": "30",
        "art": "runemaster",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 331,
        "id": "markofexplosion",
        "type": "classability",
        "title": "Runemaster",
        "subtitle": "Mark of Explosion",
        "text": "Detonate a fiery explosion that deals 10 Damage to all Targets in an Area, knocking all Targets back up to 5 spaces.\n",
        "art": "runemaster",
        "element1": "earth",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "gem4": "area",
        "gem4text": "3",
        "cost": "100"
    },
    {
        "x": 332,
        "id": "markofmissiles",
        "type": "classability",
        "title": "Runemaster",
        "subtitle": "Mark of Missiles",
        "text": "Fire off a barrage of small missiles that shimmer many different colors and deals a total of 20 Damage to Foes randomly chosen by the Gamemaster in an Area. \n",
        "art": "runemaster",
        "element1": "earth",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "gem4": "area",
        "gem4text": "5",
        "cost": "100"
    },
    {
        "x": 333,
        "id": "markofpiercing",
        "type": "classability",
        "title": "Runemaster",
        "subtitle": "Mark of Piercing",
        "text": "A dazzling enchantment that Doubles the Damage of the Basic Attacks of the Character with this Runemaster Mark or on a space with it. When casted or triggered, empower the Character with this Mark or standing on it, granting them a Bonus Action and Doubling the Damage of their Basic Attacks for the rest of combat. \n",
        "art": "runemaster",
        "element1": "earth",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 334,
        "id": "markofsummoning",
        "type": "classability",
        "title": "Runemaster",
        "subtitle": "Mark of Summoning",
        "text": "Summons an Ally to this empty space, regardless where they are on the Battlefield. If this Spell is not cast as a Runemaster Mark by a skilled Earth Mage, the Ally you summon will crash into you, Stunning you both.\n",
        "art": "runemaster",
        "element1": "earth",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 335,
        "id": "markofhealing",
        "type": "classability",
        "title": "Runemaster",
        "subtitle": "Mark of Healing",
        "text": "Release a burst of holy Light on an Ally that restores 60 Stamina.",
        "art": "runemaster",
        "element1": "earth",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 336,
        "id": "markofwalling",
        "type": "classability",
        "title": "Runemaster",
        "subtitle": "Mark of Walling",
        "text": "Summon forth a wall made up of stone and solid black ice that transforms 5 connected spaces into Walled Terrain. This wall is made of stone bricks and would be very hard to break through. A skilled Earth mage can unsummon this wall with a whisper.\n",
        "art": "runemaster",
        "element1": "earth",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 337,
        "id": "markofbinding",
        "type": "classability",
        "title": "Runemaster",
        "subtitle": "Mark of Binding",
        "text": "Freezes time in a greenish bubble, Stunning all Targets in an Area.\n",
        "art": "runemaster",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "gem4": "area",
        "gem4text": "3",
        "cost": "100"
    },
    {
        "x": 338,
        "id": "markofmystery",
        "type": "classability",
        "title": "Runemaster",
        "subtitle": "Mark of Mystery",
        "text": "A mystical Mark of Arcane chaos that can morph into almost any form of Magic. When casted or triggered, draw a random Spell and then select a Target.\n",
        "art": "runemaster",
        "element1": "earth",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 339,
        "id": "markofmultiplications",
        "type": "classability",
        "title": "Runemaster",
        "subtitle": "Mark of Multiplications",
        "text": "Instantly create a duplicate of every Runemaster Mark on the Battlefield. You may put the duplicates of each Mark anywhere on the Battlefield. If Mark of Multiplications attempts to duplicate another Mark of Multiplications, all Runemaster Marks on the Battlefield explode dealing 99 Damage to any Targets standing on or adjacent to a Runemaster Mark.\n",
        "art": "runemaster",
        "element1": "earth",
        "element2": "dark",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 340,
        "id": "cleansemagic",
        "type": "classability",
        "title": "Runemaster",
        "subtitle": "Cleanse Magic",
        "text": "Purge all magic from the Battlefield, removing all Magical effects, transformed spaces, transformations from all Targets. ",
        "art": "runemaster",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "20"
    },
    {
        "x": 341,
        "id": "longarm",
        "type": "classability",
        "title": "Alchemist",
        "subtitle": "Longarm",
        "text": "Increases the range of Potions by 5. Draw 3 random Potion cards and add them to your Inventory during Character Creation and at the end of each Combat.\n",
        "art": "alchemist",
        "gem1": "passive",
        "cost": "100"
    },
    {
        "x": 342,
        "id": "fortunepotion",
        "type": "classability",
        "title": "Alchemist",
        "subtitle": "Fortune Potion",
        "text": "An extremely rare and valuable Potion given to you by a family member or mentor. Once per game, you may make the next roll you or a Party Member make a Critical Success.\n",
        "art": "alchemist",
        "gem1": "passive",
        "gem2": "item",
        "cost": "200"
    },
    {
        "x": 343,
        "id": "mastermixologist",
        "type": "classability",
        "title": "Alchemist",
        "subtitle": "Master Mixologist",
        "text": "You have mastered the art of Spell mixing that transforms your Potions in all sorts of different magical ways. Whenever you use a Potion, cast a No-Roll random Spell at the Target of that Potion.\n",
        "art": "alchemist",
        "gem1": "passive",
        "cost": "300"
    },
    {
        "x": 344,
        "id": "potionlauncher",
        "type": "classability",
        "title": "Alchemist",
        "subtitle": "Potion Launcher",
        "text": "Launch a potion or concoction at a Target dealing 10 Damage. Draw a random Potion card and use it on the Target as part of this attack.",
        "art": "alchemist",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 345,
        "id": "madnesspotion",
        "type": "classability",
        "title": "Alchemist",
        "subtitle": "Madness Potion",
        "text": "Share a drink with Party Members that causes rage and violent natures to flourish. Whenever a Die is be rolled by a Player, they roll 3 Dice instead until a Party Member Critically Fails.\n",
        "art": "alchemist",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 346,
        "id": "distillpotion",
        "type": "classability",
        "title": "Alchemist",
        "subtitle": "Distill Potion",
        "text": "Distill down the essence of a Potion making it much more potent, but requiring it to be used immediately. Use a Potion Item as if it were two copies of it, doubling it's effect.\n",
        "art": "alchemist",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 347,
        "id": "mixconcoction",
        "type": "classability",
        "title": "Alchemist",
        "subtitle": "Mix Concoction",
        "text": "Mix your elixirs and concoctions together creating a new Potion. Choose one of your Potion cards in your Inventory and then draw a random Potion card and stack it on top. When you go to use this Potion, you now use both cards as if they were one.\n",
        "art": "alchemist",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 348,
        "id": "brewpotions",
        "type": "classability",
        "title": "Alchemist",
        "subtitle": "Brew Potions",
        "text": "Quickly brew a pair of potions in the midst of battle. At the start of next round, draw a random Potion card and add two copies of it to your Inventory. Using this Ability requires you to maintain focus and taking Damage could cause you to spill the potions you are attempting to brew.\n",
        "art": "alchemist",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 349,
        "id": "enragefate",
        "type": "classability",
        "title": "Alchemist",
        "subtitle": "Enrage Fate",
        "text": "Provoke the old gods in a way that could benefit you greatly or ruin you entirely. You may force a reroll for a Player, Ally, or Foe, but instead of rolling 1 Die, they roll 6. You may not use this ability on a Critical Success or Critical Failure roll.",
        "art": "alchemist",
        "element1": "earth",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 350,
        "id": "secretstash",
        "type": "classability",
        "title": "Alchemist",
        "subtitle": "Secret Stash",
        "text": "Pull some supplies from your secret stash in the realm of holding that you use for emergencies. Draw 4 random Potion cards and add them to your Inventory or give them to other Party Members. You may use this Ability once during Character Creation.\n",
        "art": "alchemist",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 351,
        "id": "refill",
        "type": "classability",
        "title": "Alchemist",
        "subtitle": "Refill",
        "text": "Discover another bottle of the last Potion you used. Add a copy of the last Potion you just recently used back to your Inventory. Specific Potion cards cannot be refilled more than once per game.\n",
        "art": "alchemist",
        "element1": "none",
        "gem1": "limited",
        "cost": "100"
    },
    {
        "x": 352,
        "id": "delaydeathpotion",
        "type": "classability",
        "title": "Alchemist",
        "subtitle": "Delay Death Potion",
        "text": "Consume a sip of this vile potion that will force you to Brutal Death Roll at the end of combat, but will prevent most Death Rolls until then. Allies in adjacent spaces may use this Ability with your permission.\n",
        "art": "alchemist",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "10"
    },
    {
        "x": 353,
        "id": "fleshweavergolem",
        "type": "classability",
        "title": "Fleshweaver",
        "subtitle": "Fleshweaver Golem",
        "text": "Construct a golem out of the flesh and bones of other creatures. Draw 6 random Companion Abilities cards and add 2 of them to this Companion. Draw 3 random Passive cards and add 1 of them to this Companion. You may draw all of this cards at the same time so you can better build your perfect flesh monstrosity. If your Companion is killed in Combat, you may build a new one after Combat.\n",
        "stamina": "80",
        "art": "fleshweaver",
        "gem1": "companion",
        "gem2": "companion_magic",
        "gem3": "companion_large",
        "cost": "100"
    },
    {
        "x": 354,
        "id": "soullink",
        "type": "classability",
        "title": "Fleshweaver",
        "subtitle": "Soul Link",
        "text": "Link your spirit with your Companion, allowing you to grant Stamina to each other at anytime. At Character Creation, you can give your Maximum Stamina to your Companion as well as take it from them. \n",
        "art": "fleshweaver",
        "element1": "dark",
        "element2": "light",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 355,
        "id": "pooldrifter",
        "type": "classability",
        "title": "Fleshweaver",
        "subtitle": "Pool Drifter",
        "text": "Rather then command a fleshly beast, you have mastered the skill to levitate multiple pools of blood wherever you go. This constant supply of blood magic increases your strength in battle and causes your Spells that drain Stamina to restore Stamina instead. You cannot have a Companion and cannot add this card to your Inventory if you already have one.\n",
        "art": "fleshweaver",
        "element1": "dark",
        "element2": "light",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "200"
    },
    {
        "x": 356,
        "id": "bloodblast",
        "type": "classability",
        "title": "Fleshweaver",
        "subtitle": "Blood Blast",
        "text": "Shoot forth a blast of energy transfused from your blood that deals 40 Damage to a Target and draining 40 of your own Stamina.\n",
        "art": "fleshweaver",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 357,
        "id": "bloodwave",
        "type": "classability",
        "title": "Fleshweaver",
        "subtitle": "Blood Wave",
        "text": "Release a wave of red blood magic that deals 25 damage to Foes in an Area around you and draining 50 of your own Stamina.\n",
        "art": "fleshweaver",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 358,
        "id": "drainblood",
        "type": "classability",
        "title": "Fleshweaver",
        "subtitle": "Drain Blood",
        "text": "Throw out a dark tendril that pierces a living Target to drain their blood, dealing 15 Damage and restoring all of your Stamina. The Target must be living for this Spell to have any effect.\n",
        "art": "fleshweaver",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 359,
        "id": "redsparkheal",
        "type": "classability",
        "title": "Fleshweaver",
        "subtitle": "Red Spark Heal",
        "text": "Drain your own health and release it in a giant red firework that engulfs the skies above the Battlefield, restoring all of your other Allies Stamina and draining 30 of your own Stamina.\n",
        "art": "fleshweaver",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 360,
        "id": "bloodbend",
        "type": "classability",
        "title": "Fleshweaver",
        "subtitle": "Blood Bend",
        "text": "Bend the blood inside of a Target dealing 25 Damage causing them to be both Blinded and Silenced, draining 25 of your own Stamina to cast this Spell. The Target must be living for this Spell to have any effect.\n",
        "art": "fleshweaver",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 361,
        "id": "transfusion",
        "type": "classability",
        "title": "Fleshweaver",
        "subtitle": "Transfusion",
        "text": "Inject yourself or your Companion with healing blood magic, restoring all of your Stamina.",
        "art": "fleshweaver",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 362,
        "id": "bloodfrenzy",
        "type": "classability",
        "title": "Fleshweaver",
        "subtitle": "Blood Frenzy",
        "text": "Drain all of the blood from your Companion into a giant red ball and absorb it into your Body, killing your Companion, but granting you 5 Bonus Actions. When using these Actions, your Spells that Drain Stamina, restore Stamina instead.\n",
        "art": "fleshweaver",
        "element1": "dark",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 363,
        "id": "corpseexplosion",
        "type": "classability",
        "title": "Fleshweaver",
        "subtitle": "Corpse Explosion",
        "text": "Drain all of the Stamina out of your Companion exploding their body in a massive bloody detonation, dealing 99 Damage to all Targets in an Area centered on your Companion. Targets killed by this Spell cause another Corpse Explosion to be casted using their body. This Ability kills your Companion. If you do not have a Companion and casted this Spell, you Death Roll which failure will cause you detonate your own corpse.\n",
        "art": "fleshweaver",
        "element1": "dark",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 364,
        "id": "soulreap",
        "type": "classability",
        "title": "Fleshweaver",
        "subtitle": "Soul Reap",
        "text": "Grab a recently deceased body and rip their spirit apart destroying it forever. If there is no body nearby, you reap your own spirit which disconnects your connection to the Dragon Aspects making you unable to cast magic forever.\n",
        "art": "fleshweaver",
        "element1": "dark",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "10"
    },
    {
        "x": 365,
        "id": "unusualweapon",
        "type": "classability",
        "title": "Sandbender",
        "subtitle": "Unusual Weapon",
        "text": "A very unusual weapon that is generally unique from bender to bender, serving them well as a spell casting apparatus. Whenever a Foe moves on to Rough Terrain space, you gain a No-Roll Bonus Action. \n",
        "art": "sandbender",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 366,
        "id": "sandspear",
        "type": "classability",
        "title": "Sandbender",
        "subtitle": "Sand Spear",
        "text": "Form a spear out of sand using a mystical magic and throw it at a Target dealing 15 Damage. Transform all spaces between you and the Target hit into Rough Terrain.\n",
        "art": "sandbender",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 367,
        "id": "sandblast",
        "type": "classability",
        "title": "Sandbender",
        "subtitle": "Sandblast",
        "text": "Hurl a magical ball of sand that deals 20 Damage to a Target, Blinding them. If successful, select an empty space adjacent to the Target to be transformed into a Rough Terrain space.\n",
        "art": "sandbender",
        "element1": "earth",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 368,
        "id": "mudshot",
        "type": "classability",
        "title": "Sandbender",
        "subtitle": "Mudshot",
        "text": "Hurl a magical ball of mud that deals 20 Damage to a Target and Silencing them. If successful, select an empty space adjacent to the Target to be transformed into a Rough Terrain space.\n",
        "art": "sandbender",
        "element1": "earth",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 369,
        "id": "sandstorm",
        "type": "classability",
        "title": "Sandbender",
        "subtitle": "Sandstorm",
        "text": "Summon forth a massive sandstorm that deals 5 Damage to all Foes on the Battlefield. If successful, select an empty space on the Battlefield for every Target hit to be transformed into a Rough Terrain space.\n",
        "art": "sandbender",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 370,
        "id": "quicksand",
        "type": "classability",
        "title": "Sandbender",
        "subtitle": "Quicksand",
        "text": "Manipulate the Battlefield causing all Rough Terrain spaces to become quicksand dealing 15 Damage to all Targets on these spaces. Any Target that takes damage from this attack may be teleported to any other Rough Terrain space on the Battlefield.\n",
        "art": "sandbender",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 371,
        "id": "tailwind",
        "type": "classability",
        "title": "Sandbender",
        "subtitle": "Tailwind",
        "text": "Wave your arms through the air summoning a massive gust of wind over the Battlefield that moves all Targets 1 space in any direction.\n",
        "art": "sandbender",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 372,
        "id": "dissolve",
        "type": "classability",
        "title": "Sandbender",
        "subtitle": "Dissolve",
        "text": "Disappear from the Battlefield leaving behind a clone of sand that falls to the floor. At the end of the round, you may reappear on any empty space the Battlefield and transform all Adjacent spaces into Rough Terrain. Adjacent Targets react as if they had just moved onto a Rough Terrain space.\n",
        "art": "sandbender",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 373,
        "id": "cementingwave",
        "type": "classability",
        "title": "Sandbender",
        "subtitle": "Cementing Wave",
        "text": "Release a wave of enchanting water onto the Battlefield that turns all Rough Terrain into Walled Terrain. Targets in these spaces are Stunned as they are encased in cement.\n",
        "art": "sandbender",
        "element1": "earth",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 374,
        "id": "hourglasssandstone",
        "type": "classability",
        "title": "Sandbender",
        "subtitle": "Hourglass Sandstone",
        "text": "Summon 2 sandclone Minions linked to you anywhere on the Battlefield that disappear at the end of this round. Rather than Basic Attack, these sandclone Minions will cast a No-Roll Bonus Spell of whatever Spell you cast as long as you do not Critical Fail.\n",
        "art": "sandbender",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 375,
        "id": "ghostsound",
        "type": "classability",
        "title": "Sandbender",
        "subtitle": "Ghost Sound",
        "text": "Create a sound using only magic and sand anywhere on the Battlefield. This sound can be anything you can imagine and may distract or surprise Targets who hear it.\n",
        "art": "sandbender",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "10"
    },
    {
        "x": 376,
        "id": "prismglass",
        "type": "classability",
        "title": "Sandbender",
        "subtitle": "Prismglass",
        "text": "Mold a ball of sand into some Prismglass, a rare and valuable jewel that can be used as a valuable trading commodity.  \n",
        "art": "sandbender",
        "element1": "earth",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "10"
    },
    {
        "x": 377,
        "id": "parleythepiratecode",
        "type": "classability",
        "title": "Buccaneer",
        "subtitle": "Parley: The Pirate Code",
        "text": "A book in very poor condition with missing pages that claims to be the code all pirates abide by. Once per game, you may roll to immediately halt combat. All Targets will stand down and you will be given a chance to roleplay your way into a truce. If the negotiations between you and your Foes start to go south, you may restart combat with your Party gaining the initiative. \n",
        "art": "buccaneer",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 378,
        "id": "plunderedchest",
        "type": "classability",
        "title": "Buccaneer",
        "subtitle": "Plundered Chest",
        "text": "From your travels or an inheritance, you have amassed a large fortune of treasures. Draw 5 random Treasures and add them to you or other Party Members Inventories.",
        "art": "buccaneer",
        "gem1": "passive",
        "gem2": "item",
        "cost": "300"
    },
    {
        "x": 379,
        "id": "secretweapon",
        "type": "classability",
        "title": "Buccaneer",
        "subtitle": "Secret Weapon",
        "text": "A powerful and rare Companion to have in your crew. Draw a random Legendary Companion card and then add it to your Inventory, placing it on top of this one.\n",
        "art": "buccaneer",
        "gem1": "companion",
        "cost": "800"
    },
    {
        "x": 380,
        "id": "quartermaster",
        "type": "classability",
        "title": "Buccaneer",
        "subtitle": "Quartermaster",
        "text": "Choose a Player to be your Quartermaster. You may use this Player as if they were your Companion with your Actions, however they still have their own free will and must agree with your decisions.  Quartermasters have access to the All Hands on Deck, First Mate, Promotion Companion abilities. Your Quartermaster may use these Abilities as their Actions as well without them being in their Inventory.\n",
        "art": "buccaneer",
        "gem1": "companion",
        "cost": "100"
    },
    {
        "x": 381,
        "id": "allhandsondeck",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "All Hands on Deck",
        "text": "Rally all Allies to position themselves appropriately, moving all Allies on the Battlefield up to 5 spaces each.\n",
        "art": "buccaneer",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 382,
        "id": "firstmate",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "First Mate",
        "text": "Follow in the Captain's foot steps and use any of your Masters Limited Abilities as your own. \n",
        "art": "buccaneer",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 383,
        "id": "promotion",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Promotion",
        "text": "If your Master is killed, you may take any Weapon, Armor, Shield, Item, Passive, Companion, or Ability cards and add them to your Character. \n",
        "art": "buccaneer",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 384,
        "id": "dependableshipmate",
        "type": "classability",
        "title": "Buccaneer",
        "subtitle": "Dependable Shipmate",
        "text": "A shipmate you have know a long time and is always dependable in a pinch. Draw 3 random Mercenary Companion cards and then choose one to add to your Character, placing it on top of this one. This Companion can be purchased multiple times during Character Creation.\n",
        "art": "buccaneer",
        "gem1": "companion",
        "cost": "100"
    },
    {
        "x": 385,
        "id": "avastyematies",
        "type": "classability",
        "title": "Buccaneer",
        "subtitle": "Avast Ye Maties",
        "text": "You let out a mighty Avast calling your crew to battle. You and your Allies who hear your call gain a Bonus Action. You roll for all Characters joining in on this attack meaning you all fail or succeed together. \n",
        "art": "buccaneer",
        "element1": "none",
        "gem1": "limited",
        "cost": "100"
    },
    {
        "x": 386,
        "id": "scurvydogs",
        "type": "classability",
        "title": "Buccaneer",
        "subtitle": "Scurvy Dogs",
        "text": "Throw each Player a delicious orange to eat which restores all Stamina however one of them is rotten. Each Player rolls and the one who rolls the lowest, takes 25 Damage instead. Players can choose to not eat the orange, however this must be decided before you roll to find the rotten one.\n",
        "art": "buccaneer",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 387,
        "id": "weightedanchor",
        "type": "classability",
        "title": "Buccaneer",
        "subtitle": "Weighted Anchor",
        "text": "Swing your anchor around you in a circle dealing 50 Damage to all Targets in an Area. Your Allies all roll to duck out of the way and negate this damage.\n",
        "art": "buccaneer",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "area",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 388,
        "id": "tharsheblows",
        "type": "classability",
        "title": "Buccaneer",
        "subtitle": "Thar She Blows",
        "text": "Call out a Target for your crew to attack. You and your Allies who hear your call gain a No-Roll Bonus Action that can only be used attempting to defeat the Target you have called out. \n",
        "art": "buccaneer",
        "element1": "none",
        "gem1": "limited",
        "cost": "100"
    },
    {
        "x": 389,
        "id": "Jollyroger",
        "type": "classability",
        "title": "Buccaneer",
        "subtitle": "Jollyroger",
        "text": "Inspire a Target commanding them with mental magic. Grant a Target 3 Bonus Actions that you decide how they are used. The Target may resist if you do not roll High with these Bonus Actions.\n",
        "art": "buccaneer",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 390,
        "id": "bloodoathcontract",
        "type": "classability",
        "title": "Buccaneer",
        "subtitle": "Blood Oath Contract",
        "text": "Conscribe an Ally to your to be part of your crew via a magical blood oath contract. The breaking of this contract will cause severe pain and potentially even death. Once you start casting this Spell, you must complete the contract with an Ally or else you will be forced to Death Roll.\n",
        "art": "buccaneer",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "10"
    },
    {
        "x": 391,
        "id": "haunt",
        "type": "classability",
        "title": "Buccaneer",
        "subtitle": "Haunt",
        "text": "Project a ghostly image of yourself anywhere on the Battlefield and attack a Target with a Basic Attack. You may use this Ability even if you are Dead once per round as your spirit is allowed to remain with the Party for the rest of the game. \n",
        "art": "buccaneer",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 392,
        "id": "lunge",
        "type": "classability",
        "title": "Swashbuckler",
        "subtitle": "Lunge",
        "text": "Dart forward up to 3 spaces and strike a Target with an Weapon or Item that deals 25 Damage. If Successful, you may then move an additional 3 spaces. \n",
        "art": "swashbuckler",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 393,
        "id": "marksthespot",
        "type": "classability",
        "title": "Swashbuckler",
        "subtitle": "Marks the Spot",
        "text": "Strike a Target with a Weapon or Item that deals 15 Damage and marking them with an X. Allies who attack this Target are sure to hit with their Basic Attacks and Abilities unless they Critically Fail.\n",
        "art": "swashbuckler",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 394,
        "id": "smokescreenpistol",
        "type": "classability",
        "title": "Swashbuckler",
        "subtitle": "Smokescreen Pistol",
        "text": "Fire some of the ashes of a fallen friend or relative at a Target dealing 5 Damage and transforming the spaces adjacent to the Target into a Rough Terrain. \n",
        "art": "swashbuckler",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 395,
        "id": "swishswash",
        "type": "classability",
        "title": "Swashbuckler",
        "subtitle": "Swish Swash",
        "text": "Take a Swig of Ale which restores all of your Stamina and Doubles the Damage you deal with Basic Attacks until end of combat. Adjacent Allies may also take a swig of the Ale and use this Ability as a No-Roll Bonus Action whenever you use this Ability. Drinking from this keg more than once per combat causes you to become Charmed.\n",
        "art": "swashbuckler",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 396,
        "id": "doublecross",
        "type": "classability",
        "title": "Swashbuckler",
        "subtitle": "Double Cross",
        "text": "Unleash an assault on an unsuspecting Target dealing 40 Damage.  The Target must not have vision of you when you are attacking or you must be standing on Rough Terrain.\n",
        "art": "swashbuckler",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 397,
        "id": "parry",
        "type": "classability",
        "title": "Swashbuckler",
        "subtitle": "Parry",
        "text": "Attempt to Parry an incoming Basic Attack or Ability back at the Target and then gain a Bonus Action. You may use your Regular Action at anytime when using this Ability.\n",
        "art": "swashbuckler",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 398,
        "id": "oldhandcannon",
        "type": "classability",
        "title": "Swashbuckler",
        "subtitle": "Old Handcannon",
        "text": "Pull out an old Handcannon you carry around and fire it at a Target in range dealing 20 Damage and knocking them back 10 spaces. This Ability takes some time to prepare and can only be used once per round.\n",
        "art": "swashbuckler",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 399,
        "id": "preparation",
        "type": "classability",
        "title": "Swashbuckler",
        "subtitle": "Preparation",
        "text": "Take a moment to prepare yourself for a second round of battle. Grant yourself a Bonus Action and restore all of your Anytime Actions.\n",
        "art": "swashbuckler",
        "element1": "none",
        "gem1": "limited",
        "cost": "200"
    },
    {
        "x": 400,
        "id": "bucklebuddy",
        "type": "classability",
        "title": "Swashbuckler",
        "subtitle": "Buckle Buddy",
        "text": "Choose an Ally in range to be your Buckle Buddy until end of combat. While Buddies, whenever one of you moves, the other is pulled as well to always remain within 3 spaces of each other. Whenever you or your Ally is attacked, you may take the Damage on behalf of each other. You and your Ally are Immune to Rough Terrain while buckled.\n",
        "art": "swashbuckler",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 401,
        "id": "juggle",
        "type": "classability",
        "title": "Swashbuckler",
        "subtitle": "Juggle",
        "text": "Show off your skill at juggling objects to distracting Targets looking at you. High Rolls cause Targets looking in your direction to become Stunned.\n",
        "art": "swashbuckler",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "5",
        "cost": "20"
    },
    {
        "x": 402,
        "id": "ignite",
        "type": "classability",
        "title": "Swashbuckler",
        "subtitle": "Ignite",
        "text": "Snap your fingers and cause a small fire anywhere on the Battlefield dealing 10 Damage.\n",
        "art": "swashbuckler",
        "element1": "fire",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "10"
    },
    {
        "x": 403,
        "id": "magicrope",
        "type": "classability",
        "title": "Swashbuckler",
        "subtitle": "Magic Rope",
        "text": "Throw out this Animated rope that can slither around for a few moments. This rope can tie itself to things and hold up to 50 pounds or can be used to quickly tie up any Foe on the Battlefield, Stunning them.\n",
        "art": "swashbuckler",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "20"
    },
    {
        "x": 404,
        "id": "bandito",
        "type": "class",
        "title": "Bandito",
        "subtitle": "",
        "text": "<LORE> \"A bandit that steals from the void \n<LORE> using special tools and the dangerous \n<LORE> powers of dark magics.\" \n",
        "stamina": "10",
        "art": "class_bandito",
        "cost": "500"
    },
    {
        "x": 405,
        "id": "spellslinger",
        "type": "class",
        "title": "Spellslinger",
        "subtitle": "",
        "text": "<LORE> \"A gunslinger who channels their magic power through enchanted pistols.\"",
        "stamina": "5",
        "art": "class_spellslinger",
        "cost": "600"
    },
    {
        "x": 406,
        "id": "spellthief",
        "type": "class",
        "title": "Spellthief",
        "subtitle": "",
        "text": "<LORE> \"A thief who steals power from the \n<LORE> void to bend magic to their will.\"",
        "stamina": "5",
        "art": "class_spellthief",
        "cost": "500"
    },
    {
        "x": 407,
        "id": "goldencutlass",
        "type": "classability",
        "title": "Booty Raider",
        "subtitle": "Golden Cutlass",
        "text": "Deal 5 Damage with Basic Attacks. Whenever you roll 18 or higher, draw a random Treasure card and add it to your Inventory.",
        "art": "bootyraider",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "50"
    },
    {
        "x": 408,
        "id": "goldenflintlock",
        "type": "classability",
        "title": "Booty Raider",
        "subtitle": "Golden Flintlock",
        "text": "A gold plated flintlock that has been custom made to fire custom made ammo made of pure gold. Whenever you Basic Attack, you may destroy a Treasure card to fire this Golden Flintlock at a Target in range, dealing 50 Damage.",
        "art": "bootyraider",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "range",
        "gem2text": "5",
        "cost": "50"
    },
    {
        "x": 409,
        "id": "strikerich",
        "type": "classability",
        "title": "Booty Raider",
        "subtitle": "Strike Rich",
        "text": "Strike a Target aiming at their pockets and bags with a Basic Attack. When you roll for this Action, add 5 to the Dice Roll. You cannot Critically Hit or Critically Fail with this Ability.",
        "art": "bootyraider",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 410,
        "id": "ransack",
        "type": "classability",
        "title": "Booty Raider",
        "subtitle": "Ransack",
        "text": "Attack a Target with a melee Basic Attack and then again with a ranged Basic Attack. You must have both a Melee and Ranged weapon to use this Ability and you must roll for each Basic Attack. ",
        "art": "bootyraider",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 411,
        "id": "makeitrain",
        "type": "classability",
        "title": "Booty Raider",
        "subtitle": "Make it Rain",
        "text": "Make it rain gold on the Battlefield, Charming all Targets in an Area.  This Ability is also dependant on the Targets morals to be successful.",
        "art": "bootyraider",
        "gem1": "regular",
        "gem2": "range",
        "gem2text": "5",
        "gem3": "area",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 412,
        "id": "plunderthebooty",
        "type": "classability",
        "title": "Booty Raider",
        "subtitle": "Plunder the Booty",
        "text": "Barrage a Target with Basic Attacks forcing them to give up one of their Treasures. You may keep Basic Attacking with this Ability until you roll an 18 or Higher.",
        "art": "bootyraider",
        "element1": "none",
        "gem1": "limited",
        "cost": "100"
    },
    {
        "x": 413,
        "id": "goldenshot",
        "type": "classability",
        "title": "Booty Raider",
        "subtitle": "Golden Shot",
        "text": "Conjure a chunk of gold to melt into ammo to fire a projectile that deals 50 Damage. Whenever you roll 18 or Higher, you may use this Limited Ability again as a Bonus Action.",
        "art": "bootyraider",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "99",
        "cost": "100"
    },
    {
        "x": 414,
        "id": "bribe",
        "type": "classability",
        "title": "Booty Raider",
        "subtitle": "Bribe",
        "text": "Attempt to Bribe a Target to your side, Charming them permanently or until they get a better offer.  This Ability is also dependant on the Targets morals to be successful.",
        "art": "bootyraider",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 415,
        "id": "coinofprovidence",
        "type": "classability",
        "title": "Booty Raider",
        "subtitle": "Coin of Providence",
        "text": "You may force a reroll for you, Allies, or Foes, but instead of rolling, you flip a coin. Heads counts as a Critical Hit and Tails counts as a Critical Fail. You may not use this ability on Critical Success or Critical Failure rolls.",
        "art": "bootyraider",
        "gem1": "limited",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 416,
        "id": "corruptedbagofholding",
        "type": "classability",
        "title": "Booty Raider",
        "subtitle": "Corrupted Bag of Holding",
        "text": "A bag of holding corrupted with some Dark Magics that allow you to steal from other pockets inside in the dimension. Draw 2 random Treasure cards and add them to your Inventory. You may use this Ability once at Character Creation.",
        "art": "bootyraider",
        "element1": "dark",
        "element2": "dark",
        "gem1": "limited",
        "gem2": "item",
        "cost": "200"
    },
    {
        "x": 417,
        "id": "treasuresap",
        "type": "classability",
        "title": "Booty Raider",
        "subtitle": "Treasure Sap",
        "text": "Drain the golden magic out of a Treasure and restore all of your Stamina, destroying the Treasure card. Once you have started casting this Spell, you must sacrifice a Treasure or be forced to Death Roll as the Spell starts to sap your own life force instead.",
        "art": "bootyraider",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "10"
    },
    {
        "x": 418,
        "id": "seashanty",
        "type": "classability",
        "title": "Booty Raider",
        "subtitle": "Sea Shanty",
        "text": "Perform an enchanting sea shanty to encourage your Allies in Battle. For the rest of the round, whenever an Ally rolls a Critical Success or Failure, you gain a Bonus Action.",
        "art": "bootyraider",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "10"
    },
    {
        "x": 419,
        "id": "magicalrevolver",
        "type": "classability",
        "title": "Spellslinger",
        "subtitle": "Magical Revolver",
        "text": "An enchanted six shooter that empowers your bullets with raw elemental fury. Whenever you Critically Hit, draw a random Fire, Ice, and Arcane Spell and choose one to cast as a No-Roll Bonus Action at any Target in Range. If your Weapon is Attuned to an Element, draw 2 random Spells of that Element instead. You may purchase this card twice during Character Creation.",
        "art": "spellslinger",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "range",
        "gem2text": "10",
        "cost": "100"
    },
    {
        "x": 420,
        "id": "twinshot",
        "type": "classability",
        "title": "Spellslinger",
        "subtitle": "Twinshot",
        "text": "Draw both of your weapons and fire at 2 different Targets with a Basic Attack that deal Double Damage. You must have 2 ranged Weapons to use this Ability.",
        "art": "spellslinger",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 421,
        "id": "highroller",
        "type": "classability",
        "title": "Spellslinger",
        "subtitle": "High Roller",
        "text": "Spin your weapon around your fingers and shoot wildly at a Target with a Basic Attack. High Rolls count as Critical Hits.",
        "art": "spellslinger",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 422,
        "id": "allin",
        "type": "classability",
        "title": "Spellslinger",
        "subtitle": "All In",
        "text": "Shoot a Target with a No-Roll ranged Basic Attack with perfect aim, but leaving yourself potentially undefended. If you are out of Anytime Actions, this Ability always Critical Hits.",
        "art": "spellslinger",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 423,
        "id": "deadeye",
        "type": "classability",
        "title": "Spellslinger",
        "subtitle": "Deadeye",
        "text": "Whip out and fire off a shot that is almost impossible to dodge, hitting a Target with a ranged Basic Attack. Whenever you use this Ability using one of your Anytime Actions, it Critical Hits.",
        "art": "spellslinger",
        "element1": "none",
        "gem1": "regular",
        "cost": "100"
    },
    {
        "x": 424,
        "id": "showdown",
        "type": "classability",
        "title": "Spellslinger",
        "subtitle": "Showdown",
        "text": "Stare down a Target, challenging them to a duel. You and the Target Roll a Die. If you tie or win the roll against said Target, you may attack them with 6 Bonus Actions. If you lose the roll, they gain a Bonus Action to use against you.",
        "art": "spellslinger",
        "element1": "none",
        "gem1": "limited",
        "cost": "100"
    },
    {
        "x": 425,
        "id": "highnoon",
        "type": "classability",
        "title": "Spellslinger",
        "subtitle": "High Noon",
        "text": "Take a glance around the room and then in one swift motion Basic Attack each Target on the Battlefield. Rolling a Critical Success causes all of these shots to be aimed at the heads of your Targets forcing Death Rolls.",
        "art": "spellslinger",
        "element1": "none",
        "gem1": "limited",
        "cost": "100"
    },
    {
        "x": 426,
        "id": "flameshots",
        "type": "classability",
        "title": "Spellslinger",
        "subtitle": "Flame Shots",
        "text": "Attune your ranged Weapons with Fire Magic cause them to shoot flaming bolts that deal Double Damage for the rest of combat. High Rolls with Basic Attacks cause the Target to explode and deal an additional 10 Damage to both the Target and Targets adjacent to the Target. You can only be attuned to one element with your Weapons.",
        "art": "spellslinger",
        "element1": "fire",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 427,
        "id": "frostshots",
        "type": "classability",
        "title": "Spellslinger",
        "subtitle": "Frost Shots",
        "text": "Attune your ranged Weapons with Ice Magic cause them to shoot balls of frost that deal Double Damage for the rest of combat. High Rolls with Basic Attacks cause Freezing. You can only be attuned to one element with your Weapons.",
        "art": "spellslinger",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 428,
        "id": "arcaneshots",
        "type": "classability",
        "title": "Spellslinger",
        "subtitle": "Arcane Shots",
        "text": "Attune your ranged Weapons with Arcane Magic causing your Basic Attacks shoot beams of arcane that deal Damage in a Line. You can only be attuned to one element with your Weapons.",
        "art": "spellslinger",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 429,
        "id": "basaspit",
        "type": "classability",
        "title": "Spellslinger",
        "subtitle": "Basaspit",
        "text": "Spit a poisonous attack at a Target that deals 10 Damage. High Rolls cause Stunning by having the magic of the attack turn the Target to stone.",
        "art": "spellslinger",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3",
        "cost": "50"
    },
    {
        "x": 430,
        "id": "chivalrouscharm",
        "type": "classability",
        "title": "Spellslinger",
        "subtitle": "Chivalrous Charm",
        "text": "Tip your hat or head at a Target and softly whisper at them, Charming them. High Rolls grant you a Bonus Action.",
        "art": "spellslinger",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "melee",
        "gem2text": "10",
        "cost": "20"
    },
    {
        "x": 431,
        "id": "sombreroofholding",
        "type": "classability",
        "title": "Bandito",
        "subtitle": "Sombrero of Holding",
        "text": "At the start of combat, draw 3 random Treasures from the Realm of Holding and place one of them on top of this card, discarding the rest. You may use this Treasure card until end of Combat after which you place it back into the Realm of Holding before anyone notices. ",
        "art": "bandito",
        "gem1": "passive",
        "gem2": "item",
        "cost": "10"
    },
    {
        "x": 432,
        "id": "grandponcho",
        "type": "classability",
        "title": "Bandito",
        "subtitle": "Grand Poncho",
        "text": "Increases your Maximum Stamina by 5 for every Limited Ability your Party has in their Inventory.",
        "stamina": "10",
        "art": "bandito",
        "gem1": "armor",
        "gem2": "armor",
        "gem2text": "5",
        "cost": "10"
    },
    {
        "x": 433,
        "id": "pinatamorph",
        "type": "classability",
        "title": "Bandito",
        "subtitle": "Pinatamorph",
        "text": "Warp a weak or small Target into the Realm of Holding replacing it with a Magical Pinata that when destroyed explodes into a shower of gold and magic scrolls. Draw a random Spell Scroll for each Party Member and add it to your Inventories.",
        "art": "bandito",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 434,
        "id": "fiesta",
        "type": "classability",
        "title": "Bandito",
        "subtitle": "Fiesta",
        "text": "Pull out some bottles of Porco Sangrio from the Realm of Holding and pass them out to you and your Allies that fully restores Stamina. ",
        "art": "bandito",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 435,
        "id": "thecartel",
        "type": "classability",
        "title": "Bandito",
        "subtitle": "The Cartel",
        "text": "Whistle for 10 cartel minions of your race linked to you and place them anywhere on the Battlefield. These minions appear out of portals from the Realm of Holding.",
        "art": "bandito",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 436,
        "id": "spellpinata",
        "type": "classability",
        "title": "Bandito",
        "subtitle": "Spell Pinata",
        "text": "Summon forth a Magical Pinata from the Realm of Holding that runs up to a Target and explodes into a shower of gold and fire dealing 50 Damage in an Area centered around the Pinata. ",
        "art": "bandito",
        "element1": "dark",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3",
        "cost": "50"
    },
    {
        "x": 437,
        "id": "contraband",
        "type": "classability",
        "title": "Bandito",
        "subtitle": "Contraband",
        "text": "Give a Party Member one of your Treasures from the realm of holding. They may keep this Treasure for the rest of the game even if it came from the Realm of Holding, in which case draw a random Treasure to replace it. ",
        "art": "bandito",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 438,
        "id": "molotovcocktail",
        "type": "classability",
        "title": "Bandito",
        "subtitle": "Molotov Cocktail",
        "text": "Pull out a bottle of Porco Sangrio, ignite it, and throw it in an Area dealing 10 Damage and transforming all empty spaces into Dangerous Terrain.",
        "art": "bandito",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "5",
        "cost": "50"
    },
    {
        "x": 439,
        "id": "danceofthehat",
        "type": "classability",
        "title": "Bandito",
        "subtitle": "Dance of the Hat",
        "text": "Force all adjacent Foes to dance around your hat, Stunning them. If you are attacked by any projectiles while a Target is stunned by this Spell, one of the Foes dancing around your hat will be hit instead. If your Character is not wearing a hat, you become Stunned.",
        "art": "bandito",
        "element1": "dark",
        "element2": "dark",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 440,
        "id": "siesta",
        "type": "classability",
        "title": "Bandito",
        "subtitle": "Siesta",
        "text": "You and a Target take a nap, Stunning both of you. At the start of next round, fully restore you and your Targets Stamina. ",
        "art": "bandito",
        "element1": "dark",
        "element2": "dark",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 441,
        "id": "grandfinale",
        "type": "classability",
        "title": "Bandito",
        "subtitle": "Grand Finale",
        "text": "Shout out to your Party that it's time to big finish. You and your Party are granted a Bonus Action that can be used on a Limited Ability that has already been used in combat. You cannot Grand Finale Grand Finale.",
        "art": "bandito",
        "element1": "dark",
        "element2": "dark",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 442,
        "id": "skeletonkey",
        "type": "classability",
        "title": "Bandito",
        "subtitle": "Skeleton Key",
        "text": "A string of bones of that can each morph into a variety of keys to unlock almost any door or lock. ",
        "art": "bandito",
        "element1": "none",
        "gem1": "passive",
        "gem2": "item",
        "cost": "20"
    },
    {
        "x": 443,
        "id": "petalwalk",
        "type": "classability",
        "title": "Petalwalker",
        "subtitle": "Petalwalk",
        "text": "When moving or taking damage, your body morphs into a gust of colorful petals. You may roll to dodge Basic Attacks and Abilities with High Rolls. Whenever you dodge an attack with this Passive, you may cast a Spell as a No-Roll Bonus Action.",
        "art": "petalwalker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "10"
    },
    {
        "x": 444,
        "id": "cherryblossom",
        "type": "classability",
        "title": "Petalwalker",
        "subtitle": "Cherry Blossom",
        "text": "Conjure a gust of razor sharp petals that deal 15 Damage in a Line. This Line can change direction once midflight.",
        "art": "petalwalker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 445,
        "id": "leafstorm",
        "type": "classability",
        "title": "Petalwalker",
        "subtitle": "Leaf Storm",
        "text": "Release a barrage of leaves in all directions at all Foes in range that deal 5 Damage in a Line. Each Line can change direction once midflight.",
        "art": "petalwalker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 446,
        "id": "malnourish",
        "type": "classability",
        "title": "Petalwalker",
        "subtitle": "Malnourish",
        "text": "Discharge spores into the air of the Battlefield that take advantage of the mistakes of Foes. For the rest of the round, Low Rolls by Foes cause them to take 50 Damage.",
        "art": "petalwalker",
        "element1": "earth",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 447,
        "id": "flowingstance",
        "type": "classability",
        "title": "Petalwalker",
        "subtitle": "Flowing Stance",
        "text": "Prepare yourself from incoming attacks and spells. For the rest of the round, you may roll to Dodge Basic Attacks and Abilities with Average Rolls or higher. Whenever you dodge an attack with this Ability, you may cast a Spell as a No-Roll Bonus Action.",
        "art": "petalwalker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 448,
        "id": "bloom",
        "type": "classability",
        "title": "Petalwalker",
        "subtitle": "Bloom",
        "text": "Release a Targets inner strength by causing them to grow in size, transforming them into a Large Tile. Whenever you Critical Hit while casting an Earth Spell, you may cast Bloom as a No-Roll Bonus Action.",
        "art": "petalwalker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 449,
        "id": "prickledance",
        "type": "classability",
        "title": "Petalwalker",
        "subtitle": "Prickle Dance",
        "text": "Dodge an incoming Basic Attack or Ability by morphing your body into a gust of colorful petals causing your attacker to Critically Fail.",
        "art": "petalwalker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 450,
        "id": "harshwinds",
        "type": "classability",
        "title": "Petalwalker",
        "subtitle": "Harsh Winds",
        "text": "Take control of the winds which prevents all Targets on the Battlefield from Moving, Basic Attacking, and using Abilities in a direction of your choice for the rest of the round.",
        "art": "petalwalker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 451,
        "id": "mistyforestcall",
        "type": "classability",
        "title": "Petalwalker",
        "subtitle": "Misty Forest Call",
        "text": "Whisper for the Druids of Rokesh to aid you in Battle summoning a Druid Minion adjacent to every Foe on the Battlefield. These minions may roll to dodge Basic Attacks and Abilities with High Rolls. If successful, you may cast a Spell as a No-Roll Bonus Action.",
        "art": "petalwalker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 452,
        "id": "blacklotus",
        "type": "classability",
        "title": "Petalwalker",
        "subtitle": "Black Lotus",
        "text": "Summon a flurry of black petals that cause Targets hit to Death Roll in a Line. This Line can change direction once midflight.",
        "art": "petalwalker",
        "element1": "earth",
        "element2": "dark",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10",
        "cost": "50"
    },
    {
        "x": 453,
        "id": "beehive",
        "type": "classability",
        "title": "Petalwalker",
        "subtitle": "Beehive",
        "text": "Throw this beehive at a Target dealing 10 Damage and spawning a Bee Minion linked to you in every empty space adjacent of the Target. These Bees attack every round regardless of your roll.",
        "art": "petalwalker",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "5",
        "cost": "50"
    },
    {
        "x": 454,
        "id": "petalpathway",
        "type": "classability",
        "title": "Petalwalker",
        "subtitle": "Petal Pathway",
        "text": "Summon up to 12 petals  that each hover slightly above the ground and can hold a massive amount of weight. You may place these petals anywhere on the Battlefield. If that space has been transformed, transform it back into an empty space.",
        "art": "petalwalker",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 455,
        "id": "goldenspices",
        "type": "classability",
        "title": "Sea Chef",
        "subtitle": "Golden Spices",
        "text": "You blend raw magic with your cooking allowing you to prepare Spells in the bellies of your Allies to activate and cast at later times. You may cast Spells through your Allies as if they were them.",
        "art": "seachef",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "10"
    },
    {
        "x": 456,
        "id": "hotsoup",
        "type": "classability",
        "title": "Sea Chef",
        "subtitle": "Hot Soup",
        "text": "Whip some hot soup from a metal pot at a Target dealing 20 Damage and Burning them. High Rolls increase the Range of this Spell to 10",
        "art": "seachef",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 457,
        "id": "fireburp",
        "type": "classability",
        "title": "Sea Chef",
        "subtitle": "Fireburp",
        "text": "Burp out a Fireball that deals 25 Damage to Targets. High Rolls increase the Range of this Spell to 10.",
        "art": "seachef",
        "element1": "fire",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 458,
        "id": "spicydragonrum",
        "type": "classability",
        "title": "Sea Chef",
        "subtitle": "Spicy Dragon Rum",
        "text": "Spew spicy ale in an Area around you dealing 20 Damage to Foes. High Rolls increase the Area of this Spell to 5.",
        "art": "seachef",
        "element1": "fire",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 459,
        "id": "saltyseayogurt",
        "type": "classability",
        "title": "Sea Chef",
        "subtitle": "Salty Sea Yogurt",
        "text": "Spew salty fish yogurt in an Area around you fully restoring the Stamina of Allies. High Rolls increase the Area of this Spell to 7.",
        "art": "seachef",
        "element1": "fire",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 460,
        "id": "fuelthecrew",
        "type": "classability",
        "title": "Sea Chef",
        "subtitle": "Fuel the Crew",
        "text": "Invoke a powerful cooking magic that transforms you into a Large Tile until end of combat.",
        "art": "seachef",
        "element1": "fire",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 461,
        "id": "mysterymeat",
        "type": "classability",
        "title": "Sea Chef",
        "subtitle": "Mystery Meat",
        "text": "Release the umami from the meats in your cooking causing you to cast magic wildly. Draw 1 random Fire and 1 random Ice Spell and cast them as No-Roll Bonus Actions. Low rolls cause these Spells to backfire and be Targeted in the worst possible way.",
        "art": "seachef",
        "element1": "fire",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 462,
        "id": "getinmepot",
        "type": "classability",
        "title": "Sea Chef",
        "subtitle": "Get in me Pot",
        "text": "Grab a Target of similar or smaller size and shove them into your stewing pot, Stunning them. Place the Target into your Inventory and onto this card. Unlike other Stuns, this Stun can only be broken by you releasing them or if you are put in Danger. ",
        "art": "seachef",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 463,
        "id": "seabones",
        "type": "classability",
        "title": "Sea Chef",
        "subtitle": "Sea Bones",
        "text": "Pull out your bag of Sea Bones, inspiring your Allies to greatness. You and your Allies roll with 3 Dice for the rest of the round. Rolling doubles grants the Player a Bonus Action. Rolling triples extends this Spell to last for the rest of the game.",
        "art": "seachef",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 464,
        "id": "bloodboil",
        "type": "classability",
        "title": "Sea Chef",
        "subtitle": "Blood Boil",
        "text": "Activate the magic locked away in the stomachs of your Party members. You are granted a Bonus Action which will cause the next Spell you cast to be casted from every Party Member including yourself. If you are not a skilled Fire and Ice Mage, this Spell will backfire and cause you to boil yourself alive forcing a Death Roll.",
        "art": "seachef",
        "element1": "fire",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 465,
        "id": "flambe",
        "type": "classability",
        "title": "Sea Chef",
        "subtitle": "Flambe",
        "text": "Serve up a fiery dish to an Ally that causes the next Spell they cast to be much more powerful. The next Spell your Ally casts this round casts a second copy of itself as a No-Roll Bonus Action.",
        "art": "seachef",
        "element1": "fire",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 466,
        "id": "brownspice",
        "type": "classability",
        "title": "Sea Chef",
        "subtitle": "Brown Spice",
        "text": "Flick your fingers casting a simple Spell only to immediately grab your stomach in agony as you fall to the ground in excruciating pain and soil yourself. Poison and Stun yourself.",
        "art": "seachef",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "20"
    },
    {
        "x": 467,
        "id": "tridentofsuperiority",
        "type": "classability",
        "title": "Hydromancer",
        "subtitle": "Trident of Superiority",
        "text": "An icy trident that allows you to control the weak minded and when thrusted forcefully causes ice spikes to extent from their sharp points. Whenever you use an Action, all Minions on the Battlefield behave as if they are linked to you.",
        "art": "hydromancer",
        "element1": "ice",
        "element2": "ice",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "2",
        "cost": "100"
    },
    {
        "x": 468,
        "id": "torpedo",
        "type": "classability",
        "title": "Hydromancer",
        "subtitle": "Torpedo",
        "text": "Throw a spear made of icy water that deals 25 Damage to a Target. High Rolls cut the Targets current Stamina in half.",
        "art": "hydromancer",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 469,
        "id": "frostdisc",
        "type": "classability",
        "title": "Hydromancer",
        "subtitle": "Frost Disc",
        "text": "Throw an enchanted frozen disc at up to 3 Targets dealing 15 Damage. High Rolls cause you to throw 3 frozen discs.",
        "art": "hydromancer",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 470,
        "id": "bladeturn",
        "type": "classability",
        "title": "Hydromancer",
        "subtitle": "Bladeturn",
        "text": "Summon a barrier made of a thin layer of water that protects you and your Allies. The next source of Damage each Ally takes this round is negated. Some strong attacks and spells may be able to pierce through this barrier.",
        "art": "hydromancer",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 471,
        "id": "fogofmaddening",
        "type": "classability",
        "title": "Hydromancer",
        "subtitle": "Fog of Maddening",
        "text": "Engulf the Battlefield in a black fog that Poisons all Targets and causes them to deal Double Damage with Basic Attacks for the rest of the round. High Rolls protect Allies from the Poison.",
        "art": "hydromancer",
        "element1": "ice",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 472,
        "id": "hydropump",
        "type": "classability",
        "title": "Hydromancer",
        "subtitle": "Hydro Pump",
        "text": "Blast a Target with a powerful gnomish water cannon that deals 25 Damage. High Rolls cause the waters to heal you as well which fully restores your Stamina.",
        "art": "hydromancer",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "10",
        "cost": "100"
    },
    {
        "x": 473,
        "id": "magicalschooling",
        "type": "classability",
        "title": "Hydromancer",
        "subtitle": "Magical Schooling",
        "text": "Open a bag of holding that pours out a school of arcane carp who can be bent to your will. Summon up to 8 Magical Carp Minions that are Linked to no one that won't attack Targets on their own.",
        "art": "hydromancer",
        "element1": "ice",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "1",
        "cost": "100"
    },
    {
        "x": 474,
        "id": "prismaticfrostarmor",
        "type": "classability",
        "title": "Hydromancer",
        "subtitle": "Prismatic Frost Armor",
        "text": "Shell yourself in a layer of protective frost that can defend you against any kind of magic. Choose a school of magic to become Immune to for the rest of combat. Some very powerful Spells of that element may be able to pierce this protective frost.\n",
        "art": "hydromancer",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 475,
        "id": "windfury",
        "type": "classability",
        "title": "Hydromancer",
        "subtitle": "Windfury",
        "text": "A frosty chill enchants the hands of your Party empowering their fists. The next Die you and each of your Party Member makes, counts as a High Roll as long as it isn't a Critical Failure.\n",
        "art": "hydromancer",
        "element1": "ice",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 476,
        "id": "glaciate",
        "type": "classability",
        "title": "Hydromancer",
        "subtitle": "Glaciate",
        "text": "Engulf the entire Battlefield in a snowstorm dealing 25 Damage to all Foes at the end of the round. High Rolls cut the Foes current Stamina in half at the end of the round.\n",
        "art": "hydromancer",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 477,
        "id": "aqueousform",
        "type": "classability",
        "title": "Hydromancer",
        "subtitle": "Aqueous Form",
        "text": "Transform your body into water making you invulnerable to non-magical Damage for the rest of the round. While out of combat, you may maintain this form to get through tight spaces, hide in oddly shaped areas, or breath even underwater.\n",
        "art": "hydromancer",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 478,
        "id": "nummyopagato",
        "type": "classability",
        "title": "Hydromancer",
        "subtitle": "Nummyo Pagato",
        "text": "Conjure some tasty Nummyo Pagato, an ice cream dessert for you and any adjacent Ally that when consumed makes them Immune to Ice Damage for the rest of the round. Be careful not to eat too much or you might cause a severe brain freeze.\n",
        "art": "hydromancer",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "10"
    },
    {
        "x": 479,
        "id": "tarcialslippers",
        "type": "classability",
        "title": "Flamedanseur",
        "subtitle": "Tarcial Slippers",
        "text": "Dancing slippers made by the master crafters of the Tarcial`Embeart that are well known for their flexibility with inflammability. Whenever you Move through a Dangerous Terrain space, you may Move an an additional space with that Action.\n",
        "art": "flamedanseur",
        "gem1": "passive",
        "gem2": "item",
        "cost": "10"
    },
    {
        "x": 480,
        "id": "artofdance",
        "type": "classability",
        "title": "Flamedanseur",
        "subtitle": "Art of Dance",
        "text": "You have mastered the art of dance which greatly increases your dexterity in battle. You cannot deal Damage to yourself and are Immune to Dangerous Terrain.\n",
        "art": "flamedanseur",
        "gem1": "passive",
        "cost": "50"
    },
    {
        "x": 481,
        "id": "firekick",
        "type": "classability",
        "title": "Flamedanseur",
        "subtitle": "Firekick",
        "text": "Spin around and roundhouse kick a Target causing a fiery explosion that deals 25 Damage to the Target and all other Targets adjacent to them.\n",
        "art": "flamedanseur",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "cost": "100"
    },
    {
        "x": 482,
        "id": "lavaaxe",
        "type": "classability",
        "title": "Flamedanseur",
        "subtitle": "Lava Axe",
        "text": "Strike the ground with a molten kick that releases a wave of lava that does 20 Damage to Targets. Transform all empty spaces this attack passes through into Dangerous Terrain.\n",
        "art": "flamedanseur",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "4",
        "cost": "100"
    },
    {
        "x": 483,
        "id": "dragonfirex",
        "type": "classability",
        "title": "Flamedanseur",
        "subtitle": "Dragonfire X",
        "text": "Spew fire into the air creating a giant molten cross that flies up and crashes down onto Targets. Transform up to 5 spaces into Dangerous Terrain in the shape of an X anywhere on the Battlefield. All Targets in these spaces may roll to Move as Bonus Actions before these spaces transform into Dangerous Terrain.\n",
        "art": "flamedanseur",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 484,
        "id": "bathedinlafeu",
        "type": "classability",
        "title": "Flamedanseur",
        "subtitle": "Bathed in Lafeu",
        "text": "Bathe yourself in molten flames transforming the space you are currently on into Dangerous Terrain and fully restoring your Stamina.\n",
        "art": "flamedanseur",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 485,
        "id": "doomfire",
        "type": "classability",
        "title": "Flamedanseur",
        "subtitle": "Doomfire",
        "text": "Envelope the wild fires with a magical fuel for their flames. Transform up to 5 spaces that are adjacent to Dangerous Terrain into Dangerous Terrain. All Targets in these spaces may roll to Move as Bonus Actions before these spaces transform into Dangerous Terrain.\n",
        "art": "flamedanseur",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 486,
        "id": "flamingsquirrel",
        "type": "classability",
        "title": "Flamedanseur",
        "subtitle": "Flaming Squirrel",
        "text": "Transform yourself into a fiery squirrel and fly forward moving up to 5 spaces and transforming every space you move through into Dangerous Terrain.\n",
        "art": "flamedanseur",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 488,
        "id": "magmastomp",
        "type": "classability",
        "title": "Flamedanseur",
        "subtitle": "Magma Stomp",
        "text": "Stomp your ground with both legs over and over again causing balls of fire to erupt all over the Battlefield. Every Dangerous Terrain space hurls a Ball of Fire at the nearest Target that deals 10 Damage.\n",
        "art": "flamedanseur",
        "element1": "fire",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 489,
        "id": "capturenet",
        "type": "classability",
        "title": "Flamedanseur",
        "subtitle": "Capture Net",
        "text": "Quickly poof into existence a heat proof acrobat net that catches a Target about to move onto a Dangerous Terrain space and moves them to safety. Prevent the Death Roll from a Dangerous Terrain space and move the Target to the closest space out of immediate danger.\n",
        "art": "flamedanseur",
        "element1": "fire",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 490,
        "id": "megamagmastrike",
        "type": "classability",
        "title": "Flamedanseur",
        "subtitle": "Mega Magma Strike",
        "text": "Jump kick a Target in the chest causing a massive detonation that deals 99 Damage to the Target and all other Targets adjacent to them.\n",
        "art": "flamedanseur",
        "element1": "fire",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 491,
        "id": "calmlafeu",
        "type": "classability",
        "title": "Flamedanseur",
        "subtitle": "Calm Lafeu",
        "text": "Place your hand to the ground and cool all the flames and lava. Remove all Dangerous Terrain spaces on the Battlefield\n",
        "art": "flamedanseur",
        "element1": "fire",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "10"
    },
    {
        "x": 492,
        "id": "succubuswhip",
        "type": "classability",
        "title": "Rouge",
        "subtitle": "Succubus Whip",
        "text": "An encouraging whip that hurts slightly, but inspires greatly. Whenever you Basic Attack an Ally and deal Damage, they gain a Bonus Action to attack a nearby Foe with. If that Ally is your Concubine, the effect of that Action is Doubled as if it were done twice.\n",
        "art": "rouge",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "3",
        "cost": "100"
    },
    {
        "x": 493,
        "id": "dressedtoimpress",
        "type": "classability",
        "title": "Rouge",
        "subtitle": "Dressed to Impress",
        "text": "You are known to always wear the most exotic armor and outfits. Draw 5 random Armor cards and choose one to place on top of this card. You may then give one of the other Armor cards to your Concubine if you have one.\n",
        "art": "rouge",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 494,
        "id": "concubine",
        "type": "classability",
        "title": "Rouge",
        "subtitle": "Concubine",
        "text": "Your Concubine is your servant for life and must abide by your every desire. Choose a willing Party Member or Companion at Character Creation to become your Concubine. Your Concubine gains 25 Maximum Stamina, but must follow your every demand, losing part of their own free will.\n",
        "art": "rouge",
        "gem1": "passive",
        "cost": "10"
    },
    {
        "x": 495,
        "id": "loveslave",
        "type": "classability",
        "title": "Rouge",
        "subtitle": "Love Slave",
        "text": "A loyal servant who has served and love you your whole life. Draw a random Mercenary Companion and place it on top of this card. This Companion will never betray you and is willing to die on your behalf. \n",
        "art": "rouge",
        "gem1": "companion",
        "gem2": "companion_human",
        "cost": "50"
    },
    {
        "x": 496,
        "id": "tasteofblood",
        "type": "classability",
        "title": "Rouge",
        "subtitle": "Taste of Blood",
        "text": "Attack a Target fiercely with a Basic Attack using a riding crop that restores all of your Stamina and causing your Target to deal Double Damage with Basic Attacks until end of combat.\n",
        "art": "rouge",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 497,
        "id": "luckykiss",
        "type": "classability",
        "title": "Rouge",
        "subtitle": "Lucky Kiss",
        "text": "Blow a kiss to an Ally that restores 30 Stamina. For the rest of the round, whenever that Ally rolls a die, you may roll as well. If you roll a Critical Success they Critical as well. \n",
        "art": "rouge",
        "element1": "dark",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 498,
        "id": "abusiveshriek",
        "type": "classability",
        "title": "Rouge",
        "subtitle": "Abusive Shriek",
        "text": "Let out a bellowing shriek in an Area centered around you that forces all Foes who hear it to strike themselves with a Basic Attack. \n",
        "art": "rouge",
        "element1": "dark",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5",
        "cost": "50"
    },
    {
        "x": 499,
        "id": "toychest",
        "type": "classability",
        "title": "Rouge",
        "subtitle": "Toy Chest",
        "text": "Pull out a small trinket like a blindfold or muzzle, then force your Companion or Concubine to wear it. You may Blind, Silence, or Stun your Companion or Concubine using this Ability. If you do not have a Companion or Concubine, you may choose to use this Ability on yourself as well.\n",
        "art": "rouge",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "10"
    },
    {
        "x": 500,
        "id": "doublewhip",
        "type": "classability",
        "title": "Rouge",
        "subtitle": "Double Whip",
        "text": "Slash at a Target quickly with 2 Basic Attacks using a fiery black magic whip. You do not need to roll when using this Ability as you cannot miss or Critical.\n",
        "art": "rouge",
        "element1": "dark",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 501,
        "id": "painfulpleasure",
        "type": "classability",
        "title": "Rouge",
        "subtitle": "Painful Pleasure",
        "text": "You release a scent that causes all Allies on the Battlefield to become attracted to pain. At the end of the round, all Allies who took Damage this round have their Stamina full restored.\n",
        "art": "rouge",
        "element1": "dark",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 502,
        "id": "infatuation",
        "type": "classability",
        "title": "Rouge",
        "subtitle": "Infatuation",
        "text": "Memorize all Targets facing in your direction with an enchanting love spell, Charming them. If you do not currently have a Concubine, but have the Concubine Passive, you may transform one of the Targets of this Spell into your new Concubine.\n",
        "art": "rouge",
        "element1": "dark",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 503,
        "id": "masochism",
        "type": "classability",
        "title": "Rouge",
        "subtitle": "Masochism",
        "text": "Empower your hands with black fire before you relentlessly Basic Attack an Ally over and over as many times as you like. Each Basic Attack deals exactly 30 Damage and you must finishing whipping the Target before any Bonus Actions or effects may come into play.",
        "art": "rouge",
        "element1": "dark",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 504,
        "id": "axeofmalice",
        "type": "classability",
        "title": "Deathknight",
        "subtitle": "Axe of Malice",
        "text": "A living weapon that trades you raw power to feed on your life force overtime. You can never deal more than 25 Damage with Basic Attacks or Abilities. Whenever you deal Damage with Basic Attacks, restore 25 Stamina. During Character Creation, increase your Stamina by 25.\n",
        "art": "deathknight",
        "element1": "dark",
        "element2": "dark",
        "gem1": "weapon",
        "gem1text": "25",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 505,
        "id": "baneofice",
        "type": "classability",
        "title": "Deathknight",
        "subtitle": "Bane of Ice",
        "text": "A giant bastard sword made of steel and frozen to the touch. Whenever you successfully Basic Attack, you may then deal 5 additional Ice Damage for every Ice Spell Ability you have in your Inventory. At the end of Character Creation, reduce your Stamina by 10 for every Ice Spell in your Inventory and must discard Ice Spells should your Stamina be unable to support them.\n",
        "art": "deathknight",
        "element1": "ice",
        "element2": "ice",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 506,
        "id": "rottingfrost",
        "type": "classability",
        "title": "Deathknight",
        "subtitle": "Rotting Frost",
        "text": "Slash at a Target with a Basic Attack covered with a venomous plague that flows off your weapon, Poisoning them.\n",
        "art": "deathknight",
        "element1": "ice",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 507,
        "id": "bitterblaze",
        "type": "classability",
        "title": "Deathknight",
        "subtitle": "Bitterblaze",
        "text": "Drain the heat from a Living being dealing 15 Damage and restoring 30 Stamina to you or an Ally. If the Target attempts to dodge or block this attack, this Spell becomes a Critical Hit. Your Target must be a Living being in order to restore Stamina.\n",
        "art": "deathknight",
        "element1": "ice",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 508,
        "id": "deathstrike",
        "type": "classability",
        "title": "Deathknight",
        "subtitle": "Deathstrike",
        "text": "Strike at a Target with a deathly chill and Basic Attack them. If the Target attempts to dodge or block this attack, this Basic Attack becomes a Critical Hit.\n",
        "art": "deathknight",
        "element1": "dark",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 509,
        "id": "commandthedead",
        "type": "classability",
        "title": "Deathknight",
        "subtitle": "Command the Dead",
        "text": "Force all Ageless beings and Ageless thralls on the Battlefield to bend to your will, Charming them for a moment to grant all of them a No-Roll Basic Attack.\n",
        "art": "deathknight",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 510,
        "id": "darkmending",
        "type": "classability",
        "title": "Deathknight",
        "subtitle": "Dark Mending",
        "text": "Envelope a Party Member in shadowy magic that restores one of their Anytime Actions. If your Target is a Living being, deal 20 Damage to them instead.\n",
        "art": "deathknight",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 511,
        "id": "magicshell",
        "type": "classability",
        "title": "Deathknight",
        "subtitle": "Magic Shell",
        "text": "Create a barrier of deathfrost that absorbs any magic, negating the Damage and effects completely then granting you a Bonus Action.",
        "art": "deathknight",
        "element1": "ice",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 512,
        "id": "frostgrip",
        "type": "classability",
        "title": "Deathknight",
        "subtitle": "Frostgrip",
        "text": "Grab a target with a icy magical grip around their neck dealing 10 Damage and Stunning them.",
        "art": "deathknight",
        "element1": "ice",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 513,
        "id": "icewraith",
        "type": "classability",
        "title": "Deathknight",
        "subtitle": "Ice Wraith",
        "text": "Transform into into a wraith which is a spectral ghost form that is immune to most forms of physical and magical attacks for the rest of the round. Adjacent allies may also be pulled into your wraith form becoming a singular being until you all split at the end of the round.\n",
        "art": "deathknight",
        "element1": "ice",
        "element2": "dark",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 514,
        "id": "absolutezero",
        "type": "classability",
        "title": "Deathknight",
        "subtitle": "Absolute Zero",
        "text": "Empower your next Basic Attack or Ability with a devouring cold magic that creates a very deadly outcome. Multiply the Damage of your next Basic Attack or Ability by 10. If you do not use this empowerment by the end of the round, this Spell shall freeze the blood in your body forcing you to Death Roll if you are a Living being.\n",
        "art": "deathknight",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 515,
        "id": "resurrection",
        "type": "classability",
        "title": "Deathknight",
        "subtitle": "Resurrection",
        "text": "Attempt to bring a Target who has recently been Killed back to life as an Ageless being. As long as their skull is intact, nearly any Target can be brought back to life, however this Spell will fail on anything lower than a High Roll.\n",
        "art": "deathknight",
        "element1": "dark",
        "element2": "dark",
        "gem1": "limited",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "50"
    },
    {
        "x": 516,
        "id": "lawsoo",
        "type": "classability",
        "title": "Sheriff",
        "subtitle": "Lawsoo",
        "text": "A enchanted lasso that burns Targets with holy light. Whenever you Basic Attack, you may pull the Target as close as possible to you. \n",
        "art": "sherif",
        "element1": "fire",
        "element2": "light",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "range",
        "gem2text": "10",
        "cost": "100"
    },
    {
        "x": 517,
        "id": "badgeofthelaw",
        "type": "classability",
        "title": "Sheriff",
        "subtitle": "Badge of the Law",
        "text": "A small metal badge that notes your status as a man of the law. Whenever you use a Limited Ability, you gain a Bonus Action.  At Character Creation, you may add the Righteousness and Diplomat Passive cards to your Inventory.\n",
        "stamina": "5",
        "art": "sherif",
        "gem1": "shield",
        "cost": "10"
    },
    {
        "x": 518,
        "id": "deputize",
        "type": "classability",
        "title": "Sheriff",
        "subtitle": "Deputize",
        "text": "Declare an Ally as your deputy doubling the damage you both deal with Basic Attacks. Your Deputy gains a No-Roll Bonus Action whenever you gain any kind of Bonus Action. You may only have 1 deputy at a time.\n",
        "art": "sherif",
        "element1": "light",
        "element2": "light",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 519,
        "id": "tranquilizerrifle",
        "type": "classability",
        "title": "Sheriff",
        "subtitle": "Tranquilizer Rifle",
        "text": "Shoot a Target using a gnomish dart rifle that attempts to put them to sleep dealing 20 Damage. High Rolls will Defeat the Target, but without a Death Roll. This Ability does not work on Large Tiles and generally has little effect unless your Party is able to end combat with a Righteous Victory. \n",
        "art": "sherif",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "10",
        "cost": "100"
    },
    {
        "x": 520,
        "id": "hogtie",
        "type": "classability",
        "title": "Sheriff",
        "subtitle": "Hogtie",
        "text": "Tie up a Target with some rope which Defeats the Target, but without a Death Roll. This Ability does not work on Large Tiles and generally has little effect unless your Party is able to end combat with a Righteous Victory.\n",
        "art": "sherif",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 521,
        "id": "sandbagger",
        "type": "classability",
        "title": "Sheriff",
        "subtitle": "Sandbagger",
        "text": "Pelt a Target over and over with small bags of sand that deal 40 Damage fired from the barrel of a large gnomish launcher. This attack cannot put a Target in Danger.\n",
        "art": "sherif",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 522,
        "id": "adrenalinerush",
        "type": "classability",
        "title": "Sheriff",
        "subtitle": "Adrenaline Rush",
        "text": "Revive a Target that is currently in Danger by injecting them with a surge of adrenaline which also grants them a Bonus Action. Using this Ability on an Target who is not in Danger will grant them 3 Bonus Action, but also force them to Death Roll afterwards.\n",
        "art": "sherif",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "1",
        "gem4": "spell",
        "cost": "50"
    },
    {
        "x": 523,
        "id": "brandingiron",
        "type": "classability",
        "title": "Sheriff",
        "subtitle": "Branding Iron",
        "text": "Sear a Target with your branding iron that deals 25 Damage. This attack cannot Defeat a Target. Whenever you use this Ability as an Anytime Action, it deals 99 Damage instead.\n",
        "art": "sherif",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 524,
        "id": "lawoftheland",
        "type": "classability",
        "title": "Sheriff",
        "subtitle": "Law of the Land",
        "text": "Declare a Law that the Gamemaster must abide for the rest of the round that prevents all Foes from moving. If the Gamemaster breaks this law on purpose or by mistake, you gain a Bonus Action. Only 1 Law may be in active\n",
        "art": "sherif",
        "element1": "light",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 525,
        "id": "lawofthebody",
        "type": "classability",
        "title": "Sheriff",
        "subtitle": "Law of the Body",
        "text": "Declare a Law that the Gamemaster must abide by for the rest of the round that reduces all Damage dealt by Foes to 10. If the Gamemaster breaks this law on purpose or by mistake, restore all of your Stamina.  Only 1 Law may be in effect at any one time.\n",
        "art": "sherif",
        "element1": "light",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 526,
        "id": "lawofthetimes",
        "type": "classability",
        "title": "Sheriff",
        "subtitle": "Law of the Times",
        "text": "Declare a Law that the Gamemaster must abide by for the rest of the round that prevents the Gamemaster from rolling dice and instead causes all of their Actions to become No-Roll Actions. If the Gamemaster breaks this law on purpose or by mistake, restore one of your Anytime Actions. Only 1 Law may be in effect at any one time.\n",
        "art": "sherif",
        "element1": "light",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 527,
        "id": "lawofthemind",
        "type": "classability",
        "title": "Sheriff",
        "subtitle": "Law of the Mind",
        "text": "Declare a Law that the Gamemaster must abide by for the rest of the round that prevents Foes from casting Spells. If the Gamemaster breaks this law on purpose or by mistake, cast a random Spell as a No-Roll Bonus Action. Only 1 Law may be in effect at any one time.",
        "art": "sherif",
        "element1": "light",
        "element2": "light",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 528,
        "id": "strong",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Strong",
        "text": "Your character has beefy muscles and is naturally athletic. You always deal at least 10 Damage with Basic Attacks. If you are a Kobold, you may draw a new Attribute.",
        "stamina": "5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 529,
        "id": "believer",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Believer",
        "text": "You are not who you believe you are, but instead the story or diary of someone else entirely. You generally lack the skill of self awareness.\n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 530,
        "id": "intelligent",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Intelligent",
        "text": "You have studied all your life in the arts of Magic. Your character may start with any non-Legendary Spell Ability in the game.",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 531,
        "id": "quick",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Quick",
        "text": "You speak quickly and move quicker. You can move up to 10 spaces using your Move Action.",
        "stamina": "1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 532,
        "id": "eccentric",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Eccentric",
        "text": "You speak with a posh accent and have vast sums of wealth. You have 500 more gold to spend at Character Creation, but are very fragile both physically and emotionally.\n",
        "stamina": "-8",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 533,
        "id": "charismatic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Charismatic",
        "text": "You are very attractive to races and genders of your choice. You gain the talent to beguile others very easily outside of combat turning them into a Companion. You must have the appropriate Inventory room to make Targets your Companions.\n",
        "stamina": "4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 534,
        "id": "durable",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Durable",
        "text": "You do not shave or cut your hair in anyway. Your Armor , regardless of if you are wearing any or not, always grants at least 40 Stamina.\n",
        "stamina": "10",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 535,
        "id": "psychic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Psychic",
        "text": "You can read the minds of others. The Gamemaster must tell you the thoughts of any Target on the Battlefield whenever you ask for them.\n",
        "stamina": "-8",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 536,
        "id": "seadog",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Seadog",
        "text": "You are a natural sailor and wish you could live in the water forever. You are a great swimmer and do not roll when trying to swim or dive in water.\n",
        "stamina": "8",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 537,
        "id": "cursed",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Cursed",
        "text": "You are very superstitious and untrusting of others. Whenever another Party Member Death Rolls, you take 50 Damage.\n",
        "stamina": "-4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 538,
        "id": "cowpoke",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Cowpoke",
        "text": "You are a great rancher and good with animals in general. Once per game, you may permanently charm a Beast to become your Companion.\n",
        "stamina": "5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 539,
        "id": "doomed",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Doomed",
        "text": "Death calls to your character. Whenever you roll a Critical Failure, you must perform a Death Roll. If you draw this Attribute at Character Creation, you may redraw a new Attribute.",
        "stamina": "-10",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 540,
        "id": "klutz",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Klutz",
        "text": "You are very clumsy in battle and are known as a Klutz by your Allies. Whenever you Roll a Critical Success, roll 3 more times. If any of them are Critical Fails, you Critically Fail instead.\n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 541,
        "id": "overweight",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Overweight",
        "text": "You are very fat and slow in battle. You can only move up to 3 spaces with your Move Actions.\n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 542,
        "id": "halfwit",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Halfwit",
        "text": "You are very dumb and easily fooled. The Gamemaster may not let you do certain things in combat that would be too clever for your Character.\n",
        "stamina": "7",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 543,
        "id": "peasant",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Peasant",
        "text": "You are untrained in weapons and magic and have lived a simple peasant life up until now. Replace your Class with the Peasant Class. This Class has no Items or Abilities to purchase. Draw 8 random Companion Abilities and add them to your character.\n",
        "stamina": "10",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 544,
        "id": "patient",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Patient",
        "text": "You are always at ease and relaxed even in the most chaotic of situations. Once per game, you may restore all of your Anytime Actions.\n",
        "stamina": "1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 545,
        "id": "blasphemous",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Blasphemous",
        "text": "You do not believe in the gods, divine beings, or dragon aspects. You cannot cast Spells.\n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 546,
        "id": "cackling",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Cackling",
        "text": "Your character has an evil sounding laugh they constantly use. You may force an Ally to take the punishment of your Critical Failures against their will.\n",
        "stamina": "-4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 547,
        "id": "drunk",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Drunk",
        "text": "Your character is always drinking and speaks with a slur. You can only move diagonally in combat.\n",
        "stamina": "-1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 548,
        "id": "blind",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Blind",
        "text": "Your character is blind and unable to see. You are always Blinded, but do not miss with Basic Attacks and Abilities as long as you did not move last round.\n",
        "stamina": "-2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 549,
        "id": "chatterbox",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Chatterbox",
        "text": "You speak way to much about insignificant things. You are Immune to Silence. Whenever a Target attempts to Silence you, you gain a Bonus Action.\n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 550,
        "id": "adopted",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Adopted",
        "text": "You were adopted by another race at a young age. Draw three Cornerstone cards and choose one to replace your current Cornerstone card. You must replace your original Cornerstone card because your real parents abandoned you.\n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 551,
        "id": "colossal",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Colossal",
        "text": "You are massive in height and size. You now use a Large tile as your default size unless you are a Gnome or Keen in which case you gain the benefits of being a Large tile, but are still really only the size of an average Dwarf.\n",
        "stamina": "5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 552,
        "id": "insane",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Insane",
        "text": "You are demented and twisted to your core. Upon rolling a Critical Failure, you become Charmed by the closest Foe until you are put in Danger.\n",
        "stamina": "7",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 553,
        "id": "criminal",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Criminal",
        "text": "You are a shady individual with ties to all sorts of criminal organizations all over the realm. At Character Creation, draw 3 random Treasure Cards and add them to your Inventory or sell them to other Players. You may change the Gold costs of these Treasures.\n",
        "stamina": "-4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 554,
        "id": "deformed",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Deformed",
        "text": "You are hideous to look at because of an abnormality in your appearance. You cannot be loved and are Immune to Charmed.\n",
        "stamina": "8",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 555,
        "id": "alpha",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Alpha",
        "text": "You are a leader in battle and have lots of self confidence. At the start of combat, grant your entire Party a Bonus Action.\n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 556,
        "id": "beta",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Beta",
        "text": "You are a follower and lack self confidence. At Character Creation, you cannot start building your Character until all other Players have finished.\n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 557,
        "id": "filthy",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Filthy",
        "text": "You are constantly dirty and unclean. At the start of every round, Targets adjacent to you are Poisoned.\n",
        "stamina": "10",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 558,
        "id": "melodick",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Melodick",
        "text": "You are constantly passively aggressive through song. Whenever you are about to take Damage, you may move an Ally to a space adjacent of you and have them take the Damage without their consent.\n",
        "stamina": "-2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 559,
        "id": "creepy",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Creepy",
        "text": "Most people find you unnerving to be around. At Character Creation, draw 2 random Dark Spells and add them to your Inventory.\n",
        "stamina": "-5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 560,
        "id": "daredevil",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Daredevil",
        "text": "You are fearless and suicidal in the way you attack Foes. Once per game, you may make your next used Ability a Critical hit.\n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 561,
        "id": "narcissistic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Narcissistic",
        "text": "You are obsessed with yourself and think you are the best adventurer there ever was. Whenever an Ally is about Defeat a Foe, you gain a Bonus Action.\n",
        "stamina": "2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 562,
        "id": "devout",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Devout",
        "text": "You are a true believer in the Gods, the Dragon Aspects, and the Divine Beings. Once per game, you may ignore one Critical Fail you make or Critical Hit you take.\n",
        "stamina": "1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 563,
        "id": "romantic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Romantic",
        "text": "You are a hopeless romantic. Once per game, you may have a Foe fall in love with you and become your Companion until death due you apart.\n",
        "stamina": "-2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 564,
        "id": "bookworm",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Bookworm",
        "text": "You are constantly absorbed in your books and scrolls. At Character Creation, draw 12 random Spell Scrolls and add them to your Inventory by stacking all the Spell Scrolls in a single Inventory Slot. You may only cast these Spells in the order they are stacked by the Gamemaster.\n",
        "stamina": "-4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 565,
        "id": "snapey",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Snapey",
        "text": "You are very somber and sarcastic in how you speak to others. At Character Creation, draw 8 random Potions and add them to your Inventory.\n",
        "stamina": "-1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 566,
        "id": "famous",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Famous",
        "text": "Almost everyone knows who you are. The Gamemaster and other Players may constantly make things up about your character that become facts.\n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 567,
        "id": "artistic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Artistic",
        "text": "You are very creative in different forms of art, but unfortunately this isn't a very useful trait to have in the life you live. \n",
        "stamina": "-5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 568,
        "id": "hoarder",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Hoarder",
        "text": "You have an uncontrollable urge to collect random and mostly useless things. You cannot use Consumable Items unless your own life depends on it. Draw 4 random Consumable Items and add them to your Inventory.\n",
        "stamina": "-6",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 569,
        "id": "liar",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Liar",
        "text": "You are a known liar and very rarely tell the truth. At the end of Character Creation, choose one of your Abilities and remove it from your Character. You must claim you still know how to use said Ability throughout the game.\n",
        "stamina": "1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 570,
        "id": "gullible",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Gullible",
        "text": "You will believe almost anything anyone tells you. Your Character has zero critical thinking skills and doesn't question anything they are told.\n",
        "stamina": "2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 571,
        "id": "greedy",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Greedy",
        "text": "You are a selfish individual who cares only for Gold and Treasure. At the end of Character Creation, you must have at least 200 gold remaining or else this Attribute becomes Doomed. You start with an additional 200 Gold.\n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 572,
        "id": "hippy",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Hippy",
        "text": "You are one with Nature and care for all living things. At Character Creation, draw 2 random Earth Spells and add them to your Inventory.\n",
        "stamina": "4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 573,
        "id": "pyromaniac",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Pyromaniac",
        "text": "You are crazy about all things fire. At Character Creation, draw 2 random Fire Spells and add them to your Inventory.\n",
        "stamina": "-5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 574,
        "id": "ancient",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Ancient",
        "text": "You have been alive since the days of The Hatching and have seen all of time in the realms. Draw the Elf Race card and place it on top of your Race. You are now an Elf, but gain the benefits of both Race cards.\n",
        "stamina": "-10",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 575,
        "id": "followerofthelight",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Follower of the Light",
        "text": "You are a follower of the Dragon Aspect Ouro'ras. At Character Creation, add the Divine Favor Ability to your Character.\n",
        "stamina": "5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 576,
        "id": "sigilofflame",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Sigil of Flame",
        "text": "You are a follower of the Dragon Aspect Vlaurunga. Triple the Damage you deal with Basic Attacks.\n",
        "stamina": "5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 577,
        "id": "childofrokesh",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Child of Rokesh",
        "text": "You are a follower of the Dragon Aspect Rokesh. You are Immune to Death Rolls while all other Party Members are alive.\n",
        "stamina": "5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 578,
        "id": "frostborn",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Frostborn",
        "text": "You are a follower of the Dragon Aspect Yvander. High Rolls with Basic Attacks cause Freezing.\n",
        "stamina": "5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 579,
        "id": "seekerofknowledge",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Seeker of Knowledge",
        "text": "You are a follower of the Dragon Aspect Quintara Lotus. At Character Creation, draw a Legendary Spell Scroll and add it to your Character.\n",
        "stamina": "5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 580,
        "id": "heraldofbones",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Herald of Bones",
        "text": "You are a follower of the Dragon Aspect Golestandt. Whenever you Critically Hit a Target, they must Death Roll.\n",
        "stamina": "5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 581,
        "id": "heartofgold",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Heart of Gold",
        "text": "You are very charitable and kind person. At Character Creation, summon 300 extra gold and give it to other Players in anyway that you wish. You cannot keep any of this extra gold for yourself.\n",
        "stamina": "5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 582,
        "id": "coward",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Coward",
        "text": "You are afraid of combat and hate fighting. You cannot attack Foes who attacked you last round.\n",
        "stamina": "-1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 583,
        "id": "lucky",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Lucky",
        "text": "You are much more fortunate than others on average. You now Critical Hit on High Rolls.\n",
        "stamina": "7",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 584,
        "id": "unlucky",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Unlucky",
        "text": "You seem to never have anything go your way and are generally very unfortunate. You now Critically Fail on Low Rolls.\n",
        "stamina": "-7",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 585,
        "id": "illiterate",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Illiterate",
        "text": "You are unable to read. You cannot read Spell Scrolls or ajdsid ale kfsdlkw jsiuw sslshw ksjwla lianra lair fsdm.\n",
        "stamina": "-2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 586,
        "id": "narcoleptic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Narcoleptic",
        "text": "You are prone to falling asleep in combat. At the start of every round, roll to see if you fall asleep. Low rolls will Stun you for the rest of the round.\n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 587,
        "id": "honorable",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Honorable",
        "text": "You seek justice and fairness in battle. You cannot attack a Foe who is not facing you.\n",
        "stamina": "4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 588,
        "id": "wellendowed",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Well Endowed",
        "text": "Your defining characteristics are much larger and pronounced. No other special benefit is needed from a card like this.\n",
        "stamina": "10",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 589,
        "id": "emo",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Emo",
        "text": "You are depressed and feel like life isn't worth living. Gain 200 Gold, draw 2 random Spells, 1 random Treasure, and 1 random Companion and add all of this to your Inventory thanks to the privilege you don't realize you have.\n",
        "stamina": "1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 590,
        "id": "tiny",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Tiny",
        "text": "You are much shorter then others of your Race. You cannot become a Large Tile. Attacks and Spells that would cause you to Death Roll miss unless they are High Rolls.\n",
        "stamina": "1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 591,
        "id": "omnilinguilism",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Omnilinguilism",
        "text": "You can speak, write, and understand every Language of every creature in the realm. At Character creation, you gain 10 Maximum Stamina for every different Race in your Party.\n",
        "stamina": "-5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 592,
        "id": "nymphomaniac",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Nymphomaniac",
        "text": "You have an uncontrollable libido for sexual experiences. You cannot purposely attack Male or Female Characters based on your sexual preference unless your life depends on it.\n",
        "stamina": "2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 593,
        "id": "guardian",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Guardian",
        "text": "You were trained at a young age to favor defense over offense. You may put a second Armor or Shield Card into a Weapon slot.\n",
        "stamina": "6",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 594,
        "id": "goro",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Goro",
        "text": "You were born with an extra set of arms and hands. You cannot wear Armor or use Shields, but you may use these slots for other Weapons and Passives. Merchants often both fear and respect Goros and will give you any Weapon in their shop at no cost.\n",
        "stamina": "-4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 595,
        "id": "absentminded",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Absent Minded",
        "text": "You often forget things including what you just said and often forget things including what you just said. Whenever you roll Low using a Spell, you forget how to cast that Spell for the rest of combat.\n",
        "stamina": "-2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 596,
        "id": "boring",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Boring",
        "text": "You are so boring to be around that it completely engulfs your entire Character.  At Character Creation, remove your Cornerstone.\n",
        "stamina": "15",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 597,
        "id": "suicidal",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Suicidal",
        "text": "You crave the sweet embrace of death to the point where you will risk your life for others for the sake of it. Whenever another Player must Death Roll, you may Death Roll on their behalf.\n",
        "stamina": "-9",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 598,
        "id": "casual",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Casual",
        "text": "You benefit from the success of others and generally try to just let the days go by as fast and as quiet as possible as you live your life. Near the end of the game, your Character is given their Legendary card if it has yet to be unlocked. If you your Gamemaster does not have legendaries prepared, draw a new Cornerstone.\n",
        "stamina": "2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 599,
        "id": "complimentary",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Complimentary",
        "text": "You over compliment others all the time. At Character Creation, you may give a copy of one of your Abilities to each Player.\n",
        "stamina": "-7",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 600,
        "id": "clairvoyant",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Clairvoyant",
        "text": "You have dreams of the future, but it sometimes plays tricks on your memory. You believe your name is Clair.\n",
        "stamina": "7",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 601,
        "id": "hatezen",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Hatezen",
        "text": "You feed off the hatred and anger inside of you. Whenever you survive a Death Roll, grant yourself 3 Bonus Actions.\n",
        "stamina": "-4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 602,
        "id": "cannibal",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Cannibal",
        "text": "You hunger for the flesh of your own Race. You are Immune to Poison. Whenever you Kill a Living Being, you may consume part of their flesh to fully restore your Stamina. If the Target is the same race as you, you also gain 3 Bonus Actions.\n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 603,
        "id": "streetwise",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Streetwise",
        "text": "You have a collection of knowledge that not everyone fully appreciates in life. At Character Creation, everything in the shop cost half what it normally does.\n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 604,
        "id": "horny",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Horny",
        "text": "You have the horns of a beast protruding from their head which is very rare and exotic.  At Character Creation, choose an Ability from a Class of one of your Party Members and add it to your Inventory for free.\n",
        "stamina": "-9",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 605,
        "id": "poetic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Poetic",
        "text": "You are well versed in different lyrical styles and enjoy a good rhyme or two. You are Immune to Burning.\n",
        "stamina": "4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 606,
        "id": "nearsighted",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Nearsighted",
        "text": "You have had problems seeing properly all your life that you have slowly adapted to. You are Immune to Blinding.\n",
        "stamina": "-2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 607,
        "id": "furry",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Furry",
        "text": "You grow massives amounts of hair all over your body no matter what your race or gender. You are Immune to Freezing.\n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 608,
        "id": "heartless",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Heartless",
        "text": "You have a cold and icy demeanor. At Character Creation, draw 2 random Ice Spells and add them to your Inventory.\n",
        "stamina": "4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 609,
        "id": "pious",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Pious",
        "text": "You are a virtuous soul who believes in the goodness of all people. At Character Creation, draw 2 random Light Spells and add them to your Inventory.\n",
        "stamina": "-1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 610,
        "id": "erratic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Erratic",
        "text": "You are unpredictable and random when it comes to problem solving. At Character Creation, draw 2 random Arcane Spells and add them to your Inventory.\n",
        "stamina": "-4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 611,
        "id": "honest",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Honest",
        "text": "You are an honest fellow who believes all lies lead to ruin. You cannot lie, both in Character and at the Table. If you are caught lying by the Gamemaster or another Player, you must Death Roll.\n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 612,
        "id": "feeble",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Feeble",
        "text": "You are brittle and physically weak. You cannot equip Weapons. Draw 2 random Spells and place them in your Weapon slots.\n",
        "stamina": "-6",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 613,
        "id": "grumpy",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Grumpy",
        "text": "You are easily irritated and bad tempered, even with the ones you care about. You cannot Target your Allies with Abilities.\n",
        "stamina": "2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 614,
        "id": "anal",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Anal",
        "text": "You are excessively orderly and fussy about everything on your adventure. Weapon, Passive, and Ability cards can go into any slot.\n",
        "stamina": "-4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 615,
        "id": "reclusive",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Reclusive",
        "text": "You are afraid to be near others and are generally very anti social. If an Ally is within 3 spaces of you, you always Critically Fail when using non-Move Actions. At the start of combat, you should always be at least 3 spaces away from the rest of your Party.\n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 616,
        "id": "average",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Average",
        "text": "You are average in every single way. You cannot Critical Hit or Critical Fail. Your Gamemaster may prevent you from doing things that are far too good for an average Character such as yourself.\n",
        "stamina": "1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 617,
        "id": "jingoist",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Jingoist",
        "text": "You are proud of your own kind to an unhealthy degree where you see others as pure evil. At Character creation, you lose 5 Maximum Stamina for every different Race in your Party other than your own.\n",
        "stamina": "5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 618,
        "id": "dainty",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Dainty",
        "text": "You have a delicate soul and like things small and pretty. You gain the benefits of being a Large tile at all times.\n",
        "stamina": "-8",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 619,
        "id": "dogmatic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Dogmatic",
        "text": "You are close minded and resistant to new ideas to dangerous levels. Once your Character has formed an opinion or plan, it can not be changed even if it would mean your Character's death.\n",
        "stamina": "-4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 620,
        "id": "flamboyant",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Flamboyant",
        "text": "You have a big personality that attracts attention and showcases fashion. At Character Creation, draw 8 random Armor cards and choose one to add to your Inventory, discarding the rest.\n",
        "stamina": "-7",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 621,
        "id": "gallant",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Gallant",
        "text": "You are a brave and noble fighter who is always heroic in the face of danger. Once per game, if a Party Member fails a Death Roll, you may take the hit yourself. You may roll to attempt and survive this attack yourself, but only a Critical Success will overcome Death.\n",
        "stamina": "9",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 622,
        "id": "impeccable",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Impeccable",
        "text": "You are a perfectionist in every part of your life. You cannot hit Allies with your Basic Attacks or Projectiles by accident.\n",
        "stamina": "1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 623,
        "id": "insecure",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Insecure",
        "text": "You are insecure about your physical appearance. If another Party Member has the Well Endowed Attribute, double the amount of Stamina this attribute reduces.\n",
        "stamina": "-10",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 624,
        "id": "jock",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Jock",
        "text": "You have a broad and in your face style of communicating with others. At the start of combat, you may move as close as you like to any Foe on the Battlefield.\n",
        "stamina": "2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 625,
        "id": "juvenile",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Juvenile",
        "text": "You are childish and easily amused. Whenever an Ally casts a Spell for the first the time in a game, you may attempt to cast it as well. On High Rolls, you cast and learn this Spell. On Low Rolls, you greatly damage yourself.\n",
        "stamina": "-4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 626,
        "id": "lethargic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Lethargic",
        "text": "You are slow and sluggish on the Battlefield. You cannot use any of your Actions, until all other Allies have used their Move and Regular Actions for the round or passed.\n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 627,
        "id": "tunnelist",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Tunnelist",
        "text": "You have a one track mind and cannot multitask very well. You may only ever attack the Foe who is closest to you.\n",
        "stamina": "-2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 628,
        "id": "loveable",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Loveable",
        "text": "You are adored by others and rarely blamed for your own mistakes. Everyone in your Party must love you in some way and may buy Treasure Items from their shop to add to your Inventory during Character Creation.\n",
        "stamina": "4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 629,
        "id": "mischievous",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Mischievous",
        "text": "You love to play tricks and let your curiosity get the better of you. You use a six sided Die when rolling. \n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 630,
        "id": "motherly",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Motherly",
        "text": "You care greatly for those closest to you and can never fault them. Whenever a Player Critically Fails, you take the Failure on their behalf.\n",
        "stamina": "5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 631,
        "id": "obsessive",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Obsessive",
        "text": "You are consumed with the goal or journey of this campaign. During the final encounter of this game, whenever you deal Damage to a Target, deal this Damage a second time.\n",
        "stamina": "2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 632,
        "id": "opportunist",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Opportunist",
        "text": "You have a knack for exploiting any given situation and finding the best outcome for yourself. Whenever a Target moves into an adjacent space, you gain a Bonus Action.\n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 633,
        "id": "optimistic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Optimistic",
        "text": "You are ever hopeful of the future and what it may bring. Whenever you Critically Fail, gain a Bonus Action that you may use afterwards even though a Critical Failure would normally prevent this.\n",
        "stamina": "-1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 634,
        "id": "overachiever",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Overachiever",
        "text": "You go out of your way to perform to the best of your Ability at everything you do. Whenever you roll a Natural Critical Hit, you gain a Bonus Action.\n",
        "stamina": "4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 635,
        "id": "perky",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Perky",
        "text": "You are very cheerful and lively. Whenever an Ally or Foe moves, you may move 3 spaces.\n",
        "stamina": "-5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 636,
        "id": "philosophical",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Philosophical",
        "text": "You are calm and collected with an endless supply of theories to dispense. The Gamemaster must explain how an encounter works whenever you Critically Hit in combat. The Gamemaster may lie because theories are not always correct. \n",
        "stamina": "-6",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 637,
        "id": "practical",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Practical",
        "text": "You see things for how they really are and are quick to find easy solutions to problems you encounter. High Rolls on Roleplay Actions now Critical Hits.\n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 638,
        "id": "prudish",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Prudish",
        "text": "You detest everything about a specific element of magic and those who practise it. You cannot cast Spells of this chosen Element unless your life depends on it. Draw 4 random Spells of the chosen Element and add them to your Inventory.\n",
        "stamina": "-4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 639,
        "id": "rabbly",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Rabbly",
        "text": "You get under peoples skin and are known to be very annoying. Whenever you question a Gamemasters decision and he changes it into your favor, you gain a Bonus Action. This can only occur once per combat. Please remember it is never a good idea to argue with a Gamemaster as they can make you Death Roll for the sake of it.\n",
        "stamina": "4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 640,
        "id": "reasonable",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Reasonable",
        "text": "You have sound judgement and are fair and sensible. High Rolls on Diplomacy Actions are always successful.\n",
        "stamina": "2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 641,
        "id": "rebellious",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Rebellious",
        "text": "You have a wild spirit that cannot be tamed by others. Whenever you use a Basic Attack or Ability on an Ally, you always Critical Hit.\n",
        "stamina": "-2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 642,
        "id": "respectful",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Respectful",
        "text": "You are well mannered and courteous to others, often using their full names and titles. You cannot attack a Foe that has not attacked you.\n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 643,
        "id": "robust",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Robust",
        "text": "You are well versed in many different ways of combat. You may purchase Abilities from your Party Members Classes during Character Creation.\n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 644,
        "id": "sadistic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Sadistic",
        "text": "You divulge pleasure from the pain of others. Whenever a Party Member Critically Fails, you gain a Bonus Action.\n",
        "stamina": "-5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 645,
        "id": "secretive",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Secretive",
        "text": "You are untrusting of others and share very little about yourself. You may build your Character privately with the Gamemaster and only reveal your story when you would like during the game. Cards in your Inventory should be face down until you would like to reveal them. Your Gamemaster might have you draw a new Cornerstone if this is too much of a hassle.\n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 646,
        "id": "stingy",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Stingy",
        "text": "You are cheap and hate to waste anything. At the end of Character Creation, If you have any Gold Remaining, you lose 25 Maximum Stamina.\n",
        "stamina": "7",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 647,
        "id": "stubborn",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Stubborn",
        "text": "You are headstrong and only like moving one way at a time. Whenever you move, you always in one direction and always the maximum number of spaces if possible.\n",
        "stamina": "4",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 648,
        "id": "thorough",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Thorough",
        "text": "You always see things through to the end, no matter the cost. You cannot run away in combat or give up fighting. You gain an additional Regular Action at the start of every round for every Party Member that has run away, given up, or been Killed in battle.\n",
        "stamina": "-1",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 649,
        "id": "trashy",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Trashy",
        "text": "You are of the lowest class of your people, respected by none. You must have at least 3 and no more than 7 Children that follow you throughout your adventure as Minions linked to you. If they take any Damage, you must Death Roll for their life. Your Maximum Stamina is reduced by 5 for every Child you have.\n",
        "stamina": "-2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 650,
        "id": "trustworthy",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Trustworthy",
        "text": "You are a very loyal person who everyone always confides in for advice. Characters cannot hide secrets from you if you ask about them.\n",
        "stamina": "2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 651,
        "id": "unstable",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Unstable",
        "text": "You are not too great with magic and are prone to making big mistakes. Whenever you cast a Spell, cast a random Spell instead.\n",
        "stamina": "-2",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 652,
        "id": "uncomfortable",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Uncomfortable",
        "text": "You hardly ever find comfort in life and are always fiddling to find an enjoyable position. You cannot stand in the same space for multiple rounds. If you find yourself in a situation where you couldn't or failed to Move in a round, you must Death Roll.\n",
        "stamina": "-3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 653,
        "id": "worldly",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Worldly",
        "text": "You have explored the entire realm and know many things about many places. You may choose any non-Legendary Class in the game to play as. \n",
        "stamina": "3",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 654,
        "id": "dyslexic",
        "type": "attribute",
        "title": "Attribute",
        "subtitle": "Dyslexic",
        "text": "You have trouble with numbers and words that have lead you to becoming a abnormal mage of sorts. During Character Creation, whenever you purchase a Spell, replace that Spell with a random Spell of the same Element.\n",
        "stamina": "-5",
        "art": "attribute",
        "gem1": "attribute"
    },
    {
        "x": 655,
        "id": "scavenger",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Scavenger",
        "text": "You were raised by a single parent or guardian in poverty. Draw a random Treasure card at Character Creation and the end of each combat. You may give this Card to other Players.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 656,
        "id": "schizophrenic",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Schizophrenic",
        "text": "You have a family history of schizophrenia. Draw a random Attribute card and place it on top of this card. Your Maximum Stamina is still increased by this card.",
        "stamina": "20",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 657,
        "id": "broken",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Broken",
        "text": "You were kidnapped, abused, and tortured as a young adult. Choose any non-legendary Class Ability in the game and add it to your Inventory.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 658,
        "id": "merchants",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Merchants",
        "text": "You came from a family of merchants and traders. Start with twice as much gold from your Class. During Character Creation, you may refill an empty slot in your shop for 10 Gold.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 659,
        "id": "deputy",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Deputy",
        "text": "You were raised by parents or guardians who work for the Law and taught you all about honor and justice at a young age. Add the Righteous and Diplomat Passive cards to your Inventory.",
        "stamina": "20",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 660,
        "id": "hidden",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Hidden",
        "text": "You have spent most of your life pretending to be someone else and have buried who you truly are. Draw 3 random Attributes and choose one to add to your Character instead of drawing a random Attribute.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 661,
        "id": "championsseed",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Champion's Seed",
        "text": "You are the child of a famous champion of the people. Draw 4 random Weapon cards and add them to your Inventory or the Inventory of other Party Members. ",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 662,
        "id": "tailor",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Tailor",
        "text": "You grew up with parents or guardians who worked as outfitters that taught you greatly about armor and protection. Draw 4 random Armor cards and add them to your Inventory or the Inventory of other Party Members. ",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 663,
        "id": "messenger",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Messenger",
        "text": "You have spent much of your life as a messenger who carries words across the entire realm for royalty. Draw 5 random Spell Scrolls and add them to your Inventory.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 664,
        "id": "friar",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Friar",
        "text": "You were raised in a humble home or temple and educated heavily on the divines of this realm. Draw 2 Light Spells and add them to your Inventory.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 665,
        "id": "connoisseur",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Connoisseur",
        "text": "Your family owns a restaurant where you learned how to cook at a young age. Draw 2 Fire Spells and add them to your Inventory.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 666,
        "id": "exotic",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Exotic",
        "text": "Your family grew off the wilds of the lands away from modern society. Draw 2 Earth Spells and add them to your Inventory.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 667,
        "id": "musician",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Musician",
        "text": "You have devoted much of your life to music and creative expression. Draw 2 Arcane Spells and add them to your Inventory.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 668,
        "id": "anglers",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Anglers",
        "text": "You were raised at sea by sailors or fishermen. Draw 2 Ice Spells and add them to your Inventory.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 669,
        "id": "warmonger",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Warmonger",
        "text": "You are a self made orphan that to this day still justifies what you did to your own kin. Draw 2 Dark Spells and add them to your Inventory.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 670,
        "id": "mechsavvy",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Mech Savvy",
        "text": "Your parents or guardians were engineers who made all sorts of mechanical and magical machines. Draw 10 random Items and add any Abilities cards to your Inventory while discarding the rest.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 671,
        "id": "refugee",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Refugee",
        "text": "You were forced from your home due to war at a young age and sought out shelter from the compassionate. During Character Creation, you may purchase 1 Ability from each Class of your Party Members.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 672,
        "id": "sellsword",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Sellsword",
        "text": "You have spent a great portion of your life as a mercenary for hire. During Character Creation, whenever you buy an Item or Treasure, draw a random Weapon to replace the empty slot. You may purchase any Weapon in your shop for 10 Gold regardless of the base price.",
        "stamina": "20",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 673,
        "id": "squire",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Squire",
        "text": "You have a parent or guardian that has raised you in the Grand Paladin Order as a squire when you were young. Choose a Party Member that you will be a squire for which triples the amount of Stamina they gain from wearing Armor as you always insure their equipment is fully repaired, polished, and equipped properly for battle.",
        "stamina": "20",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 674,
        "id": "thief",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Thief",
        "text": "You have no memory of any parent and spent most of your life in the underworld stealing and robbing from merchants and royals. Choose any non-Legendary Treasure Item in the game and add it to your Inventory.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 675,
        "id": "humblebeginnings",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Humble Beginnings",
        "text": "You come from a small happy family that you have left behind in search of adventure. Start with 200 additional Gold and add 1 random Item and 1 random Treasure to your Inventory.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 676,
        "id": "writers",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Writers",
        "text": "You were raised by lovers of books and storytellers that have taught you so much creativity that you tend to exaggerate your own upbringing. Draw three new Cornerstones and choose one to place on top of this card. Your Maximum Stamina is still increased by this card.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 677,
        "id": "vagabond",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Vagabond",
        "text": "You ran away from home at a young age and have spent your life traveling to see the world. Draw 1 random Spell, 1 random Item, and 1 random Treasure then add these cards to your Inventory.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 678,
        "id": "artists",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Artists",
        "text": "You were taught how to paint and draw at a young age and still practice these skills today. During Character Creation, you may learn random Spells for 50 Gold each.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 679,
        "id": "caretaker",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Caretaker",
        "text": "You spent most of your youth taking care of an elderly or injured family member. Choose any non-legendary Companion in the game and add it to your Inventory.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 680,
        "id": "gambler",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Gambler",
        "text": "You were raised by addicts of all varieties and you yourself have either overcome or are still suffering from heavy addictions issues. During Character Creation, you may purchase random Treasures for 50 Gold each.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 681,
        "id": "rancher",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Rancher",
        "text": "You grew up around animals all the time and they have become a big part of your life. Draw a random Beast Companion and add it to your Inventory.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 682,
        "id": "chief",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Chief",
        "text": "You spent much of your life in the footsteps of a parent who was the leader of a great army or city. Draw a random Mercenary Companion and add it to your Inventory.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 683,
        "id": "foreign",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Foreign",
        "text": "You and your family immigrated to the city after living amongst magical creatures most of your life. Draw a random Magical Companion and add it to your Inventory.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 684,
        "id": "wildling",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Wildling",
        "text": "You were raised in the wilds by beasts. Draw a random Beast Companion and then learn the Ability cards of that Companion as Abilities for your Character.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 685,
        "id": "descendant",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Descendant",
        "text": "You come from a long line of politicians of large wealth or nobility in general. Start with an additional 500 Gold at Character Creation.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 686,
        "id": "kindred",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Kindred",
        "text": "You come from a big complicated family with lots of siblings and cousins. During Character Creation, you may give this card to another Party Member who has yet to draw a Cornerstone and then you each draw 1 random Spell, Treasure, or Item card, adding it to your Inventories. You may repeat this process with your entire Party. If none of your Party Members add this Cornerstone to their Character, you may draw a new Cornerstone and replace this one. ",
        "stamina": "20",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 687,
        "id": "beggar",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Beggar",
        "text": "You have little or no family left and grew up living on the street. During Character Creation, you may purchase Items and Treasure from other Party Members shops with their permission.",
        "stamina": "20",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 688,
        "id": "scholar",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Scholar",
        "text": "Your family is filled with teachers and professors that taught you well at a young age. Draw a random Spell and add it to your Inventory and the Inventory of Party Members.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 689,
        "id": "gifted",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Gifted",
        "text": "You have a massive amount of natural talent and skill. Draw a random Legendary Spell Scroll and add it to your Character.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 690,
        "id": "wizardlovers",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Wizard Lovers",
        "text": "You were born in the Tower of Ultimate Wizardry. Rolling a 19 now counts as a Critical Success, but rolling a 2 now counts as rolling a Critical Failure.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 691,
        "id": "forgotten",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Forgotten",
        "text": "You were abandoned as a child and raised yourself. Natural High Rolls with non-Legendary Consumables allow you to keep the Consumable card after using it.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 692,
        "id": "slavery",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Slavery",
        "text": "You were raised as a slave. Whenever another Player rolls a Critical Failure, you gain a Bonus Action.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 693,
        "id": "apprentice",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Apprentice",
        "text": "You were mentored in magic by a master wizard. Whenever another Party member rolls a Critical Success, you may cast a Spell as a Bonus Action. ",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 694,
        "id": "fortunate",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Fortunate",
        "text": "You were raised in a good home with loving parents and given lots of opportunity to succeed in life. Whenever you roll a Critical Success, you gain a Bonus Action.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 695,
        "id": "miners",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Miners",
        "text": "You were born in the mountains and lived with miners or trades people. High Rolls count as Critical Hits when fighting indoors or in darkness.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 696,
        "id": "butcher",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Butcher",
        "text": "Your family ran a butchery and you have a lot of experience with harvesting animals. High Rolls count as Critical Hits when the Target is a Beast.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 697,
        "id": "researcher",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Researcher",
        "text": "You have spent much of your life studying and documenting different types of magical beings. High Rolls count as Critical Hits when the Target is a Magical Creature.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 698,
        "id": "grandwarrior",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Grand Warrior",
        "text": "You have spent much of your life practising the art of combat. Low Rolls with Basic Attacks rarely miss the Target.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 699,
        "id": "mastermagi",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Master Magi",
        "text": "You have invested a great deal of time into practicing your spells. Low Rolls with Spells rarely miss the Target.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 700,
        "id": "mason",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Mason",
        "text": "You were raised by builders and workers in a dense city. At the start of every round, you may transform an empty space on the Battlefield into Rough, Dangerous, or Walled Terrain.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 701,
        "id": "clerics",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Clerics",
        "text": "You grew up as an orphan amongst a group of Sun Clerics in their temples. At the start of every round, you may restore 50 Stamina to any Target on the Battlefield. You do not need to roll for this effect to occur.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 702,
        "id": "geomancers",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Geomancers",
        "text": "You were raised by a communal family that lived in the mountains. At the start of every round, you may summon an Elemental Minion linked to you in an adjacent space. You do not need to roll for this effect to occur.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 703,
        "id": "academic",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Academic",
        "text": "You attended a guild or college in your youth. Once per game, you may teach one of your Class Abilities to an Ally. This can be done during Character Creation or during the Campaign.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 704,
        "id": "darkknight",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Dark Knight",
        "text": "Your parents were murdered in front of you at a young age. Once per game, you may grant yourself 5 Bonus Actions.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 705,
        "id": "widow",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Widow",
        "text": "Your spouse or lover died many years ago. Once per game, you may sacrifice your own life to bring another Character who recently failed a Death Roll back to life.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 706,
        "id": "lost",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Lost",
        "text": "You recently suffered from some strong amnesia and don't remember much about your past. Once per game, you may draw a random Legendary Spell Scroll from a selection of 3 and then cast it as a Bonus Action. If you do not or can't cast this Spell, the scroll quickly turns to dust and destroys itself.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 707,
        "id": "outlaw",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Outlaw",
        "text": "You grew up with some bad influences and have a very murky and unsavory past. Once per game, you may change the next roll a Foe makes into a Critical Failure unless they roll a Critical Success.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 708,
        "id": "reborn",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Reborn",
        "text": "You have had a near death experience that gave you a new outlook on life. Once per combat, you may negate an attack that would cause you to Death Roll.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 709,
        "id": "unyielding",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Unyielding",
        "text": "You have lived a hard life, but have always found a way to persevere. Once per combat, you may use a Limited Ability that you have already used a second time.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 710,
        "id": "farmer",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Farmer",
        "text": "You grew up on a farm and know your way around a ranch. At the start of combat, you may move up to 10 spaces and gain a Bonus Action before any other Character does any other Action.",
        "stamina": "20",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 711,
        "id": "smith",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Smith",
        "text": "Your family were blacksmiths or craftsmen. You and other Party Members deal 10 Damage with Basic Attacks and always deal Double Damage with Basic Attacks.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 712,
        "id": "bloodthirsty",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Blood Thirsty",
        "text": "You were raised in a very savage atmosphere that desensitized you to violence. Whenever an Ally Defeats a Foe, you may move up to 5 spaces and then gain a Bonus Action.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 713,
        "id": "wanted",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Wanted",
        "text": "You are wanted for murder by a town or powerful person. Whenever you are attacked and take Damage, you may move up to 5 spaces afterwards.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 714,
        "id": "fratricider",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Fratricider",
        "text": "You killed one of your siblings on purpose or by mistake at a young age. Whenever an Ally is put in Danger, you gain a Bonus Action.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 715,
        "id": "soldier",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Soldier",
        "text": "You fought in a war or army that dramatically changed you. Whenever you are attacked and take Damage, you may counter attack with a No-Roll Basic Attack.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 716,
        "id": "jester",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Jester",
        "text": "You were raised by magicians and mimes using some more than questionable parenting practises. Whenever you cast a random Spell, draw 2 random Spells and select one to cast.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 717,
        "id": "healers",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Healers",
        "text": "You spent much of your life learning and practicing medicine and healing magic. Whenever you restore Stamina to yourself or a Target, you restore twice as much Stamina.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 718,
        "id": "brawler",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Brawler",
        "text": "You have spent a large part of your life getting into scraps or fighting for money. While you have no Weapons in your Inventory, you deal 15 Damage with Basic Attacks and Critical Hits with Basic Attacks deal triple Damage.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 719,
        "id": "logger",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Logger",
        "text": "You grew up in a family filled with lumberjacks and hunters. You and your Allies are Immune to Rough Terrain.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 720,
        "id": "acrobat",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Acrobat",
        "text": "You were raised in a circus or theater. You may use the Item Abilities of your Allies.",
        "stamina": "10",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 721,
        "id": "playwrights",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Playwrights",
        "text": "You come from a family of actors and writers known for their sense of Drama. You may cast the Fire and Ice Spells of other Party Members.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 722,
        "id": "sanguinian",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Sanguinian",
        "text": "You have spent much of your life learning the ways of blood magic. You may cast the Light and Dark Spells of other Party Members.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 723,
        "id": "elementalists",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Elementalists",
        "text": "You were raised in a loving home filled with magic and nature. You may cast the Earth and Arcane Spells of other Party Members.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 724,
        "id": "bodybuilder",
        "type": "attribute",
        "title": "Cornerstone",
        "subtitle": "Bodybuilder",
        "text": "You have invested a great deal of time into improving your body and mind. Your attacks and Spells cannot be dodged, blocked, or negated in any way.",
        "stamina": "5",
        "art": "cornerstone",
        "gem1": "cornerstone"
    },
    {
        "x": 725,
        "id": "finalgift",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Final Gift",
        "text": "In a final single prayer, you give up your life to the Light to fuse spirits with an Ally transforming into what is known as a Valkyrie. You may add your Stamina to your Allies then double it after fusing together. Whenever this Character uses an Action, you may cast a Spell as a Bonus Action. Your physical appearance will slowly change over time as you grow into a Character that defines both. This transformation cannot be undone.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "cost": "500"
    },
    {
        "x": 726,
        "id": "greaterlayonhands",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Greater Lay on Hands",
        "text": "Pray to the light and then release a wave of light onto all non-Foe Characters on the Battlefield that restores all Stamina and Anytime Actions. If a Character was Killed very recently, you may bring them back to life with this Ability. Bringing Characters back to life may cause unexpected consequences.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "cost": "500"
    },
    {
        "x": 727,
        "id": "empahvision",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Empahvision",
        "text": "Blast a Target with all of your Lifeforce shooting forth pure Light energies that deal 9999 Damage in a Line. After using this Ability, your Stamina is fully drained and you are put in Danger.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "gem4": "line",
        "gem4text": "10",
        "gem5": "area",
        "gem5text": "3",
        "cost": "500"
    },
    {
        "x": 728,
        "id": "greaterpyroblast",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Greater Pyroblast",
        "text": "Channel all of your energies into a mountain size fireball and launch it forward forcing a Death Roll on every Target it passes through. This Spell is powerful enough to kill even a Divine Being.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "gem4": "line",
        "gem4text": "99",
        "gem5": "area",
        "gem5text": "7",
        "cost": "500"
    },
    {
        "x": 729,
        "id": "rebirth",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Rebirth",
        "text": "Place your hand on a Target and in a flash of orange fire, burn yourself and the Target alive leaving only a large black egg behind which instantly kills you both. At the start of the next round, you are reborn in the body of the Target killed by this Spell.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "1",
        "cost": "500"
    },
    {
        "x": 730,
        "id": "theforbiddenspell",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "The Forbidden Spell",
        "text": "Create an air pocket around the head of a Target that sucks all of the air out of their lungs forcing a Death Roll as they suffocate. This Spell is so extremely simple to cast that it is almost impossible to fail with, but is so deadly that most consider it forbidden magic. The casting of this magic is deemed pure evil by some and once casted once, can be replicated by most Mages fairly easily.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "10",
        "cost": "500"
    },
    {
        "x": 731,
        "id": "curseofmedusa",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Curse of Medusa",
        "text": "Transform yourself into a Medusa, an almost godlike creature that causes any Target you lock eyes with to be Charmed permanently until your Death or you formally relieve them of service. Targets are Charmed in the literal sense meaning that they absolutely adore you, some even after you release them which makes the temporary uses of these magics far greater. This curse cannot be reversed by ordinary magic.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "cost": "500"
    },
    {
        "x": 732,
        "id": "erase",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Erase",
        "text": "At the edge of the magical spectrums, Earth and Arcane can both create life and destroy it. The Target you touch with this Spell must Death Roll higher than this roll or else in a single swipe of your hand you completely erase all trace of them. \n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "1",
        "cost": "500"
    },
    {
        "x": 733,
        "id": "hydroflame",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Hydroflame",
        "text": "Fire a beam of swirling water and fire that steams together down the middle that forces a Death Roll on Targets even clipped by this beam. For every Ally currently in Danger, you may select an additional Target and fire another beam.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "fire",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "gem4": "line",
        "gem4text": "99",
        "cost": "500"
    },
    {
        "x": 734,
        "id": "rayofomegafrostcannon",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Ray of Omega Frost Cannon",
        "text": "Blast a Target with a ray of omega frost from your fists like a cannon dealing 99 Damage. After hitting a Target you may turn the beam ninety degrees in any direction and continue this long as you keep hitting new Targets.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "gem4": "line",
        "gem4text": "99",
        "cost": "500"
    },
    {
        "x": 735,
        "id": "carbonite",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Carbonite",
        "text": "Form a box with your hands around a Target or an Area and with the flick of your wrist, encase the Target or Area in a thick black ice that is almost impossible to break. All Targets inside are frozen in a cryogenic state which makes them Immune to aging and the general passage of time. This block of black ice will never melt unless powerful Fire Magic is used against it.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "10",
        "gem5": "area",
        "gem5text": "5",
        "cost": "500"
    },
    {
        "x": 736,
        "id": "wormhole",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Wormhole",
        "text": "Summon a Wormhole which deals 99 Damage in an Area and pulls all Targets into the center of the Area. Allies may roll to grab onto something. Low Rolls when trying to hold on will negate the Damage, but will pull you to the center.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "10",
        "gem5": "area",
        "gem5text": "10",
        "cost": "500"
    },
    {
        "x": 737,
        "id": "opticalillusions",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Optical Illusions",
        "text": "Summon 2 Optical Illusions as Minions linked to you that look identical to you in every way and mimic the Spells you cast. These Illusions cannot be destroyed as they are just magical projections, however they only last until end of combat. Whenever you cast a Spell, these Illusions cast a copy of that Spell as a No-Roll Bonus Action, you may select different Targets for the Illusions Spells.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "cost": "500"
    },
    {
        "x": 738,
        "id": "blanketofdeath",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Blanket of Death",
        "text": "Envelope the entire Battlefield in a dark fog made up of Dragon God Phanto's ashes, also known as Moondust. All Targets Deathroll 3 times and if they are killed by this Ability become an Ageless Thrall Minion linked to you. The casting of this Spell will instantly kill the Character who casts it unless they are an Ageless. \n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "cost": "500"
    },
    {
        "x": 739,
        "id": "siggneeos",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Siggneeos",
        "text": "Prepare all of your mental energy into casting Siggneeos, the Spell of Multiplication. Cast a Spell as a Bonus Action and then cast additional copies of this Spell as a No-Roll Bonus Action equal to your roll. All of these Spells Critical Hit as long as you do not roll a Critical Failure. \n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "cost": "500"
    },
    {
        "x": 740,
        "id": "shardofperversion",
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Shard of Perversion",
        "text": "Grab a Target by the head and attempt to melt away their inner spirit completely by destroying it with mind melting death magic. The Target Death Rolls 3 times and if they die, you release your own corporeal form and phase into theirs, taking control of their body.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "legendary",
        "gem2": "consumable",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "1",
        "cost": "500"
    },
    {
        "x": 741,
        "id": "flareconcoction",
        "type": "item",
        "title": "Potion",
        "subtitle": "Flare Concoction",
        "text": "A solar flare trapped in a bottle. Hurl it at a Target that dealing 10 Damage and Blinding them.\n",
        "art": "item",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "20"
    },
    {
        "x": 742,
        "id": "healingpotion",
        "type": "item",
        "title": "Potion",
        "subtitle": "Healing Potion",
        "text": "A simple, common health potion. Drink it yourself or throw it at a Target in range, fully restoring Stamina.\n",
        "art": "item",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "50"
    },
    {
        "x": 743,
        "id": "heavenlytears",
        "type": "item",
        "title": "Potion",
        "subtitle": "Heavenly Tears",
        "text": "A potion made up of Dragon Tears. Drink it yourself or throw it at a Target in range, a potion that empowers the Target with holy light, that prevents Death Rolls and being put in Danger for the rest of the round.\n",
        "art": "item",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 744,
        "id": "emberstone",
        "type": "item",
        "title": "Potion",
        "subtitle": "Emberstone",
        "text": "A stone with an ember rune that rapidly heats up when thrown. Throw this runed stone at a Target that deals 10 Damage and Burning them.\n",
        "art": "item",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "20"
    },
    {
        "x": 745,
        "id": "liquidfire",
        "type": "item",
        "title": "Potion",
        "subtitle": "Liquid Fire",
        "text": "A fiery drink that gives you a massive surge of energy. Drink it yourself or pass it to an Ally in range, granting a Bonus Action.",
        "art": "item",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "50"
    },
    {
        "x": 746,
        "id": "firebomb",
        "type": "item",
        "title": "Potion",
        "subtitle": "Fire Bomb",
        "text": "A fiery and unstable explosive. Light and then quickly throw at a Target dealing 99 Damage in an Area.\n",
        "art": "item",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "gem4": "area",
        "gem4text": "3",
        "cost": "100"
    },
    {
        "x": 747,
        "id": "lethalpoison",
        "type": "item",
        "title": "Potion",
        "subtitle": "Lethal Poison",
        "text": "A vial of toxic poison. Throw it at a Target dealing 10 Damage and Poisoning them.\n",
        "art": "item",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "20"
    },
    {
        "x": 748,
        "id": "swiftnesspotion",
        "type": "item",
        "title": "Potion",
        "subtitle": "Swiftness Potion",
        "text": "A potion that lets you move like the wind briefly. Drink it yourself or throw it at a Target in range. This potion allows the Target to move up to 5 spaces quickly as a No-Roll Bonus Action.\n",
        "art": "item",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "50"
    },
    {
        "x": 749,
        "id": "livingpotion",
        "type": "item",
        "title": "Potion",
        "subtitle": "Living Potion",
        "text": "A potion filled with small earthy plant creatures ready to grow and serve. Drink it yourself or throw it at a Target in range. This potion summon a Living Vine Minion linked to you in every adjacent empty space around the Target.\n",
        "art": "item",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 750,
        "id": "hushpuppy",
        "type": "item",
        "title": "Potion",
        "subtitle": "Hush Puppy",
        "text": "A concoction that prevents a Target from speaking. Throw it at a Target dealing 10 Damage and Silencing them.\n",
        "art": "item",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "20"
    },
    {
        "x": 751,
        "id": "ragestone",
        "type": "item",
        "title": "Potion",
        "subtitle": "Rage Stone",
        "text": "A stone that when held causes the holding to feel immense anger and frustration. Hold it yourself or throw it at a Target in range. This stone transforms you or Target into a Large Tile until end of combat.\n",
        "art": "item",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "50"
    },
    {
        "x": 752,
        "id": "breathofgoldstandt",
        "type": "item",
        "title": "Potion",
        "subtitle": "Breath of Golestandt",
        "text": "The bottled up breath of Dragon Aspect Golestandt, the lord of Dark Magic. Throw this bottle at an Area causing all Targets hit to Death Roll.\n",
        "art": "item",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "gem4": "area",
        "gem4text": "3",
        "cost": "100"
    },
    {
        "x": 753,
        "id": "lovepotion",
        "type": "item",
        "title": "Potion",
        "subtitle": "Love Potion",
        "text": "A potion that causes those caught in its purple mist to bend to your desires. Throw it at a Target dealing 10 Damage and Charming them.\n",
        "art": "item",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "20"
    },
    {
        "x": 754,
        "id": "polymorphpotion",
        "type": "item",
        "title": "Potion",
        "subtitle": "Polymorph Potion",
        "text": "A purple concoction that transforms people into wild beasts. Drink it yourself or throw it at a Target in range. This potion transforms the Target into a random Beast Companion until end of combat. Targets may roll at the start of combat to attempt to break this transformation with a High Roll.",
        "art": "item",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "50"
    },
    {
        "x": 755,
        "id": "expelixxir",
        "type": "item",
        "title": "Potion",
        "subtitle": "E.X.P. Elixxir",
        "text": "A dangerous drug made from a rare fish. Drink it yourself or throw it at a Target in range, that grants 4 Bonus Actions and then forces the Target to Death Roll afterwards.\n",
        "art": "item",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 756,
        "id": "freezingbomb",
        "type": "item",
        "title": "Potion",
        "subtitle": "Freezing Bomb",
        "text": "A jar that explodes to freeze Targets. Throw it at a Target dealing 10 Damage and Freezing them.\n",
        "art": "item",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "20"
    },
    {
        "x": 757,
        "id": "shieldingpotion",
        "type": "item",
        "title": "Potion",
        "subtitle": "Shielding Potion",
        "text": "A protection potion that shields you from an attack. Drink it yourself or throw at a Target in range. This potion prevents Damage and Death Rolls from the next attack used against the Target.",
        "art": "item",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "50"
    },
    {
        "x": 758,
        "id": "purifyingwater",
        "type": "item",
        "title": "Potion",
        "subtitle": "Purifying Water",
        "text": "Water that cures any wound and purges you of all negative effects. Drink it yourself or throw at a Target in range. This potion fully restores Stamina and replenishs all Anytime Actions.\n",
        "art": "item",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "100"
    },
    {
        "x": 759,
        "id": "bloodsnake",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Blood Snake",
        "text": "Blood Snakes are small weak Companions that often come in hordes. Blood Snakes have access to the Bite, Blood Bolt, Brood Horde Companion abilities.",
        "stamina": "35",
        "art": "c_bloodsnake",
        "gem1": "companion",
        "gem2": "companion_beast"
    },
    {
        "x": 760,
        "id": "bite",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Bite",
        "text": "Dart forward up to 3 spaces and deal 15 Damage by biting a Target. \n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 761,
        "id": "bloodbolt",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Blood Bolt",
        "text": "Blast out a ball of Blood at every Foe in Range that deals 5 Damage.\n",
        "art": "companion",
        "element1": "light",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 762,
        "id": "broodhorde",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Brood Horde",
        "text": "You often travel with hordes of blood snakes that will follow you into battle. Whenever you use an Ability, spawn a Blood Snake minion linked to your Master.\n",
        "art": "c_bloodsnake",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 763,
        "id": "bloodcobra",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Blood Cobra",
        "text": "Blood Cobras are massive brutal Companions. Blood Cobras have access to the Blood Sting, Blood Bolt, and Lifeblood Companion abilities.\n",
        "stamina": "50",
        "art": "c_bloodcobra",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_large"
    },
    {
        "x": 764,
        "id": "bloodsting",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Blood Sting",
        "text": "Bite a Target leaving behind a bit of your toxins which deals 15 Damage to a Target and Poisoning them.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1",
        "gem3": "spell"
    },
    {
        "x": 765,
        "id": "lifeblood",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Lifeblood",
        "text": "Your attacks and Abilities are infused with Blood Magic that causes your violence to be rewarded directly with internal power. Whenever you deal Damage, restore Stamina equal to the Damage dealt.\n",
        "art": "c_bloodcobra",
        "element1": "dark",
        "element2": "light",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 766,
        "id": "whispersnake",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Whisper Snake",
        "text": "Whisper snakes are small sneaky Companions. Most people will not even notice them slithering around and sneaking up behind them. Whisper Snakes have access to the Bite, Slither, and Whisper Companion Abilities.\n",
        "stamina": "35",
        "art": "c_whispersnake",
        "gem1": "companion",
        "gem2": "companion_beast"
    },
    {
        "x": 767,
        "id": "whisper",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Whisper",
        "text": "Softly whisper into the ear of an unsuspecting Foe and Charm them.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 768,
        "id": "slither",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Slither",
        "text": "You are skilled at getting into the right position before a conflict. At the start of combat, slither quickly to any empty space on the Battlefield. \n",
        "art": "c_whispersnake",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 769,
        "id": "eaglebear",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Eaglebear",
        "text": "Eagle Bears are strong loyal Companions. Eagle Bears have access to the Swipe, Roar, and Thick Fur Companion abilities. \n",
        "stamina": "70",
        "art": "c_eaglebear",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_large"
    },
    {
        "x": 770,
        "id": "swipe",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Swipe",
        "text": "Swipe up to 4 spaces directly in front of you for 10 Damage. Targets hit may be pushed 1 space in any direction of your choosing.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 771,
        "id": "roar",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Roar",
        "text": "Let loose a powerful roar centered around you which forces nearby Foes to focus their attacks on you.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 772,
        "id": "thickfur",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Thick Fur",
        "text": "Your hide is tough enough that weak attacks and Spells are often completely negated. Low Roll Basic Attacks and Spells deal no Damage to you.\n",
        "art": "c_eaglebear",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 773,
        "id": "elephelk",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elephelk",
        "text": "Elephelks are big rowdy creatures that are often difficult to tame. Elephelk have access to the Gore, Quake, and Armored Companion abilities. \n",
        "stamina": "70",
        "art": "c_elephelk",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_large"
    },
    {
        "x": 774,
        "id": "gore",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Gore",
        "text": "Spear a Foe clean through with your tusk dealing 10 Damage. High Rolls count as Critical Hits.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "2"
    },
    {
        "x": 775,
        "id": "quake",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Quake",
        "text": "Slam the ground causing tremors to rip the earth apart. Select up to 5 spaces and transform them into Rough Terrain spaces. If you select a space with a Target on it, deal 5 Damage and then move them one space out of the way.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 776,
        "id": "armored",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Armored",
        "text": "Wealthy adventures will often craft special suits of armor to protect you in battle. You may put an Armor card on top of this Passive. You only gain the Stamina from this Armor and none of the other special properties.\n",
        "art": "c_elephelk",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 777,
        "id": "hatrat",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Hat Rat",
        "text": "Hat Rats are small wizardly Companions that can mimic all sorts of mages. Hat Rats have access to the Little Hat Trick, Teleport, Prismatic Showstopper.\n",
        "stamina": "35",
        "art": "c_hatrat",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_magic"
    },
    {
        "x": 778,
        "id": "littlehattrick",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Little Hat Trick",
        "text": "Draw a random Spell from your hat and cast it as a No-Roll Bonus Action. You must select the Target of this spell before drawing it.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 779,
        "id": "teleport",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Teleport",
        "text": "Attempt to teleport up to 10 spaces. If the space you want to teleport to has a another Target of similar size in it, you may switch places with that Target.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 780,
        "id": "prismaticshowstopper",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Prismatic Showstopper",
        "text": "Your quirky nature causes even your own death to be quite the spectacle. Whenever you fail a Death Roll, explode into a blast of rainbow confetti and grant your Master a Bonus Action.\n",
        "art": "c_hatrat",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 781,
        "id": "funk",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Funk",
        "text": "Funks are strange Companions that can cause insanity from the odors they emit from their bums. Funks have access to the Bite, Delusion Spray, After Breath Companion abilities.\n",
        "stamina": "50",
        "art": "c_funk",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_magic"
    },
    {
        "x": 782,
        "id": "delusionspray",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Delusion Spray",
        "text": "Spray a Foe in a purple mist that deals 5 Damage and Charming them.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 783,
        "id": "afterbreath",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "After Breath",
        "text": "You often have an arcane aura about you that causes attackers to lose their senses. Whenever you take Damage from an adjacent Foe, Charm them.\n",
        "art": "c_funk",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 784,
        "id": "monkeyfish",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Monkeyfish",
        "text": "Monkeyfish are slow, frail, weak Companions that are prone to violent deaths. Monkeyfish have access to the Howl, Splash, Squishy Companion abilities.\n",
        "stamina": "35",
        "art": "c_monkeyfish",
        "gem1": "companion",
        "gem2": "companion_beast"
    },
    {
        "x": 785,
        "id": "howl",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Howl",
        "text": "Howl loudly in an Area centered around you causing nearby Foes to focus their attacks on you for the rest of the round.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "area",
        "gem2text": "5"
    },
    {
        "x": 786,
        "id": "splash",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Splash",
        "text": "Bounce up and down attempting to distract a Target, Stunning them.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 787,
        "id": "squishy",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Squishy",
        "text": "You are weak and squishy, which is why only the most arrogant adventurers use Companions like you in battle, typically as mascots or distractions. During Character Creation, increase your Masters maximum Stamina by 20.\n",
        "art": "c_monkeyfish",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 788,
        "id": "gemling",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gemling",
        "text": "Gemlings are weak, but helpful Companions. Gemlings have access to Channel, Dispel, and Empower Companion Abilities.\n",
        "stamina": "35",
        "art": "c_gemling",
        "gem1": "companion",
        "gem2": "companion_magic"
    },
    {
        "x": 789,
        "id": "channel",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Channel",
        "text": "Channel a beam of pure energy into a Target, restoring 25 Stamina. Whenever you Critical Hit with this Ability, draw a random Arcane Spell to replace this card with.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 790,
        "id": "dispel",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Dispel",
        "text": "Cleanse a Target of any negative magical effects or enhancements. Whenever you Critical Hit with this Ability, draw a random Arcane Spell to replace this card with.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 791,
        "id": "empower",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Empower",
        "text": "You provide a natural aura which will magnify the strength of your master. Empower your Master causing them to deal double damage with Basic Attacks at all times.  \n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 792,
        "id": "gemlord",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gemlord",
        "text": "Gemlords are massive powerful spell casting Companions. Gemlords have access to the Gem Beam, Amplifying Crystal, and Gemskin Companion abilities.\n",
        "stamina": "70",
        "art": "c_gemlord",
        "gem1": "companion",
        "gem2": "companion_magic",
        "gem3": "companion_large"
    },
    {
        "x": 793,
        "id": "gembeam",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Gem Beam",
        "text": "Shoot forth a penetrating prismatic beam that deals 15 Damages. Skilled Arcane Mages and Gemling Minions are not affected by this Damage.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 794,
        "id": "amplifyingcrystal",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Amplifying Crystal",
        "text": "Summon 3 giant amplifying crystals into 3 spaces anywhere on the Battlefield. Projectile and Beam Spells casted at one of these crystals will cause the Spell to bounce between all Amplifying Crystals on the Battlefield as a Beam Spell. Your Master gains a Bonus Action after using this Ability.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "spell"
    },
    {
        "x": 795,
        "id": "gemskin",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Gemskin",
        "text": "Your monstrous size means that when struck by attacks or Spells, small parts of your crystal like skin break off. Whenever you take Damage, summon a Gemling Minion Linked to you. \n",
        "art": "c_gemlord",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 796,
        "id": "lightspirit",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Light Spirit",
        "text": "Light Spirits are elemental guardians with holy light abilities. Light Spirits have access to the Holy Wave, Healing Pulse, and Awaken Companion abilities.\n",
        "stamina": "35",
        "art": "c_lightspirit",
        "gem1": "companion",
        "gem2": "companion_magic"
    },
    {
        "x": 797,
        "id": "holywave",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Holy Wave",
        "text": "Cast the Light on an Ally anywhere on the Battlefield to restore 30 Stamina.\n",
        "art": "companion",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 798,
        "id": "healingpulse",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Healing Pulse",
        "text": "Let out a pulse of healing that heals all Allies on the battlefield, restoring 15 Stamina.\n",
        "art": "companion",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 799,
        "id": "awaken",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Awaken",
        "text": "Spirits cannot truly be destroyed and are able to be reborn as any element their Master wishes. When killed, you may summon a new Spirit Companion when out of combat. You may choose a Light, Fire, Earth, Arcane, Water, or Dark Spirit as your new Companion.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 800,
        "id": "firespirit",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Fire Spirit",
        "text": "Fire Spirits are elemental guardians with dangerous fire abilities. Fire Spirits have access to the Firebolt, Firewall, and Awaken Companion abilities.\n",
        "stamina": "35",
        "art": "c_firespirit",
        "gem1": "companion",
        "gem2": "companion_magic"
    },
    {
        "x": 801,
        "id": "firebolt",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Firebolt",
        "text": "Hurl a ball of fire that deals 20 Damage at a Target. Rolling a Critical Hit, causes all Targets adjacent of the point of impact to also take Damage.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 802,
        "id": "firewall",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Firewall",
        "text": "Create a Firewall in 5 connected empty spaces and transform them into Dangerous Terrain spaces.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 803,
        "id": "earthspirit",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Earth Spirit",
        "text": "Earth Spirits are elemental guardians with hindering nature abilities. Earth Spirits have access to the Forest Prison, Hand of the Deep, and Awaken Companion abilities.\n",
        "stamina": "50",
        "art": "c_earthspirit",
        "gem1": "companion",
        "gem2": "companion_magic"
    },
    {
        "x": 804,
        "id": "forestprison",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Forest Prison",
        "text": "Encase a Target in vines and leaves which prisons them in a ball of nature, Stunning them.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 805,
        "id": "handofthedeep",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Hand of the Deep",
        "text": "Summons forth vines from the earth below that grasp onto the legs of Foes in an Area, Stunning them.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 806,
        "id": "darkspirit",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dark Spirit",
        "text": "Dark Spirits are elemental guardians with deadly abilities. Dark Spirits have access to the Shadow Blast, Death Warp, and Awaken Companion abilities.\n",
        "stamina": "35",
        "art": "c_darkspirit",
        "gem1": "companion",
        "gem2": "companion_magic"
    },
    {
        "x": 807,
        "id": "shadowblast",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Shadow Blast",
        "text": "Blast a Target with a shadowy magic that deals 15 Damage. Rolling a Critical Hit, causes the Target to Death Roll.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 808,
        "id": "deathwarp",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Death Warp",
        "text": "Form a dark void underneath a Target that pulls them into darkness and then teleports them anywhere on the Battlefield. Rolling a Critical Fail, causes the Target to Death Roll.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 809,
        "id": "arcanespirit",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Arcane Spirit",
        "text": "Arcane Spirits are elemental guardians with chaotic abilities. Arcane Spirits have access to the Magic Burst, Scribe Arcane, and Awaken Companion abilities.\n",
        "stamina": "35",
        "art": "c_arcanespirit",
        "gem1": "companion",
        "gem2": "companion_magic"
    },
    {
        "x": 810,
        "id": "magicburst",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Magic Burst",
        "text": "Blast a Target with pure Arcane magics that deal 5 Damage and then cast a random Spell as a No-Roll Bonus Action.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 811,
        "id": "scribearcane",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Scribe Arcane",
        "text": "Craft a scroll with a simple spell and then hand it to your Master. Draw a random Spell Scroll and add it to your Inventory.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 812,
        "id": "waterspirit",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Water Spirit",
        "text": "Ice Spirits (confusingly called Water Spirits in warm conditions) are elemental guardians with soothing abilities. Ice Spirits have access to the Restoring Rain, Cleanse, and Awaken Companion abilities.",
        "stamina": "35",
        "art": "c_icespirit",
        "gem1": "companion",
        "gem2": "companion_magic"
    },
    {
        "x": 813,
        "id": "restoringrain",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Restoring Rain",
        "text": "Summon forth a powerful rain cloud that heals in an Area restoring 25 Stamina. \n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 814,
        "id": "cleanse",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Cleanse",
        "text": "Cleanse a Target on the Battlefield of any negative magical effects or enhancements.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 815,
        "id": "sunhound",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Sunhound",
        "text": "Sunhounds are strong loyal beasts that love to hunt with their master. Sunhounds have access to the Bite, Throw, and Sunbathed Companion abilities.\n",
        "stamina": "50",
        "art": "c_sunhound",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_magic"
    },
    {
        "x": 816,
        "id": "throw",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Throw",
        "text": "Throw a Target up to 5 spaces at an empty space. If you throw a Target onto a space adjacent to an ally, they may use a No-Roll Basic Attack as a Bonus Action against this Target.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 817,
        "id": "sunbathed",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Sunbathed",
        "text": "Sunlight has enchanted your fur overtime that grants it a magical aura that protects their Master. Whenever your Stamina is restored, your Master's Stamina is restored by the same amount.\n",
        "art": "c_sunhound",
        "element1": "light",
        "element2": "light",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 818,
        "id": "moonwolf",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Moonwolf",
        "text": "Moonwolves are strong loyal beasts that love to hunt with their master. Moonwolves have access to Crunch, Throw, and Moonlight Companion abilities.\n",
        "stamina": "50",
        "art": "c_moonwolf",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_magic"
    },
    {
        "x": 819,
        "id": "moonlight",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Moonlight",
        "text": "Moonlight has enchanted your fur overtime causing adrenaline to build up rapidly in battle. Whenever you deal Damage, restore Stamina equal to the Damage you did to your Master.\n",
        "art": "c_moonwolf",
        "element1": "dark",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 820,
        "id": "clockodile",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Clockodile",
        "text": "Clockodiles are unique beasts that are all created by a deranged gnomish engineer who builds these android crunchodiles by replacing most of their face with a mechanical device. Clockodiles have access to the Crunch, Sonar Pulse, and Tick Tock Companion abilities.\n",
        "stamina": "50",
        "art": "c_clockodile",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_mech"
    },
    {
        "x": 821,
        "id": "crunch",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Crunch",
        "text": "Squeeze a Target in the jaws of your mouth dealing 15 Damage. High Rolls cause this Ability to deal 30 Damage.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 822,
        "id": "sonarpulse",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Sonar Pulse",
        "text": "Release a wave of sound waves to image out your surroundings revealing any and all Characters in range and interrupting any Spells being casted.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "15"
    },
    {
        "x": 823,
        "id": "ticktock",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Tick Tock",
        "text": "Your cells are immortal to the passage of time allowing you to potentially live forever. Your Basic Attacks and Spells that deal Damage, now deal 99 Damage when used against other Mechanical creatures.\n",
        "art": "c_clockodile",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 824,
        "id": "goblin",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Goblin",
        "text": "Goblins are small persecuted beings that are hated by most of the civilized world. Goblins have access to the Strike, Steal, and Tricky Engineers Companion abilities.\n",
        "stamina": "50",
        "art": "c_goblin",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 825,
        "id": "strike",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Strike",
        "text": "Strike at a Target with a weapon or your fists and deal 10 Damage. Whenever you successfully Strike a Target, adjacent Players may Basic Attack the Target as a No-Roll Bonus Action.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 826,
        "id": "steal",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Steal",
        "text": "Riffle through the belongings of a Target and attempt to steal an item. Draw a random Treasure Item and place it on top of this card. A Party Member may add this item to their Inventory if they move to an adjacent space during or after combat. Targets that do not carry equipment cause this Ability to Critically Fail.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "limited",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 827,
        "id": "trickyengineers",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Tricky Engineers",
        "text": "You are a skilled engineer that has no problem using all sorts of devices and gadgets. You may use the Treasure Abilities of Party Members.\n",
        "art": "c_goblin",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 828,
        "id": "harpy",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Harpy",
        "text": "Harpies are swift and nimble Companions that are excellent support for frontline warriors. Harpies have access to the Strike, Flap, and Flight Companion Abilities.\n",
        "stamina": "60",
        "art": "c_harpy",
        "gem1": "companion",
        "gem2": "companion_human"
    },
    {
        "x": 829,
        "id": "flap",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Flap",
        "text": "Flap your arms or wings creating a massive gust of wind that knocks a Target back 5 spaces. If this Target collides with a wall or another Target, they take 10 Damage.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 830,
        "id": "flight",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Flight",
        "text": "Your are able to maintain a constant low altitude which gives you some major advantages in combat. You are immune to Rough and Dangerous Terrain and are able to climb and move much more easily in general.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 831,
        "id": "gobolf",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gobolf",
        "text": "Gobolf are a strange plagued evolution of Elf that many have noticed to have similar traits as Goblins, hence the name. Gobolfs have access to the Slash, Warped Magic, and Damned Companion Abilities.\n",
        "stamina": "40",
        "art": "c_gobolf",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 832,
        "id": "slash",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Slash",
        "text": "Slash at a Target with your claws dealing 10 Damage. Whenever Slash is used as a Bonus Action, it deals 30 Damage.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 833,
        "id": "warpedmagic",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Warped Magic",
        "text": "Attempt to cast a Spell and instead cast a random Spell of a specific element. Choose a Target on the Battlefield and a Magical Element then draw a random Spell of that element and cast it at the selected Target.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 834,
        "id": "damned",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Damned",
        "text": "Your Spirit has been corrupted causing your memories to be warped by those of other lives. Whenever you are forced to Death Roll, you may abandon your Master and run for your life instead. At the end of combat, you may return to your Master.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 835,
        "id": "skelephelk",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Skelephelk",
        "text": "Skelephelks are reanimated Elephelks that are different from normal Ageless Beings in that they are naturally occurring in the realm. Skelephelks have access to Shadow Gore, Quake, and Storm of Bones Companion abilities.\n",
        "stamina": "65",
        "art": "c_skelephelk",
        "gem1": "companion",
        "gem2": "companion_magic",
        "gem3": "companion_large"
    },
    {
        "x": 836,
        "id": "shadowgore",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Shadow Gore",
        "text": "Bleed through the shadows, teleporting you up to 3 spaces and then spear a Target clean through with a shadow magic infused tusk dealing 15 Damage.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "2"
    },
    {
        "x": 837,
        "id": "stormofbones",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Storm of Bones",
        "text": "You are a powerful Ageless being and cannot be so easily killed in battle. When put in Danger, the bones of your body create a massive bone storm that deals 25 Damage to all Targets on the Battlefield.",
        "art": "c_skelephelk",
        "element1": "dark",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 838,
        "id": "mimic",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Mimic",
        "text": "Mimics are tricky Companions that can fool and trap those who don't realize what they are before it's too late. Mimics have access to the Surprise Death, Rapid Hop, and Hidden in Plain Sight Companion abilities.\n",
        "stamina": "40",
        "art": "c_mimic",
        "gem1": "companion",
        "gem2": "companion_magic"
    },
    {
        "x": 839,
        "id": "surprisedeath",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Surprise Death",
        "text": "Swallow an adjacent Target whole forcing them to Death Roll. If they survive the Death Roll, spit them out onto an empty space within 3 spaces. This Ability can only be used on Targets who don't notice you sneaking up on them.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 840,
        "id": "rapidhop",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Rapid Hop",
        "text": "Engulf a Target in blue flames allowing them to move up to 10 spaces when using Move Actions and ignore all the effects of Rough Terrain until end of combat.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 841,
        "id": "hiddeninplainsight",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Hidden in Plain Sight",
        "text": "You are disguised in such a way that few will notice you in battle. Most Foes will not attack or notice you in Battle until you use an Action other than Move Actions. You can only move 2 spaces in Combat with Move Actions while attempting to stay hidden.\n",
        "art": "c_mimic",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 842,
        "id": "potpuppy",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Pot Puppy",
        "text": "Pot Puppies are small little dogs grown from seeds who aren't very helpful in battle, but can transformed into dangerous Hellhounds if their Master is not careful. Pot Puppies have access to the Roll Over, Beg, and Phoenix Fire Companion Abilities.\n",
        "stamina": "35",
        "art": "c_potpuppy",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_magic"
    },
    {
        "x": 843,
        "id": "rollover",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Roll Over",
        "text": "Roll around on the ground moving up to 3 spaces. Targets adjacent to any of the spaces you move through may find this very adorable.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 844,
        "id": "beg",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Beg",
        "text": "Let out a little yelp to grab the attention of a Target and grant them a Bonus Action.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 845,
        "id": "phoenixfire",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Phoenix Fire",
        "text": "You have a weakness to Fire Magic which causes you to transform when exposed to flames. Whenever you are hit by a Fire Magic Spell, transform this Companion into a Hellhound by placing the Hellhound Companion cards on top of these Companion cards. \n",
        "art": "c_potpuppy",
        "element1": "fire",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 846,
        "id": "hellhound",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Hellhound",
        "text": "Hellhounds are elemental fire dogs that cause massive damage, but can be a burden on the Party if not managed accordingly. Hellhounds have access to the Crunch, Fire Dash, and Flamewalk Companion abilities.\n",
        "stamina": "70",
        "art": "c_hellhound",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_magic"
    },
    {
        "x": 847,
        "id": "firedash",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Fire Dash",
        "text": "Dash forward in as a ball of fire, moving up to 10 spaces and transforming every space you move through into Dangerous Terrain.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 848,
        "id": "flamewalk",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Flamewalk",
        "text": "You ignite the ground around you constantly in dangerous fires. At the start of every round, transform all adjacent spaces and the space you are standing on into Dangerous Terrain. You are immune to Dangerous Terrain.\n",
        "art": "c_hellhound",
        "element1": "fire",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 849,
        "id": "ramster",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Ramster",
        "text": "Ramsters are big fluffy Companions used for their high mobility rather than raw strength. Ramsters have access to the Ram, Thunder Quake, and Hussle Companion abilities.\n",
        "stamina": "65",
        "art": "c_ramster",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_large"
    },
    {
        "x": 850,
        "id": "ram",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Ram",
        "text": "Ram a Target dealing 10 Damage and knocking them back 10 spaces. You may chase the Target after knocking them back moving as many spaces as you like towards the Target.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 851,
        "id": "thunderquake",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Thunder Quake",
        "text": "Leap forward high through the air moving up to 10 spaces and landing in a violent fashion causing bolts of thunder to fly in all directions. Targets adjacent to where you hand take 5 Damage.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "10",
        "gem3": "spell"
    },
    {
        "x": 852,
        "id": "hussle",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Hussle",
        "text": "You bring a certain flavour of mojo to your strides in combat that let you do more with each step in battle. During Combat, you may spend Move Actions to use Companion Abilities.\n",
        "art": "c_ramster",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 853,
        "id": "donkey",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Donkey",
        "text": "Donkeys are slow and heavy Companions often used for carrying extra gear on adventures. Donkeys have access to the Bite, Double Kick, and Encumbrance Companion abilities.\n",
        "stamina": "45",
        "art": "c_donkey",
        "gem1": "companion",
        "gem2": "companion_beast"
    },
    {
        "x": 854,
        "id": "doublekick",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Double Kick",
        "text": "Attack a Target with both of your legs dealing 20 Damage and knocking them back 5 spaces. You may only use this Ability on a Target who did Damage to you last round.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 855,
        "id": "encumbrance",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Encumbrance",
        "text": "You have a massive amount of endurance and core strength that allows you to carry much more on adventures. You may stack as many Item, Consumable, or Treasure cards on top of this card. When not in combat, you may move cards from this stack to your Inventory and vice versa.\n",
        "art": "c_donkey",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 856,
        "id": "gorgons",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gorgons",
        "text": "Gorgons are small almost goblin like creatures that might look deathly, but are really spiritual illusions of corrupted spirits of damned souls. Gorgons have access to the Ravage, Infest, and Spiritual Form Companion abilities.\n",
        "stamina": "45",
        "art": "c_gorgon",
        "gem1": "companion",
        "gem2": "companion_magic"
    },
    {
        "x": 857,
        "id": "ravage",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Ravage",
        "text": "Ravage the spirit of a Target by extending out wispy spirit arms from your body and swiping furiously dealing 5 Damage for every element they are Skilled in casting.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "3",
        "gem3": "spell"
    },
    {
        "x": 858,
        "id": "infest",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Infest",
        "text": "Jump into the body of a Target, dematerializing your spirit and merging it with theirs for a brief moment, Stunning them. Critical Hits cause the Target to Death Roll.",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 859,
        "id": "spiritualform",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Spiritual Form",
        "text": "You are nothing but a corrupted spirit stuck in a spiritual form. You are immune to non-Magic Basic Attacks and Abilities.\n",
        "art": "c_gorgon",
        "element1": "dark",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 860,
        "id": "groundbold",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Groundbold",
        "text": "Groundbolds are large durable Companions used for their skill at travelling quickly through difficult landscapes. Groundbolds have access to the Crunch, Howl, and Paving Stomps Companion abilities.\n",
        "stamina": "85",
        "art": "c_groundbold",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_large"
    },
    {
        "x": 861,
        "id": "pavingstomps",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Paving Stomps",
        "text": "You are used to living in rocky mountains that the landscape often has no bearing on your speed. You are Immune to Rough Terrain and when moving through Rough Terrain, you may destroy it if you wish.\n",
        "art": "c_groundbold",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 862,
        "id": "bloodsnakequeen",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Blood Snake Queen",
        "text": "Blood Snake Queens are the magical evolutionary monsters that are created when a blood cobra consumes an Elf. Blood Snake Queens have access to the Blood Sting, Red Ichor Blast, and Bloodskin Companion abilities.\n",
        "stamina": "50",
        "art": "c_bloodsnakequeen",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_beast",
        "gem4": "companion_talk",
        "gem5": "companion_large"
    },
    {
        "x": 863,
        "id": "redichorblast",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Red Ichor Blast",
        "text": "Blast out a ball of Blood at every Foe in Range, Poisoning them. If they are already Poisoned, they take 10 Damage instead.\n",
        "art": "companion",
        "element1": "light",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 864,
        "id": "bloodskin",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Bloodskin",
        "text": "Your skin is protected by a coat of blood magic that negates most magical attacks. Damage from most Magical attacks and Abilities restores your Stamina instead.\n",
        "art": "c_bloodsnakequeen",
        "element1": "dark",
        "element2": "light",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 865,
        "id": "ytt",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Ytt",
        "text": "Ytts are grey globs that resemble a gross mess of a headless person that can transform into other creature of the realm on command. Ytts have access to the Image Clone, Shred Flesh, and Morph Companion abilities.\n",
        "stamina": "50",
        "art": "c_ytt",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_magic"
    },
    {
        "x": 866,
        "id": "imageclone",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Image Clone",
        "text": "Morph your entire body so that you look identical to a Target. You may change the size of your tile to match your Targets.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "5"
    },
    {
        "x": 867,
        "id": "shredflesh",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Shred Flesh",
        "text": "Explode the flesh, organs, and blood off your own body transforming you back into your original Ytt state. Remove any Companion cards in your Inventory that are not Ytt Companion cards. The casting of this Spell as a non-Ytt is not recommend and will cause you to Death Roll. This Spell is often called the Goodbye Spell, as it is used by some mages as a way of taking their own life. \n",
        "art": "companion",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 868,
        "id": "morph",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Morph",
        "text": "You have the ability to change your body to into any creature in the realm. At the start of Combat, draw a new Companion and place those cards on top of these Companion cards. The Stamina of your Companion does not change.\n",
        "art": "c_ytt",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 869,
        "id": "owlrat",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Owlrat",
        "text": "Owlrats are annoying Beasts that distract and Blind Foes for their Masters. Owlrats have access to the Peck, Dust Cloud, and Pocket Sand Companion abilities.\n",
        "stamina": "40",
        "art": "c_owlrat",
        "gem1": "companion",
        "gem2": "companion_beast"
    },
    {
        "x": 870,
        "id": "peck",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Peck",
        "text": "Jab at a Target with your beak or face smashing into them for 10 Damage and Blinding them.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 871,
        "id": "dustcloud",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Dust Cloud",
        "text": "Spin quickly in a circle causing sand, dirt, and dust to fly every and hitt all adjacent Targets, Blinding them.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "range",
        "gem2text": "1"
    },
    {
        "x": 872,
        "id": "pocketsand",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Pocket Sand",
        "text": "You are always prepared to cause a distraction for your Master in a pinch. Whenever you Blind a Foe, your Master may Basic Attack as a No-Roll Bonus Action.\n",
        "art": "c_owlrat",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 873,
        "id": "scrooge",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Scrooge",
        "text": "Scrooges are extremely violent and intelligent beings that infest the minds of common ducks and geese. While it is possible to communicate with them, they cannot speak. Scrooges have access to the Fowl Entourange, Ray of Frost EX, and Blinged Out Companion abilities.\n",
        "stamina": "45",
        "art": "c_scrooge",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_magic"
    },
    {
        "x": 874,
        "id": "fowlentourage",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Fowl Entourage",
        "text": "Quack loudly to summon 2 Scrooge Minions linked to you that just happen to arrive as you called for them. Whenever you cast a Spell, these Minions may the same Spell as No-Roll Bonus Actions.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 875,
        "id": "rayoffrostex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Ray of Frost EX",
        "text": "Encase a Target in ice causing Freezing. Any Basic Attacks against this frozen Target will cause them to shatter and take 10 Damage.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 876,
        "id": "blingedout",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Blinged Out",
        "text": "You always dress to impress and have an uncontrollable urge when it comes to treasures and jewels. You may put any Item Treasure card in this slot for this Companion to use. If you put a Weapon in this slot, your Companion may deal 20 Damage when using a Basic Attack.\n",
        "art": "c_scrooge",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 877,
        "id": "cowfrog",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Cowfrog",
        "text": "Cow Frogs are giant beasts that love to eat with an exceptionally strong appetite for Goblins. Cow Frogs have access to the Tongue Lash, Swallow, and Regenerative Cells Companion abilities.\n",
        "stamina": "70",
        "art": "c_cowfrog",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_large"
    },
    {
        "x": 878,
        "id": "tonguelash",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Tongue Lash",
        "text": "Whip out your long disgusting tongue at a Target dealing 10 Damage and pulling them as close as possible to you.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "range",
        "gem2text": "10"
    },
    {
        "x": 879,
        "id": "swallow",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Swallow",
        "text": "Swallow a Target whole forcing them to Death Roll. Low rolls with this Ability cause you to move towards the nearest Ally and use it on them instead in confusion.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 880,
        "id": "regenerativecells",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Regenerative Cells",
        "text": "Your skin is able to quickly regenerate when taking hits, revitalize you in combat. At the start of every round, restore all of your Stamina.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 881,
        "id": "shroomtrent",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Shroomtrent",
        "text": "Shroomtrents are monsters that grow in dense forests and jungles, draining the nutrients from the roots as they grow in size. Shroomtrents have access to the Fungal Stomp, Fungal Shield, and Fungal Odor Companion abilities.",
        "stamina": "65",
        "art": "c_shroomtrent",
        "gem1": "companion",
        "gem2": "companion_magic",
        "gem3": "companion_large"
    },
    {
        "x": 882,
        "id": "fungalstomp",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Fungal Stomp",
        "text": "Smash an Area dealing 10 Damage to Targets and transforming all empty spaces into Rough Terrain.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "3",
        "gem3": "area",
        "gem3text": "2"
    },
    {
        "x": 883,
        "id": "fungalshield",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Fungal Shield",
        "text": "Encase an Ally with a layer of enchanted mold that prevents all Damage and Death Rolls for the rest of the round. You may only use Fungal Shield once on each Ally per game.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 884,
        "id": "fungalodor",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Fungal Odor",
        "text": "You automatically spray potential attackers with a fungal odor that disorients them momentarily. Whenever you are Targeted by an Attack or Ability, the Target rolls at least 2 dice and takes the roll with the worst result.\n",
        "art": "c_shroomtrent",
        "element1": "earth",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 885,
        "id": "catapultturtle",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Catapult Turtle",
        "text": "Catapult Turtles are very passive creatures that live in shallow waters and are very easy to tame. Catapult Turtles have access to Snap, Polish, and Catapult Shell Companion abilities.\n",
        "stamina": "60",
        "art": "c_catapultturtle",
        "gem1": "companion",
        "gem2": "companion_beast"
    },
    {
        "x": 886,
        "id": "snap",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Snap",
        "text": "Quickly snap at a Target dealing Damage equal to your roll. Critical Hits with this Ability cause Death Rolls.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 887,
        "id": "polish",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Polish",
        "text": "Coat a Target in a Polish that causes their High Rolls to become Critical Hits for the rest of the round. Critical Hits with this Spell cause your Target's next Action to Critical Hit.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 888,
        "id": "catapultshell",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Catapult Shell",
        "text": "You have a springy shell that protects you from unwanted attention. Whenever a Foe moves into a space adjacent of you, you may roll to knock them back up to 3 spaces. Critical Hits with this Passive grant your Master a Bonus Action.\n",
        "art": "c_catapultturtle",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 889,
        "id": "lacerator",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Lacerator",
        "text": "Lacerators are mindless carnivorous plants that are easy to manipulate by a Skilled Earth Mage. Lacerators have access to Vine Lash, Deep Tunnel, and Rooted.\n",
        "stamina": "45",
        "art": "c_lacerator",
        "gem1": "companion",
        "gem2": "companion_magic",
        "gem3": "companion_large"
    },
    {
        "x": 890,
        "id": "vinelash",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Vine Lash",
        "text": "Grab a Target anywhere on the Battlefield with your vines as they tunnel up beneath them and deal 25 Damage, Poisoning them.",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "99"
    },
    {
        "x": 891,
        "id": "deeptunnel",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Deep Tunnel",
        "text": "Quickly dig underground and reappear anywhere on the Battlefield, transforming all adjacent spaces into Rough Terrain.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "99"
    },
    {
        "x": 892,
        "id": "engrained",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Rooted",
        "text": "You require yourself to be anchored to the ground to use your Abilities. After using an Ability in Combat, you cannot Move or be Moved until put in Danger or the end of combat.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 893,
        "id": "mommalacerator",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Momma Lacerator",
        "text": "Momma Lacerators are breeder Lacerators that can multiply very rapidly. Momma Lacerators have access to Grand Pollination, Deep Tunnel, and Rooted.\n",
        "stamina": "90",
        "art": "c_mommalacerator",
        "gem1": "companion",
        "gem2": "companion_magic",
        "gem3": "companion_large"
    },
    {
        "x": 894,
        "id": "grandpollination",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Grand Pollination",
        "text": "Release your spores violently dealing 10 Damage to all adjacent Targets and spawning 6 Minions linked to you anywhere on the Battlefield. If you are put in Danger, all Minions linked to you are destroyed.",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "99"
    },
    {
        "x": 895,
        "id": "tarandos",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Tarandos",
        "text": "Tarandos are large elk creatures that are peaceful herbivores found in dense forests. Tarandos have access to the Skullbash, Giant Growth, and Devotion Companion abilities.\n",
        "stamina": "65",
        "art": "c_tarandos",
        "gem1": "companion",
        "gem2": "companion_beast"
    },
    {
        "x": 896,
        "id": "skullbash",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Skullbash",
        "text": "Lower your head and take aim at a Target. Whenever the Target next tries to use an Action, you may interrupt that Action by charging at them dealing 10 Damage .\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "10"
    },
    {
        "x": 897,
        "id": "giantgrowth",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Giant Growth",
        "text": "Surround a Target in a mist that dramatically increases their size transforming them into a Large Tile until end of combat. \n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 898,
        "id": "devotion",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Devotion",
        "text": "You are extremely devoted to your Master. If your Master fails a Death Roll, you will take the attack that caused it and die on their behalf.\n",
        "art": "c_tarandos",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 899,
        "id": "vhark",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Vhark",
        "text": "Vharks are one of the most aggressive carnivores in the realms with a long standing reputation for how dangerous they can be. Vharks have access to the Skydive, Hunter Seeker Beam, and Flight Companion abilities.\n",
        "stamina": "50",
        "art": "c_vhark",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_large"
    },
    {
        "x": 900,
        "id": "skydive",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Skydive",
        "text": "Swoop down quickly at Target biting them for 5 Damage and then move to any space on the Battlefield. The Damage Skydive deals is increased by 10 at the end of every round of combat.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "99"
    },
    {
        "x": 901,
        "id": "hunterseekerbeam",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Hunter Seeker Beam",
        "text": "Release a barrage of arcane energy from your eyes that deal 5 Damage to all Targets on the Battlefield or select up to 5 spaces to transform into Rough Terrain.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "range",
        "gem2text": "99",
        "gem3": "spell"
    },
    {
        "x": 902,
        "id": "bullogre",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Bullogre",
        "text": "Bullogres are two headed beasts with a very quick temper. Bullogres have access to the Skullbash, Doublekick, and Cerbullus Companion abilities.\n",
        "stamina": "65",
        "art": "c_bullogre",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_large"
    },
    {
        "x": 903,
        "id": "cerbullus",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Cerbullus",
        "text": "You are born from primal magic which allows you to bend elemental powers to your will. Whenever you are hit by a Spell Ability, you may cast a copy of that Spell as a No-Roll Bonus Action.\n",
        "art": "c_bullogre",
        "element1": "fire",
        "element2": "ice",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 904,
        "id": "slime",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Slime",
        "text": "Slimes are bouncy friendly creatures that can blur the line of individuality by splitting into clones that are mentally linked. Slimes have access to the Venomnate, Terra Ooze, and Multiformed Companion Abilities.\n",
        "stamina": "1",
        "art": "c_slime",
        "gem1": "companion",
        "gem2": "companion_magic"
    },
    {
        "x": 905,
        "id": "venomnate",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Venomnate",
        "text": "Spew a toxic poison onto a Target that deals 5 Damage and Poisoning them.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "1"
    },
    {
        "x": 906,
        "id": "terraooze",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Terra Ooze",
        "text": "Expel a bright color ooze from your body and transform the space or spaces you are currently standing on into Rough Terrain.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 907,
        "id": "multiformed",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Multiformed",
        "text": "Your body is able to split apart into smaller clones of yourself and merge back together at a later date. At the start of combat, transform yourself into 8 Minions linked to your Master. Whenever you cast a Spell, all of these Minions use the Spell. If all 8 Minions are destroyed, you must Death Roll. \n",
        "art": "c_slime",
        "element1": "earth",
        "element2": "ice",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 908,
        "id": "raskum",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Raskum",
        "text": "The Raskum are an intelligent race of immortal panthers. The Raskum have access to the Bite, Honorfang, and Divinity Companion abilities.\n",
        "stamina": "35",
        "art": "c_raskum",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_talk"
    },
    {
        "x": 909,
        "id": "honorfang",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Honorfang",
        "text": "Bite a Target with your fangs causing both of your inner spirits to battle to the death. Both you and the Target Roll and whoever rolls lowest is forced to Death Roll.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 910,
        "id": "wowzer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Wowzer",
        "text": "Wowzers are telepathic jaguars that are the descendants of their ancient race the Raskum. Wowzers have access to the Magic Paw, Honorfang, and Telepathic Companion abilities.\n",
        "stamina": "35",
        "art": "c_wowzer",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_talk"
    },
    {
        "x": 911,
        "id": "magicpaw",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Magic Paw",
        "text": "Swipe at a Target with two conjured magical paws that deals 15 Damage. This Ability does 35 Damage against Beasts.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 912,
        "id": "telepathic",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Telepathic",
        "text": "You are able to read the minds of those around you effortlessly. Whenever you are attacked by a Basic Attack or Ability, you may roll to Dodge. High Rolls will negate or reduce the damage taken.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 913,
        "id": "gnoll",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnoll",
        "text": "Gnolls are short lizard people who excel at casting Water Spells. Gnolls have access to the Aqua Blast, Bubble, and none Flowing Water abilities.\n",
        "stamina": "50",
        "art": "c_gnoll",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 915,
        "id": "bubble",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Bubble",
        "text": "Shell a Target in a watery bubble that prevents them taking Damage and using Actions for the rest of the round.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 916,
        "id": "flowingwater",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Flowing Water",
        "text": "You are one with the ocean and can bend your Ice Magic to your needs in battle. Whenever you High Roll with an Ice Spell, draw 1 random Ice Spell. You may continue casting this Spell or cast the random Spell instead.\n",
        "art": "c_gnoll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 917,
        "id": "pig",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Pig",
        "text": "Pigs are terrible Companions that are a burden to bring along with you. Pigs have access to the Oink, Roll Over, and Magically Plump Companion abilities.\n",
        "stamina": "35",
        "art": "c_pig",
        "gem1": "companion",
        "gem2": "companion_beast"
    },
    {
        "x": 918,
        "id": "oink",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Oink",
        "text": "Let out a fierce Oink that does absolutely nothing. This is a very basic Spell well known by farmers and butchers.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 919,
        "id": "magicallyplump",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Magically Plump",
        "text": "Your body is filled with magical energy that makes you very powerful and tasty. During Character Creation, you may sell this Companion back to the Gamemaster for 1000g. When Killed, Pigs explode into showers of golden coins.\n",
        "art": "c_pig",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 920,
        "id": "spooky",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Spooky",
        "text": "Spookies are giant fiery elementals far beyond the power level of a simple fire spirit that wield extremely powerful magics. Spookies have access to the Arcing Fire, Flame Tether, and Born of Flame Companion abilities.\n",
        "stamina": "65",
        "art": "c_spooky",
        "gem1": "companion",
        "gem2": "companion_magic",
        "gem3": "companion_large"
    },
    {
        "x": 921,
        "id": "arcingfire",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Arcing Fire",
        "text": "Release a breath of fire that deal 15 Damage in a Line that then arcs up to 90 degrees in a direction of your choice to hit additional Targets.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 922,
        "id": "flametether",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Flame Tether",
        "text": "Attach a fiery tether to all Targets in an Area around you which causes them to suffer the Damage of the next Ability they use as well.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 923,
        "id": "bornofflame",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Born of Flame",
        "text": "You were born of fire and wield it as an element with great ease. Whenever you cast a Fire Spell, spawn a Fire Spirit Minion linked to you anywhere on the Battlefield.",
        "art": "c_spooky",
        "element1": "fire",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 924,
        "id": "dragonfly",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dragonfly",
        "text": "Dragonflies are magical beasts created by Dragon Aspect Vlaurunga herself to aid in the management of her whelping dens. Dragonflies have access to the Poison Breath, Eggtomb, and Seed of Despair Companion abilities.\n",
        "stamina": "65",
        "art": "c_dragonfly",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_magic",
        "gem4": "companion_large"
    },
    {
        "x": 925,
        "id": "poisonbreath",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Poison Breath",
        "text": "Breath out a corrosive poison that deals 15 Damage to a Target, Poisoning them.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 926,
        "id": "eggtomb",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Eggtomb",
        "text": "Grab a Target and entomb them inside an Egg. If this Target is not freed before the end of the next round, they must Death Roll. \n",
        "art": "companion",
        "element1": "earth",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 927,
        "id": "seedofdespair",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Seed of Despair",
        "text": "You can feel something creep inside your own mind that is waiting to be awoken. Whenever you Basic Attack a Target with a High Roll, infect them with Seed of Despair and add this card to their Character. Whenever you fail a Death Roll, the Gamemaster will spawn 6 Dragonflies as Foes onto the Battlefield that will attack all Characters.\n",
        "art": "c_dragonfly",
        "element1": "earth",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 928,
        "id": "raven",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Raven",
        "text": "Ravens are said to be very spiritual beasts that host the corrupted spirits of the damned. Ravens have access to the Peck, Flap, and Damned Companion abilities.\n",
        "stamina": "35",
        "art": "c_raven",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_magic"
    },
    {
        "x": 929,
        "id": "gerrymander",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gerrymander",
        "text": "Gerrymanders are very powerful salamanders that excel at manipulating the terrain of the Battlefield in your favor. Gerrymanders have access to the Magma Orb, Combustion Wave, and Unfair Boundaries Companion abilities.\n",
        "stamina": "80",
        "art": "c_gerrymander",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_large"
    },
    {
        "x": 930,
        "id": "magmaorb",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Magma Orb",
        "text": "Spew a orb made out of molten lava at a Target that deals 5 Damage and transforms all empty spaces adjacent to the Target into Dangerous Terrain.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 931,
        "id": "combustionwave",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": " Combustion Wave",
        "text": "Smash your tail into the ground and warp the Battlefield by transforming all Rough and Walled Terrain into Dangerous Terrain. If you do not have a tail, this Spell causes you to soil yourself with liquid magma forcing you to Death Roll.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 932,
        "id": "unfairboundaries",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Unfair Boundaries",
        "text": "You have the skill to control the dynamics of the Battlefield to mold them to your benefit. At the end of every round, you may move every Rough, Dangerous, and Walled Terrain space up to 2 spaces each. You cannot move Dangerous or Walled Terrain spaces into spaces with Characters.\n",
        "art": "c_gerrymander",
        "element1": "fire",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 933,
        "id": "steelbeak",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Steelbeak",
        "text": "Steelbeaks are small little birds with an extremely durable metal beak causing some warriors to wield the small creatures as weapons. Steelbeaks have access to the Puncture, Featherguard, and Mighty Beak Companion abilities. \n",
        "stamina": "40",
        "art": "c_steelbeak",
        "gem1": "companion",
        "gem2": "companion_beast"
    },
    {
        "x": 934,
        "id": "puncture",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Puncture",
        "text": "Pierce through a Target's defenses and deal 10 Damage leaving them defenseless. If successful, your Master may Basic Attack as a No-Roll Bonus Action.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 935,
        "id": "featherguard",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Featherguard",
        "text": "Defend yourself and your Allies by forming a shield made out of magical feathers. Allies in an Area centered on you are immune non-Magic attacks and Abilities for the rest of the round.\n",
        "art": "companion",
        "element1": "light",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3"
    },
    {
        "x": 936,
        "id": "mightybeak",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Mighty Beak",
        "text": "You have a very powerful beak that is as strong as some of the most powerful weapons. This Companion can be used as a Weapon by it's Master when using Basic Attacks that does 10 Damage. If used as a Weapon, do not place a Tile for this Companion on the Battlefield. You may still have this Companion use it's Abilities while wielding it.\n",
        "art": "c_steelbeak",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 937,
        "id": "crunchodile",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Crunchodile",
        "text": "Crunchodiles are reptiles that are common to find in shady shallow waters that can live in many different climates and conditions . Crunchodiles have access to the Crunch, Swallow, and Regenerative Cells Companion abilities.\n",
        "stamina": "50",
        "art": "c_crunchodile",
        "gem1": "companion",
        "gem2": "companion_beast"
    },
    {
        "x": 938,
        "id": "spider",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Spider",
        "text": "Spiders are intelligent hateful creatures that prey on life itself. Spiders are able to speak the common language and many others and are born with the ageless curse. Spiders have access to the Death Web, Eggtomb, and Deathweavers Companion abilities.\n",
        "stamina": "60",
        "art": "c_spider",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_magic",
        "gem4": "companion_large",
        "gem5": "companion_talk"
    },
    {
        "x": 939,
        "id": "deathweb",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Death Web",
        "text": "Spew a black and sticky substance that transforms an Area into Dangerous Terrain. The knowledge of this Spell makes you immune to the effects of Dangerous Terrain.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 940,
        "id": "deathweavers",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Deathweavers",
        "text": "You are a weaver of Death and can cast the Ageless curse on Living Beings. Whenever you kill a Target, you instead transform it into an ageless thrall Minion linked to you\n",
        "art": "c_spider",
        "element1": "dark",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 941,
        "id": "shezaite",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Shezaite",
        "text": "The Shezaite are a race of female bull elves who specialize in close range combat. The Shezaite have access to the Culling Swing, Ram, and Melee Master Companion abilities.\n",
        "stamina": "90",
        "art": "c_shezaite",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_human",
        "gem4": "companion_talk"
    },
    {
        "x": 942,
        "id": "cullingswing",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Culling Swing",
        "text": "Swing your weapon in an efficiently violent fashion that deals 30 Damage to all adjacent Targets.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 943,
        "id": "meleemaster",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Melee Master",
        "text": "Whenever you are attacked by an adjacent Target, dodge the attack or Spell and counter with your own attack that deals 30 Damage. You do not need to roll for this effect to occur.\n",
        "art": "c_shezaite",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 944,
        "id": "darkenhobgob",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Darken Hobgob",
        "text": "Darken Hobgobs are powerful Sorcerers who wield improvised Blood Magic Spells that can manipulate the power of other magics. Darken Hobgobs have access to Fleshbomb, Blood Magic Circle and Bloodlust Companion abilities.\n",
        "stamina": "45",
        "art": "c_darkenhobgob",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 945,
        "id": "fleshbomb",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Flesh Bomb",
        "text": "Throw a magical bomb made up of the flesh of different creatures and people infused with Dark essence that explodes dealing 10 Damage in an Area.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "5",
        "gem5": "area",
        "gem5text": "3"
    },
    {
        "x": 946,
        "id": "bloodmagiccircle",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Blood Magic Circle",
        "text": "Pull out a jar filled with blood and sprinkle it in a circle around you transforming all spaces in an Area centered around you into Rough Terrain. Whenever a Character casts a Spell while standing on one of these spaces, they roll with a six sided die.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 947,
        "id": "bloodlust",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Bloodlust",
        "text": "You cause hate to flow through your Master to unleash a deadly power locked deep inside them. At the start of the round, enrage your Master with a vicious blood spell that grants them a Bonus Action using a six sided die.\n",
        "art": "c_darkenhobgob",
        "element1": "dark",
        "element2": "light",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 948,
        "id": "walrus",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Walrus",
        "text": "Walrus are peculiar beasts that when trained and educated can be as intelligent as most elves, but are more often feral beasts in the wild. Walrus have access to the Slap, Swallow, and Telepathic Companion abilities.\n",
        "stamina": "70",
        "art": "c_walrus",
        "gem1": "companion",
        "gem2": "companion_beast",
        "gem3": "companion_talk",
        "gem4": "companion_large"
    },
    {
        "x": 949,
        "id": "slap",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Slap",
        "text": "Surprise attack a Target with a slap out of nowhere that does 10 Damage. Average Rolls or higher with this Ability allow you to use it again on the same Target as a Bonus Action.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 950,
        "id": "octodrak",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Octodrak",
        "text": "Octodraks are small mean spirited reptiles that are hyper aggressive. Octodraks have access to the Puncture, Razorstrike, and Over Aggression Companion abilities.\n",
        "stamina": "50",
        "art": "c_octodrak",
        "gem1": "companion",
        "gem2": "companion_beast"
    },
    {
        "x": 951,
        "id": "razorstrike",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Razorstrike",
        "text": "Strike a Target with the razor's edge of your claw or weapon dealing 10 Damage. Defeating a Target or Critical Hits with this Ability cause the Target to Death Roll twice.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 952,
        "id": "overaggression",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Over Aggression",
        "text": "Your wild aggression can work to both your benefit or your downfall in a battle. Whenever you use a Companion ability, you may roll a six sided die.\n",
        "art": "c_octodrak",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 953,
        "id": "whelpling",
        "type": "legendary",
        "title": "Companion",
        "subtitle": "Whelpling",
        "text": "Whelplings are young Dragons that have yet to grow into their full potential. While they are not divine creatures initially, a Whelplings magic grows overtime as they slowly learn the unbounded power of creation magic. Whelplings are Legendary Companions that require the Inventory space that two full Companions would have. They have access to the Fierce Talons, Tail Swipe, Feast, Dragon Flames, Mammoth, Divine Scales, and Enrage Cards.\n",
        "stamina": "75",
        "art": "c_whelpling",
        "gem1": "legendary",
        "gem2": "companion",
        "gem3": "companion_beast",
        "gem4": "companion_large"
    },
    {
        "x": 954,
        "id": "fiercetalons",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Fierce Talons",
        "text": "Slash a Target with your claws or talons dealing 25 Damage. If your Target was attempting to use an Action and this Ability is used as a response, interrupt the Targets Action causing it to Critical Fail.\n",
        "art": "c_whelpling",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 955,
        "id": "tailswipe",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Tail Swipe",
        "text": "Spin your body in a circle swiping all adjacent Targets with your tail dealing 20 Damage and knocking them back 10 spaces.\n",
        "art": "c_whelpling",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 956,
        "id": "feast",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Feast",
        "text": "Swallow a Target in Danger forcing them to Death Roll 3 more times. If the Target is killed or was already dead, restore all of your Stamina.\n",
        "art": "c_whelpling",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 957,
        "id": "dragonfire",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Dragon Flames",
        "text": "Breath forward a massive stream of fire that deals 99 Damage. Attempting to dodge or interrupt this Ability with anything lower then a High Roll will cause a Critical Fail. \n",
        "art": "c_whelpling",
        "element1": "fire",
        "element2": "fire",
        "gem1": "legendary",
        "gem2": "limited",
        "gem3": "line",
        "gem3text": "20"
    },
    {
        "x": 958,
        "id": "divinescales",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Divine Scales",
        "text": "You are covered in scales of a divine being which causes you to never grow older than the peak of your own maturity. Whenever you are struck by an Attack or Spell that rolled Low, roar loudly and grant yourself a Bonus Action.\n",
        "art": "c_whelpling",
        "element1": "light",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell"
    },
    {
        "x": 959,
        "id": "mammoth",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Mammoth",
        "text": "You are a mountain of a beast which greatly increases your size and brawn. You are not just a Large Tile, but a Massive Tile. Massive Tiles have all the same effects as being a Large Tile and have their stamina quadrupled at the end of Character Creation.\n",
        "art": "c_whelpling",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 960,
        "id": "enrage",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Enrage",
        "text": "You hold your master in such high regard that his Death will only make you more powerful. If your Master is killed in Combat, you may continue to play as this Companion and gain the ability to Speak. \n",
        "art": "c_whelpling",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "passive"
    },
    {
        "x": 961,
        "id": "ogre",
        "type": "legendary",
        "title": "Companion",
        "subtitle": "Ogre",
        "text": "Ogres are two headed monsters that wield enormous power, but often suffer due to the inability to work together as one. Ogres are Legendary Companions that require the Inventory space that two full Companions would have. Ogres have access to the Mighty Club, Mighty Squeeze, Double Spell, Ogre Magic, Dual Personality, Doom Clock, and Spellproof Companion abilities.\n",
        "stamina": "90",
        "art": "c_ogre",
        "gem1": "legendary",
        "gem2": "companion",
        "gem3": "companion_human",
        "gem4": "companion_large"
    },
    {
        "x": 962,
        "id": "mightyclub",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Mighty Club",
        "text": "Bash a Target with a Club you crafted yourself that deals 25 Damage to a Target and creates a Rough Terrain space where they are standing. If the Target is already standing on Rough Terrain, this Ability Critical Hits as long as you do not roll a Critical Fail.\n",
        "art": "c_ogre",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "item",
        "gem4": "melee",
        "gem4text": "1",
        "gem5": "area",
        "gem5text": "2"
    },
    {
        "x": 963,
        "id": "mightysqueeze",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Mighty Squeeze",
        "text": "Grab a Target with just your hand and squeeze them in your palm dealing 20 Damage and Stunning them. You cannot use this Ability on Targets of equal or greater size.\n",
        "art": "c_ogre",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "regular"
    },
    {
        "x": 964,
        "id": "doublespell",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Double Spell",
        "text": "You have mastered a singular Spell that you can cast with both hands at up to two different Targets. The first time you use this Spell, choose an Element and draw 5 random Spells and pick 1 to cast as a Bonus Action. For all subsequent uses of this Spell, cast the same Spell you first drew.\n",
        "art": "c_ogre",
        "element1": "fire",
        "element2": "earth",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "spell"
    },
    {
        "x": 965,
        "id": "ogremagic",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Ogre Magic",
        "text": "Using a hidden power deep within you, draw forth on a wildly powerful spell. The first time you use this Spell, draw a random Legendary Spell to cast as a Bonus Action. For all subsequent uses of this Spell, cast the same Spell you first drew.\n",
        "art": "c_ogre",
        "element1": "fire",
        "element2": "earth",
        "gem1": "legendary",
        "gem2": "limited",
        "gem3": "spell"
    },
    {
        "x": 966,
        "id": "dualpersonality",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Dual Personality",
        "text": "You have two heads which causes you to sometimes argue with yourself. Choose another Player to act as your second head who may also spend Actions to cast any Spells this Companion knows. Your Master however, cannot cast the Spells this Companion knows.\n",
        "art": "c_ogre",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "passive"
    },
    {
        "x": 967,
        "id": "doomclock",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Doom Clock",
        "text": "Your power grows the longer you battle which causes you to become extremely dangerous when deep in combat. After the 5th round of Combat, all of your Attacks and Abilities cause Death Rolls.\n",
        "art": "c_ogre",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "passive"
    },
    {
        "x": 968,
        "id": "spellproof",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Spellproof",
        "text": "You project a powerful magical aura around the skin of your body that negates magic. You are Immune to all Magic. After the 5th round of Combat, you are no longer Immune to Magic and instead take twice as much Damage from Spells.\n",
        "art": "c_ogre",
        "element1": "ice",
        "element2": "ice",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell"
    },
    {
        "x": 969,
        "id": "gumioh",
        "type": "legendary",
        "title": "Companion",
        "subtitle": "Gumioh",
        "text": "Gumiohs are very rare creatures that can appear as both a colorful fox or a young, beautiful elven woman that they can freely shapeshift between their two forms at any moment. Gumiohs are Legendary Companions that require the Inventory space that two full Companions would have. Gumiohs have access to the Spellfury, Lucky Fox, Celestial Faith, Dejavu, Woodlinn Mantra, Glowing Heart Mantra, and Foxfire Mantra Companion abilities.\n",
        "stamina": "50",
        "art": "c_gumioh",
        "gem1": "legendary",
        "gem2": "companion",
        "gem3": "companion_magic"
    },
    {
        "x": 970,
        "id": "spellfury",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Spellfury",
        "text": "Empower a Target with massive surge of mana that causes them to cast an additional copy, at the same Target, of every Spell they cast for the rest of the round. After casting this Spell, you are put in Danger.\n",
        "art": "c_gumioh",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "limited",
        "gem3": "spell"
    },
    {
        "x": 971,
        "id": "luckyfox",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Lucky Fox",
        "text": "Show off a small charm or necklace to your Allies, claiming that luck is on your side for a brief moment. For the rest of the round, whenever an Ally rolls a 8, they Critical Hit while gold rains down from the sky as they complete their action. After casting this Spell, you are put in Danger.",
        "art": "c_gumioh",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "limited",
        "gem3": "spell"
    },
    {
        "x": 972,
        "id": "celestialfaith",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Celestial Faith",
        "text": "Destiny has decreed that you shall defend others at your own health, preventing a Death Roll a Target is about to roll then making them immune to Damage for the rest of the round. After casting this Spell, you are put in Danger.\n",
        "art": "c_gumioh",
        "element1": "light",
        "element2": "earth",
        "gem1": "legendary",
        "gem2": "limited",
        "gem3": "spell"
    },
    {
        "x": 973,
        "id": "dejavu",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Dejavu",
        "text": "A vision of events that have yet you transpire flowers through your mind and the minds of your Allies. Completely restart combat as if nothing had happened with the exception of this Spellcast. This Ability can only be used in the first round of combat or else the vision you and your Allies see is more or less a replay of events rather then a premonition. \n",
        "art": "c_gumioh",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "limited",
        "gem3": "spell"
    },
    {
        "x": 974,
        "id": "woodlinnmantra",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Woodlinn Mantra",
        "text": "You empower your Masters magics with the element of Earth that makes them more likely to Critically Hit in battle. High Rolls count as Critical Hits for your Masters Spells. \n",
        "art": "c_gumioh",
        "element1": "earth",
        "element2": "earth",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell"
    },
    {
        "x": 975,
        "id": "glowingheartmantra",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Glowing Heart Mantra",
        "text": "You enchant your Masters magics with the Element of Light that gives them the power to heal your Master as they spend mana to cast Spells. Your Masters Spells also now restore Stamina equal to the Damage dealt.\n",
        "art": "c_gumioh",
        "element1": "light",
        "element2": "light",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell"
    },
    {
        "x": 976,
        "id": "foxfiremantra",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Foxfire Mantra",
        "text": "You empower your Masters magics with the Element of Fire that makes them almost always successful and effective. Cards that claim they can reduce, negate, dodge, or block Spells are not applied to your Masters Spells. Your Master can only miss with their Spells on Critical Failures.\n",
        "art": "c_gumioh",
        "element1": "fire",
        "element2": "fire",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell"
    },
    {
        "x": 977,
        "id": "elemech",
        "type": "legendary",
        "title": "Companion",
        "subtitle": "Elemech",
        "text": "Elemechs are ancient war machines created from the times before the birth of Magic. Elemechs are Legendary Companions that require the Inventory space that two full Companions would have. Elemechs have access to the Arcane Particle Cannon, Telegrab, Wall of Thunder, Arcane Overload, Defensive Matrix, Mechwarrior, and Self Destruct Companion abilities.\n",
        "stamina": "80",
        "art": "c_elemech",
        "gem1": "legendary",
        "gem2": "companion",
        "gem3": "companion_mech",
        "gem4": "companion_talk"
    },
    {
        "x": 978,
        "id": "arcaneparticlecannon",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Arcane Particle Cannon",
        "text": "A giant mechanical cannon that fires a beam of pure Arcane energy that deals 50 Damage. The cannon has a long cooldown period after firing which means this Ability can only be used every other round of combat.\n",
        "art": "c_elemech",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "item",
        "gem4": "spell",
        "gem5": "line",
        "gem5text": "99"
    },
    {
        "x": 979,
        "id": "telegrab",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Telegrab",
        "text": "Grab hold of a Target with a kinetic hand and squeeze them dealing 10 Damage and Stunning them. Kinetic hands must recharge after each use which means this Ability can only be used every other round of combat.\n",
        "art": "c_elemech",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "item",
        "gem4": "spell",
        "gem5": "melee",
        "gem5text": "10"
    },
    {
        "x": 980,
        "id": "wallofthunder",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Wall of Thunder",
        "text": "Fire a small mechanical device at an empty space that transforms it and up to 4 other spaces in a line into Dangerous Terrain. Reloading this weapon takes a while which means this Ability can only be used every other round of combat.\n",
        "art": "c_elemech",
        "element1": "arcane",
        "element2": "fire",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "item",
        "gem4": "spell",
        "gem5": "range",
        "gem5text": "5"
    },
    {
        "x": 981,
        "id": "arcaneoverload",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Arcane Overload",
        "text": "Overload yourself with Arcane energy that you causes you to release bolts of electricity in all directions dealing 25 Damage to all Targets in range. The damage of this Spell is increased by 25 for every Ability that is currently recharging. Living beings that attempt to cast this Spell that are not skilled Arcane Mages electrocute themselves causing a Death Roll.\n",
        "art": "c_elemech",
        "element1": "arcane",
        "element2": "fire",
        "gem1": "legendary",
        "gem2": "limited",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "10"
    },
    {
        "x": 982,
        "id": "defensivematrix",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Defensive Matrix",
        "text": "You project a defensive matrix that can greatly protect you from powerful Basic Attacks and Abilities. You can never take more then 20 Damage from a single source of Damage.\n",
        "art": "c_elemech",
        "element1": "arcane",
        "element2": "fire",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell"
    },
    {
        "x": 983,
        "id": "mechwarrior",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Mechwarrior",
        "text": "You may host another character inside of your machine body. While out of combat, an Ally may enter or exit this Companion. While inside, they may still attack and cast Spells as normal, but cannot move. Some exceptions may need to be made by the Gamemaster depending on the Abilities used. If put in Danger, this Ally is ejected from you and may move up to 3 spaces.\n",
        "art": "c_elemech",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "passive"
    },
    {
        "x": 984,
        "id": "selfdestruct",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Self Destruct",
        "text": "You always go out with a bang. Whenever you fail a Death Roll, detonate yourself in a massive explosion dealing 99 Damage in an Area.\n",
        "art": "c_elemech",
        "element1": "arcane",
        "element2": "fire",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell",
        "gem4": "area",
        "gem4text": "5"
    },
    {
        "x": 985,
        "id": "highbear",
        "type": "legendary",
        "title": "Companion",
        "subtitle": "Highbear",
        "text": "Highbears themselves would never be your Companion, but this disgraced Lowbear will serve you better either way. Highbears are Legendary Companions that require the Inventory space that two full Companions would have. Highbears have access to the Honorless Maul, Ungrateful Ride, High Kings Roar, Touch of Kallisto, Archduke, The Highbear Dance, and Divinity Companion abilities.\n",
        "stamina": "99",
        "art": "c_highbear",
        "gem1": "legendary",
        "gem2": "companion",
        "gem3": "companion_beast",
        "gem4": "companion_large",
        "gem5": "companion_talk"
    },
    {
        "x": 986,
        "id": "honorlessmaul",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Honorless Maul",
        "text": "Swipe with your claws dealing 25 Damage in an Area. Roll 3 dice when using this Ability and ignore all Critical Failures.\n",
        "art": "c_highbear",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "melee",
        "gem3text": "1",
        "gem4": "area",
        "gem4text": "2"
    },
    {
        "x": 987,
        "id": "ungratefulride",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "Ungrateful Ride",
        "text": "Charge forward as many spaces as you like in a Line, dealing 20 Damage to Targets you trample through. Targets hit are pinned to you and pushing them along with you. If you push a Target into a Wall, they take an additional 10 Damage.\n",
        "art": "c_highbear",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "line",
        "gem3text": "99"
    },
    {
        "x": 988,
        "id": "highkingsroar",
        "type": "legendary",
        "title": "Companion Ability",
        "subtitle": "High Kings Roar",
        "text": "Let loose a massive roar that causes all Foes who hear it to potentially quake in fear. Weak, wounded, or cowardly Foes will surrender or run away when hearing this roar.\n",
        "art": "c_highbear",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "regular"
    },
    {
        "x": 989,
        "id": "touchofkallisto",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Touch of Kallisto",
        "text": "A blessing bestowed on you allows to fight almost endlessly by restoring one of your Anytime Actions and fully restoring your Stamina.",
        "art": "c_highbear",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 990,
        "id": "archduke",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Archduke",
        "text": "You are an archduke in the arcane arts which means you have a wide range of magical potential. You may replace any of your Companion Abilities with a random Spell from a selection of 3. Whenever you cast a Spell, you may cast a second copy as a No-Roll Bonus Action. You select another Target when using this Bonus Action.",
        "art": "c_highbear",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 991,
        "id": "thehighbeardance",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "The Highbear Dance",
        "text": "You have mastered the art of the Highbear Dance, an ancient battle style that allows you to evasively move in battle. Whenever a Foe uses a Move Action, you may move up to 5 spaces afterwards.\n",
        "art": "c_highbear",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "passive"
    },
    {
        "x": 992,
        "id": "divinity",
        "type": "legendary",
        "title": "Companion Passive",
        "subtitle": "Divinity",
        "text": "You were personally blessed by Kallisto, Dragon Sun God.  Whenever you Death Roll and survive, you gain a No-Roll Bonus Action. This Bonus Action is always a Critical Success.\n",
        "art": "c_highbear",
        "element1": "light",
        "element2": "light",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell"
    },
    {
        "x": 993,
        "id": "elvenwarrior",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Warrior",
        "text": "A defensive Elven Warrior Companion. Elven Warriors have access to Taunting Blow EX, Second Wind EX, and Personality Companion Abilities.\n",
        "stamina": "60",
        "art": "c_elven2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 994,
        "id": "shieldstanceex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Shield Stance EX",
        "text": "Prepare yourself from an incoming assault. For the rest of this round, whenever a Foe attacks you, counterattack them dealing 10 Damage.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 995,
        "id": "blockadeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Blockade EX",
        "text": "Raise up a weapon or shield to Block all incoming attacks and projectiles. For the rest of the round, reduce all damage taken to 1.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 996,
        "id": "personality",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Personality",
        "text": "Draw a random Attribute card and place it on top of this card.  You only gain the Stamina from this Attribute and none of the other special properties. If the Attribute would reduce your Stamina, increase it by the amount it would reduce instead.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "passive"
    },
    {
        "x": 997,
        "id": "dwarvenwarrior",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Warrior",
        "text": "An aggressive Dwarven Warrior Companion. Dwarven Warriors have access to  Whirlwind EX, Tosser EX, and Personality Companion abilities.\n",
        "stamina": "50",
        "art": "warrior",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 998,
        "id": "whirlwindex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Whirlwind EX",
        "text": "Throw yourself into a whirlwind hitting all adjacent Targets dealing 10 Damage. You may move up to 3 spaces before using this Ability.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "area",
        "gem2text": "3"
    },
    {
        "x": 999,
        "id": "tosserex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Tosser EX",
        "text": "Lift an adjacent Target and throw them up to 5 spaces at Target space. Foes will take 10 damage if thrown or hit by a Target who was thrown.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "range",
        "gem2text": "5"
    },
    {
        "x": 1000,
        "id": "porcishwarrior",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Warrior",
        "text": "A tanky Porcish Warrior Companion. Porcish Warriors have access to Taunting Blow EX, Second Wind EX, and Personality Companion abilities.\n",
        "stamina": "75",
        "art": "c_porcish2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk",
        "gem4": "companion_large"
    },
    {
        "x": 1002,
        "id": "tauntingblowex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Taunting Blow EX",
        "text": "Attack a Target dealing 10 Damage. If successful, the Target must only Basic Attack and use Abilities directed at you this round.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 1003,
        "id": "secondwindex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Second Wind EX",
        "text": "Focus your mind and body to grant yourself a massive dose of adrenaline and fight through the pain. Restore all of your Stamina.",
        "art": "companion",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 1004,
        "id": "elvenpaladin",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Paladin",
        "text": "A powerful Elven Paladin Companion. Elven Paladins have access to Purify EX, Honor Chains EX, and Personality Companion Abilities.\n",
        "stamina": "60",
        "art": "paladin",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1005,
        "id": "purifyex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Purify EX",
        "text": "Radiate forward a wave of bright fire that deals 10 Damage to Foes. Skilled Dark Mages take 20 Damage instead.\n",
        "art": "companion",
        "element1": "light",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 1006,
        "id": "honorchainsex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Honor Chains EX",
        "text": "Chain up to two Targets together or to the ground by binding them with holy light, Stunning and Burning them.",
        "art": "companion",
        "element1": "light",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1007,
        "id": "dwarvenpaladin",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Paladin",
        "text": "A tanky Dwarven Paladin Companion. Dwarven Paladins have access to Righteous Fury EX, Hammer of Sanctification EX, and Personality Companion abilities.",
        "stamina": "75",
        "art": "c_dwarven4",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1008,
        "id": "righteousfuryex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Righteous Fury EX",
        "text": "Swing your Warhammer in a forward arc dealing 10 Damage to up to 3 Targets. Skilled Dark Mages take 20 Damage instead.\n",
        "art": "companion",
        "element1": "light",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 1009,
        "id": "hammerofsanctificationex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Hammer of Sanctification EX",
        "text": "Call down a giant flaming Hammer that erupts into a wave of fire all over the Battlefield that deals 5 Damage.",
        "art": "companion",
        "element1": "light",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1010,
        "id": "gnomishpaladin",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Paladin",
        "text": "A supportive Gnomish Paladin Companion. Gnomish Paladins have access to Lay on Hands EX, Blessing of Strength EX, and Personality Companion abilities.",
        "stamina": "60",
        "art": "c_gnomish4",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1011,
        "id": "layonhandsex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Lay on Hands EX",
        "text": "Release a wave of light onto a Target that restores all of their Stamina. Skilled Dark Mages take Damage 40 Damage.",
        "art": "companion",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 1012,
        "id": "blessingofstrengthex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Blessing of Strength",
        "text": "Bless each Player with a powerful blessing that strengthens them to deal Double Damage with Basic Attacks until end of combat. Critical Failures still bless other Players regardless of the punishment from the failure.",
        "art": "companion",
        "element1": "light",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1013,
        "id": "elvensorcerer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Sorcerer",
        "text": "A nimble Elven Sorcerer Companion. Elven Sorcerers have access to Force Punch EX, Blink EX, and Personality Companion Abilities.",
        "stamina": "50",
        "art": "c_elven1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1014,
        "id": "forcepunchex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Force Punch EX",
        "text": "Punch through the air sending a gust of wind at a Target that deals 15 Damage and knocks them back 5 spaces.",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1015,
        "id": "blinkex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Blink EX",
        "text": "Teleport to Target empty space instantly. ",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 1016,
        "id": "gnomishsorcerer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Sorcerer",
        "text": "A sneaky Gnomish Sorcerer Companion. Gnomish Sorcerers have access to Ray of Frost EX, Rolling Fog EX, and Personality Companion abilities.",
        "stamina": "45",
        "art": "c_gnomish3",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1018,
        "id": "rollingfogex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Rolling Fog EX",
        "text": "Create a dense fog in 4 connected empty spaces and transform them into Rough Terrain. Skilled Earth Mages are not affected by these spaces. If ignited by a Fire Spell, all connected fog spaces will explode dealing 5 Damage to any Target inside or adjacent to these spaces.",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1019,
        "id": "dwarvensorcerer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Sorcerer",
        "text": "A strong Dwarven Sorcerer Companion. Dwarven Sorcerers have access to Flare EX, Enlarge EX, and Personality Companion abilities.",
        "stamina": "55",
        "art": "sorcerer",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1020,
        "id": "flareex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Flare EX",
        "text": "Summon a powerful ball of light in your hands that can be thrown for 15 Damage to a single Target or split into three separate balls that each deal 5 damage to three different Targets. Targets hit by flare are Blinded.",
        "art": "companion",
        "element1": "light",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1021,
        "id": "enlargeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Enlarge EX",
        "text": "Dramatically change the size of a Target or their weapon until end of combat. This Spells transforms the Target into a Large Tile until end of combat. If used on a Weapon, the Target gains the benefits of being a Large Tile without transforming into one.",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1022,
        "id": "porcishsorcerer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Sorcerer",
        "text": "A powerful Porcish Sorcerer Companion. Porcish Sorcerers have access to Frost Cut EX, Mana Shield EX, and Personality Companion abilities.",
        "stamina": "60",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1023,
        "id": "frostcutex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Frost Cut EX",
        "text": "Turn your Fist or Weapon into a shard of ice and stab a Target for 10 Damage. High Rolls cause Freezing.",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1024,
        "id": "manashieldex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mana Shield EX",
        "text": "Conjure a barrier of magic around a Target blocking the next source of Damage they take this round.",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1025,
        "id": "elvenwizard",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Wizard",
        "text": "A chilly Elven Wizard Companion. Elven Wizards have access to Iceblast EX, Blizzard EX, and Personality Companion Abilities.",
        "stamina": "45",
        "art": "c_elven2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1026,
        "id": "iceblastex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Iceblast EX",
        "text": "Blast a Target with a burst of Frost that deals 15 Damage and Freezing them. Critical Hits allow you to cast this Spell again as a No-Roll Bonus Action.",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1027,
        "id": "blizzardex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Blizzard EX",
        "text": "Summon forth a stormcloud that pelts the ground with shards of ice that deal 15 Damage to all Foes in an Area. Critical Hits will cause this Spell to hit all Foes on the Battlefield instead of being cast in an Area.",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 1028,
        "id": "dwarvenwizard",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Wizard",
        "text": "A fiery Dwarven Wizard Companion. Dwarven Wizards have access to Fireball EX, Flamelance EX, and Personality Companion abilities.",
        "stamina": "50",
        "art": "c_dwarven3",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1029,
        "id": "fireballex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Fireball EX",
        "text": "Throw a ball of fire dealing 20 Damage at a Target. Critical Hits cause this Spell to transform into Pyroblast instead.",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1030,
        "id": "flamelanceex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Flamelance EX",
        "text": "Throw a fire spear that deals 15 Damage. Rolling a Critical Hit causes Burning.",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 1031,
        "id": "gnomishwizard",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Wizard",
        "text": "A chaotic Gnomish Wizard Companion. Gnomish Wizards have access to Arcane Missiles EX, Arcane Beam EX, and Personality Companion abilities.",
        "stamina": "40",
        "art": "wizard",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1032,
        "id": "arcanemissilesex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Arcane Missiles EX",
        "text": "Shoot a barrage of 5 missiles that each deal 5 Damage at up to 5 Targets. Critical Hit doubles both the number of missiles fired and damage dealt.",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1033,
        "id": "arcanebeamex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Arcane Beam EX",
        "text": "Shoot a beam of pure arcane energy that can pierce through almost any terrain and deals 10 Damage. Critical Hits grant you a No-Roll Bonus Action to cast this Spell a second time.",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 1034,
        "id": "koboldmonk",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Monk",
        "text": "A crafty Kobold Monk Companion. Kobold Monks have access to Force Pillar EX, Wind Walk EX, and Personality Companion abilities.",
        "stamina": "65",
        "art": "monk",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1035,
        "id": "forcepillarex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Force Pillar EX",
        "text": "Using your inner spirit, bend the earth in an Area to summon a pillar out of the ground, walls, or ceiling transforming up to 4 spaces into Walled Terrain. Targets in these spaces take 5 Damage and are pushed away.",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1036,
        "id": "windwalkex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Wind Walk EX",
        "text": "Transform into a nimbus and travel at great speeds to move up to 5 spaces. Each space you move through transforms them into Rough Terrain spaces.",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1037,
        "id": "dwarvenmonk",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Monk",
        "text": "A peaceful Dwarven Monk Companion. Dwarven Monks have access to Way of the Tiger EX, Soothe Spirits EX, and Personality Companion abilities.",
        "stamina": "65",
        "art": "c_dwarven3",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1040,
        "id": "porcishmonk",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Monk",
        "text": "A deadly Porcish Monk Companion. Porcish Monks have access to Serpent Sting EX, Wind Walk EX, and Personality Companion abilities.",
        "stamina": "50",
        "art": "c_porcish2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1043,
        "id": "koboldbard",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Bard",
        "text": "A holy Kobold Bard Companion. Kobold Bards have access to Divine Mending EX, Surefire Melody EX, and Personality Companion abilities.",
        "stamina": "70",
        "art": "c_kobold2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1044,
        "id": "divinemendingex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Divine Mending EX",
        "text": "Channel the power of the light through a Target anywhere on the Battlefield restoring 25 Stamina.",
        "art": "companion",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1045,
        "id": "surefiremelodyex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Surefire Melody EX",
        "text": "Play a quick tune on your favorite instrument to empower an Ally for this round. The Ally who hears this tune is sure to hit with their Basic Attacks and Abilities unless they Critically Fail.",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1046,
        "id": "dwelfbard",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwelf Bard",
        "text": "A charming Dwelf Bard Companion. Dwelf Bards have access to Disguise EX, Charm EX, and Personality Companion abilities.",
        "stamina": "65",
        "art": "bard",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1047,
        "id": "disguiseex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Disguise EX",
        "text": "Change the voice you use for your Character to disguise yourself. You may take on the shape of any creature or race until you stop doing the voice, in which case the magic of this Spell breaks and you are transformed back to normal.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1048,
        "id": "charmex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Charm EX",
        "text": "Attempt to Charm a Target with your allures, Charming Them.",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1049,
        "id": "porcishbard",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Bard",
        "text": "A musical Porcish Bard Companion. Porcish Bards have access to Lullaby EX, Distracting Shout EX, and Personality Companion abilities.",
        "stamina": "75",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1050,
        "id": "lullabyex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Lullaby EX",
        "text": "Sing a soft song that to a Foes which puts them to sleep which causes Freezing.",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1051,
        "id": "distractingshoutex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Distracting Shout EX",
        "text": "Scream at a Target startling them forcing them to redirect all of their Attacks and Abilities on to you for the rest of the round.",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "range",
        "gem2text": "10"
    },
    {
        "x": 1052,
        "id": "elvencabalist",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Cabalist",
        "text": "A dark natured Elven Cabalist Companion. Elven Cabalists have access to Lifedrain EX, Blanket of Darkness EX, and Personality Companion Abilities.",
        "stamina": "50",
        "art": "cabalist",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1053,
        "id": "shadowiceex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Shadow Ice EX",
        "text": "Throw a shard of black ice that deals 15 damage. If the Target is on Rough or Dangerous Terrain, deal 25 Damage instead.",
        "art": "companion",
        "element1": "dark",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1054,
        "id": "blanketofdarknessex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Blanket of Darkness EX",
        "text": "Create a blanket of darkness in an Area transforming all spaces inside it into Rough Terrain. Whenever a Target finishes using an Action inside this Area, they become Charmed. The blanket may be destroyed at any time by any Skilled Dark Mage causing all Targets inside to take 30 Damage in the resulting implosion.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 1055,
        "id": "porcishcabalist",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Cabalist",
        "text": "A gross Porcish Cabalist Companion. Porcish Cabalists have access to Grand Raven's Claw EX, Blanket of Darkness EX, and Personality Companion abilities.",
        "stamina": "60",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1056,
        "id": "lifedrainex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Life Drain EX",
        "text": "Drain the life out of a Target dealing 10 Damage and restores Stamina equal to the amount of damage dealt. Your Target must be a Living being in order to restore Stamina.",
        "art": "companion",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1057,
        "id": "pestilenceex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Pestilence EX",
        "text": "Release a cloud of disease in an Area transforming all spaces inside it into Rough Terrain. At the start of every round, Poison all Targets inside this cloud.",
        "art": "companion",
        "element1": "dark",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 1058,
        "id": "dwarvencabalist",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Cabalist",
        "text": "A selfless Dwarven Cabalist Companion. Dwarven Cabalists have access to Nearsight EX, Essence Tap EX, and Personality Companion abilities.",
        "stamina": "75",
        "art": "c_dwarven4",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1059,
        "id": "nearsightex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Nearsight EX",
        "text": "Conjure a black sludge directly into the face of a Target, Blinding them.",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1060,
        "id": "essencetapex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Essence Tap EX",
        "text": "Drain your Stamina by 15 to fully restore an Allies Stamina.",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1061,
        "id": "koboldcabalist",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Cabalist",
        "text": "A fiery Kobold Cabalist Companion. Kobold Cabalists have access to Shadow Ice EX, Darkfire EX, and Personality Companion abilities.",
        "stamina": "50",
        "art": "c_kobold1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1062,
        "id": "grandravensclawex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Grand Raven's Claw EX",
        "text": "Conjure forth a hand of shadow that swipes an Area dealing 10 damage. You may also use the Claw to grab a hold of a single Target instead of an Area, which causes the Target to take an additional 5 Damage and Burning them.",
        "art": "companion",
        "element1": "dark",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "gem4": "area",
        "gem4text": "2"
    },
    {
        "x": 1063,
        "id": "darkfireex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Darkfire EX",
        "text": "Drain some of your lifeforce dealing 25 Damage by causing a massive wave of black flames. After casting this Spell, drain 25 Stamina.",
        "art": "companion",
        "element1": "dark",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "5"
    },
    {
        "x": 1064,
        "id": "porcishbonedancer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Bonedancer",
        "text": "A daring Porcish Bonedancer Companion. Porcish Bonedancers have access to Summon Bone Army EX, Soul Steal EX, and Personality Companion abilities.",
        "stamina": "50",
        "art": "c_porcish2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1066,
        "id": "soulstealex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Soul Steal EX",
        "text": "Drain a part of a Targets soul dealing 5 Damage then restoring all of your Stamina and summoning an Ageless Thrall Minion linked to you in an adjacent space.",
        "art": "companion",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1067,
        "id": "elvenbonedancer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Bonedancer",
        "text": "A fiery Elven Bonedancer Companion. Elven Bonedancers have access to Death Flame EX, Chaos Flames EX, and Personality Companion Abilities.",
        "stamina": "50",
        "art": "c_elven2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1069,
        "id": "chaosflameex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Chaos Flame EX",
        "text": "Engulf Targets in an Area in magical Fire empowering their Basic Attacks to deal Double Damage.",
        "art": "companion",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "2"
    },
    {
        "x": 1070,
        "id": "koboldbonedancer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Bonedancer",
        "text": "A stern Kobold Bonedancer Companion. Kobold Bonedancers have access to Bone Mend EX, Chaos Flames EX, and Personality Companion abilities.",
        "stamina": "50",
        "art": "c_kobold1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1072,
        "id": "bonesoulshieldex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Bone Soul Shield EX",
        "text": "Shield an Ally in a Bone Soul Shield that blocks the next source of Damage they take this round. ",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1073,
        "id": "gnomishberserker",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Berserker",
        "text": "A stern Gnomish Berserker Companion. Gnomish Berserkers have access to Avalanche EX, Chaos Flames EX, and Personality Companion abilities.",
        "stamina": "45",
        "art": "c_gnomish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1074,
        "id": "avalancheex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Avalanche EX",
        "text": "Leap up high into the air and moving up to 3 spaces and then slam down on a Target for 15 Damage.",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "5"
    },
    {
        "x": 1075,
        "id": "seismictossex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Seismic Slam EX",
        "text": "Suplex a Target over your head moving them to the space behind you and dealing 25 Damage to you and the Target.",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 1076,
        "id": "porcishberserker",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Berserker",
        "text": "A big Porcish Berserker Companion. Porcish Berserkers have access to Cleave EX, Bearserk EX, and Personality Companion abilities.",
        "stamina": "60",
        "art": "c_porcish2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1077,
        "id": "cleaveex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Cleave EX",
        "text": "Swing in a circle hitting adjacent Targets for 10 Damage.",
        "art": "companion",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 1078,
        "id": "bearserkex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Bearserk EX",
        "text": "Release a mighty bellowing roar and transform into your Vendo form, a mix of your current Race and a Highbear. While in this form, you become a Large Tile.",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1079,
        "id": "koboldberserker",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Berserker",
        "text": "A big Kobold Berserker Companion. Kobold Berserkers have access to Double Frost EX, Purge EX, and Personality Companion abilities.",
        "stamina": "55",
        "art": "c_kobold1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1080,
        "id": "doublefrostex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Double Frost EX",
        "text": "Slash crossing down on a Target dealing 20 Damage. This attack can only miss on Critical Failures.",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 1081,
        "id": "purgeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Purge EX",
        "text": "Purge all illnesses out of your body cleansing you of all negative effects and restoring all of your Stamina. ",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1082,
        "id": "porcishtheurgist",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Theurgist",
        "text": "A summoner Porcish Theurgist Companion. Porcish Theurgists have access to Summon Air Sprites EX, Rage Totem EX, and Personality Companion abilities.",
        "stamina": "55",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1083,
        "id": "summonairspritesex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Summon Air Sprites EX",
        "text": "Summon up to 3 air spirits as Minions linked to you.",
        "art": "companion",
        "element1": "earth",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1084,
        "id": "ragetotemex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Rage Totem EX",
        "text": "Conjure a Fire totem in an empty space that empowers all Allies on the Battlefield causing them to deal Double Damage with Basic Attacks. This Fire totem can be easily destroyed by Foes clever enough to understand its power.",
        "art": "companion",
        "element1": "fire",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1085,
        "id": "elventheurgist",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Theurgist",
        "text": "A traditional Elven Theurgist Companion. Elven Theurgists have access to Call Earthlord EX, Wind Blast EX, and Personality Companion Abilities.",
        "stamina": "45",
        "art": "theurgist",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1086,
        "id": "callearthlordex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Call Earthlord EX",
        "text": "Call forth an earthlord Minion linked to you. Earthlord Minions are near impossible to destroy in combat. High rolls cause you to summon 2 Earthlords.",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1087,
        "id": "windblastex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Wind Blast EX",
        "text": "Launch forth an icy wind at Targets dealing 20 Damage and Freezing them. Targets hit are then also knock back 10 spaces.",
        "art": "companion",
        "element1": "earth",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 1088,
        "id": "koboldtheurgist",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Theurgist",
        "text": "A frosty Kobold Theurgist Companion. Kobold Theurgists have access to Frost Blast EX, Wall of Ice EX, and Personality Companion abilities.",
        "stamina": "55",
        "art": "c_kobold2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1089,
        "id": "frostblastex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Frost Blast EX",
        "text": "Release a shard of ice from your hands that deals 15 Damage.",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1090,
        "id": "walloficeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Wall of Ice EX",
        "text": "Summon forth a wall that transforms 4 connected spaces into Walled Terrain. This wall is made of solid ice and would be very hard to break through. ",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1091,
        "id": "aquablast",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Aqua Blast",
        "text": "Summon a ball of water and launch it forward at high speeds dealing 15 Damage to Targets.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 1093,
        "id": "wayofthetigerex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Way of the Tiger EX",
        "text": "Empower a Target with your inner spirit causing all of you to deal Double Damage with Basic Attacks until end of combat. Critical Hits cause you all to deal Triple Damage with Basic Attacks.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1094,
        "id": "soothespiritsex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Soothe Spirits EX",
        "text": "Attempts to soothe the inner spirit of a Target, reducing hatred, aggression, fear, or an emotion of your choice. Some Foes can be removed from combat or even made to join your Party as a Companion from the effects of this Spell.\n",
        "art": "companion",
        "element1": "light",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1095,
        "id": "serpentstingex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Serpent Sting EX",
        "text": "Strike a Target twice with a pinched fist causing 15 Damage to a Target and Poisoning them.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1100,
        "id": "warrior",
        "type": "class",
        "title": "Warrior",
        "subtitle": "",
        "text": "<LORE> \"A traditional fighter with a wide variety of styles in close range combat.\"",
        "stamina": "10",
        "art": "class_warrior",
        "cost": "600"
    },
    {
        "x": 1101,
        "id": "sorcerer",
        "type": "class",
        "title": "Sorcerer",
        "subtitle": "",
        "text": "<LORE> \"A hybrid melee caster that combines magic with their physical strikes.\"",
        "stamina": "5",
        "art": "class_sorcerer",
        "cost": "600"
    },
    {
        "x": 1102,
        "id": "wizard",
        "type": "class",
        "title": "Wizard",
        "subtitle": "",
        "text": "<LORE>\"The classic and traditional mage \n<LORE>who wields some of the most \n<LORE>dangerous magics in the realm.\"",
        "stamina": "5",
        "art": "class_wizard",
        "cost": "500"
    },
    {
        "x": 1103,
        "id": "lumberjack",
        "type": "class",
        "title": "Lumberjack",
        "subtitle": "",
        "text": "<LORE> \"An axe wielding brawler who has trained a wild beast for battle.\"",
        "stamina": "10",
        "art": "class_lumberjack",
        "cost": "600"
    },
    {
        "x": 1104,
        "id": "monk",
        "type": "class",
        "title": "Monk",
        "subtitle": "",
        "text": "<LORE> \"A nimble fist fighter that uses the magic of the sun and earth to protect their friends and strike at foes.\"",
        "stamina": "10",
        "art": "class_monk",
        "cost": "600"
    },
    {
        "x": 1105,
        "id": "bard",
        "type": "class",
        "title": "Bard",
        "subtitle": "",
        "text": "<LORE> \"A jack of all trades with a love of music and playful magical spells.\"",
        "stamina": "5",
        "art": "class_bard",
        "cost": "100"
    },
    {
        "x": 1106,
        "id": "cabalist",
        "type": "class",
        "title": "Cabalist",
        "subtitle": "",
        "text": "<LORE> \"A deathly mage that uses twisted \n<LORE> dark magic to harm and disable \n<LORE> others in the midst of battle.\"",
        "stamina": "20",
        "art": "class_cabalist",
        "cost": "500"
    },
    {
        "x": 1107,
        "id": "bonedancer",
        "type": "class",
        "title": "Bonedancer",
        "subtitle": "",
        "text": "<LORE> \"A necromancer who summons and commands the undead in battle.\"",
        "stamina": "5",
        "art": "class_bonedancer",
        "cost": "600"
    },
    {
        "x": 1108,
        "id": "berserker",
        "type": "class",
        "title": "Berserker",
        "subtitle": "",
        "text": "<LORE> \"An insanely powerful dual wielding brawler that can transform in battle.\"",
        "stamina": "10",
        "art": "class_berserker",
        "cost": "600"
    },
    {
        "x": 1109,
        "id": "theurgist",
        "type": "class",
        "title": "Theurgist",
        "subtitle": "",
        "text": "<LORE> \"A robust mage who summons \n<LORE> many elemental minions to \n<LORE> overwhelm the battlefield.\"",
        "stamina": "5",
        "art": "class_theurgist",
        "cost": "500"
    },
    {
        "x": 1110,
        "id": "puppeteer",
        "type": "class",
        "title": "Puppeteer",
        "subtitle": "",
        "text": "<LORE> \"A puppetmaster who can control both time and space using psychic forces.\"",
        "stamina": "5",
        "art": "class_puppeteer",
        "cost": "500"
    },
    {
        "x": 1111,
        "id": "suncleric",
        "type": "class",
        "title": "Suncleric",
        "subtitle": "",
        "text": "<LORE> \"A cleric who worships the sun \n<LORE> above all else and can channel \n<LORE> its raw power into their allies.\"",
        "stamina": "15",
        "art": "class_suncleric",
        "cost": "500"
    },
    {
        "x": 1112,
        "id": "thane",
        "type": "class",
        "title": "Thane",
        "subtitle": "",
        "text": "<LORE> \"A thunderous battlemage who \n<LORE> summons and uses lightning to \n<LORE> strike foes down on the battlefield.\"",
        "stamina": "10",
        "art": "class_thane",
        "cost": "500"
    },
    {
        "x": 1113,
        "id": "magician",
        "type": "class",
        "title": "Magician",
        "subtitle": "",
        "text": "<LORE> \"A performer whose skill at illusions \n<LORE> and mimicry allow them to use \n<LORE> magic wildly in combat.\"",
        "stamina": "5",
        "art": "class_magician",
        "cost": "500"
    },
    {
        "x": 1114,
        "id": "seeker",
        "type": "class",
        "title": "Seeker",
        "subtitle": "",
        "text": "<LORE> \"A wanderer who has learned different magic from all over the realm.\"",
        "stamina": "10",
        "art": "class_seeker",
        "cost": "600"
    },
    {
        "x": 1115,
        "id": "dreamweaver",
        "type": "class",
        "title": "Dreamweaver",
        "subtitle": "",
        "text": "<LORE> \"A weaver of the minds who can warp the very reality we exist in and induce others to sleep and suffer nightmares.\"",
        "stamina": "5",
        "art": "class_dreamweaver",
        "cost": "600"
    },
    {
        "x": 1116,
        "id": "templar",
        "type": "class",
        "title": "Templar",
        "subtitle": "",
        "text": "<LORE> \"A grand guardian that empowers and protects their allies with magical auras.\"",
        "stamina": "30",
        "art": "class_templar",
        "cost": "1500"
    },
    {
        "x": 1117,
        "id": "ranger",
        "type": "class",
        "title": "Ranger",
        "subtitle": "",
        "text": "<LORE> \"A bowman matched by no other \n<LORE> with a wide range of archery \n<LORE> skills and supporting spells.\"",
        "stamina": "5",
        "art": "class_ranger",
        "cost": "600"
    },
    {
        "x": 1118,
        "id": "witch",
        "type": "class",
        "title": "Witch",
        "subtitle": "",
        "text": "<LORE> \"A slippery battlemage who specializes in offensive teleportation and tactics.\"",
        "stamina": "5",
        "art": "class_witch",
        "cost": "600"
    },
    {
        "x": 1120,
        "id": "shaman",
        "type": "class",
        "title": "Shaman",
        "subtitle": "",
        "text": "<LORE> \"A tribal caster who protects their friends using both earth and ice magic.\"",
        "stamina": "10",
        "art": "class_shaman",
        "cost": "600"
    },
    {
        "x": 1121,
        "id": "sharpsword",
        "type": "class",
        "title": "Sharpsword",
        "subtitle": "",
        "text": "<LORE> \"A master bladewielder who practises an ancient elven fencing artform.\"",
        "stamina": "10",
        "art": "class_sharpsword",
        "cost": "600"
    },
    {
        "x": 1122,
        "id": "enchanter",
        "type": "class",
        "title": "Enchanter",
        "subtitle": "",
        "text": "<LORE> \"An artisan who has mastered their craft at imbuing life into simple objects.\"",
        "stamina": "5",
        "art": "class_enchanter",
        "cost": "500"
    },
    {
        "x": 1123,
        "id": "runemaster",
        "type": "class",
        "title": "Runemaster",
        "subtitle": "",
        "text": "<LORE> \"A dwarven inspired magical art form \n<LORE> that allows one to transform spells \n<LORE> into powerful magical runes.\"",
        "stamina": "20",
        "art": "class_runemaster",
        "cost": "600"
    },
    {
        "x": 1124,
        "id": "alchemist",
        "type": "class",
        "title": "Alchemist",
        "subtitle": "",
        "text": "<LORE> \"A potion master who can craft powerful tonics and elixirs on the fly.\"",
        "stamina": "5",
        "art": "class_alchemist",
        "cost": "500"
    },
    {
        "x": 1125,
        "id": "fleshweaver",
        "type": "class",
        "title": "Fleshweaver",
        "subtitle": "",
        "text": "<LORE> \"A forsaken dark mage who uses \n<LORE> blood magic to create abominations \n<LORE> and extremely potent magic.\"",
        "stamina": "20",
        "art": "class_fleshweaver",
        "cost": "600"
    },
    {
        "x": 1126,
        "id": "sandbender",
        "type": "class",
        "title": "Sandbender",
        "subtitle": "",
        "text": "<LORE> \"A bender of earth magic who \n<LORE> summons large sandstorms to \n<LORE> envelope the entire battlefield.\"",
        "stamina": "5",
        "art": "class_sandbender",
        "cost": "600"
    },
    {
        "x": 1127,
        "id": "buccaneer",
        "type": "class",
        "title": "Buccaneer",
        "subtitle": "",
        "text": "<LORE> \"A captain who surrounds himself \n<LORE> with some of the finest bodyguards \n<LORE> and fighters in the realm.\"",
        "stamina": "15",
        "art": "class_buccaneer",
        "cost": "800"
    },
    {
        "x": 1128,
        "id": "swashbuckler",
        "type": "class",
        "title": "Swashbuckler",
        "subtitle": "",
        "text": "<LORE> \"A seadog who uses anything\n<LORE>  for a weapon and is always \n<LORE> looking for a good fight.\"",
        "stamina": "20",
        "art": "class_swashbuckler",
        "cost": "600"
    },
    {
        "x": 1129,
        "id": "bootyraider",
        "type": "class",
        "title": "Booty Raider",
        "subtitle": "",
        "text": "<LORE> \"A pirate whose love of gold and treasure often becomes the source \n<LORE> of their own power.\"",
        "stamina": "10",
        "art": "class_bootyraider",
        "cost": "500"
    },
    {
        "x": 1131,
        "id": "petalwalker",
        "type": "class",
        "title": "Petalwalker",
        "subtitle": "",
        "text": "<LORE> \"An earth mage who specializes in piercing and evasive magic.\"",
        "stamina": "5",
        "art": "class_petalwalker",
        "cost": "250"
    },
    {
        "x": 1132,
        "id": "seachef",
        "type": "class",
        "title": "Sea Chef",
        "subtitle": "",
        "text": "<LORE> \"A cook who has infused their food \n<LORE> with special spices that allow them \n<LORE> to cast spells through allies.\"",
        "stamina": "5",
        "art": "class_seachef",
        "cost": "500"
    },
    {
        "x": 1133,
        "id": "hydromancer",
        "type": "class",
        "title": "Hydromancer",
        "subtitle": "",
        "text": "<LORE> \"An ice mage who has trained \n<LORE> most of their life battling giant \n<LORE> sea monsters and creatures.\"",
        "stamina": "5",
        "art": "class_hydromancer",
        "cost": "500"
    },
    {
        "x": 1134,
        "id": "flamedanseur",
        "type": "class",
        "title": "Flamedanseur",
        "subtitle": "",
        "text": "<LORE> \"A master fire dancer who forges \n<LORE> molten lava with the raw wild \n<LORE> power of their magical kicks.\"",
        "stamina": "5",
        "art": "class_flamedanseur",
        "cost": "500"
    },
    {
        "x": 1135,
        "id": "rouge",
        "type": "class",
        "title": "Rouge",
        "subtitle": "",
        "text": "<LORE> \"A dark cleric who uses painful \n<LORE> black magic to heal and inspire \n<LORE> allies using questionable methods.\"",
        "stamina": "5",
        "art": "class_rouge",
        "cost": "500"
    },
    {
        "x": 1136,
        "id": "deathknight",
        "type": "class",
        "title": "Deathknight",
        "subtitle": "",
        "text": "<LORE> \"A dark paladin who has revoked\n<LORE> their own faith in the light to serve \n<LORE> the true powers of immortality.\"",
        "stamina": "40",
        "art": "class_deathknight",
        "cost": "600"
    },
    {
        "x": 1137,
        "id": "elvenpuppeteer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Puppeteer",
        "text": "A mana hungry Elven Puppeteer Companion. Elven Puppeteers have access to the Mana Burst EX, Burn Agility EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_elven1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1138,
        "id": "manaburstex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mana Burst EX",
        "text": "Blast a Target with arcane mana dealing 20 Damage. If successful, you may then move the Target up to 5 spaces.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1139,
        "id": "burnagilityex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Burn Agility EX",
        "text": "Sear a Target with an Arcane curse that causes every space they move, or are moved, for the rest of this round to burn them from this curse with an electric shock that deals 5 Damage and Burning them.",
        "art": "companion",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1140,
        "id": "dwelfpuppeteer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwelf Puppeteer",
        "text": "A manipulative Dwelf Puppeteer Companion. Dwelf Puppeteers have access to the Twilight Ray EX, Lascene EX, and Personality Companion abilities.\n",
        "stamina": "55",
        "art": "c_dwelf1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1141,
        "id": "twilightrayex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Twilight Ray EX",
        "text": "Envelope the entire Battlefield with a wave of shadowy mana dealing 10 Damage to all Foes.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1142,
        "id": "lasceneex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Lascene EX",
        "text": "The entire realm becomes frozen in time for a few brief moments. All Targets on the Battlefield become puppets you control with your psychic strings. You may move as many Targets as you like up to 3 spaces and then unfreeze time. A Believer who casts this Spell is stuck locked in limbo as they are lost in time and thus, is effectively killed.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1143,
        "id": "gnomishpuppeteer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Puppeteer",
        "text": "A shadowy Gnomish Puppeteer Companion. Gnomish Puppeteers have access to the Shadow Puppet EX, Shadowstep EX, and Personality Companion abilities.\n",
        "stamina": "45",
        "art": "c_gnomish3",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1144,
        "id": "shadowpuppetex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Shadow Puppet EX",
        "text": "Conjure a shadowy entity that deals 10 Damage to a Target and Silencing them.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "5"
    },
    {
        "x": 1145,
        "id": "shadowstepex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Shadowstep EX",
        "text": "Twist the shadows to move a Target up to 10 spaces and Silencing them.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1146,
        "id": "dwelfsuncleric",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwelf Suncleric",
        "text": "A blinding Dwelf Suncleric Companion. Dwelf Sunclerics have access to the Sunstrike EX, Solar Flare EX, and Personality Companion Abilities.\n",
        "stamina": "60",
        "art": "c_dwelf2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1147,
        "id": "sunstrikeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Sunstrike EX",
        "text": "Enchant your weapon with the power of the light and swiftly attack a Target dealing 15 Damage. Restore 10 Stamina to any Ally who attacks this Target until the end of the round.\n",
        "art": "companion",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1148,
        "id": "solarflareex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Solar Flare EX",
        "text": "Release a blast of light that hits all adjacent Targets, Blinding them. When solar flare is casted in dark rooms, little balls of lights remain all over the Battlefield lighting up the darkness for a few moments.\n",
        "art": "companion",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1149,
        "id": "elvensuncleric",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Suncleric",
        "text": "A traditional Elven Suncleric Companion. Elven Sunclerics have access to the Sunbolt EX, Sunrise EX, and Personality Companion Abilities.\n",
        "stamina": "55",
        "art": "suncleric",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1150,
        "id": "sunboltex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Sunbolt EX",
        "text": "Release a bolt of sun energy at a Target that deals 15 damage. Restore 10 Stamina to any Ally who attacks these Targets this round.\n",
        "art": "companion",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1151,
        "id": "sunriseex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Sunrise EX",
        "text": "Create a Sunrune on an empty space anywhere on the Battlefield, transforming this space into Rough Terrain. Whenever an Ally moves onto Sunrune space, they may activate it which consumes the Sunrune to grant them a Bonus Action.\n",
        "art": "companion",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1152,
        "id": "koboldsuncleric",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Suncleric",
        "text": "A thorish Kobold Suncleric Companion. Kobold Sunclerics have access to the Holy Light EX, Aurora Borealis EX, and Personality Companion Abilities.",
        "stamina": "75",
        "art": "c_kobold2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1153,
        "id": "holylightex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Holy Light EX",
        "text": "Cast the Light on an Ally splashing them with a wave of holy magic which restores 40 Stamina. High Rolls allow you to cast this Spell again as a No-Roll Bonus Action on a different Ally.\n",
        "art": "companion",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1154,
        "id": "auroraborealisex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Aurora Borealis EX",
        "text": "A wave of colorful lights flies over the battlefield shooting down 10 bolts of pure sun energy at Targets of your choice. These each bolts restore 5 Stamina to Allies and deal 1 Damage to Foes.\n",
        "art": "companion",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1155,
        "id": "koboldthane",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Thane",
        "text": "A magnetic Kobold Thane Companion. Kobold Thanes have access to the Magnetic Crush EX, Draggin Lightning EX, and Personality Companion Abilities.\n",
        "stamina": "55",
        "art": "c_kobold1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1156,
        "id": "magneticcrushex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Magnetic Crush EX",
        "text": "Throw up to two weapons at 2 different Foes that deal 10 Damage. These weapons are then returned to you after being thrown. You need 2 Weapons to use this Ability.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1157,
        "id": "dragginlightningex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Draggin Lightning EX",
        "text": "Throw out an electrical tether that pulls a Target in range as close as possible to you. If they are a Foe, shock them for 10 Damage. If they are an Ally, restore 20 Stamina.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1158,
        "id": "gnomishthane",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Thane",
        "text": "A fast Gnomish Thane Companion. Gnomish Thanes have access to the Lightning Strike EX, Flash EX, and Personality Companion Abilities.\n",
        "stamina": "45",
        "art": "c_gnomish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1159,
        "id": "lightningstrikeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Lightning Strike EX",
        "text": "Release a bolt of Lightning from your weapons that deals 10 Damage to a Target. If successful, the bolt of lightning will bounce to another Foe within 3 spaces and continue bouncing as long as you have new Targets. \n",
        "art": "companion",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1160,
        "id": "flashex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Flash EX",
        "text": "In the blink of an eye, move up to 10 Spaces almost instantly as you travel through Targets along the way. Any Target you pass through takes 1 Damage.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1161,
        "id": "dwarventhane",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Thane",
        "text": "A thunderous Dwarven Thane Companion. Dwarven Thanes have access to the Thunderclap EX, Thunderous Roar EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_dwarven2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1162,
        "id": "thunderclapex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Thunderclap EX",
        "text": "Slam down onto the ground causing a shockwave that deals 10 Damage to all adjacent Foes.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1163,
        "id": "thunderousroarex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Thunderous Roar EX",
        "text": "Let out a Thunderous Roar striking all Foes on the Battlefield with a bolt of lightning that deals 5 Damage and restore Stamina equal to the total Damage dealt.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1164,
        "id": "elventhane",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Thane",
        "text": "A Siffiran Elven Thane Companion. Elven Thanes have access to the Call Mjollnir  EX, Thunderdome EX, and Personality Companion Abilities.\n",
        "stamina": "40",
        "art": "thane",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1165,
        "id": "callmjollnirex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Call Mjollnir EX",
        "text": "Request the aid of the Siffiran, summoning a giant astral hammer from the sky above that slams down dealing 15 Damage in an Area.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "2"
    },
    {
        "x": 1166,
        "id": "thunderdomeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Thunderdome EX",
        "text": "Create a sphere of pure lightning that pushes all Foes back as it expands outwards of you. Allies may move and attack freely through the Thunderdome, but Foes cannot enter and have their Basic Attacks and Abilities blocked by the sphere until it has absorbed 100 Damage. You may only have 1 Thunderdome activated at anytime.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3"
    },
    {
        "x": 1167,
        "id": "dwarvenmagician",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Magician",
        "text": "A simply Dwarven Magician Companion. Dwarven Magicians have access to the Regal Top Hat EX, Encore EX, and Personality Companion Abilities.\n",
        "stamina": "45",
        "art": "magician",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1168,
        "id": "regaltophatex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Regal Top Hat EX",
        "text": "Pull a spell out of your Hat and cast it at a Target. Draw a random Spell and cast it as a No-Roll Bonus Action.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell"
    },
    {
        "x": 1169,
        "id": "encoreex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Encore EX",
        "text": "Recast the last Spell pulled from your Regal Top Hat. You may not recast Consumable, Anytime or Limited Abilities.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular"
    },
    {
        "x": 1170,
        "id": "porcishmagician",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Magician",
        "text": "A showy Porcish Magician Companion. Porcish Magicians have access to the Levitate EX, Flock of Ravens EX, and Personality Companion Abilities.\n",
        "stamina": "65",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1171,
        "id": "levitateex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Levitate EX",
        "text": "Levitate up to 5 Targets on the Battlefield. Each Target may be moved up to 3 spaces.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1172,
        "id": "flockofravensex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Flock of Ravens EX",
        "text": "Transform yourself into a flock of up to 3 ravens and place them in empty adjacent spaces. Each raven can only take a single attack before they are killed. At the start of the round, you may transform back into yourself and dispel all other ravens. If all ravens are killed, you are put in Danger.",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1173,
        "id": "gnomishmagician",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Magician",
        "text": "A sneaky Gnomish Magician Companion. Gnomish Magicians have access to the Copycat EX, Disappear EX, and Personality Companion Abilities.\n",
        "stamina": "40",
        "art": "c_gnomish3",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1174,
        "id": "copycatex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Copy Cat EX",
        "text": "Perform a Ability used by an Ally this round. You may not use Consumable or Limited Abilities.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1175,
        "id": "disappearex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Disappear EX",
        "text": "Cast a distraction and in the blink of an eye make a Target disappear which Stuns by causing them to vanish from the Battlefield for the rest of the round. The Target reappears once they they are no longer Stunned.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1176,
        "id": "dwelfmagician",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwelf Magician",
        "text": "A tricky Dwelf Magician Companion. Dwelf Magicians have access to the Card Trick EX, Round of Applause EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_dwelf2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1177,
        "id": "cardtrickex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Card Trick EX",
        "text": "Pull out a Deck of Cards and empower the Spells of your team. For the rest of the round, whenever you or an Ally casts a Spell, they may draw a random Spell and then choose to cast that Spell instead.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1178,
        "id": "roundofapplauseex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Round of Applause EX",
        "text": "Enchant a Target's mind causing them to believe they are being praised by the divine themselves and forced to bend to their will, Charming them. You may suggest what the Target should do on their turn.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1179,
        "id": "elvenmagician",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Magician",
        "text": "A enchanting Elven Magician Companion. Elven Magicians have access to the Polymorph EX, Fetherfye EX, and Personality Companion Abilities.\n",
        "stamina": "45",
        "art": "c_elven1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1180,
        "id": "polymorphex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Polymorph EX",
        "text": "Transform a Target into a random Beast Companion until end of combat. Targets may roll at the start of combat to attempt to break this transformation with a High Roll as if it were a status effect.",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1181,
        "id": "featherfyeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Featherfye EX",
        "text": "Bewitch a Target reducing their weight to that of a feather. The Target will be able to float around the Battlefield and is Immune to Rough and Dangerous Terrain, but is very vulnerable to knockback abilities.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "5"
    },
    {
        "x": 1182,
        "id": "elvendreamweaver",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Dreamweaver",
        "text": "A tense Elven Dreamweaver Companion. Elven Dreamweavers have access to the Dreambolt EX, Hallucination EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "dreamweaver",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1183,
        "id": "dreamboltex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Dreambolt EX",
        "text": "Blast a target with a shadowy blue mist that deals 10 Damage. You and your Allies may spend Move, Regular, and Anytime actions to boost the damage of this Spell by 10 per Action spent.\n",
        "art": "companion",
        "element1": "light",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1184,
        "id": "hallucinationex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Hallucination EX",
        "text": "Create a Hallucination of any Target on the Battlefield as a Minion linked to you and place it in empty adjacent space. You and your Allies may spend Move, Regular, and Anytime actions to boost the number of Hallucinations summoned by 2 per Action spent.\n",
        "art": "companion",
        "element1": "light",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1185,
        "id": "kobolddreamweaver",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Dreamweaver",
        "text": "A sleepwalking Kobold Dreamweaver Companion. Kobold Dreamweavers have access to the Dreamwalk EX, Sleep EX, and Personality Companion Abilities.\n",
        "stamina": "55",
        "art": "c_kobold2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1186,
        "id": "dreamwalkex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Dreamwalk EX",
        "text": "Walk through the dream world and teleport to Target empty space attacking an adjacent Target for 15 Damage. You and your Allies may spend Move, Regular, and Anytime actions to boost the damage of this Spell by 10 per Action spent.\n",
        "art": "companion",
        "element1": "light",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1187,
        "id": "sleepex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Sleep EX",
        "text": "Place your hand against a Target and force them to sleep, Stunning them. Casting this Spell as a No-Roll Bonus Actions causes it to backfire and Stun you.",
        "art": "companion",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1188,
        "id": "porcdreamweaver",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Dreamweaver",
        "text": "A tormenting Porcish Dreamweaver Companion. Porcish Dreamweavers have access to the Terrorize Mind EX, Nightmare EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1189,
        "id": "terrorizemindex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Terrorize Mind EX",
        "text": "Terrorize a Target dealing 10 Damage and Silencing them. You and your Allies may spend Move, Regular, and Anytime actions to boost the damage of this Spell by 10 per Action spent.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1190,
        "id": "nightmareex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Nightmare EX",
        "text": "Force a Nightmare onto a Target, Charming them. You and your Allies may spend Move, Regular, and Anytime boost the number of Targets this Spell will hit by 1 per Action spent.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1191,
        "id": "dwarvenranger",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Ranger",
        "text": "A soothing Dwarven Ranger Companion. Dwarven Rangers have access to the Powershot EX, Sooth Beast EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_dwarven4",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1192,
        "id": "powershotex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Powershot EX",
        "text": "Attack a Target with a powerful bow shot that deals 15 Damage. \n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "line",
        "gem2text": "15"
    },
    {
        "x": 1193,
        "id": "soothebeastex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Soothe Beast EX",
        "text": "Place your hand on a wild Beast to sooth it's spirit and cause it to become passive and playful. Critical Hits with this Ability cause you to permanently Charm the Beast into becoming your Companion.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1194,
        "id": "koboldranger",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Ranger",
        "text": "A precise Kobold Ranger Companion. Kobold Rangers have access to the Ice Shot EX, Eaglesight EX, and Personality Companion Abilities.\n",
        "stamina": "55",
        "art": "ranger",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1195,
        "id": "iceshotex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Ice Shot EX",
        "text": "Attack a with a icy bow shot that deals 15 Damage and cannot miss. \n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "15"
    },
    {
        "x": 1196,
        "id": "eaglesightex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Eagle Sight EX",
        "text": "Summon an eagle that up flies high above the Battlefield that you can mentally link with to see to its eyes. You are Immune to Blinding while your Eagle has clear vision of the Battlefield.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1197,
        "id": "gnomishranger",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Ranger",
        "text": "A nimble Gnomish Ranger Companion. Gnomish Rangers have access to the Rolling Shot EX, Volley EX, and Personality Companion Abilities.\n",
        "stamina": "45",
        "art": "c_gnomish2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1198,
        "id": "rollingshotex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Rolling Shot EX",
        "text": "Barrel roll while attacking moving up to 3 Spaces and shoot them with a bow shot that deals 10 Damage during the roll.  Average Rolls or higher cause you to not use an Action with this Ability.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "range",
        "gem2text": "15"
    },
    {
        "x": 1199,
        "id": "volleyex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Volley EX",
        "text": "Launch a volley of arrows into the air hitting every Foe on the Battlefield for 5 Damage.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 1200,
        "id": "gnomishwitch",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Witch",
        "text": "A showy Gnomish Witch Companion. Gnomish Witchs have access to the Whirling Staff EX, Novaflame EX, and Personality Companion Abilities.",
        "stamina": "45",
        "art": "witch",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1201,
        "id": "whirlingstaffex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Whirling Staff EX",
        "text": "Twirl your staff hitting the Target in front and behind you for 15 Damage. These Targets are hit at the same time. You may shift 2 space before using this Ability. \n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 1202,
        "id": "novaflameex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Novaflame EX",
        "text": "Release a powerful arcane flame in a ring outwards around you dealing 10 Damage to Foes. Targets are all hit at the same time.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 1203,
        "id": "dwarvenwitch",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Witch",
        "text": "A green thumb Dwarven Witch Companion. Dwarven Witchs have access to the Lotus Blast EX, Lotus Bloom EX, and Personality Companion Abilities.\n",
        "stamina": "60",
        "art": "c_dwarven1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1204,
        "id": "lotusblastex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Lotus Blast EX",
        "text": "Blast a Target with a rainbow colored ball of arcane energies dealing 20 Damage and push them in any direction of your choice up to 3 spaces. The push occurs slightly after you deal Damage.\n",
        "art": "companion",
        "element1": "light",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1205,
        "id": "lotusbloomex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Lotus Bloom EX",
        "text": "Bloom an arcane flower over an Area restoring 25 Stamina to all Allies in the area. \n",
        "art": "companion",
        "element1": "light",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 1206,
        "id": "elvenwitch",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Witch",
        "text": "A simple Elven Witch Companion. Elven Witchs have access to the Arcane Bolts EX, Blossom EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_elven1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1207,
        "id": "arcaneboltex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Arcane Bolts EX",
        "text": "Unleash a barrage of 5 bolts that deal 5 Damage each at up to 5 Targets. Targets are hit one after another in any order you choose.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1208,
        "id": "blossomex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Blossom EX",
        "text": "Fertilize the growth of some lotus flowers and transform a space on the into Rough Terrain.\n",
        "art": "companion",
        "element1": "light",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1209,
        "id": "gnomishspellthief",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Spellthief",
        "text": "A sneaky Gnomish Spellthief Companion. Gnomish Spellthieves have access to the Voidspell EX, Invisibility EX, and Personality Companion Abilities.\n",
        "stamina": "40",
        "art": "c_gnomish2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1210,
        "id": "voidspellex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Voidspell EX",
        "text": "Crush up an old paper from a book of spells and release it's power dealing 20 Damage to a Target.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1211,
        "id": "invisibilityex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Invisibility EX",
        "text": "Vanish out of sight making it nearly impossible for Foes to track you. You remain invisible even when you Basic Attack or cast a Spell, but this Spell is broken if another Party Member is put in Danger or you take Damage.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1212,
        "id": "dwarvenspellthief",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Spellthief",
        "text": "A murderous Dwarven Spellthief Companion. Dwarven Spellthieves have access to the Essence Shank EX, Invisibility EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_dwarven1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1213,
        "id": "essenceshankex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Essence Shank EX",
        "text": "Quickly thrust at a Target dealing 10 Damage. Average Rolls or higher cause you to cast a random Spell as a No-Roll Bonus Action at the Target as well.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 1214,
        "id": "koboldspellthief",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Spellthief",
        "text": "A powerful Kobold Spellthief Companion. Kobold Spellthieves have access to the Drain Magic EX, Dissolve Magic EX, and Personality Companion Abilities.\n",
        "stamina": "60",
        "art": "c_kobold2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1215,
        "id": "drainmagicex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Drain Magic EX",
        "text": "Drain the magical essence from a Target dealing 10 Damage and conjuring some wild magic. Average Rolls or higher cause to cast a random Spell as a No-Roll Bonus Action at the Target as well.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1217,
        "id": "dissolvemagicex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Dissolve Magic EX",
        "text": "Crush up an old paper from a book of spells and release it's power to restore 40 Stamina to you or an Ally.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1218,
        "id": "porcishshaman",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Shaman",
        "text": "A gnollish Porcish Shaman Companion. Porcish Shaman have access to the Water Bolt EX, Tsunami EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1219,
        "id": "waterboltex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Water Bolt EX",
        "text": "Launch a bolt of water that deals 15 Damage to Foes or restores 30 Stamina to Allies.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 1220,
        "id": "tsunamiex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Tsunami EX",
        "text": "Release a tidal wave across the entire Battlefield that does 5 Damage to all Foes. \n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1221,
        "id": "dwarvenshaman",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Shaman",
        "text": "A earthy Dwarven Shaman Companion. Dwarven Shaman have access to the Stone Fist EX, Mother's Hand EX, and Personality Companion Abilities.\n",
        "stamina": "60",
        "art": "c_dwarven2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1222,
        "id": "stonefistex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Stone Fist EX",
        "text": "Conjure a fist made of earth that launches forward and deals 15 Damage. \n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "3"
    },
    {
        "x": 1223,
        "id": "mothershandex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mother's Hand EX",
        "text": "Summon forth a hand made of earth from beneath a Target that grapples onto their body, Stunning them.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1224,
        "id": "gnomishshaman",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Shaman",
        "text": "A powerful Gnomish Shaman Companion. Gnomish Shaman have access to the Levitate EX, Encore EX, and Personality Companion Abilities.\n",
        "stamina": "55",
        "art": "c_gnomish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1225,
        "id": "aquacannonex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Aqua Cannon EX",
        "text": "Blast a Target with a ball of water that deals 5 Damage to Foes or restores 5 Stamina to Allies. Whenever you cast this Spell, you may cast 2 additional copies of this Spell as No-Roll Bonus Actions.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1226,
        "id": "giftoftheearthex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Gift of the Earth EX",
        "text": "Receive a gift from Dragon Aspect Rokesh and completely restore your Stamina. \n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1227,
        "id": "elvensharpsword",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Sharpsword",
        "text": "An ancient Elven Sharpsword Companion. Elven Sharpsword have access to the Divinity Slash EX, Chosen Ending EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_elven2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1228,
        "id": "divinityslashex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Divinity Slash EX",
        "text": "Slash a Target with an attack which causes a Death Roll, a signature strike created by Dragon Aspect Golestandt. \n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 1229,
        "id": "chosenendingex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Chosen Ending EX",
        "text": "True Sharpswords can always tell when it is their time to die. You are Immune to Death Rolls until end of combat as long as another Party Member is still in fighting. After combat is over, you must Death Roll to die from internal injuries or seppuku.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 1230,
        "id": "dwarvensharpsword",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Sharpsword",
        "text": "A deadly Dwarven Sharpsword Companion. Dwarven Sharpsword have access to the Masterful Strike EX, Sharpen EX, and Personality Companion Abilities.\n",
        "stamina": "55",
        "art": "c_dwarven4",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1231,
        "id": "masterfulstrikeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Masterful Strike EX",
        "text": "Strike a Target with a simply attack using a weapon you have mastered and practised with for many years that deals 20 Damage.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 1232,
        "id": "sharpenex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Sharpen EX",
        "text": "Sharpen an Allies weapon using a runestone causing it to deal Double Damage with Basic Attacks for the rest of combat. High Rolls cause them to deal Triple Damage with Basic Attacks.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "1"
    },
    {
        "x": 1233,
        "id": "gnomishsharpsword",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Sharpsword",
        "text": "A duelist Gnomish Sharpsword Companion. Gnomish Sharpsword have access to the Disarm EX, Bravado EX, and Personality Companion Abilities.\n",
        "stamina": "60",
        "art": "c_gnomish2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1234,
        "id": "disarmex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Disarm EX",
        "text": "Swing swiftly at a Target with a simple attack that disarms their weapon, Stunning them.",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 1235,
        "id": "bravadoex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Bravado EX",
        "text": "Spin or bow with a quick combat gesture that restores all of your Stamina.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 1236,
        "id": "gnomishenchanter",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Enchanter",
        "text": "A mind altering Gnomish Enchanter Companion. Gnomish Enchanters have access to the Mesmerize EX, Amplify EX, and Personality Companion Abilities.\n",
        "stamina": "65",
        "art": "enchanter",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1237,
        "id": "mesmerizeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mesmerize EX",
        "text": "All Foes in an Area centered around you  are put into a lifeless trance, Stunning them. \n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3"
    },
    {
        "x": 1238,
        "id": "amplifyex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Amplify EX",
        "text": "Amplify the life force of up to 2 Targets transforming them into a Large Tiles until end of combat.",
        "art": "companion",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1239,
        "id": "elvenenchanter",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Enchanter",
        "text": "A rich Elven Enchanter Companion. Elven Enchanters have access to the Conjure Fortune EX, Swiftness Charm EX, and Personality Companion Abilities.\n",
        "stamina": "70",
        "art": "c_elven1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1240,
        "id": "conjurefortuneex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Conjure Fortune EX",
        "text": "Transform air into a random piece of Treasure using a large amount of mana. Draw a random Treasure card and add it to your Inventory or give it to another Player. You cannot use this Ability as a Bonus Action or Anytime Action.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1241,
        "id": "swiftnesscharmex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Swiftness Charm EX",
        "text": "Enchant the boots of your Party granting them greater swiftness. For the rest of combat, all Allies can move up to 10 spaces with Move Actions.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "item"
    },
    {
        "x": 1242,
        "id": "dwarvenenchanter",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Enchanter",
        "text": "A healer Dwarven Enchanter Companion. Dwarven Enchanters have access to the Mending Magic EX, Glyphs of PowerEX, and Personality Companion Abilities.\n",
        "stamina": "75",
        "art": "c_dwarven1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1243,
        "id": "mendingmagicex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mending Magic EX",
        "text": "Repair the inner spirit of all Allies in an Area restoring 20 Stamina. \n",
        "art": "companion",
        "element1": "arcane",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 1244,
        "id": "glyphsofpowerex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Glyphs of Power EX",
        "text": "Imbue glyphs of power on you and your Allies equipment that can be activated in combat to grant each of you a Bonus Action. You cannot cast this Spell in Combat.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1245,
        "id": "dwarvenrunemaster",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Runemaster",
        "text": "A traditional Dwarven Runemaster Companion. Dwarven Runemasters have access to the Mark of Healing EX, Mark of Summoning EX, and Personality Companion Abilities.",
        "stamina": "75",
        "art": "c_dwarven4",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1246,
        "id": "markofhealingex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mark of Healing EX",
        "text": "Release a burst of holy Light on an Ally that restores 40 Stamina.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 1247,
        "id": "markofsummoningex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mark of Summoning EX",
        "text": "Summons an Ally to this empty space, regardless where they are on the Battlefield.",
        "art": "companion",
        "element1": "earth",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "5"
    },
    {
        "x": 1248,
        "id": "dwelfrunemaster",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwelf Runemaster",
        "text": "A powerful Dwelf Runemaster Companion. Dwelf Runemasters have access to the Mark of Missiles EX, Mark of Walling EX, and Personality Companion Abilities.\n",
        "stamina": "65",
        "art": "c_dwelf1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1249,
        "id": "markofmissilesex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mark of Missiles EX",
        "text": "Release small missiles shimmer many different colors that deals 20 Damage to Foes in an Area randomly chosen by the Gamemaster. \n",
        "art": "companion",
        "element1": "earth",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "5"
    },
    {
        "x": 1250,
        "id": "markofwallingex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mark of Walling EX",
        "text": "Summon forth a wall of stone and ice that transforms 5 connected spaces into Walled Terrain. This wall is made of stone bricks and would be very hard to break through. A skilled Earth mage can unsummon this wall with a whisper.",
        "art": "companion",
        "element1": "earth",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 1251,
        "id": "porcishrunemaster",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Runemaster",
        "text": "A chaotic Porcish Runemaster Companion. Porcish Runemasters have access to the Mark of Explosion EX, Mark of Mystery EX, and Personality Companion Abilities.\n",
        "stamina": "55",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1252,
        "id": "markofexplosionex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mark of Explosion EX",
        "text": "Detonate a fiery explosion that deals 10 Damage to all Targets in an Area, knocking all Targets back up to 5 spaces.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 1253,
        "id": "markofmysteryex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mark of Mystery EX",
        "text": "A mystical Mark of Arcane chaos that can morph into almost any form of Magic. Draw a Random Spell and then cast it as a No-Roll Bonus Action.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1254,
        "id": "porcishalchemist",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Alchemist",
        "text": "A dangerous Porcish Alchemist Companion. Porcish Alchemists have access to the Madness Potion EX, Delay Death Potion EX, and Personality Companion Abilities.",
        "stamina": "55",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1255,
        "id": "madnesspotionex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Madness Potion EX",
        "text": "Share a drink with Party Members that causes rage and violent natures to flourish. Whenever a Die is be rolled by a Player, they roll 3 Dice instead until a Party Member Critically Fails.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item"
    },
    {
        "x": 1256,
        "id": "delaydeathpotionex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Delay Death Potion EX",
        "text": "Consume a sip of this vile potion that will force you to Brutal Death Roll at the end of combat, but will prevent most Death Rolls until then. Allies in adjacent spaces may use this Ability with your permission.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item"
    },
    {
        "x": 1257,
        "id": "gnomishalchemist",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Alchemist",
        "text": "A mixologist Gnomish Alchemist Companion. Gnomish Alchemists have access to the Potion Launcher EX, Brew Potions EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "alchemist",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1258,
        "id": "potionlauncherex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Potion Launcher EX",
        "text": "Launch a potion or concoction at a Target dealing 5 Damage. Draw a random Potion card and use it on the Target as part of this attack.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1259,
        "id": "brewpotionsex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Brew Potions EX",
        "text": "Quickly brew a potion in the midst of battle. Draw a random Potion card and add it to your Inventory. You may not use this Ability if you already have a Potion in your Inventory.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item"
    },
    {
        "x": 1260,
        "id": "gnomishfleshweaver",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Fleshweaver",
        "text": "A lifestealing Gnomish Fleshweaver Companion. Gnomish Fleshweaver have access to the Drain Blood EX, Red Spark Heal EX, and Personality Companion Abilities.\n",
        "stamina": "70",
        "art": "fleshweaver",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1261,
        "id": "drainbloodex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Drain Blood EX",
        "text": "Throw out a dark tendril that pierces a living Target to drain their blood, dealing 10 Damage and restoring all of your Stamina. The Target must be a Living being for this Spell to have any effect.\n",
        "art": "companion",
        "element1": "light",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1262,
        "id": "redsparkhealex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Red Spark Heal EX",
        "text": "Drain your own health and release it in a giant red firework that engulfs the skies above the Battlefield, restoring all of your other Allies Stamina and draining 25 of your own Stamina.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1263,
        "id": "porcishfleshweaver",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Fleshweaver",
        "text": "A bloody Porcish Fleshweaver Companion. Porcish Fleshweaver have access to the Blood Blast EX, Transfusion EX, and Personality Companion Abilities.\n",
        "stamina": "65",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1264,
        "id": "bloodblastex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Blood Blast EX",
        "text": "Shoot forth a blast of energy transfused from your blood that deals 30 Damage to a Target and draining 30 of your own Stamina.\n",
        "art": "companion",
        "element1": "light",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1265,
        "id": "transfusionex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Transfusion EX",
        "text": "Inject yourself or your Companion with healing blood magic which restores all of your Stamina.\n",
        "art": "companion",
        "element1": "light",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1266,
        "id": "koboldsandbender",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Sandbender",
        "text": "A traditional Kobold Sandbender Companion. Kobold Sandbenders have access to the Sandblast EX, Dissolve EX, and Personality Companion Abilities.\n",
        "stamina": "55",
        "art": "sandbender",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1267,
        "id": "sandblastex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Sandblast EX",
        "text": "Hurl a magical ball of sand that deals 15 Damage to a Target, Blinding them. If successful, select an empty space adjacent to the Target to be transformed into a Rough Terrain space.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "light",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1268,
        "id": "dissolveex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Dissolve EX",
        "text": "Disappear from the Battlefield leaving behind a clone of sand that falls to the floor. At the end of the round, you may reappear on any empty space the Battlefield and transform all Adjacent spaces into Rough Terrain. Adjacent Targets react as if they had just moved onto a Rough Terrain space.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1269,
        "id": "porcishsandbender",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Sandbender",
        "text": "A messy Porcish Sandbender Companion. Porcish Sandbenders have access to the Mudshot EX, Ghost Sound EX, and Personality Companion Abilities.\n",
        "stamina": "60",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1270,
        "id": "mudshotex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mudshot EX",
        "text": "Hurl a magical ball of mud that deals 15 Damage to a Target and Silencing them. If successful, select an empty space adjacent to the Target to be transformed into a Rough Terrain space.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1271,
        "id": "ghostsoundex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Ghost Sound EX",
        "text": "Create a sound using only magic and sand anywhere on the Battlefield. This sound can be anything you can imagine and may distract or surprise Targets who hear it.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1272,
        "id": "gnomishsandbender",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Sandbender",
        "text": "A storm summoning Gnomish Sandbender Companion. Gnomish Sandbenders have access to the Sandstorm EX, Cementing Wave EX, and Personality Companion Abilities.\n",
        "stamina": "55",
        "art": "c_gnomish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1273,
        "id": "sandstormex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Sandstorm EX",
        "text": "Summon forth a massive sandstorm that deals 5 Damage to all Foes on the Battlefield. If successful, select an empty space on the Battlefield for every Target hit to be transformed into a Rough Terrain space.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1274,
        "id": "cementingwaveex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Cementing Wave EX",
        "text": "Release a wave of enchanting water onto the Battlefield that turns all Rough Terrain into Walled Terrain. Targets in these spaces are Stunned as they are encased in Cement.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1275,
        "id": "koboldswashbuckler",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Swashbuckler",
        "text": "A nimble Kobold Swashbuckler Companion. Kobold Swashbucklers have access to the Lunge EX, Buckle Buddy EX, and Personality Companion Abilities.\n",
        "stamina": "55",
        "art": "swashbuckler",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1276,
        "id": "lungeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Lunge EX",
        "text": "Dart forward moving up to 3 spaces and strike a Target with an Weapon or Item that deals 15 Damage. If Successful, you may then move an additional 3 spaces. \n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 1277,
        "id": "bucklebuddyex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Buckle Buddy EX",
        "text": "Choose an Ally in range to be your Buckle Buddy until end of combat. While Buddies, whenever one of you moves, the other is pulled as well to always remain within 3 spaces of each other. Whenever you or your Ally are attacked, you may take the Damage for each other. You and your Ally are Immune to Rough Terrain while buckled.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 1278,
        "id": "porcishswashbuckler",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Swashbuckler",
        "text": "A drunk Porcish Swashbuckler Companion. Porcish Swashbucklers have access to the Marks the Spot EX, Swish Swash EX, and Personality Companion Abilities.\n",
        "stamina": "65",
        "art": "c_porcish2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1279,
        "id": "marksthespotex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Marks the Spot EX",
        "text": "Strike a Target with a Weapon or Item that deals 10 Damage and marking them with an X. Allies who attack this Target are sure to hit with their Basic Attacks and Abilities unless they Critically Fail.",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 1280,
        "id": "swishswashex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Swish Swash EX",
        "text": "Take a Swig of Ale which restores all of your Stamina. Adjacent Allies may also take a swig of the Ale and use this Ability as a No-Roll Bonus Action whenever you use this Ability. Drinking from this keg more than once per combat causes you to become Charmed.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item"
    },
    {
        "x": 1281,
        "id": "gnomishswashbuckler",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Swashbuckler",
        "text": "A techy Gnomish Swashbuckler Companion. Gnomish Swashbucklers have access to the Old Hand Cannon EX, Encore EX, and Personality Companion Abilities.\n",
        "stamina": "45",
        "art": "c_gnomish2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1282,
        "id": "oldhandcannonex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Old Handcannon EX",
        "text": "Pull out an old Handcannon you carry around and fire it at a Target in range dealing 20 Damage and knocking them back 10 spaces.",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1283,
        "id": "smokescreenpistolex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Smokescreen Pistol EX",
        "text": "Fire some of the ashes of a fallen friend or relative at a Target dealing 5 Damage and transforming the spaces adjacent to the Target into a Rough Terrain. \n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1284,
        "id": "koboldbootyraider",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Bootyraider",
        "text": "A rich Kobold Bootyraider Companion. Kobold Bootyraiders have access to the Make it Rain EX, Bribe EX, and Personality Companion Abilities.\n",
        "stamina": "65",
        "art": "bootyraider",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1285,
        "id": "makeitrainex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Make it Rain EX",
        "text": "Make it rain gold on the Battlefield, Charming all Targets in an Area.  This Ability is also dependant on the Targets morals to be successful.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "range",
        "gem2text": "5",
        "gem3": "area",
        "gem3text": "2"
    },
    {
        "x": 1286,
        "id": "bribeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Bribe EX",
        "text": "Attempt to Bribe a Target to your side, Charming them permanently or until they get a better offer.  This Ability is also dependant on the Targets morals to be successful.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1287,
        "id": "dwarvenbootyraider",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Bootyraider",
        "text": "A hybrid Dwarven Bootyraider Companion. Dwarven Bootyraiders have access to the Ransack EX, Golden Shot EX, and Personality Companion Abilities.\n",
        "stamina": "45",
        "art": "c_dwarven1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1288,
        "id": "ransackex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Ransack EX",
        "text": "Strike a Target twice for 10 Damage each, first with a sword and then with a pistol.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "melee",
        "gem2text": "1"
    },
    {
        "x": 1289,
        "id": "goldenshotex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Golden Shot EX",
        "text": "Conjure a chunk of gold to melt into ammo to fire a projectile that deals 15 Damage.\n",
        "art": "companion",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "15"
    },
    {
        "x": 1290,
        "id": "porcishbootyraider",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Bootyraider",
        "text": "A greedy Porcish Bootyraider Companion. Porcish Bootyraiders have access to the Plunder the Booty EX, Treasure Sap EX, and Personality Companion Abilities.\n",
        "stamina": "60",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1291,
        "id": "plunderthebootyex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Plunder the Booty EX",
        "text": "Barrage a Target dealing 10 Damage as you attempt to force them to give up one of their Treasures. High Rolls cause you to draw 1 random Treasure card and add it to your Inventory.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular"
    },
    {
        "x": 1292,
        "id": "treasuresapex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Treasure Sap EX",
        "text": "Drain the golden magic out of a valuables you keep stored away and fully restore your Stamina. \n",
        "art": "companion",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1293,
        "id": "koboldspellslinger",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Spellslinger",
        "text": "A powerful Kobold Spellslinger Companion. Kobold Spellslingers have access to the Twinshot EX, High Noon EX, and Personality Companion Abilities.\n",
        "stamina": "45",
        "art": "spellslinger",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1294,
        "id": "twinshotex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Twinshot EX",
        "text": "Draw both of your pistols and fire at 2 different Targets dealing 15 Damage each.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "range",
        "gem2text": "15"
    },
    {
        "x": 1295,
        "id": "highnoonex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "High Noon EX",
        "text": "Take a glance around the room and then in one swift motion attack each Target on the Battlefield for 5 Damage with your pistols. Rolling a Critical Success causes all of these shots to be aimed at the heads of your Targets forcing Death Rolls.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "range",
        "gem2text": "99"
    },
    {
        "x": 1296,
        "id": "dwarvenspellslinger",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Spellslinger",
        "text": "A scummy Dwarven Spellslinger Companion. Dwarven Spellslingers have access to the High Roller EX, Basaspit EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_dwarven3",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1297,
        "id": "highrollerex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "High Roller EX",
        "text": "Spin your pistol around your fingers and shoot wildly at a Target dealing 15 Damage. High Rolls count as Critical Hits.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "range",
        "gem2text": "15"
    },
    {
        "x": 1298,
        "id": "basaspitex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Basaspit EX",
        "text": "Spit a poisonous attack at a Target that deals 10 Damage. High Rolls cause Stunning by having the magic of the attack turn the Target to stone.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1299,
        "id": "koboldbandito",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Bandito",
        "text": "A gangster Kobold Bandito Companion. Kobold Banditos have access to the Molotov Cocktail EX, The Cartel EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_kobold2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1300,
        "id": "molotovcocktailex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Molotov Cocktail EX",
        "text": "Pull out a bottle of Porco Sangrio, ignite it, and throw it in an Area dealing 10 Damage and transforming all empty spaces into Dangerous Terrain.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "2"
    },
    {
        "x": 1301,
        "id": "thecartelex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "The Cartel EX",
        "text": "Whistle for 3 cartel minions of your race linked to you and place them anywhere on the Battlefield. These minions appear out of portals from the Realm of Holding.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1302,
        "id": "porcishbandito",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Bandito",
        "text": "A party pal Porcish Bandito Companion. Porcish Banditos have access to the Fiesta EX, Siesta EX, and Personality Companion Abilities.\n",
        "stamina": "75",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1303,
        "id": "fiestaex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Fiesta EX",
        "text": "Pull out some bottles of Porco Sangrio from the Realm of Holding and pass them out to you and your Allies that restores 40 Stamina.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1304,
        "id": "siestaex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Siesta EX",
        "text": "You and a Target take a nap, Stunning both of you. At the start of next round, fully restore you and your Targets Stamina. ",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1305,
        "id": "elvenpetalwalker",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Petalwalker",
        "text": "A nimble Elven Petalwalker Companion. Elven Petalwalkers have access to the Cherry Blossom EX, Flowing Stance EX, and Personality Companion Abilities.\n",
        "stamina": "45",
        "art": "petalwalker",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1306,
        "id": "cherryblossomex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Cherry Blossom EX",
        "text": "Conjure a gust of razor sharp petals that deal 15 Damage in a Line. This Line can change direction once midflight.",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "8"
    },
    {
        "x": 1307,
        "id": "flowingstanceex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Flowing Stance EX",
        "text": "Prepare yourself from incoming attacks and spells. For the rest of the round, you may roll to Dodge Basic Attacks and Abilities with High Rolls. Whenever you dodge an attack with this Ability, you may cast a Spell as a No-Roll Bonus Action.",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1308,
        "id": "dwelfpetalwalker",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwelf Petalwalker",
        "text": "A swarmy Dwelf Petalwalker Companion. Dwelf Petalwalkers have access to the Leaf Storm EX, Bloom EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_dwelf2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1309,
        "id": "leafstormex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Leaf Storm EX",
        "text": "Release a barrage of leaves in all directions at all Foes in range that deal 5 Damage in a Line. Each Line can change direction once midflight.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "8"
    },
    {
        "x": 1310,
        "id": "bloomex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Bloom EX",
        "text": "Release a Targets inner strength by causing them to grow in size, transforming them into a Large Tile.",
        "art": "companion",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "8"
    },
    {
        "x": 1311,
        "id": "porcishpetalwalker",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Petalwalker",
        "text": "A tainted Porcish Petalwalker Companion. Porcish Petalwalkers have access to the Black Lotus EX, Malnourish EX, and Personality Companion Abilities.\n",
        "stamina": "40",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1312,
        "id": "blacklotusex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Black Lotus EX",
        "text": "Summon a flurry of black petals that cause Targets hit to Death Roll in a Line. This Line can change direction once midflight.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "4"
    },
    {
        "x": 1313,
        "id": "malnourishex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Malnourish EX",
        "text": "Discharge spores into the air of the Battlefield that take advantage of the mistakes of Foes. For the rest of the round, Low Rolls by Foes cause them to take 25 Damage.\n",
        "art": "companion",
        "element1": "earth",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1314,
        "id": "porcishseachef",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Seachef",
        "text": "A cooking master Porcish Seachef Companion. Elven Seachefs have access to the Mystery Meat EX, Salty Sea Yogurt EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "seachef",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1315,
        "id": "mysterymeatex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Mystery Meat EX",
        "text": "Release the umami from the meats in your cooking causing you to cast magic wildly. Draw 1 random Fire or 1 random Ice Spell and cast them as No-Roll Bonus Actions. \n",
        "art": "companion",
        "element1": "fire",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1316,
        "id": "saltyseayogurtex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Salty Sea Yogurt EX",
        "text": "Spew salty fish yogurt in an Area around you fully restoring the Stamina of Allies. High Rolls increase the Area of this Spell to 5.",
        "art": "companion",
        "element1": "fire",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3"
    },
    {
        "x": 1317,
        "id": "koboldseachef",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Seachef",
        "text": "A spicy Kobold Seachef Companion. Kobold Seachefs have access to the Spicy Dragon Rum EX, Sea Bones EX, and Personality Companion Abilities.\n",
        "stamina": "55",
        "art": "c_kobold2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1318,
        "id": "spicydragonrumex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Spicy Dragon Rum EX",
        "text": "Spew spicy ale in an Area around you dealing 15 Damage to Foes. High Rolls increase the Area of this Spell to 5.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3"
    },
    {
        "x": 1319,
        "id": "seabonesex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Sea Bones EX",
        "text": "Pull out your bag of Sea Bones, inspiring your Allies to greatness. You and your Allies roll with 3 Dice for the rest of the round. Rolling doubles grants the Player a Bonus Action. Rolling triples extends this Spell to last for the rest of the game.\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item"
    },
    {
        "x": 1320,
        "id": "elvenseachef",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Seachef",
        "text": "A fiery Elven Seachef Companion. Elven Seachefs have access to the Hot Soup EX, Flambe EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_elven2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1321,
        "id": "hotsoupex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Hot Soup EX",
        "text": "Whip some hot soup from a metal pot at a Target dealing 15 Damage causing Burning. High Rolls increase the Range of this Spell to 10\n",
        "art": "companion",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 1322,
        "id": "flambeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Flambe EX",
        "text": "Serve up a fiery dish to an Ally that causes the next Spell they cast to be much more powerful. The next Spell your Ally casts this round casts a second copy of itself as a No-Roll Bonus Action.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1323,
        "id": "elvenhydromancer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Hydromancer",
        "text": "A frosty Elven Hydromancer Companion. Elven Hydromancers have access to the Torpedo EX, Glaciate EX, and Personality Companion Abilities.\n",
        "stamina": "40",
        "art": "hydromancer",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1324,
        "id": "torpedoex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Torpedo EX",
        "text": "Throw a spear made of icy water that deals 20 Damage to a Target. High Rolls cut the Targets current Stamina in half.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1325,
        "id": "glaciateex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Glaciate EX",
        "text": "Engulf the entire Battlefield in a snowstorm dealing 5 Damage to all Foes at the end of the round. High Rolls cut the Foes current Stamina in half at the end of the round.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1326,
        "id": "koboldhydromancer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Hydromancer",
        "text": "A nimble Kobold Hydromancer Companion. Kobold Hydromancers have access to the Frost Disc EX, Bladeturn EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_kobold1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1327,
        "id": "frostdiscex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Frost Disc EX",
        "text": "Throw an enchanted frozen disc at up to 3 Targets dealing 15 Damage. High Rolls cause you to throw 2 frozen discs.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1328,
        "id": "bladeturnex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Bladeturn EX",
        "text": "Summon a barrier made of a ice that protects you from an incoming attack. The next source of Damage you take this round is negated.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1329,
        "id": "porcishhydromancer",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Hydromancer",
        "text": "A summoning Porcish Hydromancer Companion. Porcish Hydromancers have access to the Fog of Maddening EX, Magical Schooling EX, and Personality Companion Abilities.\n",
        "stamina": "65",
        "art": "c_porcish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1330,
        "id": "fogofmaddeningex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Fog of Maddening EX",
        "text": "Engulf the Battlefield in a black fog that Poisons all Targets and causes them to deal Double Damage with Basic Attacks for the rest of the round. \n",
        "art": "companion",
        "element1": "ice",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1331,
        "id": "magicalschoolingex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Magical Schooling EX",
        "text": "Open a bag of holding that pours out a school of arcane carp who can be bent to your will. Summon up to 3 Magical Carp Minions that are Linked to you.",
        "art": "companion",
        "element1": "ice",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "1"
    },
    {
        "x": 1332,
        "id": "elvenflamedanseur",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Flamedanseur",
        "text": "A fiery Elven Flamedanseur Companion. Elven Flamedanseurs have access to the Firekick EX, Bathed in Lafeu EX, and Personality Companion Abilities.\n",
        "stamina": "50",
        "art": "c_elven1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1333,
        "id": "firekickex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Fire Kick EX",
        "text": "Spin around and roundhouse kick a Target causing a fiery explosion that deals 20 Damage to the Target and all other Targets adjacent to them. You are Immune to this Damage.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "1"
    },
    {
        "x": 1334,
        "id": "bathedinlafeuex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Bathed in Lafeu EX",
        "text": "Bathe yourself in molten flames transforming the space you are currently on into Dangerous Terrain and fully restoring your Stamina.",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1335,
        "id": "gnomishflamedanseur",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Gnomish Flamedanseur",
        "text": "A powerful Gnomish Flamedanseur Companion. Gnomish Flamedanseurs have access to the Lava Axe EX, Calm Lafeu EX, and Personality Companion Abilities.\n",
        "stamina": "45",
        "art": "c_gnomish1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1336,
        "id": "lavaaxeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Lava Axe EX",
        "text": "Strike the ground with a molten kick that releases a wave of lava that does 10 Damage to Targets. Transform all empty spaces this attack passes through into Dangerous Terrain.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "4"
    },
    {
        "x": 1337,
        "id": "calmlafeuex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Calm Lafeu EX",
        "text": "Place your hand to the ground and cool all the flames and lava. Remove all Dangerous Terrain spaces on the Battlefield\n",
        "art": "companion",
        "element1": "fire",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1338,
        "id": "koboldflamedanseur",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Kobold Flamedanseur",
        "text": "A dangerous Kobold Flamedanseur Companion. Kobold Flamedanseurs have access to the Dragonfire EX, Magma Stomp EX, and Personality Companion Abilities.\n",
        "stamina": "40",
        "art": "c_kobold2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1339,
        "id": "dragonfireex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Dragon Fire EX",
        "text": "Spew fire into the air causing a giant molten cross. Transform up to 5 empty spaces into Dangerous Terrain in the shape of an X anywhere on the Battlefield.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1340,
        "id": "magmastompex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Magma Stomp EX",
        "text": "Stomp your ground with both legs over and over again causing balls of fire to erupt all over the Battlefield. Every Dangerous Terrain space hurls a Ball of Fire at the nearest Target that deals 5 Damage.\n",
        "art": "companion",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1341,
        "id": "elvendeathknight",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Elven Deathknight",
        "text": "A commanding Elven Deathknight Companion. Elven Deathknights have access to the Deathstrike EX, Command the Dead EX, and Personality Companion Abilities.\n",
        "stamina": "55",
        "art": "c_elven2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1342,
        "id": "deathstrikeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Deathstrike EX",
        "text": "Strike at a Target with a deathly chill that deals 15 Damage. If the Target attempts to dodge or block this attack, this Ability becomes a Critical Hit.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1343,
        "id": "commandthedeadex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Command the Dead EX",
        "text": "Force all Ageless beings and Ageless thralls in an Area to bend to your will, Charming them for a moment to grant all of them a No-Roll Basic Attack.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "5"
    },
    {
        "x": 1344,
        "id": "dwarvendeathknight",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwarven Deathknight",
        "text": "A ageless making Dwarven Deathknight Companion. Dwarven Deathknights have access to the Bitterblaze EX, Resurrection EX, and Personality Companion Abilities.\n",
        "stamina": "70",
        "art": "c_dwarven4",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1345,
        "id": "bitterblazeex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Bitterblaze EX",
        "text": "Drain the heat from a Living being dealing 15 Damage and restoring 30 Stamina to you or an Ally. If the Target attempts to dodge or block this attack, this Spell  becomes a Critical Hit. Your Target must be a Living being in order to restore Stamina.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1346,
        "id": "resurrectionex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Resurrection EX",
        "text": "Attempt to bring a Target who has recently been Killed back to life as an Ageless being. As long as their skull is intact, nearly any Target can be brought back to life, however this Spell will fail on anything lower than a High Roll.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1347,
        "id": "porcishdeathknight",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Porcish Deathknight",
        "text": "A rotting Porcish Deathknight Companion. Porcish Deathknights have access to the Rotting Frost EX, Frostgrip EX, and Personality Companion Abilities.\n",
        "stamina": "60",
        "art": "c_porcish2",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1348,
        "id": "rottingfrostex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Rotting Frost EX",
        "text": "Slash at a Target dealing 15 Damage from the venomous plague that flows off your weapon, Poisoning them.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1349,
        "id": "frostgripex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Frostgrip EX",
        "text": "Grab a target with a icy magical grip around their neck dealing 5 Damage and Stunning them.\n",
        "art": "companion",
        "element1": "ice",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 1350,
        "id": "dwelfdeathknight",
        "type": "companion",
        "title": "Companion",
        "subtitle": "Dwelf Deathknight",
        "text": "A dark Dwelf Deathknight Companion. Dwelf Deathknights have access to the Dark Mending EX, Ice Wraith EX, and Personality Companion Abilities.\n",
        "stamina": "75",
        "art": "c_dwelf1",
        "gem1": "companion",
        "gem2": "companion_human",
        "gem3": "companion_talk"
    },
    {
        "x": 1351,
        "id": "darkmendingex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Dark Mending EX",
        "text": "Envelope a Party Member in shadowy magic that restores one of their Anytime Actions. If your Target is a Living being, deal 20 Damage to them instead.\n",
        "art": "companion",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 1352,
        "id": "icewraithex",
        "type": "companion",
        "title": "Companion Ability",
        "subtitle": "Ice Wraith EX",
        "text": "Transform into into a wraith which is a spectral ghost form that is immune to most forms of physical and magical attacks for the rest of the round. Adjacent allies may also be pulled into your wraith form becoming a singular being until you all split at the end of the round.",
        "art": "companion",
        "element1": "ice",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "spell"
    },
    {
        "x": 1353,
        "id": "sherif",
        "type": "class",
        "title": "Sheriff",
        "subtitle": "",
        "text": "<LORE> \"A lawful gunslinger who protects \n<LORE> justice and freedom for all of the\n<LORE> common folk in the realm.\"",
        "stamina": "15",
        "art": "class_sherif",
        "cost": "600"
    },
    {
        "x": 1354,
        "id": "spellscroll",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Spell Scroll",
        "text": "A Spell Scroll that can be casted in battle. During Character Creation, draw a random Spell Scroll and add it to your Inventory.\n",
        "art": "item",
        "gem1": "consumable",
        "cost": "50"
    },
    {
        "x": 1355,
        "id": "twospellscroll",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Two Spell Scroll",
        "text": "A pair of Spell Scrolls that can be casted in battle. During Character Creation, draw 2 random Spell Scrolls and add it to your Inventory.",
        "art": "item",
        "gem1": "consumable",
        "cost": "100"
    },
    {
        "x": 1356,
        "id": "threespellscroll",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Three Spell Scroll",
        "text": "A trio of Spell Scrolls that can be casted in battle. During Character Creation, draw 3 random Spell Scrolls and add them to your Inventory.\n",
        "art": "item",
        "gem1": "consumable",
        "cost": "200"
    },
    {
        "x": 1357,
        "id": "specialtyspellscroll",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Specialty Spell Scroll",
        "text": "A Spell Scroll you have multiple copies of. During Character Creation, draw 1 random Spell Scroll and then add 4 copies of it to your Inventory.",
        "art": "item",
        "gem1": "consumable",
        "cost": "200"
    },
    {
        "x": 1358,
        "id": "legendaryspellscroll",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Legendary Spell Scroll",
        "text": "A legendary Spell Scroll passed down to you from your grandmother. During Character Creation, draw 1 random Legendary Spell Scroll.\n",
        "art": "item",
        "gem1": "consumable",
        "cost": "500"
    },
    {
        "x": 1359,
        "id": "learnmagic",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Learn Magic",
        "text": "Hire another mage to teach you a new Spell. During Character Creation, draw 1 random Spell, of an element of your choice, and add it to your Inventory.\n",
        "art": "item",
        "gem1": "consumable",
        "cost": "100"
    },
    {
        "x": 1360,
        "id": "wildmagic",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Wild Magic",
        "text": "In your free time you have come up with some magic of your own. During Character Creation, draw 2 random Spells and add it to your Inventory.\n",
        "art": "item",
        "gem1": "consumable",
        "cost": "200"
    },
    {
        "x": 1361,
        "id": "bestfriend",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Best Friend",
        "text": "A childhood friend you have known most of your life. During Character Creation, draw 1 random Mercenary Companion and add it to your Inventory.\n",
        "art": "item",
        "gem1": "companion",
        "gem2": "companion_human",
        "cost": "300"
    },
    {
        "x": 1362,
        "id": "familypet",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Family Pet",
        "text": "A well tamed beast that has been in your family for almost a generation. During Character Creation, draw 1 random Beast Companion and add it to your Inventory.\n",
        "art": "item",
        "gem1": "companion",
        "gem2": "companion_beast",
        "cost": "300"
    },
    {
        "x": 1363,
        "id": "magifamiliar",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Magi Familiar",
        "text": "A special familiar your mentor helped you summon. During Character Creation, draw 1 random Magical Companion and add it to your Inventory.\n",
        "art": "item",
        "gem1": "companion",
        "gem2": "companion_magic",
        "cost": "300"
    },
    {
        "x": 1364,
        "id": "oddally",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Odd Ally",
        "text": "An Ally whose life you once spared and has now sworn loyalty to you. Draw a random Companion and add it to your Inventory.\n",
        "art": "item",
        "gem1": "companion",
        "cost": "300"
    },
    {
        "x": 1365,
        "id": "perfectcompanion",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Perfect Companion",
        "text": "A Companion you met along your travels that now serves you. Draw 3 random Companions and choose 1 to add to your Inventory.\n",
        "art": "item",
        "gem1": "companion",
        "cost": "400"
    },
    {
        "x": 1366,
        "id": "entourage",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Entourage",
        "text": "Old friends or hired goons that you bring around for your own protection. Draw 2 Mercenary Companions and add them to your Inventory. Make sure you have Inventory space for these companions before you buy this ability!\n",
        "art": "item",
        "gem1": "companion",
        "gem2": "companion_human",
        "cost": "500"
    },
    {
        "x": 1367,
        "id": "wildpack",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Wild Pack",
        "text": "A pair of Beasts that you have trained over the years. Draw 2 Beast Companions and add them to your Inventory. Make sure you have Inventory space for these companions before you buy this ability!\n",
        "art": "item",
        "gem1": "companion",
        "gem2": "companion_beast",
        "cost": "500"
    },
    {
        "x": 1368,
        "id": "conjurer",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Conjurer",
        "text": "Two magical companions you summoned using a rare form of conjuration magic and then bound to serve you. Draw 2 Magical Companions and them to your Inventory. Make sure you have Inventory space for these companions before you buy this ability!\n",
        "art": "item",
        "gem1": "companion",
        "gem2": "companion_magic",
        "cost": "500"
    },
    {
        "x": 1369,
        "id": "veteran",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Veteran",
        "text": "You have seen quite a few battles in your days and are accustomed to battle. ",
        "art": "item",
        "gem1": "passive",
        "gem2": "anytime",
        "gem2text": "3",
        "cost": "200"
    },
    {
        "x": 1370,
        "id": "prodigy",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Prodigy",
        "text": "You have natural talent at everything you try to do. At the end of Character Creation, round your Stamina upwards to the nearest multiple of ten.\n",
        "art": "item",
        "gem1": "passive",
        "cost": "50"
    },
    {
        "x": 1371,
        "id": "righteous",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Righteous",
        "text": "You are a just and lawful spirit who only takes a life when absolutely necessary. Your attacks and Spells will never fatally harm a Target unless they are Criticals. After the 5th round of combat, if the Party puts all Foes into the in Danger state, combat ends as a Righteous Victory.",
        "art": "item",
        "gem1": "passive",
        "cost": "10"
    },
    {
        "x": 1372,
        "id": "diplomat",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Diplomat",
        "text": "You are quick witted and a skill politician. After the 5th round of combat, you may interrupt combat to make an attempt to convince your Foes into a truce which will end the encounter as a Diplomatic Victory.\n",
        "art": "item",
        "gem1": "passive",
        "cost": "10"
    },
    {
        "x": 1373,
        "id": "multiclass",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Multiclass",
        "text": "You have studied in multiple disciplines. During Character Creation, draw a random Class and replace your Class with it. You can no longer buy Cards from your old Class, but may now buy Cards from your new Class.\n",
        "art": "item",
        "gem1": "passive",
        "cost": "50"
    },
    {
        "x": 1374,
        "id": "instructor",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Instructor",
        "text": "You will take on an apprentice from time to time and train them in the ways of magic. During Character Creation or the Game, you may teach one of your Spells to a Party Member\n",
        "art": "item",
        "gem1": "passive",
        "cost": "100"
    },
    {
        "x": 1375,
        "id": "legend",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Legend",
        "text": "You are well known around the realm for your heroic acts and abilities.\n",
        "stamina": "30",
        "art": "item",
        "gem1": "passive",
        "cost": "300"
    },
    {
        "x": 1376,
        "id": "forgeweapon",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Forge Weapon",
        "text": "Forge or craft yourself the perfect weapon. During Character Creation, draw 5 random Weapons and choose one to add to your Inventory.  You may only wield this and only this weapon.\n",
        "art": "item",
        "gem1": "passive",
        "cost": "100"
    },
    {
        "x": 1377,
        "id": "forgearmor",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Forge Armor",
        "text": "Forge or craft yourself the perfect set of armor. During Character Creation, draw 5 random Armor Cards and choose one to add to your Inventory. \n",
        "art": "item",
        "gem1": "passive",
        "cost": "100"
    },
    {
        "x": 1378,
        "id": "enchantments",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Enchantments",
        "text": "You have gotten your weapons enchanted with powerful strength enchantments. Double the Damage you deal with Basic Attacks.\n",
        "art": "item",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 1379,
        "id": "bannerofcourage",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Banner of Courage",
        "text": "A banner that you bring into battle to inspire the Party. Double the Damage you and other Party Members deal with Basic Attacks.\n",
        "art": "item",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1380,
        "id": "ankhoflife",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Ankh of Life",
        "text": "A special token to show your faith in the light. Ignore the first failed Death Roll you roll then destroy this card.\n",
        "art": "item",
        "element1": "light",
        "element2": "light",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "500"
    },
    {
        "x": 1381,
        "id": "mothersgift",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Mothers Gift",
        "text": "A small locket with a picture of your family inside along with a gift from your mother. Draw 1 random Treasure and add it to your Inventory.\n",
        "art": "item",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1382,
        "id": "inheritance",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Inheritance",
        "text": "A small inheritance of valuable items passed down to you. Draw 3 random Treasures and add them to your Inventory.\n",
        "art": "item",
        "gem1": "passive",
        "gem2": "item",
        "cost": "200"
    },
    {
        "x": 1383,
        "id": "pearlofhindsight",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Pearl of Hindsight",
        "text": "Looking into this pearl will let you understand the mistakes you have made in life. Whenever you Critically Fail, you can still use other Actions for the rest of the round.\n",
        "art": "item",
        "gem1": "passive",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 1384,
        "id": "giant",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Giant",
        "text": "You are naturally much more bigger and stronger then most of your race. You are now a Large Tile.\n",
        "art": "item",
        "gem1": "passive",
        "cost": "250"
    },
    {
        "x": 1385,
        "id": "ogreleathercloak",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Ogre Leather Cloak",
        "text": "An insanely rare cloak made out of the skin of a two headed ogre. You are Immune to all status effects, but cannot cast Spells.\n",
        "art": "item",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1386,
        "id": "heightensenses",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Heighten Senses",
        "text": "Your other senses are far more powerful than average allowing you to never miss with your direct attacks. You are Immune to Blind and your Basic Attacks cannot be Blocked or Dodged.\n",
        "art": "item",
        "gem1": "passive",
        "cost": "50"
    },
    {
        "x": 1387,
        "id": "protectiveshades",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Protective Shades",
        "text": "A set of protective goggles or sunglasses that help deal with dishonorable tactics in hand to hand combat. You are Immune to Blind. When you purchase this Passive in Character Creation, add it to all other Party Members Inventories as well.\n",
        "art": "item",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1388,
        "id": "burnheal",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Burn Heal",
        "text": "A special fluid in a bottle that is used to treat burn victims both physically and emotionally. You and your Allies are Immune to Burn.\n",
        "art": "item",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1389,
        "id": "wintercoatofprotection",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Winter Coat of Protection",
        "text": "A special winter coat that protects you against the cold. You are Immune to Freezing.\n",
        "art": "item",
        "gem1": "passive",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 1390,
        "id": "winterstoneprotection",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Winterstone Protection",
        "text": "The Winterstone Protection Spell is an aura that protects you and your Allies from the icy temperatures that exist near the Winterstone. You and your Allies are Immune to Freezing.\n",
        "art": "item",
        "element1": "fire",
        "element2": "fire",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1391,
        "id": "photographicmemory",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Photographic Memory",
        "text": "You have memorized very difficult complex versions of your Spells that cannot be countered. You are Immune to Silence and your Spells cannot be Blocked or Dodged.\n",
        "art": "item",
        "gem1": "passive",
        "cost": "50"
    },
    {
        "x": 1392,
        "id": "amuletofbones",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Amulet of Bones",
        "text": "A necklace worn by those who support the Ageless cause that protects you and the party from anti magic attacks. You and your Allies are Immune to Silence.\n",
        "art": "item",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1393,
        "id": "spidereater",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Spider Eater",
        "text": "You have a passion for consuming small spiders that has made you immune to most toxins. You are Immune to Poison.\n",
        "art": "item",
        "element1": "dark",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 1394,
        "id": "snakeskinbandages",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Snake Skin Bandages",
        "text": "Blood Snake skin has fantastic immunizing properties and is ideal for helping build up an immunity for toxins. You and your Allies are Immune to Poison.\n",
        "art": "item",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1395,
        "id": "mindheisttraining",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Mind Heist Training",
        "text": "You have been professionally trained by the Draughwin Elven family to increase your mental fortitude. You are Immune to Charm.\n",
        "art": "item",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 1396,
        "id": "bagofjuicybeetles",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Bag of Juicy Beetles",
        "text": "A bag of live beetles. Beetles are somewhat of a delicacy to gnomes and are great for focusing your mind. You are Immune to Charm. When you purchase this Passive in Character Creation, add it to all other Party Members Inventories as well.\n",
        "art": "item",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1397,
        "id": "oakenstaff",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Oaken Staff",
        "text": "A plain wooden staff carried by many Mages as a walking stick and casting apparatus. Whenever you High Roll, restore 15 Stamina.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "10"
    },
    {
        "x": 1398,
        "id": "spellbook",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Spellbook",
        "text": "A book of simple magic Spells almost anyone can cast with. Whenever you High Roll, restore 10 Stamina.\n",
        "art": "item",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "range",
        "gem2text": "5",
        "cost": "10"
    },
    {
        "x": 1399,
        "id": "casterstrinket",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Casters Trinket",
        "text": "A trinket from a Mage you once knew that you cast Spells through. Whenever you High Roll, restore 5 Stamina.",
        "art": "item",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "range",
        "gem2text": "10",
        "cost": "20"
    },
    {
        "x": 1400,
        "id": "crystalball",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Crystal Ball",
        "text": "A crystal you peer through for meditating, but is worthless as a weapon. Whenever you High Roll, restore 20 Stamina.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "range",
        "gem2text": "1",
        "cost": "20"
    },
    {
        "x": 1401,
        "id": "codex",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Codex",
        "text": "A book filled with knowledge about magical artforms. Whenever you High Roll, restore 15 Stamina.\n",
        "art": "item",
        "element1": "earth",
        "element2": "fire",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "range",
        "gem2text": "5",
        "cost": "20"
    },
    {
        "x": 1402,
        "id": "puzzlebox",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Puzzle Box",
        "text": "A small puzzle box used for inspiration when attempting to focus magic. Whenever you High Roll, restore 20 Stamina.",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "range",
        "gem2text": "1",
        "cost": "30"
    },
    {
        "x": 1403,
        "id": "magehands",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Mage Hands",
        "text": "A special set of gloves that enhance your talent for casting magic. Whenever you High Roll, restore 25 Stamina.\n",
        "art": "item",
        "element1": "ice",
        "element2": "earth",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "50"
    },
    {
        "x": 1404,
        "id": "grimoire",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Grimoire",
        "text": "An enchanted book of Spells that has been specialized for the schools of magic you practise. Whenever you High Roll, restore 15 Stamina.\n",
        "art": "item",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "range",
        "gem2text": "10",
        "cost": "50"
    },
    {
        "x": 1405,
        "id": "spelldagger",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Spell Dagger",
        "text": "An enchanted dagger that is light as a feather. Whenever you High Roll, restore 25 Stamina.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "50"
    },
    {
        "x": 1406,
        "id": "apprenticewand",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Apprentice Wand",
        "text": "A wooden apprentice wand used by most mages who rely on it for small skirmishes. Whenever you High Roll, restore 20 Stamina.\n",
        "art": "item",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "range",
        "gem2text": "10",
        "cost": "100"
    },
    {
        "x": 1407,
        "id": "elementalscepter",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Elemental Scepter",
        "text": "A powerful and durable scepter often used by hybrid warrior mages. Whenever you High Roll, restore 25 Stamina.\n",
        "art": "item",
        "element1": "light",
        "element2": "ice",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1408,
        "id": "irondirk",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Iron Dirk",
        "text": "A small well crafted iron dagger. Whenever you High Roll, restore 15 Stamina.",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "10"
    },
    {
        "x": 1409,
        "id": "woodenspear",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Wooden Spear",
        "text": "A handcrafted wooden spear. Whenever you High Roll, restore 10 Stamina.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "3",
        "cost": "10"
    },
    {
        "x": 1410,
        "id": "stoneflail",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Stone Flail",
        "text": "A crude stone flail made of wood, rope, and rocks. Whenever you High Roll, restore 15 Stamina.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "4",
        "cost": "20"
    },
    {
        "x": 1411,
        "id": "cutlass",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Cutlass",
        "text": "A cheaply made cutlass, a favorite of bandits and pirates. Whenever you High Roll, restore 25 Stamina",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1412,
        "id": "bronzemace",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Bronze Mace",
        "text": "A dwarven bronze mace with a rune sketched into it's handle. Whenever you High Roll, restore 25 Stamina\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1413,
        "id": "Scimitar",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Scimitar",
        "text": "A curved blade made for easy decapitations. Whenever you High Roll, restore 15 Stamina\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "gem3": "area",
        "gem3text": "2",
        "cost": "100"
    },
    {
        "x": 1414,
        "id": "leatherwhip",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Leather Whip",
        "text": "An elaphelk leather whip with iron barbs at one end. Whenever you High Roll, restore 15 Stamina.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "3",
        "cost": "100"
    },
    {
        "x": 1415,
        "id": "bronzeaxe",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Bronze Axe",
        "text": "A dwarven bronze axe made for battle and favored by most dwarves. Whenever you High Roll, restore 25 Stamina.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1416,
        "id": "shortsword",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Short Sword",
        "text": "A standard short sword found all over the realm which while common is still very efficient. Whenever you High Roll, restore 25 Stamina.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1417,
        "id": "finefalchion",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Fine Falchion",
        "text": "An elven fine falchion with a history, likely being made before time itself. Whenever you High Roll, restore 25 Stamina.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1418,
        "id": "silverrapier",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Silver Rapier",
        "text": "A specialty thin piercing weapon used for it's effectiveness against the unseen. Whenever you High Roll, restore 25 Stamina. This is a very expensive weapon that should only be purchased by the most wealthy of Characters.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "300"
    },
    {
        "x": 1419,
        "id": "steellongsword",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Steel Longsword",
        "text": "A heavy and powerful blade used by the stronger of warriors. Whenever you High Roll, restore 20 Stamina. This is a very expensive weapon that should only be purchased by the most wealthy of Characters.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "melee",
        "gem2text": "2",
        "cost": "300"
    },
    {
        "x": 1420,
        "id": "steelhalberd",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Steel Halberd",
        "text": "A long and deadly polearm that's combination of range and power cannot be beat. Whenever you High Roll, restore 15 Stamina. This is a very expensive weapon that should only be purchased by the most wealthy of Characters.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "melee",
        "gem2text": "3",
        "cost": "300"
    },
    {
        "x": 1421,
        "id": "slingshot",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Slingshot",
        "text": "A leather slingshot often used for distractions or harassment. Whenever you High Roll, restore 10 Stamina.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "range",
        "gem2text": "5",
        "cost": "10"
    },
    {
        "x": 1422,
        "id": "oakcrossbow",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Oak Crossbow",
        "text": "A gnomish designed, dwarven made wooden crossbow. Whenever you High Roll, restore 10 Stamina.",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "range",
        "gem2text": "15",
        "cost": "50"
    },
    {
        "x": 1423,
        "id": "blunderbuss",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Blunderbuss",
        "text": "A crude gunpowder based makeshift weapon which is prone to failure. Whenever you High Roll, restore 10 Stamina.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "range",
        "gem2text": "3",
        "gem3": "area",
        "gem3text": "2",
        "cost": "100"
    },
    {
        "x": 1424,
        "id": "sixshooter",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Six Shooter",
        "text": "A simple magical revolver that harnesses your stamina into elemental bullets. Whenever you High Roll, restore 20 Stamina. This is a very expensive weapon that should only be purchased by the most wealthy of Characters.\n",
        "art": "item",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "range",
        "gem2text": "10",
        "cost": "300"
    },
    {
        "x": 1425,
        "id": "recurvebow",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Recurve Bow",
        "text": "A powerful and reliable elven recurve bow, one of the most noble and ancient weapons of the realm. Whenever you High Roll, restore 15 Stamina. This is a very expensive weapon that should only be purchased by the most wealthy of Characters.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "range",
        "gem2text": "15",
        "cost": "300"
    },
    {
        "x": 1426,
        "id": "matchlockrifle",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Matchlock Rifle",
        "text": "A mechanical prototype gunpowder weapon that shoots metal balls at high speeds that deal physical damage. Whenever you High Roll, restore 20 Stamina. This is a very expensive weapon that should only be purchased by the most wealthy of Characters.\n",
        "art": "item",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "range",
        "gem2text": "10",
        "cost": "300"
    },
    {
        "x": 1427,
        "id": "smokeynagitana",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Smokey Nagitana",
        "text": "A smokey Nagitana Polearm that allows you to strike with powerful thrusting attacks. Natural Critical Hits with Basic Attacks grant you a No-Roll Bonus Action.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "line",
        "gem2text": "3",
        "cost": "100"
    },
    {
        "x": 1428,
        "id": "dulledvorpalslayer",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Dulled Vorpal Slayer",
        "text": "A dulled blade that still has a few battles left in it. Critical Hits with Basic Attacks cause Death Rolls.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "2",
        "cost": "100"
    },
    {
        "x": 1429,
        "id": "warpblade",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Warp Blade",
        "text": "A sharp Arcane dagger with a strange twist in its blade that when twisted unlocks its hidden power. Whenever you Basic Attack, you may Move up to 3 spaces afterwards. \n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "cost": "100"
    },
    {
        "x": 1430,
        "id": "blooddrinker",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Blood Drinker",
        "text": "A blade fueled with blood magic that heals its wielder when you strike another. Whenever you Basic Attack, restore Stamina equal to the Damage you dealt.\n",
        "art": "treasure",
        "element1": "light",
        "element2": "dark",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1431,
        "id": "shadowshade",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Shadowshade",
        "text": "A black sword that releases a dark dusty cloud of purple fog whenever you swing it. Whenever you use an Ability, summon a Shadowy Apparition of yourself as a Minion linked to you in an empty adjacent space.\n",
        "art": "treasure",
        "element1": "dark",
        "element2": "dark",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1432,
        "id": "dwarvenruneblade",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Dwarven Runeblade",
        "text": "A powerful runeblade crafted by Dwarven Blacksmiths that empowers its wielder with bursts of energy and stamina. Whenever you Defeat a Target, you gain a Bonus Action.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1433,
        "id": "lirundablade",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Lirunda Blade",
        "text": "A long silver greatsword that is great for parrying attacks. Whenever you are attacked by a melee or projectile attack, you may roll to Block. High Rolls will negate or reduce the damage taken. \n",
        "art": "treasure",
        "element1": "light",
        "element2": "light",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "200"
    },
    {
        "x": 1434,
        "id": "raskumclaws",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Raskum Claws",
        "text": "The worn claws a Raskum that has died of old age. Whenever you are about to use an Ability, you may Move up to 3 spaces beforehand.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1435,
        "id": "muddybillhook",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Muddy Billhook",
        "text": "A dirty billhook knife that is very sharp and very dangerous. High Rolls with melee Basic Attacks cause you to cut a limb off most Targets.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1436,
        "id": "hammeroflight",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Hammer of Light",
        "text": "A hammer enchanted with holy magic generally held by members of the Grand Paladin Order. High Rolls with Basic Attacks cause you to restore 50 Stamina to you or an Ally. \n",
        "art": "treasure",
        "element1": "light",
        "element2": "light",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1437,
        "id": "wildearthbow",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Wild Earth Bow",
        "text": "A bow made of wild forest branches and twined together with Earth Magic. Your ranged Basic Attacks transform the spaces of your Targets into a Rough Terrain.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "range",
        "gem2text": "15",
        "cost": "100"
    },
    {
        "x": 1438,
        "id": "arcanegreatbow",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Arcane Great Bow",
        "text": "A inked spell tattoo covered steel bow enchanted with runes that morph arrows into beams of Arcane magic. Critical Hits with Arcane Spells grant you a Bonus Action.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "line",
        "gem2text": "15",
        "cost": "100"
    },
    {
        "x": 1439,
        "id": "dragonskinbow",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Dragonskin Bow",
        "text": "A bow made of dragon silver mined from the scales of Dragon Aspects. Critical Hits with ranged Basic Attacks deal triple damage.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "range",
        "gem2text": "15",
        "cost": "100"
    },
    {
        "x": 1440,
        "id": "heartbarkcrossbow",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Heartbark Crossbow",
        "text": "A heart shaped bow made from a sturdy oak. Your ranged Basic Attacks knock Targets back up to 5 spaces.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "range",
        "gem2text": "15",
        "cost": "200"
    },
    {
        "x": 1441,
        "id": "goldenrevolver",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Golden Revolver",
        "text": "A gold plated revolver mostly owned by those of extreme wealth. Whenever you use a Limited Ability successfully, you may Basic Attack as a No-Roll Bonus Action.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "fire",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "range",
        "gem2text": "15",
        "cost": "200"
    },
    {
        "x": 1442,
        "id": "snakehunter",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Snakehunter",
        "text": "A shotgun made by gnomish engineers that excels at dealing with blood snakes. Whenever you are attacked by a Minion, you may Basic Attack as a No-Roll Bonus Action.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "range",
        "gem2text": "5",
        "gem3": "area",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 1443,
        "id": "stormback",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Stormback",
        "text": "A Siffiran elder mace used by the most powerful Thanes. Whenever you cast a Spell, shock the nearest Foe for 5 Damage.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "fire",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "range",
        "gem2text": "5",
        "cost": "100"
    },
    {
        "x": 1444,
        "id": "floarawandofbeauty",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Floara Wand of Beauty",
        "text": "A wand crafted from the flowers of magic petals. Whenever you cast a Spell, you may select 2 empty spaces on the battlefield to transform into Rough Terrain.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "range",
        "gem2text": "10",
        "cost": "100"
    },
    {
        "x": 1445,
        "id": "needleoffury",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Needle of Fury",
        "text": "A strong oak staff with a needle like ice crystal at it's head. Whenever another Party Member successfully uses a Limited Action, you may cast a Spell as a No-Roll Bonus Action.\n",
        "art": "treasure",
        "element1": "ice",
        "element2": "ice",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1446,
        "id": "netherberrybranch",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Nether Berry Branch",
        "text": "A branch from a nether berry bush that empowers your Spell casting abilities. You may cast the Spells of your Allies.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "300"
    },
    {
        "x": 1447,
        "id": "elaphelkhornstaff",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Elaphelk Horn Staff",
        "text": "A staff carved from the horn of an elaphelk. Your Spells that Target Characters now Target an Area of 3.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1448,
        "id": "freemiumcatalogs",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Freemium Catalogs",
        "text": "A collection of gnomish magazines all about the hottest new magics in the realm. Spells cost half as much gold during Character Creation.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1449,
        "id": "drunkenmagicianswand",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Drunken Magician's Wand",
        "text": "A wand enchanted with the intoxiantionater enchantment. Whenever you cast a Spell, cast another random Spell at the same Target as a No-Roll Bonus Action. \n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "cost": "200"
    },
    {
        "x": 1450,
        "id": "archmagestaff",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Archmage Staff",
        "text": "A powerful staff wielded by the grandest of mages. Your Spells are always successful, even on Low Rolls.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1451,
        "id": "memorymanipulator",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Memory Manipulator",
        "text": "A gnomish wand that's said to pervert the minds of mages who cast spells with it. Critical Hits and Critical Fails with Spells cause you to unlearn that Spell and draw 1 random Spell to add to your Inventory instead.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "cost": "50"
    },
    {
        "x": 1452,
        "id": "worncraftinghammer",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Worn Crafting Hammer",
        "text": "A worn down hammer of a proud blacksmith. Draw 3 random Weapon cards and add them to the Inventories of your other Party Members.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "cost": "100"
    },
    {
        "x": 1453,
        "id": "elementalmagegauntlet1",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Elemental Mage Gauntlet",
        "text": "A gauntlet infused with gems of magical elements. Whenever you use a Move Action, you may cast a Spell as an No-Roll Bonus Action. You must be a Skilled Ice and Earth Mage in order to use this Treasure. This effect may only occur once per round.\n",
        "art": "treasure",
        "element1": "ice",
        "element2": "earth",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "300"
    },
    {
        "x": 1454,
        "id": "elementalmagegauntlet2",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Elemental Mage Gauntlet",
        "text": "A gauntlet infused with gems of magical elements. Whenever you use a Move Action, you may cast a Spell as an No-Roll Bonus Action. You must be a Skilled Light and Arcane Mage in order to use this Treasure. This effect may only occur once per round.\n",
        "art": "treasure",
        "element1": "light",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "300"
    },
    {
        "x": 1455,
        "id": "elementalmagegauntlet3",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Elemental Mage Gauntlet",
        "text": "A gauntlet infused with gems of magical elements. Whenever you use a Move Action, you may cast a Spell as an No-Roll Bonus Action. You must be a Skilled Dark and Fire Mage in order to use this Treasure. This effect may only occur once per round.\n",
        "art": "treasure",
        "element1": "dark",
        "element2": "fire",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "300"
    },
    {
        "x": 1456,
        "id": "elementalmagegauntlet4",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Elemental Mage Gauntlet",
        "text": "A gauntlet infused with gems of magical elements. Whenever you use a Move Action, you may cast a Spell as an No-Roll Bonus Action. You must be a Skilled Ice and Fire Mage in order to use this Treasure. This effect may only occur once per round.\n",
        "art": "treasure",
        "element1": "ice",
        "element2": "fire",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "300"
    },
    {
        "x": 1457,
        "id": "karazzimbostaff",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Karazzim Bo Staff",
        "text": "A simple wooden pole from the Kobold Temples of Karazzim. Whenever you use a Anytime Action, restore 50 Stamina to you or and Ally.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "2",
        "cost": "100"
    },
    {
        "x": 1458,
        "id": "boneheraldsstaff",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Bone Herald's Staff",
        "text": "A staff made of the bones of an ancient elf that is taboo to wield to most in the realm. Increase the Area of your Area Spells by 2.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "cost": "100"
    },
    {
        "x": 1459,
        "id": "duskblade",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Duskblade",
        "text": "A blade that spills off dark magics perpetually. Critical Hits cause this sword to cast a random Dark Spell as a No-Roll Bonus Action.",
        "art": "treasure",
        "element1": "dark",
        "element2": "dark",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "gem3": "area",
        "gem3text": "2",
        "cost": "100"
    },
    {
        "x": 1460,
        "id": "malletofdevotion",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Mallet of Devotion",
        "text": "A ceremonial mallet given to the noblest members of the Grand Paladin Order. Draw 2 random Light Spells and add them to your Inventory.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "cost": "200"
    },
    {
        "x": 1461,
        "id": "frozenrodofpower",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Frozen Rod of Power",
        "text": "A steel rod covered in icy crystals. Draw 2 random Ice Spells and add them to your Inventory.\n",
        "art": "treasure",
        "element1": "ice",
        "element2": "ice",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1462,
        "id": "spirithuntersaxe",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Spirit Hunter's Axe",
        "text": "A stone axe charcoaled with the ashes of it's master's faithful friend. Whenever your Companion deals Damage, restore all of your Stamina.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "cost": "100"
    },
    {
        "x": 1463,
        "id": "arcanolute",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Arcano Lute",
        "text": "A magic lute that when played shoots out beams of Arcane magic. Whenever you use a Limited Ability, you gain a Bonus Action.",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "line",
        "gem2text": "3",
        "cost": "100"
    },
    {
        "x": 1464,
        "id": "titaniumgreatsword",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Titanium Greatsword",
        "text": "A well crafted greatsword made of pure titanium. Critical Hits with melee Basic Attacks deal triple damage. You may purchase multiple Titanium Greatswords and stack them on top of this card to increase the range of this weapon.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "2",
        "cost": "100"
    },
    {
        "x": 1465,
        "id": "summoningwand",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Summoning Wand",
        "text": "A pristine wand that empowers summoning magic. Whenever you cast a Spell that summons Minions, summon an additional Minion.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "range",
        "gem2text": "10",
        "cost": "100"
    },
    {
        "x": 1466,
        "id": "spikedanchor",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Spiked Anchor",
        "text": "A giant anchor from a ship whose sheer weight is too much for most to carry alone. Critical Hits with Basic Attacks cause Freezing.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "3",
        "gem3": "area",
        "gem3text": "2",
        "cost": "100"
    },
    {
        "x": 1467,
        "id": "merchantscutlass",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Merchant's Cutlass",
        "text": "A gold encrusted decorative cutlass, often worn by wealthy merchants. During Character Creation, whenever you or another Party Member buys an Item card, you may draw a random Item and put it into the now empty shop space.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1468,
        "id": "ouroraschimesword",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Ouro'ras Chime Sword",
        "text": "A silver sharp blade with many charms and trinkets chained to the base of the blade. Increases your Maximum Stamina by 5 for every Passive you have at the end of Character Creation.\n",
        "art": "treasure",
        "element1": "light",
        "element2": "light",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1469,
        "id": "lotusbroomstaff",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Lotus Broomstaff",
        "text": "A flowery staff with lotus flowers blooming at it's head. At Character Creation, draw 2 random Arcane Spells and add them to your Inventory.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "2",
        "cost": "100"
    },
    {
        "x": 1470,
        "id": "enchantedpapersword",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Enchanted Paper Sword",
        "text": "A sword made out of paper and cardboard as if made by a child that is enchanted to be as strong as a brittle metal sword. Whenever you Critical Hit with an Ability, summon a random Spell Scroll.",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "cost": "50"
    },
    {
        "x": 1471,
        "id": "deathsedge",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Death's Edge",
        "text": "A black blade attached to a bone club carved into a handle. Whenever you roll a Critical Success or Failure, summon an Ageless Minion anywhere on the Battlefield linked to you.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1472,
        "id": "keenstoneblade",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Keen Stone Blade",
        "text": "A ancient keen stone set in a simple blade that allows one to bend their destiny. Draw 3 Cornerstones and choose one to replace your Cornerstone.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1473,
        "id": "fryingpanofholding",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Frying Pan of Holding",
        "text": "A frying pan that can open up a portal into the realm of holding. Whenever you Critical Hit with Basic Attacks, you may draw a random Potion card and add it to your Inventory.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1474,
        "id": "heartoakstaff",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Heartoak Staff",
        "text": "A staff with alluring and sweet patterns carved into the wood. Critical Hits with Basic Attacks and Spells now cause Charming.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1475,
        "id": "bluntsaxophone",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Blunt Saxophone",
        "text": "A worn and slightly damaged musical instrument that serves as a decent blunt weapon. At the start of combat, you may play a tune on this Saxophone as a No-Roll Bonus Action which causes you and your Allies to deal double damage for the rest of combat.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1476,
        "id": "wandoflimitedpossibilities",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Wand of Limited Possibilities",
        "text": "A rainbow colored wand that fires out all forms of magic. Whenever you Basic Attack, cast a random Spell at the Target as a No-Roll Bonus Action.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "range",
        "gem2text": "10",
        "cost": "100"
    },
    {
        "x": 1477,
        "id": "offhandassassinsdagger",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Offhand Assassin's Dagger",
        "text": "A small blade coated with poison that assassins keep hidden up sleeves or in boots. High Rolls with Basic Attacks and Spells now cause Poisoning.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "range",
        "gem2text": "1",
        "cost": "50"
    },
    {
        "x": 1478,
        "id": "midasfist",
        "type": "treasure",
        "title": "Weapon",
        "subtitle": "Midas Fist",
        "text": "A golden fist made out of pure magic used to display ones wealth. At the end of Character Creation, increase your Maximum Stamina by 1 for every 10 gold you still have.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "5",
        "gem2": "melee",
        "gem2text": "1",
        "cost": "100"
    },
    {
        "x": 1479,
        "id": "patchworkarmor",
        "type": "item",
        "title": "Armor",
        "subtitle": "Patchwork Armor",
        "text": "Handmade armor that was crafted from broken pieces of other armors. Not very pleasing to look at, but effective in battle. \n",
        "stamina": "5",
        "art": "item",
        "gem1": "armor",
        "cost": "10"
    },
    {
        "x": 1480,
        "id": "clothrobes",
        "type": "item",
        "title": "Armor",
        "subtitle": "Cloth Robes",
        "text": "Traditional cloth robes used by many different schools of mages. \n",
        "stamina": "5",
        "art": "item",
        "gem1": "armor",
        "cost": "10"
    },
    {
        "x": 1481,
        "id": "freebootcoat",
        "type": "item",
        "title": "Armor",
        "subtitle": "Freeboot Coat",
        "text": "A large coat with many pockets that has seen better days. \n",
        "stamina": "10",
        "art": "item",
        "gem1": "armor",
        "cost": "20"
    },
    {
        "x": 1482,
        "id": "colorfuldress",
        "type": "item",
        "title": "Armor",
        "subtitle": "Colorful Dress",
        "text": "A colorful and fancy dress that speaks volumes about your inner identity. \n",
        "stamina": "10",
        "art": "item",
        "gem1": "armor",
        "cost": "20"
    },
    {
        "x": 1483,
        "id": "leatherarmor",
        "type": "item",
        "title": "Armor",
        "subtitle": "Leather Armor",
        "text": "Tight leather armor that doesn't reduce your mobility and protects you from direct attacks in combat. \n",
        "stamina": "10",
        "art": "item",
        "gem1": "armor",
        "cost": "20"
    },
    {
        "x": 1484,
        "id": "infusedvines",
        "type": "item",
        "title": "Armor",
        "subtitle": "Infused Vines",
        "text": "A set of armor woven together from a living forest. \n",
        "stamina": "10",
        "art": "item",
        "gem1": "armor",
        "cost": "20"
    },
    {
        "x": 1485,
        "id": "runecoat",
        "type": "item",
        "title": "Armor",
        "subtitle": "Runecoat",
        "text": "A long coat with many spots to hold scrolls and tomes hidden inside. \n",
        "stamina": "15",
        "art": "item",
        "gem1": "armor",
        "cost": "50"
    },
    {
        "x": 1486,
        "id": "porcskinarmor",
        "type": "item",
        "title": "Armor",
        "subtitle": "Porc Skin Armor",
        "text": "Armor made from the skin of dead Porcs that is often very threatening to look at. \n",
        "stamina": "15",
        "art": "item",
        "gem1": "armor",
        "cost": "50"
    },
    {
        "x": 1487,
        "id": "studdedarmor",
        "type": "item",
        "title": "Armor",
        "subtitle": "Studded Armor",
        "text": "Leathery armor with bronze studs makes this armor very durable and attractive to wear. ",
        "stamina": "15",
        "art": "item",
        "gem1": "armor",
        "cost": "50"
    },
    {
        "x": 1488,
        "id": "elvenvestments",
        "type": "item",
        "title": "Armor",
        "subtitle": "Elven Vestments",
        "text": "Traditional clothing worn by Elves from the times before the Birth of Magic. \n",
        "stamina": "15",
        "art": "item",
        "gem1": "armor",
        "cost": "50"
    },
    {
        "x": 1489,
        "id": "spellplate",
        "type": "item",
        "title": "Armor",
        "subtitle": "Spellplate",
        "text": "Enchanted lightweight plate armor that has been custom made for a true battle mage. \n",
        "stamina": "30",
        "art": "item",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1490,
        "id": "platechain",
        "type": "item",
        "title": "Armor",
        "subtitle": "Plate Chain",
        "text": "Very basic chain armor woven together by Dwarven blacksmiths. This armor provides the best weight and agility without sacrificing defense of almost all traditional armor.\n",
        "stamina": "15",
        "art": "item",
        "gem1": "armor",
        "cost": "50"
    },
    {
        "x": 1491,
        "id": "clockodilehide",
        "type": "item",
        "title": "Armor",
        "subtitle": "Clockodile Hide",
        "text": "Clothing crafted from the hides of the dangerous clockodile beasts. The hide is heavy and thick, but naturally resistant to both Fire and Ice magics.\n",
        "stamina": "15",
        "art": "item",
        "gem1": "armor",
        "cost": "50"
    },
    {
        "x": 1492,
        "id": "arcanisttails",
        "type": "item",
        "title": "Armor",
        "subtitle": "Arcanist Tails",
        "text": "A fancy Mage suit often worn by Nobleborn Elves or those attended a high society gathering. \n",
        "stamina": "15",
        "art": "item",
        "gem1": "armor",
        "cost": "50"
    },
    {
        "x": 1493,
        "id": "elegantgarments",
        "type": "item",
        "title": "Armor",
        "subtitle": "Elegant Garments",
        "text": "Clothing made to elevate your status among your peers. Provides little protection in battle, but your presence among others is much more grand. \n",
        "stamina": "5",
        "art": "item",
        "gem1": "armor",
        "cost": "10"
    },
    {
        "x": 1494,
        "id": "platearmor",
        "type": "item",
        "title": "Armor",
        "subtitle": "Plate Armor",
        "text": "Made from the strongest of metals, this armor makes you look and feel invincible.\n",
        "stamina": "30",
        "art": "item",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1495,
        "id": "boldscalemail",
        "type": "item",
        "title": "Armor",
        "subtitle": "Bold Scalemail",
        "text": "Crafted from the crystallized limbs of dead Kobolds, this armor shines as if you were covered in gemstones.\n",
        "stamina": "30",
        "art": "item",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1496,
        "id": "regalgarb",
        "type": "item",
        "title": "Armor",
        "subtitle": "Regal Garb",
        "text": "A symbol of high status that shows you are very much an important person.\n",
        "stamina": "30",
        "art": "item",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1497,
        "id": "elaphelkbonemail",
        "type": "item",
        "title": "Armor",
        "subtitle": "Elaphelk Bonemail",
        "text": "Strapped and sawed together, this armor is made from the bones of dead Elaphelks and greatly restricts your mobility in combat while making it almost impossible to attack you from any angle.\n",
        "stamina": "30",
        "art": "item",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1498,
        "id": "gemstoneregalia",
        "type": "item",
        "title": "Armor",
        "subtitle": "Gemstone Regalia",
        "text": "Forged by the Dvergr Dvergr, this armor is not only colorful, but is also highly resistant to all forms of magic.\n",
        "stamina": "30",
        "art": "item",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1499,
        "id": "gildedarmour",
        "type": "item",
        "title": "Armor",
        "subtitle": "Gilded Armour",
        "text": "There are some who would say it's not wise to craft armor from Gold. You are not one of those people.\n",
        "stamina": "5",
        "art": "item",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1500,
        "id": "smallbuckler",
        "type": "item",
        "title": "Shield",
        "subtitle": "Small Buckler",
        "text": "A small wooden shield. As with all Shields, whenever you are attacked by a Basic Attack or Ability, you may Roll to Block with a High Roll.\n",
        "stamina": "5",
        "art": "item",
        "gem1": "shield",
        "cost": "20"
    },
    {
        "x": 1501,
        "id": "regrowthshield",
        "type": "item",
        "title": "Shield",
        "subtitle": "Regrowth Shield",
        "text": "A living shield made of vines. As with all Shields, whenever you are attacked by a Basic Attack or Ability, you may Roll to Block with a High Roll.\n",
        "stamina": "5",
        "art": "item",
        "gem1": "shield",
        "cost": "20"
    },
    {
        "x": 1502,
        "id": "lightkiteshield",
        "type": "item",
        "title": "Shield",
        "subtitle": "Light Kite Shield",
        "text": "A studded light weight shield. As with all Shields, whenever you are attacked by a Basic Attack or Ability, you may Roll to Block with a High Roll.\n",
        "stamina": "10",
        "art": "item",
        "gem1": "shield",
        "cost": "50"
    },
    {
        "x": 1503,
        "id": "heatershield",
        "type": "item",
        "title": "Shield",
        "subtitle": "Heater Shield",
        "text": "An iron based heater shield. As with all Shields, whenever you are attacked by a Basic Attack or Ability, you may Roll to Block with a High Roll.\n",
        "stamina": "10",
        "art": "item",
        "gem1": "shield",
        "cost": "50"
    },
    {
        "x": 1504,
        "id": "towershield",
        "type": "item",
        "title": "Shield",
        "subtitle": "Tower Shield",
        "text": "A massive shield the same size as your character. As with all Shields, whenever you are attacked by a Basic Attack or Ability, you may Roll to Block with a High Roll.\n",
        "stamina": "15",
        "art": "item",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1505,
        "id": "dexterous",
        "type": "item",
        "title": "Shield",
        "subtitle": "Dexterous",
        "text": "You are very nimble in combat and can easily dodge attacks. Whenever you are attacked by a Basic Attack or Ability, you may Roll to Dodge with a High Roll.\n",
        "art": "item",
        "gem1": "shield",
        "gem2": "passive",
        "cost": "10"
    },
    {
        "x": 1506,
        "id": "ninjatwins",
        "type": "item",
        "title": "Shield",
        "subtitle": "Ninja Twins",
        "text": "You and another Party Member trained together at a young age. Whenever you are attacked by a Basic Attack or Ability, you may Roll to Dodge with a High Roll. When you purchase this Ability in Character Creation, add it to another Party Members Inventory as well.\n",
        "art": "item",
        "gem1": "shield",
        "gem2": "passive",
        "cost": "50"
    },
    {
        "x": 1507,
        "id": "timebender",
        "type": "item",
        "title": "Shield",
        "subtitle": "Timebender",
        "text": "You have the power to bend and slow time for you and your Party. Whenever you or other Party Members are attacked by a Basic Attack or Ability, you may Roll to Dodge with a High Roll.\n",
        "art": "item",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "shield",
        "gem2": "passive",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1508,
        "id": "kingfishercloth",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Kingfisher Cloth",
        "text": "Special spellcloth armor that's defensive power increases with your own. During Character Creation, increase your Maximum Stamina by 5 for every Spell Ability in your Inventory.\n",
        "stamina": "15",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1509,
        "id": "bloodauraplate",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Blood Aura Plate",
        "text": "Armor forged with blood magic that allows you to steal life from the living around you as energy for your body. Whenever you use one of your Class Abilities, you restore 25 Stamina.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1510,
        "id": "finelasrenbeltguard",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Fine Lasren Beltguard",
        "text": "A fine gnomish belt used by combat medics and paladins across the realm. Whenever you use one of your Class Abilities, you restore 10 Stamina to all Allies on the Battlefield.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1511,
        "id": "midasplate",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Midas Plate",
        "text": "An ornamental suit of armor that most would recommend not to bring into a real battle. At the end of Character Creation, increase your Maximum Stamina by 1 for every 10 gold you still have leftover.\n",
        "stamina": "25",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1512,
        "id": "ytttransversingleather",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Ytt Transversing Leather",
        "text": "Leather armor made from skinned from the body of a ytt and marked with elven runes. Whenever you are struck by a Critical Hit, you are Charmed. While under this Charm you are transformed into a random Companion and use only their Abilities and Passives.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1513,
        "id": "overlyprotectivechainmail",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Overly Protective Chainmail",
        "text": "Well designed chainmail that protects you from personal injury. You are immune to all self inflicted damage.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1514,
        "id": "buckaroovest",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Buckaroo Vest",
        "text": "A fancy vest with tassels often worn by those in dry climates. You may use the Limited Abilities of other Party Members as well.\n",
        "stamina": "15",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1515,
        "id": "energyvest",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Energy Vest",
        "text": "A sturdy vest that has been soaked and reforged in healing potion. At the start of every round, you restore 50 Stamina.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1516,
        "id": "merchanttrenchcoat",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Merchant Trenchcoat",
        "text": "A large trench coat filled with all sorts of items. You may purchase Items and Treasures from your other Party Members shops once they are finished buying, however you cannot replace this Armor.\n",
        "stamina": "5",
        "art": "treasure",
        "gem1": "armor",
        "cost": "10"
    },
    {
        "x": 1517,
        "id": "rokeshpantsuit",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Rokesh Pantsuit",
        "text": "A green and black pantsuit that you claim brings you lots of luck. Once per combat, you may Ignore a Death Roll before rolling and then fully restore your Stamina. \n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1518,
        "id": "fieryregalia",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Fiery Regalia",
        "text": "Armor designed to show your affinity for Fire Magics. You are immune to Rough and Dangerous Terrain.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1519,
        "id": "clockworkvest",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Clockwork Vest",
        "text": "A mechanical vest designed to improve your overall performance in battle. Low and Average Rolls you make on the hour, count as High Rolls. This means if you point out to your Gamemaster you are rolling at exactly 4 o'clock, all non-Criticals count as High Rolls.\n",
        "stamina": "15",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1520,
        "id": "incantersjacket",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Incanters Jacket",
        "text": "A potion masters jacket with lots of extra pockets for healing tonics. Whenever you use a Consumable, fully restore your Stamina.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1521,
        "id": "tigeryzootsuit",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Tigery Zoot Suit",
        "text": "A tiger pattern dress suit that makes sure you are always feeling fine. Whenever you Roll to cure a status effect, you may Roll a second time should you fail.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1522,
        "id": "altunicloth",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Altuni Cloth",
        "text": "A simple cloak that has a very dangerous enchantment hidden on the inside of the cloth. Whenever you fail a Death Roll, another Ally dies in your place. If the only Allies are Party Members, they roll with the lowest dying in your place. After this occurs, destroy this card.\n",
        "stamina": "5",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1523,
        "id": "thickfurrainments",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Thick Fur Rainments",
        "text": "Heavy fur armor that protects you from both physical and magical attacks. All Damage taken is cut in half and rounded whichever way the Gamemaster chooses.\n",
        "stamina": "15",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1524,
        "id": "colorfullycrasuit",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Colorful Lycra Suit",
        "text": "A very colorful pantsuit that empowers those who wield lots of elements. The number of Anytime Actions you have each Combat is now equal to the number of Spells of different Elements you have in your Inventory.\n",
        "stamina": "5",
        "art": "treasure",
        "gem1": "armor",
        "cost": "200"
    },
    {
        "x": 1525,
        "id": "makeshiftarmor",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Makeshift Armor",
        "text": "Homemade armor you crafted yourself. During Character Creation, draw 3 random Armor cards and choose 1 and place it on top of this card. You may not equip any other Armor than this chosen card.\n",
        "stamina": "5",
        "art": "treasure",
        "gem1": "armor",
        "cost": "10"
    },
    {
        "x": 1526,
        "id": "meltedflesh",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Melted Flesh",
        "text": "The rotten flesh of others melted onto your own body from battles over time. This card may be placed in either Armor or Passive spaces.\n",
        "stamina": "10",
        "art": "treasure",
        "gem1": "armor",
        "gem2": "passive",
        "cost": "100"
    },
    {
        "x": 1527,
        "id": "mastermagiciansrobes",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Master Magicians Robes",
        "text": "The robes of a master performer and artist. Whenever you are about to be hit by a projectile, transform that projectile into a random Spell to be hit by instead.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1528,
        "id": "beastalwarplate",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Beastal Warplate",
        "text": "Heavy Plate that can be fitted to almost any body shape. One of your Companions may also gain the Stamina from this Armor card.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1529,
        "id": "soulmail",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Soulmail",
        "text": "Scalemail cursed with the spirit of another bond to the scales themselves. Whenever one of your Minions would be destroyed, you may spend 5 Stamina to prevent this Damage.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1530,
        "id": "gemskinarmor",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Gemskin Armor",
        "text": "Heavy armor made from the remains of a gemlord. Whenever you take Damage, spawn a Gemling Minion linked to you in an empty adjacent space.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1531,
        "id": "lifelink",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Lifelink",
        "text": "A special enchantment that can be applied to many different fabrics that combines the strength of those who are linked together. All Party Members wearing Lifelink may grant each other Stamina whenever they wish.  When you purchase this Armor in Character Creation, add it to all Party Members Inventories as well.\n",
        "stamina": "10",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1532,
        "id": "dragonaurachain",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Dragon Aura Chain",
        "text": "Elven armor designed by Dragon Aspect Ouro'ras. Increase the Stamina of other Party Members by 10.\n",
        "stamina": "20",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1533,
        "id": "thornmail",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Thornmail",
        "text": "Spiked armor that can often hurt nearby attacks who strike you. Whenever you take damage from an adjacent Foe, counterattack dealing 25 Damage back at the attacker.\n",
        "stamina": "10",
        "art": "treasure",
        "gem1": "armor",
        "cost": "100"
    },
    {
        "x": 1534,
        "id": "peasantrags",
        "type": "treasure",
        "title": "Armor",
        "subtitle": "Peasant Rags",
        "text": "The simple clothing of a commoner of the realm. Increase your Stamina by 3 for every empty Inventory Slot you have at the end of Character Creation. \n",
        "stamina": "5",
        "art": "treasure",
        "gem1": "armor",
        "cost": "10"
    },
    {
        "x": 1535,
        "id": "livingshield",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Living Shield",
        "text": "A bush of living vines that can absorb attacks. Whenever you are attacked by a Basic Attack or Ability, you may Block it once per round. Your living shield must regenerate and so it cannot be used more than once per round.",
        "stamina": "10",
        "art": "treasure",
        "gem1": "shield",
        "cost": "50"
    },
    {
        "x": 1536,
        "id": "moonglowshield",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Moonglow Shield",
        "text": "A silver circle shield that glows teal at night time in clear moonlight. At Character Creation, draw 2 random Dark Spells and add them to your Inventory.\n",
        "stamina": "5",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1537,
        "id": "obsidianwall",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Obsidian Wall",
        "text": "A heavy black stoned tower shield. This shield Blocks on Average Rolls or higher.\n",
        "stamina": "15",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1538,
        "id": "regrowthmagicguard",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Regrowth Magic Guard",
        "text": "A green leafed shield sparkling with magical crystals. At Character Creation, draw 2 random Earth Spells and add them to your Inventory.\n",
        "stamina": "5",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1539,
        "id": "midasshield",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Midas Shield",
        "text": "An ornamental shield made of gold and gems. At the end of Character Creation, increase your Maximum Stamina by 1 for every 10 gold you still have leftover.\n",
        "stamina": "10",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1540,
        "id": "carriagewheel",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Carriage Wheel",
        "text": "A large wooden shield from a broken down carriage. You may put this Card into any slot.\n",
        "stamina": "5",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1541,
        "id": "steelspikedshield",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Steel Spiked Shield",
        "text": "A massive spiked shield used for battling hordes of small beasts. Whenever you Block, you may counter attack with this shield dealing 30 Damage.\n",
        "stamina": "15",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1542,
        "id": "lifestone",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Lifestone",
        "text": "A small tablet made of brittle stone with the ankh of life engraved on it with a simple leather strap. You cannot use this Shield to block with as it is too delicate to provide any protection.\n",
        "stamina": "25",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1543,
        "id": "bonewall",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Bonewall",
        "text": "A shield made of bones that drains the life from Targets you Defeat. Whenever you Defeat a Target, restore all of your Stamina as long as they are a Living Being.\n",
        "stamina": "15",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1544,
        "id": "electrocutor",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Electrocutor",
        "text": "A gnomish shield that releases an electric current when blocking. Whenever you Block, shock all adjacent Targets with lightning dealing 20 Fire and Arcane Damage.\n",
        "stamina": "15",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1545,
        "id": "shroomcap",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Shroom Cap",
        "text": "A giant mushroom cap that can be used as a decent shield. Whenever you Block, expel spores from your shield that cause Blinding to adjacent Targets. \n",
        "stamina": "15",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1546,
        "id": "mirrorshield",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Mirror Shield",
        "text": "A large shield with a shiny silver surface that reflects back like a mirror. Whenever you Block a Spell, you may reflect it back at them.\n",
        "stamina": "10",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1547,
        "id": "healthpotionglassshield",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Health Potion Glass Shield",
        "text": "A giant hollow glass shield filled with healing tonic. Whenever you attempt to Block, you may restore Stamina to any Ally on the Battlefield equal to your roll.\n",
        "stamina": "5",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1548,
        "id": "bloodybulwark",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Bloody Bulwark",
        "text": "A bloody and cursed shield that drains your own health to empower your attacks. Whenever you deal Damage, you may drain as much of your own Stamina as you like to deal extra Damage to the Target.\n",
        "stamina": "15",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1549,
        "id": "sacrificialguard",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Sacrificial Guard",
        "text": "An animated shield blessed by the Grand Paladin Order to protect you in a time of great need. Ignore the first failed Death Roll rolled by the Party then destroy this card. You or another Ally chosen by the Gamemaster will die in their place.\n",
        "stamina": "10",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1550,
        "id": "flameguard",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Flameguard",
        "text": "A giant steel shield enchanted with a fiery frontside whose flames grow larger the tighter you hold it. Draw 2 random Fire Spells and add them to your Inventory.\n",
        "stamina": "15",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1551,
        "id": "rubypress",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "Ruby Press",
        "text": "An elegant shield made out of a giant ruby encased with a gold edge. Reduce the price of this Shield by 100 gold for every Element of Spell you are Skilled in.\n",
        "stamina": "30",
        "art": "treasure",
        "gem1": "shield",
        "cost": "500"
    },
    {
        "x": 1552,
        "id": "wardoor",
        "type": "treasure",
        "title": "Shield",
        "subtitle": "War Door",
        "text": "A giant wooden shield made to cover your entire body. You may roll to Block for Adjacent Allies.\n",
        "stamina": "15",
        "art": "treasure",
        "gem1": "shield",
        "cost": "100"
    },
    {
        "x": 1553,
        "id": "parachuteleggings",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Parachute Leggings",
        "text": "A large pair of pants filled with air that shows off your style in battle. Whenever you use a Move Action, an Ally may Move up to 5 spaces as well.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 1554,
        "id": "veteranspellblademedal",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Veteran Spellblade Medal",
        "text": "The warmedal of a spellblade veteran. Whenever you use a non-Bonus Action Spell, you may Basic Attack as a Bonus Action.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "200"
    },
    {
        "x": 1555,
        "id": "twindragonamulet",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Twin Dragon Amulet",
        "text": "A special pair of dragon amulets that link the wearer's life forces together. All Party Members wearing Twin Dragon Amulets may grant each other Stamina and Actions whenever they wish. When you purchase this card in Character Creation, add it to another Party Members Inventory as well.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1556,
        "id": "arcaneconduit",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Arcane Conduit",
        "text": "A mechanical device that is used to protect people of high interest. Redirect all Spells cast by Foes towards you if in range of them.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1557,
        "id": "acidicsaliva",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Acidic Saliva",
        "text": "You may now spit acid as a Basic Attack for 10 Damage with 10 range.",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1558,
        "id": "fluentinkobold",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Fluent in Kobold",
        "text": "You can speak and understand the obscure language of Kobolds. You must always roll with 2 Dice. Whenever you roll Doubles, count that as a Critical Success unless you roll 2 Critical Failures.\n",
        "art": "treasure",
        "gem1": "passive",
        "cost": "50"
    },
    {
        "x": 1559,
        "id": "colorblindinggoggles",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Color Blinding Goggles",
        "text": "A pair of special goggles that make you see all the other colors of the rainbow like Plaor, Dellaian, and Shibanka. Whenever you use a Limited Ability, you may cure all Allies of any negative effects.",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 1560,
        "id": "spellvamppages",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Spellvamp Pages",
        "text": "A large book of vampire spells that you have used to empower your own magic spells. Your Spells restore Stamina equal to the Damage you deal with them.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1561,
        "id": "giantspells",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Giant Spells",
        "text": "You have mastered your magic to a degree you sometimes forget how powerful you truly have become. Your Spells cast at a Target now hit all adjacent Targets as well.\n",
        "art": "treasure",
        "gem1": "passive",
        "cost": "100"
    },
    {
        "x": 1562,
        "id": "hatezenpride",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Hatezen Pride",
        "text": "Your pride causes your anger and fury to lash out in unexpected ways. Whenever you are put in Danger, you may learn a random Companion Ability from a selection of 3.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1563,
        "id": "jetsneaks",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Jet Sneaks",
        "text": "A pair of gnomish rocket boots. You may now choose to Roll when moving, if you do you may move as many spaces equal to your roll.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "20"
    },
    {
        "x": 1564,
        "id": "gnomishscopeye",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Gnomish Scopeye",
        "text": "Replace one of your eyes with this Gnomish Scopeye. The range of all your Abilities and Ranged Weapons is doubled.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 1565,
        "id": "equalitycharm",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Equality Charm",
        "text": "A simple charm you wear that promotes equality for the lesserkin. At the end of Character Creation, your Stamina becomes equal to the highest Stamina total amongst your entire Party.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "200"
    },
    {
        "x": 1566,
        "id": "swiftfeatherboots",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Swift Feather Boots",
        "text": "A pair of feather stuffed boots that are perfect for running in. You may move up to 10 spaces with your Move Actions.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "20"
    },
    {
        "x": 1567,
        "id": "heartwalllocket",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Heartwall Locket",
        "text": "A locket of a loved one you lost once long ago that you wear to remember what you lost and ensure it never happens again. Whenever you or a Party Member rolls a Critical Success, you may fully restore the Stamina of an Ally of your choice.\n",
        "art": "treasure",
        "element1": "light",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "20"
    },
    {
        "x": 1568,
        "id": "gnomishchronometer",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Gnomish Chronometer",
        "text": "A gnomish chronometer that can rewind time a few seconds. You may force a reroll for yourself once per combat. You may not use this Passive on Critical Success or Critical Failure Rolls.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 1569,
        "id": "wigglywrench",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Wiggly Wrench",
        "text": "Your favorite wrench that you used when you worked as a blacksmith back in the day. You and your Allies Armor grants at least 30 Stamina, even if they don't have an Armor card in their Inventory.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1570,
        "id": "masterfulruby",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Masterful Ruby",
        "text": "A rare and powerful ruby that slows down time whenever you cast magic. Your Spells no longer miss on Low Rolls.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1571,
        "id": "emeraldofpersistence",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Emerald of Persistence",
        "text": "A rare and mystical emerald that causes you to remain completely focused whenever you swing your weapons. Your Basic Attacks no longer miss on Low Rolls.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1572,
        "id": "bloodgift",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Blood Gift",
        "text": "The small receipt given to you by the warlock who traded you magical power at the expensive of your lifeforce. At the end of Character Creation, reduce your Stamina to 50 and add a random Spell to your Inventory for every empty Ability space.\n",
        "art": "treasure",
        "element1": "light",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "200"
    },
    {
        "x": 1573,
        "id": "believerstone",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Believer Stone",
        "text": "A stone enchanted by the great wizard Nisovin that he often gives out as a party favor. At the start of combat, this stone transforms into another Treasure card which will revert back into the Believer Stone at the end of combat. \n",
        "art": "treasure",
        "element1": "light",
        "element2": "light",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1574,
        "id": "giantsblood",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Giants Blood",
        "text": "The blood of a giant courses through your veins, reducing your life expectancy. You deal Triple Damage with Basic Attacks.\n",
        "art": "treasure",
        "gem1": "passive",
        "cost": "100"
    },
    {
        "x": 1575,
        "id": "combatbanner",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Combat Banner",
        "text": "The banner of your house, family or organization that you are always asked to bring with you. You and your Party deal Double Damage with Basic Attacks.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "10"
    },
    {
        "x": 1576,
        "id": "lethalarms",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Lethal Arms",
        "text": "Replace one of your Characters hands with a Weapon in your Inventory. This Weapon now deals 10 Damage with Basic Attacks.\n",
        "art": "treasure",
        "gem1": "passive",
        "cost": "100"
    },
    {
        "x": 1577,
        "id": "arcanasight",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Arcana Sight",
        "text": "You may now cast Spells through your Eyes. Whenever you use a non-Legendary Spell Scroll in Combat, you may place it off to the side and put it back in your Inventory at the end of combat.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1578,
        "id": "flexiblelimbs",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Flexible Limbs",
        "text": "Your body can stretch itself like rubber and bend in unfathomable ways. The range of your melee Basic Attacks and melee Abilities is increased by 5. \n",
        "art": "treasure",
        "element1": "ice",
        "element2": "ice",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1579,
        "id": "mirrorimage",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Mirror Image",
        "text": "You have created an illusionary copy of yourself on the Battlefield that confuses opponents. Place a second Tile on the Battlefield to represent yourself. Whenever you Move, both Tiles may Move. Both of these Tiles are you at the same time, however should either be hit by a Basic Attack or Ability, that Tile will negate the attack and disappear until the end of the round.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1580,
        "id": "aetherialform",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Aetherial Form",
        "text": "You have the talent that allows you to dissolve your corporeal body away temporarily and leave only your spiritual form. You may move through Walled Terrain and other Characters.\n",
        "art": "treasure",
        "element1": "light",
        "element2": "light",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 1581,
        "id": "hatezenfury",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Hatezen Fury",
        "text": "You allow hate to flow through you whenever witnesses a friend feel pain or suffer in battle. Whenever another Party Member is put in Danger, fully restore your Stamina and gain a Bonus Action.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1582,
        "id": "ironskin",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Ironskin",
        "text": "Your skin is tough and durable causing you to never take more than 20 Damage from a Basic Attack or Ability.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "200"
    },
    {
        "x": 1583,
        "id": "bagofholding",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Bag of Holding",
        "text": "This small bag is enchanted with a Realm of Holding Spell that allows you to store as many items as you want inside a giant pocket dimension  You may stack as many Item, Consumable, or Treasure cards on top of this card. When not in combat, you may move cards from this stack to your Inventory and vice versa.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "20"
    },
    {
        "x": 1584,
        "id": "barbedflesh",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Barbed Flesh",
        "text": "Your flesh is mangled and sharp to the touch. Whenever you take Damage from an adjacent Target, deal 25 Damage to that Target.\n",
        "art": "treasure",
        "gem1": "passive",
        "cost": "100"
    },
    {
        "x": 1585,
        "id": "hikingboots",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Hiking Boots",
        "text": "A pair of your favorite hiking boots made for climbing rough terrain. You are Immune to Rough Terrain and cannot be pushed or knocked back.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "10"
    },
    {
        "x": 1586,
        "id": "koboldrabies",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Kobold Rabies",
        "text": "You may now bite Targets as a Basic Attack that deals 5 Damage and Poisoning them.\n",
        "art": "treasure",
        "gem1": "passive",
        "cost": "50"
    },
    {
        "x": 1587,
        "id": "luckyfoot",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Lucky Foot",
        "text": "The foot of a small animal that you claim brings you luck. Once per combat, your Companion may ignore a Death Roll before rolling.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 1589,
        "id": "scentedcandle",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Scented Candle",
        "text": "A candle that smells like cookies which makes the party more focused, but hungry in combat. During Character Creation, choose a Status Effect. You and our Party are Immune to this Status effect.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "earth",
        "gem1": "passive",
        "gem2": "item",
        "gem3": "spell",
        "cost": "50"
    },
    {
        "x": 1590,
        "id": "nicheknowledge",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Niche Knowledge",
        "text": "You have practised against similar mages in the past which taught you many tricks to countering yourself. You are Immune to Spells cast by others that you yourself have in your Inventory.",
        "art": "treasure",
        "gem1": "passive",
        "cost": "20"
    },
    {
        "x": 1591,
        "id": "accidentalwizardry",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Accidental Wizardry",
        "text": "You are more lucky than talented when it comes to the art of magic. Whenever you miss while casting a Spell, cast the Spell again as a No-Roll Bonus Action at a different Target and causing both Spells to hit this new Target.\n",
        "art": "treasure",
        "gem1": "passive",
        "cost": "100"
    },
    {
        "x": 1592,
        "id": "friendshipring",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Friendship Ring",
        "text": "A very lame ring you wear that you made yourself in honor of your friendship with certain allies. You are Immune to all Damage done by your Allies.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 1593,
        "id": "mindfist",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Mind Fist",
        "text": "You may now Basic Attack for 5 Damage to any Target on the Battlefield using the power of your mind.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1594,
        "id": "mechasurfer",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Mechasurfer",
        "text": "A mechanical surfboard that hovers above the ground and folds up nicely for storage. Whenever an Ally moves, you may move up to 3 spaces. Whenever you Move, you may move an adjacent Ally with you.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 1595,
        "id": "bookofmagicmastery",
        "type": "treasure",
        "title": "Passive",
        "subtitle": "Book of Magic Mastery",
        "text": "A giant book that took you weeks to read that taught you in great detail how to cast a very specific spell. During Character Creation, choose any non-Legendary Spell Ability in the game and add it to your Inventory.\n",
        "art": "treasure",
        "gem1": "passive",
        "gem2": "item",
        "cost": "200"
    },
    {
        "x": 1596,
        "id": "arcanopaintbomb",
        "type": "treasure",
        "title": "Consumable",
        "subtitle": "Arcano Paintbomb",
        "text": "Throw an Arcano Paintbomb at a Target that covers them in a purple magical paint. All projectiles, both Ally and Foe, will be redirected at this Target for the rest of the round.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "cost": "20"
    },
    {
        "x": 1597,
        "id": "scrollofmagicstone",
        "type": "treasure",
        "title": "Consumable",
        "subtitle": "Scroll of Magic Stone",
        "text": "Summon forth a wall that transforms 8 connected spaces into Walled Terrain. This wall is made of stone bricks and would be very hard to break through.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "20"
    },
    {
        "x": 1598,
        "id": "crystalcatalyst",
        "type": "treasure",
        "title": "Consumable",
        "subtitle": "Crystal Catalyst",
        "text": "Break open this large Crystal Catalyst to summon forth 10 Gemlings as Minions linked to you anywhere on the Battlefield.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 1599,
        "id": "invisibilitypotion",
        "type": "treasure",
        "title": "Consumable",
        "subtitle": "Invisibility Potion",
        "text": "Drink a potion that makes you almost impossible to see to the naked eye. You remain invisible even when you Basic Attack or cast a Spell, but this Spell is broken if another Party member is put in Danger or you take Damage. When you purchase this Treasure in Character Creation, add 3 more copies of it to you or other Party Members Inventory.\n",
        "art": "treasure",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1600,
        "id": "duplicationorb",
        "type": "treasure",
        "title": "Consumable",
        "subtitle": "Duplication Orb",
        "text": "A small green orb that has the power to morph into almost any non-Living object. Duplicate a Treasure Item in the Shop or Inventory of another Party Member and add it to your Inventory.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1601,
        "id": "desdonianfirebombs",
        "type": "treasure",
        "title": "Consumable",
        "subtitle": "Desdonian Firebombs",
        "text": "Hurl a firebomb that explodes for 15 Damage in an Area and transforms spaces into Dangerous Terrain. When you purchase this Treasure in Character Creation, add 2 more copies to your Inventory.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3",
        "cost": "100"
    },
    {
        "x": 1602,
        "id": "hourglassofthesandbold",
        "type": "treasure",
        "title": "Consumable",
        "subtitle": "Hourglass of the Sandbold",
        "text": "Smash this hourglass on the ground to activate it's powers. The next Character who fails a Death Roll, rerolls their fate. This Hourglass must be smashed before the attack that forces the Death Roll begins.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1603,
        "id": "chippedprism",
        "type": "treasure",
        "title": "Consumable",
        "subtitle": "Chipped Prism",
        "text": "A small chipped prism that can be used to split a spell. The next Spell you cast this round casts a second copy as a No-Roll Bonus Action at the same Target\n",
        "art": "treasure",
        "gem1": "consumable",
        "cost": "50"
    },
    {
        "x": 1604,
        "id": "elvensugarcookies",
        "type": "treasure",
        "title": "Consumable",
        "subtitle": "Elven Sugar Cookies",
        "text": "Tasty cookies made by someones grandmother or uncle. Grants you an additional Regular Action every round until end of combat.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "cost": "100"
    },
    {
        "x": 1605,
        "id": "swammie",
        "type": "treasure",
        "title": "Consumable",
        "subtitle": "Swammie",
        "text": "A sour fish that intoxicates you when consumed and energizes your body. You may move up to 15 spaces with your Move Actions until end of combat.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "cost": "10"
    },
    {
        "x": 1606,
        "id": "winechestorsfinest",
        "type": "treasure",
        "title": "Consumable",
        "subtitle": "Winechestors Finest",
        "text": "A bottle of wine made before the birth of magic. Fully restore your Stamina and forces you to roll with 2 dice for the rest of combat.\n",
        "art": "treasure",
        "gem1": "consumable",
        "cost": "50"
    },
    {
        "x": 1607,
        "id": "potionsellersstrongestpotion",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Potion Seller's Strongest Potion",
        "text": "A drink from this potion Doubles the Damage you deal with Basic Attacks until end of combat. High Rolls cause you to Triple the Damage you deal with Basic Attacks.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "spell",
        "cost": "50"
    },
    {
        "x": 1608,
        "id": "convolutedcompositecrossbow",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Convoluted Composite Crossbow",
        "text": "Fire a massive steel bolt that deals 99 Damage to a Target. This crossbow is very complicated to reload and can only be reloaded out of combat.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "15",
        "cost": "100"
    },
    {
        "x": 1609,
        "id": "proudmoorestaff",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Proudmoore Staff",
        "text": "Gesture with this ice staff to conjure 4 Elemental Minions linked to you anywhere on the Battlefield.\n",
        "art": "treasure",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1610,
        "id": "bookofcursedspells",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Book of Cursed Spells",
        "text": "Flip through this book's pages and find a random Spell to cast as a No-Roll Bonus Action. You must complete the casting of this Spell.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1611,
        "id": "ringoffire",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Ring of Fire",
        "text": "Unleash a wave of fire from this ring that deals 30 Damage in a Line and causes Burning. \n",
        "art": "treasure",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "line",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1612,
        "id": "holycanteen",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Holy Canteen",
        "text": "Drink water blessed by the light and fully restore all your Stamina.\n",
        "art": "treasure",
        "element1": "light",
        "element2": "light",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "cost": "50"
    },
    {
        "x": 1613,
        "id": "wellfornruby",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Wellforn Ruby",
        "text": "Rub this ruby to give yourself a brief burst of speed, allowing you to move up to 5 spaces. Allies within 3 spaces of you may use this Treasure as if it were in their Inventory.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "cost": "50"
    },
    {
        "x": 1614,
        "id": "bewitchingmirror",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Bewitching Mirror",
        "text": "Reveal this mirror to a Target to attempt to trap them within it removing them from combat. If this mirror is later broken, the Target will be released and this card destroyed. Large Tiles and very powerful Characters are highly resistant to this Ability. ",
        "art": "treasure",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1615,
        "id": "everfullgoblet",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Everfull Goblet",
        "text": "Drink from a goblet that is always full and fully restores your Stamina.\n",
        "art": "treasure",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "50"
    },
    {
        "x": 1616,
        "id": "ringofthearmsukaa",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Ring of the Armsukaa",
        "text": "Create a magical barrier centered around you, that pushes all Foes back as it expands. Allies may move and attack freely through the magical barrier, but Foes cannot enter and have their Basic Attacks and Abilities blocked by the barrier until it has absorbed 100 Damage.\n",
        "art": "treasure",
        "element1": "ice",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1617,
        "id": "noblebornknife",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Nobleborn Knife",
        "text": "Stab a Target brutally with a small sharp knife, forcing them to Death Roll.  This knife must be cleaned properly before it can be used to stab again.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "50"
    },
    {
        "x": 1618,
        "id": "hurricanebracer",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Hurricane Bracer",
        "text": "Summon forth a Hurricane in a massive Area that deals 30 Damage to Targets and then allows you to move Targets hit by this Ability to any empty space on the Battlefield.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "gem5": "area",
        "gem5text": "4",
        "cost": "100"
    },
    {
        "x": 1619,
        "id": "potpuppyseeds",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Pot Puppy Seeds",
        "text": "Plant some Pot Puppy Seeds by transforming an empty space into Rough Terrain. At the start of every round, a Pot Puppy Minion will spawn linked to you on this space. \n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "20"
    },
    {
        "x": 1620,
        "id": "themagiciansstone",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "The Magicians Stone",
        "text": "The common stone found amongst new magicians who have not mastered many spells yet. At the start of combat, this stone transforms into a random Spell until end of combat.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1621,
        "id": "stellarsextant",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Stellar Sextant",
        "text": "Using your sextant, command and guide your Allies to be more efficient in battle. Grant you and your Allies a Move Action.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "20"
    },
    {
        "x": 1622,
        "id": "elaphelktusk",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Elaphelk Tusk",
        "text": "Stab a Target with an Elaphelk Tusk dealing 30 Damage and Stunning them.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "50"
    },
    {
        "x": 1623,
        "id": "powderedelaphelkhorn",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Powdered Elaphelk Horn",
        "text": "A giant jar of premium elaphelk horn powder that when inhaled hypes you and your party in battle. Grants all other Allies a Bonus Action.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1624,
        "id": "frogsticktotem",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Frog Stick Totem",
        "text": "Place a frog stick totem on an adjacent empty space, transforming it into walled Terrain. Allies adjacent to the Frog on a Stick may use their Move Actions as Regular Actions.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "50"
    },
    {
        "x": 1625,
        "id": "lunarboomerang",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Lunar Boomerang",
        "text": "Throw a boomerang that deals 15 Damage at up to 3 Targets. If thrown in roughly the shape of a crescent moon, this Ability deals 25 Damage instead.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "8",
        "cost": "100"
    },
    {
        "x": 1626,
        "id": "rocketboots",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Rocket Boots",
        "text": "Blast forward in a straight line until you hit a wall or barrier, leaving behind a trail of fire that transforms spaces into Dangerous Terrain. You can travel through spaces with other Targets in them.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "fire",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1627,
        "id": "knifeslinger",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Knife Slinger",
        "text": "Release a flurry of knives at all adjacent Foes that deal 20 Damage. Critical Hits cause you to use this Ability again as No-Roll Bonus Actions.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1628,
        "id": "hypnoring",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Hypnoring",
        "text": "Hypnotise a weak minded Target into obeying your will, Charming them.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1629,
        "id": "ancientbookofcleansing",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Ancient Book of Cleansing",
        "text": "Cure yourself or an Ally in range of any and all negative effects and fully restore their Stamina by reciting a passage from this book about the faults of modern day healing magic. \n",
        "art": "treasure",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1630,
        "id": "fireworklauncher",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Firework Launcher",
        "text": "Launch 20 fireworks that fly up and slam down dealing 1 Damage in an Area. Fireworks may be Targeted at different Areas.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "8",
        "gem4": "area",
        "gem4text": "2",
        "cost": "100"
    },
    {
        "x": 1631,
        "id": "magnopulser",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Magnopulser",
        "text": "Place one of your Magnopulsers on an empty space that transforms it into Walled Terrain. At the start of every round, you may pull all Foes on the Battlefield as close as possible to the Magnopulser, destroying it in the process.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "1",
        "cost": "100"
    },
    {
        "x": 1632,
        "id": "electronetpistol",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Electronet Pistol",
        "text": "Fire out an electric net that deals 15 Damage to a Target and Stunning them.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1633,
        "id": "headcannonhelmet",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Headcannon Helmet",
        "text": "Shoot a cannonball at a Target dealing 20 Damage and transforms the space the Target is on into Rough Terrain.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "8",
        "cost": "100"
    },
    {
        "x": 1634,
        "id": "deconstructormanabomber",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Deconstructor Manabomber",
        "text": "Transmute some Treasure into raw energy and lob it as a manabomb that deals 50 Damage in an Area. You must destroy a Treasure card when using this Ability.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "8",
        "gem4": "area",
        "gem4text": "3",
        "cost": "100"
    },
    {
        "x": 1635,
        "id": "neurallinkgun",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Neural Link Gun",
        "text": "Release a wavey beam from this small pistol that attempts to mind control a Target. If Successful, you may control the Target and can attack using them with a Basic Attack as a Bonus Action.\n",
        "art": "treasure",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "8",
        "gem4": "spell",
        "cost": "100"
    },
    {
        "x": 1636,
        "id": "souldrainer",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Soul Drainer",
        "text": "Drain away part of a Living Beings spirit and deal 10 damage to all Foes in range, restoring Stamina equal to the amount of damage dealt. Targets must be Living Beings to be affected by this Spell.",
        "art": "treasure",
        "element1": "dark",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "3",
        "cost": "100"
    },
    {
        "x": 1637,
        "id": "sandshot",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Sandshot",
        "text": "Shoot a glob of dirty mud at a Target dealing 20 Damage and Blinding them.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "8",
        "cost": "100"
    },
    {
        "x": 1638,
        "id": "midastouch",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Midas Touch",
        "text": "Touch a Target using this very dangerous glove that quickly turns their blood into gold, forcing them to Death Roll. \n",
        "art": "treasure",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "1",
        "gem4": "spell",
        "cost": "100"
    },
    {
        "x": 1639,
        "id": "inscribeomatic",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Inscribe-O-Matic",
        "text": "A small machine that can print Spell Scrolls using it's internal magical catalog. Draw a random Spell Scroll and add it to your Inventory.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1640,
        "id": "amplificationwand",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Amplification Wand",
        "text": "Scream insults through a sound amplifying wand that forces Foes who hear it to focus their Basic Attacks and Abilities on you for the rest of the round.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "area",
        "gem4text": "7",
        "cost": "100"
    },
    {
        "x": 1641,
        "id": "frostbomb",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Frost Bomb",
        "text": "Detonate a Frost Bomb that hits all Targets on the Battlefield for 5 Damage and Freezing them. You and your Allies may roll to resist this Spell. \n",
        "art": "treasure",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1642,
        "id": "arcaneabsorbo",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Arcane Absorbo",
        "text": "Counter an incoming Spell Targeted at you or an Ally in range, by absorbing it into this machine and using the raw energy to fully restore your Stamina. You may use your Regular Action at anytime when using this Ability.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1643,
        "id": "goldengun",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Golden Gun",
        "text": "Shoot a Target with this very powerful pistol that causes a Target to take 99 Damage and then Death Roll if not already in Danger.",
        "art": "treasure",
        "element1": "fire",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1644,
        "id": "invisibilitycloak",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Invisibility Cloak",
        "text": "Vanish out of sight making it nearly impossible for Foes to track you. You remain invisible even when you Basic Attack or cast a Spell, but this Spell is broken if another Party Member is put in Danger or you take Damage.\n",
        "art": "treasure",
        "element1": "light",
        "element2": "light",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1645,
        "id": "glacialprisonator",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Glacial Prisonator",
        "text": "Blast a Target with Ice for 50 damage and then summon a pillar of ice in all empty adjacent spaces. These pillars are Walled Terrain.\n",
        "art": "treasure",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1646,
        "id": "fairyjar",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Fairy Jar",
        "text": "Release a flock of fairies that fly out to every Ally on the Battlefield to restore 30 Stamina at the end of the round. If the Ally is currently in Danger at the end of the round, revive them right away and then grant them a Bonus Action to use.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1647,
        "id": "twinfairies",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Twin Fairies",
        "text": "Your Twin Fairies give you two suggestions on what you should do in combat. One is helpful, one is not. You are never sure which is which.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "cost": "20"
    },
    {
        "x": 1648,
        "id": "clockadileoil",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Clockadile Oil",
        "text": "Cover yourself or a Target in range with Clockadile Oil which allows them to Dodge attacks as if they were wearing a Shield until end of combat.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "20"
    },
    {
        "x": 1649,
        "id": "deckofcards",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Deck of Cards",
        "text": "You and your Allies play a round of Blackjack. Every Ally that beats the Gamemaster has their Stamina fully restored, but losers have their current Stamina cut in half.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1650,
        "id": "bronzefishingpole",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Bronze Fishing Pole",
        "text": "Cast a Fishing Line that deals 20 Damage to a Target and then pulls them as close as possible to you.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "8",
        "cost": "100"
    },
    {
        "x": 1651,
        "id": "clericsticks",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Cleric Sticks",
        "text": "Throw a Stick that deals 20 Damage to a Target and then spawns a Snake Minion linked to you in an adjacent space of the Target. High Rolls allow this minion to attack right away. Targets who take Damage from Snake Minions are Poisoned. If your Class is Suncleric, you may purchase this Item for 10 Gold.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "3",
        "cost": "100"
    },
    {
        "x": 1652,
        "id": "fishingnet",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Fishing Net",
        "text": "Throw a Fishing Net onto an Area. Targets inside this Area are Stunned.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "8",
        "gem4": "area",
        "gem4text": "3",
        "cost": "100"
    },
    {
        "x": 1653,
        "id": "arcaneblaster",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Arcane Blaster",
        "text": "Blast a Target with an arcane force that channels out through this glove, dealing 5 Damage to a Target for every copy of this card you have in your Inventory. After using this Ability, add a copy of this Ability into your Inventory and place it on top of this Card. Whenever you Critical Failure, destroy all copies of this card.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1654,
        "id": "flashbackscroll",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Flashback Scroll",
        "text": "Recast the Spell of the last Spell Scroll you used. This ability fizzles out if you have not used a Spell Scroll during this combat. Limited Abilities are still limited and Legendary Spells cause you to suffer a terrible headache.\n",
        "art": "treasure",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1655,
        "id": "icespiritshieldotracker",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Ice Spirit Shield-o-Tracker",
        "text": "Activate an installed special gnomish mechanical enhancement device that protects you in dire situations by fully restoring of your Stamina and spawning an Ice Elemental Minion linked to you for every 5 Stamina granted from this Ability.\n",
        "art": "treasure",
        "element1": "ice",
        "element2": "ice",
        "gem1": "limited",
        "gem2": "range",
        "gem2text": "3",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1656,
        "id": "restorationstaff",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Restoration Staff",
        "text": "Fully restore the Stamina of an Ally by waving this staff to conjure ancient healing magic. If they are currently in Danger, revive them and grant them a Bonus Action.\n",
        "art": "treasure",
        "element1": "ice",
        "element2": "light",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1657,
        "id": "stormshock",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Storm Shock",
        "text": "Activate this small gnomish gizmo that causes a powerful electric storm that deals 30 Damage to all Targets on the Battlefield. \n",
        "art": "treasure",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1658,
        "id": "novaplumestaff",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Nova Plume Staff",
        "text": "Shoot forth a fiery blast of smoke that deals 15 Damage to a Target. All spaces adjacent to the Target are filled with smoke transforming them into Rough Terrain.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1659,
        "id": "fistinabox",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Fist in a Box",
        "text": "Open a small mechanical box that shoots out a powerful fist attached to a spring dealing 20 Damage to a Target and knocking them back 5 spaces.\n",
        "art": "treasure",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "8",
        "cost": "100"
    },
    {
        "x": 1660,
        "id": "deeperfreezer",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Deeper Freezer",
        "text": "Release a frosty beam of ice at a Target that deals 20 Damage and Freezing them.\n",
        "art": "treasure",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1661,
        "id": "arcaneneedler",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Arcane Needler",
        "text": "Fire up to 25 arcane missiles that deal 1 Damage each, at up to 25 Targets.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1662,
        "id": "energycannon",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Energy Cannon",
        "text": "Fire forth a giant ball of arcane energy that deals 5 Damage to a Target and restores one of your Anytime Actions. If you use this Ability as an Anytime Action it deals 25 Damage, but does not restore an Anytime Action.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1663,
        "id": "flamenovabelt",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Flame Nova Belt",
        "text": "Activate your belt which deals 20 Damage to adjacent Targets by releasing a ring of fire. \n",
        "art": "treasure",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1664,
        "id": "dungeoneerencyclopedia",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Dungeoneer Encyclopedia",
        "text": "A book filled with everything you need to know. When used, the Gamemaster may share some information by answering one of your questions or reveal the maximum Stamina of a Target of your choice.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "cost": "20"
    },
    {
        "x": 1665,
        "id": "flashinglightsword",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Flashing Light Sword",
        "text": "Slap a Target with this annoying sounding and looking sword that deals 20 Damage to a Target. If successful, the Target may only Basic Attacks and Abilities on you for the rest of this round.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 1666,
        "id": "pocketportaldevice",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Pocket Portal Device",
        "text": "A rare and expensive device that allows you to teleport to a space instantly. If the space you are targeting to has another Target inside it, swap places with them.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1667,
        "id": "trustytrumpet",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Trusty Trumpet",
        "text": "Play a morale boosting melody to bolster your Allies. For this round of combat, Allies in range of this tune are sure to hit with their Basic Attacks and Abilities unless they Critically Fail.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1668,
        "id": "quakemaker",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Quake Maker",
        "text": "Smash the ground with this mechanical motor-mace that causes the earth to rip apart. Select up to 6 connected spaces and transform them into Rough Terrain dealing 5 Damage to Foes in these spaces.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1669,
        "id": "screecher",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Screecher",
        "text": "A powerful Ring that lets loose a banshees scream that deals 15 Damage to Targets and Silencing them.\n",
        "art": "treasure",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "line",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1670,
        "id": "minymastyduplicator",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Miny Masty Duplicator",
        "text": "A blue and green mechanical wand, that when waved causes all of your Minions to create a copy of themselves in an adjacent empty space.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1671,
        "id": "windumorningstar",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Windu Morning Star",
        "text": "Swing a mace wildly that deals massive Damage to a Target that is equal to your roll and then multiplied by 10.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "2",
        "cost": "100"
    },
    {
        "x": 1672,
        "id": "grimshadeblade",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Grimshade Blade",
        "text": "Smite a Target with a shadowy grimshade magical force that deals 40 Damage. Critical Failures not only destroy this Treasure card, but also spawns a terrible shadow creature. This is the shade of the Grimshade Blade and the Gamemaster will draw a random Companion that has 10 times as much Stamina and deals twice as much Damage with their Basic Attacks and Abilities with the sole purpose to try and kill you.\n",
        "art": "treasure",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "8",
        "gem4": "spell",
        "cost": "100"
    },
    {
        "x": 1673,
        "id": "headhunteraxe",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Headhunter Axe",
        "text": "Throw an Axe that deals 25 Damage to a Target and decapitates them if they fail a Death Roll caused by this Ability. \n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "melee",
        "gem3text": "8",
        "cost": "100"
    },
    {
        "x": 1674,
        "id": "shillelagh",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Shillelagh",
        "text": "Curse a Target dealing 25 Damage and forcing them to speak in a strange language, Silencing them. If the Target is already Silenced, this Ability deals 40 Damage.\n",
        "art": "treasure",
        "element1": "dark",
        "element2": "dark",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1675,
        "id": "rodofthemonkeyfish",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Rod of the Monkey Fish",
        "text": "Open a wormhole connected to an ocean seabed, that pours out water and aquatic life that transform an Area into Rough Terrain. At the start of every round, summon a Monkey Fish Minion linked to no one in every empty Rough Terrain space created by this Ability until end of combat.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "8",
        "gem5": "area",
        "gem5text": "3",
        "cost": "100"
    },
    {
        "x": 1676,
        "id": "handcannon",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Giant Handcannon",
        "text": "Fire off a giant cannon ball at Targets that deals 25 Damage in a Large Line. Targets hit are knocked out of the way.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "line",
        "gem3text": "8",
        "cost": "100"
    },
    {
        "x": 1677,
        "id": "powerleveler",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Power Leveler",
        "text": "Inject an Ally with pure concentrated E.X.P. granting them 4 Bonus Actions, but then causing them to Death Roll afterwards.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "1",
        "cost": "100"
    },
    {
        "x": 1678,
        "id": "transmogifer",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Transmogifer",
        "text": "Transform into a Random Companion granting you their Abilities to use until end of combat. You must have space for these abilities in your Inventory to properly use this machine.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1679,
        "id": "tomeoftheslimewalls",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Tome of the Slime Walls",
        "text": "A book that contains the history and knowledge behind the Slime Wall Spell. Select up to 6 connected spaces and transform them into Walled Terrain by summoning giant pillars of green slime. These slime walls are very sticky and hard to remove.\n",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1680,
        "id": "icelancer",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Ice Lancer",
        "text": "Sling a lance made of Ice conjured using a special mechanical bracer that deals 25 Damage. High Rolls cause Targets adjacent to your Target to also take 25 Damage.",
        "art": "treasure",
        "element1": "ice",
        "element2": "ice",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1681,
        "id": "boltstaff",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Bolt Staff",
        "text": "Summon down a bolt of lightning on a Target that deals 10 Damage and Stunning them.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1682,
        "id": "lifetapper",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Lifetapper",
        "text": "Wave this wand around to drain part of a Targets spirit, dealing 20 Damage and then restoring Stamina equal to the amount of Damage dealt. Your Target must be living in order to restore Stamina.\n",
        "art": "treasure",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1683,
        "id": "chronominamaxerclock",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Chronomina Maxer Clock",
        "text": "Activate this small machine at the start of a round to disappear from the Battlefield in a sparkly blue lightning blur. At the end of the round, reappear on the Battlefield and grant yourself 3 Bonus Actions.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1684,
        "id": "windtourscroll",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Wind Tour Scroll",
        "text": "By reading this scroll out loud, you may Move as many spaces and as many times until the end of this round by transforming into the wind. This makes it near impossible to be hit by Basic Attacks and Abilities.",
        "art": "treasure",
        "element1": "earth",
        "element2": "earth",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1685,
        "id": "swirlyumbrella",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Swirly Umbrella",
        "text": "Warp a Targets mind by twirling this umbrella to release a strange manipulation spell, Charming them for the rest of combat.",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1686,
        "id": "bloodlustbook",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Bloodlust Book",
        "text": "Reading from this book throws you, Allies, and Friendly Minions into a frenzy causing their Basic Attacks to deal Double Damage for the rest of round.\n",
        "art": "treasure",
        "element1": "dark",
        "element2": "light",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1687,
        "id": "parryingdagger",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Parrying Dagger",
        "text": "Attempt to Parry an Basic Attack or Projectile with this small dagger. If successful, you may counterattack an adjacent Target with this dagger, dealing 99 Damage.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "100"
    },
    {
        "x": 1688,
        "id": "grapplinghook",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Grappling Hook",
        "text": "Fire a hook from this pistol at a Target either pulling them as close as possible to you or pulling you as close as possible to them. If Successful, you may then Basic Attack this Target as a No-Roll Bonus Action.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "8",
        "cost": "100"
    },
    {
        "x": 1689,
        "id": "sacrificallambbombs",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Sacrificial Lamb Bombs",
        "text": "Carefully activate this strange machine that causes all Minions on the Battlefield to explode dealing 25 Damage to all Adjacent Targets. You may move all Minions 3 spaces before they detonate.\n",
        "art": "treasure",
        "element1": "fire",
        "element2": "fire",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "cost": "100"
    },
    {
        "x": 1690,
        "id": "thorsale",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Thors Ale",
        "text": "Help an Ally who is currently in Danger with a splash Thors Ale, reviving them and granting them a Bonus Action. If the Ally is not in Danger, they become Charmed at the start of the next round from the potency of this alcohol drink.\n",
        "art": "treasure",
        "element1": "ice",
        "element2": "light",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "1",
        "cost": "100"
    },
    {
        "x": 1691,
        "id": "deflex",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Deflex",
        "text": "Using this odd pair of mechanical rods, redirect a Projectile Targeting you at any other Target of your choice. You may use your Regular Action as an Interrupt Action when using this Ability.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "regular",
        "gem2": "item",
        "cost": "50"
    },
    {
        "x": 1692,
        "id": "wandofdirection",
        "type": "treasure",
        "title": "Treasure",
        "subtitle": "Wand of Direction",
        "text": "Twirl your wand which mesmerizes a Foe for a brief moment allowing you to move them up to 5 spaces. Average Rolls or Higher grant you a No-Roll Bonus Action.\n",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "regular",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "8",
        "cost": "100"
    },
    {
        "x": 1693,
        "id": "wormholeFULL",
        "hide": true,
        "type": "legendary",
        "title": "Legendary",
        "subtitle": "Wormhole",
        "text": "Summon a Wormhole which deals 99 Damage in an Area and pulls all Targets into the center of the Area. Allies may roll to grab onto something. Low Rolls when trying to hold on will negate the Damage, but will pull you to the center.\n",
        "art": "wizard",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "10",
        "gem5": "area",
        "gem5text": "10"
    },
    {
        "x": 1694,
        "id": "wealthyadventurer",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Wealthy Adventurer",
        "text": "Your Character starts with an extra 1000 Gold. This is a Meta Card that may be activated during Character Creation. ",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1695,
        "id": "wealthyparty",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Wealthy Party",
        "text": "You and other Players start with an extra 300 Gold. This is a Meta Card that may be activated during Character Creation. ",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1696,
        "id": "dominategenes",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Dominate Genes",
        "text": "When drawing Attributes, you may draw three and select one. This is a Meta Card that may be activated during Character Creation. ",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1697,
        "id": "specialadventurer",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Special Adventurer",
        "text": "You may play as any non-Legendary Race regardless if it is an offered Race choice unless the Game Master believes it is not possible in the current campaign. This is a Meta Card that may be activated during Character Creation. ",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1698,
        "id": "dwarvenpreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Dwarven Preference",
        "text": "You may play as a Dwarf or Dvergr regardless if it is an offered Race choice unless the Game Master believes it is not possible in the current campaign. This is a Meta Card that may be activated during Character Creation. ",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1699,
        "id": "elvenpreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Elven Preference",
        "text": "You may play as an Elf or Dwelf regardless if it is an offered Race choice unless the Game Master believes it is not possible in the current campaign. This is a Meta Card that may be activated during Character Creation. ",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1700,
        "id": "porcpreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Porc Preference",
        "text": "You may play as a Porc or Black Boar regardless if it is an offered Race choice unless the Game Master believes it is not possible in the current campaign. This is a Meta Card that may be activated during Character Creation. ",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1701,
        "id": "gnomepreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Gnome Preference",
        "text": "You may play as a Gnome or Keen regardless if it is an offered Race choice unless the Game Master believes it is not possible in the current campaign. This is a Meta Card that may be activated during Character Creation. ",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1703,
        "id": "largeinheritance",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Large Inheritance",
        "text": "Your start with 5 Random Treasures. This is a Meta Card that may be activated during Character Creation. ",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1704,
        "id": "conjurebigfortune",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Conjure Big Fortune",
        "text": "You and your Allies start with 2 Random Treasures. This is a Meta Card that may be activated during Character Creation. ",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1705,
        "id": "jobpreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Job Preference",
        "text": "You may play as any non-Legendary Class regardless if it is an offered Class choice. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1706,
        "id": "classicalpreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Classical Preference",
        "text": "You may play as a Warrior, Wizard, Bard, or Berserker regardless if it is an offered Class choice. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1707,
        "id": "seadogpreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Seadog Preference",
        "text": "You may play as a Swashbuckler, Sea Chef, Booty Raider, or Shaman regardless if it is an offered Class choice. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1708,
        "id": "agelesspreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Ageless Preference",
        "text": "You may play as a Bonedancer, Cabalist, Death Knight, or Fleshweaver regardless if it is an offered Class choice. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1709,
        "id": "grandpaladinpreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Grand Paladin Preference",
        "text": "You may play as a Paladin, Thane, Sun Cleric or Sheriff regardless if it is an offered Class choice. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1710,
        "id": "banditpreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Bandit Preference",
        "text": "You may play as a Bandito, Spellslinger, Spelltheif, or Rouge regardless if it is an offered Class choice. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1711,
        "id": "azvelterapreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Azveltera Preference",
        "text": "You may play as a Petalwalker, Monk, Sharpswordsman, or Dreamweaver regardless if it is an offered Class choice. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1712,
        "id": "explorerspreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Explorers Preference",
        "text": "You may play as a Alchemist, Seeker, Ranger, or Runemaster regardless if it is an offered Class choice. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1713,
        "id": "magipreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Magi Preference",
        "text": "You may play as a Sorcerer, Witch, Hydromancer, or Theurgist regardless if it is an offered Class choice. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1714,
        "id": "performerspreference",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Performers Preference",
        "text": "You may play as a Enchanter, Puppeteer, Flamedanseur, or Magician regardless if it is an offered Class choice. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1715,
        "id": "historyexpert",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "History Expert",
        "text": "When drawing a Cornerstone, you may choose any Cornerstone in the game to add to your character. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1716,
        "id": "hotdeal",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Hot Deal",
        "text": "Everything in your shop costs half as much during Character Creation. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1717,
        "id": "healthybody",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Healthy Body",
        "text": "If your Stamina total is less then 50 at the end of Character Creation, double your Maximum Stamina. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1718,
        "id": "archaeologist",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Archaeologist",
        "text": "Whenever you Roll for Legendaries during this Campaign, you Roll Twice. This is a Meta Card that may be activated during Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1721,
        "id": "soulmate",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Soulmate",
        "text": "Choose any non-Legendary Companion in the game and add them to your Character unless the Game Master believes it is not possible in the current campaign.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1722,
        "id": "customfit",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Custom Fit",
        "text": "Choose any non-Legendary Armor in the game and add them to your Character unless the Game Master believes it is not possible in the current campaign.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1723,
        "id": "weaponspecialty",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Weapon Specialty",
        "text": "Choose any non-Legendary Weapon in the game and add them to your Character unless the Game Master believes it is not possible in the current campaign.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1724,
        "id": "inventory",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Inventory",
        "text": "Choose any non-Legendary Treasure Ability Item in the game and add them to your Character unless the Game Master believes it is not possible in the current campaign. This Treasure does not break on Critical Failures.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1725,
        "id": "krystalshirelightstorm",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Weapon",
        "subtitle": "Krystalshire Lightstorm",
        "text": "A large crystal mace that weighs thousands of pounds, but is enchanted to be as light as a wooden sword. Whenever another Ally would die from a failed Death Roll, you run to their aid and take the hit for them and then flip a coin. Heads, you are Defeated. Tails, you are Killed.",
        "art": "treasure",
        "gem1": "legendary",
        "gem2": "weapon",
        "gem2text": "20",
        "gem3": "melee",
        "gem3text": "2"
    },
    {
        "x": 1726,
        "id": "mysteriousdwarvenobject",
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Mysterious Dwarven Object",
        "text": "A strange and mysterious dwarven object that when fiddled with causes the user to experience a calmness with the universe. Choose one of your Limited Abilities, this Ability can now be used as both a Limited or as a Regular Action.\n\n<LORE>This card was part of the \"The Grand Paladin Order\" campaign\n<LORE>and is not included in the base decks.",
        "art": "treasure",
        "campaign": "s3c1",
        "element1": "arcane",
        "element2": "light",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell",
        "gem4": "item"
    },
    {
        "x": 1727,
        "id": "zahkarspocketwatch",
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Zahkar's Pocket Watch",
        "text": "A small watch used by Zahkar to ensure his subjects were always on time. Once per game, you may destroy this card and become Charmed for the rest of combat as you are thrown into a vicious bloodlust from having gone insane. Refresh all Anytimes and Limited Abilities at the end of the round if you killed a Target that round. Whenever you Death Roll, you die if you roll lower than 10.\n<LORE>This card was part of the \"The Grand Paladin Order\" campaign\n<LORE>and is not included in the base decks.",
        "art": "treasure",
        "campaign": "s3c1",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "item"
    },
    {
        "x": 1728,
        "id": "indriavemtari",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Companion",
        "subtitle": "Indria Vemtari",
        "text": "The Warrior daughter of Wolster Vemtari the Seeker. Indria Vemtari has access to Taunting Blow EX, Second Wind EX, and Personality Companion Abilities. Whenever Indria uses Taunting Blow EX, add a copy of it and stack it on top of itself. Taunting Blow EX deals 10 additional Damage for every stack of Taunting Blow EX in her Inventory.",
        "art": "c_elven2",
        "gem1": "legendary",
        "gem2": "companion",
        "gem3": "companion_human",
        "gem4": "companion_talk"
    },
    {
        "x": 1729,
        "id": "quinnvemtari",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Companion",
        "subtitle": "Quinn Vemtari",
        "text": "The Magician daughter of Wolster Vemtari the Seeker. Quinn Vemtari has access to the Card Trick EX, Round of Applause EX, and Personality Companion Abilities. Whenever you use a Companion Ability, Quinn Vemtari may use one of her Companion Abilities as a No-Roll Bonus Action.",
        "art": "c_dwelf2",
        "gem1": "legendary",
        "gem2": "companion",
        "gem3": "companion_human",
        "gem4": "companion_talk"
    },
    {
        "x": 1730,
        "id": "siffiranpuzzlebox",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Weapon",
        "subtitle": "Siffiran Puzzle Box",
        "text": "This unlocked puzzle box reveals a small magical source that allows one to better understand the relationships between the Fire and Arcane elements. Whenever you use a Spell as a non-Bonus Action and this Spell is both Fire and Arcane Elements, all numbers on that Spell's card are tripled.",
        "art": "treasure",
        "gem1": "legendary",
        "gem2": "weapon",
        "gem2text": "1",
        "gem3": "range",
        "gem3text": "1"
    },
    {
        "x": 1731,
        "id": "spiderslayer",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Spider Slayer",
        "text": "A long blade named by the Grand Paladin Order for it's practical use in fighting the Spiders and their Ageless Thrall hordes. You are Immune to Poison and Burning.\n\n<LORE>This card was part of the \"The Grand Paladin Order\" campaign\n<LORE>and is not included in the base decks.",
        "art": "treasure",
        "campaign": "s3c1",
        "element1": "none",
        "gem1": "weapon",
        "gem1text": "10",
        "gem2": "melee",
        "gem2text": "2"
    },
    {
        "x": 1732,
        "id": "webweaverarmor",
        "type": "item",
        "title": "Armor",
        "subtitle": "Webweaver Armor",
        "text": "Specially designed spellplate crafted by the greatest elven and dwarven minds of this area for fighting against the ageless threats of this realm. If your Stamina is less than 100, set it to 100 even after Character Creation. You are Immune to Danger Terrain on spaces you choose to enter.\n\n<LORE>This card was part of the \"The Grand Paladin Order\" campaign\n<LORE>and is not included in the base decks.",
        "art": "treasure",
        "campaign": "s3c1",
        "gem1": "armor"
    },
    {
        "x": 1733,
        "id": "xbowgrappler",
        "type": "item",
        "title": "Item",
        "subtitle": "X-Bow Grappler",
        "text": "A large crossbow that fires a bola and is very difficult to reload. Shoot a Target's legs dealing 5 Damage for every leg they currently have and Super Stunning them. Immunities have no effect on Super Status Effects.\n\n<LORE>This card was part of the \"The Grand Paladin Order\" campaign\n<LORE>and is not included in the base decks.",
        "art": "treasure",
        "campaign": "s3c1",
        "gem1": "limited",
        "gem2": "item",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 1734,
        "id": "spellnade",
        "type": "item",
        "title": "Item",
        "subtitle": "Spellnade",
        "text": "A special designed spell bottle that melts the glass of multiple bottles together to hold multiple pre-casted spells that can cause magical explosions. Cast 6 random Spells as No-Roll Bonus Actions at a single Target. You may mulligan 1 of these Spells for a new one.\n\n<LORE>This card was part of the \"The Grand Paladin Order\" campaign\n<LORE>and is not included in the base decks.",
        "art": "treasure",
        "campaign": "s3c1",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "item",
        "gem3": "spell",
        "gem4": "range",
        "gem4text": "5"
    },
    {
        "x": 1735,
        "id": "worthlessdwarventrinket",
        "type": "item",
        "title": "Item",
        "subtitle": "Worthless Dwarven Trinket",
        "text": "A small dwarven trinket that is played with often by children. Once per game, you may study this trinket and roll for your Legendary Item from this campaign. If you roll a 1 however, this becomes your Legendary Item.\n\n<LORE>This card was part of the \"The Grand Paladin Order\" campaign\n<LORE>and is not included in the base decks.",
        "art": "treasure",
        "campaign": "s3c1",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "item"
    },
    {
        "x": 1738,
        "id": "levelup",
        "hide": true,
        "type": "meta",
        "title": "Meta",
        "subtitle": "Level Up!",
        "text": "You have leveled up since the last campaign and may draw a new Meta card during the next Character Creation.",
        "art": "meta",
        "gem1": "sinner"
    },
    {
        "x": 1739,
        "id": "themagicconch",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "The Magic Conch",
        "text": "A magical conch that when you put it to your ear and listen, you are given a perfect argument. Once per campaign you may roll to convince a Character to change their point of view on any subject to your own point of view using the power of this conch.",
        "art": "treasure",
        "element1": "light",
        "element2": "light",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "item",
        "gem4": "spell"
    },
    {
        "x": 1740,
        "id": "diplomaticsuperiority",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Diplomatic Superiority",
        "text": "You have become a master diplomat. Whenever you vote on a motion in the Senate of Deadlantis, your vote counts for two. If you are killed while this card is in your Inventory, you may continue playing for the rest of the campaign as one of the Senators of Deadlantis.",
        "art": "treasure",
        "gem1": "legendary",
        "gem2": "passive"
    },
    {
        "x": 1741,
        "id": "ladrianstruth",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Ladrian's Truth",
        "text": "You have been awoken to a truth about the realm you exist in. You can now cast Spells regardless of any other cards in your Inventory and may also cast random Spells of any element of your choice as Regular or Anytime Action. Whenever you cast a Spell, you may cast it an additional two times even if it is a Limited Ability. This Legendary causes a Sin of the Unforgotten to occur.",
        "art": "treasure",
        "gem1": "legendary",
        "gem2": "passive"
    },
    {
        "x": 1742,
        "id": "coinoffate",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Coin of Fate",
        "text": "A small coin that belonged to Phanto the Sun Dragon God. Once per game you may force a reroll for you, Allies, or Foes, but instead of rolling, you flip a coin. Heads counts as a Critical hit and Tails counts as a Critical Fail. You may use this ability to reroll a Critical Hit, Critical Fail, or even a Death Roll. If this reroll saves a Character's life or ultimately causes the death of a Character, you as a Player are awarded 10,000 XP.",
        "art": "treasure",
        "gem1": "legendary",
        "gem2": "passive"
    },
    {
        "x": 1743,
        "id": "azveltarian",
        "type": "race",
        "title": "Azveltarian",
        "subtitle": "",
        "text": "Choose a random Beast Companion from a selection of 3 and then replace the Passive with Az Warrior.",
        "art": "class_petalwalker"
    },
    {
        "x": 1744,
        "id": "azwarrior",
        "type": "companion",
        "title": "Companion Passive",
        "subtitle": "Az Warrior",
        "text": "You are an Azveltarian trained assassin with a tattoo of a beast you can shapeshift into. Whenever you Move, you may use one of this Companions Abilities as a No-Roll Bonus Action.\n\n\n<LORE>This card was part of the \"Azveltarian Z\" campaign\n<LORE>and is not included in the base decks.",
        "art": "petalwalker",
        "element1": "earth",
        "element2": "dark",
        "gem1": "passive",
        "gem2": "spell"
    },
    {
        "x": 1745,
        "id": "ogdelfweapon",
        "hide": true,
        "type": "legendary",
        "title": "Old God Divine",
        "subtitle": "Dagger of an Elven Divine",
        "text": "A small dagger with the blood of an Old God stained onto the blade. Elven Divine empower you, the Old Gods, by granting the party a bonus 50% XP at the end of each campaign while they are alive in the realm. The Old Gods also gain the power to gift their levels to Players to inflate their egos while this O.G.D. is alive in the realm. ",
        "art": "oldgoddivine",
        "gem1": "sinner",
        "gem2": "weapon",
        "gem2text": "50",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 1746,
        "id": "hiddencard",
        "hide": true,
        "type": "mystery",
        "title": " ???",
        "subtitle": " ",
        "text": " "
    },
    {
        "x": 1747,
        "id": "hiddencardtall",
        "hide": true,
        "type": "mysterytall",
        "title": "  ???",
        "subtitle": "  ",
        "text": "  "
    },
    {
        "x": 1748,
        "id": "sparkofinspiration",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Spark of Inspiration",
        "text": "Gain a deep understanding of the secrets and dangerous powers of your Gauntlet. You are now a skilled Mage in all Elements and may choose the element of your Elemental Mage Gauntlet. Whenever you deal damage with your Elemental Mage Gauntlet, you may choose cause a Death Roll as well.",
        "art": "treasure",
        "gem1": "passive"
    },
    {
        "x": 1749,
        "id": "destinycalls",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Destiny Calls",
        "text": "A greater destiny calls to you. A destiny beyond this realm. Your Seek Destiny card is now a regular action. Whenever you use Seek Destiny, you roll only 1 dice and High rolls cause you to cast a random Spell at a Target of your choice as a No-Roll Bonus Action.",
        "art": "treasure",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell"
    },
    {
        "x": 1750,
        "id": "keytothecity",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Key to the City",
        "text": "The large ceremonial key to the city of Reldawin. Instantly end combat with a diplomatic solution that is successful unless you roll a Critical Failure.",
        "art": "treasure",
        "gem1": "legendary",
        "gem2": "consumable"
    },
    {
        "x": 1751,
        "id": "bloodstainedblade",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Weapon",
        "subtitle": "Blood Stained Blade",
        "text": "The blood stained blade your own father used during his infamous killing spree during the birth of magic. If you fail a Death Roll, you may force a Brutal Death Roll on any Character of your choice before dying.",
        "art": "treasure",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "weapon",
        "gem2text": "25",
        "gem3": "melee",
        "gem3text": "2"
    },
    {
        "x": 1752,
        "id": "malignant",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Weapon",
        "subtitle": "Malignant",
        "text": "A slimey ancient two-handed axe that seems to have been crafted before the birth of magic. At the start of combat summon 3 Hat Rats that will cast random Spells at the closest Foe whenever you perform your Regular Action. This weapon must be wielded by whoever slayed the Rat Queen or else that person must Brutal Death Roll to attempt break the curse. Wielding this Weapon causes you to become Ageless.\n",
        "art": "treasure",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "weapon",
        "gem2text": "15",
        "gem3": "melee",
        "gem3text": "2"
    },
    {
        "x": 1753,
        "id": "gobletofmysteries",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Goblet of Mysteries",
        "text": "Shake the Goblin of Mysteries in an attempt to understand it's true power. Rolling a Natural Critical Success in combat with the Goblet of Mysteries will cause it to transform into a new Legendary while any other number will cause it to do nothing.",
        "art": "treasure",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "item"
    },
    {
        "x": 1754,
        "id": "bloodoftheoldgods",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Blood of the Old Gods",
        "text": "A goblet filled with the mysterious blood of the Old Gods. A Character who has been recently killed that drinks from this goblet will be brought back to life. Bringing Characters back to life may cause unexpected consequences.",
        "art": "treasure",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "item"
    },
    {
        "x": 1755,
        "id": "danzensgildedskin",
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Danzen's Gilded Skin",
        "text": "Although gold is usually a terrible material to build a suit of armor around, Danzen has trained her body to be able to absorb some of the gold into her skin when hit by powerful attacks and spells to negate the impact of that damage. Whenever Danzen takes more then 15 Damage, reduce that Damage to 15. If Danzen fails a Deathroll, destroy this card and prevent the Death Roll.",
        "art": "treasure",
        "campaign": "s3c6",
        "element1": "light",
        "element2": "fire",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell"
    },
    {
        "x": 1756,
        "id": "taleesearthstriker",
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Talee's Earth Striker",
        "text": "A powerful spell that summons a spike made of sand from a kick that deals 30 Damage. Once per game, you may charge up this Spell for a round of combat to have it deal 99 Damage if used in the following round of combat. This attack always Critical Hits if charged up.",
        "art": "treasure",
        "campaign": "s3c6",
        "element1": "earth",
        "element2": "earth",
        "gem1": "legendary",
        "gem2": "regular",
        "gem3": "spell",
        "gem4": "line",
        "gem4text": "10"
    },
    {
        "x": 1757,
        "id": "mccarrotsvorpalslayer",
        "type": "legendary",
        "title": "Legendary Weapon",
        "subtitle": "McCarrot's Vorpal Slayer",
        "text": "Sharpened using the strongest diamonds he could create, McCarrot's vorpal slayer can pierce through almost any hide, except maybe a Dragons. Critical Hits with Basic Attacks cause Brutal Death Rolls. ",
        "art": "treasure",
        "campaign": "s3c6",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "weapon",
        "gem2text": "15",
        "gem3": "melee",
        "gem3text": "2"
    },
    {
        "x": 1758,
        "id": "tienssandshots",
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Tien's Sand Shots",
        "text": "Attune your ranged Weapons and kobold claws with Earth magic that cause them to shoot bolts of flaming sand that cause you to deal Octuple Damage for the rest of combat. You can only be attuned to one element with your Weapons.",
        "art": "treasure",
        "campaign": "s3c6",
        "element1": "fire",
        "element2": "earth",
        "gem1": "legendary",
        "gem2": "limited",
        "gem3": "spell"
    },
    {
        "x": 1759,
        "id": "dragonsand",
        "type": "item",
        "title": "Potion",
        "subtitle": "Dragon Sand",
        "text": "A jar filled with crystallized E.X.P. with golden green color and a sandy texture. When consumed your next Action occurs three times as you go into a drug like craze for a few brief moments. Your first Critical Failure will result in a Death Roll unless you have consumed Dragon Sand recently.",
        "art": "treasure",
        "campaign": "s3c6",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "cost": "1000"
    },
    {
        "x": 1760,
        "id": "turtleshell",
        "type": "item",
        "title": "Armor",
        "subtitle": "Turtle Shell",
        "text": "A large catapult turtle shell hardened with a thick and slick oil. ",
        "stamina": "99",
        "art": "treasure",
        "campaign": "s3c6",
        "gem1": "armor",
        "cost": "1000"
    },
    {
        "x": 1761,
        "id": "turtledroppings",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Turtle Droppings",
        "text": "A bag of stale catapult turtle droppings, a so-called delicacy to no one. ",
        "art": "treasure",
        "campaign": "s3c6",
        "element1": "none",
        "gem1": "consumable",
        "cost": "100"
    },
    {
        "x": 1762,
        "id": "enchantedgoldensword",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Enchanted Golden Sword",
        "text": "A golden sword enchanted with a spell that makes it laugh at everyone else's jokes, just not yours. The laugh is very creepy and haunting and often leaves those who hear it feeling a little bit awkward.\n",
        "art": "treasure",
        "campaign": "s3c6",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "range",
        "gem2text": "1",
        "cost": "10"
    },
    {
        "x": 1763,
        "id": "wandofverylimitedpossibilities",
        "type": "item",
        "title": "Weapon",
        "subtitle": "Wand of Very Limited Possibilities",
        "text": "A magic wand shaped and designed after the very popular and famous wand known as the Wand of Limited Possibilities. This wand in reality is a gag joke sold by collectors. Once per campaign, the Gamemaster may decide to have one of your Spells Critically Fail and will wait until the worst possible moment to trigger this.",
        "art": "treasure",
        "campaign": "s3c6",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "weapon",
        "gem1text": "1",
        "gem2": "range",
        "gem2text": "1",
        "cost": "10"
    },
    {
        "x": 1764,
        "id": "applejuice",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Applejuice",
        "text": "A small jar of juice made from a fruit called apples. This apple juice is sentient and will come to life when you least expect it and attempt to kill you.",
        "art": "treasure",
        "campaign": "s3c6",
        "element1": "none",
        "gem1": "consumable",
        "cost": "10"
    },
    {
        "x": 1765,
        "id": "pamphletaboutgoblinrights",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Pamphlet About \"Goblin Rights\"",
        "text": "A rally to attend an underground rally for Goblin rights in the realm. There is an interesting picture of an elven woman known as the veiled queen who seems to be very important to the organization. Goblins around the realm will respect anyone who carries one of these around.",
        "art": "treasure",
        "campaign": "s3c6",
        "cost": "10"
    },
    {
        "x": 1771,
        "id": "carriagewheel2",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Carriage Wheel",
        "text": "An old large carriage wheel. The paint decals have faded and chipped and it weighs a lot to carry. Reduce the number of spaces you can move by 1 while wearing this item.",
        "art": "treasure",
        "campaign": "s3c6",
        "cost": "10"
    },
    {
        "x": 1772,
        "id": "canofblood",
        "type": "item",
        "title": "Supplies",
        "subtitle": "Can of Blood",
        "text": "A tin can filled with blood from an unknown source. Death Roll if consumed.",
        "art": "treasure",
        "campaign": "s3c6",
        "cost": "10"
    },
    {
        "x": 1773,
        "id": "quntarasetherring",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Quintara's Ether Ring",
        "text": "A powerful ether ring given to you by Dragon Aspect Quintara Lotus that when sucked on intoxicates the Player. Your Basic Attacks with the Leather Whip now deal 20 Damage. Once per combat, you may drink directly from the ring to Triple your Basic Attack Damage for the rest of combat, but must use a coin instead of rolling with these attacks. Heads counts as a Critical Hit and Tails counts as a Critical Fail.\n",
        "art": "treasure",
        "campaign": "s3c7",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "item",
        "gem4": "spell"
    },
    {
        "x": 1774,
        "id": "dragonfistgauntlets",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Dragonfist Gauntlets",
        "text": "An old pair of worn Dragonfit Gauntlets crafted by Dragon Aspect Vlaurunga before the birth of magic. Your Basic Attacks can damage Divines.",
        "art": "treasure",
        "campaign": "s3c7",
        "element1": "fire",
        "element2": "fire",
        "gem1": "legendary",
        "gem2": "weapon",
        "gem2text": "30",
        "gem3": "melee",
        "gem3text": "1",
        "gem4": "spell"
    },
    {
        "x": 1775,
        "id": "chaoticwisdom",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Chaotic Wisdom",
        "text": "Quintara imparts the wisdom and randomness of Arcane magic to be locked away inside your mind until you are ready to awaken it. Whenever you Low Roll with a Spell, it transforms into an pure Arcane Spell and you cast an additional copy of the spell the Target nearest to you. This passive is only active after your character proclaims \"chaos reigns supreme!\" during the campaign.\n",
        "art": "treasure",
        "campaign": "s3c7",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell"
    },
    {
        "x": 1776,
        "id": "jeweledramstercloth",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Jeweled Ramster Cloth",
        "text": "A set of ramster armor that was quickly conjured up by Dragon Aspect Quintara Lotus. Triple the Stamina of your Companion. Your companion can take Damage on your behalf, use Abilities and Spells you know, and talks in a funny voice. Your Companion may also no Burp to cast random Spells as a Regular Action. Access to these new Abilities and Spells are considered Companion Abilities.",
        "art": "treasure",
        "campaign": "s3c7",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "companion",
        "gem3": "companion_beast",
        "gem4": "companion_large"
    },
    {
        "x": 1777,
        "id": "milesbloodingholdingspell",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Miles' Blooding Holding Spell",
        "text": "A modified version of the Legendary Holding Spell that Miles created himself. It allows him to open up a small portal to the Realm of Holding where he stores dead bodies and limbs for future fleshweaving. Whenever you Kill a Character, you may put their body into this Realm. If you have 5 bodies stored, you're next Fleshweaver Golem will be a 3x3 Tile. If you have 20 bodies stored, you're next Fleshweaver Golem will be a 5x5 Tile.",
        "art": "treasure",
        "campaign": "s3c8",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "legendary",
        "gem2": "limited",
        "gem3": "spell",
        "gem4": "melee",
        "gem4text": "1"
    },
    {
        "x": 1778,
        "id": "masterescapeartist",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Master Escape Artist",
        "text": "Your talent to get out of the hairest of situations has started to become that of legends. If your Character fails a Death Roll, instead of dying they will elaborately somehow escape instead, but no longer be a part of the campaign.",
        "art": "treasure",
        "campaign": "s3c8",
        "gem1": "legendary",
        "gem2": "passive"
    },
    {
        "x": 1779,
        "id": "meowzerinstrumentofdestruction",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Meowzer, Instrument of Destruction",
        "text": "The musical instrument you have been using for all these years bares the power of the Wowzer which, when harnessed correctly, can slay even the immortal beings of this realm. Your Spells now Damage and can even kill Divine Characters when being played with your musical instrument. Place this card on top of your Musical Instrument card.",
        "art": "treasure",
        "campaign": "s3c8",
        "element1": "ice",
        "element2": "ice",
        "gem1": "legendary",
        "gem2": "passive",
        "gem3": "spell"
    },
    {
        "x": 1780,
        "id": "gherkinsbigbetty",
        "hide": true,
        "type": "legendary",
        "title": "Legendary Item",
        "subtitle": "Gherkin's Big Betty",
        "text": "A powerful state of the art gnomish weapon crafted by Alistar Kachingmen. This is model 47 of Alistar Kachingmen's gas operated assault rifle that shoots 10 small pebbles per second. The technology for this weapon comes from our world which makes it powerful enough to Damage or even Kill Divine Characters.",
        "art": "treasure",
        "campaign": "s3c8",
        "element1": "none",
        "gem1": "legendary",
        "gem2": "weapon",
        "gem2text": "20",
        "gem3": "line",
        "gem3text": "20"
    },
    {
        "x": 2529,
        "id": "ssrighteousfury",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Righteous Fury",
        "text": "Swing your Warhammer or weapon of choice in a forward arc dealing 15 Damage to up to 3 Targets. Skilled Dark Mages take 30 Damage instead.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 2530,
        "id": "sspurify",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Purify",
        "text": "Radiate forward a wave of bright fire that deals 15 Damage to Targets hit. Skilled Dark Mages take 30 Damage instead.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 2531,
        "id": "ssconversion",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Conversion",
        "text": "Sear a Targets mind with the Light showing them the evil of their ways.  If successful, they become Charmed until you Die and they cannot cast Dark Magic while under your command.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2532,
        "id": "sslayonhands",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lay On Hands",
        "text": "Release a wave of light onto a Target that fully restores their Stamina. Skilled Dark Mages burn from this holy light and take Damage equal to twice your maximum Stamina instead.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 2533,
        "id": "ssmartyr",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Martyr",
        "text": "Give yourself up in the good name of the holy light, blessing all of your Allies for your sacrifice. No Ally, other than yourself, can be put in Danger or Killed for the rest of the round.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2534,
        "id": "ssblessingofstrength",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blessing of Strength",
        "text": "Bless each Player with a powerful blessing that strengthens them to deal Double Damage with Basic Attacks until end of combat. Critical Failures still bless other Players regardless of the punishment from the failure.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2535,
        "id": "sshammerofsanctification",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Hammer of Sanctification",
        "text": "Call down a giant flaming Hammer that erupts into a wave of fire all over the Battlefield that deals 30 Damage to Targets who are all Skilled Dark Mages.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2536,
        "id": "ssdivineintervention",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Divine Intervention",
        "text": "Softly whisper a prayer hoping for the impossible from any Divine who will answer your plea. You may force a reroll for a Player, Ally, or Foe. You may not use this Ability on Critical Success or Critical Failure Rolls. You may use your Regular Action at anytime when using this Ability.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2537,
        "id": "sshonorchains",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Honor Chains",
        "text": "Chain up to two Targets together or to the ground by binding them with holy light, Stunning and Burning them.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2553,
        "id": "ssrayoffrost",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ray of Frost",
        "text": "Encase a Target in ice causing Freezing. ",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 2554,
        "id": "ssfrostcut",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Frost Cut",
        "text": "Turn your Fist or Weapon into a shard of ice and stab a Target for 20 Damage. High Rolls cause Freezing.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2555,
        "id": "ssenergypunchu",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Energy Punchu",
        "text": "Punch through the air sending a gust of wind at a Target that deals 25 Damage and knocks them back 5 spaces.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 2556,
        "id": "ssflare",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flare",
        "text": "Summon a powerful ball of light in your hands that can be thrown for 99 Damage to a single Target or split into three separate balls that each deal 50 Damage to up to 3 Targets. Targets hit by Flare are Blinded.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2557,
        "id": "ssblink",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blink",
        "text": "Teleport to Target empty space instantly. You may grab onto and bring 1 Adjacent Target with you.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 2558,
        "id": "ssrollingfog",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Rolling Fog",
        "text": "Create a dense fog in 8 connected empty spaces and transform them into Rough Terrain. Skilled Earth Mages are not affected by these spaces. If ignited by a Fire Spell, all connected fog spaces will explode dealing 25 Damage to any Target inside or adjacent to these spaces.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 2559,
        "id": "ssmanashield",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mana Shield",
        "text": "Conjure a barrier of magic around a Target making them immune to all Damage and Death Rolls for the rest of this round.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 2560,
        "id": "ssenlarge",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Enlarge",
        "text": "Dramatically change the size of a Target or their weapon until end of combat. This Spells transforms the Target into a Large Tile until end of combat. If used on a Weapon, the Target gains the benefits of being a Large Tile without transforming into one.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 2561,
        "id": "ssicetomb",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ice Tomb",
        "text": "Surround a Target with a cold chill which deals 25 Damage and causes Freezing. Empty spaces adjacent to this Target are transformed into Walled Terrain.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 2562,
        "id": "ssconjurerefreshments",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Conjure Refreshments",
        "text": "Conjure up a batch of your favorite refreshment into a large wooden drum or keg and place it in an empty space adjacent to you. Allies may use an Action to drink from this Keg to restore their Stamina equal to their roll. If the Keg is hit by a Fire Spell it explodes dealing 99 Damage to all adjacent Targets.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2563,
        "id": "sswindwake",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Windwake",
        "text": "Release a blast of wind around you that deals 15 Damage to Targets and knocks back all adjacent Targets 10 spaces.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "1"
    },
    {
        "x": 2567,
        "id": "ssfireball",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Fireball",
        "text": "Throw a ball of fire dealing 25 Damage at a Target. Critical Hits cause this Spell to transform into Pyroblast instead.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2568,
        "id": "ssflamelance",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flamelance",
        "text": "Throw a fire spear that deals 20 Damage and causes Burning. Critical Hits grant you 2 Bonus Actions.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 2569,
        "id": "sspyroblast",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Pyroblast",
        "text": "Throw a massive ball of fire that deals 99 damage in an Area and causes Burning. Critical Hits incinerate most Targets forcing them to Death Roll 3 times. This Spell Critically Fails when not casted by Skilled Fire Mage.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 2570,
        "id": "ssiceblast",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Iceblast",
        "text": "Blast a Target with a burst of frost that deals 20 Damage and Freezing them. Critical Hits allow you to cast this Spell twice again as a No-Roll Bonus Actions.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2571,
        "id": "sscounterspell",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Counterspell",
        "text": "Counter a Spell a Target is casting causing them to Critically Fail. Critical Hits when casting this Spell will force the Target to Death Roll 5 times. Casting this Spell without something to counter results in you interrupting yourself and Critical Failing.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2572,
        "id": "ssblizzard",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blizzard",
        "text": "Summon forth a stormcloud that pelts the ground with shards of ice that deal 99 Damage in an Area and causes Freezing. Critical Hits will cause this Spell to hit all Foes on the Battlefield instead of being cast in an Area. This Spell Critically Fails when not casted by Skilled Ice Mage.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "5"
    },
    {
        "x": 2573,
        "id": "ssarcanemissiles",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Arcane Missiles",
        "text": "Shoot a barrage of 5 missiles that each deal 5 Damage at up to 5 Targets. Critical Hits double both the number of missiles fired and damage dealt. ",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2574,
        "id": "ssquickcast",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Quick Cast",
        "text": "Focus your willpower and cast any of your Spells instantly as a No-Roll Bonus Action. High Rolls cause you to guarantee that whatever Spell you cast is also a Critical Hit.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2575,
        "id": "ssarcanebeam",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Arcane Beam",
        "text": "Shoot a beam of pure arcane energy that can pierce through almost any terrain and deals 99 Damage. Critical Hits grant you a No-Roll Bonus Action to cast this Spell a second time. This Spell Critically Fails when not casted by Skilled Arcane Mage.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "99"
    },
    {
        "x": 2578,
        "id": "ssconjuremagic",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Conjure Magic",
        "text": "Describe a Spell of any element and what it might do and then attempt to cast it. Draw a random Spell, of an element of your choice, and cast it at a Target as a No-Roll Bonus Action. If Successful, you may add this Spell to your Inventory.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2582,
        "id": "ssyodel",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Yodel",
        "text": "Release a powerful yodel that deals 20 damage and Silencing them. The sound waves of the Yodel are so powerful, it is possible to bank them off walls.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2583,
        "id": "sseruption",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Eruption",
        "text": "Pound the earth with your fist or weapon and cause spikes to erupt out of every Rough Terrain space on the board dealing 25 Damage to Targets in these spaces and then turning them into Dangerous Terrain.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2584,
        "id": "ssearthquake",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Earthquake",
        "text": "The lumberjack slams the bunt of his axe down into the ground causing tremors to rip the earth apart. Select up to 12 connected spaces and transform them into Rough Terrain spaces, dealing 25 damage to Targets in these spaces.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 2585,
        "id": "ssreleasethebeasts",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Release the Beasts",
        "text": "Summon 8 smaller versions of your Companion as Minions linked to you. Your Companion may take hits on behalf of these Minions when they are attacked to keep them alive.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2590,
        "id": "ssremembrancebond",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Remembrance Bond",
        "text": "Place your hand on a dead Beast and bond your spirits as one, disintegrating the body into raw magic power and absorbing it as a tattoo onto your flesh. You are Immune to Damage for the rest of the round.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2593,
        "id": "ssserpentsting",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Serpent Sting",
        "text": "Strike a Target with a pinched fist causing a Basic Attack and Poisoning them. If the Target is already Poisoned, you may Basic Attack them twice instead.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2594,
        "id": "sssevensidedstrike",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Seven Sided Strike",
        "text": "Strike a Target with 7 Basic Attacks using your spirit to attack with elemental fists rapidly dealing Magical Damage.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2595,
        "id": "ssspiritrush",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Spirit Rush",
        "text": "Empower yourself with a massive gift from the Light, granting you 5 Bonus Actions.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2596,
        "id": "sswayofthetiger",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Way of the Tiger",
        "text": "Empower your Party with your inner spirit causing all of you to deal Double Damage with Basic Attacks until end of combat. Critical Hits cause you all to deal Triple Damage with Basic Attacks.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2597,
        "id": "ssserenity",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Serenity",
        "text": "You and your Allies are protected a magical prayer that makes your skin shine as if it is made of a mirror. All Damage from Foes this round will restore Stamina instead.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2598,
        "id": "ssforcepillar",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Force Pillar",
        "text": "Using your inner spirit, bend the earth in an Area to summon a pillar out of the ground, walls, or ceiling transforming up to 4 connected spaces into Walled Terrain. Targets in these spaces take 10 Damage and are pushed away.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 2599,
        "id": "sswindwalk",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Wind Walk",
        "text": "Transform into a nimbus and travel at great speeds to move up to 10 spaces. Each space you move through transforms them into Rough Terrain spaces.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2600,
        "id": "sssoothespirits",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Soothe Spirits",
        "text": "Attempts to soothe the inner spirit of a Target, reducing hatred, aggression, fear or an emotion of your choice. Some Foes can be removed from combat or even made to join your Party as a Companion from the effects of this Spell.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2602,
        "id": "ssattunewithrokesh",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Attune with Rokesh",
        "text": "Begin meditating with the ancient tree Dragon Aspect Rokesh attuning your spirit to his. Rokesh may give you insight and advice that may help you in solving problems.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2608,
        "id": "ssdivinemending",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Divine Mending",
        "text": "Channel the power of the light through a Target anywhere on the Battlefield removing all negative effects and restoring all of their Stamina. This healing magic is so powerful that it can be used to regenerate a missing body part or limb of the Target.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2609,
        "id": "sssurefiremelody",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Surefire Melody",
        "text": "Play or hum a quick musical tune to empower your Allies for this round. Allies who hear this tune are sure to hit with their Basic Attacks and Abilities unless they Critically Fail.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2610,
        "id": "ssbolsterspirits",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bolster Spirits",
        "text": "Cheer the name of an Ally encouraging them to greatness and allowing them to Ignore a Death Roll. ",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2611,
        "id": "ssdisguise",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Disguise",
        "text": "Change the voice you use for your Character to disguise yourself. You may take on the shape of any creature or race until you stop doing the voice, in which case the magic of this Spell breaks and you are transformed back to normal.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2612,
        "id": "sscharm",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Charm",
        "text": "Attempt to Charm a Target with your allures. If successful, they become Charmed until you use this Spell again or are put in Danger.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "5"
    },
    {
        "x": 2613,
        "id": "sslullaby",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lullaby",
        "text": "Sing a soft song that causes Foes who hear it on the Battlefield to be put into a cold slumber, Freezing them.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee"
    },
    {
        "x": 2616,
        "id": "ssbookofbones",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Book of Bones",
        "text": "Begin the ageless ritual with willing participants transforming them into ageless beings. At the end of Character Creation, your maximum Stamina increases by 10 for every Party Member who agrees to play as an Ageless, including you.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2618,
        "id": "ssgrandravensclaw",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Grand Raven's Claw",
        "text": "Conjure forth a hand of shadow that swipes an Area dealing 15 damage. You may also use the Claw to grab a hold of a single Target instead of an Area, which causes the Target to take an additional 5 Damage and Burning them.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "2"
    },
    {
        "x": 2619,
        "id": "sslifedrain",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Life Drain",
        "text": "Drain the life out of a Target with a dark and mysterious force that deals 15 Damage and restores Stamina equal to the amount of Damage dealt. Your Target must be living in order to restore Stamina.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2620,
        "id": "ssshadowice",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Shadow Ice",
        "text": "Throw a shard of black ice that deals 20 Damage. If the Target is on Rough or Dangerous Terrain, deal 30 Damage instead.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2621,
        "id": "ssblanketofdarkness",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blanket of Darkness",
        "text": "Create a blanket of darkness in an Area transforming all spaces inside it into Rough Terrain. Whenever a Target finishes using an Action inside this Area, they become Charmed. The blanket may be destroyed at any time by any Skilled Dark Mage causing all Targets inside to take 30 Damage in the resulting implosion.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "5"
    },
    {
        "x": 2622,
        "id": "sspestilence",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Pestilence",
        "text": "Release a cloud of disease in an Area transforming all spaces inside it into Rough Terrain. At the start of every round, you may spread this cloud of disease to 2 more connected spaces and then Poison all Targets inside this cloud.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "5"
    },
    {
        "x": 2623,
        "id": "ssdarkfire",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Darkfire",
        "text": "Drain your remaining lifeforce dealing 99 Damage by causing a massive wave of black flames. After casting this Spell, drain all of your Stamina and then Death Roll.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 2624,
        "id": "ssmindburn",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mindburn",
        "text": "Sear the mind of a spell caster dealing 20 Damage to a Target. If that Target is casting a Spell, deal an additional 20 Damage and Silence them.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2625,
        "id": "ssessencetap",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Essence Tap",
        "text": "Drain your Stamina by 15 to fully restore an Allies Stamina. High Rolls grant you a Bonus Action.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2626,
        "id": "ssnearsight",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Nearsight",
        "text": "Conjure a black sludge directly into the face of a Target, Blinding them.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2630,
        "id": "ssdeathflameex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Deathflame EX",
        "text": "Hurl a ball of toxic fire that deals 15 Damage to a Target and Poisons them.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 2631,
        "id": "ssreconstitute",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Reconstitute EX",
        "text": "Reconstruct your body and restore all of your Stamina. If you are killed in Combat, you may rebuild your body after Combat and come back to life.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2634,
        "id": "ssbonemendex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bone Mend EX",
        "text": "Summon a whirlwind of bones that melts to restore 30 Stamina to Allies in an Area.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 2637,
        "id": "sssummonbonearmyex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Summon Bone Army EX",
        "text": "Raise forth 2 Ageless Thrall Minions linked to you.  ",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 2639,
        "id": "ssdeathflame",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Deathflame",
        "text": "Hurl a toxic fiery scythe at a Target as a Basic Attack and Poisons them. This attack is not from a physical weapon and instead comes from a scythe formed of magic energies.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 2640,
        "id": "ssgrandravensgift",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Grand Raven's Gift",
        "text": "Pray to the Grand Raven and be bestowed with his greatest gift, unlimited power. Cast another Spell of your choosing as a Bonus Action and as long you do not roll a Critical Hit or Critical Fail, you may continue casting Spells as Bonus Actions. You must roll 3 dice when using this Ability.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2641,
        "id": "sschaosflames",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Chaos Flames",
        "text": "Engulf Targets in an Area in magical Fire empowering their Basic Attacks to deal Double Damage.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 2642,
        "id": "ssbonesoulshield",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bone Soul Shield",
        "text": "Shield an Ally in a Bone Soul Shield that makes the Target immune to Damage for the rest of the round. ",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 2643,
        "id": "sssoulsteal",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Soul Steal",
        "text": "Drain a part of a Target's soul dealing 5 Damage then restoring all of your Stamina and summoning an Ageless Thrall Minion linked to you in an adjacent space.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 2644,
        "id": "sssummonbonearmy",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Summon Bone Army",
        "text": "Raise forth 3 Ageless Thrall Minions linked to you. ",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 2645,
        "id": "ssraisedead",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Raise Dead",
        "text": "Bring back the dead transforming all nearby dead bodies into Ageless Thrall Minions linked to no one. Ageless Minions will attack any non-ageless Target and always tend to move towards the closest living Target.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 2650,
        "id": "sstrample",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Trample",
        "text": "Rush a Target at blazing speeds moving up to 10 spaces and then hitting them and any adjacent Foe you pass by for 25 Damage. This Damage counts as a Basic Attack.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 2652,
        "id": "sspurge",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Purge",
        "text": "Purge all illnesses out of your body cleansing you of all negative effects and restoring all of your Stamina. ",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2654,
        "id": "ssbearserk",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bearserk",
        "text": "Release a mighty bellowing roar and transform into your Vendo form, a mix of your current Race and a Highbear. This Spells transforms you into a Large Tile.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2659,
        "id": "ssicerayex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ice Ray EX",
        "text": "Shoot a beam of Ice that deals 10 Damage. If a Target is hit by a second Icy Ray or Ice Ray EX this round, this Spell also causes Freezing.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 2660,
        "id": "ssfrostshieldex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Frost Shield EX",
        "text": "Shield a Target with protective ice magic that restores 20 Stamina to a Target.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2662,
        "id": "ssiceray",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ice Ray",
        "text": "Shoot a beam of Ice that deals 15 Damage. If a Target is hit by a second Icy Ray or Ice Ray EX this round, this Spell also causes Freezing.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 2663,
        "id": "sscallearthlord",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Call Earthlord",
        "text": "Call forth 2 earthlords as Minions linked to you. These Minions are near impossible to destroy in combat, but like all elemental Minions, will fall apart at the end of combat.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2664,
        "id": "sssummonairsprites",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Summon Air Sprites",
        "text": "Summon up to 4 air spirits as Minions linked to you that Basic Attack immediately after being summoned.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "5"
    },
    {
        "x": 2665,
        "id": "ssfrostblast",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Frost Blast",
        "text": "Release a shard of ice from your hands that hits a Target for 15 Damage. For the rest of the round, whenever the Target is hit by an Ice Spell, spawn a ice elemental Minion in an adjacent space next to the Target. ",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2666,
        "id": "ssragetotem",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Rage Totem",
        "text": "Conjure a Fire totem in an empty space that empowers all Allies on the Battlefield causing them to deal Double Damage with Basic Attacks and Minions to attack regardless of your rolls. This Fire totem can be easily destroyed by Foes clever enough to understand its power.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2667,
        "id": "sswindblast",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Wind Blast",
        "text": "Launch forth an icy wind at Targets dealing 50 Damage and Freezing them. Targets hit are then also knock back 10 spaces.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 2668,
        "id": "sswallofice",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Wall of Ice",
        "text": "Summon forth a wall that transforms 8 connected spaces into Walled Terrain. This wall is made of solid ice and would be very hard to break through.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2669,
        "id": "ssnourishanimation",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Nourish Animation",
        "text": "Whisper an incantation that causes all Minions on the Battlefield to duplicate themselves if possible. Some Minions may not be able to duplicate themselves like elemental minions can.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2671,
        "id": "ssicesculpture",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ice Sculpture",
        "text": "Craft a sculpture out of Ice transforming an empty space into Walled Terrain. When you first acquire this Spell, you must roll to determine your overall creativity and skill and if you Low Roll must remove this Spell from your Inventory.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2672,
        "id": "ssearthtotem",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Earth Totem",
        "text": "Conjure a Earth totem in an empty space that is attuned to your spirit. You may cast Spells through your Earth totems that are on the Battlefield.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2674,
        "id": "ssmanaburst",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mana Burst",
        "text": "Blast a Target with arcane mana dealing 20 Damage. If successful, you may then move the Target up to 5 spaces.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2675,
        "id": "sstwilightray",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Twilight Ray",
        "text": "Envelope the entire Battlefield with a wave of shadowy mana dealing 10 Damage to all Foes.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2676,
        "id": "ssmidnightstrike",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Midnight Strike",
        "text": "Command all of your Minions to Basic Attack a Target adjacent to them. High Rolls still count causing Minions to Basic Attack a second time.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2677,
        "id": "ssburnagility",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Burn Agility",
        "text": "Sear a Target with an Arcane curse that causes every space they move, or are moved, for the rest of this round to burn them from this curse with an electric shock that deals 10 Damage and Burning them.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2678,
        "id": "sslascene",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lascene",
        "text": "The entire realm becomes frozen in time for all Players, non-Divine, and non-Believers for a few brief moments. All Targets on the Battlefield become puppets you control with your psychic strings. You may move as many Targets as you like up to 5 spaces and then unfreeze time. A Believer who casts this Spell is stuck locked in limbo as they are lost in time and thus, is effectively killed.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2679,
        "id": "ssmentalassault",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mental Assault",
        "text": "Remove your own spirit from your body causing it to fall to the ground in Danger. Your spirit then mentally assaults a Targets mind, attempting to take control of them, allowing you to play as this Character until end of combat. You may still cast all of your Spells as this Character.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2680,
        "id": "ssshadowpuppet",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Shadow Puppet",
        "text": "Conjure a shadowy entity anywhere on the Battlefield that deals 20 Damage to a Target and Silencing them.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 2681,
        "id": "ssshadowstep",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Shadowstep",
        "text": "Twist the shadows to move any Target up to 10 spaces on the Battlefield, then Silencing them.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2684,
        "id": "ssdarktelekinesis",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dark Telekinesis",
        "text": "The art of quick and precise sewing using dark tendrils that extend out from your back. Craft a pair of Cloth Robes and give them to a Character. This Ability can be used multiple times at Character Creation to give you and other Party Members.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2688,
        "id": "sssunstrike",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sunstrike",
        "text": "Enchant your weapon with the power of the light and swiftly attack a Target with a melee Basic Attack that deals Double Damage. The next time this Target takes Damage, they take twice as much.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2689,
        "id": "sssunbolt",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sunbolt",
        "text": "Release 3 bolts of sun energy at up to 3 different Targets that each deal 5 Damage. High Rolls cause you to double the amount of sunbolts fired.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2690,
        "id": "ssholylight",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Holy Light",
        "text": "Cast the Light on an Ally splashing them with a wave of holy magic which restores 50 Stamina. High Rolls allow you to cast this Spell again as a No-Roll Bonus Action on a different Ally.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2691,
        "id": "ssspeedoflight",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Speed of Light",
        "text": "Pray to the Light allowing an Ally to move up to 10 spaces instantly. Restore 10 Stamina to that Ally for each space they move.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2692,
        "id": "sssunrise",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sunrise",
        "text": "Create 2 Sunrunes on empty spaces anywhere on the Battlefield, transforming these spaces into Rough Terrain. Whenever an Ally moves onto Sunrune space, they may activate it which consumes the Sunrune to grant them a Bonus Action. This Spell may not be used from a Bonus Action grated by a Sunrune.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2693,
        "id": "ssfinallight",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Final Light",
        "text": "Resurrects the spirit of a fallen Ally for a few moments bringing them back to life until the end of the round. The Ally may give out any Weapon, Armor, Shield, or Item cards from their Inventory to other Players and may cast a Spell as a Bonus Action before they say their goodbyes, leaving this realm once and for all.  \n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2694,
        "id": "ssauroraborealis",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Aurora Borealis",
        "text": "A wave of colorful lights flies over the battlefield shooting down 10 bolts of pure sun energy at Targets of your choice. These bolts each restore 50 Stamina to Allies and deal 10 Damage to Foes.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2695,
        "id": "sssolareclipse",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Solar Eclipse",
        "text": "Darken the sky with a wave of your hand that removes all light sources and covers the Battlefield in darkness. You and your Allies are blessed with the power to fight through this darkness and granted a Bonus Action while all Foes are Blinded. \n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2696,
        "id": "sssolarflare",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Solar Flare",
        "text": "Release a blast of light that hits all adjacent Targets, Blinding them. When solar flare is casted in dark rooms, little balls of lights remain all over the Battlefield lighting up the darkness for a few moments.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2699,
        "id": "sslightningstrike",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lightning Strike",
        "text": "Release a bolt of Lightning from your weapons that deals 10 Damage to a Target. If successful, the bolt of lightning will bounce to another Foe within 3 spaces and continue bouncing as long as you have new Targets. ",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 2700,
        "id": "ssthunderclap",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Thunderclap",
        "text": "Slam down onto the ground causing a shockwave that deals 15 Damage to all adjacent Foes.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2701,
        "id": "ssthunderousroar",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Thunderous Roar",
        "text": "Let out a Thunderous Roar striking all Foes on the Battlefield with a bolt of lightning that deals 5 Damage and restore Stamina equal to the total Damage dealt.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2702,
        "id": "ssmagneticcrush",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Magnetic Crush",
        "text": "Throw up to two weapons at 2 different Foes and strike them with a Basic Attack. These weapons are then returned to you after being thrown. You need 2 Weapons to use this Ability.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 2703,
        "id": "ssdragginlightning",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Draggin Lightning",
        "text": "Throw out an electrical tether that pulls a Target in range as close as possible to you. If they are a Foe, shock them for 20 damage. If they are an Ally, restore 20 Stamina.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2704,
        "id": "ssflash",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flash",
        "text": "In the blink of an eye, move up to 10 Spaces almost instantly as you travel through Targets along the way. Any Target you pass through takes 10 Damage, but you may not pass through the same Target twice.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2705,
        "id": "ssslamshock",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Slamshock",
        "text": "Slam the Target with your weapon or shield and deal Damage equal to twice your current Stamina. You become Immune to Damage for the rest of the round. ",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2706,
        "id": "ssthunderdome",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Thunderdome",
        "text": "Create a sphere of pure lightning that pushes all Foes back as it expands outwards of you. Allies may move and attack freely through the Thunderdome, but Foes cannot enter and have their Basic Attacks and Abilities blocked by the sphere until it has absorbed 100 Damage.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3"
    },
    {
        "x": 2707,
        "id": "sscallmjollnir",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Call Mjollnir",
        "text": "Request the aid of the Siffiran, summoning 3 giant astral hammers from the skies above that slam down dealing 30 damage each in an Area.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "2"
    },
    {
        "x": 2708,
        "id": "ssspellofbearding",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Spell of Bearding",
        "text": "A unique fire spell that causes hair to grow on whatever you to touch. This Spell may be taught to Allies who have some experience with Fire Magic or given to Party Members during Character Creation. Practice with this Spell can cause it to transform into a more powerful Fire Spell. Critical Hits cause you to draw 1 random Fire Spell, cast it as a No-Roll Bonus Action, and then place it on top of this card.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2710,
        "id": "sshocuspocus",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Hocus Pocus",
        "text": "Pull a random Companion out of your hat or clothing. This type of magic is performed by almost all Magicians in case of emergencies. This Companion lasts until end of combat and then returns back to your hat. ",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2711,
        "id": "ssencore",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Encore",
        "text": "Recast the last random Spell casted by the Party in an encore presentation of skill. Limited Abilities can still only be cast once per Character.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2712,
        "id": "sslevitate",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Levitate",
        "text": "Levitate as many Targets as you wish on the Battlefield. Each Target may be moved up to 3 spaces.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2713,
        "id": "ssroundofapplause",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Round of Applause",
        "text": "Enchant a Target's mind causing them to believe they are being praised by the divine themselves and forced to bend to their will, Charming them. You may suggest what the Target should do with their Actions.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2714,
        "id": "ssdisappear",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Disappear",
        "text": "Cast a distraction and in the blink of an eye make a Target disappear which Stuns by causing them to vanish from the Battlefield. The Target reappears once they they are no longer Stunned.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2715,
        "id": "ssflockofravens",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flock of Ravens",
        "text": "Transform yourself into a flock of up to 5 ravens and place them in empty adjacent spaces. Each raven can only take a single attack before they are killed. At the start of the round, you may transform back into yourself and dispel all other ravens. If all ravens are killed, you are put in Danger.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2716,
        "id": "sscopycat",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Copycat",
        "text": "Perform an non-Item Ability used by an Ally this round. Limited Abilities can still only be used once per Character.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2717,
        "id": "sspolymorph",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Polymorph",
        "text": "Transform a Target into a random Beast Companion until end of combat. Targets may roll at the start of combat to attempt to break this transformation with a High Roll as if it were a status effect.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2718,
        "id": "sscardtrick",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Card Trick",
        "text": "Pull out a Deck of Cards that empower the Spells of your team. For the rest of the round, whenever you or an Ally cast a Spell, they may draw a random Spell and then choose to cast that Spell instead.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2719,
        "id": "ssswipeclothing",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Swipe Clothing",
        "text": "Grab a Target and swap places with them and in a blur swap clothing with them. If used on a Party Member, you swap Armors. If used on a Foe wearing clothing, you may draw 1 random Armor card to replace your Armor with. Your Maximum Stamina does not change when changing Armors.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2720,
        "id": "ssfeatherfye",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Featherfye",
        "text": "Bewitch a Target reducing their weight to that of a feather. The Target will be able to float around the Battlefield and is Immune to Rough and Dangerous Terrain, but is very vulnerable to knockback abilities.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 2732,
        "id": "ssseekdestiny",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Seek Destiny",
        "text": "Peer through the void to attempt and catch a glimpse of your destiny, but often finding nothing but a mix of confusing images. Naturally Rolled Critical Hits while in combat, cause you to draw a Legendary Spell Scroll and add it to your Character.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2733,
        "id": "ssdreamstaff",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dream Staff",
        "text": "Pull a fancy wooden staff from a small portal that leads to inside the Dream World. Add this card to you or another Party Members Inventory and place it in a Weapon slot. As a Weapon, this staff doubles the range of Spells.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "weapon",
        "gem3text": "1",
        "gem4": "melee",
        "gem4text": "1"
    },
    {
        "x": 2735,
        "id": "sssleep",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sleep",
        "text": "Place your hand against a Target and force them to sleep, Stunning them. Casting this Spell as a No-Roll Bonus Actions causes it to backfire and Stun you.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2736,
        "id": "ssdreamwalk",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dreamwalk",
        "text": "Walk through the dream world and teleport to Target empty space attacking an adjacent Target with a Basic Attack. You and your Allies may spend Move and Regular actions to boost the number of Basic Attacks on the adjacent Target after teleporting.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 2737,
        "id": "ssdreambolt",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dreambolt",
        "text": "Blast a target with a shadowy blue mist that deals 20 Damage. You and your Allies may spend Move and Regular Actions to boost the Damage of this Spell by 10 per Action spent.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 2738,
        "id": "sshallucination",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Hallucination",
        "text": "Create 2 Hallucinations of any Target on the Battlefield as Minions linked to you and place them in empty adjacent spaces. You and your Allies may spend Move and Regular actions to boost the number of Hallucinations summoned by 2 per Action spent.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 2739,
        "id": "ssnightmare",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Nightmare",
        "text": "Force a Nightmare onto a Target, Charming them. You and your Allies may spend Move and Regular boost the number of Targets this Spell will hit by 1 per Action spent.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 2740,
        "id": "ssterrorizemind",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Terrorize Mind",
        "text": "Terrorize a Target dealing 50 Damage and Silencing them. You and your Allies may spend Move and Regular actions to boost the damage of this Spell by 50 per Action spent.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 2741,
        "id": "ssthedreamworld",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "The Dreamworld",
        "text": "Release a rainbow mist that brings all Characters on the Battlefield into the Dreamworld. While in the Dreamworld, Characters still take Damage, but cannot be killed. In the Dreamworld, you personally may cast any non-Legendary Spell in the game. Rolling Low when using Limited Abilities has a chance to break down the entire Dreamworld and return all Characters back to reality.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2742,
        "id": "ssreversomemorino",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Reverso Memorino",
        "text": "Grab a Target by their head and erase their mind blank, Stunning them. High Rolls cause the Target to Death Roll, killing them by leaving the Target in a vegetable state.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2743,
        "id": "ssempowereddreams",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Empowered Dreams",
        "text": "Empower one of your Spells you are currently casting, boosting it as if you spent 3 additional Actions. If you are in the Dreamworld, add an additional 3 Actions. If the Spell you are casting is not a Dreamweaver Spell that can be empowered in this way, it explodes in rainbow ball of energy dealing 99 Damage to yourself and all adjacent Targets.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2759,
        "id": "ssfireshot",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Fire Shot",
        "text": "Attack a Target with a Basic Attack that cannot miss. If your arrows are Augmented with Fire, this Ability causes Burning. If your Arrows are Augmented with Ice, the Target takes 10 extra damage.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2760,
        "id": "ssiceshot",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ice Shot",
        "text": "Attack a Target with a Basic Attack that cannot miss. If your arrows are Augmented with Ice, this Ability causes Freezing. If your Arrows are Augmented with Fire, the Target takes 10 extra damage.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2766,
        "id": "ssaugment",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Augment",
        "text": "Empower your weapon with a Fire or Ice augment which causes you to deal Double Damage with Basic Attacks until end of combat. High Rolls with a Fire augment cause Burning and High Rolls with an Ice augment cause Freezing.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2767,
        "id": "sseaglesight",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Eaglesight",
        "text": "Summon an eagle that up flies high above the Battlefield that you can mentally link with to see through its eyes. You are Immune to Blinding while your Eagle has clear vision of the Battlefield.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2768,
        "id": "sssoothebeast",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Soothe Beast",
        "text": "Place your hand on a wild Beast to sooth it's spirit and cause it to become passive and playful. Critical Hits with this Ability cause you to permanently Charm the Beast into becoming your Companion.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2773,
        "id": "sslotusblast",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lotus Blast",
        "text": "Blast a Target with a rainbow colored ball of arcane energies dealing 25 Damage and push them in any direction of your choice up to 3 spaces. The push occurs slightly after you deal Damage.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2774,
        "id": "sslotusbloom",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lotus Bloom",
        "text": "Bloom an Arcane flower over an Area restoring 30 Stamina to all Allies in the Area. ",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 2775,
        "id": "ssarcanebolts",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Arcane Bolts",
        "text": "Unleash a barrage of 5 bolts that deal 5 Damage each at up to 5 Targets. Targets are hit one after another in any order you choose.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2776,
        "id": "ssnovaflame",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Nova Flame",
        "text": "Release a powerful arcane flame in a ring outwards around you dealing 20 Damage to Foes. Targets are all hit at the same time.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 2777,
        "id": "sslotusshield",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lotus Shield",
        "text": "Cover you and a Target in a shield made of an Arcane flower which restores 30 Stamina and prevents all Damage from the next Basic Attack or Ability this round.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2778,
        "id": "sswitchinghour",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Witching Hour",
        "text": "Freeze time for all Players, non-Divine, and non-Believers for a few moments. All Players gain a Bonus Action which they all can prepare to use all at once when time unfreezes. A Believer who casts this Spell is stuck locked in limbo as they are lost in time and thus, is effectively killed.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2779,
        "id": "sslotusdewdrops",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lotus Dew Drops",
        "text": "Restore 30 Stamina to all Allies on the Battlefield and restore one of their Anytime Actions. Targets are all hit one after another chosen by you.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2780,
        "id": "ssblossom",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blossom",
        "text": "Fertilize the growth of some lotus flowers and transform any space on the Battlefield into Rough Terrain. High Rolls allow you to choose up to 5 spaces to transform into Rough Terrain.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2782,
        "id": "ssessenceshank",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Essence Shank",
        "text": "Quickly thrust at a Target with a melee Basic Attack dealing double Damage. High Rolls cause you to drain enough magic to draw 1 random Spell Scroll and add it to your Inventory.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "melee",
        "gem2text": "1",
        "gem3": "spell"
    },
    {
        "x": 2783,
        "id": "ssdrainmagic",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Drain Magic",
        "text": "Drain the magical essence from a Target dealing 15 Damage and conjuring a scroll of made of golden magic. Draw 1 random Spell Scroll and add it to your Inventory.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2784,
        "id": "ssvoidspell",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Voidspell",
        "text": "Destroy a Spell Scroll in your Inventory to deal 25 Damage to a Target. On Critical Hits, you may cast the Spell destroyed by this Ability as well.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2785,
        "id": "ssdissolvemagic",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dissolve Magic",
        "text": "Destroy a Spell Scroll by dissolving it's magical properties, restoring all of the Stamina of you or an Ally. ",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2786,
        "id": "ssspellsteal",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Spell Steal",
        "text": "Interrupt a Target casting a Spell and absorb the magic power they are conjuring, drawing a random Spell Scroll and adding it to your Inventory. Casting this Spell without something to interrupt results in you absorbing some of your own magic and Critical Failing.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2787,
        "id": "ssinvisibility",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Invisibility",
        "text": "Vanish out of sight making it nearly impossible for Foes to track you. You remain invisible even when you Basic Attack or cast a Spell, but this Spell is broken if another Party Member is put in Danger or you take Damage.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2789,
        "id": "sscounterfeit",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Counterfeit",
        "text": "Copy a Spell Scroll to create extra copies of that Spell. Choose a Spell Scroll in you or a Party Members Inventory and create 2 copies of it to add to your Inventory. Trying to copy a Legendary Spell Scroll is virtually impossible.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2797,
        "id": "sswaterbolt",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Water Bolt",
        "text": "Launch a bolt of water that deals 10 Damage to Foes or restores 10 Stamina to Allies.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 2798,
        "id": "ssspellripple",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Spell Ripple",
        "text": "Cast an enchanting splashing ripple that is pleasant to watch, but does nothing. When you cast this Spell, you may cast 2 additional copies of this Spell as No-Roll Bonus Actions.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2799,
        "id": "ssaquacannon",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Aqua Cannon",
        "text": "Summon an elemental shoulder cannon on your arm that prevents you from moving for the rest of the round. Whenever you would restore Stamina to an Ally, instead deal that much Damage to any Target in range.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2800,
        "id": "sstsunami",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Tsunami",
        "text": "Release a tidal wave across the entire Battlefield that does 20 Damage to all Foes. When you cast this Spell, you may cast 2 additional copies of this Spell as No-Roll Bonus Actions.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2801,
        "id": "ssstonefist",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Stone Fist",
        "text": "Conjure a fist made of earth that launches forward and deals 10 Damage. When you purchase this Ability, you may give it to a Player as well for free.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "3"
    },
    {
        "x": 2802,
        "id": "ssspiritroar",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Spirit Roar",
        "text": "Roar out in an Area centered around you causing all Foes to No-Roll Basic Attack you for 1 Damage. When you purchase this Ability, you may give it to a Player as well for free.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 2803,
        "id": "ssmothershand",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mother's Hand",
        "text": "Summon forth a hand made of earth from beneath a Target that grapples onto their body, Stunning them. When you purchase this Ability, you may give it to a Player as well for free.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2804,
        "id": "ssgiftoftheearth",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Gift of the Earth",
        "text": "Receive a gift from Dragon Aspect Rokesh and completely restore your Stamina. When you purchase this Ability, you may give it to other Players as well for free.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2820,
        "id": "ssdisenchant",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Disenchant",
        "text": "Permanently destroy an enchanted object to deal 75 Damage to all adjacent Foes around the enchanted object. Remove an Enchanted Object card from your Inventory when using this Ability. If you do not currently have an Enchanted Object, you must sacrifice a Weapon, Armor, Shield, Item, Consumable or Treasure card or Death Roll as you potentially erase yourself.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2821,
        "id": "ssamplify",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Amplify",
        "text": "Amplify the life force of up to 3 Targets transforming them into a Large Tiles until end of combat. \n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 2823,
        "id": "ssmendingmagic",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mending Magic",
        "text": "Repair the inner spirit of all Allies on the Battlefield restoring 20 Stamina. \n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2824,
        "id": "ssglyphsofpower",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Glyphs of Power",
        "text": "Imbue glyphs of power on you and your Allies equipment that can be activated in combat to grant each of you a Bonus Action. You cannot cast this Spell in Combat.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 2825,
        "id": "ssenchantlife",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Enchant Life",
        "text": "Take a small amount of Dragon Gold and imbue it into a common object. If you already have an Enchanted Object card in your Inventory, add another copy of it to your Inventory. Whenever you cast this Spell without an Enchanted Object in your Inventory, your Stamina is drained down to 1.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2826,
        "id": "ssmesmerize",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mesmerize",
        "text": "All Foes on the Battlefield are put into a lifeless trance, Stunning them. \n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2827,
        "id": "ssconjurefortune",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Conjure Fortune",
        "text": "Transform air into a random piece of Treasure using a large amount of mana. Draw a random Treasure card and add it to your Inventory or give it to another Player. You may use this ability once at Character Creation.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2828,
        "id": "ssintoxiantionater",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Intoxiantionater",
        "text": "A dangerous enchantment that enchants an object with a curse that causes any who hold it to be highly intoxicated. Casting this on the flesh of a living being can be life altering, so extreme caution is advised when casting.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2831,
        "id": "ssmarkofexplosion",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Explosion",
        "text": "Detonate a fiery explosion that deals 10 Damage to all Targets in an Area, knocking all Targets back up to 5 spaces.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 2832,
        "id": "ssmarkofmissiles",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Missiles",
        "text": "Fire off a barrage of small missiles that shimmer many different colors and deals a total of 20 Damage to Foes randomly chosen by the Gamemaster in an Area. \n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "gem4": "area",
        "gem4text": "5"
    },
    {
        "x": 2833,
        "id": "ssmarkofpiercing",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Piercing",
        "text": "A dazzling enchantment that Doubles the Damage of the Basic Attacks of the Character with this Runemaster Mark or on a space with it. When casted or triggered, empower the Character with this Mark or standing on it, granting them a Bonus Action and Doubling the Damage of their Basic Attacks for the rest of combat. \n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2834,
        "id": "ssmarkofsummoning",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Summoning",
        "text": "Summons an Ally to this empty space, regardless where they are on the Battlefield. If this Spell is not cast as a Runemaster Mark by a skilled Earth Mage, the Ally you summon will crash into you, Stunning you both.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2835,
        "id": "ssmarkofhealing",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Healing",
        "text": "Release a burst of holy Light on an Ally that restores 60 Stamina.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2836,
        "id": "ssmarkofwalling",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Walling",
        "text": "Summon forth a wall made up of stone and solid black ice that transforms 5 connected spaces into Walled Terrain. This wall is made of stone bricks and would be very hard to break through. A skilled Earth mage can unsummon this wall with a whisper.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2837,
        "id": "ssmarkofbinding",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Binding",
        "text": "Freezes time in a greenish bubble, Stunning all Targets in an Area.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 2838,
        "id": "ssmarkofmystery",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Mystery",
        "text": "A mystical Mark of Arcane chaos that can morph into almost any form of Magic. When casted or triggered, draw a random Spell and then select a Target.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2839,
        "id": "ssmarkofmultiplications",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Multiplications",
        "text": "Instantly create a duplicate of every Runemaster Mark on the Battlefield. You may put the duplicates of each Mark anywhere on the Battlefield. If Mark of Multiplications attempts to duplicate another Mark of Multiplications, all Runemaster Marks on the Battlefield explode dealing 99 Damage to any Targets standing on or adjacent to a Runemaster Mark.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2840,
        "id": "sscleansemagic",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Cleanse Magic",
        "text": "Purge all magic from the Battlefield, removing all Magical effects, transformed spaces, transformations from all Targets. ",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2849,
        "id": "ssenragefate",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Enrage Fate",
        "text": "Provoke the old gods in a way that could benefit you greatly or ruin you entirely. You may force a reroll for a Player, Ally, or Foe, but instead of rolling 1 Die, they roll 6. You may not use this ability on a Critical Success or Critical Failure roll.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2856,
        "id": "ssbloodblast",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blood Blast",
        "text": "Shoot forth a blast of energy transfused from your blood that deals 40 Damage to a Target and draining 40 of your own Stamina.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 2857,
        "id": "ssbloodwave",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blood Wave",
        "text": "Release a wave of red blood magic that deals 25 damage to Foes in an Area around you and draining 50 of your own Stamina.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 2858,
        "id": "ssdrainblood",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Drain Blood",
        "text": "Throw out a dark tendril that pierces a living Target to drain their blood, dealing 15 Damage and restoring all of your Stamina. The Target must be living for this Spell to have any effect.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 2859,
        "id": "ssredsparkheal",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Red Spark Heal",
        "text": "Drain your own health and release it in a giant red firework that engulfs the skies above the Battlefield, restoring all of your other Allies Stamina and draining 30 of your own Stamina.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2860,
        "id": "ssbloodbend",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blood Bend",
        "text": "Bend the blood inside of a Target dealing 25 Damage causing them to be both Blinded and Silenced, draining 25 of your own Stamina to cast this Spell. The Target must be living for this Spell to have any effect.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 2861,
        "id": "sstransfusion",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Transfusion",
        "text": "Inject yourself or your Companion with healing blood magic, restoring all of your Stamina.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2862,
        "id": "ssbloodfrenzy",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blood Frenzy",
        "text": "Drain all of the blood from your Companion into a giant red ball and absorb it into your Body, killing your Companion, but granting you 5 Bonus Actions. When using these Actions, your Spells that Drain Stamina, restore Stamina instead.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2863,
        "id": "sscorpseexplosion",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Corpse Explosion",
        "text": "Drain all of the Stamina out of your Companion exploding their body in a massive bloody detonation, dealing 99 Damage to all Targets in an Area centered on your Companion. Targets killed by this Spell cause another Corpse Explosion to be casted using their body. This Ability kills your Companion. If you do not have a Companion and casted this Spell, you Death Roll which failure will cause you detonate your own corpse.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 2864,
        "id": "sssoulreap",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Soul Reap",
        "text": "Grab a recently deceased body and rip their spirit apart destroying it forever. If there is no body nearby, you reap your own spirit which disconnects your connection to the Dragon Aspects making you unable to cast magic forever.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2866,
        "id": "sssandspear",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sand Spear",
        "text": "Form a spear out of sand using a mystical magic and throw it at a Target dealing 15 Damage. Transform all spaces between you and the Target hit into Rough Terrain.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2867,
        "id": "sssandblast",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sandblast",
        "text": "Hurl a magical ball of sand that deals 20 Damage to a Target, Blinding them. If successful, select an empty space adjacent to the Target to be transformed into a Rough Terrain space.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2868,
        "id": "ssmudshot",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mudshot",
        "text": "Hurl a magical ball of mud that deals 20 Damage to a Target and Silencing them. If successful, select an empty space adjacent to the Target to be transformed into a Rough Terrain space.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2869,
        "id": "sssandstorm",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sandstorm",
        "text": "Summon forth a massive sandstorm that deals 5 Damage to all Foes on the Battlefield. If successful, select an empty space on the Battlefield for every Target hit to be transformed into a Rough Terrain space.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2870,
        "id": "ssquicksand",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Quicksand",
        "text": "Manipulate the Battlefield causing all Rough Terrain spaces to become quicksand dealing 15 Damage to all Targets on these spaces. Any Target that takes damage from this attack may be teleported to any other Rough Terrain space on the Battlefield.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2871,
        "id": "sstailwind",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Tailwind",
        "text": "Wave your arms through the air summoning a massive gust of wind over the Battlefield that moves all Targets 1 space in any direction.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2872,
        "id": "ssdissolve",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dissolve",
        "text": "Disappear from the Battlefield leaving behind a clone of sand that falls to the floor. At the end of the round, you may reappear on any empty space the Battlefield and transform all Adjacent spaces into Rough Terrain. Adjacent Targets react as if they had just moved onto a Rough Terrain space.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2873,
        "id": "sscementingwave",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Cementing Wave",
        "text": "Release a wave of enchanting water onto the Battlefield that turns all Rough Terrain into Walled Terrain. Targets in these spaces are Stunned as they are encased in cement.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2874,
        "id": "sshourglasssandstone",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Hourglass Sandstone",
        "text": "Summon 2 sandclone Minions linked to you anywhere on the Battlefield that disappear at the end of this round. Rather than Basic Attack, these sandclone Minions will cast a No-Roll Bonus Spell of whatever Spell you cast as long as you do not Critical Fail.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2875,
        "id": "ssghostsound",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ghost Sound",
        "text": "Create a sound using only magic and sand anywhere on the Battlefield. This sound can be anything you can imagine and may distract or surprise Targets who hear it.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2876,
        "id": "ssprismglass",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Prismglass",
        "text": "Mold a ball of sand into some Prismglass, a rare and valuable jewel that can be used as a valuable trading commodity.  \n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2889,
        "id": "ssJollyroger",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Jollyroger",
        "text": "Inspire a Target commanding them with mental magic. Grant a Target 3 Bonus Actions that you decide how they are used. The Target may resist if you do not roll High with these Bonus Actions.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 2890,
        "id": "ssbloodoathcontract",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blood Oath Contract",
        "text": "Conscribe an Ally to your to be part of your crew via a magical blood oath contract. The breaking of this contract will cause severe pain and potentially even death. Once you start casting this Spell, you must complete the contract with an Ally or else you will be forced to Death Roll.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2891,
        "id": "sshaunt",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Haunt",
        "text": "Project a ghostly image of yourself anywhere on the Battlefield and attack a Target with a Basic Attack. You may use this Ability even if you are Dead once per round as your spirit is allowed to remain with the Party for the rest of the game. \n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2902,
        "id": "ssignite",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ignite",
        "text": "Snap your fingers and cause a small fire anywhere on the Battlefield dealing 10 Damage.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2913,
        "id": "ssgoldenshot",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Golden Shot",
        "text": "Conjure a chunk of gold to melt into ammo to fire a projectile that deals 50 Damage. Whenever you roll 18 or Higher, you may use this Limited Ability again as a Bonus Action.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "99"
    },
    {
        "x": 2914,
        "id": "ssbribe",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bribe",
        "text": "Attempt to Bribe a Target to your side, Charming them permanently or until they get a better offer.  This Ability is also dependant on the Targets morals to be successful.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2917,
        "id": "sstreasuresap",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Treasure Sap",
        "text": "Drain the golden magic out of a Treasure and restore all of your Stamina, destroying the Treasure card. Once you have started casting this Spell, you must sacrifice a Treasure or be forced to Death Roll as the Spell starts to sap your own life force instead.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2918,
        "id": "ssseashanty",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sea Shanty",
        "text": "Perform an enchanting sea shanty to encourage your Allies in Battle. For the rest of the round, whenever an Ally rolls a Critical Success or Failure, you gain a Bonus Action.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2926,
        "id": "ssflameshots",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flame Shots",
        "text": "Attune your ranged Weapons with Fire Magic cause them to shoot flaming bolts that deal Double Damage for the rest of combat. High Rolls with Basic Attacks cause the Target to explode and deal an additional 10 Damage to both the Target and Targets adjacent to the Target. You can only be attuned to one element with your Weapons.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2927,
        "id": "ssfrostshots",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Frost Shots",
        "text": "Attune your ranged Weapons with Ice Magic cause them to shoot balls of frost that deal Double Damage for the rest of combat. High Rolls with Basic Attacks cause Freezing. You can only be attuned to one element with your Weapons.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2928,
        "id": "ssarcaneshots",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Arcane Shots",
        "text": "Attune your ranged Weapons with Arcane Magic causing your Basic Attacks shoot beams of arcane that deal Damage in a Line. You can only be attuned to one element with your Weapons.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2929,
        "id": "ssbasaspit",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Basaspit",
        "text": "Spit a poisonous attack at a Target that deals 10 Damage. High Rolls cause Stunning by having the magic of the attack turn the Target to stone.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 2933,
        "id": "sspinatamorph",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Pinatamorph",
        "text": "Warp a weak or small Target into the Realm of Holding replacing it with a Magical Pinata that when destroyed explodes into a shower of gold and magic scrolls. Draw a random Spell Scroll for each Party Member and add it to your Inventories.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2934,
        "id": "ssfiesta",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Fiesta",
        "text": "Pull out some bottles of Porco Sangrio from the Realm of Holding and pass them out to you and your Allies that fully restores Stamina. ",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2935,
        "id": "ssthecartel",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "The Cartel",
        "text": "Whistle for 10 cartel minions of your race linked to you and place them anywhere on the Battlefield. These minions appear out of portals from the Realm of Holding.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2936,
        "id": "ssspellpinata",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Spell Pinata",
        "text": "Summon forth a Magical Pinata from the Realm of Holding that runs up to a Target and explodes into a shower of gold and fire dealing 50 Damage in an Area centered around the Pinata. ",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 2937,
        "id": "sscontraband",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Contraband",
        "text": "Give a Party Member one of your Treasures from the realm of holding. They may keep this Treasure for the rest of the game even if it came from the Realm of Holding, in which case draw a random Treasure to replace it. ",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2938,
        "id": "ssmolotovcocktail",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Molotov Cocktail",
        "text": "Pull out a bottle of Porco Sangrio, ignite it, and throw it in an Area dealing 10 Damage and transforming all empty spaces into Dangerous Terrain.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "5"
    },
    {
        "x": 2939,
        "id": "ssdanceofthehat",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dance of the Hat",
        "text": "Force all adjacent Foes to dance around your hat, Stunning them. If you are attacked by any projectiles while a Target is stunned by this Spell, one of the Foes dancing around your hat will be hit instead. If your Character is not wearing a hat, you become Stunned.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2940,
        "id": "sssiesta",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Siesta",
        "text": "You and a Target take a nap, Stunning both of you. At the start of next round, fully restore you and your Targets Stamina. ",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2941,
        "id": "ssgrandfinale",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Grand Finale",
        "text": "Shout out to your Party that it's time to big finish. You and your Party are granted a Bonus Action that can be used on a Limited Ability that has already been used in combat. You cannot Grand Finale Grand Finale.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2944,
        "id": "sscherryblossom",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Cherry Blossom",
        "text": "Conjure a gust of razor sharp petals that deal 15 Damage in a Line. This Line can change direction once midflight.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 2945,
        "id": "ssleafstorm",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Leaf Storm",
        "text": "Release a barrage of leaves in all directions at all Foes in range that deal 5 Damage in a Line. Each Line can change direction once midflight.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 2946,
        "id": "ssmalnourish",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Malnourish",
        "text": "Discharge spores into the air of the Battlefield that take advantage of the mistakes of Foes. For the rest of the round, Low Rolls by Foes cause them to take 50 Damage.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2947,
        "id": "ssflowingstance",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flowing Stance",
        "text": "Prepare yourself from incoming attacks and spells. For the rest of the round, you may roll to Dodge Basic Attacks and Abilities with Average Rolls or higher. Whenever you dodge an attack with this Ability, you may cast a Spell as a No-Roll Bonus Action.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2948,
        "id": "ssbloom",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bloom",
        "text": "Release a Targets inner strength by causing them to grow in size, transforming them into a Large Tile. Whenever you Critical Hit while casting an Earth Spell, you may cast Bloom as a No-Roll Bonus Action.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2949,
        "id": "ssprickledance",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Prickle Dance",
        "text": "Dodge an incoming Basic Attack or Ability by morphing your body into a gust of colorful petals causing your attacker to Critically Fail.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2950,
        "id": "ssharshwinds",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Harsh Winds",
        "text": "Take control of the winds which prevents all Targets on the Battlefield from Moving, Basic Attacking, and using Abilities in a direction of your choice for the rest of the round.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2951,
        "id": "ssmistyforestcall",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Misty Forest Call",
        "text": "Whisper for the Druids of Rokesh to aid you in Battle summoning a Druid Minion adjacent to every Foe on the Battlefield. These minions may roll to dodge Basic Attacks and Abilities with High Rolls. If successful, you may cast a Spell as a No-Roll Bonus Action.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2952,
        "id": "ssblacklotus",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Black Lotus",
        "text": "Summon a flurry of black petals that cause Targets hit to Death Roll in a Line. This Line can change direction once midflight.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 2954,
        "id": "sspetalpathway",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Petal Pathway",
        "text": "Summon up to 12 petals  that each hover slightly above the ground and can hold a massive amount of weight. You may place these petals anywhere on the Battlefield. If that space has been transformed, transform it back into an empty space.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2957,
        "id": "ssfireburp",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Fireburp",
        "text": "Burp out a Fireball that deals 25 Damage to Targets. High Rolls increase the Range of this Spell to 10.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "3"
    },
    {
        "x": 2958,
        "id": "ssspicydragonrum",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Spicy Dragon Rum",
        "text": "Spew spicy ale in an Area around you dealing 20 Damage to Foes. High Rolls increase the Area of this Spell to 5.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3"
    },
    {
        "x": 2959,
        "id": "sssaltyseayogurt",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Salty Sea Yogurt",
        "text": "Spew salty fish yogurt in an Area around you fully restoring the Stamina of Allies. High Rolls increase the Area of this Spell to 7.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 2960,
        "id": "ssfuelthecrew",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Fuel the Crew",
        "text": "Invoke a powerful cooking magic that transforms you into a Large Tile until end of combat.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2961,
        "id": "ssmysterymeat",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mystery Meat",
        "text": "Release the umami from the meats in your cooking causing you to cast magic wildly. Draw 1 random Fire and 1 random Ice Spell and cast them as No-Roll Bonus Actions. Low rolls cause these Spells to backfire and be Targeted in the worst possible way.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2964,
        "id": "ssbloodboil",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blood Boil",
        "text": "Activate the magic locked away in the stomachs of your Party members. You are granted a Bonus Action which will cause the next Spell you cast to be casted from every Party Member including yourself. If you are not a skilled Fire and Ice Mage, this Spell will backfire and cause you to boil yourself alive forcing a Death Roll.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2965,
        "id": "ssflambe",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flambe",
        "text": "Serve up a fiery dish to an Ally that causes the next Spell they cast to be much more powerful. The next Spell your Ally casts this round casts a second copy of itself as a No-Roll Bonus Action.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 2966,
        "id": "ssbrownspice",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Brown Spice",
        "text": "Flick your fingers casting a simple Spell only to immediately grab your stomach in agony as you fall to the ground in excruciating pain and soil yourself. Poison and Stun yourself.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2968,
        "id": "sstorpedo",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Torpedo",
        "text": "Throw a spear made of icy water that deals 25 Damage to a Target. High Rolls cut the Targets current Stamina in half.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2969,
        "id": "ssfrostdisc",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Frost Disc",
        "text": "Throw an enchanted frozen disc at up to 3 Targets dealing 15 Damage. High Rolls cause you to throw 3 frozen discs.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 2970,
        "id": "ssbladeturn",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bladeturn",
        "text": "Summon a barrier made of a thin layer of water that protects you and your Allies. The next source of Damage each Ally takes this round is negated. Some strong attacks and spells may be able to pierce through this barrier.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2971,
        "id": "ssfogofmaddening",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Fog of Maddening",
        "text": "Engulf the Battlefield in a black fog that Poisons all Targets and causes them to deal Double Damage with Basic Attacks for the rest of the round. High Rolls protect Allies from the Poison.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2974,
        "id": "ssprismaticfrostarmor",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Prismatic Frost Armor",
        "text": "Shell yourself in a layer of protective frost that can defend you against any kind of magic. Choose a school of magic to become Immune to for the rest of combat. Some very powerful Spells of that element may be able to pierce this protective frost.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2975,
        "id": "sswindfury",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Windfury",
        "text": "A frosty chill enchants the hands of your Party empowering their fists. The next Die you and each of your Party Member makes, counts as a High Roll as long as it isn't a Critical Failure.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2976,
        "id": "ssglaciate",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Glaciate",
        "text": "Engulf the entire Battlefield in a snowstorm dealing 25 Damage to all Foes at the end of the round. High Rolls cut the Foes current Stamina in half at the end of the round.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2977,
        "id": "ssaqueousform",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Aqueous Form",
        "text": "Transform your body into water making you invulnerable to non-magical Damage for the rest of the round. While out of combat, you may maintain this form to get through tight spaces, hide in oddly shaped areas, or breath even underwater.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2978,
        "id": "ssnummyopagato",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Nummyo Pagato",
        "text": "Conjure some tasty Nummyo Pagato, an ice cream dessert for you and any adjacent Ally that when consumed makes them Immune to Ice Damage for the rest of the round. Be careful not to eat too much or you might cause a severe brain freeze.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2981,
        "id": "ssfirekick",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Firekick",
        "text": "Spin around and roundhouse kick a Target causing a fiery explosion that deals 25 Damage to the Target and all other Targets adjacent to them.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee"
    },
    {
        "x": 2982,
        "id": "sslavaaxe",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lava Axe",
        "text": "Strike the ground with a molten kick that releases a wave of lava that does 20 Damage to Targets. Transform all empty spaces this attack passes through into Dangerous Terrain.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "4"
    },
    {
        "x": 2983,
        "id": "ssdragonfirex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dragonfire X",
        "text": "Spew fire into the air creating a giant molten cross that flies up and crashes down onto Targets. Transform up to 5 spaces into Dangerous Terrain in the shape of an X anywhere on the Battlefield. All Targets in these spaces may roll to Move as Bonus Actions before these spaces transform into Dangerous Terrain.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2984,
        "id": "ssbathedinlafeu",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bathed in Lafeu",
        "text": "Bathe yourself in molten flames transforming the space you are currently on into Dangerous Terrain and fully restoring your Stamina.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2985,
        "id": "ssdoomfire",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Doomfire",
        "text": "Envelope the wild fires with a magical fuel for their flames. Transform up to 5 spaces that are adjacent to Dangerous Terrain into Dangerous Terrain. All Targets in these spaces may roll to Move as Bonus Actions before these spaces transform into Dangerous Terrain.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2986,
        "id": "ssflamingsquirrel",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flaming Squirrel",
        "text": "Transform yourself into a fiery squirrel and fly forward moving up to 5 spaces and transforming every space you move through into Dangerous Terrain.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2988,
        "id": "ssmagmastomp",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Magma Stomp",
        "text": "Stomp your ground with both legs over and over again causing balls of fire to erupt all over the Battlefield. Every Dangerous Terrain space hurls a Ball of Fire at the nearest Target that deals 10 Damage.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2989,
        "id": "sscapturenet",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Capture Net",
        "text": "Quickly poof into existence a heat proof acrobat net that catches a Target about to move onto a Dangerous Terrain space and moves them to safety. Prevent the Death Roll from a Dangerous Terrain space and move the Target to the closest space out of immediate danger.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2990,
        "id": "ssmegamagmastrike",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mega Magma Strike",
        "text": "Jump kick a Target in the chest causing a massive detonation that deals 99 Damage to the Target and all other Targets adjacent to them.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 2991,
        "id": "sscalmlafeu",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Calm Lafeu",
        "text": "Place your hand to the ground and cool all the flames and lava. Remove all Dangerous Terrain spaces on the Battlefield\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 2997,
        "id": "ssluckykiss",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lucky Kiss",
        "text": "Blow a kiss to an Ally that restores 30 Stamina. For the rest of the round, whenever that Ally rolls a die, you may roll as well. If you roll a Critical Success they Critical as well. \n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 2998,
        "id": "ssabusiveshriek",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Abusive Shriek",
        "text": "Let out a bellowing shriek in an Area centered around you that forces all Foes who hear it to strike themselves with a Basic Attack. \n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 3001,
        "id": "sspainfulpleasure",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Painful Pleasure",
        "text": "You release a scent that causes all Allies on the Battlefield to become attracted to pain. At the end of the round, all Allies who took Damage this round have their Stamina full restored.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3002,
        "id": "ssinfatuation",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Infatuation",
        "text": "Memorize all Targets facing in your direction with an enchanting love spell, Charming them. If you do not currently have a Concubine, but have the Concubine Passive, you may transform one of the Targets of this Spell into your new Concubine.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 3003,
        "id": "ssmasochism",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Masochism",
        "text": "Empower your hands with black fire before you relentlessly Basic Attack an Ally over and over as many times as you like. Each Basic Attack deals exactly 30 Damage and you must finishing whipping the Target before any Bonus Actions or effects may come into play.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3006,
        "id": "ssrottingfrost",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Rotting Frost",
        "text": "Slash at a Target with a Basic Attack covered with a venomous plague that flows off your weapon, Poisoning them.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3007,
        "id": "ssbitterblaze",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bitterblaze",
        "text": "Drain the heat from a Living being dealing 15 Damage and restoring 30 Stamina to you or an Ally. If the Target attempts to dodge or block this attack, this Spell becomes a Critical Hit. Your Target must be a Living being in order to restore Stamina.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3008,
        "id": "ssdeathstrike",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Deathstrike",
        "text": "Strike at a Target with a deathly chill and Basic Attack them. If the Target attempts to dodge or block this attack, this Basic Attack becomes a Critical Hit.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3009,
        "id": "sscommandthedead",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Command the Dead",
        "text": "Force all Ageless beings and Ageless thralls on the Battlefield to bend to your will, Charming them for a moment to grant all of them a No-Roll Basic Attack.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3010,
        "id": "ssdarkmending",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dark Mending",
        "text": "Envelope a Party Member in shadowy magic that restores one of their Anytime Actions. If your Target is a Living being, deal 20 Damage to them instead.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3011,
        "id": "ssmagicshell",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Magic Shell",
        "text": "Create a barrier of deathfrost that absorbs any magic, negating the Damage and effects completely then granting you a Bonus Action.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3012,
        "id": "ssfrostgrip",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Frostgrip",
        "text": "Grab a target with a icy magical grip around their neck dealing 10 Damage and Stunning them.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 3013,
        "id": "ssicewraith",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ice Wraith",
        "text": "Transform into into a wraith which is a spectral ghost form that is immune to most forms of physical and magical attacks for the rest of the round. Adjacent allies may also be pulled into your wraith form becoming a singular being until you all split at the end of the round.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3014,
        "id": "ssabsolutezero",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Absolute Zero",
        "text": "Empower your next Basic Attack or Ability with a devouring cold magic that creates a very deadly outcome. Multiply the Damage of your next Basic Attack or Ability by 10. If you do not use this empowerment by the end of the round, this Spell shall freeze the blood in your body forcing you to Death Roll if you are a Living being.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3015,
        "id": "ssresurrection",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Resurrection",
        "text": "Attempt to bring a Target who has recently been Killed back to life as an Ageless being. As long as their skull is intact, nearly any Target can be brought back to life, however this Spell will fail on anything lower than a High Roll.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3024,
        "id": "sslawoftheland",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Law of the Land",
        "text": "Declare a Law that the Gamemaster must abide for the rest of the round that prevents all Foes from moving. If the Gamemaster breaks this law on purpose or by mistake, you gain a Bonus Action. Only 1 Law may be in active\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3025,
        "id": "sslawofthebody",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Law of the Body",
        "text": "Declare a Law that the Gamemaster must abide by for the rest of the round that reduces all Damage dealt by Foes to 10. If the Gamemaster breaks this law on purpose or by mistake, restore all of your Stamina.  Only 1 Law may be in effect at any one time.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3026,
        "id": "sslawofthetimes",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Law of the Times",
        "text": "Declare a Law that the Gamemaster must abide by for the rest of the round that prevents the Gamemaster from rolling dice and instead causes all of their Actions to become No-Roll Actions. If the Gamemaster breaks this law on purpose or by mistake, restore one of your Anytime Actions. Only 1 Law may be in effect at any one time.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3027,
        "id": "sslawofthemind",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Law of the Mind",
        "text": "Declare a Law that the Gamemaster must abide by for the rest of the round that prevents Foes from casting Spells. If the Gamemaster breaks this law on purpose or by mistake, cast a random Spell as a No-Roll Bonus Action. Only 1 Law may be in effect at any one time.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3261,
        "id": "ssbloodbolt",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blood Bolt",
        "text": "Blast out a ball of Blood at every Foe in Range that deals 5 Damage.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3264,
        "id": "ssbloodsting",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blood Sting",
        "text": "Bite a Target leaving behind a bit of your toxins which deals 15 Damage to a Target and Poisoning them.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "melee",
        "gem2text": "1",
        "gem3": "spell"
    },
    {
        "x": 3267,
        "id": "sswhisper",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Whisper",
        "text": "Softly whisper into the ear of an unsuspecting Foe and Charm them.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 3279,
        "id": "ssteleport",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Teleport",
        "text": "Attempt to teleport up to 10 spaces. If the space you want to teleport to has a another Target of similar size in it, you may switch places with that Target.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3282,
        "id": "ssdelusionspray",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Delusion Spray",
        "text": "Spray a Foe in a purple mist that deals 5 Damage and Charming them.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 3286,
        "id": "sssplash",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Splash",
        "text": "Bounce up and down attempting to distract a Target, Stunning them.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3289,
        "id": "sschannel",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Channel",
        "text": "Channel a beam of pure energy into a Target, restoring 25 Stamina. Whenever you Critical Hit with this Ability, draw a random Arcane Spell to replace this card with.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3290,
        "id": "ssdispel",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dispel",
        "text": "Cleanse a Target of any negative magical effects or enhancements. Whenever you Critical Hit with this Ability, draw a random Arcane Spell to replace this card with.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3293,
        "id": "ssgembeam",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Gem Beam",
        "text": "Shoot forth a penetrating prismatic beam that deals 15 Damages. Skilled Arcane Mages and Gemling Minions are not affected by this Damage.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 3294,
        "id": "ssamplifyingcrystal",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Amplifying Crystal",
        "text": "Summon 3 giant amplifying crystals into 3 spaces anywhere on the Battlefield. Projectile and Beam Spells casted at one of these crystals will cause the Spell to bounce between all Amplifying Crystals on the Battlefield as a Beam Spell. Your Master gains a Bonus Action after using this Ability.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3297,
        "id": "ssholywave",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Holy Wave",
        "text": "Cast the Light on an Ally anywhere on the Battlefield to restore 30 Stamina.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3298,
        "id": "sshealingpulse",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Healing Pulse",
        "text": "Let out a pulse of healing that heals all Allies on the battlefield, restoring 15 Stamina.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3301,
        "id": "ssfirebolt",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Firebolt",
        "text": "Hurl a ball of fire that deals 20 Damage at a Target. Rolling a Critical Hit, causes all Targets adjacent of the point of impact to also take Damage.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3302,
        "id": "ssfirewall",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Firewall",
        "text": "Create a Firewall in 5 connected empty spaces and transform them into Dangerous Terrain spaces.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3304,
        "id": "ssforestprison",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Forest Prison",
        "text": "Encase a Target in vines and leaves which prisons them in a ball of nature, Stunning them.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3305,
        "id": "sshandofthedeep",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Hand of the Deep",
        "text": "Summons forth vines from the earth below that grasp onto the legs of Foes in an Area, Stunning them.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 3307,
        "id": "ssshadowblast",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Shadow Blast",
        "text": "Blast a Target with a shadowy magic that deals 15 Damage. Rolling a Critical Hit, causes the Target to Death Roll.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3308,
        "id": "ssdeathwarp",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Death Warp",
        "text": "Form a dark void underneath a Target that pulls them into darkness and then teleports them anywhere on the Battlefield. Rolling a Critical Fail, causes the Target to Death Roll.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3310,
        "id": "ssmagicburst",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Magic Burst",
        "text": "Blast a Target with pure Arcane magics that deal 5 Damage and then cast a random Spell as a No-Roll Bonus Action.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3311,
        "id": "ssscribearcane",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Scribe Arcane",
        "text": "Craft a scroll with a simple spell and then hand it to your Master. Draw a random Spell Scroll and add it to your Inventory.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3313,
        "id": "ssrestoringrain",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Restoring Rain",
        "text": "Summon forth a powerful rain cloud that heals in an Area restoring 25 Stamina. \n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3314,
        "id": "sscleanse",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Cleanse",
        "text": "Cleanse a Target on the Battlefield of any negative magical effects or enhancements.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3329,
        "id": "ssflap",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flap",
        "text": "Flap your arms or wings creating a massive gust of wind that knocks a Target back 5 spaces. If this Target collides with a wall or another Target, they take 10 Damage.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3333,
        "id": "sswarpedmagic",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Warped Magic",
        "text": "Attempt to cast a Spell and instead cast a random Spell of a specific element. Choose a Target on the Battlefield and a Magical Element then draw a random Spell of that element and cast it at the selected Target.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3336,
        "id": "ssshadowgore",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Shadow Gore",
        "text": "Bleed through the shadows, teleporting you up to 3 spaces and then spear a Target clean through with a shadow magic infused tusk dealing 15 Damage.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "2"
    },
    {
        "x": 3340,
        "id": "ssrapidhop",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Rapid Hop",
        "text": "Engulf a Target in blue flames allowing them to move up to 10 spaces when using Move Actions and ignore all the effects of Rough Terrain until end of combat.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3347,
        "id": "ssfiredash",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Fire Dash",
        "text": "Dash forward in as a ball of fire, moving up to 10 spaces and transforming every space you move through into Dangerous Terrain.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3351,
        "id": "ssthunderquake",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Thunder Quake",
        "text": "Leap forward high through the air moving up to 10 spaces and landing in a violent fashion causing bolts of thunder to fly in all directions. Targets adjacent to where you hand take 5 Damage.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "melee",
        "gem2text": "10",
        "gem3": "spell"
    },
    {
        "x": 3357,
        "id": "ssravage",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ravage",
        "text": "Ravage the spirit of a Target by extending out wispy spirit arms from your body and swiping furiously dealing 5 Damage for every element they are Skilled in casting.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "melee",
        "gem2text": "3",
        "gem3": "spell"
    },
    {
        "x": 3358,
        "id": "ssinfest",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Infest",
        "text": "Jump into the body of a Target, dematerializing your spirit and merging it with theirs for a brief moment, Stunning them. Critical Hits cause the Target to Death Roll.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3363,
        "id": "ssredichorblast",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Red Ichor Blast",
        "text": "Blast out a ball of Blood at every Foe in Range, Poisoning them. If they are already Poisoned, they take 10 Damage instead.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3367,
        "id": "ssshredflesh",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Shred Flesh",
        "text": "Explode the flesh, organs, and blood off your own body transforming you back into your original Ytt state. Remove any Companion cards in your Inventory that are not Ytt Companion cards. The casting of this Spell as a non-Ytt is not recommend and will cause you to Death Roll. This Spell is often called the Goodbye Spell, as it is used by some mages as a way of taking their own life. \n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3375,
        "id": "ssrayoffrostex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ray of Frost EX",
        "text": "Encase a Target in ice causing Freezing. Any Basic Attacks against this frozen Target will cause them to shatter and take 10 Damage.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 3383,
        "id": "ssfungalshield",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Fungal Shield",
        "text": "Encase an Ally with a layer of enchanted mold that prevents all Damage and Death Rolls for the rest of the round. You may only use Fungal Shield once on each Ally per game.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3387,
        "id": "sspolish",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Polish",
        "text": "Coat a Target in a Polish that causes their High Rolls to become Critical Hits for the rest of the round. Critical Hits with this Spell cause your Target's next Action to Critical Hit.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3390,
        "id": "ssvinelash",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Vine Lash",
        "text": "Grab a Target anywhere on the Battlefield with your vines as they tunnel up beneath them and deal 25 Damage, Poisoning them.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "99"
    },
    {
        "x": 3391,
        "id": "ssdeeptunnel",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Deep Tunnel",
        "text": "Quickly dig underground and reappear anywhere on the Battlefield, transforming all adjacent spaces into Rough Terrain.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "99"
    },
    {
        "x": 3394,
        "id": "ssgrandpollination",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Grand Pollination",
        "text": "Release your spores violently dealing 10 Damage to all adjacent Targets and spawning 6 Minions linked to you anywhere on the Battlefield. If you are put in Danger, all Minions linked to you are destroyed.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "99"
    },
    {
        "x": 3397,
        "id": "ssgiantgrowth",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Giant Growth",
        "text": "Surround a Target in a mist that dramatically increases their size transforming them into a Large Tile until end of combat. \n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3401,
        "id": "sshunterseekerbeam",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Hunter Seeker Beam",
        "text": "Release a barrage of arcane energy from your eyes that deal 5 Damage to all Targets on the Battlefield or select up to 5 spaces to transform into Rough Terrain.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "range",
        "gem2text": "99",
        "gem3": "spell"
    },
    {
        "x": 3405,
        "id": "ssvenomnate",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Venomnate",
        "text": "Spew a toxic poison onto a Target that deals 5 Damage and Poisoning them.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "1"
    },
    {
        "x": 3406,
        "id": "ssterraooze",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Terra Ooze",
        "text": "Expel a bright color ooze from your body and transform the space or spaces you are currently standing on into Rough Terrain.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3411,
        "id": "ssmagicpaw",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Magic Paw",
        "text": "Swipe at a Target with two conjured magical paws that deals 15 Damage. This Ability does 35 Damage against Beasts.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 3415,
        "id": "ssbubble",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bubble",
        "text": "Shell a Target in a watery bubble that prevents them taking Damage and using Actions for the rest of the round.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3418,
        "id": "ssoink",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Oink",
        "text": "Let out a fierce Oink that does absolutely nothing. This is a very basic Spell well known by farmers and butchers.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3421,
        "id": "ssarcingfire",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Arcing Fire",
        "text": "Release a breath of fire that deal 15 Damage in a Line that then arcs up to 90 degrees in a direction of your choice to hit additional Targets.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 3422,
        "id": "ssflametether",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flame Tether",
        "text": "Attach a fiery tether to all Targets in an Area around you which causes them to suffer the Damage of the next Ability they use as well.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 3425,
        "id": "sspoisonbreath",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Poison Breath",
        "text": "Breath out a corrosive poison that deals 15 Damage to a Target, Poisoning them.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3426,
        "id": "sseggtomb",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Eggtomb",
        "text": "Grab a Target and entomb them inside an Egg. If this Target is not freed before the end of the next round, they must Death Roll. \n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3430,
        "id": "ssmagmaorb",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Magma Orb",
        "text": "Spew a orb made out of molten lava at a Target that deals 5 Damage and transforms all empty spaces adjacent to the Target into Dangerous Terrain.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3431,
        "id": "sscombustionwave",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": " Combustion Wave",
        "text": "Smash your tail into the ground and warp the Battlefield by transforming all Rough and Walled Terrain into Dangerous Terrain. If you do not have a tail, this Spell causes you to soil yourself with liquid magma forcing you to Death Roll.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3435,
        "id": "ssfeatherguard",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Featherguard",
        "text": "Defend yourself and your Allies by forming a shield made out of magical feathers. Allies in an Area centered on you are immune non-Magic attacks and Abilities for the rest of the round.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3"
    },
    {
        "x": 3439,
        "id": "ssdeathweb",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Death Web",
        "text": "Spew a black and sticky substance that transforms an Area into Dangerous Terrain. The knowledge of this Spell makes you immune to the effects of Dangerous Terrain.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 3489,
        "id": "sstouchofkallisto",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Touch of Kallisto",
        "text": "A blessing bestowed on you allows to fight almost endlessly by restoring one of your Anytime Actions and fully restoring your Stamina.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3505,
        "id": "sspurifyex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Purify EX",
        "text": "Radiate forward a wave of bright fire that deals 10 Damage to Foes. Skilled Dark Mages take 20 Damage instead.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 3506,
        "id": "sshonorchainsex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Honor Chains EX",
        "text": "Chain up to two Targets together or to the ground by binding them with holy light, Stunning and Burning them.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3508,
        "id": "ssrighteousfuryex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Righteous Fury EX",
        "text": "Swing your Warhammer in a forward arc dealing 10 Damage to up to 3 Targets. Skilled Dark Mages take 20 Damage instead.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "3"
    },
    {
        "x": 3509,
        "id": "sshammerofsanctificationex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Hammer of Sanctification EX",
        "text": "Call down a giant flaming Hammer that erupts into a wave of fire all over the Battlefield that deals 5 Damage.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3511,
        "id": "sslayonhandsex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lay on Hands EX",
        "text": "Release a wave of light onto a Target that restores all of their Stamina. Skilled Dark Mages take Damage 40 Damage.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 3512,
        "id": "ssblessingofstrengthex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blessing of Strength",
        "text": "Bless each Player with a powerful blessing that strengthens them to deal Double Damage with Basic Attacks until end of combat. Critical Failures still bless other Players regardless of the punishment from the failure.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3514,
        "id": "ssforcepunchex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Force Punch EX",
        "text": "Punch through the air sending a gust of wind at a Target that deals 15 Damage and knocks them back 5 spaces.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3515,
        "id": "ssblinkex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blink EX",
        "text": "Teleport to Target empty space instantly. ",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 3518,
        "id": "ssrollingfogex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Rolling Fog EX",
        "text": "Create a dense fog in 4 connected empty spaces and transform them into Rough Terrain. Skilled Earth Mages are not affected by these spaces. If ignited by a Fire Spell, all connected fog spaces will explode dealing 5 Damage to any Target inside or adjacent to these spaces.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3520,
        "id": "ssflareex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flare EX",
        "text": "Summon a powerful ball of light in your hands that can be thrown for 15 Damage to a single Target or split into three separate balls that each deal 5 damage to three different Targets. Targets hit by flare are Blinded.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3521,
        "id": "ssenlargeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Enlarge EX",
        "text": "Dramatically change the size of a Target or their weapon until end of combat. This Spells transforms the Target into a Large Tile until end of combat. If used on a Weapon, the Target gains the benefits of being a Large Tile without transforming into one.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3523,
        "id": "ssfrostcutex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Frost Cut EX",
        "text": "Turn your Fist or Weapon into a shard of ice and stab a Target for 10 Damage. High Rolls cause Freezing.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3524,
        "id": "ssmanashieldex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mana Shield EX",
        "text": "Conjure a barrier of magic around a Target blocking the next source of Damage they take this round.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3526,
        "id": "ssiceblastex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Iceblast EX",
        "text": "Blast a Target with a burst of Frost that deals 15 Damage and Freezing them. Critical Hits allow you to cast this Spell again as a No-Roll Bonus Action.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3527,
        "id": "ssblizzardex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blizzard EX",
        "text": "Summon forth a stormcloud that pelts the ground with shards of ice that deal 15 Damage to all Foes in an Area. Critical Hits will cause this Spell to hit all Foes on the Battlefield instead of being cast in an Area.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 3529,
        "id": "ssfireballex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Fireball EX",
        "text": "Throw a ball of fire dealing 20 Damage at a Target. Critical Hits cause this Spell to transform into Pyroblast instead.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3530,
        "id": "ssflamelanceex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flamelance EX",
        "text": "Throw a fire spear that deals 15 Damage. Rolling a Critical Hit causes Burning.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 3532,
        "id": "ssarcanemissilesex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Arcane Missiles EX",
        "text": "Shoot a barrage of 5 missiles that each deal 5 Damage at up to 5 Targets. Critical Hit doubles both the number of missiles fired and damage dealt.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3533,
        "id": "ssarcanebeamex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Arcane Beam EX",
        "text": "Shoot a beam of pure arcane energy that can pierce through almost any terrain and deals 10 Damage. Critical Hits grant you a No-Roll Bonus Action to cast this Spell a second time.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 3535,
        "id": "ssforcepillarex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Force Pillar EX",
        "text": "Using your inner spirit, bend the earth in an Area to summon a pillar out of the ground, walls, or ceiling transforming up to 4 spaces into Walled Terrain. Targets in these spaces take 5 Damage and are pushed away.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3536,
        "id": "sswindwalkex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Wind Walk EX",
        "text": "Transform into a nimbus and travel at great speeds to move up to 5 spaces. Each space you move through transforms them into Rough Terrain spaces.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3544,
        "id": "ssdivinemendingex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Divine Mending EX",
        "text": "Channel the power of the light through a Target anywhere on the Battlefield restoring 25 Stamina.",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3545,
        "id": "sssurefiremelodyex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Surefire Melody EX",
        "text": "Play a quick tune on your favorite instrument to empower an Ally for this round. The Ally who hears this tune is sure to hit with their Basic Attacks and Abilities unless they Critically Fail.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3547,
        "id": "ssdisguiseex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Disguise EX",
        "text": "Change the voice you use for your Character to disguise yourself. You may take on the shape of any creature or race until you stop doing the voice, in which case the magic of this Spell breaks and you are transformed back to normal.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3548,
        "id": "sscharmex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Charm EX",
        "text": "Attempt to Charm a Target with your allures, Charming Them.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3550,
        "id": "sslullabyex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lullaby EX",
        "text": "Sing a soft song that to a Foes which puts them to sleep which causes Freezing.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3553,
        "id": "ssshadowiceex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Shadow Ice EX",
        "text": "Throw a shard of black ice that deals 15 damage. If the Target is on Rough or Dangerous Terrain, deal 25 Damage instead.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3554,
        "id": "ssblanketofdarknessex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blanket of Darkness EX",
        "text": "Create a blanket of darkness in an Area transforming all spaces inside it into Rough Terrain. Whenever a Target finishes using an Action inside this Area, they become Charmed. The blanket may be destroyed at any time by any Skilled Dark Mage causing all Targets inside to take 30 Damage in the resulting implosion.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 3556,
        "id": "sslifedrainex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Life Drain EX",
        "text": "Drain the life out of a Target dealing 10 Damage and restores Stamina equal to the amount of damage dealt. Your Target must be a Living being in order to restore Stamina.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3557,
        "id": "sspestilenceex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Pestilence EX",
        "text": "Release a cloud of disease in an Area transforming all spaces inside it into Rough Terrain. At the start of every round, Poison all Targets inside this cloud.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 3559,
        "id": "ssnearsightex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Nearsight EX",
        "text": "Conjure a black sludge directly into the face of a Target, Blinding them.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3560,
        "id": "ssessencetapex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Essence Tap EX",
        "text": "Drain your Stamina by 15 to fully restore an Allies Stamina.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3562,
        "id": "ssgrandravensclawex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Grand Raven's Claw EX",
        "text": "Conjure forth a hand of shadow that swipes an Area dealing 10 damage. You may also use the Claw to grab a hold of a single Target instead of an Area, which causes the Target to take an additional 5 Damage and Burning them.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5",
        "gem4": "area",
        "gem4text": "2"
    },
    {
        "x": 3563,
        "id": "ssdarkfireex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Darkfire EX",
        "text": "Drain some of your lifeforce dealing 25 Damage by causing a massive wave of black flames. After casting this Spell, drain 25 Stamina.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "5"
    },
    {
        "x": 3566,
        "id": "sssoulstealex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Soul Steal EX",
        "text": "Drain a part of a Targets soul dealing 5 Damage then restoring all of your Stamina and summoning an Ageless Thrall Minion linked to you in an adjacent space.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3569,
        "id": "sschaosflameex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Chaos Flame EX",
        "text": "Engulf Targets in an Area in magical Fire empowering their Basic Attacks to deal Double Damage.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "2"
    },
    {
        "x": 3572,
        "id": "ssbonesoulshieldex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bone Soul Shield EX",
        "text": "Shield an Ally in a Bone Soul Shield that blocks the next source of Damage they take this round. ",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 3578,
        "id": "ssbearserkex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bearserk EX",
        "text": "Release a mighty bellowing roar and transform into your Vendo form, a mix of your current Race and a Highbear. While in this form, you become a Large Tile.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3581,
        "id": "sspurgeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Purge EX",
        "text": "Purge all illnesses out of your body cleansing you of all negative effects and restoring all of your Stamina. ",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3583,
        "id": "sssummonairspritesex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Summon Air Sprites EX",
        "text": "Summon up to 3 air spirits as Minions linked to you.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3584,
        "id": "ssragetotemex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Rage Totem EX",
        "text": "Conjure a Fire totem in an empty space that empowers all Allies on the Battlefield causing them to deal Double Damage with Basic Attacks. This Fire totem can be easily destroyed by Foes clever enough to understand its power.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3586,
        "id": "sscallearthlordex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Call Earthlord EX",
        "text": "Call forth an earthlord Minion linked to you. Earthlord Minions are near impossible to destroy in combat. High rolls cause you to summon 2 Earthlords.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3587,
        "id": "sswindblastex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Wind Blast EX",
        "text": "Launch forth an icy wind at Targets dealing 20 Damage and Freezing them. Targets hit are then also knock back 10 spaces.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 3589,
        "id": "ssfrostblastex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Frost Blast EX",
        "text": "Release a shard of ice from your hands that deals 15 Damage.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3590,
        "id": "sswalloficeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Wall of Ice EX",
        "text": "Summon forth a wall that transforms 4 connected spaces into Walled Terrain. This wall is made of solid ice and would be very hard to break through. ",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3591,
        "id": "ssaquablast",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Aqua Blast",
        "text": "Summon a ball of water and launch it forward at high speeds dealing 15 Damage to Targets.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 3593,
        "id": "sswayofthetigerex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Way of the Tiger EX",
        "text": "Empower a Target with your inner spirit causing all of you to deal Double Damage with Basic Attacks until end of combat. Critical Hits cause you all to deal Triple Damage with Basic Attacks.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3594,
        "id": "sssoothespiritsex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Soothe Spirits EX",
        "text": "Attempts to soothe the inner spirit of a Target, reducing hatred, aggression, fear, or an emotion of your choice. Some Foes can be removed from combat or even made to join your Party as a Companion from the effects of this Spell.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3595,
        "id": "ssserpentstingex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Serpent Sting EX",
        "text": "Strike a Target twice with a pinched fist causing 15 Damage to a Target and Poisoning them.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3638,
        "id": "ssmanaburstex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mana Burst EX",
        "text": "Blast a Target with arcane mana dealing 20 Damage. If successful, you may then move the Target up to 5 spaces.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3639,
        "id": "ssburnagilityex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Burn Agility EX",
        "text": "Sear a Target with an Arcane curse that causes every space they move, or are moved, for the rest of this round to burn them from this curse with an electric shock that deals 5 Damage and Burning them.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3641,
        "id": "sstwilightrayex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Twilight Ray EX",
        "text": "Envelope the entire Battlefield with a wave of shadowy mana dealing 10 Damage to all Foes.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3642,
        "id": "sslasceneex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lascene EX",
        "text": "The entire realm becomes frozen in time for a few brief moments. All Targets on the Battlefield become puppets you control with your psychic strings. You may move as many Targets as you like up to 3 spaces and then unfreeze time. A Believer who casts this Spell is stuck locked in limbo as they are lost in time and thus, is effectively killed.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3644,
        "id": "ssshadowpuppetex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Shadow Puppet EX",
        "text": "Conjure a shadowy entity that deals 10 Damage to a Target and Silencing them.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "5"
    },
    {
        "x": 3645,
        "id": "ssshadowstepex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Shadowstep EX",
        "text": "Twist the shadows to move a Target up to 10 spaces and Silencing them.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3647,
        "id": "sssunstrikeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sunstrike EX",
        "text": "Enchant your weapon with the power of the light and swiftly attack a Target dealing 15 Damage. Restore 10 Stamina to any Ally who attacks this Target until the end of the round.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3648,
        "id": "sssolarflareex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Solar Flare EX",
        "text": "Release a blast of light that hits all adjacent Targets, Blinding them. When solar flare is casted in dark rooms, little balls of lights remain all over the Battlefield lighting up the darkness for a few moments.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3650,
        "id": "sssunboltex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sunbolt EX",
        "text": "Release a bolt of sun energy at a Target that deals 15 damage. Restore 10 Stamina to any Ally who attacks these Targets this round.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3651,
        "id": "sssunriseex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sunrise EX",
        "text": "Create a Sunrune on an empty space anywhere on the Battlefield, transforming this space into Rough Terrain. Whenever an Ally moves onto Sunrune space, they may activate it which consumes the Sunrune to grant them a Bonus Action.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3653,
        "id": "ssholylightex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Holy Light EX",
        "text": "Cast the Light on an Ally splashing them with a wave of holy magic which restores 40 Stamina. High Rolls allow you to cast this Spell again as a No-Roll Bonus Action on a different Ally.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3654,
        "id": "ssauroraborealisex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Aurora Borealis EX",
        "text": "A wave of colorful lights flies over the battlefield shooting down 10 bolts of pure sun energy at Targets of your choice. These each bolts restore 5 Stamina to Allies and deal 1 Damage to Foes.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3656,
        "id": "ssmagneticcrushex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Magnetic Crush EX",
        "text": "Throw up to two weapons at 2 different Foes that deal 10 Damage. These weapons are then returned to you after being thrown. You need 2 Weapons to use this Ability.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 3657,
        "id": "ssdragginlightningex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Draggin Lightning EX",
        "text": "Throw out an electrical tether that pulls a Target in range as close as possible to you. If they are a Foe, shock them for 10 Damage. If they are an Ally, restore 20 Stamina.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3659,
        "id": "sslightningstrikeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lightning Strike EX",
        "text": "Release a bolt of Lightning from your weapons that deals 10 Damage to a Target. If successful, the bolt of lightning will bounce to another Foe within 3 spaces and continue bouncing as long as you have new Targets. \n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 3660,
        "id": "ssflashex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flash EX",
        "text": "In the blink of an eye, move up to 10 Spaces almost instantly as you travel through Targets along the way. Any Target you pass through takes 1 Damage.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3662,
        "id": "ssthunderclapex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Thunderclap EX",
        "text": "Slam down onto the ground causing a shockwave that deals 10 Damage to all adjacent Foes.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3663,
        "id": "ssthunderousroarex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Thunderous Roar EX",
        "text": "Let out a Thunderous Roar striking all Foes on the Battlefield with a bolt of lightning that deals 5 Damage and restore Stamina equal to the total Damage dealt.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3665,
        "id": "sscallmjollnirex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Call Mjollnir EX",
        "text": "Request the aid of the Siffiran, summoning a giant astral hammer from the sky above that slams down dealing 15 Damage in an Area.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "2"
    },
    {
        "x": 3666,
        "id": "ssthunderdomeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Thunderdome EX",
        "text": "Create a sphere of pure lightning that pushes all Foes back as it expands outwards of you. Allies may move and attack freely through the Thunderdome, but Foes cannot enter and have their Basic Attacks and Abilities blocked by the sphere until it has absorbed 100 Damage. You may only have 1 Thunderdome activated at anytime.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3"
    },
    {
        "x": 3671,
        "id": "sslevitateex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Levitate EX",
        "text": "Levitate up to 5 Targets on the Battlefield. Each Target may be moved up to 3 spaces.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3672,
        "id": "ssflockofravensex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flock of Ravens EX",
        "text": "Transform yourself into a flock of up to 3 ravens and place them in empty adjacent spaces. Each raven can only take a single attack before they are killed. At the start of the round, you may transform back into yourself and dispel all other ravens. If all ravens are killed, you are put in Danger.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3674,
        "id": "sscopycatex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Copy Cat EX",
        "text": "Perform a Ability used by an Ally this round. You may not use Consumable or Limited Abilities.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3675,
        "id": "ssdisappearex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Disappear EX",
        "text": "Cast a distraction and in the blink of an eye make a Target disappear which Stuns by causing them to vanish from the Battlefield for the rest of the round. The Target reappears once they they are no longer Stunned.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3677,
        "id": "sscardtrickex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Card Trick EX",
        "text": "Pull out a Deck of Cards and empower the Spells of your team. For the rest of the round, whenever you or an Ally casts a Spell, they may draw a random Spell and then choose to cast that Spell instead.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3678,
        "id": "ssroundofapplauseex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Round of Applause EX",
        "text": "Enchant a Target's mind causing them to believe they are being praised by the divine themselves and forced to bend to their will, Charming them. You may suggest what the Target should do on their turn.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3680,
        "id": "sspolymorphex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Polymorph EX",
        "text": "Transform a Target into a random Beast Companion until end of combat. Targets may roll at the start of combat to attempt to break this transformation with a High Roll as if it were a status effect.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3681,
        "id": "ssfeatherfyeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Featherfye EX",
        "text": "Bewitch a Target reducing their weight to that of a feather. The Target will be able to float around the Battlefield and is Immune to Rough and Dangerous Terrain, but is very vulnerable to knockback abilities.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "5"
    },
    {
        "x": 3683,
        "id": "ssdreamboltex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dreambolt EX",
        "text": "Blast a target with a shadowy blue mist that deals 10 Damage. You and your Allies may spend Move, Regular, and Anytime actions to boost the damage of this Spell by 10 per Action spent.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3684,
        "id": "sshallucinationex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Hallucination EX",
        "text": "Create a Hallucination of any Target on the Battlefield as a Minion linked to you and place it in empty adjacent space. You and your Allies may spend Move, Regular, and Anytime actions to boost the number of Hallucinations summoned by 2 per Action spent.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3686,
        "id": "ssdreamwalkex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dreamwalk EX",
        "text": "Walk through the dream world and teleport to Target empty space attacking an adjacent Target for 15 Damage. You and your Allies may spend Move, Regular, and Anytime actions to boost the damage of this Spell by 10 per Action spent.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3687,
        "id": "sssleepex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sleep EX",
        "text": "Place your hand against a Target and force them to sleep, Stunning them. Casting this Spell as a No-Roll Bonus Actions causes it to backfire and Stun you.",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3689,
        "id": "ssterrorizemindex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Terrorize Mind EX",
        "text": "Terrorize a Target dealing 10 Damage and Silencing them. You and your Allies may spend Move, Regular, and Anytime actions to boost the damage of this Spell by 10 per Action spent.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 3690,
        "id": "ssnightmareex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Nightmare EX",
        "text": "Force a Nightmare onto a Target, Charming them. You and your Allies may spend Move, Regular, and Anytime boost the number of Targets this Spell will hit by 1 per Action spent.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 3693,
        "id": "sssoothebeastex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Soothe Beast EX",
        "text": "Place your hand on a wild Beast to sooth it's spirit and cause it to become passive and playful. Critical Hits with this Ability cause you to permanently Charm the Beast into becoming your Companion.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3695,
        "id": "ssiceshotex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ice Shot EX",
        "text": "Attack a with a icy bow shot that deals 15 Damage and cannot miss. \n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "15"
    },
    {
        "x": 3696,
        "id": "sseaglesightex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Eagle Sight EX",
        "text": "Summon an eagle that up flies high above the Battlefield that you can mentally link with to see to its eyes. You are Immune to Blinding while your Eagle has clear vision of the Battlefield.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3702,
        "id": "ssnovaflameex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Novaflame EX",
        "text": "Release a powerful arcane flame in a ring outwards around you dealing 10 Damage to Foes. Targets are all hit at the same time.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 3704,
        "id": "sslotusblastex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lotus Blast EX",
        "text": "Blast a Target with a rainbow colored ball of arcane energies dealing 20 Damage and push them in any direction of your choice up to 3 spaces. The push occurs slightly after you deal Damage.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3705,
        "id": "sslotusbloomex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lotus Bloom EX",
        "text": "Bloom an arcane flower over an Area restoring 25 Stamina to all Allies in the area. \n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 3707,
        "id": "ssarcaneboltex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Arcane Bolts EX",
        "text": "Unleash a barrage of 5 bolts that deal 5 Damage each at up to 5 Targets. Targets are hit one after another in any order you choose.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3708,
        "id": "ssblossomex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blossom EX",
        "text": "Fertilize the growth of some lotus flowers and transform a space on the into Rough Terrain.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3710,
        "id": "ssvoidspellex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Voidspell EX",
        "text": "Crush up an old paper from a book of spells and release it's power dealing 20 Damage to a Target.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3711,
        "id": "ssinvisibilityex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Invisibility EX",
        "text": "Vanish out of sight making it nearly impossible for Foes to track you. You remain invisible even when you Basic Attack or cast a Spell, but this Spell is broken if another Party Member is put in Danger or you take Damage.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3715,
        "id": "ssdrainmagicex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Drain Magic EX",
        "text": "Drain the magical essence from a Target dealing 10 Damage and conjuring some wild magic. Average Rolls or higher cause to cast a random Spell as a No-Roll Bonus Action at the Target as well.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3717,
        "id": "ssdissolvemagicex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dissolve Magic EX",
        "text": "Crush up an old paper from a book of spells and release it's power to restore 40 Stamina to you or an Ally.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3719,
        "id": "sswaterboltex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Water Bolt EX",
        "text": "Launch a bolt of water that deals 15 Damage to Foes or restores 30 Stamina to Allies.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "10"
    },
    {
        "x": 3720,
        "id": "sstsunamiex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Tsunami EX",
        "text": "Release a tidal wave across the entire Battlefield that does 5 Damage to all Foes. \n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3722,
        "id": "ssstonefistex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Stone Fist EX",
        "text": "Conjure a fist made of earth that launches forward and deals 15 Damage. \n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "3"
    },
    {
        "x": 3723,
        "id": "ssmothershandex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mother's Hand EX",
        "text": "Summon forth a hand made of earth from beneath a Target that grapples onto their body, Stunning them.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3725,
        "id": "ssaquacannonex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Aqua Cannon EX",
        "text": "Blast a Target with a ball of water that deals 5 Damage to Foes or restores 5 Stamina to Allies. Whenever you cast this Spell, you may cast 2 additional copies of this Spell as No-Roll Bonus Actions.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3726,
        "id": "ssgiftoftheearthex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Gift of the Earth EX",
        "text": "Receive a gift from Dragon Aspect Rokesh and completely restore your Stamina. \n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3737,
        "id": "ssmesmerizeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mesmerize EX",
        "text": "All Foes in an Area centered around you  are put into a lifeless trance, Stunning them. \n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3"
    },
    {
        "x": 3738,
        "id": "ssamplifyex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Amplify EX",
        "text": "Amplify the life force of up to 2 Targets transforming them into a Large Tiles until end of combat.",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 3740,
        "id": "ssconjurefortuneex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Conjure Fortune EX",
        "text": "Transform air into a random piece of Treasure using a large amount of mana. Draw a random Treasure card and add it to your Inventory or give it to another Player. You cannot use this Ability as a Bonus Action or Anytime Action.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3743,
        "id": "ssmendingmagicex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mending Magic EX",
        "text": "Repair the inner spirit of all Allies in an Area restoring 20 Stamina. \n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "5"
    },
    {
        "x": 3744,
        "id": "ssglyphsofpowerex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Glyphs of Power EX",
        "text": "Imbue glyphs of power on you and your Allies equipment that can be activated in combat to grant each of you a Bonus Action. You cannot cast this Spell in Combat.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 3746,
        "id": "ssmarkofhealingex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Healing EX",
        "text": "Release a burst of holy Light on an Ally that restores 40 Stamina.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 3747,
        "id": "ssmarkofsummoningex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Summoning EX",
        "text": "Summons an Ally to this empty space, regardless where they are on the Battlefield.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "5"
    },
    {
        "x": 3749,
        "id": "ssmarkofmissilesex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Missiles EX",
        "text": "Release small missiles shimmer many different colors that deals 20 Damage to Foes in an Area randomly chosen by the Gamemaster. \n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "5"
    },
    {
        "x": 3750,
        "id": "ssmarkofwallingex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Walling EX",
        "text": "Summon forth a wall of stone and ice that transforms 5 connected spaces into Walled Terrain. This wall is made of stone bricks and would be very hard to break through. A skilled Earth mage can unsummon this wall with a whisper.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 3752,
        "id": "ssmarkofexplosionex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Explosion EX",
        "text": "Detonate a fiery explosion that deals 10 Damage to all Targets in an Area, knocking all Targets back up to 5 spaces.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "3"
    },
    {
        "x": 3753,
        "id": "ssmarkofmysteryex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mark of Mystery EX",
        "text": "A mystical Mark of Arcane chaos that can morph into almost any form of Magic. Draw a Random Spell and then cast it as a No-Roll Bonus Action.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3761,
        "id": "ssdrainbloodex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Drain Blood EX",
        "text": "Throw out a dark tendril that pierces a living Target to drain their blood, dealing 10 Damage and restoring all of your Stamina. The Target must be a Living being for this Spell to have any effect.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 3762,
        "id": "ssredsparkhealex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Red Spark Heal EX",
        "text": "Drain your own health and release it in a giant red firework that engulfs the skies above the Battlefield, restoring all of your other Allies Stamina and draining 25 of your own Stamina.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3764,
        "id": "ssbloodblastex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Blood Blast EX",
        "text": "Shoot forth a blast of energy transfused from your blood that deals 30 Damage to a Target and draining 30 of your own Stamina.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 3765,
        "id": "sstransfusionex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Transfusion EX",
        "text": "Inject yourself or your Companion with healing blood magic which restores all of your Stamina.\n",
        "art": "spellscroll",
        "element1": "light",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3767,
        "id": "sssandblastex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sandblast EX",
        "text": "Hurl a magical ball of sand that deals 15 Damage to a Target, Blinding them. If successful, select an empty space adjacent to the Target to be transformed into a Rough Terrain space.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "light",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3768,
        "id": "ssdissolveex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dissolve EX",
        "text": "Disappear from the Battlefield leaving behind a clone of sand that falls to the floor. At the end of the round, you may reappear on any empty space the Battlefield and transform all Adjacent spaces into Rough Terrain. Adjacent Targets react as if they had just moved onto a Rough Terrain space.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3770,
        "id": "ssmudshotex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mudshot EX",
        "text": "Hurl a magical ball of mud that deals 15 Damage to a Target and Silencing them. If successful, select an empty space adjacent to the Target to be transformed into a Rough Terrain space.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3771,
        "id": "ssghostsoundex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ghost Sound EX",
        "text": "Create a sound using only magic and sand anywhere on the Battlefield. This sound can be anything you can imagine and may distract or surprise Targets who hear it.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3773,
        "id": "sssandstormex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Sandstorm EX",
        "text": "Summon forth a massive sandstorm that deals 5 Damage to all Foes on the Battlefield. If successful, select an empty space on the Battlefield for every Target hit to be transformed into a Rough Terrain space.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3774,
        "id": "sscementingwaveex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Cementing Wave EX",
        "text": "Release a wave of enchanting water onto the Battlefield that turns all Rough Terrain into Walled Terrain. Targets in these spaces are Stunned as they are encased in Cement.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3786,
        "id": "ssbribeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bribe EX",
        "text": "Attempt to Bribe a Target to your side, Charming them permanently or until they get a better offer.  This Ability is also dependant on the Targets morals to be successful.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3789,
        "id": "ssgoldenshotex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Golden Shot EX",
        "text": "Conjure a chunk of gold to melt into ammo to fire a projectile that deals 15 Damage.\n",
        "art": "spellscroll",
        "element1": "arcane",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "15"
    },
    {
        "x": 3792,
        "id": "sstreasuresapex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Treasure Sap EX",
        "text": "Drain the golden magic out of a valuables you keep stored away and fully restore your Stamina. \n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3798,
        "id": "ssbasaspitex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Basaspit EX",
        "text": "Spit a poisonous attack at a Target that deals 10 Damage. High Rolls cause Stunning by having the magic of the attack turn the Target to stone.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "3"
    },
    {
        "x": 3800,
        "id": "ssmolotovcocktailex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Molotov Cocktail EX",
        "text": "Pull out a bottle of Porco Sangrio, ignite it, and throw it in an Area dealing 10 Damage and transforming all empty spaces into Dangerous Terrain.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "2"
    },
    {
        "x": 3801,
        "id": "ssthecartelex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "The Cartel EX",
        "text": "Whistle for 3 cartel minions of your race linked to you and place them anywhere on the Battlefield. These minions appear out of portals from the Realm of Holding.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3803,
        "id": "ssfiestaex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Fiesta EX",
        "text": "Pull out some bottles of Porco Sangrio from the Realm of Holding and pass them out to you and your Allies that restores 40 Stamina.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "arcane",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3804,
        "id": "sssiestaex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Siesta EX",
        "text": "You and a Target take a nap, Stunning both of you. At the start of next round, fully restore you and your Targets Stamina. ",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3806,
        "id": "sscherryblossomex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Cherry Blossom EX",
        "text": "Conjure a gust of razor sharp petals that deal 15 Damage in a Line. This Line can change direction once midflight.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "8"
    },
    {
        "x": 3807,
        "id": "ssflowingstanceex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flowing Stance EX",
        "text": "Prepare yourself from incoming attacks and spells. For the rest of the round, you may roll to Dodge Basic Attacks and Abilities with High Rolls. Whenever you dodge an attack with this Ability, you may cast a Spell as a No-Roll Bonus Action.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3809,
        "id": "ssleafstormex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Leaf Storm EX",
        "text": "Release a barrage of leaves in all directions at all Foes in range that deal 5 Damage in a Line. Each Line can change direction once midflight.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "8"
    },
    {
        "x": 3810,
        "id": "ssbloomex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bloom EX",
        "text": "Release a Targets inner strength by causing them to grow in size, transforming them into a Large Tile.",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "earth",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "8"
    },
    {
        "x": 3812,
        "id": "ssblacklotusex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Black Lotus EX",
        "text": "Summon a flurry of black petals that cause Targets hit to Death Roll in a Line. This Line can change direction once midflight.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "4"
    },
    {
        "x": 3813,
        "id": "ssmalnourishex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Malnourish EX",
        "text": "Discharge spores into the air of the Battlefield that take advantage of the mistakes of Foes. For the rest of the round, Low Rolls by Foes cause them to take 25 Damage.\n",
        "art": "spellscroll",
        "element1": "earth",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3815,
        "id": "ssmysterymeatex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Mystery Meat EX",
        "text": "Release the umami from the meats in your cooking causing you to cast magic wildly. Draw 1 random Fire or 1 random Ice Spell and cast them as No-Roll Bonus Actions. \n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3816,
        "id": "sssaltyseayogurtex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Salty Sea Yogurt EX",
        "text": "Spew salty fish yogurt in an Area around you fully restoring the Stamina of Allies. High Rolls increase the Area of this Spell to 5.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3"
    },
    {
        "x": 3818,
        "id": "ssspicydragonrumex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Spicy Dragon Rum EX",
        "text": "Spew spicy ale in an Area around you dealing 15 Damage to Foes. High Rolls increase the Area of this Spell to 5.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "area",
        "gem3text": "3"
    },
    {
        "x": 3822,
        "id": "ssflambeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Flambe EX",
        "text": "Serve up a fiery dish to an Ally that causes the next Spell they cast to be much more powerful. The next Spell your Ally casts this round casts a second copy of itself as a No-Roll Bonus Action.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3824,
        "id": "sstorpedoex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Torpedo EX",
        "text": "Throw a spear made of icy water that deals 20 Damage to a Target. High Rolls cut the Targets current Stamina in half.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3825,
        "id": "ssglaciateex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Glaciate EX",
        "text": "Engulf the entire Battlefield in a snowstorm dealing 5 Damage to all Foes at the end of the round. High Rolls cut the Foes current Stamina in half at the end of the round.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3827,
        "id": "ssfrostdiscex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Frost Disc EX",
        "text": "Throw an enchanted frozen disc at up to 3 Targets dealing 15 Damage. High Rolls cause you to throw 2 frozen discs.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3828,
        "id": "ssbladeturnex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bladeturn EX",
        "text": "Summon a barrier made of a ice that protects you from an incoming attack. The next source of Damage you take this round is negated.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3830,
        "id": "ssfogofmaddeningex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Fog of Maddening EX",
        "text": "Engulf the Battlefield in a black fog that Poisons all Targets and causes them to deal Double Damage with Basic Attacks for the rest of the round. \n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3833,
        "id": "ssfirekickex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Fire Kick EX",
        "text": "Spin around and roundhouse kick a Target causing a fiery explosion that deals 20 Damage to the Target and all other Targets adjacent to them. You are Immune to this Damage.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "1"
    },
    {
        "x": 3834,
        "id": "ssbathedinlafeuex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bathed in Lafeu EX",
        "text": "Bathe yourself in molten flames transforming the space you are currently on into Dangerous Terrain and fully restoring your Stamina.",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3836,
        "id": "sslavaaxeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Lava Axe EX",
        "text": "Strike the ground with a molten kick that releases a wave of lava that does 10 Damage to Targets. Transform all empty spaces this attack passes through into Dangerous Terrain.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "line",
        "gem3text": "4"
    },
    {
        "x": 3837,
        "id": "sscalmlafeuex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Calm Lafeu EX",
        "text": "Place your hand to the ground and cool all the flames and lava. Remove all Dangerous Terrain spaces on the Battlefield\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3839,
        "id": "ssdragonfireex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dragon Fire EX",
        "text": "Spew fire into the air causing a giant molten cross. Transform up to 5 empty spaces into Dangerous Terrain in the shape of an X anywhere on the Battlefield.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3840,
        "id": "ssmagmastompex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Magma Stomp EX",
        "text": "Stomp your ground with both legs over and over again causing balls of fire to erupt all over the Battlefield. Every Dangerous Terrain space hurls a Ball of Fire at the nearest Target that deals 5 Damage.\n",
        "art": "spellscroll",
        "element1": "fire",
        "element2": "fire",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3842,
        "id": "ssdeathstrikeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Deathstrike EX",
        "text": "Strike at a Target with a deathly chill that deals 15 Damage. If the Target attempts to dodge or block this attack, this Ability becomes a Critical Hit.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "ice",
        "gem1": "consumable",
        "gem2": "spell"
    },
    {
        "x": 3843,
        "id": "sscommandthedeadex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Command the Dead EX",
        "text": "Force all Ageless beings and Ageless thralls in an Area to bend to your will, Charming them for a moment to grant all of them a No-Roll Basic Attack.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10",
        "gem4": "area",
        "gem4text": "5"
    },
    {
        "x": 3845,
        "id": "ssbitterblazeex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Bitterblaze EX",
        "text": "Drain the heat from a Living being dealing 15 Damage and restoring 30 Stamina to you or an Ally. If the Target attempts to dodge or block this attack, this Spell  becomes a Critical Hit. Your Target must be a Living being in order to restore Stamina.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "5"
    },
    {
        "x": 3846,
        "id": "ssresurrectionex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Resurrection EX",
        "text": "Attempt to bring a Target who has recently been Killed back to life as an Ageless being. As long as their skull is intact, nearly any Target can be brought back to life, however this Spell will fail on anything lower than a High Roll.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3848,
        "id": "ssrottingfrostex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Rotting Frost EX",
        "text": "Slash at a Target dealing 15 Damage from the venomous plague that flows off your weapon, Poisoning them.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "1"
    },
    {
        "x": 3849,
        "id": "ssfrostgripex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Frostgrip EX",
        "text": "Grab a target with a icy magical grip around their neck dealing 5 Damage and Stunning them.\n",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "melee",
        "gem3text": "10"
    },
    {
        "x": 3851,
        "id": "ssdarkmendingex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Dark Mending EX",
        "text": "Envelope a Party Member in shadowy magic that restores one of their Anytime Actions. If your Target is a Living being, deal 20 Damage to them instead.\n",
        "art": "spellscroll",
        "element1": "dark",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell",
        "gem3": "range",
        "gem3text": "10"
    },
    {
        "x": 3852,
        "id": "ssicewraithex",
        "type": "item",
        "title": "Spell Scroll",
        "subtitle": "Ice Wraith EX",
        "text": "Transform into into a wraith which is a spectral ghost form that is immune to most forms of physical and magical attacks for the rest of the round. Adjacent allies may also be pulled into your wraith form becoming a singular being until you all split at the end of the round.",
        "art": "spellscroll",
        "element1": "ice",
        "element2": "dark",
        "gem1": "consumable",
        "gem2": "spell"
    }
];
  
  var colorList = {
attribute: "#553772",
class: "#015593",
classability: "#015593",
companion: "#03566d",
item: "#827882",
race: "#266f1f",
legendary: "#bc4d00",
treasure: "#bd9d06",
meta: "#9a4204"
}


var regex = /\[{(.*?)}\]/g;
var match = regex.exec($("#content").html());
while (match != null) {
var id = "";
var color = ""
   var query = match[1];
var title = query.substring(0, query.indexOf("/") - 1);
var subtitle = query.substring(query.indexOf("/") + 2, query.length);

for(var i = 0; i < cards.length; i++) {
if(cards[i].hasOwnProperty("hide")){
continue;
}
if(cards[i].type != "race" || cards[i].type != "class"){
if((subtitle.indexOf("Elemental Mage Gauntlet") > -1) && cards[i].subtitle.toLowerCase() === "Elemental Mage Gauntlet".toLowerCase()){
id = cards[i].id.substring(0, cards[i].id.length - 1) + subtitle.substring(subtitle.length - 1);
color = colorList[cards[i].type];
continue;
}
if(cards[i].subtitle.toLowerCase() == subtitle.toLowerCase() && cards[i].title.toLowerCase() == title.toLowerCase()) {
id = cards[i].id;
color = colorList[cards[i].type];
continue;
}
}

if(cards[i].type == "race" || cards[i].type == "class"){
if(cards[i].title.toLowerCase() == subtitle.toLowerCase() && cards[i].type.toLowerCase() == title.toLowerCase()) {
id = cards[i].id;
color = colorList[cards[i].type];
continue;
}
}
}

var replacer = "<a id=\"cards\" style=\"color:" + color + "\" href = \"http:\/\/urealms.com/cards#" + id + "\">"+ query + "</a>";
$("#content li, p, .flow-post-content, span").each(function(){
if($(this).is(":contains(" + match[0] +")")){
var data = $(this).html();
var rtext = data.replace(match[0], replacer);
$(this).html(rtext);
}

});    

match = regex.exec($("#content").html());

    }
  
}


var path = window.location.href;
if(path.indexOf("action=submit") == -1) {
replace();
}

//Sidebar Social Icon Management
var panel = document.getElementById("mw-panel");

var container = document.createElement("div");
container.id = "container";

var link1 = document.createElement("a");
link1.href = "https://discord.gg/vCQbRv8";
var image1 = document.createElement("img");
image1.id = "image1";
image1.className = "links";
image1.src = "https://wiki.urealms.com/images/0/01/Discord_Icon.png";
image1.width = "32";
image1.height = "32";
link1.appendChild(image1);
container.appendChild(link1);

var link2 = document.createElement("a");
link2.href = "https://www.twitch.tv/urealms";
var image2 = document.createElement("img");
image2.id = "image2";
image2.className = "links"
image2.src = "https://wiki.urealms.com/images/3/3e/Twitch_Icon.png";
image2.width = "32";
image2.height = "32";
link2.appendChild(image2);
container.appendChild(link2);

var link3 = document.createElement("a");
link3.href = "https://www.youtube.com/user/BruceWillakers";
var image3 = document.createElement("img");
image3.id = "image3";
image3.className = "links"
image3.src = "https://wiki.urealms.com/images/d/d2/Youtube_Icon.png";
image3.width = "32";
image3.height = "32";
link3.appendChild(image3);
container.appendChild(link3);

var link4 = document.createElement("a");
link4.href = "https://www.patreon.com/brucewillakers";
var image4 = document.createElement("img");
image4.id = "image4";
image4.className = "links"
image4.src = "https://wiki.urealms.com/images/e/e6/Patreon_Icon.png";
image4.width = "32";
image4.height = "32";
link4.appendChild(image4);
container.appendChild(link4);

var sheet = document.createElement('style')
sheet.innerHTML = ".links {display: inline-block; margin: 3px; border: 2px solid #443924; border-radius: 5px; -webkit-transition: .25s ease-in-out;} .links:hover { border: 2px solid #877147;} #container {text-align: center; } .line { border: 1px solid #443924; } .wikiButton {-webkit-transition: .25s ease-in-out;} .wikiButton:hover { -webkit-filter: opacity(60%);}";
container.appendChild(sheet);

panel.appendChild(container);

//Main Sidebar Management
 $("#p-Coes_Quest-label").text("Coe's Quest");

 $("#p-URealms-label").nextAll(".body:first").show();
 $("#p-Coes_Quest-label").nextAll(".body:first").hide();
 $("#p-Community-label").nextAll(".body:first").hide();
 $("#p-Wiki-label").nextAll(".body:first").show();
 $("#p-tb-label").nextAll(".body:first").hide();

 for (var i = 0; i < $("#p-URealms-label, #p-Coes_Quest-label, #p-Wiki-label, #p-tb-label, #p-Community-label").length; i++) {
   if ($("#p-URealms-label, #p-Coes_Quest-label, #p-Wiki-label, #p-tb-label, #p-Community-label").next(".body").eq(i).is(":visible")) {
     $("#p-URealms-label, #p-Coes_Quest-label, #p-Wiki-label, #p-tb-label, #p-Community-label").eq(i).prepend("&#9662;");
   } else {
     $("#p-URealms-label, #p-Coes_Quest-label, #p-Wiki-label, #p-tb-label, #p-Community-label").eq(i).prepend("&#9656;");
   }
 }

 $("#p-URealms-label, #p-Coes_Quest-label, #p-Wiki-label, #p-tb-label, #p-Community-label").click(function() {

   if ($(this).text().charAt(0) == "▾") {
     var string = $(this).text();
     var newString = string.replace("▾", "▸");
     $(this).text(newString);
   } else {
     var string = $(this).text();
     var newString = string.replace("▸", "▾");
     $(this).text(newString);
   }

   $(this).nextAll(".body:first").slideToggle();
 });