1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 20:01:58 +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,45 @@ const card: Card = {
},
name: {
en: "Shelgon"
en: "Shelgon",
fr: "Drackhaus",
es: "Shelgon",
it: "Shelgon",
pt: "Shelgon",
de: "Draschel"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 90,
types: ["Dragon"],
stage: "Stage1"
stage: "Stage1",
illustrator: "tetsuya koizumi",
attacks: [{
name: {
en: "Hard Roll",
fr: "Roulade Endurcie",
es: "Dureza Rodante",
it: "Rotocorazza",
pt: "Hard Roll",
de: "Hartes Einrollen"
},
effect: {
en: "Flip a coin. If heads, during your opponents next turn, prevent all damage from and effects of attacks done to this Pokémon.",
fr: "Lancez une pièce. Si cest face, pendant le prochain tour de votre adversaire, évitez tous les dégâts et les effets dattaques infligés à ce Pokémon.",
es: "Lanza 1 moneda. Si sale cara, durante el próximo turno de tu rival, evita todo el daño y todos los efectos de los ataques infligidos a este Pokémon.",
it: "Lancia una moneta. Se esce testa, durante il prossimo turno del tuo avversario, previeni sia i danni che gli effetti degli attacchi inflitti a questo Pokémon.",
pt: "Flip a coin. If heads, during your opponents next turn, prevent all damage from and effects of attacks done to this Pokémon.",
de: "Wirf 1 Münze. Verhindere bei Kopf während des nächsten Zuges deines Gegners allen Schaden durch und alle Effekte von Attacken, die diesem Pokémon zugefügt werden."
},
damage: 50,
cost: ["Fire", "Water"]
}],
retreat: 3
}
export default card