1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +00:00

Updated informations (#23)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -4,31 +4,33 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Clefable",
fr: "Mélodelfe"
},
illustrator: "miki kudo",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Clefairy",
fr: "Mélofée"
},
abilities: [
{
type: "Ability",
name: {
en: "Prankish",
fr: "Plaisantin"
},
effect: {
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may put an Energy attached to your opponents Active Pokémon on top of their deck.",
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer lun de vos Pokémon pendant votre tour, vous pouvez placer une Énergie attachée au Pokémon Actif de votre adversaire sur le dessus de son deck."
},
},
],
attacks: [
{
cost: [
@ -37,12 +39,14 @@ const card: Card = {
],
name: {
en: "Moon Kick",
fr: "Coup dPied Lunaire"
},
damage: 60,
},
],
weaknesses: [
{
type: "Metal",
@ -51,9 +55,8 @@ const card: Card = {
],
retreat: 2,
hp: 110,
types: ["Psychic"]
}
export default card