mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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: "Swinub",
|
||||
de: "Quiekel"
|
||||
},
|
||||
illustrator: "Toshinao Aoki",
|
||||
rarity: "Common",
|
||||
@ -28,6 +29,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mud Slap",
|
||||
de: "Schlammschlag"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -40,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Overrun",
|
||||
de: "Überrennen"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent has nay Benched Pokémon, flip a coin. If heads, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Falls dein Gegner mindestens ein Pokémon auf der Bank aht, wirf eine Münze. Wähle bei 'Kopf' eines von diesen. Dieser Angriff fügt ihm dann 10 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user