1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-02 12:19:53 +00:00

33 lines
400 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../HeartGold SoulSilver'
const card: Card = {
name: {
en: "Full Heal",
fr: "Énergie guérisseuse",
},
illustrator: "Takashi Yamaguchi",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Retirez tous les États spéciaux de votre Pokémon actif.",
},
trainerType: "Item",
}
export default card