mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Metang",
|
||||
fr: "Métang",
|
||||
es: "Metang",
|
||||
it: "Metang",
|
||||
pt: "Metang",
|
||||
de: "Metang"
|
||||
},
|
||||
illustrator: "Shigenori Negishi",
|
||||
rarity: "Uncommon",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Beldum",
|
||||
fr: "Terhal",
|
||||
es: "Beldum",
|
||||
it: "Beldum",
|
||||
pt: "Beldum",
|
||||
de: "Tanhel"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -34,6 +42,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Metal Claw",
|
||||
fr: "Griffe Acier",
|
||||
es: "Garra Metal",
|
||||
it: "Ferrartigli",
|
||||
pt: "Garra de Metal",
|
||||
de: "Metallklaue"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -48,10 +60,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bullet Punch",
|
||||
fr: "Pisto-Poing",
|
||||
es: "Puño Bala",
|
||||
it: "Pugnoscarica",
|
||||
pt: "Soco Projétil",
|
||||
de: "Patronenhieb"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 20 more damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts supplémentaires pour chaque côté face.",
|
||||
es: "Lanza 2 monedas. Este ataque hace 20 puntos de daño más por cada cara.",
|
||||
it: "Lancia due volte una moneta. Ogni volta che esce testa, questo attacco infligge 20 danni in più.",
|
||||
pt: "Jogue 2 moedas. Este ataque causa 20 de danos adicionais para cada cara.",
|
||||
de: "Wirf 2 Münzen. Dieser Angriff fügt 20 weitere Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "50+",
|
||||
|
||||
|
Reference in New Issue
Block a user