Add --max-soldiers to fill garrison and heal wounded
Sets civic.garrison.workers to max capacity and clears wounded count. Available as CLI flag and in the interactive menu. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -58,6 +58,7 @@ node index.js --max-resources --no-copy
|
||||
| `--max-resources` | Set all capped resources (`max > 0`) to their max |
|
||||
| `--set-crafted=N` | Set all unlimited/crafted resources (`max == -1`) to N |
|
||||
| `--only=a,b,c` | Only affect listed resources (comma-separated, case-insensitive). Matches resource names (e.g. `Food`) or internal keys (e.g. `food`). Applies to `--max-resources` and `--set-crafted`. |
|
||||
| `--max-soldiers` | Fill garrison to max capacity and heal all wounded soldiers |
|
||||
| `--no-copy` | Print the edited save to stdout instead of clipboard |
|
||||
| `--help` | Show help |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user