1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09: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: "Grumpig",
fr: "Groret",
},
illustrator: "Yukiko Baba",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
326,
],
hp: 90,
types: [
"Psychic",
],
evolveFrom: {
en: "Spoink",
fr: "Spoink",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -36,7 +40,7 @@ const card: Card = {
fr: "Verrou psy",
},
effect: {
en: "Your opponent can't use any Poké-Powers on his or her Pokémon on his or her next turn.",
en: "Your opponent cant use any Poké-Powers on his or her Pokémon on his or her next turn.",
fr: "Votre adversaire ne peut utiliser aucun Poké-Power sur ses Pokémon lors de son prochain tour.",
},
damage: 20,
@ -53,13 +57,14 @@ const card: Card = {
fr: "Manipulation de Banc",
},
effect: {
en: "Your opponent flips a coin for each of his or her Benched Pokémon. This attack does 40 damage times the number of tails. This attack's damage isn't affected by Weakness or Resistance.",
en: "Your opponent flips a coin for each of his or her Benched Pokémon. This attack does 40 damage times the number of tails. This attacks damage isnt affected by Weakness or Resistance.",
fr: "Votre adversaire lance une pièce pour chacun de ses Pokémon de Banc. Cette attaque inflige 40 dégâts multipliés par le nombre de côtés pile. Les dégâts infligés par cette attaque ne sont pas affectés par la Faiblesse ou la Résistance.",
},
damage: 40,
damage: "40×",
},
],
weaknesses: [
{
type: "Psychic",
@ -69,8 +74,16 @@ const card: Card = {
retreat: 2,
description: {
en: "It can perform odd dance steps to influence foes. Its style of dancing became hugely popular overseas."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card