1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

22 lines
350 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV5s"
const card: Card = {
set: Set,
name: {
id: "Hero Mantle"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
id: "HP maksimal Pokémon yang mengenakan kartu ini bertambah sejumlah 100."
},
trainerType: "Tool",
regulationMark: "H"
}
export default card