mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dewott",
|
||||
fr: "Mateloutre",
|
||||
es: "Dewott",
|
||||
it: "Dewott",
|
||||
pt: "Dewott",
|
||||
de: "Zwottronin"
|
||||
},
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Uncommon",
|
||||
@ -34,10 +38,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Razor Shell",
|
||||
fr: "Coquilame",
|
||||
es: "Concha Filo",
|
||||
it: "Conchilama",
|
||||
pt: "Concha Navalha",
|
||||
de: "Kalkklinge"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 20 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 20 danni in più.",
|
||||
pt: "Jogue uma moeda. Se sair cara, este ataque causará 20 de danos adicionais.",
|
||||
de: "Wirf 1 Münze. Bei „Kopf“ fügt dieser Angriff 20 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "30+",
|
||||
|
||||
|
Reference in New Issue
Block a user