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,24 +6,28 @@ const card: Card = {
en: "Wartortle",
fr: "Carabaffe",
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
8,
],
hp: 80,
types: [
"Water",
],
evolveFrom: {
en: "Squirtle",
fr: "Carapuce",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -32,11 +36,11 @@ const card: Card = {
],
name: {
en: "Water Arrow",
fr: "Flèche d'eau",
fr: "Flèche deau",
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez l'un des Pokémon de votre adversaire. Cette attaque inflige 20 dégâts à ce Pokémon. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "Choose 1 of your opponents Pokémon. This attack does 20 damage to that Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez lun des Pokémon de votre adversaire. Cette attaque inflige 20 dégâts à ce Pokémon. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},
@ -55,6 +59,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@ -64,8 +69,16 @@ const card: Card = {
retreat: 1,
description: {
en: "It is a well-established symbol of longevity. If its shell has algae on it, that Wartortle is very old."
},
variants: {
normal: true,
reverse: false,
holo: false,
firstEdition: false
}
}
export default card