import { Card } from '../../../interfaces' import Set from '../Darkness Ablaze' const card: Card = { name: { en: "Glimwood Tangle", }, illustrator: "aky CG Works", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "Once during each player’s turn, after that player flips any coins for an attack, they may ignore all results of those coin flips and begin flipping those coins again.", }, } export default card