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: "Tentacool",
|
||||
fr: "Tentacool",
|
||||
es: "Tentacool",
|
||||
it: "Tentacool",
|
||||
pt: "Tentacool",
|
||||
de: "Tentacha"
|
||||
},
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Common",
|
||||
@ -30,12 +34,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bubble Jutsu",
|
||||
fr: "Bulle Jutsu",
|
||||
es: "Jutsu Burbuja",
|
||||
it: "Bolla Ninja",
|
||||
pt: "Bolha Jitsu",
|
||||
de: "Blubb-Jutsu"
|
||||
},
|
||||
effect: {
|
||||
en: "If you played Janine from your hand during this turn, this attack does 50 more damage.",
|
||||
fr: "Si vous avez joué Jeannine de votre main pendant ce tour, cette attaque inflige 50 dégâts supplémentaires.",
|
||||
es: "Si has jugado 1 carta de Sachiko de tu mano durante este turno, este ataque hace 50 puntos de daño más.",
|
||||
it: "Se hai giocato Nina dalla tua mano durante questo turno, questo attacco infligge 50 danni in più.",
|
||||
pt: "Se você jogou a Janine da sua mão durante esta vez de jogar, este ataque causará 50 pontos de dano a mais.",
|
||||
de: "Wenn du Janina während dieses Zuges aus deiner Hand gespielt hast, fügt diese Attacke 50 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user