make leggings instead of crafts out of shells

they have a greater average trade price, and "shleggings" is hilarious.
develop
myk002 2022-11-16 12:31:24 -08:00
parent f5d100d28c
commit 1cc9a4d832
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
2 changed files with 5 additions and 2 deletions

@ -1004,7 +1004,8 @@
"value" : 2 "value" : 2
} }
], ],
"job" : "MakeCrafts", "item_subtype" : "ITEM_PANTS_LEGGINGS",
"job" : "MakePants",
"material_category" : "material_category" :
[ [
"shell" "shell"

@ -55,7 +55,7 @@ This collection of orders handles basic fort necessities:
- thread/cloth/dye - thread/cloth/dye
- pots/jugs/buckets/mugs - pots/jugs/buckets/mugs
- bags of leather, cloth, silk, and yarn - 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 - mechanisms/cages
- splints/crutches - splints/crutches
- lye/soap - 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. 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. Right after the first migration wave is usually a good time.
Armok's note: shleggings? Yes, `shleggings <https://youtu.be/bLN8cOcTjdo>`__.
:source:`library/furnace <data/orders/furnace.json>` :source:`library/furnace <data/orders/furnace.json>`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~