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:
@ -12,14 +12,50 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Gossifleur"
|
||||
en: "Gossifleur",
|
||||
fr: "Tournicoton",
|
||||
es: "Gossifleur",
|
||||
it: "Gossifleur",
|
||||
pt: "Gossifleur",
|
||||
de: "Cottini"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Grass"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "Mizue",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Blot",
|
||||
fr: "Pâté",
|
||||
es: "Absorción",
|
||||
it: "Macchia",
|
||||
pt: "Blot",
|
||||
de: "Klecks"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 10 damage from this Pokémon.",
|
||||
fr: "Soignez 10 dégâts de ce Pokémon.",
|
||||
es: "Cura 10 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 10 danni.",
|
||||
pt: "Heal 10 damage from this Pokémon.",
|
||||
de: "Heile 10 Schadenspunkte bei diesem Pokémon."
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Grass"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user