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

22 lines
370 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SVF"
const card: Card = {
set: Set,
name: {
'zh-tw': "森林封印石"
},
illustrator: "AYUMI ODASHIMA",
category: "Trainer",
effect: {
'zh-tw': "附有這張卡的「寶可夢【V】」可使用這個【VSTAR】力量。"
},
trainerType: "Item",
regulationMark: "F"
}
export default card