nonplayer / OldSchoolCharGen

Random Character Generator for "Old School" RPGs
GNU General Public License v3.0
3 stars 0 forks source link

Add Hit Die Mods from Stats to sheet #26

Closed nonplayer closed 6 years ago

nonplayer commented 6 years ago

Each system (and possibly certain character classes and races too) needs to note if any of the stats influence Hit Points. If so, build a function that calculates the HP mod, multiplies it by level, and notes it next to the Hit Die on the printout.

Also add the number of hit dice (based on level) in front of the hit die shown in the printout.

nonplayer commented 6 years ago

Added "HPsMod" to system prefs as part of implementing #30

nonplayer commented 6 years ago

Resolved in 915c347594c114b48dd9b22d0df6994f5d5eefa5

Made the local printout scalable by character level, just in case I ever want to go down that hellhole of further scalable adaptation.