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: "Spiritomb",
|
||||
de: "Kryppuk"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Keystone Seal",
|
||||
de: "Spiritkern-Siegel"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Spiritomb is your Active Pokémon, each player can't play any Trainer cards from his or her hand.",
|
||||
de: "Solange Kryppuk dein Aktives Pokémon ist, kann kein Spieler Trainerkarten von seiner Hand spielen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -36,9 +39,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Darkness Grace",
|
||||
de: "Gnade der Finsternis"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) If you do, put 1 damage counter on Spiritomb. Shuffle your deck afterward.",
|
||||
de: "Durchsuche dein Deck nach 1 Karte, die sich aus 1 deiner Pokémon entwickelt, und lege sie auf dieses Pokémon. (Dies zählt als Entwickeln von diesem Pokémon.) Wenn du das machst, lege 1 Schadensmarke auf Kryppuk. Mische dein Deck danach."
|
||||
},
|
||||
|
||||
},
|
||||
@ -48,6 +53,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Will-o'-the-wisp",
|
||||
de: "Irrlicht"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user