1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Doublade",
fr: "Dimoclès",
es: "Doublade",
it: "Doublade",
pt: "Doublade",
de: "Duokles"
},
illustrator: "Hajime Kusajima",
rarity: "Uncommon",
@ -34,10 +38,18 @@ const card: Card = {
name: {
en: "Stab Deeply",
fr: "Blessure Profonde",
es: "Puñalada Profunda",
it: "Pugnalata Affondo",
pt: "Facada Profunda",
de: "Tiefer Stich"
},
effect: {
en: "Put 3 damage counters on your opponents Active Pokémon.",
fr: "Placez 3 marqueurs de dégâts sur le Pokémon Actif de votre adversaire.",
es: "Pon 3 contadores de daño en el Pokémon Activo de tu rival.",
it: "Metti tre segnalini danno sul Pokémon attivo del tuo avversario.",
pt: "Coloque 3 contadores de danos no Pokémon Ativo do seu oponente.",
de: "Lege 3 Schadensmarken auf das Aktive Pokémon deines Gegners."
},
},