get_emotion_candidates
Retrieve current emotion card options when battle is stuck in RoundEndPhase, allowing selection to continue.
Instructions
Get current emotion card candidates during RoundEndPhase.
Returns list of candidate cards with: index, id, name, state (Positive/Negative), emotionLevel, targetType. Returns {active: false} if emotion card UI is not currently shown.
The LLM should call this when battle.phase is RoundEndPhase and the phase seems stuck, then decide which card to pick.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||