1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 09:59: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: "Vaporeon",
fr: "Aquali",
},
illustrator: "sui",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
134,
],
hp: 90,
types: [
"Water",
],
evolveFrom: {
en: "Eevee",
fr: "Evoli",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -52,12 +56,13 @@ const card: Card = {
fr: "Double splash",
},
effect: {
en: "Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 2 des Pokémon de votre adversaire. Cette attaque inflige 30 dégâts à chacun d'entre eux. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "Choose 2 of your opponents Pokémon. This attack does 30 damage to each of them. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 2 des Pokémon de votre adversaire. Cette attaque inflige 30 dégâts à chacun dentre eux. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},
],
weaknesses: [
{
type: "Lightning",
@ -67,8 +72,16 @@ const card: Card = {
retreat: 2,
description: {
en: "When Vaporeons fins begin to vibrate, it is a sign that rain will come within a few hours."
},
variants: {
normal: true,
reverse: false,
holo: false,
firstEdition: false
}
}
export default card