1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-03 00:49:19 +00:00

Added more Evolving Skies data

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-27 11:02:14 +02:00
parent 87ee5fce0b
commit 90ebef01cf
9 changed files with 327 additions and 25 deletions

View File

@ -12,14 +12,70 @@ const card: Card = {
},
name: {
en: "Sylveon VMAX"
en: "Sylveon VMAX",
fr: "Nymphali VMAX",
es: "Sylveon VMAX",
it: "Sylveon VMAX",
pt: "Sylveon VMAX",
de: "Feelinara VMAX"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 310,
types: ["Psychic"],
illustrator: "Ryota Murayama",
attacks: [{
name: {
en: "Precious Touch",
fr: "Touche Précieuse",
es: "Toque Precioso",
it: "Tocco Prezioso",
pt: "Precious Touch",
de: "Edle Berührung"
},
effect: {
en: "Attach an Energy card from your hand to 1 of your Benched Pokémon. If you do, heal 120 damage from that Pokémon.",
fr: "Attachez une carte Énergie de votre main à lun de vos Pokémon de Banc. Dans ce cas, soignez 120 dégâts de ce Pokémon-là.",
es: "Une 1 carta de Energía de tu mano a 1 de tus Pokémon en Banca. Si lo haces, cura 120 puntos de daño a ese Pokémon.",
it: "Assegna a uno dei tuoi Pokémon in panchina una carta Energia dalla tua mano. Se lo fai, cura quel Pokémon da 120 danni.",
pt: "Attach an Energy card from your hand to 1 of your Benched Pokémon. If you do, heal 120 damage from that Pokémon.",
de: "Lege 1 Energiekarte aus deiner Hand an 1 Pokémon auf deiner Bank an. Wenn du das machst, heile 120 Schadenspunkte bei jenem Pokémon."
},
cost: ["Psychic"]
}, {
name: {
en: "Max Harmony",
fr: "Harmoniomax",
es: "Maxiarmonía",
it: "Dynarmonia",
pt: "Max Harmony",
de: "Dyna-Harmonie"
},
effect: {
en: "This attack does 30 more damage for each different type of Pokémon on your Bench.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque type différent de Pokémon sur votre Banc.",
es: "Este ataque hace 30 puntos de daño más por cada tipo de Pokémon diferente en tu Banca.",
it: "Questo attacco infligge 30 danni in più per ogni Pokémon di tipo diverso nella tua panchina.",
pt: "This attack does 30 more damage for each different type of Pokémon on your Bench.",
de: "Diese Attacke fügt für jeden verschiedenen Pokémon-Typ auf deiner Bank 30 Schadenspunkte mehr zu."
},
damage: "70+",
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 2,
stage: "VMAX"
}
export default card
export default card