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,63 @@ const card: Card = {
},
name: {
en: "Lycanroc V"
en: "Lycanroc V",
fr: "Lougaroc V",
es: "Lycanroc V",
it: "Lycanroc V",
pt: "Lycanroc V",
de: "Wolwerock V"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 200,
types: ["Fighting"],
stage: "Basic"
stage: "Basic",
illustrator: "PLANETA Tsuji",
suffix: "V",
attacks: [{
name: {
en: "Rock Throw",
fr: "Jet-Pierres",
es: "Lanzarrocas",
it: "Sassata",
pt: "Rock Throw",
de: "Steinwurf"
},
damage: 40,
cost: ["Fighting"]
}, {
name: {
en: "Crashing Fangs",
fr: "Crocs Percutants",
es: "Colmillos Demoledores",
it: "Schiantazanne",
pt: "Crashing Fangs",
de: "Reißende Zähne"
},
effect: {
en: "During your next turn, this Pokémon cant attack.",
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.",
es: "Durante tu próximo turno, este Pokémon no puede atacar.",
it: "Durante il tuo prossimo turno, questo Pokémon non può attaccare.",
pt: "During your next turn, this Pokémon cant attack.",
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen."
},
damage: 200,
cost: ["Fighting", "Fighting", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 1
}
export default card