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,7 +4,8 @@ import Set from '../Deoxys'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Shelgon",
|
||||
fr: "Drackhaus"
|
||||
fr: "Drackhaus",
|
||||
de: "Draschel"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Uncommon",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Hard Protection",
|
||||
fr: "Protection dure"
|
||||
fr: "Protection dure",
|
||||
de: "Hard Protection"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all damage done to Shelgon by attacks from your Pokémon.",
|
||||
fr: "Prévenez tous dégâts infligés à Drackhaus par des attaques de votre Pokémon."
|
||||
fr: "Prévenez tous dégâts infligés à Drackhaus par des attaques de votre Pokémon.",
|
||||
de: "Prevent all damage done to Shelgon by attacks from your Pokémon."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,11 +47,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rock Smash",
|
||||
fr: "Éclate-roc"
|
||||
fr: "Éclate-roc",
|
||||
de: "Rock Smash"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 30 damage plus 10 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires."
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires.",
|
||||
de: "Flip a coin. If heads, this attack does 30 damage plus 10 more damage."
|
||||
},
|
||||
damage: "30+",
|
||||
|
||||
|
Reference in New Issue
Block a user