1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 11:30:46 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Kangaskhan",
fr: "Kangourex",
es: "Kangaskhan",
it: "Kangaskhan",
pt: "Kangaskhan",
de: "Kangama"
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",
@ -30,7 +34,11 @@ const card: Card = {
],
name: {
en: "Tiny Punch",
fr: "P'tit Coup d'Poing",
fr: "Ptit Coup dPoing",
es: "Minipuño",
it: "Micropugno",
pt: "Soco Bebê",
de: "Mickriger Hieb"
},
damage: 40,
@ -46,6 +54,10 @@ const card: Card = {
name: {
en: "Mega Punch",
fr: "Ultimapoing",
es: "Megapuño",
it: "Megapugno",
pt: "Mega Soco",
de: "Megahieb"
},
damage: 100,