The roll would look like this: [[@{selected|arcana_bonus}+1d100]] What are you trying to do? Are you using a 1d100 for all die rolls, or just these two for a special situation? If you want to change all rolls to be 1d100, then you can go to the Settings tab (click on the cog on the Character Sheet page) and change the 'Core Die Roll' to be 1d100 instead of 1d20. If you just want those two rolls to be adjusted, you can do it manually if you go to the Attributes and Abilities tab, and scroll down to the relevant attribute, such as 'investigation_roll', which will look like this: @{wtype}&{template:simple} {{rname=^{investigation-u}}} {{mod=@{investigation_bonus}}} {{r1=[[@{d20}+@{investigation_bonus}[Mods]@{pbd_safe}]]}} {{query=1}} ?{Advantage?|Normal Roll,&#123&#123normal=1&#125&#125 &#123&#123r2=[[0d20|Advantage,&#123&#123advantage=1&#125&#125 &#123&#123r2=[[@{d20}|Disadvantage,&#123&#123disadvantage=1&#125&#125 &#123&#123r2=[[@{d20}+@{investigation_bonus}[Mods]@{pbd_safe}]]}} {{global=@{global_skill_mod}}} @{charname_output} You just need to swap out the '@{d20}'s with '1d100' @{wtype}&{template:simple} {{rname=^{investigation-u}}} {{mod=@{investigation_bonus}}} {{r1=[[1d100+@{investigation_bonus}[Mods]@{pbd_safe}]]}} {{query=1}} ?{Advantage?|Normal Roll,&#123&#123normal=1&#125&#125 &#123&#123r2=[[0d100|Advantage,&#123&#123advantage=1&#125&#125 &#123&#123r2=[[1d100|Disadvantage,&#123&#123disadvantage=1&#125&#125 &#123&#123r2=[[1d100+@{investigation_bonus}[Mods]@{pbd_safe}]]}} {{global=@{global_skill_mod}}} @{charname_output} Caveat: I'm not sure when the sheetworkers will automatically revert that attribute back to the default. Possibly at level up, or perhaps when any of the linked attributes are changed.