mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-01 12:22:02 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -4,7 +4,8 @@ import Set from '../Ruby & Sapphire'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Grovyle",
|
||||
fr: "Massko"
|
||||
fr: "Massko",
|
||||
de: "Reptain"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
@@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Natural Cure",
|
||||
fr: "Remède naturel"
|
||||
fr: "Remède naturel",
|
||||
de: "Innere Kraft"
|
||||
},
|
||||
effect: {
|
||||
en: "When you attach a Grass Energy card from your hand to Grovyle, remove all Special Conditions from Grovyle.",
|
||||
fr: "Lorsque vous attachez une carte Énergie de votre main à Massko, retirez-lui tous ses États Spéciaux."
|
||||
fr: "Lorsque vous attachez une carte Énergie de votre main à Massko, retirez-lui tous ses États Spéciaux.",
|
||||
de: "Wenn du eine -Energiekarte von der Hand an Reptain anlegst, verlieren alle Speziellen Zustände auf Reptain ihre Wirkung."
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -44,7 +47,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche"
|
||||
fr: "Tranche",
|
||||
de: "Schlitzer"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user