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 Macros"

From Roll20 Wiki

Jump to: navigation, search
m (General)
m
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Ambox
+
{{revdate}}{{cleanup-msg|This page could do with some cleanup|May 2020}}
|nocat=true
+
| type  = style
+
| text  = This page could do with some cleanup (May 2020)
+
}}
+
 
{{main|Pathfinder}}
 
{{main|Pathfinder}}
 
==General==
 
==General==
This is intended to be a place to collect a rather comprehensive list of macros generically useful to players and GMs of the Pathfinder RPG  (with appropriate character sheet) in such a way that each macro has it's own heading and thus can be hyperlinked from elsewhere (i.e. you can add a new macro and advertize it in the forum by posting the link). These Macros are either meant to be used as-is, or explain how to make them functional above (i.e. if you need to change anything before use).  
+
This is intended to be a place to collect a rather comprehensive list of macros generically useful to [[players]] and [[GMs]] of the [[Pathfinder]] (First edition) RPG  (with appropriate character sheet) in such a way that each macro has it's own heading and thus can be hyperlinked from elsewhere (i.e. you can add a new macro and advertize it in the forum by posting the link). These Macros are either meant to be used as-is, or explain how to make them functional above (i.e. if you need to change anything before use).  
  
For advice on crafting your own comprehensive macros and for examples see [https://wiki.roll20.net/Macros/Pathfinder_Examples here].
+
Advice on crafting your own macros and examples:
 +
* [[Macros/Pathfinder Examples]]
 +
* [[Complete Macro Guide]]
  
''This is a collaborative work with several contributors.  Styles and methods will varry''
+
 
 +
''This is a collaborative work with several contributors.  Styles and methods will vary''
 
__TOC__
 
__TOC__
  
{{cleanup}}
+
 
 
Need designation:
 
Need designation:
1. Macro is current?
+
:1. Macro is current?
2. Macro written to work without modifications?
+
:2. Macro written to work without modifications?
3. Clearly define variables needing modification to specific character sheet.
+
:3. Clearly define variables needing modification to specific character sheet.
4. etc.
+
:4. etc.
  
 
==Useful for both players and GMs==
 
==Useful for both players and GMs==
Line 25: Line 24:
 
===All Skills Macro===
 
===All Skills Macro===
 
<br />
 
<br />
The macro could be called <code>Skills</code>, and pasted as is addition to the "Abilities" section of the character sheet.  
+
Works with the '''[[Pathfinder Community Sheet]]'''.  The macro could be called <code>Skills</code>, and pasted as is addition to the "Abilities" section of the character sheet.  
 
I recommend showing as token action, so the right token is already selected when you run it, like this: <span class="plainlinks">[http://i137.photobucket.com/albums/q223/Julix91/All-skills-macro.jpg ]</span>
 
I recommend showing as token action, so the right token is already selected when you run it, like this: <span class="plainlinks">[http://i137.photobucket.com/albums/q223/Julix91/All-skills-macro.jpg ]</span>
  
<pre>&{template:pf_generic} {{character_name=@{selected|character_name}}} {{name=Skill Check}} {{?{Choose a Skill(* training not required)|  
+
<pre style="overflow:auto;white-space:pre-wrap;">&{template:pf_generic} {{character_name=@{selected|character_name}}} {{name=Skill Check}} {{?{Choose a Skill(* training not required)|  
 
*Acrobatics (+@{selected|Acrobatics}), [Acrobatics](http://www.d20pfsrd.com/skills/acrobatics) =[[ 1d20+ [[ @{selected|Acrobatics} ]] ]] |  
 
*Acrobatics (+@{selected|Acrobatics}), [Acrobatics](http://www.d20pfsrd.com/skills/acrobatics) =[[ 1d20+ [[ @{selected|Acrobatics} ]] ]] |  
 
*Appraise (+@{selected|Appraise}),[Appraise](http://www.d20pfsrd.com/skills/appraise)=[[ 1d20+ [[ @{selected|Appraise} ]] ]] |  
 
*Appraise (+@{selected|Appraise}),[Appraise](http://www.d20pfsrd.com/skills/appraise)=[[ 1d20+ [[ @{selected|Appraise} ]] ]] |  
Line 70: Line 69:
  
 
===All Skills Macro Revised===
 
===All Skills Macro Revised===
A version of the macro above for the current default Pathfinder character sheet. Uses the default template for Skill checks, and includes links to PFSRD as above.
+
A version of the macro above for the '''[[Pathfinder Official| Pathfinder by Roll20]]''' sheet. Uses the default template for Skill checks, and includes links to PFSRD as above.
  
<pre>@{selected|whispertype} &{template:pc} {{name=^{skill}}} {{type=skill}} {{showchar=@{selected|rollshowchar}}} {{charname=@{Gruzmuk Manslayer|character_name}}} ?{Choose a Skill(* training not required)|  
+
<pre style="overflow:auto;white-space:pre-wrap;">@{selected|whispertype} &{template:pc} {{name=^{skill}}} {{type=skill}} {{showchar=@{selected|rollshowchar}}} {{charname=@{selected|character_name}}} ?{Choose a Skill(* training not required)|  
*Acrobatics (+@{selected|Acrobatics}), {{name=[Acrobatics](http://www.d20pfsrd.com/skills/acrobatics)&#125;&#125; {{roll=[[1d20+@{selected|acrobatics}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|acrobatics_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Acrobatics (+@{selected|Acrobatics}), {{name=[Acrobatics](http://www.d20pfsrd.com/skills/acrobatics)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|acrobatics}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|acrobatics_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Appraise (+@{selected|Appraise}), {{name=[Appraise](http://www.d20pfsrd.com/skills/appraise)&#125;&#125; {{roll=[[1d20+@{selected|appraise}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|appraise_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Appraise (+@{selected|Appraise}), {{name=[Appraise](http://www.d20pfsrd.com/skills/appraise)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|appraise}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|appraise_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Bluff (+@{selected|Bluff}), {{name=[Bluff](http://www.d20pfsrd.com/skills/bluff)&#125;&#125; {{roll=[[1d20+@{selected|bluff}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|bluff_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Bluff (+@{selected|Bluff}), {{name=[Bluff](http://www.d20pfsrd.com/skills/bluff)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|bluff}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|bluff_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Climb (+@{selected|Climb}), {{name=[Climb](http://www.d20pfsrd.com/skills/climb)&#125;&#125; {{roll=[[1d20+@{selected|climb}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|climb_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Climb (+@{selected|Climb}), {{name=[Climb](http://www.d20pfsrd.com/skills/climb)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|climb}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|climb_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Craft (+@{selected|Craft}), {{name=[Craft](http://www.d20pfsrd.com/skills/craft)&#125;&#125; {{roll=[[1d20+@{selected|craft}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|craft_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Craft (+@{selected|Craft}), {{name=[Craft](http://www.d20pfsrd.com/skills/craft)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|craft}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|craft_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Diplomacy (+@{selected|Diplomacy}), {{name=[Diplomacy](http://www.d20pfsrd.com/skills/diplomacy)&#125;&#125; {{roll=[[1d20+@{selected|diplomacy}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|diplomacy_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Diplomacy (+@{selected|Diplomacy}), {{name=[Diplomacy](http://www.d20pfsrd.com/skills/diplomacy)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|diplomacy}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|diplomacy_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Disable Device (+@{selected|Disable_Device}), {{name=[Disable Device](http://www.d20pfsrd.com/skills/disable-device)&#125;&#125; {{roll=[[1d20+@{selected|disable_device}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|disable_device_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Disable Device (+@{selected|Disable_Device}), {{name=[Disable Device](http://www.d20pfsrd.com/skills/disable-device)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|disable_device}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|disable_device_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Disguise (+@{selected|Disguise}), {{name=[Disguise](http://www.d20pfsrd.com/skills/disguise)&#125;&#125; {{roll=[[1d20+@{selected|disguise}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|disguise_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Disguise (+@{selected|Disguise}), {{name=[Disguise](http://www.d20pfsrd.com/skills/disguise)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|disguise}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|disguise_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Escape Artist (+@{selected|Escape_Artist}), {{name=[Escape Artist](http://www.d20pfsrd.com/skills/escape-artist)&#125;&#125; {{roll=[[1d20+@{selected|escape_artist}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|escape_artist_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Escape Artist (+@{selected|Escape_Artist}), {{name=[Escape Artist](http://www.d20pfsrd.com/skills/escape-artist)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|escape_artist}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|escape_artist_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Fly (+@{selected|Fly}), {{name=[Fly](http://www.d20pfsrd.com/skills/fly)&#125;&#125; {{roll=[[1d20+@{selected|fly}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|fly_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Fly (+@{selected|Fly}), {{name=[Fly](http://www.d20pfsrd.com/skills/fly)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|fly}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|fly_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Handle Animal (+@{selected|Handle_Animal}), {{name=[Handle Animal](http://www.d20pfsrd.com/skills/handle-animal)&#125;&#125; {{roll=[[1d20+@{selected|handle_animal}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|handle_animal_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Handle Animal (+@{selected|Handle_Animal}), {{name=[Handle Animal](http://www.d20pfsrd.com/skills/handle-animal)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|handle_animal}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|handle_animal_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Heal (+@{selected|Heal}), {{name=[Heal](http://www.d20pfsrd.com/skills/heal)&#125;&#125; {{roll=[[1d20+@{selected|heal}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|heal_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Heal (+@{selected|Heal}), {{name=[Heal](http://www.d20pfsrd.com/skills/heal)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|heal}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|heal_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Intimidate (+@{selected|Intimidate}), {{name=[Intimidate](http://www.d20pfsrd.com/skills/intimidate)&#125;&#125; {{roll=[[1d20+@{selected|intimidate}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|intimidate_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Intimidate (+@{selected|Intimidate}), {{name=[Intimidate](http://www.d20pfsrd.com/skills/intimidate)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|intimidate}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|intimidate_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Knowledge: Arcana (+@{selected|Knowledge_Arcana}), {{name=[Knowledge: Arcana](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_arcana}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_arcana_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Knowledge: Arcana (+@{selected|Knowledge_Arcana}), {{name=[Knowledge: Arcana](http://www.d20pfsrd.com/skills/knowledge)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|knowledge_arcana}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_arcana_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Knowledge: Dungeoneering (+@{selected|Knowledge_Dungeoneering}), {{name=[Knowledge: Dungeoneering](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_dungeoneering}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_dungeoneering_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Knowledge: Dungeoneering (+@{selected|Knowledge_Dungeoneering}), {{name=[Knowledge: Dungeoneering](http://www.d20pfsrd.com/skills/knowledge)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|knowledge_dungeoneering}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_dungeoneering_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Knowledge: Engineering (+@{selected|Knowledge_Engineering}), {{name=[Knowledge: Engineering](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_engineering}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_engineering_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Knowledge: Engineering (+@{selected|Knowledge_Engineering}), {{name=[Knowledge: Engineering](http://www.d20pfsrd.com/skills/knowledge)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|knowledge_engineering}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_engineering_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Knowledge: Geography (+@{selected|Knowledge_Geography}), {{name=[Knowledge: Geography](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_geography}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_geography_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Knowledge: Geography (+@{selected|Knowledge_Geography}), {{name=[Knowledge: Geography](http://www.d20pfsrd.com/skills/knowledge)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|knowledge_geography}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_geography_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Knowledge: History (+@{selected|Knowledge_History}), {{name=[Knowledge: History](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_history}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_history_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Knowledge: History (+@{selected|Knowledge_History}), {{name=[Knowledge: History](http://www.d20pfsrd.com/skills/knowledge)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|knowledge_history}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_history_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Knowledge: Local (+@{selected|Knowledge_Local}), {{name=[Knowledge: Local](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_local}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_local_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Knowledge: Local (+@{selected|Knowledge_Local}), {{name=[Knowledge: Local](http://www.d20pfsrd.com/skills/knowledge)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|knowledge_local}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_local_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Knowledge: Nature (+@{selected|Knowledge_Nature}), {{name=[Knowledge: Nature](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_nature}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_nature_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Knowledge: Nature (+@{selected|Knowledge_Nature}), {{name=[Knowledge: Nature](http://www.d20pfsrd.com/skills/knowledge)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|knowledge_nature}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_nature_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Knowledge: Nobility (+@{selected|Knowledge_Nobility}), {{name=[Knowledge: Nobility](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_nobility}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_nobility_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Knowledge: Nobility (+@{selected|Knowledge_Nobility}), {{name=[Knowledge: Nobility](http://www.d20pfsrd.com/skills/knowledge)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|knowledge_nobility}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_nobility_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Knowledge: Planes (+@{selected|Knowledge_Planes}), {{name=[Knowledge: Planes](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_planes}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_planes_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Knowledge: Planes (+@{selected|Knowledge_Planes}), {{name=[Knowledge: Planes](http://www.d20pfsrd.com/skills/knowledge)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|knowledge_planes}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_planes_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Knowledge: Religion (+@{selected|Knowledge_Religion}), {{name=[Knowledge: Religion](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_religion}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_religion_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Knowledge: Religion (+@{selected|Knowledge_Religion}), {{name=[Knowledge: Religion](http://www.d20pfsrd.com/skills/knowledge)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|knowledge_religion}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_religion_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Linguistics (+@{selected|Linguistics}), {{name=[Linguistics](http://www.d20pfsrd.com/skills/linguistics)&#125;&#125; {{roll=[[1d20+@{selected|linguistics}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|linguistics_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Linguistics (+@{selected|Linguistics}), {{name=[Linguistics](http://www.d20pfsrd.com/skills/linguistics)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|linguistics}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|linguistics_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Perception (+@{selected|Perception}), {{name=[Perception](http://www.d20pfsrd.com/skills/perception)&#125;&#125; {{roll=[[1d20+@{selected|perception}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|perception_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Perception (+@{selected|Perception}), {{name=[Perception](http://www.d20pfsrd.com/skills/perception)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|perception}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|perception_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Perform (+@{selected|Perform}), {{name=[Perform](http://www.d20pfsrd.com/skills/perform)&#125;&#125; {{roll=[[1d20+@{selected|perform}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|perform_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Perform (+@{selected|Perform}), {{name=[Perform](http://www.d20pfsrd.com/skills/perform)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|perform}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|perform_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Profession (+@{selected|Profession}), {{name=[Profession](http://www.d20pfsrd.com/skills/profession)&#125;&#125; {{roll=[[1d20+@{selected|profession}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|profession_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Profession (+@{selected|Profession}), {{name=[Profession](http://www.d20pfsrd.com/skills/profession)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|profession}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|profession_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Ride (+@{selected|Ride}), {{name=[Ride](http://www.d20pfsrd.com/skills/ride)&#125;&#125; {{roll=[[1d20+@{selected|ride}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|ride_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Ride (+@{selected|Ride}), {{name=[Ride](http://www.d20pfsrd.com/skills/ride)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|ride}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|ride_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Sense Motive (+@{selected|Sense_Motive}), {{name=[Sense Motive](http://www.d20pfsrd.com/skills/sense-motive)&#125;&#125; {{roll=[[1d20+@{selected|sense_motive}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|sense_motive_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Sense Motive (+@{selected|Sense_Motive}), {{name=[Sense Motive](http://www.d20pfsrd.com/skills/sense-motive)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|sense_motive}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|sense_motive_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Sleight of Hand (+@{selected|Sleight_of_Hand}), {{name=[Sleight of Hand](http://www.d20pfsrd.com/skills/sleight-of-hand)&#125;&#125; {{roll=[[1d20+@{selected|sleight_of_hand}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|sleight_of_hand_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Sleight of Hand (+@{selected|Sleight_of_Hand}), {{name=[Sleight of Hand](http://www.d20pfsrd.com/skills/sleight-of-hand)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|sleight_of_hand}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|sleight_of_hand_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Spellcraft (+@{selected|Spellcraft}), {{name=[Spellcraft](http://www.d20pfsrd.com/skills/spellcraft)&#125;&#125; {{roll=[[1d20+@{selected|spellcraft}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|spellcraft_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
Spellcraft (+@{selected|Spellcraft}), {{name=[Spellcraft](http://www.d20pfsrd.com/skills/spellcraft)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|spellcraft}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|spellcraft_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Stealth (+@{selected|Stealth}), {{name=[Stealth](http://www.d20pfsrd.com/skills/stealth)&#125;&#125; {{roll=[[1d20+@{selected|stealth}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|stealth_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Stealth (+@{selected|Stealth}), {{name=[Stealth](http://www.d20pfsrd.com/skills/stealth)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|stealth}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|stealth_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Survival (+@{selected|Survival}), {{name=[Survival](http://www.d20pfsrd.com/skills/survival)&#125;&#125; {{roll=[[1d20+@{selected|survival}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|survival_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Survival (+@{selected|Survival}), {{name=[Survival](http://www.d20pfsrd.com/skills/survival)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|survival}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|survival_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
*Swim (+@{selected|Swim}), {{name=[Swim](http://www.d20pfsrd.com/skills/swim)&#125;&#125; {{roll=[[1d20+@{selected|swim}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|swim_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
+
*Swim (+@{selected|Swim}), {{name=[Swim](http://www.d20pfsrd.com/skills/swim)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|swim}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|swim_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;|
Use Magic Device (+@{selected|Use_Magic_Device}), {{name=[Use Magic Device](http://www.d20pfsrd.com/skills/use-magic-device)&#125;&#125; {{roll=[[1d20+@{selected|use_magic_device}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|use_magic_device_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;
+
Use Magic Device (+@{selected|Use_Magic_Device}), {{name=[Use Magic Device](http://www.d20pfsrd.com/skills/use-magic-device)&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|use_magic_device}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|use_magic_device_notes}&amp;#125;&amp;#125;{{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;
 
}
 
}
 
</pre>
 
</pre>
Line 116: Line 115:
 
It can be used as is, but is set up for 4 kinds of attacks. If you have less than that you might want to delete the extras, if you have less just add  <code>[@{Selected|repeating_weapon_$'''X'''_name}](!&#13;&#37;{Selected|repeating_weapon_$'''X'''_attack-roll&#125;)}}</code> (with the right number X) before the curly brackets
 
It can be used as is, but is set up for 4 kinds of attacks. If you have less than that you might want to delete the extras, if you have less just add  <code>[@{Selected|repeating_weapon_$'''X'''_name}](!&#13;&#37;{Selected|repeating_weapon_$'''X'''_attack-roll&#125;)}}</code> (with the right number X) before the curly brackets
  
<pre>/w @{Selected|character_name} &{template:pf_attack} {{character_name=@{Selected|character_name}}} {{character_id=@{character_id}}} {{name=attack how?}} {{description=[@{Selected|repeating_weapon_$1_name}](!&#13;&#37;{Selected|repeating_weapon_$1_attack-roll&#125;) [@{Selected|repeating_weapon_$0_name}](!&#13;&#37;{Selected|repeating_weapon_$0_attack-roll&#125;) [@{Selected|repeating_weapon_$2_name}](!&#13;&#37;{Selected|repeating_weapon_$2_attack-roll&#125;) [@{Selected|repeating_weapon_$3_name}](!&#13;&#37;{Selected|repeating_weapon_$3_attack-roll&#125;)}}</pre>
+
<pre style="overflow:auto;white-space:pre-wrap;">/w @{Selected|character_name} &{template:pf_attack} {{character_name=@{Selected|character_name}}} {{character_id=@{character_id}}} {{name=attack how?}} {{description=[@{Selected|repeating_weapon_$1_name}](!&#13;&#37;{Selected|repeating_weapon_$1_attack-roll&#125;) [@{Selected|repeating_weapon_$0_name}](!&#13;&#37;{Selected|repeating_weapon_$0_attack-roll&#125;) [@{Selected|repeating_weapon_$2_name}](!&#13;&#37;{Selected|repeating_weapon_$2_attack-roll&#125;) [@{Selected|repeating_weapon_$3_name}](!&#13;&#37;{Selected|repeating_weapon_$3_attack-roll&#125;)}}</pre>
  
 
===Defensive info + Saving Throws ===
 
===Defensive info + Saving Throws ===
Line 122: Line 121:
 
This sends a tightly formatted message to chat that includes you various ACs (touch, flat, etc.) as well as rolling all 3 saving throws (i.e. ignore the ones that weren't called for, and have less macro buttons to worry about).
 
This sends a tightly formatted message to chat that includes you various ACs (touch, flat, etc.) as well as rolling all 3 saving throws (i.e. ignore the ones that weren't called for, and have less macro buttons to worry about).
  
<pre>&{template:pf_attack} {{name=Defensive info + Saving Throws}} {{character_name=@{selected|character_name}}} {{character_id=@{selected|character_id}}} {{[[@{selected|AC}]] AC=***Saving throws***}} {{[[@{selected|Touch}]] Touch= Fortitude [[1d20+@{selected|Fort}]] }}{{[[@{selected|Flat-Footed}]] Flat = Reflexes [[1d20+@{selected|Ref}]]}} {{[[@{selected|CMD}]] CMD = Willpower [[1d20+@{selected|Will}]]}}{{}}
+
<pre style="overflow:auto;white-space:pre-wrap;">&{template:pf_attack} {{name=Defensive info + Saving Throws}} {{character_name=@{selected|character_name}}} {{character_id=@{selected|character_id}}} {{[[@{selected|AC}]] AC=***Saving throws***}} {{[[@{selected|Touch}]] Touch= Fortitude [[1d20+@{selected|Fort}]] }}{{[[@{selected|Flat-Footed}]] Flat = Reflexes [[1d20+@{selected|Ref}]]}} {{[[@{selected|CMD}]] CMD = Willpower [[1d20+@{selected|Will}]]}}{{}}
 
</pre>
 
</pre>
  
Line 128: Line 127:
 
===Group Rolls Static ===
 
===Group Rolls Static ===
 
This one (currently group perception for a specific party of four) can be edited to be group stealth or group will saves or anything you replace "perception" with. You also will have to replace the character's names with the characters in your game.
 
This one (currently group perception for a specific party of four) can be edited to be group stealth or group will saves or anything you replace "perception" with. You also will have to replace the character's names with the characters in your game.
<pre>/w GM &{template:pf_generic}{{name=Group Perception}}{{Nigel=[[1d20+@{Nigel|Perception}]] }}Shargok=[[1d20+@{Shargok|Perception}]] }}{{Lembo=[[1d20+@{Lembo|Perception}]] }} {{Peritte=[[1d20+@{Peritte|Perception}]] }}</pre>
+
<pre style="overflow:auto;white-space:pre-wrap;">/w GM &{template:pf_generic}{{name=Group Perception}}{{Nigel=[[1d20+@{Nigel|Perception}]] }}Shargok=[[1d20+@{Shargok|Perception}]] }}{{Lembo=[[1d20+@{Lembo|Perception}]] }} {{Peritte=[[1d20+@{Peritte|Perception}]] }}</pre>
  
 
===Group Rolls Dynamic ===
 
===Group Rolls Dynamic ===
Line 137: Line 136:
 
Also note that because it contains HTML entities (like <code> &#125; </code>) which are necessary for this to work, it has to be used in the ability section of the character sheet.
 
Also note that because it contains HTML entities (like <code> &#125; </code>) which are necessary for this to work, it has to be used in the ability section of the character sheet.
  
<pre><code>/w GM &{template:pf_generic} ?{Skill?|Perception, {{name=Group Perception&#125;&#125; {{@{target|char1|character_name}=[[1d20+@{target|char1|perception}]] &#125;&#125;{{@{target|char2|character_name}=[[1d20+@{target|char2|perception}]] &#125;&#125;{{@{target|char3|character_name}=[[1d20+@{target|char3|perception}]] &#125;&#125;|
+
<pre style="overflow:auto;white-space:pre-wrap;">/w GM &{template:pf_generic} ?{Skill?|Perception, {{name=Group Perception&#125;&#125; {{@{target|char1|character_name}=[[1d20+@{target|char1|perception}]] &#125;&#125;{{@{target|char2|character_name}=[[1d20+@{target|char2|perception}]] &#125;&#125;{{@{target|char3|character_name}=[[1d20+@{target|char3|perception}]] &#125;&#125;|
 
{{@{target|char4|character_name}=[[1d20+@{target|char4|perception}]] &#125;&#125;|
 
{{@{target|char4|character_name}=[[1d20+@{target|char4|perception}]] &#125;&#125;|
 
{{@{target|char5|character_name}=[[1d20+@{target|char5|perception}]] &#125;&#125;|
 
{{@{target|char5|character_name}=[[1d20+@{target|char5|perception}]] &#125;&#125;|
Line 166: Line 165:
 
{{@{target|char4|character_name}=[[1d20+@{target|char4|Survival}]] &#125;&#125;|
 
{{@{target|char4|character_name}=[[1d20+@{target|char4|Survival}]] &#125;&#125;|
 
{{@{target|char5|character_name}=[[1d20+@{target|char5|Survival}]] &#125;&#125;|
 
{{@{target|char5|character_name}=[[1d20+@{target|char5|Survival}]] &#125;&#125;|
}</code></pre>
+
}</pre>
  
 
[[User:298939|298939]] ([[User talk:298939|talk]]) 03:31, 19 January 2016 (EST)
 
[[User:298939|298939]] ([[User talk:298939|talk]]) 03:31, 19 January 2016 (EST)
Line 172: Line 171:
 
[[Category:Macros]]
 
[[Category:Macros]]
 
[[Category:Pathfinder]]
 
[[Category:Pathfinder]]
[[Category:Tagged for Cleanup]]
 

Revision as of 15:16, 23 October 2021

Main Page: Pathfinder

General

This is intended to be a place to collect a rather comprehensive list of macros generically useful to players and GMs of the Pathfinder (First edition) RPG (with appropriate character sheet) in such a way that each macro has it's own heading and thus can be hyperlinked from elsewhere (i.e. you can add a new macro and advertize it in the forum by posting the link). These Macros are either meant to be used as-is, or explain how to make them functional above (i.e. if you need to change anything before use).

Advice on crafting your own macros and examples:


This is a collaborative work with several contributors. Styles and methods will vary

Contents


Need designation:

1. Macro is current?
2. Macro written to work without modifications?
3. Clearly define variables needing modification to specific character sheet.
4. etc.

Useful for both players and GMs

(In future versions of this page, there will be separate sections for things more useful to players and things only useful to GMs).

All Skills Macro


Works with the Pathfinder Community Sheet. The macro could be called Skills, and pasted as is addition to the "Abilities" section of the character sheet. I recommend showing as token action, so the right token is already selected when you run it, like this: [1]

&{template:pf_generic} {{character_name=@{selected|character_name}}} {{name=Skill Check}} {{?{Choose a Skill(* training not required)| 
*Acrobatics (+@{selected|Acrobatics}), [Acrobatics](http://www.d20pfsrd.com/skills/acrobatics) =[[ 1d20+ [[ @{selected|Acrobatics} ]] ]] | 
*Appraise (+@{selected|Appraise}),[Appraise](http://www.d20pfsrd.com/skills/appraise)=[[ 1d20+ [[ @{selected|Appraise} ]] ]] | 
*Artistry (+@{selected|Artistry}), [Artistry](http://www.d20pfsrd.com/skills/background-skills#TOC-Artistry-Int-) @{selected|Artistry-name}=[[ 1d20+ [[ @{selected|Artistry} ]] ]] | 
*Bluff (+@{selected|Bluff}), [Bluff](http://www.d20pfsrd.com/skills/bluff)=[[ 1d20+ [[ @{selected|Bluff} ]] ]] | 
*Climb (+@{selected|Climb}), [Climb](http://www.d20pfsrd.com/skills/climb)=[[ 1d20+ [[ @{selected|Climb} ]] ]] | 
*Craft  @{selected|Craft-name} (+@{selected|Craft}), [Craft](http://www.d20pfsrd.com/skills/craft) @{selected|Craft-name}=[[ 1d20+ [[ @{selected|Craft} ]] ]] | 
*Diplomacy (+@{selected|Diplomacy}), [Diplomacy](http://www.d20pfsrd.com/skills/diplomacy)=[[ 1d20+ [[ @{selected|Diplomacy} ]] ]] | 
Disable Device (+@{selected|Disable-Device}), [Disable Device](http://www.d20pfsrd.com/skills/disable-device)=[[ 1d20+ [[ @{selected|Disable-Device} ]] ]] | 
*Disguise (+@{selected|Disguise}), [Disguise](http://www.d20pfsrd.com/skills/disguise)=[[ 1d20+ [[ @{selected|Disguise} ]] ]] | 
*Escape Artist (+@{selected|Escape-Artist}), [Escape Artist](http://www.d20pfsrd.com/skills/escape-artist)=[[ 1d20+ [[ @{selected|Escape-Artist} ]] ]] | 
*Fly (+@{selected|Fly}), [Fly](http://www.d20pfsrd.com/skills/fly)=[[ 1d20+ [[ @{selected|Fly} ]] ]] |  
Handle Animal (+@{selected|Handle-Animal}), [Handle Animal](http://www.d20pfsrd.com/skills/handle-animal)=[[ 1d20+ [[ @{selected|Handle-Animal} ]] ]] | 
*Heal (+@{selected|Heal}), [Heal](http://www.d20pfsrd.com/skills/heal)=[[ 1d20+ [[ @{selected|Heal} ]] ]] | 
*Intimidate (+@{selected|Intimidate}), [Intimidate](http://www.d20pfsrd.com/skills/intimidate)=[[ 1d20+ [[ @{selected|Intimidate} ]] ]] |  
Knowledge Arcana (+@{selected|Knowledge-Arcana}), Knowledge Arcana[Acrobatics](http://www.d20pfsrd.com/skills/knowledge)=[[ 1d20+ [[ @{selected|Knowledge-Arcana} ]] ]] |  
Knowledge Dungeoneering (+@{selected|Knowledge-Dungeoneering}), Knowledge Dungeoneering[Dungeoneering](http://www.d20pfsrd.com/skills/knowledge)=[[ 1d20+ [[ @{selected|Knowledge-Dungeoneering} ]] ]] |  
Knowledge Engineering (+@{selected|Knowledge-Engineering}), Knowledge Engineering[Engineering](http://www.d20pfsrd.com/skills/knowledge)=[[ 1d20+ [[ @{selected|Knowledge-Engineering} ]] ]] |  
Knowledge Geography (+@{selected|Knowledge-Geography}), Knowledge Geography[Geography](http://www.d20pfsrd.com/skills/knowledge)=[[ 1d20+ [[ @{selected|Knowledge-Geography} ]] ]] |  
Knowledge History (+@{selected|Knowledge-History}), Knowledge History[History](http://www.d20pfsrd.com/skills/knowledge)=[[ 1d20+ [[ @{selected|Knowledge-History} ]] ]] | 
Knowledge Local (+@{selected|Knowledge-Local}), Knowledge Local[Local](http://www.d20pfsrd.com/skills/knowledge)=[[ 1d20+ [[ @{selected|Knowledge-Local} ]] ]] |  
Knowledge Nature (+@{selected|Knowledge-Nature}), Knowledge Nature[Nature](http://www.d20pfsrd.com/skills/knowledge)=[[ 1d20+ [[ @{selected|Knowledge-Nature} ]] ]] |  
Knowledge Nobility (+@{selected|Knowledge-Nobility}), Knowledge Nobility[Nobility](http://www.d20pfsrd.com/skills/knowledge)=[[ 1d20+ [[ @{selected|Knowledge-Nobility} ]] ]] |  
Knowledge Planes (+@{selected|Knowledge-Planes}), Knowledge Planes[Planes](http://www.d20pfsrd.com/skills/knowledge)=[[ 1d20+ [[ @{selected|Knowledge-Planes} ]] ]] |  
Knowledge Religion (+@{selected|Knowledge-Religion}), Knowledge Religion[Religion](http://www.d20pfsrd.com/skills/knowledge)=[[ 1d20+ [[ @{selected|Knowledge-Religion} ]] ]] |  
Linguistics (+@{selected|Linguistics}),[Linguistics](http://www.d20pfsrd.com/skills/linguistics)=[[ 1d20+ [[ @{selected|Linguistics} ]] ]] |  
Lore @{selected|Lore-name} (+@{selected|Lore}), [Lore](http://www.d20pfsrd.com/skills/lore)(@{selected|Lore-name})=[[ 1d20+ [[ @{selected|Lore} ]] ]] | 
*Perception (+@{selected|Perception}),[Perception](http://www.d20pfsrd.com/skills/perception)=[[ 1d20+ [[ @{selected|Perception} ]] ]] | 
*Perform @{selected|Perform-name} (+@{selected|Perform}), [Perform](http://www.d20pfsrd.com/skills/perform) (@{selected|Perform-name})=[[ 1d20+ [[ @{selected|Perform} ]] ]] |  
Profession @{selected|Profession-name} (+@{selected|Profession}), [Profession](http://www.d20pfsrd.com/skills/profession) (@{selected|Profession-name})=[[ 1d20+ [[ @{selected|Profession} ]] ]] | 
*Ride (+@{selected|Ride}),[Ride](http://www.d20pfsrd.com/skills/ride)=[[ 1d20+ [[ @{selected|Ride} ]] ]] | 
*Sense Motive (+@{selected|Sense-Motive}),[Sense Motive](http://www.d20pfsrd.com/skills/sense-motive)=[[ 1d20+ [[ @{selected|Sense-Motive} ]] ]] |  
Sleight of Hand (+@{selected|Sleight-of-Hand}), [Sleight of Hand](http://www.d20pfsrd.com/skills/sleight-of-hand)=[[ 1d20+ [[ @{selected|Sleight-of-Hand} ]] ]] |  
Spellcraft (+@{selected|Spellcraft}), [Spellcraft](http://www.d20pfsrd.com/skills/spellcraft)=[[ 1d20+ [[ @{selected|Spellcraft} ]] ]] | 
*Stealth (+@{selected|Stealth}),[Stealth](http://www.d20pfsrd.com/skills/stealth)=[[ 1d20+ [[ @{selected|Stealth} ]] ]] | 
*Survival (+@{selected|Survival}), [Survival](http://www.d20pfsrd.com/skills/survival)=[[ 1d20+ [[ @{selected|Survival} ]] ]] | 
*Swim (+@{selected|Swim}),[Swim](http://www.d20pfsrd.com/skills/swim)=[[ 1d20+ [[ @{selected|Swim} ]] ]] |  
Use Magic Device (+@{selected|Use-Magic-Device}), [Use Magic Device](http://www.d20pfsrd.com/skills/use-magic-device)=[[ 1d20+ [[ @{selected|Use-Magic-Device} ]] ]]
}}}

--Julian S. (talk) 20:49, 18 January 2016 (EST)

All Skills Macro Revised

A version of the macro above for the Pathfinder by Roll20 sheet. Uses the default template for Skill checks, and includes links to PFSRD as above.

@{selected|whispertype} &{template:pc} {{name=^{skill}}} {{type=skill}} {{showchar=@{selected|rollshowchar}}} {{charname=@{selected|character_name}}} ?{Choose a Skill(* training not required)| 
*Acrobatics (+@{selected|Acrobatics}), {{name=[Acrobatics](http://www.d20pfsrd.com/skills/acrobatics)&#125;&#125; {{roll=[[1d20+@{selected|acrobatics}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|acrobatics_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Appraise (+@{selected|Appraise}), {{name=[Appraise](http://www.d20pfsrd.com/skills/appraise)&#125;&#125; {{roll=[[1d20+@{selected|appraise}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|appraise_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Bluff (+@{selected|Bluff}), {{name=[Bluff](http://www.d20pfsrd.com/skills/bluff)&#125;&#125; {{roll=[[1d20+@{selected|bluff}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|bluff_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Climb (+@{selected|Climb}), {{name=[Climb](http://www.d20pfsrd.com/skills/climb)&#125;&#125; {{roll=[[1d20+@{selected|climb}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|climb_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Craft (+@{selected|Craft}), {{name=[Craft](http://www.d20pfsrd.com/skills/craft)&#125;&#125; {{roll=[[1d20+@{selected|craft}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|craft_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Diplomacy (+@{selected|Diplomacy}), {{name=[Diplomacy](http://www.d20pfsrd.com/skills/diplomacy)&#125;&#125; {{roll=[[1d20+@{selected|diplomacy}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|diplomacy_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Disable Device (+@{selected|Disable_Device}), {{name=[Disable Device](http://www.d20pfsrd.com/skills/disable-device)&#125;&#125; {{roll=[[1d20+@{selected|disable_device}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|disable_device_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Disguise (+@{selected|Disguise}), {{name=[Disguise](http://www.d20pfsrd.com/skills/disguise)&#125;&#125; {{roll=[[1d20+@{selected|disguise}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|disguise_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Escape Artist (+@{selected|Escape_Artist}), {{name=[Escape Artist](http://www.d20pfsrd.com/skills/escape-artist)&#125;&#125; {{roll=[[1d20+@{selected|escape_artist}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|escape_artist_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Fly (+@{selected|Fly}), {{name=[Fly](http://www.d20pfsrd.com/skills/fly)&#125;&#125; {{roll=[[1d20+@{selected|fly}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|fly_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Handle Animal (+@{selected|Handle_Animal}), {{name=[Handle Animal](http://www.d20pfsrd.com/skills/handle-animal)&#125;&#125; {{roll=[[1d20+@{selected|handle_animal}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|handle_animal_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Heal (+@{selected|Heal}), {{name=[Heal](http://www.d20pfsrd.com/skills/heal)&#125;&#125; {{roll=[[1d20+@{selected|heal}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|heal_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Intimidate (+@{selected|Intimidate}), {{name=[Intimidate](http://www.d20pfsrd.com/skills/intimidate)&#125;&#125; {{roll=[[1d20+@{selected|intimidate}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|intimidate_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Knowledge: Arcana (+@{selected|Knowledge_Arcana}), {{name=[Knowledge: Arcana](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_arcana}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_arcana_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Knowledge: Dungeoneering (+@{selected|Knowledge_Dungeoneering}), {{name=[Knowledge: Dungeoneering](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_dungeoneering}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_dungeoneering_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Knowledge: Engineering (+@{selected|Knowledge_Engineering}), {{name=[Knowledge: Engineering](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_engineering}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_engineering_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Knowledge: Geography (+@{selected|Knowledge_Geography}), {{name=[Knowledge: Geography](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_geography}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_geography_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Knowledge: History (+@{selected|Knowledge_History}), {{name=[Knowledge: History](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_history}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_history_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Knowledge: Local (+@{selected|Knowledge_Local}), {{name=[Knowledge: Local](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_local}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_local_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Knowledge: Nature (+@{selected|Knowledge_Nature}), {{name=[Knowledge: Nature](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_nature}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_nature_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Knowledge: Nobility (+@{selected|Knowledge_Nobility}), {{name=[Knowledge: Nobility](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_nobility}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_nobility_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Knowledge: Planes (+@{selected|Knowledge_Planes}), {{name=[Knowledge: Planes](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_planes}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_planes_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Knowledge: Religion (+@{selected|Knowledge_Religion}), {{name=[Knowledge: Religion](http://www.d20pfsrd.com/skills/knowledge)&#125;&#125; {{roll=[[1d20+@{selected|knowledge_religion}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|knowledge_religion_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Linguistics (+@{selected|Linguistics}), {{name=[Linguistics](http://www.d20pfsrd.com/skills/linguistics)&#125;&#125; {{roll=[[1d20+@{selected|linguistics}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|linguistics_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Perception (+@{selected|Perception}), {{name=[Perception](http://www.d20pfsrd.com/skills/perception)&#125;&#125; {{roll=[[1d20+@{selected|perception}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|perception_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Perform (+@{selected|Perform}), {{name=[Perform](http://www.d20pfsrd.com/skills/perform)&#125;&#125; {{roll=[[1d20+@{selected|perform}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|perform_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Profession (+@{selected|Profession}), {{name=[Profession](http://www.d20pfsrd.com/skills/profession)&#125;&#125; {{roll=[[1d20+@{selected|profession}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|profession_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Ride (+@{selected|Ride}), {{name=[Ride](http://www.d20pfsrd.com/skills/ride)&#125;&#125; {{roll=[[1d20+@{selected|ride}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|ride_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Sense Motive (+@{selected|Sense_Motive}), {{name=[Sense Motive](http://www.d20pfsrd.com/skills/sense-motive)&#125;&#125; {{roll=[[1d20+@{selected|sense_motive}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|sense_motive_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Sleight of Hand (+@{selected|Sleight_of_Hand}), {{name=[Sleight of Hand](http://www.d20pfsrd.com/skills/sleight-of-hand)&#125;&#125; {{roll=[[1d20+@{selected|sleight_of_hand}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|sleight_of_hand_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Spellcraft (+@{selected|Spellcraft}), {{name=[Spellcraft](http://www.d20pfsrd.com/skills/spellcraft)&#125;&#125; {{roll=[[1d20+@{selected|spellcraft}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|spellcraft_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Stealth (+@{selected|Stealth}), {{name=[Stealth](http://www.d20pfsrd.com/skills/stealth)&#125;&#125; {{roll=[[1d20+@{selected|stealth}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|stealth_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Survival (+@{selected|Survival}), {{name=[Survival](http://www.d20pfsrd.com/skills/survival)&#125;&#125; {{roll=[[1d20+@{selected|survival}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|survival_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
*Swim (+@{selected|Swim}), {{name=[Swim](http://www.d20pfsrd.com/skills/swim)&#125;&#125; {{roll=[[1d20+@{selected|swim}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|swim_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;|
Use Magic Device (+@{selected|Use_Magic_Device}), {{name=[Use Magic Device](http://www.d20pfsrd.com/skills/use-magic-device)&#125;&#125; {{roll=[[1d20+@{selected|use_magic_device}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&#125;&#125; {{shownotes=@{selected|rollnotes_skill}&#125;&#125; {{notes=@{selected|use_magic_device_notes}&#125;&#125;{{conditionsflag=[[@{selected|skill_condition}]]&#125;&#125; {{conditions=@{selected|conditions_display}&#125;&#125; {{conditionsnote=@{selected|skill_condition_note}&#125;&#125;
}

Attack how?

This macro shows (only you) your attack options as API buttons that you can then click on to attack.

It can be used as is, but is set up for 4 kinds of attacks. If you have less than that you might want to delete the extras, if you have less just add [@{Selected|repeating_weapon_$X_name}](! %{Selected|repeating_weapon_$X_attack-roll})}} (with the right number X) before the curly brackets

/w @{Selected|character_name} &{template:pf_attack} {{character_name=@{Selected|character_name}}} {{character_id=@{character_id}}} {{name=attack how?}} {{description=[@{Selected|repeating_weapon_$1_name}](!
%{Selected|repeating_weapon_$1_attack-roll}) [@{Selected|repeating_weapon_$0_name}](!
%{Selected|repeating_weapon_$0_attack-roll}) [@{Selected|repeating_weapon_$2_name}](!
%{Selected|repeating_weapon_$2_attack-roll}) [@{Selected|repeating_weapon_$3_name}](!
%{Selected|repeating_weapon_$3_attack-roll})}}

Defensive info + Saving Throws

This sends a tightly formatted message to chat that includes you various ACs (touch, flat, etc.) as well as rolling all 3 saving throws (i.e. ignore the ones that weren't called for, and have less macro buttons to worry about).

&{template:pf_attack} {{name=Defensive info + Saving Throws}} {{character_name=@{selected|character_name}}} {{character_id=@{selected|character_id}}} {{[[@{selected|AC}]] AC=***Saving throws***}} {{[[@{selected|Touch}]] Touch= Fortitude [[1d20+@{selected|Fort}]] }}{{[[@{selected|Flat-Footed}]] Flat = Reflexes [[1d20+@{selected|Ref}]]}} {{[[@{selected|CMD}]] CMD = Willpower [[1d20+@{selected|Will}]]}}{{}}

GMs

Group Rolls Static

This one (currently group perception for a specific party of four) can be edited to be group stealth or group will saves or anything you replace "perception" with. You also will have to replace the character's names with the characters in your game.

/w GM &{template:pf_generic}{{name=Group Perception}}{{Nigel=[[1d20+@{Nigel|Perception}]] }}Shargok=[[1d20+@{Shargok|Perception}]] }}{{Lembo=[[1d20+@{Lembo|Perception}]] }} {{Peritte=[[1d20+@{Peritte|Perception}]] }}

Group Rolls Dynamic

This one can be used as is, because it uses the targete attribute. However you'll have to click on the characters you want to know about every time - but then you get to choose what you want all those characters to roll. Will save? Perception? Choice is yours.

It's currently set up for 5 characters, if you have less, just click on one of the characters repeatedly - it still will be shown in Chat correctly (i.e. each character once). If you have more you need to add one row of {{@{target|charX|character_name}=[[1d20+@{target|charX|ABC}]] }}| in each section with ABC being the appropriate attribute.

Also note that because it contains HTML entities (like } ) which are necessary for this to work, it has to be used in the ability section of the character sheet.

/w GM &{template:pf_generic} ?{Skill?|Perception, {{name=Group Perception}} {{@{target|char1|character_name}=[[1d20+@{target|char1|perception}]] }}{{@{target|char2|character_name}=[[1d20+@{target|char2|perception}]] }}{{@{target|char3|character_name}=[[1d20+@{target|char3|perception}]] }}|
{{@{target|char4|character_name}=[[1d20+@{target|char4|perception}]] }}|
{{@{target|char5|character_name}=[[1d20+@{target|char5|perception}]] }}|
|
~~Saves~~|
Fortitude, {{name=Group Fortitude}} {{@{target|char1|character_name}=[[1d20+@{target|char1|Fort}]] }}{{@{target|char2|character_name}=[[1d20+@{target|char2|Fort}]] }}{{@{target|char3|character_name}=[[1d20+@{target|char3|Fort}]] }}|
{{@{target|char4|character_name}=[[1d20+@{target|char4|Fort}]] }}|
{{@{target|char5|character_name}=[[1d20+@{target|char5|Fort}]] }}|
|
Reflex, {{name=Group Reflex}} {{@{target|char1|character_name}=[[1d20+@{target|char1|Ref}]] }}{{@{target|char2|character_name}=[[1d20+@{target|char2|Ref}]] }}{{@{target|char3|character_name}=[[1d20+@{target|char3|Ref}]] }}|
{{@{target|char4|character_name}=[[1d20+@{target|char4|Ref}]] }}|
{{@{target|char5|character_name}=[[1d20+@{target|char5|Ref}]] }}|
|
Will, {{name=Group Will}} {{@{target|char1|character_name}=[[1d20+@{target|char1|Will}]] }}{{@{target|char2|character_name}=[[1d20+@{target|char2|Will}]] }}{{@{target|char3|character_name}=[[1d20+@{target|char3|Will}]] }}|
{{@{target|char4|character_name}=[[1d20+@{target|char4|Will}]] }}|
{{@{target|char5|character_name}=[[1d20+@{target|char5|Will}]] }}|
|
~~Skills~|
Stealth, {{name=Group Stealth}} {{@{target|char1|character_name}=[[1d20+@{target|char1|Stealth}]] }}{{@{target|char2|character_name}=[[1d20+@{target|char2|Stealth}]] }}{{@{target|char3|character_name}=[[1d20+@{target|char3|Stealth}]] }}|
{{@{target|char4|character_name}=[[1d20+@{target|char4|Stealth}]] }}|
{{@{target|char5|character_name}=[[1d20+@{target|char5|Stealth}]] }}|
|
Sense Motive, {{name=Group Sense-Motive}} {{@{target|char1|character_name}=[[1d20+@{target|char1|Sense-Motive}]] }}{{@{target|char2|character_name}=[[1d20+@{target|char2|Sense-Motive}]] }}{{@{target|char3|character_name}=[[1d20+@{target|char3|Sense-Motive}]] }}|
{{@{target|char4|character_name}=[[1d20+@{target|char4|Sense-Motive}]] }}|
{{@{target|char5|character_name}=[[1d20+@{target|char5|Sense-Motive}]] }}|
|
Survival, {{name=Group Survival}} {{@{target|char1|character_name}=[[1d20+@{target|char1|Survival}]] }}{{@{target|char2|character_name}=[[1d20+@{target|char2|Survival}]] }}{{@{target|char3|character_name}=[[1d20+@{target|char3|Survival}]] }}|
{{@{target|char4|character_name}=[[1d20+@{target|char4|Survival}]] }}|
{{@{target|char5|character_name}=[[1d20+@{target|char5|Survival}]] }}|
}

Julian S. (talk) 03:31, 19 January 2016 (EST)