mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-09 03:29:18 +00:00
fix: SVI Special Energies type Fix + marking all fairy energies as it. (#778)
This commit is contained in:
@ -10,6 +10,7 @@ const card: Card = {
|
||||
pt: "Energia de Fada",
|
||||
de: "Feen-Energie"
|
||||
},
|
||||
types: ["Fairy"],
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
|
@ -9,6 +9,7 @@ const card: Card = {
|
||||
illustrator: undefined,
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
types: ["Fairy"],
|
||||
|
||||
set: Set,
|
||||
|
||||
|
@ -13,6 +13,7 @@ const card: Card = {
|
||||
illustrator: undefined,
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
types: ["Fairy"],
|
||||
|
||||
set: Set,
|
||||
|
||||
|
Reference in New Issue
Block a user