mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39:18 +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: "Pidgeot"
|
||||
},
|
||||
|
||||
illustrator: "Scav",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Colorless"],
|
||||
@ -21,7 +22,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may switch out your opponent's Active Pokémon to the Bench. (Your opponent choses the new Active Pokémon.)"
|
||||
en: "Once during your turn, you may switch out your opponent's Active Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.)"
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user