Clarify optional Shardok roll argument (#8439)

This commit is contained in:
2026-07-11 09:27:23 -07:00
committed by GitHub
parent 88e9c46fce
commit fb35514410
2 changed files with 15 additions and 2 deletions
+13
View File
@@ -100,10 +100,23 @@ Post one of the currently listed command indices with:
post-shardok <index>
```
Omit the optional roll value during normal play. The server then generates any
roll required by the selected command. To override that roll for deterministic
testing, append an integer value:
```text
post-shardok <index> <integer-roll>
```
`roll` is a placeholder in command usage, not a literal argument. Only an
integer is accepted, and the override has an effect only for Shardok commands
that support a client-supplied roll.
For a specific active battle:
```text
post-shardok <shardok-game-id> <index>
post-shardok <shardok-game-id> <index> <integer-roll>
```
Use `shardok-commands-json` or `shardok-units-json` when the concise output omits a needed field.