import { Card } from '../../../interfaces' import Set from '../Darkness Ablaze' const card: Card = { name: { en: "Rose Tower", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "Once during each player’s turn, that player may draw cards until they have 3 cards in their hand.", }, } export default card