theDicenomicon Expert

The Expert tier of theDicenomicon adds custom "favorite rolls formulas" (and other related capabilities).

  • InnCant, the language of roll formulas allow more complex logic. 
    • Want to roll four six sided dice, keeping the three highest? 4d6h3
    • Add a four sided die to a twenty sided? 1d4 + 1d20
    • A dice pool of two six sided and an eight sided die, keeping the two highest? p[d6, d6, d8]h2
    • Roll a six sided die to see how many eight sided dice to roll?
      var count = 1d6
      #(count)d8
    • InnCant is a full programming language, including control statements (if-then-else) and the ability to work with numbers, strings, etc...
  • Side bar holds your favorite roll (written in InnCant), counters, inventory lists, etc.  Everything you need for a simple character sheet, especially for "OSR" style games with easy character management.