mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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: {
|
||||
fr: "Docteure",
|
||||
en: "Doctor"
|
||||
en: "Doctor",
|
||||
es: "Doctora",
|
||||
it: "Medico",
|
||||
pt: "Médica",
|
||||
de: "Ärztin"
|
||||
},
|
||||
|
||||
illustrator: "Megumi Mizutani",
|
||||
@ -15,7 +19,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Piochez 2 cartes. Si le Pokémon Actif de votre adversaire est un Pokémon-VMAX, piochez 2 cartes supplémentaires.",
|
||||
en: "Draw 2 cards. If your opponent’s Active Pokémon is a Pokémon VMAX, draw 2 more cards."
|
||||
en: "Draw 2 cards. If your opponent’s Active Pokémon is a Pokémon VMAX, draw 2 more cards.",
|
||||
es: "Roba 2 cartas. Si el Pokémon Activo de tu rival es un Pokémon VMAX, roba 2 cartas más.",
|
||||
it: "Pesca due carte. Se il Pokémon attivo del tuo avversario è un Pokémon-VMAX, pesca altre due carte.",
|
||||
pt: "Compre 2 cartas. Se o Pokémon Ativo do seu oponente for um Pokémon VMAX, compre 2 cartas a mais.",
|
||||
de: "Ziehe 2 Karten. Wenn das Aktive Pokémon deines Gegners ein Pokémon-VMAX ist, ziehe 2 Karten mehr."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
|
Reference in New Issue
Block a user