add_death_save
Record a death saving throw result to track successes and failures for a character. At 3 successes, the character stabilizes; at 3 failures, the character dies.
Instructions
Record a death saving throw result.
Tracks successes and failures. At 3 successes, the character stabilizes (HP set to 1, death saves reset). At 3 failures, the character dies.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| character_name_or_id | Yes | Character name, ID, or player name | |
| success | Yes | True for success, False for failure | |
| player_id | No | Player ID for permission check (omit for single-player DM mode) |