add artifacts and masterworks presets

develop
Myk Taylor 2023-06-07 11:57:16 -07:00
parent 8c1e761f86
commit 321941385e
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
4 changed files with 16 additions and 1 deletions

Binary file not shown.

@ -40,7 +40,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
## Misc Improvements
- `autonick`: additional nicknames based on burrowing animals, colours, gems and minerals added
- `stockpiles`: added ``barrels`` and ``organic`` stockpile presets
- `stockpiles`: added ``barrels``, ``organic``, ``artifacts``, and ``masterworks`` stockpile presets
## Documentation

@ -143,6 +143,21 @@ item properties that you can match with filters. In addition, there are
normally at least a few convenient pre-made settings files that manipulate
interesting category subsets.
Cross-category stockpile adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Settings files::
artifacts
masterworks
Example command for a meltable weapons stockpile::
stockpiles import cat_weapons
stockpiles import -m disable cat_weapons -f other/
stockpiles import -m disable artifacts
stockpiles import -m disable masterworks
Ammo stockpile adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~