1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 09:59:19 +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,24 +6,28 @@ const card: Card = {
en: "Magcargo",
fr: "Volcaropod",
},
illustrator: "Yuka Morii",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
219,
],
hp: 100,
types: [
"Fire",
],
evolveFrom: {
en: "Slugma",
fr: "Limagma",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -56,10 +60,11 @@ const card: Card = {
en: "You may discard any number of Fire Energy cards attached to Magcargo. If you do, this attack does 60 damage plus 20 damage for each Fire Energy card you discarded.",
fr: "Vous pouvez défausser autant de cartes Énergie Fire attachées à Volcaropod que vous le souhaitez. Dans ce cas, cette attaque inflige 60 dégâts plus 20 dégâts pour chaque carte Énergie Fire que vous avez défaussée.",
},
damage: 60,
damage: "60+",
},
],
weaknesses: [
{
type: "Water",
@ -69,8 +74,16 @@ const card: Card = {
retreat: 3,
description: {
en: "Its brittle shell occasionally spouts intense flames that circulate throughout its body."
},
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card