Syndaryl / DFRPGRandomDungeonGenerator

A HTML/CSS/JavaScript based random dungeon generator for GURPS. Eventual goals are to not only produce a map, but also populate the rooms with descriptions and challenges. Game statistics will be for the DFRPG / GURPS 4e.
Other
35 stars 13 forks source link

Template monster support #17

Open Zuljita opened 6 years ago

Zuljita commented 6 years ago

Things like Fungus and Ooze can change a fair bit in CER depending on random choices in creation. We need to develop a function that picks the needed subtypes and adds them to the monsters, then spits out a new CER for them. Once this works overall, it would be neat to be able to support something like adding a Warlord template to an Orc and adjust CER accordingly.

Syndaryl commented 6 years ago

This would be cool for handling ideas like the lenses in GURPS Dungeon Fantasy Monsters 1, but many of those lenses require a lot of GM judgement to merge into the monster and therefore do unpredictable things with the CER. I'm not sure how to resolve this yet.