1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 01:49:19 +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 '../DP Black Star Promos'
const card: Card = {
name: {
en: "Regigigas",
fr: "Regigigas"
fr: "Regigigas",
de: "Regigigas"
},
illustrator: "Kagemaru Himeno",
@ -33,11 +34,13 @@ const card: Card = {
],
name: {
en: "Drag Off",
fr: "Traîne"
fr: "Traîne",
de: "Wegzerren"
},
effect: {
en: "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon.",
fr: "Avant d'infliger des dégâts, vous pouvez choisir 1 des Pokémon de Banc de votre adversaire et l'échanger avec le Pokémon Défenseur."
fr: "Avant d'infliger des dégâts, vous pouvez choisir 1 des Pokémon de Banc de votre adversaire et l'échanger avec le Pokémon Défenseur.",
de: "Bevor der Schaden zugefügt wird, kannst du 1 Pokémon auf der Bank deines Gegners wählen und es gegen das Verteidigende Pokémon austauschen."
},
damage: 30,
@ -51,11 +54,13 @@ const card: Card = {
],
name: {
en: "Giga Hammer",
fr: "Giga marteau"
fr: "Giga marteau",
de: "Gigahammer"
},
effect: {
en: "Regigigas can't use Giga Hammer during your next turn.",
fr: "Regigigas ne peut pas utiliser Giga marteau lors de votre prochain tour."
fr: "Regigigas ne peut pas utiliser Giga marteau lors de votre prochain tour.",
de: "Regigigas kann Gigahammer in deinem nächsten Zug nicht einsetzen."
},
damage: 80,