Skip to content

Commit

Permalink
Updated change log and version
Browse files Browse the repository at this point in the history
  • Loading branch information
DBFBlackbull committed Jan 18, 2024
1 parent 1c0e733 commit e79e5d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ADnD_2E_Revised/2ESheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ <h2 style="color: black;">Changes in <span name="attr_version"></span></h2>
<li>Fixed spell description layout for <strong>Orison</strong></li>
<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>
</ul>
<hr>
<p>
Expand Down Expand Up @@ -73068,7 +73069,7 @@ <h2>Monster Sheet specific</h2>
// --- Version change start --- //

const SHEET_NAME = 'AD&D 2E Revised';
const SHEET_VERSION = '4.18.0';
const SHEET_VERSION = '4.19.0';

on('sheet:opened', function(){
getAttrs(['character_sheet'],function(attrs){
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 @@ -16,6 +16,7 @@ <h2 style="color: black;">Changes in <span name="attr_version"></span></h2>
<li>Fixed spell description layout for <strong>Orison</strong></li>
<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>
</ul>
<hr>
<p>
Expand Down
2 changes: 1 addition & 1 deletion ADnD_2E_Revised/javascript/version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// --- Version change start --- //

const SHEET_NAME = 'AD&D 2E Revised';
const SHEET_VERSION = '4.18.0';
const SHEET_VERSION = '4.19.0';

on('sheet:opened', function(){
getAttrs(['character_sheet'],function(attrs){
Expand Down

0 comments on commit e79e5d5

Please sign in to comment.