1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 20:01:58 +00:00

Fixed GX being with a dash while it isn't on the card (#58)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-16 11:05:52 +02:00
committed by GitHub
parent f54b367f8c
commit 1a98a6022b
618 changed files with 3543 additions and 3546 deletions

View File

@@ -6,22 +6,27 @@ const card: Card = {
en: "Jolteon",
fr: "Voltali",
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
135,
],
hp: 90,
types: [
"Lightning",
],
evolveFrom: {
en: "Eevee",
fr: "Évoli",
},
stage: "Stage1",
abilities: [
@@ -37,6 +42,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@@ -55,12 +61,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Metal",
@@ -68,9 +76,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card