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

@ -4,6 +4,7 @@ import Set from '../Arceus'
const card: Card = {
name: {
en: "Pelipper",
de: "Pelipper"
},
illustrator: "Miki Tanaka",
rarity: "Rare",
@ -31,9 +32,11 @@ const card: Card = {
],
name: {
en: "Water Pulse",
de: "Aquawelle"
},
effect: {
en: "The Defending Pokémon is now Asleep.",
de: "Das Verteidigende Pokémon schläft jetzt."
},
damage: 30,
@ -47,9 +50,11 @@ const card: Card = {
],
name: {
en: "Continuous Crush",
de: "Dauerzermalmer"
},
effect: {
en: "Flip a coin until you get tails. For each heads, discard an Energy card attached to the Defending Pokémon.",
de: "Wirf solange 1 Münze bis zum ersten Mal das Ergebnis \"Zahl\" kommt. Lege pro \"Kopf\" eine an das Verteidigende Pokémon angelegt Energiekarte auf den Ablagestapel deines Gegners."
},
damage: 70,