mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Wingull",
|
||||
fr: "Goelise",
|
||||
de: "Wingull"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Common",
|
||||
@ -30,6 +31,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Water Drip",
|
||||
fr: "Goutte à goutte",
|
||||
de: "Spritzwasser"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -43,6 +45,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Wing Attack",
|
||||
fr: "Cru-aile",
|
||||
de: "Flügelschlag"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user