1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +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: "Kricketune",
fr: "Mélokrik",
},
illustrator: "Tomokazu Komiya",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
402,
],
hp: 80,
types: [
"Grass",
],
evolveFrom: {
en: "Kricketot",
fr: "Crikzik",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -37,7 +41,7 @@ const card: Card = {
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus.",
fr: "Lancez une pièce. Si cest face, le Pokémon Défenseur est maintenant Confus.",
},
damage: 30,
@ -56,10 +60,11 @@ const card: Card = {
en: "Flip 3 coins. If 1 of them is heads, this attack does 20 damage plus 20 more damage. If 2 of them are heads, this attack does 20 damage plus 40 more damage. If all of them are heads, this attack does 20 damage plus 100 more damage.",
fr: "Lancez 3 pièces. Si vous obtenez une fois un côté face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires. Si vous obtenez deux fois un côté face, cette attaque inflige 20 dégâts plus 40 dégâts supplémentaires. Si vous obtenez chaque fois un côté face, cette attaque inflige 20 dégâts plus 100 dégâts supplémentaires.",
},
damage: 20,
damage: "20+",
},
],
weaknesses: [
{
type: "Fire",
@ -69,8 +74,16 @@ const card: Card = {
retreat: 1,
description: {
en: "By allowing its cry to resonate in the hollow of its belly, it produces a captivating sound."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card