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

23 lines
349 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SC2D"
const card: Card = {
set: Set,
name: {
'zh-tw': "萬靈藥"
},
illustrator: "Yoshinobu Saito",
category: "Trainer",
effect: {
'zh-tw': "將自己的戰鬥寶可夢的特殊狀態全部恢復。"
},
trainerType: "Item",
regulationMark: "D"
}
export default card