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:
31
data/Sword & Shield/Chilling Reign/225.ts
Normal file
31
data/Sword & Shield/Chilling Reign/225.ts
Normal 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 opponent’s 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
|
Reference in New Issue
Block a user