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: "Beedrill",
fr: "Dardargnan",
},
illustrator: "Kyoko Umemoto",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
15,
],
hp: 110,
types: [
"Grass",
],
evolveFrom: {
en: "Kakuna",
fr: "Coconfort",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -38,7 +42,7 @@ const card: Card = {
en: "Flip 2 coins. This attack does 50 damage times the number of heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 50 dégâts multipliés par le nombre de côtés face.",
},
damage: 50,
damage: "50×",
},
{
@ -52,12 +56,13 @@ const card: Card = {
},
effect: {
en: "The Defending Pokémon is now Poisoned. Flip a coin. If heads, the Defending Pokémon is also Paralyzed.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné. Lancez une pièce. Si c'est face, le Pokémon Défenseur est aussi Paralysé.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné. Lancez une pièce. Si cest face, le Pokémon Défenseur est aussi Paralysé.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Fire",
@ -65,10 +70,18 @@ const card: Card = {
},
],
retreat: 0,
description: {
en: "It can take down any opponent with its powerful poison stingers. It sometimes attacks in swarms."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card