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

22 lines
386 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../S-P"
const card: Card = {
set: Set,
name: {
'zh-tw': "辣味香料咖哩"
},
illustrator: "AYUMI ODASHIMA",
category: "Trainer",
effect: {
'zh-tw': "將自己的戰鬥寶可夢【灼傷】。將自己的戰鬥寶可夢恢復「40」HP。"
},
trainerType: "Item",
regulationMark: "E"
}
export default card