1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-26 13:59:18 +00:00

fix: correct data for sets tk-ex-latia, tk-ex-latio, tk-ex-m, tk-ex-p, tk-bw-e, tk-bw-z (#726)

Co-authored-by: Avior <github@avior.me>
This commit is contained in:
yugi-classic
2025-05-04 00:37:30 +02:00
committed by GitHub
parent d0c43e5ce6
commit d169a67833
128 changed files with 2709 additions and 1068 deletions

View File

@ -0,0 +1,32 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
name: {
en: "Pokémon Communication",
fr: "Communication Pokémon",
es: "Comunicación Pokémon",
it: "Comunicazione Pokémon",
pt: "Comunicação Pokémon",
de: "Pokémon-Kommunikation"
},
illustrator: "5ban Graphics",
rarity: "None",
category: "Trainer",
effect: {
en: "Reveal a Pokémon in your hand and put it on top of your deck. If you do, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.",
fr: "Montrez lun des Pokémon de votre main et placez-le sur le dessus de votre deck. Dans ce cas, cherchez un Pokémon dans votre deck, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
es: "Enseña un Pokémon de tu mano y ponlo en la parte superior de tu baraja. Si lo haces, busca en tu baraja un Pokémon, enséñalo y ponlo en tu mano. Baraja las cartas de tu baraja después.",
it: "Mostra un Pokémon che hai in mano e mettilo in cima al tuo mazzo. A questo punto cerca nel tuo mazzo un Pokémon, mostra anche questo e aggiungilo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
pt: "Revele um Pokémon em sua mão e coloque-o em cima do seu baralho. Se fizer isso, procure um Pokémon em seu baralho, revele-o e coloque-o na sua mão. Em seguida, embaralhe seu baralho.",
de: "Nimm 1 Pokémon von deiner Hand, zeige es deinem Gegner und lege es auf dein Deck. Wenn du das machst, durchsuche dein Deck nach 1 Pokémon, zeige es deinem Gegner und nimm es auf deine Hand. Mische anschließend dein Deck."
},
trainerType: "Item"
}
export default card