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:
@ -4,6 +4,7 @@ import Set from '../Arceus'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Wormadam Sandy Cloak",
|
||||
de: "Burmadame Sandumhang"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Uncommon",
|
||||
@ -30,6 +31,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hang Down",
|
||||
de: "Herunterhängen"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -43,9 +45,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Cloak Headbutt",
|
||||
de: "Umhang-Kopfnuss"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have Wormadam Trash Cloak in play, this attack does 60 damage plus 30 more damage.",
|
||||
de: "Wenn du Burmadame Lumpenumhang im Spiel hast, fügt dieser Angriff 60 Schadenspunkte plus 30 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "60+",
|
||||
|
||||
|
Reference in New Issue
Block a user