1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-09 02:37:50 +00:00

33 lines
529 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Team Up'
const card: Card = {
name: {
en: "Pokémon Communication",
fr: "Communication Pokémon",
},
illustrator: "Ayaka Yoshida",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Montrez un Pokémon de votre main, puis placez-le dans votre deck. Dans ce cas, cherchez un Pokémon dans votre deck, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
},
trainerType: "Item",
}
export default card