mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Neo Discovery'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Hoppip",
|
||||
fr: "Granivol"
|
||||
fr: "Granivol",
|
||||
de: "Hoppspross"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -31,7 +32,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rolling Tackle",
|
||||
fr: "Roulé-boulé"
|
||||
fr: "Roulé-boulé",
|
||||
de: "Rolltackle"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user