mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Skyridge'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Poliwrath",
|
||||
de: "Quappo"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Strange Spiral",
|
||||
de: "Seltsame Spirale"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before you attack), if Poliwrath if your Active Pokémon, you may discard a basic Energy card attached to Poliwrath. If you do, the Defending Pokémon is now Confused. This power can't be used if Poliwrath is affected by a Special Condition.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du, falls Quappo dein aktives Pokémon ist, eine an Quappo angelegte Basis-Energiekarte auf deinen Ablagestapel legen. Falls du dies tust, ist das verteidigende Pokémon jetzt verwirrt. Fähigkeit kann nicht verwendet werden, falls Quappo von einem speziellen Zustand betroffen ist."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,11 +45,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spiral Punch",
|
||||
de: "Spiral-Hieb"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin until you get tails. This attack does 40 damage plus 20 more damage for each heads.",
|
||||
de: "Wirf eine Münze, bis du 'Zahl' wirfst. Dieser Angriff fügt 40 Schadenspunkte plus 20 weitere Schadenspunkte plus geworfenem 'Kopf' zu."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user