1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Trapinch",
fr: "Kraknoix Niv. 14",
de: "Knacklion"
},
illustrator: "Atsuko Nishida",
rarity: "Common",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Gather Sand",
fr: "Groupement de sable",
de: "Sand sammeln"
},
effect: {
en: "Once during your turn (before your attack), if Trapinch is your Active Pokémon, you may search your discard pile for a basic Fighting Energy card and attach it to Trapinch.",
fr: "Une seule fois lors de votre tour (avant votre attaque), si Kraknoix est votre Pokémon Actif, vous pouvez chercher dans votre pile de défausse une carte Énergie Fighting et l'attacher à Kraknoix.",
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du, wenn Knacklion dein Aktives Pokémon ist, deinen Ablagestapel nach 1 -Basis-Energiekarte durchsuchen und sie an Knacklion anlegen."
},
},
],
@ -42,12 +45,14 @@ const card: Card = {
name: {
en: "Grind",
fr: "Écrase",
de: "Zermahlen"
},
effect: {
en: "Does 10 damage times the amount of Energy attached to Trapinch.",
fr: "Inflige 10 dégâts multipliés par le nombre d'Énergies attachées à Kraknoix.",
de: "Dieser Angriff fügt 10 Schadenspunkte mal der Anzahl der an Knacklion angelegten Energien zu."
},
damage: 10,
damage: "10x",
},
],