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:
@ -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 opponent’s 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 un’Energia dal Pokémon attivo del tuo avversario.",
|
||||
pt: "Discard an Energy from your opponent’s 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
|
Reference in New Issue
Block a user