mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
85 lines
4.5 KiB
HTML
85 lines
4.5 KiB
HTML
<div class="sheet-tab-content sheet-section-psionics">
|
|
<h4>Psionics</h4>
|
|
<div class="sheet-body">
|
|
<br>
|
|
<input type="radio" name="attr_tab8" class="sheet-tab sheet-tab40" value="1" checked/><span class="sheet-tab sheet-tab40">Psionic Core</span>
|
|
<input type="radio" name="attr_tab8" class="sheet-tab sheet-tab41" value="2"/><span class="sheet-tab sheet-tab41">Psionic S&P</span>
|
|
<br><br>
|
|
|
|
<h4>Psionic Progression</h4>
|
|
<table class="sheet-default-header-first-row sheet-default-header-first-column">
|
|
<tr>
|
|
<td></td>
|
|
<td>Total Discipline</td>
|
|
<td>Total Sciences</td>
|
|
<td>Total Devotions</td>
|
|
<td>Total Defense modes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Macro / number</td>
|
|
<td><input type="text" name="attr_discipline-progress" title="@{discipline-progress}" class="sheet-maxtext" list="psionic-discipline-macro"/><span></span></td>
|
|
<td><input type="text" name="attr_science-progress" title="@{science-progress}" class="sheet-maxtext" list="psionic-science-macro"/><span></span></td>
|
|
<td><input type="text" name="attr_devotion-progress" title="@{devotion-progress}" class="sheet-maxtext" list="psionic-devotion-macro"/><span></span></td>
|
|
<td><input type="text" name="attr_defense-mode-progress" title="@{defense-mode-progress}" class="sheet-middle" list="psionic-defense-mode-macro"/><span></span></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Total "slots"</td>
|
|
<td><input type="text" name="attr_discipline-slots_max" title="@{discipline-slots|max}" class="sheet-maxtext" readonly></td>
|
|
<td><input type="text" name="attr_science-slots_max" title="@{science-slots|max}" class="sheet-maxtext" readonly></td>
|
|
<td><input type="text" name="attr_devotion-slots_max" title="@{devotion-slots|max}" class="sheet-maxtext" readonly></td>
|
|
<td><input type="text" name="attr_defense-mode-slots_max" title="@{defense-mode-slots|max}" class="sheet-middle" readonly></td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
|
|
<h4>Chosen Disciplines</h4>
|
|
<table>
|
|
<tr>
|
|
<td>Primary:</td>
|
|
<td>
|
|
<select name="attr_psion-primary-discipline" tile="@{psion-primary-discipline}">
|
|
<option hidden disabled selected value>Please select a discipline</option>
|
|
<option>Clairsentience</option>
|
|
<option>Psychokinesis</option>
|
|
<option>Psychometabolism</option>
|
|
<option>Psychoportation</option>
|
|
<option>Telepathy</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr class="sheet-collapse">
|
|
<td>Secondary:</td>
|
|
</tr>
|
|
</table>
|
|
<fieldset name="repeating_psion-secondary" class="repeating_psion-secondary">
|
|
<table>
|
|
<tr>
|
|
<td class="sheet-collapse sheet-show-first">Secondary:</td>
|
|
<td>
|
|
<select name="attr_discipline" title="@{repeating_psion-secondary_$X_discipline}">
|
|
<option hidden disabled selected value>Please select a discipline</option>
|
|
<option>Clairsentience</option>
|
|
<option>Psychokinesis</option>
|
|
<option>Psychometabolism</option>
|
|
<option>Psychoportation</option>
|
|
<option>Telepathy</option>
|
|
<option class="sheet-hidden">Metapsionics</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</fieldset>
|
|
<details>
|
|
<summary>Psionic discipline rules</summary>
|
|
From <em>The Complete Psionics Handbook</em> p. 12:
|
|
<ul>
|
|
<li>Within a single discipline, the number of devotions that a character knows must be at least twice the number of sciences.</li>
|
|
<li>The first discipline chosen is the character's primary discipline. A character can never learn as many sciences or devotions in another discipline as he currently knows in his primary discipline.</li>
|
|
</ul>
|
|
</details>
|
|
<br>
|
|
|
|
insert_psionic-core-tab.html
|
|
insert_psionic-skills-and-powers-tab.html
|
|
</div>
|
|
</div> |