mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +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:
@ -6,22 +6,24 @@ const card: Card = {
|
||||
en: "Luvdisc",
|
||||
fr: "Lovdisc",
|
||||
},
|
||||
|
||||
illustrator: "sui",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
370,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -47,12 +49,13 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, remove 1 damage counter from the Defending Pokémon.",
|
||||
fr: "Avant d'infliger des dégâts, retirez un marqueur de dégât au Pokémon Défenseur.",
|
||||
fr: "Avant d’infliger des dégâts, retirez un marqueur de dégât au Pokémon Défenseur.",
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@ -62,8 +65,16 @@ const card: Card = {
|
||||
|
||||
retreat: 1,
|
||||
|
||||
description: {
|
||||
en: "Its heart-shaped body makes it popular. In some places, you would give a Luvdisc to someone you love."
|
||||
},
|
||||
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user