mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01: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: "Passimian",
|
||||
fr: "Quartermac",
|
||||
es: "Passimian",
|
||||
it: "Passimian",
|
||||
pt: "Passimian",
|
||||
de: "Quartermak"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@@ -31,6 +35,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Punch",
|
||||
fr: "Koud’Poing",
|
||||
es: "Puño",
|
||||
it: "Pugno",
|
||||
pt: "Soco",
|
||||
de: "Boxhieb"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@@ -44,10 +52,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Intentional Grounding",
|
||||
fr: "Mauvais Lancer",
|
||||
es: "Saque de Banda",
|
||||
it: "Punizione Volontaria",
|
||||
pt: "Reversão de Lateral",
|
||||
de: "Absichtlicher Fehlpass"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Pokémon Tool card from your hand. If you don't, this attack does nothing.",
|
||||
en: "Discard a Pokémon Tool card from your hand. If you don’t, this attack does nothing.",
|
||||
fr: "Défaussez une carte Outil Pokémon de votre main. Sinon, cette attaque ne fait rien.",
|
||||
es: "Descarta 1 carta de Herramienta Pokémon de tu mano. Si no lo haces, este ataque no hace nada.",
|
||||
it: "Scarta una delle carte Oggetto Pokémon che hai in mano. Se non lo fai, questo attacco non ha effetto.",
|
||||
pt: "Descarte 1 carta de Ferramenta Pokémon da sua mão. Se não fizer isto, este ataque não fará nada.",
|
||||
de: "Lege 1 Pokémon-Ausrüstung aus deiner Hand auf deinen Ablagestapel. Wenn du das nicht machst, hat diese Attacke keine Auswirkungen."
|
||||
},
|
||||
damage: 90,
|
||||
|
||||
|
Reference in New Issue
Block a user