Skip to content

Commit

Permalink
Merge pull request #181 from crobi/gh-pages-p2e-second-update
Browse files Browse the repository at this point in the history
Updated documentation to reflect new P2e features
  • Loading branch information
LMOlivera authored Nov 17, 2023
2 parents fa1723f + a0a4735 commit 2a077d2
Showing 1 changed file with 65 additions and 5 deletions.
70 changes: 65 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h3>

<h3>
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>
Pathfinder 2nd Edition elements
Pathfinder 2nd Edition Card Elements
</h3>
<h4>
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>
Expand All @@ -279,6 +279,52 @@ <h4>
</li>
</ul>
</p>
<h4>
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>
Attributes, Saving Throws, Armor Class and Hit Points
</h4>
<p>
It shows this information in a similar way you can find Monsters and Creatures in the books.

<ul>
<li>
<code>p2e_stats</code>
A Pathfinder 2nd Edition stat block, similar to the ones you find in the books.
<ul>
<li><em>Param1</em> - Strength score.</li>
<li><em>Param2</em> - Dexterity score.</li>
<li><em>Param3</em> - Constitution score.</li>
<li><em>Param4</em> - Intelligence score.</li>
<li><em>Param5</em> - Wisdom score.</li>
<li><em>Param6</em> - Charisma score.</li>
<li><em>Param7</em> - Armor Class score.</li>
<li><em>Param8</em> - Fortitude score.</li>
<li><em>Param9</em> - Reflex score.</li>
<li><em>Param10</em> - Will score.</li>
<li><em>Param11</em> - Hit Points score.</li>
</ul>
</li>
</ul>
</p>
<h4>
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>
Activities
</h4>
<p>
Displayed in a similar way to the "Property" card element, except it accepts one more parameter for the amount of actions you need to perform the activity.

<ul>
<li>
<code>p2e_activity</code>
A Pathfinder 2nd Edition stat block, similar to the ones you find in the books.
<ul>
<li><em>Param1</em> - Action name.</li>
<li><em>Param2</em> - Amount of actions needed (0, 1, 2, 3, R).</li>
<li><em>Param3</em> - Action Description.</li>
</ul>
</li>
</ul>
</p>
<h4>
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>
Traits
Expand All @@ -291,16 +337,30 @@ <h4>
<code>p2e_start_trait_section</code> - Start of traits section. Required when you want to have traits in your cards.
</li>
<li>
<code>p2e_trait | common | your text</code> - Common trait.
</li>
<li>
<code>p2e_trait | uncommon | your text</code> - Uncommon trait.
<code>p2e_trait</code> - Shows a trait.
<ul>
<li><em>Param1</em> - Trait rarity (common, uncommon, size, alignment).</li>
<li><em>Param2</em> - Trait text.</li>
</ul>
</li>
<li>
<code>p2e_end_trait_section</code> - End of traits section. Required when you want to have traits in your cards.
</li>
</ul>
</p>
<h4>
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>
Other Pathfinder 2nd Edition Card Elements
</h4>
<p>
Some other card elements you may find useful while creating Pathfinder 2nd Edition themed cards.

<ul>
<li>
<code>ruler</code> - Creates a single, thin black line for content separation.
</li>
</ul>
</p>


<h3>
Expand Down

0 comments on commit 2a077d2

Please sign in to comment.