Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Attribute not showing up field...

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:
1402236064
Sam M.
Pro
Sheet Author
It's working fine when I copy it. Make sure there's not already a STR_mod attribute on the sheet.
Found the culprit. In my skill block have the ability mods using attr_skill_str_mod and one of them some how had the skill portion left out. It was conflicting with attr_STR_mod. Thank you sublime 3 editor and the search function!