Create combat encounter
create-combatCreate a combat encounter on a scene, optionally adding specified tokens as combatants, without starting the encounter.
Instructions
Create a combat encounter on a scene (the active scene by default) and optionally add tokens as combatants. It does not start the encounter; start-combat does. Tokens are named by id only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Only report what would happen and whether it is permitted; change nothing | |
| activate | No | Make it the active encounter (default true) | |
| tokenIds | No | Ids of tokens on that scene to add as combatants | |
| unlinked | No | Create an encounter without a scene; tokenIds and sceneIdentifier are not allowed then | |
| sceneIdentifier | No | Scene of the encounter, by id or name. Default: the scene active for everyone |