- Cut down on the verbosity of rolls (took up too much of the chat box)
- Removed Light Weapons from Missile Attack Roll
- Added a new section for special attack rolls: Light Weapons, and Dual
Wield
- Added in Microlite20 "Expert Rules"
- Added 4 new races: Gnomes, Half-orcs, Half-elves, and Lizardmen
- Added 5 new classes: Paladin, Ranger, Illusionist, Druid, Bard
- Added Paladin modifier to all save rolls (+1 at level 1, and +1 per
every 5 levels)
- Added Ranger modifier to ranged attack rolls, ranged damage rolls, and
dual-weild rolls
- Added an additional skill: Survival
Roll Templates!
Buttons made better, cleaned up derived stats, included tooltips,
changed background, cleaned up text boxes, cleaned up combat tab, other
minor changes
Forgot NPC attack and fixed calculations for PC and NPC crtis for the
Other modifier to appear AFTER the roll and initial roll is calculated
and multiplied.
Per [this
thread](https://app.roll20.net/forum/post/1691256/css-selector-not-being-processed#post-1691256),
the first selector is not being processed. Because this sheet makes use
of the unicode character Heavy Multiplication X (0x2716), and Roll20's
CSS sanitation process throws out the entire thing if a backslash is
detected, the file must be saved as Unicode. This means the file begins
with the byte-order mark 0xFEFF.
This commit is assuming that the BOM is being inserted into the style
element right next to the ".charsheet" (or right next to the "div") at
the start, which obviously does not match any element on the page, as
there is neither an element `<0xFEFF class="charsheet">` nor an element
`<0xFEFFdiv class="sheet-madness">`. As a result, a newline has been
inserted between the BOM and "div" in the hope that the problem will not
persist.
Updated .css file for roll templates, adjusted character sheet names to
put in roll templates. Added comment to .json file. Depreciated file
without roll templates in directory (with additional file with tabs) but
not linked via .json file; available for mentor users if desired.
Added Roll Templates to the Pathfinder Legacy Character sheet in
preparation for Update of Holding. Please hold merge until just before
Update goes live.
This update also corrects the total-skill attribute calculator as well
as changing the weapon/attack block to allow for critical hit logic to
be used within the roll template.