1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +00:00

Updated Evolving Skies with attacks and other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-28 16:54:37 +02:00
parent 90ebef01cf
commit b46b2c4fb9
194 changed files with 8779 additions and 436 deletions

View File

@ -12,14 +12,62 @@ const card: Card = {
},
name: {
en: "Hippowdon"
en: "Hippowdon",
fr: "Hippodocus",
es: "Hippowdon",
it: "Hippowdon",
pt: "Hippowdon",
de: "Hippoterus"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 150,
types: ["Fighting"],
stage: "Stage1"
stage: "Stage1",
illustrator: "Eri Yamaki",
attacks: [{
name: {
en: "Hammer In",
fr: "Enfoncement",
es: "Martillear",
it: "Martello",
pt: "Hammer In",
de: "Einhämmern"
},
damage: 120,
cost: ["Fighting", "Fighting", "Colorless"]
}, {
name: {
en: "Sand Press",
fr: "Pression Sableuse",
es: "Presión de Arena",
it: "Silicopressa",
pt: "Sand Press",
de: "Sandpresse"
},
effect: {
en: "Discard 2 Energy from this Pokémon.",
fr: "Défaussez 2 Énergies de ce Pokémon.",
es: "Descarta 2 Energías de este Pokémon.",
it: "Scarta due Energie da questo Pokémon.",
pt: "Discard 2 Energy from this Pokémon.",
de: "Lege 2 Energien von diesem Pokémon auf deinen Ablagestapel."
},
damage: 220,
cost: ["Fighting", "Fighting", "Fighting", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 4
}
export default card