Implement advantage and disadvantage mechanics for dice rolls.
Advantage: roll two dice of the same type and keep the highest result.
Disadvantage: roll two dice of the same type and keep the lowest result.
This is a common mechanic in tabletop RPG systems such as D&D 5e and should integrate naturally with the existing RollDiceInput and RollDiceUseCase pipeline.
Implement advantage and disadvantage mechanics for dice rolls.
Advantage: roll two dice of the same type and keep the highest result.
Disadvantage: roll two dice of the same type and keep the lowest result.
This is a common mechanic in tabletop RPG systems such as D&D 5e and should integrate naturally with the existing
RollDiceInputandRollDiceUseCasepipeline.