mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 04:32:28 +00:00
Version 3.20 adds damage mods for unarmed standard maneuvers.
This commit is contained in:
@@ -12498,7 +12498,7 @@
|
||||
|
||||
<div class="item-version-information">
|
||||
<!-- Update version before release. -->
|
||||
<input type="text" value="3.18" name="attr_version" title="@{version}" readonly tabindex="-1"/>
|
||||
<input type="text" value="3.20" name="attr_version" title="@{version}" readonly tabindex="-1"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -13260,9 +13260,9 @@
|
||||
version = 3.05;
|
||||
}
|
||||
|
||||
if (version < 3.18) {
|
||||
if (version < 3.20) {
|
||||
// No updates needed.
|
||||
version = 3.18;
|
||||
version = 3.20;
|
||||
}
|
||||
|
||||
if (version != origVersion) {
|
||||
@@ -18842,7 +18842,6 @@
|
||||
netDCV = getNetDCV(netDCV, maneuverDCV+dcvMod, halfDCV);
|
||||
|
||||
// Damage
|
||||
modifyDC += 4;
|
||||
adjustedStatValue += modifyDC * 5;
|
||||
|
||||
setAttrs({
|
||||
|
||||
Reference in New Issue
Block a user