From 54a44e589bcb3ba50e13df1f8a8ed478ab7f9cdc Mon Sep 17 00:00:00 2001 From: Scott Ellis Date: Thu, 26 Jan 2023 08:15:31 -0600 Subject: [PATCH] Update orders.rst to reflect changes in military.json --- docs/plugins/orders.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/plugins/orders.rst b/docs/plugins/orders.rst index 2c5b0255f..74ca3a682 100644 --- a/docs/plugins/orders.rst +++ b/docs/plugins/orders.rst @@ -106,7 +106,7 @@ produces weapons and armor: - smelting for platinum, silver, steel, bronze, bismuth bronze, and copper (and their dependencies) - bronze/bismuth bronze/copper bolts -- platinum/silver/steel/iron/bismuth bronze/bronze/copper weapons and armor, +- silver/steel/iron/bismuth bronze/bronze/copper weapons and armor, with checks to ensure only the best available materials are being used If you set a stockpile to take weapons and armor of less than masterwork quality @@ -117,6 +117,16 @@ Make sure you have a lot of fuel (or magma forges and furnaces) before you turn This file should only be imported, of course, if you need to equip a military. +:source:`library/military ` +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +As above, but this collection will also allow creation of platinum blunt weapons. +Normally these are only created by artifact moods, work orders can't be created +manually for them. + +- platinum/silver/steel/iron/bismuth bronze/bronze/copper weapons and armor, + with checks to ensure only the best available materials are being used + :source:`library/smelting ` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~