1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 03:29:17 +00:00

Fix HeartGold SoulSilver datas (#73)

* Update

Signed-off-by: Avior <github@avior.me>

* Update datas

Signed-off-by: Avior <github@avior.me>

* Finished fix

Signed-off-by: Avior <github@avior.me>

* Updated some more

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Some more updates

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-09-29 23:43:33 +02:00
committed by GitHub
parent f8508fcd08
commit dc4d1bd6cb
414 changed files with 6893 additions and 2404 deletions

View File

@ -6,11 +6,12 @@ const card: Card = {
en: "Lugia LEGEND",
fr: "Lugia LÉGENDAIRE",
},
illustrator: "Shinji Higuchi",
rarity: "Rare",
category: "Pokemon",
illustrator: "Shinji Higuchi",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
249,
],
@ -19,8 +20,8 @@ const card: Card = {
"Water",
],
suffix: "Legend",
abilities: [
{
type: "Poke-POWER",
@ -34,6 +35,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@ -53,22 +55,36 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-20"
},
],
retreat: 1,
stage: "Basic",
description: {
en: "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm."
},
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
},
hp: 130
}
export default card