mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Buneary",
|
||||
fr: "Laporeille",
|
||||
es: "Buneary",
|
||||
it: "Buneary",
|
||||
pt: "Buneary",
|
||||
de: "Haspiror"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Common",
|
||||
@ -31,10 +35,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bounce",
|
||||
fr: "Rebond",
|
||||
es: "Bote",
|
||||
it: "Rimbalzo",
|
||||
pt: "Ricochete",
|
||||
de: "Sprungfeder"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Échangez ce Pokémon avec l’un de vos Pokémon de Banc.",
|
||||
fr: "Échangez ce Pokémon avec l'un de vos Pokémon de Banc.",
|
||||
es: "Cambia este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
it: "Scambia questo Pokémon con uno della tua panchina.",
|
||||
pt: "Troque este Pokémon por 1 dos seus Pokémon do Banco.",
|
||||
de: "Tausche dieses Pokémon gegen 1 Pokémon auf deiner Bank aus."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user