mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +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: "Granbull",
|
||||
fr: "Granbull",
|
||||
es: "Granbull",
|
||||
it: "Granbull",
|
||||
pt: "Granbull",
|
||||
de: "Granbull"
|
||||
},
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Rare",
|
||||
@ -33,12 +37,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "All Out",
|
||||
fr: "À Fond",
|
||||
es: "A por Todas",
|
||||
it: "A Tutta Forza",
|
||||
pt: "Esgotado",
|
||||
de: "Aufs Ganze gehen"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have no cards in your hand, this attack does 130 more damage.",
|
||||
fr: "Si vous n’avez aucune carte dans votre main, cette attaque inflige 130 dégâts supplémentaires.",
|
||||
es: "Si no tienes ninguna carta en tu mano, este ataque hace 130 puntos de daño más.",
|
||||
it: "Se non hai carte in mano, questo attacco infligge 130 danni in più.",
|
||||
pt: "Se você não tiver cartas na sua mão, este ataque causará 130 pontos de dano a mais.",
|
||||
de: "Wenn du keine Karten auf deiner Hand hast, fügt diese Attacke 130 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -50,6 +62,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Giant Fangs",
|
||||
fr: "Crocs Géants",
|
||||
es: "Colmillos Gigantes",
|
||||
it: "Zanne Giganti",
|
||||
pt: "Presas Gigantes",
|
||||
de: "Riesenbeißer"
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
|
Reference in New Issue
Block a user