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

22 lines
437 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV7a"
const card: Card = {
set: Set,
name: {
ja: "ドラセナ"
},
illustrator: "Hideki Ishikawa",
category: "Trainer",
effect: {
ja: "自分の手札をすべて山札にもどして切る。その後、コインを1回投げ、オモテなら8枚、ウラなら3枚、山札を引く。"
},
trainerType: "Supporter",
rarity: "None"
}
export default card