
I have an ability thanks to an item which means whenever I roll to heal, if one of my dice roll maximum I get to roll another dice and add that to the total and this works at any level, I managed to find a way to do it with the level 1 version of my spells (to take cure wounds as an example 1d8!k2 so if it roll an 8, reroll and if the second one is an 8 too it doesn't matter because it only keeps 2 rolls) but I'm not sure how I could apply this to the higher level cast segment like it would limit to the spell level +1 number of dice and explode them all at once rather than being split up into base and higher level An idea I had was to output a spell card instead that would read the spell level as X and then roll Xd8!kX+1 but not sure what the formula could do that. The other idea was to simply repeat all of my healing spells for each spell level and simply write it out each time for the spell but this would take a while as I'm packing a lot of healing spells... Any help would be appreciated.