You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`start_run`|`deck` (string): Deck name<br>`stake` (number): Difficulty level 1-8<br>`seed` (string, optional): Seed for run generation<br>`challenge` (string, optional): Challenge name<br>`log_path` (string, optional): Full file path for run log (must include .jsonl extension) |
130
-
|`skip_or_select_blind`|`action` (string): Either "select" or "skip" |
131
-
|`play_hand_or_discard`|`action` (string): Either "play_hand" or "discard"<br>`cards` (array): Card indices (0-indexed, 1-5 cards) |
132
-
|`rearrange_hand`|`cards` (array): Card indices (0-indexed, exactly `hand_size` elements) |
133
-
|`shop`|`action` (string): Shop action ("next_round", "buy_card", or "reroll")<br>`index` (number, required when `action` = "buy_card"): 0-based card index to purchase |
|`start_run`|`deck` (string): Deck name<br>`stake` (number): Difficulty level 1-8<br>`seed` (string, optional): Seed for run generation<br>`challenge` (string, optional): Challenge name<br>`log_path` (string, optional): Full file path for run log (must include .jsonl extension) |
131
+
|`skip_or_select_blind`|`action` (string): Either "select" or "skip" |
132
+
|`play_hand_or_discard`|`action` (string): Either "play_hand" or "discard"<br>`cards` (array): Card indices (0-indexed, 1-5 cards) |
133
+
|`rearrange_hand`|`cards` (array): Card indices (0-indexed, exactly `hand_size` elements) |
134
+
|`rearrange_consumables`|`consumables` (array): Consumable indices (0-indexed, exactly number of consumables in consumable area) |
135
+
|`shop`|`action` (string): Shop action ("next_round", "buy_card", or "reroll")<br>`index` (number, required when `action` = "buy_card"): 0-based card index to purchase |
0 commit comments