Hello, I'm trying to recreate a simple macro I use with the D&D 2014 Character Sheet. For most things I like keeping the rolls player facing and that means instead of having static Spell DC's, the PC's roll a 1d20. I used the following macro to make that happen. &{template:simple}{{rname=Casting Roll}} {{mod=DC-8}} {{always=1}} {{r1=[[1d20 + @{selected|power_save_dc} - 8]]}} {{r2=[[1d20 + @{selected|power_save_dc} - 8]]} With the 2024 sheet, I can't seem to find where the DC is stored. Does anyone know?