1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 03:42:13 +00:00

33 lines
443 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Fates Collide'
const card: Card = {
name: {
en: "Alakazam Spirit Link",
fr: "Lien Spirituel Alakazam",
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Votre tour ne se termine pas si le Pokémon auquel cette carte est attachée devient M-Alakazam-EX.",
},
trainerType: "Tool",
}
export default card