mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 11:51:59 +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: "Poliwhirl",
|
||||
de: "Quaputzi"
|
||||
},
|
||||
illustrator: "Hisao Nakamura",
|
||||
rarity: "Common",
|
||||
@@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Twiddle",
|
||||
de: "Däumchendrehen"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, the Defending Pokémon is now Asleep.",
|
||||
de: "Wirf eine Münze. Bei 'Kopf' ist das verteidigende Pokémon jetzt verwirrt. Bei 'Zahl' schläft das verteidigende Pokémon jetzt."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -44,11 +47,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Double Kick",
|
||||
de: "Doppelkick"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 30 damage times the number of heads.",
|
||||
de: "Wirf 2 Münzen. Dieser Angriff fügt 30 Schadenspunkte mal der Anzahl 'Kopf' zu."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user