
The calculation is working, but if I close the character sheet, and re-open it, the auto-calc field is ignoring the select element of the repeating section. To reproduce, open the HackMaster 5E character sheet. Add a weapon, and add 1 in the specialization attack select option. The attack bonus autocalc field will update to +1, but closing the sheet and re-opening puts it back at 0. This is what the auto-calc element looks like: <input type="number" name="attr_weapon_attack_mod_total" value="@{level_attack_bonus}+@{intelligence_attack_mod}+@{dexterity_attack_mod}+@{weapon_magic_bonus}+@{weapon_spec_attack}+@{weapon_talent_attack}" disabled="disabled"/>