nonplayer / OldSchoolCharGen

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

Move skills to Settings data #44

Closed nonplayer closed 6 years ago

nonplayer commented 6 years ago

Currently it's generating as part of the profession, which results in duplicates on multi-character files.

Refactor to a function, call from the class.

nonplayer commented 6 years ago

Note to self: add Hammercrawl skills at this step

nonplayer commented 6 years ago

Moved them to systems instead, made more sense.

Next, adding the "weird" skills for Hammercrawl as a list add

nonplayer commented 6 years ago

Weird skills added.

Also, starting skills are now by default 4 + INT mod.