1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 17:39: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,57 @@ const card: Card = {
},
name: {
en: "Drampa"
en: "Drampa",
fr: "Draïeul",
es: "Drampa",
it: "Drampa",
pt: "Drampa",
de: "Sen-Long"
},
rarity: "Rare",
category: "Pokemon",
hp: 120,
types: ["Dragon"],
stage: "Basic"
stage: "Basic",
illustrator: "Tomokazu Komiya",
attacks: [{
name: {
en: "Corkscrew Punch",
fr: "Poing Tire-Bouchon",
es: "Puño Tirabuzón",
it: "Pugno Rotante",
pt: "Corkscrew Punch",
de: "Korkenzieherhieb"
},
damage: 30,
cost: ["Colorless"]
}, {
name: {
en: "Berserk",
fr: "Dracolère",
es: "Cólera",
it: "Furore",
pt: "Berserk",
de: "Wutausbruch"
},
effect: {
en: "If your Benched Pokémon have any damage counters on them, this attack does 90 more damage.",
fr: "Si au moins un marqueur de dégâts est placé sur vos Pokémon de Banc, cette attaque inflige 90 dégâts supplémentaires.",
es: "Si tus Pokémon en Banca tienen algún contador de daño sobre ellos, este ataque hace 90 puntos de daño más.",
it: "Se i tuoi Pokémon in panchina hanno dei segnalini danno, questo attacco infligge 90 danni in più.",
pt: "If your Benched Pokémon have any damage counters on them, this attack does 90 more damage.",
de: "Wenn auf den Pokémon auf deiner Bank mindestens 1 Schadensmarke liegt, fügt diese Attacke 90 Schadenspunkte mehr zu."
},
damage: "70+",
cost: ["Water", "Fighting"]
}],
retreat: 2
}
export default card