@drmxrcy/tcg-lorcana-cards 0.0.0-202602060544
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +57 -0
- package/src/cards/001/actions/006-hades-lord-of-the-underworld.test.ts +40 -0
- package/src/cards/001/actions/025-be-our-guest.test.ts +62 -0
- package/src/cards/001/actions/025-be-our-guest.ts +39 -0
- package/src/cards/001/actions/026-control-your-temper.test.ts +35 -0
- package/src/cards/001/actions/026-control-your-temper.ts +81 -0
- package/src/cards/001/actions/027-hakuna-matata.test.ts +43 -0
- package/src/cards/001/actions/027-hakuna-matata.ts +38 -0
- package/src/cards/001/actions/028-healing-glow.test.ts +87 -0
- package/src/cards/001/actions/028-healing-glow.ts +75 -0
- package/src/cards/001/actions/029-just-in-time.test.ts +113 -0
- package/src/cards/001/actions/029-just-in-time.ts +38 -0
- package/src/cards/001/actions/030-part-of-your-world.test.ts +31 -0
- package/src/cards/001/actions/030-part-of-your-world.ts +74 -0
- package/src/cards/001/actions/031-you-have-forgotten-me.test.ts +95 -0
- package/src/cards/001/actions/031-you-have-forgotten-me.ts +77 -0
- package/src/cards/001/actions/062-befuddle.test.ts +131 -0
- package/src/cards/001/actions/062-befuddle.ts +69 -0
- package/src/cards/001/actions/063-freeze.test.ts +86 -0
- package/src/cards/001/actions/063-freeze.ts +72 -0
- package/src/cards/001/actions/064-friends-on-the-other-side.test.ts +30 -0
- package/src/cards/001/actions/064-friends-on-the-other-side.ts +30 -0
- package/src/cards/001/actions/065-be-our-guest.test.ts +78 -0
- package/src/cards/001/actions/065-reflection.test.ts +60 -0
- package/src/cards/001/actions/065-reflection.ts +32 -0
- package/src/cards/001/actions/094-do-it-again.test.ts +50 -0
- package/src/cards/001/actions/094-do-it-again.ts +74 -0
- package/src/cards/001/actions/095-mother-knows-best.test.ts +68 -0
- package/src/cards/001/actions/095-mother-knows-best.ts +66 -0
- package/src/cards/001/actions/096-stampede.test.ts +13 -0
- package/src/cards/001/actions/096-stampede.ts +68 -0
- package/src/cards/001/actions/097-steal-from-rich.test.ts +49 -0
- package/src/cards/001/actions/097-steal-from-the-rich.test.ts +13 -0
- package/src/cards/001/actions/097-steal-from-the-rich.ts +92 -0
- package/src/cards/001/actions/098-sudden-chill.test.ts +49 -0
- package/src/cards/001/actions/098-sudden-chill.ts +80 -0
- package/src/cards/001/actions/099-the-beast-is-mine.test.ts +50 -0
- package/src/cards/001/actions/099-the-beast-is-mine.ts +72 -0
- package/src/cards/001/actions/100-vicious-betrayal-.test.ts +46 -0
- package/src/cards/001/actions/100-vicious-betrayal.test.ts +13 -0
- package/src/cards/001/actions/100-vicious-betrayal.ts +118 -0
- package/src/cards/001/actions/128-be-prepared.test.ts +42 -0
- package/src/cards/001/actions/128-be-prepared.ts +71 -0
- package/src/cards/001/actions/129-cut-to-the-chase.test.ts +41 -0
- package/src/cards/001/actions/129-cut-to-the-chase.ts +71 -0
- package/src/cards/001/actions/130-dragon-fire.test.ts +45 -0
- package/src/cards/001/actions/130-dragon-fire.ts +69 -0
- package/src/cards/001/actions/131-fan-the-flames.test.ts +49 -0
- package/src/cards/001/actions/131-fan-the-flames.ts +68 -0
- package/src/cards/001/actions/132-he-got-a-sword-.test.ts +27 -0
- package/src/cards/001/actions/132-hes-got-a-sword.test.ts +13 -0
- package/src/cards/001/actions/132-hes-got-a-sword.ts +76 -0
- package/src/cards/001/actions/133-tangle.test.ts +40 -0
- package/src/cards/001/actions/133-tangle.ts +70 -0
- package/src/cards/001/actions/136-sword-of-truth.test.ts +30 -0
- package/src/cards/001/actions/161-develop-your-brain.test.ts +63 -0
- package/src/cards/001/actions/161-develop-your-brain.ts +34 -0
- package/src/cards/001/actions/162-if-its-not-baroque.test.ts +48 -0
- package/src/cards/001/actions/162-if-its-not-baroque.ts +71 -0
- package/src/cards/001/actions/163-let-it-go.test.ts +82 -0
- package/src/cards/001/actions/163-let-it-go.ts +68 -0
- package/src/cards/001/actions/164-one-jump-ahead.test.ts +47 -0
- package/src/cards/001/actions/164-one-jump-ahead.ts +76 -0
- package/src/cards/001/actions/165-work-together.test.ts +41 -0
- package/src/cards/001/actions/165-work-together.ts +63 -0
- package/src/cards/001/actions/173-captain-hook-captain-of-the-jolly-roger.test.ts +65 -0
- package/src/cards/001/actions/195-a-whole-new-world.test.ts +81 -0
- package/src/cards/001/actions/195-a-whole-new-world.ts +78 -0
- package/src/cards/001/actions/196-break.test.ts +45 -0
- package/src/cards/001/actions/196-break.ts +69 -0
- package/src/cards/001/actions/197-fire-the-cannons.test.ts +47 -0
- package/src/cards/001/actions/197-fire-the-cannons.ts +82 -0
- package/src/cards/001/actions/198-grab-your-sword.test.ts +70 -0
- package/src/cards/001/actions/198-grab-your-sword.ts +74 -0
- package/src/cards/001/actions/199-ransack.test.ts +96 -0
- package/src/cards/001/actions/199-ransack.ts +92 -0
- package/src/cards/001/actions/200-smash.test.ts +51 -0
- package/src/cards/001/actions/200-smash.ts +82 -0
- package/src/cards/001/actions/96-stampede.test.ts +37 -0
- package/src/cards/001/actions/actions.ts +25 -0
- package/src/cards/001/actions/controlYourTemper.test.ts +13 -0
- package/src/cards/001/actions/controlYourTemper.ts +39 -0
- package/src/cards/001/actions/healingGlow.test.ts +13 -0
- package/src/cards/001/actions/healingGlow.ts +38 -0
- package/src/cards/001/actions/index.ts +27 -0
- package/src/cards/001/actions/justInTime.test.ts +13 -0
- package/src/cards/001/actions/justInTime.ts +39 -0
- package/src/cards/001/actions/youHaveForgottenMe.test.ts +13 -0
- package/src/cards/001/actions/youHaveForgottenMe.ts +20 -0
- package/src/cards/001/characters/001-ariel-on-human-legs.test.ts +27 -0
- package/src/cards/001/characters/001-ariel-on-human-legs.ts +65 -0
- package/src/cards/001/characters/002-ariel-spectacular-singer.test.ts +95 -0
- package/src/cards/001/characters/002-ariel-spectacular-singer.ts +57 -0
- package/src/cards/001/characters/003-cinderella-gentle-and-kind.test.ts +36 -0
- package/src/cards/001/characters/003-cinderella-gentle-and-kind.ts +99 -0
- package/src/cards/001/characters/004-goofy-musketeer.ts +106 -0
- package/src/cards/001/characters/004-goofy-musketter.test.ts +63 -0
- package/src/cards/001/characters/005-hades-king-of-olympus.test.ts +55 -0
- package/src/cards/001/characters/005-hades-king-of-olympus.ts +104 -0
- package/src/cards/001/characters/006-hades-lord-of-the-underworld.ts +92 -0
- package/src/cards/001/characters/007-heihei-boat-snack.test.ts +14 -0
- package/src/cards/001/characters/007-heihei-boat-snack.ts +31 -0
- package/src/cards/001/characters/008-lefou-bumbler.test.ts +34 -0
- package/src/cards/001/characters/008-lefou-bumbler.ts +78 -0
- package/src/cards/001/characters/009-lilo-making-a-wish.ts +23 -0
- package/src/cards/001/characters/010-maximus-palace-horse.test.ts +23 -0
- package/src/cards/001/characters/010-maximus-palace-horse.ts +68 -0
- package/src/cards/001/characters/011-maximus-relentless-pursuer.test.ts +44 -0
- package/src/cards/001/characters/011-maximus-relentless-pursuer.ts +102 -0
- package/src/cards/001/characters/011-maximus-rentless-persuer.test.ts +32 -0
- package/src/cards/001/characters/012-mickey-mouse-true-friend.ts +52 -0
- package/src/cards/001/characters/013-minnie-mouse-beloved-princess.ts +22 -0
- package/src/cards/001/characters/014-moana-of-motunui.test.ts +129 -0
- package/src/cards/001/characters/014-moana-of-motunui.ts +74 -0
- package/src/cards/001/characters/015-mr-smee-loyal-first-mate.ts +23 -0
- package/src/cards/001/characters/016-prince-phillip-dragon-slayer.test.ts +38 -0
- package/src/cards/001/characters/016-prince-phillip-dragon-slayer.ts +44 -0
- package/src/cards/001/characters/016-prince-phillip-dragonslayer.ts +51 -0
- package/src/cards/001/characters/017-pumbaa-friendly-warthog.ts +23 -0
- package/src/cards/001/characters/018-rapunzel-gifted-with-healing.test.ts +66 -0
- package/src/cards/001/characters/018-rapunzel-gifted-with-healing.ts +109 -0
- package/src/cards/001/characters/019-sebastian-court-composer.test.ts +14 -0
- package/src/cards/001/characters/019-sebastian-court-composer.ts +32 -0
- package/src/cards/001/characters/020-simba-protective-cub.test.ts +14 -0
- package/src/cards/001/characters/020-simba-protective-cub.ts +60 -0
- package/src/cards/001/characters/021-stitch-carefree-surfer.test.ts +51 -0
- package/src/cards/001/characters/021-stitch-carefree-surfer.ts +106 -0
- package/src/cards/001/characters/022-stitch-new-dog.ts +23 -0
- package/src/cards/001/characters/023-stitch-rock-star.ts +70 -0
- package/src/cards/001/characters/024-timon-grub-rustler.test.ts +44 -0
- package/src/cards/001/characters/024-timon-grub-rustler.ts +92 -0
- package/src/cards/001/characters/035-anna-heir-to-arendelle.test.ts +51 -0
- package/src/cards/001/characters/035-anna-heir-to-arendelle.ts +99 -0
- package/src/cards/001/characters/036-archimedes-highly-educated-owl.ts +23 -0
- package/src/cards/001/characters/037-dr-facilier-agent-provocateur.test.ts +305 -0
- package/src/cards/001/characters/037-dr-facilier-agent-provocateur.ts +96 -0
- package/src/cards/001/characters/038-dr-facilier-charlatan.test.ts +14 -0
- package/src/cards/001/characters/038-dr-facilier-charlatan.ts +32 -0
- package/src/cards/001/characters/039-dr-facilier-remarkable-gentleman.ts +51 -0
- package/src/cards/001/characters/040-elsa-queen-regent.ts +23 -0
- package/src/cards/001/characters/041-elsa-snow-queen.test.ts +56 -0
- package/src/cards/001/characters/041-elsa-snow-queen.ts +77 -0
- package/src/cards/001/characters/042-elsa-spirit-of-winter.test.ts +137 -0
- package/src/cards/001/characters/042-elsa-spirit-of-winter.ts +86 -0
- package/src/cards/001/characters/043-floatsam-ursula-spy.test.ts +17 -0
- package/src/cards/001/characters/043-flotsam-ursula-spy.test.ts +49 -0
- package/src/cards/001/characters/043-flotsam-ursulas-spy.test.ts +13 -0
- package/src/cards/001/characters/043-flotsam-ursulas-spy.ts +81 -0
- package/src/cards/001/characters/044-jafar-keeper-of-secrets.test.ts +48 -0
- package/src/cards/001/characters/044-jafar-keeper-of-secrets.ts +91 -0
- package/src/cards/001/characters/045-jafar-wicked-sorcerer.test.ts +14 -0
- package/src/cards/001/characters/045-jafar-wicked-sorcerer.ts +32 -0
- package/src/cards/001/characters/046-jetsam-ursula-spy.test.ts +52 -0
- package/src/cards/001/characters/046-jetsam-ursulas-spy.test.ts +13 -0
- package/src/cards/001/characters/046-jetsam-ursulas-spy.ts +95 -0
- package/src/cards/001/characters/047-magic-broom-bucket-brigade.test.ts +139 -0
- package/src/cards/001/characters/047-magic-broom-bucket-brigade.ts +81 -0
- package/src/cards/001/characters/048-maleficent-biding-her-time.test.ts +13 -0
- package/src/cards/001/characters/048-maleficent-biding-her-time.ts +23 -0
- package/src/cards/001/characters/049-maleficent-sorceress.test.ts +46 -0
- package/src/cards/001/characters/049-maleficent-sorceress.ts +45 -0
- package/src/cards/001/characters/050-marshmallow-persistent-guardian.test.ts +114 -0
- package/src/cards/001/characters/050-marshmallow-persistent-guardian.ts +75 -0
- package/src/cards/001/characters/051-mickey-mouse-wayward-sorcerer.test.ts +174 -0
- package/src/cards/001/characters/051-mickey-mouse-wayward-sorcerer.ts +119 -0
- package/src/cards/001/characters/052-olaf-friendly-snowman.test.ts +13 -0
- package/src/cards/001/characters/052-olaf-friendly-snowman.ts +51 -0
- package/src/cards/001/characters/053-pascal-rapunzel-companion.test.ts +48 -0
- package/src/cards/001/characters/053-pascal-rapunzels-companion.test.ts +13 -0
- package/src/cards/001/characters/053-pascal-rapunzels-companion.ts +79 -0
- package/src/cards/001/characters/054-rafiki-mysterious-sage.test.ts +14 -0
- package/src/cards/001/characters/054-rafiki-mysterious-sage.ts +31 -0
- package/src/cards/001/characters/055-sven-official-ice-deliverer.test.ts +13 -0
- package/src/cards/001/characters/055-sven-official-ice-deliverer.ts +51 -0
- package/src/cards/001/characters/056-the-queen-wicked-and-vain.test.ts +44 -0
- package/src/cards/001/characters/056-the-queen-wicked-and-vain.ts +83 -0
- package/src/cards/001/characters/057-the-wardrobe-belles-confidant.test.ts +13 -0
- package/src/cards/001/characters/057-the-wardrobe-belles-confidant.ts +23 -0
- package/src/cards/001/characters/058-tinker-bell-peter-pan-ally.test.ts +51 -0
- package/src/cards/001/characters/058-tinker-bell-peter-pans-ally.test.ts +13 -0
- package/src/cards/001/characters/058-tinker-bell-peter-pans-ally.ts +99 -0
- package/src/cards/001/characters/059-ursula-power-hungry.test.ts +73 -0
- package/src/cards/001/characters/059-ursula-power-hungry.ts +73 -0
- package/src/cards/001/characters/060-dr-facilier-remarkable-gentleman.test.ts +42 -0
- package/src/cards/001/characters/060-yzma-alchemist.test.ts +51 -0
- package/src/cards/001/characters/060-yzma-alchemist.ts +58 -0
- package/src/cards/001/characters/061-zeus-god-of-lightning.test.ts +23 -0
- package/src/cards/001/characters/061-zeus-god-of-lightning.ts +38 -0
- package/src/cards/001/characters/069-aladdin-prince-ali.test.ts +13 -0
- package/src/cards/001/characters/069-aladdin-prince-ali.ts +56 -0
- package/src/cards/001/characters/070-beast-wolfbane.test.ts +49 -0
- package/src/cards/001/characters/070-beast-wolfsbane.test.ts +13 -0
- package/src/cards/001/characters/070-beast-wolfsbane.ts +79 -0
- package/src/cards/001/characters/071-cheshire-cat-not-all-there.test.ts +61 -0
- package/src/cards/001/characters/071-cheshire-cat-not-all-there.ts +61 -0
- package/src/cards/001/characters/072-cruella-de-vil-miserable-as-usual.test.ts +102 -0
- package/src/cards/001/characters/072-cruella-de-vil-miserable-as-usual.ts +88 -0
- package/src/cards/001/characters/073-duke-of-weselton-opportunistic-official.test.ts +13 -0
- package/src/cards/001/characters/073-duke-of-weselton-opportunistic-official.ts +23 -0
- package/src/cards/001/characters/074-flynn-rider-charming-rogue.test.ts +89 -0
- package/src/cards/001/characters/074-flynn-rider-charming-rogue.ts +80 -0
- package/src/cards/001/characters/075-genie-on-the-job.test.ts +109 -0
- package/src/cards/001/characters/075-genie-on-the-job.ts +96 -0
- package/src/cards/001/characters/076-genie-powers-unleashed.test.ts +73 -0
- package/src/cards/001/characters/076-genie-powers-unleashed.ts +102 -0
- package/src/cards/001/characters/077-genie-the-ever-impressive.test.ts +12 -0
- package/src/cards/001/characters/077-genie-the-ever-impressive.ts +23 -0
- package/src/cards/001/characters/078-hans-scheming-prince.test.ts +13 -0
- package/src/cards/001/characters/078-hans-scheming-prince.ts +23 -0
- package/src/cards/001/characters/079-horace-no-good-scoundrel.ts +23 -0
- package/src/cards/001/characters/079-horace-nogood-scoundrel.ts +50 -0
- package/src/cards/001/characters/080-iago-loud-mouthed-parrot.test.ts +46 -0
- package/src/cards/001/characters/080-iago-loud-mouthed-parrot.ts +39 -0
- package/src/cards/001/characters/080-iago-loudmouthed-parrot.ts +77 -0
- package/src/cards/001/characters/081-jasper-common-crook.test.ts +61 -0
- package/src/cards/001/characters/081-jasper-common-crook.ts +74 -0
- package/src/cards/001/characters/082-john-silver-alien-pirate.test.ts +98 -0
- package/src/cards/001/characters/082-john-silver-alien-pirate.ts +85 -0
- package/src/cards/001/characters/083-jumba-jookiba-renegade-scientist.test.ts +13 -0
- package/src/cards/001/characters/083-jumba-jookiba-renegade-scientist.ts +23 -0
- package/src/cards/001/characters/084-kuzco-temperamental-emperor.test.ts +94 -0
- package/src/cards/001/characters/084-kuzco-temperamental-emperor.ts +64 -0
- package/src/cards/001/characters/085-lady-tremaine-wicked-stepmother.test.ts +13 -0
- package/src/cards/001/characters/085-lady-tremaine-wicked-stepmother.ts +96 -0
- package/src/cards/001/characters/085-lady-tremaine.test.ts +57 -0
- package/src/cards/001/characters/086-mad-hatter-gracious-host.test.ts +64 -0
- package/src/cards/001/characters/086-mad-hatter-gracious-host.ts +45 -0
- package/src/cards/001/characters/087-megara-pulling-the-strings.test.ts +46 -0
- package/src/cards/001/characters/087-megara-pulling-the-strings.ts +90 -0
- package/src/cards/001/characters/087-mickey-mouse-artful-rogue.test.ts +52 -0
- package/src/cards/001/characters/088-mickey-mouse-artful-rogue.test.ts +13 -0
- package/src/cards/001/characters/088-mickey-mouse-artful-rogue.ts +92 -0
- package/src/cards/001/characters/089-mickey-mouse-steamboat-pilot.test.ts +13 -0
- package/src/cards/001/characters/089-mickey-mouse-steamboat-pilot.ts +53 -0
- package/src/cards/001/characters/090-mother-gothel-selfish-manipulator.test.ts +87 -0
- package/src/cards/001/characters/090-mother-gothel-selfish-manipulator.ts +89 -0
- package/src/cards/001/characters/091-peter-pan-never-landing.test.ts +14 -0
- package/src/cards/001/characters/091-peter-pan-never-landing.ts +31 -0
- package/src/cards/001/characters/092-tamatoa-drab-little-crab.test.ts +13 -0
- package/src/cards/001/characters/092-tamatoa-drab-little-crab.ts +23 -0
- package/src/cards/001/characters/093-tinker-bell-most-helpful.test.ts +48 -0
- package/src/cards/001/characters/093-tinker-bell-most-helpful.ts +82 -0
- package/src/cards/001/characters/103-abu-mischievous-monkey.test.ts +13 -0
- package/src/cards/001/characters/103-abu-mischievous-monkey.ts +23 -0
- package/src/cards/001/characters/104-aladdin-heroic-outlaw.test.ts +57 -0
- package/src/cards/001/characters/104-aladdin-heroic-outlaw.ts +78 -0
- package/src/cards/001/characters/105-aladdin-street-rat.test.ts +45 -0
- package/src/cards/001/characters/105-aladdin-street-rat.ts +87 -0
- package/src/cards/001/characters/106-captain-colonels-lieutenant.test.ts +13 -0
- package/src/cards/001/characters/106-captain-colonels-lieutenant.ts +23 -0
- package/src/cards/001/characters/107-captain-hook-ruthless-pirate.test.ts +80 -0
- package/src/cards/001/characters/107-captain-hook-ruthless-pirate.ts +96 -0
- package/src/cards/001/characters/108-donald-duck-boisterous-fowl.test.ts +13 -0
- package/src/cards/001/characters/108-donald-duck-boisterous-fowl.ts +22 -0
- package/src/cards/001/characters/109-elsa-ice-surfer.test.ts +49 -0
- package/src/cards/001/characters/109-elsa-ice-surfer.ts +85 -0
- package/src/cards/001/characters/110-gaston-arrogant-hunter.test.ts +13 -0
- package/src/cards/001/characters/110-gaston-arrogant-hunter.ts +55 -0
- package/src/cards/001/characters/111-goofy-daredevil.test.ts +14 -0
- package/src/cards/001/characters/111-goofy-daredevil.ts +30 -0
- package/src/cards/001/characters/112-lefou-instigator.test.ts +50 -0
- package/src/cards/001/characters/112-lefou-instigator.ts +79 -0
- package/src/cards/001/characters/113-maleficent-monstrous-dragon.test.ts +51 -0
- package/src/cards/001/characters/113-maleficent-monstrous-dragon.ts +85 -0
- package/src/cards/001/characters/114-maui-hero-to-all.test.ts +23 -0
- package/src/cards/001/characters/114-maui-hero-to-all.ts +37 -0
- package/src/cards/001/characters/115-mickey-mouse-brave-little-tailor.test.ts +14 -0
- package/src/cards/001/characters/115-mickey-mouse-brave-little-tailor.ts +30 -0
- package/src/cards/001/characters/116-minnie-mouse-always-classy.test.ts +13 -0
- package/src/cards/001/characters/116-minnie-mouse-always-classy.ts +22 -0
- package/src/cards/001/characters/117-moana-chosen-by-the-ocean.test.ts +100 -0
- package/src/cards/001/characters/117-moana-chosen-by-the-ocean.ts +98 -0
- package/src/cards/001/characters/118-mulan-imperial-soldier.test.ts +132 -0
- package/src/cards/001/characters/118-mulan-imperial-soldier.ts +90 -0
- package/src/cards/001/characters/119-peter-pan-fearless-fighter.test.ts +14 -0
- package/src/cards/001/characters/119-peter-pan-fearless-fighter.ts +31 -0
- package/src/cards/001/characters/120-pongo-ol-rascal.test.ts +14 -0
- package/src/cards/001/characters/120-pongo-ol-rascal.ts +31 -0
- package/src/cards/001/characters/121-rapunzel-letting-down-her-hair.test.ts +13 -0
- package/src/cards/001/characters/121-rapunzel-letting-down-her-hair.ts +83 -0
- package/src/cards/001/characters/121-rapunzel-letting-her-hair-down.test.ts +31 -0
- package/src/cards/001/characters/122-scar-fiery-usurper.test.ts +13 -0
- package/src/cards/001/characters/122-scar-fiery-usurper.ts +23 -0
- package/src/cards/001/characters/123-scar-shameless-firebrand.test.ts +86 -0
- package/src/cards/001/characters/123-scar-shameless-firebrand.ts +88 -0
- package/src/cards/001/characters/124-sergeant-tibbs-courageous-cat.test.ts +13 -0
- package/src/cards/001/characters/124-sergeant-tibbs-courageous-cat.ts +52 -0
- package/src/cards/001/characters/125-stitch-abomination.test.ts +13 -0
- package/src/cards/001/characters/125-stitch-abomination.ts +23 -0
- package/src/cards/001/characters/126-te-k-the-burning-one.test.ts +14 -0
- package/src/cards/001/characters/126-te-k-the-burning-one.ts +31 -0
- package/src/cards/001/characters/126-te-ka-the-burning-one.test.ts +13 -0
- package/src/cards/001/characters/126-te-ka-the-burning-one.ts +52 -0
- package/src/cards/001/characters/127-tigger-wonderful-thing.test.ts +14 -0
- package/src/cards/001/characters/127-tigger-wonderful-thing.ts +31 -0
- package/src/cards/001/characters/137-ariel-whoseit-collector.test.ts +86 -0
- package/src/cards/001/characters/137-ariel-whoseit-collector.ts +97 -0
- package/src/cards/001/characters/138-aurora-briar-rose.test.ts +43 -0
- package/src/cards/001/characters/138-aurora-briar-rose.ts +96 -0
- package/src/cards/001/characters/139-aurora-dreaming-guardian.test.ts +78 -0
- package/src/cards/001/characters/139-aurora-dreaming-guardian.ts +95 -0
- package/src/cards/001/characters/140-aurora-regal-princess.test.ts +13 -0
- package/src/cards/001/characters/140-aurora-regal-princess.ts +53 -0
- package/src/cards/001/characters/141-belle-inventive-engineer.test.ts +44 -0
- package/src/cards/001/characters/141-belle-inventive-engineer.ts +83 -0
- package/src/cards/001/characters/142-belle-strange-but-special.test.ts +119 -0
- package/src/cards/001/characters/142-belle-strange-but-special.ts +90 -0
- package/src/cards/001/characters/143-chief-tui-respected-leader.test.ts +14 -0
- package/src/cards/001/characters/143-chief-tui-respected-leader.ts +31 -0
- package/src/cards/001/characters/144-donald-duck-strutting-his-stuff.test.ts +14 -0
- package/src/cards/001/characters/144-donald-duck-strutting-his-stuff.ts +30 -0
- package/src/cards/001/characters/145-flounder-voice-of-reason.test.ts +13 -0
- package/src/cards/001/characters/145-flounder-voice-of-reason.ts +53 -0
- package/src/cards/001/characters/146-gramma-tala-storyteller.test.ts +59 -0
- package/src/cards/001/characters/146-gramma-tala-storyteller.ts +80 -0
- package/src/cards/001/characters/147-hades-infernal-schemer.test.ts +51 -0
- package/src/cards/001/characters/147-hades-infernal-schemer.ts +79 -0
- package/src/cards/001/characters/148-jasmine-disguised.test.ts +13 -0
- package/src/cards/001/characters/148-jasmine-disguised.ts +23 -0
- package/src/cards/001/characters/149-jasmine-queen-of-agrabah.test.ts +88 -0
- package/src/cards/001/characters/149-jasmine-queen-of-agrabah.ts +107 -0
- package/src/cards/001/characters/150-maleficent-sinister-visitor.test.ts +13 -0
- package/src/cards/001/characters/150-maleficent-sinister-visitor.ts +23 -0
- package/src/cards/001/characters/151-maleficent-uninvited.test.ts +13 -0
- package/src/cards/001/characters/151-maleficent-uninvited.ts +23 -0
- package/src/cards/001/characters/152-maurice-world-famous-inventor.test.ts +97 -0
- package/src/cards/001/characters/152-maurice-world-famous-inventor.ts +64 -0
- package/src/cards/001/characters/152-maurice-worldfamous-inventor.ts +110 -0
- package/src/cards/001/characters/153-merlin-self-appointed-mentor.test.ts +14 -0
- package/src/cards/001/characters/153-merlin-self-appointed-mentor.ts +31 -0
- package/src/cards/001/characters/153-merlin-selfappointed-mentor.ts +54 -0
- package/src/cards/001/characters/154-mickey-mouse-detective.test.ts +55 -0
- package/src/cards/001/characters/154-mickey-mouse-detective.ts +80 -0
- package/src/cards/001/characters/155-mufasa-king-of-the-pride-lands.test.ts +13 -0
- package/src/cards/001/characters/155-mufasa-king-of-the-pride-lands.ts +53 -0
- package/src/cards/001/characters/156-philoctetes-trainer-of-heroes.test.ts +14 -0
- package/src/cards/001/characters/156-philoctetes-trainer-of-heroes.ts +31 -0
- package/src/cards/001/characters/157-robin-hood-unrivaled-archer.test.ts +114 -0
- package/src/cards/001/characters/157-robin-hood-unrivaled-archer.ts +109 -0
- package/src/cards/001/characters/158-scar-mastermind.test.ts +51 -0
- package/src/cards/001/characters/158-scar-mastermind.ts +95 -0
- package/src/cards/001/characters/159-tamatoa-so-shiny.test.ts +104 -0
- package/src/cards/001/characters/159-tamatoa-so-shiny.ts +122 -0
- package/src/cards/001/characters/160-triton-the-sea-king.test.ts +13 -0
- package/src/cards/001/characters/160-triton-the-sea-king.ts +23 -0
- package/src/cards/001/characters/171-aladdin-cornered-swordsman.test.ts +13 -0
- package/src/cards/001/characters/171-aladdin-cornered-swordsman.ts +23 -0
- package/src/cards/001/characters/172-beast-hardheaded.test.ts +46 -0
- package/src/cards/001/characters/172-beast-hardheaded.ts +93 -0
- package/src/cards/001/characters/173-captain-hook-captain-of-the-jolly-roger.test.ts +13 -0
- package/src/cards/001/characters/173-captain-hook-captain-of-the-jolly-roger.ts +101 -0
- package/src/cards/001/characters/174-captain-hook-forceful-duelist.test.ts +13 -0
- package/src/cards/001/characters/174-captain-hook-forceful-duelist.ts +73 -0
- package/src/cards/001/characters/175-captain-hook-thinking-a-happy-thought.test.ts +176 -0
- package/src/cards/001/characters/175-captain-hook-thinking-a-happy-thought.ts +111 -0
- package/src/cards/001/characters/176-cerberus-three-headed-dog.ts +23 -0
- package/src/cards/001/characters/176-cerberus-threeheaded-dog.ts +49 -0
- package/src/cards/001/characters/177-donald-duck-musketeer.test.ts +92 -0
- package/src/cards/001/characters/177-donald-duck-musketeer.ts +92 -0
- package/src/cards/001/characters/178-gantu-galactic-federation-captain.test.ts +124 -0
- package/src/cards/001/characters/178-gantu-galactic-federation-captain.ts +72 -0
- package/src/cards/001/characters/179-goons-maleficents-underlings.test.ts +13 -0
- package/src/cards/001/characters/179-goons-maleficents-underlings.ts +23 -0
- package/src/cards/001/characters/180-hans-thirteenth-in-line.test.ts +77 -0
- package/src/cards/001/characters/180-hans-thirteenth-in-line.ts +94 -0
- package/src/cards/001/characters/181-hercules-true-hero.test.ts +13 -0
- package/src/cards/001/characters/181-hercules-true-hero.ts +66 -0
- package/src/cards/001/characters/182-kristoff-official-ice-master.test.ts +13 -0
- package/src/cards/001/characters/182-kristoff-official-ice-master.ts +23 -0
- package/src/cards/001/characters/183-kronk-right-hand-man.ts +23 -0
- package/src/cards/001/characters/183-kronk-righthand-man.ts +50 -0
- package/src/cards/001/characters/184-lilo-galactic-hero.test.ts +13 -0
- package/src/cards/001/characters/184-lilo-galactic-hero.ts +23 -0
- package/src/cards/001/characters/185-maui-demigod.test.ts +13 -0
- package/src/cards/001/characters/185-maui-demigod.ts +23 -0
- package/src/cards/001/characters/186-mickey-mouse-musketeer.test.ts +86 -0
- package/src/cards/001/characters/186-mickey-mouse-musketeer.ts +98 -0
- package/src/cards/001/characters/187-prince-eric-dashing-and-brave.test.ts +13 -0
- package/src/cards/001/characters/187-prince-eric-dashing-and-brave.ts +74 -0
- package/src/cards/001/characters/188-simba-future-king.test.ts +67 -0
- package/src/cards/001/characters/188-simba-future-king.ts +82 -0
- package/src/cards/001/characters/189-simba-returned-king.test.ts +62 -0
- package/src/cards/001/characters/189-simba-returned-king.ts +84 -0
- package/src/cards/001/characters/190-simba-rightful-heir.test.ts +52 -0
- package/src/cards/001/characters/190-simba-rightful-heir.ts +78 -0
- package/src/cards/001/characters/191-starkey-hook-henchman.test.ts +17 -0
- package/src/cards/001/characters/191-starkey-hooks-henchman.test.ts +67 -0
- package/src/cards/001/characters/191-starkey-hooks-henchman.ts +77 -0
- package/src/cards/001/characters/192-te-k-heartless.ts +41 -0
- package/src/cards/001/characters/192-te-ka-heartless.test.ts +56 -0
- package/src/cards/001/characters/192-te-ka-heartless.ts +75 -0
- package/src/cards/001/characters/193-tinker-bell-giant-fairy.test.ts +205 -0
- package/src/cards/001/characters/193-tinker-bell-giant-fairy.ts +106 -0
- package/src/cards/001/characters/194-tinker-bell-tiny-tactician.test.ts +58 -0
- package/src/cards/001/characters/194-tinker-bell-tiny-tactician.ts +86 -0
- package/src/cards/001/characters/characters.ts +151 -0
- package/src/cards/001/characters/index.ts +113 -0
- package/src/cards/001/index.ts +22 -0
- package/src/cards/001/items/023-stitch-rock-star.test.ts +81 -0
- package/src/cards/001/items/032-dinglehopper.test.ts +72 -0
- package/src/cards/001/items/032-dinglehopper.ts +83 -0
- package/src/cards/001/items/033-lantern.test.ts +158 -0
- package/src/cards/001/items/033-lantern.ts +47 -0
- package/src/cards/001/items/034-ursula-shell-necklace.ts +49 -0
- package/src/cards/001/items/034-ursulas-shell-necklace.test.ts +112 -0
- package/src/cards/001/items/066-magic-mirror.test.ts +48 -0
- package/src/cards/001/items/066-magic-mirror.ts +75 -0
- package/src/cards/001/items/067-ursula-caldron.test.ts +46 -0
- package/src/cards/001/items/067-ursula-cauldron.test.ts +13 -0
- package/src/cards/001/items/067-ursula-cauldron.ts +38 -0
- package/src/cards/001/items/067-ursulas-cauldron.ts +47 -0
- package/src/cards/001/items/068-white-rabbit-pocket-watch.test.ts +43 -0
- package/src/cards/001/items/068-white-rabbit-pocket-watch.ts +72 -0
- package/src/cards/001/items/101-dr-facilier-cards.test.ts +13 -0
- package/src/cards/001/items/101-dr-facilier-cards.ts +75 -0
- package/src/cards/001/items/101-dr-faciliers-cards.test.ts +37 -0
- package/src/cards/001/items/101-dr-faciliers-cards.ts +35 -0
- package/src/cards/001/items/102-stolen-scimitar.test.ts +56 -0
- package/src/cards/001/items/102-stolen-scimitar.ts +144 -0
- package/src/cards/001/items/134-poisoned-apple.test.ts +64 -0
- package/src/cards/001/items/134-poisoned-apple.ts +104 -0
- package/src/cards/001/items/135-shield-of-virtue.test.ts +48 -0
- package/src/cards/001/items/135-shield-of-virtue.ts +79 -0
- package/src/cards/001/items/136-sword-of-truth.test.ts +13 -0
- package/src/cards/001/items/136-sword-of-truth.ts +66 -0
- package/src/cards/001/items/166-coconut-basket.test.ts +77 -0
- package/src/cards/001/items/166-coconut-basket.ts +96 -0
- package/src/cards/001/items/167-eye-of-the-fates.test.ts +42 -0
- package/src/cards/001/items/167-eye-of-the-fates.ts +70 -0
- package/src/cards/001/items/168-fishbone-quill.test.ts +66 -0
- package/src/cards/001/items/168-fishbone-quill.ts +82 -0
- package/src/cards/001/items/169-magic-golden-flower.test.ts +61 -0
- package/src/cards/001/items/169-magic-golden-flower.ts +84 -0
- package/src/cards/001/items/170-scepter-of-arendel.test.ts +30 -0
- package/src/cards/001/items/170-scepter-of-arendelle.test.ts +13 -0
- package/src/cards/001/items/170-scepter-of-arendelle.ts +83 -0
- package/src/cards/001/items/201-beast-mirror.test.ts +75 -0
- package/src/cards/001/items/201-beast-mirror.ts +90 -0
- package/src/cards/001/items/202-frying-pan.test.ts +60 -0
- package/src/cards/001/items/202-frying-pan.ts +54 -0
- package/src/cards/001/items/203-musketeer-tabard.test.ts +133 -0
- package/src/cards/001/items/203-musketeer-tabard.ts +91 -0
- package/src/cards/001/items/204-plasma-blaster.test.ts +59 -0
- package/src/cards/001/items/204-plasma-blaster.ts +84 -0
- package/src/cards/001/items/dingleHopper.test.ts +13 -0
- package/src/cards/001/items/dingleHopper.ts +38 -0
- package/src/cards/001/items/index.ts +14 -0
- package/src/cards/001/items/items.ts +22 -0
- package/src/cards/001/items/lantern.test.ts +13 -0
- package/src/cards/001/items/lantern.ts +30 -0
- package/src/cards/001/items/ursulaShellNecklace.test.ts +13 -0
- package/src/cards/001/items/ursulaShellNecklace.ts +35 -0
- package/src/cards/002/actions/028-hold-still.test.ts +30 -0
- package/src/cards/002/actions/028-hold-still.ts +37 -0
- package/src/cards/002/actions/029-last-stand.test.ts +105 -0
- package/src/cards/002/actions/029-last-stand.ts +35 -0
- package/src/cards/002/actions/030-painting-the-roses-red.test.ts +77 -0
- package/src/cards/002/actions/030-painting-the-roses-red.ts +49 -0
- package/src/cards/002/actions/031-world-s-greatest-criminal-mind.test.ts +53 -0
- package/src/cards/002/actions/031-worlds-greatest-criminal-mind.ts +49 -0
- package/src/cards/002/actions/032-zero-to-hero.test.ts +66 -0
- package/src/cards/002/actions/032-zero-to-hero.ts +30 -0
- package/src/cards/002/actions/062-gruesome-and-grim.test.ts +40 -0
- package/src/cards/002/actions/062-gruesome-and-grim.ts +31 -0
- package/src/cards/002/actions/063-i-m-stuck-.test.ts +41 -0
- package/src/cards/002/actions/063-im-stuck.ts +32 -0
- package/src/cards/002/actions/064-legend-of-the-sword-in-the-stone.test.ts +39 -0
- package/src/cards/002/actions/064-legend-of-the-sword-in-the-stone.ts +39 -0
- package/src/cards/002/actions/096-bibbidi-bobbidi-boo.test.ts +149 -0
- package/src/cards/002/actions/096-bibbidi-bobbidi-boo.ts +36 -0
- package/src/cards/002/actions/097-bounce.test.ts +44 -0
- package/src/cards/002/actions/097-bounce.ts +35 -0
- package/src/cards/002/actions/098-hypnotize.test.ts +87 -0
- package/src/cards/002/actions/098-hypnotize.ts +41 -0
- package/src/cards/002/actions/099-improvise.test.ts +38 -0
- package/src/cards/002/actions/099-improvise.ts +59 -0
- package/src/cards/002/actions/100-pack-tactics.test.ts +58 -0
- package/src/cards/002/actions/100-pack-tactics.ts +29 -0
- package/src/cards/002/actions/101-ring-the-bell.test.ts +52 -0
- package/src/cards/002/actions/101-ring-the-bell.ts +35 -0
- package/src/cards/002/actions/129-go-the-distance.test.ts +38 -0
- package/src/cards/002/actions/129-go-the-distance.ts +52 -0
- package/src/cards/002/actions/130-teeth-and-ambitions.test.ts +48 -0
- package/src/cards/002/actions/130-teeth-and-ambitions.ts +37 -0
- package/src/cards/002/actions/131-the-most-diabolical-scheme.test.ts +41 -0
- package/src/cards/002/actions/131-the-most-diabolical-scheme.ts +36 -0
- package/src/cards/002/actions/132-what-did-you-call-me-.test.ts +45 -0
- package/src/cards/002/actions/132-what-did-you-call-me.ts +32 -0
- package/src/cards/002/actions/133-you-can-fly.test.ts +28 -0
- package/src/cards/002/actions/133-you-can-fly.ts +48 -0
- package/src/cards/002/actions/162-falling-down-the-rabbit-hole.test.ts +70 -0
- package/src/cards/002/actions/162-falling-down-the-rabbit-hole.ts +32 -0
- package/src/cards/002/actions/163-four-dozen-eggs.test.ts +36 -0
- package/src/cards/002/actions/163-four-dozen-eggs.ts +50 -0
- package/src/cards/002/actions/164-launch.test.ts +44 -0
- package/src/cards/002/actions/164-launch.ts +36 -0
- package/src/cards/002/actions/165-nothing-to-hide.test.ts +56 -0
- package/src/cards/002/actions/165-nothing-to-hide.ts +29 -0
- package/src/cards/002/actions/198-charge.test.ts +34 -0
- package/src/cards/002/actions/198-charge.ts +38 -0
- package/src/cards/002/actions/199-let-the-storm-rage-on.test.ts +105 -0
- package/src/cards/002/actions/199-let-the-storm-rage-on.ts +47 -0
- package/src/cards/002/actions/200-pick-a-fight.test.ts +43 -0
- package/src/cards/002/actions/200-pick-a-fight.ts +30 -0
- package/src/cards/002/actions/201-strength-of-a-raging-fire.test.ts +41 -0
- package/src/cards/002/actions/201-strength-of-a-raging-fire.ts +54 -0
- package/src/cards/002/actions/actions.ts +29 -0
- package/src/cards/002/actions/index.ts +21 -0
- package/src/cards/002/characters/001-bashful-hopeless-romantic.test.ts +32 -0
- package/src/cards/002/characters/001-bashful-hopeless-romantic.ts +36 -0
- package/src/cards/002/characters/002-christopher-robin-adventurer.test.ts +79 -0
- package/src/cards/002/characters/002-christopher-robin-adventurer.ts +44 -0
- package/src/cards/002/characters/003-cinderella-ballroom-sensation.test.ts +14 -0
- package/src/cards/002/characters/003-cinderella-ballroom-sensation.ts +32 -0
- package/src/cards/002/characters/004-cobra-bubbles-just-a-social-worker.ts +23 -0
- package/src/cards/002/characters/005-doc-leader-of-the-seven-dwarfs.test.ts +37 -0
- package/src/cards/002/characters/005-doc-leader-of-the-seven-dwarfs.ts +41 -0
- package/src/cards/002/characters/006-dopey-always-playful.test.ts +64 -0
- package/src/cards/002/characters/006-dopey-always-playful.ts +43 -0
- package/src/cards/002/characters/007-eudora-accomplished-seamstress.ts +23 -0
- package/src/cards/002/characters/008-gaston-baritone-bully.test.ts +14 -0
- package/src/cards/002/characters/008-gaston-baritone-bully.ts +32 -0
- package/src/cards/002/characters/009-grand-duke-advisor-to-the-king.test.ts +40 -0
- package/src/cards/002/characters/009-grand-duke-advisor-to-the-king.ts +37 -0
- package/src/cards/002/characters/010-grumpy-bad-tempered.test.ts +42 -0
- package/src/cards/002/characters/010-grumpy-bad-tempered.ts +38 -0
- package/src/cards/002/characters/011-happy-good-natured.test.ts +14 -0
- package/src/cards/002/characters/011-happy-good-natured.ts +31 -0
- package/src/cards/002/characters/012-king-louie-jungle-vip.test.ts +50 -0
- package/src/cards/002/characters/012-king-louie-jungle-vip.ts +49 -0
- package/src/cards/002/characters/013-mickey-mouse-friendly-face.test.ts +35 -0
- package/src/cards/002/characters/013-mickey-mouse-friendly-face.ts +40 -0
- package/src/cards/002/characters/014-mufasa-betrayed-leader.test.ts +76 -0
- package/src/cards/002/characters/014-mufasa-betrayed-leader.ts +49 -0
- package/src/cards/002/characters/015-mulan-free-spirit.test.ts +25 -0
- package/src/cards/002/characters/015-mulan-free-spirit.ts +29 -0
- package/src/cards/002/characters/016-mulan-reflecting.test.ts +45 -0
- package/src/cards/002/characters/016-mulan-reflecting.ts +58 -0
- package/src/cards/002/characters/017-nana-darling-family-pet.test.ts +40 -0
- package/src/cards/002/characters/017-nana-darling-family-pet.ts +26 -0
- package/src/cards/002/characters/018-piglet-very-small-animal.ts +23 -0
- package/src/cards/002/characters/019-rapunzel-gifted-artist.test.ts +151 -0
- package/src/cards/002/characters/019-rapunzel-gifted-artist.ts +55 -0
- package/src/cards/002/characters/020-rapunzel-sunshine.test.ts +80 -0
- package/src/cards/002/characters/020-rapunzel-sunshine.ts +44 -0
- package/src/cards/002/characters/021-sleepy-nodding-off.test.ts +23 -0
- package/src/cards/002/characters/021-sleepy-nodding-off.ts +37 -0
- package/src/cards/002/characters/022-sneezy-very-allergic.test.ts +91 -0
- package/src/cards/002/characters/022-sneezy-very-allergic.ts +41 -0
- package/src/cards/002/characters/023-snow-white-lost-in-the-forest.test.ts +36 -0
- package/src/cards/002/characters/023-snow-white-lost-in-the-forest.ts +53 -0
- package/src/cards/002/characters/024-snow-white-unexpected-houseguest.test.ts +27 -0
- package/src/cards/002/characters/024-snow-white-unexpected-houseguest.ts +35 -0
- package/src/cards/002/characters/024-snow-white-unexpected-househuest.test.ts +52 -0
- package/src/cards/002/characters/025-snow-white-well-wisher.test.ts +67 -0
- package/src/cards/002/characters/025-snow-white-well-wisher.ts +55 -0
- package/src/cards/002/characters/026-the-queen-commanding-presence.test.ts +57 -0
- package/src/cards/002/characters/026-the-queen-commanding-presence.ts +71 -0
- package/src/cards/002/characters/027-the-queen-regal-monarch.ts +27 -0
- package/src/cards/002/characters/035-arthur-wizard-s-apprentice.test.ts +68 -0
- package/src/cards/002/characters/035-arthur-wizards-apprentice.ts +45 -0
- package/src/cards/002/characters/036-blue-fairy-rewarding-good-deeds.test.ts +65 -0
- package/src/cards/002/characters/036-blue-fairy-rewarding-good-deeds.ts +55 -0
- package/src/cards/002/characters/037-chip-the-teacup-gentle-soul.ts +23 -0
- package/src/cards/002/characters/038-dr-facilier-savvy-opportunist.test.ts +14 -0
- package/src/cards/002/characters/038-dr-facilier-savvy-opportunist.ts +31 -0
- package/src/cards/002/characters/039-elsa-gloves-off.test.ts +25 -0
- package/src/cards/002/characters/039-elsa-gloves-off.ts +30 -0
- package/src/cards/002/characters/040-fairy-godmother-here-to-help.ts +23 -0
- package/src/cards/002/characters/041-fairy-godmother-mystic-armorer.test.ts +92 -0
- package/src/cards/002/characters/041-fairy-godmother-mystic-armorer.ts +55 -0
- package/src/cards/002/characters/042-fairy-godmother-pure-heart.test.ts +58 -0
- package/src/cards/002/characters/042-fairy-godmother-pure-heart.ts +54 -0
- package/src/cards/002/characters/043-heihei-persistent-presence.test.ts +104 -0
- package/src/cards/002/characters/043-heihei-persistent-presence.ts +41 -0
- package/src/cards/002/characters/044-jiminy-cricket-pinocchio-s-conscience.test.ts +45 -0
- package/src/cards/002/characters/044-jiminy-cricket-pinocchios-conscience.ts +48 -0
- package/src/cards/002/characters/045-kuzco-wanted-llama.test.ts +44 -0
- package/src/cards/002/characters/045-kuzco-wanted-llama.ts +43 -0
- package/src/cards/002/characters/046-madam-mim-fox.test.ts +69 -0
- package/src/cards/002/characters/046-madam-mim-fox.ts +53 -0
- package/src/cards/002/characters/047-madam-mim-purple-dragon.test.ts +78 -0
- package/src/cards/002/characters/047-madam-mim-purple-dragon.ts +60 -0
- package/src/cards/002/characters/048-madam-mim-rival-of-merlin.test.ts +53 -0
- package/src/cards/002/characters/048-madam-mim-rival-of-merlin.ts +46 -0
- package/src/cards/002/characters/049-madam-mim-snake.test.ts +79 -0
- package/src/cards/002/characters/049-madam-mim-snake.ts +47 -0
- package/src/cards/002/characters/050-merlin-crab.test.ts +64 -0
- package/src/cards/002/characters/050-merlin-crab.ts +61 -0
- package/src/cards/002/characters/051-merlin-goat.test.ts +45 -0
- package/src/cards/002/characters/051-merlin-goat.ts +46 -0
- package/src/cards/002/characters/052-merlin-rabbit.test.ts +85 -0
- package/src/cards/002/characters/052-merlin-rabbit.ts +42 -0
- package/src/cards/002/characters/053-merlin-shapeshifter.test.ts +95 -0
- package/src/cards/002/characters/053-merlin-shapeshifter.ts +44 -0
- package/src/cards/002/characters/054-merlin-squirrel.test.ts +91 -0
- package/src/cards/002/characters/054-merlin-squirrel.ts +37 -0
- package/src/cards/002/characters/055-peter-pan-s-shadow-not-sewn-on.test.ts +60 -0
- package/src/cards/002/characters/055-peter-pans-shadow-not-sewn-on.ts +41 -0
- package/src/cards/002/characters/056-pinocchio-star-attraction.ts +23 -0
- package/src/cards/002/characters/057-pinocchio-on-the-run.test.ts +83 -0
- package/src/cards/002/characters/057-pinocchio-on-the-run.ts +60 -0
- package/src/cards/002/characters/058-pinocchio-talkative-puppet.test.ts +39 -0
- package/src/cards/002/characters/058-pinocchio-talkative-puppet.ts +51 -0
- package/src/cards/002/characters/059-winnie-the-pooh-hunny-wizard.ts +28 -0
- package/src/cards/002/characters/060-yzma-scary-beyond-all-reason.test.ts +121 -0
- package/src/cards/002/characters/060-yzma-scary-beyond-all-reason.ts +50 -0
- package/src/cards/002/characters/061-yzma-without-beauty-sleep.ts +23 -0
- package/src/cards/002/characters/069-arthur-trained-swordsman.ts +23 -0
- package/src/cards/002/characters/070-beast-relentless.test.ts +211 -0
- package/src/cards/002/characters/070-beast-relentless.ts +47 -0
- package/src/cards/002/characters/071-belle-bookworm.test.ts +39 -0
- package/src/cards/002/characters/071-belle-bookworm.ts +37 -0
- package/src/cards/002/characters/072-belle-hidden-archer.test.ts +93 -0
- package/src/cards/002/characters/072-belle-hidden-archer.ts +36 -0
- package/src/cards/002/characters/073-bucky-squirrel-squeak-tutor.test.ts +65 -0
- package/src/cards/002/characters/073-bucky-squirrel-squeak-tutor.ts +54 -0
- package/src/cards/002/characters/074-cheshire-cat-always-grinning.ts +23 -0
- package/src/cards/002/characters/075-cheshire-cat-from-the-shadows.test.ts +69 -0
- package/src/cards/002/characters/075-cheshire-cat-from-the-shadows.ts +42 -0
- package/src/cards/002/characters/076-daisy-duck-secret-agent.test.ts +41 -0
- package/src/cards/002/characters/076-daisy-duck-secret-agent.ts +38 -0
- package/src/cards/002/characters/077-donald-duck-perfect-gentleman.test.ts +68 -0
- package/src/cards/002/characters/077-donald-duck-perfect-gentleman.ts +63 -0
- package/src/cards/002/characters/078-donald-duck-sleepwalker.test.ts +36 -0
- package/src/cards/002/characters/078-donald-duck-sleepwalker.ts +57 -0
- package/src/cards/002/characters/079-dr-facilier-fortune-teller.test.ts +54 -0
- package/src/cards/002/characters/079-dr-facilier-fortune-teller.ts +49 -0
- package/src/cards/002/characters/080-enchantress-unexpected-judge.test.ts +37 -0
- package/src/cards/002/characters/080-enchantress-unexpected-judge.ts +30 -0
- package/src/cards/002/characters/081-flynn-rider-confident-vagabond.ts +23 -0
- package/src/cards/002/characters/082-flynn-rider-his-own-biggest-fan.test.ts +111 -0
- package/src/cards/002/characters/082-flynn-rider-his-own-biggest-fan.ts +52 -0
- package/src/cards/002/characters/083-gaston-scheming-suitor.test.ts +45 -0
- package/src/cards/002/characters/083-gaston-scheming-suitor.ts +37 -0
- package/src/cards/002/characters/084-little-john-loyal-friend.ts +23 -0
- package/src/cards/002/characters/085-lucifer-cunning-cat.test.ts +73 -0
- package/src/cards/002/characters/085-lucifer-cunning-cat.ts +26 -0
- package/src/cards/002/characters/086-pain-underworld-imp.test.ts +34 -0
- package/src/cards/002/characters/086-pain-underworld-imp.ts +37 -0
- package/src/cards/002/characters/087-panic-underworld-imp.test.ts +58 -0
- package/src/cards/002/characters/087-panic-underworld-imp.ts +50 -0
- package/src/cards/002/characters/088-pete-bad-guy.test.ts +45 -0
- package/src/cards/002/characters/088-pete-bad-guy.ts +63 -0
- package/src/cards/002/characters/089-prince-john-greediest-of-all.test.ts +170 -0
- package/src/cards/002/characters/089-prince-john-greediest-of-all.ts +48 -0
- package/src/cards/002/characters/090-queen-of-hearts-quick-tempered.test.ts +43 -0
- package/src/cards/002/characters/090-queen-of-hearts-quick-tempered.ts +48 -0
- package/src/cards/002/characters/091-ratigan-criminal-mastermind.test.ts +14 -0
- package/src/cards/002/characters/091-ratigan-criminal-mastermind.ts +31 -0
- package/src/cards/002/characters/092-ray-easygoing-firefly.test.ts +14 -0
- package/src/cards/002/characters/092-ray-easygoing-firefly.ts +31 -0
- package/src/cards/002/characters/093-the-queen-disguised-peddler.test.ts +33 -0
- package/src/cards/002/characters/093-the-queen-disguised-peddler.ts +26 -0
- package/src/cards/002/characters/094-tiana-true-princess.ts +23 -0
- package/src/cards/002/characters/095-virana-fang-chief.ts +27 -0
- package/src/cards/002/characters/103-baloo-fun-loving-bear.ts +23 -0
- package/src/cards/002/characters/104-boun-precocious-entrepreneur.ts +23 -0
- package/src/cards/002/characters/105-card-soldiers-full-deck.ts +26 -0
- package/src/cards/002/characters/106-donald-duck-not-again-.test.ts +38 -0
- package/src/cards/002/characters/106-donald-duck-not-again.ts +42 -0
- package/src/cards/002/characters/107-felicia-always-hungry.test.ts +14 -0
- package/src/cards/002/characters/107-felicia-always-hungry.ts +31 -0
- package/src/cards/002/characters/108-fidget-ratigan-s-henchman.test.ts +24 -0
- package/src/cards/002/characters/108-fidget-ratigans-henchman.test.ts +14 -0
- package/src/cards/002/characters/108-fidget-ratigans-henchman.ts +31 -0
- package/src/cards/002/characters/109-honest-john-not-that-honest.test.ts +36 -0
- package/src/cards/002/characters/109-honest-john-not-that-honest.ts +46 -0
- package/src/cards/002/characters/110-lady-tremaine-imperious-queen.test.ts +81 -0
- package/src/cards/002/characters/110-lady-tremaine-imperious-queen.ts +36 -0
- package/src/cards/002/characters/111-lady-tremaine-overbearing-matriarch.test.ts +33 -0
- package/src/cards/002/characters/111-lady-tremaine-overbearing-matriarch.ts +42 -0
- package/src/cards/002/characters/112-lumiere-hotheaded-candelabra.ts +23 -0
- package/src/cards/002/characters/113-minnie-mouse-stylish-surfer.test.ts +14 -0
- package/src/cards/002/characters/113-minnie-mouse-stylish-surfer.ts +30 -0
- package/src/cards/002/characters/114-minnie-mouse-wide-eyed-diver.test.ts +65 -0
- package/src/cards/002/characters/114-minnie-mouse-wide-eyed-diver.ts +54 -0
- package/src/cards/002/characters/115-minnie-mouse-zipping-around.ts +22 -0
- package/src/cards/002/characters/116-mother-gothel-withered-and-wicked.test.ts +27 -0
- package/src/cards/002/characters/116-mother-gothel-withered-and-wicked.ts +36 -0
- package/src/cards/002/characters/117-mulan-soldier-in-training.test.ts +14 -0
- package/src/cards/002/characters/117-mulan-soldier-in-training.ts +31 -0
- package/src/cards/002/characters/118-namaari-nemesis.test.ts +38 -0
- package/src/cards/002/characters/118-namaari-nemesis.ts +26 -0
- package/src/cards/002/characters/119-queen-of-hearts-impulsive-ruler.test.ts +27 -0
- package/src/cards/002/characters/119-queen-of-hearts-impulsive-ruler.ts +30 -0
- package/src/cards/002/characters/119-queen-of-hearts-impulsive-rules.test.ts +28 -0
- package/src/cards/002/characters/120-queen-of-hearts-sensing-weakness.test.ts +90 -0
- package/src/cards/002/characters/120-queen-of-hearts-sensing-weakness.ts +39 -0
- package/src/cards/002/characters/121-ratigan-very-large-mouse.test.ts +89 -0
- package/src/cards/002/characters/121-ratigan-very-large-mouse.ts +43 -0
- package/src/cards/002/characters/122-raya-headstrong.test.ts +55 -0
- package/src/cards/002/characters/122-raya-headstrong.ts +43 -0
- package/src/cards/002/characters/123-raya-leader-of-heart.test.ts +75 -0
- package/src/cards/002/characters/123-raya-leader-of-heart.ts +36 -0
- package/src/cards/002/characters/124-raya-warrior-of-kumandra.ts +23 -0
- package/src/cards/002/characters/125-scar-vicious-cheater.test.ts +104 -0
- package/src/cards/002/characters/125-scar-vicious-cheater.ts +53 -0
- package/src/cards/002/characters/126-shere-khan-menacing-predator.test.ts +57 -0
- package/src/cards/002/characters/126-shere-khan-menacing-predator.ts +39 -0
- package/src/cards/002/characters/127-tigger-one-of-a-kind.test.ts +33 -0
- package/src/cards/002/characters/127-tigger-one-of-a-kind.ts +47 -0
- package/src/cards/002/characters/128-tuk-tuk-wrecking-ball.test.ts +14 -0
- package/src/cards/002/characters/128-tuk-tuk-wrecking-ball.ts +31 -0
- package/src/cards/002/characters/137-alice-growing-girl.test.ts +83 -0
- package/src/cards/002/characters/137-alice-growing-girl.ts +53 -0
- package/src/cards/002/characters/138-basil-great-mouse-detective.test.ts +71 -0
- package/src/cards/002/characters/138-basil-great-mouse-detective.ts +52 -0
- package/src/cards/002/characters/139-basil-of-baker-street.test.ts +14 -0
- package/src/cards/002/characters/139-basil-of-baker-street.ts +31 -0
- package/src/cards/002/characters/140-basil-perceptive-investigator.ts +23 -0
- package/src/cards/002/characters/141-caterpillar-calm-and-collected.ts +23 -0
- package/src/cards/002/characters/142-cogsworth-grandfather-clock.test.ts +206 -0
- package/src/cards/002/characters/142-cogsworth-grandfather-clock.ts +53 -0
- package/src/cards/002/characters/143-cogsworth-talking-clock.test.ts +42 -0
- package/src/cards/002/characters/143-cogsworth-talking-clock.ts +36 -0
- package/src/cards/002/characters/144-cruella-de-vil-fashionable-cruiser.test.ts +29 -0
- package/src/cards/002/characters/144-cruella-de-vil-fashionable-cruiser.ts +38 -0
- package/src/cards/002/characters/145-cruella-de-vil-perfectly-wretched.test.ts +51 -0
- package/src/cards/002/characters/145-cruella-de-vil-perfectly-wretched.ts +47 -0
- package/src/cards/002/characters/146-duke-weaselton-small-time-crook.test.ts +14 -0
- package/src/cards/002/characters/146-duke-weaselton-small-time-crook.ts +31 -0
- package/src/cards/002/characters/147-gaston-intellectual-powerhouse.test.ts +58 -0
- package/src/cards/002/characters/147-gaston-intellectual-powerhouse.ts +54 -0
- package/src/cards/002/characters/148-grand-pabbie-oldest-and-wisest.test.ts +39 -0
- package/src/cards/002/characters/148-grand-pabbie-oldest-and-wisest.ts +42 -0
- package/src/cards/002/characters/149-hiram-flaversham-toymaker.test.ts +95 -0
- package/src/cards/002/characters/149-hiram-flaversham-toymaker.ts +47 -0
- package/src/cards/002/characters/150-james-role-model.test.ts +42 -0
- package/src/cards/002/characters/150-james-role-model.ts +42 -0
- package/src/cards/002/characters/151-jasmine-heir-of-agrabah.test.ts +46 -0
- package/src/cards/002/characters/151-jasmine-heir-of-agrabah.ts +43 -0
- package/src/cards/002/characters/152-judy-hopps-optimistic-officer.test.ts +89 -0
- package/src/cards/002/characters/152-judy-hopps-optimistic-officer.ts +50 -0
- package/src/cards/002/characters/153-mrs-judson-housekeeper.test.ts +36 -0
- package/src/cards/002/characters/153-mrs-judson-housekeeper.ts +52 -0
- package/src/cards/002/characters/154-nick-wilde-wily-fox.test.ts +56 -0
- package/src/cards/002/characters/154-nick-wilde-wily-fox.ts +51 -0
- package/src/cards/002/characters/155-noi-orphaned-thief.test.ts +42 -0
- package/src/cards/002/characters/155-noi-orphaned-thief.ts +37 -0
- package/src/cards/002/characters/156-owl-logical-lecturer.ts +23 -0
- package/src/cards/002/characters/157-prince-charming-heir-to-the-throne.ts +23 -0
- package/src/cards/002/characters/158-rabbit-reluctant-host.ts +23 -0
- package/src/cards/002/characters/159-sisu-divine-water-dragon.test.ts +40 -0
- package/src/cards/002/characters/159-sisu-divine-water-dragon.ts +45 -0
- package/src/cards/002/characters/160-the-nokk-water-spirit.test.ts +14 -0
- package/src/cards/002/characters/160-the-nokk-water-spirit.ts +31 -0
- package/src/cards/002/characters/161-winnie-the-pooh-having-a-think.test.ts +33 -0
- package/src/cards/002/characters/161-winnie-the-pooh-having-a-think.ts +51 -0
- package/src/cards/002/characters/171-beast-forbidding-recluse.test.ts +43 -0
- package/src/cards/002/characters/171-beast-forbidding-recluse.ts +52 -0
- package/src/cards/002/characters/172-beast-selfless-protector.test.ts +24 -0
- package/src/cards/002/characters/172-beast-selfless-protector.ts +26 -0
- package/src/cards/002/characters/173-beast-tragic-hero.test.ts +81 -0
- package/src/cards/002/characters/173-beast-tragic-hero.ts +54 -0
- package/src/cards/002/characters/174-benja-guardian-of-the-dragon-gem.test.ts +35 -0
- package/src/cards/002/characters/174-benja-guardian-of-the-dragon-gem.ts +48 -0
- package/src/cards/002/characters/175-chief-bogo-respected-officer.test.ts +73 -0
- package/src/cards/002/characters/175-chief-bogo-respected-officer.ts +52 -0
- package/src/cards/002/characters/176-cinderella-knight-in-training.test.ts +47 -0
- package/src/cards/002/characters/176-cinderella-knight-in-training.ts +47 -0
- package/src/cards/002/characters/177-cinderella-stouthearted.test.ts +69 -0
- package/src/cards/002/characters/177-cinderella-stouthearted.ts +43 -0
- package/src/cards/002/characters/178-donald-duck-deep-sea-diver.ts +22 -0
- package/src/cards/002/characters/179-eli-la-bouff-big-daddy.ts +23 -0
- package/src/cards/002/characters/180-goofy-knight-for-a-day.ts +22 -0
- package/src/cards/002/characters/181-hercules-divine-hero.test.ts +23 -0
- package/src/cards/002/characters/181-hercules-divine-hero.ts +41 -0
- package/src/cards/002/characters/182-hercules-hero-in-training.ts +23 -0
- package/src/cards/002/characters/183-jafar-dreadnought.test.ts +42 -0
- package/src/cards/002/characters/183-jafar-dreadnought.ts +54 -0
- package/src/cards/002/characters/184-jafar-royal-vizier.test.ts +25 -0
- package/src/cards/002/characters/184-jafar-royal-vizier.ts +38 -0
- package/src/cards/002/characters/185-kronk-junior-chipmunk.test.ts +56 -0
- package/src/cards/002/characters/185-kronk-junior-chipmunk.ts +59 -0
- package/src/cards/002/characters/186-lawrence-jealous-manservant.test.ts +64 -0
- package/src/cards/002/characters/186-lawrence-jealous-manservant.ts +45 -0
- package/src/cards/002/characters/187-li-shang-archery-instructor.test.ts +31 -0
- package/src/cards/002/characters/187-li-shang-archery-instructor.ts +43 -0
- package/src/cards/002/characters/188-magic-broom-industrial-model.test.ts +41 -0
- package/src/cards/002/characters/188-magic-broom-industrial-model.ts +49 -0
- package/src/cards/002/characters/189-namaari-morning-mist.test.ts +53 -0
- package/src/cards/002/characters/189-namaari-morning-mist.ts +43 -0
- package/src/cards/002/characters/190-pacha-village-leader.ts +23 -0
- package/src/cards/002/characters/191-prince-naveen-penniless-royal.ts +26 -0
- package/src/cards/002/characters/192-queen-of-hearts-capricious-monarch.test.ts +74 -0
- package/src/cards/002/characters/192-queen-of-hearts-capricious-monarch.ts +47 -0
- package/src/cards/002/characters/193-robin-hood-capable-fighter.test.ts +36 -0
- package/src/cards/002/characters/193-robin-hood-capable-fighter.ts +44 -0
- package/src/cards/002/characters/194-the-huntsman-reluctant-enforcer.test.ts +45 -0
- package/src/cards/002/characters/194-the-huntsman-reluctant-enforcer.ts +47 -0
- package/src/cards/002/characters/195-the-prince-never-gives-up.test.ts +61 -0
- package/src/cards/002/characters/195-the-prince-never-gives-up.ts +70 -0
- package/src/cards/002/characters/196-tiana-celebrating-princess.test.ts +133 -0
- package/src/cards/002/characters/196-tiana-celebrating-princess.ts +42 -0
- package/src/cards/002/characters/197-tiana-diligent-waitress.ts +27 -0
- package/src/cards/002/characters/characters.ts +317 -0
- package/src/cards/002/characters/index.ts +130 -0
- package/src/cards/002/index.ts +22 -0
- package/src/cards/002/items/033-dragon-gem.test.ts +52 -0
- package/src/cards/002/items/033-dragon-gem.ts +36 -0
- package/src/cards/002/items/034-sleepy-s-flute.test.ts +43 -0
- package/src/cards/002/items/034-sleepys-flute.ts +37 -0
- package/src/cards/002/items/065-binding-contract.test.ts +42 -0
- package/src/cards/002/items/065-binding-contract.ts +20 -0
- package/src/cards/002/items/066-croquet-mallet.test.ts +31 -0
- package/src/cards/002/items/066-croquet-mallet.ts +38 -0
- package/src/cards/002/items/067-perplexing-signposts.test.ts +30 -0
- package/src/cards/002/items/067-perplexing-signposts.ts +36 -0
- package/src/cards/002/items/068-the-sorcerer-s-spellbook.test.ts +28 -0
- package/src/cards/002/items/068-the-sorcerers-spellbook.ts +30 -0
- package/src/cards/002/items/102-ratigan-s-marvelous-trap.test.ts +34 -0
- package/src/cards/002/items/102-ratigans-marvelous-trap.ts +31 -0
- package/src/cards/002/items/134-dinner-bell.test.ts +49 -0
- package/src/cards/002/items/134-dinner-bell.ts +61 -0
- package/src/cards/002/items/135-peter-pan-s-dagger.test.ts +44 -0
- package/src/cards/002/items/135-peter-pans-dagger.ts +31 -0
- package/src/cards/002/items/136-sword-in-the-stone.test.ts +29 -0
- package/src/cards/002/items/136-sword-in-the-stone.ts +39 -0
- package/src/cards/002/items/166-fang-crossbow.test.ts +77 -0
- package/src/cards/002/items/166-fang-crossbow.ts +42 -0
- package/src/cards/002/items/167-gumbo-pot.test.ts +72 -0
- package/src/cards/002/items/167-gumbo-pot.ts +20 -0
- package/src/cards/002/items/168-maurice-s-workshop.test.ts +38 -0
- package/src/cards/002/items/168-maurices-workshop.ts +36 -0
- package/src/cards/002/items/169-pawpsicle.test.ts +52 -0
- package/src/cards/002/items/169-pawpsicle.ts +58 -0
- package/src/cards/002/items/170-sardine-can.test.ts +43 -0
- package/src/cards/002/items/170-sardine-can.ts +31 -0
- package/src/cards/002/items/202-last-cannon.test.ts +30 -0
- package/src/cards/002/items/202-last-cannon.ts +39 -0
- package/src/cards/002/items/203-mouse-armor.test.ts +33 -0
- package/src/cards/002/items/203-mouse-armor.ts +38 -0
- package/src/cards/002/items/204-weight-set.test.ts +64 -0
- package/src/cards/002/items/204-weight-set.ts +94 -0
- package/src/cards/002/items/index.ts +17 -0
- package/src/cards/002/items/items.ts +21 -0
- package/src/cards/003/actions/024-99-puppies.test.ts +44 -0
- package/src/cards/003/actions/024-99-puppies.ts +34 -0
- package/src/cards/003/actions/025-boss-s-orders.test.ts +32 -0
- package/src/cards/003/actions/025-boss-s-orders.ts +32 -0
- package/src/cards/003/actions/025-bosss-orders.ts +37 -0
- package/src/cards/003/actions/026-heal-what-has-been-hurt.test.ts +34 -0
- package/src/cards/003/actions/026-heal-what-has-been-hurt.ts +42 -0
- package/src/cards/003/actions/027-quick-patch.test.ts +24 -0
- package/src/cards/003/actions/027-quick-patch.ts +37 -0
- package/src/cards/003/actions/028-the-bare-necessities.test.ts +28 -0
- package/src/cards/003/actions/028-the-bare-necessities.ts +21 -0
- package/src/cards/003/actions/060-bestow-a-gift.test.ts +24 -0
- package/src/cards/003/actions/060-bestow-a-gift.ts +20 -0
- package/src/cards/003/actions/061-it-calls-me.test.ts +61 -0
- package/src/cards/003/actions/061-it-calls-me.ts +41 -0
- package/src/cards/003/actions/062-last-ditch-effort.test.ts +24 -0
- package/src/cards/003/actions/062-last-ditch-effort.ts +48 -0
- package/src/cards/003/actions/063-the-boss-is-on-a-roll.test.ts +24 -0
- package/src/cards/003/actions/063-the-boss-is-on-a-roll.ts +51 -0
- package/src/cards/003/actions/094-has-set-my-heaaaaaaart-.test.ts +32 -0
- package/src/cards/003/actions/094-has-set-my-heaaaaaaart.ts +35 -0
- package/src/cards/003/actions/094-touched-my-heart.test.ts +35 -0
- package/src/cards/003/actions/094-touched-my-heart.ts +42 -0
- package/src/cards/003/actions/095-i-will-find-my-way.test.ts +31 -0
- package/src/cards/003/actions/095-i-will-find-my-way.ts +39 -0
- package/src/cards/003/actions/096-strike-a-good-match.test.ts +35 -0
- package/src/cards/003/actions/096-strike-a-good-match.ts +42 -0
- package/src/cards/003/actions/128-divebomb.test.ts +24 -0
- package/src/cards/003/actions/128-divebomb.ts +35 -0
- package/src/cards/003/actions/129-i-ve-got-a-dream.test.ts +38 -0
- package/src/cards/003/actions/129-i-ve-got-a-dream.ts +51 -0
- package/src/cards/003/actions/129-ive-got-a-dream.ts +32 -0
- package/src/cards/003/actions/130-on-your-feet-now-.test.ts +24 -0
- package/src/cards/003/actions/130-on-your-feet-now.ts +50 -0
- package/src/cards/003/actions/131-voyage.test.ts +77 -0
- package/src/cards/003/actions/131-voyage.ts +20 -0
- package/src/cards/003/actions/159-distract.test.ts +40 -0
- package/src/cards/003/actions/159-distract.ts +47 -0
- package/src/cards/003/actions/160-friend-like-me.test.ts +61 -0
- package/src/cards/003/actions/160-friend-like-me.ts +33 -0
- package/src/cards/003/actions/161-how-far-i-ll-go.test.ts +49 -0
- package/src/cards/003/actions/161-how-far-i-ll-go.ts +46 -0
- package/src/cards/003/actions/161-how-far-ill-go.ts +50 -0
- package/src/cards/003/actions/162-repair.test.ts +24 -0
- package/src/cards/003/actions/162-repair.ts +37 -0
- package/src/cards/003/actions/195-and-then-along-came-zeus.test.ts +57 -0
- package/src/cards/003/actions/195-and-then-along-came-zeus.ts +37 -0
- package/src/cards/003/actions/196-ba-boom-.test.ts +45 -0
- package/src/cards/003/actions/196-ba-boom.ts +36 -0
- package/src/cards/003/actions/197-olympus-would-be-that-way.test.ts +30 -0
- package/src/cards/003/actions/197-olympus-would-be-that-way.ts +32 -0
- package/src/cards/003/actions/198-rise-of-the-titans.test.ts +45 -0
- package/src/cards/003/actions/198-rise-of-the-titans.ts +35 -0
- package/src/cards/003/actions/actions.ts +26 -0
- package/src/cards/003/actions/index.ts +22 -0
- package/src/cards/003/characters/001-baloo-von-bruinwald-xiii.test.ts +20 -0
- package/src/cards/003/characters/001-baloo-von-bruinwald-xiii.ts +47 -0
- package/src/cards/003/characters/002-bernard-brand-new-agent.test.ts +27 -0
- package/src/cards/003/characters/002-bernard-brand-new-agent.ts +45 -0
- package/src/cards/003/characters/003-chernabog-evildoer.test.ts +94 -0
- package/src/cards/003/characters/003-chernabog-evildoer.ts +57 -0
- package/src/cards/003/characters/004-dalmatian-puppy-tail-wagger.test.ts +27 -0
- package/src/cards/003/characters/004-dalmatian-puppy-tail-wagger.ts +34 -0
- package/src/cards/003/characters/005-joshua-sweet-the-doctor.test.ts +38 -0
- package/src/cards/003/characters/005-joshua-sweet-the-doctor.ts +62 -0
- package/src/cards/003/characters/006-kida-atlantean.ts +23 -0
- package/src/cards/003/characters/007-kida-protector-of-atlantis.test.ts +57 -0
- package/src/cards/003/characters/007-kida-protector-of-atlantis.ts +52 -0
- package/src/cards/003/characters/008-lucky-the-15th-puppy.test.ts +24 -0
- package/src/cards/003/characters/008-lucky-the-15th-puppy.ts +71 -0
- package/src/cards/003/characters/009-minnie-mouse-musical-artist.test.ts +53 -0
- package/src/cards/003/characters/009-minnie-mouse-musical-artist.ts +62 -0
- package/src/cards/003/characters/010-miss-bianca-international-rescue-aid-society-agent.test.ts +40 -0
- package/src/cards/003/characters/010-miss-bianca-rescue-aid-society-agent.test.ts +16 -0
- package/src/cards/003/characters/010-miss-bianca-rescue-aid-society-agent.ts +32 -0
- package/src/cards/003/characters/011-mr-snoops-inept-businessman.ts +23 -0
- package/src/cards/003/characters/012-nani-protective-sister.test.ts +23 -0
- package/src/cards/003/characters/013-orville-ace-pilot.ts +23 -0
- package/src/cards/003/characters/014-patch-intimidating-pup.test.ts +27 -0
- package/src/cards/003/characters/014-patch-intimidating-pup.ts +44 -0
- package/src/cards/003/characters/015-perdita-devoted-mother.test.ts +29 -0
- package/src/cards/003/characters/015-perdita-devoted-mother.ts +40 -0
- package/src/cards/003/characters/016-piglet-pooh-pirate-captain.test.ts +40 -0
- package/src/cards/003/characters/016-piglet-pooh-pirate-captain.ts +37 -0
- package/src/cards/003/characters/017-pluto-determined-defender.test.ts +23 -0
- package/src/cards/003/characters/018-pluto-friendly-pooch.test.ts +31 -0
- package/src/cards/003/characters/019-pongo-determined-father.test.ts +36 -0
- package/src/cards/003/characters/020-queen-of-hearts-wonderland-empress.test.ts +42 -0
- package/src/cards/003/characters/021-rolly-hungry-pup.test.ts +14 -0
- package/src/cards/003/characters/021-rolly-hungry-pup.ts +31 -0
- package/src/cards/003/characters/022-tinker-bell-generous-fairy.test.ts +60 -0
- package/src/cards/003/characters/023-wendy-darling-talented-sailor.ts +23 -0
- package/src/cards/003/characters/035-alice-tea-alchemist.test.ts +37 -0
- package/src/cards/003/characters/035-alice-tea-alchemist.ts +26 -0
- package/src/cards/003/characters/036-chernabog-s-followers-creatures-of-evil.test.ts +52 -0
- package/src/cards/003/characters/036-chernabogs-followers-creatures-of-evil.ts +51 -0
- package/src/cards/003/characters/037-diablo-faithful-pet.ts +48 -0
- package/src/cards/003/characters/037-diablo-loyal-familiar.test.ts +27 -0
- package/src/cards/003/characters/038-genie-supportive-friend.test.ts +35 -0
- package/src/cards/003/characters/039-hydros-ice-titan.test.ts +24 -0
- package/src/cards/003/characters/039-hydros-ice-titan.ts +26 -0
- package/src/cards/003/characters/040-iago-pretty-polly.test.ts +14 -0
- package/src/cards/003/characters/040-iago-pretty-polly.ts +31 -0
- package/src/cards/003/characters/041-jafar-lamp-thief.test.ts +23 -0
- package/src/cards/003/characters/042-jafar-striking-illusionist.test.ts +91 -0
- package/src/cards/003/characters/042-jafar-striking-illusionist.ts +50 -0
- package/src/cards/003/characters/043-lena-sabrewing-rebellious-teenager.test.ts +16 -0
- package/src/cards/003/characters/043-lena-sabrewing-rebellious-teenager.ts +31 -0
- package/src/cards/003/characters/044-magic-broom-dancing-duster.test.ts +26 -0
- package/src/cards/003/characters/044-magic-broom-dancing-duster.ts +50 -0
- package/src/cards/003/characters/045-magic-broom-fast-cleaner.test.ts +34 -0
- package/src/cards/003/characters/045-magic-broom-swift-cleaner.ts +52 -0
- package/src/cards/003/characters/046-magic-broom-the-big-sweeper.test.ts +37 -0
- package/src/cards/003/characters/046-magic-broom-the-big-sweeper.ts +37 -0
- package/src/cards/003/characters/047-magic-carpet-flying-rug.test.ts +52 -0
- package/src/cards/003/characters/047-magic-carpet-flying-rug.ts +33 -0
- package/src/cards/003/characters/048-magica-de-spell-ambitious-witch.ts +23 -0
- package/src/cards/003/characters/049-magica-de-spell-the-midas-touch.test.ts +28 -0
- package/src/cards/003/characters/049-magica-de-spell-the-midas-touch.ts +36 -0
- package/src/cards/003/characters/050-magica-de-spell-thieving-sorceress.test.ts +27 -0
- package/src/cards/003/characters/050-magica-de-spell-thieving-sorceress.ts +26 -0
- package/src/cards/003/characters/051-maleficent-mistress-of-all-evil.test.ts +24 -0
- package/src/cards/003/characters/051-maleficent-mistress-of-all-evil.ts +45 -0
- package/src/cards/003/characters/051-maleficent-mistress-of-evil.test.ts +27 -0
- package/src/cards/003/characters/052-mama-odie-voice-of-wisdom.test.ts +27 -0
- package/src/cards/003/characters/052-mama-odie-voice-of-wisdom.ts +44 -0
- package/src/cards/003/characters/053-pua-potbellied-buddy.test.ts +27 -0
- package/src/cards/003/characters/053-pua-potbellied-buddy.ts +46 -0
- package/src/cards/003/characters/054-rafiki-mystical-fighter.test.ts +67 -0
- package/src/cards/003/characters/055-stratos-tornado-titan.test.ts +20 -0
- package/src/cards/003/characters/055-stratos-tornado-titan.ts +33 -0
- package/src/cards/003/characters/056-the-firebird-force-of-destruction.ts +23 -0
- package/src/cards/003/characters/057-the-queen-hateful-rival.ts +23 -0
- package/src/cards/003/characters/058-treasure-guardian-protector-of-the-cave.test.ts +24 -0
- package/src/cards/003/characters/058-treasure-guardian-protector-of-the-cave.ts +37 -0
- package/src/cards/003/characters/059-ursula-sea-witch.test.ts +24 -0
- package/src/cards/003/characters/069-cubby-mighty-lost-boy.test.ts +27 -0
- package/src/cards/003/characters/069-cubby-mighty-lost-boy.ts +40 -0
- package/src/cards/003/characters/070-cursed-merfolk-ursula-s-handiwork.test.ts +143 -0
- package/src/cards/003/characters/071-don-karnage-pirate-prince.test.ts +23 -0
- package/src/cards/003/characters/071-don-karnage-prince-of-pirates.test.ts +14 -0
- package/src/cards/003/characters/071-don-karnage-prince-of-pirates.ts +31 -0
- package/src/cards/003/characters/072-flotsam-riffraff.test.ts +24 -0
- package/src/cards/003/characters/072-flotsam-riffraff.ts +37 -0
- package/src/cards/003/characters/073-friar-tuck-priest-of-nottingham.test.ts +119 -0
- package/src/cards/003/characters/073-friar-tuck-priest-of-nottingham.ts +43 -0
- package/src/cards/003/characters/074-helga-sinclair-femme-fatale.test.ts +23 -0
- package/src/cards/003/characters/074-helga-sinclair-femme-fatale.ts +61 -0
- package/src/cards/003/characters/075-helga-sinclair-vengeful-partner.test.ts +27 -0
- package/src/cards/003/characters/075-helga-sinclair-vengeful-partner.ts +47 -0
- package/src/cards/003/characters/076-jetsam-riffraff.test.ts +20 -0
- package/src/cards/003/characters/076-jetsam-riffraff.ts +42 -0
- package/src/cards/003/characters/077-kit-cloudkicker-tough-guy.test.ts +55 -0
- package/src/cards/003/characters/077-kit-cloudkicker-tough-guy.ts +51 -0
- package/src/cards/003/characters/078-lyle-tiberius-rourke-cunning-mercenary.test.ts +163 -0
- package/src/cards/003/characters/078-lyle-tiberius-rourke-cunning-mercenary.ts +52 -0
- package/src/cards/003/characters/079-milo-thatch-clever-cartographer.ts +23 -0
- package/src/cards/003/characters/080-milo-thatch-king-of-atlantis.test.ts +23 -0
- package/src/cards/003/characters/080-milo-thatch-king-of-atlantis.ts +36 -0
- package/src/cards/003/characters/081-morph-space-goo.test.ts +30 -0
- package/src/cards/003/characters/081-morph-space-goo.ts +39 -0
- package/src/cards/003/characters/082-peter-pan-lost-boy-leader.test.ts +46 -0
- package/src/cards/003/characters/082-peter-pan-lost-boy-leader.ts +26 -0
- package/src/cards/003/characters/083-prince-john-false-king.test.ts +51 -0
- package/src/cards/003/characters/083-prince-john-phony-king.ts +42 -0
- package/src/cards/003/characters/085-shenzi-hyena-pack-leader.test.ts +66 -0
- package/src/cards/003/characters/086-sir-hiss-aggravating-asp.test.ts +14 -0
- package/src/cards/003/characters/086-sir-hiss-aggravating-asp.ts +31 -0
- package/src/cards/003/characters/087-skippy-energetic-rabbit.test.ts +14 -0
- package/src/cards/003/characters/087-skippy-energetic-rabbit.ts +31 -0
- package/src/cards/003/characters/088-starkey-devious-pirate.ts +23 -0
- package/src/cards/003/characters/089-stitch-covert-agent.test.ts +20 -0
- package/src/cards/003/characters/089-stitch-covert-agent.ts +42 -0
- package/src/cards/003/characters/090-ursula-deceiver.test.ts +58 -0
- package/src/cards/003/characters/091-ursula-deceiver-of-all.test.ts +42 -0
- package/src/cards/003/characters/091-ursula-deceiver-of-all.ts +41 -0
- package/src/cards/003/characters/092-wildcat-mechanic.test.ts +26 -0
- package/src/cards/003/characters/093-zazu-pride-land-s-manager.test.ts +26 -0
- package/src/cards/003/characters/093-zazu-steward-of-the-pride-lands.ts +37 -0
- package/src/cards/003/characters/103-ariel-adventurous-collector.test.ts +32 -0
- package/src/cards/003/characters/104-billy-bones-keeper-of-the-map.ts +23 -0
- package/src/cards/003/characters/105-captain-hook-master-swordsman.test.ts +62 -0
- package/src/cards/003/characters/105-captain-hook-master-swordsman.ts +68 -0
- package/src/cards/003/characters/106-della-duck-unstoppable-mom.test.ts +14 -0
- package/src/cards/003/characters/106-della-duck-unstoppable-mom.ts +31 -0
- package/src/cards/003/characters/107-heihei-accidental-explorer.test.ts +27 -0
- package/src/cards/003/characters/107-heihei-accidental-explorer.ts +38 -0
- package/src/cards/003/characters/108-hydra-deadly-serpent.test.ts +102 -0
- package/src/cards/003/characters/108-hydra-deadly-serpent.ts +26 -0
- package/src/cards/003/characters/109-jim-hawkins-space-traveler.test.ts +47 -0
- package/src/cards/003/characters/109-jim-hawkins-space-traveler.ts +51 -0
- package/src/cards/003/characters/110-jim-hawkins-thrill-seeker.ts +23 -0
- package/src/cards/003/characters/111-kakamora-menacing-sailor.test.ts +26 -0
- package/src/cards/003/characters/111-kakamora-menacing-sailor.ts +42 -0
- package/src/cards/003/characters/112-madame-medusa-the-boss.test.ts +41 -0
- package/src/cards/003/characters/112-madame-medusa-the-boss.ts +47 -0
- package/src/cards/003/characters/113-maui-soaring-demigod.ts +46 -0
- package/src/cards/003/characters/113-maui-winged-demigod.test.ts +54 -0
- package/src/cards/003/characters/114-maui-whale.test.ts +41 -0
- package/src/cards/003/characters/115-milo-thatch-spirited-scholar.test.ts +28 -0
- package/src/cards/003/characters/115-milo-thatch-spirited-scholar.ts +37 -0
- package/src/cards/003/characters/116-moana-born-leader.test.ts +73 -0
- package/src/cards/003/characters/116-moana-born-leader.ts +67 -0
- package/src/cards/003/characters/117-moana-undeterred-voyager.test.ts +23 -0
- package/src/cards/003/characters/118-nutsy-vulture-henchman.ts +23 -0
- package/src/cards/003/characters/119-peter-pan-never-land-hero.test.ts +23 -0
- package/src/cards/003/characters/119-peter-pan-never-land-hero.ts +43 -0
- package/src/cards/003/characters/120-peter-pan-pirate-s-bane.test.ts +23 -0
- package/src/cards/003/characters/120-peter-pan-pirates-bane.ts +42 -0
- package/src/cards/003/characters/121-prince-eric-expert-helmsman.test.ts +27 -0
- package/src/cards/003/characters/121-prince-eric-expert-helmsman.ts +51 -0
- package/src/cards/003/characters/122-scroop-backstabber.test.ts +27 -0
- package/src/cards/003/characters/122-scroop-backstabber.ts +37 -0
- package/src/cards/003/characters/124-slightly-lost-boy.test.ts +24 -0
- package/src/cards/003/characters/124-slightly-lost-boy.ts +48 -0
- package/src/cards/003/characters/125-stitch-little-rocket.test.ts +14 -0
- package/src/cards/003/characters/125-stitch-little-rocket.ts +31 -0
- package/src/cards/003/characters/126-trigger-imprecise-shooter.test.ts +27 -0
- package/src/cards/003/characters/126-trigger-not-so-sharp-shooter.ts +37 -0
- package/src/cards/003/characters/127-webby-vanderquack-enthusiastic-duck.ts +23 -0
- package/src/cards/003/characters/137-audrey-ramirez-the-engineer.test.ts +27 -0
- package/src/cards/003/characters/137-audrey-ramirez-the-engineer.ts +53 -0
- package/src/cards/003/characters/138-captain-amelia-first-in-command.test.ts +24 -0
- package/src/cards/003/characters/138-captain-amelia-first-in-command.ts +36 -0
- package/src/cards/003/characters/139-dewey-showy-nephew.test.ts +20 -0
- package/src/cards/003/characters/140-flintheart-glomgold-lone-cheater.test.ts +27 -0
- package/src/cards/003/characters/140-flintheart-glomgold-lone-cheater.ts +36 -0
- package/src/cards/003/characters/141-genie-cramped-in-the-lamp.ts +23 -0
- package/src/cards/003/characters/142-gramma-tala-keeper-of-ancient-stories.test.ts +32 -0
- package/src/cards/003/characters/142-gramma-tala-keeper-of-ancient-stories.ts +45 -0
- package/src/cards/003/characters/143-gramma-tala-spirit-of-the-ocean.test.ts +120 -0
- package/src/cards/003/characters/143-gramma-tala-spirit-of-the-ocean.ts +46 -0
- package/src/cards/003/characters/144-gyro-gearloose-gadget-genius.test.ts +27 -0
- package/src/cards/003/characters/144-gyro-gearloose-gadget-whiz.ts +26 -0
- package/src/cards/003/characters/145-huey-savvy-nephew.test.ts +20 -0
- package/src/cards/003/characters/146-king-louie-bandleader.ts +23 -0
- package/src/cards/003/characters/147-kit-cloudkicker-navigator.test.ts +23 -0
- package/src/cards/003/characters/147-kit-cloudkicker-navigator.ts +40 -0
- package/src/cards/003/characters/148-kit-cloudkicker-spunky-bear-cub.test.ts +14 -0
- package/src/cards/003/characters/148-kit-cloudkicker-spunky-bear-cub.ts +31 -0
- package/src/cards/003/characters/149-louie-chill-nephew.test.ts +20 -0
- package/src/cards/003/characters/150-lady-marian-adorable-dreamer.test.ts +11 -0
- package/src/cards/003/characters/151-mama-odie-mystical-maven.test.ts +30 -0
- package/src/cards/003/characters/152-pluto-mickeys-clever-friend.ts +22 -0
- package/src/cards/003/characters/153-rufus-orphanage-cat.test.ts +27 -0
- package/src/cards/003/characters/153-rufus-orphanage-cat.ts +48 -0
- package/src/cards/003/characters/154-scrooge-mcduck-richest-duck-in-the-world.test.ts +39 -0
- package/src/cards/003/characters/154-scrooge-mcduck-richest-duck-in-the-world.ts +57 -0
- package/src/cards/003/characters/155-scrooge-mcduck-uncle-moneybags.test.ts +24 -0
- package/src/cards/003/characters/155-scrooge-mcduck-uncle-moneybags.ts +41 -0
- package/src/cards/003/characters/156-the-queen-mirror-seeker.test.ts +59 -0
- package/src/cards/003/characters/157-tinker-bell-very-clever-fairy.test.ts +46 -0
- package/src/cards/003/characters/157-tinker-bell-very-clever-fairy.ts +44 -0
- package/src/cards/003/characters/158-wendy-darling-authority-on-peter-pan.test.ts +27 -0
- package/src/cards/003/characters/158-wendy-darling-authority-on-peter-pan.ts +37 -0
- package/src/cards/003/characters/171-chief-tui-proud-of-motunui.ts +23 -0
- package/src/cards/003/characters/172-eeyore-overstuffed-donkey.test.ts +25 -0
- package/src/cards/003/characters/172-eeyore-overstuffed-donkey.ts +29 -0
- package/src/cards/003/characters/173-gustav-the-giant-terror-of-the-kingdom.test.ts +94 -0
- package/src/cards/003/characters/173-gustav-the-giant-terror-of-the-kingdom.ts +71 -0
- package/src/cards/003/characters/174-hades-hotheaded-ruler.ts +26 -0
- package/src/cards/003/characters/174-hades-wrathful-ruler.test.ts +27 -0
- package/src/cards/003/characters/175-helga-sinclair-right-hand-woman.test.ts +14 -0
- package/src/cards/003/characters/175-helga-sinclair-right-hand-woman.ts +32 -0
- package/src/cards/003/characters/176-john-silver-greedy-treasure-seeker.test.ts +46 -0
- package/src/cards/003/characters/177-kida-royal-warrior.test.ts +35 -0
- package/src/cards/003/characters/177-kida-royal-warrior.ts +31 -0
- package/src/cards/003/characters/178-little-john-resourceful-outlaw.test.ts +23 -0
- package/src/cards/003/characters/178-little-john-resourceful-outlaw.ts +57 -0
- package/src/cards/003/characters/179-little-john-robin-s-companion.test.ts +23 -0
- package/src/cards/003/characters/179-little-john-robins-pal.ts +42 -0
- package/src/cards/003/characters/180-lythos-rock-titan.test.ts +20 -0
- package/src/cards/003/characters/180-lythos-rock-titan.ts +52 -0
- package/src/cards/003/characters/181-mickey-mouse-stalwart-explorer.test.ts +24 -0
- package/src/cards/003/characters/181-mickey-mouse-stalwart-explorer.ts +36 -0
- package/src/cards/003/characters/182-mickey-mouse-trumpeter.test.ts +27 -0
- package/src/cards/003/characters/183-minnie-mouse-funky-spelunker.test.ts +34 -0
- package/src/cards/003/characters/183-minnie-mouse-funky-spelunker.ts +36 -0
- package/src/cards/003/characters/184-mr-smee-bumbling-mate.test.ts +148 -0
- package/src/cards/003/characters/184-mr-smee-bumbling-mate.ts +50 -0
- package/src/cards/003/characters/185-mufasa-champion-of-the-pride-lands.ts +23 -0
- package/src/cards/003/characters/186-nala-fierce-friend.ts +23 -0
- package/src/cards/003/characters/187-pyros-lava-titan.test.ts +24 -0
- package/src/cards/003/characters/187-pyros-lava-titan.ts +51 -0
- package/src/cards/003/characters/188-razoul-palace-guard.test.ts +24 -0
- package/src/cards/003/characters/188-razoul-palace-guard.ts +37 -0
- package/src/cards/003/characters/189-robin-hood-beloved-outlaw.ts +23 -0
- package/src/cards/003/characters/190-robin-hood-champion-of-sherwood.test.ts +151 -0
- package/src/cards/003/characters/191-sheriff-of-nottingham-corrupt-official.test.ts +45 -0
- package/src/cards/003/characters/191-sheriff-of-nottingham-corrupt-official.ts +48 -0
- package/src/cards/003/characters/192-simba-fighting-prince.test.ts +41 -0
- package/src/cards/003/characters/192-simba-fighting-prince.ts +58 -0
- package/src/cards/003/characters/193-simba-rightful-king.test.ts +27 -0
- package/src/cards/003/characters/193-simba-rightful-king.ts +42 -0
- package/src/cards/003/characters/194-thaddeus-e-klang-metal-head.test.ts +27 -0
- package/src/cards/003/characters/194-thaddeus-e-klang-metallic-leader.ts +52 -0
- package/src/cards/003/characters/characters.ts +4564 -0
- package/src/cards/003/characters/index.ts +113 -0
- package/src/cards/003/index.ts +35 -0
- package/src/cards/003/items/029-cleansing-rainwater.test.ts +100 -0
- package/src/cards/003/items/029-cleansing-rainwater.ts +38 -0
- package/src/cards/003/items/030-heart-of-atlantis.test.ts +24 -0
- package/src/cards/003/items/030-heart-of-atlantis.ts +30 -0
- package/src/cards/003/items/031-wildcat-s-wrench.test.ts +33 -0
- package/src/cards/003/items/031-wildcat-s-wrench.ts +46 -0
- package/src/cards/003/items/031-wildcats-wrench.ts +38 -0
- package/src/cards/003/items/064-the-lamp.test.ts +155 -0
- package/src/cards/003/items/064-the-lamp.ts +43 -0
- package/src/cards/003/items/065-the-sorcerer-s-hat.test.ts +69 -0
- package/src/cards/003/items/065-the-sorcerer-s-hat.ts +49 -0
- package/src/cards/003/items/065-the-sorcerers-hat.ts +30 -0
- package/src/cards/003/items/097-airfoil.test.ts +71 -0
- package/src/cards/003/items/097-airfoil.ts +39 -0
- package/src/cards/003/items/098-robin-s-bow.test.ts +47 -0
- package/src/cards/003/items/098-robin-s-bow.ts +67 -0
- package/src/cards/003/items/098-robins-bow.ts +58 -0
- package/src/cards/003/items/099-starlight-vial.test.ts +24 -0
- package/src/cards/003/items/099-starlight-vial.ts +52 -0
- package/src/cards/003/items/132-maui-s-fish-hook.test.ts +67 -0
- package/src/cards/003/items/132-maui-s-fish-hook.ts +67 -0
- package/src/cards/003/items/132-mauis-fish-hook.ts +55 -0
- package/src/cards/003/items/133-sumerian-talisman.test.ts +24 -0
- package/src/cards/003/items/133-sumerian-talisman.ts +39 -0
- package/src/cards/003/items/163-aurelian-gyrosensor.test.ts +27 -0
- package/src/cards/003/items/163-aurelian-gyrosensor.ts +35 -0
- package/src/cards/003/items/164-heart-of-te-fiti.test.ts +24 -0
- package/src/cards/003/items/164-heart-of-te-fiti.ts +34 -0
- package/src/cards/003/items/165-lucky-dime.test.ts +28 -0
- package/src/cards/003/items/165-lucky-dime.ts +20 -0
- package/src/cards/003/items/166-scrooge-s-top-hat.test.ts +24 -0
- package/src/cards/003/items/166-scrooge-s-top-hat.ts +59 -0
- package/src/cards/003/items/166-scrooges-top-hat.ts +34 -0
- package/src/cards/003/items/167-vault-door.test.ts +76 -0
- package/src/cards/003/items/167-vault-door.ts +31 -0
- package/src/cards/003/items/199-captain-hook-s-rapier.test.ts +43 -0
- package/src/cards/003/items/199-captain-hook-s-rapier.ts +41 -0
- package/src/cards/003/items/199-captain-hooks-rapier.ts +51 -0
- package/src/cards/003/items/200-gizmosuit.test.ts +24 -0
- package/src/cards/003/items/200-gizmosuit.ts +38 -0
- package/src/cards/003/items/201-map-of-treasure-planet.test.ts +53 -0
- package/src/cards/003/items/201-map-of-treasure-planet.ts +40 -0
- package/src/cards/003/items/index.ts +16 -0
- package/src/cards/003/items/items.ts +22 -0
- package/src/cards/003/locations/032-never-land-mermaid-lagoon.test.ts +11 -0
- package/src/cards/003/locations/032-never-land-mermaid-lagoon.ts +21 -0
- package/src/cards/003/locations/033-pride-lands-pride-rock.test.ts +54 -0
- package/src/cards/003/locations/033-pride-lands-pride-rock.ts +52 -0
- package/src/cards/003/locations/034-tiana-s-palace-jazz-restaurant.test.ts +52 -0
- package/src/cards/003/locations/034-tianas-palace-jazz-restaurant.ts +34 -0
- package/src/cards/003/locations/066-forbidden-mountain-maleficent-s-castle.test.ts +11 -0
- package/src/cards/003/locations/066-forbidden-mountain-maleficents-castle.ts +21 -0
- package/src/cards/003/locations/067-the-queen-s-castle-mirror-chamber.test.ts +47 -0
- package/src/cards/003/locations/067-the-queens-castle-mirror-chamber.ts +40 -0
- package/src/cards/003/locations/068-the-sorcerer-s-tower-wondrous-workspace.test.ts +60 -0
- package/src/cards/003/locations/068-the-sorcerers-tower-wondrous-workspace.ts +37 -0
- package/src/cards/003/locations/100-de-vil-manor-cruellas-estate.ts +21 -0
- package/src/cards/003/locations/101-fang-river-city.test.ts +46 -0
- package/src/cards/003/locations/101-fang-river-city.ts +35 -0
- package/src/cards/003/locations/102-kuzco-s-palace-home-of-the-emperor.test.ts +27 -0
- package/src/cards/003/locations/102-kuzcos-palace-home-of-the-emperor.ts +41 -0
- package/src/cards/003/locations/134-agrabah-marketplace.test.ts +11 -0
- package/src/cards/003/locations/134-agrabah-marketplace.ts +27 -0
- package/src/cards/003/locations/135-jolly-roger-hook-s-ship.test.ts +69 -0
- package/src/cards/003/locations/135-jolly-roger-hooks-ship.ts +35 -0
- package/src/cards/003/locations/136-rls-legacy-solar-galleon.test.ts +51 -0
- package/src/cards/003/locations/136-rls-legacy-solar-galleon.ts +36 -0
- package/src/cards/003/locations/168-belle-s-house-maurice-s-workshop.test.ts +28 -0
- package/src/cards/003/locations/168-belles-house-maurices-workshop.ts +40 -0
- package/src/cards/003/locations/169-mcduck-manor-scrooge-s-mansion.test.ts +11 -0
- package/src/cards/003/locations/169-mcduck-manor-scrooges-mansion.ts +21 -0
- package/src/cards/003/locations/170-motunui-island-paradise.test.ts +27 -0
- package/src/cards/003/locations/170-motunui-island-paradise.ts +42 -0
- package/src/cards/003/locations/202-maui-s-place-of-exile-hidden-island.test.ts +27 -0
- package/src/cards/003/locations/202-mauis-place-of-exile-hidden-island.ts +39 -0
- package/src/cards/003/locations/203-nottingham-prince-john-s-castle.test.ts +11 -0
- package/src/cards/003/locations/203-nottingham-prince-johns-castle.ts +21 -0
- package/src/cards/003/locations/204-the-bayou-mysterious-swamp.test.ts +27 -0
- package/src/cards/003/locations/204-the-bayou-mysterious-swamp.ts +41 -0
- package/src/cards/003/locations/index.ts +15 -0
- package/src/cards/003/locations/locations.ts +20 -0
- package/src/cards/004/actions/026-bruno-s-return.test.ts +55 -0
- package/src/cards/004/actions/026-brunos-return.ts +50 -0
- package/src/cards/004/actions/027-first-aid.test.ts +24 -0
- package/src/cards/004/actions/027-first-aid.ts +36 -0
- package/src/cards/004/actions/028-look-at-this-family.test.ts +24 -0
- package/src/cards/004/actions/028-look-at-this-family.ts +52 -0
- package/src/cards/004/actions/029-lost-in-the-woods.test.ts +35 -0
- package/src/cards/004/actions/029-lost-in-the-woods.ts +40 -0
- package/src/cards/004/actions/030-sign-the-scroll.test.ts +24 -0
- package/src/cards/004/actions/030-sign-the-scroll.ts +40 -0
- package/src/cards/004/actions/060-poor-unfortunate-souls.test.ts +46 -0
- package/src/cards/004/actions/060-poor-unfortunate-souls.ts +44 -0
- package/src/cards/004/actions/061-second-star-to-the-right.test.ts +84 -0
- package/src/cards/004/actions/061-second-star-to-the-right.ts +33 -0
- package/src/cards/004/actions/062-swing-into-action.test.ts +24 -0
- package/src/cards/004/actions/062-swing-into-action.ts +37 -0
- package/src/cards/004/actions/063-ursula-s-plan.test.ts +24 -0
- package/src/cards/004/actions/063-ursulas-plan.ts +31 -0
- package/src/cards/004/actions/093-dodge-.test.ts +24 -0
- package/src/cards/004/actions/093-dodge.test.ts +31 -0
- package/src/cards/004/actions/093-dodge.ts +35 -0
- package/src/cards/004/actions/094-make-the-potion.test.ts +24 -0
- package/src/cards/004/actions/094-make-the-potion.ts +54 -0
- package/src/cards/004/actions/095-under-the-sea.test.ts +101 -0
- package/src/cards/004/actions/095-under-the-sea.ts +50 -0
- package/src/cards/004/actions/096-ursula-s-trickery.test.ts +24 -0
- package/src/cards/004/actions/096-ursulas-trickery.ts +41 -0
- package/src/cards/004/actions/097-we-don-t-talk-about-bruno.test.ts +133 -0
- package/src/cards/004/actions/097-we-dont-talk-about-bruno.ts +43 -0
- package/src/cards/004/actions/128-a-pirate-s-life.test.ts +31 -0
- package/src/cards/004/actions/128-a-pirates-life.ts +45 -0
- package/src/cards/004/actions/129-be-king-undisputed.test.ts +61 -0
- package/src/cards/004/actions/129-be-king-undisputed.ts +47 -0
- package/src/cards/004/actions/130-brawl.test.ts +29 -0
- package/src/cards/004/actions/130-brawl.ts +35 -0
- package/src/cards/004/actions/162-dig-a-little-deeper.test.ts +24 -0
- package/src/cards/004/actions/162-dig-a-little-deeper.ts +50 -0
- package/src/cards/004/actions/163-glaner.test.ts +24 -0
- package/src/cards/004/actions/163-glean.test.ts +48 -0
- package/src/cards/004/actions/163-glean.ts +35 -0
- package/src/cards/004/actions/164-seldom-all-they-seem.test.ts +27 -0
- package/src/cards/004/actions/164-seldom-all-they-seem.ts +39 -0
- package/src/cards/004/actions/165-treasures-untold.test.ts +35 -0
- package/src/cards/004/actions/165-treasures-untold.ts +21 -0
- package/src/cards/004/actions/195-avalanche.test.ts +43 -0
- package/src/cards/004/actions/195-avalanche.ts +39 -0
- package/src/cards/004/actions/196-i-find-em-i-flatten-em.test.ts +27 -0
- package/src/cards/004/actions/196-i-find-em-i-flatten-em.ts +42 -0
- package/src/cards/004/actions/197-one-last-hope.test.ts +51 -0
- package/src/cards/004/actions/197-one-last-hope.ts +70 -0
- package/src/cards/004/actions/198-the-mob-song.test.ts +50 -0
- package/src/cards/004/actions/198-the-mob-song.ts +46 -0
- package/src/cards/004/actions/199-triton-s-decree.test.ts +24 -0
- package/src/cards/004/actions/199-tritons-decree.ts +20 -0
- package/src/cards/004/actions/actions.ts +28 -0
- package/src/cards/004/actions/index.ts +13 -0
- package/src/cards/004/characters/001-agustin-madrigal-clumsy-dad.ts +23 -0
- package/src/cards/004/characters/002-alma-madrigal-family-matriarch.test.ts +43 -0
- package/src/cards/004/characters/002-alma-madrigal-family-matriarch.ts +46 -0
- package/src/cards/004/characters/003-ariel-singing-mermaid.test.ts +23 -0
- package/src/cards/004/characters/003-ariel-singing-mermaid.ts +29 -0
- package/src/cards/004/characters/004-cinderella-melody-weaver.test.ts +70 -0
- package/src/cards/004/characters/004-cinderella-melody-weaver.ts +47 -0
- package/src/cards/004/characters/005-cogsworth-majordomo.test.ts +55 -0
- package/src/cards/004/characters/005-cogsworth-majordomo.ts +26 -0
- package/src/cards/004/characters/006-daisy-duck-lovely-lady.ts +22 -0
- package/src/cards/004/characters/007-daisy-duck-musketeer-spy.test.ts +26 -0
- package/src/cards/004/characters/008-donald-duck-musketeer-soldier.test.ts +29 -0
- package/src/cards/004/characters/008-donald-duck-musketeer-soldier.ts +49 -0
- package/src/cards/004/characters/009-flix-madrigal-fun-loving-family-man.ts +23 -0
- package/src/cards/004/characters/010-gaston-despicable-dealer.test.ts +80 -0
- package/src/cards/004/characters/010-gaston-despicable-dealer.ts +36 -0
- package/src/cards/004/characters/011-golden-harp-enchanter-of-the-land.test.ts +40 -0
- package/src/cards/004/characters/011-golden-harp-enchanter-of-the-land.ts +47 -0
- package/src/cards/004/characters/012-goofy-musketeer-swordsman.test.ts +65 -0
- package/src/cards/004/characters/012-goofy-musketeer-swordsman.ts +55 -0
- package/src/cards/004/characters/013-julieta-madrigal-excellent-cook.test.ts +54 -0
- package/src/cards/004/characters/014-max-loyal-sheepdog.test.ts +38 -0
- package/src/cards/004/characters/014-max-loyal-sheepdog.ts +42 -0
- package/src/cards/004/characters/015-mickey-mouse-leader-of-the-band.test.ts +53 -0
- package/src/cards/004/characters/015-mickey-mouse-leader-of-the-band.ts +54 -0
- package/src/cards/004/characters/016-mickey-mouse-musketeer-captain.test.ts +23 -0
- package/src/cards/004/characters/016-mickey-mouse-musketeer-captain.ts +58 -0
- package/src/cards/004/characters/017-minnie-mouse-musketeer-champion.test.ts +43 -0
- package/src/cards/004/characters/017-minnie-mouse-musketeer-champion.ts +52 -0
- package/src/cards/004/characters/018-mirabel-madrigal-gift-of-the-family.test.ts +39 -0
- package/src/cards/004/characters/018-mirabel-madrigal-gift-of-the-family.ts +50 -0
- package/src/cards/004/characters/019-mirabel-madrigal-prophecy-finder.test.ts +16 -0
- package/src/cards/004/characters/019-mirabel-madrigal-prophecy-finder.ts +31 -0
- package/src/cards/004/characters/020-pluto-rescue-dog.test.ts +23 -0
- package/src/cards/004/characters/021-prince-eric-seafaring-prince.test.ts +38 -0
- package/src/cards/004/characters/021-prince-eric-seafaring-prince.ts +31 -0
- package/src/cards/004/characters/022-prince-eric-ursula-s-groom.test.ts +44 -0
- package/src/cards/004/characters/022-prince-eric-ursulas-groom.ts +56 -0
- package/src/cards/004/characters/024-ursula-eric-s-bride.test.ts +24 -0
- package/src/cards/004/characters/024-ursula-erics-bride.ts +26 -0
- package/src/cards/004/characters/025-ursula-vanessa.test.ts +20 -0
- package/src/cards/004/characters/035-antonio-madrigal-animal-expert.ts +23 -0
- package/src/cards/004/characters/036-belle-accomplished-mystic.test.ts +107 -0
- package/src/cards/004/characters/036-belle-accomplished-mystic.ts +51 -0
- package/src/cards/004/characters/037-belle-untrained-mystic.test.ts +26 -0
- package/src/cards/004/characters/037-belle-untrained-mystic.ts +48 -0
- package/src/cards/004/characters/038-bruno-madrigal-out-of-the-shadows.test.ts +26 -0
- package/src/cards/004/characters/038-bruno-madrigal-out-of-the-shadows.ts +45 -0
- package/src/cards/004/characters/039-bruno-madrigal-undetected-uncle.test.ts +77 -0
- package/src/cards/004/characters/039-bruno-madrigal-undetected-uncle.ts +56 -0
- package/src/cards/004/characters/040-camilo-madrigal-prankster.test.ts +27 -0
- package/src/cards/004/characters/040-camilo-madrigal-prankster.ts +75 -0
- package/src/cards/004/characters/041-dolores-madrigal-easy-listener.test.ts +26 -0
- package/src/cards/004/characters/041-dolores-madrigal-easy-listener.ts +52 -0
- package/src/cards/004/characters/042-elsa-storm-chaser.test.ts +24 -0
- package/src/cards/004/characters/042-elsa-storm-chaser.ts +45 -0
- package/src/cards/004/characters/043-flotsam-ursula-s-baby-.test.ts +27 -0
- package/src/cards/004/characters/043-flotsam-ursula-s-baby.ts +61 -0
- package/src/cards/004/characters/043-flotsam-ursulas-baby.ts +50 -0
- package/src/cards/004/characters/044-flotsam-jetsam-entangling-eels.test.ts +27 -0
- package/src/cards/004/characters/044-flotsam-jetsam-entangling-eels.ts +38 -0
- package/src/cards/004/characters/045-isabela-madrigal-golden-child.test.ts +76 -0
- package/src/cards/004/characters/045-isabela-madrigal-golden-child.ts +67 -0
- package/src/cards/004/characters/046-jetsam-ursula-s-baby-.test.ts +23 -0
- package/src/cards/004/characters/046-jetsam-ursula-s-baby.ts +53 -0
- package/src/cards/004/characters/046-jetsam-ursulas-baby.ts +44 -0
- package/src/cards/004/characters/047-luisa-madrigal-magically-strong-one.test.ts +23 -0
- package/src/cards/004/characters/047-luisa-madrigal-magically-strong-one.ts +28 -0
- package/src/cards/004/characters/048-magic-broom-illuminary-keeper.test.ts +93 -0
- package/src/cards/004/characters/048-magic-broom-illuminary-keeper.ts +47 -0
- package/src/cards/004/characters/049-magic-broom-lively-sweeper.ts +23 -0
- package/src/cards/004/characters/050-magical-maid-feather-duster.ts +23 -0
- package/src/cards/004/characters/051-marshmallow-terrifying-snowman.test.ts +27 -0
- package/src/cards/004/characters/051-marshmallow-terrifying-snowman.ts +37 -0
- package/src/cards/004/characters/052-mrs-potts-enchanted-teapot.test.ts +26 -0
- package/src/cards/004/characters/052-mrs-potts-enchanted-teapot.ts +88 -0
- package/src/cards/004/characters/053-pepa-madrigal-weather-maker.test.ts +26 -0
- package/src/cards/004/characters/053-pepa-madrigal-weather-maker.ts +47 -0
- package/src/cards/004/characters/054-peter-pan-shadow-finder.test.ts +63 -0
- package/src/cards/004/characters/054-peter-pan-shadow-finder.ts +48 -0
- package/src/cards/004/characters/055-pico-helpful-toucan.ts +23 -0
- package/src/cards/004/characters/056-tick-tock-ever-present-pursuer.test.ts +23 -0
- package/src/cards/004/characters/056-tick-tock-ever-present-pursuer.ts +30 -0
- package/src/cards/004/characters/057-ursula-mad-sea-witch.test.ts +14 -0
- package/src/cards/004/characters/057-ursula-mad-sea-witch.ts +32 -0
- package/src/cards/004/characters/058-ursula-sea-witch-queen.test.ts +68 -0
- package/src/cards/004/characters/058-ursula-sea-witch-queen.ts +36 -0
- package/src/cards/004/characters/059-yen-sid-powerful-sorcerer.test.ts +44 -0
- package/src/cards/004/characters/059-yen-sid-powerful-sorcerer.ts +135 -0
- package/src/cards/004/characters/069-cri-kee-lucky-cricket.test.ts +26 -0
- package/src/cards/004/characters/069-cri-kee-lucky-cricket.ts +44 -0
- package/src/cards/004/characters/070-diablo-devoted-herald.test.ts +314 -0
- package/src/cards/004/characters/070-diablo-devoted-herald.ts +47 -0
- package/src/cards/004/characters/071-diablo-maleficent-s-spy.test.ts +52 -0
- package/src/cards/004/characters/071-diablo-maleficent-s-spy.ts +36 -0
- package/src/cards/004/characters/071-diablo-maleficents-spy.ts +26 -0
- package/src/cards/004/characters/072-gunther-interior-designer.test.ts +27 -0
- package/src/cards/004/characters/072-gunther-interior-designer.ts +26 -0
- package/src/cards/004/characters/073-gus-champion-of-cheese.ts +23 -0
- package/src/cards/004/characters/074-hades-double-dealer.test.ts +43 -0
- package/src/cards/004/characters/074-hades-double-dealer.ts +38 -0
- package/src/cards/004/characters/075-heihei-bumbling-rooster.test.ts +56 -0
- package/src/cards/004/characters/075-heihei-bumbling-rooster.ts +55 -0
- package/src/cards/004/characters/076-hera-queen-of-the-gods.test.ts +29 -0
- package/src/cards/004/characters/076-hera-queen-of-the-gods.ts +52 -0
- package/src/cards/004/characters/077-jaq-connoisseur-of-climbing.test.ts +26 -0
- package/src/cards/004/characters/077-jaq-connoisseur-of-climbing.ts +42 -0
- package/src/cards/004/characters/078-jasmine-desert-warrior.test.ts +26 -0
- package/src/cards/004/characters/078-jasmine-desert-warrior.ts +39 -0
- package/src/cards/004/characters/079-megara-captivating-cynic.test.ts +39 -0
- package/src/cards/004/characters/079-megara-captivating-cynic.ts +59 -0
- package/src/cards/004/characters/080-megara-liberated-one.test.ts +29 -0
- package/src/cards/004/characters/080-megara-liberated-one.ts +60 -0
- package/src/cards/004/characters/081-pain-immortal-sidekick.ts +23 -0
- package/src/cards/004/characters/082-panic-immortal-sidekick.test.ts +27 -0
- package/src/cards/004/characters/082-panic-immortal-sidekick.ts +43 -0
- package/src/cards/004/characters/083-pegasus-cloud-racer.test.ts +72 -0
- package/src/cards/004/characters/083-pegasus-cloud-racer.ts +64 -0
- package/src/cards/004/characters/084-pegasus-gift-for-hercules.test.ts +23 -0
- package/src/cards/004/characters/084-pegasus-gift-for-hercules.ts +29 -0
- package/src/cards/004/characters/085-pete-born-to-cheat.test.ts +24 -0
- package/src/cards/004/characters/085-pete-born-to-cheat.ts +46 -0
- package/src/cards/004/characters/086-pete-rotten-guy.ts +22 -0
- package/src/cards/004/characters/087-prince-phillip-vanquisher-of-foes.test.ts +23 -0
- package/src/cards/004/characters/087-prince-phillip-vanquisher-of-foes.ts +58 -0
- package/src/cards/004/characters/088-prince-phillip-warden-of-the-woods.test.ts +27 -0
- package/src/cards/004/characters/088-prince-phillip-warden-of-the-woods.ts +47 -0
- package/src/cards/004/characters/089-the-fates-only-one-eye.test.ts +26 -0
- package/src/cards/004/characters/089-the-fates-only-one-eye.ts +26 -0
- package/src/cards/004/characters/090-the-muses-proclaimers-of-heroes.test.ts +132 -0
- package/src/cards/004/characters/090-the-muses-proclaimers-of-heroes.ts +60 -0
- package/src/cards/004/characters/091-tor-florist.ts +23 -0
- package/src/cards/004/characters/092-zeus-mr-lightning-bolts.test.ts +43 -0
- package/src/cards/004/characters/092-zeus-mr-lightning-bolts.ts +26 -0
- package/src/cards/004/characters/10-gaston-despicable-dealer.ts +36 -0
- package/src/cards/004/characters/103-beast-wounded.test.ts +23 -0
- package/src/cards/004/characters/103-beast-wounded.ts +36 -0
- package/src/cards/004/characters/104-benja-bold-uniter.ts +23 -0
- package/src/cards/004/characters/105-fa-zhou-mulan-s-father.test.ts +27 -0
- package/src/cards/004/characters/105-fa-zhou-mulan-s-father.ts +54 -0
- package/src/cards/004/characters/105-fa-zhou-mulans-father.ts +49 -0
- package/src/cards/004/characters/106-flynn-rider-frenemy.test.ts +181 -0
- package/src/cards/004/characters/106-flynn-rider-frenemy.ts +43 -0
- package/src/cards/004/characters/107-goofy-super-goof.test.ts +62 -0
- package/src/cards/004/characters/107-goofy-super-goof.ts +46 -0
- package/src/cards/004/characters/108-hercules-clumsy-kid.test.ts +14 -0
- package/src/cards/004/characters/108-hercules-clumsy-kid.ts +31 -0
- package/src/cards/004/characters/109-hercules-daring-demigod.test.ts +23 -0
- package/src/cards/004/characters/109-hercules-daring-demigod.ts +37 -0
- package/src/cards/004/characters/11-golden-harp-enchanter-of-the-land.ts +46 -0
- package/src/cards/004/characters/110-khan-beloved-steed.ts +23 -0
- package/src/cards/004/characters/111-li-shang-general-s-son.ts +26 -0
- package/src/cards/004/characters/111-li-shang-generals-son.ts +23 -0
- package/src/cards/004/characters/112-li-shang-valorous-general.test.ts +44 -0
- package/src/cards/004/characters/112-li-shang-valorous-general.ts +38 -0
- package/src/cards/004/characters/113-lumiere-fiery-friend.test.ts +78 -0
- package/src/cards/004/characters/113-lumiere-fiery-friend.ts +45 -0
- package/src/cards/004/characters/115-mulan-enemy-of-entanglement.test.ts +36 -0
- package/src/cards/004/characters/115-mulan-enemy-of-entanglement.ts +47 -0
- package/src/cards/004/characters/116-mulan-injured-soldier.test.ts +41 -0
- package/src/cards/004/characters/116-mulan-injured-soldier.ts +42 -0
- package/src/cards/004/characters/117-namaari-heir-of-fang.test.ts +66 -0
- package/src/cards/004/characters/117-namaari-heir-of-fang.ts +26 -0
- package/src/cards/004/characters/118-nessus-river-guardian.ts +23 -0
- package/src/cards/004/characters/119-noi-acrobatic-baby.test.ts +24 -0
- package/src/cards/004/characters/119-noi-acrobatic-baby.ts +26 -0
- package/src/cards/004/characters/12-goofy-musketeer-swordsman.ts +51 -0
- package/src/cards/004/characters/120-pegasus-flying-steed.test.ts +14 -0
- package/src/cards/004/characters/120-pegasus-flying-steed.ts +31 -0
- package/src/cards/004/characters/121-raya-fierce-protector.test.ts +43 -0
- package/src/cards/004/characters/121-raya-fierce-protector.ts +41 -0
- package/src/cards/004/characters/122-raya-guardian-of-the-dragon-gem.test.ts +26 -0
- package/src/cards/004/characters/122-raya-guardian-of-the-dragon-gem.ts +58 -0
- package/src/cards/004/characters/123-sisu-daring-visitor.test.ts +44 -0
- package/src/cards/004/characters/123-sisu-daring-visitor.ts +55 -0
- package/src/cards/004/characters/124-sisu-emboldened-warrior.test.ts +37 -0
- package/src/cards/004/characters/124-sisu-emboldened-warrior.ts +52 -0
- package/src/cards/004/characters/125-sisu-empowered-sibling.test.ts +102 -0
- package/src/cards/004/characters/125-sisu-empowered-sibling.ts +50 -0
- package/src/cards/004/characters/126-tong-survivor.test.ts +14 -0
- package/src/cards/004/characters/126-tong-survivor.ts +31 -0
- package/src/cards/004/characters/127-tuk-tuk-lively-partner.test.ts +62 -0
- package/src/cards/004/characters/127-tuk-tuk-lively-partner.ts +53 -0
- package/src/cards/004/characters/13-julieta-madrigal-excellent-cook.ts +53 -0
- package/src/cards/004/characters/137-anna-braving-the-storm.test.ts +27 -0
- package/src/cards/004/characters/137-anna-braving-the-storm.ts +39 -0
- package/src/cards/004/characters/138-anna-true-hearted.test.ts +53 -0
- package/src/cards/004/characters/138-anna-true-hearted.ts +56 -0
- package/src/cards/004/characters/139-ariel-treasure-collector.test.ts +34 -0
- package/src/cards/004/characters/139-ariel-treasure-collector.ts +43 -0
- package/src/cards/004/characters/14-max-loyal-sheepdog.ts +35 -0
- package/src/cards/004/characters/140-aurora-lore-guardian.test.ts +41 -0
- package/src/cards/004/characters/140-aurora-lore-guardian.ts +48 -0
- package/src/cards/004/characters/141-aurora-tranquil-princess.test.ts +23 -0
- package/src/cards/004/characters/141-aurora-tranquil-princess.ts +29 -0
- package/src/cards/004/characters/142-dang-hu-talon-chief.test.ts +24 -0
- package/src/cards/004/characters/142-dang-hu-talon-chief.ts +37 -0
- package/src/cards/004/characters/143-fa-li-mulan-s-mother.ts +25 -0
- package/src/cards/004/characters/143-fa-li-mulans-mother.ts +23 -0
- package/src/cards/004/characters/144-flounder-collector-s-companion.test.ts +23 -0
- package/src/cards/004/characters/144-flounder-collector-s-companion.ts +54 -0
- package/src/cards/004/characters/144-flounder-collectors-companion.ts +48 -0
- package/src/cards/004/characters/145-hades-meticulous-plotter.ts +23 -0
- package/src/cards/004/characters/146-hans-noble-scoundrel.test.ts +27 -0
- package/src/cards/004/characters/146-hans-noble-scoundrel.ts +53 -0
- package/src/cards/004/characters/147-iduna-caring-mother.test.ts +27 -0
- package/src/cards/004/characters/147-iduna-caring-mother.ts +48 -0
- package/src/cards/004/characters/148-john-silver-terror-of-the-realm.ts +23 -0
- package/src/cards/004/characters/149-olaf-carrot-enthusiast.test.ts +56 -0
- package/src/cards/004/characters/149-olaf-carrot-enthusiast.ts +26 -0
- package/src/cards/004/characters/15-mickey-mouse-leader-of-the-band.ts +44 -0
- package/src/cards/004/characters/150-olaf-trusting-companion.test.ts +14 -0
- package/src/cards/004/characters/150-olaf-trusting-companion.ts +31 -0
- package/src/cards/004/characters/151-pascal-inquisitive-pet.test.ts +26 -0
- package/src/cards/004/characters/151-pascal-inquisitive-pet.ts +49 -0
- package/src/cards/004/characters/152-prince-phillip-gallant-defender.test.ts +23 -0
- package/src/cards/004/characters/152-prince-phillip-gallant-defender.ts +50 -0
- package/src/cards/004/characters/153-rapunzel-appreciative-artist.test.ts +40 -0
- package/src/cards/004/characters/153-rapunzel-appreciative-artist.ts +36 -0
- package/src/cards/004/characters/154-scuttle-expert-on-humans.test.ts +56 -0
- package/src/cards/004/characters/154-scuttle-expert-on-humans.ts +45 -0
- package/src/cards/004/characters/155-sisu-wise-friend.ts +23 -0
- package/src/cards/004/characters/156-the-queen-diviner.test.ts +129 -0
- package/src/cards/004/characters/156-the-queen-diviner.ts +44 -0
- package/src/cards/004/characters/157-transformed-chef-castle-stove.test.ts +26 -0
- package/src/cards/004/characters/157-transformed-chef-castle-stove.ts +49 -0
- package/src/cards/004/characters/158-triton-champion-of-atlantica.test.ts +23 -0
- package/src/cards/004/characters/158-triton-champion-of-atlantica.ts +47 -0
- package/src/cards/004/characters/159-triton-discerning-king.test.ts +29 -0
- package/src/cards/004/characters/159-triton-discerning-king.ts +36 -0
- package/src/cards/004/characters/16-mickey-mouse-musketeer-captain.ts +53 -0
- package/src/cards/004/characters/160-triton-young-prince.test.ts +43 -0
- package/src/cards/004/characters/160-triton-young-prince.ts +54 -0
- package/src/cards/004/characters/161-tuk-tuk-curious-partner.ts +23 -0
- package/src/cards/004/characters/17-minnie-mouse-musketeer-champion.ts +52 -0
- package/src/cards/004/characters/171-aladdin-brave-rescuer.test.ts +61 -0
- package/src/cards/004/characters/171-aladdin-brave-rescuer.ts +52 -0
- package/src/cards/004/characters/172-aladdin-resolute-swordsman.ts +23 -0
- package/src/cards/004/characters/173-arges-the-cyclops.ts +23 -0
- package/src/cards/004/characters/174-ariel-determined-mermaid.test.ts +36 -0
- package/src/cards/004/characters/174-ariel-determined-mermaid.ts +41 -0
- package/src/cards/004/characters/175-ariel-sonic-warrior.test.ts +39 -0
- package/src/cards/004/characters/175-ariel-sonic-warrior.ts +41 -0
- package/src/cards/004/characters/176-beast-thick-skinned.test.ts +14 -0
- package/src/cards/004/characters/176-beast-thick-skinned.ts +32 -0
- package/src/cards/004/characters/177-chi-fu-imperial-advisor.test.ts +27 -0
- package/src/cards/004/characters/177-chi-fu-imperial-advisor.ts +37 -0
- package/src/cards/004/characters/178-chien-po-imperial-soldier.test.ts +38 -0
- package/src/cards/004/characters/178-chien-po-imperial-soldier.ts +59 -0
- package/src/cards/004/characters/179-donald-duck-buccaneer.test.ts +102 -0
- package/src/cards/004/characters/179-donald-duck-buccaneer.ts +39 -0
- package/src/cards/004/characters/18-mirabel-madrigal-gift-of-the-family.ts +54 -0
- package/src/cards/004/characters/180-hercules-beloved-hero.test.ts +23 -0
- package/src/cards/004/characters/180-hercules-beloved-hero.ts +31 -0
- package/src/cards/004/characters/181-lefou-opportunistic-flunky.test.ts +39 -0
- package/src/cards/004/characters/181-lefou-opportunistic-flunky.ts +40 -0
- package/src/cards/004/characters/182-li-shang-imperial-captain.ts +27 -0
- package/src/cards/004/characters/183-ling-imperial-soldier.test.ts +27 -0
- package/src/cards/004/characters/183-ling-imperial-soldier.ts +38 -0
- package/src/cards/004/characters/184-luisa-madrigal-rock-of-the-family.test.ts +35 -0
- package/src/cards/004/characters/184-luisa-madrigal-rock-of-the-family.ts +37 -0
- package/src/cards/004/characters/185-magic-broom-aerial-cleaner.test.ts +27 -0
- package/src/cards/004/characters/185-magic-broom-aerial-cleaner.ts +36 -0
- package/src/cards/004/characters/186-magic-broom-brigade-commander.test.ts +43 -0
- package/src/cards/004/characters/186-magic-broom-brigade-commander.ts +44 -0
- package/src/cards/004/characters/187-mickey-mouse-playful-sorcerer.test.ts +53 -0
- package/src/cards/004/characters/187-mickey-mouse-playful-sorcerer.ts +43 -0
- package/src/cards/004/characters/188-mickey-mouse-standard-bearer.test.ts +28 -0
- package/src/cards/004/characters/188-mickey-mouse-standard-bearer.ts +45 -0
- package/src/cards/004/characters/189-mulan-armored-fighter.ts +23 -0
- package/src/cards/004/characters/19-mirabel-madrigal-prophecy-finder.ts +29 -0
- package/src/cards/004/characters/190-philoctetes-no-nonsense-instructor.test.ts +38 -0
- package/src/cards/004/characters/190-philoctetes-no-nonsense-instructor.ts +59 -0
- package/src/cards/004/characters/191-piglet-sturdy-swordsman.test.ts +47 -0
- package/src/cards/004/characters/191-piglet-sturdy-swordsman.ts +43 -0
- package/src/cards/004/characters/192-rajah-royal-protector.test.ts +27 -0
- package/src/cards/004/characters/192-rajah-royal-protector.ts +36 -0
- package/src/cards/004/characters/193-raya-unstoppable-force.test.ts +27 -0
- package/src/cards/004/characters/193-raya-unstoppable-force.ts +59 -0
- package/src/cards/004/characters/194-yao-imperial-soldier.test.ts +14 -0
- package/src/cards/004/characters/194-yao-imperial-soldier.ts +32 -0
- package/src/cards/004/characters/20-pluto-rescue-dog.ts +44 -0
- package/src/cards/004/characters/21-prince-eric-seafaring-prince.ts +27 -0
- package/src/cards/004/characters/22-prince-eric-ursula-s-groom.ts +58 -0
- package/src/cards/004/characters/223-yen-sid-powerful-sorcerer.test.ts +42 -0
- package/src/cards/004/characters/224-mulan-elite-archer.test.ts +124 -0
- package/src/cards/004/characters/224-mulan-elite-archer.ts +63 -0
- package/src/cards/004/characters/23-stitch-alien-dancer.ts +27 -0
- package/src/cards/004/characters/24-ursula-eric-s-bride.ts +68 -0
- package/src/cards/004/characters/25-ursula-vanessa.ts +29 -0
- package/src/cards/004/characters/6-daisy-duck-lovely-lady.ts +26 -0
- package/src/cards/004/characters/7-daisy-duck-musketeer-spy.ts +38 -0
- package/src/cards/004/characters/8-donald-duck-musketeer-soldier.ts +45 -0
- package/src/cards/004/characters/9-felix-madrigal-fun-loving-family-man.ts +25 -0
- package/src/cards/004/characters/characters.ts +159 -0
- package/src/cards/004/characters/index.ts +115 -0
- package/src/cards/004/index.ts +35 -0
- package/src/cards/004/items/031-miracle-candle.test.ts +61 -0
- package/src/cards/004/items/031-miracle-candle.ts +45 -0
- package/src/cards/004/items/032-record-player.test.ts +47 -0
- package/src/cards/004/items/032-record-player.ts +47 -0
- package/src/cards/004/items/064-mystical-rose.test.ts +24 -0
- package/src/cards/004/items/064-mystical-rose.ts +65 -0
- package/src/cards/004/items/065-rose-lantern.test.ts +24 -0
- package/src/cards/004/items/065-rose-lantern.ts +45 -0
- package/src/cards/004/items/066-triton-s-trident.test.ts +24 -0
- package/src/cards/004/items/066-tritons-trident.ts +39 -0
- package/src/cards/004/items/098-hidden-inkcaster.test.ts +24 -0
- package/src/cards/004/items/098-hidden-inkcaster.ts +37 -0
- package/src/cards/004/items/099-signed-contract.test.ts +24 -0
- package/src/cards/004/items/099-signed-contract.ts +35 -0
- package/src/cards/004/items/100-vision-slab.test.ts +128 -0
- package/src/cards/004/items/100-vision-slab.ts +37 -0
- package/src/cards/004/items/131-imperial-proclamation.test.ts +27 -0
- package/src/cards/004/items/131-imperial-proclamation.ts +35 -0
- package/src/cards/004/items/132-medallion-weights.test.ts +50 -0
- package/src/cards/004/items/132-medallion-weights.ts +56 -0
- package/src/cards/004/items/133-the-plank.test.ts +48 -0
- package/src/cards/004/items/133-the-plank.ts +32 -0
- package/src/cards/004/items/134-vitalisphere.test.ts +37 -0
- package/src/cards/004/items/134-vitalisphere.ts +49 -0
- package/src/cards/004/items/166-field-of-ice.test.ts +24 -0
- package/src/cards/004/items/166-field-of-ice.ts +40 -0
- package/src/cards/004/items/167-great-stone-dragon.test.ts +54 -0
- package/src/cards/004/items/167-great-stone-dragon.ts +44 -0
- package/src/cards/004/items/168-ice-block.test.ts +24 -0
- package/src/cards/004/items/168-ice-block.ts +39 -0
- package/src/cards/004/items/200-fortisphere.test.ts +64 -0
- package/src/cards/004/items/200-fortisphere.ts +57 -0
- package/src/cards/004/items/201-imperial-bow.test.ts +24 -0
- package/src/cards/004/items/201-imperial-bow.ts +33 -0
- package/src/cards/004/items/202-rls-legacy-s-cannon.test.ts +24 -0
- package/src/cards/004/items/202-rls-legacys-cannon.ts +37 -0
- package/src/cards/004/items/index.ts +15 -0
- package/src/cards/004/items/items.ts +20 -0
- package/src/cards/004/locations/033-atlantica-concert-hall.test.ts +26 -0
- package/src/cards/004/locations/034-the-underworld-river-styx.test.ts +33 -0
- package/src/cards/004/locations/034-the-underworld-river-styx.ts +40 -0
- package/src/cards/004/locations/067-casa-madrigal-casita.test.ts +11 -0
- package/src/cards/004/locations/068-ursula-s-lair-eye-of-the-storm.test.ts +11 -0
- package/src/cards/004/locations/068-ursulas-lair-eye-of-the-storm.ts +54 -0
- package/src/cards/004/locations/101-hidden-cove-tranquil-haven.test.ts +71 -0
- package/src/cards/004/locations/101-hidden-cove-tranquil-haven.ts +63 -0
- package/src/cards/004/locations/102-ursula-s-garden-full-of-the-unfortunate.test.ts +38 -0
- package/src/cards/004/locations/102-ursulas-garden-full-of-the-unfortunate.ts +35 -0
- package/src/cards/004/locations/135-snuggly-duckling-disreputable-pub.test.ts +94 -0
- package/src/cards/004/locations/135-snuggly-duckling-disreputable-pub.ts +48 -0
- package/src/cards/004/locations/136-training-grounds-impossible-pillar.test.ts +11 -0
- package/src/cards/004/locations/136-training-grounds-impossible-pillar.ts +43 -0
- package/src/cards/004/locations/169-ariel-s-grotto-a-secret-place.test.ts +30 -0
- package/src/cards/004/locations/169-ariels-grotto-a-secret-place.ts +35 -0
- package/src/cards/004/locations/170-winter-camp-medical-tent.test.ts +11 -0
- package/src/cards/004/locations/170-winter-camp-medical-tent.ts +43 -0
- package/src/cards/004/locations/203-the-wall-border-fortress.test.ts +11 -0
- package/src/cards/004/locations/203-the-wall-border-fortress.ts +34 -0
- package/src/cards/004/locations/204-thebes-the-big-olive.test.ts +60 -0
- package/src/cards/004/locations/204-thebes-the-big-olive.ts +40 -0
- package/src/cards/004/locations/216-snuggly-duckling-disreputable-pub.test.ts +11 -0
- package/src/cards/004/locations/33-atlantica-concert-hall.ts +48 -0
- package/src/cards/004/locations/34-the-underworld-river-styx.ts +50 -0
- package/src/cards/004/locations/67-casa-madrigal-casita.ts +41 -0
- package/src/cards/004/locations/68-ursulas-lair-eye-of-the-storm.ts +69 -0
- package/src/cards/004/locations/index.ts +9 -0
- package/src/cards/004/locations/locations.ts +14 -0
- package/src/cards/005/actions/025-try-everything.test.ts +37 -0
- package/src/cards/005/actions/025-try-everything.ts +58 -0
- package/src/cards/005/actions/026-healing-touch.test.ts +31 -0
- package/src/cards/005/actions/026-healing-touch.ts +47 -0
- package/src/cards/005/actions/027-revive.test.ts +24 -0
- package/src/cards/005/actions/027-revive.ts +30 -0
- package/src/cards/005/actions/028-blast-from-your-past.test.ts +34 -0
- package/src/cards/005/actions/028-blast-from-your-past.ts +36 -0
- package/src/cards/005/actions/029-invited-to-the-ball-action.test.ts +24 -0
- package/src/cards/005/actions/029-invited-to-the-ball-action.ts +47 -0
- package/src/cards/005/actions/029-invited-to-the-ball.test.ts +24 -0
- package/src/cards/005/actions/029-invited-to-the-ball.ts +35 -0
- package/src/cards/005/actions/059-hypnotic-strength.test.ts +33 -0
- package/src/cards/005/actions/059-hypnotic-strength.ts +48 -0
- package/src/cards/005/actions/060-finders-keepers.test.ts +24 -0
- package/src/cards/005/actions/060-finders-keepers.ts +29 -0
- package/src/cards/005/actions/061-we-know-the-way.test.ts +89 -0
- package/src/cards/005/actions/061-we-know-the-way.ts +61 -0
- package/src/cards/005/actions/062-gathering-knowledge-and-wisdom.test.ts +22 -0
- package/src/cards/005/actions/062-gathering-knowledge-and-wisdom.ts +29 -0
- package/src/cards/005/actions/063-magical-aid.test.ts +39 -0
- package/src/cards/005/actions/063-magical-aid.ts +46 -0
- package/src/cards/005/actions/094-hypnotic-deduction.test.ts +51 -0
- package/src/cards/005/actions/094-hypnotic-deduction.ts +30 -0
- package/src/cards/005/actions/095-night-howler-rage.test.ts +37 -0
- package/src/cards/005/actions/095-night-howler-rage.ts +46 -0
- package/src/cards/005/actions/096-you-re-welcome.test.ts +91 -0
- package/src/cards/005/actions/096-youre-welcome.ts +30 -0
- package/src/cards/005/actions/097-remember-who-you-are.test.ts +24 -0
- package/src/cards/005/actions/097-remember-who-you-are.ts +20 -0
- package/src/cards/005/actions/127-break-free.test.ts +35 -0
- package/src/cards/005/actions/127-break-free.ts +58 -0
- package/src/cards/005/actions/128-evil-comes-prepared.test.ts +82 -0
- package/src/cards/005/actions/128-evil-comes-prepared.ts +36 -0
- package/src/cards/005/actions/129-don-t-let-the-frostbite-bite.test.ts +37 -0
- package/src/cards/005/actions/129-dont-let-the-frostbite-bite.ts +48 -0
- package/src/cards/005/actions/130-glimmer-vs-glimmer.test.ts +24 -0
- package/src/cards/005/actions/130-glimmer-vs-glimmer.ts +35 -0
- package/src/cards/005/actions/131-who-s-with-me-.test.ts +37 -0
- package/src/cards/005/actions/131-whos-with-me.ts +46 -0
- package/src/cards/005/actions/160-vision-of-the-future.test.ts +66 -0
- package/src/cards/005/actions/160-vision-of-the-future.ts +46 -0
- package/src/cards/005/actions/161-royal-tantrum.test.ts +76 -0
- package/src/cards/005/actions/161-royal-tantrum.ts +52 -0
- package/src/cards/005/actions/162-ever-as-before.test.ts +24 -0
- package/src/cards/005/actions/162-ever-as-before.ts +38 -0
- package/src/cards/005/actions/163-hide-away.test.ts +24 -0
- package/src/cards/005/actions/163-hide-away.ts +20 -0
- package/src/cards/005/actions/164-all-funned-out.test.ts +24 -0
- package/src/cards/005/actions/164-all-funned-out.ts +32 -0
- package/src/cards/005/actions/196-tug-of-war.test.ts +49 -0
- package/src/cards/005/actions/196-tug-of-war.ts +53 -0
- package/src/cards/005/actions/196-tugofwar.ts +51 -0
- package/src/cards/005/actions/197-when-will-my-life-begin-.test.ts +40 -0
- package/src/cards/005/actions/197-when-will-my-life-begin.ts +41 -0
- package/src/cards/005/actions/198-duck-for-cover-.test.ts +24 -0
- package/src/cards/005/actions/198-duck-for-cover.test.ts +31 -0
- package/src/cards/005/actions/198-duck-for-cover.ts +37 -0
- package/src/cards/005/actions/199-food-fight-.test.ts +24 -0
- package/src/cards/005/actions/199-food-fight.test.ts +34 -0
- package/src/cards/005/actions/199-food-fight.ts +36 -0
- package/src/cards/005/actions/199-tug-of-war.test.ts +49 -0
- package/src/cards/005/actions/actions.ts +30 -0
- package/src/cards/005/actions/index.ts +28 -0
- package/src/cards/005/characters/001-koda-talkative-cub.test.ts +24 -0
- package/src/cards/005/characters/001-koda-talkative-cub.ts +26 -0
- package/src/cards/005/characters/002-nala-mischievous-cub.ts +23 -0
- package/src/cards/005/characters/003-prince-naveen-ukulele-player.test.ts +74 -0
- package/src/cards/005/characters/003-prince-naveen-ukulele-player.ts +51 -0
- package/src/cards/005/characters/004-rutt-northern-moose.test.ts +14 -0
- package/src/cards/005/characters/004-rutt-northern-moose.ts +31 -0
- package/src/cards/005/characters/005-kenai-big-brother.test.ts +109 -0
- package/src/cards/005/characters/005-kenai-big-brother.ts +36 -0
- package/src/cards/005/characters/006-vanellope-von-schweetz-sugar-rush-champ.ts +23 -0
- package/src/cards/005/characters/007-tuke-northern-moose.ts +23 -0
- package/src/cards/005/characters/008-lilo-junior-cake-decorator.test.ts +14 -0
- package/src/cards/005/characters/008-lilo-junior-cake-decorator.ts +31 -0
- package/src/cards/005/characters/009-vanellope-von-schweetz-candy-mechanic.test.ts +42 -0
- package/src/cards/005/characters/009-vanellope-von-schweetz-candy-mechanic.ts +43 -0
- package/src/cards/005/characters/010-fix-it-felix-jr--trusty-builder.test.ts +24 -0
- package/src/cards/005/characters/010-fix-it-felix-jr-trusty-builder.test.ts +14 -0
- package/src/cards/005/characters/010-fix-it-felix-jr-trusty-builder.ts +31 -0
- package/src/cards/005/characters/010-fixit-felix-jr-trusty-builder.ts +28 -0
- package/src/cards/005/characters/011-gazelle-pop-star.test.ts +14 -0
- package/src/cards/005/characters/011-gazelle-pop-star.ts +32 -0
- package/src/cards/005/characters/012-fix-it-felix-jr--niceland-steward.test.ts +23 -0
- package/src/cards/005/characters/012-fix-it-felix-jr-niceland-steward.ts +46 -0
- package/src/cards/005/characters/012-fixit-felix-jr-niceland-steward.ts +52 -0
- package/src/cards/005/characters/013-kristoff-reindeer-keeper.test.ts +74 -0
- package/src/cards/005/characters/013-kristoff-reindeer-keeper.ts +41 -0
- package/src/cards/005/characters/014-mirabel-madrigal-family-gatherer.test.ts +55 -0
- package/src/cards/005/characters/014-mirabel-madrigal-family-gatherer.ts +35 -0
- package/src/cards/005/characters/015-minnie-mouse-drum-major.test.ts +42 -0
- package/src/cards/005/characters/015-minnie-mouse-drum-major.ts +58 -0
- package/src/cards/005/characters/016-daisy-duck-donald-s-date.test.ts +102 -0
- package/src/cards/005/characters/016-daisy-duck-donalds-date.ts +47 -0
- package/src/cards/005/characters/017-fix-it-felix-jr--delighted-sightseer.test.ts +49 -0
- package/src/cards/005/characters/017-fix-it-felix-jr-delighted-sightseer.ts +42 -0
- package/src/cards/005/characters/017-fixit-felix-jr-delighted-sightseer.ts +37 -0
- package/src/cards/005/characters/018-moana-determined-explorer.ts +23 -0
- package/src/cards/005/characters/019-vanellope-von-schweetz-sugar-rush-princess.test.ts +157 -0
- package/src/cards/005/characters/019-vanellope-von-schweetz-sugar-rush-princess.ts +48 -0
- package/src/cards/005/characters/020-alan-a-dale-rockin-rooster.test.ts +24 -0
- package/src/cards/005/characters/020-alan-a-dale-rockin-rooster.ts +44 -0
- package/src/cards/005/characters/020-alanadale-rockin-rooster.ts +37 -0
- package/src/cards/005/characters/021-wreck-it-ralph-admiral-underpants.test.ts +34 -0
- package/src/cards/005/characters/021-wreck-it-ralph-admiral-underpants.ts +48 -0
- package/src/cards/005/characters/021-wreckit-ralph-admiral-underpants.ts +66 -0
- package/src/cards/005/characters/022-maid-marian-lady-of-the-lists.test.ts +24 -0
- package/src/cards/005/characters/022-maid-marian-lady-of-the-lists.ts +43 -0
- package/src/cards/005/characters/022-maid-marian-mistress-of-the-range.test.ts +33 -0
- package/src/cards/005/characters/023-sven-reindeer-steed.test.ts +23 -0
- package/src/cards/005/characters/023-sven-reindeer-steed.ts +47 -0
- package/src/cards/005/characters/024-minnie-mouse-compassionate-friend.test.ts +24 -0
- package/src/cards/005/characters/024-minnie-mouse-compassionate-friend.ts +52 -0
- package/src/cards/005/characters/035-maleficent-fearsome-queen.test.ts +37 -0
- package/src/cards/005/characters/035-maleficent-fearsome-queen.ts +54 -0
- package/src/cards/005/characters/035-maleficent-formidable-queen.ts +50 -0
- package/src/cards/005/characters/036-the-nokk-mythical-spirit.test.ts +41 -0
- package/src/cards/005/characters/036-the-nokk-mythical-spirit.ts +26 -0
- package/src/cards/005/characters/037-cogsworth-illuminary-watchman.test.ts +23 -0
- package/src/cards/005/characters/037-cogsworth-illuminary-watchman.ts +43 -0
- package/src/cards/005/characters/038-merlin-turtle.test.ts +23 -0
- package/src/cards/005/characters/038-merlin-turtle.ts +54 -0
- package/src/cards/005/characters/039-archimedes-exasperated-owl.test.ts +14 -0
- package/src/cards/005/characters/039-archimedes-exasperated-owl.ts +31 -0
- package/src/cards/005/characters/040-bruni-fire-salamander.test.ts +37 -0
- package/src/cards/005/characters/040-bruni-fire-salamander.ts +51 -0
- package/src/cards/005/characters/041-earth-giant-living-mountain.test.ts +30 -0
- package/src/cards/005/characters/041-earth-giant-living-mountain.ts +41 -0
- package/src/cards/005/characters/042-gale-wind-spirit.test.ts +67 -0
- package/src/cards/005/characters/042-gale-wind-spirit.ts +41 -0
- package/src/cards/005/characters/043-white-rabbit-royal-herald.ts +23 -0
- package/src/cards/005/characters/044-madam-mim-elephant.test.ts +88 -0
- package/src/cards/005/characters/044-madam-mim-elephant.ts +48 -0
- package/src/cards/005/characters/045-luisa-madrigal-entertaining-muscle.ts +23 -0
- package/src/cards/005/characters/046-anna-mystical-majesty.test.ts +38 -0
- package/src/cards/005/characters/046-anna-mystical-majesty.ts +56 -0
- package/src/cards/005/characters/047-archimedes-electrified-owl.test.ts +32 -0
- package/src/cards/005/characters/047-archimedes-electrified-owl.ts +47 -0
- package/src/cards/005/characters/048-elsa-the-fifth-spirit.test.ts +55 -0
- package/src/cards/005/characters/048-elsa-the-fifth-spirit.ts +59 -0
- package/src/cards/005/characters/049-genie-main-attraction.test.ts +88 -0
- package/src/cards/005/characters/049-genie-main-attraction.ts +36 -0
- package/src/cards/005/characters/050-olaf-happy-passenger.test.ts +41 -0
- package/src/cards/005/characters/050-olaf-happy-passenger.ts +41 -0
- package/src/cards/005/characters/051-maleficent-vexed-partygoer.test.ts +38 -0
- package/src/cards/005/characters/051-maleficent-vexed-partygoer.ts +51 -0
- package/src/cards/005/characters/052-monstro-whale-of-a-whale.ts +23 -0
- package/src/cards/005/characters/053-magica-de-spell-cruel-sorceress.test.ts +135 -0
- package/src/cards/005/characters/053-magica-de-spell-cruel-sorceress.ts +26 -0
- package/src/cards/005/characters/054-maleficent-vengeful-sorceress.ts +23 -0
- package/src/cards/005/characters/055-rafiki-shaman-duelist.test.ts +24 -0
- package/src/cards/005/characters/055-rafiki-shaman-duelist.ts +50 -0
- package/src/cards/005/characters/056-anna-eager-acolyte.test.ts +34 -0
- package/src/cards/005/characters/056-anna-eager-acolyte.ts +26 -0
- package/src/cards/005/characters/057-king-of-hearts-monarch-of-wonderland.test.ts +24 -0
- package/src/cards/005/characters/057-king-of-hearts-monarch-of-wonderland.ts +38 -0
- package/src/cards/005/characters/058-camilo-madrigal-family-copycat.test.ts +50 -0
- package/src/cards/005/characters/058-camilo-madrigal-family-copycat.ts +51 -0
- package/src/cards/005/characters/069-robin-hood-timely-contestant.test.ts +31 -0
- package/src/cards/005/characters/069-robin-hood-timely-contestant.ts +41 -0
- package/src/cards/005/characters/070-shenzi-scar-s-accomplice.test.ts +37 -0
- package/src/cards/005/characters/070-shenzi-scars-accomplice.ts +43 -0
- package/src/cards/005/characters/071-little-john-camp-cook.ts +23 -0
- package/src/cards/005/characters/072-zazu-advisor-to-mufasa.test.ts +14 -0
- package/src/cards/005/characters/072-zazu-advisor-to-mufasa.ts +31 -0
- package/src/cards/005/characters/073-ulf-mime.test.ts +24 -0
- package/src/cards/005/characters/073-ulf-mime.ts +37 -0
- package/src/cards/005/characters/074-ed-laughing-hyena.test.ts +23 -0
- package/src/cards/005/characters/074-ed-laughing-hyena.ts +52 -0
- package/src/cards/005/characters/075-flora-good-fairy.test.ts +24 -0
- package/src/cards/005/characters/075-flora-good-fairy.ts +37 -0
- package/src/cards/005/characters/076-merryweather-good-fairy.test.ts +30 -0
- package/src/cards/005/characters/076-merryweather-good-fairy.ts +26 -0
- package/src/cards/005/characters/077-robin-hood-archery-contestant.test.ts +23 -0
- package/src/cards/005/characters/077-robin-hood-archery-contestant.ts +48 -0
- package/src/cards/005/characters/078-fauna-good-fairy.ts +23 -0
- package/src/cards/005/characters/079-iago-fake-flamingo.test.ts +24 -0
- package/src/cards/005/characters/079-iago-fake-flamingo.ts +47 -0
- package/src/cards/005/characters/080-banzai-gluttonous-predator.ts +23 -0
- package/src/cards/005/characters/080-banzai-voracious-predator.ts +24 -0
- package/src/cards/005/characters/081-ed-hysterical-partygoer.test.ts +24 -0
- package/src/cards/005/characters/081-ed-hysterical-partygoer.ts +36 -0
- package/src/cards/005/characters/082-scroop-odious-mutineer.test.ts +32 -0
- package/src/cards/005/characters/082-scroop-odious-mutineer.ts +41 -0
- package/src/cards/005/characters/083-prince-phillip-swordsman-of-the-realm.test.ts +36 -0
- package/src/cards/005/characters/083-prince-phillip-swordsman-of-the-realm.ts +64 -0
- package/src/cards/005/characters/084-clarabelle-light-on-her-hooves.test.ts +131 -0
- package/src/cards/005/characters/084-clarabelle-light-on-her-hooves.ts +35 -0
- package/src/cards/005/characters/085-anna-diplomatic-queen.test.ts +134 -0
- package/src/cards/005/characters/085-anna-diplomatic-queen.ts +56 -0
- package/src/cards/005/characters/086-clarabelle-clumsy-guest.test.ts +23 -0
- package/src/cards/005/characters/086-clarabelle-clumsy-guest.ts +25 -0
- package/src/cards/005/characters/087-banzai-taunting-hyena.test.ts +31 -0
- package/src/cards/005/characters/087-banzai-taunting-hyena.ts +45 -0
- package/src/cards/005/characters/088-robin-hood-sneaky-sleuth.test.ts +37 -0
- package/src/cards/005/characters/088-robin-hood-sneaky-sleuth.ts +46 -0
- package/src/cards/005/characters/089-mother-gothel-conceited-manipulator.test.ts +30 -0
- package/src/cards/005/characters/089-mother-gothel-conceited-manipulator.ts +51 -0
- package/src/cards/005/characters/090-clarabelle-contented-wallflower.test.ts +23 -0
- package/src/cards/005/characters/090-clarabelle-contented-wallflower.ts +48 -0
- package/src/cards/005/characters/091-shenzi-head-hyena.test.ts +72 -0
- package/src/cards/005/characters/091-shenzi-head-hyena.ts +63 -0
- package/src/cards/005/characters/092-mother-gothel-unwavering-schemer.test.ts +36 -0
- package/src/cards/005/characters/092-mother-gothel-unwavering-schemer.ts +36 -0
- package/src/cards/005/characters/093-scar-vengeful-lion.test.ts +115 -0
- package/src/cards/005/characters/093-scar-vengeful-lion.ts +46 -0
- package/src/cards/005/characters/103-taffyta-muttonfudge-ruthless-rival.ts +23 -0
- package/src/cards/005/characters/104-wrech-it-ralph-demolition-dude.test.ts +42 -0
- package/src/cards/005/characters/104-wrechit-ralph-demolition-dude.ts +34 -0
- package/src/cards/005/characters/104-wreck-it-ralph-demolition-dude.ts +37 -0
- package/src/cards/005/characters/105-maximus-team-champion.test.ts +66 -0
- package/src/cards/005/characters/105-maximus-team-champion.ts +53 -0
- package/src/cards/005/characters/106-turbo-royal-hack.test.ts +37 -0
- package/src/cards/005/characters/106-turbo-royal-hack.ts +33 -0
- package/src/cards/005/characters/107-donald-duck-pie-slinger.test.ts +44 -0
- package/src/cards/005/characters/107-donald-duck-pie-slinger.ts +67 -0
- package/src/cards/005/characters/108-rancis-fluggerbutter-chocolate-charger.ts +23 -0
- package/src/cards/005/characters/109-scar-betrayer.test.ts +31 -0
- package/src/cards/005/characters/109-scar-betrayer.ts +51 -0
- package/src/cards/005/characters/110-snowanna-rainbeau-cool-competitor.test.ts +16 -0
- package/src/cards/005/characters/110-snowanna-rainbeau-cool-competitor.ts +31 -0
- package/src/cards/005/characters/111-daisy-duck-spotless-food-fighter.test.ts +14 -0
- package/src/cards/005/characters/111-daisy-duck-spotless-food-fighter.ts +30 -0
- package/src/cards/005/characters/111-daisy-duck-spotless-foodfighter.ts +28 -0
- package/src/cards/005/characters/112-mickey-mouse-enthusiastic-dancer.test.ts +24 -0
- package/src/cards/005/characters/112-mickey-mouse-enthusiastic-dancer.ts +36 -0
- package/src/cards/005/characters/113-ratigan-raging-rat.test.ts +31 -0
- package/src/cards/005/characters/113-ratigan-raging-rat.ts +37 -0
- package/src/cards/005/characters/114-taffyta-muttonfudge-crowd-favorite.test.ts +41 -0
- package/src/cards/005/characters/114-taffyta-muttonfudge-crowd-favorite.ts +49 -0
- package/src/cards/005/characters/115-denahi-avenging-brother.ts +23 -0
- package/src/cards/005/characters/116-pete-steamboat-rival.test.ts +62 -0
- package/src/cards/005/characters/116-pete-steamboat-rival.ts +50 -0
- package/src/cards/005/characters/117-taffyta-muttonfudge-sour-speedster.test.ts +26 -0
- package/src/cards/005/characters/117-taffyta-muttonfudge-sour-speedster.ts +46 -0
- package/src/cards/005/characters/118-robin-hood-sharpshooter.test.ts +63 -0
- package/src/cards/005/characters/118-robin-hood-sharpshooter.ts +46 -0
- package/src/cards/005/characters/119-gaston-pure-paragon.test.ts +80 -0
- package/src/cards/005/characters/119-gaston-pure-paragon.ts +41 -0
- package/src/cards/005/characters/120-pete-pastry-chomper.ts +22 -0
- package/src/cards/005/characters/121-arthur-novice-sparrow.test.ts +14 -0
- package/src/cards/005/characters/121-arthur-novice-sparrow.ts +31 -0
- package/src/cards/005/characters/122-donald-duck-daisy-s-date.test.ts +37 -0
- package/src/cards/005/characters/122-donald-duck-daisys-date.ts +41 -0
- package/src/cards/005/characters/123-ratigan-party-crasher.test.ts +50 -0
- package/src/cards/005/characters/123-ratigan-party-crasher.ts +53 -0
- package/src/cards/005/characters/124-vanellope-von-schweetz-random-roster-racer.test.ts +34 -0
- package/src/cards/005/characters/124-vanellope-von-schweetz-random-roster-racer.ts +48 -0
- package/src/cards/005/characters/125-simba-adventurous-successor.test.ts +23 -0
- package/src/cards/005/characters/125-simba-adventurous-successor.ts +50 -0
- package/src/cards/005/characters/126-minnie-mouse-dazzling-dancer.test.ts +44 -0
- package/src/cards/005/characters/126-minnie-mouse-dazzling-dancer.ts +40 -0
- package/src/cards/005/characters/137-king-candy-sovereign-of-sugar.ts +23 -0
- package/src/cards/005/characters/138-chaca-impressive-daughter.ts +23 -0
- package/src/cards/005/characters/139-the-queen-cruelest-of-all.test.ts +14 -0
- package/src/cards/005/characters/139-the-queen-cruelest-of-all.ts +31 -0
- package/src/cards/005/characters/140-scrooge-mcduck-afficionado-of-antiquities.ts +23 -0
- package/src/cards/005/characters/140-scrooge-mcduck-aficionado-of-antiquities.ts +25 -0
- package/src/cards/005/characters/141-prince-john-opportunistic-briber.test.ts +32 -0
- package/src/cards/005/characters/141-prince-john-opportunistic-briber.ts +47 -0
- package/src/cards/005/characters/142-merlin-back-from-bermuda.ts +37 -0
- package/src/cards/005/characters/142-merlin-back-from-the-bermudas.test.ts +34 -0
- package/src/cards/005/characters/142-merlin-back-from-the-bermudas.ts +49 -0
- package/src/cards/005/characters/143-pacha-emperor-s-guide.test.ts +111 -0
- package/src/cards/005/characters/143-pacha-emperors-guide.ts +67 -0
- package/src/cards/005/characters/144-the-queen-fairest-of-all.test.ts +30 -0
- package/src/cards/005/characters/144-the-queen-fairest-of-all.ts +52 -0
- package/src/cards/005/characters/145-sheriff-of-nottingham-bushel-britches.test.ts +26 -0
- package/src/cards/005/characters/145-sheriff-of-nottingham-bushel-britches.ts +41 -0
- package/src/cards/005/characters/146-chicha-dedicated-mother.test.ts +75 -0
- package/src/cards/005/characters/146-chicha-dedicated-mother.ts +55 -0
- package/src/cards/005/characters/147-prince-john-gold-lover.test.ts +24 -0
- package/src/cards/005/characters/147-prince-john-gold-lover.ts +41 -0
- package/src/cards/005/characters/148-the-queen-crown-of-the-council.test.ts +35 -0
- package/src/cards/005/characters/148-the-queen-crown-of-the-council.ts +50 -0
- package/src/cards/005/characters/149-kuzco-selfish-emperor.test.ts +67 -0
- package/src/cards/005/characters/149-kuzco-selfish-emperor.ts +65 -0
- package/src/cards/005/characters/150-mufasa-ruler-of-pride-rock.test.ts +44 -0
- package/src/cards/005/characters/150-mufasa-ruler-of-pride-rock.ts +83 -0
- package/src/cards/005/characters/151-ludwig-von-drake-self-proclaimed-genius.ts +22 -0
- package/src/cards/005/characters/151-ludwig-von-drake-selfproclaimed-genius.ts +26 -0
- package/src/cards/005/characters/152-minnie-mouse-quick-thinking-inventor.test.ts +23 -0
- package/src/cards/005/characters/152-minnie-mouse-quick-thinking-inventor.ts +49 -0
- package/src/cards/005/characters/152-minnie-mouse-quickthinking-inventor.ts +43 -0
- package/src/cards/005/characters/153-basil-practiced-detective.test.ts +14 -0
- package/src/cards/005/characters/153-basil-practiced-detective.ts +31 -0
- package/src/cards/005/characters/154-king-candy-sweet-abomination.test.ts +57 -0
- package/src/cards/005/characters/154-king-candy-sweet-abomination.ts +60 -0
- package/src/cards/005/characters/155-donald-duck-focused-flatfoot.test.ts +33 -0
- package/src/cards/005/characters/155-donald-duck-focused-flatfoot.ts +47 -0
- package/src/cards/005/characters/156-tanana-wise-woman.test.ts +36 -0
- package/src/cards/005/characters/156-tanana-wise-woman.ts +53 -0
- package/src/cards/005/characters/157-tipo-growing-son.test.ts +32 -0
- package/src/cards/005/characters/157-tipo-growing-son.ts +48 -0
- package/src/cards/005/characters/158-belle-of-the-ball.test.ts +36 -0
- package/src/cards/005/characters/158-belle-of-the-ball.ts +48 -0
- package/src/cards/005/characters/159-merlin-intellectual-visionary.test.ts +40 -0
- package/src/cards/005/characters/159-merlin-intellectual-visionary.ts +58 -0
- package/src/cards/005/characters/166-basil-s-magnifying-glass.test.ts +24 -0
- package/src/cards/005/characters/171-stitch-team-underdog.test.ts +23 -0
- package/src/cards/005/characters/171-stitch-team-underdog.ts +52 -0
- package/src/cards/005/characters/172-jafar-tyrannical-hypnotist.test.ts +37 -0
- package/src/cards/005/characters/172-jafar-tyrannical-hypnotist.ts +43 -0
- package/src/cards/005/characters/172-jarar-tyrannical-hypnotist.test.ts +78 -0
- package/src/cards/005/characters/173-simba-lost-prince.test.ts +24 -0
- package/src/cards/005/characters/173-simba-lost-prince.ts +45 -0
- package/src/cards/005/characters/174-rudy-groove-disrupter.ts +23 -0
- package/src/cards/005/characters/175-royal-guard-bovine-protector.ts +23 -0
- package/src/cards/005/characters/176-mickey-mouse-food-fight-defender.test.ts +14 -0
- package/src/cards/005/characters/176-mickey-mouse-food-fight-defender.ts +31 -0
- package/src/cards/005/characters/177-sleepy-sluggish-knight.test.ts +39 -0
- package/src/cards/005/characters/177-sleepy-sluggish-knight.ts +59 -0
- package/src/cards/005/characters/178-kronk-unlicensed-investigator.test.ts +14 -0
- package/src/cards/005/characters/178-kronk-unlicensed-investigator.ts +32 -0
- package/src/cards/005/characters/179-heihei-protective-rooster.test.ts +39 -0
- package/src/cards/005/characters/179-heihei-protective-rooster.ts +60 -0
- package/src/cards/005/characters/180-sneezy-noisy-knight.test.ts +23 -0
- package/src/cards/005/characters/180-sneezy-noisy-knight.ts +44 -0
- package/src/cards/005/characters/181-dopey-knight-apprentice.test.ts +25 -0
- package/src/cards/005/characters/181-dopey-knight-apprentice.ts +55 -0
- package/src/cards/005/characters/182-namaari-resolute-daughter.test.ts +24 -0
- package/src/cards/005/characters/182-namaari-resolute-daughter.ts +42 -0
- package/src/cards/005/characters/183-snow-white-fair-hearted.test.ts +101 -0
- package/src/cards/005/characters/183-snow-white-fair-hearted.ts +37 -0
- package/src/cards/005/characters/183-snow-white-fairhearted.ts +39 -0
- package/src/cards/005/characters/184-yzma-unjustly-treated.test.ts +125 -0
- package/src/cards/005/characters/184-yzma-unjustly-treated.ts +52 -0
- package/src/cards/005/characters/185-kronk-head-of-security.test.ts +24 -0
- package/src/cards/005/characters/185-kronk-head-of-security.ts +59 -0
- package/src/cards/005/characters/186-grumpy-skeptical-knight.test.ts +71 -0
- package/src/cards/005/characters/186-grumpy-skeptical-knight.ts +47 -0
- package/src/cards/005/characters/187-pete-wrestling-champ.test.ts +47 -0
- package/src/cards/005/characters/187-pete-wrestling-champ.ts +42 -0
- package/src/cards/005/characters/188-sir-ector-castle-lord.ts +23 -0
- package/src/cards/005/characters/189-bashful-adoring-knight.test.ts +39 -0
- package/src/cards/005/characters/189-bashful-adoring-knight.ts +36 -0
- package/src/cards/005/characters/190-arthur-wart.ts +23 -0
- package/src/cards/005/characters/191-happy-lively-knight.test.ts +24 -0
- package/src/cards/005/characters/191-happy-lively-knight.ts +36 -0
- package/src/cards/005/characters/192-simba-son-of-mufasa.test.ts +36 -0
- package/src/cards/005/characters/192-simba-son-of-mufasa.ts +60 -0
- package/src/cards/005/characters/193-doc-bold-knight.test.ts +43 -0
- package/src/cards/005/characters/193-doc-bold-knight.ts +46 -0
- package/src/cards/005/characters/194-arthur-king-victorious.test.ts +46 -0
- package/src/cards/005/characters/194-arthur-king-victorious.ts +59 -0
- package/src/cards/005/characters/195-pete-games-referee.test.ts +69 -0
- package/src/cards/005/characters/195-pete-games-referee.ts +40 -0
- package/src/cards/005/characters/characters.ts +147 -0
- package/src/cards/005/characters/index.ts +145 -0
- package/src/cards/005/index.ts +35 -0
- package/src/cards/005/items/030-healing-decanter-item.test.ts +24 -0
- package/src/cards/005/items/030-healing-decanter-item.ts +39 -0
- package/src/cards/005/items/030-healing-decanter.test.ts +24 -0
- package/src/cards/005/items/030-healing-decanter.ts +38 -0
- package/src/cards/005/items/031-queen-s-sensor-core-item.test.ts +60 -0
- package/src/cards/005/items/031-queen-s-sensor-core.test.ts +37 -0
- package/src/cards/005/items/031-queens-sensor-core-item.ts +68 -0
- package/src/cards/005/items/031-queens-sensor-core.ts +46 -0
- package/src/cards/005/items/032-amber-chromicon-item.test.ts +24 -0
- package/src/cards/005/items/032-amber-chromicon-item.ts +40 -0
- package/src/cards/005/items/032-amber-chromicon.test.ts +24 -0
- package/src/cards/005/items/032-amber-chromicon.ts +38 -0
- package/src/cards/005/items/064-retrosphere.test.ts +28 -0
- package/src/cards/005/items/064-retrosphere.ts +36 -0
- package/src/cards/005/items/065-half-hexwell-crown.test.ts +37 -0
- package/src/cards/005/items/065-half-hexwell-crown.ts +34 -0
- package/src/cards/005/items/066-amethyst-chromicon.test.ts +36 -0
- package/src/cards/005/items/066-amethyst-chromicon.ts +32 -0
- package/src/cards/005/items/098-prince-john-s-mirror.test.ts +119 -0
- package/src/cards/005/items/098-prince-johns-mirror.ts +59 -0
- package/src/cards/005/items/099-obscurosphere.test.ts +24 -0
- package/src/cards/005/items/099-obscurosphere.ts +31 -0
- package/src/cards/005/items/100-emerald-chromicon.test.ts +169 -0
- package/src/cards/005/items/100-emerald-chromicon.ts +39 -0
- package/src/cards/005/items/132-potion-of-might.test.ts +24 -0
- package/src/cards/005/items/132-potion-of-might.ts +39 -0
- package/src/cards/005/items/133-the-sword-released.test.ts +24 -0
- package/src/cards/005/items/133-the-sword-released.ts +38 -0
- package/src/cards/005/items/134-ruby-chromicon.test.ts +24 -0
- package/src/cards/005/items/134-ruby-chromicon.ts +39 -0
- package/src/cards/005/items/165-medal-of-heroes.test.ts +24 -0
- package/src/cards/005/items/165-medal-of-heroes.ts +39 -0
- package/src/cards/005/items/166-basil-s-magnifying-glass.test.ts +24 -0
- package/src/cards/005/items/166-basils-magnifying-glass.ts +35 -0
- package/src/cards/005/items/167-merlin-s-carpetbag.test.ts +24 -0
- package/src/cards/005/items/167-merlins-carpetbag.ts +31 -0
- package/src/cards/005/items/168-sapphire-chromicon.test.ts +43 -0
- package/src/cards/005/items/168-sapphire-chromicon.ts +41 -0
- package/src/cards/005/items/200-shield-of-arendelle.test.ts +24 -0
- package/src/cards/005/items/200-shield-of-arendelle.ts +38 -0
- package/src/cards/005/items/201-plate-armor.test.ts +24 -0
- package/src/cards/005/items/201-plate-armor.ts +38 -0
- package/src/cards/005/items/202-steel-chromicon.test.ts +24 -0
- package/src/cards/005/items/202-steel-chromicon.ts +37 -0
- package/src/cards/005/items/index.ts +19 -0
- package/src/cards/005/items/items.ts +21 -0
- package/src/cards/005/locations/033-rapunzel-s-tower-secluded-prison.test.ts +24 -0
- package/src/cards/005/locations/033-rapunzels-tower-secluded-prison.ts +36 -0
- package/src/cards/005/locations/034-pride-lands-jungle-oasis.test.ts +67 -0
- package/src/cards/005/locations/034-pride-lands-jungle-oasis.ts +43 -0
- package/src/cards/005/locations/067-elsa-s-ice-palace-place-of-solitude.test.ts +45 -0
- package/src/cards/005/locations/067-elsas-ice-palace-place-of-solitude.ts +40 -0
- package/src/cards/005/locations/068-the-library-a-gift-for-belle.test.ts +103 -0
- package/src/cards/005/locations/068-the-library-a-gift-for-belle.ts +44 -0
- package/src/cards/005/locations/101-sherwood-forest-outlaw-hideaway.test.ts +75 -0
- package/src/cards/005/locations/101-sherwood-forest-outlaw-hideaway.ts +153 -0
- package/src/cards/005/locations/102-tropical-rainforest-jaguar-lair.test.ts +24 -0
- package/src/cards/005/locations/102-tropical-rainforest-jaguar-lair.ts +35 -0
- package/src/cards/005/locations/135-sugar-rush-speedway-starting-line.test.ts +101 -0
- package/src/cards/005/locations/135-sugar-rush-speedway-starting-line.ts +24 -0
- package/src/cards/005/locations/136-ratigan-s-party-seedy-back-room.test.ts +53 -0
- package/src/cards/005/locations/136-ratigans-party-seedy-back-room.ts +35 -0
- package/src/cards/005/locations/169-the-great-illuminary-radiant-ballroom.test.ts +50 -0
- package/src/cards/005/locations/169-the-great-illuminary-radiant-ballroom.ts +35 -0
- package/src/cards/005/locations/170-merlin-s-cottage-the-wizard-s-home.test.ts +24 -0
- package/src/cards/005/locations/170-merlins-cottage-the-wizards-home.ts +24 -0
- package/src/cards/005/locations/203-bad-anon-villain-support-center.test.ts +24 -0
- package/src/cards/005/locations/203-bad-anon-villain-support-center.ts +36 -0
- package/src/cards/005/locations/203-badanon-villain-support-center.ts +56 -0
- package/src/cards/005/locations/204-seven-dwarfs-mine-secure-fortress.test.ts +97 -0
- package/src/cards/005/locations/204-seven-dwarfs-mine-secure-fortress.ts +44 -0
- package/src/cards/005/locations/index.ts +12 -0
- package/src/cards/005/locations/locations.ts +14 -0
- package/src/cards/006/actions/027-good-job-.test.ts +24 -0
- package/src/cards/006/actions/027-good-job.ts +38 -0
- package/src/cards/006/actions/028-i-won-t-give-in.test.ts +37 -0
- package/src/cards/006/actions/028-i-wont-give-in.ts +36 -0
- package/src/cards/006/actions/029-rescue-rangers-away-.test.ts +52 -0
- package/src/cards/006/actions/029-rescue-rangers-away.ts +20 -0
- package/src/cards/006/actions/030-safe-and-sound.test.ts +44 -0
- package/src/cards/006/actions/030-safe-and-sound.ts +20 -0
- package/src/cards/006/actions/060-a-very-merry-unbirthday.test.ts +37 -0
- package/src/cards/006/actions/060-a-very-merry-unbirthday.ts +21 -0
- package/src/cards/006/actions/062-make-some-magic.test.ts +15 -0
- package/src/cards/006/actions/062-make-some-magic.ts +45 -0
- package/src/cards/006/actions/062-making-magic.ts +29 -0
- package/src/cards/006/actions/063-lose-the-way.test.ts +79 -0
- package/src/cards/006/actions/063-lose-the-way.ts +46 -0
- package/src/cards/006/actions/064-seeking-the-half-crown.test.ts +37 -0
- package/src/cards/006/actions/064-seeking-the-half-crown.ts +46 -0
- package/src/cards/006/actions/093-bend-to-my-will.ts +20 -0
- package/src/cards/006/actions/093-submit-to-my-will.test.ts +24 -0
- package/src/cards/006/actions/093-submit-to-my-will.ts +31 -0
- package/src/cards/006/actions/094-prepare-to-board-.test.ts +47 -0
- package/src/cards/006/actions/094-prepare-to-board.ts +38 -0
- package/src/cards/006/actions/095-heffalumps-and-woozles.test.ts +67 -0
- package/src/cards/006/actions/095-heffalumps-and-woozles.ts +42 -0
- package/src/cards/006/actions/096-mosquito-bite.test.ts +29 -0
- package/src/cards/006/actions/096-mosquito-bite.ts +36 -0
- package/src/cards/006/actions/097-you-came-back.test.ts +33 -0
- package/src/cards/006/actions/097-you-came-back.ts +35 -0
- package/src/cards/006/actions/128-thievery.test.ts +26 -0
- package/src/cards/006/actions/128-thievery.ts +39 -0
- package/src/cards/006/actions/129-lead-the-way.ts +32 -0
- package/src/cards/006/actions/129-show-the-way.test.ts +27 -0
- package/src/cards/006/actions/129-show-the-way.ts +40 -0
- package/src/cards/006/actions/130-the-islands-i-pulled-from-the-sea.test.ts +31 -0
- package/src/cards/006/actions/130-the-islands-i-pulled-from-the-sea.ts +32 -0
- package/src/cards/006/actions/131-energy-blast.test.ts +28 -0
- package/src/cards/006/actions/131-energy-blast.ts +45 -0
- package/src/cards/006/actions/162-we-could-be-immortals.test.ts +28 -0
- package/src/cards/006/actions/162-we-could-be-immortals.ts +46 -0
- package/src/cards/006/actions/163-sail-the-azurite-sea.test.ts +41 -0
- package/src/cards/006/actions/163-sail-the-azurite-sea.ts +35 -0
- package/src/cards/006/actions/164-helping-hand.test.ts +25 -0
- package/src/cards/006/actions/164-helping-hand.ts +47 -0
- package/src/cards/006/actions/165-prepare-your-bot.test.ts +50 -0
- package/src/cards/006/actions/165-prepare-your-bot.ts +32 -0
- package/src/cards/006/actions/195-hot-potato.test.ts +50 -0
- package/src/cards/006/actions/195-hot-potato.ts +37 -0
- package/src/cards/006/actions/196-i-m-still-here.test.ts +37 -0
- package/src/cards/006/actions/196-im-still-here.ts +48 -0
- package/src/cards/006/actions/197-twin-fire.test.ts +151 -0
- package/src/cards/006/actions/197-twin-fire.ts +40 -0
- package/src/cards/006/actions/198-ambush-.test.ts +58 -0
- package/src/cards/006/actions/198-ambush.ts +20 -0
- package/src/cards/006/actions/199-hot-potato.test.ts +55 -0
- package/src/cards/006/actions/199-unfortunate-situation.test.ts +24 -0
- package/src/cards/006/actions/199-unfortunate-situation.ts +20 -0
- package/src/cards/006/actions/actions.ts +28 -0
- package/src/cards/006/actions/index.ts +26 -0
- package/src/cards/006/characters/001-owl-pirate-lookout.test.ts +24 -0
- package/src/cards/006/characters/001-owl-pirate-lookout.ts +39 -0
- package/src/cards/006/characters/002-lilo-escape-artist.test.ts +82 -0
- package/src/cards/006/characters/002-lilo-escape-artist.ts +43 -0
- package/src/cards/006/characters/003-winnie-the-pooh-honey-pirate-lookout.test.ts +35 -0
- package/src/cards/006/characters/003-winnie-the-pooh-honey-pirate-lookout.ts +42 -0
- package/src/cards/006/characters/003-winnie-the-pooh-hunny-pirate.ts +41 -0
- package/src/cards/006/characters/004-gopher-ships-carpenter.ts +23 -0
- package/src/cards/006/characters/005-simba-happy-go-lucky.ts +23 -0
- package/src/cards/006/characters/005-simba-happygolucky.ts +25 -0
- package/src/cards/006/characters/006-chip-friend-indeed.test.ts +24 -0
- package/src/cards/006/characters/006-chip-friend-indeed.ts +44 -0
- package/src/cards/006/characters/007-dale-friend-in-need.test.ts +43 -0
- package/src/cards/006/characters/007-dale-friend-in-need.ts +37 -0
- package/src/cards/006/characters/008-david-impressive-surfer.test.ts +24 -0
- package/src/cards/006/characters/008-david-impressive-surfer.ts +37 -0
- package/src/cards/006/characters/009-prince-naveen-vigilant-first-mate.test.ts +61 -0
- package/src/cards/006/characters/009-prince-naveen-vigilant-first-mate.ts +72 -0
- package/src/cards/006/characters/010-prince-naveen-carefree-explorer.ts +23 -0
- package/src/cards/006/characters/010-principe-naveen-carefree-explorer.ts +25 -0
- package/src/cards/006/characters/011-chief-bogo-gazelle-fan.test.ts +24 -0
- package/src/cards/006/characters/011-chief-bogo-gazelle-fan.ts +26 -0
- package/src/cards/006/characters/012-chip-ranger-leader.test.ts +36 -0
- package/src/cards/006/characters/012-chip-ranger-leader.ts +36 -0
- package/src/cards/006/characters/013-monterey-jack-good-hearted-ranger.ts +23 -0
- package/src/cards/006/characters/013-monterey-jack-goodhearted-ranger.ts +25 -0
- package/src/cards/006/characters/014-chip-n-dale-recovery-rangers.test.ts +90 -0
- package/src/cards/006/characters/014-chip-n-dale-recovery-rangers.ts +56 -0
- package/src/cards/006/characters/015-judy-hopps-resourceful-rabbit.test.ts +38 -0
- package/src/cards/006/characters/015-judy-hopps-resourceful-rabbit.ts +51 -0
- package/src/cards/006/characters/016-tiana-restaurant-owner.test.ts +141 -0
- package/src/cards/006/characters/016-tiana-restaurant-owner.ts +40 -0
- package/src/cards/006/characters/017-grand-councilwoman-federation-leader.test.ts +24 -0
- package/src/cards/006/characters/017-grand-councilwoman-federation-leader.ts +44 -0
- package/src/cards/006/characters/018-dale-mischievous-ranger.test.ts +44 -0
- package/src/cards/006/characters/018-dale-mischievous-ranger.ts +26 -0
- package/src/cards/006/characters/019-nani-caring-sister.test.ts +33 -0
- package/src/cards/006/characters/019-nani-caring-sister.ts +49 -0
- package/src/cards/006/characters/020-simba-pride-protector.test.ts +115 -0
- package/src/cards/006/characters/020-simba-pride-protector.ts +54 -0
- package/src/cards/006/characters/021-kanga-nurturing-mother.test.ts +24 -0
- package/src/cards/006/characters/021-kanga-nurturing-mother.ts +42 -0
- package/src/cards/006/characters/022-rabbit-indignant-pirate.test.ts +22 -0
- package/src/cards/006/characters/022-rabbit-indignant-pirate.ts +53 -0
- package/src/cards/006/characters/023-roo-littlest-pirate.test.ts +22 -0
- package/src/cards/006/characters/023-roo-littlest-pirate.ts +41 -0
- package/src/cards/006/characters/024-mr-litwak-arcade-owner.test.ts +32 -0
- package/src/cards/006/characters/024-mr-litwak-arcade-owner.ts +47 -0
- package/src/cards/006/characters/025-jim-hawkins-honorable-pirate.test.ts +20 -0
- package/src/cards/006/characters/025-jim-hawkins-honorable-pirate.ts +51 -0
- package/src/cards/006/characters/026-stitch-little-trickster.test.ts +42 -0
- package/src/cards/006/characters/026-stitch-little-trickster.ts +38 -0
- package/src/cards/006/characters/036-hades-lord-of-the-dead.ts +41 -0
- package/src/cards/006/characters/036-hades-lord-of-the-underworld.test.ts +24 -0
- package/src/cards/006/characters/036-hades-lord-of-the-underworld.ts +44 -0
- package/src/cards/006/characters/037-madam-mim-tiny-adversary.test.ts +33 -0
- package/src/cards/006/characters/037-madam-mim-tiny-adversary.ts +45 -0
- package/src/cards/006/characters/038-genie-excited-shipbuilder.ts +23 -0
- package/src/cards/006/characters/039-sisu-in-her-element.test.ts +14 -0
- package/src/cards/006/characters/039-sisu-in-her-element.ts +32 -0
- package/src/cards/006/characters/040-the-white-rose-gem-of-the-garden.test.ts +22 -0
- package/src/cards/006/characters/040-the-white-rose-gem-of-the-garden.ts +35 -0
- package/src/cards/006/characters/040-the-white-rose-jewel-of-the-garden.ts +41 -0
- package/src/cards/006/characters/041-juju-mama-odie-s-companion.test.ts +22 -0
- package/src/cards/006/characters/041-juju-mama-odies-companion.ts +41 -0
- package/src/cards/006/characters/042-rafiki-shaman-of-the-savanna.ts +23 -0
- package/src/cards/006/characters/043-tinker-bell-fast-flier.test.ts +14 -0
- package/src/cards/006/characters/043-tinker-bell-fast-flier.ts +31 -0
- package/src/cards/006/characters/043-tinker-bell-flying-at-full-speed.test.ts +20 -0
- package/src/cards/006/characters/043-tinker-bell-flying-at-full-speed.ts +28 -0
- package/src/cards/006/characters/044-the-carpenter-dinner-companion.test.ts +24 -0
- package/src/cards/006/characters/044-the-carpenter-dinner-companion.ts +51 -0
- package/src/cards/006/characters/045-iago-reappearing-parrot.test.ts +24 -0
- package/src/cards/006/characters/045-iago-reappearing-parrot.ts +41 -0
- package/src/cards/006/characters/046-the-walrus-greedy-gourmand.ts +23 -0
- package/src/cards/006/characters/047-scar-tempestuous-lion.test.ts +23 -0
- package/src/cards/006/characters/047-scar-tempestuous-lion.ts +38 -0
- package/src/cards/006/characters/048-tinker-bell-queen-of-the-azurite-fairies.test.ts +46 -0
- package/src/cards/006/characters/048-tinker-bell-queen-of-the-azurite-fairies.ts +59 -0
- package/src/cards/006/characters/049-diablo-obedient-raven.test.ts +69 -0
- package/src/cards/006/characters/049-diablo-obedient-raven.ts +39 -0
- package/src/cards/006/characters/050-march-hare-absurd-host.test.ts +14 -0
- package/src/cards/006/characters/050-march-hare-absurd-host.ts +31 -0
- package/src/cards/006/characters/051-magic-carpet-amazing-flier.ts +23 -0
- package/src/cards/006/characters/052-rafiki-ethereal-guide.test.ts +33 -0
- package/src/cards/006/characters/052-rafiki-ethereal-guide.ts +54 -0
- package/src/cards/006/characters/053-genie-wish-fulfilled.test.ts +31 -0
- package/src/cards/006/characters/053-genie-wish-fulfilled.ts +86 -0
- package/src/cards/006/characters/054-sisu-uniting-dragon.test.ts +41 -0
- package/src/cards/006/characters/054-sisu-uniting-dragon.ts +48 -0
- package/src/cards/006/characters/055-madam-mim-truly-marvelous.test.ts +24 -0
- package/src/cards/006/characters/055-madam-mim-truly-marvelous.ts +35 -0
- package/src/cards/006/characters/056-yzma-conniving-chemist.test.ts +47 -0
- package/src/cards/006/characters/056-yzma-conniving-chemist.ts +26 -0
- package/src/cards/006/characters/057-mama-odie-solitary-sage.ts +26 -0
- package/src/cards/006/characters/057-mamma-odie-lone-sage.test.ts +24 -0
- package/src/cards/006/characters/057-mamma-odie-lone-sage.ts +46 -0
- package/src/cards/006/characters/058-peter-pan-shadow-catcher.test.ts +24 -0
- package/src/cards/006/characters/058-peter-pan-shadow-catcher.ts +38 -0
- package/src/cards/006/characters/059-mad-hatter-eccentric-host.test.ts +91 -0
- package/src/cards/006/characters/059-mad-hatter-eccentric-host.ts +26 -0
- package/src/cards/006/characters/061-genie-wonderful-trickster.test.ts +46 -0
- package/src/cards/006/characters/061-genie-wonderful-trickster.ts +69 -0
- package/src/cards/006/characters/070-jasmine-royal-seafarer.test.ts +22 -0
- package/src/cards/006/characters/070-jasmine-royal-seafarer.ts +37 -0
- package/src/cards/006/characters/071-captain-hook-underhanded.test.ts +76 -0
- package/src/cards/006/characters/071-captain-hook-underhanded.ts +52 -0
- package/src/cards/006/characters/072-stitch-alien-buccaneer.test.ts +23 -0
- package/src/cards/006/characters/072-stitch-alien-buccaneer.ts +50 -0
- package/src/cards/006/characters/073-go-go-tomago-darting-dynamo.test.ts +40 -0
- package/src/cards/006/characters/073-go-go-tomago-darting-dynamo.ts +41 -0
- package/src/cards/006/characters/074-honey-lemon-chemical-genius.test.ts +39 -0
- package/src/cards/006/characters/074-honey-lemon-chemical-genius.ts +47 -0
- package/src/cards/006/characters/075-fred-mascot-by-day.test.ts +24 -0
- package/src/cards/006/characters/075-fred-mascot-by-day.ts +41 -0
- package/src/cards/006/characters/076-tootles-lost-boy.ts +23 -0
- package/src/cards/006/characters/077-dawson-basils-assistant.ts +23 -0
- package/src/cards/006/characters/078-heathcliff-stoic-butler.test.ts +14 -0
- package/src/cards/006/characters/078-heathcliff-stoic-butler.ts +31 -0
- package/src/cards/006/characters/079-basil-hypnotized-mouse.test.ts +14 -0
- package/src/cards/006/characters/079-basil-hypnotized-mouse.ts +31 -0
- package/src/cards/006/characters/080-donald-duck-first-mate.test.ts +40 -0
- package/src/cards/006/characters/080-donald-duck-first-mate.ts +36 -0
- package/src/cards/006/characters/081-daisy-duck-pirate-captain.test.ts +68 -0
- package/src/cards/006/characters/081-daisy-duck-pirate-captain.ts +84 -0
- package/src/cards/006/characters/082-mertle-edmonds-lilos-rival.ts +23 -0
- package/src/cards/006/characters/083-prince-phillip-royal-explorer.test.ts +14 -0
- package/src/cards/006/characters/083-prince-phillip-royal-explorer.ts +31 -0
- package/src/cards/006/characters/084-jasmine-royal-commodore.test.ts +31 -0
- package/src/cards/006/characters/084-jasmine-royal-commodore.ts +50 -0
- package/src/cards/006/characters/085-peter-pan-never-land-prankster.test.ts +53 -0
- package/src/cards/006/characters/085-peter-pan-never-land-prankster.ts +38 -0
- package/src/cards/006/characters/086-hercules-baby-demigod.test.ts +33 -0
- package/src/cards/006/characters/086-hercules-baby-demigod.ts +48 -0
- package/src/cards/006/characters/087-alistair-krei-ambitious-entrepreneur.test.ts +22 -0
- package/src/cards/006/characters/087-alistair-krei-ambitious-entrepreneur.ts +48 -0
- package/src/cards/006/characters/088-gazelle-angel-with-horns.test.ts +22 -0
- package/src/cards/006/characters/088-gazelle-angel-with-horns.ts +48 -0
- package/src/cards/006/characters/089-goofy-expert-shipwright.test.ts +33 -0
- package/src/cards/006/characters/089-goofy-expert-shipwright.ts +53 -0
- package/src/cards/006/characters/090-bellwether-assistant-mayor.test.ts +24 -0
- package/src/cards/006/characters/090-bellwether-assistant-mayor.ts +38 -0
- package/src/cards/006/characters/091-basil-disguised-detective.test.ts +54 -0
- package/src/cards/006/characters/091-basil-disguised-detective.ts +52 -0
- package/src/cards/006/characters/092-olivia-flaversham-the-toymakers-daughter.ts +23 -0
- package/src/cards/006/characters/092-olivia-flaversham-toymakers-daughter.ts +25 -0
- package/src/cards/006/characters/103-mickey-mouse-pirate-captain.test.ts +50 -0
- package/src/cards/006/characters/103-mickey-mouse-pirate-captain.ts +46 -0
- package/src/cards/006/characters/104-kakamora-boarding-party.test.ts +14 -0
- package/src/cards/006/characters/104-kakamora-boarding-party.ts +31 -0
- package/src/cards/006/characters/105-kakamora-pirate-pitcher.test.ts +42 -0
- package/src/cards/006/characters/105-kakamora-pirate-pitcher.ts +42 -0
- package/src/cards/006/characters/106-jasmine-rebellious-princess.test.ts +24 -0
- package/src/cards/006/characters/106-jasmine-rebellious-princess.ts +42 -0
- package/src/cards/006/characters/107-raya-kumandran-rider.test.ts +100 -0
- package/src/cards/006/characters/107-raya-kumandran-rider.ts +41 -0
- package/src/cards/006/characters/108-wendy-darling-courageous-captain.test.ts +48 -0
- package/src/cards/006/characters/108-wendy-darling-courageous-captain.ts +43 -0
- package/src/cards/006/characters/109-john-silver-dangerous-friend.test.ts +24 -0
- package/src/cards/006/characters/109-john-silver-dangerous-friend.ts +44 -0
- package/src/cards/006/characters/109-john-silver-ferocious-friend.ts +63 -0
- package/src/cards/006/characters/110-vanellope-von-schweetz-gutsy-go-getter.test.ts +24 -0
- package/src/cards/006/characters/110-vanellope-von-schweetz-gutsy-go-getter.ts +42 -0
- package/src/cards/006/characters/110-vanellope-von-schweetz-gutsy-gogetter.ts +41 -0
- package/src/cards/006/characters/111-michael-darling-playful-swordsman.ts +23 -0
- package/src/cards/006/characters/112-aladdin-fearless-navigator.ts +23 -0
- package/src/cards/006/characters/112-aladdin-intrepid-navigator.ts +25 -0
- package/src/cards/006/characters/113-markowski-space-trooper.test.ts +14 -0
- package/src/cards/006/characters/113-markowski-space-trooper.ts +31 -0
- package/src/cards/006/characters/114-abu-bold-helmsman.test.ts +14 -0
- package/src/cards/006/characters/114-abu-bold-helmsman.ts +31 -0
- package/src/cards/006/characters/115-mickey-mouse-courageous-sailor.test.ts +24 -0
- package/src/cards/006/characters/115-mickey-mouse-courageous-sailor.ts +36 -0
- package/src/cards/006/characters/116-adorabeezle-winterpop-ice-rocket-racer.test.ts +29 -0
- package/src/cards/006/characters/116-adorabeezle-winterpop-ice-rocket-racer.ts +37 -0
- package/src/cards/006/characters/117-moana-self-taught-sailor.test.ts +74 -0
- package/src/cards/006/characters/117-moana-self-taught-sailor.ts +37 -0
- package/src/cards/006/characters/117-moana-selftaught-sailor.ts +45 -0
- package/src/cards/006/characters/118-john-darling-distinguished-swordsman.ts +25 -0
- package/src/cards/006/characters/118-john-darling-sophisticated-swordsman.ts +23 -0
- package/src/cards/006/characters/119-aladdin-intrepid-commander.test.ts +31 -0
- package/src/cards/006/characters/119-aladdin-intrepid-commander.ts +53 -0
- package/src/cards/006/characters/120-minnie-mouse-pirate-lookout.test.ts +47 -0
- package/src/cards/006/characters/120-minnie-mouse-pirate-lookout.ts +39 -0
- package/src/cards/006/characters/121-moana-kakamora-leader.test.ts +59 -0
- package/src/cards/006/characters/121-moana-kakamora-leader.ts +54 -0
- package/src/cards/006/characters/122-pete-freebooter.ts +22 -0
- package/src/cards/006/characters/122-pete-swashbuckler.ts +25 -0
- package/src/cards/006/characters/123-goofy-flying-fool.test.ts +29 -0
- package/src/cards/006/characters/123-goofy-flying-fool.ts +31 -0
- package/src/cards/006/characters/123-goofy-flying-goof.test.ts +23 -0
- package/src/cards/006/characters/123-goofy-flying-goof.ts +36 -0
- package/src/cards/006/characters/124-maui-half-shark.test.ts +46 -0
- package/src/cards/006/characters/124-maui-half-shark.ts +70 -0
- package/src/cards/006/characters/124-maui-halfshark.test.ts +49 -0
- package/src/cards/006/characters/124-maui-halfshark.ts +69 -0
- package/src/cards/006/characters/125-hades-strong-arm.test.ts +37 -0
- package/src/cards/006/characters/125-hades-strong-arm.ts +26 -0
- package/src/cards/006/characters/126-tigger-in-the-crow-s-nest.test.ts +41 -0
- package/src/cards/006/characters/126-tigger-in-the-crows-nest.ts +53 -0
- package/src/cards/006/characters/127-scar-heartless-hunter.test.ts +22 -0
- package/src/cards/006/characters/127-scar-heartless-hunter.ts +48 -0
- package/src/cards/006/characters/137-b-e-n--eccentric-robot.test.ts +20 -0
- package/src/cards/006/characters/137-ben-eccentric-robot.test.ts +14 -0
- package/src/cards/006/characters/137-ben-eccentric-robot.ts +31 -0
- package/src/cards/006/characters/138-aunt-cass-biggest-fan.test.ts +24 -0
- package/src/cards/006/characters/138-aunt-cass-biggest-fan.ts +44 -0
- package/src/cards/006/characters/139-gadget-hackwrench-creative-thinker.test.ts +24 -0
- package/src/cards/006/characters/139-gadget-hackwrench-creative-thinker.ts +47 -0
- package/src/cards/006/characters/140-gadget-hackwrench-brilliant-bosun.test.ts +24 -0
- package/src/cards/006/characters/140-gadget-hackwrench-brilliant-bosun.ts +44 -0
- package/src/cards/006/characters/141-zipper-astute-decoy.test.ts +33 -0
- package/src/cards/006/characters/141-zipper-astute-decoy.ts +51 -0
- package/src/cards/006/characters/142-oswald-the-lucky-rabbit.test.ts +161 -0
- package/src/cards/006/characters/142-oswald-the-lucky-rabbit.ts +44 -0
- package/src/cards/006/characters/143-yokai-enigmatic-inventor.test.ts +38 -0
- package/src/cards/006/characters/143-yokai-enigmatic-inventor.ts +51 -0
- package/src/cards/006/characters/144-pleakley-scientific-expert.test.ts +22 -0
- package/src/cards/006/characters/144-pleakley-scientific-expert.ts +44 -0
- package/src/cards/006/characters/145-hiro-hamada-robotics-prodigy.test.ts +41 -0
- package/src/cards/006/characters/145-hiro-hamada-robotics-prodigy.ts +36 -0
- package/src/cards/006/characters/146-heihei-not-so-tricky-chicken.test.ts +35 -0
- package/src/cards/006/characters/146-heihei-not-so-tricky-chicken.ts +68 -0
- package/src/cards/006/characters/146-heihei-notsotricky-chicken.ts +52 -0
- package/src/cards/006/characters/147-sour-bill-surly-henchman.test.ts +22 -0
- package/src/cards/006/characters/147-sour-bill-surly-henchman.ts +44 -0
- package/src/cards/006/characters/148-nick-wilde-soggy-fox.test.ts +24 -0
- package/src/cards/006/characters/148-nick-wilde-soggy-fox.ts +37 -0
- package/src/cards/006/characters/149-wasabi-methodical-engineer.test.ts +52 -0
- package/src/cards/006/characters/149-wasabi-methodical-engineer.ts +61 -0
- package/src/cards/006/characters/150-nick-wilde-clever-fox.test.ts +51 -0
- package/src/cards/006/characters/150-nick-wilde-clever-fox.ts +49 -0
- package/src/cards/006/characters/150-nick-wilde-sly-fox.ts +45 -0
- package/src/cards/006/characters/151-gadget-hackwrench-perceptive-mouse.ts +23 -0
- package/src/cards/006/characters/152-dr-delbert-doppler-fussy-astronomer.ts +23 -0
- package/src/cards/006/characters/152-dr-delbert-doppler-precise-astronomer.ts +25 -0
- package/src/cards/006/characters/153-tadashi-hamada-baymax-inventor.test.ts +24 -0
- package/src/cards/006/characters/153-tadashi-hamada-baymax-inventor.ts +37 -0
- package/src/cards/006/characters/154-hiro-hamada-team-leader.test.ts +69 -0
- package/src/cards/006/characters/154-hiro-hamada-team-leader.ts +47 -0
- package/src/cards/006/characters/155-tadashi-hamada-gifted-roboticist.test.ts +24 -0
- package/src/cards/006/characters/155-tadashi-hamada-gifted-roboticist.ts +41 -0
- package/src/cards/006/characters/156-baymax-personal-healthcare-companion.test.ts +48 -0
- package/src/cards/006/characters/156-baymax-personal-healthcare-companion.ts +59 -0
- package/src/cards/006/characters/157-baymax-armored-companion.test.ts +36 -0
- package/src/cards/006/characters/157-baymax-armored-companion.ts +49 -0
- package/src/cards/006/characters/158-yokai-professor-callaghan.ts +23 -0
- package/src/cards/006/characters/159-hiram-flaversham-curious-inventor.ts +25 -0
- package/src/cards/006/characters/159-hiram-flaversham-intrigued-inventor.ts +23 -0
- package/src/cards/006/characters/160-yokai-scientific-supervillain.test.ts +46 -0
- package/src/cards/006/characters/160-yokai-scientific-supervillain.ts +65 -0
- package/src/cards/006/characters/161-alice-savvy-sailor.test.ts +33 -0
- package/src/cards/006/characters/161-alice-savvy-sailor.ts +59 -0
- package/src/cards/006/characters/171-kakamora-long-range-specialist.test.ts +76 -0
- package/src/cards/006/characters/171-kakamora-long-range-specialist.ts +55 -0
- package/src/cards/006/characters/171-kakamora-longrange-specialist.ts +39 -0
- package/src/cards/006/characters/172-kakamora-pirate-chief.ts +68 -0
- package/src/cards/006/characters/172-kokomora-pirate-chief.test.ts +75 -0
- package/src/cards/006/characters/172-kokomora-pirate-chief.ts +62 -0
- package/src/cards/006/characters/173-jim-hawkins-stubborn-cabin-boy.test.ts +24 -0
- package/src/cards/006/characters/173-jim-hawkins-stubborn-cabin-boy.ts +38 -0
- package/src/cards/006/characters/174-mr-big-shrewd-tycoon.test.ts +42 -0
- package/src/cards/006/characters/174-mr-big-shrewd-tycoon.ts +37 -0
- package/src/cards/006/characters/175-mr-smee-steadfast-mate.test.ts +24 -0
- package/src/cards/006/characters/175-mr-smee-steadfast-mate.ts +36 -0
- package/src/cards/006/characters/176-mr-smee-captain-of-the-jolly-roger.test.ts +31 -0
- package/src/cards/006/characters/176-mr-smee-captain-of-the-jolly-roger.ts +36 -0
- package/src/cards/006/characters/177-mullins-seasoned-shipmate.test.ts +81 -0
- package/src/cards/006/characters/177-mullins-seasoned-shipmate.ts +37 -0
- package/src/cards/006/characters/178-kohut-trusted-marine.ts +23 -0
- package/src/cards/006/characters/179-king-hubert-phillips-father.ts +23 -0
- package/src/cards/006/characters/180-hercules-unwavering-demigod.test.ts +14 -0
- package/src/cards/006/characters/180-hercules-unwavering-demigod.ts +32 -0
- package/src/cards/006/characters/181-john-silver-ship-s-cook.test.ts +22 -0
- package/src/cards/006/characters/181-john-silver-ships-cook.ts +42 -0
- package/src/cards/006/characters/182-mr-arrow-legacy-s-first-mate.test.ts +20 -0
- package/src/cards/006/characters/182-mr-arrow-legacys-first-mate.test.ts +14 -0
- package/src/cards/006/characters/182-mr-arrow-legacys-first-mate.ts +32 -0
- package/src/cards/006/characters/183-jim-hawkins-rigger-specialist.test.ts +33 -0
- package/src/cards/006/characters/183-jim-hawkins-rigger-specialist.ts +40 -0
- package/src/cards/006/characters/183-jim-hawkins-rigging-specialist.ts +61 -0
- package/src/cards/006/characters/184-tuk-tuk-big-buddy.ts +23 -0
- package/src/cards/006/characters/185-billy-bones-space-sailor.test.ts +24 -0
- package/src/cards/006/characters/185-billy-bones-space-sailor.ts +51 -0
- package/src/cards/006/characters/186-pluto-guard-dog.test.ts +33 -0
- package/src/cards/006/characters/186-pluto-guard-dog.ts +42 -0
- package/src/cards/006/characters/187-mickey-mouse-night-watch.ts +37 -0
- package/src/cards/006/characters/187-mickey-mouse-night-watchman.test.ts +24 -0
- package/src/cards/006/characters/187-mickey-mouse-night-watchman.ts +51 -0
- package/src/cards/006/characters/188-cobra-bubbles-former-cia.test.ts +33 -0
- package/src/cards/006/characters/188-cobra-bubbles-former-cia.ts +53 -0
- package/src/cards/006/characters/189-gantu-captain-crankyhead.ts +23 -0
- package/src/cards/006/characters/189-gantu-stubborn-captain.ts +25 -0
- package/src/cards/006/characters/190-wreck-it-ralph-ham-hands.test.ts +24 -0
- package/src/cards/006/characters/190-wreck-it-ralph-ham-hands.ts +45 -0
- package/src/cards/006/characters/190-wreckit-ralph-ham-hands.ts +41 -0
- package/src/cards/006/characters/191-calhoun-marine-sergeant.test.ts +37 -0
- package/src/cards/006/characters/191-calhoun-marine-sergeant.ts +48 -0
- package/src/cards/006/characters/192-captain-amelia-commander-of-the-legacy.test.ts +87 -0
- package/src/cards/006/characters/192-captain-amelia-commander-of-the-legacy.ts +48 -0
- package/src/cards/006/characters/193-jafar-power-hungry-vizier.test.ts +24 -0
- package/src/cards/006/characters/193-jafar-power-hungry-vizier.ts +44 -0
- package/src/cards/006/characters/193-jafar-powerhungry-vizier.ts +38 -0
- package/src/cards/006/characters/194-john-silver-stern-captain.test.ts +42 -0
- package/src/cards/006/characters/194-john-silver-stern-captain.ts +58 -0
- package/src/cards/006/characters/characters.ts +150 -0
- package/src/cards/006/characters/index.ts +148 -0
- package/src/cards/006/index.ts +35 -0
- package/src/cards/006/items/031-naveen-s-ukulele.test.ts +50 -0
- package/src/cards/006/items/031-naveens-ukulele.ts +20 -0
- package/src/cards/006/items/032-pooh-pirate-ship.test.ts +24 -0
- package/src/cards/006/items/032-pooh-pirate-ship.ts +29 -0
- package/src/cards/006/items/033-scrump.test.ts +24 -0
- package/src/cards/006/items/033-scrump.ts +31 -0
- package/src/cards/006/items/065-maleficent-s-staff.test.ts +99 -0
- package/src/cards/006/items/065-maleficents-staff.ts +29 -0
- package/src/cards/006/items/066-mad-hatter-s-teapot.test.ts +40 -0
- package/src/cards/006/items/066-mad-hatters-teapot.ts +20 -0
- package/src/cards/006/items/067-pixie-dust.test.ts +24 -0
- package/src/cards/006/items/067-pixie-dust.ts +37 -0
- package/src/cards/006/items/098-megabot.test.ts +63 -0
- package/src/cards/006/items/098-megabot.ts +32 -0
- package/src/cards/006/items/099-galactic-communicator.test.ts +53 -0
- package/src/cards/006/items/099-galactic-communicator.ts +35 -0
- package/src/cards/006/items/100-transport-pod.test.ts +50 -0
- package/src/cards/006/items/100-transport-pod.ts +20 -0
- package/src/cards/006/items/132-longboat.test.ts +24 -0
- package/src/cards/006/items/132-longboat.ts +36 -0
- package/src/cards/006/items/133-gold-coin.test.ts +24 -0
- package/src/cards/006/items/133-gold-coin.ts +31 -0
- package/src/cards/006/items/134-card-soldier-s-spear.test.ts +24 -0
- package/src/cards/006/items/134-card-soldiers-spear.ts +32 -0
- package/src/cards/006/items/166-baymax-s-healthcare-chip.test.ts +50 -0
- package/src/cards/006/items/166-baymaxs-healthcare-chip.ts +62 -0
- package/src/cards/006/items/167-microbots.test.ts +37 -0
- package/src/cards/006/items/167-microbots.ts +45 -0
- package/src/cards/006/items/168-jumbo-pop.test.ts +24 -0
- package/src/cards/006/items/168-jumbo-pop.ts +47 -0
- package/src/cards/006/items/200-king-s-sensor-core.test.ts +41 -0
- package/src/cards/006/items/200-kings-sensor-core.ts +41 -0
- package/src/cards/006/items/201-training-dummy.test.ts +24 -0
- package/src/cards/006/items/201-training-dummy.ts +36 -0
- package/src/cards/006/items/202-sunglasses.test.ts +24 -0
- package/src/cards/006/items/202-sunglasses.ts +41 -0
- package/src/cards/006/items/abilities.ts +308 -0
- package/src/cards/006/items/index.ts +18 -0
- package/src/cards/006/items/items.ts +20 -0
- package/src/cards/006/locations/034-hundred-acre-island-pooh-s-home.test.ts +24 -0
- package/src/cards/006/locations/034-hundred-acre-island-poohs-home.ts +33 -0
- package/src/cards/006/locations/035-sugar-rush-speedway-finish-line.test.ts +62 -0
- package/src/cards/006/locations/035-sugar-rush-speedway-finish-line.ts +37 -0
- package/src/cards/006/locations/068-fairy-ship-royal-vessel.test.ts +11 -0
- package/src/cards/006/locations/068-fairy-ship-royal-vessel.ts +21 -0
- package/src/cards/006/locations/069-mystical-tree-mama-odie-s-home.test.ts +37 -0
- package/src/cards/006/locations/069-mystical-tree-mama-odies-home.ts +41 -0
- package/src/cards/006/locations/101-perilous-maze-watery-labyrinth.test.ts +27 -0
- package/src/cards/006/locations/101-perilous-maze-watery-labyrinth.ts +37 -0
- package/src/cards/006/locations/102-owl-island-secluded-entrance.test.ts +71 -0
- package/src/cards/006/locations/102-owl-island-secluded-entrance.ts +44 -0
- package/src/cards/006/locations/135-flotilla-coconut-armada.test.ts +24 -0
- package/src/cards/006/locations/135-flotilla-coconut-armada.ts +41 -0
- package/src/cards/006/locations/136-skull-rock-isolated-fortress.test.ts +37 -0
- package/src/cards/006/locations/136-skull-rock-isolated-fortress.ts +52 -0
- package/src/cards/006/locations/169-rescue-rangers-submarine-mobile-headquarters.test.ts +42 -0
- package/src/cards/006/locations/169-rescue-rangers-submarine-mobile-headquarters.ts +43 -0
- package/src/cards/006/locations/170-institute-of-technology-prestigious-university.test.ts +37 -0
- package/src/cards/006/locations/170-institute-of-technology-prestigious-university.ts +52 -0
- package/src/cards/006/locations/203-treasure-mountain-azurite-sea-island.test.ts +50 -0
- package/src/cards/006/locations/203-treasure-mountain-azurite-sea-island.ts +24 -0
- package/src/cards/006/locations/204-galactic-council-chamber-courtroom.test.ts +42 -0
- package/src/cards/006/locations/204-galactic-council-chamber-courtroom.ts +24 -0
- package/src/cards/006/locations/204-galactic-council-chamber.ts +57 -0
- package/src/cards/006/locations/index.ts +12 -0
- package/src/cards/006/locations/locations.ts +14 -0
- package/src/cards/007/actions/038-so-much-to-give.test.ts +34 -0
- package/src/cards/007/actions/038-so-much-to-give.ts +47 -0
- package/src/cards/007/actions/039-restoring-the-heart.test.ts +74 -0
- package/src/cards/007/actions/039-restoring-the-heart.ts +51 -0
- package/src/cards/007/actions/040-the-family-madrigal.test.ts +177 -0
- package/src/cards/007/actions/040-the-family-madrigal.ts +53 -0
- package/src/cards/007/actions/080-magical-maneuvers.test.ts +42 -0
- package/src/cards/007/actions/080-magical-maneuvers.ts +50 -0
- package/src/cards/007/actions/081-this-is-my-family.test.ts +37 -0
- package/src/cards/007/actions/081-this-is-my-family.ts +40 -0
- package/src/cards/007/actions/082-show-me-more-.test.ts +29 -0
- package/src/cards/007/actions/082-show-me-more.ts +29 -0
- package/src/cards/007/actions/083-restoring-the-crown.test.ts +59 -0
- package/src/cards/007/actions/083-restoring-the-crown.ts +44 -0
- package/src/cards/007/actions/116-wake-up-alice-.test.ts +24 -0
- package/src/cards/007/actions/116-wake-up-alice.ts +35 -0
- package/src/cards/007/actions/117-he-s-a-tramp.test.ts +29 -0
- package/src/cards/007/actions/117-hes-a-tramp.ts +39 -0
- package/src/cards/007/actions/118-the-return-of-hercules.test.ts +234 -0
- package/src/cards/007/actions/118-the-return-of-hercules.ts +30 -0
- package/src/cards/007/actions/119-ink-geyser.test.ts +72 -0
- package/src/cards/007/actions/119-ink-geyser.ts +20 -0
- package/src/cards/007/actions/147-we-ve-got-company-.test.ts +24 -0
- package/src/cards/007/actions/147-weve-got-company.ts +40 -0
- package/src/cards/007/actions/148-out-of-order.test.ts +28 -0
- package/src/cards/007/actions/148-out-of-order.ts +35 -0
- package/src/cards/007/actions/177-water-has-memory.test.ts +74 -0
- package/src/cards/007/actions/177-water-has-memory.ts +46 -0
- package/src/cards/007/actions/178-all-is-found.test.ts +39 -0
- package/src/cards/007/actions/178-all-is-found.ts +33 -0
- package/src/cards/007/actions/201-restoring-atlantis.test.ts +45 -0
- package/src/cards/007/actions/201-restoring-atlantis.ts +30 -0
- package/src/cards/007/actions/202-double-trouble.ts +20 -0
- package/src/cards/007/actions/202-les-problemes-vont-par-paire.test.ts +37 -0
- package/src/cards/007/actions/actions.ts +19 -0
- package/src/cards/007/actions/index.ts +17 -0
- package/src/cards/007/characters/001-rhino-motivational-speaker.test.ts +24 -0
- package/src/cards/007/characters/001-rhino-motivational-speaker.ts +38 -0
- package/src/cards/007/characters/002-perdita-playful-mother.test.ts +70 -0
- package/src/cards/007/characters/002-perdita-playful-mother.ts +52 -0
- package/src/cards/007/characters/003-king-stefan-new-father.ts +23 -0
- package/src/cards/007/characters/004-bolt-superdog.test.ts +138 -0
- package/src/cards/007/characters/004-bolt-superdog.ts +51 -0
- package/src/cards/007/characters/005-roger-radcliffe-dog-lover.test.ts +24 -0
- package/src/cards/007/characters/005-roger-radcliffe-dog-lover.ts +53 -0
- package/src/cards/007/characters/006-trusty-loyal-bloodhound.test.ts +14 -0
- package/src/cards/007/characters/006-trusty-loyal-bloodhound.ts +31 -0
- package/src/cards/007/characters/007-peg-natural-performer.test.ts +49 -0
- package/src/cards/007/characters/007-peg-natural-performer.ts +45 -0
- package/src/cards/007/characters/008-suzy-master-seamstress.ts +23 -0
- package/src/cards/007/characters/009-mittens-sassy-street-cat.test.ts +136 -0
- package/src/cards/007/characters/009-mittens-sassy-street-cat.ts +46 -0
- package/src/cards/007/characters/010-tramp-street-smart-dog.test.ts +93 -0
- package/src/cards/007/characters/010-tramp-street-smart-dog.ts +78 -0
- package/src/cards/007/characters/011-the-troubadour-musical-narrator.test.ts +23 -0
- package/src/cards/007/characters/011-the-troubadour-musical-narrator.ts +38 -0
- package/src/cards/007/characters/012-wendy-darling-pirate-queen.test.ts +33 -0
- package/src/cards/007/characters/012-wendy-darling-pirate-queen.ts +33 -0
- package/src/cards/007/characters/013-mirabel-madrigal-hopeful-dreamer.test.ts +22 -0
- package/src/cards/007/characters/013-mirabel-madrigal-hopeful-dreamer.ts +26 -0
- package/src/cards/007/characters/014-aurora-waking-beauty.test.ts +150 -0
- package/src/cards/007/characters/014-aurora-waking-beauty.ts +61 -0
- package/src/cards/007/characters/015-cinderella-the-right-one.test.ts +58 -0
- package/src/cards/007/characters/015-cinderella-the-right-one.ts +45 -0
- package/src/cards/007/characters/016-mariano-guzm-n-seductive-pretender.test.ts +39 -0
- package/src/cards/007/characters/016-mariano-guzman-handsome-suitor.ts +37 -0
- package/src/cards/007/characters/017-candlehead-dedicated-racer.test.ts +24 -0
- package/src/cards/007/characters/017-candlehead-dedicated-racer.ts +53 -0
- package/src/cards/007/characters/018-bolt-dependable-friend.test.ts +14 -0
- package/src/cards/007/characters/018-bolt-dependable-friend.ts +31 -0
- package/src/cards/007/characters/019-pascal-garden-chameleon.test.ts +14 -0
- package/src/cards/007/characters/019-pascal-garden-chameleon.ts +31 -0
- package/src/cards/007/characters/020-king-candy-royal-racer.test.ts +43 -0
- package/src/cards/007/characters/020-king-candy-royal-racer.ts +26 -0
- package/src/cards/007/characters/021-penny-bolt-s-person.test.ts +34 -0
- package/src/cards/007/characters/021-penny-bolts-person.ts +53 -0
- package/src/cards/007/characters/022-fix-it-felix-jr--pint-sized-hero.test.ts +68 -0
- package/src/cards/007/characters/022-fix-it-felix-jr-pint-sized-hero.ts +43 -0
- package/src/cards/007/characters/022-fixit-felix-jr-pintsized-hero.ts +61 -0
- package/src/cards/007/characters/023-thunderbolt-wonder-dog.test.ts +74 -0
- package/src/cards/007/characters/023-thunderbolt-wonder-dog.ts +72 -0
- package/src/cards/007/characters/024-the-prince-challenger-of-the-rise.test.ts +20 -0
- package/src/cards/007/characters/024-the-prince-vigilant-suitor.test.ts +14 -0
- package/src/cards/007/characters/024-the-prince-vigilant-suitor.ts +59 -0
- package/src/cards/007/characters/025-isabela-madrigal-in-the-moment.test.ts +57 -0
- package/src/cards/007/characters/025-isabela-madrigal-in-the-moment.ts +42 -0
- package/src/cards/007/characters/026-calhoun-courageous-rescuer.test.ts +33 -0
- package/src/cards/007/characters/026-calhoun-courageous-rescuer.ts +54 -0
- package/src/cards/007/characters/027-wreck-it-ralph-hero-s-duty.test.ts +41 -0
- package/src/cards/007/characters/027-wreck-it-ralph-heros-duty.ts +44 -0
- package/src/cards/007/characters/028-lady-miss-park-avenue.test.ts +94 -0
- package/src/cards/007/characters/028-lady-miss-park-avenue.ts +60 -0
- package/src/cards/007/characters/029-pongo-dear-old-dad.test.ts +33 -0
- package/src/cards/007/characters/029-pongo-dear-old-dad.ts +40 -0
- package/src/cards/007/characters/030-kenai-protective-brother.test.ts +43 -0
- package/src/cards/007/characters/030-kenai-protective-brother.ts +45 -0
- package/src/cards/007/characters/031-minnie-mouse-storyteller.test.ts +77 -0
- package/src/cards/007/characters/031-minnie-mouse-storyteller.ts +47 -0
- package/src/cards/007/characters/032-perla-nimble-seamstress.test.ts +23 -0
- package/src/cards/007/characters/032-perla-nimble-seamstress.ts +37 -0
- package/src/cards/007/characters/033-snow-white-fairest-in-the-land.test.ts +24 -0
- package/src/cards/007/characters/033-snow-white-fairest-in-the-land.ts +37 -0
- package/src/cards/007/characters/034-koda-smallish-bear.ts +23 -0
- package/src/cards/007/characters/035-mirabel-madrigal-musically-talented.test.ts +39 -0
- package/src/cards/007/characters/035-mirabel-madrigal-musically-talented.ts +60 -0
- package/src/cards/007/characters/036-calhoun-battle-tested.test.ts +39 -0
- package/src/cards/007/characters/036-calhoun-battle-tested.ts +47 -0
- package/src/cards/007/characters/037-pepa-madrigal-sensitive-sister.test.ts +44 -0
- package/src/cards/007/characters/037-pepa-madrigal-sensitive-sister.ts +35 -0
- package/src/cards/007/characters/045-kuzco-temporary-whale.test.ts +74 -0
- package/src/cards/007/characters/045-kuzco-temporary-whale.ts +47 -0
- package/src/cards/007/characters/046-tanana-tribal-elder.ts +23 -0
- package/src/cards/007/characters/047-treasure-guardian-foreboding-sentry.test.ts +52 -0
- package/src/cards/007/characters/047-treasure-guardian-foreboding-sentry.ts +48 -0
- package/src/cards/007/characters/048-honeymaren-northuldra-guide.test.ts +97 -0
- package/src/cards/007/characters/048-honeymaren-northuldra-guide.ts +48 -0
- package/src/cards/007/characters/049-iago-giant-spectral-parrot.test.ts +23 -0
- package/src/cards/007/characters/049-iago-giant-spectral-parrot.ts +37 -0
- package/src/cards/007/characters/050-chernabog-creature-of-the-night.test.ts +95 -0
- package/src/cards/007/characters/050-chernabog-creature-of-the-night.ts +43 -0
- package/src/cards/007/characters/051-jafar-newly-crowned.test.ts +52 -0
- package/src/cards/007/characters/051-jafar-newly-crowned.ts +45 -0
- package/src/cards/007/characters/052-hades-fast-talker.test.ts +72 -0
- package/src/cards/007/characters/052-hades-fast-talker.ts +52 -0
- package/src/cards/007/characters/053-madame-m-dusa-diamond-lover.test.ts +96 -0
- package/src/cards/007/characters/053-madame-medusa-diamond-lover.ts +52 -0
- package/src/cards/007/characters/053-search-the-swamp-diamond-lover.ts +58 -0
- package/src/cards/007/characters/054-ancient-rage-elemental-terror.ts +51 -0
- package/src/cards/007/characters/054-te-k--elemental-terror.test.ts +56 -0
- package/src/cards/007/characters/054-te-k-elemental-terror.ts +36 -0
- package/src/cards/007/characters/055-elsa-trusted-sister.test.ts +25 -0
- package/src/cards/007/characters/055-elsa-trusted-sister.ts +48 -0
- package/src/cards/007/characters/056-madam-mim-cheating-spellcaster.test.ts +24 -0
- package/src/cards/007/characters/056-madam-mim-cheating-spellcaster.ts +47 -0
- package/src/cards/007/characters/057-giant-cobra-ghostly-serpent.test.ts +70 -0
- package/src/cards/007/characters/057-giant-cobra-ghostly-serpent.ts +51 -0
- package/src/cards/007/characters/058-te-k-lava-monster.test.ts +14 -0
- package/src/cards/007/characters/058-te-k-lava-monster.ts +32 -0
- package/src/cards/007/characters/058-te-ka-lava-monster.test.ts +20 -0
- package/src/cards/007/characters/058-te-ka-lava-monster.ts +27 -0
- package/src/cards/007/characters/059-yzma-changed-into-a-kitten.test.ts +62 -0
- package/src/cards/007/characters/059-yzma-transformed-kitten.ts +48 -0
- package/src/cards/007/characters/060-bucky-nutty-rascal.test.ts +35 -0
- package/src/cards/007/characters/060-bucky-nutty-rascal.ts +45 -0
- package/src/cards/007/characters/061-pain-impudent-imp.ts +23 -0
- package/src/cards/007/characters/062-rajah-ghostly-tiger.test.ts +14 -0
- package/src/cards/007/characters/062-rajah-ghostly-tiger.ts +31 -0
- package/src/cards/007/characters/063-kronk-laid-back.ts +33 -0
- package/src/cards/007/characters/063-kronk-relaxed.test.ts +41 -0
- package/src/cards/007/characters/064-mother-gothel-vain-sorceress.test.ts +239 -0
- package/src/cards/007/characters/064-mother-gothel-vain-sorceress.ts +26 -0
- package/src/cards/007/characters/065-sven-keen-eyed-reindeer.test.ts +31 -0
- package/src/cards/007/characters/065-sven-keen-eyed-reindeer.ts +56 -0
- package/src/cards/007/characters/066-diablo-spiteful-raven.test.ts +23 -0
- package/src/cards/007/characters/066-diablo-spiteful-raven.ts +38 -0
- package/src/cards/007/characters/067-merlin-clever-clairvoyant.test.ts +24 -0
- package/src/cards/007/characters/067-merlin-clever-clairvoyant.ts +63 -0
- package/src/cards/007/characters/068-yzma-above-it-all.test.ts +93 -0
- package/src/cards/007/characters/068-yzma-above-it-all.ts +42 -0
- package/src/cards/007/characters/069-elsa-ice-maker.test.ts +86 -0
- package/src/cards/007/characters/069-elsa-ice-maker.ts +60 -0
- package/src/cards/007/characters/070-kenai-magical-bear.test.ts +20 -0
- package/src/cards/007/characters/070-kenai-magical-bear.ts +57 -0
- package/src/cards/007/characters/071-kuzco-panicked-llama.test.ts +103 -0
- package/src/cards/007/characters/071-kuzco-panicked-llama.ts +54 -0
- package/src/cards/007/characters/072-anna-ice-breaker.test.ts +58 -0
- package/src/cards/007/characters/072-anna-ice-breaker.ts +49 -0
- package/src/cards/007/characters/073-donald-duck-flustered-sorcerer.test.ts +25 -0
- package/src/cards/007/characters/073-donald-duck-flustered-sorcerer.ts +25 -0
- package/src/cards/007/characters/074-the-queen-jealous-beauty.test.ts +68 -0
- package/src/cards/007/characters/074-the-queen-jealous-beauty.ts +43 -0
- package/src/cards/007/characters/075-panic-high-strung-imp.ts +26 -0
- package/src/cards/007/characters/075-panique-tense-imp.test.ts +22 -0
- package/src/cards/007/characters/076-archimedes-exceptional-owl.test.ts +34 -0
- package/src/cards/007/characters/076-archimedes-exceptional-owl.ts +45 -0
- package/src/cards/007/characters/077-kashekim-ancient-ruler.ts +23 -0
- package/src/cards/007/characters/078-dolores-madrigal-within-earshot.test.ts +24 -0
- package/src/cards/007/characters/078-dolores-madrigal-within-earshot.ts +26 -0
- package/src/cards/007/characters/079-mufasa-among-the-stars.test.ts +32 -0
- package/src/cards/007/characters/079-mufasa-among-the-stars.ts +47 -0
- package/src/cards/007/characters/085-drizella-spoiled-stepsister.ts +23 -0
- package/src/cards/007/characters/086-grewnge-cannon-expert.test.ts +31 -0
- package/src/cards/007/characters/086-grewnge-cannon-expert.ts +41 -0
- package/src/cards/007/characters/087-baymax-low-battery.test.ts +23 -0
- package/src/cards/007/characters/087-baymax-low-battery.ts +37 -0
- package/src/cards/007/characters/088-thomas-o-malley-feline-charmer.test.ts +20 -0
- package/src/cards/007/characters/088-thomas-omalley-feline-charmer.test.ts +14 -0
- package/src/cards/007/characters/088-thomas-omalley-feline-charmer.ts +31 -0
- package/src/cards/007/characters/089-pete-pirate-scoundrel.test.ts +44 -0
- package/src/cards/007/characters/089-pete-pirate-scoundrel.ts +53 -0
- package/src/cards/007/characters/090-hiro-hamada-future-champion.test.ts +59 -0
- package/src/cards/007/characters/090-hiro-hamada-future-champion.ts +45 -0
- package/src/cards/007/characters/091-cheshire-cat-perplexing-feline.test.ts +45 -0
- package/src/cards/007/characters/091-cheshire-cat-perplexing-feline.ts +52 -0
- package/src/cards/007/characters/092-shere-khan-infamous-tiger.test.ts +40 -0
- package/src/cards/007/characters/092-shere-khan-infamous-tiger.ts +42 -0
- package/src/cards/007/characters/093-basil-secret-informer.test.ts +55 -0
- package/src/cards/007/characters/093-basil-secret-informer.ts +42 -0
- package/src/cards/007/characters/094-mad-hatter-unruly-eccentric.test.ts +24 -0
- package/src/cards/007/characters/094-mad-hatter-unruly-eccentric.ts +45 -0
- package/src/cards/007/characters/095-queen-of-hearts-unpredictable-bully.test.ts +55 -0
- package/src/cards/007/characters/095-queen-of-hearts-unpredictable-bully.ts +36 -0
- package/src/cards/007/characters/096-hiro-hamada-armor-designer.test.ts +67 -0
- package/src/cards/007/characters/096-hiro-hamada-armor-designer.ts +45 -0
- package/src/cards/007/characters/097-yokai-intellectual-schemer.test.ts +76 -0
- package/src/cards/007/characters/097-yokai-intellectual-schemer.ts +35 -0
- package/src/cards/007/characters/098-donald-duck-lively-pirate.test.ts +38 -0
- package/src/cards/007/characters/098-donald-duck-lively-pirate.ts +50 -0
- package/src/cards/007/characters/099-berlioz-mischievous-kitten.ts +23 -0
- package/src/cards/007/characters/100-lady-elegant-spaniel.test.ts +33 -0
- package/src/cards/007/characters/100-lady-elegant-spaniel.ts +37 -0
- package/src/cards/007/characters/101-yzma-exasperated-schemer.test.ts +39 -0
- package/src/cards/007/characters/101-yzma-exasperated-schemer.ts +47 -0
- package/src/cards/007/characters/102-pacha-trekmate.test.ts +51 -0
- package/src/cards/007/characters/102-pacha-trekmate.ts +37 -0
- package/src/cards/007/characters/103-tweedle-dee-tweedle-dum-strange-storytellers.test.ts +53 -0
- package/src/cards/007/characters/103-tweedle-dee-tweedle-dum-strange-storytellers.ts +51 -0
- package/src/cards/007/characters/103-tweedledee-tweedledum-strange-storytellers.ts +51 -0
- package/src/cards/007/characters/104-baymax-giant-robot.test.ts +50 -0
- package/src/cards/007/characters/104-baymax-giant-robot.ts +50 -0
- package/src/cards/007/characters/105-gizmoduck-suited-up.test.ts +72 -0
- package/src/cards/007/characters/105-gizmoduck-suited-up.ts +34 -0
- package/src/cards/007/characters/106-fidget-sneaky-bat.test.ts +45 -0
- package/src/cards/007/characters/106-fidget-sneaky-bat.ts +54 -0
- package/src/cards/007/characters/107-mr-smee-efficient-captain.test.ts +24 -0
- package/src/cards/007/characters/107-mr-smee-efficient-captain.ts +54 -0
- package/src/cards/007/characters/108-daisy-duck-multitalented-pirate.test.ts +36 -0
- package/src/cards/007/characters/108-daisy-duck-multitalented-pirate.ts +25 -0
- package/src/cards/007/characters/109-drawn-to-a-fight-vengeful-pirate.ts +56 -0
- package/src/cards/007/characters/109-john-silver-vengeful-pirate.test.ts +115 -0
- package/src/cards/007/characters/109-john-silver-vengeful-pirate.ts +78 -0
- package/src/cards/007/characters/110-tramp-enterprising-dog.test.ts +80 -0
- package/src/cards/007/characters/110-tramp-enterprising-dog.ts +66 -0
- package/src/cards/007/characters/111-king-of-hearts-picky-ruler.test.ts +129 -0
- package/src/cards/007/characters/111-king-of-hearts-picky-ruler.ts +36 -0
- package/src/cards/007/characters/111-objectionable-state-picky-ruler.ts +50 -0
- package/src/cards/007/characters/112-duchess-elegant-feline.ts +23 -0
- package/src/cards/007/characters/113-anastasia-bossy-stepsister.test.ts +24 -0
- package/src/cards/007/characters/113-anastasia-bossy-stepsister.ts +37 -0
- package/src/cards/007/characters/114-frightful-scheme-space-pirate.ts +65 -0
- package/src/cards/007/characters/114-pete-space-pirate.test.ts +124 -0
- package/src/cards/007/characters/114-pete-space-pirate.ts +45 -0
- package/src/cards/007/characters/115-lady-tremaine-bitterly-jealous.test.ts +37 -0
- package/src/cards/007/characters/115-lady-tremaine-bitterly-jealous.ts +42 -0
- package/src/cards/007/characters/121-grand-m-re-fa-ancienne-pleine-d-entrain.test.ts +24 -0
- package/src/cards/007/characters/121-grandmother-fa-spirited-elder.ts +26 -0
- package/src/cards/007/characters/122-queen-of-hearts-losing-her-temper.test.ts +27 -0
- package/src/cards/007/characters/122-queen-of-hearts-losing-her-temper.ts +37 -0
- package/src/cards/007/characters/123-the-matchmaker-unforgiving-expert.test.ts +24 -0
- package/src/cards/007/characters/123-the-matchmaker-unforgiving-expert.ts +42 -0
- package/src/cards/007/characters/124-denahi-impatient-hunter.test.ts +23 -0
- package/src/cards/007/characters/124-denahi-impatient-hunter.ts +38 -0
- package/src/cards/007/characters/125-stabbington-brother-without-a-patch.test.ts +22 -0
- package/src/cards/007/characters/125-stabbington-brother-without-a-patch.ts +36 -0
- package/src/cards/007/characters/126-belle-mechanic-extraordinaire.test.ts +81 -0
- package/src/cards/007/characters/126-belle-mechanic-extraordinaire.ts +63 -0
- package/src/cards/007/characters/127-cy-bug-invasive-enemy.test.ts +24 -0
- package/src/cards/007/characters/127-cy-bug-invasive-enemy.ts +37 -0
- package/src/cards/007/characters/128-stabbington-brother-with-a-patch.test.ts +22 -0
- package/src/cards/007/characters/128-stabbington-brother-with-a-patch.ts +42 -0
- package/src/cards/007/characters/129-card-soldiers-royal-troops.test.ts +35 -0
- package/src/cards/007/characters/129-card-soldiers-royal-troops.ts +37 -0
- package/src/cards/007/characters/129-take-point-royal-troops.ts +47 -0
- package/src/cards/007/characters/130-cogsworth-climbing-clock.test.ts +37 -0
- package/src/cards/007/characters/130-cogsworth-climbing-clock.ts +37 -0
- package/src/cards/007/characters/131-toby-dogged-companion.ts +23 -0
- package/src/cards/007/characters/132-beagle-boys-small-time-crooks.test.ts +24 -0
- package/src/cards/007/characters/132-beagle-boys-small-time-crooks.ts +43 -0
- package/src/cards/007/characters/133-li-shang-newly-promoted.test.ts +42 -0
- package/src/cards/007/characters/133-li-shang-newly-promoted.ts +48 -0
- package/src/cards/007/characters/134-moana-island-explorer.test.ts +33 -0
- package/src/cards/007/characters/134-moana-island-explorer.ts +56 -0
- package/src/cards/007/characters/135-the-phantom-blot-shadowy-figure.test.ts +14 -0
- package/src/cards/007/characters/135-the-phantom-blot-shadowy-figure.ts +30 -0
- package/src/cards/007/characters/136-beast-frustrated-designer.test.ts +24 -0
- package/src/cards/007/characters/136-beast-frustrated-designer.ts +43 -0
- package/src/cards/007/characters/136-ive-had-it-frustrated-designer.ts +55 -0
- package/src/cards/007/characters/137-mushu-majestic-dragon.test.ts +79 -0
- package/src/cards/007/characters/137-mushu-majestic-dragon.ts +58 -0
- package/src/cards/007/characters/138-maurice-unconventional-inventor.test.ts +74 -0
- package/src/cards/007/characters/138-maurice-unconventional-inventor.ts +51 -0
- package/src/cards/007/characters/139-goofy-extreme-athlete.test.ts +33 -0
- package/src/cards/007/characters/139-goofy-extreme-athlete.ts +49 -0
- package/src/cards/007/characters/140-lyle-tiberius-rourke-crystallized-mercenary.test.ts +34 -0
- package/src/cards/007/characters/140-lyle-tiberius-rourke-crystallized-mercenary.ts +44 -0
- package/src/cards/007/characters/141-mulan-imperial-general.test.ts +63 -0
- package/src/cards/007/characters/141-mulan-imperial-general.ts +57 -0
- package/src/cards/007/characters/142-baloo-ol-iron-paws.test.ts +168 -0
- package/src/cards/007/characters/142-baloo-ol-iron-paws.ts +26 -0
- package/src/cards/007/characters/143-ratigan-nefarious-criminal.test.ts +24 -0
- package/src/cards/007/characters/143-ratigan-nefarious-criminal.ts +44 -0
- package/src/cards/007/characters/144-sir-kay-unruly-knight.ts +23 -0
- package/src/cards/007/characters/145-milo-thatch-undaunted-scholar.test.ts +39 -0
- package/src/cards/007/characters/145-milo-thatch-undaunted-scholar.ts +45 -0
- package/src/cards/007/characters/146-edgar-balthazar-ambitious-butler.ts +23 -0
- package/src/cards/007/characters/153-clarabelle-news-reporter.test.ts +37 -0
- package/src/cards/007/characters/153-clarabelle-news-reporter.ts +42 -0
- package/src/cards/007/characters/154-fortune-hunter-resourceful-miser.ts +73 -0
- package/src/cards/007/characters/154-scrooge-mcduck-resourceful-miser.test.ts +55 -0
- package/src/cards/007/characters/154-scrooge-mcduck-resourceful-miser.ts +64 -0
- package/src/cards/007/characters/155-mattias-arendelle-general.test.ts +41 -0
- package/src/cards/007/characters/155-mattias-arendelle-general.ts +37 -0
- package/src/cards/007/characters/156-moana-adventurer-of-land-and-sea.ts +23 -0
- package/src/cards/007/characters/157-monsieur-d-arque-despicable-propietor.test.ts +33 -0
- package/src/cards/007/characters/157-monsieur-darque-despicable-proprietor.ts +51 -0
- package/src/cards/007/characters/158-gaetan-moliere-the-mole.ts +23 -0
- package/src/cards/007/characters/159-belle-apprentice-inventor.test.ts +29 -0
- package/src/cards/007/characters/159-belle-apprentice-inventor.ts +45 -0
- package/src/cards/007/characters/159-what-a-mess-apprentice-inventor.ts +43 -0
- package/src/cards/007/characters/160-lucky-runt-of-the-litter.test.ts +24 -0
- package/src/cards/007/characters/160-lucky-runt-of-the-litter.ts +45 -0
- package/src/cards/007/characters/161-dawson-puzzling-sleuth.test.ts +24 -0
- package/src/cards/007/characters/161-dawson-puzzling-sleuth.ts +41 -0
- package/src/cards/007/characters/162-tamatoa-happy-as-a-clam.test.ts +47 -0
- package/src/cards/007/characters/162-tamatoa-happy-as-a-clam.ts +62 -0
- package/src/cards/007/characters/163-heihei-expanded-consciousness.test.ts +52 -0
- package/src/cards/007/characters/163-heihei-expanded-consciousness.ts +60 -0
- package/src/cards/007/characters/164-key-to-the-puzzle-creative-thinker.ts +58 -0
- package/src/cards/007/characters/164-kida-creative-thinker.test.ts +33 -0
- package/src/cards/007/characters/164-kida-creative-thinker.ts +49 -0
- package/src/cards/007/characters/165-toulouse-artistic-kitten.ts +23 -0
- package/src/cards/007/characters/166-marie-favored-kitten.test.ts +24 -0
- package/src/cards/007/characters/166-marie-favored-kitten.ts +26 -0
- package/src/cards/007/characters/167-pepper-quick-thinking-puppy.test.ts +82 -0
- package/src/cards/007/characters/167-pepper-quick-thinking-puppy.ts +48 -0
- package/src/cards/007/characters/168-freckles-good-boy.test.ts +22 -0
- package/src/cards/007/characters/168-freckles-good-boy.ts +44 -0
- package/src/cards/007/characters/169-honey-lemon-chemistry-whiz.test.ts +24 -0
- package/src/cards/007/characters/169-honey-lemon-chemistry-whiz.ts +50 -0
- package/src/cards/007/characters/170-robin-hood-eye-for-detail.test.ts +14 -0
- package/src/cards/007/characters/170-robin-hood-eye-for-detail.ts +31 -0
- package/src/cards/007/characters/171-our-bottle-worked-clever-child.ts +52 -0
- package/src/cards/007/characters/171-penny-the-orphan-clever-child.test.ts +29 -0
- package/src/cards/007/characters/171-penny-the-orphan-clever-child.ts +36 -0
- package/src/cards/007/characters/172-lady-kluck-protective-confidant.test.ts +53 -0
- package/src/cards/007/characters/172-lady-kluck-protective-confidant.ts +69 -0
- package/src/cards/007/characters/173-jasmine-inspired-researcher.test.ts +52 -0
- package/src/cards/007/characters/173-jasmine-inspired-researcher.ts +49 -0
- package/src/cards/007/characters/174-jebidiah-farnsworth-expedition-cook.test.ts +33 -0
- package/src/cards/007/characters/174-jebidiah-farnsworth-expedition-cook.ts +55 -0
- package/src/cards/007/characters/175-baymax-upgraded-robot.test.ts +31 -0
- package/src/cards/007/characters/175-baymax-upgraded-robot.ts +51 -0
- package/src/cards/007/characters/176-maid-marian-badminton-ace.test.ts +61 -0
- package/src/cards/007/characters/176-maid-marian-badminton-ace.ts +53 -0
- package/src/cards/007/characters/181-dr-calico-green-eyed-man.test.ts +24 -0
- package/src/cards/007/characters/181-dr-calico-green-eyed-man.ts +37 -0
- package/src/cards/007/characters/182-akela-wolf-pack-elder.ts +23 -0
- package/src/cards/007/characters/183-helga-sinclair-tough-as-nails.test.ts +33 -0
- package/src/cards/007/characters/183-helga-sinclair-tough-as-nails.ts +43 -0
- package/src/cards/007/characters/184-bolt-headstrong-dog.test.ts +24 -0
- package/src/cards/007/characters/184-bolt-headstrong-dog.ts +50 -0
- package/src/cards/007/characters/185-heihei-rambling-rooster.ts +23 -0
- package/src/cards/007/characters/186-raya-guidance-seeker.test.ts +24 -0
- package/src/cards/007/characters/186-raya-guidance-seeker.ts +39 -0
- package/src/cards/007/characters/187-tuk-tuk-disarmingly-cute.test.ts +53 -0
- package/src/cards/007/characters/187-tuk-tuk-disarmingly-cute.ts +69 -0
- package/src/cards/007/characters/188-fa-zhou-war-hero.test.ts +73 -0
- package/src/cards/007/characters/188-fa-zhou-war-hero.ts +48 -0
- package/src/cards/007/characters/189-my-orders-come-from-jafar-menacing-guard.ts +38 -0
- package/src/cards/007/characters/189-razoul-menacing-guard.test.ts +22 -0
- package/src/cards/007/characters/189-razoul-menacing-guard.ts +51 -0
- package/src/cards/007/characters/190-jafar-aspiring-ruler.test.ts +27 -0
- package/src/cards/007/characters/190-jafar-aspiring-ruler.ts +44 -0
- package/src/cards/007/characters/191-tick-tock-relentless-crocodile.test.ts +24 -0
- package/src/cards/007/characters/191-tick-tock-relentless-crocodile.ts +36 -0
- package/src/cards/007/characters/192-kakamora-band-of-pirates.test.ts +50 -0
- package/src/cards/007/characters/192-kakamora-band-of-pirates.ts +37 -0
- package/src/cards/007/characters/193-mulan-disguised-soldier.test.ts +22 -0
- package/src/cards/007/characters/193-mulan-disguised-soldier.ts +47 -0
- package/src/cards/007/characters/194-orville-albatross-air.test.ts +58 -0
- package/src/cards/007/characters/194-orville-albatross-air.ts +36 -0
- package/src/cards/007/characters/195-miss-bianca-indefectible-agent.test.ts +26 -0
- package/src/cards/007/characters/195-miss-bianca-unwavering-agent.ts +42 -0
- package/src/cards/007/characters/196-mufasa-respected-king.ts +23 -0
- package/src/cards/007/characters/197-aladdin-research-assistant.test.ts +132 -0
- package/src/cards/007/characters/197-aladdin-research-assistant.ts +61 -0
- package/src/cards/007/characters/198-bagheera-guardian-jaguar.test.ts +196 -0
- package/src/cards/007/characters/198-bagheera-guardian-jaguar.ts +54 -0
- package/src/cards/007/characters/199-gantu-experienced-enforcer.test.ts +190 -0
- package/src/cards/007/characters/199-gantu-experienced-enforcer.ts +36 -0
- package/src/cards/007/characters/200-mickey-mouse-inspirational-warrior.test.ts +36 -0
- package/src/cards/007/characters/200-mickey-mouse-inspirational-warrior.ts +46 -0
- package/src/cards/007/characters/akelaWolfPackElder.ts +24 -0
- package/src/cards/007/characters/berliozMischievousKitten.ts +24 -0
- package/src/cards/007/characters/characters.ts +177 -0
- package/src/cards/007/characters/drizellaSpoiledStepsister.ts +24 -0
- package/src/cards/007/characters/duchessElegantFeline.ts +24 -0
- package/src/cards/007/characters/edgarBalthazarAmbitiousButler.ts +21 -0
- package/src/cards/007/characters/gaetanMoliereTheMole.ts +24 -0
- package/src/cards/007/characters/heiheiRamblingRooster.ts +24 -0
- package/src/cards/007/characters/index.ts +173 -0
- package/src/cards/007/characters/kashekimAncientRuler.ts +24 -0
- package/src/cards/007/characters/kingStefanNewFather.ts +24 -0
- package/src/cards/007/characters/kodaSmallishBear.ts +24 -0
- package/src/cards/007/characters/lieutenantMattias.ts +61 -0
- package/src/cards/007/characters/moanaAdventurerOfLandAndSea.ts +24 -0
- package/src/cards/007/characters/mufasaRespectedKing.ts +24 -0
- package/src/cards/007/characters/notAnOrdinaryAppleAbility.ts +53 -0
- package/src/cards/007/characters/peineCheekyDevil.ts +24 -0
- package/src/cards/007/characters/sirKayUnrulyKnight.ts +24 -0
- package/src/cards/007/characters/suzyMasterSeamstress.ts +24 -0
- package/src/cards/007/characters/tananaTribalElder.ts +24 -0
- package/src/cards/007/characters/tobyDoggedCompanion.ts +24 -0
- package/src/cards/007/characters/toulouseArtisticKitten.ts +24 -0
- package/src/cards/007/index.ts +22 -0
- package/src/cards/007/items/041-amber-coil.test.ts +32 -0
- package/src/cards/007/items/041-amber-coil.ts +43 -0
- package/src/cards/007/items/042-spaghetti-dinner.test.ts +25 -0
- package/src/cards/007/items/042-spaghetti-dinner.ts +37 -0
- package/src/cards/007/items/043-kanine-krunchies.test.ts +28 -0
- package/src/cards/007/items/043-kanine-krunchies.ts +31 -0
- package/src/cards/007/items/044-the-glass-slipper.test.ts +65 -0
- package/src/cards/007/items/044-the-glass-slipper.ts +31 -0
- package/src/cards/007/items/084-amethyst-coil.test.ts +48 -0
- package/src/cards/007/items/084-amethyst-coil.ts +20 -0
- package/src/cards/007/items/120-emerald-coil.test.ts +44 -0
- package/src/cards/007/items/120-emerald-coil.ts +38 -0
- package/src/cards/007/items/149-ruby-coil.test.ts +33 -0
- package/src/cards/007/items/149-ruby-coil.ts +40 -0
- package/src/cards/007/items/150-unconventional-tool.test.ts +32 -0
- package/src/cards/007/items/150-unconventional-tool.ts +31 -0
- package/src/cards/007/items/151-maurice-s-machine.test.ts +32 -0
- package/src/cards/007/items/151-maurices-machine.ts +41 -0
- package/src/cards/007/items/152-devil-s-eye-diamond.test.ts +76 -0
- package/src/cards/007/items/152-devils-eye-diamond.ts +37 -0
- package/src/cards/007/items/179-sapphire-coil.test.ts +33 -0
- package/src/cards/007/items/179-sapphire-coil.ts +20 -0
- package/src/cards/007/items/180-baymax-s-charging-station.test.ts +42 -0
- package/src/cards/007/items/180-baymaxs-charging-station.ts +47 -0
- package/src/cards/007/items/203-steel-coil.test.ts +52 -0
- package/src/cards/007/items/203-steel-coil.ts +37 -0
- package/src/cards/007/items/204-training-staff.test.ts +39 -0
- package/src/cards/007/items/204-training-staff.ts +39 -0
- package/src/cards/007/items/index.ts +14 -0
- package/src/cards/007/items/items.ts +16 -0
- package/src/cards/008/action/039-candy-drift.test.ts +50 -0
- package/src/cards/008/action/039-candy-drift.ts +50 -0
- package/src/cards/008/action/040-she-s-your-person.test.ts +59 -0
- package/src/cards/008/action/040-she-s-your-person.ts +75 -0
- package/src/cards/008/action/041-only-so-much-room.test.ts +38 -0
- package/src/cards/008/action/041-only-so-much-room.ts +36 -0
- package/src/cards/008/action/042-it-means-no-worries.test.ts +55 -0
- package/src/cards/008/action/042-it-means-no-worries.ts +49 -0
- package/src/cards/008/action/043-trials-and-tribulations.test.ts +37 -0
- package/src/cards/008/action/043-trials-and-tribulations.ts +29 -0
- package/src/cards/008/action/077-forest-duel.test.ts +42 -0
- package/src/cards/008/action/077-forest-duel.ts +62 -0
- package/src/cards/008/action/078-they-never-come-back.test.ts +45 -0
- package/src/cards/008/action/078-they-never-come-back.ts +43 -0
- package/src/cards/008/action/079-fantastical-and-magical.test.ts +51 -0
- package/src/cards/008/action/079-fantastical-and-magical.ts +47 -0
- package/src/cards/008/action/080-pull-the-lever-.test.ts +54 -0
- package/src/cards/008/action/080-pull-the-lever.ts +61 -0
- package/src/cards/008/action/081-into-the-unknown.test.ts +75 -0
- package/src/cards/008/action/081-into-the-unknown.ts +34 -0
- package/src/cards/008/action/082-everybody-s-got-a-weakness.test.ts +57 -0
- package/src/cards/008/action/082-everybody-s-got-a-weakness.ts +50 -0
- package/src/cards/008/action/114-he-who-steals-and-runs-away.test.ts +34 -0
- package/src/cards/008/action/114-he-who-steals-and-runs-away.ts +36 -0
- package/src/cards/008/action/115-stopped-chaos-in-its-tracks.test.ts +34 -0
- package/src/cards/008/action/115-stopped-chaos-in-its-tracks.ts +48 -0
- package/src/cards/008/action/116-wrong-lever-.test.ts +72 -0
- package/src/cards/008/action/116-wrong-lever.ts +96 -0
- package/src/cards/008/action/117-undermine.test.ts +24 -0
- package/src/cards/008/action/117-undermine.ts +48 -0
- package/src/cards/008/action/118-walk-the-plank-.test.ts +47 -0
- package/src/cards/008/action/118-walk-the-plank.ts +72 -0
- package/src/cards/008/action/147-nothing-we-won-t-do.test.ts +73 -0
- package/src/cards/008/action/147-nothing-we-wont-do.ts +57 -0
- package/src/cards/008/action/148-get-out-.test.ts +42 -0
- package/src/cards/008/action/148-get-out.ts +45 -0
- package/src/cards/008/action/149-light-the-fuse.test.ts +46 -0
- package/src/cards/008/action/149-light-the-fuse.ts +48 -0
- package/src/cards/008/action/150-twitterpated.test.ts +34 -0
- package/src/cards/008/action/150-twitterpated.ts +37 -0
- package/src/cards/008/action/151-most-everyone-s-mad-here.test.ts +56 -0
- package/src/cards/008/action/151-most-everyones-mad-here.ts +47 -0
- package/src/cards/008/action/175-heads-held-high.test.ts +57 -0
- package/src/cards/008/action/175-heads-held-high.ts +51 -0
- package/src/cards/008/action/176-pouncing-practice.test.ts +44 -0
- package/src/cards/008/action/176-pouncing-practice.ts +54 -0
- package/src/cards/008/action/177-down-in-new-orleans.test.ts +113 -0
- package/src/cards/008/action/177-down-in-new-orleans.ts +58 -0
- package/src/cards/008/action/201-desperate-plan.test.ts +76 -0
- package/src/cards/008/action/201-desperate-plan.ts +74 -0
- package/src/cards/008/action/202-beyond-the-horizon.test.ts +141 -0
- package/src/cards/008/action/202-beyond-the-horizon.ts +80 -0
- package/src/cards/008/action/203-quick-shot.test.ts +35 -0
- package/src/cards/008/action/203-quick-shot.ts +39 -0
- package/src/cards/008/action/actions.ts +29 -0
- package/src/cards/008/actions/039-candy-drift.ts +38 -0
- package/src/cards/008/actions/040-shes-your-person.ts +55 -0
- package/src/cards/008/actions/041-only-so-much-room.ts +45 -0
- package/src/cards/008/actions/042-it-means-no-worries.ts +45 -0
- package/src/cards/008/actions/043-trials-and-tribulations.ts +38 -0
- package/src/cards/008/actions/077-forest-duel.ts +40 -0
- package/src/cards/008/actions/078-they-never-come-back.ts +41 -0
- package/src/cards/008/actions/079-fantastical-and-magical.ts +40 -0
- package/src/cards/008/actions/080-pull-the-lever.ts +42 -0
- package/src/cards/008/actions/081-into-the-unknown.ts +31 -0
- package/src/cards/008/actions/082-everybodys-got-a-weakness.ts +45 -0
- package/src/cards/008/actions/114-he-who-steals-and-runs-away.ts +45 -0
- package/src/cards/008/actions/115-stopped-chaos-in-its-tracks.ts +36 -0
- package/src/cards/008/actions/116-wrong-lever.ts +51 -0
- package/src/cards/008/actions/117-undermine.ts +49 -0
- package/src/cards/008/actions/118-walk-the-plank.ts +20 -0
- package/src/cards/008/actions/147-nothing-we-wont-do.ts +41 -0
- package/src/cards/008/actions/148-get-out.ts +45 -0
- package/src/cards/008/actions/149-light-the-fuse.ts +36 -0
- package/src/cards/008/actions/150-twitterpated.ts +36 -0
- package/src/cards/008/actions/151-most-everyones-mad-here.ts +20 -0
- package/src/cards/008/actions/175-heads-held-high.ts +50 -0
- package/src/cards/008/actions/176-pouncing-practice.ts +55 -0
- package/src/cards/008/actions/177-down-in-new-orleans.ts +34 -0
- package/src/cards/008/actions/201-desperate-plan.ts +20 -0
- package/src/cards/008/actions/202-beyond-the-horizon.ts +31 -0
- package/src/cards/008/actions/203-quick-shot.ts +46 -0
- package/src/cards/008/actions/index.ts +27 -0
- package/src/cards/008/character/001-louie-one-cool-duck.test.ts +35 -0
- package/src/cards/008/character/001-louie-one-cool-duck.ts +40 -0
- package/src/cards/008/character/002-dewey-lovable-showoff.ts +24 -0
- package/src/cards/008/character/003-huey-reliable-leader.test.ts +54 -0
- package/src/cards/008/character/003-huey-reliable-leader.ts +34 -0
- package/src/cards/008/character/004-goofy-groundbreaking-chef.test.ts +81 -0
- package/src/cards/008/character/004-goofy-groundbreaking-chef.ts +67 -0
- package/src/cards/008/character/005-antonio-madrigal-friend-to-all.test.ts +46 -0
- package/src/cards/008/character/005-antonio-madrigal-friend-to-all.ts +65 -0
- package/src/cards/008/character/006-minnie-mouse-daring-defender.test.ts +31 -0
- package/src/cards/008/character/006-minnie-mouse-daring-defender.ts +37 -0
- package/src/cards/008/character/007-ludwig-von-drake-allaround-expert.test.ts +65 -0
- package/src/cards/008/character/007-ludwig-von-drake-allaround-expert.ts +53 -0
- package/src/cards/008/character/008-charlotte-la-bouff-mardi-gras-princess.ts +24 -0
- package/src/cards/008/character/009-tiana-natural-talent.test.ts +142 -0
- package/src/cards/008/character/009-tiana-natural-talent.ts +46 -0
- package/src/cards/008/character/010-mirabel-madrigal-curious-child.test.ts +50 -0
- package/src/cards/008/character/010-mirabel-madrigal-curious-child.ts +51 -0
- package/src/cards/008/character/011-lady-family-dog.test.ts +56 -0
- package/src/cards/008/character/011-lady-family-dog.ts +57 -0
- package/src/cards/008/character/012-jim-dear-beloved-husband.test.ts +20 -0
- package/src/cards/008/character/012-jim-dear-beloved-husband.ts +27 -0
- package/src/cards/008/character/013-gene-niceland-resident.test.ts +31 -0
- package/src/cards/008/character/013-gene-niceland-resident.ts +42 -0
- package/src/cards/008/character/014-perdita-on-the-lookout.test.ts +24 -0
- package/src/cards/008/character/014-perdita-on-the-lookout.ts +50 -0
- package/src/cards/008/character/015-rhino-onesixteenth-wolf.test.ts +45 -0
- package/src/cards/008/character/015-rhino-onesixteenth-wolf.ts +34 -0
- package/src/cards/008/character/016-darling-dear-beloved-wife.test.ts +32 -0
- package/src/cards/008/character/016-darling-dear-beloved-wife.ts +34 -0
- package/src/cards/008/character/017-the-colonel-old-sheepdog.test.ts +24 -0
- package/src/cards/008/character/017-the-colonel-old-sheepdog.ts +52 -0
- package/src/cards/008/character/018-chief-bogo-commanding-officer.test.ts +42 -0
- package/src/cards/008/character/018-chief-bogo-commanding-officer.ts +60 -0
- package/src/cards/008/character/019-pua-protective-pig.test.ts +35 -0
- package/src/cards/008/character/019-pua-protective-pig.ts +38 -0
- package/src/cards/008/character/020-bruno-madrigal-singing-seer.test.ts +47 -0
- package/src/cards/008/character/020-bruno-madrigal-singing-seer.ts +44 -0
- package/src/cards/008/character/021-kaa-hypnotizing-python.test.ts +43 -0
- package/src/cards/008/character/021-kaa-hypnotizing-python.ts +40 -0
- package/src/cards/008/character/022-tramp-dapper-rascal.test.ts +54 -0
- package/src/cards/008/character/022-tramp-dapper-rascal.ts +42 -0
- package/src/cards/008/character/023-king-candy-sugar-rush-nightmare.test.ts +88 -0
- package/src/cards/008/character/023-king-candy-sugar-rush-nightmare.ts +44 -0
- package/src/cards/008/character/024-wreckit-ralph-big-lug.test.ts +92 -0
- package/src/cards/008/character/024-wreckit-ralph-big-lug.ts +86 -0
- package/src/cards/008/character/025-patch-playful-pup.test.ts +42 -0
- package/src/cards/008/character/025-patch-playful-pup.ts +57 -0
- package/src/cards/008/character/026-rolly-chubby-puppy.test.ts +60 -0
- package/src/cards/008/character/026-rolly-chubby-puppy.ts +44 -0
- package/src/cards/008/character/027-perdita-determined-mother.test.ts +62 -0
- package/src/cards/008/character/027-perdita-determined-mother.ts +45 -0
- package/src/cards/008/character/028-pluto-tried-and-true.test.ts +27 -0
- package/src/cards/008/character/028-pluto-tried-and-true.ts +46 -0
- package/src/cards/008/character/029-bolt-down-but-not-out.test.ts +24 -0
- package/src/cards/008/character/029-bolt-down-but-not-out.ts +31 -0
- package/src/cards/008/character/030-rhino-power-hamster.test.ts +86 -0
- package/src/cards/008/character/030-rhino-power-hamster.ts +44 -0
- package/src/cards/008/character/031-antonios-jaguar-faithful-companion.test.ts +38 -0
- package/src/cards/008/character/031-antonios-jaguar-faithful-companion.ts +50 -0
- package/src/cards/008/character/032-calhoun-hardnosed-leader.test.ts +33 -0
- package/src/cards/008/character/032-calhoun-hardnosed-leader.ts +36 -0
- package/src/cards/008/character/033-lady-decisive-dog.test.ts +94 -0
- package/src/cards/008/character/033-lady-decisive-dog.ts +58 -0
- package/src/cards/008/character/034-alma-madrigal-accepting-grandmother.test.ts +81 -0
- package/src/cards/008/character/034-alma-madrigal-accepting-grandmother.ts +47 -0
- package/src/cards/008/character/035-clawhauser-front-desk-officer.test.ts +29 -0
- package/src/cards/008/character/035-clawhauser-front-desk-officer.ts +30 -0
- package/src/cards/008/character/036-joey-blue-pigeon.test.ts +41 -0
- package/src/cards/008/character/036-joey-blue-pigeon.ts +42 -0
- package/src/cards/008/character/037-donald-duck-coin-collector.test.ts +53 -0
- package/src/cards/008/character/037-donaldDuckCoinCollector.ts +74 -0
- package/src/cards/008/character/038-dalmatian-puppy-tail-wagger.test.ts +24 -0
- package/src/cards/008/character/038-dalmatian-puppy-tail-wagger.ts +28 -0
- package/src/cards/008/character/045-palace-guard-spectral-sentry.test.ts +24 -0
- package/src/cards/008/character/045-palace-guard-spectral-sentry.ts +27 -0
- package/src/cards/008/character/046-druun-ravenous-plague.test.ts +20 -0
- package/src/cards/008/character/046-druun-ravenous-plague.ts +27 -0
- package/src/cards/008/character/047-madame-medusa-deceiving-partner.test.ts +40 -0
- package/src/cards/008/character/047-madame-medusa-deceiving-partner.ts +52 -0
- package/src/cards/008/character/048-hades-ruthless-tyrant.test.ts +33 -0
- package/src/cards/008/character/048-hades-ruthless-tyrant.ts +40 -0
- package/src/cards/008/character/049-lena-sabrewing-pure-energy.test.ts +44 -0
- package/src/cards/008/character/049-lena-sabrewing-pure-energy.ts +38 -0
- package/src/cards/008/character/050-abu-illusory-pachyderm.test.ts +41 -0
- package/src/cards/008/character/050-abu-illusory-pachyderm.ts +51 -0
- package/src/cards/008/character/051-bruno-madrigal-singleminded.test.ts +38 -0
- package/src/cards/008/character/051-bruno-madrigal-singleminded.ts +35 -0
- package/src/cards/008/character/052-royal-guard-octopus-soldier.test.ts +38 -0
- package/src/cards/008/character/052-royal-guard-octopus-soldier.ts +43 -0
- package/src/cards/008/character/053-kuzco-bored-royal.test.ts +33 -0
- package/src/cards/008/character/053-kuzco-bored-royal.ts +58 -0
- package/src/cards/008/character/054-megara-part-of-the-plan.test.ts +30 -0
- package/src/cards/008/character/054-megara-part-of-the-plan.ts +35 -0
- package/src/cards/008/character/055-yelana-northuldra-leader.test.ts +30 -0
- package/src/cards/008/character/055-yelana-northuldra-leader.ts +43 -0
- package/src/cards/008/character/056-ryder-fleetfooted-infiltrator.test.ts +20 -0
- package/src/cards/008/character/056-ryder-fleetfooted-infiltrator.ts +27 -0
- package/src/cards/008/character/057-bambi-prince-of-the-forest.ts +24 -0
- package/src/cards/008/character/058-poe-de-spell-magicas-brother.ts +24 -0
- package/src/cards/008/character/059-madam-mim-up-to-no-good.ts +25 -0
- package/src/cards/008/character/060-elsa-fierce-protector.test.ts +37 -0
- package/src/cards/008/character/060-elsa-fierce-protector.ts +48 -0
- package/src/cards/008/character/061-pinocchio-strings-attached.test.ts +35 -0
- package/src/cards/008/character/061-pinocchio-strings-attached.ts +40 -0
- package/src/cards/008/character/062-jiminy-cricket-levelheaded-and-wise.test.ts +89 -0
- package/src/cards/008/character/062-jiminy-cricket-levelheaded-and-wise.ts +55 -0
- package/src/cards/008/character/063-bambi-little-prince.test.ts +78 -0
- package/src/cards/008/character/063-bambi-little-prince.ts +54 -0
- package/src/cards/008/character/064-monstro-infamous-whale.test.ts +220 -0
- package/src/cards/008/character/064-monstro-infamous-whale.ts +90 -0
- package/src/cards/008/character/065-nero-fearsome-crocodile.test.ts +39 -0
- package/src/cards/008/character/065-nero-fearsome-crocodile.ts +45 -0
- package/src/cards/008/character/066-magica-de-spell-shadow-form.test.ts +65 -0
- package/src/cards/008/character/066-magica-de-spell-shadow-form.ts +59 -0
- package/src/cards/008/character/067-kuzco-impulsive-llama.test.ts +48 -0
- package/src/cards/008/character/067-kuzco-impulsive-llama.ts +53 -0
- package/src/cards/008/character/068-yzma-on-edge.test.ts +34 -0
- package/src/cards/008/character/068-yzma-on-edge.ts +65 -0
- package/src/cards/008/character/069-madam-mim-as-rhinoceros.test.ts +86 -0
- package/src/cards/008/character/069-madam-mim-as-rhinoceros.ts +36 -0
- package/src/cards/008/character/070-mother-gothel-knows-whats-best.test.ts +59 -0
- package/src/cards/008/character/070-mother-gothel-knows-whats-best.ts +69 -0
- package/src/cards/008/character/071-blue-fairy-guiding-light.test.ts +29 -0
- package/src/cards/008/character/071-blue-fairy-guiding-light.ts +30 -0
- package/src/cards/008/character/072-anna-magical-mission.test.ts +46 -0
- package/src/cards/008/character/072-anna-magical-mission.ts +43 -0
- package/src/cards/008/character/073-the-sultan-royal-apparition.test.ts +67 -0
- package/src/cards/008/character/073-the-sultan-royal-apparition.ts +46 -0
- package/src/cards/008/character/074-jafar-high-sultan-of-lorcana.test.ts +33 -0
- package/src/cards/008/character/074-jafar-high-sultan-of-lorcana.ts +75 -0
- package/src/cards/008/character/075-camilo-madrigal-at-the-center-of-attention.test.ts +35 -0
- package/src/cards/008/character/075-camilo-madrigal-at-the-center-of-attention.ts +34 -0
- package/src/cards/008/character/076-flower-shy-skunk.test.ts +43 -0
- package/src/cards/008/character/076-flower-shy-skunk.ts +42 -0
- package/src/cards/008/character/085-wilhelmina-packard-radio-operator.ts +24 -0
- package/src/cards/008/character/086-basil-undercover-detective.test.ts +53 -0
- package/src/cards/008/character/086-basil-undercover-detective.ts +44 -0
- package/src/cards/008/character/087-tramp-observant-guardian.test.ts +38 -0
- package/src/cards/008/character/087-tramp-observant-guardian.ts +43 -0
- package/src/cards/008/character/088-chaca-junior-chipmunk.test.ts +40 -0
- package/src/cards/008/character/088-chaca-junior-chipmunk.ts +36 -0
- package/src/cards/008/character/089-tipo-junior-chipmunk.test.ts +20 -0
- package/src/cards/008/character/089-tipo-junior-chipmunk.ts +27 -0
- package/src/cards/008/character/090-bill-the-lizard-chimney-sweep.test.ts +29 -0
- package/src/cards/008/character/090-bill-the-lizard-chimney-sweep.ts +35 -0
- package/src/cards/008/character/091-march-hare-hare-brained-eccentric.test.ts +34 -0
- package/src/cards/008/character/091-march-hare-hare-brained-eccentric.ts +36 -0
- package/src/cards/008/character/092-fred-major-science-enthusiast.test.ts +32 -0
- package/src/cards/008/character/092-fred-major-science-enthusiast.ts +36 -0
- package/src/cards/008/character/093-mad-dog-karnages-first-mate.test.ts +30 -0
- package/src/cards/008/character/093-mad-dog-karnages-first-mate.ts +48 -0
- package/src/cards/008/character/094-dale-bumbler.ts +24 -0
- package/src/cards/008/character/095-louis-endearing-alligator.test.ts +77 -0
- package/src/cards/008/character/095-louis-endearing-alligator.ts +39 -0
- package/src/cards/008/character/096-napoleon-clever-bloodhound.ts +24 -0
- package/src/cards/008/character/097-chip-quick-thinker.test.ts +32 -0
- package/src/cards/008/character/097-chip-quick-thinker.ts +35 -0
- package/src/cards/008/character/098-fred-giant-sized.test.ts +91 -0
- package/src/cards/008/character/098-fred-giant-sized.ts +73 -0
- package/src/cards/008/character/099-gadget-hackwrench-quirky-scientist.test.ts +75 -0
- package/src/cards/008/character/099-gadget-hackwrench-quirky-scientist.ts +55 -0
- package/src/cards/008/character/100-raya-infiltration-expert.test.ts +33 -0
- package/src/cards/008/character/100-raya-infiltration-expert.ts +36 -0
- package/src/cards/008/character/101-rapunzel-high-climber.test.ts +44 -0
- package/src/cards/008/character/101-rapunzel-high-climber.ts +36 -0
- package/src/cards/008/character/102-flynn-rider-breaking-and-entering.test.ts +101 -0
- package/src/cards/008/character/102-flynn-rider-breaking-and-entering.ts +69 -0
- package/src/cards/008/character/103-dormouse-easily-agitated.test.ts +34 -0
- package/src/cards/008/character/103-dormouse-easily-agitated.ts +36 -0
- package/src/cards/008/character/104-alice-clumsy-as-can-be.test.ts +50 -0
- package/src/cards/008/character/104-alice-clumsy-as-can-be.ts +37 -0
- package/src/cards/008/character/105-queen-of-hearts-haughty-monarch.test.ts +50 -0
- package/src/cards/008/character/105-queen-of-hearts-haughty-monarch.ts +37 -0
- package/src/cards/008/character/106-hiro-hamada-intuitive-thinker.test.ts +32 -0
- package/src/cards/008/character/106-hiro-hamada-intuitive-thinker.ts +35 -0
- package/src/cards/008/character/107-go-go-tomago-cutting-edge.test.ts +60 -0
- package/src/cards/008/character/107-go-go-tomago-cutting-edge.ts +50 -0
- package/src/cards/008/character/108-don-karnage-air-pirate-leader.test.ts +53 -0
- package/src/cards/008/character/108-don-karnage-air-pirate-leader.ts +37 -0
- package/src/cards/008/character/109-captain-hook-the-pirate-king.test.ts +128 -0
- package/src/cards/008/character/109-captain-hook-the-pirate-king.ts +50 -0
- package/src/cards/008/character/110-maui-stubborn-trickster.test.ts +166 -0
- package/src/cards/008/character/110-maui-stubborn-trickster.ts +73 -0
- package/src/cards/008/character/111-honey-lemon-costumed-catalyst.test.ts +46 -0
- package/src/cards/008/character/111-honey-lemon-costumed-catalyst.ts +42 -0
- package/src/cards/008/character/112-jock-attentive-uncle.test.ts +44 -0
- package/src/cards/008/character/112-jock-attentive-uncle.ts +36 -0
- package/src/cards/008/character/113-archimedes-resourceful-owl.test.ts +124 -0
- package/src/cards/008/character/113-archimedes-resourceful-owl.ts +46 -0
- package/src/cards/008/character/121-gloyd-orangeboar-fierce-competitor.test.ts +29 -0
- package/src/cards/008/character/121-gloyd-orangeboar-fierce-competitor.ts +47 -0
- package/src/cards/008/character/122-honest-john-shameless-schemer.ts +24 -0
- package/src/cards/008/character/123-gyro-gearloose-eccentric-inventor.test.ts +51 -0
- package/src/cards/008/character/123-gyro-gearloose-eccentric-inventor.ts +37 -0
- package/src/cards/008/character/124-vanellope-von-schweetz-spunky-speedster.test.ts +22 -0
- package/src/cards/008/character/124-vanellope-von-schweetz-spunky-speedster.ts +27 -0
- package/src/cards/008/character/125-brutus-fearsome-crocodile.test.ts +42 -0
- package/src/cards/008/character/125-brutus-fearsome-crocodile.ts +50 -0
- package/src/cards/008/character/126-the-dodo-outlandish-storyteller.test.ts +24 -0
- package/src/cards/008/character/126-the-dodo-outlandish-storyteller.ts +35 -0
- package/src/cards/008/character/127-alice-courageous-keyholder.test.ts +34 -0
- package/src/cards/008/character/127-alice-courageous-keyholder.ts +36 -0
- package/src/cards/008/character/128-lumiere-nimble-candelabra.test.ts +24 -0
- package/src/cards/008/character/128-lumiere-nimble-candelabra.ts +36 -0
- package/src/cards/008/character/129-gaston-arrogant-showoff.test.ts +36 -0
- package/src/cards/008/character/129-gaston-arrogant-showoff.ts +52 -0
- package/src/cards/008/character/130-mushu-fasttalking-dragon.test.ts +29 -0
- package/src/cards/008/character/130-mushu-fasttalking-dragon.ts +35 -0
- package/src/cards/008/character/131-crikee-part-of-the-team.test.ts +65 -0
- package/src/cards/008/character/131-crikee-part-of-the-team.ts +55 -0
- package/src/cards/008/character/132-lafayette-sleepy-dachshund.ts +24 -0
- package/src/cards/008/character/133-figaro-tuxedo-cat.test.ts +30 -0
- package/src/cards/008/character/133-figaro-tuxedo-cat.ts +45 -0
- package/src/cards/008/character/134-thumper-young-bunny.test.ts +30 -0
- package/src/cards/008/character/134-thumper-young-bunny.ts +36 -0
- package/src/cards/008/character/135-wreckit-ralph-back-seat-driver.test.ts +34 -0
- package/src/cards/008/character/135-wreckit-ralph-back-seat-driver.ts +44 -0
- package/src/cards/008/character/136-tinker-bell-insistent-fairy.test.ts +104 -0
- package/src/cards/008/character/136-tinker-bell-insistent-fairy.ts +78 -0
- package/src/cards/008/character/137-lilo-causing-an-uproar.test.ts +57 -0
- package/src/cards/008/character/137-lilo-causing-an-uproar.ts +64 -0
- package/src/cards/008/character/138-lefou-cake-thief.test.ts +36 -0
- package/src/cards/008/character/138-lefou-cake-thief.ts +47 -0
- package/src/cards/008/character/139-lumiere-fired-up.test.ts +70 -0
- package/src/cards/008/character/139-lumiere-fired-up.ts +51 -0
- package/src/cards/008/character/140-the-coachman-greedy-deceiver.test.ts +39 -0
- package/src/cards/008/character/140-the-coachman-greedy-deceiver.ts +47 -0
- package/src/cards/008/character/141-mulan-charging-ahead.test.ts +49 -0
- package/src/cards/008/character/141-mulan-charging-ahead.ts +44 -0
- package/src/cards/008/character/142-mushu-your-worst-nightmare.test.ts +51 -0
- package/src/cards/008/character/142-mushu-your-worst-nightmare.ts +45 -0
- package/src/cards/008/character/143-mr-snoops-betrayed-partner.test.ts +63 -0
- package/src/cards/008/character/143-mr-snoops-betrayed-partner.ts +36 -0
- package/src/cards/008/character/144-friend-owl-cantankerous-neighbor.ts +24 -0
- package/src/cards/008/character/145-faline-playful-fawn.test.ts +48 -0
- package/src/cards/008/character/145-faline-playful-fawn.ts +37 -0
- package/src/cards/008/character/146-prince-john-fraidycat.test.ts +34 -0
- package/src/cards/008/character/146-prince-john-fraidycat.ts +40 -0
- package/src/cards/008/character/153-the-mouse-queen-ruler-of-mousedom.ts +24 -0
- package/src/cards/008/character/154-sir-pellinore-seasoned-knight.test.ts +40 -0
- package/src/cards/008/character/154-sir-pellinore-seasoned-knight.ts +51 -0
- package/src/cards/008/character/155-anita-radcliffe-dog-lover.test.ts +34 -0
- package/src/cards/008/character/155-anita-radcliffe-dog-lover.ts +45 -0
- package/src/cards/008/character/156-olaf-recapping-the-story.test.ts +35 -0
- package/src/cards/008/character/156-olaf-recapping-the-story.ts +44 -0
- package/src/cards/008/character/157-anna-trusting-sister.test.ts +83 -0
- package/src/cards/008/character/157-anna-trusting-sister.ts +53 -0
- package/src/cards/008/character/158-wasabi-always-prepared.test.ts +20 -0
- package/src/cards/008/character/158-wasabi-always-prepared.ts +27 -0
- package/src/cards/008/character/159-go-go-tomago-mechanical-engineer.test.ts +68 -0
- package/src/cards/008/character/159-go-go-tomago-mechanical-engineer.ts +40 -0
- package/src/cards/008/character/160-the-wardrobe-perceptive-friend.test.ts +53 -0
- package/src/cards/008/character/160-the-wardrobe-perceptive-friend.ts +48 -0
- package/src/cards/008/character/161-mrs-potts-head-housekeeper.test.ts +28 -0
- package/src/cards/008/character/161-mrs-potts-head-housekeeper.ts +52 -0
- package/src/cards/008/character/162-jasmine-resourceful-infiltrator.test.ts +30 -0
- package/src/cards/008/character/162-jasmine-resourceful-infiltrator.ts +45 -0
- package/src/cards/008/character/163-little-sister-responsible-rabbit.test.ts +34 -0
- package/src/cards/008/character/163-little-sister-responsible-rabbit.ts +49 -0
- package/src/cards/008/character/164-adelaide-bonfamille-patron-of-the-arts.ts +24 -0
- package/src/cards/008/character/165-nani-heist-mastermind.test.ts +36 -0
- package/src/cards/008/character/165-nani-heist-mastermind.ts +45 -0
- package/src/cards/008/character/166-stitch-experiment_626.test.ts +93 -0
- package/src/cards/008/character/166-stitch-experiment_626.ts +92 -0
- package/src/cards/008/character/167-ratigan-greedy-genius.test.ts +48 -0
- package/src/cards/008/character/167-ratigan-greedy-genius.ts +38 -0
- package/src/cards/008/character/168-arthur-determined-squire.test.ts +85 -0
- package/src/cards/008/character/168-arthur-determined-squire.ts +34 -0
- package/src/cards/008/character/169-bernard-overprepared.test.ts +34 -0
- package/src/cards/008/character/169-bernard-overprepared.ts +59 -0
- package/src/cards/008/character/170-aladdin-vigilant-guard.test.ts +41 -0
- package/src/cards/008/character/170-aladdin-vigilant-guard.ts +54 -0
- package/src/cards/008/character/171-jasmine-steady-strategist.test.ts +46 -0
- package/src/cards/008/character/171-jasmine-steady-strategist.ts +60 -0
- package/src/cards/008/character/172-roquefort-lock-expert.test.ts +28 -0
- package/src/cards/008/character/172-roquefort-lock-expert.ts +48 -0
- package/src/cards/008/character/173-jumba-jookiba-critical-scientist.ts +24 -0
- package/src/cards/008/character/174-geppetto-skilled-craftsman.test.ts +34 -0
- package/src/cards/008/character/174-geppetto-skilled-craftsman.ts +51 -0
- package/src/cards/008/character/181-atitaya-fang-general.ts +24 -0
- package/src/cards/008/character/182-bobby-purple-pigeon.test.ts +20 -0
- package/src/cards/008/character/182-bobby-purple-pigeon.ts +27 -0
- package/src/cards/008/character/183-magic-carpet-phantom-rug.test.ts +34 -0
- package/src/cards/008/character/183-magic-carpet-phantom-rug.ts +39 -0
- package/src/cards/008/character/184-prince-achmed-rival-suitor.test.ts +31 -0
- package/src/cards/008/character/184-prince-achmed-rival-suitor.ts +35 -0
- package/src/cards/008/character/185-dumptruck-karnage-s-second-mate.test.ts +31 -0
- package/src/cards/008/character/185-dumptruck-karnages-second-mate.test.ts +31 -0
- package/src/cards/008/character/185-dumptruck-karnages-second-mate.ts +36 -0
- package/src/cards/008/character/186-captain-hook-forceful-duelist.test.ts +20 -0
- package/src/cards/008/character/186-captain-hook-forceful-duelist.ts +28 -0
- package/src/cards/008/character/187-general-li-head-of-the-imperial-army.test.ts +22 -0
- package/src/cards/008/character/187-general-li-head-of-the-imperial-army.ts +27 -0
- package/src/cards/008/character/188-monterey-jack-defiant-protector.test.ts +20 -0
- package/src/cards/008/character/188-monterey-jack-defiant-protector.ts +27 -0
- package/src/cards/008/character/189-genie-satisfied-dragon.test.ts +27 -0
- package/src/cards/008/character/189-genie-satisfied-dragon.ts +37 -0
- package/src/cards/008/character/190-toby-turtle-wary-friend.test.ts +24 -0
- package/src/cards/008/character/190-toby-turtle-wary-friend.ts +39 -0
- package/src/cards/008/character/191-arianna-queen-of-corona.ts +24 -0
- package/src/cards/008/character/192-zipper-flying-ranger.test.ts +38 -0
- package/src/cards/008/character/192-zipper-flying-ranger.ts +45 -0
- package/src/cards/008/character/193-khan-war-horse.ts +24 -0
- package/src/cards/008/character/194-vinnie-green-pigeon.test.ts +64 -0
- package/src/cards/008/character/194-vinnie-green-pigeon.ts +42 -0
- package/src/cards/008/character/195-iago-out-of-reach.test.ts +41 -0
- package/src/cards/008/character/195-iago-out-of-reach.ts +52 -0
- package/src/cards/008/character/196-nathaniel-flint-notorious-pirate.test.ts +91 -0
- package/src/cards/008/character/196-nathaniel-flint-notorious-pirate.ts +35 -0
- package/src/cards/008/character/197-vincenzo-santorini-the-explosives-expert.test.ts +30 -0
- package/src/cards/008/character/197-vincenzo-santorini-the-explosives-expert.ts +41 -0
- package/src/cards/008/character/198-namaari-single-minded-rival.test.ts +47 -0
- package/src/cards/008/character/198-namaari-singleminded-rival.ts +51 -0
- package/src/cards/008/character/199-mickey-mouse-giant-mouse.test.ts +49 -0
- package/src/cards/008/character/199-mickey-mouse-giant-mouse.ts +50 -0
- package/src/cards/008/character/200-stitch-alien-troublemaker.test.ts +40 -0
- package/src/cards/008/character/200-stitch-alien-troublemaker.ts +38 -0
- package/src/cards/008/character/characters.ts +169 -0
- package/src/cards/008/character/donaldDuckCoinCollector.ts +7 -0
- package/src/cards/008/characters/001-louie-one-cool-duck.ts +37 -0
- package/src/cards/008/characters/002-dewey-lovable-showoff.ts +23 -0
- package/src/cards/008/characters/003-huey-reliable-leader.ts +41 -0
- package/src/cards/008/characters/004-goofy-groundbreaking-chef.ts +46 -0
- package/src/cards/008/characters/005-antonio-madrigal-friend-to-all.ts +47 -0
- package/src/cards/008/characters/006-minnie-mouse-daring-defender.ts +42 -0
- package/src/cards/008/characters/007-ludwig-von-drake-all-around-expert.ts +48 -0
- package/src/cards/008/characters/008-charlotte-la-bouff-mardi-gras-princess.ts +23 -0
- package/src/cards/008/characters/009-tiana-natural-talent.ts +53 -0
- package/src/cards/008/characters/010-mirabel-madrigal-curious-child.ts +45 -0
- package/src/cards/008/characters/011-lady-family-dog.ts +50 -0
- package/src/cards/008/characters/012-jim-dear-beloved-husband.test.ts +14 -0
- package/src/cards/008/characters/012-jim-dear-beloved-husband.ts +31 -0
- package/src/cards/008/characters/013-gene-niceland-resident.ts +53 -0
- package/src/cards/008/characters/014-perdita-on-the-lookout.ts +37 -0
- package/src/cards/008/characters/015-rhino-one-sixteenth-wolf.ts +43 -0
- package/src/cards/008/characters/016-darling-dear-beloved-wife.ts +50 -0
- package/src/cards/008/characters/017-the-colonel-old-sheepdog.ts +37 -0
- package/src/cards/008/characters/018-chief-bogo-commanding-officer.ts +43 -0
- package/src/cards/008/characters/019-pua-protective-pig.ts +51 -0
- package/src/cards/008/characters/020-bruno-madrigal-singing-seer.ts +51 -0
- package/src/cards/008/characters/021-kaa-hypnotizing-python.ts +53 -0
- package/src/cards/008/characters/022-tramp-dapper-rascal.ts +48 -0
- package/src/cards/008/characters/023-king-candy-sugar-rush-nightmare.ts +51 -0
- package/src/cards/008/characters/024-wreck-it-ralph-big-lug.ts +65 -0
- package/src/cards/008/characters/025-patch-playful-pup.ts +43 -0
- package/src/cards/008/characters/026-rolly-chubby-puppy.ts +54 -0
- package/src/cards/008/characters/027-perdita-determined-mother.ts +51 -0
- package/src/cards/008/characters/028-pluto-tried-and-true.ts +46 -0
- package/src/cards/008/characters/029-bolt-down-but-not-out.ts +37 -0
- package/src/cards/008/characters/030-rhino-power-hamster.ts +46 -0
- package/src/cards/008/characters/031-antonios-jaguar-faithful-companion.ts +48 -0
- package/src/cards/008/characters/032-calhoun-hard-nosed-leader.ts +47 -0
- package/src/cards/008/characters/033-lady-decisive-dog.ts +58 -0
- package/src/cards/008/characters/034-alma-madrigal-accepting-grandmother.ts +47 -0
- package/src/cards/008/characters/035-clawhauser-front-desk-officer.test.ts +23 -0
- package/src/cards/008/characters/035-clawhauser-front-desk-officer.ts +38 -0
- package/src/cards/008/characters/036-joey-blue-pigeon.ts +53 -0
- package/src/cards/008/characters/037-donald-duck-coin-collector.ts +35 -0
- package/src/cards/008/characters/038-dalmatian-puppy-tail-wagger.ts +26 -0
- package/src/cards/008/characters/045-palace-guard-spectral-sentry.test.ts +14 -0
- package/src/cards/008/characters/045-palace-guard-spectral-sentry.ts +31 -0
- package/src/cards/008/characters/046-druun-ravenous-plague.test.ts +14 -0
- package/src/cards/008/characters/046-druun-ravenous-plague.ts +32 -0
- package/src/cards/008/characters/047-madame-medusa-deceiving-partner.ts +52 -0
- package/src/cards/008/characters/048-hades-ruthless-tyrant.ts +48 -0
- package/src/cards/008/characters/049-lena-sabrewing-pure-energy.ts +48 -0
- package/src/cards/008/characters/050-abu-illusory-pachyderm.ts +33 -0
- package/src/cards/008/characters/051-bruno-madrigal-single-minded.ts +43 -0
- package/src/cards/008/characters/052-royal-guard-octopus-soldier.ts +40 -0
- package/src/cards/008/characters/053-kuzco-bored-royal.ts +51 -0
- package/src/cards/008/characters/054-megara-part-of-the-plan.ts +37 -0
- package/src/cards/008/characters/055-yelana-northuldra-leader.ts +50 -0
- package/src/cards/008/characters/056-ryder-fleet-footed-infiltrator.test.ts +14 -0
- package/src/cards/008/characters/056-ryder-fleet-footed-infiltrator.ts +31 -0
- package/src/cards/008/characters/057-bambi-prince-of-the-forest.ts +23 -0
- package/src/cards/008/characters/058-poe-de-spell-magicas-brother.ts +23 -0
- package/src/cards/008/characters/059-madam-mim-up-to-no-good.ts +23 -0
- package/src/cards/008/characters/060-elsa-fierce-protector.ts +38 -0
- package/src/cards/008/characters/061-pinocchio-strings-attached.ts +51 -0
- package/src/cards/008/characters/062-jiminy-cricket-level-headed-and-wise.ts +42 -0
- package/src/cards/008/characters/063-bambi-little-prince.ts +59 -0
- package/src/cards/008/characters/064-monstro-infamous-whale.ts +54 -0
- package/src/cards/008/characters/065-nero-fearsome-crocodile.ts +26 -0
- package/src/cards/008/characters/066-magica-de-spell-shadow-form.ts +57 -0
- package/src/cards/008/characters/067-kuzco-impulsive-llama.ts +60 -0
- package/src/cards/008/characters/068-yzma-on-edge.ts +53 -0
- package/src/cards/008/characters/069-madam-mim-rhino.ts +63 -0
- package/src/cards/008/characters/070-mother-gothel-knows-whats-best.ts +52 -0
- package/src/cards/008/characters/071-blue-fairy-guiding-light.test.ts +23 -0
- package/src/cards/008/characters/071-blue-fairy-guiding-light.ts +37 -0
- package/src/cards/008/characters/072-anna-magical-mission.ts +63 -0
- package/src/cards/008/characters/073-the-sultan-royal-apparition.ts +53 -0
- package/src/cards/008/characters/074-jafar-high-sultan-of-lorcana.ts +49 -0
- package/src/cards/008/characters/075-camilo-madrigal-center-stage.ts +41 -0
- package/src/cards/008/characters/076-flower-shy-skunk.ts +37 -0
- package/src/cards/008/characters/085-wilhelmina-packard-the-radio-operator.ts +23 -0
- package/src/cards/008/characters/086-basil-undercover-detective.ts +52 -0
- package/src/cards/008/characters/087-tramp-observant-guardian.ts +42 -0
- package/src/cards/008/characters/088-chaca-junior-chipmunk.ts +49 -0
- package/src/cards/008/characters/089-tipo-junior-chipmunk.test.ts +14 -0
- package/src/cards/008/characters/089-tipo-junior-chipmunk.ts +31 -0
- package/src/cards/008/characters/090-bill-the-lizard-chimney-sweep.ts +36 -0
- package/src/cards/008/characters/091-march-hare-hare-brained-eccentric.ts +52 -0
- package/src/cards/008/characters/092-fred-major-science-enthusiast.ts +51 -0
- package/src/cards/008/characters/093-mad-dog-karnages-first-mate.ts +42 -0
- package/src/cards/008/characters/094-dale-bumbler.ts +23 -0
- package/src/cards/008/characters/095-louis-endearing-alligator.ts +53 -0
- package/src/cards/008/characters/096-napoleon-clever-bloodhound.ts +23 -0
- package/src/cards/008/characters/097-chip-quick-thinker.ts +35 -0
- package/src/cards/008/characters/098-fred-giant-sized.ts +51 -0
- package/src/cards/008/characters/099-gadget-hackwrench-quirky-scientist.ts +49 -0
- package/src/cards/008/characters/100-raya-infiltration-expert.ts +26 -0
- package/src/cards/008/characters/101-rapunzel-high-climber.ts +49 -0
- package/src/cards/008/characters/102-flynn-rider-breaking-and-entering.ts +48 -0
- package/src/cards/008/characters/103-dormouse-easily-agitated.ts +52 -0
- package/src/cards/008/characters/104-alice-clumsy-as-can-be.ts +57 -0
- package/src/cards/008/characters/105-queen-of-hearts-haughty-monarch.ts +37 -0
- package/src/cards/008/characters/106-hiro-hamada-intuitive-thinker.ts +26 -0
- package/src/cards/008/characters/107-go-go-tomago-cutting-edge.ts +66 -0
- package/src/cards/008/characters/108-don-karnage-air-pirate-leader.ts +51 -0
- package/src/cards/008/characters/109-captain-hook-the-pirate-king.ts +58 -0
- package/src/cards/008/characters/110-maui-stubborn-trickster.ts +43 -0
- package/src/cards/008/characters/111-honey-lemon-costumed-catalyst.ts +58 -0
- package/src/cards/008/characters/112-jock-attentive-uncle.ts +48 -0
- package/src/cards/008/characters/113-archimedes-resourceful-owl.ts +66 -0
- package/src/cards/008/characters/121-gloyd-orangeboar-fierce-competitor.ts +51 -0
- package/src/cards/008/characters/122-honest-john-shameless-schemer.ts +23 -0
- package/src/cards/008/characters/123-gyro-gearloose-eccentric-inventor.ts +50 -0
- package/src/cards/008/characters/124-vanellope-von-schweetz-spunky-speedster.test.ts +16 -0
- package/src/cards/008/characters/124-vanellope-von-schweetz-spunky-speedster.ts +31 -0
- package/src/cards/008/characters/125-brutus-fearsome-crocodile.ts +48 -0
- package/src/cards/008/characters/126-the-dodo-outlandish-storyteller.ts +37 -0
- package/src/cards/008/characters/127-alice-courageous-keyholder.ts +47 -0
- package/src/cards/008/characters/128-lumiere-nimble-candelabra.ts +36 -0
- package/src/cards/008/characters/129-gaston-arrogant-showoff.ts +51 -0
- package/src/cards/008/characters/130-mushu-fast-talking-dragon.ts +44 -0
- package/src/cards/008/characters/131-cri-kee-part-of-the-team.ts +37 -0
- package/src/cards/008/characters/132-lafayette-sleepy-basset-hound.ts +23 -0
- package/src/cards/008/characters/133-figaro-tuxedo-cat.ts +36 -0
- package/src/cards/008/characters/134-thumper-young-bunny.ts +26 -0
- package/src/cards/008/characters/135-wreck-it-ralph-back-seat-driver.ts +44 -0
- package/src/cards/008/characters/136-tinker-bell-insistent-fairy.ts +54 -0
- package/src/cards/008/characters/137-lilo-causing-an-uproar.ts +69 -0
- package/src/cards/008/characters/138-lefou-cake-thief.ts +46 -0
- package/src/cards/008/characters/139-lumiere-fired-up.ts +48 -0
- package/src/cards/008/characters/140-the-coachman-greedy-deceiver.ts +47 -0
- package/src/cards/008/characters/141-mulan-charging-ahead.ts +53 -0
- package/src/cards/008/characters/142-mushu-your-worst-nightmare.ts +48 -0
- package/src/cards/008/characters/143-mr-snoops-betrayed-partner.ts +45 -0
- package/src/cards/008/characters/144-friend-owl-cantankerous-neighbor.ts +23 -0
- package/src/cards/008/characters/145-faline-playful-fawn.ts +43 -0
- package/src/cards/008/characters/146-prince-john-fraidy-cat.ts +51 -0
- package/src/cards/008/characters/153-the-mouse-queen-ruler-of-mousedom.ts +23 -0
- package/src/cards/008/characters/154-sir-pellinore-seasoned-knight.ts +43 -0
- package/src/cards/008/characters/155-anita-radcliffe-dog-lover.ts +41 -0
- package/src/cards/008/characters/156-olaf-recapping-the-story.ts +44 -0
- package/src/cards/008/characters/157-anna-trusting-sister.ts +51 -0
- package/src/cards/008/characters/158-wasabi-always-prepared.test.ts +14 -0
- package/src/cards/008/characters/158-wasabi-always-prepared.ts +31 -0
- package/src/cards/008/characters/159-go-go-tomago-mechanical-engineer.ts +52 -0
- package/src/cards/008/characters/160-the-wardrobe-perceptive-friend.ts +35 -0
- package/src/cards/008/characters/161-mrs-potts-head-housekeeper.ts +38 -0
- package/src/cards/008/characters/162-jasmine-resourceful-infiltrator.ts +26 -0
- package/src/cards/008/characters/163-little-sister-responsible-rabbit.ts +53 -0
- package/src/cards/008/characters/164-adelaide-bonfamille-patron-of-the-arts.ts +23 -0
- package/src/cards/008/characters/165-nani-heist-mastermind.ts +55 -0
- package/src/cards/008/characters/166-stitch-experiment-626.ts +61 -0
- package/src/cards/008/characters/167-ratigan-greedy-genius.ts +54 -0
- package/src/cards/008/characters/168-arthur-determined-squire.ts +26 -0
- package/src/cards/008/characters/169-bernard-over-prepared.ts +48 -0
- package/src/cards/008/characters/170-aladdin-vigilant-guard.ts +59 -0
- package/src/cards/008/characters/171-jasmine-steady-strategist.ts +54 -0
- package/src/cards/008/characters/172-roquefort-lock-expert.ts +26 -0
- package/src/cards/008/characters/173-jumba-jookiba-critical-scientist.ts +23 -0
- package/src/cards/008/characters/174-geppetto-skilled-craftsman.ts +45 -0
- package/src/cards/008/characters/181-atitaya-fang-general.ts +23 -0
- package/src/cards/008/characters/182-bobby-purple-pigeon.test.ts +14 -0
- package/src/cards/008/characters/182-bobby-purple-pigeon.ts +31 -0
- package/src/cards/008/characters/183-magic-carpet-phantom-rug.ts +44 -0
- package/src/cards/008/characters/184-prince-achmed-rival-suitor.ts +51 -0
- package/src/cards/008/characters/185-dumptruck-karnages-second-mate.ts +52 -0
- package/src/cards/008/characters/186-captain-hook-forceful-duelist.test.ts +14 -0
- package/src/cards/008/characters/186-captain-hook-forceful-duelist.ts +32 -0
- package/src/cards/008/characters/187-general-li-head-of-the-imperial-army.test.ts +16 -0
- package/src/cards/008/characters/187-general-li-head-of-the-imperial-army.ts +32 -0
- package/src/cards/008/characters/188-monterey-jack-defiant-protector.test.ts +14 -0
- package/src/cards/008/characters/188-monterey-jack-defiant-protector.ts +31 -0
- package/src/cards/008/characters/189-genie-satisfied-dragon.ts +36 -0
- package/src/cards/008/characters/190-toby-turtle-wary-friend.ts +37 -0
- package/src/cards/008/characters/191-arianna-queen-of-corona.ts +23 -0
- package/src/cards/008/characters/192-zipper-flying-ranger.ts +52 -0
- package/src/cards/008/characters/193-khan-war-horse.ts +23 -0
- package/src/cards/008/characters/194-vinnie-green-pigeon.ts +35 -0
- package/src/cards/008/characters/195-iago-out-of-reach.ts +36 -0
- package/src/cards/008/characters/196-nathaniel-flint-notorious-pirate.ts +35 -0
- package/src/cards/008/characters/197-vincenzo-santorini-the-explosives-expert.ts +52 -0
- package/src/cards/008/characters/198-namaari-single-minded-rival.ts +58 -0
- package/src/cards/008/characters/199-mickey-mouse-giant-mouse.ts +53 -0
- package/src/cards/008/characters/200-stitch-alien-troublemaker.ts +45 -0
- package/src/cards/008/characters/characters.ts +4 -0
- package/src/cards/008/characters/index.ts +167 -0
- package/src/cards/008/index.ts +22 -0
- package/src/cards/008/item/044-the-nephews-piggy-bank.test.ts +58 -0
- package/src/cards/008/item/044-the-nephews-piggy-bank.ts +40 -0
- package/src/cards/008/item/083-scarab.test.ts +30 -0
- package/src/cards/008/item/083-scarab.ts +45 -0
- package/src/cards/008/item/084-ice-spikes.test.ts +53 -0
- package/src/cards/008/item/084-ice-spikes.ts +72 -0
- package/src/cards/008/item/119-chem-purse.test.ts +39 -0
- package/src/cards/008/item/119-chem-purse.ts +43 -0
- package/src/cards/008/item/120-jeweled-collar.test.ts +41 -0
- package/src/cards/008/item/120-jeweled-collar.ts +38 -0
- package/src/cards/008/item/152-the-sword-of-shan-yu.test.ts +55 -0
- package/src/cards/008/item/152-the-sword-of-shan-yu.ts +33 -0
- package/src/cards/008/item/178-television-set.test.ts +56 -0
- package/src/cards/008/item/178-television-set.ts +67 -0
- package/src/cards/008/item/179-belle-s-favorite-book.test.ts +29 -0
- package/src/cards/008/item/179-belle-s-favorite-book.ts +43 -0
- package/src/cards/008/item/180-atlantean-crystal.test.ts +39 -0
- package/src/cards/008/item/180-atlantean-crystal.ts +37 -0
- package/src/cards/008/item/204-hamster-ball.test.ts +29 -0
- package/src/cards/008/item/204-hamster-ball.ts +44 -0
- package/src/cards/008/item/items.ts +12 -0
- package/src/cards/008/items/044-the-nephews-piggy-bank.ts +52 -0
- package/src/cards/008/items/083-scarab.ts +29 -0
- package/src/cards/008/items/084-ice-spikes.ts +42 -0
- package/src/cards/008/items/119-chem-purse.ts +48 -0
- package/src/cards/008/items/120-jeweled-collar.ts +42 -0
- package/src/cards/008/items/152-the-sword-of-shan-yu.ts +32 -0
- package/src/cards/008/items/178-television-set.ts +37 -0
- package/src/cards/008/items/179-belles-favorite-book.ts +33 -0
- package/src/cards/008/items/180-atlantean-crystal.ts +38 -0
- package/src/cards/008/items/204-hamster-ball.ts +38 -0
- package/src/cards/008/items/index.ts +10 -0
- package/src/cards/009/actions/025-look-at-this-family.test.ts +37 -0
- package/src/cards/009/actions/025-look-at-this-family.ts +34 -0
- package/src/cards/009/actions/026-circle-of-life.test.ts +42 -0
- package/src/cards/009/actions/026-circle-of-life.ts +32 -0
- package/src/cards/009/actions/027-heal-what-has-been-hurt.test.ts +37 -0
- package/src/cards/009/actions/027-heal-what-has-been-hurt.ts +48 -0
- package/src/cards/009/actions/028-lost-in-the-woods.test.ts +37 -0
- package/src/cards/009/actions/028-lost-in-the-woods.ts +33 -0
- package/src/cards/009/actions/029-bruno-s-return.test.ts +24 -0
- package/src/cards/009/actions/029-bruno-s-return.ts +15 -0
- package/src/cards/009/actions/029-brunos-return.ts +41 -0
- package/src/cards/009/actions/030-world-s-greatest-criminal-mind.test.ts +37 -0
- package/src/cards/009/actions/030-world-s-greatest-criminal-mind.ts +15 -0
- package/src/cards/009/actions/030-worlds-greatest-criminal-mind.ts +36 -0
- package/src/cards/009/actions/031-be-our-guest.test.ts +24 -0
- package/src/cards/009/actions/031-be-our-guest.ts +32 -0
- package/src/cards/009/actions/060-second-star-to-the-right.test.ts +37 -0
- package/src/cards/009/actions/060-second-star-to-the-right.ts +30 -0
- package/src/cards/009/actions/061-poor-unfortunate-souls.test.ts +37 -0
- package/src/cards/009/actions/061-poor-unfortunate-souls.ts +36 -0
- package/src/cards/009/actions/062-last-ditch-effort.test.ts +24 -0
- package/src/cards/009/actions/062-last-ditch-effort.ts +53 -0
- package/src/cards/009/actions/063-i-m-stuck-.ts +15 -0
- package/src/cards/009/actions/063-im-stuck.ts +31 -0
- package/src/cards/009/actions/094-stand-out.test.ts +37 -0
- package/src/cards/009/actions/094-stand-out.ts +48 -0
- package/src/cards/009/actions/095-sudden-chill.ts +32 -0
- package/src/cards/009/actions/096-improvise.test.ts +24 -0
- package/src/cards/009/actions/096-improvise.ts +48 -0
- package/src/cards/009/actions/097-under-the-sea.test.ts +37 -0
- package/src/cards/009/actions/097-under-the-sea.ts +36 -0
- package/src/cards/009/actions/098-make-the-potion.ts +55 -0
- package/src/cards/009/actions/099-mother-knows-best.ts +36 -0
- package/src/cards/009/actions/130-i2i.test.ts +126 -0
- package/src/cards/009/actions/130-i2i.ts +37 -0
- package/src/cards/009/actions/131-you-can-fly.ts +37 -0
- package/src/cards/009/actions/132-a-pirate-s-life.test.ts +37 -0
- package/src/cards/009/actions/132-a-pirate-s-life.ts +15 -0
- package/src/cards/009/actions/132-a-pirates-life.ts +40 -0
- package/src/cards/009/actions/133-be-king-undisputed.test.ts +37 -0
- package/src/cards/009/actions/133-be-king-undisputed.ts +21 -0
- package/src/cards/009/actions/163-develop-your-brain.test.ts +24 -0
- package/src/cards/009/actions/163-develop-your-brain.ts +46 -0
- package/src/cards/009/actions/164-four-dozen-eggs.test.ts +50 -0
- package/src/cards/009/actions/164-four-dozen-eggs.ts +32 -0
- package/src/cards/009/actions/165-one-jump-ahead.test.ts +37 -0
- package/src/cards/009/actions/165-one-jump-ahead.ts +33 -0
- package/src/cards/009/actions/166-dig-a-little-deeper.test.ts +37 -0
- package/src/cards/009/actions/166-dig-a-little-deeper.ts +47 -0
- package/src/cards/009/actions/197-one-last-hope.test.ts +37 -0
- package/src/cards/009/actions/197-one-last-hope.ts +39 -0
- package/src/cards/009/actions/198-smash.test.ts +24 -0
- package/src/cards/009/actions/198-smash.ts +36 -0
- package/src/cards/009/actions/199-i-find-em-i-flatten-em.test.ts +37 -0
- package/src/cards/009/actions/199-i-find-em-i-flatten-em.ts +36 -0
- package/src/cards/009/actions/200-fire-the-cannons-.test.ts +24 -0
- package/src/cards/009/actions/200-fire-the-cannons-.ts +15 -0
- package/src/cards/009/actions/200-fire-the-cannons.ts +36 -0
- package/src/cards/009/actions/201-strength-of-a-raging-fire.test.ts +37 -0
- package/src/cards/009/actions/201-strength-of-a-raging-fire.ts +21 -0
- package/src/cards/009/actions/202-the-mob-song.test.ts +37 -0
- package/src/cards/009/actions/202-the-mob-song.ts +37 -0
- package/src/cards/009/actions/actions.ts +33 -0
- package/src/cards/009/actions/index.ts +31 -0
- package/src/cards/009/characters/000-bruno-madrigal-undetected-uncle.test.ts +33 -0
- package/src/cards/009/characters/000-bruno-madrigal-undetected-uncle.ts +49 -0
- package/src/cards/009/characters/001-the-queen-conceited-ruler.test.ts +49 -0
- package/src/cards/009/characters/001-the-queen-conceited-ruler.ts +46 -0
- package/src/cards/009/characters/002-pongo-determined-father.ts +42 -0
- package/src/cards/009/characters/003-stitch-rock-star.ts +73 -0
- package/src/cards/009/characters/004-beast-gracious-prince.test.ts +24 -0
- package/src/cards/009/characters/004-beast-gracious-prince.ts +38 -0
- package/src/cards/009/characters/005-minnie-mouse-sweetheart-princess.test.ts +87 -0
- package/src/cards/009/characters/005-minnie-mouse-sweetheart-princess.ts +54 -0
- package/src/cards/009/characters/006-aurora-holding-court.test.ts +82 -0
- package/src/cards/009/characters/006-aurora-holding-court.ts +41 -0
- package/src/cards/009/characters/007-the-queen-regal-monarch.ts +23 -0
- package/src/cards/009/characters/008-rapunzel-sunshine.ts +44 -0
- package/src/cards/009/characters/009-stitch-alien-dancer.ts +23 -0
- package/src/cards/009/characters/010-mulan-free-spirit.test.ts +14 -0
- package/src/cards/009/characters/010-mulan-free-spirit.ts +31 -0
- package/src/cards/009/characters/011-daisy-duck-musketeer-spy.test.ts +22 -0
- package/src/cards/009/characters/011-daisy-duck-musketeer-spy.ts +42 -0
- package/src/cards/009/characters/012-tinker-bell-generous-fairy.test.ts +22 -0
- package/src/cards/009/characters/012-tinker-bell-generous-fairy.ts +45 -0
- package/src/cards/009/characters/013-mickey-mouse-true-friend.ts +22 -0
- package/src/cards/009/characters/014-pluto-determined-defender.test.ts +42 -0
- package/src/cards/009/characters/014-pluto-determined-defender.ts +57 -0
- package/src/cards/009/characters/015-ariel-singing-mermaid.test.ts +14 -0
- package/src/cards/009/characters/015-ariel-singing-mermaid.ts +32 -0
- package/src/cards/009/characters/016-pluto-rescue-dog.test.ts +22 -0
- package/src/cards/009/characters/016-pluto-rescue-dog.ts +52 -0
- package/src/cards/009/characters/017-nani-protective-sister.test.ts +35 -0
- package/src/cards/009/characters/017-nani-protective-sister.ts +47 -0
- package/src/cards/009/characters/018-julieta-madrigal-excellent-cook.test.ts +22 -0
- package/src/cards/009/characters/018-julieta-madrigal-excellent-cook.ts +49 -0
- package/src/cards/009/characters/019-cinderella-gentle-and-kind.test.ts +33 -0
- package/src/cards/009/characters/019-cinderella-gentle-and-kind.ts +51 -0
- package/src/cards/009/characters/020-moana-of-motunui.test.ts +24 -0
- package/src/cards/009/characters/020-moana-of-motunui.ts +62 -0
- package/src/cards/009/characters/021-pluto-friendly-pooch.test.ts +24 -0
- package/src/cards/009/characters/021-pluto-friendly-pooch.ts +35 -0
- package/src/cards/009/characters/022-ursula-vanessa.test.ts +14 -0
- package/src/cards/009/characters/022-ursula-vanessa.ts +32 -0
- package/src/cards/009/characters/023-queen-of-hearts-wonderland-empress.test.ts +24 -0
- package/src/cards/009/characters/023-queen-of-hearts-wonderland-empress.ts +44 -0
- package/src/cards/009/characters/024-stitch-carefree-surfer.test.ts +22 -0
- package/src/cards/009/characters/024-stitch-carefree-surfer.ts +48 -0
- package/src/cards/009/characters/035-the-queen-wicked-and-vain.ts +38 -0
- package/src/cards/009/characters/036-rafiki-mystical-fighter.test.ts +33 -0
- package/src/cards/009/characters/036-rafiki-mystical-fighter.ts +34 -0
- package/src/cards/009/characters/037-ursula-sea-witch.test.ts +24 -0
- package/src/cards/009/characters/037-ursula-sea-witch.ts +26 -0
- package/src/cards/009/characters/038-jafar-keeper-of-secrets.test.ts +24 -0
- package/src/cards/009/characters/038-jafar-keeper-of-secrets.ts +37 -0
- package/src/cards/009/characters/039-belle-untrained-mystic.test.ts +22 -0
- package/src/cards/009/characters/039-belle-untrained-mystic.ts +35 -0
- package/src/cards/009/characters/040-belle-accomplished-mystic.test.ts +31 -0
- package/src/cards/009/characters/040-belle-accomplished-mystic.ts +36 -0
- package/src/cards/009/characters/041-winnie-the-pooh-hunny-wizard.ts +23 -0
- package/src/cards/009/characters/042-peter-pan-s-shadow-not-sewn-on.test.ts +42 -0
- package/src/cards/009/characters/042-peter-pan-s-shadow-not-sewn-on.ts +15 -0
- package/src/cards/009/characters/042-peter-pans-shadow-not-sewn-on.ts +48 -0
- package/src/cards/009/characters/043-elsa-spirit-of-winter.test.ts +31 -0
- package/src/cards/009/characters/043-elsa-spirit-of-winter.ts +56 -0
- package/src/cards/009/characters/044-ursula-voice-stealer.test.ts +90 -0
- package/src/cards/009/characters/044-ursula-voice-stealer.ts +47 -0
- package/src/cards/009/characters/045-dumbo-ninth-wonder-of-the-universe.test.ts +93 -0
- package/src/cards/009/characters/045-dumbo-ninth-wonder-of-the-universe.ts +70 -0
- package/src/cards/009/characters/046-dumbo-the-flying-elephant.test.ts +41 -0
- package/src/cards/009/characters/046-dumbo-the-flying-elephant.ts +54 -0
- package/src/cards/009/characters/047-timothy-q-mouse-flight-instructor.test.ts +25 -0
- package/src/cards/009/characters/047-timothy-q-mouse-flight-instructor.ts +37 -0
- package/src/cards/009/characters/048-elsa-gloves-off.test.ts +14 -0
- package/src/cards/009/characters/048-elsa-gloves-off.ts +32 -0
- package/src/cards/009/characters/049-kuzco-wanted-llama.test.ts +24 -0
- package/src/cards/009/characters/049-kuzco-wanted-llama.ts +39 -0
- package/src/cards/009/characters/050-tick-tock-ever-present-pursuer.test.ts +14 -0
- package/src/cards/009/characters/050-tick-tock-ever-present-pursuer.ts +31 -0
- package/src/cards/009/characters/051-dolores-madrigal-easy-listener.test.ts +22 -0
- package/src/cards/009/characters/051-dolores-madrigal-easy-listener.ts +48 -0
- package/src/cards/009/characters/052-camilo-madrigal-prankster.test.ts +50 -0
- package/src/cards/009/characters/052-camilo-madrigal-prankster.ts +51 -0
- package/src/cards/009/characters/053-elsa-snow-queen.ts +26 -0
- package/src/cards/009/characters/054-genie-supportive-friend.ts +46 -0
- package/src/cards/009/characters/055-olaf-friendly-snowman.ts +23 -0
- package/src/cards/009/characters/056-sven-official-ice-deliverer.ts +23 -0
- package/src/cards/009/characters/057-mama-odie-voice-of-wisdom.test.ts +24 -0
- package/src/cards/009/characters/057-mama-odie-voice-of-wisdom.ts +26 -0
- package/src/cards/009/characters/058-luisa-madrigal-magically-strong-one.test.ts +16 -0
- package/src/cards/009/characters/058-luisa-madrigal-magically-strong-one.ts +31 -0
- package/src/cards/009/characters/059-jafar-lamp-thief.ts +58 -0
- package/src/cards/009/characters/069-kuzco-temperamental-emperor.ts +57 -0
- package/src/cards/009/characters/070-robin-hood-daydreamer.ts +23 -0
- package/src/cards/009/characters/071-cursed-merfolk-ursula-s-handiwork.test.ts +24 -0
- package/src/cards/009/characters/071-cursed-merfolk-ursula-s-handiwork.ts +15 -0
- package/src/cards/009/characters/071-cursed-merfolk-ursulas-handiwork.ts +43 -0
- package/src/cards/009/characters/072-prince-phillip-warden-of-the-woods.ts +37 -0
- package/src/cards/009/characters/073-prince-phillip-vanquisher-of-foes.ts +62 -0
- package/src/cards/009/characters/074-goofy-set-for-adventure.test.ts +43 -0
- package/src/cards/009/characters/074-goofy-set-for-adventure.ts +41 -0
- package/src/cards/009/characters/075-max-goof-rebellious-teen.test.ts +57 -0
- package/src/cards/009/characters/075-max-goof-rebellious-teen.ts +51 -0
- package/src/cards/009/characters/076-genie-of-the-lamp.test.ts +60 -0
- package/src/cards/009/characters/076-genie-of-the-lamp.ts +43 -0
- package/src/cards/009/characters/077-max-goof-chart-topper.test.ts +54 -0
- package/src/cards/009/characters/077-max-goof-chart-topper.ts +54 -0
- package/src/cards/009/characters/078-bobby-zimuruski-spray-cheese-kid.test.ts +22 -0
- package/src/cards/009/characters/078-bobby-zimuruski-spray-cheese-kid.ts +47 -0
- package/src/cards/009/characters/079-megara-pulling-the-strings.test.ts +22 -0
- package/src/cards/009/characters/079-megara-pulling-the-strings.ts +50 -0
- package/src/cards/009/characters/080-mickey-mouse-steamboat-pilot.ts +22 -0
- package/src/cards/009/characters/081-enchantress-unexpected-judge.ts +37 -0
- package/src/cards/009/characters/082-virana-fang-chief.ts +23 -0
- package/src/cards/009/characters/083-donald-duck-sleepwalker.test.ts +24 -0
- package/src/cards/009/characters/083-donald-duck-sleepwalker.ts +46 -0
- package/src/cards/009/characters/084-pegasus-gift-for-hercules.test.ts +14 -0
- package/src/cards/009/characters/084-pegasus-gift-for-hercules.ts +31 -0
- package/src/cards/009/characters/085-donald-duck-perfect-gentleman.ts +43 -0
- package/src/cards/009/characters/086-heihei-bumbling-rooster.ts +51 -0
- package/src/cards/009/characters/087-shenzi-hyena-pack-leader.ts +51 -0
- package/src/cards/009/characters/088-tinker-bell-most-helpful.ts +55 -0
- package/src/cards/009/characters/089-john-silver-alien-pirate.ts +38 -0
- package/src/cards/009/characters/090-ursula-deceiver.ts +41 -0
- package/src/cards/009/characters/091-wildcat-mechanic.ts +33 -0
- package/src/cards/009/characters/092-aladdin-prince-ali.test.ts +14 -0
- package/src/cards/009/characters/092-aladdin-prince-ali.ts +31 -0
- package/src/cards/009/characters/093-daisy-duck-secret-agent.test.ts +24 -0
- package/src/cards/009/characters/093-daisy-duck-secret-agent.ts +42 -0
- package/src/cards/009/characters/103-lefou-instigator.test.ts +22 -0
- package/src/cards/009/characters/103-lefou-instigator.ts +58 -0
- package/src/cards/009/characters/104-shere-khan-menacing-predator.test.ts +24 -0
- package/src/cards/009/characters/104-shere-khan-menacing-predator.ts +41 -0
- package/src/cards/009/characters/105-simba-scrappy-cub.ts +23 -0
- package/src/cards/009/characters/106-maui-whale.ts +48 -0
- package/src/cards/009/characters/107-ariel-adventurous-collector.ts +51 -0
- package/src/cards/009/characters/108-maleficent-monstrous-dragon.ts +51 -0
- package/src/cards/009/characters/109-powerline-taking-the-stage.test.ts +14 -0
- package/src/cards/009/characters/109-powerline-taking-the-stage.ts +32 -0
- package/src/cards/009/characters/110-powerline-world-s-greatest-rock-star.test.ts +67 -0
- package/src/cards/009/characters/110-powerline-world-s-greatest-rock-star.ts +70 -0
- package/src/cards/009/characters/110-powerline-worlds-greatest-rock-star.ts +57 -0
- package/src/cards/009/characters/111-mickey-mouse-brave-little-prince.test.ts +114 -0
- package/src/cards/009/characters/111-mickey-mouse-brave-little-prince.ts +51 -0
- package/src/cards/009/characters/112-max-goof-rockin-teen.test.ts +43 -0
- package/src/cards/009/characters/112-max-goof-rockin-teen.ts +34 -0
- package/src/cards/009/characters/113-roxanne-powerline-fan.test.ts +31 -0
- package/src/cards/009/characters/113-roxanne-powerline-fan.ts +37 -0
- package/src/cards/009/characters/114-p-j-pete-caught-up-in-the-music.test.ts +36 -0
- package/src/cards/009/characters/114-p-j-pete-caught-up-in-the-music.ts +36 -0
- package/src/cards/009/characters/114-pj-pete-caught-up-in-the-music.ts +47 -0
- package/src/cards/009/characters/115-gaston-arrogant-hunter.test.ts +14 -0
- package/src/cards/009/characters/115-gaston-arrogant-hunter.ts +31 -0
- package/src/cards/009/characters/116-moana-undeterred-voyager.test.ts +14 -0
- package/src/cards/009/characters/116-moana-undeterred-voyager.ts +31 -0
- package/src/cards/009/characters/117-powerline-musical-superstar.test.ts +36 -0
- package/src/cards/009/characters/117-powerline-musical-superstar.ts +44 -0
- package/src/cards/009/characters/118-sisu-emboldened-warrior.ts +37 -0
- package/src/cards/009/characters/119-sisu-daring-visitor.ts +47 -0
- package/src/cards/009/characters/120-queen-of-hearts-sensing-weakness.ts +54 -0
- package/src/cards/009/characters/121-lumiere-fiery-friend.ts +38 -0
- package/src/cards/009/characters/122-card-soldiers-full-deck.ts +23 -0
- package/src/cards/009/characters/123-queen-of-hearts-impulsive-ruler.test.ts +14 -0
- package/src/cards/009/characters/123-queen-of-hearts-impulsive-ruler.ts +31 -0
- package/src/cards/009/characters/124-rapunzel-letting-down-her-hair.ts +42 -0
- package/src/cards/009/characters/125-mulan-injured-soldier.ts +36 -0
- package/src/cards/009/characters/126-mulan-elite-archer.ts +61 -0
- package/src/cards/009/characters/127-raya-headstrong.ts +56 -0
- package/src/cards/009/characters/128-sergeant-tibbs-courageous-cat.ts +23 -0
- package/src/cards/009/characters/129-tuk-tuk-lively-partner.ts +44 -0
- package/src/cards/009/characters/137-anna-true-hearted.test.ts +24 -0
- package/src/cards/009/characters/137-anna-true-hearted.ts +44 -0
- package/src/cards/009/characters/138-huey-savvy-nephew.ts +55 -0
- package/src/cards/009/characters/139-dewey-showy-nephew.test.ts +14 -0
- package/src/cards/009/characters/139-dewey-showy-nephew.ts +31 -0
- package/src/cards/009/characters/140-louie-chill-nephew.test.ts +14 -0
- package/src/cards/009/characters/140-louie-chill-nephew.ts +31 -0
- package/src/cards/009/characters/141-alice-accidentally-adrift.test.ts +49 -0
- package/src/cards/009/characters/141-alice-accidentally-adrift.ts +45 -0
- package/src/cards/009/characters/142-mulan-considerate-diplomat.test.ts +59 -0
- package/src/cards/009/characters/142-mulan-considerate-diplomat.ts +45 -0
- package/src/cards/009/characters/143-cruella-de-vil-style-icon.test.ts +70 -0
- package/src/cards/009/characters/143-cruella-de-vil-style-icon.ts +51 -0
- package/src/cards/009/characters/144-mufasa-king-of-the-pride-lands.ts +23 -0
- package/src/cards/009/characters/145-cruella-de-vil-fashionable-cruiser.test.ts +13 -0
- package/src/cards/009/characters/145-cruella-de-vil-fashionable-cruiser.ts +36 -0
- package/src/cards/009/characters/146-anna-braving-the-storm.ts +37 -0
- package/src/cards/009/characters/147-flounder-voice-of-reason.ts +23 -0
- package/src/cards/009/characters/148-hans-noble-scoundrel.ts +48 -0
- package/src/cards/009/characters/149-the-queen-mirror-seeker.test.ts +24 -0
- package/src/cards/009/characters/149-the-queen-mirror-seeker.ts +53 -0
- package/src/cards/009/characters/150-grand-pabbie-oldest-and-wisest.test.ts +24 -0
- package/src/cards/009/characters/150-grand-pabbie-oldest-and-wisest.ts +41 -0
- package/src/cards/009/characters/151-hades-infernal-schemer.ts +47 -0
- package/src/cards/009/characters/152-mama-odie-mystical-maven.test.ts +24 -0
- package/src/cards/009/characters/152-mama-odie-mystical-maven.ts +51 -0
- package/src/cards/009/characters/153-aurora-dreaming-guardian.ts +46 -0
- package/src/cards/009/characters/154-aurora-tranquil-princess.test.ts +14 -0
- package/src/cards/009/characters/154-aurora-tranquil-princess.ts +31 -0
- package/src/cards/009/characters/155-jasmine-heir-of-agrabah.ts +49 -0
- package/src/cards/009/characters/156-belle-inventive-engineer.ts +41 -0
- package/src/cards/009/characters/157-judy-hopps-optimistic-officer.test.ts +22 -0
- package/src/cards/009/characters/157-judy-hopps-optimistic-officer.ts +61 -0
- package/src/cards/009/characters/158-maid-marian-delightful-dreamer.ts +50 -0
- package/src/cards/009/characters/159-winnie-the-pooh-having-a-think.test.ts +24 -0
- package/src/cards/009/characters/159-winnie-the-pooh-having-a-think.ts +47 -0
- package/src/cards/009/characters/160-alice-growing-girl.ts +48 -0
- package/src/cards/009/characters/161-aurora-regal-princess.ts +23 -0
- package/src/cards/009/characters/162-robin-hood-unrivaled-archer.test.ts +22 -0
- package/src/cards/009/characters/162-robin-hood-unrivaled-archer.ts +59 -0
- package/src/cards/009/characters/171-philoctetes-no-nonsense-instructor.test.ts +37 -0
- package/src/cards/009/characters/171-philoctetes-no-nonsense-instructor.ts +57 -0
- package/src/cards/009/characters/172-mickey-mouse-trumpeter.test.ts +24 -0
- package/src/cards/009/characters/172-mickey-mouse-trumpeter.ts +37 -0
- package/src/cards/009/characters/173-nala-undaunted-lioness.test.ts +44 -0
- package/src/cards/009/characters/173-nala-undaunted-lioness.ts +48 -0
- package/src/cards/009/characters/174-lilo-best-explorer-ever.test.ts +46 -0
- package/src/cards/009/characters/174-lilo-best-explorer-ever.ts +65 -0
- package/src/cards/009/characters/175-scar-finally-king.test.ts +113 -0
- package/src/cards/009/characters/175-scar-finally-king.ts +48 -0
- package/src/cards/009/characters/176-little-john-sir-reginald.test.ts +76 -0
- package/src/cards/009/characters/176-little-john-sir-reginald.ts +69 -0
- package/src/cards/009/characters/177-robin-hood-champion-of-sherwood.test.ts +46 -0
- package/src/cards/009/characters/177-robin-hood-champion-of-sherwood.ts +70 -0
- package/src/cards/009/characters/178-jasmine-fearless-princess.test.ts +47 -0
- package/src/cards/009/characters/178-jasmine-fearless-princess.ts +49 -0
- package/src/cards/009/characters/179-tiana-diligent-waitress.ts +23 -0
- package/src/cards/009/characters/180-benja-guardian-of-the-dragon-gem.ts +51 -0
- package/src/cards/009/characters/181-jafar-royal-vizier.ts +36 -0
- package/src/cards/009/characters/182-prince-naveen-penniless-royal.ts +23 -0
- package/src/cards/009/characters/183-eeyore-overstuffed-donkey.test.ts +14 -0
- package/src/cards/009/characters/183-eeyore-overstuffed-donkey.ts +32 -0
- package/src/cards/009/characters/184-robin-hood-capable-fighter.ts +43 -0
- package/src/cards/009/characters/185-mickey-mouse-standard-bearer.ts +49 -0
- package/src/cards/009/characters/186-hercules-beloved-hero.test.ts +23 -0
- package/src/cards/009/characters/186-hercules-beloved-hero.ts +54 -0
- package/src/cards/009/characters/187-lawrence-jealous-manservant.ts +37 -0
- package/src/cards/009/characters/188-tinker-bell-giant-fairy.ts +83 -0
- package/src/cards/009/characters/189-tinker-bell-tiny-tactician.test.ts +24 -0
- package/src/cards/009/characters/189-tinker-bell-tiny-tactician.ts +48 -0
- package/src/cards/009/characters/190-captain-hook-captain-of-the-jolly-roger.test.ts +22 -0
- package/src/cards/009/characters/190-captain-hook-captain-of-the-jolly-roger.ts +45 -0
- package/src/cards/009/characters/191-hercules-true-hero.test.ts +35 -0
- package/src/cards/009/characters/191-hercules-true-hero.ts +47 -0
- package/src/cards/009/characters/192-john-silver-greedy-treasure-seeker.test.ts +24 -0
- package/src/cards/009/characters/192-john-silver-greedy-treasure-seeker.ts +48 -0
- package/src/cards/009/characters/193-li-shang-imperial-captain.ts +23 -0
- package/src/cards/009/characters/194-prince-eric-dashing-and-brave.test.ts +14 -0
- package/src/cards/009/characters/194-prince-eric-dashing-and-brave.ts +32 -0
- package/src/cards/009/characters/195-ariel-sonic-warrior.ts +64 -0
- package/src/cards/009/characters/196-ariel-determined-mermaid.ts +50 -0
- package/src/cards/009/characters/characters.ts +156 -0
- package/src/cards/009/characters/index.ts +154 -0
- package/src/cards/009/index.ts +35 -0
- package/src/cards/009/items/032-lantern.ts +30 -0
- package/src/cards/009/items/033-ursula-s-shell-necklace.ts +15 -0
- package/src/cards/009/items/033-ursulas-shell-necklace.ts +42 -0
- package/src/cards/009/items/064-the-magic-feather.test.ts +68 -0
- package/src/cards/009/items/064-the-magic-feather.ts +61 -0
- package/src/cards/009/items/065-magic-mirror.ts +32 -0
- package/src/cards/009/items/066-white-rabbit-s-pocket-watch.ts +15 -0
- package/src/cards/009/items/066-white-rabbits-pocket-watch.ts +38 -0
- package/src/cards/009/items/067-rose-lantern.ts +20 -0
- package/src/cards/009/items/100-family-fishing-pole.test.ts +47 -0
- package/src/cards/009/items/100-family-fishing-pole.ts +40 -0
- package/src/cards/009/items/101-signed-contract.ts +42 -0
- package/src/cards/009/items/134-medallion-weights.test.ts +24 -0
- package/src/cards/009/items/134-medallion-weights.ts +36 -0
- package/src/cards/009/items/135-dinner-bell.test.ts +24 -0
- package/src/cards/009/items/135-dinner-bell.ts +20 -0
- package/src/cards/009/items/167-aurelian-gyrosensor.test.ts +24 -0
- package/src/cards/009/items/167-aurelian-gyrosensor.ts +39 -0
- package/src/cards/009/items/168-heart-of-te-fiti.ts +33 -0
- package/src/cards/009/items/169-coconut-basket.ts +50 -0
- package/src/cards/009/items/203-beast-s-mirror.test.ts +24 -0
- package/src/cards/009/items/203-beast-s-mirror.ts +15 -0
- package/src/cards/009/items/203-beasts-mirror.ts +39 -0
- package/src/cards/009/items/index.ts +14 -0
- package/src/cards/009/items/items.ts +16 -0
- package/src/cards/009/locations/034-atlantica-concert-hall.ts +24 -0
- package/src/cards/009/locations/068-casa-madrigal-casita.test.ts +24 -0
- package/src/cards/009/locations/068-casa-madrigal-casita.ts +40 -0
- package/src/cards/009/locations/102-hidden-cove-tranquil-haven.ts +36 -0
- package/src/cards/009/locations/136-agrabah-marketplace.ts +21 -0
- package/src/cards/009/locations/170-motunui-island-paradise.test.ts +24 -0
- package/src/cards/009/locations/170-motunui-island-paradise.ts +46 -0
- package/src/cards/009/locations/204-maui-s-place-of-exile-hidden-island.test.ts +24 -0
- package/src/cards/009/locations/204-maui-s-place-of-exile-hidden-island.ts +15 -0
- package/src/cards/009/locations/204-mauis-place-of-exile-hidden-island.ts +36 -0
- package/src/cards/009/locations/index.ts +6 -0
- package/src/cards/009/locations/locations.ts +8 -0
- package/src/cards/010/actions/026-search-for-clues.test.ts +77 -0
- package/src/cards/010/actions/026-search-for-clues.ts +36 -0
- package/src/cards/010/actions/027-or-rewrite-history-.test.ts +37 -0
- package/src/cards/010/actions/027-or-rewrite-history-.ts +54 -0
- package/src/cards/010/actions/027-or-rewrite-history.ts +31 -0
- package/src/cards/010/actions/028-della-s-moon-lullaby.test.ts +71 -0
- package/src/cards/010/actions/028-della-s-moon-lullaby.ts +49 -0
- package/src/cards/010/actions/028-dellas-moon-lullaby.ts +42 -0
- package/src/cards/010/actions/029-the-horseman-strikes-.test.ts +93 -0
- package/src/cards/010/actions/029-the-horseman-strikes-.ts +41 -0
- package/src/cards/010/actions/029-the-horseman-strikes.ts +39 -0
- package/src/cards/010/actions/061-begone-.test.ts +231 -0
- package/src/cards/010/actions/061-begone-.ts +50 -0
- package/src/cards/010/actions/061-begone.ts +35 -0
- package/src/cards/010/actions/062-can-t-hold-it-back-anymore.test.ts +164 -0
- package/src/cards/010/actions/062-can-t-hold-it-back-anymore.ts +43 -0
- package/src/cards/010/actions/062-cant-hold-it-back-anymore.ts +36 -0
- package/src/cards/010/actions/063-swooping-strike.test.ts +342 -0
- package/src/cards/010/actions/063-swooping-strike.ts +20 -0
- package/src/cards/010/actions/064-performance-review.test.ts +138 -0
- package/src/cards/010/actions/064-performance-review.ts +20 -0
- package/src/cards/010/actions/065-fragile-as-a-flower.test.ts +53 -0
- package/src/cards/010/actions/065-fragile-as-a-flower.ts +52 -0
- package/src/cards/010/actions/094-so-be-it-.test.ts +193 -0
- package/src/cards/010/actions/094-so-be-it-.ts +46 -0
- package/src/cards/010/actions/094-so-be-it.ts +39 -0
- package/src/cards/010/actions/095-trust-in-me.test.ts +354 -0
- package/src/cards/010/actions/095-trust-in-me.ts +21 -0
- package/src/cards/010/actions/096-chomp-.test.ts +175 -0
- package/src/cards/010/actions/096-chomp-.ts +30 -0
- package/src/cards/010/actions/096-chomp.ts +35 -0
- package/src/cards/010/actions/097-frighteningly-terrible.test.ts +230 -0
- package/src/cards/010/actions/097-malicious-mean-and-scary.test.ts +24 -0
- package/src/cards/010/actions/097-malicious-mean-and-scary.ts +37 -0
- package/src/cards/010/actions/129-next-stop-olympus.test.ts +238 -0
- package/src/cards/010/actions/129-next-stop-olympus.ts +66 -0
- package/src/cards/010/actions/130-get-to-safety-.test.ts +90 -0
- package/src/cards/010/actions/130-get-to-safety-.ts +86 -0
- package/src/cards/010/actions/130-get-to-safety.ts +37 -0
- package/src/cards/010/actions/131-time-to-go-.test.ts +65 -0
- package/src/cards/010/actions/131-time-to-go-.ts +62 -0
- package/src/cards/010/actions/131-time-to-go.ts +37 -0
- package/src/cards/010/actions/132-ghostly-tale.test.ts +129 -0
- package/src/cards/010/actions/132-ghostly-tale.ts +35 -0
- package/src/cards/010/actions/133-dragon-fire.test.ts +177 -0
- package/src/cards/010/actions/133-dragon-fire.ts +35 -0
- package/src/cards/010/actions/161-hen-wen-s-visions.test.ts +209 -0
- package/src/cards/010/actions/161-hen-wen-s-visions.ts +46 -0
- package/src/cards/010/actions/161-hen-wens-visions.ts +46 -0
- package/src/cards/010/actions/162-promising-lead.test.ts +52 -0
- package/src/cards/010/actions/162-promising-lead.ts +48 -0
- package/src/cards/010/actions/163-might-solve-a-mystery.test.ts +255 -0
- package/src/cards/010/actions/163-might-solve-a-mystery.ts +34 -0
- package/src/cards/010/actions/164-sudden-scare.test.ts +38 -0
- package/src/cards/010/actions/164-sudden-scare.ts +41 -0
- package/src/cards/010/actions/165-spooky-sight.test.ts +283 -0
- package/src/cards/010/actions/165-spooky-sight.ts +19 -0
- package/src/cards/010/actions/195-but-i-m-much-faster.test.ts +41 -0
- package/src/cards/010/actions/195-but-i-m-much-faster.ts +34 -0
- package/src/cards/010/actions/195-but-im-much-faster.ts +38 -0
- package/src/cards/010/actions/196-putting-it-all-together.test.ts +301 -0
- package/src/cards/010/actions/196-putting-it-all-together.ts +40 -0
- package/src/cards/010/actions/197-he-hurled-his-thunderbolt.test.ts +327 -0
- package/src/cards/010/actions/197-he-hurled-his-thunderbolt.ts +49 -0
- package/src/cards/010/actions/198-the-game-s-afoot-.test.ts +186 -0
- package/src/cards/010/actions/198-the-game-s-afoot-.ts +51 -0
- package/src/cards/010/actions/198-the-games-afoot.ts +31 -0
- package/src/cards/010/actions/actions.ts +29 -0
- package/src/cards/010/actions/index.ts +27 -0
- package/src/cards/010/characters/001-baloo-friend-and-guardian.test.ts +53 -0
- package/src/cards/010/characters/001-baloo-friend-and-guardian.ts +68 -0
- package/src/cards/010/characters/002-gaston-frightful-bully.test.ts +188 -0
- package/src/cards/010/characters/002-gaston-frightful-bully.ts +56 -0
- package/src/cards/010/characters/003-rapunzel-ready-for-adventure.test.ts +272 -0
- package/src/cards/010/characters/003-rapunzel-ready-for-adventure.ts +33 -0
- package/src/cards/010/characters/004-headless-manhorse-manny.ts +23 -0
- package/src/cards/010/characters/005-higgins-undercover-officer.ts +23 -0
- package/src/cards/010/characters/006-rajah-devoted-protector.test.ts +35 -0
- package/src/cards/010/characters/006-rajah-devoted-protector.ts +59 -0
- package/src/cards/010/characters/007-eilonwy-princess-of-llyr.test.ts +14 -0
- package/src/cards/010/characters/007-eilonwy-princess-of-llyr.ts +31 -0
- package/src/cards/010/characters/008-scrooge-mcduck-on-the-right-track.test.ts +72 -0
- package/src/cards/010/characters/008-scrooge-mcduck-on-the-right-track.ts +50 -0
- package/src/cards/010/characters/009-webby-vanderquack-knowledge-seeker.test.ts +82 -0
- package/src/cards/010/characters/009-webby-vanderquack-knowledge-seeker.ts +37 -0
- package/src/cards/010/characters/010-gurgi-apple-lover.test.ts +144 -0
- package/src/cards/010/characters/010-gurgi-apple-lover.ts +53 -0
- package/src/cards/010/characters/011-mrs-beakley-former-s-h-u-s-h-agent.test.ts +20 -0
- package/src/cards/010/characters/011-mrs-beakley-former-s-h-u-s-h-agent.ts +27 -0
- package/src/cards/010/characters/011-mrs-beakley-former-shush-agent.test.ts +14 -0
- package/src/cards/010/characters/011-mrs-beakley-former-shush-agent.ts +31 -0
- package/src/cards/010/characters/012-bagheera-cautious-explorer.test.ts +97 -0
- package/src/cards/010/characters/012-bagheera-cautious-explorer.ts +23 -0
- package/src/cards/010/characters/013-shanti-village-girl.test.ts +14 -0
- package/src/cards/010/characters/013-shanti-village-girl.ts +32 -0
- package/src/cards/010/characters/014-flash-records-specialist.test.ts +111 -0
- package/src/cards/010/characters/014-flash-records-specialist.ts +37 -0
- package/src/cards/010/characters/015-taran-pig-keeper.test.ts +43 -0
- package/src/cards/010/characters/015-taran-pig-keeper.ts +57 -0
- package/src/cards/010/characters/016-sebastian-loyal-crab.ts +23 -0
- package/src/cards/010/characters/017-ariel-ethereal-voice.test.ts +22 -0
- package/src/cards/010/characters/017-ariel-ethereal-voice.ts +58 -0
- package/src/cards/010/characters/018-scrooge-mcduck-cavern-prospector.test.ts +44 -0
- package/src/cards/010/characters/018-scrooge-mcduck-cavern-prospector.ts +36 -0
- package/src/cards/010/characters/019-mowgli-man-cub.test.ts +58 -0
- package/src/cards/010/characters/019-mowgli-man-cub.ts +26 -0
- package/src/cards/010/characters/020-simba-king-in-the-making.test.ts +97 -0
- package/src/cards/010/characters/020-simba-king-in-the-making.ts +52 -0
- package/src/cards/010/characters/021-goofy-ghost-hunter.test.ts +135 -0
- package/src/cards/010/characters/021-goofy-ghost-hunter.ts +42 -0
- package/src/cards/010/characters/022-della-duck-returning-mother.test.ts +188 -0
- package/src/cards/010/characters/022-della-duck-returning-mother.ts +62 -0
- package/src/cards/010/characters/023-mickey-mouse-amber-champion.test.ts +148 -0
- package/src/cards/010/characters/023-mickey-mouse-amber-champion.ts +38 -0
- package/src/cards/010/characters/024-goofy-galumphing-gumshoe.test.ts +211 -0
- package/src/cards/010/characters/024-goofy-galumphing-gumshoe.ts +47 -0
- package/src/cards/010/characters/025-gazelle-ballad-singer.test.ts +85 -0
- package/src/cards/010/characters/025-gazelle-ballad-singer.ts +34 -0
- package/src/cards/010/characters/035-minnie-mouse-amethyst-champion.test.ts +163 -0
- package/src/cards/010/characters/035-minnie-mouse-amethyst-champion.ts +44 -0
- package/src/cards/010/characters/036-the-horned-king-wicked-ruler.test.ts +97 -0
- package/src/cards/010/characters/036-the-horned-king-wicked-ruler.ts +60 -0
- package/src/cards/010/characters/037-gwythaint-savage-hunter.test.ts +76 -0
- package/src/cards/010/characters/037-gwythaint-savage-hunter.ts +33 -0
- package/src/cards/010/characters/038-the-horned-king-heartless-devil.test.ts +77 -0
- package/src/cards/010/characters/038-the-horned-king-heartless-devil.ts +23 -0
- package/src/cards/010/characters/039-cauldron-born-mindless-horde.test.ts +96 -0
- package/src/cards/010/characters/039-cauldron-born-mindless-horde.ts +23 -0
- package/src/cards/010/characters/040-demona-betrayer-of-the-clan.test.ts +113 -0
- package/src/cards/010/characters/040-demona-betrayer-of-the-clan.ts +50 -0
- package/src/cards/010/characters/041-magica-de-spell-shadowy-and-sinister.test.ts +78 -0
- package/src/cards/010/characters/041-magica-de-spell-shadowy-and-sinister.ts +52 -0
- package/src/cards/010/characters/042-lena-sabrewing-mysterious-duck.test.ts +92 -0
- package/src/cards/010/characters/042-lena-sabrewing-mysterious-duck.ts +49 -0
- package/src/cards/010/characters/043-iago-furious.test.ts +41 -0
- package/src/cards/010/characters/043-iago-furious.ts +27 -0
- package/src/cards/010/characters/043-iago-stompin-mad.test.ts +14 -0
- package/src/cards/010/characters/043-iago-stompin-mad.ts +32 -0
- package/src/cards/010/characters/044-violet-sabrewing-senior-junior-woodchuck.test.ts +16 -0
- package/src/cards/010/characters/044-violet-sabrewing-senior-junior-woodchuck.ts +31 -0
- package/src/cards/010/characters/045-elsa-exploring-the-unknown.test.ts +14 -0
- package/src/cards/010/characters/045-elsa-exploring-the-unknown.ts +45 -0
- package/src/cards/010/characters/046-mushu-braggin-dragon.ts +23 -0
- package/src/cards/010/characters/047-duckworth-ghost-butler.test.ts +20 -0
- package/src/cards/010/characters/047-duckworth-ghost-butler.ts +33 -0
- package/src/cards/010/characters/048-nibs-lost-boy.test.ts +17 -0
- package/src/cards/010/characters/048-nibs-lost-boy.ts +41 -0
- package/src/cards/010/characters/049-the-horned-king-triumphant-ghoul.test.ts +178 -0
- package/src/cards/010/characters/049-the-horned-king-triumphant-ghoul.ts +44 -0
- package/src/cards/010/characters/050-creeper-loyal-lackey.test.ts +97 -0
- package/src/cards/010/characters/050-creeper-loyal-lackey.ts +23 -0
- package/src/cards/010/characters/051-coldstone-reincarnated-cyborg.test.ts +22 -0
- package/src/cards/010/characters/051-coldstone-reincarnated-cyborg.ts +49 -0
- package/src/cards/010/characters/052-magica-de-spell-spiteful-sorceress.test.ts +163 -0
- package/src/cards/010/characters/052-magica-de-spell-spiteful-sorceress.ts +26 -0
- package/src/cards/010/characters/053-nana-canine-caregiver.test.ts +40 -0
- package/src/cards/010/characters/053-nana-canine-caregiver.ts +51 -0
- package/src/cards/010/characters/054-magica-de-spell-conniving-sorceress.test.ts +88 -0
- package/src/cards/010/characters/054-magica-de-spell-conniving-sorceress.ts +108 -0
- package/src/cards/010/characters/055-demona-scourge-of-the-wyvern-clan.test.ts +98 -0
- package/src/cards/010/characters/055-demona-scourge-of-the-wyvern-clan.ts +71 -0
- package/src/cards/010/characters/056-hades-looking-for-a-deal.test.ts +117 -0
- package/src/cards/010/characters/056-hades-looking-for-a-deal.ts +51 -0
- package/src/cards/010/characters/057-olaf-helping-hand.test.ts +92 -0
- package/src/cards/010/characters/057-olaf-helping-hand.ts +51 -0
- package/src/cards/010/characters/058-merlin-completing-his-research.test.ts +215 -0
- package/src/cards/010/characters/058-merlin-completing-his-research.ts +55 -0
- package/src/cards/010/characters/059-ursula-whisper-of-vanessa.test.ts +29 -0
- package/src/cards/010/characters/059-ursula-whisper-of-vanessa.ts +54 -0
- package/src/cards/010/characters/060-cheshire-cat-inexplicable.test.ts +217 -0
- package/src/cards/010/characters/060-cheshire-cat-inexplicable.ts +34 -0
- package/src/cards/010/characters/069-baloo-laid-back-bear.test.ts +97 -0
- package/src/cards/010/characters/069-baloo-laid-back-bear.ts +23 -0
- package/src/cards/010/characters/070-big-nose-lovesick-poet.test.ts +97 -0
- package/src/cards/010/characters/070-big-nose-lovesick-poet.ts +23 -0
- package/src/cards/010/characters/071-flotsam-slippery-as-an-eel.test.ts +14 -0
- package/src/cards/010/characters/071-flotsam-slippery-as-an-eel.ts +31 -0
- package/src/cards/010/characters/072-kaa-suspicious-serpent.test.ts +14 -0
- package/src/cards/010/characters/072-kaa-suspicious-serpent.ts +31 -0
- package/src/cards/010/characters/073-webby-vanderquack-mystery-enthusiast.test.ts +138 -0
- package/src/cards/010/characters/073-webby-vanderquack-mystery-enthusiast.ts +50 -0
- package/src/cards/010/characters/074-finnick-tiny-terror.test.ts +245 -0
- package/src/cards/010/characters/074-finnick-tiny-terror.ts +51 -0
- package/src/cards/010/characters/075-vladimir-ceramic-unicorn-fan.test.ts +250 -0
- package/src/cards/010/characters/075-vladimir-ceramic-unicorn-fan.ts +51 -0
- package/src/cards/010/characters/076-flintheart-glomgold-scheming-billionaire.test.ts +202 -0
- package/src/cards/010/characters/076-flintheart-glomgold-scheming-billionaire.ts +36 -0
- package/src/cards/010/characters/077-jetsam-opportunistic-eel.test.ts +260 -0
- package/src/cards/010/characters/077-jetsam-opportunistic-eel.ts +48 -0
- package/src/cards/010/characters/078-hook-hand-unexpectedly-friendly.test.ts +97 -0
- package/src/cards/010/characters/078-hook-hand-unexpectedly-friendly.ts +23 -0
- package/src/cards/010/characters/079-kaa-hidden-serpent.test.ts +122 -0
- package/src/cards/010/characters/079-kaa-hidden-serpent.ts +27 -0
- package/src/cards/010/characters/079-kaa-secretive-snake.test.ts +14 -0
- package/src/cards/010/characters/079-kaa-secretive-snake.ts +31 -0
- package/src/cards/010/characters/080-emily-quackfaster-level-headed-librarian.test.ts +137 -0
- package/src/cards/010/characters/080-emily-quackfaster-level-headed-librarian.ts +26 -0
- package/src/cards/010/characters/081-flynn-rider-spectral-scoundrel.test.ts +87 -0
- package/src/cards/010/characters/081-flynn-rider-spectral-scoundrel.ts +44 -0
- package/src/cards/010/characters/082-bellwether-master-manipulator.test.ts +301 -0
- package/src/cards/010/characters/082-bellwether-master-manipulator.ts +48 -0
- package/src/cards/010/characters/083-launchpad-exceptional-pilot.test.ts +278 -0
- package/src/cards/010/characters/083-launchpad-exceptional-pilot.ts +51 -0
- package/src/cards/010/characters/084-penumbra-moon-alien.ts +23 -0
- package/src/cards/010/characters/085-baloo-carefree-bear.test.ts +143 -0
- package/src/cards/010/characters/085-baloo-carefree-bear.ts +57 -0
- package/src/cards/010/characters/086-megara-secret-keeper.test.ts +92 -0
- package/src/cards/010/characters/086-megara-secret-keeper.ts +44 -0
- package/src/cards/010/characters/087-goldie-o-gilt-cunning-prospector.test.ts +253 -0
- package/src/cards/010/characters/087-goldie-o-gilt-cunning-prospector.ts +71 -0
- package/src/cards/010/characters/087-goldie-ogilt-cunning-prospector.ts +46 -0
- package/src/cards/010/characters/088-shere-khan-fearsome-tiger.test.ts +77 -0
- package/src/cards/010/characters/088-shere-khan-fearsome-tiger.ts +58 -0
- package/src/cards/010/characters/089-scrooge-mcduck-s-h-u-s-h-agent.test.ts +225 -0
- package/src/cards/010/characters/089-scrooge-mcduck-s-h-u-s-h-agent.ts +71 -0
- package/src/cards/010/characters/089-scrooge-mcduck-shush-agent.ts +68 -0
- package/src/cards/010/characters/090-akela-forest-runner.test.ts +229 -0
- package/src/cards/010/characters/090-akela-forest-runner.ts +39 -0
- package/src/cards/010/characters/091-goofy-emerald-champion.test.ts +205 -0
- package/src/cards/010/characters/091-goofy-emerald-champion.ts +61 -0
- package/src/cards/010/characters/092-little-john-impermanent-outlaw.test.ts +195 -0
- package/src/cards/010/characters/092-little-john-impermanent-outlaw.ts +44 -0
- package/src/cards/010/characters/093-webby-vanderquack-junior-prospector.test.ts +193 -0
- package/src/cards/010/characters/093-webby-vanderquack-junior-prospector.ts +66 -0
- package/src/cards/010/characters/103-diablo-watchful-raven.test.ts +68 -0
- package/src/cards/010/characters/103-diablo-watchful-raven.ts +23 -0
- package/src/cards/010/characters/104-ares-god-of-war.test.ts +260 -0
- package/src/cards/010/characters/104-ares-god-of-war.ts +62 -0
- package/src/cards/010/characters/105-peter-pan-high-flyer.test.ts +14 -0
- package/src/cards/010/characters/105-peter-pan-high-flyer.ts +31 -0
- package/src/cards/010/characters/106-tinker-bell-fancy-footwork.test.ts +98 -0
- package/src/cards/010/characters/106-tinker-bell-fancy-footwork.ts +23 -0
- package/src/cards/010/characters/107-raksha-fearless-mother.test.ts +26 -0
- package/src/cards/010/characters/107-raksha-fearless-mother.ts +26 -0
- package/src/cards/010/characters/108-shere-khan-keen-eyed-hunter.test.ts +97 -0
- package/src/cards/010/characters/108-shere-khan-keen-eyed-hunter.ts +23 -0
- package/src/cards/010/characters/109-rama-vigilant-father.test.ts +117 -0
- package/src/cards/010/characters/109-rama-vigilant-father.ts +58 -0
- package/src/cards/010/characters/110-mother-gothel-devious-conspirator.test.ts +238 -0
- package/src/cards/010/characters/110-mother-gothel-devious-conspirator.ts +43 -0
- package/src/cards/010/characters/110-mother-gothel-underhanded-schemer.ts +44 -0
- package/src/cards/010/characters/111-katrina-van-tassel-rosy-cheeked-lass.test.ts +100 -0
- package/src/cards/010/characters/111-katrina-van-tassel-rosy-cheeked-lass.ts +23 -0
- package/src/cards/010/characters/112-hermes-harried-messenger.test.ts +14 -0
- package/src/cards/010/characters/112-hermes-harried-messenger.ts +31 -0
- package/src/cards/010/characters/113-beast-aggressive-lord.test.ts +115 -0
- package/src/cards/010/characters/113-beast-aggressive-lord.ts +51 -0
- package/src/cards/010/characters/114-bronx-ferocious-beast.test.ts +33 -0
- package/src/cards/010/characters/114-bronx-ferocious-beast.ts +49 -0
- package/src/cards/010/characters/115-tinker-bell-temperamental-fairy.test.ts +130 -0
- package/src/cards/010/characters/115-tinker-bell-temperamental-fairy.ts +56 -0
- package/src/cards/010/characters/116-david-xanatos-charismatic-leader.test.ts +115 -0
- package/src/cards/010/characters/116-david-xanatos-charismatic-leader.ts +59 -0
- package/src/cards/010/characters/117-hans-brazen-manipulator.test.ts +124 -0
- package/src/cards/010/characters/117-hans-brazen-manipulator.ts +52 -0
- package/src/cards/010/characters/118-hercules-mighty-leader.test.ts +230 -0
- package/src/cards/010/characters/118-hercules-mighty-leader.ts +26 -0
- package/src/cards/010/characters/119-goliath-guardian-of-castle-wyvern.test.ts +158 -0
- package/src/cards/010/characters/119-goliath-guardian-of-castle-wyvern.ts +61 -0
- package/src/cards/010/characters/120-brooklyn-second-in-command.test.ts +102 -0
- package/src/cards/010/characters/120-brooklyn-second-in-command.ts +49 -0
- package/src/cards/010/characters/121-donald-duck-ruby-champion.test.ts +88 -0
- package/src/cards/010/characters/121-donald-duck-ruby-champion.ts +48 -0
- package/src/cards/010/characters/122-elisa-maza-intrepid-investigator.test.ts +134 -0
- package/src/cards/010/characters/122-elisa-maza-intrepid-investigator.ts +37 -0
- package/src/cards/010/characters/123-aladdin-barreling-through.test.ts +194 -0
- package/src/cards/010/characters/123-aladdin-barreling-through.ts +49 -0
- package/src/cards/010/characters/124-lady-tremaine-sinister-socialite.test.ts +115 -0
- package/src/cards/010/characters/124-lady-tremaine-sinister-socialite.ts +61 -0
- package/src/cards/010/characters/125-the-headless-horseman-terror-of-sleepy-hollow.test.ts +385 -0
- package/src/cards/010/characters/125-the-headless-horseman-terror-of-sleepy-hollow.ts +61 -0
- package/src/cards/010/characters/126-mulan-standing-her-ground.test.ts +24 -0
- package/src/cards/010/characters/126-mulan-standing-her-ground.ts +26 -0
- package/src/cards/010/characters/127-brom-bones-burly-bully.test.ts +87 -0
- package/src/cards/010/characters/127-brom-bones-burly-bully.ts +42 -0
- package/src/cards/010/characters/128-shere-khan-fierce-and-furious.test.ts +91 -0
- package/src/cards/010/characters/128-shere-khan-fierce-and-furious.ts +63 -0
- package/src/cards/010/characters/137-judy-hopps-on-the-case.test.ts +22 -0
- package/src/cards/010/characters/137-judy-hopps-on-the-case.ts +26 -0
- package/src/cards/010/characters/138-hen-wen-prophetic-pig.test.ts +70 -0
- package/src/cards/010/characters/138-hen-wen-prophetic-pig.ts +41 -0
- package/src/cards/010/characters/139-anna-making-snow-plans.test.ts +14 -0
- package/src/cards/010/characters/139-anna-making-snow-plans.ts +31 -0
- package/src/cards/010/characters/140-chef-louis-in-over-his-head.test.ts +96 -0
- package/src/cards/010/characters/140-chef-louis-in-over-his-head.ts +23 -0
- package/src/cards/010/characters/141-daisy-duck-ghost-finder.test.ts +14 -0
- package/src/cards/010/characters/141-daisy-duck-ghost-finder.ts +30 -0
- package/src/cards/010/characters/142-cri-kee-good-luck-charm.test.ts +71 -0
- package/src/cards/010/characters/142-cri-kee-good-luck-charm.ts +31 -0
- package/src/cards/010/characters/143-rapunzel-creative-captor.test.ts +22 -0
- package/src/cards/010/characters/143-rapunzel-creative-captor.ts +44 -0
- package/src/cards/010/characters/144-fergus-mcduck-scrooge-s-father.test.ts +38 -0
- package/src/cards/010/characters/144-fergus-mcduck-scrooge-s-father.ts +43 -0
- package/src/cards/010/characters/144-fergus-mcduck-scrooges-father.ts +48 -0
- package/src/cards/010/characters/145-li-shang-seasoned-strategist.ts +23 -0
- package/src/cards/010/characters/146-genie-investigative-mind.test.ts +58 -0
- package/src/cards/010/characters/146-genie-investigative-mind.ts +23 -0
- package/src/cards/010/characters/147-eureka-scatterbrain.test.ts +60 -0
- package/src/cards/010/characters/147-eureka-scatterbrain.ts +27 -0
- package/src/cards/010/characters/147-scuttle-birdbrained.test.ts +14 -0
- package/src/cards/010/characters/147-scuttle-birdbrained.ts +31 -0
- package/src/cards/010/characters/148-ichabod-crane-bookish-schoolmaster.test.ts +51 -0
- package/src/cards/010/characters/148-ichabod-crane-bookish-schoolmaster.ts +51 -0
- package/src/cards/010/characters/149-jasmine-soothing-princess.test.ts +76 -0
- package/src/cards/010/characters/149-jasmine-soothing-princess.ts +63 -0
- package/src/cards/010/characters/150-judy-hopps-lead-detective.test.ts +94 -0
- package/src/cards/010/characters/150-judy-hopps-lead-detective.ts +45 -0
- package/src/cards/010/characters/151-the-sultan-playful-monarch.test.ts +62 -0
- package/src/cards/010/characters/151-the-sultan-playful-monarch.ts +23 -0
- package/src/cards/010/characters/152-ichabod-crane-scared-out-of-his-mind.test.ts +125 -0
- package/src/cards/010/characters/152-ichabod-crane-scared-out-of-his-mind.ts +48 -0
- package/src/cards/010/characters/153-scar-eerily-prepared.test.ts +32 -0
- package/src/cards/010/characters/153-scar-eerily-prepared.ts +47 -0
- package/src/cards/010/characters/154-daisy-duck-paranormal-investigator.test.ts +95 -0
- package/src/cards/010/characters/154-daisy-duck-paranormal-investigator.ts +41 -0
- package/src/cards/010/characters/155-cinderella-dream-come-true.test.ts +75 -0
- package/src/cards/010/characters/155-cinderella-dream-come-true.ts +44 -0
- package/src/cards/010/characters/156-judy-hopps-uncovering-clues.test.ts +22 -0
- package/src/cards/010/characters/156-judy-hopps-uncovering-clues.ts +41 -0
- package/src/cards/010/characters/157-pluto-clever-cluefinder.test.ts +209 -0
- package/src/cards/010/characters/157-pluto-clever-cluefinder.ts +43 -0
- package/src/cards/010/characters/158-daisy-duck-sapphire-champion.test.ts +261 -0
- package/src/cards/010/characters/158-daisy-duck-sapphire-champion.ts +56 -0
- package/src/cards/010/characters/159-kristoff-mining-the-ruins.test.ts +115 -0
- package/src/cards/010/characters/159-kristoff-mining-the-ruins.ts +58 -0
- package/src/cards/010/characters/160-mickey-mouse-detective.test.ts +93 -0
- package/src/cards/010/characters/160-mickey-mouse-detective.ts +47 -0
- package/src/cards/010/characters/171-robin-hood-ephemeral-archer.test.ts +27 -0
- package/src/cards/010/characters/171-robin-hood-ephemeral-archer.ts +62 -0
- package/src/cards/010/characters/172-donald-duck-ghost-hunter.ts +43 -0
- package/src/cards/010/characters/172-donald-ghost-hunter.test.ts +238 -0
- package/src/cards/010/characters/172-donald-ghost-hunter.ts +51 -0
- package/src/cards/010/characters/173-goliath-clan-leader.test.ts +472 -0
- package/src/cards/010/characters/173-goliath-clan-leader.ts +44 -0
- package/src/cards/010/characters/174-the-headless-horseman-cursed-rider.test.ts +232 -0
- package/src/cards/010/characters/174-the-headless-horseman-cursed-rider.ts +67 -0
- package/src/cards/010/characters/175-clawhauser-donut-detective.test.ts +14 -0
- package/src/cards/010/characters/175-clawhauser-donut-detective.ts +32 -0
- package/src/cards/010/characters/176-francine-eyeing-the-evidence.test.ts +14 -0
- package/src/cards/010/characters/176-francine-eyeing-the-evidence.ts +32 -0
- package/src/cards/010/characters/177-inspector-tezuka-resolute-officer.test.ts +78 -0
- package/src/cards/010/characters/177-inspector-tezuka-resolute-officer.ts +59 -0
- package/src/cards/010/characters/178-nick-wilde-determined-detective.ts +23 -0
- package/src/cards/010/characters/179-basil-tenacious-mouse.test.ts +200 -0
- package/src/cards/010/characters/179-basil-tenacious-mouse.ts +39 -0
- package/src/cards/010/characters/180-hudson-determined-reader.test.ts +177 -0
- package/src/cards/010/characters/180-hudson-determined-reader.ts +64 -0
- package/src/cards/010/characters/181-minnie-mouse-ghost-hunter.test.ts +190 -0
- package/src/cards/010/characters/181-minnie-mouse-ghost-hunter.ts +42 -0
- package/src/cards/010/characters/182-black-heron-real-bad-egg.test.ts +97 -0
- package/src/cards/010/characters/182-black-heron-real-bad-egg.ts +23 -0
- package/src/cards/010/characters/183-lexington-small-in-stature.test.ts +128 -0
- package/src/cards/010/characters/183-lexington-small-in-stature.ts +49 -0
- package/src/cards/010/characters/184-david-xanatos-steel-clan-leader.test.ts +249 -0
- package/src/cards/010/characters/184-david-xanatos-steel-clan-leader.ts +52 -0
- package/src/cards/010/characters/185-chief-bogo-calling-the-shots.test.ts +139 -0
- package/src/cards/010/characters/185-chief-bogo-calling-the-shots.ts +26 -0
- package/src/cards/010/characters/186-the-twins-lost-boys.test.ts +116 -0
- package/src/cards/010/characters/186-the-twins-lost-boys.ts +55 -0
- package/src/cards/010/characters/187-nick-wilde-persistent-investigator.test.ts +22 -0
- package/src/cards/010/characters/187-nick-wilde-persistent-investigator.ts +50 -0
- package/src/cards/010/characters/188-mayor-winddancer-actor-turned-politician.ts +23 -0
- package/src/cards/010/characters/189-prince-charming-protector-of-the-realm.test.ts +104 -0
- package/src/cards/010/characters/189-prince-charming-protector-of-the-realm.ts +33 -0
- package/src/cards/010/characters/190-broadway-sturdy-and-strong.test.ts +20 -0
- package/src/cards/010/characters/190-broadway-sturdy-and-strong.ts +33 -0
- package/src/cards/010/characters/191-pluto-steel-champion.test.ts +88 -0
- package/src/cards/010/characters/191-pluto-steel-champion.ts +61 -0
- package/src/cards/010/characters/192-fairy-godmother-magical-benefactor.test.ts +87 -0
- package/src/cards/010/characters/192-fairy-godmother-magical-benefactor.ts +71 -0
- package/src/cards/010/characters/193-zeus-missing-his-spark.test.ts +59 -0
- package/src/cards/010/characters/193-zeus-missing-his-spark.ts +44 -0
- package/src/cards/010/characters/194-the-headless-horseman-relentless-spirit.test.ts +39 -0
- package/src/cards/010/characters/194-the-headless-horseman-relentless-spirit.ts +59 -0
- package/src/cards/010/characters/212-kaa-secretive-snake.test.ts +14 -0
- package/src/cards/010/characters/212-kaa-secretive-snake.ts +31 -0
- package/src/cards/010/characters/characters.ts +152 -0
- package/src/cards/010/characters/index.ts +150 -0
- package/src/cards/010/index.ts +35 -0
- package/src/cards/010/items/030-recovered-page.test.ts +114 -0
- package/src/cards/010/items/030-recovered-page.ts +58 -0
- package/src/cards/010/items/031-webby-s-diary.test.ts +42 -0
- package/src/cards/010/items/031-webby-s-diary.ts +49 -0
- package/src/cards/010/items/031-webbys-diary.ts +40 -0
- package/src/cards/010/items/032-the-black-cauldron.test.ts +362 -0
- package/src/cards/010/items/032-the-black-cauldron.ts +50 -0
- package/src/cards/010/items/033-munchings-and-crunchings.test.ts +255 -0
- package/src/cards/010/items/033-munchings-and-crunchings.ts +47 -0
- package/src/cards/010/items/066-junior-woodchuck-guidebook.test.ts +131 -0
- package/src/cards/010/items/066-junior-woodchuck-guidebook.ts +32 -0
- package/src/cards/010/items/067-grimorum-arcanorum.test.ts +101 -0
- package/src/cards/010/items/067-grimorum-arcanorum.ts +41 -0
- package/src/cards/010/items/098-potion-of-malice.test.ts +192 -0
- package/src/cards/010/items/098-potion-of-malice.ts +47 -0
- package/src/cards/010/items/099-inscrutable-map.test.ts +54 -0
- package/src/cards/010/items/099-inscrutable-map.ts +32 -0
- package/src/cards/010/items/100-enigmatic-inkcaster.test.ts +98 -0
- package/src/cards/010/items/100-enigmatic-inkcaster.ts +37 -0
- package/src/cards/010/items/101-blessed-bagpipes.test.ts +113 -0
- package/src/cards/010/items/101-blessed-bagpipes.ts +36 -0
- package/src/cards/010/items/134-mushu-s-rocket.test.ts +167 -0
- package/src/cards/010/items/134-mushu-s-rocket.ts +41 -0
- package/src/cards/010/items/134-mushus-rocket.ts +61 -0
- package/src/cards/010/items/166-detective-s-badge-repro.test.ts +50 -0
- package/src/cards/010/items/166-detective-s-badge.test.ts +95 -0
- package/src/cards/010/items/166-detective-s-badge.ts +42 -0
- package/src/cards/010/items/166-detectives-badge.ts +38 -0
- package/src/cards/010/items/167-ink-amplifier.test.ts +117 -0
- package/src/cards/010/items/167-ink-amplifier.ts +41 -0
- package/src/cards/010/items/168-fairy-godmother-s-wand.test.ts +114 -0
- package/src/cards/010/items/168-fairy-godmother-s-wand.ts +52 -0
- package/src/cards/010/items/168-fairy-godmothers-wand.ts +32 -0
- package/src/cards/010/items/169-inkrunner.test.ts +37 -0
- package/src/cards/010/items/169-inkrunner.ts +53 -0
- package/src/cards/010/items/199-the-robot-queen.test.ts +76 -0
- package/src/cards/010/items/199-the-robot-queen.ts +49 -0
- package/src/cards/010/items/200-the-sword-of-hercules.test.ts +67 -0
- package/src/cards/010/items/200-the-sword-of-hercules.ts +56 -0
- package/src/cards/010/items/201-ingenious-device.test.ts +176 -0
- package/src/cards/010/items/201-ingenious-device.ts +70 -0
- package/src/cards/010/items/index.ts +18 -0
- package/src/cards/010/items/items.ts +20 -0
- package/src/cards/010/locations/034-duckburg-funsos-funzone.test.ts +70 -0
- package/src/cards/010/locations/034-duckburg-funsos-funzone.ts +35 -0
- package/src/cards/010/locations/068-the-great-illuminary-abandoned-laboratory.test.ts +12 -0
- package/src/cards/010/locations/068-the-great-illuminary-abandoned-laboratory.ts +24 -0
- package/src/cards/010/locations/102-white-agony-plains-golden-lagoon.test.ts +77 -0
- package/src/cards/010/locations/102-white-agony-plains-golden-lagoon.ts +35 -0
- package/src/cards/010/locations/135-the-bitterwood-underground-forest.test.ts +106 -0
- package/src/cards/010/locations/135-the-bitterwood-underground-forest.ts +40 -0
- package/src/cards/010/locations/136-sleepy-hollow-the-bridge.test.ts +139 -0
- package/src/cards/010/locations/136-sleepy-hollow-the-bridge.ts +39 -0
- package/src/cards/010/locations/170-castle-of-the-horned-king-bastion-of-evil.test.ts +148 -0
- package/src/cards/010/locations/170-castle-of-the-horned-king-bastion-of-evil.ts +45 -0
- package/src/cards/010/locations/202-illuminary-tunnels-linked-caverns.test.ts +85 -0
- package/src/cards/010/locations/202-illuminary-tunnels-linked-caverns.ts +55 -0
- package/src/cards/010/locations/203-zootopia-police-headquarters.test.ts +51 -0
- package/src/cards/010/locations/203-zootopia-police-headquarters.ts +92 -0
- package/src/cards/010/locations/204-castle-wyvern-above-the-clouds.test.ts +201 -0
- package/src/cards/010/locations/204-castle-wyvern-above-the-clouds.ts +36 -0
- package/src/cards/010/locations/index.ts +9 -0
- package/src/cards/010/locations/locations.ts +11 -0
- package/src/cards/cards.ts +50 -0
- package/src/cards/index.ts +55 -0
- package/src/cards/types.ts +139 -0
- package/src/data/canonical-cards.json +74001 -0
- package/src/data/id-mapping.json +3736 -0
- package/src/data/index.ts +250 -0
- package/src/data/printings.json +52160 -0
- package/src/data/sets.json +92 -0
- package/src/index.ts +28 -0
- package/src/parser/index.ts +80 -0
- package/src/parser/v2/__tests__/ability-uids.test.ts +165 -0
- package/src/parser/v2/__tests__/action-effects.test.ts +544 -0
- package/src/parser/v2/__tests__/action-parser.test.ts +440 -0
- package/src/parser/v2/__tests__/activated-parser.test.ts +289 -0
- package/src/parser/v2/__tests__/card-texts/OPERATION-INKWELL.md +606 -0
- package/src/parser/v2/__tests__/card-texts/PROJECT-ARCANA.md +387 -0
- package/src/parser/v2/__tests__/card-texts/plan.md +723 -0
- package/src/parser/v2/__tests__/card-texts/set-001-characters-a-m.test.ts +1894 -0
- package/src/parser/v2/__tests__/card-texts/set-001-characters-n-z.test.ts +911 -0
- package/src/parser/v2/__tests__/card-texts/set-002-characters-a-m.test.ts +2793 -0
- package/src/parser/v2/__tests__/card-texts/set-002-characters-n-z.test.ts +1579 -0
- package/src/parser/v2/__tests__/card-texts/set-003-characters-a-m.test.ts +2197 -0
- package/src/parser/v2/__tests__/card-texts/set-003-characters-n-z.test.ts +1332 -0
- package/src/parser/v2/__tests__/card-texts/set-004-actions-items.test.ts +31 -0
- package/src/parser/v2/__tests__/card-texts/set-004-characters-a-m.test.ts +1803 -0
- package/src/parser/v2/__tests__/card-texts/set-004-characters-n-z.test.ts +1373 -0
- package/src/parser/v2/__tests__/card-texts/set-005-characters-a-m.test.ts +2906 -0
- package/src/parser/v2/__tests__/card-texts/set-005-characters-n-z.test.ts +2440 -0
- package/src/parser/v2/__tests__/card-texts/set-006-characters-a-m.test.ts +2596 -0
- package/src/parser/v2/__tests__/card-texts/set-006-characters-n-z.test.ts +1483 -0
- package/src/parser/v2/__tests__/card-texts/set-007-characters-a-m.test.ts +2880 -0
- package/src/parser/v2/__tests__/card-texts/set-007-characters-n-z.test.ts +1617 -0
- package/src/parser/v2/__tests__/card-texts/set-008-characters-a-m.test.ts +983 -0
- package/src/parser/v2/__tests__/card-texts/set-008-characters-n-z.test.ts +531 -0
- package/src/parser/v2/__tests__/card-texts/set-009-characters-a-m.test.ts +3230 -0
- package/src/parser/v2/__tests__/card-texts/set-009-characters-n-z.test.ts +1892 -0
- package/src/parser/v2/__tests__/card-texts/set-010-characters-a-m.test.ts +3497 -0
- package/src/parser/v2/__tests__/card-texts/set-010-characters-n-z.test.ts +1900 -0
- package/src/parser/v2/__tests__/choice-effects.test.ts +521 -0
- package/src/parser/v2/__tests__/classifier.test.ts +303 -0
- package/src/parser/v2/__tests__/complex-ability-parser.test.ts +192 -0
- package/src/parser/v2/__tests__/composite-effects.test.ts +483 -0
- package/src/parser/v2/__tests__/conditional-effects.test.ts +291 -0
- package/src/parser/v2/__tests__/coverage-validation.test.ts +336 -0
- package/src/parser/v2/__tests__/effect-parser.test.ts +606 -0
- package/src/parser/v2/__tests__/for-each-repeat-effects.test.ts +545 -0
- package/src/parser/v2/__tests__/integration.test.ts +531 -0
- package/src/parser/v2/__tests__/keyword-parser.test.ts +177 -0
- package/src/parser/v2/__tests__/manual-overrides-by-name.test.ts +80 -0
- package/src/parser/v2/__tests__/multi-ability-split.test.ts +166 -0
- package/src/parser/v2/__tests__/numeric-extractor.test.ts +171 -0
- package/src/parser/v2/__tests__/optional-effects.test.ts +554 -0
- package/src/parser/v2/__tests__/optional-fields.test.ts +89 -0
- package/src/parser/v2/__tests__/parser-integration.test.ts +466 -0
- package/src/parser/v2/__tests__/parser.test.ts +110 -0
- package/src/parser/v2/__tests__/patterns.test.ts +221 -0
- package/src/parser/v2/__tests__/placeholder-effects.test.ts +333 -0
- package/src/parser/v2/__tests__/preprocessor.test.ts +336 -0
- package/src/parser/v2/__tests__/real-cards.test.ts +534 -0
- package/src/parser/v2/__tests__/set-001-fixes.test.ts +197 -0
- package/src/parser/v2/__tests__/static-patterns.test.ts +275 -0
- package/src/parser/v2/__tests__/stubs/all-lorcana-texts.ts +15 -0
- package/src/parser/v2/__tests__/target-parser.test.ts +125 -0
- package/src/parser/v2/__tests__/targets-conditions-integration.test.ts +526 -0
- package/src/parser/v2/__tests__/trigger-patterns.test.ts +505 -0
- package/src/parser/v2/__tests__/triggered-optional-effects.test.ts +207 -0
- package/src/parser/v2/classifier.ts +313 -0
- package/src/parser/v2/effects/atomic/__tests__/banish-effect.test.ts +297 -0
- package/src/parser/v2/effects/atomic/__tests__/damage-effect.test.ts +262 -0
- package/src/parser/v2/effects/atomic/__tests__/discard-effect.test.ts +245 -0
- package/src/parser/v2/effects/atomic/__tests__/draw-effect.test.ts +227 -0
- package/src/parser/v2/effects/atomic/__tests__/exert-effect.test.ts +264 -0
- package/src/parser/v2/effects/atomic/__tests__/inkwell-effect.test.ts +320 -0
- package/src/parser/v2/effects/atomic/__tests__/keyword-effect.test.ts +350 -0
- package/src/parser/v2/effects/atomic/__tests__/location-effect.test.ts +269 -0
- package/src/parser/v2/effects/atomic/__tests__/lore-effect.test.ts +326 -0
- package/src/parser/v2/effects/atomic/__tests__/play-effect.test.ts +334 -0
- package/src/parser/v2/effects/atomic/__tests__/registry.test.ts +387 -0
- package/src/parser/v2/effects/atomic/__tests__/return-effect.test.ts +280 -0
- package/src/parser/v2/effects/atomic/__tests__/reveal-effect.test.ts +251 -0
- package/src/parser/v2/effects/atomic/__tests__/search-effect.test.ts +307 -0
- package/src/parser/v2/effects/atomic/__tests__/stat-mod-effect.test.ts +336 -0
- package/src/parser/v2/effects/atomic/banish-effect.ts +263 -0
- package/src/parser/v2/effects/atomic/damage-effect.ts +177 -0
- package/src/parser/v2/effects/atomic/discard-effect.ts +124 -0
- package/src/parser/v2/effects/atomic/discard-hand-effect.ts +71 -0
- package/src/parser/v2/effects/atomic/draw-effect.ts +127 -0
- package/src/parser/v2/effects/atomic/exert-effect.ts +218 -0
- package/src/parser/v2/effects/atomic/index.ts +132 -0
- package/src/parser/v2/effects/atomic/inkwell-effect.ts +110 -0
- package/src/parser/v2/effects/atomic/keyword-effect.ts +246 -0
- package/src/parser/v2/effects/atomic/location-effect.ts +78 -0
- package/src/parser/v2/effects/atomic/lore-effect.ts +143 -0
- package/src/parser/v2/effects/atomic/play-effect.ts +114 -0
- package/src/parser/v2/effects/atomic/put-damage-effect.ts +175 -0
- package/src/parser/v2/effects/atomic/remove-damage-effect.ts +200 -0
- package/src/parser/v2/effects/atomic/restriction-effect.ts +235 -0
- package/src/parser/v2/effects/atomic/return-effect.ts +221 -0
- package/src/parser/v2/effects/atomic/reveal-effect.ts +122 -0
- package/src/parser/v2/effects/atomic/search-effect.ts +537 -0
- package/src/parser/v2/effects/atomic/stat-mod-effect.ts +247 -0
- package/src/parser/v2/effects/composite/__tests__/choice-effect.test.ts +241 -0
- package/src/parser/v2/effects/composite/__tests__/conditional-effect.test.ts +320 -0
- package/src/parser/v2/effects/composite/__tests__/for-each-effect.test.ts +287 -0
- package/src/parser/v2/effects/composite/__tests__/nested-effects.test.ts +289 -0
- package/src/parser/v2/effects/composite/__tests__/optional-effect.test.ts +196 -0
- package/src/parser/v2/effects/composite/__tests__/repeat-effect.test.ts +295 -0
- package/src/parser/v2/effects/composite/__tests__/sequence-effect.test.ts +205 -0
- package/src/parser/v2/effects/composite/choice-effect.ts +235 -0
- package/src/parser/v2/effects/composite/conditional-effect.ts +164 -0
- package/src/parser/v2/effects/composite/for-each-effect.ts +267 -0
- package/src/parser/v2/effects/composite/index.ts +62 -0
- package/src/parser/v2/effects/composite/optional-effect.ts +127 -0
- package/src/parser/v2/effects/composite/repeat-effect.ts +138 -0
- package/src/parser/v2/effects/composite/sequence-effect.ts +330 -0
- package/src/parser/v2/effects/index.ts +84 -0
- package/src/parser/v2/effects/utils.ts +33 -0
- package/src/parser/v2/grammar/__tests__/ability-grammar.test.ts +376 -0
- package/src/parser/v2/grammar/__tests__/condition-grammar.test.ts +384 -0
- package/src/parser/v2/grammar/__tests__/target-grammar.test.ts +357 -0
- package/src/parser/v2/grammar/ability-grammar.ts +318 -0
- package/src/parser/v2/grammar/condition-grammar.ts +116 -0
- package/src/parser/v2/grammar/index.ts +3 -0
- package/src/parser/v2/grammar/target-grammar.ts +91 -0
- package/src/parser/v2/index.ts +354 -0
- package/src/parser/v2/keyword-ability-parser.ts +203 -0
- package/src/parser/v2/lexer/__tests__/lexer.test.ts +435 -0
- package/src/parser/v2/lexer/index.ts +2 -0
- package/src/parser/v2/lexer/lexer.ts +8 -0
- package/src/parser/v2/lexer/tokens.ts +182 -0
- package/src/parser/v2/logging/__tests__/logger.test.ts +449 -0
- package/src/parser/v2/logging/context.ts +12 -0
- package/src/parser/v2/logging/index.ts +3 -0
- package/src/parser/v2/logging/logger.ts +87 -0
- package/src/parser/v2/manual-overrides.ts +2844 -0
- package/src/parser/v2/numeric-extractor.ts +159 -0
- package/src/parser/v2/parser.ts +310 -0
- package/src/parser/v2/parsers/activated-parser.ts +161 -0
- package/src/parser/v2/parsers/condition-parser.ts +12 -0
- package/src/parser/v2/parsers/effect-parser.ts +52 -0
- package/src/parser/v2/parsers/keyword-parser.ts +28 -0
- package/src/parser/v2/parsers/static-parser.ts +32 -0
- package/src/parser/v2/parsers/target-parser.ts +212 -0
- package/src/parser/v2/parsers/triggered-parser.ts +50 -0
- package/src/parser/v2/patterns/costs.ts +76 -0
- package/src/parser/v2/patterns/index.ts +9 -0
- package/src/parser/v2/patterns/keywords.ts +73 -0
- package/src/parser/v2/patterns/triggers.ts +125 -0
- package/src/parser/v2/patterns.ts +5 -0
- package/src/parser/v2/preprocessor.ts +111 -0
- package/src/parser/v2/trigger-parser.ts +325 -0
- package/src/parser/v2/types.ts +225 -0
- package/src/parser/v2/visitors/__tests__/ability-visitor.test.ts +434 -0
- package/src/parser/v2/visitors/__tests__/condition-visitor.test.ts +565 -0
- package/src/parser/v2/visitors/__tests__/target-visitor.test.ts +496 -0
- package/src/parser/v2/visitors/ability-visitor.ts +384 -0
- package/src/parser/v2/visitors/base-visitor.ts +10 -0
- package/src/parser/v2/visitors/condition-visitor.ts +295 -0
- package/src/parser/v2/visitors/index.ts +13 -0
- package/src/parser/v2/visitors/target-visitor.ts +200 -0
- package/src/scripts/generate-parser-tests.ts +125 -0
- package/src/test-globals.d.ts +1 -0
|
@@ -0,0 +1,4564 @@
|
|
|
1
|
+
// LEGACY IMPLEMENTATION: FOR REFERENCE ONLY. AFTER MIGRATION REMOVE THIS!
|
|
2
|
+
// import type {
|
|
3
|
+
// BanishEffect,
|
|
4
|
+
// DamageEffect,
|
|
5
|
+
// DiscardEffect,
|
|
6
|
+
// LorcanitoCharacterCard,
|
|
7
|
+
// ResolutionAbility,
|
|
8
|
+
// ScryEffect,
|
|
9
|
+
// } from "@lorcanito/lorcana-engine";
|
|
10
|
+
// import {
|
|
11
|
+
// type ActivatedAbility,
|
|
12
|
+
// bodyguardAbility,
|
|
13
|
+
// challengerAbility,
|
|
14
|
+
// duringYourTurnGains,
|
|
15
|
+
// duringYourTurnWheneverBanishesCharacterInChallenge,
|
|
16
|
+
// evasiveAbility,
|
|
17
|
+
// moveDamageAbility,
|
|
18
|
+
// recklessAbility,
|
|
19
|
+
// resistAbility,
|
|
20
|
+
// rushAbility,
|
|
21
|
+
// type StaticAbilityWithEffect,
|
|
22
|
+
// shiftAbility,
|
|
23
|
+
// singerAbility,
|
|
24
|
+
// supportAbility,
|
|
25
|
+
// wardAbility,
|
|
26
|
+
// } from "@lorcanito/lorcana-engine/abilities/abilities";
|
|
27
|
+
// import {
|
|
28
|
+
// atTheEndOfYourTurn,
|
|
29
|
+
// atTheStartOfYourTurn,
|
|
30
|
+
// } from "@lorcanito/lorcana-engine/abilities/atTheAbilities";
|
|
31
|
+
// import {
|
|
32
|
+
// duringYourTurn,
|
|
33
|
+
// ifThisCharacterIsExerted,
|
|
34
|
+
// ifYouHaveCharacterNamed,
|
|
35
|
+
// unlessItIsAtALocation,
|
|
36
|
+
// whileCharacterIsAtLocation,
|
|
37
|
+
// whileThisCharacterIsExerted,
|
|
38
|
+
// } from "@lorcanito/lorcana-engine/abilities/conditions/conditions";
|
|
39
|
+
// import {
|
|
40
|
+
// allOtherCharactersHere,
|
|
41
|
+
// chosenItemOfYours,
|
|
42
|
+
// chosenItemOfYoursInHand,
|
|
43
|
+
// chosenOpposingCharacter,
|
|
44
|
+
// yourOtherCharacters,
|
|
45
|
+
// } from "@lorcanito/lorcana-engine/abilities/target";
|
|
46
|
+
// import {
|
|
47
|
+
// allOpposingCharacters,
|
|
48
|
+
// chosenCharacter,
|
|
49
|
+
// chosenCharacterOfYours,
|
|
50
|
+
// opponent,
|
|
51
|
+
// self,
|
|
52
|
+
// thisCharacter,
|
|
53
|
+
// withCostXorLess,
|
|
54
|
+
// yourBanishedItems,
|
|
55
|
+
// } from "@lorcanito/lorcana-engine/abilities/targets";
|
|
56
|
+
// import {
|
|
57
|
+
// whenChallenged,
|
|
58
|
+
// whenChallengedAndBanished,
|
|
59
|
+
// whenMovesToALocation,
|
|
60
|
+
// whenPlayAndWheneverQuests,
|
|
61
|
+
// whenThisCharacterBanished,
|
|
62
|
+
// whenThisCharacterBanishedInAChallenge,
|
|
63
|
+
// whenXIsBanished,
|
|
64
|
+
// whenYouPlayThisForEachYouPayLess,
|
|
65
|
+
// whenYourOtherCharactersIsBanished,
|
|
66
|
+
// } from "@lorcanito/lorcana-engine/abilities/whenAbilities";
|
|
67
|
+
// import {
|
|
68
|
+
// wheneverBanishesAnotherCharacterInChallenge,
|
|
69
|
+
// wheneverChallengesAnotherChar,
|
|
70
|
+
// wheneverOpposingCharIsBanishedInChallenge,
|
|
71
|
+
// wheneverPlays,
|
|
72
|
+
// wheneverQuests,
|
|
73
|
+
// wheneverThisCharIsDamaged,
|
|
74
|
+
// wheneverThisCharSings,
|
|
75
|
+
// wheneverYouDiscardACard,
|
|
76
|
+
// wheneverYouDrawACard,
|
|
77
|
+
// wheneverYouPlayALocation,
|
|
78
|
+
// wheneverYouPlayASong,
|
|
79
|
+
// } from "@lorcanito/lorcana-engine/abilities/wheneverAbilities";
|
|
80
|
+
// import {
|
|
81
|
+
// thisMissionIsCursed,
|
|
82
|
+
// whileCharacterIsAtLocationItGains,
|
|
83
|
+
// whileCharacterIsAtLocationItGets,
|
|
84
|
+
// whileThisCharacterHasDamageGets,
|
|
85
|
+
// whileThisCharacterHasNoDamageGets,
|
|
86
|
+
// whileYouHaveACharacterNamedThisCharGets,
|
|
87
|
+
// } from "@lorcanito/lorcana-engine/abilities/whileAbilities";
|
|
88
|
+
// import {
|
|
89
|
+
// banishChallengingCharacter,
|
|
90
|
+
// banishChosenCharacter,
|
|
91
|
+
// chosenCharacterCantChallengeDuringNextTurn,
|
|
92
|
+
// dealDamageEffect,
|
|
93
|
+
// discardACard,
|
|
94
|
+
// discardTwoCards,
|
|
95
|
+
// drawACard,
|
|
96
|
+
// drawXCards,
|
|
97
|
+
// entersPlayExerted,
|
|
98
|
+
// exertChosenCharacter,
|
|
99
|
+
// exertedCharCantReadyNextTurn,
|
|
100
|
+
// healEffect,
|
|
101
|
+
// lookAtTopCardOfYourDeckAndPutItOnTopOrBottom,
|
|
102
|
+
// opponentRevealHand,
|
|
103
|
+
// putOneOnTheTopAndTheOtherOnTheBottomOfYourDeck,
|
|
104
|
+
// putThisCardIntoYourInkwellExerted,
|
|
105
|
+
// putTopCardOfYourDeckIntoYourInkwellExerted,
|
|
106
|
+
// readyAndCantQuest,
|
|
107
|
+
// readyChosenCharacter,
|
|
108
|
+
// readyThisCharacter,
|
|
109
|
+
// removeDamageEffect,
|
|
110
|
+
// returnChosenOpposingCharacterWithStrength,
|
|
111
|
+
// revealTopOfDeckPutInHandOrDeck,
|
|
112
|
+
// shuffleThisCardIntoYourDeck,
|
|
113
|
+
// youGainLore,
|
|
114
|
+
// youPayXLessToPlayNextCharThisTurn,
|
|
115
|
+
// youPayXLessToPlayNextItemThisTurn,
|
|
116
|
+
// } from "@lorcanito/lorcana-engine/effects/effects";
|
|
117
|
+
// import type { ModalEffect } from "@lorcanito/lorcana-engine/effects/effectTypes";
|
|
118
|
+
// import { propertyStaticAbilities } from "../../../abilities/propertyStaticAbilities";
|
|
119
|
+
//
|
|
120
|
+
// // Individual card imports
|
|
121
|
+
// export { balooVonBruinwaldXiii } from "./001-baloo-von-bruinwald-xiii";
|
|
122
|
+
// export { bernardBrandNewAgent } from "./002-bernard-brand-new-agent";
|
|
123
|
+
// export { chernabogEvildoer } from "./003-chernabog-evildoer";
|
|
124
|
+
// export { dalmatianPuppyTailWagger } from "./004-dalmatian-puppy-tail-wagger";
|
|
125
|
+
// export { joshuaSweetTheDoctor } from "./005-joshua-sweet-the-doctor";
|
|
126
|
+
// export { kidaAtlantean } from "./006-kida-atlantean";
|
|
127
|
+
// export { pigletPoohPirateCaptain } from "./016-piglet-pooh-pirate-captain";
|
|
128
|
+
// export { mamaOdieVoiceOfWisdom } from "./052-mama-odie-voice-of-wisdom";
|
|
129
|
+
// export { peterPanLostBoyLeader } from "./082-peter-pan-lost-boy-leader";
|
|
130
|
+
// export { peterPanPiratesBane } from "./120-peter-pan-pirates-bane";
|
|
131
|
+
// export { wendyDarlingAuthorityOnPeterPan } from "./158-wendy-darling-authority-on-peter-pan";
|
|
132
|
+
// export { eeyoreOverstuffedDonkey } from "./172-eeyore-overstuffed-donkey";
|
|
133
|
+
// export { minnieMouseFunkySpelunker } from "./183-minnie-mouse-funky-spelunker";
|
|
134
|
+
// export const kidaProtectorOfAtlantis: LorcanitoCharacterCard = {
|
|
135
|
+
// id: "v6h",
|
|
136
|
+
// name: "Kida",
|
|
137
|
+
// title: "Protector of Atlantis",
|
|
138
|
+
// characteristics: ["hero", "floodborn", "princess"],
|
|
139
|
+
// text: "**Shift** 3 _(You may pay 3 {I} to play this on top of one of your characters named Kida.)_\n\n**PERHAPS WE CAN SAVE OUR FUTURE** When you play this character, all characters get -3 {S} until the start of your next turn.",
|
|
140
|
+
// type: "character",
|
|
141
|
+
// abilities: [
|
|
142
|
+
// shiftAbility(3, "Kida"),
|
|
143
|
+
// {
|
|
144
|
+
// type: "resolution",
|
|
145
|
+
// name: "PERHAPS WE CAN SAVE OUR FUTURE",
|
|
146
|
+
// text: "When you play this character, all characters get -3 {S} until the start of your next turn.",
|
|
147
|
+
// effects: [
|
|
148
|
+
// {
|
|
149
|
+
// type: "attribute",
|
|
150
|
+
// attribute: "strength",
|
|
151
|
+
// amount: 3,
|
|
152
|
+
// modifier: "subtract",
|
|
153
|
+
// duration: "next_turn",
|
|
154
|
+
// until: true,
|
|
155
|
+
// target: {
|
|
156
|
+
// type: "card",
|
|
157
|
+
// value: "all",
|
|
158
|
+
// filters: [
|
|
159
|
+
// { filter: "type", value: "character" },
|
|
160
|
+
// { filter: "zone", value: "play" },
|
|
161
|
+
// ],
|
|
162
|
+
// },
|
|
163
|
+
// },
|
|
164
|
+
// ],
|
|
165
|
+
// },
|
|
166
|
+
// ],
|
|
167
|
+
// flavour: "She has been chosen. \n–King Kashekim Nedakh",
|
|
168
|
+
// inkwell: true,
|
|
169
|
+
// colors: ["amber"],
|
|
170
|
+
// cost: 5,
|
|
171
|
+
// strength: 3,
|
|
172
|
+
// willpower: 5,
|
|
173
|
+
// lore: 2,
|
|
174
|
+
// illustrator: "Adam Fenton",
|
|
175
|
+
// number: 7,
|
|
176
|
+
// set: "ITI",
|
|
177
|
+
// externalIds: {
|
|
178
|
+
// tcgPlayer: 537953,
|
|
179
|
+
// },
|
|
180
|
+
// rarity: "legendary",
|
|
181
|
+
// };
|
|
182
|
+
// export const missBiancaInternationalRescueAidSocietyAgent: LorcanitoCharacterCard =
|
|
183
|
+
// {
|
|
184
|
+
// id: "a8k",
|
|
185
|
+
// name: "Miss Bianca",
|
|
186
|
+
// title: "Rescue Aid Society Agent",
|
|
187
|
+
// characteristics: ["hero", "storyborn"],
|
|
188
|
+
// text: "**Singer** 4 _(This character counts as cost 4 to sing songs.)_",
|
|
189
|
+
// type: "character",
|
|
190
|
+
// abilities: [singerAbility(4)],
|
|
191
|
+
// flavour:
|
|
192
|
+
// "Our society has never failed to answer a call for help.\nThe Chairman",
|
|
193
|
+
// inkwell: true,
|
|
194
|
+
// colors: ["amber"],
|
|
195
|
+
// cost: 2,
|
|
196
|
+
// strength: 2,
|
|
197
|
+
// willpower: 2,
|
|
198
|
+
// lore: 1,
|
|
199
|
+
// illustrator: "Jeff Merghart",
|
|
200
|
+
// number: 10,
|
|
201
|
+
// set: "ITI",
|
|
202
|
+
// rarity: "common",
|
|
203
|
+
// };
|
|
204
|
+
// export const naniProtectiveSister: LorcanitoCharacterCard = {
|
|
205
|
+
// id: "nyd",
|
|
206
|
+
// reprints: ["pws"],
|
|
207
|
+
// name: "Nani",
|
|
208
|
+
// title: "Protective Sister",
|
|
209
|
+
// characteristics: ["hero", "storyborn"],
|
|
210
|
+
// text: "**Bodyguard** _(This character may enter play exerted. An opposing character who challenges one of your characters must choose one with Bodyguard if able.)_",
|
|
211
|
+
// type: "character",
|
|
212
|
+
// abilities: [bodyguardAbility],
|
|
213
|
+
// flavour: "Let me handle this, Lilo",
|
|
214
|
+
// inkwell: true,
|
|
215
|
+
// colors: ["amber"],
|
|
216
|
+
// cost: 5,
|
|
217
|
+
// strength: 3,
|
|
218
|
+
// willpower: 6,
|
|
219
|
+
// lore: 2,
|
|
220
|
+
// illustrator: "Shannon Hallstein",
|
|
221
|
+
// number: 12,
|
|
222
|
+
// set: "ITI",
|
|
223
|
+
// rarity: "uncommon",
|
|
224
|
+
// };
|
|
225
|
+
// export const orvilleFlyingAce: LorcanitoCharacterCard = {
|
|
226
|
+
// id: "e1z",
|
|
227
|
+
// name: "Orville",
|
|
228
|
+
// title: "Ace Pilot",
|
|
229
|
+
// characteristics: ["storyborn", "ally"],
|
|
230
|
+
// type: "character",
|
|
231
|
+
// flavour:
|
|
232
|
+
// "Damn, look at the speed of these machines!\nWhat do you call that again? Ink Runners?\nI wish I could fly like that.",
|
|
233
|
+
// inkwell: true,
|
|
234
|
+
// colors: ["amber"],
|
|
235
|
+
// cost: 2,
|
|
236
|
+
// strength: 1,
|
|
237
|
+
// willpower: 4,
|
|
238
|
+
// lore: 1,
|
|
239
|
+
// illustrator: "Isaiah Mesq",
|
|
240
|
+
// number: 13,
|
|
241
|
+
// set: "ITI",
|
|
242
|
+
// rarity: "common",
|
|
243
|
+
// };
|
|
244
|
+
// export const patchIntimidatingPup: LorcanitoCharacterCard = {
|
|
245
|
+
// id: "inf",
|
|
246
|
+
// missingTestCase: true,
|
|
247
|
+
// name: "Patch",
|
|
248
|
+
// title: "Intimidating Pup",
|
|
249
|
+
// characteristics: ["storyborn", "puppy"],
|
|
250
|
+
// text: "**BARK** {E} – Chosen character gets -2 {S} until the start of your next turn.",
|
|
251
|
+
// type: "character",
|
|
252
|
+
// abilities: [
|
|
253
|
+
// {
|
|
254
|
+
// type: "activated",
|
|
255
|
+
// name: "**BARK**",
|
|
256
|
+
// text: "{E} – Chosen character gets -2 {S} until the start of your next turn.",
|
|
257
|
+
// costs: [{ type: "exert" }],
|
|
258
|
+
// effects: [
|
|
259
|
+
// {
|
|
260
|
+
// type: "attribute",
|
|
261
|
+
// attribute: "strength",
|
|
262
|
+
// amount: 2,
|
|
263
|
+
// duration: "next_turn",
|
|
264
|
+
// until: true,
|
|
265
|
+
// modifier: "subtract",
|
|
266
|
+
// target: chosenCharacter,
|
|
267
|
+
// },
|
|
268
|
+
// ],
|
|
269
|
+
// },
|
|
270
|
+
// ],
|
|
271
|
+
// flavour: "Fast like lightning, and ready to take on any bad guy.",
|
|
272
|
+
// inkwell: true,
|
|
273
|
+
// colors: ["amber"],
|
|
274
|
+
// cost: 4,
|
|
275
|
+
// strength: 3,
|
|
276
|
+
// willpower: 4,
|
|
277
|
+
// lore: 1,
|
|
278
|
+
// illustrator: "Ellie Horie",
|
|
279
|
+
// number: 14,
|
|
280
|
+
// set: "ITI",
|
|
281
|
+
// rarity: "common",
|
|
282
|
+
// };
|
|
283
|
+
// export const perditaDevotedMother: LorcanitoCharacterCard = {
|
|
284
|
+
// id: "sl2",
|
|
285
|
+
// name: "Perdita",
|
|
286
|
+
// title: "Devoted Mother",
|
|
287
|
+
// characteristics: ["hero", "storyborn"],
|
|
288
|
+
// text: "**COME ALONG, CHILDREN** When you play this character and whenever she quests, you may play a character with cost 2 or less from your discard for free.",
|
|
289
|
+
// type: "character",
|
|
290
|
+
// abilities: [
|
|
291
|
+
// ...whenPlayAndWheneverQuests({
|
|
292
|
+
// name: "Come Along, Children",
|
|
293
|
+
// text: "When you play this character and whenever she quests, you may play a character with cost 2 or less from your discard for free.",
|
|
294
|
+
// optional: true,
|
|
295
|
+
// effects: [
|
|
296
|
+
// {
|
|
297
|
+
// type: "play",
|
|
298
|
+
// forFree: true,
|
|
299
|
+
// target: {
|
|
300
|
+
// type: "card",
|
|
301
|
+
// value: 1,
|
|
302
|
+
// filters: [
|
|
303
|
+
// { filter: "owner", value: "self" },
|
|
304
|
+
// { filter: "zone", value: "discard" },
|
|
305
|
+
// { filter: "type", value: "character" },
|
|
306
|
+
// {
|
|
307
|
+
// filter: "attribute",
|
|
308
|
+
// value: "cost",
|
|
309
|
+
// comparison: { operator: "lte", value: 2 },
|
|
310
|
+
// },
|
|
311
|
+
// ],
|
|
312
|
+
// },
|
|
313
|
+
// },
|
|
314
|
+
// ],
|
|
315
|
+
// }),
|
|
316
|
+
// ],
|
|
317
|
+
// flavour: "Her pups will follow her anywhere.",
|
|
318
|
+
// colors: ["amber"],
|
|
319
|
+
// cost: 6,
|
|
320
|
+
// strength: 1,
|
|
321
|
+
// willpower: 6,
|
|
322
|
+
// lore: 2,
|
|
323
|
+
// illustrator: "Defne Tözüm / Livio Cacciatore",
|
|
324
|
+
// number: 15,
|
|
325
|
+
// set: "ITI",
|
|
326
|
+
// rarity: "legendary",
|
|
327
|
+
// };
|
|
328
|
+
//
|
|
329
|
+
// export const plutoDeterminedDefender: LorcanitoCharacterCard = {
|
|
330
|
+
// id: "oqn",
|
|
331
|
+
// missingTestCase: true,
|
|
332
|
+
// name: "Pluto",
|
|
333
|
+
// title: "Determined Defender",
|
|
334
|
+
// reprints: ["gnw"],
|
|
335
|
+
// characteristics: ["floodborn", "ally"],
|
|
336
|
+
// text: "**Shift** 5 _(You may pay 5 {I} to play this on top of one of your characters named Pluto.)_\n\n\n**Bodyguard** _(This character may enter play exerted. An opposing character who challenges one of your characters must choose one with Bodyguard if able.)_\n\n\n**GUARD DOG** At the start of your turn, remove up to 3 damage from this character.",
|
|
337
|
+
// type: "character",
|
|
338
|
+
// abilities: [
|
|
339
|
+
// shiftAbility(5, "pluto"),
|
|
340
|
+
// bodyguardAbility,
|
|
341
|
+
// atTheStartOfYourTurn({
|
|
342
|
+
// name: "**GUARD DOG**",
|
|
343
|
+
// text: "At the start of your turn, remove up to 3 damage from this character.",
|
|
344
|
+
// effects: [healEffect(3, thisCharacter, undefined, true)],
|
|
345
|
+
// }),
|
|
346
|
+
// ],
|
|
347
|
+
// inkwell: true,
|
|
348
|
+
// colors: ["amber"],
|
|
349
|
+
// cost: 7,
|
|
350
|
+
// strength: 3,
|
|
351
|
+
// willpower: 8,
|
|
352
|
+
// lore: 2,
|
|
353
|
+
// illustrator: "Dave Alvarez / Alice Pisoni",
|
|
354
|
+
// number: 17,
|
|
355
|
+
// set: "ITI",
|
|
356
|
+
// rarity: "rare",
|
|
357
|
+
// };
|
|
358
|
+
// export const plutoFriendlyPooch: LorcanitoCharacterCard = {
|
|
359
|
+
// id: "rp5",
|
|
360
|
+
// reprints: ["gm9"],
|
|
361
|
+
// name: "Pluto",
|
|
362
|
+
// title: "Friendly Pooch",
|
|
363
|
+
// characteristics: ["storyborn", "ally"],
|
|
364
|
+
// text: "**GOOD DOG** {E} – You pay 1 {I} less for the next character you play this turn.",
|
|
365
|
+
// type: "character",
|
|
366
|
+
// abilities: [
|
|
367
|
+
// {
|
|
368
|
+
// type: "activated",
|
|
369
|
+
// name: "**GOOD DOG**",
|
|
370
|
+
// costs: [{ type: "exert" }],
|
|
371
|
+
// text: " {E} – You pay 1 {I} less for the next character you play this turn.",
|
|
372
|
+
// effects: [youPayXLessToPlayNextCharThisTurn(1)],
|
|
373
|
+
// },
|
|
374
|
+
// ],
|
|
375
|
+
// flavour: "He just can't wait for new friends to arrive!",
|
|
376
|
+
// colors: ["amber"],
|
|
377
|
+
// cost: 1,
|
|
378
|
+
// willpower: 2,
|
|
379
|
+
// strength: 0,
|
|
380
|
+
// lore: 1,
|
|
381
|
+
// illustrator: "Jiahui Eva Gao",
|
|
382
|
+
// number: 18,
|
|
383
|
+
// set: "ITI",
|
|
384
|
+
// rarity: "uncommon",
|
|
385
|
+
// };
|
|
386
|
+
// export const pongoDeterminedFather: LorcanitoCharacterCard = {
|
|
387
|
+
// id: "eo3",
|
|
388
|
+
// name: "Pongo",
|
|
389
|
+
// reprints: ["nn4"],
|
|
390
|
+
// title: "Determined Father",
|
|
391
|
+
// characteristics: ["hero", "storyborn"],
|
|
392
|
+
// text: "**TWILIGHT BARK** Once per turn, you may pay 2 {I} to reveal the top card of your deck. If it's a character card, put it into your hand. Otherwise, put it on the bottom of your deck.",
|
|
393
|
+
// type: "character",
|
|
394
|
+
// abilities: [
|
|
395
|
+
// {
|
|
396
|
+
// type: "activated",
|
|
397
|
+
// name: "TWILIGHT BARK",
|
|
398
|
+
// text: "Once per turn, you may pay 2 {I} to reveal the top card of your deck. If it's a character card, put it into your hand. Otherwise, put it on the bottom of your deck.",
|
|
399
|
+
// costs: [{ type: "ink", amount: 2 }],
|
|
400
|
+
// oncePerTurn: true,
|
|
401
|
+
// effects: revealTopOfDeckPutInHandOrDeck({
|
|
402
|
+
// mode: "bottom",
|
|
403
|
+
// tutorFilters: [
|
|
404
|
+
// { filter: "type", value: "character" },
|
|
405
|
+
// { filter: "owner", value: "self" },
|
|
406
|
+
// ],
|
|
407
|
+
// }),
|
|
408
|
+
// },
|
|
409
|
+
// ],
|
|
410
|
+
// flavour: "We'll find our way. I know we will!",
|
|
411
|
+
// inkwell: true,
|
|
412
|
+
// colors: ["amber"],
|
|
413
|
+
// cost: 3,
|
|
414
|
+
// strength: 3,
|
|
415
|
+
// willpower: 2,
|
|
416
|
+
// lore: 1,
|
|
417
|
+
// illustrator: "Grace Tran",
|
|
418
|
+
// number: 19,
|
|
419
|
+
// set: "ITI",
|
|
420
|
+
// rarity: "super_rare",
|
|
421
|
+
// };
|
|
422
|
+
// export const queenOfHeartsWonderlandEmpress: LorcanitoCharacterCard = {
|
|
423
|
+
// id: "art",
|
|
424
|
+
// reprints: ["ifp"],
|
|
425
|
+
// name: "Queen of Hearts",
|
|
426
|
+
// title: "Wonderland Empress",
|
|
427
|
+
// characteristics: ["dreamborn", "queen", "villain"],
|
|
428
|
+
// text: "**ALL WAYS HERE ARE MY WAYS** Whenever this character quests, your other Villain characters get +1 {L} this turn.",
|
|
429
|
+
// type: "character",
|
|
430
|
+
// abilities: [
|
|
431
|
+
// wheneverQuests({
|
|
432
|
+
// name: "All Ways Here Are My Ways",
|
|
433
|
+
// text: "Whenever this character quests, your other Villain characters get +1 {L} this turn.",
|
|
434
|
+
// effects: [
|
|
435
|
+
// {
|
|
436
|
+
// type: "attribute",
|
|
437
|
+
// attribute: "lore",
|
|
438
|
+
// amount: 1,
|
|
439
|
+
// duration: "turn",
|
|
440
|
+
// modifier: "add",
|
|
441
|
+
// target: {
|
|
442
|
+
// type: "card",
|
|
443
|
+
// value: "all",
|
|
444
|
+
// excludeSelf: true,
|
|
445
|
+
// filters: [
|
|
446
|
+
// { filter: "characteristics", value: ["villain"] },
|
|
447
|
+
// { filter: "owner", value: "self" },
|
|
448
|
+
// { filter: "zone", value: "play" },
|
|
449
|
+
// { filter: "type", value: "character" },
|
|
450
|
+
// ],
|
|
451
|
+
// },
|
|
452
|
+
// },
|
|
453
|
+
// ],
|
|
454
|
+
// }),
|
|
455
|
+
// ],
|
|
456
|
+
// flavour: "The more of the Inklands she claims, the more she wants.",
|
|
457
|
+
// inkwell: true,
|
|
458
|
+
// colors: ["amber"],
|
|
459
|
+
// cost: 3,
|
|
460
|
+
// strength: 3,
|
|
461
|
+
// willpower: 3,
|
|
462
|
+
// lore: 1,
|
|
463
|
+
// illustrator: "Brianna Garcia",
|
|
464
|
+
// number: 20,
|
|
465
|
+
// set: "ITI",
|
|
466
|
+
// rarity: "uncommon",
|
|
467
|
+
// };
|
|
468
|
+
// export const rollyHungryPup: LorcanitoCharacterCard = {
|
|
469
|
+
// id: "tuk",
|
|
470
|
+
// name: "Rolly",
|
|
471
|
+
// title: "Hungry Pup",
|
|
472
|
+
// characteristics: ["storyborn", "puppy"],
|
|
473
|
+
// text: "**Support** _(Whenever this character quests, you may add their {S} to another chosen character's {S} this turn.)_",
|
|
474
|
+
// type: "character",
|
|
475
|
+
// abilities: [supportAbility],
|
|
476
|
+
// flavour: "I'm hungry, Mother. I really am.",
|
|
477
|
+
// inkwell: true,
|
|
478
|
+
// colors: ["amber"],
|
|
479
|
+
// cost: 3,
|
|
480
|
+
// strength: 3,
|
|
481
|
+
// willpower: 3,
|
|
482
|
+
// lore: 1,
|
|
483
|
+
// illustrator: "Defne Tozum / Denny Minonne",
|
|
484
|
+
// number: 21,
|
|
485
|
+
// set: "ITI",
|
|
486
|
+
// rarity: "uncommon",
|
|
487
|
+
// };
|
|
488
|
+
// export const tinkerBellGenerousFairy: LorcanitoCharacterCard = {
|
|
489
|
+
// id: "rnw",
|
|
490
|
+
// reprints: ["grh"],
|
|
491
|
+
// name: "Tinker Bell",
|
|
492
|
+
// title: "Generous Fairy",
|
|
493
|
+
// characteristics: ["storyborn", "ally", "fairy"],
|
|
494
|
+
// text: "**MAKE A NEW FRIEND** When you play this character, look at the top 4 cards of your deck. You may reveal a character card and put it into your hand. Place the rest on the bottom of your deck in any order.",
|
|
495
|
+
// type: "character",
|
|
496
|
+
// abilities: [
|
|
497
|
+
// {
|
|
498
|
+
// type: "resolution",
|
|
499
|
+
// name: "MAKE A NEW FRIEND",
|
|
500
|
+
// text: "When you play this character, look at the top 4 cards of your deck. You may reveal a character card and put it into your hand. Place the rest on the bottom of your deck in any order.",
|
|
501
|
+
// effects: [
|
|
502
|
+
// {
|
|
503
|
+
// type: "scry",
|
|
504
|
+
// amount: 4,
|
|
505
|
+
// mode: "bottom",
|
|
506
|
+
// shouldRevealTutored: true,
|
|
507
|
+
// target: {
|
|
508
|
+
// type: "player",
|
|
509
|
+
// value: "self",
|
|
510
|
+
// },
|
|
511
|
+
// limits: {
|
|
512
|
+
// bottom: 4,
|
|
513
|
+
// top: 0,
|
|
514
|
+
// hand: 1,
|
|
515
|
+
// inkwell: 0,
|
|
516
|
+
// },
|
|
517
|
+
// tutorFilters: [
|
|
518
|
+
// { filter: "owner", value: "self" },
|
|
519
|
+
// { filter: "zone", value: "deck" },
|
|
520
|
+
// { filter: "type", value: "character" },
|
|
521
|
+
// ],
|
|
522
|
+
// } as ScryEffect,
|
|
523
|
+
// ],
|
|
524
|
+
// },
|
|
525
|
+
// ],
|
|
526
|
+
// flavour: "Plenty of berries - and friendship - to go around.",
|
|
527
|
+
// colors: ["amber"],
|
|
528
|
+
// cost: 4,
|
|
529
|
+
// strength: 1,
|
|
530
|
+
// willpower: 4,
|
|
531
|
+
// lore: 1,
|
|
532
|
+
// illustrator: "Aisha Durmagambetova",
|
|
533
|
+
// number: 22,
|
|
534
|
+
// set: "ITI",
|
|
535
|
+
// rarity: "uncommon",
|
|
536
|
+
// };
|
|
537
|
+
// export const wendyDarlingTalentedSailor: LorcanitoCharacterCard = {
|
|
538
|
+
// id: "f05",
|
|
539
|
+
// name: "Wendy Darling",
|
|
540
|
+
// title: "Talented Sailor",
|
|
541
|
+
// characteristics: ["hero", "dreamborn"],
|
|
542
|
+
// type: "character",
|
|
543
|
+
// flavour:
|
|
544
|
+
// "With Tink's upgrades in place, Wendy took them to the skies to find the missing mermaid.",
|
|
545
|
+
// inkwell: true,
|
|
546
|
+
// colors: ["amber"],
|
|
547
|
+
// cost: 2,
|
|
548
|
+
// strength: 1,
|
|
549
|
+
// willpower: 3,
|
|
550
|
+
// lore: 2,
|
|
551
|
+
// illustrator: "Aubrey Archer",
|
|
552
|
+
// number: 23,
|
|
553
|
+
// set: "ITI",
|
|
554
|
+
// rarity: "uncommon",
|
|
555
|
+
// };
|
|
556
|
+
//
|
|
557
|
+
// export const aliceTeaAlchemist: LorcanitoCharacterCard = {
|
|
558
|
+
// id: "c9l",
|
|
559
|
+
// name: "Alice",
|
|
560
|
+
// title: "Tea Alchemist",
|
|
561
|
+
// characteristics: ["hero", "dreamborn", "sorcerer"],
|
|
562
|
+
// text: "**CURIOUSER AND CURIOUSER** {E} – Exert chosen opposing character and all other opposing characters with the same name.",
|
|
563
|
+
// type: "character",
|
|
564
|
+
// abilities: [
|
|
565
|
+
// {
|
|
566
|
+
// type: "activated",
|
|
567
|
+
// name: "Curiouser And Curiouser",
|
|
568
|
+
// text: "{E} – Exert chosen opposing character and all other opposing characters with the same name.",
|
|
569
|
+
// costs: [{ type: "exert" }],
|
|
570
|
+
// effects: [
|
|
571
|
+
// {
|
|
572
|
+
// type: "exert",
|
|
573
|
+
// exert: true,
|
|
574
|
+
// target: chosenOpposingCharacter,
|
|
575
|
+
// afterEffect: [
|
|
576
|
+
// {
|
|
577
|
+
// type: "create-layer-based-on-target",
|
|
578
|
+
// target: thisCharacter,
|
|
579
|
+
// effects: [
|
|
580
|
+
// {
|
|
581
|
+
// type: "exert",
|
|
582
|
+
// exert: true,
|
|
583
|
+
// target: {
|
|
584
|
+
// type: "card",
|
|
585
|
+
// value: "all",
|
|
586
|
+
// filters: [
|
|
587
|
+
// { filter: "owner", value: "opponent" },
|
|
588
|
+
// { filter: "type", value: "character" },
|
|
589
|
+
// { filter: "zone", value: "play" },
|
|
590
|
+
// {
|
|
591
|
+
// filter: "attribute",
|
|
592
|
+
// value: "name",
|
|
593
|
+
// compareWithParentsTarget: true,
|
|
594
|
+
// comparison: { operator: "eq", value: "target" },
|
|
595
|
+
// },
|
|
596
|
+
// ],
|
|
597
|
+
// },
|
|
598
|
+
// },
|
|
599
|
+
// ],
|
|
600
|
+
// },
|
|
601
|
+
// ],
|
|
602
|
+
// },
|
|
603
|
+
// ],
|
|
604
|
+
// },
|
|
605
|
+
// ],
|
|
606
|
+
// flavour:
|
|
607
|
+
// "With the right tea leaves and a little magic, she creates the perfect cup for any party guest.",
|
|
608
|
+
// inkwell: true,
|
|
609
|
+
// colors: ["amethyst"],
|
|
610
|
+
// cost: 6,
|
|
611
|
+
// strength: 4,
|
|
612
|
+
// willpower: 4,
|
|
613
|
+
// lore: 2,
|
|
614
|
+
// illustrator: "Nicola Saviori / Raquel Villanueva",
|
|
615
|
+
// number: 35,
|
|
616
|
+
// set: "ITI",
|
|
617
|
+
// rarity: "super_rare",
|
|
618
|
+
// };
|
|
619
|
+
// export const diabloLoyalFamiliar: LorcanitoCharacterCard = {
|
|
620
|
+
// id: "gz4",
|
|
621
|
+
// missingTestCase: true,
|
|
622
|
+
// name: "Diablo",
|
|
623
|
+
// title: "Faithful Pet",
|
|
624
|
+
// characteristics: ["dreamborn", "ally"],
|
|
625
|
+
// text: "**IN SEARCH OF AURORA** Whenever you play a character named Maleficent, you may look at the top card of your deck. Put it on either the top or the bottom of your deck.",
|
|
626
|
+
// type: "character",
|
|
627
|
+
// abilities: [
|
|
628
|
+
// wheneverPlays({
|
|
629
|
+
// name: "In Search Of Aurora",
|
|
630
|
+
// text: "Whenever you play a character named Maleficent, you may look at the top card of your deck. Put it on either the top or the bottom of your deck.",
|
|
631
|
+
// triggerTarget: {
|
|
632
|
+
// type: "card",
|
|
633
|
+
// value: 1,
|
|
634
|
+
// filters: [
|
|
635
|
+
// { filter: "owner", value: "self" },
|
|
636
|
+
// {
|
|
637
|
+
// filter: "attribute",
|
|
638
|
+
// value: "name",
|
|
639
|
+
// comparison: { operator: "eq", value: "Maleficent" },
|
|
640
|
+
// },
|
|
641
|
+
// ],
|
|
642
|
+
// },
|
|
643
|
+
// effects: [lookAtTopCardOfYourDeckAndPutItOnTopOrBottom],
|
|
644
|
+
// }),
|
|
645
|
+
// ],
|
|
646
|
+
// flavour: "With a little ink-enhanced magic, nothing escapes his sight.",
|
|
647
|
+
// inkwell: true,
|
|
648
|
+
// colors: ["amethyst"],
|
|
649
|
+
// cost: 1,
|
|
650
|
+
// strength: 2,
|
|
651
|
+
// willpower: 1,
|
|
652
|
+
// lore: 1,
|
|
653
|
+
// illustrator: "Agnes Christianson",
|
|
654
|
+
// number: 37,
|
|
655
|
+
// set: "ITI",
|
|
656
|
+
// rarity: "common",
|
|
657
|
+
// };
|
|
658
|
+
// export const genieSupportiveFriend: LorcanitoCharacterCard = {
|
|
659
|
+
// id: "u24",
|
|
660
|
+
// name: "Genie",
|
|
661
|
+
// title: "Supportive Friend",
|
|
662
|
+
// characteristics: ["storyborn", "ally"],
|
|
663
|
+
// text: "**THREE WISHES** Whenever this character quests, you may shuffle this card into your deck to draw 3 cards.",
|
|
664
|
+
// type: "character",
|
|
665
|
+
// abilities: [
|
|
666
|
+
// wheneverQuests({
|
|
667
|
+
// name: "Three Wishes",
|
|
668
|
+
// text: "Whenever this character quests, you may shuffle this card into your deck to draw 3 cards.",
|
|
669
|
+
// optional: true,
|
|
670
|
+
// effects: [
|
|
671
|
+
// ...shuffleThisCardIntoYourDeck,
|
|
672
|
+
// {
|
|
673
|
+
// type: "draw",
|
|
674
|
+
// amount: 3,
|
|
675
|
+
// target: {
|
|
676
|
+
// type: "player",
|
|
677
|
+
// value: "self",
|
|
678
|
+
// },
|
|
679
|
+
// },
|
|
680
|
+
// ],
|
|
681
|
+
// }),
|
|
682
|
+
// ],
|
|
683
|
+
// flavour:
|
|
684
|
+
// "Right here, direct from the lamp, right here for your very much wish fulfillment.",
|
|
685
|
+
// colors: ["amethyst"],
|
|
686
|
+
// cost: 4,
|
|
687
|
+
// strength: 3,
|
|
688
|
+
// willpower: 5,
|
|
689
|
+
// lore: 1,
|
|
690
|
+
// illustrator: "Koni",
|
|
691
|
+
// number: 38,
|
|
692
|
+
// set: "ITI",
|
|
693
|
+
// rarity: "super_rare",
|
|
694
|
+
// };
|
|
695
|
+
// export const hydrosIceTitan: LorcanitoCharacterCard = {
|
|
696
|
+
// id: "io0",
|
|
697
|
+
// missingTestCase: true,
|
|
698
|
+
// name: "Hydros",
|
|
699
|
+
// title: "Ice Titan",
|
|
700
|
+
// characteristics: ["storyborn", "titan"],
|
|
701
|
+
// text: "**BLIZZARD** {E} − Exert chosen character.",
|
|
702
|
+
// type: "character",
|
|
703
|
+
// abilities: [
|
|
704
|
+
// {
|
|
705
|
+
// type: "activated",
|
|
706
|
+
// name: "**BLIZZARD**",
|
|
707
|
+
// text: "{E} − Exert chosen character.",
|
|
708
|
+
// costs: [{ type: "exert" }],
|
|
709
|
+
// effects: [exertChosenCharacter],
|
|
710
|
+
// },
|
|
711
|
+
// ],
|
|
712
|
+
// flavour: "Freeze Zeus!",
|
|
713
|
+
// inkwell: true,
|
|
714
|
+
// colors: ["amethyst"],
|
|
715
|
+
// cost: 3,
|
|
716
|
+
// strength: 2,
|
|
717
|
+
// willpower: 2,
|
|
718
|
+
// lore: 2,
|
|
719
|
+
// illustrator: "Alice Pisoni",
|
|
720
|
+
// number: 39,
|
|
721
|
+
// set: "ITI",
|
|
722
|
+
// rarity: "uncommon",
|
|
723
|
+
// };
|
|
724
|
+
// export const iagoPrettyPolly: LorcanitoCharacterCard = {
|
|
725
|
+
// id: "fik",
|
|
726
|
+
// name: "Iago",
|
|
727
|
+
// title: "Pretty Polly",
|
|
728
|
+
// characteristics: ["storyborn", "ally"],
|
|
729
|
+
// text: "**Evasive** _(Only characters with Evasive can challenge this character.)_",
|
|
730
|
+
// type: "character",
|
|
731
|
+
// abilities: [evasiveAbility],
|
|
732
|
+
// flavour: "Your majesty certainly has a way with dumb animals. \n–Jafar",
|
|
733
|
+
// inkwell: true,
|
|
734
|
+
// colors: ["amethyst"],
|
|
735
|
+
// cost: 3,
|
|
736
|
+
// strength: 3,
|
|
737
|
+
// willpower: 2,
|
|
738
|
+
// lore: 1,
|
|
739
|
+
// illustrator: "Giulia Riva",
|
|
740
|
+
// number: 40,
|
|
741
|
+
// set: "ITI",
|
|
742
|
+
// rarity: "common",
|
|
743
|
+
// };
|
|
744
|
+
// export const jafarLampThief: LorcanitoCharacterCard = {
|
|
745
|
+
// id: "cu2",
|
|
746
|
+
// reprints: ["rv8"],
|
|
747
|
+
// missingTestCase: true,
|
|
748
|
+
// name: "Jafar",
|
|
749
|
+
// title: "Lamp Thief",
|
|
750
|
+
// characteristics: ["sorcerer", "storyborn", "villain"],
|
|
751
|
+
// text: "**I AM YOUR MASTER NOW** When you play this character, look at the top 2 cards of your deck. Put one on the top of your deck and the other on the bottom.",
|
|
752
|
+
// type: "character",
|
|
753
|
+
// abilities: [
|
|
754
|
+
// {
|
|
755
|
+
// type: "resolution",
|
|
756
|
+
// name: "I AM YOUR MASTER NOW",
|
|
757
|
+
// text: "When you play this character, look at the top 2 cards of your deck. Put one on the top of your deck and the other on the bottom.",
|
|
758
|
+
// effects: [putOneOnTheTopAndTheOtherOnTheBottomOfYourDeck],
|
|
759
|
+
// },
|
|
760
|
+
// ],
|
|
761
|
+
// flavour: "I will rule as far as the eye can see.",
|
|
762
|
+
// inkwell: true,
|
|
763
|
+
// colors: ["amethyst"],
|
|
764
|
+
// cost: 3,
|
|
765
|
+
// strength: 2,
|
|
766
|
+
// willpower: 2,
|
|
767
|
+
// lore: 2,
|
|
768
|
+
// illustrator: "Veronica Di Lorenzo / Livio Cacciatore",
|
|
769
|
+
// number: 41,
|
|
770
|
+
// set: "ITI",
|
|
771
|
+
// rarity: "uncommon",
|
|
772
|
+
// };
|
|
773
|
+
// export const jafarStrikingIllusionist: LorcanitoCharacterCard = {
|
|
774
|
+
// id: "wle",
|
|
775
|
+
// name: "Jafar",
|
|
776
|
+
// title: "Striking Illusionist",
|
|
777
|
+
// characteristics: ["floodborn", "sorcerer", "villain"],
|
|
778
|
+
// text: "**Shift** 5 _(You may pay 5 {I} to play this on top of one of your characters named Jafar.)_\n\n**Evasive** _(Only characters with Evasive can challenge this character.)_\n\n\n**POWER BEYOND MEASURE** During your turn, while this character is exerted, whenever you draw a card, gain 1 lore.",
|
|
779
|
+
// type: "character",
|
|
780
|
+
// abilities: [
|
|
781
|
+
// shiftAbility(5, "jafar"),
|
|
782
|
+
// evasiveAbility,
|
|
783
|
+
// wheneverYouDrawACard({
|
|
784
|
+
// name: "Power Beyond Measure",
|
|
785
|
+
// text: "During your turn, while this character is exerted, whenever you draw a card, gain 1 lore.",
|
|
786
|
+
// conditions: [
|
|
787
|
+
// {
|
|
788
|
+
// type: "during-turn",
|
|
789
|
+
// value: "self",
|
|
790
|
+
// },
|
|
791
|
+
// { type: "exerted" },
|
|
792
|
+
// ],
|
|
793
|
+
// effects: [youGainLore(1)],
|
|
794
|
+
// }),
|
|
795
|
+
// ],
|
|
796
|
+
// inkwell: true,
|
|
797
|
+
// colors: ["amethyst"],
|
|
798
|
+
// cost: 7,
|
|
799
|
+
// strength: 4,
|
|
800
|
+
// willpower: 5,
|
|
801
|
+
// lore: 1,
|
|
802
|
+
// illustrator: "Nicola Saviori",
|
|
803
|
+
// number: 42,
|
|
804
|
+
// set: "ITI",
|
|
805
|
+
// rarity: "legendary",
|
|
806
|
+
// };
|
|
807
|
+
// export const chernabogsFollowersCreaturesOfEvil: LorcanitoCharacterCard = {
|
|
808
|
+
// id: "qjz",
|
|
809
|
+
// name: "Chernabog's Followers",
|
|
810
|
+
// title: "Creatures of Evil",
|
|
811
|
+
// characteristics: ["storyborn", "ally"],
|
|
812
|
+
// text: "**RESTLESS SOULS** Whenever this character quests, you may banish this character to draw a card.",
|
|
813
|
+
// type: "character",
|
|
814
|
+
// abilities: [
|
|
815
|
+
// wheneverQuests({
|
|
816
|
+
// optional: true,
|
|
817
|
+
// name: "RESTLESS SOULS",
|
|
818
|
+
// text: "Whenever this character quests, you may banish this character to draw a card.",
|
|
819
|
+
// dependentEffects: true,
|
|
820
|
+
// effects: [
|
|
821
|
+
// {
|
|
822
|
+
// type: "banish",
|
|
823
|
+
// target: {
|
|
824
|
+
// type: "card",
|
|
825
|
+
// value: 1,
|
|
826
|
+
// filters: [{ filter: "source", value: "self" }],
|
|
827
|
+
// },
|
|
828
|
+
// } as BanishEffect,
|
|
829
|
+
// {
|
|
830
|
+
// type: "draw",
|
|
831
|
+
// amount: 1,
|
|
832
|
+
// target: {
|
|
833
|
+
// type: "player",
|
|
834
|
+
// value: "self",
|
|
835
|
+
// },
|
|
836
|
+
// },
|
|
837
|
+
// ],
|
|
838
|
+
// }),
|
|
839
|
+
// {
|
|
840
|
+
// name: "**RESTLESS SOULS** Whenever this character quests, you may banish this character to draw a card.",
|
|
841
|
+
// },
|
|
842
|
+
// ],
|
|
843
|
+
// flavour: "Let chaos reign.",
|
|
844
|
+
// inkwell: true,
|
|
845
|
+
// colors: ["amethyst"],
|
|
846
|
+
// strength: 2,
|
|
847
|
+
// willpower: 1,
|
|
848
|
+
// lore: 1,
|
|
849
|
+
// cost: 1,
|
|
850
|
+
// illustrator: "Monica Catalano",
|
|
851
|
+
// number: 36,
|
|
852
|
+
// set: "ITI",
|
|
853
|
+
// rarity: "uncommon",
|
|
854
|
+
// };
|
|
855
|
+
//
|
|
856
|
+
// export const lenaSabrewingRebelliousTeenager: LorcanitoCharacterCard = {
|
|
857
|
+
// id: "u44",
|
|
858
|
+
// name: "Lena Sabrewing",
|
|
859
|
+
// title: "Rebellious Teenager",
|
|
860
|
+
// characteristics: ["hero", "sorcerer", "storyborn"],
|
|
861
|
+
// text: "**Rush** _(This character can challenge the turn they're played.)_",
|
|
862
|
+
// type: "character",
|
|
863
|
+
// abilities: [rushAbility],
|
|
864
|
+
// flavour: "Born from the shadows. Saved by friendship.",
|
|
865
|
+
// inkwell: true,
|
|
866
|
+
// colors: ["amethyst"],
|
|
867
|
+
// cost: 2,
|
|
868
|
+
// strength: 1,
|
|
869
|
+
// willpower: 3,
|
|
870
|
+
// lore: 1,
|
|
871
|
+
// illustrator: "Heidi Neunhoffer",
|
|
872
|
+
// number: 43,
|
|
873
|
+
// set: "ITI",
|
|
874
|
+
// rarity: "common",
|
|
875
|
+
// };
|
|
876
|
+
// export const magicBroomDancingDuster: LorcanitoCharacterCard = {
|
|
877
|
+
// id: "bvg",
|
|
878
|
+
// missingTestCase: true,
|
|
879
|
+
// name: "Magic Broom",
|
|
880
|
+
// title: "Dancing Duster",
|
|
881
|
+
// characteristics: ["dreamborn", "broom"],
|
|
882
|
+
// text: "**ENERGETIC CLEANING** When you play this character, if you have a Sorcerer character in play, exert an opposing character. The chosen character doesn't ready at the start of their next turn.",
|
|
883
|
+
// type: "character",
|
|
884
|
+
// abilities: [
|
|
885
|
+
// {
|
|
886
|
+
// type: "resolution",
|
|
887
|
+
// name: "Energetic Cleaning",
|
|
888
|
+
// text: "When you play this character, if you have a Sorcerer character in play, exert an opposing character. The chosen character doesn't ready at the start of their next turn.",
|
|
889
|
+
// resolutionConditions: [
|
|
890
|
+
// {
|
|
891
|
+
// type: "filter",
|
|
892
|
+
// comparison: {
|
|
893
|
+
// operator: "gte",
|
|
894
|
+
// value: 1,
|
|
895
|
+
// },
|
|
896
|
+
// filters: [
|
|
897
|
+
// {
|
|
898
|
+
// filter: "characteristics",
|
|
899
|
+
// value: ["sorcerer"],
|
|
900
|
+
// },
|
|
901
|
+
// { filter: "type", value: "character" },
|
|
902
|
+
// { filter: "zone", value: "play" },
|
|
903
|
+
// { filter: "owner", value: "self" },
|
|
904
|
+
// ],
|
|
905
|
+
// },
|
|
906
|
+
// ],
|
|
907
|
+
// resolveEffectsIndividually: true,
|
|
908
|
+
// effects: [
|
|
909
|
+
// {
|
|
910
|
+
// type: "exert",
|
|
911
|
+
// exert: true,
|
|
912
|
+
// target: chosenOpposingCharacter,
|
|
913
|
+
// },
|
|
914
|
+
// exertedCharCantReadyNextTurn,
|
|
915
|
+
// ],
|
|
916
|
+
// },
|
|
917
|
+
// ],
|
|
918
|
+
// flavour: "Superlative order.",
|
|
919
|
+
// colors: ["amethyst"],
|
|
920
|
+
// cost: 6,
|
|
921
|
+
// strength: 3,
|
|
922
|
+
// willpower: 3,
|
|
923
|
+
// lore: 1,
|
|
924
|
+
// illustrator: "Giulia Riva",
|
|
925
|
+
// number: 44,
|
|
926
|
+
// set: "ITI",
|
|
927
|
+
// rarity: "uncommon",
|
|
928
|
+
// };
|
|
929
|
+
// export const magicBroomSwiftCleaner: LorcanitoCharacterCard = {
|
|
930
|
+
// id: "iwx",
|
|
931
|
+
// name: "Magic Broom",
|
|
932
|
+
// title: "Swift Cleaner",
|
|
933
|
+
// characteristics: ["dreamborn", "broom"],
|
|
934
|
+
// text: "**Rush** _(This character can challenge the turn they're played.)_\n\n\n**CLEAN THIS, CLEAN THAT** When you play this character, you may shuffle all Broom characters from your discard to your deck.",
|
|
935
|
+
// type: "character",
|
|
936
|
+
// abilities: [
|
|
937
|
+
// rushAbility,
|
|
938
|
+
// {
|
|
939
|
+
// type: "resolution",
|
|
940
|
+
// name: "CLEAN THIS, CLEAN THAT",
|
|
941
|
+
// optional: true,
|
|
942
|
+
// text: "When you play this character, you may shuffle all Broom characters from your discard to your deck.",
|
|
943
|
+
// effects: [
|
|
944
|
+
// {
|
|
945
|
+
// type: "shuffle",
|
|
946
|
+
// target: {
|
|
947
|
+
// type: "card",
|
|
948
|
+
// value: "all",
|
|
949
|
+
// filters: [
|
|
950
|
+
// { filter: "zone", value: "discard" },
|
|
951
|
+
// { filter: "type", value: "character" },
|
|
952
|
+
// { filter: "owner", value: "self" },
|
|
953
|
+
// {
|
|
954
|
+
// filter: "attribute",
|
|
955
|
+
// value: "name",
|
|
956
|
+
// comparison: { operator: "eq", value: "magic broom" },
|
|
957
|
+
// },
|
|
958
|
+
// ],
|
|
959
|
+
// },
|
|
960
|
+
// },
|
|
961
|
+
// ],
|
|
962
|
+
// },
|
|
963
|
+
// ],
|
|
964
|
+
// flavour: "Express Cleanliness.",
|
|
965
|
+
// colors: ["amethyst"],
|
|
966
|
+
// cost: 5,
|
|
967
|
+
// strength: 4,
|
|
968
|
+
// willpower: 4,
|
|
969
|
+
// lore: 2,
|
|
970
|
+
// illustrator: "Cristian Romero",
|
|
971
|
+
// number: 45,
|
|
972
|
+
// set: "ITI",
|
|
973
|
+
// rarity: "common",
|
|
974
|
+
// };
|
|
975
|
+
// export const magicaDeSpellAmbitiousWitch: LorcanitoCharacterCard = {
|
|
976
|
+
// id: "nia",
|
|
977
|
+
// name: "Magica De Spell",
|
|
978
|
+
// title: "Ambitious Witch",
|
|
979
|
+
// characteristics: ["sorcerer", "storyborn", "villain"],
|
|
980
|
+
// type: "character",
|
|
981
|
+
// flavour:
|
|
982
|
+
// "Feed my power, Dark Eclipse. Free my form from the abyss. Dormant magic now unchain, the Shadow Queen be whole again!",
|
|
983
|
+
// inkwell: true,
|
|
984
|
+
// colors: ["amethyst"],
|
|
985
|
+
// cost: 2,
|
|
986
|
+
// strength: 2,
|
|
987
|
+
// willpower: 3,
|
|
988
|
+
// lore: 1,
|
|
989
|
+
// illustrator: "Lissette Carrera",
|
|
990
|
+
// number: 48,
|
|
991
|
+
// set: "ITI",
|
|
992
|
+
// rarity: "common",
|
|
993
|
+
// };
|
|
994
|
+
// export const magicaDeSpellTheMidasTouch: LorcanitoCharacterCard = {
|
|
995
|
+
// id: "i5n",
|
|
996
|
+
// name: "Magica De Spell",
|
|
997
|
+
// title: "The Midas Touch",
|
|
998
|
+
// characteristics: ["floodborn", "sorcerer", "villain"],
|
|
999
|
+
// text: "**Shift** 5 _(You may pay 5 {I} to play this on top of one of your characters named Magica De Spell.)_\n\n\n**ALL MINE** Whenever this character quests, gain lore equal to the cost of one of your items in play.",
|
|
1000
|
+
// type: "character",
|
|
1001
|
+
// abilities: [
|
|
1002
|
+
// shiftAbility(5, "magica de spell"),
|
|
1003
|
+
// wheneverQuests({
|
|
1004
|
+
// name: "All Mine",
|
|
1005
|
+
// text: "Whenever this character quests, gain lore equal to the cost of one of your items in play.",
|
|
1006
|
+
// effects: [
|
|
1007
|
+
// {
|
|
1008
|
+
// type: "from-target-card-to-target-player",
|
|
1009
|
+
// player: "card-owner",
|
|
1010
|
+
// target: chosenItemOfYours,
|
|
1011
|
+
// effects: [
|
|
1012
|
+
// {
|
|
1013
|
+
// type: "lore",
|
|
1014
|
+
// modifier: "add",
|
|
1015
|
+
// target: self,
|
|
1016
|
+
// amount: {
|
|
1017
|
+
// dynamic: true,
|
|
1018
|
+
// target: { attribute: "cost" },
|
|
1019
|
+
// },
|
|
1020
|
+
// },
|
|
1021
|
+
// ],
|
|
1022
|
+
// },
|
|
1023
|
+
// ],
|
|
1024
|
+
// }),
|
|
1025
|
+
// ],
|
|
1026
|
+
// flavour:
|
|
1027
|
+
// "I can feel my powers growing the closer I get to Scrooge's precious dime!",
|
|
1028
|
+
// colors: ["amethyst"],
|
|
1029
|
+
// cost: 7,
|
|
1030
|
+
// strength: 4,
|
|
1031
|
+
// lore: 0,
|
|
1032
|
+
// willpower: 6,
|
|
1033
|
+
// illustrator: "Lauren Levering",
|
|
1034
|
+
// number: 49,
|
|
1035
|
+
// set: "ITI",
|
|
1036
|
+
// rarity: "super_rare",
|
|
1037
|
+
// };
|
|
1038
|
+
// export const magicaDeSpellThievingSorceress: LorcanitoCharacterCard = {
|
|
1039
|
+
// id: "ioe",
|
|
1040
|
+
// missingTestCase: true,
|
|
1041
|
+
// name: "Magica De Spell",
|
|
1042
|
+
// title: "Thieving Sorceress",
|
|
1043
|
+
// characteristics: ["sorcerer", "storyborn", "villain"],
|
|
1044
|
+
// text: "**TELEKINESIS** {E} – Return chosen item with cost equal to or less than this character's {S} to its player's hand.",
|
|
1045
|
+
// type: "character",
|
|
1046
|
+
// abilities: [
|
|
1047
|
+
// {
|
|
1048
|
+
// type: "activated",
|
|
1049
|
+
// name: "Telekinesis",
|
|
1050
|
+
// text: "{E} – Return chosen item with cost equal to or less than this character's {S} to its player's hand.",
|
|
1051
|
+
// costs: [{ type: "exert" }],
|
|
1052
|
+
// effects: [
|
|
1053
|
+
// {
|
|
1054
|
+
// type: "move",
|
|
1055
|
+
// to: "hand",
|
|
1056
|
+
// target: {
|
|
1057
|
+
// type: "card",
|
|
1058
|
+
// value: 1,
|
|
1059
|
+
// filters: [
|
|
1060
|
+
// { filter: "type", value: "item" },
|
|
1061
|
+
// { filter: "zone", value: "play" },
|
|
1062
|
+
// {
|
|
1063
|
+
// filter: "attribute",
|
|
1064
|
+
// value: "cost",
|
|
1065
|
+
// // TODO: This is wrong, should be based on the character's {S}
|
|
1066
|
+
// comparison: { operator: "lte", value: 3 },
|
|
1067
|
+
// },
|
|
1068
|
+
// ],
|
|
1069
|
+
// },
|
|
1070
|
+
// },
|
|
1071
|
+
// ],
|
|
1072
|
+
// },
|
|
1073
|
+
// ],
|
|
1074
|
+
// flavour: "Do you know what I call this? A good start!",
|
|
1075
|
+
// inkwell: true,
|
|
1076
|
+
// colors: ["amethyst"],
|
|
1077
|
+
// cost: 4,
|
|
1078
|
+
// strength: 3,
|
|
1079
|
+
// willpower: 4,
|
|
1080
|
+
// lore: 2,
|
|
1081
|
+
// illustrator: "Giulia Riva",
|
|
1082
|
+
// number: 50,
|
|
1083
|
+
// set: "ITI",
|
|
1084
|
+
// rarity: "uncommon",
|
|
1085
|
+
// };
|
|
1086
|
+
// export const maleficentMistressOfEvil: LorcanitoCharacterCard = {
|
|
1087
|
+
// id: "su0",
|
|
1088
|
+
// missingTestCase: true,
|
|
1089
|
+
// name: "Maleficent",
|
|
1090
|
+
// title: "Mistress of All Evil",
|
|
1091
|
+
// characteristics: ["sorcerer", "storyborn", "villain"],
|
|
1092
|
+
// text: "**DARK KNOWLEDGE** Whenever this character quests, you may draw a card.\n\n**DIVINATION** During your turn, whenever you draw a card, you may move 1 damage counter from a chosen character to a chosen opposing character.",
|
|
1093
|
+
// type: "character",
|
|
1094
|
+
// abilities: [
|
|
1095
|
+
// wheneverQuests({
|
|
1096
|
+
// name: "Dark Knowledge",
|
|
1097
|
+
// text: "Whenever this character quests, you may draw a card.",
|
|
1098
|
+
// optional: true,
|
|
1099
|
+
// effects: [drawACard],
|
|
1100
|
+
// }),
|
|
1101
|
+
// wheneverYouDrawACard({
|
|
1102
|
+
// ...moveDamageAbility({
|
|
1103
|
+
// amount: 1,
|
|
1104
|
+
// from: chosenCharacter,
|
|
1105
|
+
// to: chosenOpposingCharacter,
|
|
1106
|
+
// optional: true,
|
|
1107
|
+
// }),
|
|
1108
|
+
// name: "Divination",
|
|
1109
|
+
// text: "During your turn, whenever you draw a card, you may move 1 damage counter from a chosen character to a chosen opposing character.",
|
|
1110
|
+
// conditions: [duringYourTurn],
|
|
1111
|
+
// }),
|
|
1112
|
+
// ],
|
|
1113
|
+
// inkwell: true,
|
|
1114
|
+
// colors: ["amethyst"],
|
|
1115
|
+
// cost: 5,
|
|
1116
|
+
// strength: 2,
|
|
1117
|
+
// willpower: 3,
|
|
1118
|
+
// lore: 2,
|
|
1119
|
+
// illustrator: "Grace Tran",
|
|
1120
|
+
// number: 51,
|
|
1121
|
+
// set: "ITI",
|
|
1122
|
+
// rarity: "legendary",
|
|
1123
|
+
// };
|
|
1124
|
+
// export const puaPotbelliedBuddy: LorcanitoCharacterCard = {
|
|
1125
|
+
// id: "eni",
|
|
1126
|
+
// missingTestCase: true,
|
|
1127
|
+
// name: "Pua",
|
|
1128
|
+
// title: "Potbellied Buddy",
|
|
1129
|
+
// characteristics: ["storyborn", "ally"],
|
|
1130
|
+
// text: "**ALWAYS THERE** When this character is banished, you may shuffle this card into your deck.",
|
|
1131
|
+
// type: "character",
|
|
1132
|
+
// abilities: [
|
|
1133
|
+
// whenThisCharacterBanished({
|
|
1134
|
+
// name: "Always There",
|
|
1135
|
+
// text: "When this character is banished, you may shuffle this card into your deck.",
|
|
1136
|
+
// effects: shuffleThisCardIntoYourDeck,
|
|
1137
|
+
// }),
|
|
1138
|
+
// ],
|
|
1139
|
+
// flavour: "Always ready to lend a hand . . . er, snout.",
|
|
1140
|
+
// inkwell: true,
|
|
1141
|
+
// colors: ["amethyst"],
|
|
1142
|
+
// cost: 2,
|
|
1143
|
+
// strength: 2,
|
|
1144
|
+
// willpower: 2,
|
|
1145
|
+
// lore: 2,
|
|
1146
|
+
// illustrator: "Denny Minonne",
|
|
1147
|
+
// number: 53,
|
|
1148
|
+
// set: "ITI",
|
|
1149
|
+
// rarity: "common",
|
|
1150
|
+
// };
|
|
1151
|
+
// export const theFirebirdForceOfDestruction: LorcanitoCharacterCard = {
|
|
1152
|
+
// id: "msq",
|
|
1153
|
+
// name: "The Firebird",
|
|
1154
|
+
// title: "Force of Destruction",
|
|
1155
|
+
// characteristics: ["dreamborn", "villain"],
|
|
1156
|
+
// type: "character",
|
|
1157
|
+
// flavour:
|
|
1158
|
+
// "It rages through the forest, \nWings spread wide with flame \nSpring sings its ancient chorus \nAnd green renews its claim",
|
|
1159
|
+
// inkwell: true,
|
|
1160
|
+
// colors: ["amethyst"],
|
|
1161
|
+
// cost: 4,
|
|
1162
|
+
// strength: 6,
|
|
1163
|
+
// willpower: 2,
|
|
1164
|
+
// lore: 1,
|
|
1165
|
+
// illustrator: "Hedvig Häggman-Sund",
|
|
1166
|
+
// number: 56,
|
|
1167
|
+
// set: "ITI",
|
|
1168
|
+
// rarity: "common",
|
|
1169
|
+
// };
|
|
1170
|
+
// export const ursulaSeaWitch: LorcanitoCharacterCard = {
|
|
1171
|
+
// id: "uqt",
|
|
1172
|
+
// reprints: ["i2h"],
|
|
1173
|
+
// missingTestCase: true,
|
|
1174
|
+
// name: "Ursula",
|
|
1175
|
+
// title: "Sea Witch",
|
|
1176
|
+
// characteristics: ["dreamborn", "sorcerer", "villain"],
|
|
1177
|
+
// text: "**YOU'RE TOO LATE** Whenever this character quests, chosen opposing character can't ready at the start of their next turn.",
|
|
1178
|
+
// type: "character",
|
|
1179
|
+
// abilities: [
|
|
1180
|
+
// wheneverQuests({
|
|
1181
|
+
// name: "You're too late",
|
|
1182
|
+
// text: "Whenever this character quests, chosen opposing character can't ready at the start of their next turn.",
|
|
1183
|
+
// effects: [
|
|
1184
|
+
// {
|
|
1185
|
+
// type: "restriction",
|
|
1186
|
+
// restriction: "ready-at-start-of-turn",
|
|
1187
|
+
// duration: "next_turn",
|
|
1188
|
+
// target: chosenCharacter,
|
|
1189
|
+
// },
|
|
1190
|
+
// ],
|
|
1191
|
+
// }),
|
|
1192
|
+
// ],
|
|
1193
|
+
// flavour: "The secret contract has already been written.",
|
|
1194
|
+
// colors: ["amethyst"],
|
|
1195
|
+
// cost: 3,
|
|
1196
|
+
// strength: 3,
|
|
1197
|
+
// willpower: 3,
|
|
1198
|
+
// lore: 1,
|
|
1199
|
+
// illustrator: "John Loren",
|
|
1200
|
+
// number: 59,
|
|
1201
|
+
// set: "ITI",
|
|
1202
|
+
// rarity: "rare",
|
|
1203
|
+
// };
|
|
1204
|
+
// export const luckyThe_15thPuppy: LorcanitoCharacterCard = {
|
|
1205
|
+
// id: "n2h",
|
|
1206
|
+
// missingTestCase: true,
|
|
1207
|
+
// name: "Lucky",
|
|
1208
|
+
// title: "The 15th Puppy",
|
|
1209
|
+
// characteristics: ["storyborn", "puppy"],
|
|
1210
|
+
// text: "**GOOD AS NEW** {E} – Reveal the top 3 cards of your deck. You may put each character card with cost 2 or less into your hand. Put the rest on the bottom of your deck in any order.\n\n\n**PUPPY LOVE** Whenever this character quests, if you have 4 or more other characters in play, your other characters get +1 {L} this turn.",
|
|
1211
|
+
// type: "character",
|
|
1212
|
+
// abilities: [
|
|
1213
|
+
// {
|
|
1214
|
+
// type: "activated",
|
|
1215
|
+
// costs: [{ type: "exert" }],
|
|
1216
|
+
// name: "Good as New",
|
|
1217
|
+
// text: "{E} – Reveal the top 3 cards of your deck. You may put each character card with cost 2 or less into your hand. Put the rest on the bottom of your deck in any order.",
|
|
1218
|
+
// effects: [
|
|
1219
|
+
// {
|
|
1220
|
+
// type: "scry",
|
|
1221
|
+
// amount: 3,
|
|
1222
|
+
// mode: "bottom",
|
|
1223
|
+
// shouldRevealTutored: true,
|
|
1224
|
+
// target: self,
|
|
1225
|
+
// limits: {
|
|
1226
|
+
// bottom: 3,
|
|
1227
|
+
// top: 0,
|
|
1228
|
+
// inkwell: 0,
|
|
1229
|
+
// hand: 3,
|
|
1230
|
+
// },
|
|
1231
|
+
// tutorFilters: [
|
|
1232
|
+
// { filter: "owner", value: "self" },
|
|
1233
|
+
// { filter: "zone", value: "deck" },
|
|
1234
|
+
// { filter: "type", value: "character" },
|
|
1235
|
+
// withCostXorLess(2),
|
|
1236
|
+
// ],
|
|
1237
|
+
// },
|
|
1238
|
+
// ],
|
|
1239
|
+
// },
|
|
1240
|
+
// wheneverQuests({
|
|
1241
|
+
// name: "Puppy Love",
|
|
1242
|
+
// text: "Whenever this character quests, if you have 4 or more other characters in play, your other characters get +1 {L} this turn.",
|
|
1243
|
+
// conditions: [
|
|
1244
|
+
// {
|
|
1245
|
+
// type: "filter",
|
|
1246
|
+
// comparison: {
|
|
1247
|
+
// operator: "gte",
|
|
1248
|
+
// value: 4,
|
|
1249
|
+
// },
|
|
1250
|
+
// filters: [
|
|
1251
|
+
// { filter: "type", value: "character" },
|
|
1252
|
+
// { filter: "zone", value: "play" },
|
|
1253
|
+
// { filter: "owner", value: "self" },
|
|
1254
|
+
// ],
|
|
1255
|
+
// },
|
|
1256
|
+
// ],
|
|
1257
|
+
// effects: [
|
|
1258
|
+
// {
|
|
1259
|
+
// type: "attribute",
|
|
1260
|
+
// attribute: "lore",
|
|
1261
|
+
// amount: 1,
|
|
1262
|
+
// modifier: "add",
|
|
1263
|
+
// duration: "turn",
|
|
1264
|
+
// target: yourOtherCharacters,
|
|
1265
|
+
// },
|
|
1266
|
+
// ],
|
|
1267
|
+
// }),
|
|
1268
|
+
// ],
|
|
1269
|
+
// colors: ["amber"],
|
|
1270
|
+
// strength: 2,
|
|
1271
|
+
// willpower: 3,
|
|
1272
|
+
// cost: 4,
|
|
1273
|
+
// lore: 1,
|
|
1274
|
+
// illustrator: "Brian Weisz",
|
|
1275
|
+
// number: 8,
|
|
1276
|
+
// set: "ITI",
|
|
1277
|
+
// rarity: "rare",
|
|
1278
|
+
// };
|
|
1279
|
+
// export const minnieMouseMusicalArtist: LorcanitoCharacterCard = {
|
|
1280
|
+
// id: "ptc",
|
|
1281
|
+
// name: "Minnie Mouse",
|
|
1282
|
+
// title: "Musical Artist",
|
|
1283
|
+
// characteristics: ["hero", "dreamborn"],
|
|
1284
|
+
// text: "**Singer** 3 _(This character counts as cost 3 to sing songs.)_\n\n\n**ENTOURAGE** Whenever you play a character with **Bodyguard**, you may remove up to 2 damage from chosen character.",
|
|
1285
|
+
// type: "character",
|
|
1286
|
+
// abilities: [
|
|
1287
|
+
// singerAbility(3),
|
|
1288
|
+
// wheneverPlays({
|
|
1289
|
+
// name: "**ENTOURAGE**",
|
|
1290
|
+
// text: "Whenever you play a character with **Bodyguard**, you may remove up to 2 damage from chosen character.",
|
|
1291
|
+
// triggerTarget: {
|
|
1292
|
+
// type: "card",
|
|
1293
|
+
// value: 1,
|
|
1294
|
+
// filters: [
|
|
1295
|
+
// { filter: "owner", value: "self" },
|
|
1296
|
+
// {
|
|
1297
|
+
// filter: "ability",
|
|
1298
|
+
// value: "bodyguard",
|
|
1299
|
+
// },
|
|
1300
|
+
// ],
|
|
1301
|
+
// },
|
|
1302
|
+
// effects: [removeDamageEffect(2, chosenCharacter, true)],
|
|
1303
|
+
// }),
|
|
1304
|
+
// ],
|
|
1305
|
+
// flavour: "Her musical talents are off the charts!",
|
|
1306
|
+
// inkwell: true,
|
|
1307
|
+
// colors: ["amber"],
|
|
1308
|
+
// strength: 1,
|
|
1309
|
+
// cost: 2,
|
|
1310
|
+
// willpower: 3,
|
|
1311
|
+
// lore: 1,
|
|
1312
|
+
// illustrator: "Erika Wiseman",
|
|
1313
|
+
// number: 9,
|
|
1314
|
+
// set: "ITI",
|
|
1315
|
+
// rarity: "rare",
|
|
1316
|
+
// };
|
|
1317
|
+
// export const mrSnoopsIneptBusinessman: LorcanitoCharacterCard = {
|
|
1318
|
+
// id: "d9e",
|
|
1319
|
+
// name: "Mr. Snoops",
|
|
1320
|
+
// title: "Inept Businessman",
|
|
1321
|
+
// characteristics: ["dreamborn", "ally"],
|
|
1322
|
+
// type: "character",
|
|
1323
|
+
// flavour:
|
|
1324
|
+
// "This is simple, Snoops! I want that lore! The one that shines like a diamond! \n–Madame Medusa",
|
|
1325
|
+
// inkwell: true,
|
|
1326
|
+
// colors: ["amber"],
|
|
1327
|
+
// strength: 4,
|
|
1328
|
+
// willpower: 8,
|
|
1329
|
+
// cost: 6,
|
|
1330
|
+
// lore: 2,
|
|
1331
|
+
// illustrator: "Alexandria Neonakis",
|
|
1332
|
+
// number: 11,
|
|
1333
|
+
// set: "ITI",
|
|
1334
|
+
// rarity: "common",
|
|
1335
|
+
// };
|
|
1336
|
+
// export const magicBroomTheBigSweeper: LorcanitoCharacterCard = {
|
|
1337
|
+
// id: "huj",
|
|
1338
|
+
// name: "Magic Broom",
|
|
1339
|
+
// title: "The Big Sweeper",
|
|
1340
|
+
// characteristics: ["dreamborn", "broom"],
|
|
1341
|
+
// text: "**CLEAN SWEEP** While this character is at a location, it gets +2 {S}.",
|
|
1342
|
+
// type: "character",
|
|
1343
|
+
// abilities: [
|
|
1344
|
+
// whileCharacterIsAtLocationItGets({
|
|
1345
|
+
// name: "CLEAN SWEEP",
|
|
1346
|
+
// text: "While this character is at a location, it gets +2 {S}.",
|
|
1347
|
+
// effects: [
|
|
1348
|
+
// {
|
|
1349
|
+
// type: "attribute",
|
|
1350
|
+
// attribute: "strength",
|
|
1351
|
+
// amount: 2,
|
|
1352
|
+
// modifier: "add",
|
|
1353
|
+
// target: thisCharacter,
|
|
1354
|
+
// },
|
|
1355
|
+
// ],
|
|
1356
|
+
// }),
|
|
1357
|
+
// {
|
|
1358
|
+
// name: "**CLEAN SWEEP** While this character is at a location, it gets +2 {S}.",
|
|
1359
|
+
// },
|
|
1360
|
+
// ],
|
|
1361
|
+
// flavour: "Super-sized tidiness.",
|
|
1362
|
+
// inkwell: true,
|
|
1363
|
+
// colors: ["amethyst"],
|
|
1364
|
+
// strength: 1,
|
|
1365
|
+
// willpower: 5,
|
|
1366
|
+
// lore: 1,
|
|
1367
|
+
// cost: 3,
|
|
1368
|
+
// illustrator: "Eri Welli",
|
|
1369
|
+
// number: 46,
|
|
1370
|
+
// set: "ITI",
|
|
1371
|
+
// rarity: "common",
|
|
1372
|
+
// };
|
|
1373
|
+
// export const magicCarpetFlyingRug: LorcanitoCharacterCard = {
|
|
1374
|
+
// id: "a0f",
|
|
1375
|
+
// name: "Magic Carpet",
|
|
1376
|
+
// title: "Flying Rug",
|
|
1377
|
+
// characteristics: ["storyborn", "ally"],
|
|
1378
|
+
// text: "**Evasive** _(Only characters with Evasive can challenge this character.)_\n\n\n**FIND THE WAY** {E} – Move a character of yours to a location for free.",
|
|
1379
|
+
// type: "character",
|
|
1380
|
+
// abilities: [
|
|
1381
|
+
// evasiveAbility,
|
|
1382
|
+
// {
|
|
1383
|
+
// type: "activated",
|
|
1384
|
+
// name: "FIND THE WAY",
|
|
1385
|
+
// text: "{E} – Move a character of yours to a location for free.",
|
|
1386
|
+
// costs: [{ type: "exert" }],
|
|
1387
|
+
// effects: [
|
|
1388
|
+
// {
|
|
1389
|
+
// type: "move-to-location",
|
|
1390
|
+
// target: {
|
|
1391
|
+
// type: "card",
|
|
1392
|
+
// value: 1,
|
|
1393
|
+
// filters: [
|
|
1394
|
+
// { filter: "type", value: "character" },
|
|
1395
|
+
// { filter: "zone", value: "play" },
|
|
1396
|
+
// { filter: "owner", value: "self" },
|
|
1397
|
+
// ],
|
|
1398
|
+
// },
|
|
1399
|
+
// to: {
|
|
1400
|
+
// type: "card",
|
|
1401
|
+
// value: 1,
|
|
1402
|
+
// filters: [
|
|
1403
|
+
// { filter: "type", value: "location" },
|
|
1404
|
+
// { filter: "zone", value: "play" },
|
|
1405
|
+
// { filter: "owner", value: "self" },
|
|
1406
|
+
// ],
|
|
1407
|
+
// },
|
|
1408
|
+
// },
|
|
1409
|
+
// ],
|
|
1410
|
+
// },
|
|
1411
|
+
// ],
|
|
1412
|
+
// flavour:
|
|
1413
|
+
// "Carpet and I can swoop in, grab the lore, and be back before anyone knows it! \n–Aladdin",
|
|
1414
|
+
// inkwell: true,
|
|
1415
|
+
// colors: ["amethyst"],
|
|
1416
|
+
// strength: 2,
|
|
1417
|
+
// willpower: 1,
|
|
1418
|
+
// cost: 2,
|
|
1419
|
+
// lore: 1,
|
|
1420
|
+
// illustrator: "Cory Godbey",
|
|
1421
|
+
// number: 47,
|
|
1422
|
+
// set: "ITI",
|
|
1423
|
+
// rarity: "common",
|
|
1424
|
+
// };
|
|
1425
|
+
// export const rafikiMysticalFighter: LorcanitoCharacterCard = {
|
|
1426
|
+
// id: "foa",
|
|
1427
|
+
// reprints: ["b7e"],
|
|
1428
|
+
// name: "Rafiki",
|
|
1429
|
+
// title: "Mystical Fighter",
|
|
1430
|
+
// characteristics: ["dreamborn", "sorcerer", "mentor"],
|
|
1431
|
+
// text: "**Challenger** +3 _(While challenging, this character gets +3 {S}.)_\n\n\n**ANCIENT SKILLS** Whenever he challenges a Hyena character, this character takes no damage from the challenge.",
|
|
1432
|
+
// type: "character",
|
|
1433
|
+
// abilities: [
|
|
1434
|
+
// challengerAbility(3),
|
|
1435
|
+
// {
|
|
1436
|
+
// type: "static",
|
|
1437
|
+
// name: "Ancient Skills",
|
|
1438
|
+
// text: "Whenever he challenges a Hyena character, this character takes no damage from the challenge.",
|
|
1439
|
+
// ability: "effects",
|
|
1440
|
+
// effects: [
|
|
1441
|
+
// {
|
|
1442
|
+
// type: "protection",
|
|
1443
|
+
// from: "damage",
|
|
1444
|
+
// as: "attacker",
|
|
1445
|
+
// target: thisCharacter,
|
|
1446
|
+
// defenderTarget: {
|
|
1447
|
+
// type: "card",
|
|
1448
|
+
// value: "all",
|
|
1449
|
+
// filters: [
|
|
1450
|
+
// { filter: "type", value: "character" },
|
|
1451
|
+
// { filter: "zone", value: "play" },
|
|
1452
|
+
// {
|
|
1453
|
+
// filter: "characteristics",
|
|
1454
|
+
// value: ["hyena"],
|
|
1455
|
+
// },
|
|
1456
|
+
// ],
|
|
1457
|
+
// },
|
|
1458
|
+
// },
|
|
1459
|
+
// ],
|
|
1460
|
+
// },
|
|
1461
|
+
// ],
|
|
1462
|
+
// flavour: "Mind the stick!",
|
|
1463
|
+
// inkwell: true,
|
|
1464
|
+
// colors: ["amethyst"],
|
|
1465
|
+
// willpower: 2,
|
|
1466
|
+
// lore: 1,
|
|
1467
|
+
// strength: 0,
|
|
1468
|
+
// cost: 1,
|
|
1469
|
+
// illustrator: "Otto Paredes",
|
|
1470
|
+
// number: 54,
|
|
1471
|
+
// set: "ITI",
|
|
1472
|
+
// rarity: "rare",
|
|
1473
|
+
// };
|
|
1474
|
+
// export const stratosTornadoTitan: LorcanitoCharacterCard = {
|
|
1475
|
+
// id: "rck",
|
|
1476
|
+
// missingTestCase: true,
|
|
1477
|
+
// name: "Stratos",
|
|
1478
|
+
// title: "Tornado Titan",
|
|
1479
|
+
// characteristics: ["storyborn", "titan"],
|
|
1480
|
+
// text: "**Evasive** _(Only characters with Evasive can challenge this character.)_\n\n\n**CYCLONE** {E} – Gain lore equal to the number of Titan characters you have in play.",
|
|
1481
|
+
// type: "character",
|
|
1482
|
+
// abilities: [
|
|
1483
|
+
// evasiveAbility,
|
|
1484
|
+
// {
|
|
1485
|
+
// type: "activated",
|
|
1486
|
+
// name: "CYCLONE",
|
|
1487
|
+
// text: "{E} – Gain lore equal to the number of Titan characters you have in play.",
|
|
1488
|
+
// costs: [{ type: "exert" }],
|
|
1489
|
+
// effects: [
|
|
1490
|
+
// youGainLore({
|
|
1491
|
+
// dynamic: true,
|
|
1492
|
+
// filters: [
|
|
1493
|
+
// { filter: "owner", value: "self" },
|
|
1494
|
+
// { filter: "zone", value: "play" },
|
|
1495
|
+
// { filter: "characteristics", value: ["titan"] },
|
|
1496
|
+
// ],
|
|
1497
|
+
// }),
|
|
1498
|
+
// ],
|
|
1499
|
+
// },
|
|
1500
|
+
// ],
|
|
1501
|
+
// flavour: "Blow Zeus away!",
|
|
1502
|
+
// inkwell: true,
|
|
1503
|
+
// colors: ["amethyst"],
|
|
1504
|
+
// strength: 4,
|
|
1505
|
+
// willpower: 4,
|
|
1506
|
+
// lore: 0,
|
|
1507
|
+
// cost: 5,
|
|
1508
|
+
// illustrator: "Jared Nickerl / Alice Pisoni",
|
|
1509
|
+
// number: 55,
|
|
1510
|
+
// set: "ITI",
|
|
1511
|
+
// rarity: "rare",
|
|
1512
|
+
// };
|
|
1513
|
+
// export const theQueenHatefulRival: LorcanitoCharacterCard = {
|
|
1514
|
+
// id: "in2",
|
|
1515
|
+
// name: "The Queen",
|
|
1516
|
+
// title: "Hateful Rival",
|
|
1517
|
+
// characteristics: ["dreamborn", "queen", "sorcerer", "villain"],
|
|
1518
|
+
// type: "character",
|
|
1519
|
+
// flavour:
|
|
1520
|
+
// "A cobweb's strand to hold her fast \nAn eagle's eye to see her well \nSands of time to steal her past \nThus I cast my magic spell!",
|
|
1521
|
+
// inkwell: true,
|
|
1522
|
+
// colors: ["amethyst"],
|
|
1523
|
+
// strength: 4,
|
|
1524
|
+
// willpower: 3,
|
|
1525
|
+
// lore: 1,
|
|
1526
|
+
// cost: 3,
|
|
1527
|
+
// illustrator: "Anna Rud / Livio Cacciatore",
|
|
1528
|
+
// number: 57,
|
|
1529
|
+
// set: "ITI",
|
|
1530
|
+
// rarity: "common",
|
|
1531
|
+
// };
|
|
1532
|
+
// export const treasureGuardianProtectorOfTheCave: LorcanitoCharacterCard = {
|
|
1533
|
+
// id: "bma",
|
|
1534
|
+
// missingTestCase: true,
|
|
1535
|
+
// name: "Treasure Guardian",
|
|
1536
|
+
// title: "Protector of the Cave",
|
|
1537
|
+
// characteristics: ["storyborn"],
|
|
1538
|
+
// text: "**WHO DISTURBS MY SLUMBER?** This character can't challenge or quest unless it is at a location.",
|
|
1539
|
+
// type: "character",
|
|
1540
|
+
// abilities: [
|
|
1541
|
+
// {
|
|
1542
|
+
// type: "static",
|
|
1543
|
+
// ability: "effects",
|
|
1544
|
+
// name: "Who Disturbs My Slumber?",
|
|
1545
|
+
// text: "This character can't challenge or quest unless it is at a location.",
|
|
1546
|
+
// conditions: [unlessItIsAtALocation],
|
|
1547
|
+
// effects: [
|
|
1548
|
+
// {
|
|
1549
|
+
// type: "restriction",
|
|
1550
|
+
// restriction: "challenge",
|
|
1551
|
+
// target: thisCharacter,
|
|
1552
|
+
// },
|
|
1553
|
+
// {
|
|
1554
|
+
// type: "restriction",
|
|
1555
|
+
// restriction: "quest",
|
|
1556
|
+
// duration: "static",
|
|
1557
|
+
// target: thisCharacter,
|
|
1558
|
+
// },
|
|
1559
|
+
// ],
|
|
1560
|
+
// },
|
|
1561
|
+
// ],
|
|
1562
|
+
// flavour: "Only one may enter here.",
|
|
1563
|
+
// colors: ["amethyst"],
|
|
1564
|
+
// strength: 6,
|
|
1565
|
+
// willpower: 6,
|
|
1566
|
+
// lore: 2,
|
|
1567
|
+
// cost: 4,
|
|
1568
|
+
// illustrator: "Hedvig Häggman-Sund",
|
|
1569
|
+
// number: 58,
|
|
1570
|
+
// set: "ITI",
|
|
1571
|
+
// rarity: "rare",
|
|
1572
|
+
// };
|
|
1573
|
+
// export const friarTuckPriestOfNottingham: LorcanitoCharacterCard = {
|
|
1574
|
+
// id: "hlb",
|
|
1575
|
+
// name: "Friar Tuck",
|
|
1576
|
+
// title: "Priest of Nottingham",
|
|
1577
|
+
// characteristics: ["storyborn", "ally"],
|
|
1578
|
+
// text: "**YOU THIEVING SCOUNDREL** When you play this character, the player or players with the most cards in their hand chooses and discards a card.",
|
|
1579
|
+
// type: "character",
|
|
1580
|
+
// abilities: [
|
|
1581
|
+
// {
|
|
1582
|
+
// type: "resolution",
|
|
1583
|
+
// name: "You Thieving Scoundrel",
|
|
1584
|
+
// text: "When you play this character, the player or players with the most cards in their hand chooses and discards a card.",
|
|
1585
|
+
// resolutionConditions: [
|
|
1586
|
+
// {
|
|
1587
|
+
// type: "hand",
|
|
1588
|
+
// amount: "gte",
|
|
1589
|
+
// player: "self",
|
|
1590
|
+
// },
|
|
1591
|
+
// ],
|
|
1592
|
+
// effects: [discardACard],
|
|
1593
|
+
// },
|
|
1594
|
+
// {
|
|
1595
|
+
// type: "resolution",
|
|
1596
|
+
// name: "You Thieving Scoundrel",
|
|
1597
|
+
// text: "When you play this character, the player or players with the most cards in their hand chooses and discards a card.",
|
|
1598
|
+
// resolutionConditions: [
|
|
1599
|
+
// {
|
|
1600
|
+
// type: "hand",
|
|
1601
|
+
// amount: "gte",
|
|
1602
|
+
// player: "opponent",
|
|
1603
|
+
// },
|
|
1604
|
+
// ],
|
|
1605
|
+
// responder: "opponent",
|
|
1606
|
+
// effects: [discardACard],
|
|
1607
|
+
// },
|
|
1608
|
+
// ],
|
|
1609
|
+
// flavour: "Get outta my church! Out! Out! Out!",
|
|
1610
|
+
// inkwell: true,
|
|
1611
|
+
// colors: ["emerald"],
|
|
1612
|
+
// strength: 2,
|
|
1613
|
+
// willpower: 4,
|
|
1614
|
+
// lore: 2,
|
|
1615
|
+
// cost: 4,
|
|
1616
|
+
// illustrator: "Denny Minonne",
|
|
1617
|
+
// number: 73,
|
|
1618
|
+
// set: "ITI",
|
|
1619
|
+
// rarity: "uncommon",
|
|
1620
|
+
// };
|
|
1621
|
+
// export const kitCloudkickerToughGuy: LorcanitoCharacterCard = {
|
|
1622
|
+
// id: "dgd",
|
|
1623
|
+
// missingTestCase: true,
|
|
1624
|
+
// name: "Kit Cloudkicker",
|
|
1625
|
+
// title: "Tough Guy",
|
|
1626
|
+
// characteristics: ["storyborn", "ally"],
|
|
1627
|
+
// text: "**SKYSURFING** When you play this character, you may return chosen opposing character with 2 {S} or less to their player's hand.",
|
|
1628
|
+
// type: "character",
|
|
1629
|
+
// abilities: [
|
|
1630
|
+
// {
|
|
1631
|
+
// type: "resolution",
|
|
1632
|
+
// name: "SKYSURFING",
|
|
1633
|
+
// text: "When you play this character, you may return chosen opposing character with 2 {S} or less to their player's hand.",
|
|
1634
|
+
// optional: true,
|
|
1635
|
+
// effects: [returnChosenOpposingCharacterWithStrength(2, "lte")],
|
|
1636
|
+
// },
|
|
1637
|
+
// ],
|
|
1638
|
+
// flavour: "It's been fun, guys, but I got to be going. \nYahoooo!",
|
|
1639
|
+
// inkwell: true,
|
|
1640
|
+
// colors: ["emerald"],
|
|
1641
|
+
// strength: 2,
|
|
1642
|
+
// willpower: 2,
|
|
1643
|
+
// lore: 1,
|
|
1644
|
+
// cost: 3,
|
|
1645
|
+
// illustrator: "Jake Parker",
|
|
1646
|
+
// number: 77,
|
|
1647
|
+
// set: "ITI",
|
|
1648
|
+
// rarity: "uncommon",
|
|
1649
|
+
// };
|
|
1650
|
+
// export const stitchCovertAgent: LorcanitoCharacterCard = {
|
|
1651
|
+
// id: "i0l",
|
|
1652
|
+
// missingTestCase: true,
|
|
1653
|
+
// name: "Stitch",
|
|
1654
|
+
// title: "Covert Agent",
|
|
1655
|
+
// characteristics: ["hero", "dreamborn", "alien"],
|
|
1656
|
+
// text: "**Evasive** _(Only characters with Evasive can challenge this character.)_\n\n\n**HIDE** While this character is at a location, he gains **Ward**. _(Opponents can't choose them except to challenge.)_",
|
|
1657
|
+
// type: "character",
|
|
1658
|
+
// abilities: [
|
|
1659
|
+
// evasiveAbility,
|
|
1660
|
+
// {
|
|
1661
|
+
// type: "static",
|
|
1662
|
+
// ability: "gain-ability",
|
|
1663
|
+
// conditions: [whileCharacterIsAtLocation],
|
|
1664
|
+
// name: "Hide",
|
|
1665
|
+
// text: "While this character is at a location, he gains **Ward**. _(Opponents can't choose them except to challenge.)_",
|
|
1666
|
+
// gainedAbility: wardAbility,
|
|
1667
|
+
// target: self,
|
|
1668
|
+
// },
|
|
1669
|
+
// ],
|
|
1670
|
+
// flavour: "For such a flashy dresser, he sure is hard to spot.",
|
|
1671
|
+
// inkwell: true,
|
|
1672
|
+
// colors: ["emerald"],
|
|
1673
|
+
// strength: 3,
|
|
1674
|
+
// willpower: 3,
|
|
1675
|
+
// lore: 2,
|
|
1676
|
+
// cost: 5,
|
|
1677
|
+
// illustrator: "Grace Tran",
|
|
1678
|
+
// number: 89,
|
|
1679
|
+
// set: "ITI",
|
|
1680
|
+
// rarity: "rare",
|
|
1681
|
+
// };
|
|
1682
|
+
// export const billyBonesKeeperOfTheMap: LorcanitoCharacterCard = {
|
|
1683
|
+
// id: "e3j",
|
|
1684
|
+
// name: "Billy Bones",
|
|
1685
|
+
// title: "Keeper of the Map",
|
|
1686
|
+
// characteristics: ["alien", "storyborn", "pirate"],
|
|
1687
|
+
// type: "character",
|
|
1688
|
+
// flavour:
|
|
1689
|
+
// "He's after me chest, that fiendish cyborg and his band of cutthroats.",
|
|
1690
|
+
// inkwell: true,
|
|
1691
|
+
// colors: ["ruby"],
|
|
1692
|
+
// strength: 6,
|
|
1693
|
+
// willpower: 5,
|
|
1694
|
+
// lore: 1,
|
|
1695
|
+
// cost: 5,
|
|
1696
|
+
// illustrator: "Roger Pérez",
|
|
1697
|
+
// number: 104,
|
|
1698
|
+
// set: "ITI",
|
|
1699
|
+
// rarity: "common",
|
|
1700
|
+
// };
|
|
1701
|
+
// export const captainAmeliaFirstInCommand: LorcanitoCharacterCard = {
|
|
1702
|
+
// id: "efm",
|
|
1703
|
+
// missingTestCase: true,
|
|
1704
|
+
// name: "Captain Amelia",
|
|
1705
|
+
// title: "First in Command",
|
|
1706
|
+
// characteristics: ["alien", "storyborn", "captain"],
|
|
1707
|
+
// text: "**DISCIPLINE** During your turn, this character gains **Evasive**. _(They can challenge characters with Evasive.)_",
|
|
1708
|
+
// type: "character",
|
|
1709
|
+
// abilities: [
|
|
1710
|
+
// duringYourTurnGains(
|
|
1711
|
+
// "Discipline",
|
|
1712
|
+
// "During your turn, this character gains **Evasive**. _(They can challenge characters with Evasive.)_",
|
|
1713
|
+
// evasiveAbility,
|
|
1714
|
+
// ),
|
|
1715
|
+
// ],
|
|
1716
|
+
// flavour:
|
|
1717
|
+
// "I've spotted a strange structure on the horizon. Hard to port, helmsman!",
|
|
1718
|
+
// inkwell: true,
|
|
1719
|
+
// colors: ["sapphire"],
|
|
1720
|
+
// strength: 1,
|
|
1721
|
+
// willpower: 5,
|
|
1722
|
+
// lore: 1,
|
|
1723
|
+
// illustrator: "Amber Kommavongsa",
|
|
1724
|
+
// number: 138,
|
|
1725
|
+
// cost: 3,
|
|
1726
|
+
// set: "ITI",
|
|
1727
|
+
// rarity: "common",
|
|
1728
|
+
// };
|
|
1729
|
+
// export const genieCrampedInTheLamp: LorcanitoCharacterCard = {
|
|
1730
|
+
// id: "wg4",
|
|
1731
|
+
// name: "Genie",
|
|
1732
|
+
// title: "Cramped in the Lamp",
|
|
1733
|
+
// characteristics: ["storyborn", "ally"],
|
|
1734
|
+
// type: "character",
|
|
1735
|
+
// flavour: '"Ten-thousand years will give ya such a crick in the neck!"',
|
|
1736
|
+
// inkwell: true,
|
|
1737
|
+
// colors: ["sapphire"],
|
|
1738
|
+
// strength: 2,
|
|
1739
|
+
// willpower: 2,
|
|
1740
|
+
// lore: 2,
|
|
1741
|
+
// cost: 2,
|
|
1742
|
+
// illustrator: "Ally Zermeno",
|
|
1743
|
+
// number: 141,
|
|
1744
|
+
// set: "ITI",
|
|
1745
|
+
// rarity: "uncommon",
|
|
1746
|
+
// };
|
|
1747
|
+
// export const kitCloudkickerNavigator: LorcanitoCharacterCard = {
|
|
1748
|
+
// id: "j9c",
|
|
1749
|
+
// name: "Kit Cloudkicker",
|
|
1750
|
+
// title: "Navigator",
|
|
1751
|
+
// characteristics: ["floodborn", "ally"],
|
|
1752
|
+
// text: "**Shift** 3 _(You may pay 3 {I} to play this on top of one of your characters named Kit Cloudkicker.)_\n\n**Ward** _(Opponents can't choose this character except to challenge.)_",
|
|
1753
|
+
// type: "character",
|
|
1754
|
+
// abilities: [shiftAbility(3, "kit cloudkicker"), wardAbility],
|
|
1755
|
+
// inkwell: true,
|
|
1756
|
+
// colors: ["sapphire"],
|
|
1757
|
+
// lore: 3,
|
|
1758
|
+
// strength: 2,
|
|
1759
|
+
// willpower: 5,
|
|
1760
|
+
// cost: 6,
|
|
1761
|
+
// number: 147,
|
|
1762
|
+
// set: "ITI",
|
|
1763
|
+
// illustrator: "Roger Pérez",
|
|
1764
|
+
// rarity: "uncommon",
|
|
1765
|
+
// };
|
|
1766
|
+
// export const kitCloudkickerSpunkyBearCub: LorcanitoCharacterCard = {
|
|
1767
|
+
// id: "f03",
|
|
1768
|
+
// name: "Kit Cloudkicker",
|
|
1769
|
+
// title: "Spunky Bear Cub",
|
|
1770
|
+
// characteristics: ["storyborn", "ally"],
|
|
1771
|
+
// text: "**Ward** (Opponents can't choose this character except to challenge.)",
|
|
1772
|
+
// type: "character",
|
|
1773
|
+
// abilities: [wardAbility],
|
|
1774
|
+
// flavour: "Thrilled to have his airfoil back, he launched into the Inklands.",
|
|
1775
|
+
// inkwell: true,
|
|
1776
|
+
// colors: ["sapphire"],
|
|
1777
|
+
// willpower: 1,
|
|
1778
|
+
// lore: 1,
|
|
1779
|
+
// strength: 0,
|
|
1780
|
+
// cost: 1,
|
|
1781
|
+
// illustrator: "Valentin Palombo",
|
|
1782
|
+
// number: 148,
|
|
1783
|
+
// set: "ITI",
|
|
1784
|
+
// rarity: "common",
|
|
1785
|
+
// };
|
|
1786
|
+
// export const plutoMickeysCleverFriend: LorcanitoCharacterCard = {
|
|
1787
|
+
// id: "es5",
|
|
1788
|
+
// name: "Pluto",
|
|
1789
|
+
// title: "Mickey's Clever Friend",
|
|
1790
|
+
// characteristics: ["dreamborn", "ally"],
|
|
1791
|
+
// type: "character",
|
|
1792
|
+
// flavour:
|
|
1793
|
+
// "Pluto's job was to keep Gustav's attention so Minnie could get to the cave.",
|
|
1794
|
+
// inkwell: true,
|
|
1795
|
+
// colors: ["sapphire"],
|
|
1796
|
+
// strength: 3,
|
|
1797
|
+
// willpower: 4,
|
|
1798
|
+
// lore: 1,
|
|
1799
|
+
// cost: 3,
|
|
1800
|
+
// illustrator: "Rianti Hidayat",
|
|
1801
|
+
// number: 152,
|
|
1802
|
+
// set: "ITI",
|
|
1803
|
+
// rarity: "common",
|
|
1804
|
+
// };
|
|
1805
|
+
// export const scroogeMcduckUncleMoneybags: LorcanitoCharacterCard = {
|
|
1806
|
+
// id: "twh",
|
|
1807
|
+
// missingTestCase: true,
|
|
1808
|
+
// name: "Scrooge McDuck",
|
|
1809
|
+
// title: "Uncle Moneybags",
|
|
1810
|
+
// characteristics: ["hero", "dreamborn"],
|
|
1811
|
+
// text: "TREASURE FINDER Whenever this character quests, you pay 1 {I} less for the next item you play this turn.",
|
|
1812
|
+
// type: "character",
|
|
1813
|
+
// abilities: [
|
|
1814
|
+
// {
|
|
1815
|
+
// name: "TREASURE FINDER Whenever this character quests, you pay 1 {I} less for the next item you play this turn.",
|
|
1816
|
+
// },
|
|
1817
|
+
// wheneverQuests({
|
|
1818
|
+
// name: "Treasure Finder",
|
|
1819
|
+
// text: "You pay 1 {I} less for the next item you play this turn.",
|
|
1820
|
+
// effects: [youPayXLessToPlayNextItemThisTurn(1)],
|
|
1821
|
+
// }),
|
|
1822
|
+
// ],
|
|
1823
|
+
// flavour:
|
|
1824
|
+
// "A strange new world is the perfect place to make a strange new fortune!",
|
|
1825
|
+
// inkwell: true,
|
|
1826
|
+
// colors: ["sapphire"],
|
|
1827
|
+
// strength: 1,
|
|
1828
|
+
// willpower: 3,
|
|
1829
|
+
// cost: 2,
|
|
1830
|
+
// lore: 1,
|
|
1831
|
+
// illustrator: "Stefano Zanchi",
|
|
1832
|
+
// number: 155,
|
|
1833
|
+
// set: "ITI",
|
|
1834
|
+
// rarity: "uncommon",
|
|
1835
|
+
// };
|
|
1836
|
+
// export const theQueenMirrorSeeker: LorcanitoCharacterCard = {
|
|
1837
|
+
// id: "hmg",
|
|
1838
|
+
// reprints: ["yku"],
|
|
1839
|
+
// name: "The Queen",
|
|
1840
|
+
// title: "Mirror Seeker",
|
|
1841
|
+
// characteristics: ["queen", "sorcerer", "storyborn", "villain"],
|
|
1842
|
+
// text: "**CALCULATING AND VAIN** Whenever this character quests, you may look at the top 3 cards of your deck and put them back in any order.",
|
|
1843
|
+
// type: "character",
|
|
1844
|
+
// abilities: [
|
|
1845
|
+
// wheneverQuests({
|
|
1846
|
+
// name: "Calculating and Vain",
|
|
1847
|
+
// text: "Whenever this character quests, you may look at the top 3 cards of your deck and put them back in any order.",
|
|
1848
|
+
// optional: true,
|
|
1849
|
+
// effects: [
|
|
1850
|
+
// {
|
|
1851
|
+
// type: "scry",
|
|
1852
|
+
// amount: 3,
|
|
1853
|
+
// mode: "top",
|
|
1854
|
+
// target: self,
|
|
1855
|
+
// limits: {
|
|
1856
|
+
// bottom: 0,
|
|
1857
|
+
// top: 3,
|
|
1858
|
+
// hand: 0,
|
|
1859
|
+
// inkwell: 0,
|
|
1860
|
+
// },
|
|
1861
|
+
// },
|
|
1862
|
+
// ],
|
|
1863
|
+
// }),
|
|
1864
|
+
// ],
|
|
1865
|
+
// flavour: "She has only one question, and she'd better like the answer.",
|
|
1866
|
+
// inkwell: true,
|
|
1867
|
+
// colors: ["sapphire"],
|
|
1868
|
+
// strength: 2,
|
|
1869
|
+
// willpower: 5,
|
|
1870
|
+
// lore: 1,
|
|
1871
|
+
// cost: 4,
|
|
1872
|
+
// illustrator: "Jennifer Gheduzzi / Livio Cacciatore",
|
|
1873
|
+
// number: 156,
|
|
1874
|
+
// set: "ITI",
|
|
1875
|
+
// rarity: "uncommon",
|
|
1876
|
+
// };
|
|
1877
|
+
// const allTiedUp: StaticAbilityWithEffect = {
|
|
1878
|
+
// type: "static",
|
|
1879
|
+
// ability: "effects",
|
|
1880
|
+
// name: "All Tied Up",
|
|
1881
|
+
// text: "This character enters play exerted and can't ready at the start of your turn.",
|
|
1882
|
+
// target: thisCharacter,
|
|
1883
|
+
// effects: [
|
|
1884
|
+
// {
|
|
1885
|
+
// type: "restriction",
|
|
1886
|
+
// restriction: "ready-at-start-of-turn",
|
|
1887
|
+
// duration: "static",
|
|
1888
|
+
// target: thisCharacter,
|
|
1889
|
+
// },
|
|
1890
|
+
// ],
|
|
1891
|
+
// };
|
|
1892
|
+
// export const gustavTheGiantTerrorOfTheKingdom: LorcanitoCharacterCard = {
|
|
1893
|
+
// id: "irs",
|
|
1894
|
+
// name: "Gustav the Giant",
|
|
1895
|
+
// title: "Terror of the Kingdom",
|
|
1896
|
+
// characteristics: ["dreamborn", "villain"],
|
|
1897
|
+
// text: "**ALL TIED UP** This character enters play exerted and can't ready at the start of your turn.\n\n\n**BREAK FREE** During your turn, whenever one of your other characters banishes another character in a challenge, you may ready this character.",
|
|
1898
|
+
// type: "character",
|
|
1899
|
+
// abilities: [
|
|
1900
|
+
// allTiedUp,
|
|
1901
|
+
// entersPlayExerted({
|
|
1902
|
+
// name: "All Tied Up",
|
|
1903
|
+
// }),
|
|
1904
|
+
// wheneverOpposingCharIsBanishedInChallenge({
|
|
1905
|
+
// name: "Break Free",
|
|
1906
|
+
// text: "During your turn, whenever one of your other characters banishes another character in a challenge, you may ready this character.",
|
|
1907
|
+
// conditions: [
|
|
1908
|
+
// {
|
|
1909
|
+
// type: "during-turn",
|
|
1910
|
+
// value: "self",
|
|
1911
|
+
// },
|
|
1912
|
+
// ],
|
|
1913
|
+
// optional: true,
|
|
1914
|
+
// effects: [readyThisCharacter],
|
|
1915
|
+
// }),
|
|
1916
|
+
// ],
|
|
1917
|
+
// inkwell: true,
|
|
1918
|
+
// colors: ["steel"],
|
|
1919
|
+
// strength: 6,
|
|
1920
|
+
// willpower: 6,
|
|
1921
|
+
// lore: 1,
|
|
1922
|
+
// cost: 3,
|
|
1923
|
+
// illustrator: "Giuseppe di Maio",
|
|
1924
|
+
// number: 173,
|
|
1925
|
+
// set: "ITI",
|
|
1926
|
+
// rarity: "rare",
|
|
1927
|
+
// };
|
|
1928
|
+
// export const johnSilverGreedyTreasureSeeker: LorcanitoCharacterCard = {
|
|
1929
|
+
// id: "lzb",
|
|
1930
|
+
// reprints: ["vpb"],
|
|
1931
|
+
// name: "John Silver",
|
|
1932
|
+
// title: "Greedy Treasure Seeker",
|
|
1933
|
+
// characteristics: ["dreamborn", "alien", "villain", "pirate", "captain"],
|
|
1934
|
+
// text: "**CHART YOUR OWN COURSE** For each location you have in play, this character gains **Resist** +1 and gets +1 {L}. _(Damage dealt to them is reduced by 1.)_",
|
|
1935
|
+
// type: "character",
|
|
1936
|
+
// abilities: [
|
|
1937
|
+
// propertyStaticAbilities({
|
|
1938
|
+
// name: "CHART YOUR OWN COURSE",
|
|
1939
|
+
// text: "**CHART YOUR OWN COURSE** For each location you have in play, this character gets +1 {L}.",
|
|
1940
|
+
// attribute: "lore",
|
|
1941
|
+
// amount: {
|
|
1942
|
+
// dynamic: true,
|
|
1943
|
+
// filters: [
|
|
1944
|
+
// { filter: "zone", value: "play" },
|
|
1945
|
+
// { filter: "type", value: "location" },
|
|
1946
|
+
// { filter: "owner", value: "self" },
|
|
1947
|
+
// ],
|
|
1948
|
+
// },
|
|
1949
|
+
// }),
|
|
1950
|
+
// resistAbility({
|
|
1951
|
+
// dynamic: true,
|
|
1952
|
+
// filters: [
|
|
1953
|
+
// { filter: "zone", value: "play" },
|
|
1954
|
+
// { filter: "type", value: "location" },
|
|
1955
|
+
// { filter: "owner", value: "self" },
|
|
1956
|
+
// ],
|
|
1957
|
+
// }),
|
|
1958
|
+
// ],
|
|
1959
|
+
// flavour: "I was never much good at games. Always hated to lose.",
|
|
1960
|
+
// inkwell: true,
|
|
1961
|
+
// colors: ["steel"],
|
|
1962
|
+
// strength: 3,
|
|
1963
|
+
// willpower: 3,
|
|
1964
|
+
// lore: 1,
|
|
1965
|
+
// cost: 3,
|
|
1966
|
+
// illustrator: "Gaku Kumatori",
|
|
1967
|
+
// number: 176,
|
|
1968
|
+
// set: "ITI",
|
|
1969
|
+
// rarity: "rare",
|
|
1970
|
+
// };
|
|
1971
|
+
// export const mickeyMouseStalwartExplorer: LorcanitoCharacterCard = {
|
|
1972
|
+
// id: "pon",
|
|
1973
|
+
// missingTestCase: true,
|
|
1974
|
+
// name: "Mickey Mouse",
|
|
1975
|
+
// title: "Stalwart Explorer",
|
|
1976
|
+
// characteristics: ["hero", "dreamborn"],
|
|
1977
|
+
// text: "**LET'S TAKE A LOOK** This character gets +1 {S} for each location you have in play.",
|
|
1978
|
+
// type: "character",
|
|
1979
|
+
// abilities: [
|
|
1980
|
+
// {
|
|
1981
|
+
// type: "static",
|
|
1982
|
+
// ability: "effects",
|
|
1983
|
+
// name: "Let's Take a Look",
|
|
1984
|
+
// text: "This character gets +1 {S} for each location you have in play.",
|
|
1985
|
+
// effects: [
|
|
1986
|
+
// {
|
|
1987
|
+
// type: "attribute",
|
|
1988
|
+
// attribute: "strength",
|
|
1989
|
+
// amount: {
|
|
1990
|
+
// dynamic: true,
|
|
1991
|
+
// filters: [
|
|
1992
|
+
// { filter: "zone", value: "play" },
|
|
1993
|
+
// { filter: "owner", value: "self" },
|
|
1994
|
+
// { filter: "type", value: "location" },
|
|
1995
|
+
// ],
|
|
1996
|
+
// },
|
|
1997
|
+
// modifier: "add",
|
|
1998
|
+
// target: thisCharacter,
|
|
1999
|
+
// },
|
|
2000
|
+
// ],
|
|
2001
|
+
// },
|
|
2002
|
+
// ],
|
|
2003
|
+
// flavour:
|
|
2004
|
+
// "Mickey knew just where to start searching for the Sorcerer's Hat, but he didn't expect it to be guarded.",
|
|
2005
|
+
// inkwell: true,
|
|
2006
|
+
// colors: ["steel"],
|
|
2007
|
+
// strength: 3,
|
|
2008
|
+
// willpower: 3,
|
|
2009
|
+
// cost: 3,
|
|
2010
|
+
// lore: 1,
|
|
2011
|
+
// illustrator: "Louis Jones",
|
|
2012
|
+
// number: 181,
|
|
2013
|
+
// set: "ITI",
|
|
2014
|
+
// rarity: "common",
|
|
2015
|
+
// };
|
|
2016
|
+
// export const mufasaChampionOfThePrideLands: LorcanitoCharacterCard = {
|
|
2017
|
+
// id: "er8",
|
|
2018
|
+
// name: "Mufasa",
|
|
2019
|
+
// title: "Champion of the Pride Lands",
|
|
2020
|
+
// characteristics: ["storyborn", "king", "mentor"],
|
|
2021
|
+
// type: "character",
|
|
2022
|
+
// flavour: "Even his name makes enemies quiver in fear.",
|
|
2023
|
+
// inkwell: true,
|
|
2024
|
+
// colors: ["steel"],
|
|
2025
|
+
// strength: 3,
|
|
2026
|
+
// willpower: 10,
|
|
2027
|
+
// lore: 3,
|
|
2028
|
+
// cost: 7,
|
|
2029
|
+
// illustrator: "Evana Kisa / Livio Cacciatore",
|
|
2030
|
+
// number: 185,
|
|
2031
|
+
// set: "ITI",
|
|
2032
|
+
// rarity: "rare",
|
|
2033
|
+
// };
|
|
2034
|
+
// export const pyrosLavaTitan: LorcanitoCharacterCard = {
|
|
2035
|
+
// id: "ggw",
|
|
2036
|
+
// missingTestCase: true,
|
|
2037
|
+
// name: "Pyros",
|
|
2038
|
+
// title: "Lava Titan",
|
|
2039
|
+
// characteristics: ["storyborn", "titan"],
|
|
2040
|
+
// text: "**ERUPTION** During your turn, whenever this character banishes another character in a challenge, you may ready chosen character.",
|
|
2041
|
+
// type: "character",
|
|
2042
|
+
// abilities: [
|
|
2043
|
+
// wheneverBanishesAnotherCharacterInChallenge({
|
|
2044
|
+
// name: "Eruption",
|
|
2045
|
+
// text: "During your turn, whenever this character banishes another character in a challenge, you may ready chosen character.",
|
|
2046
|
+
// effects: [readyChosenCharacter],
|
|
2047
|
+
// }),
|
|
2048
|
+
// ],
|
|
2049
|
+
// flavour: "Melt Zeus!",
|
|
2050
|
+
// inkwell: true,
|
|
2051
|
+
// colors: ["steel"],
|
|
2052
|
+
// strength: 5,
|
|
2053
|
+
// willpower: 4,
|
|
2054
|
+
// lore: 1,
|
|
2055
|
+
// cost: 5,
|
|
2056
|
+
// illustrator: "Eva Widermann",
|
|
2057
|
+
// number: 187,
|
|
2058
|
+
// set: "ITI",
|
|
2059
|
+
// rarity: "rare",
|
|
2060
|
+
// };
|
|
2061
|
+
// export const razoulPalaceGuard: LorcanitoCharacterCard = {
|
|
2062
|
+
// id: "mui",
|
|
2063
|
+
// name: "Razoul",
|
|
2064
|
+
// title: "Palace Guard",
|
|
2065
|
+
// characteristics: ["storyborn", "captain", "ally"],
|
|
2066
|
+
// text: "**LOOKY HERE** While this character has no damage, he gets +2 {S}.",
|
|
2067
|
+
// type: "character",
|
|
2068
|
+
// abilities: [
|
|
2069
|
+
// whileThisCharacterHasNoDamageGets({
|
|
2070
|
+
// name: "LOOKY HERE",
|
|
2071
|
+
// text: "While this character has no damage, he gets +2 {S}.",
|
|
2072
|
+
// effects: [
|
|
2073
|
+
// {
|
|
2074
|
+
// type: "attribute",
|
|
2075
|
+
// attribute: "strength",
|
|
2076
|
+
// amount: 2,
|
|
2077
|
+
// modifier: "add",
|
|
2078
|
+
// duration: "static",
|
|
2079
|
+
// target: thisCharacter,
|
|
2080
|
+
// },
|
|
2081
|
+
// ],
|
|
2082
|
+
// }),
|
|
2083
|
+
// ],
|
|
2084
|
+
// flavour: "There's no princess here to save you this time, street rat.",
|
|
2085
|
+
// inkwell: true,
|
|
2086
|
+
// colors: ["steel"],
|
|
2087
|
+
// strength: 1,
|
|
2088
|
+
// willpower: 3,
|
|
2089
|
+
// lore: 1,
|
|
2090
|
+
// cost: 2,
|
|
2091
|
+
// illustrator: "Kuya Jaypi",
|
|
2092
|
+
// number: 188,
|
|
2093
|
+
// set: "ITI",
|
|
2094
|
+
// rarity: "common",
|
|
2095
|
+
// };
|
|
2096
|
+
//
|
|
2097
|
+
// export const cubbyMightyLostBoy: LorcanitoCharacterCard = {
|
|
2098
|
+
// id: "zfd",
|
|
2099
|
+
// missingTestCase: true,
|
|
2100
|
+
// name: "Cubby",
|
|
2101
|
+
// title: "Mighty Lost Boy",
|
|
2102
|
+
// characteristics: ["storyborn", "ally"],
|
|
2103
|
+
// text: "**THE BEAR** Whenever this character moves to a location, he gets +3 {S} this turn.",
|
|
2104
|
+
// type: "character",
|
|
2105
|
+
// abilities: [
|
|
2106
|
+
// whenMovesToALocation({
|
|
2107
|
+
// name: "The Bear",
|
|
2108
|
+
// text: "Whenever this character moves to a location, he gets +3 {S} this turn.",
|
|
2109
|
+
// effects: [
|
|
2110
|
+
// {
|
|
2111
|
+
// type: "attribute",
|
|
2112
|
+
// attribute: "strength",
|
|
2113
|
+
// amount: 3,
|
|
2114
|
+
// modifier: "add",
|
|
2115
|
+
// duration: "turn",
|
|
2116
|
+
// target: thisCharacter,
|
|
2117
|
+
// },
|
|
2118
|
+
// ],
|
|
2119
|
+
// }),
|
|
2120
|
+
// ],
|
|
2121
|
+
// flavour:
|
|
2122
|
+
// "With Peter holding off Hook, Cubby did what he does best: break stuff.",
|
|
2123
|
+
// inkwell: true,
|
|
2124
|
+
// colors: ["emerald"],
|
|
2125
|
+
// cost: 4,
|
|
2126
|
+
// strength: 3,
|
|
2127
|
+
// willpower: 5,
|
|
2128
|
+
// lore: 1,
|
|
2129
|
+
// illustrator: "Wouter Bruneel",
|
|
2130
|
+
// number: 69,
|
|
2131
|
+
// set: "ITI",
|
|
2132
|
+
// rarity: "common",
|
|
2133
|
+
// };
|
|
2134
|
+
// export const cursedMerfolkUrsulasHandiwork: LorcanitoCharacterCard = {
|
|
2135
|
+
// id: "pr9",
|
|
2136
|
+
// reprints: ["uww"],
|
|
2137
|
+
// missingTestCase: true,
|
|
2138
|
+
// name: "Cursed Merfolk",
|
|
2139
|
+
// title: "Ursula's Handiwork",
|
|
2140
|
+
// characteristics: ["storyborn"],
|
|
2141
|
+
// text: "**POOR SOULS** Whenever this character is challenged, each opponent chooses and discards a card.",
|
|
2142
|
+
// type: "character",
|
|
2143
|
+
// abilities: [
|
|
2144
|
+
// whenChallenged({
|
|
2145
|
+
// name: "Poor Souls",
|
|
2146
|
+
// text: "Whenever this character is challenged, each opponent chooses and discards a card.",
|
|
2147
|
+
// responder: "opponent",
|
|
2148
|
+
// effects: [discardACard],
|
|
2149
|
+
// }),
|
|
2150
|
+
// ],
|
|
2151
|
+
// flavour:
|
|
2152
|
+
// "Now it’s happened once or twice, someone couldn’t pay the price . . . \n–Ursula",
|
|
2153
|
+
// colors: ["emerald"],
|
|
2154
|
+
// cost: 1,
|
|
2155
|
+
// willpower: 1,
|
|
2156
|
+
// lore: 2,
|
|
2157
|
+
// strength: 0,
|
|
2158
|
+
// illustrator: "Massimiliano Narciso / Marieke Ferrari",
|
|
2159
|
+
// number: 70,
|
|
2160
|
+
// set: "ITI",
|
|
2161
|
+
// rarity: "rare",
|
|
2162
|
+
// };
|
|
2163
|
+
// export const donKarnagePiratePrince: LorcanitoCharacterCard = {
|
|
2164
|
+
// id: "d3j",
|
|
2165
|
+
// name: "Don Karnage",
|
|
2166
|
+
// title: "Prince of Pirates",
|
|
2167
|
+
// characteristics: ["dreamborn", "villain", "pirate", "prince"],
|
|
2168
|
+
// text: "**Evasive** _(Only characters with Evasive can challenge this character.)_",
|
|
2169
|
+
// type: "character",
|
|
2170
|
+
// abilities: [evasiveAbility],
|
|
2171
|
+
// flavour:
|
|
2172
|
+
// "You never thought you’d find me here, right? To be honest, neither did I.",
|
|
2173
|
+
// inkwell: true,
|
|
2174
|
+
// colors: ["emerald"],
|
|
2175
|
+
// cost: 5,
|
|
2176
|
+
// strength: 4,
|
|
2177
|
+
// willpower: 4,
|
|
2178
|
+
// lore: 2,
|
|
2179
|
+
// illustrator: "Luis Huerta",
|
|
2180
|
+
// number: 71,
|
|
2181
|
+
// set: "ITI",
|
|
2182
|
+
// rarity: "common",
|
|
2183
|
+
// };
|
|
2184
|
+
// export const flotsamRiffraff: LorcanitoCharacterCard = {
|
|
2185
|
+
// id: "k3m",
|
|
2186
|
+
// missingTestCase: true,
|
|
2187
|
+
// name: "Flotsam",
|
|
2188
|
+
// title: "Riffraff",
|
|
2189
|
+
// characteristics: ["dreamborn", "ally"],
|
|
2190
|
+
// text: "**EERIE PAIR** Your characters named Jetsam get +3 {S}.",
|
|
2191
|
+
// type: "character",
|
|
2192
|
+
// abilities: [
|
|
2193
|
+
// {
|
|
2194
|
+
// type: "static",
|
|
2195
|
+
// ability: "effects",
|
|
2196
|
+
// name: "Eerie Pair",
|
|
2197
|
+
// text: "**EERIE PAIR** Your characters named Jetsam get +3 {S}.",
|
|
2198
|
+
// effects: [
|
|
2199
|
+
// {
|
|
2200
|
+
// type: "attribute",
|
|
2201
|
+
// attribute: "strength",
|
|
2202
|
+
// amount: 3,
|
|
2203
|
+
// modifier: "add",
|
|
2204
|
+
// duration: "turn",
|
|
2205
|
+
// target: {
|
|
2206
|
+
// type: "card",
|
|
2207
|
+
// value: "all",
|
|
2208
|
+
// excludeSelf: true,
|
|
2209
|
+
// filters: [
|
|
2210
|
+
// { filter: "owner", value: "self" },
|
|
2211
|
+
// { filter: "type", value: "character" },
|
|
2212
|
+
// { filter: "zone", value: "play" },
|
|
2213
|
+
// {
|
|
2214
|
+
// filter: "attribute",
|
|
2215
|
+
// value: "name",
|
|
2216
|
+
// comparison: { operator: "eq", value: "Jetsam" },
|
|
2217
|
+
// },
|
|
2218
|
+
// ],
|
|
2219
|
+
// },
|
|
2220
|
+
// },
|
|
2221
|
+
// ],
|
|
2222
|
+
// },
|
|
2223
|
+
// ],
|
|
2224
|
+
// flavour: "Ursula needs lore to complete her plan. . . .",
|
|
2225
|
+
// inkwell: true,
|
|
2226
|
+
// colors: ["emerald"],
|
|
2227
|
+
// cost: 3,
|
|
2228
|
+
// strength: 5,
|
|
2229
|
+
// willpower: 2,
|
|
2230
|
+
// lore: 1,
|
|
2231
|
+
// illustrator: "Brian Kesinger",
|
|
2232
|
+
// number: 72,
|
|
2233
|
+
// set: "ITI",
|
|
2234
|
+
// rarity: "common",
|
|
2235
|
+
// };
|
|
2236
|
+
// export const helgaSinclairFemmeFatale: LorcanitoCharacterCard = {
|
|
2237
|
+
// id: "y4a",
|
|
2238
|
+
// missingTestCase: true,
|
|
2239
|
+
// name: "Helga Sinclair",
|
|
2240
|
+
// title: "Femme Fatale",
|
|
2241
|
+
// characteristics: ["floodborn", "villain"],
|
|
2242
|
+
// text: "**Shift** 3 _(You may pay 3 {I} to play this on top of one of your characters named Helga Sinclair.)_\n\n\n**THIS CHANGES EVERYTHING** Whenever this character quests, you may deal 3 damage to chosen damaged character.",
|
|
2243
|
+
// type: "character",
|
|
2244
|
+
// abilities: [
|
|
2245
|
+
// shiftAbility(3, "helga sinclair"),
|
|
2246
|
+
// wheneverQuests({
|
|
2247
|
+
// name: "THIS CHANGES EVERYTHING",
|
|
2248
|
+
// text: "Whenever this character quests, you may deal 3 damage to chosen damaged character.",
|
|
2249
|
+
// optional: true,
|
|
2250
|
+
// effects: [
|
|
2251
|
+
// {
|
|
2252
|
+
// type: "damage",
|
|
2253
|
+
// amount: 3,
|
|
2254
|
+
// target: {
|
|
2255
|
+
// type: "card",
|
|
2256
|
+
// value: 1,
|
|
2257
|
+
// filters: [
|
|
2258
|
+
// { filter: "type", value: ["character"] },
|
|
2259
|
+
// { filter: "zone", value: "play" },
|
|
2260
|
+
// {
|
|
2261
|
+
// filter: "status",
|
|
2262
|
+
// value: "damage",
|
|
2263
|
+
// comparison: { operator: "gte", value: 1 },
|
|
2264
|
+
// },
|
|
2265
|
+
// ],
|
|
2266
|
+
// },
|
|
2267
|
+
// },
|
|
2268
|
+
// ],
|
|
2269
|
+
// }),
|
|
2270
|
+
// ],
|
|
2271
|
+
// colors: ["emerald"],
|
|
2272
|
+
// cost: 5,
|
|
2273
|
+
// strength: 4,
|
|
2274
|
+
// willpower: 4,
|
|
2275
|
+
// lore: 2,
|
|
2276
|
+
// illustrator: "Alice Pisoni",
|
|
2277
|
+
// number: 74,
|
|
2278
|
+
// set: "ITI",
|
|
2279
|
+
// rarity: "super_rare",
|
|
2280
|
+
// };
|
|
2281
|
+
// export const helgaSinclairVengefulPartner: LorcanitoCharacterCard = {
|
|
2282
|
+
// id: "ytw",
|
|
2283
|
+
// missingTestCase: true,
|
|
2284
|
+
// name: "Helga Sinclair",
|
|
2285
|
+
// title: "Vengeful Partner",
|
|
2286
|
+
// characteristics: ["storyborn", "villain"],
|
|
2287
|
+
// text: "**NOTHING PERSONAL** When this character is challenged and banished, banish the challenging character.",
|
|
2288
|
+
// type: "character",
|
|
2289
|
+
// abilities: [
|
|
2290
|
+
// whenChallengedAndBanished({
|
|
2291
|
+
// name: "NOTHING PERSONAL",
|
|
2292
|
+
// text: "When this character is challenged and banished, banish the challenging character.",
|
|
2293
|
+
// effects: [banishChallengingCharacter],
|
|
2294
|
+
// }),
|
|
2295
|
+
// ],
|
|
2296
|
+
// flavour: "You said we were in this together!",
|
|
2297
|
+
// inkwell: true,
|
|
2298
|
+
// colors: ["emerald"],
|
|
2299
|
+
// cost: 2,
|
|
2300
|
+
// strength: 2,
|
|
2301
|
+
// willpower: 1,
|
|
2302
|
+
// lore: 1,
|
|
2303
|
+
// illustrator: "Kasia Brzezinska",
|
|
2304
|
+
// number: 75,
|
|
2305
|
+
// set: "ITI",
|
|
2306
|
+
// rarity: "rare",
|
|
2307
|
+
// };
|
|
2308
|
+
// export const jetsamRiffraff: LorcanitoCharacterCard = {
|
|
2309
|
+
// id: "rb9",
|
|
2310
|
+
// missingTestCase: true,
|
|
2311
|
+
// name: "Jetsam",
|
|
2312
|
+
// title: "Riffraff",
|
|
2313
|
+
// characteristics: ["dreamborn", "ally"],
|
|
2314
|
+
// text: "**Ward** _(Opponents can't choose this character except to challenge.)_\n\n**EERIE PAIR** Your characters named Flotsam gain **Ward**.",
|
|
2315
|
+
// type: "character",
|
|
2316
|
+
// abilities: [
|
|
2317
|
+
// wardAbility,
|
|
2318
|
+
// {
|
|
2319
|
+
// type: "static",
|
|
2320
|
+
// ability: "gain-ability",
|
|
2321
|
+
// name: "Eerie Pair",
|
|
2322
|
+
// text: "Your characters named Flotsam gain **Ward**.",
|
|
2323
|
+
// gainedAbility: wardAbility,
|
|
2324
|
+
// target: {
|
|
2325
|
+
// type: "card",
|
|
2326
|
+
// value: "all",
|
|
2327
|
+
// excludeSelf: true,
|
|
2328
|
+
// filters: [
|
|
2329
|
+
// { filter: "owner", value: "self" },
|
|
2330
|
+
// { filter: "type", value: "character" },
|
|
2331
|
+
// { filter: "zone", value: "play" },
|
|
2332
|
+
// {
|
|
2333
|
+
// filter: "attribute",
|
|
2334
|
+
// value: "name",
|
|
2335
|
+
// comparison: { operator: "eq", value: "Floatsam" },
|
|
2336
|
+
// },
|
|
2337
|
+
// ],
|
|
2338
|
+
// },
|
|
2339
|
+
// },
|
|
2340
|
+
// ],
|
|
2341
|
+
// flavour: "There must be powerful lore here, very powerful.",
|
|
2342
|
+
// inkwell: true,
|
|
2343
|
+
// colors: ["emerald"],
|
|
2344
|
+
// cost: 3,
|
|
2345
|
+
// strength: 2,
|
|
2346
|
+
// willpower: 2,
|
|
2347
|
+
// lore: 2,
|
|
2348
|
+
// illustrator: "Brian Kesinger",
|
|
2349
|
+
// number: 76,
|
|
2350
|
+
// set: "ITI",
|
|
2351
|
+
// rarity: "common",
|
|
2352
|
+
// };
|
|
2353
|
+
// export const lyleTiberiusRourkeCunningMercenary: LorcanitoCharacterCard = {
|
|
2354
|
+
// id: "ssp",
|
|
2355
|
+
// name: "Lyle Tiberius Rourke",
|
|
2356
|
+
// title: "Cunning Mercenary",
|
|
2357
|
+
// characteristics: ["storyborn", "villain"],
|
|
2358
|
+
// text: "**WELL, NOW YOU KNOW** When you play this character, chosen opposing character gains **Reckless** during their next turn. _(They can’t quest and must challenge if able.)_\n\n\n**THANKS FOR VOLUNTEERING** Whenever one of your other characters is banished, each opponent loses 1 lore.",
|
|
2359
|
+
// type: "character",
|
|
2360
|
+
// abilities: [
|
|
2361
|
+
// {
|
|
2362
|
+
// type: "resolution",
|
|
2363
|
+
// name: "WELL, NOW YOU KNOW",
|
|
2364
|
+
// text: "When you play this character, chosen opposing character gains **Reckless** during their next turn. _(They can’t quest and must challenge if able.)",
|
|
2365
|
+
// effects: [
|
|
2366
|
+
// {
|
|
2367
|
+
// type: "ability",
|
|
2368
|
+
// ability: "reckless",
|
|
2369
|
+
// modifier: "add",
|
|
2370
|
+
// duration: "next_turn",
|
|
2371
|
+
// until: true,
|
|
2372
|
+
// target: chosenOpposingCharacter,
|
|
2373
|
+
// },
|
|
2374
|
+
// ],
|
|
2375
|
+
// },
|
|
2376
|
+
// whenYourOtherCharactersIsBanished({
|
|
2377
|
+
// name: "THANKS FOR VOLUNTEERING",
|
|
2378
|
+
// text: "Whenever one of your other characters is banished, each opponent loses 1 lore.",
|
|
2379
|
+
// effects: [
|
|
2380
|
+
// {
|
|
2381
|
+
// type: "lore",
|
|
2382
|
+
// modifier: "subtract",
|
|
2383
|
+
// amount: 1,
|
|
2384
|
+
// target: opponent,
|
|
2385
|
+
// },
|
|
2386
|
+
// ],
|
|
2387
|
+
// }),
|
|
2388
|
+
// ],
|
|
2389
|
+
// colors: ["emerald"],
|
|
2390
|
+
// cost: 3,
|
|
2391
|
+
// strength: 2,
|
|
2392
|
+
// willpower: 4,
|
|
2393
|
+
// lore: 1,
|
|
2394
|
+
// illustrator: "Mike Parker",
|
|
2395
|
+
// number: 78,
|
|
2396
|
+
// set: "ITI",
|
|
2397
|
+
// rarity: "super_rare",
|
|
2398
|
+
// };
|
|
2399
|
+
// export const miloThatchCleverCartographer: LorcanitoCharacterCard = {
|
|
2400
|
+
// id: "gpo",
|
|
2401
|
+
// name: "Milo Thatch",
|
|
2402
|
+
// title: "Clever Cartographer",
|
|
2403
|
+
// characteristics: ["hero", "dreamborn"],
|
|
2404
|
+
// type: "character",
|
|
2405
|
+
// flavour: "Believe me, studying gibberish really can take you places!",
|
|
2406
|
+
// inkwell: true,
|
|
2407
|
+
// colors: ["emerald"],
|
|
2408
|
+
// cost: 1,
|
|
2409
|
+
// strength: 2,
|
|
2410
|
+
// willpower: 2,
|
|
2411
|
+
// lore: 1,
|
|
2412
|
+
// illustrator: "Giuseppe di Maio",
|
|
2413
|
+
// number: 79,
|
|
2414
|
+
// set: "ITI",
|
|
2415
|
+
// rarity: "common",
|
|
2416
|
+
// };
|
|
2417
|
+
// export const miloThatchKingOfAtlantis: LorcanitoCharacterCard = {
|
|
2418
|
+
// id: "vpk",
|
|
2419
|
+
// missingTestCase: true,
|
|
2420
|
+
// name: "Milo Thatch",
|
|
2421
|
+
// title: "King of Atlantis",
|
|
2422
|
+
// characteristics: ["hero", "floodborn", "king"],
|
|
2423
|
+
// text: "**Shift** 4 _(You may pay 4 ink to play this on top of one of your characters named Milo Thatch.)_\n\n\n**TAKE THEM BY SURPRISE** When this character is banished, return all opposing characters to their players’ hands.",
|
|
2424
|
+
// type: "character",
|
|
2425
|
+
// abilities: [
|
|
2426
|
+
// shiftAbility(4, "milo thatch"),
|
|
2427
|
+
// whenThisCharacterBanished({
|
|
2428
|
+
// name: "Take them by surprise",
|
|
2429
|
+
// text: "When this character is banished, return all opposing characters to their players’ hands.",
|
|
2430
|
+
// effects: [
|
|
2431
|
+
// {
|
|
2432
|
+
// type: "move",
|
|
2433
|
+
// to: "hand",
|
|
2434
|
+
// target: allOpposingCharacters,
|
|
2435
|
+
// },
|
|
2436
|
+
// ],
|
|
2437
|
+
// }),
|
|
2438
|
+
// ],
|
|
2439
|
+
// flavour: "You don’t know what you’re tampering with.",
|
|
2440
|
+
// colors: ["emerald"],
|
|
2441
|
+
// cost: 7,
|
|
2442
|
+
// strength: 4,
|
|
2443
|
+
// willpower: 4,
|
|
2444
|
+
// lore: 3,
|
|
2445
|
+
// illustrator: "Valerio Buonfantino",
|
|
2446
|
+
// number: 80,
|
|
2447
|
+
// set: "ITI",
|
|
2448
|
+
// rarity: "legendary",
|
|
2449
|
+
// };
|
|
2450
|
+
// export const morphSpaceGoo: LorcanitoCharacterCard = {
|
|
2451
|
+
// id: "z9h",
|
|
2452
|
+
// name: "Morph",
|
|
2453
|
+
// title: "Space Goo",
|
|
2454
|
+
// characteristics: ["alien", "storyborn", "ally"],
|
|
2455
|
+
// text: "**MIMICRY** You may play any character with **Shift** on this character as if this character had any name.",
|
|
2456
|
+
// type: "character",
|
|
2457
|
+
// flavour: "You jiggle-headed blob of mischief! \n−John Silver",
|
|
2458
|
+
// inkwell: true,
|
|
2459
|
+
// colors: ["emerald"],
|
|
2460
|
+
// cost: 2,
|
|
2461
|
+
// strength: 2,
|
|
2462
|
+
// willpower: 1,
|
|
2463
|
+
// lore: 1,
|
|
2464
|
+
// illustrator: "Alan Batson",
|
|
2465
|
+
// number: 81,
|
|
2466
|
+
// set: "ITI",
|
|
2467
|
+
// rarity: "rare",
|
|
2468
|
+
// };
|
|
2469
|
+
// export const princeJohnFalseKing: LorcanitoCharacterCard = {
|
|
2470
|
+
// id: "aw4",
|
|
2471
|
+
// name: "Prince John",
|
|
2472
|
+
// title: "Phony King",
|
|
2473
|
+
// characteristics: ["storyborn", "villain", "prince"],
|
|
2474
|
+
// text: "**COLLECT TAXES** Whenever this character quests, each opponent with more Lore than you loses 2 Lore.",
|
|
2475
|
+
// type: "character",
|
|
2476
|
+
// abilities: [
|
|
2477
|
+
// wheneverQuests({
|
|
2478
|
+
// name: "Collect Taxes",
|
|
2479
|
+
// text: "Each opponent with more Lore than you loses 2 Lore.",
|
|
2480
|
+
// conditions: [
|
|
2481
|
+
// {
|
|
2482
|
+
// type: "player-lore-comparison",
|
|
2483
|
+
// comparison: { operator: "lt", value: 0 },
|
|
2484
|
+
// },
|
|
2485
|
+
// ],
|
|
2486
|
+
// effects: [
|
|
2487
|
+
// {
|
|
2488
|
+
// type: "lore",
|
|
2489
|
+
// amount: 2,
|
|
2490
|
+
// modifier: "subtract",
|
|
2491
|
+
// target: opponent,
|
|
2492
|
+
// },
|
|
2493
|
+
// ],
|
|
2494
|
+
// }),
|
|
2495
|
+
// ],
|
|
2496
|
+
// flavour:
|
|
2497
|
+
// "Incredible as he is inept, whenever the history books are kept… \n–Sheriff of Nottingham",
|
|
2498
|
+
// colors: ["emerald"],
|
|
2499
|
+
// cost: 5,
|
|
2500
|
+
// strength: 2,
|
|
2501
|
+
// willpower: 4,
|
|
2502
|
+
// lore: 2,
|
|
2503
|
+
// illustrator: "Koni",
|
|
2504
|
+
// number: 83,
|
|
2505
|
+
// set: "ITI",
|
|
2506
|
+
// rarity: "uncommon",
|
|
2507
|
+
// };
|
|
2508
|
+
// export const robinHoodDaydreamer: LorcanitoCharacterCard = {
|
|
2509
|
+
// id: "la4",
|
|
2510
|
+
// reprints: ["x4m"],
|
|
2511
|
+
// name: "Robin Hood",
|
|
2512
|
+
// title: "Daydreamer",
|
|
2513
|
+
// characteristics: ["hero", "dreamborn"],
|
|
2514
|
+
// type: "character",
|
|
2515
|
+
// flavour: "Some days, it’s nice to let the river do the running.",
|
|
2516
|
+
// inkwell: true,
|
|
2517
|
+
// colors: ["emerald"],
|
|
2518
|
+
// cost: 6,
|
|
2519
|
+
// strength: 4,
|
|
2520
|
+
// willpower: 5,
|
|
2521
|
+
// lore: 4,
|
|
2522
|
+
// illustrator: "John Loren",
|
|
2523
|
+
// number: 84,
|
|
2524
|
+
// set: "ITI",
|
|
2525
|
+
// rarity: "rare",
|
|
2526
|
+
// };
|
|
2527
|
+
// export const shenziHyenaPackLeader: LorcanitoCharacterCard = {
|
|
2528
|
+
// id: "jm3",
|
|
2529
|
+
// reprints: ["bh1"],
|
|
2530
|
+
// missingTestCase: true,
|
|
2531
|
+
// name: "Shenzi",
|
|
2532
|
+
// title: "Hyena Pack Leader",
|
|
2533
|
+
// characteristics: ["storyborn", "villain"],
|
|
2534
|
+
// text: "**I WILL DO IT** When this character is at a location, she gets +3 {S}.\n**WHAT’S THE HURRY?** When this character is at a location, when she challenges another character, you may draw a card.",
|
|
2535
|
+
// type: "character",
|
|
2536
|
+
// abilities: [
|
|
2537
|
+
// whileCharacterIsAtLocationItGains({
|
|
2538
|
+
// name: "What's the hurry?",
|
|
2539
|
+
// text: "When this character is at a location, when she challenges another character, you may draw a card.",
|
|
2540
|
+
// ability: wheneverChallengesAnotherChar({
|
|
2541
|
+
// name: "What's the hurry?",
|
|
2542
|
+
// text: "When this character is at a location, when she challenges another character, you may draw a card.",
|
|
2543
|
+
// optional: true,
|
|
2544
|
+
// effects: [drawACard],
|
|
2545
|
+
// }),
|
|
2546
|
+
// }),
|
|
2547
|
+
// whileCharacterIsAtLocationItGets({
|
|
2548
|
+
// name: "I will do it",
|
|
2549
|
+
// text: "When this character is at a location, she gets +3 {S}.",
|
|
2550
|
+
// effects: [
|
|
2551
|
+
// {
|
|
2552
|
+
// type: "attribute",
|
|
2553
|
+
// attribute: "strength",
|
|
2554
|
+
// amount: 3,
|
|
2555
|
+
// modifier: "add",
|
|
2556
|
+
// target: thisCharacter,
|
|
2557
|
+
// },
|
|
2558
|
+
// ],
|
|
2559
|
+
// }),
|
|
2560
|
+
// ],
|
|
2561
|
+
// flavour: "We don't you stay for dinner?",
|
|
2562
|
+
// inkwell: true,
|
|
2563
|
+
// colors: ["emerald"],
|
|
2564
|
+
// cost: 4,
|
|
2565
|
+
// willpower: 6,
|
|
2566
|
+
// lore: 1,
|
|
2567
|
+
// strength: 0,
|
|
2568
|
+
// illustrator: "Jochem Van Gool",
|
|
2569
|
+
// number: 85,
|
|
2570
|
+
// set: "ITI",
|
|
2571
|
+
// rarity: "super_rare",
|
|
2572
|
+
// };
|
|
2573
|
+
// export const sirHissAggravatingAsp: LorcanitoCharacterCard = {
|
|
2574
|
+
// id: "ymp",
|
|
2575
|
+
// name: "Sir Hiss",
|
|
2576
|
+
// title: "Aggravating Asp",
|
|
2577
|
+
// characteristics: ["dreamborn", "ally"],
|
|
2578
|
+
// text: "**Evasive** _(Only characters with Evasive can challenge this character.)_",
|
|
2579
|
+
// type: "character",
|
|
2580
|
+
// abilities: [evasiveAbility],
|
|
2581
|
+
// flavour: "Prince John isn't the only one collecting taxes!",
|
|
2582
|
+
// inkwell: true,
|
|
2583
|
+
// colors: ["emerald"],
|
|
2584
|
+
// cost: 2,
|
|
2585
|
+
// strength: 3,
|
|
2586
|
+
// willpower: 1,
|
|
2587
|
+
// lore: 1,
|
|
2588
|
+
// illustrator: "Alan Batson",
|
|
2589
|
+
// number: 86,
|
|
2590
|
+
// set: "ITI",
|
|
2591
|
+
// rarity: "common",
|
|
2592
|
+
// };
|
|
2593
|
+
// export const skippyEnergeticRabbit: LorcanitoCharacterCard = {
|
|
2594
|
+
// id: "q7c",
|
|
2595
|
+
// name: "Skippy",
|
|
2596
|
+
// title: "Energetic Rabbit",
|
|
2597
|
+
// characteristics: ["storyborn", "ally"],
|
|
2598
|
+
// text: "**Ward** _(Opponents can't choose this character except to challenge.)_",
|
|
2599
|
+
// type: "character",
|
|
2600
|
+
// abilities: [wardAbility],
|
|
2601
|
+
// flavour: "Even the bravest outlaw knows when to lie low.",
|
|
2602
|
+
// inkwell: true,
|
|
2603
|
+
// colors: ["emerald"],
|
|
2604
|
+
// cost: 2,
|
|
2605
|
+
// strength: 2,
|
|
2606
|
+
// willpower: 2,
|
|
2607
|
+
// lore: 1,
|
|
2608
|
+
// illustrator: "Jeanne Plounevez",
|
|
2609
|
+
// number: 87,
|
|
2610
|
+
// set: "ITI",
|
|
2611
|
+
// rarity: "common",
|
|
2612
|
+
// };
|
|
2613
|
+
// export const starkeyDeviousPirate: LorcanitoCharacterCard = {
|
|
2614
|
+
// id: "x83",
|
|
2615
|
+
// name: "Starkey",
|
|
2616
|
+
// title: "Devious Pirate",
|
|
2617
|
+
// characteristics: ["storyborn", "pirate", "ally"],
|
|
2618
|
+
// type: "character",
|
|
2619
|
+
// flavour: "Point him in the right direction, and he'll do the rest.",
|
|
2620
|
+
// inkwell: true,
|
|
2621
|
+
// colors: ["emerald"],
|
|
2622
|
+
// cost: 7,
|
|
2623
|
+
// strength: 6,
|
|
2624
|
+
// willpower: 6,
|
|
2625
|
+
// lore: 3,
|
|
2626
|
+
// illustrator: "Adam Ford",
|
|
2627
|
+
// number: 88,
|
|
2628
|
+
// set: "ITI",
|
|
2629
|
+
// rarity: "uncommon",
|
|
2630
|
+
// };
|
|
2631
|
+
//
|
|
2632
|
+
// const ursulaEffect: DiscardEffect = {
|
|
2633
|
+
// type: "discard",
|
|
2634
|
+
// amount: 1,
|
|
2635
|
+
// target: {
|
|
2636
|
+
// type: "card",
|
|
2637
|
+
// value: 1,
|
|
2638
|
+
// filters: [
|
|
2639
|
+
// { filter: "characteristics", value: ["song"] },
|
|
2640
|
+
// { filter: "zone", value: "hand" },
|
|
2641
|
+
// { filter: "owner", value: "opponent" },
|
|
2642
|
+
// ],
|
|
2643
|
+
// },
|
|
2644
|
+
// };
|
|
2645
|
+
//
|
|
2646
|
+
// export const ursulaDeceiver: LorcanitoCharacterCard = {
|
|
2647
|
+
// id: "l1v",
|
|
2648
|
+
// reprints: ["r8u"],
|
|
2649
|
+
// name: "Ursula",
|
|
2650
|
+
// title: "Deceiver",
|
|
2651
|
+
// characteristics: ["sorcerer", "storyborn", "villain"],
|
|
2652
|
+
// text: "**YOU'LL NEVER EVEN MISS IT** When you play this character, chosen opponent reveals their hand and discards a song card of your choice.",
|
|
2653
|
+
// type: "character",
|
|
2654
|
+
// abilities: [
|
|
2655
|
+
// {
|
|
2656
|
+
// type: "resolution",
|
|
2657
|
+
// name: "YOU'LL NEVER EVEN MISS IT",
|
|
2658
|
+
// text: "When you play this character, chosen opponent reveals their hand and discards a song card of your choice.",
|
|
2659
|
+
// resolveEffectsIndividually: true,
|
|
2660
|
+
// effects: [opponentRevealHand, ursulaEffect, opponentRevealHand],
|
|
2661
|
+
// },
|
|
2662
|
+
// ],
|
|
2663
|
+
// inkwell: true,
|
|
2664
|
+
// colors: ["emerald"],
|
|
2665
|
+
// cost: 2,
|
|
2666
|
+
// strength: 1,
|
|
2667
|
+
// willpower: 3,
|
|
2668
|
+
// lore: 1,
|
|
2669
|
+
// illustrator: "Lisanne Koeteeuw",
|
|
2670
|
+
// number: 90,
|
|
2671
|
+
// set: "ITI",
|
|
2672
|
+
// rarity: "uncommon",
|
|
2673
|
+
// };
|
|
2674
|
+
// export const ursulaDeceiverOfAll: LorcanitoCharacterCard = {
|
|
2675
|
+
// id: "igx",
|
|
2676
|
+
// name: "Ursula",
|
|
2677
|
+
// title: "Deceiver of All",
|
|
2678
|
+
// characteristics: ["dreamborn", "sorcerer", "villain"],
|
|
2679
|
+
// text: "**WHAT A DEAL** Whenever this character sings a song, you may play that song again from your discard for free, then put it on the bottom of your deck.",
|
|
2680
|
+
// type: "character",
|
|
2681
|
+
// abilities: [
|
|
2682
|
+
// wheneverThisCharSings({
|
|
2683
|
+
// name: "What a deal",
|
|
2684
|
+
// text: "Whenever this character sings a song, you may play that song again from your discard for free, then put it on the bottom of your deck.",
|
|
2685
|
+
// optional: true,
|
|
2686
|
+
// effects: [
|
|
2687
|
+
// {
|
|
2688
|
+
// type: "play",
|
|
2689
|
+
// forFree: true,
|
|
2690
|
+
// bottomCardAfterPlaying: true,
|
|
2691
|
+
// target: {
|
|
2692
|
+
// type: "card",
|
|
2693
|
+
// value: "all",
|
|
2694
|
+
// filters: [{ filter: "sing", value: "song" }],
|
|
2695
|
+
// },
|
|
2696
|
+
// },
|
|
2697
|
+
// ],
|
|
2698
|
+
// }),
|
|
2699
|
+
// ],
|
|
2700
|
+
// flavour: "I don't want much−just the most powerful lore!",
|
|
2701
|
+
// inkwell: true,
|
|
2702
|
+
// colors: ["emerald"],
|
|
2703
|
+
// cost: 3,
|
|
2704
|
+
// strength: 2,
|
|
2705
|
+
// willpower: 3,
|
|
2706
|
+
// lore: 1,
|
|
2707
|
+
// illustrator: "Matthew Robert Davies",
|
|
2708
|
+
// number: 91,
|
|
2709
|
+
// set: "ITI",
|
|
2710
|
+
// rarity: "legendary",
|
|
2711
|
+
// };
|
|
2712
|
+
// export const wildcatMechanic: LorcanitoCharacterCard = {
|
|
2713
|
+
// id: "o3a",
|
|
2714
|
+
// reprints: ["lmm"],
|
|
2715
|
+
// name: "Wildcat",
|
|
2716
|
+
// title: "Mechanic",
|
|
2717
|
+
// characteristics: ["storyborn", "ally"],
|
|
2718
|
+
// text: "**Evasive** _(Only characters with Evasive can challenge this character.)_\n**DISASSEMBLE** {E} – Banish chosen item.",
|
|
2719
|
+
// type: "character",
|
|
2720
|
+
// abilities: [
|
|
2721
|
+
// evasiveAbility,
|
|
2722
|
+
// {
|
|
2723
|
+
// type: "activated",
|
|
2724
|
+
// name: "DISASSEMBLE",
|
|
2725
|
+
// costs: [{ type: "exert" }],
|
|
2726
|
+
// text: " {E} – Banish chosen item.",
|
|
2727
|
+
// effects: [
|
|
2728
|
+
// {
|
|
2729
|
+
// type: "banish",
|
|
2730
|
+
// target: {
|
|
2731
|
+
// type: "card",
|
|
2732
|
+
// value: 1,
|
|
2733
|
+
// filters: [
|
|
2734
|
+
// { filter: "type", value: "item" },
|
|
2735
|
+
// { filter: "zone", value: "play" },
|
|
2736
|
+
// ],
|
|
2737
|
+
// },
|
|
2738
|
+
// },
|
|
2739
|
+
// ],
|
|
2740
|
+
// },
|
|
2741
|
+
// ],
|
|
2742
|
+
// flavour: "I can take anything apart in under five minutes!",
|
|
2743
|
+
// inkwell: true,
|
|
2744
|
+
// colors: ["emerald"],
|
|
2745
|
+
// cost: 3,
|
|
2746
|
+
// strength: 2,
|
|
2747
|
+
// willpower: 3,
|
|
2748
|
+
// lore: 1,
|
|
2749
|
+
// illustrator: "Valentina Graziuso",
|
|
2750
|
+
// number: 92,
|
|
2751
|
+
// set: "ITI",
|
|
2752
|
+
// rarity: "uncommon",
|
|
2753
|
+
// };
|
|
2754
|
+
// export const zazuPrideLandsManager: LorcanitoCharacterCard = {
|
|
2755
|
+
// id: "a8c",
|
|
2756
|
+
// name: "Zazu",
|
|
2757
|
+
// title: "Steward of the Pride Lands",
|
|
2758
|
+
// characteristics: ["storyborn", "ally"],
|
|
2759
|
+
// text: "**IT’S TIME TO LEAVE!** While this character is at a location, he gets +1 lore.",
|
|
2760
|
+
// type: "character",
|
|
2761
|
+
// abilities: [
|
|
2762
|
+
// whileCharacterIsAtLocationItGets({
|
|
2763
|
+
// name: "IT’S TIME TO LEAVE!",
|
|
2764
|
+
// text: "While this character is at a location, he gets +1 {L}.",
|
|
2765
|
+
// effects: [
|
|
2766
|
+
// {
|
|
2767
|
+
// type: "attribute",
|
|
2768
|
+
// attribute: "lore",
|
|
2769
|
+
// amount: 1,
|
|
2770
|
+
// modifier: "add",
|
|
2771
|
+
// target: thisCharacter,
|
|
2772
|
+
// },
|
|
2773
|
+
// ],
|
|
2774
|
+
// }),
|
|
2775
|
+
// ],
|
|
2776
|
+
// flavour:
|
|
2777
|
+
// "I’d be lying if I said I was in charge here, but the Pride Lands still welcomes you!",
|
|
2778
|
+
// inkwell: true,
|
|
2779
|
+
// colors: ["emerald"],
|
|
2780
|
+
// cost: 1,
|
|
2781
|
+
// strength: 2,
|
|
2782
|
+
// willpower: 1,
|
|
2783
|
+
// lore: 1,
|
|
2784
|
+
// illustrator: "Ron Baird",
|
|
2785
|
+
// number: 93,
|
|
2786
|
+
// set: "ITI",
|
|
2787
|
+
// rarity: "common",
|
|
2788
|
+
// };
|
|
2789
|
+
// export const arielAdventurousCollector: LorcanitoCharacterCard = {
|
|
2790
|
+
// id: "ix1",
|
|
2791
|
+
// reprints: ["uny"],
|
|
2792
|
+
// name: "Ariel",
|
|
2793
|
+
// title: "Adventurous Collector",
|
|
2794
|
+
// characteristics: ["hero", "dreamborn", "princess"],
|
|
2795
|
+
// text: "**Evasive** _(Only characters with Evasive can challenge this character.)_\n\n\n**INSPIRING VOICE** Whenever you play a song, chosen character of yours gains **Evasive** until the start of your next turn.",
|
|
2796
|
+
// type: "character",
|
|
2797
|
+
// abilities: [
|
|
2798
|
+
// evasiveAbility,
|
|
2799
|
+
// wheneverPlays({
|
|
2800
|
+
// name: "INSPIRING VOICE",
|
|
2801
|
+
// text: "Whenever you play a song, chosen character of yours gains **Evasive** until the start of your next turn.",
|
|
2802
|
+
// triggerTarget: {
|
|
2803
|
+
// type: "card",
|
|
2804
|
+
// value: 1,
|
|
2805
|
+
// filters: [
|
|
2806
|
+
// { filter: "type", value: "action" },
|
|
2807
|
+
// { filter: "characteristics", value: ["song"] },
|
|
2808
|
+
// { filter: "owner", value: "self" },
|
|
2809
|
+
// ],
|
|
2810
|
+
// },
|
|
2811
|
+
// effects: [
|
|
2812
|
+
// {
|
|
2813
|
+
// type: "ability",
|
|
2814
|
+
// ability: "evasive",
|
|
2815
|
+
// modifier: "add",
|
|
2816
|
+
// duration: "next_turn",
|
|
2817
|
+
// until: true,
|
|
2818
|
+
// target: chosenCharacterOfYours,
|
|
2819
|
+
// },
|
|
2820
|
+
// ],
|
|
2821
|
+
// }),
|
|
2822
|
+
// {
|
|
2823
|
+
// name: "**Evasive** _(Only characters with Evasive can challenge this character.)_\n\n\n**INSPIRING VOICE** Whenever you play a song, chosen character of yours gains **Evasive** until the start of your next turn.",
|
|
2824
|
+
// },
|
|
2825
|
+
// ],
|
|
2826
|
+
// flavour: "Shipwrecks are great places to find lore – and hide from sharks!",
|
|
2827
|
+
// inkwell: true,
|
|
2828
|
+
// colors: ["ruby"],
|
|
2829
|
+
// cost: 3,
|
|
2830
|
+
// strength: 2,
|
|
2831
|
+
// willpower: 3,
|
|
2832
|
+
// lore: 1,
|
|
2833
|
+
// illustrator: "Javi Salas",
|
|
2834
|
+
// number: 103,
|
|
2835
|
+
// set: "ITI",
|
|
2836
|
+
// rarity: "super_rare",
|
|
2837
|
+
// };
|
|
2838
|
+
// export const captainHookMasterSwordsman: LorcanitoCharacterCard = {
|
|
2839
|
+
// id: "ult",
|
|
2840
|
+
// name: "Captain Hook",
|
|
2841
|
+
// title: "Master Swordsman",
|
|
2842
|
+
// characteristics: ["dreamborn", "villain", "pirate", "captain"],
|
|
2843
|
+
// text: "**NEMESIS** During your turn, whenever this character banishes another character in a challenge, ready this character. He can't quest for the rest of this turn.\n\n\n**MAN-TO-MAN** Characters named Peter Pan lose **Evasive** and can't gain **Evasive**.",
|
|
2844
|
+
// type: "character",
|
|
2845
|
+
// abilities: [
|
|
2846
|
+
// wheneverBanishesAnotherCharacterInChallenge({
|
|
2847
|
+
// name: "NEMESIS",
|
|
2848
|
+
// text: "During your turn, whenever this character banishes another character in a challenge, ready this character. He can't quest for the rest of this turn.",
|
|
2849
|
+
// effects: [
|
|
2850
|
+
// ...readyAndCantQuest({
|
|
2851
|
+
// type: "card",
|
|
2852
|
+
// value: "all",
|
|
2853
|
+
// filters: [{ filter: "source", value: "self" }],
|
|
2854
|
+
// }),
|
|
2855
|
+
// ],
|
|
2856
|
+
// }),
|
|
2857
|
+
// ],
|
|
2858
|
+
// inkwell: true,
|
|
2859
|
+
// colors: ["ruby"],
|
|
2860
|
+
// cost: 5,
|
|
2861
|
+
// strength: 5,
|
|
2862
|
+
// willpower: 4,
|
|
2863
|
+
// lore: 1,
|
|
2864
|
+
// illustrator: "Simone Buonfantino",
|
|
2865
|
+
// number: 105,
|
|
2866
|
+
// set: "ITI",
|
|
2867
|
+
// rarity: "rare",
|
|
2868
|
+
// };
|
|
2869
|
+
// export const dellaDuckUnstoppableMom: LorcanitoCharacterCard = {
|
|
2870
|
+
// id: "e2w",
|
|
2871
|
+
// name: "Della Duck",
|
|
2872
|
+
// title: "Unstoppable Mom",
|
|
2873
|
+
// characteristics: ["storyborn", "ally"],
|
|
2874
|
+
// text: "**Reckless** _(This character can't quest and must challenge each turn if able.)_",
|
|
2875
|
+
// type: "character",
|
|
2876
|
+
// abilities: [recklessAbility],
|
|
2877
|
+
// flavour: "I survived the moon. How tough could the flooded Inklands be?",
|
|
2878
|
+
// colors: ["ruby"],
|
|
2879
|
+
// cost: 2,
|
|
2880
|
+
// strength: 3,
|
|
2881
|
+
// willpower: 3,
|
|
2882
|
+
// lore: 0,
|
|
2883
|
+
// illustrator: "Rudy Hill",
|
|
2884
|
+
// number: 106,
|
|
2885
|
+
// set: "ITI",
|
|
2886
|
+
// rarity: "common",
|
|
2887
|
+
// };
|
|
2888
|
+
// export const heiheiAccidentalExplorer: LorcanitoCharacterCard = {
|
|
2889
|
+
// id: "mjn",
|
|
2890
|
+
// missingTestCase: true,
|
|
2891
|
+
// name: "HeiHei",
|
|
2892
|
+
// title: "Accidental Explorer",
|
|
2893
|
+
// characteristics: ["storyborn", "ally"],
|
|
2894
|
+
// text: "**MINDLESS WANDERING** Once per turn, when this character moves to a location, each opponent loses 1 lore.",
|
|
2895
|
+
// type: "character",
|
|
2896
|
+
// abilities: [
|
|
2897
|
+
// whenMovesToALocation({
|
|
2898
|
+
// name: "Mindless Wandering",
|
|
2899
|
+
// text: "Once per turn, when this character moves to a location, each opponent loses 1 lore.",
|
|
2900
|
+
// oncePerTurn: true,
|
|
2901
|
+
// effects: [
|
|
2902
|
+
// {
|
|
2903
|
+
// type: "lore",
|
|
2904
|
+
// modifier: "subtract",
|
|
2905
|
+
// target: opponent,
|
|
2906
|
+
// amount: 1,
|
|
2907
|
+
// },
|
|
2908
|
+
// ],
|
|
2909
|
+
// }),
|
|
2910
|
+
// ],
|
|
2911
|
+
// flavour: "Considering the coconut.",
|
|
2912
|
+
// inkwell: true,
|
|
2913
|
+
// colors: ["ruby"],
|
|
2914
|
+
// cost: 2,
|
|
2915
|
+
// strength: 3,
|
|
2916
|
+
// willpower: 2,
|
|
2917
|
+
// lore: 1,
|
|
2918
|
+
// illustrator: "Jiahui Eva Gao",
|
|
2919
|
+
// number: 107,
|
|
2920
|
+
// set: "ITI",
|
|
2921
|
+
// rarity: "uncommon",
|
|
2922
|
+
// };
|
|
2923
|
+
// export const hydraDeadlySerpent: LorcanitoCharacterCard = {
|
|
2924
|
+
// id: "ppz",
|
|
2925
|
+
// name: "Hydra",
|
|
2926
|
+
// title: "Deadly Serpent",
|
|
2927
|
+
// characteristics: ["storyborn"],
|
|
2928
|
+
// text: "**WATCH THE TEETH** When this character is damaged, deal the same amount of damage to a chosen opposing character.",
|
|
2929
|
+
// type: "character",
|
|
2930
|
+
// abilities: [
|
|
2931
|
+
// wheneverThisCharIsDamaged({
|
|
2932
|
+
// name: "Watch the Teeth",
|
|
2933
|
+
// text: "When this character is damaged, deal the same amount of damage to a chosen opposing character.",
|
|
2934
|
+
// effects: [
|
|
2935
|
+
// dealDamageEffect(
|
|
2936
|
+
// { dynamic: true, getAmountFromTrigger: true },
|
|
2937
|
+
// chosenOpposingCharacter,
|
|
2938
|
+
// ),
|
|
2939
|
+
// ],
|
|
2940
|
+
// }),
|
|
2941
|
+
// ],
|
|
2942
|
+
// flavour: "More heads are better than one.",
|
|
2943
|
+
// colors: ["ruby"],
|
|
2944
|
+
// cost: 6,
|
|
2945
|
+
// strength: 6,
|
|
2946
|
+
// willpower: 5,
|
|
2947
|
+
// lore: 2,
|
|
2948
|
+
// illustrator: "Jochem Van Gool",
|
|
2949
|
+
// number: 108,
|
|
2950
|
+
// set: "ITI",
|
|
2951
|
+
// rarity: "legendary",
|
|
2952
|
+
// };
|
|
2953
|
+
// export const jimHawkinsSpaceTraveler: LorcanitoCharacterCard = {
|
|
2954
|
+
// id: "s51",
|
|
2955
|
+
// name: "Jim Hawkins",
|
|
2956
|
+
// title: "Space Traveler",
|
|
2957
|
+
// characteristics: ["hero", "storyborn"],
|
|
2958
|
+
// text: "**THIS IS IT!** When you play this character, you may play a location with cost 4 or less for free.\n\n\n**TAKE THE HELM** Whenever you play a location, this character may move there for free.",
|
|
2959
|
+
// type: "character",
|
|
2960
|
+
// abilities: [
|
|
2961
|
+
// {
|
|
2962
|
+
// type: "resolution",
|
|
2963
|
+
// name: "THIS IS IT",
|
|
2964
|
+
// text: "When you play this character, you may play a location with cost 4 or less for free.",
|
|
2965
|
+
// optional: true,
|
|
2966
|
+
// effects: [
|
|
2967
|
+
// {
|
|
2968
|
+
// type: "play",
|
|
2969
|
+
// forFree: true,
|
|
2970
|
+
// target: {
|
|
2971
|
+
// type: "card",
|
|
2972
|
+
// value: 1,
|
|
2973
|
+
// filters: [
|
|
2974
|
+
// { filter: "type", value: "location" },
|
|
2975
|
+
// { filter: "zone", value: "hand" },
|
|
2976
|
+
// { filter: "characteristics", value: ["location"] },
|
|
2977
|
+
// { filter: "owner", value: "self" },
|
|
2978
|
+
// {
|
|
2979
|
+
// filter: "attribute",
|
|
2980
|
+
// value: "cost",
|
|
2981
|
+
// comparison: { operator: "lte", value: 4 },
|
|
2982
|
+
// },
|
|
2983
|
+
// ],
|
|
2984
|
+
// },
|
|
2985
|
+
// },
|
|
2986
|
+
// ],
|
|
2987
|
+
// },
|
|
2988
|
+
// wheneverYouPlayALocation({
|
|
2989
|
+
// name: "TAKE THE HELM",
|
|
2990
|
+
// text: "Whenever you play a location, this character may move there for free.",
|
|
2991
|
+
// optional: true,
|
|
2992
|
+
// effects: [
|
|
2993
|
+
// {
|
|
2994
|
+
// type: "move-to-location",
|
|
2995
|
+
// target: thisCharacter,
|
|
2996
|
+
// to: {
|
|
2997
|
+
// type: "card",
|
|
2998
|
+
// value: "all",
|
|
2999
|
+
// filters: [{ filter: "source", value: "trigger" }],
|
|
3000
|
+
// },
|
|
3001
|
+
// },
|
|
3002
|
+
// ],
|
|
3003
|
+
// }),
|
|
3004
|
+
// ],
|
|
3005
|
+
// flavour: "You’re gonna rattle the stars, you are. \n–John Silver",
|
|
3006
|
+
// inkwell: true,
|
|
3007
|
+
// colors: ["ruby"],
|
|
3008
|
+
// cost: 5,
|
|
3009
|
+
// strength: 4,
|
|
3010
|
+
// willpower: 4,
|
|
3011
|
+
// lore: 2,
|
|
3012
|
+
// illustrator: "Veronica Di Lorenzo / Livio Cacciatore",
|
|
3013
|
+
// number: 109,
|
|
3014
|
+
// set: "ITI",
|
|
3015
|
+
// rarity: "legendary",
|
|
3016
|
+
// };
|
|
3017
|
+
// export const jimHawkinsThrillSeeker: LorcanitoCharacterCard = {
|
|
3018
|
+
// id: "lmu",
|
|
3019
|
+
// name: "Jim Hawkins",
|
|
3020
|
+
// title: "Thrill Seeker",
|
|
3021
|
+
// characteristics: ["hero", "dreamborn"],
|
|
3022
|
+
// type: "character",
|
|
3023
|
+
// flavour: "If you want a bigger reward, you’ve got to take bigger risks.",
|
|
3024
|
+
// inkwell: true,
|
|
3025
|
+
// colors: ["ruby"],
|
|
3026
|
+
// cost: 2,
|
|
3027
|
+
// strength: 3,
|
|
3028
|
+
// willpower: 2,
|
|
3029
|
+
// lore: 1,
|
|
3030
|
+
// illustrator: "Marcel Berg",
|
|
3031
|
+
// number: 110,
|
|
3032
|
+
// set: "ITI",
|
|
3033
|
+
// rarity: "common",
|
|
3034
|
+
// };
|
|
3035
|
+
// export const kakamoraMenacingSailor: LorcanitoCharacterCard = {
|
|
3036
|
+
// id: "zi5",
|
|
3037
|
+
// name: "Kakamora",
|
|
3038
|
+
// title: "Menacing Sailor",
|
|
3039
|
+
// characteristics: ["storyborn", "pirate"],
|
|
3040
|
+
// text: "**PLUNDER** When you play this character, each opponent loses 1 Lore.",
|
|
3041
|
+
// type: "character",
|
|
3042
|
+
// abilities: [
|
|
3043
|
+
// {
|
|
3044
|
+
// type: "resolution",
|
|
3045
|
+
// name: "Plunder",
|
|
3046
|
+
// text: "When you play this character each opponent loses 1 lore.",
|
|
3047
|
+
// effects: [
|
|
3048
|
+
// {
|
|
3049
|
+
// type: "lore",
|
|
3050
|
+
// modifier: "subtract",
|
|
3051
|
+
// amount: 1,
|
|
3052
|
+
// target: opponent,
|
|
3053
|
+
// },
|
|
3054
|
+
// ],
|
|
3055
|
+
// },
|
|
3056
|
+
// ],
|
|
3057
|
+
// flavour: "There's a bunch more where he came from.",
|
|
3058
|
+
// colors: ["ruby"],
|
|
3059
|
+
// cost: 3,
|
|
3060
|
+
// strength: 3,
|
|
3061
|
+
// willpower: 2,
|
|
3062
|
+
// lore: 1,
|
|
3063
|
+
// illustrator: "Brian Kesinger",
|
|
3064
|
+
// number: 111,
|
|
3065
|
+
// set: "ITI",
|
|
3066
|
+
// rarity: "common",
|
|
3067
|
+
// };
|
|
3068
|
+
// export const madameMedusaTheBoss: LorcanitoCharacterCard = {
|
|
3069
|
+
// id: "pp1",
|
|
3070
|
+
// name: "Madame Medusa",
|
|
3071
|
+
// title: "The Boss",
|
|
3072
|
+
// characteristics: ["storyborn", "villain"],
|
|
3073
|
+
// text: "**THAT TERRIBLE WOMAN** When you play this character, banish chosen opposing character with 3 {S} or less.",
|
|
3074
|
+
// type: "character",
|
|
3075
|
+
// abilities: [
|
|
3076
|
+
// {
|
|
3077
|
+
// type: "resolution",
|
|
3078
|
+
// name: "THAT TERRIBLE WOMAN",
|
|
3079
|
+
// text: "When you play this character, banish chosen opposing character with 3 {S} or less.",
|
|
3080
|
+
// effects: [
|
|
3081
|
+
// {
|
|
3082
|
+
// type: "banish",
|
|
3083
|
+
// target: {
|
|
3084
|
+
// type: "card",
|
|
3085
|
+
// value: 1,
|
|
3086
|
+
// filters: [
|
|
3087
|
+
// { filter: "zone", value: "play" },
|
|
3088
|
+
// { filter: "owner", value: "opponent" },
|
|
3089
|
+
// { filter: "type", value: "character" },
|
|
3090
|
+
// {
|
|
3091
|
+
// filter: "attribute",
|
|
3092
|
+
// value: "strength",
|
|
3093
|
+
// comparison: { operator: "lte", value: 3 },
|
|
3094
|
+
// },
|
|
3095
|
+
// ],
|
|
3096
|
+
// },
|
|
3097
|
+
// } as BanishEffect,
|
|
3098
|
+
// ],
|
|
3099
|
+
// },
|
|
3100
|
+
// ],
|
|
3101
|
+
// flavour: "Finding lore will be as easy as taking candy from children.",
|
|
3102
|
+
// colors: ["ruby"],
|
|
3103
|
+
// cost: 6,
|
|
3104
|
+
// strength: 4,
|
|
3105
|
+
// willpower: 4,
|
|
3106
|
+
// lore: 1,
|
|
3107
|
+
// illustrator: "Jackie Droujko",
|
|
3108
|
+
// number: 112,
|
|
3109
|
+
// set: "ITI",
|
|
3110
|
+
// rarity: "super_rare",
|
|
3111
|
+
// };
|
|
3112
|
+
// export const mauiWingedDemigod: LorcanitoCharacterCard = {
|
|
3113
|
+
// id: "joc",
|
|
3114
|
+
// name: "Maui",
|
|
3115
|
+
// title: "Soaring Demigod",
|
|
3116
|
+
// characteristics: ["hero", "storyborn", "deity"],
|
|
3117
|
+
// text: "**Reckless** _(They can’t quest and must challenge if able.)_\n\n\n**IN MY STOMACH** Whenever one of your characters named Heihei quests, this character gets +1 {L} and loses **Reckless** for this turn.",
|
|
3118
|
+
// type: "character",
|
|
3119
|
+
// abilities: [
|
|
3120
|
+
// recklessAbility,
|
|
3121
|
+
// wheneverQuests({
|
|
3122
|
+
// name: "In My Stomach",
|
|
3123
|
+
// text: "Whenever one of your characters named Heihei quests, this character gets +1 {L} and loses **Reckless** for this turn.",
|
|
3124
|
+
// triggerTarget: {
|
|
3125
|
+
// type: "card",
|
|
3126
|
+
// value: "all",
|
|
3127
|
+
// filters: [
|
|
3128
|
+
// { filter: "owner", value: "self" },
|
|
3129
|
+
// { filter: "type", value: "character" },
|
|
3130
|
+
// { filter: "zone", value: "play" },
|
|
3131
|
+
// {
|
|
3132
|
+
// filter: "attribute",
|
|
3133
|
+
// value: "name",
|
|
3134
|
+
// comparison: { operator: "eq", value: "HeiHei" },
|
|
3135
|
+
// },
|
|
3136
|
+
// ],
|
|
3137
|
+
// },
|
|
3138
|
+
// effects: [
|
|
3139
|
+
// {
|
|
3140
|
+
// type: "attribute",
|
|
3141
|
+
// attribute: "lore",
|
|
3142
|
+
// modifier: "add",
|
|
3143
|
+
// duration: "turn",
|
|
3144
|
+
// amount: 1,
|
|
3145
|
+
// target: thisCharacter,
|
|
3146
|
+
// },
|
|
3147
|
+
// ],
|
|
3148
|
+
// }),
|
|
3149
|
+
// ],
|
|
3150
|
+
// flavour: "Do you still have any chicken around?",
|
|
3151
|
+
// colors: ["ruby"],
|
|
3152
|
+
// cost: 3,
|
|
3153
|
+
// strength: 5,
|
|
3154
|
+
// lore: 0,
|
|
3155
|
+
// willpower: 2,
|
|
3156
|
+
// illustrator: "Rob Di Salvo",
|
|
3157
|
+
// number: 113,
|
|
3158
|
+
// set: "ITI",
|
|
3159
|
+
// rarity: "uncommon",
|
|
3160
|
+
// };
|
|
3161
|
+
// const dontWorryImHere: ActivatedAbility = {
|
|
3162
|
+
// type: "activated",
|
|
3163
|
+
// name: "DON’T WORRY, I’M HERE",
|
|
3164
|
+
// text: "2 {I} - Ready this character, this character can’t quest for the rest of this turn.",
|
|
3165
|
+
// costs: [{ type: "ink", amount: 2 }],
|
|
3166
|
+
// effects: [...readyAndCantQuest(thisCharacter)],
|
|
3167
|
+
// };
|
|
3168
|
+
//
|
|
3169
|
+
// export const mauiWhale: LorcanitoCharacterCard = {
|
|
3170
|
+
// id: "v33",
|
|
3171
|
+
// reprints: ["daf"],
|
|
3172
|
+
// missingTestCase: true,
|
|
3173
|
+
// name: "Maui",
|
|
3174
|
+
// title: "Whale",
|
|
3175
|
+
// characteristics: ["hero", "storyborn", "deity"],
|
|
3176
|
+
// text: "**THIS MISSION IS CURSED** This character doesn’t ready at the start of the turn.\n**DON’T WORRY, I’M HERE** 2 {I} - Ready this character, this character can’t quest for the rest of this turn.",
|
|
3177
|
+
// type: "character",
|
|
3178
|
+
// abilities: [dontWorryImHere, thisMissionIsCursed],
|
|
3179
|
+
// flavour: "Always ready to make waves.",
|
|
3180
|
+
// inkwell: true,
|
|
3181
|
+
// colors: ["ruby"],
|
|
3182
|
+
// cost: 7,
|
|
3183
|
+
// strength: 8,
|
|
3184
|
+
// willpower: 8,
|
|
3185
|
+
// lore: 1,
|
|
3186
|
+
// illustrator: "Sandara Tang",
|
|
3187
|
+
// number: 114,
|
|
3188
|
+
// set: "ITI",
|
|
3189
|
+
// rarity: "rare",
|
|
3190
|
+
// };
|
|
3191
|
+
// export const miloThatchSpiritedScholar: LorcanitoCharacterCard = {
|
|
3192
|
+
// id: "ork",
|
|
3193
|
+
// name: "Milo Thatch",
|
|
3194
|
+
// title: "Spirited Scholar",
|
|
3195
|
+
// characteristics: ["hero", "storyborn"],
|
|
3196
|
+
// text: "**I’M YOUR MAN!** While this character is at a location, he gets +2 {S}.",
|
|
3197
|
+
// type: "character",
|
|
3198
|
+
// abilities: [
|
|
3199
|
+
// whileCharacterIsAtLocationItGets({
|
|
3200
|
+
// name: "I’M YOUR MAN!",
|
|
3201
|
+
// text: "While this character is at a location, he gets +2 {S}.",
|
|
3202
|
+
// effects: [
|
|
3203
|
+
// {
|
|
3204
|
+
// type: "attribute",
|
|
3205
|
+
// attribute: "strength",
|
|
3206
|
+
// amount: 2,
|
|
3207
|
+
// modifier: "add",
|
|
3208
|
+
// target: thisCharacter,
|
|
3209
|
+
// },
|
|
3210
|
+
// ],
|
|
3211
|
+
// }),
|
|
3212
|
+
// {
|
|
3213
|
+
// name: "**I’M YOUR MAN!** While this character is at a location, he gets +2 {S}.",
|
|
3214
|
+
// },
|
|
3215
|
+
// ],
|
|
3216
|
+
// flavour: "My grandpa never told me about this place!",
|
|
3217
|
+
// inkwell: true,
|
|
3218
|
+
// colors: ["ruby"],
|
|
3219
|
+
// cost: 2,
|
|
3220
|
+
// strength: 2,
|
|
3221
|
+
// willpower: 2,
|
|
3222
|
+
// lore: 1,
|
|
3223
|
+
// illustrator: "Massimiliano Narciso",
|
|
3224
|
+
// number: 115,
|
|
3225
|
+
// set: "ITI",
|
|
3226
|
+
// rarity: "common",
|
|
3227
|
+
// };
|
|
3228
|
+
// export const moanaBornLeader: LorcanitoCharacterCard = {
|
|
3229
|
+
// id: "sjt",
|
|
3230
|
+
// name: "Moana",
|
|
3231
|
+
// title: "Born Leader",
|
|
3232
|
+
// characteristics: ["hero", "floodborn", "captain", "princess"],
|
|
3233
|
+
// text: "**Shift** 3 (_You may pay 3 {I} to play this on top of one of your characters named Moana._)\n**WELCOME TO MY BOAT** Whenever this character quests while at a location, ready all other characters here. They can't quest for the rest of this turn.",
|
|
3234
|
+
// type: "character",
|
|
3235
|
+
// abilities: [
|
|
3236
|
+
// shiftAbility(3, "moana"),
|
|
3237
|
+
// wheneverQuests({
|
|
3238
|
+
// name: "Welcome To My Boat",
|
|
3239
|
+
// text: "Whenever this character quests while at a location, ready all other characters here. They can't quest for the rest of this turn.",
|
|
3240
|
+
// conditions: [whileCharacterIsAtLocation],
|
|
3241
|
+
// effects: readyAndCantQuest(allOtherCharactersHere),
|
|
3242
|
+
// }),
|
|
3243
|
+
// ],
|
|
3244
|
+
// inkwell: true,
|
|
3245
|
+
// colors: ["ruby"],
|
|
3246
|
+
// cost: 5,
|
|
3247
|
+
// strength: 4,
|
|
3248
|
+
// willpower: 4,
|
|
3249
|
+
// lore: 2,
|
|
3250
|
+
// illustrator: "Grace Tran",
|
|
3251
|
+
// number: 116,
|
|
3252
|
+
// set: "ITI",
|
|
3253
|
+
// rarity: "rare",
|
|
3254
|
+
// };
|
|
3255
|
+
// export const moanaUndeterredVoyager: LorcanitoCharacterCard = {
|
|
3256
|
+
// id: "shd",
|
|
3257
|
+
// reprints: ["n3t"],
|
|
3258
|
+
// name: "Moana",
|
|
3259
|
+
// title: "Undeterred Voyager",
|
|
3260
|
+
// characteristics: ["hero", "storyborn", "princess"],
|
|
3261
|
+
// text: "**Evasive** _(Only characters with Evasive can challenge this character.)_",
|
|
3262
|
+
// type: "character",
|
|
3263
|
+
// abilities: [evasiveAbility],
|
|
3264
|
+
// flavour: "No fire or storm will keep her from her goal.",
|
|
3265
|
+
// inkwell: true,
|
|
3266
|
+
// colors: ["ruby"],
|
|
3267
|
+
// cost: 4,
|
|
3268
|
+
// strength: 3,
|
|
3269
|
+
// willpower: 4,
|
|
3270
|
+
// lore: 1,
|
|
3271
|
+
// illustrator: "Mila Useche",
|
|
3272
|
+
// number: 117,
|
|
3273
|
+
// set: "ITI",
|
|
3274
|
+
// rarity: "common",
|
|
3275
|
+
// };
|
|
3276
|
+
// export const nutsyVultureHenchman: LorcanitoCharacterCard = {
|
|
3277
|
+
// id: "vqo",
|
|
3278
|
+
// name: "Nutsy",
|
|
3279
|
+
// title: "Vulture Henchman",
|
|
3280
|
+
// characteristics: ["storyborn", "ally"],
|
|
3281
|
+
// type: "character",
|
|
3282
|
+
// flavour: "Nutsy, button your beak. \n−Trigger",
|
|
3283
|
+
// inkwell: true,
|
|
3284
|
+
// colors: ["ruby"],
|
|
3285
|
+
// cost: 2,
|
|
3286
|
+
// strength: 2,
|
|
3287
|
+
// willpower: 3,
|
|
3288
|
+
// lore: 1,
|
|
3289
|
+
// illustrator: "Denny Minonne",
|
|
3290
|
+
// number: 118,
|
|
3291
|
+
// set: "ITI",
|
|
3292
|
+
// rarity: "common",
|
|
3293
|
+
// };
|
|
3294
|
+
// export const peterPanNeverLandHero: LorcanitoCharacterCard = {
|
|
3295
|
+
// id: "ufv",
|
|
3296
|
+
// missingTestCase: true,
|
|
3297
|
+
// name: "Peter Pan",
|
|
3298
|
+
// title: "Never Land Hero",
|
|
3299
|
+
// characteristics: ["hero", "storyborn"],
|
|
3300
|
+
// text: "**Rush** _(This character can challenge the turn they're played.)_\n\n\n**OVER HERE, TINK** While you have a character named Tinker Bell in play, this character gets +2 {S}.",
|
|
3301
|
+
// type: "character",
|
|
3302
|
+
// abilities: [
|
|
3303
|
+
// rushAbility,
|
|
3304
|
+
// whileYouHaveACharacterNamedThisCharGets({
|
|
3305
|
+
// name: "Over Here, Tink",
|
|
3306
|
+
// text: "While you have a character named Tinker Bell in play, this character gets +2 {S}.",
|
|
3307
|
+
// characterName: "Tinker Bell",
|
|
3308
|
+
// effects: [
|
|
3309
|
+
// {
|
|
3310
|
+
// type: "attribute",
|
|
3311
|
+
// attribute: "strength",
|
|
3312
|
+
// amount: 2,
|
|
3313
|
+
// modifier: "add",
|
|
3314
|
+
// target: thisCharacter,
|
|
3315
|
+
// },
|
|
3316
|
+
// ],
|
|
3317
|
+
// }),
|
|
3318
|
+
// ],
|
|
3319
|
+
// flavour: "With Peter, plans often meant diving headlong into danger.",
|
|
3320
|
+
// inkwell: true,
|
|
3321
|
+
// colors: ["ruby"],
|
|
3322
|
+
// cost: 3,
|
|
3323
|
+
// strength: 1,
|
|
3324
|
+
// willpower: 3,
|
|
3325
|
+
// lore: 2,
|
|
3326
|
+
// illustrator: "Aubrey Archer",
|
|
3327
|
+
// number: 119,
|
|
3328
|
+
// set: "ITI",
|
|
3329
|
+
// rarity: "common",
|
|
3330
|
+
// };
|
|
3331
|
+
//
|
|
3332
|
+
// export const princeEricExpertHelmsman: LorcanitoCharacterCard = {
|
|
3333
|
+
// id: "faa",
|
|
3334
|
+
// missingTestCase: true,
|
|
3335
|
+
// name: "Prince Eric",
|
|
3336
|
+
// title: "Expert Helmsman",
|
|
3337
|
+
// characteristics: ["hero", "dreamborn", "prince"],
|
|
3338
|
+
// text: "**SURPRISE MANEUVER** When this character is banished, you may banish chosen character.",
|
|
3339
|
+
// type: "character",
|
|
3340
|
+
// abilities: [
|
|
3341
|
+
// whenThisCharacterBanished({
|
|
3342
|
+
// name: "Surprise Maneuver",
|
|
3343
|
+
// text: " When this character is banished, you may banish chosen character.",
|
|
3344
|
+
// optional: true,
|
|
3345
|
+
// effects: [banishChosenCharacter],
|
|
3346
|
+
// }),
|
|
3347
|
+
// ],
|
|
3348
|
+
// flavour:
|
|
3349
|
+
// "The storm came out of nowhere, forcing Eric to turn back before he reached the mysterious structure at the edge of Lorcana.",
|
|
3350
|
+
// colors: ["ruby"],
|
|
3351
|
+
// cost: 4,
|
|
3352
|
+
// strength: 2,
|
|
3353
|
+
// willpower: 2,
|
|
3354
|
+
// lore: 2,
|
|
3355
|
+
// illustrator: "Randy Bishop",
|
|
3356
|
+
// number: 121,
|
|
3357
|
+
// set: "ITI",
|
|
3358
|
+
// rarity: "super_rare",
|
|
3359
|
+
// };
|
|
3360
|
+
// export const scroopBackstabber: LorcanitoCharacterCard = {
|
|
3361
|
+
// id: "ca8",
|
|
3362
|
+
// missingTestCase: true,
|
|
3363
|
+
// name: "Scroop",
|
|
3364
|
+
// title: "Backstabber",
|
|
3365
|
+
// characteristics: ["alien", "storyborn", "villain", "pirate"],
|
|
3366
|
+
// text: "**BRUTE** While this character has damage, he gets +3 {S}.",
|
|
3367
|
+
// type: "character",
|
|
3368
|
+
// abilities: [
|
|
3369
|
+
// whileThisCharacterHasDamageGets({
|
|
3370
|
+
// name: "Brute",
|
|
3371
|
+
// text: "While this character has damage, he gets +3 {S}.",
|
|
3372
|
+
// effects: [
|
|
3373
|
+
// {
|
|
3374
|
+
// type: "attribute",
|
|
3375
|
+
// attribute: "strength",
|
|
3376
|
+
// amount: 3,
|
|
3377
|
+
// modifier: "add",
|
|
3378
|
+
// duration: "static",
|
|
3379
|
+
// target: thisCharacter,
|
|
3380
|
+
// },
|
|
3381
|
+
// ],
|
|
3382
|
+
// }),
|
|
3383
|
+
// ],
|
|
3384
|
+
// flavour: "Always keep him in front of you. And downwind, if possible.",
|
|
3385
|
+
// inkwell: true,
|
|
3386
|
+
// colors: ["ruby"],
|
|
3387
|
+
// cost: 5,
|
|
3388
|
+
// strength: 2,
|
|
3389
|
+
// willpower: 5,
|
|
3390
|
+
// lore: 2,
|
|
3391
|
+
// illustrator: "Carmine Pucci",
|
|
3392
|
+
// number: 122,
|
|
3393
|
+
// set: "ITI",
|
|
3394
|
+
// rarity: "uncommon",
|
|
3395
|
+
// };
|
|
3396
|
+
// export const simbaScrappyCub: LorcanitoCharacterCard = {
|
|
3397
|
+
// id: "f6m",
|
|
3398
|
+
// reprints: ["bt1"],
|
|
3399
|
+
// name: "Simba",
|
|
3400
|
+
// title: "Scrappy Cub",
|
|
3401
|
+
// characteristics: ["hero", "storyborn", "prince"],
|
|
3402
|
+
// type: "character",
|
|
3403
|
+
// flavour: "He'll join the hunt for lore after he's had a quick snack.",
|
|
3404
|
+
// colors: ["ruby"],
|
|
3405
|
+
// cost: 2,
|
|
3406
|
+
// strength: 1,
|
|
3407
|
+
// willpower: 1,
|
|
3408
|
+
// lore: 3,
|
|
3409
|
+
// illustrator: "Agnes Christiansson",
|
|
3410
|
+
// number: 123,
|
|
3411
|
+
// set: "ITI",
|
|
3412
|
+
// rarity: "rare",
|
|
3413
|
+
// };
|
|
3414
|
+
// export const slightlyLostBoy: LorcanitoCharacterCard = {
|
|
3415
|
+
// id: "xuy",
|
|
3416
|
+
// missingTestCase: true,
|
|
3417
|
+
// name: "Slightly",
|
|
3418
|
+
// title: "Lost Boy",
|
|
3419
|
+
// characteristics: ["storyborn", "ally"],
|
|
3420
|
+
// text: "**THE FOX** If you have a character named Peter Pan in play, you pay 1 {I} less to play this character.\n\n\n**Evasive** _(Only characters with Evasive can challenge this character.)_",
|
|
3421
|
+
// type: "character",
|
|
3422
|
+
// abilities: [
|
|
3423
|
+
// evasiveAbility,
|
|
3424
|
+
// whenYouPlayThisForEachYouPayLess({
|
|
3425
|
+
// name: "The Fox",
|
|
3426
|
+
// text: "If you have a character named Peter Pan in play, you pay 1 {I} less to play this character.",
|
|
3427
|
+
// amount: 1,
|
|
3428
|
+
// conditions: [ifYouHaveCharacterNamed("Peter Pan")],
|
|
3429
|
+
// }),
|
|
3430
|
+
// ],
|
|
3431
|
+
// flavour: "Pirates sure are easy to trick!",
|
|
3432
|
+
// inkwell: true,
|
|
3433
|
+
// colors: ["ruby"],
|
|
3434
|
+
// cost: 4,
|
|
3435
|
+
// strength: 4,
|
|
3436
|
+
// willpower: 3,
|
|
3437
|
+
// lore: 1,
|
|
3438
|
+
// illustrator: "Luca Pinelli",
|
|
3439
|
+
// number: 124,
|
|
3440
|
+
// set: "ITI",
|
|
3441
|
+
// rarity: "uncommon",
|
|
3442
|
+
// };
|
|
3443
|
+
// export const stitchLittleRocket: LorcanitoCharacterCard = {
|
|
3444
|
+
// id: "pv2",
|
|
3445
|
+
// name: "Stitch",
|
|
3446
|
+
// title: "Little Rocket",
|
|
3447
|
+
// characteristics: ["hero", "dreamborn", "alien"],
|
|
3448
|
+
// text: "**Rush** _(This character can challenge the turn they’re played.)_",
|
|
3449
|
+
// type: "character",
|
|
3450
|
+
// abilities: [rushAbility],
|
|
3451
|
+
// flavour: "Who thought giving him power armor was a good idea?! \n−Nani",
|
|
3452
|
+
// colors: ["ruby"],
|
|
3453
|
+
// cost: 2,
|
|
3454
|
+
// strength: 3,
|
|
3455
|
+
// willpower: 1,
|
|
3456
|
+
// lore: 1,
|
|
3457
|
+
// illustrator: "Nicola Saviori",
|
|
3458
|
+
// number: 125,
|
|
3459
|
+
// set: "ITI",
|
|
3460
|
+
// rarity: "common",
|
|
3461
|
+
// };
|
|
3462
|
+
// export const triggerImpreciseShooter: LorcanitoCharacterCard = {
|
|
3463
|
+
// id: "bjr",
|
|
3464
|
+
// missingTestCase: true,
|
|
3465
|
+
// name: "Trigger",
|
|
3466
|
+
// title: "Imprecise Shooter",
|
|
3467
|
+
// characteristics: ["storyborn", "ally"],
|
|
3468
|
+
// text: "**MY OL' BETSY** Your characters named Nutsy gain +1 {L}.",
|
|
3469
|
+
// type: "character",
|
|
3470
|
+
// abilities: [
|
|
3471
|
+
// {
|
|
3472
|
+
// type: "static",
|
|
3473
|
+
// ability: "effects",
|
|
3474
|
+
// name: "My Ol' Betsy",
|
|
3475
|
+
// text: "Your characters named Nutsy gain +1 {L}.",
|
|
3476
|
+
// effects: [
|
|
3477
|
+
// {
|
|
3478
|
+
// type: "attribute",
|
|
3479
|
+
// attribute: "lore",
|
|
3480
|
+
// amount: 1,
|
|
3481
|
+
// modifier: "add",
|
|
3482
|
+
// target: {
|
|
3483
|
+
// type: "card",
|
|
3484
|
+
// value: "all",
|
|
3485
|
+
// filters: [
|
|
3486
|
+
// { filter: "owner", value: "self" },
|
|
3487
|
+
// { filter: "zone", value: "play" },
|
|
3488
|
+
// {
|
|
3489
|
+
// filter: "attribute",
|
|
3490
|
+
// value: "name",
|
|
3491
|
+
// comparison: { operator: "eq", value: "nutsy" },
|
|
3492
|
+
// },
|
|
3493
|
+
// ],
|
|
3494
|
+
// },
|
|
3495
|
+
// },
|
|
3496
|
+
// ],
|
|
3497
|
+
// },
|
|
3498
|
+
// ],
|
|
3499
|
+
// flavour:
|
|
3500
|
+
// "Criminently, Trigger! Point that peashooter the other way. \n–Sheriff of Nottingham",
|
|
3501
|
+
// inkwell: true,
|
|
3502
|
+
// colors: ["ruby"],
|
|
3503
|
+
// cost: 2,
|
|
3504
|
+
// strength: 3,
|
|
3505
|
+
// willpower: 1,
|
|
3506
|
+
// lore: 1,
|
|
3507
|
+
// illustrator: "Denny Minonne",
|
|
3508
|
+
// number: 126,
|
|
3509
|
+
// set: "ITI",
|
|
3510
|
+
// rarity: "uncommon",
|
|
3511
|
+
// };
|
|
3512
|
+
// export const webbyVanderquackEnthusiasticDuck: LorcanitoCharacterCard = {
|
|
3513
|
+
// id: "t7c",
|
|
3514
|
+
// name: "Webby Vanderquack",
|
|
3515
|
+
// title: "Enthusiastic Duck",
|
|
3516
|
+
// characteristics: ["storyborn", "ally"],
|
|
3517
|
+
// type: "character",
|
|
3518
|
+
// flavour: "Finding lore is a lot easier when you have a grappling hook!",
|
|
3519
|
+
// inkwell: true,
|
|
3520
|
+
// colors: ["ruby"],
|
|
3521
|
+
// cost: 3,
|
|
3522
|
+
// strength: 3,
|
|
3523
|
+
// willpower: 4,
|
|
3524
|
+
// lore: 1,
|
|
3525
|
+
// illustrator: "Louis Jones",
|
|
3526
|
+
// number: 127,
|
|
3527
|
+
// set: "ITI",
|
|
3528
|
+
// rarity: "common",
|
|
3529
|
+
// };
|
|
3530
|
+
// export const audreyRamirezTheEngineer: LorcanitoCharacterCard = {
|
|
3531
|
+
// id: "duu",
|
|
3532
|
+
// name: "Audrey Ramirez",
|
|
3533
|
+
// title: "The Engineer",
|
|
3534
|
+
// characteristics: ["storyborn", "ally"],
|
|
3535
|
+
// text: "**Ward** _(Opponents can’t choose this character except to challenge.)_\n\n\n**SPARE PARTS** Whenever this character quests, ready one of your items.",
|
|
3536
|
+
// type: "character",
|
|
3537
|
+
// abilities: [
|
|
3538
|
+
// wardAbility,
|
|
3539
|
+
// wheneverQuests({
|
|
3540
|
+
// name: "SPARE PARTS",
|
|
3541
|
+
// text: "Whenever this character quests, ready one of your items.",
|
|
3542
|
+
// optional: true,
|
|
3543
|
+
// effects: [
|
|
3544
|
+
// {
|
|
3545
|
+
// type: "exert",
|
|
3546
|
+
// exert: false,
|
|
3547
|
+
// target: {
|
|
3548
|
+
// type: "card",
|
|
3549
|
+
// value: 1,
|
|
3550
|
+
// filters: [
|
|
3551
|
+
// { filter: "zone", value: "play" },
|
|
3552
|
+
// { filter: "owner", value: "self" },
|
|
3553
|
+
// { filter: "type", value: "item" },
|
|
3554
|
+
// ],
|
|
3555
|
+
// },
|
|
3556
|
+
// },
|
|
3557
|
+
// ],
|
|
3558
|
+
// }),
|
|
3559
|
+
// ],
|
|
3560
|
+
// flavour: "How’d you break this thing, anyway?",
|
|
3561
|
+
// inkwell: true,
|
|
3562
|
+
// colors: ["sapphire"],
|
|
3563
|
+
// cost: 5,
|
|
3564
|
+
// strength: 2,
|
|
3565
|
+
// willpower: 5,
|
|
3566
|
+
// lore: 2,
|
|
3567
|
+
// illustrator: "Richelle Canto",
|
|
3568
|
+
// number: 137,
|
|
3569
|
+
// set: "ITI",
|
|
3570
|
+
// rarity: "rare",
|
|
3571
|
+
// };
|
|
3572
|
+
// export const deweyShowyNephew: LorcanitoCharacterCard = {
|
|
3573
|
+
// id: "xer",
|
|
3574
|
+
// reprints: ["kyd"],
|
|
3575
|
+
// name: "Dewey",
|
|
3576
|
+
// title: "Showy Nephew",
|
|
3577
|
+
// characteristics: ["dreamborn", "ally"],
|
|
3578
|
+
// text: "**Support** _(Whenever this character quests, you may add their {S} to another chosen character's {S} this turn.)_",
|
|
3579
|
+
// type: "character",
|
|
3580
|
+
// abilities: [supportAbility],
|
|
3581
|
+
// flavour: "I got it! I knew I could do it! Dewey for the win!",
|
|
3582
|
+
// inkwell: true,
|
|
3583
|
+
// colors: ["sapphire"],
|
|
3584
|
+
// cost: 3,
|
|
3585
|
+
// strength: 2,
|
|
3586
|
+
// willpower: 3,
|
|
3587
|
+
// lore: 2,
|
|
3588
|
+
// illustrator: "Federico M. Cugliari",
|
|
3589
|
+
// number: 139,
|
|
3590
|
+
// set: "ITI",
|
|
3591
|
+
// rarity: "uncommon",
|
|
3592
|
+
// };
|
|
3593
|
+
// export const flintheartGlomgoldLoneCheater: LorcanitoCharacterCard = {
|
|
3594
|
+
// id: "z4e",
|
|
3595
|
+
// missingTestCase: true,
|
|
3596
|
+
// name: "Flintheart Glomgold",
|
|
3597
|
+
// title: "Lone Cheater",
|
|
3598
|
+
// characteristics: ["storyborn", "villain"],
|
|
3599
|
+
// text: "**THEY'LL NEVER SEE IT COMING!** During your turn, this character gains **Evasive**. _(They can challenge characters with Evasive.)_",
|
|
3600
|
+
// type: "character",
|
|
3601
|
+
// abilities: [
|
|
3602
|
+
// duringYourTurnGains(
|
|
3603
|
+
// "THEY'LL NEVER SEE IT COMING!",
|
|
3604
|
+
// "During your turn, this character gains **Evasive**. _(They can challenge characters with Evasive.)_",
|
|
3605
|
+
// evasiveAbility,
|
|
3606
|
+
// ),
|
|
3607
|
+
// ],
|
|
3608
|
+
// flavour: "Nobody tells Flintheart Glomgold what to do!",
|
|
3609
|
+
// inkwell: true,
|
|
3610
|
+
// colors: ["sapphire"],
|
|
3611
|
+
// cost: 4,
|
|
3612
|
+
// strength: 3,
|
|
3613
|
+
// willpower: 4,
|
|
3614
|
+
// lore: 2,
|
|
3615
|
+
// illustrator: "Federico M. Cugliari",
|
|
3616
|
+
// number: 140,
|
|
3617
|
+
// set: "ITI",
|
|
3618
|
+
// rarity: "uncommon",
|
|
3619
|
+
// };
|
|
3620
|
+
// export const grammaTalaKeeperOfAncientStories: LorcanitoCharacterCard = {
|
|
3621
|
+
// id: "e89",
|
|
3622
|
+
// name: "Gramma Tala",
|
|
3623
|
+
// title: "Keeper of Ancient Stories",
|
|
3624
|
+
// characteristics: ["storyborn", "mentor"],
|
|
3625
|
+
// text: "**THERE WAS ONLY OCEAN** When you play this character, look at the top 2 cards of your deck. You may add one into your hand. Put the rest on the bottom of your deck in any order.",
|
|
3626
|
+
// type: "character",
|
|
3627
|
+
// abilities: [
|
|
3628
|
+
// {
|
|
3629
|
+
// type: "resolution",
|
|
3630
|
+
// name: "THERE WAS ONLY OCEAN",
|
|
3631
|
+
// text: "When you play this character, look at the top 2 cards of your deck. You may add one into your hand. Put the rest on the bottom of your deck in any order.",
|
|
3632
|
+
// effects: [
|
|
3633
|
+
// {
|
|
3634
|
+
// type: "scry",
|
|
3635
|
+
// amount: 2,
|
|
3636
|
+
// mode: "bottom",
|
|
3637
|
+
// shouldRevealTutored: false,
|
|
3638
|
+
// target: self,
|
|
3639
|
+
// limits: {
|
|
3640
|
+
// bottom: 2,
|
|
3641
|
+
// top: 0,
|
|
3642
|
+
// hand: 1,
|
|
3643
|
+
// inkwell: 0,
|
|
3644
|
+
// },
|
|
3645
|
+
// tutorFilters: [
|
|
3646
|
+
// { filter: "owner", value: "self" },
|
|
3647
|
+
// { filter: "zone", value: "deck" },
|
|
3648
|
+
// ],
|
|
3649
|
+
// },
|
|
3650
|
+
// ],
|
|
3651
|
+
// },
|
|
3652
|
+
// ],
|
|
3653
|
+
// flavour: "Listen with your whole heart, and the ancestors will guide you.",
|
|
3654
|
+
// inkwell: true,
|
|
3655
|
+
// colors: ["sapphire"],
|
|
3656
|
+
// cost: 4,
|
|
3657
|
+
// strength: 3,
|
|
3658
|
+
// willpower: 3,
|
|
3659
|
+
// lore: 1,
|
|
3660
|
+
// illustrator: "Cecile Carre / Anna Stosik",
|
|
3661
|
+
// number: 142,
|
|
3662
|
+
// set: "ITI",
|
|
3663
|
+
// rarity: "common",
|
|
3664
|
+
// };
|
|
3665
|
+
// export const grammaTalaSpiritOfTheOcean: LorcanitoCharacterCard = {
|
|
3666
|
+
// id: "ei5",
|
|
3667
|
+
// name: "Gramma Tala",
|
|
3668
|
+
// title: "Spirit of the Ocean",
|
|
3669
|
+
// characteristics: ["floodborn", "mentor"],
|
|
3670
|
+
// text: "**Shift** 5 _(You may pay 5 {I} to play this on top of one of your characters named Gramma Tala.)_\n\n\n**DO YOU KNOW WHO YOU ARE?** Whenever a card is put into your inkwell, gain 1 lore.",
|
|
3671
|
+
// type: "character",
|
|
3672
|
+
// abilities: [
|
|
3673
|
+
// shiftAbility(5, "gramma tala"),
|
|
3674
|
+
// {
|
|
3675
|
+
// type: "static-triggered",
|
|
3676
|
+
// name: "DO YOU KNOW WHO YOU ARE?",
|
|
3677
|
+
// text: "Whenever a card is put into your inkwell, gain 1 lore.",
|
|
3678
|
+
// trigger: {
|
|
3679
|
+
// on: "inkwell",
|
|
3680
|
+
// target: {
|
|
3681
|
+
// type: "card",
|
|
3682
|
+
// value: "all",
|
|
3683
|
+
// filters: [{ filter: "owner", value: "self" }],
|
|
3684
|
+
// },
|
|
3685
|
+
// },
|
|
3686
|
+
// layer: {
|
|
3687
|
+
// type: "resolution",
|
|
3688
|
+
// name: "DO YOU KNOW WHO YOU ARE?",
|
|
3689
|
+
// text: "Whenever a card is put into your inkwell, gain 1 lore.",
|
|
3690
|
+
// effects: [youGainLore(1)],
|
|
3691
|
+
// },
|
|
3692
|
+
// },
|
|
3693
|
+
// ],
|
|
3694
|
+
// flavour:
|
|
3695
|
+
// "She will always be with you, no matter how far your journey takes you.",
|
|
3696
|
+
// inkwell: true,
|
|
3697
|
+
// colors: ["sapphire"],
|
|
3698
|
+
// cost: 7,
|
|
3699
|
+
// strength: 4,
|
|
3700
|
+
// willpower: 8,
|
|
3701
|
+
// lore: 2,
|
|
3702
|
+
// illustrator: "Jennifer Park / Ellie Horie",
|
|
3703
|
+
// number: 143,
|
|
3704
|
+
// set: "ITI",
|
|
3705
|
+
// rarity: "legendary",
|
|
3706
|
+
// };
|
|
3707
|
+
// export const gyroGearlooseGadgetGenius: LorcanitoCharacterCard = {
|
|
3708
|
+
// id: "j4d",
|
|
3709
|
+
// missingTestCase: true,
|
|
3710
|
+
// name: "Gyro Gearloose",
|
|
3711
|
+
// title: "Gadget Whiz",
|
|
3712
|
+
// characteristics: ["storyborn", "ally", "inventor"],
|
|
3713
|
+
// text: "**FOLLOW THE TWISTS OF MY GENIUS BRAIN** {E} - Put an item card from your discard to the top of your deck.",
|
|
3714
|
+
// type: "character",
|
|
3715
|
+
// abilities: [
|
|
3716
|
+
// {
|
|
3717
|
+
// type: "activated",
|
|
3718
|
+
// name: "Follow the Twists of my Genius Brain",
|
|
3719
|
+
// text: "{E} - Put an item card from your discard to the top of your deck.",
|
|
3720
|
+
// costs: [{ type: "exert" }],
|
|
3721
|
+
// effects: [
|
|
3722
|
+
// {
|
|
3723
|
+
// type: "move",
|
|
3724
|
+
// to: "deck",
|
|
3725
|
+
// target: {
|
|
3726
|
+
// type: "card",
|
|
3727
|
+
// value: 1,
|
|
3728
|
+
// filters: [
|
|
3729
|
+
// { filter: "owner", value: "self" },
|
|
3730
|
+
// { filter: "type", value: ["item"] },
|
|
3731
|
+
// { filter: "zone", value: "discard" },
|
|
3732
|
+
// ],
|
|
3733
|
+
// },
|
|
3734
|
+
// },
|
|
3735
|
+
// ],
|
|
3736
|
+
// },
|
|
3737
|
+
// ],
|
|
3738
|
+
// flavour: "Maybe this technology will be less bad this time.",
|
|
3739
|
+
// inkwell: true,
|
|
3740
|
+
// colors: ["sapphire"],
|
|
3741
|
+
// cost: 3,
|
|
3742
|
+
// strength: 1,
|
|
3743
|
+
// willpower: 4,
|
|
3744
|
+
// lore: 1,
|
|
3745
|
+
// illustrator: "Mario Oscar Gabriele",
|
|
3746
|
+
// number: 144,
|
|
3747
|
+
// set: "ITI",
|
|
3748
|
+
// rarity: "rare",
|
|
3749
|
+
// };
|
|
3750
|
+
// export const hueySavvyNephew: LorcanitoCharacterCard = {
|
|
3751
|
+
// id: "k4e",
|
|
3752
|
+
// reprints: ["ksz"],
|
|
3753
|
+
// missingTestCase: true,
|
|
3754
|
+
// name: "Huey",
|
|
3755
|
+
// title: "Savvy Nephew",
|
|
3756
|
+
// characteristics: ["storyborn", "ally"],
|
|
3757
|
+
// text: "**Support** _(Whenever this character quests, you may add their {S} to another chosen character's {S} this turn.)_\n\n\n**THREE NEPHEWS** Whenever this character quests, if you have characters named Dewey and Louie in play, you may draw 3 cards.",
|
|
3758
|
+
// type: "character",
|
|
3759
|
+
// abilities: [
|
|
3760
|
+
// supportAbility,
|
|
3761
|
+
// {
|
|
3762
|
+
// name: "**THREE NEPHEWS** Whenever this character quests, if you have characters named Dewey and Louie in play, you may draw 3 cards.",
|
|
3763
|
+
// },
|
|
3764
|
+
// wheneverQuests({
|
|
3765
|
+
// name: "Three Nephews",
|
|
3766
|
+
// text: "Whenever this character quests, if you have characters named Dewey and Louie in play, you may draw 3 cards.",
|
|
3767
|
+
// optional: true,
|
|
3768
|
+
// effects: [drawXCards(3)],
|
|
3769
|
+
// conditions: [
|
|
3770
|
+
// ifYouHaveCharacterNamed("Dewey"),
|
|
3771
|
+
// ifYouHaveCharacterNamed("Louie"),
|
|
3772
|
+
// ],
|
|
3773
|
+
// }),
|
|
3774
|
+
// ],
|
|
3775
|
+
// flavour: "This looks like part of a larger crystal!",
|
|
3776
|
+
// inkwell: true,
|
|
3777
|
+
// colors: ["sapphire"],
|
|
3778
|
+
// cost: 2,
|
|
3779
|
+
// strength: 2,
|
|
3780
|
+
// willpower: 2,
|
|
3781
|
+
// lore: 1,
|
|
3782
|
+
// illustrator: "Federico M. Cugliari",
|
|
3783
|
+
// number: 145,
|
|
3784
|
+
// set: "ITI",
|
|
3785
|
+
// rarity: "rare",
|
|
3786
|
+
// };
|
|
3787
|
+
// export const kingLouieBandleader: LorcanitoCharacterCard = {
|
|
3788
|
+
// id: "i0k",
|
|
3789
|
+
// name: "King Louie",
|
|
3790
|
+
// title: "Bandleader",
|
|
3791
|
+
// characteristics: ["storyborn", "ally", "king"],
|
|
3792
|
+
// type: "character",
|
|
3793
|
+
// flavour: "Hold up, cuz. Why not sit back and enjoy some sweet beats?",
|
|
3794
|
+
// inkwell: true,
|
|
3795
|
+
// colors: ["sapphire"],
|
|
3796
|
+
// cost: 7,
|
|
3797
|
+
// strength: 7,
|
|
3798
|
+
// willpower: 7,
|
|
3799
|
+
// lore: 3,
|
|
3800
|
+
// illustrator: "Kenneth Anderson",
|
|
3801
|
+
// number: 146,
|
|
3802
|
+
// set: "ITI",
|
|
3803
|
+
// rarity: "common",
|
|
3804
|
+
// };
|
|
3805
|
+
// export const louieChillNephew: LorcanitoCharacterCard = {
|
|
3806
|
+
// id: "j0s",
|
|
3807
|
+
// reprints: ["pec"],
|
|
3808
|
+
// name: "Louie",
|
|
3809
|
+
// title: "Chill Nephew",
|
|
3810
|
+
// characteristics: ["dreamborn", "ally"],
|
|
3811
|
+
// text: "**Support** _(Whenever this character quests, you may add their {S} to another chosen character's {S} this turn.)_",
|
|
3812
|
+
// type: "character",
|
|
3813
|
+
// abilities: [supportAbility],
|
|
3814
|
+
// flavour: "Found the last one!",
|
|
3815
|
+
// inkwell: true,
|
|
3816
|
+
// colors: ["sapphire"],
|
|
3817
|
+
// cost: 4,
|
|
3818
|
+
// strength: 3,
|
|
3819
|
+
// willpower: 4,
|
|
3820
|
+
// lore: 2,
|
|
3821
|
+
// illustrator: "Federico M. Cugliari",
|
|
3822
|
+
// number: 149,
|
|
3823
|
+
// set: "ITI",
|
|
3824
|
+
// rarity: "common",
|
|
3825
|
+
// };
|
|
3826
|
+
// export const ladyMarianAdorableDreamer: LorcanitoCharacterCard = {
|
|
3827
|
+
// id: "rd4",
|
|
3828
|
+
// reprints: ["c8w"],
|
|
3829
|
+
// name: "Maid Marian",
|
|
3830
|
+
// title: "Delightful Dreamer",
|
|
3831
|
+
// characteristics: ["storyborn", "princess"],
|
|
3832
|
+
// text: "ELEGANT AND NOBLE LADY: When you play this character, chosen character gets -2 {S} for this turn.",
|
|
3833
|
+
// type: "character",
|
|
3834
|
+
// abilities: [
|
|
3835
|
+
// {
|
|
3836
|
+
// type: "resolution",
|
|
3837
|
+
// name: "Elegant and Noble lady",
|
|
3838
|
+
// text: "When you play this character, chosen character gets -2 {S} for this turn.",
|
|
3839
|
+
// effects: [
|
|
3840
|
+
// {
|
|
3841
|
+
// type: "attribute",
|
|
3842
|
+
// attribute: "strength",
|
|
3843
|
+
// amount: 2,
|
|
3844
|
+
// modifier: "subtract",
|
|
3845
|
+
// target: chosenCharacter,
|
|
3846
|
+
// },
|
|
3847
|
+
// ],
|
|
3848
|
+
// },
|
|
3849
|
+
// ],
|
|
3850
|
+
// flavour: "She makes every place even more beautiful.",
|
|
3851
|
+
// inkwell: true,
|
|
3852
|
+
// colors: ["sapphire"],
|
|
3853
|
+
// cost: 5,
|
|
3854
|
+
// strength: 4,
|
|
3855
|
+
// willpower: 4,
|
|
3856
|
+
// lore: 2,
|
|
3857
|
+
// illustrator: "Jenna Gray",
|
|
3858
|
+
// number: 150,
|
|
3859
|
+
// set: "ITI",
|
|
3860
|
+
// rarity: "common",
|
|
3861
|
+
// };
|
|
3862
|
+
// export const mamaOdieMysticalMaven: LorcanitoCharacterCard = {
|
|
3863
|
+
// id: "c31",
|
|
3864
|
+
// reprints: ["j6p"],
|
|
3865
|
+
// name: "Mama Odie",
|
|
3866
|
+
// title: "Mystical Maven",
|
|
3867
|
+
// characteristics: ["storyborn", "mentor"],
|
|
3868
|
+
// text: "**THIS GOING TO BE GOOD** Whenever you play a song, you may put the top card of your deck into your inkwell facedown and exerted.",
|
|
3869
|
+
// type: "character",
|
|
3870
|
+
// abilities: [
|
|
3871
|
+
// wheneverYouPlayASong({
|
|
3872
|
+
// name: "THIS GOING TO BE GOOD",
|
|
3873
|
+
// text: "Whenever you play a song, you may put the top card of your deck into your inkwell facedown and exerted.",
|
|
3874
|
+
// optional: true,
|
|
3875
|
+
// effects: [putTopCardOfYourDeckIntoYourInkwellExerted],
|
|
3876
|
+
// }),
|
|
3877
|
+
// {
|
|
3878
|
+
// name: "**THIS GOING TO BE GOOD** Whenever you play a song, you may put the top card of your deck into your inkwell facedown and exerted.",
|
|
3879
|
+
// },
|
|
3880
|
+
// ],
|
|
3881
|
+
// flavour: "You dig a little deeper, you'll find everything you need.",
|
|
3882
|
+
// colors: ["sapphire"],
|
|
3883
|
+
// cost: 3,
|
|
3884
|
+
// strength: 1,
|
|
3885
|
+
// willpower: 3,
|
|
3886
|
+
// lore: 1,
|
|
3887
|
+
// illustrator: "Rogie Custodio / Erin Shin",
|
|
3888
|
+
// number: 151,
|
|
3889
|
+
// set: "ITI",
|
|
3890
|
+
// rarity: "rare",
|
|
3891
|
+
// };
|
|
3892
|
+
// export const rufusOrphanageCat: LorcanitoCharacterCard = {
|
|
3893
|
+
// id: "zvd",
|
|
3894
|
+
// missingTestCase: true,
|
|
3895
|
+
// name: "Rufus",
|
|
3896
|
+
// title: "Orphanage Cat",
|
|
3897
|
+
// characteristics: ["dreamborn", "ally"],
|
|
3898
|
+
// text: "**A LITTLE TOO OLD TO HUNT MICE** When this character is banished, you may put this card into your inkwell facedown and exerted.",
|
|
3899
|
+
// type: "character",
|
|
3900
|
+
// abilities: [
|
|
3901
|
+
// whenThisCharacterBanished({
|
|
3902
|
+
// name: "A little too old to hunt mice",
|
|
3903
|
+
// text: "When this character is banished, you may put this card into your inkwell facedown and exerted.",
|
|
3904
|
+
// optional: true,
|
|
3905
|
+
// effects: [putThisCardIntoYourInkwellExerted],
|
|
3906
|
+
// }),
|
|
3907
|
+
// ],
|
|
3908
|
+
// flavour: "Faith and a little blue bird, which you see in the distance.",
|
|
3909
|
+
// inkwell: true,
|
|
3910
|
+
// colors: ["sapphire"],
|
|
3911
|
+
// cost: 5,
|
|
3912
|
+
// strength: 4,
|
|
3913
|
+
// willpower: 5,
|
|
3914
|
+
// lore: 1,
|
|
3915
|
+
// illustrator: "Hadjie Joos",
|
|
3916
|
+
// number: 153,
|
|
3917
|
+
// set: "ITI",
|
|
3918
|
+
// rarity: "common",
|
|
3919
|
+
// };
|
|
3920
|
+
// export const scroogeMcduckRichestDuckInTheWorld: LorcanitoCharacterCard = {
|
|
3921
|
+
// id: "cdd",
|
|
3922
|
+
// missingTestCase: true,
|
|
3923
|
+
// name: "Scrooge McDuck",
|
|
3924
|
+
// title: "Richest Duck in the World",
|
|
3925
|
+
// characteristics: ["hero", "storyborn"],
|
|
3926
|
+
// text: "**I'M GOING HOME!** During your turn, this character gains **Evasive.** _(They can challenge characters with Evasive.)_\n \n**I DIDN'T GET RICH BY BEING STUPID** During your turn, whenever this character banishes another character in a challenge, you may play an item for free.",
|
|
3927
|
+
// type: "character",
|
|
3928
|
+
// abilities: [
|
|
3929
|
+
// duringYourTurnWheneverBanishesCharacterInChallenge({
|
|
3930
|
+
// name: "I Didn't Get Rich By Being Stupid",
|
|
3931
|
+
// text: "During your turn, whenever this character banishes another character in a challenge, you may play an item for free.",
|
|
3932
|
+
// optional: true,
|
|
3933
|
+
// effects: [
|
|
3934
|
+
// {
|
|
3935
|
+
// type: "play",
|
|
3936
|
+
// forFree: true,
|
|
3937
|
+
// target: chosenItemOfYoursInHand,
|
|
3938
|
+
// },
|
|
3939
|
+
// ],
|
|
3940
|
+
// }),
|
|
3941
|
+
// duringYourTurnGains(
|
|
3942
|
+
// "I'M GOING HOME!",
|
|
3943
|
+
// "During your turn, this character gains **Evasive**. _(They can challenge characters with Evasive.)_",
|
|
3944
|
+
// evasiveAbility,
|
|
3945
|
+
// ),
|
|
3946
|
+
// ],
|
|
3947
|
+
// flavour: "He can make money anywhere.",
|
|
3948
|
+
// colors: ["sapphire"],
|
|
3949
|
+
// cost: 5,
|
|
3950
|
+
// strength: 3,
|
|
3951
|
+
// willpower: 5,
|
|
3952
|
+
// lore: 1,
|
|
3953
|
+
// illustrator: "Grace Tran",
|
|
3954
|
+
// number: 154,
|
|
3955
|
+
// set: "ITI",
|
|
3956
|
+
// rarity: "super_rare",
|
|
3957
|
+
// };
|
|
3958
|
+
// export const tinkerBellVeryCleverFairy: LorcanitoCharacterCard = {
|
|
3959
|
+
// id: "lvr",
|
|
3960
|
+
// missingTestCase: true,
|
|
3961
|
+
// name: "Tinker Bell",
|
|
3962
|
+
// title: "Very Clever Fairy",
|
|
3963
|
+
// characteristics: ["dreamborn", "ally", "fairy"],
|
|
3964
|
+
// text: "**I CAN USE THAT** Whenever one of your items is banished, you may put that card into your inkwell facedown and exerted.",
|
|
3965
|
+
// type: "character",
|
|
3966
|
+
// abilities: [
|
|
3967
|
+
// {
|
|
3968
|
+
// type: "static",
|
|
3969
|
+
// ability: "gain-ability",
|
|
3970
|
+
// name: "I can use that",
|
|
3971
|
+
// text: "Whenever one of your items is banished, you may put that card into your inkwell facedown and exerted.",
|
|
3972
|
+
// target: yourBanishedItems,
|
|
3973
|
+
// gainedAbility: whenXIsBanished({
|
|
3974
|
+
// name: "I can use that",
|
|
3975
|
+
// text: "Whenever one of your items is banished, you may put that card into your inkwell facedown and exerted.",
|
|
3976
|
+
// optional: true,
|
|
3977
|
+
// effects: [putThisCardIntoYourInkwellExerted],
|
|
3978
|
+
// }),
|
|
3979
|
+
// },
|
|
3980
|
+
// ],
|
|
3981
|
+
// flavour: "She lives in a world of possibilities.",
|
|
3982
|
+
// inkwell: true,
|
|
3983
|
+
// colors: ["sapphire"],
|
|
3984
|
+
// cost: 5,
|
|
3985
|
+
// strength: 3,
|
|
3986
|
+
// willpower: 4,
|
|
3987
|
+
// lore: 2,
|
|
3988
|
+
// illustrator: "Grace Tran",
|
|
3989
|
+
// number: 157,
|
|
3990
|
+
// set: "ITI",
|
|
3991
|
+
// rarity: "super_rare",
|
|
3992
|
+
// };
|
|
3993
|
+
// export const chiefTuiProudOfMotunui: LorcanitoCharacterCard = {
|
|
3994
|
+
// id: "kg5",
|
|
3995
|
+
// name: "Chief Tui",
|
|
3996
|
+
// title: "Proud of Motunui",
|
|
3997
|
+
// characteristics: ["storyborn", "king", "mentor"],
|
|
3998
|
+
// type: "character",
|
|
3999
|
+
// flavour: "Look at our home! There is no better place to be.",
|
|
4000
|
+
// inkwell: true,
|
|
4001
|
+
// colors: ["steel"],
|
|
4002
|
+
// cost: 4,
|
|
4003
|
+
// strength: 3,
|
|
4004
|
+
// willpower: 4,
|
|
4005
|
+
// lore: 2,
|
|
4006
|
+
// illustrator: "Eri Welli",
|
|
4007
|
+
// number: 171,
|
|
4008
|
+
// set: "ITI",
|
|
4009
|
+
// rarity: "common",
|
|
4010
|
+
// };
|
|
4011
|
+
// export const hadesWrathfulRuler: LorcanitoCharacterCard = {
|
|
4012
|
+
// id: "qqe",
|
|
4013
|
+
// missingTestCase: true,
|
|
4014
|
+
// name: "Hades",
|
|
4015
|
+
// title: "Hotheaded Ruler",
|
|
4016
|
+
// characteristics: ["storyborn", "villain", "deity"],
|
|
4017
|
+
// text: "**CALLING THE TITANS** {E} – Ready your Titan characters.",
|
|
4018
|
+
// type: "character",
|
|
4019
|
+
// abilities: [
|
|
4020
|
+
// {
|
|
4021
|
+
// type: "activated",
|
|
4022
|
+
// costs: [{ type: "exert" }],
|
|
4023
|
+
// name: "CALLING THE TITANS",
|
|
4024
|
+
// text: "{E} – Ready your Titan characters.",
|
|
4025
|
+
// effects: [
|
|
4026
|
+
// {
|
|
4027
|
+
// type: "exert",
|
|
4028
|
+
// exert: false,
|
|
4029
|
+
// target: {
|
|
4030
|
+
// type: "card",
|
|
4031
|
+
// value: "all",
|
|
4032
|
+
// filters: [
|
|
4033
|
+
// { filter: "characteristics", value: ["titan"] },
|
|
4034
|
+
// { filter: "owner", value: "self" },
|
|
4035
|
+
// { filter: "zone", value: "play" },
|
|
4036
|
+
// { filter: "type", value: "character" },
|
|
4037
|
+
// ],
|
|
4038
|
+
// },
|
|
4039
|
+
// },
|
|
4040
|
+
// ],
|
|
4041
|
+
// },
|
|
4042
|
+
// ],
|
|
4043
|
+
// flavour:
|
|
4044
|
+
// "Brothers! Titans! Look at you, in your miserable prison. Who put you down there?",
|
|
4045
|
+
// inkwell: true,
|
|
4046
|
+
// colors: ["steel"],
|
|
4047
|
+
// cost: 6,
|
|
4048
|
+
// strength: 5,
|
|
4049
|
+
// willpower: 5,
|
|
4050
|
+
// lore: 2,
|
|
4051
|
+
// illustrator: "Brian Kesinger",
|
|
4052
|
+
// number: 174,
|
|
4053
|
+
// set: "ITI",
|
|
4054
|
+
// rarity: "rare",
|
|
4055
|
+
// };
|
|
4056
|
+
// export const helgaSinclairRightHandWoman: LorcanitoCharacterCard = {
|
|
4057
|
+
// id: "mag",
|
|
4058
|
+
// name: "Helga Sinclair",
|
|
4059
|
+
// title: "Right-Hand Woman",
|
|
4060
|
+
// characteristics: ["storyborn", "villain"],
|
|
4061
|
+
// text: "**Challenger** +2 _(While challenging, this character gets +2 {S}.)_",
|
|
4062
|
+
// type: "character",
|
|
4063
|
+
// abilities: [challengerAbility(2)],
|
|
4064
|
+
// flavour: "That was an order, not a suggestion. Let’s go!",
|
|
4065
|
+
// inkwell: true,
|
|
4066
|
+
// colors: ["steel"],
|
|
4067
|
+
// cost: 3,
|
|
4068
|
+
// strength: 2,
|
|
4069
|
+
// willpower: 4,
|
|
4070
|
+
// lore: 1,
|
|
4071
|
+
// illustrator: "Kasia Brzezinska",
|
|
4072
|
+
// number: 175,
|
|
4073
|
+
// set: "ITI",
|
|
4074
|
+
// rarity: "common",
|
|
4075
|
+
// };
|
|
4076
|
+
// export const kidaRoyalWarrior: LorcanitoCharacterCard = {
|
|
4077
|
+
// id: "owz",
|
|
4078
|
+
// name: "Kida",
|
|
4079
|
+
// title: "Royal Warrior",
|
|
4080
|
+
// characteristics: ["hero", "storyborn", "princess"],
|
|
4081
|
+
// text: "**Bodyguard** _(This character may enter play exerted. An opposing character who challenges one of your characters must choose one with Bodyguard if able.)_",
|
|
4082
|
+
// type: "character",
|
|
4083
|
+
// abilities: [bodyguardAbility],
|
|
4084
|
+
// flavour: "She’s seen strange things before, but nothing like this.",
|
|
4085
|
+
// inkwell: true,
|
|
4086
|
+
// colors: ["steel"],
|
|
4087
|
+
// cost: 2,
|
|
4088
|
+
// strength: 2,
|
|
4089
|
+
// willpower: 3,
|
|
4090
|
+
// lore: 1,
|
|
4091
|
+
// illustrator: "Carlos Ruiz",
|
|
4092
|
+
// number: 177,
|
|
4093
|
+
// set: "ITI",
|
|
4094
|
+
// rarity: "common",
|
|
4095
|
+
// };
|
|
4096
|
+
//
|
|
4097
|
+
// export const littleJohnResourcefulOutlaw: LorcanitoCharacterCard = {
|
|
4098
|
+
// id: "ai0",
|
|
4099
|
+
// missingTestCase: true,
|
|
4100
|
+
// name: "Little John",
|
|
4101
|
+
// title: "Resourceful Outlaw",
|
|
4102
|
+
// characteristics: ["hero", "floodborn"],
|
|
4103
|
+
// text: "**Shift** 4 _(You may pay 4 {I} to play this on top of one of your characters named Little John.)_\n\n**OKAY, BIG SHOT** While this character is exerted, your characters with **Bodyguard** gain **Resist** +1 and get +1 {L}. _(Damage dealt to them is reduced by 1.)_",
|
|
4104
|
+
// type: "character",
|
|
4105
|
+
// abilities: [
|
|
4106
|
+
// shiftAbility(4, "little john"),
|
|
4107
|
+
// {
|
|
4108
|
+
// type: "static",
|
|
4109
|
+
// ability: "gain-ability",
|
|
4110
|
+
// conditions: [whileThisCharacterIsExerted],
|
|
4111
|
+
// name: "OKAY, BIG SHOT",
|
|
4112
|
+
// text: "While this character is exerted, your characters with **Bodyguard** gain **Resist** +1 and get +1 {L}. _(Damage dealt to them is reduced by 1.)_",
|
|
4113
|
+
// target: {
|
|
4114
|
+
// type: "card",
|
|
4115
|
+
// value: "all",
|
|
4116
|
+
// filters: [
|
|
4117
|
+
// { filter: "owner", value: "self" },
|
|
4118
|
+
// { filter: "zone", value: "play" },
|
|
4119
|
+
// { filter: "ability", value: "bodyguard" },
|
|
4120
|
+
// ],
|
|
4121
|
+
// },
|
|
4122
|
+
// gainedAbility: resistAbility(1),
|
|
4123
|
+
// },
|
|
4124
|
+
// {
|
|
4125
|
+
// type: "static",
|
|
4126
|
+
// ability: "effects",
|
|
4127
|
+
// name: "OKAY, BIG SHOT",
|
|
4128
|
+
// text: "While this character is exerted, your characters with **Bodyguard** gain **Resist** +1 and get +1 {L}. _(Damage dealt to them is reduced by 1.)_",
|
|
4129
|
+
// conditions: [whileThisCharacterIsExerted],
|
|
4130
|
+
// effects: [
|
|
4131
|
+
// {
|
|
4132
|
+
// type: "attribute",
|
|
4133
|
+
// attribute: "lore",
|
|
4134
|
+
// amount: 1,
|
|
4135
|
+
// modifier: "add",
|
|
4136
|
+
// target: {
|
|
4137
|
+
// type: "card",
|
|
4138
|
+
// value: "all",
|
|
4139
|
+
// filters: [
|
|
4140
|
+
// { filter: "owner", value: "self" },
|
|
4141
|
+
// { filter: "zone", value: "play" },
|
|
4142
|
+
// { filter: "ability", value: "bodyguard" },
|
|
4143
|
+
// ],
|
|
4144
|
+
// },
|
|
4145
|
+
// },
|
|
4146
|
+
// ],
|
|
4147
|
+
// },
|
|
4148
|
+
// ],
|
|
4149
|
+
// inkwell: true,
|
|
4150
|
+
// colors: ["steel"],
|
|
4151
|
+
// cost: 6,
|
|
4152
|
+
// strength: 4,
|
|
4153
|
+
// willpower: 5,
|
|
4154
|
+
// lore: 2,
|
|
4155
|
+
// illustrator: "Filipe Laurentino",
|
|
4156
|
+
// number: 178,
|
|
4157
|
+
// set: "ITI",
|
|
4158
|
+
// rarity: "super_rare",
|
|
4159
|
+
// };
|
|
4160
|
+
// export const littleJohnRobinsCompanion: LorcanitoCharacterCard = {
|
|
4161
|
+
// id: "lkk",
|
|
4162
|
+
// missingTestCase: true,
|
|
4163
|
+
// name: "Little John",
|
|
4164
|
+
// title: "Robin's Pal",
|
|
4165
|
+
// characteristics: ["storyborn", "ally"],
|
|
4166
|
+
// text: "**Bodyguard** _(This character may enter play exerted. An opposing character who challenges one of your characters must choose one with Bodyguard if able.)_\n\n\n**DISGUISED** During your turn, this character gains **Evasive**. _(They can challenge characters with Evasive.)_",
|
|
4167
|
+
// type: "character",
|
|
4168
|
+
// abilities: [
|
|
4169
|
+
// bodyguardAbility,
|
|
4170
|
+
// duringYourTurnGains(
|
|
4171
|
+
// "Disguised",
|
|
4172
|
+
// "During your turn, this character gains **Evasive**. _(They can challenge characters with Evasive.)_",
|
|
4173
|
+
// evasiveAbility,
|
|
4174
|
+
// ),
|
|
4175
|
+
// ],
|
|
4176
|
+
// inkwell: true,
|
|
4177
|
+
// colors: ["steel"],
|
|
4178
|
+
// cost: 3,
|
|
4179
|
+
// strength: 2,
|
|
4180
|
+
// willpower: 4,
|
|
4181
|
+
// lore: 1,
|
|
4182
|
+
// illustrator: "Jacob McAlister",
|
|
4183
|
+
// number: 179,
|
|
4184
|
+
// set: "ITI",
|
|
4185
|
+
// rarity: "uncommon",
|
|
4186
|
+
// };
|
|
4187
|
+
// export const lythosRockTitan: LorcanitoCharacterCard = {
|
|
4188
|
+
// id: "qjs",
|
|
4189
|
+
// missingTestCase: true,
|
|
4190
|
+
// name: "Lythos",
|
|
4191
|
+
// title: "Rock Titan",
|
|
4192
|
+
// characteristics: ["storyborn", "titan"],
|
|
4193
|
+
// text: "**Resist** +2 _(Damage dealt to this character is reduced by 2.)_\n\n\n**STONE SKIN** {E} − Chosen character gains **Resist** +2 this turn.",
|
|
4194
|
+
// type: "character",
|
|
4195
|
+
// abilities: [
|
|
4196
|
+
// resistAbility(2),
|
|
4197
|
+
// // TODO: Refactor to this
|
|
4198
|
+
// // {
|
|
4199
|
+
// // type: "activated",
|
|
4200
|
+
// // ...chosenCharacterGains({
|
|
4201
|
+
// // name: "STONE SKIN",
|
|
4202
|
+
// // text: "{E} − Chosen character gains **Resist** +2 this turn.",
|
|
4203
|
+
// // gainedAbility: resistAbility(2),
|
|
4204
|
+
// // }),
|
|
4205
|
+
// // },
|
|
4206
|
+
// {
|
|
4207
|
+
// type: "activated",
|
|
4208
|
+
// name: "STONE SKIN",
|
|
4209
|
+
// text: "{E} − Chosen character gains **Resist** +2 this turn.",
|
|
4210
|
+
// costs: [{ type: "exert" }],
|
|
4211
|
+
// effects: [
|
|
4212
|
+
// {
|
|
4213
|
+
// type: "ability",
|
|
4214
|
+
// ability: "resist",
|
|
4215
|
+
// amount: 2,
|
|
4216
|
+
// modifier: "add",
|
|
4217
|
+
// duration: "turn",
|
|
4218
|
+
// target: chosenCharacter,
|
|
4219
|
+
// },
|
|
4220
|
+
// ],
|
|
4221
|
+
// },
|
|
4222
|
+
// ],
|
|
4223
|
+
// flavour: "Crush Zeus!",
|
|
4224
|
+
// inkwell: true,
|
|
4225
|
+
// colors: ["steel"],
|
|
4226
|
+
// cost: 4,
|
|
4227
|
+
// strength: 4,
|
|
4228
|
+
// willpower: 1,
|
|
4229
|
+
// lore: 1,
|
|
4230
|
+
// illustrator: "Alice Pisoni",
|
|
4231
|
+
// number: 180,
|
|
4232
|
+
// set: "ITI",
|
|
4233
|
+
// rarity: "uncommon",
|
|
4234
|
+
// };
|
|
4235
|
+
// export const mickeyMouseTrumpeter: LorcanitoCharacterCard = {
|
|
4236
|
+
// id: "zep",
|
|
4237
|
+
// reprints: ["ftq"],
|
|
4238
|
+
// missingTestCase: true,
|
|
4239
|
+
// name: "Mickey Mouse",
|
|
4240
|
+
// title: "Trumpeter",
|
|
4241
|
+
// characteristics: ["hero", "dreamborn"],
|
|
4242
|
+
// text: "**BUGLE CALL** {E}, 2 {I} - Play a character for free.",
|
|
4243
|
+
// type: "character",
|
|
4244
|
+
// abilities: [
|
|
4245
|
+
// {
|
|
4246
|
+
// type: "activated",
|
|
4247
|
+
// name: "Bugle Call",
|
|
4248
|
+
// text: "{E}, 2 {I} - Play a character for free.",
|
|
4249
|
+
// costs: [{ type: "exert" }, { type: "ink", amount: 2 }],
|
|
4250
|
+
// effects: [
|
|
4251
|
+
// {
|
|
4252
|
+
// type: "play",
|
|
4253
|
+
// forFree: true,
|
|
4254
|
+
// target: {
|
|
4255
|
+
// type: "card",
|
|
4256
|
+
// value: 1,
|
|
4257
|
+
// filters: [
|
|
4258
|
+
// { filter: "owner", value: "self" },
|
|
4259
|
+
// { filter: "zone", value: "hand" },
|
|
4260
|
+
// { filter: "type", value: "character" },
|
|
4261
|
+
// ],
|
|
4262
|
+
// },
|
|
4263
|
+
// },
|
|
4264
|
+
// ],
|
|
4265
|
+
// },
|
|
4266
|
+
// ],
|
|
4267
|
+
// colors: ["steel"],
|
|
4268
|
+
// cost: 4,
|
|
4269
|
+
// willpower: 1,
|
|
4270
|
+
// lore: 1,
|
|
4271
|
+
// strength: 0,
|
|
4272
|
+
// illustrator: "Gonzalo Kenny",
|
|
4273
|
+
// number: 182,
|
|
4274
|
+
// set: "ITI",
|
|
4275
|
+
// rarity: "legendary",
|
|
4276
|
+
// };
|
|
4277
|
+
// export const mrSmeeBumblingMate: LorcanitoCharacterCard = {
|
|
4278
|
+
// id: "gpk",
|
|
4279
|
+
// name: "Mr. Smee",
|
|
4280
|
+
// title: "Bumbling Mate",
|
|
4281
|
+
// characteristics: ["storyborn", "pirate", "ally"],
|
|
4282
|
+
// text: "**OH DEAR, DEAR, DEAR** At the end of your turn, if this character is exerted and you do not have a Captain character in play, deal 1 damage to this character.",
|
|
4283
|
+
// type: "character",
|
|
4284
|
+
// abilities: [
|
|
4285
|
+
// atTheEndOfYourTurn({
|
|
4286
|
+
// name: "**OH DEAR, DEAR, DEAR",
|
|
4287
|
+
// text: "At the end of your turn, if this character is exerted and you do not have a Captain character in play, deal 1 damage to this character.",
|
|
4288
|
+
// effects: [
|
|
4289
|
+
// {
|
|
4290
|
+
// type: "damage",
|
|
4291
|
+
// amount: 1,
|
|
4292
|
+
// target: thisCharacter,
|
|
4293
|
+
// },
|
|
4294
|
+
// ],
|
|
4295
|
+
// secondaryConditions: [
|
|
4296
|
+
// ifThisCharacterIsExerted,
|
|
4297
|
+
// {
|
|
4298
|
+
// type: "filter",
|
|
4299
|
+
// comparison: { operator: "lte", value: 0 },
|
|
4300
|
+
// filters: [
|
|
4301
|
+
// {
|
|
4302
|
+
// filter: "zone",
|
|
4303
|
+
// value: "play",
|
|
4304
|
+
// },
|
|
4305
|
+
// {
|
|
4306
|
+
// filter: "characteristics",
|
|
4307
|
+
// value: ["captain"],
|
|
4308
|
+
// },
|
|
4309
|
+
// {
|
|
4310
|
+
// filter: "owner",
|
|
4311
|
+
// value: "self",
|
|
4312
|
+
// },
|
|
4313
|
+
// ],
|
|
4314
|
+
// },
|
|
4315
|
+
// ],
|
|
4316
|
+
// }),
|
|
4317
|
+
// ],
|
|
4318
|
+
// flavour: "Catch these little-OUCH!",
|
|
4319
|
+
// inkwell: true,
|
|
4320
|
+
// colors: ["steel"],
|
|
4321
|
+
// cost: 2,
|
|
4322
|
+
// strength: 3,
|
|
4323
|
+
// willpower: 3,
|
|
4324
|
+
// lore: 2,
|
|
4325
|
+
// illustrator: "Ally Zermeno",
|
|
4326
|
+
// number: 184,
|
|
4327
|
+
// set: "ITI",
|
|
4328
|
+
// rarity: "uncommon",
|
|
4329
|
+
// };
|
|
4330
|
+
// export const nalaFierceFriend: LorcanitoCharacterCard = {
|
|
4331
|
+
// id: "apz",
|
|
4332
|
+
// name: "Nala",
|
|
4333
|
+
// title: "Fierce Friend",
|
|
4334
|
+
// characteristics: ["storyborn", "ally"],
|
|
4335
|
+
// type: "character",
|
|
4336
|
+
// flavour: "Pinned ya again.",
|
|
4337
|
+
// inkwell: true,
|
|
4338
|
+
// colors: ["steel"],
|
|
4339
|
+
// cost: 3,
|
|
4340
|
+
// strength: 2,
|
|
4341
|
+
// willpower: 4,
|
|
4342
|
+
// lore: 2,
|
|
4343
|
+
// illustrator: "Brian Weisz",
|
|
4344
|
+
// number: 186,
|
|
4345
|
+
// set: "ITI",
|
|
4346
|
+
// rarity: "uncommon",
|
|
4347
|
+
// };
|
|
4348
|
+
// export const robinHoodBelovedOutlaw: LorcanitoCharacterCard = {
|
|
4349
|
+
// id: "n4x",
|
|
4350
|
+
// name: "Robin Hood",
|
|
4351
|
+
// title: "Beloved Outlaw",
|
|
4352
|
+
// characteristics: ["hero", "storyborn"],
|
|
4353
|
+
// type: "character",
|
|
4354
|
+
// flavour: "You call this an ambush? Tsk, tsk. It's barely a bushwhack.",
|
|
4355
|
+
// inkwell: true,
|
|
4356
|
+
// colors: ["steel"],
|
|
4357
|
+
// cost: 1,
|
|
4358
|
+
// strength: 2,
|
|
4359
|
+
// willpower: 2,
|
|
4360
|
+
// lore: 1,
|
|
4361
|
+
// illustrator: "Valerio Buonfantino",
|
|
4362
|
+
// number: 189,
|
|
4363
|
+
// set: "ITI",
|
|
4364
|
+
// rarity: "common",
|
|
4365
|
+
// };
|
|
4366
|
+
// export const robinHoodChampionOfSherwood: LorcanitoCharacterCard = {
|
|
4367
|
+
// id: "f1t",
|
|
4368
|
+
// reprints: ["mfa"],
|
|
4369
|
+
// name: "Robin Hood",
|
|
4370
|
+
// title: "Champion of Sherwood",
|
|
4371
|
+
// characteristics: ["hero", "floodborn"],
|
|
4372
|
+
// text: "**Shift** 3 _(You may pay 3 {I} to play this on top of one of your characters named Robin Hood.)_\n\n\n**SKILLED COMBATANT** During your turn, whenever this character banishes another character in a challenge, gain 2 lore.\n\n\n**THE GOOD OF OTHERS** When this character is banished in a challenge, you may draw a card.",
|
|
4373
|
+
// type: "character",
|
|
4374
|
+
// abilities: [
|
|
4375
|
+
// shiftAbility(3, "Robin Hood"),
|
|
4376
|
+
// duringYourTurnWheneverBanishesCharacterInChallenge({
|
|
4377
|
+
// name: "SKILLED COMBATANT",
|
|
4378
|
+
// text: "During your turn, whenever this character banishes another character in a challenge, gain 2 lore.",
|
|
4379
|
+
// effects: [
|
|
4380
|
+
// {
|
|
4381
|
+
// type: "lore",
|
|
4382
|
+
// amount: 2,
|
|
4383
|
+
// modifier: "add",
|
|
4384
|
+
// target: self,
|
|
4385
|
+
// },
|
|
4386
|
+
// ],
|
|
4387
|
+
// }),
|
|
4388
|
+
// whenThisCharacterBanishedInAChallenge({
|
|
4389
|
+
// name: "THE GOOD OF OTHERS",
|
|
4390
|
+
// text: "When this character is banished in a challenge, you may draw a card.",
|
|
4391
|
+
// optional: true,
|
|
4392
|
+
// effects: [drawACard],
|
|
4393
|
+
// }),
|
|
4394
|
+
// ],
|
|
4395
|
+
// inkwell: true,
|
|
4396
|
+
// colors: ["steel"],
|
|
4397
|
+
// cost: 5,
|
|
4398
|
+
// strength: 3,
|
|
4399
|
+
// willpower: 6,
|
|
4400
|
+
// lore: 2,
|
|
4401
|
+
// illustrator: "Rudy Hill",
|
|
4402
|
+
// number: 190,
|
|
4403
|
+
// set: "ITI",
|
|
4404
|
+
// rarity: "legendary",
|
|
4405
|
+
// };
|
|
4406
|
+
// export const sheriffOfNottinghamCorruptOfficial: LorcanitoCharacterCard = {
|
|
4407
|
+
// id: "mjo",
|
|
4408
|
+
// missingTestCase: true,
|
|
4409
|
+
// name: "Sheriff of Nottingham",
|
|
4410
|
+
// title: "Corrupt Official",
|
|
4411
|
+
// characteristics: ["dreamborn", "villain"],
|
|
4412
|
+
// text: "**TAXES SHOULD HURT** Whenever you discard a card, you may deal 1 damage to chosen opposing character.",
|
|
4413
|
+
// type: "character",
|
|
4414
|
+
// abilities: [
|
|
4415
|
+
// wheneverYouDiscardACard({
|
|
4416
|
+
// name: "Taxes Should Hurt",
|
|
4417
|
+
// text: "Whenever you discard a card, you may deal 1 damage to chosen opposing character.",
|
|
4418
|
+
// optional: true,
|
|
4419
|
+
// effects: [
|
|
4420
|
+
// {
|
|
4421
|
+
// type: "damage",
|
|
4422
|
+
// amount: 1,
|
|
4423
|
+
// target: chosenOpposingCharacter,
|
|
4424
|
+
// },
|
|
4425
|
+
// ],
|
|
4426
|
+
// }),
|
|
4427
|
+
// ],
|
|
4428
|
+
// flavour:
|
|
4429
|
+
// "The thirteenth Rule of Villainy: Take everything you can, but do it with a smile.",
|
|
4430
|
+
// colors: ["steel"],
|
|
4431
|
+
// cost: 4,
|
|
4432
|
+
// strength: 2,
|
|
4433
|
+
// willpower: 4,
|
|
4434
|
+
// lore: 1,
|
|
4435
|
+
// illustrator: "Alice Pisoni",
|
|
4436
|
+
// number: 191,
|
|
4437
|
+
// set: "ITI",
|
|
4438
|
+
// rarity: "super_rare",
|
|
4439
|
+
// };
|
|
4440
|
+
//
|
|
4441
|
+
// const submitOrFight: ModalEffect = {
|
|
4442
|
+
// type: "modal",
|
|
4443
|
+
// // TODO: Get rid of target
|
|
4444
|
+
// target: chosenCharacter,
|
|
4445
|
+
// modes: [
|
|
4446
|
+
// {
|
|
4447
|
+
// id: "1",
|
|
4448
|
+
// text: "You may draw 2 cards, then choose and discard 2 cards.",
|
|
4449
|
+
// optional: true,
|
|
4450
|
+
// resolveEffectsIndividually: true,
|
|
4451
|
+
// effects: [discardTwoCards, drawXCards(2)],
|
|
4452
|
+
// },
|
|
4453
|
+
// {
|
|
4454
|
+
// id: "2",
|
|
4455
|
+
// text: "You may deal 2 damage to chosen character.",
|
|
4456
|
+
// optional: true,
|
|
4457
|
+
// effects: [
|
|
4458
|
+
// {
|
|
4459
|
+
// type: "damage",
|
|
4460
|
+
// amount: 2,
|
|
4461
|
+
// target: chosenCharacter,
|
|
4462
|
+
// },
|
|
4463
|
+
// ],
|
|
4464
|
+
// },
|
|
4465
|
+
// ],
|
|
4466
|
+
// };
|
|
4467
|
+
//
|
|
4468
|
+
// export const simbaFightingPrince: LorcanitoCharacterCard = {
|
|
4469
|
+
// id: "gm1",
|
|
4470
|
+
// missingTestCase: true,
|
|
4471
|
+
// name: "Simba",
|
|
4472
|
+
// title: "Fighting Prince",
|
|
4473
|
+
// characteristics: ["hero", "dreamborn", "prince"],
|
|
4474
|
+
// text: "**SUBMIT OR FIGHT** When you play this character and whenever this character banishes another character in a challenge during your turn, choose one:\n\n· You may draw 2 cards, then choose and discard 2 cards.\n\n· You may deal 2 damage to chosen character.",
|
|
4475
|
+
// type: "character",
|
|
4476
|
+
// abilities: [
|
|
4477
|
+
// {
|
|
4478
|
+
// type: "resolution",
|
|
4479
|
+
// name: "Submit Or Fight",
|
|
4480
|
+
// text: "When you play this character and whenever this character banishes another character in a challenge during your turn, choose one:\n\n· You may draw 2 cards, then choose and discard 2 cards.\n\n· You may deal 2 damage to chosen character.",
|
|
4481
|
+
// optional: true,
|
|
4482
|
+
// effects: [submitOrFight],
|
|
4483
|
+
// },
|
|
4484
|
+
// wheneverBanishesAnotherCharacterInChallenge({
|
|
4485
|
+
// name: "Submit Or Fight",
|
|
4486
|
+
// text: "Whenever this character banishes another character in a challenge during your turn, choose one:\n\n· You may draw 2 cards, then choose and discard 2 cards.\n\n· You may deal 2 damage to chosen character.",
|
|
4487
|
+
// optional: true,
|
|
4488
|
+
// effects: [submitOrFight],
|
|
4489
|
+
// }),
|
|
4490
|
+
// ],
|
|
4491
|
+
// flavour: "He is ready to restore his past glory to the Pride Lands.",
|
|
4492
|
+
// inkwell: true,
|
|
4493
|
+
// colors: ["steel"],
|
|
4494
|
+
// cost: 7,
|
|
4495
|
+
// strength: 5,
|
|
4496
|
+
// willpower: 7,
|
|
4497
|
+
// lore: 2,
|
|
4498
|
+
// illustrator: "Noukah",
|
|
4499
|
+
// number: 192,
|
|
4500
|
+
// set: "ITI",
|
|
4501
|
+
// rarity: "super_rare",
|
|
4502
|
+
// };
|
|
4503
|
+
// export const simbaRightfulKing: LorcanitoCharacterCard = {
|
|
4504
|
+
// id: "fgi",
|
|
4505
|
+
// missingTestCase: true,
|
|
4506
|
+
// name: "Simba",
|
|
4507
|
+
// title: "Rightful King",
|
|
4508
|
+
// characteristics: ["hero", "storyborn", "king"],
|
|
4509
|
+
// text: "**TRIUMPHANT STANCE** During your turn, whenever this character banishes another character in a challenge, chosen opposing character can't challenge during their next turn.",
|
|
4510
|
+
// type: "character",
|
|
4511
|
+
// abilities: [
|
|
4512
|
+
// wheneverBanishesAnotherCharacterInChallenge({
|
|
4513
|
+
// name: "Triumphant Stance",
|
|
4514
|
+
// text: "During your turn, whenever this character banishes another character in a challenge, chosen opposing character can't challenge during their next turn.",
|
|
4515
|
+
// effects: [chosenCharacterCantChallengeDuringNextTurn],
|
|
4516
|
+
// }),
|
|
4517
|
+
// ],
|
|
4518
|
+
// flavour: "With dangers multiplying all around, the pride needs its guardian.",
|
|
4519
|
+
// inkwell: true,
|
|
4520
|
+
// colors: ["steel"],
|
|
4521
|
+
// cost: 5,
|
|
4522
|
+
// strength: 4,
|
|
4523
|
+
// willpower: 6,
|
|
4524
|
+
// lore: 1,
|
|
4525
|
+
// illustrator: "Mariana Moreno",
|
|
4526
|
+
// number: 193,
|
|
4527
|
+
// set: "ITI",
|
|
4528
|
+
// rarity: "uncommon",
|
|
4529
|
+
// };
|
|
4530
|
+
// export const thaddeusEKlangMetalHead: LorcanitoCharacterCard = {
|
|
4531
|
+
// id: "uvv",
|
|
4532
|
+
// missingTestCase: true,
|
|
4533
|
+
// name: "Thaddeus E. Klang",
|
|
4534
|
+
// title: "Metallic Leader",
|
|
4535
|
+
// characteristics: ["storyborn", "villain"],
|
|
4536
|
+
// text: "**SHARP JAW** Whenever this character quests while at a location, you may deal 1 damage to chosen character.",
|
|
4537
|
+
// type: "character",
|
|
4538
|
+
// abilities: [
|
|
4539
|
+
// wheneverQuests({
|
|
4540
|
+
// type: "resolution",
|
|
4541
|
+
// name: "SHARP JAW",
|
|
4542
|
+
// text: "Whenever this character quests while at a location, you may deal 1 damage to chosen character.",
|
|
4543
|
+
// effects: [
|
|
4544
|
+
// {
|
|
4545
|
+
// type: "damage",
|
|
4546
|
+
// amount: 1,
|
|
4547
|
+
// target: chosenCharacter,
|
|
4548
|
+
// } as DamageEffect,
|
|
4549
|
+
// ],
|
|
4550
|
+
// } as ResolutionAbility),
|
|
4551
|
+
// ],
|
|
4552
|
+
// flavour: "Soon, the bells will toll the death knell of your destiny!",
|
|
4553
|
+
// inkwell: true,
|
|
4554
|
+
// colors: ["steel"],
|
|
4555
|
+
// cost: 5,
|
|
4556
|
+
// strength: 3,
|
|
4557
|
+
// willpower: 5,
|
|
4558
|
+
// lore: 2,
|
|
4559
|
+
// illustrator: "Juan Diego Leon",
|
|
4560
|
+
// number: 194,
|
|
4561
|
+
// set: "ITI",
|
|
4562
|
+
// rarity: "uncommon",
|
|
4563
|
+
// };
|
|
4564
|
+
//
|