
Hello everyone,
As the title says, i am trying to create a custom dice roll plate for a game i run on an hombebrew system and read that API were really usefull for that.
To describe a bit what i need :
The system is based around d6s, you roll multiple and count the number of successes.
One are always -1 on the success count (and may trigger missteps if you roll too many.
two and three don't change anything (no additional successes or failures) except if you have some special modifiers that increase your success range.
Four and five are usually success, except special mods that will decrease your success range
Sixes are 2 successes and my trigger over-success.
Characters can also have Free success to add to their roll (aka mastery) and free 6 (that only count for scoring an over-success aka crit boost)
Taking into account that the base number of dice, mastery and crit boost are already on the sheet.
So i need an input with the number of bonus/malus dices (due to circumstances or temporary buffs).
One with the success range modifier.
And i want as an output :
how many successes (including mastery)
how many 6s (including crit boost)
and how many 1s.
Is that feasable ? And can someone help me/direct me to great ressources to advance on that journey ?