mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,22 +4,19 @@ import Set from '../Champion\'s Path'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Gardevoir V",
|
||||
fr: "Gardevoir V"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 210,
|
||||
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Metal",
|
||||
@ -29,8 +26,28 @@ const card: Card = {
|
||||
|
||||
retreat: 2,
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Magical Shot",
|
||||
fr: "Coup Magique"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Psychic"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Swelling Pulse",
|
||||
fr: "Pulsation Grandissante"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon was healed during this turn, this attack does 80 more damage.",
|
||||
fr: "Si ce Pokémon a été soigné pendant ce tour, cette attaque inflige 80 dégâts supplémentaires."
|
||||
},
|
||||
|
||||
damage: "120+",
|
||||
cost: ["Psychic", "Psychic", "Colorless"]
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user