This module provides a new content type called dnd_character to allow users to store their player characters for Dungeons and Dragons. This is a Features package which contains the fields and content type needed to manage the character.
This module is not a character generator, and does not (currently) enforce any of the rules. It is merely a record-keeping utility at this point. Future plans are to impose SRD rules and provide a way to add house rules, but this isn't currently available.
This project also contains two additional modules: D&D Fields and D&D Character Sheet.
This is intended for use for D&D 3.x.
D&D Fields
D&D Fields is a Fields API module that provides new field types specific for Dungeons and Dragons. These new fields include:
- Ability scores
- Class/Level (for managing levels for single and multi-class characters)
- Skills
- Saving throws
- Armor
- Weapons
This module comes with D&D Character, but can be used alone.
D&D Character Sheet
This module provides a D&D character sheet in PDF format. This uses the D&D Character content type to store all the data for the character, and displays the stored values. It makes no attempt to derive any values (such as the total attack bonus from modifiers, strength ability, and base attack values).
Requirements
- Features module
- Field Group module
- PDFLib extension for PHP for D&D Character Sheet
Notes about uninstalling
Please see this issue: http://drupal.org/node/1558258
Since this is a Features-based set of modules, a content type and many fields are created. When uninstalling the module, these fields and the content type are not automatically removed. This has to be done manually, which can be very time consuming. I'm currently working on a cleaner method of uninstalling.
Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Reported installs: 10 sites currently report using this module. View usage statistics.
- Downloads: 386
- Last modified: May 24, 2012