mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Exeggcute",
|
||||
fr: "Noeunoeuf",
|
||||
es: "Exeggcute",
|
||||
it: "Exeggcute",
|
||||
pt: "Exeggcute",
|
||||
de: "Owei"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Common",
|
||||
@ -30,12 +34,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bullet Seed",
|
||||
fr: "Balle Graine",
|
||||
es: "Recurrente",
|
||||
it: "Semitraglia",
|
||||
pt: "Projétil de Semente",
|
||||
de: "Kugelsaat"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 4 coins. This attack does 10 damage for each heads.",
|
||||
fr: "Lancez 4 pièces. Cette attaque inflige 10 dégâts pour chaque côté face.",
|
||||
es: "Lanza 4 monedas. Este ataque hace 10 puntos de daño por cada cara.",
|
||||
it: "Lancia quattro volte una moneta. Questo attacco infligge 10 danni ogni volta che esce testa.",
|
||||
pt: "Jogue 4 moedas. Este ataque causa 10 pontos de dano para cada cara.",
|
||||
de: "Wirf 4 Münzen. Diese Attacke fügt 10 Schadenspunkte pro Kopf zu."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user