Feature Request: Add Batch Actions to Reduce Operations
Adding batch actions would significantly reduce the number of operations required. For example, it could take the following form:
[
{"action": "use_potion", "slot": 0, "target": "TERROR_EEL_0"},
{"action": "play_card", "card_name": "防御", "target": "auto"},
{"action": "play_card", "card_name": "防御", "target": "auto"},
{"action": "play_card", "card_name": "打击", "target": "auto"},
{"action": "end_turn"}
]
The tool would then execute the actions in order and return a prompt if any intermediate action fails. This would save a lot of time spent playing cards and observing the game state between each action.
Additionally, when in a shop, batch actions could also be used to purchase multiple cards or relics in a single request.
Feature Request: Add Batch Actions to Reduce Operations
Adding batch actions would significantly reduce the number of operations required. For example, it could take the following form:
[ {"action": "use_potion", "slot": 0, "target": "TERROR_EEL_0"}, {"action": "play_card", "card_name": "防御", "target": "auto"}, {"action": "play_card", "card_name": "防御", "target": "auto"}, {"action": "play_card", "card_name": "打击", "target": "auto"}, {"action": "end_turn"} ]The tool would then execute the actions in order and return a prompt if any intermediate action fails. This would save a lot of time spent playing cards and observing the game state between each action.
Additionally, when in a shop, batch actions could also be used to purchase multiple cards or relics in a single request.