Dover's Greybearded QoL Enhancements
Enhances the Greybearded QoL module with additional quality of life improvements, specifically targeting the character creation experience.
Features
Enhanced Class Selection UI
Replaces the standard class selection interface with a modern "Master-Detail" layout:
- Split View: A list of classes on the left and detailed information on the right.
- Improved Readability: Attributes are automatically parsed and split into positive and negative columns for easier comparison. Includes structured sections for Trauma Responses, Descriptions, and Skills.
- Responsive Design: Replaces the original unresponsive design with one capable of handling any number of custom classes.
Installation
- Install via the Foundry VTT Module browser (if available) or by using the Manifest URL.
- Ensure the Greybearded QoL module is installed and active, as this module depends on it.
Dependencies
- Foundry VTT: Version 13+
- Module:
mosh-greybearded-qol - Systems:
mosh
Screenshots
| Before | After |
|---|---|
Technical Details
This module works by:
- Registering a custom Handlebars helper (
splitAttributes) to process attribute strings. - Overriding the default
select-class.htmltemplate from the parent module. - Patching the
ClassSelectorAppto support the new interactive layout.