1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

22 lines
364 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV8s"
const card: Card = {
set: Set,
name: {
id: "Kecerdikan Clemont"
},
illustrator: "Shinya Mizuno",
category: "Trainer",
effect: {
id: "Pulihkan HP semua Pokémon {Listrik} sendiri masing-masing sejumlah 60."
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card