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,70 @@ const card: Card = {
},
name: {
en: "Lycanroc VMAX"
en: "Lycanroc VMAX",
fr: "Lougaroc VMAX",
es: "Lycanroc VMAX",
it: "Lycanroc VMAX",
pt: "Lycanroc VMAX",
de: "Wolwerock VMAX"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 320,
types: ["Fighting"],
stage: "VMAX"
stage: "VMAX",
illustrator: "Mitsuhiro Arita",
attacks: [{
name: {
en: "Hunting Claw",
fr: "Griffe de Chasse",
es: "Garra Cinegética",
it: "Artiglio Implacabile",
pt: "Hunting Claw",
de: "Jagdklauen"
},
effect: {
en: "Knock Out 1 of your opponents Pokémon in play that has 60 HP or less remaining.",
fr: "Mettez K.O. lun des Pokémon en jeu de votre adversaire auquel il reste 60 PV ou moins.",
es: "Deja Fuera de Combate a 1 de los Pokémon en juego de tu rival al que le queden 60 PS o menos.",
it: "Metti KO uno dei Pokémon in gioco del tuo avversario che ha 60 PS o meno rimanenti.",
pt: "Knock Out 1 of your opponents Pokémon in play that has 60 HP or less remaining.",
de: "Mache 1 Pokémon deines Gegners im Spiel, das 60 oder weniger verbleibende KP hat, kampfunfähig."
},
cost: ["Fighting"]
}, {
name: {
en: "Max Edge",
fr: "Lamomax",
es: "Maxifilo",
it: "Dynafendente",
pt: "Max Edge",
de: "Dyna-Kante"
},
effect: {
en: "This attack also does 30 damage to 1 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige aussi 30 dégâts à lun des Pokémon de Banc de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
es: "Este ataque también hace 30 puntos de daño a 1 de los Pokémon en Banca de tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
it: "Questo attacco infligge anche 30 danni a uno dei Pokémon nella panchina del tuo avversario. Non applicare debolezza e resistenza ai Pokémon in panchina.",
pt: "This attack also does 30 damage to 1 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
de: "Diese Attacke fügt auch 1 Pokémon auf der Bank deines Gegners 30 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
},
damage: 190,
cost: ["Fighting", "Fighting", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 1
}
export default card