Opposed and Extended roll types #101

Closed
opened 2026-04-04 18:42:06 +02:00 by shahondin1624 · 0 comments
Owner

Description

Dice rolls are currently simple tests only. Shadowrun 5e has three test types:

  • Simple Test: Roll dice pool vs. threshold
  • Opposed Test: Two pools rolled, compare net hits
  • Extended Test: Repeated rolls accumulating hits over time with shrinking pools

Missing Functionality

  • Opposed test mode (roll two pools, calculate net hits)
  • Extended test mode (roll repeatedly, track cumulative hits, reduce pool each interval)
  • Threshold input for simple tests
  • Net hits calculation and display

Acceptance Criteria

  • Simple test with configurable threshold
  • Opposed test: two dice pools, net hits calculated
  • Extended test: cumulative hits tracked, pool shrinks each roll
  • Roll type selection in the dice roll UI
  • Results clearly show test type and outcome
## Description Dice rolls are currently simple tests only. Shadowrun 5e has three test types: - **Simple Test**: Roll dice pool vs. threshold - **Opposed Test**: Two pools rolled, compare net hits - **Extended Test**: Repeated rolls accumulating hits over time with shrinking pools ## Missing Functionality - Opposed test mode (roll two pools, calculate net hits) - Extended test mode (roll repeatedly, track cumulative hits, reduce pool each interval) - Threshold input for simple tests - Net hits calculation and display ## Acceptance Criteria - [ ] Simple test with configurable threshold - [ ] Opposed test: two dice pools, net hits calculated - [ ] Extended test: cumulative hits tracked, pool shrinks each roll - [ ] Roll type selection in the dice roll UI - [ ] Results clearly show test type and outcome
shahondin1624 added the type:featureepic:dice-rollingpriority:should-have labels 2026-04-04 18:42:06 +02:00
Sign in to join this conversation.