import { Card } from "../../../interfaces" import Set from "../SVK" const card: Card = { set: Set, name: { ja: "勇気のおまもり" }, illustrator: "Toyste Beach", category: "Trainer", effect: { ja: "このカードをつけているたねポケモンの最大HPは「+50」される。" }, trainerType: "Tool", rarity: "None" } export default card