Working on making a nice Recovery Check macro for Pathfinder 2E, using the default PF2E character sheet. So far I've managed to create the following... @{Name|whispertype} &{template:rolls} {{limit_height=@{Name|roll_limit_height}}} {{charactername=@{Name|character_name}}} {{header=Recovery Check}} {{subheader=@{Name|character_name} attempts to rally}} {{roll01=[[1d20]] **vs DC** [[@{Name|hit_points_dying}+10]] }} ...which looks like... However, when I hover over the DC, it doesn't spell out what the modifiers are. (The 2 in the example above is the dying value.) Furthermore, I kind of want to incorporate the Current Dying condition into the displayed data, and have it automatically adjust the dying condition up or down based on whether or not the flat check beats the DC shown. I feel the above is the limit of my current understanding of Macros, and I'm hoping to get help finishing it up.