1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 09:59: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,6 +4,7 @@ import Set from '../DP Black Star Promos'
const card: Card = {
name: {
en: "Toxicroak G",
de: "Toxiquak G"
},
illustrator: "Ryota Saito",
rarity: "Common",
@ -25,9 +26,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Leap Away",
de: "Wegspringen"
},
effect: {
en: "Once during your turn (before your attack), if Toxicroak is your Active Pokémon, you may flip a coin. If heads, return Toxicroak and all cards attached to it to your hand. This Power can't be used if Toxicroak is affected by a Special Condition.",
de: "Einmal während deines Zuges (vor deinem Angriff), wenn Toxiquak G dein Aktives Pokémon ist, kannst du 1 Münze werfen. Bei \"Kopf\" nimm Toxiquak G und alle Karten, die an es angelegt sind, zurück auf die Hand. Diese Poké-Power kann nicht benutzt werden, wenn Toxiquak G von einem Speziellen Zustand betroffen ist."
},
},
],
@ -39,11 +42,13 @@ const card: Card = {
],
name: {
en: "Poison Revenge",
de: "Vergeltungsgift"
},
effect: {
en: "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 20 damage plus 40 more damage and the Defending Pokémon is now Poisoned.",
de: "Wenn im letzten Zug deines Gegners mindestens 1 deiner Pokémon durch Schaden eines gegnerischen Angriffs kampfunfähig gemacht wurde, fügt dieser Angriff 20 Schadenspunkte plus 40 weitere Schadenspunkte zu und das Verteidigende Pokémon ist jetzt vergiftet."
},
damage: 20,
damage: "20+",
},
],