update_character_hp
Track and update character hit points in Dungeons & Dragons campaigns. Input character name, current HP, and optional max and temporary HP for accurate in-game health management.
Instructions
Update character hit points.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
current_hp | Yes | Current hit points | |
max_hp | No | Maximum hit points | |
name | Yes | Character name | |
temp_hp | No | Temporary hit points |