1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 03:42:13 +00:00

33 lines
427 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Fates Collide'
const card: Card = {
name: {
en: "Energy Reset",
fr: "Réinitialisation d'Énergie",
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Placez dans votre main autant d'Énergies attachées à votre Pokémon que vous voulez.",
},
trainerType: "Item",
}
export default card