1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17: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: "Ursaring",
fr: "Ursaring",
},
illustrator: "Wataru Kawahara",
rarity: "Rare",
category: "Pokemon",
illustrator: "Wataru Kawahara",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
217,
],
hp: 110,
types: [
"Colorless",
],
evolveFrom: {
en: "Teddiursa",
fr: "Teddiursa",
},
stage: "Stage1",
abilities: [
@ -32,11 +37,12 @@ const card: Card = {
fr: "Fou-furieux",
},
effect: {
en: "If Ursaring has any damage counters on it, each of Ursaring's attacks does 60 more damage (before applying Weakness and Resistance).",
en: "If Ursaring has any damage counters on it, each of Ursarings attacks does 60 more damage (before applying Weakness and Resistance).",
fr: "Si Ursaring a des marqueurs de dégât, chacune de ses attaques inflige 60 dégâts supplémentaires (avant application de la Faiblesse et de la Résistance).",
},
},
],
attacks: [
{
cost: [
@ -49,7 +55,7 @@ const card: Card = {
fr: "Marto-Poing",
},
effect: {
en: "Discard the top card from your opponent's deck.",
en: "Discard the top card from your opponents deck.",
fr: "Défaussez la première carte du dessus du deck de votre adversaire.",
},
damage: 30,
@ -71,6 +77,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@ -79,9 +86,14 @@ const card: Card = {
],
retreat: 3,
suffix: "Prime",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card