Best of luck to you. I think my code is quite messy but if you can use any of it, feel free!

illectrility@sh.itjust.works
Posts
-
Complex dice roll probability calculator. -
Complex dice roll probability calculator.Pretty similar but I couldn't get re-rolls to work on there. That's the main reason I made this
-
Complex dice roll probability calculator.No, there is no advantage or disadvantage functionality. I made it purely for balancing, so finding out the average damage a character would do. In that case I would just write out all the different rolls the character would do when attacking and have the program calculate using that. It's pretty barebones
-
Complex dice roll probability calculator.Yes, yes I did... It's here
-
Complex dice roll probability calculator.I made a web page where you can simulate a complex dice roll sequence with conditionals (e.g. re-roll when roll is a 1) using a Python-like syntax. (Click the "Toggle Syntax" button to view examples)
It needs a second to load because it has to load a Python interpreter in the background (I'm not good at web development) but once that's done, it works really well.
I now have it in a state where I'm happy with it and can check all the dice sequences I need for balancing etc.
Maybe some of you could use it too.
There's also just the Python version available to run locally here
Everything is GPLv3, enjoy!