mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
fix: Added the illustrator
field to TCGP A1 cards. (#604)
This commit is contained in:
@ -8,6 +8,7 @@ const card: Card = {
|
||||
en: "Vileplume"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Grass"],
|
||||
@ -31,4 +32,4 @@ const card: Card = {
|
||||
rarity: "Three Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user