1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00

23 lines
427 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "鎖鏈糬"
},
illustrator: "5ban Graphics",
category: "Trainer",
effect: {
'zh-tw': "附有這張卡的【中毒】的寶可夢使用的招式,對對手的戰鬥寶可夢造成的傷害「+40」點。"
},
trainerType: "Tool",
regulationMark: "H",
rarity: "Uncommon"
}
export default card