I was wondering how you can calculate the outcome of dice rolls in the board game Risk, but with modifiers, assuming 3 attackers and 2 defenders.
In Risk the attacker rolls 3 dice, and the defender rolls 2. The highest two of each sets of dice (the attacker's and defender's) are compared, the highest to the highest, and the second highest to the second highest. If a die is higher than the one it is compared to, the opposing player loses a unit. The defender wins on a tie. Each player can lose up to two units this way, or each can lose one.
I want to know how to calculate the probability if you add a value to the 1st, 2nd, or 3rd highest dice of each set. For example, how do the probabilities change if you add 2 to the attacker's 2nd highest die and add 1 to the defender's highest die, after the dice have already been paired for comparison. I would like to know how to calculate the odds when adding any value to any of the attacker's or defender's dice.
Thanks in advance for anyone who can help me with this problem!