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

33 lines
406 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Diamond & Pearl'
const card: Card = {
name: {
en: "Double Full Heal",
fr: "Double guérison totale",
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Retirez à chacun de vos Pokémon Actifs tous leurs États Spéciaux.",
},
trainerType: "Item",
}
export default card