mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Mysterious Treasures'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Bidoof",
|
||||
fr: "Keunotor"
|
||||
fr: "Keunotor",
|
||||
de: "Bidiza"
|
||||
},
|
||||
illustrator: "Yusuke Ohmura",
|
||||
rarity: "Common",
|
||||
@ -30,7 +31,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tackle",
|
||||
fr: "Charge"
|
||||
fr: "Charge",
|
||||
de: "Tackle"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user