mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +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: "Groudon Star",
|
||||
fr: "Groudon ☆"
|
||||
fr: "Groudon ☆",
|
||||
de: "Groudon *"
|
||||
},
|
||||
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 Fighting Energy cards and attach them to Groudon 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 à Groudon ."
|
||||
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 à Groudon .",
|
||||
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 Groudon *."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Fighting",
|
||||
"Fighting",
|
||||
"Fighting",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
"Fighting",
|
||||
"Fighting",
|
||||
"Fighting",
|
||||
],
|
||||
name: {
|
||||
en: "Ground Slash",
|
||||
fr: "Tranch'sol"
|
||||
fr: "Tranch'sol",
|
||||
de: "Ground Slash"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Fighting Energy card attached to Groudon Star.",
|
||||
fr: "Défaussez une carte Énergie attachée à Groudon ."
|
||||
fr: "Défaussez une carte Énergie attachée à Groudon .",
|
||||
de: "Discard a Energy card attached to Groudon *."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user