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,27 @@ const card: Card = {
en: "Hypno",
fr: "Hypnomade",
},
illustrator: "Masakazu Fukuda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
97,
],
hp: 90,
types: [
"Psychic",
],
evolveFrom: {
en: "Drowzee",
fr: "Soporifik",
},
stage: "Stage1",
abilities: [
@ -32,11 +37,12 @@ const card: Card = {
fr: "Pendulo dodo",
},
effect: {
en: "Once during your turn (before your attack), you may flip a coin. If heads, the Defending Pokémon is now Asleep. This power can't be used if Hypno is affected by a Special Condition.",
en: "Once during your turn (before your attack), you may flip a coin. If heads, the Defending Pokémon is now Asleep. This power cant be used if Hypno is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez lancer une pièce. Si cest face, le Pokémon Défenseur est maintenant Endormi. Ce pouvoir ne peut pas être utilisé si Hypnomade est affecté par un État spécial.",
},
},
],
attacks: [
{
cost: [
@ -49,13 +55,14 @@ const card: Card = {
fr: "Attaque Psy",
},
effect: {
en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
en: "Does 10 damage to 1 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à lun des Pokémon du Banc de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon du Banc.)",
},
damage: 30,
},
],
weaknesses: [
{
type: "Psychic",
@ -65,8 +72,16 @@ const card: Card = {
retreat: 2,
description: {
en: "Always holding a pendulum that it swings at a steady rhythm, it causes drowsiness in anyone nearby."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card