
So in Deadlands you roll a number of differen't dice d4 up to d12 with the results exploding if you roll the highest number on the die, you have a difficulty number which ranges from 3 5 7 9 11 you also have modifiers to the dice roll then even 5 over the target number you get a raise. With this macro I want it to work it all out for me and my players. Is that possible (I have pro so I can use API) I am not sure if this macro is working right. !power {{ --Roll|[! [^Dice.base] !] --Raises|[[ [$Dice] floor((?{Number of Dice|1}?{Dice type|d4|d6|d8|d10|d12}!!k1+?{Modifier|0} - ?{What's the Difficulty?|1}) / 5)]] }}