When you play poker you probably know equity calculators like pokerstove. Is something similar available for UR?
It should work something like this:
You enter your and your opponents n cards and how many pills each player has left and it calculates how probable it is for you to win this situation(just brute forcing every possible combination of cards and used pills/fury for every remaining round).
I just did some calculations about the complexity of the problem and calculating every possible outcome for 4 known cards against 4 known cards looks very doable, although I'm not so sure about the usefulness of that information because of the game theoretical differences between poker and UR.
Does anyone know a tool doing anything like that or does anyone have some comments to spare about the usefulness of this approach for analyzing the effectiveness of a given deck against another?