1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 01:49: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: "Metagross",
fr: "Metalosse",
},
illustrator: "TOKIYA",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
376,
],
hp: 130,
types: [
"Metal",
],
evolveFrom: {
en: "Metang",
fr: "Metang",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -55,26 +59,37 @@ const card: Card = {
en: "Flip 4 coins. This attack does 50 damage times the number of heads.",
fr: "Lancez 4 pièces. Cette attaque inflige 50 dégâts multipliés par le nombre de côtés face.",
},
damage: 50,
damage: "50×",
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Psychic",
value: "-20"
},
],
retreat: 4,
description: {
en: "It folds its four legs when flying. Its four brains are said to be superior to a supercomputer."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card