1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

Fixed Zapdos Scrapper error

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-05-04 21:11:21 +02:00
parent d76dfbac94
commit f6b9eafec4
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16

View File

@ -23,9 +23,9 @@ const card: Card = {
illustrator: "Ryota Saito",
rarity: Rarity.RARE,
rarity: Rarity.RARE,
category: Category.POKEMON,
category: Category.POKEMON,
set,
image: {
@ -90,7 +90,7 @@ const card: Card = {
weaknesses: [
{
type: Type.LIGHTNING,
value: "×2",
},
@ -98,7 +98,7 @@ const card: Card = {
resistances: [
{
type: Type.FIGHTING,
value: "-20",
},
@ -111,4 +111,4 @@ const card: Card = {
}
export default card
export default card