Hello everyone, I'm trying to do a simple math operation that will retain the value of a previous roll, then add damage for special circumstances. In this case, I'm trying to display damage for Divine Smite, which does more damage to undead or fiends. I can't get it to work though, maybe someone here can help? Essentially I'm trying to take ^Dmg and create another variable, $Dmg2 with another d8 added in. !power {{ --name|Divine Smite vs. @{target|token_name} --leftsub|Melee Attack --rightsub|5 ft. Reach --Damage:|[[ [$Dmg] ?{Slots|1,2d8|2,3d8|3,4d8|4,5d8}]] Radiant --vs. Undead or Fiends:| + [[ [$Dmg2] 1d8 + [^Dmg] ]] }}