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

22 lines
373 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "森の封印石"
},
illustrator: "AYUMI ODASHIMA",
category: "Trainer",
effect: {
ja: "このカードをつけている「ポケモンV」は、このVSTARパワーを使える。"
},
trainerType: "Tool",
rarity: "None"
}
export default card