mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 11:51:59 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -4,7 +4,8 @@ import Set from '../Delta Species'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Metagross Star",
|
||||
fr: "Metalosse ☆"
|
||||
fr: "Metalosse ☆",
|
||||
de: "Metagross *"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@@ -29,30 +30,34 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Critical Collection",
|
||||
fr: "Collection difficile"
|
||||
fr: "Collection difficile",
|
||||
de: "Critical Collection"
|
||||
},
|
||||
effect: {
|
||||
en: "Count the number of Prize cards your opponent has taken. Search your discard pile for up to that many Metal Energy cards and attach them to Metagross Star.",
|
||||
fr: "Comptabilisez le nombre de cartes Récompense récoltées par votre adversaire. Cherchez dans votre pile de défausse le même nombre de cartes Énergie et attachez-les à Metalosse ."
|
||||
fr: "Comptabilisez le nombre de cartes Récompense récoltées par votre adversaire. Cherchez dans votre pile de défausse le même nombre de cartes Énergie et attachez-les à Metalosse .",
|
||||
de: "Count the number of Prize cards your opponent has taken. Search your discard pile for up to that many Energy cards and attach them to Metagross *."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Metal",
|
||||
"Metal",
|
||||
"Metal",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
"Metal",
|
||||
"Metal",
|
||||
"Metal",
|
||||
],
|
||||
name: {
|
||||
en: "Hyper Beam",
|
||||
fr: "Ultralaser"
|
||||
fr: "Ultralaser",
|
||||
de: "Hyper Beam"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.",
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez une carte Énergie attachée au Pokémon Défenseur."
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez une carte Énergie attachée au Pokémon Défenseur.",
|
||||
de: "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user