mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-08 06:09:54 +00:00
Fixed Zapdos Scrapper error
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
d76dfbac94
commit
f6b9eafec4
@ -90,7 +90,7 @@ const card: Card = {
|
|||||||
|
|
||||||
weaknesses: [
|
weaknesses: [
|
||||||
{
|
{
|
||||||
|
type: Type.LIGHTNING,
|
||||||
value: "×2",
|
value: "×2",
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -98,7 +98,7 @@ const card: Card = {
|
|||||||
|
|
||||||
resistances: [
|
resistances: [
|
||||||
{
|
{
|
||||||
|
type: Type.FIGHTING,
|
||||||
value: "-20",
|
value: "-20",
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user