Roll Dice
roll_diceRoll ordered groups of dice for a D&D play session, returning raw face values while advancing the session's dice sequence.
Instructions
Sample an ordered, non-empty batch of structured dice groups with deterministic non-cryptographic DRDice and return visible raw faces. Each call advances the Play Session's dice sequence. This independent sampler never reads Battle Holes, derives modifiers or outcomes, or fills a Hole; copy its faces into an ordinary typed fill only when the current runtime Hole supplies the required facts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groups | Yes | ||
| playSessionId | Yes | Play Session handle returned by create_play_session for follow-up stateful calls in the same local process or authenticated account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||