Create a DSA5 character from an archetype
create-dsa5-character-from-archetypeCreates a DSA5 hero as a copy of a selected archetype, with unique name and customizable traits, then saves it to Foundry. Set addToWorld false to prepare and preview without writing.
Instructions
[DSA5 only] Create one hero as a copy of an archetype from list-dsa5-archetypes, with a new name and optional details (age, biography, gender, eye and hair color, height, weight, species, culture, profession) written onto the hero and read back. The hero goes into the folder "Foundry MCP Actors", without a token in a scene, linked to its archetype. A name another actor has already (ignoring case) is refused. addToWorld false only prepares the hero and shows it, without writing anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addToWorld | No | false only prepares the hero and shows it, without writing anything | |
| archetypeId | Yes | Id of the archetype inside that compendium | |
| characterName | Yes | Name of the new hero; a name another actor has (ignoring case) is refused | |
| customization | No | Details written onto the hero and read back | |
| archetypePackId | Yes | Id of the compendium that holds the archetype, as list-dsa5-archetypes shows it |