Get Random Dice Icons - Revamped (Allows Getting the Numerical Values of the Generated Icons)
What can I do and not do with the plugin?
For example, I want to add modifiers to a roll. how can I do that if it is possible?
I know for the normal dice plugin it works like this
output ([dice(numDice+"d6") + buffs + debuffs])
But for the random dice icon plugin I cannot do that.
Also is it possible to lock only specific dice with locker plugin?
Thanks for the Help!
But I would like to clarify some information. So I wanted to make this for me playing Warhammer and not needing to roll dices.
random dice icon has a .icon at the end which makes things weird I think. Also I wanted to do numDice+"d6" so I get each roll buffed by 1, like rolling a 7 if I roll a 6+1.
outputs for random dice icon work like this
output [rIcon('2d6').icons]
the icon part makes me unable to add anything or else I get a syntax error
Where numDice is the number of dice. We then get the sum of all values in the rolls and then add the appropriate increase and decrease to the value by multiplying the increase and decrease based on the number of dice rolled and adding them to the sum of the rolls.