
I am creating a Wand of Fireballs for a 1st Edition game and in 1e, a Wand of Fireballs does 6d6 damage, but you replace 1s with 2s. I am trying to figure out how to do it within SmartAOE's damage formula My first task was figuring out how to even do that roll within Roll20 and I found someone that had the following: {6d6+6d2r<1}kh6 which does work on its own. Now I have been trying various ways to plug that into the Damage Formula of SmartAOE but have so far been unsuccessful. I can get --damageFormula1|[[(6d6+6d2)]] to work, but as soon as I try to add in the r<1 it kills it. I can get the kh6 to work, the only part I can not get to work is replacing the 1s Any thoughts would be appreciated.