1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-23 00:29:55 +00:00

32 lines
340 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Champion\'s Path'
const card: Card = {
name: {
en: "Full Heal",
},
illustrator: "Yoshinobu Saito",
rarity: "Common",
category: "Trainer",
set: Set,
effect: {
en: "Your Active Pokémon recovers from all Special Conditions.",
},
}
export default card