1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 17:39: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: "Vaporeon VMAX"
en: "Vaporeon VMAX",
fr: "Aquali VMAX",
es: "Vaporeon VMAX",
it: "Vaporeon VMAX",
pt: "Vaporeon VMAX",
de: "Aquana VMAX"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 320,
types: ["Water"],
stage: "VMAX"
stage: "VMAX",
illustrator: "5ban Graphics",
attacks: [{
name: {
en: "Bubble Pod",
fr: "Bulle Capsule",
es: "Cápsula Burbuja",
it: "Bollacapsula",
pt: "Bubble Pod",
de: "Blubbkapsel"
},
effect: {
en: "Put a Water Pokémon from your discard pile onto your Bench. If you do, attach up to 3 Water Energy cards from your discard pile to that Pokémon.",
fr: "Placez un Pokémon Water de votre pile de défausse sur votre Banc. Dans ce cas, attachez jusquà 3 cartes Énergie Water de votre pile de défausse à ce Pokémon-là.",
es: "Pon 1 Pokémon Water de tu pila de descartes en tu Banca. Si lo haces, une hasta 3 cartas de Energía Water de tu pila de descartes a ese Pokémon.",
it: "Prendi un Pokémon Water dalla tua pila degli scarti e mettilo nella tua panchina. Se lo fai, assegna a quel Pokémon fino a tre carte Energia Water dalla tua pila degli scarti.",
pt: "Put a Water Pokémon from your discard pile onto your Bench. If you do, attach up to 3 Water Energy cards from your discard pile to that Pokémon.",
de: "Lege 1 Water-Pokémon aus deinem Ablagestapel auf deine Bank. Wenn du das machst, lege bis zu 3 Water-Energiekarten aus deinem Ablagestapel an jenes Pokémon an."
},
cost: ["Colorless"]
}, {
name: {
en: "Max Torrent",
fr: "Torrentomax",
es: "Maxitorrente",
it: "Dynacquaiuto",
pt: "Max Torrent",
de: "Dyna-Sturzbach"
},
effect: {
en: "If your opponents Active Pokémon already has any damage counters on it, this attack does 100 more damage.",
fr: "Si le Pokémon Actif de votre adversaire a déjà au moins un marqueur de dégâts, cette attaque inflige 100 dégâts supplémentaires.",
es: "Si el Pokémon Activo de tu rival ya tiene algún contador de daño sobre él, este ataque hace 100 puntos de daño más.",
it: "Se il Pokémon attivo del tuo avversario ha già dei segnalini danno, questo attacco infligge 100 danni in più.",
pt: "If your opponents Active Pokémon already has any damage counters on it, this attack does 100 more damage.",
de: "Wenn auf dem Aktiven Pokémon deines Gegners mindestens 1 Schadensmarke liegt, fügt diese Attacke 100 Schadenspunkte mehr zu."
},
damage: "100+",
cost: ["Water", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 2
}
export default card