
Sorry if this is the wrong forum, if so let me know where it should go. We're using the 5e OGL and have one new Vedalken character but not the book that would (maybe) automate this process, so I'm trying to do this manually. All I need to do is add the +1d4 [Tireless Precision] modifier to his Arcana rolls. In order to only roll the +1d4 once and apply it to both d20 rolls for Advantage or Disadvantage, I've gone to the Attributes and Abilities tab, scrolled down to the arcana_roll and changed the formula to this: @{wtype}&{template:simple} {{rname=^{arcana-u}}} {{mod=@{arcana_bonus}}} {{r1=[[@{d20}+3[Proficiency]+4[intelligence]@{pbd_safe}]]}} {{always=1}} {{r2=[[@{d20}+3[Proficiency]+4[intelligence]@{pbd_safe}]]}} {{global=[[@{global_skill_mod} +[[1d4]][Tireless Precision] ]]}} @{charname_output} That works fine UNLESS you add a Global Skill Modifier, such as Guidance. It still technically "works" in that it rolls the correct dice, but if you mouse over the resulting rolls, it won't tell you what was the name of the Global Skill Modifier it used. So we could "assume" that the number rolled represents Guidance, but I would rather have it specifically say so. And in case the Global Skill Modifier is ever something other than Guidance, I'd prefer to use the variable that stores the name of the Global Skill Modifier. It correctly notates the Tireless Precision, just not the other Global Skill Modifier. I think it would look something like this, but it is not quite working. @{wtype}&{template:simple} {{rname=^{arcana-u}}} {{mod=@{arcana_bonus}}} {{r1=[[@{d20}+3[Proficiency]+4[intelligence]@{pbd_safe}]]}} {{always=1}} {{r2=[[@{d20}+3[Proficiency]+4[intelligence]@{pbd_safe}]]}} {{global=[[@{global_skill_mod} [@{global_skill_mod_name}] +[[1d4]][Tireless Precision]]]}} @{charname_output} [EDIT: and I don't even know that there is a variable called {global_skill_mod_name}, but there must be something that stores the name, because it gets placed in the {global_skill_mod} variable. But you get the idea, I hope. Maybe if I knew the actual name I'd have more options.] I've tried about a dozen iterations with brackets, double brackets, curly, double curly, no brackets, etc. I just can't get the Global Skill Modifier Name to show up when I mouse over the resulting roll. I'm so close (or at least think I am, lol) I wonder if anyone can solve this? Thanks so much.