Proposed changes
This PR fixes 2 small issues with item lists templates for the actor sheet.
82c4d491b8fcca355e70cfcce5d5bc83bb5967d1 fixes an erroneous space after Notes field in attacks-list templates:
4d5ca09da014295c44a832c3e065a9b6d090c718 cleans up the armor-list templates, which have a duplicated block for else if (eq item.system.basic.type "special ability"), with the second block never outputting anything because the localization key is misspelled as CYPHERSYSTEM.SepcialAbility
Proposed changes This PR fixes 2 small issues with item lists templates for the actor sheet.
else if (eq item.system.basic.type "special ability")
, with the second block never outputting anything because the localization key is misspelled asCYPHERSYSTEM.SepcialAbility
Related issues None
Open questions N/A