1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

22 lines
424 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../S7D"
const card: Card = {
set: Set,
name: {
'zh-tw': "模仿少女"
},
illustrator: "Sanosuke Sakuma",
category: "Trainer",
effect: {
'zh-tw': "將自己的手牌全部放回牌庫並重洗。然後,從自己的牌庫抽出與對手的手牌張數相同數量的卡。"
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card