1
0
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:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -4,26 +4,29 @@ import Set from '../Skyridge'
const card: Card = {
name: {
en: "Mystery Plate Alpha",
de: "Geheimnis-Schild (Alpha)"
},
illustrator: "Hiromichi Sugiyama",
rarity: "Uncommon",
category: "Trainer",
set: Set,
attacks: [{
name: {
de: "Wüstenbrand"
},
effect: {
de: "Hat dein Gegner 5 oder mehr Preise, durchsuche dein Deck nach einer Trainerkarte, zeige sie deinem Gegner und nimm sie auf die Hand. Hat dein Gegner nur 1 Preis, ist das Verteidigende Pokémon jetzt verbrannt, gelähmt und vergiftet."
},
cost: ["Colorless"]
}],
effect: {
de: "Lege diese Karte an 1 deiner Pokémon im Spiel an. Dieses Pokémon kann den Angriff dieser Karte anstatt seines eigenen verwenden. Lege am Ende deines Zuges das Geheimnis-Schild (Alpha) auf deinen Ablagestapel."
}
}
export default card