import { Card } from "../../../interfaces" import Set from "../SV2D" const card: Card = { set: Set, name: { ja: "サワロ" }, illustrator: "nagimiso", category: "Trainer", effect: { ja: "自分のポケモンを2匹まで選び、HPをそれぞれ「50」回復する。" }, trainerType: "Supporter" } export default card