mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59: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:
@ -4,7 +4,11 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Carnivine",
|
||||
fr: "Vortente"
|
||||
fr: "Vortente",
|
||||
es: "Carnivine",
|
||||
it: "Carnivine",
|
||||
pt: "Carnivine",
|
||||
de: "Venuflibis"
|
||||
},
|
||||
|
||||
illustrator: "Masakazu Fukuda",
|
||||
@ -24,11 +28,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Return",
|
||||
fr: "Retour"
|
||||
fr: "Retour",
|
||||
es: "Retribución",
|
||||
it: "Ritorno",
|
||||
pt: "Retorno",
|
||||
de: "Rückkehr"
|
||||
},
|
||||
effect: {
|
||||
en: "You may draw cards until you have 5 cards in your hand.",
|
||||
fr: "Vous pouvez piocher des cartes jusqu’à en avoir 5 en main."
|
||||
fr: "Vous pouvez piocher des cartes jusqu’à en avoir 5 en main.",
|
||||
es: "Puedes robar cartas hasta que tengas 5 cartas en tu mano.",
|
||||
it: "Puoi pescare fino ad avere cinque carte in mano.",
|
||||
pt: "Você pode comprar cartas até ter 5 cartas na sua mão.",
|
||||
de: "Du kannst so lange Karten ziehen, bis du 5 Karten auf deiner Hand hast."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -40,11 +52,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Giga Drain",
|
||||
fr: "Giga-Sangsue"
|
||||
fr: "Giga-Sangsue",
|
||||
es: "Gigadrenado",
|
||||
it: "Gigassorbimento",
|
||||
pt: "Gigadreno",
|
||||
de: "Gigasauger"
|
||||
},
|
||||
effect: {
|
||||
en: "Heal from this Pokémon the same amount of damage you did to your opponent’s Active Pokémon.",
|
||||
fr: "Soignez ce Pokémon du nombre de dégâts que vous avez infligés au Pokémon Actif de votre adversaire."
|
||||
fr: "Soignez ce Pokémon du nombre de dégâts que vous avez infligés au Pokémon Actif de votre adversaire.",
|
||||
es: "Cura a este Pokémon la misma cantidad de puntos de daño que hayas infligido al Pokémon Activo de tu rival.",
|
||||
it: "Cura questo Pokémon da una quantità di danni pari a quelli che hai inflitto al Pokémon attivo del tuo avversario.",
|
||||
pt: "Cure deste Pokémon a mesma quantidade de dano que você causou ao Pokémon Ativo do seu oponente.",
|
||||
de: "Heile bei diesem Pokémon genauso viel Schaden, wie du dem Aktiven Pokémon deines Gegners zugefügt hast."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user