Commit Graph
7 Commits
Author SHA1 Message Date
Nathanael Winget cfb3227746 Add legacy sanitization opt-in 2021-02-04 10:52:31 -05:00
Vince a56bd8467d ADnD1e update
- 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.
2020-12-30 22:13:32 -08:00
Vince 0f650c07e3 ADnD 1e update announcement added
- added a sheet announcment section
- small change to button-based url's to make them appear as simple hypertext links.
2020-12-30 21:35:01 -08:00
Vince 8124c9d327 ADnD1e small update
- increased armor and shield input field size.
2020-09-06 15:25:37 -07:00
Vince a6ec54d5fb ADnD1e v1.51 update (#6441)
- added cantrips
- added #mem to each repeating spell
- added spell tabs to sort by level
2020-05-11 10:22:44 -05:00
Vince 5bf9ef215f ADnD1e update (#6355)
* 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
2020-05-04 17:31:30 -04:00
Vince 440fc770a0 AD&D1e update - folder name and image fix (#6158)
- 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.
2020-04-13 11:07:59 -07:00