1
0
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:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@@ -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: "KoudPoing",
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 dont, 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,