1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49:18 +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: "Crobat",
fr: "Nostenfer",
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
169,
],
hp: 110,
types: [
"Psychic",
],
evolveFrom: {
en: "Golbat",
fr: "Nosferalto",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -49,22 +53,24 @@ const card: Card = {
],
name: {
en: "Hurricane Wing",
fr: "Tornad'aile",
fr: "Tornadaile",
},
effect: {
en: "Flip 4 coins. This attack does 30 damage times the number of heads.",
fr: "Lancez 4 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face.",
},
damage: 30,
damage: "30×",
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -72,9 +78,18 @@ const card: Card = {
},
],
retreat: 0,
description: {
en: "The development of wings on its legs enables it to fly fast but also makes it tough to stop and rest."
},
variants: {
normal: true,
reverse: false,
holo: false,
firstEdition: false
}
}
export default card