mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 03:29:51 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Shuppet",
|
||||
fr: "Polichombr"
|
||||
fr: "Polichombr",
|
||||
de: "Shuppet"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Shadow Crush",
|
||||
fr: "Écras'ombre"
|
||||
fr: "Écras'ombre",
|
||||
de: "Shadow Crush"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard 1 Psychic Energy card attached to Shuppet. If you do, your opponent discards 1 Energy card attached to the Defending Pokémon.",
|
||||
fr: "Vous pouvez défausser 1 carte Énergie attachée à Polichombr. Votre adversaire défausse alors 1 carte Énergie attachée au Pokémon Défenseur."
|
||||
fr: "Vous pouvez défausser 1 carte Énergie attachée à Polichombr. Votre adversaire défausse alors 1 carte Énergie attachée au Pokémon Défenseur.",
|
||||
de: "You may discard 1 Energy card attached to Shuppet. If you do, your opponent discards 1 Energy card attached to the Defending Pokémon."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user