Rearrange a card area
balatro_rearrangePut cards in a chosen order across hand, jokers, or consumables. Supply a full index permutation and the current state token to complete the reordering safely.
Instructions
重新排序指定区域;order 不得缺失、重复或越界。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | Yes | hand、jokers 或 consumables。 | |
| order | Yes | 当前区域所有 0-based 索引的完整排列。 | |
| expected_state_token | Yes | 最新 state_token;必填。 |