-
-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Feature request and related problem
Currently the output for individual Fudge dice faces is to show them as -1, 0, or 1. It would be ideal if they were shown as -, , + respectively.
Suggested solution
When you initialize the Dice object it would be great if you could pass a flag to set the Fudge dice output to be symbol based rather than numeric value based.
Alternatives
No response
Additional context
Often the specific dice faces are used in things like random tables where the row/column lookups are done on the symbol faces rather than their typical numeric values. I rarely need to know the specific values vs. the sum of the dice result but I often need to know what the individual dice faces were and right now there's just that little hiccup of having to mentally map the numeric values to their faces. I realized this is a quirk of the Fudge dice and I'm open to other ideas -- and obviously "wontfix, no thanks" - all good :) Thanks for your time!