mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Alcremie",
|
||||
fr: "Charmilly"
|
||||
},
|
||||
|
||||
illustrator: "Mizue",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Milcery",
|
||||
fr: "Crèmy"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -26,9 +24,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Decorate",
|
||||
fr: "Nappage"
|
||||
},
|
||||
effect: {
|
||||
en: "Attach any number of basic Energy cards from your hand to your Pokémon in any way you like.",
|
||||
fr: "Attachez le nombre de cartes Énergie de base voulues de votre main à vos Pokémon comme il vous plaît."
|
||||
},
|
||||
|
||||
},
|
||||
@ -39,14 +39,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Draining Kiss",
|
||||
fr: "Vampibaiser"
|
||||
},
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Metal",
|
||||
@ -55,9 +58,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
|
||||
|
||||
|
||||
hp: 110,
|
||||
types: ["Psychic"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user