mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +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:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Korrina’s Focus",
|
||||
fr: "Concentration de Cornélia"
|
||||
fr: "Concentration de Cornélia",
|
||||
es: "Enfoque de Corelia",
|
||||
it: "Impegno di Ornella",
|
||||
pt: "Foco da Korrina",
|
||||
de: "Connies Fokus"
|
||||
},
|
||||
|
||||
illustrator: "Taira Akitsu",
|
||||
@ -15,7 +19,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Draw cards until you have 6 cards in your hand.",
|
||||
fr: "Piochez des cartes jusqu’à en avoir 6 en main."
|
||||
fr: "Piochez des cartes jusqu’à en avoir 6 en main.",
|
||||
es: "Roba cartas hasta que tengas 6 cartas en tu mano.",
|
||||
it: "Pesca fino ad avere sei carte in mano.",
|
||||
pt: "Compre cartas até ter 6 cartas na sua mão.",
|
||||
de: "Ziehe so lange Karten, bis du 6 Karten auf deiner Hand hast."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
|
Reference in New Issue
Block a user