mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -25,7 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Petilil",
|
||||
fr: "Chlorobule",
|
||||
es: "Petilil"
|
||||
es: "Petilil",
|
||||
it: "Petilil",
|
||||
pt: "Petilil",
|
||||
de: "Lilminip"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -73,7 +76,7 @@ const card: Card = {
|
||||
es: "Lanza 2 monedas. Este ataque hace 30 puntos de daño por cada cara.",
|
||||
it: "Lancia due volte una moneta. Questo attacco infligge 30 danni ogni volta che esce testa.",
|
||||
pt: "Jogue 2 moedas. Este ataque causa 30 de danos vezes o número de caras.",
|
||||
de: "Wirf 2 Münzen. Dieser Angriff fügt 30 Schadenspunkte mal der Anzahl „Kopf“ zu."
|
||||
de: "Wirf 2 Münzen. Dieser Angriff fügt 30 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "30×",
|
||||
|
||||
|
Reference in New Issue
Block a user