Basic Roll library #90

Closed
opened 2023-06-20 18:19:00 +02:00 by migration-script · 0 comments

Description

As a system developer, I want to have some library for dice rolls so that this is possible (haha)

Acceptance criteria

  • Methods for the following types of rolls are available:
    • Basic rolls for non-tests (herbs with 1d20/10, etc.)
    • Basic rolls for simple tests (up to 20)
    • Basic rolls for more complicated tests (more than 20)
  • After a roll, the following information is made available to the developer:
    • The overall throw state (failed, success, crit. hit,...)
    • The throws' result value
    • All single dice value.
  • A followup issue with more advanced features/next steps is created.
# Description As a system developer, I want to have some library for dice rolls so that this is possible (haha) # Acceptance criteria - [ ] Methods for the following types of rolls are available: - [ ] Basic rolls for non-tests (herbs with 1d20/10, etc.) - [ ] Basic rolls for simple tests (up to 20) - [ ] Basic rolls for more complicated tests (more than 20) - [ ] After a roll, the following information is made available to the developer: - [ ] The overall throw state (failed, success, crit. hit,...) - [ ] The throws' result value - [ ] All single dice value. - [x] A followup issue with more advanced features/next steps is created.
pheerai was assigned by migration-script 2023-06-20 18:19:00 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dungeonslayers/ds4#90
No description provided.