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: "Pikachu",
|
||||
fr: "Pikachu",
|
||||
es: "Pikachu",
|
||||
it: "Pikachu",
|
||||
pt: "Pikachu",
|
||||
de: "Pikachu"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Common",
|
||||
@ -30,6 +34,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gnaw",
|
||||
fr: "Ronge",
|
||||
es: "Roer",
|
||||
it: "Rosicchiamento",
|
||||
pt: "Roída",
|
||||
de: "Nagen"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -43,10 +51,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Thunder Jolt",
|
||||
fr: "Secousse Tonnerre",
|
||||
es: "Sacudida Atronadora",
|
||||
it: "Scoppiotuono",
|
||||
pt: "Choque do Trovão",
|
||||
de: "Donnerrüttler"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this Pokémon does 10 damage to itself.",
|
||||
fr: "Lancez une pièce. Si c'est pile, ce Pokémon s'inflige 10 dégâts.",
|
||||
fr: "Lancez une pièce. Si c’est pile, ce Pokémon s’inflige 10 dégâts.",
|
||||
es: "Lanza 1 moneda. Si sale cruz, este Pokémon se hace 10 puntos de daño a sí mismo.",
|
||||
it: "Lancia una moneta. Se esce croce, questo Pokémon infligge 10 danni a se stesso.",
|
||||
pt: "Jogue uma moeda. Se sair coroa, este Pokémon causará 10 de danos a ele mesmo.",
|
||||
de: "Wirf 1 Münze. Bei „Zahl“ fügt sich dieses Pokémon selbst 10 Schadenspunkte zu."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user