1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +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: "Staryu",
fr: "Stari",
es: "Staryu",
it: "Staryu",
pt: "Staryu",
de: "Sterndu"
},
illustrator: "Keiji Kinebuchi",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Quick Blow",
fr: "Coup dPoing Éclair",
es: "Golpe Rápido",
it: "Colpo Veloce",
pt: "Golpe Rápido",
de: "Schnellschlag"
},
effect: {
en: "Flip a coin. If heads, this attack does 10 more damage.",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 10 dégâts supplémentaires.",
es: "Lanza 1 moneda. Si sale cara, este ataque hace 10 puntos de daño más.",
it: "Lancia una moneta. Se esce testa, questo attacco infligge 10 danni in più.",
pt: "Jogue uma moeda. Se sair cara, este ataque causará 10 de danos adicionais.",
de: "Wirf 1 Münze. Bei „Kopf“ fügt dieser Angriff 10 weitere Schadenspunkte zu."
},
damage: "10+",