1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +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

@ -4,7 +4,8 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Aipom",
fr: "Capumain"
fr: "Capumain",
de: "Griffel"
},
illustrator: "Kagemaru Himeno",
@ -31,7 +32,8 @@ const card: Card = {
],
name: {
en: "Tail Whap",
fr: "Queue battoir"
fr: "Queue battoir",
de: "Schweifvertrimmer"
},
damage: 10,
@ -44,11 +46,13 @@ const card: Card = {
],
name: {
en: "Throw Off",
fr: "Se débarrasser"
fr: "Se débarrasser",
de: "Abwerfen"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Before doing damage, discard all Pokémon Tool cards attached to that Pokémon.",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 20 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Avant d'infliger les dégâts, défaussez toutes les cartes Outil Pokémon attachées à ce Pokémon."
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 20 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Avant d'infliger les dégâts, défaussez toutes les cartes Outil Pokémon attachées à ce Pokémon.",
de: "Wähle 1 Pokémon deines Gegners. Dieser Angriff fügt dem gewählten Pokémon 20 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.) Bevor der Schaden zugefügt wird, lege alle Pokémon-Ausrüstungs-Karten, die an dem gewählten Pokémon angelegt sind, auf den Ablagestapel deines Gegners."
},
},