A downloadable Dice Mechanic

"Bright Dice" is a dice mechanic with degrees of success, adding a layer of narrative nuance to resolution rolls.

This dice mechanic is well suited to freeform, GM-less, or solo play.

Note: Bright Dice can be used with  my D10 RPG Core:

https://mothteeth.itch.io/d10-core

Licensed under CC-BY-SA 4.0

StatusReleased
CategoryPhysical game
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authormothteeth
GenreRole Playing
TagsDice, Tabletop role-playing game

Download

Download
Bright Dice - d10 Narrative Dice v1.2.1.pdf

Comments

Log in with itch.io to leave a comment.

(1 edit)

Anydice code:

output d{4,1,1,1,1,1,1,1,1,1}+2d{1,0,0,0,0,0,0,0,0,0} named "Target 1"
output d{4,4,1,1,1,1,1,1,1,1}+2d{1,1,0,0,0,0,0,0,0,0} named "Target 2"
output d{4,4,4,1,1,1,1,1,1,1}+2d{1,1,1,0,0,0,0,0,0,0} named "Target 3"
output d{4,4,4,4,1,1,1,1,1,1}+2d{1,1,1,1,0,0,0,0,0,0} named "Target 4"
output d{4,4,4,4,4,1,1,1,1,1}+2d{1,1,1,1,1,0,0,0,0,0} named "Target 5"
output d{4,4,4,4,4,4,1,1,1,1}+2d{1,1,1,1,1,1,0,0,0,0} named "Target 6"
output d{4,4,4,4,4,4,4,1,1,1}+2d{1,1,1,1,1,1,1,0,0,0} named "Target 7"
output d{4,4,4,4,4,4,4,4,1,1}+2d{1,1,1,1,1,1,1,1,0,0} named "Target 8"
output d{4,4,4,4,4,4,4,4,4,1}+2d{1,1,1,1,1,1,1,1,1,0} named "Target 9"
output d{4,4,4,4,4,4,4,4,4,4}+2d{1,1,1,1,1,1,1,1,1,1} named "Target 10"

Where

  • 1 = Strong Failure
  • 2 = Failure
  • 3 = Weak Failure
  • 4 = Weak Success
  • 5 = Success
  • 6 = Strong Success
(1 edit)

That's awesome, thanks for doing that! I'll add it to the doc, cheers!
EDIT: Added to the document, with credit. Thanks again :)