1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49: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,21 +6,23 @@ const card: Card = {
en: "Raikou & Suicune LEGEND",
fr: "Raikou & Suicune LÉGENDE (bas)",
},
illustrator: undefined,
rarity: "Rare",
category: "Pokemon",
illustrator: "Shinji Higuchi + Noriko Takaya",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
243,
],
hp: 160,
types: [
"Lightning",
"Water",
],
suffix: "Legend",
attacks: [
@ -35,7 +37,7 @@ const card: Card = {
fr: "Lance de tonnerre",
},
effect: {
en: "Raikou & Suicune LEGEND does 50 damage to itself, and don't apply Weakness to this damage.",
en: "Raikou & Suicune LEGEND does 50 damage to itself, and dont apply Weakness to this damage.",
fr: "Raikou & Suicune LÉGENDE s'infligent 50 dégâts. N'appliquez pas la Faiblesse à ces dégâts.",
},
damage: 150,
@ -59,6 +61,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@ -71,9 +74,14 @@ const card: Card = {
],
retreat: 1,
stage: "Basic",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card