mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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: "Bisharp",
|
||||
fr: "Scalproie",
|
||||
es: "Bisharp",
|
||||
it: "Bisharp",
|
||||
pt: "Bisharp",
|
||||
de: "Caesurio"
|
||||
},
|
||||
illustrator: "Anesaki Dynamic",
|
||||
rarity: "Rare",
|
||||
@ -33,12 +37,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Single Lunge",
|
||||
fr: "Allongement Simple",
|
||||
es: "Embestida Única",
|
||||
it: "Affondo Singolo",
|
||||
pt: "Estocada Única",
|
||||
de: "Einzelsprung"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon has no damage counters on it, this attack does 90 more damage.",
|
||||
fr: "Si ce Pokémon n’a pas de marqueur de dégâts, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon no tiene ningún contador de daño sobre él, este ataque hace 90 puntos de daño más.",
|
||||
it: "Se questo Pokémon non ha dei segnalini danno, questo attacco infligge 90 danni in più.",
|
||||
pt: "Se este Pokémon não tiver nenhum contador de dano nele, este ataque causará 90 pontos de dano a mais.",
|
||||
de: "Wenn auf diesem Pokémon keine Schadensmarken liegen, fügt diese Attacke 90 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -50,6 +62,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Power Edge",
|
||||
fr: "Lame Puissante",
|
||||
es: "Filo Poderoso",
|
||||
it: "Colpotente",
|
||||
pt: "Gume Poderoso",
|
||||
de: "Kraftklinge"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
|
Reference in New Issue
Block a user