From 1cc9a4d8329a869deb23c5cd211659c25b38d930 Mon Sep 17 00:00:00 2001 From: myk002 Date: Wed, 16 Nov 2022 12:31:24 -0800 Subject: [PATCH 1/2] make leggings instead of crafts out of shells they have a greater average trade price, and "shleggings" is hilarious. --- data/orders/basic.json | 3 ++- docs/plugins/orders.rst | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/data/orders/basic.json b/data/orders/basic.json index 4c785e7ab..b3fae8dcd 100644 --- a/data/orders/basic.json +++ b/data/orders/basic.json @@ -1004,7 +1004,8 @@ "value" : 2 } ], - "job" : "MakeCrafts", + "item_subtype" : "ITEM_PANTS_LEGGINGS", + "job" : "MakePants", "material_category" : [ "shell" diff --git a/docs/plugins/orders.rst b/docs/plugins/orders.rst index 298800c96..bc15fd175 100644 --- a/docs/plugins/orders.rst +++ b/docs/plugins/orders.rst @@ -55,7 +55,7 @@ This collection of orders handles basic fort necessities: - thread/cloth/dye - pots/jugs/buckets/mugs - bags of leather, cloth, silk, and yarn -- crafts and totems from otherwise unusable by-products +- crafts, totems, and shleggings from otherwise unusable by-products - mechanisms/cages - splints/crutches - lye/soap @@ -66,6 +66,8 @@ This collection of orders handles basic fort necessities: You should import it as soon as you have enough dwarves to perform the tasks. Right after the first migration wave is usually a good time. +Armok's note: shleggings? Yes, `shleggings `__. + :source:`library/furnace ` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From 7b6cd148236813c46f236d245f1b0c6291288c23 Mon Sep 17 00:00:00 2001 From: myk002 Date: Wed, 16 Nov 2022 12:33:24 -0800 Subject: [PATCH 2/2] update changelog --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 7ac0a412d..8413276f3 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -64,6 +64,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - UX: You can now hold down the mouse button on a scrollbar to make it scroll multiple times. - UX: You can now drag the scrollbar to scroll to a specific spot - Constructions module: ``findAtTile`` now uses a binary search intead of a linear search. +- `orders`: replace shell craft orders with orders for shell leggings. they have a slightly higher trade price, and "shleggings" is hilarious. - `spectate`: new ``auto-unpause`` option for auto-dismissal of announcement pause events (e.g. sieges). - `spectate`: new ``auto-disengage`` option for auto-disengagement of plugin through player interaction whilst unpaused. - `spectate`: new ``focus-jobs`` option for following a dwarf after their job has finished (when disabled).