mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Emerald'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Grovyle",
|
||||
fr: "Massko"
|
||||
fr: "Massko",
|
||||
de: "Reptain"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tail Shake",
|
||||
fr: "Secoue-queue"
|
||||
fr: "Secoue-queue",
|
||||
de: "Tail Shake"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi."
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi.",
|
||||
de: "The Defending Pokémon is now Asleep."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -48,7 +51,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Razor Leaf",
|
||||
fr: "Tranch'herbe"
|
||||
fr: "Tranch'herbe",
|
||||
de: "Razor Leaf"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
Reference in New Issue
Block a user