mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09: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,55 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Fletchinder"
|
||||
en: "Fletchinder",
|
||||
fr: "Braisillon",
|
||||
es: "Fletchinder",
|
||||
it: "Fletchinder",
|
||||
pt: "Fletchinder",
|
||||
de: "Dartignis"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Colorless"],
|
||||
stage: "Stage1"
|
||||
stage: "Stage1",
|
||||
illustrator: "Yuya Oka",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Quick Attack",
|
||||
fr: "Vive-Attaque",
|
||||
es: "Ataque Rápido",
|
||||
it: "Attacco Rapido",
|
||||
pt: "Quick Attack",
|
||||
de: "Ruckzuckhieb"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 20 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 20 danni in più.",
|
||||
pt: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 20 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user