mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Empoleon",
|
||||
fr: "Pingoléon",
|
||||
es: "Empoleon",
|
||||
it: "Empoleon",
|
||||
pt: "Empoleon",
|
||||
de: "Impoleon"
|
||||
},
|
||||
illustrator: "Satoshi Shirai",
|
||||
rarity: "Rare",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Prinplup",
|
||||
fr: "Prinplouf",
|
||||
es: "Prinplup",
|
||||
it: "Prinplup",
|
||||
pt: "Prinplup",
|
||||
de: "Pliprin"
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
@ -30,10 +38,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dignified Fighter",
|
||||
fr: "Combattant Estimé",
|
||||
es: "Luchador Digno",
|
||||
it: "Cavaliere Coraggioso",
|
||||
pt: "Lutador Dignificado",
|
||||
de: "Würdevoller Kämpfer"
|
||||
},
|
||||
effect: {
|
||||
en: "Each of your Basic Pokémon’s attacks does 20 more damage to your opponent’s Active Pokémon (before applying Weakness and Resistance).",
|
||||
en: "Each of your Basic Pokémon's attacks does 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Les attaques de vos Pokémon de base infligent 20 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Los ataques de tus Pokémon Básicos hacen 20 puntos de daño más al Pokémon Activo de tu rival (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Ciascuno degli attacchi dei tuoi Pokémon Base infligge 20 danni in più al Pokémon attivo del tuo avversario, prima di aver applicato debolezza e resistenza.",
|
||||
pt: "Cada um dos ataques dos seus Pokémon Básicos causam 20 de danos adicionais ao Pokémon Ativo do seu oponente (antes da aplicação de Fraqueza e Resistência).",
|
||||
de: "Jeder Angriff deiner Basis-Pokémon fügt dem Aktiven Pokémon deines Gegners 20 weitere Schadenspunkte zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -46,6 +62,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hydro Splash",
|
||||
fr: "Hydro-Éclaboussure",
|
||||
es: "Hidroestallido",
|
||||
it: "Idrosplash",
|
||||
pt: "Hidro Borrifada",
|
||||
de: "Hydroplatscher"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
|
Reference in New Issue
Block a user