1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

Added informations on more languages for Sword & Shield cards

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-29 17:20:26 +02:00
parent b1c866b38b
commit 96f34fcafb
1520 changed files with 28918 additions and 4846 deletions

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../Chilling Reign'
const card: Card = {
set: Set,
name: {
en: "Echoing Horn",
fr: "Corne Résonnante",
es: "Cuerno Resonante",
it: "Corno Echeggiante",
pt: "Berrante Retumbante",
de: "Echohorn"
},
rarity: "Secret Rare",
category: "Trainer",
effect: {
en: "Put a Basic Pokémon from your opponents discard pile onto their Bench.",
fr: "Placez un Pokémon de base de la pile de défausse de votre adversaire sur son Banc.",
es: "Pon 1 Pokémon Básico de la pila de descartes de tu rival en su Banca.",
it: "Prendi un Pokémon Base dalla pila degli scarti del tuo avversario e mettilo nella sua panchina.",
pt: "Coloque 1 Pokémon Básico da pilha de descarte do seu oponente no Banco dele(a).",
de: "Lege 1 Basis-Pokémon aus dem Ablagestapel deines Gegners auf seine Bank."
},
trainerType: "Item"
}
export default card