Commit b5190a73 authored by biluo.shen's avatar biluo.shen

(WIP) implement multi_select with multiple action

parent 58379501
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
- is_end: 1, int, 0: False, 1: True - is_end: 1, int, 0: False, 1: True
## Legal Actions (max 8) ## Legal Actions (max 24)
- spec index: 8, int, select target - spec index: 2, int, select target
- msg: 1, int (16) - msg: 1, int (16)
- act: 1, int (11) - act: 1, int (11)
- N/A - N/A
...@@ -66,12 +66,15 @@ ...@@ -66,12 +66,15 @@
- Battle (b) - Battle (b)
- Main Phase 2 (m) - Main Phase 2 (m)
- End Phase (e) - End Phase (e)
- cancel_finish: 1, int (3) - cancel: 1
- N/A - N/A
- Cancel - Cancel
- finish: 1
- N/A
- Finish - Finish
- position: 1, int , 0: N/A, same as position2str - position: 1, int , 0: N/A, same as position2str
- option: 1, int, 0: N/A - option: 1, int, 0: N/A
- number: 1, int, 0: N/A
- place: 1, int (31), 0: N/A, - place: 1, int (31), 0: N/A,
- 1-7: m - 1-7: m
- 8-15: s - 8-15: s
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment