1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 20:01:58 +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: "Umbreon",
fr: "Noctali",
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
197,
],
hp: 90,
types: [
"Darkness",
],
evolveFrom: {
en: "Eevee",
fr: "Evoli",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -35,8 +39,8 @@ const card: Card = {
fr: "Croc lunaire",
},
effect: {
en: "During your opponent's next turn, prevent all effects, including damage, done to Umbreon by attacks from your opponent's Pokémon that has any Poké-Powers or Poké-Bodies.",
fr: "Pendant le prochain tour de votre adversaire, prévenez tous les effets d'attaques (y compris les dégâts) infligés à Noctali par un Pokémon de votre adversaire possédant des Poké-Powers ou des Poké-Bodies.",
en: "During your opponents next turn, prevent all effects, including damage, done to Umbreon by attacks from your opponents Pokémon that has any Poké-Powers or Poké-Bodies.",
fr: "Pendant le prochain tour de votre adversaire, prévenez tous les effets dattaques (y compris les dégâts) infligés à Noctali par un Pokémon de votre adversaire possédant des Poké-Powers ou des Poké-Bodies.",
},
damage: 30,
@@ -48,32 +52,43 @@ const card: Card = {
],
name: {
en: "Quick Blow",
fr: "Coup d'poing éclair",
fr: "Coup dpoing éclair",
},
effect: {
en: "Flip a coin. If heads, this attack does 30 damage plus 30 more damage.",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires.",
},
damage: 30,
damage: "30+",
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Psychic",
value: "-20"
},
],
retreat: 1,
description: {
en: "When agitated, this Pokémon protects itself by spraying poisonous sweat from its pores."
},
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card