1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +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,62 @@ const card: Card = {
},
name: {
en: "Gyarados VMAX"
en: "Gyarados VMAX",
fr: "Léviator VMAX",
es: "Gyarados VMAX",
it: "Gyarados VMAX",
pt: "Gyarados VMAX",
de: "Garados VMAX"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 330,
types: ["Water"],
stage: "VMAX"
stage: "VMAX",
illustrator: "Shin Nagasawa",
attacks: [{
name: {
en: "Hyper Beam",
fr: "Ultralaser",
es: "Hiperrayo",
it: "Iper Raggio",
pt: "Hyper Beam",
de: "Hyperstrahl"
},
effect: {
en: "Discard an Energy from your opponents Active Pokémon.",
fr: "Défaussez une Énergie du Pokémon Actif de votre adversaire.",
es: "Descarta 1 Energía del Pokémon Activo de tu rival.",
it: "Scarta unEnergia dal Pokémon attivo del tuo avversario.",
pt: "Discard an Energy from your opponents Active Pokémon.",
de: "Lege 1 Energie vom Aktiven Pokémon deines Gegners auf seinen Ablagestapel."
},
damage: 120,
cost: ["Water", "Water", "Colorless"]
}, {
name: {
en: "Max Tyrant",
fr: "Tyranomax",
es: "Maxitiránico",
it: "Dynatiranno",
pt: "Max Tyrant",
de: "Dyna-Tyrann"
},
damage: 240,
cost: ["Water", "Water", "Water", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 4
}
export default card