mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Acro Bike",
|
||||
fr: "Vélo Cross",
|
||||
es: "Bici Acrobática",
|
||||
it: "Bici da cross",
|
||||
pt: "Bicicleta Acro",
|
||||
de: "Kunstrad"
|
||||
},
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Rare",
|
||||
rarity: "Secret Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Regardez les 2 cartes du dessus de votre deck et ajoutez l’une d’entre elles à votre main. Défaussez l’autre carte.",
|
||||
en: "Look at the top 2 cards of your deck and put 1 of them into your hand. Discard the other card.",
|
||||
es: "Mira las 2 primeras cartas de tu baraja y pon 1 de ellas en tu mano. Descarta la otra carta.",
|
||||
it: "Guarda le prime due carte del tuo mazzo e aggiungi una di esse alle carte che hai in mano. Scarta l’altra carta.",
|
||||
pt: "Olhe as 2 primeiras cartas do seu baralho e coloque 1 delas na sua mão. Descarte a outra carta.",
|
||||
de: "Schau dir die obersten 2 Karten deines Decks an und nimm 1 von ihnen auf deine Hand. Lege die andere Karte auf deinen Ablagestapel."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user