nonplayer / OldSchoolCharGen

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

Add "wizard weapons" for custom game #14

Closed nonplayer closed 6 years ago

nonplayer commented 6 years ago

In my home games I use special magic-user-only weapons, Wands and Staves. Wands basically act as special kinds of "infinite slings" to give wizards a reliable ranged attack. Staves basically act as shields. Both have special mage-only effects, but are otherwise simple weapons. Needs to add a wandom generator for these, including material, effect, appearance, and origin.

nonplayer commented 6 years ago

This will be done as part of HAMMERCRAWL! rpg implementation.

Added a custom flag to magic-user profession for Hammercrawl. The flag will tell the generator to randomly create a wand or staff.

nonplayer commented 6 years ago

Pushing to Further Out while I finalize the base rules for this in the new game

nonplayer commented 6 years ago

This ended up being pretty easy to do.