mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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: "Shuckle",
|
||||
de: "Pottrott"
|
||||
},
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Vase Body",
|
||||
de: "Vasenkörper"
|
||||
},
|
||||
effect: {
|
||||
en: "All damage done to Shuckle is reduced by 20 (after applying Weakness and Resistance).",
|
||||
de: "Jeder Schaden, der Pottrott durch Angriffe zugefügt wird, wird um 20 reduziert (nachdem Schwäche und Resistenz verrechnet wurden)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,11 +42,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poisonous Saliva",
|
||||
de: "Giftiger Speichel"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned.",
|
||||
de: "Das verteidigende Pokémon ist jetzt vergiftet."
|
||||
},
|
||||
damage: 20,
|
||||
damage: 10,
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user