mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +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: "Jangmo-o",
|
||||
fr: "Bébécaille",
|
||||
es: "Jangmo-o",
|
||||
it: "Jangmo-o",
|
||||
pt: "Jangmo-o",
|
||||
de: "Miniras"
|
||||
},
|
||||
illustrator: "match",
|
||||
rarity: "Common",
|
||||
@@ -27,22 +31,34 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bulletproof",
|
||||
fr: "Pare-Balles",
|
||||
es: "Antibalas",
|
||||
it: "Antiproiettile",
|
||||
pt: "Blindado",
|
||||
de: "Kugelsicher"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon takes 10 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Ce Pokémon subit 10 dégâts de moins provenant des attaques(après application de la Faiblesse et de la Résistance).",
|
||||
es: "Los ataques hacen 10 puntos de daño menos a este Pokémon (después de aplicar Debilidad y Resistencia).",
|
||||
it: "Questo Pokémon subisce 10 danni in meno dagli attacchi, dopo aver applicato debolezza e resistenza.",
|
||||
pt: "Este Pokémon recebe 10 pontos de dano a menos de ataques (após a aplicação de Fraqueza e Resistência).",
|
||||
de: "Diesem Pokémon werden durch Attacken 10 Schadenspunkte weniger zugefügt (nachdem Schwäche und Resistenz verrechnet wurden)."
|
||||
},
|
||||
},
|
||||
],
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Lightning",
|
||||
"Fighting",
|
||||
"Lightning",
|
||||
],
|
||||
name: {
|
||||
en: "Dragon Claw",
|
||||
fr: "Dracogriffe",
|
||||
es: "Garra Dragón",
|
||||
it: "Dragartigli",
|
||||
pt: "Garra de Dragão",
|
||||
de: "Drachenklaue"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user