Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
DiceRoller
DiceRoller
0
This discussion has been closed.
Comments
Sorry for being disconnected for so long.
I hope that along with the new features, I have addressed in this new version all previous Adam's comments.
Oliof, support for Fudge dice will be nice. Let me know how the patch looks like, I may include it in a new version. You may contact me directly by eMail.
I thought it was a nice feature for reading the original text easier, and for getting the excitement of using the mouse to discover the results. But if you don't like it, it is easy to make it show the result directly when you load a page.
Edit the file /your-vanilla-path/extensions/DiceRoller/js/DiceRoller.js
and comment the line 65, just make it look like this:
/* window.onload = DR_hideRolls */
Hope it helps
I have uploaded a new version (v0.5.1) which has support for configuring the default display options. I think it fully solves your problem.
There is some instructions on the file UsingTheDiceRoller.txt, but they advise you to simple edit the new version file /your-vanilla-path/extensions/DiceRoller/js/DiceRoller.js and you will find some variable definitions at the beginning that you may change at any time to customize how the rolls look when the page is loaded.
It is plenty of comments to explain their meaning and possible values, but let me know if you find anything confusing or if something does not work for you.
The sum and sort functions have been updated to work nicely with negative values.
Hope you enjoy it!
NOTE: In older versions 1d100 was producing results between 00 and 99. This dice is renamed as 1d00. In the current version 1d100 produces rolls between 1 and 100. If you toggle on the dice-types in old rolls you will see the change on the dice name.
It was affecting people using Dice-Roller version 0.5.1. The database was not updated to change the dice sizes of 1d100 to their new 1d00 name in the dice result strings. It is just a make-up thing, but I think it is nice to keep coherence with the new dice names (1d100 have values from 1 to 100; 1d00 have values from 00 to 99).