1
0
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:
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: "Kyogre",
en: "Kyogre"
en: "Kyogre",
es: "Kyogre",
it: "Kyogre",
pt: "Kyogre",
de: "Kyogre"
},
illustrator: "Anesaki Dynamic",
rarity: "Secret Rare",
rarity: "Amazing",
category: "Pokemon",
hp: 120,
types: ["Water"],
@ -18,12 +22,20 @@ const card: Card = {
attacks: [{
name: {
fr: "Déferlante Magnifique",
en: "Amazing Surge"
en: "Amazing Surge",
es: "Oleada Increíble",
it: "Ondata Policroma",
pt: "Rebentação Incrível",
de: "Atemberaubende Woge"
},
effect: {
fr: "Cette attaque inflige 80 dégâts à chacun des Pokémon de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "This attack does 80 damage to each of your opponents Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)"
en: "This attack does 80 damage to each of your opponents Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
es: "Este ataque hace 80 puntos de daño a cada uno de los Pokémon de tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
it: "Questo attacco infligge 80 danni a ciascuno dei Pokémon del tuo avversario. Non applicare debolezza e resistenza ai Pokémon in panchina.",
pt: "Este ataque causa 80 pontos de dano a cada um dos Pokémon do seu oponente (não aplique Fraqueza e Resistência aos Pokémon no Banco).",
de: "Diese Attacke fügt jedem Pokémon deines Gegners 80 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
},
cost: ["Water", "Lightning", "Metal", "Colorless"]