mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
Expose Eagle province graph in text client (#8625)
* Expose Eagle province graph in text client * Limit province views to strategic adjacency * Isolate queued battle result Unity test
This commit is contained in:
@@ -131,6 +131,17 @@ Shardok update with no available commands clears the previous command list.
|
||||
|
||||
Use `shardok-commands-json` or `shardok-units-json` when the concise output omits a needed field.
|
||||
|
||||
The initial Eagle state includes the complete strategic province graph. Inspect it with:
|
||||
|
||||
```text
|
||||
eagle-map
|
||||
eagle-map-json
|
||||
```
|
||||
|
||||
Both forms list every province and all of its neighbors by ID and name. Use the JSON form when exact IDs or
|
||||
machine-readable relationships are needed; unlike March destinations, this is the complete map graph and is not
|
||||
filtered by the commands currently available.
|
||||
|
||||
During battle setup, `shardok-commands` prints any server-recommended unit placements in order and identifies the
|
||||
ordinary current command index for the next recommendation:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user