mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 11:51:59 +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: "Hitmonchan",
|
||||
fr: "Tygnon",
|
||||
es: "Hitmonchan",
|
||||
it: "Hitmonchan",
|
||||
pt: "Hitmonchan",
|
||||
de: "Nockchan"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Uncommon",
|
||||
@@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hit and Run",
|
||||
fr: "Frappe et Fuite",
|
||||
es: "Atropello y Fuga",
|
||||
it: "Colpisci e Fuggi",
|
||||
pt: "Bater e Fugir",
|
||||
de: "Fluchtschlag"
|
||||
},
|
||||
effect: {
|
||||
en: "You may switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Vous pouvez échanger ce Pokémon avec l’un de vos Pokémon de Banc.",
|
||||
es: "Puedes cambiar este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
it: "Puoi scambiare questo Pokémon con uno della tua panchina.",
|
||||
pt: "Você pode trocar este Pokémon por 1 dos seus Pokémon no Banco.",
|
||||
de: "Du kannst dieses Pokémon gegen 1 Pokémon auf deiner Bank austauschen."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@@ -47,6 +59,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Magnum Punch",
|
||||
fr: "Poing Magnum",
|
||||
es: "Puño Magnum",
|
||||
it: "Superpugno",
|
||||
pt: "Soco Magnum",
|
||||
de: "Magnum-Schlag"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
|
Reference in New Issue
Block a user