Browsing articles tagged with " Spell Book"

Bug Fix: Labyrinth Lord Spell Book

Jan 2, 2015
Mark
Comments Off on Bug Fix: Labyrinth Lord Spell Book

I fixed a minor issue in the Labyrinth Lord treasure generation system. Specifically, the issue was not capping level for druids (from AEC) to a maximum of 14. The other spell casting classes have spell progressions to level 20. Due to the lack of a cap, occasionally the spell book creation process failed for druids.

The Spell Book / Known Spells and Treasure Generator were affected by the bug.


Comments Off on Bug Fix: Labyrinth Lord Spell Book

Labyrinth Lord: Spellbook / Known Spells Generator

Apr 5, 2011
Mark
Comments Off on Labyrinth Lord: Spellbook / Known Spells Generator

Another day, another simple utility.   The Spellbook / Known Spell generator randomly selects a list of spells, ordered by level for a specified class and level.   Lists of spells can be tedious to generate by hand for utility NPC’s who are unlikely to ever use them or are not major players within a plot.   Player characters have the ability to shift the bit players into something more critical in the strangest ways.  Having even the bit parts more fleshed out is now easier with the Spellbook Creator.

The script uses the spell progression tables from the Labyrinth Lord Advanced Edition Companion for the base number of spells to generate.  For example, a 4th level Illusionist has two 1st and two 2nd level spells he can cast per day.   The generator will at a minimum generate those four spells.

Limiting the generator to the minimal number would be sufficient but would provide only a bare bones spell book.   Many individuals have access to more spells than they cast per day.   To allow for extra spells, the generator also  randomly adds between 0 and (Spell Count for level X)/2 (rounded down) additional entries.   If a mage could cast 9 1st level spells, the generator would produce 9-13 spells based on the original 9 plus  0 to (9/2)=4  add-ons.

Even with the add-ons, the generator is too simplistic.   If and when I get to it, version 2 will pre-fill the minimal spell counts and allow the user to specify how many additional spells desired per level.   Such a configuration would be much more functional and allow easier tuning to fit the needs of the game master.


Comments Off on Labyrinth Lord: Spellbook / Known Spells Generator