
Ok, I have an issue with my STR_mod attribute. It is not populating the field when I set the value as "floor(@{STR}/2-5)" However, all the other stats use the same exact formula, but only the STR_mod field is blank. Here is an exert from the block: <tr>
<td class="sheet-statlabel" style="background-color: #000000; color: #FFF; text-align: center;">STR</td>
<td><input class="sheet-inputbox" type="number" value="10" name="attr_STR" style="height: 24px; width: 40px;" /></td>
<td><input class="sheet-inputbox" type="number" name="attr_STR_mod" style="height: 24px; width: 40px;" value="floor(@{STR}/2-5)" disabled="true"/></td>
<td><input class="sheet-inputbox" type="number" value="0" name="attr_STR_mod_misc" style="height: 24px; width: 40px;" /></td>
<td><input class="sheet-inputbox" type="number" value="0" name="attr_STR_mod_temp" style="height: 24px; width: 40px;" /></td>
</tr>
<tr>
<td class="sheet-statlabel" style="background-color: #000000; color: #FFF; text-align: center;">DEX</td>
<td><input class="sheet-inputbox" type="number" value="10" name="attr_DEX" style="height: 24px; width: 40px;" /></td>
<td><input class="sheet-inputbox" type="number" name="attr_DEX_mod" style="height: 24px; width: 40px;" value="floor(@{DEX}/2-5)" disabled="true"/></td>
<td><input class="sheet-inputbox" type="number" value="0" name="attr_DEX_mod_misc" style="height: 24px; width: 40px;" /></td>
<td><input class="sheet-inputbox" type="number" value="0" name="attr_DEX_mod_temp" style="height: 24px; width: 40px;" /></td>
</tr>
As you can see, the STR block follows the same format. Why is will not show, I haven't a clue. I copy pasted the DEX_mod line over the STR_mod line and saved. Went to check it out in my test area... Shows the dex mod fine. I change all references of DEX to STR, and the shit breaks. Am I losing my mind? Here is a screen of the BS: