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:
parent
d76dfbac94
commit
f6b9eafec4
@ -23,9 +23,9 @@ const card: Card = {
|
|||||||
|
|
||||||
illustrator: "Ryota Saito",
|
illustrator: "Ryota Saito",
|
||||||
|
|
||||||
rarity: Rarity.RARE,
|
rarity: Rarity.RARE,
|
||||||
|
|
||||||
category: Category.POKEMON,
|
category: Category.POKEMON,
|
||||||
|
|
||||||
set,
|
set,
|
||||||
image: {
|
image: {
|
||||||
@ -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",
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -111,4 +111,4 @@ const card: Card = {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
Loading…
x
Reference in New Issue
Block a user