Skip to content

Commit

Permalink
Updated potion, dust, scrolls
Browse files Browse the repository at this point in the history
  • Loading branch information
DBFBlackbull committed Jan 20, 2024
1 parent cfd6baf commit fd1d222
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions ADnD_2E_Revised/2ESheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ <h2 style="color: black;">Changes in <span name="attr_version"></span></h2>
<li>Added notes for Touch-delivered spells</li>
<li>Added notes for wishing for ability scores</li>
<li>Added reverse spells. All data related to the reverse spell is exactly the same as the original spell. I.e. no special changes have been made specific to the reverse spell.</li>
<li>Added inline labels for modifiers to attack, damage, and initiative rolls</li>
<li>Corrected color for initiative rolls. Now a roll of 1 will have a green boarder (crit) and a roll of 10 will have a red boarder (fumble)</li>
<li>Improved the layout for Player's Option critical hits a bit</li>
<li>Fixed cast time for <strong>Protection From Evil (Wizard)</strong> from 1 turn to +1 initiative modifier</li>
<li>Removed incorrect material components for <strong>Endure Cold/Endure Heat</strong></li>
Expand Down Expand Up @@ -13769,7 +13771,7 @@ <h4>Potions, Philters, Elixirs, and Poisons</h4>
</td>
<td><input type="text" name="attr_potionqty" title="@{repeating_potions_$X_potionqty}" class="sheet-small" placeholder="#"></td>
<td><input type="text" name="attr_potion-speed" title="@{repeating_potions_$X_potion-speed}" class="sheet-small" value="4"></td>
<td><button type="roll" name="attr_potion-initiative" title="%{repeating_potions_$X_potion-initiative}" value="/gmroll [[{([[1d10]]+[[(@{potion-speed})-(@{misc-mod})]]), 1}kh1]] [Initiative (@{potion})]&{tracker}">Initiative</button></td>
<td><button type="roll" name="attr_potion-initiative" title="%{repeating_potions_$X_potion-initiative}" value="/gmroll [[{1d10cs1cf10+(@{potion-speed} [Potion])-(@{misc-mod}), {1}}kh1]] [Initiative (@{potion})]&{tracker}">Initiative</button></td>
<td><button type="roll" name="attr_potion-roll" title="%{repeating_potions_$X_potion-roll}" value="@{potion-macro}">T</button></td>
<td><button type="action" name="act_show" class="btn sheet-hidden sheet-fold sheet-show">▼</button><button type="action" name="act_hide" class="btn sheet-hidden sheet-fold">▲</button></td>
</tr>
Expand Down Expand Up @@ -13808,7 +13810,7 @@ <h4>Dusts, Powders, and Solvents</h4>
</td>
<td><input type="text" name="attr_dustqty" title="@{repeating_dusts_$X_dustqty}" class="sheet-small" placeholder="#"></td>
<td><input type="text" name="attr_dust-speed" title="@{repeating_dusts_$X_dust-speed}" class="sheet-small" value="3"></td>
<td><button type="roll" name="attr_dust-initiative" title="%{repeating_dusts_$X_dust-initiative}" value="/gmroll [[{([[1d10]]+[[@{dust-speed}-(@{misc-mod})]]), 1}kh1]] [Initiative (@{dust})]&{tracker}">Initiative</button></td>
<td><button type="roll" name="attr_dust-initiative" title="%{repeating_dusts_$X_dust-initiative}" value="/gmroll [[{1d10cs1cf10+(@{dust-speed} [Dust])-(@{misc-mod}), {1}}kh1]] [Initiative (@{dust})]&{tracker}">Initiative</button></td>
<td><button type="roll" name="attr_dust-roll" title="%{repeating_dusts_$X_dust-roll}" value="@{dust-macro}">T</button></td>
<td><button type="action" name="act_show" class="btn sheet-hidden sheet-fold sheet-show">▼</button><button type="action" name="act_hide" class="btn sheet-hidden sheet-fold">▲</button></td>
</tr>
Expand Down Expand Up @@ -13836,7 +13838,7 @@ <h4>Scrolls</h4>
<td><input type="number" name="attr_scroll-level" title="@{repeating_scrolls_$X_scroll-level}" class="sheet-minish" value="6"></td>
<td><input type="number" name="attr_scrollqty" title="@{repeating_scrolls_$X_scrollqty}" class="sheet-minish" placeholder="#"></td>
<td><input type="text" name="attr_scroll-speed" title="@{repeating_scrolls_$X_scroll-speed}" class="sheet-small" value="3"></td>
<td><button type="roll" name="attr_scroll-initiative" title="%{repeating_scrolls_$X_scroll-initiative}" value="/gmroll [[{([[1d10]]+[[@{scroll-speed}-(@{misc-mod})]]), 1}kh1]] [Initiative (@{scroll})]&{tracker}">Initiative</button></td>
<td><button type="roll" name="attr_scroll-initiative" title="%{repeating_scrolls_$X_scroll-initiative}" value="/gmroll [[{1d10cs1cf10+(@{scroll-speed} [Scroll])-(@{misc-mod}), {1}}kh1]] [Initiative (@{scroll})]&{tracker}">Initiative</button></td>
<td><button type="roll" name="attr_scroll-roll" title="%{repeating_scrolls_$X_scroll-roll}" value="@{scroll-macro}">T</button></td>
<td><button type="action" name="act_show" class="btn sheet-hidden sheet-fold sheet-show">▼</button><button type="action" name="act_hide" class="btn sheet-hidden sheet-fold">▲</button></td>
</tr>
Expand Down
2 changes: 2 additions & 0 deletions ADnD_2E_Revised/html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ <h2 style="color: black;">Changes in <span name="attr_version"></span></h2>
<li>Added notes for Touch-delivered spells</li>
<li>Added notes for wishing for ability scores</li>
<li>Added reverse spells. All data related to the reverse spell is exactly the same as the original spell. I.e. no special changes have been made specific to the reverse spell.</li>
<li>Added inline labels for modifiers to attack, damage, and initiative rolls</li>
<li>Corrected color for initiative rolls. Now a roll of 1 will have a green boarder (crit) and a roll of 10 will have a red boarder (fumble)</li>
<li>Improved the layout for Player's Option critical hits a bit</li>
<li>Fixed cast time for <strong>Protection From Evil (Wizard)</strong> from 1 turn to +1 initiative modifier</li>
<li>Removed incorrect material components for <strong>Endure Cold/Endure Heat</strong></li>
Expand Down
6 changes: 3 additions & 3 deletions ADnD_2E_Revised/html/tabs/character-tab/equipment-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ <h4>Potions, Philters, Elixirs, and Poisons</h4>
</td>
<td><input type="text" name="attr_potionqty" title="@{repeating_potions_$X_potionqty}" class="sheet-small" placeholder="#"></td>
<td><input type="text" name="attr_potion-speed" title="@{repeating_potions_$X_potion-speed}" class="sheet-small" value="4"></td>
<td><button type="roll" name="attr_potion-initiative" title="%{repeating_potions_$X_potion-initiative}" value="/gmroll [[{([[1d10]]+[[(@{potion-speed})-(@{misc-mod})]]), 1}kh1]] [Initiative (@{potion})]&{tracker}">Initiative</button></td>
<td><button type="roll" name="attr_potion-initiative" title="%{repeating_potions_$X_potion-initiative}" value="/gmroll [[{1d10cs1cf10+(@{potion-speed} [Potion])-(@{misc-mod}), {1}}kh1]] [Initiative (@{potion})]&{tracker}">Initiative</button></td>
<td><button type="roll" name="attr_potion-roll" title="%{repeating_potions_$X_potion-roll}" value="@{potion-macro}">T</button></td>
insert_fold-button.html
</tr>
Expand Down Expand Up @@ -429,7 +429,7 @@ <h4>Dusts, Powders, and Solvents</h4>
</td>
<td><input type="text" name="attr_dustqty" title="@{repeating_dusts_$X_dustqty}" class="sheet-small" placeholder="#"></td>
<td><input type="text" name="attr_dust-speed" title="@{repeating_dusts_$X_dust-speed}" class="sheet-small" value="3"></td>
<td><button type="roll" name="attr_dust-initiative" title="%{repeating_dusts_$X_dust-initiative}" value="/gmroll [[{([[1d10]]+[[@{dust-speed}-(@{misc-mod})]]), 1}kh1]] [Initiative (@{dust})]&{tracker}">Initiative</button></td>
<td><button type="roll" name="attr_dust-initiative" title="%{repeating_dusts_$X_dust-initiative}" value="/gmroll [[{1d10cs1cf10+(@{dust-speed} [Dust])-(@{misc-mod}), {1}}kh1]] [Initiative (@{dust})]&{tracker}">Initiative</button></td>
<td><button type="roll" name="attr_dust-roll" title="%{repeating_dusts_$X_dust-roll}" value="@{dust-macro}">T</button></td>
insert_fold-button.html
</tr>
Expand Down Expand Up @@ -457,7 +457,7 @@ <h4>Scrolls</h4>
<td><input type="number" name="attr_scroll-level" title="@{repeating_scrolls_$X_scroll-level}" class="sheet-minish" value="6"></td>
<td><input type="number" name="attr_scrollqty" title="@{repeating_scrolls_$X_scrollqty}" class="sheet-minish" placeholder="#"></td>
<td><input type="text" name="attr_scroll-speed" title="@{repeating_scrolls_$X_scroll-speed}" class="sheet-small" value="3"></td>
<td><button type="roll" name="attr_scroll-initiative" title="%{repeating_scrolls_$X_scroll-initiative}" value="/gmroll [[{([[1d10]]+[[@{scroll-speed}-(@{misc-mod})]]), 1}kh1]] [Initiative (@{scroll})]&{tracker}">Initiative</button></td>
<td><button type="roll" name="attr_scroll-initiative" title="%{repeating_scrolls_$X_scroll-initiative}" value="/gmroll [[{1d10cs1cf10+(@{scroll-speed} [Scroll])-(@{misc-mod}), {1}}kh1]] [Initiative (@{scroll})]&{tracker}">Initiative</button></td>
<td><button type="roll" name="attr_scroll-roll" title="%{repeating_scrolls_$X_scroll-roll}" value="@{scroll-macro}">T</button></td>
insert_fold-button.html
</tr>
Expand Down

0 comments on commit fd1d222

Please sign in to comment.