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: "Porygon2",
|
||||
fr: "Porygon2",
|
||||
es: "Porygon2",
|
||||
it: "Porygon2",
|
||||
pt: "Porygon2",
|
||||
de: "Porygon2"
|
||||
},
|
||||
illustrator: "MAHOU",
|
||||
rarity: "Uncommon",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Porygon",
|
||||
fr: "Porygon",
|
||||
es: "Porygon",
|
||||
it: "Porygon",
|
||||
pt: "Porygon",
|
||||
de: "Porygon"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -33,6 +41,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sharpen",
|
||||
fr: "Affûtage",
|
||||
es: "Afilar",
|
||||
it: "Affilatore",
|
||||
pt: "Afiar",
|
||||
de: "Schärfer"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -47,10 +59,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Tri Attack",
|
||||
fr: "Triplattaque",
|
||||
es: "Triataque",
|
||||
it: "Tripletta",
|
||||
pt: "Tri Ataque",
|
||||
de: "Triplette"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 30 damage times the number of heads.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face.",
|
||||
es: "Lanza 3 monedas. Este ataque hace 30 puntos de daño por cada cara.",
|
||||
it: "Lancia tre volte una moneta. Questo attacco infligge 30 danni ogni volta che esce testa.",
|
||||
pt: "Jogue 3 moedas. Este ataque causa 30 de danos vezes o número de caras.",
|
||||
de: "Wirf 3 Münzen. Dieser Angriff fügt 30 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "30×",
|
||||
|
||||
|
Reference in New Issue
Block a user