1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39: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:
2021-06-29 17:20:26 +02:00
parent b1c866b38b
commit 96f34fcafb
1520 changed files with 28918 additions and 4846 deletions

View File

@ -6,11 +6,15 @@ const card: Card = {
name: {
fr: "Yveltal",
en: "Yveltal"
en: "Yveltal",
es: "Yveltal",
it: "Yveltal",
pt: "Yveltal",
de: "Yveltal"
},
illustrator: "Hasuno",
rarity: "Secret Rare",
rarity: "Amazing",
category: "Pokemon",
hp: 110,
types: ["Darkness"],
@ -18,12 +22,20 @@ const card: Card = {
attacks: [{
name: {
fr: "Annihilation Magnifique",
en: "Amazing Destruction"
en: "Amazing Destruction",
es: "Destrucción Increíble",
it: "Distruzione Policroma",
pt: "Destruição Incrível",
de: "Atemberaubende Zerstörung"
},
effect: {
fr: "Le Pokémon Actif de votre adversaire est mis K.O.",
en: "Your opponents Active Pokémon is Knocked Out."
en: "Your opponents Active Pokémon is Knocked Out.",
es: "El Pokémon Activo de tu rival queda Fuera de Combate.",
it: "Il Pokémon attivo del tuo avversario viene messo KO.",
pt: "O Pokémon Ativo do seu oponente é Nocauteado.",
de: "Das Aktive Pokémon deines Gegners ist kampfunfähig."
},
cost: ["Fire", "Psychic", "Darkness", "Colorless", "Colorless"]