1
0
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:
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,27 @@ const card: Card = {
en: "Porygon-Z",
fr: "Porygon-Z",
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
474,
],
hp: 110,
types: [
"Colorless",
],
evolveFrom: {
en: "Porygon2",
fr: "Porygon2",
},
stage: "Stage2",
abilities: [
@ -32,11 +37,12 @@ const card: Card = {
fr: "Transfert dimensionnel",
},
effect: {
en: "Once during your turn (before your attack), you may flip a coin. If heads, search your discard pile for a Trainer card, show it to your opponent, and put it on top of your deck. This power can't be used if Porygon-Z is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez lancer une pièce. Si c'est face, cherchez une carte Dresseur dans votre pile de défausse, montrez-la à votre adversaire, puis placez-la sur le dessus de votre deck. Ce Poké-Power ne peut pas être utilisé si Porygon-Z est affecté par un État Spécial.",
en: "Once during your turn (before your attack), you may flip a coin. If heads, search your discard pile for a Trainer card, show it to your opponent, and put it on top of your deck. This power cant be used if Porygon-Z is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez lancer une pièce. Si cest face, cherchez une carte Dresseur dans votre pile de défausse, montrez-la à votre adversaire, puis placez-la sur le dessus de votre deck. Ce Poké-Power ne peut pas être utilisé si Porygon-Z est affecté par un État Spécial.",
},
},
],
attacks: [
{
cost: [
@ -50,12 +56,13 @@ const card: Card = {
},
effect: {
en: "If Porygon-Z has no Rainbow Energy attached to it, Porygon-Z does 20 damage to itself and Porygon-Z is now Confused.",
fr: "Si aucune Énergie Multicolore n'est attachée à Porygon-Z, Porygon-Z s'inflige 20 dégâts et est maintenant Confus.",
fr: "Si aucune Énergie Multicolore nest attachée à Porygon-Z, Porygon-Z sinflige 20 dégâts et est maintenant Confus.",
},
damage: 80,
},
],
weaknesses: [
{
type: "Fighting",
@ -65,8 +72,16 @@ const card: Card = {
retreat: 2,
description: {
en: "Its programming was modified to enable it to travel through alien dimensions. Seems there might have been an error…"
},
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card