mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Volbeat",
|
||||
fr: "Muciole",
|
||||
es: "Volbeat",
|
||||
it: "Volbeat",
|
||||
pt: "Volbeat",
|
||||
de: "Volbeat"
|
||||
},
|
||||
illustrator: "Saya Tsuruta",
|
||||
rarity: "Uncommon",
|
||||
@ -30,12 +34,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pheromone Catch",
|
||||
fr: "Prise de Phéromones",
|
||||
es: "Captura Feromona",
|
||||
it: "Reazione Feromonica",
|
||||
pt: "Captador de Feromônio",
|
||||
de: "Pheromon-Empfang"
|
||||
},
|
||||
effect: {
|
||||
en: "If your Illumise used Pheromone Signals during your last turn, this attack does 100 more damage.",
|
||||
fr: "Si votre Lumivole a utilisé Signaux de Phéromones pendant votre dernier tour, cette attaque inflige 100 dégâts supplémentaires.",
|
||||
es: "Si tu Illumise usó Señales Feromona durante tu último turno, este ataque hace 100 puntos de daño más.",
|
||||
it: "Se il tuo Illumise ha usato Segnali Feromonici durante il tuo ultimo turno, questo attacco infligge 100 danni in più.",
|
||||
pt: "Se seu Illumise usou Sinais de Feromônio durante a sua última vez de jogar, este ataque causará 100 pontos de dano a mais.",
|
||||
de: "Wenn dein Illumise während deines letzten Zuges Pheromon-Signale eingesetzt hat, fügt diese Attacke 100 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user