Dice simulator for opposed contests [Solved]

Hello and sorry in advance : I could do the math, I am just too lazy to think it through…
Here’s what I am looking for : I want to rank players in a contest situation with N players each throwing an amount of dice (wager1, wager2, … wagerN). I have various scoring methods available :
A- Champions killing damage (1=0 success ; 2-5=1 success ; 6=2 successes)
B- beat a threshold (for instance 4+) for 1 success
C- take the highest die (then next highest, etc.)
(D- adding up the value seems boring, but seeing is believing)
(E- likewise, I don’t like bonuses and maluses, but there may be a case for them that I didn’t notice)

Right now, C seems better simply because it yields less draws. But there is a whole sliding scale between A and B that makes me think there may be a golden spot there to be found for different sets of ‘wager’. Or maybe the contest situation makes everything equal and it’s just a question of taste. Probabilites can be counter-intuitive at times, but I wouldn’t bet that this is the case here.

Any leads to a refined dice simulator ?

Will this help you? I added a die type for the board game Betrayal at the House on the Hill, which uses a sixsided die that has the sides 0, 0, 1, 1, 2, 2. So the number of dice you roll is most likely the result that you are to end up with.

Using highest die is rarely a good choice, because you will most likely end up with the max result even on lower number of dice.

1 Like

there are a couple of ways you can approach this. There’s numerous online dice roll visualizors (I use Anydice but there are other options). There will be a minor amount of learning curve to understand their keywords, but nothing too bad. Or you can use Excel. I prefer this because it offers much better customization at low and high skill levels. Excel’s formulas a very straightforward, all you need is some statistics knowledge.

Option A: for 6d6 vs 3d6 vs 1d6 you’d have an avg result of 6 hits to 3 hits to 1 (your proposed spread conveniently has an avg result of 1 hit per die).

Option B: For 6d6 vs 3d6 vs 1d6 with a hit on 4+ you have an avg result of ~3 hits to ~1.5 hits to ~.5 hits.

For options C or D, 6d6 vs 3d6 vs 1d6 has average results of 21 to 10.5 to 3.5.

In any example, success scales linearly based on number of dice bid, but for options C and D you guarantee success after a certain threshold (7d6 will always beat 1d6). Options A and B will always provide a chance, no matter how small, that a lower number of dice bid can beat a higher number, with a large number of ties occurring between equivalent bids.