mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Nidoran♂",
|
||||
fr: "Nidoran♂",
|
||||
es: "Nidoran♂",
|
||||
it: "Nidoran♂",
|
||||
pt: "Nidoran♂",
|
||||
de: "Nidoran♂"
|
||||
},
|
||||
illustrator: "Hasuno",
|
||||
rarity: "Common",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Come Along",
|
||||
fr: "Compagnon",
|
||||
es: "Acompáñame",
|
||||
it: "Rimorchiare",
|
||||
pt: "Acompanha-me",
|
||||
de: "Komm mit!"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for Nidoran♀ and put it onto your Bench. Shuffle your deck afterward.",
|
||||
fr: "Cherchez Nidoran♀ dans votre deck et placez-le sur votre Banc. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja 1 Nidoran♀ y ponlo en tu Banca. Baraja las cartas de tu baraja después.",
|
||||
it: "Cerca Nidoran♀ nel tuo mazzo e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure em seu baralho por Nidoran♀ e coloque-a no seu Banco. Em seguida, embaralhe seus cards.",
|
||||
de: "Durchsuche dein Deck nach Nidoran♀ und lege es auf deine Bank. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,6 +57,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Peck",
|
||||
fr: "Picpic",
|
||||
es: "Picotazo",
|
||||
it: "Beccata",
|
||||
pt: "Bicada",
|
||||
de: "Schnabel"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user