Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[PF] Character Sheet, Buffs, add 1d6 to roles

Greetings Wizards I can't seem to find a way to add # or Macro to rolls in the Pathfinder Buffs section. The buff is Inspiration , the bonus is 1d6 (to an asortment of rolls). I can add 6 to the rolls, but I can't find a way to add +1d6, help would be gredatly welcome as I'm jumping into game now xD
1470027293

Edited 1470027476
vÍnce
Pro
Sheet Author
The buffs section can only handle macro-text that can be resolved on the sheet, before going to chat.  So anything that requires a dice roll, like [[ 1d6 ]] needs to happen in chat, post sheet-worker(javascript).   You can manually include a query for Inspiration within the macro-text of any given roll on the sheet.   You should be able to add something like "  + [[ ?{Inspiration?|no (0),0|yes (1d6),[[ 1d6 ]] } ]][inspiration]  " to your attacks and skill check macros.  If you're not sure where to insert them, just ask. We have added additional attack/damage macro-text on the beta version of the sheet which should make this easier with the next release. Cheers
Yeah that's what I was using, but then I thought of looking into the Buffs section since it effects saves which doesn't let a macro be used (within the sheet anyway). Guess I will hack it and make a seperate macro. Thanks for the information.
1470035153
vÍnce
Pro
Sheet Author
Buffs allow macro-text, just not anything that needs to be resolved in chat, like rolls.  ;-(
1470278249
chris b.
Pro
Sheet Author
API Scripter
This is in prod now. Go to the skills page and open the options section just above the skills. You can add the 1d6 default or anything else.
Not sure if I should report a bug here or start a new post, or link it back to the main thread. But his works as indicated except when  Enable Skill Check Query? has a negitive answer. The input value window displays the following text when the Query option is set to No: Normal Roll or Add Dice|+0,0|+1d6,1d2} + [[ 1 ]] ]]: When this option is set to Yes, the roll acts as normal. To help prevent confusion, I suggest the following change: Skill Options: Replace: Enable Skill Check Query?  With: Enable Take 10 or 20 options? Replace: Enable extra roll to skills?  With:  Enable Skill Bonus Macro? Replace: Add 1d6 or custom to roll With: Skill Bonus Macro eg +[[1d6]] or [[1d6+3]] Skill bonus Input Value (Normal Roll or Add Dice): Replace: Normal Roll or Add Dice: With: Normal Roll or add Skill Bonus Macro: Replace : +0 With: Normal Roll Replace: +1d6 With: Add Skill Bonus Macro The main reason for the suggested language change is to prevent confussion when using non-1d6 rolls and one terminology throughout the sheet.
1470290544

Edited 1470301417
vÍnce
Pro
Sheet Author
That's a bug.  We'll need to fix that.  Good suggestions.  I think we should update the text.  Thank you. Check the Beta for some changes.