mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19: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:
@ -4,7 +4,11 @@ import Set from '../Champion\'s Path'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rotom Bike",
|
||||
fr: "Moticyclette"
|
||||
fr: "Moticyclette",
|
||||
es: "Bici Rotom",
|
||||
it: "Bici Rotom",
|
||||
pt: "Bicicleta Rotom",
|
||||
de: "Rotom-Rad"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -14,7 +18,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Draw cards until you have 6 cards in your hand. Your turn ends.",
|
||||
fr: "Piochez des cartes jusqu’à en avoir 6 en main. Votre tour se termine."
|
||||
fr: "Piochez des cartes jusqu’à en avoir 6 en main. Votre tour se termine.",
|
||||
es: "Roba cartas hasta que tengas 6 cartas en tu mano. Tu turno termina.",
|
||||
it: "Pesca fino ad avere sei carte in mano. Il tuo turno finisce.",
|
||||
pt: "Compre cartas até ter 6 cartas na sua mão. O seu turno acaba.",
|
||||
de: "Ziehe so lange Karten, bis du 6 Karten auf deiner Hand hast. Dein Zug endet."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
|
Reference in New Issue
Block a user