Skip to content

Commit

Permalink
Fixed initaitive for follower psionics and set default speed to 0 for…
Browse files Browse the repository at this point in the history
… standard follower psionics
  • Loading branch information
DBFBlackbull committed Jan 20, 2024
1 parent cb8eaa0 commit 71bab43
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
12 changes: 6 additions & 6 deletions ADnD_2E_Revised/2ESheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -17915,8 +17915,8 @@ <h4>Psionic Strength Points</h4>
<td>Speed</td>
<td></td>
<td></td>
<td><input type="text" name="attr_psispeed501" title="@{psispeed501}" class="sheet-small"></td>
<td><button type="roll" name="roll_psispeed500" title="%{psispeed500}" value="/gmroll [[{([[1d10]]+@{psispeed501}-(@{misc-mod})), 1}kh1)]] [Initiative (Psionic Power)]&{tracker}"></button></td>
<td><input type="text" name="attr_psispeed501" title="@{psispeed501}" class="sheet-small" value="0"></td>
<td><button type="roll" name="roll_psispeed500" title="%{psispeed500}" value="/gmroll [[{1d10cs1cf10+(@{psispeed501} [Psionic Power])-(@{misc-mod}), {1}}kh1)]] [Initiative (Psionic Power)]&{tracker}"></button></td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -18464,7 +18464,7 @@ <h4>Psionic Strength Points</h4>
<td><input type="number" name="attr_PSP500" title="@{PSP500}" class="sheet-short" placeholder="PSP"/></td>
<td>/</td>
<td><input type="number" name="attr_PSP500_max" title="@{PSP500|max}" class="sheet-short"/></td>
<td><button type="roll" name="roll_psispeed501" title="%{psispeed501}" value="/gmroll [[{([[1d10]]-(@{misc-mod})), 1}kh1]] [Psionic Power]&{tracker}"></button></td>
<td><button type="roll" name="roll_psispeed501" title="%{psispeed501}" value="/gmroll [[{1d10cs1cf10-(@{misc-mod}), {1}}kh1]] [Psionic Power]&{tracker}"></button></td>
</tr>
<tr>
<td>Temp PSP:</td>
Expand Down Expand Up @@ -19271,8 +19271,8 @@ <h4>Psionic Strength Points</h4>
<td>Speed</td>
<td></td>
<td></td>
<td><input type="text" name="attr_psispeed501" title="@{repeating_hench5_$X_psispeed501}" class="sheet-small"></td>
<td><button type="roll" name="roll_psispeed500" title="%{repeating_hench5_$X_psispeed500}" value="/gmroll [[{([[1d10]+@{psispeed501}-(@{misc-mod})), 1}kh1)]] [Initiative (Psionic Power)]&{tracker}"></button></td>
<td><input type="text" name="attr_psispeed501" title="@{repeating_hench5_$X_psispeed501}" class="sheet-small" value="0"></td>
<td><button type="roll" name="roll_psispeed500" title="%{repeating_hench5_$X_psispeed500}" value="/gmroll [[{1d10cs1cf10+(@{psispeed501} [Psionic Power])-(@{misc-mod}), {1}}kh1)]] [Initiative (Psionic Power)]&{tracker}"></button></td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -19802,7 +19802,7 @@ <h4>Psionic Strength Points</h4>
<td><input type="number" name="attr_PSP500" title="@{repeating_hench5_$X_PSP500}" class="sheet-short" placeholder="PSP"/></td>
<td>/</td>
<td><input type="number" name="attr_PSP500_max" title="@{repeating_hench5_$X_PSP500|max}" class="sheet-short"/></td>
<td><button type="roll" name="roll_psispeed501" title="%{repeating_hench5_$X_psispeed501}" value="/gmroll [[{([[1d10]]-(@{misc-mod})), 1}kh1]] [Psionic Power]&{tracker}"></button></td>
<td><button type="roll" name="roll_psispeed501" title="%{repeating_hench5_$X_psispeed501}" value="/gmroll [[{1d10cs1cf10-(@{misc-mod}), {1}}kh1]] [Psionic Power]&{tracker}"></button></td>
</tr>
<tr>
<td>Temp PSP:</td>
Expand Down
1 change: 1 addition & 0 deletions ADnD_2E_Revised/html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ <h2 style="color: black;">Changes in <span name="attr_version"></span></h2>
<li>Removed Weapon Type vs Armor type modifiers from the Hit roll under the Player's Option ruleset, as the Player's Option: Combat & Tactics has its own set of modifiers that differ from those given in the Player's Handbook</li>
<li>Weapon Type vs Armor type is now only visible under the <strong>Standard</strong> tab</li>
<li>Change scroll naming convention from "Scroll of X" to "X scroll". This put the spell name first and makes it easier to read on small screens.</li>
<li>Fixed Follower->Psion->Repeating->Standard->Initiative button</li>
</ul>
<hr>
<p>
Expand Down
12 changes: 6 additions & 6 deletions ADnD_2E_Revised/html/tabs/character-tab/followers-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,8 @@ <h4>Psionic Strength Points</h4>
<td>Speed</td>
<td></td>
<td></td>
<td><input type="text" name="attr_psispeed501" title="@{psispeed501}" class="sheet-small"></td>
<td><button type="roll" name="roll_psispeed500" title="%{psispeed500}" value="/gmroll [[{([[1d10]]+@{psispeed501}-(@{misc-mod})), 1}kh1)]] [Initiative (Psionic Power)]&{tracker}"></button></td>
<td><input type="text" name="attr_psispeed501" title="@{psispeed501}" class="sheet-small" value="0"></td>
<td><button type="roll" name="roll_psispeed500" title="%{psispeed500}" value="/gmroll [[{1d10cs1cf10+(@{psispeed501} [Psionic Power])-(@{misc-mod}), {1}}kh1)]] [Initiative (Psionic Power)]&{tracker}"></button></td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -852,7 +852,7 @@ <h4>Psionic Strength Points</h4>
<td><input type="number" name="attr_PSP500" title="@{PSP500}" class="sheet-short" placeholder="PSP"/></td>
<td>/</td>
<td><input type="number" name="attr_PSP500_max" title="@{PSP500|max}" class="sheet-short"/></td>
<td><button type="roll" name="roll_psispeed501" title="%{psispeed501}" value="/gmroll [[{([[1d10]]-(@{misc-mod})), 1}kh1]] [Psionic Power]&{tracker}"></button></td>
<td><button type="roll" name="roll_psispeed501" title="%{psispeed501}" value="/gmroll [[{1d10cs1cf10-(@{misc-mod}), {1}}kh1]] [Psionic Power]&{tracker}"></button></td>
</tr>
<tr>
<td>Temp PSP:</td>
Expand Down Expand Up @@ -997,8 +997,8 @@ <h4>Psionic Strength Points</h4>
<td>Speed</td>
<td></td>
<td></td>
<td><input type="text" name="attr_psispeed501" title="@{repeating_hench5_$X_psispeed501}" class="sheet-small"></td>
<td><button type="roll" name="roll_psispeed500" title="%{repeating_hench5_$X_psispeed500}" value="/gmroll [[{([[1d10]+@{psispeed501}-(@{misc-mod})), 1}kh1)]] [Initiative (Psionic Power)]&{tracker}"></button></td>
<td><input type="text" name="attr_psispeed501" title="@{repeating_hench5_$X_psispeed501}" class="sheet-small" value="0"></td>
<td><button type="roll" name="roll_psispeed500" title="%{repeating_hench5_$X_psispeed500}" value="/gmroll [[{1d10cs1cf10+(@{psispeed501} [Psionic Power])-(@{misc-mod}), {1}}kh1)]] [Initiative (Psionic Power)]&{tracker}"></button></td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -1138,7 +1138,7 @@ <h4>Psionic Strength Points</h4>
<td><input type="number" name="attr_PSP500" title="@{repeating_hench5_$X_PSP500}" class="sheet-short" placeholder="PSP"/></td>
<td>/</td>
<td><input type="number" name="attr_PSP500_max" title="@{repeating_hench5_$X_PSP500|max}" class="sheet-short"/></td>
<td><button type="roll" name="roll_psispeed501" title="%{repeating_hench5_$X_psispeed501}" value="/gmroll [[{([[1d10]]-(@{misc-mod})), 1}kh1]] [Psionic Power]&{tracker}"></button></td>
<td><button type="roll" name="roll_psispeed501" title="%{repeating_hench5_$X_psispeed501}" value="/gmroll [[{1d10cs1cf10-(@{misc-mod}), {1}}kh1]] [Psionic Power]&{tracker}"></button></td>
</tr>
<tr>
<td>Temp PSP:</td>
Expand Down

0 comments on commit 71bab43

Please sign in to comment.