manage_combat_state
Advance initiative turns, assign or remove conditions, and update spell slots for combatants in an encounter. Returns updated round, turn index, active combatant, and changed state.
Instructions
推先攻游标(advance_turn:越界则 round+1、归零)/ 给 combatant 设清 conditions / 设 spell_slots。 返回 {round, turn_index, active_combatant, changed}。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variant | No | main | |
| campaign | Yes | ||
| encounter | Yes | ||
| spell_slots | No | ||
| advance_turn | No | ||
| combatant_id | No | ||
| set_conditions | No | ||
| clear_conditions | No |