mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18: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:
@ -6,11 +6,12 @@ const card: Card = {
|
||||
en: "Palkia & Dialga LEGEND",
|
||||
fr: "Palkia & Dialga LÉGENDE",
|
||||
},
|
||||
illustrator: undefined,
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "Shinji Higuchi + Sachiko Eba/樋口真嗣+江場左知子",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
483,
|
||||
],
|
||||
@ -20,7 +21,6 @@ const card: Card = {
|
||||
"Metal",
|
||||
],
|
||||
|
||||
|
||||
suffix: "Legend",
|
||||
|
||||
attacks: [
|
||||
@ -35,8 +35,8 @@ const card: Card = {
|
||||
fr: "Disparition soudaine",
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of your opponent's Benched Pokémon. Put that Pokémon and all cards attached to it back into your opponent's hand.",
|
||||
fr: "Choisissez l'un des Pokémon de Banc de votre adversaire. Remettez ce Pokémon et toutes les cartes qui lui sont attachées dans la main de votre adversaire.",
|
||||
en: "Choose 1 of your opponent’s Benched Pokémon. Put that Pokémon and all cards attached to it back into your opponent’s hand.",
|
||||
fr: "Choisissez l’un des Pokémon de Banc de votre adversaire. Remettez ce Pokémon et toutes les cartes qui lui sont attachées dans la main de votre adversaire.",
|
||||
},
|
||||
|
||||
},
|
||||
@ -51,7 +51,7 @@ const card: Card = {
|
||||
fr: "Contrôle temporel",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard all Metal Energy attached to Palkia & Dialga LEGEND. Add the top 2 cards of your opponent's deck to his or her Prize cards.",
|
||||
en: "Discard all Metal Energy attached to Palkia & Dialga LEGEND. Add the top 2 cards of your opponent’s deck to his or her Prize cards.",
|
||||
fr: "Défaussez toutes les cartes Énergie Metal attachées à Palkia & Dialga LÉGENDE. Ajoutez les 2 cartes du dessus du deck de votre adversaire à ses cartes Récompense.",
|
||||
},
|
||||
|
||||
@ -62,11 +62,12 @@ const card: Card = {
|
||||
fr: "",
|
||||
},
|
||||
effect: {
|
||||
fr: "Vous ne pouvez placer cette carte sur votre Banc que si vous placez en même temps l'autre moitié de Palkia & Dialga LÉGENDE.",
|
||||
fr: "Vous ne pouvez placer cette carte sur votre Banc que si vous placez en même temps l’autre moitié de Palkia & Dialga LÉGENDE.",
|
||||
},
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@ -79,9 +80,16 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 3,
|
||||
stage: "Basic",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
|
||||
hp: 160
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user