on request from Gargamond I am not adding gear weight and weapon weight together. There is still a total weapon and total gear weight, but the total column only includes the gear weight
Added spheres/schools and Equivalent caster levels to the spell tab.
Added a few new fields to spell & scolls
Fixed issues with weight
added a general PC_THAC0 field
Issue with the calculation of Total Weight. The Gear Weight and Weapon Weight is sometimes added together and other times it are just combined
so 20 + 30 is sometimes 50 and sometimes 2030 :(
added attack and AC penalties for movement
updated worker script so strength is used to populate max weight per movement category
changed the weight fields for gear and the coin fields to numeric fields
Improved layout of the Instructions portion of the .json file and added more concise descriptions as well as links to the sheet documentation Wiki page.
This adds a collapsible notification header to the character sheet so that existing users of the sheet can be made aware of the new features that have been implemented and provide feedback on proposed additional improvements to the character sheet.
Revised to include 4 new templates for this character sheet:
2Edefault - now with 3 optional description propertys.
2Eattack - new template for resolving attacks quickly.
2Espell - new template for posting spell info.
2Esave - new template which uses helper commands to resolve saving throws, and prevents roll formulas from creating errors by comparing against a negative number.
Added desc1, and desc2 properties which retain the same formatting as the base desc property. This is intended to allow for separating effect descriptions which apply under different circumstances.
This adds a cleanly styled template to replace the default template built into roll 20. This template fixes the problem where if you enter descriptive text after having used an equals sign in any of the previous table rows the default template crams your descriptive text into only one half of the display area.
This adds a special function property which users can call named "desc" which has a colspan="2" property for the table cell so that descriptive text will use the full width of the display area.