1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-24 12:59: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: "Feraligatr",
fr: "Aligatueur",
},
illustrator: "Kent Kanetsuna",
rarity: "Rare",
category: "Pokemon",
illustrator: "Kent Kanetsuna",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
160,
],
hp: 140,
types: [
"Water",
],
evolveFrom: {
en: "Croconaw",
fr: "Crocodil",
},
stage: "Stage2",
abilities: [
@ -32,11 +37,12 @@ const card: Card = {
fr: "Danse pluie",
},
effect: {
en: "As often as you like during your turn (before your attack), you may attach a Water Energy card from your hand to 1 of your Water Pokémon. This power can't be used if Feraligatr is affected by a Special Condition.",
en: "As often as you like during your turn (before your attack), you may attach a Water Energy card from your hand to 1 of your Water Pokémon. This power cant be used if Feraligatr is affected by a Special Condition.",
fr: "Autant de fois que vous le souhaitez pendant votre tour (avant votre attaque), vous pouvez attacher une carte Énergie Water de votre main à lun de vos Pokémon Water. Ce pouvoir ne peut pas être utilisé si Aligatueur est affecté par un État spécial.",
},
},
],
attacks: [
{
cost: [
@ -53,10 +59,11 @@ const card: Card = {
en: "Does 60 damage plus 10 more damage for each damage counter on the Defending Pokémon.",
fr: "Inflige 60 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégâts sur le Pokémon Défenseur.",
},
damage: 60,
damage: "60+",
},
],
weaknesses: [
{
type: "Grass",
@ -65,9 +72,14 @@ const card: Card = {
],
retreat: 3,
suffix: "Prime",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card