1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +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: "Cherrim",
fr: "Ceriflor",
},
illustrator: "match",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
421,
],
hp: 80,
types: [
"Grass",
],
evolveFrom: {
en: "Cherubi",
fr: "Ceribou",
},
stage: "Stage1",
abilities: [
@ -32,11 +37,12 @@ const card: Card = {
fr: "Guérison solaire",
},
effect: {
en: "Once during your turn (before your attack), you may remove 1 damage counter from your Active Pokémon. This power can't be used if Cherrim is affected by a Special Condition.",
en: "Once during your turn (before your attack), you may remove 1 damage counter from your Active Pokémon. This power cant be used if Cherrim is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez retirer un marqueur de dégât de votre Pokémon Actif. Ce pouvoir ne peut pas être utilisé si Ceriflor est affecté par un État Spécial.",
},
},
],
attacks: [
{
cost: [
@ -51,22 +57,33 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
value: "-20"
},
],
retreat: 1,
description: {
en: "During times of strong sunlight, its bud blooms, its petals open fully, and it becomes very active."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card