1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19: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,62 @@ const card: Card = {
},
name: {
en: "Scrafty"
en: "Scrafty",
fr: "Baggaïd",
es: "Scrafty",
it: "Scrafty",
pt: "Scrafty",
de: "Irokex"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 120,
types: ["Darkness"],
stage: "Stage1"
stage: "Stage1",
illustrator: "Yukiko Baba",
attacks: [{
name: {
en: "Headbutt",
fr: "Coup dBoule",
es: "Golpe Cabeza",
it: "Bottintesta",
pt: "Headbutt",
de: "Kopfnuss"
},
damage: 40,
cost: ["Colorless", "Colorless"]
}, {
name: {
en: "Shakedown",
fr: "Dépouiller",
es: "Conmocionar",
it: "Scossone",
pt: "Shakedown",
de: "Abschütteln"
},
effect: {
en: "Discard a random card from your opponents hand.",
fr: "Défaussez au hasard une carte de la main de votre adversaire.",
es: "Descarta 1 carta aleatoria de la mano de tu rival.",
it: "Scarta una carta a caso dalla mano del tuo avversario.",
pt: "Discard a random card from your opponents hand.",
de: "Lege 1 zufällige Karte aus der Hand deines Gegners auf seinen Ablagestapel."
},
damage: 90,
cost: ["Darkness", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2
}
export default card
export default card