- announcements section added
- added info about upcoming repeating attribute changes
- updated the non-repeating attribute names to lowercase and title text to match. For aesthetic reasons only. Trying to be consistant with all attribute names on the sheet.
* adnd1e updates
- added languages field
- fixed typo in non weapon prof ability selector
- updated macro used for non weapon prof check
- removed coin lb conversion. all weight is in gp's now
- changed sheet background checkbox to a radio selector
- small updates to title text
- added Strength Encumbrance bonus under Carrying Capacity as a reminder it should be included when determiniing thresholds.
* - added version check to update nwp macro-text
- versioning routine to test if exisitng nwp macro-text has been edited. Only unedited(default) macro-text will be replaced with the new macro-text
* updated macro-text descriptors for inline results
* added @{color_option} selector in footer - changes roll template color
- @{color_option} will update {{color=@{color_option}}} with the selected color.
- added {{color=@{color_option}}} to sheet rolls
* added colorUpdate versioning to add color to existing macro-text
* updated NWP macro since group rolls will not work with cs cf
- github folder name was causing issues with sheet images located on github.
The & character is replaced by %26 to make a legal url.
But it looks like in this case, the % in %26 has then been replaced again, the code for % is %25, resulting in %2526 where the & should be in that URL.