1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 11: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: "Porygon2",
fr: "Porygon2",
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
233,
],
hp: 80,
types: [
"Colorless",
],
evolveFrom: {
en: "Porygon",
fr: "Porygon",
},
stage: "Stage1",
abilities: [
@ -33,10 +38,11 @@ const card: Card = {
},
effect: {
en: "Once during your turn, when you play Porygon2 from your hand to evolve 1 of your Pokémon, you may search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
fr: "Une seule fois pendant votre tour, lorsque vous jouez Porygon2 dans votre main pour faire évoluer l'un de vos Pokémon, vous pouvez chercher une carte Stade dans votre deck, la montrer à votre adversaire et l'ajouter à votre main. Mélangez ensuite votre deck.",
fr: "Une seule fois pendant votre tour, lorsque vous jouez Porygon2 dans votre main pour faire évoluer lun de vos Pokémon, vous pouvez chercher une carte Stade dans votre deck, la montrer à votre adversaire et lajouter à votre main. Mélangez ensuite votre deck.",
},
},
],
attacks: [
{
cost: [
@ -51,10 +57,11 @@ const card: Card = {
en: "Flip 3 coins. This attack does 20 damage times the number of heads.",
fr: "Lancez 3 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de côtés face.",
},
damage: 20,
damage: "20×",
},
],
weaknesses: [
{
type: "Fighting",
@ -64,8 +71,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Further research enhanced its abilities. Sometimes, it may exhibit motions that were not programmed."
},
variants: {
normal: true,
reverse: false,
holo: false,
firstEdition: false
}
}
export default card