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,58 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Duraludon V"
|
||||
en: "Duraludon V",
|
||||
fr: "Duralugon V",
|
||||
es: "Duraludon V",
|
||||
it: "Duraludon V",
|
||||
pt: "Duraludon V",
|
||||
de: "Duraludon V"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Metal Claw",
|
||||
fr: "Griffe Acier",
|
||||
es: "Garra Metal",
|
||||
it: "Ferrartigli",
|
||||
pt: "Metal Claw",
|
||||
de: "Metallklaue"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
cost: ["Fighting", "Metal"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Breaking Swipe",
|
||||
fr: "Abattage",
|
||||
es: "Vasto Impacto",
|
||||
it: "Vastoimpatto",
|
||||
pt: "Breaking Swipe",
|
||||
de: "Breitseite"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, the Defending Pokémon’s attacks do 30 less damage (before applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, les attaques du Pokémon Défenseur infligent 30 dégâts de moins (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Durante el próximo turno de tu rival, los ataques del Pokémon Defensor hacen 30 puntos de daño menos (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Durante il prossimo turno del tuo avversario, gli attacchi del Pokémon difensore infliggono 30 danni in meno, prima di aver applicato debolezza e resistenza.",
|
||||
pt: "During your opponent’s next turn, the Defending Pokémon’s attacks do 30 less damage (before applying Weakness and Resistance).",
|
||||
de: "Während des nächsten Zuges deines Gegners fügen die Attacken des Verteidigenden Pokémon 30 Schadenspunkte weniger zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
},
|
||||
|
||||
damage: 140,
|
||||
cost: ["Fighting", "Metal", "Metal"]
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user