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: "Tympole",
|
||||
fr: "Tritonde",
|
||||
es: "Tympole",
|
||||
it: "Tympole",
|
||||
pt: "Tympole",
|
||||
de: "Schallquap"
|
||||
},
|
||||
illustrator: "Miki Tanaka",
|
||||
rarity: "Common",
|
||||
@ -30,6 +34,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Get Loud",
|
||||
fr: "Tapageur",
|
||||
es: "Haz Ruido",
|
||||
it: "Chiasso",
|
||||
pt: "Fazer Barulho",
|
||||
de: "Rambazamba"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -43,10 +51,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Round",
|
||||
fr: "Chant Canon",
|
||||
es: "Canon",
|
||||
it: "Coro",
|
||||
pt: "Circular",
|
||||
de: "Kanon"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 10 damage times the number of your Pokémon that have the Round attack.",
|
||||
fr: "Cette attaque inflige 10 dégâts multipliés par le nombre de vos Pokémon possédant l'attaque Chant Canon.",
|
||||
fr: "Cette attaque inflige 10 dégâts multipliés par le nombre de vos Pokémon possédant l’attaque Chant Canon.",
|
||||
es: "Este ataque hace 10 puntos de daño por cada uno de tus Pokémon que tenga el ataque Canon.",
|
||||
it: "Questo attacco infligge 10 danni per ogni tuo Pokémon che conosce l’attacco Coro.",
|
||||
pt: "Este ataque causa 10 de danos vezes o número de Pokémon que possuem o ataque Circular.",
|
||||
de: "Dieser Angriff fügt 10 Schadenspunkte mal der Anzahl deiner Pokémon zu, die Kanon beherrschen."
|
||||
},
|
||||
damage: "10×",
|
||||
|
||||
|
Reference in New Issue
Block a user