mr-ice / maptool-macros

place for maptool macros
2 stars 3 forks source link

Character sheet bugs #299

Closed trey-kirk-sp closed 3 years ago

trey-kirk-sp commented 3 years ago

Something to tally things I'm finding so I don't forget to go back and fix them

trey-kirk-sp commented 3 years ago

CharID: 30957877 (Base Token 30957877):

   Invalid condition in IF(armorBonus > 0) roll option.
       Statement options (if any): h, if (armorBonus > 0)
       Statement Body : title = concat (title, " + " + armorBonus + " (Armor)")

Error trace : dnd5e_CharSheet_getArmorClassSpan@Lib:DnD5e-CharacterSheet <<< dnd5e_CharSheet_getTacticalAndEquipmentHTML@Lib:DnD5e-CharacterSheet <<< dnd5e_CharSheet_CharacterSheet@Lib:DnD5e-CharacterSheet <<< Character Sheet@global
trey-kirk-sp commented 3 years ago

Some fields can't be Jay-Sized: Passive Wisdom: image Ability Bonuses: image Inspiration & Proficiency Bonus image

trey-kirk-sp commented 3 years ago

CharID: 30957877 (Base Token 30957877):

   Invalid condition in IF(armorBonus > 0) roll option.
       Statement options (if any): h, if (armorBonus > 0)
       Statement Body : title = concat (title, " + " + armorBonus + " (Armor)")

Error trace : dnd5e_CharSheet_getArmorClassSpan@Lib:DnD5e-CharacterSheet <<< dnd5e_CharSheet_getTacticalAndEquipmentHTML@Lib:DnD5e-CharacterSheet <<< dnd5e_CharSheet_CharacterSheet@Lib:DnD5e-CharacterSheet <<< Character Sheet@global

This is a combo-defect: