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

22 lines
396 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SVD"
const card: Card = {
set: Set,
name: {
'zh-tw': "活力頭帶"
},
illustrator: "Studio Bora Inc.",
category: "Trainer",
effect: {
'zh-tw': "附有這張卡的寶可夢使用的招式,對對手的戰鬥寶可夢造成的傷害「+10」點。"
},
trainerType: "Tool",
regulationMark: "G"
}
export default card