<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nahno</id>
	<title>Dwarf Fortress Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nahno"/>
	<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php/Special:Contributions/Nahno"/>
	<updated>2026-05-04T15:28:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Plant_token&amp;diff=249288</id>
		<title>Plant token</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Plant_token&amp;diff=249288"/>
		<updated>2019-12-18T10:06:20Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Environment Tokens */ WET: Allows -&amp;gt; Restricts. Tweaked paragraph.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine|11:40, 18 May 2015 (UTC)}}&lt;br /&gt;
{{av}} &lt;br /&gt;
The default plants are stored in the plant_standard.txt file, while grasses are stored in plant_grasses.txt.&lt;br /&gt;
&lt;br /&gt;
==Basic Tokens==&lt;br /&gt;
These tokens are specified for all plants and define their most basic characteristics.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NAME}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| The singular form of the plant's name as seen in-game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|NAME_PLURAL}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| The plural form of the plant's name as seen in-game.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ADJ}}&lt;br /&gt;
| &lt;br /&gt;
*adjective&lt;br /&gt;
| The word or phrase used to describe items made from this plant.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ALL_NAMES}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| Sets the NAME, NAME_PLURAL, and ADJ to the specified string.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PREFSTRING}}&lt;br /&gt;
| &lt;br /&gt;
*reason&lt;br /&gt;
| What dwarves can like this object for (e.g. &amp;quot;Urist likes plump helmets for their rounded tops.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MATERIAL}}&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
| Starts defining a new local plant material with the given name and '''no''' properties.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_MATERIAL}}&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
*old_material&lt;br /&gt;
| Starts defining a new local plant material with the given name and using the properties of another local plant material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|USE_MATERIAL_TEMPLATE}}&lt;br /&gt;
| &lt;br /&gt;
*material_name&lt;br /&gt;
*template_name&lt;br /&gt;
| Starts defining a new local plant material with the given name and using the properties of the specified material template.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BASIC_MAT}}&lt;br /&gt;
| &lt;br /&gt;
* [[Material token|material]]&lt;br /&gt;
| Sets the basic material of the plant. According to Toady, you can use other materials (for instance, iron) but the game may hiccup on plants that aren't structurally plants. For crops, said material should have [STRUCTURAL_PLANT_MAT] to permit proper stockpiling. Generally, this should be &amp;quot;LOCAL_PLANT_MAT:material_name&amp;quot;, using a material defined using MATERIAL, USE_MATERIAL, or USE_MATERIAL_TEMPLATE.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Environment Tokens==&lt;br /&gt;
These tokens, also applicable to all plants, specify where the plants grow.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|UNDERGROUND_DEPTH}}&lt;br /&gt;
| &lt;br /&gt;
*minimum&lt;br /&gt;
*maximum&lt;br /&gt;
| Designates the highest and lowest cavern levels that the plant can appear in if its [[biome token|biome]] is subterranean.  Dwarven civilizations will only export (via the embark screen or caravans) things that are available at depth 1. Defaults to 0:0 (surface only).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GOOD}}&lt;br /&gt;
|  &lt;br /&gt;
| Restricts the plant to growing in Good regions. Cannot be combined with [EVIL].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EVIL}}&lt;br /&gt;
|  &lt;br /&gt;
| Restricts the plant to growing in Evil regions. Cannot be combined with [GOOD].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SAVAGE}}&lt;br /&gt;
|  &lt;br /&gt;
| Restricts the plant to growing in Savage regions (regardless of alignment).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|FREQUENCY}}&lt;br /&gt;
| &lt;br /&gt;
*freq (0-100)&lt;br /&gt;
| How frequently this plant is generated in a particular area. Defaults to 50.  Plants with valid [[biome token]]s and [FREQUENCY:0] will not grow in the wild, but will still be available for entity use and farm plots.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|WET}}&lt;br /&gt;
|  &lt;br /&gt;
| Restricts the plant to grow near natural water features. A plant with [WET] may be very common or very rare in an area, depending on how many water features that area has. Note that they will not grow next to dwarf-filled channels, since it explicitly checks if the tile type is &amp;quot;River&amp;quot;, &amp;quot;River Slope&amp;quot;, &amp;quot;River Source&amp;quot;, &amp;quot;Waterfall&amp;quot; (used back in 40d for underground rivers), &amp;quot;Brook&amp;quot;, &amp;quot;Murky Pool&amp;quot;, or &amp;quot;Murky Pool Slope&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DRY}}&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow away from water features.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BIOME}}&lt;br /&gt;
| &lt;br /&gt;
*biome&lt;br /&gt;
| What [[biome token|biome]] this plant appears in.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Growth Tokens==&lt;br /&gt;
These tokens are used for all plants and specify growths growing on a plant.  &lt;br /&gt;
&lt;br /&gt;
Edible or otherwise usable growths should have [STOCKPILE_PLANT_GROWTH] in their [[material definition token|material definitions]] for proper stockpiling.  This also lets them be collected from plant gathering and farming jobs.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GROWTH}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| Defines a plant growth.  Takes the below tokens as arguments.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GROWTH_NAME}}&lt;br /&gt;
|  &lt;br /&gt;
*singular&lt;br /&gt;
*plural (STP for standard plural)&lt;br /&gt;
| The name of a plant growth.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GROWTH_ITEM}}&lt;br /&gt;
|  &lt;br /&gt;
* [[item token]]&lt;br /&gt;
* [[material token]]&lt;br /&gt;
| Specifies what item this growth is and what it is made of.  Generally, the item type should be PLANT_GROWTH:NONE.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GROWTH_HOST_TILE}}&lt;br /&gt;
| &lt;br /&gt;
*plant part&lt;br /&gt;
| Specifies on which part of the plant or tree the growth appears, usually for multi-tile [[tree]]s.  Valid tokens are:&lt;br /&gt;
*TWIGS&lt;br /&gt;
*BRANCHES_AND_TWIGS / LIGHT_BRANCHES_AND_TWIGS&lt;br /&gt;
*BRANCHES / LIGHT_BRANCHES&lt;br /&gt;
*ALL_BRANCHES_AND_TWIGS&lt;br /&gt;
*HEAVY_BRANCHES / DIRECTED_BRANCHES&lt;br /&gt;
*HEAVY_BRANCHES_AND_TRUNK / DIRECTED_BRANCHES_AND_TRUNK&lt;br /&gt;
*TRUNK&lt;br /&gt;
*ROOTS&lt;br /&gt;
*CAP&lt;br /&gt;
*SAPLING&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GROWTH_TRUNK_HEIGHT_PERC}}&lt;br /&gt;
|  &lt;br /&gt;
*integer:integer&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GROWTH_DENSITY}}&lt;br /&gt;
|  &lt;br /&gt;
*integer&lt;br /&gt;
| Currently has no effect.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GROWTH_TIMING}}&lt;br /&gt;
|  &lt;br /&gt;
*[[time]] ticks (0-403200)&lt;br /&gt;
| Specifies at which part of the year the growth appears.  Default is all year round.&lt;br /&gt;
&lt;br /&gt;
A single growth can only have one GROWTH_TIMING tag. If multiple are declared, the last one will be used. To make a growth appear multiple times during the year, you need to create a different growth for every GROWTH_TIMING interval. By using the same material for all of the duplicate growths, all of them will be stockpiled together and be eligible for the same reactions. Edible/brewable growths will have separate entries in the kitchen menu, though.&lt;br /&gt;
&lt;br /&gt;
There is no known way to declare a growth timing that lasts from winter into spring. Including numbers below 0 or above 403200 in the range will make the growth available at all times, as though you hadn't defined a growth timing at all. So will including a range for which the start time is later than the end time.&lt;br /&gt;
&lt;br /&gt;
This has no effect on farmed growths; all eligible growths that have [STOCKPILE_PLANT_GROWTH] in their materials will be harvested, regardless of if they are currently within their growth timing or not.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GROWTH_PRINT}}&lt;br /&gt;
|  &lt;br /&gt;
*overworld tile&lt;br /&gt;
*item tile&lt;br /&gt;
*color&lt;br /&gt;
*timing (0-403200), ALL or NONE&lt;br /&gt;
*priority&lt;br /&gt;
| Specifies the appearance of the growth.  Can be specified more than once, for example for autumn leaves. Transitions between different timing periods will happen gradually over the course of 2000 ticks.&lt;br /&gt;
&lt;br /&gt;
The GROWTH_PRINT tile will only be displayed when the growth in question is actually present, even if its timing parameter is ALL.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GROWTH_HAS_SEED}}&lt;br /&gt;
|  &lt;br /&gt;
| The growth drops a seed if eaten raw.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GROWTH_DROPS_OFF}}&lt;br /&gt;
|  &lt;br /&gt;
| Growths drop from the plant, producing a cloud of items which fall on the ground, which [[herbalist]]s can collect.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GROWTH_DROPS_OFF_NO_CLOUD}}&lt;br /&gt;
|  &lt;br /&gt;
| Growths drop collectable items from the plant without producing item clouds.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tree Tokens==&lt;br /&gt;
These tokens are used only for trees.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TREE}}&lt;br /&gt;
| &lt;br /&gt;
* [[Material token|material]] or NONE&lt;br /&gt;
| Makes the plant into a [[tree]]. Cutting down the tree will yield logs made of this material.  Setting the material to NONE will give no wood from this tree.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRUNK_NAME}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| What the trunk of the tree is named.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAX_TRUNK_HEIGHT}}&lt;br /&gt;
| &lt;br /&gt;
*1-8&lt;br /&gt;
| The maximum z-level height of a mature tree's trunk, starting from about two z-levels above ground and going up.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MAX_TRUNK_DIAMETER}}&lt;br /&gt;
| &lt;br /&gt;
*1-3&lt;br /&gt;
| Upper limit of trunk thickness, in tiles. Counted separately for all branching trunks. Has a geometric effect on log yield.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRUNK_PERIOD}}&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| The number of years the trunk takes to grow one Z-level upward.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRUNK_WIDTH_PERIOD}}&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| The number of years the trunk takes to grow another tile wider.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|LIGHT_BRANCHES_NAME}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| What thin branches of the tree are named.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BRANCH_DENSITY}} / {{text anchor|LIGHT_BRANCHES_DENSITY}}&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| How dense the branches grow on this tree. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|BRANCH_RADIUS}} / {{text anchor|LIGHT_BRANCH_RADIUS}} &lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| The radius to which branches can reach.  Appears to never reach further than seven tiles from the centre.  Does not depend on the trunk branching amount or where trunks are. The values used in the game go from 0-3. Higher values than that can cause crashes. {{bug|10419}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HEAVY_BRANCHES_NAME}} / {{text anchor|DIRECTED_BRANCHES_NAME}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| What thick branches of the tree are named.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HEAVY_BRANCH_DENSITY}} / {{text anchor|DIRECTED_BRANCH_DENSITY}}&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| Similar to [[Plant_token#BRANCH_DENSITY|BRANCH_DENSITY]] for thick branches. Values outside 0-3 can cause crashes. {{bug|10419}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|HEAVY_BRANCH_RADIUS}} / {{text anchor|DIRECTED_BRANCH_RADIUS}}&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| Similar as [[Plant_token#BRANCH_RADIUS|BRANCH_DENSITY]] for thick branches.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TRUNK_BRANCHING}}&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| How much the trunk branches out.  0 makes the trunk straight.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ROOT_NAME}} / {{text anchor|ROOTS_NAME}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| What the roots of the tree are named.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ROOT_DENSITY}}&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| Density of the root growth.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ROOT_RADIUS}}&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| How wide the roots reach out.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TWIGS_NAME}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| What the twigs of the tree are named.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TWIGS_SIDE_BRANCHES}}&lt;br /&gt;
| &lt;br /&gt;
*boolean (0 or 1)&lt;br /&gt;
| Twigs appear on the side of branches.  Defaults to 1.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TWIGS_ABOVE_BRANCHES}}&lt;br /&gt;
| &lt;br /&gt;
*boolean (0 or 1)&lt;br /&gt;
| Twigs appear above branches.  Defaults to 1.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TWIGS_BELOW_BRANCHES}}&lt;br /&gt;
| &lt;br /&gt;
*boolean (0 or 1)&lt;br /&gt;
| Twigs appear below branches.  Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TWIGS_SIDE_HEAVY_BRANCHES}}&lt;br /&gt;
| &lt;br /&gt;
*boolean (0 or 1)&lt;br /&gt;
| Twigs appear on the side of heavy branches.  Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TWIGS_ABOVE_HEAVY_BRANCHES}}&lt;br /&gt;
| &lt;br /&gt;
*boolean (0 or 1)&lt;br /&gt;
| Twigs appear above heavy branches.  Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TWIGS_BELOW_HEAVY_BRANCHES}}&lt;br /&gt;
| &lt;br /&gt;
*boolean (0 or 1)&lt;br /&gt;
| Twigs appear below heavy branches.  Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TWIGS_SIDE_TRUNK}}&lt;br /&gt;
| &lt;br /&gt;
*boolean (0 or 1)&lt;br /&gt;
| Twigs appear on the side of the trunk.  Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TWIGS_ABOVE_TRUNK}}&lt;br /&gt;
| &lt;br /&gt;
*boolean (0 or 1)&lt;br /&gt;
| Twigs appear above the trunk.  Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TWIGS_BELOW_TRUNK}}&lt;br /&gt;
| &lt;br /&gt;
*boolean (0 or 1)&lt;br /&gt;
| Twigs appear below the trunk.  Defaults to 0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TREE_HAS_MUSHROOM_CAP}}&lt;br /&gt;
| &lt;br /&gt;
| The tree has a rounded cap-hood like a giant mushroom. This severely stunts a tree's maximum height - see the [http://www.bay12games.com/dwarves/mantisbt/view.php?id=7313#c26413 bug report.] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CAP_NAME}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
| What this mushroom-cap is called.  Only makes sense with TREE_HAS_MUSHROOM_CAP.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CAP_PERIOD}}&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| Similar to the other PERIOD tags, influences the rate of the mushroom cap growth.  Only makes sense with TREE_HAS_MUSHROOM_CAP.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CAP_RADIUS}}&lt;br /&gt;
| &lt;br /&gt;
*integer&lt;br /&gt;
| The radius of a mushroom cap.  Only makes sense with TREE_HAS_MUSHROOM_CAP.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|STANDARD_TILE_NAMES}}&lt;br /&gt;
| &lt;br /&gt;
| Uses the standard names for the tree components (roots, trunk, branches, etc.)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TREE_TILE}}&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used for trees of this type on the world map. Defaults to 24 (↑).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEAD_TREE_TILE}}&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used for (un)dead trees and deciduous trees (generally in winter) of this type.  Defaults to 198 (╞).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SAPLING_TILE}}&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used for saplings of this tree. Defaults to 231 (τ).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEAD_SAPLING_TILE}}&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used for dead saplings of this tree. Defaults to 231 (τ).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TREE_COLOR}}&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The [[color]] of the tree on the map. Defaults to 2:0:0 (dark green).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEAD_TREE_COLOR}}&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The [[color]] of the tree on the map when (un)dead. Defaults to 0:0:1 (dark gray).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SAPLING_COLOR}}&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The [[color]] of saplings of this tree. Defaults to 2:0:0 (dark green).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEAD_SAPLING_COLOR}}&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The [[color]] of dead saplings of this tree. Defaults to 0:0:1 (dark gray).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SAPLING_DROWN_LEVEL}}&lt;br /&gt;
| &lt;br /&gt;
*depth&lt;br /&gt;
| The sapling of this tree will drown once the water on its tile reaches this level. Defaults to 4.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|TREE_DROWN_LEVEL}}&lt;br /&gt;
| &lt;br /&gt;
*depth&lt;br /&gt;
| The water depth at which this tree will drown. Exact behavior is unknown. Defaults to 7.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SAPLING}}&lt;br /&gt;
|  &lt;br /&gt;
| Makes young versions of the tree be called &amp;quot;[tree name] sapling&amp;quot;; otherwise, they are called &amp;quot;young [tree name]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Shrub Tokens==&lt;br /&gt;
These tokens are used for non-grass, non-tree plants.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SPRING}}, {{text anchor|SUMMER}}, {{text anchor|AUTUMN}}, {{text anchor|WINTER}}&lt;br /&gt;
|  &lt;br /&gt;
| Allows the plant to grow in farm plots during the given season.&lt;br /&gt;
&lt;br /&gt;
If the plant is a surface plant, allows it to grow in the wild during this season; wild surface plants without this token will disappear at the beginning of the season. Underground plants grow wild in all seasons, regardless of their season tokens.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GROWDUR}}&lt;br /&gt;
| &lt;br /&gt;
*time&lt;br /&gt;
| How long the plant takes to grow to harvest in a farm plot. Unit hundreds of ticks, See [[Time]]. There are 1008 GROWDUR units in a season. Defaults to 300.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|VALUE}}&lt;br /&gt;
| &lt;br /&gt;
*value&lt;br /&gt;
| Has no known effect. Previously set the value of the harvested plant.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PICKED_TILE}}&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used when the plant is harvested whole, or is ready to be picked from a farm plot. May either be a cp437 tile number, or a character between single quotes. See [[Main:character table|character table]]. Defaults to 231 (τ).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEAD_PICKED_TILE}}&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used when a plant harvested whole has wilted. Defaults to 169 (⌐).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SHRUB_TILE}}&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used to represent this plant when it is wild, alive, and has no growths. Defaults to 34 (&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEAD_SHRUB_TILE}}&lt;br /&gt;
| &lt;br /&gt;
*tile&lt;br /&gt;
| The tile used to represent this plant when it is dead in the wild. Defaults to 34 (&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|CLUSTERSIZE}}&lt;br /&gt;
| &lt;br /&gt;
*size&lt;br /&gt;
| The maximum stack size collected when gathered via herbalism (possibly also from farm plots?). Defaults to 5.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|PICKED_COLOR}}&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The color of the plant when it has been picked whole, or when it is ready for harvest in a farm plot. Defaults to 2:0:0 (dark green).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEAD_PICKED_COLOR}}&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The [[color]] of the plant when it has been picked whole, but has wilted. Defaults to 0:0:1 (dark gray).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SHRUB_COLOR}}&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
| The [[color]] of the plant when it is alive, wild, and has no growths. Defaults to 2:0:0 (dark green).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DEAD_SHRUB_COLOR}}&lt;br /&gt;
| &lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
|The [[color]] of the plant when it is dead in the wild. Defaults to 6:0:0 (brown).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SHRUB_DROWN_LEVEL}}&lt;br /&gt;
| &lt;br /&gt;
*depth&lt;br /&gt;
| The shrub will drown once the water on its tile reaches this level. Defaults to 4.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|DRINK}}&lt;br /&gt;
| &lt;br /&gt;
* [[Material token|material]]&lt;br /&gt;
| Names a [[alcohol|drink]] made from the plant, allowing it to be used in entity resources.  Previously also permitted brewing the plant into [[alcohol]] made of this material.  Now, a MATERIAL_REACTION_PRODUCT of type DRINK_MAT should be used on the proper plant material.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|MILL}}&lt;br /&gt;
| &lt;br /&gt;
* [[Material token|material]]&lt;br /&gt;
| Permits milling the plant at a [[quern]] or [[millstone]] into a powder made of this material and allows its use in entity resources. Said material should have [POWDER_MISC_PLANT] to permit proper stockpiling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|THREAD}}&lt;br /&gt;
| &lt;br /&gt;
* [[Material token|material]]&lt;br /&gt;
| Permits processing the plant at a [[farmer's workshop]] to yield threads made of this material and allows its use in entity resources. Said material should have [THREAD_PLANT] to permit proper stockpiling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|SEED}}&lt;br /&gt;
| &lt;br /&gt;
*name&lt;br /&gt;
*name_plural&lt;br /&gt;
*foreground&lt;br /&gt;
*background&lt;br /&gt;
*bright&lt;br /&gt;
*[[Material token|material]]&lt;br /&gt;
| Causes the plant to yield plantable seeds made of this material and having these properties. Said material should have [SEED_MAT] to permit proper stockpiling.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EXTRACT_STILL_VIAL}}&lt;br /&gt;
| &lt;br /&gt;
* [[Material token|material]]&lt;br /&gt;
| Permits processing the plant into a [[vial]] at a [[still]] to yield extract made of this material. Said material should have [EXTRACT_STORAGE:FLASK].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EXTRACT_VIAL}}&lt;br /&gt;
| &lt;br /&gt;
*[[Material token|material]]&lt;br /&gt;
| Permits processing the plant into a [[vial]] at a [[farmer's workshop]] to yield extract made of this material. Said material should have [EXTRACT_STORAGE:FLASK].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|EXTRACT_BARREL}}&lt;br /&gt;
| &lt;br /&gt;
* [[Material token|material]]&lt;br /&gt;
| Permits processing the plant into a [[barrel]] at a [[farmer's workshop]] to yield extract made of this material. Said material should have [EXTRACT_STORAGE:BARREL].&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Grass Tokens==&lt;br /&gt;
These tokens are used only for [[grass]]es.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style='background-color:#ddd'&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Token&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Arguments&lt;br /&gt;
! width=&amp;quot;60%&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GRASS}}&lt;br /&gt;
| &lt;br /&gt;
| Makes the plant behave as a type of grass. This allows animals to graze on it, and prevents it and its growths from being picked by herbalists. (Grass growths can still be picked in adventure mode, however.)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GRASS_TILES}}&lt;br /&gt;
|&lt;br /&gt;
*tile&lt;br /&gt;
*tile&lt;br /&gt;
*tile&lt;br /&gt;
*tile&lt;br /&gt;
| Specifies the 4 tiles used to represent grass of this type. If VARIED_GROUND_TILES is disabled in d_init.txt, these are seemingly ignored. Defaults to 46:44:96:39 (.,`').&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ALT_PERIOD}}&lt;br /&gt;
|&lt;br /&gt;
*period&lt;br /&gt;
*offset&lt;br /&gt;
| How often the grass switches between its main tiles and alternate tiles. The &amp;quot;period&amp;quot; value determines how quickly (in frames) the grass animates, and the &amp;quot;offset&amp;quot; value specifies how much of that time is spent displaying the alternate tiles.  If the &amp;quot;offset&amp;quot; value is greater than or equal to the &amp;quot;period&amp;quot; value, the grass will only display using the alternate tiles.{{verify}} Defaults to 0:0.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|ALT_GRASS_TILES}}&lt;br /&gt;
|&lt;br /&gt;
*tile&lt;br /&gt;
*tile&lt;br /&gt;
*tile&lt;br /&gt;
*tile&lt;br /&gt;
| When used with ALT_PERIOD, specifies the 4 alternate tiles used to represent grass of this type. Defaults to 46:44:96:39 (.,`'). Dead grass does not animate.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|GRASS_COLORS}}&lt;br /&gt;
|&lt;br /&gt;
*color 1 (fore:back:bright)&lt;br /&gt;
*color 2 (fore:back:bright)&lt;br /&gt;
*dry color (fore:back:bright)&lt;br /&gt;
*dead color (fore:back:bright)&lt;br /&gt;
| Specifies the color of this grass. Defaults to 2:0:1:2:0:0:6:0:1:6:0:0 (light green, dark green, yellow, brown).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Category|Modding}}&lt;br /&gt;
{{Category|Tokens}}&lt;br /&gt;
[[ru:Plant token]]&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Freezing&amp;diff=249283</id>
		<title>Freezing</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Freezing&amp;diff=249283"/>
		<updated>2019-12-18T09:55:15Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Settling */ &amp;quot;not have ever been&amp;quot; -&amp;gt; &amp;quot;never have been&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional|02:03, 29 April 2013 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
[[Water]] in Dwarf Fortress can '''freeze''' to become [[ice]] if the temperature is low enough and the water is exposed to the air. The tile must be tagged as 'Above Ground' in order for the temperature to get low enough, as all 'Subterranean' tiles remain at a consistent [[temperature]] of {{ct|10015}}.  However, inside glaciers even 'Subterranean' tiles appear to be cold enough to freeze water.&lt;br /&gt;
&lt;br /&gt;
Water at level 1/7 freezes to become an ice floor.&lt;br /&gt;
Water at level 2/7 or greater freezes to become an ice wall. Any ice wall will return 7/7 water when melted, or can be mined for 1 boulder of ice.&lt;br /&gt;
&lt;br /&gt;
This may be useful if embarking on a location with limited water and seasonal freezing, as if collecting the spring melt-water.  One could expand a lake to 3.5 times the original size (if 7/7 full) so it levels to 2/7, let it freeze then thaw, then drain the expansion to a deeper cistern. If the water in the original lake is preserved at 7/7, the process may be repeated each year.&lt;br /&gt;
&lt;br /&gt;
=== Creature effects ===&lt;br /&gt;
&lt;br /&gt;
Creatures on a water tile that freezes into an ice wall are instantly killed. Dwarves die with the message &amp;quot;&amp;lt;dwarf name&amp;gt; has been encased in ice&amp;quot;. The ice wall must be melted or mined in order to regain the items/corpses. Note that due to a bug items that are in walls that melt will still be there, but will be invisible and unviewable except through the stocks screen. These items can be recovered if the tile ever becomes accessible again (through mining after the tile refreezes or by draining the water).&lt;br /&gt;
&lt;br /&gt;
=== Building effects ===&lt;br /&gt;
&lt;br /&gt;
Floor hatches will disassemble if covered by an ice wall.  The hatches and any associated mechanisms survive the process, but will wash away once the ice melts.&lt;br /&gt;
&lt;br /&gt;
=== Melting ===&lt;br /&gt;
Ice can melt when the temperature rises as part of the natural cycle of seasons. Some biomes may be frozen all year round and others may never freeze. Ice can also be melted by proximity to [[magma]].  An ice tile with magma above or beneath it, or within 2 tiles on the same z-level, will cause the ice to melt (or will prevent water freezing in the first place).&lt;br /&gt;
&lt;br /&gt;
== Climate ==&lt;br /&gt;
Freezing [[climate]]s are the coldest, and water on them is typically in permafrost. Choosing to embark in one poses an interesting challenge and offers opportunities for substantial amounts of [[losing|fun]].&lt;br /&gt;
&lt;br /&gt;
=== Settling ===&lt;br /&gt;
One of the first challenges presented by a freezing climate is the lack of [[water]] in any conveniently drinkable form. Along with trees, water may be the hardest resource to obtain. The ice chunks left behind while digging through ice cannot be melted into drinking water. There are several ways to approach a freezing area. One of them is embarking with a [[volcano]] in site, utilizing the natural obsidian surrounding it to create [[magma-safe]] floodgates and mechanisms to effectively melt ice. Another is to penetrate to the cavern levels, which may have water in liquid form. Note that [[ice]] can be used to create buildings and workshops, which may be melted by [[magma]] or other heat sources, and constructions, which will never melt. Underground water will not freeze, but a well using it must never have been exposed to the sky - simply building a roof over it will not suffice. &lt;br /&gt;
&lt;br /&gt;
Remember that staying outside too long can cause your livestock and dwarves to die from exposure if the temperature is low enough, although clothes and armour may help to stave it off.&lt;br /&gt;
&lt;br /&gt;
=== Cautions ===&lt;br /&gt;
While channeling ice and magma, supervise your miners to ensure they are not encased in cooling magma or freezing ice.&lt;br /&gt;
&lt;br /&gt;
{{Translation| dwarven = gishdist | elvish = thetifì | goblin = gam | human = opoc}}&lt;br /&gt;
&lt;br /&gt;
{{Category|World}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=DF2014_Talk:Age&amp;diff=249282</id>
		<title>DF2014 Talk:Age</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=DF2014_Talk:Age&amp;diff=249282"/>
		<updated>2019-12-18T09:51:29Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Should gameplay articles include implemetation details?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Implementation detail ==&lt;br /&gt;
&lt;br /&gt;
It is not clear to me that &amp;quot;In data structures, the number -1 is explicitly used to denote a lack of meaningful value - an event which happens in the year -1 happened &amp;quot;before time began&amp;quot;, and a death year of -1 just means it hasn't died yet.&amp;quot; belongs in this article. It could be relevant for modding, though? --[[User:Nahno|Nahno]] ([[User talk:Nahno|talk]]) 09:50, 18 December 2019 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Age&amp;diff=249281</id>
		<title>Age</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Age&amp;diff=249281"/>
		<updated>2019-12-18T09:48:56Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Undo revision 249214 by Severedicks (talk) Implementation detail, not gameplay effect.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional|04:24, 17 May 2015 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
:''This article is about [[creature]] age. For world generation &amp;quot;ages&amp;quot;, see [[Calendar#Ages]].''&lt;br /&gt;
&lt;br /&gt;
'''Age''' is a [[creature]] attribute describing how long the creature has been alive, including creatures born before the beginning of time in terms of [[world generation]] (year zero). Age determines the life stage of creatures and, until it is fully grown, is the most important element of the creature's body [[size]]. All creatures have an age associated with them, but in fortress mode only your own [[dwarf|dwarves]] will have observable ages in the [[thoughts and preferences]] screen. The age of a creature is probably a floating value (to account for growth throughout the year), but is displayed in the game as an integer that is ticked up every time it reaches a birthday.&lt;br /&gt;
&lt;br /&gt;
== Effects ==&lt;br /&gt;
The age of a creature has an important effect on its overall [[size]] and maturity. The starkest example of this in the game is the case of the [[dragon]], which is born 6,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; in size (and technically an adult) then takes a thousand years to reach its full size of 25,000,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;. However, the vast majority of the non-sapient creatures your dwarves encounter take one year to mature to adulthood and two years to reach full size; [[elephant]]s and [[giraffe]]s are notable exceptions, as their young take ten years to mature (though they reach full size in only 5 years). Upon reaching adulthood, non-sapient creatures can [[breeding|reproduce]], be [[trained]], [[milk]]ed, [[shearable|sheared]], revert to [[tame|wild]] status, and various other effects. &lt;br /&gt;
&lt;br /&gt;
The life cycle of [[dwarves]] is slightly more complicated: juveniles ages zero to one are considered babies, and must be carried about by their mothers; between the ages of one to twelve they are considered [[children]], and can perform some limited tasks; and once they reach 12 years of age, they are considered adults. The process is the same for other [[creature#civilized|civilized]] races, the original [[animal people]], and the humanoid [[semi-megabeast]]s. &lt;br /&gt;
&lt;br /&gt;
Another aspect that is controlled by age is lifespan. Most organic creatures will eventually die of old age (including fortuitous fortress dwarves), usually within a range of 1-100 years. [[Savage|Giant]] versions of animals inherit their normally-sized brethrens' lifespans, while [[animal people]] usually have somewhat longer lifespans than their representative creatures. A few species, such as [[elf|elves]], [[goblin]]s, and some unintelligent and unnatural creatures, will live until killed. [[Megabeast]]s, the [[undead]], [[night creature]]s, and the procedurally generated [[forgotten beast]]s and [[titan]]s are similarly immortal. Immigrants may sometimes show up with incorrect ages (future birthdates) {{Bug|3945}} or incorrect life stages (4 month old children) {{Bug|3752}}.  This normally does not cause a problem, and life stages get rechecked every birthday. Note that only an intelligent civilized creature vulnerable to death by expiration, will seek [[necromancer|necromancy]], which means goblins and elves never become practitioners of the dark arts.&lt;br /&gt;
&lt;br /&gt;
Age does not interfere with a creature's physical or mental [[skill]]s, attributes or behavior; a 150 year old dwarf is as capable as a 12 year old one.&lt;br /&gt;
&lt;br /&gt;
The game decides if a creature will die of old age at the beginning of every new year, on the 1st of Granite. In longer-running fortresses, several animals and livestock with short life spans could die at the same time.&lt;br /&gt;
&lt;br /&gt;
== Sample list of age characteristics ==&lt;br /&gt;
{| width=100% class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Name&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Age of Adulthood&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Age of Full Size&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Minimum Age of Death&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Maximum Age of Death&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Ant]]&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Bat]]&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
| 2&lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Antman]]&lt;br /&gt;
| 0&lt;br /&gt;
| 2&lt;br /&gt;
| 5&lt;br /&gt;
| 8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Dog]]&lt;br /&gt;
| 1&lt;br /&gt;
| 2&lt;br /&gt;
| 10&lt;br /&gt;
| 20&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Lion]]&lt;br /&gt;
| 3&lt;br /&gt;
| 2&lt;br /&gt;
| 10&lt;br /&gt;
| 20&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Unicorn]]&lt;br /&gt;
| 1&lt;br /&gt;
| 2&lt;br /&gt;
| 10&lt;br /&gt;
| 20&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Elephant seal]]&lt;br /&gt;
| 1&lt;br /&gt;
| 5&lt;br /&gt;
| 15&lt;br /&gt;
| 25&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Sponge]]&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
| 20&lt;br /&gt;
| 30&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Carp]]&lt;br /&gt;
| 1&lt;br /&gt;
| 5&lt;br /&gt;
| 20&lt;br /&gt;
| 30&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Ogre]]&lt;br /&gt;
| 10&lt;br /&gt;
| 20&lt;br /&gt;
| 20&lt;br /&gt;
| 30&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Elephant]]&lt;br /&gt;
| 10&lt;br /&gt;
| 5&lt;br /&gt;
| 50&lt;br /&gt;
| 70&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Serpent man]]&lt;br /&gt;
| 12&lt;br /&gt;
| 12&lt;br /&gt;
| 60&lt;br /&gt;
| 80&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Sperm whale]]&lt;br /&gt;
| 1&lt;br /&gt;
| 10 &lt;br /&gt;
| 70&lt;br /&gt;
| 80&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Human]]&lt;br /&gt;
| 12&lt;br /&gt;
| 12&lt;br /&gt;
| 60&lt;br /&gt;
| 120&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Sea serpent]]&lt;br /&gt;
| 6&lt;br /&gt;
| 20&lt;br /&gt;
| 150&lt;br /&gt;
| 170&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Dwarf]]&lt;br /&gt;
| 12&lt;br /&gt;
| 12&lt;br /&gt;
| 150&lt;br /&gt;
| 170&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Kobold]]&lt;br /&gt;
| 12&lt;br /&gt;
| 12&lt;br /&gt;
| 150&lt;br /&gt;
| 170&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Troll]]&lt;br /&gt;
| 10&lt;br /&gt;
| 20&lt;br /&gt;
| 800&lt;br /&gt;
| 1,000&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Elf]]&lt;br /&gt;
| 12&lt;br /&gt;
| 12&lt;br /&gt;
| &amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;99999&amp;lt;/span&amp;gt;&amp;amp;mdash;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;99999&amp;lt;/span&amp;gt;Immortal&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Goblin]]&lt;br /&gt;
| 12&lt;br /&gt;
| 12&lt;br /&gt;
| &amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;99999&amp;lt;/span&amp;gt;&amp;amp;mdash;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;99999&amp;lt;/span&amp;gt;Immortal&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Dragon]]&lt;br /&gt;
| 0&lt;br /&gt;
| 1,000&lt;br /&gt;
| &amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;99999&amp;lt;/span&amp;gt;&amp;amp;mdash;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;99999&amp;lt;/span&amp;gt;Immortal&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Minotaur]]&lt;br /&gt;
| 12&lt;br /&gt;
| 12&lt;br /&gt;
| &amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;99999&amp;lt;/span&amp;gt;&amp;amp;mdash;&lt;br /&gt;
| &amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;99999&amp;lt;/span&amp;gt;Immortal&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Mechanics ==&lt;br /&gt;
The mechanics of aging are defined by [[creature token]]s within creatures' [[raw file]]s, and can easily be modified by those looking to make changes to their game.&lt;br /&gt;
*{{tt|[CHILD:#]}}: Age at which children become adults. Set to 1 for most creatures, up to 10 for a few ([[giraffe]], [[elephant]]), and is set to 12 for most sapient creatures.&lt;br /&gt;
*{{tt|[BABY:#]}}: For sapient creatures, age at which babies become [[children]]. Always set to 1.&lt;br /&gt;
*{{tt|[BODY_SIZE:#:#:#]}}: Controls the body size of the creature, typically two or more are used to constrain its growth pattern. The first number is age in years; the second additional age in days. The third number is its size in cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;. The body size points are independent of the age of adulthood for the animal: many animals are adults in one year, but take two years to reach their full size, for instance.&lt;br /&gt;
*{{tt|[MAXAGE:#:#]}}: The first number given is the minimum natural lifespan of a creature, while the second is the maximum. The distribution of deaths from natural causes in between the two values is unknown, but likely linear; the moment of death-by-old-age of a creature is stored from birth. If this tag is not present at all, the creature is biologically immortal.&lt;br /&gt;
&lt;br /&gt;
{{Translation&lt;br /&gt;
| dwarven = anam&lt;br /&gt;
| elvish  = eyo&lt;br /&gt;
| goblin  = abo&lt;br /&gt;
| human   = thad&lt;br /&gt;
}}&lt;br /&gt;
{{Category|Game mechanics}}&lt;br /&gt;
[[ru:Age]]&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Construction&amp;diff=249280</id>
		<title>Construction</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Construction&amp;diff=249280"/>
		<updated>2019-12-18T09:38:24Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Impact on framerate */ Numbered list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior|21:48, 28 August 2014 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Further information|Mega construction}}&lt;br /&gt;
&lt;br /&gt;
'''Constructions''' are buildings such as [[floor]]s, [[wall]]s, and [[stairs]]. They can be made of [[boulder]]s, [[log]]s, [[block]]s, and [[bar]]s of any solid material—including [[wood]], [[stone]], [[metal]], [[glass]], [[clay]], and even [[soap]]—and are accessible in the {{k|b}}uild-{{k|C}}onstruction menu. One exception is the [[Minecart|track stop]], found in the construction submenu even though it is a regular [[building]].&lt;br /&gt;
&lt;br /&gt;
Unlike most objects accessed from the {{k|b}}uild menu, constructions are treated as inert terrain features when completed, with a few limitations as described below.  Additionally, constructions can only be interacted with by loo{{k|k}}-ing at them or by pressing {{k|d}}-{{k|n}} to designate their removal. Using the {{k|q}}uery or {{k|t}}ask selection will give no information after the construction is completed, but will allow [[removal]], suspension, and an idea of the current status before the construction is complete.&lt;br /&gt;
&lt;br /&gt;
== Required labors ==&lt;br /&gt;
&lt;br /&gt;
In order to make a construction, a dwarf must have the &amp;quot;Wall/Floor Construction&amp;quot; [[labor]] enabled, found under the &amp;quot;Other Jobs&amp;quot; heading.&lt;br /&gt;
&lt;br /&gt;
The [[construction removal]] labor is required for removing constructions.&lt;br /&gt;
&lt;br /&gt;
No experience is granted when building or removing constructions.&lt;br /&gt;
&lt;br /&gt;
== Constructions and mines ==&lt;br /&gt;
&lt;br /&gt;
Constructions are similar to [[Mining|mined out formations]]. However, unlike the [[wall]]s and [[floor]]s surrounding [[Mining|mined]] or [[channel]]ed spaces, constructed features cannot be smoothed, engraved, or carved into minecart tracks. In order to construct [[smoothing|smooth]] stone [[wall]]s and [[floor]]s, [[block]]s need to be used in place of raw [[stone]]. [[Wood]], [[metal]], and [[glass]] constructions are not considered either rough or smooth, but in the case of wood, building with [[block]]s will increase room value - [[metal]] [[bar]]s have the same value as metal blocks and are thus interchangeable (though blocks may be preferred to simplify resource tracking), and glass can ''only'' be used in block form.&lt;br /&gt;
&lt;br /&gt;
== Order of construction ==&lt;br /&gt;
&lt;br /&gt;
Constructions are built in a Last-In-First-Out (LIFO) order. That means that whichever constructions are ordered first will be built last. Also, if there is a large group of constructions being built, and a new set of constructions is ordered, the constructions in progress will be ignored until the new constructions are finished. &lt;br /&gt;
&lt;br /&gt;
Respecting the LIFO order is also necessary to efficiently and correctly construct [[Tower (project)|multi-z-level walls]].&lt;br /&gt;
&lt;br /&gt;
==Destruction==&lt;br /&gt;
Constructions which have not yet been completed are technically Buildings, which permits them to be toppled by building destroyers. Once they are completed, they become map tiles, which are effectively indestructible. Constructions are generally inert, resisting [[building destroyer]]s, but will be destroyed if [[magma]] and [[water]] can interact in the square of the construction to form [[obsidian]], or in a [[cave-in]].  Building and removing a construction can change the floor it is built upon to a default value, removing things like [[engraving]]s and the &amp;quot;magma flow&amp;quot; floor above [[semi-molten rock]].&lt;br /&gt;
&lt;br /&gt;
==Impact on framerate==&lt;br /&gt;
Constructions introduce slowdowns from two angles:&lt;br /&gt;
# It has to keep track of the original item (though there is a DFHack plugin which will delete the item and flag the construction as &amp;quot;recreate the item from scratch when you deconstruct it&amp;quot;), which means that general item lookups take slightly longer (it's done via binary search, so you'd only notice significant slowdowns each time the item count in your fortress doubles).&lt;br /&gt;
# It has to keep track of what the construction is made of, using a separate structure that needs to be looked up for each constructed tile that is visible on the screen. These also use binary searches, though with three values (X+Y+Z coordinates) instead of just one so they're a little bit slower. Typically, you only get noticeable slowdowns when you're building something on the scale of Flarechannel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Category|Constructions| }}&lt;br /&gt;
[[ru:Construction]]&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=User_talk:Therahedwig&amp;diff=249279</id>
		<title>User talk:Therahedwig</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=User_talk:Therahedwig&amp;diff=249279"/>
		<updated>2019-12-18T09:33:50Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Question about sentence&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Test ==&lt;br /&gt;
&lt;br /&gt;
Hi! Just testing whether this triggers an email; feel free to delete. &amp;amp;mdash;[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 22:45, 11 December 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== On literary forms ==&lt;br /&gt;
&lt;br /&gt;
Hello Therahedwig. Thank you for your contributions. &lt;br /&gt;
&lt;br /&gt;
I don't understand the meaning of the sentence &amp;quot;All forms have been found, but currently the precise mechanics behind learning knowledge or receiving a change in values from them is still unclear.&amp;quot; &lt;br /&gt;
Would it be possible to specify what forms having been found, learning of knowledge, and receiving changes in values mean? --[[User:Nahno|Nahno]] ([[User talk:Nahno|talk]]) 09:33, 18 December 2019 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Trading&amp;diff=249278</id>
		<title>Trading</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Trading&amp;diff=249278"/>
		<updated>2019-12-18T09:31:33Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Destruction */ Numbered list. Punctuation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional|20:10, 22 February 2017 (UTC)}}&lt;br /&gt;
{{buggy}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Trading''' in ''Dwarf Fortress'' first occurs in the first [[Calendar|autumn]] after establishing your fortress, with the arrival of the [[dwarf|dwarven]] [[Trading#Caravans|caravan]]. Trading is a good way to acquire resources that aren't readily available in the local area. It also allows for more freedom in selecting starting gear and skills at [[embark]], since neglected items can be obtained through trade later.&lt;br /&gt;
&lt;br /&gt;
'''Trader''' is the term used at your [[trade depot]] to refer to your fortress representative when dealing with merchants in a visiting caravan ({{key|r}} - &amp;quot;''Trader requested at Depot&amp;quot;'').  As a [[profession]], the term applies to visiting merchants and dwarves whose highest [[skill]] is [[Appraiser]].&lt;br /&gt;
&lt;br /&gt;
== Trade depot ==&lt;br /&gt;
{{Main|Trade depot}}&lt;br /&gt;
Building a [[trade depot]] is a prerequisite for trade with caravans that arrive at your fortress. &lt;br /&gt;
&lt;br /&gt;
While it may be convenient to build a depot outside at first, it is usually a good idea to move it inside or secure it with [[wall]]s, [[bridge]]s and other fortifications to protect caravans and your goods from [[steals drink|thirsty animals]], [[thief|thieves]] and [[goblin]]s.&lt;br /&gt;
&lt;br /&gt;
Everything that is on your map belongs to you, except:&lt;br /&gt;
* the items that are on merchants' animals and wagons&lt;br /&gt;
* the items that are in the trade depot (they belong to the caravan until they are moved out of it)&lt;br /&gt;
* items worn by non-fortress units (initially forbidden, but can be claimed via unforbidding and dumping them)&lt;br /&gt;
&lt;br /&gt;
==Trading flowchart ==&lt;br /&gt;
{{:Trading/Flowchart}}&lt;br /&gt;
&lt;br /&gt;
==Trader to depot==&lt;br /&gt;
Before you can begin trading, your fortress's representative trader must be at the [[trade depot]]. Select the [[trade depot]] with {{K|q}} and then {{k|r}}equest the trader. Be sure that {{k|b}} reads &amp;quot;Only broker may trade&amp;quot; if you want your [[broker]] to represent your fortress. If it reads &amp;quot;Anyone can trade&amp;quot;, a random, probably unskilled dwarf will volunteer to conduct the trade. Pressing {{k|b}} will toggle this setting. Once your trader has arrived, select the depot again with {{k|q}} and enter the {{k|t}}rade menu. In the trade menu select the items to offer from the right and the desired items from the left. All caravans have a weight limit which cannot be exceeded, and the allowed additional weight is displayed in the lower right corner. If your broker (specifically, not necessarily your trader) has at least Novice or better [[Appraisal]] skill, the value of all items will be displayed.  Once the proposal is ready, press {{K|t}} to propose the trade, but merchants will not agree unless they make adequate profit.  Be sure to use '''trade''', not '''offer''' {{K|o}}, as this will make a gift of the selected items. The amount of acceptable profit is determined by the trader's [[Broker skills|skills]] and the merchant's mood, described below.  Merchants may attempt to propose counteroffers if they do not accept the proposal, which can then be accepted, rejected, or further amended by the trader.&lt;br /&gt;
&lt;br /&gt;
With more experienced traders and pleased merchants, even marginally profitable trades can be successful, and counterproposals can be rejected safely, offering the same trade again. Note however that a low profit margin for the traders may not be desirable - it has been suggested that both export and profit numbers influence the size of next year's caravan and, in the case of the dwarven caravan, immigration numbers.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
Goods brought by caravans rarely have base quality higher than superior, and decorations on a good rarely exceed superior as well.&lt;br /&gt;
&lt;br /&gt;
== Trading cue colors ==&lt;br /&gt;
&lt;br /&gt;
* {{DFtext|Brown|6:0}} Items have been created (or modified) by your fortress. They can be traded away or offered as a gift.&lt;br /&gt;
* {{DFtext|Gray|7:0}} Items were created by another source. They can be traded, but if one of these items has been selected, the entire selection cannot be offered as a gift.&lt;br /&gt;
* {{DFtext|Purple|5:0}} Items are under a no-export mandate.  If they are traded away it will result in disciplinary action (see [[justice]]) against the dwarf that brought the item to the depot.&lt;br /&gt;
* {{DFtext|Green|2:0}} Items have just been gifted to the caravan and they will not trade it back.&lt;br /&gt;
* {{DFtext|Red|4:0}} Items have been seized from another caravan and cannot be traded as is; you will need to decorate them or turn them into other items for them to become &amp;quot;valid&amp;quot; trading items.&lt;br /&gt;
&lt;br /&gt;
Note that containers (barrels, bins, etc.) will be displayed according to the origin of the ''container'', not the contents. So a foreign barrel holding locally-produced beer will display as foreign (white). Once you {{k|v}}iew the container, the locally-made contents are displayed as local (brown).&lt;br /&gt;
&lt;br /&gt;
== Merchant mood ==&lt;br /&gt;
If your trader has Novice or better [[Judge of intent]] skill, there will be a line added below the merchant's dialogue describing the caravan's attitude. Their attitude rises with successful trades (especially if they get lots of profit) and falls when you propose deals they don't like. You can never make a deal that's at a loss for the merchant, even if they are at the highest possible mood.&lt;br /&gt;
&lt;br /&gt;
* {{DFtext|(trader) seems ecstatic with the trading.|7:1}}&lt;br /&gt;
* {{DFtext|(trader) seems very happy about the trading.|7:1}}&lt;br /&gt;
* {{DFtext|(trader) seems pleased with the trading.|7:1}}&lt;br /&gt;
* {{DFtext|(trader) seems willing to trade.|7:1}}&lt;br /&gt;
* {{DFtext|(trader) seems to be rapidly losing patience.|7:1}}&lt;br /&gt;
* {{DFtext|(trader) is not going to take much more of this.|7:1}}&lt;br /&gt;
* {{DFtext|(trader) is unwilling to trade.|7:1}}&lt;br /&gt;
&lt;br /&gt;
The happier you make a merchant, the less profit margin he will demand in a trade. If merchants reach the lowest level, no further trade will be possible, and they will immediately pack up and leave your depot. Since annoyed traders are more likely to reject deals, you should be generous in initial negotiations. Skilled negotiators seem less likely to offend traders with unsuccessful deals. &lt;br /&gt;
&lt;br /&gt;
An easy way to capitalize on this mood system is to perform several partial trades. First trade for a few items, offering goods twice the value of the items you ask for (e.g. offer 2000☼ for 1000☼ of his stuff). This will likely make the merchant ecstatic about trading with you. Perform the next trades with a vengeance. With the merchant in such a good mood, he is more likely to counteroffer than reject a trade outright.&lt;br /&gt;
&lt;br /&gt;
== Seizing items ==&lt;br /&gt;
&lt;br /&gt;
Pressing {{K|s}} from the trade menu will seize the selected items of the merchant's.  If you seize goods from a caravan, the merchant will respond &amp;quot;Take what you want. I can't stop you.&amp;quot; and then leave immediately without the seized goods.  Items cannot be seized from the dwarven caravan, and other races will not buy goods stolen from one of their caravans (then marked in red) unless they are tricked into asking for them via counteroffer, or the items are &amp;quot;laundered&amp;quot; by decoration or used to create other goods.  Seizing goods will hurt diplomatic relations, but is not grounds for an automatic [[siege]].&lt;br /&gt;
&lt;br /&gt;
Pressing the seize button while no goods are selected will result in the merchant interpreting your seizure as a joke. This apparently does nothing to benefit or hinder your trading.&lt;br /&gt;
&lt;br /&gt;
As a side note, if you deconstruct your trade depot with a caravan in it, all the caravan's items will drop to the ground, to be readily hauled away by your dwarves. This does not mark the items as stolen, and the caravan will leave. However, ''next'' year's caravan is partly based on the profits from the previous year - so if you are relying on that race's caravans for needed items, you're hurting yourself in the long run.&lt;br /&gt;
&lt;br /&gt;
Another way to steal without marking as stolen is to forbid the trade depot just before they leave, causing them to leave their goods at the depot.&lt;br /&gt;
&lt;br /&gt;
If you're using the search plugin for [[Utility:DFHack|DFHack]] (e.g. from the [[Utility:Lazy Newb Pack|Lazy Newb Pack]]), be warned that {{K|s}} means &amp;quot;seize&amp;quot; and '''NOT''' &amp;quot;search&amp;quot;, and there is '''no warning''' for it. Use {{K|q}} to search the merchant's goods and {{K|w}} to search yours.&lt;br /&gt;
&lt;br /&gt;
Note that the civilization attached to a particular caravan will keep track of the value of items the caravan was carrying when they set out to trade, and they will compare this value with the value of items they return home with. Regardless of what method you use to confiscate items from a caravan, even if you came to possess the goods through no fault of your own (an [[ambush]] killed the traders and guards, for example) the parent civilization may decide that you stole from them and send a [[siege]] instead of a caravan the following year. It is prudent to take measures to protect caravans visiting your lands!&lt;br /&gt;
&lt;br /&gt;
==Offering items==&lt;br /&gt;
&lt;br /&gt;
{{key|o}} You can also give away items, as gifts to the leaders of the [[civilization]] you are trading with. This presumably helps relations between yourself and the other faction, though there is not yet a clear correlation between the value of the offerings and the improvement to relations. The exact effects of offerings on trading are unknown but it is believed due to the offerings' net trade value being counted towards the traders' profit, possibly with a modifier (possibly a multiplier of more than 1 as a bonus or less than 1 to compensate for the improved relations){{Verify}}, which in turn increases the quantity and variety of trade goods brought by next year's caravan. Also the [[Monarch]] requires offerings to be made before their arrival. You cannot offer items that were not made at your fortress; the traders do not want your spare [[Goblinite]] clothes.&lt;br /&gt;
&lt;br /&gt;
The value of an offering for the purpose of becoming the capital is adjusted by your current export agreement.&lt;br /&gt;
&lt;br /&gt;
Unless you are looking for [[fun]], under no conditions should you offer or trade items which are wooden or used wood in their creation (clear glass, for example) to [[elves]], as this will insult the traders, and may cause them to leave or even damage relations enough to provoke a war between you and the elven civilization you traded with. They will accept their own &amp;quot;grown wood&amp;quot; items in trade without insult, however.&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous trading advice ==&lt;br /&gt;
* Thieves and thieving critters tend to follow caravans. Expect assaults and intruders.&lt;br /&gt;
* Create your trading depot inside your fort, preferably in the beginning. Place a 3-tile wide path (which must be free of obstructions such as stairways, traps, minecart tracks and boulders) to the entrance of the fort and position war dogs along it (chains do not block wagons); this will help to protect the traders and keep the depot close to your supplies.&lt;br /&gt;
* Avoid having multiple wagon paths to your depot. Caravan [[wagon]]s cannot move through each other, and if two wagons happen to meet at a fork they may become gridlocked against each other, resulting in the destruction of wagons and loss of trade opportunities.&lt;br /&gt;
* All caravans will bring extra food (meat and edible plants), wooden logs, and cloth/leather (for making clothes) if the supplies of your fortress are low enough, independent of whether or not you requested them. This does not apply in the case that the weight limit is exceeded by (other) items you requested. The supply situation, as observed by traders, is based solely on the number of unforbidden items in your fortress, stockpiled or not; thus, it is possible to trick caravans into thinking your supplies are low by [[forbid]]ding all of your relevant stocks immediately prior to their arrival.&lt;br /&gt;
**In order to '''avoid''' this behavior, you should make sure that, for each dwarf in your fortress, you have the following ''unforbidden'' items:&lt;br /&gt;
*** 5 pieces of food - meat, fish, plants, or &amp;quot;other&amp;quot; in your [[Status]] screen (even though &amp;quot;other&amp;quot; includes inedible items)&lt;br /&gt;
*** 1 wood log&lt;br /&gt;
*** 5 pieces of cloth, pieces of leather, or complete sets of [[wear|pristine]] clothing (shirt+pants+shoe)&lt;br /&gt;
* Define your trade depot as a burrow. When traders arrive, you can add your broker or another dwarf, perhaps one you want to train in trading, to the burrow. They will head to the depot immediately, and stay there until you remove them from the burrow.&lt;br /&gt;
* Each trade you make (regardless of value) will increase your trader's skills by 50, distributed among Comedian, Flatterer, Intimidator, Judge of Intent, Negotiator, and Persuader.  Each skill seems to gain around 5-15 experience points, but the sum will always be 50.  The skill gain occurs as soon as the &amp;quot;t&amp;quot; button is pressed - if the offer is rejected, the dwarf will still gain 50 points.  If the same offer is subsequently accepted, no additional skill will be gained.&lt;br /&gt;
* Selecting &amp;quot;only broker may trade&amp;quot; ensures that you will start negotiations with a decently-skilled trader, but also requires a significant wait while your broker makes his way to the depot. Selecting &amp;quot;anyone can trade&amp;quot; will result in a poorly-trained trader arriving immediately. Once your fortress is producing enough goods to buy out the caravan, waiting for your broker is unnecessary; allowing your commoners to trade spreads out the trading skill gains and eliminates the micromanagement of trying to get your broker to the depot in a timely manner.&lt;br /&gt;
&lt;br /&gt;
== Caravans ==&lt;br /&gt;
Each friendly race will send a caravan per year, linked to one season, which is autumn for dwarves, summer for humans, and spring for elves. If your fortress was founded in spring, it is likely that only a dwarven caravan will arrive the first year. Caravans will only show up if that race considers the fortress site accessible (as denoted on the embark screen) and &amp;quot;worth the effort&amp;quot; (as determined by the [[Entity_token#PROGRESS_TRIGGER_POPULATION|[PROGRESS_TRIGGER_*]]] tokens in the entity definition), with the exception of dwarves, who always arrive unless they are [[extinct]]. Caravans appear to enter the map from a random direction which does not coincide with the relative direction of the originating [[civilization]], and they may appear from different directions and z-levels each year. However, they will always arrive at a location with a wagon-navigable path to the Trade Depot when one is available (though site-bisecting features like rivers might limit them to appear on a specific side). Caravans may leave without trading if it takes too long to reach the trade depot, or if they become spooked by wildlife or corpses. Caravans will embark on their journey back exactly one month after their arrival, whether they have succeeded in reaching the depot or not.&lt;br /&gt;
&lt;br /&gt;
Caravans can be restricted to show up in a specific spot on the map edge, but under some circumstances they will insist on showing up on one particular side of the map. The current theory is that this is caused by rivers (i.e. the caravan can't cross the river outside your embark region, so it always shows up on one side).&lt;br /&gt;
&lt;br /&gt;
Note that if traders or their animals are prevented from leaving, they will eventually go [[insane]]. Merchants and diplomats go insane if they are unable to reach the map edge within 25 days of having finished their business at your fortress - for diplomats, this is when they end the meeting and try to leave, and with merchants it's when they've finished packing everything up. &lt;br /&gt;
&lt;br /&gt;
Also worth mention is the pathing behavior of the entire caravan. If one member of the caravan reaches an obstacle in their chosen path (i.e. a raised drawbridge that was lowered when they entered the map) the entire caravan will re-path, instead of encountering the obstacle one by one. This behavior can be useful when attempting to free &amp;quot;stuck&amp;quot; wagons--a trader on foot encountering a locked door will cause the stuck wagons to turn around and path to a different exit, if available.&lt;br /&gt;
&lt;br /&gt;
==== [[Dwarves]] ====&lt;br /&gt;
:''&amp;quot;Greetings from the mountainhome. Your efforts are legend there. Let us trade!&amp;quot;''&lt;br /&gt;
:''&amp;quot;Greetings from the outer lands. Your efforts are legend there. Let us trade!&amp;quot;'' (If your fort is the mountainhome.)&lt;br /&gt;
&lt;br /&gt;
The dwarven caravan:&lt;br /&gt;
* arrives in [[Calendar|autumn]].&lt;br /&gt;
* carries metal bars, [[leather]], weapons and armor, food and booze, and more.  Dwarves alone may bring [[steel]] and steel goods. They can still bring steel (and steel goods) and [[pig iron]] bars even if they do not have access to [[iron]], but will not bring iron products.&lt;br /&gt;
* usually carries a selection of books that your civilization has access to.  This can include books written in previous forts of yours within the same civilization.  &lt;br /&gt;
* is heavily guarded.&lt;br /&gt;
* sends a liaison who will speak with the [[Expedition leader]], [[Mayor]], [[Baron]], [[Count]], or [[Duke]] to negotiate an import-export agreement (unless the [[Monarch]] is present).&lt;br /&gt;
* influences the number of immigrants received (if the caravan leaves intact).&lt;br /&gt;
* will not cause sieges when repeatedly destroyed or lost.&lt;br /&gt;
* is the only caravan to arrive during a fortress' first year.&lt;br /&gt;
* always arrives regardless of embark location unless the dwarven civilization is [[extinct]].&lt;br /&gt;
* cannot have its goods seized from the trade menu.&lt;br /&gt;
* may not arrive if your civilization lacks any notable figures.&lt;br /&gt;
* cannot be offered goods if the monarch is present.&lt;br /&gt;
&lt;br /&gt;
==== [[elf|Elves]] ====&lt;br /&gt;
[[Image:Evil_elves.png|thumb|400px|A typical elven caravan.]]&lt;br /&gt;
:''&amp;quot;Greetings. We are enchanted by your more ethical works. We've come to trade.&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
The elven caravan:&lt;br /&gt;
* arrives in the [[Calendar|spring]].&lt;br /&gt;
* carries [[cloth]], [[rope]]s, various above-ground seeds, [[plant]]s and their byproducts, [[log]]s, [[wood]]en goods &amp;amp; [[weapon]]s, clothing and [[armor]], and may carry tame exotic [[creature]]s.&lt;br /&gt;
* is unguarded.&lt;br /&gt;
* does not accept some items in trade: Elven traders do not like to be offered any tree byproducts unless they are &amp;quot;grown&amp;quot;, which only elves can produce. &lt;br /&gt;
&lt;br /&gt;
Forbidden (dwarf-made) items include:&lt;br /&gt;
&lt;br /&gt;
* [[Wood]]en items (including subterranean mushrooms such as [[tower-cap]]s)&lt;br /&gt;
* Items derived from wood - [[ash]] and [[charcoal]], as well as [[lye]], [[potash]], and [[pearlash]]&lt;br /&gt;
* Items made from clear and crystal [[glass]] (due to the [[pearlash]] used) - green glass appears to be perfectly acceptable&lt;br /&gt;
* Items [[decoration|decorated]] with any of the above materials&lt;br /&gt;
* [[Obsidian]] shortswords (since they have wooden handles)&lt;br /&gt;
* Tallow [[Soap]] (made with [[lye]]), but not Plant Soap{{bug|8571}}&lt;br /&gt;
&lt;br /&gt;
Offering or trading forbidden items will cause the mood of the trader to drop rapidly, causing them to refuse to trade any more that season and leave immediately.  Additionally you will be called uncouth, crude, and barbaric for not understanding their customs.&lt;br /&gt;
&lt;br /&gt;
However, [[stone]] and [[metal]] items, even when [[charcoal]] is used in production, are acceptable (since the elves are unfamiliar with metalworking, and do not know that charcoal is used to make metal items). Items made from [[silk]] are acceptable, as are all non-wooden plant-derived products such as [[cloth]] and [[thread]]. Items made of bone (totems too), horn, shell or leather are acceptable, so are meat and fish. You can also transport your goods to the [[trade depot]] in a wooden [[bin]], as long as you do not try to sell the bin. Living animals are acceptable, as long as the [[cage]] or [[trap]] is not made of [[wood]].&lt;br /&gt;
&lt;br /&gt;
Be especially careful with reselling decorated items from other caravans, as non-wood/glass items may have decorations of wood or clear/crystal glass. Note that items elven caravans sell ''can'' be resold to them, as the elves know that they were made in an elf-kosher way.&lt;br /&gt;
&lt;br /&gt;
Because they do not utilize wagons, elven caravans have a much smaller weight limit than dwarven and human ones, making trading heavy items like furniture problematic.&lt;br /&gt;
&lt;br /&gt;
:''&amp;quot;Once a beautiful tree, and now? It is a rude bauble, fit only for your kind.&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
==== [[Human]]s ====&lt;br /&gt;
:''&amp;quot;Greetings. The craftsdwarfship of the dwarves is unparalleled. Let's make a deal!&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
The human caravan:&lt;br /&gt;
* arrives in [[Calendar|summer]].&lt;br /&gt;
* carries metal bars, sand, [[leather]], cloth, wood, food and booze, books, ropes, waterskins, quivers, backpacks, metal weapons and clothing and armor, cages and a few domestic animals.&lt;br /&gt;
* carries only large-sized clothing and armor, which is unusable by dwarves.&lt;br /&gt;
* is moderately guarded.&lt;br /&gt;
&lt;br /&gt;
{{mod}}&lt;br /&gt;
&lt;br /&gt;
==== [[Goblin]]s and [[Kobold]]s ====&lt;br /&gt;
A goblin caravan will only arrive if you mod the game, primarily because their entity lacks the [[entity token]]s needed to make use of pack animals and wagons. That, and the token {{token|BABYSNATCHER|e}} makes them hostile to all non-goblin civilizations. These same caveats apply to kobolds (whose {{token|UTTERANCES|c}} and {{token|ITEM_THIEF|e}} tags make them hostile to every civilization).&lt;br /&gt;
&lt;br /&gt;
The goblin caravan:&lt;br /&gt;
*will arrive every season, four times per year&lt;br /&gt;
*unguarded&lt;br /&gt;
*brings mostly food and cloth&lt;br /&gt;
*does not send a liaison or a guild representative&lt;br /&gt;
*does not make import/export agreements&lt;br /&gt;
&lt;br /&gt;
==== Modded [[civilization]]s ====&lt;br /&gt;
If you [[modding|add]] additional civilizations to the game, they may also send caravans to you.&lt;br /&gt;
&lt;br /&gt;
The following [[entity token]]s affect the appearance of the caravans:&lt;br /&gt;
&lt;br /&gt;
* [[Entity token#ACTIVE_SEASON|[ACTIVE_SEASON]]] - Defines the seasons when an entity may visit your fortress.&lt;br /&gt;
* [[Entity token#PROGRESS_TRIGGER_POPULATION|[PROGRESS_TRIGGER_*]]] - Defines the triggers which control when an entity will become interested in your fortress.&lt;br /&gt;
* [[Entity token#COMMON_DOMESTIC_PACK|[COMMON_DOMESTIC_PACK]]] - Allows the civilization to use domestic pack animals. If an entity lacks pack animals, it will be unable to send caravans (showing as {{DFtext|No Trade|6:1}} at the [[embark]] screen), unless it has domesticated any suitable animal species.&lt;br /&gt;
* [[Entity token#COMMON_DOMESTIC_PULL|[COMMON_DOMESTIC_PULL]]] - Allows the civilization to use domestic animals to pull [[wagon]]s, assuming their [[Ethic#KILL_PLANT|KILL_PLANT ethic]] permits them to use wagons in the first place.&lt;br /&gt;
* [[Entity token#MERCHANT_BODYGUARDS|[MERCHANT_BODYGUARDS]]] - Caravan will be guarded by [[soldier]]s.&lt;br /&gt;
&lt;br /&gt;
== Nobles ==&lt;br /&gt;
[[Outpost liaison]]s (from your own civilization) and foreign Merchant Nobles (if added with the [[Position token#TRADE|TRADE responsibility]]) will arrive with the caravan to speak to your [[noble]] dwarves (and they ''will'' speak to those dwarves, even if they have to wait at their bedside in the hospital for months after the caravan has left), appearing on the map edge at the same time as the caravan (though in a different location). Meeting with them allows you to request specific items for the next caravan to bring (at a premium price) or take requests for production for the next caravan (for which the merchants will pay a premium).&lt;br /&gt;
&lt;br /&gt;
Current trade agreements can be viewed through the Civilization menu ({{k|c}}). These trade agreements are cleared when a liaison of the corresponding civilization enters the screen, so they are generally not accessible after the caravan has arrived.&lt;br /&gt;
&lt;br /&gt;
In the event that your leader is replaced, killed, or taken by a [[strange mood]], the liaison may decide to leave your fortress [[stymied|&amp;quot;unhappy&amp;quot;]].{{bug|576}} Curiously, this will '''not''' occur if your leader is otherwise unable to perform the &amp;quot;conduct meeting&amp;quot; task. You can currently lock a liaison in a room and he will wait years to attend the meeting your noble is constantly conducting (and all subsequent diplomats appear to wait in line for the first to finish); this behavior is presumably a bug.{{bug|8947}} &lt;br /&gt;
&lt;br /&gt;
Whether having successfully met with your leader or given up, a liaison who has decided to leave but is prevented from reaching the map edge will eventually go [[insane]].&lt;br /&gt;
&lt;br /&gt;
== Destruction ==&lt;br /&gt;
If caravans are destroyed (intentionally or unintentionally), the items may remain for use. Traders caught in a [[cave-in]] will flee as if they were attacked, but will leave all the items dropped by the caravan behind. Pack animals carrying items are affected just like a normal tamed [[mule]] and must be killed in the cave-in for them to drop items on the ground. It is however much more likely that the pack animals will only be stunned or rendered unconscious, and flee shortly after recovering from the hit.&lt;br /&gt;
&lt;br /&gt;
While caravans can defend themselves, they don't like being ambushed. If a caravan becomes terrified by wildlife or horrified by corpses it will turn around and flee the map. Any event resulting in the death of any merchant or pack animal will also cause them to retreat and forget about trading with you for the season. Repeated caravan destruction (intentional or unintentional) will strain diplomatic relations and may result in a [[siege]].&lt;br /&gt;
&lt;br /&gt;
Ambushing or seizing a caravan and letting a survivor escape seems to have a more detrimental effect than simply annihilating the whole caravan. (Presumably because you've left a witness to report what happened.)&lt;br /&gt;
&lt;br /&gt;
Overall, a given caravan visit can have a number of &amp;quot;problems&amp;quot; which will affect your relations with their civilization:&lt;br /&gt;
#&amp;quot;never seen again&amp;quot; - The entire caravan was destroyed and nobody left the map.&lt;br /&gt;
#&amp;quot;suffered hardships&amp;quot; - One or more merchants were killed, but some of them survived long enough to leave the map.&lt;br /&gt;
#&amp;quot;seized goods&amp;quot; - You seized goods from the caravan and they left.&lt;br /&gt;
#&amp;quot;offended&amp;quot; - You tried to trade wooden items to the Elves.&lt;br /&gt;
#&amp;quot;missing goods&amp;quot; - The value of the caravan's goods when they left was less than what it was when they arrived (i.e. they had a net loss).&lt;br /&gt;
&lt;br /&gt;
All of these will make the parent civilization unhappy, though some more than others. They take offence to both accidents and hostile acts - accidents just annoy them slightly less. In the case of elven traders, they will take offence to your actions and bring fewer goods next year, do it too many times and they will declare war on you.&lt;br /&gt;
&lt;br /&gt;
== Caravan Delay ==&lt;br /&gt;
If a caravan has arrived at your trade depot and is unable to leave for about two months after they finished packing up their goods, the merchants and animals will go insane.  This can result in a bunch of merchants attacking your dwarves, or just standing around moping until they starve to death.  It is not known for certain if this hurts diplomatic relations, but most likely it's the same as any case where the entire caravan fails to return home.&lt;br /&gt;
&lt;br /&gt;
If you have locked the caravan into your fortress to hold out against a siege, it's a good idea to station a squad of soldiers near the trade depot in case the merchants [[Insanity#Types|go berserk]]. You may also want to make the depot a restricted area to encourage civilians to go around it. Alternatively, you can design the trade depot using drawbridges, so that it can be sealed off from the rest of the fortress during a siege.&lt;br /&gt;
&lt;br /&gt;
If you want the merchants to leave safely, you can build four or more tunnels to each corner of the map, connected to your fortress only by drawbridges. As long as there is no other way to enter and exit your fortress, invaders and merchants will both go towards any tunnel that you activate. You can lock the merchants into the trade depot, and then open a tunnel entrance on one side of the map to make the invaders head towards that tunnel. When they get close to it, you can close it, and then open the entrance on the other side of the map, and let the traders out of the depot. If your fortress and depot are in the middle of the map, this will give the traders quite a head-start to get away.&lt;br /&gt;
&lt;br /&gt;
Merchants can leave the map from any map edge-- including underground and aboveground map edges.  If an unobstructed path through your fortress reaches a cavern edge, then blocking all overland paths will cause the merchants to depart underground.  This can be useful, if you're suffering a prolonged siege; it can also be dangerous, if your underground regions are less secure than your surface. While it requires more preparation, an elevated bridge to a map edge can also allow traders to depart in peace.&lt;br /&gt;
&lt;br /&gt;
Caravan guards cannot be starved, dehydrated, or driven to insanity if prevented from leaving, their employers and animals can, however.&lt;br /&gt;
&lt;br /&gt;
If a large amount of items is sold / offered to the caravan, it may take a while to load it all, especially if you chose to keep your precious bins and traded your items individually.&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
*Caravans become terrified/horrified very easily, abandon their wagons, and flee. {{bug|7185}}&lt;br /&gt;
*Aggressive, untrainable creatures (captured goblins, for example) cannot be traded; when a dwarf attempts to move the caged animal to the Depot, the creature is set free.&lt;br /&gt;
*Wagons can occasionally become &amp;quot;stuck&amp;quot; on other wagons, walls, etc. Stuck wagons eventually deconstruct, leaving their merchandise behind. {{Bug|5687}}&lt;br /&gt;
*If a caravan attempts to leave in late Winter/early Spring, they may try to path over any large frozen body of water. If the water thaws while the caravan is on it, the caravan will become magically stuck in mid-air until either the water refreezes or a floor is built underneath it. At this point, if they are still alive, they will leave the map normally.&lt;br /&gt;
*When merchants leave with an animal, the merchants seem to be dragging their beast of burden instead of leading it. If the animal is incapacitated but not dead, the merchant will continue to walk at the same speed, dragging the unconscious beast.&lt;br /&gt;
*If a merchant's chosen map edge exit is guarded by a hostile creature (including those on a [[restraint]]), the merchant will wander back and forth repeatedly and eventually go insane rather than path to an alternate exit.&lt;br /&gt;
* Animals bought from merchants don't always become available for use.{{bug|10162}}&lt;br /&gt;
&lt;br /&gt;
== Loyalty cascade ==&lt;br /&gt;
{{main|Faction#Loyalty cascade|l1=Faction}}&lt;br /&gt;
If you order your military to kill merchants from your own civilization, a bizarre result of the way loyalty is handled makes the members of your military who attacked the traders become enemies of your civilization, but members of your fort's government (dwarves of this [[faction]] are referred to as ''separatists''). As enemies, they attack your other dwarves (''citizens''), but as members of the fort, they still follow orders. Allowing citizen militia dwarves to attack the separatists will give them opposite loyalties of the separatists, (i.e. loyal to civ, not to fort), or ''loyalists'', who do '''not''' follow orders. And then, if a separatist or loyalist kill a citizen, they become enemies of the civ '''and''' fort, making them ''Renegades'', who are essentially complete enemies of the citizens.&lt;br /&gt;
&lt;br /&gt;
To prevent the cascade from spreading, order the original separatists away from the fortress and let them fight amongst themselves. If the results are renegades, it is okay to allow other dwarves to kill them (by stationing them nearby). If the results are separatists/loyalists, then you will need to separate them somehow.&lt;br /&gt;
&lt;br /&gt;
== Exploits ==&lt;br /&gt;
&lt;br /&gt;
*Deconstructing the Depot will cause merchants to leave your fortress and abandon any goods in the Depot because items are not available until the building is fully deconstructed. However any animals they had caged will still belong to the merchants and only become friendly, you won't actually own them. According to Toady One, this is actually working as intended, and is not really an exploit or bug: &amp;quot;...the reckoning comes when they return with lesser value, and it has the same negative effect (it'll be listed as a disaster rather than an intentional seizing -- the depot could be destroyed, for instance -- but it counts for the same value if I remember). The overall wording could be changed and the interaction could be deepened to recognize this or that, but it's working as intended.&amp;quot;[http://www.bay12games.com/dwarves/mantisbt/view.php?id=293#c8393]&lt;br /&gt;
&lt;br /&gt;
*If you wait until the merchants leave the map, you can &amp;quot;claim&amp;quot; caged animals by linking a lever to the cage and opening it, the animals will be released in a tamed state. Check the {{k|u}}nit screen before releasing them; if the creatures still show as Merchant creatures, they will wander off the map when released; if they show as Tame creatures, they will stay once released.&lt;br /&gt;
&lt;br /&gt;
*If you lock them in your fortress for a minute or two (real time), the merchants MAY drop items and leave behind pack animals (Both of which are yours for the taking!) Note: Results are not consistent.&lt;br /&gt;
&lt;br /&gt;
{{Translation| dwarven = nish | elvish = lathì | goblin = otsmor | human = batow}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Trade| }}&lt;br /&gt;
[[ru:Trading]]&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=DF2014_Talk:Adventurer_mode&amp;diff=249277</id>
		<title>DF2014 Talk:Adventurer mode</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=DF2014_Talk:Adventurer_mode&amp;diff=249277"/>
		<updated>2019-12-18T09:03:01Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* It's too big */ Let's split it up.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Page created automatically - requested by Devoidxx --&amp;gt;&lt;br /&gt;
==Reputation==&lt;br /&gt;
Given the huge amount of variance we now have and will be getting with reputations it may be a good idea to create a table of all possible reputations and their levels.&lt;br /&gt;
[[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 20:07, 29 November 2016 (UTC)&lt;br /&gt;
== Adventure Mode Performances and performance skills and taverns== &lt;br /&gt;
There is currently no part of the article devoted to performances, given this is now a huge chunk of content it might be  a good idea for us to add that stuff&lt;br /&gt;
also, there is nothing on the new taverns here either among other things. In a sense, this article is very outdated.Ill work on it  a bit more tonight but it will take time to gather screenshots.&lt;br /&gt;
[[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 21:37, 9 March 2016 (UTC)&lt;br /&gt;
:The crafting section will soon need an update too. For the next version, a list is probably still good, but in the future we might want to expand it a little.[[User:CLA|CLA]] ([[User talk:CLA|talk]]) 10:22, 10 March 2016 (UTC)&lt;br /&gt;
Ayy, updated the skills section with the new crafting skill and all the performance skills&lt;br /&gt;
[[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 20:05, 29 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== .40.0X Adventure Mode Playable Races ==&lt;br /&gt;
&lt;br /&gt;
In the newest update, if all standard adventurer civs are extinct you can play as a goblin or kobold if those civs exist.&lt;br /&gt;
 Can someone confirm the goblin part of this statement?&lt;br /&gt;
 [[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 20:08, 29 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Memory. ==&lt;br /&gt;
&lt;br /&gt;
Memory makes no difference to how much of the map you can see. I tested, and adventurers with superior and very low memory performed exactly the same: the map resets after about 74 moves to exactly 30 spaces behind you being visible. (this is in a straight line of course) [[Special:Contributions/210.55.212.242|210.55.212.242]] 01:20, 2 September 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
From My experience, it lets you remember different sites better, this may have been a change that happened since 2014 [[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 22:09, 18 July 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Kids ==&lt;br /&gt;
&lt;br /&gt;
Is there any way to have kids, and then say, become those kids when you die.  It would be a cool mod.  You would have generations of dragon slaying vampire kings :D&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is possible to have kids once you retire, to play as them you can body swap in adventure mode with dfhack.&lt;br /&gt;
&lt;br /&gt;
== 0.42.01 update discussion ==&lt;br /&gt;
&lt;br /&gt;
&amp;gt;The recent update has basically overhauled large portions of adventure mode, and there needs to be massive work done as such.&lt;br /&gt;
This is intended as notepad to collect changes in 42.01 that should be mentioned in one way or another in this article.&lt;br /&gt;
&lt;br /&gt;
*needs, personality: which traits directly influence your game, which are &amp;quot;cosmetic&amp;quot;; can you make an adventurer that has little or no needs, or rather minimal to no penalties from not satisfying them. On the other hand, which give the most benefits; in summary, what should a beginner adventurer choose?&lt;br /&gt;
*new skills; which are useless, which aren't. How do the attributes influence them&lt;br /&gt;
*playing as other races&lt;br /&gt;
*food and drink: 3-at-a-time limit is gone, inebriation changed&lt;br /&gt;
*Renting rooms at inns&lt;br /&gt;
*Ordering drinks at inns&lt;br /&gt;
*arguments&lt;br /&gt;
*arguments can change people's values&lt;br /&gt;
*becoming the official performer for a lord.&lt;br /&gt;
*Performance troups, bard skills, how to perform etc.&lt;br /&gt;
*story telling exists and spreads rumors similarly to actual rumor spreading dialogue&lt;br /&gt;
*bone carving&lt;br /&gt;
*hearth-quests are now more variable and you can get quests to kill beasts now aswell (proper quests)&lt;br /&gt;
*Reputation has been overhauled&lt;br /&gt;
[[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 04:08, 3 December 2015 (UTC)&lt;br /&gt;
[[Special:Contributions/137.28.226.25|137.28.226.25]] 04:01, 3 December 2015 (UTC)&lt;br /&gt;
[[User:CLA|CLA]] ([[User talk:CLA|talk]]) 12:17, 2 December 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article is ludicrously outdated guys, we need to fix it&lt;br /&gt;
[[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 18:06, 19 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I've been doing some work on this as well as .43.01 features, but might want help for filling out the section on building. I did do some !!SCIENCE!! on which writing options have what results at least.--[[User:Valos|Valos]] ([[User talk:Valos|talk]]) 22:21, 17 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Overhaul, cut and port ==&lt;br /&gt;
&lt;br /&gt;
Most sections of this article pertain to features that exist in all modes, so there's no reason to segregate information that belongs with the main topic. It's really past time to maintain an Adventure Mode ghetto here where fortresses and adventurers don't risk exposure to insights from each others' mechanics, which are more alike than different. This article needs to be cleaned of subjective and narrow-sighted slant and revised to inform players with objective fact and links to more details, so they may form their own conclusions.&lt;br /&gt;
[[User:Uzu Bash|Uzu Bash]] ([[User talk:Uzu Bash|talk]]) 18:57, 20 August 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I tend towards agreeing with this statement [[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 21:12, 30 November 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Weaponmasters ==&lt;br /&gt;
&lt;br /&gt;
I actually found one in adv mode! https://imgur.com/a/yUKpH [[Special:Contributions/178.187.154.32|178.187.154.32]] 12:01, 12 September 2017 (UTC)&lt;br /&gt;
 How does this contribute to the article? [[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 18:50, 25 November 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
The page said they weren't able to be found. --[[Special:Contributions/176.50.179.46|176.50.179.46]] 10:38, 9 January 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
Oh! Ill amend the article, needs to be updated in several way sin fact :) [[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]])&lt;br /&gt;
&lt;br /&gt;
== Identities And Reputations And 0.44.02 discussion==&lt;br /&gt;
Does anyone else think its about time to either create a &amp;quot;reputation&amp;quot; page or to add information about this to the article?&lt;br /&gt;
Also, we have identities now, since we have a section for each ui screen here, it might be helpful to add that here aswell.&lt;br /&gt;
Artifact quests need a part of the article devoted (though that can probably go on the Quests page) &lt;br /&gt;
Also, performances are currently bugged. &lt;br /&gt;
[[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]])&lt;br /&gt;
&lt;br /&gt;
== It's too big ==&lt;br /&gt;
&lt;br /&gt;
This article is too big, even the &amp;quot;content&amp;quot; table is three screens height. It's hard to read, to check, to edit and to translate this.&lt;br /&gt;
&lt;br /&gt;
Do you really need to describe everything, every symbol of map, every word you can say and every playable creature of night in here? Maybe it's better to write only a basic info here (like in article about fort mode) and create additional pages for additional info?&lt;br /&gt;
&lt;br /&gt;
Is there any reason to keep everything about adventurer mode in one article? [[User:Tankistqazwsx|Tankistqazwsx]] ([[User talk:Tankistqazwsx|talk]]) 10:10, 22 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'll second this suggestion.  I'm fairly new to editing the wiki... would the right approach to implementing this idea be to make new pages, copy the current blocks of text from this page to the new pages, and then once people are happy with the new pages cut the blocks of text out of this page and add in links to the new page? &lt;br /&gt;
:Also, it looks like we are organizing an effort to research and test some of the less well understood mechanics... the results of these tests could go on the new pages (therahedwig already started [http://www.bay12forums.com/smf/index.php?topic=175195.0 a thread on ]the [[DF2014:Reputation|Reputation page]]). [http://www.bay12forums.com/smf/index.php?topic=175214.0;topicseen Recent Forum thread on improving the wiki] [[User:Scruiser|Scruiser]] ([[User talk:Scruiser|talk]]) 16:58, 17 December 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
::This article is way too big. It looks to me that splitting off the main sections into their own articles, except perhaps world selection, would be a good start. From there we can consider splitting off some of the subsections too. We would leave an introductory article with links to the relevant topics, yes. --[[User:Nahno|Nahno]] ([[User talk:Nahno|talk]]) 09:02, 18 December 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Skill inconsistency ==&lt;br /&gt;
&amp;quot;Your character will have a limit on the maximum number of companions that is based on your reputation level and the Social Awareness attribute. With average social awareness and the maximum level of fame, the limit is 19 companions.&amp;quot; Yeah, kinda bugging me honestly...shouldn't it be maximum social awareness/fame instead?&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=DF2014_Talk:Adventurer_mode&amp;diff=249276</id>
		<title>DF2014 Talk:Adventurer mode</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=DF2014_Talk:Adventurer_mode&amp;diff=249276"/>
		<updated>2019-12-18T08:54:31Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* It's too big */  Format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Page created automatically - requested by Devoidxx --&amp;gt;&lt;br /&gt;
==Reputation==&lt;br /&gt;
Given the huge amount of variance we now have and will be getting with reputations it may be a good idea to create a table of all possible reputations and their levels.&lt;br /&gt;
[[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 20:07, 29 November 2016 (UTC)&lt;br /&gt;
== Adventure Mode Performances and performance skills and taverns== &lt;br /&gt;
There is currently no part of the article devoted to performances, given this is now a huge chunk of content it might be  a good idea for us to add that stuff&lt;br /&gt;
also, there is nothing on the new taverns here either among other things. In a sense, this article is very outdated.Ill work on it  a bit more tonight but it will take time to gather screenshots.&lt;br /&gt;
[[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 21:37, 9 March 2016 (UTC)&lt;br /&gt;
:The crafting section will soon need an update too. For the next version, a list is probably still good, but in the future we might want to expand it a little.[[User:CLA|CLA]] ([[User talk:CLA|talk]]) 10:22, 10 March 2016 (UTC)&lt;br /&gt;
Ayy, updated the skills section with the new crafting skill and all the performance skills&lt;br /&gt;
[[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 20:05, 29 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== .40.0X Adventure Mode Playable Races ==&lt;br /&gt;
&lt;br /&gt;
In the newest update, if all standard adventurer civs are extinct you can play as a goblin or kobold if those civs exist.&lt;br /&gt;
 Can someone confirm the goblin part of this statement?&lt;br /&gt;
 [[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 20:08, 29 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Memory. ==&lt;br /&gt;
&lt;br /&gt;
Memory makes no difference to how much of the map you can see. I tested, and adventurers with superior and very low memory performed exactly the same: the map resets after about 74 moves to exactly 30 spaces behind you being visible. (this is in a straight line of course) [[Special:Contributions/210.55.212.242|210.55.212.242]] 01:20, 2 September 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
From My experience, it lets you remember different sites better, this may have been a change that happened since 2014 [[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 22:09, 18 July 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Kids ==&lt;br /&gt;
&lt;br /&gt;
Is there any way to have kids, and then say, become those kids when you die.  It would be a cool mod.  You would have generations of dragon slaying vampire kings :D&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is possible to have kids once you retire, to play as them you can body swap in adventure mode with dfhack.&lt;br /&gt;
&lt;br /&gt;
== 0.42.01 update discussion ==&lt;br /&gt;
&lt;br /&gt;
&amp;gt;The recent update has basically overhauled large portions of adventure mode, and there needs to be massive work done as such.&lt;br /&gt;
This is intended as notepad to collect changes in 42.01 that should be mentioned in one way or another in this article.&lt;br /&gt;
&lt;br /&gt;
*needs, personality: which traits directly influence your game, which are &amp;quot;cosmetic&amp;quot;; can you make an adventurer that has little or no needs, or rather minimal to no penalties from not satisfying them. On the other hand, which give the most benefits; in summary, what should a beginner adventurer choose?&lt;br /&gt;
*new skills; which are useless, which aren't. How do the attributes influence them&lt;br /&gt;
*playing as other races&lt;br /&gt;
*food and drink: 3-at-a-time limit is gone, inebriation changed&lt;br /&gt;
*Renting rooms at inns&lt;br /&gt;
*Ordering drinks at inns&lt;br /&gt;
*arguments&lt;br /&gt;
*arguments can change people's values&lt;br /&gt;
*becoming the official performer for a lord.&lt;br /&gt;
*Performance troups, bard skills, how to perform etc.&lt;br /&gt;
*story telling exists and spreads rumors similarly to actual rumor spreading dialogue&lt;br /&gt;
*bone carving&lt;br /&gt;
*hearth-quests are now more variable and you can get quests to kill beasts now aswell (proper quests)&lt;br /&gt;
*Reputation has been overhauled&lt;br /&gt;
[[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 04:08, 3 December 2015 (UTC)&lt;br /&gt;
[[Special:Contributions/137.28.226.25|137.28.226.25]] 04:01, 3 December 2015 (UTC)&lt;br /&gt;
[[User:CLA|CLA]] ([[User talk:CLA|talk]]) 12:17, 2 December 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article is ludicrously outdated guys, we need to fix it&lt;br /&gt;
[[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 18:06, 19 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I've been doing some work on this as well as .43.01 features, but might want help for filling out the section on building. I did do some !!SCIENCE!! on which writing options have what results at least.--[[User:Valos|Valos]] ([[User talk:Valos|talk]]) 22:21, 17 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Overhaul, cut and port ==&lt;br /&gt;
&lt;br /&gt;
Most sections of this article pertain to features that exist in all modes, so there's no reason to segregate information that belongs with the main topic. It's really past time to maintain an Adventure Mode ghetto here where fortresses and adventurers don't risk exposure to insights from each others' mechanics, which are more alike than different. This article needs to be cleaned of subjective and narrow-sighted slant and revised to inform players with objective fact and links to more details, so they may form their own conclusions.&lt;br /&gt;
[[User:Uzu Bash|Uzu Bash]] ([[User talk:Uzu Bash|talk]]) 18:57, 20 August 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I tend towards agreeing with this statement [[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 21:12, 30 November 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Weaponmasters ==&lt;br /&gt;
&lt;br /&gt;
I actually found one in adv mode! https://imgur.com/a/yUKpH [[Special:Contributions/178.187.154.32|178.187.154.32]] 12:01, 12 September 2017 (UTC)&lt;br /&gt;
 How does this contribute to the article? [[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]]) 18:50, 25 November 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
The page said they weren't able to be found. --[[Special:Contributions/176.50.179.46|176.50.179.46]] 10:38, 9 January 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
Oh! Ill amend the article, needs to be updated in several way sin fact :) [[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]])&lt;br /&gt;
&lt;br /&gt;
== Identities And Reputations And 0.44.02 discussion==&lt;br /&gt;
Does anyone else think its about time to either create a &amp;quot;reputation&amp;quot; page or to add information about this to the article?&lt;br /&gt;
Also, we have identities now, since we have a section for each ui screen here, it might be helpful to add that here aswell.&lt;br /&gt;
Artifact quests need a part of the article devoted (though that can probably go on the Quests page) &lt;br /&gt;
Also, performances are currently bugged. &lt;br /&gt;
[[User:Untrustedlife|Untrustedlife]] ([[User talk:Untrustedlife|talk]])&lt;br /&gt;
&lt;br /&gt;
== It's too big ==&lt;br /&gt;
&lt;br /&gt;
This article is too big, even the &amp;quot;content&amp;quot; table is three screens height. It's hard to read, to check, to edit and to translate this.&lt;br /&gt;
&lt;br /&gt;
Do you really need to describe everything, every symbol of map, every word you can say and every playable creature of night in here? Maybe it's better to write only a basic info here (like in article about fort mode) and create additional pages for additional info?&lt;br /&gt;
&lt;br /&gt;
Is there any reason to keep everything about adventurer mode in one article? [[User:Tankistqazwsx|Tankistqazwsx]] ([[User talk:Tankistqazwsx|talk]]) 10:10, 22 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'll second this suggestion.  I'm fairly new to editing the wiki... would the right approach to implementing this idea be to make new pages, copy the current blocks of text from this page to the new pages, and then once people are happy with the new pages cut the blocks of text out of this page and add in links to the new page? &lt;br /&gt;
:Also, it looks like we are organizing an effort to research and test some of the less well understood mechanics... the results of these tests could go on the new pages (therahedwig already started [http://www.bay12forums.com/smf/index.php?topic=175195.0 a thread on ]the [[DF2014:Reputation|Reputation page]]). [http://www.bay12forums.com/smf/index.php?topic=175214.0;topicseen Recent Forum thread on improving the wiki] [[User:Scruiser|Scruiser]] ([[User talk:Scruiser|talk]]) 16:58, 17 December 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Skill inconsistency ==&lt;br /&gt;
&amp;quot;Your character will have a limit on the maximum number of companions that is based on your reputation level and the Social Awareness attribute. With average social awareness and the maximum level of fame, the limit is 19 companions.&amp;quot; Yeah, kinda bugging me honestly...shouldn't it be maximum social awareness/fame instead?&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Embark&amp;diff=219588</id>
		<title>Embark</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Embark&amp;diff=219588"/>
		<updated>2015-06-28T20:29:18Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Supplies */ The two horse/yak/water buffalos are the random wagon pullers, not &amp;quot;supplies&amp;quot; like the cats and dogs. Language. This needs further work.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|fine}}{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Embark''' is the time at the very beginning of [[Fortress mode]] before actual game play begins (but after [[World generation|generating a world]]), when you and your initial 7 dwarves:&lt;br /&gt;
# Choose a site.&lt;br /&gt;
# Assign starting [[skill]]s to each dwarf.&lt;br /&gt;
# Select an initial load of [[Embark#Supplies|supplies and equipment]].&lt;br /&gt;
# Arrive at the site with your wagon full of supplies.&lt;br /&gt;
&lt;br /&gt;
==Choosing a Site==&lt;br /&gt;
The main considerations to keep in mind when choosing a site are the presence of aquifers, the availability of wood, ores, &amp;amp; soil, the climate, and your neighbors.&lt;br /&gt;
There is just ONE BIG RULE: when your home civilization is too small, you will recognize after the second winter that you won't get any more [[Immigration|immigrants]], which can be [[Fun|extremely fun]]. To avoid this situation, select a home civilization with ''at least'' two dwarven sites on the map.&lt;br /&gt;
&lt;br /&gt;
[[File:Embark.jpg|center|Choose Fortress Location screen (v0.31.19)]]&lt;br /&gt;
&lt;br /&gt;
The Choose Fortress Location screen shows four separate sections, with three of them being views of the land at different levels of magnification: Local, Region, and World. A section of highlighted tiles in the Local view indicates the current embark location within the region. The local view constitutes a 16x16 grid of embark area tiles (each representing 48x48 tiles when you are playing the game) that is within a single region tile.  The world map cannot be directly controlled, and exists only to give you the overall view of where, relative to the rest of the features of the world, the region map is focused on.&lt;br /&gt;
&lt;br /&gt;
The arrow keys control the X cursor in the center &amp;quot;Region&amp;quot; view while {{k|u}}, {{k|m}}, {{k|k}}, and {{k|h}} move the embark location around within the Local view. {{k|U}}, {{k|M}}, {{k|K}}, and {{k|H}} will resize the embark location.  &lt;br /&gt;
&lt;br /&gt;
The size of the embark location directly affects how much data about a map the game will have to store in your computer's memory and the size of your save files. This may correspondingly make pathfinding more resource-intensive, generally [[Frames per second|slow your game down]], and have a dramatic effect on the save and load times for your map. As such, smaller maps are recommended, especially for less powerful computers. Remember that each tile on your embark screen is 48x48 tiles large.&lt;br /&gt;
&lt;br /&gt;
On the far right of the screen is a list of local features in the dominant biome. Individual biomes, which form at least one map-tile of your embark location, can be cycled with the {{k|F#}}-keys; for example, an area with 3 biomes present can be cycled using {{k|F1}}, {{k|F2}} and {{k|F3}}. The selected biome will be highlighted with flashing Xs on the Local Map, and the biome's information will be displayed on the right side of the screen.&lt;br /&gt;
&lt;br /&gt;
===Biomes===&lt;br /&gt;
{{Main|Biome}}&lt;br /&gt;
&lt;br /&gt;
A '''biome''' is a biotic area with homogeneous features, characterized by distinctive [[plant]]s, [[creature|animal species]] and [[climate]]. &lt;br /&gt;
&lt;br /&gt;
In the above image, the biome is &amp;quot;Temperate Savanna&amp;quot;, and the region the biome is part of is given a specific name: &amp;quot;The Velvety Hill&amp;quot;, part of the continent &amp;quot;The Jade Horn-Land&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Biomes will also contain only one set of stone layers, though these usually expand beyond a single biome. Your [[dwarf|dwarves]] will find different resources depending on which biomes they select when starting a fort.&lt;br /&gt;
&lt;br /&gt;
Biomes are important when choosing a fortress location in order to understand your [[surroundings]].&lt;br /&gt;
&lt;br /&gt;
====Climate====&lt;br /&gt;
{{Main|Climate}}&lt;br /&gt;
&lt;br /&gt;
Climate determines the maximum temperature range of the region, which in turn impacts the severity of exposure to the outside, whether water will freeze in winter, and how quickly water evaporates. &lt;br /&gt;
&lt;br /&gt;
The climate is displayed as &amp;quot;Temperature: Warm&amp;quot; in the above image.&lt;br /&gt;
&lt;br /&gt;
Very hot and very cold biomes bring their own challenges which may be further compounded with overlapping features, such as a glacier being frozen for half the year, and being devoid of trees, and lacking a river. Very hot climates may see all its surface water quickly evaporate, making finding a water supply more dangerous, as underground caves filled with hostile creatures may be the only supply of water.&lt;br /&gt;
&lt;br /&gt;
====Plant Life====&lt;br /&gt;
{{Main|Tree|Shrub}}&lt;br /&gt;
&lt;br /&gt;
Seen in the above image as &amp;quot;Trees: Sparse&amp;quot; and &amp;quot;Other Vegetation: Moderate&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Trees are useful for the [[wood]] they provide, and wood is a basic building material, important for being the only material that can be used to create beds. Also, because creating bins and barrels from metal is an involved process involving more steps, less common resources, and fuel, wood is often preferred for making these items as well. Wood is also a source of [[fuel|charcoal]], one possible [[fuel]] used to make metal products in standard smelters and forges and required for making steel even when you have magma forges. Wood is also useful in making [[potash]], for soap or fertilizing farms.&lt;br /&gt;
&lt;br /&gt;
Despite wood's many uses, it is entirely possible to play without any trees in your biomes. Due to the inexpensive nature of wood, it is possible to simply embark with a large quantity and rely on trade caravans from the elves, humans, and dwarves for your wood needs. Also, at a certain point, trees can be farmed in muddied underground areas regardless of how barren the surface is.&lt;br /&gt;
&lt;br /&gt;
Shrubs can provide some quick food through the [[herbalist]] skill, [[still|brewable materials]], and [[seeds]] for some very helpful above-ground [[crops]] which are generally only available through trading with Elves.&lt;br /&gt;
&lt;br /&gt;
====Surroundings====&lt;br /&gt;
{{Main|Surroundings}}&lt;br /&gt;
&lt;br /&gt;
Surroundings affect how powerful and hostile local wildlife will be, and some forms of plants are available only in specific types of surroundings.&lt;br /&gt;
&lt;br /&gt;
The surroundings of the example image are listed as &amp;quot;Surroundings: Wilderness&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Any biome can have any set of surroundings; for example a glacier could be haunted, wilderness or mirthful. However, a named region (which is a contiguous area of one category of biomes, such as forests or wetlands) will be either good, neutral, or evil.&lt;br /&gt;
&lt;br /&gt;
There are two axes for surroundings: savagery and alignment. Calm and neutral savagery are functionally identical. Savage lands are like normal lands, except they will frequently have giant or hostile humanoid versions of normal animals. For example, you might have a [[Tigerman]] instead of &amp;quot;merely&amp;quot; a [[tiger]] in a savage jungle.&lt;br /&gt;
&lt;br /&gt;
Good biomes are similar to neutral biomes, except have more fanciful (and generally benign) creatures like [[pixie]]s, [[fluffy wambler]]s, or [[unicorn]]s, and are generally no more dangerous than neutral biomes. Evil biomes are home to many dangerous creatures, often dead vegetation and even including undead versions of normal creatures, making for a far more hostile environment specifically for players who want to face a greater challenge to stay alive, especially early on. Trees might not grow in an evil area.&lt;br /&gt;
&lt;br /&gt;
It is possible to start a fortress that overlaps multiple alignment types (for example good, evil, savage, and benign). Some players consider this desirable, as it provides diversity in your little corner of the world, but it also has its dangers in the form of more ferocious wildlife.&lt;br /&gt;
&lt;br /&gt;
====Layers====&lt;br /&gt;
{{Main|Layer|Ore|Stone}}&lt;br /&gt;
&lt;br /&gt;
At the bottom right of the biome view, some of the main features of the site are reported. You will be told whether the biome has a layer of soil on top of it (and how thick it is), and whether that soil includes [[clay]]. Deep soil layers make underground farming extremely quick to set up, as no [[irrigation]] will be needed. If there are metal ores, ''Shallow metal(s)'' and/or ''Deep metal(s)'' are reported. [[Flux]] is also reported if present.&lt;br /&gt;
&lt;br /&gt;
The depth of the soil layers is indicated by light brown text: ''Little soil'', ''Some soil'', ''Deep soil'' or ''Very deep soil''. Clay is reported as either ''Shallow Clay'' or ''Clay''. [[Sand]] is ''not'' reported here; the only way to be sure you'll have sand is to embark on a Sand Desert.&lt;br /&gt;
&lt;br /&gt;
You won't be told which kinds of metals are present. Your best bet for finding the raw materials for making [[steel]] is to look for a site with ''Shallow metals'' (note the plural) and ''Flux''. A biome with shallow metals listed has an extremely high chance of containing [[iron]]-bearing ores in a sedimentary layer near the surface. Failing that, you're practically guaranteed to get some [[copper]] ore (tetrahedrite).&lt;br /&gt;
&lt;br /&gt;
====Aquifer====&lt;br /&gt;
{{Main|Aquifer}}&lt;br /&gt;
&lt;br /&gt;
An aquifer is a layer of soil or stone saturated with water, and a biome may contain up to 3 aquifer layers (theoretically more, but such would be rare to say the least). Embarking on an aquifer brings up a warning before embark as an aquifer can significantly raise the difficulty of starting a fort. For specific tactics on working with an aquifer, see ''[[Aquifer]]''.&lt;br /&gt;
&lt;br /&gt;
===Changing Views===&lt;br /&gt;
Pressing {{k|Tab}} will cycle the presented information through a variety of different views and panels.&lt;br /&gt;
*Neighbors - other civilizations that are closest to your current location. Proximity increases the chance of interaction, though at present this largely means &amp;quot;nearby goblins are more likely to attack you.&amp;quot; If any race is not represented on this page, it means that the civilization cannot reach you if you are in that location. Embarking on an [[island]], or a location completely surrounded by mountains will make it impossible for any civilization but your own dwarven civilization to reach you, as world map travel across oceans or mountains is impossible. If not even &amp;quot;Dwarves&amp;quot; appears, it means that your home civilization is dead, and there will be no [[immigration]] waves or [[Trading#Caravans|trade caravans]] from your home civilization. If this is the case, it is recommended you change to a still-existent civilization unless you want the challenge of having no support from the mountainhomes. Races that are hostile to you are represented by a series of red &amp;quot;-&amp;quot; marks. In vanilla DF, goblins are always hostile, but humans or elves may also be at war with particular dwarven civilizations.&lt;br /&gt;
*Your Civilization - indicates all Dwarven civilizations in the world. {{k|+}} and {{k|-}} will cycle through the civilizations allowing you to choose which your settlers will be embarking from. Civilization choice will affect who is at war with you, what goods are available for trade and at embark, who your regent will be (considering [[Main:Cacame Awemedinade|one might be surprised by who turns out to be one's regent]]), and if there are any surviving members of your civilization left to migrate to or trade with your fort. Some of this information is only viewable in [[Legends]] Mode, but you can view accessible goods and materials after hitting {{k|e}}mbark by looking at what items you can choose to embark with. If you don't like the options, simply {{k|Esc}} to get the main menu and choose Abort Game. You will have to find the site again, but it saves you from needing to abandon the fortress.&lt;br /&gt;
*Relative Elevation - Shows the land height relative to the lowest point in the region.&lt;br /&gt;
*Cliff Indicator - Shows the severity of cliffs. With the exception of rivers that cut through mountains, even apparently very steep cliffs will still have ramps that make it perfectly accessible for any creature or even the wagons in caravans (unless you have turned erosion off).&lt;br /&gt;
&lt;br /&gt;
===Reclaiming a fortress===&lt;br /&gt;
{{Main|Reclaim fortress mode}}&lt;br /&gt;
If you [[Reclaim fortress mode|reclaim the site]] of an abandoned fortress, upon arrival you may see goods, materials, and corpses left from the previous effort. These items will initially be [[forbid|forbidden]] and you will have to [[Reclaim|reclaim items]] before your dwarves will acknowledge their existence, for example to haul them to a graveyard or refuse [[stockpile]].&lt;br /&gt;
&lt;br /&gt;
==Creating Your Settlers==&lt;br /&gt;
===Play Now!===&lt;br /&gt;
You can forgo the process of assigning skills and supplies and instead select '''Play Now!''' This option will give you a selection of Dwarves with the following profiles:&lt;br /&gt;
&amp;lt;!--Note: Last Updated for v0.31.13--&amp;gt;&lt;br /&gt;
* Miner: Adequate Miner&lt;br /&gt;
* Woodworker: Novice Carpenter, Bowyer&lt;br /&gt;
* Woodcutter: Novice Wood Cutter, Furnace Operator, Wood Burner, Grower, Herbalist, Brewer, Cook, Lye Maker, and Potash Maker&lt;br /&gt;
* Stoneworker: Novice Mason, Engraver, Building Designer, and Mechanic&lt;br /&gt;
* Jeweler: Novice Stone Crafter, Wood Crafter, Bone Carver, Gem Cutter, and Gem Setter&lt;br /&gt;
* Fisherdwarf: Novice Fisherdwarf&lt;br /&gt;
* Fish Cleaner: Novice Weaver, Clothier, Butcher, Tanner,  Leatherworker, and Fish Cleaner&lt;br /&gt;
One of these will be randomly flagged as Expedition Leader at the start.&lt;br /&gt;
&amp;lt;!--Note: Last Updated for v0.31.12--&amp;gt;&lt;br /&gt;
The default embark value for a custom embark is 1274: 974 in pre-chosen goods and 300 unassigned. The Play Now! embark only uses 1038 points. While a Play Now! embark is no more doomed than any other embark, it is always better to Prepare Carefully once you know what you're doing with the set up of an early fort.&lt;br /&gt;
&lt;br /&gt;
===Prepare Carefully===&lt;br /&gt;
Preparing allows the player to customize their embarking party and supplies by spending a pool of points which is shared between skills and equipment, with each skill rank and equipment item having a set value. The total value of embarking is set at 1,274 points, though all but 300 of these are pre-spent on an array of basic equipment (the same equipment Play Now! uses). It stands that one should try to maximize the value of their embark by spending all available points. By preparing carefully it is also possible to [[Fortress name|name]] your fortress and your embark group.&lt;br /&gt;
&lt;br /&gt;
====Using the menu====&lt;br /&gt;
Use {{k|Tab}} to switch between selecting Skills and Items. Use the 4 directional keys or number pad to navigate to highlight the different choices/columns, and {{k|+}} or {{k|-}} to choose more or less of the highlighted item or skill. When viewing items, hit {{k|n}} to go to a menu for any &amp;quot;new&amp;quot; items, that are not currently listed, including any you removed by reducing the number to 0; select the item, hit {{k|Enter}}, then increase the number desired as above ({{k|+}} or {{k|-}}) in the main menu.&lt;br /&gt;
&lt;br /&gt;
If you cannot buy additional skill levels, you are out of points and must return some items for additional points. Higher-priced items will automatically be removed from view when selecting new items if you do not have enough points for those selections, showing only what you can afford with your current points.&lt;br /&gt;
&lt;br /&gt;
====Skills====&lt;br /&gt;
{{Main|Skill}}&lt;br /&gt;
&lt;br /&gt;
The seven settlers you begin with can be assigned up to ten skill ranks picked from the entire Dwarven skill list, including military, though only a maximum of 5 ranks can be bought in any one skill (for a maximum starting rank of &amp;quot;Proficient&amp;quot;). Skill ranks are bought from the shared pool at a cost of 5 for the first rank, 6 for the second, 7 for the third, and so on. Maxing out a skill thus costs a total of 35 points. Although this is already fairly involved, between the long skill list and the floating cost, the value of a rank is subject to further scrutiny given the early-game value, or lack thereof, of certain skills as well as the relative ease or difficulty of training ranks in a given skill. Many skills are performed just as well by a Novice (skill level 1) or even a Dabbler (level 0) as they are by a Legendary (level 15+). A Novice Furnace Operator won't produce Coke as fast as a Legendary Furnace Operator, but they will produce it fast enough to keep their neighbor smelting hematite until the cows come home.&lt;br /&gt;
&lt;br /&gt;
For a more complex example, there is much overlap between what can be produced out of wood and what can be produced out of metal, but wood is plentiful in the early game (often throughout, if a tree farm is established, and caravans will bring in several pages worth of wood if you request it) while metalworking can take much longer to establish, or would take several times longer to produce a given product in the early game due to the multiple steps required. Metalworking skills also train slower than woodworking, and metal products have a longer base production time than wood products.&lt;br /&gt;
&lt;br /&gt;
From one point of view, the Woodworking skills would be of more immediate use in producing quick goods of higher value in the early game, especially given the high volume needed; however furniture quality is of little concern in the early game, and the high volume of value-independent goods (such as barrels which you won't be trading away on their own or using to furnish chambers) will cause your carpenter to train his skills fairly quickly. Even on a strictly functional level, a Novice carpenter can produce beds, barrels, and bins fast enough to keep up with a fledgling base. Lastly, once metal production is up and running, it can be agonizingly slow if a Farmer or Peasant has to be re-assigned to learn from scratch, thus a proficient Metalsmith stands to pay off much more in time than starting with a proficient Carpenter. Consider as well that you may receive a highly skilled Metalsmith during an [[immigration]] wave, if you care to take that chance.&lt;br /&gt;
&lt;br /&gt;
====Supplies====&lt;br /&gt;
The default array of supplies covers a broad range of foodstuffs, seeds, drink, tools, and medical equipment, and is reasonable, though extra food and drink never hurt anyone. &lt;br /&gt;
&lt;br /&gt;
:* 2 Copper [[pick]]s (or bronze picks if your home civilization has no access to copper)&lt;br /&gt;
:* 2 Copper battle [[axe]]s (or bronze battle axes if your home civilization has no access to copper)&lt;br /&gt;
:* 1 Iron [[anvil]] (or Steel [[anvil]] if your home civilization has no access to iron)&lt;br /&gt;
:* 1 Wheelbarrow (if possible)&lt;br /&gt;
:* 60 units alcohol (at least 20 each of up to 3 random types, in 12 barrels)&lt;br /&gt;
:* 6 bags containing 5 each of dimple cup, cave wheat, plump helmet, sweet pods, pig tail, and quarry bush [[seed]]s&lt;br /&gt;
:* 15 units of meat (one random type, 10 + 5 units in 2 barrels)&lt;br /&gt;
:* 15 units of fish (one random type, 10 + 5 units in 2 barrels) &lt;br /&gt;
:* 15 units of plump helmets (10 + 5 units in 2 barrels)&lt;br /&gt;
:* 5 pig tail fiber thread&lt;br /&gt;
:* 5 pig tail fiber cloth&lt;br /&gt;
:* 5 pig tail fiber bags&lt;br /&gt;
:* 3 pig tail fiber ropes&lt;br /&gt;
:* 3 wooden buckets&lt;br /&gt;
:* 3 wooden splints&lt;br /&gt;
:* 3 wooden crutches&lt;br /&gt;
:* 2 dogs (both female)&lt;br /&gt;
:* 2 cats (both female)&lt;br /&gt;
:* 2 random of horse, yak, or water buffalo (random sex)&lt;br /&gt;
&lt;br /&gt;
When settling on a site with few trees, one should definitely consider bringing extra logs to cover the early demand for beds and such.&lt;br /&gt;
&lt;br /&gt;
Cats and dogs are only included in the Play Now! package, you have to go into the pets list and add them when you Prepare Carefully.&lt;br /&gt;
&lt;br /&gt;
Do not overlook the value of bringing animals. Dogs in particular can provide an excellent early warning system, good fighters against kobolds and other thieves, and a healthy supply of meat and bones. Cats are useful for controlling the vermin population, but beware the [[Fun|dangers]] of a [[catsplosion]].&lt;br /&gt;
&lt;br /&gt;
You may also want to consider replacing the pig tail fiber items with much cheaper cave spider silk items (regular, not giant).&lt;br /&gt;
&lt;br /&gt;
Note that the types of supplies available can vary depending on what materials are available at the nearest capital of your civilization.  For example, certain types of stone or bars may not be listed at all if they are not available at your Mountainhome.&lt;br /&gt;
&lt;br /&gt;
If your civilization lacks copper or iron (or both), the increased costs for standard-issue metal equipment can eat up the embark point advantage Prepare Carefully has over Play Now!, but the option to customise point allocation still gives careful preparation an edge.&lt;br /&gt;
&lt;br /&gt;
====Saving a starting mix====&lt;br /&gt;
Once you have the mix of items and skills that you like, you can hit {{k|s}} and save it to a template with a custom name. In a later game, you can pick that profile when you embark. If your selected civilization does not have some of the desired items in your template, this is announced clearly, and a different civilization can be tried as described above, or you can continue and change your mix.&lt;br /&gt;
&lt;br /&gt;
If you match skills to the [[preferences]] and [[personality|personalities]] of your dwarves, it may be an idea not to include any skills in such a template, as they will simply be applied in the original order to the current dwarves as they appear on the list.&lt;br /&gt;
&lt;br /&gt;
If you find additional items that you wish to add (perhaps another type of cheap meat, or an ore not previously available), you can edit those in by hitting {{k|s}}, overwriting your old template. You can also go into the .txt file, located at data/init/embark_profiles, and edit in the SKILLS or ITEMS as you want - the syntax is fairly straightforward.&lt;br /&gt;
&lt;br /&gt;
==Embark Strategies==&lt;br /&gt;
{{Main|Starting build}}&lt;br /&gt;
&lt;br /&gt;
The strategies below are suggestions. They are not universal, and many are even contradictory. This is because there is no one true way to play Dwarf Fortress. Some may not work for you because of unstated assumptions about priority, value, fun, or procedure. However, since Losing is Fun, it's always worth it to try something out, even if it doesn't go well.&lt;br /&gt;
&lt;br /&gt;
===Picking the Right Location===&lt;br /&gt;
'''Need More Dirt''' - three layers of soil before the stone layers begin provides a very large area that can be used to quickly carve out efficient storage rooms, as well as easy construction of large farms and tree farms without the need to flood/muddy large areas of stone.&lt;br /&gt;
&lt;br /&gt;
'''Flowing Water (and Its Inverse)''' - flowing water (river or stream) is a must have for the infinite power it supplies for working machinery and because underground water supplies are too dangerous to tap into. There is no guarantee of infinite water underground, you could embark on a map with completely dry caverns. However, rainier climates will always have murky pools, which with careful management can be refilled from the rain. Infinite power for working machinery can be created using a limited amount of water in a perpetual motion machine. Although, being limited in quantity, murky pools simply do not have the capacity to permanently flood your fortress, while a single mistake with an infinite source can easily do so.&lt;br /&gt;
&lt;br /&gt;
===Preparation Strategies===&lt;br /&gt;
'''Free Barrels''' - many products are stored in bins, barrels, or bags and do not stack with other items even if they're in the same broad classification. Plump Helmets and Horse Meat come in separate barrels even though they're both food. Purchasing a single item of food (or increasing the number to one above the storage limit of the barrel i.e. 11, 21, 31) will also produce a free barrel for it to be stored in. As barrels have a cost of 10 to buy empty, buying a single unit of cost 2 foodstuffs gets you a value of 5. Anything above cost 2 bought for the express purpose of getting barrels would be better off just buying barrels empty or raw logs. This concept can be extended to many different goods, and for any stored good you were &amp;quot;going to buy anyway&amp;quot; you should avoid buying exactly a containerful. Do not get 20, get 21. One unit of milk comes in a single barrel.&lt;br /&gt;
* Note that meat products from the same animal will store in the same barrel, thus 1 unit of Horse Meat and 1 unit of Horse Tripe will only get you one barrel, not two.&lt;br /&gt;
* Upon arrival you can build a kitchen and prepare lavish meals out of all those single units of meat. This will &amp;quot;compress&amp;quot; your food, and free up some barrels for brewing. Size of stacks of food from cooking is equal to sum of stack sizes of ingredients, so you lose nothing.&lt;br /&gt;
&lt;br /&gt;
'''Cheaper food''' - you can bring lots of [[milk]] (worth 1 embark point each), build a [[farmer's workshop]], and make [[cheese]] out of that milk. Combine this with the trick for free barrels, cook lavish meals out of that cheese and meat, and you will get some free barrels, and good quality food for cheap. Making milk into cheese is very fast and requires no skill, you just need to enable cheese making on your cook or brewer.&lt;br /&gt;
* To save on alcohol (you should probably still bring some of it, though) get plump helmets for 4 embark point each. Remember to disable cooking them in z -&amp;gt; Kitchen menu. Build a still, and brew them all, each will make 5 units of alcohol. You can supplement this with gathering and brewing local plants.&lt;br /&gt;
* Cooking lavish meals out of 1 unit of meat, and full barrels of alcohol made on the spot from plump helmets (known as booze cooking) can produce even more food, but only if one knows how to do it.&lt;br /&gt;
* When choosing all that different food, be smart. Press &amp;quot;n&amp;quot; Go to &amp;quot;Meat&amp;quot; section, press &amp;quot;e&amp;quot;, and search for one particular kind of food, &amp;quot;meat&amp;quot;, for example. Press enter, rinse and repeat. This way, you can quickly add food from different animals and be sure you don't have any 2 foods from the same species. Also, it's good to make a template so you won't have to do the whole thing all over again when you start another fortress.&lt;br /&gt;
&lt;br /&gt;
'''Cheap Bags''' - while even the cheapest bags (made from cave spider silk and low-value leather) cost 10 points each, you can instead simply bring several units of [[sand]] costing 1 point each, as each unit of sand will be stored in its own bag made from a randomly selected material (including giant cave spider silk and valuable creature leather).&lt;br /&gt;
&lt;br /&gt;
'''Don't Really Need That''' - unless you have tailored your embark for metal production quick and early, an anvil is typically unnecessary and the 100 points you get from refunding it can be better spent on skills or additional foodstuffs (can't really have enough foodstuffs). By the time the Dwarven caravan arrives in the fall, a 100☼ iron anvil, or even a 300☼ steel anvil, should be little more than an inconvenience. This can sometimes be &amp;lt;s&amp;gt;problematic&amp;lt;/s&amp;gt; [[Fun]] if you are unlucky and the caravan does not bring an anvil.&lt;br /&gt;
&lt;br /&gt;
'''REALLY Don't Need That''' - For players more familiar with the game. Bring no pre-constructed goods (weapons, buckets, etc.), just the materials to make them with. This requires several (3-10, though you're likely to bring way more) logs, some fire-safe stone (ores are fine if you don't mind some micromanagment), few nuggets of copper ore, and an anvil. Upon arrival, build a Wood Furnace and a Forge, make charcoal, then picks for the [[miner]]s and an axe for [[wood cutter]]s. Medical supplies should be unnecessary to start with, because if you need them &amp;lt;s&amp;gt;you're screwed&amp;lt;/s&amp;gt; you'll have [[Fun]]. You may want to bring some [[rope]] (or just [[thread]]) along though. You can start your fortress with just 106☼ worth of items (iron anvil - 100☼, 1 copper nuggets for 1 pick - 6☼, logs can be gathered from deconstructing the wagon and made into 1 training axe - 0☼, fire-safe building material = ash - 0☼, everything else can be made with the raw materials you get from wood-cutting and mining.).&lt;br /&gt;
&lt;br /&gt;
'''Yes, I Do Need That''' - &amp;lt;s&amp;gt;never&amp;lt;/s&amp;gt; &amp;lt;s&amp;gt;don't&amp;lt;/s&amp;gt; &amp;lt;s&amp;gt;NEVER&amp;lt;/s&amp;gt; DON'T EVER leave without alcohol unless you have a [[brewer]] and a way to gather plants early (untrained [[herbalist]]s designated after embarking are enough) or a safe water source (preferably flowing).&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*New players may find the [[Quickstart guide]] useful.&lt;br /&gt;
*The [[Starting build]] article has more detailed embark strategies.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.youtube.com/watch?v=r9yQiHCEGUI&amp;amp;feature=plcp Tutorial on how to embark]&lt;br /&gt;
&lt;br /&gt;
{{Category|Interface}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Dwarf_Fortress_Wiki_talk:Versions&amp;diff=200401</id>
		<title>Dwarf Fortress Wiki talk:Versions</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Dwarf_Fortress_Wiki_talk:Versions&amp;diff=200401"/>
		<updated>2014-07-01T10:18:27Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Revisiting Redirects */ Is it working properly?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{archive|&lt;br /&gt;
# [[DF Talk:Versions/Archive 1|Page 1]]}}&lt;br /&gt;
&lt;br /&gt;
== Version 0.31.19 starts a new DF generation? ==&lt;br /&gt;
&lt;br /&gt;
My reading of Toady's comments on the release of 0.31.19 is that it came out basically because he felt it would take too long to get DF all the way to 0.32.  With the ore changes, the sitefinder changes, the addition of grazing and several different industries, there's a lot of changes between 31.18 and 31.19.  So I'm thinking it might be a good idea to call it the first release of DF2011 - and what we refer to as &amp;quot;DF2010&amp;quot; would then become 0.31.18.&lt;br /&gt;
&lt;br /&gt;
Thoughts? --[[User:DeMatt|DeMatt]] 07:06, 28 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Revisiting Redirects==&lt;br /&gt;
&lt;br /&gt;
I wasn't around when the redirect policy was created, and I'm having trouble understanding the rationale. The example claims that linking [[Main:Cheese]] to [[cv:Cheese maker]] is problematic...but mainspace only ever redirects to the current version. If the best target in the current version is cheese maker, why not link to it directly? (It's not, at least for Cheese, since [[DF2012:Cheese]] exists now.) The explanation seems to be claiming that 40d articles that link to Cheese will follow the Mainspace link--but that hasn't been the case for a long while now. Articles in 40d automatically link against other articles in 40d, so that version remains internally consistent no matter where mainspace links to in the current version. For a current example, what do we gain by linking [[Main:Mead]] to [[cv:Mead]] and linking [[DF2012:Mead]] to [[DF2012:Alcohol]]?&lt;br /&gt;
&lt;br /&gt;
If this really is just an outdated procedure, I recommend we drop the mummery and allow mainspace to link to cv:(best target). Double redirects ''may'' work (sometimes, but [[Main:Mead]] demonstrates a common problem where automatic redirection fails), but if they are unnecessary I think they should be avoided, partly because of problems like [[Main:Mead]] and partly because of the effort required to protect double redirects from users who believe they are problematic.--[[User:Loci|Loci]] ([[User talk:Loci|talk]]) 20:16, 8 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I was just thinking that. I'm currently attempting to write a basic extension to eliminate the need for mainspace redirects entirely, although Mediawiki's class structure may make this more difficult than I had hoped (the only method I've found for resolving redirects takes the ''article text'' instead of a title, e.g. &amp;quot;#REDIRECT ...&amp;quot;). I do agree that the current situation with redirects isn't ideal, so I'm hoping this will work better (once I get it to work).  --[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 20:42, 8 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Okay, that wasn't quite as clear as I meant it to be. In general, I think this is a tricky situation. Mediawiki wasn't designed to have five content namespaces, and certainly not chains of redirects between them. The problem that was pointed out in the [[DF:REDIR|policy]] is the fact that with:&lt;br /&gt;
 Main:Foo -&amp;gt; cv:Bar&lt;br /&gt;
pages in the cv: namespace can't use [[&amp;lt;nowiki/&amp;gt;foo]], since the namespace links modification causes it to be treated as [[&amp;lt;nowiki/&amp;gt;cv:foo]] instead, which doesn't exist. The current suggested solution is this:&lt;br /&gt;
 Main:Foo -&amp;gt; cv:Foo -&amp;gt; cv:Bar&lt;br /&gt;
This fixes the problem of [[&amp;lt;nowiki/&amp;gt;foo]] not working on cv pages, but creates issues with double redirects not always working. Another solution, which is more intuitive to new editors, is:&lt;br /&gt;
 Main:Foo -&amp;gt; cv:Bar&lt;br /&gt;
 cv:Foo -&amp;gt; cv:Bar&lt;br /&gt;
Both require creating two redirects. The first method has the advantage of ''ensuring'' that the cv redirect exists (otherwise, main:foo would be a redlink), while the second has the advantage of working more reliably in a couple cases.&lt;br /&gt;
&lt;br /&gt;
What I'm trying to do is make main:Foo &amp;quot;jump&amp;quot; to cv:Foo when cv:foo exists, ''even if main:foo doesn't exist'' (basically it would treat all mainspace pages as redirects to cv pages, but only if the cv page exists and not the mainspace page). I had main:Bar jumping to cv:Bar fine, but if cv:Foo redirected to cv:Bar, accessing main:Foo would mysteriously stop at cv:Foo even if I increased the redirect limit. What I'm trying to do now is follow the redirects internally, without relying on Mediawiki to do it automatically - unfortunately, that has proved to be harder than I had hoped (and I sent my web server into an infinite loop while trying). I will try to work on this some more when I get a chance, although I'm not sure when that'll be yet :(. For now, feel free to fix broken double mainspace redirects as necessary, as long as redirects in the DF2012 namespace stay pointing to the right page (and new mainspace redirects get added in the DF2012 namespace too). --[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 04:21, 9 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:You're treating cv like a namespace--it's not. It is simply shorthand for &amp;quot;fill in the current version here&amp;quot;. [http://dwarffortresswiki.org/index.php?title=User_talk:Briess&amp;amp;diff=182404&amp;amp;oldid=181281 As I discovered a long time ago on a server not far away], linking from Main:Foo to cv:Foo tends to break redirection chains. If, instead of linking to cv:Foo, you link to DF2012:Foo, it might just work. It would, of course, be better if your patch could evaluate cv itself, but even if you have to hardcode the current version it's a single point of maintenance that requires update very infrequently. (For that matter, we could probably dispense with the cv hack entirely and just have a bot update mainspace links from DF2012 to DF201X when we switch to a new version.)--[[User:Loci|Loci]] ([[User talk:Loci|talk]]) 20:05, 9 January 2014 (UTC)&lt;br /&gt;
::I know cv isn't a namespace - I was just trying to avoid future confusion when the DF2012 namespace changes. It's interesting that changing &amp;quot;cv&amp;quot; to &amp;quot;DF2012&amp;quot; fixes some broken redirects, although I've found that simply making an edit to a broken redirect can usually fix it as well. I've actually had the most problems with double redirects when the second one (in the DF2012 namespace) doesn't use the DF2012 prefix (e.g. main:Foo containing &amp;lt;nowiki&amp;gt;[[cv:Foo]] and DF2012:Foo containing [[Bar]]&amp;lt;/nowiki&amp;gt;). I'd rather keep the cv alias even if it isn't necessary for mainspace redirects when I get the patch to work, since it makes it easier to refer to the current version of the page (for example, several MDF articles contain links to a vanilla page for things that don't change in the mod).&lt;br /&gt;
::Also, using aliases like &amp;quot;cv&amp;quot; is supported by Mediawiki; in fact, several WMF wikis use them (for example, &amp;quot;[[wikipedia:WP:Redirects|WP:Redirects]]&amp;quot; on Wikipedia). It's quite likely that Mediawiki isn't processing double redirects using aliases correctly, though, since that's uncommon on most wikis. --[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 21:35, 9 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
In light of the lack of support for the current redirect policy, I propose we replace the current redirect section with:&lt;br /&gt;
&lt;br /&gt;
:Mainspace article pages should use the cv: alias when redirecting to a versioned page, which will automatically update the link when a new version is released. For example, page &amp;quot;Main:Foo&amp;quot; should redirect to page &amp;quot;cv:Bar&amp;quot; (where &amp;quot;Bar&amp;quot; is the page that best describes the topic Foo in the current version).&lt;br /&gt;
&lt;br /&gt;
:Pages in mainspace should only redirect to an older versioned page if that content no longer exists in the current version of the game (e.g. [[Cave river]], [[Chunk]]). In these cases the cv: alias cannot be used.  &lt;br /&gt;
&lt;br /&gt;
:Pages inside a versioned namespace should not use the cv: alias. Instead, they should redirect to the best page within that versioned namespace (e.g. [[DF2012:Dodging]], [[v0.31:Drink]]).&lt;br /&gt;
&lt;br /&gt;
:Due to limitations of the wiki software, double redirects should be avoided if possible. When fixing double redirects in mainspace, please make sure to use the cv: alias as appropriate.&lt;br /&gt;
&lt;br /&gt;
If no one objects, I will make this change in a few days.--[[User:Loci|Loci]] ([[User talk:Loci|talk]]) 20:21, 15 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Okay with me. It may be worth mentioning that double redirects only really need to be changed when they don't work (since changing a lot of redirects that work isn't necessary), but I think it's clearer and more relevant than the current policy. &amp;amp;mdash;[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 00:26, 16 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Done.--[[User:Loci|Loci]] ([[User talk:Loci|talk]]) 20:55, 22 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I was finally able to get my extension to work after being motivated by one too many malfunctioning redirects. It now causes nonexistent pages in the main namespace to behave exactly like redirects to their DF2012 counterparts (when linked to, accessed directly, and transcluded). Double redirects also work (up to 100, in fact, although that was a temporary safety measure that I'll probably change). This means we'll be able to safely get rid of all mainspace redirects (redirects that redirect to something other than &amp;quot;cv&amp;quot; will still function if not deleted). &amp;amp;mdash;[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 01:20, 14 March 2014 (UTC)&lt;br /&gt;
:What about articles which don't exist in the current version but do exist in older versions? Will those still need mainspace redirects, or will your extension be able to automatically redirect them to v0.31/40d/23a? --[[User:Quietust|Quietust]] ([[User talk:Quietust|talk]]) 01:29, 14 March 2014 (UTC)&lt;br /&gt;
::It ignores all mainspace pages that actually have content, including redirects, so pages like [[masons guild]] won't be affected (unless deleted). &amp;amp;mdash;[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 01:47, 14 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Done and deployed. [[Cat]] is still treated as a redirect, even though I just deleted it (try clicking on the &amp;quot;redirected from&amp;quot; link). Pages that exist are ignored, so [[Masons guild]] and [[History of Dwarf Fortress]] still function normally (as a redirect to a 23a page and a non-redirect, respectively). &amp;amp;mdash;[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 18:57, 14 April 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm sending around a bot right now to delete all redirects of the format &amp;quot;foo -&amp;gt; cv:foo&amp;quot; (a surprising number don't fit this format, so I'm leaving them alone for now). &amp;amp;mdash;[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 20:43, 14 April 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'm confused. Do we use double redirects or not? Is there a single place we define our linking policy (including redirects), and is it updated? &lt;br /&gt;
:I had trouble linking to [[Consolidated_development]] in [[v0.34:Dragon]]. It kept pointing to v0.34:Consolidated_development, which does not exist. I ended up linking to Main:Consolidated_development to make it work. --[[User:Nahno|Nahno]] ([[User talk:Nahno|talk]]) 10:18, 1 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Google often directs people to the 0.31 page ==&lt;br /&gt;
&lt;br /&gt;
I've noticed a couple of times that finding a wiki page from an external search will often drop me onto a page from an older version.  Is it possible to mitigate this somehow for new players?  I could imagine something like redirecting old:Bar -&amp;gt; cv:Bar unless the user has come from old:Foo; no idea if that would actually work though.  [[User:PeridexisErrant|PeridexisErrant]] ([[User talk:PeridexisErrant|talk]]) 11:48, 4 May 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:As a temporary solution, I could write a script that displays a banner of some kind if the user came from an external site. I'll ask Briess if he can do anything on the server level to increase the weighting of the current version's pages. (Obviously there are situations where people are looking for old pages, like [[23a:dungeon master]], so we don't want to disable indexing entirely on old pages.) &amp;amp;mdash;[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 17:03, 4 May 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== DF2014? ==&lt;br /&gt;
&lt;br /&gt;
As Toady [http://www.bay12games.com/dwarves/ draws closer to a new release], it might be worthwhile to discuss the addition of a new version to the wiki. The upcoming release covers two years of changes and introduces a number of new plants, foods, drinks, multi-tile trees, climbing, jumping, etc., so it is likely to have significant changes from the current DF2012. To avoid having people start new pages (and lose all the effort spent refining the prior version's page), I think it would be best to have a bot automatically copy over the DF2012 pages as a starting point for DF2014. I would suggest that these copied pages include a noticebox template mentioning that the content may be outdated, so that we can easily track which pages have been reviewed. I think either the {{tl|version check}} or {{tl|old}} template would work. --[[User:Loci|Loci]] ([[User talk:Loci|talk]]) 19:43, 5 May 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This is what [[User:QuietBot]] did after the 0.34 release, so it's certainly possible to use the same script to migrate to DF2014. I would like a way of tagging migrated pages, since inaccuracies in some pages went unnoticed for months after they were migrated. Since {{tl|old}} is already in use, {{tl|version check}} may be a better solution (it can be reworded slightly, or we can make a separate template for DF2014 migration). &amp;amp;mdash;[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 19:23, 1 June 2014 (UTC)&lt;br /&gt;
:Made [[Template:DF2014 migrated]] as an example. Any thoughts? &amp;amp;mdash;[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 19:32, 1 June 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Dragon&amp;diff=200399</id>
		<title>v0.34:Dragon</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Dragon&amp;diff=200399"/>
		<updated>2014-07-01T10:01:23Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Irregularities, Bugs, and Future Plans */ Apparently, linking to mainspace from here is impossible without 'Main:'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Masterwork|00:05, 7 March 2013 (UTC)}}&lt;br /&gt;
{{Creaturelookup/0&lt;br /&gt;
|bone=66-110&lt;br /&gt;
|tooth=3&lt;br /&gt;
|meat=113-173&lt;br /&gt;
|fat=42-65&lt;br /&gt;
|nail=1&lt;br /&gt;
|lung=8-18&lt;br /&gt;
|heart=2-4&lt;br /&gt;
|intestine=14-27&lt;br /&gt;
|liver=4-9&lt;br /&gt;
|tripe=4-9&lt;br /&gt;
|sweetbread=2-4&lt;br /&gt;
|spleen=2-4&lt;br /&gt;
|kidney=4-8&lt;br /&gt;
|brain=4-8&lt;br /&gt;
|skull=1&lt;br /&gt;
|skin=scale&lt;br /&gt;
|eye=2&lt;br /&gt;
|contrib=no&lt;br /&gt;
|wiki=yes&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
'''Dragons''' are gigantic fire-breathing, green reptilian [[megabeast]]s, eventually becoming the [[List_of_creatures_by_adult_size#end_of_list|largest land creatures]] in the world.&lt;br /&gt;
&lt;br /&gt;
While based on the occidental dragon model, dragons do not fly nor have wings. They are immune to fire and magma (and are not harmed by being immersed in it, they will however [[drown]] in it). They breathe out a jet of extremely hot (theoretically {{ct|50000}} hot, over four times the heat of [[magma]]) &amp;quot;[[dragonfire]]&amp;quot; which can injure things that are immune to normal fire, such as the [[Bronze colossus]] (dragonfire is, however, a blockable attack if a creature is using a shield). Only Dragons and [[Cave dragon|Cave Dragons]] are naturally immune to dragonfire. They are also ''not'' [[Trapavoid|trapavoid]].&lt;br /&gt;
&lt;br /&gt;
Dragons are covetous and seek to steal items from your fortresses to bring them back to their lairs. Dragons generally succeed in doing so on worldgen, but most of the time when they attack a player fortress they get caged, killed or succeed in burning the whole fortress down.&lt;br /&gt;
&lt;br /&gt;
Dragons are the glass cannons of the megabeasts. They aren't especially durable for a megabeast and can be slain quite easily with traps or skilled soldiers, however their dragonfire will melt every other non-shield-using creature in the game (except for [[sponge]]s), they breathe fire over a long distance (20+ tiles) and they breathe fire often.&lt;br /&gt;
&lt;br /&gt;
Some dwarves [[preference|admire]] dragons for their ''terrible majesty''.&lt;br /&gt;
&lt;br /&gt;
==Dragon Size==&lt;br /&gt;
&lt;br /&gt;
Dragons slowly grow to become one of the largest creatures in the game, finally reaching their adult size of 25,000,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; after 1000 years.  As a hatchling, dragons are quite tiny, at exactly 1/10th an adult dwarf's size, but they grow very rapidly, at roughly 25,000 cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; per year. Dragons reach dwarf size shortly after its second birthday, are more than double a dwarf at about year 5, and add another dwarf in size roughly every two years after that.  &lt;br /&gt;
&lt;br /&gt;
*At 23 years, a dragon is the size of a [[giant cheetah]].&lt;br /&gt;
*At 100 years, a dragon is the size of a [[draltha]].&lt;br /&gt;
*At 200 years, a dragon is the size of an [[elephant]].&lt;br /&gt;
*At 320 years, a dragon is the size of a [[hydra]].&lt;br /&gt;
*At 800 years, a dragon is the size of a [[bronze colossus]] or an adult [[roc]].&lt;br /&gt;
*Thereafter, a dragon is the largest creature found on land. (The [[giant sperm whale]] is the largest creature found anywhere)&lt;br /&gt;
&lt;br /&gt;
==Defense Strategies==&lt;br /&gt;
&lt;br /&gt;
[[Dragonfire]] can be blocked if the victim is using a shield, and it will be more than 99% of the time.  Dragons are also massively powerful in melee combat, so they can be hard to take down without a good military.  Possibly the best defense is to use piercing weapons like crossbows and especially spears and hope you get lucky and hit a vital organ which can bring it down immediately. An alternative is building one or multiple cage traps, possibly beforehand, which will probably cage the dragon making it harmless. You should know that wooden cages and stone mechanisms will be destroyed by dragonfire, so either make sure both cages (or weapons, or supports) and mechanisms are impervious to dragonfire, or more simply ensure that the dragon has no reason to breathe fire by removing animals and dwarves from the trapped area.  While they won't fire on buildings normally, a stray blast (at your outdoor livestock or bait animals, say) that catches any traps, doors, bridges not made of [[dragonfire]]-safe materials will melt and deactivate them. Also, Dragons make good companions if you are able to reanimate them as a [[Necromancer]]&lt;br /&gt;
&lt;br /&gt;
==Domestication==&lt;br /&gt;
Dragons can be captured in cage traps and tamed if you're lucky enough to catch one.  Currently, knowledge of animal behaviour is based on the civilization level and depends partly on the animals available for contact in a given civilization site.  Such a rare megabeast as a dragon is unlikely to have had any civilized contact aside from adventurers attempting to slay them and other violent contact; as such, your fort will have to build the knowledge base from the ground up, making dragon-taming a highly difficult task.  Bear in mind that even with a skilled [[animal trainer]] at hand, your first attempts to control such a powerful and elusive beast may result in [[Fun|half your fortress burning in dragonfire]].&lt;br /&gt;
&lt;br /&gt;
If you can manage to endure its long-untamed wrath, you'll have a massively valuable pet that can lay [[egg]]s. Dragons can also be trained as war or hunting animals at an [[Activity_zone#Animal_Training|animal training zone]]. While a tamed dragon is an immensely destructive tool at your disposal, it is also very eager to use dragonfire against your enemies, which can be ''exceedingly'' [[fun]] if it happens in your booze stockpile or meeting room.&lt;br /&gt;
&lt;br /&gt;
Dragons do not have a {{token|CHILD|c}} tag, and therefore their eggs do not hatch in fortress mode.&lt;br /&gt;
&lt;br /&gt;
==Irregularities, Bugs, and Future Plans==&lt;br /&gt;
Dragons have been observed to occasionally wear some armor (breastplates, greaves, leggings and boots). This armor is specified as &amp;quot;Large [metal][armor type]&amp;quot; and gives the dragon the same protection as any other species might get from it.&lt;br /&gt;
&lt;br /&gt;
Toady has mentioned that he plans to eventually extend the random creature generator of the game to create different species and varieties of dragon within certain constraints, calling it &amp;quot;Half-Random&amp;quot;, with ideas for variants including just about anything dragons have been given in literature, such as acidic blood, while maintaining a basic draconic structure.&amp;lt;sup&amp;gt;([http://www.bay12forums.com/smf/index.php?topic=30026.msg1012311#msg1012311])&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of the [[Main:Consolidated_development#Power_Goals|old power goals]] referenced stealing dragon eggs as part of an adventure mode quest. &lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;br /&gt;
{{Category|Megabeasts}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Cleaning_up_macros&amp;diff=200379</id>
		<title>v0.34 Talk:Cleaning up macros</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Cleaning_up_macros&amp;diff=200379"/>
		<updated>2014-06-30T23:18:56Z</updated>

		<summary type="html">&lt;p&gt;Nahno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Is this a relevant article?==&lt;br /&gt;
This is a wiki on Dwarf Fortress. Does this article enhance players' Dwarf Fortress experiences? &lt;br /&gt;
I don't use macros, so I wouldn't know. --[[User:Nahno|Nahno]] 20:12, 5 March 2012 (UTC)&lt;br /&gt;
:[[User:Sasf54]] seems obsessed with his special-case macros recently... I'd ask him to stop or take it to the forums, but can't edit his talk page since it doesn't exist. --[[Special:Contributions/74.105.188.206|74.105.188.206]] 20:21, 5 March 2012 (UTC)&lt;br /&gt;
::No other article links here. The [[v0.34:Macros_and_Keymaps]] article is quite long, but I feel the information here should be there, instead of having its own article. --[[User:Nahno|Nahno]] ([[User talk:Nahno|talk]]) 23:18, 30 June 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=User_talk:Iban/Dwarf_silk&amp;diff=200368</id>
		<title>User talk:Iban/Dwarf silk</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=User_talk:Iban/Dwarf_silk&amp;diff=200368"/>
		<updated>2014-06-30T22:32:37Z</updated>

		<summary type="html">&lt;p&gt;Nahno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Er, no. Just... no. --[[User:Quietust|Quietust]] 02:50, 7 January 2010 (UTC)&lt;br /&gt;
:Yes.--[[Special:Contributions/209.66.200.61|209.66.200.61]] 21:54, 11 January 2010 (UTC)&lt;br /&gt;
::Perhaps you could explain exactly what the hell this article is ''supposed'' to be. It looks like the result of somebody modding dwarves to have the same web attack as a [[giant cave spider]]. --[[User:Quietust|Quietust]] 22:02, 11 January 2010 (UTC)&lt;br /&gt;
:::Amusing as it may be, I don't feel that this page is justified. I suggest it be marked for deletion again. --[[User:Nahno|Nahno]] 18:53, 12 January 2010 (UTC)&lt;br /&gt;
::::Rather than delete it, you can go ahead and move it to [[User:Iban/Dwarf_Silk]]. --[[Special:Contributions/98.170.236.116|98.170.236.116]] 23:37, 12 January 2010 (UTC)&lt;br /&gt;
:::::We should do that. Going by redirects to here, this page is (still) not justified. (I never learned how. Can I even do that?) --[[User:Nahno|Nahno]] ([[User talk:Nahno|talk]]) 22:32, 30 June 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Zoo&amp;diff=190601</id>
		<title>v0.34:Zoo</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Zoo&amp;diff=190601"/>
		<updated>2013-07-23T21:02:23Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Undo revision 190299 by 96.251.85.48 (talk) That belongs in the cage article.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior|22:02, 18 May 2013 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
A '''zoo''' is a [[room]] defined around a built [[cage]] or [[restraint]] that is not designated for &amp;quot;[[justice]]&amp;quot; (i.e. [[jail]]). Zoos can be assigned to specific dwarves, or left unassigned for communal enjoyment. An unassigned zoo seems to function like a [[meeting hall]], where idle dwarves will congregate and throw [[party|parties]]. While dwarves may receive happy [[thought]]s from admiring a zoo's [[restraint]]s, [[cage]]s, and any [[preference|preferred]] [[creature]]s, they do not appear to consider them &amp;quot;tastefully arranged&amp;quot; (unlike [[furniture]] in [[statue garden]]s); it is unknown if this has any effect on the happiness of the dwarves.&lt;br /&gt;
&lt;br /&gt;
Caged animals that need a [[pasture]] will eventually get hungry and die if not fed, making them impractical for use in a zoo. [[Hateable]] [[vermin]] can inspire negative thoughts in visiting dwarves, and should similarly be avoided. Although filling your zoo with your fortress's prisoners seems very dwarfy, a mix of regular animals is more likely to match your dwarves' [[preference]]s. A zoo can even function without animals, though the likelihood of happy thoughts will be reduced.&lt;br /&gt;
&lt;br /&gt;
Note that the game neither uses the term ''zoo'' nor calls a room created from a cage a meeting hall.&lt;br /&gt;
&lt;br /&gt;
{{buildings}}&lt;br /&gt;
{{Category|Rooms}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Zoo&amp;diff=190598</id>
		<title>v0.34 Talk:Zoo</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Zoo&amp;diff=190598"/>
		<updated>2013-07-23T20:04:14Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Merge with cage article? */ No merger.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Merge with cage article?==&lt;br /&gt;
Most of this article concerns [[cage]]s and [[meeting area]]s. The mention of the non-justice, cage-defined room that is the zoo would fit better in a dedicated paragraph on the cage page in my opinion. I'm putting it on my to-do list, so please protest if you disagree. --[[User:Nahno|Nahno]] ([[User talk:Nahno|talk]]) 16:19, 23 July 2013 (UTC)&lt;br /&gt;
:I'm perfectly fine with merging/eliminating some of the redundant information, particularly with cages. However, I think keeping this as a separate page would be more consistent with other articles (such as [[sculpture garden]], [[dining room]], etc.). It would also be nice to add some information that's actually about ''zoos'', similar to [[sculpture garden]]. --[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 17:14, 23 July 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I disagree. A zoo is a room, which differs from a piece of furniture quite considerably. [[Bedroom]] doesn't belong in [[bed]], [[office]] doesn't belong in [[throne]], [[tomb]] doesn't belong in [[coffin]], and [[zoo]] doesn't belong in [[cage]]. That being said, [[cage]] should link to [[zoo]] much like it currently links to [[jail]] (which also has its own page). --[[User:Loci|Loci]] ([[User talk:Loci|talk]]) 19:15, 23 July 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I agree on consistency. While don't agree that rooms categorically need articles removed from their parent furniture, some, perhaps most, do. I suppose the eyesore I find the (inherently?) minor zoo article to be, is lesser than any generally consistent alternative. I could probably survive the inconsistency of the zoo room being condensed into one or two informative lines in the cage article, though. On the other hand the cage article itself really doesn't need more text. I'll remove the actually misplaced (and most recent) paragraph and consider putting its content where it belongs. --[[User:Nahno|Nahno]] ([[User talk:Nahno|talk]]) 20:04, 23 July 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Zoo&amp;diff=190524</id>
		<title>v0.34 Talk:Zoo</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Zoo&amp;diff=190524"/>
		<updated>2013-07-23T16:19:46Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Redundant article. Propose merge with cage.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Merge with cage article?==&lt;br /&gt;
Most of this article concerns [[cage]]s and [[meeting area]]s. The mention of the non-justice, cage-defined room that is the zoo would fit better in a dedicated paragraph on the cage page in my opinion. I'm putting it on my to-do list, so please protest if you disagree. --[[User:Nahno|Nahno]] ([[User talk:Nahno|talk]]) 16:19, 23 July 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Larch&amp;diff=190000</id>
		<title>v0.34:Larch</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Larch&amp;diff=190000"/>
		<updated>2013-07-13T12:19:42Z</updated>

		<summary type="html">&lt;p&gt;Nahno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional|11:05, 8 August 2010 (UTC)}}&lt;br /&gt;
{{Treelookup/0}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
The '''Larch''' is a type of [[above ground]] [[tree]]. It is found in [[temperate]] [[forest]]s and occasionally in [[taiga]] regions. Like the overwhelming majority of overland trees, larch [[wood]] is brown and produces brown products.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Plants}}&lt;br /&gt;
{{Category|Surface trees}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Black_mamba_man&amp;diff=189891</id>
		<title>v0.34:Black mamba man</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Black_mamba_man&amp;diff=189891"/>
		<updated>2013-07-11T19:19:05Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Animal men are anthropomorphic. Animorph is specific to K. A. Applegate's works.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|05:29, 9 July 2013 (UTC)}}&lt;br /&gt;
{{Creaturelookup/0}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{creaturedesc}}&lt;br /&gt;
&lt;br /&gt;
'''Black mamba men''' are the anthropomorphic versions of [[black mamba]]s, half-man, half-snake. Unlike their solitary basal creatures, they can appear in packs of up to three. They're slightly larger than a dwarven child, and not nearly so threatening as the [[giant black mamba]]s, but because of their insta-death poison bite, pack mentality, and increased size should not be attacked by non-armored military dwarves.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Talk:Boar&amp;diff=189888</id>
		<title>Talk:Boar</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Talk:Boar&amp;diff=189888"/>
		<updated>2013-07-11T19:01:19Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Deletion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Deletion ==&lt;br /&gt;
I'm not sure how necessary the list of other animals was, but male pigs don't have the word &amp;quot;pig&amp;quot; in their name anywhere (so it's not always obvious for new players). Also, they could be confused for wild boars, which are considered a different species. I think we should re-add these two, but it's all right if we leave off the rest of the creatures. --[[User:Lethosor|&amp;lt;span style=&amp;quot;color:#074&amp;quot;&amp;gt;Lethosor&amp;lt;/span&amp;gt;]] ([[User talk:Lethosor|&amp;lt;span style=&amp;quot;color:#092&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]) 13:18, 9 July 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I would never use 'boar' for male pig on this wiki; or even search specifically for male pigs for that matter. But I'm hardly standard. I would redirect to cv:Boar, and from Boar to Wild Boar. But I suppose a disambiguation page does the trick too. We could keep the creature list though. If you actually search for boars it might provide you with other options you were looking for. The line that refers to it is a bit funny though. --[[User:Nahno|Nahno]] ([[User talk:Nahno|talk]]) 19:01, 11 July 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=User_talk:Nahno&amp;diff=189560</id>
		<title>User talk:Nahno</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=User_talk:Nahno&amp;diff=189560"/>
		<updated>2013-07-06T23:51:41Z</updated>

		<summary type="html">&lt;p&gt;Nahno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Comments==&lt;br /&gt;
&lt;br /&gt;
Please add a ''&amp;lt;nowiki&amp;gt;===(Headline)===&amp;lt;/nowiki&amp;gt;'' to comments on new topics.&lt;br /&gt;
&lt;br /&gt;
===DF2010:Coniferous forest===&lt;br /&gt;
Thanks for correcting my redirect. May I ask what the correct coding is? I can never seem to figure it out. --[[User:Romeofalling|Romeofalling]] 07:27, 5 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#REDIRECT [[DF2010:Forest]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:When editing a page you can click the button/icon with the '#R' to insert a redirect (that you must then customize). &lt;br /&gt;
:Also, you can see the change I made by finding the edit in the ''Recent changes'' and clicking the ''diff'' link. &lt;br /&gt;
:I don't know if there is a better way to redirect to the same namespace, like you tried. I kinda hope there is. --[[User:Nahno|Nahno]] 13:50, 5 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
===On Attributes (DF2012)===&lt;br /&gt;
Nahno:&lt;br /&gt;
&lt;br /&gt;
I do not know how exactly attributes are applied.  I assumed they were applied during dwarf creation.  I've read they can increase, but have yet to see it.  I moved the dfhack/mean references to the discussion, but left the information in about distribution of values around the mean as well as values above 200.  Hope that appeases everyone.&lt;br /&gt;
&lt;br /&gt;
-Thistleknot, 16 March 2012, in response to [[User_talk:Thistleknot|this]].&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=User_talk:Thistleknot&amp;diff=166920</id>
		<title>User talk:Thistleknot</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=User_talk:Thistleknot&amp;diff=166920"/>
		<updated>2012-03-14T01:40:23Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Regarding attributes */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Requesting data sets to verify averages.&lt;br /&gt;
&lt;br /&gt;
== Regarding attributes ==&lt;br /&gt;
&lt;br /&gt;
Hello Thisteknot&lt;br /&gt;
&lt;br /&gt;
Welcome to the wiki. We appreciate your contribution. Keep up the good work.&lt;br /&gt;
&lt;br /&gt;
I've been meaning to contact you about the attribute article and your work there. As you may have noticed, I was the one who undid your initial contribution to it. I am not quite content with your later edits either, but you made me realize that the article, especially the section you have flagged, is lacking. I have been unable to find exhaustive information on the nature of attributes, and have therefore postponed fixing that section and updating the article proper. &lt;br /&gt;
&lt;br /&gt;
Do you happen to know exactly how and when attributes are applied to a dwarf? --[[User:Nahno|Nahno]] 01:40, 14 March 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Trading/Flowchart&amp;diff=166915</id>
		<title>v0.34:Trading/Flowchart</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Trading/Flowchart&amp;diff=166915"/>
		<updated>2012-03-14T00:16:33Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Link to general namespace. Link caravan &amp;gt; DF2012:Caravan &amp;gt; DF2012:Trading#Caravans does not play nice?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;float:right; margin:0 0 15px 30px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=15|Suggested trading procedure {{navbar|Trading/Flowchart}}&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|width=50|&lt;br /&gt;
|width=1|&lt;br /&gt;
|width=50|&lt;br /&gt;
|width=5|&lt;br /&gt;
|width=50|&lt;br /&gt;
|width=1|&lt;br /&gt;
|width=50|&lt;br /&gt;
|width=5|&lt;br /&gt;
|width=50|&lt;br /&gt;
|width=1|&lt;br /&gt;
|width=50|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=4|&lt;br /&gt;
|colspan=3 style=&amp;quot;border: 1px solid #aaa;&amp;quot; align=center|Arrive at fortress location&lt;br /&gt;
|-&lt;br /&gt;
|colspan=5|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=1|&lt;br /&gt;
{{Flowchart Horizontal Bar|9}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=1|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|colspan=7|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|-&lt;br /&gt;
{{Flowchart Box|Create [[Finished_goods|goods]]|5}}&lt;br /&gt;
|colspan=5|&lt;br /&gt;
{{Flowchart Box|Build [[Trade Depot]]}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=6|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|colspan=2|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=5|&lt;br /&gt;
{{Flowchart Box|Check depot is accessible}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=6|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=5|&lt;br /&gt;
{{Flowchart Box|Wait for [[caravan]]}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=1|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|colspan=7|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=1|&lt;br /&gt;
{{Flowchart Horizontal Bar|9}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=5|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|colspan=5|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=1|&lt;br /&gt;
{{Flowchart Horizontal Bar|9}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=1|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|colspan=3|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|colspan=3|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|-&lt;br /&gt;
{{Flowchart Box|Set goods to be traded}}&lt;br /&gt;
|&lt;br /&gt;
{{Flowchart Box|Wait for caravan to arrive at depot and merchants to finish unloading|3}}&lt;br /&gt;
|&lt;br /&gt;
{{Flowchart Box|Wait for the [[liaison]] (if any) to reach your trader}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=1|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|colspan=7|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|-&lt;br /&gt;
{{Flowchart Box|Wait for goods to be hauled}}&lt;br /&gt;
|colspan=5|&lt;br /&gt;
{{Flowchart Box|Turn your trader's [[labor]]s off so he doesn't get distracted}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=1|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|colspan=3|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|colspan=3|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=1|&lt;br /&gt;
{{Flowchart Horizontal Bar|5}}&lt;br /&gt;
|colspan=3|&lt;br /&gt;
|style=&amp;quot;border: 1px solid #aaa; border-top:none; border-bottom:none;&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|colspan=3|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|colspan=4|&lt;br /&gt;
{{Flowchart Box|Conduct all 4 meetings with the liaison|4}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=7 rowspan=1 style=&amp;quot;border: 1px solid #aaa;&amp;quot; align=center height=50|Request trader at Depot&amp;lt;br&amp;gt;(Interrupting meetings if required)&lt;br /&gt;
|-&lt;br /&gt;
|colspan=3|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=2|&lt;br /&gt;
{{Flowchart Box|Trade}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=3|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|colspan=5|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=3|&lt;br /&gt;
{{Flowchart Horizontal Bar|7}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=5|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=4|&lt;br /&gt;
{{Flowchart Box|Turn trader's labors back on}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=5|&lt;br /&gt;
{{Flowchart Vertical Bar}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=4|&lt;br /&gt;
{{Flowchart Box|Retrieve [[bin]]s from Depot to reuse}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:World]]&lt;br /&gt;
[[Category:Trade]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Quotes&amp;diff=166912</id>
		<title>Quotes</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Quotes&amp;diff=166912"/>
		<updated>2012-03-13T23:58:00Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Undo revision 166880 by 96.30.149.198 (talk) I don't think this fits the description.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended to collect any interesting or insightful quotes by [[Toady One]] or [[ThreeToe]] have made about their thoughts on Dwarf Fortress, their long-term plans, and so forth, in the hope that such quotes won't get lost in the shuffle of the forum.&lt;br /&gt;
&lt;br /&gt;
Of course, many of these quotes were likely just offhand remarks, and older ones may reflect ideas that have changed, so don't take this as the Word of God.  But for fans of Dwarf Fortress, it can be fun and interesting to read, can't it?&lt;br /&gt;
&lt;br /&gt;
If you add something, provide links to where the quote is from, and describe the context if it's necessary.&lt;br /&gt;
&lt;br /&gt;
==Acid==&lt;br /&gt;
* ''Insanely strong acids are required for the setting and will make it in at some point.'' &amp;lt;sub&amp;gt;[http://www.bay12games.com/forum/index.php?topic=30026.msg995925#msg995925 Toady, January 26, 2010]&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==On the Setting==&lt;br /&gt;
* ''As far as magic goes, underneath, it's all the same -- like a debugging option with some in-play queue that lets you change things for no reason.  You don't need to worry so much about the implementation -- as much as we have one now, I don't really want a stock universe.  The things we have now, like Blizzard Men, are mostly there to make sure that special properties are implemented.  Then the random generation can begin.  We don't want another cheap fantasy universe, we want a cheap fantasy universe generator.  A lot of fiction sounds computer generated anyway.''  &amp;lt;sub&amp;gt;[http://www.bay12games.com/forum/index.php?topic=948.msg12375#msg12375 Toady, August 12, 2006]&amp;lt;/sub&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Magma-safe&amp;diff=166878</id>
		<title>v0.34:Magma-safe</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Magma-safe&amp;diff=166878"/>
		<updated>2012-03-13T03:23:43Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Undo revision 166876 by 96.36.17.244 (talk) Out of context.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Exceptional|10:15, 12 August 2010 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Magma-safe materials''' are materials which will not melt, burn, evaporate, or otherwise take damage when in close contact with [[magma]]. Most frequently, this comes into play when using [[floodgate]]s operated by [[mechanism]]s.&lt;br /&gt;
&lt;br /&gt;
For [[reaction]]s and custom buildings using the [MAGMA_BUILD_SAFE] token, only a material which is stable at temperatures below 12000 is considered magma-safe. Furthermore, only [[bar]]s, [[block]]s, [[stone]], [[log]]s, and [[anvil]]s can be recognized as magma-safe - all other item types are considered unsafe, even if they are made of magma-safe materials.&lt;br /&gt;
&lt;br /&gt;
In order to construct mechanisms from a magma-safe stone, simply ensure that they are the closest available stone to your [[mechanic]], ideally by placing a restricted [[stockpile]] around your [[mechanic's workshop]]. [[Burrow]]s can also be of assistance here, as dwarves will not attempt to pick up stone out side of their burrow assignments. However, if you have an active metalworking industry and have access to [[iron]] or [[steel]], constructing [[metal]] mechanisms is much more straightforward.&lt;br /&gt;
&lt;br /&gt;
When linking a trigger to an object, the ''first'' mechanism selected is attached to the object, and the ''second'' is attached to the trigger.  Unless the trigger itself will be submerged in magma (as could be the case with a [[pressure plate]]), only the first mechanism (attached to the object that will be submerged) need be magma-safe. If you do not have any magma-safe stones available, you can also work around floodgate-based flow control by using [[screw pump]]s to pump the magma over [[wall]]-barriers, or using water to form [[obsidian]] to plug flows and channel through them to reopen them (necessity and invention and all that).&lt;br /&gt;
&lt;br /&gt;
Constructions that resist magma are:&lt;br /&gt;
&lt;br /&gt;
* Constructions ([[Wall]], [[Floor]], [[Ramp]], and [[Stairs]]) of any material can never melt or burn - there is nothing wrong with a [[wood]]en magma reservoir.  Natural (but not constructed) [[ice]] walls/floors/ramps/stairs may melt however.&lt;br /&gt;
* [[Fortification]]s will allow the passage of [[magma]]; however, if fortifications fill up to 7/7 depth, magma creatures will be able to swim freely through them.&lt;br /&gt;
* If not submerged (that is, not opened to let magma flow over/past/around them), [[door]]s, [[floodgate]]s, and raised [[bridge]]s (provided that there is no magma on the space the bridge would occupy when lowered) of non-magma-safe stone or metal are safe. So long as they are just in contact with magma, only acting as a passive &amp;quot;wall&amp;quot;, they are fine. If opened, they will melt.&lt;br /&gt;
** Raised drawbridges have a notable exception, in that allowing magma to flow over the center of the area that the bridge would normally occupy when lowered ''will'' cause the bridge's components to heat up and potentially melt.&lt;br /&gt;
* A [[pump]] made with magma-safe metal pipes and screws and with magma-safe metal or stone blocks is fully magma-safe.&lt;br /&gt;
* A [[pump]] made with pipes and screws that are glass or any type of metal{{Verify}}, and blocks that are glass, or any type of metal{{Verify}}, is safe as long as no magma ever occupies the passable tile of the pump.&lt;br /&gt;
* [[Pump]]s made with [[wood]]en components will burst into flames the instant they are turned on.&lt;br /&gt;
* [[Pump]]s made with non-magma-safe stone blocks have been reported to melt after prolonged operation.&lt;br /&gt;
&lt;br /&gt;
=== Glass ===&lt;br /&gt;
[[Glass]] behaves oddly in regards to magma.  All types of glass are technically magma safe, based on a melting point of 13600&amp;lt;!-- verified from disassembly--&amp;gt; (the same as that of bauxite); however, small glass objects (such as [[instrument]]s) seem to be instantly destroyed if dropped in magma{{verify}}. So glass [[statue]]s, [[screw pump]]s, and [[floodgate]]s are all fine when submerged in magma.&lt;br /&gt;
&lt;br /&gt;
Glass barriers still require magma-proof mechanisms to operate without deconstructing.&lt;br /&gt;
&lt;br /&gt;
== Game calculations ==&lt;br /&gt;
In the game, magma's temperature is exactly 12,000 °[[Temperature scale|U]], which is equivalent to 2,032°F, or about 1,111°C.&lt;br /&gt;
&lt;br /&gt;
The chance of striking a magma-safe stone is roughly around 32%, not including the natural abundance of certain stone. It is important to note whether or not your fortress may already have access to magma-safe resources before attempting to deliberately find some.&lt;br /&gt;
&lt;br /&gt;
==Magma-safe material==&lt;br /&gt;
&lt;br /&gt;
The following materials will not melt when submerged in magma. Although true for any item/construction, it's worth specifically mentioning that this includes [[door]]s, [[floor hatch]]es, [[floodgate]]s, [[bridge]]s, [[screw pump]]s, and [[mechanism]]s.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Editors: For your convenience, a BLANK ROW TEMPLATE:&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type= |Matl= |Appear= |Temp= |Where= |Notes= }}&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MS table head}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Alunite]]|Appear={{Raw Tile|`|7:7:1}} {{Raw Tile|•|7:1}}|Temp=13,690°U (3722°F/2051°C)|Where=All [[Igneous extrusive]]'''(L)''', [[Kaolinite]]'''(L)'''}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Anhydrite]]|Appear={{Raw Tile|v|7:7:1}} {{Raw Tile|•|7:0}}|Temp=12,610°U (2642°F/1450°C)|Where=[[Gypsum]]'''(S)''', [[Satinspar]]'''(1)''', [[Alabaster]]'''(1)''', [[Selenite]]'''(1)'''}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Basalt]]|Appear={{Raw Tile|#|0:7:1}} {{Raw Tile|•|0:1}}|Temp=12,160°U (2192°F/1200°C)|Where=[[Igneous extrusive]] layer stone}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Bauxite]]|Appear={{Raw Tile|+|4:7:0}} {{Raw Tile|•|4:0}}|Temp=13,600°U (3632°F/2000°C)|Where=All [[Sedimentary]]'''(L)'''|Notes=dark red}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Calcite]]|Appear={{Raw Tile|&amp;quot;|7:7:1}} {{Raw Tile|•|7:1}}|Temp=12,902°U (2934°F/1613°C)|Where=[[Limestone]]'''(S)''', [[Marble]]'''(S)'''|Notes=[[flux]] stone}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Chert]]|Appear={{Raw Tile|&amp;amp;#61;|6:7:0}} {{Raw Tile|•|6:0}}|Temp=13,101°U (3133°F/1723°C)|Where=[[Sedimentary]] layer stone}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Chromite]]|Appear={{Raw Tile|&amp;amp;#61;|0:7:1}} {{Raw Tile|•|0:1}}|Temp=13,645°U (3677°F/2026°C)|Where=[[Olivine]]'''(V)'''}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Dolomite]]|Appear={{Raw Tile|`|7:7:1}} {{Raw Tile|•|7:1}}|Temp=16,507°U (6539°F/3619°C)|Where=[[Sedimentary]] layer stone|Notes=[[Flux]]}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Gabbro]]|Appear={{Raw Tile|▒|0:7:1}} {{Raw Tile|•|0:1}}|Temp=12,160°U (2192°F/1200°C)|Where=[[Igneous intrusive]] layer stone}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Ilmenite]]|Appear={{Raw Tile|.|0:7:1}} {{Raw Tile|•|0:1}}|Temp=12,457°U (2489°F/1365°C)|Where=[[Gabbro]]'''(S)'''}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Kaolinite]]|Appear={{Raw Tile|&amp;amp;#61;|4:7:0}} {{Raw Tile|•|4:0}}|Temp=13,150°U (3182°F/1751°C)|Where=All [[Sedimentary]]'''(L)'''|Notes=dark red, [[porcelain]]}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Mica]]|Appear={{Raw Tile|v|0:7:1}} {{Raw Tile|•|0:1}}|Temp=12,295°U (2327°F/1275°C)|Where=All [[Metamorphic]]'''(L)''', [[Granite]]'''(L)'''}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Obsidian]]|Appear={{Raw Tile|▒|0:7:1}} {{Raw Tile|•|0:1}}|Temp=13,600°U (3632°F/2001°C)|Where=[[Igneous extrusive]] layer stone|Notes=value 3, can be &amp;quot;[[obsidian farming|manufactured]]&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Olivine]]|Appear={{Raw Tile|%|2:7:0}} {{Raw Tile|•|2:0}}|Temp=13,168°U (3200°F/1761°C)|Where=[[Gabbro]]'''(L)'''|Notes=green}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Orthoclase]]|Appear={{Raw Tile|%|6:7:1}} {{Raw Tile|•|6:1}}|Temp=12,250°U (2282°F/1250°C)|Where=All [[Igneous intrusive]]'''(L)''', All [[Metamorphic]]'''(L)'''|Notes=yellow}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Periclase]]|Appear={{Raw Tile|,|7:7:1}} {{Raw Tile|•|7:1}}|Temp=15,040°U (5072°F/2803°C)|Where=[[Marble]]'''(S)'''}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Petrified wood]]|Appear={{Raw Tile|%|4:7:1}} {{Raw Tile|•|4:1}}|Temp=12,970°U (3002°F/1650°C)|Where=All [[Sedimentary]]'''(S)'''|Notes=bright red}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Pitchblende]]|Appear={{Raw Tile|*|5:7:0}} {{Raw Tile|•|5:0}}|Temp=12,070°U (2102°F/1149°C)|Where=[[Granite]]'''(S)'''|Notes=purple}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Quartzite]]|Appear={{Raw Tile|-|7:7:1}} {{Raw Tile|•|7:1}}|Temp=12,970°U (3002°F/1650°C)|Where=[[Metamorphic]] layer stone}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Rutile]]|Appear={{Raw Tile|`|5:7:0}} {{Raw Tile|•|5:0}}|Temp=13,285°U (3214°F/1826°C)|Where=All [[Metamorphic]]'''(S)''', [[Granite]]'''(S)'''|Notes=purple}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Sandstone]]|Appear={{Raw Tile|#|6:7:0}} {{Raw Tile|•|6:0}}|Temp=12,070°U (2102°F/1149°C)|Where=[[Sedimentary]] layer stone}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Stone|Matl=[[Talc]]|Appear={{Raw Tile|&amp;amp;#124;|7:7:1}} {{Raw Tile|•|7:1}}|Temp=12,700°U (2732°F/1500°C)|Where=[[Dolomite]]'''(L)'''}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Metal|Matl=[[Adamantine]]|Appear={{Raw Tile|╪|3:3:1}} {{Raw Tile|≡|3:1}}|Temp=25,000°U (15,032°F/8333°C)|Notes=Highest value/utility material in game}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Metal|Matl=[[Iron]]|Appear={{Raw Tile|╪|0:7:1}} {{Raw Tile|≡|0:1}}|Temp=12,768°U (2800°F/1538°C)}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Metal|Matl=[[Nickel]]|Appear={{Raw Tile|╪|7:3:0}} {{Raw Tile|≡|7:0}}|Temp=12,619°U (2651°F/1455°C)}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Metal|Matl=[[Pig iron]]|Appear={{Raw Tile|╪|0:7:1}} {{Raw Tile|≡|0:1}}|Temp=12,106°U (2138°F/1170°C)|Notes=used in steel making process}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Metal|Matl=[[Platinum]]|Appear={{Raw Tile|╪|7:7:1}} {{Raw Tile|≡|7:1}}|Temp=13,182°U (3214°F/1768°C)|Notes=High value metal}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Metal|Matl=[[Steel]]|Appear={{Raw Tile|╪|0:7:1}} {{Raw Tile|≡|0:1}}|Temp=12,718°U (2750°F/1510°C)|Notes=Armor/weapons}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Ore|Matl=[[Cassiterite]]|Appear={{Raw Tile|£|6:7:0}} {{Raw Tile|*|6:0}}|Temp=12,025°U (2057°F/1124°C)|Where=[[Granite]]'''(V)'''|Notes=Ore of [[tin]]}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Ore|Matl=[[Galena]]|Appear={{Raw Tile|£|7:7:1}} {{Raw Tile|*|7:1}}|Temp=12,005°U (2037°F/1113°C)|Where=All [[Igneous extrusive]]'''(V)''', All [[Metamorphic]]'''(V)''', [[Granite]]'''(V)''', [[Limestone]]'''(V)'''|Notes=Ore of [[lead]] and [[silver]]}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Ore|Matl=[[Hematite]]&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;|Appear={{Raw Tile|£|4:7:0}} {{Raw Tile|*|4:0}}|Temp=12,736°U (2768°F/1520°C)|Where=All [[Sedimentary]]'''(V)''', All [[Igneous extrusive]]'''(V)'''|Notes=Ore of [[iron]]&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Ore|Matl=[[Magnetite]]&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;|Appear={{Raw Tile|~|0:7:1}} {{Raw Tile|*|0:1}}|Temp=12,768°U (2800°F/1538°C)|Where=All [[Sedimentary]]'''(L)'''|Notes=Ore of [[iron]]&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Ore|Matl=[[Native platinum]]|Appear={{Raw Tile|£|7:7:1}} {{Raw Tile|*|7:1}}|Temp=13,182°U (3214°F/1768°C)|Where=[[Olivine]]'''(V)''', [[Magnetite]]'''(V)''', [[Chromite]]'''(S)'''|Notes=Ore of [[platinum]]}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Ore|Matl=''[[Sphalerite]]''&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;|Appear={{Raw Tile|£|0:7:1}} {{Raw Tile|*|0:1}}|Temp=&amp;lt;s&amp;gt;''12,133°U (2165°F/1185°C)''&amp;lt;/s&amp;gt;|Where=All [[Metamorphic]]'''(V)'''|Notes=Ore of [[zinc]]&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Wood|Matl=[[Nether-cap]]&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;|Appear={{Raw Tile|♠|1:0:0}} {{Raw Tile|▬|1:0:0}}|Temp=N/A|Where=[[Cavern]] (depth 3)|Notes=Naturally cold&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Special|Matl=[[Raw adamantine]]|Appear={{Raw Tile|£|3:7:1}} {{Raw Tile|*|3:1}}|Temp=25,000°U (15,032°F/8333°C)|Where=The depths|Notes=Ore of [[adamantine]]}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Leather|Matl=[[Fire imp]]|Appear=|Temp=15,000°U (5032°F/2780°C)|Notes=}}&lt;br /&gt;
{{MS table row|Type=Leather|Matl=[[Dragon]]|Appear=|Temp=55,000°U (45032°F/25,044°C)|Notes=}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Bone|Matl=[[Fire imp]]|Appear=|Temp=15,000°U (5032°F/2780°C)|Notes=}}&lt;br /&gt;
{{MS table row|Type=Bone|Matl=[[Dragon]]|Appear=|Temp=55,000°U (45032°F/25,044°C)|Notes=}}&lt;br /&gt;
&lt;br /&gt;
{{MS table row|Type=Glass|Matl=Green glass|Appear={{Raw Tile|≡|2:2:1}} {{Raw Tile|■|2:0}}|Temp=13,600°U (3632°F/2001°C)|Notes=}}&lt;br /&gt;
{{MS table row|Type=Glass|Matl=Clear glass|Appear={{Raw Tile|≡|3:3:1}} {{Raw Tile|■|3:0}}|Temp=13,600°U (3632°F/2001°C)|Notes=}}&lt;br /&gt;
{{MS table row|Type=Glass|Matl=Crystal glass|Appear={{Raw Tile|≡|7:7:1}} {{Raw Tile|■|7:1}}|Temp=13,600°U (3632°F/2001°C)|Notes=}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Notes:'''&lt;br /&gt;
:1. Each stone is one of 16 [[color scheme|colors]] in the game.  Different un-mined stone of the same color have a different symbol to distinguish between them.  Once mined, the individual stones themselves can sometimes look identical if the color is the same. Use {{k|k}} to loo{{k|k}} at items or the terrain for specific information.&lt;br /&gt;
:2. '''°U''' = degrees in [[Main:Urist|Urist]], the measure of temperature within the Dwarf Fortress world. As far as is known, there is no functional difference between a material that melts at 12,005°U or 55,000°U - they are both equally &amp;quot;magma safe&amp;quot;.&lt;br /&gt;
:3. There are three iron ores in the game (four if you count [[goblin|goblinite]]). Of these, only [[hematite]] and [[magnetite]] are magma safe.&lt;br /&gt;
:4. Sphalerite has ''no'' melting point, but '''boils''' at 12,133°U - further research is necessary in this context - use at your own risk for the time being. This is accurate for the actual mineral, which sublimes at this temperature rather than having a liquid state, but how it behaves in Dwarf Fortress may be unclear.&lt;br /&gt;
:5. [[Nether-cap]] logs are naturally cold at 10000°U or 0°C, rendering it fully magma safe, except that nether-cap products [[dump]]ed into magma are destroyed.&lt;br /&gt;
&lt;br /&gt;
{{Magma FAQ}}&lt;br /&gt;
{{Category|Physics}}&lt;br /&gt;
{{Category|Magma safe materials}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Attribute&amp;diff=166743</id>
		<title>v0.34:Attribute</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Attribute&amp;diff=166743"/>
		<updated>2012-03-10T05:27:08Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Bad statistics; not useful in the article. At best a basis for discussion on the talk page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Fine|04:17, 24 May 2010 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
A creature has numerous attributes which impact its performance at various tasks.  These attributes are split into physical factors associated with the body and mental factors associated with a creature's soul.&lt;br /&gt;
&lt;br /&gt;
Attributes are located in the Thoughts and Preferences screen.  Body attributes are listed just above prefstrings, and soul attributes are listed immediately thereafter.  Positive attributes are dark green and negative attributes are red.&lt;br /&gt;
&lt;br /&gt;
Attributes are now associated with skills, so that shield use will raise endurance as an attribute, but not attributes like memory. Different attributes raised by one skill may not be raised by the same amounts. Attribute gain and rust rates, along with skill gain and rust rates, are moddable in the raws as a [[Creature token]].&lt;br /&gt;
&lt;br /&gt;
Attributes can be viewed for individual dwarves by selecting {{k|v}}iew dwarves, {{k|z}}, {{k|enter}} or by going to the {{k|u}}nits menu, {{k|v}}iew, then {{k|enter}}.&lt;br /&gt;
&lt;br /&gt;
==Body Attributes==&lt;br /&gt;
The attribute values given in the tables correspond to default racial averages for dwarves only. Modded dwarves or any other creature will report the same phrases, but the underlying numbers may be very different. In almost every case, a higher attribute value is better, as opposed to [[personality trait]]s where one may prefer higher or lower depending on the situation.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=50%|&lt;br /&gt;
&lt;br /&gt;
===Strength===&lt;br /&gt;
Alters the damage done in melee (increases velocity of weapon swings), increases muscle mass (thicker muscle layer also resists damage more), and increases how much a creature can carry. Higher strength also increases the speed with which a creature, even a naked creature, may move.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (+)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2250 - 5000 || unbelievably strong&lt;br /&gt;
|-&lt;br /&gt;
| 2000 - 2249 || mighty&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || very strong&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || strong&lt;br /&gt;
|-&lt;br /&gt;
| 751 - 1000 || weak&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || very weak&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || unquestionably weak&lt;br /&gt;
|-&lt;br /&gt;
| 0 - 250 || unfathomably weak&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|width=50%|&lt;br /&gt;
&lt;br /&gt;
===Agility===&lt;br /&gt;
This attribute increases the [[speed]] at which a creature works in the same way as strength -- a creature with maximum agility and strength can move around three times faster than a creature with minimum agility and strength.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (-)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 1900 - 5000 || amazingly agile&lt;br /&gt;
|-&lt;br /&gt;
| 1650 - 1899 || extremely agile&lt;br /&gt;
|-&lt;br /&gt;
| 1400 - 1649 || very agile&lt;br /&gt;
|-&lt;br /&gt;
| 1150 - 1399 || agile&lt;br /&gt;
|-&lt;br /&gt;
| 401 - 650 || clumsy&lt;br /&gt;
|-&lt;br /&gt;
| 151 - 400 || quite clumsy&lt;br /&gt;
|-&lt;br /&gt;
| 0 - 150 || totally clumsy&lt;br /&gt;
|-&lt;br /&gt;
| NULL || abysmally clumsy&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
===Toughness===&lt;br /&gt;
Reduces physical damage.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (+)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2250 - 5000 || basically unbreakable&lt;br /&gt;
|-&lt;br /&gt;
| 2000 - 2249 || incredibly tough&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || quite durable&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || tough&lt;br /&gt;
|-&lt;br /&gt;
| 751 - 1000 || flimsy&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || very flimsy&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || remarkably flimsy&lt;br /&gt;
|-&lt;br /&gt;
| 0 - 250 || shockingly fragile&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
===Endurance===&lt;br /&gt;
Reduces the rate at which dwarves become exhausted.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (AVG)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2000 - 5000 || absolutely inexhaustible&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || indefatigable&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || very slow to tire&lt;br /&gt;
|-&lt;br /&gt;
| 1250 - 1499 || slow to tire&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || quick to tire&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || very quick to tire&lt;br /&gt;
|-&lt;br /&gt;
| 1 - 250 || extremely quick to tire&lt;br /&gt;
|-&lt;br /&gt;
| 0 || truly quick to tire&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
===Recuperation===&lt;br /&gt;
Increases the rate of wound healing.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (AVG)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2000 - 5000 || possessed of amazing recuperative powers&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || incredibly quick to heal&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || quite quick to heal&lt;br /&gt;
|-&lt;br /&gt;
| 1250 - 1499 || quick to heal&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || slow to heal&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || very slow to heal&lt;br /&gt;
|-&lt;br /&gt;
| 1 - 250 || really slow to heal&lt;br /&gt;
|-&lt;br /&gt;
| 0 || shockingly slow to heal&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
===Disease Resistance===&lt;br /&gt;
Reduces the risk of disease. &lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (AVG)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2000 - 5000 || virtually never sick&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || almost never sick&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || very rarely sick&lt;br /&gt;
|-&lt;br /&gt;
| 1250 - 1499 || rarely sick&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || susceptible to disease&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || quite susceptible to disease&lt;br /&gt;
|-&lt;br /&gt;
| 1 - 250 || really susceptible to disease&lt;br /&gt;
|-&lt;br /&gt;
| 0 || stunningly susceptible to disease&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Soul Attributes==&lt;br /&gt;
The attribute values given in the tables correspond to default racial averages for dwarves only. Modded dwarves or any other creature will report the same phrases, but the underlying numbers may be very different. In almost every case, a higher attribute value is better, as opposed to [[personality trait]]s where one may prefer higher or lower depending on the situation.&lt;br /&gt;
&lt;br /&gt;
From [http://www.bay12forums.com/smf/index.php?topic=60554.msg1413312#msg1413312 this post by Toady One]&lt;br /&gt;
&lt;br /&gt;
With respect to skills: most of these attributes only affect duration, when that is the only available skill effect to begin with, but they are factored into outcomes when it applies.&lt;br /&gt;
&lt;br /&gt;
At the [[#Skills By Soul Attribute|bottom]] is a list of which attributes affect which skills. [[:Image:DFmental.PNG|This]] pair of charts provides an easier to read summary of the soul attributes that are useful for doctors and soldiers.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=50%|&lt;br /&gt;
===Analytical Ability===&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (+)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2250 - 5000 || awesome intellectual powers&lt;br /&gt;
|-&lt;br /&gt;
| 2000 - 2249 || great analytical abilities&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || a sharp intellect&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || a good intellect&lt;br /&gt;
|-&lt;br /&gt;
| 751 - 1000 || poor analytical abilities&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || very bad analytical abilities&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || a lousy intellect&lt;br /&gt;
|-&lt;br /&gt;
| 0 - 250 || a stunning lack of analytical ability&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|width=50%|&lt;br /&gt;
===Focus===&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (++)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2542 - 5000 || unbreakable focus&lt;br /&gt;
|-&lt;br /&gt;
| 2292 - 2541 || a great ability to focus&lt;br /&gt;
|-&lt;br /&gt;
| 2042 - 2291 || very good focus&lt;br /&gt;
|-&lt;br /&gt;
| 1792 - 2041 || the ability to focus&lt;br /&gt;
|-&lt;br /&gt;
| 1043 - 1292 || poor focus&lt;br /&gt;
|-&lt;br /&gt;
| 793 - 1042 || quite poor focus&lt;br /&gt;
|-&lt;br /&gt;
| 543 - 792 || really poor focus&lt;br /&gt;
|-&lt;br /&gt;
| 0 - 542 || the absolute inability to focus&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
===Willpower===&lt;br /&gt;
Willpower directly reduces exertion and pain effects.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (AVG)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2000 - 5000 || an unbreakable will&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || an iron will&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || a lot of willpower&lt;br /&gt;
|-&lt;br /&gt;
| 1250 - 1499 || willpower&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || little willpower&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || a large deficit of willpower&lt;br /&gt;
|-&lt;br /&gt;
| 1 - 250 || next to no willpower&lt;br /&gt;
|-&lt;br /&gt;
| 0 || absolutely no willpower&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
===Creativity===&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (+)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2250 - 5000 || a boundless creative imagination&lt;br /&gt;
|-&lt;br /&gt;
| 2000 - 2249 || great creativity&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || very good creativity&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || good creativity&lt;br /&gt;
|-&lt;br /&gt;
| 751 - 1000 || meager creativity&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || poor creativity&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || lousy creativity&lt;br /&gt;
|-&lt;br /&gt;
| 0 - 250 || next to no creative talent&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
===Intuition===&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (AVG)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2000 - 5000 || uncanny intuition&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || great intuition&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || very good intuition&lt;br /&gt;
|-&lt;br /&gt;
| 1250 - 1499 || good intuition&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || bad intuition&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || very bad intuition&lt;br /&gt;
|-&lt;br /&gt;
| 1 - 250 || lousy intuition&lt;br /&gt;
|-&lt;br /&gt;
| 0 || horrible intuition&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
===Patience===&lt;br /&gt;
Some non-skill tasks are affected by Patience.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (+)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2250 - 5000 || absolutely boundless patience&lt;br /&gt;
|-&lt;br /&gt;
| 2000 - 2249 || a deep well of patience&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || a great deal of patience&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || a sum of patience&lt;br /&gt;
|-&lt;br /&gt;
| 751 - 1000 || a shortage of patience&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || little patience&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || very little patience&lt;br /&gt;
|-&lt;br /&gt;
| 0 - 250 || no patience at all&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
===Memory===&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (+)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2250 - 5000 || an astonishing memory&lt;br /&gt;
|-&lt;br /&gt;
| 2000 - 2249 || an amazing memory&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || a great memory&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || a good memory&lt;br /&gt;
|-&lt;br /&gt;
| 751 - 1000 || an iffy memory&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || a poor memory&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || a really bad memory&lt;br /&gt;
|-&lt;br /&gt;
| 0 - 250 || little memory to speak of&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
===Linguistic Ability===&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (AVG)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2000 - 5000 || an astonishing ability with languages and words&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || a great affinity for language&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || a natural inclination toward language&lt;br /&gt;
|-&lt;br /&gt;
| 1250 - 1499 || a way with words&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || a little difficulty with words&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || little linguistic ability&lt;br /&gt;
|-&lt;br /&gt;
| 1 - 250 || very little linguistic ability&lt;br /&gt;
|-&lt;br /&gt;
| 0 || difficulty with words and language&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
===Spatial Sense===&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (++)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2542 - 5000 || a stunning feel for spatial relationships&lt;br /&gt;
|-&lt;br /&gt;
| 2292 - 2541 || an amazing spatial sense&lt;br /&gt;
|-&lt;br /&gt;
| 2042 - 2291 || a great feel for the surrounding space&lt;br /&gt;
|-&lt;br /&gt;
| 1792 - 2041 || a good spatial sense&lt;br /&gt;
|-&lt;br /&gt;
| 1043 - 1292 || a questionable spatial sense&lt;br /&gt;
|-&lt;br /&gt;
| 793 - 1042 || poor spatial senses&lt;br /&gt;
|-&lt;br /&gt;
| 543 - 792 || an atrocious spatial sense&lt;br /&gt;
|-&lt;br /&gt;
| 0 - 542 || no sense for spatial relationships&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
===Musicality===&lt;br /&gt;
This attribute doesn't affect any skills as of version .31.25.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (AVG)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2000 - 5000 || an astonishing knack for music&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || a great musical sense&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || a natural ability with music&lt;br /&gt;
|-&lt;br /&gt;
| 1250 - 1499 || a feel for music&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || an iffy sense for music&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || little natural inclination toward music&lt;br /&gt;
|-&lt;br /&gt;
| 1 - 250 || next to no natural musical ability&lt;br /&gt;
|-&lt;br /&gt;
| 0 || absolutely no feel for music at all&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
===Kinesthetic Sense===&lt;br /&gt;
Most skills involving any movement at all (lots of them), and many non-skilled tasks as well are affected by Kinesthetic Sense.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (AVG)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2000 - 5000 || an astounding feel for the position of own body&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || a great kinesthetic sense&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || a very good sense of the position of own body&lt;br /&gt;
|-&lt;br /&gt;
| 1250 - 1499 || a good kinesthetic sense&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || a meager kinesthetic sense&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || a poor kinesthetic sense&lt;br /&gt;
|-&lt;br /&gt;
| 1 - 250 || a very clumsy kinesthetic sense&lt;br /&gt;
|-&lt;br /&gt;
| 0 || an unbelievably atrocious sense of the position of own body&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
===Empathy===&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (AVG)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2000 - 5000 || an absolutely remarkable sense of others' emotions&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || a great sense of empathy&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || a very good sense of empathy&lt;br /&gt;
|-&lt;br /&gt;
| 1250 - 1499 || an ability to read emotions fairly well&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || poor empathy&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || a very bad sense of empathy&lt;br /&gt;
|-&lt;br /&gt;
| 1 - 250 || next to no empathy&lt;br /&gt;
|-&lt;br /&gt;
| 0 || the utter inability to judge others' emotions&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
===Social Awareness===&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:8em&amp;quot; | Value (AVG)&lt;br /&gt;
! Description&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
| 2000 - 5000 || a shockingly profound feel for social relationships&lt;br /&gt;
|-&lt;br /&gt;
| 1750 - 1999 || a great feel for social relationships&lt;br /&gt;
|-&lt;br /&gt;
| 1500 - 1749 || a very good feel for social relationships&lt;br /&gt;
|-&lt;br /&gt;
| 1250 - 1499 || a good feel for social relationships&lt;br /&gt;
|-&lt;br /&gt;
| 501 - 750 || a meager ability with social relationships&lt;br /&gt;
|-&lt;br /&gt;
| 251 - 500 || a poor ability to manage or understand social relationships&lt;br /&gt;
|-&lt;br /&gt;
| 1 - 250 || a lack of understanding of social relationships&lt;br /&gt;
|-&lt;br /&gt;
| 0 || an absolute inability to understand social relationships&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
=== Skills By Soul Attribute ===&lt;br /&gt;
{{SkillsBySoulAttribute}}&lt;br /&gt;
&lt;br /&gt;
== Skills by Associated Attributes ==&lt;br /&gt;
Strength, Toughness, Endurance, Willpower, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Miner]], [[Biter]]&lt;br /&gt;
&lt;br /&gt;
Agility, Creativity, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Bowyer]], [[Engraver]], [[Gem setter]], [[Bone carver]], [[Clothier]], [[Stone crafter]], [[Weaver]], [[Wood crafter]]&lt;br /&gt;
&lt;br /&gt;
Strength, Agility, Creativity, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Carpenter]]&lt;br /&gt;
&lt;br /&gt;
Strength, Agility, Endurance, Willpower, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Wood cutter]], [[Swimmer]], [[Wrestler]]&lt;br /&gt;
&lt;br /&gt;
Strength, Agility, Endurance, Creativity, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Mason]], [[Armorsmith]], [[Metal crafter]], [[Metalsmith]], [[Weaponsmith]], [[Glassmaker]], [[Leatherworker]]&lt;br /&gt;
&lt;br /&gt;
Agility, Focus, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Ambusher]], [[Surgeon]], [[Suturer]], [[Archer]], [[Blowgunner]], [[Bowman]], [[Crossbowman]]&lt;br /&gt;
&lt;br /&gt;
Agility, Analytical Ability, Memory, Empathy:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Animal caretaker]]&lt;br /&gt;
&lt;br /&gt;
Agility, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Animal dissector]], [[Tanner]], [[Fish dissector]]&lt;br /&gt;
&lt;br /&gt;
Agility, Toughness, Endurance, Intuition, Patience, Empathy:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Animal trainer]]&lt;br /&gt;
&lt;br /&gt;
Agility, Analytical Ability, Creativity, Spatial Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Trapper]]&lt;br /&gt;
&lt;br /&gt;
Strength, Agility, Focus, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Bone doctor]]&lt;br /&gt;
&lt;br /&gt;
Agility, Endurance, Willpower, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Crutch walker]]&lt;br /&gt;
&lt;br /&gt;
Analytical Ability, Memory, Intuition:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Diagnostician]], [[Appraiser]]&lt;br /&gt;
&lt;br /&gt;
Agility, Spatial Sense, Kinesthetic Sense, Empathy:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Wound dresser]]&lt;br /&gt;
&lt;br /&gt;
Strength, Agility, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Brewer]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Balance]], not implemented&lt;br /&gt;
&lt;br /&gt;
Strength, Agility, Endurance, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Butcher]], [[Dyer]], [[Grower]], [[Milker]], [[Miller]], [[Thresher]]&lt;br /&gt;
&lt;br /&gt;
Strength, Agility, Endurance, Analytical Ability, Creativity, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Cheese maker]]&lt;br /&gt;
&lt;br /&gt;
Agility, Analytical Ability, Creativity, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Cook]]&lt;br /&gt;
&lt;br /&gt;
Agility, Memory, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Herbalist]]&lt;br /&gt;
&lt;br /&gt;
Strength, Toughness, Endurance, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Lye maker]], [[Potash maker]], [[Soaper]], [[Wood burner]]&lt;br /&gt;
&lt;br /&gt;
Agility, Endurance, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Fish cleaner]]&lt;br /&gt;
&lt;br /&gt;
Strength, Agility, Focus, Patience, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Fisherdwarf]]&lt;br /&gt;
&lt;br /&gt;
Strength, Toughness, Endurance, Analytical Ability, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Furnace operator]]&lt;br /&gt;
&lt;br /&gt;
Agility, Analytical Ability, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Gem cutter]]&lt;br /&gt;
&lt;br /&gt;
Strength, Agility, Endurance, Analytical Ability, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Strand extractor]]&lt;br /&gt;
&lt;br /&gt;
Strength, Agility, Endurance, Analytical Ability, Creativity, Spatial Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Mechanic]], [[Siege engineer]]&lt;br /&gt;
&lt;br /&gt;
Strength, Toughness, Endurance, Willpower, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Pump operator]], [[Armor user]]&lt;br /&gt;
&lt;br /&gt;
Strength, Toughness, Endurance, Analytical Ability, Focus, Spatial Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Siege operator]]&lt;br /&gt;
&lt;br /&gt;
Agility, Analytical Ability, Creativity, Intuition:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Alchemist]], not implemented&lt;br /&gt;
&lt;br /&gt;
Strength, Agility, Analytical Ability, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Knapper]]&lt;br /&gt;
&lt;br /&gt;
Analytical Ability, Creativity, Spatial Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Building designer]]&lt;br /&gt;
&lt;br /&gt;
Analytical Ability, Creativity, Social Awareness:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Organizer]]&lt;br /&gt;
&lt;br /&gt;
Analytical Ability, Memory, Focus:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Record keeper]], [[Student]]&lt;br /&gt;
&lt;br /&gt;
Strength, Agility, Toughness, Willpower, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Axeman]], [[Fighter]], [[Hammerman]], [[Kicker]], [[Knife user]], [[Lasher]], [[Maceman]], [[Misc. object user]], [[Pikeman]], [[Shield user]], [[Spearman]], [[Striker]], [[Swordsman]],  [[Thrower]]&lt;br /&gt;
&lt;br /&gt;
Agility, Toughness, Endurance, Willpower, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Dodger]]&lt;br /&gt;
&lt;br /&gt;
Agility, Creativity, Kinesthetic Sense, Linguistic Ability:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Comedian]], unless otherwise prohibited by traits&lt;br /&gt;
&lt;br /&gt;
Linguistic Ability, Empathy, Social Awareness:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Conversationalist]], [[Flatterer]], [[Negotiator]], [[Persuader]], [[Consoler]], [[Leader]], [[Pacifier]], [[Teacher]], unless otherwise prohibited by traits&lt;br /&gt;
&lt;br /&gt;
Agility, Kinesthetic Sense, Linguistic Ability:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Intimidator]], unless otherwise prohibited by traits&lt;br /&gt;
&lt;br /&gt;
Intuition, Empathy, Social Awareness:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Judge of intent]]&lt;br /&gt;
&lt;br /&gt;
Creativity, Linguistic Ability, Social Awareness:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Liar]], unless otherwise prohibited by traits&lt;br /&gt;
&lt;br /&gt;
Focus, Willpower, Patience:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Concentration]], not implemented&lt;br /&gt;
&lt;br /&gt;
Intuition, Focus, Spatial Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Observer]]&lt;br /&gt;
&lt;br /&gt;
Analytical Ability, Creativity, Intuition:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Military tactics]], not implemented&lt;br /&gt;
&lt;br /&gt;
Agility, Toughness, Endurance, Focus, Willpower, Empathy:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Druid]], not implemented&lt;br /&gt;
&lt;br /&gt;
Analytical Ability, Focus, Spatial Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tracker]], not implemented&lt;br /&gt;
&lt;br /&gt;
Focus, Willpower:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Discipline]], not implemented&lt;br /&gt;
&lt;br /&gt;
Creativity, Intuition, Linguistic Ability:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Poet]], [[Wordsmith]], [[Writer]], not implemented&lt;br /&gt;
&lt;br /&gt;
Memory, Focus, Linguistic Ability:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Reader]], not implemented&lt;br /&gt;
&lt;br /&gt;
Linguistic Ability:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Speaker]], not implemented&lt;br /&gt;
&lt;br /&gt;
Agility, Spatial Sense, Kinesthetic Sense:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Coordination]], not implemented&lt;br /&gt;
&lt;br /&gt;
Implemented but unknown:&lt;br /&gt;
Shearer, Spinner, Presser, Beekeeper, Potter, Glazer, Wax worker&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
This data assumes, without evidence, that the same skills use &amp;lt;i&amp;gt;some&amp;lt;/i&amp;gt; of the attributes that they train (i.e. that high agility improves chance of dodging). Game version 31.18.&lt;br /&gt;
&lt;br /&gt;
*Spatial Sense and Kinesthetic Sense are almost everywhere&lt;br /&gt;
*Nothing trains Disease Resistance, Recuperation, or Musicality&lt;br /&gt;
*Intimidation and Comedy, social skills, raise Agility. Dwarven comedy is slapstick/clowning, not stand-up.&lt;br /&gt;
*knowledge_acquisition (student) doesn't boost skill gain except for teacher-student relations in a barracks&lt;br /&gt;
*Choose high-volume labors that train useful attributes for milita day-jobs/bootcamp&lt;br /&gt;
*Fishing, Siege Operating, and Record Keeping are useful for marksdwarves as they train the Focus attribute&lt;br /&gt;
*Hunting (ambusher/sneak) has identical attribute gain to Crossbow and Archer skills&lt;br /&gt;
&lt;br /&gt;
===Attributes trained by skills===&lt;br /&gt;
'''Strength''':&lt;br /&gt;
&lt;br /&gt;
Miner, Carpenter, Wood cutter, Mason, Bone doctor, Brewer, Cheese maker, Dyer, Grower, Lye maker, Milker, Miller, Potash Maker, Soaper, Thresher, Wood burner, Fisherdwarf, Armorsmith, Furance operator, Metal crafter, Metalsmith, Weaponsmith, Glassmaker, Leatherworker, Strand extractor, Mechanic, Pump operator, Siege engineer, Siege operator, Swimmer, all general combat and close combat skills (but not Dodger)&lt;br /&gt;
&lt;br /&gt;
'''Agility''':&lt;br /&gt;
&lt;br /&gt;
Bowyer, Carpenter, Wood cutter, Engraver, Mason, Animal caretaker, Animal trainer, Trapper, Bone doctor, Crutch-walker, Surgeon, Suturer, Wound dresser, Brewer, Butcher, Cheese maker, Cook, Dyer, Grower, Herbalist, Milker, Miller, Tanner, Thresher, Fish cleaner, Fish dissector, Fisherdwarf, Armorsmith, Metal crafter, Metalsmith, Weaponsmith, Gem cutter, Gem setter, Bone carver, Clothier, Glassmaker, Leatherworker, Stone crafter, Weaver, Wood crafter, Strand extractor, Mechanic, Siege engineer, Alchemist, Swimmer, Comedian, Intimidator, Student, Druid, Coordination, all general combat, close combat, and ranged combat/hunting skills (but not Biter or Armor user)&lt;br /&gt;
&lt;br /&gt;
'''Toughness''':&lt;br /&gt;
&lt;br /&gt;
Miner, Animal trainer, Lye maker, Potash maker, Soaper, Wood burner, Furnace operator, Pump operator, Siege operator, Druid, all general combat and close combat skills&lt;br /&gt;
&lt;br /&gt;
'''Endurance''':&lt;br /&gt;
&lt;br /&gt;
Miner, Wood cutter, Mason, Animal trainer, Crutch-walker, Butcher, Cheese maker, Dyer, Grower, Lye maker, Milker, Miller, Potash maker, Soaper, Thresher, Wood burner, Fish cleaner, Armorsmith, Furnace operator, Metal crafter, Metalsmith, Weaponsmith, Glassmaker, Leatherworker, Strand extractor, Mechanic, Pump operator, Siege engineer, Siege operator, Swimmer, Armor user, Biter, Dodger, Druid&lt;br /&gt;
&lt;br /&gt;
'''Disease Resistance''':&lt;br /&gt;
&lt;br /&gt;
Nothing!&lt;br /&gt;
&lt;br /&gt;
'''Recuperation''':&lt;br /&gt;
&lt;br /&gt;
Nothing!&lt;br /&gt;
&lt;br /&gt;
'''Analytical Ability''':&lt;br /&gt;
&lt;br /&gt;
Animal caretaker, Trapper, Diagnostician, Cheese maker, Cook, Furnace operator, Gem cutter, Strand extractor, Mechanic, Siege engineer, Siege operator, Alchemist, Knapper, Appraiser, Building designer, Organizer, Record keeper, Student, Military tactics, Tracker&lt;br /&gt;
&lt;br /&gt;
'''Memory''':&lt;br /&gt;
&lt;br /&gt;
Animal caretaker, Diagnostician, Herbalist, Appraiser, Record keeper, Student, Reader&lt;br /&gt;
&lt;br /&gt;
'''Creativity''':&lt;br /&gt;
&lt;br /&gt;
Bowyer, Carpenter, Engraver, Mason, Trapper, Cheese maker, Cook, Armorsmith, Metal crafter, Metalsmith, Weaponsmith, Gem setter, Bone carver, Clothier, Glassmaker, Leatherworker, Stone crafter, Weaver, Wood crafter, Mechanic, Siege engineer, Alchemist, Building designer, Organizer, Comedian, Liar, Military tactics, Poet, Wordsmith, Writer&lt;br /&gt;
&lt;br /&gt;
'''Intuition''':&lt;br /&gt;
&lt;br /&gt;
Animal trainer, Diagnostician, Alchemist, Appraiser, Observer, Military tactics, Poet, Wordsmith, Writer&lt;br /&gt;
&lt;br /&gt;
'''Focus''':&lt;br /&gt;
&lt;br /&gt;
Bone doctor, Surgeon, Suturer, Fisherdwarf, Siege operator, Record keeper, Concentration, Observer, Student, Tracker, Discipline, Reader, ranged combat/hunting skills&lt;br /&gt;
&lt;br /&gt;
'''Willpower''':&lt;br /&gt;
&lt;br /&gt;
Miner, Wood cutter, Crutch-walker, Pump operator, Swimmer, Concentration, Discipline, all general combat and close combat skills&lt;br /&gt;
&lt;br /&gt;
'''Patience''':&lt;br /&gt;
&lt;br /&gt;
Animal trainer, Fisherdwarf, Concentration&lt;br /&gt;
&lt;br /&gt;
'''Spatial Sense''':&lt;br /&gt;
&lt;br /&gt;
Miner, Bowyer, Carpenter, Wood cutter, Engraver, Mason, Trapper, Bone doctor, Crutch-walker, Surgeon, Suturer, Wound dresser, Armorsmith, Metal crafter, Metalsmith, Weaponsmith, Gem cutter, Gem setter, Bone carver, Clothier, Glassmaker, Leatherworker, Stone crafter, Weaver, Wood crafter, Mechanic, Siege engineer, Siege operator, Swimmer, Knapper, Building designer, Observer, Tracker, Coordination, all general combat, close combat, and ranged combat/hunting skills (but not Armor user)&lt;br /&gt;
&lt;br /&gt;
'''Kinesthetic Sense''':&lt;br /&gt;
&lt;br /&gt;
Miner, Bowyer, Carpenter, Wood cutter, Engraver, Mason, Bone doctor, Crutch-walker, Surgeon, Suturer, Wound dresser, Brewer, Butcher, Cheese maker, Cook, Dyer, Grower, Herbalist, Lye maker, Milker, Miller, Potash Maker, Soaper, Tanner, Thresher, Wood burner, Fish cleaner, Fish dissector, Fisherdwarf, Armorsmith, Furnace operator, Metal crafter, Metalsmith, Weaponsmith, Gem cutter, Gem setter, Bone carver, Clothier, Glassmaker, Leatherworker, Stone crafter, Weaver, Wood crafter, Strand extractor, Pump operator, Swimmer, Knapper, Comedian, Intimidator, Coordination, all general combat, close combat, and ranged combat/hunting skills&lt;br /&gt;
&lt;br /&gt;
'''Linguistic Ability''':&lt;br /&gt;
&lt;br /&gt;
Comedian, Conversationalist, Flatterer, Intimidator, Liar, Negotiator, Persuader, Consoler, Leader, Pacifier, Teacher, Poet, Wordsmith, Writer, Reader, Speaker (personality traits may preclude access to some of these skills)&lt;br /&gt;
&lt;br /&gt;
'''Musicality''':&lt;br /&gt;
&lt;br /&gt;
Nothing!&lt;br /&gt;
&lt;br /&gt;
'''Empathy''':&lt;br /&gt;
&lt;br /&gt;
Animal caretaker, Animal trainer, Conversationalist, Flatterer, Judge of intent, Negotiator, Persuader, Consoler, Leader, Pacifier, Teacher (personality traits may preclude access to some of these skills)&lt;br /&gt;
&lt;br /&gt;
'''Social Awareness''':&lt;br /&gt;
&lt;br /&gt;
Organizer, Conversationalist, Flatterer, Judge of intent, Liar, Negotiator, Persuader, Consoler, Leader, Pacifier, Teacher (personality traits may preclude access to some of these skills)&lt;br /&gt;
&lt;br /&gt;
== How Your Dwarf Gets Attributes ==&lt;br /&gt;
&lt;br /&gt;
Each attribute is a number between 0 and 5000, but in dwarven terms anything above 2500 is extraordinary. In the default raws (/raw/objects/creature_standard.txt), dwarven attributes come in four levels. &lt;br /&gt;
&lt;br /&gt;
Focus and Spatial Sense are referred to as &amp;quot;++&amp;quot;, or two steps above default. Their range is defined as [700:1200:1400:1500:1600:1800:2500], which sets out six ranges: 700-1200, 1200-1400, etc. Dwarves have an equal chance of dropping into any of these ranges, and an equal probability again of getting any number in that range. So the bottom one-sixth of your dwarves will be really low, the top one-sixth really high, and the two-thirds in the middle huddled around average. This also means that the median and the mean are slightly different: the mean for ++ is 1516.66... while median is 1500.&lt;br /&gt;
&lt;br /&gt;
Strength, Toughness, Analytical Ability, Creativity, Patience, and Memory are +, or one step above default. Their ranges are [450:950:1150:1250:1350:1550:2250], and their mean is 1266.66...&lt;br /&gt;
&lt;br /&gt;
Endurance, Disease Resistance, Recuperation, Intuition, Willpower, Kinesthetic Sense, Linguistic Ability, Musicality, Empathy, and Social Awareness are AVG, or the default. Their ranges are not specified in the raws, but they are [200:700:900:1000:1100:1300:2000] for Physical and [200:800:900:1000:1100:1300:2000] for Mental.&lt;br /&gt;
&lt;br /&gt;
Agility is &amp;quot;-&amp;quot;, the only attribute to be below default. Its ranges are [150:600:800:900:1000:1100:1500], mean 862.5, median 900.&lt;br /&gt;
&lt;br /&gt;
==Special Attributes==&lt;br /&gt;
Though they are not classified with the above attributes, creatures can have the following attribute(s):&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- style=&amp;quot;background:#ddd&amp;quot; &lt;br /&gt;
! Attribute&lt;br /&gt;
! Value Range&lt;br /&gt;
! Value Points&lt;br /&gt;
! Effect&lt;br /&gt;
|- style=&amp;quot;border-top: 3px solid #aaa&amp;quot;&lt;br /&gt;
! rowspan=4 | Psychological Trauma&lt;br /&gt;
| 100&lt;br /&gt;
| Doesn't really care about anything anymore. &lt;br /&gt;
| rowspan=3 | This trait increases as dwarves witness death and suffer tragedy.  The higher it gets, the harder it is for the dwarf to be affected by negative thoughts, so in several ways, this is a useful if tragic side effect of running a bloody fort.  This trait often finds its way into experienced [[military|soldiers]], who might watch [[friend|friends]] and comrades die as often as they kill [[goblin|goblins]].&lt;br /&gt;
|-&lt;br /&gt;
| 67 - 99&lt;br /&gt;
| Is a hardened individual.&lt;br /&gt;
|-&lt;br /&gt;
| 33 - 66&lt;br /&gt;
| Is getting used to tragedy.&lt;br /&gt;
|-&lt;br /&gt;
| 0 - 32&lt;br /&gt;
|&lt;br /&gt;
| Nothing displayed.  Dwarf is not yet traumatized.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Latch&amp;diff=165976</id>
		<title>v0.34:Latch</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Latch&amp;diff=165976"/>
		<updated>2012-03-08T17:11:49Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Redirected page to DF2012:Memory (computing)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[DF2012:Memory (computing)]]&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Cleaning_up_macros&amp;diff=165523</id>
		<title>v0.34 Talk:Cleaning up macros</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Cleaning_up_macros&amp;diff=165523"/>
		<updated>2012-03-05T20:12:17Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Is this a relevant article?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Is this a relevant article?==&lt;br /&gt;
This is a wiki on Dwarf Fortress. Does this article enhance players' Dwarf Fortress experiences? &lt;br /&gt;
I don't use macros, so I wouldn't know. --[[User:Nahno|Nahno]] 20:12, 5 March 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Medicine&amp;diff=165518</id>
		<title>Medicine</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Medicine&amp;diff=165518"/>
		<updated>2012-03-05T19:06:13Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Link to cv&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[cv:Health care]]&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Building&amp;diff=165287</id>
		<title>v0.34 Talk:Building</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Building&amp;diff=165287"/>
		<updated>2012-02-29T22:42:58Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Table of buildings, or list of menu functionality?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'm going to do some large-scale editing of this page. I'm changing the structure of the article to match the {{k|b}}:Building screen. Non-alphabetical. Each building will be given a brief description with its name linked to the appropriate page. --[[User:Darchitect|Darchitect]] 20:46, 29 February 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I am skeptical. I look forward to see your work. --[[User:Nahno|Nahno]] 21:41, 29 February 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I'm questioning whether this page needs a full list of the buildings, separate from the table at the bottom. What do you think, Nahno? Also, I had a look at the [[Designations Menu]], and it lists everything out in (relatively) brief form. For consistency's sake, I think I'll do it. --[[User:Darchitect|Darchitect]] 22:04, 29 February 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Hm. I don't think a table of buildings makes sense. Tables are good for comparing different things that work the same. That is generally not the case for Dwarf Fortress buildings. We have articles for specific buildings and building types. A table of buildings will at best duplicate that information. &lt;br /&gt;
:::The list in the article on the designations menu describes the functionality of the menu and its choices. That makes sense. --[[User:Nahno|Nahno]] 22:42, 29 February 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Building&amp;diff=165277</id>
		<title>v0.34 Talk:Building</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Building&amp;diff=165277"/>
		<updated>2012-02-29T21:41:29Z</updated>

		<summary type="html">&lt;p&gt;Nahno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'm going to do some large-scale editing of this page. I'm changing the structure of the article to match the {{k|b}}:Building screen. Non-alphabetical. Each building will be given a brief description with its name linked to the appropriate page. --[[User:Darchitect|Darchitect]] 20:46, 29 February 2012 (UTC)&lt;br /&gt;
:I am skeptical. I look forward to see your work. --[[User:Nahno|Nahno]] 21:41, 29 February 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Magic&amp;diff=165265</id>
		<title>v0.34 Talk:Magic</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34_Talk:Magic&amp;diff=165265"/>
		<updated>2012-02-29T18:47:33Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Biased? Also, this article needs no changes relative to necromancy.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page kind of sounds biased, and also, its more regarding necromancy, i suggest we move this to a diffrent page.--[[User:Miauw62|Miauw62]] 12:17, 29 February 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Biased? What do you mean? &lt;br /&gt;
:Necromancy, as a kind of magic, should be mentioned here. As necromancy is the only kind of magic there is little else to write about here. Necromancy already has its own artice. I suggest no changes be made. --[[User:Nahno|Nahno]] 18:47, 29 February 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Magic&amp;diff=165264</id>
		<title>v0.34:Magic</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Magic&amp;diff=165264"/>
		<updated>2012-02-29T18:37:07Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Tattered|20:09, 26 December 2010 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Magic''' does exist in dwarf fortress, being the main addition of DF2012. It is one of the many additions of the interaction system. The only way it shows up currently is in the form of [[necromancer]]s, but with luck, it shall soon appear in other places as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Necromancy is obtained in Adventurer mode by reading a tome of Life and Death, traditionally obtained via Necromancer Towers which show up as purple 'I's on the world map. Their towers are often packed tightly with undead and usually more than one Necromancer, whom will not hesitate to raise any fresh corpses you make, or even the limbs of their minions that you chop off. But of course, if you can overcome the danger, the power is then yours.&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=Talk:Main_Page&amp;diff=165221</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=Talk:Main_Page&amp;diff=165221"/>
		<updated>2012-02-28T23:02:35Z</updated>

		<summary type="html">&lt;p&gt;Nahno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Archive|&lt;br /&gt;
# [[Talk:Main Page/archive1|Archive 1]]&lt;br /&gt;
# [[Talk:Main Page/archive2|Archive 2]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==The Stop Censorship Banner==&lt;br /&gt;
&lt;br /&gt;
Can we get this off of the wiki?  This place isn't for political advocacy.  --[[User:Bouchart|Bouchart]] 23:37, 17 November 2011 (UTC)&lt;br /&gt;
: No.  If this bill passes, I will be unable to host the wiki due to the legal issues involved. --[[User:Briess|Briess]] 00:44, 18 November 2011 (UTC)&lt;br /&gt;
:: The bills have been essentially struck down. There's a chance they'll return, but I think the banner doesn't need to be up anymore.--[[Special:Contributions/173.167.163.13|173.167.163.13]] 18:18, 6 February 2012 (UTC)&lt;br /&gt;
:::SOPA/PIPA have been struck down. ACTA, however, is far from dead. --[[Special:Contributions/78.144.215.247|78.144.215.247]] 20:40, 14 February 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New version ==&lt;br /&gt;
&lt;br /&gt;
The main page recognises the new version, but not the new release date. [[Special:Contributions/188.95.42.176|188.95.42.176]] 14:08, 14 February 2012 (UTC)&lt;br /&gt;
:That's because the release date comes from a different template, which nobody updated. Given that this version is '''not''' save-compatible with 0.31.xx, it's very likely that a new namespace will be created to cover it, so it might be good to wait on updating existing pages. --[[User:Quietust|Quietust]] 14:11, 14 February 2012 (UTC)&lt;br /&gt;
::A few questions, then:&lt;br /&gt;
::*Is the DF2010 namespace going to be changed to df31 or similar, based on the version number instead of our placeholder title?&lt;br /&gt;
::*Will the new namespace be DF2012, df34, or something else?&lt;br /&gt;
::*{{tl|ArticleVersion}} and [[Dwarf Fortress Wiki:Current]] will need to be updated, yes?&lt;br /&gt;
::Yay new version! --[[User:Timrem|Timrem]] 20:27, 14 February 2012 (UTC)&lt;br /&gt;
:::On each of those questions, I'm not sure - I've contacted the admins, but I haven't yet gotten a response. --[[User:Quietust|Quietust]] 20:48, 14 February 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Typo ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;French forum ,Canard PC Thread (Fr)&amp;quot; comma needs to be moved to the left&lt;br /&gt;
&lt;br /&gt;
==Editing Guide==&lt;br /&gt;
&lt;br /&gt;
I'd like to suggest that a new page with editing tips be created and linked to the main page. I think expanding on [[User_talk:Nyotor_Lizardhammers|this]] would be great. I especially would be interested in more information on how to do redirects, since I've done some incorrectly in the past (thanks for fixing them, Quietust!). I think it would be an excellent resource for those who haven't edited any other wikis before (like me) and for people who aren't familiar with the particular quirks of this wiki. Hopefully, this would reduce the number of red links we have the next time the namespace changes. --[[User:Cali|Cali]] 09:49, 27 February 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I very much agree. I signed up recently to help out, and, as a new wiki person, I couldn't find a consolidated source of information about editing standards. The &amp;quot;Centralized discussion&amp;quot; page needs the aforementioned links. Especially the link to the [[http://dwarffortresswiki.org/index.php/Dwarf_Fortress_Wiki:Community_Portal#We_are_doing_this.21_Let_us_do_it_right.]]Alphabet Constitution. [[User:Darchitect|Darchitect]] 15:02, 27 February 2012 (UTC)Darchitect&lt;br /&gt;
::Yes, the &amp;quot;Alphabet Constitution&amp;quot; should be easier to find, and is included in the link I provided above. I'm glad I'm not the only who thinks this would be a useful idea. --[[User:Cali|Cali]] 00:38, 28 February 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Gameplay Elements: Buildings vs. Workshops ==&lt;br /&gt;
&lt;br /&gt;
Is there some reason why there are two separate pages for the same thing? And why does the Workshop page have this &amp;quot;Tier&amp;quot; categorization implemented? It doesn't seem to be necessary. I think the two should should be merged, and only contain a brief overview of what each workshop does, with a link to the workshop page.[[User:Darchitect|Darchitect]] 15:11, 27 February 2012 (UTC)Darchitect&lt;br /&gt;
&lt;br /&gt;
:Yes. Workshops are buildings, but not all buildings are workshops. &lt;br /&gt;
:The tier system is an attempt at systematizing the workshops relative to their input and output. As it is unnecessary, confusing, and not directly representative of the game, it should be removed. No article should list workshops anyway, as we have &amp;lt;nowiki&amp;gt;{{workshops}}&amp;lt;/nowiki&amp;gt; for that. &lt;br /&gt;
:I suggest that we make [[DF2012:Workshop]] a short general article that refers the user on to the specific workshop articles. --[[User:Nahno|Nahno]] 23:02, 28 February 2012 (UTC)-&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Armor&amp;diff=165219</id>
		<title>v0.34:Armor</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Armor&amp;diff=165219"/>
		<updated>2012-02-28T22:38:08Z</updated>

		<summary type="html">&lt;p&gt;Nahno: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|14:29, 21 November 2010 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
Armor is the protective equipment used to reduce/deflect damage during [[combat]]. It comes in several pieces, each one protecting a certain area. The purpose of each piece is pretty much self-explanatory. Note that breastplates only protect upper/lower torso areas, while mail shirts also cover the upper arms. Ears, nose, lips and teeth are exposed, even in full armor, whilst robes and capes tend to cover the throat.&lt;br /&gt;
&lt;br /&gt;
'''The actual effectiveness of a given piece of armor depends on the weapon(s) being used against it.'''&lt;br /&gt;
&lt;br /&gt;
Keeping in mind the armored enemies you are likely to meet, it is advisable to equip your military dwarves with at least iron armor. Testing in the arena shows that armored dwarves have a huge advantage over the unarmored ones, usually taking no casualties while making short work of their enemies. (But you shouldn't need this wiki to figure that out.)&lt;br /&gt;
&lt;br /&gt;
== Armor Skill ==&lt;br /&gt;
&lt;br /&gt;
It is unclear how the [[armor user]] skill affects combat, since the movement speed and armor penetration look the same for legendary armor users and untrained users, yet when testing in the arena, a novice armor user is injured extremely frequently compared a grand master armor user.&lt;br /&gt;
&lt;br /&gt;
== Quality Level ==&lt;br /&gt;
Armor gets a deflection bonus based on quality level, but anything less than masterful gets no bonus. See [[Quality]] for more information.&lt;br /&gt;
&lt;br /&gt;
{{v0.31:Item quality/Table}}&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
&lt;br /&gt;
''(see also: [[Metal#Weapon_.26_Armor_Quality|Metal: Armor Quality]])''&lt;br /&gt;
&lt;br /&gt;
'''Armor material effectiveness changed recently.  [http://www.bay12forums.com/smf/index.php?topic=53571.0 Simulation testing] is still ongoing, so these results should be considered merely Fine quality, not Masterwork.'''&lt;br /&gt;
&lt;br /&gt;
Armor may be constructed from a wide variety of material types.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;text-align:left&amp;quot;&lt;br /&gt;
! Material !! Workshop !! Labor !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| [[Metal]] || [[Metalsmith's forge]] || [[Armorsmith|Armoring]] || Best choice; see notes below&lt;br /&gt;
|-&lt;br /&gt;
| [[Bone]] || [[Craftsdwarf's workshop]] || [[Bone carver|Bone carving]] || Leggings, greaves, gauntlets and helms only&lt;br /&gt;
|-&lt;br /&gt;
| [[Leather]] || [[Leather works]] || [[Leatherworking]] ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cloth]] || [[Clothier's shop]] || [[Clothier|Clothesmaking]] || Limited protection&lt;br /&gt;
|-&lt;br /&gt;
| [[Wood]] || [[Carpenter's workshop]] || [[Carpentry]] || Shield/buckler only (except [[Elf|Elves]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
It should be noted that armor material is extremely important now.  For example, fully iron-armored dwarves with iron short swords stand no chance against steel-equipped ones.  A weapon has difficulty piercing armor of the same material (e.g. steel short swords vs. steel armor). However, blunt weapons (such as maces or war hammers) have a much easier time damaging individuals through armor. Testing has shown that even a copper mace is a threat to a dwarf in a steel chain shirt! Breastplates and greaves, being rigid protection, are required to properly protect against blunt weapons.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;text-align:center&amp;quot;&lt;br /&gt;
! colspan=5|Metal armor quality&lt;br /&gt;
|-&lt;br /&gt;
! Poor !! Fair !! Good !! Excellent !! Best &lt;br /&gt;
|-&lt;br /&gt;
| Copper || Iron || Bronze || Steel || Adamantine&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The number of bars needed to make a piece of metal armor is equal to the material size divided by 3. &lt;br /&gt;
&lt;br /&gt;
== Layers ==&lt;br /&gt;
&lt;br /&gt;
The layers are, in order from inner to outer:&lt;br /&gt;
*Under&lt;br /&gt;
*Over&lt;br /&gt;
*Armor&lt;br /&gt;
*Cover&lt;br /&gt;
&lt;br /&gt;
==Types of Protection==&lt;br /&gt;
&lt;br /&gt;
Each garment fits a specific layer on a given body part. It may additionally cover adjoining body parts up to a certain number of 'steps' distant from the body, depending on the garment. Dwarves do not seem to make a distinction between genders when selecting clothing to wear, so don't be startled when you see males running around in dresses.&lt;br /&gt;
&lt;br /&gt;
There is no real difference between armor and clothing, except materials and that only non-clothing garments increase the [[armor user]] skill.&lt;br /&gt;
&lt;br /&gt;
Note that the availability of specific articles of clothing varies from civilization to civilization.  So, one civilization may not be able to make vests, another may not be able to make togas, still another may not be able to make dresses and cloaks. By the way, cloaks protect the eyes somewhat, according to combat logs. Dresses and Robes may offer superior protection as well.&lt;br /&gt;
&lt;br /&gt;
Note that Dwarves can potentially manufacture items listed in their raws in the file \raw\objects\entity_default.txt, while other items exist which can never be made by un-modded dwarves, such as a head scarf or face veil. As well, some clothing articles may not be crafted in fortresses of a given [[civilization]] - only those items marked as 'common' for that civilization may be crafted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Headgear===&lt;br /&gt;
{| style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Clothing Type&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor Level*&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Material Size&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Materials&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Size, Permit, and layering armor|Size]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Size, Permit, and layering armor|Permit]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Layer&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Coverage %&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cap&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|+&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L,M&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50%&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Helm[S]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1+&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|L,B,S,M&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|30&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|20&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Hood&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cover&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Mask†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|20&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Under&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50%&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Turban†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|20&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50%&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Head Veil†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50%&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Face Veil†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Under&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50%&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Headscarf†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Upper Body===&lt;br /&gt;
{| style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Clothing Type&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor Level*&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Material Size&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Materials&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Size, Permit, and layering armor|Size]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Size, Permit, and layering armor|Permit]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Layer&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Coverage %&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Coverage|UBSTEP]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Coverage|LBSTEP]]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Dress&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|5 &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Under&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|MAX&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|MAX&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Shirt&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|3&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Under&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|MAX&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Tunic&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|3&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Under&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|0&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Toga&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|5&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|30&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Vest&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|0&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Robe&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|6&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|20&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|MAX&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|MAX&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Coat&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|5&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|20&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|MAX&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Leather Armor[S]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|6&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|20&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Mail Shirt&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|6&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|M&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Breastplate[S]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|3&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|9&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|M&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|20&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|0&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cloak&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|5&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|150&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cover&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|MAX&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cape†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|5&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|300&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cover&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|0&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|0&lt;br /&gt;
|}&lt;br /&gt;
[[Quiver]] and [[Backpack]] are also worn on upper body, counting towards layer permit size.&lt;br /&gt;
&lt;br /&gt;
===Hands===&lt;br /&gt;
{| style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Clothing Type&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor Level*&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Material Size&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Materials&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Size, Permit, and layering armor|Size]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Size, Permit, and layering armor|Permit]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Layer&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Coverage %&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Coverage|UPSTEP]]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Gloves&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Under&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Gauntlets[S]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|B,S,M&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|20&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1 &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Mittens&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|20&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cover&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|150%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Lower Body===&lt;br /&gt;
{| style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Clothing Type&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor Level*&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Material Size&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Materials&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Size, Permit, and layering armor|Size]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Size, Permit, and layering armor|Permit]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Layer&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Coverage %&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Coverage|LBSTEP]]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Trousers&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|4&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|30&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|MAX&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Leggings[S]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1+&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|5&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|L,B,S,M&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|30&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|MAX&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Greaves[S]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|3&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|6&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|B,M&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|30&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|MAX&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Loincloths†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|30&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Under&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Thongs†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|30&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Under&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|25%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Skirts (Short)†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Skirts†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Skirts (Long)†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|MAX&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Braies&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|3&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|30&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Under&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Footwear===&lt;br /&gt;
{| style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Clothing Type&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor Level*&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Material Size&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Materials&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Size, Permit, and layering armor|Size]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Size, Permit, and layering armor|Permit]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Layer&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Coverage %&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Coverage|UPSTEP]]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Socks&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Under&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Sandals†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|25&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Shoes&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|C,L&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|20&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Over&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Low Boots&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|L,M&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|25&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|High Boots&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1+&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|L,M&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|25&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Chausses (sockmail)†&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|3&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|L,M&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|10&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Under&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|100%&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|MAX&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shield===&lt;br /&gt;
{| style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Clothing Type&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Armor Level*&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Material Size&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Materials&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Size, Permit, and layering armor|Size]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Size, Permit, and layering armor|Permit]]&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Layer&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Coverage %&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|[[Armor#Coverage|UPSTEP]]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Buckler&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|L,M,W&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|NA&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|NA&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|NA&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Shield&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|4&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|L,M,W&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|NA&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|NA&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|NA&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* * {{=}} Items without an armor rating are considered clothing. Armor levels 1-3 were referred to as 'leather', 'chain' or 'plate' in earlier versions.&lt;br /&gt;
* + {{=}} The armor level of an item with a &amp;quot;+&amp;quot; can be increased by one if made from metal.&lt;br /&gt;
* † {{=}} This article cannot be crafted by dwarves (except for [[artifact]]s), but may be purchased in trade.&lt;br /&gt;
* [S] {{=}} shaped item, max one [S] per body slot (e.g. plate mail cannot be worn with leather armor, but can be worn with chain mail, and greaves and leggings cannot be combined).&lt;br /&gt;
* Materials can be Cloth, Leather, Bone, Shell, Metal, or Wood.&lt;br /&gt;
&lt;br /&gt;
==Equipping Clothing==&lt;br /&gt;
&lt;br /&gt;
Items in Dwarf Fortress must be equipped in a specific order. A dwarf must equip a layer type of Under before he equips a layer of type Over, for example. The complete order goes: Under, Armor, Over, Cover. It is common among civilians to see a dwarf equip pants with no undergarments due to this restriction, even when an undergarment is available. This is typically not an issue with soldiers, however.&lt;br /&gt;
&lt;br /&gt;
There is no restriction on wearing multiple items of the same type ''(Unless the item is shaped [S])''. You can, for example, wear 3 cloaks without penalty.&lt;br /&gt;
&lt;br /&gt;
===Process for equipping a new piece of clothing===&lt;br /&gt;
&lt;br /&gt;
The following variables will be used in the logic below: &lt;br /&gt;
:'''Current Item''' refers to the specific item being equipped. &lt;br /&gt;
:'''Total Size''' refers to the [[Armor#Size, Permit, and layering armor|size]] of all items equipped on that body part, excluding the item to be equipped (while including those on a different [[Armor#Size, Permit, and layering armor|layer]]). &lt;br /&gt;
:'''Permit''' refers to the maximum allowable size of items equipped on the same or lower level as the item to be equipped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In order to equip a new item, the dwarf (or other creature) ...&lt;br /&gt;
:*will determine if he is eligible to wear the item in question (Perhaps the body part is missing/severed).&lt;br /&gt;
:*must start with the lowest layer first, continuing to the next layer when no other items of that layer need to be equipped&lt;br /&gt;
:*checks if the item is shaped [S], and will only equip the item if no other shaped items are equipped '''on that body part'''.&lt;br /&gt;
:*will equip items with lowest permit level first. If two items share the same permit value, the highest size item will be equipped first{{verify}}.&lt;br /&gt;
:*then checks if his total size (excluding the current item) is less than the current item's permit.&lt;br /&gt;
:*If all above logic is true, the dwarf will equip the item.&lt;br /&gt;
&lt;br /&gt;
===Equipment process example===&lt;br /&gt;
&lt;br /&gt;
Each item is listed in order of being equipped, the primary focus of this example is that the total size must be equal to, or less than the permit size of the item being equipped. Like above, the total size ''excludes the size of the item being equipped''.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Item Type&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Size&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Permit&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Total Size*&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Breastplate [S]&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|20&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Mail Shirt&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|20&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Mail Shirt&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|35&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Mail Shirt&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|50&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;color:#F00;&amp;quot;|Mail Shirt&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;color:#F00;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;color:#F00;&amp;quot;|50&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;color:#F00;&amp;quot;|65&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cloak&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|150&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|65&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cloak&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|150&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|80&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cloak&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|150&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|95&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cloak&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|150&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|110&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cloak&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|150&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|125&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|Cloak&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|150&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;|140&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;color:#F00;&amp;quot;|Cloak&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;color:#F00;&amp;quot;|15&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;color:#F00;&amp;quot;|150&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;color:#F00;&amp;quot;|155&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* * = Total Size include the size of all equipped items, but does not include the item being equipped&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#F00&amp;quot;&amp;gt;Red Text&amp;lt;/span&amp;gt; = This item cannot be equipped, because the total size is larger than the item's permitted size.&lt;br /&gt;
&lt;br /&gt;
==Size, Permit, and layering armor==&lt;br /&gt;
&lt;br /&gt;
The '''Size''' and '''Permit''' values govern how much clothing or armor can be worn.&lt;br /&gt;
&lt;br /&gt;
Under the old system the lowest &amp;quot;permit&amp;quot; value for any given body part is used: for instance, if a dwarf is wearing a dress (permit value: 50) and a total of 50 or more ''size'' worth of clothing on the upper body, it cannot put any more clothing on the upper body.  (This explains why the old [[dungeon master]]s tend to wear several cloaks: they arrive at the fortress wearing only a cloak on the upper body (permit 150), and can put on a total of 10 of them, at 15 size each.)&lt;br /&gt;
&lt;br /&gt;
Unfortunately, [LAYER:COVER] items are the only items playing by the old rules.  This much is certain from testing in arena mode.&lt;br /&gt;
&lt;br /&gt;
:*If the item to be add is a [LAYER:COVER] item, add the total item size on the body part, if this sum is '''less than or equal to''' the item's permit value then evaluate as true.&lt;br /&gt;
:*If a [LAYER:ARMOR] item is present or to be added and if the sum of the non [LAYER:COVER] items would be '''less than''' the sum of the [LAYER:ARMOR] size+permit values then evaluate as true.&lt;br /&gt;
:*If one or more items of the same non-[LAYER:COVER] layer as the one being added are present and if the sum of their size values is '''less than''' the smallest permit value then evaluate as true.&lt;br /&gt;
:*If the sum of the size values for all items on the body part are '''less than or equal to''' the permit value of the item about to be added then evaluate as true.&lt;br /&gt;
&lt;br /&gt;
The item is allowed if all rules either evaluate to true or are not applicable.  This is in addition to the rule allowing only one shaped item on a given body part at a time. &lt;br /&gt;
&lt;br /&gt;
Example: A helm (30 size,20 permit) means you can put on a mask (20,10) or two caps (10,20), but only two head veils (10,100).  Any of these configurations can fit 6 additional hoods if desired. &lt;br /&gt;
&lt;br /&gt;
Example: Wearing a cap (10,15) allows only one face veil (10,100), because they are both [LAYER:UNDER], but an additional combined total of up to 9 head veils and hoods is possible.&lt;br /&gt;
&lt;br /&gt;
Note that the armor value of socks and other clothing is unknown under the new system - however, wearing them under &amp;quot;armor&amp;quot; such as boots is recommended for an adventurer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[Adventurer mode]]''' follows the arena rules so it is possible to have three chain mail shirts (15,50), a breastplate (20,50), and 25 capes (10,300) on ones upper body plus two caps(or one mask), a helm, and six hoods on ones head.  Confirmation is needed to see if [[fortress mode]] follows the old rules or the new arena rules. (I tested this and found that Urist McNopants follows a totally different set of rules than either of these. His rules tell him to forget both caps all of the hoods both socks and his trousers, and each sucessive time he gets dressed he feels the need to do it differently.)&lt;br /&gt;
&lt;br /&gt;
===Some more workaround about Size, Permit and Layering===&lt;br /&gt;
&lt;br /&gt;
* You can only have one shaped armor piece (marked with '''[S]''') per body part.&lt;br /&gt;
* The total size of non-cover items must be ''lower'' than any armour piece's permit + size total.&lt;br /&gt;
* The total size of all items of any layer on any body part must be lower than the lowest permit value (excluding that item).&lt;br /&gt;
* The total size of all items on any body part must be lower than the size + permit value of any cover item.&lt;br /&gt;
* All items are put on in order of their layer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As an example, lets say you want to kit out your soldiers upper body. Try walking through this in arena mode to get a feel for it.&lt;br /&gt;
&lt;br /&gt;
You start off with a [[steel]] breastplate. This has a size of '''20''' and a permit of '''50'''. It is also '''shaped''', so you can't add any other shaped items; no more breastplates and no [[leather]] armor.&lt;br /&gt;
&lt;br /&gt;
Now you want to add mail shirts. Each one has a permit of '''50''' and a size of '''15'''. You can add three of these if you want. It checks the size against each of the armour pieces permit + size (or rather, the permit value ignoring that items size in the calculation), like so;&lt;br /&gt;
* Against each of the mail shirts, you have '''2 x 15 = 30''' total size in mail shirts, '''+ 20''' from the breastplate, matching the '''50''' permit.&lt;br /&gt;
* Against the breastplate you have '''3 x 15 = 45 &amp;lt; 50''', fine.&lt;br /&gt;
Now if you add a fourth mail shirt these test will fail. However, because of the layering order (mail shirts being armour layer 2, the breastplate armour layer 3) the breastplate is added after the shirts. This results in the breastplate being dropped.&lt;br /&gt;
&lt;br /&gt;
Because this reaches the '''50''' permit limit for the mail shirts, you can't add more non-cover items without substituting them for existing items. If you want a robe (size '''20'''), for example, you need to remove two of the mail shirts to clear a total size of '''30''', which then lets you add an extra size '''10''' shirt, vest or whatever.&lt;br /&gt;
&lt;br /&gt;
However, you can add cover layer items. In this case, cloaks. Each cloak has a size of '''15''' and a permit of '''150'''. Taking into account the '''50''' size already on the upper body, we can add '''100''' size worth of cloaks. This lets us add '''6''' ('''x 15 = 90''') cloaks over the existing armour.&lt;br /&gt;
&lt;br /&gt;
Going through like this for the rest of the body (most of it is simpler) gives you a final setup of;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Head'''&amp;lt;br/&amp;gt;&lt;br /&gt;
2 x caps&amp;lt;br /&amp;gt;&lt;br /&gt;
1 x helm&amp;lt;br /&amp;gt;&lt;br /&gt;
6 x hood&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Upper Body'''&amp;lt;br/&amp;gt;&lt;br /&gt;
1 x breastplate&amp;lt;br /&amp;gt;&lt;br /&gt;
3 x mail shirts&amp;lt;br /&amp;gt;&lt;br /&gt;
6 x cloaks&lt;br /&gt;
&lt;br /&gt;
'''Upper Body (cheap)'''&amp;lt;br/&amp;gt;&lt;br /&gt;
6 x dress&amp;lt;br/&amp;gt;&lt;br /&gt;
3 x robe&amp;lt;br/&amp;gt;&lt;br /&gt;
3 x cloak&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Lower Body'''&amp;lt;br/&amp;gt;&lt;br /&gt;
3 x long skirts&amp;lt;br /&amp;gt;&lt;br /&gt;
1 x greaves&lt;br /&gt;
&lt;br /&gt;
'''Lower Body (no foreign items)'''&amp;lt;br/&amp;gt;&lt;br /&gt;
2 x trousers&amp;lt;br /&amp;gt;&lt;br /&gt;
1 x greaves&lt;br /&gt;
&lt;br /&gt;
'''Lower Body (cheap)'''&amp;lt;br/&amp;gt;&lt;br /&gt;
2 x trousers&amp;lt;br /&amp;gt;&lt;br /&gt;
1 x leggings&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Hands'''&amp;lt;br/&amp;gt;&lt;br /&gt;
1 x pairs of gauntlets&amp;lt;br /&amp;gt;&lt;br /&gt;
1 x pairs of mittens&lt;br /&gt;
&lt;br /&gt;
'''Hands (cheap)'''&amp;lt;br/&amp;gt;&lt;br /&gt;
2 x pairs of gloves&amp;lt;br /&amp;gt;&lt;br /&gt;
1 x pairs of mittens&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Feet'''&amp;lt;br/&amp;gt;&lt;br /&gt;
1 x pairs of chausses&amp;lt;br /&amp;gt;&lt;br /&gt;
1 x pairs of high boots&lt;br /&gt;
&lt;br /&gt;
'''Feet (no foreign items)'''&amp;lt;br/&amp;gt;&lt;br /&gt;
1 x pairs of socks&amp;lt;br /&amp;gt;&lt;br /&gt;
1 x pairs of high boots&lt;br /&gt;
&lt;br /&gt;
'''Feet (cheap)'''&amp;lt;br/&amp;gt;&lt;br /&gt;
1 x pairs of socks&amp;lt;br /&amp;gt;&lt;br /&gt;
1 x pairs of shoes&lt;br /&gt;
&lt;br /&gt;
Of course, so long as the bugs are still around, we are likely to see dwarves wearing more than this or refusing to put parts on because they found their boots before their socks.&lt;br /&gt;
&lt;br /&gt;
''Note: &amp;quot;Cheap&amp;quot; implies the set can be made from secondary materials such as bone and cloth with item types not overlapping with  the other, more combat oriented set which use metal, leather and cloth (for socks). As a rule of thumb, combat sets provide better protection but cheap sets are lighter and easier to mass produce.''&lt;br /&gt;
&lt;br /&gt;
==Coverage==&lt;br /&gt;
&lt;br /&gt;
There are three tags that govern how far coverage reaches.&lt;br /&gt;
&lt;br /&gt;
:'''[UBSTEP]'''&lt;br /&gt;
This token, when applied to torso armor, controls how far 'up' the body an item of armor reaches. Basically you can think of it as going out in stages along the body. It doesn't cover legs. It doesn't cover body parts with certain tags (notably [HEAD], [GRASP] and [STANCE], or the head). It can cover the children of such body parts (such as parts of the face) if it extends beyond them. The upper body and lower body are counted as 0 steps away, and so both always covered.&lt;br /&gt;
&lt;br /&gt;
Breastplates have a default of 0, meaning they only cover the torso.&amp;lt;br /&amp;gt;&lt;br /&gt;
Mail shirts have [UBSTEP:1], so cover the upper arms and throat.&lt;br /&gt;
&lt;br /&gt;
A number of clothing items have [UBSTEP:MAX]. What exactly this covers depends on a certain bug, but unless you are making adamantine robes you probably won't get that much extra protection this way anyway. This would mean, for example, they would cover the upper arm, lower arm, skip the hand, then cover the fingers. The same goes for facial features (and, oddly, the throat) after skipping the head and the toes after skipping the entire legs and feet.&amp;lt;br /&amp;gt;&lt;br /&gt;
The clothes with these properties seem to be robes, cloaks, coats, shirts and dresses. However, of these only robes and dresses also have [LBSTEP:MAX] (see below) and so I'm not sure if anything else would actually cover toes or not. Needs additional testing.&lt;br /&gt;
&lt;br /&gt;
Testing in arena: in three 15x15 dwarves battles where both sides was equiped with iron battle axes and iron full armor and one of the teams was enforced with leather robes, team with robes was a victorious (2-3 survivors).&lt;br /&gt;
&lt;br /&gt;
:'''[LBSTEP]'''&lt;br /&gt;
This token, when applied to torso armor or pants, controls how much of the legs an item covers. Legs in this case are defined as [LIMB] body parts that end in a [STANCE] body part (eg, foot). Arms are [LIMB]s, but end in a [GRASP] hand instead. Because the upper and lower body are effectively zero steps from each other, torso armor can extend this way easily.&lt;br /&gt;
&lt;br /&gt;
Both greaves and leggings have [LBSTEP:MAX] and so cover the entire leg to the best of their ability.&amp;lt;br /&amp;gt;&lt;br /&gt;
Mail shirts have [LBSTEP:1] and so can protect the upper legs. A range of other clothes (including cloaks) and leather armor also have this.&lt;br /&gt;
As mentioned above, robes and dresses have [LBSTEP:MAX] and so cover the entire legs. These also have [UBSTEP:MAX] and so cover the entire body. Although not the strongest armor, a leather (or maybe adamantine?) robe or dress gives you maximum coverage.&lt;br /&gt;
&lt;br /&gt;
:'''[UPSTEP]'''&lt;br /&gt;
This token, when applied to gloves or shoes, determines how far up the limb the armor protects. As with [LBSTEP], this doesn't cover anything but the [LIMB] tag body parts, but it does cover arms as well as legs.&lt;br /&gt;
&lt;br /&gt;
Low boots literally only cover the foot.&amp;lt;br /&amp;gt;&lt;br /&gt;
High boots have [UPSTEP:1], so cover the lower leg. If you consider the upper legs can covered by [LBSTEP] from above, you can effectively have an entire layer of chain armor on the legs from high boots and a mail shirt even before adding leg armor. This is why I go with greaves for a plate layer.&lt;br /&gt;
Gauntlets have [UPSTEP:1], so cover the lower arms. Because there is no other protection for arms as there is for legs, you need gauntlets and mail shirts to protect your arms fully.&lt;br /&gt;
Chausses are a very rare sock substitute, but they are the only items to have [UPSTEP:MAX] and so offer full leg coverage while being exactly the same size as regular socks. The perfect undergarment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The whole method is pretty nifty with just two problems.&amp;lt;br /&amp;gt;&lt;br /&gt;
* Faces can't be covered by head armor.&lt;br /&gt;
* Throats cannot be protected by metal armor (except adamantine cloth).&lt;br /&gt;
&lt;br /&gt;
In previous versions toes and fingers were not protected by armor. However as of 31.17 both are now protected by the relevant armor type, e.g gauntlets cover fingers and boots cover toes.&lt;br /&gt;
&lt;br /&gt;
== Other Restrictions ==&lt;br /&gt;
&lt;br /&gt;
In fortress mode, &amp;quot;under&amp;quot; layers cannot be put on over &amp;quot;over&amp;quot; layers, so, for instance, a dwarf cannot put on socks unless it first removes its shoes.  They can wear over layers without putting an under layer on first, which explains their fondness for &amp;quot;going commando&amp;quot; (trousers without loincloth).  Dwarves will only put on the specific armor they are told to put on -- unless they are not told what to wear.&lt;br /&gt;
&lt;br /&gt;
Also, if you do not tell dwarves to replace clothing with a uniform, they will wear it alongside the uniform and possibly come into conflict with layering and sizes/permits, making them unable to wear assigned items.&lt;br /&gt;
&lt;br /&gt;
In adventurer mode, you have direct control over what armor you put on, and are only limited by permit and &amp;quot;one only&amp;quot; (shaped) restrictions.  This means you can wear three suits of chain mail (total size 45) plus another suit of chain or plate on top of them.  On top of this, you can add six cloaks.&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
In adventurer mode, putting a pair of socks (or any under-layer foot wear) on before putting on a pair of boots (or any over-layer foot wear) will keep you from putting on the last boot.  So the order sock, sock, boot, boot doesn't work, but changing the order to sock, boot, sock, boot does.  This is a very minor bug.&lt;br /&gt;
&lt;br /&gt;
Another bug report suggests that in fortress mode items may be equipped in the order that they are produced, instead of in the order that they are listed on the dwarf's equipment selection screen.{{bug|4932}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.34:Industry&amp;diff=165216</id>
		<title>v0.34:Industry</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.34:Industry&amp;diff=165216"/>
		<updated>2012-02-28T22:12:36Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Undo revision 165179 by King Mir (talk). That is not an industry as such.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|20:11, 26 December 2010 (UTC)}}{{av}}&lt;br /&gt;
&lt;br /&gt;
All dwarves love money, and a complete industry in all its glory is the easiest way to make lots and lots of money.&lt;br /&gt;
&lt;br /&gt;
Traditionally industries have been broken into primary (resource extraction), secondary (the refining and reprocessing of these resources into goods), and tertiary (further improvement of these goods).&lt;br /&gt;
&lt;br /&gt;
Industries in Dwarf Fortress can be broken into the following categories. These categories are based on [http://geography.about.com/od/urbaneconomicgeography/a/sectorseconomy.htm Economy Sectors]. Note that the end products of one industry are often the inputs to another, and some industries can fit into more than one category.&lt;br /&gt;
===Primary Industries===&lt;br /&gt;
*[[Wood industry]]: Growing and cutting wood to produce items including furniture and fuel.&lt;br /&gt;
*[[Stone industry]]: Exploration and mining stone to produce buildings and items.&lt;br /&gt;
*[[Food]] industry: The production of food and alcohol to keep dwarves alive and happy, as well as textiles.&lt;br /&gt;
*[[Fuel industry]]: The production of fuel to support the metal, glass and ceramics industries.&lt;br /&gt;
*[[Fishing industry]]: Fish are harvested and processed into food and shells.&lt;br /&gt;
*[[Meat industry]]: Animals are processed into meat, leather, bones, teeth and horns.&lt;br /&gt;
*[[Metal industry]]: Raw ore is refined into metal bars, which may be used for weapons, armor, furniture, and crafts.&lt;br /&gt;
*[[Beekeeping industry]]: Bees are collected into hives, which produce honeycomb and royal jelly.&lt;br /&gt;
*[[Poultry industry]]: Raising egg-laying animals primarily to collect and consume the eggs. Excess animals can be used in the meat industry as a byproduct.&lt;br /&gt;
&lt;br /&gt;
===Secondary Industries===&lt;br /&gt;
*[[Armor]] industry: Metal, wood, leather, and bone are used to produce armor to keep your dwarves safe.&lt;br /&gt;
*[[Weapon]] industry: Metal, wood, stone, and bone are used to produce weapons to keep the goblins away.&lt;br /&gt;
*[[Finished goods]] industry: Almost all materials can be used to produce crafts for export.&lt;br /&gt;
*[[Furniture industry]]: Using stone, wood, and metal to produce furniture primarily for installation in your outpost.&lt;br /&gt;
*[[Soap]] industry: The production of soap to be used in healthcare.&lt;br /&gt;
*[[Glass industry]]: Sand is used to create low quality gems, plus an assortment of other goods.&lt;br /&gt;
*[[Ceramic industry]]: Clay is used to create moderate quality containers, bricks, and crafts.&lt;br /&gt;
&lt;br /&gt;
===Tertiary Industries===&lt;br /&gt;
*[[Gem industry]]: Raw gems are cut, some into finished goods, while most are then used to decorate (&amp;quot;encrust&amp;quot;) a multitude of items.&lt;br /&gt;
*[[Textile industry]]: Plant fiber, spider silk, and wool/hair thread are woven into cloth to produce clothing, rope, bags, and bandages, and to decorate crafts.&lt;br /&gt;
*[[Healthcare]] Industry: Patching up your inevitably-wounded dwarves.&lt;br /&gt;
&lt;br /&gt;
{{Category|Industry}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31:Exploratory_mining&amp;diff=130136</id>
		<title>v0.31:Exploratory mining</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31:Exploratory_mining&amp;diff=130136"/>
		<updated>2010-10-25T12:38:44Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Ladder Rows */ 1 in 3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once you've had enough {{L|Losing|fun}} to have a basic fortress working, it becomes necessary to dig down in search of ores, gems, water, etc. Exploratory mining attempts to dig out as little as possible in order to see as much as is possible, using clever digging patterns.&lt;br /&gt;
&lt;br /&gt;
{{av}}{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
== Goals ==&lt;br /&gt;
Minerals are quite common (as of v0.31.01), reducing the need for extensive exploratory mining to find raw materials.  Instead, the goal of most exploratory mining will be finding special features like {{L|Caverns}} and {{L|Magma}}.&lt;br /&gt;
One might want to dig down to the caverns to find drinkable water, if the surface is all saltwater or winter-frozen ponds.&lt;br /&gt;
&lt;br /&gt;
== Dangers ==&lt;br /&gt;
Potential dangers include:&lt;br /&gt;
*hostile creatures which inhabit underground areas&lt;br /&gt;
*large pools of liquids ({{L|Water}}, {{L|Magma}})&lt;br /&gt;
*Dehydration - dwarves are quite task oriented and may forget to break for a drink! (Consider giving miners waterskins)&lt;br /&gt;
*{{L|Hidden Fun Stuff|Fun}}&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
All of the interesting stuff is below you when you start - digging straight down may be the fastest (though not the safest) way to find points of interest.&lt;br /&gt;
&lt;br /&gt;
Those interested in *safely* exploring the depths may wish to create a level every so often where the stairway is broken so you can create barriers (like doors or lever-controlled floodgates) or garrison military squads to deal with any discovered hostiles.&lt;br /&gt;
&lt;br /&gt;
== Exploratory Patterns ==&lt;br /&gt;
&lt;br /&gt;
Patterns are represented by a unit tile. This unit tile is repeated throughout the area intended for excavation to create the desired pattern. Each pattern is analyzed with the above factors in mind.&lt;br /&gt;
&lt;br /&gt;
 Key:&lt;br /&gt;
 . = Mined (floor)&lt;br /&gt;
 x = Mined (shaft)&lt;br /&gt;
 ░ = Visible, not mined (wall)&lt;br /&gt;
 ▓ = Not mined, not visible&lt;br /&gt;
&lt;br /&gt;
=== Hollow ===&lt;br /&gt;
All tiles are excavated.&lt;br /&gt;
&lt;br /&gt;
* ''Labor'': 100% of the tiles are excavated.&lt;br /&gt;
* ''Target'': Any size. If it exists in the layer, it will be found.&lt;br /&gt;
* ''Visibility'': '''100%''' of the tiles are visible, obviously.&lt;br /&gt;
* ''Reusability'': Approaches zero, except for mass storage. Any design other than a large hall requires reconstruction.&lt;br /&gt;
* ''Bottom line'': Easy to designate, but miners tend to be a bit chaotic in their approach to the task.  Hollowing wastes labor like there's no tomorrow, but integrates extraction into the exploratory mining process. Use only if you have a lot of labor to spare, or need huge amounts of stone and don't mind the reconstruction required to make the hollow area habitable.&lt;br /&gt;
&lt;br /&gt;
=== Rows ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: monospace; white-space: pre; line-height: 126.5%&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;░░░░░░ &lt;br /&gt;
......&lt;br /&gt;
░░░░░░&lt;br /&gt;
░░░░░░&lt;br /&gt;
......&lt;br /&gt;
░░░░░░&amp;lt;/nowiki&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
* ''Labor'': 1 per every 3 tiles (~33%) of the tiles are excavated.&lt;br /&gt;
* ''Target'': Any size. Clusters as small as a single tile are revealed.&lt;br /&gt;
* ''Visibility'': '''100%'''.&lt;br /&gt;
* ''Reusability'': Very low. The long corridors aren't very useful, and can only be expanded to long, wide corridors.&lt;br /&gt;
* ''Bottom line'': Easy to designate, and a single miner will focus on one tunnel to the end or they take a {{L|break}}. This method achieves the same visibility as hollowing out, but using a mere third of the labor. Ideal for hunting single-tile gems. As an added bonus, it is more efficient than a 3×3 design.&lt;br /&gt;
&lt;br /&gt;
Larger &amp;quot;tunnel&amp;quot; patterns are suggested to be dug in multiples of &amp;quot;3&amp;quot; to allow for later complete revealing with minimum effort.&lt;br /&gt;
&lt;br /&gt;
=== Ladder Rows ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: monospace; white-space: pre; line-height: 126.5%&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;░░░░░░░░░░░░ &lt;br /&gt;
............&lt;br /&gt;
░.░░░░░.░░░░&lt;br /&gt;
░░░░░░░░░░░░&lt;br /&gt;
░░░░.░░░░░.░&lt;br /&gt;
............&lt;br /&gt;
░░░░░░░░░░░░&amp;lt;/nowiki&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
* ''Labor'': 33% of the tiles are excavated (1 in 3).&lt;br /&gt;
* ''Target'': Any size. Clusters as small as a single tile are revealed.&lt;br /&gt;
* ''Visibility'': '''100%'''.&lt;br /&gt;
* ''Reusability'': Moderate. Alternating corridors can be mined out to create 5 tile wide rooms of any length... if the extra doors isn't a concern.&lt;br /&gt;
* ''Bottom line'': A little more tedious to designate, but the increased re-usability and efficiency make this an attractive alternative.&lt;br /&gt;
&lt;br /&gt;
=== Diagonal every 5 ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: monospace; white-space: pre; line-height: 126.5%&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;░░.░░░░.░░&lt;br /&gt;
░.░░░░.░░░&lt;br /&gt;
.░░░░.░░░░&lt;br /&gt;
░░░░.░░░░.&lt;br /&gt;
░░░.░░░░.░&amp;lt;/nowiki&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
* ''Labor'': 20% of the tiles are excavated (1 per 5).&lt;br /&gt;
* ''Target'': Any size. Clusters as small as a single tile are revealed.&lt;br /&gt;
* ''Visibility'': '''100%'''.&lt;br /&gt;
* ''Reusability'': With a bit of imagination you can build nice 3x3 rooms&lt;br /&gt;
* ''Bottom line'': This method is moderately efficient among those with 100% visibility. This one doesn't use other levels to move from one spot to another but is annoying to designate.&lt;br /&gt;
&lt;br /&gt;
A variation would put diagonals every 10 or 20, laying the groundwork to fill them in later for higher visibility if desired.&lt;br /&gt;
&lt;br /&gt;
=== Mine shafts, grid of every 3 tiles ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: monospace; white-space: pre; line-height: 126.5%&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;░░░░░░░░░&lt;br /&gt;
░X░░X░░X░&lt;br /&gt;
░░░░░░░░░&lt;br /&gt;
░░░░░░░░░&lt;br /&gt;
░X░░X░░X░&lt;br /&gt;
░░░░░░░░░&amp;lt;/nowiki&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
* ''Labor'': 11.1% of the tiles are excavated (1/9).&lt;br /&gt;
* ''Target'': Any size. Clusters as small as a single tile are revealed.&lt;br /&gt;
* ''Visibility'': '''100%'''.&lt;br /&gt;
* ''Reusability'': It's easy to make into square rooms of various sizes, the stairways can be removed and used as doorways, or just carved out as part of the rooms.&lt;br /&gt;
* ''Bottom line'': You'll need to clear part of one layer to get the shafts started up or down (use one of the other methods to cover the area), but for one shaft at a time this method is, tile for tile, the most efficient for those with 100% visibility, and has a great reuse value.  In practice, however, if you have more than one shaft being dug at one time, up/down-mining can cause miners to jump around between shafts, wasting time.&lt;br /&gt;
&lt;br /&gt;
:It takes a lot of keypressing to designate, although you can save some effort by designating every third row (as in the rows method, except with stairways) and then removing the designations ({{k|d}}-{{k|x}}) on all but every third column.  Alternately, [[User:StrawberryBunny/Mineshaft.ahk|here]] is a ahk script to save your fingers.  &lt;br /&gt;
&lt;br /&gt;
''For a discussion on optimizing travel times through mineshafts, see {{L|Mineshaft stitching}}.''&lt;br /&gt;
&lt;br /&gt;
=== Diagonal ramps ===&lt;br /&gt;
&lt;br /&gt;
The pattern as shown is 1 up-ramp every 7 tiles vertically, or 1/14 horizontally, though this could be turned 90 degrees.  The downramps are shown, but are only designated on the next level down.  (Be ''sure'' you know how {{L|ramp}}s work before trying this one!)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: monospace; white-space: pre; line-height: 126.5%&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;░░▼░░░░░░░░░░▲░░▼░░░░░░░░░░▲&lt;br /&gt;
░░░░░░░░░▲░░▼░░░░░░░░░░▲░░▼░&lt;br /&gt;
░░░░░▲░░▼░░░░░░░░░░▲░░▼░░░░░&lt;br /&gt;
░▲░░▼░░░░░░░░░░▲░░▼░░░░░░░░░&lt;br /&gt;
▼░░░░░░░░░░▲░░▼░░░░░░░░░░▲░░&lt;br /&gt;
░░░░░░░▲░░▼░░░░░░░░░░▲░░▼░░░&lt;br /&gt;
░░░▲░░▼░░░░░░░░░░▲░░▼░░░░░░░&lt;br /&gt;
░░▼░░░░░░░░░░▲░░▼░░░░░░░░░░▲&amp;lt;/nowiki&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
* ''Labor'': 7.1% of the tiles are excavated (1/14).&lt;br /&gt;
* ''Target'': Any size. Clusters as small as a single tile are revealed.&lt;br /&gt;
* ''Visibility'': '''100%'''.&lt;br /&gt;
* ''Reusability'': Moderate.  3x3 spaces cannot be created until at least one up-ramp is removed or a down-ramp floored over.  {{L|Ramp}}s are less convenient than stairs for many purposes (for example, digging out the wrong tiles around a ramp can make it unusable).  &lt;br /&gt;
* ''Bottom line'': In some ways the most efficient method of all, but difficult to designate and somewhat inconvenient (especially around the edges of the map).  Awkward to stitch together.&lt;br /&gt;
&lt;br /&gt;
=== Pinwheel Shafts===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: monospace; white-space: pre; line-height: 126.5%&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;░░░░░░░░░░░&lt;br /&gt;
░XX░░X░░XX░&lt;br /&gt;
░░░░░X░░░░░&lt;br /&gt;
░░░▓░░░▓░░░&lt;br /&gt;
░X░░░░░░░X░&lt;br /&gt;
░X░░XXX░░X░&lt;br /&gt;
░X░░░░░░░X░&lt;br /&gt;
░░░▓░░░▓░░░&lt;br /&gt;
░░░░░X░░░░░&lt;br /&gt;
░XX░░X░░XX░&lt;br /&gt;
░░░░░░░░░░░&amp;lt;/nowiki&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
* ''Labor'': In this example about 17.3% of the tiles are being excavated.&lt;br /&gt;
* ''Target'': All except single-tile targets are guaranteed to be found, and those will only rarely be missed.&lt;br /&gt;
* ''Visibility'': '''96.6%'''.&lt;br /&gt;
* ''Reusability'': Workshops can be easily fitted into the unmined 3x3 areas.&lt;br /&gt;
* ''Bottom line'': Very similar to Mine Shafts, but you can replace the up/down stairways with alternating up stairs and down stairs on different levels, eliminating the chance that one of your dwarves will slip and fall all the way down the shaft to their deaths.&lt;br /&gt;
&lt;br /&gt;
=== 7×7 blocks ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: monospace; white-space: pre; line-height: 126.5%&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;▓▓▓░.░▓▓▓▓▓░.░▓▓&lt;br /&gt;
░░░░.░░░░░░░.░░░&lt;br /&gt;
................&lt;br /&gt;
░░░░.░░░░░░░.░░░&lt;br /&gt;
▓▓▓░.░▓▓▓▓▓░.░▓▓&lt;br /&gt;
▓▓▓░.░▓▓▓▓▓░.░▓▓&lt;br /&gt;
▓▓▓░.░▓▓▓▓▓░.░▓▓&lt;br /&gt;
▓▓▓░.░▓▓▓▓▓░.░▓▓&lt;br /&gt;
▓▓▓░.░▓▓▓▓▓░.░▓▓&lt;br /&gt;
░░░░.░░░░░░░.░░░&lt;br /&gt;
................&lt;br /&gt;
░░░░.░░░░░░░.░░░&lt;br /&gt;
▓▓▓░.░▓▓▓▓▓░.░▓▓&lt;br /&gt;
▓▓▓░.░▓▓▓▓▓░.░▓▓&amp;lt;/nowiki&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
* ''Labor'': 15/64 (~23%) of the tiles are excavated.&lt;br /&gt;
* ''Target'': Veins and up, as the large 5X5 space left in each unit tile can easily conceal a small cluster. Small clusters will be found perhaps half the time.&lt;br /&gt;
* ''Visibility'': 39/64 (~61%) of the tiles are visible.&lt;br /&gt;
* ''Reusability'': Medium. The 7×7 blocks can easily be converted into 5×5 rooms, suitable for individual rooms, storage or workshops. Optionally, it can be converted into a grid of connected 7×7 rooms, if you center each room on a crossroad; or similarly into a grid of 3x3 rooms, good for workshops, etc. Easily converted into a more thorough 3×3 block patten by digging through the large blocks.&lt;br /&gt;
* ''Bottom line'': This is a low-labor method great for vein-hunting. The low labor cost puts you in a position to invest more and get better coverage if desired.&lt;br /&gt;
&lt;br /&gt;
If you think you may wish to later use the &amp;quot;rows&amp;quot; method (above) for 100% visibility, this could be based on a spacing of 6, 9, or 12.  Wider spacing starts to risk missing even veins.&lt;br /&gt;
&lt;br /&gt;
=== 15×15 blocks ===&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: monospace; white-space: pre; line-height: 126.5%&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;▓▓▓▓░.░▓▓▓▓▓▓▓▓▓▓▓▓▓░.░▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓░.░▓▓▓▓▓▓▓▓▓▓▓▓▓░.░▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓░.░▓▓▓▓▓▓▓▓▓▓▓▓▓░.░▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓░.░▓▓▓▓▓▓▓▓▓▓▓▓▓░.░▓▓▓▓▓▓▓▓▓&lt;br /&gt;
░░░░░.░░░░░░░░░░░░░░░.░░░░░░░░░░&lt;br /&gt;
................................&lt;br /&gt;
░░░░░.░░░░░░░░░░░░░░░.░░░░░░░░░░&lt;br /&gt;
▓▓▓▓░.░▓▓▓▓▓▓▓▓▓▓▓▓▓░.░▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓░.░▓▓▓▓▓▓▓▓▓▓▓▓▓░.░▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓░.░▓▓▓▓▓▓▓▓▓▓▓▓▓░.░▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓░.░▓▓▓▓▓▓▓▓▓▓▓▓▓░.░▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓░.░▓▓▓▓▓▓▓▓▓▓▓▓▓░.░▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓░.░▓▓▓▓▓▓▓▓▓▓▓▓▓░.░▓▓▓▓▓▓▓▓▓&amp;lt;/nowiki&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
* ''Labor'': 31/256 (~12%) of the tiles are excavated.&lt;br /&gt;
* ''Target'': Large clusters are guaranteed, and unless you have particularly bad luck you should also find all veins, but there is no guarantee. Veins would only rarely be hidden in the large 13×13 space left.  The large 13×13 space left in each unit tile can easily conceal quite a lot. &lt;br /&gt;
* ''Visibility'': 87/256 (34%) of the tiles are visible.&lt;br /&gt;
* ''Reusability'': High. A 15×15 block of solid rock is extremely versatile when it comes to interior design. It's easily converted into a 7×7 block design, which may be further converted into a 3×3 block design.&lt;br /&gt;
* ''Bottom line'': This method is preferable when you are low on labor. It can easily accommodate parts of your fort, or serve as the precursor for a more thorough search.  A 12×12 or 18×18 version are also valid options, with obvious dis/advantages.&lt;br /&gt;
&lt;br /&gt;
=== Mine Shafts on a 6-, 9-, 12-, or 15-grid ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: monospace; white-space: pre; line-height: 126.5%&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓▓░░░▓▓▓▓▓▓▓▓▓▓▓▓▓░░░▓▓▓▓&lt;br /&gt;
▓▓▓▓▓░X░▓▓▓▓▓▓▓▓▓▓▓▓▓░X░▓▓▓▓&lt;br /&gt;
▓▓▓▓▓░░░▓▓▓▓▓▓▓▓▓▓▓▓▓░░░▓▓▓▓&lt;br /&gt;
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓&lt;br /&gt;
▓▓▓▓▓░░░▓▓▓▓▓▓▓▓▓▓▓▓▓░░░▓▓▓▓&lt;br /&gt;
▓▓▓▓▓░X░▓▓▓▓▓▓▓▓▓▓▓▓▓░X░▓▓▓▓&lt;br /&gt;
▓▓▓▓▓░░░▓▓▓▓▓▓▓▓▓▓▓▓▓░░░▓▓▓▓&lt;br /&gt;
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓&amp;lt;/nowiki&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
* ''Labor'': from under 3% (1/36) for the 6-grid to less than 0.5% for the 15 grid (1/225).&lt;br /&gt;
* ''Target'': Large clusters and up (as above) and underground features.&lt;br /&gt;
* ''Visibility'': ''extremely'' low (4%).&lt;br /&gt;
* ''Reusability'': High. Any area often needs a set of stairs (or more than one) leading up/down, and these would be the start of them.&lt;br /&gt;
* ''Bottom line'': This method should be used when you are looking for {{L|caverns}}, or getting a feel for the various rock layers, or just hoping to get lucky with little effort.  Grids larger than 15 may start to miss even large features such as large clusters, but can be used for identifying stone layers, and can always be filled back in later with shafts on a tighter grid.&lt;br /&gt;
&lt;br /&gt;
With any grid pattern, a (much) wider version could be used to start and to locate specific stone layers/areas, and then filled in later in a tighter pattern where you want if you're not lucky the first pass.  If you plan to use the 3-grid pattern (for a 100% tile reveal) later, create your grid with intervals that are a multiple of &amp;quot;3&amp;quot;.  If you are only looking for veins, features or just don't care, then do as you will and play it by ear later.&lt;br /&gt;
&lt;br /&gt;
{{Category|Guides}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31:Security_design&amp;diff=130039</id>
		<title>v0.31:Security design</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31:Security_design&amp;diff=130039"/>
		<updated>2010-10-23T14:20:57Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Undo revision 130038 by Nahno (Talk) It blends with the next section. Can't fix it.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
:''This page is one of several inter-related articles on the broader topic of defending your fortress and your dwarves. '''Security design''' focuses on how to turn the physical layout and architecture of a fort into a defensible whole. For a general overview of the threats that will challenge your fortress and things to consider when preparing a standard defence, see the '''{{l|defense guide}}'''. For complex traps that are not a minor/optional part of a larger defensive plan (but might be adapted or plugged into one), see '''{{l|trap design}}'''. For specific advice on how to get your soldiers prepared for any threat, see '''{{l|military design}}'''.&lt;br /&gt;
&lt;br /&gt;
:::::'''''Editors &amp;amp; Contributors''' - Please see the discussion page before posting.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Standard key==&lt;br /&gt;
&lt;br /&gt;
   '''Key:'''&lt;br /&gt;
 '''symbol  tile'''&lt;br /&gt;
  •   -  Empty space&lt;br /&gt;
  +   -  Constructed floor, or top of wall section from lower level&lt;br /&gt;
  '''0'''   -  Isolated wall section&lt;br /&gt;
 ╔╦═╗&lt;br /&gt;
 ╠╬═╣ -  Connected wall &lt;br /&gt;
 ║║ ║&lt;br /&gt;
 ╚╩═╝&lt;br /&gt;
  ╬   -  Fortifications&lt;br /&gt;
  X   -  Up/down {{l|stairs}}&lt;br /&gt;
  &amp;lt;   -  Up stair&lt;br /&gt;
  &amp;gt;   -  Down stair&lt;br /&gt;
  ▲   -  Up ramp/slope&lt;br /&gt;
  ▼   -  Down ramp/slope&lt;br /&gt;
  ,   -  natural ground&lt;br /&gt;
  ☺   -  dwarf&lt;br /&gt;
&lt;br /&gt;
==General suggestions==&lt;br /&gt;
General designs should include suggestions that can be &amp;quot;plugged in&amp;quot; to a part of any typical fortress, and/or can be modified to suit a number of purposes.&lt;br /&gt;
&lt;br /&gt;
Any fortress defenses need to be able to protect your dwarves while outside, whether that's military or civilians.  On the truly labor intensive end, you can fully enclose areas of wilderness you wish to utilize in walls or behind moats with the only access being from within your base.  Hostile creatures, even 'invisible' ones like ambushers, start at map edges and travel across the map - they will only spawn in regions where they can path to a dwarf.  By controlling which areas have access to paths to dwarves, you can force all hostile forces to appear in predictable and limited killing zones and battlefields that you control.  &lt;br /&gt;
&lt;br /&gt;
===Meeting area as defense===&lt;br /&gt;
&lt;br /&gt;
Especially in the very early game, you can use a {{l|Zone#Meeting_Area|meeting zone}} to attract animals and idle dwarves to a given area. This makes a pretty poor defense in general, but it's not a bad way to create an alarm system against minor threats such as {{l|thief|thieves}} near your stockpiles, at least until you have something better (which won't be hard).  Remove the zone later, or it attracts idle dwarves and children.  Note that until you designate something else, the site of your wagon (even once deconstructed) is a default meeting area.&lt;br /&gt;
&lt;br /&gt;
===Guard Animals===&lt;br /&gt;
&lt;br /&gt;
Both {{l|thief|thieves}} and {{l|ambush}}es are invisible until something bumps into them - a dwarf, a {{l|caravan}}, a wild creature, a {{l|domestic animal}}, anything.  Once this happens (even if it was triggered by a wild {{l|groundhog}} on the far edge of the map), the game will pause with the appropriate {{l|announcement}}, forcing your attention to the situation - which is nice.  Therefore, it's a common practice to use animals to act as alarm systems, by {{l|restraint|restrain}}ing them in entryways.&lt;br /&gt;
&lt;br /&gt;
There are some considerations to good placement of such animals.  If you have a 1- or 2-wide hall, one animal is enough.  If you have a 3-wide hallway (wide enough for a {{l|caravan}}), you need to restrain two animals, one at each side of the hall.  &lt;br /&gt;
&lt;br /&gt;
 ══════════     R = restraint&lt;br /&gt;
 +++1R1++++     1 = area of animal 1&lt;br /&gt;
 +++bbb++++     2 = area of animal 2&lt;br /&gt;
 +++2R2++++     b = area of both&lt;br /&gt;
 ══════════&lt;br /&gt;
&lt;br /&gt;
This pair creates a thief-proof barrier against unannounced intrusion, as there is no combination of locations where an invisible enemy can sneak by without bumping into one or both. Caravans can pass over {{l|restraint|restraint}}s and restrained creatures without problem.  Guard animals can also see hidden enemies one z-level below them, so long as there is no intervening floor, so if space is tight you can also place them above your entranceway.&lt;br /&gt;
&lt;br /&gt;
Unless you're happy losing these animals on a regular basis, you should try to keep them alive...&lt;br /&gt;
:* Put them around a corner or behind a U-bend, so archers cannot fire at them from a distance.&lt;br /&gt;
:* Don't have them as your &amp;quot;first line of defense&amp;quot; - put them deeper in the entry, behind some traps&lt;br /&gt;
:* Put them inside, so flying creatures have to come down to their level to attack them.&lt;br /&gt;
:* Consider using a {{l|pressure plate}} at the extreme entrance to seal off the hall further down and keep your guard animal(s) safe.  Thieves won't trigger them, but the animals can deal with those - ambushes ''will'' trigger them, and you don't want them getting to your guard animals.&lt;br /&gt;
&lt;br /&gt;
Remember that anything short of a {{l|megabeast}} is not a good match for an armoured opponent.{{verify}} While watching your tame {{l|grizzly bear}} or {{l|alligator}} tear a thief apart has an amusement value, watching the goblin maceman send them flying across the map, mangled and dying, has less.&lt;br /&gt;
&lt;br /&gt;
===Defending the edge===&lt;br /&gt;
You're not allowed to wall within five squares of the edge of the map... but this rule has more loopholes than the US federal income tax code.  Until more versatile attackers emerge, it is not clear where effective play ends and exploit begins.  ''(Note: we disclaim any responsibility for damage involving {{l|harpy|harpies}} and skeletal {{l|giant eagle}}s)''&lt;br /&gt;
&lt;br /&gt;
* To start with, you can channel the '''''second''''' square from the edge.  This blocks entry of trade caravans or their movement along the edge of the map.  If barriers are used to prevent a Trade Depot near the edge of the map from being accessed from any other direction, caravans will be forced to appear in the un-channeled or bridged section of the edge, even if it is only three tiles wide.  Your depot can be ready with stockpiles of favored trade goods, offset behind a wall to protect from archers a few squares away.  &lt;br /&gt;
* You can also build drawbridges all the way up to the edge.  A long, skinny, raised bridge is effectively a wall; however, it looks the same whether it's open or closed.  &lt;br /&gt;
&lt;br /&gt;
Train up diggers in soft soil and you can surround most of the map with a moat by the time the first migrants arrive.  Be very, very wary of cave-ins, especially on highly sloped diagonal terrain - note that a downward ramp does not support adjacent floor tiles, and no tiles are supported diagonally.&lt;br /&gt;
&lt;br /&gt;
Diplomats have a strange habit of appearing well inside the moat, but need to be allowed out when finished.  ''[Note: On one 6x7 map {{l|horse}}s and other animals were also found to appear one embark unit (48 squares) left and up from the lower right corner, inside or atop the walls of a 5x5 doorless enclosure.  Defend all leaks...]''&lt;br /&gt;
&lt;br /&gt;
==== Design considerations ====&lt;br /&gt;
&lt;br /&gt;
* The moat should be designed to prevent entry except by falling and exit except by climbing, from both sides.  (Otherwise inside and outside forces might be tempted to shake hands from adjacent squares, with much annoyance)  Despite an abundance of giant corkscrews, grates, ballista bolts, etc., no one has ever invented the ladder, so this keeps anyone from entering or leaving the rest of the map.&lt;br /&gt;
* The moat should be dry, because sooner or later you will be tempted to let someone visit the edge to loot goblins or hunt varmints, and next thing you know your Legendary Weaponsmith who outpaces all your smelters will be whiling away his time carrying a leather thong to a stockpile when he runs into a groundhog and decides to react by jumping into the moat and holding his breath beneath the shallow waters until he drowns.  (As always, the notice that he has drowned is the first you'll hear of it)&lt;br /&gt;
* The moat doesn't actually ''need'' to be adjacent to the edge of the map except when conserving valuable surface terrain (such as {{l|tree|trees}} on a map that is mostly rock).  It is easier to free trapped miners when they can dig further outward, and placing the moat on the sixth or further square in from the edge allows further modification with floodgates, walls, and doors.  Any {{l|channeling}} permanently changes the dug-out tile to &amp;quot;Light Above Ground&amp;quot;, which restricts these features from tiles near the edge even if floors are later constructed to close the space.&lt;br /&gt;
* Because migrants might turn up near wild animals or be followed closely by {{l|goblin|goblins}}, it is nice to wall off the last square in shorter segments.  Each one or two segments are served by a separate lever bridge.  This can be done by:&lt;br /&gt;
** natural barriers.  The map edge is mostly continuous ramp, but occasionally a break appears on an uneven surface, by a river channel, etc.&lt;br /&gt;
** trees.  If left intact they separate any fertile patches into many small segments.&lt;br /&gt;
** floors.  Although you can't directly Remove Stairs/Ramps at the edge, building a single square of floor on an up-ramp at the edge will destroy that up-ramp (and the down-ramp above it) and block movement around the edge.  Building a square of floor on a down-ramp and then removing it creates a {{l|one-way|one-way}} path.&lt;br /&gt;
** You can build drawbridges *along* the edge and raise them.  Combined with a channel right next to the drawbridge, this can completely obstruct passage of anything which can't destroy the bridge.&lt;br /&gt;
** You can build up ramps at the edge, which may disrupt passage?&amp;lt;sup&amp;gt;Needs testing&amp;lt;/sup&amp;gt;&lt;br /&gt;
** Fortifications carved into the outer edge rock the next layer down?  It may be possible to carve fortifications all the way around the edge of a rocky map, allowing entrance only onto designated bridges surrounded by moat and with a steep drop beneath, with some sized appropriately to admit siegers only and one other sized for a trade wagon.  In this way combat can be reduced to a simple thumbs up/thumbs down decision at the lever.&amp;lt;sup&amp;gt;Probably not.&amp;lt;/sup&amp;gt;&lt;br /&gt;
* Migrants, thieves, and sieges turn up all around the map, and can be allowed in by remote controlled bridges.  (Doors will not hold back {{l|building destroyer|building destroyers}}, and remote {{l|lever}} control is needed because other gates can be &amp;quot;taken by invaders&amp;quot; and become unlockable) Invaders can be allowed in by small groups and fought if desired, or preferably admitted into underground zigzags with a door waiting to be locked at the far end once they get close to it.  If most of the invaders can be trapped inside such spaces, the remainder will stand and be wiped out completely without retreating.&lt;br /&gt;
&lt;br /&gt;
===Simple 5x5 Archer's Tower===&lt;br /&gt;
&lt;br /&gt;
Build a {{l|tower|tower}} specifically to post archers on, possibly away from your main defenses. This lets you open fire before the enemy approaches your gates. A pillbox can be attached to your walls, or separate, so that the only access is from tunnels below. These tunnels can stretch across the map, and only need be 1-tile big if no regular traffic is expected. Construct {{l|wall|wall}}s up to the second or third floor and then carve fortifications into them, so your dwarves can fire out.  For extra usefulness, build a {{l|barracks|barracks}}, {{l|archery target|archery target}}, {{l|food|food}} {{l|stockpile|stockpile}}, {{l|well|well}} and {{l|dining room|dining room}} in or near the tower. Add a door or hatch to lock them in.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is better to construct walls and then carve fortifications into them, than to construct fortifications. The reason for this is that constructed fortifications do not provide a walkable tile on the layer above them, as walls do. Walls cannot be constructed without access from one of the four compass directions. Because of this, if you were to construct fortifications, when you progress to the level above, you would need to build a walkable path to the corner tiles. This path would need to be deconstructed before the wall or fortification could be built. Once deconstructed, the building material will drop onto the tile below with the fortification, trapping it until the fortification is deconstructed.&lt;br /&gt;
&lt;br /&gt;
As discussed step-by-step in the article on {{l|mega construction|mega construction}}, this particular design is about as basic as it gets.  As shown, it assumes entry from an underground tunnel, but a door or drawbridge (with moat!?) could easily be added, or even access via a protected sky-bridge. &lt;br /&gt;
&lt;br /&gt;
When placing multiple towers, know that crossbows have a range of 20 tiles, so, depending on whether you want overlapping fire or not (and how intense/accurate), anywhere from maybe 15 to 38 tiles between the edge of the towers is recommended.  Crossbows actually have their range ''reduced'' by extra height in DF, so all you need is 1 level up to keep enemy archers from using your fortifications against you, and you're set.  (Channeling a defensive moat further out will also work, moving potential enemy archers even further away, but also moving non-missile targets that far as well.)&lt;br /&gt;
&lt;br /&gt;
 Side                Below         Ground       Archer       Roof&lt;br /&gt;
  view:               ground:       Level:       Level:       Level:&lt;br /&gt;
                                    ╔═══╗        ╬╬╬╬╬        •••••&lt;br /&gt;
     X__                X           ║X,,║        ╬X++╬        •X++•&lt;br /&gt;
    ╬X__╬                           ║,,,║        ╬+++╬        •+++•&lt;br /&gt;
 ___║X__║___                        ║,,,║        ╬+++╬        •+++•&lt;br /&gt;
     X                              ╚═══╝        ╬╬╬╬╬        •••••&lt;br /&gt;
 &lt;br /&gt;
 _ = floor, natural             , = ground tile&lt;br /&gt;
       or constructed&lt;br /&gt;
&lt;br /&gt;
This can hold 3 archers/side, and has the potential to be as many &amp;quot;archer levels&amp;quot; tall as you wish.  A top-level &amp;quot;down stair&amp;quot; is necessary to build the &amp;quot;roof&amp;quot; - might as well build an up/down stair instead, no real reason not to.  Remember to use the &amp;quot;corners first&amp;quot; technique when necessary. (See {{l|Tower}}.)&lt;br /&gt;
&lt;br /&gt;
All told, for a simple 1 archer-level tower, this takes just over 50 stones or blocks (plus 25/extra archer level).&lt;br /&gt;
&lt;br /&gt;
Larger towers (or this with larger floors on higher levels) could house barracks, practice ranges, and other facilities.  Just expand to preferred size with floors, and then attach walls to those to act as a base for the next level of building.  Add more stairs (adjacent to each other is always better) if high traffic is anticipated.&lt;br /&gt;
&lt;br /&gt;
====Siege engine turrets====&lt;br /&gt;
If it's big enough, build a {{l|siege engine}} inside a pillbox. Since siege engines cannot fire at targets higher or lower than them, the device needs to be on the same {{l|z-level}} as any targets, but this could be across a large gap to a nearby plateau. Only a single tile of fortifications is needed to fire through the wall.  Position the tower to fire where invaders tend to congregate.&lt;br /&gt;
&lt;br /&gt;
You will want to guarantee that enemies do not approach the position and scare the civilian operators - this distance has been reported to be up to 20 tiles or so.  Dig a moat, have some intervening valley or build some secondary fortifications to keep enemies at a distance. Unlike walls, fortifications on the same z-level do not block siege engine missiles, at any range.  Unfortunately, if an enemy can walk up to them, fortifications will protect enemies from your archery fire (but not siege engine fire.)&lt;br /&gt;
&lt;br /&gt;
===Control Room===&lt;br /&gt;
Have one (large?) room (or several stacked on top of each other) for all defense-related levers, and central to idle dwarves - near your {{l|meeting area}}s and {{l|noble}}s quarters, with one or more halls or stairs leading to it for quick access. Connect a lever to all those doors and hatches as the first lever to be pulled in an emergency, and the respondent will lock themselves in for you, guaranteeing that they will then have nothing else to do but stay there and pull levers.&lt;br /&gt;
&lt;br /&gt;
It may also be an idea to have a second lever to at least one door, for emergency access.  And possibly to add a stockpile of booze and food or a well for longer sieges.&lt;br /&gt;
&lt;br /&gt;
===AI abuse===&lt;br /&gt;
Taking advantage of the game's Artificial Intelligence and {{l|path}}finding  is a whole article in itself.  Try leaving a door un-forbidden during an attack.  When the bad guys approach the door, forbid it, and the enemy will wander off.  Unlock it again, and they turn around and head back towards the door again.  You can get enemies to march back and forth over a set of traps this way, or lure them deep into a complex trap. This could be automated via {{l|pressure plate}}s. This might count as an {{l|exploit}}, or not - that's up to you, and what you consider fun and challenging.&lt;br /&gt;
&lt;br /&gt;
===Bait animal===&lt;br /&gt;
{{l|Restrain}}ing a sacrificial animal just outside your walls, but within range of your marksdwarves and/or siege engines, can lure an enemy into attacking that while you cut them down.  Make sure to place a pattern of some walls (or statues, see below) so enemy archers cannot simply shoot the creature from a safe distance.&lt;br /&gt;
&lt;br /&gt;
=====Fortifications=====&lt;br /&gt;
Adding a ring of fortifications to help defend the animal against missile fire will keep melee troops away, but invite archers to come adjacent to the fortifications - and under your walls and crossbows.  If you allow any path, the melee troops will try to follow it to the animal - be creative with that fact. &lt;br /&gt;
&lt;br /&gt;
=====Traps=====&lt;br /&gt;
Surround the animal with traps to kill or capture approaching goblins.&lt;br /&gt;
&lt;br /&gt;
=====U chumps=====&lt;br /&gt;
Surround the far side of the animal with a U shaped 3-sided wall, open facing your defenders, so the enemy has to come closer to attack the animal, and you gun them down.&lt;br /&gt;
&lt;br /&gt;
=====Distractions=====&lt;br /&gt;
Releasing a {{l|cage}} full of surplus animals will keep the enemy archers very busy. They may even be out of ammo when your wrestlers show up.&lt;br /&gt;
&lt;br /&gt;
=====Vanishing act=====&lt;br /&gt;
Having a linked drawbridge that can open/shut (perhaps on both a lever to open and a nearby pressure plate to close), to lure the enemy in under your guns and then protect the animal when they get too close (for multiple uses.)&lt;br /&gt;
&lt;br /&gt;
=====Roach motel=====&lt;br /&gt;
Build a long, narrow, and twisty passage, accessible from the outside, but unconnected to your fortress. Build as many simple traps as you like. Place a bait animal inside. Enemy attackers walk right in, and get torn apart by the traps. If any manage to make it to the end, and kill the useless animal, they're surrounded by traps, and no closer to your fortress. &lt;br /&gt;
&lt;br /&gt;
If the roach motel is deep enough underground, you can build a tunnel above it, channel down, and mark the channel a {{l|Activity_zone|pit/pond}}. That way, you can &amp;quot;reload&amp;quot; a new bait animal.&lt;br /&gt;
&lt;br /&gt;
=====vs. building destroyers=====&lt;br /&gt;
For {{l|building destroyer|building destroyers}}, spare statues can serve the same purpose as bait animals.&lt;br /&gt;
&lt;br /&gt;
=====Trap chokepoints=====&lt;br /&gt;
Enemies can be herded by constructed features. If you have a particular zone covered by catapults and would like enemies to pass through it, strategically placed walls can make enemy pathfinding more favorable. A trap occupying a single tile in the middle of a barren plain is likely to never get triggered. However, if walls are placed in a cross-hair pattern around the trap, animals and invaders are much more likely to pass over it as they wander across the map. This can be a very useful trick when capturing wildlife with cage traps. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
+++++║+++++&lt;br /&gt;
+++++║+++++&lt;br /&gt;
+++^^║^^+++&lt;br /&gt;
+++^^║^^+++&lt;br /&gt;
═════^═════&lt;br /&gt;
+++^^║^^+++&lt;br /&gt;
+++^^║^^+++&lt;br /&gt;
+++++║+++++&lt;br /&gt;
+++++║+++++&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Pathing slowdowns=====&lt;br /&gt;
If you're playing on a low-powered machine and you close up all entrances to your fortress during a siege, your game may grind to a halt and/or crash as the siegers continuously fail at pathfinding into your fortress. Bait animals may alleviate this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
UNDER CONSTRUCTION&lt;br /&gt;
&lt;br /&gt;
===Expanding a simple square fortress wall===&lt;br /&gt;
&lt;br /&gt;
The simplest and most economical wall is a square one, for the most area protected with the least stone and effort.  Once built, they are easy to expand and improve.&lt;br /&gt;
&lt;br /&gt;
There are many approaches to a defenses for a wall around a compound or flanking an entrance. Marksdwarfs open fire at about 20 tiles distant (with better accuracy at shorter ranges), so if two areas are to support each other with overlapping fire this should be kept in mind.  &lt;br /&gt;
&lt;br /&gt;
This will show some basic examples of the infinitely possible variations.&lt;br /&gt;
&lt;br /&gt;
     +═══+     ╔  ═  ╗&lt;br /&gt;
&lt;br /&gt;
     ║X ║      ╔ ╝ ╚ ╗&lt;br /&gt;
&lt;br /&gt;
     ║   ║     ║     ║    &lt;br /&gt;
&lt;br /&gt;
       ║   ║   ╚ ╗ ╔ ╝      &lt;br /&gt;
                 &lt;br /&gt;
               ╚ ═══ ╝  &lt;br /&gt;
     ╬╬╬╬╬ ╬╬╬ ╬&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Entrance designs==&lt;br /&gt;
&lt;br /&gt;
===Airlock defenses/buffer zone===&lt;br /&gt;
Build two walls, each with a drawbridge. Build the trade depot in the buffer zone between them. Keep the outer bridge open, and the inner one closed. When the merchants appear, put crossbows on the walls to guard their approach. Once all the merchants are safely inside, close the outer bridge. Once there's no enemies left in the buffer zone, open the inner bridge so your civilians can start loading up the depot. &lt;br /&gt;
&lt;br /&gt;
The airlock pattern can be useful even without putting the depot there. Let a few siegers in at a time, and crush them. Reset the traps, Rest up the soldiers, and repeat.&lt;br /&gt;
&lt;br /&gt;
===Siege Engines===&lt;br /&gt;
One effective way to have {{l|Siege engine}}s (help) defend your fortress is:&lt;br /&gt;
&lt;br /&gt;
'''One ballista vs 3-wide hallway'''&lt;br /&gt;
 ══════════════════════════╦═════&lt;br /&gt;
 Entrance++++++++++++▼•••••║▐▀\&lt;br /&gt;
 Entrance++++++++++++▼•••••╬◄═«&lt;br /&gt;
 Entrance++++++++++++▼•••••║▐▄/&lt;br /&gt;
 ══════════════════════════╩═════&lt;br /&gt;
&lt;br /&gt;
Using this design you can cripple an army using a well timed volley.  The hallway can be much longer than shown if you wish, as ballistae have extended ranges well over 100 tiles.  The channeled area is necessary, as civilians (siege operators are &amp;quot;civilians&amp;quot;) will run when enemies get within about 5-10 tiles of them, regardless of the actual path to that threat.&lt;br /&gt;
&lt;br /&gt;
====Ballista battery====&lt;br /&gt;
3 (or more!) ballistae can be put into a &amp;quot;battery&amp;quot; if overlapped - one per tile-width of the hallway, with each ballista aiming down their row of tiles.  &lt;br /&gt;
&lt;br /&gt;
                                 ╔═══&lt;br /&gt;
 ══════════════════════════╦══╦══╝▐▀\&lt;br /&gt;
 Entrance++++++++++++▼•••••╬  ╬▐▀\◄═«  (~ammo~)&lt;br /&gt;
 Entrance++++++++++++▼•••••╬▐▀\◄═«▐▄/&lt;br /&gt;
 Entrance++++++++++++▼•••••╬◄═«▐▄/ (~ammo~)&lt;br /&gt;
 ══════════════════════════╣▐▄/ (~ammo~)&lt;br /&gt;
                           ╚═════════&lt;br /&gt;
&lt;br /&gt;
Be sure to use fortifications to prevent dwarfs from wandering in front of the ballista to their deaths. If desired (and you have the &amp;lt;s&amp;gt;man&amp;lt;/s&amp;gt;dwarfpower to spare), catapults may be put behind those, as they shoot safely ''over'' workers in front of them.  Altho' less effective than ballistae, it's a little more firepower - and that can't be a bad thing.&lt;br /&gt;
&lt;br /&gt;
For added flavour, channel out one or more tiles down the length of the 3-wide hallway and install retractable bridges.  When invaders attack, retract the bridges, forcing them into paths that are only 1-tile wide.&lt;br /&gt;
&lt;br /&gt;
Adding additional channels on either side of the hall will allow stray ammo to be recovered at a later time.  Make sure to add locked doors, to prevent siege operators from walking down below enemy archers during a battle.&lt;br /&gt;
&lt;br /&gt;
===Flooded entrance===&lt;br /&gt;
Using a chamber as your entrance alongside a chamber full of water and some machinery you can flood or drain the entrance at will.&lt;br /&gt;
&lt;br /&gt;
The basic premise requires two levers, two {{l|screw pump}}s and two {{l|Gear assembly|gear assemblies}}. The amount of power required and the number of additional components needed to get the power to the screw pumps varies depending on distance/setup. One pump is placed to draw from chamber 1 and dump into chamber 2. The other is set in reverse. A gear assembly is placed next to each pump and connected to the main power system. Each gear is linked to a lever. Now at the flip of a switch you can submerge your entrance with {{l|water}} or {{l|magma|magma}} for easy, secure defense against creatures that aren't amphibious or magma-dwelling, depending.&lt;br /&gt;
&lt;br /&gt;
{{Image:Entflood.jpg}}&lt;br /&gt;
&lt;br /&gt;
The picture above shows the design in action. The green pump is currently on while the red has been disconnected through the grey marked axle. The yellow X is just to mark that there is a channel under the axle. &lt;br /&gt;
&lt;br /&gt;
=== The &amp;quot;Reverse Battlement&amp;quot; design ===&lt;br /&gt;
&lt;br /&gt;
Level Z+0 (ground):&lt;br /&gt;
   ,,,,,,,,,,,,,,,&lt;br /&gt;
 F ═══════════════&lt;br /&gt;
 O ,≥,g≥,,,g,,,,,,&lt;br /&gt;
 R ,,≤,,,,,,g,,,,,&lt;br /&gt;
 T ,,,g≤,,g,,,,,,, &amp;lt;-- enemies enter here&lt;br /&gt;
 R ,,≥,,,,,,g,,,,,&lt;br /&gt;
 E ,g,≤,,,,,,,,,g,&lt;br /&gt;
 S ═══════════════&lt;br /&gt;
 S ,,,,,,,,,,,,,,,&lt;br /&gt;
&lt;br /&gt;
Level Z+1 (bridge):&lt;br /&gt;
&lt;br /&gt;
 E •••••║+++║•••••&lt;br /&gt;
 N +++++║+++║+++++&lt;br /&gt;
 T •••••╬☺++║•••••&lt;br /&gt;
 R •••••╬☺++║•••••&lt;br /&gt;
 A •••••╬☺++║••••• &amp;lt;-- archers shoot them from up above&lt;br /&gt;
 N •••••╬☺++║•••••&lt;br /&gt;
 C •••••╬☺++║•••••&lt;br /&gt;
 E +++++║+++║+++++&lt;br /&gt;
   •••••║+++║•••••&lt;br /&gt;
&lt;br /&gt;
Note that in this diagram, the fortress interior is to the West, and the enemy forces come from the East. The marksdwarves on the bridge with the {{l|fortification}}s are one level above the {{l|goblin}}s (or other attackers), who will pass under the bridge and charge on toward the west. As the first clear from under the bridge, they are targeted from behind (which is one level above), as the marksdwarves wait in ambush. This allows the marksdwarves to face far fewer enemies at any one time, at least to begin with, and any enemy archers must clear the bridge, take their lumps, and then return fire back the other way before the marksdwarves are ever under attack.&lt;br /&gt;
&lt;br /&gt;
If you're feeling especially nasty, make the tunnel really long into the mountain and add a ballista battery (see above).&lt;br /&gt;
&lt;br /&gt;
''(Adding ammo stockpiles, of your best quality bolts, to these stations will speed up reloading for longer sieges/battles.  Even adding small, convenient food and alcohol stockpiles is not unheard of.  Some designers place access to/from archery ranges very close to these stations, for faster deployment.)''&lt;br /&gt;
&lt;br /&gt;
==Scenic route==&lt;br /&gt;
&lt;br /&gt;
[[Image:defense_3bridges.png|thumb|right]]&lt;br /&gt;
An example of some advanced defensive construction tactics to deal with vile forces of ''any'' size. (See picture).&lt;br /&gt;
&lt;br /&gt;
*'''Bridge 1''' seals off the entire base&lt;br /&gt;
*'''Bridge 2''' forces everyone to take the long, winding, heavily trapped/defended path of death.&lt;br /&gt;
*'''Bridge 3''' seals the inside of the fortress&lt;br /&gt;
&lt;br /&gt;
Clever triggering of the bridges allows you to break the hostile forces into smaller chunks to be trapped in the courtyard while being caught in traps and a crossfire of arrows from the fortifications around.&lt;br /&gt;
&lt;br /&gt;
===Goblin detour===&lt;br /&gt;
&lt;br /&gt;
This particular design works well with plenty of archers, siege engines, and other ranged weaponry.&lt;br /&gt;
&lt;br /&gt;
 ++++++++++++++++++ENTRANCE+&lt;br /&gt;
 ══╦════════════════O╞═╡O╦══  &amp;lt;-- Bridge 1&lt;br /&gt;
 +☺╬•+++++++++++++++++++•╬☺+&lt;br /&gt;
 ++╬•+•••••••••••••••╞═╡•╬++  &amp;lt;-- Bridge 2&lt;br /&gt;
 ++╬•+••+•••+•••+•••++++•╬++&lt;br /&gt;
 +☺╬•+•+•+•+•+•+•+•+•+++•╬☺+&lt;br /&gt;
 ++╬•+•+•+•+•+•+•+•+•+++•╬++&lt;br /&gt;
 ++╬•+•+•+•+•+•+•+•+•+++•╬++&lt;br /&gt;
 +☺╬••+•••+•••+•••+••+++•╬☺+&lt;br /&gt;
 ++╬•••••••••••••••••+++•╬++&lt;br /&gt;
 ++╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╗•+++•╬++&lt;br /&gt;
 ++☺++☺++☺++☺++☺++☺╬•+++•╬☺+&lt;br /&gt;
 ++++++++++++++++++╬•+++•╬++&lt;br /&gt;
 ++++++++++++++++++╬•+++•╬++&lt;br /&gt;
 ══════════════╗++☺╬•+++•╬☺+&lt;br /&gt;
               ║+++╬•+++•╬++&lt;br /&gt;
               ║+++╬•+++•╬++&lt;br /&gt;
               ║++☺╬•╞═╡•╬☺+  &amp;lt;-- Bridge 3&lt;br /&gt;
&lt;br /&gt;
The 3 tile wide lane is for traders, so if your {{l|trade depot}} is located before this set-up, cut it down to a 1 tile lane to slow down invaders more.&lt;br /&gt;
&lt;br /&gt;
===Twisty maze===&lt;br /&gt;
A maze of turns and blindspots patrolled by quality military can be a very formidable defense.  Wide enough for wagons to pass though, but with no clear shots for any ranged weapons.  Missile weapons do have a minimum range, so if a target is closer than that range, they will instead just charge to melee - and meet a dwarf with a much better melee skill. Downside to this is that you'd be mixing it up in melee all the time, but so long as you have at least 10 dwarves greeting the goblins as one coherent mass, you should win.&lt;br /&gt;
&lt;br /&gt;
Variations on the twisty maze include:&lt;br /&gt;
&lt;br /&gt;
*A wagon-wide twisty maze, and a not-so-twisty 1-tile wide hall o'traps, with a drawbridge that can force one or the other as the only {{l|path}} into your fortress.&lt;br /&gt;
&lt;br /&gt;
*Making the side of the maze into fortifications, with a channel separating the fortifications from the actual floor of the maze, and having your archery targets on the other side of the fortifications so your marksdwarves can practice.  When the goblins round the corner, they charge through a hail of crossbow bolts, and drop dead.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Military v0.31}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31:Security_design&amp;diff=130038</id>
		<title>v0.31:Security design</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31:Security_design&amp;diff=130038"/>
		<updated>2010-10-23T14:18:14Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Flooded entrance */ Image fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Exceptional}}&lt;br /&gt;
&lt;br /&gt;
:''This page is one of several inter-related articles on the broader topic of defending your fortress and your dwarves. '''Security design''' focuses on how to turn the physical layout and architecture of a fort into a defensible whole. For a general overview of the threats that will challenge your fortress and things to consider when preparing a standard defence, see the '''{{l|defense guide}}'''. For complex traps that are not a minor/optional part of a larger defensive plan (but might be adapted or plugged into one), see '''{{l|trap design}}'''. For specific advice on how to get your soldiers prepared for any threat, see '''{{l|military design}}'''.&lt;br /&gt;
&lt;br /&gt;
:::::'''''Editors &amp;amp; Contributors''' - Please see the discussion page before posting.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Standard key==&lt;br /&gt;
&lt;br /&gt;
   '''Key:'''&lt;br /&gt;
 '''symbol  tile'''&lt;br /&gt;
  •   -  Empty space&lt;br /&gt;
  +   -  Constructed floor, or top of wall section from lower level&lt;br /&gt;
  '''0'''   -  Isolated wall section&lt;br /&gt;
 ╔╦═╗&lt;br /&gt;
 ╠╬═╣ -  Connected wall &lt;br /&gt;
 ║║ ║&lt;br /&gt;
 ╚╩═╝&lt;br /&gt;
  ╬   -  Fortifications&lt;br /&gt;
  X   -  Up/down {{l|stairs}}&lt;br /&gt;
  &amp;lt;   -  Up stair&lt;br /&gt;
  &amp;gt;   -  Down stair&lt;br /&gt;
  ▲   -  Up ramp/slope&lt;br /&gt;
  ▼   -  Down ramp/slope&lt;br /&gt;
  ,   -  natural ground&lt;br /&gt;
  ☺   -  dwarf&lt;br /&gt;
&lt;br /&gt;
==General suggestions==&lt;br /&gt;
General designs should include suggestions that can be &amp;quot;plugged in&amp;quot; to a part of any typical fortress, and/or can be modified to suit a number of purposes.&lt;br /&gt;
&lt;br /&gt;
Any fortress defenses need to be able to protect your dwarves while outside, whether that's military or civilians.  On the truly labor intensive end, you can fully enclose areas of wilderness you wish to utilize in walls or behind moats with the only access being from within your base.  Hostile creatures, even 'invisible' ones like ambushers, start at map edges and travel across the map - they will only spawn in regions where they can path to a dwarf.  By controlling which areas have access to paths to dwarves, you can force all hostile forces to appear in predictable and limited killing zones and battlefields that you control.  &lt;br /&gt;
&lt;br /&gt;
===Meeting area as defense===&lt;br /&gt;
&lt;br /&gt;
Especially in the very early game, you can use a {{l|Zone#Meeting_Area|meeting zone}} to attract animals and idle dwarves to a given area. This makes a pretty poor defense in general, but it's not a bad way to create an alarm system against minor threats such as {{l|thief|thieves}} near your stockpiles, at least until you have something better (which won't be hard).  Remove the zone later, or it attracts idle dwarves and children.  Note that until you designate something else, the site of your wagon (even once deconstructed) is a default meeting area.&lt;br /&gt;
&lt;br /&gt;
===Guard Animals===&lt;br /&gt;
&lt;br /&gt;
Both {{l|thief|thieves}} and {{l|ambush}}es are invisible until something bumps into them - a dwarf, a {{l|caravan}}, a wild creature, a {{l|domestic animal}}, anything.  Once this happens (even if it was triggered by a wild {{l|groundhog}} on the far edge of the map), the game will pause with the appropriate {{l|announcement}}, forcing your attention to the situation - which is nice.  Therefore, it's a common practice to use animals to act as alarm systems, by {{l|restraint|restrain}}ing them in entryways.&lt;br /&gt;
&lt;br /&gt;
There are some considerations to good placement of such animals.  If you have a 1- or 2-wide hall, one animal is enough.  If you have a 3-wide hallway (wide enough for a {{l|caravan}}), you need to restrain two animals, one at each side of the hall.  &lt;br /&gt;
&lt;br /&gt;
 ══════════     R = restraint&lt;br /&gt;
 +++1R1++++     1 = area of animal 1&lt;br /&gt;
 +++bbb++++     2 = area of animal 2&lt;br /&gt;
 +++2R2++++     b = area of both&lt;br /&gt;
 ══════════&lt;br /&gt;
&lt;br /&gt;
This pair creates a thief-proof barrier against unannounced intrusion, as there is no combination of locations where an invisible enemy can sneak by without bumping into one or both. Caravans can pass over {{l|restraint|restraint}}s and restrained creatures without problem.  Guard animals can also see hidden enemies one z-level below them, so long as there is no intervening floor, so if space is tight you can also place them above your entranceway.&lt;br /&gt;
&lt;br /&gt;
Unless you're happy losing these animals on a regular basis, you should try to keep them alive...&lt;br /&gt;
:* Put them around a corner or behind a U-bend, so archers cannot fire at them from a distance.&lt;br /&gt;
:* Don't have them as your &amp;quot;first line of defense&amp;quot; - put them deeper in the entry, behind some traps&lt;br /&gt;
:* Put them inside, so flying creatures have to come down to their level to attack them.&lt;br /&gt;
:* Consider using a {{l|pressure plate}} at the extreme entrance to seal off the hall further down and keep your guard animal(s) safe.  Thieves won't trigger them, but the animals can deal with those - ambushes ''will'' trigger them, and you don't want them getting to your guard animals.&lt;br /&gt;
&lt;br /&gt;
Remember that anything short of a {{l|megabeast}} is not a good match for an armoured opponent.{{verify}} While watching your tame {{l|grizzly bear}} or {{l|alligator}} tear a thief apart has an amusement value, watching the goblin maceman send them flying across the map, mangled and dying, has less.&lt;br /&gt;
&lt;br /&gt;
===Defending the edge===&lt;br /&gt;
You're not allowed to wall within five squares of the edge of the map... but this rule has more loopholes than the US federal income tax code.  Until more versatile attackers emerge, it is not clear where effective play ends and exploit begins.  ''(Note: we disclaim any responsibility for damage involving {{l|harpy|harpies}} and skeletal {{l|giant eagle}}s)''&lt;br /&gt;
&lt;br /&gt;
* To start with, you can channel the '''''second''''' square from the edge.  This blocks entry of trade caravans or their movement along the edge of the map.  If barriers are used to prevent a Trade Depot near the edge of the map from being accessed from any other direction, caravans will be forced to appear in the un-channeled or bridged section of the edge, even if it is only three tiles wide.  Your depot can be ready with stockpiles of favored trade goods, offset behind a wall to protect from archers a few squares away.  &lt;br /&gt;
* You can also build drawbridges all the way up to the edge.  A long, skinny, raised bridge is effectively a wall; however, it looks the same whether it's open or closed.  &lt;br /&gt;
&lt;br /&gt;
Train up diggers in soft soil and you can surround most of the map with a moat by the time the first migrants arrive.  Be very, very wary of cave-ins, especially on highly sloped diagonal terrain - note that a downward ramp does not support adjacent floor tiles, and no tiles are supported diagonally.&lt;br /&gt;
&lt;br /&gt;
Diplomats have a strange habit of appearing well inside the moat, but need to be allowed out when finished.  ''[Note: On one 6x7 map {{l|horse}}s and other animals were also found to appear one embark unit (48 squares) left and up from the lower right corner, inside or atop the walls of a 5x5 doorless enclosure.  Defend all leaks...]''&lt;br /&gt;
&lt;br /&gt;
==== Design considerations ====&lt;br /&gt;
&lt;br /&gt;
* The moat should be designed to prevent entry except by falling and exit except by climbing, from both sides.  (Otherwise inside and outside forces might be tempted to shake hands from adjacent squares, with much annoyance)  Despite an abundance of giant corkscrews, grates, ballista bolts, etc., no one has ever invented the ladder, so this keeps anyone from entering or leaving the rest of the map.&lt;br /&gt;
* The moat should be dry, because sooner or later you will be tempted to let someone visit the edge to loot goblins or hunt varmints, and next thing you know your Legendary Weaponsmith who outpaces all your smelters will be whiling away his time carrying a leather thong to a stockpile when he runs into a groundhog and decides to react by jumping into the moat and holding his breath beneath the shallow waters until he drowns.  (As always, the notice that he has drowned is the first you'll hear of it)&lt;br /&gt;
* The moat doesn't actually ''need'' to be adjacent to the edge of the map except when conserving valuable surface terrain (such as {{l|tree|trees}} on a map that is mostly rock).  It is easier to free trapped miners when they can dig further outward, and placing the moat on the sixth or further square in from the edge allows further modification with floodgates, walls, and doors.  Any {{l|channeling}} permanently changes the dug-out tile to &amp;quot;Light Above Ground&amp;quot;, which restricts these features from tiles near the edge even if floors are later constructed to close the space.&lt;br /&gt;
* Because migrants might turn up near wild animals or be followed closely by {{l|goblin|goblins}}, it is nice to wall off the last square in shorter segments.  Each one or two segments are served by a separate lever bridge.  This can be done by:&lt;br /&gt;
** natural barriers.  The map edge is mostly continuous ramp, but occasionally a break appears on an uneven surface, by a river channel, etc.&lt;br /&gt;
** trees.  If left intact they separate any fertile patches into many small segments.&lt;br /&gt;
** floors.  Although you can't directly Remove Stairs/Ramps at the edge, building a single square of floor on an up-ramp at the edge will destroy that up-ramp (and the down-ramp above it) and block movement around the edge.  Building a square of floor on a down-ramp and then removing it creates a {{l|one-way|one-way}} path.&lt;br /&gt;
** You can build drawbridges *along* the edge and raise them.  Combined with a channel right next to the drawbridge, this can completely obstruct passage of anything which can't destroy the bridge.&lt;br /&gt;
** You can build up ramps at the edge, which may disrupt passage?&amp;lt;sup&amp;gt;Needs testing&amp;lt;/sup&amp;gt;&lt;br /&gt;
** Fortifications carved into the outer edge rock the next layer down?  It may be possible to carve fortifications all the way around the edge of a rocky map, allowing entrance only onto designated bridges surrounded by moat and with a steep drop beneath, with some sized appropriately to admit siegers only and one other sized for a trade wagon.  In this way combat can be reduced to a simple thumbs up/thumbs down decision at the lever.&amp;lt;sup&amp;gt;Probably not.&amp;lt;/sup&amp;gt;&lt;br /&gt;
* Migrants, thieves, and sieges turn up all around the map, and can be allowed in by remote controlled bridges.  (Doors will not hold back {{l|building destroyer|building destroyers}}, and remote {{l|lever}} control is needed because other gates can be &amp;quot;taken by invaders&amp;quot; and become unlockable) Invaders can be allowed in by small groups and fought if desired, or preferably admitted into underground zigzags with a door waiting to be locked at the far end once they get close to it.  If most of the invaders can be trapped inside such spaces, the remainder will stand and be wiped out completely without retreating.&lt;br /&gt;
&lt;br /&gt;
===Simple 5x5 Archer's Tower===&lt;br /&gt;
&lt;br /&gt;
Build a {{l|tower|tower}} specifically to post archers on, possibly away from your main defenses. This lets you open fire before the enemy approaches your gates. A pillbox can be attached to your walls, or separate, so that the only access is from tunnels below. These tunnels can stretch across the map, and only need be 1-tile big if no regular traffic is expected. Construct {{l|wall|wall}}s up to the second or third floor and then carve fortifications into them, so your dwarves can fire out.  For extra usefulness, build a {{l|barracks|barracks}}, {{l|archery target|archery target}}, {{l|food|food}} {{l|stockpile|stockpile}}, {{l|well|well}} and {{l|dining room|dining room}} in or near the tower. Add a door or hatch to lock them in.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is better to construct walls and then carve fortifications into them, than to construct fortifications. The reason for this is that constructed fortifications do not provide a walkable tile on the layer above them, as walls do. Walls cannot be constructed without access from one of the four compass directions. Because of this, if you were to construct fortifications, when you progress to the level above, you would need to build a walkable path to the corner tiles. This path would need to be deconstructed before the wall or fortification could be built. Once deconstructed, the building material will drop onto the tile below with the fortification, trapping it until the fortification is deconstructed.&lt;br /&gt;
&lt;br /&gt;
As discussed step-by-step in the article on {{l|mega construction|mega construction}}, this particular design is about as basic as it gets.  As shown, it assumes entry from an underground tunnel, but a door or drawbridge (with moat!?) could easily be added, or even access via a protected sky-bridge. &lt;br /&gt;
&lt;br /&gt;
When placing multiple towers, know that crossbows have a range of 20 tiles, so, depending on whether you want overlapping fire or not (and how intense/accurate), anywhere from maybe 15 to 38 tiles between the edge of the towers is recommended.  Crossbows actually have their range ''reduced'' by extra height in DF, so all you need is 1 level up to keep enemy archers from using your fortifications against you, and you're set.  (Channeling a defensive moat further out will also work, moving potential enemy archers even further away, but also moving non-missile targets that far as well.)&lt;br /&gt;
&lt;br /&gt;
 Side                Below         Ground       Archer       Roof&lt;br /&gt;
  view:               ground:       Level:       Level:       Level:&lt;br /&gt;
                                    ╔═══╗        ╬╬╬╬╬        •••••&lt;br /&gt;
     X__                X           ║X,,║        ╬X++╬        •X++•&lt;br /&gt;
    ╬X__╬                           ║,,,║        ╬+++╬        •+++•&lt;br /&gt;
 ___║X__║___                        ║,,,║        ╬+++╬        •+++•&lt;br /&gt;
     X                              ╚═══╝        ╬╬╬╬╬        •••••&lt;br /&gt;
 &lt;br /&gt;
 _ = floor, natural             , = ground tile&lt;br /&gt;
       or constructed&lt;br /&gt;
&lt;br /&gt;
This can hold 3 archers/side, and has the potential to be as many &amp;quot;archer levels&amp;quot; tall as you wish.  A top-level &amp;quot;down stair&amp;quot; is necessary to build the &amp;quot;roof&amp;quot; - might as well build an up/down stair instead, no real reason not to.  Remember to use the &amp;quot;corners first&amp;quot; technique when necessary. (See {{l|Tower}}.)&lt;br /&gt;
&lt;br /&gt;
All told, for a simple 1 archer-level tower, this takes just over 50 stones or blocks (plus 25/extra archer level).&lt;br /&gt;
&lt;br /&gt;
Larger towers (or this with larger floors on higher levels) could house barracks, practice ranges, and other facilities.  Just expand to preferred size with floors, and then attach walls to those to act as a base for the next level of building.  Add more stairs (adjacent to each other is always better) if high traffic is anticipated.&lt;br /&gt;
&lt;br /&gt;
====Siege engine turrets====&lt;br /&gt;
If it's big enough, build a {{l|siege engine}} inside a pillbox. Since siege engines cannot fire at targets higher or lower than them, the device needs to be on the same {{l|z-level}} as any targets, but this could be across a large gap to a nearby plateau. Only a single tile of fortifications is needed to fire through the wall.  Position the tower to fire where invaders tend to congregate.&lt;br /&gt;
&lt;br /&gt;
You will want to guarantee that enemies do not approach the position and scare the civilian operators - this distance has been reported to be up to 20 tiles or so.  Dig a moat, have some intervening valley or build some secondary fortifications to keep enemies at a distance. Unlike walls, fortifications on the same z-level do not block siege engine missiles, at any range.  Unfortunately, if an enemy can walk up to them, fortifications will protect enemies from your archery fire (but not siege engine fire.)&lt;br /&gt;
&lt;br /&gt;
===Control Room===&lt;br /&gt;
Have one (large?) room (or several stacked on top of each other) for all defense-related levers, and central to idle dwarves - near your {{l|meeting area}}s and {{l|noble}}s quarters, with one or more halls or stairs leading to it for quick access. Connect a lever to all those doors and hatches as the first lever to be pulled in an emergency, and the respondent will lock themselves in for you, guaranteeing that they will then have nothing else to do but stay there and pull levers.&lt;br /&gt;
&lt;br /&gt;
It may also be an idea to have a second lever to at least one door, for emergency access.  And possibly to add a stockpile of booze and food or a well for longer sieges.&lt;br /&gt;
&lt;br /&gt;
===AI abuse===&lt;br /&gt;
Taking advantage of the game's Artificial Intelligence and {{l|path}}finding  is a whole article in itself.  Try leaving a door un-forbidden during an attack.  When the bad guys approach the door, forbid it, and the enemy will wander off.  Unlock it again, and they turn around and head back towards the door again.  You can get enemies to march back and forth over a set of traps this way, or lure them deep into a complex trap. This could be automated via {{l|pressure plate}}s. This might count as an {{l|exploit}}, or not - that's up to you, and what you consider fun and challenging.&lt;br /&gt;
&lt;br /&gt;
===Bait animal===&lt;br /&gt;
{{l|Restrain}}ing a sacrificial animal just outside your walls, but within range of your marksdwarves and/or siege engines, can lure an enemy into attacking that while you cut them down.  Make sure to place a pattern of some walls (or statues, see below) so enemy archers cannot simply shoot the creature from a safe distance.&lt;br /&gt;
&lt;br /&gt;
=====Fortifications=====&lt;br /&gt;
Adding a ring of fortifications to help defend the animal against missile fire will keep melee troops away, but invite archers to come adjacent to the fortifications - and under your walls and crossbows.  If you allow any path, the melee troops will try to follow it to the animal - be creative with that fact. &lt;br /&gt;
&lt;br /&gt;
=====Traps=====&lt;br /&gt;
Surround the animal with traps to kill or capture approaching goblins.&lt;br /&gt;
&lt;br /&gt;
=====U chumps=====&lt;br /&gt;
Surround the far side of the animal with a U shaped 3-sided wall, open facing your defenders, so the enemy has to come closer to attack the animal, and you gun them down.&lt;br /&gt;
&lt;br /&gt;
=====Distractions=====&lt;br /&gt;
Releasing a {{l|cage}} full of surplus animals will keep the enemy archers very busy. They may even be out of ammo when your wrestlers show up.&lt;br /&gt;
&lt;br /&gt;
=====Vanishing act=====&lt;br /&gt;
Having a linked drawbridge that can open/shut (perhaps on both a lever to open and a nearby pressure plate to close), to lure the enemy in under your guns and then protect the animal when they get too close (for multiple uses.)&lt;br /&gt;
&lt;br /&gt;
=====Roach motel=====&lt;br /&gt;
Build a long, narrow, and twisty passage, accessible from the outside, but unconnected to your fortress. Build as many simple traps as you like. Place a bait animal inside. Enemy attackers walk right in, and get torn apart by the traps. If any manage to make it to the end, and kill the useless animal, they're surrounded by traps, and no closer to your fortress. &lt;br /&gt;
&lt;br /&gt;
If the roach motel is deep enough underground, you can build a tunnel above it, channel down, and mark the channel a {{l|Activity_zone|pit/pond}}. That way, you can &amp;quot;reload&amp;quot; a new bait animal.&lt;br /&gt;
&lt;br /&gt;
=====vs. building destroyers=====&lt;br /&gt;
For {{l|building destroyer|building destroyers}}, spare statues can serve the same purpose as bait animals.&lt;br /&gt;
&lt;br /&gt;
=====Trap chokepoints=====&lt;br /&gt;
Enemies can be herded by constructed features. If you have a particular zone covered by catapults and would like enemies to pass through it, strategically placed walls can make enemy pathfinding more favorable. A trap occupying a single tile in the middle of a barren plain is likely to never get triggered. However, if walls are placed in a cross-hair pattern around the trap, animals and invaders are much more likely to pass over it as they wander across the map. This can be a very useful trick when capturing wildlife with cage traps. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
+++++║+++++&lt;br /&gt;
+++++║+++++&lt;br /&gt;
+++^^║^^+++&lt;br /&gt;
+++^^║^^+++&lt;br /&gt;
═════^═════&lt;br /&gt;
+++^^║^^+++&lt;br /&gt;
+++^^║^^+++&lt;br /&gt;
+++++║+++++&lt;br /&gt;
+++++║+++++&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Pathing slowdowns=====&lt;br /&gt;
If you're playing on a low-powered machine and you close up all entrances to your fortress during a siege, your game may grind to a halt and/or crash as the siegers continuously fail at pathfinding into your fortress. Bait animals may alleviate this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
UNDER CONSTRUCTION&lt;br /&gt;
&lt;br /&gt;
===Expanding a simple square fortress wall===&lt;br /&gt;
&lt;br /&gt;
The simplest and most economical wall is a square one, for the most area protected with the least stone and effort.  Once built, they are easy to expand and improve.&lt;br /&gt;
&lt;br /&gt;
There are many approaches to a defenses for a wall around a compound or flanking an entrance. Marksdwarfs open fire at about 20 tiles distant (with better accuracy at shorter ranges), so if two areas are to support each other with overlapping fire this should be kept in mind.  &lt;br /&gt;
&lt;br /&gt;
This will show some basic examples of the infinitely possible variations.&lt;br /&gt;
&lt;br /&gt;
     +═══+     ╔  ═  ╗&lt;br /&gt;
&lt;br /&gt;
     ║X ║      ╔ ╝ ╚ ╗&lt;br /&gt;
&lt;br /&gt;
     ║   ║     ║     ║    &lt;br /&gt;
&lt;br /&gt;
       ║   ║   ╚ ╗ ╔ ╝      &lt;br /&gt;
                 &lt;br /&gt;
               ╚ ═══ ╝  &lt;br /&gt;
     ╬╬╬╬╬ ╬╬╬ ╬&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Entrance designs==&lt;br /&gt;
&lt;br /&gt;
===Airlock defenses/buffer zone===&lt;br /&gt;
Build two walls, each with a drawbridge. Build the trade depot in the buffer zone between them. Keep the outer bridge open, and the inner one closed. When the merchants appear, put crossbows on the walls to guard their approach. Once all the merchants are safely inside, close the outer bridge. Once there's no enemies left in the buffer zone, open the inner bridge so your civilians can start loading up the depot. &lt;br /&gt;
&lt;br /&gt;
The airlock pattern can be useful even without putting the depot there. Let a few siegers in at a time, and crush them. Reset the traps, Rest up the soldiers, and repeat.&lt;br /&gt;
&lt;br /&gt;
===Siege Engines===&lt;br /&gt;
One effective way to have {{l|Siege engine}}s (help) defend your fortress is:&lt;br /&gt;
&lt;br /&gt;
'''One ballista vs 3-wide hallway'''&lt;br /&gt;
 ══════════════════════════╦═════&lt;br /&gt;
 Entrance++++++++++++▼•••••║▐▀\&lt;br /&gt;
 Entrance++++++++++++▼•••••╬◄═«&lt;br /&gt;
 Entrance++++++++++++▼•••••║▐▄/&lt;br /&gt;
 ══════════════════════════╩═════&lt;br /&gt;
&lt;br /&gt;
Using this design you can cripple an army using a well timed volley.  The hallway can be much longer than shown if you wish, as ballistae have extended ranges well over 100 tiles.  The channeled area is necessary, as civilians (siege operators are &amp;quot;civilians&amp;quot;) will run when enemies get within about 5-10 tiles of them, regardless of the actual path to that threat.&lt;br /&gt;
&lt;br /&gt;
====Ballista battery====&lt;br /&gt;
3 (or more!) ballistae can be put into a &amp;quot;battery&amp;quot; if overlapped - one per tile-width of the hallway, with each ballista aiming down their row of tiles.  &lt;br /&gt;
&lt;br /&gt;
                                 ╔═══&lt;br /&gt;
 ══════════════════════════╦══╦══╝▐▀\&lt;br /&gt;
 Entrance++++++++++++▼•••••╬  ╬▐▀\◄═«  (~ammo~)&lt;br /&gt;
 Entrance++++++++++++▼•••••╬▐▀\◄═«▐▄/&lt;br /&gt;
 Entrance++++++++++++▼•••••╬◄═«▐▄/ (~ammo~)&lt;br /&gt;
 ══════════════════════════╣▐▄/ (~ammo~)&lt;br /&gt;
                           ╚═════════&lt;br /&gt;
&lt;br /&gt;
Be sure to use fortifications to prevent dwarfs from wandering in front of the ballista to their deaths. If desired (and you have the &amp;lt;s&amp;gt;man&amp;lt;/s&amp;gt;dwarfpower to spare), catapults may be put behind those, as they shoot safely ''over'' workers in front of them.  Altho' less effective than ballistae, it's a little more firepower - and that can't be a bad thing.&lt;br /&gt;
&lt;br /&gt;
For added flavour, channel out one or more tiles down the length of the 3-wide hallway and install retractable bridges.  When invaders attack, retract the bridges, forcing them into paths that are only 1-tile wide.&lt;br /&gt;
&lt;br /&gt;
Adding additional channels on either side of the hall will allow stray ammo to be recovered at a later time.  Make sure to add locked doors, to prevent siege operators from walking down below enemy archers during a battle.&lt;br /&gt;
&lt;br /&gt;
===Flooded entrance===&lt;br /&gt;
Using a chamber as your entrance alongside a chamber full of water and some machinery you can flood or drain the entrance at will.&lt;br /&gt;
&lt;br /&gt;
The basic premise requires two levers, two {{l|screw pump}}s and two {{l|Gear assembly|gear assemblies}}. The amount of power required and the number of additional components needed to get the power to the screw pumps varies depending on distance/setup. One pump is placed to draw from chamber 1 and dump into chamber 2. The other is set in reverse. A gear assembly is placed next to each pump and connected to the main power system. Each gear is linked to a lever. Now at the flip of a switch you can submerge your entrance with {{l|water}} or {{l|magma|magma}} for easy, secure defense against creatures that aren't amphibious or magma-dwelling, depending.&lt;br /&gt;
&lt;br /&gt;
[[Image:Entflood.jpg|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
This picture shows the design in action. The green pump is currently on while the red has been disconnected through the grey marked axle. The yellow X is just to mark that there is a channel under the axle.&lt;br /&gt;
&lt;br /&gt;
=== The &amp;quot;Reverse Battlement&amp;quot; design ===&lt;br /&gt;
&lt;br /&gt;
Level Z+0 (ground):&lt;br /&gt;
   ,,,,,,,,,,,,,,,&lt;br /&gt;
 F ═══════════════&lt;br /&gt;
 O ,≥,g≥,,,g,,,,,,&lt;br /&gt;
 R ,,≤,,,,,,g,,,,,&lt;br /&gt;
 T ,,,g≤,,g,,,,,,, &amp;lt;-- enemies enter here&lt;br /&gt;
 R ,,≥,,,,,,g,,,,,&lt;br /&gt;
 E ,g,≤,,,,,,,,,g,&lt;br /&gt;
 S ═══════════════&lt;br /&gt;
 S ,,,,,,,,,,,,,,,&lt;br /&gt;
&lt;br /&gt;
Level Z+1 (bridge):&lt;br /&gt;
&lt;br /&gt;
 E •••••║+++║•••••&lt;br /&gt;
 N +++++║+++║+++++&lt;br /&gt;
 T •••••╬☺++║•••••&lt;br /&gt;
 R •••••╬☺++║•••••&lt;br /&gt;
 A •••••╬☺++║••••• &amp;lt;-- archers shoot them from up above&lt;br /&gt;
 N •••••╬☺++║•••••&lt;br /&gt;
 C •••••╬☺++║•••••&lt;br /&gt;
 E +++++║+++║+++++&lt;br /&gt;
   •••••║+++║•••••&lt;br /&gt;
&lt;br /&gt;
Note that in this diagram, the fortress interior is to the West, and the enemy forces come from the East. The marksdwarves on the bridge with the {{l|fortification}}s are one level above the {{l|goblin}}s (or other attackers), who will pass under the bridge and charge on toward the west. As the first clear from under the bridge, they are targeted from behind (which is one level above), as the marksdwarves wait in ambush. This allows the marksdwarves to face far fewer enemies at any one time, at least to begin with, and any enemy archers must clear the bridge, take their lumps, and then return fire back the other way before the marksdwarves are ever under attack.&lt;br /&gt;
&lt;br /&gt;
If you're feeling especially nasty, make the tunnel really long into the mountain and add a ballista battery (see above).&lt;br /&gt;
&lt;br /&gt;
''(Adding ammo stockpiles, of your best quality bolts, to these stations will speed up reloading for longer sieges/battles.  Even adding small, convenient food and alcohol stockpiles is not unheard of.  Some designers place access to/from archery ranges very close to these stations, for faster deployment.)''&lt;br /&gt;
&lt;br /&gt;
==Scenic route==&lt;br /&gt;
&lt;br /&gt;
[[Image:defense_3bridges.png|thumb|right]]&lt;br /&gt;
An example of some advanced defensive construction tactics to deal with vile forces of ''any'' size. (See picture).&lt;br /&gt;
&lt;br /&gt;
*'''Bridge 1''' seals off the entire base&lt;br /&gt;
*'''Bridge 2''' forces everyone to take the long, winding, heavily trapped/defended path of death.&lt;br /&gt;
*'''Bridge 3''' seals the inside of the fortress&lt;br /&gt;
&lt;br /&gt;
Clever triggering of the bridges allows you to break the hostile forces into smaller chunks to be trapped in the courtyard while being caught in traps and a crossfire of arrows from the fortifications around.&lt;br /&gt;
&lt;br /&gt;
===Goblin detour===&lt;br /&gt;
&lt;br /&gt;
This particular design works well with plenty of archers, siege engines, and other ranged weaponry.&lt;br /&gt;
&lt;br /&gt;
 ++++++++++++++++++ENTRANCE+&lt;br /&gt;
 ══╦════════════════O╞═╡O╦══  &amp;lt;-- Bridge 1&lt;br /&gt;
 +☺╬•+++++++++++++++++++•╬☺+&lt;br /&gt;
 ++╬•+•••••••••••••••╞═╡•╬++  &amp;lt;-- Bridge 2&lt;br /&gt;
 ++╬•+••+•••+•••+•••++++•╬++&lt;br /&gt;
 +☺╬•+•+•+•+•+•+•+•+•+++•╬☺+&lt;br /&gt;
 ++╬•+•+•+•+•+•+•+•+•+++•╬++&lt;br /&gt;
 ++╬•+•+•+•+•+•+•+•+•+++•╬++&lt;br /&gt;
 +☺╬••+•••+•••+•••+••+++•╬☺+&lt;br /&gt;
 ++╬•••••••••••••••••+++•╬++&lt;br /&gt;
 ++╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╗•+++•╬++&lt;br /&gt;
 ++☺++☺++☺++☺++☺++☺╬•+++•╬☺+&lt;br /&gt;
 ++++++++++++++++++╬•+++•╬++&lt;br /&gt;
 ++++++++++++++++++╬•+++•╬++&lt;br /&gt;
 ══════════════╗++☺╬•+++•╬☺+&lt;br /&gt;
               ║+++╬•+++•╬++&lt;br /&gt;
               ║+++╬•+++•╬++&lt;br /&gt;
               ║++☺╬•╞═╡•╬☺+  &amp;lt;-- Bridge 3&lt;br /&gt;
&lt;br /&gt;
The 3 tile wide lane is for traders, so if your {{l|trade depot}} is located before this set-up, cut it down to a 1 tile lane to slow down invaders more.&lt;br /&gt;
&lt;br /&gt;
===Twisty maze===&lt;br /&gt;
A maze of turns and blindspots patrolled by quality military can be a very formidable defense.  Wide enough for wagons to pass though, but with no clear shots for any ranged weapons.  Missile weapons do have a minimum range, so if a target is closer than that range, they will instead just charge to melee - and meet a dwarf with a much better melee skill. Downside to this is that you'd be mixing it up in melee all the time, but so long as you have at least 10 dwarves greeting the goblins as one coherent mass, you should win.&lt;br /&gt;
&lt;br /&gt;
Variations on the twisty maze include:&lt;br /&gt;
&lt;br /&gt;
*A wagon-wide twisty maze, and a not-so-twisty 1-tile wide hall o'traps, with a drawbridge that can force one or the other as the only {{l|path}} into your fortress.&lt;br /&gt;
&lt;br /&gt;
*Making the side of the maze into fortifications, with a channel separating the fortifications from the actual floor of the maze, and having your archery targets on the other side of the fortifications so your marksdwarves can practice.  When the goblins round the corner, they charge through a hail of crossbow bolts, and drop dead.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Military v0.31}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31_Talk:Glass_industry&amp;diff=129894</id>
		<title>v0.31 Talk:Glass industry</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31_Talk:Glass_industry&amp;diff=129894"/>
		<updated>2010-10-20T12:08:48Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Masterwork? */ Image chart?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How much of this should be copied from the 40d article? The only real difference I can see is that now sand is a trade good and can be chosen on embark. Otherwise, it seems pretty much identical. That being said, I don't see why we should say &amp;quot;Consult the 40d article, except sand is easier to get&amp;quot; if the goal is to create a stand-alone DF2010 section. --[[User:Shadowfury333|Shadowfury333]] 23:50, 8 June 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Okay, that flowchart doesn't work==&lt;br /&gt;
On Firefox 3.7, IE 8.0 and IE 9.0PP4, that flowchart doesn't work. I'd take a snapshot of it in chrome, and replace it with an image, if we all agree on that. Plus, it's never a good idea to use tables for that kind of stuff, because it is something the MagmaWiki skin can break. So? --[[User:Dree12|Dree12]] 18:04, 5 September 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
The flowchart is incorrect too. It shows: &amp;quot;Wood industry&amp;quot; -&amp;gt; &amp;quot;Ashery&amp;quot; -&amp;gt; &amp;quot;Pearlash&amp;quot;. The correct chart would show of course: &amp;quot;Wood industry&amp;quot; -&amp;gt; &amp;quot;Wood burner&amp;quot; (-&amp;gt; &amp;quot;Ash&amp;quot;) -&amp;gt; &amp;quot;Ashery&amp;quot; (-&amp;gt; &amp;quot;Potash&amp;quot;) -&amp;gt; &amp;quot;Kiln&amp;quot; -&amp;gt; &amp;quot;Pearlash&amp;quot; --[[Special:Contributions/83.119.189.36|83.119.189.36]] 21:28, 14 October 2010 (UTC)&lt;br /&gt;
: Yeah... There's generally no point in using a table for this, other than text sizing. The arrows are images too, which causes all sorts of link trouble. If there's more of a consensus, we should just make a new one. --[[User:Dree12|Dree12]] 01:48, 15 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Masterwork?==&lt;br /&gt;
&lt;br /&gt;
Are you joking? The article is hardly aesthetically pleasing , what with that broken flowchart. A flowchart which takes up half of the page space. Don't worry about changing the rating, though, I'll just upload my personal flowchart on the subject and replace it when I get home from work. It looks nice, and screwy tables won't break it. --Kydo 21:12, 15 October 2010 (UTC)&lt;br /&gt;
:Okay, there, a clean, ''functional'' and accurate flowchart. It looks a little intimidating, probably because of just how much stuff it contains. Any suggestions on how to make it look friendlier without detracting from it's detail? --Kydo 07:34, 16 October 2010 (UTC)&lt;br /&gt;
::How about color coding the background of boxes for workshops, products and jobs? Slightly larger boxes might be more pleasing to the eye. And most of the boxes and lines positions vary a lot (e.g. the three 'Glass Furnace' boxes have different y-positions), this creates a disquitingly picture. --[[User:Hermano|Hermano]] 18:25, 19 October 2010 (UTC)&lt;br /&gt;
:::Well, I can see one mistake... it's &amp;quot;sand bag&amp;quot; + &amp;quot;rock crystal&amp;quot; = &amp;quot;crystal glass&amp;quot;, not &amp;quot;pearlash&amp;quot; + &amp;quot;rock crystal&amp;quot; = &amp;quot;crystal glass&amp;quot;.  I think the color coding is a good idea. --[[User:DeMatt|DeMatt]] 18:32, 19 October 2010 (UTC)&lt;br /&gt;
::::To quote the article... ''&amp;quot;Producing crystal glass requires no sand, but does require pearlash and rough rock crystals, a gem which is not found on all maps. Cut rock crystals bought from traders will not work for producing crystal glass.&amp;quot;'' ...and from the glass page... ''&amp;quot;Making raw crystal glass or crystal glass items is currently not functional. Despite rough rock crystals being available, the game will announce 'Needs glass-making rough gems&amp;quot;'' So, yeah, cryustal glass requires no sand, but it doesn't matter, because it's all bugged up anyways. Also, I agree to the suggestions to colour code things and increasing the box sizes. I shall do this now... Though exactly how the colour coding will work, I'm unsure, I guess I'll figure it out soon enough. --Kydo 05:42, 20 October 2010 (UTC)&lt;br /&gt;
:::::Okay, there, updated to a new version. Straighter, bubblier and colourized. Though it is ''technically'' a rather large image and needs to be seriously shrunk down for the page. I made it in MSPaint, which shrinks things poorly, and I don't feel like messign around with a more complicated program for just a rescale. Any other ideas? Or is it good like that? --Kydo 06:47, 20 October 2010 (UTC)&lt;br /&gt;
::::::Aren't images a bad choice for charts? They constitute an impractical protocol if you ever need to change the chart and they '''will''' break page usability on &amp;quot;extreme&amp;quot; screen resolutions. --[[User:Nahno|Nahno]] 12:08, 20 October 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31_Talk:Megabeast&amp;diff=129792</id>
		<title>v0.31 Talk:Megabeast</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31_Talk:Megabeast&amp;diff=129792"/>
		<updated>2010-10-18T13:47:36Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* titans */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* The number of megabeasts might be affected by the world gen params&lt;br /&gt;
&lt;br /&gt;
[MOUNTAIN_CAVE_MIN:25] and [NON_MOUNTAIN_CAVE_MIN:50]. I guess each cave must have a (semi-)megabeast.  --[[User:TomiTapio|TomiTapio]] 01:00, 4 July 2010 (UTC)&lt;br /&gt;
:In my experience, megabeasts (and kobolds) seem to only hang out in mountain caves, while all others (mountain or non) are populated by semimegabeasts. --[[User:Quietust|Quietust]] 01:03, 4 July 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Reading Legends mode... one quadruped marsh titan was killed by a sylvan elf! (Genesis mod) --[[User:TomiTapio|TomiTapio]] 01:43, 5 July 2010 (UTC)&lt;br /&gt;
: I can confirm that I have several titans were killed during worldgen, and none of them by other megabeasts. So the 'megabeasts are invincible during worldgen' info is incorrect. --[[User:Aequor|Aequor]] 17:45, 29 July 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
I had a bronze colossus visit me soon after saving. I reloaded that save and at about the same time a dragon showed up instead. What is the mechanism for megabeasts in fortress mode? --[[User:Peglegpenguin|Peglegpenguin]] 06:19, 14 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
* The And/Or question about spawning megabeasts&lt;br /&gt;
&lt;br /&gt;
: I can confirm that the spawning of megabeast is either when you reach 100.000 wealth or 100 people. I got a humanoid megabeast made out of steam or water appearing after I created around 200.000 wealth and had 52 people. Unfortunately I didnt had the chance to either kill or see where he went. This is with build 0.31.16 -- Mr. Seeker, 18 October 2010&lt;br /&gt;
&lt;br /&gt;
== Pop Limit of Megabeasts ==&lt;br /&gt;
If I keep this hydra alive at the bottom of my pit, will it prevent future megabeasts/forgotten beasts from appearing? [[User:Aussiemon|Aussiemon]] 00:27, 29 August 2010 (UTC)&lt;br /&gt;
:No.--[[User:Another|Another]] 12:50, 18 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== titans ==&lt;br /&gt;
&lt;br /&gt;
Titans don't seem to fall into the class of megabeasts as of 2010. After worldgen, they don't appear in the world until certain fortress-mode conditions are met, not all of them are hostile, and they may be slain in the course of history. Also, the Age of Heros can begin after slaying all dragons, hydra and colossi, without ever encountering a titan. [[User:DokEnkephalin|DokEnkephalin]] 20:32, 9 September 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'm quite sure titans (and FBs) do not count as megabeast, but I dare not edit the article; I haven't even played DF2010 yet. --[[User:Nahno|Nahno]] 13:47, 18 October 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31_Talk:Farming&amp;diff=129739</id>
		<title>v0.31 Talk:Farming</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31_Talk:Farming&amp;diff=129739"/>
		<updated>2010-10-17T12:52:49Z</updated>

		<summary type="html">&lt;p&gt;Nahno: /* Farming Chart */ We want to illustrate the processes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General ==&lt;br /&gt;
&lt;br /&gt;
Placing a farm on rock&lt;br /&gt;
     Needs Soil or mud&lt;br /&gt;
     No Mud for underground farm&lt;br /&gt;
     Mud is left by water&lt;br /&gt;
&lt;br /&gt;
Placing a farm on surface soil&lt;br /&gt;
    No Mud for underground farm&lt;br /&gt;
    Mud is left by water&lt;br /&gt;
&lt;br /&gt;
Placing a farm on mud found in an underground complex&lt;br /&gt;
    &amp;lt;&amp;lt;No Error Message&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So This is either a major bug, or a mechanics change and a minor text inconsistency.[[User:Doctorzuber|Doctorzuber]] 22:35, 1 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This is a bug.  You're supposed to be able to farm on soil.  I'll try to track down the forum thread, one moment --[[User:Squirrelloid|Squirrelloid]] 22:37, 1 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Aha, so saith the Baughn: http://www.bay12games.com/forum/index.php?topic=51951.msg1123336#msg1123336&lt;br /&gt;
:--[[User:Squirrelloid|Squirrelloid]] 22:41, 1 April 2010 (UTC)&lt;br /&gt;
::Who is but a lowly dabbling SDL coder and has not insight into the game code or Toady's intentions.--[[User:Birthright|Birthright]] 15:31, 23 May 2010 (UTC)&lt;br /&gt;
:::Toady confirmed it too, you realize. Twice.--[[Special:Contributions/174.113.156.80|174.113.156.80]] 01:33, 29 July 2010 (UTC)&lt;br /&gt;
::::Quote from: Dr. A - &amp;quot;Farm plots built underground (Inside/Dark/Subterranean) on natural soil will not allow planting&amp;quot;&lt;br /&gt;
::::Reply from: Toady One - &amp;quot;I'm not sure yet.  I never get a chance to look at it, despite wanting to look at it.  The original idea was to require a soil wall beneath a mudless square for it to be farmable, and if it isn't that way, it's a bug.  Either way, it is somewhat confusing, because you wouldn't be able to farm in one layer of soil.  I'm not sure you should be able to, morally speaking, especially with the underground trees, but it's probably less confusing that way.&amp;quot; from http://www.bay12forums.com/smf/index.php?topic=62202.msg1424098#msg1424098&lt;br /&gt;
::::I shall give this some testing over the next few days to see if a farm on top of a soil wall will allow planting of underground crops without being muddied first.--[[User:Malibu Stacey|Malibu Stacey]] 21:32, 25 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Seeds can not be grown on non-soil, non-subterranean tiles ==&lt;br /&gt;
&lt;br /&gt;
I recently attempted to follow the advice in the article, channeling out several tiles near a river, irrigating them, and building a farm plot on the muddied tiles. However, when I tried to set the field to be planted, all seeds (surface AND subterranean) are disabled, and the message &amp;quot;No seeds available for this location&amp;quot; is displayed. The soil layer, as it turns out, was only one tile thick, and even though the tiles are &amp;quot;above ground&amp;quot; (not even indoors yet, I haven't built a roof over them), they are ineligible for any seeds to be planted on... subterranean crops because the tiles are above ground, and surface crops because the floors are mud-covered diorite instead of one of the clay/sand/soil types.&lt;br /&gt;
&lt;br /&gt;
So, be warned... attempting to create an indoor, irrigated surface crop farm will not work if you accidentally channel down to stone. Surface crops will not grow in mud-covered rock, only in soil (mud-covered or otherwise). --[[User:Tatterdemalian|Tatterdemalian]] 22:09, 22 May 2010 (UTC)&lt;br /&gt;
:Have same problem... did you dig out the level below your &amp;quot;aboveground&amp;quot; farm? I did (z1 and z2 dug out) and I remember towercaps and the lot can't grow unless they have a floor tiles and wall below (z1 dug out but not z2), perhaps crops follow the same rules? I'll test this.--[[Special:Contributions/99.67.238.66|99.67.238.66]] 05:54, 15 June 2010 (UTC)&lt;br /&gt;
::I just encountered this issue (version 31.04) but in a slightly different context.  I dug out four rooms underground in sand, did *not* dig out the tiles underneath, built 4 farms on the sand without irigating, and then got the message that that there are &amp;quot;No seeds available for this location&amp;quot;, despite having just embarked with many seeds.  Maybe I'll try tearing down the farms and irrigating first. --[[User:Frewfrux|Frewfrux]] 17:55, 15 June 2010 (UTC)&lt;br /&gt;
:::DF2010 requires farms to have mud whether on rock or soil layers. Cheers--[[Special:Contributions/99.67.238.66|99.67.238.66]] 00:50, 16 June 2010 (UTC)&lt;br /&gt;
::::Technically, it’s the bug that requires it (if I’m reading all the information correctly).  It seems that DF 2010 is supposed to allow farms on soil regardless of mud.  (Am I right, or is this actually intended behaviour?)  I had thought that the bug was that you couldn’t build the farms without the mud, but that doesn’t appear to be the case.  You can build the farms just fine, but the code doesn’t appear to “see” any valid seeds to plant after they are built.&lt;br /&gt;
::::I tore down my farms (successfully built on soil without mud), flooded the area, and then built them again and sure enough the farms now “see” the seeds I have. --[[User:Frewfrux|Frewfrux]] 19:54, 16 June 2010 (UTC)&lt;br /&gt;
:::::I thought that farms not growing without mud underground was a purposeful change on Toady's part. I suppose I assumed that because of how subterranean trees only grow in muddied soil. Also you don't have to have mud, above ground farms accept all the correct seeds if on soil that issn't irrigated. --[[Special:Contributions/99.67.238.66|99.67.238.66]] 22:00, 16 June 2010 (UTC)&lt;br /&gt;
::::::Hmmm.  I thought that the only reason mud was needed for the underground trees was because they were on rock, not soil.  Regardless, after testing it out, here's what I found:&lt;br /&gt;
::::::- You can *build* a farm on any soil (above ground or below)&lt;br /&gt;
::::::- Only the farm built above ground will &amp;quot;see&amp;quot; any available seeds (assuming no mud)&lt;br /&gt;
::::::- You can build an underground farm on soil and muddy the ground *afterward*&lt;br /&gt;
::::::- You can build a farm on part muddied ground and part soil and it will be able to &amp;quot;see&amp;quot; available seeds.  HOWEVER, your dwarves will only plant on the muddied part of the farm.&lt;br /&gt;
::::::- Water both provides mud *and* washes it away.  If you build an underground room with a hole in the ceiling and mark that hole with a &amp;quot;pond&amp;quot; zone so your dwarves bring water to it and dump the water in the room, you will see piles of mud appear on some of the tiles and be washed off of others (no idea what determines which of the two happen).&lt;br /&gt;
::::::And that was the extent of my testing. --[[User:Frewfrux|Frewfrux]] 01:47, 17 June 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::::: Finally got around to trying to build a farm on muddied soil above-ground with a natural wall on the next level down. Testing shows that no seeds can be used on such terrain. So for DF2010 above-ground farms must be built on soil (muddied or unmuddied) and underground farms can grow on any terrain as long as the tiles are muddy. Above-ground farms will not work on muddied rock tiles. I'll go ahead and add this to the actual page.--[[Special:Contributions/99.67.238.66|99.67.238.66]] 21:05, 17 June 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::::: ''You can build a farm on part muddied ground and part soil and it will be able to &amp;quot;see&amp;quot; available seeds.  HOWEVER, your dwarves will only plant on the muddied part of the farm.'' - This isn't exactly true. I just found out that if the top left square of the farm doesn't have mud, then NONE of the farm will activate. I muddied my farm plot, but missed two squares in the top left. rebuilt the farm and it didn't work; rebuilt the farm slightly smaller so that the top left corner was muddied and the farm turned on. [[Special:Contributions/71.202.179.67|71.202.179.67]] 19:29, 12 September 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Merge ==&lt;br /&gt;
I don't see why we need a separate page for [[Farm Plot]] and [[Farming]].  Merger anyone? [[User:Kenji 03|Kenji 03]] 12:28, 6 April 2010 (UTC)&lt;br /&gt;
:Also, labors are typically described in their respective skill page. In this case, [[DF2010:Farmer|Farmer]] --[[User:Eagle0600|Eagle0600]] 13:05, 6 April 2010 (UTC)&lt;br /&gt;
::Both pages exist as full pages in the 40d namespace, in addition to a farmer page.  This suggests that there is sufficient material for all three pages, although someone would need to spend more time reviewing how the topic space was divided in 40d to figure out why. --[[User:Squirrelloid|Squirrelloid]] 13:44, 6 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Farming describes the concept, plant uses, importance, possibilities and caveats; Overview. Farm plot goes right down to 'key-pressing' and 'cursor-moving', that is, details and step-to-step. Ultimately it is an article on a building. I don't recall ever using the page Farm plot, but I think we should keep the 2. Looking over the old versions, I think the distinction should be made clearer, though. --[[User:Birthright|Birthright]] 14:34, 12 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::I agree, but with all the new info and users this approach seems not viable for now. --[[User:Confused|Confused]] 18:56, 13 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Farming Chart ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Df-crops-diagram.png|thumb|200px|General farming flowchart.]]&lt;br /&gt;
I found this chart to the right in the 40d farming page. I was just wondering if it is still current, so we can put it in the current page.&lt;br /&gt;
:As far as I can tell, yeah, it's still accurate. I haven't run into any changes in this part of the game, and I've always found this chart to be exceedingly helpful... Though a little messy. Perhaps we could do up a cleaner version of it for the new page? --Kydo 07:43, 16 October 2010 (UTC)&lt;br /&gt;
:: There, how's this? --Kydo 08:28, 17 October 2010 (UTC) [[Image:FarmG2.png|Thumb|200px|Proposed New Version]]&lt;br /&gt;
:::There is a similar table in [[DF2010:Crop]]. A table/chart for farming should preferably illustrate the processes of farming and not (re)iterate the specific crops and products. --[[User:Nahno|Nahno]] 12:52, 17 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Harvesting ==&lt;br /&gt;
Probably it ought to be noted that if your dwarves aren't quick enough to harvest a ripe bit of crop, it will wither and become refuse (happens to me when I set &amp;quot;Only Farmers harvest&amp;quot;).--[[User:FleshForge|FleshForge]] 09:52, 7 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Indication of buggy behaviour ==&lt;br /&gt;
&lt;br /&gt;
It's been reverted multiple times whenever someone adds the &amp;quot;due to a bug&amp;quot; statement, so I'll state my reason on why this should be made clear: new players. If someone new plays DF, they may think the irrigation process is too complex if they do it first thing. Like many of our first fortresses, farming is supposed to be a long term goal (fortress 1: farm plot built; fortress 2: plump helmet planted; fortress 3: sustainable farming; fortress 4: irrigation done) and forcing it onto them isn't a good idea, considering that it is a bug, and Toady has stated he'll look at it eventually. If nobody comes up with a good reason '''not''' to add this information, I'll re-add it. --[[User:Dree12|Dree12]] 19:56, 18 August 2010 (UTC)&lt;br /&gt;
:Since nobody commented, I'll re-add the bug notice. --[[User:Dree12|Dree12]] 20:52, 24 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Problem with farm plot sending jobs ==&lt;br /&gt;
&lt;br /&gt;
I made a 22 tile farm plot on muddied sand, a single tile in the corner was not muddied. It still let me build the plot, but until I resized the plot to make it not include that tile, my farm plot would not send jobs out.-[[User:Wafl|Wafl]] 21:53, 10 October 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31:Mud&amp;diff=129738</id>
		<title>v0.31:Mud</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31:Mud&amp;diff=129738"/>
		<updated>2010-10-17T12:39:27Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}{{Quality|Fine}}&lt;br /&gt;
'''Mud''' is a {{l|contaminant}} produced when you flood an area with {{l|water}}. It is needed for underground {{l|farming}}. Mud piles up against items, coloring the tile brown.&lt;br /&gt;
&lt;br /&gt;
Mud also occurs naturally in deep {{l|cavern|caverns}}.&lt;br /&gt;
&lt;br /&gt;
''Note: Upon reclaiming a fortress, '''every single bit of mud will disappear.'''''&lt;br /&gt;
&lt;br /&gt;
Mud can be removed by constructing something over the mud, then deconstructing it.&lt;br /&gt;
&lt;br /&gt;
One common way of creating mud is to flood a good sized area from a lake, thus making mud. &lt;br /&gt;
Another way is to use a pit/pond from the {{L|Activity zone|activity zone menu}} and have a dwarf through water over a channeled area into a dug-out area below.&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31:Activity_zone&amp;diff=129737</id>
		<title>v0.31:Activity zone</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31:Activity_zone&amp;diff=129737"/>
		<updated>2010-10-17T12:37:00Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|08:37, 14 September 2010 (UTC)}}{{AV}}&lt;br /&gt;
&lt;br /&gt;
'''Activity zones''' are areas in which {{l|dwarf|dwarves}} are instructed to perform specific tasks, such as {{l|fishing}}, dumping objects, or collecting {{l|water}}. While activity zones are optional for the performance of certain tasks (fishing, collecting water) and obligatory for certain others (dumping), they can also be used to help keep dwarves out of {{l|fun|danger}}.&lt;br /&gt;
&lt;br /&gt;
Activity zones can be placed in any {{l|revealed tile}}, including in {{l|open space}} or over a {{l|river}} or on top of a {{l|building}} or {{l|stockpile}}. They are placed in one of three ways: rectangular, flow, or floor flow. From within the Zones {{l|menu}}, ({{K|i}})Pressing {{K|e}} in the Zones menu cycles through each method, and pressing {{K|Enter}} begins designation. Rectangular zones are placed in the same manner as stockpiles, specifying two corners of the rectangle. Flow and floor flow are placed similarly to designating rooms from pieces of furniture using {{K|+}}/{{K|-}} to adjust the size (floor flow excludes walls). After that the zone has to be assigned to one of the listed tasks to become functional, by pressing the proper key. In some cases ({{l|healthcare|hospital}}, pit/pond) additional orders can then be set from the same menu.&lt;br /&gt;
&lt;br /&gt;
The location of a zone is only visible while in the Zones menu, and any object lying on the ground will hide the presence of a zone tile.&lt;br /&gt;
&lt;br /&gt;
Meeting area zones are zones in which idle dwarves and animals will congregate, similar to meeting halls. Note that the {{l|wagon (embark)|wagon}} you {{l|embark|arrive with}} constitutes a meeting area until you designate the first meeting area of your own. If you start in hostile surroundings it is important to get your dwarves and animals out of danger quickly.&lt;br /&gt;
&lt;br /&gt;
== Water Source ==&lt;br /&gt;
:Shortcut {{k|w}} &lt;br /&gt;
In order for your dwarves to use this zone correctly, some part of this zone must include the solid ground that is next to the water. For example, make half of your zone cover a brook and the other half cover the bank next to the brook.&lt;br /&gt;
&lt;br /&gt;
== Fishing ==&lt;br /&gt;
:Shortcut {{k|f}}&lt;br /&gt;
The same above advice for '''water source''' zones is applicable to fishing zones. You cannot fish through a {{L|grate}} or {{L|well}}, it must be an open source of water.&lt;br /&gt;
&lt;br /&gt;
== Garbage Dump ==&lt;br /&gt;
:Shortcut {{k|g}}&lt;br /&gt;
&lt;br /&gt;
Garbage dump zones are areas in which dwarves will throw items specifically designated by using {{k|k}} then {{k|d}} for single items at a time, or {{key|d}}, {{key|b}}, {{key|d}} to designate a larger area to be dumped (or use the mouse to point and click). Garbage dumps are not the same as {{l|Refuse#Refuse|refuse}} stockpiles, which can be designated to accept any specific type(s) of refuse-type item, such as animal {{l|corpse}}s or {{l|bones}}, and then are randomly filled by haulers as the items become available on the map.&lt;br /&gt;
&lt;br /&gt;
Garbage dumps:&lt;br /&gt;
:* Only accept items that have been marked for dumping.&lt;br /&gt;
:* Require dwarfs to have {{L|refuse hauling}} {{L|labor}} enabled.&lt;br /&gt;
::* Are subject to refuse orders (''{{k|o}}: Set Orders and Options -&amp;gt; {{k|r}}: Refuse Orders''). Most notably, dwarves will not dump items that are outside unless you allow them to ({{k|o}}-&amp;gt;{{k|r}}-&amp;gt;{{k|o}}).&lt;br /&gt;
&lt;br /&gt;
To place a garbage dump, trace a zone on either a relatively empty plot of land or adjacent to a cliff face or hole. If a garbage zone is designated beside a {{L|cliff}} or hole (both natural or dwarf made) garbage will be thrown off/in the z-space. Each ground tile within that zone is considered a garbage dump tile; thus, if you want to place a single-tile zone, place the zone onto a ground tile (optionally adjacent to a cliff or {{L|pit}}), not onto an {{L|open space}}. &lt;br /&gt;
Items dumped into {{L|magma}} (provided they are not {{L|magma safe}}) will disappear permanently.  Otherwise a single tile (either a dump zone, or the ground below the open space) will hold any number of dumped objects.&lt;br /&gt;
&lt;br /&gt;
Once items are dumped they are automatically marked as &amp;quot;{{l|forbid}}den&amp;quot; however they will not dump items that are also forbidden.  If you wish to use dumped items, you need to reclaim them.  Press {{k|k}} to view the item and {{k|f}} to toggle forbid status.  You may also use the reclaim {{L|designation}} to reclaim simultaneously all of the items dumped by using {{key|d}}, {{key|b}}, {{key|c}} and tracing the designation over top of the objects.&lt;br /&gt;
&lt;br /&gt;
If a garbage dump is located next to open space, dwarves will always stand on a garbage dump square when throwing ''into that open space'', even if it could potentially be done more efficiently.  If a garbage dump is located next to multiple tiles of open space, they seem to prefer the one farthest to the northwest.  If a tile to the north and a tile to the west are the only tiles available, they will throw to the west.  Since falling objects do not hurt dwarves, such garbage dumps can be a very efficient method of moving materials to the lower levels of your fortress.&lt;br /&gt;
&lt;br /&gt;
Dwarves seem to throw dumped items in the nearest available garbage dump, although this is probably not reliable given that they don't always use the nearest available item to make things at workshops.  If a nearer zone becomes available as they are traveling to a zone they will ignore it.  Also, they seem to prefer dumps that allow them to throw things in to open space regardless of how far away they are.&lt;br /&gt;
&lt;br /&gt;
Probably due to a bug, dwarves periodically ignore items that are meant to be dumped.  Viewing the item by pressing {{k|k}} then toggling forbid and dump status on, then off again {{k|f}}-&amp;gt;{{k|f}}-&amp;gt;{{k|d}}-&amp;gt;{{k|d}} seems to correct this problem.&lt;br /&gt;
&lt;br /&gt;
== Pit/Pond ==&lt;br /&gt;
:Shortcut {{k|p}}&lt;br /&gt;
&lt;br /&gt;
A Pit/Pond requires a {{L|ramp}} or hole with adjacent flooring on which a dwarf can stand.  Designate the zone from the top of the ramp or hole.  By default, the zone will be a pit.  To change it to a pond, press {{k|P}} then {{k|f}}.  It can be changed back to a pit the same way.&lt;br /&gt;
&lt;br /&gt;
Animals can be assigned to a pit through the {{k|P}} menu.  A dwarf will lead the beast to the pit and leave it there. (If the pit is a ramp rather than a hole, the animal will then wander off)&lt;br /&gt;
&lt;br /&gt;
Dwarves will attempt to fill a pond with {{L|water}}, carried by {{L|bucket}} from a water-gathering zone.  They will stand on the floor adjacent to the top of the ramp or hole, and toss the water onto the ramp or into the hole.  Each bucketful increases the depth of the water in the pond by 1/7.  Once the water is dumped from the bucket, the dwarf will either drop the bucket and perform a different task, or choose to fill a pond zone tile again using the bucket (s)he currently holds.&lt;br /&gt;
&lt;br /&gt;
Dwarves will stop scheduling the Fill Pond job when the water depth reaches 6/7.&lt;br /&gt;
&lt;br /&gt;
This is one technique used for {{L|farming}}, in order to make {{L|mud}}.&lt;br /&gt;
&lt;br /&gt;
*bug notified .35* : to fill a large pond fast, you can create a zone on each tiles as a pond (or several zones overlapping the same area), so one dwarf will be filling one pond tile, but if you select the ponds as watersource, the dwarves will endlessly fill the ponds with the other adjacent ponds water, making a loop of useless duty.&lt;br /&gt;
&lt;br /&gt;
== Sand Collection ==&lt;br /&gt;
:Shortcut {{k|s}}&lt;br /&gt;
&lt;br /&gt;
Sand collection zones are important in the {{L|glass industry}}. They may be placed anywhere, but are only useful when actually placed on {{L|sand}}.&lt;br /&gt;
&lt;br /&gt;
== Meeting Area ==&lt;br /&gt;
:Shortcut {{k|m}}&lt;br /&gt;
Meeting area zones are areas in which dwarves and animals will congregate on their free time, similar to meeting halls.  Additionally, immigrants will collect here until their &amp;quot;migrant&amp;quot; status wears off. It is a good idea to have at least one Meeting Area, of one form or another: it allows you to make off-duty dwarves and animals gather in an area where they are not vulnerable, such as within the fortress.&lt;br /&gt;
&lt;br /&gt;
There are several ways to designate a meeting hall. The preferred method is to use an Activity zone; type i, set up a zone, and mark it both &amp;quot;active&amp;quot; and &amp;quot;meeting&amp;quot;. Statue gardens and zoos are intrinsically meeting halls, as are rooms defined from a well. However, you can also create a Meeting Hall.&lt;br /&gt;
&lt;br /&gt;
A meeting area filled with dwarves increases the social skills of idlers.  It makes idle dwarves a little less idle, and makes selecting a replacement broker easier.  Because almost every dwarf visits a meeting hall at least occasionally, it's an ideal place to site valuable objects and buildings.  A meeting hall exposed to sunlight will prevent dwarves from becoming cave-adapted.&lt;br /&gt;
&lt;br /&gt;
Be warned that having dwarves socialize will often result in them becoming {{L|friend}}s (or forming a {{L|grudge}}).&lt;br /&gt;
&lt;br /&gt;
== Hospital ==&lt;br /&gt;
:Shortcut {{k|h}}&lt;br /&gt;
&lt;br /&gt;
A Hospital zone is an area designated for the {{L|Healthcare|care and treatment}} of sick and {{L|Wound|wounded}} dwarves. &lt;br /&gt;
&lt;br /&gt;
===Setting up a Hospital===&lt;br /&gt;
&lt;br /&gt;
While there are no particular restrictions on the areas that can be set as hospital zones, a hospital requires certain {{l|furniture}} and supplies to function properly:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Furniture&lt;br /&gt;
! Function&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Bed|Beds}}&lt;br /&gt;
| Allow sick dwarves to {{L|Rest|rest}}&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Table|Tables}}&lt;br /&gt;
| Used in surgery{{Verify}}&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Traction bench|Traction benches}}&lt;br /&gt;
| Immobilize dwarves who need to stay still to heal&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Container|Boxes/Bags}}&lt;br /&gt;
| Storage for medical supplies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Medical equipment&lt;br /&gt;
! Function&lt;br /&gt;
! Unit quantity*&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Thread}}&lt;br /&gt;
| Required for suturing wounds &lt;br /&gt;
| 15000&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Cloth}} &lt;br /&gt;
| Required for bandages &lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Splint|Splints}} &lt;br /&gt;
| Used to bind broken bones{{verify}} &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Crutch|Crutches}}&lt;br /&gt;
| Walking aid for dwarves with leg injuries &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Gypsum plaster|Powder for casts}} &lt;br /&gt;
| Used to make plaster casts for setting bones{{Verify}}&lt;br /&gt;
| 150{{Verify}}&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Bucket|Buckets }}&lt;br /&gt;
| &lt;br /&gt;
*Used by doctors to carry water for cleaning patients&lt;br /&gt;
*Used by dwarves with the Feed Patients/Prisoners labor to water patients&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| {{L|Soap }}&lt;br /&gt;
| Used to reduce infections when washing patients &lt;br /&gt;
| 150{{verify}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''*The unit quantity is the quantity of each item that appears in the Hospital Information screen when one object of that type is stored. For example, if one bolt of cloth is stored in the hospital zone, the hospital will report that it contains 10000 cloth.''&lt;br /&gt;
&lt;br /&gt;
In addition to furniture and medical supplies, a {{L|Water|source of water}} is more or less mandatory, as sick dwarves need it for drinking as well as cleaning. The water source need not be in the hospital zone, although the shorter the distance between the two the better.&lt;br /&gt;
&lt;br /&gt;
When the Zones menu ({{k|i}}) is open and the cursor is in a hospital zone, {{k|H}} will bring up the Hospital Information screen.  This screen shows the quantity of each type of furniture piece and medical equipment present in the Hospital, and allows you to set the desired quantity of each type of equipment. Note that you must have boxes or bags constructed in the hospital zone for supplies to be stored for medical use; items in a stockpile do not count for the hospital, even if the stockpile is in the hospital zone.&lt;br /&gt;
&lt;br /&gt;
===Hospital Beds===&lt;br /&gt;
&lt;br /&gt;
When a dwarf becomes sick or {{l|wound}}ed, he will be carried to a {{l|bed}} in a hospital zone by a dwarf with the Recovering Wounded labor set, assuming such a bed is available; otherwise, he may be carried to a bed in a {{L|barracks}} or {{L|dormitory}}, or to an unassigned bed.  If an injured dwarf is resting in a bed outside a hospital zone, he will remain there even if hospital beds become available.  Deconstructing the sick dwarf's bed may cause him to be move to a hospital bed, however, and it may be possible for doctors to treat patients who are resting outside of a hospital zone, so long as adequate supplies are available.{{verify}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31:Boulder&amp;diff=129579</id>
		<title>v0.31:Boulder</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31:Boulder&amp;diff=129579"/>
		<updated>2010-10-15T21:15:07Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|08:00, 22 May 2010 (UTC)}}{{av}}&lt;br /&gt;
A '''boulder''' is a {{L|map tile}} that occurs randomly across the surface of the world. Boulders represent fragments of various {{L|stone}} types. They can impede the movement of wagons and get in the way of construction projects on land but can be walked over by {{L|dwarves}} and other {{L|creature}}s. To remove a boulder, access the {{k|d}}esignations menu and {{k|s}}mooth stone, click on the stone and an {{L|engraver}} should come along to turn the boulder into a smooth rock {{L|floor}}. The resulting floor is the material of the boulder rather than the apparent surrounding material of the ground that the boulder was on.&lt;br /&gt;
&lt;br /&gt;
If you wish to remove a boulder without creating a smoothed tile in its place, there is {{L|Exploit|another way}}. Simply designate a wall to be constructed on top of the boulder. After it has been constructed, designate it to be removed. Due to a {{L|bug{{, when a dwarf removes the wall, the floor will be replaced by the dominant floor tile of the area (usually soil).&lt;br /&gt;
&lt;br /&gt;
[[Category:Map tiles]]&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31:Forbidden&amp;diff=129522</id>
		<title>v0.31:Forbidden</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31:Forbidden&amp;diff=129522"/>
		<updated>2010-10-15T11:30:22Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Redirect to DF2010:Forbid. The forbidding of doors in the Defense guide should be locking instead.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[DF2010:Forbid]]&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31:Leggings&amp;diff=129496</id>
		<title>v0.31:Leggings</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31:Leggings&amp;diff=129496"/>
		<updated>2010-10-15T02:23:30Z</updated>

		<summary type="html">&lt;p&gt;Nahno: This is better&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[DF2010:Armor]]&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31:Forest&amp;diff=129111</id>
		<title>v0.31:Forest</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31:Forest&amp;diff=129111"/>
		<updated>2010-10-10T20:40:14Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Highwood does not appear in specific biome types, but all(?) wooded biomes that are savage.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}} {{quality|Fine|15:08, 5 June 2010 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
'''Forests''' are {{l|biome|biomes}} which are characterised by extremely dense {{l|tree}} growth and large numbers of {{l|murky pool|murky pools}}.&lt;br /&gt;
&lt;br /&gt;
There are many types of forest, but the main difference between them is the wildlife that inhabits the area. {{l|Elf|Elves}} build their homes, known as ''forest retreats'', in any type of forest.&lt;br /&gt;
&lt;br /&gt;
Particularly dense forests may have so many trees that, in order for {{l|wagon|wagons}} to arrive, you will need to cut a path to the edge of the map. Building a {{l|road}} along this path will prevent trees regrowing and blocking the way. Trees are listed along the wildlife. There are only three kind of trees that are specific to the alignment of the forest. These are Feather tree (good), Glumprong (evil), and Highwood (savage).&lt;br /&gt;
&lt;br /&gt;
The six types of forests you will find are:&lt;br /&gt;
&lt;br /&gt;
* Taiga &lt;br /&gt;
* Temperate broadleaf forest &lt;br /&gt;
* Temperate coniferous forest&lt;br /&gt;
* Tropical dry broadleaf forest&lt;br /&gt;
* Tropical moist broadleaf forest&lt;br /&gt;
* Tropical coniferous forest&lt;br /&gt;
&lt;br /&gt;
Taigas and tropical forests are situated in harsh {{L|climate|climates}}, and acquiring water there can become a challenge.&lt;br /&gt;
&lt;br /&gt;
== Taigas ==&lt;br /&gt;
&lt;br /&gt;
=== Wildlife ===&lt;br /&gt;
&lt;br /&gt;
==== Creatures ====&lt;br /&gt;
&lt;br /&gt;
'''In taigas appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Black bear}}&lt;br /&gt;
* {{L|Deer}}&lt;br /&gt;
* {{L|Fox}}&lt;br /&gt;
* {{L|Grizzly bear}}&lt;br /&gt;
* {{L|Raccoon}}&lt;br /&gt;
* {{L|Sasquatch}}&lt;br /&gt;
* {{L|Wolf}}&lt;br /&gt;
&lt;br /&gt;
'''In evil taigas appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Werewolf}}&lt;br /&gt;
&lt;br /&gt;
'''In good taigas appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Unicorn}}&lt;br /&gt;
&lt;br /&gt;
==== Vermin ====&lt;br /&gt;
&lt;br /&gt;
'''In savage taigas appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Fox squirrel}}&lt;br /&gt;
&lt;br /&gt;
=== Trees ===&lt;br /&gt;
&lt;br /&gt;
* Larch&lt;br /&gt;
* Pine&lt;br /&gt;
&lt;br /&gt;
== Temperate broadleaf forests ==&lt;br /&gt;
&lt;br /&gt;
=== Wildlife ===&lt;br /&gt;
&lt;br /&gt;
==== Creatures ====&lt;br /&gt;
&lt;br /&gt;
'''In temperate broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Black bear}}&lt;br /&gt;
* {{L|Cougar}}&lt;br /&gt;
* {{L|Deer}}&lt;br /&gt;
* {{L|Fox}}&lt;br /&gt;
* {{L|Grizzly bear}}&lt;br /&gt;
* {{L|Raccoon}}&lt;br /&gt;
* {{L|Sasquatch}}&lt;br /&gt;
* {{L|Wolf}}&lt;br /&gt;
&lt;br /&gt;
'''In evil temperate broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Foul blendec}}&lt;br /&gt;
* {{L|Werewolf}}&lt;br /&gt;
&lt;br /&gt;
'''In good temperate broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Satyr}}&lt;br /&gt;
* {{L|Unicorn}}&lt;br /&gt;
&lt;br /&gt;
==== Vermin ====&lt;br /&gt;
&lt;br /&gt;
'''In temperate broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Blue jay}}&lt;br /&gt;
* {{L|Cardinal}}&lt;br /&gt;
* {{L|Chipmunk}}&lt;br /&gt;
* {{L|Gray squirrel}}&lt;br /&gt;
* {{L|Oriole}}&lt;br /&gt;
* {{L|Red squirrel}}&lt;br /&gt;
&lt;br /&gt;
'''In savage temperate broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Fox squirrel}}&lt;br /&gt;
&lt;br /&gt;
'''In evil temperate broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Phantom spider}}&lt;br /&gt;
&lt;br /&gt;
=== Trees ===&lt;br /&gt;
&lt;br /&gt;
* Alder&lt;br /&gt;
* Ash&lt;br /&gt;
* Birch&lt;br /&gt;
* Chestnut&lt;br /&gt;
* Maple&lt;br /&gt;
* Oak&lt;br /&gt;
* Willow&lt;br /&gt;
&lt;br /&gt;
== Temperate coniferous forests ==&lt;br /&gt;
&lt;br /&gt;
=== Wildlife ===&lt;br /&gt;
&lt;br /&gt;
==== Creatures ====&lt;br /&gt;
&lt;br /&gt;
'''In temperate coniferous forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Black bear}}&lt;br /&gt;
* {{L|Cougar}}&lt;br /&gt;
* {{L|Deer}}&lt;br /&gt;
* {{L|Fox}}&lt;br /&gt;
* {{L|Grizzly bear}}&lt;br /&gt;
* {{L|Raccoon}}&lt;br /&gt;
* {{L|Sasquatch}}&lt;br /&gt;
* {{L|Wolf}}&lt;br /&gt;
&lt;br /&gt;
'''In evil temperate coniferous forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Werewolf}}&lt;br /&gt;
&lt;br /&gt;
'''In good temperate broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Satyr}}&lt;br /&gt;
* {{L|Unicorn}}&lt;br /&gt;
&lt;br /&gt;
==== Vermin ====&lt;br /&gt;
&lt;br /&gt;
'''In temperate coniferous forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Blue jay}}&lt;br /&gt;
* {{L|Cardinal}}&lt;br /&gt;
* {{L|Chipmunk}}&lt;br /&gt;
* {{L|Gray squirrel}}&lt;br /&gt;
* {{L|Red squirrel}}&lt;br /&gt;
&lt;br /&gt;
'''In savage temperate coniferous forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Fox squirrel}}&lt;br /&gt;
&lt;br /&gt;
'''In evil temperate coniferous forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Phantom spider}}&lt;br /&gt;
&lt;br /&gt;
=== Trees ===&lt;br /&gt;
&lt;br /&gt;
* Cedar&lt;br /&gt;
* Larch&lt;br /&gt;
* Pine&lt;br /&gt;
&lt;br /&gt;
== Tropical dry broadleaf forests ==&lt;br /&gt;
&lt;br /&gt;
=== Wildlife ===&lt;br /&gt;
&lt;br /&gt;
==== Creatures ====&lt;br /&gt;
&lt;br /&gt;
'''In tropical dry broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Cougar}}&lt;br /&gt;
* {{L|Elephant}}&lt;br /&gt;
* {{L|Tiger}}&lt;br /&gt;
&lt;br /&gt;
'''In savage tropical dry broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Giant tiger}}&lt;br /&gt;
* {{L|Tigerman}}&lt;br /&gt;
&lt;br /&gt;
'''In evil tropical dry broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Foul blendec}}&lt;br /&gt;
&lt;br /&gt;
'''In good tropical dry broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Satyr}}&lt;br /&gt;
* {{L|Unicorn}}&lt;br /&gt;
&lt;br /&gt;
==== Vermin ====&lt;br /&gt;
&lt;br /&gt;
'''In evil tropical dry broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Phantom spider}}&lt;br /&gt;
&lt;br /&gt;
=== Trees ===&lt;br /&gt;
&lt;br /&gt;
* Acacia&lt;br /&gt;
* Candlenut&lt;br /&gt;
* Mango tree&lt;br /&gt;
* Mahongany&lt;br /&gt;
* Palm&lt;br /&gt;
* Willow&lt;br /&gt;
&lt;br /&gt;
== Tropical moist broadleaf forests ==&lt;br /&gt;
&lt;br /&gt;
=== Wildlife ===&lt;br /&gt;
&lt;br /&gt;
==== Creatures ====&lt;br /&gt;
&lt;br /&gt;
'''In tropical moist broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Bilou}}&lt;br /&gt;
* {{L|Black-crested gibbon}}&lt;br /&gt;
* {{L|Black-handed gibbon}}&lt;br /&gt;
* {{L|Bonobo}}&lt;br /&gt;
* {{L|Chimpanzee}}&lt;br /&gt;
* {{L|Cougar}}&lt;br /&gt;
* {{L|Elephant}}&lt;br /&gt;
* {{L|Gorilla}}&lt;br /&gt;
* {{L|Gray gibbon}}&lt;br /&gt;
* {{L|Orangutan}}&lt;br /&gt;
* {{L|Pileated gibbon}}&lt;br /&gt;
* {{L|Siamang}}&lt;br /&gt;
* {{L|Silvery gibbon}}&lt;br /&gt;
* {{L|Tiger}}&lt;br /&gt;
* {{L|Mandrill}}&lt;br /&gt;
* {{L|White-browed gibbon}}&lt;br /&gt;
* {{L|White-handed gibbon}}&lt;br /&gt;
&lt;br /&gt;
'''In savage tropical moist broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Giant tiger}}&lt;br /&gt;
* {{L|Slugman}}&lt;br /&gt;
* {{L|Snailman}}&lt;br /&gt;
* {{L|Tigerman}}&lt;br /&gt;
&lt;br /&gt;
'''In evil tropical moist broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Foul blendec}}&lt;br /&gt;
* {{L|Strangler}}&lt;br /&gt;
&lt;br /&gt;
'''In good tropical moist broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Unicorn}}&lt;br /&gt;
&lt;br /&gt;
==== Vermin ====&lt;br /&gt;
&lt;br /&gt;
'''In evil tropical moist broadleaf forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Phantom spider}}&lt;br /&gt;
&lt;br /&gt;
=== Trees ===&lt;br /&gt;
&lt;br /&gt;
* Cacao tree&lt;br /&gt;
* Candlenut&lt;br /&gt;
* Kapok&lt;br /&gt;
* Mango tree&lt;br /&gt;
* Mahongany&lt;br /&gt;
* Palm&lt;br /&gt;
* Rubber tree&lt;br /&gt;
* Willow&lt;br /&gt;
&lt;br /&gt;
== Tropical coniferous forests  ==&lt;br /&gt;
&lt;br /&gt;
=== Wildlife ===&lt;br /&gt;
&lt;br /&gt;
==== Creatures ====&lt;br /&gt;
&lt;br /&gt;
'''In tropical coniferous forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Cougar}}&lt;br /&gt;
* {{L|Elephant}}&lt;br /&gt;
* {{L|Tiger}}&lt;br /&gt;
&lt;br /&gt;
'''In savage tropical coniferous forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Tigerman}}&lt;br /&gt;
&lt;br /&gt;
'''In good tropical coniferous forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Unicorn}}&lt;br /&gt;
&lt;br /&gt;
==== Vermin ====&lt;br /&gt;
&lt;br /&gt;
'''In evil tropical coniferous forest appear:'''&lt;br /&gt;
&lt;br /&gt;
* {{L|Phantom spider}}&lt;br /&gt;
&lt;br /&gt;
=== Trees ===&lt;br /&gt;
&lt;br /&gt;
* Candlenut&lt;br /&gt;
* Cedar&lt;br /&gt;
* Mango tree&lt;br /&gt;
* Mahongany&lt;br /&gt;
* Palm&lt;br /&gt;
* Pine&lt;br /&gt;
* Willow&lt;br /&gt;
&lt;br /&gt;
{{Expand Topic}}&lt;br /&gt;
&lt;br /&gt;
{{World}}&lt;br /&gt;
{{Category|World}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31:Orangutan&amp;diff=129042</id>
		<title>v0.31:Orangutan</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31:Orangutan&amp;diff=129042"/>
		<updated>2010-10-09T13:39:50Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Assuming the articles on taming and the dungeon master are valid.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|12:57, 9 October 2010 (UTC)}}&lt;br /&gt;
{{CreatureInfo v0.31&lt;br /&gt;
|name=Orangutan&lt;br /&gt;
|symbol=O&lt;br /&gt;
|color=6:0:0&lt;br /&gt;
|biome=* {{L|Forest|Tropical moist broadleaf forest}}&lt;br /&gt;
|contrib=no&lt;br /&gt;
|bones=14&lt;br /&gt;
|meat=12 - 13&lt;br /&gt;
|fat=12&lt;br /&gt;
|eyes=?&lt;br /&gt;
|lung=2&lt;br /&gt;
|heart=1&lt;br /&gt;
|intestines=1&lt;br /&gt;
|liver=1&lt;br /&gt;
|tripe=1&lt;br /&gt;
|sweetbread=1&lt;br /&gt;
|spleen=1&lt;br /&gt;
|kidney=2&lt;br /&gt;
|brain=1&lt;br /&gt;
|skulls=1&lt;br /&gt;
|skin=hide&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
:''A huge intelligent ape found in the tropical forests.  It is bright red and found living in the trees.''&lt;br /&gt;
&lt;br /&gt;
'''Orangutans''' are large solitary apes {{L|Preferences|beloved}} by {{L|Dwarf|dwarves}} for their long arms, colourful fur, and antics. Being much stronger than your dwarves they can easily kill your civilians, but they usually keep their distance and are not looking to fight.&lt;br /&gt;
&lt;br /&gt;
They have a decent {{L|Pet|pet value}} of 500, but can only be {{L|tame}}d after the {{L|Dungeon Master}} arrives. With a potential life span of eighty years they might even outlive their owner.&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Creatures}}&lt;br /&gt;
{{Category|Animals}}&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
	<entry>
		<id>http://dwarffortresswiki.org/index.php?title=v0.31:War&amp;diff=129040</id>
		<title>v0.31:War</title>
		<link rel="alternate" type="text/html" href="http://dwarffortresswiki.org/index.php?title=v0.31:War&amp;diff=129040"/>
		<updated>2010-10-09T13:24:06Z</updated>

		<summary type="html">&lt;p&gt;Nahno: Links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quality|Fine|22:39, 8 October 2010 (UTC)}}{{AV}}&lt;br /&gt;
&lt;br /&gt;
War is a state of conflict between two {{L|civilization}}s. During Dwarf Fortress mode, it's a bottomless pit of {{L|fun}}.&lt;br /&gt;
&lt;br /&gt;
==World Gen==&lt;br /&gt;
War is common during world gen. During world-gen war, civilizations will attack each other's settlements, occasionally destroying a site and occasionally taking it over.&lt;br /&gt;
&lt;br /&gt;
==Dwarf Fortress Mode==&lt;br /&gt;
In dwarf fortress mode, war will cause {{L|siege}}s to arrive and bring you {{L|fun}} and [[Goblinite|presents]].&lt;br /&gt;
Once you are at war with another race, '''the war will never end'''. They may attack very occasionally or every year, so be well prepared.&lt;br /&gt;
You can see if you are at war with a civilization on the {{k|c}}ivilization screen.&lt;br /&gt;
&lt;br /&gt;
===At Embark===&lt;br /&gt;
When embarking, one can check to see which races their civ is at war with. Different civs may be at war with different races. Goblins are considered to be in a constant minor conflict with dwarves, instead of a real war.&lt;br /&gt;
&lt;br /&gt;
===Causing War===&lt;br /&gt;
The following events will make a civilization unhappy, eventually leading to war:&lt;br /&gt;
*The death of a trader (Despite whether or not you caused the death) while visiting your fortress.&lt;br /&gt;
*Failing to keep to the harvesting limit the {{L|elves}} set, if any.&lt;br /&gt;
*Seizing Caravans&lt;br /&gt;
*Annoying traders (such as offering the hippies wood products repeatedly).&lt;/div&gt;</summary>
		<author><name>Nahno</name></author>
	</entry>
</feed>