mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-13 05:15:10 +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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Yamper",
|
||||
fr: "Voltoutou",
|
||||
es: "Yamper",
|
||||
it: "Yamper",
|
||||
pt: "Yamper",
|
||||
de: "Voldi"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Roar",
|
||||
fr: "Hurlement",
|
||||
es: "Rugido",
|
||||
it: "Boato",
|
||||
pt: "Rugido",
|
||||
de: "Brüller"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.",
|
||||
fr: "Votre adversaire échange son Pokémon Actif contre l’un de ses Pokémon de Banc.",
|
||||
es: "Tu rival cambia su Pokémon Activo por 1 de sus Pokémon en Banca.",
|
||||
it: "Il tuo avversario scambia il suo Pokémon attivo con uno della sua panchina.",
|
||||
pt: "Seu oponente troca o próprio Pokémon Ativo por 1 dos Pokémon no Banco dele(a).",
|
||||
de: "Dein Gegner tauscht sein Aktives Pokémon gegen 1 Pokémon auf seiner Bank aus."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,6 +53,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Static Shock",
|
||||
fr: "Choc Statique",
|
||||
es: "Impacto Estático",
|
||||
it: "Shock Statico",
|
||||
pt: "Choque de Estática",
|
||||
de: "Statischer Schock"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user