Merge pull request #1225 from plutosdad/master

pather merged and 1 row added back
This commit is contained in:
Riley Dutton
2015-12-17 10:53:43 -06:00
+3 -2
View File
@@ -4,7 +4,7 @@
<div class="sheet-footer sheet-sect" style="text-align:left; padding:5px; margin:5px;">
<ol>
<li>Button bars are no longer necessary and have been removed. Buttons within repeating sections now work directly and can be dragged to the macro quick bar. To learn the id/name of the button, drag/drop the button to the macro quick bar.</li>
<li>All ability macros that utilize <b>repeating attributes</b> must be edited to include "<b>$</b>". e.g. @{repeating_foo_X_...} should be renamed @{repeating_foo_$X_...} where "<b>X</b>" is the row of the repeating section.</li>
<li>All ability macros that utilize <b>repeating attributes</b> must be edited to include "<b>$</b>". e.g. @{repeating_foo_X_...} should be renamed @{repeating_foo_$X_...-roll} where "<b>X</b>" is the row of the repeating section and "-roll" added to end.</li>
<li>For <b>existing characters/npc's</b>, if you do not see version "0.1" listed(top-right corner of sheet), use the recalc checkbox to force a refresh of all auto-calculated attributes. This should only need to be done once and could take up to 10s.</li>
<li>If the sheet has been recalculated and you still have empty auto-calculated fields or a value of "NaN", you may have to toggle(change the value(s) then change it back) of sub-component attributes to help generate a value for the empty fields.</li>
<li>If you changed the attributes/fields listed below, you must update to the new version of the attribute/field (same location on sheet) because the new fields are only modifiers to the calculations which are done within sheet workers(javascript).:
@@ -27,7 +27,7 @@
<div class="sheet-table-data sheet-center sheet-label"><input name="attr_buffs-apply" title="This is the total bonus to various scores you are currently experiencing due to buffs." type="text" value="(@{buffs})" style="width:3.5em;" disabled /><br>Buffs</div>
<span style="display:none;"><input name="attr_buffs" title="@{buffs}" type="hidden" value="(0 + abs(@{buff_Melee-total}) + abs(@{buff_Ranged-total}) + abs(@{buff_DMG-total}) + abs(@{buff_AC-total}) + abs(@{buff_HP-temp-total}) + abs(@{buff_Fort-total}) + abs(@{buff_Ref-total}) + abs(@{buff_Will-total}) + abs(@{buff_STR-total}) + abs(@{buff_DEX-total}) + abs(@{buff_CON-total}) + abs(@{buff_INT-total}) + abs(@{buff_WIS-total}) + abs(@{buff_CHA-total}) )" disabled /></span>
<div class="sheet-table-data sheet-center sheet-label" style="padding:8px 5px 0px 5px;"><input type="checkbox" name="attr_recalc1" value="1" style="margin-top:-10px;" title="Force existing disabled/auto-calculated attributes to use sheet worker javascript."/><br>Recalc</div>
<div class="sheet-table-data sheet-center sheet-label"><input type="number" name="attr_PFSheet_Version" value="0" class="sheet-calc" readonly="readonly" title="Version 0.1 indicates attributes have been successfully recalculated." /><br>Version</div>
<div class="sheet-table-data sheet-center sheet-label"><input type="number" name="attr_PFSheet_Version" value="0" class="sheet-calc" readonly="readonly" title="Version >0 non blank indicates attributes have been successfully recalculated." /><br>Version</div>
</div>
</div>
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab1" value="1" title="Core" checked="checked" style="margin-left:1px;" />
@@ -933,6 +933,7 @@
</div>
<div class="sheet-table sheet-sect">
<input type="checkbox" class="sheet-sect-show" title="@{wound_threshold-show}" name="attr_wound_threshold-show" value="1" style="opacity:0;width: 35px;height: 16px;position: relative;top: 0;left: 0;margin: -32px;cursor: pointer;z-index: 1;" checked="checked" /><span></span>
<div class="sheet-table-row sheet-sect">
<span class="sheet-table-data sheet-center" style="background-color:#000;color:#FFF;font-weight:bold;">Wound Threshold</span>
<span class="sheet-table-data">&nbsp;</span>
<span class="sheet-table-data" style="text-align:center;"><label class="sheet-center"><input type="radio" title="@{condition-Wounds}" name="attr_condition-Wounds" value="0" checked="checked" /><b class="sheet-offCase" style="vertical-align:middle;"> Healthy</b></label></span>