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:
@ -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
|
Reference in New Issue
Block a user