1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 02: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,24 @@ const card: Card = {
en: "Lunatone",
fr: "Seleroc",
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
337,
],
hp: 60,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
@ -45,13 +47,14 @@ const card: Card = {
fr: "Destruction",
},
effect: {
en: "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.) Lunatone does 60 damage to itself.",
fr: "Cette attaque inflige 10 dégâts à chaque Pokémon de Banc (les vôtres et ceux de votre adversaire).(N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.) Seleroc s'inflige 60 dégâts.",
en: "Does 10 damage to each Benched Pokémon (both yours and your opponents). (Dont apply Weakness and Resistance for Benched Pokémon.) Lunatone does 60 damage to itself.",
fr: "Cette attaque inflige 10 dégâts à chaque Pokémon de Banc (les vôtres et ceux de votre adversaire).(Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.) Seleroc sinflige 60 dégâts.",
},
damage: 60,
},
],
weaknesses: [
{
type: "Grass",
@ -61,8 +64,16 @@ const card: Card = {
retreat: 1,
description: {
en: "It was discovered at the site of a meteor strike 40 years ago. Its stare can lull its foes to sleep."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card