A FoundryVTT module for creating Actors. Join the community on Discord.
There are features waiting for funding. If you would like to fund these features, you can do so by donating here, just include the feature # number in your reference, or hit me up on Discord (geoidesic).
These are scheduled for work imminently: Upcoming.
For detailed setup and usage instructions, please refer to the full documentation:
- GM Guide: Installation, configuration, and permissions.
- Player Guide: Character creation and leveling up.
- Supports both dnd5e v3.x and v4.x
- The DM / GM can set which compendiums are available to Actor Studio (See GM Configuration)
- Set your Ability Scores using either: point buy, manual entry, standard array or dice rolls (See Player Guide)
- Preview and select your race, background, class and subclass (See Player Guide)
- Preview available advancements by level for class and subclass (See Player Guide)
- Creates the actor and triggers the dnd5e Advancement workflow for selecting features, skills, etc.
- NB: For advancements to work you must have the "Disable level-up automation" setting switched off in dnd5e system settings! (See GM Configuration)
- Level Up! Supports multi-classing and leveling up via a button on the character sheet. (See Player Guide)
- Supports standard dnd5e (v3+) character sheet
- Supports Tidy5eSheet
- Supports Subclass Advancements and selection in dnd5e (system v3.x) where this wasn't something available in the 3.x system.
- Also supports Subclass selection for dnd5e system v4.x
- Launch: Start Actor Studio via the "Create Actor" button (requires GM permission - see GM Guide).
- Tabs: Work through the tabs (Ability Scores, Race, Background, Class/Subclass) making selections. You can go back and change choices.
- Create: Click "Create Character".
- Advancements: Follow the pop-up prompts to make choices (skills, languages, etc.).
- Equipment: Select starting equipment/gold if prompted.
- Level Up: When you gain a level, use the "Level Up" button on your character sheet.
(See the Player Guide for full details)
- https://github.com/HeroCreationLab/hero-creation-tool (by ccjmk on discord) was the original inspiration for Actor Studio and the development of Actor Studio as a spiritual successor to Hero Creation Tool has been blessed by that original creator. Actor Studio still contains some of the excellent original code from HCT, where it wasn't necesarry to refactor it for Svelte reactivity. This footprint may change over time but as of writing:
- the module settings application and config
- the button creation code for the main buttons in the sidebar and new actor dialog
- some of the indexing code for fetching items from compendia
- and of course the visual layout is not dissimilar to the original