diff --git a/data/Pokémon TCG Pocket/Mythical Island/063.ts b/data/Pokémon TCG Pocket/Mythical Island/063.ts new file mode 100644 index 000000000..43cc3daa7 --- /dev/null +++ b/data/Pokémon TCG Pocket/Mythical Island/063.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Mythical Island" + +const card: Card = { + set: Set, + + name: { + en: "Old Amber" + }, + + illustrator: "Toyste Beach", + category: "Trainer", + + effect: { + en: "Play this card as if it were a 40-HP Basic C Pokémon.\nAt any time during your turn, you may discard this card from play.\nThis card can't retreat." + }, + + trainerType: "Item", + rarity: "One Diamond" +} + +export default card