1
0
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:
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,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