[4.4] Glitch and Critical Glitch Detection #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User Story
As a player, I want automatic glitch detection (>50% dice show 1) and critical glitch (glitch + 0 successes).
Acceptance Criteria
Notes
Polish item. SR5e rule: if more than half the dice show 1, it's a glitch. If also 0 successes, it's a critical glitch. Depends on 4.1.
Glitch and critical glitch detection was implemented as part of #15 (In-App Dice Roll Results Display) in
DiceRollResultDialog.kt. The dialog evaluates after each roll per SR5e rules: ones > half dice = glitch (warning in errorContainer), glitch + 0 successes = critical glitch (bold error display). The "shown in roll history" AC item depends on #17 (Dice Roll History) which is a separate issue.