mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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: "Porygon",
|
||||
fr: "Porygon"
|
||||
fr: "Porygon",
|
||||
de: "Porygon"
|
||||
},
|
||||
illustrator: "Hisao Nakamura",
|
||||
rarity: "Common",
|
||||
@ -30,7 +31,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sharpen",
|
||||
fr: "Affûtage"
|
||||
fr: "Affûtage",
|
||||
de: "Sharpen"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user