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

Pathfinder 2e Roll Templates: Is There Any Documentation?

Roll template info on this page:&nbsp; <a href="https://wiki.roll20.net/Pathfinder_Second_Edition_Official#Roll_Templates" rel="nofollow">https://wiki.roll20.net/Pathfinder_Second_Edition_Official#Roll_Templates</a> &nbsp;is woefully devoid of how to actually get outputs to appear in the chat results (via the template:rolls). Also, topics like text justification, font size, etc., would be nice.&nbsp;
1635023611

Edited 1635024403
Andreas J.
Forum Champion
Sheet Author
Translator
unfortunately, there isn't any better documentation. The Help Center has a page on the sheet, but that one is even less complete and more out-of-date than the one you linked. "make a roll, then press up-arrow in chat" is how you'll get most or all of them. here are few I pulled out that way: @{Dain "Fabo" Ironfist|whispertype} &amp;{template:rolls} {{limit_height=@{Dain "Fabo" Ironfist|roll_limit_height}}} {{charactername=@{Dain "Fabo" Ironfist|character_name}}} {{header=^{strength}}} {{subheader=^{ability}}} {{roll01=[[1d20cs20cf1 + (@{Dain "Fabo" Ironfist|strength_modifier})[@{Dain "Fabo" Ironfist|text_ability_modifier}] @{Dain "Fabo" Ironfist|strength_ability_check_modifier}@{Dain "Fabo" Ironfist|ability_check_modifier}+ (@{Dain "Fabo" Ironfist|query_roll_bonus})[@{Dain "Fabo" Ironfist|text_bonus}]]]}} {{roll01_type=ability}} {{notes_show=@{Dain "Fabo" Ironfist|roll_show_notes}}} {{notes=@{Dain "Fabo" Ironfist|strength_notes}}} @{Dain "Fabo" Ironfist|whispertype} &amp;{template:rolls} {{limit_height=@{Dain "Fabo" Ironfist|roll_limit_height}}} {{charactername=@{Dain "Fabo" Ironfist|character_name}}} {{header=^{athletics}}} {{subheader=^{skill}}} {{roll01=[[1d20cs20cf1 + [@{Dain "Fabo" Ironfist|athletics_proficiency_display}] (@{Dain "Fabo" Ironfist|athletics})[@{Dain "Fabo" Ironfist|text_modifier}] + (@{Dain "Fabo" Ironfist|query_roll_bonus})[@{Dain "Fabo" Ironfist|text_bonus}]]]}} {{roll01_type=skill}} {{notes_show=@{Dain "Fabo" Ironfist|roll_show_notes}}} {{notes=@{Dain "Fabo" Ironfist|athletics_notes}}} @{Dain "Fabo" Ironfist|whispertype} &amp;{template:rolls} {{limit_height=@{Dain "Fabo" Ironfist|roll_limit_height}}} {{charactername=@{Dain "Fabo" Ironfist|character_name}}} {{header=^{fortitude}}} {{subheader=^{saving_throw}}} {{roll01=[[1d20cs20cf1 + [@{Dain "Fabo" Ironfist|saving_throws_fortitude_proficiency_display}] (@{Dain "Fabo" Ironfist|saving_throws_fortitude})[@{Dain "Fabo" Ironfist|text_modifier}] + (@{Dain "Fabo" Ironfist|query_roll_bonus})[@{Dain "Fabo" Ironfist|text_bonus}]]]}} {{roll01_type=saving-throw}} {{notes_show=@{Dain "Fabo" Ironfist|roll_show_notes}}} {{notes=@{Dain "Fabo" Ironfist|saving_throws_fortitude_notes}}} Someone made a javascript trick that could be used to rip char sheet HTML from Roll20, that might make it possible to reverse-engineer how the sheet's roll templates are constructed, but dunno. Looking at 1½ yo sourcecode might help, worth a try.
1635029993
Andreas J.
Forum Champion
Sheet Author
Translator
Update: now there are slightly more than nothing, in the way of documentation: <a href="https://wiki.roll20.net/Pathfinder_Second_Edition_by_Roll20#Roll_Templates" rel="nofollow">https://wiki.roll20.net/Pathfinder_Second_Edition_by_Roll20#Roll_Templates</a>
Thanks. This is at least a place to start.