1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-26 13:59: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,22 +6,24 @@ const card: Card = {
en: "Drowzee",
fr: "Soporifik",
},
illustrator: "Masakazu Fukuda",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
96,
],
hp: 60,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@ -32,7 +34,7 @@ const card: Card = {
fr: "Poussododo",
},
effect: {
en: "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. The new Defending Pokémon is now Asleep.",
en: "Switch the Defending Pokémon with 1 of your opponents Benched Pokémon. The new Defending Pokémon is now Asleep.",
fr: "Échangez le Pokémon Défenseur avec un Pokémon du Banc de votre adversaire. Le nouveau Pokémon Défenseur est maintenant Endormi.",
},
@ -51,6 +53,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@ -60,8 +63,16 @@ const card: Card = {
retreat: 2,
description: {
en: "It remembers every dream it eats. It rarely eats the dreams of adults because childrens are much tastier."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card