import { Card } from '../../../interfaces' import Set from '../Darkness Ablaze' const card: Card = { name: { en: "Rose Tower", fr: "Shehroz 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.", fr: "Une fois pendant le tour de chaque joueur, ce joueur peut piocher des cartes jusqu’à en avoir 3 en main." }, trainerType: "Stadium", regulationMark: "D" } export default card