Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Pathfinder by Roll20/Roll Templates"

From Roll20 Wiki

Jump to: navigation, search
(Most used)
m (Attack rolls vs other rolls)
 
(17 intermediate revisions by 6 users not shown)
Line 1: Line 1:
=General Notes=
+
{{revdate}}{{HCbox| {{hc|articles/360037257814-Pathfinder-Official-Templates Here}} }}
 +
{{main|Pathfinder by Roll20}}
  
The Pathfinder Official character sheet has two different templates, one for PC &{template:pc}and one for NPC &{template:npc}, that individually handles every types of roll.
+
==General Notes==
 +
The [[Pathfinder by Roll20]] character sheet has two different templates, one for PC (<code>&{template:pc}</code>) and one for NPC (<code>&{template:npc}</code>), that individually handles every types of roll.
  
 
They share mostly the same fields but are styled differently, and the NPC template handles attacks slightly differently. Otherwise, they generally can be used indifferently for macro purpose.
 
They share mostly the same fields but are styled differently, and the NPC template handles attacks slightly differently. Otherwise, they generally can be used indifferently for macro purpose.
  
==Common fields==
+
__TOC__
 +
===Common fields===
  
 
===Most used===
 
===Most used===
Line 17: Line 20:
 
* shownotes + notes: the “show notes” flag + notes text
 
* shownotes + notes: the “show notes” flag + notes text
  
 
+
[[File:PF wiki Template.jpeg|framed|right]]
 
Example with PC template:
 
Example with PC template:
<nowiki>&{template:pc} {{showchar=[[1]]}} {{charname=charname}} {{name=name}} {{type=ability}} {{roll=roll}} {{descflag=1}} {{desc=desc}} {{shownotes=[[1]]}} {{notes=notes}}</nowiki>
+
<pre style="overflow:auto;white-space:pre-wrap;">&{template:pc} {{showchar=[[1]]}} {{charname=charname}} {{name=name}} {{type=ability}} {{roll=roll}} {{descflag=1}} {{desc=desc}} {{shownotes=[[1]]}} {{notes=notes}}</pre>
  
[[File:PF wiki Template.jpeg|framed|center]]
 
  
 +
[[File:PF_wiki_Template_NPC.jpeg|framed|right]]
 
Example with NPC template:
 
Example with NPC template:
<nowiki>&{template:npc} {{showchar=[[1]]}} {{charname=charname}} {{name=name}} {{type=ability}} {{roll=roll}} {{descflag=1}} {{desc=desc}} {{shownotes=[[1]]}} {{notes=notes}}</nowiki>
+
<pre style="overflow:auto;white-space:pre-wrap;">&{template:npc} {{showchar=[[1]]}} {{charname=charname}} {{name=name}} {{type=ability}} {{roll=roll}} {{descflag=1}} {{desc=desc}} {{shownotes=[[1]]}} {{notes=notes}}</pre>
 
+
[[File:PF_wiki_Template_NPC.jpeg|framed|center]]
+
  
 
===Toggle and <nowiki>[[1]]</nowiki>===
 
===Toggle and <nowiki>[[1]]</nowiki>===
Line 32: Line 33:
 
Toggle means that if you put anything after the "=", including a space, that feature is turned on, if there is nothing after the "=", then it is off.
 
Toggle means that if you put anything after the "=", including a space, that feature is turned on, if there is nothing after the "=", then it is off.
  
<nowiki>[[1]]</nowiki> means that if you put the field equals <nowiki>[[1]]</nowiki> it is “on”, anything else is off.
+
<code><nowiki>[[1]]</nowiki></code> means that if you put the field equals <code><nowiki>[[1]]</nowiki></code> it is “on”, anything else is off.
  
===Type values/icons===
+
==Type values/icons==
  
<nowiki>{{type=icon}}</nowiki>
+
<pre style="overflow:auto;white-space:pre-wrap;">{{type=icon}}</pre>
  
 
''icon'' can be one of the following:
 
''icon'' can be one of the following:
Line 51: Line 52:
 
[[File:PF_wiki_Spell.jpg|Spell/Spell-like ability]] spell
 
[[File:PF_wiki_Spell.jpg|Spell/Spell-like ability]] spell
  
===Common fields list===
+
==Fields list==
  
Field
+
{| class="wikitable"
Value Type
+
|-
Expected Value
+
! Field !! Value !! Expected Value
name
+
|-
Text
+
| name || Text || Main name/title of the roll
Main name/title of the roll
+
|-
attack
+
| attack || Toggle || Whether or not the attack section of the template is shown.
Toggle
+
|-
Whether or not the attack section of the template is shown.
+
| charname || Text || The name of the character that generated this template.
charname
+
|-
Text
+
| showchar || <nowiki>[[1]]</nowiki> || Whether the charname is shown or not
The name of the character that generated this template.
+
|-
showchar
+
| type || Text || Icon
[[1]]
+
|-
Whether the charname is shown or not
+
| feattype || Text || name must be present. Type of Feat [[File:PF wiki Template Dodge.jpeg]]
type
+
|-
Text
+
| abilitytype || Text || name must be present. Type of Ability/Trait [[File:PF_wiki_Template_Class_Features.jpeg]]
Icon
+
|-
feattype
+
| atkvs || Text || name must be present. Type of attack [[File:PF_wiki_Template_atkvs.jpeg]]
Text
+
|-
name must be present. Type of Feat  
+
| casterclass level || Text || name must be present. Caster class and level of the spell (if multi classed spellcaster) [[File:PF_wiki_Template_casterclass_level.jpeg]]
abilitytype
+
|-
Text
+
| roll || Roll || Main roll. [[File:PF_wiki_Template_Strength.jpeg]]
name must be present. Type of Ability/Trait  
+
|-
atkvs
+
|  ||  || '''1st Attack & Damge'''
Text
+
|-
name must be present. Type of attack  
+
| critconfirm || Roll || Critical confirmation roll. Shown only if attack and roll are present, and roll crits.[[File:PF_wiki_Template_critconfirm.jpeg]]
casterclass
+
|-
level
+
| rolldmg1 || Roll || First damage of the first or only attack. Shown only if attack and roll are present.
Text
+
|-
name must be present. Caster class and level of the spell (if multi classed spellcaster)  
+
| rolldmg1type || Text || Type of first damage of the first or only attack. Shown only if rolldmg1 is present.
roll
+
|-
Roll
+
| rolldmg1crit || Roll || Critical first damage of the first or only attack. Shown only if attack and roll are present, and if roll crits.
Main roll.  
+
|-
critconfirm
+
| rolldmg2 || Roll || Second damage of the first or only attack. Shown only if attack and roll are present.
Roll
+
|-
Critical confirmation roll. Shown only if attack and roll are present, and roll crits.
+
| rolldmg2type || Text || Type of second damage of the first or only attack. Shown only if rolldmg2 is present.
 +
|-
 +
| rolldmg2crit || Roll || Critical second damage of the first or only attack. Shown only if attack and roll are present, and if roll crits.
 +
|-
 +
| damage || Toggle || Use this for damage only rolls (no “roll”/”roll1” etc.)
 +
|-
 +
| dmg1flag || Toggle || First damage shown (only if damage is present)
 +
|-
 +
| dmg1 || Roll || First damage (shown only if dmg1flag is present)
 +
|-
 +
| dmg1crit || Roll || Critical first damage (shown only if dmg1flag is present)
 +
|-
 +
| dmg1type || Text || Type of the first damage (shown only if dmg1flag is present)
 +
|-
 +
| dmg2flag || Toggle || 2nd damage shown (only if damage is present)
 +
|-
 +
| dmg1 || Roll || 2nd damage  (shown only if dmg2flag is present)
 +
|-
 +
| dmg1crit || Roll || Critical 2nd damage  (shown only if dmg2flag is present)
 +
|-
 +
| dmg1type || Text || Type of the 2nd damage (shown only if dmg2flag is present)
 +
|-
 +
|  ||  || '''2nd Attack'''
 +
|-
 +
| critconfirm1 || Roll || Critical confirmation roll. Shown only if attack and roll are present, and roll crits.
 +
|-
 +
| roll1 || Roll || 2nd attack roll. Shown only if attack is present.
 +
|-
 +
| roll1dmg1 || Roll || First damage of the 2nd attack. Shown only if attack and roll1 are present.
 +
|-
 +
| roll1dmg1type || Text || Type of first damage of the 2nd  attack. Shown only if roll1dmg1 is present.
 +
|-
 +
| roll1dmg1crit || Roll || Critical first damage of the 2nd attack. Shown only if attack and roll1 are present, and if roll1 crits.
 +
|-
 +
| roll1dmg2 || Roll || Second damage of the 2nd attack. Shown only if attack and roll1 are present.
 +
|-
 +
| rolldmg2type || Text || Type of second damage of the2nd attack. Shown only if roll1dmg2 is present.
 +
|-
 +
| roll1dmg2crit || Roll || Critical second damage of the 2nd attack. Shown only if attack and roll1 are present, and if roll1 crits.
 +
|-
 +
|  || || '''Attack 3 - 9'''
 +
|-
 +
| '''Attack 3''' || || critconfirm2, roll2, roll2dmg1, roll2dmg1type, roll2dmg1crit, roll2dmg2, roll2dmg2type, roll2dmg2crit
 +
|-
 +
| '''Attack 4''' || || Same pattern as, Attack 3, replace <code>roll2</code> with <code>roll3</code>
 +
|-
 +
|  || || '''Spells'''
 +
|-
 +
| shortdesc || Text || Short description [[File:PF_wiki_Template_desc.jpeg]]
 +
|-
 +
| spellfailureroll || Roll || Spell failure roll
 +
|-
 +
| spellfailure || Number || Spell failure roll target
 +
|-
 +
| sr || Text || Spell Resistance
 +
|-
 +
| save || Toggle || Show saving throw section
 +
|-
 +
| saveeffect || Text || Effect of the Saving Throw. Shown only if save is present.
 +
|-
 +
| savedc || Number || DC of the Saving Throw. Shown only if save is present.
 +
|-
 +
| school || Text || Spell School
 +
|-
 +
| castingtime || Text || Spell Casting time
 +
|-
 +
| component || Text || Spell components.
 +
|-
 +
| range || Text || Range
 +
|-
 +
| area || Text || Area
 +
|-
 +
| targets || Text || Targets
 +
|-
 +
| effect || Text || Effect
 +
|-
 +
| duration || Text || Duration
 +
|-
 +
| prerequisites || Text || Prerequisites
 +
|-
 +
| benefits || Text || Benefits
 +
|-
 +
| normal || Text || Normal
 +
|-
 +
| special || Text || Special
 +
|-
 +
| concentration || Text || Concentration roll link
 +
|-
 +
| || || '''Description/Notes'''
 +
|-
 +
| descflag || Toggle || Description toggle
 +
|-
 +
| desc || Text || Description, only shown if descflag toggled on.
 +
|-
 +
| shownotes || <nowiki>[[1]]</nowiki> || Notes toggle
 +
|-
 +
| notes || Text || Notes
 +
|}
 +
 
 +
==PC template specific fields and behavior==
 +
 
 +
===One vs several attack roll(s)===
  
rolldmg1
 
Roll
 
First damage of the first or only attack. Shown only if attack and roll are present.
 
rolldmg1type
 
Text
 
Type of first damage of the first or only attack. Shown only if rolldmg1 is present.
 
rolldmg1crit
 
Roll
 
Critical first damage of the first or only attack. Shown only if attack and roll are present, and if roll crits.
 
rolldmg2
 
Roll
 
Second damage of the first or only attack. Shown only if attack and roll are present.
 
rolldmg2type
 
Text
 
Type of second damage of the first or only attack. Shown only if rolldmg2 is present.
 
rolldmg2crit
 
Roll
 
Critical second damage of the first or only attack. Shown only if attack and roll are present, and if roll crits.
 
roll1
 
Roll
 
2nd attack roll. Shown only if attack is present.
 
roll1dmg1
 
Roll
 
First damage of the 2nd attack. Shown only if attack and roll1 are present.
 
roll1dmg1type
 
Text
 
Type of first damage of the 2nd  attack. Shown only if roll1dmg1 is present.
 
roll1dmg1crit
 
Roll
 
Critical first damage of the 2nd attack. Shown only if attack and roll1 are present, and if roll1 crits.
 
roll1dmg2
 
Roll
 
Second damage of the 2nd attack. Shown only if attack and roll1 are present.
 
rolldmg2type
 
Text
 
Type of second damage of the2nd attack. Shown only if roll1dmg2 is present.
 
roll1dmg2crit
 
Roll
 
Critical second damage of the 2nd attack. Shown only if attack and roll1 are present, and if roll1 crits.
 
For attack 3 and 4, use the same fields as 2nd attack (roll1, roll1dmg1, roll1dmg1type, roll1dmg1crit, roll1dmg2, rolldmg2type, roll1dmg2crit) but replace roll1 by roll2 or roll3 in every field name.
 
damage
 
Toggle
 
Use this for damage only rolls (no “roll”/”roll1” etc.)
 
dmg1flag
 
Toggle
 
First damage shown (only if damage is present)
 
dmg1
 
Roll
 
First damage (shown only if dmg1flag is present)
 
dmg1crit
 
Roll
 
Critical first damage (shown only if dmg1flag is present)
 
dmg1type
 
Text
 
Type of the first damage (shown only if dmg1flag is present)
 
dmg2flag
 
Toggle
 
2nd damage shown (only if damage is present)
 
dmg1
 
Roll
 
2nd damage  (shown only if dmg2flag is present)
 
dmg1crit
 
Roll
 
Critical 2nd damage  (shown only if dmg2flag is present)
 
dmg1type
 
Text
 
Type of the 2nd damage (shown only if dmg2flag is present)
 
shortdesc
 
Text
 
Short description
 
spellfailureroll
 
Roll
 
Spell failure roll
 
spellfailure
 
Number
 
Spell failure roll target
 
sr
 
Text
 
Spell Resistance
 
save
 
Toggle
 
Show saving throw section
 
saveeffect
 
Text
 
Effect of the Saving Throw. Shown only if save is present.
 
savedc
 
Number
 
DC of the Saving Throw. Shown only if save is present.
 
school
 
Text
 
Spell School
 
castingtime
 
Text
 
Spell Casting time
 
component
 
Text
 
Spell components.
 
range
 
Text
 
Range
 
area
 
Text
 
Area
 
targets
 
Text
 
Targets
 
effect
 
Text
 
Effect
 
duration
 
Text
 
Duration
 
prerequisites
 
Text
 
Prerequisites
 
benefits
 
Text
 
Benefits
 
normal
 
Text
 
Normal
 
special
 
Text
 
Special
 
concentration
 
Text
 
Concentration roll link
 
descflag
 
Toggle
 
Description toggle
 
desc
 
Text
 
Description, only shown if descflag toggled on.
 
shownotes
 
[[1]]
 
Notes toggle
 
notes
 
Text
 
Notes
 
PC template specific fields and behaviour
 
One vs several attack roll(s)
 
 
“roll” field is shown in the header only if roll1 is not present (case of multiple attacks).
 
“roll” field is shown in the header only if roll1 is not present (case of multiple attacks).
 
One roll attack, with “roll” field in the header:
 
One roll attack, with “roll” field in the header:
 +
 +
[[File:PF wiki Template attack rolls.jpeg]]
  
 
Two (or more) rolls attack, “roll” field (“Attack #1”) is shown the same way as “roll1” (“Attack #2”), “roll2” (“Attack #3”) etc. :
 
Two (or more) rolls attack, “roll” field (“Attack #1”) is shown the same way as “roll1” (“Attack #2”), “roll2” (“Attack #3”) etc. :
  
“smallname” header
+
[[File:PF_wiki_Template_two_attack.jpeg]]
 +
 
 +
===“smallname” header===
 
If the “smallname” field is used instead of the “name” field, the template will look like this:
 
If the “smallname” field is used instead of the “name” field, the template will look like this:
&{template:pc} {{showchar=[[1]]}} {{charname=charname}} {{smallname=name}} {{type=ability}} {{descflag=1}} {{desc=desc}} {{shownotes=[[1]]}} {{notes=notes}}
+
 
 +
<pre style="overflow:auto;white-space:pre-wrap;">&{template:pc} {{showchar=[[1]]}} {{charname=charname}} {{smallname=name}} {{type=ability}} {{descflag=1}} {{desc=desc}} {{shownotes=[[1]]}} {{notes=notes}}</pre>
 +
 
 +
[[File:PF_wiki_Template_charname.jpeg]]
  
 
It is used in the PC sheet only for attacks beyond #1, and damage only rolls :
 
It is used in the PC sheet only for attacks beyond #1, and damage only rolls :
  
NPC template specific fields and behaviour
+
[[File:PF_wiki_Template_damage_only.jpeg]]
Multiple attacks fields
+
 
 +
==NPC template specific fields and behavior==
 +
 
 +
===Multiple attacks fields===
 +
 
 
For attack 3 to 9, use the same fields as 2nd attack (roll1, roll1dmg1, roll1dmg1type, roll1dmg1crit, roll1dmg2, rolldmg2type, roll1dmg2crit) but replace roll1 by rollX in every field name (X between 2 and 8).
 
For attack 3 to 9, use the same fields as 2nd attack (roll1, roll1dmg1, roll1dmg1type, roll1dmg1crit, roll1dmg2, rolldmg2type, roll1dmg2crit) but replace roll1 by rollX in every field name (X between 2 and 8).
Attack rolls vs other rolls
+
 
 +
===Attack rolls vs other rolls===
 +
 
 
The “roll” field is  shown differently if the roll is an attack, or not, and if it’s a one or several rolls attack.
 
The “roll” field is  shown differently if the roll is an attack, or not, and if it’s a one or several rolls attack.
  
 
If the “attack” field toggle is present, without the “roll1” field, the “roll” field is shown as “Attack” under the header:
 
If the “attack” field toggle is present, without the “roll1” field, the “roll” field is shown as “Attack” under the header:
 +
 +
[[File:PF_wiki_Template_Short_Sword.jpeg]]
  
 
If the “attack” field toggle is present, with the “roll1” field, the “roll” field is shown as “Attack #1” under the header:
 
If the “attack” field toggle is present, with the “roll1” field, the “roll” field is shown as “Attack #1” under the header:
 +
 +
[[File:PF_wiki_Template_Short_Swordx2.jpeg]]
  
 
If other type of roll (no “attack” field), the “roll” field is always shown in the header, after the “name” field:
 
If other type of roll (no “attack” field), the “roll” field is always shown in the header, after the “name” field:
 +
 +
[[File:PF_wiki_Template_Strength_name.jpeg]]
 +
<br />
 +
[[Category:Character Sheet Documentation]]
 +
[[Category:Pathfinder]]
 +
[[Category:Roll Templates]]

Latest revision as of 17:24, 7 December 2021

Attention: This page is community-maintained. For the official Roll20 version of this article, see the Help Center for assistance: Here .

Main Page: Pathfinder by Roll20

[edit] General Notes

The Pathfinder by Roll20 character sheet has two different templates, one for PC (&{template:pc}) and one for NPC (&{template:npc}), that individually handles every types of roll.

They share mostly the same fields but are styled differently, and the NPC template handles attacks slightly differently. Otherwise, they generally can be used indifferently for macro purpose.

Contents

[edit] Common fields

[edit] Most used

The main fields are generally:

  • showchar + charname: the “show character name” flag + character name
  • name: name/title of the roll
  • type: icon on the left side of the template
  • roll: the value of the roll
  • descflag + desc: the “show description” flag + description text
  • shownotes + notes: the “show notes” flag + notes text
PF wiki Template.jpeg

Example with PC template:

&{template:pc} {{showchar=[[1]]}} {{charname=charname}} {{name=name}} {{type=ability}} {{roll=roll}} {{descflag=1}} {{desc=desc}} {{shownotes=[[1]]}} {{notes=notes}}


PF wiki Template NPC.jpeg

Example with NPC template:

&{template:npc} {{showchar=[[1]]}} {{charname=charname}} {{name=name}} {{type=ability}} {{roll=roll}} {{descflag=1}} {{desc=desc}} {{shownotes=[[1]]}} {{notes=notes}}

[edit] Toggle and [[1]]

Toggle means that if you put anything after the "=", including a space, that feature is turned on, if there is nothing after the "=", then it is off.

[[1]] means that if you put the field equals [[1]] it is “on”, anything else is off.

[edit] Type values/icons

{{type=icon}}

icon can be one of the following:

Ability ability Hit Points/Hit Dice hp Initiative initiative Ability save Skill skill Information (Feats, Traits …) feat Attack attack Damage damage Attackdamage attackdamage Spell/Spell-like ability spell

[edit] Fields list

Field Value Expected Value
name Text Main name/title of the roll
attack Toggle Whether or not the attack section of the template is shown.
charname Text The name of the character that generated this template.
showchar [[1]] Whether the charname is shown or not
type Text Icon
feattype Text name must be present. Type of Feat PF wiki Template Dodge.jpeg
abilitytype Text name must be present. Type of Ability/Trait PF wiki Template Class Features.jpeg
atkvs Text name must be present. Type of attack PF wiki Template atkvs.jpeg
casterclass level Text name must be present. Caster class and level of the spell (if multi classed spellcaster) PF wiki Template casterclass level.jpeg
roll Roll Main roll. PF wiki Template Strength.jpeg
1st Attack & Damge
critconfirm Roll Critical confirmation roll. Shown only if attack and roll are present, and roll crits.PF wiki Template critconfirm.jpeg
rolldmg1 Roll First damage of the first or only attack. Shown only if attack and roll are present.
rolldmg1type Text Type of first damage of the first or only attack. Shown only if rolldmg1 is present.
rolldmg1crit Roll Critical first damage of the first or only attack. Shown only if attack and roll are present, and if roll crits.
rolldmg2 Roll Second damage of the first or only attack. Shown only if attack and roll are present.
rolldmg2type Text Type of second damage of the first or only attack. Shown only if rolldmg2 is present.
rolldmg2crit Roll Critical second damage of the first or only attack. Shown only if attack and roll are present, and if roll crits.
damage Toggle Use this for damage only rolls (no “roll”/”roll1” etc.)
dmg1flag Toggle First damage shown (only if damage is present)
dmg1 Roll First damage (shown only if dmg1flag is present)
dmg1crit Roll Critical first damage (shown only if dmg1flag is present)
dmg1type Text Type of the first damage (shown only if dmg1flag is present)
dmg2flag Toggle 2nd damage shown (only if damage is present)
dmg1 Roll 2nd damage (shown only if dmg2flag is present)
dmg1crit Roll Critical 2nd damage (shown only if dmg2flag is present)
dmg1type Text Type of the 2nd damage (shown only if dmg2flag is present)
2nd Attack
critconfirm1 Roll Critical confirmation roll. Shown only if attack and roll are present, and roll crits.
roll1 Roll 2nd attack roll. Shown only if attack is present.
roll1dmg1 Roll First damage of the 2nd attack. Shown only if attack and roll1 are present.
roll1dmg1type Text Type of first damage of the 2nd attack. Shown only if roll1dmg1 is present.
roll1dmg1crit Roll Critical first damage of the 2nd attack. Shown only if attack and roll1 are present, and if roll1 crits.
roll1dmg2 Roll Second damage of the 2nd attack. Shown only if attack and roll1 are present.
rolldmg2type Text Type of second damage of the2nd attack. Shown only if roll1dmg2 is present.
roll1dmg2crit Roll Critical second damage of the 2nd attack. Shown only if attack and roll1 are present, and if roll1 crits.
Attack 3 - 9
Attack 3 critconfirm2, roll2, roll2dmg1, roll2dmg1type, roll2dmg1crit, roll2dmg2, roll2dmg2type, roll2dmg2crit
Attack 4 Same pattern as, Attack 3, replace roll2 with roll3
Spells
shortdesc Text Short description PF wiki Template desc.jpeg
spellfailureroll Roll Spell failure roll
spellfailure Number Spell failure roll target
sr Text Spell Resistance
save Toggle Show saving throw section
saveeffect Text Effect of the Saving Throw. Shown only if save is present.
savedc Number DC of the Saving Throw. Shown only if save is present.
school Text Spell School
castingtime Text Spell Casting time
component Text Spell components.
range Text Range
area Text Area
targets Text Targets
effect Text Effect
duration Text Duration
prerequisites Text Prerequisites
benefits Text Benefits
normal Text Normal
special Text Special
concentration Text Concentration roll link
Description/Notes
descflag Toggle Description toggle
desc Text Description, only shown if descflag toggled on.
shownotes [[1]] Notes toggle
notes Text Notes

[edit] PC template specific fields and behavior

[edit] One vs several attack roll(s)

“roll” field is shown in the header only if roll1 is not present (case of multiple attacks). One roll attack, with “roll” field in the header:

PF wiki Template attack rolls.jpeg

Two (or more) rolls attack, “roll” field (“Attack #1”) is shown the same way as “roll1” (“Attack #2”), “roll2” (“Attack #3”) etc. :

PF wiki Template two attack.jpeg

[edit] “smallname” header

If the “smallname” field is used instead of the “name” field, the template will look like this:

&{template:pc} {{showchar=[[1]]}} {{charname=charname}} {{smallname=name}} {{type=ability}} {{descflag=1}} {{desc=desc}} {{shownotes=[[1]]}} {{notes=notes}}

PF wiki Template charname.jpeg

It is used in the PC sheet only for attacks beyond #1, and damage only rolls :

PF wiki Template damage only.jpeg

[edit] NPC template specific fields and behavior

[edit] Multiple attacks fields

For attack 3 to 9, use the same fields as 2nd attack (roll1, roll1dmg1, roll1dmg1type, roll1dmg1crit, roll1dmg2, rolldmg2type, roll1dmg2crit) but replace roll1 by rollX in every field name (X between 2 and 8).

[edit] Attack rolls vs other rolls

The “roll” field is shown differently if the roll is an attack, or not, and if it’s a one or several rolls attack.

If the “attack” field toggle is present, without the “roll1” field, the “roll” field is shown as “Attack” under the header:

PF wiki Template Short Sword.jpeg

If the “attack” field toggle is present, with the “roll1” field, the “roll” field is shown as “Attack #1” under the header:

PF wiki Template Short Swordx2.jpeg

If other type of roll (no “attack” field), the “roll” field is always shown in the header, after the “name” field:

PF wiki Template Strength name.jpeg