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: "Muk",
fr: "Grotadmorv",
},
illustrator: "Midori Harada",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
89,
],
hp: 100,
types: [
"Psychic",
],
evolveFrom: {
en: "Grimer",
fr: "Tadmorv",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -32,10 +36,10 @@ const card: Card = {
],
name: {
en: "Sludge Drag",
fr: "Gliss'Crade",
fr: "GlissCrade",
},
effect: {
en: "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. The new Defending Pokémon is now Confused and Poisoned.",
en: "Switch the Defending Pokémon with 1 of your opponents Benched Pokémon. The new Defending Pokémon is now Confused and Poisoned.",
fr: "Échangez le Pokémon Défenseur avec un Pokémon de Banc de votre adversaire. Le nouveau Pokémon Défenseur est maintenant Confus et Empoisonné.",
},
@ -54,10 +58,11 @@ const card: Card = {
en: "If the Defending Pokémon is affected by a Special Condition, this attack does 50 damage plus 30 more damage.",
fr: "Si le Pokémon Défenseur est affecté par un État Spécial, cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires.",
},
damage: 50,
damage: "50+",
},
],
weaknesses: [
{
type: "Psychic",
@ -67,8 +72,16 @@ const card: Card = {
retreat: 3,
description: {
en: "Its body is made of a powerful poison. Touching it accidentally will cause a fever that requires bed rest."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card