1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-11 15:45:14 +00:00
Files
cards-database/data/XY/XY Black Star Promos/XY105.ts

34 lines
539 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../XY Black Star Promos'
const card: Card = {
name: {
en: "Mawile Spirit Link",
fr: "Lien Spirituel Mysdibule",
},
illustrator: "5ban Graphics",
rarity: "None",
category: "Trainer",
set: Set,
effect: {
fr: "Votre tour ne se termine pas si le Pokémon auquel cette carte est attachée devient M-Mysdibule-EX.",
en: "Your turn does not end if the Pokémon this card is attached to becomes M Mawile-EX."
},
trainerType: "Tool",
}
export default card