1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17: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,21 +6,23 @@ const card: Card = {
en: "Suicune & Entei LEGEND",
fr: "Suicune & Entei LÉGENDE (bas)",
},
illustrator: undefined,
rarity: "Rare",
category: "Pokemon",
illustrator: "Shinji Higuchi + Sachiko Eba",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
244,
],
hp: 160,
types: [
"Water",
"Fire",
],
suffix: "Legend",
attacks: [
@ -35,7 +37,7 @@ const card: Card = {
fr: "Croc torrentiel",
},
effect: {
en: "Return 2 Water Energy attached to Suicune & Entei LEGEND to your hand. Choose one of your opponent's Benched Pokémon. This attack does 100 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
en: "Return 2 Water Energy attached to Suicune & Entei LEGEND to your hand. Choose one of your opponents Benched Pokémon. This attack does 100 damage to that Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Reprenez dans votre main 2 cartes Énergie Water attachées à Suicune & Entei LÉGENDE. Cette attaque inflige 100 dégâts à l'un des Pokémon se trouvant sur le Banc de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
@ -58,6 +60,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@ -70,9 +73,14 @@ const card: Card = {
],
retreat: 1,
stage: "Basic",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card