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

21 lines
441 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../S9"
const card: Card = {
set: Set,
name: {
ja: "シロナの覇気"
},
illustrator: "Megumi Mizutani",
category: "Trainer",
effect: {
ja: "自分の手札が5枚になるように、山札を引く。前の相手の番に、自分のポケモンがきぜつしていたなら、8枚になるように引く。"
},
trainerType: "Supporter"
}
export default card