- v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
- Use this page to report any issues related to the migration.
Difference between revisions of "Still"
m (Changed quality rating from "Fine" to "Exceptional" using the rating script) |
|||
Line 30: | Line 30: | ||
Brewing [[alcohol]] requires an available empty [[barrel]] and something to brew, either a [[Alcohol#Brewable plants|brewable plant]], fruit, or [[honey]]. You may set specific plants and fruits to be used or not used through the Status menu under Kitchen. ({{K|z}}-{{K|k}}) Note that you are unable to set [[honey|Honey Bee honey]] to be brewed or not brewed because making mead is a different task than brewing. | Brewing [[alcohol]] requires an available empty [[barrel]] and something to brew, either a [[Alcohol#Brewable plants|brewable plant]], fruit, or [[honey]]. You may set specific plants and fruits to be used or not used through the Status menu under Kitchen. ({{K|z}}-{{K|k}}) Note that you are unable to set [[honey|Honey Bee honey]] to be brewed or not brewed because making mead is a different task than brewing. | ||
− | Every unit of plant, fruit, or honey brewed at a still produces 5 units of alcohol. A single [[stack]] of plants will be brewed for each task, and the resulting booze will be placed into a single barrel - a stack of ''Plump helmet [5]'' will produce ''Dwarven wine [25]'' and will only occupy a single barrel. Skilled [[grower]]s, who tend to plant [[seed]]s more skillfully and produce larger stacks, can therefore reduce the number of barrels required to store alcohol, which in turn minimizes the required stockpile size. Note, however, that plant stacks of 7 or larger are currently unable to fit into a barrel or pot after brewing due to a [[#Bugs|bug]]. Brewing produces [[seeds]] for plants that can be planted | + | Every unit of plant, fruit, or honey brewed at a still produces 5 units of alcohol. A single [[stack]] of plants will be brewed for each task, and the resulting booze will be placed into a single barrel - a stack of ''Plump helmet [5]'' will produce ''Dwarven wine [25]'' and will only occupy a single barrel. Skilled [[grower]]s, who tend to plant [[seed]]s more skillfully and produce larger stacks, can therefore reduce the number of barrels required to store alcohol, which in turn minimizes the required stockpile size. Note, however, that plant stacks of 7 or larger are currently unable to fit into a barrel or pot after brewing due to a [[#Bugs|bug]]. Brewing produces [[seeds]] for plants that can be planted provided the number of seeds is under the limit of 200 for each species, or 3000 total. This number can be edited in the [[d_init.txt]] file. |
Revision as of 22:52, 28 January 2015
b-w-l | |||||||||||||||||||||
| |||||||||||||||||||||
Job Requirement | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Construction | |||||||||||||||||||||
Materials | Jobs | ||||||||||||||||||||
|
|||||||||||||||||||||
Materials Used | |||||||||||||||||||||
| |||||||||||||||||||||
Goods Created | |||||||||||||||||||||
v50.14 · v0.47.05 This article is about the current version of DF.Note that some content may still need to be updated. |
The still is the source of all home-made alcohol for a fort and is an essential workshop for any fortress. A still also allows dwarves to extract Gnomeblight from Kobold Bulbs into a glass vial. A dwarf must have the brewer labor activated in order to use a still.
The four tasks available at a still are:
- e Extract from Plants
- b Brew drink from plant
- m Brew drink from fruit
- m Make mead
Brewing alcohol requires an available empty barrel and something to brew, either a brewable plant, fruit, or honey. You may set specific plants and fruits to be used or not used through the Status menu under Kitchen. (z-k) Note that you are unable to set Honey Bee honey to be brewed or not brewed because making mead is a different task than brewing.
Every unit of plant, fruit, or honey brewed at a still produces 5 units of alcohol. A single stack of plants will be brewed for each task, and the resulting booze will be placed into a single barrel - a stack of Plump helmet [5] will produce Dwarven wine [25] and will only occupy a single barrel. Skilled growers, who tend to plant seeds more skillfully and produce larger stacks, can therefore reduce the number of barrels required to store alcohol, which in turn minimizes the required stockpile size. Note, however, that plant stacks of 7 or larger are currently unable to fit into a barrel or pot after brewing due to a bug. Brewing produces seeds for plants that can be planted provided the number of seeds is under the limit of 200 for each species, or 3000 total. This number can be edited in the d_init.txt file.
[REACTION:BREW_DRINK_FROM_PLANT]
[NAME:brew drink from plant]
[BUILDING:STILL:HOTKEY_STILL_BREW]
[REAGENT:plant:1:PLANT:NONE:NONE:NONE]
[HAS_MATERIAL_REACTION_PRODUCT:DRINK_MAT]
[UNROTTEN]
[REAGENT:barrel/pot:1:NONE:NONE:NONE:NONE]
[EMPTY]
[FOOD_STORAGE_CONTAINER] barrel or any non-absorbing tool with FOOD_STORAGE
[PRESERVE_REAGENT]
[DOES_NOT_DETERMINE_PRODUCT_AMOUNT]
[PRODUCT:100:5:DRINK:NONE:GET_MATERIAL_FROM_REAGENT:plant:DRINK_MAT]
[PRODUCT_TO_CONTAINER:barrel/pot]
[PRODUCT_DIMENSION:150]
[PRODUCT:100:1:SEEDS:NONE:GET_MATERIAL_FROM_REAGENT:plant:SEED_MAT]
[SKILL:BREWING]
[REACTION:BREW_DRINK_FROM_PLANT_GROWTH]
[NAME:brew drink from fruit]
[BUILDING:STILL:CUSTOM_F]
[REAGENT:plant:1:PLANT_GROWTH:NONE:NONE:NONE]
[HAS_MATERIAL_REACTION_PRODUCT:DRINK_MAT]
[UNROTTEN]
[REAGENT:barrel/pot:1:NONE:NONE:NONE:NONE]
[EMPTY]
[FOOD_STORAGE_CONTAINER] barrel or any non-absorbing tool with FOOD_STORAGE
[PRESERVE_REAGENT]
[DOES_NOT_DETERMINE_PRODUCT_AMOUNT]
[PRODUCT:100:5:DRINK:NONE:GET_MATERIAL_FROM_REAGENT:plant:DRINK_MAT]
[PRODUCT_TO_CONTAINER:barrel/pot]
[PRODUCT_DIMENSION:150]
[PRODUCT:100:1:SEEDS:NONE:GET_MATERIAL_FROM_REAGENT:plant:SEED_MAT]
[SKILL:BREWING]
[REACTION:MAKE_MEAD]
[NAME:make mead]
[BUILDING:STILL:CUSTOM_M]
[REAGENT:honey:150:LIQUID_MISC:NONE:CREATURE_MAT:HONEY_BEE:HONEY]
[UNROTTEN]
[REAGENT:honey container:1:NONE:NONE:NONE:NONE]
[CONTAINS:honey]
[PRESERVE_REAGENT]
[DOES_NOT_DETERMINE_PRODUCT_AMOUNT]
[REAGENT:barrel/pot:1:NONE:NONE:NONE:NONE]
[EMPTY]
[FOOD_STORAGE_CONTAINER] barrel or any non-absorbing tool with FOOD_STORAGE
[PRESERVE_REAGENT]
[DOES_NOT_DETERMINE_PRODUCT_AMOUNT]
[PRODUCT:100:5:DRINK:NONE:GET_MATERIAL_FROM_REAGENT:honey:DRINK_MAT]
[PRODUCT_TO_CONTAINER:barrel/pot]
[PRODUCT_DIMENSION:150]
[SKILL:BREWING]
|
Workshops bo |
Ashery · Bowyer · Carpenter · Crafts · Jeweler · Stoneworker · Mechanic · Metalsmith's forge (Magma) · Screw press · Siege workshop · Soap shop |
---|---|
Clothing and Leather bol | |
Farming bof | |
Furnaces bou | |
Other |